@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-weight: 300;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.brpc { display:block;}
.brsp { display:none;}

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

.brpc { display:none;}
.brsp { display:block;}
}

/* 
---------------------------------------------------------- */
html {
	overflow: auto;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-weight: nomal;
	color:#333333;
}

body img {
	vertical-align:bottom;
}

@media screen and (max-width:768px){
	
body {
	min-width:100%;
}
}

@media screen and (max-width:768px){
	.wrap {
		min-width: 100%;
	}
	.wrap img{
		width: 100%;
	}
}

/* Modules
---------------------------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}


.onlySP { display:none;}

@media screen and (max-width:768px){
	.onlyPC { display: none;}
	.onlySP { display: block;}
	.wrap img.onlySP { display: inline-block;}
}


/* common
---------------------------------------------------------*/
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

a {
	color:#333333;
	text-decoration:none;
}



/* header
---------------------------------------------------------*/

header {
	width: 100%;
	height: 120px;
}

header div {
	width: 216px;
	margin: 0 auto;
	padding: 60px 0 0;
}
header div img { width: 100%;}


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

	header {
		width: 100%;
		height: auto;
	}

	header div {
		width: 45%;
		margin: 0 auto;
		padding: 25px 0 0;
	}
	
	
}


/*===================================================

  # footer

---------------------------------------------------*/







footer {
	min-width: 1200px;
	color:#566369;
	width: 100%; 
	padding: 18px 40px;
	background: #fff;
	box-sizing: border-box;
	line-height: 1.4em;
}
	@media screen and (max-width: 768px) {
		footer {
			min-width: 100%;
			border-top: none;
			padding: 0 0 15px;
		}
	}

.footer__inner {
	display: flex;
	justify-content: space-between;
}
	@media screen and (max-width: 768px) {
		.footer__inner {
			width: 100%;
			display: block;
		}
	}

.footer__box {
	width: calc( calc(100% - 3%) / 2 );
}
	@media screen and (max-width: 768px) {
		.footer__box {
			width: 100%;
		}
	}

.footer__box a {
	font-weight: 400;
	color: #566369;
	text-decoration: none;
}

.footer__box__L__txt {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
}
	@media screen and (max-width: 768px) {
		.footer__box__L__txt {
			font-size: 12px;
			display: block;
			margin-left: 0;
		}
	}

.footer__box__L__list {
	display: flex;
}
	@media screen and (max-width: 768px) {
		.footer__box__L__list + .footer__box__L__list {
			border-top: solid 1px #D6E6EF;
			border-bottom: solid 1px #D6E6EF;
		}
	}

.footer__box__L__list li{
	display: inline;
	padding: 0 1.5em;
	margin-bottom: 8px;
}
	@media screen and (max-width: 768px) {
		.footer__box__L__list li{
			text-align: center;
			width: 50%;
			padding: 1em 0;
			margin-bottom: 0;
			display: block;
		}
	}

.footer__box__L__list li:first-child {
	padding-left: 0;
}

.footer__box__L__list li:nth-child(2) {
	border-left: 1px solid #D6E6EF;
}

.footer__box__R__logo {
	text-align: right;
	margin-top: 0px;
}
	@media screen and (max-width: 768px) {
		.footer__box__R__logo {
			text-align: center;
			margin: 15px 0 5px;
		}
	}

.footer__box__R__logo img {
	height: 15px;
	vertical-align: middle;
	margin-bottom: 5px;
}
	@media screen and (max-width: 768px) {
		.footer__box__R__logo img {
			width: 50%;
		}
	}

.footer__box__R__txt {
	font-family: 'Meven Pro', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-align: right;
	color: #6c6c6c;
}
	@media screen and (max-width: 768px) {
		.footer__box__R__txt {
			font-size: 11px;
			text-align: center;
		}
	}