@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }
/*はみ出し画像中央----------------------------------------------------------- */
  .wic img {
    width: 100%;
  }
  .wic {
    margin-left: -15px;
    margin-right: -15px;
  }
/*Header----------------------------------------------------------- */
  header .logo {
    height: 40px;
  }
  header .logo img {
    max-height: 40px;
  }

/*MV----------------------------------------------------------- */
.mv {
  padding: 0;
  /*width: 90%;*/
  width: 100%;
  margin: 0px auto;
}
.mv img{
  width: 100%;
}

/*CTA----------------------------------------------------------- */
.cta h2 {
  padding-bottom: 15px;
}
.cta .inner_box {
  padding: 15px;
  padding-top: 0;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.slider .slick-slide {
  margin:0 10px;
}

/*sec02----------------------------------------------------------- */
.sec02 .img01 {
  position: absolute;
  top: -20px;
  width: 110px;
}
.sec02 h3 {
  margin-bottom: 15px;
}
.sec02 .img02 {
  position: absolute;
  top: -20px;
  right: auto;
  width: 110px;
}
.sec02 .white_box{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec02 .white_box:not(:last-child) {
  margin-bottom: 40px;
}
/*sec03----------------------------------------------------------- */
.sec03 .js-scrollable img{
  max-width: 540px;
}

/*sec04----------------------------------------------------------- */


/*sec05----------------------------------------------------------- */
.sec05 h2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec05 .fx {
  display: flex;
  flex-direction: column;
}
.sec05 .fx .box {
  width: 100%;
}
.sec05 .txt {
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
}
/*sec06----------------------------------------------------------- */
.sec06 h2{
font-size:2rem;
font-weight: bold;
line-height: 130%;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.sec06 h2 .blue_hd{
display: block;
margin: 0px auto;
color: #00AABB;
font-weight: 900;
}
.sec06 h2 {

}

.sec06 .wd70{
width: 100%;
}

/*sec07----------------------------------------------------------- */
.sec07 .white_box {
  border-radius: 10px;
  border: solid 2px #00aabb;
  padding: 15px;
}
.sec07 h3 {
  margin-bottom: 15px;
}
/*sec08----------------------------------------------------------- */

/*スマホ用スタイル*/
  .brett ul li {
    font-size: 15px;
    align-items: flex-start;
  }
  .brett ul li img{
    width: 2rem;
    margin-right: 5px;
  }
    

/*sec09----------------------------------------------------------- */


/*sec10----------------------------------------------------------- */


/*sec11----------------------------------------------------------- */


/*sec12----------------------------------------------------------- */
.sec12 table th {
  background-color: #00aabb;
  color: #FFF;
  font-weight: bold;
  margin: 1px;
  width: 120px;
  padding: 15px;
  vertical-align: middle;
}
.sec12 table td {
  background-color: #fff;
  margin: 1px;
  width: calc(100% - 120px);
  padding: 15px;
}
/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */
/*sec20----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
  .footer_nav1 ul {
    width: 100%;
  }
  .footer_nav1 ul li:first-child {
    border-top: 1px solid #000;
  }
  .footer_nav1 ul li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 0;
  }
  .footer_nav1 ul a {
    display: block;
  }
  .footer_nav1 {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}

/*スマホ用スタイルend*/
