/*************************/
/*           共通          */
/*************************/

h2.napa-h2 {
    color: #000;
    position: relative;
}

h2.napa-h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 5px;
    background-color: #9e005d;
    content: " ";
}

.marker-napa {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #f3beae));
    background: linear-gradient(transparent 70%, #f3beae 60%);
    color: #2d2d2d;
    font-weight: bold;
    padding: 0 6px;
}

.small {
    font-size: 90%;
}

.bn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}

.bn-area img {
    border-radius: 5px;
}

/* for PC */
@media screen and (min-width:768px) {
    .napa-contents {
        margin: 25px;
    }

    h2.napa-h2 {
        font-size: 3.2rem;
        font-weight: normal;
        margin-top: 50px;
    }
    .col2bn {
        width: 49%;
        margin-bottom: 10px;
    }

    .col3bn {
        width: 32%;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .napa-contents {
        margin: 15px;
    }

    h2.napa-h2 {
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .cal_dt p:first-child {
        font-size: 2rem;
    }

    .col3bn {
        width: 49%;
    }
}

/* CC商品リスト表示 */
.fs-c-productList__message.fs-c-noResultMessage {
    display: none;
}

/* TOPへ戻る */
#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: calc(10% + 90px);
    background: #9e005d;
    opacity: 0.6;
    z-index: 100;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a:before {
    position: absolute;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M177%20255.7l136%20136c9.4%209.4%209.4%2024.6%200%2033.9l-22.6%2022.6c-9.4%209.4-24.6%209.4-33.9%200L160%20351.9l-96.4%2096.4c-9.4%209.4-24.6%209.4-33.9%200L7%20425.7c-9.4-9.4-9.4-24.6%200-33.9l136-136c9.4-9.5%2024.6-9.5%2034-.1zm-34-192L7%20199.7c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l96.4-96.4%2096.4%2096.4c9.4%209.4%2024.6%209.4%2033.9%200l22.6-22.6c9.4-9.4%209.4-24.6%200-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8%200z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 16px;
}

#page_top a:after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*************************/
/*          目次          */
/*************************/
.napa-outline {
    background-color: #ebebeb;
    margin: 0 auto;
}

h2.napa-outline-h2 {
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #000;
    margin: 0 0 25px 0;
    padding: 5px;
}

.napa-outline ul {
    list-style: disc;
    color: #000;
    line-height: 1.6;
    margin: 0px;
}

/* for PC */

@media screen and (min-width:768px) {
    .napa-outline {
        width: 600px;
        padding: 35px;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .napa-outline {
        padding: 15px 20px;
    }

    .napa-outline ul {
        padding-left: 30px;
    }
}

/*************************/
/*    おすすめ特集記事    */
/*************************/
.rmd-lnk-wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    padding: 0;
}

.rmd-lnk-wrap {
    background-color: #fffaea;
    padding: 30px 15px 0;
    margin-bottom: 5rem;
    margin-top: 5rem;
    border: 1px solid;
    position: relative;
}

.rmd-lnk-wrap h3 {
    padding: 5px 10px;
    margin: 0;
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    left: 10px;
}

.rmd-lnk-wrap h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap h3:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    bottom: -4px;
    left: -4px;
    position: absolute;
}

.rmd-lnk-wrap p {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 0 1.6em;
}

/* for PC */

@media screen and (min-width:768px) {
    .rmd-lnk-wrap ul {
        padding: 20px;
        max-width: 600px;
        margin:0 auto;
    }
    .rmd-lnk-wrap li {
        width: 49%;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .rmd-lnk-wrap li a img {
        width: 100%;
        height: auto;
        transition: transform .6s ease;
    }
    .rmd-lnk-wrap li a:hover img {
        transform: scale(1.15); /* 拡大 */
    }

}


/* for SP */

@media screen and (max-width:767px) {
    .rmd-lnk-wrap li {
        padding-bottom: 10px;
        width: 100%;
    }
}


/*************************/
/* ナパワインを表す３つの数字*/
/*************************/
h2.napa-h2-rmd {
    font-weight: 600;
    color: #000;
    margin-top: 50px;
    text-align: center;
}

dl.content00-wrap dt {
    position: relative;
    font-family: 'Patua One', cursive;
    color: #4e5913;
}

dl.content00-wrap .number {
    position: absolute;
}

.napa-relation-lnk {
    text-align: right;
}

.napa-relation-lnk p {
    background-color: #f7f5e7;
    display: inline;
    border-radius: 3px;
    border: 1px dotted #63881c;
}

/* for PC */

@media screen and (min-width:768px) {
    h2.napa-h2-rmd {
        font-size: 3.2rem;
    }

    dl.content00-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 40px;
    }

    dl.content00-wrap dt {
        font-size: 80px;
        width: 30%;
        text-align: right;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 180px;
    }

    dl.content00-wrap dd {
        width: 60%;
        margin-left: 0;
        font-size: 1.8rem;
        line-height: 1.6em;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 180px;
        margin-right: 50px;
        color: #000;
    }

    dl.content00-wrap dd:nth-of-type(2) {
        margin-right: 0;
    }

    dl.content00-wrap dt:nth-of-type(2) {
        margin-left: 50px;
    }

    dl.content00-wrap dt span {
        font-size: 55px;
    }

    dl.content00-wrap img {
        position: absolute;
        right: 10px;
        top: -10px;
        width: 90%;
    }

    dl.content00-wrap .number {
        right: 0;
        bottom: 25px;
    }

    .napa-relation-lnk p {
        padding: 3px 15px;
        font-size: 120%;
    }
}

/* for SP */

@media screen and (max-width:767px) {
    h2.napa-h2-rmd {
        font-size: 2.6rem;
    }

    dl.content00-wrap dt {
        /*        margin-bottom: 10px;*/
        /*        padding: 20px;*/
        padding-top: 20px;
    }

    dl.content00-wrap .number {
        right: 10px;
        bottom: -5px;
        font-size: 7.0rem;
    }

    dl.content00-wrap dd {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .napa-relation-lnk p {
        padding: 3px 5px;
        font-size: 1.2rem
    }
}

/*************************/
/* ナパワインが世界的ワインになったわけ */
/*************************/
.content011-wrap img,
.content012-wrap img {
    width: 100%;
}

h3#content011,
h3#content012 {
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
}

h3#content011:after,
h3#content012:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #4e591391, #4e591391 2px, white 2px, white 4px);
}

.napa-cultwine {
    padding: 15px;
    background-color: #f7f4ed;
}

.napa-cultwine h4 {
    color: #000;
    margin-top: 0;
}

.napa-cultwine p {
    font-size: 16px;
    margin-bottom: 10px;
}

.napa-cultwine .batch-napa {
    display: inline-block;
    line-height: 2;
    font-size: 75%;
    background-color: #a51647;
    margin: 0 4px;
    padding: 0px 7px;
    color: #fff;
}

/* for PC */

@media screen and (min-width:768px) {

    .content011-wrap,
    .content012-wrap {
        margin-top: 60px;
    }

    .content011-img,
    .content012-img {
        width: 43%;
        z-index: -1;
        position: relative;
    }

    .content011-img {
        float: left;
        margin-right: 20px;
    }

    .content012-img {
        float: right;
        margin-left: 20px;
    }

    .content011-img:before,
    .content012-img:before {
        content: " ";
        width: 130px;
        height: 130px;
        position: absolute;
        top: -75px;
        background-color: #fff;
    }

    .content011-img:before {
        right: -75px;
        border-left: 2px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .content012-img:before {
        left: -75px;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    h3#content011,
    h3#content012 {
        font-size: 2.8rem;
        margin: 10px 0 40px;
    }

    .napa-cultwine h4 {
        font-size: 2.0rem;
    }

}

/* for SP */

@media screen and (max-width:767px) {

    .content011-wrap,
    .content012-wrap {
        margin-top: 30px;
    }

    h3#content011,
    h3#content012 {
        font-size: 2rem;
        margin: 10px 0px;
    }

    .napa-cultwine h4 {
        font-size: 1.8rem;
    }
}

/*************************/
/* 価格帯別おすすめナパワイン */
/*************************/
h3.napa-rmd-h3 {
    color: #1a1a1a;
    border-top: 2px solid #9e005d;
    border-right: 2px solid #9e005d;
    border-left: 2px solid #9e005d;
    padding: 15px 20px;
    margin-top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 190, 214, 1)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to bottom, rgba(230, 190, 214, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6bed6', endColorstr='#007db9e8', GradientType=0);
}

ul.napa-item-list {
    padding: 5px;
}

ul.napa-item-list li .napa-rmd-ttl p {
    font-weight: 600;
    color: #121212;
}

ul.napa-item-list span.point {
    display: inline-block;
    font-size: 75%;
    background-color: #a51647;
    margin: 2px;
    padding: 0px 7px;
    color: #fff;
}

.napa-rmd-btn {
    width: 100%;
    margin-top: 0;
}

a.winery-btn {
    display: block;
    text-align: center;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    background: #fbb03b;
    color: #FFF;
    letter-spacing: 0.05em;
    border-bottom: solid 4px #ae7418;
    border-radius: 3px;
    position: relative;
    margin-top: 0px;
}

a.winery-btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

a.winery-btn:after {
    margin-left: 22px;
    font-size: 1.6rem;
    position: absolute;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M256%208c137%200%20248%20111%20248%20248S393%20504%20256%20504%208%20393%208%20256%20119%208%20256%208zm113.9%20231L234.4%20103.5c-9.4-9.4-24.6-9.4-33.9%200l-17%2017c-9.4%209.4-9.4%2024.6%200%2033.9L285.1%20256%20183.5%20357.6c-9.4%209.4-9.4%2024.6%200%2033.9l17%2017c9.4%209.4%2024.6%209.4%2033.9%200L369.9%20273c9.4-9.4%209.4-24.6%200-34z%22%2F%3E%3C%2Fsvg%3E);
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.napa-rmd-img {
    position: relative;
}
.napa-rmd-img.red:before,.napa-rmd-img.white:before,.napa-rmd-img.sparkling:before,.napa-rmd-img.rose:before,.napa-rmd-img.orange:before {
    content: attr(data-color);
    display: block;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    opacity: 90%;
}

.napa-rmd-img.red:before{
    background-color: #c32c2c;
}
.napa-rmd-img.white:before{
    background-color: #8fc32c;
}
.napa-rmd-img.sparkling:before{
    background-color: #2c7cc3;
}
.napa-rmd-img.rose:before{
    background-color: #fb9b9b;
}
.napa-rmd-img.orange:before{
    background-color: #e09d45;
}
/* 価格帯別のその他のワインリンク */
.other_btn,.other_btn_half {
    text-align: center;
}

.other_btn a.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display:
        inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    line-height: 2.8em;
}
.other_btn_half a.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display:
        inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    line-height: 1.4em;
}

.btn_white a{
    border-bottom: 12px solid #36ab69;
}
.btn_red a{
    border-bottom: 12px solid #9f395e;
}


/* for PC */
@media screen and (min-width:768px) {
    h3.napa-rmd-h3 {
        font-size: 2.6rem;
    }

    ul.napa-item-list {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; */
        display: grid;
        grid-template-columns: auto auto auto;
        list-style: none;
    }

    ul.napa-item-list li {
        /* width: 33%; */
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 4;
        padding: 30px 15px 0;
        box-sizing: border-box;
        /* display: flex;
        flex-wrap: wrap; */
    }

    .napa-rmd-ttl {
        order: 2;
    }

    .napa-rmd-img {
        order: 1;
    }

    .napa-rmd-detail {
        order: 3;
    }

    .napa-rmd-btn {
        order: 4;
    }

    a.winery-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.8rem;
    }

    .napa-rmd-img.red:before,.napa-rmd-img.white:before,.napa-rmd-img.sparkling:before ,.napa-rmd-img.orange:before{
        top: calc(100% - 60px);
        right: 64px;
        padding: 14px;
        font-size: 26px;
        border-radius: 30px;
    }
    .napa-rmd-img.rose:before {
        top: calc(100% - 60px);
        right: 64px;
        padding: 14px;
        font-size: 20px;
        border-radius: 30px;
        width: 30px;
        height: 34px;
        padding-top: 10px;
        text-shadow: 0px 0px 5px #700d0d;
    }


    .other_btn a.btnshine {
        width: 60%;
        font-size: 22px;
        margin: 15px auto 60px;
    }
    .other_btn_half a.btnshine {
        width: 100%;
        font-size: 20px;
    }

    .other_btn a.btnshine:after {
        content: "";
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E);
        position: absolute;
        right: 24px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .other_btn_half a.btnshine:after {
        content: "";
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E);
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /*キラッと光る*/
    .other_btn .btnshine::before,.other_btn_half .btnshine::before {
        content: '';
        /*絶対配置でキラッと光るの位置を決める*/
        position: absolute;
        top: 0;
        left: -75%;
        /*キラッと光る形状*/
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(-25deg);
    }

    /*hoverした際の移動のアニメーション*/
    .other_btn .btnshine:hover::before,.other_btn_half .btnshine:hover::before{
        animation: shine 0.7s;
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }
}

/* for SP */
@media screen and (max-width:767px) {
    h3.napa-rmd-h3 {
        font-size: 1.8rem;
    }

    ul.napa-item-list li {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        list-style: none;
        padding: 5px;
    }

    ul.napa-item-list .napa-rmd-ttl {
        padding-top: 10px;
        width: 100%;
    }

    ul.napa-item-list li:not(:first-child) .napa-rmd-ttl {
        border-top: 1px solid #ccc;
    }

    ul.napa-item-list li .napa-rmd-ttl p {
        margin: 0;
    }

    ul.napa-item-list li .napa-rmd-img {
        width: 40%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    ul.napa-item-list li div.napa-rmd-detail {
        width: 60%;
    }

    ul.napa-item-list li div.napa-rmd-img img {
        max-width: 100%;
        max-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 15px;
    }

    a.winery-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1.4rem;
    }

    .napa-rmd-img.red:before,.napa-rmd-img.white:before,.napa-rmd-img.sparkling:before,.napa-rmd-img.orange:before{
        top: calc(calc(100vw - 23px) * 0.35 - 40px);
        left: 50%;
        padding: 10px;
        font-size: 20px;
        border-radius: 20px;
    }
    .napa-rmd-img.rose:before {
        top: calc(calc(100vw - 23px) * 0.35 - 40px);
        left: 50%;
        padding: 6px;
        font-size: 16px;
        border-radius: 20px;
        width: 28px;
        height: 30px;
        padding-top: 5px;
        text-shadow: 0px 0px 5px #700d0d;
    }

    .other_btn, .other_btn_half {
        width: 100%;
        margin:0 auto;
    }
    .other_btn a.btnshine {
        margin: 20px auto 30px;
    }
    .other_btn a.btnshine,.other_btn_half a.btnshine{
        min-width:90%;
    }
}

/*************************/
/* おすすめワイナリー */
/*************************/

ul.content03-rmd-winery {
    list-style: none;
    padding-left: 0;
}

ul.content03-rmd-winery li {
    background-color: #f7f4ed;
    border: 1px solid #000;
}

h3.winery-nm {
    border-bottom: 1px solid;
    margin: 12px 8px;
}

ul.content03-rmd-winery li p {
    text-align: left;
    margin: 8px;
    font-size: 1.6rem;
}

/* for PC */

@media screen and (min-width:768px) {
    ul.content03-rmd-winery {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 50px 30px;
    }

    ul.content03-rmd-winery li {
        width: 30%;
        margin: 10px;
        font-size: 16px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    h3.winery-nm {
        padding-bottom: 10px;
        text-align: center;
    }

    ul.content03-rmd-winery li p {
        text-align: left;
        font-size: 1.6rem;
    }
}

/* for SP */

@media screen and (max-width:767px) {
    ul.content03-rmd-winery li {
        margin: 20px 0px;
    }
}

/*************************/
/* ピックアップPN */
/*************************/
.content07-wrap {
    background-color: #f2f2f2;
}

.content07-right p:nth-child(2) {
    margin: 15px 0;
}

.content07-right p:last-child {
    margin: 0px;
}

.content07-right p:last-child a {
    margin-top: 0;
}

a.special-lnk {
    color: #9e005d;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 8px;
    text-decoration: none;
}


/* for PC */

@media screen and (min-width:768px) {
    .content07-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 90px;
    }

    .content07-left {
        width: 40%;
        margin: auto;
    }

    .content07-right {
        padding: 15px;
        width: 60%;
    }

    .content07-right p:first-child {
        margin: 0px 0 0 -80px;
    }

    a.special-lnk {
        font-size: 2.6rem;
        line-height: 1.8;
    }
}

/* for SP */
@media screen and (max-width:767px) {
    .content07-left img {
        width: 100%;
    }

    .content07-right {
        position: relative;
        padding: 20px;
    }

    .content07-right p:first-child {
        margin: -80px 0 0 0px;
    }

    a.special-lnk {
        font-size: 2.0rem;
        line-height: 1.8;
    }
}
