@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: #E7EFF9;
}

.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: 34px;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
	font-weight: bold;
}

.title_style02 span{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ecf3fb));
    background: -webkit-linear-gradient(transparent 60%, #ecf3fb 60%);
    background: -o-linear-gradient(transparent 60%, #ecf3fb 60%);
    background: linear-gradient(transparent 60%, #ecf3fb 60%);
    padding: 0 10px 0px 10px;
    line-height: 160%;
}
.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: 63.6%;
    padding-right: 15px;
}
.txt_content .img {
    width: 36.4%;
}
/*@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;
    }
}
@media screen and (max-width: 767px) {
    .title .desc{
        font-size: 22px;
    }
    .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: 24px;
        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;
    }
    .txt_content .txt {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .txt_content .img {
        width: 100%;
        padding: 0;
    }
}