/* 料金システム */

.system {
    line-height: 140%;
}

.system h2 img {
    float: left;
    max-width: 100%;
    height: auto;
    margin-right: 0.5em;
}

.system h2 p {
    line-height: 2.5em;
    width: 400px;
    max-width: 95%;
    margin: 0 auto;
}

.system h2 span {
    margin-left: 1em;
}

.system_point {
    border: 3px solid #c43737;
    color: #c43737;
    border-radius: 6px;
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0.5em 1em;
    overflow: hidden;
}

.system_link_box {
    width: 100%;
    text-align: center;
}

.system_link {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    border: 2px solid #858585;
    text-align: left;
    padding: 5px 0 0 10px;
    margin: 2px;
}

@media screen and (max-width: 620px) {
    .system_link {
        width: 100%;
    }
}

.system_link span {
    vertical-align: 10px;
}

.system_link img {
    width: 35px;
    margin-right: 4px;
}

.system_sec2 {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}

.system_sec2 h2 {
    width: 600px;
    max-width: 95%;
    margin: 0 auto 2em;
    overflow: hidden;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}

.system_midashi1 {
    font-size: 110%;
    vertical-align: -10px;
}

.midashi2 {
    color: #c40f8f;
    font-weight: normal;
    font-size: 0.8em;
}

.system_sec2 h3 {
    color: #c40f8f;
    font-size: 1.4em;
}

.system_sec2 dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}

.system_sec2 dt {
    width: 70%;
    float: left;
    padding: 1em;
}

.system_sec2 dd {
    width: 30%;
    float: left;
    padding: 1em;
}

.system_sec2 dd img {
    max-width: 100%;
    height: auto;
}

.credit-sett {
    margin: 0 auto 3em;
    padding: 1.75em;
    border: 2px solid #555;
    background: #9c9797 url('../img/credit_bg.jpg') no-repeat top right;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

.credit-sett:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.credit-marc {
    float: left;
    width: 100px;
    max-width: 20%;
    display: block;
    border: 4px solid #fff;
}

.credit-sett div {
    float: left;
    width: 80%;
    padding-left: 2em;
}

.credit-sett h3 {
    width: 80%;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3;
}

.credit-sett h3 span {
    font-size: 0.7em;
    display: block;
    font-weight: normal;
}

.credit-sett p {
    width: 80%;
    margin: 0.25em 0 0.75em;
}

.credit-sett p span {
    display: block;
    margin-top: 0.75em;
    font-size: 1.25em;
    font-weight: bold;
}

.credit-sett p span i {
    padding-right: 0.3em;
}

.credit-img {
    display: block;
    max-width: 300px;
}

.system_sec3 {
    width: 100%;
    background: #fefcea;
    padding: 2em 0;
    margin: 0 auto 3em;
}

.system_sec3 h2 {
    text-align: center;
    margin-bottom: 1em;
}

.system_sec3 dl {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto 2em;
    overflow: hidden;
}

.system_sec3 dd {
    float: left;
    width: 25%;
    text-align: center;
}

.system_sec3 dd img {
    max-width: 100%;
    height: auto;
}

.system_sec4 {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    /*padding-bottom: 200px;*/
}

.system_sec4 h3 span {
    font-size: 0.8em;
    font-weight: normal;
}

.system_Comparison {
    width: 100%;
    max-width: 1000px;
    background: #f0f0f0;
    margin: 0 auto;
}

.system_Comparison table {
    background: #fff;
    width: 100%;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

@media only screen and (max-width: 600px) {
    .system_Comparison tr td {
        font-size: 88%;
        padding: 5px;
    }
}

.system_Comparison tr {
    border-bottom: 1px solid #b7b7b7;
}

.system_Comparison tr:nth-child(1) {
    text-align: center;
    color: #fff;
}

.system_Comparison tr:nth-child(1) td:nth-child(2),
.system_Comparison tr:nth-child(1) td:nth-child(3) {
    background: #c5c5c5;
}

.system_Comparison tr:nth-child(1) td:nth-child(4) {
    background: #f798db;
}

.system_Comparison tr:nth-child(5),
.system_Comparison tr:nth-child(16),
.system_Comparison tr:nth-child(17) {
    color: #c43737;
}

.system_Comparison tr:last-child {
    border-bottom: none;
}

.system_Comparison td {
    width: 25%;
    padding: 0.5em 1em;
    border-right: 1px solid #b7b7b7;
}

.system_sec5 {
    width: 100%;
    background: #fefcea;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
}

.system_sec5 h2 {
    width: 600px;
    max-width: 95%;
    margin: 0 auto 2em;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.system_sec5 h2 p {
    width: 300px;
}

.system_sec5 h2 span {
    color: #c40f8f;
    font-weight: normal;
    font-size: 0.8em;
}

.system_sec5 dl {
    width: 900px;
    max-width: 95%;
    margin: 0 auto;
    padding: 1em;
    border: 6px solid #d5cfcf;
    border-radius: 8px;
    background-color: #fff;
}

.system_sec5 dd {
    display: inline-block;
    width: 80%;
    padding: 1em 0;
}

.system_sec5 dt {
    width: 20%;
    float: left;
    text-align: center;
    color: #c40f8f;
}

.sys_Arrow {
    display: block;
    text-align: center;
}

.sys_Arrow img {
    margin: 2px 0 5px 0;
    width: 200px;
}

.system_prelusion {
    width: 900px;
    max-width: 95%;
    margin: 0 auto 3em;
    padding: 1em;
    border: 6px solid #d5cfcf;
    border-radius: 8px;
    background: #9c9797 url('../img/system_img02.jpg') no-repeat top right;
    color: #fff;
    overflow: hidden;
}

.system_prelusion p {
    display: inline-block;
    max-width: 70%;
}

.system_prelusion span {
    display: block;
    font-size: 1.4em;
}

.system_prelusion img {
    width: 100px;
    max-width: 20%;
    float: left;
    margin-right: 1em;
}

.system_sec6 {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto 3em;
}

.system_sec6 h2 {
    width: 600px;
    max-width: 95%;
    margin: 2em auto 2em;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.system_sec6 h2 p {
    width: 300px;
}

.system_sec6 h2 span {
    color: #c40f8f;
    font-weight: normal;
    font-size: 0.8em;
}

.system_sec6 dl {
    border: 1px solid #5a5a5a;
    margin: 0 auto 2em;
    padding: 1em;
    overflow: hidden;
}

.system_sec6 dt {
    background: #ffd563;
    padding: 0.5em;
}

.system_sec6_left {
    float: left;
    padding: 0.5em 0;
}

.system_sec6_left span {
    background: #94e3e9;
    padding: 1em;
    display: block;
    width: 55px;
}

.system_sec6_right {
    display: inline-block;
    padding: 1em;
    width: 90%;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
}