@charset "UTF-8";
.top-img h1 {
  margin-bottom: 10px; }
.top-img img {
  width: 100%;
  height: auto; }

/* ----- BOXの余白調整 ----- */
.content .box {
  margin-bottom: 20px; }
  .content .box ul {
    margin: 0; }
  .content .box li:last-child {
    margin: 0; }
  .content .box p {
    margin: 0; }
  .content .box img {
    margin: 0 auto; }
  .content .box .btn {
    margin-top: 15px; }
  .content .box .image-side {
    margin: 0; }

.content .line1-box-border .box, .content .line2-box-border .box, .content .line3-box-border .box, .content .line4-box-border .box, .content .line5-box-border .box {
  padding: 10px 2%; }

.content .no-border .box {
  padding: 10px 5%; }

.content .box-light .box,
.content .box-dark .box {
  padding: 10px 2%; }

.smp-none {
  display: none !important; }

.top-menu li {
  margin-bottom: 10px;
  width: calc(50% - 1%);
  border: 1px solid; }
.top-menu img {
  width: 100%; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5rem;
  line-height: 1.6; }
  body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 3% 50px; }

img {
  max-width: 100%; }

header {
  height: auto;
  overflow: hidden;
  width: 100%; }
  header h1 {
    margin: 10px 0; }
  header img {
    display: block;
    margin: 10px auto;
    width: 100%; }
  header .inner {
    overflow: hidden; }
    header .inner a {
      float: right;
      font-size: 1.2rem;
      font-weight: 700;
      padding: 5px 10px; }

.navi {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  width: 100%; }
  .navi ul {
    border-bottom: 2px solid;
    display: table;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 100%; }
  .navi li {
    display: table-cell;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center; }
    .navi li a {
      text-decoration: none; }
    .navi li:nth-child(1) {
      width: 20%; }
    .navi li:nth-child(2) {
      border-left: 1px solid;
      border-right: 1px solid;
      width: 38%; }
    .navi li:nth-child(3) {
      width: 42%; }

.navi-content {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999; }
  .navi-content #acMenu {
    margin: 0;
    padding: 0; }
    .navi-content #acMenu dt {
      border-bottom: 1px solid;
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      text-align: left;
      position: relative; }
      .navi-content #acMenu dt:after {
        position: absolute;
        right: 20px; }
    .navi-content #acMenu dd {
      display: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      .navi-content #acMenu dd ul {
        margin: 0;
        padding: 0; }
      .navi-content #acMenu dd .navi-title {
        margin: 0;
        padding: 10px; }
      .navi-content #acMenu dd li {
        border-bottom: 1px solid;
        height: 40px;
        margin: 0;
        padding: 0 10px; }
        .navi-content #acMenu dd li a {
          display: block;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
          position: relative; }
          .navi-content #acMenu dd li a:after {
            position: absolute;
            right: 10px; }
  .navi-content .navi-link {
    border-bottom: 1px dotted;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: left; }
    .navi-content .navi-link a {
      display: block;
      height: 40px;
      line-height: 40px;
      text-decoration: none;
      position: relative; }
      .navi-content .navi-link a:after {
        position: absolute;
        right: 10px; }

.fixed {
  position: fixed;
  bottom: 0;
  z-index: 10000; }

.fixed ul {
  padding: 10px; }

.fixed li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 40px; }

.fixed li:nth-child(1) {
  display: none; }

.fixed li:nth-child(2) {
  border-left: medium none;
  border-right: 5px solid;
  width: 50%; }

.fixed li:nth-child(3) {
  width: 50%; }

footer {
  padding-bottom: 70px;
  overflow: hidden; }

p.copyright {
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0;
  text-align: center; }

.page-top {
  bottom: 45px;
  position: fixed;
  right: 5px;
  z-index: 9999; }
  .page-top a {
    display: block;
    font-size: 30px;
    line-height: 45px;
    opacity: 0.8;
    text-align: center;
    width: 45px; }

/* ------ メニューリスト ------ */
.sidebar01, .sidebar02 {
  overflow: hidden; }

.sidebar01 h3, .sidebar02 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 5px 10px; }

.sidebar01 li, .sidebar02 li {
  border-bottom: 1px solid;
  border-right: 1px solid;
  float: left;
  width: 50%; }

.sidebar01 li a, .sidebar02 li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px;
  width: 95%;
  position: relative; }

.sidebar01 li a:after, .sidebar02 li a:after {
  position: absolute;
  right: 0; }

.contactform .outline {
  border: 3px solid; }
.contactform th {
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding: 10px 2%; }
.contactform td {
  border: none;
  font-size: 1.2rem;
  display: block;
  padding: 0 2% 10px; }
.contactform input, .contactform select {
  border: 2px solid;
  border-radius: 5px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%; }
.contactform textarea {
  border: 2px solid;
  border-radius: 5px;
  font-size: 1.4rem;
  height: 200px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%; }

.contactform input[type="radio"], .contactform input[type="checkbox"] {
  height: auto;
  margin: 10px;
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-transform-origin: right bottom 0;
  transform-origin: right bottom 0;
  width: auto; }
.contactform input[type=submit] {
  border-radius: 10px !important;
  display: block;
  height: 6rem;
  letter-spacing: 3px;
  font-size: 26px;
  margin: 30px auto;
  padding: 0 !important;
  width: 80%; }

/* iOSでのデフォルトスタイルをリセット */
.contactform input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  .contactform input[type="submit"]::-webkit-search-decoration {
    display: none; }
  .contactform input[type="submit"]::focus {
    outline-offset: -2px; }

.m-alert {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
  padding: 5px 10px; }

.indent {
  width: 100%; }

.ex {
  font-style: normal;
  margin-right: 10px;
  padding: 2px 10px; }

.sent .forminner {
  display: none; }

.pagination {
  margin: 30px 0;
  padding: 10px 0;
  position: relative;
  text-align: center; }
  .pagination span {
    display: block;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 6px 10px; }
  .pagination a {
    display: block;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 6px 10px; }
  .pagination .current {
    padding: 6px 10px; }

.pagination-box {
  display: inline-block; }

.post-navigation {
  margin-top: 30px; }

.column1 {
  margin-bottom: 10px;
  overflow: hidden; }

.column2 {
  margin-bottom: 10px;
  overflow: hidden; }

#tinymce {
  margin-left: 30px;
  min-width: 0;
  width: 730px; }

.container {
  margin: 0 auto;
  overflow: hidden; }
  .container h1 {
    margin: 10px;
    font-size: 1.8rem; }

.breadcrumb {
  font-size: 10px;
  padding: 10px 3%;
  margin-bottom: 20px; }
  .breadcrumb ul {
    overflow: hidden; }
  .breadcrumb li {
    float: left; }
    .breadcrumb li:after {
      padding: 0 10px; }
    .breadcrumb li:last-child:after {
      content: none; }

.content ul {
  margin-bottom: 15px; }
.content .btn {
  margin-bottom: 15px;
  text-decoration: none; }
  .content .btn a {
    text-decoration: none; }
.content a {
  font-weight: 700;
  text-decoration: underline; }
.content .pagination a {
  text-decoration: none; }

hr {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 15px 0; }

.anchor {
  border: 1px solid;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  font-size: 1.2rem; }
  .anchor li {
    line-height: 25px; }
    .anchor li a {
      font-weight: normal;
      text-decoration: none;
      display: block; }
      .anchor li a:after {
        padding-left: 5px; }

.floatleft {
  float: left;
  margin-right: 2%; }

.floatright {
  float: right;
  margin-left: 2%; }

.center {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  text-align: center; }

.image-side {
  margin-bottom: 15px;
  overflow: hidden; }
  .image-side img {
    max-width: 30%; }

p {
  margin-bottom: 15px; }

h1 {
  font-size: 2.4rem; }

.content h2 {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin: 30px 0 15px; }
.content h3, .content h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 15px 0; }
.content h5 {
  font-size: 1.5rem;
  margin: 15px 0; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

.text-border {
  margin: 0 5px;
  padding-bottom: 2px;
  font-weight: 700; }

.fs-xxl {
  font-size: 2.4rem !important; }

.fs-xl {
  font-size: 2.1rem !important; }

.fs-l {
  font-size: 1.8rem !important; }

.fs-m {
  font-size: 1.6rem !important; }

.fs-s {
  font-size: 1.4rem !important; }

.fs-xs {
  font-size: 1.2rem !important; }

.fw-b {
  font-weight: 700; }

.h2_bg {
  padding: 5px; }

.h2_title1 {
  padding: 5px; }

.h2_title2 {
  padding-bottom: 5px;
  border-bottom: 3px solid; }

.h2_title3 {
  padding-bottom: 5px;
  border-bottom: 3px solid; }
  .h2_title3:first-letter {
    font-size: 2.5rem; }

.h2_title4 {
  padding: 5px 0 5px 10px;
  border-left: 6px solid; }

.h2_title5 {
  padding: 5px 0 5px 10px;
  border-left: 6px solid;
  border-bottom: 1px solid; }

.h2_title6 {
  padding: 5px;
  border: 1px solid; }

.h2_title7 {
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid; }
  .h2_title7 span {
    display: block;
    font-size: 1.2rem; }

.h2_title8 {
  position: relative;
  text-align: center; }
  .h2_title8:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px; }
  .h2_title8 span {
    display: inline-block;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    text-align: left;
    z-index: 2; }

.h2_title9 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid; }
  .h2_title9::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px; }

.h2_title10 {
  font-size: 3rem !important; }

.title1 {
  padding: 5px; }

.title2 {
  padding-bottom: 5px;
  border-bottom: 3px solid; }

.title3 {
  padding-bottom: 5px;
  border-bottom: 3px solid; }
  .title3:first-letter {
    font-size: 2.5rem; }

.title4 {
  padding: 5px 0 5px 10px;
  border-left: 6px solid; }

.title5 {
  padding: 5px 0 5px 10px;
  border-left: 6px solid;
  border-bottom: 1px solid; }

.title6 {
  padding: 5px;
  border: 1px solid; }

.title7 {
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid; }
  .title7 span {
    display: block;
    font-size: 1.2rem; }

.title8 {
  position: relative;
  text-align: center; }
  .title8:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px; }
  .title8 span {
    display: inline-block;
    font-weight: 700;
    padding: 0 30px;
    position: relative;
    text-align: left;
    z-index: 2; }

.title9 {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid; }
  .title9::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px; }

.title10 {
  font-size: 3rem !important; }

.count-number1, .count-number2, .count-number3, .count-number4, .count-number5, .count-number6, .count-number7, .count-number8 {
  counter-reset: number 0; }

ul .count-circle-a, ul .count-circle-b, ul .count-circle-c, ul .count-circle-d, ul .count-square-a, ul .count-square-b, ul .count-square-c, ul .count-square-d {
  margin-bottom: 10px; }

.count-circle-a {
  position: relative;
  padding: 4px 0 7px 40px;
  border-bottom: 1px solid; }
  .count-circle-a::before {
    border-radius: 100%;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-circle-b {
  position: relative;
  padding: 4px 0 7px 40px;
  border-bottom: 1px solid; }
  .count-circle-b::before {
    border: 1px solid;
    border-radius: 100%;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-circle-c {
  position: relative;
  padding: 4px 0 7px 40px; }
  .count-circle-c::before {
    border-radius: 100%;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-circle-d {
  position: relative;
  padding: 4px 0 7px 40px; }
  .count-circle-d::before {
    border: 1px solid;
    border-radius: 100%;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-square-a {
  position: relative;
  padding: 4px 0 7px 40px;
  border-bottom: 1px solid; }
  .count-square-a::before {
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-square-b {
  position: relative;
  padding: 4px 0 7px 40px;
  border-bottom: 1px solid; }
  .count-square-b::before {
    border: 1px solid;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-square-c {
  position: relative;
  padding: 4px 0 7px 40px; }
  .count-square-c::before {
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.count-square-d {
  position: relative;
  padding: 4px 0 7px 40px; }
  .count-square-d::before {
    border: 1px solid;
    content: counter(number,decimal) " ";
    counter-increment: number 1;
    font-size: 1.8rem;
    height: 29px;
    left: 0;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    width: 30px; }

.icon-b, .icon-list li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative; }

.icon-a:after {
  margin-left: 10px; }

.icon-b:before, .icon-list li:before {
  position: absolute;
  left: 0;
  top: 0; }

.font-background0 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background1 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background2 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background3 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background4 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background5 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background6 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background7 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background8 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.font-background9 {
  margin: 0 10px 0 0;
  padding: 4px 10px 3px; }

.line1-box {
  margin-bottom: 20px; }
  .line1-box h2 {
    margin: 0 0 10px 0; }
  .line1-box h3, .line1-box h4, .line1-box h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line2-box {
  margin-bottom: 20px; }
  .line2-box h2 {
    margin: 0 0 10px 0; }
  .line2-box h3, .line2-box h4, .line2-box h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line3-box {
  margin-bottom: 20px; }
  .line3-box h2 {
    margin: 0 0 10px 0; }
  .line3-box h3, .line3-box h4, .line3-box h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line4-box {
  margin-bottom: 20px; }
  .line4-box h2 {
    margin: 0 0 10px 0; }
  .line4-box h3, .line4-box h4, .line4-box h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line5-box {
  margin-bottom: 20px; }
  .line5-box h2 {
    margin: 0 0 10px 0; }
  .line5-box h3, .line5-box h4, .line5-box h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line1-box-border {
  margin-bottom: 20px; }
  .line1-box-border .box {
    border: 2px solid; }
  .line1-box-border h2 {
    margin: 0 0 10px 0; }
  .line1-box-border h3, .line1-box-border h4, .line1-box-border h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line2-box-border {
  margin-bottom: 20px; }
  .line2-box-border .box {
    border: 2px solid; }
  .line2-box-border h2 {
    margin: 0 0 10px 0; }
  .line2-box-border h3, .line2-box-border h4, .line2-box-border h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line3-box-border {
  margin-bottom: 20px; }
  .line3-box-border .box {
    border: 2px solid; }
  .line3-box-border h2 {
    margin: 0 0 10px 0; }
  .line3-box-border h3, .line3-box-border h4, .line3-box-border h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line4-box-border {
  margin-bottom: 20px; }
  .line4-box-border .box {
    border: 2px solid; }
  .line4-box-border h2 {
    margin: 0 0 10px 0; }
  .line4-box-border h3, .line4-box-border h4, .line4-box-border h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.line5-box-border {
  margin-bottom: 20px; }
  .line5-box-border .box {
    border: 2px solid; }
  .line5-box-border h2 {
    margin: 0 0 10px 0; }
  .line5-box-border h3, .line5-box-border h4, .line5-box-border h5 {
    font-size: 1.6rem;
    margin: 0 0 10px 0; }

.no-border .box {
  border: none !important; }

.box-border0 .box {
  border-radius: 10px; }

.shadow-box .box {
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1); }

.img-box_1 {
  margin-bottom: 15px; }

.img-box_2 {
  margin-bottom: 15px; }

.case-box .inner {
  width: calc(50% - 10px); }

.box-light .box {
  border-style: solid;
  border-width: 10px; }
.box-light h2, .box-light h3, .box-light h4, .box-light h5 {
  font-size: 1.6rem;
  margin-top: 0; }

.box-dark .box {
  border-style: solid;
  border-width: 10px; }
.box-dark h2, .box-dark h3, .box-dark h4, .box-dark h5 {
  font-size: 1.6rem;
  margin-top: 0; }

.btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
  width: 100%; }

/* -- スマホボタン -- */
.style1, .style3, .style5 {
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  transition: none; }

.style2, .style4, .style6 {
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  transition: none; }

.step-box {
  margin-bottom: 15px;
  padding-left: 40px;
  overflow: hidden; }
  .step-box img {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 60%; }

.faq {
  border-top: 3px solid; }
  .faq h3 {
    line-height: 60px;
    margin: 0;
    text-align: center; }
  .faq h4 {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 10px;
    position: relative; }
  .faq h4::before {
    content: "Q";
    font-size: 2rem;
    margin-right: 10px; }
  .faq h4::after {
    display: block;
    font-size: 2.5rem;
    text-align: center; }
  .faq p {
    margin: 10px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
  .faq ul li {
    border-top: 1px dotted;
    position: relative; }
    .faq ul li input[type=checkbox] {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
      .faq ul li input[type=checkbox]:checked ~ p {
        margin-bottom: 0;
        max-height: 0;
        -webkit-transform: translate(0px, 50%);
        transform: translate(0px, 50%); }
      .faq ul li input[type=checkbox]:checked ~ i:before {
        -webkit-transform: translate(2px, 0) rotate(45deg);
        transform: translate(2px, 0) rotate(45deg); }
      .faq ul li input[type=checkbox]:checked ~ i:after {
        -webkit-transform: translate(-2px, 0) rotate(-45deg);
        transform: translate(-2px, 0) rotate(-45deg); }

.faq02 h3 {
  position: relative;
  padding-left: 50px;
  border-left: 0; }
  .faq02 h3::before {
    border-radius: 100%;
    content: "Q";
    left: 0;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px; }
.faq02 p {
  position: relative;
  padding: 10px 10px 10px 50px; }
  .faq02 p::before {
    border-radius: 100%;
    content: "A";
    font-size: 2rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px; }

table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 100%; }

th, td {
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  padding: 10px 2%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.2rem; }

.prof {
  margin-bottom: 15px; }
  .prof img {
    width: 70%; }
  .prof li {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 2px 15px;
    text-align: center;
    width: 70%; }
  .prof h3 {
    font-size: 1.8rem;
    margin: 5px 0; }
  .prof .name-en {
    display: inline-block;
    margin-left: 15px; }
  .prof table {
    margin-top: 10px; }
  .prof th {
    display: block;
    padding: 3px;
    text-align: center; }
  .prof td {
    border: medium none;
    display: block;
    padding: 10px; }

.access-table th {
  font-size: 1.2rem;
  width: 9em; }

.access-table td {
  font-size: 1.2rem; }

.time-table1 th {
  text-align: center; }
.time-table1 td {
  text-align: center; }
.time-table1 td:first-child {
  text-align: center;
  width: 110px; }

.time-table2 {
  margin-top: 20px;
  overflow: hidden; }
  .time-table2 td {
    display: block;
    border: none;
    padding: 2px 2%; }
    .time-table2 td:first-child {
      font-weight: 700;
      width: 9em; }

.price-table th {
  text-align: center; }
.price-table td {
  font-size: 1.2rem;
  width: 38%; }
  .price-table td:first-child {
    width: 23%; }
  .price-table td:last-child {
    text-align: right;
    width: 23%; }
.price-table span {
  font-size: 1rem;
  padding: 2px 10px;
  margin-right: 10px; }

.table01 th {
  text-align: center;
  font-size: 1.2rem; }
.table01 td {
  font-size: 1.2rem;
  width: 40%; }
  .table01 td:first-child {
    width: 20%; }

.menu-box p {
  margin-bottom: 0; }
.menu-box .btn {
  margin-top: 15px; }
.menu-box .box1 {
  margin-bottom: 10px;
  width: 100%; }
  .menu-box .box1 img {
    width: 60%;
    margin-bottom: 0; }
.menu-box .box2 {
  margin: 0; }
.menu-box h2, .menu-box h3, .menu-box h4, .menu-box h5 {
  margin-top: 0; }

.menu-box-side {
  position: relative; }
  .menu-box-side p {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .menu-box-side .box1 {
    width: calc(30% - 5px); }
    .menu-box-side .box1 img {
      margin-bottom: 0; }
  .menu-box-side .box2 {
    width: calc(70% - 5px); }
  .menu-box-side h2, .menu-box-side h3, .menu-box-side h4, .menu-box-side h5 {
    margin-top: 0; }
  .menu-box-side a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.line2-box-border .menu-box-side .box1 {
  width: calc(30% - 5px); }
.line2-box-border .menu-box-side .box2 {
  width: calc(70% - 5px); }
.line2-box-border .menu-box-side h3, .line2-box-border .menu-box-side h4, .line2-box-border .menu-box-side h5 {
  font-size: 1.5rem; }
.line2-box-border .menu-box-side p {
  font-size: 1.2rem; }

.menu-box-side:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.submenu-box {
  margin-bottom: 0 !important; }
  .submenu-box li {
    margin-bottom: 10px; }
    .submenu-box li a {
      font-weight: 700;
      text-decoration: underline; }

.post .post-title {
  font-size: 2.1rem;
  border-bottom: 1px solid;
  margin: 0 0 20px; }
.post .post-date {
  line-height: 2em;
  padding: 7px 15px 5px; }
.post .post-cat {
  line-height: 2em;
  padding: 7px 15px 5px; }

.archive-box h2 {
  font-size: 1.6rem;
  font-weight: normal;
  height: 100%;
  margin: 0; }
.archive-box .archive_thumbnail-box .img-box {
  width: 37%; }
.archive-box .archive_thumbnail-box .text-box {
  width: 60%; }
  .archive-box .archive_thumbnail-box .text-box .date {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px; }
  .archive-box .archive_thumbnail-box .text-box span {
    margin-left: 10px;
    padding: 3px 5px; }
  .archive-box .archive_thumbnail-box .text-box a {
    display: block;
    height: 100%;
    text-decoration: none; }

.news-archive ul li {
  width: 100%; }
.news-archive ul a {
  text-decoration: none; }
.news-archive ul .date {
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 10px; }
.news-archive ul .text {
  border-bottom: 1px dashed;
  padding: 10px 0; }

.popular-side {
  margin-bottom: 20px; }
  .popular-side h3 {
    border-bottom: 3px solid;
    margin: 0;
    padding: 10px 0;
    text-align: center; }
  .popular-side ol {
    counter-reset: number 0; }
  .popular-side li {
    border-bottom: 1px solid;
    min-height: 50px;
    position: relative;
    padding: 10px; }
    .popular-side li:last-child {
      border: none; }
    .popular-side li a {
      display: block;
      padding-left: 40px; }
    .popular-side li::before {
      border: 1px solid;
      content: counter(number,decimal) " ";
      counter-incpxent: number 1;
      line-height: 2em;
      position: absolute;
      text-align: center;
      width: 3px; }

.category-side {
  border: 10px solid;
  margin-bottom: 20px; }
  .category-side h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
  .category-side li {
    border-bottom: 2px solid; }
    .category-side li:last-child {
      border: none; }
    .category-side li a {
      display: block;
      font-size: 1.4rem;
      line-height: 3em;
      padding-left: 10px; }

.latest-side {
  border: 2px solid;
  margin-bottom: 20px; }
  .latest-side h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
  .latest-side li {
    border-bottom: 2px solid;
    padding: 10px; }
    .latest-side li:last-child {
      border: none; }
    .latest-side li a {
      display: block;
      font-size: 1.4rem;
      line-height: 1.5em; }

.thumbnail-side-column {
  border: solid;
  border-width: 2px 2px 0 2px;
  margin-bottom: 20px; }
  .thumbnail-side-column h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
  .thumbnail-side-column .thumbnail-box {
    border-bottom: 2px solid;
    padding: 5px 10px; }
  .thumbnail-side-column .thumbnail-img {
    width: 20%; }
    .thumbnail-side-column .thumbnail-img img {
      margin-bottom: 0;
      height: auto;
      width: 100%; }
  .thumbnail-side-column .thumbnail-text {
    align-items: center;
    width: 75%; }
  .thumbnail-side-column p {
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 0; }
