@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[href*=".pdf"] {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
#content a[href*=".pdf"]::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 25px;
  right: 0px;
  bottom: 0px;
  background-image: url("../images/common/anchor-pdf.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
#content a[href*=".pdf"]:after {
  content: none !important;
}

#content a[href*=".doc"] span,
#content a[href*=".docx"] span {
  position: relative;
}
#content a[href*=".doc"] span::before,
#content a[href*=".docx"] span::before {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 29px;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../images/common/anchor-word.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}

#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.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 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;
}

.btn-type01 a {
  position: relative;
  width: 185px;
  font-size: 112.5%;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  padding-left: 20px;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #39b44a;
  background-image: url(../images/common/anchor-btn_white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  box-sizing: border-box;
  text-align: center;
}
.btn-type01 a[target=_blank]:after {
  background-image: url(../images/common/anchor-blank_white.png) !important;
}
.btn-type01 a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}
.btn-type01.white a {
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
}

.btn-type02 a {
  font-size: 118.5%;
  font-weight: bold;
  display: inline-block;
  padding: 6px 40px 6px 12px;
  color: #143367;
  text-decoration: none !important;
  border: 1px solid #000;
  color: #000 !important;
}
.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.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  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: #143367;
}
.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: 35px;
  line-height: 1;
}
.title-level01 .en {
  font-family: "Oswald", sans-serif;
  font-size: 562.5%;
  color: #143367;
}
.title-level01 .ja {
  display: block;
  line-height: 1;
  font-size: 162.5%;
  margin-top: 17px;
  font-weight: bold;
}
.title-level01.white {
  color: #fff;
}
.title-level01.white .en,
.title-level01.white .ja {
  color: #fff;
}

.title-level02 {
  line-height: 1.2;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 50px;
}
.title-level02.icon {
  position: relative;
  margin-bottom: 60px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-level02.icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  background-image: url(../images/common/title-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.title-level03 {
  font-size: 162.5%;
  font-weight: bold;
  margin-bottom: 40px;
  color: #143367;
  position: relative;
  line-height: 1.5;
  padding-bottom: 15px;
}
.title-level03::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  background-color: #39b44a;
}

.title-level04 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 15px;
  color: #143367;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* 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;
}
table.type01 thead th {
  text-align: center;
  color: #fff;
  background-color: #143367;
}
table.type01 thead th:not(:last-child) {
  border-color: #fff;
}
table.type01 thead th:first-child {
  width: 130px;
}
table.type01 tbody th {
  width: 100px;
}
table.type01 tr {
  border-bottom: solid 1px #143367;
}
table.type01 th,
table.type01 td {
  width: 170px;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
table.type01 th:not(:last-child),
table.type01 td:not(:last-child) {
  border-right: solid 1px #143367;
}
table.type02 tr {
  border-bottom: solid 1px #143367;
}
table.type02 th {
  font-weight: bold !important;
  width: 180px;
  font-weight: 400;
  vertical-align: baseline;
}
table.type02 th,
table.type02 td {
  padding: 10px;
}

.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: 25px;
}
.listmark-num > li:before {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  color: #143367;
  float: left;
  margin-top: 3px;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: -0.5pt;
  text-indent: -0.5pt;
  line-height: 26px;
  margin-left: -25px;
  text-align: center;
  height: 26px;
  width: 25px;
}
.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-disc li {
  text-indent: -1em;
  padding-left: 1em;
}
.listmark-disc li::before {
  content: "●";
  color: #143367;
  font-size: 10px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.listmark-box li {
  text-indent: -1em;
  padding-left: 1em;
}
.listmark-box li::before {
  content: "☐";
  color: #143367;
  margin-right: 5px;
  font-weight: bold;
  line-height: 1.7;
  vertical-align: top;
}

.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;
}

/* 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 {
  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;
}

/* 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);
}

.box-type01 {
  background: rgba(20, 51, 103, 0.1);
  padding: 20px;
}

@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;
  }
  /* 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;
  }
  /* 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.pc-t100p {
    width: 100%;
  }
  /* TABLE */
  /* TYPE01 */
  /* TYPE02 2?J???? */
  /* TYPE03 ?????J???? */
  .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 */
  .box-type01 {
    background: rgba(20, 51, 103, 0.1);
    padding: 20px;
  }
  /* ANCHOR */
  /* BTN */
  /* listmark */
  .listmark-decimal > li {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  .listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* title-level */
  /* title-level */
  .title-level01 {
    margin-bottom: 30px;
  }
  .title-level01 .ja {
    font-size: 112.5%;
  }
  .title-level01 .en {
    font-size: 343.75%;
  }
  .title-level02 {
    font-size: 156.25%;
    margin-bottom: 20px;
  }
  .title-level02.icon {
    margin-bottom: 30px;
    height: 128px;
  }
  .title-level02.icon::before {
    height: 128px;
    background-size: auto 128px;
  }
  .title-level03 {
    font-size: 137.5%;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .title-level03 span {
    font-size: 118.5%;
  }
  /* box */
  .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.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.type02 {
    display: block;
    width: 100%;
  }
  table.type02 tbody,
  table.type02 tr,
  table.type02 th,
  table.type02 td {
    display: block;
    width: 100%;
  }
  table.type02 tr {
    border-bottom: solid 1px #143367;
  }
  table.type02 th {
    width: 100%;
    padding: 10px 10px 0;
    text-align: left;
  }
  table.type02 td {
    padding: 0 10px 10px;
  }
  /* table */
  /* TABLE */
  /* TYPE01 */
  /* TYPE02 2?J???? */
  /* TYPE03 ?????J???? */
  /* 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;
  }
}
