@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 12px;
    width: 984px;
    box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .content {
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 56px;
    padding-bottom: 38px;
    font-size: 5rem;
    text-align: center;
    line-height: 1.2;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-bottom: none;
}
.headLine01 .sm {
    display: block;
    font-weight: normal;
    font-size: 2.3rem;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 40px;
        padding-bottom: 50px;
        font-size: 3.1rem;
        line-height: 1.2;
    }
    .headLine01 .sm {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.hel {
    font-family: "Helvetica Neue", Arial, sans-serif;
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 53px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* 旧 border-bottom 削除 → 赤＋金の2本線に変更 */
}
.comImgBox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px; /* 全体高さ：赤6 + スペース4 + 金4 */
    background:
      linear-gradient(#BF0028, #BF0028) top / 100% 6px no-repeat,           /* 上：赤 */
      linear-gradient(transparent, transparent) center / 100% 2px no-repeat, /* 中間スペース */
      linear-gradient(#C6A756, #C6A756) bottom / 100% 6px no-repeat;        /* 下：金 */
}

.comImgBox:nth-of-type(2n) .photoBox {
    order: 1;
}
.comImgBox:last-child {
    margin-bottom: 0;
}
.comImgBox .photoBox {
    width: 460px;
}
.comImgBox .photoBox img {
    width: 100%;
}
.comImgBox .textBox {
    margin-top: -6px;
    width: calc(100% - 500px);
}
.comImgBox .textBox .tag {
    margin-bottom: 14px;
}
.comImgBox .textBox .tag span {
    padding: 1px 8px 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #BF0028;
}
.comImgBox .textBox h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
    line-height: 1.36;
}
.comImgBox .textBox h3 .mid {
    margin-bottom: 1px;
    display: block;
    font-size: 2rem;
}
.comImgBox .textBox h3 .sm {
    margin-top: 11px;
    display: block;
    font-size: 1.6rem;
}
.comImgBox .textBox .privce {
    margin-bottom: 32px;
    font-size: 2.8rem;
    font-weight: 700;
}
.comImgBox .textBox .text {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 0.85em;
    line-height: 1.78;
}
.comImgBox .textBox .linkUl {
    display: flex;
}
.comImgBox .textBox .linkUl li {
    margin-right: 16px;
    width: 221px;
}
.comImgBox .textBox .linkUl li:last-child {
    margin-right: 0;
}
.comImgBox .textBox .linkUl li a {
    padding: 9px 30px 8px 20px;
    display: block;
    color: #C6A756;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85em;
    line-height: 1.8;
    border: 1px solid #C6A756;
    border-radius: 8px;
    background: url("../img/common/icon02.png") no-repeat right 14px center/17px;
}
.comImgBox .textBox .linkUl li a span {
    padding: 0 5px 0 27px;
    background: url("../img/common/icon01.png") no-repeat left center/19px;
}
.comImgBox .textBox .linkUl li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comImgBox {
        margin-bottom: 66px;
        padding-bottom: 71px;
        display: block;
    }
     .comImgBox::after {
      height: 10px; /* 赤3 + スペース4 + 金3 */
      background:
        linear-gradient(#BF0028, #BF0028) top / 100% 3px no-repeat,
        linear-gradient(transparent, transparent) center / 100% 4px no-repeat,
        linear-gradient(#C6A756, #C6A756) bottom / 100% 3px no-repeat;
  }
    .comImgBox .photoBox {
        margin-bottom: 31px;
        width: auto;
    }
    .comImgBox .textBox {
        margin-top: 0;
        width: auto;
    }
    .comImgBox .textBox .tag {
        margin-bottom: 14px;
    }
    .comImgBox .textBox .tag span {
        padding-right: 7px;
    }
    .comImgBox .textBox h3 {
        margin-bottom: 10px;
        font-size: 2.4rem;
        line-height: 1.375;
    }
    .comImgBox .textBox h3 .mid {
        margin-bottom: 2px;
        font-size: 1.7rem;
    }
    .comImgBox .textBox h3 .sm {
        margin-top: 10px;
        font-size: 1.3rem;
    }
    .comImgBox .textBox .privce {
        font-size: 2.5rem;
    }
    .comImgBox .textBox .text {
        margin-bottom: 30px;
    }
    .comImgBox .textBox .linkUl {
        display: block;
    }
    .comImgBox .textBox .linkUl li {
        margin: 0 auto 19px;
        width: auto;
        max-width: 500px;
    }
    .comImgBox .textBox .linkUl li:last-child {
        margin-right: auto;
    }
    .comImgBox .textBox .linkUl li:last-child {
        margin-bottom: 0;
    }
    .comImgBox .textBox .linkUl li a {
        font-size: 1.8rem;
        background-position: right 11px center;
    }
    .comImgBox .textBox .linkUl li a span {
        padding-right: 1px;
    }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin: 0 auto;
    width: 400px;
}
.comBtn a {
    padding: 11px 4px 12px;
    display: block;
    font-size: 1.7rem;
    text-align: center;
    border: 1px solid #505077;
    border-radius: 25px;
}
.comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBtn {
        max-width: 500px;
        width: 95%;
    }
    .comBtn a {
        padding: 13px 8px 14px;
        font-size: 1.4rem;
    }
}
