@charset "UTF-8";
body {
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  color: #515151;
  font-size: 16px;
}

@media (max-width: 428px) {
  body {
    font-size: calc(16px * 0.9);
  }
}

body,
h1,
p,
ul,
ol,
li,
a,
img,
form,
input,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

main {
  min-height: 300px;
}

.breadcrumb {
  font-weight: 300;
  font-size: 12px;
  line-height: 41px;
  text-align: left;
  color: #515151;
  margin-block: 30px 55px;
}

.clr-main {
  color: C;
}

.pagettl {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 36px;
  text-align: left;
  color: #0F3774;
  margin-block-end: 40px;
}

@media (max-width: 428px) {
  .pagettl {
    font-size: calc(32px * 0.9);
  }
}

.pagedate {
  font-weight: 500;
  font-size: 14px;
  line-height: 41px;
  text-align: right;
  color: #515151;
  margin-block-end: 40px;
  display: block;
}

@media (max-width: 428px) {
  .pagedate {
    font-size: calc(14px * 0.9);
  }
}

h2,
h3,
h4,
h5,
h6 {
  color: #515151;
  text-align: left;
  font-weight: 500;
}

h2 {
  font-size: 26px;
  line-height: 32px;
}

@media (max-width: 428px) {
  h2 {
    font-size: calc(26px * 0.9);
  }
}

h3 {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 428px) {
  h3 {
    font-size: calc(22px * 0.9);
  }
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 428px) {
  h4 {
    font-size: calc(20px * 0.9);
  }
}

h5 {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 428px) {
  h5 {
    font-size: calc(18px * 0.9);
  }
}

h6 {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 428px) {
  h6 {
    font-size: calc(16px * 0.9);
  }
}

p {
  font-weight: 300;
  color: #515151;
}

.ttlBorder {
  border-bottom: 1px solid #929292;
  padding-block-end: 12px;
}

h5.ttlBorder,
h6.ttlBorder {
  padding-block-end: 8px;
}

.bg-box {
  max-width: 1000px;
  width: 100%;
  background: #eee;
  padding: 40px;
}

.border-box {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border: 1px solid #929292;
  padding: 40px;
  box-sizing: border-box;
}

.bullet-list,
.wp-block-list {
  margin-inline-start: 15px;
}

.bullet-list li,
.wp-block-list li {
  margin-inline-start: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #515151;
}

@media (max-width: 428px) {
  .bullet-list li,
  .wp-block-list li {
    font-size: calc(16px * 0.9);
  }
}

.bullet-nolist {
  list-style-position: outside;
  padding-left: 28px;
}

.bullet-nolist li {
  padding-left: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #515151;
}

@media (max-width: 428px) {
  .bullet-nolist li {
    font-size: calc(16px * 0.9);
  }
}

.page-nav {
  text-align: center;
  margin-block: 50px;
  color: #929292;
}

.page-nav .wp-pagenavi span,
.page-nav .wp-pagenavi a {
  padding: 10px 17px;
  border: 1px solid #eee;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #929292;
  color: #515151;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

.w800 {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.w1000 {
  max-width: 1030px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.w1120 {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.label {
  border: 1.5px solid #515151;
  font-size: 13px;
  max-width: 156px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 428px) {
  .label {
    font-size: calc(13px * 0.9);
  }
}

.u-line {
  margin-block-start: 100px;
  padding-bottom: 15px;
  border-bottom: 1.5px solid #515151;
  font-size: 24px;
}

@media (max-width: 428px) {
  .u-line {
    font-size: calc(24px * 0.9);
  }
}

.btn-viewlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 250px;
  margin-inline: auto;
}

.btn-viewlist p {
  display: inline-flex;
  margin-block: 14px;
  margin-inline: 80px 20px;
  font-size: 14px;
  font-weight: 600;
}

.btn-viewlist p img {
  margin-left: 55px;
}

.sp-view {
  display: none;
}

@media (max-width: 428px) {
  .sp-view {
    display: block;
  }
}

.pc-view {
  display: block;
}

@media (max-width: 428px) {
  .pc-view {
    display: none;
  }
}

/* header */
.headerGrid {
  background: url(../images/bg-header-pc.png) no-repeat center top;
  background-color: #4098D4;
  height: 160px;
}

@media (max-width: 767px) {
  .headerGrid {
    background-color: #fff;
    height: 57px;
  }
  .headerGrid .menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    height: 0;
  }
  .headerGrid .menu.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    transition: .3s ease-out;
    width: 100%;
    margin-top: 0;
    background: #fff;
    position: relative;
    z-index: 20;
    padding-inline: 15px;
    padding-block-start: 47px;
  }
}

.headerGrid .gridContainer {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 62.48% 24.41% 6.65%;
  grid-template-rows: 70px 90px;
  gap: 0px 3.03%;
  grid-template-areas: "leftUpper centerUpper right" "leftLower centerLower right";
}

@media (max-width: 1100px) {
  .headerGrid .gridContainer {
    grid-template-columns: 1.8fr 0.9fr 0.3fr;
  }
}

@media (max-width: 767px) {
  .headerGrid .gridContainer {
    position: fixed;
    z-index: 20;
    padding-block: 0;
    background: #fff;
    display: block;
    height: 59px;
  }
}

.headerGrid .gridContainer .leftUpper {
  grid-area: leftUpper;
  padding-inline-start: 10px;
  padding-block-start: 30px;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftUpper .spheader {
    width: calc(100% - 57px);
  }
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftUpper {
    padding-block: 8px 10px;
    padding-inline-start: 15px;
    border-bottom: 1px solid #929292;
    display: flex;
    background: #fff;
  }
  .headerGrid .gridContainer .leftUpper img {
    height: 18px;
  }
}

.headerGrid .gridContainer .leftUpper p {
  font-size: clamp(8px, calc(5.4523809523809526px + 0.5952380952380952vw), 12px);
  color: #929292;
  margin-block-end: 14px;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftUpper p {
    font-size: 7px;
    margin-block-end: 10px;
  }
}

.headerGrid .gridContainer .leftUpper .menubtn {
  display: none;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftUpper .menubtn {
    display: block;
    height: 40px;
    margin-block: auto;
  }
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger {
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 2.5px;
  left: 7px;
  background: #515151;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger span:nth-child(1) {
  top: 10px;
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger span:nth-child(2) {
  top: 20px;
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger span:nth-child(3) {
  top: 30px;
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger.open span:nth-child(1) {
  top: 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerGrid .gridContainer .leftUpper .menubtn .hamburger.open span:nth-child(2), .headerGrid .gridContainer .leftUpper .menubtn .hamburger.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerGrid .gridContainer .leftLower {
  grid-area: leftLower;
  align-self: end;
  padding-block-end: 27px;
}

.headerGrid .gridContainer .leftLower ul {
  display: flex;
  list-style: none;
  text-align: center;
  width: 100%;
  gap: 20px;
}

@media (max-width: 1100px) {
  .headerGrid .gridContainer .leftLower ul {
    margin-inline-start: 10px;
    justify-content: space-around;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftLower ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 46px 0px;
    padding-inline: 15px;
    margin-inline-start: 0;
  }
}

.headerGrid .gridContainer .leftLower ul li {
  width: 125px;
}

@media (max-width: 1100px) {
  .headerGrid .gridContainer .leftLower ul li {
    width: unset;
  }
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftLower ul li {
    width: calc(50% - 30px);
    padding-inline-start: 30px;
  }
}

.headerGrid .gridContainer .leftLower ul li a {
  color: #4098D4;
  font-size: clamp(12px, calc(9.452380952380953px + 0.5952380952380952vw), 16px);
  font-weight: 500;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftLower ul li a {
    font-size: 13px;
    color: #515151;
  }
}

.headerGrid .gridContainer .leftLower ul li a.active {
  border-bottom: 2px solid #4098D4;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftLower ul li a.active {
    border-bottom: 2px solid #515151;
  }
}

.headerGrid .gridContainer .leftLower .spInfo {
  display: none;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .leftLower .spInfo {
    z-index: 20;
    position: relative;
    text-align: center;
    color: #0F3774;
    font-weight: 600;
    font-size: 17px;
    padding-top: 35px;
    display: block;
  }
  .headerGrid .gridContainer .leftLower .spInfo a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 50px;
    border-radius: 5px;
    background: #0f3774;
    color: #fff;
    font-size: 16px;
    padding-block: 17px;
    margin-inline: auto;
    margin-block: 10px;
  }
  .headerGrid .gridContainer .leftLower .spInfo a img {
    padding-right: 5px;
    width: 100%;
  }
  .headerGrid .gridContainer .leftLower .spInfo .searchform {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin-block: 30px;
    margin-inline: auto;
  }
  .headerGrid .gridContainer .leftLower .spInfo .searchform input {
    border: 1px solid #515151;
    border-radius: 6px;
    padding: 5px;
    height: 2em;
    width: 70%;
  }
  .headerGrid .gridContainer .leftLower .spInfo .searchform input[type="text"] {
    background: url("../images/ico-magnifier.svg") no-repeat;
    background-position: left 5px top 5px;
    background-size: 20px 20px;
    padding-left: 28px;
  }
  .headerGrid .gridContainer .leftLower .spInfo .searchform button {
    background-color: #4098D4;
    color: #fff;
    height: 2em;
    width: calc(30% - 5px);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding-inline: .5em;
    box-sizing: border-box;
    margin-inline-start: 5px;
  }
}

.headerGrid .gridContainer .centerUpper {
  grid-area: centerUpper;
  padding-block-start: 55px;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .centerUpper {
    display: none;
  }
}

.headerGrid .gridContainer .centerUpper .searchform {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.headerGrid .gridContainer .centerUpper .searchform input {
  border: 1px solid #515151;
  border-radius: 6px;
  padding: 5px;
  height: 26px;
  width: 100%;
}

.headerGrid .gridContainer .centerUpper .searchform input[type="text"] {
  background: url("../images/ico-magnifier.svg") no-repeat;
  background-position: left 5px top 1px;
  background-size: 20px 20px;
  padding-left: 28px;
}

.headerGrid .gridContainer .centerUpper .searchform button {
  background-color: #4098D4;
  color: #fff;
  height: 26px;
  width: 5em;
  border: none;
  padding: 0 10px;
  margin-left: 5px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.headerGrid .gridContainer .centerLower {
  grid-area: centerLower;
  color: #515151;
  align-self: end;
  padding-block-end: 23px;
  padding-inline-start: 5px;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .centerLower {
    display: none;
  }
}

.headerGrid .gridContainer .centerLower p {
  font-weight: 500;
  font-size: clamp(0.8125rem, calc(0.0625rem + 1.5625vw), 1rem);
}

.headerGrid .gridContainer .centerLower p small {
  font-size: clamp(0.625rem, calc(-0.125rem + 1.5625vw), 0.8125rem);
}

.headerGrid .gridContainer .right {
  grid-area: right;
  align-self: start;
  padding-block-start: 63px;
  text-align: center;
  font-size: clamp(0.6875rem, calc(0.4391rem + 0.5181vw), 0.75rem);
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .headerGrid .gridContainer .right {
    display: none;
  }
}

.headerGrid.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: none;
  z-index: 30;
  width: 100%;
  height: 100px;
  opacity: 1;
  visibility: visible;
  animation: slide .3s ease-in-out;
  border-bottom: 1px solid #929292;
}

.headerGrid.scrolled .gridContainer {
  padding-block: 0;
  align-items: end;
  grid-template-rows: 44px 56px;
  grid-template-areas: "leftUpper centerUpper right" "leftLower centerUpper right";
}

.headerGrid.scrolled .gridContainer .leftUpper p {
  display: none;
}

.headerGrid.scrolled .gridContainer .leftLower {
  margin-block-start: 18px;
  padding-block-end: 15px;
}

.headerGrid.scrolled .gridContainer .centerUpper {
  padding-block-end: 15px;
}

.headerGrid.scrolled .gridContainer .centerLower {
  display: none;
}

.headerGrid.scrolled .gridContainer .right {
  padding-block-end: 15px;
  align-self: end;
}

.headerGrid.scrolled .gridContainer .right .ttl {
  display: none;
}

@media (max-width: 767px) {
  .headerGrid.scrolled {
    display: none;
  }
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* footer */
footer {
  color: #fff;
  background-color: #0F3774;
  background: url(../images/bg-footer.png) no-repeat center top;
  background-size: cover;
  padding-block: 65px;
  margin-block-start: 60px;
}

footer .f_set p {
  color: #fff;
}

@media (max-width: 960px) {
  footer .f_set {
    flex-direction: column;
  }
}

footer .f_set .fnav {
  font-size: 13px;
  gap: 55px;
}

@media (max-width: 960px) {
  footer .f_set .fnav {
    margin-inline: auto;
  }
}

footer .f_set .fnav h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

footer .f_set .fnav ul {
  padding-left: 10px;
}

footer .f_set .fnav ul li {
  margin-bottom: 10px;
}

footer .f_set .fnav ul li::marker {
  margin-right: 5px;
}

footer .f_set .fnav ul li a {
  color: #fff;
}

footer .f_set .f_right {
  justify-content: end;
  align-items: end;
  flex-direction: column;
  position: relative;
}

@media (max-width: 960px) {
  footer .f_set .f_right {
    margin-inline: auto;
    margin-block-start: 60px;
  }
}

footer .f_set .f_right h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

footer .f_set .f_right address {
  line-height: 22px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-style: normal;
  font-size: 15px;
}

footer .f_set .f_right .licence {
  font-size: 14px;
  width: 100%;
}

footer .f_set .f_right .licence .sticker {
  align-items: center;
  gap: 5px;
  margin-inline-end: 10px;
}

footer .f_set .f_right .licence .sticker img {
  width: 38px;
}

footer .f_set .f_right .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

#topics_single h1 {
  color: #515151;
}

.topicsHeader {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #4098D4;
  padding-bottom: 12px;
  border-bottom: 1px solid #4098D4;
}

@media (max-width: 428px) {
  .topicsHeader {
    font-size: calc(20px * 0.9);
  }
}

table,
td,
th {
  border: 1px solid #707070;
  border-collapse: collapse;
  color: #515151;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 428px) {
  table,
  td,
  th {
    font-size: calc(16px * 0.9);
  }
}

td,
th {
  padding: 18px;
}

th {
  background: #eee;
}

.th-left {
  font-weight: 500;
  text-align: left;
}

.th-center {
  font-weight: 500;
  text-align: center;
}

.txt-left {
  font-weight: 300;
  text-align: left;
}

.txt-center {
  font-weight: 300;
  text-align: center;
}

.retune-menu {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 23px;
  text-align: center;
  color: #515151;
}

@media (max-width: 428px) {
  .retune-menu {
    font-size: calc(16px * 0.9);
  }
}

.archive h5 {
  color: #0F3774;
}

.archive .flex {
  gap: 1em 0;
  flex-flow: row wrap;
  list-style: none;
}

.archive .flex p {
  width: 90px;
  text-align: center;
}

.archive .flex p a {
  text-decoration: underline;
}

.history-cont table,
.history-cont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.history-cont .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0.5rem;
}

.faq-index .faq-list {
  display: flex;
  padding-block: 40px;
  border-top: 1.5px solid #eee;
}

.faq-index .faq-list .ico-q {
  background-color: #4098D4;
  color: #FFFFFF;
  font-weight: 500;
  padding: .5em 1em;
}

.faq-index .faq-list .txt-q {
  padding: .5em .5em .5em 2em;
}

/* START 2025/3/10 追加 佐藤 - お問い合わせパターン用 */
.uniquecase-order {
  text-align: center;
  max-width: 700px;
  background: #fff;
  border: 3px solid #0f3774;
  padding: 50px;
  box-sizing: border-box;
  margin-inline: auto;
}

@media (max-width: 428px) {
  .uniquecase-order {
    padding: 30px;
  }
}

.uniquecase-order .ttl {
  background: #0F3774;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  max-width: 600px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 20px;
}

@media (max-width: 428px) {
  .uniquecase-order .ttl {
    font-size: 22px;
    height: 40px;
  }
}

.uniquecase-order p {
  color: #0F3774;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.02em;
}

@media (max-width: 428px) {
  .uniquecase-order p {
    font-size: 16px;
  }
}

.uniquecase-order .btn a {
  max-width: 280px;
  height: 60px;
  border-radius: 15px;
  border: 2px solid #0f3774;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-block: 35px 0;
  font-size: 19px;
}

@media (max-width: 428px) {
  .uniquecase-order .btn a {
    font-size: 17px;
    height: 50px;
    margin-block: 15px 0;
  }
}

.uniquecase-order .contact-sp {
  display: none;
}

@media (max-width: 428px) {
  .uniquecase-order .contact-sp {
    display: block;
  }
}

.uniquecase-order .contact-sp .btn {
  margin-block-end: 20px;
}

.uniquecase-order .contact-pc {
  margin-top: 20px;
}

@media (max-width: 428px) {
  .uniquecase-order .contact-pc {
    display: none;
  }
}

.uniquecase-order .contact-pc .wp-block-group__inner-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

/* END 2025/3/10 追加 佐藤 - お問い合わせパターン用 */
