@charset "UTF-8";
img {
  vertical-align: middle;
}
a {
  transition: 0.3s;
}
input[type="radio"] {
  display: none;
}
/*.js-fadeup {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}*/

.sp {
  display: none;
}

.tab {
  display: none;
}

.sm {
  display: none;
}

.ss {
  display: none;
}

#anchor-menu > ul > li:first-child {
  padding-left: 0;
}

.tsunagaru-guide {
  overflow: hidden;
  color: #242424;
  font-size: 1.6rem;
  line-height: 1.875;
}

.tsunagaru-guide * {
  box-sizing: border-box;
  /*vertical-align: middle;*/
}

.contents {
  /*padding-top: 100px;*/
  padding-bottom: 100px; 
}

.contents:first-of-type {
  padding-top: 100px;
}

.contents:last-of-type {
  padding-bottom: 0;
}

.sec_ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 4.0rem;
  padding: 60px 0;
  background: #208999; 
  background: -moz-linear-gradient(top,  #208999 0%, #42b3c4 50%, #208999 100%);
  background: -webkit-linear-gradient(top,  #208999 0%,#42b3c4 50%,#208999 100%);
  background: linear-gradient(to bottom,  #208999 0%,#42b3c4 50%,#208999 100%);
  margin-bottom: 70px;
}

.sec_lead {
  text-align: center;
  margin-bottom: 53px;
}

.sec_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.txt_link {
  text-decoration: underline;
}

.mv {
  position: relative;
  padding-bottom: 120px;
}

.mv .mv_ttl {
  width: 100%;
  padding: 100px 30px 100px calc(50% + 50px);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.mv .mv_ttl:before {
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #208999; 
  background: -moz-linear-gradient(top,  #208999 0%, #42b3c4 50%, #208999 100%);
  background: -webkit-linear-gradient(top,  #208999 0%,#42b3c4 50%,#208999 100%);
  background: linear-gradient(to bottom,  #208999 0%,#42b3c4 50%,#208999 100%);
  z-index: -1;
}

.mv .mv_ttl .ttl_sub {
  font-size: 20px;
}

.mv .mv_ttl .ttl_main {
  font-size: 40px;
  margin-top: 25px;
}

.mv_inner {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv .mv_img {
  position: absolute;
  top: 70px;
  left: 30px;
  width: 48%;
}

.fig_box {
  background: #f1f2f7;
  padding: 30px;
  text-align: center;
}
.fig_box .fig_cap {
  margin-top: 20px;
  color: #fff;
  background: #41b2c3;
  padding: 8px 10px;
}

.fig_box .img_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fig_box .img_flex .fig_img {
  width: 47.2%;
  max-width: 490px;
}
.fig_box .attention {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
}

.about .fig_box {
  padding: 45px;
}

.about_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.66;
  margin-bottom: 40px;
}

.about_illust_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.about_g-guide {
  margin-top: 50px;
}

.about_g-guide .g-guide_txt {
  margin-top: 25px;
}
.about_g-guide .g-guide_txt .attention {
  margin-top: 5px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.about_note {
  margin-top: 30px;
  font-size: 14px;
}

.about_note p {
  text-indent: -1em;
  padding-left: 1em;
}

.service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.service_box {
  width: 49%;
  max-width: 520px;
}

.service_box .box_inner {
  padding: 50px 0 44px;
  border: 1px solid #dddddd;
  text-align: center;
}

.service_box .service_txt {
  line-height: 1.66;
  font-size: 18px;
  margin-top: 24px;
}

.service_box .attention {
  font-size: 12px;
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.howto_wrap {
  padding: 30px;
  background: #f1f2f7;
}

.howto .howto_item:not(:first-child) {
  margin-top: 30px;
}

.howto .howto_ttl {
  background: #c4f7ff;
  position: relative;
}

.howto .howto_ttl .ttl_num {
  position: absolute;
  left: 20px;
  top: -8px;
  width: 45px;
  height: 45px;
  background: #41b2c3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}

.howto .howto_ttl .ttl_num:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #2b7884;
  position: absolute;
  right: -8px;
  top: 0;

}

.howto .howto_ttl .ttl {
  color: #41b2c3;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  padding: 30px 0 30px 80px;
}

.houto_cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.howto .howto_txt {
  width: 48%;
  padding-left: 75px;
  padding-right: 50px;
  margin-top: 40px;
}

.howto .howto_txt .attention {
  font-size: 12px;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}

.howto .howto_img {
  position: relative;
  top: -40px;
  width: 52%;
  padding-right: 20px;
}

.case .case_item:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.case .case_ttl .case_num {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding: 14px 18px;
  position: relative;
  background: #41b2c3;
  display: inline-block;
  margin-bottom: 30px;
}

.case .case_ttl .case_num:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #41b2c3 transparent transparent;

}

.case .case_ttl .ttl {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}

.case .case_ttl .ttl_02 {
  margin-top: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.case .fig_box .img_flex {
  position: relative;
}

.case .fig_box .img_flex:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #41b2c3;

}

.faq .exLink_black {
  padding-right: 20px;
  margin-right: 5px;
}

.faq_list .faq_q,
.faq_list .faq_a {
  display: flex;
  align-items: center;
  padding: 12.5px 20px 12.5px 25px;
}

.faq_list .faq_q {
  background: #c4f7ff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.5;
}

.faq_list .faq_q:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.faq_list .faq_a {
  background: #fff;
  padding: 23px 20px 23px 25px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.faq_list .faq_a:last-of-type {
  border-bottom: 1px solid #ddd;
}

.faq_list .faq_icon {
  width: 4%;
}

.faq_list .faq_txt {
  width: 94%;
}

.faq_list .icon_cross {
  width: 2%;
  margin-left: auto;
  width: 10px;
  height: 10px;
  position: relative;
}

.faq_list .icon_cross:before,
.faq_list .icon_cross:after {
  content: '';
  background: #41b2c3;
  position: absolute;
  transition: 0.4s;
}

.faq_list .icon_cross:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.faq_list .icon_cross:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.faq_list .icon_cross.active:before {
  display: none;
}

.faq_list .icon_cross.active:after {
  transform:rotate(90deg);
}

.products_item {
  border-bottom: 1px solid #d9d9d9;
}

.products_link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  color: #242424;
  align-items: center;
  padding: 35px 0 44px;
  transition: background .3s;
}

.products_tv {
  width: 16.72%;
  margin: 0 2.5% 0 1%;
  text-align: left;
}
.products_series {
  width: 18.45%;
  margin: 0 2.7% 0 0;
}
.products_txt {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 1em 0 0;
}
.products_btn {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 22%;
  max-width: 250px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid #16254b;
  background: url(../images/icon_arrow.png) no-repeat right 20px center/19px;
  color: #16254b;
  letter-spacing: 0.2rem;
}

.page_attention .txt {
  font-size: 14px;
  margin-top: 60px;
  padding-left: 1em;
  text-indent: -1em;
}

#anchor-menu {
  overflow-x: auto;
  overflow-y: hidden;
}
#anchor-menu > ul {

}
#anchor-menu > ul {
  flex-wrap: wrap;
  max-width: 1100px;
  justify-content: flex-start;
  position: relative;
  padding: 8px 0 3px 170px;
  box-sizing: border-box;
}

#anchor-menu > ul > li {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 1.4rem;
}

#anchor-menu > ul > li:first-of-type {
  position: absolute;
  top: 50%;
  left: 60px;
  margin: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .over:hover {
    opacity: 0.7;
  }
  .products_link:hover {
    background-color: rgba(20, 34, 69, 0.2);
  }

  /*kitagawa 0826add*/
.ttl_new{
    background: #fff;
    color: #41b2c3;
    padding: 1em;
    margin-top: -1em;
    margin-bottom: 25px;
    margin-left: -4em;
    margin-right: -2.5em;
    font-weight: 900!important;
    font-size: 1.1em;
    padding-left: 4em;
}

}
@media screen and (max-width: 1399px) {
  
}
@media screen and (max-width: 1199px) {
  .sec_ttl {
    font-size: 35px;
  }
  .mv .mv_ttl {
    padding: 100px 30px 100px calc(50% + 30px);
  }
  .mv .mv_ttl .ttl_main {
    font-size: 35px
  }
  .about_ttl {
    font-size: 26px
  }
  .howto .howto_ttl .ttl {
    font-size: 24px
  }
  .case .case_ttl .ttl {
    font-size: 26px
  }
}
@media screen and (max-width: 991px) {
  .tab {
    display: block;
  }
  .sec_ttl {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .about .fig_box {
    padding: 30px
  }
  .about_ttl {
    font-size: 22px
  }
  .service_box .service_txt {
    font-size: 14px
  }
  .fig_box .fig_cap {
    text-align: left;
    line-height: 1.4
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  #anchor-menu > ul {
    padding-left: 0;
    justify-content: center;
  }

  #anchor-menu > ul > li:first-of-type {
    position: static;
    transform: none;
  }
  .tsunagaru-guide {
    font-size: 1.4rem;
  }

  .sec_inner {
    padding-right: 5%;
    padding-left: 5%;
  }

  .contents {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contents:first-of-type {
    padding-top: 80px;
  }

  .sec_ttl {
    font-size: 2.85rem;
  }

  .mv {
    padding-bottom: 0
  }

  .mv .mv_ttl {
    padding: 60px 5% 20px;
    text-align: center
  }

  .mv .mv_ttl:before {
    width: 100%;
    height: 300px;
  }

  .mv .mv_inner {
    position: static;
    transform: none;
  }

  .mv .mv_img {
    position: static;
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .about_ttl {
    text-align: left;
    font-size: 20px;
  }

  .service_box {
    width: 100%;
    max-width: 100%;
  }

  .service_box:not(:first-child) {
    margin-top: 30px
  }

  .service_box .box_inner {
    padding: 40px 0;
  }

  .service_box .service_logo img {
    /*height: 50px;*/
  }

  .service_box .attention {
    margin-top: 10px
  }

  .howto .howto_img {
    order: 1;
    width: 100%;
    text-align: center;
    position: static;
    padding-right: 0;
  }

  .howto .howto_txt {
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }

  .howto .howto_ttl {
    margin-bottom: 20px;
  }

  .howto .howto_ttl .ttl {
    padding: 25px 0 25px 60px;
    font-size: 22px;
  }

  .howto .howto_item:not(:first-child) {
    margin-top: 50px;
  }

  .howto .howto_ttl .ttl_num {
    left: 15px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .case .case_ttl .ttl {
    font-size: 22px;
  }

  .case .case_ttl .case_num {
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom: 24px
  }

  .case .case_ttl .ttl_02 {
    margin-top: 5px;
  }

  .fig_box .img_flex .fig_img {
    width: 100%;
    max-width: 100%;
  }

  .fig_box .img_flex .fig_img:not(:first-child) {
    margin-top: 40px
  }

  .case .fig_box .img_flex:before {
    border-width: 20px 20px 0 20px;
    border-color: #41b2c3 transparent transparent transparent;
    margin-top: -10px;
    margin-left: -20px;
  }

  .products_link {
    padding: 25px 0;
  }

  .products_tv {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .products_series {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .products_series img {
    width: 150px;
  }

  .products_txt {
    width: 100%;
    margin: 0;
    flex: none;
  }

  .products_btn {
    width: 70%;
    margin: 0 auto;
    position: static;
    max-width: 100%;
  }

  .faq_list .faq_icon {
    width: 20px;
  }
  .faq_list .faq_q {
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 15px;
  }
  .faq_list .faq_a {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .faq_list .faq_txt {
    padding-left: 10px;
    padding-right: 5px;
  }
  
/*kitagawa 0826add*/
.ttl_new{
    background: #fff;
    color: #41b2c3;
    padding: 1em;
    margin-top: -3em;
    margin-bottom: 1em;
    margin-left: -4em;
    margin-right: -2.5em;
    font-weight: 900!important;
    font-size: 1.1em;
    padding-left: 4em;
}

}
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .sm {
      display: block;
    }
  }

  @media screen and (max-width: 480px) {
    .sp-none {
      display: none;
    }
    .ss {
      display: block;
    }
    .sec_ttl {
      margin-bottom: 40px;
      font-size: 2rem;
      padding: 30px 5%;
      line-height: 1.4;
    }

    .fig_box {
      padding: 20px;
    }

    .mv .mv_ttl .ttl_sub {
      font-size: 16px
    }

    .mv .mv_ttl .ttl_main {
      font-size: 25px;
      margin-top: 15px;
    }

    .mv .mv_ttl:before {
      height: 200px;
    }

    .mv .mv_ttl {
      padding-bottom: 15px
    }

    .about .fig_box {
      padding: 20px;
    }

    .about_ttl {
      font-size: 18px;
    }

    .about_g-guide .g-guide_logo img {
      width: 90px;
    }

    .about_g-guide .g-guide_txt {
      margin-top: 15px;
    }

    .service_box .service_logo img {
      height: 50px;
    }

    .service_box .box_inner {
      padding: 25px 20px;
    }

    .service_box .service_txt {
      text-align: left
    }

    .howto .howto_wrap {
      padding: 20px;
    }

    .howto .howto_ttl .ttl {
      font-size: 18px;
      padding: 20px 0 20px 60px;
    }

    .howto .howto_ttl .ttl_num {
      left: 10px;
    }

    .case .case_ttl .ttl {
      font-size: 18px;
      margin-bottom: 15px;
    }

    .case .case_ttl .case_num {
      font-size: 14px;
      margin-bottom: 19px;
    }

    .case .case_ttl .case_num:before {
      bottom: -10px;
      left: 10px;
      border-width: 0 10px 10px 0;
    }


  }