@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* H2,H3 */
@media (min-width: 600px) {
    .child-post .post_content h2 {
        font-size: 26px !important;
    }
    .child-post .post_content h3 {
        font-size: 22.4px !important;
    }
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry th {
    padding: 1em 0 !important;
  }
  .inquiry td {
    padding: 0 !important;
    margin-bottom: 1.5em;
  }
  #formbtn {
    font-size: 1em !important;
  }
  /*cta*/
  .cta_inner {
    display: block !important;
  }
  .cta_inner_mail, .cta_inner_tel {
    width: 100% !important;
  }
  .cta_inner_mail {
    border: none !important;
    margin-bottom: 1.5rem !important;
  }
  .mail_ttl, .tel_ttl {
    margin-bottom: 0 !important;
  }
  .mail_btn {
    width: 100% !important;
  }
}



/*全体*/
.l-mainContent__inner > .post_content {
  margin: 1em 0;
}
.inquiry th, .inquiry td {
  border: none !important;
  padding: 1.5em 0;
}
/*見出し欄*/
.inquiry th {
  width: 30%;
  vertical-align: middle;
}
.inquiry th:before {
  content: none !important;
}
/*通常欄*/
.inquiry button, input, select, textarea {
  padding: 0.875em;
  width: 100%;
  background-color: #fff !important;
}
.inquiry input::placeholder {
  color: #B8B8B8 !important;
}
.inquiry textarea::placeholder {
  color: #b8b8b8 !important;
}
/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #de5753;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#adb6bf;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタン*/
.inquiry input[type="radio"] {
  width: 20px;
  height: 20px;
}
.inquiry td label {
  display: flex;
  align-items: center;
}
.inquiry span .wpcf7-list-item {
  margin: 0 1rem 0 0 !important;
}
.inquiry span.wpcf7-list-item-label {
  margin-left: 0.5em;
}
/*個人情報保護方針*/
label.policyCheck {
  display: flex;
  justify-content: center;
}
input[type="checkbox"] {
  width: auto;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  width: 100%;
  background: #338df4 !important;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff !important;
  color: #338df4;
  border: 2px solid #338df4;
}
/*電話番号つきcta*/
.cta_wrapper {
  margin: 0 auto;
  width: 100%;
  color: #333;
}
.cta_sub {
  text-align: center;
  font-weight: bold;
  color: #2571d8;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.cta {
  background-color: #d3f0ff;
  border: 4px solid #2571d8;
  text-align: center;
  padding: 2em;
}
.cta_ttl {
  font-weight: 600;
  font-size: 1.25em;
}
.cate {
  color: #2571d8;
}
.cta_explanation1 {
  padding: 1em 0;
  text-align: left;
}
.cta_inner {
  display: flex;
}
.cta_inner_mail {
  width: 60%;
  border-right: 4px solid #2571d8;
}
.mail_ttl, .tel_ttl {
  font-weight: 600;
  margin-bottom: 1em;
}
.fa-envelope {
  font-size: 2em;
  margin-right: 4px;
}
.mail_btn {
  display: flex;
  align-items: center;
  width: 70%;
  justify-content: center;
  margin: 0 auto;
  padding: 1em;
  background: #2571d8;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
}
.mail_small {
  font-size: .5em;
}
.cta_inner_tel {
  width: 40%;
}
.tel_item {
  font-size: 0.8rem;
  display: block;
}
.tel_number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2571d8;
  display: block;
}
.fa-phone {
  margin-right: 4px;
}
/*cta メールのみ*/
.mail_only {
	border: none;
	width: 100%;
}
.mail_btn_only {
	width: 50%;
}

/*header内*/
.consulting_btn a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity .3s ease-out;
  display: inline-block;
  background: linear-gradient(90deg, #00c4c4 0%, #0d93e0 100%);
  padding: 1rem 1.5rem;
  font-size: 18px;
}
.consulting_btn a:hover {
  opacity: .6;
}
.fa-envelope {
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.5rem;
  vertical-align: -1px;
}


/*電話番号*/
.header_tel_box {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  margin-right: 2rem;
}
.header_tel_box .header_tel_number {
  font-size: 1.5rem;
  color: #0085d2;
}
.header_tel_box .header_tel_txt {
  font-size: 14px;
  font-weight: normal;
}
.header_tel_box .fa-phone {
  margin-right: .5rem;
}
.w-header__inner {
  display: flex;
}
.header_flex {
display: flex;
}

.p-fixBtnWrap.archives {
    bottom: 7.5em;
}
.p-fixFooterPre {
    height: 100px;
}
.p-fixFooterWrap {
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: opacity .3s,visibility .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,visibility .3s;
    transition: opacity .3s,transform .3s,visibility .3s,-webkit-transform .3s;
    visibility: hidden;
    z-index: 99;
    background: rgb(0, 133, 210, 0.9);
}
[data-loaded=false] .p-fixFooterWrap {
    display: none
}
[data-scrolled=true] .p-fixFooterWrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}
.p-fixFooterWrap .p-fixFooter--label {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}
.p-fixFooterWrap .p-fixFooter--cta {
    margin: 0 1rem;
    padding: 15px;
    background: #FFE503;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 30px;
}
.p-fixFooterWrap .p-fixFooter--cta:active,
.p-fixFooterWrap .p-fixFooter--cta:focus,
.p-fixFooterWrap .p-fixFooter--cta:hover {
    opacity: .7;
}
.p-fixFooterWrap .p-fixFooter--info {
    color: #ffffff;
    text-align: left;
}
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info1 {
    display: block;
}
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info2 {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info2 a {
    color: #ffffff;
    text-decoration: none;
}
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info2 a:active,
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info2 a:focus,
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info2 a:hover {
    color: #ffffff;
    opacity: .7;
}
.p-fixFooterWrap .p-fixFooter--info .p-fixFooter--info3 {
    display: block;
}

.p-fixFooter-sponly {
    display: none;
}
@media (max-width: 959px) {
    .p-fixFooterWrap .p-fixFooter--label {
        padding-left: .5rem;
        font-size: .9rem;
        text-align: left;
    }
    .p-fixFooterWrap .p-fixFooter--cta {
        margin: 0 .5rem;
        font-size: .8rem;
    }
    .p-fixFooterWrap .p-fixFooter--info {
        display: none;
    }
    .p-fixFooter-sponly {
        display: block;
    }
}
/*seo_cta*/
.seocta_wrapper {
	background-color: #F2F9FE;
	width: 100%;
	color: #0D3058;
}

.cta_contents {
	padding: 2rem;
	
}

.cta_contents ul,p {
	line-height: 2;
	font-size: 1rem;
}

.cta_contents .list {
	position: relative;
    list-style: none;
}

.cta_contents .list::before {
	content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    top: 8px;
    background: #0D3058;
    left: -16px;
}

.cta_contents p {
	color: #0D3058;
	margin-bottom: 1.5rem;
}

.cta_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #0D3058;
	margin-bottom: 1.5rem;
}

.cta_ttl {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	line-height: 2;

}

.bold {
	font-weight: 600;
}

.center {
	text-align: center;
}

.cta_btn {
	display: block;
	background: linear-gradient(90deg,#00C4C4,#0D93E0);
	padding: 1rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}
.cta_btn::after {
	position: absolute;
	content: "";
    border-top: 2px solid #fff;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
	top: 26px;
	right: 1.5rem;
}

.cta_btn::hover {
  background: #fff !important;
  color: #338df4;
  border: 2px solid #338df4;
}

@media (max-width: 960px){　
	.cta_contents {
		padding: 1.5rem;
	}
	.cta_ttl {
		line-height: 1.5;	
	}
	.cta_head {
		display: block;
		margin-bottom: 1.5rem;
	}
	.cta_left {
		margin-bottom: 1.5rem;
	}
	.cta_right {
		text-align: center;
	}
	.catch {
		font-size: .9rem;
	}
}
