@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
vs
****************************************************************************/

#vs {
    margin-bottom: 45px;
}
#vs .top_ttl {
    margin-bottom: 30px;
}
#vs .sam_exp {
    display: flex;
    justify-content: space-between;
}
#vs .sam_exp .sam {
    margin-left: 40px;
}
#vs .sam_exp .exp {
    flex: 1;
}

@media only screen and (max-width: 767px) {
#vs .top_ttl {
    margin-bottom: 20px;
}
#vs .sam_exp {
    display: block;
    margin-bottom: 15px;
}
#vs .sam_exp .sam {
    margin-left: 0px;
    text-align: center;
}
#vs .sam_exp .sam img {
    width: 70%;
}
}

/***************************************************************************
model
****************************************************************************/

#model {
    margin-bottom: 45px;
}
#model .top_ttl {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
#model {
    margin-bottom: 20px;
}
#model .top_ttl {
    margin-bottom: 20px;
}
}

#model .model_table {
    background-color: #EEEEEE;
    border-radius: 8px;
    padding: 30px 0px 30px 0px;
    margin-bottom: 30px;
}
#model .model_table .inner {
    width: 93.5%;
    margin: 0px auto 0px auto;
    display: flex;
    justify-content: space-between;
}
#model .model_table .inner > div {
    width: 48.5%;
}
#model .model_table .ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    line-height: 1.3;
    margin-bottom: 20px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
#model .model_table {
    border-radius: 5px;
    padding: 15px 0px 15px 0px;
    margin-bottom: 15px;
}
#model .model_table .ttl {
    font-size: 13px;
    margin-bottom: 10px;
}
}

#model .model_table .left_block .ttl {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}
#model .model_table .right_block .ttl {
    background-color: #009900;
    border: 1px solid #009900;
    color: #FFFFFF;
}

#model .model_table .spec {
    padding: 5px 15px 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
#model .model_table .spec {
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
}
}

#model .model_table .left_block .spec {
    background-color: #FFFFFF;
}
#model .model_table .right_block .spec {
    background-color: #D9E8C8;
}
#model .model_table dl {
    display: flex;
    background-image: url(../../image/common/contents/dot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 10px 1em 5px 1em;
}
#model .model_table dt {
    width: 5em;
    font-size: 14px;
}
#model .model_table dd {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
#model .model_table dl {
    display: block;
    padding: 8px 0.2em 8px 0.2em;
}
#model .model_table dt {
    width: 100% !important;
    font-size: 13px;
    margin-bottom: 5px;
}
#model .model_table dd {
    font-size: 13px;
}
}

#model .model_table .spec dd span {
    color: #CC0000;
}

#model .model_table .total dt {
    width: 9em;
}
#model .model_table .total dd {
    text-align: right;
}

@media only screen and (max-width: 767px) {
#model .model_table .total dd {
    padding-right: 0.3em;
}
}

#model .model_table .total_price ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#model .model_table .total_price li {
    display: block;
}
#model .model_table .total_price li:nth-child(1) {
    color: #FFFFFF;
    border-radius: 3px;
    padding: 8px 15px 8px 15px;
    margin-left: 10px;
}
#model .model_table .total_price li:nth-child(2) {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
#model .model_table .total_price ul {
    display: block;
    margin-top: 15px;
}
#model .model_table .total_price li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#model .model_table .total_price li:nth-child(1) {
font-size: 12px;
    padding: 5px 0px 5px 5px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 5px;
}
#model .model_table .total_price li:nth-child(2) {
    font-size: 17px;
    text-align: center;
}
}

#model .model_table .left_block .total_price li:nth-child(1) {
    background-color: #666666;
}
#model .model_table .right_block .total_price li:nth-child(1) {
    background-color: #009900;
}
#model .model_table .right_block .total_price li:nth-child(2) {
    color: #CC3300;
}

#model #result_exp {
    text-align: center;
}
#model #result_exp p {
    font-size: 18px;
    font-weight: bold;
}
#model #result_exp .result {
    background-color: #339900;
    color: #FFFFFF;
    font-size: 26px;
    padding: 12px 0px 12px 0px;
    border-radius: 5px;
    line-height: 1.3;
    margin-bottom: 15px;
}
#model #result_exp .attention {
    text-align: right;
}

@media only screen and (max-width: 767px) {
#model #result_exp p {
    font-size: 15px;
}
#model #result_exp .result {
    font-size: 22px;
    padding: 8px 10px 10px 8px;
    margin-bottom: 10px;
}
#model #result_exp .attention {
    text-align: left;
}
}

/***************************************************************************
merit
****************************************************************************/

#merit .top_ttl {
    color: #0064C8;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #EEEEEE;
    padding-bottom: 5px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
#merit .top_ttl {
    font-size: 15px;
    text-align: center;
    border-bottom: 3px solid #EEEEEE;
    line-height: 1.4;
    margin-bottom: 15px;
}
}

#merit .ttl ul {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#merit .ttl li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#merit .ttl li:nth-child(1) {
    padding-left: 120px;
}
#merit .box {
    border: 1px solid #CCCCCC;
    display: flex;
    margin-bottom: 10px;
}

#merit .box .icon_outline {
    padding: 8px;
    border-right: 1px solid #CCCCCC;
}
#merit .box .icon {
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #0064C8;
    line-height: 1.3;
}
#merit .box .num {
    background-color: #003C78;
    border-radius: 5px;
    width: 5em;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    margin-bottom: 10px;
}
#merit .box .icon_ttl {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
#merit .box {
    display: block;
}
#merit .box .icon {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 5px 0px 5px 0px;
}
#merit .box .num {
    font-size: 13px;
    margin-bottom: 0px;
    margin-right: 15px;
}
}

#merit .demerit,#merit .merit {
    flex: 1;
    padding: 15px 20px 15px 55px;
    line-height: 1.4;
    background-image: url(../../image/comparison/icon-smile_demerit.gif);
    background-repeat: no-repeat;
    background-position: left 10px top 15px;
}
#merit .merit {
    background-image: url(../../image/comparison/icon-smile_merit.gif);
    border-left: 1px solid #CCCCCC;
}

#merit .attention {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
#merit .demerit:before,#merit .merit:before {
	display: block;
	font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
}
#merit .demerit:before {
	content: "月極駐車場なら・・・";
}
#merit .merit:before {
	content: "パークス（当社）なら！";
    color: #009916;
}
#merit .merit {
    border-left: none;
}
}