@charset "UTF-8";
@font-face {
  font-family: "dartsfont";
  src: url("./font/dartsfont.woff2");
}
/* =======================================
						 ▼▼▼▼ ALL ▼▼▼▼
	 ======================================= */
* {
  border: none;
  box-sizing: border-box;
}

body {
  color: #333333;
  font-size: 16px;
  font-family: "MOBO-SemiBold", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #ffffff;
}

p {
  font-family: "MOBO-SemiBold", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select {
  border: solid 1px #000;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: none;
  justify-content: space-between;
}
header h1 {
  padding: 2.8vw;
  display: flex;
  align-items: center;
  font-weight: normal;
  width: 47.3%;
}
header h1 img {
  width: 100%;
  margin-right: 1vw;
}
header .btn_block {
  width: 25.3%;
  padding: 1.8vw 1.8vw 1.8vw 0;
  display: flex;
  justify-content: center;
}
header .btn_block a {
  display: block;
  text-align: center;
}
header .btn_block a.telhead {
    margin-right:1vw;
}
header .btn_block a > span {
  display: block;
  color: #ffffff;
  background: #F26968;
  padding: 1vw 5.8vw;
}

.wrap {
  width: 100%;
  line-height: 0%;
}
.wrap img {
  width: 100%;
}
.wrap .btns {
  background: url(./img/bg_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 80vw 0 6vw;
}
.wrap .btns a {
  width: 80vw;
  display: block;
  margin: 3vw auto;
}
.wrap .kv{
  margin:0;
}
.wrap .trouble h2 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  width: 100%;
  margin-bottom: 3.87vw;
}
.wrap .trouble .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #F26968;
}
.wrap .trouble .items .item {
  width: 50%;
  text-align: center;
  margin: 0 0 4.3vw;
}
.wrap .trouble .items .item h3 {
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: center;
  font-size: 14px;
}
.wrap .trouble .items .item img {
  width: 80%;
}
.wrap .consult{
  padding:12px 0 31px;
  text-align: center;
  background: url(img/consult_tel_bg.png);
  background-size: 100%;
}
.wrap .consult a.tel_btn{

}

.wrap .consult img.tel_btn{
  width:91.6%;
}

.wrap .price {
}
.wrap .price h2 {
  text-align: center;
  margin: 2vh auto;
  font-size: 18px;
  width: 60%;
}
.wrap .price .items {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
  margin: 0 1vw;
}
.wrap .price .items .item {
  margin: 5vw 0;
  border: solid 3px #E84500;
  border-radius: 10px;
  position: relative;
  padding: 2.88vw;
}
.wrap .price .items .item h3 {
  margin: -2.88vw -2.88vw 5vw;
  background: #E84500;
  padding: 1.5vh;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
}
.wrap .price .items .item .timeimage {
  display: block;
  position: absolute;
  top: 7vh;
  right: 0;
  width: 15vw;
}
.wrap .price .items .item ul {
  border-top: solid 1px #F26968;
  margin: 5.19vw 0;
}
.wrap .price .items .item ul li {
  border-bottom: solid 1px #F26968;
  padding: 5.19vw 0 5.19vw 7.5vw;
  position: relative;
}
.wrap .price .items .item ul li:before {
  position: absolute;
  left: 0;
  top: 4vw;
  background: url(./img/icon_check.png) no-repeat;
  background-size: contain;
  content: " ";
  width: 7vw;
  height: 7vw;
}
.wrap .guarantee {

}
.wrap .reason {
    padding: 25px 0 18px;
    background: url(./img/reason_bg.png);
    background-size: 100%;
  }
.wrap .reason .items{
width: 82.6%;
margin: 0 auto 19px;
padding:16px 0 13px;
background: url(./img/reason_bg2.png) no-repeat;
background-size: 100%;
}
.wrap .reason h2 {
margin:0 0 17px;
text-align: center;
}
.wrap .reason h2 img {
width: 79.2%;
}
.wrap .reason .items .item {
margin: 0 auto 10px;
padding: 4px 7px 0 12px;
width:89.4%;
background: #fff;
border:solid 7px #014aa1;
}
.wrap .reason .items .item h3 {
padding-bottom: 2vh;
margin-bottom: 2vh;
width: 100%;
}
.wrap .reason .items .item img {
width: 100%;
}
.wrap .reason .items .item p {
padding: 1vw;
font-size: 0.65rem;
line-height: 1.8;
}
.wrap .reason .items .item > span {
display: flex;
align-items: center;
}
.wrap .reason .items .item .icon {
position: relative;
top: 0;
text-align: left;
left: 0;
padding: 2vh 4vh;
border-radius: 4vh;
font-weight: 600;
margin-right: 1vw;
}
.wrap .comparison {
  width: 100%;
}
.wrap .comparison h2 {
  margin: 0;
}
.wrap .caution{
  margin:26px 0 18px;
}
.wrap .caution h2{
    background:#0756cd;
    margin:3vw 3vw 0;
    border-radius:20px 20px 0 0;
    position:relative;
    z-index:1;
    padding:0 0 3vw;
}
.wrap .caution h2 .title{
    width:80vw;
    display:block;
    margin:0 auto;
    position:relative;
    z-index:2;
}

.wrap .caution h2 .icon{
    position:absolute;
    right:-1.5vw;
    top:0;
    width:20vw;
}
.wrap .caution h2 .flag{
    position:absolute;
    left:-1.5vw;
    bottom:-5vw;
    width:22vw;
    z-index:1;
}


.wrap .caution .items{
  margin:0 3vw;
  padding:0 25px;
  border: solid 2px #0756cd;
  line-height: 125%;
}
.wrap .caution .items .item{
  width: 93%;
  margin:0 auto;
  padding:0 0 14px;
}
.wrap .caution .items .item .point{
  width:25%;
}
.wrap .caution .items .item p{
  padding:5vw;
  background: #0756cd;
  color:#fff;
  font-weight: 400;
}
.wrap .voice {
    background:url(./img/voice_bg.png);
    background-size: 100%;
}
.wrap .voice h2 {
  width: 100%;
  margin: 0 auto;
  padding:5vw 0 0;
  margin-bottom: 6vh;
  font-size: 2.5vw;
  font-weight: normal;
  width: 80vw;
}
.wrap .voice .items {
  width: 91.7%;
  margin: 0 auto;
  padding:0 0 1px;
}
.wrap .voice .items .item {
  width: 100%;
  border: none;
  padding:15vw 5vw;
  line-height: 85%;
}
.wrap .voice .items .item h3 {
  font-size: 24px;
  font-family: "dartsfont";
  font-weight: bold;
  border-bottom: solid 1px #474747;
  padding-bottom: 23px;
}
.wrap .voice .items .item p {
  margin: 2vw 0;
  padding: 0 6px 0 11px;
  font-family: "dartsfont";
  font-size: 3.6vw;
  line-height: 140%;
  font-weight: 600;
}
.wrap .voice .items .item img {
  display: block;
  width: 100%;
}
.wrap .voice .items .voice_case1{
  background: url(img/voice_case1_bg.png) no-repeat;
  background-size: 100%;
}
.wrap .voice .items .voice_case2{
  background: url(img/voice_case2_bg.png) no-repeat;
  background-size: 100%;
}
.wrap .voice .items .voice_case3{
  background: url(img/voice_case3_bg.png) no-repeat;
  background-size: 100%;
}
.wrap .voice .items .item .infor {
  position: relative;
  margin-bottom: 5vh;
}
.wrap .voice .items .item .infor span {
  background: #FFD7C1;
  color: #e84700;
  display: block;
  border-radius: 15px;
  padding: 5px;
  width: 30vw;
}
.wrap .voice .items .item .infor .area {
  background: none;
  color: #888888;
}
.wrap .voice .items .item .infor img {
  position: absolute;
  top: -1vh;
  right: 1vw;
  width: 20vw;
}
.wrap .step {
  background:url(./img/step_bg.png);
  background-size: 100%;
}
.wrap .step h2 {
  width: 75.6%;
  margin: 0 auto;
  padding: 53px 0 16px;
}
.wrap .step .items {
  marin:0 auto;
  padding:0 0 31px
}
.wrap .step .items .item {
  width:92.4%;
  margin: 22px auto 0;
}
.wrap .step .items .item > img {
  width:auto;
}
.wrap .step .items .item .stepimage {
  width: 100%;
  height: auto;
}
.wrap .step .items .item p {
  font-size: 1.5rem;
  padding: 2vh;
  line-height: 1.8;
}
.wrap .question {
  background-color: #f9f9f9;
  padding: 45px 0 0;
  background-image: url(./img/question_bg.png);
  background-size:contain;
}
.wrap .question h2 {
  width: 46%;
  margin: 0 auto 6vw;
}
.wrap .question .items{
  width: 94.5%;
  margin: 0 auto;
}
.wrap .question .items .item {
  background: #ccdcef;
  border-radius: 10px;
  box-shadow:5px 5px 10px #b2b2b2;
  margin: 35px 0 0;
  padding: 2.88vw 2vw;
}
.wrap .question .items .item h3 {
  border-bottom:solid 2px #6d8db5;
  font-size: 1rem;
  font-weight:normal;
  line-height: 125%;
  color:#6d8db5;
  display:flex;
  align-items:center;
  /*position: relative;
  padding: 2vw;
  display: flex;
  align-items: flex-start;*/
}
.wrap .question .items .item h3 p{
  width:80vw;
}
.wrap .question .items .item h3 span {
  width:7vw;
  margin-right:1vw;
  /*
  text-align: center;
  margin-right: 0.5vw;
  padding: 5px 8px;
  font-size: 1rem;*/
}
.wrap .question .items .item article {
    display:flex;
    align-items:flex-start;
    padding:2vw 0 0;
  font-size: 1rem;
}
.wrap .question .items .item article span {
  display: inline-block;
  width: 7vw;
  margin-right: 1vw;
  /*
  text-align: center;
  padding: 5px 8px;
  font-size: 1rem;*/
}
.wrap .question .items .item article p {
  padding: 0;
  line-height: 125%;
  color:#6d8db5;
  width:80vw;
}
.wrap .contact {
  background: #FFF1D3;
  padding: 6vw 3vw;
  line-height:1.2;
}
.wrap .contact h2 {
  margin: 0 auto 1vh;
  width: 60vw;
  text-align:center;
}
.wrap .contact form {
  background: #ffffff;
  border-radius: 15px;
  padding: 16px;
}
.wrap .contact form .item {
  margin: 32px 0;
}
.wrap .contact form .item .info {
  font-weight: 700;
}
.wrap .contact form .item .info .required {
  color: #ffffff;
  font-weight: normal;
  padding: 2px 4px;
  background: #FF4544;
  border-radius: 10px;
  display: inline-block;
  margin-left: 8px;
}
.wrap .contact form .item p a {
  text-decoration: underline;
  color: #FF4544;
}
.wrap .contact form > p {
  text-align: center;
  padding: 3vw;
  color: #E84500;
}
.wrap .contact form .error_val {
  padding: 8px 0;
  color: #ff0000;
}
.wrap .contact form label {
  display: block;
  margin: 4px 0;
}
.wrap .contact form label.file {
  cursor: pointer;
  background: #F67E0F;
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  marign: 16px 0 0;
}
.wrap .contact form input[type=text],
.wrap .contact form input[type=number],
.wrap .contact form input[type=date],
.wrap .contact form input[type=email],
.wrap .contact form select {
  margin: 8px 0 0;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  background: #FFF3EB;
}
.wrap .contact form input[type=file] {
  display: none;
}
.wrap .contact form input[type=checkbox] {
  apperance: none;
  height: 24px;
  width: 24px;
  margin: 4px;
  border: 1px solid #000000;
  border-radius: 10px;
}
.wrap .contact form textarea {
  margin: 8px 0 0;
  width: 100%;
  padding: 5px;
  border: solid 1px #C3C3C3;
  border-radius: 4px;
  height: 160px;
}
.wrap .contact form input[type=submit] {
  border-radius: 4px;
  background: #0D5598;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 12px 16px;
  width: 100%;
}
.wrap .contact form input[type=submit].back {
  background: #999999;
  width: 50%;
}
.wrap .contact form input[type=image] {
  width: 100%;
}

.tel_button {
  text-align: center;
}
.wrap .contact .thanksmessage{
    text-align:center;
}

footer {
  text-align: center;
  padding: 32px 0;
}
footer .totop {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
  display: block;
}
footer ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
footer ul li {
  font-size: 12px;
}
footer .foot_tel {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffffff;
}
footer .foot_tel img {
  width: 100%;
  vertical-align: top;
}

.ct3_telno{
    line-height:0;
    font-size:0;
}
.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

.sp_inline {
  display: inline !important;
}

.pc_inline {
  display: none !important;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 30px;
  }
  header {
    width: 768px;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 0 ;
  }
  header h1 {
    padding: 1vw;
  }
  header h1 img {
    width: 21vw;
  }
  header .btn_block {
    padding: 0 0.5vw;
    align-items: left;
  }
  header .btn_block a {
    font-size: 25px;
    width:5vw;
    margin:0.5vw 0;
  }
  header .btn_block a img{
      width:100%;
  }
  header .btn_block a.telhead {
  }
  .wrap {
    width: 768px;
    margin: 0 auto;
  }
  .wrap .kv {
    text-align: center;
  }
  .wrap .payment {
    margin: 1vw auto;
    width: 80vw;
  }
  .wrap .btns {
    background-image: url(./img/pc/bg_button.png);
    padding: 30vw 0 2vw;
  }
  .wrap .btns a {
    width: 66vw;
  }
  .wrap .trouble h2 {
    text-align: center;
  }
  .wrap .trouble h2 img {
    width: 37vw;
  }
  .wrap .trouble .items {
    max-width: 1200px;
    margin: 0 auto;
  }
  .wrap .trouble .items .item {
    font-size: 26px;
    width: 25%;
    margin: 0 0 0;
  }
  .wrap .trouble .items .item h3 {
    font-size: 30px;
  }
  .wrap .comparison {
    text-align: center;
  }
  .wrap .comparison img {
  }
  .wrap .price {
  }
  .wrap .price h2 {
    width: 30vw;
    padding: 2vh 3vw 0;
    font-size: 35px;
  }
  .wrap .price .items {
    width: 60vw;
    margin: 0 auto;
  }
  .wrap .price .items .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 3vh;
    padding: 0;
    width: 100%;
  }
  .wrap .price .items .item h3 {
    width: 100%;
    font-size: 2vw;
    margin: 0 0 1vw;
  }
  .wrap .price .items .item .timeimage {
    width: 9vw;
  }
  .wrap .price .items .item .priceimage {
    width: 50vw;
    margin: 0 auto 1vw;
  }
  .wrap .price .items .item .infor {
    width: 30vw;
  }
  .wrap .price .items .item ul {
    margin: 0 0 2vh;
  }
  .wrap .price .items .item ul li {
    padding: 3vh 0 3vh 5vw;
  }
  .wrap .price .items .item ul li:before {
    top: 2.5vh;
    width: 3vw;
  }
  .wrap .reason .items{
      width:92.6%;
  }
  .wrap .reason .items .item{
      margin:0 auto 18px;
    }
  .wrap .reason .items .item p{
      font-size:1.7rem;
  }
  .wrap .caution h2{
        margin:2vw 1.6vw 0;
  }
  .wrap .caution h2 .title{
      width:40vw;
  }
  .wrap .caution h2 .icon{
      width:10vw;
  }
  .wrap .caution h2 .flag{
      width:11vw;
      left:-0.5vw;
      bottom:-1vw;
  }
  .wrap .caution .items{
      margin:0 1.6vw;
  }
  .wrap .caution .items .item{
      width:100%;
      padding:1vw 0 14px;
  }
  .wrap .caution .items .item .point{
      margin-left:3vw;
  }
  .wrap .caution .items .item p{
    font-size:1.5rem;
    padding:2vw;
  }
  .wrap .voice h2{
      width:80%;
  }
  .wrap .voice .items .item{
      padding:8vw 5vw;
  }
  .wrap .voice .items .item p{
      font-size:1.7rem;
  }
  .wrap .step {
  }
  .wrap .step h2 {
  }
  .wrap .step .items {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .wrap .step .items .item {
  }
  .wrap .step .items .item .info {
    width: 100%;
  }
  .wrap .step .items .item .info h3 img {
    top: -2vw;
    width: 7vw;
    left: 6vw;
  }
  .wrap .step .items .item .info img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .wrap .step .items .item .info img.noprice {
    width: 70%;
  }
  .wrap .step .items .item > img {
  }
  .wrap .step .items .item p {
    font-size: 1.1vw;
  }
  .wrap .question {
      padding-bottom:3vw;
    }
  .wrap .question h2 {
    width: 32vw;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .question .items .item {
      padding:1vw;
  }
  .wrap .question .items .item h3 span {
    width: 8%;
  }
  .wrap .question .items .item h3 p{
      width:80%;
      font-size:1.5rem;
      line-height:1.2;
  }
  .wrap .question .items .item article span {
    width:8%;
  }
  .wrap .question .items .item article p{
      width:80%;
      font-size:1.5rem;
  }
  .wrap .contact h2 {
    width: 32vw;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .contact .form{
      margin:50px 0;
  }
  .wrap .contact .form p {
    padding: 5vh 0;
    line-height:1.2;
  }
  .wrap .contact .form span{
    line-height:1.2;
  }
  .wrap .contact form {
    width: 80vw;
    max-width:100%;
    margin: 0 auto;
  }
  .wrap .contact form .item.agree_item {
    width: 80%;
    margin: 0 auto;
  }
  .wrap .contact form .item.agree_item p {
    line-height: 1.5;
  }
  .wrap .contact form .item.agree_item .info {
    text-align: center;
    margin-bottom: 1vw;
  }
  .wrap .contact form input[type=text],
  .wrap .contact form input[type=number],
  .wrap .contact form input[type=date],
  .wrap .contact form input[type=email],
  .wrap .contact form select {
    font-size: 30px;
  }
  .wrap .contact form input[type=image] {
    display: block;
    margin: 1vw auto;
  }
  footer {
    padding: 10vh 0 18vh;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin: 0 20px;
  }
  footer .foot_tel {
    padding: 0 calc( ( 100% - 768px ) / 2);
    background: none;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */
