@charset "UTF-8";
.clearfix01:after {
  content: "";
  clear: both;
  display: block;
}

body.open {
  position: static !important;
}
body .sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body .pc {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  #headerLr {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .headerLang {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  #headerGnav {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #headerGnav li:first-child {
    width: 9%;
  }
}
@media screen and (max-width: 960px) {
  #headerGnav li:not(:first-child) {
    width: 12.7%;
  }
}

@media screen and (max-width: 960px) {
  .headerLeft h1 {
    display: block;
  }
}

.spHeaderWrap {
  padding: 10px 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spHeaderWrap h1 {
  margin: 0;
  width: 230px;
}
.spHeaderWrap h1 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.toggleBtn01 {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 6;
}

.menuTrigger {
  position: relative;
  width: 35px;
  height: 25px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menuTrigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #003399;
  border-radius: 4px;
}

.menuTrigger span:nth-of-type(1) {
  top: 0;
}

.menuTrigger span:nth-of-type(2) {
  top: 10px;
}

.menuTrigger span:nth-of-type(3) {
  bottom: 0;
}

.menuTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(16px) rotate(-45deg);
      transform: translateY(16px) rotate(-45deg);
  background: #fff;
}

.menuTrigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
  background: #fff;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menuTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
  background: #fff;
}

.spHeaderWrap {
  height: 50px;
}

.spNavlist {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 70px 0 30px;
  background: #002775;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.spNavlist li:not(:last-child) {
  margin-bottom: 15px;
}
.spNavlist a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 5%;
  line-height: 1;
  display: block;
  position: relative;
  text-decoration: none;
}
.spNavlist a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4%;
}
.spNavlist a:hover {
  text-decoration: none;
}

.LanguageSelect {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 5%;
  line-height: 1;
  position: relative;
}
.LanguageSelect:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.LanguageSelect.open:after {
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.childList01 {
  list-style: none;
  padding: 15px 0 0 40px;
}

.childList01 {
  display: none;
}

.spsearchWrap {
  margin-bottom: 40px;
}

.spsearch {
  width: 94%;
  margin: 0 auto;
}
.spsearch #srchInputSp {
  width: 90%;
  height: 40px;
  padding: 5px;
  display: block;
  float: left;
  border: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spsearch #srchBtnSp {
  width: 10%;
  height: 40px;
  display: block;
  border: 0;
  float: right;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../../img/common/icon_searh.gif") no-repeat center, #fff;
}

@media screen and (max-width: 960px) {
  #contents {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  #main {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #main img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li.spImgBig img {
    max-width: initial;
    max-height: initial;
    width: 103%;
    height: 103%;
  }
}

@media screen and (max-width: 960px) {
  .mainMenu ul.firstChild {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .mainMenu ul.firstChild li {
    width: 23.5%;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .mainMenu ul.firstChild li a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .mainMenu ul.firstChild li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .mainMenu ul.firstChild li:not(:last-child) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li:not(:last-child) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li:nth-child(odd) {
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .mainMenu ul.firstChild li:nth-child(-n+2) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 960px) {
  #extra {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  #extra {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #extra ul {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #extra img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  #extra .extraBana01 {
    padding: 5px 5px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #extra .extraBana01 {
    padding: 5px;
  }
}
@media screen and (max-width: 960px) {
  #extra .extraBana01 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #extra .extraBana01 img {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #extra .extraBana02 {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  #extra .extraBana02 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #extra .extraBana02 h3 {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  #extra .extraBana02 h3 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #extra .extraBana02 p {
    padding: 0;
    width: 32%;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  #extra .extraBana02 p {
    text-align: center;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #extra .extraBana02 p:not(:last-child) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  #extra .extraBana02 p:not(:last-child) {
    margin: 0 0 2% 0;
  }
}

.allover:after {
  content: "";
}
@media screen and (max-width: 767px) {
  .allover:after {
    clear: both;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .allover a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .allover li {
    width: 23.4%;
    padding: 0 !important;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .allover li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .allover li:not(:last-child) {
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .allover li:not(:last-child) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .allover li:nth-child(odd) {
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 400px) {
  .allover li:nth-child(-n+2) {
    margin-bottom: 2% !important;
  }
}
@media screen and (max-width: 640px) {
  .allover li:nth-child(3) {
    clear: both;
  }
}

@media screen and (max-width: 640px) {
  .extraBana02_02 li {
    text-align: center;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .extraBana02_02 li:not(:last-child) {
    margin-bottom: 2% !important;
  }
}

@media screen and (max-width: 960px) {
  .contentsFlashNotice {
    width: 96%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .contentsFlashNotice img {
    max-width: 100%;
    width: 96% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 960px) {
  p.contentsFlashNotice_txt18 {
    font-size: 12px;
    top: 52%;
  }
}

@media screen and (max-width: 960px) {
  .indexInfo table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .indexInfo table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .indexInfo td, .indexInfo th {
    display: inline-block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .indexInfo td.lastChild {
    margin-bottom: 10px;
    display: block !important;
  }
}

.indexMain02:after {
  content: "";
}
@media screen and (max-width: 960px) {
  .indexMain02:after {
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .indexMain03, .indexMain04, .indexMain05, .indexMain06 {
    word-wrap: break-word;
    width: auto;
    float: none;
  }
}

.spTit01 {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  display: block !important;
  padding: 5px 5px 9px 10px;
  border-left: 3px solid #0166fe;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f2f2f2+91 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(91%, #f2f2f2));
  background: -o-linear-gradient(top, white 1%, #f2f2f2 91%);
  background: linear-gradient(to bottom, white 1%, #f2f2f2 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=0 );
  /* IE6-9 */
}
.spTit01 span {
  font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif !important;
  line-height: 1;
  letter-spacing: 0.05em;
}

.infoBtnList_sp {
  width: 100%;
  list-style: none;
  padding: 0;
}
.infoBtnList_sp li {
  text-align: center;
  width: 45%;
  /*  width: 36%;  トップページのRSSを削除したため、本項目を45％に変更しました。  */
  float: left;
}
.infoBtnList_sp li a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 5px 2%;
  display: block;
  background: #003399;
  border-radius: 5px;
}
.infoBtnList_sp li a:visited, .infoBtnList_sp li a:link {
  color: #fff;
}
.infoBtnList_sp li a:hover {
  text-decoration: none;
}
.infoBtnList_sp li:not(:last-child) {
  margin-right: 2%;
}

/* トップページのRSSを削除したため、本項目をコメントアウトしました。 */
/*    .infoBtnList_sp li:first-child {
  width: 24%;
}
.infoBtnList_sp li:first-child a {
  background: #fd7302;
}*/
.spFooterNav01 {
  list-style: none;
  padding: 0;
  background: #ECEFF4;
}
.spFooterNav01 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.spFooterNav01 li a {
  font-size: 12px;
  font-weight: bold;
  color: #003399;
  padding: 10px 2%;
  display: block;
  position: relative;
}
.spFooterNav01 li a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: 2px solid #003399;
  border-right: 2px solid #003399;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4%;
}
.spFooterNav01 li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #footer {
    padding: 15px 0;
  }
}

@media screen and (max-width: 960px) {
  .footer860 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .footer860 #copy {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .footer860 #copy p {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 960px) {
  .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .slick-prev {
    left: 0;
  }
}

.sp640 {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp640 {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .mainVisualArea01 .sliderContainer {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual {
    height: 200px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualArea01 .mainVisual .copy01 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual .copy01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualArea01 .mainVisual .smallText01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual .smallText01 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisualArea01 .mainVisual .linkBtn01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual .linkBtn01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual01 .copy01 {
    left: 10%;
    height: 53px;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual02 {
    background-position: top 50% right 41%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual02 .copy01 {
    top: 7%;
    left: 7%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual02 .linkBtn01 {
    left: 7%;
    bottom: 22%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual03 .copy01 {
    left: 7%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual03 .linkBtn01 {
    left: 7%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual04 .copy01 {
    margin-top: 50px;
    position: static;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .mainVisualArea01 .mainVisual04 .linkBtn01 {
    right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual04 .linkBtn01 {
    position: static;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .mainVisualArea01 .mainVisual05 .copy01 {
    margin-top: 50px;
  }
}