@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*ect */
body * {
  box-sizing: border-box;
}

html, body, header, figure, ul, h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (min-width: 581px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (max-width: 580px) {
  h2 {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #0382d1;
  cursor: pointer;
}
a:hover {
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

body {
  color: #363833;
}

header {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0 5px 15px;
  z-index: 9;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 580px) {
  header {
    padding: 8px 0 4px 15px;
  }
}
header.front {
  padding: 10px 12px;
}
header.front h1 {
  font-size: 0.9vw;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header.front h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  header.front h1 {
    position: absolute;
    left: 190px;
    top: 50%;
    font-size: 10px;
    padding-right: 12px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
header .header_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  header .header_flex_wrapper {
    display: block;
  }
}
header .telandbtn_wrapper {
  display: flex;
}
@media screen and (max-width: 580px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
header .telandbtn_wrapper .tel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num {
  width: 200px;
  display: flex;
  align-items: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper {
  max-width: 20%;
  width: 2.5vw;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper img {
  width: 100%;
  height: auto;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number {
  font-size: 20px;
  font-weight: bold;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:hover, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:active, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:visited {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_text {
  font-size: 1.3rem;
  text-align: center;
}
header .telandbtn_wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .telandbtn_wrapper .btn_wrapper .line,
header .telandbtn_wrapper .btn_wrapper .mail {
  max-width: 160px;
  width: 9vw;
}
header .telandbtn_wrapper .btn_wrapper .line img,
header .telandbtn_wrapper .btn_wrapper .mail img {
  width: 100%;
  height: auto;
}
header .inner {
  display: flex;
  justify-content: left;
  max-width: 1580px;
  margin: auto;
  box-sizing: border-box;
}
header .inner #logo {
  width: 163px;
  height: auto;
  margin-right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner #logo a img {
  width: 100%;
  height: auto;
}
header .inner nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav {
    padding-top: 4px;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  height: 100%;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
}
header .inner nav ul li:hover a {
  font-weight: bold;
}
header .inner nav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #363833;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 8px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  header .inner nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav ul li a {
    font-size: 1.5rem;
  }
}
header .inner nav ul .dropdown__lists {
  opacity: 0; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  transition: all 0s;
  gap: 0;
  pointer-events: none;
}
header .inner nav ul li:hover .dropdown__lists {
  opacity: 100; /*Gナビメニューにホバーしたら表示*/
  transform: translateY(36px);
  transition: all 0.5s;
  pointer-events: all;
}
header .inner nav ul li:hover .dropdown__lists a {
  font-weight: normal;
}
header .inner nav ul .dropdown__list {
  background-color: #00489a;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list:hover {
  background-color: #539fd2;
}
@media screen and (max-width: 580px) {
  header .inner nav {
    display: none;
  }
}

article section#submenu {
  width: 100%;
}

article section#submenu .dw {
  background-color: gainsboro;
}

article section#submenu .dw input[type=checkbox] {
  display: none;
}

.dw label {
  display: block;
  padding: 6px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}

.dw label::after {
  content: "▶";
  position: absolute;
  top: 6px;
  left: 150px;
  transform: rotate(90deg);
  transition: all 1.2s ease;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor::after {
  transform: rotate(-90deg) !important;
}

article section#submenu .dw h5 {
  font-size: 1.6rem;
  margin: 10px;
}

article section#submenu .dw .subbox {
  padding: 0 10px 0 10px;
  height: 0;
  transition: all 1s ease;
  opacity: 0;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
  height: 80px;
  padding-top: 10px;
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 580px) {
  article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
    height: 120px;
  }
}
article section#submenu .dw .subbox ul {
  margin: 0 0 5px 0;
  padding-left: 30px;
}

article section#submenu .dw .subbox ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  color: #00499a;
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background-color: #00499a;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

.drawer-menu-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.drawer-menu-item-link {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item-link:hover,
.drawer-menu-item .Label:hover {
  color: #5b9fd3;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(100%);
}

.drawer-icon {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-icon {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 60px;
    justify-content: center;
    align-items: center;
    z-index: 130;
    background-color: #fff;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  /*check*/
  background-color: #eb6120;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
  background-color: #00499a;
}

.drawer-icon span::after {
  top: 12px;
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

/*ベース*/
.drawer-menu-item .toggle {
  display: none;
}

.drawer-menu-item .Label {
  /*タイトル*/
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.drawer-menu-item .Label,
.drawer-menu-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer-menu-item .content {
  /*本文*/
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.drawer-menu-item .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 8px 0px 20px;
  transition: all 0.3s;
  margin-top: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li {
  display: block;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
}

.drawer-menu-item .toggle:checked + .Label + .content li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li a {
  color: #fff;
}

.drawer-menu-item .toggle:checked + .Label + .content li a:hover {
  color: #5b9fd3;
}

.drawer-menu-item .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}

.drawer-line {
  width: 80%;
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.drawer-line img {
  width: 100%;
  height: auto;
}

header {
  box-shadow: 1px 1px 20px lightgray;
}

article main.contents {
  width: 1110px;
  max-width: 1110px;
  margin: auto;
  padding: 20px 20px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents {
    width: 100%;
    padding: 10px;
  }
}
article main.contents section {
  padding-top: 20px;
  width: 900px;
  margin: 30px auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section {
    width: 100%;
    margin: 0;
  }
}
article main.contents section p#breadcrumb {
  font-size: 1.4rem;
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-width: 580px) {
  article main.contents section p#breadcrumb {
    margin: 0 0 30px;
    font-size: 1.2rem;
  }
}
article main.contents section p#breadcrumb span a {
  padding-left: 0;
  font-size: 1.4rem;
  color: #0382d1;
}
article main.contents section p#breadcrumb span a:hovar {
  color: black;
  padding-left: 1px;
}
article main.contents section p#category_out {
  padding: 0;
  font-size: 1.2rem;
  color: #0382d1;
}
article main.contents section p.null {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
@media screen and (max-width: 580px) {
  article main.contents section p.null {
    font-size: 1.8rem;
  }
}
article main.contents section p.null span.strong_link {
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  line-height: 28px;
  background: linear-gradient(transparent 60%, #e7e7e7 60%);
  padding: 4px 2px 4px 4px;
}
article main.contents section p.null strong.y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section p.null span.bold {
  font-weight: bold;
}
article main.contents section p.txtcenter {
  padding-top: 0;
  text-align: center;
  margin-bottom: 20px;
}
article main.contents section p.soudan {
  text-align: center;
  position: relative;
}
article main.contents section p.soudan span {
  background: #eb6120;
  padding: 16px 20px;
  font-size: 1.6rem;
  color: #fff;
}
article main.contents section p.soudan a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article main.contents section p.download {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
article main.contents section p.download span {
  display: inline-block;
  color: #eb6120;
  font-weight: bold;
  font-size: 2.6rem;
  padding: 12px 25px;
  background: #fff;
  border: 2px solid #eb6120;
  transition: all 1s ease;
}
article main.contents section p.download span:hover {
  background: #eb6120;
  border: 2px solid #7a9c59;
}
article main.contents section p.download a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
article main.contents section p.button {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  padding: 4px 8px;
  color: #fff;
  background: #536280;
  font-weight: bold;
  border-radius: 20px;
  width: 240px;
  transition: all 1.2s ease;
}
article main.contents section p.button:hover {
  transform: scale(1.2, 1.2);
}
article main.contents section p.button a {
  color: white;
  transition: all 1.2s ease;
}
article main.contents section p.button a:hover {
  color: #0382d1;
}
article main.contents section .ssize_img_wrapper {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article main.contents section .ssize_img_wrapper {
    width: 100%;
    text-align: center;
  }
}
article main.contents section h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  article main.contents section h1 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
article main.contents section h2 {
  background-color: #607194;
  padding: 7px 8px;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  article main.contents section h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
article main.contents section h2.wp-block-heading {
  margin-top: 30px;
}
article main.contents section h3 {
  font-size: 2.5rem;
  border-bottom: 2px double #607194;
  width: 100%;
  margin: 30px auto 0;
  color: #536280;
  position: relative;
}
@media screen and (max-width: 580px) {
  article main.contents section h3 {
    font-size: 2rem;
  }
}
article main.contents section h3:after {
  content: "";
  border-bottom: 1px solid #607194;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
article main.contents section h4 {
  font-size: 2.2rem;
  border-bottom: 1px solid #607194;
  letter-spacing: 2px;
  width: 100%;
  margin: 20px auto 0;
  color: #536280;
}
@media screen and (max-width: 580px) {
  article main.contents section h4 {
    font-size: 1.9rem;
  }
}
article main.contents section p#date {
  font-size: 1.4rem;
  margin-bottom: 4px;
  text-align: left;
  padding: 0;
}
article main.contents section #thumbnails {
  width: 100%;
  height: auto;
}
article main.contents section #thumbnails img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article main.contents section p {
  width: 900px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 3.3rem;
}
@media screen and (max-width: 580px) {
  article main.contents section p {
    font-size: 1.8rem;
  }
}
article main.contents section p span.y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section img {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section img {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section img {
    width: 100%;
    margin: 20px auto 0;
  }
}
article main.contents section img.img70 {
  width: 70%;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 580px) {
  article main.contents section img.img70 {
    width: 98%;
  }
}
article main.contents section img.img50 {
  width: 50%;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 580px) {
  article main.contents section img.img50 {
    width: 98%;
  }
}
article main.contents section img.kakaku {
  margin: 28px auto auto;
  display: block;
  width: 65%;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section img.kakaku {
    width: 85%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section img.kakaku {
    width: 98%;
    margin-top: 16px;
  }
}
article main.contents section .column2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
article main.contents section .column2 .harf {
  width: 50%;
}
@media screen and (max-width: 580px) {
  article main.contents section .column2 .harf {
    width: 96%;
    margin: auto;
  }
}
article main.contents section .column2 img {
  width: 50%;
  padding: 10px;
}
article main.contents section .column2 img.innerImg {
  width: 100%;
  margin-bottom: 0;
}
article main.contents section .column2 .flex_img_wrapper {
  width: 50%;
}
@media screen and (max-width: 580px) {
  article main.contents section .column2 .flex_img_wrapper {
    width: 100%;
  }
}
article main.contents section .column2 .flex_img_wrapper img {
  width: 100%;
}
@media screen and (max-width: 580px) {
  article main.contents section .column2 .flex_img_wrapper img {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .column2 {
    display: block;
  }
  article main.contents section .column2 img {
    width: 98%;
    display: block;
    margin: auto;
  }
}
article main.contents section .column3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  article main.contents section .column3 {
    display: block;
    margin: 25px 0;
  }
}
article main.contents section .column3 img {
  width: 29.5%;
  height: auto;
}
@media screen and (max-width: 580px) {
  article main.contents section .column3 img {
    width: 96%;
    display: block;
    margin: 25px auto;
  }
}
article main.contents section .column3 h5 {
  width: 100% !important;
  margin-bottom: 20px;
}
article main.contents section ul {
  margin: 30px auto;
  font-size: 1.8rem;
  padding-left: 23px;
}
@media screen and (max-width: 580px) {
  article main.contents section ul {
    margin: 15px auto;
  }
}
article main.contents section ul.borderOrange {
  padding: 15px;
  padding-left: 35px;
  border-radius: 10px;
  border: 4px solid #ffa64c;
}
article main.contents section ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
article main.contents section ul li span.y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section ul li:last-child {
  margin-bottom: 0;
}
article main.contents section ul li.summarize {
  list-style-type: none;
  padding-bottom: 8px;
  border-bottom: 0.3px solid #808080;
}
article main.contents section ul li.summarize a {
  color: #000;
  transition: all 0.5s ease;
}
article main.contents section ul li.summarize a:hover {
  color: #0382d1;
}
article main.contents section ul li.summarize::before {
  content: ">";
  margin-right: 30px;
}
article main.contents section ol {
  margin: 30px auto;
  font-size: 1.8rem;
  padding-left: 23px;
}
article main.contents section ol li {
  list-style: decimal;
  margin-bottom: 25px;
}
article main.contents section ol li span.y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section table {
  border: 1px solid #555;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  font-size: 1.7rem;
}
article main.contents section table tbody tr {
  height: 40px;
}
article main.contents section table tbody tr > *:first-child {
  background: #e7ebf3;
  font-weight: bold;
  text-align: center;
  width: 30%;
}
article main.contents section table tbody th {
  border: 1px solid #555;
  padding: 10px;
  background: #e7ebf3;
}
article main.contents section table tbody td {
  border: 1px solid #555;
  padding: 10px;
}
article main.contents section table tbody td span.y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section table tbody td.text-center {
  text-align: center;
}
article main.contents section table thead tr th {
  margin: 1px;
  padding: 7px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #e7ebf3;
}
article main.contents section table.meritdemerit tr > *:first-child {
  width: 20%;
}
article main.contents section table.meritdemerit th {
  width: 20%;
}
@media screen and (max-width: 580px) {
  article main.contents section table.meritdemerit th {
    width: 22%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section table.meritdemerit th.tate {
    writing-mode: vertical-rl;
    width: 10%;
    padding-left: 4px;
    padding-right: 4px;
  }
}
article main.contents section table.meritdemerit td {
  width: 20%;
}
@media screen and (max-width: 580px) {
  article main.contents section table.meritdemerit td {
    padding: 6px;
  }
}
article main.contents section .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article main.contents section .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
article main.contents section .img_inner {
  margin: 30px 0;
}
article main.contents section .img_inner a img {
  display: block;
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section .img_inner a img {
    width: 92%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .img_inner a img {
    width: 98%;
  }
}
article main.contents section figure {
  display: block;
  width: 100%;
}
article main.contents section figure img {
  width: 100%;
}
article main.contents section figure figcaption {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.8rem;
  line-height: 3.3rem;
  text-align: center;
}
article main.contents section figure.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.flex {
    display: block;
  }
}
article main.contents section figure.flex img {
  width: 50%;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.flex img {
    width: 98%;
    display: block;
    margin: 40px auto 0;
  }
}
article main.contents section figure.flex figcaption {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.flex figcaption {
    width: 98%;
    margin: auto;
    padding: 0 10px;
  }
}
article main.contents section figure.reference_link {
  border: 1px solid #b0b0b0;
  margin: 20px 0 20px;
  padding: 13px;
  display: block;
  height: 126px;
  box-shadow: 4px 4px 0px #ddd;
  background: #f9fcff;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 1s ease;
}
article main.contents section figure.reference_link:hover {
  transform: scale(1.06);
}
@media screen and (max-width: 580px) {
  article main.contents section figure.reference_link {
    width: 100%;
    height: auto;
    padding: 5px;
    margin-top: 10px;
  }
}
article main.contents section figure.reference_link img {
  width: 12%;
  margin: 0;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.reference_link img {
    width: 27%;
  }
}
article main.contents section figure.reference_link figcaption {
  width: 80%;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.reference_link figcaption {
    width: 73%;
    margin: auto;
  }
}
article main.contents section figure.reference_link figcaption h5 {
  font-size: 2rem;
  color: #000;
  text-align: left;
  border-bottom: solid 2px #000;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.reference_link figcaption h5 {
    font-size: 1.5rem;
  }
}
article main.contents section figure.reference_link figcaption p.memo {
  font-size: 1.4rem;
  padding-left: 14px;
}
@media screen and (max-width: 580px) {
  article main.contents section figure.reference_link figcaption p.memo {
    text-align: center;
    font-size: 1.2rem;
  }
}
article main.contents section figure.reference_link a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
article main.contents section .video_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner {
    display: block;
  }
}
article main.contents section .video_inner .leftBox {
  width: 49%;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner .leftBox {
    width: 98%;
    margin: auto;
  }
}
article main.contents section .video_inner .leftBox h3 {
  width: 100%;
}
article main.contents section .video_inner .leftBox .video {
  width: 100%;
  aspect-ratio: 16/9;
}
article main.contents section .video_inner .rightBox {
  width: 49%;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner .rightBox {
    width: 98%;
    margin: auto;
  }
}
article main.contents section .video_inner .rightBox h3 {
  width: 100%;
}
article main.contents section .video_inner .rightBox .video {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner .rightBox .video {
    width: 98%;
  }
}
article main.contents section .video_inner .rightBox .video iframe {
  width: 100%;
  height: 100%;
}
article main.contents section .video_inner .video {
  width: 46%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner .video {
    width: 98%;
  }
}
article main.contents section .video_inner .video iframe {
  width: 100%;
  height: 100%;
}
article main.contents section .video_inner .content_note {
  width: 45%;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_inner .content_note {
    margin-top: 30px;
    width: 100%;
  }
}
article main.contents section .video_inner .content_note h6.video_h {
  font-size: 1.6rem;
  font-weight: bold;
}
article main.contents section .video_inner .content_note p.null {
  width: 100%;
  padding: 10px;
}
article main.contents section .video_wrapper_1column {
  margin: 30px auto;
}
article main.contents section .video_wrapper_1column h6.video_h {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
article main.contents section .video_wrapper_1column .video {
  width: 100%;
  aspect-ratio: 16/9;
}
article main.contents section .video_wrapper_1column .video iframe {
  width: 100%;
  height: 100%;
}
article main.contents section .video_wrapper_1column .content_note {
  width: 100%;
}
@media screen and (max-width: 580px) {
  article main.contents section .video_wrapper_1column .content_note {
    width: 100%;
  }
}
article main.contents section .video_wrapper_1column .content_note p.null {
  width: 100%;
  padding: 4px 8px;
}
article main.contents section .borderOrange {
  padding: 15px;
  border-radius: 15px;
  border: 4px solid #ffa64c;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
article main.contents section .borderOrange .y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article main.contents section .borderOrange {
    margin: 30px auto;
  }
}
article main.contents section .borderOrange ul {
  margin-bottom: 0;
}
article main.contents section .borderOrange ul.borderOrange_mt-0 {
  margin-top: 0;
}
article main.contents section .borderOrange ul li {
  margin-bottom: 10px;
}
article main.contents section .conversation {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
article main.contents section .conversation .avatar {
  width: 64px;
  height: 64px;
}
article main.contents section .conversation .boy {
  content: "";
  background-image: url(https://bousuikouji.info/wp-content/themes/omc/images/necchusyou_face_boy1.png);
  background-size: 100%;
  position: relative;
}
article main.contents section .conversation .boy:after {
  content: "建";
  position: absolute;
  width: 100%;
  font-size: 1.2rem;
  height: auto;
  text-align: center;
  bottom: -26px;
  left: 0;
}
article main.contents section .conversation .girl {
  content: "";
  background-image: url(https://bousuikouji.info/wp-content/themes/omc/images/character_girl_normal.png);
  background-size: 100%;
  position: relative;
  padding-bottom: 30px;
}
article main.contents section .conversation .girl:after {
  content: "利乃";
  position: absolute;
  width: 100%;
  font-size: 1.2rem;
  height: auto;
  text-align: center;
  bottom: -26px;
  left: 0;
}
article main.contents section .conversation .conversation_content {
  border-radius: 5px;
  padding: 20px 30px;
  margin-left: 20px;
  width: 80%;
  position: relative;
}
article main.contents section .conversation .bef {
  background-color: #f9cdd8;
  position: relative;
}
article main.contents section .conversation .bef:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9cdd8;
  top: 30px;
  left: -20px;
}
article main.contents section .conversation .aft {
  background-color: #d0ecfe;
  position: relative;
  margin-right: 20px;
  margin-left: 0;
  position: relative;
}
article main.contents section .conversation .aft:after {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d0ecfe;
  top: 30px;
  right: -20px;
}
article main.contents section button {
  position: relative;
  padding: 7px 25px;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: 50px auto;
  background-color: #eb6120;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: all 1s ease;
}
article main.contents section button:hover {
  background-color: #ffa64c;
}
article main.contents section button a {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article main.contents section #related_article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  article main.contents section #related_article {
    display: block;
    width: 98%;
    margin: 20px auto;
  }
}
article main.contents section #related_article .container {
  width: 32%;
  border: 1px solid #555;
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 580px) {
  article main.contents section #related_article .container {
    width: 100%;
    margin-bottom: 20px;
  }
}
article main.contents section #related_article .container img {
  margin: 0 0 10px;
}
article main.contents section #related_article .container p.p_title {
  font-size: 1.8rem;
}
article main.contents section #related_article .container a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article main.contents section .mitsumori_contact_wrapper {
  border: 4px solid #ffa64c;
  padding: 12px;
  margin: 16px auto 0px;
}
@media screen and (max-width: 580px) {
  article main.contents section .mitsumori_contact_wrapper p {
    font-size: 1.8rem;
  }
}
article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper {
  display: flex;
}
@media screen and (max-width: 580px) {
  article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper {
    display: block;
  }
}
article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .qr {
  width: 40%;
}
@media screen and (max-width: 580px) {
  article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .qr {
    width: 100%;
    margin-bottom: 16px;
  }
}
article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .qr img {
  width: 50%;
  margin: 0;
}
article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .url {
  width: 60%;
}
@media screen and (max-width: 580px) {
  article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .url {
    width: 100%;
    margin-bottom: 16px;
  }
}
article main.contents section .mitsumori_contact_wrapper .contact_by_line_wrapper .url span {
  font-size: 2rem;
  font-weight: bold;
}
article main.contents section .qandaBox {
  width: 75%;
  margin: 0 auto 30px;
  border: 1px solid #808080;
}
@media screen and (max-width: 580px) {
  article main.contents section .qandaBox {
    width: 88%;
    margin: 0 auto 20px;
  }
}
article main.contents section .qandaBox.kiji {
  width: 93%;
  margin: 10px 10px 30px auto;
}
article main.contents section .qandaBox.kiji h3 {
  font-size: 1.8rem;
  border: none;
  margin: 0;
  color: #000;
  font-weight: normal;
}
article main.contents section .qandaBox.kiji h3::after {
  border: none;
  position: relative;
}
article main.contents section .qandaBox input[type=checkbox] {
  display: none;
}
article main.contents section .qandaBox label.question {
  display: block;
  font-size: 1.6rem;
  padding: 7px 30px;
  position: relative;
}
article main.contents section .qandaBox label.question:before {
  content: "Q";
  font-size: 3rem;
  color: red;
  transform: scale(1.2, 1);
  position: absolute;
  top: -12%;
  left: -5%;
  transition: all 0.6s ease;
}
article main.contents section .qandaBox label.question.kiji {
  padding: 10px;
}
article main.contents section .qandaBox label.question.kiji span {
  top: 0;
}
article main.contents section .qandaBox label.question span {
  position: absolute;
  content: "＋";
  font-size: 2.8rem;
  top: -5%;
  right: 2%;
  transition: all 0.6s ease;
}
article main.contents section .qandaBox .ancer {
  font-size: 1.6rem;
  padding: 0 5px;
  height: 0;
  overflow: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.6s ease;
  opacity: 0;
}
article main.contents section .qandaBox input[type=checkbox]:checked + label.question span {
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
article main.contents section .qandaBox input[type=checkbox]:checked + label.question::before {
  content: "A";
  color: blue;
  top: 100%;
  left: -5%;
}
article main.contents section .qandaBox input[type=checkbox]:checked + label.question + .ancer {
  height: 42px;
  overflow: visible;
  padding: 7px 5px;
  transition: all 0.6s ease;
  backface-visibility: visible;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 580px) {
  article main.contents section .qandaBox input[type=checkbox]:checked + label.question + .ancer {
    height: 78px;
  }
}
article main.contents section .qandaBox input[type=checkbox]:checked + label.question + .ancer.kiji {
  height: auto;
  padding: 0px 12px 7px;
}
article main.contents section .qandaBox input[type=checkbox]:checked + label.question + .ancer.kiji .y-marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}
article main.contents section .important_message_wrapper {
  position: relative;
  margin: 20px auto 40px;
}
article main.contents section .important_message_wrapper .important_mark {
  display: inline-block;
  font-size: 1.8rem;
  padding: 6px 3em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #00489a;
}
article main.contents section .important_message_wrapper .important_message {
  padding: 1.5rem 2rem;
  color: #00489a;
  border-radius: 0 10px 10px 10px;
  background: #d8ecf5;
  margin: auto;
  font-size: 1.8rem;
}
article main.contents section .fukidashi_wrapper {
  position: relative;
  padding: 12px;
  background-color: #d6e3ff;
  border-radius: 10px;
  font-size: 1.8rem;
  margin: 8px auto 31px;
  display: inline-block;
}
article main.contents section .fukidashi_wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d6e3ff;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 580px) {
  article main.contents section .wp-block-image img {
    margin-top: 12px;
  }
}
article main.contents section .wp-block-columns-is-layout-flex {
  gap: 16px;
}
@media screen and (max-width: 580px) {
  article main.contents section .wp-block-columns-is-layout-flex {
    gap: 0;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img {
    margin-bottom: 0;
  }
}
article main.contents section iframe {
  width: 100%;
}
article main.contents section .free-consultation_wrapper {
  background: #e7efff;
  border: 3px solid #00489a;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper {
    width: 100%;
    padding: 8px;
  }
}
article main.contents section .free-consultation_wrapper.margin {
  margin: 60px auto;
}
article main.contents section .free-consultation_wrapper p {
  width: auto;
  padding: 0;
}
article main.contents section .free-consultation_wrapper .cta_title {
  background: #00489a;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
article main.contents section .free-consultation_wrapper .cta_title::before {
  margin-right: 1rem;
  content: "＼";
}
article main.contents section .free-consultation_wrapper .cta_title::after {
  margin-left: 1rem;
  content: "／";
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section .free-consultation_wrapper .cta_title {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .cta_title {
    font-size: 4vw;
  }
}
article main.contents section .free-consultation_wrapper .advisor_wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 0 20px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section .free-consultation_wrapper .advisor_wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .advisor_wrapper {
    display: block;
    padding: 20px 12px 0;
  }
}
article main.contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper {
  max-width: 180px;
  min-width: 170px;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper {
    width: 70%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}
article main.contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper img {
  width: 100%;
  margin: auto;
}
article main.contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper {
  font-size: 1.8rem;
  padding-top: 20px;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper {
    padding-top: 12px;
  }
}
article main.contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper p {
  margin: auto auto 20px;
}
article main.contents section .free-consultation_wrapper .discount {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
  line-height: 1.3;
  color: #eb6120;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .discount {
    font-size: 2.5rem;
  }
}
article main.contents section .free-consultation_wrapper .discount span {
  color: #363833;
}
article main.contents section .free-consultation_wrapper .free-consultation_btn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #eb6120;
  text-align: center;
  width: 60%;
  margin: 4px auto 32px;
  transition: all 0.3s;
  border-radius: 999px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn {
    font-size: 6vw;
  }
}
article main.contents section .free-consultation_wrapper .free-consultation_btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 17rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn::before {
    font-size: 3.2vw;
    top: calc(50% - 1.5vw);
    right: calc(50% - 18vw);
  }
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn::before {
    font-size: 6vw;
    top: calc(50% - 3vw);
    right: calc(50% - 32vw);
  }
}
article main.contents section .free-consultation_wrapper .free-consultation_btn:hover {
  transform: scale(1.1);
  color: #fff;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn {
    width: 90%;
  }
}
article main.contents section .free-consultation_wrapper .free-consultation_btn a {
  color: #fff;
  padding: 12px;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article main.contents section .free-consultation_wrapper .free-consultation_btn a {
    font-size: 2rem;
  }
}
article main.contents #contact {
  max-width: 900px;
  margin: 60px auto;
}
article main.contents #contact .inner {
  margin: auto;
  position: relative;
}
article main.contents #contact .inner img {
  display: block;
  width: 80%;
  margin: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  article main.contents #contact .inner img {
    width: 98%;
  }
}
article main.contents #contact .inner a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article main.contents section#mokuji {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section#mokuji {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji {
    width: 100%;
  }
}
article main.contents section#mokuji .inner {
  border: 4px solid #cce5ff;
  background-color: #f9f9f9;
  width: 700px;
  margin: auto;
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section#mokuji .inner {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji .inner {
    width: 100%;
    padding: 0;
  }
}
article main.contents section#mokuji .inner .toggle {
  display: none;
}
article main.contents section#mokuji .inner .label {
  font-size: 3.5rem;
  color: #555;
  display: block;
  background: #eaeaea;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji .inner .label {
    padding: 10px;
    font-size: 2.2rem;
  }
}
article main.contents section#mokuji .inner .label:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50px;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #555;
  border-left: 3px solid #555;
  transform: rotate(135deg);
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji .inner .label:after {
    top: 20px;
    width: 10px;
    height: 10px;
  }
}
article main.contents section#mokuji .inner .content {
  margin-top: 30px;
}
article main.contents section#mokuji .inner .label,
article main.contents section#mokuji .inner .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  display: block;
}
article main.contents section#mokuji .inner .label ul,
article main.contents section#mokuji .inner .content ul {
  font-size: 1.7rem;
  padding-left: 40px;
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji .inner .label ul,
  article main.contents section#mokuji .inner .content ul {
    font-size: 1.45rem;
    padding-left: 60px;
  }
}
article main.contents section#mokuji .inner .label ul li,
article main.contents section#mokuji .inner .content ul li {
  letter-spacing: 3px;
  margin-bottom: 20px;
  list-style-type: none;
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}
article main.contents section#mokuji .inner .label ul li:before,
article main.contents section#mokuji .inner .content ul li:before {
  content: "";
}
@media screen and (max-width: 580px) {
  article main.contents section#mokuji .inner .label ul li,
  article main.contents section#mokuji .inner .content ul li {
    letter-spacing: 2px;
  }
}
article main.contents section#mokuji .inner .label ul li:nth-child(2) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(2) a:before {
  content: "02";
}
article main.contents section#mokuji .inner .label ul li:nth-child(3) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(3) a:before {
  content: "03";
}
article main.contents section#mokuji .inner .label ul li:nth-child(4) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(4) a:before {
  content: "04";
}
article main.contents section#mokuji .inner .label ul li:nth-child(5) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(5) a:before {
  content: "05";
}
article main.contents section#mokuji .inner .label ul li:nth-child(6) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(6) a:before {
  content: "06";
}
article main.contents section#mokuji .inner .label ul li:nth-child(7) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(7) a:before {
  content: "07";
}
article main.contents section#mokuji .inner .label ul li:nth-child(8) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(8) a:before {
  content: "08";
}
article main.contents section#mokuji .inner .label ul li:nth-child(9) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(9) a:before {
  content: "09";
}
article main.contents section#mokuji .inner .label ul li:nth-child(10) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(10) a:before {
  content: "10";
}
article main.contents section#mokuji .inner .label ul li:nth-child(11) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(11) a:before {
  content: "11";
}
article main.contents section#mokuji .inner .label ul li:nth-child(12) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(12) a:before {
  content: "12";
}
article main.contents section#mokuji .inner .label ul li:nth-child(13) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(13) a:before {
  content: "13";
}
article main.contents section#mokuji .inner .label ul li:nth-child(14) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(14) a:before {
  content: "14";
}
article main.contents section#mokuji .inner .label ul li:nth-child(15) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(15) a:before {
  content: "15";
}
article main.contents section#mokuji .inner .label ul li:nth-child(16) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(16) a:before {
  content: "16";
}
article main.contents section#mokuji .inner .label ul li:nth-child(17) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(17) a:before {
  content: "17";
}
article main.contents section#mokuji .inner .label ul li:nth-child(18) a:before,
article main.contents section#mokuji .inner .content ul li:nth-child(18) a:before {
  content: "18";
}
article main.contents section#mokuji .inner .label ul li a,
article main.contents section#mokuji .inner .content ul li a {
  position: relative;
  border-left: 3px solid #3f9cff;
  padding: 0 0 0 15px;
  color: #555;
  transition: all 2s ease;
}
article main.contents section#mokuji .inner .label ul li a::before,
article main.contents section#mokuji .inner .content ul li a::before {
  content: "01";
  position: absolute;
  top: -3px;
  left: -80px;
  font-size: 2rem;
  margin-left: 40px;
  color: #3f9cff;
  font-weight: bold;
  transform: scale(0.8, 1);
}
article main.contents section#mokuji .inner .toggle:checked + .label::after {
  transform: rotate(-45deg) !important;
  transition: all 0.5s ease;
}
article main.contents section#mokuji .inner .toggle:checked + .label + .content {
  display: none;
  transition: all 0.5s ease;
  height: 0;
}
article #profile .inner {
  width: 900px;
  margin: 30px auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article #profile .inner {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article #profile .inner {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
}
article #profile .inner .profile_photo {
  width: 90px;
  height: 90px;
  background-image: url(https://secure.gravatar.com/avatar/ac824892da21bbff9841e5a246ac2df2?s=90&d=mm&r=g);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 580px) {
  article #profile .inner .profile_photo {
    margin: 0 auto;
  }
}
article #profile .inner .profile_content {
  width: 65%;
}
@media screen and (max-width: 580px) {
  article #profile .inner .profile_content {
    width: 98%;
    margin: 0 auto;
  }
}
article #profile .inner .profile_content h6 {
  font-size: 1.6rem;
  color: #555;
}
@media screen and (max-width: 580px) {
  article #profile .inner .profile_content h6 {
    font-size: 1.4rem;
  }
}
article #profile .inner .profile_content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 580px) {
  article #profile .inner .profile_content p {
    font-size: 1.4rem;
  }
}
article p#cat_foot {
  width: 800px;
  margin: auto;
  border-top: 1px solid #3f9cff;
  border-bottom: 1px solid #3f9cff;
  padding: 10px 50px;
  color: #00499a;
  font-size: 1.4rem;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article p#cat_foot {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article p#cat_foot {
    width: 100%;
  }
}
article p#cat_foot span.cat_member {
  color: #00499a;
  padding-left: 20px;
}

figure#column {
  display: flex;
  justify-content: space-around;
  position: relative;
  border: 1px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 1s ease;
}
figure#column:hover {
  transform: scale(1.1);
}
figure#column img {
  width: 25%;
  padding: 10px;
}
figure#column figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
}
figure#column figcaption h5.otherPageLink {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: black;
}
figure#column a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

footer {
  width: 100%;
  padding-top: 60px;
  background-color: rgb(0, 72, 154);
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
    width: 100%;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 100%;
    padding: 10px;
  }
}
footer #footerBox #contener-01 p#f-01 {
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8rem;
  color: #f1f1f1;
  font-weight: bolder;
  padding: 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.4rem;
  }
}
footer #footerBox #contener-01 p#f-01 span {
  font-size: 150%;
  color: #eb6120;
  transform: scale(0.8, 1);
  margin-left: 7px;
}
footer #footerBox #contener-01 ul {
  padding: 30px 67px 30px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
footer #footerBox #contener-01 ul li {
  font-size: 1.7rem;
  color: #fff;
}
footer #footerBox #contener-01 p#f-02 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
footer #footerBox #contener-01 p#f-03 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-top: 20px;
  padding: 0;
}
footer #footerBox #contener-01 p#f-03 span {
  color: #eb6120;
  transform: scale(0.7, 1);
  font-size: 180%;
  margin: 0 6px;
  font-weight: bold;
}
footer #footerBox #contener-01 p#f-03 img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 p {
  text-align: center;
  padding: 10px;
}
footer #footerBox #contener-01 p a {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  color: #eb6120;
}
footer #footerBox #contener-01 p a img.linebutton {
  display: inline-block;
  width: 162px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin: 1em;
  margin-right: 20px;
}
footer #footerBox #contener-01 p img.qrcode {
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p img.qrcode {
    display: none;
  }
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 100%;
  }
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  margin-bottom: 0.5em;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
footer #footerBox #contener-02 form textarea {
  padding-top: 0.7em;
  min-height: 120px;
  color: #333;
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form button,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  font: inherit;
  font-size: 1.6rem;
  color: #333;
}
footer #footerBox #contener-02 form p.form_style {
  color: #333;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 0.5em !important;
  text-align: left !important;
  margin-top: 0.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle {
  margin-bottom: 0.5em !important;
  text-align: center !important;
  margin-top: 1.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle span {
  text-align: center;
  color: #fff;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit] {
  width: 200px;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 100;
  background-color: #eb6120;
  color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  background-color: #fba57d;
}
footer #footerBox #contener-02 form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener-02 form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 5px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 5vw;
  }
}
footer #footer_contents_wrapper {
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper {
    display: block;
  }
}
footer #footer_contents_wrapper a {
  color: #fff;
}
footer #footer_contents_wrapper a:hover {
  text-decoration: underline;
}
footer #footer_contents_wrapper ul li {
  margin-bottom: 8px;
}
footer #footer_contents_wrapper .footer_menu_wrapper {
  width: 30%;
  padding: 8px 32px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_menu_wrapper {
    width: 100%;
    padding: 8px 20px 20px;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper {
  width: 50%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_news_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer #footer_contents_wrapper .footer_news_wrapper .new_article {
  margin-bottom: 32px;
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
  width: 20%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer .footer_tags_wrapper {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 12px;
  font-size: 14px;
  color: #fff;
}
footer .tags_list {
  padding: 0 20px;
}
footer .tags_list .tag_item {
  display: inline-block;
  background: #f0f7ff;
  border-radius: 6px;
  margin: 0 8px 16px 0;
  font-weight: bold;
  border: 2px solid #78b7ff;
}
footer .tags_list .tag_item:hover {
  background: #78b7ff;
}
@media screen and (max-width: 580px) {
  footer .tags_list .tag_item {
    margin: 0 4px 8px 0;
  }
}
footer .tags_list .tag_item a {
  color: #00489a;
  display: block;
  padding: 4px 8px;
}
footer .tags_list .tag_item a:hover {
  text-decoration: underline;
  color: #fff;
}
footer #copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #copylight {
    display: block;
    padding: 12px 0 30px;
  }
}
footer #copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  footer #copylight p#copy {
    margin-top: 30px;
  }
}
footer #copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  footer #copylight ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 20px;
    line-height: 2.5;
  }
}
footer #copylight ul li {
  margin-right: 12px;
}
footer #copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

#footer_sp_button {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #footer_sp_button {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -6px;
    left: 0;
    font-size: 1.35rem;
    text-align: center;
    background: #fff;
    padding: 5px;
    z-index: 18;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button #img {
    position: relative;
  }
  #footer_sp_button #img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=single.css.map */