@charset "UTF-8";
body {
  background-color: #fff;
  color: #000000;
}

/* --------------------------------------------------------------------------------
 Global Elements
-------------------------------------------------------------------------------- */
body,
input,
textarea,
#content {
  font-size: max(16px, 0.8vw);
  font-style: normal;
  line-height: 1.5;
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

hr {
  clear: both;
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #e7e7e7;
}

/* --------------------------------------------------------------------------------
 custom color / functionに記述
-------------------------------------------------------------------------------- */
/* テキストカラー */
.has-purple-color {
  color: #996bb8;
}

.has-blue-color {
  color: #6ca9e5;
}

.has-green-color {
  color: #5ab66e;
}

.has-pink-color {
  color: #f39ac1;
}

.has-red-color {
  color: #d65a65;
}

.has-orange-color {
  color: #f4a261;
}

.has-gray-color {
  color: #cfcfcf;
}

/* 背景色 */
.has-purple-background-color {
  background-color: #996bb8;
}

.has-blue-background-color {
  background-color: #6ca9e5;
}

.has-green-background-color {
  background-color: #5ab66e;
}

.has-pink-background-color {
  background-color: #f39ac1;
}

.has-red-background-color {
  background-color: #d65a65;
}

.has-orange-background-color {
  background-color: #f4a261;
}

.has-gray-background-color {
  background-color: #cfcfcf;
}

/* --------------------------------------------------------------------------------
 Text elements
-------------------------------------------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

ul {
  margin-bottom: 1em;
  margin-left: 0;
  padding-left: 1.5em;
  list-style: square;
}

ol {
  margin-left: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style: decimal;
}
ol li {
  margin-bottom: 0.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

ol ol ol ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  text-decoration: none;
  background: #ffc;
}

blockquote {
  font-style: italic;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1em !important;
  margin: 1em 0 !important;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #222;
  background: #f7f7f7;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

sup,
sub {
  line-height: 1;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

/* --------------------------------------------------------------------------------
 Images
-------------------------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-top: 4px;
  margin-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-top: 4px;
  margin-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* --------------------------------------------------------------------------------
 Original CSS Library
-------------------------------------------------------------------------------- */
/* フォント
----------------------------- */
.bold {
  font-weight: bold;
}

.font-large {
  font-size: 1.25em !important;
}

.font-small {
  font-size: 0.85em !important;
}

.font-ssmall {
  font-size: 0.65em !important;
}

.fcol-red {
  color: #a30b1a !important;
}

.fnt_en {
  font-family: "League Gothic", sans-serif;
  font-weight: normal !important;
  color: #111;
  line-height: 1 !important;
}

/* 画像
----------------------------- */
img.f_left {
  margin: 0 20px 20px 0;
}

img.f_right {
  margin: 0 0 20px 20px;
}

img.border {
  padding: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

/* 配置
----------------------------- */
.center {
  text-align: center !important;
}

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

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

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.width_auto {
  width: auto !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.overflow {
  overflow: hidden !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none !important;
}

.clear {
  clear: both;
}

.clear_none {
  clear: none;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

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

.nowrap {
  white-space: nowrap;
}

/* 余白
----------------------------- */
.m_v0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m_v1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.m_v2em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.m_v3em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.m_top1em {
  margin-top: 1em !important;
}

.m_btm1em {
  margin-bottom: 1em !important;
}

.m_top2em {
  margin-top: 2em !important;
}

.m_btm2em {
  margin-bottom: 2em !important;
}

.m_top3em {
  margin-top: 3em !important;
}

.m_btm3em {
  margin-bottom: 3em !important;
}

.m_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m_top0 {
  margin-top: 0 !important;
}

.m_right0 {
  margin-right: 0 !important;
}

.m_bottom0 {
  margin-bottom: 0 !important;
}

.m_left0 {
  margin-left: 0 !important;
}

.m_top10 {
  margin-top: 10px !important;
}

.m_right10 {
  margin-right: 10px !important;
}

.m_bottom10 {
  margin-bottom: 10px !important;
}

.m_left10 {
  margin-left: 10px !important;
}

.m_top15 {
  margin-top: 15px !important;
}

.m_right15 {
  margin-right: 15px !important;
}

.m_bottom15 {
  margin-bottom: 15px !important;
}

.m_left15 {
  margin-left: 15px !important;
}

.m_top20 {
  margin-top: 20px !important;
}

.m_right20 {
  margin-right: 20px !important;
}

.m_bottom20 {
  margin-bottom: 20px !important;
}

.m_left20 {
  margin-left: 20px !important;
}

.m_top30 {
  margin-top: 30px !important;
}

.m_right30 {
  margin-right: 30px !important;
}

.m_bottom30 {
  margin-bottom: 30px !important;
}

.m_left30 {
  margin-left: 30px !important;
}

.m_top40 {
  margin-top: 40px !important;
}

.m_right40 {
  margin-right: 40px !important;
}

.m_bottom40 {
  margin-bottom: 40px !important;
}

.m_left40 {
  margin-left: 40px !important;
}

.m_top50 {
  margin-top: 50px !important;
}

.m_right50 {
  margin-right: 50px !important;
}

.m_bottom50 {
  margin-bottom: 50px !important;
}

.m_left50 {
  margin-left: 50px !important;
}

.m_top100 {
  margin-top: 100px !important;
}

.m_right100 {
  margin-right: 100px !important;
}

.m_bottom100 {
  margin-bottom: 100px !important;
}

.m_left100 {
  margin-left: 100px !important;
}

.p_top0 {
  padding-top: 0 !important;
}

.p_right0 {
  padding-right: 0 !important;
}

.p_bottom0 {
  padding-bottom: 0 !important;
}

.p_left0 {
  padding-left: 0 !important;
}

.p_top10 {
  padding-top: 10px !important;
}

.p_right10 {
  padding-right: 10px !important;
}

.p_bottom10 {
  padding-bottom: 10px !important;
}

.p_left10 {
  padding-left: 10px !important;
}

.p_top20 {
  padding-top: 20px !important;
}

.p_right20 {
  padding-right: 20px !important;
}

.p_bottom20 {
  padding-bottom: 20px !important;
}

.p_left20 {
  padding-left: 20px !important;
}

.p_top30 {
  padding-top: 30px !important;
}

.p_right30 {
  padding-right: 30px !important;
}

.p_bottom30 {
  padding-bottom: 30px !important;
}

.p_left30 {
  padding-left: 30px !important;
}

.p_top40 {
  padding-top: 40px !important;
}

.p_right40 {
  padding-right: 40px !important;
}

.p_bottom40 {
  padding-bottom: 40px !important;
}

.p_left40 {
  padding-left: 40px !important;
}

.p_top50 {
  padding-top: 50px !important;
}

.p_right50 {
  padding-right: 50px !important;
}

.p_bottom50 {
  padding-bottom: 50px !important;
}

.p_left50 {
  padding-left: 50px !important;
}

/* ============================
content
/* ============================ */
ul,
p,
ol,
dd,
pre,
hr {
  margin-bottom: 1.5em;
}

#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 1em;
  line-height: 1.2em;
}

#content code {
  font-size: 0.8em;
}

/*トップへ戻るボタン*/
#wrapper {
  position: relative;
}

.topBtn {
  position: fixed;
  z-index: 50;
  bottom: 2em;
  right: 2em;
  display: none;
  width: 40px;
  height: 115px;
  font-size: 85%;
  text-align: center;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 40px;
  text-align: left;
  color: #3B9DFF;
}
@media screen and (max-width: 768px) {
  .topBtn {
    right: 0.8em;
  }
}
@media print, screen and (min-width: 1300px) {
  .topBtn {
    bottom: 3em;
    right: 3em;
  }
}
.topBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/arrow_up.svg") center center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topBtn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* ============================
Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */
pre {
  -webkit-text-size-adjust: 140%;
}

code {
  -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}

/* ============================
レスポンシブ
/* ============================ */
body,
div,
dl,
dt,
dd,
ul,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
tbody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*箱*/
html {
  overflow: auto;
}

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

.width100 {
  width: 100%;
  padding: 0;
}
.width100 img {
  width: 100%;
  padding: 0;
}

/*画像*/
img,
canvas,
video,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/*テキスト*/
p {
  margin: 0 0 0.5em 0;
}

/*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/
.table_scrollbox {
  overflow-x: auto;
  margin-bottom: 24px;
}
.table_scrollbox::-webkit-scrollbar {
  height: 5px;
}
.table_scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table_scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.table_scrollbox table {
  width: 96%;
  margin-bottom: 10px !important;
}
.table_scrollbox table tbody {
  display: block;
  width: auto !important;
  white-space: nowrap;
}
.table_scrollbox table tr th,
.table_scrollbox table tr td {
  display: table-cell;
}

/*ボタンiOS装飾削除*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}