@charset "UTF-8";
/* トップ用CSS
========================================*/
$carousel-shadow: #00000033;

@mixin carousel-shadow {
    -webkit-box-shadow: 0px 2px 0px $carousel-shadow;
    -moz-box-shadow: 0px 2px 0px $carousel-shadow;
    box-shadow: 0px 2px 0px $carousel-shadow;
}

#mainArea {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

#mainArea .mainimg .owl-controls {
	display:table;
	position:relative;
}
#mainArea .mainimg .owl-controls .owl-nav div {
	position:absolute;
}
#mainArea .mainimg .owl-controls .owl-dots {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#mainArea .mainimg .owl-controls .owl-dots .owl-dot {
	background:#ccc;
}
#mainArea .mainimg .owl-controls .owl-dots .owl-dot.active {
	background:#ed6d00;
}

#mainArea .msgBox {
	border:1px solid #333;
	line-height:150%;
	text-align:center;
}

#mainArea .replace .replaceBox dd {
	background:#d8edce;
}
#mainArea .replace .replaceBox dd .linkList li a {
	background:#fff;
	color:#5cb531;
	display:block;
	font-weight:bold;
	line-height:140%;
	text-align:center;
}

#mainArea .replace .replaceBox._door dd {
	background:#c2d3e6;
}
#mainArea .replace .replaceBox._door dd .linkList li a {
	color:#004795;
}

#mainArea .secWrap .shopSec .closebtn {
	display:none;
}

#mainArea .secWrap .shopSec .shopBox {
	text-align:center;
}
#mainArea .secWrap .shopSec .shopBox h2 {
	color:#ed6d00;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
	#mainArea .secWrap .shopSec .shopBox h2 {
		font-size:5.25vw;
		line-height:100%;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .secWrap .shopSec .shopBox h2 {
		font-size:214.28571%;
		line-height:130%;
	}
}
#mainArea .secWrap .shopSec .shopBox .searchBox {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	justify-content:flex-start;
	background:#fff;
	box-sizing:border-box;
}
#mainArea .secWrap .shopSec .shopBox .searchBox input[type="text"] {
	background:none;
	border:0;
	box-sizing:border-box;
}
#mainArea .secWrap .shopSec .shopBox .searchBox button[type="submit"] {
	background:none;
	border:0;
	display:inline-block;
}

#mainArea .secWrap .newsSec .ttlBlock {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
}
@media screen and (max-width: 767px) {
	#mainArea .secWrap .newsSec .ttlBlock {
		margin-bottom:2.5vw;
	}
	#mainArea .secWrap .newsSec .ttlBlock .listLink {
		font-size:3.25vw;
	}
	#mainArea .secWrap .newsSec .ttlBlock .listLink .fas {
		font-size:110%;
		margin-right:1.875vw;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .secWrap .newsSec .ttlBlock {
		margin-bottom:15px;
	}
	#mainArea .secWrap .newsSec .ttlBlock .listLink {
		font-size:114.28571%;
	}
	#mainArea .secWrap .newsSec .ttlBlock .listLink a:hover {
		opacity:0.8;
	}
	#mainArea .secWrap .newsSec .ttlBlock .listLink .fas {
		font-size:120%;
		margin-right:10px;
		vertical-align:-1px;
	}
}
#mainArea .secWrap .newsSec .ttlBlock h2 {
	color:#ed6d00;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
	#mainArea .secWrap .newsSec .ttlBlock h2 {
		font-size:5.25vw;
		line-height:100%;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .secWrap .newsSec .ttlBlock h2 {
		font-size:214.28571%;
		line-height:130%;
	}
}

#mainArea .secWrap .newsSec .newsBox {
	background:#f5f5f5;
}
#mainArea .secWrap .newsSec .newsBox ul {
	overflow-y:scroll;
}
#mainArea .secWrap .newsSec .newsBox ul li:last-of-type {
	margin:0 !important;
}

#mainArea .mainSec h2 {
	color:#ed6d00;
	font-weight:bold;
	text-align:center;
}
@media screen and (max-width: 767px) {
	#mainArea .mainSec h2 {
		font-size:5.25vw;
		line-height:100%;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .mainSec h2 {
		font-size:214.28571%;
		line-height:130%;
	}
}
#mainArea .mainSec h2 span {
	font-size:90%;
}

#mainArea .mainSec .studyList li a,
#mainArea .mainSec .caseList li a,
#mainArea .mainSec .voiceList li a {
	display:block;
	position:relative;
}
/*
#mainArea .mainSec .studyList li a[target="_blank"]:before,
#mainArea .mainSec .caseList li a[target="_blank"]:before,
#mainArea .mainSec .voiceList li a[target="_blank"]:before {
	content:"";
	position:absolute;
	z-index:10;
}
#mainArea .mainSec .studyList li a[target="_blank"]:after,
#mainArea .mainSec .caseList li a[target="_blank"]:after,
#mainArea .mainSec .voiceList li a[target="_blank"]:after {
	background:rgba(255, 255, 255, 0.8);
	content:"";
	position:absolute;
	top:0;
	right:0;
}
@media screen and (max-width: 767px) {
	#mainArea .mainSec .studyList li a[target="_blank"]:before,
	#mainArea .mainSec .caseList li a[target="_blank"]:before,
	#mainArea .mainSec .voiceList li a[target="_blank"]:before {
		background:url(../common/img/icon_blank.png) no-repeat;
		background-size:2.75vw 2.75vw;
		top:0.875vw;
		right:0.875vw;
		height:2.75vw;
		width:2.75vw;
	}
	#mainArea .mainSec .studyList li a[target="_blank"]:after,
	#mainArea .mainSec .caseList li a[target="_blank"]:after,
	#mainArea .mainSec .voiceList li a[target="_blank"]:after {
		height:4.5vw;
		width:4.5vw;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .mainSec .studyList li a[target="_blank"]:before,
	#mainArea .mainSec .caseList li a[target="_blank"]:before,
	#mainArea .mainSec .voiceList li a[target="_blank"]:before {
		background:url(../common/img/icon_blank.png) no-repeat;
		background-size:15px 15px;
		top:5px;
		right:5px;
		height:15px;
		width:15px;
	}
	#mainArea .mainSec .studyList li a[target="_blank"]:after,
	#mainArea .mainSec .caseList li a[target="_blank"]:after,
	#mainArea .mainSec .voiceList li a[target="_blank"]:after {
		height:25px;
		width:25px;
	}
}
*/

#mainArea .mainSec .studyList li img,
#mainArea .mainSec .caseList li img,
#mainArea .mainSec .voiceList li img {
	width:100%;
}

@media screen and (max-width: 767px) {
	#mainArea .mainSec .ttlBlock {
		margin-bottom:2.5vw;
	}
	#mainArea .mainSec .ttlBlock .listLink {
		font-size:3.25vw;
	}
	#mainArea .mainSec .ttlBlock .listLink .fas {
		font-size:110%;
		margin-right:1.875vw;
	}
}

@media print, screen and (min-width: 768px) {
	#mainArea .mainSec .ttlBlock {
		margin-bottom: 48px;
	}
	#mainArea .mainSec .ttlBlock .listLink {
		font-size:114.28571%;
	}
	#mainArea .mainSec .ttlBlock .listLink a:hover {
		opacity:0.8;
	}
	#mainArea .mainSec .ttlBlock .listLink .fas {
		font-size:120%;
		margin-right:10px;
		vertical-align:-1px;
	}
}

#mainArea .mainSec .ttlBlock h2 {
	color:#ed6d00;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
	#mainArea .mainSec .ttlBlock h2 {
		font-size:5.25vw;
		line-height:100%;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .mainSec .ttlBlock h2 {
		font-size:214.28571%;
		line-height:130%;
	}
}

#mainArea .mainSec .listLink {
	text-align:right;
}

#mainArea .mainSec .caseList._main li .date {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	justify-content:flex-start;
}

#mainArea .mainSec .blankTxt {
	text-align:right;
}
#mainArea .mainSec .blankTxt span:before {
	content:"";
	display:inline-block;
}

#mainArea .mainSec .voiceList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#mainArea .consultSec h2 {
	color:#ed6d00;
	font-weight:bold;
	text-align:center;
}
@media screen and (max-width: 767px) {
	#mainArea .consultSec h2 {
		font-size:5.25vw;
		line-height:100%;
	}
}
@media print, screen and (min-width: 768px) {
	#mainArea .consultSec h2 {
		font-size:214.28571%;
		line-height:130%;
	}
}
#mainArea .consultSec .consultList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#mainArea .recomList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#mainArea .recomList li {
	background:#f5f5f5;
	position:relative;
}
#mainArea .recomList li a {
	display:block;
}
#mainArea .recomList li .label {
	background:rgba(50, 50, 50, 0.9);
	color:#fff;
	position:absolute;
}
#mainArea .recomList li dt {
	color:#ed6d00;
	font-weight:bold;
}

/* SPonly */
@media screen and (max-width: 767px) {
	#mainArea .mainimg {
		margin:0 0 5vw;
	}
    #mainArea .mainimg .main_search {
        margin-top: 20px;
		text-align: center;
    }
    #mainArea .mainimg .main_search .main_search_text {
        text-align: center;
		font-size: 4.8vw;
        line-height: 7.4vw;
        color: #666666;
        font-weight: bold;
        margin-bottom: 2.6666vw;
    }
	.area_pic{
		width: 100%;
	}
	.not_fes_sp{
		margin-top: 0 !important;
		background-color: #EF6D22;
		padding-bottom: 30px;
	}
	.not_fes_sp_wrap{
		width: 91.4%;
		margin: auto;
		background-color: #fef2e8;
		border-radius: 10px;
		padding-bottom: 30px;
	}
    #mainArea .mainimg .main_search_btn {
        width: 80vw;
        height: 19.7vw;
        background: #EF6D00;
        color: #FFF;
        border-radius: 1.6vw;
        margin: auto;
        cursor: pointer;
        text-align: center;
    }
    #mainArea .mainimg .main_search_btn picture {
        display: inline;
    }
    #mainArea .mainimg .main_search_btn img {
        padding-top: 2.9vw;
        padding-bottom: 2.4vw;
    }
	#mainArea .mainimg .main_search_btn.event {
        height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 14px;
		margin-top: 15px;
    }
    #mainArea .mainimg .main_search a {
		font-size: 5.3333vw;
        line-height: 6.93333vw;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    #mainArea .mainimg .main_search_sub_text {
		font-size: 3.7333vw;
		line-height: 5.3333vw;
        color: #333333;
        padding-top: 6.3466vw;
        text-align: center;
    }
	#mainArea .mainimg .searchUpPart {
		background-color: #FFF002;
		border-radius: 10px 10px 0 0;
		position: relative;
		margin: 0 2.5vw;
    }
	#mainArea .mainimg .searchUpPart::after {
		content: "";
		position: absolute;
		bottom: -19px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px 15px;
		border-style: solid;
		border-color: #FFF002 transparent transparent transparent;
	}
	#mainArea .mainimg .searchUpPart > picture {
		position: relative;
		z-index: 1;
    }
	#mainArea .mainimg .fukidashi{
		position: absolute;
		z-index: 1;
		top: -5px;
		right: 1%;
	}
	#mainArea .mainimg .fukidashiWrap {
		position: relative;
	}
	#mainArea .mainimg .search_btn_title{
		color: #EF6D01;
		font-size: 24px;
		font-weight: 700;
		padding-top: 20px;
		text-align: center;
		line-height: 1;
	}
	.sp_br{
		display: block;
	}
	#mainArea .mainimg .search_detail_text{
		font-size: 11px;
		color: #666666;
		padding: 10px 0 12px 0;
		width: 90%;
		margin: auto;
		text-align: left;
	}
	#mainArea .mainimg p {
	}
	#mainArea .mainimg .owl-controls {
		margin:2.5vw auto;
	}
	#mainArea .mainimg .owl-controls .owl-nav div {
		height:4vw;
		width:2.25vw;
	}
	#mainArea .mainimg .owl-controls .owl-nav .owl-prev {
		background:url(../common/img/arrow_left_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		left:-4vw;
	}
	#mainArea .mainimg .owl-controls .owl-nav .owl-next {
		background:url(../common/img/arrow_right_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		right:-4vw;
	}
	#mainArea .mainimg .owl-controls .owl-dots .owl-dot {
		border-radius:1.875vw;
		margin:0.125vw 1.875vw;
		height:3.75vw;
		width:3.75vw;
	}
	#mainArea .mainInr {
	}
	#mainArea .campBnr {
		margin-bottom:10vw;
		padding:0 1.125vw;
		position:relative;
		width:calc(100% - 3.25vw);
	}
	#mainArea .campBnr li {
		margin:0 0.75vw;
	}
	#mainArea .campBnr .owl-nav div {
		position:absolute;
		top:calc(50% - 2vw);
		height:4vw;
		width:2.25vw;
	}
	#mainArea .campBnr .owl-nav {
        display: none;
    }
	#mainArea .campBnr .owl-nav .owl-prev {
		background:url(../common/img/arrow_left_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		left:0;
	}
	#mainArea .campBnr .owl-nav .owl-next {
		background:url(../common/img/arrow_right_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		right:0;
	}
    #mainArea .campBnr .owl-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 5vw;
    }
    #mainArea .campBnr .owl-dots .owl-dot {
		border-radius:8px;
		margin:0 7px;
		height:10px;
		width:10px;
        background: #D9D4CB;
	}
    #mainArea .campBnr .owl-dots .owl-dot.active {
		border-radius:8px;
		margin:0 7px;
		height:10px;
		width:10px;
        background: #EF6D00;
    }
	#mainArea .msgBox {
		font-size:3.5vw;
		margin-bottom:5vw;
		padding:1.875vw;
	}
	#mainArea .estimate {
		margin-bottom:5vw;
	}
	#mainArea .estimate h2 {
		margin-bottom:2.5vw;
	}
	#mainArea .estimate ul {
		display:flex;
		/* flex-wrap:wrap; */
		justify-content:space-between;
	}
	#mainArea .estimate ul li {
		width:46.5vw;
                padding-left: 6px;
	}
	#mainArea .estimate ul li img {
		width:100%;
	}
	#mainArea .replace {
		margin-bottom:10vw;
	}
	#mainArea .replace .replaceBox {
		margin-bottom:2.5vw;
	}
	#mainArea .replace .replaceBox dl {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#mainArea .replace .replaceBox dt img {
		width:42vw;
	}
	#mainArea .replace .replaceBox dd {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:center;
		border-radius:0 2.5vw 2.5vw 0;
		width:53vw;
	}
	#mainArea .replace .replaceBox dd .flexBlock {
		text-align:center;
		width:23.75vw;
	}
	#mainArea .replace .replaceBox dd .flexBlock img {
		width:17.5vw;
	}
	#mainArea .replace .replaceBox dd .flexBlock .time img {
		margin-top:1.875vw;
		width:16.25vw;
	}
	#mainArea .replace .replaceBox dd .linkList {
		padding:0 2.5vw 0 0;
		width:25.625vw;
	}
	#mainArea .replace .replaceBox dd .linkList li {
		margin:1.875vw 0;
	}
	#mainArea .replace .replaceBox dd .linkList li a {
		border:1px solid #5cb531;
		border-radius:5px;
		font-size:3.75vw;
		line-height:130%;
		padding:1vw 0.625vw;
	}
	#mainArea .replace .replaceBox dd .linkList li a .fas {
		display:none;
	}
	#mainArea .replace .replaceBox._door dd .linkList li a {
		border:1px solid #004795;
	}
	#mainArea .timenote {
		margin:-8.75vw 0 10vw;
	}
	#mainArea .secWrap .shopSec {
		margin-bottom:7.5vw;
	}
	#mainArea .secWrap .shopSec .shopBox .searchBox {
		border:1px solid #333;
		border-radius:1.25vw;
		margin:3.75vw auto;
		height:11.25vw;
		width:100%;
	}
	#mainArea .secWrap .shopSec .shopBox .searchBox input[type="text"] {
		font-size:3.5vw;
		padding:1.25vw 3.125vw;
		height:8.75vw;
		width:83.75vw;
	}
	#mainArea .secWrap .shopSec .shopBox .searchBox button[type="submit"] {
		font-size:5.5vw;
		height:8.75vw;
		width:8.75vw;
	}
	#mainArea .secWrap .shopSec .shopBox .select-group select {
		font-size:3.5vw;
		height:11.25vw;
		width:100%;
	}
	#mainArea .secWrap .shopSec svg {
		display:none;
	}
	#mainArea .secWrap .newsSec {
		margin-bottom:7.5vw;
	}
	#mainArea .secWrap .newsSec .newsBox {
		border-radius:1.25vw;
		padding:2.5vw;
	}
	#mainArea .secWrap .newsSec .newsBox ul {
		padding:1.25vw 1.25vw;
		height:37.5vw;
	}
	#mainArea .secWrap .newsSec .newsBox ul li {
		margin-bottom:3.125vw;
	}
	#mainArea .secWrap .newsSec .newsBox ul li dl dt {
		font-size:3.25vw;
		margin-bottom:0.625vw;
	}
	#mainArea .beginnerBox {
		margin-bottom:7.5vw;
	}
	#mainArea .mainSec {
        margin-bottom: 7.5vw;
		padding: 10.75vw 2.5vw 12.8vw;
	}
	#mainArea .mainSec .studyList li {
		font-size:3.25vw;
		line-height:150%;
		padding:0 5vw;
	}
	#mainArea .mainSec .studyList li figure {
		margin-bottom:1.875vw;
	}
	#mainArea .mainSec .studyList .owl-nav div {
		position:absolute;
		top:calc(36.25vw / 2);
		height:4vw;
		width:2.25vw;
	}
	#mainArea .mainSec .studyList .owl-nav .owl-prev {
		background:url(../common/img/arrow_left_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		left:0;
	}
	#mainArea .mainSec .studyList .owl-nav .owl-next {
		background:url(../common/img/arrow_right_gr.png) no-repeat;
		background-size:2.25vw 4vw;
		right:0;
	}
	#mainArea .mainSec .ttlBlock {
		margin-bottom:3.75vw;
	}
	#mainArea .mainSec .ttlBlock h2 {
		text-align:center;
	}
	#mainArea .mainSec .ttlBlock .listLink {
		display:none;
	}
	#mainArea .mainSec .listLink {
		font-size:3.25vw;
	}
	#mainArea .mainSec .listLink .fas {
		font-size:110%;
		margin-right:1.875vw;
	}
	#mainArea .mainSec .caseList li {
		margin-bottom:5vw;
	}
	#mainArea .mainSec .caseList li figure {
		margin-bottom: 20px;
	}
	#mainArea .mainSec .caseList li dt {
		font-size:3.75vw;
		font-weight:bold;
		line-height:150%;
		margin-bottom:0.625vw;
	}
	#mainArea .mainSec .caseList li .date {
		margin-bottom:0.375vw;
	}
	#mainArea .mainSec .caseList li .text,
	#mainArea .mainSec .caseList li .continue {
		font-size:3.25vw;
		line-height:150%;
	}
	#mainArea .mainSec .caseList._main li figure {
		overflow:hidden;
		height: 41.0666vw;
		width: 65.3333vw;
	}
	#mainArea .mainSec .caseList._main li figure img {
		height:41.0666vw;
		width:100%;
		object-fit:cover;
		font-family:"object-fit:cover;";
		/*IE対策*/
	}
	#mainArea .mainSec .caseList._main li .date p {
		margin-right:3.75vw;
	}
	#mainArea .mainSec .caseList._sub {
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
        margin-bottom: 8.5333vw;
	}
	#mainArea .mainSec .caseList._sub li {
		width: 84.266666vw;
		background: #FFF;
		box-shadow: 0px 0.533333vw 0px #00000033;
		border: 0.26666666vw solid #D4CEC4;
		border-radius: 1.6vw;
		margin-left: 5.797101vw;
		margin-bottom: 0;
	}
	#mainArea .mainSec .caseList._sub li figure {
		overflow: hidden;
		height: 72.8vw;
		border-radius: 1.3333vw 1.3333vw 0 0;
	}
	#mainArea .mainSec .caseList._sub li figure img {
		height: 72.8vw;
		width: 100%;
		object-fit: cover;
		font-family: "object-fit:cover;";
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav {
        height: 10.6666vw;
        width: 91.4666vw;
        display: flex;
        justify-content: space-between;
        position: relative;
		top: -330px;
		left: 3.5vw;
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav .owl-prev {
        background: url(../common/img/arrow_left_b_pc.png) no-repeat;
        background-size: 8vw 8vw;
        left: -2.6666vw;
        width: 10.6666vw;
        position: relative;
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav .owl-next {
        background: url(../common/img/arrow_right_b_pc.png) no-repeat;
        background-size: 8vw 8vw;
        right: 0;
        width: 10.6666vw;
        position: relative;
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots {
        display: flex;
        justify-content: center;
        margin: auto;
		position: absolute;
		top: 27vw;
		left: 50%;
		transform: translateX(-50%);
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots .owl-dot {
		border-radius:15px;
		margin:0 7px;
		height:10px;
		width:10px;
        background: #D9D4CB;
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots .owl-dot.active {
		border-radius:15px;
		margin:0 7px;
		height:10px;
		width:10px;
        background: #EF6D00;
	}
	#mainArea .mainSec .caseList._sub .date {
		padding-left: 5.333333vw;
		padding-right: 5.333333vw;
		font-size: 3.73333333vw;
		line-height: 5.33333333vw;
		letter-spacing: 0px;
		color: #666666;
		margin-bottom: 1.6vw;
    }
	#mainArea .mainSec .caseList._sub .date p {
		margin-bottom: 2.666666vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
  }
	#mainArea .mainSec .caseList._sub dl {
		padding-left: 5.333333vw;
		padding-right: 5.333333vw;
		font-size: 3.73333333vw;
		line-height: 5.33333333vw;
		word-wrap: break-word;
    }
	#mainArea .mainSec .caseList._sub dl dt {
    min-height: 52px;
    font-size: 4.8vw;
    line-height: 6.9333333vw;
    letter-spacing: 0px;
    color: #EF6D00;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 4.266666vw;
	}
	#mainArea .mainSec .caseList._sub dl .text {
		min-height: 84px;
		font-size: 4.266666vw;
		line-height: 7.4666666vw;
		color: #333333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 4.266666vw;
    }
	#mainArea .mainSec .caseList._sub dl .continue {
		text-decoration: underline;
		font-size: 3.73333333vw;
		line-height: 5.3333333vw;
		letter-spacing: 0px;
		color: #707070;
		text-align: right;
		margin-bottom: 6.4vw;
    }
	#mainArea .mainSec .blankTxt {
		font-size:3.25vw;
		margin-top:3.75vw;
	}
	#mainArea .mainSec .blankTxt span:before {
		background:url(../common/img/icon_blank.png) no-repeat;
		background-size:2.625vw 2.625vw;
		margin-right:1.25vw;
		vertical-align:-1px;
		height:2.625vw;
		width:2.625vw;
	}
	#mainArea .mainSec .voiceList li {
		margin-bottom:5vw;
		width:46.25vw;
	}
	#mainArea .mainSec .voiceList li figure {
		margin-bottom:2.5vw;
		overflow:hidden;
		height:32.5vw;
	}
	#mainArea .mainSec .voiceList li figure img {
		height:32.5vw;
		width:100%;
		object-fit:cover;
		font-family:"object-fit:cover;";
		/*IE対策*/
	}
	#mainArea .mainSec .voiceList li dt {
		font-size:3.75vw;
		font-weight:bold;
		line-height:150%;
		margin-bottom:0.625vw;
	}
	#mainArea .mainSec .voiceList li .text,
	#mainArea .mainSec .voiceList li .continue {
		font-size:3.25vw;
		line-height:150%;
	}
	#mainArea .mainSec .voiceList li .text._name,
	#mainArea .mainSec .voiceList li .continue._name {
		text-align:right;
	}
	#mainArea .mainSec h2 {
        color: #666666;
		font-size: 5.8666vw;
		line-height: 8.5333vw;
		display:table;
		line-height:130%;
		margin:0 auto 5vw;
		position:relative;
        font-weight: bold;
		margin-bottom:2.5vw;
    }
	#mainArea .consultSec {
		padding: 10.75vw 2.5vw 12.8vw;
        background:#F7F6F4;
	}
	#mainArea .consultSec h2 {
        color: #666666;
		font-size: 5.8666vw;
		line-height: 8.5333vw;
		display:table;
		line-height:130%;
		margin:0 auto 5vw;
		position:relative;
        font-weight: bold;
	}
	#mainArea .consultSec .consultList {
        width: 72.5333vw;
        margin: 0 auto 5%;
  }
	#mainArea .consultSec .consultList li {
		position: relative;
		margin-bottom:2.5vw;
		width:34.1333vw;
	}
	#mainArea .consultSec .consultList li p {
		width: 100%;
		position: absolute;
		top: 76%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 1.3;
		color: #EF6D00;
		text-align: center;
	}
	#mainArea .consultSec .consultList li img {
		width:100%;
	}
	#mainArea .consultSec .btn {
        display: block;
        background: #fff;
        border: 0.5333vw solid #D9D4CB;
        box-shadow: 0px 0.5333vw 0px #00000033;
        padding-top: 4.4vw;
        padding-bottom: 4.4vw;
        padding-left: 4.2666vw;
        border-radius: 1.6vw;
		font-size: 4.2666vw;
		line-height: 7.4666vw;
        color: #EF6D00;
        width: 86.6666vw;
        margin: auto;
    }
	#mainArea .consultSec .btn picture {
        display: inline;
    }
	#mainArea .consultSec .icon {
        margin-left: 7.25vw;
        margin-top: -1vw;
    }
	#mainArea .shopConsultSec {
		padding: 10.75vw 2.5vw 12.8vw;
	}
	#mainArea .shopConsultSec h2 {
        color: #666666;
		font-size: 5.8666vw;
		line-height: 8.5333vw;
		display:table;
		line-height:130%;
		margin:0 auto 5vw;
		position:relative;
        font-weight: bold;
        text-align: center;
	}
	#mainArea .shopConsultSec ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: auto;
    }
    #mainArea .shopConsultSec li {
        background: #7DB240 0% 0% no-repeat padding-box;
        text-align: center;
        border-radius: 6px;
        padding-top: 3.7333333vw;
        padding-bottom: 3.7333333vw;
        padding-left: 7.4666666vw;
        padding-right: 7.4666666vw;
        display: flex;
        margin-bottom: 2.666666vw;
        width: 91.466666vw;
    }
    #mainArea .shopConsultSec li.blue {
        background: #2B66AB 0% 0% no-repeat padding-box;
    }
    #mainArea .shopConsultSec li .catchCopy {
        margin-right: 4vw;
    }
    #mainArea .shopConsultSec li .case {
        color: #FFFCEE;
		font-size: 2.933333vw;
        margin-bottom: 6px;
    }
    #mainArea .shopConsultSec li .solution {
        color: #FAEF50;
		font-size: 3.73333333vw;
        margin-bottom: 6px;
    }
    #mainArea .shopConsultSec li .imageView {
        display: flex;
        align-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        width: 48.53333vw;
    }
    #mainArea .shopConsultSec li img {
        border-radius: 6px;
        border: 5px solid #E7F1DD;
        width: 18.93333vw;
        height: 100%;
    }
    #mainArea .shopConsultSec li.blue img {
        border-radius: 6px;
        border: 5px solid #C1D2E5;
        width: 18.93333vw;
        height: 100%;
    }
    #mainArea .shopConsultSec li .imageView p.time {
        color: #FFFCEE;
		font-size: 18px;
        padding-top: 3vw;;
        text-align: left;
        width: 50%;
    }
    #mainArea .shopConsultSec li .imageView p.time span {
		font-size: 14px;
    }
    #mainArea .shopConsultSec li .imageView p.time span.mini {
		font-size: 11px;
    }
	#mainArea .estimatetSec {
        text-align: center;
        background: #F7F6F4;
		padding: 10.75vw 2.5vw 12.8vw;
	}
	#mainArea .estimatetSec ul > li {
        margin-bottom: 6.4vw;
    }
	#mainArea .estimatetSec ul > li img {
        width: 100%;
    }
	#mainArea .estimatetSec .estimatetSecCatch {
		font-size: 4.8vw;
		line-height: 5.3333vw;
        color: #666666;
        font-weight: bold;
    }
	#mainArea .estimatetSec .estimatetSecCatch2 {
		font-size: 6.4vw;
		line-height: 8.5333vw;
        color: #666666;
        font-weight: bold;
    }
	#mainArea .estimatetSec .estimatetSecCatch3 {
		font-size: 3.7333vw;
		line-height: 5.3333vw;
        color: #666666;
        margin-top: 6.4vw;
        margin-bottom: 6.4vw;
    }
	#mainArea .estimatetSec .btn {
        display: block;
        background: #fff;
        border: 0.5333vw solid #D9D4CB;
        box-shadow: 0px 0.5333vw 0px #00000033;
        padding-top: 3.4vw;
        padding-bottom: 3.4vw;
        padding-left: 4.2666vw;
        border-radius: 1.6vw;
		font-size: 4.2666vw;
		line-height: 7.4666vw;
        color: #EF6D00;
        width: 86.6666vw;
        margin: auto;
        position: relative;
        text-align: left;
    }
	#mainArea .estimatetSec .btn picture {
        display: inline;
    }
	#mainArea .estimatetSec .icon {
        position: absolute;
        top: 1.5vw;
        right: 2.533333vw;
    }
	#mainArea .recomList {
		margin-top:3.75vw;
	}
	#mainArea .recomList li {
		margin-bottom:3.75vw;
		padding:2.5vw;
		width:41vw;
	}
	#mainArea .recomList li .label {
		padding:1.25vw 2.5vw;
		top:4.375vw;
		left:0.625vw;
	}
	#mainArea .recomList li img {
		width:100%;
	}
	#mainArea .recomList li dl {
		margin-top:2.5vw;
	}
	#mainArea .recomList li dt {
		font-size:3.75vw;
		font-weight:bold;
		line-height:120%;
		margin-bottom:0.625vw;
	}
	#mainArea .recomList li dd.icon {
		margin-top:2.5vw;
	}
	#mainArea .mainSec .btn {
        display: block;
        background: #fff;
        border: 0.5333vw solid #D9D4CB;
        box-shadow: 0px 0.5333vw 0px #00000033;
        padding-top: 3.4vw;
        padding-bottom: 3.4vw;
        padding-left: 4.2666vw;
        border-radius: 1.6vw;
		font-size: 4.2666vw;
		line-height: 7.4666vw;
        color: #EF6D00;
        width: 86.6666vw;
        margin: auto;
    }
	#mainArea .mainSec .icon {
        margin-left: 18.25vw;
        margin-top: -1vw;
    }
	#mainArea .mainSec .btn picture {
        display: inline;
    }
	#mainArea .consultSec .btn picture {
        display: inline;
    }
	#mainArea .consultSec .icon {
        margin-left: 7.25vw;
        margin-top: -1vw;
    }
	#mainArea .shopConsultSec {
		margin-bottom:7.5vw;
		padding: 10.75vw 2.5vw 12.8vw;
	}
	#mainArea .columnSec {
		padding: 10.75vw 2.5vw 12.8vw;
        background: #F7F6F4;
	}
	#mainArea .columnSec h2 {
        color: #666666;
		font-size: 5.8666vw;
		line-height: 8.5333vw;
		display:table;
		line-height:130%;
		margin:0 auto 5vw;
		position:relative;
        font-weight: bold;
	}
	#mainArea .columnSec .btn {
        display: block;
        background: #fff;
        border: 0.5333vw solid #D9D4CB;
        box-shadow: 0px 0.5333vw 0px #00000033;
        padding-top: 3.4vw;
        padding-bottom: 3.4vw;
        padding-left: 4.2666vw;
        border-radius: 1.6vw;
		font-size: 4.2666vw;
		line-height: 7.4666vw;
        color: #EF6D00;
        width: 86.6666vw;
        margin: auto;
	}
    #mainArea .columnSec .btn picture {
        display: inline;
    }
	#mainArea .columnSec .icon {
        margin-left: 19.25vw;
        margin-top: -1vw;
    }
	#mainArea .columnSec .column-content-list {
        display: flex;
        margin: auto;
        flex-direction: column;
        align-items: center;
    }
	#mainArea .columnSec .column-content {
        display: flex;
        width: 91.4666vw;
        background: #FFF;
        padding-top: 2.6666vw;
        padding-bottom: 4.2666vw;
        box-shadow: 0px 0.5333vw 0px #00000033;
        border: 0.2666vw solid #D4CEC4;
        border-radius: 1.6vw;
        margin-bottom: 2.6666vw;
    }
	#mainArea .columnSec .column-content .column-content-left {
        margin-left: 5.0666vw;
        width: 12.2666vw;
        padding-top: 2vw;
    }
	#mainArea .columnSec .column-content .column-content-right {
        margin-left: 3.4666vw;
        margin-right: 4.2666vw;
    }
	#mainArea .columnSec .column-content .column-content-right .title {
		font-size: 4.8vw;
		line-height: 7.46666vw;
        color: #EF6D00;
        font-weight: 600;
    }
	#mainArea .columnSec .column-content .column-content-right .text {
		font-size: 4.2666vw;
		line-height: 7.4666vw;
        letter-spacing: 0px;
        color: #666666;
    }
	#mainArea .columnSec .column-content .column-content-right .link {
        text-align: right;
        text-decoration: underline;
		font-size: 3.7333vw;
		line-height: 5.3333vw;
        letter-spacing: 0px;
        color: #707070;
        margin-top: 4.8vw;
    }
    #mainArea .bannerSec {
		padding: 0 2.5vw 12.8vw;
        background: #F7F6F4;
    }
    #mainArea .bannerSec ul {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #mainArea .bannerSec ul li {
        margin-bottom: 10px;
    }
    #mainArea .bannerSec ul li img {
		width: 343px;
    }
    #mainArea .estimatetSec .note {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 11.733333vw;
    }
    #mainArea .estimatetSec .note img {
        margin-bottom: 3.466666vw;
    }
    #mainArea .estimatetSec .note p {
        letter-spacing: 0px;
		font-size: 3.233333vw;
		line-height: 5vw;
        color: #666666;
    }
}

/* PConly */
@media print, screen and (min-width: 768px) {
    #mainArea .mainimgArea {
        background: #EF6D00;
        min-width: 1366px;
    }
	#mainArea .mainimg {
		/* margin:10px 0 30px; */
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 1240px;
        margin: auto;
	}
    #mainArea .mainimg .main_bnr {
        width: 480px;
        padding-left: 120px;
    }
    #mainArea .mainimg .main_search {
        width: 500px;
        height: 255px;
        background: #fef2e8;
        margin: 39px 0;
        border-radius: 10px;
        text-align: center;
    }
    #mainArea .mainimg .main_search_text {
        padding-top: 30px;
        padding-bottom: 25px;
		font-size: 22px;
		line-height: 28px;
        color: #666666;
    }
    #mainArea .mainimg .main_search_btn {
        width: 400px;
        height: 60px;
        background: #EF6D00;
        color: #FFF;
        border-radius: 6px;
        margin: auto;
        cursor: pointer;
    }
	#mainArea .mainimg .main_search_btn.event {
        height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 14px;
		margin-top: 15px;
    }
	#mainArea .mainimg .default_margin {
		margin-top: 5px !important;
	}
    #mainArea .mainimg .main_search_btn picture {
        display: inline;
    }
    #mainArea .mainimg .main_search_btn img {
        padding-top: 16px;
        padding-bottom: 5px;
    }
	#mainArea .mainimg .main_search_btn.event img {
        padding-top: 0px;
        padding-bottom: 0px;
    }
	#mainArea .mainimg .searchUpPart {
		background-color: #FFF002;
		border-radius: 10px 10px 0 0;
		position: relative;
    }
	#mainArea .mainimg .searchUpPart::after {
		content: "";
		position: absolute;
		bottom: -19px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px 15px;
		border-style: solid;
		border-color: #FFF002 transparent transparent transparent;
	}
	.sp_br{
		display: none;
	}
	#mainArea .mainimg .search_btn_title{
		color: #EF6D01;
		font-size: 24px;
		font-weight: 700;
		padding-top: 26px;
		padding-bottom: 6px;
	}
	#mainArea .mainimg .fukidashiWrap{
		position: relative;
	}
	#mainArea .mainimg .fukidashi{
		position: absolute;
		z-index: 1;
		left: 410px;
		top: -15px;
	}
	#mainArea .mainimg .search_detail_text{
		font-size: 12px;
		color: #666666;
		padding: 10px 0 12px 0;
		width: 440px;
		margin: auto;
		text-align: left;
		line-height: 1.25;
	}
    #mainArea .mainimg .main_search a {
		font-size: 24px;
		line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    #mainArea .mainimg .main_search_sub_text {
		font-size: 16px;
		line-height: 24px;
        color: #333333;
        padding-top: 15px;
    }
	#mainArea .mainimg p {
	}
    #mainArea .mainSec .caseList._sub .owl-controls {
        width: 1240px;
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav {
		height:40px;
        width: 1120px;
        display: flex;
        justify-content: space-between;
        position: relative;
        top: -288px;
		left: 17px;
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav .owl-prev {
		background:url(../common/img/arrow_left_b_pc.png) no-repeat;
		background-size:40px 40px;
		left:-25px;
        width: 40px;
        position: relative;
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-nav .owl-next {
		background:url(../common/img/arrow_right_b_pc.png) no-repeat;
		background-size:40px 40px;
		right: 5px;
        width: 40px;
        position: relative;
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots {
		width: 1120px;
        display: flex;
        justify-content: center;
    }
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots .owl-dot {
		border-radius:8px;
		margin:0 7px;
		height:12px;
		width:12px;
        background: #D9D4CB;
	}
	#mainArea .mainSec .caseList._sub .owl-controls .owl-dots .owl-dot.active {
		border-radius:8px;
		margin:0 7px;
		height:12px;
		width:12px;
        background: #EF6D00;
	}
	#mainArea .mainSec .btn {
        display: block;
        width: 320px;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
		font-size: 16px;
		line-height: 28px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
	}
	#mainArea .mainSec .btn picture {
        display: inline;
    }
	#mainArea .mainSec .icon {
        width: 40px;
        margin-left: 75px;
        margin-bottom: 3px;
    }
	#mainArea .mainInr {
		margin-left:auto;
		margin-right:auto;
        width: 100%;
	}
	#mainArea .mainInr > .flexBlock {
		margin-bottom:40px;
	}
	#mainArea .mainInr:last-of-type .mainSec {
        min-width: 1366px;
        margin: auto;
        padding-top: 70px;
        padding-bottom: 80px;
	}
	#mainArea .campBnr {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin-bottom:80px;
		margin-top:70px;
        margin-left: auto;
        margin-right: auto;
        width: 1240px;
	}
	#mainArea .campBnr li {
		margin-right:13.3px;
	}
	#mainArea .campBnr li:last-of-type {
		margin-right:0;
	}
	#mainArea .campBnr a:hover {
		opacity:0.7;
	}
	#mainArea .msgBox {
		font-size:128.57143%;
		margin-bottom:30px;
		padding:10px;
	}
	#mainArea .flexBlock {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#mainArea .flexBlock .estimate {
		background:#ed6d00;
		border-radius:10px;
		margin-top:40px;
		padding:0 15px 20px;
		width:240px;
	}
	#mainArea .flexBlock .estimate h2 {
		margin:-40px 0 15px;
		text-align:center;
	}
	#mainArea .flexBlock .estimate li {
		background:#fff;
		border-radius:5px;
		margin-top:10px;
	}
	#mainArea .flexBlock .estimate li a:hover {
		display:block;
		opacity:0.8;
	}
	#mainArea .flexBlock .replace {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:820px;
	}
	#mainArea .flexBlock .replace .replaceBox {
		width:265px;
	}
	#mainArea .flexBlock .replace .replaceBox dd {
		border-radius:0 0 20px 20px;
		padding:12px 18px 15px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .flexBlock {
		padding:0 2px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .flexBlock > img {
		height:110px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .time {
		padding:55px 0 0;
	}
	#mainArea .flexBlock .replace .replaceBox dd .linkList {
		margin-top:12px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .linkList li {
		margin-top:7px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .linkList li a {
		border:2px solid #5cb531;
		border-radius:15px;
		box-shadow:0 2px 0 0 #97a590;
		font-size:107.14286%;
	}
	#mainArea .flexBlock .replace .replaceBox dd .linkList li a .fas {
		font-size:140%;
		line-height:120%;
		vertical-align:-2px;
	}
	#mainArea .flexBlock .replace .replaceBox dd .linkList li a:hover {
		background:#5cb531;
		color:#fff;
	}
	#mainArea .flexBlock .replace .replaceBox._door dd .linkList li a {
		border:2px solid #004795;
	}
	#mainArea .flexBlock .replace .replaceBox._door dd .linkList li a:hover {
		background:#004795;
		color:#fff;
	}
	#mainArea .flexBlock .timenote {
		margin-top:5px;
		text-align:right;
		width:100%;
	}
	#mainArea .flexBlock._reverse {
		flex-direction:row-reverse;
	}
	#mainArea .flexBlock._reverse .secWrap {
		width:820px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec {
		margin-bottom:60px;
		position:relative;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox {
		background:#f5f5f5;
		border-radius:20px;
		padding:30px 20px 20px;
		position:absolute;
		width:420px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox h2 {
		margin-bottom:15px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox > p {
		font-size:107.14286%;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox .searchBox {
		border-radius:10px;
		margin:25px auto;
		height:50px;
		width:300px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox .searchBox input[type="text"] {
		padding:8px 12px;
		height:30px;
		width:263px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox .searchBox button[type="submit"] {
		cursor:pointer;
		font-size:128.57143%;
		height:30px;
		width:30px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec .shopBox:after {
		background:url(../img/shop_img.png) no-repeat;
		content:"";
		display:block;
		margin:0 auto;
		height:102px;
		width:142px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg {
		margin-top:30px;
		height:580px;
		width:820px;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg rect {
		fill:#c9caca;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .hokkaido {
		fill:#009fe6;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .tohoku {
		fill:#6ab6cc;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .kanto {
		fill:#66847d;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .chubu {
		fill:#7db340;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .kinki {
		fill:#499947;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .chugoku {
		fill:#d16c15;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .shikoku {
		fill:#d58090;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a .kyushu {
		fill:#ed8c00;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a.disabled {
		pointer-events:none;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a.disabled rect {
		fill:#c9caca;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg .maptxt {
		font-size:16px;
		fill:#fff;
		text-anchor:middle;
	}
	#mainArea .flexBlock._reverse .secWrap .shopSec svg a:hover {
		opacity:0.8;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .ttlBlock {
		margin-bottom:10px;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox {
		border-radius:10px;
		padding:20px 25px;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox ul {
		padding:15px 20px 15px 5px;
		height:180px;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox ul li {
		margin-bottom:15px;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox ul li dl {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		justify-content:flex-start;
		font-size:107.14286%;
		line-height:150%;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox ul li dl dt {
		padding-right:5px;
		width:150px;
	}
	#mainArea .flexBlock._reverse .secWrap .newsSec .newsBox ul li dl dd {
		width:570px;
	}
	#mainArea .mainSec {
		margin-bottom:80px;
	}
	#mainArea .mainSec h2 {
		margin-bottom: 48px;
		font-size: 28px;
		line-height: 28px;
        color: #666666;
        font-weight: bold;
	}
	#mainArea .mainSec .studyList {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#mainArea .mainSec .studyList li {
		font-size:107.14286%;
		line-height:150%;
		margin-bottom:20px;
		width:360px;
	}
	#mainArea .mainSec .studyList li a:hover img {
		opacity:0.8;
	}
	#mainArea .mainSec .studyList li figure {
		margin-bottom:5px;
	}
	#mainArea .mainSec .ttlBlock .listLink {
		margin-top:calc(-15px - 1.3em);
	}
	#mainArea .mainSec .caseList {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#mainArea .mainSec .caseList li a:hover img {
		opacity:0.8;
	}
	#mainArea .mainSec .caseList li figure {
		margin-bottom: 20px;
	}
	#mainArea .mainSec .caseList li dt {
		font-size:135.71429%;
		font-weight:bold;
		line-height:150%;
	}
	#mainArea .mainSec .caseList li .text,
	#mainArea .mainSec .caseList li .continue {
		font-size:107.14286%;
		line-height:150%;
	}
	#mainArea .mainSec .caseList._main {
		margin-bottom:40px;
	}
	#mainArea .mainSec .caseList._main li {
		width:548px;
	}
	#mainArea .mainSec .caseList._main li figure {
		overflow:hidden;
		height:397px;
	}
	#mainArea .mainSec .caseList._main li figure img {
		height:397px;
		width:100%;
		object-fit:cover;
		font-family:"object-fit:cover;";
		/*IE対策*/
	}
	#mainArea .mainSec .caseList._main li .date p {
		margin-right:20px;
	}
	#mainArea .mainSec .caseList._sub {
        justify-content: flex-start;
        align-items: stretch;
        width: 1128px;
        margin: auto;
		margin-bottom:30px;
	}
	#mainArea .mainSec .caseList._sub li {
        position: relative;
				margin-left:10px;
				margin-right:10px;
				width: 260px;
        box-shadow: 0px 2px 0px #00000033;
        border: 1px solid #D4CEC4;
        border-radius: 6px;
        height: 468px;
	}
    .owl-stage-outer {
        /*
        box-shadow: 0px 2px 0px #00000033;
        border-radius: 6px;
        */
    }
	#mainArea .mainSec .caseList._sub li:last-of-type {
		margin-right:0;
	}
	#mainArea .mainSec .caseList._sub li figure {
		overflow: hidden;
		height: 206px;
		border-radius: 5px 5px 0 0;
	}
	#mainArea .mainSec .caseList._sub li figure img {
        height: 206px;
		width:100%;
		object-fit:cover;
		font-family:"object-fit:cover;";
		/*IE対策*/
	}
	#mainArea .mainSec .caseList._sub li .date {
        padding-left: 20px;
		font-size: 14px;
		line-height: 20px;
        color: #666666;
        padding-right: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-right: 20px;
    }
	#mainArea .mainSec .caseList._sub li .date p {
		margin-bottom: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#mainArea .mainSec .caseList._sub li dl {
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		word-wrap: break-word;
  }
	#mainArea .mainSec .blankTxt {
		font-size:107.14286%;
	}
	#mainArea .mainSec .caseList._sub li dl dt {
		height: 55px;
		max-height: 55px;
		font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: 0px;
		color: #EF6D00;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
    }
	#mainArea .mainSec .caseList._sub li dl .text {
		max-height: 56px;
		margin-top: 16px;
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0px;
		color: #333333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 56px;
    }
	#mainArea .mainSec .caseList._sub li dl .continue {
		text-align: right;
		text-decoration: underline;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #707070;
    }
	#mainArea .mainSec .blankTxt span:before {
		background:url(../common/img/icon_blank.png) no-repeat;
		background-size:15px 15px;
		margin-right:5px;
		vertical-align:-2px;
		height:15px;
		width:15px;
	}
	#mainArea .mainSec .voiceList {
		justify-content:flex-start;
		margin-bottom:30px;
	}
	#mainArea .mainSec .voiceList li {
		margin-right:24px;
		width:262px;
	}
	#mainArea .mainSec .voiceList li:last-of-type {
		margin-right:0;
	}
	#mainArea .mainSec .voiceList li a:hover img {
		opacity:0.8;
	}
	#mainArea .mainSec .voiceList li figure {
		margin-bottom:15px;
		overflow:hidden;
		height:190px;
	}
	#mainArea .mainSec .voiceList li figure img {
		height:190px;
		width:100%;
		object-fit:cover;
		font-family:"object-fit:cover;";
		/*IE対策*/
	}
	#mainArea .mainSec .voiceList li dt {
		font-size:135.71429%;
		font-weight:bold;
		line-height:150%;
	}
	#mainArea .mainSec .voiceList li .text,
	#mainArea .mainSec .voiceList li .continue {
		font-size:107.14286%;
		line-height:150%;
	}
	#mainArea .mainSec .voiceList li .text._name,
	#mainArea .mainSec .voiceList li .continue._name {
		text-align:right;
	}
    #mainArea .consultSec {
        background:#F7F6F4;
        min-width: 1366px;
		padding:70px 0 80px;
    }
	#mainArea .consultSec h2 {
		margin-bottom:48px;
		font-size: 28px;
		line-height: 28px;
        color: #666666;
        font-weight: bold;
	}
	#mainArea .consultSec .btn {
        display: block;
        width: 320px;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
		font-size: 16px;
		line-height: 28px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
	}
	#mainArea .consultSec .btn picture {
        display: inline;
    }
	#mainArea .consultSec .icon {
        margin-left: 26px;
        margin-bottom: 3px;
        width: 30px;
    }
    /*
	#mainArea .consultSec h2:before {
		background:url(../img/consult_img01.png) no-repeat;
		background-size:58px 53px;
		content:"";
		display:inline-block;
		margin-right:20px;
		vertical-align:-13px;
		height:53px;
		width:58px;
	}
	#mainArea .consultSec h2:after {
		background:url(../img/consult_img02.png) no-repeat;
		background-size:58px 53px;
		content:"";
		display:inline-block;
		margin-left:17px;
		vertical-align:-13px;
		height:53px;
		width:58px;
	}
    */
	#mainArea .consultSec .consultList {
		margin-left:auto;
		margin-right:auto;
    margin-bottom: 20px;
		width:1120px;
	}
	#mainArea .consultSec .consultList li {
		position: relative;
		margin-bottom:20px;
		width:170px;
	}
	#mainArea .consultSec .consultList li p {
		width: 100%;
		position: absolute;
		top: 76%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
		color: #EF6D00;
		text-align: center;
	}
	#mainArea .consultSec .consultList li img{
		width: 100%;
	}
	#mainArea .consultSec .consultList li a:hover {
		display:block;
		opacity:0.8;
	}
	#mainArea .shopConsultSec {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 80px;
        min-width: 1366px;
    }
	#mainArea .shopConsultSec h2 {
		margin-bottom:48px;
		font-size: 28px;
		line-height: 28px;
        color: #666666;
        font-weight: bold;
    }
	#mainArea .shopConsultSec ul {
        width: 1120px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: auto;
    }
    #mainArea .shopConsultSec li {
        background: #7DB240 0% 0% no-repeat padding-box;
        text-align: center;
        width: 360px;
        border-radius: 6px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #mainArea .shopConsultSec li.blue {
        background: #2B66AB 0% 0% no-repeat padding-box;
    }
    #mainArea .shopConsultSec li .case {
        color: #FFFCEE;
		font-size: 18px;
		line-height: 20px;
        margin-bottom: 6px;
    }
    #mainArea .shopConsultSec li .solution {
        color: #FAEF50;
		font-size: 24px;
		line-height: 28px;
        margin-bottom: 6px;
    }
    #mainArea .shopConsultSec li .imageView {
        display: flex;
        align-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: auto;
        width: 230px;
    }
    #mainArea .shopConsultSec li img {
        border-radius: 6px;
        border: 5px solid #E7F1DD;
        width: 70px;
    }
    #mainArea .shopConsultSec li.blue img {
        border-radius: 6px;
        border: 5px solid #C1D2E5;
        width: 70px;
    }
    #mainArea .shopConsultSec li .imageView p.time {
        color: #FFFCEE;
		font-size: 28px;
		line-height: 32px;
        padding-top: 7px;
        text-align: left;
        padding-left: 15px;
    }
    #mainArea .shopConsultSec li .imageView p.time span {
		font-size: 22px;
		line-height: 26px;
    }
    #mainArea .shopConsultSec li .imageView p.time span.mini {
		font-size: 14px;
		line-height: 14px;
    }
	#mainArea .estimatetSec {
        text-align: center;
        background: #F7F6F4;
        padding-top: 70px;
        padding-bottom: 80px;
        min-width: 1366px;
    }
	#mainArea .estimatetSec ul {
        width: 1042px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: auto;
        text-align: center;
        color: #666666;
        padding-bottom: 40px;
    }
	#mainArea .estimatetSec .estimatetSecCatch {
		font-size: 24px;
		line-height: 32px;
        font-weight: bold;
    }
	#mainArea .estimatetSec .estimatetSecCatch2 {
		padding-top: 15px;
		font-size: 28px;
		line-height: 28px;
        font-weight: bold;
    }
	#mainArea .estimatetSec .estimatetSecCatch3 {
		padding-top: 25px;
		padding-bottom: 27px;
		font-size: 18px;
		line-height: 30px;
    }
	#mainArea .estimatetSec .btn {
        display: block;
        width: 320px;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
		font-size: 16px;
		line-height: 28px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding-top: 21px;
        padding-bottom: 22px;
        padding-left: 16px;
        text-align: left;
        position: relative;
	}
    #mainArea .estimatetSec .btn picture {
        display: inline;
    }
	#mainArea .estimatetSec .icon {
        position: absolute;
        top: 14px;
        right: 9.5px;
    }
	#mainArea .recomList {
		justify-content:flex-start;
		margin-top:30px;
	}
	#mainArea .recomList li {
		margin-right:20px;
		margin-bottom:20px;
		padding:15px;
		width:234px;
	}
	#mainArea .recomList li a:hover {
		opacity:0.8;
	}
	#mainArea .recomList li:nth-of-type(4n) {
		margin-right:0;
	}
	#mainArea .recomList li .label {
		padding:7px 15px;
		top:25px;
		left:5px;
	}
	#mainArea .recomList li dl {
		margin-top:15px;
	}
	#mainArea .recomList li dt {
		font-size:135.71429%;
		margin-bottom:5px;
	}
	#mainArea .recomList li dd.icon {
		margin-top:10px;
	}
    #mainArea .columnSec {
		padding:70px 0 80px;
        background: #F7F6F4;
        min-width: 1366px;
    }
    #mainArea .columnSec h2 {
		margin-bottom:48px;
		font-size: 28px;
		line-height: 28px;
        color: #666666;
        font-weight: bold;
        text-align: center;
	}
	#mainArea .columnSec .btn {
        display: block;
        width: 320px;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
		font-size: 16px;
		line-height: 28px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
	}
    #mainArea .columnSec .btn picture {
        display: inline;
    }
	#mainArea .columnSec .icon {
        margin-left: 70px;
        margin-bottom: 3px;
    }
	#mainArea .columnSec .column-content-list {
        display: flex;
        justify-content: space-around;
        width: 1120px;
        margin: auto;
        margin-bottom: 40px;
    }
	#mainArea .columnSec .column-content {
        display: flex;
        width: 360px;
        background: #FFF;
        padding-top: 24px;
        padding-bottom: 24px;
        box-shadow: 0px 2px 0px #00000033;
        border: 1px solid #D4CEC4;
        border-radius: 6px;
    }
	#mainArea .columnSec .column-content .column-content-left {
        margin-left: 26px;
        width: 48px;
    }
	#mainArea .columnSec .column-content .column-content-right {
        margin-left: 12px;
        margin-right: 20px;
    }
	#mainArea .columnSec .column-content .column-content-right .title {
		font-size: 20px;
		line-height: 30px;
        color: #EF6D00;
        height: 60px;
    }
	#mainArea .columnSec .column-content .column-content-right .text {
		font-size: 16px;
		line-height: 28px;
        letter-spacing: 0px;
        color: #666666;
        height: 72px;
    }
	#mainArea .columnSec .column-content .column-content-right .link {
        text-align: right;
        text-decoration: underline;
		font-size: 14px;
		line-height: 20px;
        letter-spacing: 0px;
        color: #707070;
        margin-top: 18px;
    }
    #mainArea .bannerSec {
        padding: 0 0 80px;
        background: #F7F6F4;
        min-width: 1366px;
    }
    #mainArea .bannerSec ul {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        width: 1120px;
        justify-content: space-around;
    }
    #mainArea .bannerSec ul li {
        margin-bottom: 20px;
    }
	#mainArea .bannerSec ul li img {
		width: 265px;
    }
    #mainArea .estimatetSec .note {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 42.25px;
    }
    #mainArea .estimatetSec .note p {
        margin-left: 11px;
		font-size: 14px;
		line-height: 30px;
        letter-spacing: 0px;
        color: #666666;
    }
    #mainArea .bannerSec ul.temp {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        width: 1120px;
        justify-content: flex-start;
		gap: 20px;
    }
    #mainArea .bannerSec ul.temp li {
        margin-right: 0px;
		margin-bottom: 0px;
    }
    #mainArea .bannerSec ul.temp li:last-of-type {
        margin-right: 0;
    }
}
