/*******************************************************
 * for ID PHOTO CATEGORY PAGE
 *******************************************************/
.compare.focus-point {
 margin-top: 1rem;
 gap: 1.5rem;
}

.wp-block-columns:has(.studio-point) {
 margin-top: 1rem;
 margin-bottom: 5rem;
 gap: 2.5rem;
}
.studio-point {
 margin: 1.5rem auto;
 padding: 1rem 1rem 1rem 65px;
 max-width: 500px;
 background-color: #119493;
 background-image: url("/wp/wp-content/themes/blocksy-child/img/common/icon_point_yl.png");
 background-repeat: no-repeat;
 background-size: 45px;
 background-position: 8px 46%;
 border-radius: 8px;
 color: #fff;
 position: relative;
 flex-grow: 1;
}
.studio-point::before {
 content: "";
 position: absolute;
 top: -25px;
 left: 50%;
 margin-left: -10px;
 border: 10px solid transparent;
 border-bottom: 18px solid #119493;
}

.retouch-check {
 padding: 1rem 1rem 1rem 0.2rem;
 max-width: 800px;
}
.retouch-check ul { padding: 0; }
.retouch-check li {
 margin-bottom: 0.5rem;
 color: #119493;
 font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
 font-weight: bold;
 list-style: none;
}




/* -------------------------------------------------
  type-size page
--------------------------------------------------*/
.required-box {
 padding: 1rem 2rem 1.5rem;
 max-width: 860px;
}
.required-box .wp-block-column:first-of-type p { margin-bottom: 0.5rem; }
.required-box ul { padding-left: 0; }
.required-box li {
 margin-bottom: 0.2rem;
 padding-top: 0.2rem;
 color: #119493;
 font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
 font-weight: bold;
 line-height: 1.5;
 list-style: none;
 display: flex;
}
.required-box li::before {
 margin-top: -0.2rem;
 margin-right: 0.5rem;
 content: "\e834";
 font-size: 1.8em;
 font-family: "Material Symbols Outlined";
 font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
 line-height: 1;
}

.required-box .memo {
 padding: 0.5rem 1.5rem 1.2rem;
 background-color: #f8f6e7;
 box-shadow: 3px 3px 6px 0px rgba(70, 70, 70, 0.3);
}
.required-box .memo strong {
 display: block;
 margin-bottom: 0.8rem;
 padding-bottom: 0.1rem;
 border-bottom: 1px dotted #aaa;
 color: #ff9e0d;
 font-size: 140%;
 text-align: center;
}



.compare.bysize { gap: 1.5rem; }
.compare.bysize .wp-block-column {
 display: flex;
 flex-direction: column;
}
.compare.bysize h5 {
 margin-bottom: 0.6rem;
 padding: 0.2rem;
 background-color: #e2f0f0;
 color: #119493;
 text-align: center;
}
.compare.bysize .wp-block-flexible-table-block-table { flex-grow: 1; }
.compare.bysize .wp-block-flexible-table-block-table > table { height: 100%; }
.compare.bysize .wp-block-flexible-table-block-table > table th { height: 1em; }

.size-list .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:not(:first-child) {
 text-align: center;
}

.point-box2.tsp { margin: 3rem 0 4rem; }



 @media screen and (min-width: 768px){

 }