@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://use.typekit.net/wgd6zip.css);
/*Balboa*/
@import url(https://use.typekit.net/vig5vke.css);
/*open sans*/
@import url(https://use.typekit.net/cen4ble.css);
/*droid-sans*/
@import url(https://use.typekit.net/phl3khq.css);
/*din2014*/
@import url(https://use.typekit.net/sqi6cdq.css);
/*DIN Condensed */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@1,400;1,500&display=swap);
.inner6 {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.inner8 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.inner9 {
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
}

.inner10 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner_ {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner11 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner_11 {
  width: 100% !important;
  max-width: 1100px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_12 {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.inner14 {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.inner_14 {
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto;
}

.inner15 {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.inner_15 {
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto;
}

.inner16 {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.inner_16 {
  width: 100% !important;
  max-width: 1600px;
  margin: 0 auto;
}

.inner17 {
  width: 95%;
  max-width: 1700px;
  margin: 0 auto;
}

.inner18 {
  width: 95%;
  max-width: 1850px;
  margin: 0 auto;
}

#contents_wrap {
  width: 100% !important;
  min-width: 100% !important;
}

#contents {
  background: none;
  font-size: 100%;
  width: 100%;
  max-width: 1200px !important;
}

@media only screen and (max-width: 1000px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

.bgwh {
  background: #fefefe;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .bgwh {
    padding: 10px;
  }
}

.error2 {
  margin-top: 100px;
}

.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}

.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .error2 {
    margin-top: 50px;
  }
}

.section div.form_wrap .tel {
  margin-right: 0 !important;
}

.news_01 .box {
  text-align: center;
}

.news_01 .box img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.logo_box .box {
  width: 23%;
  margin: 20px 1%;
}

.logo_box .box a {
  display: block;
}

.logo_box .box a img {
  display: block;
  margin: 0 auto;
  max-height: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .logo_box .box {
    width: 31.333%;
  }
}

@media only screen and (max-width: 640px) {
  .logo_box .box {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .logo_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logo_box .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .logo_box .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.top_01 .box {
  background: #FF8B07;
  padding: 10px;
}

.top_01 .box article h3 {
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-size: 2.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1200px) {
  .top_01 .box article h3 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.top_01 .box article div {
  background: #fff;
  padding: 10px;
  font-size: 1.125rem;
}

.top_01 .box article div h4 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .top_01 .box article div h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .top_01 .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.annot {
  display: none;
}

#Local_header {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 250px 0 100px 0   !important;
}

@media screen and (max-width: 1500px) {
  #Local_header {
    padding: 215px 0 100px 0   !important;
  }
}

@media screen and (max-width: 1200px) {
  #Local_header {
    padding: 180px 0 80px 0   !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  #Local_header {
    padding: 130px 0 80px 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  #Local_header {
    padding: 130px 0 80px 0 !important;
  }
}

#Local_header_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/title_bg.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

#local-keyvisual-title h1, #local-keyvisual-title .blog_page_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 1200px) {
  #local-keyvisual-title h1, #local-keyvisual-title .blog_page_ttl {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual-title h1, #local-keyvisual-title .blog_page_ttl {
    letter-spacing: 1.0px;
  }
}

#local-keyvisual-title h1 span, #local-keyvisual-title .blog_page_ttl span {
  display: block;
  margin-bottom: 30px;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: white;
  z-index: -1;
}

@media (max-width: 1200px) {
  #local-keyvisual-title h1 span, #local-keyvisual-title .blog_page_ttl span {
    font-size: calc(1.625rem + 4.5vw) ;
  }
}

#local-keyvisual-title h1 span::first-letter, #local-keyvisual-title .blog_page_ttl span::first-letter {
  color: #5fd6eb;
}

@media only screen and (max-width: 1024px) {
  #local-keyvisual-title h1, #local-keyvisual-title .blog_page_ttl {
    font-size: 1.125rem;
  }
  #local-keyvisual-title h1 span, #local-keyvisual-title .blog_page_ttl span {
    font-size: 4.375rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  #local-keyvisual-title h1 span, #local-keyvisual-title .blog_page_ttl span {
    font-size: calc(1.5625rem + 3.75vw) ;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual-title h1 span, #local-keyvisual-title .blog_page_ttl span {
    margin-bottom: 15px;
  }
}

.blog_title_wrap {
  position: relative;
  padding: 70px 0  !important;
}

@media screen and (max-width: 1300px) {
  .blog_title_wrap {
    padding: 50px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog_title_wrap {
    padding: 40px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog_title_wrap {
    padding: 40px 0  !important;
  }
}

.blog_title_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/title_bg.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.title_a {
  margin: 40px auto 20px;
}

.title_a h2, .title_a h3, .title_a h4 {
  font-size: 1.5rem;
  color: #183765;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(212, 236, 248, 0.5);
  border-left: 5px solid #45aee5;
  border-bottom: 3px solid rgba(204, 204, 204, 0.7);
  padding: 8px 0 8px 10px;
}

@media (max-width: 1200px) {
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_a {
    margin: 30px auto 15px;
  }
  .title_a h2, .title_a h3, .title_a h4 {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

.title_b {
  margin: 40px auto 15px;
}

.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 30px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #1b1b1b;
  border-bottom: dashed 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_b h2:after, .title_b h3:after, .title_b h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f219";
  /*アイコンのユニコード*/
  font-weight: bold;
  color: #45aee5;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .title_b h2:after, .title_b h3:after, .title_b h4:after {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: 1.125rem;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 835px) {
  .title_b {
    margin: 20px auto 10px;
  }
}

.title_c {
  margin: 40px auto 20px;
}

.title_c h2, .title_c h3, .title_c h4 {
  background: rgba(200, 238, 246, 0.7);
  padding: 8px 0 8px 40px;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  position: relative;
}

@media (max-width: 1200px) {
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_c h2:before, .title_c h3:before, .title_c h4:before {
  content: "□";
  position: absolute;
  left: 5px;
  top: 0;
  color: rgba(69, 174, 229, 0.8);
}

.title_c h2:after, .title_c h3:after, .title_c h4:after {
  content: "□";
  position: absolute;
  left: 13px;
  top: 14px;
  color: rgba(69, 122, 229, 0.8);
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_c {
    margin: 30px auto 15px;
  }
  .title_c h2, .title_c h3, .title_c h4 {
    font-size: 1.125rem;
  }
}

.title_d {
  margin: 40px auto 20px auto;
}

.title_d h2, .title_d h3, .title_d h4 {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}

@media (max-width: 1200px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_d h2:after, .title_d h3:after, .title_d h4:after {
  position: absolute;
  content: '';
  display: block;
  background: #45aee5;
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_d h2, .title_d h3, .title_d h4 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_d {
    margin: 30px auto 15px;
  }
}

.title_e {
  margin: 40px auto 20px;
}

.title_e h2, .title_e h3, .title_e h4 {
  font-size: 1.5rem;
  color: #1b1b1b;
  font-weight: 400;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: solid 2px #ccc;
  position: relative;
}

@media (max-width: 1200px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_e h2:after, .title_e h3:after, .title_e h4:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 2px #45aee5;
  bottom: -2px;
  width: 25%;
  left: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .title_e h2, .title_e h3, .title_e h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_e {
    margin: 30px auto 15px;
  }
}

.title_f {
  margin: 40px auto 20px;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.7);
}

.title_f h2, .title_f h3, .title_f h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid #45aee5;
  padding: 8px 0 8px 10px;
  margin-bottom: 5px;
  line-height: 1em;
}

@media (max-width: 1200px) {
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .title_f h2, .title_f h3, .title_f h4 {
    line-height: 1.3em;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_f {
    margin: 30px auto 15px;
  }
  .title_f h2, .title_f h3, .title_f h4 {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.title_g {
  margin: 40px auto 20px;
}

.title_g h2, .title_g h3, .title_g h4 {
  background: rgba(69, 174, 229, 0.15);
  padding: 7px 10px 7px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  position: relative;
}

@media (max-width: 1200px) {
  .title_g h2, .title_g h3, .title_g h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_g h2:before, .title_g h3:before, .title_g h4:before {
  content: "";
  position: absolute;
  background: #45aee5;
  width: 4px;
  height: 80%;
  left: 7px;
  top: 10%;
}

.title_g h2 .sub, .title_g h3 .sub, .title_g h4 .sub {
  font-size: 1rem;
}

@media only screen and (max-width: 835px) {
  .title_g {
    margin: 30px auto 15px;
  }
}

.title_h {
  margin: 20px auto 15px auto;
}

.title_h h2, .title_h h3, .title_h h4 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #52cce2;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1em;
  padding-bottom: 15px;
  position: relative;
}

.title_h h2:after, .title_h h3:after, .title_h h4:after {
  position: absolute;
  content: '';
  display: block;
  background: rgba(69, 122, 229, 0.5);
  bottom: 0;
  width: 60px;
  height: 2px;
  left: 0;
}

@media only screen and (max-width: 835px) {
  .title_h {
    margin: 20px auto 10px;
  }
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_h {
    margin: 20px auto 10px;
  }
  .title_h h2, .title_h h3, .title_h h4 {
    font-size: 1rem;
  }
}

.title_i {
  margin: 30px auto 20px;
}

.title_i h2, .title_i h3, .title_i h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-left: 3px solid #45aee5;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
  padding: 5px 0 5px 10px;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_i {
    margin: 30px auto 15px;
  }
}

@media only screen and (max-width: 640px) {
  .title_i {
    margin: 30px auto 15px;
  }
  .title_i h2, .title_i h3, .title_i h4 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.title_j {
  margin: 40px auto 20px;
}

.title_j h2, .title_j h3, .title_j h4 {
  background: rgba(204, 204, 204, 0.5);
  padding: 15px 10px 15px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  position: relative;
}

@media (max-width: 1200px) {
  .title_j h2, .title_j h3, .title_j h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_j h2:before, .title_j h3:before, .title_j h4:before {
  content: "";
  position: absolute;
  background: #45aee5;
  width: 4px;
  height: 60%;
  left: 7px;
  top: 20%;
}

.title_j h2 .sub, .title_j h3 .sub, .title_j h4 .sub {
  font-size: 1rem;
}

@media only screen and (max-width: 835px) {
  .title_j {
    margin: 30px auto 15px;
  }
}

.title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
  font-size: 1.5rem;
  color: #1b1b1b;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_center_01 h2:after, .title_center_01 h3:after, .title_center_01 h4:after {
  position: absolute;
  content: '';
  background: #cccccc;
  width: 60px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.title_center_01 h2 br, .title_center_01 h3 br, .title_center_01 h4 br {
  display: block !important;
}

@media only screen and (max-width: 835px) {
  .title_center_01 h2, .title_center_01 h3, .title_center_01 h4 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

.title_center_bg {
  margin: 0 auto 20px auto;
}

.title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
  background: url(../images/top/pt01.jpg) repeat;
  padding: 8px 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #183765;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_center_bg h2 span, .title_center_bg h3 span, .title_center_bg h4 span {
  width: 100%;
  max-width: 500px;
  margin: 5px auto 0 auto;
  color: #52bbf1;
  display: block;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
}

@media only screen and (max-width: 835px) {
  .title_center_bg {
    margin: 0 auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 835px) and (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.title_center_bg_s {
  margin: 40px auto 20px auto;
}

.title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
  background: rgba(69, 174, 229, 0.9);
  padding: 8px 10px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_center_bg_s h2 span, .title_center_bg_s h3 span, .title_center_bg_s h4 span {
  color: #52bbf1;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_bg_s {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_s h2, .title_center_bg_s h3, .title_center_bg_s h4 {
    font-size: 1rem;
  }
}

.title_center_bg_ans {
  margin: 40px auto 20px auto;
}

.title_center_bg_ans div {
  background: #457ae5;
  padding: 8px 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1200px) {
  .title_center_bg_ans div {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_bg_ans {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans div {
    font-size: 1.125rem;
  }
}

.title_center_bg_ans2 {
  margin: 40px auto 20px auto;
}

.title_center_bg_ans2 div {
  background: rgba(24, 55, 101, 0.7);
  padding: 8px 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.title_center_bg_ans2 div b {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}

@media (max-width: 1200px) {
  .title_center_bg_ans2 div b {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_center_bg_ans2 {
    margin: 30px auto 15px auto;
  }
  .title_center_bg_ans2 div {
    font-size: 0.9375rem;
  }
  .title_center_bg_ans2 div b {
    font-size: 1.125rem;
  }
}

.title_half {
  margin: 40px auto 15px;
}

.title_half h2, .title_half h3, .title_half h4 {
  max-width: 550px;
  width: 100%;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center !important;
  background: rgba(69, 122, 229, 0.8);
  padding: 8px 10px;
  color: #fff;
}

@media (max-width: 1200px) {
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .title_half {
    margin: 30px auto 15px;
  }
  .title_half h2, .title_half h3, .title_half h4 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_half {
    max-width: 100%;
  }
}

.title_center_dot {
  margin: 40px auto 20px auto;
}

.title_center_dot h2, .title_center_dot h3, .title_center_dot h4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title_center_dot h2 div, .title_center_dot h3 div, .title_center_dot h4 div {
  min-width: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
}

.title_center_dot h2 div:after, .title_center_dot h3 div:after, .title_center_dot h4 div:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/contents/line2.png) repeat-x;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  display: block;
  visibility: initial;
  opacity: 1;
}

.title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
  position: relative;
  font-weight: 600;
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  background: transpatent;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_center_dot h2 span, .title_center_dot h3 span, .title_center_dot h4 span {
    padding: 0 10px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 835px) {
  .title_center_dot {
    margin: 30px auto 15px auto;
  }
}

.title_cute {
  margin: 40px auto 20px;
}

.title_cute h2, .title_cute h3, .title_cute h4 {
  background: rgba(69, 174, 229, 0.7);
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(69, 174, 229, 0.7);
          box-shadow: 0px 0px 0px 5px rgba(69, 174, 229, 0.7);
}

@media (max-width: 1200px) {
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.title_cute h2:before, .title_cute h3:before, .title_cute h4:before {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #457ae5;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
  font-size: 1rem;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.25rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 640px) {
  .title_cute {
    margin: 30px auto 15px;
  }
  .title_cute h2, .title_cute h3, .title_cute h4 {
    font-size: 1.125rem;
  }
  .title_cute h2 .sub, .title_cute h3 .sub, .title_cute h4 .sub {
    font-size: 0.8125rem;
  }
}

.list_UL ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.list_UL ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  /*アイコンのユニコード*/
  font-weight: 600;
  color: #52cce2;
  font-size: 0.875rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_UL2 ul li {
  overflow: visible !important;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}

.list_UL2 ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f276";
  /*アイコンのユニコード*/
  font-weight: 600;
  color: #457ae5;
  font-size: 1.5rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media (max-width: 1200px) {
  .list_UL2 ul li:after {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .list_UL2 ul li {
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.check_UL ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
}

.check_UL ul li:after {
  content: "";
  position: absolute;
  /*絶対位置*/
  background: url(../images/top/check01.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  left: 0px;
  /*アイコンの位置*/
  top: 0px;
}

@media only screen and (max-width: 835px) {
  .check_UL ul li {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  .check_UL ul li:after {
    width: 25px;
    height: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .check_UL ul li {
    padding-left: 25px;
  }
  .check_UL ul li:after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.check_UL2 ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em;
}

.check_UL2 ul li:after {
  content: "";
  position: absolute;
  /*絶対位置*/
  background: url(../images/top/check01.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 27px;
  left: 0px;
  /*アイコンの位置*/
  top: 5px;
}

@media only screen and (max-width: 835px) {
  .check_UL2 ul li {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  .check_UL2 ul li:after {
    width: 25px;
    height: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .check_UL2 ul li {
    padding-left: 25px;
  }
  .check_UL2 ul li:after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.check_UL3 ul li {
  width: 100% !important;
  overflow: visible !important;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
}

.check_UL3 ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  /*アイコンのユニコード*/
  font-weight: 600;
  color: #457ae5;
  font-size: 1.3125rem;
  position: absolute;
  /*絶対位置*/
  left: 0px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .check_UL3 ul li:after {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 50px solid rgba(69, 174, 229, 0.5);
}

.pick01, .pick02, .pick03 {
  background: rgba(212, 236, 248, 0.8);
  padding: 30px;
}

.pick01 .profile, .pick02 .profile, .pick03 .profile {
  font-size: 1rem;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right !important;
}

@media only screen and (max-width: 835px) {
  .pick01, .pick02, .pick03 {
    padding: 30px 15px;
  }
}

.pick02 {
  background: #d7e3f9;
}

.pick03 {
  background: rgba(215, 227, 249, 0.5);
}

.contact_contents #contents_wrap {
  margin-top: 50px;
}

@media only screen and (max-width: 835px) {
  .contact_contents #contents_wrap {
    margin-top: 50px;
  }
}

.picktxt_w {
  color: #fff;
}

.picktxt08 {
  font-size: 0.8em;
  line-height: 1.5em;
}

@media only screen and (max-width: 835px) {
  .picktxt08 {
    font-size: 0.9em;
  }
}

.picktxt08_w {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
}

@media only screen and (max-width: 835px) {
  .picktxt08_w {
    font-size: 0.9em;
  }
}

.picktxt09 {
  font-size: 0.9em;
  line-height: 1.8em;
}

.picktxt09_w {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
}

.picktxt105 {
  font-size: 1.05em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt105 {
    line-height: 1.8em;
  }
}

.picktxt105_w {
  color: #fff;
  font-size: 1.05em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt105_w {
    line-height: 1.8em;
  }
}

.picktxt11 {
  font-size: 1.1em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt11 {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt11_w {
  color: #fff;
  font-size: 1.1em;
  line-height: 2em;
}

@media only screen and (max-width: 835px) {
  .picktxt11_w {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.picktxt12 {
  font-size: 1.2em;
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  .picktxt12 {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 835px) {
  .picktxt12 {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.picktxt12_w {
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
}

@media only screen and (max-width: 1000px) {
  .picktxt12_w {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 835px) {
  .picktxt12_w {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.hosoku {
  background: rgba(238, 238, 238, 0.8);
  padding: 10px;
  font-size: 0.95em;
}

.hosoku h2, .hosoku h3, .hosoku h4 {
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .hosoku {
    padding: 10px;
  }
}

.ls100 {
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 835px) {
  .ls100 {
    letter-spacing: 1.0px;
  }
}

.ls50 {
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 835px) {
  .ls50 {
    letter-spacing: 1.0px;
  }
}

.marker01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(212, 236, 248, 0.8)));
  background: linear-gradient(transparent 70%, rgba(212, 236, 248, 0.8) 0%);
}

.marker02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(69, 122, 229, 0.3)));
  background: linear-gradient(transparent 70%, rgba(69, 122, 229, 0.3) 0%);
}

.btn1 a, .btn1_L a {
  max-width: 250px;
  min-width: 180px;
  margin: 0 auto;
  width: 100%;
  background: #183765;
  background-size: auto;
  padding: 20px 30px;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  position: relative;
  color: #fff;
}

@media (max-width: 1200px) {
  .btn1 a, .btn1_L a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.btn1 a:after, .btn1_L a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.9375rem;
  position: absolute;
  /*絶対位置*/
  right: 15px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn1 a i, .btn1_L a i {
  color: #fff;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .btn1 a, .btn1_L a {
    margin: 0 auto;
  }
}

.btn1 a:hover:after, .btn1_L a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

.btn1_rad20 a, .btn1_rad20_L a {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
  background: url(../images/top/top_ptn02.jpg) repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  min-width: 220px;
  padding: 10px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
}

.btn1_rad20 a:before, .btn1_rad20_L a:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #457ae5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn1_rad20 a:after, .btn1_rad20_L a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  /*アイコンのユニコード*/
  font-weight: 100;
  font-size: 1.125rem;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn1_rad20 a:hover, .btn1_rad20_L a:hover {
  opacity: 1 !important;
  color: #fff;
}

.btn1_rad20 a:hover:before, .btn1_rad20_L a:hover:before {
  left: 0;
}

.btn1_rad20 a:hover:after, .btn1_rad20_L a:hover:after {
  color: #fff;
}

.btn1_rad20 a, .btn1_rad20_L a {
  border-radius: 40px;
}

@media screen and (min-width: 640px) {
  .btn1_rad20_L a {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0;
  }
}

.btn2 a, .btn2_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #183765;
  background: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  min-width: 250px;
  padding: 10px;
  color: #183765;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn2 a:after, .btn2_L a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.8125rem;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn2 a:hover, .btn2_L a:hover {
  opacity: 1 !important;
  background-color: #204071;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .btn2_L a {
    margin: 0 auto 0 0;
  }
}

.btn3, .btn3_cont, .btn3_L {
  width: 100%;
  max-width: 350px;
  min-width: 200px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  background: #5fd6eb;
  color: #fff !important;
  text-align: center;
}

.btn3:before, .btn3_cont:before, .btn3_L:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #5fd6eb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn3:after, .btn3_cont:after, .btn3_L:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn3:hover, .btn3_cont:hover, .btn3_L:hover {
  opacity: 1;
  color: #fff;
}

.btn3:hover:before, .btn3_cont:hover:before, .btn3_L:hover:before {
  left: 0;
}

.btn3:hover:after, .btn3_cont:hover:after, .btn3_L:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

@media only screen and (max-width: 835px) {
  .btn3, .btn3_cont, .btn3_L {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .btn3, .btn3_cont, .btn3_L {
    margin: 0  auto;
    min-width: auto;
    width: 95%;
    height: 60px;
  }
}

.btn3_cont {
  background: #52cce2 !important;
  background-size: auto !important;
}

.btn3_cont:hover {
  opacity: 0.7;
}

.btn1_cont a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #457ae5;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  padding: 10px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.btn1_cont a i {
  margin-right: 5px;
}

.btn1_cont a:hover {
  background-color: #5387f0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 640px) {
  .btn3_L {
    margin: 0 auto 0 0;
  }
}

.btn4, .btn4_L {
  text-align: center !important;
  width: 95%;
  margin: 0 auto;
}

.btn4 a, .btn4_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center !important;
  background: #45aee5;
  overflow: hidden;
  color: #1b1b1b;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn4 a i, .btn4_L a i {
  margin-right: 5px;
}

.btn4 a span, .btn4_L a span {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 10;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
}

.btn4 a span div, .btn4_L a span div {
  text-align: center !important;
}

.btn4 a span:after, .btn4_L a span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-size: 14px;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.btn4 a span:before, .btn4_L a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #52bbf1;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn4 a span:hover:before, .btn4_L a span:hover:before {
  width: 100%;
}

.btn4 a span:hover:after, .btn4_L a span:hover:after {
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 835px) {
  .btn4 a span, .btn4_L a span {
    font-size: 1rem;
  }
}

.btn4 a:hover, .btn4_L a:hover {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .btn4 a, .btn4_L a {
    height: 50px;
    line-height: 50px;
  }
}

.btn4 div, .btn4_L div {
  text-align: center !important;
}

.btn4_L {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .btn4_L a {
    margin: 0 auto 0 0;
  }
}

.bg_color_wrap {
  position: relative;
  padding: 3% 0 !important;
}

@media screen and (max-width: 1500px) {
  .bg_color_wrap {
    padding: 7% 0 !important;
  }
}

@media only screen and (max-width: 835px) {
  .bg_color_wrap {
    padding: 10% 0 !important;
  }
}

.bg_color_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(69, 174, 229, 0.15);
  z-index: -1;
}

.bg_img_wrap {
  position: relative;
  padding: 4% 0  !important;
}

@media screen and (max-width: 1300px) {
  .bg_img_wrap {
    padding: 6% 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_img_wrap {
    padding: 8% 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_img_wrap {
    padding: 10% 0 !important;
  }
}

.bg_img_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg1.png) repeat top;
  background-size: cover;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .bg_img_inr {
    background-position: right bottom;
  }
}

.bg_ptn_wrap {
  position: relative;
  padding: 80px 0    !important;
}

@media screen and (max-width: 1300px) {
  .bg_ptn_wrap {
    padding: 70px 0  !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_wrap {
    padding: 60px 0  !important;
  }
}

@media only screen and (max-width: 640px) {
  .bg_ptn_wrap {
    padding: 40px 0  !important;
  }
}

.bg_ptn_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/ptn1.png) repeat center;
  background-size: auto;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .bg_ptn_inr {
    background-size: 50%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .bg_ptn_inr {
    background-size: 75%;
  }
}

@media only screen and (max-width: 640px) {
  .bg_ptn_inr {
    background-size: 100%;
  }
}

.flx_inr01 .box article h3 {
  text-align: center;
}

.flx_inr01 .box article div {
  display: none;
}

.flx_inr02 .box article {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ccc;
}

.flx_inr02 .box article h3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #45aee5;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .flx_inr02 .box article h3 {
    font-size: 1rem;
  }
}

.flx_inr02 .box article img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100% !important;
  border: 5px solid #fefefe;
}

.flx_inr02 .box article div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 5px 5px 5px;
}

.flx_inr03 .box article h3 {
  text-align: center;
  font-size: 1.2em;
  color: #45aee5;
  font-weight: 500;
  margin: 5px auto;
}

@media only screen and (max-width: 640px) {
  .flx_inr03 .box:not(:last-child) {
    margin-bottom: 20px !important;
  }
}

.flx_inr04 .box h3 {
  text-align: center;
  font-size: 1.2em;
  color: #45aee5;
  font-weight: 500;
}

.flx_inr04 .box div {
  text-align: center;
  font-size: 1.125rem;
  color: #1b1b1b;
}

.img_txt_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img_txt_flx .box {
  overflow: inherit !important;
}

.img_txt_flx .box:first-child {
  width: 39%;
  margin: 0 1% 0 0;
}

.img_txt_flx .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.img_txt_flx .box:nth-child(2) {
  width: 59%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img_txt_flx .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img_txt_flx2 .box {
  overflow: inherit !important;
}

.img_txt_flx2 .box:first-child {
  width: 29%;
  margin: 0 1% 0 0;
}

.img_txt_flx2 .box:first-child img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

.img_txt_flx2 .box:nth-child(2) {
  width: 69%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img_txt_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.img_txt_flx3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.img_txt_flx3 .box {
  overflow: inherit !important;
}

.img_txt_flx3 .box:first-child {
  width: 19%;
  margin: 0 1% 0 0;
}

.img_txt_flx3 .box:first-child img {
  margin: 0 auto;
  display: block;
  float: none;
}

.img_txt_flx3 .box:nth-child(2) {
  width: 79%;
  margin: 0 0 0 1%;
}

@media only screen and (max-width: 640px) {
  .img_txt_flx3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img_txt_flx3 .box:first-child {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .img_txt_flx3 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto !important;
  }
}

.txt_img_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt_img_flx .box {
  overflow: inherit !important;
}

.txt_img_flx .box:first-child {
  width: 59%;
  margin: 0 1% 0 0;
}

.txt_img_flx .box:nth-child(2) {
  width: 39%;
  margin: 0 0 0 1%;
}

.txt_img_flx .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .txt_img_flx {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .txt_img_flx .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.txt_img_flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt_img_flx2 .box {
  overflow: inherit !important;
}

.txt_img_flx2 .box:first-child {
  width: 69%;
  margin: 0 1% 0 0;
}

.txt_img_flx2 .box:nth-child(2) {
  width: 29%;
  margin: 0 0 0 1%;
}

.txt_img_flx2 .box:nth-child(2) img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .txt_img_flx2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .txt_img_flx2 .box:first-child {
    width: 100%;
    margin: 0 auto;
  }
  .txt_img_flx2 .box:nth-child(2) {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.flx2, .flx2_R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx2 .box, .flx2_R .box {
  width: 49%;
}

.flx2 .box:nth-child(2n+1), .flx2_R .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}

.flx2 .box:nth-child(2n), .flx2_R .box:nth-child(2n) {
  margin: 0 0 0 1%;
}

.flx2 .box img, .flx2_R .box img {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .flx2, .flx2_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx2 .box, .flx2_R .box {
    width: 100%;
  }
  .flx2 .box:nth-child(2n+1), .flx2_R .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2 .box:nth-child(2n), .flx2_R .box:nth-child(2n) {
    margin: 0 auto;
  }
}

.flx2_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx2_img .box {
  width: 49%;
}

.flx2_img .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}

.flx2_img .box:nth-child(2n) {
  margin: 0 0 0 1%;
}

.flx2_img .box img {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 640px) {
  .flx2_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx2_img .box {
    width: 100%;
  }
  .flx2_img .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2_img .box:nth-child(2n) {
    margin: 0 auto;
  }
}

.flx2_R .box {
  width: 49%;
}

.flx2_R .box:nth-child(2n+1) {
  margin: 0 1% 2% 0;
}

.flx2_R .box:nth-child(2n) {
  margin: 0 0 2% 1%;
}

@media only screen and (max-width: 640px) {
  .flx2_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx2_R .box {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
  .flx2_R .box:last-child {
    margin: 0 auto;
  }
}

.flx3 {
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 835px) {
  .flx3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flx3 .box {
  width: 32%;
  margin: 0 1%;
}

.flx3 .box:nth-child(3n+1) {
  margin: 0 1% 1% 0;
}

.flx3 .box:nth-child(3n+2) {
  margin: 0 1% 1% 1%;
}

.flx3 .box:nth-child(3n+3) {
  margin: 0 0 1% 1%;
}

.flx3 .box a {
  display: block;
}

.flx3 .box img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .flx3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx3 .box {
    width: 100%;
    margin: 0 auto;
  }
  .flx3 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx3_r {
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 835px) {
  .flx3_r {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flx3_r .box {
  width: 32%;
  margin: 0 1%;
}

.flx3_r .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}

.flx3_r .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}

.flx3_r .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}

.flx3_r .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .flx3_r .box {
    width: 49%;
  }
  .flx3_r .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx3_r .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx3_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx3_r .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .flx3_r .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}

.flx4, .flx4_R {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx4 .box, .flx4_R .box {
  width: 23.5%;
  margin: 0 1%;
}

.flx4 .box:nth-child(4n+1), .flx4_R .box:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}

.flx4 .box:nth-child(4n+4), .flx4_R .box:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}

.flx4 .box img, .flx4_R .box img {
  width: 100% !important;
}

.flx4 .box tr td, .flx4_R .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .flx4 .box, .flx4_R .box {
    width: 49%;
  }
  .flx4 .box:nth-child(2n+1), .flx4_R .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx4 .box:nth-child(2n), .flx4_R .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx4, .flx4_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx4 .box, .flx4_R .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx4 .box:not(:last-child), .flx4_R .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx4_R .box {
  margin: 0 1% 2% 1%;
}

@media only screen and (max-width: 640px) {
  .flx4_R {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx4_R .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx4_R .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx5 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx5 .box {
  width: 18.4%;
  margin: 0 1%;
}

.flx5 .box:nth-child(5n+1) {
  margin: 0 1% 1% 0;
}

.flx5 .box:nth-child(5n+5) {
  margin: 0 0 1% 1%;
}

.flx5 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flx5 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx5 .box:nth-child(3n+1) {
    margin: 0 1% 1% 0;
  }
  .flx5 .box:nth-child(3n+2) {
    margin: 0 1% 1% 1%;
  }
  .flx5 .box:nth-child(3n+3) {
    margin: 0 0 1% 1%;
  }
  .flx5 .box tr td {
    padding: 0 !important;
    border: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .flx5 .box {
    width: 49%;
  }
  .flx5 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx5 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flx5 .box {
    width: 100%;
    margin-bottom: 15px;
  }
  .flx5 .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.flx6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx6 .box {
  width: 15%;
  margin: 0 1%;
}

.flx6 .box:nth-child(6n+1) {
  margin: 0 1% 1% 0;
}

.flx6 .box:nth-child(6n+6) {
  margin: 0 0 1% 1%;
}

.flx6 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flx6 .box img {
  width: 100% !important;
}

@media only screen and (max-width: 835px) {
  .flx6 .box {
    width: 32%;
    margin: 0 1%;
  }
  .flx6 .box:nth-child(3n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(3n+2) {
    margin: 0 1% 2% 1%;
  }
  .flx6 .box:nth-child(3n+3) {
    margin: 0 0 2% 1%;
  }
}

@media screen and (max-width: 350px) {
  .flx6 .box {
    width: 49%;
  }
  .flx6 .box:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .flx6 .box:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta .sns_list .sns_text {
  width: 100%;
}

.top_insta .sns_list .sns_text ul {
  display: none;
}

.top_insta .sns_list .sns_text .sns_date {
  color: #1b1b1b;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
}

.top_insta .sns_list .sns_text .caption {
  font-size: 0.875rem;
  line-height: 1.5em;
}

.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.top_insta .sns_list .sns_photo img {
  width: 100%;
}

.top_insta .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
  margin: 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_6 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_6 .sns_list .sns_text {
  display: none;
}

.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_4 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_4 .sns_list .sns_text {
  display: none;
}

.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
}

.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_t_4 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_t_4 .sns_list .sns_text {
  width: 100%;
}

.top_insta_t_4 .sns_list .sns_text ul {
  display: none;
}

.top_insta_t_4 .sns_list .sns_text .sns_date {
  color: #fff;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
}

.top_insta_t_4 .sns_list .sns_text .caption {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}

.top_insta_t_4 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.top_insta_t_4 .sns_list .sns_photo img {
  width: 100%;
}

.top_insta_t_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_t_4 .sns_list > div {
    width: 33.333%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_t_4 .sns_list > div {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_t_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}

.top_insta_3 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_3 .sns_list .sns_text {
  display: none;
}

.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}

.local_insta .sns_list .sns_photo {
  width: 30%;
}

.local_insta .sns_list .sns_text {
  width: 70%;
  font-size: 0.9375rem;
}

.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #45aee5;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_5 .sns_list .sns_text {
  display: none;
}

.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}

.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18%;
  margin: 1%;
}

.top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}

.top_insta_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 835px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
  border: none  !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}

.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}

.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #fff;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
}

.top_insta_t_5 .sns_list .sns_text .caption {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}

.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
}

.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18%;
  margin: 1%;
}

.top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}

.top_insta_t_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}

@media only screen and (max-width: 1300px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}

@media screen and (max-width: 350px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

section div.form_wrap dl dt {
  background: transration !important;
}

.panbtm {
  margin-top: 80px !important;
}

@media only screen and (max-width: 1500px) {
  .panbtm {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .panbtm {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 640px) {
  .panbtm {
    margin-top: 30px !important;
  }
}

.sp120 {
  margin: 120px auto;
}

@media only screen and (max-width: 1500px) {
  .sp120 {
    margin: 100px auto;
  }
}

@media only screen and (max-width: 1200px) {
  .sp120 {
    margin: 80px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp120 {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp120 {
    margin: 40px auto;
  }
}

.sp100 {
  margin: 100px auto;
}

@media only screen and (max-width: 1500px) {
  .sp100 {
    margin: 70px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp100 {
    margin: 40px auto;
  }
}

.sp80 {
  margin: 80px auto;
}

@media only screen and (max-width: 1200px) {
  .sp80 {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp80 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp80 {
    margin: 40px auto;
  }
}

.sp70 {
  margin: 70px auto;
}

@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp70 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp70 {
    margin: 40px auto;
  }
}

.sp60 {
  margin: 60px auto;
}

@media only screen and (max-width: 1200px) {
  .sp60 {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp60 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp60 {
    margin: 40px auto;
  }
}

.sp50 {
  margin: 50px auto;
}

@media only screen and (max-width: 1200px) {
  .sp50 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp50 {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp50 {
    margin: 30px auto;
  }
}

.sp40 {
  margin: 40px auto;
}

@media only screen and (max-width: 1200px) {
  .sp40 {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp40 {
    margin: 30px auto;
  }
}

.sp30 {
  margin: 30px auto;
}

@media only screen and (max-width: 1200px) {
  .sp30 {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .sp30 {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 835px) {
  .sp30 {
    margin: 15px auto;
  }
}

.sp20 {
  margin: 20px auto;
}

@media only screen and (max-width: 835px) {
  .sp20 {
    margin: 15px auto;
  }
}

.tp20 {
  margin-top: 20px;
}

@media only screen and (max-width: 835px) {
  .tp20 {
    margin-top: 15px;
  }
}

.tp15 {
  margin-top: 15px;
}

.tp30 {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .tp30 {
    margin-top: 20px;
  }
}

.tp40 {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .tp40 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 835px) {
  .tp40 {
    margin-top: 30px;
  }
}

.tp50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .tp50 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 835px) {
  .tp50 {
    margin-top: 30px;
  }
}

.tp60 {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .tp60 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .tp60 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .tp60 {
    margin-top: 40px;
  }
}

.tp70 {
  margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
  .tp70 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .tp70 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .tp70 {
    margin-top: 30px;
  }
}

.tp80 {
  margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .tp80 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .tp80 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .tp80 {
    margin-top: 40px;
  }
}

.tp100 {
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .tp100 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .tp100 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 835px) {
  .tp100 {
    margin-top: 40px;
  }
}

.bt15 {
  margin-bottom: 15px;
}

.bt20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 835px) {
  .bt20 {
    margin-bottom: 15px;
  }
}

.bt30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 835px) {
  .bt30 {
    margin-bottom: 15px;
  }
}

.bt40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 835px) {
  .bt40 {
    margin-bottom: 30px;
  }
}

.bt50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 835px) {
  .bt50 {
    margin-bottom: 30px;
  }
}

.bt60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .bt60 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .bt60 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .bt60 {
    margin-bottom: 40px;
  }
}

.bt70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .bt70 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .bt70 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .bt70 {
    margin-bottom: 30px;
  }
}

.bt80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .bt80 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .bt80 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 835px) {
  .bt80 {
    margin-bottom: 30px;
  }
}

.bt100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .bt100 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .bt100 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 835px) {
  .bt100 {
    margin-bottom: 30px;
  }
}

.ctsp {
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .ctsp {
    margin: 30px auto;
  }
}

.ctsp2 {
  margin: 30px auto;
}

@media only screen and (max-width: 640px) {
  .ctsp2 {
    margin: 20px auto;
  }
}

.bssp {
  margin: 20px auto;
}

@media only screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.spsp {
  margin: 0 auto 20px auto !important;
}

@media only screen and (max-width: 835px) {
  .spsp {
    margin: 0 auto 15px auto !important;
  }
}

.pd70 {
  padding: 70px 0;
}

@media only screen and (max-width: 1000px) {
  .pd70 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 835px) {
  .pd70 {
    padding: 30px 0;
  }
}

a.tel_link {
  color: #333;
  opacity: 1;
}

.local_tel {
  margin: 1%;
  text-align: left;
}

.local_tel a {
  display: block;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.875rem;
  color: #1b1b1b;
}

@media (max-width: 1200px) {
  .local_tel a {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

.local_tel a i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.local_tel a:hover {
  opacity: 1 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.local_tel span {
  font-size: 0.875rem;
  letter-spacing: normal;
  margin-top: 5px;
  line-height: 1.5em !important;
  display: block;
}

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important;
  }
  .brdnt br {
    display: none;
  }
  .brdnt div {
    text-align: left !important;
  }
  .brdnt div br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important;
  }
  .brdn br {
    display: none;
  }
  .brdn div, .brdn article, .brdn h2, .brdn h3 {
    text-align: left !important;
  }
  .brdn div br, .brdn article br, .brdn h2 br, .brdn h3 br {
    display: none;
  }
}

@media screen and (min-width: 836px) {
  .brdnpc br {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .brdnpct br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .tblscr table {
    table-layout: auto !important;
  }
}

.tblscr table .ttl {
  background: #d4ecf8;
}

.tblscr table .ttl div {
  font-weight: 500;
}

.tblscr table .price {
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  color: #1b1b1b;
}

.tblscr table .price div {
  font-weight: 600;
}

.company_DL dl {
  line-height: 1.8em !important;
}

.company_DL dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #f5f5f5;
  font-weight: 500;
  min-width: 95px;
}

@media only screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important;
  }
  .company_DL dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL dl dd {
    width: 100% !important;
  }
}

.company_DL2 {
  background: none !important;
}

.company_DL2 dl {
  line-height: 3em;
}

.company_DL2 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #1b1b1b !important;
  min-width: 80px;
}

.company_DL2 dl dd {
  background: none !important;
  border-bottom: 2px solid rgba(204, 204, 204, 0.8) !important;
}

.company_DL2 dl:last-of-type dt {
  border-bottom: 2px solid #1b1b1b !important;
}

.company_DL2a {
  background: none !important;
}

.company_DL2a dl {
  padding: 10px 0;
}

.company_DL2a dl dt {
  font-weight: 500;
  color: #1b1b1b;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: none !important;
  border-bottom: 2px solid #cccccc !important;
}

.company_DL2a dl dd {
  background: none !important;
  border-bottom: 2px solid rgba(204, 204, 204, 0.5) !important;
}

.company_DL2a dl:last-of-type dt {
  border-bottom: 2px solid #cccccc !important;
}

@media only screen and (max-width: 640px) {
  .company_DL2a dl {
    display: block !important;
  }
  .company_DL2a dl dt {
    width: 100% !important;
    border-right: 2px solid #cccccc !important;
    border-left: 2px solid #cccccc !important;
    background: #cccccc !important;
  }
  .company_DL2a dl dd {
    width: 100% !important;
    border-bottom: 2px solid #ccc !important;
    border-left: 2px solid #ccc !important;
    border-right: 2px solid #ccc !important;
  }
}

.company_DL3 {
  background: none !important;
}

.company_DL3 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: none !important;
  border-bottom: 1px dashed #1b1b1b !important;
  min-width: 80px;
}

.company_DL3 dl dd {
  background: none !important;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.3) !important;
}

.form_wrap dl dd > div {
  display: block !important;
}

@media only screen and (max-width: 835px) {
  .fancybox-toolbar {
    top: 50px !important;
  }
}

.company_01 h3 {
  font-size: 1.3125rem;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .company_01 h3 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .company_01 h3 {
    margin-bottom: 10px;
  }
}

.company_01 .name {
  font-size: 1.05em;
  text-align: right !important;
}

.enkaku_box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 60px;
}

.enkaku_box:after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: 100%;
  content: '';
  background: #45aee5;
}

.enkaku_box dl {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px dotted #999 !important;
}

.enkaku_box dl dt {
  min-width: 110px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #45aee5;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.enkaku_box dl dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -52px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
  border-radius: 10px;
  background: #45aee5;
}

.enkaku_box dl dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: '';
  background: #666;
}

@media only screen and (max-width: 640px) {
  .enkaku_box dl dt {
    min-width: 90px !important;
  }
}

.pan1 div ol {
  margin: 20px auto 0 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 835px) {
  .pan1 div ol {
    display: none;
  }
}

.pan2 div ol {
  color: rgba(255, 255, 255, 0.8);
}

.pan2 div ol a {
  color: rgba(255, 255, 255, 0.8);
}

.imgL {
  max-width: 100% !important;
}

.error2 {
  margin-top: 100px;
}

.error2 h2 {
  font-size: 40px;
  font-weight: bold;
}

.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .error2 {
    margin-top: 50px;
  }
}

.img100 img {
  display: block !important;
  width: 100% !important;
}

section form h2.mail.title {
  display: none;
}

.step_title {
  margin: 50px auto 20px auto;
}

.step_title h2, .step_title h3, .step_title h4 {
  font-size: 1.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
}

@media (max-width: 1200px) {
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

.step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
  font-size: 1.5rem;
  background: #45aee5;
  border-radius: 5px;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .step_title h2 .num, .step_title h3 .num, .step_title h4 .num {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .step_title {
    margin: 30px auto 15px auto;
  }
}

.step_title2, .step_title3 {
  margin: 50px auto 20px auto;
}

.step_title2 h3, .step_title3 h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1b1b1b;
  position: relative;
  border-top: solid 2px rgba(82, 204, 226, 0.3);
  border-bottom: solid 2px rgba(82, 204, 226, 0.3);
  background: rgba(82, 204, 226, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}

@media (max-width: 1200px) {
  .step_title2 h3, .step_title3 h3 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.step_title2 h3:after, .step_title3 h3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro", "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  content: '\f0a6\ POINT';
  font-weight: 600;
  font-size: 1rem;
  background: #52cce2;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 835px) {
  .step_title2, .step_title3 {
    margin: 40px auto 15px auto;
  }
  .step_title2 h3, .step_title3 h3 {
    font-size: 1.125rem;
  }
}

.step_title3 h3:after {
  content: '\f4b6\ voice';
}

.step_arrow {
  margin-top: 60px;
  position: relative;
}

.step_arrow:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/arrow_hover.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0  auto;
  z-index: -1;
  display: block;
  visibility: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 835px) {
  .step_arrow:after {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}

@media only screen and (max-width: 835px) {
  .step_arrow {
    margin-top: 50px;
  }
}

.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #45aee5 transparent transparent transparent;
  margin: 20px auto;
}

@media only screen and (max-width: 835px) {
  .flow_arrow {
    margin: 10px auto 15px auto;
  }
}

.staff-title h2, .staff-title h3, .staff-title h4 {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  border-top: solid 2px rgba(24, 55, 101, 0.3);
  border-bottom: solid 2px rgba(24, 55, 101, 0.3);
  background: rgba(69, 122, 229, 0.1);
  line-height: 1.4;
  padding: 0.2em;
}

.staff-title h2:after, .staff-title h3:after, .staff-title h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: '\f7f3\ STAFF';
  background: #183765;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 835px) {
  .staff-title h2, .staff-title h3, .staff-title h4 {
    font-size: 1.125rem;
  }
}

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #ccc;
}

.list01 dl dt, .list02 dl dt {
  border: none !important;
  background: none !important;
}

.list01 dl dd, .list02 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  min-width: 110px;
  font-weight: 500;
  color: #1b1b1b;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .list01 dl, .list02 dl {
    display: block !important;
  }
  .list01 dl dd, .list02 dl dd, .list01 dl dt, .list02 dl dt {
    width: 100% !important;
  }
  .list01 dl dt, .list02 dl dt {
    padding: 5px !important;
  }
  .list01 dl dd, .list02 dl dd {
    padding: 0 !important;
    font-size: 0.9375rem;
  }
}

.list_a dl {
  border-bottom: 1px dashed #aaa;
  font-size: 1.1em;
  padding-bottom: 5px;
}

.list_a dl:not(:last-child) {
  margin-bottom: 10px;
}

.list_a dl dt {
  border: none !important;
  background: #45aee5 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: #fff;
  border-radius: 3px;
  min-width: 250px;
}

.list_a dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
  padding: 0 !important;
  min-width: 180px;
  color: #1b1b1b;
  margin-left: 5px;
}

.list_a dl dd .price {
  display: block;
  font-weight: 600;
  color: #1b1b1b;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .list_a dl dd {
    font-size: 1em;
  }
  .list_a dl dd br {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .list_a dl {
    display: block !important;
  }
  .list_a dl dd, .list_a dl dt {
    width: 100% !important;
  }
  .list_a dl dd {
    font-size: 1em;
    margin-left: 0;
    margin-top: 5px;
    text-align: center !important;
  }
  .list_a dl dd br {
    display: none;
  }
}

.list02 dl dd {
  min-width: 300px;
}

@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important;
  }
  .list02 dl dd, .list02 dl dt {
    width: 100% !important;
  }
}

.list03 dl {
  border-bottom: 1px dashed rgba(69, 122, 229, 0.3);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list03 dl dt {
  border: none !important;
  background: none !important;
  color: #183765;
  font-weight: bold;
  min-width: 280px;
}

.list03 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
}

.list03 dl dd .price {
  color: #45aee5;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .list03 dl {
    display: block !important;
  }
  .list03 dl dd, .list03 dl dt {
    width: 100% !important;
  }
  .list03 dl dt {
    padding: 5px !important;
  }
  .list03 dl dd {
    padding: 0 !important;
    text-align: left !important;
    font-size: 0.9em;
  }
}

.list04 dl {
  border-bottom: 1px dashed rgba(69, 122, 229, 0.3);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list04 dl dt {
  border: none !important;
  background: none !important;
  color: #183765;
  font-weight: bold;
  min-width: 360px;
}

.list04 dl dd {
  border: none !important;
  background: none !important;
  text-align: right !important;
}

.list04 dl dd .price {
  color: #45aee5;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .list04 dl {
    display: block !important;
  }
  .list04 dl dd, .list04 dl dt {
    width: 100% !important;
    min-width: auto;
  }
  .list04 dl dd {
    text-align: left !important;
  }
  .list04 dl dd br {
    display: none;
  }
  .list04 dl dd .price {
    display: block;
    width: 100%;
    text-align: right;
  }
  .list04 dl dt {
    padding: 5px !important;
  }
  .list04 dl dd {
    padding: 0 !important;
  }
}

.number_list ul li {
  margin-bottom: 10px;
}

.number_list ul li .num {
  display: inline-block;
  background: #45aee5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .number_list ul li .num {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 835px) {
  .number_list ul li .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.125rem;
  }
}

.result_01 ul li {
  width: 31%;
  margin: 0 1% 15px 1%;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 835px) {
  .result_01 ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .result_01 ul li {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 400px) {
  .result_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .result_01 ul li {
    width: 100%;
  }
  .result_01 ul li:not(:last-child) {
    margin: 0 auto 10px auto;
  }
}

.anc_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anc_btn ul li {
  width: 32%;
  margin: 1%;
}

.anc_btn ul li:nth-child(3n+1) {
  margin-left: 0;
}

.anc_btn ul li:nth-child(3n+3) {
  margin-right: 0;
}

.anc_btn ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  background: #45aee5;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anc_btn ul li a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /*アイコンのユニコード*/
  font-weight: 600;
  font-size: 0.875rem;
  position: absolute;
  /*絶対位置*/
  right: 10px;
  /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.anc_btn ul li a:hover {
  opacity: 1 !important;
  background: #52bbf1;
  color: #fff;
}

.anc_btn ul li a:hover:after {
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}

@media only screen and (max-width: 835px) {
  .anc_btn ul li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 835px) {
  .anc_btn ul li {
    width: 49%;
  }
  .anc_btn ul li:nth-child(2n+1) {
    margin: 0 1% 1% 0;
  }
  .anc_btn ul li:nth-child(2n) {
    margin: 0 0 1% 1%;
  }
  .anc_btn ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 400px) {
  .anc_btn ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anc_btn ul li {
    width: 100%;
    margin: 0 auto 15px auto !important;
  }
}

.anc_btn2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anc_btn2 ul li {
  width: 31.333%;
  margin: 1%;
  position: relative;
  z-index: 2;
  background: #45aee5;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .anc_btn2 ul li {
    width: 31.333%;
  }
}

@media only screen and (max-width: 835px) {
  .anc_btn2 ul li {
    width: 48%;
  }
  .anc_btn2 ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 350px) {
  .anc_btn2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .anc_btn2 ul li {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.qa_FLX .box {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.qa_FLX .box:first-child {
  margin-bottom: 10px;
}

.qa_FLX .box:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_FLX .box:first-child > div .icon {
  background: rgba(82, 204, 226, 0.8);
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  text-align: center;
}

@media (max-width: 1200px) {
  .qa_FLX .box:first-child > div .icon {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.qa_FLX .box:first-child > div .txt {
  font-weight: 500;
}

.qa_FLX .box:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa_FLX .box:nth-child(2) > div .icon {
  background: rgba(69, 122, 229, 0.8);
  width: 35px;
  min-width: 35px;
  height: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 1200px) {
  .qa_FLX .box:nth-child(2) > div .icon {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .qa_FLX .box {
    padding: 0 0 10px 0;
  }
  .qa_FLX .box:first-child, .qa_FLX .box:nth-child(2) {
    width: 100%;
  }
  .qa_FLX .box:first-child > div, .qa_FLX .box:nth-child(2) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .qa_FLX .box:first-child > div .icon, .qa_FLX .box:nth-child(2) > div .icon {
    width: 100%;
  }
}

.qa_FLX:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.qaBtn {
  color: #457ae5;
  font-weight: bold;
  text-decoration: underline;
}

.qaOpen {
  display: none;
}

.qaOpen .ttl {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1rem;
}

.qaOpen .sub_ttl {
  background: #45aee5;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
}

.blog_wrap {
  padding: 50px;
  background-color: #fffcf6;
  -webkit-box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  margin-top: -50px;
}

@media only screen and (max-width: 835px) {
  .blog_wrap {
    padding: 30px 10px;
    margin-top: -30px;
  }
}

.top_blog {
  height: 250px;
  overflow-y: auto;
}

.top_blog .blog_photo {
  display: none;
}

.top_blog .blog_list {
  border: none;
}

.top_blog .blog_list .blog_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: #45aee5;
  font-size: 1rem;
  font-style: oblique;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.top_blog .blog_list .blog_text h3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 1%;
}

.top_blog .blog_list .blog_text h3 a span {
  color: #333;
  font-size: 0.875rem;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text h3 {
    width: 100% !important;
  }
}

.top_blog .blog_list .blog_text ul {
  margin: 1%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #1b1b1b;
  text-align: center;
  font-size: 0.8125rem;
  background: rgba(69, 174, 229, 0.2);
}

.top_blog .blog_list .blog_text ul li a:not(.blog_cate1) {
  display: none;
}

.top_blog .blog_list .blog_text .detail {
  display: none;
}

.top_blog .blog_list .blog_text ul {
  display: block;
}

@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 10px;
  }
  .top_blog .blog_list .blog_text ul {
    position: absolute;
    left: 115px;
    top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .top_blog {
    height: 250px;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .wrap aside {
  width: 28%;
  margin: 1%;
}

.blog .wrap aside nav {
  line-height: 2.0em;
}

.blog .wrap aside nav h3 {
  background: #457ae5 !important;
}

.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}

.blog .wrap aside nav > a {
  background: #5387f0 !important;
}

.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}

.blog .wrap #contents > article {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog .wrap #contents > article .date {
  color: #45aee5 !important;
}

.blog .wrap #contents > article .date {
  color: #45aee5 !important;
}

.blog .wrap #contents > article h1, .blog .wrap #contents > article h2 {
  background: rgba(69, 174, 229, 0.8);
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}

.blog .wrap #contents > article .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .wrap #contents > article .flex_images img {
  width: 48%;
  margin: 1%;
}

@media only screen and (max-width: 835px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.review_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review_flx .box_img {
  width: 18%;
  margin: 1%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.review_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}

.review_flx .box_txt {
  width: 78%;
  margin: 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .review_flx .box_img {
    width: 23%;
  }
  .review_flx .box_txt {
    width: 73%;
  }
}

@media only screen and (max-width: 640px) {
  .review_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .review_flx .box_img > .box {
    width: 60%;
    margin: 0 auto;
  }
  .review_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}

.voice_wrap {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 60px 20px 20px 20px;
  position: relative;
}

.voice_wrap .prof {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.1em;
  background: #52cce2;
  padding: 10px;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 835px) {
  .voice_wrap {
    padding: 70px 10px 10px 10px;
  }
}

.voice_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_flx .box_img {
  width: 29%;
  margin: 0 1% 0 0;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.voice_flx .box_img > .box {
  width: 100%;
  margin-bottom: 10px;
}

.voice_flx .box_txt {
  width: 69%;
  margin: 0 0 0 1%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .voice_flx .box_img {
    width: 23%;
  }
  .voice_flx .box_txt {
    width: 73%;
  }
}

@media only screen and (max-width: 640px) {
  .voice_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice_flx .box_img {
    width: 100%;
    margin: 0 auto 15px auto !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .voice_flx .box_img > .box {
    width: 48%;
    margin: 1%;
  }
  .voice_flx .box_txt {
    width: 100%;
    margin: 0 auto !important;
  }
}

.staff_info dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(212, 236, 248, 0.3);
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1.5em;
}

.staff_info dl dt {
  font-size: 1.1em;
  color: #45aee5;
  font-weight: 500;
  border-bottom: 1px dashed #ccc !important;
}

.voice_box, .voice_box2 {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(1, 0, 0, 0.2);
  padding: 50px 20px 20px 20px;
  position: relative;
}

.voice_box .prof, .voice_box2 .prof {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #45aee5;
}

@media only screen and (max-width: 835px) {
  .voice_box, .voice_box2 {
    padding: 50px 10px 10px 10px;
  }
  .voice_box .prof, .voice_box2 .prof {
    font-size: 0.9em;
    right: 10px;
  }
}

.voice_box2 {
  padding: 40px 20px 20px 20px;
}

@media only screen and (max-width: 835px) {
  .voice_box2 {
    padding: 30px 10px 10px 10px;
  }
}

.prod_flx .box {
  position: relative;
}

.prod_flx .box article > h3 {
  display: none;
}

.prod_flx .box article div {
  line-height: 1.7em;
}

.prod_flx .box article div h3 {
  margin: 5px 0;
  padding: 5px;
  background: rgba(83, 135, 240, 0.4);
  text-align: center;
  font-size: 1rem;
}

.prod_flx .box article div h3 .price {
  display: block;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
}

@media only screen and (max-width: 640px) {
  .prod_flx .box article div h3 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}

.prod_flx .box article div .anchor {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #45aee5;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2.05) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2.05) * -1) !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 835px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.slide-top {
  -webkit-animation-name: slide-top;
          animation-name: slide-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.slide-top2 {
  opacity: 0.4;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-top2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left2 {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.slide-left2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.img {
  position: relative;
}

.img img {
  width: 100% !important;
}

.img:before {
  -webkit-transition: all 1.5s ease .5s;
  transition: all 1.5s ease .5s;
  content: "";
  background: #45aee5;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.img.aaaa:before {
  overflow: hidden;
  width: 0;
}

.sns #media {
  margin: 70px auto 0 auto;
}

@media only screen and (max-width: 835px) {
  .sns #media {
    margin: 30px auto 0 auto;
  }
}

.sns #media .row {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sns #media .row .box {
  width: 32%;
  margin: 0 1%;
}

.sns #media .row .box:nth-child(3n+1) {
  margin: 0 1% 2% 0;
}

.sns #media .row .box:nth-child(3n+2) {
  margin: 0 1% 2% 1%;
}

.sns #media .row .box:nth-child(3n+3) {
  margin: 0 0 2% 1%;
}

.sns #media .row .box h3, .sns #media .row .box p {
  display: none;
}

@media screen and (max-width: 350px) {
  .sns #media .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sns #media .row .box {
    width: 100%;
    margin: 0 auto !important;
  }
  .sns #media .row .box:not(:last-child) {
    margin-bottom: 15px !important;
  }
}

.sns #more a {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 15px;
  color: #45aee5;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.75rem;
  border: 3px solid #45aee5;
  position: relative;
}

@media (max-width: 1200px) {
  .sns #more a {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.sns #more a:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px dotted rgba(69, 174, 229, 0.5);
  margin: 5px;
}

.sns #more a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*# sourceMappingURL=common_style.css.map */