@charset "UTF-8";
/* CSS Document */
#wrap{
  background: #fff!important;
}
figure {
  margin: 0 !important;
}
.wp-block-table td, .wp-block-table th{
  border: none!important;
}
.has-text-align-right{
  text-align: right!important;
}
.middle video{
  max-width: 750px;
}
.small video{
  max-width: 500px;
}
s{word-break: break-all;}
/*-----------------------------------------------
table各デザイン
-----------------------------------------------*/
.table01 td,
.table01 th,
.table01 tr:nth-child(odd),
.table02 td,
.table02 th,
.table02 tr:nth-child(odd),
.table03 td,
.table03 th,
.table03 tr:nth-child(odd),
.table04 td,
.table04 th,
.table04 tr:nth-child(odd){
  background: none!important;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.table05 td,
.table05 th,
.table05 tr:nth-child(odd),
.table06 td,
.table06 th,
.table06 tr:nth-child(odd){
  background: none!important;
}
.table05 td,
.table05 th,
.table06 td,
.table06 th{
  border: 1px solid #000!important;
}
.table02 tr:nth-child(odd) td,
.table04 tr:nth-child(odd) td,
.table06 tr:nth-child(odd) td{
  background: rgba(190, 227, 246, .4)!important;
}
.table03 th,
.table04 th{
  background: rgba(0, 0, 0, .02)!important;
}
.table01 th,
.table02 th,
.table03 th,
.table04 th,
.table05 th,
.table06 th{
  vertical-align: top;
}
@media only screen and (max-width:767px) {
.table05 td,
.table05 th,
.table06 td,
.table06 th{
  border:none!important;
}
.table05 tr:nth-child(odd) td,
.table06 tr:nth-child(odd) td{
  background:none!important;
}
.table05 tr,
.table06 tr{
  border: 1px solid #000!important;
}
.table06 tr th{
  background: rgba(190, 227, 246, .4)!important;
  border-bottom: 1px solid #000!important;
}
.table01 tr th,
.table02 tr th,
.table03 tr th,
.table04 tr th,
.table05 tr th{
  border-bottom: 1px solid #000!important;
}
.table01 tr th + td,
.table02 tr th + td,
.table03 tr th + td,
.table04 tr th + td,
.table05 tr th + td,
.table06 tr th + td{
  padding: 10px!important;
}
}
/*-----------------------------------------------
checkList
-----------------------------------------------*/
.checkList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 20px;
}
.checkList li{
  line-height: 1.5;
  word-break: auto-phrase;
}
.wp-block-list li > .checkList{
  margin-left: 1em;
}
@media only screen and (max-width:767px) {
.checkList{
  grid-template-columns: 1fr;
}
}
/*-----------------------------------------------
references
-----------------------------------------------*/
.references{
  margin-top: 40px;
}
.references li:first-child{
  font-weight: bold;
}
.references li a,
.references li{
  font-size: 16px;
}
#content .references li  a[href$=".pdf"]::after {
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media only screen and (max-width:767px) {
.references li a,
.references li{
  font-size: 12px;
}
}
/*-----------------------------------------------
list-style
-----------------------------------------------*/
.dot li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.circle li{
  list-style-type: circle;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.number li{
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/*-----------------------------------------------
listMenu
-----------------------------------------------*/
.listMenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:10px;
}
.listMenu li a{
  padding: 20px 70px 20px 20px;
  border: 1px solid #0978B7;
  border-radius: 12px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.5;
}
.listMenu li a::before{
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-top: solid 2px #165099;
    border-right: solid 2px #165099;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 30px;
}
@media only screen and (max-width:767px) {
.listMenu{
  grid-template-columns: 1fr;
}
.listMenu li a{
  padding: 15px 40px 15px 15px;
  font-size: 16px;
}
.listMenu li a::before{
    width: 8px;
    height: 8px;
    right: 15px;
}
  
}
/*-----------------------------------------------
iframe
-----------------------------------------------*/
#content > iframe{
  max-width: 100%;
}
/*-----------------------------------------------
tag-list
-----------------------------------------------*/
h1 + .tag-list{
  margin: 20px 0 40px;
}
.tag-list + h3{
  display: none;
}
.tag-list{
  margin-top: 60px;
}
.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 1px;
}
.tag-list li {
  font-size: 12px;
  line-height: 1;
}
 .tag-list li a {
  display: inline-block;
   font-size: 14px!important;
   color: #0978b7;
  border: 1px solid #0978b7;
  padding: 4px 7px;
  border-radius: 3px;
  transition: opacity .4s;
}
 .tag-list li a::before {
  content: "#";
}
.tag-list ul li a:hover {
  opacity: .7;
}
/*-----------------------------------------------
保護記事
-----------------------------------------------*/
.post-password-form input[name="post_password"]{
  border: 1px solid #000;
  padding: 10px 40px 10px 10px;
}
.post-password-form input[name="Submit"]{
    background: #165099;
    color: #fff;
    padding: 0 15px;
    line-height: 37px;
    border-radius: 5px;
  cursor: pointer;
}
/*-----------------------------------------------
step
-----------------------------------------------*/
.step{
  margin-top: 50px;
  display: flex;
  gap: 30px 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.step .box{
  width: calc(33.3% - 7px);
  border: 2px solid #0978B7;
  border-radius: 10px;
  padding: 36px 16px 16px 16px;
  position: relative;
}
.step .box::before{
content: "";
    background-image: url(../img/common/icon-arrow.svg);
    right: -46px;
    top: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
}
.step .box:last-child::before{
  display: none;
}
.step .box span{
  color: #fff;
  background-color: #0978B7;
  border-radius: 5px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  position: absolute;
  content: "";
    z-index: 1;
}
.step .box h3{
    margin-top: 0 !important;
}
.vertical{
      gap: 30px 10px;
}
.vertical .box{
  width: 100%;
}
.vertical .box span{
  top: -25px;
  left: -2px;
  transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.vertical .box::before{
      width: 50px;
    height: 50px;
  background-size: cover;
  right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
      transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}
@media only screen and (max-width:767px) {
  .step {
    gap: 80px 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .step .box {
    width: 100%;
    padding: 26px 16px 16px 16px;
  }
  .step .box::before {
    right: 50%;
    left: auto;
    top: auto;
    bottom: -53px;
    transform: translateX(50%) rotate(90deg);
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
  }
  .vertical .box span{
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.vertical .box::before{
      width: 40px;
    height: 40px;
  }
}

/*-----------------------------------------------
tablepress
-----------------------------------------------*/
.border th,
.border td{
  border: solid 1px #0978b7;
}
.border thead th{
  border-right: solid 1px #fff!important;
}
.border thead th:last-child{
  border-right: none!important;
}
.row td:first-child{
  background: #0978B7!important;
  color: #fff!important;
  font-weight: bold;
}
.border.row td:first-child{
  border-bottom: #fff solid 1px;
}
.border.row tr:last-child td:first-child{
  border-bottom: none;
}
.tablepress th,
.tablepress td{
  width: auto;
  word-break: break-all;
  max-width: unset ! important;      
}
.tablepress tr{
  background: #fff!important;
  width: 100%;
}
.tablepress > .row-striping tr:nth-child(even),
.tablepress > .row-striping tr:nth-child(even) {
  background: rgba(190, 227, 246, .4)!important;
}
.tablepress > .row-striping tr:nth-child(odd),
.tablepress > .row-striping tr:nth-child(odd) {
  background: #fff!important;
}
.tablepress thead th{
  background: #0978B7!important;
  color:#fff!important;
}
.tablepress thead .dt-orderable-asc .dt-column-order:after,
.tablepress thead .dt-ordering-asc .dt-column-order:after {
  content: "";
  height: 25px;
  width: 20px;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.tablepress thead .dt-orderable-desc .dt-column-order:before,
.tablepress thead .dt-ordering-desc .dt-column-order:before {
  content: "";
  height: 25px;
  width: 20px;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.tablepress thead .dt-orderable-asc .dt-column-order,
.tablepress thead .dt-orderable-desc .dt-column-order,
.tablepress thead .dt-ordering-asc .dt-column-order, 
.tablepress thead .dt-ordering-desc .dt-column-order {
  position: relative;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.tablepress thead .dt-orderable-asc .dt-column-order:after, .tablepress thead .dt-orderable-asc .dt-column-order:before, .tablepress thead .dt-orderable-desc .dt-column-order:after, .tablepress thead .dt-orderable-desc .dt-column-order:before, .tablepress thead .dt-ordering-asc .dt-column-order:after, .tablepress thead .dt-ordering-asc .dt-column-order:before, .tablepress thead .dt-ordering-desc .dt-column-order:after, .tablepress thead .dt-ordering-desc .dt-column-order:before {
  opacity: .3;
}
.tablepress thead .dt-orderable-asc, .tablepress thead .dt-orderable-desc {
  cursor: pointer;
  outline-offset: -2px;
}
.tablepress thead .dt-ordering-asc .dt-column-order:before, .tablepress thead .dt-ordering-desc .dt-column-order:after {
  opacity: 1;
}
.dt-column-header {
  display: flex;
  justify-content: space-between;
}
.tablepress .row-hover tr:hover{
  background: #ffffe0!important;
}
.dt-layout-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dt-layout-row.dt-layout-table{
  display: block;
}
.dt-search{
  display: flex;
}
.dt-search input{
    border: 1px solid #000;
    padding: 10px;
  margin-left: 10px;
}
.dt-length {
  display: none;
}
.dt-layout-table + .dt-layout-row{
  flex-wrap: wrap;
  justify-content: center;
}
.dt-layout-table + .dt-layout-row > div{
  width: 100%;
  text-align: center;
}
.dt-info{display: none;}
.dt-paging nav{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}
.dt-paging-button{
    font-size: 20px;
    display: block;
    line-height: 48px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #0978B7;
    color: #0978B7;
    font-weight: bold;
  background: #fff;
  cursor: pointer;
}
.dt-paging-button:hover,
.dt-paging-button.current{
  background: #0978B7;
    color: #fff;
}
.dt-container{
  margin-bottom: 60px;
}
.vaccine_schedule th {
	white-space: nowrap;
	text-align: center;
}
.vaccine_schedule thead {
  position: sticky;
}
.vaccine_schedule td,
.vaccine_schedule th{
padding: 10px!important;
}
.vaccine_schedule td,
.vaccine_schedule th,
.vaccine_schedule a {
	font-size: 16px;
  max-width: none!important;
  line-height: 1.75;
}
.vaccine_schedule a{
  text-decoration: underline;
  color: #0978b7;
  word-break: break-all;
}
.vaccine_schedule .column-2 {
  white-space: nowrap;
}
.vaccine_schedule .column-2 {
  text-align: center;
}
.vaccine_schedule thead th {

}
.table-scroll table {
  border-collapse: separate;
  border-spacing:0;
}
.table-scroll:has(.vaccine_schedule) table,
.table-scroll:has(.vaccine_schedule) .column-1 {
 height: 100%;
}
.table-scroll:has(.vaccine_schedule) .column-1 span {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  margin-top: -100px;
  white-space: nowrap;
}
.vaccine_schedule tr:has(.teiki) .column-1,
.vaccine_schedule tr:has(.teiki) .column-3,
.vaccine_schedule tr:has(.teiki) .column-4,
.vaccine_schedule tr:has(.teiki) .column-5 {
  background: #F9E6F0!important;
}
.vaccine_schedule tr:has(.ninni) .column-1,
.vaccine_schedule tr:has(.ninni) .column-3,
.vaccine_schedule tr:has(.ninni) .column-4,
.vaccine_schedule tr:has(.ninni) .column-5 {
  background: #D7EDFB!important;
}
.vaccine_schedule tr:has(.hoken) .column-1,
.vaccine_schedule tr:has(.hoken) .column-3,
.vaccine_schedule tr:has(.hoken) .column-4,
.vaccine_schedule tr:has(.hoken) .column-5 {
  background: #FDFFC5!important;
}
.vaccine_schedule tr:has(.hoken) .column-1,
.vaccine_schedule tr:has(.hoken) .column-3,
.vaccine_schedule tr:has(.hoken) .column-4,
.vaccine_schedule tr:has(.hoken) .column-5 {
  background: #FDFFC5!important;
}
.vaccine_schedule tr .column-1 {
  width: 14%!important;
}
.vaccine_schedule tr .column-2 {
  width: 5%!important;
}
.vaccine_schedule tr .column-3 {
  width: 22%!important;
}
.vaccine_schedule tr .column-4 {
  width: 22%!important;
}
.vaccine_schedule tr .column-5 {
  width: 37%!important;
}
.yobo-kansensho td,
.yobo-kansensho th,
.yobo-kansensho a {
	font-size: 16px;
  max-width: none!important;
}
@media only screen and (max-width:767px) {
.dt-paging-button{
        font-size: 16px;
        line-height: 38px;
        height: 40px;
        width: 40px;
}
  .dt-search label{
    font-size: 12px;
  }
.dt-search input{
    padding: 5px;
}
  .dt-layout-row{
    justify-content: flex-start;
  }
  .tablepress th,
.tablepress td {
    word-break: auto-phrase;
}
.vaccine_schedule a{
  font-size: 14px!important;
  line-height: 1.2;
}
  .vaccine_schedule .column-5{
    min-width: 400px;
  }
.table-scroll{
  overflow-x: auto;
}
  .vaccine_schedule thead{
    top: 0!important;
  }
.table-scroll:has(.vaccine_schedule) .column-1 span {
  padding-top: 40px;
  margin-top: -40px;
}
}
/*-----------------------------------------------
 詳細（アコーディオン）
-----------------------------------------------*/
.wp-block-details-is-layout-flow summary{
    font-size: 20px;
    background: #0978B7;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s;
  color:#fff;
}
.wp-block-details-is-layout-flow summary:hover{
  opacity: .7;
}
.wp-block-details-is-layout-flow  h2{
  padding-top: 0!important;
}
.wp-block-details-is-layout-flow > .wp-block-details-is-layout-flow > summary,
.faq_a > .wp-block-details-is-layout-flow > summary{
  font-size: 20px;
  padding-bottom: 10px;
  background: rgba(9, 120, 183, 0.2);
  color: #0978B7;
  margin-top: 10px;
  cursor: pointer;
  margin-top: 40px;
  border: none;
}
.wp-block-details-is-layout-flow table,
.wp-block-details-is-layout-flow colgroup,
.wp-block-details-is-layout-flow tr{
  width: 100%!important;
  height: auto!important;
}
.wp-block-details-is-layout-flow th,
.wp-block-details-is-layout-flow td{
  white-space: pre-wrap;
}
.close-btn{
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  width: fit-content;
  display: block;
  position: relative;
  background: #165099;
  color: #fff;
  border-radius: 10px;
  padding: 0 40px 0 20px;  
  transition: opacity .5s;
}
.close-btn:hover{
  opacity: .7;
}
.close-btn::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: 3px;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s;
}
.wp-block-details-is-layout-flow > .wp-block-details-is-layout-flow .close-btn{
  margin-top: 0;
  margin-bottom: 20px;
  background: none;
  color: #165099;
}
.wp-block-details-is-layout-flow > .wp-block-details-is-layout-flow .close-btn::before{
  border-top: solid 2px #165099;
  border-left: solid 2px #165099;
}
.postid-10035 .wp-block-details-is-layout-flow th{
  width: 85px!important;
  white-space: normal;
}
.postid-10035 .wp-block-details-is-layout-flow th:has(font){
  width: 120px!important;
  white-space: normal;
}
@media only screen and (max-width:767px) {
  .wp-block-details-is-layout-flow summary {
    font-size: 18px;
    border-bottom: solid 2px #0978B7;
    padding-bottom: 10px;
    margin-top: 30px;
    line-height: 1.5;
}
  .wp-block-details-is-layout-flow + .wp-block-details-is-layout-flow summary{
      margin-top: 0;
  }
.close-btn{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 0 25px 0 10px;  
}
.close-btn::before{
  width: 8px;
  height: 8px;
  right: 10px;
}
}

/* fade
-----------------------------------------------*/
/* section
-----------------------------------------------*/
section + section {
  margin-top: 40px;
  padding-top: 20px;
}
#content h1 {
  font-size: 36px;
  color: #245774;
  line-height:1.35;
  margin-bottom: 20px;
}
#content h2 a{
  text-decoration: none;
  border-bottom: none!important;
}
#content h2 a,
#content h2 {
  font-size: 30px;
  border-bottom: solid 2px #0978B7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 40px;
}
#content h2:first-child {
    margin-top: 0;
    padding-top: 0;
}
#content h3 {
  font-size: 24px;
  color: #002455;
  margin-bottom: 15px;
}
#content h1 span,
#content h2 span,
#content h3 span {
  display: block;
  font-size: 18px;
}
#content h3 a{
  font-size: 24px;
  color: #0978B7;
  margin-bottom: 15px;
	text-decoration: underline;
}
#content h4 {
  color: #0978B7;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin: 40px 0 20px;
}
#content h4 a{
  color: #0978B7;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 40px 0 20px;
	text-decoration: underline;
}
#content h4::before {
  content: "";
  background-color: #0978B7;
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content h5 {
  font-size: 20px;
  background: rgba(9, 120, 183, .1);
  margin: 40px 0 20px;
  padding: 5px 10px;
}
#content h6 {
  font-size: 20px;
  display: flex;
  align-items: center;
}
#content h6::before,
#content h6::after {
  background: #0978B7;
  content: "";
  flex-grow: 1;
  height: 2px;
  margin-left: 10px;
}
#content h6::before {
  margin-right: 10px;
}
#content h6::after {
  margin-left: 10px;
}
#content .right {
  text-align: right;
}
.wp-block-details-is-layout-flow summary em,
#content i,
#content em{
	font-size: 20px;
  background: #0978B7;
  color: #fff;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  display: inline-block;
  padding: 0 8px 0 4px;
  border-radius: 2px;
	border-radius: 3px;
	margin-left: 10px;
}
#content ul {
  margin-bottom: 20px;
}
#content table {
  margin-top: 40px;
}
.txtTop td, .txtTop th {
  vertical-align: top;
}
.txtBottom td, .txtBottom th {
  vertical-align: bottom;
}
#content td, #content th {
  padding: 15px 10px;
  line-height: 1.5;
  word-break: auto-phrase;
}
#content table:not(.tablepress) td:first-child, {
  width: 0;
}

.postid-10032 #content td,.postid-10032 #content th {
  border: none;
}
#content th {
  max-width: 25%;
  background: #FAFAEB;
}
#content tr:nth-child(odd) {
  background: rgba(190, 227, 246, .4);
}
#content .abox {
  border: #BEE3F6 2px solid;
  padding: 20px;
  margin-top: 20px;
  display: table;
}
#content .abox + table {
  margin-top: 60px;
}
#content .btn a {
  color: #0978b7;
  padding-right: 34px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid #0978b7;
  padding-bottom: 5px;
  margin: 40px 0 0 auto;
  display: table;
}
#content .btn a::before, #content .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #0978b7;
  height: 2px;
}
#content .btn a::before {
  right: 0;
  width: 20px;
}
#content .btn a::after {
  right: 0;
  transform-origin: right bottom;
  width: 10px;
  transform: rotate(45deg);
}
#content .pdf_box {
  margin: 80px 0 20px;
font-size: 16px;
  position: relative;
	padding-left: 28px;
}
#content .pdf_box a {
font-size: 16px;
}
#content .pdf_box img {
	display: none;
}
#content .pdf_box::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/common/icon-pdf.png");
  background-repeat: no-repeat;
       top: 6px;
	left: 0;
}
#content .mso_box {
	font-size: 16px;
  margin: 80px 0 20px;
}
#content .mso_box + .pdf_box {
  margin-top: 20px;
}
#content a[href$=".pdf"] {
  color: #0978B7;
  position: relative;
  padding-right: 25px;
}
#content .wp-block-image a[href$=".pdf"]::after {
  display: none;
}
#content a[href$=".pdf"]::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("../img/common/icon-pdf.png");
  background-repeat: no-repeat;
    margin-left: 4px;
    margin-top: 10px;
}
/* schedule */
#content #schedule table thead th:nth-child(6),
#content #schedule table thead th:nth-child(7),
#content #schedule table tbody td:nth-child(6),
#content #schedule table tbody td:nth-child(7){
  display: none;
}
@media only screen and (max-width:980px) {
#content .mso_box {
  margin: 60px 0 20px;
    line-height: 1.5;
}
  #content .pdf_box {
  margin: 60px 0 20px;
    line-height: 1.5;
	  padding-bottom: 60px;
  }
  #content .pdf_box a {
    line-height: 1.5;
  }
#content .mso_box + .pdf_box {
  margin-top: 20px;
}
}
@media only screen and (max-width:767px) {
  #content + #content {
    margin-top: 40px;
  }
  #content h1 {
    font-size: 24px;
    line-height: 1.2!important;
  }
  #content h2 a,
  #content h2 {
    font-size: 24px;
    border-bottom: solid 2px #0978B7;
    padding-bottom: 10px;
    margin-bottom: 20px;  
    padding-top: 20px;
    line-height: 1.5;
}
  #content h3 {
    font-size: 20px;
    line-height: 1.2;
  }
#content h1 span,
#content h2 span,
#content h3 span {
  margin-top: 10px;
  font-size: 14px;
}
  #content h4 {
    font-size: 20px;
  }
  #content h5,
  #content h6 {
    font-size: 18px;
  }
  #content a {
    font-size: 18px;
    word-break: break-word;
  }
  #content li {
    font-size: 18px;
  }
  #content .btn a {
    font-size: 16px;
    padding-right: 25px;
    margin: 20px 0 0 auto;
  }
  #content .btn a::before {
    width: 15px;
  }
  #content .btn a::after {
    width: 8px;
  }
  #content table {
    margin-top: 30px;
  }
  #content th {
    max-width: none;
    width: 100%!important;
    white-space: nowrap;
  }
  #content td, #content th {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
  }
  #content td a, #content th a {
    font-size: 14px;
    line-height: 1.5;
  }
  #content td a[href$=".pdf"]::after,
  #content th a[href$=".pdf"]::after{
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 2px;
    margin-top: 2px;
  }
  #content table:not(.tablepress) td, #content table:not(.tablepress) th {
    height: auto !important;
    width: 100% !important;
    display: block;
    word-break: unset;
}
  #content table:not(.tablepress) td + td, #content table:not(.tablepress) th + td {
    padding-top: 0;
}
/*
  #content tr:has(font) > td br, #content tr:has(font) > th br {
	  display: none;
  }
*/
  section + section {
    margin-top: 40px;
  }
}
/* message
-----------------------------------------------*/
/*
#content .message {
  border-radius: 10px;
  overflow: hidden;
  height: 415px;
  background: url("../img/about/message/img-main-01.jpg")no-repeat;
  padding: 50px 70px;
  position: relative;
  background-size: cover;
  background-position: right;
}
*/
#content .message {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(214, 213, 218, 1), rgba(145, 137, 124, 1));
  padding: 50px 0 0 70px;
  position: relative;
  background-size: cover;
  background-position: right;
	display: flex;
justify-content: space-between;
}
#content .message .txt {
  display: flex;
flex-direction: column;
    justify-content: space-between;
}
#content .message .img {
  display: flex;
    align-items: flex-end;
}
#content .message img {
  max-width: 300px;
}
#content .message h2, #content .message h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  background-color: unset;
  border: none;
  margin: 0;
  padding: 0;
}
#content .message h2::before {
  display: none;
}
#content .message h3 {
  bottom: 50px;
  left: 70px;
margin-bottom: 50px;
}
#content .messageDetail p {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
#content .message {
    height: auto;
    padding: 20px;
    background-position: bottom right;
     flex-direction: column-reverse;
    align-items: center;
  }
#content .message .img {
  margin-bottom: 20px;
}
#content .message img {
  max-width: 190px;
}
 #content .message:has(font) {
  padding: 20px 20px 20px 20px;
}
 #content .message h2, #content .message h3 {
    font-size: 18px;
  }
  #content .message p {
    font-size: 14px;
    margin-top: 5px;
  }
  #content .message p br {
    display: none;
  }
  #content .message h3 {
    margin-bottom: 0;
  }
  #content .message .detail p {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* message-old
-----------------------------------------------*/
#content .message-old p + h3 {
  margin-top: 60px;
}
#content .message-old li {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {}

/* teikan
-----------------------------------------------*/
#content.teikan {
  width: 100%;
}
.teikan h2 {
  margin-bottom: 60px;
}
.teikan a.pdf::after {
  right: -6px;
}
@media only screen and (max-width:767px) {
  .teikan h2 {
    margin-bottom: 20px;
  }
}
/* link
-----------------------------------------------*/
#content ul.link {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
#content ul.wakutin li {
  width: 19%!important;
}
#content ul.wakutin li a{
  font-size: 14px;
  padding: 10px 50px 10px 10px!important;
}
#content ul.wakutin .teiki a {
  background: #F9E6F0!important;
}
#content ul.wakutin .ninni a {
  background: #D7EDFB!important;
}
#content ul.wakutin .hoken a {
  background: #FDFFC5!important;
}
#content ul.link li {
  width: calc(33.3% - 7px);
}
#content ul.link li a {
  width: 100%;
  height: 100%;
  padding: 25px 20px 25px 15px;
  border: solid 1px #0978B7;
  border-radius: 10px;
  font-weight: bold;
  color: #0978B7;
  text-decoration: none!important;
  position: relative;
display: flex;
align-items: center;
    line-height: 1.5;
}
#content ul.link li a:has(font) {
	display: block;
}
#content ul.link li a:has(font) br {
  display: none;
	display: block;
}
#content ul.link li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0978B7;
  border-right: 1px solid #0978B7;
  transform: rotate(135deg);
  transition: all .3s;
}
@media only screen and (max-width:767px) {
#content ul.link {
    flex-wrap: nowrap;
    flex-direction: column;
}
#content ul.link li {
    width: 100%;
}
  #content ul.link li a {
    padding: 12px 26px 12px 10px;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #content ul.link li a:after {
    right: 14px;
    width: 8px;
    height: 8px;
  }
#content ul.wakutin  {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}
#content ul.wakutin li {
  width: 100%!important;
}
#content ul.wakutin li a{
  font-size: 12px;
  padding: 10px 5px 20px!important;
  display: flex;
  justify-content: center;
  text-align: center;
}
#content ul.wakutin li a:after {
        right: 50%!important;
        top: auto!important;
        bottom: 10px!important;
    }

}
/* membership
-----------------------------------------------*/
#membership h5 {
  color: #0978B7;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  margin: 20px 0;
}
#membership h5::before {
  content: "";
  background-color: #0978B7;
  height: 30px;
  width: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#content a.pdf {
  color: #333;
}
#content .box1 {
  margin-top: 40px; 
  border: solid 1px #0978b7;
  padding: 20px;
  display: table;
}
#content .box1.center {
  margin: 40px auto;
}
#content p a {
  color: #0978B7;
  text-decoration: underline;
	overflow-wrap: break-word;
}
#content p {
  margin-bottom: 20px;
}
#content p:last-child {
  margin-bottom: 0;
}
#content p + h5 {
  margin-top: 60px;
}
#content p span.red {
  color: #FF0000;
}
#content .col3,
#content .column {
  margin-top: 50px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
#content .column {
      flex-wrap: wrap;
    flex-direction: column;
  gap: 40px;
}
#content .col2 {
	flex-direction: row;
    flex-wrap: nowrap;
}
#content .col3 div ,
#content .column div {
  width: calc(33.3% - 7px);
  border: 2px solid #0978B7;
  border-radius: 10px;
  padding: 36px 16px 16px 16px;
  position: relative;
}
#content .flow .column div {
    padding-top: 30px!important;
}
#content .column div {
  width: 100%;
}
#content .col2 div {
  width: calc(50% - 7px);
}
#content .col3 div::before ,
#content .column div::before {
  color: #fff;
  background-color: #0978B7;
  border-radius: 5px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  position: absolute;
  z-index: 1;
}
#content .col3 div::before {
  content: "STEP1";
}
#content .col3 div:nth-child(2)::before {
  content: "STEP2";
}
#content .col3 div:nth-child(3)::before {
  content: "STEP3";
}
#content .step0::before {
  content: "";
	display: none;
}
#content .step1::before {
  content: "STEP1";
}
#content .step2::before {
  content: "STEP2";
}
#content .step3::before {
  content: "STEP3";
}
#content .step4::before {
  content: "STEP4";
}
#content .step5::before {
  content: "STEP5";
}
#content .step6::before {
  content: "STEP6";
}
#content .step7::before {
  content: "STEP7";
}
#content .empty::before {
  display: none;
}
#content .col3 div::after,
#content .column div::after {
  content: "";
  background-image: url("../img/common/icon-arrow.svg");
  right: -46px;
  top: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
}
#content .column div::after {
  left: 50%;
  transform: translateX(-50%)rotate(90deg);
  -webkit-transform: translateX(-50%)rotate(90deg);
  -ms-transform: translateX(-50%)　rotate(90deg);
	top: auto;
  bottom: -20px;
}
#content .col3 div:last-child::after {
  content: none;
}
#content .flow .column .empty {
	border: none;
}
#content .flow .column .empty::after ,
#content .flow .column:last-child div:last-child::after ,
#content .flow .column .lastCol::after {
  display: none;
  content: none;
}
#content .flow .text {
	display: flex;
	width: 100%;
}
#content .flow .text + .column {
	margin-top: 10px;
}
#content .flow .text div{
	width: 50%;
	text-align: center;
}
#content .flow .text div h3{
	margin: 0;
}
#content .flow .col2 {
	flex-direction:row;
}
#content .col3 div h4 ,
#content .column div h4 {
  font-size: 18px;
  text-align: center;
}
#content .get-reader {
  margin: 40px auto 0;
}
@media only screen and (max-width:767px) {
  #membership h5 {
    font-size: 18px;
  }
  #membership h5::before {
    height: 26px;
  }
  #content .col3 {
    margin-top: 50px;
    gap: 40px;
    flex-direction: column;
  }
  #content .col3 div h4 {
    font-size: 16px;
  }
  #content .col3 div {
    width: 100%;
    padding: 26px 16px 16px 16px;
  }
  #content .col3 div::before {
    border-radius: 5px;
    top: -20px;
    font-size: 16px;
    padding: 5px 10px;
    width: 120px;
    z-index: 1;
  }
  #content .col3 div::after {
    content: none;
  }
  #content p + h5 {
    margin-top: 40px;
  }
  #content p {
    font-size: 18px;
  }
	#content .flow .col2{
		gap: 10px;
	    justify-content: space-between;
	}
	#content .flow .col2 .abox{
		    padding: 36px 10px 10px 10px;
	}
	#content .flow .col2 .abox h3{
		font-size: 18px;
	}
	#content .flow .col2 .abox p{
		font-size: 16px;
	}
	#content .flow .text h3{
		font-size: 18px;
	}
	}
}
/* membership
-----------------------------------------------*/
#price h5 {
  font-size: 18px;
  font-weight: normal;
}
#price h5 + p {
  padding-left: 1em;
}
/* organization
-----------------------------------------------*/
#content table {
  margin-top: 0;
}
#content .riji table {
  width: 100%;
  table-layout: fixed;
}
#content .col2 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#content .col2 table {
  width: 50%;
}
#content .riji tr th {}
#content .riji tr th:first-child, #content .riji tr td:first-child {
  width: 15%;
}
#content .riji tr th:nth-child(2), #content .riji tr td:nth-child(2) {}
#content tr td.table-note {
  width: 300px;
  background-color: #fff;
  text-align: right;
  padding: 0;
}
#content .listCol2 {
  display: flex;
  flex-wrap: wrap;
	gap: 10px;
}
.postid-20144 .listCol2 li {
	width: auto!important;
}
#content .listCol2 li {
  width: 46%;
}
#content .listCol2 li a {
  color: #0978B7;
}
#content .listCol2 li:nth-child(2n) {
  width: 54%;
}
#content .listCol1 li a {
  color: #0978B7;
}
#content ul.listMargin li {
  margin-top: 60px;
}
#content ul.listMargin li a {
  color: #0978B7;
	text-decoration: underline;
}
#content .listCol1 li .pdf {
  color: #0978B7;
}

@media only screen and (max-width:767px) {
  #content .col2 {
    flex-direction: column;
    gap: 20px;
  }
  #content .col2 table {
    width: 100%;
  }
  #content .col2 {
    flex-direction: column;
  }
  #content .listCol2 li {
    width: 100%;
  }
  #content .listCol2 li:nth-child(2n) {
    width: 100%;
  }
}
/* budget
-----------------------------------------------*/
#content ul.budget {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px 40px;
}
#content ul.budget li {
  line-height: 1.5;
}
#content ul.budget li a {
  text-decoration: underline;
}
#content ul.budget li a.pdf {
  color: #0978B7 !important;
}
#content .budget .get-reader {
  margin-top: 60px !important;
}
@media only screen and (max-width:767px) {
  #content ul.budget {
    gap: 20px 20px;
  }
}

.postid-20005 .listCol2 ,
.postid-140024 .listCol2 {
  display: flex;
  flex-wrap: wrap;
	gap: 10px;
}
.postid-20005 .listCol2 li ,
.postid-140024 .listCol2 li {
  width: calc(50% - 5px);
	max-width: 300px;
}
.postid-20005 .listCol2 li a ,
.postid-140024 .listCol2 li a {
  color: #0978B7;
}
@media only screen and (max-width:767px) {
.postid-20005 .listCol2 li ,
.postid-140024 .listCol2 li {
  width: 100%;
}
}

/* district
-----------------------------------------------*/
#content .district {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
#content .district > div {
  width: calc(50% - 30px);
}
#content .district li h5 {
  margin-top: 0;
}
#content .district li table {
  margin-top: 0;
  margin-left: 20px;
	  table-layout: fixed;
}
#content .district table tr {
  background-color: #fff;
  vertical-align: top;
}
#content .district table tr td:first-child {
width: 100px!important;
}
#content .district table tr td:has(font):first-child {
width: 120px!important;
}
#content .district table th, #content .district table td {
  padding: 0;
  word-break: break-all;
  overflow-wrap : break-word;
}
#content .district table td a {
  color: #0978B7;
  text-decoration: underline;
	font-size: 18px;
}
#content .district tr:nth-child(odd) {
  background: #fff;
}
#content .district li table th {
  width: 85px;
  font-weight: normal;
}
#conference .district li table th {
  width: 60px;
}
ul.region-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.region-list li {
  font-size: 18px;
}
ul.region-list li a {
  position: relative;
  padding: 0 10px;
}
ul.region-list li:last-child a {
  padding-right: 0;
}
ul.region-list li a::after {
  content: "|";
  font-size: 18px;
  position: absolute;
  right: -3px;
  bottom: -2px;
}
ul.region-list li:last-child a::after {
  content: none;
}
#content ul.region-list li a {
  color: #333;
  text-decoration: none;
}
#jimukyoku .col {
  display: grid;
}
#jimukyoku .scroll {
  display: block;
  overflow-x: auto;
}
#jimukyoku table {
  white-space: nowrap;
  margin-top: 20px;
}
#jimukyoku table tr th:first-child, #jimukyoku table tr td:first-child {
  width: 20%;
}

.postid-20252 .scroll table tr td:nth-child(1){
	width: 220px!important;
}
@media only screen and (max-width:767px) {
  #content .district {
    gap: 20px 20px;
  }
  #content ul.region-list {
    float: left;
    margin-bottom: 5px;
    gap: 5px 0;
  }
  #content ul.region-list li {
    font-size: 16px;
  }
  #content ul.region-list li a::after {
    font-size: 16px;
    right: 4px;
  }
  #content .district > div {
    width: 100%;
  }
#content ul.district li table {
  margin-left: 0;
}
.postid-10034 #content a {
	font-size: 18px;
}
 #content table td a {
  color: #0978B7;
}
#content .district table tr td:first-child {
width: 70px!important;
}
.scroll {
  overflow-x: scroll;
	display: inline-block;
	margin-bottom: 60px;
    width: 100%;
	}
.scroll table {
/*  white-space: nowrap;*/
	width: 800px!important;
}
  #content .scroll table th {
    white-space: normal;
  }
	
.postid-20221 .scroll table {
	width: 600px!important;
}
.postid-10036 #content a {
	font-size: 18px;
}
}


/* news-list-box
-----------------------------------------------*/
.news-list-box .col {
  border-top: 1px solid #333;
  padding-top: 40px;
}
.news-list-box .col:not(:first-child) {
  margin-top: 45px;
}
#content .news-list-box .col h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.5;
  padding-top: 0;
}
#content .news-list-box .col a:hover .detail,
#content .news-list-box .col a:hover time,
#content .news-list-box .col a:hover h2 {
  color: #0978B7;
}
.news-list-box .col time {
  font-size: 20px;
}
.news-list-box .col .data {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.news-list-box .col .data object {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-self: center;
}
.news-list-box .col .data object a {
    display: block;
    color: #fff;
    background: #0978b7;
    font-weight: bold;
    font-size: 13px;
    opacity: 1;
    border-radius: 5px;
    padding: 7px 8px;
    line-height: 1;
}
.news-list-box .col .detail {
  margin-top: 15px;
}
.news-list-box .col .detail p {
  margin-bottom: 0!important;
}
@media only screen and (max-width:767px) {
  .news-list-box .col {
    padding-top: 20px;
  }
  .news-list-box .col:not(:first-child) {
    margin-top: 25px;
  }
  .news-list-box .col time {
    font-size: 16px;
  }
  #content .news-list-box .col .data object a {
    font-size: 13px;
  }
  .news-list-box .col .detail {
    margin-top: 10px;
  }
}


/* pagination
-----------------------------------------------*/
#pagination {
  text-align: center;
  margin-top: 60px;
}
.pagenation {
  display: flex;
    justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px!important;
align-items: flex-end;
}
.pagenation #pagination {
  margin-top: 0;
}
.top {
  text-align: right!important;
}
#pagination h2 {
  display: none;
}
#pagination .pagination-info {
  font-size: 12px;
}
#pagination .nav-links {
  display: flex;
  gap: 15px;
  justify-content: center;
	margin-top: 10px;
}
.top .nav-links {
  justify-content: right!important;
}
#pagination .nav-links span,
#pagination .nav-links a {
  font-size: 20px;
  display: block;
  line-height: 48px;
  text-align: center;
  height: 50px;
  width: 50px;
  border: 1px solid #0978B7;
  color: #0978B7;
  font-weight: bold;
}
#pagination .nav-links span.current,
#pagination .nav-links a.current {
  background: #0978B7;
  color: #fff;
}
#pagination .nav-links .dots,
#pagination .nav-links .prev,
#pagination .nav-links .next {
  border: none;
  width: auto;
  background: transparent !important;
}
#pagination .nav-links .prev,
#pagination .nav-links .next {
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
}
#pagination .nav-links .prev::before,
#pagination .nav-links .next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #0978B7;
  border-right: 4px solid #0978B7;
  left: 0%;
}
#pagination .nav-links .prev::before {
  transform: rotate(135deg);
}
#pagination .nav-links .next::before {
  transform: rotate(315deg);
}
#pagination .nav-links .dots {
  color: #333;
}
@media only screen and (max-width:767px) {
  #pagination {
    margin-top: 50px;
    padding-top: 50px;
  }
  #pagination .nav-links {
    gap: 10px;
  }
  #pagination .nav-links span,
  #pagination .nav-links a {
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    width: 40px;
  }
}


/* search-box
-----------------------------------------------*/
#search-box table tr {
	background: none!important;
}
#search-box table tr td,
#search-box table tr th {
	padding: 0px;
}
#search-box {
  background: #F3F3F3;
  border-radius: 20px;
  padding: 40px 50px;
  margin-top: 5px;
}
#search-box table {
  width: 100%;
}
#search-box table th {
  white-space: nowrap;
  font-size: 20px;
}
#search-box table td {
  width: 100%;
}
#search-box table td .select-cover {
  position: relative;
  display: inline-block;
}
#search-box table td .select-cover::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 2;
  transform: rotate(135deg) translateX(-13px);
  pointer-events: none;
}
#search-box table td .select-cover select {
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  font-size: 20px;
  padding: 0 60px 0 20px;
  cursor: pointer;
  font-weight: bold;
}
#search-box table tr:not(:first-child) th,
#search-box table tr:not(:first-child) td {
  padding-top: 25px;
}
#search-box table td input {
  display: block;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  padding: 0 20px;
  font-weight: bold;
}
#search-box button {
  display: block;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  background: #0978B7;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  width: 240px;
  margin: 25px 0 0 auto;
  font-weight: bold;
  transition: opacity .2s;
}
#search-box button:hover {
  opacity: .7;
}
@media only screen and (max-width:767px) {
  #search-box {
    padding: 20px 20px;
  }
  #search-box table {
    overflow: hidden;
    display: block;
  }
  #search-box table tbody,
  #search-box table tr {
    width: 100%;
    display: block;
  }
  #search-box table th {
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
  }
  #search-box table tr:not(:first-child) th {
    padding: 15px 0 0 0;
  }
  #search-box table td {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0 0 0 !important;
  }
  #search-box table td .select-cover {
    width: 100%;
    display: block;
  }
  #search-box table td .select-cover select {
    height: 50px;
    font-size: 14px;
    padding: 0 60px 0 15px;
    width: 100%;
  }
  #search-box table td input {
    font-size: 14px;
  }
  #search-box button {
    width: 100%;
    margin: 20px auto 0;
  }
}


/* search-txt
-----------------------------------------------*/
#search-txt {
  margin-top: 55px;
  margin-bottom: 55px;
}
#search-txt ul li {
  font-size: 20px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
  font-weight: bold;
}
#search-txt ul li:not(:first-child) {
  margin-top: 5px;
}
#search-txt ul li::before {
  content: "・";
}
#search-txt .btn {
  width: 240px;
  margin: 55px auto 0;
}
#search-txt .btn a {
  display: block;
  height: 50px;
  background: #0978B7;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin: 25px 0 0 auto;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}
#search-box button:hover {
  opacity: .7;
}
@media only screen and (max-width:767px) {
  #search-txt {
    margin-top: 20px;
  }
  #search-txt ul li {
    font-size: 14px;
  }
  #search-txt .btn {
    margin: 40px auto 0;
  }
}



#fdtable tr th:last-child,
#fdtable tr td:last-child {
 width: 10%;
}
@media only screen and (max-width:767px) {

#fdtable {
/*	  max-width: 800px;*/
	  width: 100%;
/*	white-space: normal!important;*/
  }
}


/* archive
-----------------------------------------------*/
#archive {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 40px;
}
#archive h2 {
  font-size: 26px;
}
#archive .archive-box {
  font-size: 0;
}
#archive .archive-box > div {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px;
}
#archive .archive-box h3 {
  position: relative;
  font-size: 20px;
  width: 100%;
  line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
}
#archive .archive-box h3 .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 0;
}
#archive .archive-box h3 .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #0978B7;
  border-right: 4px solid #0978B7;
  position: absolute;
  top: 9px;
  right: 12px;
  transform: rotate(45deg);
  opacity: .3;
}
#archive .archive-box h3 .arrow.active::before {
  top: 17px;
  transform: rotate(225deg);
}
#archive .archive-box h3 a {
  text-decoration: none;
  margin: 0;
}
#archive .archive-box .cover {
  width: 100%;
  display: none;
}
#archive .archive-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 5px 0;
}
#archive .archive-box ul li {
  display: block;
  font-size: 15px;
  width: 25%;
}
#archive .archive-box ul li a {
  font-size: 18px;
}
@media only screen and (min-width:2000px) {
  #container.container-archive #content {
    position: relative;
    max-width: 1470px;
    padding:  0 80px;
    min-height: var(--minH);
  }
  #container.container-archive.active #content,
  #container.container-archive.open #content {
    position: relative;
    max-width: 1970px;
    padding: 0 80px 0 400px;
  }
  #container.container-archive.active #side,
  #container.container-archive.open #side {
    transform: translateX(calc(50vw - 100% - 665px));
  }
  #archive {
    padding-top: 18px;
  }
  #archive h2 {
    margin-top: 0;
    padding-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 26px;
  }
  #archive .archive-box > div {
    padding: 8px 15px;
  }
  #archive .archive-box h3 a {
    font-size: 20px;
  }
  #archive .archive-box ul {
    padding: 0 0 5px 0;
  }
  #archive .archive-box ul li {
    font-size: 13px;
    width: 16.6%;
  }
}
@media only screen and (max-width:1200px) {
  #archive {
    position: static;
    width: 100%;
    transform: translateX(0);
  }
  #archive .archive-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    align-items: flex-start;
  }
  #archive .archive-box > div {
    width: calc(25% - (90px / 4));
    padding: 25px 15px;
  }
  #archive .archive-box ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width:1023px) {
  #archive .archive-box > div {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width:767px) {
  #archive {
    padding-bottom: 60px;
  }
  #archive h2 {
  margin-bottom: 0;
  }
  #archive .archive-box {
    gap: 0 20px;
  }
  #archive .archive-box > div {
    width: 100%;
    padding: 15px 5px;
  }
  #archive .archive-box h3 a {
    font-size: 20px;
  }
  #archive .archive-box ul {
    padding: 5px 0 10px;
  }
}