@charset "UTF-8";
/**追加CSS PC START**/
select.type {
    border: none;
    background: #f2f2f2;
    padding: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 0 20px;
}

div#simulator_box > div {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

.typeDtail input {
    display: none;
}

.typeDtail {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.typeDtail label {
    width: 32%;
    margin-right: 2%;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.typeDtail label:nth-of-type(3n) {
    margin-right: 0;
}

.typeDtail label .image {
    width: 70px;
}

.typeDtail label .text {
    width: 170px;
    font-size: 18px;
}

.typeDtail label:hover {
    border-color: #000;
    cursor: pointer;
}

.typeDtail input:checked + label {
    border-color: #000;
    background: #f2f2f2;
}

.serviceType {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.serviceType input {
    display: none;
}

.serviceType label {
    width: 24%;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 0 10px 25px;
    position: relative;
}

.serviceType label p.text {
    font-size: 13px;
}

.serviceType label:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 8px;
}

.serviceType label:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid #c42131;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.serviceType input:checked + label:after {
    opacity: 1;
}

.servicePrice {
    text-align: right;
    font-weight: bold;
    color: #c62936;
    line-height: 1;
    position: relative;
}

.servicePrice span {
    font-size: 30px;
    margin-right: 3px;
    transform: scaleY(1.1);
    display: inline-block;
}

div#simulator_box > div > *:last-child {
    margin-bottom: 0;
}

.servicePrice p.point {
    position: absolute;
    bottom: 0;
    left: 0;
}

.servicePrice p.point a {
    padding-left: 30px;
    background-image: url(/wp-content/uploads/2018/02/cost_point.png);
    background-repeat: no-repeat;
    background-size: 25px;
    line-height: 30px;
    display: block;
    background-position: center left;
    color: #333;
}

.servicePrice p.point a:hover {
    text-decoration: underline;
}

.other_line a {
    display: table;
    background: #00c800;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 40px 10px 90px;
    background-image: url(/wp-content/uploads/2019/02/i_icon_line.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 40px;
}

/**追加CSS PC END**/
/**追加CSS SP START**/
@media (max-width: 750px) {
    div#simulator_box > div {
        margin: 0 0 20px;
        padding: 10px;
    }
    
    select.type {
        font-size: 16px;
        padding: 5px 10px;
        height: 40px;
        margin: 0 0 10px;
    }
    
    .typeDtail label {
        width: 100%;
        margin: 0 0 10px;
    }
    
    .typeDtail label .image {
        width: 20%;
    }
    
    .typeDtail label .text {
        width: 75%;
        font-size: 14px;
    }
    
    .typeDtail label:last-child {
        margin: 0;
    }
    
    .serviceType label {
        width: 100%;
        margin: 5px 0 0;
        padding: 5px 0 5px 25px;
    }
    
    .servicePrice p.point {
        position: static;
        text-align: left;
        margin: 0 0 10px;
    }
    
    .servicePrice p.point a {
        line-height: 1.5;
        padding: 10px 10px 10px 40px;
        border: 1px solid #ccc;
        border-radius: 10px;
        background-position: center left 10px;
    }
    
    .serviceType {
        margin: 0 0 10px;
    }
    
    .typeDtail {
        margin: 0 0 5px;
    }
}
/**追加CSS SP END**/
