@charset "UTF-8";
a {
    cursor: pointer;
}
body {
    font-family: "Open Sans", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

#mainhead .head-mm-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.head-mm-contents {
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}
#mainhead .head-mm-contents .logo {
    width: 260px;
    margin: 0 0 10px 0;
    display: block;
}
h1 {
    font-size: 2em;
}
#mainhead .head-mm-contents .logo .st0 {
    fill: #07b9ee;
}
#mainhead .head-mm-contents .logo .st1 {
    fill: #00a7ea;
}
#mainhead .head-mm-contents .menu {
    display: flex;
    align-items: center;
    text-align: center;
}
.menu-item {
    display: inline-block;
    position: relative; 
}
.menu-item-type {
    min-width: 140px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#mainhead .head-mm-contents .menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;   
    bottom: -10px; 
    width: 1px;    
}
.language-btn-wrapper {
    text-align: right;
    padding-right: 3rem;
    padding-top: 15px;
}
.language-btn {
    text-align: right;
}
.language-btn-wrapper .read-more-btn::after {
    content: none ;
}
.vuyv {
    position: relative; 
    display: inline-block;      
    align-self: flex-end;
    background-color: #07b9ee; 
    overflow: hidden;
    border-radius: 4px;
    width: 90px;
    height: 20px;
}
.head-more-btn{
    position: relative;
    display: inline-flex; 
    align-items: center;
    gap: 6px; 
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.6rem;
    z-index: 1;
    top: 4%;
    left: -12%;
}
.menu .has-sub {
    position: relative;
}
.menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 250px;
    z-index: 1000;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.menu .sub-menu li {    
    padding-left: 10px;
    padding-right: 30px;
}
.menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.menu .sub-menu li a {
    position: relative;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-align: left;
    line-height: 1.2;
}
.menu-under-border {
    font-size: 1.8rem;
    color: #3C3C3C;
    font-weight: 700;
    line-height: 1.11111111;
}
.menu .sub-menu li:hover {
    background: #07b9ee; 
}
.menu .sub-menu li:hover > a {
    color: #fff; 
}
.menu .sub-menu li:hover > a::after {
    color: #fff; 
}
.menu li a.current {
    transform: none; 
}
.sub-menu li a::after {
    content: "＞"; 
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
}
.menu li a.current::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px; 
    width: 90%; 
    height: 3px; 
    background: #07b9ee; 
    border-radius: 5px; 
    transform: translateX(-50%); 
}
.menu li a:not(.current ,.menu .sub-menu li a ) {
    color: #949494;
    font-weight: 600;
}
.menu li.has-sub.open > .sub-menu {
    display: flex;          
    flex-direction: column; 
}
.hero {
    position: relative;
    width: 100%;       
    height: auto;      
    overflow: hidden;
}
#sliderBox {
    width: 100%;
    height: 100%;
}
.hero video {
  width: 100%;       /* 横幅いっぱい */
  height: auto;      /* 縦は自動調整 */
  display: block;
  object-fit: cover; /* 幅優先だが、上下はトリミング可 */
  position: relative; /* ← absoluteを解除 */
  z-index: 1;
}

.hero-content {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 1.5em;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8),
                 2px -2px 6px rgba(0,0,0,0.8),
                 -2px 2px 6px rgba(0,0,0,0.8),
                 -2px -2px 6px rgba(0,0,0,0.8);
    text-align: center;
    white-space: nowrap;
    max-width: none;
    z-index: 1;
}
.hero-content p {
    font-size: 3rem;
    font-weight: 600;
    line-height: 5rem;
    white-space: nowrap;
}
.about-section {
    padding: 200px 0;
}
.section-title {
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 100px;
    display: inline-block; 
    padding-bottom: 10px;
    color: #00194c;
    border-bottom: solid 3px #07b9ee;
}
.titile-nuawfes {
    text-align: center; 
}
.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.about-content p {
    font-size: 2.2rem;
    color: #3c3c3c;
    line-height: 1.8;
    font-weight: 400;
}
/* Services-Section */
.services-section {
    padding: 100px 0;
    background: #f0fbff;
}
.essdd {
    margin-bottom: 140px;
}
.services-grid {
    display: grid;
    gap: 10rem;
    width: 77%;
    margin: 0 auto;
}
.service-card {
    display: grid;
    grid-template-columns: 46% 52%;
    gap: 20px;
    background: #f0fbff;
    overflow: hidden;
    transition: all 0.3s ease;
}
.service-image {
    position: relative;
    overflow: hidden;
}
.ser-section-title {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 800;
    color: #00194c;
}
.service-image img {
    height: 375px;
    width: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.btn-content {
    display: flex;
    flex-direction: column; 
    text-align: center;
}
.tusnbude {
    margin-top: 20px;
}
.service-content h3 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #00194c;
    line-height: 1.3;
    margin-top: -7px;
    text-align: left;
}
.service-content p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.8;
    font-style: ïWèÄ;
    text-align: left;
}
.btn-border {
    position: relative; 
    display: inline-block;      
    align-self: flex-end;
    background-color: #07B9EE; 
    overflow: hidden;
    border-radius: 4px;
    height: 30PX;
    width: 140px;
    right: 4px;
}
.btn-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transition: transform 0.1s ease;
    z-index: 0;
    border-radius: 4px; 
}
.btn-border:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.read-more-btn {
    position: relative;
    display: inline-flex; 
    align-items: center;
    gap: 6px; 
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.8rem;
    z-index: 1;
    top: 17%;
}
.read-more-btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: transform 0.1s ease;
    position: relative;
    top: 2px;
}
.btn-border:hover .read-more-btn::after {
    transform: translateX(1px);
}
/* News Section */
.news-section {
    padding: 60px 0;
    width: 77%;
    margin: 0 auto;
}
.news-section p {
    font-size: 2.2rem;
    color: #3c3c3c;
    line-height: 1.8;
    margin-bottom: 50px;
}
.news-section-single {
    padding: 60px 0;
    width: 77%;
    margin: 0 auto;
}
.news-section-single p {
    line-height: 1.8;
    margin-bottom: 50px;
    font-size: 2.2rem;
}
.news-section-single p strong {
    font-weight: 700;
    font-size: 2.2rem;
}
.news-section-single p a {
    color: #0040ff;
    text-decoration: underline;
}
.news-container {
    background-color: #f0fbff;
}
.news-tabs {
    display: flex;
    background-color: white;
}
.tab-btn {
    flex: 1;
    background: transparent;
    border: none;
    padding: 16px 0;
    cursor: pointer;
    font-size: 1.6rem;
    color: #64748b;
    position: relative;
    font-weight: 500;         
    background-color: #f2f2f2; 
    transform: scale(0.98);
    height: 55px;
    font-size: 2.4rem;
}
.tab-btn.active {
    color: #00194c;
    background-color: #f0fbff;
    font-weight: 800; 
    padding: 18px 0;
    transform: scale(1);
    height: 60px;
    font-size: 3rem;
}
.tab-content {
    display: none;
    padding: 20px 0;
}
.tab-content.active {
    display: block;
}
.news-content-e {
    padding: 0;
    height: 360px;
}
.tab-content {
    display: none;
    padding: 20px 60px;
}
.tab-content.active {
    display: block;
}
.news-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #07b9ee;
    gap: 130px;
    flex-direction: row;
}
.news-item:last-of-type {
    border-bottom: none;
}
.news-date {
    color: #3c3c3c;
    font-weight: 600;
    min-width: 90px;
    font-size: 2.2rem;
    padding-left: 1.5rem;
    width: 90px;
}
.news-title {
    color: #3c3c3c;
    font-size: 2.2rem;
    padding-right: 1.5rem;
}
.news-read-btn {
    padding-bottom: 20px;
}
/* Resources Section */
.enis {
    padding-top: 140px;
}
.resources-section {
    background: white;
    margin: 0 auto;
    width: 77%;
}
.resources-grid {   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}
.resource-card {
    display: block;
    background: white;
    border: solid 2px #07b9ee;
    transition: all 0.3s ease;
    padding: 1rem;
    text-decoration: none; 
    color: inherit; 
}
.resource-image {
    cursor: pointer; 
    overflow: hidden; 
}
.resource-image img {
    padding: 2px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.5s ease;
}
.resource-image:hover img {
    opacity: 0.7; 
}
.resource-content {
    padding: 0.7rem;
}
.resource-content h4 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #00194c;
    line-height: 1.3;
}
.resource-content p {
    color: #000;
    line-height: 1.5;
    font-size: 1.6rem;
}
.resource-link {
    color: #00bcd4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}
.res-btn {
    padding-top: 50px;
    padding-bottom: 200px;
}
/* footer */
#mainfoot {
    background: #07b9ee;
    color: #ffffff;
    position: relative;
}
#mainfoot .head-mm-contents {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px 50px;
    position: relative;
    width: 93%;
    margin: 0 auto;
}
#mainfoot .head-mm-contents .logoBox {
    margin: 5px 30px 0 0;
}
#mainfoot .head-mm-contents .companyinfo .logo2 {
    display: none;
    width: 100px;
    height: 28px;
    margin: 10px 0 25px;
}
#mainfoot .head-mm-contents .logo {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
}
#mainfoot .head-mm-contents .logo svg {
    height: 60px;
    width: auto;
}
#mainfoot .head-mm-contents .companyinfo p {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: normal;
}
#mainfoot .head-mm-contents .menuWrap {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
#mainfoot .head-mm-contents .menuWrap ul {
    display: list-item;
    margin: 0px 20px;
    list-style: none;
}
.clearfix {
    min-height: 1px;
}
#mainfoot .head-mm-contents .menuWrap ul li {
    padding: 8px 0;
    font-size: 1.4rem;
    line-height: 1.1;
}
#mainfoot .head-mm-contents .menuWrap ul li a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
#mainfoot .head-mm-contents .menuWrap ul li a:not(.foot-read-more-btn) {
    color: #ffffff;
    transition: color 0.3s ease;
}
#mainfoot .head-mm-contents .menuWrap ul li a:hover:not(.foot-read-more-btn) {
    color: #454444;
}
#mainfoot .head-mm-contents .menuWrap ul li a:hover {
    opacity: 0.8;
}
#mainfoot .head-mm-contents .menuWrap ul li .sub-menu-foot {
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}
#mainfoot .head-mm-contents .menuWrap ul li .sub-menu-foot li {
    list-style: disc;
    margin-top: 8px;
    padding-bottom: 0px;
    font-weight: normal;
}
#mainfoot .head-mm-contents .logo .st0 {
    fill: #ffffff;
}
#mainfoot .head-mm-contents .logo .st1 {
    fill: #07b9ee;
}
#mainfoot .head-mm-contents .logo .st2 {
    fill: #ffffff;
}
.foot-language-selector {
    margin-top: 50px;
    position: relative; 
    display: inline-block;      
    align-self: flex-end;
    padding: 6px 12px; 
    background-color: #ffffff; 
    overflow: hidden;
    border-radius: 4px;
    width: 90px;
    height: 20px;
}
.foot-language-selector::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transition: transform 0.1s ease;
    z-index: 0;
    border-radius: 4px; 
}
.foot-language-selector:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.foot-read-more-btn {
    position: relative;
    display: inline-flex; 
    align-items: center;
    gap: 6px; 
    text-decoration: none;
    font-weight: 500;
    font-size: 1.6rem;
    z-index: 1;
    color: #07b9ee;
    top: 10%;
    left: 10%;
}
.lang-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lang-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}
.lang-btn.active {
    background: rgba(255, 255, 255, 0.9);
    color: #07b9ee;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    background: #07b9ee;
}
.copyright p {
    font-size: 1.2rem;
    opacity: 0.8;
}

.resource-card.coming-soon {
    position: relative;
    cursor: pointer;          
    pointer-events: auto;     
}
.resource-card.coming-soon[href="#"] {
    pointer-events: auto;    
}
.resource-card.coming-soon .resource-image {
    position: relative;
}
.resource-card.coming-soon .comingsoon-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10px);
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none; 
    z-index: 10;
    white-space: nowrap;
}
.resource-card.coming-soon:hover .comingsoon-label {
    opacity: 1;
    transform: translate(-50%, -50%);
}
/* page-service.php */
.fix-main {
    text-align: center;
    margin: 0 auto;
}
.page-service-section section {
    padding-bottom: 50px;
}
.service-title {
    background-color: #e6f8fd;
    height: 245px;
    text-align: center;
}
.ser-main-title {
    display: inline-block;
    font-size: 4rem;
    font-weight: 800;
    color: #00194c;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: solid 3px #07b9ee;
    margin-top: 100px;
}
.ser-hkatte {
    width: 77%;
    text-align: center;
    margin-bottom: 30px;
    margin: 0 auto;
    padding-top: 100px;
}
.ser-section-box {
    background-color: white;
    border: 2px solid #34495e;
    padding: 14px;
    margin-bottom: 50px;
}
.ser-content-text {
    font-size: 2.2rem;
    color: #3c3c3c;
    text-align: left;
    
    line-height: 1.8;
}
.text-top {
    margin-bottom: 60px;
}
.main-back-box {
    background-color: #e6f8fd;    
}
.main-back-inline {
    width: 77%;   
    margin: 0 auto;
}
.dmah-wrapper {
    margin: 0 auto;
}
.ester-tk {
    padding-top: 50px;
}
.dmah-ser {
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
}
.dmah-ser-2 {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.grvd {
    align-items: flex-start;
}
.rtrg {
    align-items: flex-start;
}
.dmah-box {
    background-color: #07b9ee;
    min-width: 300px; 
    max-width: 0px;
    display: none;
}
.dmah-box p {
    color: #fff;
    padding: 23px 0px;
    margin: 0;
    font-size: 2.6rem;
    font-weight: 600;
}
.dmah-text {
    flex: 1;
    margin: 0;
    text-align: left;
}
.small-text {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.75;
}
.big-text {
    font-weight: 800;
    color: #00194c;
    font-size: 3rem;
    line-height: 1.3;
}
.big-text br {
    display: none;
}
.dmah-image {
    text-align: center;
    margin-bottom: 100px;
}
.dmah-image-2 {
    text-align: center;
    margin-bottom: 60px;
}
.dmah-image img,.dmah-image-2 img {
    width: 100%;
}
.nfseiudvnbz {
    margin-top: -0.2em;
}
.hsnere {
    padding-top: 50px;
    padding-bottom: 50px;
}
.semi-small-text {
    font-size: 2rem;
    line-height: 1.4;
    color: #3c3c3c;
    font-weight: 600;
}
.check-container {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding-bottom: 50px;
}
.flex-erry {
    min-width: 290px;
    text-align: right;
}
.side-fix {
    background-color: #fff;
    border: 2px solid #90caf9;
    width: 200px;
    height: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
}
.side-fix-title {
    font-size: 2rem;
    font-weight: 600;
    color: #07b9ee;
    letter-spacing: 0.5px;
    position: absolute;
    line-height: 1.2;
}
.first-side {
    left: 15%;
    top: 45%;
}
.second-side {
    left: 23%;
    top: 23%;
}
.third-side {
    left: 11%;
    top: 45%;
}
.forth-side {
    left: 33%;
    top: 27%;
}
.ser-check-content {
    flex: 1;
}
.check-list-main:not(:last-child) {
    margin-bottom: 50px;
}
.check-list-main-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #00194c;
    display: flex;
    margin-top: -0.4em;
    line-height: 1.5;
}
.checklist {
    list-style: none;
}
.checklist-item {
    padding-left: 25px;
    position: relative;
    font-size: 2rem;
    color: #000000;
    line-height: 1.1;
    border-bottom: 2px dotted #949494;
    font-weight: 600;
    color: #3c3c3c;
}
.checklist-item:not(:last-child) {
    margin-bottom: 10px;
}
.padd-trnis {
    padding-right: 12px;
}
.dotted-border::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #000;
    font-weight:600;
    font-size: 1.8rem;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: 2px;
}
.dotted-border {   
    padding-bottom: 8px;
    text-align: left;
}
.list-fact {
    position: relative; 
    padding-left: 25px; 
    padding-bottom: 30px;
}
.list-fact::before {
    content: ""; 
    position: absolute;
    left: -5px;
    top: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #07b9ee;
}
.list-fact-2 {
    position: relative; 
    padding-left: 16px; 
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.25;
}
.list-fact-2::before {
    content: ""; 
    position: absolute;
    left: 0px;
    top: 9px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #333;
}
.list-fact-2:last-child {
    padding-bottom: 10px;
}
.btn-guide {
    text-align: center;
    padding-top: 200px;
    margin-bottom: 150px;
    width: 90%;
    margin: 0 auto 150px auto;
}
.guide-text {
    padding-bottom: 50px;
}
.big-btn-border {
    position: relative; 
    display: inline-block;      
    align-self: flex-end;
    padding: 10px 17px; 
    background-color: #07b9ee; 
    overflow: hidden;
    border-radius: 4px;
}
.big-btn-border::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transition: transform 0.1s ease;
    z-index: 0;
    border-radius: 4px; 
}
.btn-border:hover::before {
    transform: translateX(-50%) scaleX(1);
}
.big-read-more-btn {
    position: relative;
    display: inline-flex; 
    align-items: center;
    gap: 20px; 
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 3rem; 
    z-index: 1;
    font-weight: 600;
}
.big-read-more-btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid #fff; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: transform 0.1s ease;
}
.big-btn-border:hover .read-more-btn::after {
    transform: translateX(1px);
}
.sefbiu {
    padding-top: 40px;
}
.tyux {
    padding-bottom: 30px;
}
.gs-non {
    margin-top: -0.3em;
}
.thain {
    padding-bottom: 50px;
}
.thain-2 {
    padding-bottom: 150px;
}
.esi2 {
    padding: 19px;
}


/* archive-news.php */
.news-content {
    display: flex;
    justify-content: space-between;
    width: 77%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 2.2rem;
}
.news-active {
    flex: 1;
}
.news-item-arc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
    border-bottom: 2px solid #949494;
    height: 80px;
    padding-left: 30px;
    text-decoration: none;   
    transition: background-color 0.2s ease;
}
.news-date-arc {
    min-width: 80px;
    font-weight: 600;
}
.news-title-arc {
    font-weight: 400;
    flex: 1;
}
.news-date-arc a,.news-title-arc a {
    color: #3c3c3c;
}
.news-sidebar {
    width: 200px;
    margin-left: 100px;
}
.archive-header {
    background-color: #e6f8fd;
    font-weight: bold;
    color: #00194c;
    position: relative;
}
.archive-header p {
    text-align: center;
    font-size: 3rem;
    border-bottom: 3px solid #07b9ee;
    display: inline-block;
    position: absolute;
    top: 28%;
    left: 21%;
}
.marve {
    height: 80px;
    width: 200px;
}
.archive-list {
    background-color: #f8f8f8;
    border-top: none;
    width: 200px;
}
.archive-item {
    display: block;
    border-bottom: 2px solid #949494;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s;
    text-decoration: none;
    color: inherit;
}
.archive-item p {
    padding: 30px 50px;
    margin: 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: 600;
}
.pagination-ret {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 200px;
}
.pagination-ret .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
.pagination-ret .nav-links .page-numbers {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: #07b9ee;
    border: 1px solid #07b9ee;
    width: 30px;
    height: 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 2.2rem;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    font-weight: 700;
}
.pagination-ret .nav-links .page-numbers.current {
    background-color: #07b9ee;
    color: white;
    border: 1px solid #07b9ee;
    border-radius: 5px;
    font-weight: 700;
}
.pagination-ret .nav-links .page-numbers:hover:not(.current) {
    background-color: #f0f0f0;
    border-radius: 5px;
    font-weight: 700;
}
.pagination-ret .nav-links .prev::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 15px solid #07b9ee;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination-ret .nav-links .next::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid #07b9ee;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pagination-ret .nav-links .prev,
.pagination-ret .nav-links .next {
    border: none !important;
}
.pagination-ret .nav-links .prev:hover::after,
.pagination-ret .nav-links .next:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
}
.pagination-ret .nav-links .dots {
    color: #07b9ee;
    padding: 8px 4px;
    border: none;
    transform: translateY(-15px);
}
.pagination-ret .nav-links .prev {
    margin-right: 2.5rem;
}
.pagination-ret .nav-links .next {
    margin-left: 2.5rem;
}







/* archive-news.php */
.service-title-news {
    height: 200px;
    text-align: center;
}
.ser-main-title-news {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #00194c;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: solid 3px #07b9ee;
    margin-top: 50px;
}
.service-sab-title {
    text-align: center;
    padding: 70px;
}
.company-info-container {
    width: 77%;
    margin: 0px auto;
}
.company-info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.company-info-table tr {
    border-bottom: 1px solid #949494;
}
.co-name {
    border-top: 1px solid #949494;
}
.info-label {
    background-color: #e6f8fd;
    padding: 15px 20px;
    color: #3c3c3c;
    width: 200px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}
.info-value {
    padding: 15px 20px;
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 600;
    gap: 2rem;
}
.info-value-fefd {
    padding: 5px 20px;
    color: #3c3c3c;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 600;
}
.officer-item {
    margin-bottom: 8px;
    display: flex;
    gap: 2rem;
}
.officer-item:last-child {
    margin-bottom: 0;
}
.officer-title {
    min-width: 150px;
    font-weight: 400;
    color: #3c3c3c;
    list-style: none;
    line-height: 2;
}
.officer-name {
    color: #3c3c3c;
    font-weight: 600;
    list-style: none;
    line-height: 2;
}
.access-note {
    color: #3c3c3c;
    font-style: italic;
    font-size: 2rem;
    line-height: 2;
}
.map-section {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 0px;
}
.map-container {
    width: 100%;
    margin: 0 auto;
    border: #3c3c3c solid 1px;
    overflow: hidden;
}
.map-placeholder {
    width: 100%;
    height: 600px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.btn-guide-map {
    text-align: center;
}
.bsefn-en {
    background-color: #e6f8fd;
}
.service-title-i {
    background-color: #e6f8fd;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.se-fnusei {
    margin-top: 70px;
}
.company-his-info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #e6f8fd;
    text-align: left;
}
.info-his-label {
    background-color: #ffffff;
    padding: 15px 20px;
    font-weight: 600;
    color: #333;
    width: 200px;
    vertical-align: middle;
    font-size: 2rem;
}
.info-his-value {
    color: #333;
    line-height: 1.2;
    background-color: #e6f8fd;
    font-size: 2rem;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 20px;
}
.company-his-info-table tr {
    border-bottom: 1px solid #949494;
    height: 7rem;
}
.company-info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.company-info-table tr {
    border-bottom: 1px solid #949494;
}
.affiliated-section, .business-partner-section {
    margin: 200px auto;
}
.business-partner-section {
    margin-bottom: 280px;
}
.section-header {
    text-align: center;
}
.affiliated-companies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 40px;
}
.company-card, .partner-card {
    background-color: #fff;
}
.company-name, .partner-name {
    font-size: 3rem;
    color: #00194c;
    font-weight: 800;
    margin-bottom: 17px;
    line-height: 1.3;
    text-align: left;
    position: relative;
}
.trniesaa {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.company-description {
    color: #000;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
}
.company-link, .partner-link {
    color: #00194c;
    text-decoration: underline;
    font-size: 2rem;
    transition: color 0.3s ease;
    line-height: 1.4;
    font-weight: 400;
}
.partner-link {
    position: absolute;
    transform: translate(-50%, 270%);
}
.partner-card {
    text-align: center;
    margin: 0 auto;
}
/* page-resources.php */
.resource-text {
    padding-top: 100px;
    padding-bottom: 100px;
}
.resource-text p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
}
.tneie {
    padding-bottom: 100px;
}
.resource-bottom {
    padding-bottom: 100px;
}
.main-table {
    border-collapse: collapse;
    width: 100%;
}
.neusode tr th {
    background-color: #5470c6;
    color: white;
    padding: 20px 20px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
}    
.main-table-body tr td {
    color: #333333;
    padding: 20px 20px;
    text-align: center;
    border: 1px solid #ffffff;
    font-weight: 600;
    font-size: 1.5rem;
}  
/* page-privacy-policy.php */
.text-whses {
    font-size: 2.2rem;
    line-height: 1.8;
}
.text-left-gap {
    padding-left: 10px;
}
.tsesmios-erry {
    list-style: none;
}
.rand-es {
    padding-top: 50px;
}
.grniit {
    width: 77%;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 200px;
}
.top-content-grniit {
    padding-top: 50px;
}
.sub-title-text-tend {
    padding-bottom: 50px;
}
.sub-title-text-tend h4 {
    font-size: 3rem;
    font-weight: 800;
    color: #00194c;
    border-bottom: solid 3px #07b9ee;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.sub-title-virticle {
    font-weight: 400;
    font-size: 2.2rem;
    position: relative;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1.8;
    padding-left: 10px;
    color: #3C3C3C;
    padding-bottom: 10px;
}
.sub-title-virticle::before {
    content: "";
    position: absolute;
    left: -5px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #07b9ee;
    top: calc(1em - 2px);
}

.text-main-lege {
    list-style: none;
    display: flex;
}
.text-main-lege-span {
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: 600;
    padding-right: 10px;
}
/* page-over.php */
.padding-title {
    padding-top: 100px;
}
.rid-container {
    background: white;
}
.rid-container:not(:last-child) {
    padding-bottom: 50px;
}
.thund-esr {
    padding-bottom: 50px;
}
.days-version {
    text-align: left;
    color: #666;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 500;
}
.sub-contents-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: #2c3e50;
}
.sub-section-title {
    font-size: 3rem;
    font-weight: 600;
    margin: 0px 0 50px 0;
    color: #34495e;
    padding-left: 15px;
}
.subsection-content , .subsection-content li {
    margin-left: 25px;
    color: #3c3c3c;
    font-size: 2.2rem;
    position: relative;
    list-style: none;
    line-height: 1.8;
}
.subsection-content ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
.subsection-content-over {
    margin-left: 60px;
}
.sub-main-content {
    line-height: 1.8;
    padding-bottom: 20px;
}
.sub-section-title a {
    color: #3C3C3C;
    text-decoration: underline;    
}
.sub-section-title a:hover {
    cursor: pointer;
}
.sub-sub-conternt {
    margin-bottom: 0;
    list-style-type: none;
    padding-bottom: 20px;
    line-height: 1.8;
}
.sub-renethic-content {
    margin-bottom: 0;
    list-style-type: none;
    padding-bottom: 20px;
    line-height: 1.8;
    margin-left: 25px;
    position: relative;
}
.sub-renethic-content::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3c3c3c;
    position: absolute;
    left: -10px;
    top: calc(0.75em - 0px);
}
.sub-whei-content {
    font-weight: 600;
    padding-bottom: 20px;
}
.way-as {
    line-height: 1.8;
    padding-bottom: 20px;
    text-decoration: underline;   
    display: inline-block; 
}
.way-as::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3c3c3c;
    position: absolute;
    left: -10px;
    top: calc(1em - 4px);
}
.sub-flex-cont {
    display: flex;
}
.senuiose-eey {
    white-space: nowrap;
}
.sub-notpaioint-content {
    margin-bottom: 0;
    list-style-type: none;
    padding-bottom: 20px;
    line-height: 1.8;
}
.subsection-content:not(:last-child) {
    padding-bottom: 0px;
}
.content-existence {
    padding-bottom: 20px;
}
.sub-main-content::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3c3c3c;
    position: absolute;
    left: -10px;
    top: calc(1em - 4px);
}
.sub-sub-conternt::before {
    content: "- ";
    margin-left: -15px;
}
.subsection-content-other {
    padding-top: 50px;
}
.subsection-content-other .sub-main-content::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -10px;
    top: calc(0.75em - -50px);
}
.main-section {
    margin: 25px 0;
    font-size: 3rem;
    font-weight: 500;
    color: #2c3e50;
}
.regulatory-title h1 {
    font-size: 24px;
    margin-bottom: 5px;
}
.regulatory-title .english-subtitle {
    font-size: 14px;
    color: #666;
}
.legislative-chapter {
    margin-bottom: 15px;
}
.chapter-navigator {
    background: #f5f5f5;
    padding: 10px;
}
.chapter-expander {
    float: right;
}
.statutory-section {
    margin: 8px 0;
    padding-left: 20px;
    display: flex;
    gap: 3rem;
}
.statutory-section div {
    font-size: 2rem;
}
.run-reneady {
    padding-left: 60px;
}
.section-identifier {
    margin-bottom: 3px;
    font-weight: 700;
    white-space: nowrap;
}
.section-translation {
    color: #3c3c3c;
    font-size: 14px;
}
.section-translation span {
    padding-right: 10px;
}
.variance-documentation {
    margin-top: 40px; 
    padding: 20px;
}
.variance-documentation h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.regulatory-difference {
    margin: 15px 0;
    padding: 10px;    
}
.difference-heading {
    margin-bottom: 8px;
    font-size: 2rem;
}
.retention-requirements {
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 1.8;
}
.retention-requirements ul {
    margin-left: 20px;
}
.retention-requirements li {
    margin: 5px 0;
}
.qms-main-container {
    width: 100%;
    border: 2px solid #666;
    background-color: #b8c5d6;
    position: relative;
} 
.qms-header-title {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
} 
.regulation-structure-section {
    background-color: #8bc34a;
    height: 60px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: solid 2px #666;
}        
.chapter-two-content-area {
    background-color: white;
    height: 240px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    border-left: solid 2px #666;
    border-right: solid 2px #666;
}        
.bottom-sections-container {
    display: flex;
    margin: 0 20px;
    height: 60px;
    padding-bottom: 50px;
}        
.chapter-three-section-left {
    background-color: #ffc107;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: solid 2px #666;
}        
.gvp-regulation-section-right {
    background-color: #ffc107;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    border-top: solid 2px #666;
}
.medical-device-classification-matrix-container {
    border-collapse: collapse;
    width: 100%;
}

.class-header-row-blue-background th {
    background-color: #5470c6;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
    vertical-align: middle;
}
.first-header-empty-cell {
    background-color: #5470c6;
    width: 50%;
}
.submission-process-data-rows td {
    background-color: #d4d8e8;
    color: #333333;
    padding: 15px;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
}
.japanese-terminology-cell {
    text-align: left;
    font-weight: normal;
}
.regulatory-notes-bullet-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    background-color: #d4d8e8;
    padding: 1rem;
    border: 1px solid #ffffff;
    margin-bottom: 100px;
}
.regulatory-notes-bullet-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
    font-size: 1.5rem;
}
.regulatory-notes-bullet-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3C3C3C;
    font-weight: bold;
}
.pma-row1 {
    background-color: #d9e2f3;
}      
.pma-row2 {
    background-color: #b4c6e7;
}       
.pma-row3 {
    background-color: #8faadc;
}        
.pma-cell {
    padding: 12px;
    font-size: 1.5rem;
    border: 1px solid white;
    vertical-align: top;
    color: #3C3C3C;
}        
.pma-module-name {
    font-weight: normal;
    margin-bottom: 2px;
}   
.pma-module-jp {
    font-size: 1.2rem;
}
.rounder-medisuth {
    margin-bottom: 100px;
}
.pmaext-header {
    background-color: #5472c4;
    color: white;
    padding: 8px 12px;
    font-size: 1.6rem;
    font-weight: 700;
} 
.pmaext-item {
    background-color: #d9e2f3;
    padding: 6px 12px;
    font-size: 1.5rem;
    color: #3C3C3C;
    border-bottom: 1px solid #ffffff;
}     
.pmaext-item:last-child {
    border-bottom: none;
}  
.pmaext-bullet {
    margin-right: 8px;
}
.pmaext-list {
    padding-bottom: 100px;
    padding-top: 50px;
}
.regcat-header-row {
    background-color: #5b7bc4;
    vertical-align: middle;
} 
.regcat-header-cell {
    color: white;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
    vertical-align: middle;
}   
.regcat-category-col {
    width: 50%;
}        
.regcat-md-col {
    width: 12.5%;
}  
.regcat-class1-col {
    width: 12.5%;
}  
.regcat-samd-col {
    width: 12.5%;
}  
.regcat-recording-col {
    width: 12.5%;
}      
.regcat-data-row {
    background-color: #b4c6e7;
} 
.regcat-manufacturing-row {
    background-color: #d9e2f3;
}  
.regcat-cell {
    padding: 8px 10px;
    font-size: 1.5rem;
    border: 1px solid #ffffff;
    text-align: center;
    color: #3c3c3c;
}        
.regcat-category-cell {
    text-align: left;
    background-color: #b4c6e7;
} 
.regcat-manufacturing-row .regcat-category-cell {
    background-color: #d9e2f3;
}
.regcat-check-cell {
    font-weight: bold;
}
.regcat-note-row {
    background-color: #d9e2f3;
}    
.regcat-note-cell {
    padding: 6px 10px;
    font-size: 1.5rem;
    color: #3C3C3C;
    text-align: left;
    border: 1px solid #ffffff;
}
.chgass-table {
    border-collapse: collapse;
    width: 100%;
}        
.chgass-header-main {
    background-color: #5470c6;
    color: white;
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
    width: 48%;
    vertical-align: middle;
}        
.chgass-header-response {
    background-color: #5470c6;
    color: white;
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
}       
.chgass-header-yes {
    background-color: #5470c6;
    color: white;
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
    width: 26%;
}   
.chgass-header-no {
    background-color: #5470c6;
    color: white;
    padding: 20px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
    width: 26%;
}
.chgass-row {
    line-height: 1.5;
}
.chgass-row:nth-child(odd) {
    background-color: #d4d8e8;
}        
.chgass-row:nth-child(even) {
    background-color: #e7ecf5;
} 
.chgass-question {
    padding: 15px 10px;
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    border: 1px solid #ffffff;
    vertical-align: middle;
}        
.chgass-yes {
    padding: 15px 10px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.chgass-no {
    padding: 15px 10px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    border: 1px solid #ffffff;
    vertical-align: middle;
}
.chgass-bold {
    font-weight: 600;
}
.tteeswey-bottom {
    padding-bottom: 100px;
}

/* page-contact.php */
.wpcf7 * { margin: 0;  box-sizing: border-box;  font-size: 1.8rem;  padding-bottom: 20px;}

.wpcf7 .form-group {
    margin-bottom: 30px;
}
.wpcf7 .form-group label {
    display: block;
    font-size: 1.8rem;
    color: #3c3c3c;
    margin-bottom: 8px;
}
.wpcf7 .required {
    color: #00bcd4;
    font-size: 1.5rem;
    margin-left: 4px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #999;
    font-size: 1.8rem;
    background: #e6f8fd;
}
.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}
.wpcf7 .checkbox-group {
    margin-top: 8px;
}
.checkbox-group p {
    display: flex;
}
.wpcf7 .checkbox-item {
    display: inline-block;
    margin-right: 30px;
}
.wpcf7 .checkbox-item input {
    margin-right: 6px;
    vertical-align: middle;
}
.wpcf7 .checkbox-item span {
    vertical-align: middle;
}
.wpcf7 .note {
    font-size: 13px;
    color: #666;
    margin: 30px 0 40px;
}
.wpcf7 .privacy-notice {
    text-align: center;
    margin: 40px 0 30px;
    font-size: 1.4rem;
}
.wpcf7 .privacy-notice a {
    color: #00bcd4;
    text-decoration: none;
}
.wpcf7 .submit-wrapper {
    text-align: center;
}
.wpcf7 input[type="submit"] {
    background: #07b9ee;
    color: white;
    padding: 15px 80px 15px 60px;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: relative;
}
.wpcf7 input[type="submit"]:after {
    content: '›';
    position: absolute;
    right: 30px;
    font-size: 2.4rem;
}
.wpcf7 input[type="submit"]:hover {
    background: #00acc1;
}
.sub-title-text-tend-middle h4 {
    font-size: 3rem;
    font-weight: 800;
    color: #00194c;
    border-bottom: solid 3px #07b9ee;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 10px;
}
.wpcf7 .privacy-notice {
    text-align: center;  
    margin: 20px 0;
}
.wpcf7-list-item {
    padding-right: 20px;
}
.wpcf7 .submit-wrapper {
    text-align: center;  
    margin-top: 20px;
}
.wpcf7-list-item-label {
    font-size: 1.5rem;
}
.title-contactform7 {
    padding-bottom: 20px;
}
.wpcf7-confirm .title-contactform7 {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.wpcf7-confirm .cf7pp-value {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    background: #e6f8fd;
    border: 1px solid #999;
    margin-bottom: 10px;
}
.wpcf7-confirm .privacy-notice,
.wpcf7-confirm .submit-wrapper {
    text-align: center;
    margin: 20px 0;
}
.wpcf7 .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 6px; 
    font-size: 1.8rem; 
}
.wpcf7-confirm .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.wpcf7 .wpcf7-list-item {
    display: inline-flex;       
    align-items: center;       
    margin-right: 10px;        
}
.wpcf7 .wpcf7-list-item input[type="checkbox"] {
    margin: 0 4px 0 0;         
}
.wpcf7 .wpcf7-list-item-label {
    margin: 0;
    padding: 0;
}
.contact-section {
    padding: 60px 0;
    width: 77%;
    margin: 0 auto;
}
.contact-section p {
    font-size: 2.2rem;
    color: #3c3c3c;
    line-height: 1.8;
}
.contact-form-table {
    width: 100%;
}
.contact-form-table p {
    padding-bottom: 0;
}
#wpcf7cpcnf {
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
}
#wpcf7cpcnf table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
#wpcf7cpcnf th,
#wpcf7cpcnf td {
    border: 1px solid #999;
    padding: 12px 15px;
    vertical-align: top;
    background: #e6f8fd;
    font-size: 1.8rem;
}
#wpcf7cpcnf th {
    width: 30%;
    text-align: left;
    background: #f0f9fc;
}
#wpcf7cpcnf td p {
    margin: 0;
}
#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center;
    margin-top: 40px;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
    background: #ccc;
    color: #333;
    padding: 15px 40px;
    border: none;
    font-size: 1.8rem;
    margin-right: 20px;
    cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn {
    background: #00bcd4;
    color: white;
    padding: 15px 60px;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    position: relative;
}
#wpcf7cpcnf .wpcf7cp-cfm-submit-btn:hover {
    background: #00acc1;
}
.single-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 100px;
}
.single-pagination a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #07b9ee;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.previouspostslink,
.nextpostslink,
.listpage-link {
    font-size: 1.5rem;
    width: 150px;
    height: 30px;
}
.empty-placeholder {
    display: inline-block;
    width: 150px;
    height: 30px;
}



/* ============================
   Regulation Grid Layout
============================ */
.reg-grid {
    display: grid;
    grid-template-columns: 220px 220px 220px 1fr 220px 200px;
    width: 100%;
    gap: 0;
}

/* ============================
   共通セルデザイン
============================ */
.reg-cell {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reg {
    pointer-events: none;
}
.reg-cell p {
    margin: 0;
}
.header-cell {
    background: #fff;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #000;
}
.cell-primary   { background: #eef7ff; font-weight: bold; }
.cell-secondary { background: #f4faff; font-weight: bold; }
.cell-tertiary  { background: #ffffff; }

/* ============================
   レスポンシブ（必要なら調整可能）
============================ */
@media (max-width: 900px) {
    .reg-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
}
