@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}


/* Hides from IE Mac */

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* ---------- 初期 ---------- */

body {
  letter-spacing: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}


/* ---------- /共通部分 ---------- */

#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


/* ---------- /参考タグ部分 ---------- */


/* ipad 768px */
@media screen and (min-width: 768px)
{
  .sec03 .body .price01 .price01-text{
    font-size: 18px;
    line-height: 24px;
    margin-top: -105px;
  }
}

/* PC */

@media screen and (min-width: 769px) {
  .sponly {
    display: none !important;
  }
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main_area {
    background: url("images/main_area-bg.png") no-repeat #D8DFE6;
    background-size: cover;
    background-position: center;
    height: 526px;
    box-sizing: border-box;
  }
  #main_area .inner {
    width: 1000px;
    height: 526px;
    margin: 0 auto;
    position: relative;
  }
  .main_area-h1 {
    position: absolute;
    top: 120px;
    left: 0;
  }
  .main_area-h1 img {
    width: 430px;
  }
  .main_area-txt {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
  .main_area-txt img {
    width: 230px;
  }
  .main-banner {
    position: absolute;
    bottom: 110px;
    left: 0;
  }
  .sec01 {}
  .sec01 .head {
    text-align: center;
    padding: 40px 0;
  }
  .sec01 .head img {
    width: 960px;
  }
  .sec01 .body {
    background: url("images/sec01_bg.png") repeat-y;
    background-size: 100%;
    padding-bottom: 40px;
  }
  .sec01 .body .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 204px;
  }
  .sec01 .body .icon01 {
    width: 15.5%;
    position: absolute;
    top: 25px;
    left: 0;
  }
  .sec01 .body .icon01 img {}
  .sec01 .body .icon02 {
    width: 50%;
    position: absolute;
    right: -20px;
    top: -10px;
  }
  .sec01 .body .icon02 img {}
  .sec01 .body .fuki01 {
    width: 52.3%;
    left: 95px;
    top: -70px;
    position: absolute;
  }
  .sec01 .body .fuki01 img {}
  .sec01 .body .check_area {
    background: #fff;
    border: solid 4px #EB6D9D;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px 25px;
    margin-bottom: 40px;
  }
  .sec01 .body .check_area h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec01 .body .check_area h2 img {
    width: 38%;
  }
  .sec01 .body .check_area dl {
    font-size: 0;
    margin-bottom: 15px;
  }
  .sec01 .body .check_area dt {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 15px;
  }
  .sec01 .body .check_area dt img {}
  .sec01 .body .check_area dd {
    display: inline-block;
    vertical-align: middle;
    width: 677px;
    font-size: 24px;
    font-weight: bold;
  }
  .sec01 .body .result_area {
    border-top: dotted 2px #EB6D9D;
    margin-top: 44px;
    padding-top: 30px;
  }
  .sec01 .body .result_area .title {
    width: 250px;
  }
  .sec01 .body .result_area .title img {}
  .sec01 .body .result_area .text {
    width: 530px;
    font-weight: bold;
    font-size: 0;
  }
  .sec01 .body .result_area .text .num {
    color: #2D3C94;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2em;
    background: url("images/sec01_list_01.png") no-repeat;
    background-size: 13px;
    padding-left: 20px;
    background-position: 0 50%;
  }
  .sec01 .body .result_area .text .explane {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    width: 425px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px;
    line-height: 1.2em;
    background: url("images/sec01_list_02.png") no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: 0 7px;
  }
  .sec01 .need {
    text-align: center;
    margin-bottom: -44px;
  }
  .sec01 .need .title {
    margin-bottom: 5px;
  }
  .sec01 .need .title img {
    width: 79.1%;
  }
  .sec01 .need .text {}
  .sec01 .need .text img {}
  .sec02 {}
  .sec02 .head {
    text-align: center;
    padding: 52px 0 73px;
  }
  .sec02 .head img {
    width: 956px;
  }
  .sec02 .body {
    background: url("images/sec01_bg.png") repeat-y;
    background-size: 100%;
    padding-bottom: 40px;
  }
  .sec02 .body .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding-top: 190px;
  }
  .sec02 .body .icon01 {
    width: 140px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
  }
  .sec02 .body .icon01 img {}
  .sec02 .body .icon02 {
    width: 178px;
    position: absolute;
    top: -38px;
    right: 28px;
  }
  .sec02 .body .icon02 img {}
  .sec02 .body .fuki01 {
    width: 471px;
    position: absolute;
    top: -72px;
    left: 83px;
    z-index: 1;
  }
  .sec02 .body .fuki02 {
    width: 198px;
    position: absolute;
    top: 52px;
    right: 206px;
    z-index: 2;
  }
  .sec02 .body .inner2 {
    background: #fff;
    border: solid 4px #EB6D9D;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 55px;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
  }
  .sec02 .body .inner2 p {
    font-size: 17px;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .sec02 .body .inner2 img {
    width: 770px;
  }
  .sec02 .body .inner3 {
    background: #fff;
    border: solid 4px #EB6D9D;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 54px 40px;
  }
  .inner3-icon-img {
    text-align: center;
  }
  .inner3-icon-img img{
    max-width: 900px;
  }
  .sec02 .body .inner3 .icon03 {
    position: absolute;
    right: 38px;
    top: -40px;
    z-index: 2;
  }
  .sec02 .body .inner3 .icon03 img {
    width: 140px;
  }
  .sec02 .body .inner3 .fuki03 {
    position: absolute;
    width: 244px;
    right: 142px;
    top: -65px;
  }
  .sec02 .body .inner3 .fuki03 img {}
  .sec02 .body .inner3 h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .sec02 .body .inner3 h3 img {
    width: 534px;
  }
  .sec02 .body .inner3 p {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 15px;
  }
  .sec02 .body .inner3 .img02 {}
  .sec02 .body .inner3 .img02 img {
    display: block;
  }
  .sec02 .body .inner4 {
    text-align: center;
    margin-top: 60px;
  }
  .sec02 .body .inner4 img{
    max-width: 900px;
  }
  .sec02 .body .inner4 .icon04 {
    position: absolute;
    width: 140px;
    top: 230px;
    left: 40px;
    z-index: 2;
  }
  .sec02 .body .inner4 .icon04 img {}
  .sec02 .body .inner4 .icon05 {
    position: absolute;
    width: 103px;
    right: 20px;
    bottom: 0;
  }
  .sec02 .body .inner4 .icon05 img {}
  .sec02 .body .inner4 .fuki04 {
    position: absolute;
    width: 651px;
    top: 47px;
    left: 64px;
  }
  .sec02 .body .inner4 .fuki04 img {}
  .sec02 .body .inner4 .fuki05 {
    position: absolute;
    width: 198px;
    right: 132px;
    bottom: 63px;
  }
  .sec02 .body .inner4 .fuki05 img {}
  .sec02 .body .inner5 {
    background: #fff;
    border: solid 4px #EB6D9D;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 50px 60px;
  }
  .sec02 .body .inner5 h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec02 .body .inner5 h3 img {
    width: 620px;
  }
  .sec02 .body .inner5 dl {
    width: 346px;
    float: left;
    margin-right: 80px;
    margin-bottom: 40px;
  }
  .sec02 .body .inner5 div dl:nth-child(2n) {
    margin-right: 0;
  }
  .sec02 .body .inner5 dl dt.title {
    font-size: 29px;
    font-weight: bold;
    color: #EB6D9D;
    margin-bottom: 16px;
  }
  .sec02 .body .inner5 dl dt {
    text-align: center;
  }
  .sec02 .body .inner5 dl dt img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #EB6D9D;
    margin-bottom: 15px;
    display: block;
  }
  .sec02 .body .inner5 dl dd {
    font-size: 17px;
    line-height: 1.6em;
  }
  .sec02 .body .inner5 .icon06 {
    width: 140px;
    position: absolute;
    right: 310px;
    bottom: 60px;
  }
  .sec02 .body .inner5 .icon06 img {}
  .sec02 .body .inner5 .icon07 {
    position: absolute;
    width: 216px;
    right: 28px;
    bottom: 16px;
  }
  .sec02 .body .inner5 .icon07 img {}
  .sec02 .body .inner5 .fuki06 {
    position: absolute;
    width: 220px;
    right: 190px;
    bottom: 218px;
  }
  .sec02 .body .inner5 .fuki06 img {}
  .sec02 .body .inner5 .fuki07 {
    position: absolute;
    width: 220px;
    right: 226px;
    bottom: 472px;
  }
  .sec02 .body .inner5 .fuki07 img {}
  .sec02 .under_arrow {
    text-align: center;
    margin-top: 0;
  }
  .sec02 .under_arrow img {
    width: 300px;
    margin-bottom: -80px;
  }
  .inner5-icon {
    text-align: center;
    position: relative;
    height: 431px;
  }
  .inner5-icon img{
    position: absolute;
    top:-13px;
    left: 0;
    right:0;
    margin:auto;
    max-width: 900px;
  }
  .sec03 .head {
    text-align: center;
    padding: 64px 0 0;
  }
  .sec03 .head img {
    width: 956px;
  }
  .sec03 .body {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3.5%, rgba(242,101,40,1) 3.5%, rgba(242,101,40,1) 100%);
    padding: 48px 0 80px;
  }
  .sec03 .body h3 {
    text-align: center;
    margin-bottom: 35px;
  }
  .sec03 .body h3 img {
    width: 870px;
  }
  .sec03 .body .inner {
    width: 900px;
    margin: 0 auto;
  }
  .sec03 .body .frame01 {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 42px 34px;
  }
  .sec03 .body h4 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 2px;
  }
  .sec03 .body h4 span {
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -16px;
    padding: 0 28px;
  }
  .sec03 .body .price01 {
    width: 816px;
    height: 580px;
    margin: 35px auto 0;
    background: url(images/sec03_cam-1-bg.png);
    background-size: cover;
  }
  .sec03 .body .price01 .price01-text{
    font-size: 18px;
    line-height: 24px;
    padding-top: 440px;
    margin-top: 0;
  }
  .sec03 .body .price01 h5 {
    border-bottom: 2px #F39800 dotted;
    text-align: center;
    width: 640px;
    margin: 0 auto;
    padding: 110px 0 20px;
    margin-bottom: 20px;
  }
  .sec03 .body .price01 h5 img {
    width: 418px;
    text-align: center;
  }
  .sec03 .body .price01 p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }
  .sec03 .body .price01 p .blue {
    color: #EB6D9D;
  }
  .sec03 .body .price01 p .red {
    color: #D80A30;
  }
  .sec03 .body .price01 p strong {
    font-size: 45px;
  }
  .sec03 .body .price02 {
    width: 816px;
    margin: 0 auto;
  }
  .sec03 .body .price02 .icon02 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 140px;
    height: 120px;
    background: url("images/sec03_icon_02.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 100px;
  }
  .sec03 .body .price02 h5 {
    font-size: 68px;
    font-weight: bold;
    color: #F39800;
    text-align: center;
    line-height: 1.1em;
    padding-top: 105px;
    width: 640px;
    margin: 0 auto;
    border-bottom: 2px #F39800 dotted;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
  .sec03 .body .price02 h5 img {
    width: 482px;
  }
  .sec03 .body .price02 p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }
  .sec03 .body .price02 p .blue {
    color: #EB6D9D;
  }
  .sec03 .body .price02 p .red {
    color: #D80A30;
  }
  .sec03 .body .price02 p strong {
    font-size: 45px;
  }
  .sec03-inner-icon {
    text-align: center;
  }
  .sec03-inner-icon img{
    max-width: 900px;
  }
  .voice .inner {
    width: 900px;
    margin: 0 auto;
    padding: 85px 0 0;
  }
  .voice h3 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    color: #EB6D9D;
    border-bottom: 4px solid #EB6D9D;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .voice .box {
    width: 426px;
    float: left;
    margin-right: 48px;
    margin-bottom: 70px;
  }
  .voice div .box:nth-child(2n) {
    margin-right: 0;
  }
  .voice .box .thum {
    width: 180px;
  }
  .voice .box .thum img {
    width: 100%;
    height: auto;
  }
  .voice .box .text {
    width: 226px;
    font-size: 18px;
  }
  .voice .box .text p.title {
    border-bottom: solid 1px #000000;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .voice .box .text p {
    line-height: 1.6em;
    font-size: 17px;
  }
  .tenpo-btn {
    text-align: center;
  }
  .tenpo-btn:hover{
    opacity: .7;
  }
  .tenpo-txt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin:50px auto 130px;
  }
  .faq {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .faq h3 {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    color: #EB6D9D;
    border-bottom: 4px solid #EB6D9D;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .faq dl {
    margin-bottom: 32px;
  }
  .faq dt {
    font-size: 26px;
    font-weight: bold;
    color: #EB6D9D;
    line-height: 1.4em;
    margin-bottom: 25px;
    display: inline-block;
    background: url("images/qa_icon_01.svg") no-repeat;
    background-size: 37px;
    padding-left: 50px;
  }
  .faq dt span {
    border-bottom: solid 2px #EB6D9D;
    display: inline-block;
  }
  .faq dd {
    font-size: 17px;
    line-height: 1.4em;
    background: url("images/qa_icon_02.svg") no-repeat;
    background-size: 26px;
    padding-left: 50px;
  }
  .faq dd a {
    font-weight: bold;
    color: #EB6D9D;
  }
  .contact_area {
    background: url("images/sec03_bg_01.jpg") repeat-y;
    background-size: 100%;
    padding: 50px 0;
  }
  .contact_area .inner {
    width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .contact_area h3 {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    border-bottom: solid 2px #fff;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.6em;
  }
  /*
.contact_area a { display: block; width: 100%; height: 100px; line-height: 100px; text-align: center; color: #fff; background: url("images/contact_icon_01.svg") no-repeat #2D3C94; -webkit-box-sizing: border-box; box-sizing: border-box; border: solid 4px #fff; font-size: 32px; font-weight: bold; background-size: 50px; background-position: 556px 30px;}
.contact_area a span { position: relative; left: -100px;}
*/
  .info {
    padding-top: 82px;
  }
  .info h3 {
    background: #E2E2E2;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .info .inner {
    text-align: center;
  }
  .info p.center {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .info img {
    width: 927px;
    margin-bottom: 55px;
  }
  .copyright {
    font-size: 20px;
    text-align: center;
    padding: 0 0 100px;
  }
}


/* SP */

@media screen and (max-width: 768px) {
  .pconly {
    display: none !important;
  }
  .spwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main_area {
    background: none;
    padding: 0;
  }
  #main_area .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0;
    box-sizing: border-box; 
  }
  .main_area-h1 {
    position: absolute;
    top:56px;
    left: 23px;
  }
  .main_area-h1 img {
    width: 105px;
  }
  .main-banner {
    position: absolute;
    left: 5%;
    top:61%;
    display: inline-block;
    width: 40%;
  }
  .main-banner img{
    width: 100%;
  }
  .main_area-txt {
    text-align: right;
  }
  .main_area-txt img{
    width: 118px;
  }
  .sec01-img00 {
    margin-bottom: 15px;
  }
  .sec01 .head {
    text-align: center;
    padding: 50px 0 29.3vw;
  }
  .sec01 .head img {
    width: 92%;
  }
  .sec01 .body {
    background: url("images/sec01_bg.png") repeat-y;
    background-size: 100%;
    padding-bottom: 0;
  }
  .sec01 .body .inner {
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding-top: 14.9vw;
  }
  .sec01 .body .icon01 {
    width: 19.3vw;
    position: absolute;
    top: -9.7vw;
    left: 0;
    z-index: 2;
  }
  .sec01 .body .icon01 img {}
  .sec01 .body .icon02 {
    width: 53.3vw;
    position: absolute;
    right: -4vw;
    top: -4vw;
  }
  .sec01 .body .icon02 img {}
  .sec01 .body .fuki01 {
    width: 65.3vw;
    left: 8vw;
    top: -24vw;
    position: absolute;
  }
  .sec01 .body .fuki01 img {}
  .sec01 .body .check_area {
    background: #fff;
    border: solid 2px #EB6D9D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw 5vw 2.5vw;
    margin-bottom: 3vw;
  }
  .sec01 .body .check_area h2 {
    margin-bottom: 4.2vw;
  }
  .sec01 .body .check_area h2 img {
    width: 29.7vw;
  }
  .sec01 .body .check_area dl {
    display: none;
  }
  .sec01 .body .result_area {
    border-top: dotted 2px #EB6D9D;
    margin-top: 2vw;
    padding-top: 2vw;
  }
  .sec01 .body .result_area .title {
    width: 100%;
  }
  .sec01 .body .result_area .title img {}
  .sec01 .body .result_area .text {
    display: none;
  }
  .sec01 .need {
    text-align: center;
  }
  .sec02 .head {
    text-align: center;
    padding: 3vw 0 28vw;
  }
  .sec02 .head img {
    width: 92%;
  }
  .sec02 .body {
    background: url("images/sec01_bg.png") repeat-y;
    background-size: 100%;
    padding-bottom: 0;
  }
  .sec02 .body .inner {
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding-top: 23vw;
  }
  .sec02 .body .icon01 {
    width: 19.3vw;
    position: absolute;
    top: -9.7vw;
    left: 0;
    z-index: 2;
  }
  .sec02 .body .icon01 img {}
  .sec02 .body .icon02 {
    width: 25.2vw;
    position: absolute;
    top: -6vw;
    right: 0;
  }
  .sec02 .body .fuki01 {
    width: 63.3vw;
    left: 10vw;
    top: -25vw;
    position: absolute;
  }
  .sec02 .body .fuki02 {
    width: 28.6vw;
    position: absolute;
    top: 6.6vw;
    right: 24.3vw;
    z-index: 2;
  }
  .sec02 .body .inner2 {
    background: #fff;
    border: solid 2px #EB6D9D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 3vw;
  }
  .sec02 .body .inner2 p {
    font-size: 2.3vw;
    text-align: left;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  .sec02 .body .inner2 img {
    width: 100%;
  }
  .inner3-icon-img {
    width: 87%;
    margin:0 auto;
  }
  .sec02 .body .inner3 {
    background: #fff;
    border: solid 2px #EB6D9D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding: 4vw;
  }
  .sec02 .body .inner3 .icon03 {
    width: 19.3vw;
    position: absolute;
    top: -7.7vw;
    right: 0;
    z-index: 2;
  }
  .sec02 .body .inner3 .icon03 img {
    width: 100%;
  }
  .sec02 .body .inner3 .fuki03 {
    position: absolute;
    width: 33.8vw;
    right: 14vw;
    top: -10vw;
  }
  .sec02 .body .inner3 .fuki03 img {}
  .sec02 .body .inner3 h3 {
    text-align: left;
    margin-bottom: 1.2vw;
  }
  .sec02 .body .inner3 h3 img {
    width: 54.2vw;
  }
  .sec02 .body .inner3 p {
    font-size: 2.3vw;
    font-weight: bold;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 1.2vw;
  }
  .sec02 .body .inner3 .img02 {}
  .sec02 .body .inner3 .img02 img {
    display: block;
  }
  .sec02 .body .inner4 {
    width: 88%;
    margin: 30px auto 0;
    position: relative;
    height: auto;
  }
  .sec02 .body .inner4 .icon04 {
    width: 19.3vw;
    position: absolute;
    top: 28.6vw;
    left: 0;
    z-index: 2;
  }
  .sec02 .body .inner4 .icon04 img {}
  .sec02 .body .inner4 .icon05 {
    position: absolute;
    width: 13.8vw;
    right: 20px;
    bottom: 0.5vw;
    z-index: 2;
  }
  .sec02 .body .inner4 .icon05 img {}
  .sec02 .body .inner4 .fuki04 {
    position: absolute;
    width: 88vw;
    top: 3vw;
    left: 0;
  }
  .sec02 .body .inner4 .fuki04 img {}
  .sec02 .body .inner4 .fuki05 {
    position: absolute;
    width: 29vw;
    right: 22vw;
    bottom: 3vw;
  }
  .sec02 .body .inner4 .fuki05 img {}
  .sec02 .body .inner5 {
    background: #fff;
    border: solid 2px #EB6D9D;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding: 4vw 8vw 39.3vw;
  }
  .sec02 .body .inner5 h3 {
    text-align: center;
    margin-bottom: 4vw;
  }
  .sec02 .body .inner5 h3 img {
    width: 90%;
  }
  .sec02 .body .inner5 dl {
    width: 100%;
    margin-bottom: 6vw;
  }
  .sec02 .body .inner5 dl dt.title {
    font-size: 4vw;
    font-weight: bold;
    color: #EB6D9D;
    margin-bottom: 2vw;
  }
  .sec02 .body .inner5 dl dt {
    text-align: center;
  }
  .sec02 .body .inner5 dl dt img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #EB6D9D;
    margin-bottom: 2vw;
    display: block;
  }
  .sec02 .body .inner5 dl dd {
    font-size: 3.4vw;
    line-height: 1.6em;
  }
  .sec02 .body .inner5 .icon06 {
    width: 19.3vw;
    position: absolute;
    bottom: 4.6vw;
    left: 6vw;
    z-index: 2;
  }
  .sec02 .body .inner5 .icon07 {
    position: absolute;
    width: 26vw;
    right: 1vw;
    bottom: -18vw;
  }
  .sec02 .body .inner5 .fuki06 {
    position: absolute;
    width: 32vw;
    left: 22vw;
    bottom: 17vw;
  }
  .sec02 .body .inner5 .fuki07 {
    position: absolute;
    width: 27vw;
    right: 20vw;
    bottom: 4.6vw;
  }
  .inner5-icon {
    width: 88%;
    margin: 50px auto -18px;
  }
  .inner5-icon img{
    width: 90%;
  }
  .sec02 .under_arrow {
    text-align: center;
    margin-top: 0;
  }
  .sec02 .under_arrow img {
    width: 29vw;
    margin-bottom: -5vw;
  }
  .sec03 {}
  .sec03 .head {
    text-align: center;
    padding: 6vw 0;
  }
  .sec03 .head img {
    width: 90%;
  }
  .sec03 .body {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3.5%, rgba(242,101,40,1) 3.5%, rgba(242,101,40,1) 100%);
    padding: 5vw 0;
  }
  .sec03 .body h3 {
    text-align: center;
    margin-bottom: 2vw;
  }
  .sec03 .body h3 img {
    width: 86vw;
  }
  .sec03 .body .inner {
    width: 88%;
    margin: 0 auto;
  }
  .sec03-inner-icon{
    width: 88%;
    margin:0 auto;
  }
  .sec03 .body .frame01 {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw 2vw 3vw;
  }
  .sec03 .body h4 {
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px;
    width: 90%;
    margin: 0 auto 3vw;
  }
  .sec03 .body h4 span {
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -2vw;
    padding: 0 1vw;
  }
  .sec03 .body .price01 {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    background: url(images/sec03_cam-1-bg-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 100%;
  }
  .sec03 .body .price01 .price01-text{
    font-size: 12px;
    line-height: 22px;
    margin-top: -35vw;
  }
  .sec03 .body .price01 .icon01 {
    color: #fff;
    font-weight: bold;
    width: 13.6vw;
    height: 11.7vw;
    background: url("images/sec03_icon_01.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6vw;
    left: 10vw;
  }
  .sec03 .body .price01 h5 {
    border-bottom: 1px #F39800 dotted;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 8.5vw 0 2vw;
    margin-bottom: 2vw;
  }
  .sec03 .body .price01 h5 img {
    width: 70%;
    text-align: center;
  }
  .sec03 .body .price01 p {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }
  .sec03 .body .price01 p .blue {
    color: #EB6D9D;
  }
  .sec03 .body .price01 p .red {
    color: #D80A30;
  }
  .sec03 .body .price01 p strong {
    font-size: 6vw;
  }
  .sec03 .body .price02 {
    width: 100%;
    margin: 0 auto;
    height: 45.6vw;
    background: url("images/sec03_bg_02.jpg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    margin-top: -2vw;
  }
  .sec03 .body .price02 .icon02 {
    color: #fff;
    width: 13.6vw;
    height: 11.7vw;
    background: url("images/sec03_icon_02.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2.6vw;
    left: 10vw;
  }
  .sec03 .body .price02 h5 {
    font-weight: bold;
    color: #F39800;
    text-align: center;
    line-height: 1.1em;
    padding-top: 19vw 0 0;
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px #F39800 dotted;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    position: relative;
    top: 10vw;
  }
  .sec03 .body .price02 h5 img {
    width: 70%;
  }
  .sec03 .body .price02 p {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    position: relative;
    top: 10.5vw;
  }
  .sec03 .body .price02 p .blue {
    color: #EB6D9D;
  }
  .sec03 .body .price02 p .red {
    color: #D80A30;
  }
  .sec03 .body .price02 p strong {
    font-size: 6vw;
  }
  .voice {
    padding:10px 0 0;
  }
  .voice .inner {
    width: 88%;
    margin: 0 auto;
    padding: 5vw 0 0;
  }
  .voice h3 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    color: #EB6D9D;
    border-bottom: 2px solid #EB6D9D;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .voice .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6vw;
  }
  .voice div .box:nth-child(2n) {
    margin-right: 0;
  }
  .voice .box .thum {
    width: 23%;
  }
  .voice .box .thum img {
    width: 100%;
    height: auto;
  }
  .voice .box .text {
    width: 73%;
    font-size: 3.3vw;
  }
  .voice .box .text p.title {
    border-bottom: solid 1px #000000;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .voice .box .text p {
    line-height: 1.6em;
    font-size: 2.5vw;
  }
  .tenpo-btn {
    width: 88%;
    margin:20px auto 20px;
  }
  .tenpo-txt {
    width: 88%;
    margin:0 auto 80px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .faq {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .faq h3 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    color: #EB6D9D;
    border-bottom: 2px solid #EB6D9D;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .faq dl {
    margin-bottom: 3vw;
  }
  .faq dt {
    font-size: 3.2vw;
    font-weight: bold;
    color: #EB6D9D;
    line-height: 1.4em;
    margin-bottom: 0;
    display: block;
    background: url("images/qa_icon_01.svg") no-repeat;
    background-size: 3vw;
    padding-left: 4.5vw;
    padding-bottom: 2vw;
    background-position: 0 1vw;
    border: none;
  }
  .faq dt span {
    border-bottom: solid 1px #EB6D9D;
    display: block;
  }
  .faq dd {
    font-size: 2.8vw;
    line-height: 1.4em;
    background: url("images/qa_icon_02.svg") no-repeat;
    background-size: 3vw;
    padding-left: 4.5vw;
    background-position: 0 1vw;
  }
  .faq dd a {
    font-weight: bold;
    color: #EB6D9D;
  }
  .contact_area {
    background: url("images/sec03_bg_01.jpg") repeat-y;
    background-size: 100%;
    padding: 4vw 0;
  }
  .contact_area .inner {
    width: 88%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_area h3 {
    color: #fff;
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
    line-height: 1.4em;
  }
  /*
.contact_area a { display: block; width: 100%; height: 10vw; line-height: 10vw; text-align: center; color: #fff; background: url("images/contact_icon_01.svg") no-repeat #2D3C94; -webkit-box-sizing: border-box; box-sizing: border-box; border: solid 2px #fff; font-size: 3.8vw; font-weight: bold; background-size: 6vw; background-position: 65% 2.5vw;}
.contact_area a span { position: relative; left: -8vw;}
*/
  .info {
    padding-top: 5vw;
  }
  .info h3 {
    background: #E2E2E2;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    padding: 3vw 0;
    margin-bottom: 20px;
  }
  .info .inner {
    text-align: center;
  }
  .info p.center {
    font-weight: bold;
    font-size: 1.7vw;
    margin-bottom: 15px;
  }
  .info img {
    width: 92%;
    margin-bottom: 3vw;
  }
  .copyright {
    font-size: 3vw;
    text-align: center;
    padding: 0 0 5vw;
  }
}

@media screen and (max-width: 374px)
{
  .sec03 .body .price01 .price01-text{
    font-size: 10px;
    line-height: 20px;
    margin-top: -36vw;
  }
}



/*20210309追記*/

.header {
  height: 60px;
  background-color: #036EAB;
  color: #fff;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}

.header .inner .logo {
  margin-right: 25px;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
}

.shop__details {
  width: calc((100% / 3) - 12px);
  margin-left: 12px;
  position: relative;
}

.shop__details .shop-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 200px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  max-width: 207px;
  width: 25vw;
}

@media(min-width:770px) {
  .sp-only {
    display: none;
  }
}

@media(max-width:769px) {
  .header {
    font-size: 2.4vw;
    line-height: 1.5em;
    height: 55px;
  }
  .header .inner {
    padding: 0 10px;
  }
  .header .inner .logo {
    margin-right: 10px;
    max-width: 20vw;
  }
  .shop__details {
    width: 100%;
    margin-bottom: 30px;
  }
  .shop__details .shop-link {
    max-width: 58vw;
    bottom: 5vw;
  }
}