@charset "UTF-8";

/*=====================================================
 * 共通
 * ==================================================== */
@font-face {
    font-family: "icons";
    src: url("/common/font/fontello.eot");
    src: url("/common/font/fontello.eot#iefix") format("embedded-opentype"), url("/common/font/fontello.woff2") format("woff2"), url("/common/font/fontello.woff") format("woff"), url("/common/font/fontello.ttf") format("truetype"), url("/common/font/fontello.svg#fontello") format("svg");
}

:root {
    font-size: 10px;
}

#contents {
    color: #6B3737;
    /* IE 10 */
}

#contents span {
    font-weight: inherit;
}

#contents select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    /*Firefox用*/
    text-overflow: "";
    /*Firefox用*/
    font-family: "メイリオ", Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}

#contents select::-ms-expand {
    display: none;
}

#contents img {
    max-width: 100%;
}

#contents a {
    text-decoration: none;
}

/*=====================================================
 * モジュール
 * ==================================================== */
.mod_btn a,
.mod_btn input {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 360px;
    width: 100%;
    background-color: #6d6868;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.mod_btn a:hover,
.mod_btn input:hover {
    opacity: 0.8;
}

.mod_btn a:hover,
.mod_btn input:hover {
    text-decoration: none;
}

.mod_btn.short a,
.mod_btn.short input {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.mod_table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mod_table>* {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.br_tb {
    display: none;
}

@media only screen and (max-width: 981px) {
    .br_tb {
        display: block;
    }
}

.mod_limiter {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.mod_limiter.w1600 {
    max-width: 1600px;
}

/*=====================================================
	message card
=====================================================*/
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    8.32% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    16.65% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    24.98% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    41.63% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    8.32% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    16.65% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    24.98% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    41.63% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mot_wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

/* 共通
------------------------------------------------ */
#contents.p-greeting .mod_inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

#contents.p-greeting .mod_btn a {
    max-width: 600px;
    background-color: #000;
}

#contents.p-greeting .card_btn {
    position: absolute;
    top: 380px;
    right: 0;
    z-index: 1000001;
}

#contents.p-greeting .card_btn a {
    display: block;
    width: 160px;
    height: 140px;
    background-color: #383838;
    border: 6px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contents.p-greeting .card_btn a>.pic {
    margin-top: -20px;
}

#contents.p-greeting .card_btn a>.pic img {
    max-width: 62px;
    width: 100%;
}

#contents.p-greeting .card_btn a>.txt {
    margin-top: 10px;
    line-height: 1.4;
    font-weight: bold;
}

#contents.p-greeting .card_btn a:hover {
    opacity: .8;
}

#contents.p-greeting .card_btn a:hover img {
    opacity: 1;
}

#contents.p-greeting .card_btn.is_scrollOn {
    top: 30px;
    position: fixed;
}

#contents.p-greeting .mod_head {
    margin-top: 80px;
    text-align: center;
}

#contents.p-greeting .mod_head .mod_headInner {
    background-image: url(/nyushingaku/greeting/images/bg_anchor_title.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #fff;
    padding: 60px 0 0;
}

#contents.p-greeting .mod_head .head_tag {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    font-style: italic;
    letter-spacing: 2px;
}

#contents.p-greeting .mod_head .head_ttl {
    margin-top: 10px;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1199px) and (min-width: 0px) {
    #contents.p-greeting img {
        width: auto;
    }
}

/* ビジュアル
------------------------------------------------ */
#contents.p-greeting .mainVisual {
    background-repeat: no-repeat;
    font-family: 'Noto Serif JP', serif;
    background-position: top center;
    background-size: cover;
    height: 400px;
}

#contents.p-greeting .mainVisual .mod_inner {
    position: relative;
    height: 100%;
}

#contents.p-greeting .mainVisual .mod_inner .title-block {
    position: absolute;
    padding: 30px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    letter-spacing: 5px;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .title {
    text-align: center;
    position: relative;
    font-size: 6rem;
    display: flex;
    line-height: 1.2;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 5px;
    flex-direction: column;
    align-items: center;
}
#contents.p-greeting .mainVisual .mod_inner .title-block .title:after {
    content: "";
    background: url(/nyushingaku/greeting/images/img-message_card.png);
    position: absolute;
    width: 200px;
    height: 50px;
    bottom: -15px;
    right: -50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
#contents.p-greeting .mainVisual .mod_inner .title-block .title span {
    display: block;
    width: fit-content;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .title span.title-pink {
    color:#fb829f;
    position: relative;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .title span.title-pink:after {
    content: "";
    background: url(/nyushingaku/greeting/images/img-line.png);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
    right: -15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .title span.title-small {
    font-size: 3.6rem;
    margin-bottom: 5px;
    position:relative;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .title .title-small::before{
    content:"";
    background:url(/nyushingaku/greeting/images/img-free.png);
    position:absolute;
    width:100px;
    height: 100px;
    top: -50px;
    left: -100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .caption {
    text-align: center;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .caption em {
    text-decoration: underline;
    font-weight: bold;
}

#contents.p-greeting .mainVisual .mod_inner .title-block .caption span {
    display: inline-block;
    padding: 3px 20px;
    background-color: #f76d98ab;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 5px;
}

#contents.p-greeting.is_index .mainVisual {
    background-image: url(/nyushingaku/greeting/images/main.jpg);
}

#contents.p-greeting.is_butsuji .mainVisual {
    background-image: url(/ayl/greeting/butsuji/images/bg_mainvisual.jpg);
}

/* lead
------------------------------------------------ */

#contents.p-greeting  .mod_inner.top_caption {
    font-weight: bold;
        font-size: 3rem;
        text-align: center;
        margin-top: 30px;
        margin-bottom: -20px;
    }

#contents.p-greeting .mod_inner.top_caption em {
    text-decoration: underline;
    font-weight: bold;
}
#contents.p-greeting .lead {
    /* max-width: 768px; */
    margin-top: 40px;
    text-align: center;
    font-size: 1.7rem;
}

#contents.p-greeting .complement {
    max-width: 768px;
    margin-top: 30px;
    border: 3px solid #ccc;
    padding: 10px 20px;
}

.mod_btn.search {
    margin-top: 30px;
}

/* 特長
------------------------------------------------ */
#contents.p-greeting .special .special_section .special_head {
    text-align: center;
    background-color: #ebebeb;
    padding: 40px;
}

#contents.p-greeting .special .special_section .special_head .head_tag {
    position: relative;
    padding: 5px 35px;
    display: inline-block;
    color: #fff;
    z-index: 0;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    overflow: hidden;
}

#contents.p-greeting .special .special_section .special_head .head_tag:before,
#contents.p-greeting .special .special_section .special_head .head_tag:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    z-index: -1;
}

#contents.p-greeting .special .special_section .special_head .head_tag:before {
    right: -8px;
    border-right: 20px solid #ebebeb;
}

#contents.p-greeting .special .special_section .special_head .head_tag:after {
    left: -8px;
    border-left: 20px solid #ebebeb;
}

#contents.p-greeting .special .special_section .special_head .head_ttl {
    line-height: 1.0;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
}

#contents.p-greeting .special .special_section .special_head .head_ttl em {
    font-family: "Josefin Sans", sans-serif;
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 700;
    vertical-align: -5px;
}

#contents.p-greeting .special .special_section .special_head .special_point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contents.p-greeting .special .special_section .special_head .special_point>li {
    text-align: left;
    border: 1px solid #9e9e9e;
    background-color: #fff;
    padding: 40px 20px 40px 110px;
    width: 310px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    -webkit-background-size: auto 52px;
    background-size: auto 52px;
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
}

#contents.p-greeting .special .special_section .special_head .special_point>li:not(:first-of-type) {
    margin-left: 20px;
}

#contents.p-greeting .special .special_section .special_head .special_point>li:before {
    content: '';
    position: absolute;
    left: 90px;
    top: 50%;
    height: 52px;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ccc;
}

#contents.p-greeting .special .special_section .special_head .special_point>li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: calc(100% - 15px);
    border: 3px solid #ccc;
}

#contents.p-greeting .special .special_section .movie {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

#contents.p-greeting .special .special_section .movie .movieInner {
    padding: 4% 7%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .special .special_section .movie .movieInner {
        padding: 4% 20px;
    }

    #contents.p-greeting .special .special_section .movie .movieInner:before {
        display: none;
    }
}

#contents.p-greeting .special .special_section .movie .movie_ttl {
    font-size: 28px;
    font-size: 2.8rem;
}

#contents.p-greeting .special .special_section .movie .movie_ttl em {
    font-size: 38px;
    font-size: 3.8rem;
}

#contents.p-greeting .special .special_section .movie .movie_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

#contents.p-greeting .special .special_section .movie .movie_list {
    margin-top: 10px;
}

#contents.p-greeting .special .special_section .movie .movie_list>li {
    position: relative;
    padding-left: 20px;
}

#contents.p-greeting .special .special_section .movie .movie_list>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '●';
    color: #919191;
}

#contents.p-greeting .special .special_section .movie .movie_att {
    margin-top: 10px;
}

#contents.p-greeting .special .special_section .movie .movie_mark {
    margin-top: 20px;
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

#contents.p-greeting .special .special_section .choice {
    margin-top: 40px;
}

#contents.p-greeting .special .special_section .choice .choice_ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
}

#contents.p-greeting .special .special_section .choice .choice_ttl em {
    text-decoration: underline;
}

#contents.p-greeting .special .special_section .choice .choice_list {
    margin: 15px 0 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents.p-greeting .special .special_section .choice .choice_list>li {
    padding: 5px 0 0 5px;
    width: 33.33%;
}

#contents.p-greeting .special .special_section .choice .choice_list .list_item {
    background-color: #ebebeb;
    padding: 30px;
}

#contents.p-greeting .special .special_section .choice .choice_list .list_ttl {
    margin: -10px 0 0 -30px;
    background-color: #515151;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 200px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#contents.p-greeting .special .special_section .choice .choice_list .list_pic img {
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

#contents.p-greeting .special .special_section .choice .card {
    margin-top: 40px;
}

#contents.p-greeting .special .special_section .choice .card .card_ttl {
    text-align: center;
}

#contents.p-greeting .special .special_section .choice .card .card_ttl span {
    padding: 5px 40px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #676159;
    border: 1px solid #676159;
}

#contents.p-greeting .special .special_section .choice .card .card_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li {
    width: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li:nth-of-type(even) {
    padding-left: 1%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li:nth-of-type(odd) {
    padding-right: 1%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li:nth-of-type(n+3) {
    margin-top: 14px;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_w_small:after,
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_large:after,
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small:after {
    content: "";
    display: block;
    clear: both;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_w_small img:nth-of-type(even),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_large img:nth-of-type(even),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small img:nth-of-type(even) {
    padding-left: 2%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_w_small img:nth-of-type(odd),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_large img:nth-of-type(odd),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small img:nth-of-type(odd) {
    padding-right: 2%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_w_small img:nth-of-type(n+3),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_large img:nth-of-type(n+3),
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small img:nth-of-type(n+3) {
    margin-top: 3%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_w_small img,
#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_large img {
    float: left;
    width: 50%;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small {
    text-align: center;
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small img {
    height: 156px;
    margin: 0 13%;
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .special .special_section .choice .card .card_list>li.is_h_small img {
        margin: 0 8%;
    }
}

#contents.p-greeting .special .special_section .choice .card .card_list>li.is_hide {
    display: none;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn {
    margin-top: 40px;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn span {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 600px;
    width: 100%;
    background-color: #000;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn span:hover {
    opacity: .8;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn#js-btnMore span {
    position: relative;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn#js-btnMore span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn#js-btnClose span {
    position: relative;
}

#contents.p-greeting .special .special_section .choice .card .mod_btn#js-btnClose span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents.p-greeting .special .special_section .example {
    margin-top: 40px;
}

#contents.p-greeting .special .special_section .example .exampleInner {
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    background-color: #575757;
    padding: 40px 80px 40px -webkit-calc(50% + 80px);
    padding: 40px 80px 40px calc(50% + 80px);
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .special .special_section .example .exampleInner {
        padding: 20px 20px 20px -webkit-calc(50% + 20px);
        padding: 20px 20px 20px calc(50% + 20px);
    }
}

#contents.p-greeting .special .special_section .example .example_ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    color: #fff;
}

#contents.p-greeting .special .special_section .example .example_ttl em {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 0 20px;
}

#contents.p-greeting .special .special_section .example .example_ttl em:before,
#contents.p-greeting .special .special_section .example .example_ttl em:after {
    content: '';
    position: absolute;
    top: 0;
    height: 20px;
    width: 2px;
}

#contents.p-greeting .special .special_section .example .example_ttl em:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#contents.p-greeting .special .special_section .example .example_ttl em:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contents.p-greeting .special .special_section .example .example_txt {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

#contents.p-greeting .special .special_section .example #js-slickContents {
    position: relative;
    padding-bottom: 60px;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow {
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute !important;
    bottom: 0;
    cursor: pointer;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow span {
    display: none;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow.prev {
    left: 0;
    position: relative;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow.prev:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow.next {
    right: 0;
    position: relative;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow.next:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-arrow.slick-disabled:before {
    opacity: .5;
}

#contents.p-greeting .special .special_section .example #js-slickContents .exampleItemNum {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Josefin Sans';
    color: #fff;
    font-style: italic;
    font-size: 30px;
    font-size: 3.0rem;
}

#contents.p-greeting .special .special_section .example #js-slickContents .slick-list {
    overflow: hidden;
}

#contents.p-greeting .special .special_section .example .example_list {
    margin-top: 20px;
    background-color: #fff;
}

#contents.p-greeting .special .special_section .example .example_list section {
    padding: 20px 40px;
    float: left;
}

#contents.p-greeting .special .special_section .example .example_list .list_ttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    min-height: 28px;
}

#contents.p-greeting .special .special_section .example .example_list .list_name {
    margin-top: 10px;
    text-align: center;
}

#contents.p-greeting .special .special_section .example .example_list .list_name ruby {
    font-weight: bold;
    font-size: 1.4em;
}

#contents.p-greeting .special .special_section .example .example_list .list_txt {
    margin-top: 10px;
}

#contents.p-greeting .special .special_section .example .easy {
    margin-top: 80px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents.p-greeting .special .special_section .example .easy .easy_cont,
#contents.p-greeting .special .special_section .example .easy .easy_pic {
    width: 50%;
}

#contents.p-greeting .special .special_section .example .easy .easy_cont {
    padding: 40px;
}

#contents.p-greeting .special .special_section .example .easy .easy_pic {
    margin: -20px 0;
}

#contents.p-greeting .special .special_section .example .easy .easy_ttl {
    background-image: url(/nyushingaku/greeting/images/fig_smartphone.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 203px 57px;
    background-size: 203px 57px;
    text-align: center;
    padding-top: 60px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #f76d98;
}

#contents.p-greeting .special .special_section .example .easy .easy_txt {
    margin-top: 10px;
}

#contents.p-greeting .special .special_section .example .easy:before,
#contents.p-greeting .special .special_section .example .easy:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

#contents.p-greeting .special .special_section .example .easy:after {
    left: 0;
    background-color: #fff;
    width: 96%;
}

#contents.p-greeting .special .special_section .example .easy:before {
    width: 100%;
    left: -2%;
    background-color: #d0d0d0;
    z-index: -2;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

#contents.p-greeting .special .special_section .example .mod_btn {
    margin-top: 40px;
}

#contents.p-greeting .special .special_section .example .mod_btn a {
    position: relative;
}

#contents.p-greeting .special .special_section .example .mod_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contents.p-greeting .special .special_section .example .add {
    margin-top: 40px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents.p-greeting .special .special_section .example .notadd {
    margin-top: 40px;
    padding: 20px 30px;
    display: block;
}

#contents.p-greeting .special .special_section .example .add>* {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    counter-increment: cnt;
}

#contents.p-greeting .special .special_section .example .add>*:not(:first-of-type) {
    margin-left: 40px;
}

#contents.p-greeting .special .special_section .example .add .add_ttl {
    background-color: #7e7e7e;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 20px;
}

#contents.p-greeting .special .special_section .example .notadd .notadd_ttl {
    background-color: #7e7e7e;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 20px;
    width: 47.8%;
}


#contents.p-greeting .special .special_section .example .add .add_list>li {
    padding-left: 15px;
    padding-left: 1.5rem;
    position: relative;
}

#contents.p-greeting .special .special_section .example .add .add_list>li:before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #7e7e7e;
}

#contents.p-greeting .special .special_section .example .add .add_list>li em {
    font-weight: bold;
}

#contents.p-greeting .special .special_section .example .add .item_ttl {
    margin-top: 10px;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#contents.p-greeting .special .special_section .example .add .item_ttl:before {
    content: "【" counter(cnt) "】";
    font-weight: bold;
}

#contents.p-greeting .special .special_section .example .notadd .notadd_txt {
    margin-top: 20px;
}

#contents.p-greeting .special .special_section .example .notadd .notadd_img {
    margin: 20px 50px;
    padding: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
}

#contents.p-greeting.is_index .special .special_section .special_head .head_tag {
    background-color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .special_head .head_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .special_head .special_point>li:nth-of-type(1) {
    background-image: url(/nyushingaku/greeting/images/txt_point_01.png);
}

#contents.p-greeting.is_index .special .special_section .special_head .special_point>li:nth-of-type(2) {
    background-image: url(/nyushingaku/greeting/images/txt_point_02.png);
}

#contents.p-greeting.is_index .special .special_section .special_head .special_point>li:nth-of-type(3) {
    background-image: url(/nyushingaku/greeting/images/txt_point_03.png);
}

#contents.p-greeting.is_index .special .special_section .movie {
    background-image: url(/nyushingaku/greeting/images/pic_movie_img.jpg);
}

#contents.p-greeting.is_index .special .special_section .movie .movieInner {
    position: relative;
    z-index: 0;
}

#contents.p-greeting.is_index .special .special_section .movie .movieInner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 198px;
    height: 126px;
    background-image: url(/nyushingaku/greeting/images/pic_clapperboard.png);
    background-repeat: no-repeat;
    -webkit-background-size: 198px 126px;
    background-size: 198px 126px;
    z-index: -1;
}

#contents.p-greeting.is_index .special .special_section .movie .movie_mark {
    border: 4px solid #f76d98;
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .choice .choice_ttl em {
    font-size: 24px;
    font-size: 2.4rem;
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .choice .choice_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contents.p-greeting.is_index .special .special_section .example .exampleInner {
    background-image: url(/nyushingaku/greeting/images/pic_example.jpg);
}

#contents.p-greeting.is_index .special .special_section .example .example_ttl em {
    color: #fd9ebc;
}

#contents.p-greeting.is_index .special .special_section .example .example_ttl em:before,
#contents.p-greeting.is_index .special .special_section .example .example_ttl em:after {
    background-color: #fd9ebc;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_shussanuchiiwai {
    border-top: 4px solid #f76d98;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_shussanuchiiwai .list_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_kekkonuchiiwai {
    border-top: 4px solid #53b8b9;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_kekkonuchiiwai .list_ttl {
    color: #53b8b9;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_uchiiwai {
    border-top: 4px solid #d1665b;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_uchiiwai .list_ttl {
    color: #d1665b;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_oiwai {
    border-top: 4px solid #eaa153;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_oiwai .list_ttl {
    color: #eaa153;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_kaiki {
    border-top: 4px solid #74b76f;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_kaiki .list_ttl {
    color: #74b76f;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_koudenkaeshi {
    border-top: 4px solid #838dc5;
}

#contents.p-greeting.is_index .special .special_section .example .example_list section.is_koudenkaeshi .list_ttl {
    color: #838dc5;
}

#contents.p-greeting.is_index .special .special_section .example .easy .easy_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .example .add,
#contents.p-greeting.is_index .special .special_section .example .notadd {
    border: 1px solid #f76d98;
}

#contents.p-greeting.is_index .special .special_section .example .add .item_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .special .special_section .example .add .item_ttl:before {
    color: #f76d98;
}

#contents.p-greeting.is_butsuji .special .special_section .special_head .head_tag {
    background-color: #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .special_head .head_ttl {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .special_head .special_point>li:nth-of-type(1) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_01.png);
}

#contents.p-greeting.is_butsuji .special .special_section .special_head .special_point>li:nth-of-type(2) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_02.png);
}

#contents.p-greeting.is_butsuji .special .special_section .special_head .special_point>li:nth-of-type(3) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_03.png);
}

#contents.p-greeting.is_butsuji .special .special_section .movie {
    background-image: url(/ayl/greeting/butsuji/images/pic_movie_img.jpg);
}

#contents.p-greeting.is_butsuji .special .special_section .movie .movie_mark {
    border: 4px solid #9d86c6;
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_ttl em {
    font-size: 28px;
    font-size: 2.8rem;
    color: #9d86c6;
    font-weight: bold;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_tag {
    margin-top: 10px;
    text-align: center;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_tag em {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    border: 1px solid #676159;
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: bold;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_list>li {
    text-align: center;
}

#contents.p-greeting.is_butsuji .special .special_section .choice .choice_list>li img {
    max-width: 200px;
}

#contents.p-greeting.is_butsuji .special .special_section .example .exampleInner {
    background-image: url(/ayl/greeting/butsuji/images/pic_example.jpg);
}

#contents.p-greeting.is_butsuji .special .special_section .example .example_ttl em {
    color: #c8b6e8;
}

#contents.p-greeting.is_butsuji .special .special_section .example .example_ttl em:before,
#contents.p-greeting.is_butsuji .special .special_section .example .example_ttl em:after {
    background-color: #c8b6e8;
}

#contents.p-greeting.is_butsuji .special .special_section .example .example_list section {
    border-top: 4px solid #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .example .easy .easy_ttl {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .example .add {
    border: 1px solid #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .example .add .item_ttl {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .special .special_section .example .add .item_ttl:before {
    color: #9d86c6;
}

/* 作り方
------------------------------------------------ */
#contents.p-greeting .howto .howto_section {
    background-color: #f0f0f0;
}

#contents.p-greeting .howto .howto_section .howto_sectionInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

#contents.p-greeting .howto .howto_section .howto_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #f76d98;
    text-align: center;
}

#contents.p-greeting .howto .howto_section .howto_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .howto .howto_section .howto_txt {
        padding: 0 20px;
    }
}

#contents.p-greeting .howto .howto_section .howto_list>li {
    margin-top: 30px;
}

#contents.p-greeting .howto .howto_section .howto_list .list_ttl {
    text-align: center;
    position: relative;
}

#contents.p-greeting .howto .howto_section .howto_list .list_ttl span {
    display: inline-block;
    background-color: #605c57;
    border-radius: 30px;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    line-height: 1.0;
}

#contents.p-greeting .howto .howto_section .howto_list .list_ttl span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 30px;
    border: 1px solid #fff;
}

#contents.p-greeting .howto .howto_section .howto_list .list_ttl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #605c57;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contents.p-greeting .howto .howto_section .howto_list .list_item {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents.p-greeting .howto .howto_section .howto_list .list_item .list_txt,
#contents.p-greeting .howto .howto_section .howto_list .list_item .list_pic {
    width: 50%;
}

#contents.p-greeting .howto .howto_section .howto_list .list_item .list_txt {
    padding-right: 40px;
}

#contents.p-greeting .howto .howto_section .howto_list .list_item .list_txt>p:not(:first-Child) {
    margin-top: 10px;
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .howto .howto_section .howto_list .list_item {
        padding: 0 20px;
    }

    #contents.p-greeting .howto .howto_section .howto_list .list_item .list_txt {
        padding-right: 20px;
    }
}

#contents.p-greeting .howto .howto_section .howto_list .point {
    margin-top: 40px;
    border: 1px solid #605c57;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

#contents.p-greeting .howto .howto_section .howto_list .point .list_item {
    margin-top: 0;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_ttl {
    margin: -60px 0 20px;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_pic,
#contents.p-greeting .howto .howto_section .howto_list .point .point_cont {
    width: 50%;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_pic {
    padding-right: 40px;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_pic ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_pic ul>li {
    text-align: center;
    width: 140px;
    font-size: 12px;
    font-size: 1.2rem;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_cont dl:not(:first-of-type) {
    margin-top: 20px;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_cont dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#contents.p-greeting .howto .howto_section .howto_list .point .point_cont dl dd {
    line-height: 1.6;
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .howto .howto_section .howto_list .point {
        margin: 40px 20px 0;
        padding: 20px 0;
    }
}

#contents.p-greeting .howto .howto_section .movie_mark {
    margin-top: 40px;
    background-color: #fff;
    padding: 10px;
}

#contents.p-greeting .howto .howto_section .movie_mark .mark_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
}

#contents.p-greeting .howto .howto_section .movie_mark .mark_ttl em {
    background-color: #4b4b4b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

#contents.p-greeting .howto .howto_section .movie_mark .mark_ttl small {
    font-weight: bold;
}

#contents.p-greeting .howto .howto_section .movie_mark .mark_txt {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

#contents.p-greeting .howto .howto_section .movie_mark .mark_txt:before {
    content: '●';
    color: #7e7e7e;
}

#contents.p-greeting.is_index .howto .howto_section .howto_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .howto .howto_section .howto_list .point .point_cont dl dt {
    color: #f76d98;
}

#contents.p-greeting.is_index .howto .howto_section .movie_mark {
    border: 6px solid #f76d98;
}

#contents.p-greeting.is_index .howto .howto_section .movie_mark .mark_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_index .howto .howto_section .movie_mark .mark_txt {
    border-top: 1px solid #f76d98;
}

#contents.p-greeting.is_butsuji .howto .howto_section .howto_ttl {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .howto .howto_section .howto_list .point .point_cont dl dt {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .howto .howto_section .movie_mark {
    border: 6px solid #9d86c6;
}

#contents.p-greeting.is_butsuji .howto .howto_section .movie_mark .mark_ttl {
    color: #9d86c6;
}

#contents.p-greeting.is_butsuji .howto .howto_section .movie_mark .mark_txt {
    border-top: 1px solid #9d86c6;
}

/* カート内の操作
------------------------------------------------ */
#contents.p-greeting .cart .cart_section {
    background-color: #ebeae5;
    position: relative;
    overflow: hidden;
    padding: 40px 0 150px;
}

#contents.p-greeting .cart .cart_section:before {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -10%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contents.p-greeting .cart .cart_section:after {
    content: '';
    position: absolute;
    right: -50%;
    bottom: -10%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#contents.p-greeting .cart .cart_section .cart_sectionInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

#contents.p-greeting .cart .cart_section .cart_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #f76d98;
    text-align: center;
}

#contents.p-greeting .cart .cart_section .cart_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 981px) {
    #contents.p-greeting .cart .cart_section .cart_txt {
        padding: 0 20px;
    }
}

#contents.p-greeting .cart .cart_section .cart_list>li {
    margin-top: 40px;
    border-top: 4px solid #605c57;
    position: relative;
}

#contents.p-greeting .cart .cart_section .cart_list>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
}

#contents.p-greeting .cart .cart_section .cart_list>li:nth-of-type(1):before {
    background-image: url(/nyushingaku/greeting/images/fig_cart_number_01.png);
}

#contents.p-greeting .cart .cart_section .cart_list>li:nth-of-type(2):before {
    background-image: url(/nyushingaku/greeting/images/fig_cart_number_02.png);
}

#contents.p-greeting .cart .cart_section .cart_list>li:nth-of-type(3):before {
    background-image: url(/nyushingaku/greeting/images/fig_cart_number_03.png);
}

#contents.p-greeting .cart .cart_section .cart_list>li .list_pic {
    text-align: center;
}

#contents.p-greeting .cart .cart_section .cart_list>li .list_pic img {
    max-width: 600px;
}

#contents.p-greeting .cart .cart_section .cart_list>li .list_pic+.list_pic {
    padding-top: 50px;
    position: relative;
}

#contents.p-greeting .cart .cart_section .cart_list>li .list_pic+.list_pic:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 30px 30px 0 30px;
    border-color: #605c57 transparent transparent transparent;
}

#contents.p-greeting .cart .cart_section .cart_list>li .list_txt {
    padding: 40px 0 20px 100px;
}

#contents.p-greeting .cart .cart_section .cart_mark {
    margin-top: 40px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
}

#contents.p-greeting.is_index .cart .cart_section .cart_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_butsuji .cart .cart_section .cart_ttl {
    color: #9d86c6;
}

/* ご利用上の注意
------------------------------------------------ */
#contents.p-greeting .notice {
    max-width: 768px;
    width: 100%;
    margin: 40px auto 0;
}

#contents.p-greeting .notice .notice_ttl {
    background-color: #969696;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#contents.p-greeting .notice .notice_body {
    border: 1px solid #c2c2c2;
    padding: 20px;
    height: 200px;
    font-size: 12px;
    font-size: 1.2rem;
    overflow-y: scroll;
}

#contents.p-greeting .notice .notice_body>.ttl {
    font-weight: bold;
    margin-bottom: 5px;
}

#contents.p-greeting .notice .notice_body .notice_item>.ttl {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#contents.p-greeting .notice .notice_body .notice_item>.type01 li {
    padding-left: 20px;
    text-indent: -20px;
}

#contents.p-greeting .notice .notice_body .end {
    text-align: right;
}

#contents.p-greeting .notice .notice_txt {
    margin-top: 40px;
    text-align: center;
}

#contents.p-greeting .notice .mod_btn {
    margin-top: 20px;
}

#contents.p-greeting .mod_btn a {
    position: relative;
}

#contents.p-greeting .mod_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* オリジナルメッセージカードは インターネット及び、シャディグループ店舗でも ご利用いただけます。
------------------------------------------------ */
#contents.p-greeting .useto {
    margin-top: 80px;
    background-color: #e2e2e2;
    padding: 40px 0;
    text-align: center;
}

#contents.p-greeting .useto .usetoInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

#contents.p-greeting .useto .useto_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

#contents.p-greeting .useto .useto_ttl em {
    font-size: 28px;
    font-size: 2.8rem;
    text-decoration: underline;
    font-weight: bold;
}

#contents.p-greeting .useto .useto_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#contents.p-greeting .useto .useto_list>li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#contents.p-greeting .useto .useto_list>li:not(:first-of-type) {
    margin-left: 60px;
}

#contents.p-greeting .useto .useto_list .list_ttl {
    display: inline-block;
    background-color: #505050;
    color: #fff;
    font-weight: bold;
    padding: 5px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px;
}

#contents.p-greeting .useto .useto_list .list_pic {
    margin-top: 20px;
}

#contents.p-greeting .useto .useto_list .list_pic img {
    max-height: 100px;
}

#contents.p-greeting .useto .useto_list .list_txt {
    margin-top: 20px;
}

#contents.p-greeting .useto .useto_list .list_txt a {
    text-decoration: underline;
}

#contents.p-greeting.is_index .useto .useto_ttl {
    color: #f76d98;
}

#contents.p-greeting.is_butsuji .useto .useto_ttl {
    color: #9d86c6;
}