@charset "UTF-8";


/*============================================================*/
/* catch
/*============================================================*/
#catch {
    background-color: #efefef;
}
#catch .inr {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    background: url(../img/catchBg.jpg) no-repeat top 0 right 0;
    background-size: contain;
}
@media screen and (max-width:768px) {
    #catch {
        min-width: auto;
    }
    #catch .inr {
        display: block;
        width: 100%;
        min-height: inherit;
        margin: 0 auto;
        background: none;
    }
}

/* .catchBox
----------------------------------*/
#catch .catchBox {
	margin-left: 80px;
	text-align: center;
}
@media screen and (max-width:768px) {
	#catch .catchBox {
		margin-left: 0;
	}
}

/* dl
------------------*/
#catch .catchBox dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 580px;
	font-weight: bold;
}
#catch .catchBox dt,
#catch .catchBox dd {
	padding: 10px 10px 8px;
	border: 2px solid #D37D29;
}
#catch .catchBox dd {
	width: 400px;
	background-color: #D37D29;
	color: #fff;
}
#catch .catchBox dt {
	width: 200px;
	background-color: #fff;
	color: #D37D29;
}
#catch .catchBox dd {
	padding: 10px 10px 8px;
	width: 400px;
	border: 2px solid #D37D29;
	background-color: #D37D29;
	color: #fff;
}
@media screen and (max-width:768px) {
	#catch .catchBox dl {
		display: block;
		width: 100%;
	}
	#catch .catchBox dt,
	#catch .catchBox dd {
		padding: 6px 6px 4px;
		width: 100%;
		font-size: 1.4rem;
	}
}

/* .readCopy
------------------*/
#catch .catchBox .readCopy {
	line-height: 1.4;
	margin-top: 20px;
	font-weight: bold;
}
#catch .catchBox .readCopy span {
	display: block;
}
@media screen and (max-width:768px) {
	#catch .catchBox .readCopy {
		margin-top: 15px;
		font-size: 1.3rem;
	}
	#catch .catchBox .readCopy span {
		display: inline;
	}
}

/* h2
------------------*/
#catch .catchBox h2 {
	font-weight: bold;
	font-size: 4.8rem;
}
@media screen and (max-width:768px) {
	#catch .catchBox h2 {
		font-size: 3.2rem;
	}
}

/* ul
------------------*/
#catch .catchBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5px;
	width: 580px;
}
#catch .catchBox li {
	position: relative;
	padding: 10px 10px 8px;
	width: 187px;
	font-weight: bold;
	background-color: #D37D29;
	color: #fff;
}
#catch .catchBox li::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #D37D29 transparent transparent;
	right: 16px;
	bottom: -8px;
}
#catch .catchBox li:nth-child(4),
#catch .catchBox li:nth-child(5),
#catch .catchBox li:nth-child(6) {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	#catch .catchBox ul {
		width: 100%;
	}
	#catch .catchBox li {
		position: relative;
		padding: 8px 8px 6px;
		width: 49%;
		font-size: 1.4rem;
	}
	#catch .catchBox li:nth-child(3) {
		margin-top: 10px;
	}
}

/* .subCopy
------------------*/
#catch .catchBox .subCopy {
	line-height: 1.4;
	margin-top: 20px;
	font-weight: bold;
	font-size: 2.0rem;
}
#catch .catchBox .subCopy span {
	display: block;
}
@media screen and (max-width:768px) {
	#catch .catchBox .subCopy {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	#catch .catchBox .subCopy span {
		display: inline;
	}
}


/*============================================================*/
/* attention
/*============================================================*/
#attention {}
#attention .inr {
	padding-top: 20px;
	padding-bottom: 0;
}
#attention .note {
	font-weight: bold;
	font-size: 1.4rem;
}
@media screen and (max-width:768px) {
	#attention .inr {
		padding-top: 15px;
		padding-bottom: 0;
	}
}


/*============================================================*/
/* trouble
/*============================================================*/
#trouble {}
#trouble .inr {
	padding-top: 40px;
}
@media screen and (max-width:768px) {
	#trouble .inr {
		padding-top: 20px;
	}
}

/* .contHead
----------------------------------*/
#trouble .contHead {
	text-align: center;
}
#trouble .contHead p {
	font-weight: bold;
	font-size: 1.8rem;
	color: #D37D29;
}
#trouble .contHead h2 {
	background: none;
}
@media screen and (max-width:768px) {
	#trouble .contHead p {
		line-height: 1.2;
		font-size: 1.6rem;
	}
	#trouble .contHead h2 {
		line-height: 1.2;
		margin-top: 10px;
	}
}

/* .troubleBox
----------------------------------*/
#trouble .troubleBox {}
#trouble .troubleBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#trouble .troubleBox li {
	width: 490px;
	border: 2px solid #FCF1EB;
}
#trouble .troubleBox li h3 {
	padding: 18px 18px 16px;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	background-color: #FCF1EB;
}
#trouble .troubleBox li div {
	margin-top: 10px;
	padding: 20px 30px 26px 148px;
}
#trouble .troubleBox li div p {
	line-height: 1.4;
	font-weight: bold;
	font-size: 2.2rem;
	color: #D37D29;
}
#trouble .troubleBox li:nth-child(3),
#trouble .troubleBox li:nth-child(4) {
	margin-top: 20px;
}
#trouble .troubleBox li:nth-child(1) div {
    background: url(../img/trouble01.png) no-repeat bottom 0 left 6%;
    background-size: contain;
}
#trouble .troubleBox li:nth-child(2) div {
    background: url(../img/trouble02.png) no-repeat bottom 0 left 6%;
    background-size: contain;
}
#trouble .troubleBox li:nth-child(3) div {
    background: url(../img/trouble03.png) no-repeat bottom 0 left 6%;
    background-size: contain;
}
#trouble .troubleBox li:nth-child(4) div {
    background: url(../img/trouble04.png) no-repeat bottom 0 left 6%;
    background-size: contain;
}
@media screen and (max-width:768px) {
	#trouble .troubleBox li {
		width: 100%;
	}
	#trouble .troubleBox li h3 {
		padding: 16px 16px 14px;
		font-size: 2.2rem;
	}
	#trouble .troubleBox li div {
		margin-top: 10px;
		padding: 10px 20px 16px 138px;
	}
	#trouble .troubleBox li div p {
		font-size: 1.6rem;
	}
	#trouble .troubleBox li:nth-child(2),
	#trouble .troubleBox li:nth-child(3),
	#trouble .troubleBox li:nth-child(4) {
		margin-top: 10px;
	}
	#trouble .troubleBox li div {
		background-position: bottom 0 left 10%;
	}
}


/*============================================================*/
/* contact
/*============================================================*/
.contact {}
.contact .inr {
	padding-top: 0;
	padding-bottom: 0;
}

/* .contHead
----------------------------------*/
.contact .contHead {
	margin-bottom: 30px;
}
.contact .contHead h2 {
	line-height: 1;
	background-color: #D37D29;
	color: #D37D29;
}
.contact .contHead h2 em {
	padding-right: 0;
	background-color: #fff;
}
@media screen and (max-width:768px) {
	.contact .contHead {
		margin-bottom: 15px;
	}
}

/* .contactBox
----------------------------------*/
.contact .contactBox {}
.contact .contactBox h3 {
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width:768px) {
	.contact .contactBox h3 span {
		display: block;
		font-size: 1.2rem;
	}
}

/* .tel
------------------*/
.contact .contactBox .tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .contactBox .tel .telNumber {
	line-height: 1;
	font-weight: bold;
	font-size: 10.8rem;
	letter-spacing: -4px;
}
.contact .contactBox .tel .telNumber a {
	color: #231815;
	text-decoration: none;
}
.contact .contactBox .tel dl {
	margin-bottom: 10px;
	margin-left: 6px;
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}
.contact .contactBox .tel dl dd {
	color: #fff;
	background-color: #D37D29;
}
@media screen and (max-width:768px) {
	.contact .contactBox .tel {
		justify-content: space-around;
	}
	.contact .contactBox .tel .telNumber {
		margin-top: 0;
		margin-left: 0;
		font-size: 3.0rem;
		letter-spacing: -2px;
	}
	.contact .contactBox .tel dl {
		margin-bottom: 8px;
		margin-left: 0;
		font-size: 1.0rem;
	}
	.contact .contactBox .tel dl dd {
		color: #fff;
		background-color: #D37D29;
	}
}

/* .about
------------------*/
.contact .contactBox .about {
	margin-top: 10px;
}
.contact .contactBox .about h4 {
	padding: 10px 0 8px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #D37D29;
	text-align: center;
	border-top: 1px dashed #FCF1EB;
	border-bottom: 1px dashed #FCF1EB;
}
.contact .contactBox .about h4 span {
	display: block;
}
.contact .contactBox .about p {
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.contact .contactBox .about h4 {
		font-size: 1.6rem;
		text-align:justify;
	}
	.contact .contactBox .about h4 span {
		display: inline;
	}
	.contact .contactBox .about p {
		line-height: 1.2;
		margin-top: 10px;
		font-size: 1.2rem;
		text-align:justify;
	}
}

/* .btn
------------------*/
.contact .contactBox .btn {
	margin: 40px auto 0;
	width: 480px;
}
@media screen and (max-width:768px) {
	.contact .contactBox .btn {
		margin: 15px auto 0;
		width: 100%;
	}
}


/*============================================================*/
/* feature
/*============================================================*/
#feature {}
#feature .inr {}

/* .featureBox
----------------------------------*/
#feature .featureBox {
    background: url(../img/featureBg.png) no-repeat top 0 left 0;
    background-size: contain;
}
#feature .featureBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-left: 532px;
	width: 468px;
}
#feature .featureBox li {
	line-height: 0.7;
}
#feature .featureBox li:nth-child(3),
#feature .featureBox li:nth-child(4) {
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	#feature .featureBox {
	    background: none;
	}
	#feature .featureBox ul {
		margin-left: 0;
		width: 100%;
	}
	#feature .featureBox li {
		width: 49%;
	}
	#feature .featureBox li:nth-child(3),
	#feature .featureBox li:nth-child(4) {
		margin-top: 10px;
	}
}


/*============================================================*/
/* field
/*============================================================*/
#field {}
#field .inr {
	padding-top: 0;
}


