@font-face {
    font-family: 'notosansjp-bold.otf';
    src: url("../fonts/notosansjp-bold.otf");
}
@font-face {
    font-family: 'notosansjp-regular';
    src: url("../fonts/notosansjp-regular.otf");
}

html,body {
	margin:0 ;
	padding:0;
	height:100%;
	overflow: hidden;    
    font-family: 'notosansjp-regular';
    scroll-behavior: smooth;
    background-color: #fff;
}
:focus:not(:focus-visible) {
    outline: 0;
  }
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
p,ul,li,dl,dt,dd{
    line-height: 1.6em;
}
p{
    text-indent: 1em;
}
a:link {
	color: #0059B4;
}
ul{
    list-style: none;
    padding-left: 0;
}
.mt01{
    margin-top: 0.25em;
}
.mt02{
    margin-top: 0.5em;
}
.mt03{
    margin-top: 0.75em;
}
.mt04{
    margin-top: 1em;
}
.mt05{
    margin-top: 2em;
}
.mt06{
    margin-top: 3em;
}
.mt07{
    margin-top: 4em;
}
.mt08{
    margin-top: 5em;
}
.mt09{
    margin-top: 6em;
}
.mt10{
    margin-top: 7em;
}
.mb01{
    margin-bottom: 0.25em;
}
.mb02{
    margin-bottom: 0.5em;
}
.mb03{
    margin-bottom: 0.75em;
}
.mb04{
    margin-bottom: 1em;
}
.mb05{
    margin-bottom: 2em;
}
.mb06{
    margin-bottom: 3em;
}
.mb07{
    margin-bottom: 4em;
}
.mb08{
    margin-bottom: 5em;
}
.mb09{
    margin-bottom: 6em;
}
.mb10{
    margin-bottom: 7em;
}
.pt01{
    padding-top: 0.25em;
}
.pt02{
    padding-top: 0.5em;
}
.pt03{
    padding-top: 0.75em;
}
.pt04{
    padding-top: 1em;
}
.pt05{
    padding-top: 2em;
}
.pt06{
    padding-top: 3em;
}
.pt07{
    padding-top: 4em;
}
.pt08{
    padding-top: 5em;
}
.pt09{
    padding-top: 6em;
}
.pt10{
    padding-top: 7em;
}
.pb01{
    padding-bottom: 0.25em;
}
.pb02{
    padding-bottom: 0.5em;
}
.pb03{
    padding-bottom: 0.75em;
}
.pb04{
    padding-bottom: 1em;
}
.pb05{
    padding-bottom: 2em;
}
.pb06{
    padding-bottom: 3em;
}
.pb07{
    padding-bottom: 4em;
}
.pb08{
    padding-bottom: 5em;
}
.pb09{
    padding-bottom: 6em;
}
.pb10{
    padding-bottom: 7em;
}
.txt_cnt{
    text-align: center;
}
.txt_rgt{
    text-align: right;
}
.ft_s{
    font-size: 15px;
}
.dsp_blk{
    display: block;
}
.fw_bld{
    font-weight: bold;
}
.ind00{
    text-indent: 0em;
}
.mgaut{
    margin: 0 auto;
}

#wholebox{
    height: 100%;
}

/*ヘッダー*/
header{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
#content_header{
    max-width: 1800px;
    margin: 0 auto;
    padding: 1.5% 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.ttl_site{
    font-size: 1.8em;
    font-family: 'notosansjp-regular';
    padding: 0 3% 0 4% !important;
    text-indent: 0;
    font-weight: normal;
}
.ttl_site a{
    text-decoration: none;
    color: #000;
    line-height: 1.2em;
}
.nav_box{
    width: 52%;
}
.nav_box iframe{
    display: none;
}
/*フッター*/
footer{
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
}
#content_footer{
    max-width: 1800px;
    margin: 0 auto;
    padding: 1em;
    text-align: right;
    background-color: #fff;
}
.txt_footer{
    font-size: 0.8em;
}


/*目次とメインの中段部分*/
#container {
    max-width: 1800px;
    height: 74%;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    padding: 1% 0;
}

/*左カラム_目次*/
aside{
    width: 28%;
	height:100%;
	overflow-y: auto;
}
aside::-webkit-scrollbar {
    background: #f7f7f7;
    width: 8px;
    height: 8px;
    border-radius: 20px;
  }
aside::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
 }
#mokuji_pc{
    padding: 1.5em 3% 1.5em 13% !important;
    font-size: 0.8em;
    background-color: #fff;
}
#mokuji_sp{
    display: none;
}
.bu{
    font-family: 'notosansjp-bold.otf';
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.5em 2em 0.5em 0.5em !important;
    margin-bottom: -1px;
}
.bu a{
    text-decoration: none;
    color: #000;
}
.sho{
	display: none;
    margin-bottom: 1.5em 0 !important;
    padding: 0 1.2em 0 1em !important;
}
.sho li:last-child{
    margin-bottom: -1px !important;
}
.sho_ttl{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.5em !important;
    margin-bottom: -1px;
}
.setsu{
	display: none;
    padding-left: 1em !important;
    margin-bottom: 0em !important;
}
.setsu li{
    padding-left: 1em !important;
    padding: 0.25em 0 !important;
}
.setsu li:last-child{
    margin-bottom: -1px !important;
}
.sho_ttl a, .setsu a{
    display: block;
}
.sho_ttl a.op, .setsu a.op{
    display: inline;
}
/*目次開閉*/
.tgl01 {
	transition: background .1s ease;
	cursor: pointer;
	position: relative;
    align-items: center;
}
.tgl01::before,
.tgl01::after{
	position:absolute;
	content:'';
    top: 15px;
    right: 5px;
	width:15px;
	height:1px;
	margin:auto;
	background:#000;
}
.tgl01::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.tgl01.active::after{
	transform:rotate(0deg);
}
.tgl02 {
	transition: background .1s ease;
	cursor: pointer;
	position: relative;
    align-items: center;
}
.tgl02::before,
.tgl02::after{
	position:absolute;
	content:'';
    top: 15px;
    right: 5px;
	width:15px;
	height:1px;
	margin:auto;
	background:#555;
}
.tgl02::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.tgl02.active::after{
	transform:rotate(0deg);
}


/*右カラム_メイン*/
main{
    width: 72%;
}
iframe {
    border:none;
    height:100%;
    width: 100%;
}
#content_main{
	height:100%;
	overflow-y: auto;
    padding: 0 14%;
    text-justify : distribute-all-lines;
    background-color: #fff;
}
#content_main::-webkit-scrollbar {
    background: #f7f7f7;
    width: 8px;
    height: 8px;
    border-radius: 20px;
}
#content_main::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
}
#content_main .wrap{
    padding-top: 4em;
    padding-bottom: 4em;
}

#content_main h1{
    font-size: 1.5em;
    margin:0 0 1em 0 !important;
}
#content_main h2{
    font-size: 1.3em;
    margin:1em 0 0.75em 0 !important;
}
#content_main h2.setsu_ttl{
    margin: 0 0 0.75em 0 !important;
}
#content_main h3{
    font-size: 1.2em;
    margin: 1em 0 0.5em 0 !important;
}
#content_main h4{
    font-size: 1.15em;
    margin: 1em 0 0.5em 0 !important;
}
#content_main h5{
    font-size: 1.1em;
    margin: 0.75em 0 0.5em 0 !important;
}
#content_main .lnblk{
    margin-top: 1em !important;
}
#content_main li{
    margin-bottom: 0.5em !important;
}
#content_main figcaption{
    font-size: 0.95em;
}
#content_main section{
    margin-bottom: 2em !important;
}
.zu{
    margin:2em 0;
    text-align: center;
}
.zu_L{
    margin:2em 0 6em;
    text-align: center;
}
.zu img , .zu_L img{
    max-width: 100%;
}
.num01{
    margin: 0.5em 0 1em 2.5em !important;    
    text-indent: -2.55em;
    font-size: 16px;
}
.num01-ft_s{
    margin: 0.5em 0 1em 2.5em !important;    
    text-indent: -2.6em;
    font-size: 15px;
}
.num02{
    margin: 0.5em 0 1em 3em !important;    
    text-indent: -3em;
    font-size: 16px;
}
.num02-ft_s{
    margin: 0.5em 0 1em 3em !important;    
    text-indent: -3.05em;
    font-size: 15px;
}
.num03{
    margin: 0.5em 0 1em 4em !important;
    text-indent: -4em;
    font-size: 15px;
}
.num04{
    margin: 0.5em 0 1em 1.5em !important;
    text-indent: -1.5em;
    font-size: 15px;
}
.num05{
    margin: 0.5em 0 1em 2.55em !important;
    text-indent: -2.55em;
    font-size: 15px;
}
.num06{
    margin: 0.5em 0 1em 3em !important;
    text-indent: -2em;
    font-size: 15px;
}
.num07{
    margin: 0.5em 0 1em 1.5em !important;
    text-indent: -1.5em;
    font-size: 15px;
}
.alp_non{
    text-indent: -2.65em;
}
.alp_onl{
    margin: 0.5em 0 1em -2em !important;
    text-indent: -1.25em;
}
.lst01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lst01 dt{
    width: 2.5%;
}
.lst01 dd{
    width: 97.5%;
    margin-bottom: 1em !important;  
}
.lst01 ul{
    margin-left:2.5em !important;    
    text-indent: -2.6em;
}
.lst01 ul{
    margin-bottom: -0.5em !important;  
}
.chu{
    margin:1em 0 1em 4em !important;    
    text-indent: -3.05em;
    font-size: 15px;
    display: block;
}
.chu .num01{
    font-size: 15px;
}
.chu .num02{
    font-size: 15px;
}
.chu_nm{
    margin: 1em 0 1em 3.5em !important;
    text-indent: -3.5em;
    font-size: 15px;
    display: block;
}
.rei01{
    margin: 1em 0 0 4em !important;
    text-indent: -4em;
    display: block;
}
.rei02{
    margin: 1em 0 -0.5em 2em !important;
    text-indent: -2em;
    display: block;
}
.daikakko{
    margin: 0.5em 0 0.25em 1em !important;
    text-indent: -1em;
    display: block;
}
.kakko{
    margin: 0.5em 0 1em 1em !important;
    text-indent: -1em;
    font-size: 15px;
    display: block;
}
.kakko{
    margin: 0.5em 0 1em 1em !important;
    text-indent: -1em;
    font-size: 15px;
    display: block;
}
.kakko .num01{
    font-size: 15px;
}
.kakko .num02{
    font-size: 15px;
}
.ryui{
    margin: 0.5em 0 1em 1em !important;    
    text-indent: -1em;
    font-size: 15px;
    display: block;
}
.ryui .num01{
    font-size: 15px;
}
.ryui .num02{
    font-size: 15px;
}
.ttl_koshin {
    text-align: right;
    font-family: 'notosansjp-bold.otf';
    margin: 0.8em 0 1em 0 !important;
}
.ttl_bu{
    text-align: right;
    position: fixed;
    top: 0;
    width: 71.5%;
    font-family: 'notosansjp-bold.otf';
    padding: 0.8em 0 1em 0;
    font-size: 0.9em;
    background-color: #fff;
    text-indent: 0;
    z-index: 999;
}
.top_lnk{
    text-align: right;
}
.toplnk a{
    text-decoration: none;
}
.tbl{
    margin: 1.75em auto 2em;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #555;
}
.tbl tr:first-child th {
    border-bottom: 3px double #555;
}
.tbl th , .tbl td{
    padding: 5px 8px;
    border: 1px solid #555;
}
.tbl th{
    text-align: center;
}
.tbl .top{
    caption-side: top;
    text-align: left;
    margin-bottom: 0.5em;
}
.tbl .btm{
    caption-side: bottom;
    text-align: left;
    margin-top: 0.25em;
}
.wdt800{    
    max-width: 800px;
}
section.anc{
    display: block;
    padding-top: 2em;
    margin-top: -2em;
}
article.shiryo_wrap{
    max-width: 800px;
    margin: 5em auto;
}
article.shiryo_wrap h1{
    font-size: 1.15em !important;
    text-align: center;
    font-weight: normal;
}
article.shiryo_innr{
    border: 1px solid #000;
    padding: 1.5em 2.5em;
    margin: 1em 0;
    font-size: 14px;
}
.inntbl{
    margin: 0.75em 0 1em;
    border: none;
}
.inntbl tr,.inntbl th,.inntbl td{
    padding: 0 8px;
    border: none;
    vertical-align: top;
}
.cell01{
    width: 36%;
}
.cell02{
    width: 64%;    
}
.cell03{
    width: 2.5%;    
}
.cell04{
    width: 30%;    
}


/*関連規定ページ*/
.kanren{
    border: 1px solid #000;
    padding: 0 1.5em 1em;
    margin-bottom: 1em;
}
.kanren_ttl{
margin: 0 0 0.5em 0 !important;
}
.kanren ul , p{    
    font-size: 1em;
} 
.kanren p{
    margin: 0.5em 0 1em 1em !important;    
    text-indent: -1em;    
}
.kanren p.ryaku{
    margin-top: -0.75em !important;
}
/*トップページ*/
#content_main .wrap_top {
    padding-bottom: 1em; 
}
#content_main .toppg h1{
margin: 2.5em 0 0 0 !important;
}
#content_main .toppg h2{
margin: 1.5em 0 0.75em 0 !important;
}
.top_list{
	list-style-type: disc;
	padding-left: 1.5em;
}
.top_list li::marker{
    color: #888;
}
.inq{
    margin: 2.25em 0 0 0;
    border: 1px solid #888;
    padding: 1.25em 1.75em;
    width: fit-content;
}
.inq p{
    text-indent: 0;
}
.inq_ttl{
    font-weight: bold;
    margin-bottom: 0.65em;
}
.inq li{
    line-height: 1em;
    font-size: 0.9em;
}
.inq li:first-child{
    padding-bottom: 0.3em;
    font-size: 1em;
}

/*脚注リンクボタン・吹き出し*/
a.icon{
    width: auto;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 0.1em 0.25em;
    font-size: 0.75em;
    text-decoration: none;
    color: #000;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
}
.fukidashi {
    /*opacity: 0;
    transition: 0.5s;*/
    background: #222;
    position: absolute;
    color: #fff;
    padding: 4px 9px 5px;
    bottom: calc(100% + 12px);
    left: -5%;
    box-sizing: border-box;
    text-align: center;
    word-wrap: break-word;
    border-radius: 5px;
    visibility: hidden;
    pointer-events: none;
    text-indent: 0;
    width: max-content;
    line-height: 120%;
    font-size: 1.1em;
    text-align: left;
  }
  a.icon::before {
    /*opacity: 0;
    transition: 0.5s;*/
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 14px solid #000;
    bottom:12px;
    left:calc(50% - 7px);
    margin-top: -3px;
    visibility: hidden;
    pointer-events: none;
  }
  a.icon:hover:before {
    /*opacity: 1;*/
    visibility: visible;
  }
  a.icon:hover .fukidashi {
    /*opacity: 1;*/
    visibility: visible;
  }

/* トップへ戻るボタン */
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    border: solid 2px #888;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0.5;
}
.pagetop__arrow {
    height: 7px;
    width: 7px;
    border-top: 3px solid #888;
    border-right: 3px solid #888;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width:768px) { 

/*ヘッダー*/
header{
    font-size: 1.0em;    
}
#content_header{    
    display: flex;
    justify-content: space-between;
    padding: 1em 0 0.5em;
}
.ttl_site {
    font-size: 1.75em;
    padding: 1em 1em 1em 2em !important;
    line-height: 1em;
}
.nav_box{
    width: 5%;
    margin: 1.5em 2em;
}
/*フッター*/
footer{
    font-size: 0.8em;    
}
/*目次とメインの中段部分*/
#container {
    width: 100%;
    height: 84%;
    margin: 0 auto;
    padding: 1% 0;
    display: block;
}
.sp_none{
    display: none;
}
/*ヘッダー内目次*/
aside{
    display: none;
}
#mokuji_sp{
    display: block;
    margin: 19% 0 10% 0 !important;
    padding: 0 5% 0 10% !important;
    overflow: scroll;
    width: 100%;
}
#mokuji_pc{
    display: none;
}
.bu{
    padding: 0.75em 2em 0.75em 0.5em !important;
}
.sho{
	display: none;
    padding: 0 1.5em 0 1em  !important;
}
.sho_ttl {
    padding: 0.75em 0 !important;
}
.sho_ttl a, .setsu a{
    display: block;
}
.sho_ttl a.op, .setsu a.op{
    display: inline;
}
.setsu{
     padding-left: 1em !important;
}
.setsu li{
    border-bottom: 1px solid #eee;
    padding: 0.5em 0 0.5em 0 !important;
}

/*目次開閉*/
.tgl01 {
	transition: background .1s ease;
	cursor: pointer;
	position: relative;
}
.tgl01::before,
.tgl01::after{
	position:absolute;
	content:'';
    top: 22px;
    right: 5px;
	margin:auto;
}
.tgl01::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.tgl01.active::after{
	transform:rotate(0deg);
}
.tgl02 {
	transition: background .1s ease;
	cursor: pointer;
	position: relative;
}
.tgl02::before,
.tgl02::after{
	position:absolute;
	content:'';
    top: 22px;
    right: 5px;
	margin:auto;
}
.tgl02::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.tgl02.active::after{
	transform:rotate(0deg);
}

/*右カラム_メイン*/
main{
    width: 100%;
    height: 100%;
}
#content_main {
    padding: 0 8%;
}
#content_main h1 {
    font-size: 1.2em;
    margin:0.75em 0 0.25em 0 !important;
}
#content_main h2 {
    font-size: 1.15em;
}
#content_main h3{
    font-size: 1.1em;
}
#content_main h4{
    font-size: 1.05em;
}
#content_main h5{
    font-size: 1em;
}
#content_main ul.num03 {
    margin: 0.5em 0 0.5em 4em !important;
    text-indent: -4.2em;
}
#content_main .wrap {
    padding-top: 3.2em;
    padding-bottom: 2em;
}
.ttl_bu {
    width: 83%;
    padding: 0.5em 0 0.75em 0;
    right: 9%;
    text-align: left;
}
.zu_L{
    margin:2em 0 4em;
}
.dsp_nn{
    display: none;
}
/*関連規定ページ*/
.kanren_ttl {
    font-size: 1.2em;
    margin:0.75em 0 0.5em 0 !important;
}

/*トップページ*/
#content_main .toppg .ttl_koshin {
    text-align: right;
    font-family: 'notosansjp-bold.otf';
    margin-top: 0.8em !important;
}

/*脚注リンクボタン・吹き出し*/
a.icon:hover:before {
  visibility: hidden;
}
a.icon:hover .fukidashi {
  visibility: hidden;
}
}

@media screen and (max-width:480px) {
#content_header{
    padding: 0.5em 0 0.5em;
}
#content_main figcaption {
    font-size: 0.9em;
}    
.ttl_site {
    font-size: 1.35em;
    padding: 1.2em 1em 1em 1.5em !important;
    line-height: 1em;
}
.ttl_bu{
    font-size: 0.8em;
    text-indent: 0;
    padding: 0.5em 0 0.75em 0;
    text-align: left;
    line-height: 1.4;
}
#content_main .wrap {
    padding-top: 2.4em;
    padding-bottom: 2em;
}
#content_main h1 {
    margin: 0.85em 0 0.25em 0 !important;
}
.zu_L{
    margin:2em 0 3em;
}
article.shiryo_wrap{
    width: 100%;
    margin: 3em auto;
}
article.shiryo_wrap h1{
    font-size: 1em !important;
}
article.shiryo_innr {
    padding: 0.5em 1em;
}
.tbl{
    width: 100%;
}
.wdt{    
    width: 800px !important;
}
.inntbl tr,.inntbl th,.inntbl td{
    padding: 0 2px;
}
.cell01{
    width: 55%;
}
.cell02{
    width: 45%;    
}
.cell04 {
    width: 45%;
}
.tbl-scrl {
    overflow-x: scroll;
}
.tbl-scrl .tbl{
    width: 700px;
} 
.lst01 dt {
    width: 8%;
}
.lst01 dd {
    width: 92%;
}

/*トップページ*/
#content_main .toppg h1 {
    font-size: 1.2em;
    margin:0.75em 0 0.25em 0 !important;
}
#content_main .toppg h2 {
    margin: 0.5em 0 0.5em 0 !important;
}
#content_main .toppg .ttl_koshin {
    text-align: right;
    font-family: 'notosansjp-bold.otf';
    margin-top: 0.8em !important;
}
.inq {
    margin: 1.5em auto;
}
/* トップへ戻るボタン */
.pagetop {
    height: 25px;
    width: 25px;
    right: 10px;
}
}

@media screen and (max-width:400px) {
#container {
    height: 75%;
}
.ttl_site {
    font-size: 1.3em;
}
}

@media screen and (max-height:620px) {
#container {
    height: 67.5%;
}
}


/*数字をUnicode（UTF-16）の形式に変換*/
/*ページ内リンク飛んだ際の上部余白*/
#content_main 
section#\0030\0031\005F\0030\0032\0030\0031,/*#01_0201*/
section#\0030\0031\005F\0030\0032\0030\0032,/*#01_0202*/
section#\0030\0031\005F\0030\0032\0030\0033,/*#01_0203*/
section#\0030\0031\005F\0030\0032\0030\0034,/*#01_0204*/
section#\0030\0031\005F\0030\0032\0030\0035,/*#01_0205*/
section#\0030\0031\005F\0030\0032\0030\0036,/*#01_0206*/
section#\0030\0031\005F\0030\0032\0030\0037,/*#01_0207*/
section#\0030\0031\005F\0030\0032\0030\0038,/*#01_0208*/
section#\0030\0032\005F\0030\0031\0030\0031,/*#02_0101*/
section#\0030\0032\005F\0030\0031\0030\0032,/*#02_0102*/
section#\0030\0032\005F\0030\0031\0030\0033,/*#02_0103*/
section#\0030\0032\005F\0030\0032\0030\0031,/*#02_0201*/
section#\0030\0032\005F\0030\0032\0030\0032,/*#02_0202*/
section#\0030\0032\005F\0030\0032\0030\0033,/*#02_0203*/
section#\0030\0032\005F\0030\0032\0030\0034,/*#02_0204*/
section#\0030\0032\005F\0030\0032\0030\0035,/*#02_0205*/
section#\0030\0033\005F\0030\0032\0030\0031,/*#03_0201*/
section#\0030\0033\005F\0030\0032\0030\0032,/*#03_0202*/
section#\0030\0033\005F\0030\0032\0030\0033,/*#03_0203*/
section#\0030\0033\005F\0030\0032\0030\0034,/*#03_0204*/
section#\0030\0033\005F\0030\0032\0030\0035,/*#03_0205*/
section#\0030\0036\005F\0030\0031\0030\0031,/*#06_0101*/
section#\0030\0036\005F\0030\0031\0030\0032,/*#06_0102*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0031,/*#01_99zu01*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0032,/*#01_99zu02*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0033/*#01_99zu03*/
{
    display: block;
    padding-top: 3.25em !important;
    margin-top: -3.25em !important;
}

@media screen and (max-width:768px) { 
#content_main 
section#\0030\0031\005F\0030\0032\0030\0031,/*#01_0201*/
section#\0030\0031\005F\0030\0032\0030\0032,/*#01_0202*/
section#\0030\0031\005F\0030\0032\0030\0033,/*#01_0203*/
section#\0030\0031\005F\0030\0032\0030\0034,/*#01_0204*/
section#\0030\0031\005F\0030\0032\0030\0035,/*#01_0205*/
section#\0030\0031\005F\0030\0032\0030\0036,/*#01_0206*/
section#\0030\0031\005F\0030\0032\0030\0037,/*#01_0207*/
section#\0030\0031\005F\0030\0032\0030\0038,/*#01_0208*/
section#\0030\0032\005F\0030\0031\0030\0031,/*#02_0101*/
section#\0030\0032\005F\0030\0031\0030\0032,/*#02_0102*/
section#\0030\0032\005F\0030\0031\0030\0033,/*#02_0103*/
section#\0030\0032\005F\0030\0032\0030\0031,/*#02_0201*/
section#\0030\0032\005F\0030\0032\0030\0032,/*#02_0202*/
section#\0030\0032\005F\0030\0032\0030\0033,/*#02_0203*/
section#\0030\0032\005F\0030\0032\0030\0034,/*#02_0204*/
section#\0030\0032\005F\0030\0032\0030\0035,/*#02_0205*/
section#\0030\0033\005F\0030\0032\0030\0031,/*#03_0201*/
section#\0030\0033\005F\0030\0032\0030\0032,/*#03_0202*/
section#\0030\0033\005F\0030\0032\0030\0033,/*#03_0203*/
section#\0030\0033\005F\0030\0032\0030\0034,/*#03_0204*/
section#\0030\0033\005F\0030\0032\0030\0035,/*#03_0205*/
section#\0030\0036\005F\0030\0031\0030\0031,/*#06_0101*/
section#\0030\0036\005F\0030\0031\0030\0032,/*#06_0102*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0031,/*#01_99zu01*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0032,/*#01_99zu02*/
figure#\0030\0031\005F\0039\0039\007A\0075\0030\0033/*#01_99zu03*/
{
    display: block;
    padding-top: 3.25em !important;
    margin-top: -3.25em !important;
}
}

@media screen and (max-width:480px) { 
    #content_main 
    section#\0030\0031\005F\0030\0032\0030\0031,/*#01_0201*/
    section#\0030\0031\005F\0030\0032\0030\0032,/*#01_0202*/
    section#\0030\0031\005F\0030\0032\0030\0033,/*#01_0203*/
    section#\0030\0031\005F\0030\0032\0030\0034,/*#01_0204*/
    section#\0030\0031\005F\0030\0032\0030\0035,/*#01_0205*/
    section#\0030\0031\005F\0030\0032\0030\0036,/*#01_0206*/
    section#\0030\0031\005F\0030\0032\0030\0037,/*#01_0207*/
    section#\0030\0031\005F\0030\0032\0030\0038,/*#01_0208*/
    section#\0030\0032\005F\0030\0031\0030\0031,/*#02_0101*/
    section#\0030\0032\005F\0030\0031\0030\0032,/*#02_0102*/
    section#\0030\0032\005F\0030\0031\0030\0033,/*#02_0103*/
    section#\0030\0032\005F\0030\0032\0030\0031,/*#02_0201*/
    section#\0030\0032\005F\0030\0032\0030\0032,/*#02_0202*/
    section#\0030\0032\005F\0030\0032\0030\0033,/*#02_0203*/
    section#\0030\0032\005F\0030\0032\0030\0034,/*#02_0204*/
    section#\0030\0032\005F\0030\0032\0030\0035,/*#02_0205*/
    section#\0030\0033\005F\0030\0032\0030\0031,/*#03_0201*/
    section#\0030\0033\005F\0030\0032\0030\0032,/*#03_0202*/
    section#\0030\0033\005F\0030\0032\0030\0033,/*#03_0203*/
    section#\0030\0033\005F\0030\0032\0030\0034,/*#03_0204*/
    section#\0030\0033\005F\0030\0032\0030\0035,/*#03_0205*/
    section#\0030\0036\005F\0030\0031\0030\0031,/*#06_0101*/
    section#\0030\0036\005F\0030\0031\0030\0032,/*#06_0102*/
    figure#\0030\0031\005F\0039\0039\007A\0075\0030\0031,/*#01_99zu01*/
    figure#\0030\0031\005F\0039\0039\007A\0075\0030\0032,/*#01_99zu02*/
    figure#\0030\0031\005F\0039\0039\007A\0075\0030\0033/*#01_99zu03*/
    {
        display: block;
        padding-top: 2.5em !important;
        margin-top: -2.5em !important;
    }
    }