@charset "UTF-8";

/* font module */
.gothic {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.mincho {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'serif';
}


/*font size(px)*/
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f44 {
	font-size: 44px;
}

.f48 {
	font-size: 48px;
}

.f52 {
	font-size: 52px;
}

.f56 {
	font-size: 56px;
}

.f60 {
	font-size: 60px;
}

.bold {
	font-weight: bold;
}

.no_bold {
	font-weight: normal;
}



.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.w25, .w40, .w50, .w60, .w70, .w80, .w90 {
	margin: 10px auto;
	padding: 2%;
}

.w25 {
	width: 23%;
}

.w50 {
	width: 48%;
}

.w60 {
	width: 58%;
}

.w70 {
	width: 68%;
}

.w80 {
	width: 78%;
}

.w90 {
	width: 88%;
}

.p0 {
	padding: 0;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p40 {
	padding: 40px;
}

.m0 {
	margin: 0 auto;
}

.m10 {
	margin: 10px auto;
}

.m20 {
	margin: 20px auto;
}

.m40 {
	margin: 40px auto;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pb20 {
	padding-bottom: 20px;
}

.relative {
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clearfix {
	display: block;
}

.shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


.arrow40 {
    width: 40px;
}



.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

.underline_yellow {
	border-bottom: solid 3px #FFF000;
}



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


	.w25, .w50, .w60, .w70, .w80, .w90 {
		width: 96%;
	}

	.sp_30 {
		width: 30%;
	}

	.sp_f12 {
		font-size: 12px;
	}

	.sp_f13 {
		font-size: 13px;
	}

	.sp_f14 {
		font-size: 14px;
	}

	.sp_f16 {
		font-size: 16px;
	}

	.sp_f17 {
		font-size: 17px;
	}

	.sp_f18 {
		font-size: 18px;
	}

	.sp_f20 {
		font-size: 20px;
	}

	.sp_f24 {
		font-size: 24px;
	}

	.sp_f26 {
		font-size: 26px;
	}

	.sp_f28 {
		font-size: 28px;
	}

}