@charset "UTF-8";

/*----------------------------------------
	about
-----------------------------------------*/

#about h2 {
	padding-bottom: 50px;
}
#about h3 {
	font-size: 38px;
	font-weight: bold;
}
#about a {
	color: #629a69;
}

/*----------------------------------------
	intro
-----------------------------------------*/

#intro {
	background: url(../img/about_pic.jpg) no-repeat top left;
	height: 390px;
	text-align: left;
	padding-bottom: 93px;
}
#intro h3 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 27px;
}
#intro h3 + p {
	line-height: 1.9;
}
#intro div {
	width: 700px;
	text-align: center;
	padding: 75px 0 0 70px;
	box-sizing: border-box;
}

/*----------------------------------------
	senkou
-----------------------------------------*/

#senkou h3 {
	padding-bottom: 26px;
}
#senkou h3 + p {
	padding-bottom: 59px;
}
#senkou h4 {
	font-size: 30px;
	font-weight: bold;
	background: #f4f4f4;
	padding: 10px 0;
	margin-bottom: 40px;
}
#senkou h5 {
	font-size: 20px;
	font-weight: bold;
}

/*----------------------------------------
	way
-----------------------------------------*/

#way ul {
	padding-bottom: 52px;
}
#way ul li {
	width: 260px;
	float: left;
	padding-left: 78px;
}
#way h5 {
	padding: 17px 0 22px;
}
#way h5 + p {
	text-align: left;
}

/*----------------------------------------
	point
-----------------------------------------*/

#point ul {
	padding: 0 90px 44px;
}
#point ul li {
	width: 240px;
	float: left;
	padding-right: 100px;
}
#point ul li:nth-child(3n) {
	padding-right: 0;
}
#point h5 {
	padding: 16px 0 45px;
}

/*----------------------------------------
	merit
-----------------------------------------*/

#merit h3 {
	padding-bottom: 41px;	
}
#merit ul {
	padding-bottom: 80px;	
}
#merit ul li {
	width: 540px;
	float: left;
	background: #f4f4f4;
	padding: 45px 80px 39px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}
#merit ul li .no {
	position: absolute;
	top: 13px;
	left: 25px;
	font-size: 34px;
	font-weight: bold;
}
#merit ul li:nth-child(2n) {
	margin-right: 0;
}
#merit h4 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 37px;
}
#merit h4 + p {
	text-align: left;
	padding-bottom: 22px;
	margin-right: -10px;
}
#merit .inner {
	position: relative;
	padding: 37px 32px 40px 133px;
	background: #fff;
	text-align: left;
}
#merit .inner .logo {
	position: absolute;
	top: 32px;
	left: 40px;
}
#merit .inner .logo_old {
	position: absolute;
	top: 132px;
	left: 40px;
}
#merit .inner .logo + p {
	font-size: 14px;
	padding-bottom: 5px;
}

/*----------------------------------------
	apply
-----------------------------------------*/

#apply {
	padding-bottom: 100px;
}

/*----------------------------------------
	gaiyo
-----------------------------------------*/

#gaiyo h2 {
	padding-bottom: 50px;
	max-height: 100%;/*android*/
}
#gaiyo h3 {
	font-size: 38px;
	font-weight: bold;
	padding-bottom: 40px;
	max-height: 100%;/*android*/
}
#gaiyo h2 + table {
	width: 780px;
	margin: 0 auto 92px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#gaiyo h2 + table th, #gaiyo h2 + table td {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 1.5;
}
#gaiyo h2 + table th {
	width: 220px;
	padding: 24px 25px 24px 31px;
	background: #f4f4f4;
	font-weight: bold;
	vertical-align: top;
}
#gaiyo h2 + table td {
	width: 560px;
	padding: 24px 31px;
	background: #fff;
	vertical-align: top;
	max-height: 100%;/*android*/
}
#gaiyo h2 + table dt {
	font-weight: bold;
	background: #fff;
}
#gaiyo h2 + table dd {
	padding-bottom: 20px;
	background: #fff;
	line-height: 1.5;
}
#gaiyo h2 + table dd:last-child {
	padding-bottom: 0;
}
#gaiyo .download li {
	float: left;
}
#gaiyo .download li span {
	font-size: 12px;
}
#gaiyo .download li a {
	display: block;
	padding: 6px 23px 10px 37px;
}
#gaiyo .download li:last-child a {
	padding: 6px 0 10px 37px;
}
#gaiyo .download .pdf {
	background: url(../../cmn/img/icon_pdf.png) no-repeat top left;
}
#gaiyo .download .excel {
	background: url(../../cmn/img/icon_excel.png) no-repeat top left;
}
#gaiyo .download .word {
	background: url(../../cmn/img/icon_word.png) no-repeat top left;
}
#gaiyo .download p {
	font-size: 14px;
	padding-top: 10px;
}

/*----------------------------------------
	process
-----------------------------------------*/

#process {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 70px;
}
#process li {
	padding-bottom: 11px;
}
#process li:after {
	content: url(../gta/img/arrow_under.png);
	width: 101px;
	height: 35px;
}
#process li:last-child:after {
	content: none;
}
#process dl {
	display: block;
	width: 780px;
	padding: 27px 29px 33px;
	border: 10px solid #f4f4f4;
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	box-sizing: border-box;
}
#process dt {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	background: #fff;
	max-height: 100%;/*android*/
}
#process dd {
	font-size: 16px;
	text-align: left;
	background: #fff;
	width: 700px;
	max-height: 100%;/*android*/
}
#process p {
	background: #fff;
	width: 700px;
	max-height: 100%;/*android*/
}
#process p + p {
	text-align: center;
	padding: 30px 0 10px;
}

/*----------------------------------------
	senkou_result
-----------------------------------------*/

#senkou_result {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 95px;
}
#senkou_result p {
	text-align: left;
	background: url(../../cmn/img/bg_table.png) no-repeat;/*android*/
}


/*----------------------------------------
	btn
-----------------------------------------*/

.detail_btn g {
	position: relative;
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0 14px;
	background: #b9b9b9;
	text-align: center;
	box-sizing: border-box;
}
.detail_btn g:before {
	content: url(../img/btn_arrow_right.png);
	position: absolute;
	top: 17px;
	right: 21px;
}