@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900);

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	max-height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 105px 0 0 0;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: normal;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.min {
font-family: 'Noto Serif JP', serif;
font-weight: 600;
}

.ttl {
	background-color: #b85656;
	font-size: 18px;
	color: #fff;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 70% 80%, 50% 100%, 30% 80%, 0 80%);
	margin: 0 0 30px 0;
	padding: 15px 0 25px 0;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 16px;
}

body {
	padding: 150px 0 0 0;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

.ttl {
	font-size: 24px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 55% 80%, 50% 100%, 45% 80%, 0 80%);
	margin: 0 0 30px 0;
	padding: 30px 0 50px 0;
}

.acc {
	cursor: pointer;
}

}

/*----------------------------------------------------
 id style
----------------------------------------------------*/

header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
	background-color: rgba(37,116,166,1.0);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0;
}
header h1 {
	width: 300px;
	position: fixed;
	z-index: 10;
	margin: 8px 0 0 5%;
	padding: 0;
}
header h1 a {
	width: 50%;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(/assets/top/commons/images/logo.png?id=20251001);
	background-position: left center;
	background-size: auto 45px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
header span.min {
	display: block;
	color:  #fff;
	float: left;
	font-size: 12px;
	margin: 21px 0 0 0;
	padding: 0 0 0 120px;
}
header strong {
	width: 100px;
	display: block;
	overflow: hidden;
	float: right;
	margin: 15px 5% 0 0;
	padding: 0;
}
header strong a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
header strong a img {
	width: 12px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
header nav ul {
	width: 80%;
	margin: 20px auto 10px auto;
	padding: 0;
}
header nav ul li {
	border-bottom: 1px solid #fff;
}
header nav ul li a {
	text-align: left;
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

@media only screen and (min-width: 1001px) {

header {
	height: 90px;
}
header h1 {
	width: 600px;
	margin: 10px 0 0 30px;
}
header h1 a {
	height: 70px;
	background-size: auto 70px;
}
header span.min {
	font-size: 16px;
	margin: 33px 0 0 0;
	padding: 0 0 0 190px;
}
header strong {
	width: 160px;
	margin: 20px 30px 0 0;
}
header strong a {
	font-size: 18px;
	line-height: 45px;
}
header strong a img {
	width: 16px;
	margin: 0 10px 4px 0;
}

}


div#login {
	width: 100%;
	background-color: #5190b8;
	text-align: right;
	display: block;
	position: fixed;
	top: 60px;
	left: 0;
	line-height: 45px;
	color: #fff;
	box-sizing: border-box;
	z-index: 10;
	margin: 0;
	padding: 0 5%;
}
div#login strong {
	font-weight: bold;
	color:  #fff;
}

@media only screen and (min-width: 1001px) {

div#login {
	top: 90px;
	line-height: 60px;
	padding: 0 30px;
}

}


footer {
	width: 100%;
	background-color: #2574a6;
	margin: 0;
	padding: 0 0 40px 0;
}
footer ol {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background-color: #5190b8;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
	margin: 0 auto;
	padding: 30px 30px 15px 30px;
}
footer ul {
	width: 280px;
	text-align: center;
	margin: 0px auto 15px auto;
	padding: 40px 0 0 0;
}
footer ol li,
footer ul li {
	display: inline-block;
	margin: 0 10px 15px 10px;
	padding: 0px;
}
footer ol li a,
footer ul li a {
	color: #fff;
}
footer span {
/*
	background-image: url("../images/logo_footer.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 50px;
*/
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0;
/*	padding: 80px 0 0 0; */
}

@media only screen and (min-width: 1001px) {

footer {
	padding: 0 0 50px 0;
}
footer ol {
	margin: 0 auto;
	padding: 40px 0;
}
footer ul {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 50px 0 0 0;
}
footer ol li,
footer ul li {
	margin: 0;
}
footer ol li:after,
footer ul li:after {
	content: "│";
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
}
footer ol li:last-child:after,
footer ul li:last-child:after {
	content: "";
	margin: 0;
}
footer span {
	background-size: auto 60px;
	font-size: 14px;
}

}

a#pagetop {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-image: url(../images/pagetop.png);
	background-size: 50px;
	margin: 0;
	padding: 0;
}


@media only screen and (min-width: 1001px) {

a#pagetop {
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
	background-size: 70px;
}

}


.btn_blue {
	width: 240px;
	line-height: 40px;
	border-radius: 3px;
	display: block;
	font-size: 16px;
	color: #fff;
	border: 0;
	text-align: center;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

@media only screen and (min-width: 1001px) {

.btn_blue {
	width: 280px;
	line-height: 45px;
	border-radius: 3px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #770000;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

}

/*----------------------------------------------------
 style end
----------------------------------------------------*/