@charset "UTF-8";
.aform-demo{ display:none;}

@media (min-width:768px),print{
	.sp{display: none !important;}
}
#scrup{
	position: fixed;
	bottom:0;
	right: 0;
	cursor: pointer;
	z-index: 99;
	width:56px;
	height:56px;
}
#scrup img{ width:100%;}
/* Header */
header{ position:relative;}
header #head_navi{ background: #eee;}
header #head_navi .nav{ float: left;}
header #head_navi .nav li{ display: inline-block; margin-right: 15px; height: 40px; min-height: 40px; line-height: 40px;}
@media (max-width:1079px){
	header #head_navi .nav li{margin-right: 15px;}
}
header #head_navi .nav li a{color: #333;}
header #head_navi .nav li:before{content: "\f0da"; font-family: Font Awesome\ 5 Free; margin-right: 5px;}
header #head_navi #fontsize { float:right;}
header #head_navi #fontsize dl{ display: flex; flex-basis: auto;}
header #head_navi #fontsize dt{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	font-family: 'marugo';
	font-weight: bolder;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	color: #fff;
	padding: 0 20px;
	border-right:1px solid #fff;
}
@media (max-width:1079px){
	header #head_navi #fontsize dt{padding: 0 10px;}
}
header #head_navi #fontsize dd{
	margin-right: 1px;
}
header #head_navi #fontsize dd a{
	display:flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	width:40px;
	background: url(../img/bg01.gif);
	color: #333;
	font-weight: bold;
	cursor:pointer;
}
@media (max-width:1079px){
	header #head_navi #fontsize dd a{width:30px;}
}
header #head_navi #fontsize dd a i{
	display:block;
	color: #3178CD;
}
header #head_navi #search-area form{ float:right;}
header #head_navi #search-area input{height: 40px; min-height: 40px; font-family: Font Awesome\ 5 Free; outline:none;}
header #head_navi #search-area input[type="text"]{
	border: 1px solid #3178CD;
	position: relative;
	padding: 5px;
	width: 160px;
}
header #head_navi #search-area input[type="submit"]{
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	color: #fff;
	border: none;
	outline: none;
	font-weight: bolder;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
}
@media (max-width:1079px){
	header #head_navi #search-area input[type="text"]{
		width: 100px;
	}
}

/* #logo-area */
#logo-area .inner{
	position: relative;
}
#logo-area .inner #simbol{
	float: left;
	display: block;
	line-height: 0;
	padding: 35px 0 5px;
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#syospo2{
	position:absolute;
	bottom:-10px;
	right:0;
}
#syospo .inner{
	padding:8px 0 0 20px;
	text-align:right;
}
#syospo .inner a,
#syospo2 a{
	display:inline-block;
	background:#62AB95;
	color:#FFFFFF;
	font-size:1.2rem;
	text-align:center;
	text-decoration:none;
	padding:5px 15px;
}
#logo-area { position:relative;}
#logo-area .inner #simbol img,
#logo-area .inner #syospo img{
	width: 100%;
	height: auto;
}

@media (max-width:1079px){
	#logo-area .inner #simbol{
		width: 35%;
	}
	#logo-area .inner #syospo{
		width: 20%;
	padding:40px 0 0 20px;
	}
	
}
#logo-area .inner #contact-area{
	display: block;
	float: right;
	line-height: 0;
	padding: 12px 0 0;
	width:530px;
}
#logo-area .inner #contact-area > div{ line-height:130%;}
#logo-area .inner #contact-area dl{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
	border-bottom: 1px solid #C9C9C9;
	padding: 0 0 7px;
	margin: 0 auto 7px;
	text-align: left;
}
#logo-area .inner #contact-area dl:last-child{
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}
#logo-area .inner #contact-area dl dt{
	display: inline-block;
	letter-spacing: normal;
    font-weight: bolder;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	color: #fff;
	line-height: 100%;
	min-width: 90px;
	text-align: center;
	border-radius: 3px;
	vertical-align: top;
	margin-right: 10px;
	padding: 6px 14px;
    -webkit-box-shadow: 0 3px 1px #ccc;
	-moz-box-shadow: 0 3px 1px #ccc;
    box-shadow: 0 3px 1px #ccc;
}
#logo-area .inner #contact-area dl dd{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 100%;
	font-weight: bold;
}
#logo-area .inner #contact-area dl dd li{
	line-height: 140%;
	font-weight: normal;
}



/* Footer */
footer{
	display: block;
	background: #fff;
	color:#333;
	border-top:5px solid #3178CD;
	line-height: 0;
}
footer>#copy{
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	padding: 20px;
	line-height: 100%;
	color: #fff;
	text-align: center;
}
footer>#copy>span{
	padding-left: 0.5em;
}
footer>ul{
	padding: 50px 0;
	line-height: 0;
	display:flex;
    align-items:flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	letter-spacing: -0.4em;
	line-height: 0;
}

footer>ul>li{
	letter-spacing: normal;
	line-height: 0;
	vertical-align: top;
}
@media (min-width:768px),print{
	footer>ul>li,
	footer>ul>li:first-child{
        flex :1 25%;
        line-height: 180%;
        text-align: left;
	}
}
footer>ul>li:before{
	content:"\f138";
    font-family: Font Awesome\ 5 Free;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2em;
    color: #3178CD;
}
footer>ul>li a{
	color: #333;
}
footer>ul>li a:hover{
	text-decoration: underline;
}
footer>ul>li>ul{
	display: block;
	margin: 10px 0 0 1.0em;
}
footer>ul>li>ul>li{
	line-height: 100%;
	margin: 0 auto 10px;
}
footer>ul>li>ul>li:before{
	content:"\f105";
    font-family: Font Awesome\ 5 Free;
	color: #333;
    margin-right: 0.5em;
}
footer>ul>li>ul>li>ul>li:last-child{
	margin-bottom: 0;
}
#f_address{ border-top:2px solid #ddd;}
#f_address .inner{ padding:30px 0;}
#f_address .inner dl{ text-align:left;}
#f_address .inner dl dt{ font-size:160%; line-height:160%; font-weight:bold;}
#f_address .inner dl dd{ font-size:140%; line-height:160%;}
/* Navigation */
nav[role="navigation"]{
	display: block;
	background: url(../img/bg_navigation.png) 0 bottom repeat-x;
	line-height: 0;
    border-bottom: 6px solid #3178CD;
}
nav[role="navigation"]>ul{
	display:flex;
	line-height: 0;
	letter-spacing: -0.4em;
	position: relative;
}
nav[role="navigation"]>ul:before{
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 1px;
	height: 50%;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	z-index: 9;
}
nav[role="navigation"]>ul:after{
	content: '';
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	z-index: 9;
}
nav[role="navigation"]>ul>li{
	letter-spacing: normal;
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
nav[role="navigation"]>ul>li>a{
	display: block;
	line-height: 100%;
	font-weight: bold;
	padding: 20px 0 30px;
	position: relative;
	color: #333;
	z-index:999;
	-webkit-text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff;
	-o-text-shadow: 1px 1px 2px #fff;
	text-shadow: 1px 1px 2px #fff;
}
nav[role="navigation"]>ul>li>a:before{
	content:"\f0dd";
    font-family: Font Awesome\ 5 Free;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
    color: #333;
	-webkit-text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff;
	-o-text-shadow: 1px 1px 2px #fff;
	text-shadow: 1px 1px 2px #fff;
}
nav[role="navigation"]>ul>li>a:after{
	content: '';
	position: absolute;
	top:25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	z-index: 9;
}
nav[role="navigation"]>ul>li:last-child>a:after{
	content: none;
}
nav[role="navigation"]>ul>li>a:hover{
	text-decoration: none;
    color: #3178CD;
}
nav[role="navigation"]>ul>li.parent{
	position: relative;
	z-index:999;
}
nav[role="navigation"]>ul>li.parent>ul{
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 98%;
	left: 0;
	line-height: 0;
	z-index: 99;
	visibility: hidden;
	transition: .3s;
}
nav[role="navigation"]>ul>li.parent>ul>li{
	display: block;
	line-height: 0;
}
nav[role="navigation"]>ul>li.parent>ul>li>a{
	display: block;
	text-align: center;
	line-height: 100%;
	color: #fff;
	padding: 15px;
    font-weight: 300;
	border-bottom: 1px solid #fff;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	z-index:989;
}
nav[role="navigation"]>ul>li.parent>ul>li>a.op1{
	background: #97C8B9;
}
nav[role="navigation"]>ul>li.parent:hover>ul{
	display: block;
	top: 99.5%;
	box-shadow:0 0 4px #ccc;
	background:#fff;
	visibility: visible;
	opacity: 1;
}
nav[role="navigation"]>ul>li.parent>ul>li>a:hover{
	text-decoration: none;
	background: #fff;
	color:#333;
	-webkit-text-shadow: 1px 1px 1px #ccc;
	-moz-text-shadow: 1px 1px 1px #ccc;
	-o-text-shadow: 1px 1px 1px #ccc;
	text-shadow: 1px 1px 1px #ccc;
}
#scr-navigation{
	position: fixed;
	top: -60px;
	left: 0;
	display: block;
	line-height: 0;
	width: 100%;
	height: 50px;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	z-index: 999;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scr-navigation:after{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background:#739fcb;
}
#scr-navigation>.inner{
	line-height: 0;
}
#scr-navigation>.inner>ul:first-child{
	width: 84%;
	display:flex;
	float: left;
	line-height: 0;
	letter-spacing: -0.4em;
	position: relative;
}
@media (max-width:1015px){
	#scr-navigation>.inner>ul:first-child{width: 83%;}
	#scr-navigation>.inner>ul:first-child>li>a{font-size: 1.4rem !important;}
	#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a{font-size: 1.2rem !important;}
}
@media (max-width:955px){
	#scr-navigation>.inner>ul:first-child{width: 82%;}
	#scr-navigation>.inner>ul:first-child>li>a{font-size: 1.3rem !important;}
	#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a{font-size: 1.1rem !important;}
}
@media (max-width:901px){#scr-navigation>.inner>ul:first-child{width: 81%;}}
@media (max-width:854px){
	#scr-navigation>.inner>ul:first-child{width: 79%;}
	#scr-navigation>.inner>ul:first-child>li>a{font-size: 1.2rem !important;}
	#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a{font-size: 1rem !important;}
}
@media (max-width:815px){
	#scr-navigation>.inner>ul:first-child{width: 78%;}
	#scr-navigation>.inner>ul:first-child>li>a{font-size: 1.1rem !important;}
	#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a{font-size: 0.9rem !important;}
}
#scr-navigation>.inner>ul:first-child>li{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	letter-spacing: normal;
	vertical-align: top;
}
#scr-navigation>.inner>ul:first-child>li>a{
	display: block;
	font-weight:normal;
	line-height: 50px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	border-left: 1px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}
#scr-navigation>.inner>ul:first-child>li>a:hover{
	text-decoration: none;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
}
#scr-navigation>.inner>ul:first-child>li.parent{
	position: relative;
}
#scr-navigation>.inner>ul:first-child>li.parent>ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 99.5%;
	left: 0;
	line-height: 0;
	z-index: 99;
}
#scr-navigation>.inner>ul:first-child>li.parent>ul>li{
	display: block;
	line-height: 0;
	background:#fff;
}
#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a{
	display: block;
	text-align: center;
	line-height: 100%;
	color: #fff;
	padding: 15px;
	font-size: 1.4rem;
	border-bottom: 1px solid #fff;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;

}
#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a.op1{
	background: #EEEEEE;
}
#scr-navigation>.inner>ul:first-child>li.parent:hover>ul{
	display: block;
	box-shadow:0 0 4px #ccc;
}
#scr-navigation>.inner>ul:first-child>li.parent>ul>li>a:hover{
	text-decoration: none;
	background: #fff;
	color: #3178CD;
	-webkit-text-shadow: 1px 1px 1px #ccc;
	-moz-text-shadow: 1px 1px 1px #ccc;
	-o-text-shadow: 1px 1px 1px #ccc;
	text-shadow: 1px 1px 1px #ccc;
}
#scr-navigation>.inner>ul:last-child{
	width: 16%;
	float: right;
	display: block;
	line-height: 0;
	border-radius:none;
	border:none;
	padding:0;
	letter-spacing: -0.4em;
	position: relative;
}
#scr-navigation>.inner>ul:hover{ opacity:1;}
@media (max-width:1015px){#scr-navigation>.inner>ul:last-child{width: 17%;}}
@media (max-width:955px){#scr-navigation>.inner>ul:last-child{width: 18%;}}
@media (max-width:901px){#scr-navigation>.inner>ul:last-child{width: 19%;}}
@media (max-width:854px){#scr-navigation>.inner>ul:last-child{width: 21%;}}
@media (max-width:815px){#scr-navigation>.inner>ul:last-child{width: 22%;}}
#scr-navigation>.inner>ul:last-child>li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 52px;
	height: 50px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#scr-navigation>.inner>ul:last-child>li:last-child{
	width: 50px;
}
#scr-navigation>.inner>ul:last-child>li>a{
	display: block;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-right: 2px solid #3178CD;
}
#scr-navigation>.inner>ul:last-child>li:last-child>a{
	border-right: 0;
}
#scr-navigation>.inner>ul:last-child>li>a>img{
	width: 100%;
	height: auto;
}
#scr-navigation>.inner>ul:last-child>li>.child{
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	padding: 10px 20px;
	border: 2px solid #3178CD;
	border-top: none;
	background: #fff;
	line-height: 100%;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45); /* Firefox */
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45); /* Safari and Chrome */
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45); /* Opera 10.5+, IE */
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2)>.child,
#scr-navigation>.inner>ul:last-child>li:last-child>.child{
	padding: 5px;
}
#scr-navigation>.inner>ul:last-child>li:hover>.child{
	display: block;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(1) dl{
	display: block;
	line-height: 0;
	border-bottom: 1px solid #C9C9C9;
	padding: 0 0 7px;
	margin: 0 auto 7px;
	text-align: left;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(1) dl:last-child{
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(1) dl dt{
	display: block;
	float: left;
	font-family: marugo;
	background: #f39800;
	color: #fff;
	line-height: 100%;
	min-width: 90px;
	text-align: center;
	border-radius: 3px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom:10px;
	padding: 6px 14px;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(1) dl dd{
	display: block;
	float: left;
	line-height: 100%;
	font-weight: bold;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(1) dl dd li{
	line-height: 140%;
	font-weight: normal;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2) dl{
	display: flex;
	flex-basis: auto;
	width: 147px;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2) dt{
	display: none;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2) dd{
	margin-right: 1px;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2) dd a{
	display:flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	background-color: rgba(115,159,203,0.3);
	color: #333;
	padding: 0 12px;
	font-weight: bold;
	font-size: 1.2rem;
}
#scr-navigation>.inner>ul:last-child>li:nth-child(2) dd a i{
	display:block;
	color: #3178CD;
	font-size: 1.4rem;
	margin-top: 3px;
}
#scr-navigation>.inner>ul:last-child>li:last-child>.child>form{
	display: block;
	line-height: 100%;
	width: 230px;
}
#scr-navigation>.inner>ul:last-child>li:last-child>.child>form>input:focus{
	outline: none;
}
#scr-navigation>.inner>ul:last-child>li:last-child>.child>form>input[type="text"]{
	display: inline-block;
	vertical-align: top;
	width: 160px;
	line-height: 30px;
	border: 1px solid #3178CD;
	font-size: 1.4rem;
	margin-right: 2px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Font Awesome\ 5 Free;
}
#scr-navigation>.inner>ul:last-child>li:last-child>.child>form>input[type="submit"]{
	display: inline-block;
	vertical-align: top;
	width: 68px;
	line-height: 42px;
	background: #4489d9;
	background: -webkit-linear-gradient(top, #4489d9 8%, #246cc4 100%);
	background: linear-gradient(to bottom, #4489d9 8%, #246cc4 100%);
	color: #fff;
	font-size: 1.4rem;
	border: 0;
	padding: 0;
}
