@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

.introduction .monthly .text-small {
    font-size: 80%;
}

.introduction .monthly {
    height: 90px;
    padding: 10px 10px 2px 10px;
}

.introduction .monthly .large {
    font-size: 22px;
}

.introduction .monthly {
    font-size: 17px;
}

.introduction .monthly span {
    line-height: 1.4;
}

.introduction .detail img {
    margin: auto 20px;
    padding-bottom: 360px
}

.introduction .price table td.left {
    width: 46%;
    padding: 5px 0;
}

.introduction .price table td.right {
    text-align: right;
    width: 53%;
}

.introduction .price table td.pad {
    padding: 8px 0;
}

.introduction .price .total {
    padding: 5px 0;
    color: #e6000d;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #1d5ab6;
    padding-top: 10px;
}

.introduction .price .total .pl {
    padding-left: 13px;
}




.introduction .price {
    position: absolute;
    bottom: 0;
    width: 310px;
    margin: auto 36px;
}

.small-price {
    font-size: 12px;
}

.introduction .price table td.red-total {
    padding: 14px 0 10px;
    width: 440px;
}

.introduction .price table .right-total {
    text-align: right;
    width: 250px;
}

.section__inner .row_2 {
    display: flex;
}

.note {
    text-align: left;
}

.section06 .note {
    text-indent: -16px;
    padding-left: 24px;
}

.caption-container {
    border: 1px solid #666;
    padding: 0 10px 10px;

}

/* リンク */
.link-arrow a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4.5px;
    height: 4.5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    top: 11px;
    left: 8px;
}

.link-arrow a {
    position: relative;
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
    font-size: 85%;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    /* border: 1px solid #999; */
    padding: 6px 12px 6px 24px;
    margin-top: 6px;
    background: #2a5f71;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2a5f71 0%, #225567 37%, #225567 49%, #0e3242 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a5f71 0%, #225567 37%, #225567 49%, #0e3242 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a5f71 0%, #225567 37%, #225567 49%, #0e3242 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a5f71', endColorstr='#0e3242', GradientType=0);
    /* IE6-9 */
}

.link-arrow a:hover {
    opacity: 0.75;
    transition: 0.5s ease 0s;
}



/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {}

/* ====================================
	IE対策
===================================== */
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .link-arrow a {
        padding: 7.5px 12px 5px 24px;
    }
}