@charset "utf-8";
/* CSS Document */

/*マージン関係*/

.o-m08 {margin-bottom:8px!important;}
.o-m12 {margin-bottom:12px!important;}
.o-m16 {margin-bottom:16px!important;}
.o-m20 {margin-bottom:20px!important;}
.o-m24 {margin-bottom:24px!important;}
.o-m32 {margin-bottom:32px!important;}
.o-m36 {margin-bottom:36px!important;}
.o-m40 {margin-bottom:40px!important;}
.o-m48 {margin-bottom:48px!important;}
.o-m56 {margin-bottom:56px!important;}
.o-m64 {margin-bottom:64px!important;}
.o-m72 {margin-bottom:72px!important;}
.o-m80 {margin-bottom:80px!important;}
.o-m120 {margin-bottom:120px!important;}
.o-m160 {margin-bottom:160px!important;}

/*文字装飾関係*/

.o-t-n {
	text-align: left;
	line-height: 1.7;
}

strong {
	font-weight: bold;
}

/*文字色関係*/

.o-tc-white {color:#fff;}
.o-tc-red {color:red}
.o-tc-blue {color:blue}

.o-winered {color:#5f0800;}
.o-cabalt {color:#08082d;}

.o-tc01 {color:#5cb6bb;}
.o-tc02 {color:#f39700;}
.o-tc03 {color:#7ddde2;}
.o-tc04 {color:#ffca73;}

/*背景色関係*/

.o-bc01 {background-color:#5cb6bb;}
.o-bc02 {background-color:#f39700;}
.o-bc03 {background-color:#7ddde2;}
.o-bc04 {background-color:#ffca73;}

/*文字リンク*/

a {color:deepskyblue; text-decoration: none;}
a:hover {text-decoration: underline;}

/*文字サイズ*/

.o-ts15 {font-size:1.5rem;}
.o-ts17 {font-size:1.7rem;}
.o-ts18 {font-size:1.8rem;}
.o-ts19 {font-size:1.9rem;}
.o-ts20 {font-size:2.0rem;}
.o-ts22 {font-size:2.2rem;}
.o-ts24 {font-size:2.4rem;}
.o-ts28 {font-size:2.8rem;}
.o-ts32 {font-size:3.2rem;}
.o-ts40 {font-size:4.0rem;}
.o-ts48 {font-size:4.8rem;}
.o-ts60 {font-size:6.0rem;}

.o-t-small {font-size: 80%;}

/*Noto*/

.o-nte-n {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

.o-nte-b {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

.o-nta-n {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

.o-nta-b {
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

.o-mpu-n {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}

.o-mpu-b {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}

/*タイトル関係*/

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

h7 {}

/*画像リンク*/

a.o-fade {
	transition: all 0.3s;
	opacity: 1;
}

a:hover.o-fade {
	opacity: 0.6;
}