@charset "UTF-8";
/* CSS Document */
.sections {
    background: #f4f0ec;
    padding: 80px 0;
	overflow: hidden;
}
.under_inner{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;	
    text-align: left;
}
.sections.bg_pattern {
	padding: 0;
    background: #f4f0ec url(../image/common/bg_sections_top.png) repeat-x top center / 55px 262px;
}
@media screen and (max-width:600px) {
	.sections{
		padding: 50px 0 30px;
	}
}
/*==============================
　FV
==============================*/
.fvl{
	/*
	height: 50vh;
	*/
	background: url("../image/safety/fv01.jpg") no-repeat center / cover;
}

.head_ttl {
    padding: 30px 0 35px;
}
.head_ttl::before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: #000;
    margin: 0 auto 15px;
}
.head_ttl .ttl {
    letter-spacing: 0.5em;
    margin-bottom: 15px;
}
.head_ttl .sub_ttl {
    font-size: 0.9em;
    letter-spacing: 3px;
}
/*==============================
　table
==============================*/
.table_wrap{
    text-align: left;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    font-size: 0.85em;
    line-height: 180%;
}
.table_wrap .table:not(:last-child) {
	margin-bottom: 30px;
}
.table .ttl {
    border-bottom: 1px solid #000;
    margin-bottom: 0.5em;
}
.table .tr {
    display: flex;
}
.table .th {
    min-width: 5em;
    max-width: 8em;
    text-align: right;
    padding-right: 1em;
}
.table .txt {
    line-height: 160%;
}
.table .txt:not(:last-child) {
    margin-bottom: 8px;
}
.table .num_indent {
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.hyou_table {
    border-top: 1px solid #000;
}
.hyou_table .tr {
    border: 1px solid #000;
    border-top: none;
    align-items: stretch;
}
.hyou_table .th,
.hyou_table .td {
    padding: 0.5em;
}
.hyou_table .th {
    width: 8em;
    min-width: 8em;
    text-align: center;
}
.hyou_table .td {
    border-left: 1px solid #000;
}
.hyou_table.even .td {
    width: calc(25% - 2em);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_txt {
    font-size: 0.9em;
    line-height: 180%;
    margin-top: 5px;
}

[id*="anchor"]{
	padding-top: 80px;
	margin-top: -80px;
}
@media screen and (max-width:630px) {
.head_ttl .ttl {
    letter-spacing: 2px;
    font-size: 1.5em;
}
.head_ttl .sub_ttl {
    font-size: 0.85em;
}
}

/*==============================
　media
==============================*/

.media_box{max-width:640px;width:80%;margin:0px auto;text-align: left;font-size:0.8em;}

.media_box ul{}

.media_box li{line-height: 140%;margin-bottom: 20px;counter-increment: cnt;text-indent: -1em;
padding-left: 1em;text-align: justify;}

.media_box li:before {
content: ""counter(cnt)".";}

.media_box .txt{font-size:1.1em;text-align: center;font-weight:600;margin-top:40px;}