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

*{margin:0;padding:0;box-sizing:border-box;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:16px;font-size:1.6rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 300ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*-----------------
header
-----------------*/
header {
  margin: 0 0 60px;
}
#header_summary {
  padding: 35px 2em;
  margin: 0 auto;
}
#header_summary p {
  max-width: 980px;
  margin: 0 auto;
}
h2 {
  margin: 0 auto;
  max-width: 980px;
  font-size: 40px;
  font-size: 4.0rem;
  color: #102f98;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  background-image: url(images/main_visual.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  width: 980px;
  margin: 0 auto;
}

/*-----------------
common
-----------------*/
h3 {
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
}
.c_blue {
    color: #0c4fab;
}
.contents {
    text-align: center;
}
article {
    margin: 0 auto;
    line-height: 1.75;
    padding: 0 2em;
}
.contents_wrap {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*-----------------
btn
-----------------*/
.contact_btn {
    text-align: center;
    margin: 0 auto;
}
.contact_btn h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.contact_btn h4 span {
  color: #0c4fab;
  font-weight: bold;
}
.link_btn {
  box-shadow: 0 8px #bde6f9;
  background-color: #dc0012;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  max-width: 700px;
  margin: 15px auto;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
}
.link_btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact_btn_top {
    padding: 0 2em;
}
.contact_btn_bottom {
    margin: 0 auto;
    background-color: #0c4fab;
    color: #fff;
    padding: 100px 2em;
}
.contact_btn_bottom .link_btn {
    background-color: #fff;
    color: #0c4fab;
}
.contact_btn_bottom  h4 span {
    color: #fff;
}
.contact_btn_bottom .link_btn:after {
    border-color: #0c4fab #0c4fab transparent transparent;
}

/* オンライン相談とは */
.contents1 {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 80px 0 0;
}
.contents1 .contents_wrap {
    max-width: none;
    padding: 0;
    background-color: #bde6f9;
}
.contents1:before {
    content: "";
    width: 100%;
    height: 400px;
    border-radius: 50% 50% 0 0;
    display: block;
    background-color: #bde6f9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.contents_comment {
    padding: 100px 2em 0;
    text-align: center;
}
.contents_comment h3 {
    width: 100%;
}
.contents_comment>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-left: 15%;
}
.contents_comment p {
    font-size: 18px;
    font-size: 1.8rem;
}
.zoom_box {
    background-color: #13b5b1;
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
    justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 232px;
  height: 232px;
  position: relative;
  border-radius: 50%;
  margin: -160px 0 0;
}
.zoom_box p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    transform: rotate(15deg);
}
.online_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contents1 .online_lineup {
    padding: 0 2em;
    max-width: calc(980px + 4em);
}
.online_lineup li {
    width: 25%;
    padding: 1em;
    margin: 30px 0 20px;
}
.online_com {
    text-align: left;
    font-weight: bold;
}
.online_com span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    display: block;
    font-weight: normal;
}
.online_using {
    background-color: #bde6f9;
    padding: 0 2em 100px;
}
.online_using dl {
    max-width: 980px;
    margin: 0 auto;
    background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    padding: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
    justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.online_using dt {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    margin: 0 50px 0 0;
}
.online_using dd {
    width: 50%;
}
.online_using dd a {
    background-color: #0c4fab;
    display: block;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.5;
    padding: 1em 0;
    position: relative;
}
.online_using dd a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* オンライン相談の流れ */
.online_flow li {
    border-right: 1px solid #b5b5b5;
    position: relative;
}
.online_flow li:last-child {
    border: 0;
}
.online_flow li:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: #b5b5b5 #b5b5b5 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.online_flow li:last-child:after {
    display: none;
}
.lineup_img {
    height: 140px;
  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: center;
    margin-bottom: 20px;
}
.online_flow li>p {
    margin-bottom: 10px;
}
.online_com2 {
    text-align: left;
}
.caution {
    color: #e60012;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
}

/* ご用意いただくもの */
.contents3 {
    background-color: #c1f4f6;
}
.online_pre {
    margin: 20px 0 0;
    padding: 50px 30px;
    background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    flex-wrap: wrap;
}
.online_pre dt {
    width: 20%;
    text-align: center;
}
.online_pre dd {
    width: 76%;
    font-weight: bold;
}
.online_pre dd>p {
    color: #0c4fab;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
}
.dl_link {
    margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.dl_link a {
    margin: 0 10px 0 0;
}
.pc_dl {
    background-color: #000;
    color: #fff;
    display: inline-flex;
    height: 62px;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 10px;
    border: 2px solid #a6a6a6;
    position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
    justify-content: center;
    width: 38%;
}
.pc_dl:after {
    content: "";
    background-image: url(images/icon_windows.png);
    width: 15px;
    height: 10px;
    background-size: 15px 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

/* オンライン相談実施店舗 */
.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
}
.shop_list li {
    width: 31%;
    margin-top: 45px;
}
.shop_list h5 {
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #b5b5b5;
    margin: 5px 0;
    padding: 0 0 5px;
}
.shop_list h5 a {
    color: #000;
}
.shop_list span {
    background-color: #bde6f9;
    display: inline-block;
    padding: 0 7px;
    margin: 0 5px 0 0;
    width: 5em;
    text-align: center;
}
.shop_list address {
    display: block;
    font-style: normal;
    position: relative;
    padding: 0 0 0 20px;
}
.shop_list address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background-repeat: no-repeat;
}
.shop_list .address1:before {
    background-image: url(images/online_map_i1.png);
    background-size: 12px 18px;
    width: 12px;
    height: 18px;
}
.shop_list .address2:before {
    background-image: url(images/online_map_i2.png);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

/* よくあるご質問 */
#faq {
    background-color: #e2f3fa;
    padding: 0 2em;
}
#faq>div {
    max-width: 800px;
}
#faq dl {
    margin: 60px 0 0;
}
#faq dt {
    color: #102f98;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 0 50px;
    position: relative;
    margin-bottom: 20px;
}
#faq dt:before {
    content: "";
    background-image: url(images/online_faq_i1.png);
    background-size: 23px 30px;
    background-repeat: no-repeat;
    width: 23px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
}
#faq dd {
    padding: 0 0 0 50px;
    position: relative;
    margin-bottom: 60px;
}
#faq dd:before {
    content: "";
    background-image: url(images/online_faq_i2.png);
    background-size: 27px 29px;
    background-repeat: no-repeat;
    width: 27px;
    height: 29px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/* オンライン相談における注意事項 */
aside {
    padding: 0 2em;
}
aside .contents_wrap {
    max-width: 800px;
}
aside h3 {
    font-size: 20px;
    font-size: 2.0rem;
}
aside ol {
    margin-left: 1.5em;
    margin-bottom: 100px;
    font-size: 14px;
    font-size: 1.4rem;
}
aside li {
    margin: 20px 0;
}
aside li:before {
    content: "●";
    color: #bde6f9;
    text-indent: -1.5em;
    display: inline-block;
}

/*-----------------
pagetop
-----------------*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
}
#pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}
#pagetop a::before,
#pagetop a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#pagetop a::before {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e5e5e5;
}
#pagetop a::after {
    left: 37%;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    top: 6px;
}

/*-----------------
copyright
-----------------*/
footer {
    background-color: #e5e5e5;
    text-align: center;
    padding: 40px 2em;
}
footer p {
    font-size: 12px;
    font-size: 1.2rem;
}
footer p span {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 5px 2px 0;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title h1 {
    font-size: 5vw;
  }
  h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .contents_comment p {
    text-align: left;
  }
  .contents_comment p br {
    display: none;
  }
  .contents_comment>div {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .zoom_box {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 1em 0 0 0;
    padding: 1em .5em;
    border-radius: 5px;
  }
  .zoom_box p {
    position: static;
    transform: rotate(0);
    text-align: left;
  }
  .zoom_box p br {
    display: none;
  }
  .online_using dt {
    margin: 0;
    font-size: 30px;
    font-size: 3.0rem;
  }
  .online_using dd a {
    font-size: 1.6px;
    font-size: 1.6rem;
  }
  .online_using dd {
    width: 100%;
  }
  .online_lineup li {
    width: 48%;
  }
  .online_pre dt {
    width: 100%;
  }
  .online_pre dd {
    width: 100%;
    margin: 2em 0 0;
  }
  .online_pre dd>p {
    color: #0c4fab;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .dl_link a {
    margin: 5px 10px 0 0;
  }
  .pc_dl {
    width: 100%;
  }
  .shop_list li {
    width: 48%;
  }
   #faq dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #faq dt:before {
    top: -1px;
  }
}

@media screen and (max-width: 360px) {
  #header_summary {
    padding: 15px 2em;
  }
  h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .title {
    height: 220px;
  }
  .contact_btn h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link_btn {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .contents1 {
    background-color: #bde6f9;
  }
  .contents_comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .online_lineup li {
    width: 100%;
    padding: 0;
  }
  .online_flow li {
    border-bottom: 1px solid #b5b5b5;
    border-right: 0;
  }
  .online_flow li:after {
    right: 0;
    left: 0;
    bottom: -8px;
    top: auto;
    transform: rotate(135deg);
  }
  .online_using dl {
    padding: 1em;
  }
  .shop_list li {
    width: 100%;
  }
  .online_using dd a {
    font-size: 1.4px;
    font-size: 1.4rem;
  }
  .online_using dt {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .lineup_img img {
    height: 80px;
  }
  .lineup_img {
    height: 80px;
  }
}

.sample_tx {
    background-color: #eee;
    text-align: center;
    padding: .5em 2em;
    box-shadow: 0 3px 5px #ccc;
}