@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/
#hero{
	margin-bottom: 0;
}


/*******************************
 
contents Css
 
*******************************/
.p-nav{
	background-color: #f6a900;
    height: 50px;
}
.p-nav li{
	display: inline-block;
	padding-top: 12px;
}
.p-nav li a{
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
}
.p-nav li a:after{
	content: ">";
    display: inline-block;
    color: #000;
    border: solid 1px #000;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 5px;
    vertical-align: bottom;
}
section{
	padding-top: 155px;
	margin-top: -155px;
	margin-bottom: 0;
}
section .bg{
	padding: 60px 0;
	text-align: justify;
}
section .inner{
	width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
section h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: solid 1px;
	padding-bottom: 10px;
    margin-bottom: 20px;
}
section .txt{
	line-height: 1.8;
}

#jp-rotary .bg{
	background-image: url(../img/bg_jprotary.jpg);
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
	color: #fff;
}
#purpose dl{
	margin-top: 30px;
}
#purpose dt{
	background-color: #f6a900;
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	float: left;
}
#purpose dd{
	padding-left: 100px;
	margin-bottom: 20px;
	font-weight: bold;
}
#test .bg{
	border: solid 3px #f6a900;
    padding: 5px;
	margin-bottom: 60px;
}
#test .block{
	border: solid 2px #f6a900;
}
#test .ttl{
	background-color: #f6a900;
    color: #fff;
    padding: 40px;
    width: 35%;
	height: 220px;
    text-align: center;
	justify-content: center;
    align-items: center;
}
#test .t-ttl{
	font-size: 33px;
	font-weight: bold;
}
#test .ttl .sub{
	font-weight: bold;
}
#test .item{
	padding-left: 5%;
	width: 65%;
	align-self: center;
}
#test .item dt{
	width: 36px;
    height: 36px;
    background-color: #494949;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-right: 20px;
    color: #fff;
    padding-top: 2px;
}
#test .item dd{
	font-size: 25px;
    letter-spacing: 4px;
    line-height: normal;
    margin-bottom: 10px;
}
#test .item dd:last-child{
	margin-bottom: 0;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.p-nav li a {
		margin: 0 10px;
		font-size: 13px;
	}
	section .inner{
		max-width: 650px;
	}
	#test .ttl{
		padding: 10px;
		height: 150px;
	}
	#test .t-ttl {
		font-size: 20px;
	}
	#test .item dt {
		width: 24px;
		height: 24px;
		font-size: 14px;
	}
	#test .item dd {
		font-size: 16px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.p-nav{
		height: auto;
		padding-bottom: 20px;
	}
	.p-nav li {
		display: block;
		padding-top: 20px;
	}
	section .inner{
		max-width: none;
		width: 85%;
	}
	#purpose dt{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#purpose dd{
		padding-left: 0;
	}
	#test .flex-box{
		display: block;
	}
	#test .ttl{
		width: 100%;
		height: auto;
	}
	#test .item{
		width: 100%;
		padding: 10px;
	}
	#test .item dt{
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}
	#test .item dd{
		font-size: 14px;
	}
}