@charset "utf-8";

html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{
	background:#ffffff;
	color:#545454;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size:1.6rem;
	word-wrap:break-word;
}

img{
    font-size:0;
    height:auto;
    line-height:0;
    max-width:100%;
    vertical-align:top;
	-ms-interpolation-mode:bicubic;
}



/* Link
-------------------------------------------------- */
a{
	color:#aa277c;
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
}
a:hover{
	color:#aa277c;
	text-decoration:none;
}



/* Common
-------------------------------------------------- */
.fl_right {float:right;}
.fl_left  {float:left;}

.noto100 {font-weight:100;} /* Thin */
.noto300 {font-weight:300;} /* Light */
/* .noto350 {font-weight:350;} DemiLight 350*/
.noto400 {font-weight:400;} /* Regular */
.noto500 {font-weight:500;} /* Medium */
.noto700 {font-weight:700;} /* Bold */
.noto900 {font-weight:900;} /* Black */

/* clearfix */
.clearfix:before,
.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}
.clear{
	clear:both;
}



/* Layout
-------------------------------------------------- */
h1{
  text-align:center;
}
h1 img{
  width:100%;
}

h1.pc{
  display:none;
}

h2{
  text-align:center;
  margin-bottom:30px;
}

/* こんなお悩みありませんか？ */
#worries{
  margin-top:20px;
  background:#e1eef4;
  padding:30px 20px;
  text-align:center;
}
#worries .sec01,
#worries .sec02{
  margin-bottom:50px;
}
#worries h3{
  font-size:1.8rem;
  line-height:135%;
  margin-bottom:10px;
  font-weight:700;
}
#worries>p{
  font-size:1.8rem;
  font-weight:900;
  line-height:150%;
}

/* 解決します */
#solution{
  padding:100px 20px 20px 30px;
  background:url(../img/bg_arrow.gif) no-repeat center top/50%;
}
#solution .solution-inner{
  position:relative;
  background:url(../img/bg_solution.gif) left top/4%;
  border-radius:10px;
  padding:20px;
}
#solution .ribbon_l{
  position:absolute;
  width:50px;
  left:-5px;
  top:-5px;
}
#solution .ribbon_r{
  position:absolute;
  width:50px;
  right:-5px;
  bottom:-5px;
}
#solution .lead{
  font-size:1.8rem;
  font-weight:900;
  line-height:150%;
  text-align:center;
  margin-bottom:20px;
}
#solution ul li{
  background:#fff;
  border-radius:10px;
  padding:20px;
  text-align:center;
  margin-bottom:10px;
}
#solution ul li:nth-child(1) img,
#solution ul li:nth-child(3) img{
  max-width:70%;
}
#solution .omakase_sp{
  margin-top:30px;
  text-align:center;
}
#solution .omakase_pc{
  display:none;
}

/* メリット */
#merit{
  padding:30px 20px;
  background:#e1eef4;
}
#merit .lead{
  font-size:1.4rem;
  line-height:150%;
  margin-bottom:30px;
}
#merit .lead br:first-child{
  display:none;
}
#merit ul li{
  margin-bottom:15px;
}

/* ご利用の流れ */
#process{
  padding:30px 20px;
  text-align:center;
}
#process h4{
  font-weight:900;
  margin-top:20px;
  margin-bottom:20px;
  font-size:1.8rem;
}
#process li img{
  width:50%;
}
#process .step1::after,
#process .step2::after{
  content:'▼';
  text-align:center;
  color:#6d9daa;
  display:block;
  margin:20px 0;
  font-size:3rem;
}
#process .btn{
  text-align:center;
  margin-top:30px;
}
#process .btn a{
  display:inline-block;
  background:#aa9c6d;
  font-weight:700;
  color:#fff;
  text-decoration:none;
  padding:15px 40px;
  border-radius:5px;
  box-shadow:0 3px 5px #aaa;
}

/* 事業者さまの声 */
#review{
  background:#e1eef4;
  padding:30px 20px;
}
#review .sec01,
#review .sec02{
  display:flex;
}
#review .sec01{
  margin-bottom:20px;
}
#review .sec01 .pic{
  width:200px;
  margin-right:10px;
}
#review .sec01 p,
#review .sec02 p{
  position:relative;
  display:inline-block;
  padding:7px 10px;
  max-width:100%;
  color:#fff;
  background:#6d9daa;
  line-height:135%;
  border-radius:5px;
  font-size:1.4rem;
}
#review .sec01 p:before,
#review .sec02 p:before{
  content:"";
  position:absolute;
  top:50%;
  margin-top:-15px;
  border:15px solid transparent;
}
#review .sec01 p:before{
  left:-30px;
  border-right:15px solid #6d9daa;  
}
#review .sec02 .pic{
  width:220px;
  margin-left:20px;
}
#review .sec02 p:before{
  left:100%;
  border-left:15px solid #6d9daa;
}

/* 料金プラン */
#plan{
  padding:30px 20px;
  text-align:center;
}
#plan .list{
  margin-top:20px;
}
#plan .btn{
  text-align:center;
  margin-top:30px;
}
#plan .btn a{
  display:inline-block;
  background:#aa9c6d;
  font-weight:700;
  color:#fff;
  text-decoration:none;
  padding:15px 40px;
  border-radius:5px;
  box-shadow:0 3px 5px #aaa;
}

/* FAQ */
#faq{
  background:#e1eef4;
  padding:30px 20px;
}
#faq ul li{
  background:#fff;
  padding:20px;
  margin-bottom:10px;
  line-height:150%;
  font-size:1.4rem;
}
#faq ul li span{
  display:block;
}
#faq ul li span.q{
  margin-bottom:10px;
}
#faq ul li span.q:before,
#faq ul li span.a:before{
  font-size:2rem;
  display:inline-block;
  margin-right:5px;
  font-weight:900;
}
#faq ul li span.q:before{
  content:'Q.';  
  color:#6d9daa;
}
#faq ul li span.a:before{
  content:'A.';
  color:#aa6d6d;
}

/* LastPush */
#lastpush{
  padding:30px 20px;
  text-align:center;
}
#lastpush .pc{
  display:none;
}
#lastpush .huetemasu{
  margin:20px 0;
}
#lastpush .text{
  font-size:1.8rem;
  font-weight:900;
  line-height:150%;
}
#lastpush .text br{
  display:none;
}

/* フォーム */
#formarea{
  background:#e1eef4;
  padding:30px 20px;
}
#formarea table{
  width:100%;
}
#formarea table th,
#formarea table td{
  display:block;
  width:100%;
}
#formarea table th{
  background:#6d9daa;
  text-align:left;
  padding:10px;
  color:#fff;
  box-sizing:border-box;
  margin-bottom:10px;
}
#formarea table td{
  margin-bottom:20px;
}
#formarea table td input,
#formarea table td select{
  width:100%;
  padding:5px 10px;
  box-sizing:border-box;
}
#formarea .btnarea p{
  margin-top:20px;
  text-align:center;
}
#formarea .btnarea input.btn {
  display:inline-block;
  background:#aa9c6d;
  font-weight:700;
  color:#fff;
  text-decoration:none;
  padding:15px 40px;
  border-radius:5px;
  box-shadow:0 3px 5px #aaa;
  border:none;
}

/* エラーメッセージ */
#formarea .screen-reader-response{
  color:#ff0000;
  text-align:center;
  margin-bottom:20px;
}
#formarea .screen-reader-response ul{
  display:none;
}
#formarea table p span{
  display:block;
  margin-top:10px;
  color:#ff0000;
}
#formarea .wpcf7-response-output{
  text-align:center;
  color:#ff0000;
  margin-top:20px;
}

/* フッター */
footer{
  background:#6d9daa;
  padding:30px 20px;
  color:#fff;
  text-align:center;
}

/* pagetop */
footer p.pagetop{
  display:none;
}

footer ul.link{
  display:flex;
  margin:0 auto 20px auto;
  justify-content:center;
}
footer ul.link li:first-child{
  margin-right:10px;
  border-right:1px solid #fff;
  padding-right:10px;
}
footer ul.link li a{
  color:#fff;
  text-decoration:none;
}
footer .logo{
  margin-bottom:20px;
  line-height:135%;
}
footer .line{
  margin-bottom:20px;
}
footer .copyright{
  font-size:1.2rem;
}



/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 667px) {

  /* こんなお悩みありませんか？ */
  #worries ul{
    display:flex;
  }
  #worries ul li{
    width:50%;
  }

  /* 解決します */
  #solution{
    background-size:30%;
  }
  #solution .solution-inner{
    background:url(../img/bg_solution.gif) left top/3%;
  }
  #solution .ribbon_l{
    width:100px;
    left:-10px;
    top:-10px;
  }
  #solution .ribbon_r{
    width:100px;
    right:-10px;
    bottom:-10px;
  }
  #solution p.lead br{
    display:none;
  }
  #solution ul{
    display:flex;
    justify-content:center;
  }
  #solution ul li:nth-child(1) img,
  #solution ul li:nth-child(3) img{
    max-width:100%;
  }
  #solution ul li:nth-child(2){
    margin:0 10px;
  }
  #solution .omakase_sp{
    display:none;
  }
  #solution .omakase_pc{
    display:block;
    margin-top:30px;
    text-align:center;
  }

  /* メリット */
  #merit .lead{
    text-align:center;
  }
  #merit .lead br:first-child{
    display:inline;
  }
  #merit ul{
    display:flex;
    flex-wrap:wrap;
  }
  #merit ul li{
    width:50%;
    box-sizing:border-box;
    text-align:center;
  }
  #merit ul li:nth-child(1),
  #merit ul li:nth-child(3){
    padding-right:10px;
  }
  #merit ul li:nth-child(2),
  #merit ul li:nth-child(4){
    padding-left:10px;
  }

  /* ご利用の流れ */
  #process ul{
    display:flex;
    justify-content:space-between;
  }
  #process ul li{
    width:33%;
  }
  #process ul li:nth-child(2){
    margin:0 0.5%;
  }
  #process ul li:nth-child(1),
  #process ul li:nth-child(2){
    position:relative;
  }
  #process ul li:nth-child(1)::after,
  #process ul li:nth-child(2)::after{
    position:absolute;
    content:'▶';
    font-size:2rem;
    top:calc(50% - 1rem);
    right:-1rem
  }
  #process ul li img{
    width:80%;
  }

  /* 事業者さまの声 */
  #review .sec01,
  #review .sec02{
    align-items:center;
    justify-content:center;
  }
  #review .sec01 .pic,
  #review .sec02 .pic{
    width:115px;
  }
  #review .sec01 p,
  #review .sec02 p{
    padding:15px 20px;
  }

  /* LastPush */
  #lastpush .text br{
    display:inline;
  }

  /* フォーム */
  #formarea table th,
  #formarea table td{
    display:table-cell;
    border:1px solid #aaa;
    padding:20px 10px;
  }
  #formarea table th{
    width:35%;
  }
  #formarea table td{
    width:65%;
    background:#fff;
  }

  /* フッター */
  footer ul.link{
    float:right;
  }
  footer .logo{
    float:left;
  }
  footer .line{
    max-width:400px;
    margin:0 auto 20px auto;
  }
  footer .copyright{
    text-align:center;
  }
}

@media only screen and (min-width: 736px) {

  /* pagetop */
  p.pagetop{
    position:fixed;
    right:20px;
    bottom:50px;
    z-index:9999;
    width:40px;
    height:40px;
  }
}

@media only screen and (min-width: 751px) {

  h1.sp{
    display:none;
  }
  h1.pc{
    display:block;
  }
}



/* PC
-------------------------------------------------- */

@media only screen and (min-width: 1024px) {

  h2{
    margin-bottom:50px;
  }

  /* こんなお悩みありませんか？ */
  #worries{
    padding:50px 30px;
  }
  #worries ul{
    max-width:1000px;
    margin:0 auto;
  }
  #worries>p{
    font-size:2.4rem;
    text-align:center;
  }

  /* 解決します */
  #solution{
    background-size:15%;
    padding:100px 30px 70px 30px;
  }
  #solution .solution-inner{
    max-width:1100px;
    background:url(../img/bg_solution.gif) left top/30px;
    padding:50px;
    margin:0 auto;
  }
  #solution .ribbon_l{
    width:154px;
    left:-14px;
    top:-14px;
  }
  #solution .ribbon_r{
    width:154px;
    right:-14px;
    bottom:-14px;
  }
  #solution .lead{
    font-size:3rem;
    margin-bottom:40px;
  }
  #solution ul li:nth-child(2){
    margin:0 30px;
  }
  #solution .omakase_pc{
    margin-top:50px;
  }

  /* メリット */
  #merit{
    padding:50px 30px;
  }
  #merit .lead{
    font-size:1.6rem;
    margin-bottom:50px;
  }
  #merit ul{
    max-width:850px;
    margin:0 auto;
  }
  
  /* ご利用の流れ */
  #process{
    padding:50px 30px;
  }
  #process h4{
    margin-top:50px;
    margin-bottom:50px;
    font-size:3rem;
  }
  #process ul{
    max-width:900px;
    margin:0 auto;
  }
  #process ul li:nth-child(1)::after,
  #process ul li:nth-child(2)::after{
    top:50%;
  }
  #process .btn{
    margin-top:50px;
  }

  /* 事業者さまの声 */
  #review{
    padding:50px 30px;
  }
  #review .sec01{
    margin-bottom:50px!important;
  }
  #review .sec01,
  #review .sec02{
    max-width:900px;
    margin:0 auto;
  }
  #review .sec01 .pic,
  #review .sec02 .pic{
    width:160px;
  }
  #review .sec01 p,
  #review .sec02 p{
    font-size:2.4rem;
  }

  /* 料金プラン */
  #plan{
    padding:50px 30px;
  }
  #plan .btn{
    margin-top:50px;
  }

  /* FAQ */
  #faq{
    padding:50px 30px;
  }
  #faq ul{
    max-width:1000px;
    margin:0 auto;
  }

  /* LastPush */
  #lastpush{
    padding:50px 30px;
  }
  #lastpush .sp{
    display:none;
  }
  #lastpush .pc{
    display:block;
  }
  #lastpush .huetemasu{
    margin:30px 0 50px 0;
  }
  #lastpush .text{
    font-size:2.4rem;
  }

  /* フォーム */
  #formarea{
    padding:50px 30px;
  }
  #formarea table{
    max-width:1000px;
    margin:0 auto;
  }

  /* フッター */
  footer{
    padding:50px 30px;
  }
}