@charset "utf-8";

body {
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 100%;
  font-weight: 500;
}

.font-size-small {
  font-size: small;
  line-height: 1.2;
}

.font-size-xsmall {
  font-size: x-small;
  line-height: 1.2;
}

.font-size-xxsmall {
  font-size: xx-small;
  line-height: 1.2;
}

.font-size-large {
  font-size: large;
}

.font-size-xlarge {
  font-size: x-large;
}

.font-size-xxlarge {
  font-size: xx-large;
}

.font-size-s {
  font-size: 82%;
  line-height: 1.2;
}

.font-size-ss {
  font-size: 69%;
  line-height: 1.2;
}

.font-size-l {
  font-size: 115%;
}

.font-size-ll {
  font-size: 130%;
}

.line-height-s {
  line-height: 1.2;
}

.line-height-m {
  line-height: 1.4;
}

.line-height-l {
  line-height: 1.8;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.indent-left1em {
  text-indent: 1em;
}

.indent-left2em {
  text-indent: 2em;
}

.indent-left3em {
  text-indent: 3em;
}

.margin-left1em {
  margin-left: 1em;
}

.margin-left2em {
  margin-left: 2em;
}

.margin-left3em {
  margin-left: 3em;
}

.margin-left4em {
  margin-left: 4em;
}

.margin-left5em {
  margin-left: 5em;
}

.margin-top1px {
  margin-top: 1px;
}

.margin-top2px {
  margin-top: 2px;
}

.margin-top4px {
  margin-top: 4px;
}

.margin-top8px {
  margin-top: 8px;
}

.margin-top16px {
  margin-top: 16px;
}

.margin-top32px {
  margin-top: 32px;
}

.margin-top48px {
  margin-top: 48px;
}

.list-style {
  text-indent: -2em;
  margin-left: 2em;
}

.list-style02 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.list-style03 {
  text-indent: -1em;
  margin-left: 1em;
}

.list-style04 {
  text-indent: -3.5em;
  margin-left: 3.5em;
}

.nowrap {
  white-space: nowrap;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 20px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
}

.clearfix-ofh {
  overflow: hidden;
}

.float-clear {
  clear: both;
}

table.table-type01 {
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  line-height: 1.3;
}

table.table-type01 th {
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  font-weight: normal;
  padding: 2px 4px;
  background-color: #F3A166;
}

table.table-type01 td {
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  padding: 2px 4px;
}

table.table-type00 {
  border-top: 0px solid #FFFFFF !important;
  border-left: 0px solid #FFFFFF !important;
}

table.table-type00 th {
  border-right: 0px solid #FFFFFF !important;
  border-bottom: 0px solid #FFFFFF !important;
  background-color: #FFFFFF !important;
}

table.table-type00 td {
  padding: 2px 2px;
  border-right: 0px solid #FFFFFF !important;
  border-bottom: 0px solid #FFFFFF !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bg-gray {
  background-color: #F0F0F0;
}

.wd100 {
  width: 100%;
}

.wd90 {
  width: 90%;
}

.wd80 {
  width: 80%;
}

.wd75 {
  width: 75%;
}

.wd70 {
  width: 70%;
}

.wd65 {
  width: 65%;
}

.wd60 {
  width: 60%;
}

.wd55 {
  width: 55%;
}

.wd50 {
  width: 50%;
}

.wd45 {
  width: 45%;
}

.wd40 {
  width: 40%;
}

.wd35 {
  width: 35%;
}

.wd30 {
  width: 30%;
}

.wd25 {
  width: 25%;
}

.wd20 {
  width: 20%;
}

.wd15 {
  width: 15%;
}

.wd10 {
  width: 10%;
}

figure {
  margin: 0;
}


/* wordpress use css */

.screen-reader-text {
  display: none;
}

/**
 * 8.0 Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

img.alignleft {
  max-width: 92px;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

img.alignright {
  max-width: 92px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}




/**
 * 14.1 Captions
 */

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}




/* スマホテーブル用 */
.table-wrap {
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 399px) {
  .table-wrap:before {
    content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
    /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #e07903;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }

  .table-wrap {
    padding-top: 24px;
    overflow: scroll;
  }

  .table-wrap table {
    width: 640px !important;
  }

  /* 2列テーブルを1列に */
  .table-1col th,
  .table-1col td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}