
.online_box{
    padding-bottom: 1.9em;
}
.online-point-box{
	margin: 0 auto;
    padding: 0px;
	padding-bottom: 1em;
}

.online-point-list li span{
    margin: 0 auto 6px;
}
.online-point-list li span{
    max-width: 300px;
}
.main-contents-title:before {
    right: 3%;
    font-size: 18px;
}
.main-contents-title{
    font-size: 1.9em;
}
.main-contents-title strong{
    font-size: 1.2em;
    display: block;
    margin: 0 auto 0;
    border-bottom: 2px solid #1094d5;
    padding: 0.6em 0;
    line-height: 1.2em;
    color: #1094d5;
    width: 80%;
}
.main-contents-title strong small{
    display: inline;
    font-size: 0.8em;
}
.semi-dayBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.semi-title {
    border: 2px solid #1094d5;
    padding: 0.6em 2em;
    border-radius: 0.1em;
    font-size: 1.2em;
    font-weight: 500;
    margin-right: 2em;
    color: #1094d5;
    background: #ebf8ff;
}

.semi-title:after {
    content: "";
}

.semi-date {
    font-size: 2.5em;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.semi-date > div{
    border-bottom: 1px solid #ccc;
    padding: 0.2em 1em 0.2em 0;
}
.semi-date > div:last-of-type{
    border:none;
}
.semi-date span{
    font-size: 0.6em;
    margin-left: 0.2em;
}
.semi-date u{
    text-decoration: none;
    color: #7c7c7c;
    font-size: 0.9em;
}
.semi-date u b{
    color: #57b4e1;
}
.semi-date u span{
    color: #7c7c7c;
}
.semi-date .close{
    background: #1094d5;
    color: #fff;
    font-size: 0.45em;
    font-weight: normal;
    padding: 5px 0.4em;
    box-sizing: border-box;
    border-radius: 0.3em;
    line-height: 1;
    text-shadow: none;
    z-index: 2;
    position: relative;
    vertical-align: middle;
    margin-left: 12px;
    min-width: 50px;
    display: inline-block!important;
    text-align: center;
}
.semi-date u .close:before{
    content: "";
    background: #1094d5;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -4px;
    top: calc(50% - 6px);
    transform: rotate(140deg) skew(20deg,20deg);
    z-index: -1;
}

.semi-date b {
    color: #1094d5;
    font-size: 1.2em;
}

.semi-date span:first-of-type {
    color: #1094d5;
}

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

    .contents__headerLv1{
        font-size: 1.1em;
    }
    .main-contents-title{
        font-size: 1.4em;
        line-height: 1.2;
    }
    .main-contents-title strong{
    width: 90%;
}
    .semi-dayBox {
        flex-flow: column;
    }

    .semi-title {
        margin-right: 0;
    }

    .semi-date {
        text-align: center;
        font-size: 1.4em;
        margin: 10px auto 20px;
    }

    .semi-date span:last-of-type {
        display: block;
    }
    .semi-date > div{
        padding-right: 0;
    }
}

.semi-listBox {
    margin: 0;
}

.semi-list {
    border: 1px solid #a0bdd2;
    margin-bottom: 1.5em;
    padding: 3% 4%;
    box-sizing: border-box;
    background: url(../image/ffri_bg.png) top right no-repeat;
    background-size: cover;
}


.semi-cate_num {
    background: #14A0DC;
    color: #fff;
    font-size: 1.1em;
    padding: 0.3em 1.8em;
    border: 1px solid #14a0dc;
}

.semi-cate_time {
    font-size: 1.1em;
    font-weight: 400;
    background: #fff;
    padding: 0.3em 1em;
    border: 1px solid #14a0dc;
}

.semi-list h2 {
    color: #1094d5;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0.8em 0 1.3em;
    position: relative;
    padding-bottom: 3%;
}
.semi-list h2 span{
    font-size: .8em;
    font-weight: 500;
    margin-right: 1em;
}
.semi-list h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c5c5c5;
}

.semi-list h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: 2px;
    background: #14a0dc;
}

.semi-list h2 small {
    display: block;
    font-weight: 300;
    margin-top: .5em;
    font-size: 0.7em;
    color: #333;
}

.semi-list p {
    margin: 0;
}

#link_bt{
    display: flex;
}
#bt_box a,
#link_bt a{
    color: #fff;
    background: #f39800;
    padding: 1.5rem 1rem;
    max-width: 520px;
    margin: 1em auto;
    box-sizing: border-box;
    transition: all .2s;
    word-break: break-all;
    width: 100%;
}
#closeInfo{
    text-align: center;
    border: 1px solid #ccc;
    max-width: 300px;
    margin: 2em auto;
    background: #eee;
    padding: .5em;
    box-sizing: border-box;
    font-size: 1.1em;
}
#link_bt a:hover{
    background: #ffb231;
	opacity: 1;
}
#bt_box a{
    width: 90%;
}
#bt_box a:hover{
	opacity: 1;
}

#bt_box{position: fixed;bottom: 0;width: 100%;padding-top: 10px;background: rgba(36,111,159,0.8);color: #FFF;text-align: center;z-index: 1;}
.bt_box__inner{
    display: flex;
    max-width: 1190px;
    margin: 0 auto;
}

@media screen and (max-width: 890px) {
    .semi-listBox {
        padding:30px 0;
    }
    .semi-list{
        background: url(../image/ffri_bg_sp.png) top right no-repeat;
        background-size: contain;
    }
    .semi-list h2{
        font-size: 1.2em;
        margin: 0.9em 0 1em;
    }
    .semi-cate_num,
    .semi-cate_time{
        font-size: 0.9em;
    }
	#link_bt{
    flex-flow: column;
}
    .bt_box__inner{
    flex-flow: column;}
    #bt_box a, #link_bt a{
    font-size: 0.9rem;
}
.main-contents-title small{
    font-size: 0.5em;
    margin-bottom: 1em;
}
}