@charset "utf-8";

/* -------------------------------------
/	reset
------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
th, td {
	text-align: left;
	vertical-align: top;
}
ul,li {
	list-style-type: none;
	list-style-position: outside;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0px;
	clear: both;
	visibility: hidden;
}

main {
	display: block;
}
main #contents {
	overflow-x: hidden;
}

body {
	font-family: Abel,"ヒラギノ丸ゴ Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	letter-spacing: 1px;
}
.bar {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #000;
}
.grad_b {
	background-image: linear-gradient( 180deg,
		#013588 0%,
		#002573 50%,
		#04155a 100%
	);
	background-image: -webkit-linear-gradient( top,
		#013588 0%,
		#002573 50%,
		#04155a 100%
	);
}
main #contents .sns_wrap {
	position: relative;
	width: 100%;
	height: 30px;
	z-index: 0;
}

main #contents .sns_wrap #sns {
	width: 240px;
	position: absolute;
	right: 0px;
}
main #contents .sns_wrap #sns li {
	float: left;
	width: 120px;
	text-align: right;
}

main #contents section {
	padding: 20px 0 10px;
}
main #contents section .sec_bar {
	background-image: linear-gradient( 180deg,
		#0061c2 0%,
		#013185 50%,
		#02155a 100%
	);
	background-image: -webkit-linear-gradient( top,
		#0061c2 0%,
		#013185 50%,
		#02155a 100%
	);
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.8 );
	position: relative;
	font-size: 120%;
	letter-spacing: 2px;
	width: 100%;
	height: 30px;
	line-height: 15px;
	text-indent: 5px;
}

main #contents section .sec_bar:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-top: 10px solid #02155a;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 10px solid transparent;
	position: relative;
	top: 5px;
	left: 10px;
}



/* -------------------------------------
/
/	960-
/
------------------------------------- */

@media screen and ( min-width: 960px ) {
/* -------------------------------------
/	common
------------------------------------- */
body {
	min-width: 960px;
}

a:hover {
	opacity: 0.7;
}

/* -------------------------------------
/	header
------------------------------------- */
header {
	border-top: 4px solid #ffd235;
	padding-top: 50px;
	width: 100%;
	position: relative;
}
header .contact {
	width: 135px;
	height: 35px;
	border-radius: 4px;
	position: absolute;
	top: -4px;
	right: 100px;

	background-color: #ffd235;
	background-image: linear-gradient( 180deg,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
	background-image: -webkit-linear-gradient( top,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
}
header .contact a {
	display: block;
	width: 135px;
	height: 35px;
	color: #444;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
header .contact a:before {
	content: '>';
	position: relative;
	left: -5px;
}
header .logo {
	width: 960px;
	margin: 0 auto;
}
header .logo a {
	display: block;
	width: 30%;
	position: relative;
	z-index: 15;
}
header .carrier {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	height: 15px;
	position: relative;
	top: -30px;
}
header .carrier img {
	margin-right: 25px;
}
header .bar .btn, header .bar .close {
	display: none;
}
header #nav {
	width: 960px;
	margin: 0 auto;
}
header #nav li {
	width: 192px;
	height: 45px;
	float: left;
	border-left: 1px solid #244997;
	border-right: 1px solid #000731;
}
header #nav li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	font-size: 120%;
	letter-spacing: 3px;
	color: #f0f0f0;
	text-align: center;
}
header #nav li a:hover {
	opacity: 1;
	background-color: #021a62;
}
header .bread {
	width: 960px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
header .bread span {
	color: #fff;
	font-weight: bold;
	background-color: #02155a;
	margin-right: 10px;
	padding: 0 5px;
}
header .bread a {
	color: #24b;
	font-weight: bold;
	margin-right: 20px;
}
/* -------------------------------------
/	main
------------------------------------- */
main {
	background-color: #ffd235;
	padding: 20px 0 50px;
}
main #contents {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #c9c9c9;
}

/* -------------------------------------
/	footer
------------------------------------- */
footer #pagetop {
	position: relative;
}
footer #pagetop a {
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0px;
	top: 7px;
	text-align: center;
	border-left: 1px dotted #4d79c0;
	color: #f0f0f0;
	text-indent: 10px;
}
footer #pagetop a:before {
	content: '<';
	display: inline-block;
	transform: rotate(90deg) scaley(1.5);
	-webkit-transform: rotate(90deg) scaley(1.5);
	position: relative;
	top: -5px;
	left: -5px;
}
footer .nav {
	background-color: #f7f7f7;
	padding: 30px 0 50px;
}
footer .nav ul {
	width: 960px;
	margin: 0 auto;
}
footer .nav ul li {
	float: left;
	width: 240px;
}
footer .nav ul li * {
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
}
footer .nav ul li h2 {
	text-indent: 15px;
	position: relative;
}
footer .nav ul li h2 a {
	color: #24b;
}
footer .nav ul li h2:before {
	content: '>';
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	color: #fff;
	width: 10px;
	height: 15px;
	background-color: #002e8f;
	text-align: center;
	text-indent: 2px;
	font-size: 50%;
	line-height: 15px;
}
footer .nav ul li p {
	padding-left: 15px;
	border-left: 1px dotted #bbb;
}
footer .nav ul li p a {
	text-decoration: underline;
}

footer .link {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}
footer .link li {
	float: left;
	width: 820px;
}
footer .link li>p {
	text-indent: 20px;
	line-height: 40px;
}
footer .link li:first-child {
	top: 0px;
	width: 80px;
}
footer .link li>a {
	margin-right: 10px;
}
footer .copy {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 20px;
	color: #888;
}

}

/* -------------------------------------
/
/	480 - 960
/
------------------------------------- */

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

a:hover {
	opacity: 0.7;
}
/* -------------------------------------
/	header
------------------------------------- */
header {
	border-top: 4px solid #ffd235;
	padding-top: 50px;
	width: 100%;
	position: relative;
}
header .contact {
	width: 135px;
	height: 35px;
	border-radius: 4px;
	position: absolute;
	top: -4px;
	right: 50px;

	background-color: #ffd235;
	background-image: linear-gradient( 180deg,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
	background-image: -webkit-linear-gradient( top,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
}
header .contact a {
	display: block;
	width: 135px;
	height: 35px;
	color: #444;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
header .contact a:before {
	content: '>';
	position: relative;
	left: -5px;
}
header .carrier {
	display: none;
}
header .logo {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
header .bar {
	position: relative;
}
header .bar .btn {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 30px;
	height: 25px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}
header .bar .btn:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	border-bottom: 3px solid #fff;
	top: 7px;
}
header .bar .close {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}
header .bar .close:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	top: 2px;
	left: -5px;
	transform: rotate( 45deg );
}
header .bar .close:after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate( 45deg );
	top: 2px;
	left: 15px;
}

header #nav {
	width: 100%;
	background-color: #013588;
	position: relative;
	top: 45px;
	overflow-y: hidden;
	z-index: 100;
	opacity: 0;
}
header #nav li {
	border-top: 1px solid #244997;
	border-bottom: 1px solid #000731;
	padding: 15px;
	text-indent: 30px;
	position: relative;
}
header #nav li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate( 45deg );
	position: absolute;
	top: 18px;
}
header #nav li a {
	color: #fff;
	font-size: 130%;
}


header .bread {
	width: 90%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}
header .bread span {
	color: #fff;
	font-weight: bold;
	background-color: #02155a;
	margin-right: 10px;
	padding: 0 5px;
}
header .bread a {
	color: #24b;
	font-weight: bold;
	margin-right: 20px;
}

/* -------------------------------------
/	main
------------------------------------- */
main {
	background-color: #ffd235;
	padding: 20px 0 50px;
}
main #contents {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
}

/* -------------------------------------
/	footer
------------------------------------- */
footer #pagetop {
	position: relative;
}
footer #pagetop a {
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0px;
	top: 7px;
	text-align: center;
	border-left: 1px dotted #4d79c0;
	color: #f0f0f0;
}
footer #pagetop a:before {
	content: '<';
	display: inline-block;
	transform: rotate(90deg) scaley(1.5);
	-webkit-transform: rotate(90deg) scaley(1.5);
	position: relative;
	left: -5px;
}
footer .nav {
	background-color: #f7f7f7;
	padding: 20px 0 40px;
}
footer .nav ul {
	width: 90%;
	margin: 0 auto;
}
footer .nav ul li {
	float: left;
	width: 33%;
}
footer .nav ul li * {
	font-size: 95%;
	font-weight: bold;
	line-height: 25px;
}
footer .nav ul li h2 {
	text-indent: 15px;
	position: relative;
}
footer .nav ul li h2 a{
	color: #24b;
	font-size: 95%;
}
footer .nav ul li h2:before {
	content: '>';
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	color: #fff;
	width: 10px;
	height: 15px;
	background-color: #002e8f;
	text-align: center;
	text-indent: 2px;
	font-size: 50%;
	line-height: 15px;
}
footer .nav ul li p {
	padding-left: 15px;
	border-left: 1px dotted #bbb;
}
footer .nav ul li p a {
	text-decoration: underline;
}
footer .link {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}
footer .link li {
	text-align: center;
}
footer .link li>p {
	line-height: 40px;
	margin-bottom: 10px;
}
footer .link li a img {
	margin-bottom: 20px;
}
footer .copy {
	text-align: center;
	padding: 60px 0 20px;
	color: #888;
}



}


/* -------------------------------------
/
/	-480
/
------------------------------------- */

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

/* -------------------------------------
/	common
------------------------------------- */
body {
	font-size: 14px;
}

main #contents section .sec_bar {
	font-size: 100%;
}

/* -------------------------------------
/	header
------------------------------------- */
header {
	border-top: 4px solid #ffd235;
	padding-top: 20px;
}
header .contact {
	width: 100px;
	height: 35px;
	border-radius: 4px;
	position: absolute;
	top: 0px;
	right: 10px;

	background-color: #ffd235;
	background-image: linear-gradient( 180deg,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
	background-image: -webkit-linear-gradient( top,
		#ffd235 0%,
		#ffd235 85%,
		#eebb33 100%
	);
}
header .contact a {
	display: block;
	width: 100%;
	height: 100%;
	color: #444;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}
header .carrier {
	display: none;
}
header .logo {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
header .logo img {
	width: 45%;
}
header .bar {
	position: relative;
}
header .bar .btn {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 30px;
	height: 25px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	cursor: pointer;
}
header .bar .btn:before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	border-bottom: 3px solid #fff;
	top: 7px;
}
header .bar .close {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}
header .bar .close:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	top: 2px;
	left: -5px;
	transform: rotate( 45deg );
}
header .bar .close:after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate( 45deg );
	top: 2px;
	left: 15px;
}

header #nav {
	width: 100%;
	background-color: #013588;
	position: relative;
	top: 45px;
	overflow-y: hidden;
	z-index: 100;
	opacity: 0;
}
header #nav li {
	border-top: 1px solid #244997;
	border-bottom: 1px solid #000731;
	padding: 15px;
	text-indent: 30px;
	position: relative;
}
header #nav li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate( 45deg );
	position: absolute;
	top: 18px;
}
header #nav li a {
	color: #fff;
}

header .bread {
	width: 95%;
	font-size: 85%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
header .bread span {
	color: #fff;
	font-weight: bold;
	background-color: #02155a;
	margin-right: 5px;
}
header .bread a {
	color: #24b;
	font-weight: bold;
	margin-right: 10px;
}

/* -------------------------------------
/	main
------------------------------------- */
main {
	background-color: #ffd235;
	padding: 20px 0 50px;
}
main #contents {
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
}

/* -------------------------------------
/	footer
------------------------------------- */
footer #pagetop a {
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 45px;
	text-indent: 30px;
	position: relative;
}
footer #pagetop a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	transform: rotate( -45deg );
	top: 20px;
}
footer .nav {
	padding: 20px 0 50px;
	background-color: #f7f7f7;
}
footer .nav ul li {
	display: none;
}
footer .nav ul .m_on {
	display: block;
}
footer .nav ul .m_on h2 {
	font-size: 90%;
	width: 80%;
	margin: 0 auto;
}
footer .nav ul .m_on h2 a {
	display: block;
	color: #24b;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #bbb;
	text-indent: 10px;
	letter-spacing: 0px;
}
footer .link {
	padding: 40px 0;
	width: 90%;
	margin: 0 auto;
}
footer .link li {
	text-align: center;
}
footer .link li p {
	font-size: 85%;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
footer .link li a {
	display: block;
	width: 33%;
	float: left;
	height: 50px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3%;
}
footer .link li a:nth-child(4),
footer .link li a:nth-child(7) {
	border-right-width: 0px;
}
footer .link li a:nth-child(8),
footer .link li a:nth-child(9){
	border-bottom-width: 0px;
}

footer .link li a img {
	width: 85%;
}
footer .copy {
	text-align: center;
	border-top: 1px solid #bbb;
	padding: 20px 0 20px;
	color: #666;
	font-size: 90%;
}



}


