@charset "UTF-8";

/*******************************
 
#hero Css
 
*******************************/
#hero{
}


/*******************************
 
contents Css
 
*******************************/

section .inner{
	width: 100%;
    max-width: 760px;
    margin: 0 auto;
	text-align: justify;
}
section .block{
	margin-top: 50px;
}
section h3{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
    margin-bottom: 20px;
	border-bottom: dotted 1px;
	padding-bottom: 10px;
}
section h3 span{
	width: 25px;
    height: 25px;
    color: #fff;
    background-color: #f6a900;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    margin-right: 15px;
    font-size: 17px;
}
.list dt {
	width: 70px;
    float: left;
    background-color: #f6a900;
    text-align: center;
    color: #fff;
}
.list dd{
	padding-left: 85px;
	margin-bottom: 20px;
}

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

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	section .inner{
		width: 85%;
	}

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}