@charset "utf-8";
/* CSS Document */
/*

@media screen and (min-width: 768px) {
    [class*="comm_btn"] {
        min-width: 14em;
    }
}
[class*="comm_btn"] {
    margin: 0.25em 0.1em;
}
*/


/* ## ttl/lead ## */
.cstm_ttlwrap {
    text-align: center;
}
.cstm_lead {
    text-align: center;
    font-size: 1.25rem;
}
.cstm_lead h2 {
    margin-bottom: 1.5em;
}
.cstm_subttl {
    text-align: center;
}


/* ## recom ## */
.cstm_recom_item {
    background: #f0f0f0;
}
.cstm_recom_iteminner {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
}
.cstm_recom_iteminner:before {
    content: "";
    border: 2rem solid transparent;
    border-top-color: #cccccc;
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
}
.cstm_recom_itemname {
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 2rem 2rem 4rem;
    flex: 1;
    text-align: center;
}
.cstm_recom_itemphoto {
    text-align: center;
    padding: 1rem;
    flex: 1;
}

/* ## feat ## */
.cstm_featttl {
    text-align: center;
    background: #002c6a;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.15rem;
    padding: 0.5em;
    margin-bottom: 0.75em;
}
.cstm_featcopy {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #ca1981;
    letter-spacing: 0;
    margin-bottom: 0.75em;
}
.cstm_featpct {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60%;
    background: center no-repeat;
    background-size: contain;
    position: relative;
}
.cstm_featpct:after {
    content: "図を拡大";
    display: block;
    position: absolute;
    font-size: 12px;
    letter-spacing: 0;
    right: 0em;
    bottom: 0em;
    background: #002c6a 1em center no-repeat;
    color: #ffffff;
    border-radius: 1.5em;
    padding: 0.5em 1.25em 0.5em 2.75em;
    background-image: url("../../assets/img/icon_plus.svg");
    background-size: 1em;
}

.cstm_label {
    display: block;
    background: #ff0000;
    width: 5em;
    font-size: 1.15em;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.25em;
}

.cstm_column_stretch { align-items: stretch; }
.cstm_column_stretch .comm_col_1-2 { padding-bottom: 10px }

[class^="cstm_productsbox"] {
    padding: 1em;
    color: #000000;
    height: 100%;
}
[class*="-cstmpb1"] { background: #d3e0ec; }
[class*="-cstmpb2"] { background: #bfd4e8; }
[class*="-cstmpb3"] { background: #afc9e2; }
[class^="cstm_productsbox"] a {
    text-decoration: underline;
    color: #222222;
}

/* ## item ## */
.cstm_itemname {
    background: #bcc4cf url("../../assets/img/comm_circle_grad.png") no-repeat center;
    background-size: cover;
    max-height: 260px;
    height: 30vw;
    display: flex;
    align-items: center;
}
.cstm_itemnamenadbtn {
    width: 50%;
    padding: 3em 4em;
}
.cstm_itemnamenadbtn h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0.25em;
}
.cstm_itemphoto {
    width: 50%;
    padding: 1em 5em;
    text-align: center;
}

.cstm_endttl {
    text-align: center;
    color: #002C6A;
    font-weight: bold;
    font-size: 24px;
}

.cstm_btnttl {
    text-align: center;
    color: #002C6A;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 0.5em;
}



.cstm_bannercapt {
    text-align: center;
    font-size: 1.35rem;
    padding-top: 0.5em;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .cstm_lead {
        text-align: left;
    }
    .cstm_lead br {
        display: none;
    }
    .cstm_recombox:nth-child(even) { border: 2px solid #e0e0e0; }
}


