/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    /* background-image: url("img/bg.png"); */
    /*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
    /* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
    overflow-x: hidden;
    position: relative;
    color: #333333;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    background-color: #ffffff;
}
/*トップページメイン画面*/
#ibox {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    background: #A7CEFF;
    background: linear-gradient(45deg, rgba(167, 206, 255, 1) 33%, rgba(203, 237, 243, 1) 50%, rgba(178, 219, 239, 1) 55%, rgba(60, 132, 221, 1) 83%);
    padding-bottom: 30px;
}
#ibox:before {

}
#ibox-in {
    position: relative;
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
    background: #FFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 57%, rgba(236, 245, 255, 1) 100%);
    padding: 70px 20px 40px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
}
img.p-left {
    position: absolute;
    left: -250px;
    top: 58%;
    transform: translate(0, -50%);
}
img.p-right {
    position: absolute;
    right: -330px;
    top: 53%;
    transform: translate(0, -50%);
}
#ibox-in .ibox-big {
    font-size: 4.3rem;
    color: #004caa;
    display: inline-block;
    border-bottom: 4px solid;
    line-height: 1.5;
    margin-bottom: 20px;
}
#ibox-in ul {
    text-align: center;
    margin-bottom: 12px;
}
#ibox-in ul li {
    display: inline-block;
    padding: 20px 20px 20px 40px;
    background: #d8e9ff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 1.3rem;
    color: #333333;
    margin: 0 8px;
    position: relative;
}
#ibox-in ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    margin-right: 6px;
    padding: 2px;
    border-top: 3px solid #004caa;
    border-right: 3px solid #004caa;
    transform: translate(0, -70%) rotate(135deg);
    width: 16px;
    height: 8px;
    z-index: 10;
}
#ibox-in h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
}
#ibox-in .btn-o {
    display: block;
    text-align: center;
    margin-bottom: -100px;
    margin-top: 34px;
}

/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}


/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    background-color: white;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
    position: relative;
    transition: all .3s ease-out;
    width: 1000px;
    padding: 0 0 0 0;
}


/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;

}
#content #main .singleline {
    overflow: hidden;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #313131;
    font-size: 2.4rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 80px 10px 30px;
    text-align: center;
}
#content #main h3 {
    clear: both;
    color: #313131;
    font-size: 1.2em;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 40px 10px 36px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #303030;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}

/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle td {
    padding: 40px 10px;
    border-bottom: 1px solid #d0d0d0;
}

/*special css*/
/*end special css*/



/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 0.9em;
    line-height: 1.7;
    display: inline-block;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 62%, #f5f743 38%);
    padding-bottom: 4px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.tko {
color:#f1761b;
}
.tkb {
color:#004caa;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/


/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul {
    text-align: left;

}
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}


/* --------------------------------------
リンクボタン
--------------------------------------*/

.btn-o {
    display: inline-block;
}

.btn-o a {
    display: inline-block;
    padding: 18px 110px 22px;
    background: #f1761b;
    color: white;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 100px;
    position: relative;
    border: 3px solid white;
    line-height: 1.6;
    box-shadow: 0 0 12px white;
    transition:0.3s;
}
.btn-o a:after {
    content: "";
    /* position: absolute; */
    position: relative;
    top: 50%;
    right: -48px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translate(0%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    transition: 0.5s;
    display: inline-block;
}
.btn-o a:hover {
    background: #f59657;
}

.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}


/*ここから*/

.worry-sq {
    border: 8px solid #c7e0ff;
    padding: 30px 40px;
    display: flex;
    align-items: self-end;
    justify-content: space-evenly;
margin-bottom: 40px;
}
.worry-sq ul {
    margin-bottom: 0;
    margin-left: 30px;
}
.worry-sq ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.worry-sq ul li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -30px;
    margin-right: 6px;
    padding: 2px;
    border-top: 4px solid #f1761b;
    border-right: 4px solid #f1761b;
    transform: translate(0, -70%) rotate(135deg);
    width: 20px;
    height: 12px;
    z-index: 10;
}
.worry-sq ul li:last-child {
    margin-bottom: 0;
}

p.sol-txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
}
p.sol-txt .tko {
    font-size: 1.3em;
}

.bg-blue-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #e1eeff;
}
.wrap-inner {
    margin: 0 auto 0;
    width: 1000px;
    padding-bottom: 60px;
}
.smart-p-wrap img {
    box-shadow: 6px 6px 0px #c5deff;
    margin-bottom: 40px;
}
.smart-p-wrap p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
}

span.h2-small {
    display: block;
    font-size: 0.7em;
}
.reason-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reason-box {
    border: 2px solid #004caa;
    width: 30.5%;
    padding: 30px;
    margin-bottom: 4%;
    text-align: center;
    position:relative;
}
#content #main .reason-box h3 {
    color: #004caa;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 10px 0px 14px 0px;
    letter-spacing: 0;
}
.reason-img {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#content #main .reason-box p {
    margin: 0;
    text-align: left;
}
.reason-box:before {
    content: "1";
    width: 40px;
    height: 40px;
    background: #004caa;
    left: 0;
    top: 0;
    display: block;
    color: white;
    font-size: 1.4rem;
    line-height: 40px;
    position: absolute;
}
.reason-box:nth-child(2):before {
    content: "2";
}
.reason-box:nth-child(3):before {
    content: "3";
}
.reason-box:nth-child(4):before {
    content: "4";
}
.reason-box:nth-child(5):before {
    content: "5";
}
.reason-box:nth-child(6):before {
    content: "6";
}


.bg-gray-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #f5f5f3;
}
.construction-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.construction-box {
    background: white;
    padding: 10px;
    text-align: center;
}
.construction-box:last-child {
    outline: 10px solid #ffe289;
    outline-offset: 0px;
}
#content #main p.before-txt {
    margin: 10px 0 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #808080;
    letter-spacing: 1px;
    line-height: 30px;
}
#content #main p.after-txt {
    margin: 10px 0 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #f1761b;
    letter-spacing: 1px;
    line-height: 30px;
}
p.construction-txt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
}

span.work-txt {
    font-size: 0.7em;
}
.voice-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.voice-box {
    background: #f3f8ff;
    border-radius: 15px;
    width: 30.5%;
    margin-bottom: 8%;
    padding: 30px;
    position: relative;
}
.voice-box img {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
}
p.voice-txt {
    line-height: 1.6;
}
#content #main p.voice-title {
    font-weight: bold;
    color: #004caa;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 16px;
}
.voice-wrap .btn-o {
    text-align: center;
    display: block;
}

.contact-wrap {
    background: #F1FAFF;
    background: url(/img/contact-t.png) left top no-repeat, linear-gradient(225deg, rgba(241, 250, 255, 1) 0%, rgba(206, 228, 255, 1) 100%);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.contact-wrap form,.form-box {
    background: white;
    padding: 60px 100px;
    border: 10px solid #cfe4ff;
}
.contact-wrap p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
span.hissu {
    color: #d30023;
    display: inline-block;
    border: 1px solid;
    line-height: 1;
    padding: 4px 6px;
    font-size: 0.8rem;
    margin-right: 14px;
}
span.form-title {
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 30%;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    font-size: 1rem;
    border: 1px solid #b1a997;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
    /* max-width: 560px; */
    width: 70%;
}
.button-wrap {
    text-align: center;
}
.button-wrap button {
    display: inline-block;
    padding: 18px 110px 18px;
    background: #f1761b;
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 100px;
    position: relative;
    border: 3px solid white;
    line-height: 1.6;
    box-shadow: 0 0 12px white;
    transition: 0.3s;
    cursor: pointer;
}
.button-wrap button:hover {
    background: #f59657;
}
.button-wrap button.back {
    background: #b4b4b4;
}
span.error {
    flex-shrink: 0;
    color: #d30023;
    font-size: 0.8em;
}
.contact-wrap.ac {
    text-align: center;
    }
.contact-inner {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.contact-wrap .contact-inner p {
    display: block;
}
p.cmp-txt {
    text-align: center;
    display: block;
    margin: 0 !important;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
    
#content #main {
    margin:0 auto;
    width: 94%;
    float:none;
    order: 0;
}
.wrap-inner {
    width: 94%;
}
#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}

/* ヘッダー */
header {

}
    
#header {
    width: 100%;
}

/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: none;
}
    
.tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
    border-bottom: none;
    padding-top: 20px;
    text-align: center;
}
.tablestyle ul {
    text-align: center;     
}
    
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}

/*コンテンツ装飾
ここから*/  

img.p-right {
    width: 210px;
    height: auto;
    right: -50px;
    top: 50%;
}
img.p-left {
    width: 280px;
    height: auto;
    left: -130px;
    top: 50%;
}
#ibox-in h1 {
    display: inline-block;
    background: rgb(255 255 255 / 73%);
    z-index: 100;
    position: relative;
    padding: 10px 30px;
    border-radius: 20px;
}
.reason-box-wrap {
    justify-content: space-evenly;
}
.reason-box {
    width: 44%;
}
.construction-box {
    width: 44%;
}
.voice-box-wrap {
    justify-content: space-evenly;
}
.voice-box {
    width: 44%;
    margin-bottom: 10%;
}

.contact-wrap form, .form-box {
    padding: 60px 80px;
}
span.form-title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    margin: 0 10px;
    width: 100%;
}

}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}
    





    
/*コンテンツ装飾
ここから*/  
#ibox-in {
        width: calc(100% - 20px);
        padding: 50px 10px 40px;
        margin: 0 10px;
    }
#ibox-in ul li {
    padding: 20px 20px 20px 40px;
    font-size: 1rem;
    margin: 0 4px;
}
#ibox-in h1 {
    font-size: 1.5rem;
    padding: 20px 0px;
    width: 100%;
}
#ibox-in .ibox-big {
        font-size: 2.5rem;
}
.btn-o a {
    padding: 18px 46px 22px;
    font-size: 1.3rem;
}
.btn-o a:after {
    right: -10px;
    top: 50%;
    transform: translate(0%, 0%) rotate(45deg);
}
img.p-left {
    width: 200px;
    left: -60px;
}
img.p-right {
    width: 180px;
    right: -40px;
}
#content #main h2 {
    font-size: 1.6rem;
}

.worry-sq {
    flex-wrap: wrap;
    padding: 30px 30px;
}
.worry-sq ul {
    width: 100%;
}
.worry-sq ul li {
    font-size: 1.2rem;
}
.worry-sq img {
    width: 120px;
}
p.sol-txt {
    font-size: 1.3rem;
    line-height: 1.7;
}
p.sol-txt .tko {
    line-height: 1.5;
}
.smart-p-wrap p {
    font-size: 1.3rem;
    line-height: 1.7;
}

.reason-box {
    width: 90%;
}

.construction-box {
    padding: 0;
}
.arrow-box img {
    width: 20px;
    margin-right: 2px;
}
.construction-box:last-child {
    outline-width: 5px;
}
p.construction-txt {
    font-size: 1.3rem;
    line-height: 1.7;
}

.voice-box {
    width: 90%;
    margin-bottom: 50px;
}

section.voice-wrap {
    margin-bottom: 30px;
}

.contact-wrap form, .form-box {
    padding: 40px 24px;
}
.button-wrap button {
    font-size: 1.4rem;
    padding: 18px 60px;
}
    
}/*end*/
