@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	list-style: none;
	vertical-align:baseline;
	background:transparent;
}
body {
	background: #fff;
	line-height: 1.6;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#333;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	display: block;
}
#wrapper {
	width:100%;
	min-width: 1020px;
}
/* gNavi
------------------------------------------------------------*/
#gNavi {
	display: block;
	overflow: hidden;
	background:url(../img/common/bg_gnavline.png) bottom center no-repeat, #0aa8ea;
	position: absolute;
	left: 0;
	right: 0;
}
#gNavi ul {
	width: 1020px;
	margin: 0 auto;
}
#gNavi ul li {
	float: left;
	width: 25%;
	background: url(../img/common/ico_line.jpg) left center no-repeat;
}
#gNavi ul li:last-child {
	margin: 0;
	background: url(../img/common/ico_line.jpg) left center no-repeat, url(../img/common/ico_line.jpg) right center no-repeat;
}
#gNavi ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0;
	display: block;
	text-align: center;
	color: #fff;
}

#gNavi ul li a:hover, #gNavi ul li.current_page_item a{
	color: #fff2a6;
}

#gNavi.sticky {
	transform: translate3d(0px,0px,0px);
	position: fixed;
	top: 0;
	padding: 0px 0;
	z-index: 6;
	width: 100%;
}
.container {
	width: 1020px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
/* main
------------------------------------------------------------*/
main {
	padding-top: 61px;
}
.tit_sub {
	font-size: 22px;
	background: url(../img/common/ico_asahi.png) top center no-repeat;
	background-size: 51px;
	padding: 40px 0 0;
	margin-bottom: 30px;
}
.tit_sub img {
	margin: 0 auto;
	padding-top: 20px;
}
.tit_sec {
	background: url(../img/common/ico_sec.png) left 10px top 5px no-repeat;
	background-size: 20px;
	padding: 10px 10px 10px 40px;
	margin-bottom: 20px;
}
.tit_sec02{
	font-size: 18px;
	height: 66px;
	width: 280px;
	padding: 9px 20px 14px 20px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.tit_sec01 {
	background:url(../img/common/ico_list02.png) left top 8px no-repeat;
	background-size: 9px;
	font-size: 18px;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}
.fl_l {
	margin: 0 40px 0 0;
	float: left;
}
.fl_r {
	margin: 0 0 0 40px;
	float: right;
}
.list_style01 li {
	background: url(../img/index/ico_circle.png) left top 19px no-repeat;
	background-size: 4px;
	float: left;
	width: 32.3%;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.list_style01 .bb {
	border-bottom: none;
}
.list_style01 .same_h {
	padding-bottom: 32px;
}
.list_style02 li {
	background:url(../img/common/ico_list03.png) left top 12px no-repeat;
	background-size: 4px;
	padding: 4px 0 4px 15px;
}
blockquote {
	background:url(../img/common/ic_quote_left.png) top left no-repeat, url(../img/common/ic_quote_right.png) bottom right no-repeat;
	background-size: 12px, 12px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
}
.altBg {
	background: #f6f9fc;
}
#pageTop {
	width: 50px;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 10;
}
#pageTop a {
	display: block;
}

#pageTop img {
	width: 50px;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.cd-top {
	position:fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer; -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* footer
------------------------------------------------------------*/
footer {
	background: #0a516f;
}
#footerIn {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#fNavi {
	width: 1020px;
	padding: 10px 0;
	overflow: hidden;
}
#footerIn ul {
	text-align: center;
}
#footerIn ul li {
	float: left;
	width: 25%;
}
#footerIn ul li:last-child {
	margin: 0;
}
#footerIn ul li a {
	background:url(../img/common/ico_fnav.png) left top no-repeat;
	color: #fff;
	padding: 7px 0 6px;
	display: block;
}
#footerIn ul li a:hover {
	text-decoration: underline;
}
#footerIn ul li:last-child a {
	background: url(../img/common/ico_fnav.png) left top no-repeat, url(../img/common/ico_fnav.png) right top no-repeat;
}
#copyright {
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	background: #083a4f;
}
section, header, main, footer {
	display: block;
}
section {
	background: #fff;
}
.imghover {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 1;
	display: block;
}
.imghover:hover {
	opacity:0.6;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.lazyframe{
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	/* gnavi
	------------------------------------------------------------*/
	.sticky {
		transform: translate3d(0px,0px,0px);
		position: fixed;
		top: 0;
		padding: 0px 0;
		z-index: 9999;
	}
	#gNavi {
		width: 100%;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	}
	#gNavi ul {
		width: 100%;
		padding: 0;
		height: auto;
	}
	#gNavi ul li:first-child {
		background: none;
	}
	#gNavi ul li:last-child {
		background: url(../img/common/ico_line_sp.png) left center no-repeat;
	}
	#gNavi ul li {
		margin: 0;
		box-sizing: border-box;
		background: url(../img/common/ico_line_sp.png) left center no-repeat;
	}
	#gNavi ul li a {
		font-size: 85%;
		padding: 13px 0;
		word-break:break-all;
		display: block;
		width: 100%;
		box-sizing: border-box;}

	#wrapper {
		min-width: inherit;
		min-width: auto;
	}
	img {
		width: 100%;
	}
	.container {
		width: 94%;
		padding: 25px 3%;
	}
	#contents {
		width: 100%;
	}
	.fl_l, .fl_r {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.tit_sub {
		font-size: 130%;
		background-size: 41px;
		padding: 32px 0 0;
		margin: 0 0 15px;
	}
	.tit_sub img {
		padding: 15px 0;
	}
	.tit_sec {
		font-size: 115%;
		margin: 0 0 10px;
		background-size: 12px;
		padding: 8px 8px 8px 28px;
	}
	.tit_sec img {
		width: 240px;
	}
	.tit_sec02{
		font-size: 120%;
		height: auto;
		padding: 10px 4% 5px 4%;
		width: 92%;
		display: block;
		margin: 0 auto;
	}
	.list_style01 {
		overflow: hidden;
		display: block;
	}
	.list_style01 li {
		float: none;
		padding: 8px;
		width: 100%;
		background: url(../img/index/ico_circle.png) left top 18px no-repeat;
		background-size: 3px;
	}
	.list_style01 .bb {
		border-bottom: 1px solid #ddd;
	}
	.list_style01 li:last-child {
		border-bottom: none;
	}
	.list_style01 .same_h {
		padding: 8px;
	}
	.tit_sec01 {
		background: url(../img/common/ico_list02.png) left top 10px no-repeat;
		background-size: 6px;
		font-size: 115%;
		padding: 0 0 0 15px;
		margin: 0 0 10px;
	}
	#pageTop {
		width: 37px;
	}
	#pageTop img {
		content: url(../img/common/btn_pageTop_sp.png);
		width: 37px;
	}
	/* footer
	------------------------------------------------------------*/
	footer {
		border-top: solid 30px #fff;
	}
	#footerIn {
		width: 100%;
	}
	#fNavi {
		width: 100%;
		padding: 0;
	}
	#footerIn ul {
		width: 101%;
		height: auto;
		float: none;
		padding: 0;
	}
	#footerIn ul li {
		float: left;
		display: table;
		border-bottom: 1px solid #1f6e90;
		border-right: 1px solid #1f6e90;
		width: 50%;
		margin: 0;
		min-height: 50px;
		background: url(../img/common/ico_list03.png) 10px center no-repeat;
		background-size: 4px;
		padding: 0 0 0 5px;
		box-sizing: border-box;
	}
	#footerIn ul li a, #footerIn ul li:first-child a {
		display: table-cell;
		vertical-align: middle;
		font-size: 90%;
		padding: 5px 5px 3px 15px;
		text-align: left;
		border: none;
		width: 100%;
		background: none;
	}
	#footerIn ul li:last-child a {
		background: none;
	}
	#copyright {
		font-size: 75%;
	}
}

@media screen and (min-width: 641px) {
	#gNavi {
		display: block !important;
	}
}