<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#column .table01 th{width:120px;}
#column .table02 th.tate{ min-height:9em; width: 2em; text-align: center;}
#column .table02 th.tate span{-webkit-writing-mode: vertical-lr;-ms-writing-mode: tb-lr;writing-mode: vertical-lr;}
.texta_ce{text-align:center;}
.border_box dl{border:1px solid #777;box-sizing:border-box;padding:10px;margin-top:20px;}
#column .table_box.yellow table td.bg_red{background-color:#FFD1D2;}
.pa_t{padding-top:10px;}
.border_d_b{border-bottom:1px dotted #777;padding-bottom:40px;}


@media screen and (max-width:767px){
#column .table01 th{width:100%;box-sizing: border-box;}	
.border_box{box-sizing:border-box;padding:0 10px;}
.border_d_b{padding-bottom:10px;margin-bottom:10px;}
}



/*page05のリンクボタン*/
.inner_link{text-align:left;margin-top:10px;}
.inner_link a {display:inline-block;margin:0 auto;font-size:13px;font-weight:700;text-align:center;line-height:1.1;color:#333;text-decoration:none;-webkit-transition:.3s;-ms-transition:.3s;transition:.3s;position:relative;vertical-align:bottom;border-radius:10px;border:1px solid #CCC;text-decoration:none;padding:15px 30px 15px 15px;line-height:1.5;background-color:#fff;}
.inner_link a span{display:block;}
.inner_link a::after{display:block;content:"";position:absolute;top:0;bottom:0;right:16px;width:0;height:0;margin:auto;width:4px;height:4px;border-top:2px solid #333;border-right:2px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s;-ms-transition:.3s;transition:.3s;}
@media screen and (min-width: 768px){
.inner_link a:hover{background:#edab35;color:#FFF;}
.inner_link a:hover::after{border-top:2px solid #FFF;border-right:2px solid #FFF;}
}
	
	
	
	
	</pre></body></html>