@charset "utf-8";
/*お客様の声*/
.voicePostBox1 {
	display: flex;
	justify-content: space-between;
}
.voicePostThumb {
	width: 200px;
}
.voicePostThumb img {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}
.voicePostContent {
	width: calc(100% - 240px);
	border: 3px solid #aac8a6;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	background: #fff;
}
.voicePostContent::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d9";
	color: #aac8a6;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: -30px;
	font-size: 7.0rem;
	z-index: -1;
}
.voiceBottomLogmenu {
    margin-top:25px;
}
.voiceBottomLogmenu ul{
    display:flex;
    justify-content: center;
}
.voiceBottomLogmenu li{
    padding:5px;
    display:inline-block;
}
.voiceBottomLogmenu li a{
    text-decoration:none;
    color:#666;
    display:inline-block;
    padding:3px 20px;
    border-radius: 10px;
    background-color:#f5f5f5;
}
.voiceBottomLogmenu li a::before{
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:5px;
    color:#aaa;
}
.voiceBottomLogmenu li a:hover{
    background-color:#ffeded;
}
@media only screen and (max-width:999px) {
	.voicePostBox1 {
		display: block;
	}
	.voicePostThumb {
		width: 150px;
		margin: 0 auto 20px;
	}
	.voicePostThumb img {
		display: block;
		margin: 0 auto;
		border-radius: 10px;
	}
	.voicePostContent {
		width: 100%;
		padding: 15px;
	}
	.voicePostContent::before {
		content: "\f0d8";
		width: 100%;
		height: 50px;
		top: -35px;
		left: 0;
		font-size: 7.0rem;
		z-index: -1;
	}
    .voiceBottomLogmenu ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .voiceBottomLogmenu li{
        width:calc((100% - 20px) /3);
        padding:0px;
        display:block;
        margin: 0 9.9px 10px 0;
    }
    .voiceBottomLogmenu li:nth-child(3n){
        margin: 0 0px 10px 0;
    }
    .voiceBottomLogmenu li a{
        width:100%;
        padding:3px 0px;
        text-align: center;
    }
}

/* 教材リスト */
.tagBox .typeList1 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 30px 0;
}
.tagBox .typeList1 li {
	list-style: none;
	width: calc((100% - 50px) / 3);
	margin: 0 24.9px 60px 0;
}
.tagBox .typeList1 li:nth-of-type(3n) {margin-right: 0;}
.typeList1-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.8rem;
	border-left: 5px solid #56914d;
	padding: 0 0 5px 15px;
}
.typeList1-pic {
	margin-bottom: 15px;
}
.typeList1-pic img {
	display: block;
	margin: 0 auto;
}
.typeList1-more.linkMore2 a {
	margin-bottom: 0;
}
@media only screen and (max-width:999px) {
	.tagBox .typeList1 {
		display: block;
	}
	.tagBox .typeList1 li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.typeList1-title {
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 1.8rem;
		border-left: 5px solid #0781d5;
		padding: 0 0 5px 15px;
	}
	.typeList1-pic {
		margin-bottom: 5px;
	}
	.typeList1-pic img {
		display: block;
		margin: 0 auto;
	}
	.typeList1-more.linkMore2 a {
		margin-bottom: 0;
	}
}
/*お問い合わせ*/
.inquiryBox{
    background-image:url("../images/contents/inquiry/inquiryBoxPic1.png");
    background-repeat:no-repeat;
    background-size:519px 346px;
    background-position: top right;
}
.inquiryBox > div {
    width:calc(100% - 300px);
}
.inquirytel {
    font-size:6.0rem;
    line-height:1.2;
    font-weight:bold;
    color:#38a838;
    text-align:center;
    margin-bottom:20px;
}
/*.inquirytel::before{
    content:"";
    display:inline-block;
    width:70px;
    height:40px;
    margin-right:10px;
    background-image:url("../images/freedial1.png");
    background-repeat:no-repeat;
    background-size: 100%;    
}*/
.inquiryBox dl{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.inquiryBox dt{
    color:#ffffff;
    background-color:#fa5e5e;
    text-align: center;
}
.inquiryBox h2{
    margin-bottom:15px;
}
.inquiryBox dt{
    margin:0 24.9px 25px 0;
    width:100px;
}
.inquiryBox dd{
    margin:0 25px 25px 0;
}
@media only screen and (max-width:999px) {
    .inquiryBox{
        background-image:none;
    }
    .inquiryBox > div {
        width:100%;
    }
    .inquirytel {
        font-size:3.3rem;
        line-height:1.2;
        font-weight:bold;
        color:#38a838;
        text-align:center;
        margin-bottom:20px;
    }
    .inquirytel::before{
        width:40px;
        height:23px;
        margin-right:5px;
    }
    .inquirytel a{
        color:#38a838;
        text-decoration:none;
    }
    .inquiryBox dl{
        display:flex;
        flex-wrap:wrap;
    }
    .inquiryBox h2{
        margin-bottom:15px;
    }
    .inquiryBox dt{
        margin:0 9.9px 10px 0;
        width:80px;
    }
    .inquiryBox dd{
        margin:0 0px 10px 0;
        width:calc(100% - 90px);
    }
}
/*選べる無料見積方法*/
.tagBox ul.estimateLinkList{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:0;
}
.tagBox ul.estimateLinkList > li{
    width:calc((100% - 25px) /2);
    list-style-type: none;
    margin:0 24.9px 10px 0;
}
.tagBox ul.estimateLinkList > li:nth-child(2n){
    margin:0 0px 10px 0;
}
.tagBox ul.estimateLinkList > li a{
    background:#eef4ed;
    display:block;
    text-decoration:none;
    color:#333;
    padding:15px 10px;
    text-align:center;
}
.tagBox ul.estimateLinkList > li a.lineGreen{
    background:#06c755;
    color:#fff;
}
.tagBox ul.estimateLinkList > li a:hover{
    background:#56914d;
    color:#fff;
}
.tagBox ul.estimateLinkList > li a:hover.lineGreen{
    background:#02a52f;
}
.estimateTel {
    font-size:3.3rem;
    line-height:1.2;
    font-weight:bold;
    color:#38a838;
    text-align:center;
    margin-bottom:20px;
}
/*.estimateTel::before{
    content:"";
    display:inline-block;
    width:40px;
    height:23px;
    margin-right:5px;
    background-image:url("../images/freedial1.png");
    background-repeat:no-repeat;
    background-size: 100%;
}*/
@media only screen and (max-width:999px) {

    .tagBox ul.estimateLinkList > li{
        width:100%;
        margin:0 0px 10px 0;
    }
    .tagBox ul.estimateLinkList > li:last-child{
        margin:0 0px 0px 0;
    }
    .estimateTel {
        font-size:3rem;
        line-height:1.2;
        font-weight:bold;
        color:#38a838;
        text-align:center;
        margin-bottom:20px;
    }
    .estimateTel::before{
        width:40px;
        height:23px;
        margin-right:5px;
    }
    .estimateTel a{
        text-decoration: none;
        color:#38a838;
    }
}
/* はじめての方へ　アコーディオン ---------------------- */
.guideAccordion1 {
}
.guideAccordion1 li {
    list-style-type: none;
	margin: 0;
    position: relative;
    padding: 0;
}
.tagBox .toggle1 h3::after,.tagBox .toggle1 h5::after {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.6rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	width: 30px;
}
.tagBox .toggle1 h5{
    display:inline-block;
    padding-right:50px;
    
}
.tagBox .toggle1 h3::after{color: #56914d;}
.tagBox .toggle1 h5::after {color: #ff7f00;font-size: 2.2rem;}
.tagBox .toggle1.active h3::after,.tagBox .toggle1.active h5::after {content: "\f146";}
.guideAccordion1-Text {
	display: block;
	display: none;
	margin-bottom: 40px;
	position: relative;
	align-items: center;
}
@media only screen and (max-width:999px) {


}
.guideNinkiTxt{
    font-size:3.0rem;
    text-align:center;
}
@media only screen and (max-width:999px) {
    .guideNinkiTxt{
        font-size:2.2rem;
        text-align:center;
    }

}
.box1.guideMap img{
    display:block;
    float:right;
    padding: 0px 0px 25px 25px;
    width:50%;
}
@media only screen and (max-width:999px) {
    .box1.guideMap img{
        display:block;
        float:none;
        padding: 0px 0px 0px 0px;
        margin:0 auto;
        width:auto;
    }
    .guideKaitoriAreaDetail{
        font-size:1.1rem;
        line-height:1.4;
    }
    #main .guideKaitoriAreaDetail p{
        margin-bottom:10px;
    }

}
.guideStaffConteiner > div:nth-of-type(2n+1){}

.guideStaff{
    margin-bottom:40px;
}
.guideStaffConteiner > div:nth-of-type(2n+1) > div:nth-child(1){
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243,231,248,0.4);
}
.guideStaffConteiner > div:nth-of-type(2n+1) > div:nth-child(2){
    padding:20px 20px 20px 0px;
}
.guideStaff{
    border:1px solid #f3e7f8;
}
.guideStaffConteiner > div:nth-of-type(2n) > div:nth-child(1){
    order:1;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243,231,248,0.4);
    margin-right:0;
    margin-left:24.9px;
}
.guideStaffConteiner > div:nth-of-type(2n) > div:nth-child(2){
    order:0;
    padding:20px 0px 20px 20px;
}
@media only screen and (max-width:999px) {
    .guideStaffConteiner > div:nth-of-type(2n) > div:nth-child(1){
        margin-left:0px;
    }
    .guideStaffConteiner > div:nth-of-type(2n+1) > div:nth-child(2),
    .guideStaffConteiner > div:nth-of-type(2n) > div:nth-child(2){
        padding:20px 20px 0px 20px;
    }
    .guideStaffConteiner > div:nth-of-type(2n+1) > div:nth-child(1),
    .guideStaffConteiner > div:nth-of-type(2n) > div:nth-child(1){
        padding:20px 0
    }
}
/*LP*/
/*共通ボックス*/
.lp h2{
    font-size: 2.9rem;
    text-align: center;
    font-weight:700;
    margin-bottom:25px;
}
.lp h3{
    font-size: 2.4rem;
    text-align: center;
    font-weight:700;
    margin-bottom:25px;
}
.lp h4{
    font-size: 1.8rem;
    font-weight:700;
}
.lpBlock {
	padding-top: 80px;
    padding-bottom: 80px;
}
.lpBlock2 {
	padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (max-width:999px) {
	.lpBlock {
		padding-top: 60px;
        padding-bottom: 60px;
	}
    .lpBlock2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.lp .topContents > div:nth-child(1){
    position:relative;
}
.lp .topContents > div:nth-child(1) img{
    display:block;
    width:100%
}
.lp .topContents > div:nth-child(1) .mainRead{
    color:#fff;
    position:absolute;
    font-weight:700;
    bottom:50px;
    font-size:2.8rem;
    left:50px;
    letter-spacing: 0.1rem;
}
.lp .topContents > div:nth-child(1) .mainRead .fcLine{
    color:#06c755;
}
.lp .topContents > div:nth-child(1) .mainRead .fcOrenge{
    color:#ff6600;
}
.lp .topContents > div:nth-child(1) .mainRead .big1{
   font-size:1.2em;
}
@media only screen and (max-width:999px) {
    .lp .topContents > div:nth-child(1) .mainRead{
        bottom:10px;
        font-size:1.7rem;
        left:2%;
        line-height:1.2;
    }
    .lp .topContents > div:nth-child(1) .mainRead .big1{
       font-size:1.1em;
    }
}
.lpMainBottom{
    position:relative;
}
.lpMainBottomRead{
    background-color:#ff6600;
    color:#fff;
    text-align: center;
    font-size:2.4rem;
    font-weight:700;
    padding:10px;
}
.lpMainBottomRead2{
    background-color:#38a838;
    color:#fff;
    text-align: center;
    font-size:2.8rem;
    font-weight:700;
    padding:5px;
    margin-top:40px;
}
.lpMainBottom-miryoku {
	border: 1px solid #ddd;
	padding: 25px;
	dl {
		dt {
			color: #f60;
			i {
				margin-right: 5px;
			}
		}
		dd {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom:1px solid #ddd;
		}
	}
}
/*出張買取スタッフ*/
.visitsStaff{
    background-color:#e7f8e5;
}
.visitsStaffBox,
.visitsStaffBox > div:nth-child(1){
    display:flex;
    justify-content: space-between;
}
.visitsStaffBox > div{
    width:calc((100% - 25px) /2);
}
.visitsStaffBox > div:nth-child(1) > div{
    width:calc((100% - 10px) /2);
    background-color:rgba(255,255,255,0.6);
    padding:10px 10px 20px 10px;
}
.visitsStaffBox h3{
    font-size:1.8rem;
    margin-bottom:10px;
}
@media only screen and (max-width:999px) {
    .visitsStaffBox{
        flex-direction: column;
        justify-content:flex-start;
    }
    .visitsStaffBox > div:nth-child(1){

    }
    .visitsStaffBox > div{
        width:100%;
    }
    .visitsStaffBox > div:nth-child(1) > div{
        margin-bottom:15px;
    }
    .visitsStaffBox h3{
        font-size:1.8rem;
        margin-bottom:10px;
    }
}
/*タブ切り替え*/
.content_area > div:nth-child(1) {
    padding: 25px;
	background: rgba( 255, 255, 255, 1.0);
}
.hide {
	display: none;
}
.tab_area {
	display: flex;
	flex-wrap: wrap;
}
.lpKantoContainer .tab_area li,
.lpKansaiContainer .tab_area li{
    display: flex;
}
.lpKantoContainer .tab_area li {width: calc( (100% - 0.6px ) / 7 );}
.lpKansaiContainer .tab_area li {width: calc( (100% - 0.6px ) / 6 );}
.tab_area li:last-child { margin-right: 0; }
.tab_area li span {
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
	text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
	position: relative;
}

/*タブ未選択　カラー*/
 [id^="tab"] { 
    background: #f5f5f5;
    color: #333;
    border:1px solid rgba(51,51,51,0.1);
    border-bottom:0;
}
/*タブ選択時　カラー*/
.select > [id^="tab"]{ 
    background: #ff6600;
    color: #fff;
    border:0px;
}
.lpKantoContainer .select > [id^="tab"]::after,
.lpKansaiContainer .select > [id^="tab"]::after{
	content: "";
	display: block;    
	height: 3px;
	position: absolute;
    background: #ff6600;
}
.lpKantoContainer .select > [id^="tab"]::after{ width:calc(100% * 7); }
.lpKansaiContainer .select > [id^="tab"]::after{ width:calc(100% * 6); }

.lpKantoContainer .select > #tab2::after,
.lpKansaiContainer .select > #tab9::after{ left: -100%; }
.lpKantoContainer .select > #tab3::after,
.lpKansaiContainer .select > #tab10::after{ left: calc(-100% * 2); }
.lpKantoContainer .select > #tab4::after,
.lpKansaiContainer .select > #tab11::after{ left: calc(-100% * 3); }
.lpKantoContainer .select > #tab5::after,
.lpKansaiContainer .select > #tab12::after{ left: calc(-100% * 4); }
.lpKantoContainer .select > #tab6::after,
.lpKansaiContainer .select > #tab13::after{ left: calc(-100% * 5); }
.lpKantoContainer .select > #tab7::after { left: calc(-100% * 6); }

.lpKantoContainer .box1,
.lpKansaiContainer .box1{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top:none;
}
.lp .guideMap h3{
    font-size: 1.9rem;
	border-left: 5px solid #a769c1;
	padding-left: 20px;
	color: #832da7;
    text-align:left;
}
.lp #main p{
    margin-bottom:25px;
}
.lpButtonWrap{
    /*display:flex;
    justify-content:space-between;*/ 
}
/*.lpButtonWrap > div{
    width:calc((100% - 25px) /2);
}*/
.lpButtonWrap > div > a{
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
@media only screen and (max-width:768px) {
	.content_area > div:nth-child(1) {
		padding: 15px;
		background: rgba( 255, 255, 255, 1.0);
	}
	.hide {
		display: none;
	}
    .lpKantoContainer .tab_area li,
    .lpKansaiContainer .tab_area li{
		width: calc( 100% / 2 );
		margin-right: 0;
	}
    .lpKantoContainer  .tab_area li:first-child {
		width: 100%;
		margin-right: 0;
	}
	.tab_area li span {
		border-radius: 0;
	}
    .lpKantoContainer .tab_area li:first-child span {
		border-top-left-radius: 10px;
        border-top-right-radius: 10px;
	}
    .lpKansaiContainer .tab_area li:first-child span {
		border-top-left-radius: 10px;
	}
    .lpKansaiContainer .tab_area li:nth-child(2) span {
        border-top-right-radius: 10px;
	}
	.lpKantoContainer .select > [id^="tab"]::after,
    .lpKansaiContainer .select > [id^="tab"]::after{
		content: "";
		display: block;
		width: calc(( 100vw - 30px));
        min-width:100px;
		height: 3px;
		position: absolute;
	}
	.lpKantoContainer .select > #tab1::after { margin-top: 120px; left: 0; }
	.lpKantoContainer .select > #tab2::after { margin-top: 80px; left: 0; }
	.lpKantoContainer .select > #tab3::after { margin-top: 80px; left: -100%; }
	.lpKantoContainer .select > #tab4::after { margin-top: 40px; left: 0; }
	.lpKantoContainer .select > #tab5::after { margin-top: 40px;left: -100%; }
    .lpKantoContainer .select > #tab6::after { left: 0;  }
    .lpKantoContainer .select > #tab7::after { left: -100%; }
    .lpKansaiContainer .select > #tab8::after { margin-top: 80px; left: 0; }
	.lpKansaiContainer .select > #tab9::after { margin-top: 80px; left: -100%;  }
	.lpKansaiContainer .select > #tab10::after { margin-top: 40px; left: 0; }
	.lpKansaiContainer .select > #tab11::after { margin-top: 40px; left: -100%;  }
	.lpKansaiContainer .select > #tab12::after { left: 0; }
    .lpKansaiContainer .select > #tab13::after { left: -100%;  }
    
    .lpButtonWrap{
        /*flex-direction: column;
        justify-content: flex-start;*/
    }
    /*.lpButtonWrap > div{
        width:100%;
    }*/
}
/*LINE見積もり*/
/*lp LineMitsumori*/
.lp .lineMitsumori-midashi1 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 60px;
}
.lp .lineMitsumori-midashi1 a {
    text-decoration:none;
    color:#000;
}
.lp .lineMitsumori-midashi1 a > div:nth-of-type(1) {
	font-size: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.lp .lineMitsumori-midashi1 a > div:nth-of-type(1) span {
	background: #ffff00;
	display: inline-block;
	padding: 0 5px;
}
.lp .lineMitsumori-midashi1 h2 {
	font-size: 4.0rem;
	position: relative;
}
.indexLineMitsumori-midashi1 h2 span {
	color: #38a838;
}
.lp .lineMitsumori-ol{
    display: flex;
	counter-reset: ilmNum 0;
}
.lp .lineMitsumori ol,
.lp .lineMitsumori-ol{
	display: flex;
	counter-reset: ilmNum 0;
}
.lp .lineMitsumori ol li,
.lp .lineMitsumori-ol > div{
	width: calc((100% - 50px) / 3);
	margin-right: 24.9px;
	border: 2px solid #92cf92;
	border-radius: 5px;
	padding: 105px 25px 25px;
	text-align: center;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
}
.lp .lineMitsumori ol li:nth-of-type(3),
.lp .lineMitsumori-ol > div:nth-of-type(3){margin-right: 0;}
.lp .lineMitsumori ol li::before,
.lp .lineMitsumori-ol > div::before{
    counter-increment: ilmNum 1;
    content: "STEP" counter(ilmNum);
    width: calc(100% - 100px);
    position: absolute;
    left: 50px;
    top: 0;
	font-weight: 700;
	font-size: 3.0rem;
	text-align: center;
	border-bottom: 2px solid #ccc;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp .lineMitsumori ol li::after,
.lp .lineMitsumori-ol > div::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #20b820;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 100%;
	position: absolute;
	right: -35px;
	top: 0;
	font-size: 5.0rem;
	z-index: 1;
}
.lp .lineMitsumori ol li:last-of-type::after,
.lp .lineMitsumori-ol > div:last-of-type::after{display: none;}
.lp .lineMitsumori ol li img,
.lp .lineMitsumori-ol > div img{
	display: block;
	margin: 0 auto;
}
.lp .lineMitsumori ol li > div:nth-of-type(1),
.lp .lineMitsumori-ol > div > div:nth-of-type(1){
	margin-bottom: 5px;
}
@media only screen and (max-width:999px) {
	.lp .lineMitsumori-midashi1 {
		margin-bottom: 40px;
	}
	.lp .lineMitsumori-midashi1 a > div:nth-of-type(1) {
		font-size: 1.8rem;
		margin-bottom: 10px;
        display:block;
	}
	.lp .lineMitsumori-midashi1 a > div:nth-of-type(1) img {
		width: 50px;
	}
	.lp .lineMitsumori-midashi1 h2 {
		font-size: 2.6rem;
	}
	.lp .lineMitsumori ol,
    .lp .lineMitsumori-ol {
		display: block;
	}
	.lp .lineMitsumori ol li,
    .lp .lineMitsumori-ol > div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		padding: 95px 15px 35px;
		font-size: 1.7rem;
	}
	.lp .lineMitsumori ol li:nth-of-type(3),
    .lp .lineMitsumori-ol > div:nth-of-type(3){margin-bottom: 0;}
	.lp .lineMitsumori ol li::before,
    .lp .lineMitsumori-ol > div::before{
		width: calc(100% - 100px);
		left: 50px;
		top: 0;
		font-size: 2.3rem;
		text-align: center;
		border-bottom: 2px solid #ccc;
		height: 70px;
	}
	.lp .lineMitsumori ol li::after,
    .lp .lineMitsumori-ol > div::after{
		content: "\f078";
		width: 100%;
		height: 25px;
		right: 0;
		top: auto;
		bottom: -22px;
	}
	.lp .lineMitsumori ol li img,
    .lp .lineMitsumori-ol > div img{
		width: 150px;
	}
	.lp .lineMitsumori ol li > div:nth-of-type(1) ,
    .lp .lineMitsumori-ol > div > div:nth-of-type(1) {
		margin-bottom: 5px;
	}
}
/*サービスマンが訪問*/
/*買取対応*/
.kaitoriType{
    background-color:#fff9cf;
}
.kaitoriType h2{
    margin-bottom:10px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.kaitoriType > div{
    display:flex;
    justify-content:space-between; 
}
.kaitoriType > div > div{
    width:calc((100% - 50px) /3);
    border:3px solid #ff6600;
    border-radius: 5px;
    padding:25px;
    text-align:center;
}
.kaitoriType > div > div h2::before{
    display:inline-block;
    content:"";
    background-repeat:no-repeat;
    width:80px;
    margin-right:10px;
}
.kaitoriType > div > div:nth-child(1) h2::before{
    background-image:url("../images/contents/lp/kaitoriType-visit.png");
    background-size:80px auto;
    height:65px;
}
.kaitoriType > div > div:nth-child(2) h2::before{
    background-image:url("../images/contents/lp/kaitoriType-shop.png");
    background-size:80px auto;
    height:69px;
}
.kaitoriType > div > div:nth-child(3) h2::before{
    background-image:url("../images/contents/lp/kaitoriType-send.png");
    background-size:80px auto;
    height:74px;
}
.subtitle{
    font-size:2.1rem;
    font-weight:700;
    color:#ff6600;
    margin-bottom:5px;
}
.kaitoriTypeBtn a{
    background-color:#ff6600;
    display:block;
    border-radius: 10px;
    text-decoration: none;
    color:#fff;
    padding:5px;
    position:relative;
}
.kaitoriTypeBtn a::after{
    content: "\f0da";
    font-weight:900;
    font-family:"Font Awesome 5 Free";
    color:#fff;
    display:inline-block;
    position:absolute;
    right:20px;
}
.kaitoriTypeBtn a:hover{
    background-color:rgba(255,102,0,0.8);
}
@media only screen and (max-width:999px) {
    .kaitoriType h2{
        margin-bottom:10px;
    }
    .kaitoriType > div{
        flex-direction:column; 
    }
    .kaitoriType > div > div{
        width:100%;
        border:3px solid #ff6600;
        border-radius: 5px;
        padding:15px;
        margin-bottom:10px;
    }
    .subtitle{
        font-size:2.1rem;
        font-weight:700;
        color:#ff6600;
    }
    .kaitoriTypeBtn a{
        background-color:#ff6600;
        display:block;
        border-radius: 10px;
        text-decoration: none;
        color:#fff;
        padding:5px;
        position:relative;
    }
    .kaitoriTypeBtn a::after{
        content: "\f0da";
        font-weight:900;
        font-family:"Font Awesome 5 Free";
        color:#fff;
        display:inline-block;
        position:absolute;
        right:20px;
    }
    .kaitoriTypeBtn a:hover{
        background-color:rgba(255,102,0,0.8);
    }
}
/*お客様の声リスト*/
.lpVoice{
    background-color:#ffeded;
}
.lpVoiceList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.lpVoiceList li {
	width: calc((100% - 20px ) / 3);
	margin: 0 9.9px 10px 0;
    padding:10px;
    background-color:rgba(255,255,255,0.6);
}
.lpVoiceList li:nth-child(3n) {margin-right: 0;}
.lpVoiceList-img > a{
	width:100%;
	display:block;
	overflow: hidden;
	position:relative;
}
.lpVoiceList-img > a > img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
    /*object-fit: contain;*/
}
.lpVoiceList-img > a::before{
	content:"";
	padding-top:100%;
	display:block;
}
@media only screen and (max-width:999px) {
	.lpVoiceList {
		margin-bottom: 0px;
	}
    .lpVoiceList li {
        width: calc((100% - 5px ) / 2);
        margin: 0 4.9px 5px 0;
        padding:5px;
    }
    .lpVoiceList li:nth-child(3n) {margin-right: 4.9px;}
    .lpVoiceList li:nth-child(2n) {margin-right: 0px;}
	.lpVoiceList-img {
		margin: 0 auto 10px;
	}
}
/*lp faq*/
/*indexInfo1*/
.lpInfo {
	background: #f3e7f8;
}
.lpInfo .contentsBox2 {
	display: flex;
	justify-content: space-between;
}
.lpFaq,
.lpCompany {	
	border: 2px solid #a769c1;
	border-radius: 20px;
	padding: 25px;
}
.lpFaq {
	width: calc(100% - 380px);
}
.lpCompany {
	width: 355px;
}
.lpFaq h2,
.lpCompany h2{
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	color: #8531a8;
	position: relative;
	width: 280px;
	margin: -50px auto 50px;
	background: #f3e7f8;
}
.lpFaq h2::after,
.lpCompany h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	height: 25px;
}
.lpFaq h2::after {
	background: url("../images/contents/index/indexFaqH2Bg.png") no-repeat;
	background-size: 100%;
	width: 230px;
	margin-left: -115px;
}
.lpCompany h2::after {
	background: url("../images/contents/index/indexCompanyH2Bg.png") no-repeat;
	background-size: 100%;
	width: 95px;
	margin-left: -47px;
}
.lpCompany {
	text-align: center;
	font-size: 1.4rem;
}
.lpCompany > div {
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:80%;
}
.lpCompany > div span {
	font-size: 1.6rem;
	font-weight: 700;
}
.lpCompany img {
	display: block;
	width: 200px;
	margin: 0 auto 5px;
}
@media only screen and (max-width:999px) {
	.lpInfo .contentsBox2 {
		display: block;
	}
	.lpFaq,
	.lpCompany {
		border-radius: 0;
		padding: 0;
		border: none;
	}
	.lpFaq {
		width: 100%;
		margin-bottom: 50px;
		padding-bottom: 40px;
		border-bottom: 2px solid #a769c1;
	}
	.lpCompany {
		width: 100%;
	}
	.lpFaq h2,
	.lpCompany h2{
		font-size: 2.5rem;
		width: 200px;
		margin: 0 auto 40px;
	}
	.lpFaq h2::after,
	.lpCompany h2::after {
		height: 22px;
	}
	.lpFaq h2::after {
		width: 202px;
		margin-left: -101px;
	}
	.lpCompany h2::after {
		width: 84px;
		margin-left: -42px;
	}
	.lpCompany {
		text-align: center;
		font-size: 1.4rem;
	}
	.lpCompany > div {
		display:block;
		height:auto;
	}
	.lpCompany > div span {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.lpCompany img {
		display: block;
		width: 200px;
		margin: 0 auto 5px;
	}
}
/*ライセンシー*/
.lpLicence{
    background-color:#e2f8f6;
}
/*簡単！無料査定フォーム*/
#main .kantanForm{
	& .timeBox{
		display:flex;
		justify-content: center;
		align-items: center;
		& span{
			background-color:#EEF4ED;
			--height:3em;
			display:inline-flex;
			justify-content: center;
			align-items: center;
			height:var(--height);
			border-radius: calc(var(--height)/2);
			padding:0.2em 1em;
		}
	}
	& h2{
		margin-top:50px;
		@media (width <= 999px) {
			margin-top:25px;
		}
	}
}
#main .shosaiForm{
	& .timeBox{
		display:flex;
		justify-content: center;
		align-items: center;
		& span{
			background-color:#EEF4ED;
			--height:3em;
			display:inline-flex;
			justify-content: center;
			align-items: center;
			height:var(--height);
			border-radius: calc(var(--height)/2);
			padding:0.2em 1em;
		}
	}
	& .shosaiFormTop,& .shosaiFormBtm{
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		& p{margin-bottom:0;}
		& .readTxt{
			display:inline-flex;
			align-items: center;
			&::before{
				content:"＼";
				display:inline-block;
				margin-right:0.5em;
			}
			&::after{ 
				content:"／";
				display:inline-block;
				margin-left:0.5em;
			}
		}
		& .readTxt-Tel{
			color:#ff6600;
			display:inline-flex;
			justify-content: center;
			align-items: center;
			font-weight:700;
			font-size:3.0rem;
			&::before{
				content:"\f095";
				font-family:"Font Awesome 5 Free";
				font-weight:900;
				display:inline-block;
				margin-right:0.5em;				
			}
			& a{
				width:100%;
				height:100%;
				text-decoration: none;
				color:#ff6600;
			}
		}
		& .readTxt-Open{
			color:#666;
			font-size:1.4rem;
		}
	}
	& .shosaiFormTop{
        background-color:#fff9cf;
        border:3px solid #FFD600;
        padding:1em 2em;
		border-radius: 10px;
    }
	& .shosaiFormBtm{
        font-size:0.9em;
		gap:1em 0;
		& .readTxt{
			color:#666;
		}
		& .readTxt-Tel{
			--height:60px;
			height:var(--height);
			border-radius: calc(var(--height)/2);
			border:3px solid #ff6600;
			padding:0.5em 1em;
			& a{
				border-radius: calc(var(--height)/2);
			}
		}
    }
	& h2{
		margin-top:50px;
		@media (width <= 999px) {
			margin-top:25px;
		}
	}
}
