@charset "utf-8";

.btn_story{
    width: 100%;
    margin-bottom: 120px;
}

.btn_story ul{
    max-width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.btn_story ul li{
    width: 45%;
}
.speednews{
width: 100%;
background-color: #ececec;
color: #000000;
font-weight: bold;
font-size:12px;
padding-top:5px;
padding-bottom:5px;
	letter-spacing: normal;
}
.btn_story ul a{
    border: 1px solid #000;
    display: block;
    text-align: center;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn_story ul a:hover{
    background: #ededed;
}

.btn_story ul a::after{
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.btn_story ul a span div {
    display: inline-block;
}
.title_style01{
    display: block;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.title_style01 span{
    position: relative;
    background-color: #fff;
    padding: 0 30px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    text-align: center;
}

.title_style01 span::after{
    position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.title_style01 span.line::after{
    width: calc(100vw - 30px);
}

.title_style02{
    font-size: 30px;
    font-size: 25px;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.txt_content .txt .title_style02 span{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFDC00));
    background: -webkit-linear-gradient(transparent 60%, #FFDC00 60%);
    background: -o-linear-gradient(transparent 60%, #FFDC00 60%);
    background: linear-gradient(transparent 60%, #FFDC00 60%);
    padding: 0 10px 0px 10px;
    line-height: 160%;
    font-weight: normal;
     font-size: 100%;
}
/*
.txt_content .txt .title_style03{
	background: #FFDC00;
    display: inline-block;
    font-size: 24px;
    border-bottom: double;
    margin-bottom: 15px;
    padding: 3px 15px;
}*/
.anchor_fixtop {
    display: block;
    position: relative;
    top: -65px;
    width: 100%;
    visibility: hidden;
}
.txt_content {
    max-width: 1100px;
    display: flex;
    margin: auto;
}
.txt_content .txt {
    width: 100%;
/*    padding-right: 15px;*/
}
.txt_content .txt2 {
        width: 80%;
    padding-right: 3%;
    margin-top: 30px;
}
.txt_content .txt3 {
    width: 100%;
    text-align: center;
/*    padding-right: 15px;*/
}
.txt_content .txt4 {
    width: 100%;
    text-align: center;
    margin-top:40px;
/*    padding-right: 15px;*/
text-decoration: underline;
}
.txt_content .txt ol {
	padding-left: 20px;
}
.txt_content .txt ol li {
    list-style: decimal;
    padding-bottom: 20px;
}

.txt_content .txt span {
    font-weight: bold;
    font-size: 110%;
}
.txt_content .txt span.yellow {
    font-weight: normal;
    font-size: 100%;
	    text-decoration: underline;
text-decoration: underline;
    background: #f4d500;
    background: rgb(244, 213, 0, 0.5);
    background: rgb(255, 220, 0, 0.5);

}
.txt_content .txt span.yellow2 {
	    text-decoration: underline;
text-decoration: underline;
    background: #f4d500;
    background: rgb(244, 213, 0, 0.5);
    background: rgb(255, 220, 0, 0.5);

}

.txt_content .txt span.ore {
    background-color: #EF810F;
}
.txt_content .txt span.tal-c {
    font-size: 100%;
    margin-bottom: 10px;
    display: block;
}

.txt_content .txt span.ct {
    font-weight: bold;
    font-size: 100%;
}
.txt_content .txt span.ct2 {
    font-weight: normal;
    font-size: 100%;
    text-decoration: underline;
    
}
.txt_content .img {
    width: 36.4%;
    width: 20%;
    text-align: right;
    margin-bottom: 0;
    margin-top: 30px;
}
.txt_content .img1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.txt_content .img2 {
    width: 50%;
    float: left;
}
.txt_content .img3 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.txt_content .img4 {
    width: 30%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.txt_content .img5 {
    width: 29%;
    text-align: center;
    float: left;
}
.txt_content .img6 {
    width: 29%;
    text-align: center;
    float: left;
}
.txt_content .img7 {
    width: 29%;
    text-align: center;
    float: left;
}
.txt_content .img8 {
    width: 35%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.txt_content .yaji{
    width: 6.5%;
    text-align: center;
    float: left;
        padding: 200px 1%;
    
}
.txt_content .txt table {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-table;
}

.txt_content .txt table th, .txt_content .txt table td{
    padding: 10px
}
.txt_content .txt table th.th1 {
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
}
.txt_content .txt table th.th2 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
}
.txt_content .txt table td.td1 {
/*    width: 16%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
/*    padding-left: 10px;*/
    vertical-align: middle;
}
.txt_content .txt table td.td2 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.txt_content .txt table td.td3 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.txt_content .txt table td.td4{
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
}


.txt_content .txt table.ozone {
    width: 100%;
    border: 1px solid #ccc;
    display: inline-table;
    text-align: center;
        margin-top: 20px;
}

.txt_content .txt table.ozone tr.ozo {
background: #FFDC00;
}
.txt_content .txt table.ozone th, .txt_content .txt table.ozone td{
    padding: 10px
}

.txt_content .txt table th.th1 {
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
}
.txt_content .txt table th.th2 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    width: 40%;
}
.txt_content .txt table th.th3 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
        padding: 10px 0;
}

.txt_content .txt table.ozone td.td1 {
/*    width: 16%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding-left: 10px;
}
.txt_content .txt table.ozone td.td2 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
    
}

.txt_content .txt table.ozone td.td2 ul {
    padding-left: 20px;
}
.txt_content .txt table.ozone td.td2 ul li {
    list-style: disc;
}
.txt_content .txt table.ozone td.td3 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 130%;
}


.txt_content .txt table.noudo {
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-table;
}

.txt_content .txt table.noudo tr.ozo {
background: #FFDC00;
}
.txt_content .txt table.noudo th, .txt_content .txt table.noudo td{
    padding: 5px 10px
}
.txt_content .txt table.noudo th.th1 {
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
        background: #EDE9E6;
}
.txt_content .txt table.noudo th.th2 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
        background: #EDE9E6;
            width: auto;
}
.txt_content .txt table.noudo th.th3 {
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
    padding: 3px 10px;
        background: #EDE9E6;
}
.txt_content .txt table.noudo td.td1 {
/*    width: 16%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
/*    vertical-align: middle;*/
    padding-left: 10px;
    line-height: 20px;
}
.txt_content .txt table.noudo td.td2 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.txt_content .txt table.noudo td.ore {
	background-color: #EF810F;
}
.txt_content .txt table.noudo td.td3 {
 /*   width: 85%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.txt_content .txt table.noudo td.td4{
/*    width: 20%;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
}


/*@media screen and (max-width: 1220px) {
    .cont{
        padding-left: 10px;
        padding-right: 10px;
    }
}*/
@media screen and (max-width: 992px) {
    .btn_story {
        padding: 0 10px;
    }
    .txt_content {
        padding: 0 10px;
    }
    .txt_content .txt table td.td2{
        padding: 10px 0px;
        line-height: 130%;
    }
    .txt_content .txt .title_style02 span{
        font-size: 23px;
    }
    .txt_content .txt table td.td3{
        line-height: 130%;
    }
    .txt_content .txt table.noudo td.td2{
        line-height: 180%;
    }
    .txt_content .txt table.noudo th.th3{
        width: 20%;
        padding: 3px;
    }
    .txt_content .txt table.ozone th.th3{
        width: 10%;
    }
    .txt_content .txt table.ozone td.td2{
    line-height: 180%;
        padding: 10px;
    }
    .txt_content .yaji{
    padding: 140px 1%;
    }
    .txt_content .txt2{
    width: 70%;
    }
    .txt_content .txt3{
        line-height: 140%;
    }
    .txt_content .txt4{
    text-align: left;
    }
    .txt_content .img{
    width: 30%;
    }
    .txt_content .img8 {
    width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .title .desc{
        font-size: 16px;
    }
    .btn_story {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .btn_story ul a{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .title_style01{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .title_style01 span {
        padding: 0 20px;
        font-size: 30px;
    }
    .title_style02{
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .btn_story ul li {
        width: 100%;
    }
    .btn_story ul a::after{
        width: 8px;
        height: 8px;
        margin-left: 5px;
    }
    .txt_content{
        font-size: 14px;
        flex-wrap: wrap;
        padding: 0 10px;
        padding: 0;
    }
    .txt_content .txt {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .txt_content .img {
        width: 100%;
        padding: 0;
        text-align: center;
    }
	.txt_content .txt table.ozone td.td1{
	padding: 10px 3px;
	}
	.txt_content .txt2{
	width: 100%;
	}
	.txt_content .txt .title_style02 span {
    font-size: 22px;
    letter-spacing: -1px;
    }
    .txt_content .txt4{
        margin-top: 0;
    }
    .txt_content .yaji{
        padding: 125px 1%;
    }
    .txt_content .img4{
        width: 50%;
    }
}

@media screen and (max-width: 420px) {
	.title .desc {
        text-align: left;
    } 
    .txt_content .txt table{
    font-size: 10px;
    }  
    .txt_content .txt table td.td1{
    padding: 5px 3px;
    }
    .txt_content .txt table td.td2{
    padding: 5px 0;
    }
    .txt_content .txt table td.td3{
/*        text-align: left;*/
    padding: 10px 3px;
    }
    .txt_content .txt table td.td4{
    width: 26%;
    padding: 10px 3px;
    }
    .txt_content .txt2{
    margin-top: 0;
    }
    .txt_content .txt .title_style02 span{
    font-size: 20px;
    }
    .txt_content .yaji{
       width: 100%;
    transform: rotate(90deg);
    padding: 5%;
    }
    .txt_content .yaji img{
    width: 20%;
    }
    .txt_content .img5{
    width: 100%;
    }
    .txt_content .img6{
    width: 100%;
    }
    .txt_content .img7{
    width: 100%;
    }
    .txt_content .img8 {
    width: 100%;
	}
	.txt_content .img2{
	width: 100%;
    margin-bottom: 20px;
	}
	.txt_content .img3{
	    width: 100%;
	}
	.txt_content .txt table.noudo th.th1{
	    padding: 5px 3px;
	}
	.txt_content .txt table.noudo th.th3{
	width: 22%;
    padding: 3px 0;
    letter-spacing: -1px;
	}
	.txt_content .txt span.tal-c{
	text-align: left;
	}
	.txt_content .txt table.ozone{
	font-size: 12px;
	}
	.txt_content .txt table th.th2{
	width: 35%;
    padding: 10px 0;
	}
	.txt_content .txt table.ozone th.th3 {
    width: 15%;
	}
	.txt_content .txt table.ozone td.td2{
	    padding: 10px 3px;
	}
	.txt_content .txt table.ozone td.td3{
	    text-align: center;
	}
}

@media screen and (max-width: 360px) {
	.txt_content .txt .title_style02 span {
    font-size: 18px;
    }
    .title-2 .title-2-wrap strong.smf {
    font-size: 16px;
	}
	.txt_content .txt table.noudo th.th3{
		width: 23%;
		}
	.txt_content .txt .title_style02 span{
	font-size: 18px;
	}
	.txt_content .txt table.ozone th.th3{
	letter-spacing: -1px;
	}
}