@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
/* ANCHOR */
#content a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("../images/common/anchor-blank.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#content a[href*=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 23px;
  height: 29px;
  background-image: url("../images/common/anchor-pdf.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

.anchor-type01 a {
  color: #3ca4cd;
}
.anchor-type01 a[target=_blank]:after {
  background-image: url(../images/common/anchor-blank_blue.svg) !important;
}
.anchor-type01 a[href*=".pdf"]:after {
  background-image: url(../images/common/anchor-pdf.svg) !important;
}
.anchor-type01 a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

.btn-type01.type_l a {
  font-size: 112.5%;
}
.btn-type01 a {
  display: inline-block;
  padding: 1px 24px 4px;
  color: #894d26;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  border: 2px solid #894d26;
  background-color: #fff;
  border-radius: 50px;
}
.btn-type01 a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}
.btn-type01.orange a {
  border-color: #f08437;
  color: #f08437 !important;
}
.btn-type01.orange a::after {
  background-image: url(../images/common/anchor-blank_orange.svg) !important;
}
.btn-type01.green a {
  border-color: #49af27;
  color: #49af27 !important;
}
.btn-type01.green a::after {
  background-image: url(../images/common/anchor-blank_green.svg) !important;
}
.btn-type01.blue a {
  border-color: #3ca4cd;
  color: #3ca4cd !important;
}
.btn-type01.blue a::after {
  background-image: url(../images/common/anchor-blank_blue.svg) !important;
}
.btn-type01 a[target=_blank] {
  position: relative;
  padding-right: 45px;
}
.btn-type01 a[target=_blank]::after {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 30px;
  padding: 5px 1px;
  margin-right: 15px;
}

.btn-type02 a {
  display: inline-block;
  padding: 4px 22px 4px 28px;
  color: #894d26;
  text-decoration: none !important;
  background-image: url("../images/common/anchor-type02.png");
  background-position: 13px 15px;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border: 1px solid #894d26;
}
.btn-type02 a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

.btn-type03.type_l a {
  font-size: 125%;
}
.btn-type03 a {
  display: inline-block;
  padding: 15px 25px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  background-color: #894d26;
}
.btn-type03 a:hover {
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

#content .btn-type03 a[href*=".pdf"] {
  position: relative;
  padding: 18px 25px 18px 64px;
}

#content .btn-type03 a[href*=".pdf"]:before {
  position: absolute;
  top: 18px;
  left: 18px;
  background-image: url("../images/common/anchor-pdf_w.png");
}

#content .btn-type03 a[href*=".pdf"][target=_blank]:after {
  display: none;
}

/* title-level */
.title-level01 {
  margin-bottom: 50px;
  color: #894d26;
  text-align: center;
  background-image: url(../images/common/anchor-title.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 82px auto;
  padding-top: 115px;
}
.title-level01 .en {
  color: #f08437;
  font-family: "Bona Nova", serif;
  font-size: 300%;
  line-height: 1.4;
}
.title-level01 .ja {
  display: block;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 150%;
  /*24px*/
}

.title-level02 {
  margin-bottom: 45px;
  color: #894d26;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background-image: url(../images/common/anchor-title.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 42px auto;
  padding-top: 50px;
  font-size: 150%;
  font-weight: bold;
}
.title-level02 a {
  color: #894d26;
}

.title-level03 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #894d26;
  font-size: 137.5%;
  font-weight: bold;
}
.title-level03.font_24 {
  font-size: 150%;
}
.title-level03.font_20 {
  font-size: 125%;
}
.title-level03 .sub {
  vertical-align: sub;
}

/*BOX */
.box-type01 {
  background-color: #fff;
  padding: 20px 30px 45px;
}

.box-type02 {
  background-color: rgba(240, 132, 55, 0.16);
  box-shadow: 0 0 0 1px #f08437 inset, 0 0 0 6px rgba(240, 132, 55, 0.16);
  padding: 30px;
}

/* wp-editor */
#content .wp-editer {
  overflow: hidden;
}
#content .wp-editer strong {
  font-weight: bold;
}
#content .wp-editer em {
  font-style: italic;
}
#content .wp-editer img {
  max-width: 100%;
  height: auto;
}
#content .wp-editer ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editer ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editer h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editer h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editer h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editer h4 {
  font-weight: bold;
}
#content .wp-editer h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editer h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft,
blockquote.alignright,
img.alignright,
.wp-caption.alignright,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

/* TABLE */
table.t100p {
  width: 100%;
}
table .tls {
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}
table.alltc th,
table.alltc td {
  text-align: center;
}
table.equality {
  table-layout: fixed;
}
table.thtc th, table.tdtc td {
  text-align: center;
}
table.thtr th, table.tdtr td {
  text-align: right;
}
table.vat th,
table.vat td {
  vertical-align: top !important;
}
table .bdl {
  border-left: 1px solid #000000 !important;
}
table .bdr {
  border-right: 1px solid #000000 !important;
}
table.text_s th,
table.text_s td {
  font-size: 87.5%;
}
table.thstr th {
  color: #008bd5;
  font-weight: bold;
}
table th.bold,
table td.bold {
  font-weight: bold;
}
table tr.boldrow th,
table tr.boldrow td {
  font-weight: bold;
}

.mb_extends > li {
  margin-bottom: 10px !important;
}

.mb_extends02 > li {
  margin-bottom: 15px !important;
}

.listmark-num {
  counter-reset: my-counter;
  padding: 0;
}
.listmark-num > li {
  padding-left: 40px;
}
.listmark-num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0068b7;
  display: block;
  float: left;
  margin-top: 3px;
  color: #ffffff;
  font-size: 100%;
  font-family: "Spartan", sans-serif;
  font-family: "Noto Sans JP";
  letter-spacing: -0.5pt;
  text-indent: -0.5pt;
  line-height: 26px;
  margin-left: -40px;
  text-align: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.listmark-num > li:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
.listmark-num.c02 > li:before {
  background-color: #008bd5;
}
.listmark-num.mutual > li:nth-child(odd):before {
  background-color: #8fc31f;
}
.listmark-num.mutual > li:nth-child(even):before {
  background-color: #008bd5;
}
.listmark-num > li.c03:before {
  background-color: #8fc31f;
}

.listmark-desc li {
  text-indent: -1em;
  padding-left: 1em;
}
.listmark-desc li::before {
  content: "・";
  color: #894d26;
  font-weight: bold;
}
.listmark-desc li a {
  color: #894d26;
  text-decoration: none !important;
}

.listmark-type01.horizental {
  display: flex;
  gap: 30px;
}
.listmark-type01.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}
.listmark-type01.l-flex li {
  min-width: 180px;
}
.listmark-type01.l-flex li.wide {
  min-width: 360px;
}
.listmark-type01 li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.2;
}
.listmark-type01 li::before {
  content: "⚫︎";
  color: #f08437;
}
.listmark-type01 li a {
  color: #894d26;
}
.listmark-type01.lg li {
  font-weight: bold;
  font-size: 112.5%;
}

.iframe-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi {
  display: inline-block;
  margin: 0 0 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #494949;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #7D6A2E;
  padding: 0 15px;
}

.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
  border-left: 1px solid #7D6A2E;
}

.wp-pagenavi span.current {
  color: #7D6A2E;
}

/* TEXT */
.rq {
  color: #ff0000;
  font-weight: bold;
}

.rq_s {
  color: #ff0000;
}

.str {
  color: #011B6A;
  font-weight: bold;
}

.str_s {
  color: #011B6A;
}

.str02 {
  color: #008BD5;
  font-weight: bold;
}

.str02_s {
  color: #008BD5;
}

.small {
  font-size: 87.5%;
}

.small02 {
  font-size: 75%;
}

.large {
  font-size: 106.25%;
}

.large02 {
  font-size: 112.5%;
}

.caption {
  font-size: 87.5%;
}

.caption02 {
  margin-bottom: 2px;
  text-align: left;
}

sub {
  vertical-align: bottom;
  margin-bottom: 3px;
}

sup {
  vertical-align: top;
  margin-top: 3px;
}

sub,
sup {
  display: inline-block;
  font-size: 56.25%;
}

/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {
  /*?G?t?F?N?g*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  /*?g???Z??*/
  transform: scale(0);
  background: #FFF;
  /*?g??F*/
  animation: ripple 700ms;
  pointer-events: none;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.blur {
  transition: all 0.2s ease-out;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

@media print, all and (min-width: 751px) {
  /* listmark */
  .listmark-temp > li {
    margin-left: 1em;
  }
  .listmark-temp > li span.mark {
    margin-left: -1em;
  }
  .listmark-temp02 > li {
    padding-left: 20px;
    position: relative;
  }
  .listmark-temp02 > li span.mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .listmark-temp03 > li {
    padding-left: 3em;
    position: relative;
  }
  .listmark-temp03 > li span.mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .listmark-decimal > li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* title-level */
  /* box */
  .bd-box {
    padding: 20px 30px 10px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 20px 30px 10px;
    background-color: #ffffff;
  }
  .tri-box > .box01 {
    float: left;
    width: 300px;
    margin-right: 30px;
  }
  .tri-box > .box02 {
    float: left;
    width: 300px;
  }
  .tri-box > .box03 {
    float: right;
    width: 300px;
  }
  .tri-box > .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .tri-box > .box01,
  #main .tri-box > .box02,
  #main .tri-box > .box03 {
    width: 200px;
  }
  .half-box > .boxl {
    float: left;
    width: 460px;
  }
  .half-box > .boxr {
    float: right;
    width: 460px;
  }
  .half-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .half-box > .boxl,
  #main .half-box > .boxr {
    width: 310px;
  }
  .imgr-box > .text {
    float: left;
    width: 500px;
  }
  .imgr-box > .text p {
    text-align: justify;
  }
  .imgr-box > .image {
    float: right;
    width: 426px;
  }
  .imgr-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .imgl-box > .text {
    float: right;
    width: 500px;
  }
  .imgl-box > .text p {
    text-align: justify;
  }
  .imgl-box > .image {
    float: left;
    width: 426px;
  }
  .imgl-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .river-box > .boxr {
    float: right;
    padding-left: 10px;
  }
  .river-box > .boxl {
    float: left;
    padding-right: 10px;
  }
  /* DSIB */
  .dsib-list > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .dsib-list.type_spread > li {
    margin-right: 40px;
  }
  .dsib-list.type_spread02 > li {
    margin-right: 60px;
  }
  .dsib-list.col02 > li {
    width: 48%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col03 > li {
    width: 30%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col02 > li:nth-child(even),
  .dsib-list.col03 > li:nth-child(3n),
  .dsib-list > li:last-child {
    margin-right: 0;
  }
  .dsib-box {
    letter-spacing: -0.4em;
  }
  .dsib-box.type_center {
    text-align: center;
  }
  .dsib-box.type_right_pc {
    text-align: right;
  }
  .dsib-box > .items {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .dsib-box.type_shrink > .items {
    margin-right: 10px;
  }
  .dsib-box.type_spread > .items {
    margin-right: 40px;
  }
  .dsib-box.type_spread02 > .items {
    margin-right: 60px;
  }
  .dsib-box > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.col02 > .items {
    width: 46%;
    margin-right: 4% !important;
  }
  .dsib-box.col02 > .items:nth-child(even),
  .dsib-box.col02 > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_vamd > .items {
    vertical-align: middle;
  }
  .dsib-box.type_vabtm > .items {
    vertical-align: bottom;
  }
  .dsib-box.type_pcmb0 > .items {
    margin-bottom: 0;
  }
  .dsib-box.type_mb_extends > .items {
    margin-bottom: 25px !important;
  }
  .dsib-box.type_spread03 > .items {
    margin-right: 0 !important;
  }
  .dsib-box.col02.type_spread03 > .items {
    width: 50%;
  }
  .dsib-box.col03.type_spread03 > .items {
    width: 33.333333%;
  }
  /* EDITOR */
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin: 0px 24px 10px 0;
  }
  .wp-caption.alignleft {
    margin: 0 24px 10px 0;
  }
  blockquote.alignright,
  img.alignright {
    margin: 0 0 10px 24px;
  }
  .wp-caption.alignright {
    margin: 10px 0 10px 24px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-article img {
    max-width: 100%;
    height: auto;
  }
  /* table */
  table {
    /* TABLE */
    /* TYPE01 */
    /* TYPE01 */
    /* TYPE02 2?J???? */
    /* TYPE03 ?????J???? */
  }
  table.pc-t100p {
    width: 100%;
  }
  table.type01 {
    background-color: #fff;
  }
  table.type01 th,
  table.type01 td {
    vertical-align: middle;
    min-width: 40px;
    padding: 15px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    box-sizing: border-box;
  }
  table.type01 th {
    font-family: "Zen Maru Gothic", sans-serif;
  }
  table.type01 thead th {
    padding: 4px 8px;
    color: #ffffff;
    font-weight: bold;
    background-color: #894d26;
    font-size: 112.5%;
  }
  table.type01 tbody th {
    width: 180px;
  }
  table.type01 tbody th,
  table.type01 tbody td {
    font-size: 137.5%;
    border-bottom: 1px solid #894d26;
  }
  table.type01 tbody td {
    border-left: 1px solid #894d26;
  }
  table.type01 tbody th.item,
  table.type01 tbody td.item {
    text-align: right;
  }
  table.type02 {
    border: none;
    border-top: solid 1px #894d26;
  }
  table.type02 tr,
  table.type02 th,
  table.type02 td {
    border: none;
    padding: 10px 25px;
    background-color: #fff;
    line-height: 2;
  }
  table.type02 td {
    border-left: solid 1px #894d26;
  }
  table.type02 th {
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: rgba(240, 132, 55, 0.16);
  }
  table.type02 tr {
    border-bottom: solid 1px #894d26;
  }
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .wp-pagenavi {
    clear: both;
    text-align: center;
  }
  .wp-pagenavi {
    display: inline-block;
    margin: 0 0 10px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    color: #494949;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #7D6A2E;
    padding: 0 15px;
  }
  .wp-pagenavi a:first-child,
  .wp-pagenavi span:first-child {
    border-left: 1px solid #7D6A2E;
  }
  .wp-pagenavi span.current {
    color: #7D6A2E;
  }
}
@media only screen and (max-width: 750px) {
  /* COMMON */
  /* ANCHOR */
  /* BTN */
  /* listmark */
  .listmark-type01.horizental {
    display: flex;
    gap: 30px;
  }
  .listmark-type01.l-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 35px;
  }
  .listmark-type01.l-flex li {
    min-width: 180px;
  }
  .listmark-type01.l-flex li.wide {
    min-width: auto;
  }
  .listmark-type01 li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .listmark-type01 li::before {
    content: "⚫︎";
    color: #f08437;
  }
  .listmark-type01 li a {
    color: #894d26;
  }
  .listmark-type01.lg li {
    font-weight: bold;
    font-size: 112.5%;
  }
  .listmark-decimal > li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .listmark-num {
    counter-reset: my-counter;
    padding: 0;
  }
  .listmark-num > li {
    padding-left: 25px;
  }
  .listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #44b034;
    display: block;
    float: left;
    margin-top: 3px;
    color: #ffffff;
    font-size: 80%;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 20px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
  .listmark-num > li:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
  }
  /* title-level */
  .title-level01 {
    margin-bottom: 40px;
    background-size: 60px auto;
    padding-top: 70px;
  }
  .title-level01 .en {
    font-size: 200%;
  }
  .title-level01 .ja {
    font-size: 112.5%;
  }
  .title-level02 {
    margin-bottom: 30px;
    background-size: 30px auto;
    padding-top: 40px;
    font-size: 137.5%;
  }
  .title-level03 {
    margin-bottom: 10px;
    font-size: 119.5%;
  }
  .title-level03.font_24 {
    font-size: 125%;
  }
  .title-level03.font_20 {
    font-size: 112.5%;
  }
  .title-level03 .sub {
    vertical-align: sub;
  }
  /* box */
  .box-type01 {
    padding: 20px;
  }
  .box-type02 {
    padding: 20px;
  }
  .bd-box {
    padding: 10px 15px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .tri-box > .box01,
  .tri-box > .box02,
  .tri-box > .box03 {
    margin-bottom: 20px;
  }
  .tri-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .half-box > .boxl,
  .half-box > .boxr {
    margin-bottom: 20px;
  }
  /* DSIB */
  .dsib-list:not(.sp_block) > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .dsib-list:not(.sp_block) > li:last-child {
    margin-right: 0;
  }
  .dsib-box {
    letter-spacing: -0.4em;
  }
  .dsib-box.type_center {
    text-align: center;
  }
  .dsib-box:not(.sp_block) > .items {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .dsib-box > .items {
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .dsib-box.type_shrink:not(.sp_block) > .items {
    margin-right: 10px;
  }
  .dsib-box.type_spread:not(.sp_block) > .items {
    margin-right: 40px;
  }
  .dsib-box.type_spread02:not(.sp_block) > .items {
    margin-right: 60px;
  }
  .dsib-box:not(.sp_block) > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_vamd > .items {
    vertical-align: middle;
  }
  .dsib-box.type_vabtm > .items {
    vertical-align: bottom;
  }
  .dsib-box.type_pcmb0 > .items {
    margin-bottom: 0;
  }
  .dsib-box.col02 > .items,
  .dsib-box.sp_col02 > .items {
    width: 46%;
    margin-right: 4% !important;
  }
  .dsib-box.col02 > .items:nth-child(even),
  .dsib-box.col02 > .items:last-child,
  .dsib-box.sp_col02 > .items:nth-child(even),
  .dsib-box.sp_col02 > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_spread03 > .items {
    margin-right: 0 !important;
  }
  .dsib-box.col02.type_spread03 > .items,
  .dsib-box.sp_col02.type_spread03 > .items {
    width: 50%;
  }
  .dsib-box.type_mb_extends > .items {
    margin-bottom: 30px;
  }
  .dsib-box.col03.type_spread03 > .items,
  .dsib-box.sp_col03.type_spread03 > .items {
    width: 33.333333%;
  }
  .dsib-box.type_spread03 > .items .image {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* EDITOR */
  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin-bottom: 10px;
  }
  .wp-caption.alignleft {
    margin-bottom: 10px;
  }
  blockquote.alignright,
  img.alignright {
    margin-bottom: 10px;
  }
  .wp-caption.alignright {
    margin-bottom: 10px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-bottom: 10px;
  }
  /* table */
  table {
    /* TYPE01 */
    /* TYPE01 */
    /* TYPE03 ?????J???? */
  }
  table.t100p {
    width: 100%;
  }
  table .tls {
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
  }
  table.t100p {
    width: 100%;
  }
  table .tls {
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
  }
  table.alltc th,
  table.alltc td {
    text-align: center;
  }
  table.equality {
    table-layout: fixed;
  }
  table.type01 {
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
  }
  table.type01 th,
  table.type01 td {
    vertical-align: middle;
    padding: 9px;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    box-sizing: border-box;
  }
  table.type01 th {
    font-family: "Zen Maru Gothic", sans-serif;
  }
  table.type01 thead th {
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    background-color: #894d26;
    font-size: 100%;
  }
  table.type01 tbody th {
    width: 135px;
    padding: 10px 5px;
  }
  table.type01 tbody th,
  table.type01 tbody td {
    font-size: 100%;
    border-bottom: 1px solid #894d26;
  }
  table.type01 tbody td {
    border-left: 1px solid #894d26;
  }
  table.type01 tbody th.item,
  table.type01 tbody td.item {
    text-align: right;
  }
  table.type02 {
    border: none;
    border-top: solid 1px #894d26;
    display: block;
    width: 100%;
  }
  table.type02 tr,
  table.type02 th,
  table.type02 td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  table.type02 td {
    border: none;
    border-left: solid 1px #894d26;
  }
  table.type02 th {
    box-sizing: border-box;
    padding-right: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: rgba(240, 132, 55, 0.16);
  }
  table.type02 tr {
    border-bottom: solid 1px #894d26;
    padding: 0;
  }
  /* TEXT */
  .rq {
    color: #ff0000;
    font-weight: bold;
  }
  .fl-cont .image {
    display: block;
    margin: 20px auto 10px auto;
  }
  .wp-pagenavi {
    clear: both;
    text-align: center;
  }
  .wp-pagenavi {
    display: inline-block;
    margin: 0 0 10px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    color: #494949;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #7D6A2E;
    padding: 0 15px;
  }
  .wp-pagenavi a:first-child,
  .wp-pagenavi span:first-child {
    border-left: 1px solid #7D6A2E;
  }
  .wp-pagenavi span.current {
    color: #7D6A2E;
  }
}
