@charset "utf-8";

body{
    padding-top: 70px;
}
.bg1 {
    background-color: #EFEFEF;
    padding-bottom: 7em;
}
#contents .mainTitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    height: 300px;
}
#contents .mainTitle span {
    margin: 0 auto;
    display: block;
    max-width: 1100px;
    text-shadow: 1px 1px 3px rgb(255 255 255 / 80%);
    line-height: 10.0em;
}
#contents .menubox ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
}
#contents .menubox ul li {
    width: calc( 100% / 3 );
}
#contents .menubox ul li {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    font-size: 0.9rem;
    padding: 1em;
}
#contents .miniTitle span {
    color: #333;
    font-size: 1.7rem;
    font-weight: bold;
    display: block;
    margin: 2.5em auto;
    text-align: center;
}
table {
    max-width: 1100px;
}
.innertable {
    max-width: 1100px; 
} 

section {
    padding: 3em 0;
    border-bottom: 1px solid #eee;
}
#contents,
#footer{
    position: relative;
    z-index: 500;
}
#contents .mainTitle{
    background-image: url(../guide/img/main.jpg);
    background-position-y: bottom;
}
#contents .menubox ul li{
    width: calc( 100% / 3 );
}
.contentsbox {
    max-width: 1100px;
    margin: auto;
}
.title_h5 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.2em auto;
}
.list_item {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5em 0;
}
.list_item li {
    list-style: inside;
    padding-right: 1em;
    font-weight: bold;
}
.centertext{
    text-align: center;
    margin-bottom: 1em;
}
.totalprice {
    font-weight: bold;
    color: #c1272d;
}

table.table_contents .center{
    text-align: center;
}
table.table_contents {
    margin: 1em auto;
    border-collapse: separate !important;
    border-spacing: 5px !important;
    line-height: 1.5;
    width: 100%;
}
table.line2 {
    width: calc( 99% / 2 );
    float: left;
}
table.line2:nth-of-type(1) {
    margin-right: 1px;
}
.table_contents th{
    color: #FFF;
    text-align: center;
    padding: 1em;
    background-color: #4D4D4D;
    vertical-align: middle;
}
.table_contents td {
    background-color: #EFEFEF;
    padding: 1em;
}
.table_contents th,
.table_contents td {
    padding: 1em;
}
.table_contents a {
    text-decoration: underline;
    color: #0071bc;
}
.link_area a {
    text-decoration: underline;
    color: #0071bc;
}
/* media query
*********************************************************************/
@media (max-width: 1000px) {
    body{
        padding-top: 60px;
    }
    .innertable {
        width: 100%;
    }
    .innertable pricetable {
        100%;
    }
    table {
        max-width:  100%;
    }
}

@media (max-width: 700px) {
    section {
        padding: 0 0 1em;
    }
    /*.table_contents td{ display: block; width: 100% !important; padding: 0.3em 0.5em; }
    .table_contents th{ display: none; }
    .table_contents td.celllong{ display: none !important; }
    .table_contents td.price div{ text-align: right; float: none; font-size: 0.7rem; }
    .table_contents td.price div br{ display: none; }
    .table_contents td::before {
        content: attr(data-label);
        display: block;
        font-size: 1.2rem;
        color: #FFF;
        background-color: #4D4D4D;
        margin-bottom: 0.2rem;
        padding-left: 0.3em;
    }*/
    .table_contents th,
    .table_contents td {
        display: block;
    }
    table.line2 {
        width: calc( 100% / 1 );
        float: none;
    }
    table.line2  .month {
        background-color: #4D4D4D;
        color: #fff;
    }
    table.line2:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: -8px;
    }
    table.listdata {
        border-spacing: 0px !important;
    }
    .listdata td{ display: block; width: 100% !important; padding: 0.3em 0.5em; margin-bottom: 0.3em; }
    table.download {
        margin: 1em auto 1.5em;
    }
    .downloadbox div{
        flex-direction: column;
    }
    dl.download {
        width: calc( 100% / 1 ) !important;
    }
    #c03 .listdata{ width: 100%; }
    #c03 .listdata td{ display: block; width: 100% !important; padding: 0.3em 0.5em; }
    #c03 .listdata td:nth-of-type(1){ display: none !important; }
    #c03 .listdata td::before {
        content: attr(data-label);
        display: block;
        font-size: 1.2rem;
        color: #FFF;
        background-color: #4D4D4D;
        margin-bottom: 0.2rem;
        padding-left: 0.3em;
    }
    .middletitle_bg .subTitle {
        padding: 0; !important
        margin: -3em auto;
    }
    .middletitle_bg p {
    margin: -2em auto;
}
}

@media (max-width: 480px) {
    #c02 p{
        font-size: 4.0vw;
    }
    .btn_box {
        margin: 2em auto;
    }
}
