@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
/*header {
	height:200px;
}*/
.lower_head {
    background: #ea5f00;
    height: 200px;
    z-index: -1;
    position: relative;
}
.white_head h2 {
    font-size: 34px;
	margin-top: 60px;
	letter-spacing: 0.2em;
}
.white_head h2:before {
    top: 55px;
}
.white_head a.back {
    display: block;
    width: 270px;
    text-align: center;
    margin: 50px auto 0;
    padding: 20px 0;
    background: #ea5f00;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 840px) {

	.white_head h2 {
		font-size: 24px;
	}

}
@media screen and (max-width: 640px) {

	.white_head h2 {
		font-size:18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
    .white_head a.back {
        font-size: 14px;
    }

}
/*-----------------------------------

	#support

-----------------------------------*/
/*
#support {
	padding-bottom: 120px;
}


@media screen and (max-width: 840px) {

	#support {
		padding-bottom: 60px;
	}

}

@media screen and (max-width: 640px) {

	#support {
		padding-bottom: 40px;
	}

}
*/

/*block_01*/
#support .block_wrap {
	margin-top:120px;
}
#support .conte_box {
	 margin-top: 50px;
}
#support p{
	display:block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.1rem;
    line-height: 200%;
}
#support h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 120%;
    color: #000;
    text-align: center;
    position: relative;
    /* border-bottom: 1px solid #EA6000; */
}
#support h3:after{
	content:"";
	background:#EA6000;
	width:80%;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin:0 auto;
}
#support h3 span:before{
	content:"";
	background:#EA6000;
	width:1px;
	height:20px;
	position:absolute;
	left:0;
}
#support h3 span:after{
	content:"";
	background:#EA6000;
	width:1px;
	height:20px;
	position:absolute;
	right:0;
}
#support h3 span {
	width:160px;
	margin:0 auto;
	display:block;
	font-size: 14px;
	font-weight:700;
	letter-spacing: 0.1rem;
	line-height:120%;
	margin-top:15px;
	padding-bottom:15px;
	color:#EA6000;
	position:relative;
}
/*#support .h4_style {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1rem !important;
    line-height: 200% !important;
    color: #EA6000;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}*/
#support .main_text {
    margin: 50px 0 0 0 !important;
}
#support .img_box_01 {
    text-align: center;
    display: block;
    margin: 60px auto 0;
}
#support .img_box_02 {
	float:left;
}
#support .text_box {
	float:right;
	width:50%;
}
#support .h3_style {
	font-size:28px;
	font-weight:700;
    color: #EA6000;
	margin:20px 0;
}
#support .img_box_03 {
    text-align: center;
    margin: 20px auto;
    display: block;
}
#support h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 120%;
	padding-left:15px;
    position: relative;
	margin:30px 0;
}
#support h4::before {
    content: "";
    width: 5px;
    height: 28px;
    background: #e97708;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (max-width: 1200px) {

	#support .img_box_02 {
		width:50%;
	}
	#support .text_box {
		width:45%;
	}
	#support .h3_style {
		font-size:18px;
	}

}
@media screen and (max-width: 840px) {

	#support .block_wrap {
		margin-top: 100px;
	}
	#support h3 {
		font-size: 21px;
	}
	#support .h3_style {
		font-size: 16px !important;
		/*margin: 0 auto;*/
	}
	#support .img_box_02 {
		width:100%;
		margin-bottom:30px;
	}
	#support .text_box {
		width:100%;
	}
	#support .h4_style {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {

	#support .conte_box {
		 margin-top: 30px;
	}
	#support .main_text {
		margin: 30px 0 0 0 !important;
	}
	/*#quality .block_wrap {
		margin-top: 30px;
	}*/
}
@media screen and (max-width: 550px) {

	#support .text_box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	#support .h4_style {
		font-size: 14px !important;
		margin: 30px 0;
	}

}

@media screen and (max-width: 420px) {

	#support .block_wrap {
		margin-top: 80px;
	}
}


/*block_02*/
@media screen and (max-width: 1200px) {

	#support .img_box_04 {
		width:48%;
	}
	#support .img_box_05 {
		width:48%;
	}

}
@media screen and (max-width: 640px) {

	#support .img_box_04 {
		width:100%;
		margin-bottom:30px;
	}
	#support .img_box_05 {
		width:100%;
	}

}

/*block_03*/
#support .o_text {
    font-weight: 700 !important;
    color: #EA6000;
}
#support .img_box_06 {
	margin-top:30px;
}

/*block_04*/
#support ul {
	margin-top:30px;
	overflow:hidden;
}
#support ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
	text-align:center;
}
#support ul li:last-child{
	margin-right:0;
}
#support .circlel {
	width:100px;
	height:50px;
	margin:0 auto;
	border-radius:100px 100px 0 0;
	background:#EA6000;
	color:#fff;
	line-height:1;
	position:relative;
}
#support .circlel span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    text-align: center;
}
#support ul li h5 {
    font-size: 18px;
    letter-spacing: 0.1rem;
    line-height: 200%;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
}
#support ul li h5:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #ea5f00;
}
#support ul li p{
	display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.1rem;
    line-height: 200%;
	text-align:left;
}

@media screen and (max-width: 940px) {

	#support ul li {
		width: 49%;
	}
	#support ul li:nth-child(even) {
		margin-right: 0;
	}

}

@media screen and (max-width: 640px) {

	#support ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}
	#support ul li:last-child {
		margin-bottom: 0;
	}
	#support ul li h6 {
		font-size:14px;
	}

}
