﻿/****************************************************************/
/* reset normalize HTML5 Boilerplate */
/****************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*!  HTML5 Boilerplate
 * Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{/*background:transparent!important;color:#000!important;*/box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{/*max-width:100%!important*/}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}

dd,dl,dt,ol,p,ul{padding-left:0;margin:0}
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}figure{margin:0}

@-ms-viewport{width:auto;initial-scale:1}@viewport{width:device-width;initial-scale:1}

/****************************************************************/
/* base */
/****************************************************************/
/* h1,h2,h3,h4,h5,h6{margin: auto;} */
.t-default h1, .t-default h2, .t-default h3, .t-default h4, .t-default h5, .t-default h6,
.t-default .h1, .t-default .h2, .t-default .h3, .t-default .h4, .t-default .h5, .t-default .h6{font-weight: bold;margin: auto;}
.t-default .row{margin-right: auto;margin-left: auto;}
.t-default .col-xs-1, .t-default .col-sm-1, .t-default .col-md-1, .t-default .col-lg-1, .t-default .col-xs-2, .t-default .col-sm-2, .t-default .col-md-2, .t-default .col-lg-2,
.t-default .col-xs-3, .t-default .col-sm-3, .t-default .col-md-3, .t-default .col-lg-3, .t-default .col-xs-4, .t-default .col-sm-4, .t-default .col-md-4, .t-default .col-lg-4,
.t-default .col-xs-5, .t-default .col-sm-5, .t-default .col-md-5, .t-default .col-lg-5, .t-default .col-xs-6, .t-default .col-sm-6, .t-default .col-md-6, .t-default .col-lg-6,
.t-default .col-xs-7, .t-default .col-sm-7, .t-default .col-md-7, .t-default .col-lg-7, .t-default .col-xs-8, .t-default .col-sm-8, .t-default .col-md-8, .t-default .col-lg-8,
.t-default .col-xs-9, .t-default .col-sm-9, .t-default .col-md-9, .t-default .col-lg-9, .t-default .col-xs-10, .t-default .col-sm-10, .t-default .col-md-10, .t-default .col-lg-10,
.t-default .col-xs-11, .t-default .col-sm-11, .t-default .col-md-11, .t-default .col-lg-11, .t-default .col-xs-12, .t-default .col-sm-12, .t-default .col-md-12, .t-default .col-lg-12{
  padding: 0;
}

html,
:root{
	font-size: 62.5%;
}
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
}
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');*/
body{
	font-family: Arial, Meiryo, sans-serif,  'Noto Sans JP';
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
	line-height: 1.8;
	color: #333333;
	cursor: auto;
	overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
	body{font-family: "メイリオ", Meiryo, sans-serif !important;}
}
@media only screen and (max-width: 979px) {
	body{
		font-family: "メイリオ", Meiryo, sans-serif !important;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	table{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 690px) {
	body{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	dd,dl,dt,ol,p,ul{
		font-family: "メイリオ", Meiryo, sans-serif;
	}
}
a,.t-default a{
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
	transition: all .2s ease 0s;
}
a:hover,.t-default a:hover{
	text-decoration: underline;
	color: #333333;
}
a:hover img,.t-default a:hover img{opacity: .8;}
.t-default .tglink a[target="_blank"]::after,
.tglink a[target="_blank"]::after{
	font-family: "Font Awesome 5 Free";
	content: "\f08e";
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
}
hr{
	background: none;
	border: none;
	border-bottom: 1px solid #f5f5f5;
	margin: 0;
}
time{
	font-size: 11px;
	display: block;
}

/* title *************************************/
h1,h2,h3,h4,h5,h6{letter-spacing: 0.05em;}

/* IE *********/
@media all and (-ms-high-contrast: none){
	.img100 img,
	#contents img,
	.inner img,
	body.dcms_editor .img100 img,
	body.dcms_editor #contents img,
	body.dcms_editor .inner img{
		width: 100%; !important /* IE10以上 */
	}
}
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {bottom: 1ex;}
sub {top: .5ex;}

/****************************************************************
 img 
****************************************************************/
body#tinymce img{
	max-width: 1000px;
	width: 100%;
	height: auto;
}
main img{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/****************************************************************/
/* on off */
/****************************************************************/
.sp_on{
	display: none;
}
.pc_on{
	display: block;
}
@media only screen and (max-width: 690px) {
	.sp_on{
		display: block;
	}
	.pc_on{
		display: none;
	}
}
/****************************************************************/
/* on off */
/****************************************************************/
.partition{padding:24px;margin:75pt 0 40px;background:-webkit-gradient(linear,left top,right bottom,from(#f8f4ed),color-stop(0.25,#f8f4ed),color-stop(0.25,white),color-stop(0.5,white),color-stop(0.5,#f8f4ed),color-stop(0.75,#f8f4ed),color-stop(0.75,white),to(white));background:-moz-linear-gradient(-45deg,#f8f4ed 25%,#fff 25%,#fff 50%,#f8f4ed 50%,#f8f4ed 75%,#fff 75%,#fff);background:linear-gradient(-45deg,#f8f4ed 25%,#fff 25%,#fff 50%,#f8f4ed 50%,#f8f4ed 75%,#fff 75%,#fff);background-size:4px 4px;text-align:center;font-weight:700;font-size:24px;color:#56b495}
.partition_s{padding:8px 1pc;margin:1pc auto 8px;background-color:#f8f4ed;display:inline-block;text-align:center;font-weight:700;font-size:20px;color:#56b495}
.partition_s + .in{display: inline-block;}
@media only screen and (max-width: 690px) {
	.partition_s + .in{display: block;}
}

/*-----------------------------------------------------------------*/
/* ページ内リンク処理 */
/*-----------------------------------------------------------------*/
/*.plink {
  padding-top: 65px;
  margin-top: -65px;
}*/

/*↓↓↓↓↓↓　header01を使うときは消す　↓↓↓↓↓↓*/
/*@media only screen and (max-width: 979px) {
  .plink {
		padding-top: 60px;
		margin-top: -60px;
    }
}*/
/*↑↑↑↑↑↑↑↑↑↑↑*/
/*@media all and (-ms-high-contrast: none){
  body#h_fixed #locator02, .locator02{margin-bottom: 0;}
  body#h_fixed #contents{padding-top: 60px;}
  .plink{padding-top: 120px;}
}*/

/* 印刷設定 */
@media print {
	a[href]:after {content: ""!important;}
	abbr[title]:after {content: ""!important;}
}
/******----table用---******/
.w5{width: 5%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}

blockquote {
	position: relative;
	padding: 12px 16px 12px 56px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	margin: 0 1em;
}
blockquote:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 12px;
	left: 15px;
	vertical-align: middle;
	content: "\f10d";
	color: #bbbbbb;
	font-size: 24px;
	line-height: 1;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
/*blockquote cite {
	display: block;
	text-align: right;
	font-size: 0.9em;
}*/
.bq02 blockquote {padding: 12px 48px 12px 56px;}
.bq02 blockquote:after{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	bottom: 12px;
	right: 15px;
	vertical-align: middle;
	content: "\f10e";
	color: #bbbbbb;
	font-size: 24px;
	line-height: 1;
}
@media only screen and (max-width: 690px) {
	blockquote {margin: 0;padding: 12px 16px 12px 38px;}
	blockquote::before{font-size: 18px; left: 10px;}
	.bq02 blockquote::after{font-size: 18px; right: 10px;}
	.bq02 blockquote {padding: 12px 30px 12px 38px;}
}
.editor_on{display: none;}
body#tinymce .editor_on{display: block;}



/****************************************************************/
/* font size */
/****************************************************************/
/* px *****************/
.fs10 {
  font-size: 10px;
  line-height: 1.4;
}

.fs11 {
  font-size: 11px;
  line-height: 1.4;
}

.fs12 {
  font-size: 12px;
  line-height: 1.4;
}

.fs13 {
  font-size: 13px;
  line-height: 1.4;
}

.fs14 {
  font-size: 14px;
  line-height: 1.4;
}

.fs15 {
  font-size: 15px;
  line-height: 1.4;
}

.fs16 {
  font-size: 16px;
  line-height: 1.4;
}

.fs17 {
  font-size: 17px;
  line-height: 1.4;
}

.fs18 {
  font-size: 18px;
  line-height: 1.4;
}

.fs19 {
  font-size: 19px;
  line-height: 1.4;
}

.fs20 {
  font-size: 20px;
  line-height: 1.4;
}

.fs21 {
  font-size: 21px;
  line-height: 1.4;
}

.fs22 {
  font-size: 22px;
  line-height: 1.4;
}

.fs23 {
  font-size: 23px;
  line-height: 1.4;
}

.fs24 {
  font-size: 24px;
  line-height: 1.4;
}

.fs25 {
  font-size: 25px;
  line-height: 1.4;
}

.fs26 {
  font-size: 26px;
  line-height: 1.4;
}

.fs27 {
  font-size: 27px;
  line-height: 1.4;
}

.fs28 {
  font-size: 28px;
  line-height: 1.4;
}

.fs29 {
  font-size: 29px;
  line-height: 1.4;
}

.fs30 {
  font-size: 30px;
  line-height: 1.4;
}

.fs31 {
  font-size: 31px;
  line-height: 1.4;
}

.fs32 {
  font-size: 32px;
  line-height: 1.4;
}

.fs33 {
  font-size: 33px;
  line-height: 1.4;
}

.fs34 {
  font-size: 34px;
  line-height: 1.4;
}

.fs35 {
  font-size: 35px;
  line-height: 1.4;
}

.fs36 {
  font-size: 36px;
  line-height: 1.4;
}

.fs37 {
  font-size: 37px;
  line-height: 1.4;
}

.fs38 {
  font-size: 38px;
  line-height: 1.4;
}

.fs39 {
  font-size: 39px;
  line-height: 1.4;
}

.fs40 {
  font-size: 40px;
  line-height: 1.4;
}

.fs10_bold {
  font-size: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.fs11_bold {
  font-size: 11px;
  line-height: 1.4;
  font-weight: bold;
}

.fs12_bold {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}

.fs13_bold {
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}

.fs14_bold {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.fs15_bold {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

.fs16_bold {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.fs17_bold {
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
}

.fs18_bold {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.fs19_bold {
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
}

.fs20_bold {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.fs21_bold {
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
}

.fs22_bold {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}

.fs23_bold {
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
}

.fs24_bold {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

.fs25_bold {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}

.fs26_bold {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}

.fs27_bold {
  font-size: 27px;
  line-height: 1.4;
  font-weight: bold;
}

.fs28_bold {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.fs29_bold {
  font-size: 29px;
  line-height: 1.4;
  font-weight: bold;
}

.fs30_bold {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.fs31_bold {
  font-size: 31px;
  line-height: 1.4;
  font-weight: bold;
}

.fs32_bold {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.fs33_bold {
  font-size: 33px;
  line-height: 1.4;
  font-weight: bold;
}

.fs34_bold {
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
}

.fs35_bold {
  font-size: 35px;
  line-height: 1.4;
  font-weight: bold;
}

.fs36_bold {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
}

.fs37_bold {
  font-size: 37px;
  line-height: 1.4;
  font-weight: bold;
}

.fs38_bold {
  font-size: 38px;
  line-height: 1.4;
  font-weight: bold;
}

.fs39_bold {
  font-size: 39px;
  line-height: 1.4;
  font-weight: bold;
}

.fs40_bold {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}

/* rem **********************/
/* % **********************/
.fs50 {
  font-size: 50%;
  line-height: 1.4;
}

.fs60 {
  font-size: 60%;
  line-height: 1.4;
}

.fs70 {
  font-size: 70%;
  line-height: 1.4;
}

.fs80 {
  font-size: 80%;
  line-height: 1.4;
}

.fs90 {
  font-size: 90%;
  line-height: 1.4;
}

.fs110 {
  font-size: 110%;
  line-height: 1.4;
}

.fs120 {
  font-size: 120%;
  line-height: 1.4;
}

.fs130 {
  font-size: 130%;
  line-height: 1.4;
}

.fs140 {
  font-size: 140%;
  line-height: 1.4;
}

.fs150 {
  font-size: 150%;
  line-height: 1.4;
}

.fs160 {
  font-size: 160%;
  line-height: 1.4;
}

.fs170 {
  font-size: 170%;
  line-height: 1.4;
}

.fs180 {
  font-size: 180%;
  line-height: 1.4;
}

.fs190 {
  font-size: 190%;
  line-height: 1.4;
}

.fs200 {
  font-size: 200%;
  line-height: 1.4;
}

.fs210 {
  font-size: 210%;
  line-height: 1.4;
}

.fs220 {
  font-size: 220%;
  line-height: 1.4;
}

.fs230 {
  font-size: 230%;
  line-height: 1.4;
}

.fs240 {
  font-size: 240%;
  line-height: 1.4;
}

.fs250 {
  font-size: 250%;
  line-height: 1.4;
}

.fs260 {
  font-size: 260%;
  line-height: 1.4;
}

.fs270 {
  font-size: 270%;
  line-height: 1.4;
}

.fs280 {
  font-size: 280%;
  line-height: 1.4;
}

.fs290 {
  font-size: 290%;
  line-height: 1.4;
}

.fs300 {
  font-size: 300%;
  line-height: 1.4;
}

.fs50_bold {
  font-size: 50%;
  line-height: 1.4;
  font-weight: bold;
}

.fs60_bold {
  font-size: 60%;
  line-height: 1.4;
  font-weight: bold;
}

.fs70_bold {
  font-size: 70%;
  line-height: 1.4;
  font-weight: bold;
}

.fs80_bold {
  font-size: 80%;
  line-height: 1.4;
  font-weight: bold;
}

.fs90_bold {
  font-size: 90%;
  line-height: 1.4;
  font-weight: bold;
}

.fs110_bold {
  font-size: 110%;
  line-height: 1.4;
  font-weight: bold;
}

.fs120_bold {
  font-size: 120%;
  line-height: 1.4;
  font-weight: bold;
}

.fs130_bold {
  font-size: 130%;
  line-height: 1.4;
  font-weight: bold;
}

.fs140_bold {
  font-size: 140%;
  line-height: 1.4;
  font-weight: bold;
}

.fs150_bold {
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
}

.fs160_bold {
  font-size: 160%;
  line-height: 1.4;
  font-weight: bold;
}

.fs170_bold {
  font-size: 170%;
  line-height: 1.4;
  font-weight: bold;
}

.fs180_bold {
  font-size: 180%;
  line-height: 1.4;
  font-weight: bold;
}

.fs190_bold {
  font-size: 190%;
  line-height: 1.4;
  font-weight: bold;
}

.fs200_bold {
  font-size: 200%;
  line-height: 1.4;
  font-weight: bold;
}

.fs210_bold {
  font-size: 210%;
  line-height: 1.4;
  font-weight: bold;
}

.fs220_bold {
  font-size: 220%;
  line-height: 1.4;
  font-weight: bold;
}

.fs230_bold {
  font-size: 230%;
  line-height: 1.4;
  font-weight: bold;
}

.fs240_bold {
  font-size: 240%;
  line-height: 1.4;
  font-weight: bold;
}

.fs250_bold {
  font-size: 250%;
  line-height: 1.4;
  font-weight: bold;
}

.fs260_bold {
  font-size: 260%;
  line-height: 1.4;
  font-weight: bold;
}

.fs270_bold {
  font-size: 270%;
  line-height: 1.4;
  font-weight: bold;
}

.fs280_bold {
  font-size: 280%;
  line-height: 1.4;
  font-weight: bold;
}

.fs290_bold {
  font-size: 290%;
  line-height: 1.4;
  font-weight: bold;
}

.fs300_bold {
  font-size: 300%;
  line-height: 1.4;
  font-weight: bold;
}

@media only screen and (max-width: 690px) {
  .fs50 {
    font-size: 30%;
    line-height: 1.4;
  }
  .fs60 {
    font-size: 40%;
    line-height: 1.4;
  }
  .fs70 {
    font-size: 50%;
    line-height: 1.4;
  }
  .fs80 {
    font-size: 60%;
    line-height: 1.4;
  }
  .fs90 {
    font-size: 70%;
    line-height: 1.4;
  }
  .fs100 {
    font-size: 90%;
    line-height: 1.4;
  }
  .fs110 {
    font-size: 90%;
    line-height: 1.4;
  }
  .fs120 {
    font-size: 100%;
    line-height: 1.4;
  }
  .fs130 {
    font-size: 110%;
    line-height: 1.4;
  }
  .fs140 {
    font-size: 120%;
    line-height: 1.4;
  }
  .fs150 {
    font-size: 130%;
    line-height: 1.4;
  }
  .fs160 {
    font-size: 140%;
    line-height: 1.4;
  }
  .fs170 {
    font-size: 150%;
    line-height: 1.4;
  }
  .fs180 {
    font-size: 160%;
    line-height: 1.4;
  }
  .fs190 {
    font-size: 170%;
    line-height: 1.4;
  }
  .fs200 {
    font-size: 180%;
    line-height: 1.4;
  }
  .fs210 {
    font-size: 190%;
    line-height: 1.4;
  }
  .fs220 {
    font-size: 200%;
    line-height: 1.4;
  }
  .fs230 {
    font-size: 210%;
    line-height: 1.4;
  }
  .fs240 {
    font-size: 220%;
    line-height: 1.4;
  }
  .fs250 {
    font-size: 230%;
    line-height: 1.4;
  }
  .fs260 {
    font-size: 240%;
    line-height: 1.4;
  }
  .fs270 {
    font-size: 250%;
    line-height: 1.4;
  }
  .fs280 {
    font-size: 260%;
    line-height: 1.4;
  }
  .fs290 {
    font-size: 270%;
    line-height: 1.4;
  }
  .fs300 {
    font-size: 280%;
    line-height: 1.4;
  }
  .fs50_bold {
    font-size: 30%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs60_bold {
    font-size: 40%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs70_bold {
    font-size: 50%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs80_bold {
    font-size: 60%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs90_bold {
    font-size: 70%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs100_bold {
    font-size: 90%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs110_bold {
    font-size: 100%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs120_bold {
    font-size: 100%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs130_bold {
    font-size: 110%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs140_bold {
    font-size: 120%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs150_bold {
    font-size: 130%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs160_bold {
    font-size: 140%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs170_bold {
    font-size: 150%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs180_bold {
    font-size: 160%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs190_bold {
    font-size: 170%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs200_bold {
    font-size: 180%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs210_bold {
    font-size: 190%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs220_bold {
    font-size: 200%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs230_bold {
    font-size: 210%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs240_bold {
    font-size: 220%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs250_bold {
    font-size: 230%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs260_bold {
    font-size: 240%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs270_bold {
    font-size: 250%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs280_bold {
    font-size: 260%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs290_bold {
    font-size: 270%;
    line-height: 1.4;
    font-weight: bold;
  }
  .fs300_bold {
    font-size: 280%;
    line-height: 1.4;
    font-weight: bold;
  }
}

/*-----------------------------------------------------------------*/
/* weight 太さ */
/*-----------------------------------------------------------------*/
.fs_bold {
  font-weight: bold;
}

