@charset "UTF-8";
/* CSS Document */
/* yobo-kansensho
-----------------------------------------------*/
#wrap {
  background: none;
}
footer .inner {
  background: #FEEAE8;
}
header {
  padding-bottom: 30px;
}
#container {
  background-image: none;
}
#content {
  padding: 0 80px;
}
section .inner {
  max-width: none;
  padding: 0;
}
#detail table {
  border-bottom: solid 1px var(--keycolor01);
  border-right: solid 1px var(--keycolor01);
}
#detail td,
#content th {
  padding: 10px;
  border: none;
}
.kansenshoTop td,
.kansenshoTop th {
  border: solid 1px var(--keycolor01)!important;
}
#detail td {
  border-top: solid 1px var(--keycolor01);
}
#detail td:first-child {
  border-top: #fff solid 1px;
}
#detail tr:first-child td:first-child {
  border-top: solid 1px var(--keycolor01);
}
#detail .bordernone td {
  border: none !important;
  vertical-align: top;
  padding-top: 0;
}
#detail .bordernone td:first-child {
  text-align: right;
}
.menu-area {
  position: sticky;
  top: 128px;
  background: #fff;
  padding: 40px 0px;
  margin: 0;
  z-index: 2;
  display: block;
}
.menu-area ul {
  margin: 0 !important;
}
#detail h2 {
  border-bottom: none;
  margin: 100px 0 20px;
  padding-bottom: 0;
}
#detail h3,
#detail h4 {
  padding-top: 60px;
}
#detail h2 +h3 {
  padding-top: 0;
}
th {
  white-space: nowrap;
}
.yobo-kansensho02 td:first-child {
  min-width: 230px;
  white-space: nowrap;
}
.yobo-kansensho02 th, 
.yobo-kansensho02 td, th, td {
  font-size: 16px;
  line-height: 1.5;
}
#detail .link li {
  width: calc(20% - 10px);
}

#detail .link li strong, 
#detail .link li a {
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  width: 100%;
  height: 100%;
  border: solid 1px var(--keycolor01);
  border-radius: 10px;
  font-weight: bold;
  color: var(--keycolor01);
  text-decoration: none!important;
  position: relative;
display: flex;
align-items: center;
    line-height: 1.5;
          pointer-events: auto;
        cursor: pointer;
}
#detail .link li strong:has(font), 
#detail .link li a:has(font) {
	display: block;
}
#detail .link li strong:has(font) br
#detail .link li a:has(font) br {
  display: none;
	display: block;
}
#detail .link li strong:after,
#detail .link li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--keycolor01);
  border-right: 1px solid var(--keycolor01);
  transform: rotate(135deg);
  transition: all .3s;
}
#detail .link li a > span {
  font-size: 14px;
  display: block;
}
p + .table-scroll {
  margin-top: 40px;
}
.sp-menu {
  display: none;
}
@media only screen and (max-width:1380px) {
  .menu-area {
    top: 100px;
  }
}
@media only screen and (max-width:1200px) {
  #detail .menu li {
    width: calc(33.33% - 7px);
  }
  #detail .btn li {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width:767px) {
  #content {
    padding: 0 !important;
  }
  #detail {
    padding: 30px 20px;
  }
  header {
    padding-bottom: 10px;
  }
  #detail h1 {
    font-size: 20px;
  }
  #detail p {
    font-size: 16px;
  }
  #detail .linkBtn a {
    font-size: 14px;
  }
  #detail .link {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
  }
  #detail .btn {
    grid-template-columns: 1fr;
  }
  #detail .link li a {
    padding: 10px 15px 10px 5px !important;
    font-size: 14px;
  }
  p.updata{
    display: block;
  }
  .menu li {
    width: 60% !important;
    width: 100% !important;
  }
  .menu {
    flex-wrap: wrap !important;
    flex-direction: unset !important;
  }
  #detail h2 {
    font-size: 24px;
  }
  li a, li {
    font-size: 14px;
    position: unset;
  }
  .row {
    margin-top: 20px;
  }
  .row td {
    display: block;
    width: 100%;
    border: none !important;
  }
  .row .column-1 {
    padding: 5px 10px !important;
  }
  .row .column-2 {
    padding: 5px 0 30px !important;
  }
  #detail h2 {
    padding-top: 0;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  #detail .link li {
    width: 100%;
  }
  #section09 + ul > li {
    margin-bottom: 7px;
  }
  #detail h3 {
    line-height: 1.5;
  }
  #detail h3 + ul {
    margin-top: 20px;
  }
  .sp-menu {
    display: block;
    background: var(--keycolor01);
    color: #fff;
    text-align: center;
    pointer-events: auto;
    cursor: pointer;
    font-size: 16px;
    position: sticky;
    top: 70px;
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
    z-index: 99;
  }
  .menu-area {
    background: var(--keycolor01);
    display: none;
    top: 100px;
    margin: 0 calc(50% - 50vw);
    z-index: 99;
    padding: 20px;
  }
  .menu-area li a {
    background: #fff;
    z-index: 100;
  }
  #detail table {
    border-bottom: none;
    border-right: none;
  }
  #detail td {
    padding: 5px 0 0 !important;
  }
  #detail td:first-child {
    padding: 5px 10px !important;
    margin-top: 30px !important;
  }
  #detail tr:first-child td:first-child {
    margin-top: 0 !important;
  }
  #detail .bordernone td {
    padding-bottom: 10px !important;
  }
  #detail .bordernone td:first-child {
    text-align: left;
    background: #fff !important;
    color: var(--keycolor01) !important; 
    padding: 0 !important;
    margin-top: 10px !important;
  }
}


/* modal
-----------------------------------------------*/
.modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.modal .modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  max-width: 1200px;
  overflow: auto;
  padding: 40px;
  background-color: #fff;
  z-index: 2;
  border-radius: 20px;
}
.modal .modalBox {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.modal .modalBox .over {
  position: relative;
  max-width: 1120px;
}
.modal .modalBox img {
  width: 100%;
  height: auto;
}
.modal .modalBox .modalClose {
  position: absolute;
  right: -50px;
  top: -13px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  ppacity: 1 !important;
}
.modal .modalBox .modalClose::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal .modalBox .modalClose::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.closeModal {
  top: -30px;
  right: -30px;
  z-index: 1000;
}
.closeModal span {
  display: block;
}
.score_card .closeModal,
.summary .closeModal {
  top: 0px;
  right: 10px;
}
.score_card .modalWrapper th,
.summary .modalWrapper th {
  background: var(--keycolor);
}
@media screen and (max-width: 767px) {
  .modal .modalBox .modalClose {
    right: -5px;
    top: -30px;
    width: 30px;
    height: 30px;
  }
  .modal .modalBox .modalClose::before {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .modalClose::after {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .over {
    max-width: calc(100vw - 40px);
  }
  .modal .modalBox .over::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 27px;
    height: 32px;
    background-image: url("../images/icon_pinch_01.svg");
  }
  .modal .modalInner {
    width: 90%;
    padding: 20px 15px;
  }
  .closeModal {
    top: -20px;
    right: -10px;
  }
  .score_card .closeModal,
  .summary .closeModal {
    top: -5px;
    right: 0px;
  }
}

.kanseisho-note .print-box > h2,
.kanseisho-note .print-box > p,
.kanseisho-note .print-box > table {
  display: none;
}
.kanseisho-note .wp-block-group__inner-container .print-box:first-child h2,
.kanseisho-note .wp-block-group__inner-container .print-box:first-child p {
  display: none;
}
.kanseisho-note .print-box:first-child {
  display: none;
}


/* yobo-kansensho-top-btn
-----------------------------------------------*/
.yobo-kansensho-top-btn {
  margin: 60px auto 0;
}
.yobo-kansensho-top-btn a {
  background: var(--keycolor01);
  font-size: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  height: 70px;
  text-decoration: none !important;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .yobo-kansensho-top-btn {
    margin: 30px auto 0;
  }
  .yobo-kansensho-top-btn a {
    font-size: 16px;
    max-width: 220px;
    height: 60px;
  }
}


/* print
-----------------------------------------------*/
@media print{
  #wpadminbar {
    display: none !important;
  }
  header {
    display: none;
  }
  header .inner {
    background: transparent !important;
  }
  #content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #detail {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .menu-area {
    padding-bottom: 0 !important;
    position: static !important;
  }
  #detail h2 {
    margin-top: 60px !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
  }
  #detail p {
    font-size: 14px !important;
  }
  #detail table {
    margin-top: 15px !important;
  }
  .kanseisho-note .print-box > h2,
  .kanseisho-note .print-box > p,
  .kanseisho-note .print-box > table {
    display: block;
  }
  .yobo-kansensho02 th,
  .yobo-kansensho02 td,
  th,
  td {
    font-size: 14px !important;
  }
  .print-box {
    break-inside: avoid;
  }
  .kanseisho-note h3,
  .print-page {
    page-break-before: always;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .kanseisho-note .print-box:first-child h3 {
    page-break-before: auto;
    margin-top: 40px !important;
  }
  .wp-block-list li {
    font-size: 14px !important;
  }
}