@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,
canvas,
details,
figcaption,
figure,
d,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #666;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body * {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
	  letter-spacing: 1px !important;
}

body {
  overflow-x: hidden;
}

a:hover {
  opacity: 0.7;
}

.pc_none {
  display: none !important;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

header {
  background: #fff;
  border-bottom: solid 4px #f75a1f;
}

header .inner {
  display: flex;
  align-items: center;
  padding: 13px 0 16px;
}

header h1 {
  width: 210px;
  margin-right: 59px;
}

header h1 img {
  width: 100%;
}

header .tel_area {
  margin-right: 10px;
}

header .tel_area .text {
  font-size: 14px;
}

header .tel_area .tel a {
  display: flex;
  font-size: 36px;
  font-weight: bold;
  font-family: 'arial black', 'Arial', 'arial', sans-serif;
}

header .tel_area .tel a::before {
  content: '';
  display: block;
  width: 52px;
  height: 31px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/img_head_free.png") no-repeat center/100%;
  margin-top: 17px;
  margin-right: 5px;
}

header .tel_area .tel a span {
  font-size: 40px;
  line-height: 35px;
  font-weight: bold;
  font-family: 'arial black', 'Arial', 'arial', sans-serif;
  vertical-align: 5px;
}

header .btn {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.fv {
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_fv.jpg") no-repeat top center;
}

.fv .img_fv {
  text-align: center;
}

.fv .text {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: 30px 0;
}

.fv .text span {
  color: #f75a1f;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  body * {
    font-size: 1.5vw;
  }

  img {
    width: 100%;
  }

  .inner {
    width: 90.9vw;
  }

  header .inner {
    padding: 1.2vw 0 1.5vw;
  }

  header h1 {
    width: 21.8vw;
    margin-right: 7.6vw;
  }

  header .tel_area {
    margin-right: 0.9vw;
  }

  header .tel_area .text {
    font-size: 1.3vw;
  }

  header .tel_area .tel a {
    font-size: 3.6vw;
  }

  header .tel_area .tel a::before {
    width: 4.7vw;
    height: 2.8vw;
    margin-top: 0.7vw;
    margin-right: 0.5vw;
  }

  header .tel_area .tel a span {
    font-size: 3.6vw;
    line-height: 3.2vw;
    vertical-align: 0.5vw;
  }

  header .btn {
    width: 28.7vw;
  }

  .fv {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_fv.jpg") no-repeat top center/181.8vw auto;
  }

  .fv .img_fv {
    width: 65.5vw;
    margin: 0 auto;
  }

  .fv .text {
    font-size: 2.7vw;
    margin: 2.7vw 0;
  }

  .fv .text span {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  body * {
    font-size: 3.7vw;
  }

  img {
    width: 100%;
  }

  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }

  .inner {
    width: 100vw;
  }

  header {
    background: #fff;
    border-bottom: solid 0.5vw #f75a1f;
  }

  header .inner {
    padding: 3.1290743155vw 0;
  }

  header h1 {
    width: 43.0247718383vw;
    margin: 0 auto;
  }

  .fv {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_sp_fv.jpg") no-repeat top center/100%;
  }

  .fv .text {
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin: 6.7vw 0 6vw;
  }

  .fv .text span {
    color: #f75a1f;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
  }
}
.cta {
  background: #003e91;
	padding: 0;
}

.cta .top_text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 11px 0;
  background: #f75a1f;
}

.cta .top_text span {
  color: #ffff00;
  font-size: 28px;
  font-weight: bold;
}

.cta .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.cta .tel_area {
  margin-right: 37px;
}

.cta .tel_area h2 {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-left: 9px;
}

.cta .tel_area .tel {
  margin-left: 9px;
}

.cta .tel_area .tel a {
  display: flex;
  color: #ffff00;
  font-size: 52px;
  font-weight: bold;
  font-family: 'arial black', 'Arial', 'arial', sans-serif;
}

.cta .tel_area .tel a::before {
  content: '';
  display: block;
  width: 73px;
  height: 41px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/img_cta_free.png") no-repeat center/100%;
  margin-top: 29px;
  margin-right: 5px;
}

.cta .tel_area .tel a span {
  color: #ffff00;
  font-size: 55px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'arial black', 'Arial', 'arial', sans-serif;
  vertical-align: 5px;
}

.cta .inner .tel_area .time {
  color: #fff;
  font-size: 14px;
  margin-top: 7px;
}

.cta .btn {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cta .top_text {
    font-size: 2.5vw;
    letter-spacing: 0.1vw;
    padding: 1vw 0;
  }

  .cta .top_text span {
    font-size: 2.5vw;
  }

  .cta .inner {
    padding: 1.8vw 0;
  }

  .cta .tel_area {
    margin-right: 3.4vw;
  }

  .cta .tel_area h2 {
    font-size: 1.7vw;
    margin-left: 0.8vw;
  }

  .cta .tel_area .tel {
    margin-left: 0.8vw;
  }

  .cta .tel_area .tel a {
    font-size: 5vw;
  }

  .cta .tel_area .tel a::before {
    width: 6.6vw;
    height: 3.7vw;
    margin-top: 0.7vw;
    margin-right: 0.5vw;
  }

  .cta .tel_area .tel a span {
    font-size: 5vw;
    line-height: 4.1vw;
    vertical-align: 0.5vw;
  }

  .cta .inner .tel_area .time {
    font-size: 1.3vw;
    margin-top: 0.6vw;
  }

  .cta .btn {
    width: 42.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    background: #003e91;
  }

  .cta .top_text {
    color: #fff;
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1vw;
    padding: 4.7vw 0;
    background: #f75a1f;
  }

  .cta .top_text span {
    color: #ffff00;
    font-size: 4.5vw;
    font-weight: bold;
  }

  .cta .inner {
    display: block;
    padding: 5.3vw 0;
  }

  .cta .tel_area {
    width: 93.1vw;
    margin: 0 auto;
  }

  .cta .tel_area h2 {
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 1.7vw;
  }

  .cta .tel_area .tel {
    margin-left: 9px;
  }

  .cta .tel_area .tel a {
    display: flex;
    color: #ffff00;
    font-size: 10vw;
    font-weight: bold;
    font-family: 'arial black', 'Arial', 'arial', sans-serif;
  }

  .cta .tel_area .tel a::before {
    content: '';
    display: block;
    width: 13.7vw;
    height: 7.7vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/img_cta_free.png") no-repeat center/100%;
    margin-top: 1.9vw;
    margin-right: 1.3vw;
  }

  .cta .tel_area .tel a span {
    color: #ffff00;
    font-size: 10.5vw;
    line-height: 8.7vw;
    font-weight: bold;
    font-family: 'arial black', 'Arial', 'arial', sans-serif;
    vertical-align: 5px;
  }

  .cta .inner .tel_area .time {
    color: #fff;
    font-size: 3.5vw;
    margin: 2.7vw 0 3.1vw;
  }

  .cta .btn {
    width: 93.1vw;
    margin: 0 auto;
    filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.2));
  }
}
.trouble {
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_trouble.jpg") no-repeat top center;
}

.trouble ul {
  margin: 9px 0;
}

.trouble ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.trouble ul li:last-child {
  margin-right: 0;
}

.trouble ul li::before {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/icon_check.png") no-repeat center/100%;
  margin-right: 17px;
}

.trouble ul li p {
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 800px;
  padding-left: 5px;
  border-bottom: dotted 3px #fff;
}

.trouble ul li p span {
  color: #ffff00;
  font-size: 28px;
  font-weight: bold;
}

.consign {
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_consign.jpg") no-repeat top center;
  border-bottom: solid 10px #f75a1f;
}

.consign ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 53px;
}

.consign ul li {
  width: 320px;
}

.consign ul li .text {
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 0 25px;
  margin-bottom: 18px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/img_pc_consign_bubble.png") no-repeat 0 0/100%;
}

.consign ul li .img {
  width: 320px;
}

.consign ul li .img img {
  width: 100%;
}

.feature {
  background: #fff;
}

.feature h2 {
  margin-bottom: 70px;
}

.feature .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}

.feature .block .img {
  width: 390px;
  position: relative;
  z-index: 1;
}

.feature .block .img img {
  width: 100%;
}

.feature .block .text_area {
  width: 580px;
  position: relative;
}

.feature .block .text_area .num {
  width: 155px;
  position: absolute;
  top: -46px;
  left: -43px;
}

.feature .block .text_area .num img {
  width: 100%;
}

.feature .block .text_area h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 80px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.06em;
}

.feature .block .text_area h3 span {
  font-size: 37px;
  line-height: 1.1;
}

.feature .block .text_area .sub {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 0 8px 17px;
  margin: 10px 0 14px;
  background: #003e91;
  position: relative;
  z-index: 1;
}

.feature .block .text_area .text {
  font-size: 18px;
  text-align: justify;
  line-height: 1.7;
}

.feature .block .text_area .text strong {
  color: #f75a1f;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .trouble {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_trouble.jpg") no-repeat top center/181.8vw auto;
  }

  .trouble ul {
    margin: 0.9vw 0;
  }

  .trouble ul li {
    margin-bottom: 1.5vw;
  }

  .trouble ul li::before {
    width: 3vw;
    height: 3vw;
  }

  .trouble ul li p {
    font-size: 2.5vw;
    line-height: 4.2vw;
    letter-spacing: 0.2vw;
    width: 72.7vw;
    padding-left: 0.5vw;
    border-bottom: dotted 0.3vw #fff;
  }

  .trouble ul li p span {
    font-size: 2.5vw;
  }

  .consign {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_consign.jpg") no-repeat top center/181.8vw auto;
    border-bottom: solid 0.9vw #f75a1f;
  }

  .consign ul {
    padding-bottom: 4.8vw;
  }

  .consign ul li {
    width: 29.1vw;
  }

  .consign ul li .text {
    font-size: 1.9vw;
    letter-spacing: 0.1vw;
    padding: 0.9vw 0 2.3vw;
    margin-bottom: 1.6vw;
  }

  .consign ul li .img {
    width: 29.1vw;
  }

  .feature h2 {
    margin-bottom: 6.4vw;
  }

  .feature .block {
    margin-bottom: 8.6vw;
  }

  .feature .block .img {
    width: 35.5vw;
  }

  .feature .block .text_area {
    width: 52.7vw;
  }

  .feature .block .text_area .num {
    width: 14.1vw;
    top: -4.2vw;
    left: -3.9vw;
  }

  .feature .block .text_area h3 {
    font-size: 3.4vw;
    padding-left: 7.3vw;
  }

  .feature .block .text_area h3 span {
    font-size: 3.4vw;
  }

  .feature .block .text_area .sub {
    letter-spacing: 0.1vw;
    padding: 0.7vw 0 0.7vw 1.5vw;
    margin: 0.9vw 0 1.3vw;
  }

  .feature .block .text_area .text {
    font-size: 1.6vw;
  }

  .feature .block .text_area .text strong {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .trouble {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_sp_trouble.jpg") no-repeat top center/100%;
  }

  .trouble ul {
    margin: 4vw 0 5.3vw;
  }

  .trouble ul li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 6.4vw;
  }

  .trouble ul li:last-child {
    margin-right: 0;
  }

  .trouble ul li::before {
    content: '';
    display: block;
    width: 5.7vw;
    height: 5.7vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/icon_check.png") no-repeat center/100%;
    margin-right: 2.7vw;
  }

  .trouble ul li p {
    color: #fff;
    font-size: 5.1vw;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.1vw;
    width: 82.7vw;
    padding-left: 0.7vw;
    padding-bottom: 0.5vw;
    border-bottom: dotted 0.4vw #fff;
  }

  .trouble ul li p span {
    color: #ffff00;
    font-size: 5.1vw;
    font-weight: bold;
    letter-spacing: 0.7vw;
  }

  .consign {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_sp_consign.jpg") no-repeat top center/100%;
    border-bottom: solid 1.3vw #f75a1f;
  }

  .consign ul {
    display: block;
    padding-bottom: 10.7vw;
  }

  .consign ul li {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 4vw;
    margin-bottom: 2.7vw;
  }

  .consign ul li .text {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1vw;
    width: 47.2vw;
    padding: 5vw 3vw 3.5vw 0;
    margin-bottom: 0;
    margin-right: 1.3vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/img_sp_consign_bubble.png") no-repeat 0 0/100%;
    box-sizing: border-box;
  }

  .consign ul li:last-child .text {
    padding: 2.3vw 3vw 1.8vw 0;
  }

  .consign ul li .img {
    width: 44vw;
  }

  .feature {
    background: #fff;
    margin-bottom: 13.3vw;
  }

  .feature h2 {
    margin-bottom: 0;
  }

  .feature .block {
    display: block;
    width: 92vw;
    margin: 0 auto 10.7vw;
  }

  .feature .block.bl2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .feature .block .img {
    width: 92vw;
    position: relative;
    z-index: 1;
  }

  .feature .block .text_area {
    width: 92vw;
    position: relative;
    margin-top: 6.7vw;
  }

  .feature .block .text_area .num {
    width: 26.9vw;
    position: absolute;
    top: -7.3vw;
    left: -8vw;
  }

  .feature .block .text_area h3 {
    font-size: 6.4vw;
    line-height: 1.1;
    padding-left: 12.7vw;
    margin: 0 0 3.3vw;
    position: relative;
    z-index: 1;
  }

  .feature .block .text_area h3 span {
    font-size: 5.1vw;
    line-height: 7vw;
  }

  .feature .block .text_area .sub {
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1vw;
    padding: 2vw 0;
    margin: 0 0 3.7vw;
    background: #003e91;
    position: relative;
    z-index: 1;
  }

  .feature .block .text_area .text {
    font-size: 3.7vw;
    text-align: justify;
    line-height: 1.7;
  }

  .feature .block .text_area .text strong {
    color: #f75a1f;
    font-size: 3.7vw;
    line-height: 1.7;
    font-weight: bold;
  }
}
.flow {
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_flow.jpg") no-repeat top center;
}

.flow .flow_top {
  text-align: center;
  padding: 40px 0 30px;
}

.flow h2 {
  font-size: 39px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}

.flow h2 .min {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
}

.flow h2 .col {
  color: #f75a1f;
  font-size: 40px;
  font-weight: bold;
}

.flow h2 .col .min {
  color: #f75a1f;
}

.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 13px;
}

.flow ul li {
  width: 320px;
  margin-bottom: 30px;
}

.flow ul li .tit_ar {
  display: flex;
  align-items: center;
  height: 65px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_arrow.png") no-repeat 0 0/100%;
}

.flow ul li .tit_bl {
  display: flex;
  align-items: center;
  height: 65px;
  background: #f75a1f;
}

.flow ul li .tit_ar img,
.flow ul li .tit_bl img {
  width: 65px;
}

.flow ul li .tit_ar p,
.flow ul li .tit_bl p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 15px;
}

.flow ul li .text {
  line-height: 1.7;
  text-align: justify;
  width: 290px;
  margin: 17px auto 0;
}

.voice {
  background: #f75a1f;
}

.voice h2 {
  display: flex;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding: 45px 0 30px;
}

.voice h2::before,
.voice h2::after {
  content: '';
  display: block;
  width: 71px;
  height: 38px;
  background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/icon_voice.png") no-repeat 0 0/100%;
}

.voice h2::before {
  margin-right: 10px;
}

.voice h2::after {
  margin-left: 10px;
}

.voice h2 span {
  color: #ffff00;
  font-size: 38px;
  letter-spacing: 1px;
  font-weight: bold;
}

.voice ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.voice ul li {
  width: 320px;
  background: #fff;
}

.voice ul li h3 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  width: 284px;
  margin: 22px auto 0;
  border-radius: 16px;
  background: #003e91;
}

.voice ul li .tit {
  color: #003e91;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 20px;
}

.voice ul li .text {
  width: 270px;
  margin: 0 auto 10px;
  text-align: justify;
  line-height: 1.7;
}

.voice ul li .img img {
  width: 100%;
}

footer {
  background: #003e91;
}

footer .copy {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 18px 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .flow {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_pc_flow.jpg") no-repeat top center/181.8vw auto;
  }

  .flow .flow_top {
    width: 58.1vw;
    margin: 0 auto;
    padding: 3.6vw 0 2.7vw;
  }

  .flow h2 {
    font-size: 3.6vw;
    margin-bottom: 3.2vw;
  }

  .flow h2 .min {
    font-size: 2.7vw;
    line-height: 3.5vw;
  }

  .flow h2 .col {
    font-size: 3.6vw;
  }

  .flow ul {
    padding-bottom: 1.2vw;
  }

  .flow ul li {
    width: 29.1vw;
    margin-bottom: 2.7vw;
  }

  .flow ul li .tit_ar {
    height: 5.9vw;
  }

  .flow ul li .tit_bl {
    height: 5.9vw;
  }

  .flow ul li .tit_ar img,
  .flow ul li .tit_bl img {
    width: 5.9vw;
  }

  .flow ul li .tit_ar p,
  .flow ul li .tit_bl p {
    font-size: 1.8vw;
    margin-left: 1.4vw;
  }

  .flow ul li .text {
    width: 26.4vw;
    margin: 1.5vw auto 0;
  }

  .voice h2 {
    font-size: 3.5vw;
    letter-spacing: 0.1vw;
    padding: 4.1vw 0 2.7vw;
  }

  .voice h2::before,
  .voice h2::after {
    width: 6.5vw;
    height: 3.5vw;
  }

  .voice h2::before {
    margin-right: 0.9vw;
  }

  .voice h2::after {
    margin-left: 0.9vw;
  }

  .voice h2 span {
    font-size: 3.5vw;
    letter-spacing: 0.1vw;
  }

  .voice ul {
    padding-bottom: 2.7vw;
  }

  .voice ul li {
    width: 29.1vw;
  }

  .voice ul li h3 {
    font-size: 2vw;
    line-height: 2.9vw;
    width: 25.8vw;
    margin: 2vw auto 0;
    border-radius: 1.5vw;
  }

  .voice ul li .tit {
    font-size: 2.4vw;
    margin: 2.3vw 0 1.8vw;
  }

  .voice ul li .text {
    width: 24.5vw;
    margin: 0 auto 0.9vw;
  }

  footer .copy {
    font-size: 1.2vw;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/bg_sp_flow.jpg") no-repeat top center/100%;
  }

  .flow .flow_top {
    width: 68vw;
    margin: 0 auto;
    padding: 16vw 0 6vw;
  }

  .flow h2 {
    font-size: 6.9vw;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4.7vw;
    text-shadow: 0 0 1.3vw #fff, 0 0 1.3vw #fff, 0 0 1.3vw #fff, 0 0 1.3vw #fff;
  }

  .flow h2 .min {
    font-size: 5.2vw;
    font-weight: bold;
    line-height: 8.2vw;
  }

  .flow h2 .col {
    color: #f75a1f;
    font-size: 6.9vw;
    font-weight: bold;
  }

  .flow h2 .col .min {
    color: #f75a1f;
  }

  .flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5.3vw;
  }

  .flow ul li {
    width: 92vw;
    margin: 0 auto 9.3vw;
  }

  .flow ul li .tit_ar {
    display: flex;
    align-items: center;
    height: 18.7vw;
    background: #f75a1f;
  }

  .flow ul li .tit_bl {
    display: flex;
    align-items: center;
    height: 18.7vw;
    background: #f75a1f;
  }

  .flow ul li .tit_ar img,
  .flow ul li .tit_bl img {
    width: 18.7vw;
  }

  .flow ul li .tit_ar p,
  .flow ul li .tit_bl p {
    color: #fff;
    font-size: 5.7vw;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.3vw;
    margin-left: 4vw;
  }

  .flow ul li .text {
    line-height: 1.7;
    text-align: justify;
    width: 92vw;
    margin: 4.7vw auto 0;
  }

  .voice {
    background: #f75a1f;
  }

  .voice h2 {
    display: block;
    color: #fff;
    font-size: 6.7vw;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.1vw;
    text-align: center;
    padding: 6.7vw 0 5.3vw;
    position: relative;
  }

  .voice h2::before,
  .voice h2::after {
    content: '';
    display: block;
    width: 10.1694915254vw;
    height: 21.6427640156vw;
    position: absolute;
    top: 7.8226857888vw;
  }

  .voice h2::before {
    left: 2vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/icon_voice01.png") no-repeat 0 0/100%;
  }

  .voice h2::after {
    right: 2vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/icon_voice02.png") no-repeat 0 0/100%;
  }

  .voice h2 span {
    color: #ffff00;
    font-size: 6.7vw;
    letter-spacing: 1px;
    font-weight: bold;
  }

  .voice ul {
    display: block;
    padding-bottom: 30px;
  }

  .voice ul li {
    width: 92vw;
    margin: 0 auto;
    background: #fff;
    padding-top: 5.3vw;
    margin-bottom: 7vw;
  }

  .voice ul li h3 {
    color: #fff;
    font-size: 7.7vw;
    line-height: 11.2vw;
    text-align: center;
    width: 84vw;
    margin: 0 auto;
    border-radius: 5.6vw;
    background: #003e91;
  }

  .voice ul li .tit {
    color: #003e91;
    font-size: 6.4vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 3.3vw 0 4.7vw;
  }

  .voice ul li .text {
    width: 84vw;
    margin: 0 auto 4vw;
    text-align: justify;
    line-height: 1.7;
  }

  footer {
    background: #003e91;
    padding-bottom: 20vw;
  }

  footer .copy {
    color: #fff;
    font-size: 2.9vw;
    line-height: 1.7;
    text-align: center;
    padding: 4vw 0 2.7vw;
  }

  .float {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
  }

  .float .inner {
    display: flex;
    justify-content: space-between;
    width: 96vw;
    margin: 0 auto;
    padding: 2.3vw 0 2.4vw;
  }

  .float .tel_area {
    width: 50.1vw;
    height: 12.8vw;
    padding: 2.1vw 0 2.4vw 2.4vw;
    box-sizing: border-box;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/float_tel.png") no-repeat center/100%;
  }

  .float .tel_area .text {
    display: block;
    color: #fff;
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
  }

  .float .tel_area .text span {
    color: #fff;
    font-size: 3.1vw;
    font-weight: bold;
  }

  .float .tel_area .tel {
    display: block;
    color: #fff;
    font-size: 5.1vw;
    font-family: 'arial black', 'Arial', 'arial', sans-serif;
    font-weight: bold;
    padding-left: 4.4vw;
    position: relative;
  }

  .float .tel_area .tel::before {
    content: '';
    display: block;
    width: 3.3vw;
    height: 3.7vw;
    background: url("https://kpnet.jp/wp-content/themes/liquid-lp/lp/naisou_img/float_tel_icon.png") no-repeat 0 0/100%;
    position: absolute;
    left: 0;
    top: 1vw;
  }

  .float .contact {
    width: 42.1vw;
  }
}

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

@media screen and ( max-width: 767px) {
.float .contact { width: 42.1vw;}
	
	.contact h2 {
		font-size: 6.9vw!important;
	}
	
}

.contact table.contact {
  border-collapse: collapse;
  margin-right: auto;
  margin-left: auto;
}
.contact table.contact td,
.contact table.contact th {
  border: 1px solid #ddd;
  padding: 10px;
	background: #fff;
}
.contact table.contact th {
  background: #f9f9f9;
  font-weight: normal;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 35px;
}
.contact table.contact td input[type="text"],
.contact table.contact td input[type="tel"],
.contact table.contact td input[type="email"],
.contact table.contact td input[type="url"],
.contact table.contact td input[type="number"],
.contact table.contact td input[type="date"],
.contact table.contact textarea,
.contact table.contact select{
  border: 1px solid #ddd;
  padding: 10px;
}
input[type="submit"]{
  display: block;
  margin: 2em auto;
  background: #F75A1F;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 4em;
  line-height: 4em;
  padding: 0 4em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-acceptance{
  display: block;
  text-align: center;
}
.wpcf7-list-item label {
    cursor: pointer;
}
.contact table.contact th.required::after{
  content: "必須";
  color: #f00;
  font-size: .7em;
  margin-left: 3px;
}
 
@media screen and (max-width: 767px) {
  .contact table.contact td,
  .contact table.contact th{
    border: none;
    display: block;
	background: none
  }
  .contact table.contact th{
    text-align: left;
    background: none;
    font-weight: bold;
    margin-top: .7em;
    margin-bottom: -10px;
  }
}

section.contact {
    background: url(https://www.kpnet.jp/wp-content/themes/liquid-lp/lp/ramen_img/bg_contact.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
div.wpcf7 {
    border: none!important;
	background: none!important;
}
.contact h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
    padding-top: 35px;
}
.tel_area.tel {
    margin: 0 auto;
}
a[href^="tel"]::before {
    content: none
}

.inquery-form input[type='submit'] {
        line-height: 2em;
}

.cta_block {
    max-width: 1000px;
    margin: 0 auto;
}

#contents table th {
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
	background:#f8f8f8;
	width:120px;
	vertical-align: middle;
}
#contents table td {
	border:1px solid #ddd;
	padding:10px;
	text-align:left;
	background: #FFF;
}