@charset "utf-8";


.day {
    font-size: 0.8em;
    text-align: right;
}

table {
    margin-top: 20px;
    width: 100%;
}

table tr td {
    vertical-align: top;
    padding: 30px 0;
}

table tr td:last-child {
    width: 45%;
    padding: 30px 0 30px 10px;
}

table tr td img {
    width: 100%;
}

table tr:nth-of-type(1) td:first-child:before {
    content: "1";
}

table tr:nth-of-type(2) td:first-child:before {
    content: "2";
}

table tr:nth-of-type(3) td:first-child:before {
    content: "3";
}

table tr:nth-of-type(4) td:first-child:before {
    content: "4";
}

table tr:nth-of-type(5) td:first-child:before {
    content: "5";
}

table tr:nth-of-type(6) td:first-child:before {
    content: "6";
}

table tr:nth-of-type(7) td:first-child:before {
    content: "7";
}

table tr:nth-of-type(8) td:first-child:before {
    content: "8";
}

table tr:nth-of-type(9) td:first-child:before {
    content: "9";
}

table tr:nth-of-type(10) td:first-child:before {
    content: "10";
}

table tr:nth-of-type(11) td:first-child:before {
    content: "11";
}

table tr td:first-child:before {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 1.5em;
    line-height: 1em;
    background-color: #0288d1;
    color: #fff;
}

.main_inner_wrap h3{
    color: #0288d1;
    font-weight: bold;
}
.main_inner_wrap h3:before{
    content: url(../common/images/ico_h3.svg);
    margin-right: 5px;
    vertical-align: middle;
}
@media screen and (max-width:550px) {
    table tr {
        display: block;
        padding-bottom: 30px;
    }

    table tr td,
    table tr td:last-child {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
}

/* next_link */
.next_link a {
    display: block;
    position: relative;
    width: 230px;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #0288d1, #0267bd);
    background: -o-linear-gradient(left, #0288d1, #0267bd);
    background: linear-gradient(to right, #0288d1, #0267bd);
    border-radius: 31px;
    transition: 0.5s;
}
.next_link a:after{
    content: url(../common/images/ico_next.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 16px;
    margin: auto;
}
.next_link a:hover{
    opacity: .7;
}

.product_img{
    text-align: center;
}
.product_img img{
    max-width: 100%;
}

/* fx_2 */
.fx_2{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.fx_2>div{
    margin-bottom: 20px;
}
.fx_2>div:last-child{
    margin-left: 10px;
}
.fx_2 img{
    width: 100%;
}
@media screen and (max-width:550px) {
    .fx_2{
        flex-wrap: wrap;
    }
    .fx_2>div{
        width: 100%;
    }
}


/* tarble */
.product_tb{
    margin: 20px 0;
}
.product_tb>div{
    display: block;
    width: 50%;
    float: left;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.product_tb>div:last-child{
    border-right:  1px solid #aaa;
}
.product_tb p{
    padding: 5px;
    text-align: center;
    background-color: #f0f3f5;
}
.product_tb dl{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.product_tb dt{
    width: 20%;
    padding: 5px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.product_tb dd{
    width: 80%;
    padding: 5px;
    border-top: 1px solid #aaa;
}
.product_tb dl dt:last-child,
.product_tb dl dd:last-of-type,
{
    border-bottom: 1px solid #aaa;
}
@media screen and (max-width:550px) {
    .product_tb>div{
        float: none;
        width: 100%;
    }
    .product_tb>div:first-child{
        border-right:  1px solid #aaa;
        border-bottom: none;
    }
}

/* tarble2 */
.product_tb_2{
    margin: 5px 0;
}
.product_tb_2 dl{
    width: 100%;
    display: flex;
    border: 1px solid #aaa;
    flex-wrap: wrap;
}
.product_tb_2 dt{
    width: 20%;
    padding: 5px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #f0f3f5;
}
.product_tb_2 dd{
    width: 80%;
    padding: 5px 10px;
    border-bottom: 1px solid #aaa;
}
.product_tb_2 dt:last-of-type{
    border-bottom: none;
}
.product_tb_2 dl dd:last-child {
    border-bottom: none;
}

@media screen and (max-width:550px) {
    .product_tb_2 dl{
        display: flex;
    }
    .product_tb_2 dt,
    .product_tb_2 dd{
        width: 100%;
        border-right: none;
    }
    .product_tb_2 dd{
        border-top: 1px solid #aaa;
    }
    .product_tb_2 dt{
        border-bottom: none;
    }
}
