@import
url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');

@import
url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');






/* =======================================
フォントサイズ
 ======================================= */
h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 20px;
    line-height: 120%;
}
h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    line-height: 110%;
}

.style9 {
	font-size: 9px;
	line-height: 11px;
}
.style10 {
	font-size: 10px;
	line-height: 12px;
}
.style11 {
	font-size: 11px;
	line-height: 13px;
}
.style12 {
	font-size: 12px;
	line-height: 15px;
}
.style13 {font-size: 13px}
.style14 {font-size: 14px}
.style15 {font-size: 15px}
.style16 {font-size: 16px}
.style18 {font-size: 18px}
.style20 {
	font-size: 20px;
	line-height: 25px;
}
.style30 {
	font-size: 30px;
	line-height: 35px;
}

.font_0-7 {
	font-size: 0.7em;
}
.font_0-8 {
	font-size: 0.8em;
}
.font_1-2 {
	font-size: 1.2em;
}
.font_1-5 {
	font-size: 1.5em;
}
.font_2 {
	font-size: 2em;
}
.font_3 {
	font-size: 3em;
}
.font_4 {
	font-size: 4em;
}

/* =======================================
マージン
 ======================================= */
 .margin_top10 {
	margin-top:10px;
}
.margin_top20 {
	margin-top:20px;
}
.margin_top30 {
	margin-top:30px;
}
.margin_top40 {
    margin-top: 40px;
    line-height: 30px;
}
 .margin_bot10 {
	margin-bottom:10px;
	left: auto;
}
 .margin_bot20 {
	margin-bottom:20px;
	left: auto;
}
 .margin_bot25 {
	margin-bottom:25px;
	left: auto;
}
 .margin_bot30 {
	margin-bottom:30px;
	left: auto;
}
 .margin_bot50 {
	margin-bottom:50px;
	left: auto;
}
 .margin_bot60 {
	margin-bottom:60px;
	left: auto;
}
.margin_top5 {
	margin-top:5px;
	left: auto;
}
.margin_top50 {
	margin-top:50px;
	left: auto;
}
.margin_top80 {
	margin-top:80px;
	left: auto;
}
.margin_top100 {
	margin-top:100px;
	left: auto;
}
.margin_top150 {
	margin-top:150px;
	left: auto;
}
  .margin_left10 {
	left: auto;
	margin-left: 10px;
}
  .margin_left1m {
    left: auto;
    margin-left: 1em;
}


/* =======================================
リンク
 ======================================= */

.af:link{
	color:#fff;
    text-decoration: none;
}
.af:visited{color:#fff;
text-decoration: none; }
.af:hover{color:#fff;
    text-decoration: none; 
}
.af:active{color:#fff;
    text-decoration: none; 
}

.ab:link{
	color:#000;
    text-decoration: none;
}
.ab:visited{color:#000;
text-decoration: none; }
.ab:hover{color:#000;
    text-decoration: none; 
}
.ab:active{color:#000;
    text-decoration: none; 
}



.am:link{
	color:#8D8D8D;
    text-decoration: none;
}
.am:visited{color:#8D8D8D;
text-decoration: none; }
.am:hover{color:#A8A6A5;
    text-decoration: none; 
}
.am:active{color:#8D8D8D;
    text-decoration: none; 
}



/* =======================================
位置
 ======================================= */
 .center {
	text-align: center;
}
 .right {
    text-align: right;
}
 .left {
    text-align: left;
}
 .justify {
    text-align: justify;
}
/* =======================================
カラー
 ======================================= */
 .black {
	color: #000;
}
 .white {
	color: #fff;
}

/* =======================================
タイトル
 ======================================= */
.title001{
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 20px;
}