.lp-main-text h1 { font-size: 4vw;
line-height: 1;
}
.lp-main-text h1 .new-line {
display: block;
}
.lp-main-text h1 .space {
letter-spacing: -.15em;
}
.lp-main-desc p {
font-size: max(16px, min(3vw,18px) );
font-size: 1.3vw;
font-weight: 600;
line-height: 1.6;
margin: 10px 0 0 0;  }
@media(max-width: 860px) {
.lp-main-text h1 {
font-size: 3.5vw;
}
.lp-main-desc p {
font-size: 16px;
}
.lp-main-desc p br {
display: none;
}
}
@media(max-width: 780px) {
.lp-main-text h1 {
font-size: 40px;
}
}
@media(min-width: 1400px) {
.lp-main-text h1 {
font-size: 60px;
}
.lp-main-desc p {
font-size: 18px;
}
}
#eccube-gold-wrap {
display: grid; gap: 10px 20px;
}
.eccube-gold-icon {
grid-column: 1;
grid-row: 1;
max-width: 90px;
}
.eccube-gold-text {
grid-column: 2;
grid-row: 1;
font-size: 12px;
margin: 0;
align-self: center;
line-height: 1.6;
}
.eccube-gold-notes {
grid-column: 1 / span 2;
grid-row: 2;
font-size: 10px;
margin: 0;
}
@media(max-width: 499px) {
#eccube-gold-wrap {
display: block;
}
.eccube-gold-icon {
max-width: 80px;
width: 100%;
float: left;
padding: 0 15px 0 0;
}
.eccube-gold-notes {
padding-top: 10px;
}
}
.lp-section-heading h2 {
font-size: max(24px, min(3vw,36px) );
word-break: auto-phrase;
}
.choose-box h3 {
font-size: max(18px, min(3vw,20px) );
}
.choose-box-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 6px;
}
.choose-box-item {
background: #ffe57f;
border-radius: 5px;
font-size: max(14px, min(3vw,16px) );
font-weight: 600;
padding: 12px 20px;
}
.choose-box-text { 
font-size: max(14px, min(3vw,16px) );
margin: 0;
line-height: 1.4;
}
.choose-box-text .marker {
font-size: max(18px, min(3vw,20px) );
font-weight: 600;
background: linear-gradient(transparent 60%, #ffe57f 60%);
}
.about-eccube-heading .sow-image-container {
max-width: 200px;
margin: 0 auto;
}
.about-eccube-heading .widget-title {
font-size: max(28px, min(3vw,32px) );
margin: 0;
color: #000;
}
.about-eccube-accordion {
counter-reset: number 0; 
}
.about-eccube-accordion .sow-accordion-panel {
border-bottom: solid 1px #bfbfbf;
}
.about-eccube-accordion .sow-accordion-panel-header {
padding: 10px 15px !important;
}
.about-eccube-accordion .sow-accordion-panel-header:focus {
outline: 0 !important;
}
.about-eccube-accordion .sow-accordion-title {
font-size: max(16px, min(4vw,20px) );
font-weight: 600;
padding: 0 15px 0 0;
}
.about-eccube-accordion .sow-accordion-title:before {
counter-increment: number 1;
content: "Point " counter(number) ".";
font-size: max(20px, min(4vw,26px) );
margin: 0 6px 0 0;
white-space: nowrap;
align-self: flex-start;
}
.about-eccube-accordion .sow-icon-ionicons {
transform: translateY(5px);
}
.about-eccube-accordion .sow-icon-ionicons[data-sow-icon]:before {
font-size: max(16px, min(4vw,20px) );
}
.about-eccube-accordion .sow-accordion-panel-border {
padding: 15px !important;
}
.about-eccube-accordion .sow-accordion-panel-border p {
margin: 0 0 0 0;
font-size: max(14px, min(3vw,16px) );
line-height: 1.4;
}
.about-eccube-accordion .sow-accordion-panel-open .sow-accordion-panel-header {
background: #383b4a !important;
color: #fff !important;
}
@media(max-width: 499px) {
.about-eccube-accordion .sow-accordion-title {
flex-direction: column;
gap: 5px 0;
}
}
.help-guide-box .panel-grid-cell {
display: flex;
gap: 20px 35px;
}
.help-guide-ans .panel-grid-cell {
justify-content: flex-end;
}
.help-guide-box .sow-image-container {
min-width: 110px;
max-width: 110px;
}
.speech-bubble .so-widget-sow-editor {
position: relative; 
}
.speech-bubble .textwidget {
display: inline-block;
position: relative; 
padding: 20px;
max-width: 580px;
border-radius: 5px;
background: #fff;
box-shadow: 0px 0px 18px 2px rgba(205, 203, 203, 0.3);
}
.speech-ans .textwidget {
border: solid 2px #ffcc00;
}
.speech-qs .textwidget:after {
content: "";
display: inline-block;
position: absolute;
top: 15px; 
left: -25px;
border: 8px solid transparent;
border-right: 25px solid #fff;
transform: rotate(35deg);
}
.speech-ans .textwidget:after {
content: "";
display: inline-block;
position: absolute;
top: 15px; 
right: -25px;
border: 8px solid transparent;
border-right: 25px solid #fff;
transform: rotate(-35deg) scaleX(-1);
}
.speech-ans .so-widget-sow-editor:before {
content: "";
display: inline-block;
position: absolute;
top: 12px;
right: -31px;
border: 10px solid transparent;
border-right: 30px solid #ffcc00;
transform: rotate(-35deg) scaleX(-1);
}
.speech-bubble p {
font-size: max(14px, min(3vw,16px) );
line-height: 1.4;
margin: 0;
}
@media(max-width: 599px) {
.help-guide-box .sow-image-container {
padding: 15px 0 0 0;
min-width: 80px;
max-width: 80px;
}
}
@media(max-width: 499px) {
.speech-bubble .textwidget {
padding: 15px;
}
}
.feature-textarea .sow-headline {
font-size: max(20px, min(3vw,24px) );
line-height: 1.2;
}
.support-box .sow-image-container {
min-width: 160px;
max-width: 160px;
margin: 0 auto;
}
.support-textarea .sow-headline {
font-size: max(20px, min(3vw,20px) );
word-break: auto-phrase;
}
.support-textarea p {
font-size: max(14px, min(3vw,16px) );
line-height: 1.6 !important;
}
.case-carousel .widget-title {
font-size: max(20px, min(3vw,24px) );
color: #000;
}
.case-carousel .sow-carousel-item-title {
font-size: 14px !important;
color: #6d6d6d;
text-align: left !important;
}
.heading-solid .sow-headline-container {
position: relative;
}
.heading-solid .sow-headline-container::after  {
content: "";
display: block;
max-width: 260px;
height: 2px;
background: #000;
margin: 20px auto 0 auto;
}
.heading-solid .sow-headline:before,
.heading-solid .sow-headline:after {
position: absolute;
top: 97%;
left: 50%;
content: "";
height: 0;
width: 0;
}
.heading-solid .sow-headline:before {
border: 13px solid;
border-color: transparent;
border-top-color: black;
margin-left: -13px;
}
.heading-solid .sow-headline:after {
border: 10px solid;
border-color: transparent;
border-top-color: white;
margin-left: -10px;
}
.pushing-box .sow-image-container {
max-width: 280px;
margin: 0 auto;
}
.pushing-box p {
font-size: 16px;
line-height: 1.6;
}
.heading-decoration .sow-headline {
font-size: max(24px, min(3vw,36px) );
word-break: auto-phrase;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
}
.heading-decoration .sow-headline::before {
content: "";
display: block;
background: url(https://cajiya.co.jp/wp-content/uploads/2024/02/slash-l.png) no-repeat center / contain;
min-width: 45px;
height: 37px;
}
.heading-decoration .sow-headline::after {
content: "";
display: block;
background: url(https://cajiya.co.jp/wp-content/uploads/2024/02/slash-r.png) no-repeat center / contain;
min-width: 45px;
height: 37px;
}
@media(max-width: 499px) {
.heading-decoration .sow-headline::before,
.heading-decoration .sow-headline::after {
min-width: 25px;
height: 20px;
}
}
.member-list {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px 40px;
}
.member-list .so-widget-image {
width: 100%;
aspect-ratio: 1/1;
border-radius: 999px;
object-fit: cover;
}
@media(max-width: 740px) {
.member-list {
grid-template-columns: repeat(3, 1fr);
}
}
@media(max-width: 499px) {
.member-list {
grid-template-columns: repeat(2, 1fr);
gap: 20px 20px;
}
}
.fee-box .sow-headline {
font-size: max(20px, min(3vw,26px) );
margin: 0;
padding: 20px 20px 16px 20px;
}
.fee-item .widget-title {
font-size: max(18px, min(3vw,20px) );
color: #000;
display: flex;
gap: 5px;
line-height: 1.4;
}
.fee-item .widget-title::before {
content: "";
display: block;
background: #ffcc00;
min-width: 18px;
height: 18px;
transform: translateY(5px);
}
.fee-item p,
.fee-item ul li {
font-size: 16px;
line-height: 1.4;
word-break: auto-phrase;
}
.fee-item ul {
list-style: disc;
margin: 0 0 1em 1.5em;
}
.plan-fee {
font-size: 24px;
font-weight: 600;
max-width: 260px;
background: #fff;
border-radius: 999px;
padding: 10px;
text-align: center;
margin: 0 auto;;
}
.fee-item.color-type-b .plan-fee {
background: #ffe9a8;
}
.qa-box .sow-accordion-panel-header {
padding: 12px 15px !important;
}
.qa-box .sow-accordion-panel-border {
padding: 5px 15px 15px 15px !important;
}
.qa-box .sow-accordion-title,
.qa-box .sow-icon-ionicons {
font-size: max(16px, min(3vw,20px) );
font-weight: 600;
line-height: 1.4;
word-break: auto-phrase;
}
.qa-box p {
font-size: max(14px, min(3vw,16px) );
line-height: 1.4;
}.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
#rpwwt-recent-posts-widget-with-thumbnails-2 img { width: 75px; height: 75px; }.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}