/*#region var*/
:root {
    --pxunit: 10px;
    --fontB: 'Noto Sans JP', sans-serif; /* Base font */
    --fontBIZ: 'BIZ UDPGothic', serif; /* Title font */
    --fontD: 'DIN 2014';
    --headerH: 80px;
}
*{
    box-sizing: border-box;
    color: #3A3A3A;
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1.5;
}
body{
    margin: 0;
    padding: 0;
    background-color: #FFF !important;
    overflow-x: hidden !important;
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
.hide-scroll{ overflow:hidden !important;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
input{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
input:hover, input:focus, input:active{outline:none;}
input::-webkit-input-placeholder{color:#333333;}
input::-moz-placeholder{color:#333333;}
input:-ms-input-placeholder{color:#333333;}
input:-moz-placeholder{color:#333333;}
textarea::-webkit-input-placeholder{color:#333333;}
textarea::-moz-placeholder{color:#333333;}
textarea:-ms-input-placeholder{color:#333333;}
textarea:-moz-placeholder{color:#333333;}
button:focus {outline:0;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{border:0px;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; } 
.initani.initani_bkw::before { background-color: #1A1A1A; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/

/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center; 
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}

/* ----------page content style---------- */
.contents {
    position: relative;
    width: 720px;
    margin: 0 auto;
}
.contents_inner {
    padding: 0;
    margin: 40px 20px 0 20px;
}
@media (max-width: 720px){
    .contents {
        width: 100%;
        margin: 0;
    }
}
/* ------section banner------- */
.banner img {
    width: 100%;
}

/* ------section description---- */
.description {
    position: relative;
    overflow: hidden;
}
.description h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    color: #3A3A3A;
}
.description h2 span {
    font-weight: 700;
    line-height: 1.1;
    color: #EB4637;
}
.description h2 span span {
    font-size: 48px;
    line-height: 1.1;
}
@media (max-width: 720px){
    .description h2 {
        font-size: 5.55vw;
    }
    .description h2 span span {
        font-size: 6.66vw;
    }
}


/* -----section recomendation----- */
.recommendation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border: 2px solid #606060;
}
.recommendation .recommendation_header {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #606060;
}
.recommendation h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}
.recommendation .recommendation_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}
.recommendation .recommendation_content a.section_image {
    width: 100%;
    line-height: 1;
}
.recommendation .recommendation_content a.section_image img {
    width: 100%;
}
.recommendation .recommendation_content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    padding: 10px 20px;
    background-color: #FFC300;
}
.recommendation .recommendation_content p img {
    line-height: 1.5;
    vertical-align: middle;
}
.recommendation .recommendation_content p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 5px;
    border-bottom: 1px solid #DCDCDC;
}
.recommendation .recommendation_content p:last-child {
    display: block;
    padding: 0;
    border: none;
}
.recommendation .recommendation_content p:last-child span {
    font-weight: bold;
    color: #FFA90C;
}
.recommendation .recommendation_content .recommendation_btn {
    text-align: center;
}
.recommendation .recommendation_content .recommendation_btn > a:first-child {
    position: relative;
    overflow: hidden;
}
@keyframes anime_shining {
    0% {
        left: -50px;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    40% {
        left: 110%;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
  }
.recommendation .recommendation_content .recommendation_btn > a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 70px;
    width: 100%;
    background-color: #EB4637;
    border-radius: 5px;
}
.recommendation .recommendation_content .recommendation_btn > a:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 90%);
    width: 40px;
    height: 100%;
    transform: skew(-20deg, 0);
    opacity: 0;
    animation: anime_shining 3.5s infinite;
}
.recommendation .recommendation_content .recommendation_btn > a:first-child span {
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    position:relative;
    font-weight: bold;
}
.recommendation .recommendation_content .recommendation_btn .download_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.hide_br {
    display: none;
}
@media (max-width: 676px){
    .recommendation h3 {
        font-size: 28px;
    }
    .recommendation .recommendation_content {
        gap: 30px;
    }
    .recommendation .recommendation_content p {
        font-size: 17px;
    }
}
@media (max-width: 580px){
    .recommendation h3 {
        font-size: 24px;
    }
    .hide_br {
        display: block;
    }
    .recommendation .recommendation_content p {
        align-items: flex-start;
        font-size: 16px;
    }
    .recommendation .recommendation_content .recommendation_btn a:first-child {
        height: 60px;
    }
    .recommendation .recommendation_content .recommendation_btn a:first-child span {
        font-size: 16px;
    }
    .recommendation .recommendation_content .recommendation_btn img {
        width: 85%;
    }
}
@media (max-width: 450px){
    .recommendation h3 {
        font-size: 23px;
    }
    .recommendation .recommendation_content {
        padding: 20px 10px;
        gap: 25px;
    }
    .recommendation .recommendation_content h4 {
        font-size: 18px;
        padding: 10px;
    }
    .recommendation .recommendation_content p {
        gap: 5px;
        font-size: 15px;
    }
    .recommendation .recommendation_content p:last-child {
        font-size: 15px;
    }
    .recommendation .recommendation_content .recommendation_btn a:first-child {
        height: 55px;
    } 
    .recommendation .recommendation_content .recommendation_btn img {
        width: 100%;
    } 
}




/* -------section table------- */
.table {
    border-radius: 10px;
    border: 2px solid #606060;
}

.table .table_header {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #606060;
}
.table .table_header h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}
table , tr , th ,td {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.table .table_content table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    background-color: #fff;
    display: block;
    width: 100%;
}
.table .table_content thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #FFF;
    display: flex;
    width: 100%;
}
.table tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.table th {
    border: 1px solid #D1D1D6;
    padding: 10px 0;
    width: 33.33333%;
}
.table th .cell_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    gap: 5px;
}
.table th .cell_wrapper p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.table tbody tr:nth-child(odd) th {
    background-color:  #EEEFF0;
    border: 1px solid #D1D1D6;
    font-size: 18px;
    font-weight: 600;
    height: 48px;
    align-items: center;
    width: 100%;
}
.table tbody tr td {
    font-size: 18px;
    padding: 18px 10px;
    text-align: center;
    border: 1px solid #D1D1D6;
    width: 33.3333%;
}
table tr td span {
    font-family: var(--fontBIZ);
    display: block;
    font-size: 32px;
    font-weight: 700;
}
table tr td span.red {
    color: #E04A12;
}
table tr td span.green {
    color: #A1CD68;
}
table tr td span.yellow {
    color: #E9C473;
}
table tr td span.grey {
    color: #808080;
}
.table tbody tr:last-child td {
    background-color: #EB4637;
    padding: 25px 15px;
}
.table tbody tr:last-child td a {
    position: relative;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 576px){
    .table .table_header h3 {
        font-size: 24px;
    }
    .table th .cell_wrapper svg {
        width: 45px;
    }
    .table tbody tr td {
        font-size: 17px;
    }
    .table tbody tr:last-child td {
        padding: 20px 0;
    }
    .table tbody tr:last-child td a {
        flex-direction: column;
    }
}
@media (max-width: 450px){
    .table .table_header h3 {
        font-size: 20px;
    }
    .table th .cell_wrapper svg {
        width: 40px;
    }
    .table tbody tr:nth-child(odd) th {
        font-size: 16px;
    }
    .table th .cell_wrapper p {
        font-size: 13px;
    }
    .table tbody tr td {
        font-size: 15px;
    }
    .table tbody tr:last-child td {
        padding: 20px 10px;
    }
}

/* -------review section------ */
.review {
    border: 2px solid #606060;
    border-radius: 10px;
}
.review .section_header {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #606060;
    gap: 10px;
}
.review .section_header > span {
    top: -17px;
    position: absolute;
    left: -15px;
    z-index: 99;
}
.review .section_header > span span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 700;
    background-color: #DCDCDC;
}
.review .section_header .review_info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.review .section_header .review_info a {
    display: block;
    line-height: 1;
}
.review .section_header .review_info a:hover img {
    opacity: .6;
}
.review .section_header .review_info a img {
    width: 100%;
    transition: all .4s;
}
.review .section_header .review_info h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #FFFFFF;
}
.review .section_header .review_info .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review .section_header .review_info p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 200;
}
.review .section_header .phone {
    display: flex;
    background-color: #EB4637;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    transition: all .4s;
}
.review .section_header .phone:hover {
    opacity: 0.6;
}
.review .section_header .phone span {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.review .section_content {
    padding: 20px;
}
.review .section_content p:first-child {
    font-size: 15px;
}
.review .section_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.review .section_content p span {
    font-weight: bold;
    color: #FFA90C;
}
.review .section_content .section_image {
    display: block;
    line-height: 1;
    transition: all .4s;
}
.review .section_content .section_image:hover {
    opacity: 0.7;
}
.review .section_content .section_image img {
    width: 100%;
}
.review .section_content img {
    width: 100%;
}
.review .section_content .section_table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
}
.review .section_content .section_table , .review .section_content .section_table td {
    border-collapse: collapse;
}
.review .section_content .section_table td {
    border: 1px solid #D1D1D6;
    font-size: 18px;
    line-height: 1.5;
}

.review .section_content .section_table tr td:first-child {
    background-color: #EEEFF0;
}
.review .section_content .section_table tr td:last-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
}
.review .section_content .section_table tr:first-child td, .review .section_content .section_table tr:last-child td {
    padding: 6.5px 8px;
}
.review .section_content h3 {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 25px;
    background-color: #FFC300;
}
.review .section_content h3 img {
    width: 24px;
}
.review .section_content h4 {
    padding: 0 40px;
    font-size: 20px;
    font-weight: bold;
}
.more_btn {
    text-align: center;
}
.more_btn > a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 70px;
    width: 100%;
    background-color: #EB4637;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.more_btn > a:first-child::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 90%);
    width: 40px;
    height: 100%;
    transform: skew(-20deg, 0);
    opacity: 0;
    animation: anime_shining 3.5s infinite;
}
.more_btn > a:first-child span {
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: bold;
}
.more_btn .download_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@keyframes blink {
    0%,
    50%,
    to {
      opacity: 0.5;
    }
    25%,
    75% {
      opacity: 1;
    }
  }

@media (max-width: 720px){
    .review .section_header .review_info h3 {
        font-size: 22px;
    }
    .review .section_content .section_table td {
        font-size: 17px;
    }
    .review .section_content .section_table tr:first-child td, .review .section_content .section_table tr:last-child td {
        padding: 8px 8px;
    }
}
@media (max-width: 676px){
    .review .section_header .review_info h3 {
        font-size: 21px;
    }
    .review .section_header .review_info h3 {
        font-size: 20px;
    }
    .review .section_header .review_info p {
        font-size: 15px;
    }
    table tr td span {
        font-size: 28px;
    }
    .review .section_content h3 {
        font-size: 22px
    }
    .review .section_content {
        gap: 30px;
    }
    .review .section_content h4 {
        padding: 0 30px;
    }
    .more_btn > a:first-child {
        height: 60px;
    }
    .more_btn > a:first-child span {
        font-size: 17px;
    }
}
@media (max-width: 576px){
    .review .section_header {
        flex-direction: column;
        gap: 20px;
    }
    .review .section_header .review_info {
        align-items: flex-start;
    }
    .review .section_header .review_info p {
        font-size: 14px;
    }
    .review .section_header .phone {
        text-align: center;
        padding: 20px 12px;
    }
    .review .section_content .section_table td {
        font-size: 16px;
    }
    .review .section_content .section_table tr td:last-child {
        padding: 10px 5px;
    }
    .more_btn .download_btn {
        gap: 10px;
    }
}
@media (max-width: 450px){
    .review .section_content {
        padding: 20px 10px;
        gap: 25px;
    }
    .review .section_content .section_table td {
        font-size: 15px;
    }
    .review .section_content h3 {
        padding: 10px 15px;
        font-size: 20px;
    }
    .review .section_content h4 {
        font-size: 18px;
        padding: 0 20px;
    }
    .review .section_content p {
        font-size: 15px;
    }
    .more_btn > a:first-child {
        height: 55px;
    }
    .more_btn > a:first-child span {
        font-size: 16px;
    }
}






/* -----section article -------- */
.article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border: 2px solid #606060;
}
.article .article_header {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #606060;
}
.article .article_header h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}
.article .article_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}
.article .article_content .gallery {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
    padding: 20px 0 0 20px;
}
.article .gallery .gallery_item {
    position: relative;
    line-height: 1;
}
.article .gallery .gallery_item:after {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    top: -20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.article .gallery .gallery_item:first-child:after {
    content: "1";
    background-color: gold;
}
.article .gallery .gallery_item:nth-child(2):after {
    content: "2";
    background-color: silver;
}
.article .gallery .gallery_item:nth-child(3):after {
    content: "3";
    background-color: burlywood;
}
.article .gallery .gallery_item img {
    border-radius: 10px;
    border: 1px solid #ADC3D5;
    width: 100%;
}
.article .article_content h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #FFC300;
}
.article .article_content .article_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.article .article_content h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #FFC300;
}
.article .article_content h4 {
    font-weight: 700;
    font-size: 20px;
}
.article .article_content p {
    font-size: 18px;
}
.article .article_content p span {
    font-weight: 700;
    color: #FFA90C;
}
@media (max-width: 720px){
    .article .article_header h3 {
        font-size: 28px;
    }
}
@media (max-width: 676px){
    .article .article_header h3 {
        font-size: 26px;
    }
    .article .article_content .gallery {
        grid-template-columns: auto auto auto auto;
        gap: 20px;
    }
    .article .gallery .gallery_item:after {
        width: 35px;
        height: 35px;
        left: -17px;
        top: -17px;
    }
    .article .article_content .article_text {
        gap: 25px;
    } 
    .article .article_content h1 {
        font-size: 26px;
    }
    .article .article_content h3 {
        font-size: 22px;
    }
    .article .article_content h4 {
        font-size: 19px;
    }
    .article .article_content p {
        font-size: 17px;
    }
}
@media (max-width: 450px){
    .article .article_header h3 {
        font-size: 24px;
    }
    .article .article_content {
        padding: 20px 15px;
    }
    .article .article_content .gallery {
        padding: 15px 0 0 15px;
        gap: 15px;
        grid-template-columns: auto auto auto;
    }
    .article .gallery .gallery_item:after {
        width: 30px;
        height: 30px;
        left: -15px;
        top: -15px;
    }
    .article .article_content .article_text {
        gap: 20px;
    }
    .article .article_content h1 {
        font-size: 24px;
        padding: 10px;
    }
    .article .article_content h3 {
        font-size: 20px;
    }
    .article .article_content h4 {
        font-size: 18px;
    }
    .article .article_content p {
        font-size: 16px;
    }
}
/* ----------footer style--------- */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    background-color: #EEEFF0;
}
footer a {
    font-size: 18px;
}
@media (max-width: 720px){
    footer a {
        font-size: 17px;
    }
}
@media (max-width: 450px){
    footer {
        flex-direction: column;
    }
}

/* -------modal style------ */
.modal { 
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    padding: 0 30px;
}
.modal .modal_content{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 5px;
    max-width: 460px;
    margin: 0 auto;
}
.modal_show {
    animation: modal_show 0.5s;
}
@keyframes modal_show {  
    0% {transform: translate(0, -200%);}  
    50% {transform: translate(0, 20%);}  
    75% {transform: translate(0, -5%);}  
    87% {transform: translate(0, 2.5%);}  
    100% {transform: translate(0, 0);}
}
.modal_close {
    animation: modal_close 0.5s;
}
@keyframes modal_close {  
    0% {transform: translate(0, 0);}  
    100% {transform: translate(0, -200%);}
}
.close_btn {
    top: -35px;
    right: -18px;
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #3A3A3A;
    cursor: pointer;
}
.modal .modal_content > a {
    line-height: 1;
    width: 100%;
}
.modal .modal_content > a img {
    width: 100%;
    transition: all .5s;
}
.modal .modal_content > a img:hover {
    opacity: .5;
}
.modal .modal_content .modal_body {
    text-align: center;
    padding: 0 15px;
}
.modal .modal_content .modal_body .col {
    border-bottom: 1px solid #DCDCDC;
    padding: 8px 0;
}
.modal .modal_content .col p {
    font-size: 16px;
    font-weight: 700;
} 
.modal .modal_content .col p span {
    font-weight: 700;
    color: #FF0000;
}
.modal .modal_content .row {
    padding: 8px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.modal .modal_content .row p {
    text-align: left;
    font-weight: 900;
}
@media (max-width: 720px){
    .modal {
        width: 100%;
    }
}
@media (max-width: 450px){
    .close_btn {
        right: -16px;
        top: -30px;
        width: 32px;
        height: 32px;
    }
    .modal .modal_content .row {
        gap: 40px;
    }
    .modal .modal_content .row p {
        font-size: 15px;
    }
}
.app_border_radius{
    border: 2px solid #f2f2f4;
    border-radius: 10px;
}

/* --- ストアリンクのカスタムボタンスタイル ここから --- */

/* テーブルセルの背景を白に戻し、余白を調整 */
.table tbody tr.store-links-row td {
    background-color: #ffffff !important;
    padding: 25px 15px;
}

/* ボタン本体のスタイル（レスポンシブ幅対応） */
.table tbody tr.store-links-row a {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 95%;
    max-width: 140px;
    height: 95px;
    margin: 0 auto;
    background-color: #EB4637;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    gap: 5px !important;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    transition: box-shadow 0.2s ease, opacity 0.2s ease;
    position: relative;
    overflow: hidden;
}

/* ボタン内のアイコンのスタイル */
.table tbody tr.store-links-row a .install-button-icon {
    width: 32px;
    height: 32px;
}

/* ボタン内のテキストのスタイル（文字サイズ可変） */
.table tbody tr.store-links-row a .install-button-text {
    color: #fff;
    font-weight: bold;
    font-size: clamp(13px, 4vw, 16px); /* ← この行を修正しました */
    line-height: 1.2;
    text-align: center;
}

/* 細いスマートフォン向けの追加調整 */
@media (max-width: 400px) {
    .table tbody tr.store-links-row a {
        height: auto; /* ボタンの高さを自動調整に変更 */
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 4px !important;
    }

    .table tbody tr.store-links-row a .install-button-icon {
        width: 28px; /* アイコンを少し小さく */
        height: 28px;
    }

    .table tbody tr.store-links-row a .install-button-text {
        font-size: 12px; /* 文字をさらに小さく */
        line-height: 1.3;
    }
}

/* ボタンの光沢アニメーション（サイト既存のものを再利用） */
.table tbody tr.store-links-row a::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 90%);
    width: 40px;
    height: 100%;
    transform: skew(-20deg, 0);
    opacity: 0;
    animation: anime_shining 3.5s infinite;
}

/* --- ストアリンクのカスタムボタンスタイル ここまで --- */