model@charset "UTF-8";

.bgcolor_wh {
	background: #fff !important;
	color: #000000 !important;
	line-height: 150% ; 
}

.bgcolor_re {
	background: #7a000f !important;
	color: #fff !important;
	line-height: 150% ; 
}

/* メインタイトル */
.main_title{
	font-size: 2em;
	line-height: 1.6em;
	font-feature-settings: "palt";
	color: #000;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 15px;
}

@media (max-width: 640px) {
.main_title{
	font-size: 1.3em;
}
}

/* スタッフ名前 */
.staff_name{
	text-align: center;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.8em;
}
@media (max-width: 640px) {
.staff_name{
	font-size: 2em;
	font-weight: 700;
}
}


/*見出し */
.headline{
	font-size: 1.1em;
	font-weight: bold;
	font-feature-settings: "palt";
	border-left: solid 5px #000;
	padding-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 640px) {
.headline{
	font-size: 1em;
	line-height: 1.5em;
}
}

.square_btn {
    display: inline-block;
    padding: 0.3em 0.8em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    transition: .4s;
	background: #ff0000;
}

.square_btn:hover {
    background: #6a1917;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*行間 */
@media (max-width: 640px) {
.between_lines{
	line-height: 1.7em;
}
}

/*ページトップ白 */
.pagetop_wh {
    display: inline-block;
    padding: 0.3em 1em 0.5em 0.2em;
    text-decoration: none !important;
    border-radius: 3px;
    transition: .4s;
    color: #777 !important;
	font-size: 0.9em;
}
.pagetop_wh::before {
	font-family: "Font Awesome 5 Free";
	content:'PAGE TOP';
}
/*ページトップ白終わり */


/*ページトップ黒 */
.pagetop_bk {
    display: inline-block;
    padding: 0.3em 1em 0.5em 0.2em;
    text-decoration: none !important;
    border-radius: 3px;
    transition: .4s;
    color: #555 !important;
	font-size: 0.9em;
}
.pagetop_bk::before {
	font-family: "Font Awesome 5 Free";
	content:'PAGE TOP';
}
/*ページトップ黒終わり */