@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
th,
td,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*以下、サイト固有の設定*/
@font-face {
  font-family: 'icomoon';
  src: url("../font/icon/icomoon.eot?fz5r0w");
  src: url("../font/icon/icomoon.eot?fz5r0w#iefix") format("embedded-opentype"), url("../font/icon/icomoon.ttf?fz5r0w") format("truetype"), url("../font/icon/icomoon.woff?fz5r0w") format("woff"), url("../font/icon/icomoon.svg?fz5r0w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../font/icon */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*英語用font読み込み指定*/
@font-face {
  font-family: 'QwitcherGrypenText';
  src: url("../font/QwitcherGrypen-Bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoText';
  src: url("../font/Roboto-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MontserratText';
  src: url("../font/Montserrat-Medium.ttf") format("opentype");
  font-weight: medium;
  font-style: normal;
}

.font_f_m {
  font-family: YakuHanMP, "游明朝", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, serif;
}

.font_f_g {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.text_en {
  font-family: "RobotoText", sans-serif;
}

/*ディスプレイ初期値設定*/
/*サイト共通の間隔*/
.font_size_medium {
  font-size: 18px;
  font-size: 16px;
}

.color_background_theme {
  color: #fff;
  background: #000000;
}

.color_white_background_black {
  color: #fff;
  background: #333333;
}

.img_width-height-full_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .img_width-height-full_cover.tb-width-70pa {
    width: 70%;
    margin: 0 auto;
  }
}

.after-icon > a::after {
  content: '';
  display: inline-block;
  padding-left: 10px;
}

.target-blanck > a::after {
  content: url(../images/icon/target_blanck_white.svg);
}

.ul-rod li {
  position: relative;
  margin-left: 30px;
}

.ul-rod li::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -12px;
}

@media screen and (max-width: 1024px) {
  .ul-rod-sp li {
    position: relative;
    margin-left: 30px;
  }
  .ul-rod-sp li::before {
    content: "-";
    display: inline-block;
    position: absolute;
    left: -12px;
  }
}

.before-rod {
  position: relative;
  margin-left: 30px;
}

.before-rod::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: -12px;
}

.before-rod::before {
  -webkit-transform: scaleX(2.5);
          transform: scaleX(2.5);
}

.before-border-bottom::before,
.after-border-bottom::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #D1D1D1 !important;
  padding-top: 1rem;
}

/*
Theme Name:
Description: カスタマイズテーマ
*/
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

html, body, section, article, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, p, img, figure, ul, ol, li, dl, dt, dd, input, textarea, nav {
  margin: 0;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-transition: font-size 0s;
  transition: font-size 0s;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
    height: 100vh;
  }
}

@media print, screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  /*疑似カーソルの為*/
  color: #222;
  background: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}

body.wp-admin {
  color: #000;
}

a:not(.link_nomal):not(header a) {
  color: inherit;
}

a:not(.link_nomal):not(.content-wrap-full) {
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  a [href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  a :hover {
    opacity: 0.7;
  }
}

a > time {
  font-family: "RobotoText", sans-serif;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul:not(.listStyleOn):not(.post_single ul):not(.activity_post_single ul):not(.study_post_single ul),
ol:not(.listStyleOn):not(.post_single ol):not(.activity_post_single ol):not(.study_post_single ol) {
  list-style: none;
}

label {
  -webkit-appearance: none;
}

.ol-number li:nth-child(1):before {
  content: "(1)";
  padding-right: 0.5rem;
}

.ol-number li:nth-child(2):before {
  content: "(2)";
  padding-right: 0.5rem;
}

.ol-number li:nth-child(3):before {
  content: "(3)";
  padding-right: 0.5rem;
}

.ol-number li:nth-child(4):before {
  content: "(4)";
  padding-right: 0.5rem;
}

.ol-number li:nth-child(5):before {
  content: "(5)";
  padding-right: 0.5rem;
}

.ol-number li {
  padding-left: 2rem;
  text-indent: calc(-1.5rem - 0.5rem);
}

.post_single ul, .activity_post_single ul, .study_post_single ul,
.post_single ol, .activity_post_single ol, .study_post_single ol {
  list-style-position: inside;
}

.ul-disc li,
.ul-disc02 li {
  position: relative;
  margin-left: 20px;
}

.ul-disc li::before,
.ul-disc02 li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: -18px;
}

.ul-disc02 li {
  margin-left: 0px;
  padding-left: 20px;
}

.ul-disc02 li::before {
  left: 0px;
}

section p {
  font-variant-east-asian: proportional-width;
}

section p .not_proportional {
  font-variant-east-asian: normal;
}

.listDisc::before {
  content: '・';
  margin-left: 5px;
}

input[type="button"], input[type="submit"], input[type="image"] {
  cursor: pointer;
}

input[type="text"] {
  font-size: 16px;
  border: none;
  border-radius: 0;
}

input[type="submit"] {
  font-size: 16px;
  line-height: 2;
  background: none;
}

input[type="button"] {
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #000000;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-appearance: none;
  /*ios用の記述*/
  padding: 0.5rem 1rem 0.5rem;
}

input[type="button"]:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  input[type="button"]:hover {
    background-color: #E4E45B;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #D1D1D1;
  font-size: 1rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D1D1D1;
  font-size: 1rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #D1D1D1;
  font-size: 1rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #D1D1D1;
  font-size: 1rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #D1D1D1;
  font-size: 1rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

strong {
  color: #000000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*ios用の記述*/
select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.875em;
  }
}

main {
  display: block;
  min-height: calc(100vh - 812.33px);
}

@media screen and (max-width: 1024px) {
  main {
    min-height: calc(100vh - 146.25px);
  }
}

.label {
  display: inline-block;
  padding: 0 0.2em;
}

.scroll-x {
  overflow-x: auto;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.color-inherit {
  color: inherit;
}

input[type="submit"].link_btn_s,
button.link_btn_s {
  background: #E8E8E8;
  border: 1px solid #B9B9B9;
  color: #707070;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  line-height: 28px;
  max-width: 80px;
  width: 100%;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

input[type="submit"].link_btn_s:hover,
button.link_btn_s:hover {
  background: #B9B9B9 !important;
  border: 1px solid #B9B9B9;
  color: #FFF;
}

.pager_list {
  margin: 10px 0;
}

.pager_list span {
  margin-left: 15px;
  color: #707070;
  -webkit-transition: .3s;
  transition: .3s;
}

.pager_list span a {
  text-decoration: underline !important;
  color: #707070;
  -webkit-transition: .3s;
  transition: .3s;
}

.pager_list span a:hover {
  text-decoration: none !important;
}

button.white_btn,
input[type="button"].white_btn,
input[type="submit"].white_btn {
  padding: 14px 26px;
  background: #FFFFFF;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
  color: #707070;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
}

button.white_btn:hover,
input[type="button"].white_btn:hover,
input[type="submit"].white_btn:hover {
  background: #B9B9B9;
  color: #FFF;
}

.btn_wrap {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_wrap button,
.btn_wrap input[type="button"],
.btn_wrap input[type="submit"] {
  margin: 0 5px;
}

.btn_wrap button:first-child,
.btn_wrap input[type="button"]:first-child,
.btn_wrap input[type="submit"]:first-child {
  margin: 0 5px 0 0px;
}

.btn_wrap button:last-child,
.btn_wrap input[type="button"]:last-child,
.btn_wrap input[type="submit"]:last-child {
  margin: 0 0 0px 5px;
}

.btn_wrap.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.date {
  position: relative;
}

.date input[type=date] {
  position: relative;
}

.date input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.date input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

.date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.date input[type=date]::after {
  content: "";
  width: 13px;
  height: 15px;
  background-image: url(../images/icon_calendar.svg);
  position: absolute;
  top: calc(50% - 7.5px);
  right: 9px;
}

.link_txt {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.link_txt::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00A82D;
}

.link_txt:hover::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00A82D;
}

.change,
.deleted {
  accent-color: #707070;
}

input[type=checkbox]:checked:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:disabled::before {
  background-color: #707070;
  border: none;
  position: absolute;
  display: inline-block;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  line-height: 15px;
  color: #FFF;
  font-weight: 700;
  content: '✓';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 1025px) {
  .col--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .col--9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pc-sp-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}

@media screen and (max-width: 1024px) {
  .pc-sp-col2 {
    margin-bottom: -20px;
  }
}

.col__item {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .col__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .col--2 > .col__item {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .col--2 > .col__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .col--2-ma-r-l > .col__item {
    width: calc(50% - 45px);
    margin-right: 90px;
  }
}

@media screen and (min-width: 1025px) {
  .col--3 > .col__item {
    width: calc(33.3% - 30px);
    margin-right: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .col--3 > .col__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .col--2 > .col__item-one {
    width: 33.3%;
  }
}

@media screen and (min-width: 1025px) {
  .col--2 > .col__item-two {
    width: 66.6%;
  }
}

@media screen and (min-width: 1025px) {
  .col--3 > .col__item-margin-none {
    width: 33.3%;
  }
}

@media screen and (min-width: 1025px) {
  .col--4 > .col__item {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .col--4 > .col__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .col--3-pege-under-cont {
    padding: 30px;
  }
}

.col--3-pege-under-cont > .col__item {
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .col--3-pege-under-cont > .col__item {
    width: 271px;
    margin-right: calc(32 / 1920 * 100vw);
    margin-bottom: 0;
  }
}

.col--3-pege-under-cont > .col__item p {
  color: #222;
}

.col--5-slider .col__item-slider {
  width: 250px;
  margin-right: 20px;
}

@media screen and (min-width: 1025px) {
  .col--5-slider .col__item-slider {
    width: 370px;
    margin-right: 45px;
  }
}

#wrapper {
  width: 50%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-wrap {
    max-width: 100vw;
    margin: 0;
    padding: 13.33vw 5.33vw;
  }
  .content-wrap + .content-wrap {
    padding: 0 8vw 13.33vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-wrap {
    padding: 50px 20px;
  }
  .content-wrap + .content-wrap {
    padding: 0px 20px 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .content-wrap {
    max-width: calc(1200px + 4vw);
    margin: 0 auto;
    padding: 100px 2vw;
  }
  .content-wrap + .content-wrap:not(.content-wrap--02) {
    padding-bottom: 100px;
    padding-top: 0;
  }
  .content-wrap.size_l {
    max-width: calc(1264px + 4vw);
  }
}

.content-wrap.top-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrap.archive {
  padding-top: 45px;
}

@media print, screen and (min-width: 1024px) {
  .content-wrap.archive {
    padding-top: 70px;
  }
}

.inner-color {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.33vw 2.66vw;
  border: solid #daeada;
  border-width: 8vw 5.33vw;
}

@media screen and (min-width: 1025px) {
  .inner-color {
    padding: 70px 70px 80px;
    border-width: 80px;
  }
}

.inner-color.study-list {
  border-color: #EAE3DA;
}

.inner {
  background-color: #fff;
  padding: 5.33vw 2.66vw;
}

@media screen and (min-width: 1025px) {
  .inner {
    padding: 70px 70px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .content-width {
    max-width: 100vw;
    margin: 0;
    padding: 0 5.33vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-width {
    padding: 0px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .content-width {
    max-width: calc(1200px + 4vw);
    margin: 0 auto;
    padding: 0 2vw;
  }
  .content-width.size_l {
    max-width: calc(1264px + 4vw);
  }
}

.content-wrap-two {
  text-align: center;
  padding: 120px 100px;
}

@media screen and (max-width: 1024px) {
  .content-wrap-two {
    padding: 80px 5.33vw;
    max-width: 100vw;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-wrap-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.content-wrap-full {
  padding: 100px 2vw;
  text-align: center;
  padding-top: 230px;
  padding-bottom: 230px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .content-wrap-full {
    padding-top: 175px;
    padding-bottom: 175px;
    max-width: 100vw;
    margin: 0;
    padding: 13.33vw 5.33vw;
  }
}

@media screen and (max-width: 767px) {
  .content-wrap-full {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.content-wrap-full-small {
  padding: 100px 2vw;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  .content-wrap-full-small {
    padding-top: 125px;
    padding-bottom: 150px;
    max-width: 100vw;
    margin: 0;
    padding: 13.33vw 5.33vw;
  }
}

@media screen and (max-width: 767px) {
  .content-wrap-full-small {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}

.content-wrap__bg-img {
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.content-wrap__bg-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -9;
}

.content-wrap__bg-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.content-wrap__bg-img.bg-news::after {
  background: url(../images/single_bg.jpg) no-repeat center center/cover;
}

.content-wrap__bg-img.bg-company::after {
  background: url(../images/single_bg.jpg) no-repeat center center/cover;
}

.content-wrap__bg-img.bg-business::after {
  background: url(../images/single_bg.jpg) no-repeat center center/cover;
}

.content-wrap__bg-img.bg-products::after {
  background: url(../images/single_bg.jpg) no-repeat center center/cover;
}

.bg-img--hover:hover::before {
  background: rgba(0, 0, 0, 0.85);
}

.bg-img--white::before {
  background: #ffffffe9;
}

.bg-img--white::after {
  background: url(../images/single_bg.jpg) no-repeat center center/cover;
}

/* -------- */
/* .content-wrap.right_over */
/* -------- */
@media screen and (max-width: 767px) {
  .content-wrap .right_over {
    margin-right: -8vw;
  }
  .content-wrap .right_over .slick-dots {
    padding-right: 8vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .content-wrap .right_over {
    margin-right: -2vw;
  }
}

@media print, screen and (min-width: 1280px) {
  .content-wrap .right_over {
    margin-right: calc(-1 * (100vw - 1200px) / 2);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}

#drawer_wrap,
#drawer_wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .drawer_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -100%;
    margin: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .drawer_wrap {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .drawer_wrap {
    display: none;
  }
}

.drawer_wrap.drawer_open {
  -webkit-animation: drawer_wrap_fadein 0.3s forwards ease;
          animation: drawer_wrap_fadein 0.3s forwards ease;
}

@media screen and (max-width: 1024px) {
  .drawer_wrap.drawer_close {
    -webkit-animation: sp-drawer_wrap_fadeout 0.3s forwards ease;
            animation: sp-drawer_wrap_fadeout 0.3s forwards ease;
  }
}

@media print, screen and (min-width: 1024px) {
  .drawer_wrap.drawer_close {
    -webkit-animation: pc-drawer_wrap_fadeout 0.5s forwards ease;
            animation: pc-drawer_wrap_fadeout 0.5s forwards ease;
  }
}

@-webkit-keyframes sp-drawer_wrap_fadeout {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}

@keyframes sp-drawer_wrap_fadeout {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}

@-webkit-keyframes pc-drawer_wrap_fadeout {
  0% {
    right: 0;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@keyframes pc-drawer_wrap_fadeout {
  0% {
    right: 0;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    right: 0;
  }
  100% {
    right: -100%;
  }
}

@-webkit-keyframes drawer_wrap_fadein {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes drawer_wrap_fadein {
  0% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

#drawer_wrap.drawer_open #drawer {
  right: 0;
}

#drawer_wrap.drawer_open #drawer > * {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

@media screen and (max-width: 1024px) {
  #drawer_wrap.drawer_open #drawer {
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}

@media print, screen and (min-width: 1024px) {
  #drawer_wrap.drawer_open #drawer {
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-nav {
    padding: 70px 20px 60px 40px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .global-nav__item, .global-nav-sub-menu__li {
    margin-bottom: 10px;
  }
}

.footer {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background: #DEDEDE;
  text-align: center;
  padding: 30px 0;
}

.footer a {
  font-size: 12px;
  line-height: 18px;
  color: #616161;
}

.footer__sp {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background: #DEDEDE;
  text-align: center;
  padding: 30px 0;
}

.footer__sp a {
  font-size: 12px;
  line-height: 18px;
  color: #616161;
}

.footer__sp::before {
  content: "";
  background-image: url(../images/stripe.png);
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

footer nav a {
  color: #9E9E9E;
}

footer a {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  footer a:hover {
    color: #fff;
    opacity: 1;
  }
}

#footer_navi {
  margin-bottom: 55px;
}

#footer_navi li {
  margin: 0 25px;
}

.sns_list li {
  margin: 0 10px;
}

.sns_list li a {
  font-size: 30px;
  opacity: 0.5;
}

.menu-item-has-children > a {
  pointer-events: none;
}

.footer-nav02__item {
  padding-right: 30px;
}

.footer-nav02__item:last-child {
  padding-right: 0;
}

.footer__logo .logo__img {
  width: 301px;
}

@media screen and (max-width: 1024px) {
  .footer__logo .logo__img {
    width: 220px;
  }
}

.footer-sns-copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer-sns-copy-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.copy {
  text-align: center;
}

.copyright {
  text-align: right;
  display: block;
  font-family: "RobotoText", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5px;
  font-family: YakuHanMP, "游明朝", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, serif;
}

@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 12px;
  }
}

.page_top__wrapper {
  position: absolute;
  bottom: 150px;
  right: 50px;
}

.page_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #9E9E9E;
}

@media screen and (min-width: 1025px) {
  .page_top:hover {
    color: #000000;
    opacity: 1;
  }
  .page_top:hover::before {
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .page_top {
    font-size: 0.875rem;
  }
}

header, .drawer_wrap {
  background: #fff;
}

header a, .drawer_wrap a {
  color: #222;
}

@media screen and (min-width: 1025px) {
  header ul > li:hover > a, .drawer_wrap ul > li:hover > a {
    opacity: 0.5;
  }
  header ul > li > ul, .drawer_wrap ul > li > ul {
    background: rgba(34, 34, 34, 0.5);
  }
  header ul > li > ul > li:hover > a, .drawer_wrap ul > li > ul > li:hover > a {
    background: #66bb6a82;
  }
}

.header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  padding: 13px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 15px #0000000D;
          box-shadow: 0px 5px 15px #0000000D;
  position: relative;
}

.header h1 {
  color: #00A82D;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.header #header_right {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header #header_right .user_name {
  color: #707070;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}

.header #header_right .logout_btn {
  width: 60px;
  height: 70px;
  cursor: pointer;
  position: relative;
  background-color: #B9B9B9;
  -webkit-transition: .3s;
  transition: .3s;
}

.header #header_right .logout_btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.header #header_right .logout_btn:hover {
  background-color: #d8d7d7;
}

.header #header_right .logout_btn::before {
  content: "";
  width: 28px;
  height: 30px;
  background-image: url(../images/logout.svg);
  position: absolute;
  top: 23px;
  left: 59%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  pointer-events: none;
}

.sv {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .sv {
    height: 250px;
  }
}

.sv__title-wrap {
  width: 600px;
  height: 221px;
  margin-bottom: -50px;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .sv__title-wrap {
    width: calc(100% - 10.66vw);
    margin-left: 5.33vw;
    margin-right: 5.33vw;
    height: 131px;
    margin-bottom: -30px;
  }
}

.sv__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: -5px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sv__title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .sv__title {
    line-height: 1.2;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .sv__title {
    font-size: 1.5rem;
  }
}

.sv__sub-title {
  font-size: 0.875rem;
  font-family: "RobotoText", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sv__sub-title {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 320px) {
  .sv__sub-title {
    margin-left: 10px;
  }
}

.sv__img-wrap {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
}

.sv__img-wrap > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}

.sv-none {
  padding-top: calc(150px + 104px);
  padding-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sv-none {
    padding-top: calc(75px + 60px);
    padding-bottom: 35px;
  }
}

.sv--img-none {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sv--img-none .sv__title-wrap {
  background: none;
}

.sv--img-none .sv__img-wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #000000), to(#696969));
  background: linear-gradient(90deg, #000000 40%, #696969 100%);
}

.sv--img-none .sv__img-wrap img {
  display: none;
}

.js-accordion-content {
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.js-accordion-content.is-open {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.js-accordion-content.is-close {
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.js-fade-in01 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: 1s;
  transition: 1s;
}

.js-fade-in01.right-in {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.js-fade-in01.shift {
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.js-fade-in01.shift02 {
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
}

.js-fade-in01.slow {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.js-fade-in01.slow02 {
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.js-fade-in01.clip-path-none {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
  clip-path: none;
}

.js-fade-in01.first {
  -webkit-transition: 1s;
  transition: 1s;
}

.js-fade-in01.fade-in-after {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  text-decoration: none;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.js-fade-in01.fade-in-after.clip-path-none {
  clip-path: none;
}

.js-fade-in02 {
  -webkit-transition: 0.8s 0s;
  transition: 0.8s 0s;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.js-fade-in02.shift {
  -webkit-transition: 1.5s 0.3s;
  transition: 1.5s 0.3s;
}

.js-fade-in02.shift02 {
  -webkit-transition: 1.5s 0.6s;
  transition: 1.5s 0.6s;
}

.js-fade-in02.fade-in-after {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-fade-in02.filter-blur.fade-in-after {
  -webkit-animation: fade-in-filter-blur 2s 0.5s both;
          animation: fade-in-filter-blur 2s 0.5s both;
}

@-webkit-keyframes fade-in-filter-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fade-in-filter-blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.js-fade-in03 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.js-fade-in03.shift {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.js-fade-in03.fade-in-after {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.js-block-in__wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-block-in {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 1s 0s;
  transition: 1s 0s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.js-block-in.fade-in-after {
  opacity: 1;
  clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
}

.js-block-in::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #000000), to(#696969));
  background-image: linear-gradient(90deg, #000000 40%, #696969 100%);
  opacity: 1;
  z-index: 10;
}

.js-block-in.fade-in-after::after {
  height: 100%;
  -webkit-animation: block-on .8s 0s both;
          animation: block-on .8s 0s both;
  opacity: 1;
}

@-webkit-keyframes block-on {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  40% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes block-on {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  40% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.js-block-in.js-block-in--gradation.fade-in-after::after {
  -webkit-animation: block-on--gradation 1.6s 0s both;
          animation: block-on--gradation 1.6s 0s both;
  overflow: hidden;
}

.button-wrap-center.fade-in-after::after {
  border-radius: 30px;
}

@-webkit-keyframes block-on--gradation {
  0% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes block-on--gradation {
  0% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.js-fade-color-on {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.js-fade-color-on.fade-in-after {
  -webkit-animation: color-on 1s 1s both;
          animation: color-on 1s 1s both;
}

@-webkit-keyframes color-on {
  0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

@keyframes color-on {
  0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.access-fade-in {
  -webkit-animation: access-fade-in 1.5s cubic-bezier(0.7, 0, 0.84, 0) both;
          animation: access-fade-in 1.5s cubic-bezier(0.7, 0, 0.84, 0) both;
}

.access-fade-in.sift {
  -webkit-animation: access-fade-in 1.5s 0.5s cubic-bezier(0.7, 0, 0.84, 0) both;
          animation: access-fade-in 1.5s 0.5s cubic-bezier(0.7, 0, 0.84, 0) both;
}

@-webkit-keyframes access-fade-in {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 125%, 0% 125%);
  }
  90% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 125%, 0% 125%);
  }
}

@keyframes access-fade-in {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 125%, 0% 125%);
  }
  90% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 125%, 0% 125%);
  }
}

.access-block-in {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: access-block-in .8s 0s both;
          animation: access-block-in .8s 0s both;
}

.access-block-in.first-time {
  -webkit-animation: access-block-in .8s 3.5s both;
          animation: access-block-in .8s 3.5s both;
}

.mv-sv__title.access-block-in:after {
  -webkit-animation: access-block-in .8s 1.8s both;
          animation: access-block-in .8s 1.8s both;
}

.mv-sv__title.access-block-in.first-time:after {
  -webkit-animation: access-block-in .8s 5.4s both;
          animation: access-block-in .8s 5.4s both;
}

.sv .access-block-in {
  width: 600px;
  -webkit-animation: access-block-in .8s .5s both;
          animation: access-block-in .8s .5s both;
}

@media screen and (max-width: 1024px) {
  .sv .access-block-in {
    width: calc(100% - 10.66vw);
  }
}

@-webkit-keyframes access-block-in {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes access-block-in {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.access-block-in::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #66BB6A), color-stop(90%, #E4E45B));
  background-image: linear-gradient(90deg, #66BB6A 15%, #E4E45B 90%);
  z-index: 10;
  -webkit-animation: access-block-in-before 1.7s 0s both;
          animation: access-block-in-before 1.7s 0s both;
}

.access-block-in.first-time::before {
  -webkit-animation: access-block-in-before 1.7s 3.5s both;
          animation: access-block-in-before 1.7s 3.5s both;
}

.sv .access-block-in::before {
  -webkit-animation: access-block-in-before 1.2s .50s both;
          animation: access-block-in-before 1.2s .50s both;
}

@-webkit-keyframes access-block-in-before {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes access-block-in-before {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 -10%, 100% -10%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.accordion-button {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  padding: 0.5rem;
  margin-top: 30px;
}

.accordion-button::before {
  content: "+";
  display: inline-block;
  font-size: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .accordion-button::before {
    font-size: 12px;
  }
}

.accordion-button.isOpen::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-accordion-content {
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.js-accordion-content.is-open {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.js-accordion-content.is-close {
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.button-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.button-wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button-wrap-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .button-wrap-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.button-basic > a,
.button-contact > a,
.button-basic > span,
.button-basic > input {
  display: inline-block;
  padding: 5px 2.8em 5px 2.8em;
  color: currentColor;
  width: 100%;
  height: 100%;
}

.button-basic {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #c5c5c5;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .button-basic {
    width: 280px;
    background: #000000;
  }
}

.button-basic::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 30px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.button-basic::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 30px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button-contact > a {
  padding: 10px 2.8em 10px 2.8em;
  font-size: 18px;
}

.button-contact {
  border: 1px solid #000;
  width: 500px;
  max-width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-contact:hover {
  color: #fff;
}

.button-contact:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #000000), to(#696969));
  background: linear-gradient(90deg, #000000 40%, #696969 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.button-contact:hover:after {
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0% 101%);
}

.button-contact > a::before {
  content: url(../images/icon/arrow_black.svg);
  display: inline-block;
  padding-right: 30px;
}

.button-contact > a:hover:before {
  content: url(../images/icon/arrow_white.svg);
}

.button--border-bottom {
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  line-height: 1;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .button--border-bottom.fz-small {
    font-size: 13px;
    color: #000000;
  }
}

@media screen and (min-width: 1025px) {
  .button--border-bottom.fz-small {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .global-child-nav__item::after {
    display: none;
  }
}

.content-wrap-full:hover * {
  opacity: 1;
}

.content-wrap-full:hover * {
  opacity: 1;
}

.content-wrap-full:hover .button-basic {
  border: 1px solid transparent;
}

.content-wrap-full:hover .button-basic::before,
.content-wrap-full:hover .button-basic::after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.button-basic--submit {
  background: #000;
}

.button-basic--submit::before {
  display: none;
}

.button-basic--submit:hover {
  opacity: 0.7;
}

.button-basic--submit.pointer_none {
  background: #D1D1D1;
}

.button-basic--return {
  background: #fff;
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
}

.button-basic--return::before {
  display: none;
}

.button-basic--return::after {
  background: url(../images/icon/arrow_gray.svg) no-repeat;
}

.button-basic--return:hover {
  border: 1px solid #000;
}

#entry .entry-display-none {
  display: none;
}

.card__img-wrapper {
  height: 300px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .card__img-wrapper {
    height: 375px;
  }
}

@media screen and (max-width: 767px) {
  .card__img-wrapper {
    height: 173px;
  }
}

.card__img-wrapper.card__img-wrapper--border {
  height: 270px;
}

@media screen and (max-width: 1024px) {
  .card__img-wrapper.card__img-wrapper--border {
    height: 235px;
  }
}

.card__img-wrapper--border::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #8e8e8e;
}

.card__body {
  padding-top: 30px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .card__body {
    padding-top: 20px;
    margin-bottom: 35px;
  }
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__title {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .card__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.card__title-sub {
  white-space: nowrap;
}

.card__title-sub::after {
  content: '|';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.card__link {
  margin-left: 1rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .card__link {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.long-card__img-wrapper {
  height: 370px;
}

@media screen and (max-width: 1024px) {
  .long-card__img-wrapper {
    height: 335px;
  }
}

.long-card__body {
  position: relative;
  width: calc(100% - 30px);
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .long-card__body {
    padding: 25px 20px;
  }
}

.category-card {
  min-height: 420px;
  background: #fff;
}

.ds-block {
  display: block;
}

.category-card__body {
  position: relative;
  background: #fff;
}

.category-card__body__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 20px;
}

.category-card__title {
  padding: 0 25px 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .category-card__title {
    padding: 0 20px 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .category-card__title {
    font-size: 18px;
  }
}

.category-card_tag {
  background: #fff;
  padding: 0 25px;
}

@media screen and (max-width: 1024px) {
  .category-card_tag {
    padding: 0 20px;
  }
}

.category-card__img-wrapper {
  height: 250px;
}

@media screen and (max-width: 1024px) {
  .category-card__img-wrapper {
    height: 335px;
  }
}

figure.category-card__img-wrapper {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .col .col--5-slider .long-card__img-wrapper {
    height: 250px;
  }
}

.card__number {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "RobotoText", sans-serif;
}

.card--img-none .card__body {
  padding: 50px 30px;
  background: #EEEEEE;
}

@media screen and (max-width: 1024px) {
  .card--img-none .card__body {
    padding: 30px;
  }
}

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .company-list {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 1024px) {
  .company-list {
    display: block;
    margin-bottom: -30px;
  }
}

.company-list__child {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 50px;
}

.company-list__child:nth-child(2) {
  margin-right: 65px;
}

.company-list__child:nth-child(odd) {
  margin-right: 65px;
}

@media screen and (max-width: 1024px) {
  .company-list__child {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

#company .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company .company-list:nth-child(2) {
  margin-right: 0px;
}

@media screen and (min-width: 1025px) {
  #company .company-list {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 1024px) {
  #company .company-list {
    display: block;
    margin-bottom: -30px;
  }
}

#company .company-list__child {
  width: 47.16%;
  margin-bottom: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#company .company-list__child:nth-child(2) {
  margin-right: 0px;
}

#company .company-list__child:nth-child(odd) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #company .company-list__child {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

#president .company-list__child:nth-child(1) {
  display: none;
}

#overview .company-list__child:nth-child(2) {
  display: none;
}

#organization .company-list__child:nth-child(3) {
  display: none;
}

#history .company-list__child:nth-child(4) {
  display: none;
}

.company-list__link {
  height: 260px;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.company-list__link::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 2;
  background: url(../images/icon/arrow_white.svg) no-repeat center center;
}

.company-list__link::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #222;
}

@media screen and (min-width: 1025px) {
  .company-list__link:hover::after {
    background: #000000;
  }
  .company-list__link:hover .company-list__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}

.company-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 33%;
     object-position: 10% 33%;
}

.company-list__child:first-child .company-list__img {
  -o-object-position: 10% 22%;
     object-position: 10% 22%;
}

.company-list__title {
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0px 5px;
}

@media screen and (max-width: 1024px) {
  .company-list__title {
    font-size: 20px;
  }
}

.content-full {
  position: relative;
  z-index: -3;
}

@media screen and (min-width: 1025px) {
  .content-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.content-full__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  padding: 90px 0px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .content-full__child {
    min-height: 500px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 100px;
  }
  .content-full__child:nth-of-type(2) {
    background: url(../images/home/service02.jpg) no-repeat center center/cover;
  }
}

.content-full__child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#29299E), to(#6B6B6B)) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #29299E 0%, #6B6B6B 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: -1;
}

.content-full__child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/recruit.jpg) no-repeat center center/cover;
  z-index: -2;
}

.content-full__child:nth-child(2)::after {
  background: url(../images/home/contact.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1025px) {
  .content-full__child:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes content-full-fade-in-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content-full-fade-in-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.content-full__title {
  font-size: 26px;
  letter-spacing: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .content-full__title {
    font-size: 24px;
    letter-spacing: 1.1;
  }
}

.content-full__text {
  display: none;
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .content-full__text {
    display: block;
    margin-top: 50px;
    color: #fff;
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .hover-anime01 {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .content-full__child:hover .hover-anime01 {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.content-full02__child {
  position: relative;
  padding: 30px 0px;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .content-full02__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    min-height: 500px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 100px;
  }
}

.content-full02__child:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(135deg, #29299ee1 0%, #1495ebe9 100%) 0% 0% no-repeat padding-box;
  background: #193051;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .content-full02__child:before {
    opacity: 0.6;
  }
}

.content-full02__child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../images/business-content/service01.jpg) no-repeat center center/cover;
}

.content-full02__child.two:after {
  background: url(../images/business-content/service02.jpg) no-repeat center center/cover;
}

.content-full02__child.three:after {
  background: url(../images/business-content/service03.jpg) no-repeat center center/cover;
}

.content-full02__child.four:after {
  background: url(../images/business-content/service04.jpg) no-repeat center center/cover;
}

.content-full02__child.five:after {
  background: url(../images/business-content/service05.jpg) no-repeat center center/cover;
}

.content-full02__title {
  color: #000000;
  font-size: 32px;
  letter-spacing: 1.3;
  font-weight: bold;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: white;
  line-height: 1.7;
}

@media screen and (min-width: 1025px) {
  .content-full02__title {
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1024px) {
  .content-full02__title {
    background: none;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.1;
  }
}

.content-full02__text {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .content-full02__text {
    display: block;
    margin-top: 100px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (max-width: 1024px) {
  .content-full02__text {
    padding: 20px 20px 0;
  }
}

.content-full02__text span {
  display: inline-block;
  padding: 0 0.6rem;
  margin-left: 1rem;
}

@media screen and (min-width: 1025px) {
  .content-full02__child:hover::before {
    opacity: 0.7;
  }
  .content-full02__child:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .content-full02__child:hover .content-full02__title {
    color: #fff;
    top: 130px;
    background: none;
  }
  .content-full02__child:hover .content-full02__text {
    opacity: 1;
  }
}

.content-full02__child::before {
  opacity: 0.4;
}

@media screen and (max-width: 1024px) {
  .content-full02__child::before {
    opacity: 0.7;
  }
}

.content-full02__child:hover::before {
  opacity: 0.7;
}

.content-full02__child .content-full02__title {
  background: none;
  color: #fff;
}

.cta-area {
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .cta-area {
    padding-bottom: 30px;
  }
}

.cta-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid #000000;
  border-top: none;
}

.cta-area__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 24px;
}

.cta-area__title-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.cta-area__title-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  border: 1px solid #000000;
  border-bottom: none;
  z-index: -1;
}

.cta-area__title {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cta-area__title {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .cta-area--question .cta-area__title {
    padding-left: 80px;
  }
}

.cta-area--question .cta-area__title::before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 60px;
  font-weight: 500;
  font-family: "RobotoText", sans-serif;
  color: #000000;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .cta-area--question .cta-area__title::before {
    position: static;
    display: block;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    font-size: 46px;
    margin-top: 10px;
  }
}

.cta-area__body {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .cta-area__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fixed-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.fixed-img.hide {
  opacity: 0;
}

.fixed-img::before {
  content: '';
  position: fixed;
  display: inline-block;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../images/company/map02.svg);
  background-size: cover;
  z-index: -20;
  height: 819px;
  width: 854px;
}

@media screen and (max-width: 1400px) {
  .fixed-img::before {
    height: 700px;
    width: 700px;
  }
}

@media screen and (max-width: 1024px) {
  .fixed-img::before {
    top: 30%;
    width: 100vw;
    -webkit-transform: translateY(-4%) scale(0.7);
            transform: translateY(-4%) scale(0.7);
    height: 740px;
    right: -6%;
  }
}

@media screen and (max-width: 767px) {
  .fixed-img::before {
    top: 38%;
    width: 100vw;
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
    height: 400px;
    right: -2%;
    -webkit-transform: translateY(-4%) scale(1);
            transform: translateY(-4%) scale(1);
  }
}

@media screen and (min-width: 1025px) {
  .flex-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flex-child:nth-child(2) {
    margin-left: 100px;
  }
}

.flex-child02__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 10.4166vw;
  margin-top: 20px;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .flex-child02__wrap {
    display: block;
    padding: 50px 5.33vw 50px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .flex-child02__wrap {
    padding: 30px 5.33vw;
    margin-bottom: 40px;
  }
}

.flex-child02__wrap:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background: #333333;
  z-index: -21;
}

.flex-child02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-child-half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .flex-child-half {
    margin-top: 50px;
  }
  .flex-child-half:first-child {
    margin-right: 66px;
  }
}

.hover-gradient:not(.button-basic--submit) {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  .hover-gradient:not(.button-basic--submit)::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #000000), to(#696969));
    background-image: linear-gradient(90deg, #000000 40%, #696969 100%);
  }
  .hover-gradient:not(.button-basic--submit):hover {
    background: none;
  }
}

@media screen and (min-width: 1025px) {
  .hover-gradient > a,
  .hover-gradient > input:not(.button-basic--submit > input) {
    background-color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .hover-gradient > a:hover,
  .hover-gradient > input :hover {
    background: none;
    opacity: 1;
  }
}

#confirm .hover-gradient > input:hover {
  background: none;
}

.list__item {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .list__item {
    margin-bottom: .5rem;
  }
}

.list__item:last-child {
  margin-bottom: 0;
}

.list__link,
.border-list__link {
  color: #222;
}

@media screen and (min-width: 1025px) {
  .list__link,
  .border-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list__link > time,
.border-list__link > time {
  color: #9E9E9E;
}

@media screen and (min-width: 1025px) {
  .list__link:hover,
  .border-list__link:hover {
    color: #000000;
    opacity: 1;
  }
  .list__link:hover > time,
  .border-list__link:hover > time {
    opacity: 0.7;
  }
}

.list__time-small {
  line-height: 2.285714;
  font-size: 14px;
  font-family: "RobotoText", sans-serif;
}

.category-list__time-small {
  color: #9E9E9E;
  font-size: 14px;
  display: block;
}

.border-list__item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
}

.border-list__item:last-child {
  margin-bottom: 0;
}

.border-top-bottom-list__item {
  border: solid #9E9E9E;
  border-width: 1px 0;
}

@media screen and (max-width: 1024px) {
  .border-top-bottom-list__item {
    padding: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .border-top-bottom-list__item {
    padding: 20px;
  }
}

.sub-nav__wrapper {
  position: relative;
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .sub-nav__wrapper {
    max-width: calc(1200px + 4vw);
    margin: 0 auto;
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: -65px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .sub-nav__wrapper {
    overflow-x: auto;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .sub-nav__wrapper {
    margin-bottom: -100px;
  }
}

@media screen and (min-width: 1601px) {
  .sub-nav {
    position: absolute;
    width: calc(198 / 1920 * 100vw);
    top: 150px;
    left: calc(40 / 1920 * 100%);
    background: #fff;
  }
}

@media screen and (max-width: 1600px) {
  .sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sub-nav {
    display: block;
  }
}

.sub-nav__border-left .border-list__item {
  padding-bottom: 3px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1601px) {
  .sub-nav__border-left .border-list__item {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .sub-nav__border-left .border-list__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sub-nav__border-left .border-list__item {
    margin-right: 0;
  }
}

.sub-nav__border-left .border-list__link {
  color: #222;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1600px) {
  .sub-nav__border-left .border-list__link {
    white-space: nowrap;
    min-width: 174px;
    padding-right: 10px;
  }
}

.sub-nav__border-left .border-list__link:after {
  content: url(../images/icon/arrow_small.svg);
  display: inline-block;
  margin-left: 10px;
}

.category-list-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .category-list-all {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .category-list-all:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background: #f5f5f5;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    z-index: -1;
  }
}

.category-list-all__item {
  white-space: nowrap;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 768px) {
  .category-list-all__item {
    width: calc(100% / 6);
  }
}

@media screen and (min-width: 768px) {
  .category-list-all__item + .category-list-all__item {
    margin-left: 7px;
  }
}

.category-list-all__item:not(.current) {
  -ms-flex-item-align: end;
      align-self: end;
}

.category-list-all__item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 10px;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .category-list-all__item > a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .category-list-all__item > a {
    border: 1px solid;
    border-bottom: none;
  }
}

.category-list-all__item > a:not(.current) {
  background-color: #D1D1D1;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .menu-item-341 a,
  .menu-item-344 a {
    min-width: 100px;
  }
}

/*************************
 * 最新情報一覧のカテゴリーのタブ設定* // suzuki 追加
 *************************/
.category-label.lecture {
  background-color: #FFF85E;
  color: #222;
}

.category-label.report {
  background-color: #bb6c66;
  color: #fff;
}

.category-label.notice {
  background-color: #5693F6;
  color: #fff;
}

.category-label.made {
  background-color: #216CA6;
  color: #fff;
}

.category-label.event {
  background-color: #D1D1D1;
  color: #FFFCB4;
}

.category-label.study {
  background-color: #66BB6A;
  color: #fff;
}

.category-label.category-label--top {
  padding: 1px 10px 2px 10px;
  border-radius: 0;
  margin-left: 20px;
  width: 144px;
  font-size: 13px;
  text-align: left;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .category-label.category-label--top {
    display: inline-block;
  }
}

.category-label.category-label--single {
  width: 200px;
  border-radius: 0;
}

.news-list .news-list a {
  display: inline-block;
  background-color: #f5f5f5;
  color: #000000;
}

@media screen and (min-width: 1025px) {
  .news-list .news-list a {
    height: 60px;
  }
}

.category-list-all__item a[aria-current="page"] {
  display: inline-block;
  background-color: #f5f5f5;
  color: #000000;
}

@media screen and (min-width: 1025px) {
  .category-list-all__item a[aria-current="page"] {
    height: 60px;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list__item {
  margin-right: 1rem;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .category-list__item {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .category-list__item {
    margin-bottom: 15px;
  }
}

.category-list__item.small {
  margin: 0;
  margin-top: 0.5em;
  margin-right: 1rem;
  padding: 5px;
  line-height: 1;
}

.category-list__link {
  color: #9E9E9E;
}

.category-label {
  display: block;
  width: 32%;
  padding: 0.5em 0;
  border-radius: 0 0 15px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .category-label {
    width: 35.8%;
  }
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #707070;
  margin-bottom: -1rem;
}

.tag-list > a {
  display: none;
}

.tag-list__item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .tag-list__item {
    margin-right: 0.5rem;
  }
}

.tag-list__link,
.tag-list__item a {
  border: 2px solid #D1D1D1;
  display: inline-block;
  padding: 5px 1rem;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .tag-list__link,
  .tag-list__item a {
    padding: 5px 0.8rem;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.post-list {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.post-list__li {
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.post-list__li:first-child {
  border-top: 1px solid #EEEEEE;
}

@media screen and (max-width: 1024px) {
  .post-list__li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.post-list__a {
  color: #222;
}

.post-list__time {
  font-size: 1rem;
  color: #EEEEEE;
  margin: 0 50px;
}

@media screen and (max-width: 1024px) {
  .post-list__time {
    margin: 0 10px;
    font-size: 0.85714rem;
  }
}

@media screen and (max-width: 1024px) {
  .post-list__title {
    margin: 0 10px;
  }
}

.post-list__a {
  padding-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .post-list__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.post-list__a.news {
  padding-bottom: 20px;
  margin-top: 20px;
}

.post-list__time.news {
  color: #222;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .post-list__time.news {
    width: 200px;
    margin: 0;
    font-size: 18px;
  }
}

.post-list:hover li {
  opacity: 0.5;
}

.post-list li:hover {
  opacity: 1;
}

.list-big__text {
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

@media screen and (min-width: 1025px) {
  .list-big__text {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

.list-big__text:before {
  content: '●';
  padding-top: 8px;
  color: #5AB4EB;
  display: inline-block;
  padding-right: 16px;
  font-size: 8px;
}

@media screen and (min-width: 1025px) {
  .list-big__text:before {
    padding-top: 18px;
  }
}

.breadcrumb__list:nth-child(n + 2) {
  margin-left: 10px;
}

.breadcrumb__list:nth-child(n + 2)::before {
  content: '>';
  padding-right: 10px;
}

.breadcrumb__list.last {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb__list.last {
    margin-left: 0px;
  }
}

.breadcrumb__link {
  color: #222;
}

.privacy-ul li {
  padding-left: 20px;
  position: relative;
}

.privacy-ul li::before {
  position: absolute;
  top: -38px;
  left: 0px;
  content: '.';
  color: #000000;
  font-size: 40px;
}

.privacy-ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.privacy-ol li::before {
  padding-right: 1rem;
  content: '1.';
}

.privacy-ol li:nth-child(2):before {
  padding-right: 1rem;
  content: '2.';
}

.privacy-ol li:nth-child(3):before {
  padding-right: 1rem;
  content: '3.';
}

.privacy-ol li:nth-child(4):before {
  padding-right: 1rem;
  content: '4.';
}

.privacy-ol li:nth-child(5):before {
  padding-right: 1rem;
  content: '5.';
}

.main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mv-sv__title {
  font-size: 3.6vw;
  letter-spacing: 2.5;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  font-family: YakuHanMP, "游明朝", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, serif;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .mv-sv__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mv-sv__title {
    margin-bottom: 0.5rem;
    font-size: 40px;
    letter-spacing: 1.5;
  }
  .mv-sv__title.font-s {
    font-size: 26px;
  }
}

.mv-sv__title::before {
  content: '。';
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: -70px;
}

.mv-sv__title::after {
  content: url(../images/icon/arrow_white.svg);
  position: absolute;
  display: inline-block;
  bottom: 1.5rem;
  padding-left: 10px;
}

.mv-sv__sub-title {
  font-weight: bold;
  font-family: "RobotoText", sans-serif;
}

@media screen and (max-width: 1024px) {
  .mv-sv__sub-title {
    font-size: 10px;
    letter-spacing: 0.6;
  }
}

@media screen and (min-width: 1025px) {
  .messege {
    width: 58.95%;
  }
}

.messege__text02 {
  font-size: 1.8rem;
  margin-bottom: 50px;
  font-family: "NotoSerifJP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 10px;
}

@media screen and (max-width: 1024px) {
  .messege__text02 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .messege__text02 {
    font-size: 1rem;
  }
}

.messege__img-wrap {
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .messege__img-wrap {
    margin-top: 0;
    width: 31.44%;
  }
}

.messege-company {
  position: relative;
  padding: 100px 0 100px;
}

@media screen and (max-width: 1024px) {
  .messege-company {
    padding: 50px 0 50px;
  }
}

.messege-company::after {
  content: 'MANAGEMENT PHILOSOPHY';
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: -1;
  font-size: 200px;
  top: -0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.2;
  font-family: "RobotoText", sans-serif;
  font-weight: 500;
  opacity: 0.2;
  color: #000000;
  color: #d0d0d0;
}

@media screen and (max-width: 1024px) {
  .messege-company::after {
    top: 50%;
    font-size: 100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .messege-company::after {
    top: 50%;
    line-height: 1.6;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1025px) {
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.media__img-wrapper {
  height: 300px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
  .media__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    height: 500px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .media__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc(100 / 1200 * 100%);
  }
}

.media__title {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .media__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.media--reverse .media__body {
  text-align: left;
  margin-left: 0;
}

@media screen and (min-width: 1025px) {
  .media--reverse .media__body {
    margin-right: calc(100 / 1200 * 100%);
  }
}

.media--bg-transparent {
  padding: 50px 0 50px 100px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .media--bg-transparent {
    padding: 5.33vw;
  }
}

.media--bg-transparent:last-child {
  margin-bottom: 0;
}

.media--bg-transparent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 89%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .media--bg-transparent::before {
    width: 100%;
  }
}

.media__img-wrapper--size-s {
  width: 410px;
  height: 350px;
  -webkit-box-shadow: 5px 5px 10px rgba(85, 85, 85, 0.533);
          box-shadow: 5px 5px 10px rgba(85, 85, 85, 0.533);
}

@media screen and (max-width: 1024px) {
  .media__img-wrapper--size-s {
    width: calc(100% + 10.66vw);
    height: 280px;
  }
}

.media-img-none {
  padding: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .media-img-none {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.media-img-none:last-of-type {
  margin-bottom: 0;
}

.media-img-none__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .media-img-none__title {
    width: 100%;
    padding: 1rem;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .media-img-none__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc(50 / (1200 - 100) * 100%);
  }
}

.media-img-none__title-sub {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 1.25rem;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #EEEEEE;
}

@media screen and (max-width: 1024px) {
  .media-img-none__title-sub {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .media-img-none__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .media-img-none__list li {
    margin-right: 50px;
  }
}

.media-multi {
  background-color: #EEEEEE;
  width: calc(50% - 10px);
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 1025px) {
  .media-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin-right: 40px;
    padding: 30px;
    margin-bottom: 30px;
  }
}

.media-multi:nth-of-type(2n) {
  margin-right: 0;
}

.media-multi__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 162px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .media-multi__img-wrapper {
    height: 73px;
    margin-bottom: 10px;
  }
}

.media-multi__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(30 / 580 * 100%);
}

@media screen and (max-width: 1024px) {
  .media-multi__body {
    margin-left: calc(20 / 375 / 2 * 100%);
  }
}

.media-multi__title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .media-multi__title {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.paging {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .paging {
    padding-top: 30px;
  }
}

.paging .current {
  color: #fff;
  background-color: #000000;
}

.paging__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers {
  width: 34px;
  height: 34px;
  margin: 0 5px;
  border: 1px solid #D1D1D1;
  background-color: #fff;
  color: #D1D1D1;
  font-family: "RobotoText", sans-serif;
  font-weight: 500;
  font-size: 17.5px;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #000000;
    opacity: 1;
  }
}

.page-numbers.prev, .page-numbers.next {
  background-color: transparent;
}

@media screen and (min-width: 1025px) {
  .page-numbers.prev:hover, .page-numbers.next:hover {
    color: #fff;
    background-color: #000000;
    opacity: 1;
  }
}

.page-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #D1D1D1;
  font-family: "RobotoText", sans-serif;
  font-weight: 500;
  width: 34px;
  height: 34px;
  border: 1px solid #D1D1D1;
  margin: 0 5px;
  font-size: 17.5px;
}

@media screen and (max-width: 767px) {
  .page-dot {
    width: 15px;
    height: 30px;
    margin: 0;
    border: none;
  }
}

.page-numbers.dots {
  width: 15px;
  height: 30px;
  margin: 0;
  border: none;
  background: none;
}

.next.page-numbers,
.prev.page-numbers {
  border: none;
}

@media screen and (max-width: 767px) {
  .next.page-numbers,
  .prev.page-numbers {
    margin: 0;
    font-size: 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .page-numbers--next:hover .page-numbers__arrow,
  .page-numbers--prev:hover .page-numbers__arrow {
    background-image: url(../images/icon/arrow.svg);
  }
}

.page-numbers__inner--left {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.page-numbers__arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-numbers__arrow-wrap {
    line-height: 30px;
  }
}

.page-numbers__arrow {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../images/icon_arrow.svg);
  background-position: right;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.page-link-text {
  margin: 0 30px;
  color: #000000;
}

.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-link__fb::after, .sns-link__tw::after, .sns-link__ig::after, .sns-link__li::after {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  display: inline-block;
  margin-right: 30px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .sns-link__fb::after, .sns-link__tw::after, .sns-link__ig::after, .sns-link__li::after {
    margin-right: 20px;
  }
}

.sns-link__fb::after {
  content: "\f39e";
}

.sns-link__tw::after {
  content: "\f099";
}

.sns-link__ig::after {
  content: "\f16d";
}

.sns-link__li::after {
  content: "\f3c0";
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  footer .sns-link__fb::after, footer .sns-link__tw::after, footer .sns-link__ig::after, footer .sns-link__li::after {
    font-size: 26px;
  }
}

@media screen and (min-width: 1025px) {
  #sp_footer_fix ul {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #sp_footer_fix ul {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 150;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    font-size: 12px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding-right: 25vw;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  #sp_footer_fix ul.hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #sp_footer_fix ul li {
    width: 25vw;
    position: relative;
  }
  #sp_footer_fix ul a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.125rem;
    color: #222;
    font-weight: 500;
  }
  #sp_footer_fix ul #sp_f_f__home,
  #sp_footer_fix ul #sp_f_f__recruit,
  #sp_footer_fix ul #sp_f_f__info,
  #sp_footer_fix ul #sp_f_f__access,
  #sp_footer_fix ul #sp_f_f__mail {
    background: #f5f5f5;
  }
  #sp_footer_fix ul #sp_f_f__home a::before,
  #sp_footer_fix ul #sp_f_f__recruit a::before,
  #sp_footer_fix ul #sp_f_f__info a::before,
  #sp_footer_fix ul #sp_f_f__access a::before,
  #sp_footer_fix ul #sp_f_f__mail a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    margin-bottom: 2px;
  }
  #sp_footer_fix ul #sp_f_f__home a::before {
    background-image: url(../images/icon_home.svg);
  }
  #sp_footer_fix ul #sp_f_f__recruit a::before {
    background-image: url(../images/icon_human2.svg);
  }
  #sp_footer_fix ul #sp_f_f__mail a::before {
    background-image: url(../images/icon_mail.svg);
  }
  #sp_footer_fix ul #sp_f_f__info a::before {
    background-image: url(../images/icon/info_black.svg);
  }
  #sp_footer_fix ul #sp_f_f__access a::before {
    background-image: url(../images/icon/room.svg);
  }
}

/* ----------- */
/* #burger_btn */
/* ----------- */
@media screen and (max-width: 1024px) {
  .burger_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 50px;
    -webkit-transition: background 200ms;
    transition: background 200ms;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    /* cursor:pointer; */
    z-index: 150;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    font-weight: normal;
  }
  .burger_btn.hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .burger_btn::after {
    display: block;
  }
  .burger_btn.open_menu {
    position: fixed;
    opacity: 1;
  }
  .burger_btn.open_menu .btn_mark {
    background: transparent;
  }
  .burger_btn.drawer_open_btn .open_text {
    opacity: 1;
    display: inline-block;
    line-height: 1.125rem;
    font-weight: 500;
  }
  .burger_btn.drawer_open_btn .close_text {
    opacity: 0;
    display: none;
    line-height: 1.125rem;
  }
  .burger_btn.drawer_close_btn {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .burger_btn.drawer_close_btn .btn_mark span {
    opacity: 0;
  }
  .burger_btn.drawer_close_btn .btn_mark::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .burger_btn.drawer_close_btn .btn_mark::after {
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .burger_btn.drawer_close_btn .open_text {
    opacity: 0;
    display: none;
  }
  .burger_btn.drawer_close_btn .close_text {
    opacity: 1;
    display: inline-block;
    font-weight: 500;
  }
}

@media print, screen and (min-width: 1024px) {
  .burger_btn {
    display: none;
  }
}

.btn_mark {
  width: 4vw;
  max-width: 20px;
  height: 10px;
  background: transparent;
  display: block;
  margin-top: 5px;
  margin-bottom: 6px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_mark span, .btn_mark::before, .btn_mark::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.btn_mark span {
  top: 50%;
}

.btn_mark::before {
  top: 2px;
}

.btn_mark::after {
  bottom: 0;
}

.tab-relative {
  position: relative;
  height: 154px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .tab-relative {
    height: 130px;
  }
}

.js-tab-wrap {
  position: absolute;
  width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
}

.tab-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0%;
  margin: 0 auto;
  z-index: 99;
  -webkit-animation: tab-fade-in 1s 0.5s both;
          animation: tab-fade-in 1s 0.5s both;
}

@media screen and (max-width: 1024px) {
  .tab-fixed {
    top: -31px;
  }
}

@-webkit-keyframes tab-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes tab-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.tab-fixed02 {
  -webkit-animation: tab-fade-out 1s 0.5s both;
          animation: tab-fade-out 1s 0.5s both;
}

@-webkit-keyframes tab-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tab-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tab-color__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .tab-color__wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tab-color {
  background: #999;
  padding: 20px;
  position: relative;
  background: #EDF4FA;
  border-right: 1px solid #D1D1D1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 1025px) {
  .tab-color {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tab-color:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .tab-color {
    letter-spacing: 0.1px;
    width: 50%;
    padding: 10px 20px;
    border-bottom: 1px solid #D1D1D1;
  }
}

.tab-color::after {
  position: absolute;
  right: 20px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  content: url(../images/icon/arrow_black.svg);
}

.tab-color__link {
  color: #222;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tab-color__link {
    font-size: 14px;
  }
}

.tab-color.tab_active {
  color: #fff;
  background: transparent linear-gradient(135deg, #29299ecf 0%, #1495ebdb 100%) 0% 0% no-repeat padding-box;
}

.tab-color.tab_active::after {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  content: url(../images/icon/arrow_white.svg);
}

.tab-color.tab_active .tab-color__link {
  color: #fff;
}

.tab-color__container {
  display: none;
}

.tab-color__img-wrap {
  height: 480px;
}

@media screen and (max-width: 1024px) {
  .tab-color__img-wrap {
    height: 140px;
  }
}

.tab-color__img-wrap > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-display-block {
  display: block;
  -webkit-animation: tab_anime 2s both;
          animation: tab_anime 2s both;
}

@-webkit-keyframes tab_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tab_anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

npx gulp .vertical-table__wrapper {
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
}

@media screen and (max-width: 1024px) {
  npx gulp .vertical-table__wrapper {
    overflow-x: auto;
  }
}

.vertical-table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .vertical-table {
    width: auto;
    min-width: 100%;
  }
}

.vertical-table__header-row {
  background: #EEEEEE;
}

.vertical-table__header, .vertical-table__text {
  font-weight: bold;
  padding: 20px 30px;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

@media screen and (max-width: 767px) {
  .vertical-table__header, .vertical-table__text {
    white-space: nowrap;
  }
}

.vertical-table__text {
  font-weight: normal;
}

.table-horiz {
  border-collapse: collapse;
  width: 100%;
}

.table-horiz__line {
  padding-top: 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 1024px) {
  .table-horiz__line {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.table-horiz__title,
.table-horiz__body {
  display: block;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .table-horiz__title,
  .table-horiz__body {
    padding-bottom: 1rem;
  }
}

.table-horiz__title {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width: 1025px) {
  .table-horiz__title {
    margin-right: 110px;
    width: 118px;
  }
}

@media screen and (max-width: 1024px) {
  .table-horiz__title {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1025px) {
  #confirm .table-horiz__title {
    margin-right: 50px;
    width: 202px;
  }
}

.table-horiz__body {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .table-horiz__body {
    padding-left: 1rem;
  }
}

.table-horiz__body-first01 {
  display: inline-block;
  width: 170px;
}

@media screen and (max-width: 1024px) {
  .table-horiz__body-first01 {
    width: 150px;
  }
}

.table-horiz__body-first02 {
  display: inline-block;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .table-horiz__body-first02 {
    width: 280px;
  }
}

.table-horiz__img {
  width: 370px;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .table-horiz__img {
    width: 100%;
    margin-top: 20px;
  }
}

.table-no-border {
  border-collapse: collapse;
  width: 100%;
}

.table-no-border__line {
  position: relative;
}

.table-no-border__line::after {
  content: '';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid #D1D1D1;
  top: 18px;
  left: 4.8px;
  z-index: -1;
}

.table-no-border__line:last-child::after {
  border-left: none;
}

@media screen and (max-width: 1024px) {
  .table-no-border__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.table-no-border__title,
.table-no-border__body {
  padding-bottom: 30px;
}

.table-no-border__title {
  display: block;
  text-align: left;
  width: 100px;
  margin-right: 80px;
  padding-left: 16px;
  color: #000000;
  position: relative;
  font-family: "RobotoText", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .table-no-border__title {
    padding-bottom: 0px;
  }
}

.table-no-border__title::before {
  content: '●';
  display: inline-block;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: -3px;
}

@media screen and (max-width: 1024px) {
  .table-no-border__title::before {
    top: 4px;
    left: -0px;
    font-size: 12px;
  }
}

.table-no-border__body {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .table-no-border__body::after {
    content: '';
    display: inline-block;
    font-size: 16px;
    position: absolute;
    width: 60px;
    border-bottom: 2px solid #000000;
    top: 18px;
    left: -76px;
  }
}

@media screen and (max-width: 1024px) {
  .table-no-border__body {
    padding-bottom: 10px;
    padding-left: 2rem;
  }
}

#entry .table-horiz__line,
#confirm .table-horiz__line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid #D1D1D1;
}

#entry .table-horiz__line:first-child,
#confirm .table-horiz__line:first-child {
  border-top: 1px solid #D1D1D1;
}

#entry .table-horiz__title,
#confirm .table-horiz__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.25%;
  margin-right: 2.27%;
}

@media screen and (max-width: 1024px) {
  #entry .table-horiz__title,
  #confirm .table-horiz__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#entry .table-horiz__title.require:after,
#confirm .table-horiz__title.require:after {
  content: '必須';
  font-size: 12px;
  background: #e72929;
  padding: 4px 13px 6px;
  font-weight: normal;
  color: #fff;
  margin-left: 20px;
  line-height: 1;
}

#confirm .table-horiz__title.require:after {
  content: none;
}

.table-horiz__body input,
.table-horiz__body select,
.table-horiz__body textarea {
  width: 100%;
  color: #222;
  background: #fff;
  padding: 12px 10px;
  border: 1px solid #838383;
  border-radius: 5px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .table-horiz__body input,
  .table-horiz__body select,
  .table-horiz__body textarea {
    padding: 15px 20px;
  }
}

.select-arrow {
  display: inline-block;
  position: relative;
  width: 100%;
}

.select-arrow::after {
  content: url(../images/icon/arrow_black.svg);
  position: absolute;
  top: 5px;
  left: 124px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  display: inline-block;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .select-arrow::after {
    top: 12px;
  }
}

#confirm .select-arrow:after,
#confirm .confirm-disply-none {
  display: none;
}

#entry .table-horiz__body,
#confirm .table-horiz__body {
  width: 74.48%;
}

@media screen and (max-width: 1024px) {
  #entry .table-horiz__body,
  #confirm .table-horiz__body {
    width: 100%;
    padding-left: 0;
  }
}

#entry .table-horiz__body .radio-checkbox,
#confirm .table-horiz__body .radio-checkbox {
  width: auto;
}

@media screen and (max-width: 1024px) {
  #entry .table-horiz__body.tel span,
  #confirm .table-horiz__body.tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  #entry .table-horiz__body.checkbox label,
  #confirm .table-horiz__body.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#entry .table-horiz__body .checkbox_child,
#confirm .table-horiz__body .checkbox_child {
  margin-left: 70px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  #entry .table-horiz__body .checkbox_child,
  #confirm .table-horiz__body .checkbox_child {
    margin-left: 40px;
  }
}

.table-horiz__body.space-between-confirm-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .table-horiz__body.space-between-confirm-none {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#confirm .table-horiz__body.space-between-confirm-none {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.entry-form-under {
  width: 100%;
}

.policy-warp {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .policy-warp {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}

.conf-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .conf-warp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.conf-page__none.policy {
  display: block;
  text-align: center;
}

#confirm .conf-page__none {
  display: none;
}

.section-title {
  font-size: 2.125rem;
  font-family: YakuHanMP, "游明朝", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, serif;
}

@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.section-title-no-deco {
  font-size: 2.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .section-title-no-deco {
    font-size: 1.5rem;
  }
}

.section-title-sub {
  font-size: 0.875rem;
  color: #EEEEEE;
  font-family: "RobotoText", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .section-title-sub {
    font-size: 0.625rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.section-title-sub--jp {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 0;
}

.section-title-second,
.post-single h2 {
  font-size: 1.75rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .section-title-second,
  .post-single h2 {
    font-size: 1.25rem;
  }
}

.section-title-small,
.post-single h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .section-title-small,
  .post-single h3 {
    font-size: 1.125rem;
  }
}

.post-single h2,
.post-single h3,
.post-single h4 {
  margin: 3rem 0 1rem;
}

@media screen and (max-width: 1024px) {
  .post-single h2,
  .post-single h3,
  .post-single h4 {
    margin: 2rem 0 1rem;
  }
}

.post-single figure {
  margin-top: 1em;
}

.title-page {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .title-page {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

.title-page__sub {
  color: #000000;
  font-weight: 600;
  font-family: "RobotoText", sans-serif;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .title-page__sub {
    margin-bottom: 45px;
    font-size: 12px;
  }
}

/*ディスプレイ初期値設定*/
/*サイト共通の間隔*/
/* CSS Document */
.word_break_all {
  word-break: break-all !important;
}

.word_keep_all {
  word-break: keep-all !important;
}

.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.clear_both {
  clear: both !important;
}

/* mix-blend関連　*/
.mix_normal {
  mix-blend-mode: normal;
}

.mix_multiply {
  mix-blend-mode: multiply;
}

.mix_overlay {
  mix-blend-mode: overlay;
}

.mix_difference {
  mix-blend-mode: difference;
}

.filter-blur-15px {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

/*　ボーダー関連　*/
.border_none {
  border: none !important;
}

.border_gray {
  border: 1px solid #9E9E9E !important;
}

.border_top_gray {
  border-top: 1px solid #9E9E9E !important;
}

.border_top_gray02 {
  border-top: 1px solid #D1D1D1 !important;
}

.border_left_gray {
  border-left: 1px solid #EEEEEE !important;
}

.border_right_gray {
  border-right: 1px solid #EEEEEE !important;
}

.border_bottom_gray {
  border-bottom: 1px solid #EEEEEE !important;
}

.border_bottom_gray02 {
  border-bottom: 1px solid #D1D1D1 !important;
}

.border_bottom_none {
  border-bottom: none !important;
}

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

/*　文字色　*/
.color_black {
  color: #222 !important;
}

.color_gray {
  color: #333 !important;
}

.color_gray03 {
  color: #9E9E9E !important;
}

.color_gray07 {
  color: #D1D1D1 !important;
}

.color_gray08 {
  color: #707070 !important;
}

.color_white {
  color: #fff !important;
}

.color_red {
  color: #FF0000 !important;
}

.color_green {
  color: #00A82D !important;
}

.color_yellow {
  color: #FFF000 !important;
}

.color_main {
  color: #000000;
}

.color_accent {
  color: #F44336;
}

.bg-main {
  background-color: #000000;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.bg-gray05 {
  background-color: #f5f5f5;
}

.bg-gray07 {
  background-color: #D1D1D1;
}

.bg-color02 {
  background-color: #333333;
}

.bg-color03 {
  background-color: #EDF4FA;
}

.bg_none {
  background: none;
}

.hover_bg_none:hover {
  background-color: none !important;
}

/*　文字装飾　*/
.text_deco_underline {
  text-decoration: underline !important;
}

.text-shadow-white {
  text-shadow: 1px 1px 0px white !important;
}

/*　display関連　*/
.display_block {
  display: block !important;
}

.display_none {
  display: none !important;
}

.display_inlineblock {
  display: inline-block !important;
}

.display_inline {
  display: inline !important;
}

/*flex関連　*/
.display_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify_start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify_end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify_around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify_between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align_items_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align_items_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align_items_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align_items_baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.flex_wrap_wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex_wrap_nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*　その他　*/
.pointer_none {
  pointer-events: none !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_xscroll {
  overflow-x: scroll !important;
}

.overflow_yscroll {
  overflow-y: scroll !important;
}

.white_space_nowrap {
  white-space: nowrap !important;
}

.white_space_normal {
  white-space: normal !important;
}

.align_item_flex_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align_item_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align_item_flex_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.object_fit_cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.letter-spacing_-1px {
  letter-spacing: -1px !important;
}

.letter-spacing_07px {
  letter-spacing: 0.7px !important;
}

/*　position　*/
.position_static {
  position: static !important;
}

.position_relative {
  position: relative !important;
}

.position_absolute {
  position: absolute !important;
}

.position_fixed {
  position: fixed !important;
}

.top_0 {
  top: 0 !important;
}

.object_position_top {
  -o-object-position: top !important;
     object-position: top !important;
}

/*　margin padding　*/
.ma_0 {
  margin: 0 !important;
}

.pd_0 {
  padding: 0 !important;
}

.ma_0 {
  margin: 0 !important;
}

.ma_3px {
  margin: 3px !important;
}

.ma_5px {
  margin: 5px !important;
}

.ma_10px {
  margin: 10px !important;
}

.ma_15px {
  margin: 15px !important;
}

.ma_20px {
  margin: 20px !important;
}

.ma_25px {
  margin: 25px !important;
}

.ma_30px {
  margin: 30px !important;
}

.ma_35px {
  margin: 35px !important;
}

.ma_40px {
  margin: 40px !important;
}

.ma_45px {
  margin: 45px !important;
}

.ma_50px {
  margin: 50px !important;
}

.ma_60px {
  margin: 60px !important;
}

.ma_70px {
  margin: 70px !important;
}

.ma_75px {
  margin: 75px !important;
}

.ma_80px {
  margin: 80px !important;
}

.ma_90px {
  margin: 90px !important;
}

.ma_100px {
  margin: 100px !important;
}

.ma_110px {
  margin: 110px !important;
}

.ma_120px {
  margin: 120px !important;
}

.ma_130px {
  margin: 130px !important;
}

.ma_140px {
  margin: 140px !important;
}

.ma_150px {
  margin: 150px !important;
}

.ma_186px {
  margin: 186px !important;
}

.ma_200px {
  margin: 200px !important;
}

.ma_220px {
  margin: 220px !important;
}

.ma_245px {
  margin: 245px !important;
}

.ma_250px {
  margin: 250px !important;
}

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

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

.ma_t_3px {
  margin-top: 3px !important;
}

.pd_t_3px {
  padding-top: 3px !important;
}

.ma_t_5px {
  margin-top: 5px !important;
}

.pd_t_5px {
  padding-top: 5px !important;
}

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

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

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

.pd_t_15px {
  padding-top: 15px !important;
}

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

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

.ma_t_25px {
  margin-top: 25px !important;
}

.pd_t_25px {
  padding-top: 25px !important;
}

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

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

.ma_t_35px {
  margin-top: 35px !important;
}

.pd_t_35px {
  padding-top: 35px !important;
}

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

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

.ma_t_45px {
  margin-top: 45px !important;
}

.pd_t_45px {
  padding-top: 45px !important;
}

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

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

.ma_t_60px {
  margin-top: 60px !important;
}

.pd_t_60px {
  padding-top: 60px !important;
}

.ma_t_70px {
  margin-top: 70px !important;
}

.pd_t_70px {
  padding-top: 70px !important;
}

.ma_t_75px {
  margin-top: 75px !important;
}

.pd_t_75px {
  padding-top: 75px !important;
}

.ma_t_80px {
  margin-top: 80px !important;
}

.pd_t_80px {
  padding-top: 80px !important;
}

.ma_t_90px {
  margin-top: 90px !important;
}

.pd_t_90px {
  padding-top: 90px !important;
}

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

.pd_t_100px {
  padding-top: 100px !important;
}

.ma_t_110px {
  margin-top: 110px !important;
}

.pd_t_110px {
  padding-top: 110px !important;
}

.ma_t_120px {
  margin-top: 120px !important;
}

.pd_t_120px {
  padding-top: 120px !important;
}

.ma_t_130px {
  margin-top: 130px !important;
}

.pd_t_130px {
  padding-top: 130px !important;
}

.ma_t_140px {
  margin-top: 140px !important;
}

.pd_t_140px {
  padding-top: 140px !important;
}

.ma_t_150px {
  margin-top: 150px !important;
}

.pd_t_150px {
  padding-top: 150px !important;
}

.ma_t_186px {
  margin-top: 186px !important;
}

.pd_t_186px {
  padding-top: 186px !important;
}

.ma_t_200px {
  margin-top: 200px !important;
}

.pd_t_200px {
  padding-top: 200px !important;
}

.ma_t_220px {
  margin-top: 220px !important;
}

.pd_t_220px {
  padding-top: 220px !important;
}

.ma_t_245px {
  margin-top: 245px !important;
}

.pd_t_245px {
  padding-top: 245px !important;
}

.ma_t_250px {
  margin-top: 250px !important;
}

.pd_t_250px {
  padding-top: 250px !important;
}

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

.ma_t_1rem {
  margin-top: 1rem !important;
}

.pd_t_1em {
  padding-top: 1em !important;
}

.pd_t_1rem {
  padding-top: 1rem !important;
}

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

.ma_t_2rem {
  margin-top: 2rem !important;
}

.pd_t_2em {
  padding-top: 2em !important;
}

.pd_t_2rem {
  padding-top: 2rem !important;
}

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

.ma_t_3rem {
  margin-top: 3rem !important;
}

.pd_t_3em {
  padding-top: 3em !important;
}

.pd_t_3rem {
  padding-top: 3rem !important;
}

.ma_t_4em {
  margin-top: 4em !important;
}

.ma_t_4rem {
  margin-top: 4rem !important;
}

.pd_t_4em {
  padding-top: 4em !important;
}

.pd_t_4rem {
  padding-top: 4rem !important;
}

.ma_t_5em {
  margin-top: 5em !important;
}

.ma_t_5rem {
  margin-top: 5rem !important;
}

.pd_t_5em {
  padding-top: 5em !important;
}

.pd_t_5rem {
  padding-top: 5rem !important;
}

.ma_t_6em {
  margin-top: 6em !important;
}

.ma_t_6rem {
  margin-top: 6rem !important;
}

.pd_t_6em {
  padding-top: 6em !important;
}

.pd_t_6rem {
  padding-top: 6rem !important;
}

.ma_t_7em {
  margin-top: 7em !important;
}

.ma_t_7rem {
  margin-top: 7rem !important;
}

.pd_t_7em {
  padding-top: 7em !important;
}

.pd_t_7rem {
  padding-top: 7rem !important;
}

.ma_t_8em {
  margin-top: 8em !important;
}

.ma_t_8rem {
  margin-top: 8rem !important;
}

.pd_t_8em {
  padding-top: 8em !important;
}

.pd_t_8rem {
  padding-top: 8rem !important;
}

.ma_t_9em {
  margin-top: 9em !important;
}

.ma_t_9rem {
  margin-top: 9rem !important;
}

.pd_t_9em {
  padding-top: 9em !important;
}

.pd_t_9rem {
  padding-top: 9rem !important;
}

.ma_t_10em {
  margin-top: 10em !important;
}

.ma_t_10rem {
  margin-top: 10rem !important;
}

.pd_t_10em {
  padding-top: 10em !important;
}

.pd_t_10rem {
  padding-top: 10rem !important;
}

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

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

.ma_r_3px {
  margin-right: 3px !important;
}

.pd_r_3px {
  padding-right: 3px !important;
}

.ma_r_5px {
  margin-right: 5px !important;
}

.pd_r_5px {
  padding-right: 5px !important;
}

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

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

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

.pd_r_15px {
  padding-right: 15px !important;
}

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

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

.ma_r_25px {
  margin-right: 25px !important;
}

.pd_r_25px {
  padding-right: 25px !important;
}

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

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

.ma_r_35px {
  margin-right: 35px !important;
}

.pd_r_35px {
  padding-right: 35px !important;
}

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

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

.ma_r_45px {
  margin-right: 45px !important;
}

.pd_r_45px {
  padding-right: 45px !important;
}

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

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

.ma_r_60px {
  margin-right: 60px !important;
}

.pd_r_60px {
  padding-right: 60px !important;
}

.ma_r_70px {
  margin-right: 70px !important;
}

.pd_r_70px {
  padding-right: 70px !important;
}

.ma_r_75px {
  margin-right: 75px !important;
}

.pd_r_75px {
  padding-right: 75px !important;
}

.ma_r_80px {
  margin-right: 80px !important;
}

.pd_r_80px {
  padding-right: 80px !important;
}

.ma_r_90px {
  margin-right: 90px !important;
}

.pd_r_90px {
  padding-right: 90px !important;
}

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

.pd_r_100px {
  padding-right: 100px !important;
}

.ma_r_110px {
  margin-right: 110px !important;
}

.pd_r_110px {
  padding-right: 110px !important;
}

.ma_r_120px {
  margin-right: 120px !important;
}

.pd_r_120px {
  padding-right: 120px !important;
}

.ma_r_130px {
  margin-right: 130px !important;
}

.pd_r_130px {
  padding-right: 130px !important;
}

.ma_r_140px {
  margin-right: 140px !important;
}

.pd_r_140px {
  padding-right: 140px !important;
}

.ma_r_150px {
  margin-right: 150px !important;
}

.pd_r_150px {
  padding-right: 150px !important;
}

.ma_r_186px {
  margin-right: 186px !important;
}

.pd_r_186px {
  padding-right: 186px !important;
}

.ma_r_200px {
  margin-right: 200px !important;
}

.pd_r_200px {
  padding-right: 200px !important;
}

.ma_r_220px {
  margin-right: 220px !important;
}

.pd_r_220px {
  padding-right: 220px !important;
}

.ma_r_245px {
  margin-right: 245px !important;
}

.pd_r_245px {
  padding-right: 245px !important;
}

.ma_r_250px {
  margin-right: 250px !important;
}

.pd_r_250px {
  padding-right: 250px !important;
}

.ma_r_1em {
  margin-right: 1em !important;
}

.ma_r_1rem {
  margin-right: 1rem !important;
}

.pd_r_1em {
  padding-right: 1em !important;
}

.pd_r_1rem {
  padding-right: 1rem !important;
}

.ma_r_2em {
  margin-right: 2em !important;
}

.ma_r_2rem {
  margin-right: 2rem !important;
}

.pd_r_2em {
  padding-right: 2em !important;
}

.pd_r_2rem {
  padding-right: 2rem !important;
}

.ma_r_3em {
  margin-right: 3em !important;
}

.ma_r_3rem {
  margin-right: 3rem !important;
}

.pd_r_3em {
  padding-right: 3em !important;
}

.pd_r_3rem {
  padding-right: 3rem !important;
}

.ma_r_4em {
  margin-right: 4em !important;
}

.ma_r_4rem {
  margin-right: 4rem !important;
}

.pd_r_4em {
  padding-right: 4em !important;
}

.pd_r_4rem {
  padding-right: 4rem !important;
}

.ma_r_5em {
  margin-right: 5em !important;
}

.ma_r_5rem {
  margin-right: 5rem !important;
}

.pd_r_5em {
  padding-right: 5em !important;
}

.pd_r_5rem {
  padding-right: 5rem !important;
}

.ma_r_6em {
  margin-right: 6em !important;
}

.ma_r_6rem {
  margin-right: 6rem !important;
}

.pd_r_6em {
  padding-right: 6em !important;
}

.pd_r_6rem {
  padding-right: 6rem !important;
}

.ma_r_7em {
  margin-right: 7em !important;
}

.ma_r_7rem {
  margin-right: 7rem !important;
}

.pd_r_7em {
  padding-right: 7em !important;
}

.pd_r_7rem {
  padding-right: 7rem !important;
}

.ma_r_8em {
  margin-right: 8em !important;
}

.ma_r_8rem {
  margin-right: 8rem !important;
}

.pd_r_8em {
  padding-right: 8em !important;
}

.pd_r_8rem {
  padding-right: 8rem !important;
}

.ma_r_9em {
  margin-right: 9em !important;
}

.ma_r_9rem {
  margin-right: 9rem !important;
}

.pd_r_9em {
  padding-right: 9em !important;
}

.pd_r_9rem {
  padding-right: 9rem !important;
}

.ma_r_10em {
  margin-right: 10em !important;
}

.ma_r_10rem {
  margin-right: 10rem !important;
}

.pd_r_10em {
  padding-right: 10em !important;
}

.pd_r_10rem {
  padding-right: 10rem !important;
}

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

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

.ma_b_3px {
  margin-bottom: 3px !important;
}

.pd_b_3px {
  padding-bottom: 3px !important;
}

.ma_b_5px {
  margin-bottom: 5px !important;
}

.pd_b_5px {
  padding-bottom: 5px !important;
}

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

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

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

.pd_b_15px {
  padding-bottom: 15px !important;
}

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

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

.ma_b_25px {
  margin-bottom: 25px !important;
}

.pd_b_25px {
  padding-bottom: 25px !important;
}

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

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

.ma_b_35px {
  margin-bottom: 35px !important;
}

.pd_b_35px {
  padding-bottom: 35px !important;
}

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

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

.ma_b_45px {
  margin-bottom: 45px !important;
}

.pd_b_45px {
  padding-bottom: 45px !important;
}

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

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

.ma_b_60px {
  margin-bottom: 60px !important;
}

.pd_b_60px {
  padding-bottom: 60px !important;
}

.ma_b_70px {
  margin-bottom: 70px !important;
}

.pd_b_70px {
  padding-bottom: 70px !important;
}

.ma_b_75px {
  margin-bottom: 75px !important;
}

.pd_b_75px {
  padding-bottom: 75px !important;
}

.ma_b_80px {
  margin-bottom: 80px !important;
}

.pd_b_80px {
  padding-bottom: 80px !important;
}

.ma_b_90px {
  margin-bottom: 90px !important;
}

.pd_b_90px {
  padding-bottom: 90px !important;
}

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

.pd_b_100px {
  padding-bottom: 100px !important;
}

.ma_b_110px {
  margin-bottom: 110px !important;
}

.pd_b_110px {
  padding-bottom: 110px !important;
}

.ma_b_120px {
  margin-bottom: 120px !important;
}

.pd_b_120px {
  padding-bottom: 120px !important;
}

.ma_b_130px {
  margin-bottom: 130px !important;
}

.pd_b_130px {
  padding-bottom: 130px !important;
}

.ma_b_140px {
  margin-bottom: 140px !important;
}

.pd_b_140px {
  padding-bottom: 140px !important;
}

.ma_b_150px {
  margin-bottom: 150px !important;
}

.pd_b_150px {
  padding-bottom: 150px !important;
}

.ma_b_186px {
  margin-bottom: 186px !important;
}

.pd_b_186px {
  padding-bottom: 186px !important;
}

.ma_b_200px {
  margin-bottom: 200px !important;
}

.pd_b_200px {
  padding-bottom: 200px !important;
}

.ma_b_220px {
  margin-bottom: 220px !important;
}

.pd_b_220px {
  padding-bottom: 220px !important;
}

.ma_b_245px {
  margin-bottom: 245px !important;
}

.pd_b_245px {
  padding-bottom: 245px !important;
}

.ma_b_250px {
  margin-bottom: 250px !important;
}

.pd_b_250px {
  padding-bottom: 250px !important;
}

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

.ma_b_1rem {
  margin-bottom: 1rem !important;
}

.pd_b_1em {
  padding-bottom: 1em !important;
}

.pd_b_1rem {
  padding-bottom: 1rem !important;
}

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

.ma_b_2rem {
  margin-bottom: 2rem !important;
}

.pd_b_2em {
  padding-bottom: 2em !important;
}

.pd_b_2rem {
  padding-bottom: 2rem !important;
}

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

.ma_b_3rem {
  margin-bottom: 3rem !important;
}

.pd_b_3em {
  padding-bottom: 3em !important;
}

.pd_b_3rem {
  padding-bottom: 3rem !important;
}

.ma_b_4em {
  margin-bottom: 4em !important;
}

.ma_b_4rem {
  margin-bottom: 4rem !important;
}

.pd_b_4em {
  padding-bottom: 4em !important;
}

.pd_b_4rem {
  padding-bottom: 4rem !important;
}

.ma_b_5em {
  margin-bottom: 5em !important;
}

.ma_b_5rem {
  margin-bottom: 5rem !important;
}

.pd_b_5em {
  padding-bottom: 5em !important;
}

.pd_b_5rem {
  padding-bottom: 5rem !important;
}

.ma_b_6em {
  margin-bottom: 6em !important;
}

.ma_b_6rem {
  margin-bottom: 6rem !important;
}

.pd_b_6em {
  padding-bottom: 6em !important;
}

.pd_b_6rem {
  padding-bottom: 6rem !important;
}

.ma_b_7em {
  margin-bottom: 7em !important;
}

.ma_b_7rem {
  margin-bottom: 7rem !important;
}

.pd_b_7em {
  padding-bottom: 7em !important;
}

.pd_b_7rem {
  padding-bottom: 7rem !important;
}

.ma_b_8em {
  margin-bottom: 8em !important;
}

.ma_b_8rem {
  margin-bottom: 8rem !important;
}

.pd_b_8em {
  padding-bottom: 8em !important;
}

.pd_b_8rem {
  padding-bottom: 8rem !important;
}

.ma_b_9em {
  margin-bottom: 9em !important;
}

.ma_b_9rem {
  margin-bottom: 9rem !important;
}

.pd_b_9em {
  padding-bottom: 9em !important;
}

.pd_b_9rem {
  padding-bottom: 9rem !important;
}

.ma_b_10em {
  margin-bottom: 10em !important;
}

.ma_b_10rem {
  margin-bottom: 10rem !important;
}

.pd_b_10em {
  padding-bottom: 10em !important;
}

.pd_b_10rem {
  padding-bottom: 10rem !important;
}

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

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

.ma_l_3px {
  margin-left: 3px !important;
}

.pd_l_3px {
  padding-left: 3px !important;
}

.ma_l_5px {
  margin-left: 5px !important;
}

.pd_l_5px {
  padding-left: 5px !important;
}

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

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

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

.pd_l_15px {
  padding-left: 15px !important;
}

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

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

.ma_l_25px {
  margin-left: 25px !important;
}

.pd_l_25px {
  padding-left: 25px !important;
}

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

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

.ma_l_35px {
  margin-left: 35px !important;
}

.pd_l_35px {
  padding-left: 35px !important;
}

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

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

.ma_l_45px {
  margin-left: 45px !important;
}

.pd_l_45px {
  padding-left: 45px !important;
}

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

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

.ma_l_60px {
  margin-left: 60px !important;
}

.pd_l_60px {
  padding-left: 60px !important;
}

.ma_l_70px {
  margin-left: 70px !important;
}

.pd_l_70px {
  padding-left: 70px !important;
}

.ma_l_75px {
  margin-left: 75px !important;
}

.pd_l_75px {
  padding-left: 75px !important;
}

.ma_l_80px {
  margin-left: 80px !important;
}

.pd_l_80px {
  padding-left: 80px !important;
}

.ma_l_90px {
  margin-left: 90px !important;
}

.pd_l_90px {
  padding-left: 90px !important;
}

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

.pd_l_100px {
  padding-left: 100px !important;
}

.ma_l_110px {
  margin-left: 110px !important;
}

.pd_l_110px {
  padding-left: 110px !important;
}

.ma_l_120px {
  margin-left: 120px !important;
}

.pd_l_120px {
  padding-left: 120px !important;
}

.ma_l_130px {
  margin-left: 130px !important;
}

.pd_l_130px {
  padding-left: 130px !important;
}

.ma_l_140px {
  margin-left: 140px !important;
}

.pd_l_140px {
  padding-left: 140px !important;
}

.ma_l_150px {
  margin-left: 150px !important;
}

.pd_l_150px {
  padding-left: 150px !important;
}

.ma_l_186px {
  margin-left: 186px !important;
}

.pd_l_186px {
  padding-left: 186px !important;
}

.ma_l_200px {
  margin-left: 200px !important;
}

.pd_l_200px {
  padding-left: 200px !important;
}

.ma_l_220px {
  margin-left: 220px !important;
}

.pd_l_220px {
  padding-left: 220px !important;
}

.ma_l_245px {
  margin-left: 245px !important;
}

.pd_l_245px {
  padding-left: 245px !important;
}

.ma_l_250px {
  margin-left: 250px !important;
}

.pd_l_250px {
  padding-left: 250px !important;
}

.ma_l_1em {
  margin-left: 1em !important;
}

.ma_l_1rem {
  margin-left: 1rem !important;
}

.pd_l_1em {
  padding-left: 1em !important;
}

.pd_l_1rem {
  padding-left: 1rem !important;
}

.ma_l_2em {
  margin-left: 2em !important;
}

.ma_l_2rem {
  margin-left: 2rem !important;
}

.pd_l_2em {
  padding-left: 2em !important;
}

.pd_l_2rem {
  padding-left: 2rem !important;
}

.ma_l_3em {
  margin-left: 3em !important;
}

.ma_l_3rem {
  margin-left: 3rem !important;
}

.pd_l_3em {
  padding-left: 3em !important;
}

.pd_l_3rem {
  padding-left: 3rem !important;
}

.ma_l_4em {
  margin-left: 4em !important;
}

.ma_l_4rem {
  margin-left: 4rem !important;
}

.pd_l_4em {
  padding-left: 4em !important;
}

.pd_l_4rem {
  padding-left: 4rem !important;
}

.ma_l_5em {
  margin-left: 5em !important;
}

.ma_l_5rem {
  margin-left: 5rem !important;
}

.pd_l_5em {
  padding-left: 5em !important;
}

.pd_l_5rem {
  padding-left: 5rem !important;
}

.ma_l_6em {
  margin-left: 6em !important;
}

.ma_l_6rem {
  margin-left: 6rem !important;
}

.pd_l_6em {
  padding-left: 6em !important;
}

.pd_l_6rem {
  padding-left: 6rem !important;
}

.ma_l_7em {
  margin-left: 7em !important;
}

.ma_l_7rem {
  margin-left: 7rem !important;
}

.pd_l_7em {
  padding-left: 7em !important;
}

.pd_l_7rem {
  padding-left: 7rem !important;
}

.ma_l_8em {
  margin-left: 8em !important;
}

.ma_l_8rem {
  margin-left: 8rem !important;
}

.pd_l_8em {
  padding-left: 8em !important;
}

.pd_l_8rem {
  padding-left: 8rem !important;
}

.ma_l_9em {
  margin-left: 9em !important;
}

.ma_l_9rem {
  margin-left: 9rem !important;
}

.pd_l_9em {
  padding-left: 9em !important;
}

.pd_l_9rem {
  padding-left: 9rem !important;
}

.ma_l_10em {
  margin-left: 10em !important;
}

.ma_l_10rem {
  margin-left: 10rem !important;
}

.pd_l_10em {
  padding-left: 10em !important;
}

.pd_l_10rem {
  padding-left: 10rem !important;
}

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

.ma_l_auto {
  margin-left: auto !important;
}

/*　text-align　*/
.text_align_left {
  text-align: left !important;
}

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

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

/*　vertical-align　*/
.v_align_top {
  vertical-align: top !important;
}

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

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

/*　font　*/
.font_bold_s {
  font-weight: 500 !important;
}

.font_bold {
  font-weight: bold !important;
}

.font_semi_bold {
  font-weight: 600 !important;
}

.font_normal {
  font-weight: normal !important;
}

.font_normal_s {
  font-weight: 400 !important;
}

.font_eng {
  font-family: "RobotoText", sans-serif !important;
}

.fontsize_10px {
  font-size: 10px !important;
}

.fontsize_12px {
  font-size: 12px !important;
}

.fontsize_13px {
  font-size: 13px !important;
}

.fontsize_14px {
  font-size: 14px !important;
}

.fontsize_18px {
  font-size: 18px !important;
}

.fontsize_16px {
  font-size: 16px !important;
}

.fontsize_20px {
  font-size: 20px !important;
}

.fontsize_21px {
  font-size: 21px !important;
}

.fontsize_24px {
  font-size: 24px !important;
}

.fontsize_0_75rem {
  font-size: 0.75rem !important;
}

.fontsize_1rem {
  font-size: 1rem !important;
}

.fontsize_1_25rem {
  font-size: 1.25rem !important;
}

.fontsize_1_5rem {
  font-size: 1.5rem !important;
}

.fontsize_1_75rem {
  font-size: 1.75rem !important;
}

.fontsize_2rem {
  font-size: 2rem !important;
}

/*　インデント　*/
.text_indent_0 {
  text-indent: 0 !important;
}

.text_indent_10px {
  text-indent: 10px !important;
}

.text_indent_15px {
  text-indent: 15px !important;
}

.text_indent_20px {
  text-indent: 20px !important;
}

.text_indent_-15px {
  text-indent: -15px !important;
}

.text_indent_-20px {
  text-indent: -20px !important;
}

.text_indent_-30px {
  text-indent: -30px !important;
}

/*　ラインヘイト　*/
.line_height_0 {
  line-height: 0 !important;
}

.line_height_16 {
  line-height: 16px !important;
}

.line_height_18 {
  line-height: 18px !important;
}

.line_height_22 {
  line-height: 22px !important;
}

.line_height_24 {
  line-height: 24px !important;
}

.line_height_32 {
  line-height: 32px !important;
}

/*リスト*/
.list_style_none {
  list-style: none !important;
}

.list_style_disc {
  list-style-type: disc !important;
}

.list_style_decimal {
  list-style-type: decimal !important;
}

.list_style_position {
  list-style-position: inside !important;
}

/*　横幅　*/
.width_auto {
  width: auto !important;
}

.width_10pa {
  width: 10% !important;
}

.width_1em {
  width: 1em !important;
}

.width_10px {
  width: 10px !important;
}

.width_20pa {
  width: 20% !important;
}

.width_2em {
  width: 2em !important;
}

.width_20px {
  width: 20px !important;
}

.width_30pa {
  width: 30% !important;
}

.width_3em {
  width: 3em !important;
}

.width_30px {
  width: 30px !important;
}

.width_40pa {
  width: 40% !important;
}

.width_4em {
  width: 4em !important;
}

.width_40px {
  width: 40px !important;
}

.width_50pa {
  width: 50% !important;
}

.width_5em {
  width: 5em !important;
}

.width_50px {
  width: 50px !important;
}

.width_60pa {
  width: 60% !important;
}

.width_6em {
  width: 6em !important;
}

.width_60px {
  width: 60px !important;
}

.width_70pa {
  width: 70% !important;
}

.width_7em {
  width: 7em !important;
}

.width_70px {
  width: 70px !important;
}

.width_80pa {
  width: 80% !important;
}

.width_8em {
  width: 8em !important;
}

.width_80px {
  width: 80px !important;
}

.width_90pa {
  width: 90% !important;
}

.width_9em {
  width: 9em !important;
}

.width_90px {
  width: 90px !important;
}

.width_100pa {
  width: 100% !important;
}

.width_10em {
  width: 10em !important;
}

.width_100px {
  width: 100px !important;
}

.width_110pa {
  width: 110% !important;
}

.width_11em {
  width: 11em !important;
}

.width_110px {
  width: 110px !important;
}

.width_120pa {
  width: 120% !important;
}

.width_12em {
  width: 12em !important;
}

.width_120px {
  width: 120px !important;
}

.width_130pa {
  width: 130% !important;
}

.width_13em {
  width: 13em !important;
}

.width_130px {
  width: 130px !important;
}

.width_140pa {
  width: 140% !important;
}

.width_14em {
  width: 14em !important;
}

.width_140px {
  width: 140px !important;
}

.width_150pa {
  width: 150% !important;
}

.width_15em {
  width: 15em !important;
}

.width_150px {
  width: 150px !important;
}

.width_160pa {
  width: 160% !important;
}

.width_16em {
  width: 16em !important;
}

.width_160px {
  width: 160px !important;
}

.width_170pa {
  width: 170% !important;
}

.width_17em {
  width: 17em !important;
}

.width_170px {
  width: 170px !important;
}

.width_180pa {
  width: 180% !important;
}

.width_18em {
  width: 18em !important;
}

.width_180px {
  width: 180px !important;
}

.width_190pa {
  width: 190% !important;
}

.width_19em {
  width: 19em !important;
}

.width_190px {
  width: 190px !important;
}

.width_200pa {
  width: 200% !important;
}

.width_20em {
  width: 20em !important;
}

.width_200px {
  width: 200px !important;
}

.width_210pa {
  width: 210% !important;
}

.width_21em {
  width: 21em !important;
}

.width_210px {
  width: 210px !important;
}

.width_220pa {
  width: 220% !important;
}

.width_22em {
  width: 22em !important;
}

.width_220px {
  width: 220px !important;
}

.width_230pa {
  width: 230% !important;
}

.width_23em {
  width: 23em !important;
}

.width_230px {
  width: 230px !important;
}

.width_240pa {
  width: 240% !important;
}

.width_24em {
  width: 24em !important;
}

.width_240px {
  width: 240px !important;
}

.width_250pa {
  width: 250% !important;
}

.width_25em {
  width: 25em !important;
}

.width_250px {
  width: 250px !important;
}

.width_260pa {
  width: 260% !important;
}

.width_26em {
  width: 26em !important;
}

.width_260px {
  width: 260px !important;
}

.width_270pa {
  width: 270% !important;
}

.width_27em {
  width: 27em !important;
}

.width_270px {
  width: 270px !important;
}

.width_280pa {
  width: 280% !important;
}

.width_28em {
  width: 28em !important;
}

.width_280px {
  width: 280px !important;
}

.width_290pa {
  width: 290% !important;
}

.width_29em {
  width: 29em !important;
}

.width_290px {
  width: 290px !important;
}

.width_300pa {
  width: 300% !important;
}

.width_30em {
  width: 30em !important;
}

.width_300px {
  width: 300px !important;
}

.width_310pa {
  width: 310% !important;
}

.width_31em {
  width: 31em !important;
}

.width_310px {
  width: 310px !important;
}

.width_320pa {
  width: 320% !important;
}

.width_32em {
  width: 32em !important;
}

.width_320px {
  width: 320px !important;
}

.width_330pa {
  width: 330% !important;
}

.width_33em {
  width: 33em !important;
}

.width_330px {
  width: 330px !important;
}

.width_340pa {
  width: 340% !important;
}

.width_34em {
  width: 34em !important;
}

.width_340px {
  width: 340px !important;
}

.width_350pa {
  width: 350% !important;
}

.width_35em {
  width: 35em !important;
}

.width_350px {
  width: 350px !important;
}

.width_360pa {
  width: 360% !important;
}

.width_36em {
  width: 36em !important;
}

.width_360px {
  width: 360px !important;
}

.width_370pa {
  width: 370% !important;
}

.width_37em {
  width: 37em !important;
}

.width_370px {
  width: 370px !important;
}

.width_380pa {
  width: 380% !important;
}

.width_38em {
  width: 38em !important;
}

.width_380px {
  width: 380px !important;
}

.width_390pa {
  width: 390% !important;
}

.width_39em {
  width: 39em !important;
}

.width_390px {
  width: 390px !important;
}

.width_400pa {
  width: 400% !important;
}

.width_40em {
  width: 40em !important;
}

.width_400px {
  width: 400px !important;
}

.width_410pa {
  width: 410% !important;
}

.width_41em {
  width: 41em !important;
}

.width_410px {
  width: 410px !important;
}

.width_420pa {
  width: 420% !important;
}

.width_42em {
  width: 42em !important;
}

.width_420px {
  width: 420px !important;
}

.width_430pa {
  width: 430% !important;
}

.width_43em {
  width: 43em !important;
}

.width_430px {
  width: 430px !important;
}

.width_440pa {
  width: 440% !important;
}

.width_44em {
  width: 44em !important;
}

.width_440px {
  width: 440px !important;
}

.width_450pa {
  width: 450% !important;
}

.width_45em {
  width: 45em !important;
}

.width_450px {
  width: 450px !important;
}

.width_460pa {
  width: 460% !important;
}

.width_46em {
  width: 46em !important;
}

.width_460px {
  width: 460px !important;
}

.width_470pa {
  width: 470% !important;
}

.width_47em {
  width: 47em !important;
}

.width_470px {
  width: 470px !important;
}

.width_480pa {
  width: 480% !important;
}

.width_48em {
  width: 48em !important;
}

.width_480px {
  width: 480px !important;
}

.width_490pa {
  width: 490% !important;
}

.width_49em {
  width: 49em !important;
}

.width_490px {
  width: 490px !important;
}

.width_500pa {
  width: 500% !important;
}

.width_50em {
  width: 50em !important;
}

.width_500px {
  width: 500px !important;
}

/*　横幅　今後は他と同様に任意の数字でスタイル出来るように・上記ではPC・SP共通でW500までは可能*/
@media screen and (min-width: 1025px) {
  .pc-width_400px {
    width: 400px !important;
  }
  .pc-width_460px {
    width: 460px !important;
  }
  .pc-width_640px {
    width: 640px !important;
  }
  .pc-width_800px {
    width: 800px !important;
  }
  .pc-width_900px {
    width: 900px !important;
  }
  .pc-width_1000px {
    width: 1000px !important;
  }
  .pc-width_100px {
    width: 100px !important;
  }
  .pc-width_110px {
    width: 110px !important;
  }
  .pc-width_120px {
    width: 120px !important;
  }
  .pc-width_130px {
    width: 130px !important;
  }
  .pc-width_140px {
    width: 140px !important;
  }
  .pc-width_150px {
    width: 150px !important;
  }
  .pc-width_160px {
    width: 160px !important;
  }
  .pc-width_170px {
    width: 170px !important;
  }
  .pc-width_180px {
    width: 180px !important;
  }
  .pc-width_190px {
    width: 190px !important;
  }
  .pc-width_200px {
    width: 200px !important;
  }
  .pc-width_210px {
    width: 210px !important;
  }
  .pc-width_220px {
    width: 220px !important;
  }
  .pc-width_230px {
    width: 230px !important;
  }
  .pc-width_240px {
    width: 240px !important;
  }
  .pc-width_250px {
    width: 250px !important;
  }
  .pc-width_260px {
    width: 260px !important;
  }
  .pc-width_270px {
    width: 270px !important;
  }
  .pc-width_280px {
    width: 280px !important;
  }
  .pc-width_290px {
    width: 290px !important;
  }
  .pc-width_300px {
    width: 300px !important;
  }
  .pc-width_310px {
    width: 310px !important;
  }
  .pc-width_320px {
    width: 320px !important;
  }
}

/* Content Space */
.content_space_padding {
  padding: 200px;
}

.content_space_padding_top {
  padding-top: 200px;
}

.content_space_padding_right {
  padding-right: 200px;
}

.content_space_padding_left {
  padding-left: 200px;
}

.content_space_padding_bottom {
  padding-bottom: 200px;
}

.content_space_margin {
  margin: 200px;
}

.content_space_margin_top {
  margin-top: 200px;
}

.content_space_margin_right {
  margin-right: 200px;
}

.content_space_margin_left {
  margin-left: 200px;
}

.content_space_margin_bottom {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .content_space_padding {
    padding: 26.66vw;
  }
  .content_space_padding_top {
    padding-top: 26.66vw;
  }
  .content_space_padding_right {
    padding-right: 26.66vw;
  }
  .content_space_padding_left {
    padding-left: 26.66vw;
  }
  .content_space_padding_bottom {
    padding-bottom: 26.66vw;
  }
  .content_space_margin {
    margin: 26.66vw;
  }
  .content_space_margin_top {
    margin-top: 26.66vw;
  }
  .content_space_margin_right {
    margin-right: 26.66vw;
  }
  .content_space_margin_left {
    margin-left: 26.66vw;
  }
  .content_space_margin_bottom {
    margin-bottom: 26.66vw;
  }
}

/* Basic Space */
.ba-space1_padding {
  padding: 200px;
}

.ba-space1_padding_top {
  padding-top: 200px;
}

.ba-space1_padding_right {
  padding-right: 200px;
}

.ba-space1_padding_left {
  padding-left: 200px;
}

.ba-space1_padding_bottom {
  padding-bottom: 200px;
}

.ba-space2_padding {
  padding: 150px;
}

.ba-space2_padding_top {
  padding-top: 150px;
}

.ba-space2_padding_right {
  padding-right: 150px;
}

.ba-space2_padding_left {
  padding-left: 150px;
}

.ba-space2_padding_bottom {
  padding-bottom: 150px;
}

.ba-space3_padding {
  padding: 100px;
}

.ba-space3_padding_top {
  padding-top: 100px;
}

.ba-space3_padding_right {
  padding-right: 100px;
}

.ba-space3_padding_left {
  padding-left: 100px;
}

.ba-space3_padding_bottom {
  padding-bottom: 100px;
}

.ba-space4_padding {
  padding: 70px;
}

.ba-space4_padding_top {
  padding-top: 70px;
}

.ba-space4_padding_right {
  padding-right: 70px;
}

.ba-space4_padding_left {
  padding-left: 70px;
}

.ba-space4_padding_bottom {
  padding-bottom: 70px;
}

.ba-space5_padding {
  padding: 50px;
}

.ba-space5_padding_top {
  padding-top: 50px;
}

.ba-space5_padding_right {
  padding-right: 50px;
}

.ba-space5_padding_left {
  padding-left: 50px;
}

.ba-space5_padding_bottom {
  padding-bottom: 50px;
}

.ba-space6_padding {
  padding: 30px;
}

.ba-space6_padding_top {
  padding-top: 30px;
}

.ba-space6_padding_right {
  padding-right: 30px;
}

.ba-space6_padding_left {
  padding-left: 30px;
}

.ba-space6_padding_bottom {
  padding-bottom: 30px;
}

.ba-space7_padding {
  padding: 20px;
}

.ba-space7_padding_top {
  padding-top: 20px;
}

.ba-space7_padding_right {
  padding-right: 20px;
}

.ba-space7_padding_left {
  padding-left: 20px;
}

.ba-space7_padding_bottom {
  padding-bottom: 20px;
}

.ba-space1_margin {
  margin: 200px;
}

.ba-space1_margin_top {
  margin-top: 200px;
}

.ba-space1_margin_right {
  margin-right: 200px;
}

.ba-space1_margin_left {
  margin-left: 200px;
}

.ba-space1_margin_bottom {
  margin-bottom: 200px;
}

.ba-space2_margin {
  margin: 150px;
}

.ba-space2_margin_top {
  margin-top: 150px;
}

.ba-space2_margin_right {
  margin-right: 150px;
}

.ba-space2_margin_left {
  margin-left: 150px;
}

.ba-space2_margin_bottom {
  margin-bottom: 150px;
}

.ba-space3_margin {
  margin: 100px;
}

.ba-space3_margin_top {
  margin-top: 100px;
}

.ba-space3_margin_right {
  margin-right: 100px;
}

.ba-space3_margin_left {
  margin-left: 100px;
}

.ba-space3_margin_bottom {
  margin-bottom: 100px;
}

.ba-space4_margin {
  margin: 70px;
}

.ba-space4_margin_top {
  margin-top: 70px;
}

.ba-space4_margin_right {
  margin-right: 70px;
}

.ba-space4_margin_left {
  margin-left: 70px;
}

.ba-space4_margin_bottom {
  margin-bottom: 70px;
}

.ba-space5_margin {
  margin: 50px;
}

.ba-space5_margin_top {
  margin-top: 50px;
}

.ba-space5_margin_right {
  margin-right: 50px;
}

.ba-space5_margin_left {
  margin-left: 50px;
}

.ba-space5_margin_bottom {
  margin-bottom: 50px;
}

.ba-space6_margin {
  margin: 30px;
}

.ba-space6_margin_top {
  margin-top: 30px;
}

.ba-space6_margin_right {
  margin-right: 30px;
}

.ba-space6_margin_left {
  margin-left: 30px;
}

.ba-space6_margin_bottom {
  margin-bottom: 30px;
}

.ba-space7_margin {
  margin: 20px;
}

.ba-space7_margin_top {
  margin-top: 20px;
}

.ba-space7_margin_right {
  margin-right: 20px;
}

.ba-space7_margin_left {
  margin-left: 20px;
}

.ba-space7_margin_bottom {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ba-space1_padding {
    padding: 125px;
  }
  .ba-space1_padding_top {
    padding-top: 125px;
  }
  decoration .ba-space1_padding_right {
    padding-right: 125px;
  }
  .ba-space1_padding_left {
    padding-left: 125px;
  }
  .ba-space1_padding_bottom {
    padding-bottom: 125px;
  }
  .ba-space2_padding {
    padding: 70px;
  }
  .ba-space2_padding_top {
    padding-top: 70px;
  }
  decoration .ba-space2_padding_right {
    padding-right: 70px;
  }
  .ba-space2_padding_left {
    padding-left: 70px;
  }
  .ba-space2_padding_bottom {
    padding-bottom: 70px;
  }
  .ba-space3_padding {
    padding: 50px;
  }
  .ba-space3_padding_top {
    padding-top: 50px;
  }
  decoration .ba-space3_padding_right {
    padding-right: 50px;
  }
  .ba-space3_padding_left {
    padding-left: 50px;
  }
  .ba-space3_padding_bottom {
    padding-bottom: 50px;
  }
  .ba-space4_padding {
    padding: 35px;
  }
  .ba-space4_padding_top {
    padding-top: 35px;
  }
  decoration .ba-space4_padding_right {
    padding-right: 35px;
  }
  .ba-space4_padding_left {
    padding-left: 35px;
  }
  .ba-space4_padding_bottom {
    padding-bottom: 35px;
  }
  .ba-space5_padding {
    padding: 30px;
  }
  .ba-space5_padding_top {
    padding-top: 30px;
  }
  decoration .ba-space5_padding_right {
    padding-right: 30px;
  }
  .ba-space5_padding_left {
    padding-left: 30px;
  }
  .ba-space5_padding_bottom {
    padding-bottom: 30px;
  }
  .ba-space6_padding {
    padding: 20px;
  }
  .ba-space6_padding_top {
    padding-top: 20px;
  }
  decoration .ba-space6_padding_right {
    padding-right: 20px;
  }
  .ba-space6_padding_left {
    padding-left: 20px;
  }
  .ba-space6_padding_bottom {
    padding-bottom: 20px;
  }
  .ba-space7_padding {
    padding: 15px;
  }
  .ba-space7_padding_top {
    padding-top: 15px;
  }
  decoration .ba-space7_padding_right {
    padding-right: 15px;
  }
  .ba-space7_padding_left {
    padding-left: 15px;
  }
  .ba-space7_padding_bottom {
    padding-bottom: 15px;
  }
  .ba-space1_margin {
    margin: 125px;
  }
  .ba-space1_margin_top {
    margin-top: 125px;
  }
  decoration .ba-space1_margin_right {
    margin-right: 125px;
  }
  .ba-space1_margin_left {
    margin-left: 125px;
  }
  .ba-space1_margin_bottom {
    margin-bottom: 125px;
  }
  .ba-space2_margin {
    margin: 70px;
  }
  .ba-space2_margin_top {
    margin-top: 70px;
  }
  decoration .ba-space2_margin_right {
    margin-right: 70px;
  }
  .ba-space2_margin_left {
    margin-left: 70px;
  }
  .ba-space2_margin_bottom {
    margin-bottom: 70px;
  }
  .ba-space3_margin {
    margin: 50px;
  }
  .ba-space3_margin_top {
    margin-top: 50px;
  }
  decoration .ba-space3_margin_right {
    margin-right: 50px;
  }
  .ba-space3_margin_left {
    margin-left: 50px;
  }
  .ba-space3_margin_bottom {
    margin-bottom: 50px;
  }
  .ba-space4_margin {
    margin: 35px;
  }
  .ba-space4_margin_top {
    margin-top: 35px;
  }
  decoration .ba-space4_margin_right {
    margin-right: 35px;
  }
  .ba-space4_margin_left {
    margin-left: 35px;
  }
  .ba-space4_margin_bottom {
    margin-bottom: 35px;
  }
  .ba-space5_margin {
    margin: 30px;
  }
  .ba-space5_margin_top {
    margin-top: 30px;
  }
  decoration .ba-space5_margin_right {
    margin-right: 30px;
  }
  .ba-space5_margin_left {
    margin-left: 30px;
  }
  .ba-space5_margin_bottom {
    margin-bottom: 30px;
  }
  .ba-space6_margin {
    margin: 20px;
  }
  .ba-space6_margin_top {
    margin-top: 20px;
  }
  decoration .ba-space6_margin_right {
    margin-right: 20px;
  }
  .ba-space6_margin_left {
    margin-left: 20px;
  }
  .ba-space6_margin_bottom {
    margin-bottom: 20px;
  }
  .ba-space7_margin {
    margin: 15px;
  }
  .ba-space7_margin_top {
    margin-top: 15px;
  }
  decoration .ba-space7_margin_right {
    margin-right: 15px;
  }
  .ba-space7_margin_left {
    margin-left: 15px;
  }
  .ba-space7_margin_bottom {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .ba-space1_padding {
    padding: 26.66vw;
  }
  .ba-space1_padding_top {
    padding-top: 26.66vw;
  }
  .ba-space1_padding_right {
    padding-right: 26.66vw;
  }
  .ba-space1_padding_left {
    padding-left: 26.66vw;
  }
  .ba-space1_padding_bottom {
    padding-bottom: 26.66vw;
  }
  .ba-space2_padding {
    padding: 20vw;
  }
  .ba-space2_padding_top {
    padding-top: 20vw;
  }
  .ba-space2_padding_right {
    padding-right: 20vw;
  }
  .ba-space2_padding_left {
    padding-left: 20vw;
  }
  .ba-space2_padding_bottom {
    padding-bottom: 20vw;
  }
  .ba-space3_padding {
    padding: 13.32vw;
  }
  .ba-space3_padding_top {
    padding-top: 13.32vw;
  }
  .ba-space3_padding_right {
    padding-right: 13.32vw;
  }
  .ba-space3_padding_left {
    padding-left: 13.32vw;
  }
  .ba-space3_padding_bottom {
    padding-bottom: 13.32vw;
  }
  .ba-space4_padding {
    padding: 9.333vw;
  }
  .ba-space4_padding_top {
    padding-top: 9.333vw;
  }
  .ba-space4_padding_right {
    padding-right: 9.333vw;
  }
  .ba-space4_padding_left {
    padding-left: 9.333vw;
  }
  .ba-space4_padding_bottom {
    padding-bottom: 9.333vw;
  }
  .ba-space5_padding {
    padding: 8vw;
  }
  .ba-space5_padding_top {
    padding-top: 8vw;
  }
  .ba-space5_padding_right {
    padding-right: 8vw;
  }
  .ba-space5_padding_left {
    padding-left: 8vw;
  }
  .ba-space5_padding_bottom {
    padding-bottom: 8vw;
  }
  .ba-space6_padding {
    padding: 5.33vw;
  }
  .ba-space6_padding_top {
    padding-top: 5.33vw;
  }
  .ba-space6_padding_right {
    padding-right: 5.33vw;
  }
  .ba-space6_padding_left {
    padding-left: 5.33vw;
  }
  .ba-space6_padding_bottom {
    padding-bottom: 5.33vw;
  }
  .ba-space7_padding {
    padding: 4vw;
  }
  .ba-space7_padding_top {
    padding-top: 4vw;
  }
  .ba-space7_padding_right {
    padding-right: 4vw;
  }
  .ba-space7_padding_left {
    padding-left: 4vw;
  }
  .ba-space7_padding_bottom {
    padding-bottom: 4vw;
  }
  .ba-space1_margin {
    margin: 26.66vw;
  }
  .ba-space1_margin_top {
    margin-top: 26.66vw;
  }
  .ba-space1_margin_right {
    margin-right: 26.66vw;
  }
  .ba-space1_margin_left {
    margin-left: 26.66vw;
  }
  .ba-space1_margin_bottom {
    margin-bottom: 26.66vw;
  }
  .ba-space2_margin {
    margin: 20vw;
  }
  .ba-space2_margin_top {
    margin-top: 20vw;
  }
  .ba-space2_margin_right {
    margin-right: 20vw;
  }
  .ba-space2_margin_left {
    margin-left: 20vw;
  }
  .ba-space2_margin_bottom {
    margin-bottom: 20vw;
  }
  .ba-space3_margin {
    margin: 13.32vw;
  }
  .ba-space3_margin_top {
    margin-top: 13.32vw;
  }
  .ba-space3_margin_right {
    margin-right: 13.32vw;
  }
  .ba-space3_margin_left {
    margin-left: 13.32vw;
  }
  .ba-space3_margin_bottom {
    margin-bottom: 13.32vw;
  }
  .ba-space4_margin {
    margin: 9.333vw;
  }
  .ba-space4_margin_top {
    margin-top: 9.333vw;
  }
  .ba-space4_margin_right {
    margin-right: 9.333vw;
  }
  .ba-space4_margin_left {
    margin-left: 9.333vw;
  }
  .ba-space4_margin_bottom {
    margin-bottom: 9.333vw;
  }
  .ba-space5_margin {
    margin: 8vw;
  }
  .ba-space5_margin_top {
    margin-top: 8vw;
  }
  .ba-space5_margin_right {
    margin-right: 8vw;
  }
  .ba-space5_margin_left {
    margin-left: 8vw;
  }
  .ba-space5_margin_bottom {
    margin-bottom: 8vw;
  }
  .ba-space6_margin {
    margin: 5.33vw;
  }
  .ba-space6_margin_top {
    margin-top: 5.33vw;
  }
  .ba-space6_margin_right {
    margin-right: 5.33vw;
  }
  .ba-space6_margin_left {
    margin-left: 5.33vw;
  }
  .ba-space6_margin_bottom {
    margin-bottom: 5.33vw;
  }
  .ba-space7_margin {
    margin: 4vw;
  }
  .ba-space7_margin_top {
    margin-top: 4vw;
  }
  .ba-space7_margin_right {
    margin-right: 4vw;
  }
  .ba-space7_margin_left {
    margin-left: 4vw;
  }
  .ba-space7_margin_bottom {
    margin-bottom: 4vw;
  }
}

@media (max-width: 767px) {
  /* CSS Document */
  .sp-word_break_all {
    word-break: break-all !important;
  }
  .sp-float_left {
    float: left !important;
  }
  .sp-float_right {
    float: right !important;
  }
  .sp-clear_both {
    clear: both !important;
  }
  /*　ボーダー関連　*/
  .sp-border_none {
    border: none !important;
  }
  /*　display関連　*/
  .sp-display_block {
    display: block !important;
  }
  .sp-display_none {
    display: none !important;
  }
  .sp-display_inlineblock {
    display: inline-block !important;
  }
  .sp-display_inline {
    display: inline !important;
  }
  /*flex関連　*/
  .sp-display_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-justify_start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .sp-justify_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .sp-justify_end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .sp-justify_around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .sp-justify_between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .sp-align_items_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .sp-align_items_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .sp-align_items_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp-flex_wrap_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .sp-flex_wrap_nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .sp-flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*　その他　*/
  .sp-pointer_none {
    pointer-events: none !important;
  }
  .sp-overflow-hidden {
    overflow: hidden !important;
  }
  .sp-overflow-auto {
    overflow: auto !important;
  }
  .sp-overflow-xscroll {
    overflow-x: scroll !important;
  }
  .sp-white_space_nowrap {
    white-space: nowrap !important;
  }
  .sp-white_space_normal {
    white-space: normal !important;
  }
  .sp-align_item_flex_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .sp-align_item_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .sp-align_item_flex_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp-object_fit_cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /*　position　*/
  .sp-position_static {
    position: static !important;
  }
  .sp-position_relative {
    position: relative !important;
  }
  .sp-position_absolute {
    position: absolute !important;
  }
  .sp-position_fixed {
    position: fixed !important;
  }
  /*　margin padding　*/
  .sp-ma_0 {
    margin: 0 !important;
  }
  .sp-ma_3px {
    margin: 3px !important;
  }
  .sp-ma_5px {
    margin: 5px !important;
  }
  .sp-ma_10px {
    margin: 10px !important;
  }
  .sp-ma_15px {
    margin: 15px !important;
  }
  .sp-ma_20px {
    margin: 20px !important;
  }
  .sp-ma_25px {
    margin: 25px !important;
  }
  .sp-ma_30px {
    margin: 30px !important;
  }
  .sp-ma_35px {
    margin: 35px !important;
  }
  .sp-ma_40px {
    margin: 40px !important;
  }
  .sp-ma_45px {
    margin: 45px !important;
  }
  .sp-ma_50px {
    margin: 50px !important;
  }
  .sp-ma_60px {
    margin: 60px !important;
  }
  .sp-ma_70px {
    margin: 70px !important;
  }
  .sp-ma_75px {
    margin: 75px !important;
  }
  .sp-ma_80px {
    margin: 80px !important;
  }
  .sp-ma_90px {
    margin: 90px !important;
  }
  .sp-ma_100px {
    margin: 100px !important;
  }
  .sp-ma_110px {
    margin: 110px !important;
  }
  .sp-ma_120px {
    margin: 120px !important;
  }
  .sp-ma_130px {
    margin: 130px !important;
  }
  .sp-ma_140px {
    margin: 140px !important;
  }
  .sp-ma_150px {
    margin: 150px !important;
  }
  .sp-ma_186px {
    margin: 186px !important;
  }
  .sp-ma_200px {
    margin: 200px !important;
  }
  .sp-ma_220px {
    margin: 220px !important;
  }
  .sp-ma_245px {
    margin: 245px !important;
  }
  .sp-ma_250px {
    margin: 250px !important;
  }
  .sp-ma_t_0 {
    margin-top: 0 !important;
  }
  .sp-pd_t_0 {
    padding-top: 0 !important;
  }
  .sp-ma_t_3px {
    margin-top: 3px !important;
  }
  .sp-pd_t_3px {
    padding-top: 3px !important;
  }
  .sp-ma_t_5px {
    margin-top: 5px !important;
  }
  .sp-pd_t_5px {
    padding-top: 5px !important;
  }
  .sp-ma_t_10px {
    margin-top: 10px !important;
  }
  .sp-pd_t_10px {
    padding-top: 10px !important;
  }
  .sp-ma_t_15px {
    margin-top: 15px !important;
  }
  .sp-pd_t_15px {
    padding-top: 15px !important;
  }
  .sp-ma_t_20px {
    margin-top: 20px !important;
  }
  .sp-pd_t_20px {
    padding-top: 20px !important;
  }
  .sp-ma_t_25px {
    margin-top: 25px !important;
  }
  .sp-pd_t_25px {
    padding-top: 25px !important;
  }
  .sp-ma_t_30px {
    margin-top: 30px !important;
  }
  .sp-pd_t_30px {
    padding-top: 30px !important;
  }
  .sp-ma_t_35px {
    margin-top: 35px !important;
  }
  .sp-pd_t_35px {
    padding-top: 35px !important;
  }
  .sp-ma_t_40px {
    margin-top: 40px !important;
  }
  .sp-pd_t_40px {
    padding-top: 40px !important;
  }
  .sp-ma_t_45px {
    margin-top: 45px !important;
  }
  .sp-pd_t_45px {
    padding-top: 45px !important;
  }
  .sp-ma_t_50px {
    margin-top: 50px !important;
  }
  .sp-pd_t_50px {
    padding-top: 50px !important;
  }
  .sp-ma_t_60px {
    margin-top: 60px !important;
  }
  .sp-pd_t_60px {
    padding-top: 60px !important;
  }
  .sp-ma_t_70px {
    margin-top: 70px !important;
  }
  .sp-pd_t_70px {
    padding-top: 70px !important;
  }
  .sp-ma_t_75px {
    margin-top: 75px !important;
  }
  .sp-pd_t_75px {
    padding-top: 75px !important;
  }
  .sp-ma_t_80px {
    margin-top: 80px !important;
  }
  .sp-pd_t_80px {
    padding-top: 80px !important;
  }
  .sp-ma_t_90px {
    margin-top: 90px !important;
  }
  .sp-pd_t_90px {
    padding-top: 90px !important;
  }
  .sp-ma_t_100px {
    margin-top: 100px !important;
  }
  .sp-pd_t_100px {
    padding-top: 100px !important;
  }
  .sp-ma_t_110px {
    margin-top: 110px !important;
  }
  .sp-pd_t_110px {
    padding-top: 110px !important;
  }
  .sp-ma_t_120px {
    margin-top: 120px !important;
  }
  .sp-pd_t_120px {
    padding-top: 120px !important;
  }
  .sp-ma_t_130px {
    margin-top: 130px !important;
  }
  .sp-pd_t_130px {
    padding-top: 130px !important;
  }
  .sp-ma_t_140px {
    margin-top: 140px !important;
  }
  .sp-pd_t_140px {
    padding-top: 140px !important;
  }
  .sp-ma_t_150px {
    margin-top: 150px !important;
  }
  .sp-pd_t_150px {
    padding-top: 150px !important;
  }
  .sp-ma_t_186px {
    margin-top: 186px !important;
  }
  .sp-pd_t_186px {
    padding-top: 186px !important;
  }
  .sp-ma_t_200px {
    margin-top: 200px !important;
  }
  .sp-pd_t_200px {
    padding-top: 200px !important;
  }
  .sp-ma_t_220px {
    margin-top: 220px !important;
  }
  .sp-pd_t_220px {
    padding-top: 220px !important;
  }
  .sp-ma_t_245px {
    margin-top: 245px !important;
  }
  .sp-pd_t_245px {
    padding-top: 245px !important;
  }
  .sp-ma_t_250px {
    margin-top: 250px !important;
  }
  .sp-pd_t_250px {
    padding-top: 250px !important;
  }
  .sp-ma_t_1em {
    margin-top: 1em !important;
  }
  .sp-ma_t_1rem {
    margin-top: 1rem !important;
  }
  .sp-pd_t_1em {
    padding-top: 1em !important;
  }
  .sp-pd_t_1rem {
    padding-top: 1rem !important;
  }
  .sp-ma_t_2em {
    margin-top: 2em !important;
  }
  .sp-ma_t_2rem {
    margin-top: 2rem !important;
  }
  .sp-pd_t_2em {
    padding-top: 2em !important;
  }
  .sp-pd_t_2rem {
    padding-top: 2rem !important;
  }
  .sp-ma_t_3em {
    margin-top: 3em !important;
  }
  .sp-ma_t_3rem {
    margin-top: 3rem !important;
  }
  .sp-pd_t_3em {
    padding-top: 3em !important;
  }
  .sp-pd_t_3rem {
    padding-top: 3rem !important;
  }
  .sp-ma_t_4em {
    margin-top: 4em !important;
  }
  .sp-ma_t_4rem {
    margin-top: 4rem !important;
  }
  .sp-pd_t_4em {
    padding-top: 4em !important;
  }
  .sp-pd_t_4rem {
    padding-top: 4rem !important;
  }
  .sp-ma_t_5em {
    margin-top: 5em !important;
  }
  .sp-ma_t_5rem {
    margin-top: 5rem !important;
  }
  .sp-pd_t_5em {
    padding-top: 5em !important;
  }
  .sp-pd_t_5rem {
    padding-top: 5rem !important;
  }
  .sp-ma_t_6em {
    margin-top: 6em !important;
  }
  .sp-ma_t_6rem {
    margin-top: 6rem !important;
  }
  .sp-pd_t_6em {
    padding-top: 6em !important;
  }
  .sp-pd_t_6rem {
    padding-top: 6rem !important;
  }
  .sp-ma_t_7em {
    margin-top: 7em !important;
  }
  .sp-ma_t_7rem {
    margin-top: 7rem !important;
  }
  .sp-pd_t_7em {
    padding-top: 7em !important;
  }
  .sp-pd_t_7rem {
    padding-top: 7rem !important;
  }
  .sp-ma_t_8em {
    margin-top: 8em !important;
  }
  .sp-ma_t_8rem {
    margin-top: 8rem !important;
  }
  .sp-pd_t_8em {
    padding-top: 8em !important;
  }
  .sp-pd_t_8rem {
    padding-top: 8rem !important;
  }
  .sp-ma_t_9em {
    margin-top: 9em !important;
  }
  .sp-ma_t_9rem {
    margin-top: 9rem !important;
  }
  .sp-pd_t_9em {
    padding-top: 9em !important;
  }
  .sp-pd_t_9rem {
    padding-top: 9rem !important;
  }
  .sp-ma_t_10em {
    margin-top: 10em !important;
  }
  .sp-ma_t_10rem {
    margin-top: 10rem !important;
  }
  .sp-pd_t_10em {
    padding-top: 10em !important;
  }
  .sp-pd_t_10rem {
    padding-top: 10rem !important;
  }
  .sp-ma_r_0 {
    margin-right: 0 !important;
  }
  .sp-pd_r_0 {
    padding-right: 0 !important;
  }
  .sp-ma_r_3px {
    margin-right: 3px !important;
  }
  .sp-pd_r_3px {
    padding-right: 3px !important;
  }
  .sp-ma_r_5px {
    margin-right: 5px !important;
  }
  .sp-pd_r_5px {
    padding-right: 5px !important;
  }
  .sp-ma_r_10px {
    margin-right: 10px !important;
  }
  .sp-pd_r_10px {
    padding-right: 10px !important;
  }
  .sp-ma_r_15px {
    margin-right: 15px !important;
  }
  .sp-pd_r_15px {
    padding-right: 15px !important;
  }
  .sp-ma_r_20px {
    margin-right: 20px !important;
  }
  .sp-pd_r_20px {
    padding-right: 20px !important;
  }
  .sp-ma_r_25px {
    margin-right: 25px !important;
  }
  .sp-pd_r_25px {
    padding-right: 25px !important;
  }
  .sp-ma_r_30px {
    margin-right: 30px !important;
  }
  .sp-pd_r_30px {
    padding-right: 30px !important;
  }
  .sp-ma_r_35px {
    margin-right: 35px !important;
  }
  .sp-pd_r_35px {
    padding-right: 35px !important;
  }
  .sp-ma_r_40px {
    margin-right: 40px !important;
  }
  .sp-pd_r_40px {
    padding-right: 40px !important;
  }
  .sp-ma_r_45px {
    margin-right: 45px !important;
  }
  .sp-pd_r_45px {
    padding-right: 45px !important;
  }
  .sp-ma_r_50px {
    margin-right: 50px !important;
  }
  .sp-pd_r_50px {
    padding-right: 50px !important;
  }
  .sp-ma_r_60px {
    margin-right: 60px !important;
  }
  .sp-pd_r_60px {
    padding-right: 60px !important;
  }
  .sp-ma_r_70px {
    margin-right: 70px !important;
  }
  .sp-pd_r_70px {
    padding-right: 70px !important;
  }
  .sp-ma_r_75px {
    margin-right: 75px !important;
  }
  .sp-pd_r_75px {
    padding-right: 75px !important;
  }
  .sp-ma_r_80px {
    margin-right: 80px !important;
  }
  .sp-pd_r_80px {
    padding-right: 80px !important;
  }
  .sp-ma_r_90px {
    margin-right: 90px !important;
  }
  .sp-pd_r_90px {
    padding-right: 90px !important;
  }
  .sp-ma_r_100px {
    margin-right: 100px !important;
  }
  .sp-pd_r_100px {
    padding-right: 100px !important;
  }
  .sp-ma_r_110px {
    margin-right: 110px !important;
  }
  .sp-pd_r_110px {
    padding-right: 110px !important;
  }
  .sp-ma_r_120px {
    margin-right: 120px !important;
  }
  .sp-pd_r_120px {
    padding-right: 120px !important;
  }
  .sp-ma_r_130px {
    margin-right: 130px !important;
  }
  .sp-pd_r_130px {
    padding-right: 130px !important;
  }
  .sp-ma_r_140px {
    margin-right: 140px !important;
  }
  .sp-pd_r_140px {
    padding-right: 140px !important;
  }
  .sp-ma_r_150px {
    margin-right: 150px !important;
  }
  .sp-pd_r_150px {
    padding-right: 150px !important;
  }
  .sp-ma_r_186px {
    margin-right: 186px !important;
  }
  .sp-pd_r_186px {
    padding-right: 186px !important;
  }
  .sp-ma_r_200px {
    margin-right: 200px !important;
  }
  .sp-pd_r_200px {
    padding-right: 200px !important;
  }
  .sp-ma_r_220px {
    margin-right: 220px !important;
  }
  .sp-pd_r_220px {
    padding-right: 220px !important;
  }
  .sp-ma_r_245px {
    margin-right: 245px !important;
  }
  .sp-pd_r_245px {
    padding-right: 245px !important;
  }
  .sp-ma_r_250px {
    margin-right: 250px !important;
  }
  .sp-pd_r_250px {
    padding-right: 250px !important;
  }
  .sp-ma_r_1em {
    margin-right: 1em !important;
  }
  .sp-ma_r_1rem {
    margin-right: 1rem !important;
  }
  .sp-pd_r_1em {
    padding-right: 1em !important;
  }
  .sp-pd_r_1rem {
    padding-right: 1rem !important;
  }
  .sp-ma_r_2em {
    margin-right: 2em !important;
  }
  .sp-ma_r_2rem {
    margin-right: 2rem !important;
  }
  .sp-pd_r_2em {
    padding-right: 2em !important;
  }
  .sp-pd_r_2rem {
    padding-right: 2rem !important;
  }
  .sp-ma_r_3em {
    margin-right: 3em !important;
  }
  .sp-ma_r_3rem {
    margin-right: 3rem !important;
  }
  .sp-pd_r_3em {
    padding-right: 3em !important;
  }
  .sp-pd_r_3rem {
    padding-right: 3rem !important;
  }
  .sp-ma_r_4em {
    margin-right: 4em !important;
  }
  .sp-ma_r_4rem {
    margin-right: 4rem !important;
  }
  .sp-pd_r_4em {
    padding-right: 4em !important;
  }
  .sp-pd_r_4rem {
    padding-right: 4rem !important;
  }
  .sp-ma_r_5em {
    margin-right: 5em !important;
  }
  .sp-ma_r_5rem {
    margin-right: 5rem !important;
  }
  .sp-pd_r_5em {
    padding-right: 5em !important;
  }
  .sp-pd_r_5rem {
    padding-right: 5rem !important;
  }
  .sp-ma_r_6em {
    margin-right: 6em !important;
  }
  .sp-ma_r_6rem {
    margin-right: 6rem !important;
  }
  .sp-pd_r_6em {
    padding-right: 6em !important;
  }
  .sp-pd_r_6rem {
    padding-right: 6rem !important;
  }
  .sp-ma_r_7em {
    margin-right: 7em !important;
  }
  .sp-ma_r_7rem {
    margin-right: 7rem !important;
  }
  .sp-pd_r_7em {
    padding-right: 7em !important;
  }
  .sp-pd_r_7rem {
    padding-right: 7rem !important;
  }
  .sp-ma_r_8em {
    margin-right: 8em !important;
  }
  .sp-ma_r_8rem {
    margin-right: 8rem !important;
  }
  .sp-pd_r_8em {
    padding-right: 8em !important;
  }
  .sp-pd_r_8rem {
    padding-right: 8rem !important;
  }
  .sp-ma_r_9em {
    margin-right: 9em !important;
  }
  .sp-ma_r_9rem {
    margin-right: 9rem !important;
  }
  .sp-pd_r_9em {
    padding-right: 9em !important;
  }
  .sp-pd_r_9rem {
    padding-right: 9rem !important;
  }
  .sp-ma_r_10em {
    margin-right: 10em !important;
  }
  .sp-ma_r_10rem {
    margin-right: 10rem !important;
  }
  .sp-pd_r_10em {
    padding-right: 10em !important;
  }
  .sp-pd_r_10rem {
    padding-right: 10rem !important;
  }
  .sp-ma_b_0 {
    margin-bottom: 0 !important;
  }
  .sp-pd_b_0 {
    padding-bottom: 0 !important;
  }
  .sp-ma_b_3px {
    margin-bottom: 3px !important;
  }
  .sp-pd_b_3px {
    padding-bottom: 3px !important;
  }
  .sp-ma_b_5px {
    margin-bottom: 5px !important;
  }
  .sp-pd_b_5px {
    padding-bottom: 5px !important;
  }
  .sp-ma_b_10px {
    margin-bottom: 10px !important;
  }
  .sp-pd_b_10px {
    padding-bottom: 10px !important;
  }
  .sp-ma_b_15px {
    margin-bottom: 15px !important;
  }
  .sp-pd_b_15px {
    padding-bottom: 15px !important;
  }
  .sp-ma_b_20px {
    margin-bottom: 20px !important;
  }
  .sp-pd_b_20px {
    padding-bottom: 20px !important;
  }
  .sp-ma_b_25px {
    margin-bottom: 25px !important;
  }
  .sp-pd_b_25px {
    padding-bottom: 25px !important;
  }
  .sp-ma_b_30px {
    margin-bottom: 30px !important;
  }
  .sp-pd_b_30px {
    padding-bottom: 30px !important;
  }
  .sp-ma_b_35px {
    margin-bottom: 35px !important;
  }
  .sp-pd_b_35px {
    padding-bottom: 35px !important;
  }
  .sp-ma_b_40px {
    margin-bottom: 40px !important;
  }
  .sp-pd_b_40px {
    padding-bottom: 40px !important;
  }
  .sp-ma_b_45px {
    margin-bottom: 45px !important;
  }
  .sp-pd_b_45px {
    padding-bottom: 45px !important;
  }
  .sp-ma_b_50px {
    margin-bottom: 50px !important;
  }
  .sp-pd_b_50px {
    padding-bottom: 50px !important;
  }
  .sp-ma_b_60px {
    margin-bottom: 60px !important;
  }
  .sp-pd_b_60px {
    padding-bottom: 60px !important;
  }
  .sp-ma_b_70px {
    margin-bottom: 70px !important;
  }
  .sp-pd_b_70px {
    padding-bottom: 70px !important;
  }
  .sp-ma_b_75px {
    margin-bottom: 75px !important;
  }
  .sp-pd_b_75px {
    padding-bottom: 75px !important;
  }
  .sp-ma_b_80px {
    margin-bottom: 80px !important;
  }
  .sp-pd_b_80px {
    padding-bottom: 80px !important;
  }
  .sp-ma_b_90px {
    margin-bottom: 90px !important;
  }
  .sp-pd_b_90px {
    padding-bottom: 90px !important;
  }
  .sp-ma_b_100px {
    margin-bottom: 100px !important;
  }
  .sp-pd_b_100px {
    padding-bottom: 100px !important;
  }
  .sp-ma_b_110px {
    margin-bottom: 110px !important;
  }
  .sp-pd_b_110px {
    padding-bottom: 110px !important;
  }
  .sp-ma_b_120px {
    margin-bottom: 120px !important;
  }
  .sp-pd_b_120px {
    padding-bottom: 120px !important;
  }
  .sp-ma_b_130px {
    margin-bottom: 130px !important;
  }
  .sp-pd_b_130px {
    padding-bottom: 130px !important;
  }
  .sp-ma_b_140px {
    margin-bottom: 140px !important;
  }
  .sp-pd_b_140px {
    padding-bottom: 140px !important;
  }
  .sp-ma_b_150px {
    margin-bottom: 150px !important;
  }
  .sp-pd_b_150px {
    padding-bottom: 150px !important;
  }
  .sp-ma_b_186px {
    margin-bottom: 186px !important;
  }
  .sp-pd_b_186px {
    padding-bottom: 186px !important;
  }
  .sp-ma_b_200px {
    margin-bottom: 200px !important;
  }
  .sp-pd_b_200px {
    padding-bottom: 200px !important;
  }
  .sp-ma_b_220px {
    margin-bottom: 220px !important;
  }
  .sp-pd_b_220px {
    padding-bottom: 220px !important;
  }
  .sp-ma_b_245px {
    margin-bottom: 245px !important;
  }
  .sp-pd_b_245px {
    padding-bottom: 245px !important;
  }
  .sp-ma_b_250px {
    margin-bottom: 250px !important;
  }
  .sp-pd_b_250px {
    padding-bottom: 250px !important;
  }
  .sp-ma_b_1em {
    margin-bottom: 1em !important;
  }
  .sp-ma_b_1rem {
    margin-bottom: 1rem !important;
  }
  .sp-pd_b_1em {
    padding-bottom: 1em !important;
  }
  .sp-pd_b_1rem {
    padding-bottom: 1rem !important;
  }
  .sp-ma_b_2em {
    margin-bottom: 2em !important;
  }
  .sp-ma_b_2rem {
    margin-bottom: 2rem !important;
  }
  .sp-pd_b_2em {
    padding-bottom: 2em !important;
  }
  .sp-pd_b_2rem {
    padding-bottom: 2rem !important;
  }
  .sp-ma_b_3em {
    margin-bottom: 3em !important;
  }
  .sp-ma_b_3rem {
    margin-bottom: 3rem !important;
  }
  .sp-pd_b_3em {
    padding-bottom: 3em !important;
  }
  .sp-pd_b_3rem {
    padding-bottom: 3rem !important;
  }
  .sp-ma_b_4em {
    margin-bottom: 4em !important;
  }
  .sp-ma_b_4rem {
    margin-bottom: 4rem !important;
  }
  .sp-pd_b_4em {
    padding-bottom: 4em !important;
  }
  .sp-pd_b_4rem {
    padding-bottom: 4rem !important;
  }
  .sp-ma_b_5em {
    margin-bottom: 5em !important;
  }
  .sp-ma_b_5rem {
    margin-bottom: 5rem !important;
  }
  .sp-pd_b_5em {
    padding-bottom: 5em !important;
  }
  .sp-pd_b_5rem {
    padding-bottom: 5rem !important;
  }
  .sp-ma_b_6em {
    margin-bottom: 6em !important;
  }
  .sp-ma_b_6rem {
    margin-bottom: 6rem !important;
  }
  .sp-pd_b_6em {
    padding-bottom: 6em !important;
  }
  .sp-pd_b_6rem {
    padding-bottom: 6rem !important;
  }
  .sp-ma_b_7em {
    margin-bottom: 7em !important;
  }
  .sp-ma_b_7rem {
    margin-bottom: 7rem !important;
  }
  .sp-pd_b_7em {
    padding-bottom: 7em !important;
  }
  .sp-pd_b_7rem {
    padding-bottom: 7rem !important;
  }
  .sp-ma_b_8em {
    margin-bottom: 8em !important;
  }
  .sp-ma_b_8rem {
    margin-bottom: 8rem !important;
  }
  .sp-pd_b_8em {
    padding-bottom: 8em !important;
  }
  .sp-pd_b_8rem {
    padding-bottom: 8rem !important;
  }
  .sp-ma_b_9em {
    margin-bottom: 9em !important;
  }
  .sp-ma_b_9rem {
    margin-bottom: 9rem !important;
  }
  .sp-pd_b_9em {
    padding-bottom: 9em !important;
  }
  .sp-pd_b_9rem {
    padding-bottom: 9rem !important;
  }
  .sp-ma_b_10em {
    margin-bottom: 10em !important;
  }
  .sp-ma_b_10rem {
    margin-bottom: 10rem !important;
  }
  .sp-pd_b_10em {
    padding-bottom: 10em !important;
  }
  .sp-pd_b_10rem {
    padding-bottom: 10rem !important;
  }
  .sp-ma_l_0 {
    margin-left: 0 !important;
  }
  .sp-pd_l_0 {
    padding-left: 0 !important;
  }
  .sp-ma_l_3px {
    margin-left: 3px !important;
  }
  .sp-pd_l_3px {
    padding-left: 3px !important;
  }
  .sp-ma_l_5px {
    margin-left: 5px !important;
  }
  .sp-pd_l_5px {
    padding-left: 5px !important;
  }
  .sp-ma_l_10px {
    margin-left: 10px !important;
  }
  .sp-pd_l_10px {
    padding-left: 10px !important;
  }
  .sp-ma_l_15px {
    margin-left: 15px !important;
  }
  .sp-pd_l_15px {
    padding-left: 15px !important;
  }
  .sp-ma_l_20px {
    margin-left: 20px !important;
  }
  .sp-pd_l_20px {
    padding-left: 20px !important;
  }
  .sp-ma_l_25px {
    margin-left: 25px !important;
  }
  .sp-pd_l_25px {
    padding-left: 25px !important;
  }
  .sp-ma_l_30px {
    margin-left: 30px !important;
  }
  .sp-pd_l_30px {
    padding-left: 30px !important;
  }
  .sp-ma_l_35px {
    margin-left: 35px !important;
  }
  .sp-pd_l_35px {
    padding-left: 35px !important;
  }
  .sp-ma_l_40px {
    margin-left: 40px !important;
  }
  .sp-pd_l_40px {
    padding-left: 40px !important;
  }
  .sp-ma_l_45px {
    margin-left: 45px !important;
  }
  .sp-pd_l_45px {
    padding-left: 45px !important;
  }
  .sp-ma_l_50px {
    margin-left: 50px !important;
  }
  .sp-pd_l_50px {
    padding-left: 50px !important;
  }
  .sp-ma_l_60px {
    margin-left: 60px !important;
  }
  .sp-pd_l_60px {
    padding-left: 60px !important;
  }
  .sp-ma_l_70px {
    margin-left: 70px !important;
  }
  .sp-pd_l_70px {
    padding-left: 70px !important;
  }
  .sp-ma_l_75px {
    margin-left: 75px !important;
  }
  .sp-pd_l_75px {
    padding-left: 75px !important;
  }
  .sp-ma_l_80px {
    margin-left: 80px !important;
  }
  .sp-pd_l_80px {
    padding-left: 80px !important;
  }
  .sp-ma_l_90px {
    margin-left: 90px !important;
  }
  .sp-pd_l_90px {
    padding-left: 90px !important;
  }
  .sp-ma_l_100px {
    margin-left: 100px !important;
  }
  .sp-pd_l_100px {
    padding-left: 100px !important;
  }
  .sp-ma_l_110px {
    margin-left: 110px !important;
  }
  .sp-pd_l_110px {
    padding-left: 110px !important;
  }
  .sp-ma_l_120px {
    margin-left: 120px !important;
  }
  .sp-pd_l_120px {
    padding-left: 120px !important;
  }
  .sp-ma_l_130px {
    margin-left: 130px !important;
  }
  .sp-pd_l_130px {
    padding-left: 130px !important;
  }
  .sp-ma_l_140px {
    margin-left: 140px !important;
  }
  .sp-pd_l_140px {
    padding-left: 140px !important;
  }
  .sp-ma_l_150px {
    margin-left: 150px !important;
  }
  .sp-pd_l_150px {
    padding-left: 150px !important;
  }
  .sp-ma_l_186px {
    margin-left: 186px !important;
  }
  .sp-pd_l_186px {
    padding-left: 186px !important;
  }
  .sp-ma_l_200px {
    margin-left: 200px !important;
  }
  .sp-pd_l_200px {
    padding-left: 200px !important;
  }
  .sp-ma_l_220px {
    margin-left: 220px !important;
  }
  .sp-pd_l_220px {
    padding-left: 220px !important;
  }
  .sp-ma_l_245px {
    margin-left: 245px !important;
  }
  .sp-pd_l_245px {
    padding-left: 245px !important;
  }
  .sp-ma_l_250px {
    margin-left: 250px !important;
  }
  .sp-pd_l_250px {
    padding-left: 250px !important;
  }
  .sp-ma_l_1em {
    margin-left: 1em !important;
  }
  .sp-ma_l_1rem {
    margin-left: 1rem !important;
  }
  .sp-pd_l_1em {
    padding-left: 1em !important;
  }
  .sp-pd_l_1rem {
    padding-left: 1rem !important;
  }
  .sp-ma_l_2em {
    margin-left: 2em !important;
  }
  .sp-ma_l_2rem {
    margin-left: 2rem !important;
  }
  .sp-pd_l_2em {
    padding-left: 2em !important;
  }
  .sp-pd_l_2rem {
    padding-left: 2rem !important;
  }
  .sp-ma_l_3em {
    margin-left: 3em !important;
  }
  .sp-ma_l_3rem {
    margin-left: 3rem !important;
  }
  .sp-pd_l_3em {
    padding-left: 3em !important;
  }
  .sp-pd_l_3rem {
    padding-left: 3rem !important;
  }
  .sp-ma_l_4em {
    margin-left: 4em !important;
  }
  .sp-ma_l_4rem {
    margin-left: 4rem !important;
  }
  .sp-pd_l_4em {
    padding-left: 4em !important;
  }
  .sp-pd_l_4rem {
    padding-left: 4rem !important;
  }
  .sp-ma_l_5em {
    margin-left: 5em !important;
  }
  .sp-ma_l_5rem {
    margin-left: 5rem !important;
  }
  .sp-pd_l_5em {
    padding-left: 5em !important;
  }
  .sp-pd_l_5rem {
    padding-left: 5rem !important;
  }
  .sp-ma_l_6em {
    margin-left: 6em !important;
  }
  .sp-ma_l_6rem {
    margin-left: 6rem !important;
  }
  .sp-pd_l_6em {
    padding-left: 6em !important;
  }
  .sp-pd_l_6rem {
    padding-left: 6rem !important;
  }
  .sp-ma_l_7em {
    margin-left: 7em !important;
  }
  .sp-ma_l_7rem {
    margin-left: 7rem !important;
  }
  .sp-pd_l_7em {
    padding-left: 7em !important;
  }
  .sp-pd_l_7rem {
    padding-left: 7rem !important;
  }
  .sp-ma_l_8em {
    margin-left: 8em !important;
  }
  .sp-ma_l_8rem {
    margin-left: 8rem !important;
  }
  .sp-pd_l_8em {
    padding-left: 8em !important;
  }
  .sp-pd_l_8rem {
    padding-left: 8rem !important;
  }
  .sp-ma_l_9em {
    margin-left: 9em !important;
  }
  .sp-ma_l_9rem {
    margin-left: 9rem !important;
  }
  .sp-pd_l_9em {
    padding-left: 9em !important;
  }
  .sp-pd_l_9rem {
    padding-left: 9rem !important;
  }
  .sp-ma_l_10em {
    margin-left: 10em !important;
  }
  .sp-ma_l_10rem {
    margin-left: 10rem !important;
  }
  .sp-pd_l_10em {
    padding-left: 10em !important;
  }
  .sp-pd_l_10rem {
    padding-left: 10rem !important;
  }
  /*　top　*/
  .sp-top_0 {
    top: 0 !important;
  }
  .sp-top_3px {
    top: 3px !important;
  }
  .sp-top_5px {
    top: 5px !important;
  }
  .sp-top_10px {
    top: 10px !important;
  }
  .sp-top_15px {
    top: 15px !important;
  }
  .sp-top_20px {
    top: 20px !important;
  }
  .sp-top_25px {
    top: 25px !important;
  }
  .sp-top_30px {
    top: 30px !important;
  }
  .sp-top_35px {
    top: 35px !important;
  }
  .sp-top_40px {
    top: 40px !important;
  }
  .sp-top_45px {
    top: 45px !important;
  }
  .sp-top_50px {
    top: 50px !important;
  }
  .sp-top_60px {
    top: 60px !important;
  }
  .sp-top_70px {
    top: 70px !important;
  }
  .sp-top_75px {
    top: 75px !important;
  }
  .sp-top_80px {
    top: 80px !important;
  }
  .sp-top_90px {
    top: 90px !important;
  }
  .sp-top_100px {
    top: 100px !important;
  }
  .sp-top_110px {
    top: 110px !important;
  }
  .sp-top_120px {
    top: 120px !important;
  }
  .sp-top_130px {
    top: 130px !important;
  }
  .sp-top_140px {
    top: 140px !important;
  }
  .sp-top_150px {
    top: 150px !important;
  }
  .sp-top_186px {
    top: 186px !important;
  }
  .sp-top_200px {
    top: 200px !important;
  }
  .sp-top_220px {
    top: 220px !important;
  }
  .sp-top_245px {
    top: 245px !important;
  }
  .sp-top_250px {
    top: 250px !important;
  }
  .sp-ma_rl_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*　text-align　*/
  .sp-text_align_left {
    text-align: left !important;
  }
  .sp-text_align_center {
    text-align: center !important;
  }
  .sp-text_align_right {
    text-align: right !important;
  }
  /*　vertical-align　*/
  .sp-v_align_top {
    vertical-align: top !important;
  }
  .sp-v_align_middle {
    vertical-align: middle !important;
  }
  .sp-v_align_bottom {
    vertical-align: bottom !important;
  }
  /*　フォントウェイト　*/
  .sp-font_bold {
    font-weight: bold !important;
  }
  .sp-font_normal {
    font-weight: normal !important;
  }
  /*　フォントサイズ　*/
  .sp-fontsize_10px {
    font-size: 10px !important;
  }
  .sp-fontsize_12px {
    font-size: 12px !important;
  }
  .sp-fontsize_13px {
    font-size: 13px !important;
  }
  .sp-fontsize_14px {
    font-size: 14px !important;
  }
  .sp-fontsize_15px {
    font-size: 15px !important;
  }
  .sp-fontsize_18px {
    font-size: 18px !important;
  }
  .sp-fontsize_16px {
    font-size: 16px !important;
  }
  .sp-fontsize_20px {
    font-size: 20px !important;
  }
  .sp-fontsize_22px {
    font-size: 22px !important;
  }
  .sp-fontsize_21px {
    font-size: 21px !important;
  }
  .sp-fontsize_24px {
    font-size: 24px !important;
  }
  .sp-fontsize_26px {
    font-size: 26px !important;
  }
  .sp-fontsize_0_75rem {
    font-size: 0.75rem !important;
  }
  .sp-fontsize_1rem {
    font-size: 1rem !important;
  }
  .sp-fontsize_1_25rem {
    font-size: 1.25rem !important;
  }
  .sp-fontsize_1_5rem {
    font-size: 1.5rem !important;
  }
  .sp-fontsize_1_75rem {
    font-size: 1.75rem !important;
  }
  .sp-fontsize_2rem {
    font-size: 2rem !important;
  }
  /*　インデント　*/
  .sp-text_indent_10px {
    text-indent: 10px !important;
  }
  .sp-text_indent_15px {
    text-indent: 15px !important;
  }
  .sp-text_indent_20px {
    text-indent: 20px !important;
  }
  .sp-text_indent_-15px {
    text-indent: -15px !important;
  }
  .sp-text_indent_-20px {
    text-indent: -20px !important;
  }
  .sp-text_indent_-30px {
    text-indent: -30px !important;
  }
  /*　ラインヘイト　*/
  .sp-line_height_0 {
    line-height: 0 !important;
  }
  .sp-line_height_16 {
    line-height: 16px !important;
  }
  .sp-line_height_18 {
    line-height: 18px !important;
  }
  .sp-line_height_24 {
    line-height: 24px !important;
  }
  .sp-line_height_32 {
    line-height: 32px !important;
  }
  /*　ヘイト　*/
  .sp-height_230px {
    height: 230px !important;
  }
  .sp-height_100pa {
    height: 100% !important;
  }
  .sp-height_0 {
    height: 0 !important;
  }
  .sp-height_3px {
    height: 3px !important;
  }
  .sp-height_5px {
    height: 5px !important;
  }
  .sp-height_10px {
    height: 10px !important;
  }
  .sp-height_15px {
    height: 15px !important;
  }
  .sp-height_20px {
    height: 20px !important;
  }
  .sp-height_25px {
    height: 25px !important;
  }
  .sp-height_30px {
    height: 30px !important;
  }
  .sp-height_35px {
    height: 35px !important;
  }
  .sp-height_40px {
    height: 40px !important;
  }
  .sp-height_45px {
    height: 45px !important;
  }
  .sp-height_50px {
    height: 50px !important;
  }
  .sp-height_60px {
    height: 60px !important;
  }
  .sp-height_70px {
    height: 70px !important;
  }
  .sp-height_75px {
    height: 75px !important;
  }
  .sp-height_80px {
    height: 80px !important;
  }
  .sp-height_90px {
    height: 90px !important;
  }
  .sp-height_100px {
    height: 100px !important;
  }
  .sp-height_110px {
    height: 110px !important;
  }
  .sp-height_120px {
    height: 120px !important;
  }
  .sp-height_130px {
    height: 130px !important;
  }
  .sp-height_140px {
    height: 140px !important;
  }
  .sp-height_150px {
    height: 150px !important;
  }
  .sp-height_186px {
    height: 186px !important;
  }
  .sp-height_200px {
    height: 200px !important;
  }
  .sp-height_220px {
    height: 220px !important;
  }
  .sp-height_245px {
    height: 245px !important;
  }
  .sp-height_250px {
    height: 250px !important;
  }
  .height_100pa {
    height: 100%;
  }
  /*リスト*/
  .sp-list_style_none {
    list-style: none !important;
  }
  /*　横幅　*/
  .sp-width_auto {
    width: auto !important;
  }
  .sp-width_10pa {
    width: 10% !important;
  }
  .sp-width_1em {
    width: 1em !important;
  }
  .sp-width_20pa {
    width: 20% !important;
  }
  .sp-width_2em {
    width: 2em !important;
  }
  .sp-width_30pa {
    width: 30% !important;
  }
  .sp-width_3em {
    width: 3em !important;
  }
  .sp-width_40pa {
    width: 40% !important;
  }
  .sp-width_4em {
    width: 4em !important;
  }
  .sp-width_50pa {
    width: 50% !important;
  }
  .sp-width_5em {
    width: 5em !important;
  }
  .sp-width_60pa {
    width: 60% !important;
  }
  .sp-width_6em {
    width: 6em !important;
  }
  .sp-width_70pa {
    width: 70% !important;
  }
  .sp-width_7em {
    width: 7em !important;
  }
  .sp-width_80pa {
    width: 80% !important;
  }
  .sp-width_8em {
    width: 8em !important;
  }
  .sp-width_90pa {
    width: 90% !important;
  }
  .sp-width_9em {
    width: 9em !important;
  }
  .sp-width_100pa {
    width: 100% !important;
  }
  .sp-width_10em {
    width: 10em !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS Document */
  .tb-word_break_all {
    word-break: break-all !important;
  }
  .tb-float_left {
    float: left !important;
  }
  .tb-float_right {
    float: right !important;
  }
  .tb-clear_both {
    clear: both !important;
  }
  /*　ボーダー関連　*/
  .tb-border_none {
    border: none !important;
  }
  /*　display関連　*/
  .tb-display_block {
    display: block !important;
  }
  .tb-display_none {
    display: none !important;
  }
  .tb-display_inlineblock {
    display: inline-block !important;
  }
  .tb-display_inline {
    display: inline !important;
  }
  /*flex関連　*/
  .tb-display_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tb-justify_start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .tb-justify_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .tb-justify_end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .tb-justify_around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .tb-justify_between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .tb-align_items_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .tb-align_items_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .tb-align_items_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .tb-flex_wrap_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .tb-flex_wrap_nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .tb-flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*　その他　*/
  .tb-pointer_none {
    pointer-events: none !important;
  }
  .tb-overflow-hidden {
    overflow: hidden !important;
  }
  .tb-overflow-auto {
    overflow: auto !important;
  }
  .tb-overflow-xscroll {
    overflow-x: scroll !important;
  }
  .tb-white_space_nowrap {
    white-space: nowrap !important;
  }
  .tb-white_space_normal {
    white-space: normal !important;
  }
  .tb-align_item_flex_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .tb-align_item_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .tb-align_item_flex_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .tb-object_fit_cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /*　position　*/
  .tb-position_static {
    position: static !important;
  }
  .tb-position_relative {
    position: relative !important;
  }
  .tb-position_absolute {
    position: absolute !important;
  }
  .tb-position_fixed {
    position: fixed !important;
  }
  /*　margin padding　*/
  .tb-ma_0 {
    margin: 0 !important;
  }
  .tb-ma_3px {
    margin: 3px !important;
  }
  .tb-ma_5px {
    margin: 5px !important;
  }
  .tb-ma_10px {
    margin: 10px !important;
  }
  .tb-ma_15px {
    margin: 15px !important;
  }
  .tb-ma_20px {
    margin: 20px !important;
  }
  .tb-ma_25px {
    margin: 25px !important;
  }
  .tb-ma_30px {
    margin: 30px !important;
  }
  .tb-ma_35px {
    margin: 35px !important;
  }
  .tb-ma_40px {
    margin: 40px !important;
  }
  .tb-ma_45px {
    margin: 45px !important;
  }
  .tb-ma_50px {
    margin: 50px !important;
  }
  .tb-ma_60px {
    margin: 60px !important;
  }
  .tb-ma_70px {
    margin: 70px !important;
  }
  .tb-ma_75px {
    margin: 75px !important;
  }
  .tb-ma_80px {
    margin: 80px !important;
  }
  .tb-ma_90px {
    margin: 90px !important;
  }
  .tb-ma_100px {
    margin: 100px !important;
  }
  .tb-ma_110px {
    margin: 110px !important;
  }
  .tb-ma_120px {
    margin: 120px !important;
  }
  .tb-ma_130px {
    margin: 130px !important;
  }
  .tb-ma_140px {
    margin: 140px !important;
  }
  .tb-ma_150px {
    margin: 150px !important;
  }
  .tb-ma_186px {
    margin: 186px !important;
  }
  .tb-ma_200px {
    margin: 200px !important;
  }
  .tb-ma_220px {
    margin: 220px !important;
  }
  .tb-ma_245px {
    margin: 245px !important;
  }
  .tb-ma_250px {
    margin: 250px !important;
  }
  .tb-ma_t_0 {
    margin-top: 0 !important;
  }
  .tb-pd_t_0 {
    padding-top: 0 !important;
  }
  .tb-ma_t_3px {
    margin-top: 3px !important;
  }
  .tb-pd_t_3px {
    padding-top: 3px !important;
  }
  .tb-ma_t_5px {
    margin-top: 5px !important;
  }
  .tb-pd_t_5px {
    padding-top: 5px !important;
  }
  .tb-ma_t_10px {
    margin-top: 10px !important;
  }
  .tb-pd_t_10px {
    padding-top: 10px !important;
  }
  .tb-ma_t_15px {
    margin-top: 15px !important;
  }
  .tb-pd_t_15px {
    padding-top: 15px !important;
  }
  .tb-ma_t_20px {
    margin-top: 20px !important;
  }
  .tb-pd_t_20px {
    padding-top: 20px !important;
  }
  .tb-ma_t_25px {
    margin-top: 25px !important;
  }
  .tb-pd_t_25px {
    padding-top: 25px !important;
  }
  .tb-ma_t_30px {
    margin-top: 30px !important;
  }
  .tb-pd_t_30px {
    padding-top: 30px !important;
  }
  .tb-ma_t_35px {
    margin-top: 35px !important;
  }
  .tb-pd_t_35px {
    padding-top: 35px !important;
  }
  .tb-ma_t_40px {
    margin-top: 40px !important;
  }
  .tb-pd_t_40px {
    padding-top: 40px !important;
  }
  .tb-ma_t_45px {
    margin-top: 45px !important;
  }
  .tb-pd_t_45px {
    padding-top: 45px !important;
  }
  .tb-ma_t_50px {
    margin-top: 50px !important;
  }
  .tb-pd_t_50px {
    padding-top: 50px !important;
  }
  .tb-ma_t_60px {
    margin-top: 60px !important;
  }
  .tb-pd_t_60px {
    padding-top: 60px !important;
  }
  .tb-ma_t_70px {
    margin-top: 70px !important;
  }
  .tb-pd_t_70px {
    padding-top: 70px !important;
  }
  .tb-ma_t_75px {
    margin-top: 75px !important;
  }
  .tb-pd_t_75px {
    padding-top: 75px !important;
  }
  .tb-ma_t_80px {
    margin-top: 80px !important;
  }
  .tb-pd_t_80px {
    padding-top: 80px !important;
  }
  .tb-ma_t_90px {
    margin-top: 90px !important;
  }
  .tb-pd_t_90px {
    padding-top: 90px !important;
  }
  .tb-ma_t_100px {
    margin-top: 100px !important;
  }
  .tb-pd_t_100px {
    padding-top: 100px !important;
  }
  .tb-ma_t_110px {
    margin-top: 110px !important;
  }
  .tb-pd_t_110px {
    padding-top: 110px !important;
  }
  .tb-ma_t_120px {
    margin-top: 120px !important;
  }
  .tb-pd_t_120px {
    padding-top: 120px !important;
  }
  .tb-ma_t_130px {
    margin-top: 130px !important;
  }
  .tb-pd_t_130px {
    padding-top: 130px !important;
  }
  .tb-ma_t_140px {
    margin-top: 140px !important;
  }
  .tb-pd_t_140px {
    padding-top: 140px !important;
  }
  .tb-ma_t_150px {
    margin-top: 150px !important;
  }
  .tb-pd_t_150px {
    padding-top: 150px !important;
  }
  .tb-ma_t_186px {
    margin-top: 186px !important;
  }
  .tb-pd_t_186px {
    padding-top: 186px !important;
  }
  .tb-ma_t_200px {
    margin-top: 200px !important;
  }
  .tb-pd_t_200px {
    padding-top: 200px !important;
  }
  .tb-ma_t_220px {
    margin-top: 220px !important;
  }
  .tb-pd_t_220px {
    padding-top: 220px !important;
  }
  .tb-ma_t_245px {
    margin-top: 245px !important;
  }
  .tb-pd_t_245px {
    padding-top: 245px !important;
  }
  .tb-ma_t_250px {
    margin-top: 250px !important;
  }
  .tb-pd_t_250px {
    padding-top: 250px !important;
  }
  .tb-ma_t_1em {
    margin-top: 1em !important;
  }
  .tb-ma_t_1rem {
    margin-top: 1rem !important;
  }
  .tb-pd_t_1em {
    padding-top: 1em !important;
  }
  .tb-pd_t_1rem {
    padding-top: 1rem !important;
  }
  .tb-ma_t_2em {
    margin-top: 2em !important;
  }
  .tb-ma_t_2rem {
    margin-top: 2rem !important;
  }
  .tb-pd_t_2em {
    padding-top: 2em !important;
  }
  .tb-pd_t_2rem {
    padding-top: 2rem !important;
  }
  .tb-ma_t_3em {
    margin-top: 3em !important;
  }
  .tb-ma_t_3rem {
    margin-top: 3rem !important;
  }
  .tb-pd_t_3em {
    padding-top: 3em !important;
  }
  .tb-pd_t_3rem {
    padding-top: 3rem !important;
  }
  .tb-ma_t_4em {
    margin-top: 4em !important;
  }
  .tb-ma_t_4rem {
    margin-top: 4rem !important;
  }
  .tb-pd_t_4em {
    padding-top: 4em !important;
  }
  .tb-pd_t_4rem {
    padding-top: 4rem !important;
  }
  .tb-ma_t_5em {
    margin-top: 5em !important;
  }
  .tb-ma_t_5rem {
    margin-top: 5rem !important;
  }
  .tb-pd_t_5em {
    padding-top: 5em !important;
  }
  .tb-pd_t_5rem {
    padding-top: 5rem !important;
  }
  .tb-ma_t_6em {
    margin-top: 6em !important;
  }
  .tb-ma_t_6rem {
    margin-top: 6rem !important;
  }
  .tb-pd_t_6em {
    padding-top: 6em !important;
  }
  .tb-pd_t_6rem {
    padding-top: 6rem !important;
  }
  .tb-ma_t_7em {
    margin-top: 7em !important;
  }
  .tb-ma_t_7rem {
    margin-top: 7rem !important;
  }
  .tb-pd_t_7em {
    padding-top: 7em !important;
  }
  .tb-pd_t_7rem {
    padding-top: 7rem !important;
  }
  .tb-ma_t_8em {
    margin-top: 8em !important;
  }
  .tb-ma_t_8rem {
    margin-top: 8rem !important;
  }
  .tb-pd_t_8em {
    padding-top: 8em !important;
  }
  .tb-pd_t_8rem {
    padding-top: 8rem !important;
  }
  .tb-ma_t_9em {
    margin-top: 9em !important;
  }
  .tb-ma_t_9rem {
    margin-top: 9rem !important;
  }
  .tb-pd_t_9em {
    padding-top: 9em !important;
  }
  .tb-pd_t_9rem {
    padding-top: 9rem !important;
  }
  .tb-ma_t_10em {
    margin-top: 10em !important;
  }
  .tb-ma_t_10rem {
    margin-top: 10rem !important;
  }
  .tb-pd_t_10em {
    padding-top: 10em !important;
  }
  .tb-pd_t_10rem {
    padding-top: 10rem !important;
  }
  .tb-ma_r_0 {
    margin-right: 0 !important;
  }
  .tb-pd_r_0 {
    padding-right: 0 !important;
  }
  .tb-ma_r_3px {
    margin-right: 3px !important;
  }
  .tb-pd_r_3px {
    padding-right: 3px !important;
  }
  .tb-ma_r_5px {
    margin-right: 5px !important;
  }
  .tb-pd_r_5px {
    padding-right: 5px !important;
  }
  .tb-ma_r_10px {
    margin-right: 10px !important;
  }
  .tb-pd_r_10px {
    padding-right: 10px !important;
  }
  .tb-ma_r_15px {
    margin-right: 15px !important;
  }
  .tb-pd_r_15px {
    padding-right: 15px !important;
  }
  .tb-ma_r_20px {
    margin-right: 20px !important;
  }
  .tb-pd_r_20px {
    padding-right: 20px !important;
  }
  .tb-ma_r_25px {
    margin-right: 25px !important;
  }
  .tb-pd_r_25px {
    padding-right: 25px !important;
  }
  .tb-ma_r_30px {
    margin-right: 30px !important;
  }
  .tb-pd_r_30px {
    padding-right: 30px !important;
  }
  .tb-ma_r_35px {
    margin-right: 35px !important;
  }
  .tb-pd_r_35px {
    padding-right: 35px !important;
  }
  .tb-ma_r_40px {
    margin-right: 40px !important;
  }
  .tb-pd_r_40px {
    padding-right: 40px !important;
  }
  .tb-ma_r_45px {
    margin-right: 45px !important;
  }
  .tb-pd_r_45px {
    padding-right: 45px !important;
  }
  .tb-ma_r_50px {
    margin-right: 50px !important;
  }
  .tb-pd_r_50px {
    padding-right: 50px !important;
  }
  .tb-ma_r_60px {
    margin-right: 60px !important;
  }
  .tb-pd_r_60px {
    padding-right: 60px !important;
  }
  .tb-ma_r_70px {
    margin-right: 70px !important;
  }
  .tb-pd_r_70px {
    padding-right: 70px !important;
  }
  .tb-ma_r_75px {
    margin-right: 75px !important;
  }
  .tb-pd_r_75px {
    padding-right: 75px !important;
  }
  .tb-ma_r_80px {
    margin-right: 80px !important;
  }
  .tb-pd_r_80px {
    padding-right: 80px !important;
  }
  .tb-ma_r_90px {
    margin-right: 90px !important;
  }
  .tb-pd_r_90px {
    padding-right: 90px !important;
  }
  .tb-ma_r_100px {
    margin-right: 100px !important;
  }
  .tb-pd_r_100px {
    padding-right: 100px !important;
  }
  .tb-ma_r_110px {
    margin-right: 110px !important;
  }
  .tb-pd_r_110px {
    padding-right: 110px !important;
  }
  .tb-ma_r_120px {
    margin-right: 120px !important;
  }
  .tb-pd_r_120px {
    padding-right: 120px !important;
  }
  .tb-ma_r_130px {
    margin-right: 130px !important;
  }
  .tb-pd_r_130px {
    padding-right: 130px !important;
  }
  .tb-ma_r_140px {
    margin-right: 140px !important;
  }
  .tb-pd_r_140px {
    padding-right: 140px !important;
  }
  .tb-ma_r_150px {
    margin-right: 150px !important;
  }
  .tb-pd_r_150px {
    padding-right: 150px !important;
  }
  .tb-ma_r_186px {
    margin-right: 186px !important;
  }
  .tb-pd_r_186px {
    padding-right: 186px !important;
  }
  .tb-ma_r_200px {
    margin-right: 200px !important;
  }
  .tb-pd_r_200px {
    padding-right: 200px !important;
  }
  .tb-ma_r_220px {
    margin-right: 220px !important;
  }
  .tb-pd_r_220px {
    padding-right: 220px !important;
  }
  .tb-ma_r_245px {
    margin-right: 245px !important;
  }
  .tb-pd_r_245px {
    padding-right: 245px !important;
  }
  .tb-ma_r_250px {
    margin-right: 250px !important;
  }
  .tb-pd_r_250px {
    padding-right: 250px !important;
  }
  .tb-ma_r_1em {
    margin-right: 1em !important;
  }
  .tb-ma_r_1rem {
    margin-right: 1rem !important;
  }
  .tb-pd_r_1em {
    padding-right: 1em !important;
  }
  .tb-pd_r_1rem {
    padding-right: 1rem !important;
  }
  .tb-ma_r_2em {
    margin-right: 2em !important;
  }
  .tb-ma_r_2rem {
    margin-right: 2rem !important;
  }
  .tb-pd_r_2em {
    padding-right: 2em !important;
  }
  .tb-pd_r_2rem {
    padding-right: 2rem !important;
  }
  .tb-ma_r_3em {
    margin-right: 3em !important;
  }
  .tb-ma_r_3rem {
    margin-right: 3rem !important;
  }
  .tb-pd_r_3em {
    padding-right: 3em !important;
  }
  .tb-pd_r_3rem {
    padding-right: 3rem !important;
  }
  .tb-ma_r_4em {
    margin-right: 4em !important;
  }
  .tb-ma_r_4rem {
    margin-right: 4rem !important;
  }
  .tb-pd_r_4em {
    padding-right: 4em !important;
  }
  .tb-pd_r_4rem {
    padding-right: 4rem !important;
  }
  .tb-ma_r_5em {
    margin-right: 5em !important;
  }
  .tb-ma_r_5rem {
    margin-right: 5rem !important;
  }
  .tb-pd_r_5em {
    padding-right: 5em !important;
  }
  .tb-pd_r_5rem {
    padding-right: 5rem !important;
  }
  .tb-ma_r_6em {
    margin-right: 6em !important;
  }
  .tb-ma_r_6rem {
    margin-right: 6rem !important;
  }
  .tb-pd_r_6em {
    padding-right: 6em !important;
  }
  .tb-pd_r_6rem {
    padding-right: 6rem !important;
  }
  .tb-ma_r_7em {
    margin-right: 7em !important;
  }
  .tb-ma_r_7rem {
    margin-right: 7rem !important;
  }
  .tb-pd_r_7em {
    padding-right: 7em !important;
  }
  .tb-pd_r_7rem {
    padding-right: 7rem !important;
  }
  .tb-ma_r_8em {
    margin-right: 8em !important;
  }
  .tb-ma_r_8rem {
    margin-right: 8rem !important;
  }
  .tb-pd_r_8em {
    padding-right: 8em !important;
  }
  .tb-pd_r_8rem {
    padding-right: 8rem !important;
  }
  .tb-ma_r_9em {
    margin-right: 9em !important;
  }
  .tb-ma_r_9rem {
    margin-right: 9rem !important;
  }
  .tb-pd_r_9em {
    padding-right: 9em !important;
  }
  .tb-pd_r_9rem {
    padding-right: 9rem !important;
  }
  .tb-ma_r_10em {
    margin-right: 10em !important;
  }
  .tb-ma_r_10rem {
    margin-right: 10rem !important;
  }
  .tb-pd_r_10em {
    padding-right: 10em !important;
  }
  .tb-pd_r_10rem {
    padding-right: 10rem !important;
  }
  .tb-ma_b_0 {
    margin-bottom: 0 !important;
  }
  .tb-pd_b_0 {
    padding-bottom: 0 !important;
  }
  .tb-ma_b_3px {
    margin-bottom: 3px !important;
  }
  .tb-pd_b_3px {
    padding-bottom: 3px !important;
  }
  .tb-ma_b_5px {
    margin-bottom: 5px !important;
  }
  .tb-pd_b_5px {
    padding-bottom: 5px !important;
  }
  .tb-ma_b_10px {
    margin-bottom: 10px !important;
  }
  .tb-pd_b_10px {
    padding-bottom: 10px !important;
  }
  .tb-ma_b_15px {
    margin-bottom: 15px !important;
  }
  .tb-pd_b_15px {
    padding-bottom: 15px !important;
  }
  .tb-ma_b_20px {
    margin-bottom: 20px !important;
  }
  .tb-pd_b_20px {
    padding-bottom: 20px !important;
  }
  .tb-ma_b_25px {
    margin-bottom: 25px !important;
  }
  .tb-pd_b_25px {
    padding-bottom: 25px !important;
  }
  .tb-ma_b_30px {
    margin-bottom: 30px !important;
  }
  .tb-pd_b_30px {
    padding-bottom: 30px !important;
  }
  .tb-ma_b_35px {
    margin-bottom: 35px !important;
  }
  .tb-pd_b_35px {
    padding-bottom: 35px !important;
  }
  .tb-ma_b_40px {
    margin-bottom: 40px !important;
  }
  .tb-pd_b_40px {
    padding-bottom: 40px !important;
  }
  .tb-ma_b_45px {
    margin-bottom: 45px !important;
  }
  .tb-pd_b_45px {
    padding-bottom: 45px !important;
  }
  .tb-ma_b_50px {
    margin-bottom: 50px !important;
  }
  .tb-pd_b_50px {
    padding-bottom: 50px !important;
  }
  .tb-ma_b_60px {
    margin-bottom: 60px !important;
  }
  .tb-pd_b_60px {
    padding-bottom: 60px !important;
  }
  .tb-ma_b_70px {
    margin-bottom: 70px !important;
  }
  .tb-pd_b_70px {
    padding-bottom: 70px !important;
  }
  .tb-ma_b_75px {
    margin-bottom: 75px !important;
  }
  .tb-pd_b_75px {
    padding-bottom: 75px !important;
  }
  .tb-ma_b_80px {
    margin-bottom: 80px !important;
  }
  .tb-pd_b_80px {
    padding-bottom: 80px !important;
  }
  .tb-ma_b_90px {
    margin-bottom: 90px !important;
  }
  .tb-pd_b_90px {
    padding-bottom: 90px !important;
  }
  .tb-ma_b_100px {
    margin-bottom: 100px !important;
  }
  .tb-pd_b_100px {
    padding-bottom: 100px !important;
  }
  .tb-ma_b_110px {
    margin-bottom: 110px !important;
  }
  .tb-pd_b_110px {
    padding-bottom: 110px !important;
  }
  .tb-ma_b_120px {
    margin-bottom: 120px !important;
  }
  .tb-pd_b_120px {
    padding-bottom: 120px !important;
  }
  .tb-ma_b_130px {
    margin-bottom: 130px !important;
  }
  .tb-pd_b_130px {
    padding-bottom: 130px !important;
  }
  .tb-ma_b_140px {
    margin-bottom: 140px !important;
  }
  .tb-pd_b_140px {
    padding-bottom: 140px !important;
  }
  .tb-ma_b_150px {
    margin-bottom: 150px !important;
  }
  .tb-pd_b_150px {
    padding-bottom: 150px !important;
  }
  .tb-ma_b_186px {
    margin-bottom: 186px !important;
  }
  .tb-pd_b_186px {
    padding-bottom: 186px !important;
  }
  .tb-ma_b_200px {
    margin-bottom: 200px !important;
  }
  .tb-pd_b_200px {
    padding-bottom: 200px !important;
  }
  .tb-ma_b_220px {
    margin-bottom: 220px !important;
  }
  .tb-pd_b_220px {
    padding-bottom: 220px !important;
  }
  .tb-ma_b_245px {
    margin-bottom: 245px !important;
  }
  .tb-pd_b_245px {
    padding-bottom: 245px !important;
  }
  .tb-ma_b_250px {
    margin-bottom: 250px !important;
  }
  .tb-pd_b_250px {
    padding-bottom: 250px !important;
  }
  .tb-ma_b_1em {
    margin-bottom: 1em !important;
  }
  .tb-ma_b_1rem {
    margin-bottom: 1rem !important;
  }
  .tb-pd_b_1em {
    padding-bottom: 1em !important;
  }
  .tb-pd_b_1rem {
    padding-bottom: 1rem !important;
  }
  .tb-ma_b_2em {
    margin-bottom: 2em !important;
  }
  .tb-ma_b_2rem {
    margin-bottom: 2rem !important;
  }
  .tb-pd_b_2em {
    padding-bottom: 2em !important;
  }
  .tb-pd_b_2rem {
    padding-bottom: 2rem !important;
  }
  .tb-ma_b_3em {
    margin-bottom: 3em !important;
  }
  .tb-ma_b_3rem {
    margin-bottom: 3rem !important;
  }
  .tb-pd_b_3em {
    padding-bottom: 3em !important;
  }
  .tb-pd_b_3rem {
    padding-bottom: 3rem !important;
  }
  .tb-ma_b_4em {
    margin-bottom: 4em !important;
  }
  .tb-ma_b_4rem {
    margin-bottom: 4rem !important;
  }
  .tb-pd_b_4em {
    padding-bottom: 4em !important;
  }
  .tb-pd_b_4rem {
    padding-bottom: 4rem !important;
  }
  .tb-ma_b_5em {
    margin-bottom: 5em !important;
  }
  .tb-ma_b_5rem {
    margin-bottom: 5rem !important;
  }
  .tb-pd_b_5em {
    padding-bottom: 5em !important;
  }
  .tb-pd_b_5rem {
    padding-bottom: 5rem !important;
  }
  .tb-ma_b_6em {
    margin-bottom: 6em !important;
  }
  .tb-ma_b_6rem {
    margin-bottom: 6rem !important;
  }
  .tb-pd_b_6em {
    padding-bottom: 6em !important;
  }
  .tb-pd_b_6rem {
    padding-bottom: 6rem !important;
  }
  .tb-ma_b_7em {
    margin-bottom: 7em !important;
  }
  .tb-ma_b_7rem {
    margin-bottom: 7rem !important;
  }
  .tb-pd_b_7em {
    padding-bottom: 7em !important;
  }
  .tb-pd_b_7rem {
    padding-bottom: 7rem !important;
  }
  .tb-ma_b_8em {
    margin-bottom: 8em !important;
  }
  .tb-ma_b_8rem {
    margin-bottom: 8rem !important;
  }
  .tb-pd_b_8em {
    padding-bottom: 8em !important;
  }
  .tb-pd_b_8rem {
    padding-bottom: 8rem !important;
  }
  .tb-ma_b_9em {
    margin-bottom: 9em !important;
  }
  .tb-ma_b_9rem {
    margin-bottom: 9rem !important;
  }
  .tb-pd_b_9em {
    padding-bottom: 9em !important;
  }
  .tb-pd_b_9rem {
    padding-bottom: 9rem !important;
  }
  .tb-ma_b_10em {
    margin-bottom: 10em !important;
  }
  .tb-ma_b_10rem {
    margin-bottom: 10rem !important;
  }
  .tb-pd_b_10em {
    padding-bottom: 10em !important;
  }
  .tb-pd_b_10rem {
    padding-bottom: 10rem !important;
  }
  .tb-ma_l_0 {
    margin-left: 0 !important;
  }
  .tb-pd_l_0 {
    padding-left: 0 !important;
  }
  .tb-ma_l_3px {
    margin-left: 3px !important;
  }
  .tb-pd_l_3px {
    padding-left: 3px !important;
  }
  .tb-ma_l_5px {
    margin-left: 5px !important;
  }
  .tb-pd_l_5px {
    padding-left: 5px !important;
  }
  .tb-ma_l_10px {
    margin-left: 10px !important;
  }
  .tb-pd_l_10px {
    padding-left: 10px !important;
  }
  .tb-ma_l_15px {
    margin-left: 15px !important;
  }
  .tb-pd_l_15px {
    padding-left: 15px !important;
  }
  .tb-ma_l_20px {
    margin-left: 20px !important;
  }
  .tb-pd_l_20px {
    padding-left: 20px !important;
  }
  .tb-ma_l_25px {
    margin-left: 25px !important;
  }
  .tb-pd_l_25px {
    padding-left: 25px !important;
  }
  .tb-ma_l_30px {
    margin-left: 30px !important;
  }
  .tb-pd_l_30px {
    padding-left: 30px !important;
  }
  .tb-ma_l_35px {
    margin-left: 35px !important;
  }
  .tb-pd_l_35px {
    padding-left: 35px !important;
  }
  .tb-ma_l_40px {
    margin-left: 40px !important;
  }
  .tb-pd_l_40px {
    padding-left: 40px !important;
  }
  .tb-ma_l_45px {
    margin-left: 45px !important;
  }
  .tb-pd_l_45px {
    padding-left: 45px !important;
  }
  .tb-ma_l_50px {
    margin-left: 50px !important;
  }
  .tb-pd_l_50px {
    padding-left: 50px !important;
  }
  .tb-ma_l_60px {
    margin-left: 60px !important;
  }
  .tb-pd_l_60px {
    padding-left: 60px !important;
  }
  .tb-ma_l_70px {
    margin-left: 70px !important;
  }
  .tb-pd_l_70px {
    padding-left: 70px !important;
  }
  .tb-ma_l_75px {
    margin-left: 75px !important;
  }
  .tb-pd_l_75px {
    padding-left: 75px !important;
  }
  .tb-ma_l_80px {
    margin-left: 80px !important;
  }
  .tb-pd_l_80px {
    padding-left: 80px !important;
  }
  .tb-ma_l_90px {
    margin-left: 90px !important;
  }
  .tb-pd_l_90px {
    padding-left: 90px !important;
  }
  .tb-ma_l_100px {
    margin-left: 100px !important;
  }
  .tb-pd_l_100px {
    padding-left: 100px !important;
  }
  .tb-ma_l_110px {
    margin-left: 110px !important;
  }
  .tb-pd_l_110px {
    padding-left: 110px !important;
  }
  .tb-ma_l_120px {
    margin-left: 120px !important;
  }
  .tb-pd_l_120px {
    padding-left: 120px !important;
  }
  .tb-ma_l_130px {
    margin-left: 130px !important;
  }
  .tb-pd_l_130px {
    padding-left: 130px !important;
  }
  .tb-ma_l_140px {
    margin-left: 140px !important;
  }
  .tb-pd_l_140px {
    padding-left: 140px !important;
  }
  .tb-ma_l_150px {
    margin-left: 150px !important;
  }
  .tb-pd_l_150px {
    padding-left: 150px !important;
  }
  .tb-ma_l_186px {
    margin-left: 186px !important;
  }
  .tb-pd_l_186px {
    padding-left: 186px !important;
  }
  .tb-ma_l_200px {
    margin-left: 200px !important;
  }
  .tb-pd_l_200px {
    padding-left: 200px !important;
  }
  .tb-ma_l_220px {
    margin-left: 220px !important;
  }
  .tb-pd_l_220px {
    padding-left: 220px !important;
  }
  .tb-ma_l_245px {
    margin-left: 245px !important;
  }
  .tb-pd_l_245px {
    padding-left: 245px !important;
  }
  .tb-ma_l_250px {
    margin-left: 250px !important;
  }
  .tb-pd_l_250px {
    padding-left: 250px !important;
  }
  .tb-ma_l_1em {
    margin-left: 1em !important;
  }
  .tb-ma_l_1rem {
    margin-left: 1rem !important;
  }
  .tb-pd_l_1em {
    padding-left: 1em !important;
  }
  .tb-pd_l_1rem {
    padding-left: 1rem !important;
  }
  .tb-ma_l_2em {
    margin-left: 2em !important;
  }
  .tb-ma_l_2rem {
    margin-left: 2rem !important;
  }
  .tb-pd_l_2em {
    padding-left: 2em !important;
  }
  .tb-pd_l_2rem {
    padding-left: 2rem !important;
  }
  .tb-ma_l_3em {
    margin-left: 3em !important;
  }
  .tb-ma_l_3rem {
    margin-left: 3rem !important;
  }
  .tb-pd_l_3em {
    padding-left: 3em !important;
  }
  .tb-pd_l_3rem {
    padding-left: 3rem !important;
  }
  .tb-ma_l_4em {
    margin-left: 4em !important;
  }
  .tb-ma_l_4rem {
    margin-left: 4rem !important;
  }
  .tb-pd_l_4em {
    padding-left: 4em !important;
  }
  .tb-pd_l_4rem {
    padding-left: 4rem !important;
  }
  .tb-ma_l_5em {
    margin-left: 5em !important;
  }
  .tb-ma_l_5rem {
    margin-left: 5rem !important;
  }
  .tb-pd_l_5em {
    padding-left: 5em !important;
  }
  .tb-pd_l_5rem {
    padding-left: 5rem !important;
  }
  .tb-ma_l_6em {
    margin-left: 6em !important;
  }
  .tb-ma_l_6rem {
    margin-left: 6rem !important;
  }
  .tb-pd_l_6em {
    padding-left: 6em !important;
  }
  .tb-pd_l_6rem {
    padding-left: 6rem !important;
  }
  .tb-ma_l_7em {
    margin-left: 7em !important;
  }
  .tb-ma_l_7rem {
    margin-left: 7rem !important;
  }
  .tb-pd_l_7em {
    padding-left: 7em !important;
  }
  .tb-pd_l_7rem {
    padding-left: 7rem !important;
  }
  .tb-ma_l_8em {
    margin-left: 8em !important;
  }
  .tb-ma_l_8rem {
    margin-left: 8rem !important;
  }
  .tb-pd_l_8em {
    padding-left: 8em !important;
  }
  .tb-pd_l_8rem {
    padding-left: 8rem !important;
  }
  .tb-ma_l_9em {
    margin-left: 9em !important;
  }
  .tb-ma_l_9rem {
    margin-left: 9rem !important;
  }
  .tb-pd_l_9em {
    padding-left: 9em !important;
  }
  .tb-pd_l_9rem {
    padding-left: 9rem !important;
  }
  .tb-ma_l_10em {
    margin-left: 10em !important;
  }
  .tb-ma_l_10rem {
    margin-left: 10rem !important;
  }
  .tb-pd_l_10em {
    padding-left: 10em !important;
  }
  .tb-pd_l_10rem {
    padding-left: 10rem !important;
  }
  /*　top　*/
  .tb-top_0 {
    top: 0 !important;
  }
  .tb-top_3px {
    top: 3px !important;
  }
  .tb-top_5px {
    top: 5px !important;
  }
  .tb-top_10px {
    top: 10px !important;
  }
  .tb-top_15px {
    top: 15px !important;
  }
  .tb-top_20px {
    top: 20px !important;
  }
  .tb-top_25px {
    top: 25px !important;
  }
  .tb-top_30px {
    top: 30px !important;
  }
  .tb-top_35px {
    top: 35px !important;
  }
  .tb-top_40px {
    top: 40px !important;
  }
  .tb-top_45px {
    top: 45px !important;
  }
  .tb-top_50px {
    top: 50px !important;
  }
  .tb-top_60px {
    top: 60px !important;
  }
  .tb-top_70px {
    top: 70px !important;
  }
  .tb-top_75px {
    top: 75px !important;
  }
  .tb-top_80px {
    top: 80px !important;
  }
  .tb-top_90px {
    top: 90px !important;
  }
  .tb-top_100px {
    top: 100px !important;
  }
  .tb-top_110px {
    top: 110px !important;
  }
  .tb-top_120px {
    top: 120px !important;
  }
  .tb-top_130px {
    top: 130px !important;
  }
  .tb-top_140px {
    top: 140px !important;
  }
  .tb-top_150px {
    top: 150px !important;
  }
  .tb-top_186px {
    top: 186px !important;
  }
  .tb-top_200px {
    top: 200px !important;
  }
  .tb-top_220px {
    top: 220px !important;
  }
  .tb-top_245px {
    top: 245px !important;
  }
  .tb-top_250px {
    top: 250px !important;
  }
  .tb-ma_rl_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*　text-align　*/
  .tb-text_align_left {
    text-align: left !important;
  }
  .tb-text_align_center {
    text-align: center !important;
  }
  .tb-text_align_right {
    text-align: right !important;
  }
  /*　vertical-align　*/
  .tb-v_align_top {
    vertical-align: top !important;
  }
  .tb-v_align_middle {
    vertical-align: middle !important;
  }
  .tb-v_align_bottom {
    vertical-align: bottom !important;
  }
  /*　フォントウェイト　*/
  .tb-font_bold {
    font-weight: bold !important;
  }
  .tb-font_normal {
    font-weight: normal !important;
  }
  /*　フォントサイズ　*/
  .tb-fontsize_10px {
    font-size: 10px !important;
  }
  .tb-fontsize_12px {
    font-size: 12px !important;
  }
  .tb-fontsize_13px {
    font-size: 13px !important;
  }
  .tb-fontsize_14px {
    font-size: 14px !important;
  }
  .tb-fontsize_15px {
    font-size: 15px !important;
  }
  .tb-fontsize_18px {
    font-size: 18px !important;
  }
  .tb-fontsize_16px {
    font-size: 16px !important;
  }
  .tb-fontsize_20px {
    font-size: 20px !important;
  }
  .tb-fontsize_22px {
    font-size: 22px !important;
  }
  .tb-fontsize_21px {
    font-size: 21px !important;
  }
  .tb-fontsize_24px {
    font-size: 24px !important;
  }
  .tb-fontsize_26px {
    font-size: 26px !important;
  }
  .tb-fontsize_0_75rem {
    font-size: 0.75rem !important;
  }
  .tb-fontsize_1rem {
    font-size: 1rem !important;
  }
  .tb-fontsize_1_25rem {
    font-size: 1.25rem !important;
  }
  .tb-fontsize_1_5rem {
    font-size: 1.5rem !important;
  }
  .tb-fontsize_1_75rem {
    font-size: 1.75rem !important;
  }
  .tb-fontsize_2rem {
    font-size: 2rem !important;
  }
  /*　インデント　*/
  .tb-text_indent_10px {
    text-indent: 10px !important;
  }
  .tb-text_indent_15px {
    text-indent: 15px !important;
  }
  .tb-text_indent_20px {
    text-indent: 20px !important;
  }
  .tb-text_indent_-15px {
    text-indent: -15px !important;
  }
  .tb-text_indent_-20px {
    text-indent: -20px !important;
  }
  .tb-text_indent_-30px {
    text-indent: -30px !important;
  }
  /*　ラインヘイト　*/
  .tb-line_height_0 {
    line-height: 0 !important;
  }
  .tb-line_height_16 {
    line-height: 16px !important;
  }
  .tb-line_height_18 {
    line-height: 18px !important;
  }
  .tb-line_height_24 {
    line-height: 24px !important;
  }
  .tb-line_height_32 {
    line-height: 32px !important;
  }
  /*　ヘイト　*/
  .tb-height_230px {
    height: 230px !important;
  }
  .tb-height_100pa {
    height: 100% !important;
  }
  .tb-height_0 {
    height: 0 !important;
  }
  .tb-height_3px {
    height: 3px !important;
  }
  .tb-height_5px {
    height: 5px !important;
  }
  .tb-height_10px {
    height: 10px !important;
  }
  .tb-height_15px {
    height: 15px !important;
  }
  .tb-height_20px {
    height: 20px !important;
  }
  .tb-height_25px {
    height: 25px !important;
  }
  .tb-height_30px {
    height: 30px !important;
  }
  .tb-height_35px {
    height: 35px !important;
  }
  .tb-height_40px {
    height: 40px !important;
  }
  .tb-height_45px {
    height: 45px !important;
  }
  .tb-height_50px {
    height: 50px !important;
  }
  .tb-height_60px {
    height: 60px !important;
  }
  .tb-height_70px {
    height: 70px !important;
  }
  .tb-height_75px {
    height: 75px !important;
  }
  .tb-height_80px {
    height: 80px !important;
  }
  .tb-height_90px {
    height: 90px !important;
  }
  .tb-height_100px {
    height: 100px !important;
  }
  .tb-height_110px {
    height: 110px !important;
  }
  .tb-height_120px {
    height: 120px !important;
  }
  .tb-height_130px {
    height: 130px !important;
  }
  .tb-height_140px {
    height: 140px !important;
  }
  .tb-height_150px {
    height: 150px !important;
  }
  .tb-height_186px {
    height: 186px !important;
  }
  .tb-height_200px {
    height: 200px !important;
  }
  .tb-height_220px {
    height: 220px !important;
  }
  .tb-height_245px {
    height: 245px !important;
  }
  .tb-height_250px {
    height: 250px !important;
  }
  .height_100pa {
    height: 100%;
  }
  /*リスト*/
  .tb-list_style_none {
    list-style: none !important;
  }
  /*　横幅　*/
  .tb-width_auto {
    width: auto !important;
  }
  .tb-width_10pa {
    width: 10% !important;
  }
  .tb-width_1em {
    width: 1em !important;
  }
  .tb-width_20pa {
    width: 20% !important;
  }
  .tb-width_2em {
    width: 2em !important;
  }
  .tb-width_30pa {
    width: 30% !important;
  }
  .tb-width_3em {
    width: 3em !important;
  }
  .tb-width_40pa {
    width: 40% !important;
  }
  .tb-width_4em {
    width: 4em !important;
  }
  .tb-width_50pa {
    width: 50% !important;
  }
  .tb-width_5em {
    width: 5em !important;
  }
  .tb-width_60pa {
    width: 60% !important;
  }
  .tb-width_6em {
    width: 6em !important;
  }
  .tb-width_70pa {
    width: 70% !important;
  }
  .tb-width_7em {
    width: 7em !important;
  }
  .tb-width_80pa {
    width: 80% !important;
  }
  .tb-width_8em {
    width: 8em !important;
  }
  .tb-width_90pa {
    width: 90% !important;
  }
  .tb-width_9em {
    width: 9em !important;
  }
  .tb-width_100pa {
    width: 100% !important;
  }
  .tb-width_10em {
    width: 10em !important;
  }
}

@media (max-width: 1024px) {
  /* CSS Document */
  .mb-word_break_all {
    word-break: break-all !important;
  }
  .mb-float_left {
    float: left !important;
  }
  .mb-float_right {
    float: right !important;
  }
  .mb-clear_both {
    clear: both !important;
  }
  /*　ボーダー関連　*/
  .mb-border_none {
    border: none !important;
  }
  /*　display関連　*/
  .mb-display_block {
    display: block !important;
  }
  .mb-display_none {
    display: none !important;
  }
  .mb-display_inlineblock {
    display: inline-block !important;
  }
  .mb-display_inline {
    display: inline !important;
  }
  /*flex関連　*/
  .mb-display_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mb-justify_start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mb-justify_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mb-justify_end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mb-justify_around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .mb-justify_between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mb-align_items_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mb-align_items_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mb-align_items_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mb-flex_wrap_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .mb-flex_wrap_nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .mb-flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*　その他　*/
  .mb-pointer_none {
    pointer-events: none !important;
  }
  .mb-overflow-hidden {
    overflow: hidden !important;
  }
  .mb-overflow-auto {
    overflow: auto !important;
  }
  .mb-overflow-xscroll {
    overflow-x: scroll !important;
  }
  .mb-white_space_nowrap {
    white-space: nowrap !important;
  }
  .mb-white_space_normal {
    white-space: normal !important;
  }
  .mb-align_item_flex_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mb-align_item_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mb-align_item_flex_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mb-object_fit_cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /*　position　*/
  .mb-position_static {
    position: static !important;
  }
  .mb-position_relative {
    position: relative !important;
  }
  .mb-position_absolute {
    position: absolute !important;
  }
  .mb-position_fixed {
    position: fixed !important;
  }
  /*　margin padding　*/
  .mb-ma_0 {
    margin: 0 !important;
  }
  .mb-ma_3px {
    margin: 3px !important;
  }
  .mb-ma_5px {
    margin: 5px !important;
  }
  .mb-ma_10px {
    margin: 10px !important;
  }
  .mb-ma_15px {
    margin: 15px !important;
  }
  .mb-ma_20px {
    margin: 20px !important;
  }
  .mb-ma_25px {
    margin: 25px !important;
  }
  .mb-ma_30px {
    margin: 30px !important;
  }
  .mb-ma_35px {
    margin: 35px !important;
  }
  .mb-ma_40px {
    margin: 40px !important;
  }
  .mb-ma_45px {
    margin: 45px !important;
  }
  .mb-ma_50px {
    margin: 50px !important;
  }
  .mb-ma_60px {
    margin: 60px !important;
  }
  .mb-ma_70px {
    margin: 70px !important;
  }
  .mb-ma_75px {
    margin: 75px !important;
  }
  .mb-ma_80px {
    margin: 80px !important;
  }
  .mb-ma_90px {
    margin: 90px !important;
  }
  .mb-ma_100px {
    margin: 100px !important;
  }
  .mb-ma_110px {
    margin: 110px !important;
  }
  .mb-ma_120px {
    margin: 120px !important;
  }
  .mb-ma_130px {
    margin: 130px !important;
  }
  .mb-ma_140px {
    margin: 140px !important;
  }
  .mb-ma_150px {
    margin: 150px !important;
  }
  .mb-ma_186px {
    margin: 186px !important;
  }
  .mb-ma_200px {
    margin: 200px !important;
  }
  .mb-ma_220px {
    margin: 220px !important;
  }
  .mb-ma_245px {
    margin: 245px !important;
  }
  .mb-ma_250px {
    margin: 250px !important;
  }
  .mb-ma_t_0 {
    margin-top: 0 !important;
  }
  .mb-pd_t_0 {
    padding-top: 0 !important;
  }
  .mb-ma_t_3px {
    margin-top: 3px !important;
  }
  .mb-pd_t_3px {
    padding-top: 3px !important;
  }
  .mb-ma_t_5px {
    margin-top: 5px !important;
  }
  .mb-pd_t_5px {
    padding-top: 5px !important;
  }
  .mb-ma_t_10px {
    margin-top: 10px !important;
  }
  .mb-pd_t_10px {
    padding-top: 10px !important;
  }
  .mb-ma_t_15px {
    margin-top: 15px !important;
  }
  .mb-pd_t_15px {
    padding-top: 15px !important;
  }
  .mb-ma_t_20px {
    margin-top: 20px !important;
  }
  .mb-pd_t_20px {
    padding-top: 20px !important;
  }
  .mb-ma_t_25px {
    margin-top: 25px !important;
  }
  .mb-pd_t_25px {
    padding-top: 25px !important;
  }
  .mb-ma_t_30px {
    margin-top: 30px !important;
  }
  .mb-pd_t_30px {
    padding-top: 30px !important;
  }
  .mb-ma_t_35px {
    margin-top: 35px !important;
  }
  .mb-pd_t_35px {
    padding-top: 35px !important;
  }
  .mb-ma_t_40px {
    margin-top: 40px !important;
  }
  .mb-pd_t_40px {
    padding-top: 40px !important;
  }
  .mb-ma_t_45px {
    margin-top: 45px !important;
  }
  .mb-pd_t_45px {
    padding-top: 45px !important;
  }
  .mb-ma_t_50px {
    margin-top: 50px !important;
  }
  .mb-pd_t_50px {
    padding-top: 50px !important;
  }
  .mb-ma_t_60px {
    margin-top: 60px !important;
  }
  .mb-pd_t_60px {
    padding-top: 60px !important;
  }
  .mb-ma_t_70px {
    margin-top: 70px !important;
  }
  .mb-pd_t_70px {
    padding-top: 70px !important;
  }
  .mb-ma_t_75px {
    margin-top: 75px !important;
  }
  .mb-pd_t_75px {
    padding-top: 75px !important;
  }
  .mb-ma_t_80px {
    margin-top: 80px !important;
  }
  .mb-pd_t_80px {
    padding-top: 80px !important;
  }
  .mb-ma_t_90px {
    margin-top: 90px !important;
  }
  .mb-pd_t_90px {
    padding-top: 90px !important;
  }
  .mb-ma_t_100px {
    margin-top: 100px !important;
  }
  .mb-pd_t_100px {
    padding-top: 100px !important;
  }
  .mb-ma_t_110px {
    margin-top: 110px !important;
  }
  .mb-pd_t_110px {
    padding-top: 110px !important;
  }
  .mb-ma_t_120px {
    margin-top: 120px !important;
  }
  .mb-pd_t_120px {
    padding-top: 120px !important;
  }
  .mb-ma_t_130px {
    margin-top: 130px !important;
  }
  .mb-pd_t_130px {
    padding-top: 130px !important;
  }
  .mb-ma_t_140px {
    margin-top: 140px !important;
  }
  .mb-pd_t_140px {
    padding-top: 140px !important;
  }
  .mb-ma_t_150px {
    margin-top: 150px !important;
  }
  .mb-pd_t_150px {
    padding-top: 150px !important;
  }
  .mb-ma_t_186px {
    margin-top: 186px !important;
  }
  .mb-pd_t_186px {
    padding-top: 186px !important;
  }
  .mb-ma_t_200px {
    margin-top: 200px !important;
  }
  .mb-pd_t_200px {
    padding-top: 200px !important;
  }
  .mb-ma_t_220px {
    margin-top: 220px !important;
  }
  .mb-pd_t_220px {
    padding-top: 220px !important;
  }
  .mb-ma_t_245px {
    margin-top: 245px !important;
  }
  .mb-pd_t_245px {
    padding-top: 245px !important;
  }
  .mb-ma_t_250px {
    margin-top: 250px !important;
  }
  .mb-pd_t_250px {
    padding-top: 250px !important;
  }
  .mb-ma_t_1em {
    margin-top: 1em !important;
  }
  .mb-ma_t_1rem {
    margin-top: 1rem !important;
  }
  .mb-pd_t_1em {
    padding-top: 1em !important;
  }
  .mb-pd_t_1rem {
    padding-top: 1rem !important;
  }
  .mb-ma_t_2em {
    margin-top: 2em !important;
  }
  .mb-ma_t_2rem {
    margin-top: 2rem !important;
  }
  .mb-pd_t_2em {
    padding-top: 2em !important;
  }
  .mb-pd_t_2rem {
    padding-top: 2rem !important;
  }
  .mb-ma_t_3em {
    margin-top: 3em !important;
  }
  .mb-ma_t_3rem {
    margin-top: 3rem !important;
  }
  .mb-pd_t_3em {
    padding-top: 3em !important;
  }
  .mb-pd_t_3rem {
    padding-top: 3rem !important;
  }
  .mb-ma_t_4em {
    margin-top: 4em !important;
  }
  .mb-ma_t_4rem {
    margin-top: 4rem !important;
  }
  .mb-pd_t_4em {
    padding-top: 4em !important;
  }
  .mb-pd_t_4rem {
    padding-top: 4rem !important;
  }
  .mb-ma_t_5em {
    margin-top: 5em !important;
  }
  .mb-ma_t_5rem {
    margin-top: 5rem !important;
  }
  .mb-pd_t_5em {
    padding-top: 5em !important;
  }
  .mb-pd_t_5rem {
    padding-top: 5rem !important;
  }
  .mb-ma_t_6em {
    margin-top: 6em !important;
  }
  .mb-ma_t_6rem {
    margin-top: 6rem !important;
  }
  .mb-pd_t_6em {
    padding-top: 6em !important;
  }
  .mb-pd_t_6rem {
    padding-top: 6rem !important;
  }
  .mb-ma_t_7em {
    margin-top: 7em !important;
  }
  .mb-ma_t_7rem {
    margin-top: 7rem !important;
  }
  .mb-pd_t_7em {
    padding-top: 7em !important;
  }
  .mb-pd_t_7rem {
    padding-top: 7rem !important;
  }
  .mb-ma_t_8em {
    margin-top: 8em !important;
  }
  .mb-ma_t_8rem {
    margin-top: 8rem !important;
  }
  .mb-pd_t_8em {
    padding-top: 8em !important;
  }
  .mb-pd_t_8rem {
    padding-top: 8rem !important;
  }
  .mb-ma_t_9em {
    margin-top: 9em !important;
  }
  .mb-ma_t_9rem {
    margin-top: 9rem !important;
  }
  .mb-pd_t_9em {
    padding-top: 9em !important;
  }
  .mb-pd_t_9rem {
    padding-top: 9rem !important;
  }
  .mb-ma_t_10em {
    margin-top: 10em !important;
  }
  .mb-ma_t_10rem {
    margin-top: 10rem !important;
  }
  .mb-pd_t_10em {
    padding-top: 10em !important;
  }
  .mb-pd_t_10rem {
    padding-top: 10rem !important;
  }
  .mb-ma_r_0 {
    margin-right: 0 !important;
  }
  .mb-pd_r_0 {
    padding-right: 0 !important;
  }
  .mb-ma_r_3px {
    margin-right: 3px !important;
  }
  .mb-pd_r_3px {
    padding-right: 3px !important;
  }
  .mb-ma_r_5px {
    margin-right: 5px !important;
  }
  .mb-pd_r_5px {
    padding-right: 5px !important;
  }
  .mb-ma_r_10px {
    margin-right: 10px !important;
  }
  .mb-pd_r_10px {
    padding-right: 10px !important;
  }
  .mb-ma_r_15px {
    margin-right: 15px !important;
  }
  .mb-pd_r_15px {
    padding-right: 15px !important;
  }
  .mb-ma_r_20px {
    margin-right: 20px !important;
  }
  .mb-pd_r_20px {
    padding-right: 20px !important;
  }
  .mb-ma_r_25px {
    margin-right: 25px !important;
  }
  .mb-pd_r_25px {
    padding-right: 25px !important;
  }
  .mb-ma_r_30px {
    margin-right: 30px !important;
  }
  .mb-pd_r_30px {
    padding-right: 30px !important;
  }
  .mb-ma_r_35px {
    margin-right: 35px !important;
  }
  .mb-pd_r_35px {
    padding-right: 35px !important;
  }
  .mb-ma_r_40px {
    margin-right: 40px !important;
  }
  .mb-pd_r_40px {
    padding-right: 40px !important;
  }
  .mb-ma_r_45px {
    margin-right: 45px !important;
  }
  .mb-pd_r_45px {
    padding-right: 45px !important;
  }
  .mb-ma_r_50px {
    margin-right: 50px !important;
  }
  .mb-pd_r_50px {
    padding-right: 50px !important;
  }
  .mb-ma_r_60px {
    margin-right: 60px !important;
  }
  .mb-pd_r_60px {
    padding-right: 60px !important;
  }
  .mb-ma_r_70px {
    margin-right: 70px !important;
  }
  .mb-pd_r_70px {
    padding-right: 70px !important;
  }
  .mb-ma_r_75px {
    margin-right: 75px !important;
  }
  .mb-pd_r_75px {
    padding-right: 75px !important;
  }
  .mb-ma_r_80px {
    margin-right: 80px !important;
  }
  .mb-pd_r_80px {
    padding-right: 80px !important;
  }
  .mb-ma_r_90px {
    margin-right: 90px !important;
  }
  .mb-pd_r_90px {
    padding-right: 90px !important;
  }
  .mb-ma_r_100px {
    margin-right: 100px !important;
  }
  .mb-pd_r_100px {
    padding-right: 100px !important;
  }
  .mb-ma_r_110px {
    margin-right: 110px !important;
  }
  .mb-pd_r_110px {
    padding-right: 110px !important;
  }
  .mb-ma_r_120px {
    margin-right: 120px !important;
  }
  .mb-pd_r_120px {
    padding-right: 120px !important;
  }
  .mb-ma_r_130px {
    margin-right: 130px !important;
  }
  .mb-pd_r_130px {
    padding-right: 130px !important;
  }
  .mb-ma_r_140px {
    margin-right: 140px !important;
  }
  .mb-pd_r_140px {
    padding-right: 140px !important;
  }
  .mb-ma_r_150px {
    margin-right: 150px !important;
  }
  .mb-pd_r_150px {
    padding-right: 150px !important;
  }
  .mb-ma_r_186px {
    margin-right: 186px !important;
  }
  .mb-pd_r_186px {
    padding-right: 186px !important;
  }
  .mb-ma_r_200px {
    margin-right: 200px !important;
  }
  .mb-pd_r_200px {
    padding-right: 200px !important;
  }
  .mb-ma_r_220px {
    margin-right: 220px !important;
  }
  .mb-pd_r_220px {
    padding-right: 220px !important;
  }
  .mb-ma_r_245px {
    margin-right: 245px !important;
  }
  .mb-pd_r_245px {
    padding-right: 245px !important;
  }
  .mb-ma_r_250px {
    margin-right: 250px !important;
  }
  .mb-pd_r_250px {
    padding-right: 250px !important;
  }
  .mb-ma_r_1em {
    margin-right: 1em !important;
  }
  .mb-ma_r_1rem {
    margin-right: 1rem !important;
  }
  .mb-pd_r_1em {
    padding-right: 1em !important;
  }
  .mb-pd_r_1rem {
    padding-right: 1rem !important;
  }
  .mb-ma_r_2em {
    margin-right: 2em !important;
  }
  .mb-ma_r_2rem {
    margin-right: 2rem !important;
  }
  .mb-pd_r_2em {
    padding-right: 2em !important;
  }
  .mb-pd_r_2rem {
    padding-right: 2rem !important;
  }
  .mb-ma_r_3em {
    margin-right: 3em !important;
  }
  .mb-ma_r_3rem {
    margin-right: 3rem !important;
  }
  .mb-pd_r_3em {
    padding-right: 3em !important;
  }
  .mb-pd_r_3rem {
    padding-right: 3rem !important;
  }
  .mb-ma_r_4em {
    margin-right: 4em !important;
  }
  .mb-ma_r_4rem {
    margin-right: 4rem !important;
  }
  .mb-pd_r_4em {
    padding-right: 4em !important;
  }
  .mb-pd_r_4rem {
    padding-right: 4rem !important;
  }
  .mb-ma_r_5em {
    margin-right: 5em !important;
  }
  .mb-ma_r_5rem {
    margin-right: 5rem !important;
  }
  .mb-pd_r_5em {
    padding-right: 5em !important;
  }
  .mb-pd_r_5rem {
    padding-right: 5rem !important;
  }
  .mb-ma_r_6em {
    margin-right: 6em !important;
  }
  .mb-ma_r_6rem {
    margin-right: 6rem !important;
  }
  .mb-pd_r_6em {
    padding-right: 6em !important;
  }
  .mb-pd_r_6rem {
    padding-right: 6rem !important;
  }
  .mb-ma_r_7em {
    margin-right: 7em !important;
  }
  .mb-ma_r_7rem {
    margin-right: 7rem !important;
  }
  .mb-pd_r_7em {
    padding-right: 7em !important;
  }
  .mb-pd_r_7rem {
    padding-right: 7rem !important;
  }
  .mb-ma_r_8em {
    margin-right: 8em !important;
  }
  .mb-ma_r_8rem {
    margin-right: 8rem !important;
  }
  .mb-pd_r_8em {
    padding-right: 8em !important;
  }
  .mb-pd_r_8rem {
    padding-right: 8rem !important;
  }
  .mb-ma_r_9em {
    margin-right: 9em !important;
  }
  .mb-ma_r_9rem {
    margin-right: 9rem !important;
  }
  .mb-pd_r_9em {
    padding-right: 9em !important;
  }
  .mb-pd_r_9rem {
    padding-right: 9rem !important;
  }
  .mb-ma_r_10em {
    margin-right: 10em !important;
  }
  .mb-ma_r_10rem {
    margin-right: 10rem !important;
  }
  .mb-pd_r_10em {
    padding-right: 10em !important;
  }
  .mb-pd_r_10rem {
    padding-right: 10rem !important;
  }
  .mb-ma_b_0 {
    margin-bottom: 0 !important;
  }
  .mb-pd_b_0 {
    padding-bottom: 0 !important;
  }
  .mb-ma_b_3px {
    margin-bottom: 3px !important;
  }
  .mb-pd_b_3px {
    padding-bottom: 3px !important;
  }
  .mb-ma_b_5px {
    margin-bottom: 5px !important;
  }
  .mb-pd_b_5px {
    padding-bottom: 5px !important;
  }
  .mb-ma_b_10px {
    margin-bottom: 10px !important;
  }
  .mb-pd_b_10px {
    padding-bottom: 10px !important;
  }
  .mb-ma_b_15px {
    margin-bottom: 15px !important;
  }
  .mb-pd_b_15px {
    padding-bottom: 15px !important;
  }
  .mb-ma_b_20px {
    margin-bottom: 20px !important;
  }
  .mb-pd_b_20px {
    padding-bottom: 20px !important;
  }
  .mb-ma_b_25px {
    margin-bottom: 25px !important;
  }
  .mb-pd_b_25px {
    padding-bottom: 25px !important;
  }
  .mb-ma_b_30px {
    margin-bottom: 30px !important;
  }
  .mb-pd_b_30px {
    padding-bottom: 30px !important;
  }
  .mb-ma_b_35px {
    margin-bottom: 35px !important;
  }
  .mb-pd_b_35px {
    padding-bottom: 35px !important;
  }
  .mb-ma_b_40px {
    margin-bottom: 40px !important;
  }
  .mb-pd_b_40px {
    padding-bottom: 40px !important;
  }
  .mb-ma_b_45px {
    margin-bottom: 45px !important;
  }
  .mb-pd_b_45px {
    padding-bottom: 45px !important;
  }
  .mb-ma_b_50px {
    margin-bottom: 50px !important;
  }
  .mb-pd_b_50px {
    padding-bottom: 50px !important;
  }
  .mb-ma_b_60px {
    margin-bottom: 60px !important;
  }
  .mb-pd_b_60px {
    padding-bottom: 60px !important;
  }
  .mb-ma_b_70px {
    margin-bottom: 70px !important;
  }
  .mb-pd_b_70px {
    padding-bottom: 70px !important;
  }
  .mb-ma_b_75px {
    margin-bottom: 75px !important;
  }
  .mb-pd_b_75px {
    padding-bottom: 75px !important;
  }
  .mb-ma_b_80px {
    margin-bottom: 80px !important;
  }
  .mb-pd_b_80px {
    padding-bottom: 80px !important;
  }
  .mb-ma_b_90px {
    margin-bottom: 90px !important;
  }
  .mb-pd_b_90px {
    padding-bottom: 90px !important;
  }
  .mb-ma_b_100px {
    margin-bottom: 100px !important;
  }
  .mb-pd_b_100px {
    padding-bottom: 100px !important;
  }
  .mb-ma_b_110px {
    margin-bottom: 110px !important;
  }
  .mb-pd_b_110px {
    padding-bottom: 110px !important;
  }
  .mb-ma_b_120px {
    margin-bottom: 120px !important;
  }
  .mb-pd_b_120px {
    padding-bottom: 120px !important;
  }
  .mb-ma_b_130px {
    margin-bottom: 130px !important;
  }
  .mb-pd_b_130px {
    padding-bottom: 130px !important;
  }
  .mb-ma_b_140px {
    margin-bottom: 140px !important;
  }
  .mb-pd_b_140px {
    padding-bottom: 140px !important;
  }
  .mb-ma_b_150px {
    margin-bottom: 150px !important;
  }
  .mb-pd_b_150px {
    padding-bottom: 150px !important;
  }
  .mb-ma_b_186px {
    margin-bottom: 186px !important;
  }
  .mb-pd_b_186px {
    padding-bottom: 186px !important;
  }
  .mb-ma_b_200px {
    margin-bottom: 200px !important;
  }
  .mb-pd_b_200px {
    padding-bottom: 200px !important;
  }
  .mb-ma_b_220px {
    margin-bottom: 220px !important;
  }
  .mb-pd_b_220px {
    padding-bottom: 220px !important;
  }
  .mb-ma_b_245px {
    margin-bottom: 245px !important;
  }
  .mb-pd_b_245px {
    padding-bottom: 245px !important;
  }
  .mb-ma_b_250px {
    margin-bottom: 250px !important;
  }
  .mb-pd_b_250px {
    padding-bottom: 250px !important;
  }
  .mb-ma_b_1em {
    margin-bottom: 1em !important;
  }
  .mb-ma_b_1rem {
    margin-bottom: 1rem !important;
  }
  .mb-pd_b_1em {
    padding-bottom: 1em !important;
  }
  .mb-pd_b_1rem {
    padding-bottom: 1rem !important;
  }
  .mb-ma_b_2em {
    margin-bottom: 2em !important;
  }
  .mb-ma_b_2rem {
    margin-bottom: 2rem !important;
  }
  .mb-pd_b_2em {
    padding-bottom: 2em !important;
  }
  .mb-pd_b_2rem {
    padding-bottom: 2rem !important;
  }
  .mb-ma_b_3em {
    margin-bottom: 3em !important;
  }
  .mb-ma_b_3rem {
    margin-bottom: 3rem !important;
  }
  .mb-pd_b_3em {
    padding-bottom: 3em !important;
  }
  .mb-pd_b_3rem {
    padding-bottom: 3rem !important;
  }
  .mb-ma_b_4em {
    margin-bottom: 4em !important;
  }
  .mb-ma_b_4rem {
    margin-bottom: 4rem !important;
  }
  .mb-pd_b_4em {
    padding-bottom: 4em !important;
  }
  .mb-pd_b_4rem {
    padding-bottom: 4rem !important;
  }
  .mb-ma_b_5em {
    margin-bottom: 5em !important;
  }
  .mb-ma_b_5rem {
    margin-bottom: 5rem !important;
  }
  .mb-pd_b_5em {
    padding-bottom: 5em !important;
  }
  .mb-pd_b_5rem {
    padding-bottom: 5rem !important;
  }
  .mb-ma_b_6em {
    margin-bottom: 6em !important;
  }
  .mb-ma_b_6rem {
    margin-bottom: 6rem !important;
  }
  .mb-pd_b_6em {
    padding-bottom: 6em !important;
  }
  .mb-pd_b_6rem {
    padding-bottom: 6rem !important;
  }
  .mb-ma_b_7em {
    margin-bottom: 7em !important;
  }
  .mb-ma_b_7rem {
    margin-bottom: 7rem !important;
  }
  .mb-pd_b_7em {
    padding-bottom: 7em !important;
  }
  .mb-pd_b_7rem {
    padding-bottom: 7rem !important;
  }
  .mb-ma_b_8em {
    margin-bottom: 8em !important;
  }
  .mb-ma_b_8rem {
    margin-bottom: 8rem !important;
  }
  .mb-pd_b_8em {
    padding-bottom: 8em !important;
  }
  .mb-pd_b_8rem {
    padding-bottom: 8rem !important;
  }
  .mb-ma_b_9em {
    margin-bottom: 9em !important;
  }
  .mb-ma_b_9rem {
    margin-bottom: 9rem !important;
  }
  .mb-pd_b_9em {
    padding-bottom: 9em !important;
  }
  .mb-pd_b_9rem {
    padding-bottom: 9rem !important;
  }
  .mb-ma_b_10em {
    margin-bottom: 10em !important;
  }
  .mb-ma_b_10rem {
    margin-bottom: 10rem !important;
  }
  .mb-pd_b_10em {
    padding-bottom: 10em !important;
  }
  .mb-pd_b_10rem {
    padding-bottom: 10rem !important;
  }
  .mb-ma_l_0 {
    margin-left: 0 !important;
  }
  .mb-pd_l_0 {
    padding-left: 0 !important;
  }
  .mb-ma_l_3px {
    margin-left: 3px !important;
  }
  .mb-pd_l_3px {
    padding-left: 3px !important;
  }
  .mb-ma_l_5px {
    margin-left: 5px !important;
  }
  .mb-pd_l_5px {
    padding-left: 5px !important;
  }
  .mb-ma_l_10px {
    margin-left: 10px !important;
  }
  .mb-pd_l_10px {
    padding-left: 10px !important;
  }
  .mb-ma_l_15px {
    margin-left: 15px !important;
  }
  .mb-pd_l_15px {
    padding-left: 15px !important;
  }
  .mb-ma_l_20px {
    margin-left: 20px !important;
  }
  .mb-pd_l_20px {
    padding-left: 20px !important;
  }
  .mb-ma_l_25px {
    margin-left: 25px !important;
  }
  .mb-pd_l_25px {
    padding-left: 25px !important;
  }
  .mb-ma_l_30px {
    margin-left: 30px !important;
  }
  .mb-pd_l_30px {
    padding-left: 30px !important;
  }
  .mb-ma_l_35px {
    margin-left: 35px !important;
  }
  .mb-pd_l_35px {
    padding-left: 35px !important;
  }
  .mb-ma_l_40px {
    margin-left: 40px !important;
  }
  .mb-pd_l_40px {
    padding-left: 40px !important;
  }
  .mb-ma_l_45px {
    margin-left: 45px !important;
  }
  .mb-pd_l_45px {
    padding-left: 45px !important;
  }
  .mb-ma_l_50px {
    margin-left: 50px !important;
  }
  .mb-pd_l_50px {
    padding-left: 50px !important;
  }
  .mb-ma_l_60px {
    margin-left: 60px !important;
  }
  .mb-pd_l_60px {
    padding-left: 60px !important;
  }
  .mb-ma_l_70px {
    margin-left: 70px !important;
  }
  .mb-pd_l_70px {
    padding-left: 70px !important;
  }
  .mb-ma_l_75px {
    margin-left: 75px !important;
  }
  .mb-pd_l_75px {
    padding-left: 75px !important;
  }
  .mb-ma_l_80px {
    margin-left: 80px !important;
  }
  .mb-pd_l_80px {
    padding-left: 80px !important;
  }
  .mb-ma_l_90px {
    margin-left: 90px !important;
  }
  .mb-pd_l_90px {
    padding-left: 90px !important;
  }
  .mb-ma_l_100px {
    margin-left: 100px !important;
  }
  .mb-pd_l_100px {
    padding-left: 100px !important;
  }
  .mb-ma_l_110px {
    margin-left: 110px !important;
  }
  .mb-pd_l_110px {
    padding-left: 110px !important;
  }
  .mb-ma_l_120px {
    margin-left: 120px !important;
  }
  .mb-pd_l_120px {
    padding-left: 120px !important;
  }
  .mb-ma_l_130px {
    margin-left: 130px !important;
  }
  .mb-pd_l_130px {
    padding-left: 130px !important;
  }
  .mb-ma_l_140px {
    margin-left: 140px !important;
  }
  .mb-pd_l_140px {
    padding-left: 140px !important;
  }
  .mb-ma_l_150px {
    margin-left: 150px !important;
  }
  .mb-pd_l_150px {
    padding-left: 150px !important;
  }
  .mb-ma_l_186px {
    margin-left: 186px !important;
  }
  .mb-pd_l_186px {
    padding-left: 186px !important;
  }
  .mb-ma_l_200px {
    margin-left: 200px !important;
  }
  .mb-pd_l_200px {
    padding-left: 200px !important;
  }
  .mb-ma_l_220px {
    margin-left: 220px !important;
  }
  .mb-pd_l_220px {
    padding-left: 220px !important;
  }
  .mb-ma_l_245px {
    margin-left: 245px !important;
  }
  .mb-pd_l_245px {
    padding-left: 245px !important;
  }
  .mb-ma_l_250px {
    margin-left: 250px !important;
  }
  .mb-pd_l_250px {
    padding-left: 250px !important;
  }
  .mb-ma_l_1em {
    margin-left: 1em !important;
  }
  .mb-ma_l_1rem {
    margin-left: 1rem !important;
  }
  .mb-pd_l_1em {
    padding-left: 1em !important;
  }
  .mb-pd_l_1rem {
    padding-left: 1rem !important;
  }
  .mb-ma_l_2em {
    margin-left: 2em !important;
  }
  .mb-ma_l_2rem {
    margin-left: 2rem !important;
  }
  .mb-pd_l_2em {
    padding-left: 2em !important;
  }
  .mb-pd_l_2rem {
    padding-left: 2rem !important;
  }
  .mb-ma_l_3em {
    margin-left: 3em !important;
  }
  .mb-ma_l_3rem {
    margin-left: 3rem !important;
  }
  .mb-pd_l_3em {
    padding-left: 3em !important;
  }
  .mb-pd_l_3rem {
    padding-left: 3rem !important;
  }
  .mb-ma_l_4em {
    margin-left: 4em !important;
  }
  .mb-ma_l_4rem {
    margin-left: 4rem !important;
  }
  .mb-pd_l_4em {
    padding-left: 4em !important;
  }
  .mb-pd_l_4rem {
    padding-left: 4rem !important;
  }
  .mb-ma_l_5em {
    margin-left: 5em !important;
  }
  .mb-ma_l_5rem {
    margin-left: 5rem !important;
  }
  .mb-pd_l_5em {
    padding-left: 5em !important;
  }
  .mb-pd_l_5rem {
    padding-left: 5rem !important;
  }
  .mb-ma_l_6em {
    margin-left: 6em !important;
  }
  .mb-ma_l_6rem {
    margin-left: 6rem !important;
  }
  .mb-pd_l_6em {
    padding-left: 6em !important;
  }
  .mb-pd_l_6rem {
    padding-left: 6rem !important;
  }
  .mb-ma_l_7em {
    margin-left: 7em !important;
  }
  .mb-ma_l_7rem {
    margin-left: 7rem !important;
  }
  .mb-pd_l_7em {
    padding-left: 7em !important;
  }
  .mb-pd_l_7rem {
    padding-left: 7rem !important;
  }
  .mb-ma_l_8em {
    margin-left: 8em !important;
  }
  .mb-ma_l_8rem {
    margin-left: 8rem !important;
  }
  .mb-pd_l_8em {
    padding-left: 8em !important;
  }
  .mb-pd_l_8rem {
    padding-left: 8rem !important;
  }
  .mb-ma_l_9em {
    margin-left: 9em !important;
  }
  .mb-ma_l_9rem {
    margin-left: 9rem !important;
  }
  .mb-pd_l_9em {
    padding-left: 9em !important;
  }
  .mb-pd_l_9rem {
    padding-left: 9rem !important;
  }
  .mb-ma_l_10em {
    margin-left: 10em !important;
  }
  .mb-ma_l_10rem {
    margin-left: 10rem !important;
  }
  .mb-pd_l_10em {
    padding-left: 10em !important;
  }
  .mb-pd_l_10rem {
    padding-left: 10rem !important;
  }
  /*　top　*/
  .mb-top_0 {
    top: 0 !important;
  }
  .mb-top_3px {
    top: 3px !important;
  }
  .mb-top_5px {
    top: 5px !important;
  }
  .mb-top_10px {
    top: 10px !important;
  }
  .mb-top_15px {
    top: 15px !important;
  }
  .mb-top_20px {
    top: 20px !important;
  }
  .mb-top_25px {
    top: 25px !important;
  }
  .mb-top_30px {
    top: 30px !important;
  }
  .mb-top_35px {
    top: 35px !important;
  }
  .mb-top_40px {
    top: 40px !important;
  }
  .mb-top_45px {
    top: 45px !important;
  }
  .mb-top_50px {
    top: 50px !important;
  }
  .mb-top_60px {
    top: 60px !important;
  }
  .mb-top_70px {
    top: 70px !important;
  }
  .mb-top_75px {
    top: 75px !important;
  }
  .mb-top_80px {
    top: 80px !important;
  }
  .mb-top_90px {
    top: 90px !important;
  }
  .mb-top_100px {
    top: 100px !important;
  }
  .mb-top_110px {
    top: 110px !important;
  }
  .mb-top_120px {
    top: 120px !important;
  }
  .mb-top_130px {
    top: 130px !important;
  }
  .mb-top_140px {
    top: 140px !important;
  }
  .mb-top_150px {
    top: 150px !important;
  }
  .mb-top_186px {
    top: 186px !important;
  }
  .mb-top_200px {
    top: 200px !important;
  }
  .mb-top_220px {
    top: 220px !important;
  }
  .mb-top_245px {
    top: 245px !important;
  }
  .mb-top_250px {
    top: 250px !important;
  }
  .mb-ma_rl_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*　text-align　*/
  .mb-text_align_left {
    text-align: left !important;
  }
  .mb-text_align_center {
    text-align: center !important;
  }
  .mb-text_align_right {
    text-align: right !important;
  }
  /*　vertical-align　*/
  .mb-v_align_top {
    vertical-align: top !important;
  }
  .mb-v_align_middle {
    vertical-align: middle !important;
  }
  .mb-v_align_bottom {
    vertical-align: bottom !important;
  }
  /*　フォントウェイト　*/
  .mb-font_bold {
    font-weight: bold !important;
  }
  .mb-font_normal {
    font-weight: normal !important;
  }
  /*　フォントサイズ　*/
  .mb-fontsize_10px {
    font-size: 10px !important;
  }
  .mb-fontsize_12px {
    font-size: 12px !important;
  }
  .mb-fontsize_13px {
    font-size: 13px !important;
  }
  .mb-fontsize_14px {
    font-size: 14px !important;
  }
  .mb-fontsize_15px {
    font-size: 15px !important;
  }
  .mb-fontsize_18px {
    font-size: 18px !important;
  }
  .mb-fontsize_16px {
    font-size: 16px !important;
  }
  .mb-fontsize_20px {
    font-size: 20px !important;
  }
  .mb-fontsize_22px {
    font-size: 22px !important;
  }
  .mb-fontsize_21px {
    font-size: 21px !important;
  }
  .mb-fontsize_24px {
    font-size: 24px !important;
  }
  .mb-fontsize_26px {
    font-size: 26px !important;
  }
  .mb-fontsize_0_75rem {
    font-size: 0.75rem !important;
  }
  .mb-fontsize_1rem {
    font-size: 1rem !important;
  }
  .mb-fontsize_1_25rem {
    font-size: 1.25rem !important;
  }
  .mb-fontsize_1_5rem {
    font-size: 1.5rem !important;
  }
  .mb-fontsize_1_75rem {
    font-size: 1.75rem !important;
  }
  .mb-fontsize_2rem {
    font-size: 2rem !important;
  }
  /*　インデント　*/
  .mb-text_indent_10px {
    text-indent: 10px !important;
  }
  .mb-text_indent_15px {
    text-indent: 15px !important;
  }
  .mb-text_indent_20px {
    text-indent: 20px !important;
  }
  .mb-text_indent_-15px {
    text-indent: -15px !important;
  }
  .mb-text_indent_-20px {
    text-indent: -20px !important;
  }
  .mb-text_indent_-30px {
    text-indent: -30px !important;
  }
  /*　ラインヘイト　*/
  .mb-line_height_0 {
    line-height: 0 !important;
  }
  .mb-line_height_16 {
    line-height: 16px !important;
  }
  .mb-line_height_18 {
    line-height: 18px !important;
  }
  .mb-line_height_24 {
    line-height: 24px !important;
  }
  .mb-line_height_32 {
    line-height: 32px !important;
  }
  /*　ヘイト　*/
  .mb-height_230px {
    height: 230px !important;
  }
  .mb-height_100pa {
    height: 100% !important;
  }
  .mb-height_0 {
    height: 0 !important;
  }
  .mb-height_3px {
    height: 3px !important;
  }
  .mb-height_5px {
    height: 5px !important;
  }
  .mb-height_10px {
    height: 10px !important;
  }
  .mb-height_15px {
    height: 15px !important;
  }
  .mb-height_20px {
    height: 20px !important;
  }
  .mb-height_25px {
    height: 25px !important;
  }
  .mb-height_30px {
    height: 30px !important;
  }
  .mb-height_35px {
    height: 35px !important;
  }
  .mb-height_40px {
    height: 40px !important;
  }
  .mb-height_45px {
    height: 45px !important;
  }
  .mb-height_50px {
    height: 50px !important;
  }
  .mb-height_60px {
    height: 60px !important;
  }
  .mb-height_70px {
    height: 70px !important;
  }
  .mb-height_75px {
    height: 75px !important;
  }
  .mb-height_80px {
    height: 80px !important;
  }
  .mb-height_90px {
    height: 90px !important;
  }
  .mb-height_100px {
    height: 100px !important;
  }
  .mb-height_110px {
    height: 110px !important;
  }
  .mb-height_120px {
    height: 120px !important;
  }
  .mb-height_130px {
    height: 130px !important;
  }
  .mb-height_140px {
    height: 140px !important;
  }
  .mb-height_150px {
    height: 150px !important;
  }
  .mb-height_186px {
    height: 186px !important;
  }
  .mb-height_200px {
    height: 200px !important;
  }
  .mb-height_220px {
    height: 220px !important;
  }
  .mb-height_245px {
    height: 245px !important;
  }
  .mb-height_250px {
    height: 250px !important;
  }
  .height_100pa {
    height: 100%;
  }
  /*リスト*/
  .mb-list_style_none {
    list-style: none !important;
  }
  /*　横幅　*/
  .mb-width_auto {
    width: auto !important;
  }
  .mb-width_10pa {
    width: 10% !important;
  }
  .mb-width_1em {
    width: 1em !important;
  }
  .mb-width_20pa {
    width: 20% !important;
  }
  .mb-width_2em {
    width: 2em !important;
  }
  .mb-width_30pa {
    width: 30% !important;
  }
  .mb-width_3em {
    width: 3em !important;
  }
  .mb-width_40pa {
    width: 40% !important;
  }
  .mb-width_4em {
    width: 4em !important;
  }
  .mb-width_50pa {
    width: 50% !important;
  }
  .mb-width_5em {
    width: 5em !important;
  }
  .mb-width_60pa {
    width: 60% !important;
  }
  .mb-width_6em {
    width: 6em !important;
  }
  .mb-width_70pa {
    width: 70% !important;
  }
  .mb-width_7em {
    width: 7em !important;
  }
  .mb-width_80pa {
    width: 80% !important;
  }
  .mb-width_8em {
    width: 8em !important;
  }
  .mb-width_90pa {
    width: 90% !important;
  }
  .mb-width_9em {
    width: 9em !important;
  }
  .mb-width_100pa {
    width: 100% !important;
  }
  .mb-width_10em {
    width: 10em !important;
  }
}

@media (min-width: 768px) {
  /* CSS Document */
  .tb-pc-word_break_all {
    word-break: break-all !important;
  }
  .tb-pc-float_left {
    float: left !important;
  }
  .tb-pc-float_right {
    float: right !important;
  }
  .tb-pc-clear_both {
    clear: both !important;
  }
  /*　ボーダー関連　*/
  .tb-pc-border_none {
    border: none !important;
  }
  /*　display関連　*/
  .tb-pc-display_block {
    display: block !important;
  }
  .tb-pc-display_none {
    display: none !important;
  }
  .tb-pc-display_inlineblock {
    display: inline-block !important;
  }
  .tb-pc-display_inline {
    display: inline !important;
  }
  /*flex関連　*/
  .tb-pc-display_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tb-pc-justify_start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .tb-pc-justify_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .tb-pc-justify_end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .tb-pc-justify_around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .tb-pc-justify_between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .tb-pc-align_items_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .tb-pc-align_items_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .tb-pc-align_items_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .tb-pc-flex_wrap_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .tb-pc-flex_wrap_nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .tb-pc-flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*　その他　*/
  .tb-pc-pointer_none {
    pointer-events: none !important;
  }
  .tb-pc-overflow-hidden {
    overflow: hidden !important;
  }
  .tb-pc-overflow-auto {
    overflow: auto !important;
  }
  .tb-pc-overflow-xscroll {
    overflow-x: scroll !important;
  }
  .tb-pc-white_space_nowrap {
    white-space: nowrap !important;
  }
  .tb-pc-white_space_normal {
    white-space: normal !important;
  }
  .tb-pc-align_item_flex_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .tb-pc-align_item_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .tb-pc-align_item_flex_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .tb-pc-object_fit_cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /*　position　*/
  .tb-pc-position_static {
    position: static !important;
  }
  .tb-pc-position_relative {
    position: relative !important;
  }
  .tb-pc-position_absolute {
    position: absolute !important;
  }
  .tb-pc-position_fixed {
    position: fixed !important;
  }
  /*　margin padding　*/
  .tb-pc-ma_0 {
    margin: 0 !important;
  }
  .tb-pc-ma_3px {
    margin: 3px !important;
  }
  .tb-pc-ma_5px {
    margin: 5px !important;
  }
  .tb-pc-ma_10px {
    margin: 10px !important;
  }
  .tb-pc-ma_15px {
    margin: 15px !important;
  }
  .tb-pc-ma_20px {
    margin: 20px !important;
  }
  .tb-pc-ma_25px {
    margin: 25px !important;
  }
  .tb-pc-ma_30px {
    margin: 30px !important;
  }
  .tb-pc-ma_35px {
    margin: 35px !important;
  }
  .tb-pc-ma_40px {
    margin: 40px !important;
  }
  .tb-pc-ma_45px {
    margin: 45px !important;
  }
  .tb-pc-ma_50px {
    margin: 50px !important;
  }
  .tb-pc-ma_60px {
    margin: 60px !important;
  }
  .tb-pc-ma_70px {
    margin: 70px !important;
  }
  .tb-pc-ma_75px {
    margin: 75px !important;
  }
  .tb-pc-ma_80px {
    margin: 80px !important;
  }
  .tb-pc-ma_90px {
    margin: 90px !important;
  }
  .tb-pc-ma_100px {
    margin: 100px !important;
  }
  .tb-pc-ma_110px {
    margin: 110px !important;
  }
  .tb-pc-ma_120px {
    margin: 120px !important;
  }
  .tb-pc-ma_130px {
    margin: 130px !important;
  }
  .tb-pc-ma_140px {
    margin: 140px !important;
  }
  .tb-pc-ma_150px {
    margin: 150px !important;
  }
  .tb-pc-ma_186px {
    margin: 186px !important;
  }
  .tb-pc-ma_200px {
    margin: 200px !important;
  }
  .tb-pc-ma_220px {
    margin: 220px !important;
  }
  .tb-pc-ma_245px {
    margin: 245px !important;
  }
  .tb-pc-ma_250px {
    margin: 250px !important;
  }
  .tb-pc-ma_t_0 {
    margin-top: 0 !important;
  }
  .tb-pc-pd_t_0 {
    padding-top: 0 !important;
  }
  .tb-pc-ma_t_3px {
    margin-top: 3px !important;
  }
  .tb-pc-pd_t_3px {
    padding-top: 3px !important;
  }
  .tb-pc-ma_t_5px {
    margin-top: 5px !important;
  }
  .tb-pc-pd_t_5px {
    padding-top: 5px !important;
  }
  .tb-pc-ma_t_10px {
    margin-top: 10px !important;
  }
  .tb-pc-pd_t_10px {
    padding-top: 10px !important;
  }
  .tb-pc-ma_t_15px {
    margin-top: 15px !important;
  }
  .tb-pc-pd_t_15px {
    padding-top: 15px !important;
  }
  .tb-pc-ma_t_20px {
    margin-top: 20px !important;
  }
  .tb-pc-pd_t_20px {
    padding-top: 20px !important;
  }
  .tb-pc-ma_t_25px {
    margin-top: 25px !important;
  }
  .tb-pc-pd_t_25px {
    padding-top: 25px !important;
  }
  .tb-pc-ma_t_30px {
    margin-top: 30px !important;
  }
  .tb-pc-pd_t_30px {
    padding-top: 30px !important;
  }
  .tb-pc-ma_t_35px {
    margin-top: 35px !important;
  }
  .tb-pc-pd_t_35px {
    padding-top: 35px !important;
  }
  .tb-pc-ma_t_40px {
    margin-top: 40px !important;
  }
  .tb-pc-pd_t_40px {
    padding-top: 40px !important;
  }
  .tb-pc-ma_t_45px {
    margin-top: 45px !important;
  }
  .tb-pc-pd_t_45px {
    padding-top: 45px !important;
  }
  .tb-pc-ma_t_50px {
    margin-top: 50px !important;
  }
  .tb-pc-pd_t_50px {
    padding-top: 50px !important;
  }
  .tb-pc-ma_t_60px {
    margin-top: 60px !important;
  }
  .tb-pc-pd_t_60px {
    padding-top: 60px !important;
  }
  .tb-pc-ma_t_70px {
    margin-top: 70px !important;
  }
  .tb-pc-pd_t_70px {
    padding-top: 70px !important;
  }
  .tb-pc-ma_t_75px {
    margin-top: 75px !important;
  }
  .tb-pc-pd_t_75px {
    padding-top: 75px !important;
  }
  .tb-pc-ma_t_80px {
    margin-top: 80px !important;
  }
  .tb-pc-pd_t_80px {
    padding-top: 80px !important;
  }
  .tb-pc-ma_t_90px {
    margin-top: 90px !important;
  }
  .tb-pc-pd_t_90px {
    padding-top: 90px !important;
  }
  .tb-pc-ma_t_100px {
    margin-top: 100px !important;
  }
  .tb-pc-pd_t_100px {
    padding-top: 100px !important;
  }
  .tb-pc-ma_t_110px {
    margin-top: 110px !important;
  }
  .tb-pc-pd_t_110px {
    padding-top: 110px !important;
  }
  .tb-pc-ma_t_120px {
    margin-top: 120px !important;
  }
  .tb-pc-pd_t_120px {
    padding-top: 120px !important;
  }
  .tb-pc-ma_t_130px {
    margin-top: 130px !important;
  }
  .tb-pc-pd_t_130px {
    padding-top: 130px !important;
  }
  .tb-pc-ma_t_140px {
    margin-top: 140px !important;
  }
  .tb-pc-pd_t_140px {
    padding-top: 140px !important;
  }
  .tb-pc-ma_t_150px {
    margin-top: 150px !important;
  }
  .tb-pc-pd_t_150px {
    padding-top: 150px !important;
  }
  .tb-pc-ma_t_186px {
    margin-top: 186px !important;
  }
  .tb-pc-pd_t_186px {
    padding-top: 186px !important;
  }
  .tb-pc-ma_t_200px {
    margin-top: 200px !important;
  }
  .tb-pc-pd_t_200px {
    padding-top: 200px !important;
  }
  .tb-pc-ma_t_220px {
    margin-top: 220px !important;
  }
  .tb-pc-pd_t_220px {
    padding-top: 220px !important;
  }
  .tb-pc-ma_t_245px {
    margin-top: 245px !important;
  }
  .tb-pc-pd_t_245px {
    padding-top: 245px !important;
  }
  .tb-pc-ma_t_250px {
    margin-top: 250px !important;
  }
  .tb-pc-pd_t_250px {
    padding-top: 250px !important;
  }
  .tb-pc-ma_t_1em {
    margin-top: 1em !important;
  }
  .tb-pc-ma_t_1rem {
    margin-top: 1rem !important;
  }
  .tb-pc-pd_t_1em {
    padding-top: 1em !important;
  }
  .tb-pc-pd_t_1rem {
    padding-top: 1rem !important;
  }
  .tb-pc-ma_t_2em {
    margin-top: 2em !important;
  }
  .tb-pc-ma_t_2rem {
    margin-top: 2rem !important;
  }
  .tb-pc-pd_t_2em {
    padding-top: 2em !important;
  }
  .tb-pc-pd_t_2rem {
    padding-top: 2rem !important;
  }
  .tb-pc-ma_t_3em {
    margin-top: 3em !important;
  }
  .tb-pc-ma_t_3rem {
    margin-top: 3rem !important;
  }
  .tb-pc-pd_t_3em {
    padding-top: 3em !important;
  }
  .tb-pc-pd_t_3rem {
    padding-top: 3rem !important;
  }
  .tb-pc-ma_t_4em {
    margin-top: 4em !important;
  }
  .tb-pc-ma_t_4rem {
    margin-top: 4rem !important;
  }
  .tb-pc-pd_t_4em {
    padding-top: 4em !important;
  }
  .tb-pc-pd_t_4rem {
    padding-top: 4rem !important;
  }
  .tb-pc-ma_t_5em {
    margin-top: 5em !important;
  }
  .tb-pc-ma_t_5rem {
    margin-top: 5rem !important;
  }
  .tb-pc-pd_t_5em {
    padding-top: 5em !important;
  }
  .tb-pc-pd_t_5rem {
    padding-top: 5rem !important;
  }
  .tb-pc-ma_t_6em {
    margin-top: 6em !important;
  }
  .tb-pc-ma_t_6rem {
    margin-top: 6rem !important;
  }
  .tb-pc-pd_t_6em {
    padding-top: 6em !important;
  }
  .tb-pc-pd_t_6rem {
    padding-top: 6rem !important;
  }
  .tb-pc-ma_t_7em {
    margin-top: 7em !important;
  }
  .tb-pc-ma_t_7rem {
    margin-top: 7rem !important;
  }
  .tb-pc-pd_t_7em {
    padding-top: 7em !important;
  }
  .tb-pc-pd_t_7rem {
    padding-top: 7rem !important;
  }
  .tb-pc-ma_t_8em {
    margin-top: 8em !important;
  }
  .tb-pc-ma_t_8rem {
    margin-top: 8rem !important;
  }
  .tb-pc-pd_t_8em {
    padding-top: 8em !important;
  }
  .tb-pc-pd_t_8rem {
    padding-top: 8rem !important;
  }
  .tb-pc-ma_t_9em {
    margin-top: 9em !important;
  }
  .tb-pc-ma_t_9rem {
    margin-top: 9rem !important;
  }
  .tb-pc-pd_t_9em {
    padding-top: 9em !important;
  }
  .tb-pc-pd_t_9rem {
    padding-top: 9rem !important;
  }
  .tb-pc-ma_t_10em {
    margin-top: 10em !important;
  }
  .tb-pc-ma_t_10rem {
    margin-top: 10rem !important;
  }
  .tb-pc-pd_t_10em {
    padding-top: 10em !important;
  }
  .tb-pc-pd_t_10rem {
    padding-top: 10rem !important;
  }
  .tb-pc-ma_r_0 {
    margin-right: 0 !important;
  }
  .tb-pc-pd_r_0 {
    padding-right: 0 !important;
  }
  .tb-pc-ma_r_3px {
    margin-right: 3px !important;
  }
  .tb-pc-pd_r_3px {
    padding-right: 3px !important;
  }
  .tb-pc-ma_r_5px {
    margin-right: 5px !important;
  }
  .tb-pc-pd_r_5px {
    padding-right: 5px !important;
  }
  .tb-pc-ma_r_10px {
    margin-right: 10px !important;
  }
  .tb-pc-pd_r_10px {
    padding-right: 10px !important;
  }
  .tb-pc-ma_r_15px {
    margin-right: 15px !important;
  }
  .tb-pc-pd_r_15px {
    padding-right: 15px !important;
  }
  .tb-pc-ma_r_20px {
    margin-right: 20px !important;
  }
  .tb-pc-pd_r_20px {
    padding-right: 20px !important;
  }
  .tb-pc-ma_r_25px {
    margin-right: 25px !important;
  }
  .tb-pc-pd_r_25px {
    padding-right: 25px !important;
  }
  .tb-pc-ma_r_30px {
    margin-right: 30px !important;
  }
  .tb-pc-pd_r_30px {
    padding-right: 30px !important;
  }
  .tb-pc-ma_r_35px {
    margin-right: 35px !important;
  }
  .tb-pc-pd_r_35px {
    padding-right: 35px !important;
  }
  .tb-pc-ma_r_40px {
    margin-right: 40px !important;
  }
  .tb-pc-pd_r_40px {
    padding-right: 40px !important;
  }
  .tb-pc-ma_r_45px {
    margin-right: 45px !important;
  }
  .tb-pc-pd_r_45px {
    padding-right: 45px !important;
  }
  .tb-pc-ma_r_50px {
    margin-right: 50px !important;
  }
  .tb-pc-pd_r_50px {
    padding-right: 50px !important;
  }
  .tb-pc-ma_r_60px {
    margin-right: 60px !important;
  }
  .tb-pc-pd_r_60px {
    padding-right: 60px !important;
  }
  .tb-pc-ma_r_70px {
    margin-right: 70px !important;
  }
  .tb-pc-pd_r_70px {
    padding-right: 70px !important;
  }
  .tb-pc-ma_r_75px {
    margin-right: 75px !important;
  }
  .tb-pc-pd_r_75px {
    padding-right: 75px !important;
  }
  .tb-pc-ma_r_80px {
    margin-right: 80px !important;
  }
  .tb-pc-pd_r_80px {
    padding-right: 80px !important;
  }
  .tb-pc-ma_r_90px {
    margin-right: 90px !important;
  }
  .tb-pc-pd_r_90px {
    padding-right: 90px !important;
  }
  .tb-pc-ma_r_100px {
    margin-right: 100px !important;
  }
  .tb-pc-pd_r_100px {
    padding-right: 100px !important;
  }
  .tb-pc-ma_r_110px {
    margin-right: 110px !important;
  }
  .tb-pc-pd_r_110px {
    padding-right: 110px !important;
  }
  .tb-pc-ma_r_120px {
    margin-right: 120px !important;
  }
  .tb-pc-pd_r_120px {
    padding-right: 120px !important;
  }
  .tb-pc-ma_r_130px {
    margin-right: 130px !important;
  }
  .tb-pc-pd_r_130px {
    padding-right: 130px !important;
  }
  .tb-pc-ma_r_140px {
    margin-right: 140px !important;
  }
  .tb-pc-pd_r_140px {
    padding-right: 140px !important;
  }
  .tb-pc-ma_r_150px {
    margin-right: 150px !important;
  }
  .tb-pc-pd_r_150px {
    padding-right: 150px !important;
  }
  .tb-pc-ma_r_186px {
    margin-right: 186px !important;
  }
  .tb-pc-pd_r_186px {
    padding-right: 186px !important;
  }
  .tb-pc-ma_r_200px {
    margin-right: 200px !important;
  }
  .tb-pc-pd_r_200px {
    padding-right: 200px !important;
  }
  .tb-pc-ma_r_220px {
    margin-right: 220px !important;
  }
  .tb-pc-pd_r_220px {
    padding-right: 220px !important;
  }
  .tb-pc-ma_r_245px {
    margin-right: 245px !important;
  }
  .tb-pc-pd_r_245px {
    padding-right: 245px !important;
  }
  .tb-pc-ma_r_250px {
    margin-right: 250px !important;
  }
  .tb-pc-pd_r_250px {
    padding-right: 250px !important;
  }
  .tb-pc-ma_r_1em {
    margin-right: 1em !important;
  }
  .tb-pc-ma_r_1rem {
    margin-right: 1rem !important;
  }
  .tb-pc-pd_r_1em {
    padding-right: 1em !important;
  }
  .tb-pc-pd_r_1rem {
    padding-right: 1rem !important;
  }
  .tb-pc-ma_r_2em {
    margin-right: 2em !important;
  }
  .tb-pc-ma_r_2rem {
    margin-right: 2rem !important;
  }
  .tb-pc-pd_r_2em {
    padding-right: 2em !important;
  }
  .tb-pc-pd_r_2rem {
    padding-right: 2rem !important;
  }
  .tb-pc-ma_r_3em {
    margin-right: 3em !important;
  }
  .tb-pc-ma_r_3rem {
    margin-right: 3rem !important;
  }
  .tb-pc-pd_r_3em {
    padding-right: 3em !important;
  }
  .tb-pc-pd_r_3rem {
    padding-right: 3rem !important;
  }
  .tb-pc-ma_r_4em {
    margin-right: 4em !important;
  }
  .tb-pc-ma_r_4rem {
    margin-right: 4rem !important;
  }
  .tb-pc-pd_r_4em {
    padding-right: 4em !important;
  }
  .tb-pc-pd_r_4rem {
    padding-right: 4rem !important;
  }
  .tb-pc-ma_r_5em {
    margin-right: 5em !important;
  }
  .tb-pc-ma_r_5rem {
    margin-right: 5rem !important;
  }
  .tb-pc-pd_r_5em {
    padding-right: 5em !important;
  }
  .tb-pc-pd_r_5rem {
    padding-right: 5rem !important;
  }
  .tb-pc-ma_r_6em {
    margin-right: 6em !important;
  }
  .tb-pc-ma_r_6rem {
    margin-right: 6rem !important;
  }
  .tb-pc-pd_r_6em {
    padding-right: 6em !important;
  }
  .tb-pc-pd_r_6rem {
    padding-right: 6rem !important;
  }
  .tb-pc-ma_r_7em {
    margin-right: 7em !important;
  }
  .tb-pc-ma_r_7rem {
    margin-right: 7rem !important;
  }
  .tb-pc-pd_r_7em {
    padding-right: 7em !important;
  }
  .tb-pc-pd_r_7rem {
    padding-right: 7rem !important;
  }
  .tb-pc-ma_r_8em {
    margin-right: 8em !important;
  }
  .tb-pc-ma_r_8rem {
    margin-right: 8rem !important;
  }
  .tb-pc-pd_r_8em {
    padding-right: 8em !important;
  }
  .tb-pc-pd_r_8rem {
    padding-right: 8rem !important;
  }
  .tb-pc-ma_r_9em {
    margin-right: 9em !important;
  }
  .tb-pc-ma_r_9rem {
    margin-right: 9rem !important;
  }
  .tb-pc-pd_r_9em {
    padding-right: 9em !important;
  }
  .tb-pc-pd_r_9rem {
    padding-right: 9rem !important;
  }
  .tb-pc-ma_r_10em {
    margin-right: 10em !important;
  }
  .tb-pc-ma_r_10rem {
    margin-right: 10rem !important;
  }
  .tb-pc-pd_r_10em {
    padding-right: 10em !important;
  }
  .tb-pc-pd_r_10rem {
    padding-right: 10rem !important;
  }
  .tb-pc-ma_b_0 {
    margin-bottom: 0 !important;
  }
  .tb-pc-pd_b_0 {
    padding-bottom: 0 !important;
  }
  .tb-pc-ma_b_3px {
    margin-bottom: 3px !important;
  }
  .tb-pc-pd_b_3px {
    padding-bottom: 3px !important;
  }
  .tb-pc-ma_b_5px {
    margin-bottom: 5px !important;
  }
  .tb-pc-pd_b_5px {
    padding-bottom: 5px !important;
  }
  .tb-pc-ma_b_10px {
    margin-bottom: 10px !important;
  }
  .tb-pc-pd_b_10px {
    padding-bottom: 10px !important;
  }
  .tb-pc-ma_b_15px {
    margin-bottom: 15px !important;
  }
  .tb-pc-pd_b_15px {
    padding-bottom: 15px !important;
  }
  .tb-pc-ma_b_20px {
    margin-bottom: 20px !important;
  }
  .tb-pc-pd_b_20px {
    padding-bottom: 20px !important;
  }
  .tb-pc-ma_b_25px {
    margin-bottom: 25px !important;
  }
  .tb-pc-pd_b_25px {
    padding-bottom: 25px !important;
  }
  .tb-pc-ma_b_30px {
    margin-bottom: 30px !important;
  }
  .tb-pc-pd_b_30px {
    padding-bottom: 30px !important;
  }
  .tb-pc-ma_b_35px {
    margin-bottom: 35px !important;
  }
  .tb-pc-pd_b_35px {
    padding-bottom: 35px !important;
  }
  .tb-pc-ma_b_40px {
    margin-bottom: 40px !important;
  }
  .tb-pc-pd_b_40px {
    padding-bottom: 40px !important;
  }
  .tb-pc-ma_b_45px {
    margin-bottom: 45px !important;
  }
  .tb-pc-pd_b_45px {
    padding-bottom: 45px !important;
  }
  .tb-pc-ma_b_50px {
    margin-bottom: 50px !important;
  }
  .tb-pc-pd_b_50px {
    padding-bottom: 50px !important;
  }
  .tb-pc-ma_b_60px {
    margin-bottom: 60px !important;
  }
  .tb-pc-pd_b_60px {
    padding-bottom: 60px !important;
  }
  .tb-pc-ma_b_70px {
    margin-bottom: 70px !important;
  }
  .tb-pc-pd_b_70px {
    padding-bottom: 70px !important;
  }
  .tb-pc-ma_b_75px {
    margin-bottom: 75px !important;
  }
  .tb-pc-pd_b_75px {
    padding-bottom: 75px !important;
  }
  .tb-pc-ma_b_80px {
    margin-bottom: 80px !important;
  }
  .tb-pc-pd_b_80px {
    padding-bottom: 80px !important;
  }
  .tb-pc-ma_b_90px {
    margin-bottom: 90px !important;
  }
  .tb-pc-pd_b_90px {
    padding-bottom: 90px !important;
  }
  .tb-pc-ma_b_100px {
    margin-bottom: 100px !important;
  }
  .tb-pc-pd_b_100px {
    padding-bottom: 100px !important;
  }
  .tb-pc-ma_b_110px {
    margin-bottom: 110px !important;
  }
  .tb-pc-pd_b_110px {
    padding-bottom: 110px !important;
  }
  .tb-pc-ma_b_120px {
    margin-bottom: 120px !important;
  }
  .tb-pc-pd_b_120px {
    padding-bottom: 120px !important;
  }
  .tb-pc-ma_b_130px {
    margin-bottom: 130px !important;
  }
  .tb-pc-pd_b_130px {
    padding-bottom: 130px !important;
  }
  .tb-pc-ma_b_140px {
    margin-bottom: 140px !important;
  }
  .tb-pc-pd_b_140px {
    padding-bottom: 140px !important;
  }
  .tb-pc-ma_b_150px {
    margin-bottom: 150px !important;
  }
  .tb-pc-pd_b_150px {
    padding-bottom: 150px !important;
  }
  .tb-pc-ma_b_186px {
    margin-bottom: 186px !important;
  }
  .tb-pc-pd_b_186px {
    padding-bottom: 186px !important;
  }
  .tb-pc-ma_b_200px {
    margin-bottom: 200px !important;
  }
  .tb-pc-pd_b_200px {
    padding-bottom: 200px !important;
  }
  .tb-pc-ma_b_220px {
    margin-bottom: 220px !important;
  }
  .tb-pc-pd_b_220px {
    padding-bottom: 220px !important;
  }
  .tb-pc-ma_b_245px {
    margin-bottom: 245px !important;
  }
  .tb-pc-pd_b_245px {
    padding-bottom: 245px !important;
  }
  .tb-pc-ma_b_250px {
    margin-bottom: 250px !important;
  }
  .tb-pc-pd_b_250px {
    padding-bottom: 250px !important;
  }
  .tb-pc-ma_b_1em {
    margin-bottom: 1em !important;
  }
  .tb-pc-ma_b_1rem {
    margin-bottom: 1rem !important;
  }
  .tb-pc-pd_b_1em {
    padding-bottom: 1em !important;
  }
  .tb-pc-pd_b_1rem {
    padding-bottom: 1rem !important;
  }
  .tb-pc-ma_b_2em {
    margin-bottom: 2em !important;
  }
  .tb-pc-ma_b_2rem {
    margin-bottom: 2rem !important;
  }
  .tb-pc-pd_b_2em {
    padding-bottom: 2em !important;
  }
  .tb-pc-pd_b_2rem {
    padding-bottom: 2rem !important;
  }
  .tb-pc-ma_b_3em {
    margin-bottom: 3em !important;
  }
  .tb-pc-ma_b_3rem {
    margin-bottom: 3rem !important;
  }
  .tb-pc-pd_b_3em {
    padding-bottom: 3em !important;
  }
  .tb-pc-pd_b_3rem {
    padding-bottom: 3rem !important;
  }
  .tb-pc-ma_b_4em {
    margin-bottom: 4em !important;
  }
  .tb-pc-ma_b_4rem {
    margin-bottom: 4rem !important;
  }
  .tb-pc-pd_b_4em {
    padding-bottom: 4em !important;
  }
  .tb-pc-pd_b_4rem {
    padding-bottom: 4rem !important;
  }
  .tb-pc-ma_b_5em {
    margin-bottom: 5em !important;
  }
  .tb-pc-ma_b_5rem {
    margin-bottom: 5rem !important;
  }
  .tb-pc-pd_b_5em {
    padding-bottom: 5em !important;
  }
  .tb-pc-pd_b_5rem {
    padding-bottom: 5rem !important;
  }
  .tb-pc-ma_b_6em {
    margin-bottom: 6em !important;
  }
  .tb-pc-ma_b_6rem {
    margin-bottom: 6rem !important;
  }
  .tb-pc-pd_b_6em {
    padding-bottom: 6em !important;
  }
  .tb-pc-pd_b_6rem {
    padding-bottom: 6rem !important;
  }
  .tb-pc-ma_b_7em {
    margin-bottom: 7em !important;
  }
  .tb-pc-ma_b_7rem {
    margin-bottom: 7rem !important;
  }
  .tb-pc-pd_b_7em {
    padding-bottom: 7em !important;
  }
  .tb-pc-pd_b_7rem {
    padding-bottom: 7rem !important;
  }
  .tb-pc-ma_b_8em {
    margin-bottom: 8em !important;
  }
  .tb-pc-ma_b_8rem {
    margin-bottom: 8rem !important;
  }
  .tb-pc-pd_b_8em {
    padding-bottom: 8em !important;
  }
  .tb-pc-pd_b_8rem {
    padding-bottom: 8rem !important;
  }
  .tb-pc-ma_b_9em {
    margin-bottom: 9em !important;
  }
  .tb-pc-ma_b_9rem {
    margin-bottom: 9rem !important;
  }
  .tb-pc-pd_b_9em {
    padding-bottom: 9em !important;
  }
  .tb-pc-pd_b_9rem {
    padding-bottom: 9rem !important;
  }
  .tb-pc-ma_b_10em {
    margin-bottom: 10em !important;
  }
  .tb-pc-ma_b_10rem {
    margin-bottom: 10rem !important;
  }
  .tb-pc-pd_b_10em {
    padding-bottom: 10em !important;
  }
  .tb-pc-pd_b_10rem {
    padding-bottom: 10rem !important;
  }
  .tb-pc-ma_l_0 {
    margin-left: 0 !important;
  }
  .tb-pc-pd_l_0 {
    padding-left: 0 !important;
  }
  .tb-pc-ma_l_3px {
    margin-left: 3px !important;
  }
  .tb-pc-pd_l_3px {
    padding-left: 3px !important;
  }
  .tb-pc-ma_l_5px {
    margin-left: 5px !important;
  }
  .tb-pc-pd_l_5px {
    padding-left: 5px !important;
  }
  .tb-pc-ma_l_10px {
    margin-left: 10px !important;
  }
  .tb-pc-pd_l_10px {
    padding-left: 10px !important;
  }
  .tb-pc-ma_l_15px {
    margin-left: 15px !important;
  }
  .tb-pc-pd_l_15px {
    padding-left: 15px !important;
  }
  .tb-pc-ma_l_20px {
    margin-left: 20px !important;
  }
  .tb-pc-pd_l_20px {
    padding-left: 20px !important;
  }
  .tb-pc-ma_l_25px {
    margin-left: 25px !important;
  }
  .tb-pc-pd_l_25px {
    padding-left: 25px !important;
  }
  .tb-pc-ma_l_30px {
    margin-left: 30px !important;
  }
  .tb-pc-pd_l_30px {
    padding-left: 30px !important;
  }
  .tb-pc-ma_l_35px {
    margin-left: 35px !important;
  }
  .tb-pc-pd_l_35px {
    padding-left: 35px !important;
  }
  .tb-pc-ma_l_40px {
    margin-left: 40px !important;
  }
  .tb-pc-pd_l_40px {
    padding-left: 40px !important;
  }
  .tb-pc-ma_l_45px {
    margin-left: 45px !important;
  }
  .tb-pc-pd_l_45px {
    padding-left: 45px !important;
  }
  .tb-pc-ma_l_50px {
    margin-left: 50px !important;
  }
  .tb-pc-pd_l_50px {
    padding-left: 50px !important;
  }
  .tb-pc-ma_l_60px {
    margin-left: 60px !important;
  }
  .tb-pc-pd_l_60px {
    padding-left: 60px !important;
  }
  .tb-pc-ma_l_70px {
    margin-left: 70px !important;
  }
  .tb-pc-pd_l_70px {
    padding-left: 70px !important;
  }
  .tb-pc-ma_l_75px {
    margin-left: 75px !important;
  }
  .tb-pc-pd_l_75px {
    padding-left: 75px !important;
  }
  .tb-pc-ma_l_80px {
    margin-left: 80px !important;
  }
  .tb-pc-pd_l_80px {
    padding-left: 80px !important;
  }
  .tb-pc-ma_l_90px {
    margin-left: 90px !important;
  }
  .tb-pc-pd_l_90px {
    padding-left: 90px !important;
  }
  .tb-pc-ma_l_100px {
    margin-left: 100px !important;
  }
  .tb-pc-pd_l_100px {
    padding-left: 100px !important;
  }
  .tb-pc-ma_l_110px {
    margin-left: 110px !important;
  }
  .tb-pc-pd_l_110px {
    padding-left: 110px !important;
  }
  .tb-pc-ma_l_120px {
    margin-left: 120px !important;
  }
  .tb-pc-pd_l_120px {
    padding-left: 120px !important;
  }
  .tb-pc-ma_l_130px {
    margin-left: 130px !important;
  }
  .tb-pc-pd_l_130px {
    padding-left: 130px !important;
  }
  .tb-pc-ma_l_140px {
    margin-left: 140px !important;
  }
  .tb-pc-pd_l_140px {
    padding-left: 140px !important;
  }
  .tb-pc-ma_l_150px {
    margin-left: 150px !important;
  }
  .tb-pc-pd_l_150px {
    padding-left: 150px !important;
  }
  .tb-pc-ma_l_186px {
    margin-left: 186px !important;
  }
  .tb-pc-pd_l_186px {
    padding-left: 186px !important;
  }
  .tb-pc-ma_l_200px {
    margin-left: 200px !important;
  }
  .tb-pc-pd_l_200px {
    padding-left: 200px !important;
  }
  .tb-pc-ma_l_220px {
    margin-left: 220px !important;
  }
  .tb-pc-pd_l_220px {
    padding-left: 220px !important;
  }
  .tb-pc-ma_l_245px {
    margin-left: 245px !important;
  }
  .tb-pc-pd_l_245px {
    padding-left: 245px !important;
  }
  .tb-pc-ma_l_250px {
    margin-left: 250px !important;
  }
  .tb-pc-pd_l_250px {
    padding-left: 250px !important;
  }
  .tb-pc-ma_l_1em {
    margin-left: 1em !important;
  }
  .tb-pc-ma_l_1rem {
    margin-left: 1rem !important;
  }
  .tb-pc-pd_l_1em {
    padding-left: 1em !important;
  }
  .tb-pc-pd_l_1rem {
    padding-left: 1rem !important;
  }
  .tb-pc-ma_l_2em {
    margin-left: 2em !important;
  }
  .tb-pc-ma_l_2rem {
    margin-left: 2rem !important;
  }
  .tb-pc-pd_l_2em {
    padding-left: 2em !important;
  }
  .tb-pc-pd_l_2rem {
    padding-left: 2rem !important;
  }
  .tb-pc-ma_l_3em {
    margin-left: 3em !important;
  }
  .tb-pc-ma_l_3rem {
    margin-left: 3rem !important;
  }
  .tb-pc-pd_l_3em {
    padding-left: 3em !important;
  }
  .tb-pc-pd_l_3rem {
    padding-left: 3rem !important;
  }
  .tb-pc-ma_l_4em {
    margin-left: 4em !important;
  }
  .tb-pc-ma_l_4rem {
    margin-left: 4rem !important;
  }
  .tb-pc-pd_l_4em {
    padding-left: 4em !important;
  }
  .tb-pc-pd_l_4rem {
    padding-left: 4rem !important;
  }
  .tb-pc-ma_l_5em {
    margin-left: 5em !important;
  }
  .tb-pc-ma_l_5rem {
    margin-left: 5rem !important;
  }
  .tb-pc-pd_l_5em {
    padding-left: 5em !important;
  }
  .tb-pc-pd_l_5rem {
    padding-left: 5rem !important;
  }
  .tb-pc-ma_l_6em {
    margin-left: 6em !important;
  }
  .tb-pc-ma_l_6rem {
    margin-left: 6rem !important;
  }
  .tb-pc-pd_l_6em {
    padding-left: 6em !important;
  }
  .tb-pc-pd_l_6rem {
    padding-left: 6rem !important;
  }
  .tb-pc-ma_l_7em {
    margin-left: 7em !important;
  }
  .tb-pc-ma_l_7rem {
    margin-left: 7rem !important;
  }
  .tb-pc-pd_l_7em {
    padding-left: 7em !important;
  }
  .tb-pc-pd_l_7rem {
    padding-left: 7rem !important;
  }
  .tb-pc-ma_l_8em {
    margin-left: 8em !important;
  }
  .tb-pc-ma_l_8rem {
    margin-left: 8rem !important;
  }
  .tb-pc-pd_l_8em {
    padding-left: 8em !important;
  }
  .tb-pc-pd_l_8rem {
    padding-left: 8rem !important;
  }
  .tb-pc-ma_l_9em {
    margin-left: 9em !important;
  }
  .tb-pc-ma_l_9rem {
    margin-left: 9rem !important;
  }
  .tb-pc-pd_l_9em {
    padding-left: 9em !important;
  }
  .tb-pc-pd_l_9rem {
    padding-left: 9rem !important;
  }
  .tb-pc-ma_l_10em {
    margin-left: 10em !important;
  }
  .tb-pc-ma_l_10rem {
    margin-left: 10rem !important;
  }
  .tb-pc-pd_l_10em {
    padding-left: 10em !important;
  }
  .tb-pc-pd_l_10rem {
    padding-left: 10rem !important;
  }
  /*　top　*/
  .tb-pc-top_0 {
    top: 0 !important;
  }
  .tb-pc-top_3px {
    top: 3px !important;
  }
  .tb-pc-top_5px {
    top: 5px !important;
  }
  .tb-pc-top_10px {
    top: 10px !important;
  }
  .tb-pc-top_15px {
    top: 15px !important;
  }
  .tb-pc-top_20px {
    top: 20px !important;
  }
  .tb-pc-top_25px {
    top: 25px !important;
  }
  .tb-pc-top_30px {
    top: 30px !important;
  }
  .tb-pc-top_35px {
    top: 35px !important;
  }
  .tb-pc-top_40px {
    top: 40px !important;
  }
  .tb-pc-top_45px {
    top: 45px !important;
  }
  .tb-pc-top_50px {
    top: 50px !important;
  }
  .tb-pc-top_60px {
    top: 60px !important;
  }
  .tb-pc-top_70px {
    top: 70px !important;
  }
  .tb-pc-top_75px {
    top: 75px !important;
  }
  .tb-pc-top_80px {
    top: 80px !important;
  }
  .tb-pc-top_90px {
    top: 90px !important;
  }
  .tb-pc-top_100px {
    top: 100px !important;
  }
  .tb-pc-top_110px {
    top: 110px !important;
  }
  .tb-pc-top_120px {
    top: 120px !important;
  }
  .tb-pc-top_130px {
    top: 130px !important;
  }
  .tb-pc-top_140px {
    top: 140px !important;
  }
  .tb-pc-top_150px {
    top: 150px !important;
  }
  .tb-pc-top_186px {
    top: 186px !important;
  }
  .tb-pc-top_200px {
    top: 200px !important;
  }
  .tb-pc-top_220px {
    top: 220px !important;
  }
  .tb-pc-top_245px {
    top: 245px !important;
  }
  .tb-pc-top_250px {
    top: 250px !important;
  }
  .tb-pc-ma_rl_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*　text-align　*/
  .tb-pc-text_align_left {
    text-align: left !important;
  }
  .tb-pc-text_align_center {
    text-align: center !important;
  }
  .tb-pc-text_align_right {
    text-align: right !important;
  }
  /*　vertical-align　*/
  .tb-pc-v_align_top {
    vertical-align: top !important;
  }
  .tb-pc-v_align_middle {
    vertical-align: middle !important;
  }
  .tb-pc-v_align_bottom {
    vertical-align: bottom !important;
  }
  /*　フォントウェイト　*/
  .tb-pc-font_bold {
    font-weight: bold !important;
  }
  .tb-pc-font_normal {
    font-weight: normal !important;
  }
  /*　フォントサイズ　*/
  .tb-pc-fontsize_10px {
    font-size: 10px !important;
  }
  .tb-pc-fontsize_12px {
    font-size: 12px !important;
  }
  .tb-pc-fontsize_13px {
    font-size: 13px !important;
  }
  .tb-pc-fontsize_14px {
    font-size: 14px !important;
  }
  .tb-pc-fontsize_15px {
    font-size: 15px !important;
  }
  .tb-pc-fontsize_18px {
    font-size: 18px !important;
  }
  .tb-pc-fontsize_16px {
    font-size: 16px !important;
  }
  .tb-pc-fontsize_20px {
    font-size: 20px !important;
  }
  .tb-pc-fontsize_22px {
    font-size: 22px !important;
  }
  .tb-pc-fontsize_21px {
    font-size: 21px !important;
  }
  .tb-pc-fontsize_24px {
    font-size: 24px !important;
  }
  .tb-pc-fontsize_26px {
    font-size: 26px !important;
  }
  .tb-pc-fontsize_0_75rem {
    font-size: 0.75rem !important;
  }
  .tb-pc-fontsize_1rem {
    font-size: 1rem !important;
  }
  .tb-pc-fontsize_1_25rem {
    font-size: 1.25rem !important;
  }
  .tb-pc-fontsize_1_5rem {
    font-size: 1.5rem !important;
  }
  .tb-pc-fontsize_1_75rem {
    font-size: 1.75rem !important;
  }
  .tb-pc-fontsize_2rem {
    font-size: 2rem !important;
  }
  /*　インデント　*/
  .tb-pc-text_indent_10px {
    text-indent: 10px !important;
  }
  .tb-pc-text_indent_15px {
    text-indent: 15px !important;
  }
  .tb-pc-text_indent_20px {
    text-indent: 20px !important;
  }
  .tb-pc-text_indent_-15px {
    text-indent: -15px !important;
  }
  .tb-pc-text_indent_-20px {
    text-indent: -20px !important;
  }
  .tb-pc-text_indent_-30px {
    text-indent: -30px !important;
  }
  /*　ラインヘイト　*/
  .tb-pc-line_height_0 {
    line-height: 0 !important;
  }
  .tb-pc-line_height_16 {
    line-height: 16px !important;
  }
  .tb-pc-line_height_18 {
    line-height: 18px !important;
  }
  .tb-pc-line_height_24 {
    line-height: 24px !important;
  }
  .tb-pc-line_height_32 {
    line-height: 32px !important;
  }
  /*　ヘイト　*/
  .tb-pc-height_230px {
    height: 230px !important;
  }
  .tb-pc-height_100pa {
    height: 100% !important;
  }
  .tb-pc-height_0 {
    height: 0 !important;
  }
  .tb-pc-height_3px {
    height: 3px !important;
  }
  .tb-pc-height_5px {
    height: 5px !important;
  }
  .tb-pc-height_10px {
    height: 10px !important;
  }
  .tb-pc-height_15px {
    height: 15px !important;
  }
  .tb-pc-height_20px {
    height: 20px !important;
  }
  .tb-pc-height_25px {
    height: 25px !important;
  }
  .tb-pc-height_30px {
    height: 30px !important;
  }
  .tb-pc-height_35px {
    height: 35px !important;
  }
  .tb-pc-height_40px {
    height: 40px !important;
  }
  .tb-pc-height_45px {
    height: 45px !important;
  }
  .tb-pc-height_50px {
    height: 50px !important;
  }
  .tb-pc-height_60px {
    height: 60px !important;
  }
  .tb-pc-height_70px {
    height: 70px !important;
  }
  .tb-pc-height_75px {
    height: 75px !important;
  }
  .tb-pc-height_80px {
    height: 80px !important;
  }
  .tb-pc-height_90px {
    height: 90px !important;
  }
  .tb-pc-height_100px {
    height: 100px !important;
  }
  .tb-pc-height_110px {
    height: 110px !important;
  }
  .tb-pc-height_120px {
    height: 120px !important;
  }
  .tb-pc-height_130px {
    height: 130px !important;
  }
  .tb-pc-height_140px {
    height: 140px !important;
  }
  .tb-pc-height_150px {
    height: 150px !important;
  }
  .tb-pc-height_186px {
    height: 186px !important;
  }
  .tb-pc-height_200px {
    height: 200px !important;
  }
  .tb-pc-height_220px {
    height: 220px !important;
  }
  .tb-pc-height_245px {
    height: 245px !important;
  }
  .tb-pc-height_250px {
    height: 250px !important;
  }
  .height_100pa {
    height: 100%;
  }
  /*リスト*/
  .tb-pc-list_style_none {
    list-style: none !important;
  }
  /*　横幅　*/
  .tb-pc-width_auto {
    width: auto !important;
  }
  .tb-pc-width_10pa {
    width: 10% !important;
  }
  .tb-pc-width_1em {
    width: 1em !important;
  }
  .tb-pc-width_20pa {
    width: 20% !important;
  }
  .tb-pc-width_2em {
    width: 2em !important;
  }
  .tb-pc-width_30pa {
    width: 30% !important;
  }
  .tb-pc-width_3em {
    width: 3em !important;
  }
  .tb-pc-width_40pa {
    width: 40% !important;
  }
  .tb-pc-width_4em {
    width: 4em !important;
  }
  .tb-pc-width_50pa {
    width: 50% !important;
  }
  .tb-pc-width_5em {
    width: 5em !important;
  }
  .tb-pc-width_60pa {
    width: 60% !important;
  }
  .tb-pc-width_6em {
    width: 6em !important;
  }
  .tb-pc-width_70pa {
    width: 70% !important;
  }
  .tb-pc-width_7em {
    width: 7em !important;
  }
  .tb-pc-width_80pa {
    width: 80% !important;
  }
  .tb-pc-width_8em {
    width: 8em !important;
  }
  .tb-pc-width_90pa {
    width: 90% !important;
  }
  .tb-pc-width_9em {
    width: 9em !important;
  }
  .tb-pc-width_100pa {
    width: 100% !important;
  }
  .tb-pc-width_10em {
    width: 10em !important;
  }
}

@media (min-width: 1025px) {
  /* CSS Document */
  .pc-word_break_all {
    word-break: break-all !important;
  }
  .pc-float_left {
    float: left !important;
  }
  .pc-float_right {
    float: right !important;
  }
  .pc-clear_both {
    clear: both !important;
  }
  /*　ボーダー関連　*/
  .pc-border_none {
    border: none !important;
  }
  /*　display関連　*/
  .pc-display_block {
    display: block !important;
  }
  .pc-display_none {
    display: none !important;
  }
  .pc-display_inlineblock {
    display: inline-block !important;
  }
  .pc-display_inline {
    display: inline !important;
  }
  /*flex関連　*/
  .pc-display_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc-justify_start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pc-justify_center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc-justify_end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pc-justify_around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pc-justify_between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pc-align_items_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc-align_items_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc-align_items_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .pc-flex_wrap_wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .pc-flex_wrap_nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .pc-flex_direction_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /*　その他　*/
  .pc-pointer_none {
    pointer-events: none !important;
  }
  .pc-overflow-hidden {
    overflow: hidden !important;
  }
  .pc-overflow-auto {
    overflow: auto !important;
  }
  .pc-overflow-xscroll {
    overflow-x: scroll !important;
  }
  .pc-white_space_nowrap {
    white-space: nowrap !important;
  }
  .pc-white_space_normal {
    white-space: normal !important;
  }
  .pc-align_item_flex_start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc-align_item_center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc-align_item_flex_end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .pc-object_fit_cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /*　position　*/
  .pc-position_static {
    position: static !important;
  }
  .pc-position_relative {
    position: relative !important;
  }
  .pc-position_absolute {
    position: absolute !important;
  }
  .pc-position_fixed {
    position: fixed !important;
  }
  /*　margin padding　*/
  .pc-ma_0 {
    margin: 0 !important;
  }
  .pc-ma_3px {
    margin: 3px !important;
  }
  .pc-ma_5px {
    margin: 5px !important;
  }
  .pc-ma_10px {
    margin: 10px !important;
  }
  .pc-ma_15px {
    margin: 15px !important;
  }
  .pc-ma_20px {
    margin: 20px !important;
  }
  .pc-ma_25px {
    margin: 25px !important;
  }
  .pc-ma_30px {
    margin: 30px !important;
  }
  .pc-ma_35px {
    margin: 35px !important;
  }
  .pc-ma_40px {
    margin: 40px !important;
  }
  .pc-ma_45px {
    margin: 45px !important;
  }
  .pc-ma_50px {
    margin: 50px !important;
  }
  .pc-ma_60px {
    margin: 60px !important;
  }
  .pc-ma_70px {
    margin: 70px !important;
  }
  .pc-ma_75px {
    margin: 75px !important;
  }
  .pc-ma_80px {
    margin: 80px !important;
  }
  .pc-ma_90px {
    margin: 90px !important;
  }
  .pc-ma_100px {
    margin: 100px !important;
  }
  .pc-ma_110px {
    margin: 110px !important;
  }
  .pc-ma_120px {
    margin: 120px !important;
  }
  .pc-ma_130px {
    margin: 130px !important;
  }
  .pc-ma_140px {
    margin: 140px !important;
  }
  .pc-ma_150px {
    margin: 150px !important;
  }
  .pc-ma_186px {
    margin: 186px !important;
  }
  .pc-ma_200px {
    margin: 200px !important;
  }
  .pc-ma_220px {
    margin: 220px !important;
  }
  .pc-ma_245px {
    margin: 245px !important;
  }
  .pc-ma_250px {
    margin: 250px !important;
  }
  .pc-ma_t_0 {
    margin-top: 0 !important;
  }
  .pc-pd_t_0 {
    padding-top: 0 !important;
  }
  .pc-ma_t_3px {
    margin-top: 3px !important;
  }
  .pc-pd_t_3px {
    padding-top: 3px !important;
  }
  .pc-ma_t_5px {
    margin-top: 5px !important;
  }
  .pc-pd_t_5px {
    padding-top: 5px !important;
  }
  .pc-ma_t_10px {
    margin-top: 10px !important;
  }
  .pc-pd_t_10px {
    padding-top: 10px !important;
  }
  .pc-ma_t_15px {
    margin-top: 15px !important;
  }
  .pc-pd_t_15px {
    padding-top: 15px !important;
  }
  .pc-ma_t_20px {
    margin-top: 20px !important;
  }
  .pc-pd_t_20px {
    padding-top: 20px !important;
  }
  .pc-ma_t_25px {
    margin-top: 25px !important;
  }
  .pc-pd_t_25px {
    padding-top: 25px !important;
  }
  .pc-ma_t_30px {
    margin-top: 30px !important;
  }
  .pc-pd_t_30px {
    padding-top: 30px !important;
  }
  .pc-ma_t_35px {
    margin-top: 35px !important;
  }
  .pc-pd_t_35px {
    padding-top: 35px !important;
  }
  .pc-ma_t_40px {
    margin-top: 40px !important;
  }
  .pc-pd_t_40px {
    padding-top: 40px !important;
  }
  .pc-ma_t_45px {
    margin-top: 45px !important;
  }
  .pc-pd_t_45px {
    padding-top: 45px !important;
  }
  .pc-ma_t_50px {
    margin-top: 50px !important;
  }
  .pc-pd_t_50px {
    padding-top: 50px !important;
  }
  .pc-ma_t_60px {
    margin-top: 60px !important;
  }
  .pc-pd_t_60px {
    padding-top: 60px !important;
  }
  .pc-ma_t_70px {
    margin-top: 70px !important;
  }
  .pc-pd_t_70px {
    padding-top: 70px !important;
  }
  .pc-ma_t_75px {
    margin-top: 75px !important;
  }
  .pc-pd_t_75px {
    padding-top: 75px !important;
  }
  .pc-ma_t_80px {
    margin-top: 80px !important;
  }
  .pc-pd_t_80px {
    padding-top: 80px !important;
  }
  .pc-ma_t_90px {
    margin-top: 90px !important;
  }
  .pc-pd_t_90px {
    padding-top: 90px !important;
  }
  .pc-ma_t_100px {
    margin-top: 100px !important;
  }
  .pc-pd_t_100px {
    padding-top: 100px !important;
  }
  .pc-ma_t_110px {
    margin-top: 110px !important;
  }
  .pc-pd_t_110px {
    padding-top: 110px !important;
  }
  .pc-ma_t_120px {
    margin-top: 120px !important;
  }
  .pc-pd_t_120px {
    padding-top: 120px !important;
  }
  .pc-ma_t_130px {
    margin-top: 130px !important;
  }
  .pc-pd_t_130px {
    padding-top: 130px !important;
  }
  .pc-ma_t_140px {
    margin-top: 140px !important;
  }
  .pc-pd_t_140px {
    padding-top: 140px !important;
  }
  .pc-ma_t_150px {
    margin-top: 150px !important;
  }
  .pc-pd_t_150px {
    padding-top: 150px !important;
  }
  .pc-ma_t_186px {
    margin-top: 186px !important;
  }
  .pc-pd_t_186px {
    padding-top: 186px !important;
  }
  .pc-ma_t_200px {
    margin-top: 200px !important;
  }
  .pc-pd_t_200px {
    padding-top: 200px !important;
  }
  .pc-ma_t_220px {
    margin-top: 220px !important;
  }
  .pc-pd_t_220px {
    padding-top: 220px !important;
  }
  .pc-ma_t_245px {
    margin-top: 245px !important;
  }
  .pc-pd_t_245px {
    padding-top: 245px !important;
  }
  .pc-ma_t_250px {
    margin-top: 250px !important;
  }
  .pc-pd_t_250px {
    padding-top: 250px !important;
  }
  .pc-ma_t_1em {
    margin-top: 1em !important;
  }
  .pc-ma_t_1rem {
    margin-top: 1rem !important;
  }
  .pc-pd_t_1em {
    padding-top: 1em !important;
  }
  .pc-pd_t_1rem {
    padding-top: 1rem !important;
  }
  .pc-ma_t_2em {
    margin-top: 2em !important;
  }
  .pc-ma_t_2rem {
    margin-top: 2rem !important;
  }
  .pc-pd_t_2em {
    padding-top: 2em !important;
  }
  .pc-pd_t_2rem {
    padding-top: 2rem !important;
  }
  .pc-ma_t_3em {
    margin-top: 3em !important;
  }
  .pc-ma_t_3rem {
    margin-top: 3rem !important;
  }
  .pc-pd_t_3em {
    padding-top: 3em !important;
  }
  .pc-pd_t_3rem {
    padding-top: 3rem !important;
  }
  .pc-ma_t_4em {
    margin-top: 4em !important;
  }
  .pc-ma_t_4rem {
    margin-top: 4rem !important;
  }
  .pc-pd_t_4em {
    padding-top: 4em !important;
  }
  .pc-pd_t_4rem {
    padding-top: 4rem !important;
  }
  .pc-ma_t_5em {
    margin-top: 5em !important;
  }
  .pc-ma_t_5rem {
    margin-top: 5rem !important;
  }
  .pc-pd_t_5em {
    padding-top: 5em !important;
  }
  .pc-pd_t_5rem {
    padding-top: 5rem !important;
  }
  .pc-ma_t_6em {
    margin-top: 6em !important;
  }
  .pc-ma_t_6rem {
    margin-top: 6rem !important;
  }
  .pc-pd_t_6em {
    padding-top: 6em !important;
  }
  .pc-pd_t_6rem {
    padding-top: 6rem !important;
  }
  .pc-ma_t_7em {
    margin-top: 7em !important;
  }
  .pc-ma_t_7rem {
    margin-top: 7rem !important;
  }
  .pc-pd_t_7em {
    padding-top: 7em !important;
  }
  .pc-pd_t_7rem {
    padding-top: 7rem !important;
  }
  .pc-ma_t_8em {
    margin-top: 8em !important;
  }
  .pc-ma_t_8rem {
    margin-top: 8rem !important;
  }
  .pc-pd_t_8em {
    padding-top: 8em !important;
  }
  .pc-pd_t_8rem {
    padding-top: 8rem !important;
  }
  .pc-ma_t_9em {
    margin-top: 9em !important;
  }
  .pc-ma_t_9rem {
    margin-top: 9rem !important;
  }
  .pc-pd_t_9em {
    padding-top: 9em !important;
  }
  .pc-pd_t_9rem {
    padding-top: 9rem !important;
  }
  .pc-ma_t_10em {
    margin-top: 10em !important;
  }
  .pc-ma_t_10rem {
    margin-top: 10rem !important;
  }
  .pc-pd_t_10em {
    padding-top: 10em !important;
  }
  .pc-pd_t_10rem {
    padding-top: 10rem !important;
  }
  .pc-ma_r_0 {
    margin-right: 0 !important;
  }
  .pc-pd_r_0 {
    padding-right: 0 !important;
  }
  .pc-ma_r_3px {
    margin-right: 3px !important;
  }
  .pc-pd_r_3px {
    padding-right: 3px !important;
  }
  .pc-ma_r_5px {
    margin-right: 5px !important;
  }
  .pc-pd_r_5px {
    padding-right: 5px !important;
  }
  .pc-ma_r_10px {
    margin-right: 10px !important;
  }
  .pc-pd_r_10px {
    padding-right: 10px !important;
  }
  .pc-ma_r_15px {
    margin-right: 15px !important;
  }
  .pc-pd_r_15px {
    padding-right: 15px !important;
  }
  .pc-ma_r_20px {
    margin-right: 20px !important;
  }
  .pc-pd_r_20px {
    padding-right: 20px !important;
  }
  .pc-ma_r_25px {
    margin-right: 25px !important;
  }
  .pc-pd_r_25px {
    padding-right: 25px !important;
  }
  .pc-ma_r_30px {
    margin-right: 30px !important;
  }
  .pc-pd_r_30px {
    padding-right: 30px !important;
  }
  .pc-ma_r_35px {
    margin-right: 35px !important;
  }
  .pc-pd_r_35px {
    padding-right: 35px !important;
  }
  .pc-ma_r_40px {
    margin-right: 40px !important;
  }
  .pc-pd_r_40px {
    padding-right: 40px !important;
  }
  .pc-ma_r_45px {
    margin-right: 45px !important;
  }
  .pc-pd_r_45px {
    padding-right: 45px !important;
  }
  .pc-ma_r_50px {
    margin-right: 50px !important;
  }
  .pc-pd_r_50px {
    padding-right: 50px !important;
  }
  .pc-ma_r_60px {
    margin-right: 60px !important;
  }
  .pc-pd_r_60px {
    padding-right: 60px !important;
  }
  .pc-ma_r_70px {
    margin-right: 70px !important;
  }
  .pc-pd_r_70px {
    padding-right: 70px !important;
  }
  .pc-ma_r_75px {
    margin-right: 75px !important;
  }
  .pc-pd_r_75px {
    padding-right: 75px !important;
  }
  .pc-ma_r_80px {
    margin-right: 80px !important;
  }
  .pc-pd_r_80px {
    padding-right: 80px !important;
  }
  .pc-ma_r_90px {
    margin-right: 90px !important;
  }
  .pc-pd_r_90px {
    padding-right: 90px !important;
  }
  .pc-ma_r_100px {
    margin-right: 100px !important;
  }
  .pc-pd_r_100px {
    padding-right: 100px !important;
  }
  .pc-ma_r_110px {
    margin-right: 110px !important;
  }
  .pc-pd_r_110px {
    padding-right: 110px !important;
  }
  .pc-ma_r_120px {
    margin-right: 120px !important;
  }
  .pc-pd_r_120px {
    padding-right: 120px !important;
  }
  .pc-ma_r_130px {
    margin-right: 130px !important;
  }
  .pc-pd_r_130px {
    padding-right: 130px !important;
  }
  .pc-ma_r_140px {
    margin-right: 140px !important;
  }
  .pc-pd_r_140px {
    padding-right: 140px !important;
  }
  .pc-ma_r_150px {
    margin-right: 150px !important;
  }
  .pc-pd_r_150px {
    padding-right: 150px !important;
  }
  .pc-ma_r_186px {
    margin-right: 186px !important;
  }
  .pc-pd_r_186px {
    padding-right: 186px !important;
  }
  .pc-ma_r_200px {
    margin-right: 200px !important;
  }
  .pc-pd_r_200px {
    padding-right: 200px !important;
  }
  .pc-ma_r_220px {
    margin-right: 220px !important;
  }
  .pc-pd_r_220px {
    padding-right: 220px !important;
  }
  .pc-ma_r_245px {
    margin-right: 245px !important;
  }
  .pc-pd_r_245px {
    padding-right: 245px !important;
  }
  .pc-ma_r_250px {
    margin-right: 250px !important;
  }
  .pc-pd_r_250px {
    padding-right: 250px !important;
  }
  .pc-ma_r_1em {
    margin-right: 1em !important;
  }
  .pc-ma_r_1rem {
    margin-right: 1rem !important;
  }
  .pc-pd_r_1em {
    padding-right: 1em !important;
  }
  .pc-pd_r_1rem {
    padding-right: 1rem !important;
  }
  .pc-ma_r_2em {
    margin-right: 2em !important;
  }
  .pc-ma_r_2rem {
    margin-right: 2rem !important;
  }
  .pc-pd_r_2em {
    padding-right: 2em !important;
  }
  .pc-pd_r_2rem {
    padding-right: 2rem !important;
  }
  .pc-ma_r_3em {
    margin-right: 3em !important;
  }
  .pc-ma_r_3rem {
    margin-right: 3rem !important;
  }
  .pc-pd_r_3em {
    padding-right: 3em !important;
  }
  .pc-pd_r_3rem {
    padding-right: 3rem !important;
  }
  .pc-ma_r_4em {
    margin-right: 4em !important;
  }
  .pc-ma_r_4rem {
    margin-right: 4rem !important;
  }
  .pc-pd_r_4em {
    padding-right: 4em !important;
  }
  .pc-pd_r_4rem {
    padding-right: 4rem !important;
  }
  .pc-ma_r_5em {
    margin-right: 5em !important;
  }
  .pc-ma_r_5rem {
    margin-right: 5rem !important;
  }
  .pc-pd_r_5em {
    padding-right: 5em !important;
  }
  .pc-pd_r_5rem {
    padding-right: 5rem !important;
  }
  .pc-ma_r_6em {
    margin-right: 6em !important;
  }
  .pc-ma_r_6rem {
    margin-right: 6rem !important;
  }
  .pc-pd_r_6em {
    padding-right: 6em !important;
  }
  .pc-pd_r_6rem {
    padding-right: 6rem !important;
  }
  .pc-ma_r_7em {
    margin-right: 7em !important;
  }
  .pc-ma_r_7rem {
    margin-right: 7rem !important;
  }
  .pc-pd_r_7em {
    padding-right: 7em !important;
  }
  .pc-pd_r_7rem {
    padding-right: 7rem !important;
  }
  .pc-ma_r_8em {
    margin-right: 8em !important;
  }
  .pc-ma_r_8rem {
    margin-right: 8rem !important;
  }
  .pc-pd_r_8em {
    padding-right: 8em !important;
  }
  .pc-pd_r_8rem {
    padding-right: 8rem !important;
  }
  .pc-ma_r_9em {
    margin-right: 9em !important;
  }
  .pc-ma_r_9rem {
    margin-right: 9rem !important;
  }
  .pc-pd_r_9em {
    padding-right: 9em !important;
  }
  .pc-pd_r_9rem {
    padding-right: 9rem !important;
  }
  .pc-ma_r_10em {
    margin-right: 10em !important;
  }
  .pc-ma_r_10rem {
    margin-right: 10rem !important;
  }
  .pc-pd_r_10em {
    padding-right: 10em !important;
  }
  .pc-pd_r_10rem {
    padding-right: 10rem !important;
  }
  .pc-ma_b_0 {
    margin-bottom: 0 !important;
  }
  .pc-pd_b_0 {
    padding-bottom: 0 !important;
  }
  .pc-ma_b_3px {
    margin-bottom: 3px !important;
  }
  .pc-pd_b_3px {
    padding-bottom: 3px !important;
  }
  .pc-ma_b_5px {
    margin-bottom: 5px !important;
  }
  .pc-pd_b_5px {
    padding-bottom: 5px !important;
  }
  .pc-ma_b_10px {
    margin-bottom: 10px !important;
  }
  .pc-pd_b_10px {
    padding-bottom: 10px !important;
  }
  .pc-ma_b_15px {
    margin-bottom: 15px !important;
  }
  .pc-pd_b_15px {
    padding-bottom: 15px !important;
  }
  .pc-ma_b_20px {
    margin-bottom: 20px !important;
  }
  .pc-pd_b_20px {
    padding-bottom: 20px !important;
  }
  .pc-ma_b_25px {
    margin-bottom: 25px !important;
  }
  .pc-pd_b_25px {
    padding-bottom: 25px !important;
  }
  .pc-ma_b_30px {
    margin-bottom: 30px !important;
  }
  .pc-pd_b_30px {
    padding-bottom: 30px !important;
  }
  .pc-ma_b_35px {
    margin-bottom: 35px !important;
  }
  .pc-pd_b_35px {
    padding-bottom: 35px !important;
  }
  .pc-ma_b_40px {
    margin-bottom: 40px !important;
  }
  .pc-pd_b_40px {
    padding-bottom: 40px !important;
  }
  .pc-ma_b_45px {
    margin-bottom: 45px !important;
  }
  .pc-pd_b_45px {
    padding-bottom: 45px !important;
  }
  .pc-ma_b_50px {
    margin-bottom: 50px !important;
  }
  .pc-pd_b_50px {
    padding-bottom: 50px !important;
  }
  .pc-ma_b_60px {
    margin-bottom: 60px !important;
  }
  .pc-pd_b_60px {
    padding-bottom: 60px !important;
  }
  .pc-ma_b_70px {
    margin-bottom: 70px !important;
  }
  .pc-pd_b_70px {
    padding-bottom: 70px !important;
  }
  .pc-ma_b_75px {
    margin-bottom: 75px !important;
  }
  .pc-pd_b_75px {
    padding-bottom: 75px !important;
  }
  .pc-ma_b_80px {
    margin-bottom: 80px !important;
  }
  .pc-pd_b_80px {
    padding-bottom: 80px !important;
  }
  .pc-ma_b_90px {
    margin-bottom: 90px !important;
  }
  .pc-pd_b_90px {
    padding-bottom: 90px !important;
  }
  .pc-ma_b_100px {
    margin-bottom: 100px !important;
  }
  .pc-pd_b_100px {
    padding-bottom: 100px !important;
  }
  .pc-ma_b_110px {
    margin-bottom: 110px !important;
  }
  .pc-pd_b_110px {
    padding-bottom: 110px !important;
  }
  .pc-ma_b_120px {
    margin-bottom: 120px !important;
  }
  .pc-pd_b_120px {
    padding-bottom: 120px !important;
  }
  .pc-ma_b_130px {
    margin-bottom: 130px !important;
  }
  .pc-pd_b_130px {
    padding-bottom: 130px !important;
  }
  .pc-ma_b_140px {
    margin-bottom: 140px !important;
  }
  .pc-pd_b_140px {
    padding-bottom: 140px !important;
  }
  .pc-ma_b_150px {
    margin-bottom: 150px !important;
  }
  .pc-pd_b_150px {
    padding-bottom: 150px !important;
  }
  .pc-ma_b_186px {
    margin-bottom: 186px !important;
  }
  .pc-pd_b_186px {
    padding-bottom: 186px !important;
  }
  .pc-ma_b_200px {
    margin-bottom: 200px !important;
  }
  .pc-pd_b_200px {
    padding-bottom: 200px !important;
  }
  .pc-ma_b_220px {
    margin-bottom: 220px !important;
  }
  .pc-pd_b_220px {
    padding-bottom: 220px !important;
  }
  .pc-ma_b_245px {
    margin-bottom: 245px !important;
  }
  .pc-pd_b_245px {
    padding-bottom: 245px !important;
  }
  .pc-ma_b_250px {
    margin-bottom: 250px !important;
  }
  .pc-pd_b_250px {
    padding-bottom: 250px !important;
  }
  .pc-ma_b_1em {
    margin-bottom: 1em !important;
  }
  .pc-ma_b_1rem {
    margin-bottom: 1rem !important;
  }
  .pc-pd_b_1em {
    padding-bottom: 1em !important;
  }
  .pc-pd_b_1rem {
    padding-bottom: 1rem !important;
  }
  .pc-ma_b_2em {
    margin-bottom: 2em !important;
  }
  .pc-ma_b_2rem {
    margin-bottom: 2rem !important;
  }
  .pc-pd_b_2em {
    padding-bottom: 2em !important;
  }
  .pc-pd_b_2rem {
    padding-bottom: 2rem !important;
  }
  .pc-ma_b_3em {
    margin-bottom: 3em !important;
  }
  .pc-ma_b_3rem {
    margin-bottom: 3rem !important;
  }
  .pc-pd_b_3em {
    padding-bottom: 3em !important;
  }
  .pc-pd_b_3rem {
    padding-bottom: 3rem !important;
  }
  .pc-ma_b_4em {
    margin-bottom: 4em !important;
  }
  .pc-ma_b_4rem {
    margin-bottom: 4rem !important;
  }
  .pc-pd_b_4em {
    padding-bottom: 4em !important;
  }
  .pc-pd_b_4rem {
    padding-bottom: 4rem !important;
  }
  .pc-ma_b_5em {
    margin-bottom: 5em !important;
  }
  .pc-ma_b_5rem {
    margin-bottom: 5rem !important;
  }
  .pc-pd_b_5em {
    padding-bottom: 5em !important;
  }
  .pc-pd_b_5rem {
    padding-bottom: 5rem !important;
  }
  .pc-ma_b_6em {
    margin-bottom: 6em !important;
  }
  .pc-ma_b_6rem {
    margin-bottom: 6rem !important;
  }
  .pc-pd_b_6em {
    padding-bottom: 6em !important;
  }
  .pc-pd_b_6rem {
    padding-bottom: 6rem !important;
  }
  .pc-ma_b_7em {
    margin-bottom: 7em !important;
  }
  .pc-ma_b_7rem {
    margin-bottom: 7rem !important;
  }
  .pc-pd_b_7em {
    padding-bottom: 7em !important;
  }
  .pc-pd_b_7rem {
    padding-bottom: 7rem !important;
  }
  .pc-ma_b_8em {
    margin-bottom: 8em !important;
  }
  .pc-ma_b_8rem {
    margin-bottom: 8rem !important;
  }
  .pc-pd_b_8em {
    padding-bottom: 8em !important;
  }
  .pc-pd_b_8rem {
    padding-bottom: 8rem !important;
  }
  .pc-ma_b_9em {
    margin-bottom: 9em !important;
  }
  .pc-ma_b_9rem {
    margin-bottom: 9rem !important;
  }
  .pc-pd_b_9em {
    padding-bottom: 9em !important;
  }
  .pc-pd_b_9rem {
    padding-bottom: 9rem !important;
  }
  .pc-ma_b_10em {
    margin-bottom: 10em !important;
  }
  .pc-ma_b_10rem {
    margin-bottom: 10rem !important;
  }
  .pc-pd_b_10em {
    padding-bottom: 10em !important;
  }
  .pc-pd_b_10rem {
    padding-bottom: 10rem !important;
  }
  .pc-ma_l_0 {
    margin-left: 0 !important;
  }
  .pc-pd_l_0 {
    padding-left: 0 !important;
  }
  .pc-ma_l_3px {
    margin-left: 3px !important;
  }
  .pc-pd_l_3px {
    padding-left: 3px !important;
  }
  .pc-ma_l_5px {
    margin-left: 5px !important;
  }
  .pc-pd_l_5px {
    padding-left: 5px !important;
  }
  .pc-ma_l_10px {
    margin-left: 10px !important;
  }
  .pc-pd_l_10px {
    padding-left: 10px !important;
  }
  .pc-ma_l_15px {
    margin-left: 15px !important;
  }
  .pc-pd_l_15px {
    padding-left: 15px !important;
  }
  .pc-ma_l_20px {
    margin-left: 20px !important;
  }
  .pc-pd_l_20px {
    padding-left: 20px !important;
  }
  .pc-ma_l_25px {
    margin-left: 25px !important;
  }
  .pc-pd_l_25px {
    padding-left: 25px !important;
  }
  .pc-ma_l_30px {
    margin-left: 30px !important;
  }
  .pc-pd_l_30px {
    padding-left: 30px !important;
  }
  .pc-ma_l_35px {
    margin-left: 35px !important;
  }
  .pc-pd_l_35px {
    padding-left: 35px !important;
  }
  .pc-ma_l_40px {
    margin-left: 40px !important;
  }
  .pc-pd_l_40px {
    padding-left: 40px !important;
  }
  .pc-ma_l_45px {
    margin-left: 45px !important;
  }
  .pc-pd_l_45px {
    padding-left: 45px !important;
  }
  .pc-ma_l_50px {
    margin-left: 50px !important;
  }
  .pc-pd_l_50px {
    padding-left: 50px !important;
  }
  .pc-ma_l_60px {
    margin-left: 60px !important;
  }
  .pc-pd_l_60px {
    padding-left: 60px !important;
  }
  .pc-ma_l_70px {
    margin-left: 70px !important;
  }
  .pc-pd_l_70px {
    padding-left: 70px !important;
  }
  .pc-ma_l_75px {
    margin-left: 75px !important;
  }
  .pc-pd_l_75px {
    padding-left: 75px !important;
  }
  .pc-ma_l_80px {
    margin-left: 80px !important;
  }
  .pc-pd_l_80px {
    padding-left: 80px !important;
  }
  .pc-ma_l_90px {
    margin-left: 90px !important;
  }
  .pc-pd_l_90px {
    padding-left: 90px !important;
  }
  .pc-ma_l_100px {
    margin-left: 100px !important;
  }
  .pc-pd_l_100px {
    padding-left: 100px !important;
  }
  .pc-ma_l_110px {
    margin-left: 110px !important;
  }
  .pc-pd_l_110px {
    padding-left: 110px !important;
  }
  .pc-ma_l_120px {
    margin-left: 120px !important;
  }
  .pc-pd_l_120px {
    padding-left: 120px !important;
  }
  .pc-ma_l_130px {
    margin-left: 130px !important;
  }
  .pc-pd_l_130px {
    padding-left: 130px !important;
  }
  .pc-ma_l_140px {
    margin-left: 140px !important;
  }
  .pc-pd_l_140px {
    padding-left: 140px !important;
  }
  .pc-ma_l_150px {
    margin-left: 150px !important;
  }
  .pc-pd_l_150px {
    padding-left: 150px !important;
  }
  .pc-ma_l_186px {
    margin-left: 186px !important;
  }
  .pc-pd_l_186px {
    padding-left: 186px !important;
  }
  .pc-ma_l_200px {
    margin-left: 200px !important;
  }
  .pc-pd_l_200px {
    padding-left: 200px !important;
  }
  .pc-ma_l_220px {
    margin-left: 220px !important;
  }
  .pc-pd_l_220px {
    padding-left: 220px !important;
  }
  .pc-ma_l_245px {
    margin-left: 245px !important;
  }
  .pc-pd_l_245px {
    padding-left: 245px !important;
  }
  .pc-ma_l_250px {
    margin-left: 250px !important;
  }
  .pc-pd_l_250px {
    padding-left: 250px !important;
  }
  .pc-ma_l_1em {
    margin-left: 1em !important;
  }
  .pc-ma_l_1rem {
    margin-left: 1rem !important;
  }
  .pc-pd_l_1em {
    padding-left: 1em !important;
  }
  .pc-pd_l_1rem {
    padding-left: 1rem !important;
  }
  .pc-ma_l_2em {
    margin-left: 2em !important;
  }
  .pc-ma_l_2rem {
    margin-left: 2rem !important;
  }
  .pc-pd_l_2em {
    padding-left: 2em !important;
  }
  .pc-pd_l_2rem {
    padding-left: 2rem !important;
  }
  .pc-ma_l_3em {
    margin-left: 3em !important;
  }
  .pc-ma_l_3rem {
    margin-left: 3rem !important;
  }
  .pc-pd_l_3em {
    padding-left: 3em !important;
  }
  .pc-pd_l_3rem {
    padding-left: 3rem !important;
  }
  .pc-ma_l_4em {
    margin-left: 4em !important;
  }
  .pc-ma_l_4rem {
    margin-left: 4rem !important;
  }
  .pc-pd_l_4em {
    padding-left: 4em !important;
  }
  .pc-pd_l_4rem {
    padding-left: 4rem !important;
  }
  .pc-ma_l_5em {
    margin-left: 5em !important;
  }
  .pc-ma_l_5rem {
    margin-left: 5rem !important;
  }
  .pc-pd_l_5em {
    padding-left: 5em !important;
  }
  .pc-pd_l_5rem {
    padding-left: 5rem !important;
  }
  .pc-ma_l_6em {
    margin-left: 6em !important;
  }
  .pc-ma_l_6rem {
    margin-left: 6rem !important;
  }
  .pc-pd_l_6em {
    padding-left: 6em !important;
  }
  .pc-pd_l_6rem {
    padding-left: 6rem !important;
  }
  .pc-ma_l_7em {
    margin-left: 7em !important;
  }
  .pc-ma_l_7rem {
    margin-left: 7rem !important;
  }
  .pc-pd_l_7em {
    padding-left: 7em !important;
  }
  .pc-pd_l_7rem {
    padding-left: 7rem !important;
  }
  .pc-ma_l_8em {
    margin-left: 8em !important;
  }
  .pc-ma_l_8rem {
    margin-left: 8rem !important;
  }
  .pc-pd_l_8em {
    padding-left: 8em !important;
  }
  .pc-pd_l_8rem {
    padding-left: 8rem !important;
  }
  .pc-ma_l_9em {
    margin-left: 9em !important;
  }
  .pc-ma_l_9rem {
    margin-left: 9rem !important;
  }
  .pc-pd_l_9em {
    padding-left: 9em !important;
  }
  .pc-pd_l_9rem {
    padding-left: 9rem !important;
  }
  .pc-ma_l_10em {
    margin-left: 10em !important;
  }
  .pc-ma_l_10rem {
    margin-left: 10rem !important;
  }
  .pc-pd_l_10em {
    padding-left: 10em !important;
  }
  .pc-pd_l_10rem {
    padding-left: 10rem !important;
  }
  /*　top　*/
  .pc-top_0 {
    top: 0 !important;
  }
  .pc-top_3px {
    top: 3px !important;
  }
  .pc-top_5px {
    top: 5px !important;
  }
  .pc-top_10px {
    top: 10px !important;
  }
  .pc-top_15px {
    top: 15px !important;
  }
  .pc-top_20px {
    top: 20px !important;
  }
  .pc-top_25px {
    top: 25px !important;
  }
  .pc-top_30px {
    top: 30px !important;
  }
  .pc-top_35px {
    top: 35px !important;
  }
  .pc-top_40px {
    top: 40px !important;
  }
  .pc-top_45px {
    top: 45px !important;
  }
  .pc-top_50px {
    top: 50px !important;
  }
  .pc-top_60px {
    top: 60px !important;
  }
  .pc-top_70px {
    top: 70px !important;
  }
  .pc-top_75px {
    top: 75px !important;
  }
  .pc-top_80px {
    top: 80px !important;
  }
  .pc-top_90px {
    top: 90px !important;
  }
  .pc-top_100px {
    top: 100px !important;
  }
  .pc-top_110px {
    top: 110px !important;
  }
  .pc-top_120px {
    top: 120px !important;
  }
  .pc-top_130px {
    top: 130px !important;
  }
  .pc-top_140px {
    top: 140px !important;
  }
  .pc-top_150px {
    top: 150px !important;
  }
  .pc-top_186px {
    top: 186px !important;
  }
  .pc-top_200px {
    top: 200px !important;
  }
  .pc-top_220px {
    top: 220px !important;
  }
  .pc-top_245px {
    top: 245px !important;
  }
  .pc-top_250px {
    top: 250px !important;
  }
  .pc-ma_rl_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*　text-align　*/
  .pc-text_align_left {
    text-align: left !important;
  }
  .pc-text_align_center {
    text-align: center !important;
  }
  .pc-text_align_right {
    text-align: right !important;
  }
  /*　vertical-align　*/
  .pc-v_align_top {
    vertical-align: top !important;
  }
  .pc-v_align_middle {
    vertical-align: middle !important;
  }
  .pc-v_align_bottom {
    vertical-align: bottom !important;
  }
  /*　フォントウェイト　*/
  .pc-font_bold {
    font-weight: bold !important;
  }
  .pc-font_normal {
    font-weight: normal !important;
  }
  /*　フォントサイズ　*/
  .pc-fontsize_10px {
    font-size: 10px !important;
  }
  .pc-fontsize_12px {
    font-size: 12px !important;
  }
  .pc-fontsize_13px {
    font-size: 13px !important;
  }
  .pc-fontsize_14px {
    font-size: 14px !important;
  }
  .pc-fontsize_15px {
    font-size: 15px !important;
  }
  .pc-fontsize_18px {
    font-size: 18px !important;
  }
  .pc-fontsize_16px {
    font-size: 16px !important;
  }
  .pc-fontsize_20px {
    font-size: 20px !important;
  }
  .pc-fontsize_22px {
    font-size: 22px !important;
  }
  .pc-fontsize_21px {
    font-size: 21px !important;
  }
  .pc-fontsize_24px {
    font-size: 24px !important;
  }
  .pc-fontsize_26px {
    font-size: 26px !important;
  }
  .pc-fontsize_0_75rem {
    font-size: 0.75rem !important;
  }
  .pc-fontsize_1rem {
    font-size: 1rem !important;
  }
  .pc-fontsize_1_25rem {
    font-size: 1.25rem !important;
  }
  .pc-fontsize_1_5rem {
    font-size: 1.5rem !important;
  }
  .pc-fontsize_1_75rem {
    font-size: 1.75rem !important;
  }
  .pc-fontsize_2rem {
    font-size: 2rem !important;
  }
  /*　インデント　*/
  .pc-text_indent_10px {
    text-indent: 10px !important;
  }
  .pc-text_indent_15px {
    text-indent: 15px !important;
  }
  .pc-text_indent_20px {
    text-indent: 20px !important;
  }
  .pc-text_indent_-15px {
    text-indent: -15px !important;
  }
  .pc-text_indent_-20px {
    text-indent: -20px !important;
  }
  .pc-text_indent_-30px {
    text-indent: -30px !important;
  }
  /*　ラインヘイト　*/
  .pc-line_height_0 {
    line-height: 0 !important;
  }
  .pc-line_height_16 {
    line-height: 16px !important;
  }
  .pc-line_height_18 {
    line-height: 18px !important;
  }
  .pc-line_height_24 {
    line-height: 24px !important;
  }
  .pc-line_height_32 {
    line-height: 32px !important;
  }
  /*　ヘイト　*/
  .pc-height_230px {
    height: 230px !important;
  }
  .pc-height_100pa {
    height: 100% !important;
  }
  .pc-height_0 {
    height: 0 !important;
  }
  .pc-height_3px {
    height: 3px !important;
  }
  .pc-height_5px {
    height: 5px !important;
  }
  .pc-height_10px {
    height: 10px !important;
  }
  .pc-height_15px {
    height: 15px !important;
  }
  .pc-height_20px {
    height: 20px !important;
  }
  .pc-height_25px {
    height: 25px !important;
  }
  .pc-height_30px {
    height: 30px !important;
  }
  .pc-height_35px {
    height: 35px !important;
  }
  .pc-height_40px {
    height: 40px !important;
  }
  .pc-height_45px {
    height: 45px !important;
  }
  .pc-height_50px {
    height: 50px !important;
  }
  .pc-height_60px {
    height: 60px !important;
  }
  .pc-height_70px {
    height: 70px !important;
  }
  .pc-height_75px {
    height: 75px !important;
  }
  .pc-height_80px {
    height: 80px !important;
  }
  .pc-height_90px {
    height: 90px !important;
  }
  .pc-height_100px {
    height: 100px !important;
  }
  .pc-height_110px {
    height: 110px !important;
  }
  .pc-height_120px {
    height: 120px !important;
  }
  .pc-height_130px {
    height: 130px !important;
  }
  .pc-height_140px {
    height: 140px !important;
  }
  .pc-height_150px {
    height: 150px !important;
  }
  .pc-height_186px {
    height: 186px !important;
  }
  .pc-height_200px {
    height: 200px !important;
  }
  .pc-height_220px {
    height: 220px !important;
  }
  .pc-height_245px {
    height: 245px !important;
  }
  .pc-height_250px {
    height: 250px !important;
  }
  .height_100pa {
    height: 100%;
  }
  /*リスト*/
  .pc-list_style_none {
    list-style: none !important;
  }
  /*　横幅　*/
  .pc-width_auto {
    width: auto !important;
  }
  .pc-width_10pa {
    width: 10% !important;
  }
  .pc-width_1em {
    width: 1em !important;
  }
  .pc-width_20pa {
    width: 20% !important;
  }
  .pc-width_2em {
    width: 2em !important;
  }
  .pc-width_30pa {
    width: 30% !important;
  }
  .pc-width_3em {
    width: 3em !important;
  }
  .pc-width_40pa {
    width: 40% !important;
  }
  .pc-width_4em {
    width: 4em !important;
  }
  .pc-width_50pa {
    width: 50% !important;
  }
  .pc-width_5em {
    width: 5em !important;
  }
  .pc-width_60pa {
    width: 60% !important;
  }
  .pc-width_6em {
    width: 6em !important;
  }
  .pc-width_70pa {
    width: 70% !important;
  }
  .pc-width_7em {
    width: 7em !important;
  }
  .pc-width_80pa {
    width: 80% !important;
  }
  .pc-width_8em {
    width: 8em !important;
  }
  .pc-width_90pa {
    width: 90% !important;
  }
  .pc-width_9em {
    width: 9em !important;
  }
  .pc-width_100pa {
    width: 100% !important;
  }
  .pc-width_10em {
    width: 10em !important;
  }
}

/* ---------------- */
/* 画面幅毎の表示制御 */
/* ---------------- */
.pc-s_disp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media print, screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-none {
    display: none !important;
  }
  .tb-disp {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .pc-s_none {
    display: none !important;
  }
  .pc-s_disp {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .pc-l_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 1600px) {
  .pc-ll_none {
    display: none !important;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

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

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

.option_space1_margin_top {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .option_space1_margin_top {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .option_space1_margin_top {
    margin-top: 40px;
  }
}

.option_space2_margin_top {
  margin-top: 300px;
}

@media screen and (max-width: 1024px) {
  .option_space2_margin_top {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .option_space2_margin_top {
    margin-top: 100px;
  }
}

.br-none br {
  display: none;
}

.no_click:active {
  pointer-events: none;
}

.no_hover:hover {
  cursor: none;
  pointer-events: none;
}

.table_layout_auto {
  table-layout: auto !important;
}

.z-index2 {
  z-index: 2;
}

.footer-nav-max-width {
  max-width: 800px;
}

.ma_b_minus_10px {
  margin-top: -10px;
}

@media screen and (max-width: 1024px) {
  .sp-tb_pd-0 {
    padding: 0;
  }
}

.w-100p {
  width: 100%;
}

/*# sourceMappingURL=css_map/common.css.map */
