@charset "UTF-8";
/*739px以下
特色カラーコード
rgba(0,150,124,1)
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
	font-size:10px;
}
body {
	background:#FFFFFF;
	font-family:'Hiragino Sans', ヒラギノ角ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;  
	color: #000000;
	text-align:center;
	font-size:1.8rem;
	line-height:30px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:375px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-weight:bold;
	font-style:inherit;
	color:#F2352F;
}
span{
	font-weight:inherit;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
	width:100%;
	background:#FFF;
}
table th,
table td{
	font-size:14px;
	line-height:20px;
	padding:12px 8px;
	border:1px solid #CCCCCC;
	text-align:left;
}
table th{
	background:rgba(0,150,124,0.1);
	text-align:center;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*標準のリンク*/
a{
	color:inherit;
	font-weight:inherit;
	text-decoration: none;
	outline:none;
	color:#0033CC;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
a[href$='.pdf']:after{
	content:url(images/icon_pdf.png);
	vertical-align:middle;
	margin-left:5px;
}
a[href$='.xlsx']:after,
a[href$='.xls']:after{
	content:url(images/icon_excel.png);
	vertical-align:middle;
	margin-left:5px;
}
a[href$='.doc']:after{
	content:url(images/icon_word.png);
	vertical-align:middle;
	margin-left:5px;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*-------------------------accessbtn*/
.accessbtn a{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:240px;
	background:#F07D00 url(images/ya_w.png) right no-repeat;
	background-size:25px;
	color:#FFF;
	border-radius:15px;
	margin:10px auto;
	position:relative;
	z-index:1;
}
.accessbtn a:hover{
	background-color:#C24400;
}
/*-------------------------フッター固定（フッター高280px）*/
#wrapper {
	width:100%;
	padding-top:50px;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	width:100%;
	min-width:375px;
	position:fixed;
	background:#FFF;
	top:0;
	left:0;
	z-index:1000;
}
.scroll header{
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
/*-------------------------ロゴ*/
header .logo{
	padding-top:5px;
	padding-left:10px;
	height:50px;
	text-align:left;
}
header .logo span{
	display:none;
	font-size:9px;
	line-height:10px;
	color:#888888;
	margin-bottom:1px;
}
header .logo a{
	display:block;
}
header .logo a img{
	max-height:40px;
}
/*-------------------------globalnav*/
header #globalnav{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	z-index:1000;
}
header #globalnav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header #globalnav span{
	position: absolute;
	left: 13px;
	width: 24px;
	height: 2px;
	background-color: #00967C;
}
header #globalnav span:nth-of-type(1) {
	top: 16px;
}
header #globalnav span:nth-of-type(2) {
	top: 24px;
}
header #globalnav span:nth-of-type(3) {
	top: 32px;
}
header #globalnav.open span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
header #globalnav.open span:nth-of-type(2) {
	opacity: 0;
}
header #globalnav.open span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/*-------------------------グローバルメニュー*/
header .accordion{
	display:none;
	background:#fff;
}
#layer{
	content:"";
	display:block;
	position:fixed;
	top:60px;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	background:rgba(0,0,0,0.8);
	z-index:-1;
}
header .accordion.open{
	display:block;
}
#globalmenu li:first-child{
	display:none;
}
#globalmenu li{
	float:left;
	width:50%;
	border-bottom:1px solid #fff;
	font-size:14px;
	line-height:50px;
	background:#fff url(images/ya_g.png) right no-repeat;
	background-size:30px;
}
#globalmenu li:nth-child(odd){
	border-left:1px solid #fff;
}
#globalmenu li a{
	display:block;
	color:#000;
	letter-spacing:1px;
	padding-right:15px;
}
#globalmenu li img{
	display:none;
}
#globalmenu li a.current{
	background:rgba(0,150,124,0.2);
}
/*-------------------------headerotoiawase*/
.headerotoiawase a{
	display:block;
	position:relative;
	background:rgba(61,119,230,1);
}
.headerotoiawase a:hover::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
}
/*-------------------------headerinfo*/
.headerinfo a{
	display:block;
	padding:10px 25px 10px 10px;
	background:url(images/ya_g.png) right no-repeat;
	background-size:30px;
}

/*banner
-----------------------------------------------------------------------------------------*/
.banner{
	font-size:0;
	text-align:center;
	margin:0 auto;
	padding:0 15px;
}
.banner p{
	display:inline-block;
	font-size:0;
	padding:5px;
}
.banner a{
	display:block;
	font-size:14px;
}
.banner a:after{
	display:none;
}
.banner a:hover{
	opacity:0.75;
}
.banner p.ban4{
	max-width:50%;
}
.mainimg + .banner{
	padding-top:15px
}
#pickup + .banner{
	padding-bottom:15px;
}
#info + .banner{
	padding-top:15px;
	margin-bottom:-15px;
}
#topics + .banner{
	padding-bottom:15px;
	margin-top:-15px;
}
footer .banner{
	padding:20px;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer{
	position:relative;
	overflow:hidden;
	background:#FFF;
	padding-bottom:50px;
}
/*-------------------------pagetop*/
#pagetop a{
	position:fixed;
	bottom:0;
	right: 0;
	width:50px;
	height:50px;
	background:rgba(0,150,124,0.5);
	z-index:20;
}
#pagetop a:hover{
	background:rgba(0,150,124,1);
}
/*-------------------------フッターナビ*/
footer nav ul{
	background:rgba(0,150,124,1);
}
footer nav li{
	display:inline-block;
}
footer nav a{
	color:#000;
	font-size:13px;
	padding:5px 10px 5px 25px;
	background:url(images/maruya_w.png) left 5px center no-repeat;
	background-size:20px;
	display:block;
	color:#FFF;
	font-weight:bold;
}
footer nav a:hover{
	background-color:rgba(0,0,0,0.2);
}
/*-------------------------frame*/
footer .frame{
}
/*-------------------------footerinfo*/
footer .footerinfo{
	max-width:680px;
	padding:20px 0;
	margin:0 auto -30px auto;
	position:relative;
	font-size:0;
}
footer .footerinfo figure{
	display:inline-block;
	max-width:50%;
}
/*-------------------------logo*/
footer .logo{
	font-size:12px;
	line-height:22px;
	margin:15px 10px 5px 10px;
}
footer .logo img{
	max-width:240px;
	margin-bottom:5px;
}
/*-------------------------adress*/
footer .adress{
	font-size:14px;
	line-height:25px;
}
footer .adress span{
	white-space:nowrap;
	display:inline-block;
	margin:0 3px;
}
footer .adress span a{
	text-decoration:underline;
}
/*-------------------------copyright*/
footer .copyright{
	position:absolute;
	left:10px;
	bottom:5px;
	font-family:arial;
	color:#888;
	text-align:left;
	width:100%;
}
footer .copyright a{
	color:#888;
}
footer .copyright small{
	font-size:10px;
	line-height:2;
	display:block;
}