
main div.main_view {
	background: url(../img/main_view.png) left no-repeat;
	background-size: cover;
}

ul.menu li:nth-child(3) a { border-bottom: solid 1px;}

/*====================================================================================
	section.sec01
=====================================================================================*/

section.sec01 {
	position: relative;
}

section.sec01 > a{
	font-size: 18px;
    font-weight: bold;
	position: absolute;
	top: 30px;
    right: 30px;
	background: #f0f0f0;
    padding: 10px 20px;
}

section.sec01 .inner {
    max-width: 1100px;
	padding-top: 40px;
}

section.sec01 .inner01 > span{
	display: block;
    padding: 40px 0 80px;
}

section.sec01 .inner ul {
    width: 100%;
    margin: 0 auto;
}
section.sec01 .inner ul li {
    width: 100%;
    background: #f0f0f0;
}

section.sec01 .inner ul li em {
	font-size: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
}

section.sec01 .inner ul li p { letter-spacing: 0;}
	
section.sec01 .inner01 > span{
    max-width: 816px;
    width: 68%;
	padding: 2% 0 6%;
    margin: 0 auto;
}
section.sec01 .inner01 > span img{ width: 100%;}

section.sec01 .inner ul li {
    width: 62%;
    padding: 45px 15%;
	margin: 0 auto;
	position: relative;
}

section.sec01 .inner ul li:nth-child(-n+8)::after {
	content: "";
	width: 1px;
	height: 75px;
	background: #000;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -62px;
}

section.sec01 .inner ul li:last-child {
	background: #ff0000;
	font-size: 30px;
	color: #fff;
}
section.sec01 .inner ul li:last-child span { color: #fff;}

section.sec01 .inner ul li span {
	color:#525458;
    text-align: center;
    font-family: 'Cabin', sans-serif;
}

section.sec01 .inner ul li span strong{
	display: block;
	font-size: 40px;
    padding-bottom: 5px;
}


section.sec01 .inner ul li:nth-child(n+2) {	margin-top: 50px;}
section.sec01 .inner ul li p { 
	text-align: center;
	font-size: 18px;
}

@media screen and (min-width: 851px) {

section.sec01 .inner ul li span {
	position: absolute; 
	top: 50%; 
	left: 50px; 
	margin-top: -32px; 
    font-size: 22px;
}
section.sec01 .inner ul li:nth-child(-n+2) em {	padding-bottom: 15px;}
section.sec01 .inner ul li:last-child em {	font-size: 30px;}

}

@media screen and (max-width: 850px) {

	section.sec01 {	padding-top: 100px;}
	section.sec01 > a {
		font-size: 16px;
		top: 0;
		right: 0;
		padding: 8px 15px;
	}

	section.sec01 .inner01 { width: calc(100% - 60px);}

	section.sec01 .inner01 > span{
		max-width: 710px;
		width: 95%;
	}

	section.sec01 .inner ul li {
		width: 96%;
		padding: 25px 2% 15px;
	}

	section.sec01 .inner ul li span {
		font-size: 15px;
		display: block;
	}	
	section.sec01 .inner ul li span strong { font-size: 30px;}	
	section.sec01 .inner ul li em {
		font-size: 20px;
		padding: 15px 0 5px;
	}
	section.sec01 .inner ul li:last-child em {	font-size: 23px;}	
	section.sec01 .inner ul li p { font-size: 14px;}	

}

@media screen and (max-width: 450px) {

	section.sec03 .inner dl dd:nth-child(3) p:last-child a{ display: block;}
	section.sec03 .inner dl dd:nth-child(3) p:last-child br{ display: none; }

}

/*====================================================================================
	section.sec02
=====================================================================================*/

section.sec02 { background: #f0f0f0;}
section.sec02 .inner { margin-bottom: 80px; }

section.sec .inner00 p {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    background: #fff;
    padding: 30px 20px;
}

section.sec02 .inner table{	
	background: #fff;
	width: 100%;
}

section.sec02 .inner table th{
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	background: #f7f7f7;
	padding: 25px 2%;
	width: 18%;
	border-bottom: solid 1px #fff;
}

section.sec02 .inner table tr:last-child th,
section.sec02 .inner table tr:last-child td { border-bottom: none;}


section.sec02 .inner table td{
	padding: 25px 2%;
	width: 74%;
	border-bottom: solid 1px #f0f0f0;
}

section.sec02 > a{
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1250px) {

	section.sec02 .inner .sub { width: 100%; }	
	section.sec .inner01 > img {
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 850px) {

	section.sec02 .inner { margin-bottom: 40px;}

	section.sec .inner00 p {
		font-size: 16px;
		line-height: 30px;
		padding: 15px 15px;
	}	

	section.sec02 .inner table th,
	section.sec02 .inner table td {
		vertical-align: top;
		padding: 10px 3%;
		width: 94%;
		border-bottom: none;
		display: block;
	}	

	section.sec02 > a {
		width: 69%;
		max-width: 300px;
	}

}

/*====================================================================================
	section.sec03
=====================================================================================*/

section.sec03 { background: #ffffff;}
section.sec03 .inner { margin-bottom: 50px; }
section.sec03 .inner01 { background: #f0f0f0; }

section.sec03 .inner dl { 
	max-width: 600px;
	padding: 40px 20px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

section.sec03 .inner dl dt{ 
    font-weight: bold;
    font-size: 22px;
	padding-bottom: 30px;
}

section.sec03 .inner dl dd:nth-child(2){ padding-bottom: 15px;}
section.sec03 .inner dl dd:nth-child(3){ 
	display: table;
    margin: 0 auto;
}

section.sec03 .inner dl dd:nth-child(3) p { font-weight: bold; }
section.sec03 .inner dl dd:nth-child(3) p{ 	text-align: left; }

@media screen and (min-width: 751px) {

	section.sec03 .inner dl dd:nth-child(3) p:first-child { padding-right: 30px; }
	section.sec03 .inner dl dd:nth-child(3) p{ float: left; }
	
}

@media screen and (max-width: 750px) {


}



