@charset "UTF-8";

#main header .title {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image:url(../img/sub/bg.jpg);
	width:100%;
	height:250px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
}
#main header .title h1 {
	font-size:2.8rem;
	line-height:1.3;
	background:#FFBA00;
	border-radius:0 8px 8px 0;
	box-sizing:border-box;
	padding:.3em 2em;
	color:#ffffff;
}
#main header .navi {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
	padding: 1em 0;
	text-align:right;
	line-height:1;
	font-size:1.5rem;
	color:#333333;
}
#main header .navi .svg-inline--fa {
	margin:0 .5em;
}
#main header .navi span {
	
}

.contents h2 {
	font-size:2.4rem;
	line-height:1.5;
	color:#7C879B;
	text-align:center;
	margin-bottom:1.5em;
}
.contents h3 {
	font-size:2.1rem;
	line-height:1.5;
	color:#333333;
	text-align:center;
	margin-bottom:1.5em;

    text-align:left;
	border-bottom:3px solid #7C879B;
	padding:0 .3em .3em;
}
.contents h4 {
	font-size:2rem;
	line-height:1.5;
	color:#333333;
	text-align:center;
	margin-bottom:1.5em;
    text-align:left;
    box-sizing:border-box;
    padding-left:1.3em;
    position:relative;
}
.contents h4::before {
	content:'';
	display:inline-block;
	width:1em;
	height:1em;
	background:#FFBA00;
	border-radius:50%;
	position:absolute;
	top:0;
	left:.1em;
	top:.2em;
}

.menu-menu-features-container {
	text-align:center;
	padding-top:30px;
}
.menu-menu-features-container > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.menu-menu-features-container > ul li {
	font-size:1.8rem;
	padding:0 1em .1em;
	line-height:1;
	position:relative;
	box-sizing:border-box;
}
.menu-menu-features-container > ul li a {
	margin-right:.2em;
}
.menu-menu-features-container > ul li a:hover {
	color:#333333;
}
.menu-menu-features-container > ul li::after {
	content:'';
	display:block;
	width:2px;
	height:.9em;
	background:#7C879B;
	position:absolute;
	right:0;
	top:0;
}
.menu-menu-features-container > ul li:last-child::after {
	content:none;
}
.menu-menu-features-container > ul li.current_page_item,
.menu-menu-features-container > ul li:hover {
	border-bottom:5px solid #FFBA00;
}


#searchblock {
	box-sizing:border-box;
	margin-bottom:30px;
}
#searchwrap {
	display:block;
	box-sizing:border-box;
	padding:0 15px;
	width:100%;
	max-width:400px;
	margin:0 auto;
	
}
#searchwrap form {
	background:#ffffff;
	overflow:hidden;
	border-radius:3px;
	position:relative;
	width: 100%;
	box-sizing:border-box;
	border:2px solid #CCCCCC;
}
#searchwrap form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:none;
	border:none;
	outline:none;
	font-size:16px;
	box-sizing:border-box;
	box-shadow: none;
}
#searchwrap form input[type="text"] {
	font-size:16px;
	line-height:1;
	width:calc(100% - 30px);
	box-sizing:border-box;
	padding:.5em .5em;
}
#searchwrap form input[type="submit"] {
	color:#ffffff;
	position:relative;
	z-index:2;
	text-indent:-9999px;
	width:30px;
	height:100%;
}
#searchwrap form .svg-inline--fa {
	position:absolute;
	z-index:1;
	right:.4em;
	top:.6em;
    color:#ff9900;
}
#searchresults ul {
	max-width:640px;
	margin:0 auto;
}
#searchresults ul li {
	margin-bottom:10px;
}
#searchresults ul li a {
	font-size:1.6rem;
	line-height:1.5;
	text-decoration:underline;
}

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

}

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

}

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

#main header .title {
	height:100px;
}
#main header .title h1 {
	font-size:2.0rem;
	padding:.3em 1em;
}
#main header .navi {
	width:calc(100% - 30px);
	padding: .6em 0;
	font-size:1.4rem;
}
#main header .navi .svg-inline--fa {
	margin:0 .5em;
}
#main header .navi span {
	
}
	
.contents h2 {
	font-size:1.8rem;
}
.contents h3 {
	font-size:1.8rem;
	padding-bottom: .1em;
	margin-bottom: 1em;
}

.contents h4 {
	font-size:1.6rem;
	margin-bottom:1em;
}


.menu-menu-features-container {
	padding-top:20px;
}
.menu-menu-features-container > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:1.4rem;
    width:calc(100% - 20px);
    margin: 0 auto;
}
.menu-menu-features-container > ul li {
	font-size:1.4rem;
	margin-bottom:.5em;
	width: calc(100%/3);
    padding:0 .2em .1em;
}

.menu-menu-features-container > ul li:nth-child(3)::after {
	content:none;
}
	

#searchresults ul li {
	margin-bottom:5px;
}
#searchresults ul li a {
	font-size:1.4rem;
}

}

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

}