@charset "UTF-8";


.container.wp-contents .subject {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
}

.column .glid_col3 a .cat {
    background: #006ab6;
}

.pagetop {
    bottom: 40px !important;
    right: 20px !important;
}

footer {
    padding: 30px 20px 30px !important;
}

.column .article_list .article_list-category {
    margin: 8px 0 4px;
}

.column .article_list .article_list-category a {
    display: inline-block;
    width: fit-content;
}

.wp-contents.column .glid_col3 .thumbnail {
    margin-bottom: 0;
}

.single-post.single p {
    line-height: 1.6;
}

/* 追加 */
.wp-contents * {
    box-sizing: border-box;
}

.column.container.wp-contents a {
    text-decoration: none;
    color: #000;
}

.column.container.wp-contents .title {
    font-weight: bold;
}

.article.wp-contents {
    padding: 35px 20px 105px;
    word-break: break-all;
    width: min(100%, 900px);
    margin: 0 auto;
    position: relative;
    vertical-align: auto;
}

.article.container.wp-contents a {
    display: inline-block;
    color: #1A0DAB;
    text-decoration: underline;
}

.container.wp-contents a:hover {
    transition: .4s;
    opacity: .6;
}

.article.container.wp-contents .pickupPost-post a {
    display: block;
}

.container.wp-contents p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.container.wp-contents p:has(+ p) {
    margin-bottom: 10px;
}

.container.wp-contents li {
    list-style-type: none;
}

.pankuzu-wrap {
    background: #c5cacf;
    padding: 15px 20px;
    font-size: 14px;
}

.pankuzu {
    overflow-x: auto;
    width: min(100%, 1000px);
    margin: 0 auto;
    scrollbar-width: thin;
}

.pankuzu ul,
.pankuzu ol {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pankuzu li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    flex-shrink: 0;
}

.pankuzu li:not(:last-child):after {
    content: "＞";
    flex-shrink: 0;
}

.pankuzu li a,
.pankuzu li span {
    flex-shrink: 0;
}

.category-head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006ab6;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    min-height: 120px;
}

.category-head h1 {
    width: min(100%, 1040px);
    padding: 20px;
    margin: 0 auto;
}

.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 12px;
}

.article-list .thumbnail {
    margin-bottom: 4px;
}

.container.wp-contents .article-list_ttl {
    margin-bottom: 0;
}

.pagination {}


ul.page-numbers {
    margin-top: 40px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.wp-contents .pagination span,
.wp-contents .pagination a.page-numbers {
    border: 1px solid rgba(0, 106, 182, 0.6);
    border-radius: 4px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    color: #006ab6;
    text-align: center;
    text-decoration: none;
}

.wp-contents .pagination .current {
    border-color: #006ab6;
    background: #006ab6;
    color: #fff;
}

.pagination .prev::before {
    content: "<<";
    font-size: 12px;
}

.pagination .next::after {
    content: ">>";
    font-size: 12px;
}

.post-date {
    font-size: 14px;
    text-align: right;
}

.container.wp-contents textarea {
    width: 100%;
    height: 160px;
}

.thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.parts-mokuji {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
}

.post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-list a {
    display: block;
    text-decoration: none;
}

.post-list .thumbnail {
    aspect-ratio: 4 / 3;
}

.post-list .thumbnail img {
    object-fit: contain;
}

.container.wp-contents .post-list--ttl {
    margin-bottom: 0;
    text-decoration: underline;
}

.container.wp-contents .post-list--date {
    text-align: right;
    margin-bottom: 0;
    color: #666 !important;
}

.container.wp-contents h2 {
    border-bottom: 6px solid #ffe70e;
    padding: 10px 14px;
    margin: 50px 0 20px;
    background: #006ab6;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
}

.container.wp-contents h3 {
    border-bottom: 3px solid currentColor;
    padding-bottom: 11px;
    margin: 40px 0 20px;
    color: #006ab6;
    font-size: 22px;
    line-height: 1.4;
}

.container.wp-contents h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
}

.container.wp-contents h2+h3,
.container.wp-contents h3+h4 {
    margin-top: 0;
}

.subhead {
    position: relative;
    margin: 0;
    font-size: 18px;
    padding-left: 20px;
    margin: 20px 0 10px;
    color: #006ab6;
    font-weight: 700;
}

.subhead::before {
    position: absolute;
    left: 3px;
    top: 11px;
    content: '';
    display: block;
    width: 10px;
    aspect-ratio: 1 / 1;
    background: #006ab6;
}


.subhead-num {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding-left: 38px;
    margin: 20px 0 10px;
}

.subhead-num span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #006ab6;
    color: #fff;
    font-size: 16px;
}

.red,
.blue {
    color: #006ab6;
}

.green,
.orange {
    color: #eb8400;
}

.caution {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 12px;
}

div:has(+.caution),
table:has(+.caution),
p:has(+.caution) {
    margin-bottom: 4px;
}

.bold {
    font-weight: bold;
}

.marker {
    font-weight: bold;
}

.img-100 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.img-100 a {
    width: 100%;
}

.img-100 img {
    display: block;
    width: 100%;
    height: 100%;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
    vertical-align: middle;
}

.table th,
.table td {
    vertical-align: middle;
}

.table thead th {
    text-align: center;
    padding: 12px;
    background: #a0d5ee;
    border: 1px solid #ccc;
    border-right: none;
}

.table thead th+th {
    border-left: 1px solid #fff;
}

.table tbody th {
    padding: 10px;
    border: 1px solid #ccc;
    background: #f0f1f2;
    text-align: center;
}

.table td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: center;
}

.container.wp-contents .table td>:last-child {
    margin-bottom: 0;
}

.table a:has(img) {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.box {
    padding: 20px;
    margin-bottom: 20px;
}

.container.wp-contents .box>:first-child {
    margin-top: 0;
}

.container.wp-contents .box>:last-child {
    margin-bottom: 0;
}

.textbox {
    border: 1px solid #5c3a25;
}

.textbox.box[data-type="brown"] {
    border: none;
}

.box[data-type="brown"] {
    background: #fcf8e8;
}

.box[data-type="gray"] {
    background: #eceff2;
}


.container.wp-contents ul:not([class]),
.container.wp-contents ol:not([class]) {
    margin-bottom: 20px;
}

.container.wp-contents ul:not([class]) li+li,
.container.wp-contents ol:not([class]) li+li {
    margin-top: 4px;
}

.container.wp-contents ul:not([class]) li {
    list-style-type: disc;
    margin-left: 22px;
}

.container.wp-contents ol:not([class]) li {
    list-style-type: decimal;
    margin-left: 22px;
}

.checkList-g,
.checkList-r {
    margin-bottom: 20px;
}

.checkList-g li,
.checkList-r li {
    position: relative;
    padding-left: 22px;
}

.checkList-g li::before,
.checkList-r li::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    width: 17px;
    aspect-ratio: 1 / 1;
}

.checkList-g li::before {
    background: url(../img/checkList-icon_b.png) center center / contain no-repeat;
}

.checkList-r li::before {
    background: url(../img/checkList-icon_o.png) center center / contain no-repeat;
}

.checkList-g li+li,
.checkList-r li+li {
    margin-top: 4px;
}

.container.wp-contents .flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.container.wp-contents .flex img {
    width: 40%;
}

.container.wp-contents .flex-right>:last-child,
.container.wp-contents .float-right>:last-child {
    margin-bottom: 0;
}

.container.wp-contents .float {
    margin-bottom: 20px;
}

.container.wp-contents .float img {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    width: 40%;
}

.float::after {
    content: "";
    display: table;
    clear: both;
}

.arrow-down {
    position: relative;
    width: 50px;
    margin: 10px auto 24px;
    aspect-ratio: 1 / 1;
}

.arrow-down::before,
.arrow-down::after {
    content: '';
    position: absolute;
    width: 26px;
    aspect-ratio: 1 / 1;
    border-right: 4px solid #7f8489;
    border-bottom: 4px solid #7f8489;
    transform: translateX(-50%) rotate(45deg);
}

.arrow-down::before {
    top: 0;
    left: 50%;
}

.arrow-down::after {
    top: 14px;
    left: 50%;
}

.blockquote {
    position: relative;
    border: none;
    border-left: 4px solid #7f8489;
    padding-left: 50px;
}

.blockquote:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: '';
    display: block;
    width: 30px;
    aspect-ratio: 1 / 1;
    transform: rotate(180deg);
    background: url(../img/blockquote.png) center center / contain no-repeat;
}

.link-right {
    text-align: right;
    margin-bottom: 20px;
}

.link-right:has(+.link-right) {
    margin-bottom: 4px;
}

.link-right a {
    display: inline;
}

.link-right .caution {
    margin-bottom: 0;
}

.fukidashi {
    position: relative;
    padding: 8px 10px;
    background: repeating-linear-gradient(-45deg, rgb(255, 243, 128), rgb(255, 243, 128) 4px, rgb(255, 247, 177) 0, rgb(255, 247, 177) 6px);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.fukidashi::before {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(255, 243, 128);
}

.matome {
    margin: 30px 0 20px;
    border-top: 3px solid #eb8400;
    border-bottom: 3px solid #eb8400;
}

.matome-ttl {
    position: relative;
    color: #eb8400;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.matome-ttl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #eb8400;
}

.container.wp-contents .matome-inner>:last-child {
    margin-bottom: 0;
}

.survey-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.surveybox-list li+li {
    margin-top: 4px;
}

.miniNoteBox {
    font-size: 14px;
}

.miniNoteBox-ttl {
    font-weight: bold;
    margin-bottom: 8px;
}

.container.wp-contents .miniNoteBox-inner>:last-child {
    margin-bottom: 0;
}

a:has(.link-icon) {
    position: relative;
    padding-left: 1.4em;
}

.link-icon {
    position: absolute;
    top: .3em;
    left: 0;
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1 / 1;
    background: url(../img/link-icon.png) center center / contain no-repeat;
}

.c-btn {
    width: fit-content;
    margin: 20px auto 40px;
}

.container.wp-contents .c-btn a {
    position: relative;
    display: block;
    min-width: 300px;
    width: fit-content;
    max-width: 100%;
    padding: 16px 34px 16px 20px;
    background: #eb8400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 4px #b46c10;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-radius: 10px;
}

.c-btn a::after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tag .item {
    font-size: 12px;
    background: #e5e2e2;
    padding: 8px 12px;
    border-radius: 8px;
    color: #575757;
}

.tag .item.on {
    background: #bbe1f3;
}

.scroll-x {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}

.scroll-x .table {
    width: 110%;
    margin-bottom: 0;
}

.scroll-x .table thead th {
    width: 220px;
}

.scroll-x .table thead th:first-of-type {
    width: 180px;
}

.scroll-x .table .c-btn {
    margin: 0 auto;
    width: 100%;
}

.scroll-x .table .c-btn a {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
}

.container.wp-contents .scroll-x .table .c-btn a {
    font-size: 16px;
    padding: 16px 26px;
}

.container.wp-contents .scroll-x .table .c-btn a::after {
    right: 12px;
    top: 50%;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.jump {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.jump .item {
    width: calc(50% - 4px);
    display: flex;
    align-items: stretch;
}

.container.wp-contents .jump .item a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #2c354b;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}


.numbering {
    margin: 20px 0;
}

.numbering-wrap {
    margin-bottom: 16px;
}

.container.wp-contents .numbering-ttl {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding-left: 32px;
    margin: 30px 0 10px;
}

.container.wp-contents .numbering-inner>:last-child {
    margin-bottom: 0;
}


.numbering-num {
    position: absolute;
    left: 5px;
    top: -2px;
    color: #006ab6;
    font-size: 30px;
    line-height: 1;
}

.pickup-ttl {
    padding-left: 14px;
    border-left: 10px double #ffe70e;
    margin: 30px 0 10px;
    font-size: 22px;
}

.pickup-ttl span {
    display: block;
    font-size: 14px;
}

.pickup-ttl a {
    font-weight: bold;
}

.flow {
    margin-bottom: 20px;
}

.flow-wrap.box {
    margin-bottom: 0;
}

.flow-ttl {
    font-size: 18px;
    font-weight: bold;
}

.flow-ttl span {
    display: inline-block;
    margin-right: 4px;
    font-size: 24px;
}

.pickupPost {
    margin: 30px 0 20px;
}

.container.wp-contents .pickupPost-head {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
    padding: 10px;
    background: #2c354b;
    color: #fff;
}

.pickupPost-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.pickupPost-img {
    margin-bottom: 4px;
}

.pickupPost-img img {
    width: 100%;
    object-fit: contain;
}

.container.wp-contents .pickupPost-ttl {
    margin-bottom: 0;
    font-size: 14px;
}

.faq {
    margin-bottom: 20px;
    border: 2px solid #006ab6;
    border-radius: 8px;
    padding: 0 30px;
}

.faqQ {
    position: relative;
    font-size: 18px;
    color: #006ab6;
    font-weight: bold;
    padding: 16px 50px 16px 45px;
    cursor: pointer;
}

.faqQ::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "Q.";
    display: block;
    font-size: 30px;
    color: #006ab6;
    line-height: 1;
}

.faq-btn {
    background: #16529b;
    border-radius: 50%;
    width: 36px;
    aspect-ratio: 1 / 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

.faq-btn::before,
.faq-btn::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.faq-btn::before {
    border-top: 2px solid #fff;
    width: 14px;
}

.faq-btn::after {
    border-left: 2px solid #fff;
    height: 14px;
}

.faq.open .faq-btn::after {
    display: none;
}

.faqA {
    display: none;
}

.faqA>div {
    border-top: 2px solid #006ab6;
    position: relative;
    padding: 20px 0 20px 45px;
}

.faqA>div::before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "A.";
    color: #ed6214;
    font-size: 30px;
    line-height: 1;
}

.faqA>div>:last-child {
    margin-bottom: 0;
}

.pr-mark {
    display: inline-block;
    border: 1px solid;
    padding: 4px 6px;
    margin: 0 1em 0 0;
    line-height: 1;
}