@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

figure, footer, header, nav, section {
  display: block; }

nav ul {
  list-style: none; }

input, select {
  vertical-align: middle; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  color: #dddddf;
  text-decoration: none;
  transition: .5s ease-out; }

html {
  font-size: 62.5%; }

body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif , "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    background: #fff; }

img {
  vertical-align: bottom; }

h2 {
    margin-bottom: 70px;
    font-size: 4rem;
    line-height: 1; }

h3 {
    font-size: 2rem; }

p {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.1rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

section {
    padding: 60px 0 110px;
    text-align: center; }

#wrap {
  position: relative;
  overflow: hidden;
  min-width: 1200px; }

.inner {
  width: 1080px;
  margin: 0 auto;
  position: relative; }

header {
  width: 100%;
  height: 86px;
  background: #fff;
  border-bottom: #c7ccce solid 1px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  header .inner {
    height: 86px;
    position: relative;
    overflow: hidden; }
  header h1 {
    width: 179px;
    height: 38px;
    position: absolute;
    top: 24px; }
    header h1 a {
        display: block; }
        header h1 a:hover {
            opacity: .7; }
    header h1 a img {
    width: 100%; }
  header ul {
    width: 400px;
    margin: 28px 354px 0;
    overflow: hidden; }
  header li {
    float: left;
    margin-right: 80px; }
    header li:last-child {
      margin-right: 0; }
    header li a {
      display: block; }
      header li a:hover {
        opacity: .7; }
  /*20170905,right変更*/
  header .btn_line {
    width: 133px;
    height: 32px;
    position: absolute;
    top: 27px;
    right: 144px; }
    header .btn_line img {
      position: absolute;
      top: 0;
      left: 0;
      transition: .5s ease-out; }
    header .btn_line:hover {
      opacity: .7; }
    /*20170905追加*/
    header .btn_olkanyu {
        width: 133px;
        height: 32px;
        position: absolute;
        top: 27px;
        right: 0; }
    header .btn_olkanyu img {
          position: absolute;
          top: 0;
          left: 0;
          transition: .5s ease-out; }
    header .btn_olkanyu:hover {
          opacity: .7; }
footer {
  background: #e7e5d5;
  padding: 30px 0 24px; }
  footer .inner {
    overflow: hidden; }
  footer .sonpo_logo {
    margin-right: 40px; }
  footer small {
    font-size: 10px;
    font-size: 1rem;
    display: inline-block; }
  footer ul {
    float: right;
    overflow: hidden;
    margin-top: 34px; }
    footer ul li {
      float: left;
      margin-right: 20px; }
      footer ul li a {
        color: #595750;
        font-size: 11px;
        font-size: 1.1rem;
        background: url(../img/com_ic40.png) 0 50% no-repeat;
        padding-left: 10px; }
        footer ul li a:hover {
          opacity: .7; }

.breadcrumbs_area{
	display: -webkit-flex;
	display: flex;
	list-style-type:none;
	margin: 10px 0 10px; }
    .breadcrumbs_area > li{
        position: relative;
        font-size: 12px; }
            .breadcrumbs_area > li > a{
                color: #3ac0c9; }
            .breadcrumbs_area > li > a:hover{
                color: #7eeaf2; }
    .breadcrumbs_area > li+li{
        padding: 0 0 0 26px; }
    .breadcrumbs_area > li+li::before{
        content: ">";
        position: absolute;
        left: 10px;
        top: 2px;
        color: #000000;
        font-size: 10px; }

#lead {
  background: #43bcc5;
  color: #fff;
  padding-top: 80px; }
  #lead.on {
    margin-top: 87px; }
  #lead h2 {
    margin: 100px 0 0; }
  #lead p + p {
    margin-top: 30px;}
  #lead p.notes {
    font-size: 1.4rem;}
  #lead span.notes {
    font-size: 1.2rem;}

#howto {
  background: #43bcc5;
  color: #fff;
  overflow: hidden;
  padding-bottom: 50px; }
  #howto .howto_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
  #howto .howto_l {
    display: flex;
    width: 53%; }
    #howto .howto_l .iphone {
      width: 48%;
      margin-right: 4%;
      opacity: 0;
      transition: 1s ease-out; }
    #howto .howto_l .menu {
      width: 48%;
      opacity: 0;
      transition: 1s ease-out; }
    #howto .howto_l.on .iphone {
      opacity: 1; }
    #howto .howto_l.on .menu {
      opacity: 1; }
  #howto .howto_r {
    width: 42%;
    position: relative;
    text-align: left; }
    #howto .howto_r .howto_steps section {
      text-align: left;
      padding: 0 0 60px;
    }
    #howto .howto_r .howto_steps section:last-child {
      padding-bottom: 0;
    }
    #howto .howto_r .howto_steps section h3{
      display: inline-block;
      background-color: #ffffff;
      border-radius: 20px;
      color: #43bcc5;
      position: relative;
      padding: 0.5em 2.5em 0.5em 3em;
      font-size:1.4rem;
      margin-bottom: 1em;
    }
    #howto .howto_r .howto_steps section h3::before {
      content: "▶";
      position: absolute;
      left: 1.8em;
      top: 50%;
      transform: translateY(-50%);
      color: #43bcc5;
      font-size: 1rem;
    }
    #howto .howto_r .howto_steps section p {
      line-height: 2.0;
    }
    #howto .howto_r .step.pc {
      display: block; }
    #howto .howto_r .step.sp {
      display: none; }
    #howto .howto_r .qr_code {
      position: absolute;
      top: 0;
      right: 0; }
      #howto .howto_r .qr_code img {
        margin-bottom: 5px; }
      #howto .howto_r .qr_code p {
        width: 100%;
        text-align: left;
        text-align: center;
        letter-spacing: 0.1em; }
    #howto .howto_notes ul.notes {
        list-style: none;
        padding-left: 1.5em;}
        #howto .howto_notes ul.notes >li {
            text-indent: -1.5em;}
        #howto .howto_notes ul.notes >li:before{
            content: "※";
            margin-right: 0.5em;}

#example p {
    font-size: 1.8rem;
    line-height: 2;
    color: #444; }
#example .boxWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px 0; }
#example .boxWrap > div[class*="box"] {
    max-width: 75%;
    margin: 0 auto; }
    #example .boxWrap .box01 {
        opacity: 0;
        transition: 1s ease-out; }
        #example .boxWrap .box01.on {
            opacity: 1; }
        #example .boxWrap .box01 .box_text img {
            width: 87%;}
    #example .boxWrap .box02 {
        opacity: 0;
        transition: 1s ease-out; }
        #example .boxWrap .box02.on {
            opacity: 1; }
    #example .boxWrap .box03 {
        opacity: 0;
        transition: 1s ease-out; }
        #example .boxWrap .box03.on {
            opacity: 1; }
        #example .boxWrap .box03 .box_text img {
            width: 97%;}
    #example .boxWrap .box04 {
        max-width: 86% !important;
        opacity: 0;
        transition: 1s ease-out; }
        #example .boxWrap .box04.on {
            opacity: 1; }
        #example .boxWrap .box04 img {
            width: 100%;
            margin-bottom: 50px; }
    #example .boxWrap .box_case {
        display: block;
        width: 40%;
        margin-bottom: 30px; }
    #example .boxWrap .box_text {
        height: 101px;
        margin-bottom: 40px; }
        #example .boxWrap .box_text img {
            display: block; 
            width: 100%; }
        #example .boxWrap .box03 .box_text {
            height: auto; }
    #example .boxWrap .line_image {
        width: 100%; }
    #example .faq {
            margin: 0 auto 30px; }
        #example .faq h3 {
            margin: 0 auto 20px;
            padding: 6px 0;
            letter-spacing: 0.2rem;
            color: #43bcc5;
            border: 2px solid;
            border-radius: 50px; }
        #example .faq ul {
            list-style: disc;
            padding-left: 30px; }
        #example .faq ul li {
            font-size: 1.8rem;
            line-height: 1.8;
            text-align: left;
            color: #444; }
        #example .faq ul li::marker{
            color: #43bcc5; }

div[class*="btn_add"] {
    width: 471px; }
    div[class*="btn_add"] a {
        display: block;
        background: #00c300;
        overflow: hidden;
        border-radius: 4px; }
        div[class*="btn_add"] a:hover {
            opacity: .7; }
        div[class*="btn_add"] a img {
            display: block;
            margin: 18px auto;}
.btn_add {
    margin: 32px auto 110px; }
.btn_add2 {
    margin: 80px auto 0; }

#movie #movie_area {
    margin-bottom: 50px;
    animation: bg_loop 60s infinite linear; }
    #movie #movie_inner {
        width: 770px;
        height: 433px;
        background: url(../img/movie/yt_thumb.png) 50% 50% no-repeat;
        background-size: cover;
        margin: 0 auto;
        position: relative; }
        #movie #movie_inner a {
            width: 770px;
            height: 433px;
            display: block;
            background: url(../img/movie/btn_play.png) 50% 50% no-repeat;
            background-size: 100px auto; }
            #movie #movie_inner a:hover {
                opacity: .7; }
        #movie #movie_inner iframe {
            width: 100% !important;
            height: 100% !important; }
#movie .text {
    margin-bottom: 100px;
    font-size: 1.8rem;
    color: #444; }
#movie .sns_area {
    margin: 0 auto; }

.sns_area {
    display: flex;
    justify-content: center;
    column-gap: 25px; }
    .sns_area li {
        width: 42px;
        height: 42px; }
        .sns_area li a:hover {
            opacity: .7; }

#sp_header, #sp_menu {
    display: none; }

@-webkit-keyframes bg_loop {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -1798px 50%; } }

@keyframes bg_loop {
  0% {
    background-position: 0 50%; }
  100% {
    background-position: -1798px 50%; } }

.pc,.pc_only {
  display: block; }

.sp {
  display: none; }

@media only screen and (max-width: 1024px) {
  #wrap {
    min-width: 768px; }
  .inner {
    width: 90%; }
  header ul {
    width: auto;
    margin: 28px 200px 0;
    text-align: center; }
    /*20170905marginright変更*/
    header ul li {
      margin-right: 15px;
      float: none;
      display: inline-block; }
    #howto .howto_r .step {
      height: 15%;
      width: auto; }
    #howto .howto_r .howto_steps section {
      padding-bottom: 30px;
    }
    #howto .howto_r .howto_steps section h3{
      font-size:1rem;
    }
    #howto .howto_r .howto_steps section h3::before {
      left: 2.5em;
      font-size: 0.7rem;
    }
    #howto .howto_r .howto_steps section p {
      line-height: 2.0;
      font-size: 1.3rem;
    }
    #howto .howto_r .howto_steps section p .sp{
      display: block;
    }
    #howto .howto_r .qr_code {
      text-align: right;
      width: 30%; }
      #howto .howto_r .qr_code img {
        width: 100%; }
      #howto .howto_r .qr_code p {
        font-size: 11px;
        font-size: 1.1rem;
        text-align: center; }
    #example .boxWrap .box04 {
        max-width: 100% !important; }
    #example .boxWrap .box_text {
        height: 92px;
        margin-bottom: 30px; }
    #example p {
        font-size: 1.6rem;
        line-height: 1.8; }
    #example .faq h3 {
        font-size: 1.8rem;
        padding: 4px 0; }
        #example .faq ul li {
            font-size: 1.6rem;
            line-height: 1.6; }
.btn_add2 {
    margin: 50px auto 0;}
.pc_only {
    display: none; }
}

/*20170905,margin変更*/
@media only screen and (max-width: 900px) {
header h1 {
    width: 149px; }
header ul {
    margin: 28px 200px 0 75px; } }

@media only screen and (max-width: 767px) {
section {
    padding: 60px 0 40px; }
h2 {
    margin-bottom: 50px; }
  header {
    display: none; }
  #wrap {
    min-width: inherit; }
  .inner {
    width: 86.2%; }
  #sp_header {
    width: 100%;
    height: 60px;
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: #c7ccce solid 1px; }
    #sp_header .logo_100 {
      width: 133px;
      height: auto;
      display: block;
      margin: 17px 0 0 15px; }
      /*20170905CSS変更*/
      #sp_header .logo_100 img {
        width: auto;
        height: 28px; }
    #sp_header .btn_menu {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 10px;
      right: 10px; }
      #sp_header .btn_menu span {
        width: 20px;
        height: 3px;
        background: #43bcc5;
        display: block;
        position: absolute;
        transition: .5s ease-out;
        border-radius: 3px; }
        #sp_header .btn_menu span:nth-child(1) {
          top: 11px;
          left: 10px; }
        #sp_header .btn_menu span:nth-child(2) {
          top: 19px;
          left: 10px; }
        #sp_header .btn_menu span:nth-child(3) {
          top: 27px;
          left: 10px; }
      #sp_header .btn_menu p {
        font-size: 10px;
        font-size: 1rem;
        color: #43bcc5;
        position: absolute;
        bottom: 0; }
    #sp_header.on .btn_menu span:nth-child(1) {
      top: 19px;
      transform: rotate(135deg); }
    #sp_header.on .btn_menu span:nth-child(2) {
      opacity: 0;
      width: 0;
      left: 20px; }
    #sp_header.on .btn_menu span:nth-child(3) {
      top: 19px;
      transform: rotate(-135deg); }
    #sp_header .btn_line {
      width: 88px;
      height: 17px;
      position: absolute;
      top: 22px;
      right: 160px; }
      #sp_header .btn_line img {
        width: 88px;
        height: 17px;
        transition: .5s ease-out;
        vertical-align: top; }
        /*20170905オンライン加入ボタン*/
        #sp_header .btn_olkanyu {
          width: 88px;
          height: 17px;
          position: absolute;
          top: 22px;
          right: 60px; }
          #sp_header .btn_olkanyu img {
            width: 88px;
            height: 17px;
            transition: .5s ease-out;
            vertical-align: top; }
  #sp_menu {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: .5s ease-out; }
    #sp_menu.on {
      height: 100%; }
    #sp_menu ul.menu_list {
      text-align: center;
      border-top: #e1e1e1 solid 1px; }
      #sp_menu ul.menu_list li {
        border-bottom: #e1e1e1 solid 1px; }
        #sp_menu ul.menu_list li a {
          padding: 1em;
          display: block; }
  .btn_add {
    width: 90% !important;
    margin-bottom: 40px; }
  .btn_add2 {
    width: 100% !important;
    margin: 30px auto 0; }
.breadcrumbs_area > li{
	font-size: 10px; }
.breadcrumbs_area > li+li::before{
	left: 10px;
	top: 0; }
#lead {
    padding-top: 40px; }
#lead p {   
    text-align: left;
    line-height: 2;
    font-size: 1.4rem; }
    #lead p.notes {
        font-size: 1.2rem;}
    #lead span.notes {
      font-size: 1rem;}
#lead h2 {
    width: 80%;
    max-width: 453px;
    margin: 50px auto 0; }
    #lead h2 img {
        width: 100%; }

#howto .inner {
    width: 100%; }
    #howto .howto_wrap {
    flex-wrap: wrap;
    margin-bottom: 40px; }
    #howto .howto_l {
        width: 94%;
        margin: 0 auto 50px; }
    #howto .howto_r {
        width: 90%;
        margin: 0 auto;
        float: none;
        position: relative;
        overflow: hidden; }
        #howto .howto_r .howto_steps section p {
            font-size: 1.2rem; }
        #howto .howto_r .howto_steps section p .sp {
            display: none; }
        #howto .howto_r .qr_code {
            width: 25%;
            max-width: 108px; }
                #howto .howto_r .qr_code img {
                width: 100%;
                height: auto; }
    #howto .howto_notes {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 1.2rem;}

#example p {
    font-size: 1.4rem;
    text-align: left; }    
#example .boxWrap {
    grid-template-columns: 1fr;
    gap: 50px 0; }
    #example .boxWrap .box_case {
        margin-bottom: 20px; }
    #example .boxWrap .box_text {
        height: auto; }
    #example .boxWrap .box04 img {
        margin-bottom: 30px; }
#example .faq {
        width: auto;
        margin: 0 auto 30px; }
    #example .faq h3 {
        margin: 0 auto 20px;
        padding: 6px 0;
        font-size: 1.6rem; }
    #example .faq ul li {
        font-size: 1.4rem;
        line-height: 1.8; }


#movie #movie_area {
    margin-bottom: 2em;
    background: inherit; }
    #movie #movie_inner {
        width: 100%;
        height: 200px;
        position: relative; }
        #movie #movie_inner a {
            width: 100%;
            height: 200px;
            background-size: 55px; }
    #movie .text {
        width: 86.2%;
        margin: 0 auto 60px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.8; }

footer ul {
    float: none;
    margin-top: 1em; }
    footer ul li {
        display: block;
        float: none;
        line-height: 2; }
        footer ul li a {
            font-size: 14px;
            font-size: 1.4rem; }
footer small {
    display: block;
    margin-left: 0;
    margin-top: 1em;
    text-align: center; }

.pc,.pc_only {
    display: none; }
.sp {
    display: block; } 
}

/*box_bnr--02*/
.box_bnr--02{
	padding-top:0;
	padding-bottom: 65px;
}
.box_bnr--02in{
	width: 100%;
	margin:0 auto;
}
.box_bnr--02in .topServiceTitle{
	margin-top: 0;
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight: bold;
	margin-bottom: 40px!important;
}
.box_bnr--02in .topSlideBannerBox {
  width: 100%;
  margin: 0 auto;
  display:flex;
  justify-content: center;
}
.box_bnr--02in .topSlideBannerBox div {
	width: 290px;
	margin: 0 20px;
}
.box_bnr--02in .moreBtn{
	margin-top: 26px;
	text-align: center;
}
.box_bnr--02in .moreBtn a{
	display:inline-block;
	font-size:12px;
	padding:4px 18px 3px 33px;
	border: 1px solid #00743F;
	background:#ffffff url(/common/img/com_ic44.png) no-repeat 17px 50%;
	background-size:8px auto;
	color: #00743F;
	border-radius:4px;
    line-height: 1.5!important;
}

@media only screen and (max-width: 767px) {
  /*box_bnr--02*/
  .box_bnr--02{
    padding: 0 24px 30px;
  }
  .box_bnr--02in{
    width: 100%;
    margin:0 auto;
  }
  .box_bnr--02in .topServiceTitle{
    margin-top: 0;
    text-align:center;
    font-size:20px;
    color:#000000;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .box_bnr--02in .topSlideBannerBox {
    width: 100%;
    margin: 0 auto;
    display:flex;
    justify-content: center;
  }
  .box_bnr--02in .topSlideBannerBox div {
    width: 48%;
    margin: 0 2%;
  }
  .box_bnr--02in .moreBtn {
    text-align: center;
    margin-top: 26px;
  }

  .box_bnr--02in .moreBtn a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 19px 4px 34px;
    border: 1px solid #00743F;
    background: #ffffff url(/common/img/com_ic44.png) no-repeat 17px 50%;
    background-size: 8px auto;
    color: #00743F;
    border-radius: 4px;
  }
  .box_bnr--02in img {
    max-width: 100%;
    height: auto;
  }
}

/* 250730 キービジュアル差し替え */
#keyVisual {
    font-size: 0;
}
#keyVisual .kvWrap {
    position: relative;
    color: #fff;
}
#keyVisual .mainImage img {
    width: 100%;
}
#keyVisual .sonpo_logo {
    position: absolute;
    width: 11%;
    top: 3%;
    right: 16%;
}
#keyVisual .sonpo_logo img {
    width: 100%;
}
#keyVisual .text01 {
    position: absolute;
    top: 13%;
    left: 20%;
    font-size: clamp(1.4rem, 3vw - 1.6rem, 3rem);
    font-weight: bold;
    letter-spacing: clamp(0.5rem, 0.9vw - 0.2rem, 0.7rem);
    line-height: 1.9;
}
#keyVisual .text02 {
    position: absolute;
    bottom: 5%;
    left: 20%;
    font-size: clamp(1rem, 1.7vw - 0.8rem, 1.9rem);
    letter-spacing: clamp(0.1rem, 0.2vw - 0.1rem, 0.2rem);
    line-height: 1.7;
}
@media only screen and (max-width: 767px) {
    #keyVisual {
        padding-top: 61px;
    }
    #keyVisual .sonpo_logo {
        width: 26%;
        top: 1%;
        right: 1%;
    }
    #keyVisual .text01 {
        top: 19%;
        right: 9%;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: clamp(1.4rem, 3.7vw + 0.1rem, 3rem);
        letter-spacing: clamp(0.4rem, 1.6vw - 0.15rem, 1.1rem);
        line-height: 1.9;
    }
    #keyVisual .text02 {
        bottom: 4%;
        left: 4%;
        font-size: clamp(1rem, 2.1vw + 0.2rem, 1.9rem);
        letter-spacing: clamp(0rem, 0.4vw - 0.15rem, 0.2rem);
        line-height: 1.6;
    }
}
