@charset "UTF-8";

html { font-size: 16px;}
body {
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo,"yugothic", YuGothic,"Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.05ex;
	-webkit-font-smoothing: antialiased;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	color:#2f2725;
}

a {
	text-decoration: underline;
	color: #2f2725;
}
a:hover,
a:focus {
	opacity: 0.75;
	text-decoration: none;
}
a:hover {transition: .3s}
img {max-width: 100%}

/* bootstrapコメントアウト箇所の新設定や上書き設定 */
.container-fluid {padding-right: 0; padding-left: 0}
/* bootstrapコメントアウト箇所の新設定や上書き設定 */

/*-------------------------------------------------------------*/
/* common style */

/* margin */
.mt00 { margin-top:0; }
.mt05 { margin-top:0.5em; }
.mt10 { margin-top:1em; }
.mt15 { margin-top:1.25em; }
.mt20 { margin-top:2em; }
.mt25 { margin-top:2.5em; }
.mt30 { margin-top:2.5em; }
.mt35 { margin-top:3.5em; }
.mt40 { margin-top:4em; }

.mb00 { margin-bottom:0; }
.mb05 { margin-bottom:0.5em; }
.mb10 { margin-bottom:1em; }
.mb15 { margin-bottom:1.25em; }
.mb20 { margin-bottom:2em; }
.mb25 { margin-bottom:2.5em; }
.mb30 { margin-bottom:2.5em; }
.mb35 { margin-bottom:3.5em; }
.mb40 { margin-bottom:4em; }

.ml00 { margin-left:0; }
.ml05 { margin-left:0.5em; }
.ml10 { margin-left:1em; }
.ml15 { margin-left:1.25em; }
.ml20 { margin-left:2em; }
.ml25 { margin-left:2.5em; }
.ml30 { margin-left:2.5em; }

.mr00 { margin-right:0; }
.mr05 { margin-right:0.5em; }
.mr10 { margin-right:1em; }
.mr15 { margin-right:1.25em; }
.mr20 { margin-right:2em; }
.mr25 { margin-right:2.5em; }
.mr30 { margin-right:2.5em; }

.ma { margin-left:auto; margin-right:auto; }

.fs01 { font-size: 50%; }
.fs02 { font-size: 75%; }
.fs03 { font-size: 87.5%; }
.fs04 { font-size: 100%; }
.fs05 { font-size: 112.5%; }
.fs06 { font-size: 125%; }
.fs07 { font-size: 150%; }
.fs08 { font-size: 175%; }
.fs09 { font-size: 185%; }
.fs10 { font-size: 200%; }
.fs11 { font-size: 225%; }
.fs12 { font-size: 250%; }

/* font color */
/*.fc_red { color: #e6406b; }
.fc_blue { color: #0068b7; }
.fc_yellow { color: #e4ff00; }
.fc_gray { color: #858585; }*/

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

.vat { vertical-align: top !important; }
.vam { vertical-align: middle !important; }
.vab { vertical-align: bottom !important; }

.fl{ float:left; }
.fr{ float:right; }

/* clearfix */
.cf::before,
.cf::after { content: ''; display: table; }
.cf::after { clear: both; }
.cf { *zoom: 1; }

li {list-style-type: none;}

@media screen and (min-width:768px) {
	/* pc view */
	.sp { display: none !important; }
}
@media screen and (max-width:767px) {
	/* sp view */
	.pc { display: none !important; }
}