@charset "EUC-JP";

html, body{
    min-width: 1000px;
}

body, p, div, blockquote, pre, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section,
form, fieldset {
    border: 0;
    font-family: '????',Meiryo,'????¦Ã?? Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

a{
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover{
    opacity: .8;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}

ul, ol, li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

body {
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
}

/* header */
#globalHeader {
    background: #FFF;
    margin-bottom: 15px;
    width: 100%;
}

.headerTopBg {
    background-color: #192b5b;
    border-bottom: 5px solid #ff3333;
    width: 100%;
    min-width: 667px;
    min-height: 40px;
}

.headerTop {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    max-width: 1300px;
}

.mainLogo .rentalLogoImage {
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 1250px) {
    .mainLogo{
        width: auto;
    }
    .headerTop{
        min-width: 700px;
    }
    .headerTabBg {
        background: #eee;
        border-bottom: 1px solid #ccc;
        height: 50px;
    }
}

/* contents */
main {
    background: #fff;
    display:block;
    margin: 40px auto 10px;
    width: 1000px;
}

#mv img {
    width: 100%;
    height: auto;
}

.date,
.extension {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    background: #073763;  
}

.extension {
    background: #674ea7;
}

.extension span {
    color: #ffff00;
}

a.nav_newmember {
    background: #fed600;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    width: 40%;
}

.newmember_wrap {
    padding: 20px 0 40px;
    text-align: center;
}

.price_wrap{
    margin: 60px auto;
    padding: 0 40px;
}

.price_wrap .five{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price_wrap .five dt {
    background: #00aaff;
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    width: 380px;
    height: 100px;
}

.price_wrap .five dd{
    background: url(/cmn/img/lp/cplp_s120p20/price_five.png) #FFF no-repeat left 20px top 25px / 190px auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 220px;
}

.price_wrap .five dd .five_price{
    color: #ff7d13;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 auto;
    text-align: center;
}

.price_wrap .five dd .priceNum{
    font-size: 96px;
    line-height: 1em;
}

.price_wrap dd .foreach{
    color: #00aaff;
    display: block;
    font-weight: bold;
    text-align: right;
}

.price_wrap .multiple{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(/cmn/img/lp/cplp_s120p20/price_multiple.png) #FFF no-repeat left top / 380px auto;
    margin: 35px auto 0;
    padding: 60px 0 0 20px;
    width: 100%;
}

.price_wrap .multiple > p{
    color: #0071BC;
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 20px;
    width: 360px;
}

.price_wrap .multiple > p span{
    font-size: 36px;
    line-height: 1em;
}

.price_wrap .multiple > div{
    color: #0071BC;
    font-weight: bold;
}

.price_wrap .multiple > div p{
    display: inline-block;
    font-size: 36px;
}

.price_wrap .multiple > div .foreach_text{
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
}

.price_wrap .multiple > div .priceNum{
    color: #ff7d13;
    font-size: 108px;
    line-height: 1em;
}

.price_wrap .multiple > div .yen{
    color: #ff7d13;
}

.price_wrap .multiple > div .tax{
    font-size: 18px;
}

.spotrentalPrice{
    margin: 40px auto 20px;
}

.spotrentalPrice dt {
    background: #0071BC;
    border: 1px solid #0071BC;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    margin: 0 auto 20px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 740px;
    height: 80px;
}

.spotrentalPrice dd p{
    color: #0071BC;
    font-size: 18px;
    text-align: right;
    margin: 0 auto 10px;
    width: 940px;
}

.spotrentalTable{
    border-spacing: 8px;
    margin: 0 auto;
}

.spotrentalTable th,
.spotrentalTable td{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 181px;
    height: 64px;
}

.spotrentalTable th{
    background: #00AAFF;
    color: #FFF;
}

.spotrentalTable td{
    background: #FFF;
}

.spotrentalTable tr:nth-child(2n) td{
    background: #F8F8FF;
}

.spotrentalTable .textRed td{
    color: #F00;
    font-size: 22px;
}

.rentalPeriod {
    background: url(/cmn/img/lp/cplp_s120p20/rentalPeriod_bg.png) no-repeat right 20px bottom 10px / auto auto;
    color: #0071BC;
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 940px;
    min-height: 365px;
}

.rentalPeriod h2{
    background: #0071BC;
    border: 1px solid #0071BC;
    color: #FFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 80px;
    margin: 0 auto 20px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 740px;
    height: 80px;
}

.rentalPeriod p{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 20px;
}

.rentalPeriod p:last-child{
    margin-bottom: 0;
}

.rentalPeriod .textBold{
    font-weight: bold;
}

.normal .period,
.eightmore .period{
    font-size: 26px;
    font-weight: bold;
}

.normal .periodNum,
.eightmore .periodNum{
    font-size: 36px;
    padding: 0 .1em;
}

.extendedCampaign .period{
    color: #F33;
    font-size: 34px;
    font-weight: bold;
}

.extendedCampaign .periodNum{
    font-size: 48px;
    padding: 0 .1em;
    margin-left: 20px;
}

.-campaignOn .normal .nlt{
    text-decoration: line-through;
}

.-campaignOn .normal .period,
.-campaignOn .eightmore .textBold{
    position: relative;
    padding: 0 .1em;
}

.-campaignOn .normal .period:after,
.-campaignOn .eightmore .textBold:after{
    content: "";
    background: #0071BC;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

.catch{
    margin: 30px auto;
}

ul.catch_list {
    padding: 20px 20px;
    font-size: 14px;
}

ul.catch_list li{
    padding-left: 1.3em;
    text-indent: -1.3em;
}

ul.catch_list li.note{
    margin-left: 1em;
}

section h2 {
    background: #efefef;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 12px;
    padding: 0 20px;
    height: 50px;
}

.c_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 60px;
    width: 830px;
}

.c_list.-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_list a {
    background: #fc0;
    border-radius: 4px;
    color: #000;
    display: block;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    width: 400px;
    height: 50px;
}

.g_list_title{
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto 20px;
}

.g_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 60px;
    width: 830px;
}

.g_list a {
    color: #000;
    display: block;
    background: #fc0;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 19%;
    height: 50px;
}

.g_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.g_list_bnr{
    margin: 20px auto 60px;
}

.g_list_bnr a{
    display: block;
    margin: 0 auto 20px;
    width: 660px;
}

.g_list_bnr a img{
    width: 100%;
    height: auto;
}

/* footer */
footer {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 30px 0 40px;
}

footer a{
    color: #000;
}

footer a:hover{
    text-decoration: none;
}

footer div{
    margin: 0 auto;
    width: 1000px;
}

footer ul{
    float: left;
}

footer li{
    display: inline;
    padding-right: 1em;
}

footer span{
    display: block;
    float: right;
}
