/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */
/* Grouping content */
@charset "utf-8";
* { margin: 0; padding: 0; vertical-align: baseline; }
/*p, blockquote, dl, dd, figure { margin: 0; }
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
		box-sizing: content-box;
}
ol, ul { padding: 0; margin: 0; }
li { list-style: none; }
a { word-break: break-all; outline: none; }
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { opacity: 0.8; }
table { border-collapse: collapse; }*/

/**
 * 8.0 - Alignments
 */

p img { height: auto !important; }
.wp-caption {
	max-width: 100%;
	line-height: 0;
}
.wp-caption p {
	line-height: 1.6;
	font-size: 0.9rem;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

/* ------- PC・SP共通　----------------------------------- */
.dib { display: inline-block; }
.fwb { font-weight: bold; }
.lh12 { line-height: 1.2; }
.lh14 { line-height: 1.4; }
.lh28 { line-height: 2.8; }

.grn { color: #00A939; }
.ore { color: #E6B11F; }

.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }
.taj { text-align: justify; }

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.mt0 { margin-top: 0 !important; }
.mt01 { margin-top: 1px; }
.mt02 { margin-top: 2px; }
.mt03 { margin-top: 3px; }
.mt04 { margin-top: 4px; }
.mt05 { margin-top: 5px; }
.mt06 { margin-top: 6px; }
.mt07 { margin-top: 7px; }
.mt08 { margin-top: 8px; }
.mt09 { margin-top: 9px; }

.mb01 { margin-bottom: 1px; }
.mb02 { margin-bottom: 2px; }
.mb03 { margin-bottom: 3px; }
.mb04 { margin-bottom: 4px; }
.mb05 { margin-bottom: 5px; }
.mb06 { margin-bottom: 6px; }
.mb07 { margin-bottom: 7px; }
.mb08 { margin-bottom: 8px; }
.mb09 { margin-bottom: 9px; }

/* ------- pcSite　----------------------------------- */
@media screen and (min-width:768px) { /* PC */
.spSite { display: none !important; }
.pctac { text-align: center; }

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt120 { margin-top: 120px; }
.mt150 { margin-top: 150px; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }

.padh30 { padding: 30px 0; }
.padh50 { padding: 50px 0; }
.padh80 { padding: 80px 0; }
.padh100 { padding: 100px 0; }

.fs80 { font-size: 80%; }
.fs90 { font-size: 90%; }
.fs110 { font-size: 110%; }
.fs120 { font-size: 120%; }
.fs130 { font-size: 130%; }
.fs140 { font-size: 140%; }
.fs150 { font-size: 150%; }
.fs160 { font-size: 160%; }
.fs170 { font-size: 170%; }
.fs180 { font-size: 180%; }
.fs200 { font-size: 200%; }

/* カラム */
.b2cols .b2col {
	float: left;
	width: 47.5%;
	margin-left: 5%;
}
.b2cols .single01, .b2cols .marge01,
.b2cols .single02, .b2cols .marge02,
.b2cols .single03, .b2cols .marge03 { margin-left: 6%; }
.b2cols .single01 { width: 34%; }
.b2cols .marge01 { width: 60%; }
.b2cols .single02 { width: 44%; }
.b2cols .marge02 { width: 50%; }
.b2cols .single03 { width: 28%; }
.b2cols .marge03 { width: 66%; }

.flip .b2col { margin-left: 0; }
.flip .b2col:nth-child(2n+1) { float: right; }

.b3cols .b3col {
	float: left;
	width: 31%;
	margin-left: 3.5%;
}
.b4cols .b4col {
	float: left;
	width: 24%;
	margin-left: 1.25%;
}
.b2cols .b2col:nth-child(2n+1), .b3cols .b3col:nth-child(3n+1),
.b4cols .b4col:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.b2cols:after, .b3cols:after,
.b4cols:after {
	content: "";
	display: block;
	clear: both;
}

} /* --- /pc --- */

/* ------- spSite　----------------------------------- */
@media screen and (max-width:767px) { /* スマホ */
.pcSite { display: none !important; }

.mt10 { margin-top: 7px; }
.mt15 { margin-top: 10px; }
.mt20 { margin-top: 15px; }
.mt25 { margin-top: 20px; }
.mt30 { margin-top: 25px; }
.mt40 { margin-top: 30px; }
.mt50 { margin-top: 35px; }
.mt60 { margin-top: 40px; }
.mt70 { margin-top: 45px; }
.mt80 { margin-top: 50px; }
.mt90 { margin-top: 55px; }
.mt100 { margin-top: 60px; }
.mt120 { margin-top: 70px; }
.mt150 { margin-top: 85px; }

.mb10 { margin-bottom: 7px; }
.mb15 { margin-bottom: 10px; }
.mb20 { margin-bottom: 15px; }
.mb25 { margin-bottom: 20px; }
.mb30 { margin-bottom: 25px; }

.padh30 { padding: 20px 0; }
.padh50 { padding: 30px 0; }
.padh80 { padding: 40px 0; }
.padh100 { padding: 50px 0; }

.fs80 { font-size: 85%; }
.fs90 { font-size: 90%; }
.fs110 { font-size: 105%; }
.fs120 { font-size: 110%; }
.fs130 { font-size: 120%; }
.fs140 { font-size: 130%; }
.fs150 { font-size: 140%; }
.fs160 { font-size: 150%; }
.fs170 { font-size: 160%; }
.fs180 { font-size: 170%; }
.fs200 { font-size: 180%; }

/* カラム */
.sp2cols > div {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.sp2cols > div:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.sp3cols > div {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.sp3cols > div:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.sp2cols:after,
.sp3cols:after {
	content: "";
	display: block;
	clear: both;
}
.b2col { margin-top: 20px; }
.b3col { margin-top: 20px; }
.b4col, .tb1_mt10 .b3col { margin-top: 10px; }

.sp2cols > div { margin-top: 20px; }
.sp3cols > div { margin-top: 10px; }
.b2cols .b2col:first-child,
.b3cols .b3col:first-child,
.b4cols .b4col:first-child,
.sp2cols > div:nth-child(-n+2),
.sp3cols > div:nth-child(-n+3) {
	margin-top: 0;
}

} /* --- /sp --- */