@charset "utf-8";
/* CSS Document */

html {
  margin-top: 0 !important;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mag_right {
  display: none!important;
}

.mag_left {
  width: 100%!important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

div#ez-toc-container {
  width: 100%!important;
  box-sizing: border-box;
}

}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .max-width1042 {
    max-width: 1042px;
    margin: 0 auto;
  }
}

.width100 {
  width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:link,
a:visited {
  text-decoration: none;
}

header {
  width: 100%;
  background: #000;
  padding: 15px 0;
  position: relative;
}

.article_feature_wrap {
  width: 100%;
}

.navi-menu-wrap {
  width: 100%;
  position: relative;
}

.font-weight600 {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  
.topics-wrap {
  width: 100%;
  padding: 15px;
  margin: 0 auto 70px;
  box-sizing: border-box;
}
}

.article_feature_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.article_feature_title_wrap {
  background: #0964c9;
}

.article_feature_title li {
  width: 20%;
}


.article_feature_title li a {
  color: #fff;
  display: block;
    padding: 15px 0;
  font-weight: 600;
  text-align: center;
}

.article_feature_title li a:hover {
 opacity: 0.7;
}


.topics-inner ul li a:last-of-type {
  margin-top: 10px;
}

.topics-inner ul li p {
  line-height: 1.3;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.topics-inner ul li img {
  width: 100%;
  height: 110px;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
    color: #000;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: bottom;
  }

  h2 a:link,
  h2 a:visited {
    color: #000;
    text-decoration: none;
  }
  .topics-inner ul li p {
    padding: 5px 10px;
  }

  .topics-inner {
    margin-bottom: 30px;
    padding: 15px 0 30px;
    box-sizing: border-box;
  }

  .topics-inner ul li:last-child {
    margin-right: 0;
  }

  .article_feature_wrap h2 {
font-size: 30px;
        color: #000;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: center;
        vertical-align: bottom;
        margin-top: 80px;
  }

  ul.article_feature_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

   .article_feature_list li {
    width: 19%;
    border: #b5b5b5 solid 1px;
  }

  .h1-wrap {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .h1-inner {
    display: inline-block;
    color: #fff;
    overflow: hidden;
  }

  .h1-inner h1,
  .h1-inner img {
    float: left;
    vertical-align: bottom;
  }

  .h1-inner span {
    padding: 0 5px;
    vertical-align: bottom;
  }

  .h1-inner img {
    width: 130px;
    height: auto;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {


  ul.article_feature_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

   .article_feature_list li {
    width: 48%;
    margin-bottom: 15px;
    border: #b5b5b5 solid 1px;
  }


 .article_feature_wrap h3 {
          margin: 0;
    font-size: 20px;
    border-bottom: solid 3px;
    border-bottom-color: #08467f;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 15px;
    position: relative;
    font-weight: normal;
  }

  .topics-inner {
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .topics-inner ul li {
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
  }

  .topics-inner ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .topics-inner > p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 22px;
    margin: 0 auto 10px;
    position: relative;
    width: fit-content;
  }
  .topics-inner > p::before,
  .topics-inner > p::after {
    content: "";
    position: absolute;
    top: 47%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #666;
  }

  .topics-inner > p::before {
    left: -60px;
    background: linear-gradient(-90deg, #666, transparent);
  }

  .topics-inner > p::after {
    right: -60px;
    background: linear-gradient(90deg, #666, transparent);
  }

  .h1-inner {
    display: flex;
    color: #fff;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
}

.topics-wrap2 h2 {
  font-size: 35px;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 5px solid #0964c9;
  margin-bottom: 50px;
}

.topics-inner2 {
  margin-bottom: 30px;
  padding: 15px 20px 30px;
  box-sizing: border-box;
}

.topics-inner2 > p {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 26px;
}

.topics-inner2 ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .topics-inner2 ul li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: #b5b5b5 solid 1px;
    background: #fff;
    margin-bottom: 15px;
  }

  #about-this-page {
    padding: 0 15px;
  }

  #about-this-page p {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .topics-inner2 ul li {
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
    border: #b5b5b5 solid 1px;
    background: #fff;
  }
}

.article_feature_wrap h2 {
font-size: 30px;
        color: #000;
        line-height: 1.5;
        margin-bottom: 30px;
        text-align: center;
        vertical-align: bottom;
        margin-top: 80px;
}

.topics-inner2 ul li img {
  width: 100%;
  margin-bottom: 15px;
}

.topics-inner2 ul li a,
.topics-inner2 ul li a:link,
.topics-inner2 ul li a:visited {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  color: #000;
}

.topics-inner2 ul li a:hover {
  margin-right: 20px;
  color: #0964c9;
}

.topics-wrap2-blueline {
  border-bottom: 3px solid #0964c9;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.text-align-right {
  display: block;
  text-align: right;
  text-decoration: none;
}

footer {
  background: #000;
}

.footer-contact-us {
  background: #1b1b1b;
  width: 100%;
  color: #fff;
  padding: 50px 0;
}
ntact-us section {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
}

.footer-contact-tel::before {
  font-size: 18px;
  content: "TEL";
}
.footer-contact-tel {
  margin: 0 auto;
  font-size: 30px;
  content: "TEL";
}

.footer-contact-tel a:link,
.footer-contact-tel a:visited {
  color: #fff;
  text-decoration: none;
}

.footer-contact-sns {
  padding: 100px 0;
  margin: 0 auto;
}

.footer-contact-sns ul {
  text-align: center;
  display: block;
}

.footer-contact-sns ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-contact-sns ul li:last-child {
  margin-right: 0;
}

.footer-links ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-links ul li:last-child {
  margin-right: 0;
}

.footer-links a:link,
.footer-links a:visited {
  color: #fff;
  text-decoration: none;
}

/*slide*/

.bxslider li {
  position: relative;
}

.bxslider li a:link,
.bxslider li a:visited {
  color: #000;
}

@media screen and (min-width: 769px) {
  .footer-links {
    padding: 100px 0;
  }

  .slide {
    position: absolute;
    width: 80%;
    background: #fff;
    bottom: -10%;
    right: 100px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 768px) {
  .slide {
    position: absolute;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
  }

  .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
  }

  .footer-links ul li {
    width: 49%;
    border-right: 1px #ddd solid;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
  }

  .footer-links ul li:nth-child(even) {
    border-right: none;
  }

  .footer-links ul li a {
    text-align: center;
    display: block;
    padding: 10px 0;
    font-size: 13px;
  }
}

.slide-tag {
  margin-bottom: 15px;
}

.slide-tag li {
  background: #0964c9;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 2px 5px;
  box-sizing: border-box;
}

/*検索窓*/
@media screen and (min-width: 769px) {
  #kensaku-wrap {
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    margin-right: -305px;
    transition: 1s;
    -webkit-transition: 1s;
  }

  #kensaku-wrap:hover {
    margin-right: -20px;
  }

  #kensaku-wrap img {
    width: 45px;
    height: auto;
    float: left;
  }

  #search-box {
    float: left;
    width: 60%;
    height: 45px;
    box-sizing: border-box;
    padding: 3px 5px;
  }

  #search-submit {
    float: left;
    width: 20%;
    height: 45px;
    background: #0964c9;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
  }

  .Required-time {
    padding: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  #kensaku-wrap {
    margin: 12px auto;
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    height: 42px;
    overflow: hidden;
    transition: 1s;
    -webkit-transition: 1s;
    text-align: center;
  }

  #search-box {
    float: left;
    width: 80%;
    height: 42px;
    box-sizing: border-box;
    padding: 3px 5px;
    -webkit-appearance: none;
  }

  #search-submit {
    float: left;
    width: 20%;
    height: 42px;
    background: #0964c9;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .Required-time {
    padding: 0 0 10px 0 !important;
  }
}

@media screen and (min-width: 769px) {
  /*トップに戻る*/
  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
  }
  .pagetop a {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #0964c9;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    line-height: 60px;
  }
  .pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  /*トップに戻る*/
  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
  }
  .pagetop a {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #0964c9;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    line-height: 20px;
  }
  .pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    background: #0964c9;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }

  .Toggle span:nth-child(1) {
    top: 9px;
  }

  .Toggle span:nth-child(2) {
    top: 18px;
  }

  .Toggle span:nth-child(3) {
    top: 27px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .footer-links {
    box-sizing: border-box;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.Required-time {
  position: absolute;
  bottom: 0;
  margin-top: 15px;
  font-size: 13px !important;
}

.Required-time::before {
  content: "所要時間：";
}

.Required-time::after {
  content: "～";
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  color: #888;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: solid 1px #888;
  margin: 50px 0;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #888;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 0;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
    margin: 50px 0;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

.kyokasho-sns_box {
  text-align: center;
  margin: 5px 0;
}

.kyokasho-sns_box a {
  display: inline-block;
}

.kyokasho-sns_box a:last-child {
  margin-right: 0px;
}

.Trust-message {
  position: absolute;
  top: -55px;
  right: 0;
  color: #fff;
  padding: 10px;
  line-height: 1;
  font-size: 13px !important;
}

.kyokasho-black-kotei {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  bottom: 0;
  padding: 0 15px;
}

.kyokasho-black-kotei li {
  display: inline-block;
}

.kyokasho-black-kotei li::after {
  content: "/";
  margin-right: 15px;
  margin-left: 15px;
}

.kyokasho-black-kotei li:last-child {
  border-right: none;
}

.kyokasho-black-kotei li a:link,
.kyokasho-black-kotei li a:visited {
  text-decoration: none;
  color: #fff;
}

.kyokasho-black-kotei li a {
  font-size: 13px;
  line-height: 1;
}

.hover_mask:hover .mask {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.hover_mask .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hover_mask .caption {
  font-size: 100%;
  width: 80%;
  color: #fff;
  text-align: center;
  margin: 130px auto 0;
  border: 1px solid;
  padding: 5px 0;
}

/* slickのスタイル */
.slick-prev:before,
.slick-next:before {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    top: 102% !important;
    left: 0 !important;
  }

  .slick-next {
    top: 102% !important;
    right: 0 !important;
  }
}

.slick-slider .slick-dots li {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.slick-dots {
  display: block !important;
  bottom: -310px !important;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.slick-slide {
  margin-left: 3px !important;
  margin-right: 3px !important;
}


 @media screen and (min-width:769px) {

      .sp-only {
        display: none;
      }

      .maintenance-introductionul-wrap {
        width: 1012px;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 50px;
      }

      .maintenance-introductionul li {
        width: 49%;
        float: left;
        margin-right: 1%;
        padding: 0 !important;
        border: none;
      }

      .maintenance-introduction ul li:nth-child(even) {
        margin-right: 0;
      }


      .maintenance-introductionul li img {
        width: 100%;
        border: solid 1px #ddd;
      }

      .maintenance-introductionul li a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
      }
		
	.pankuzu-wrap {
		width: 100%;
		background: #fff;
	}
	
	.pankuzu-list {
		width: 1000px;
		margin: 10px auto;
	}		

    }
