@charset "UTF-8";

/*  
Theme Name: 
Author:  MOBSELL.inc
Description: This is my original theme.
Version: 1.0
*/

/* ======↓前提部分↓====== */
* {margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;}
a {text-decoration: none;}
li {list-style: none;}
img {max-width: 100%;}
.pc-show {display: block;}
.mobile-show{display: none;}
.text_green {color: #35B6A1}
.text_red{color: #FD5C5C;}
.text_yellow{color: #F8B940;}
.wp-block-columns {
	margin-bottom: 0;
	align-items: center;
}
.sp-only {
	display: none;
}

.wp-block-image {
	margin: 0;
}

.wp-container-8,.wp-container-14,.wp-container-17,.wp-container-21,.wp-container-24,.wp-container-28,.wp-container-31,.wp-container-35,.wp-container-38,.wp-container-42,.wp-container-45,.wp-container-154,.wp-container-122,.wp-container-125,.wp-container-117,.wp-container-106,.wp-container-99,.wp-container-92 {
	gap: 0 !important;
}

.effect-item-container,.feature-left-item,.feature-item,.feature-items-content {
	gap: 0.5em !important;
}

.feature-item {
	flex-wrap: nowrap !important;
}

.flow-item,.flow-item-left {
	gap: 0 !important; 
}

.wp-container-136 {
	gap: 0.5em !important;
	margin-bottom: 0.5em !important;
}

.wp-container-141 {
	gap: 0.5em !important;
}
/* ======↑前提部分↑====== */

/* ====↓全体構成↓==== */

.lp_leftside_container {
	align-items: center;
	justify-content: center;
	width: 75%;
	max-width: 75%;
}

.lp_rightside_container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	align-items: center;
	justify-content: center;
	width: 25%;
	max-width: 25%;
	height: 100vh;
	padding: 32px 0;
	overflow: scroll;
	background-color: #f5f5f5;
	transition: all .4s;
}

.main {padding-top: 70px;}

/* ======↑全体構成↑====== */

/* ====↓sidebar↓==== */

.lp_inquiry-form {
	width: 320px;
	margin: 0 auto;
}
.lp_inquiry-form__inner {
	padding: 24px;
}
.lp_inquiry-form__title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.lp_inquiry {
	width: 100%;
}

.lp_inquiry dt {
	margin-top: 16px;
}

.lp_inquiry .haveto {
	font-size: 14px;
	font-weight: 700;
}

.lp_inquiry dd {
	width: 100%;
	margin-top: 4px;
	background: #fff;}

.lp_inquiry input,
.lp_inquiry textarea {
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
	padding: 5px 16px;
	border: none;
}

.lp_inquiry textarea {
	height: 120px;	
}

.asterisk {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	margin-left: 0.5em;
	color: #fd5c5c;
}

#formbtn {
	width: 100px;
	display: block;
	width: 100%;
	padding: 16px 32px;
	margin-top: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #F8B940;
	border: none;
	border-radius: 10px;
	transition: all 0.5s;
}

#formbtn:hover {
	background: #fff !important;
	color: #F8B940 !important;
	border: 2px solid #F8B940;
}

.lp_inquiry input[type="submit"]:hover 
{color: #95b58d;
	background-color: #ffffff}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
/* ======↑sidebar↑====== */


/* ====↓header↓==== */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 75%;
	background-color: #fff;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 30px;
}

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* #header.HeightMin{
height: 80px;
background-color: #333;
animation: DownAnime 0.5s ease-in-out;}

@keyframes DownAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} */

.HeightColor {
	color: #E9EEEF !important;
	animation: DownAnime 0.5s ease-in-out;
}

#header #company-logo {
	transition: 0.5s;
}

.header-right-content {
	display :flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.header-pop-first p {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 5px;
	background-color: #F8B940;
	color: #fff;
	border-radius: 6px;
	margin-right: 7.5px;
	line-height: 17px;
	letter-spacing: 2px;
}

.header-pop-second p {
	font-size: 13px;
	font-weight: 700;
	padding: 8px 10px;
	background-color: #14203D;
	color: #fff;
	border-radius: 50%;
	margin-right: 7.5px;
	line-height: 15px;
	letter-spacing: 2px;
}

.header-tel {
	line-height: 20px;
	margin-right: 25px;
}

.call-number a {
	font-size: 40px;
	font-weight: 600;
	color: #14203D;
	font-family: 'Smooch Sans', sans-serif;
}

.fa-phone {
	font-size: 26px;
	margin-right: 5px;
}

.call-time {
	font-size: 13px;
	font-weight: 500;
	color: #14203D;
}

.header-btn {
	display: inline-block;
	width: 184px;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	background-color: #fd5c5c;
	border-radius: 10px;
	transition: all 0.5s;
}

.header-btn:hover {
	background: #fff !important;
	color: #fd5c5c !important;
	border: 2px solid #fd5c5c;
}

#company-name img {
	object-fit: contain;
	height: 100%;
}

/* ====↑header↑==== */

/* ====↓top-wrapper↓==== */
.top-wrapper {
	padding: 30px 15px 45px;
	background: #F1FFF9;
}

.top-wrapper_popup {
	margin-bottom: 20px;
}

.top-wrapper_popup-text {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding: 5px 85px;
	border: 2px solid #FD5C5C;
	background-color: #fff;
}

.top-wrapper_main-messeage {
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: .05em;
}

.top-wrapper_main-messeage span {
	font-size: 56px;
	font-weight: 700;	
	letter-spacing: .05em;
}

.top-wrapper_sub-messeage {
	margin-bottom: 30px;
	letter-spacing: .05em;
}

.top-wrapper_sub-messeage-text {
	font-size: 19px;
	font-weight: 700;
	padding-bottom: 7.5px;
	border-bottom: 1.5px solid #35B6A1;
	letter-spacing: .05em;
}

.top-wrapper_achievements {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	margin-bottom: 30px;
	letter-spacing: .05em;
}

.lg-number {
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	color: #FD5C5C;
	letter-spacing: .05em;
}
.sm-text {
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 0.0005em;
}
.md-text {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .05em;
}

.big-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	line-height: 72px;
}
.percent {
	font-size: 36px;
	font-weight: 700;
}

.top-messeage_bottom {
	position: relative;
}

.top-wrapper_pop-ration {
	position: absolute;
	top: 0;
	right: 10%;
	text-align: center;
}

.pop_circle {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	display: inline-block;
	padding: 12px 30px 25px 30px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #35B6A1;
	box-sizing: border-box;
}
/* ====↑top-wrapper↑==== */


/* ====↓btn-wrapper↓==== */
.btn-wrapper {
	background: #35B6A1;
	padding: 38px 0;
}

.cv-btn a {
	font-weight: 700;
	display: inline-block;
	width: 295px !important;
	height: 78px;
}

.cv-btn-left {
	margin-right: 30px !important;
	text-align: right;
}

.cv-btn-left a,
.cv-btn-right a{
	transition: all 0.5s;
}

.cv-btn-left a:hover {
	background: #fff !important;
	color: #d85353 !important;
	border: 2px solid #fff;
}

.cv-btn-right a:hover {
	background: #35B6A1 !important;
	color: #fff !important;
	border: 2px solid #fff;
}

.cv-btn-right {
	text-align: left !important;
}
/* ====↑btn-wrapper↑==== */


/* ====↓belt_recommend↓==== */
.belt_recommend {
	width: 100%;
	padding: 64px 72px;
}

.belt_recommend_inner {
	background: #35B6A1;
	padding: 15px 0;
	color: #fff;
}

.belt_recommend-title {
	font-size: 54px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.belt_recommend-title span {
	font-size: 54px;
	font-weight: 700;
	letter-spacing: .05em;
}

.belt_recommend-detail {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: .05em;
}

/* ====↑belt_recommend↑==== */

/* ====↑flow-wrapper↑==== */

.flow-wrapper {
	padding-bottom: 72px;
}

.flow-wrapper-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0.0005em;
	margin-bottom: 30px;
}

.feature-item-container {
	margin-left: 0 !important;
}

.flow-item {
	padding: 15px 20px;
	background: #F1FFF9;	
	width: 86.6%;
	min-width: 800px;
	margin: 0 auto;
}

.flow-item-left {
	flex-basis: 45% !important;
	flex-wrap: nowrap;
}


.flow-item-element {
	margin: 0px auto 10px auto;
}
.flow-left-left {
	flex-basis: 22.5% !important;
}

.flow-left-right {
	display: flex;
	align-items: center;
}

.point {
	font-size: 26px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0.0005em;
	color: #fff;
	border-radius: 50%;
	background-color: #35B6A1;
	display: inline-block;
	text-align: center;
	width: 54px;
	height: 54px;
}

.flow-item-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.0005em;	
}

.flow-item-detail {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #404040;
}
/* ====↑flow-wrapper↑==== */


/* ====↓feature-wrapper↓==== */
.feature-wrapper {
	padding: 72px 0;
	background: #F1FFF9;
}

.feature-wrapper-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0.0005em;
	margin-bottom: 40px;
}

.feature-items {
	width: 800px;
	margin: 0 auto;
	justify-content: space-between;
}

.feature-item {
	background-color: #35B6A1;
	padding: 15px 20px;
	border-radius: 15px;
	margin-bottom: 30px;
}

.feature-left-item {
	margin-right: 32px;	
	/* 	flex-wrap: nowrap !important; */
}

/* .feature-right-item {
flex-wrap: nowrap !important;	
} */

.feature-item-left {
	flex-basis: 25% !important;
	flex-wrap: nowrap;
}

.feature-item-right {
	flex-wrap: nowrap;
}

.feature-image {
	display: inline-block;
	background-color: #fff;
	padding: 13px 18px;
	border-radius: 50%;
	text-align: center;
}

.feature-item-right {
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
	text-align: left;
	color: #fff;
	margin-left: 0px !important;
}

.feature-bottom-content {
	width: 800px;
	margin: 0 auto;
	justify-content: space-between;
	border-radius: 15px;
	box-shadow: 4px 4px 4px 0px #00000040;
}

.feature-bottom-right {
	background-color: #fff;
	padding: 22px 5px 22px 30px;
	border-radius: 0px 15px 15px 0px;
	margin-left: 0 !important;
}

.feature-bottom-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	margin-bottom: 17px;
}

.feature-bottom-detail {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.0005em;
}
/* ====↑feature-wrapper↑==== */

/* ====↓compare-wrapper↓==== */
.compare-wrapper {
	padding: 72px 0;
}

.compare-wrapper-title,
.compare-wrapper-title span{
	font-size: 42px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0.0005em;
	margin-bottom: 30px;
}

.compare-wrapper-case {
	position: relative;
	margin-bottom: 14px;
}

.compare-wrapper-case::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image22.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 38px;
	height: 20px;
}

.speech-bubble {
	background-color: #35B6A1;
	color: #fff;
	padding: 12px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 41px;
	letter-spacing: 0.0005em;
	display: inline-block;
	width: 800px;
	margin: 0 auto;
	border-radius: 5px
}

.compare-table {
	margin-bottom: 10px;
}

.compare-mid-content {
	padding: 0 70px;
	margin-bottom: 72px;
}

.compare-different {	
	margin-bottom: 18px;
}

.compare-different-belt_green {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	padding: 4px 48px;
	background-color: #35B6A1;
	color: #fff;
}

.compare-image {
	margin-bottom: 5px;
}

.compare-achivement-year {
	font-size: 42px;
	font-weight: 700;
	line-height: 61px;
	letter-spacing: 0.0005em;
	color: #FD5C5C;
}

.compare-average {
	font-size: 30px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.0005em;
	color: #FD5C5C;
	margin-bottom: 60px;
}

.compare-label {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	padding: 5px 20px;
	background: #FFFFFF;
	border-radius:100px;
	border: 1px solid #CDCDCD;
	color: #000;
	vertical-align: middle;
}

.devider {
	border-top: none;
	border-bottom: 1px solid #C6CAD2;
}

.compare-sub-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 16px;
}
.compare-detail {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.0005em;
	margin-bottom: 55px;
}

.compare-image-left {
	margin-right: 37px !important;
}

/* ====↑compare-wrapper↑==== */


/* ====↓other-support-wrapper↓==== */
.other-support-wrapper {
	padding: 72px 70px;
	background-color: #F1FFF9;
}

.other-support-wrapper-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 54px;
}

.other-support-item-top {
	margin-bottom: 32px;	
}

.other-support-item {
	height: 393px;
	padding: 33px 54px 20px 54px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
}

.other-support-item .text_green {
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.005em;
}

.other-support-image {
	margin-bottom: 24px;
}

.other-support-item-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0.0005em;
	margin-bottom: 10px;
}

.other-support-item-detail {
	width: 300px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.0005em;
	text-align: left;
}
/* ====↑other-support-wrapper↑==== */

/* ====↓ effect-wrapper↓==== */
.effect-wrapper {
	padding: 72px 70px 72px 70px;
}

.effect-wrapper-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 54px;
}

.effect-item {
	border-radius: 15px;
	background-color: #fff;
	padding: 40px 0px 40px 40px;
	border: 3px solid #35B6A1;
	margin-bottom: 16px;
}

.effect-item:last-child {
	margin-bottom: 0;
}

.effect-item-left {
	flex-basis: 25% !important;
}

.effect-item-right {
	margin-left: 10px !important;
}

.effect-item-number {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.0005em;
}
.effect-item-image {

}

.effect-item-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	margin-bottom: 12px;
}
.effect-item-detail {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.0005em;
} 

/* ====↑effect-wrapper↑==== */

/* ====↓price-wrapper↓==== */
.price-wrapper {
	padding: 72px 0px;
}

.price-wrapper-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 30px;
}

.price-content {
	width: 663px;
	margin: 0 auto;
	padding: 50px 75px;
	box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
}

.price-top-content {
	padding-bottom: 30px;
	border-bottom: 1px solid #C6CAD2;
	margin-bottom: 30px;
}

.price-wrapper-logo {
	margin-bottom: 10px;
}

.price-wrapper-starting_fee {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.0005em;
}

.price-lg-text {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.0005em;
}

.price-wrapper-plus {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
}

.price-wrapper-success_pays {
	font-size: 30px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0.0005em;
}

.price-labels-top {
	margin-bottom: 20px;	
}

.price-labels-bottom {
	margin-bottom: 35px;
}

.price-wrapper-label {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.0005em;
	padding-left: 30px;
}

.price-wrapper-label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image25.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

.price-wrapper-btn-intro {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	margin-bottom: 10px;
}

.sm-btn {
	position: relative;
}

.sm-btn a {
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.0005em;
	padding: 16px 12px 16px 23px;
	width: 250px;
	transition: all .5s;
}

.sm-btn a:hover {
	background-color: #fff !important;
	color: #35b6a1;
	border: 2px solid #35b6a1;
}

.sm-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image26.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}
/* ====↑price-wrapper↑==== */

/* ====↓example-wrapper↓==== */
.example-wrapper {
	padding: 72px 70px;
	background-color:  #F1FFF9;
}
.example-wrapper-title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	margin-bottom: 5px;
}

.example-wrapper-sub-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.0005em;
	margin-bottom: 45px;
}

.example-items {
	margin-bottom: 54px;
}

.example-item {
	flex-basis: 45%;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #35B6A1;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
}

.example-item-title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.0005em;
}

.example-item-sub-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.0005em;
	margin-bottom: 15px;
}

.example-item-image {
	margin-bottom: 20px;
}

.example-item-detail {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #404040;
}

.example-sec-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 24px;
}

.example-label-container {
	margin-left: 10px !important;
}

.example-label-top {
	margin-bottom: 10px;
}

.example-label {
	position: relative;
	background-color: #fff;
	padding: 16px 16px 16px 42px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.0005em;
	box-shadow: 0 3px 10px rgb(11 12 14 / 10%);

}

.example-label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-image: url('http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image27.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 14px;
}


/* ====↑example-wrapper↑==== */


/* ====↓QA-wrapper↓==== */

.QA-wrapper {
	padding: 72px 70px;
	margin-bottom: 75px;
}

.QA-wrapper-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.0005em;
	margin-bottom: 30px;
}

.QA-content {
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
}

.QA-item {
	padding: 26px 32px;
	border-bottom: 1px solid #f5f5f5;
}

.question-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0.0005em;
	margin-bottom: 20px;
	padding-left: 45px;
}

.question-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background-image: url('http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image18.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 32px;
}

.answer-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.0005em;
	padding: 15px 0 15px 28px;
	background-color: #F1FFF9;
	border-radius: 6px;
}

/* ====↑QA-wrapper↑==== */


/* ====↓footer↓==== */
#footer {
}

.footer-container {
	background: #424242;
	color: #fff;
}

.footer-infomation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 700px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.0005em;
}

.footer-infomation dt {
	width: 25%;
	margin-bottom: 10px;
}

.footer-infomation dd {
	width: 75%;
	margin-bottom: 10px;
}

.footer-detail {
	padding: 18px 0;
}

.copyright {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0.0005em;
	color: #636363;
}

.fiexd-footer_sp {
	display: none;
}

/* ====↑footer↑==== */


@media (max-width: 1080px) {

	/* ======↓前提部分↓====== */
	* {font-size: 16px;
		font-weight: 400;}
	.pc-show {display: none;}
	.mobile-show {display: block;}
	/* =====↑前提部分↑====== */

	/* ======↓共通部分↓====== */   
	.container {
		width: 100%;
		padding: 0 26.5px; 
	}
	/* ======↑共通部分↑====== */

	/* ====↓全体構成↓==== */

	.lp_leftside_container {
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}

	.lp_rightside_container {
		display: none;
	}

	.main {padding-top: 25px;}

	/* ======↑全体構成↑====== */

	/* ======↑全体構成↑====== */


	/* ====↓header↓==== */
	#header {
		width: 100%;
	}

	.header-container {
		width: 100%;
		height: 50px;
		padding: 5px 4px 5px 12px;
	}

	#header #company-logo {
		width: 80px;
	}

	.header-pop-first p {
		font-size: 10px;
		font-weight: 600;
		padding: 5px 3px;
		border-radius: 6px;
		margin-right: 5px;
		line-height: 15px;
		letter-spacing: 1px;
	}

	.header-pop-second p {
		font-size: 10px;
		font-weight: 600;
		padding: 5px;
		margin-right: 3px;
		line-height: 15px;
		letter-spacing: 1px;
	}

	.header-tel {
		line-height: 14px;
		margin-right: 15px;
	}

	.call-number a {
		font-size: 24px;
		font-weight: 600;
	}

	.fa-phone {
		font-size: 20px;
		margin-right: 3px;
	}

	.call-time {
		font-size: 11px;
	}

	.header-btn {
		display: none;
	}

	/* ====↑header↑==== */

	/* ====↓top-wrapper↓==== */
	.top-wrapper {
		padding: 45px 10px 32px;
	}

	.top-wrapper_popup {
		margin-bottom: 16px;
	}

	.top-wrapper_popup-text {;
		width: 184px;
		height: 28px;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
		font-weight: 700;
		line-height: auto;
		padding: 0;
	}

	.top-wrapper_main-messeage {
		margin-bottom: 10px;
	}

	.top-wrapper_main-messeage {
		font-size: 6.5vw !important;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: .05em;
	}

	.top-wrapper_main-messeage span {
		font-size: 6.5vw;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: .05em;
	}

	.top-wrapper_sub-messeage {
		margin-bottom: 16px;
		letter-spacing: .05em;
	}

	.top-wrapper_sub-messeage-text {
		font-size: 16px;
		padding-bottom: 0.35em;
		border-bottom: 1px solid #35B6A1;
		letter-spacing: .05em;
	}

	.top-wrapper_achievements {
		font-size: 4vw;
		font-weight: 700;
		letter-spacing: .05em;
		margin-bottom: 16px;
	}

	.lg-number {
		font-size: 8vw;
	}

	.sm-text {
		font-size: 33px;
		font-weight: 700;
		letter-spacing: 0.0005em;
	}
	.md-text {
		font-size: 20px;
		line-height: auto;
	}

	.big-text {
		font-size: 25px;
		line-height: 1em;
	}
	.percent {
		font-size: 12px;
		font-weight: 700;
	}

	.top-messeage_bottom {
		position: relative;
	}

	.top-wrapper_pop-ration {
		position: absolute;
		top: 0;
		right: 10%;
		text-align: center;
	}

	.pop_circle {
		width: 80px;
		height: 80px;
		font-size: 10px;
		font-weight: 700;
		line-height: 1.2;
		padding: 12.5px 0;
		border: 2px solid #35B6A1;
	}
	/* ====↑top-wrapper↑==== */

	/* ====↓btn-wrapper↓==== */

	.btn-wrapper {
		padding: 16px 0;
	}

	.cv-btn {
		width: 100% !important;
	}

	.cv-btn a {
		font-size: 12px !important;
		font-weight: 700;
		display: inline-block;
		width: 300px !important;
		height: 67px;
		padding: 12px 0;
	}

	.cv-btn-left {
		margin-right: 0px !important;
		margin-bottom: 16px !important;
		text-align: center;
	}

	.cv-btn-right {
		text-align: center !important;
	}
	/* ====↑btn-wrapper↑==== */

	/* ====↓belt_recommend↓==== */
	.belt_recommend {
		width: 100%;
		padding: 24px 10px;
	}

	.belt_recommend_inner {
		padding: 5px 10px 10px 10px;
	}

	.belt_recommend-title {
		font-size: 6.5vw !important;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.belt_recommend-title span {
		font-size: 6.5vw !important;
		font-weight: 700;
		letter-spacing: .05em;
	}

	.belt_recommend-detail {
		font-size: 14px !important;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: .05em;
	}

	/* ====↑belt_recommend↑==== */
	/* ====↑flow-wrapper↑==== */

	.flow-wrapper {
		padding: 20px 15px 45px 15px;
	}

	.flow-wrapper-title {
		margin-bottom: 10px;
		font-size: 18px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;	
	}

	.flow-item {
		padding: 10px 10px;
		width: 100%;
		min-width: 300px;
		margin: 0 auto;
	}

	.flow-item-left {
		flex-basis: 100%;
	}

	.flow-item-element {
		margin: 0px auto 0px auto;
	}
	.flow-left-left {
		flex-basis: 100% ;
		max-width: 50px;
	}

	.point {
		font-size: 18px !important;
		font-weight: 700;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}

	.flow-item-title {
		font-size: 18px !important;
		font-weight: 500;
		line-height: 34px;
		letter-spacing: 0.0005em;	
	}

	.flow-item-detail {
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
	}
	/* ====↑flow-wrapper↑==== */


	/* ====↓feature-wrapper↓==== */
	.feature-wrapper {
		padding: 24px 15px 45px;
	}

	.feature-wrapper-title {
		margin-bottom: 24px;
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;	
	}

	.feature-items {
		max-width: 100%;
		margin: 0 auto 30px auto;
		justify-content: space-between;
	}

	.feature-item {
		padding: 15px;
		border-radius: 10px;
		margin-bottom: 5px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.feature-item-container {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}

	.feature-left-item {
		margin-right: 10px;	
	}

	.feature-item-left {
		margin-right: -115px;
		flex-basis: 20% !important;
	}

	.feature-image {
		padding: 10px 15px;
	}

	.feature-item-right {
		font-size: 20px !important;
		font-weight: 700;
		line-height: 25px;
		flex-basis: 66% !important;
	}

	.feature-bottom-content {
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
		border-radius: 15px;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}

	.feature-bottom-left {
		text-align: center;	
	}

	.feature-bottom-left img {
		width: 100%;
	}

	.feature-bottom-right {
		background-color: #fff;
		padding: 24px 30px;
		border-radius: 15px;
		margin-left: 0 !important;
	}

	.feature-bottom-title {
		font-size: 20px !important;
		line-height: 1.5;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.0005em;
		margin-bottom: 8px;
	}

	.feature-bottom-detail {
		font-size: 14px !important;
		font-weight: 400;
		letter-spacing: 0.0005em;
	}
	/* ====↑feature-wrapper↑==== */

	/* ====↓compare-wrapper↓==== */
	.compare-wrapper {
		padding: 24px 15px 45px;
	}

	.compare-wrapper-title,
	.compare-wrapper-title span{
		margin-bottom: 24px;
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;	
	}

	.compare-wrapper-case {
		position: relative;
		margin-bottom: 14px;
		font-size: 18px !important;
	}

	.compare-wrapper-case::after {
		content: '';
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image22.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 38px;
		height: 20px;
	}

	.speech-bubble {
		background-color: #35B6A1;
		color: #fff;
		padding: 4px 0px;
		font-size: 20px !important;
		line-height: 41px;
		width: 100%;
		margin: 0 auto;
	}

	.compare-table {
		margin-bottom: 10px;
	}

	.compare-mid-content {
		padding: 0;
		margin-bottom: 32px;
	}

	.compare-different {	
		margin-bottom: 18px;
	}

	.compare-different-belt_green {
		font-size: 1.17em !important;
		font-weight: 700;
		padding: 4px 24px;
	}

	.compare-image {
		margin-bottom: 10px;
	}

	.compare-achivement-year {
		font-size: 24px !important;
		line-height: 40px;
	}

	.pc-block {
		display: block;
		font-size: 28px !important;
		font-weight: 700;
		line-height: 51px;
		margin-bottom: 5px;
	}

	.compare-average {
		font-size: 20px !important;
		line-height: 35px;
		margin-bottom: 32px;
	}

	.compare-label {
		display: inline-block;
		padding: 4px 16px;
		font-size: 13px !important;
		font-weight: 700;
		line-height: 23px;
	}

	.compare-sub-title {
		font-size: 20px !important;
		line-height: 27.5px;
		margin-bottom:
	}
	.compare-detail {
		font-size: 14px !important;
		line-height: 1.6;
		letter-spacing: 0.0005em;
		margin-bottom: 15px;
		text-align: left
	}

	.compare-image-left {
		margin-bottom: 10px;
	}

	.compare-image-right {
		text-align: center;
	}

	.compare-image-right img {
		width: 75%;
		margin: 0 auto;
	}

	.compare-sample-image figure {
		float: none !important;
		margin: 0 auto !important;
	}

	.compare-image-left {
		margin: 0 auto !important;
	}

	/* ====↑compare-wrapper↑==== */	

	/* ====↓other-support-wrapper↓==== */
	.other-support-wrapper {
		padding: 24px 15px 29px;
	}

	.other-support-wrapper-title {
		margin-bottom: 24px;
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
	}

	.other-support-item-top {
		margin-bottom: 0px;	
	}

	.other-support-item {
		height: auto;
		padding: 24px;
		box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
		margin-bottom: 16px;
	}

	.other-support-item-title {
		font-size: 20px !important;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 10px;
	}

	.other-support-item .text_green {
		font-size: 14px !important;
		font-weight: 700;
		line-height: 1.6;
	}

	.other-support-image {
		margin-bottom: 16px;
	}

	.other-support-item-detail {
		width: 300px;
		margin: 0 auto;
		font-size: 14px !important;
		line-height: 1.6;
	}
	/* ====↑other-support-wrapper↑==== */

	/* ====↓ effect-wrapper↓==== */
	.effect-wrapper {
		padding: 24px 15px 45px;
	}

	.effect-wrapper-title {
		margin-bottom: 24px;
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
		margin-bottom: 10px;
	}

	.effect-item {
		position: relative;
		border-radius: 15px;
		background-color: #fff;
		padding: 12px 6px;
		border: 2px solid #35B6A1;
		margin-bottom: 40px;
	}

	.effect-item-container {
		flex-wrap: nowrap;
	}

	.effect-item-left {
		margin-right: -210px;
	}

	.effect-item-right {
		margin-left: 10px !important;
	}

	.effect-item-image {
		width: 36px;
		margin-left: 15px;
	}

	.effect-item-number {
		position: absolute;
		top: -1.3em;
		right: 0;
		z-index: -1;
		font-size: 24px !important;
		font-weight: 700;
		line-height: 1em;
	}

	.effect-item-title {
		font-size: 16px !important;
		font-weight: 700;
		margin-bottom: 0px;
	}
	.effect-item-detail {
		font-size: 14px !important;
		font-weight: 500;
		line-height: 1.6;
	} 

	/* ====↑effect-wrapper↑==== */

	/* ====↓price-wrapper↓==== */
	.price-wrapper {
		padding: 24px 15px 45px;
	}

	.price-wrapper-title {
		margin-bottom: 24px;
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
		margin-bottom: 20px;
	}

	.price-content {
		width: 100%;
		margin: 0 auto;
		padding: 24px 16px;
		border-radius: 10px;
		box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
	}

	.price-top-content {
		padding-bottom: 16px;
		border-bottom: 1px solid #C6CAD2;
		margin-bottom: 16px;
	}

	.price-wrapper-logo {
		width: 120px;
		text-align: center;
		margin: 0 auto 5px auto;
	}

	.price-wrapper-starting_fee {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.0005em;
	}

	.price-lg-text {
		font-size: 28px !important;
		font-weight: 700;;
	}

	.price-wrapper-plus {
		font-size: 24px !important;
		line-height: 36px;
		letter-spacing: 0.0005em;
	}

	.price-wrapper-success_pays {
		font-size: 24px !important;
		font-weight: 700;
		line-height: 43px;
		letter-spacing: 0.0005em;
	}

	.price-labels-top {
		margin-bottom: 0px;	
	}

	.price-labels-bottom {
		margin-bottom: 20px;
	}

	.price-wrapper-label {
		position: relative;
		font-size: 12px !important;
		font-weight: 400;
		line-height: 23px;
		padding-left: 30px;
	}

	.price-wrapper-label::before {
		content: '';
		position: absolute;
		top: 50%;
		left: -5px;
		transform: translateY(-50%);
		background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image25.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
	}

	.price-wrapper-btn-intro {
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.0005em;
		margin-bottom: 5px;
	}

	.sm-btn {
		position: relative;
	}

	.sm-btn a {
		font-size: 16px;
		font-weight: 700;
		line-height: 23px;
		letter-spacing: 0.0005em;
		padding: 16px 12px;
		width: 250px;
	}

	.sm-btn::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		background-image: url(http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image26.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 18px;
		height: 18px;
	}
	/* ====↑price-wrapper↑==== */

	/* ====↓example-wrapper↓==== */
	.example-wrapper {
		padding: 20px 15px 30px 15px;
	}
	.example-wrapper-title {
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
		margin-bottom: 20px;
	}

	.example-wrapper-sub-title {
		font-size: 14px !important;
		line-height: 1.4;
		font-weight: 500;
		letter-spacing: 0.0005em;
		margin-bottom: 20px;
	}

	.example-items {
		margin-bottom: 54px;
	}

	.example-item {
		flex-basis: 45%;
		margin: 0 auto;
		padding: 24px;
		border: 1px solid #35B6A1;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 15px;
		margin-bottom: 15px;
	}

	.example-item-title {
		font-size: 22px !important;
		font-weight: 700;
	}

	.example-item-sub-title {
		font-size: 16px !important;;
		font-weight: 500;
		letter-spacing: 0.0005em;
		margin-bottom: 15px;
	}

	.example-item-image {
		width:286px;
		height: auto;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.example-item-detail {
		font-size: 14px !important;;
		font-weight: 500;
		line-height: 22px;
		color: #404040;
	}

	.example-sec-title {
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
		margin-bottom: 20px;
	}

	.example-label-container {
		margin-left: 10px !important;
	}

	.example-label-top {
		margin-bottom: 0px;
	}

	.example-label {
		position: relative;
		background-color: #fff;
		padding: 16px 16px 16px 42px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.0005em;
		box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
		margin-left: 10px;
	}

	.example-label::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		background-image: url('http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image27.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 24px;
		height: 14px;
	}


	/* ====↑example-wrapper↑==== */


	/* ====↓QA-wrapper↓==== */

	.QA-wrapper {
		padding: 20px 15px 30px 15px;
		margin-bottom: 30px;
	}

	.QA-wrapper-title {
		font-size: 20px !important;
		font-weight: 700;
		text-align: center;
		line-height: 27.5px;
		margin-bottom: 20px;
	}

	.QA-content {
		overflow: hidden;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 3px 10px rgb(11 12 14 / 10%);
	}

	.QA-item {
		padding: 16px;
		border-bottom: 1px solid #f5f5f5;
	}

	.question-title {
		position: relative;
		font-size: 14px !important;
		line-height: 1.4;
		margin-bottom: 10px;
		padding-left: 30px;
	}

	.question-title::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		background-image: url('http://saikochiku.japanbusinesspartner.net/wp-content/uploads/2022/03/image18.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 22px;
	}

	.answer-title {
		font-size: 14px !important;
		line-height: 1.6;
		padding: 15px;
		border-radius: 6px;
	}

	/* ====↑QA-wrapper↑==== */


	/* ====↓footer↓==== */

	#footer {
		margin-bottom: 75px;
	}

	.footer-infomation {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px;
		font-weight: 400;
		line-height: 1.4;
	}

	.footer-infomation dt {
		font-size: 12px !important;
		width: 25%;
		margin-bottom: 15x;
	}

	.footer-infomation dd {
		font-size: 12px !important;
		width: 75%;
		margin-bottom: 5px;
	}

	.footer-detail {
		padding: 10px 0;
	}

	.copyright {
		text-align: center;
		font-size: 12px !important;
		font-weight: 500;
		line-height: 1.4;
	}

	.fiexd-footer_sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 12px 0;
		background: hsla(0,0%,100%,.1);
		backdrop-filter: blur(12px);
	}

	.fiexd-footer-container {
		box-sizing: border-box;
		width: 100%;
		max-width: 1280px;
		padding-right: 4%;
		padding-left: 4%;
		margin: 0 auto;
	}

	.footer-cta-button {
		display: block;
		width: 100%;
		padding: 16px 32px;
		color: #fff;
		text-align: center;
		background: #F8B940;
		border-radius: 10px;
		transition: 0.5s all;
	}

	.footer-cta-button:hover {
		background: #fff !important;
		color: #F8B940 !important;
		border: 2px solid #F8B940;
	}


	/* ====↑footer↑==== */

}

/* ==========お問い合わせページ＝＝＝＝＝＝＝＝＝＝ */
.page-id-233 {
	background-color: #F1FFF9;

}

.page-id-233 #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
}

.page-id-233 .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 8%;
}

.page-id-233 .header-btn {
	display: none;
}

.contact-container {
	max-width: 800px;
	margin: 0 auto;	
	padding: 200px 0 150px 0;
}

.page-id-233 .lp_inquiry-form {
	width: 320px;
	margin: 0 auto;
}
.page-id-233 .lp_inquiry-form__inner {
	padding: 24px;
}
.page-id-233 .lp_inquiry-form__title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.page-id-233 .lp_inquiry {
	width: 100%;
}

.page-id-233 .lp_inquiry dt {
	font-size: 22px;
	margin-top: 30px;
}

.page-id-233 .lp_inquiry .haveto {
	font-size: 22px;
	font-weight: 700;
}

.page-id-233 .lp_inquiry dd {
	width: 100%;
	margin-top: 4px;
	background: #fff;}

.page-id-233 .lp_inquiry input,
.page-id-233 .lp_inquiry textarea {
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px 10px 15px;
	border: 1px solid #a9a9a9;
}

.page-id-233 .lp_inquiry textarea {
	height: 120px;	
}

.page-id-233 .asterisk {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	margin-left: 0.5em;
	color: #fd5c5c;
}

.page-id-233 #formbtn {
	width: 100px;
	display: block;
	width: 100%;
	padding: 16px 32px;
	margin-top: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #F8B940;
	border: none;
	border-radius: 10px;
	transition: all 0.5s;
}

.page-id-233 #formbtn:hover {
	background: #fff !important;
	color: #F8B940 !important;
	border: 2px solid #F8B940;
}

.page-id-233 .lp_inquiry input[type="submit"]:hover 
{color: #95b58d;
	background-color: #ffffff}

.page-id-233 .wpcf7-not-valid-tip {
	font-size: 12px !important;
}

@media (max-width: 800px) { 

	.page-id-233 .header-container {
		width: 100%;
		height: 50px;
		padding: 5px 4px 5px 12px;
	}

	.contact-container {
		max-width: 800px;
		margin: 0 auto;	
		padding: 125px 15px 75px 15px;
	}	

	.page-id-233 .lp_inquiry input,
	.page-id-233 .lp_inquiry textarea {
		font-size: 14px;
		width: 100%;
		margin: 0 auto;
		padding: 7.5px 0px 5px 7.5px;
		border: 1px solid #a9a9a9;
	}

	.feature-item-right p {
		margin-left: -45px;
	}

	@media (max-width: 780px) { 
		.sp-only {
			display: block;
		}

		.feature-item-right p {
			margin-left: -75px;
		}

		.example-label,.example-label-container {
			margin-left: 0 !important;
		}

		.page-id-233 .lp_inquiry dt {
			font-size: 16px;
			margin-top: 20px;
		}

		.page-id-233 .lp_inquiry .haveto {
			font-size: 16px;
			font-weight: 700;
		}

		.page-id-233 .fiexd-footer_sp {
			display: none;
		}

		.wp-container-63 {
			margin-bottom: 0.5em;
		}

	}

	@media (max-width: 600px) { 

		.feature-item-right p {
			margin-left: 0px;
		}

		.feature-left-item {
			margin-right: 0px;	
		}

		.feature-item-left {
			max-width: 75px;
		}


	}