@charset "utf-8";
/**
 * base.css
 */

/* import
---------------------------------*/
@import "init.css";


/* html, body
---------------------------------*/
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/* siteCommonStyle
---------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.noT a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade:hover,
	.fadeArea a:hover {
		opacity: 0.7;
	}
	.textBdr:hover,
	.textBdrList a:hover {
		text-decoration: underline !important;
	}
}

/* fonts */
.rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/**************************************************

 wrapper

**************************************************/
#wrapper {
	color: #3c3c3c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}
.wrap {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}




/**************************************************

 header

**************************************************/
#header {
}

/* siteLogo
---------------------------------*/
#header .siteLogo {
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
	display: block;
}


/**************************************************

 container

**************************************************/
#container {
	/*padding-top: 75px;*/
}
@media only screen and (max-width:767px) {
	#container {
		/*padding-top: 55px;*/
	}
}



/**************************************************

 footer

**************************************************/

/* fLinks
---------------------------------*/
#footer {
	border-top: #3c2d23 solid 1px;
}
#footer #fLinks {
	padding: 50px 0;
	background-color: #3c2d23;
}
#footer #fLinks * {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#footer #fLinks .top {
	margin-bottom: 20px;
}
#footer #fLinks .top a {
	font-size: 16px;
	font-weight: 900;
}
#footer #fLinks .flexBox {
	display: flex;
	justify-content: space-between;
}
#footer #fLinks .ttl {
	margin-bottom: 15px;
	font-weight: 900;
}
#footer #fLinks ul {
	margin-bottom: 15px;
}
#footer #fLinks ul {
	margin-left: 1em;
}
#footer #fLinks li {
	position: relative;
	padding-left: 1em;
}
#footer #fLinks li:before {
	position: absolute;
	top: 0.8em;
	left: 0;
	display: block;
	content: '';
	width: 0.5em;
	height: 1px;
	background-color: #fff;
}
@media only screen and (max-width:991px) {
	#footer #fLinks * {
		font-size: 12px;
	}
}

@media only screen and (max-width:767px) {
	#footer #fLinks .top a {
		font-size: 12px;
	}
	#footer #fLinks .flexBox {
		flex-wrap: wrap;
	}
	#footer #fLinks .flexBox .box {
		width: 48%;
	}
	#footer #fLinks .flexBox .box:last-child {
		width: 100%;
	}
	#footer #fLinks ul {
		margin-left: 0;
	}
	#footer #fLinks .spFlex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#footer #fLinks .spFlex .inBox {
		width: 48%;
	}
}


/* fIfos
---------------------------------*/
#footer #fIfos {
	padding: 15px 0;
	font-size: 12px;
	text-align: right;
}
#footer #fIfos a {
	display: inline-block;
	color: #3c3c3c;
	text-decoration: none;
}
#footer #fIfos a > * {
	display: inline-block;
	vertical-align: middle;
}
#footer #fIfos p + p {
	margin-top: 8px;
}
#footer #fIfos .official a:after {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin-left: 10px;
	content: '';
	background: url(../../images/common/logo.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
#footer #fIfos .jrva a:after {
	display: inline-block;
	width: 50px;
	height: 26px;
	margin-left: 10px;
	content: '';
	background: url(../../images/common/logo_jrva.svg) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
}
@media only screen and (min-width:768px) {
	#footer #fIfos a:hover,
	#footer #fIfos a:hover *  {
		text-decoration: underline;
	}
}
@media only screen and (max-width:767px) {
	#footer #fIfos {
		font-size: 10px;
	}
}

.text90 {
	font-size: 90%;
}
.cent {
	text-align: center;
}

