/* breadCrumbs */
#tsl-breadCrumbs {
    margin-bottom: 0;
}

/* container */
#clubpalets .container {
    width: 100%;
    max-width: 960px;
}


/* adjustment style*/
#clubpalets .ml-0 { margin-left: 0rem!important; }
#clubpalets .ml-1 { margin-left: 1rem!important; }
#clubpalets .ml-2 { margin-left: 2rem!important; }
#clubpalets .ml-3 { margin-left: 3rem!important; }
#clubpalets .ml-4 { margin-left: 4rem!important; }
#clubpalets .ml-5 { margin-left: 5rem!important; }
@media screen and (max-width: 640px){
    #clubpalets .ml-sm-0 { margin-left: 0rem!important; }
    #clubpalets .ml-sm-1 { margin-left: 1rem!important; }
    #clubpalets .ml-sm-2 { margin-left: 2rem!important; }
    #clubpalets .ml-sm-3 { margin-left: 3rem!important; }
    #clubpalets .ml-sm-4 { margin-left: 4rem!important; }
    #clubpalets .ml-sm-5 { margin-left: 5rem!important; }
}
#clubpalets .mr-0 { margin-right: 0rem!important; }
#clubpalets .mr-1 { margin-right: 1rem!important; }
#clubpalets .mr-2 { margin-right: 2rem!important; }
#clubpalets .mr-3 { margin-right: 3rem!important; }
#clubpalets .mr-4 { margin-right: 4rem!important; }
#clubpalets .mr-5 { margin-right: 5rem!important; }
@media screen and (max-width: 640px){
    #clubpalets .mr-sm-0 { margin-right: 0rem!important; }
    #clubpalets .mr-sm-1 { margin-right: 1rem!important; }
    #clubpalets .mr-sm-2 { margin-right: 2rem!important; }
    #clubpalets .mr-sm-3 { margin-right: 3rem!important; }
    #clubpalets .mr-sm-4 { margin-right: 4rem!important; }
    #clubpalets .mr-sm-5 { margin-right: 5rem!important; }
}
#clubpalets .mt-0 { margin-top: 0rem!important; }
#clubpalets .mt-1 { margin-top: 1rem!important; }
#clubpalets .mt-2 { margin-top: 2rem!important; }
#clubpalets .mt-3 { margin-top: 3rem!important; }
#clubpalets .mt-4 { margin-top: 4rem!important; }
#clubpalets .mt-5 { margin-top: 5rem!important; }
@media screen and (max-width: 640px){
    #clubpalets .mt-sm-0 { margin-top: 0rem!important; }
    #clubpalets .mt-sm-1 { margin-top: 1rem!important; }
    #clubpalets .mt-sm-2 { margin-top: 2rem!important; }
    #clubpalets .mt-sm-3 { margin-top: 3rem!important; }
    #clubpalets .mt-sm-4 { margin-top: 4rem!important; }
    #clubpalets .mt-sm-5 { margin-top: 5rem!important; }
}
#clubpalets .mb-0 { margin-bottom: 0rem!important; }
#clubpalets .mb-1 { margin-bottom: 1rem!important; }
#clubpalets .mb-2 { margin-bottom: 2rem!important; }
#clubpalets .mb-3 { margin-bottom: 3rem!important; }
#clubpalets .mb-4 { margin-bottom: 4rem!important; }
#clubpalets .mb-5 { margin-bottom: 5rem!important; }
@media screen and (max-width: 640px){
    #clubpalets .mb-sm-0 { margin-bottom: 0rem!important; }
    #clubpalets .mb-sm-1 { margin-bottom: 1rem!important; }
    #clubpalets .mb-sm-2 { margin-bottom: 2rem!important; }
    #clubpalets .mb-sm-3 { margin-bottom: 3rem!important; }
    #clubpalets .mb-sm-4 { margin-bottom: 4rem!important; }
    #clubpalets .mb-sm-5 { margin-bottom: 5rem!important; }
}
#clubpalets .p-0 { padding: 0!important; }
@media screen and (max-width: 640px){
    #clubpalets .p-sm-0 { padding: 0!important; }
}
#clubpalets .pt-0 { padding-top: 0rem!important; }
#clubpalets .pt-1 { padding-top: 1rem!important; }
#clubpalets .pt-2 { padding-top: 2rem!important; }
#clubpalets .pt-3 { padding-top: 3rem!important; }
#clubpalets .pt-4 { padding-top: 4rem!important; }
#clubpalets .pt-5 { padding-top: 5rem!important; }
@media screen and (max-width: 640px){
    #clubpalets .pt-sm-0 { padding-top: 0rem!important; }
    #clubpalets .pt-sm-1 { padding-top: 1rem!important; }
    #clubpalets .pt-sm-2 { padding-top: 2rem!important; }
    #clubpalets .pt-sm-3 { padding-top: 3rem!important; }
    #clubpalets .pt-sm-4 { padding-top: 4rem!important; }
    #clubpalets .pt-sm-5 { padding-top: 5rem!important; }
}

/* common */
#clubpalets h3 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
}

#clubpalets h2 small {
    font-size: 0.8em;
    font-weight: bold;
    color: #EA5504;
}

#clubpalets p {
    font-size: 1.6rem;
    line-height: 1.875;
}

#clubpalets img {
    max-width: 100%;
}

#clubpalets a {
    cursor: pointer;
}

#clubpalets a:hover {
    opacity: 0.7;
}

#clubpalets .link-hover a:hover {
    color: #333;
}

#clubpalets a.underline {
    text-decoration: underline;
    color: #EA5504;
    cursor: pointer;
}

#clubpalets a, a::before, a::after {
    transition: all 0.25s;
}

#clubpalets ul:not(.timeline) {
    font-size: 1.6rem;
    text-align: left;
    list-style: none;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

#clubpalets ul:not(.timeline) li::before {
    content: "●";
    color: #EA5504;
}

#clubpalets .orange {
    color: #EA5504;
}

#clubpalets .text-center { text-align: center;}
#clubpalets .w-100 { width: 100%; }
#clubpalets .row { display: flex; flex-wrap: wrap; margin-left: auto; margin-right: auto; }
#clubpalets .flex-column { flex-direction: column!important; }
#clubpalets .justify-content-center { justify-content: center!important; }
#clubpalets .justify-content-start { justify-content: start!important; }
#clubpalets .align-items-center { align-items: center!important; }
#clubpalets .col { position: relative; width: 100%; padding-right: 10px; padding-left: 10px;}
#clubpalets .col:first-of-type { margin-left: 0; }
#clubpalets .col:last-of-type { margin-right: 0; }
#clubpalets .col-12 { flex: 0 0 100%; max-width: 100%; }
#clubpalets .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
#clubpalets .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
#clubpalets .col-9 { flex: 0 0 75%; max-width: 75%; }
#clubpalets .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
#clubpalets .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
#clubpalets .col-6 { flex: 0 0 50%; max-width: 50%; }
#clubpalets .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
#clubpalets .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
#clubpalets .col-3 { flex: 0 0 25%; max-width: 25%; }
#clubpalets .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
#clubpalets .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
@media screen and (max-width: 640px){
    #clubpalets .text-sm-left {text-align: left!important;}
    #clubpalets .flex-direction-sm-column { flex-direction: column!important; }
    #clubpalets .justify-content-sm-center { justify-content: center!important; }
    #clubpalets .justify-content-sm-start { justify-content: start!important; }
    #clubpalets .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
    #clubpalets .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
    #clubpalets .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
    #clubpalets .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    #clubpalets .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    #clubpalets .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    #clubpalets .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    #clubpalets .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    #clubpalets .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    #clubpalets .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    #clubpalets .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
    #clubpalets .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
}

#clubpalets .pc { display: block !important; }
#clubpalets .pc-ib { display: inline-block !important; }
#clubpalets .sp { display: none !important; }
#clubpalets .sp-ib { display: none !important; }
@media only screen and (max-width: 640px) {
    #clubpalets .pc { display: none !important; }
    #clubpalets .pc-ib { display: none !important; }
    #clubpalets .sp { display: block !important; }
    #clubpalets .sp-ib { display: inline-block !important; }
}


/* header */
#clubpalets #header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fcf5e3;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 1400px;
    position: relative;
}
#clubpalets #header.home {
    background-image: url(../images/header-img.jpg);
    height: 460px;
}
#clubpalets #header.base {
    background-image: url(../images/header-img-base.jpg);
    height: 320px;
}
#clubpalets #header.base h1 {
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
}
#clubpalets #header.base h1.line-1 {
    top: 80px;
}
@media screen and (max-width: 640px){
    #clubpalets #header.home {
        background-image: url(../images/header-img_sp.jpg);
        height: 500px;
    }
    #clubpalets #header.base {
        background-image: url(../images/header-img-base_sp.jpg);
        height: 500px;
    }
    #clubpalets #header.base h1 {
        font-size: 2.2rem;
        text-align: center;
        top: 130px;
        left: auto;
    }
    #clubpalets #header.base h1.line-1 {
        top: 150px;
    }
}
#clubpalets #header nav {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 20px 20px 0;
    border-radius: 10px 10px 0 0;
    position: relative;
}
#clubpalets #header nav a {
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 10px 5px;
    line-height: 1.2;
    width: calc(100% / 8);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#clubpalets #header nav a:nth-child(-n+5) {
    width: calc(100% / 8 + 10px);
}
#clubpalets #header nav a:nth-child(-n+3) {
    width: calc(100% / 8 - 20px / 3);
}
#clubpalets #header nav a:not(:first-of-type) {
    border-left: 1px solid #C8C8C8;
}
#clubpalets #header nav a::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -0px;
	width: 100%;
    background-color: #FFFFFF;
	height: 4px;
}
#clubpalets #header nav a:hover {
    opacity: 1;
}
#clubpalets #header nav a:hover::after,
#clubpalets #header nav a.active::after {
	background-color: #EA5504;
}
#clubpalets #header .scroll {
    position: absolute;
    left: 0;
    top: -100px;
}
#clubpalets #header .scroll p {
    position: absolute;
    transform: rotate(90deg);
    left: 0;
    top: 5px;
}
#clubpalets #header .scroll span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #333333;
    opacity: 0;
    -webkit-animation: dot-flashing 1s infinite linear alternate;
    animation: dot-flashing 1s infinite linear alternate;
}
#clubpalets #header .scroll span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 0;
}
#clubpalets #header .scroll span:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    top: 15px;
}
#clubpalets #header .scroll span:nth-of-type(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    top: 30px;
}
#clubpalets #header .scroll span:nth-of-type(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    top: 45px;
}
#clubpalets #header .scroll span:nth-of-type(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    top: 60px;
}
#clubpalets #header .scroll span:nth-of-type(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    top: 75px;
}
@-webkit-keyframes dot-flashing {
    0% {
      opacity: 1;
    }
    50%,
    100% {
      opacity: 0;
    }
}
@keyframes dot-flashing {
    0% {
      opacity: 1;
    }
    50%,
    100% {
      opacity: 0;
    }
}

@media screen and (max-width: 640px) {
    #clubpalets #header {
        background-size: 430px;
    }
    #clubpalets #header nav {
        padding: 0;
    }
    #clubpalets #header nav a {
        width: calc(100% / 2);
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #C8C8C8;
        text-align: left;
        position: relative;
        justify-content: left;
    }
    #clubpalets #header nav a::before{
        content: "";
        display: inline-block;
        position: absolute;
        right: 8px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #C8C8C8;
        border-right: 2px solid #C8C8C8;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 4px);
    }
    #clubpalets #header nav a:last-of-type {
        /* width: 100%; */
        /* padding: 15px 10px; */
    }
    #clubpalets #header nav a:nth-child(-n+5),
    #clubpalets #header nav a:nth-child(-n+3) {
        width: calc(100% / 2);
    }
    #clubpalets #header nav a:nth-child(2n+1) {
        border-left: none;
    }
    #clubpalets #header nav a:nth-child(2n)::after {
        width: calc(100% - 1px);
    }
    /* #header nav a:nth-child(-n+4) {
        border-bottom: 1px solid #C8C8C8;
    } */
    #clubpalets #header nav a::after {
        width: 100%;
    }
}


/* bg-type */
#clubpalets .bg-type-00 {
    background-color: #FFFFFF;
    padding: 70px 0;
}
#clubpalets .bg-type-01 {
    background-image: url(../images/bg-type-01.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 1098px;
    padding: 70px 0;
}
#clubpalets .bg-type-02 {
    background-color:#FCF5E2;
    background-image: radial-gradient(#fdf1be 10%, transparent 30%),radial-gradient(#fdf1be 10%, transparent 30%);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}
#clubpalets .bg-type-03 {
    background-image: url(../images/bg-type-03.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 1104px;
    padding: 70px 0;
}
#clubpalets .bg-type-04 {
    background-image: url(../images/bg-type-04.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 1400px;
    background-color: #D4EDD7;
    padding: 50px 0;
}
#clubpalets .bg-type-05 {
    padding: 0;
    display: block;
    background-image: url(../images/bg-type-05.png);
    background-repeat: no-repeat;
    background-position: top center;
}
@media screen and (max-width: 640px) {
    #clubpalets .bg-type-00,
    #clubpalets .bg-type-01,
    #clubpalets .bg-type-03 {
        padding: 50px 0;
    }
    #clubpalets .bg-type-05 {
        background-image: url(../images/bg-type-05_sp.png);
        background-size: contain;
    }
}


/* tytle-type */
#clubpalets .title-type-01 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    color: #EA5504;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
#clubpalets .title-type-01:before, 
#clubpalets .title-type-01:after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    border-right: 4px dotted #EA5504;
}
#clubpalets .title-type-01:before {
    left: 20px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
#clubpalets .title-type-01:after {
    right: 20px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
    #clubpalets .title-type-01 {
        padding: 0 40px;
    }
    #clubpalets .title-type-01:before {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    #clubpalets .title-type-01:after {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

#clubpalets .title-type-02 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.7;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 60px;
}
#clubpalets .title-type-02:before, 
#clubpalets .title-type-02:after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    border-right: 4px dotted #FFFFFF;
}
#clubpalets .title-type-02:before {
    left: 30px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
#clubpalets .title-type-02:after {
    right: 30px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
    #clubpalets .title-type-02 {
        padding: 0 40px;
    }
    #clubpalets .title-type-02:before {
        left: 10px;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    #clubpalets .title-type-02:after {
        right: 10px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

#clubpalets .title-type-03 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF600;
    vertical-align: middle;
}
#clubpalets .title-type-03::before {
    content: "";
    display: inline-block;
    background-image: url(../images/point-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}

#clubpalets .title-type-04 {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #EA5504;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 80px;
}
#clubpalets .title-type-04:before, 
#clubpalets .title-type-04:after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    border-right: 4px dotted #EA5504;
}
#clubpalets .title-type-04:before {
    left: 35px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
#clubpalets .title-type-04:after {
    right: 35px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
#clubpalets .title-type-04.line-3:before {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#clubpalets .title-type-04.line-3:after {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
#clubpalets .title-type-04.green {
    color: #2AA738;
}
#clubpalets .title-type-04.green:before, 
#clubpalets .title-type-04.green:after {
    border-right : 4px dotted #2AA738;
}
@media screen and (max-width: 640px) {
    #clubpalets .title-type-04 {
        font-size: 2.2rem;
        padding: 0 40px;
    }
    #clubpalets .title-type-04:before {
        left: 18px;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    #clubpalets .title-type-04:after {
        right: 18px;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}


/* contents */

/* card */
#clubpalets .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
#clubpalets .card-header {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.75;
    color: #FFFFFF;
    padding: 1.25rem 0;
}
#clubpalets .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    min-height: 260px;
}


#clubpalets .card.type-01 {
    padding: 0;
}
#clubpalets .card.type-01 .card-header > *,
#clubpalets .card.type-01 .card-body > * {
    width: 100%;
    max-width: 790px;
    text-align: left;
}
#clubpalets .card.type-01 .card-header {
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: center;
}
#clubpalets .card.type-01 .card-header .title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF600;
    vertical-align: middle;
    position: relative;
    padding-left: 60px;
}
#clubpalets .card.type-01 .card-header .title .title-small{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 1.3rem;
}
#clubpalets .card.type-01 .card-header .title::before {
    content: "";
    display: inline-block;
    background-image: url(../images/point-icon-solid.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 22.5px);
}
/*250321np21追加分*/
#clubpalets .card.type-01 .card-header .title-nomark {
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF600;
    vertical-align: middle;
    position: relative;
    padding-left: 60px;
}
#clubpalets .card.type-01 .card-header .title-nomark .title-small{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 1.3rem;
}
/*250321np21追加分*/
#clubpalets .card.type-01 .card-body {
    border-radius: 0 0 1rem 1rem;
    min-height: auto;
}
#clubpalets .card.type-01 .card-body .card-title {
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
    #clubpalets .card.type-01 .card-header .title .title-small {
    display: block;
    margin: 0 ;
  }
  #clubpalets .card.type-01 .card-header .title-nomark .title-small {
    display: block;
    margin: 0 ;
  }
}

#clubpalets .card.type-02 {
    background-color: #FFF2EB;
    padding: 0;
}
#clubpalets .card.type-02 .card-body {
    border-radius: 0 0 1rem 1rem;
    min-height: auto;
    background-color: unset;
    padding-top: 0;
}
#clubpalets .card.type-02 .card-body > * {
    width: 100%;
    /*max-width: 780px;*/
    max-width: 820px;
    text-align: left;
    padding-top: 0;
}
#clubpalets .card.type-02 .card-body figure {
    float: right;
    margin: 2rem 0 0 2rem;
    text-align: center;
}
#clubpalets .card.type-02 .card-body .title {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    color: #EA5504;
    vertical-align: middle;
    position: relative;
    padding: 1rem 0 1rem 110px;
    min-height: 100px;
}
#clubpalets .card.type-02 .card-body .ribbon {  
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px 0 10px;
    z-index: 2;
    width: 90px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #FFF600;
    background: #F1905B;
}
#clubpalets .card.type-02 .card-body .ribbon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 45px solid #F1905B;
    border-right: 45px solid #F1905B;
    border-bottom: 10px solid transparent;
}
#clubpalets .card.type-02 .card-body .ribbon span {
    display: block;
    font-size: 3rem;
}
#clubpalets .card.type-02 .card-body .card-title {
    font-size: 1.8rem;
    font-weight: bold;
}
#clubpalets .card.type-02 .card-body .col {
    width: calc(100% / 5);
}
@media screen and (max-width: 640px) {
    #clubpalets .card.type-02 .card-body .card-container {
        display: flex;
        flex-direction: column-reverse;
    }
    #clubpalets .card.type-02 .card-body figure {
        margin: 0 auto;
    }
}

#clubpalets .card.type-03 {
    box-shadow: none;
}
#clubpalets .card.type-03 .card-header {
    background-color: #EE7736;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    width: calc(100% - 8rem);
    left: 50%;
    transform: translate(-50%, 0);
    padding: 1.25rem 2rem;
    font-size: 1.8rem;
}
#clubpalets .card.type-03 .card-body {
    padding: 4rem;
    border-radius: 10px;
    justify-content: flex-start;
}
#clubpalets .card.type-03 .card-body *:last-child {
    margin-bottom: 0;
}
#clubpalets .card.type-03 figure {
    width: 100%;
    max-width: 300px;
    margin: 30px 0;
}
#clubpalets .card.type-03 .slider {
    display: none;
}
#clubpalets .card.type-03 .slider.slick-initialized {
    display: block;
}
@media screen and (max-width: 640px) {
    #clubpalets .card.type-03 {
        padding-left: 0;
        padding-right: 0;
    }
    #clubpalets .card.type-03 .card-header {
        width: calc(100% - 4rem);
    }
    #clubpalets .card.type-03 .card-body {
        padding: 4rem 2rem;
    }
}
  


/* info */

#clubpalets #info {
    margin: 70px 0;
}
#clubpalets #info h4 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding: 15px 0;
    margin-bottom: 30px;
}
#clubpalets #info h4::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    width: 40px;
    background-color: #EA5504;
    height: 4px;
}
#clubpalets #info dl {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #C8C8C8;
    margin: 0;
	padding: 0;
}
/* #clubpalets #info dl:first-of-type {
    border-top: 1px solid #C8C8C8;
} */
#clubpalets #info dt {
    width: 11rem;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #C8C8C8;
    text-align: left;
}
#clubpalets #info dt span.label {
    display: none;
}
#clubpalets #info dd {
    width: calc(100% - 11rem);
    margin: 0!important;
    padding: 10px 5px;
    border-bottom: 1px solid #C8C8C8;
    text-align: left;
}
@media screen and (max-width: 640px) {
    #clubpalets #info {
        margin: 50px 0;
    }
    #clubpalets #info dl {
        display: block;
    }
    #clubpalets #info dt {
        width: 100%;
        padding-bottom: 0;
        border-bottom:none;
    }
    #clubpalets #info dd {
        width: 100%;
        padding-left: 0;
    }
}


/* contact */
#clubpalets #contact h4 {
    font-size: 1.8rem;
    font-weight: bold;
}


/* btn */
#clubpalets .btn {
    padding: 10px 10px 10px 35px;
    position: relative;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    white-space: normal;
}
/* #clubpalets .btn:hover {
    opacity: 0.7;
} */

#clubpalets .btn.type-01::before {
    content: "";
    display: inline-block;
    background-image: url(../images/btn-icon-white.svg);
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: calc(50% - 9px);
}

#clubpalets .btn.type-02::before {
    content: "";
    display: inline-block;
    background-image: url(../images/btn-icon-orange.svg);
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: calc(50% - 9px);
}

#clubpalets .btn.color-01 {
    background-color: #EA5504;
    color: #FFFFFF;
}
#clubpalets .btn.color-01.is-marriage {
    background-color: #fff600;
    color: black;
}
#clubpalets .btn.color-01.is-childbirth {
    background-color: #ff9966;
    color: black;
}
#clubpalets .btn.color-02 {
    background-color: #2AA738;
    color: #FFFFFF;
}
#clubpalets .btn.color-03 {
    background-color: #F1905B;
    color: #FFFFFF;
}
#clubpalets .btn.color-04 {
    background-color: #FFFFFF;
    color: #EA5504;
}

#clubpalets .btn.color-05 {
    background-color: #fb7b7b;
    color: black;
}


/* table */
#clubpalets table {
    width: 100%;
    table-layout: fixed;
}
#clubpalets th,
#clubpalets td {
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
    border: 2px solid #FFFFFF;
    padding: 1rem 0.5rem;
}


#clubpalets .member-common-bg th {
    color: #FFFFFF;
}
#clubpalets .member-common-bg td {
    font-weight: bold;
}
#clubpalets .member-common-bg thead th:nth-of-type(2) {
    background-color: #EA5504;
}
#clubpalets .member-common-bg thead th:nth-of-type(3) {
    background-color: #74C57D;
}
#clubpalets .member-common-bg tbody th {
    font-weight: normal;
    background-color: #EA6D7C;
}
#clubpalets .member-common-bg td:nth-of-type(1) {
    color: #EA5504;
    background-color: #F4E0D4;
}
#clubpalets .member-common-bg td:nth-of-type(2) {
    color: #2AA738;
    background-color: #D4EDD7;
}
#clubpalets .member-smile-bg th {
    background-color: #74C57D;
    color: #FFFFFF;
  font-size: 1.25rem;
}
#clubpalets .member-smile-bg tr {
    background-color: #E9F5EA;
  font-size: 1.25rem;
}
#clubpalets .member-smile-bg td {
  font-size: 1.25rem;
  padding: 0.5rem 0.25rem!important;
}
#clubpalets .member-smile-bg tr.deep {
    background-color: #D4EDD7;
}
#clubpalets .member-smile-bg td:last-of-type {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2AA738;
}
#clubpalets .member-smile-bg td span {
    font-size: 1.25rem;
    font-weight: normal;
    color: #333333;
}


/* obj-grp */

#clubpalets .obj-grp-01 {
    background-color: #FDFBEA;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 5px 5px 0 #F1905B;
    margin-bottom: 5px;
}
#clubpalets .obj-grp-01__inner {
	display: flex;
    flex-direction: row;
    align-items: center;
}
#clubpalets .obj-grp-01 .title {
    background-color: #F1905B;
    border-radius: 5px;
    padding: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
}
#clubpalets .obj-grp-01 .text {
    font-size: 3rem;
    font-weight: bold;
    color: #EA5504;
    padding-left: 10px;
    vertical-align: middle;
    flex: 1;
    text-align: left;
}
#clubpalets .obj-grp-01 .text span {
    font-size: 1.6rem;
    color: #333333;
    margin-right: 10px;
    vertical-align: middle;
}
@media screen and (max-width: 640px){
    #clubpalets .obj-grp-01__inner {
        flex-direction: column;
    }
    #clubpalets .obj-grp-01 .title {
        max-width: 100%;
        padding: 5px;
        margin-bottom: 1rem;
    }
    #clubpalets .obj-grp-01 .text {
        text-align: center;
    }
    #clubpalets .obj-grp-01 .text span {
        display: block;
        margin-right: 0;
    }
}


#clubpalets .obj-grp-02 {
    background-color: #FDFBEA;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 5px 5px 0 #2AA738;
    margin-bottom: 5px;
}
#clubpalets .obj-grp-02__inner {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#clubpalets .obj-grp-02 .title {
    background-color: #2AA738;
    border-radius: 5px;
    padding: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    max-width: 350px;
}
#clubpalets .obj-grp-02 .text {
    font-size: 1.6rem;
}
#clubpalets .obj-grp-02__inner .text {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #2AA738;
    vertical-align: middle;
    text-align: left;
}
#clubpalets .obj-grp-02 .text span {
    font-size: 1.8rem;
    color: #333333;
    margin-right: 10px;
    vertical-align: middle;
}
#clubpalets .obj-grp-02 .text small {
    font-size: 1.4rem;
    font-weight: normal;
    color: #333333;
}
@media screen and (max-width: 640px){
    #clubpalets .obj-grp-02__inner {
        flex-direction: column;
        align-items: center;
    }
    #clubpalets .obj-grp-02 .title {
        max-width: 100%;
        padding: 5px;
        margin-bottom: 1rem;
    }
    #clubpalets .obj-grp-02 .text {
        text-align: center;
    }
    #clubpalets .obj-grp-02 .text span {
        margin-right: 0;
    }
}

#clubpalets .obj-grp-03 {
    background-color: #F1905B;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#clubpalets .obj-grp-03 .row {
    max-width: 800px;
}
#clubpalets .obj-grp-03 .text span {
    font-size: 3rem;
    color: #FFF600;
}
#clubpalets .obj-grp-03 .text {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
@media screen and (max-width: 640px){
    #clubpalets .obj-grp-03 {
        padding: 30px 10px;
    }
    #clubpalets .obj-grp-03 .col {
        padding: 0;
    }
    #clubpalets .obj-grp-03 .col img {
        width: 100%;
    }
}

#clubpalets .obj-grp-04 .body,
#clubpalets .obj-grp-05 .body {
    display: flex;
    align-items: center;
    border: 1px solid #C8C8C8;
    padding: 10px;
    position: relative;
}
/* #clubpalets .obj-grp-04 .body::before {
    content: "";
    display: inline-block;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #FFF600;
    position: absolute;
    left: 0;
    top: 0;
} */
#clubpalets .obj-grp-04 p {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
}

/* #clubpalets .obj-grp-05 .body::before {
    content: "";
    display: inline-block;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #EA5504;
    position: absolute;
    left: 0;
    top: 0;
} */
#clubpalets .obj-grp-05 p {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    color: #EA5504;
}
#clubpalets .obj-grp-05 p span {
    font-weight: normal;
    font-size: 1.3rem;
}
/*NP21 start*/
#clubpalets .obj-grp-05 p .new-mark {
  margin: 0 0 0 5px;
  padding: 2px 5px;
  border-radius: 3px;
  background: red;
  color: white;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/*NP21 end*/

#clubpalets .obj-grp-06 {
    display: inline-block;
    background-color: #FBDDCC;
    border-radius: 10px;
    padding: 20px;
}
#clubpalets .obj-grp-06 *:last-child {
    margin-bottom: 0;
}
#clubpalets .obj-grp-06 strong {
    font-size: 1.8rem;
    color: #EA5504;
}


/*tab*/
#clubpalets .tab-list {
	display: flex;
    list-style: none;
}
#clubpalets .tab-item {
	color: #2AA738;
	background-color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
	text-align: center;
    padding: 22px 20px 20px;
	cursor: pointer;
	transition: all 0.2s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#clubpalets .tab-item p {
    margin: 0;
    line-height: 1.5;
}
#clubpalets .tab-item span {
    font-size: 2.2rem;
}
#clubpalets .tab-item {
	background-color: #D4EDD7;
}
/* #clubpalets .tab-item:hover {
	opacity: 0.7;
} */
#clubpalets .tab-item.active {
    background-color:#2AA738;
    color:#FFFFFF;
}
#clubpalets .tab-content {
    display:none;
}
#clubpalets .tab-content.active {
    display:block;
}
#clubpalets .tab-content h4 {
    font-size: 1.8rem;
    font-weight: bold;
}
#clubpalets .tab-content a {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    max-width: 300px;
}
#clubpalets .tab-content a small {
    font-size: 1.6rem;
}
@media screen and (max-width: 640px){
    #clubpalets .tab-item {
        font-size: 1.4rem;
        padding: 10px;
    }
    #clubpalets .tab-item p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    #clubpalets .tab-item span {
        font-size: 1.4rem;
    }
}


/* timeline */
#clubpalets .timeline {
	position: relative;
    list-style: none;
} 
#clubpalets .timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	left: 60px;
	background-image: linear-gradient(to bottom, #2AA738, #2AA738 7px, transparent 7px, transparent 14px);
	background-size: 3px 14px;
	background-position: center top;
	background-repeat: repeat-y;
}
#clubpalets .timeline > li {
	position: relative;
    padding-bottom: 30px;
    clear: both;
}
#clubpalets .timeline > li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    height: 120px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    color: #2AA738;
    background: #FFFFFF;
    border: 2px solid #2AA738;
    border-radius: 50%;
    top: 0;
    left: 0;
}
#clubpalets .timeline > li.last .icon {
    color: #FFFFFF;
    background: #2AA738;
}
#clubpalets .timeline > li .icon span {
    display: block;
    font-size: 4.6rem;
}
#clubpalets .timeline > li .step {
    margin-left: 140px;
}
#clubpalets .timeline > li h3 {
    color: #2AA738;
    margin-top: 0;
}
#clubpalets .timeline > li strong {
    color: #2AA738;
}
#clubpalets .timeline .step ul li::before {
    content: "●";
    color: #2AA738;
}
#clubpalets .timeline .frame {
    padding: 30px 80px;
    border: 2px solid #2AA738;
    background-color: #FFFFFF;
}
#clubpalets .timeline .step .frame {
    padding: 10px;
    border: 2px solid #EA5504;
    background-color: #FFFFFF;
    font-weight: bold;
}
#clubpalets .timeline .step .frame *:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 640px){
    #clubpalets .timeline:before {
        left: 40px;
    }
    #clubpalets .timeline > li .icon {
        width: 80px;
        height: 80px;
        font-size: 1.2rem;
    }
    #clubpalets .timeline > li .icon span {
        font-size: 3rem;
    }
    #clubpalets .timeline > li .step {
        margin-left: 90px;
    }
    #clubpalets .timeline .frame {
        padding: 20px;
    }
    #clubpalets .timeline .frame h3 {
        font-size: 1.8rem;
    }
}


/* member-common */
#clubpalets .member-common-bg {
    background-color: #EA6D7C;
}
#clubpalets .member-common-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: #EA6D7C;
}
#clubpalets .member-common-bg .btn {
    padding: 10px 40px;
    width: auto;
}
#clubpalets .member-common-bg .card-title {
    color: #EA6D7C;
}


/* member-regular */
#clubpalets .member-regular-bg {
    background-color: #F1905B;
}
#clubpalets .member-regular-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: #EA5504;
}
#clubpalets .member-regular-bg .btn {
    padding: 10px 40px;
    width: auto;
}
#clubpalets .member-regular-bg .card-title {
    color: #EA5504;
}


/* member-smile */
#clubpalets .member-smile-bg {
    background-color: #74C57D;
}
#clubpalets .member-smile-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2AA738;
}
#clubpalets .member-smile-bg .btn {
    padding: 10px 40px;
    width: auto;
}
#clubpalets .member-smile-bg .card-title {
    color: #2AA738;
}


/* pop-up */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#js-popup .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 800px;
    padding: 0;
    background-color: #fff;
    z-index: 2;
    transition: .5s;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
@media screen and (max-width: 640px){
    #js-popup .popup-inner {
        width: 80%;
        max-width: 300px;
    }
}
#js-popup .popup-inner img {
    width: 100%;
}
.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
.close-btn::before, .close-btn::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #333;
}
.close-btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.close-btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
}
/* np21 */
.app-member {
	color: red;
	font-size: 1em;
	font-weight: bold;
}


/* change */
#clubpalets .timeline.change:before {
    height: 85%;
}
@media screen and (max-width: 640px){
    #clubpalets .timeline.change:before {
        height: 82%;
    }
}
#clubpalets .frame-type-01 {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #EA5504;
    color: #EA5504;
    font-size: 1.8rem;
}
/* np21 */
.attention-text {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 12px!important;
  font-weight: normal;
  line-height: 1.4!important;
}
