@charset "UTF-8";
/* 1280px〜：大型PC*/
/* 960px〜1279px：小型PC */
/* 720px〜959px：タブレット */
/* 600px〜749px：タブレット */
/* 480px〜599px：SP横 */
/* 〜479px：SP縦 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bjb4y4");
  src: url("../fonts/icomoon.eot?bjb4y4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bjb4y4") format("truetype"), url("../fonts/icomoon.woff?bjb4y4") format("woff"), url("../fonts/icomoon.svg?bjb4y4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon_window2:after {
  content: "\e900"; }

a[target="_blank"]:after {
  margin: 0px 10px;
  /* 5pxぐらい離した方が見栄えがよい */
  display: inline-block;
  background-size: contain;
  vertical-align: middle; }

body {
  -webkit-print-color-adjust: exact; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  list-style-type: none; }

ul li {
  list-style: none; }

strong {
  font-weight: 500; }

.ct {
  text-align: center !important; }

.lt {
  text-align: left !important; }

.rt {
  text-align: right !important; }

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ""; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.5s ease; }

.fr {
  float: right; }

.fl {
  float: left; }

.indent {
  text-indent: 1em; }

img {
  max-width: 100%; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.wrap {
  animation: fadein 3s forwards; }

.w70 {
  width: 70px;
  height: auto; }

.w80 {
  width: 80px;
  height: auto; }

.w90 {
  width: 90px;
  height: auto; }

.w100 {
  width: 100px;
  height: auto; }

.w110 {
  width: 110px;
  height: auto; }

.w120 {
  width: 120px;
  height: auto; }

.w130 {
  width: 130px;
  height: auto; }

.w140 {
  width: 140px;
  height: auto; }

.w150 {
  width: 150px;
  height: auto; }

.w160 {
  width: 160px;
  height: auto; }

.w180 {
  width: 180px;
  height: auto; }

.w190 {
  width: 190px;
  height: auto; }

.w200 {
  width: 200px;
  height: auto; }

.w210 {
  width: 210px;
  height: auto; }

.w220 {
  width: 220px;
  height: auto; }

.red {
  color: #d70c0c !important; }

.Tit_category {
  margin-bottom: 15px;
  color: #505050;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700; }

.s_f70 {
  display: block;
  font-size: 70%; }

.s_f80 {
  display: block;
  font-size: 80%; }

.s_f90 {
  display: block;
  font-size: 90%; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #505050;
  line-height: 2; }
  .cmt:before {
    content: "※"; }

.cmt02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: .9375rem;
  color: #505050;
  line-height: 2; }
  .cmt02:before {
    content: "※"; }

.cmt03 {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 0.95rem;
  color: #505050;
  line-height: 2; }
  .cmt03:before {
    content: "*"; }

.cmt04 {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: .9375rem;
  color: #505050;
  line-height: 2; }
  .cmt04:before {
    content: "*"; }

.cmt05 {
  padding-left: 3em;
  text-indent: -3em;
  font-size: .9375rem;
  color: #505050;
  line-height: 2; }
  .cmt05:before {
    content: "（※）"; }

.cmt06 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #d70c0c;
  line-height: 2; }
  .cmt06:before {
    content: "※"; }

.cmt07 {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 0.95rem;
  color: #d70c0c;
  line-height: 2; }
  .cmt07:before {
    content: "*"; }

.cmt08 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #d70c0c;
  line-height: 2;
  font-weight: bold; }
  .cmt08:before {
    content: "※"; }

.cmt09 {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 0.95rem;
  color: #d70c0c;
  line-height: 2;
  font-weight: bold; }
  .cmt09:before {
    content: "*"; }

.cmt10 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  color: #d70c0c;
  line-height: 2;
  font-weight: bold; }
  .cmt10:before {
    content: "※"; }

.cmt11 {
  padding-left: 0.5em;
  text-indent: -0.5em;
  font-size: 1.1rem;
  color: #d70c0c;
  line-height: 2;
  font-weight: bold; }
  .cmt11:before {
    content: "*"; }

.Box03 {
  border: 2px solid #d70c0c;
  padding: 20px;
  margin-bottom: 30px;
  background: #fff6f6; }

.bold {
  font-weight: bold !important; }

ul.ListStyle_04 li {
  position: relative;
  line-height: 2;
  margin: 0px 0px 0.7em;
  padding-left: 25px;
  font-size: 1rem;
  color: #505050; }
  ul.ListStyle_04 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: #000081;
    border-radius: 100%; }
  ul.ListStyle_04 li a {
    transition: all .3s; }
ul.ListStyle_05 li {
  position: relative;
  line-height: 2;
  margin: 0px 0px 0.7em;
  padding-left: 25px;
  font-size: 1rem;
  color: #505050; }
  ul.ListStyle_05 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #000081;
    border-radius: 100%; }
  ul.ListStyle_05 li a {
    transition: all .3s; }

ul.ListStyle_04 li a:link {
  color: #000081;
  text-decoration: none; }

ul.ListStyle_04 li a:visited {
  color: #000081;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.ListStyle_04 li a:hover {
  color: #051027;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.ListStyle_04 li a:active {
  color: #051027;
  text-decoration: none; }

/*クリック中のリンクの色*/
ul.ListStyle_05 li a:link {
  color: #000081;
  text-decoration: none; }

ul.ListStyle_05 li a:visited {
  color: #000081;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.ListStyle_05 li a:hover {
  color: #051027;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.ListStyle_05 li a:active {
  color: #051027;
  text-decoration: none; }

/*クリック中のリンクの色*/
.palt {
  font-feature-settings: "palt"; }

.underline {
  text-decoration: underline; }

ol {
  position: relative;
  margin: 0;
  padding: 0; }
  ol.NumberList001 li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
    margin-bottom: 15px;
    line-height: 2; }
    ol.NumberList001 li:last-child {
      margin-bottom: 0; }
    ol.NumberList001 li span {
      position: absolute;
      left: 0;
      margin: 0; }
    ol.NumberList001 li em {
      font-style: normal; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  #HeaderArea #HeaderTop {
    width: 100%;
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.95rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 30px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    width: 100%;
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 273px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.7rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 273px;
            height: auto; }
      #SecondHeader #MainHeader #GlobalNavigation {
        display: block !important; }
        #SecondHeader #MainHeader #GlobalNavigation ul {
          display: flex;
          position: relative; }
          #SecondHeader #MainHeader #GlobalNavigation ul li {
            font-size: 1.2rem;
            margin-right: 30px; }
            #SecondHeader #MainHeader #GlobalNavigation ul li:last-child {
              margin-right: 0; }
            #SecondHeader #MainHeader #GlobalNavigation ul li.single {
              position: relative; }
              #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second {
                width: 270px;
                background-color: #fff;
                border: 2px solid #000081;
                border-radius: 5px;
                position: absolute;
                top: 40px;
                left: 0;
                display: initial !important; }
                #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li {
                  margin-right: 0;
                  border-bottom: 1px solid #9191d0; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li:last-child {
                    border-bottom: initial; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a {
                    transition: all .3s;
                    display: block;
                    width: 280px;
                    padding: 15px;
                    box-sizing: border-box;
                    /*訪問済みのリンクの色*/
                    /*カーソルが乗っているリンクの色*/
                    /*クリック中のリンクの色*/ }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:link {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:visited {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:hover {
                      color: #9191d0;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:active {
                      color: #9191d0;
                      text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third {
                width: 270px;
                background-color: #fff;
                border: 2px solid #000081;
                border-radius: 5px;
                position: absolute;
                top: 0;
                left: 270px;
                display: initial !important; }
                #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li {
                  margin-right: 0;
                  border-bottom: 1px solid #9191d0; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li:last-child {
                    border-bottom: initial; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a {
                    transition: all .3s;
                    display: block;
                    width: 280px;
                    padding: 15px;
                    box-sizing: border-box;
                    /*訪問済みのリンクの色*/
                    /*カーソルが乗っているリンクの色*/
                    /*クリック中のリンクの色*/ }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:link {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:visited {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:hover {
                      color: #9191d0;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:active {
                      color: #9191d0;
                      text-decoration: none; }
            #SecondHeader #MainHeader #GlobalNavigation ul li.single02 {
              position: relative; }
              #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third {
                width: 270px;
                background-color: #fff;
                border: 2px solid #000081;
                border-radius: 5px;
                position: absolute;
                top: 0;
                left: 270px;
                display: initial !important; }
                #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li {
                  margin-right: 0;
                  border-bottom: 1px solid #9191d0; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li:last-child {
                    border-bottom: initial; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li a {
                    transition: all .3s;
                    display: block;
                    width: 280px;
                    padding: 15px;
                    box-sizing: border-box;
                    /*訪問済みのリンクの色*/
                    /*カーソルが乗っているリンクの色*/
                    /*クリック中のリンクの色*/ }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li a:link {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li a:visited {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li a:hover {
                      color: #9191d0;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single02 .menu-third li a:active {
                      color: #9191d0;
                      text-decoration: none; }
            #SecondHeader #MainHeader #GlobalNavigation ul li a {
              transition: all .3s;
              /*訪問済みのリンクの色*/
              /*カーソルが乗っているリンクの色*/
              /*クリック中のリンクの色*/ }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:link {
                color: #353535;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:visited {
                color: #353535;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:hover {
                color: #000081;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:active {
                color: #000081;
                text-decoration: none; }

  #MainVisual {
    background: url("../images/mainimage_pc.jpg?A=444") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 130px;
    background-position: bottom;
    height: 390px;
    /*.Title {
    	text-align: center;
    	padding: 230px 0 30px;
    	img {
    		width: 744px;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_pc_en.jpg?A=555") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 130px;
    background-position: bottom;
    height: 390px; }

  #SP_MENU {
    display: none; }

  .ContentsArea {
    width: 1000px;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); }

  .single:hover .menu-second {
    visibility: visible; }

  .single02:hover .menu-third {
    visibility: visible; }

  .menu-third, .menu-second {
    visibility: hidden;
    transition: all .3s; }

  #English #GlobalNavigation ul li {
    font-size: 0.95rem !important; } }
ul.lang_menu li a:link {
  color: #fff;
  text-decoration: none; }

ul.lang_menu li a:visited {
  color: #fff;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.lang_menu li a:hover {
  color: #8282bc;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.lang_menu li a:active {
  color: #8282bc;
  text-decoration: none; }

/*クリック中のリンクの色*/
#SiteTitle h1 a:link {
  color: #353535;
  text-decoration: none; }

#SiteTitle h1 a:visited {
  color: #353535;
  text-decoration: none; }

/*訪問済みのリンクの色*/
#SiteTitle h1 a:hover {
  color: #353535;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
#SiteTitle h1 a:active {
  color: #353535;
  text-decoration: none; }

/*クリック中のリンクの色*/
main a {
  transition: all .3s; }

main a:link {
  color: #000081; }

main a:visited {
  color: #000081; }

/*訪問済みのリンクの色*/
main a:hover {
  color: #353535;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
main a:active {
  color: #353535;
  text-decoration: none; }

/*クリック中のリンクの色*/
#FooterArea a {
  transition: all .3s; }

#FooterArea a:link {
  color: #fff;
  text-decoration: none; }

#FooterArea a:visited {
  color: #fff;
  text-decoration: none; }

/*訪問済みのリンクの色*/
#FooterArea a:hover {
  color: #b3b3fe;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
#FooterArea a:active {
  color: #b3b3fe;
  text-decoration: none; }

/*クリック中のリンクの色*/
.TextStyle_01 a {
  transition: all .3s; }

.TextStyle_01 a:link {
  color: #000081; }

.TextStyle_01 a:visited {
  color: #000081; }

/*訪問済みのリンクの色*/
.TextStyle_01 a:hover {
  color: #353535;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
.TextStyle_01 a:active {
  color: #353535;
  text-decoration: none; }

/*クリック中のリンクの色*/
ul.exhibitionList li a {
  transition: all .3s; }

ul.exhibitionList li a:link {
  color: #000081; }

ul.exhibitionList li a:visited {
  color: #000081; }

/*訪問済みのリンクの色*/
ul.exhibitionList li a:hover {
  color: #353535;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.exhibitionList li a:active {
  color: #353535;
  text-decoration: none; }

/*クリック中のリンクの色*/
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #HeaderArea #HeaderTop {
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.95rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 20px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 273px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.5rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 273px;
            height: auto; }
      #SecondHeader #MainHeader #GlobalNavigation {
        display: block !important; }
        #SecondHeader #MainHeader #GlobalNavigation ul {
          display: flex; }
          #SecondHeader #MainHeader #GlobalNavigation ul li {
            font-size: 1.1rem;
            margin-right: 17px; }
            #SecondHeader #MainHeader #GlobalNavigation ul li:last-child {
              margin-right: 0; }
            #SecondHeader #MainHeader #GlobalNavigation ul li.single {
              position: relative; }
              #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second {
                width: 220px;
                background-color: #fff;
                border: 2px solid #000081;
                border-radius: 5px;
                position: absolute;
                top: 40px;
                left: 0;
                display: initial !important; }
                #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li {
                  margin-right: 0;
                  border-bottom: 1px solid #9191d0; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li:last-child {
                    border-bottom: initial; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a {
                    transition: all .3s;
                    display: block;
                    width: 220px;
                    padding: 15px;
                    box-sizing: border-box;
                    /*訪問済みのリンクの色*/
                    /*カーソルが乗っているリンクの色*/
                    /*クリック中のリンクの色*/ }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:link {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:visited {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:hover {
                      color: #9191d0;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-second li a:active {
                      color: #9191d0;
                      text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third {
                width: 220px;
                background-color: #fff;
                border: 2px solid #000081;
                border-radius: 5px;
                position: absolute;
                top: 165px;
                right: 220px;
                display: initial !important; }
                #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li {
                  margin-right: 0;
                  border-bottom: 1px solid #9191d0; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li:last-child {
                    border-bottom: initial; }
                  #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a {
                    transition: all .3s;
                    display: block;
                    width: 220px;
                    padding: 15px;
                    box-sizing: border-box;
                    /*訪問済みのリンクの色*/
                    /*カーソルが乗っているリンクの色*/
                    /*クリック中のリンクの色*/ }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:link {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:visited {
                      color: #000081;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:hover {
                      color: #9191d0;
                      text-decoration: none; }
                    #SecondHeader #MainHeader #GlobalNavigation ul li.single .menu-third li a:active {
                      color: #9191d0;
                      text-decoration: none; }
            #SecondHeader #MainHeader #GlobalNavigation ul li a {
              transition: all .3s;
              /*訪問済みのリンクの色*/
              /*カーソルが乗っているリンクの色*/
              /*クリック中のリンクの色*/ }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:link {
                color: #353535;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:visited {
                color: #353535;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:hover {
                color: #000081;
                text-decoration: none; }
              #SecondHeader #MainHeader #GlobalNavigation ul li a:active {
                color: #000081;
                text-decoration: none; }

  #MainVisual {
    background: url("../images/mainimage_1000.jpg?A=111") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 430px;
    /*.Title {
    	text-align: center;
    	padding: 230px 0 30px;
    	img {
    		width: 744px;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_1000_en.jpg?A=555") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 430px; }

  #SP_MENU {
    display: none; }

  .ContentsArea {
    width: 900px;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); }

  .single:hover .menu-second {
    visibility: visible; }

  .single02:hover .menu-third {
    visibility: visible; }

  .menu-third, .menu-second {
    visibility: hidden;
    transition: all .3s; }

  #English #GlobalNavigation ul li {
    font-size: 0.95rem !important; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  #HeaderArea #HeaderTop {
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.95rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 20px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 200px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.4rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 200px;
            height: auto; }

  #MainVisual {
    background: url("../images/mainimage_700.jpg?A=111") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 345px;
    /*.Title {
    	text-align: center;
    	padding: 230px 0 30px;
    	img {
    		width: 744px;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_700_en.jpg?A=555") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 345px; }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 53px;
    right: 10px;
    z-index: 100; }

  #nav_toggle div {
    position: relative; }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #403489;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav_toggle span:nth-child(1) {
    top: 0px; }

  #nav_toggle span:nth-child(2) {
    top: 12px; }

  #nav_toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  nav {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 100; }

  #GlobalNavigation ul li a {
    display: block; }

  .ContentsArea {
    width: 700px;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  #HeaderArea #HeaderTop {
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.95rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 20px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 200px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.3rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 200px;
            height: auto; }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 100; }

  #nav_toggle div {
    position: relative; }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #403489;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav_toggle span:nth-child(1) {
    top: 0px; }

  #nav_toggle span:nth-child(2) {
    top: 12px; }

  #nav_toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  nav {
    display: none;
    position: absolute;
    top: 103px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 100; }

  #GlobalNavigation ul li a {
    display: block; }

  #MainVisual {
    background: url("../images/mainimage_sp.jpg?A=111") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px;
    /*.Title {
    	text-align: center;
    	padding: 190px 0 30px;
    	img {
    		width: 100%;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_sp_en.jpg") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px; }

  .ContentsArea {
    width: 540px;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #HeaderArea #HeaderTop {
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.85rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 20px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 200px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.2rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 200px;
            height: auto; }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 100; }

  #nav_toggle div {
    position: relative; }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #403489;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav_toggle span:nth-child(1) {
    top: 0px; }

  #nav_toggle span:nth-child(2) {
    top: 12px; }

  #nav_toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  nav {
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 100; }

  #GlobalNavigation ul li a {
    display: block; }

  #MainVisual {
    background: url("../images/mainimage_sp.jpg?A=111") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px;
    /*.Title {
    	text-align: center;
    	padding: 230px 0 30px;
    	img {
    		width: 744px;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_sp_en.jpg") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px; }

  .ContentsArea {
    width: 90%;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #HeaderArea #HeaderTop {
    background-color: #000081;
    padding: 5px 0; }
    #HeaderArea #HeaderTop .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #HeaderArea #HeaderTop dl {
      display: flex;
      justify-content: flex-end;
      color: #fff;
      font-size: 0.85rem; }
      #HeaderArea #HeaderTop dl dt {
        color: #fff; }
      #HeaderArea #HeaderTop dl dd {
        margin-left: 20px;
        color: #fff; }
        #HeaderArea #HeaderTop dl dd ul.lang_menu {
          display: flex; }
          #HeaderArea #HeaderTop dl dd ul.lang_menu li {
            padding: 0 20px; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:first-child {
              border-right: 1px solid #fff; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li:last-child {
              padding-right: 0; }
            #HeaderArea #HeaderTop dl dd ul.lang_menu li a {
              transition: all .3s; }

  #SecondHeader {
    padding: 10px 0;
    border-bottom: 3px solid #000081;
    background: #fff; }
    #SecondHeader .ContentsArea {
      width: 90% !important;
      margin: 0 auto; }
    #SecondHeader #MainHeader {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #SecondHeader #MainHeader #SiteTitle {
        width: 200px; }
        #SecondHeader #MainHeader #SiteTitle h1 {
          color: #353535;
          font-size: 1.1rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #SecondHeader #MainHeader #SiteTitle h1 a img {
            width: 200px;
            height: auto; }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 46px;
    right: 10px;
    z-index: 100; }

  #nav_toggle div {
    position: relative; }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #403489;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav_toggle span:nth-child(1) {
    top: 0px; }

  #nav_toggle span:nth-child(2) {
    top: 12px; }

  #nav_toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  nav {
    display: none;
    position: absolute;
    top: 96px;
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 100; }

  #GlobalNavigation ul li a {
    display: block; }

  #MainVisual {
    background: url("../images/mainimage_sp.jpg?A=111") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px;
    /*.Title {
    	text-align: center;
    	padding: 230px 0 30px;
    	img {
    		width: 100%;
    		height: auto;
    		margin: 0 auto;
    		
    	}
    }*/ }

  #English #MainVisual {
    background: url("../images/mainimage_sp_en.jpg") no-repeat top center;
    border-bottom: 6px solid #000081;
    padding-top: 120px;
    background-position: bottom;
    height: 250px; }

  .ContentsArea {
    width: 90%;
    margin: 0 auto; }

  #HeaderContents {
    position: fixed;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    width: 100%; }

  .head-animation {
    transform: translateY(-150%); } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 250px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 250px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 60px 0; }

  #Outline {
    padding: 60px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 60px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      position: absolute;
      left: 0;
      padding: 20px 0 0;
      border-top: 1px solid #bebebe;
      width: 185px; }
      dl.TopicsContents dt:first-child {
        border-top: initial; }
      dl.TopicsContents dt:first-child + dd {
        border-top: initial; }
    dl.TopicsContents dd {
      margin-left: 185px;
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 15px 0; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      position: absolute;
      left: 0;
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 140px;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      margin-left: 185px;
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start; }
    .TwoContents .ImageArea {
      width: 245px;
      margin-left: 30px; }
      .TwoContents .ImageArea .MessageImg {
        position: relative; }
        .TwoContents .ImageArea .MessageImg:after {
          content: "";
          background: #000081;
          width: 150px;
          height: 165px;
          display: block;
          position: absolute;
          bottom: -15px;
          right: -15px;
          z-index: -1; }
      .TwoContents .ImageArea .message_wrap {
        margin-top: 20px; }
        .TwoContents .ImageArea .message_wrap em {
          font-size: 0.85rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap p {
          font-size: 1.3rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap i {
          font-size: 0.85rem;
          color: #505050; }
    .TwoContents .TextArea {
      width: 720px; }

  ul.MessageList {
    display: flex;
    justify-content: space-around; }
    ul.MessageList li .MessageImg {
      position: relative; }
      ul.MessageList li .MessageImg:after {
        content: "";
        background: #000081;
        width: 150px;
        height: 165px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
      ul.MessageList li .MessageImg img {
        width: 200px;
        height: auto; }
    ul.MessageList li .message_wrap {
      margin-top: 20px; }
      ul.MessageList li .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      ul.MessageList li .message_wrap p {
        font-size: 1.3rem;
        color: #505050; }
      ul.MessageList li .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  #English .MessageList li .MessageImg {
    width: 200px; }
  #English .MessageList li .message_wrap {
    width: 220px; }
    #English .MessageList li .message_wrap em {
      font-size: 0.95rem; } }
ul.ListStyle_01 li a:link {
  color: #000081;
  text-decoration: none; }

ul.ListStyle_01 li a:visited {
  color: #000081;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.ListStyle_01 li a:hover {
  color: #051027;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.ListStyle_01 li a:active {
  color: #051027;
  text-decoration: none; }

/*クリック中のリンクの色*/
#Tpics dl.TopicsContents dd a {
  transition: all .3s; }

#Tpics dl.TopicsContents dd a:link {
  color: #223a70; }

#Tpics dl.TopicsContents dd a:visited {
  color: #223a70; }

/*訪問済みのリンクの色*/
#Tpics dl.TopicsContents dd a:hover {
  color: #051027;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
#Tpics dl.TopicsContents dd a:active {
  color: #051027;
  text-decoration: none; }

/*クリック中のリンクの色*/
.TextStyle_03 {
  font-size: 0.85rem;
  line-height: 2; }

a[href$=".pdf"]::after {
  content: "";
  background-image: url("../images/pdf.png");
  margin: 0px 5px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-size: contain;
  vertical-align: middle; }

ul.ListStyle_02 {
  position: relative;
  margin-left: 20px; }
  ul.ListStyle_02 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: -1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000081;
    border-bottom: 1px solid #000081;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
ul.ListStyle_03 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px; }
  ul.ListStyle_03 li:last-child {
    margin-bottom: 0; }
  ul.ListStyle_03 li:before {
    display: block;
    content: '';
    position: absolute;
    top: 16px;
    left: 0.5em;
    width: 12px;
    height: 2px;
    background: #000081; }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 250px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 250px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 50px 0; }

  #Outline {
    padding: 50px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 50px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      position: absolute;
      left: 0;
      padding: 20px 0 0;
      border-top: 1px solid #bebebe;
      width: 175px; }
      dl.TopicsContents dt:first-child {
        border-top: initial; }
      dl.TopicsContents dt:first-child + dd {
        border-top: initial; }
    dl.TopicsContents dd {
      margin-left: 175px;
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 15px 0; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 1.9rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      position: absolute;
      left: 0;
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 140px;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      margin-left: 185px;
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents {
    display: flex;
    flex-direction: row-reverse; }
    .TwoContents .ImageArea {
      width: 190px;
      margin-left: 30px; }
      .TwoContents .ImageArea .MessageImg {
        position: relative; }
        .TwoContents .ImageArea .MessageImg:after {
          content: "";
          background: #000081;
          width: 150px;
          height: 165px;
          display: block;
          position: absolute;
          bottom: -15px;
          right: -15px;
          z-index: -1; }
      .TwoContents .ImageArea .message_wrap {
        margin-top: 20px; }
        .TwoContents .ImageArea .message_wrap em {
          font-size: 0.85rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap p {
          font-size: 1.3rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap i {
          font-size: 0.85rem;
          color: #505050; }
    .TwoContents .TextArea {
      width: 680px; }

  ul.MessageList {
    display: flex;
    justify-content: space-around; }
    ul.MessageList li .MessageImg {
      position: relative; }
      ul.MessageList li .MessageImg:after {
        content: "";
        background: #000081;
        width: 150px;
        height: 165px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
      ul.MessageList li .MessageImg img {
        width: 200px;
        height: auto; }
    ul.MessageList li .message_wrap {
      margin-top: 20px; }
      ul.MessageList li .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      ul.MessageList li .message_wrap p {
        font-size: 1.3rem;
        color: #505050; }
      ul.MessageList li .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  #English .MessageList li .MessageImg {
    width: 200px; }
  #English .MessageList li .message_wrap {
    width: 220px; }
    #English .MessageList li .message_wrap em {
      font-size: 0.95rem; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 50px 0; }

  #Outline {
    padding: 50px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 50px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      position: absolute;
      left: 0;
      padding: 20px 0 0;
      border-top: 1px solid #bebebe;
      width: 175px; }
      dl.TopicsContents dt:first-child {
        border-top: initial; }
      dl.TopicsContents dt:first-child + dd {
        border-top: initial; }
    dl.TopicsContents dd {
      margin-left: 175px;
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 15px 0; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      position: absolute;
      left: 0;
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 140px;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      margin-left: 185px;
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents {
    display: flex;
    flex-direction: row-reverse; }
    .TwoContents .ImageArea {
      width: 190px;
      margin-left: 30px; }
      .TwoContents .ImageArea .MessageImg {
        position: relative; }
        .TwoContents .ImageArea .MessageImg:after {
          content: "";
          background: #000081;
          width: 150px;
          height: 165px;
          display: block;
          position: absolute;
          bottom: -15px;
          right: -15px;
          z-index: -1; }
      .TwoContents .ImageArea .message_wrap {
        margin-top: 20px; }
        .TwoContents .ImageArea .message_wrap em {
          font-size: 0.85rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap p {
          font-size: 1.2rem;
          color: #505050; }
        .TwoContents .ImageArea .message_wrap i {
          font-size: 0.85rem;
          color: #505050; }
    .TwoContents .TextArea {
      width: 680px; }

  ul.MessageList {
    display: flex;
    justify-content: space-around; }
    ul.MessageList li {
      width: 200px;
      margin: 0 auto 40px; }
      ul.MessageList li:last-child {
        margin-bottom: 0; }
      ul.MessageList li .MessageImg {
        width: 200px;
        margin: 0 auto;
        position: relative; }
        ul.MessageList li .MessageImg:after {
          content: "";
          background: #000081;
          width: 150px;
          height: 165px;
          display: block;
          position: absolute;
          bottom: -15px;
          right: -15px;
          z-index: -1; }
        ul.MessageList li .MessageImg img {
          width: 200px;
          height: auto; }
      ul.MessageList li .message_wrap {
        width: 200px;
        margin: 20px auto 0; }
        ul.MessageList li .message_wrap em {
          font-size: 0.85rem;
          color: #505050; }
        ul.MessageList li .message_wrap p {
          font-size: 1.3rem;
          color: #505050; }
        ul.MessageList li .message_wrap i {
          font-size: 0.85rem;
          color: #505050; }

  #English .MessageList li .message_wrap p {
    font-size: 1.1rem; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 50px 0; }

  #Outline {
    padding: 50px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 50px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #bebebe; }
    dl.TopicsContents dd {
      width: 100%;
      line-height: 2;
      display: block;
      padding: 0 0 10px; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents .ImageArea {
    width: 190px;
    margin: 0 auto 40px; }
    .TwoContents .ImageArea .MessageImg {
      position: relative; }
      .TwoContents .ImageArea .MessageImg:after {
        content: "";
        background: #000081;
        width: 130px;
        height: 145px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
    .TwoContents .ImageArea .message_wrap {
      margin-top: 20px; }
      .TwoContents .ImageArea .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap p {
        font-size: 1.1rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  ul.MessageList li {
    width: 200px;
    margin: 0 auto 40px; }
    ul.MessageList li:last-child {
      margin-bottom: 0; }
    ul.MessageList li .MessageImg {
      width: 200px;
      margin: 0 auto;
      position: relative; }
      ul.MessageList li .MessageImg:after {
        content: "";
        background: #000081;
        width: 150px;
        height: 165px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
      ul.MessageList li .MessageImg img {
        width: 200px;
        height: auto; }
    ul.MessageList li .message_wrap {
      width: 200px;
      margin: 20px auto 0; }
      ul.MessageList li .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      ul.MessageList li .message_wrap p {
        font-size: 1.3rem;
        color: #505050; }
      ul.MessageList li .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  #English .MessageList li .message_wrap p {
    font-size: 1.1rem; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 280px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 50px 0; }

  #Outline {
    padding: 50px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 50px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #bebebe; }
    dl.TopicsContents dd {
      width: 100%;
      line-height: 2;
      display: block;
      padding: 0 0 10px; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents .ImageArea {
    width: 160px;
    margin: 0 auto 40px; }
    .TwoContents .ImageArea .MessageImg {
      position: relative; }
      .TwoContents .ImageArea .MessageImg:after {
        content: "";
        background: #000081;
        width: 120px;
        height: 135px;
        display: block;
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: -1; }
    .TwoContents .ImageArea .message_wrap {
      margin-top: 20px; }
      .TwoContents .ImageArea .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap p {
        font-size: 1.1rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  ul.MessageList li {
    width: 200px;
    margin: 0 auto 40px; }
    ul.MessageList li:last-child {
      margin-bottom: 0; }
    ul.MessageList li .MessageImg {
      width: 200px;
      margin: 0 auto;
      position: relative; }
      ul.MessageList li .MessageImg:after {
        content: "";
        background: #000081;
        width: 150px;
        height: 165px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
      ul.MessageList li .MessageImg img {
        width: 200px;
        height: auto; }
    ul.MessageList li .message_wrap {
      width: 200px;
      margin: 20px auto 0; }
      ul.MessageList li .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      ul.MessageList li .message_wrap p {
        font-size: 1.3rem;
        color: #505050; }
      ul.MessageList li .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  #English .MessageList li .message_wrap p {
    font-size: 1.1rem; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  /*Topicsのscroll*/
  #TopPage dl.TopicsContents {
    height: 300px;
    overflow-y: scroll; }

  .TopPage dl.TopicsContents {
    height: 300px;
    overflow-y: scroll; }

  #Tpics, #Link {
    background: #ececff;
    padding: 50px 0; }

  #Outline {
    padding: 50px 0; }

  #Twitter {
    background: #e7e7e7;
    padding: 50px 0; }

  dl.TopicsContents {
    position: relative; }
    dl.TopicsContents dt {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #bebebe; }
    dl.TopicsContents dd {
      width: 100%;
      line-height: 2;
      display: block;
      padding: 0 0 10px; }
      dl.TopicsContents dd:first-child {
        border-top: initial; }

  .Tit_L {
    color: #353535;
    font-size: 1.3rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
    position: relative; }
    .Tit_L:after {
      content: "";
      background: #000081;
      width: 70px;
      height: 6px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .Tit_L i {
      font-style: normal;
      display: block;
      font-size: 70%; }

  .Tit_M {
    background: #e7e7e7;
    padding: 10px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_S {
    padding: 7px;
    color: #000081;
    border-left: 3px solid #000081;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px; }

  .TextStyle_01 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px; }

  .TextStyle_02 {
    font-size: 0.95rem;
    color: #505050;
    line-height: 2; }

  dl.OutlineContents {
    position: relative;
    margin-bottom: 20px; }
    dl.OutlineContents dt {
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      color: #fff;
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600; }
    dl.OutlineContents dd {
      font-size: 1rem;
      color: #505050;
      padding: 10px 0; }
  dl.OutlineContents02 {
    position: relative;
    border-bottom: 1px solid #d6d7d7;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    dl.OutlineContents02 dt {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: #505050; }
    dl.OutlineContents02 dd {
      font-size: 1rem;
      color: #505050; }

  ul.ListStyle_01 li {
    position: relative;
    line-height: 2;
    margin: 0px 0px 1em;
    padding-left: 25px;
    font-size: 1rem;
    color: #505050; }
    ul.ListStyle_01 li:before {
      display: block;
      content: '';
      position: absolute;
      top: 10px;
      left: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000081;
      border-radius: 100%; }
    ul.ListStyle_01 li a {
      transition: all .3s; }

  .TwoContents .ImageArea {
    width: 150px;
    margin: 0 auto 40px; }
    .TwoContents .ImageArea .MessageImg {
      position: relative; }
      .TwoContents .ImageArea .MessageImg:after {
        content: "";
        background: #000081;
        width: 110px;
        height: 125px;
        display: block;
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: -1; }
    .TwoContents .ImageArea .message_wrap {
      margin-top: 20px; }
      .TwoContents .ImageArea .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap p {
        font-size: 1.1rem;
        color: #505050; }
      .TwoContents .ImageArea .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  ul.MessageList li {
    width: 200px;
    margin: 0 auto 40px; }
    ul.MessageList li:last-child {
      margin-bottom: 0; }
    ul.MessageList li .MessageImg {
      width: 200px;
      margin: 0 auto;
      position: relative; }
      ul.MessageList li .MessageImg:after {
        content: "";
        background: #000081;
        width: 150px;
        height: 165px;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -15px;
        z-index: -1; }
      ul.MessageList li .MessageImg img {
        width: 200px;
        height: auto; }
    ul.MessageList li .message_wrap {
      width: 200px;
      margin: 20px auto 0; }
      ul.MessageList li .message_wrap em {
        font-size: 0.85rem;
        color: #505050; }
      ul.MessageList li .message_wrap p {
        font-size: 1.3rem;
        color: #505050; }
      ul.MessageList li .message_wrap i {
        font-size: 0.85rem;
        color: #505050; }

  #English .MessageList li .message_wrap p {
    font-size: 1.1rem; } }
.TextStyle_05 {
  font-size: 0.95rem;
  color: #505050;
  line-height: 2;
  margin-bottom: 10px;
  text-indent: 1em; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.ThreeContents {
    display: flex;
    justify-content: space-between; }

  #English ul.ThreeContents {
    display: flex;
    justify-content: space-between; }
    #English ul.ThreeContents li {
      width: 300px; }

  #English .tit40px {
    margin-bottom: 49px !important; }
  #English .Tit_S {
    min-height: 60px;
    max-height: 100px;
    display: flex;
    align-items: center; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.ThreeContents {
    display: flex;
    justify-content: space-between; }
    ul.ThreeContents li {
      width: 230px; }
      ul.ThreeContents li .TwitterBox iframe {
        width: 230px !important; }

  .twitter-timeline {
    width: 230px !important; }

  #English .tit40px {
    margin-bottom: 49px !important; }
  #English .Tit_S {
    min-height: 80px;
    max-height: 140px;
    display: flex;
    align-items: center; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.ThreeContents {
    display: flex;
    flex-wrap: wrap; }
    ul.ThreeContents li {
      width: 320px;
      margin: 0 60px 30px 0; }
      ul.ThreeContents li:nth-child(even) {
        margin-right: 0; }
      ul.ThreeContents li .TwitterBox iframe {
        width: 320px !important; }

  .twitter-timeline {
    width: 230px !important; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.ThreeContents li {
    width: 500px;
    margin-bottom: 30px; }
    ul.ThreeContents li:last-child {
      margin-bottom: 0; }
    ul.ThreeContents li .TwitterBox iframe {
      width: 500px !important; }

  .twitter-timeline {
    width: 500px !important; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.ThreeContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    ul.ThreeContents li {
      width: 320px;
      margin-bottom: 30px; }
      ul.ThreeContents li:last-child {
        margin-bottom: 0; }
      ul.ThreeContents li .TwitterBox iframe {
        width: 320px !important; }

  .twitter-timeline {
    width: 320px !important; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.ThreeContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    ul.ThreeContents li {
      width: 280px;
      margin-bottom: 30px; }
      ul.ThreeContents li:last-child {
        margin-bottom: 0; }
      ul.ThreeContents li .TwitterBox iframe {
        width: 280px !important; }

  .twitter-timeline {
    width: 280px !important; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 65px 30px 0; }
      ul.LinkList li:nth-child(3n) {
        margin-right: 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 105px 30px 0; }
      ul.LinkList li:nth-child(3n) {
        margin-right: 0; }
      ul.LinkList li a img {
        width: 230px;
        height: auto; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 18px 30px 0; }
      ul.LinkList li:nth-child(3n) {
        margin-right: 0; }
      ul.LinkList li a img {
        width: 220px;
        height: auto; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 60px 30px 0; }
      ul.LinkList li:nth-child(even) {
        margin-right: 0; }
      ul.LinkList li a img {
        width: 240px;
        height: auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 35px 20px 0; }
      ul.LinkList li:nth-child(even) {
        margin-right: 0; }
      ul.LinkList li a img {
        width: 40vw;
        height: auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.LinkList {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList li {
      margin: 0 20px 20px 0; }
      ul.LinkList li:nth-child(even) {
        margin-right: 0; }
      ul.LinkList li a img {
        width: 42vw;
        height: auto; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 40px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.5rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 40px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.4rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 35px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.3rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 35px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.3rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 30px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.2rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #FooterArea .FooterTop {
    background: #000081;
    padding: 25px; }
    #FooterArea .FooterTop h3 {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 20px;
      font-size: 1.1rem; }
    #FooterArea .FooterTop p {
      text-align: center;
      color: #fff; }
  #FooterArea .Copyright p {
    text-align: center;
    color: #505050;
    font-size: 0.80rem;
    padding: 8px 0; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul .submenu {
    display: block !important; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul .submenu {
    display: block !important; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .menu__item {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px; }

  .menu__item__link {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link02 {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link02:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link.on:after {
    content: '×'; }

  .menu__item__link02.on:after {
    content: '×'; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu02 {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu__item {
    border-bottom: 1px solid #dfe1ff;
    color: #fff; }
    .submenu__item a {
      position: relative;
      background: #3f459f !important;
      padding: 15px 10px 15px 40px;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .submenu__item a:link {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:visited {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:hover {
        color: #fff !important; }
      .submenu__item a:active {
        color: #fff !important;
        text-decoration: none; }

  #GlobalNavigation ul li a {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    line-height: 60px;
    padding: 0 2rem;
    text-decoration: none; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .menu__item {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px; }

  .menu__item__link {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link.on:after {
    content: '×'; }

  .menu__item__link02 {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link02:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link02.on:after {
    content: '×'; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu02 {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu__item {
    border-bottom: 1px solid #dfe1ff;
    color: #fff; }
    .submenu__item a {
      position: relative;
      background: #3f459f !important;
      padding: 15px 10px 15px 40px;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .submenu__item a:link {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:visited {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:hover {
        color: #fff !important; }
      .submenu__item a:active {
        color: #fff !important;
        text-decoration: none; }

  #GlobalNavigation ul li a {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    line-height: 60px;
    padding: 0 2rem;
    text-decoration: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .menu__item {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px; }

  .menu__item__link {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link.on:after {
    content: '×'; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .menu__item__link02 {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link02:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link02.on:after {
    content: '×'; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu02 {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu__item {
    border-bottom: 1px solid #dfe1ff;
    color: #fff; }
    .submenu__item a {
      position: relative;
      background: #3f459f !important;
      padding: 15px 10px 15px 40px;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .submenu__item a:link {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:visited {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:hover {
        color: #fff !important; }
      .submenu__item a:active {
        color: #fff !important;
        text-decoration: none; }

  #GlobalNavigation ul li a {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    line-height: 60px;
    padding: 0 2rem;
    text-decoration: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .menu__item {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px; }

  .menu__item__link {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link.on:after {
    content: '×'; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .menu__item__link02 {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 0 2rem;
    position: relative; }

  .menu__item__link02:after {
    background: #7478b2;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    font-size: 35px; }

  .menu__item__link02.on:after {
    content: '×'; }

  .submenu02 {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu {
    background: #7478b2;
    display: none;
    width: 100%; }

  .submenu__item {
    border-bottom: 1px solid #dfe1ff;
    color: #fff; }
    .submenu__item a {
      position: relative;
      background: #3f459f !important;
      padding: 15px 10px 15px 40px;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .submenu__item a:link {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:visited {
        color: #fff !important;
        text-decoration: none; }
      .submenu__item a:hover {
        color: #fff !important; }
      .submenu__item a:active {
        color: #fff !important;
        text-decoration: none; }

  #GlobalNavigation ul li a {
    background: #000081;
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 1px;
    line-height: 60px;
    padding: 0 2rem;
    text-decoration: none; } }
#Pankuzu ul li a:link {
  color: #353535;
  text-decoration: none; }

#Pankuzu ul li a:visited {
  color: #353535;
  text-decoration: none; }

/*訪問済みのリンクの色*/
#Pankuzu ul li a:hover {
  color: #353535;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
#Pankuzu ul li a:active {
  color: #353535;
  text-decoration: none; }

/*クリック中のリンクの色*/
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .LongTitle #PageTitle {
    height: 200px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 114px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.9rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 800; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }

  #mainContent {
    padding: 60px 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .LongTitle #PageTitle {
    height: 180px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 114px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.7rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 800; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }

  #mainContent {
    padding: 55px 0; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .LongTitle #PageTitle {
    height: 180px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 107px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.6rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 800; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }
    #Pankuzu .ContentsArea {
      width: 90%;
      margin: 0 auto; }

  #mainContent {
    padding: 50px 0; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .LongTitle #PageTitle {
    height: 150px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 107px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.5rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }
    #Pankuzu .ContentsArea {
      width: 90%;
      margin: 0 auto; }

  #mainContent {
    padding: 45px 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .LongTitle #PageTitle {
    height: 140px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 107px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.4rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }
    #Pankuzu .ContentsArea {
      width: 90%;
      margin: 0 auto; }

  #mainContent {
    padding: 40px 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .LongTitle #PageTitle {
    height: 130px; }

  #PageTitle {
    background: #ececff;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 107px; }
    #PageTitle h2 {
      position: relative;
      text-align: center;
      color: #353535;
      font-size: 1.3rem;
      font-family: 'Noto Serif JP', serif;
      font-weight: 700; }
      #PageTitle h2 span {
        font-size: 70%;
        font-family: 'Noto Serif JP', serif;
        display: block; }

  #Pankuzu {
    background: #f5f5f5;
    width: 100%;
    margin-top: 1px;
    padding: 5px 0; }
    #Pankuzu ul {
      display: flex;
      flex-wrap: wrap; }
      #Pankuzu ul li {
        position: relative;
        padding-left: 10px;
        margin-right: 30px;
        font-size: 0.95rem;
        color: #353535; }
        #Pankuzu ul li:after {
          display: block;
          content: '';
          position: absolute;
          top: 9px;
          left: -1em;
          width: 6px;
          height: 6px;
          border-right: 1px solid #505050;
          border-bottom: 1px solid #505050;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #Pankuzu ul li:first-child {
          padding-left: 0; }
          #Pankuzu ul li:first-child:after {
            content: none; }
    #Pankuzu .ContentsArea {
      width: 90%;
      margin: 0 auto; }

  #mainContent {
    padding: 40px 0; } }
ul.MemberList li a:link {
  color: #353535;
  text-decoration: none; }

ul.MemberList li a:visited {
  color: #353535;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.MemberList li a:hover {
  color: #353535;
  background: #e7e7e7;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.MemberList li a:active {
  color: #353535;
  background: #e7e7e7;
  text-decoration: none; }

/*クリック中のリンクの色*/
.Arrow {
  position: relative;
  font-size: 0.95rem;
  color: #353535;
  margin-left: 15px; }
  .Arrow:before {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: -1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000081;
    border-bottom: 1px solid #000081;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.MemberList {
    display: flex;
    flex-wrap: wrap; }
    ul.MemberList li {
      margin: 0 50px 40px 0; }
      ul.MemberList li:nth-child(3n) {
        margin-right: 0; }
      ul.MemberList li a {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 300px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li a.notLink {
          height: 88px; }
          ul.MemberList li a.notLink p {
            margin-bottom: 0 !important; }
      ul.MemberList li span {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 300px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li span.notLink {
          height: 88px; }
          ul.MemberList li span.notLink p {
            margin-bottom: 0 !important; }
    ul.MemberList p {
      font-size: 0.95rem;
      color: #353535;
      margin-bottom: 10px; }
    ul.MemberList .NationalFlag img {
      width: 60px;
      height: auto;
      border: 1px solid #bebebe; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.MemberList {
    display: flex;
    flex-wrap: wrap; }
    ul.MemberList li {
      margin: 0 20px 40px 0; }
      ul.MemberList li:nth-child(3n) {
        margin-right: 0; }
      ul.MemberList li a {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 286px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li a.notLink {
          height: 88px; }
          ul.MemberList li a.notLink p {
            margin-bottom: 0 !important; }
      ul.MemberList li span {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 286px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li span.notLink {
          height: 88px; }
          ul.MemberList li span.notLink p {
            margin-bottom: 0 !important; }
    ul.MemberList p {
      font-size: 0.95rem;
      color: #353535;
      margin-bottom: 10px; }
    ul.MemberList .NationalFlag img {
      width: 60px;
      height: auto;
      border: 1px solid #bebebe; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.MemberList {
    display: flex;
    flex-wrap: wrap; }
    ul.MemberList li {
      margin: 0 50px 40px 0; }
      ul.MemberList li:nth-child(even) {
        margin-right: 0; }
      ul.MemberList li a {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 325px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li a.notLink {
          height: 88px; }
          ul.MemberList li a.notLink p {
            margin-bottom: 0 !important; }
      ul.MemberList li span {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 325px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li span.notLink {
          height: 88px; }
          ul.MemberList li span.notLink p {
            margin-bottom: 0 !important; }
    ul.MemberList p {
      font-size: 0.95rem;
      color: #353535;
      margin-bottom: 10px; }
    ul.MemberList .NationalFlag img {
      width: 60px;
      height: auto;
      border: 1px solid #bebebe; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.MemberList {
    display: flex;
    flex-wrap: wrap; }
    ul.MemberList li {
      margin: 0 40px 30px 0; }
      ul.MemberList li:nth-child(even) {
        margin-right: 0; }
      ul.MemberList li a {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 250px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li a.notLink {
          height: 88px; }
          ul.MemberList li a.notLink p {
            margin-bottom: 0 !important; }
      ul.MemberList li span {
        border: 1px solid #bebebe;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 250px;
        box-sizing: border-box;
        padding: 20px;
        transition: all .3s; }
        ul.MemberList li span.notLink {
          height: 88px; }
          ul.MemberList li span.notLink p {
            margin-bottom: 0 !important; }
    ul.MemberList p {
      font-size: 0.95rem;
      color: #353535;
      margin-bottom: 10px; }
    ul.MemberList .NationalFlag img {
      width: 60px;
      height: auto;
      border: 1px solid #bebebe; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.MemberList li {
    margin: 0 0 30px 0; }
    ul.MemberList li:nth-child(even) {
      margin-right: 0; }
    ul.MemberList li a {
      border: 1px solid #bebebe;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      transition: all .3s; }
      ul.MemberList li a.notLink p {
        margin-bottom: 0 !important; }
    ul.MemberList li span {
      border: 1px solid #bebebe;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      transition: all .3s; }
      ul.MemberList li span.notLink p {
        margin-bottom: 0 !important; }
  ul.MemberList p {
    font-size: 0.95rem;
    color: #353535;
    margin-bottom: 10px; }
  ul.MemberList .NationalFlag img {
    width: 60px;
    height: auto;
    border: 1px solid #bebebe; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.MemberList li {
    margin: 0 0 30px 0; }
    ul.MemberList li:nth-child(even) {
      margin-right: 0; }
    ul.MemberList li a {
      border: 1px solid #bebebe;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      transition: all .3s; }
      ul.MemberList li a.notLink p {
        margin-bottom: 0 !important; }
    ul.MemberList li span {
      border: 1px solid #bebebe;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      transition: all .3s; }
      ul.MemberList li span.notLink p {
        margin-bottom: 0 !important; }
  ul.MemberList p {
    font-size: 0.95rem;
    color: #353535;
    margin-bottom: 10px; }
  ul.MemberList .NationalFlag img {
    width: 60px;
    height: auto;
    border: 1px solid #bebebe; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.LinkList_02 {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList_02 li {
      width: 300px;
      margin: 0 50px 40px 0;
      background: inherit; }
      ul.LinkList_02 li:nth-child(3n) {
        margin-right: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all .3s;
            transition: all .3s; }

  ul.LinkList_03 {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList_03 li {
      width: 480px;
      margin: 0 35px 40px 0;
      background: inherit; }
      ul.LinkList_03 li:nth-child(2n) {
        margin-right: 0; }
      ul.LinkList_03 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_03 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_03 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all .3s;
            transition: all .3s; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.LinkList_02 {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList_02 li {
      width: 280px;
      margin: 0 30px 40px 0;
      background: inherit; }
      ul.LinkList_02 li:nth-child(3n) {
        margin-right: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all .3s;
            transition: all .3s; }

  ul.LinkList_03 li {
    width: 100%;
    margin-bottom: 30px;
    background: inherit; }
    ul.LinkList_03 li:last-child {
      margin-bottom: 0; }
    ul.LinkList_03 li a {
      position: relative;
      display: block;
      border-bottom: 1px solid #000081;
      padding-bottom: 20px;
      font-size: 16px;
      color: #000 !important;
      text-decoration: none !important;
      -webkit-transition: all .3s;
      transition: all .3s; }
      ul.LinkList_03 li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 7px;
        height: 7px;
        border-right: 1px solid #353535;
        border-bottom: 1px solid #353535;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.LinkList_03 li a:hover {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000081 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:hover:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #000081;
          border-bottom: 1px solid #000081;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition: all .3s;
          transition: all .3s; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.LinkList_02 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    ul.LinkList_02 li {
      width: 330px;
      margin: 0 60px 30px 0;
      background: inherit; }
      ul.LinkList_02 li:nth-child(even) {
        margin-right: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 20px;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 20px;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  ul.LinkList_03 li {
    width: 100%;
    margin-bottom: 30px;
    background: inherit; }
    ul.LinkList_03 li:last-child {
      margin-bottom: 0; }
    ul.LinkList_03 li a {
      position: relative;
      display: block;
      border-bottom: 1px solid #000081;
      padding-bottom: 20px;
      font-size: 16px;
      color: #000 !important;
      text-decoration: none !important;
      -webkit-transition: all .3s;
      transition: all .3s; }
      ul.LinkList_03 li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 7px;
        height: 7px;
        border-right: 1px solid #353535;
        border-bottom: 1px solid #353535;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.LinkList_03 li a:hover {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000081 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:hover:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #000081;
          border-bottom: 1px solid #000081;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transition: all .3s;
          transition: all .3s; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.LinkList_02 {
    display: flex;
    flex-wrap: wrap; }
    ul.LinkList_02 li {
      width: 255px;
      margin: 0 30px 30px 0;
      background: inherit; }
      ul.LinkList_02 li:nth-child(even) {
        margin-right: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  ul.LinkList_03 li {
    width: 100%;
    margin-bottom: 30px;
    background: inherit; }
    ul.LinkList_03 li:last-child {
      margin-bottom: 0; }
    ul.LinkList_03 li a {
      position: relative;
      display: block;
      border-bottom: 1px solid #000081;
      padding-bottom: 20px;
      font-size: 16px;
      color: #000 !important;
      text-decoration: none !important;
      -webkit-transition: all .3s;
      transition: all .3s; }
      ul.LinkList_03 li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 7px;
        height: 7px;
        border-right: 1px solid #353535;
        border-bottom: 1px solid #353535;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.LinkList_03 li a:hover {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000081 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:hover:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #000081;
          border-bottom: 1px solid #000081;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.LinkList_02 {
    margin-bottom: 30px; }
    ul.LinkList_02 li {
      width: 100%;
      margin-bottom: 20px;
      background: inherit; }
      ul.LinkList_02 li:last-child {
        margin-bottom: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  ul.LinkList_03 {
    margin-bottom: 30px; }
    ul.LinkList_03 li {
      width: 100%;
      margin-bottom: 20px;
      background: inherit; }
      ul.LinkList_03 li:last-child {
        margin-bottom: 0; }
      ul.LinkList_03 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_03 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_03 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.LinkList_02 {
    margin-bottom: 30px; }
    ul.LinkList_02 li {
      width: 100%;
      margin-bottom: 20px;
      background: inherit; }
      ul.LinkList_02 li:last-child {
        margin-bottom: 0; }
      ul.LinkList_02 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_02 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_02 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_02 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  ul.LinkList_03 {
    margin-bottom: 30px; }
    ul.LinkList_03 li {
      width: 100%;
      margin-bottom: 20px;
      background: inherit; }
      ul.LinkList_03 li:last-child {
        margin-bottom: 0; }
      ul.LinkList_03 li a {
        position: relative;
        display: block;
        border-bottom: 1px solid #000081;
        padding-bottom: 20px;
        font-size: 16px;
        color: #000 !important;
        text-decoration: none !important;
        -webkit-transition: all .3s;
        transition: all .3s; }
        ul.LinkList_03 li a:after {
          display: block;
          content: '';
          position: absolute;
          top: 20%;
          right: 0;
          width: 7px;
          height: 7px;
          border-right: 1px solid #353535;
          border-bottom: 1px solid #353535;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        ul.LinkList_03 li a:hover {
          position: relative;
          display: block;
          border-bottom: 1px solid #000081;
          padding-bottom: 20px;
          font-size: 16px;
          color: #000081 !important;
          text-decoration: none !important;
          -webkit-transition: all .3s;
          transition: all .3s; }
          ul.LinkList_03 li a:hover:after {
            display: block;
            content: '';
            position: absolute;
            top: 20%;
            right: 0;
            width: 7px;
            height: 7px;
            border-right: 1px solid #000081;
            border-bottom: 1px solid #000081;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .MassegaBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .MassegaBox .ImageContents {
      width: 250px; }
      .MassegaBox .ImageContents figure figcaption {
        margin-top: 20px; }
        .MassegaBox .ImageContents figure figcaption em {
          font-size: 0.85rem; }
        .MassegaBox .ImageContents figure figcaption p {
          font-size: 1.3rem; }
        .MassegaBox .ImageContents figure figcaption i {
          font-size: 0.85rem; }
    .MassegaBox .TextContents {
      width: 690px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .MassegaBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .MassegaBox .ImageContents {
      width: 250px; }
      .MassegaBox .ImageContents figure figcaption {
        margin-top: 20px; }
        .MassegaBox .ImageContents figure figcaption em {
          font-size: 0.85rem;
          color: #505050; }
        .MassegaBox .ImageContents figure figcaption p {
          font-size: 1.3rem;
          color: #505050; }
        .MassegaBox .ImageContents figure figcaption i {
          font-size: 0.85rem;
          color: #505050; }
    .MassegaBox .TextContents {
      width: 600px; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .MassegaBox .ImageContents {
    width: 250px;
    margin: 0 auto 30px; }
    .MassegaBox .ImageContents figure figcaption {
      margin-top: 10px; }
      .MassegaBox .ImageContents figure figcaption em {
        font-size: 0.85rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption p {
        font-size: 1.3rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption i {
        font-size: 0.85rem;
        color: #505050; }
  .MassegaBox .TextContents {
    width: 100%; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .MassegaBox .ImageContents {
    width: 220px;
    margin: 0 auto 30px; }
    .MassegaBox .ImageContents figure img {
      width: 220px;
      height: auto; }
    .MassegaBox .ImageContents figure figcaption {
      margin-top: 10px; }
      .MassegaBox .ImageContents figure figcaption em {
        font-size: 0.85rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption p {
        font-size: 1.3rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption i {
        font-size: 0.85rem;
        color: #505050; }
  .MassegaBox .TextContents {
    width: 100%; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .MassegaBox .ImageContents {
    width: 210px;
    margin: 0 auto 30px; }
    .MassegaBox .ImageContents figure img {
      width: 210px;
      height: auto; }
    .MassegaBox .ImageContents figure figcaption {
      margin-top: 10px; }
      .MassegaBox .ImageContents figure figcaption em {
        font-size: 0.85rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption p {
        font-size: 1.3rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption i {
        font-size: 0.85rem;
        color: #505050; }
  .MassegaBox .TextContents {
    width: 100%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .MassegaBox .ImageContents {
    width: 200px;
    margin: 0 auto 30px; }
    .MassegaBox .ImageContents figure img {
      width: 200px;
      height: auto; }
    .MassegaBox .ImageContents figure figcaption {
      margin-top: 10px; }
      .MassegaBox .ImageContents figure figcaption em {
        font-size: 0.85rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption p {
        font-size: 1.3rem;
        color: #505050; }
      .MassegaBox .ImageContents figure figcaption i {
        font-size: 0.85rem;
        color: #505050; }
  .MassegaBox .TextContents {
    width: 100%; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 380px;
    margin: 50px auto 0;
    font-size: 17px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 200px;
    margin: 50px auto 0;
    font-size: 15px;
    padding: 15px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 420px;
    margin: 50px auto 0;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 350px;
    margin: 50px auto 0;
    font-size: 17px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 200px;
    margin: 50px auto 0;
    font-size: 15px;
    padding: 15px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 400px;
    margin: 50px auto 0;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 350px;
    margin: 50px auto 0;
    font-size: 17px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 200px;
    margin: 20px auto 0;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 380px;
    margin: 50px auto 0;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 300px;
    margin: 50px auto 0;
    font-size: 15px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 60%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 200px;
    margin: 50px auto 0;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 60%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 320px;
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 300px;
    margin: 50px auto 0;
    font-size: 15px;
    padding: 20px 15px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 55%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 200px;
    margin: 20px auto 0;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 55%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 280px;
    margin: 50px auto 0;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .Tit_C {
    color: #000081;
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px; }

  .TextStyle_04 {
    text-align: center;
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.7; }

  a.ButtonStyle_01 {
    width: 250px;
    margin: 50px auto 0;
    font-size: 14px;
    padding: 20px 10px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_01 span {
      font-size: 55%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_03 {
    width: 180px;
    margin: 50px auto 0;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #000081;
    background: #000081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_03 span {
      font-size: 55%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_03:hover {
      color: #000081 !important;
      background: #fff;
      border: 2px solid #000081; }
      a.ButtonStyle_03:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 7px;
        height: 7px;
        border-right: 2px solid #000081;
        border-bottom: 2px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  a.ButtonStyle_04 {
    width: 250px;
    margin: 50px auto 0;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left; }
    a.ButtonStyle_04 span {
      font-size: 65%;
      display: block;
      margin-top: 5px; }
    a.ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_04:hover {
      color: #bd1a6e !important;
      background: #fff;
      border: 2px solid #bd1a6e; }
      a.ButtonStyle_04:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 10px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
.cookie_box a {
  transition: all .3s; }

.cookie_box a:link {
  color: #000081;
  text-decoration: none; }

.cookie_box a:visited {
  color: #000081;
  text-decoration: none; }

/*訪問済みのリンクの色*/
.cookie_box a:hover {
  color: #b3b3fe;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
.cookie_box a:active {
  color: #b3b3fe;
  text-decoration: none; }

/*クリック中のリンクの色*/
/* --------------  初回のみクッキー案内表示  -------------- */
.cookie_area {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; }

/*
.cookie_area.fixed{
	position: fixed;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
*/
.cookie_area {
  width: 100%; }

.cookie_box {
  min-height: 60px;
  padding: 20px 10px;
  background-color: rgba(230, 230, 230, 0.9); }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cookieContents .cookieTextArea {
      width: 780px; }
      .cookieContents .cookieTextArea p {
        font-size: 0.85rem;
        color: #505050;
        line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626;
    margin-left: 1em; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cookieContents .cookieTextArea {
      width: 720px; }
      .cookieContents .cookieTextArea p {
        font-size: 0.85rem;
        color: #505050;
        line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626;
    margin-left: 1em; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents .cookieTextArea {
    width: 100%;
    margin-bottom: 20px; }
    .cookieContents .cookieTextArea p {
      font-size: 0.85rem;
      color: #505050;
      line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents .cookieTextArea {
    width: 100%;
    margin-bottom: 20px; }
    .cookieContents .cookieTextArea p {
      font-size: 0.85rem;
      color: #505050;
      line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents .cookieTextArea {
    width: 100%;
    margin-bottom: 20px; }
    .cookieContents .cookieTextArea p {
      font-size: 0.85rem;
      color: #505050;
      line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .cookie_box {
    width: 100%;
    margin: 0 auto; }

  /* 短いページ */
  .report .cookie_box,
  .register .cookie_box {
    /*margin: -60px auto 20px;*/ }

  .cookieContents .cookieTextArea {
    width: 100%;
    margin-bottom: 20px; }
    .cookieContents .cookieTextArea p {
      font-size: 0.85rem;
      color: #505050;
      line-height: 2; }

  .cookie_box p {
    margin-bottom: 4px; }

  .cookie_box #cookie_btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    background-color: #262626; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 17px;
        height: 17px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1.25rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
ul.Link li a:link {
  color: #353535;
  text-decoration: none; }

ul.Link li a:visited {
  color: #353535;
  text-decoration: none; }

/*訪問済みのリンクの色*/
ul.Link li a:hover {
  color: #353535;
  background: #e7e7e7;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
ul.Link li a:active {
  color: #353535;
  background: #e7e7e7;
  text-decoration: none; }

/*クリック中のリンクの色*/
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 17px;
        height: 17px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1.25rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 10px;
        height: 10px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1.25rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 8px;
        height: 8px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1.25rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 8px;
        height: 8px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.Link {
    border-top: 1px solid #CCCCCC; }
    ul.Link li {
      width: 100%;
      border-bottom: 1px solid #CCCCCC;
      position: relative; }
      ul.Link li:after {
        display: block;
        content: '';
        position: absolute;
        top: 40px;
        right: 13px;
        width: 8px;
        height: 8px;
        border-right: 3px solid #000081;
        border-bottom: 3px solid #000081;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ul.Link li a {
        padding: 20px 50px 20px 20px;
        box-sizing: border-box;
        display: block;
        width: 100%; }
        ul.Link li a p {
          font-size: 1rem;
          margin-bottom: 8px; }
        ul.Link li a em {
          font-size: .9375rem; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.5rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 2; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .TwoR .TextArea {
      width: 48.4%; }
    .TwoR .ImageArea {
      width: 48.4%; }
      .TwoR .ImageArea img {
        width: 100%;
        height: auto; }

  .TwoL {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 60px; }
    .TwoL .TextArea {
      width: 48.4%; }
    .TwoL .ImageArea {
      width: 48.4%; }
      .TwoL .ImageArea img {
        width: 100%;
        height: auto; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.5rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 2; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    .TwoR .TextArea {
      width: 48.4%; }
    .TwoR .ImageArea {
      width: 48.4%; }
      .TwoR .ImageArea img {
        width: 100%;
        height: auto; }

  .TwoL {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 40px; }
    .TwoL .TextArea {
      width: 48.4%; }
    .TwoL .ImageArea {
      width: 48.4%; }
      .TwoL .ImageArea img {
        width: 100%;
        height: auto; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.4rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.9; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR .TextArea {
    width: 100%; }
  .TwoR .ImageArea {
    width: 370px;
    margin: 0 auto 30px; }
    .TwoR .ImageArea img {
      width: 100%;
      height: auto; }

  .TwoL .TextArea {
    width: 100%; }
  .TwoL .ImageArea {
    width: 370px;
    margin: 0 auto 30px; }
    .TwoL .ImageArea img {
      width: 100%;
      height: auto; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.3rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.8; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoR .ImageArea {
    width: 320px;
    margin: 0 auto 30px; }
    .TwoR .ImageArea img {
      width: 100%;
      height: auto; }

  .TwoL .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoL .ImageArea {
    width: 320px;
    margin: 0 auto 30px; }
    .TwoL .ImageArea img {
      width: 100%;
      height: auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.1rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.8; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoR .ImageArea {
    width: 300px;
    margin: 0 auto 30px; }
    .TwoR .ImageArea img {
      width: 100%;
      height: auto; }

  .TwoL .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoL .ImageArea {
    width: 300px;
    margin: 0 auto 30px; }
    .TwoL .ImageArea img {
      width: 100%;
      height: auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .Tit_Topics {
    border-bottom: 4px solid #000081;
    padding: 15px;
    font-size: 1.1rem;
    color: #353535;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.8; }
    .Tit_Topics i {
      font-size: 70%;
      display: block; }

  .updateDate {
    font-size: 0.95rem;
    display: block;
    font-style: normal;
    font-weight: 300;
    color: #353535; }

  .Tit_SS {
    color: #000081;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px; }

  .Tit_SSS {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative; }
    .Tit_SSS:before {
      content: "";
      width: 25px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 0; }

  figure.imgBox {
    width: 100%;
    margin: 10px auto 40px; }
    figure.imgBox img {
      width: 100%;
      height: auto; }
    figure.imgBox figcaption {
      margin-top: 10px;
      text-align: center;
      color: #505050;
      font-size: 1rem; }

  .TwoR .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoR .ImageArea {
    width: 260px;
    margin: 0 auto 30px; }
    .TwoR .ImageArea img {
      width: 100%;
      height: auto; }

  .TwoL .TextArea {
    width: 100%;
    margin-bottom: 40px; }
  .TwoL .ImageArea {
    width: 260px;
    margin: 0 auto 30px; }
    .TwoL .ImageArea img {
      width: 100%;
      height: auto; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 1000px; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 900px; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 700px; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 540px; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .mainVisual {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto; }
    .mainVisual img {
      vertical-align: bottom;
      font-size: 0;
      line-height: 0;
      width: 100%;
      height: auto; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .innerArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 60px 50px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -25px;
      left: 40px;
      color: #666;
      line-height: 1;
      font-size: 2.625rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 51.4545454545%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 2rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.95rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      width: 46.5454545455%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .txtBox dt {
    width: 115px; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .txtBox {
    width: 55.4545454545%; }

  #English .imgBox02 {
    width: 42.5454545455%; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .innerArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 60px 50px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -23px;
      left: 50px;
      color: #666;
      line-height: 1;
      font-size: 2.625rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 49.4545454545%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.95rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      width: 45.5454545455%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .innerArea {
    display: block;
    padding: 60px 100px; }

  #English .innerArea .txtBox dl {
    display: initial;
    position: relative; }

  #English .innerArea .txtBox dl dt {
    position: absolute;
    left: 0;
    width: 150x;
    padding: 18px 0 0 44px; }

  #English .innerArea .txtBox dd {
    margin-left: 185px;
    display: block;
    padding: 10px 0; }

  #English .txtBox {
    width: 100%; }

  #English .imgBox02 {
    width: 100%;
    margin-top: 50px;
    text-align: center; }

  #English .txtBox dl.prefecture dt:first-of-type, #English .txtBox dl.prefecture dt:last-of-type, #English .txtBox dl.city:last-of-type dt:first-of-type, #English .txtBox dl.city:last-of-type dt:last-of-type {
    background-position: 0px 18px; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .innerArea {
    margin: 80px 0;
    padding: 40px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -15px;
      left: 35px;
      color: #666;
      line-height: 1;
      font-size: 1.9rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 100%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.95rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      margin-top: 40px;
      width: 100%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .innerArea {
    display: block;
    padding: 60px 50px; }

  #English .innerArea .txtBox dl {
    display: initial;
    position: relative; }

  #English .innerArea .txtBox dl dt {
    position: absolute;
    left: 0;
    width: 150x;
    padding: 18px 0 0 44px; }

  #English .innerArea .txtBox dd {
    margin-left: 185px;
    display: block;
    padding: 10px 0; }

  #English .txtBox {
    width: 100%; }

  #English .imgBox02 {
    width: 100%;
    margin-top: 50px;
    text-align: center; }

  #English .txtBox dl.prefecture dt:first-of-type, #English .txtBox dl.prefecture dt:last-of-type, #English .txtBox dl.city:last-of-type dt:first-of-type, #English .txtBox dl.city:last-of-type dt:last-of-type {
    background-position: 0px 18px; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .innerArea {
    margin: 80px 0;
    padding: 40px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -16px;
      left: 35px;
      color: #666;
      line-height: 1;
      font-size: 1.8rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 100%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.95rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      margin-top: 40px;
      width: 100%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .innerArea {
    display: block;
    padding: 60px 40px; }

  #English .innerArea .txtBox dl {
    display: initial;
    position: relative; }

  #English .innerArea .txtBox dl dt {
    position: absolute;
    left: 0;
    width: 87px;
    padding: 18px 0 0 44px;
    font-size: 1rem; }

  #English .innerArea .txtBox dd {
    margin-left: 145px;
    display: block;
    padding: 10px 0; }

  #English .txtBox {
    width: 100%; }

  #English .imgBox02 {
    width: 100%;
    margin-top: 50px;
    text-align: center; }

  #English .txtBox dl.prefecture dt:first-of-type, #English .txtBox dl.prefecture dt:last-of-type, #English .txtBox dl.city:last-of-type dt:first-of-type, #English .txtBox dl.city:last-of-type dt:last-of-type {
    background-position: 0px 13px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .innerArea {
    margin: 80px 0;
    padding: 40px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -23px;
      left: 35px;
      color: #666;
      line-height: 1;
      font-size: 2.625rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 100%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 1.8rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.95rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      margin-top: 40px;
      width: 100%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .innerArea {
    display: block;
    padding: 60px 40px; }

  #English .innerArea .txtBox dl {
    display: initial;
    position: relative; }

  #English .innerArea .txtBox dl dt {
    left: 0;
    width: 87px;
    padding: 18px 0 0 44px;
    font-size: 1.2rem; }

  #English .innerArea .txtBox dd {
    display: block;
    padding: 10px 0 20px; }

  #English .txtBox {
    width: 100%; }

  #English .imgBox02 {
    width: 100%;
    margin-top: 50px;
    text-align: center; }

  #English .txtBox dl.prefecture dt:first-of-type, #English .txtBox dl.prefecture dt:last-of-type, #English .txtBox dl.city:last-of-type dt:first-of-type, #English .txtBox dl.city:last-of-type dt:last-of-type {
    background-position: 0px 18px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .innerArea {
    margin: 80px 0;
    padding: 40px 20px 20px;
    position: relative;
    background-color: #eee; }
    .innerArea h4 {
      position: absolute;
      top: -13px;
      left: 15px;
      color: #666;
      line-height: 1;
      font-size: 1.8rem; }
    .innerArea h5 {
      margin-bottom: 12px;
      font-size: 1.25rem;
      color: #333; }
    .innerArea .innerInTitle {
      color: #666;
      line-height: 1; }
    .innerArea .txtBox {
      width: 100%; }
      .innerArea .txtBox dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .innerArea .txtBox dl dt {
          width: 65px;
          padding-left: 37px;
          background-size: 28px 28px;
          font-size: 20px;
          font-size: 1.25rem; }
        .innerArea .txtBox dl dd {
          width: calc(100% - 105px);
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 1.5; }
          .innerArea .txtBox dl dd span {
            font-size: 0.85rem;
            font-weight: 300;
            margin-left: 5px; }
    .innerArea .imgBox02 {
      margin-top: 40px;
      width: 100%; }

  .txtBox dl.prefecture dt:first-of-type {
    background-image: url("../images/icon_info_area.png");
    background-repeat: no-repeat; }

  .txtBox dl.prefecture dt:last-of-type {
    background-image: url("../images/icon_info_population.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:first-of-type {
    background-image: url("../images/icon_info_area02.png");
    background-repeat: no-repeat; }

  .txtBox dl.city:last-of-type dt:last-of-type {
    background-image: url("../images/icon_info_population02.png");
    background-repeat: no-repeat; }

  #English .innerArea {
    display: block;
    padding: 40px; }

  #English .innerArea h4 {
    font-size: 1.4rem; }

  #English .txtBox dd {
    width: initial;
    font-size: 1.7rem; }

  #English .innerArea {
    display: block;
    padding: 60px 40px; }

  #English .innerArea .txtBox dl {
    display: initial;
    position: relative; }

  #English .innerArea .txtBox dl dt {
    left: 0;
    width: 87px;
    padding: 18px 0 0 44px;
    font-size: 1.2rem; }

  #English .innerArea .txtBox dd {
    display: block;
    padding: 10px 0 20px; }

  #English .txtBox {
    width: 100%; }

  #English .imgBox02 {
    width: 100%;
    margin-top: 50px;
    text-align: center; }

  #English .txtBox dl.prefecture dt:first-of-type, #English .txtBox dl.prefecture dt:last-of-type, #English .txtBox dl.city:last-of-type dt:first-of-type, #English .txtBox dl.city:last-of-type dt:last-of-type {
    background-position: 0px 18px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 20px 20px 20px 45px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 1.1rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 20px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #pagetop {
    position: fixed;
    bottom: 50px;
    right: 30px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 20px 20px 20px 45px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 1.1rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 20px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 20px 20px 20px 45px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 1rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 20px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 15px 15px 15px 35px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 0.95rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 20px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 0.95rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 15px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 10px; }

  a.ButtonStyle_02 {
    text-decoration: none;
    color: #fff;
    border: 2px solid #bd1a6e;
    background: #bd1a6e;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    position: relative;
    transition: all .3s;
    font-size: 0.95rem;
    font-weight: bold; }
    a.ButtonStyle_02:before {
      display: block;
      content: '';
      position: absolute;
      top: 43%;
      left: 15px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_02:hover {
      color: #bd1a6e;
      background: #fff; }
      a.ButtonStyle_02:hover:before {
        border-right: 2px solid #bd1a6e;
        border-bottom: 2px solid #bd1a6e; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      position: absolute;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 15px 0;
      width: 185px;
      font-size: 1rem; }
    dl.programTable dd {
      margin-left: 185px;
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      border-top: 1px solid #d5d5d5;
      padding: 15px 0; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 100px;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 100px;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: 660px; }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      position: absolute;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 15px 0;
      width: 160px;
      font-size: 1rem; }
    dl.programTable dd {
      margin-left: 160px;
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      border-top: 1px solid #d5d5d5;
      padding: 15px 0; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 95px;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 95px;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: calc(100% - 110px); }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 10px 0;
      font-size: 1rem;
      width: 100%; }
    dl.programTable dd {
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      padding: 0 0 15px; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 18%;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 100%;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: calc(100% - 110px); }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 10px 0;
      font-size: 1rem;
      width: 100%; }
    dl.programTable dd {
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      padding: 0 0 15px; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 120px;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 120px;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: calc(100% - 110px); }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 10px 0;
      font-size: 1rem;
      width: 100%; }
    dl.programTable dd {
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      padding: 0 0 15px; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 165px;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 100%;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: calc(100% - 110px); }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  dl.programTable {
    position: relative;
    border-bottom: 1px solid #d5d5d5; }
    dl.programTable dt {
      display: block;
      color: #505050;
      border-top: 1px solid #d5d5d5;
      padding: 10px 0;
      font-size: 1rem;
      width: 100%; }
    dl.programTable dd {
      font-size: 1rem;
      color: #505050;
      line-height: 2;
      display: block;
      padding: 0 0 15px; }

  .Tit_Sub {
    font-size: 1.2rem;
    color: #505050;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600; }

  .SpeakerWrap {
    display: flex; }
    .SpeakerWrap .FaceImg {
      width: 100px;
      margin-right: 20px; }
      .SpeakerWrap .FaceImg img {
        width: 100px;
        height: auto; }
    .SpeakerWrap .speakerCardInfo {
      width: calc(100% - 110px); }
      .SpeakerWrap .speakerCardInfo i {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 10px; } }
.Tit_SubSS {
  font-size: 1.2rem;
  color: #000081;
  line-height: 2;
  margin-bottom: 10px;
  font-weight: 600; }
  .Tit_SubSS span {
    font-size: 80%;
    color: #353535;
    font-weight: 300;
    margin-left: 10px; }

table.tableStyle01 td {
  font-size: 0.95rem;
  color: #505050;
  line-height: 1.7;
  margin-bottom: 10px; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td.w170 {
        width: 170px; }

  .towContent {
    display: flex;
    justify-content: space-between; }
    .towContent .L_area {
      width: 48%; }
    .towContent .R_area {
      width: 48%; } }
ul.exhibitionList li {
  margin-bottom: 15px;
  color: #505050;
  font-size: 1rem;
  line-height: 1.8; }
  ul.exhibitionList li:first-child {
    font-weight: bold; }
  ul.exhibitionList li:last-child {
    margin-bottom: 0; }

.Logo_image {
  text-align: center;
  margin-bottom: 10px; }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td.w170 {
        width: 170px; }

  .towContent .L_area {
    width: 100%;
    margin-bottom: 50px; }
  .towContent .R_area {
    width: 100%; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td.w170 {
        width: 170px; }

  .towContent .L_area {
    width: 100%;
    margin-bottom: 50px; }
  .towContent .R_area {
    width: 100%; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td:first-child {
        width: 170px !important;
        box-sizing: border-box; }

  /*.TableWrap {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
}*/
  .towContent .L_area {
    width: 100%;
    margin-bottom: 50px; }
  .towContent .R_area {
    width: 100%; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td:first-child {
        width: 170px !important;
        box-sizing: border-box; }

  /*.TableWrap {
  	  display: block;
  	  overflow-x: scroll;
  	  white-space: nowrap;
  	  -webkit-overflow-scrolling: touch;
  }*/
  .towContent .L_area {
    width: 100%;
    margin-bottom: 50px; }
  .towContent .R_area {
    width: 100%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  table.tableStyle01 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 1rem;
    width: 100%; }
    table.tableStyle01 th {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #f0f0f0; }
    table.tableStyle01 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 20px;
      vertical-align: top;
      background: #fff; }
      table.tableStyle01 td:first-child {
        width: 170px !important;
        box-sizing: border-box; }

  /*.TableWrap {
  	  display: block;
  	  overflow-x: scroll;
  	  white-space: nowrap;
  	  -webkit-overflow-scrolling: touch;
  }*/
  .towContent .L_area {
    width: 100%;
    margin-bottom: 50px; }
  .towContent .R_area {
    width: 100%; } }
.submenu03 {
  display: none; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.3rem;
    padding: 15px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    transition: 0.5s; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
.menu__item__link03.on::after {
  content: '×'; }

a.js-menu__item__link03:link {
  color: #505050;
  text-decoration: none; }

a.js-menu__item__link03:visited {
  color: #505050;
  text-decoration: none; }

a.js-menu__item__link03:hover {
  color: #000081;
  text-decoration: none; }

a.js-menu__item__link03:active {
  color: #000081;
  text-decoration: none; }

/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.3rem;
    padding: 15px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.2rem;
    padding: 12px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.2rem;
    padding: 12px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.2rem;
    padding: 12px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  a.ExhibitTitle {
    display: block;
    font-size: 1.2rem;
    padding: 12px;
    font-weight: bold;
    border-bottom: 3px solid #000081;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    a.ExhibitTitle:after {
      content: '+';
      display: block;
      font-family: "Font Awesome 5 Free";
      line-height: 50px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 25px;
      font-size: 25px; }

  .menu__item__link03 {
    display: none; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .Session_Title {
    font-size: 1.4rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      position: absolute;
      right: 0;
      top: 20px;
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo02 {
    font-size: 1rem; }
    .speakerCardInfo02 i {
      font-size: 1.1rem;
      font-weight: 600;
      margin-right: 10px; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .Session_Title {
    font-size: 1.4rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      position: absolute;
      right: 0;
      top: 20px;
      display: block;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .Session_Title {
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      margin-top: 10px;
      display: block;
      width: 180px;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .Session_Title {
    font-size: 1.3rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      margin-top: 10px;
      display: block;
      width: 180px;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .Session_Title {
    font-size: 1.2rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      margin-top: 10px;
      display: block;
      width: 180px;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .Session_Title {
    font-size: 1.2rem;
    color: #505050;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600; }
    .Session_Title span {
      display: block;
      font-size: 70%; }
    .Session_Title a.ButtonStyle_05 {
      margin-top: 10px;
      display: block;
      width: 180px;
      background: #000081;
      padding: 10px;
      border-radius: 5px;
      border: 2px solid #000081;
      color: #fff;
      font-size: 1rem;
      box-sizing: border-box;
      text-align: center;
      font-weight: 600;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .Session_Title a.ButtonStyle_05:hover {
        background: #fff;
        color: #000081;
        border: 2px solid #000081;
        text-decoration: none; }

  .speakerCardInfo03 i {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500; }
  .speakerCardInfo03 p {
    font-size: 1.1rem;
    font-weight: 700; }
    .speakerCardInfo03 p span {
      font-weight: 300;
      line-height: 1.4;
      margin-left: 4px;
      font-size: clamp(10px, 2vw, 12px); } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.theme {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    ul.theme li {
      background: #000081;
      color: #fff;
      text-align: center;
      font-size: 1rem;
      font-weight: 800;
      margin: 0 25px 20px 0;
      padding: 50px 20px;
      box-sizing: border-box;
      width: 316px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center; }
      ul.theme li:nth-child(3n) {
        margin-right: 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.theme {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    ul.theme li {
      background: #000081;
      color: #fff;
      text-align: center;
      font-size: 1rem;
      font-weight: 800;
      margin: 0 25px 20px 0;
      padding: 50px 20px;
      box-sizing: border-box;
      width: 283px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center; }
      ul.theme li:nth-child(3n) {
        margin-right: 0; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.theme {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    ul.theme li {
      background: #000081;
      color: #fff;
      text-align: center;
      font-size: 1rem;
      font-weight: 800;
      margin: 0 25px 20px 0;
      padding: 30px 20px;
      box-sizing: border-box;
      width: 335px;
      height: 130px;
      display: flex;
      align-items: center;
      justify-content: center; }
      ul.theme li:nth-child(2n) {
        margin-right: 0; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.theme li {
    background: #000081;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    ul.theme li:nth-child(2n) {
      margin-right: 0; }
    ul.theme li:last-child {
      margin-bottom: 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.theme li {
    background: #000081;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    ul.theme li:nth-child(2n) {
      margin-right: 0; }
    ul.theme li:last-child {
      margin-bottom: 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.theme li {
    background: #000081;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    ul.theme li:nth-child(2n) {
      margin-right: 0; }
    ul.theme li:last-child {
      margin-bottom: 0; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  ul.time li {
    position: relative; }
    ul.time li div.times_Day {
      display: block;
      position: absolute;
      width: 125px;
      left: 0;
      padding: 5px 0 0;
      font-size: 1rem;
      color: #505050; }
    ul.time li div.times_contents {
      margin-left: 130px;
      line-height: 2;
      display: block;
      padding: 5px 0;
      font-size: 1rem;
      color: #505050; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  ul.time li {
    position: relative; }
    ul.time li div.times_Day {
      display: block;
      position: absolute;
      width: 125px;
      left: 0;
      padding: 5px 0 0;
      font-size: 1rem;
      color: #505050; }
    ul.time li div.times_contents {
      margin-left: 130px;
      line-height: 2;
      display: block;
      padding: 5px 0;
      font-size: 1rem;
      color: #505050; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  ul.time li div.times_Day {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #505050; }
  ul.time li div.times_contents {
    margin: 0 0 20px 10px;
    line-height: 2;
    display: block;
    font-size: 1rem;
    color: #505050; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  ul.time li div.times_Day {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #505050; }
  ul.time li div.times_contents {
    margin: 0 0 20px 10px;
    line-height: 2;
    display: block;
    font-size: 1rem;
    color: #505050; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.time li div.times_Day {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #505050; }
  ul.time li div.times_contents {
    margin: 0 0 20px 10px;
    line-height: 2;
    display: block;
    font-size: 1rem;
    color: #505050; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  ul.time li div.times_Day {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #505050; }
  ul.time li div.times_contents {
    margin: 0 0 20px 10px;
    line-height: 2;
    display: block;
    font-size: 1rem;
    color: #505050; } }
.end_font {
  font-size: 1.4rem;
  color: #d70c0c;
  font-weight: bold;
  text-align: center; }
