
.single_title {
    padding: 25px;
    font-size: 24px;
    background: #d1f0ff;
    border-left: 10px solid #009fea;
    margin-bottom: 25px;
    font-weight: bold;
}

#u_layer .archive_line {
    background: url("../img/news_headlinebg.png") no-repeat center center;
    background-size: cover;
}

#u_layer .voice_line {
    background: url("../img/voice_headlinebg.png") no-repeat center center;
    background-size: cover;
}

#u_layer .archive_line div h2.single_voice_title:after {
    position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url("../img/news_icon.png") no-repeat center;
    background-size: contain;
    content: '';
}

#u_layer .archive_line div h2.voice_title:after {
    background: url("../img/voice_icon01.png") no-repeat center;
    background-size: contain;
    top: -10px;
    height: 35px;
    width: 40px;
}

.single_item {
    margin: 30px 0;
}

.single_heading {
    padding-bottom: 15px;
    margin-top: 7px;
    border-bottom: 1px solid #626262;
    font-size: 18px;
    border-top: 2px solid #626262;
    font-weight: bold;
}
.single_heading .single_heading_inner{
    padding-top: 15px;
    border-top: 1px solid #626262;
    display: block;
    margin-top: 7px;
}
.single_voice_item ul {
    margin: 40px 0;
}

.single_voice_item li {
    margin: 20px 0 60px;
    overflow: hidden;
}

.single_voice_item li:last-child {
    margin: 20px 0 0;
}

.top_bor {
    border-top: none;
}

.single_text {
    margin-top: 30px;
}

.single_content02 {
    margin-bottom: 50px;
}

.single_content02 .bg_white {
    padding: 20px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
.single_content02 .bg_white:last-child{
    border-bottom:none;
}
.single_content02 .bg_white img {
    width: 80px;
}

.single_content02 .bg_white div {
    width: 60%;
    margin-left: 40px;
}

.single_content02 .bg_white p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.single_content02 .bg_white p span {
    color: #000;
}

.bg_white .bg_white_p {
    margin-top: 10px;
}

.btn_download01 {
    background: #4087bd;
}

.btn06 {
    max-width: 180px;
    width: 100%;
    display: block;
    color: #fff;
    margin: 10px 0 0 20px;
    padding: 10px 0;
    border-radius: 15px;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
}

.btn06::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/scedule_icon05.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    content: "";
}

.btn06:hover {
    opacity: 0.7;
    text-decoration: none;
}

.single_content02 .two_column {
    background: url("../img/scedule_bg01.jpg") repeat center;
    background-size: contain;
    padding: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 20px;
}

.single_content02 .tel_content {
    color: #fff;
    margin-right: 5px;
}

.single_content02 .tel_content h2 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.single_content02 .tel_content a {
    display: block;
    margin-top: 25px;
    font-size: 280%;
    color: #FFF;
    font-weight: bold;
    line-height: 100%;
}

.single_content02 .tel_content a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../img/scedule_icon03.png") no-repeat center;
    background-size: contain;
    content: "";
}

.single_content02 .tel_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.single_content02 .mail_content {
    padding: 30px 20px;
}


.single_content02 .mail_content a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #027ebf;
    font-size: 150%;
    font-weight: bold;
}

.single_content02 .mail_content a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../img/scedule_icon02.png") no-repeat center;
    background-size: contain;
    content:"";
}

.single_content02 .mail_content a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.single_voice_content01 img {
    max-width: 100%;
    max-height: 500px;
}

.voice_content02_box {
    padding: 40px 50px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.voice_box_title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.bread_crumb ul {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.bread_crumb ul li a {
    color: #000;
}

.bread_crumb ul li a::after {
    margin: 0 5px;
    content: ">";
}

.bread_crumb ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.single-voice #u_layer .archive_line {
    background: url(../img/voice_headlinebg.png) repeat center center;
    background-size: contain;
    background-size: cover;
}
.single-post #u_layer .archive_line {
    background: url(../img/news_headlinebg.png) repeat center center;
    background-size: contain;
    background-size: cover;
}
.single-blog #u_layer .archive_line{
    background: url(../img/blog_headlinebg.png) repeat center center;
    background-size: contain;
    background-size: cover;
}

.single-post #u_layer .archive_line div h2.single_voice_title:after {
    background: url(../img/news_icon01.png) no-repeat center;
    background-size: contain;
    top: -10px;
}

.single-blog #u_layer .archive_line div h2.single_voice_title:after {
    background: url(../img/blog_icon01.png) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 767px) {

    .single_content02 {
        margin-bottom: 0;
    }

    .single_content02 .two_column {
        padding: 30px 15px;
    }

    .single_content02 .two_column p {
        color: #fff;
        margin-top: 10px;
    }

    .single_content02 .bg_white {
        display: table;
    }

    .single_content02 .bg_white img {
        display: table-cell;
        width: 70%;
        margin: 0 auto;
    }

    .single_content02 .bg_white div {
        width: 80%;
        margin-left: 10px;
    }

    .single_content02 .bg_white p:first-child {
        padding-bottom: 15px;
        border-bottom: 1px dotted 
    }

    .single_content02 .bg_white p {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .btn06 {
        margin: 0;
        font-size: 85%;
    }

    .single_content02 h2 {
        color: #fff;
        font-size: 180%;
        display: block;
        width: 100%;
        text-align: center;
    }

    .single_content02 .tel_content, .single_content02 .mail_content {
        width: 100%;
        margin-top: 15px;
    }

    .single_content02 .tel_content a {
        position: relative;
        display: flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        background: #fff100;
        border-radius: 15px;
        margin-top: 0;
        font-size: 120%;
        padding: 20px 15px;
        text-align: center;
        color: #000;
    }

    .single_content02 .tel_content a::before {
        background: url("../img/scedule_icon010.png") no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

    .single_content02 .mail_content {
        padding: 0;
        border-radius: 15px;
    }

    .tel_content a::after {
        position: absolute;
        right: 5%;
        font-weight: normal;
        content: ">";
    }

    .single_content02 .mail_content a {
        position: relative;
        padding: 20px 15px;
        font-size: 120%;
    }

    .single_content02 .mail_content a::before {
        width: 20px;
        height: 20px;
    }

    .mail_content a::after {
        position: absolute;
        right: -5%;
        font-weight: normal;
        content: ">";
    }

    .voice_box_title {
        margin-bottom: 20px;
    }

    .voice_content02_box {
        padding: 30px;
        margin-bottom: 40px;
    }

    #u_layer .archive_line div h2.single_voice_title:after {
        height: 25px;
        width: 30px;
        margin-top: 5px;
    }

    #u_layer .headline div {
        height: 50px;
    }

    #u_layer .headline div h2 {
        font-size: 180%;
        padding-left: 40px;
    }

    sp_main_image {
        border-bottom: 20px solid #eeeeee;
    }
    .single-voice #u_layer .archive_line {
        background: url(../img/schedule_headlinebg_sp.png) repeat center center;
        background-size: contain;
        height: 65px;
        border-bottom: none;
        padding-left: 5%;
    }
    .single-post #u_layer .archive_line {
        background: url(../img/schedule_headlinebg_sp.png) repeat center center;
        background-size: contain;
        height: 65px;
        border-bottom: none;
        padding-left: 5%;
    }
    .single-blog #u_layer .archive_line{
        background: url(../img/schedule_headlinebg_sp.png) repeat center center;
        background-size: contain;
        height: 65px;
        border-bottom: none;
        padding-left: 5%;
    }
    
    .single_title {
        font-size: 20px;
    }

    .single img{
        height:auto!important;
    }

}
.single_pager a{
    color:#333;
    text-decoration: none;
    padding:10px 20px;
    background-color:#d1f0ff;
    display:block;
}
.single_pager li:first-child{
    float:left;
}
.single_pager li:last-child{
    float:right;
}
.single_pager li:first-child a{
    border-left:10px solid #009fea;
}
.single_pager li:last-child a{
    border-right:10px solid #009fea;
}
.single .btn04{
    margin:30px auto 40px;
}