/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
*,*:before,*:after{ box-sizing:border-box; }
html{ font-size:62.5%; scroll-behavior:smooth; }
body {
color: #333333;
background:#FFF;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
font-size:1.6rem;
margin:0;
padding:0;
height:100%;
width:100%;
line-height:1.6;
-webkit-print-color-adjust: exact;
}
@media screen and (max-width: 750px){
body{
font-size:1.4rem;
}
}
img{
max-width: 100%;
height: auto;
padding:0;
margin:0;
}
a:link{
color:#3967C4;
text-decoration:none;
}
a:visited{
color:#3967C4;
text-decoration:none;
}
a:hover{
color:#ff6f61;
text-decoration:none;
}
a:active{
color:#ff6f61;
text-decoration:none;
}
a:hover img { opacity:0.8;}
#container{
width:100%;
margin:0;
padding:0;
overflow: hidden;
}
#all_wrap {
	width:100%;
	margin:0;
	padding:0;
}
#all_contents{ width:100%;}
#all_body{
width:100%;
margin:0 auto;
padding: 0 auto;
}
/* main_area ----------------------------------- */
#main_area{
width:100%;
margin:0 auto 3rem;
padding:0;
}
/* sitepath ----------------------------------- */
#sitepath{
width:100%;
margin:9.5rem 0 0;
padding:0;
}
#sitepath > .sitepath{
width:1280px;
display:flex;
margin:0 auto;
padding:3rem 0 2rem .5rem;
list-style:none;
font-size:1.2rem;
}
#sitepath > .sitepath > li{ padding:0 1.2rem 0 0;}
@media screen and (max-width: 1279px){
#sitepath > .sitepath{ width:98%;}
}
@media screen and (max-width: 750px){
#sitepath > .sitepath{
flex-wrap: wrap;
padding:2rem 0 1.2rem .5rem;
font-size:1rem;
}
#sitepath > .sitepath > li{ padding:0 1rem 0 0;}
}

/* header ---------------------------------------------*/
#header > .pc_header{
width:100%;
height:6rem;
margin:0;
padding:1rem 0;
display:flex;
align-items: center;
position:fixed;
top:0;
background:#fff;
overflow: hidden;
z-index:100;
}
.pc_header > .logo{
margin:0 1.6rem 0 1rem;
vertical-align:middle;
color:#ff6f61;
order: 1;
}
.pc_header > .logo{ color:#ff6f61;}
.pc_header > .logo a:hover{ opacity:.8;}
.pc_header > h1{
font-size:1rem;
font-weight:normal;
order: 2;
}
.pc_header .searchicon{
margin:0 1.6rem 0 auto;
order: 3;
}
.pc_header .searchicon a{
font-size:3rem;
color:#ff6f61;
}
.pc_header .searchicon a:hover{ opacity:.8;}
.pc_header .cvicon{
margin:0 1.6rem 0 1rem;
vertical-align:middle;
font-size:1.5rem;
color:#ff6f61;
order: 4;
}
.pc_header > .cvicon a{
padding:.8rem;
text-decoration:none;
color:#ff6f61;
font-weight:bold;
}
.pc_header > .cvicon a:hover{
text-decoration:none;
color:#fff;
background:#ff6f61;
opacity:.8;
}
@media screen and (max-width: 750px){
#header > .sp_header{
width:100%;
margin:0;
padding:.5rem .5rem .3rem 1rem;
display:flex;
flex-wrap: wrap;
align-items: center;
position:fixed;
top:0;
background:#fff;
z-index:100;
box-shadow:0 2px 5px #ccc;
}

.sp_header > h1{
width:78%;
margin:0;
font-size:.8rem;
font-weight:normal;
}
.sp_header > .logo{
width:14.5%;
margin:.5rem 1.2rem 0 0;
}
.sp_header .searchicon{
margin:0 1.6rem 0 0;
}
.sp_header .searchicon a{
font-size:2.6rem;
color:#ff6f61;
}
.sp_header .searchicon a:hover,.sp_header > .sp_nav a:hover{ opacity:.8;}
.sp_header .cvicon{
margin:0 2rem;
vertical-align:middle;
font-size:1.2rem;
color:#ff6f61;
}
.sp_header > .cvicon a{
padding:.8rem;
text-decoration:none;
color:#ff6f61;
font-weight:bold;
}
.sp_header > .cvicon a:hover{
text-decoration:none;
color:#fff;
background:#ff6f61;
opacity:.8;
}
.sp_header > #sp_navarea{
margin:0 1rem 0 auto;
}

}

@media (min-width: 751px) {
	#header > .sp_header{
	display:none!important;
  }
}

@media (max-width: 750px) {
	#header > .pc_header{
	display:none!important;
  }
}


/* footer ----------------------------------- */
#footer{
margin:0;
padding:0;
background:#1B435D;
color:#fff;
z-index:1;
}
.footer_inner{
margin:0 auto;
padding:1rem;
font-size:1.2rem;
}
.footer_inner > ul{
display:flex;
justify-content: center;
margin:1rem auto;
list-style:none;
}
.footer_inner > ul li{ padding:0 1.5rem;}
.footer_inner > ul li a{ text-decoration:none; color:#fff;}
.footer_inner > ul li a:hover{ text-decoration:none; color:#ccc;}
.footer_inner > p.copy{ font-size:1.0rem; text-align:center;}
@media screen and (max-width: 750px){
.footer_inner{ font-size:1rem;}
.footer_inner > ul{ flex-wrap: wrap;}
.footer_inner > ul li{ padding:0 .8rem .5rem;}
.footer_inner > p.copy{ font-size:.75rem;}
}

/* search ----------------------------------- */
.search{
display:block;
width:30%;
margin:5rem auto 3rem;
}
#keywords1{
		width: 80%;
		border: 1px solid #CCC;
		padding: 1.6rem 1rem 1.5rem;
		display:block;
		zoom:1;
		float:left;
		font-size:1.4rem;
	}
form button.btn-info{
		display:inline-block;
		position: absolute;
		zoom:1;
		background:#aaa;
		border:none;
		border-radius:0;
		color:#fff;
		padding: 1.5rem 1.5rem 1.45rem 1.5rem;
		margin-left:1rem;
		font-size:1.6rem;
}
form button.btn-info:hover{
background:#ccc!important;
color:#777!important;
}
form button.btn-info:active,form button.btn-info:visited{
background:#ccc!important;
color:#777!important;
}
@media screen and (max-width: 750px){
.search{
display:block;
width:70%;
margin:1rem auto 3rem;
}
#keywords1{
		width: 70%;
		padding: 1.6rem 1rem 1.4rem;
		font-size:1.1rem;
	}
form button.btn-info{
   font-size:1.4rem;
   padding: 1.4rem 1.5rem 1.2rem 1.3rem;
   margin-left:.5rem;
   }
}
/* Clearafix ------------------------------------------------ */
.clearfix:after{
display:block;
content:"";
clear:both;
}

