@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: "Noto Sans JP", "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: "Noto Sans JP", "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;
  background: #5B7B95;
}
header h1 {
  padding: 2.8vw;
  display: flex;
  align-items: center;
  font-weight: normal;
  width: 50%;
}
header h1 img {
  width: 33vw;
  margin-right: 1vw;
}
header .btn_block {
  width: 50%;
  padding: 2.8vw 2.8vw 2.8vw 0;
  display: flex;
  justify-content: center;
}
header .btn_block a {
  display: block;
  text-align: center;
}
header .btn_block a > span {
  display: block;
  color: #ffffff;
  background: #F26968;
  padding: 1vw 5.8vw;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

.wrap {
  width: 100%;
}
.wrap img {
  width: 100%;
}
.wrap .paytype {
  margin: 2.88vw;
  border: solid 1px #DEEAF3;
}
.wrap .paytype h2 {
  background: #DEEAF3;
  color: #5B7B95;
  font-size: 6vw;
  font-weight: normal;
  text-align: center;
  padding: 1vw;
}
.wrap .paytype img {
  padding: 5vw 4vw;
}
.wrap .btns {
  background: url(./img/bg_button.png);
  background-size: cover;
  padding: 71vw 7vw 8vw;
}
.wrap .price h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.wrap .price .items {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}
.wrap .price .items .item {
  width: 49vw;
  margin: 0.5vw;
}
.wrap .price .items .item h3 {
  font-size: 18px;
  margin: 0 0 5vw;
}
.wrap .price .items .item .priceimage {
  display: block;
  margin: 0 auto 2vw;
}
.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 .comparison {
  background: #F9F7F1;
  padding: 7vw 4vw;
}
.wrap .reason {
  background: #F9F7F1;
  background-image: url(./img/bg_reason.png);
  background-size: cover;
  padding: 7vw 4vw 0;
  text-align: center;
}
.wrap .reason h2 img {
  width: 80vw;
}
.wrap .reason .items .item {
  margin: 1vw 0;
  position: relative;
}
.wrap .reason .items .item .infor {
  position: absolute;
  top: 0;
}
.wrap .reason .items .item .infor h3 {
  color: #E9772B;
  font-weight: 900;
  text-align: left;
  margin: 18vw 4vw 5vw;
  -webkit-text-stroke: 0.3vw #FFF;
  text-stroke: 0.3vw #FFF;
  font-size: 5vw;
}
.wrap .reason .items .item .infor p {
  background: rgba(255, 255, 255, 0.7);
  padding: 4vw;
  text-align: left;
  font-size: 4vw;
  margin: 4vw;
}
.wrap .voice {
  background: #EEF3F7;
  padding: 6.84vw 4vw;
}
.wrap .voice h2 {
  font-size: 6vw;
  margin-bottom: 6vw;
  text-align: center;
}
.wrap .voice .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.wrap .voice .items .item {
  padding: 4vw;
  background: #ffffff;
  margin-bottom: 4vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap .voice .items .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #EBF0F4;
  height: 10vw;
  width: 10vw;
  clip-path: polygon(0 0, 100% 100%, 100% 0%);
  z-index: 10;
}
.wrap .voice .items .item img {
  display: block;
  width: 26vw;
}
.wrap .voice .items .item .infor {
  width: 54vw;
  margin: 0 0 4vw 4vw;
}
.wrap .voice .items .item .infor .stars {
  display: block;
  color: #FFCD53;
  margin: 4vw 0;
}
.wrap .voice .items .item .infor .detail {
  font-size: 3.5vw;
}
.wrap .voice .items .item .infor h3 {
  color: #5B7B95;
  margin: 4vw 0;
  font-size: 4vw;
}
.wrap .voice .items .item p {
  border-top: solid 1px #DADADA;
  margin: 1vw 0 0;
  font-family: "dartsfont";
  padding: 5vw 0 0;
  line-height: 1.8;
  font-size: 4vw;
}
.wrap .step {
  padding: 10vw 4vw;
  background: #F9F7F1;
  background-image: url(./img/bg_step.png);
  background-size: 100% 100%;
}
.wrap .step h2 {
  text-align: center;
}
.wrap .step h2 img {
  width: 80vw;
}
.wrap .step .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.wrap .step .items .item {
  position: relative;
  margin: 5vw 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrap .step .items .item span {
  display: block;
  width: 33vw;
  line-height: 0;
}
.wrap .step .items .item span img {
  width: 100%;
}
.wrap .step .items .item .infor {
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10vw 3vw 3vw;
}
.wrap .step .items .item .infor h3 {
  color: #5B7B95;
  text-align: center;
  position: relative;
  font-size: 6vw;
  font-weight: 500;
}
.wrap .step .items .item .infor img {
  width: 40vw;
  margin: 0 auto;
}
.wrap .step .items .item .infor p {
  padding: 2vw 0;
  display: block;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 4vw;
}
.wrap .step .items .item > img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.wrap .step .items .item .ansin {
  width: 80%;
}
.wrap .step .items .item:nth-child(n+3) p {
  width: 87%;
}
.wrap .question {
  padding: 10vw 3vw;
}
.wrap .question h2 {
  text-align: center;
}
.wrap .question h2 img {
  width: 33vw;
}
.wrap .question .items {
  background: #ffffff;
}
.wrap .question .items .item {
  padding: 1vw;
  background: #E9F4E7;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5vw;
}
.wrap .question .items .item h3 {
  border-bottom: solid 1px #6E7F6B;
  position: relative;
  padding: 2vw;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.wrap .question .items .item h3 .icon {
  background: #555555;
  border-radius: 10vw;
  color: #ffffff;
  display: flex;
  width: 7vw;
  height: 7vw;
  text-align: center;
  margin-right: 1.5vw;
  align-items: center;
  justify-content: center;
}
.wrap .question .items .item article p {
  display: flex;
  align-items: center;
  padding: 2vw;
}
.wrap .question .items .item article p .icon {
  background: #6E7F6B;
  border-radius: 10vw;
  color: #ffffff;
  display: flex;
  width: 7vw;
  height: 7vw;
  text-align: center;
  margin-right: 1.5vw;
  align-items: center;
  justify-content: center;
}
.wrap .question .items .item article p .ans {
  width: 80vw;
}
.wrap .contact {
  background: #F9F7F1;
}
.wrap .contact h2 {
  text-align: center;
  color: #ffffff;
  font-size: 9vw;
  background: #224C71;
  font-weight: 500;
  padding: 5vw;
}
.wrap .contact > p {
  text-align: center;
  padding: 6vw;
}
.wrap .contact form {
  background: #ffffff;
  padding: 5vw 4vw;
  margin: 10vw 4vw;
}
.wrap .contact form p {
  text-align: center;
  color: #5B7B95;
}
.wrap .contact form .item {
  margin: 32px 0;
}
.wrap .contact form .item .info {
  text-align: left;
  color: #000000;
  font-weight: normal;
}
.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 .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: 4vw;
  padding: 4vw 2vw;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  background: #ECF2F7;
}
.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;
}

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

.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: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding: 0 10vw;
  }
  header h1 {
    padding: 1vw;
  }
  header h1 img {
    width: 15vw;
  }
  header .btn_block {
    padding: 1vw;
    align-items: center;
  }
  header .btn_block a {
    font-size: 25px;
  }
  header .btn_block a.telhead {
    padding: 0 1vw;
  }
  .wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .wrap .kv {
    text-align: center;
  }
  .wrap .btns {
    background: url(./img/pc/bg_button.png);
    background-size: cover;
    padding: 28vw 17vw 3vw;
  }
  .wrap .paytype {
    width: 1000px;
    max-width: 100%;
    margin: 1vw auto;
  }
  .wrap .paytype h2 {
    font-size: 3vw;
  }
  .wrap .trouble {
    background: #F9F7F1;
  }
  .wrap .trouble img {
    display: block;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wrap .price {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wrap .price h2 {
    width: 100%;
    padding: 0;
  }
  .wrap .price .items {
    width: 100%;
    margin: 0 auto 3vw;
    justify-content: space-around;
  }
  .wrap .price .items .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 24%;
    margin: 0;
  }
  .wrap .price .items .item h3 {
    width: 100%;
    font-size: 2vw;
    margin: 0 0 1vw;
  }
  .wrap .price .items .item .priceimage {
    width: 26vw;
    margin-right: 5%;
    margin-left: 0;
  }
  .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 .comparison h2 {
    width: 50vw;
    text-align: center;
    margin: 0 auto;
  }
  .wrap .comparison img {
    width: 60vw;
    display: block;
    margin: 5vw auto 0;
  }
  .wrap .reason {
    padding: 3vh;
    background-color: #F9F7F1;
    background-image: url(./img/pc/bg_reason.png) repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
  }
  .wrap .reason h2 {
    margin: 10vw 0 0;
  }
  .wrap .reason h2 img {
    width: 20vw;
  }
  .wrap .reason .items {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .wrap .reason .items .item {
    width: 100%;
    margin: 3vw auto 0;
    padding: 0;
    display: flex;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .wrap .reason .items .item .image {
    width: 45%;
  }
  .wrap .reason .items .item .infor {
    width: 55%;
    position: relative;
  }
  .wrap .reason .items .item .infor h3 {
    margin: 3vw 2vw 2vw;
    font-size: 2vw;
    font-weight: 500;
    -webkit-text-stroke: 0 #fff;
    text-stroke: 0 #fff;
  }
  .wrap .reason .items .item .infor p {
    margin: 0 2vw;
    font-size: 1.5vw;
    padding: 0;
  }
  .wrap .voice h2 {
    margin-bottom: 6vh;
    font-size: 2.5vw;
    font-weight: normal;
    width: 50%;
    margin: 0 auto;
  }
  .wrap .voice .items {
    width: 1000px;
    max-width: 100%;
    margin: 3vw auto 0;
  }
  .wrap .voice .items .item {
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 2vw 1vw;
  }
  .wrap .voice .items .item::after {
    height: 2vw;
    width: 2vw;
  }
  .wrap .voice .items .item .infor {
    width: 71%;
    margin: 0 0 0 2vw;
  }
  .wrap .voice .items .item .infor .stars {
    margin: 0;
  }
  .wrap .voice .items .item .infor .detail {
    font-size: 1vw;
  }
  .wrap .voice .items .item .infor h3 {
    font-size: 2vw;
    padding: 0 0 1vw;
    margin: 1vw 0 1vw;
    font-weight: 500;
  }
  .wrap .voice .items .item .infor h3 span {
    margin: 2vh 0;
  }
  .wrap .voice .items .item > img {
    width: 19%;
    margin: 0 auto;
  }
  .wrap .voice .items .item p {
    width: 100%;
    font-size: 1.4vw;
    padding: 0 1vw;
  }
  .wrap .step {
    background: #F9F7F1;
    background-image: url(./img/pc/bg_step.png);
    background-size: contain;
    padding: 4vw 0;
  }
  .wrap .step h2 {
    width: 30%;
    padding: 0;
    margin: 0 auto;
  }
  .wrap .step .items {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .wrap .step .items .item {
    width: 100%;
    margin: 4vh 1vw;
    box-shadow: none;
  }
  .wrap .step .items .item span {
    width: 10vw;
  }
  .wrap .step .items .item .infor {
    padding: 2vw;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .wrap .step .items .item .infor img {
    width: 20%;
    display: block;
    margin: 0 2vw 0 0;
  }
  .wrap .step .items .item .infor h3 {
    font-size: 2vw;
    text-align: left;
  }
  .wrap .step .items .item .infor p {
    font-size: 1.3vw;
  }
  .wrap .question {
    padding: 10vw 3vw 0;
  }
  .wrap .question h2 {
    width: 20%;
    padding: 2vh 3vw;
    margin: 0 auto;
  }
  .wrap .question .items {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .wrap .question .items .item {
    padding: 0 1vw;
  }
  .wrap .question .items .item h3 {
    font-size: 1.2vw;
    padding: 1vw 0;
  }
  .wrap .question .items .item h3 .icon {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.8vw;
  }
  .wrap .question .items .item h3 span {
    width: 1.4vw;
  }
  .wrap .question .items .item article p {
    font-size: 1.2vw;
    padding: 1vw 0;
  }
  .wrap .question .items .item article p span {
    width: 1.4vw;
  }
  .wrap .question .items .item article p .ans {
    width: 50vw;
  }
  .wrap .question .items .item article p .icon {
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.8vw;
  }
  .wrap .contact h2 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2vh 3vw;
    font-size: 3vw;
  }
  .wrap .contact > p {
    padding: 5vh 0;
  }
  .wrap .contact form {
    width: 1000px;
    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: 2vw;
    padding: 1vw 2vw;
  }
  .wrap .contact form input[type=image] {
    width: 80%;
    display: block;
    margin: 1vw auto;
  }
  footer {
    padding: 32px 0;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin: 0 20px;
  }
  .sp_block {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .sp_inline {
    display: none !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

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