@charset "UTF-8";
:root {
  --main:#222222;
  --main-sub:#676666;
  --primary:#0061bc;
  --secondary: #dce5ed;
  --overlay: linear-gradient(270deg,rgba(255, 255, 255, 0.5) 0%, rgba(3, 0, 0, 0.5) 100%);
  --overlay_v: linear-gradient(0deg,rgba(255, 255, 255, 0.5) 0%, rgba(3, 0, 0, 0.5) 100%);
  --accent:#0099a8;
  --gray: #efefef;
  --inverse: #fff;
  --red: #ff0303;
  --color-def: #292923;
  --color-catch: #f5f5f5;
  --color-link: #aa9986;
  --color-footer: #fff;
  --inverse-def: #fff;
  --bg-body: #fff;
  --btn-bg: var(--primary);
  --btn-color: #fff;
  --btn-bg-h: #fff;
  --btn-color-h: var(--primary);
  --btn-border-h: var(--primary);
  --btn-w: calc(200em / 16);
  --btn-h: calc(37em / 16);
  --btn-round: 5px;
  --btn-size: 16px;
  --header-h: 100px;
  --header-bg: var(--secondary);
  --header-bg-scroll: var(--secondary);
  --gnav-bg:#fff;
  --gnav-bg_hv:var(--main);
  --gnav-color:#292923;
  --gnav-color-h: #292923;
  --gnav-h: 60px;
  --gnav-btn-aspect:174 / 72;
  --gnav-btn-w:clamp(40px, calc(174vmin / 14.4), 60px);
  --gnav-btn-bg:#fff;
  --gnav-btn-active:#fff;
  --svg-bg: var(--primary);
  --svg-color: #fff;
  --svg-w: 1em;
  --gra-base: rgba(0,129,155,1) 0%, rgba(0,130,180,1) 23%, rgba(0,74,147,1) 60%, rgba(66,94,164,1) 100%;
  --gra: linear-gradient(var(--gra-agl, 90deg), var(--gra-base));
  --table-head: #aa9986;
  --title-bottom: 1.5em;
  --lineheight: calc(28 / 16);
  --lineheight-title: 1.5;
  --letterspace-def: 0.025em;
  --letterspace: 0.025em;
  --letterspace-narrow: 0.0em;
  --letterspace-wide: 0.1em;
  --size-def: clamp(14px, calc(10vmin / 4), 16px);
  --size-12: clamp(10px, calc(10vmin / 4), 12px);
  --size-14: clamp(12px, calc(10vmin / 4), 14px);
  --size-16: clamp(14px, calc(10vmin / 4), 16px);
  --size-18: clamp(16px, calc(12vmin / 4), 18px);
  --size-20: clamp(16px, calc(12vmin / 4), 20px);
  --size-21: clamp(16px, calc(16vmin / 4), 21px);
  --size-22: clamp(16px, calc(16vmin / 4), 22px);
  --size-24: clamp(18px, calc(16vmin / 4), 24px);
  --size-25: clamp(18px, calc(16vmin / 4), 25px);
  --size-26: clamp(18px, calc(18vmin / 4), 26px);
  --size-28: clamp(18px, calc(18vmin / 4), 28px);
  --size-30: clamp(18px, calc(18vmin / 4), 30px);
  --size-32: clamp(18px, calc(18vmin / 4), 32px);
  --size-34: clamp(18px, calc(18vmin / 4), 34px);
  --size-35: clamp(18px, calc(18vmin / 4), 35px);
  --size-36: clamp(18px, calc(18vmin / 4), 36px);
  --size-38: clamp(19px, calc(19vmin / 4), 38px);
  --size-40: clamp(20px, calc(20vmin / 4), 40px);
  --size-42: clamp(26px, calc(24vmin / 4), 42px);
  --size-44: clamp(26px, calc(24vmin / 4), 44px);
  --size-48: clamp(30px, calc(26vmin / 4), 48px);
  --size-50: clamp(30px, calc(26vmin / 4), 50px);
  --size-56: clamp(30px, calc(28vmin / 4), 56px);
  --size-60: clamp(30px, calc(30vmin / 4), 60px);
  --size-70: clamp(30px, calc(30vmin / 4), 70px);
  --size-72: clamp(30px, calc(30vmin / 4), 72px);
  --size-80: clamp(40px, calc(40vmin / 4), 80px);
  --size-84: clamp(40px, calc(40vmin / 4), 84px);
  --size-120: clamp(40px, calc(50vmin / 4), 120px);
  --size-150: clamp(45px, calc(150vw / 16.8), 150px);
  --easing: cubic-bezier(0.37, 0, 0.63, 1);
  --easing-def: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-slide: cubic-bezier(0.77, 0, 0.175, 1);
  --container: 1230px;
  --container-wide: 1430px;
  --container-slim: 1030px;
  --container-pad: min(calc(110% / 15), 15px);
  --container-pad_sp: min(calc(110% / 12.8), 15px);
  --sec-top:clamp(3em, calc(120% / 15), 120px);
  --sec-bottom:clamp(3em, calc(120% / 15), 120px);
  --thumb-aspect: 470 / 307;
  --font-gothic:"Noto Sans JP","Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  --font-mincho: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-en: "Noto Sans JP","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ===========================================================================

/assets/sass/common/_reset.scss
Reset

=========================================================================== */
body {
  /* webkit系のスマホで文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* 必要に応じて下記はコメントアウト */
  /*
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  */
}

ol, ul {
  list-style: none;
}

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

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a, span, small, strong {
  color: inherit;
  font-weight: inherit;
}

/* ===========================================================================

/assets/sass/common/_common.scss

=========================================================================== */
html {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

*, *::before, *::after {
  box-sizing: inherit;
}

p {
  margin-bottom: var(--p-margin, 1.5em);
}
p:last-of-type {
  margin-bottom: var(--p-margin-last, 0);
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

/* -----------------------------
 margin,padding
----------------------------- */
.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pr105 {
  padding-right: 105px;
}

.pb105 {
  padding-bottom: 105px;
}

.pl105 {
  padding-left: 105px;
}

.mt105 {
  margin-top: 105px;
}

.mr105 {
  margin-right: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.ml105 {
  margin-left: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pr110 {
  padding-right: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.mt110 {
  margin-top: 110px;
}

.mr110 {
  margin-right: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pr115 {
  padding-right: 115px;
}

.pb115 {
  padding-bottom: 115px;
}

.pl115 {
  padding-left: 115px;
}

.mt115 {
  margin-top: 115px;
}

.mr115 {
  margin-right: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.ml115 {
  margin-left: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pr120 {
  padding-right: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pr125 {
  padding-right: 125px;
}

.pb125 {
  padding-bottom: 125px;
}

.pl125 {
  padding-left: 125px;
}

.mt125 {
  margin-top: 125px;
}

.mr125 {
  margin-right: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.ml125 {
  margin-left: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pr130 {
  padding-right: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.mt130 {
  margin-top: 130px;
}

.mr130 {
  margin-right: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pr135 {
  padding-right: 135px;
}

.pb135 {
  padding-bottom: 135px;
}

.pl135 {
  padding-left: 135px;
}

.mt135 {
  margin-top: 135px;
}

.mr135 {
  margin-right: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.ml135 {
  margin-left: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pr140 {
  padding-right: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.mt140 {
  margin-top: 140px;
}

.mr140 {
  margin-right: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pr145 {
  padding-right: 145px;
}

.pb145 {
  padding-bottom: 145px;
}

.pl145 {
  padding-left: 145px;
}

.mt145 {
  margin-top: 145px;
}

.mr145 {
  margin-right: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.ml145 {
  margin-left: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pr150 {
  padding-right: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.pt155 {
  padding-top: 155px;
}

.pr155 {
  padding-right: 155px;
}

.pb155 {
  padding-bottom: 155px;
}

.pl155 {
  padding-left: 155px;
}

.mt155 {
  margin-top: 155px;
}

.mr155 {
  margin-right: 155px;
}

.mb155 {
  margin-bottom: 155px;
}

.ml155 {
  margin-left: 155px;
}

.pt160 {
  padding-top: 160px;
}

.pr160 {
  padding-right: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.mt160 {
  margin-top: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.pt165 {
  padding-top: 165px;
}

.pr165 {
  padding-right: 165px;
}

.pb165 {
  padding-bottom: 165px;
}

.pl165 {
  padding-left: 165px;
}

.mt165 {
  margin-top: 165px;
}

.mr165 {
  margin-right: 165px;
}

.mb165 {
  margin-bottom: 165px;
}

.ml165 {
  margin-left: 165px;
}

.pt170 {
  padding-top: 170px;
}

.pr170 {
  padding-right: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.pt175 {
  padding-top: 175px;
}

.pr175 {
  padding-right: 175px;
}

.pb175 {
  padding-bottom: 175px;
}

.pl175 {
  padding-left: 175px;
}

.mt175 {
  margin-top: 175px;
}

.mr175 {
  margin-right: 175px;
}

.mb175 {
  margin-bottom: 175px;
}

.ml175 {
  margin-left: 175px;
}

.pt180 {
  padding-top: 180px;
}

.pr180 {
  padding-right: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.mt180 {
  margin-top: 180px;
}

.mr180 {
  margin-right: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.pt185 {
  padding-top: 185px;
}

.pr185 {
  padding-right: 185px;
}

.pb185 {
  padding-bottom: 185px;
}

.pl185 {
  padding-left: 185px;
}

.mt185 {
  margin-top: 185px;
}

.mr185 {
  margin-right: 185px;
}

.mb185 {
  margin-bottom: 185px;
}

.ml185 {
  margin-left: 185px;
}

.pt190 {
  padding-top: 190px;
}

.pr190 {
  padding-right: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.mt190 {
  margin-top: 190px;
}

.mr190 {
  margin-right: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.pt195 {
  padding-top: 195px;
}

.pr195 {
  padding-right: 195px;
}

.pb195 {
  padding-bottom: 195px;
}

.pl195 {
  padding-left: 195px;
}

.mt195 {
  margin-top: 195px;
}

.mr195 {
  margin-right: 195px;
}

.mb195 {
  margin-bottom: 195px;
}

.ml195 {
  margin-left: 195px;
}

.pt200 {
  padding-top: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

@media print, screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .mt0 {
    margin-top: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mr5 {
    margin-right: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .ml5 {
    margin-left: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mr15 {
    margin-right: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .ml15 {
    margin-left: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mr25 {
    margin-right: 12.5px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .ml25 {
    margin-left: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .ml30 {
    margin-left: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mr35 {
    margin-right: 17.5px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .ml35 {
    margin-left: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mr40 {
    margin-right: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mr45 {
    margin-right: 22.5px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .ml45 {
    margin-left: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .ml50 {
    margin-left: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mr55 {
    margin-right: 27.5px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .ml55 {
    margin-left: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mr60 {
    margin-right: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .ml60 {
    margin-left: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mr65 {
    margin-right: 32.5px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .ml65 {
    margin-left: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mr70 {
    margin-right: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .ml70 {
    margin-left: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mr75 {
    margin-right: 37.5px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .ml75 {
    margin-left: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mr80 {
    margin-right: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .ml80 {
    margin-left: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mr85 {
    margin-right: 42.5px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .ml85 {
    margin-left: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mr90 {
    margin-right: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .ml90 {
    margin-left: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mr95 {
    margin-right: 47.5px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .ml95 {
    margin-left: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pr100 {
    padding-right: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mr100 {
    margin-right: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .ml100 {
    margin-left: 50px;
  }
  .pt105 {
    padding-top: 52.5px;
  }
  .pr105 {
    padding-right: 52.5px;
  }
  .pb105 {
    padding-bottom: 52.5px;
  }
  .pl105 {
    padding-left: 52.5px;
  }
  .mt105 {
    margin-top: 52.5px;
  }
  .mr105 {
    margin-right: 52.5px;
  }
  .mb105 {
    margin-bottom: 52.5px;
  }
  .ml105 {
    margin-left: 52.5px;
  }
  .pt110 {
    padding-top: 55px;
  }
  .pr110 {
    padding-right: 55px;
  }
  .pb110 {
    padding-bottom: 55px;
  }
  .pl110 {
    padding-left: 55px;
  }
  .mt110 {
    margin-top: 55px;
  }
  .mr110 {
    margin-right: 55px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .ml110 {
    margin-left: 55px;
  }
  .pt115 {
    padding-top: 57.5px;
  }
  .pr115 {
    padding-right: 57.5px;
  }
  .pb115 {
    padding-bottom: 57.5px;
  }
  .pl115 {
    padding-left: 57.5px;
  }
  .mt115 {
    margin-top: 57.5px;
  }
  .mr115 {
    margin-right: 57.5px;
  }
  .mb115 {
    margin-bottom: 57.5px;
  }
  .ml115 {
    margin-left: 57.5px;
  }
  .pt120 {
    padding-top: 60px;
  }
  .pr120 {
    padding-right: 60px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .pl120 {
    padding-left: 60px;
  }
  .mt120 {
    margin-top: 60px;
  }
  .mr120 {
    margin-right: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .ml120 {
    margin-left: 60px;
  }
  .pt125 {
    padding-top: 62.5px;
  }
  .pr125 {
    padding-right: 62.5px;
  }
  .pb125 {
    padding-bottom: 62.5px;
  }
  .pl125 {
    padding-left: 62.5px;
  }
  .mt125 {
    margin-top: 62.5px;
  }
  .mr125 {
    margin-right: 62.5px;
  }
  .mb125 {
    margin-bottom: 62.5px;
  }
  .ml125 {
    margin-left: 62.5px;
  }
  .pt130 {
    padding-top: 65px;
  }
  .pr130 {
    padding-right: 65px;
  }
  .pb130 {
    padding-bottom: 65px;
  }
  .pl130 {
    padding-left: 65px;
  }
  .mt130 {
    margin-top: 65px;
  }
  .mr130 {
    margin-right: 65px;
  }
  .mb130 {
    margin-bottom: 65px;
  }
  .ml130 {
    margin-left: 65px;
  }
  .pt135 {
    padding-top: 67.5px;
  }
  .pr135 {
    padding-right: 67.5px;
  }
  .pb135 {
    padding-bottom: 67.5px;
  }
  .pl135 {
    padding-left: 67.5px;
  }
  .mt135 {
    margin-top: 67.5px;
  }
  .mr135 {
    margin-right: 67.5px;
  }
  .mb135 {
    margin-bottom: 67.5px;
  }
  .ml135 {
    margin-left: 67.5px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pr140 {
    padding-right: 70px;
  }
  .pb140 {
    padding-bottom: 70px;
  }
  .pl140 {
    padding-left: 70px;
  }
  .mt140 {
    margin-top: 70px;
  }
  .mr140 {
    margin-right: 70px;
  }
  .mb140 {
    margin-bottom: 70px;
  }
  .ml140 {
    margin-left: 70px;
  }
  .pt145 {
    padding-top: 72.5px;
  }
  .pr145 {
    padding-right: 72.5px;
  }
  .pb145 {
    padding-bottom: 72.5px;
  }
  .pl145 {
    padding-left: 72.5px;
  }
  .mt145 {
    margin-top: 72.5px;
  }
  .mr145 {
    margin-right: 72.5px;
  }
  .mb145 {
    margin-bottom: 72.5px;
  }
  .ml145 {
    margin-left: 72.5px;
  }
  .pt150 {
    padding-top: 75px;
  }
  .pr150 {
    padding-right: 75px;
  }
  .pb150 {
    padding-bottom: 75px;
  }
  .pl150 {
    padding-left: 75px;
  }
  .mt150 {
    margin-top: 75px;
  }
  .mr150 {
    margin-right: 75px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .ml150 {
    margin-left: 75px;
  }
  .pt155 {
    padding-top: 77.5px;
  }
  .pr155 {
    padding-right: 77.5px;
  }
  .pb155 {
    padding-bottom: 77.5px;
  }
  .pl155 {
    padding-left: 77.5px;
  }
  .mt155 {
    margin-top: 77.5px;
  }
  .mr155 {
    margin-right: 77.5px;
  }
  .mb155 {
    margin-bottom: 77.5px;
  }
  .ml155 {
    margin-left: 77.5px;
  }
  .pt160 {
    padding-top: 80px;
  }
  .pr160 {
    padding-right: 80px;
  }
  .pb160 {
    padding-bottom: 80px;
  }
  .pl160 {
    padding-left: 80px;
  }
  .mt160 {
    margin-top: 80px;
  }
  .mr160 {
    margin-right: 80px;
  }
  .mb160 {
    margin-bottom: 80px;
  }
  .ml160 {
    margin-left: 80px;
  }
  .pt165 {
    padding-top: 82.5px;
  }
  .pr165 {
    padding-right: 82.5px;
  }
  .pb165 {
    padding-bottom: 82.5px;
  }
  .pl165 {
    padding-left: 82.5px;
  }
  .mt165 {
    margin-top: 82.5px;
  }
  .mr165 {
    margin-right: 82.5px;
  }
  .mb165 {
    margin-bottom: 82.5px;
  }
  .ml165 {
    margin-left: 82.5px;
  }
  .pt170 {
    padding-top: 85px;
  }
  .pr170 {
    padding-right: 85px;
  }
  .pb170 {
    padding-bottom: 85px;
  }
  .pl170 {
    padding-left: 85px;
  }
  .mt170 {
    margin-top: 85px;
  }
  .mr170 {
    margin-right: 85px;
  }
  .mb170 {
    margin-bottom: 85px;
  }
  .ml170 {
    margin-left: 85px;
  }
  .pt175 {
    padding-top: 87.5px;
  }
  .pr175 {
    padding-right: 87.5px;
  }
  .pb175 {
    padding-bottom: 87.5px;
  }
  .pl175 {
    padding-left: 87.5px;
  }
  .mt175 {
    margin-top: 87.5px;
  }
  .mr175 {
    margin-right: 87.5px;
  }
  .mb175 {
    margin-bottom: 87.5px;
  }
  .ml175 {
    margin-left: 87.5px;
  }
  .pt180 {
    padding-top: 90px;
  }
  .pr180 {
    padding-right: 90px;
  }
  .pb180 {
    padding-bottom: 90px;
  }
  .pl180 {
    padding-left: 90px;
  }
  .mt180 {
    margin-top: 90px;
  }
  .mr180 {
    margin-right: 90px;
  }
  .mb180 {
    margin-bottom: 90px;
  }
  .ml180 {
    margin-left: 90px;
  }
  .pt185 {
    padding-top: 92.5px;
  }
  .pr185 {
    padding-right: 92.5px;
  }
  .pb185 {
    padding-bottom: 92.5px;
  }
  .pl185 {
    padding-left: 92.5px;
  }
  .mt185 {
    margin-top: 92.5px;
  }
  .mr185 {
    margin-right: 92.5px;
  }
  .mb185 {
    margin-bottom: 92.5px;
  }
  .ml185 {
    margin-left: 92.5px;
  }
  .pt190 {
    padding-top: 95px;
  }
  .pr190 {
    padding-right: 95px;
  }
  .pb190 {
    padding-bottom: 95px;
  }
  .pl190 {
    padding-left: 95px;
  }
  .mt190 {
    margin-top: 95px;
  }
  .mr190 {
    margin-right: 95px;
  }
  .mb190 {
    margin-bottom: 95px;
  }
  .ml190 {
    margin-left: 95px;
  }
  .pt195 {
    padding-top: 97.5px;
  }
  .pr195 {
    padding-right: 97.5px;
  }
  .pb195 {
    padding-bottom: 97.5px;
  }
  .pl195 {
    padding-left: 97.5px;
  }
  .mt195 {
    margin-top: 97.5px;
  }
  .mr195 {
    margin-right: 97.5px;
  }
  .mb195 {
    margin-bottom: 97.5px;
  }
  .ml195 {
    margin-left: 97.5px;
  }
  .pt200 {
    padding-top: 100px;
  }
  .pr200 {
    padding-right: 100px;
  }
  .pb200 {
    padding-bottom: 100px;
  }
  .pl200 {
    padding-left: 100px;
  }
  .mt200 {
    margin-top: 100px;
  }
  .mr200 {
    margin-right: 100px;
  }
  .mb200 {
    margin-bottom: 100px;
  }
  .ml200 {
    margin-left: 100px;
  }
  .pt0-smt {
    padding-top: 0px;
  }
  .pr0-smt {
    padding-right: 0px;
  }
  .pb0-smt {
    padding-bottom: 0px;
  }
  .pl0-smt {
    padding-left: 0px;
  }
  .mt0-smt {
    margin-top: 0px;
  }
  .mr0-smt {
    margin-right: 0px;
  }
  .mb0-smt {
    margin-bottom: 0px;
  }
  .ml0-smt {
    margin-left: 0px;
  }
  .pt5-smt {
    padding-top: 2.5px;
  }
  .pr5-smt {
    padding-right: 2.5px;
  }
  .pb5-smt {
    padding-bottom: 2.5px;
  }
  .pl5-smt {
    padding-left: 2.5px;
  }
  .mt5-smt {
    margin-top: 2.5px;
  }
  .mr5-smt {
    margin-right: 2.5px;
  }
  .mb5-smt {
    margin-bottom: 2.5px;
  }
  .ml5-smt {
    margin-left: 2.5px;
  }
  .pt10-smt {
    padding-top: 5px;
  }
  .pr10-smt {
    padding-right: 5px;
  }
  .pb10-smt {
    padding-bottom: 5px;
  }
  .pl10-smt {
    padding-left: 5px;
  }
  .mt10-smt {
    margin-top: 5px;
  }
  .mr10-smt {
    margin-right: 5px;
  }
  .mb10-smt {
    margin-bottom: 5px;
  }
  .ml10-smt {
    margin-left: 5px;
  }
  .pt15-smt {
    padding-top: 7.5px;
  }
  .pr15-smt {
    padding-right: 7.5px;
  }
  .pb15-smt {
    padding-bottom: 7.5px;
  }
  .pl15-smt {
    padding-left: 7.5px;
  }
  .mt15-smt {
    margin-top: 7.5px;
  }
  .mr15-smt {
    margin-right: 7.5px;
  }
  .mb15-smt {
    margin-bottom: 7.5px;
  }
  .ml15-smt {
    margin-left: 7.5px;
  }
  .pt20-smt {
    padding-top: 10px;
  }
  .pr20-smt {
    padding-right: 10px;
  }
  .pb20-smt {
    padding-bottom: 10px;
  }
  .pl20-smt {
    padding-left: 10px;
  }
  .mt20-smt {
    margin-top: 10px;
  }
  .mr20-smt {
    margin-right: 10px;
  }
  .mb20-smt {
    margin-bottom: 10px;
  }
  .ml20-smt {
    margin-left: 10px;
  }
  .pt25-smt {
    padding-top: 12.5px;
  }
  .pr25-smt {
    padding-right: 12.5px;
  }
  .pb25-smt {
    padding-bottom: 12.5px;
  }
  .pl25-smt {
    padding-left: 12.5px;
  }
  .mt25-smt {
    margin-top: 12.5px;
  }
  .mr25-smt {
    margin-right: 12.5px;
  }
  .mb25-smt {
    margin-bottom: 12.5px;
  }
  .ml25-smt {
    margin-left: 12.5px;
  }
  .pt30-smt {
    padding-top: 15px;
  }
  .pr30-smt {
    padding-right: 15px;
  }
  .pb30-smt {
    padding-bottom: 15px;
  }
  .pl30-smt {
    padding-left: 15px;
  }
  .mt30-smt {
    margin-top: 15px;
  }
  .mr30-smt {
    margin-right: 15px;
  }
  .mb30-smt {
    margin-bottom: 15px;
  }
  .ml30-smt {
    margin-left: 15px;
  }
  .pt35-smt {
    padding-top: 17.5px;
  }
  .pr35-smt {
    padding-right: 17.5px;
  }
  .pb35-smt {
    padding-bottom: 17.5px;
  }
  .pl35-smt {
    padding-left: 17.5px;
  }
  .mt35-smt {
    margin-top: 17.5px;
  }
  .mr35-smt {
    margin-right: 17.5px;
  }
  .mb35-smt {
    margin-bottom: 17.5px;
  }
  .ml35-smt {
    margin-left: 17.5px;
  }
  .pt40-smt {
    padding-top: 20px;
  }
  .pr40-smt {
    padding-right: 20px;
  }
  .pb40-smt {
    padding-bottom: 20px;
  }
  .pl40-smt {
    padding-left: 20px;
  }
  .mt40-smt {
    margin-top: 20px;
  }
  .mr40-smt {
    margin-right: 20px;
  }
  .mb40-smt {
    margin-bottom: 20px;
  }
  .ml40-smt {
    margin-left: 20px;
  }
  .pt45-smt {
    padding-top: 22.5px;
  }
  .pr45-smt {
    padding-right: 22.5px;
  }
  .pb45-smt {
    padding-bottom: 22.5px;
  }
  .pl45-smt {
    padding-left: 22.5px;
  }
  .mt45-smt {
    margin-top: 22.5px;
  }
  .mr45-smt {
    margin-right: 22.5px;
  }
  .mb45-smt {
    margin-bottom: 22.5px;
  }
  .ml45-smt {
    margin-left: 22.5px;
  }
  .pt50-smt {
    padding-top: 25px;
  }
  .pr50-smt {
    padding-right: 25px;
  }
  .pb50-smt {
    padding-bottom: 25px;
  }
  .pl50-smt {
    padding-left: 25px;
  }
  .mt50-smt {
    margin-top: 25px;
  }
  .mr50-smt {
    margin-right: 25px;
  }
  .mb50-smt {
    margin-bottom: 25px;
  }
  .ml50-smt {
    margin-left: 25px;
  }
  .pt55-smt {
    padding-top: 27.5px;
  }
  .pr55-smt {
    padding-right: 27.5px;
  }
  .pb55-smt {
    padding-bottom: 27.5px;
  }
  .pl55-smt {
    padding-left: 27.5px;
  }
  .mt55-smt {
    margin-top: 27.5px;
  }
  .mr55-smt {
    margin-right: 27.5px;
  }
  .mb55-smt {
    margin-bottom: 27.5px;
  }
  .ml55-smt {
    margin-left: 27.5px;
  }
  .pt60-smt {
    padding-top: 30px;
  }
  .pr60-smt {
    padding-right: 30px;
  }
  .pb60-smt {
    padding-bottom: 30px;
  }
  .pl60-smt {
    padding-left: 30px;
  }
  .mt60-smt {
    margin-top: 30px;
  }
  .mr60-smt {
    margin-right: 30px;
  }
  .mb60-smt {
    margin-bottom: 30px;
  }
  .ml60-smt {
    margin-left: 30px;
  }
  .pt65-smt {
    padding-top: 32.5px;
  }
  .pr65-smt {
    padding-right: 32.5px;
  }
  .pb65-smt {
    padding-bottom: 32.5px;
  }
  .pl65-smt {
    padding-left: 32.5px;
  }
  .mt65-smt {
    margin-top: 32.5px;
  }
  .mr65-smt {
    margin-right: 32.5px;
  }
  .mb65-smt {
    margin-bottom: 32.5px;
  }
  .ml65-smt {
    margin-left: 32.5px;
  }
  .pt70-smt {
    padding-top: 35px;
  }
  .pr70-smt {
    padding-right: 35px;
  }
  .pb70-smt {
    padding-bottom: 35px;
  }
  .pl70-smt {
    padding-left: 35px;
  }
  .mt70-smt {
    margin-top: 35px;
  }
  .mr70-smt {
    margin-right: 35px;
  }
  .mb70-smt {
    margin-bottom: 35px;
  }
  .ml70-smt {
    margin-left: 35px;
  }
  .pt75-smt {
    padding-top: 37.5px;
  }
  .pr75-smt {
    padding-right: 37.5px;
  }
  .pb75-smt {
    padding-bottom: 37.5px;
  }
  .pl75-smt {
    padding-left: 37.5px;
  }
  .mt75-smt {
    margin-top: 37.5px;
  }
  .mr75-smt {
    margin-right: 37.5px;
  }
  .mb75-smt {
    margin-bottom: 37.5px;
  }
  .ml75-smt {
    margin-left: 37.5px;
  }
  .pt80-smt {
    padding-top: 40px;
  }
  .pr80-smt {
    padding-right: 40px;
  }
  .pb80-smt {
    padding-bottom: 40px;
  }
  .pl80-smt {
    padding-left: 40px;
  }
  .mt80-smt {
    margin-top: 40px;
  }
  .mr80-smt {
    margin-right: 40px;
  }
  .mb80-smt {
    margin-bottom: 40px;
  }
  .ml80-smt {
    margin-left: 40px;
  }
  .pt85-smt {
    padding-top: 42.5px;
  }
  .pr85-smt {
    padding-right: 42.5px;
  }
  .pb85-smt {
    padding-bottom: 42.5px;
  }
  .pl85-smt {
    padding-left: 42.5px;
  }
  .mt85-smt {
    margin-top: 42.5px;
  }
  .mr85-smt {
    margin-right: 42.5px;
  }
  .mb85-smt {
    margin-bottom: 42.5px;
  }
  .ml85-smt {
    margin-left: 42.5px;
  }
  .pt90-smt {
    padding-top: 45px;
  }
  .pr90-smt {
    padding-right: 45px;
  }
  .pb90-smt {
    padding-bottom: 45px;
  }
  .pl90-smt {
    padding-left: 45px;
  }
  .mt90-smt {
    margin-top: 45px;
  }
  .mr90-smt {
    margin-right: 45px;
  }
  .mb90-smt {
    margin-bottom: 45px;
  }
  .ml90-smt {
    margin-left: 45px;
  }
  .pt95-smt {
    padding-top: 47.5px;
  }
  .pr95-smt {
    padding-right: 47.5px;
  }
  .pb95-smt {
    padding-bottom: 47.5px;
  }
  .pl95-smt {
    padding-left: 47.5px;
  }
  .mt95-smt {
    margin-top: 47.5px;
  }
  .mr95-smt {
    margin-right: 47.5px;
  }
  .mb95-smt {
    margin-bottom: 47.5px;
  }
  .ml95-smt {
    margin-left: 47.5px;
  }
  .pt100-smt {
    padding-top: 50px;
  }
  .pr100-smt {
    padding-right: 50px;
  }
  .pb100-smt {
    padding-bottom: 50px;
  }
  .pl100-smt {
    padding-left: 50px;
  }
  .mt100-smt {
    margin-top: 50px;
  }
  .mr100-smt {
    margin-right: 50px;
  }
  .mb100-smt {
    margin-bottom: 50px;
  }
  .ml100-smt {
    margin-left: 50px;
  }
  .pt105-smt {
    padding-top: 52.5px;
  }
  .pr105-smt {
    padding-right: 52.5px;
  }
  .pb105-smt {
    padding-bottom: 52.5px;
  }
  .pl105-smt {
    padding-left: 52.5px;
  }
  .mt105-smt {
    margin-top: 52.5px;
  }
  .mr105-smt {
    margin-right: 52.5px;
  }
  .mb105-smt {
    margin-bottom: 52.5px;
  }
  .ml105-smt {
    margin-left: 52.5px;
  }
  .pt110-smt {
    padding-top: 55px;
  }
  .pr110-smt {
    padding-right: 55px;
  }
  .pb110-smt {
    padding-bottom: 55px;
  }
  .pl110-smt {
    padding-left: 55px;
  }
  .mt110-smt {
    margin-top: 55px;
  }
  .mr110-smt {
    margin-right: 55px;
  }
  .mb110-smt {
    margin-bottom: 55px;
  }
  .ml110-smt {
    margin-left: 55px;
  }
  .pt115-smt {
    padding-top: 57.5px;
  }
  .pr115-smt {
    padding-right: 57.5px;
  }
  .pb115-smt {
    padding-bottom: 57.5px;
  }
  .pl115-smt {
    padding-left: 57.5px;
  }
  .mt115-smt {
    margin-top: 57.5px;
  }
  .mr115-smt {
    margin-right: 57.5px;
  }
  .mb115-smt {
    margin-bottom: 57.5px;
  }
  .ml115-smt {
    margin-left: 57.5px;
  }
  .pt120-smt {
    padding-top: 60px;
  }
  .pr120-smt {
    padding-right: 60px;
  }
  .pb120-smt {
    padding-bottom: 60px;
  }
  .pl120-smt {
    padding-left: 60px;
  }
  .mt120-smt {
    margin-top: 60px;
  }
  .mr120-smt {
    margin-right: 60px;
  }
  .mb120-smt {
    margin-bottom: 60px;
  }
  .ml120-smt {
    margin-left: 60px;
  }
  .pt125-smt {
    padding-top: 62.5px;
  }
  .pr125-smt {
    padding-right: 62.5px;
  }
  .pb125-smt {
    padding-bottom: 62.5px;
  }
  .pl125-smt {
    padding-left: 62.5px;
  }
  .mt125-smt {
    margin-top: 62.5px;
  }
  .mr125-smt {
    margin-right: 62.5px;
  }
  .mb125-smt {
    margin-bottom: 62.5px;
  }
  .ml125-smt {
    margin-left: 62.5px;
  }
  .pt130-smt {
    padding-top: 65px;
  }
  .pr130-smt {
    padding-right: 65px;
  }
  .pb130-smt {
    padding-bottom: 65px;
  }
  .pl130-smt {
    padding-left: 65px;
  }
  .mt130-smt {
    margin-top: 65px;
  }
  .mr130-smt {
    margin-right: 65px;
  }
  .mb130-smt {
    margin-bottom: 65px;
  }
  .ml130-smt {
    margin-left: 65px;
  }
  .pt135-smt {
    padding-top: 67.5px;
  }
  .pr135-smt {
    padding-right: 67.5px;
  }
  .pb135-smt {
    padding-bottom: 67.5px;
  }
  .pl135-smt {
    padding-left: 67.5px;
  }
  .mt135-smt {
    margin-top: 67.5px;
  }
  .mr135-smt {
    margin-right: 67.5px;
  }
  .mb135-smt {
    margin-bottom: 67.5px;
  }
  .ml135-smt {
    margin-left: 67.5px;
  }
  .pt140-smt {
    padding-top: 70px;
  }
  .pr140-smt {
    padding-right: 70px;
  }
  .pb140-smt {
    padding-bottom: 70px;
  }
  .pl140-smt {
    padding-left: 70px;
  }
  .mt140-smt {
    margin-top: 70px;
  }
  .mr140-smt {
    margin-right: 70px;
  }
  .mb140-smt {
    margin-bottom: 70px;
  }
  .ml140-smt {
    margin-left: 70px;
  }
  .pt145-smt {
    padding-top: 72.5px;
  }
  .pr145-smt {
    padding-right: 72.5px;
  }
  .pb145-smt {
    padding-bottom: 72.5px;
  }
  .pl145-smt {
    padding-left: 72.5px;
  }
  .mt145-smt {
    margin-top: 72.5px;
  }
  .mr145-smt {
    margin-right: 72.5px;
  }
  .mb145-smt {
    margin-bottom: 72.5px;
  }
  .ml145-smt {
    margin-left: 72.5px;
  }
  .pt150-smt {
    padding-top: 75px;
  }
  .pr150-smt {
    padding-right: 75px;
  }
  .pb150-smt {
    padding-bottom: 75px;
  }
  .pl150-smt {
    padding-left: 75px;
  }
  .mt150-smt {
    margin-top: 75px;
  }
  .mr150-smt {
    margin-right: 75px;
  }
  .mb150-smt {
    margin-bottom: 75px;
  }
  .ml150-smt {
    margin-left: 75px;
  }
  .pt155-smt {
    padding-top: 77.5px;
  }
  .pr155-smt {
    padding-right: 77.5px;
  }
  .pb155-smt {
    padding-bottom: 77.5px;
  }
  .pl155-smt {
    padding-left: 77.5px;
  }
  .mt155-smt {
    margin-top: 77.5px;
  }
  .mr155-smt {
    margin-right: 77.5px;
  }
  .mb155-smt {
    margin-bottom: 77.5px;
  }
  .ml155-smt {
    margin-left: 77.5px;
  }
  .pt160-smt {
    padding-top: 80px;
  }
  .pr160-smt {
    padding-right: 80px;
  }
  .pb160-smt {
    padding-bottom: 80px;
  }
  .pl160-smt {
    padding-left: 80px;
  }
  .mt160-smt {
    margin-top: 80px;
  }
  .mr160-smt {
    margin-right: 80px;
  }
  .mb160-smt {
    margin-bottom: 80px;
  }
  .ml160-smt {
    margin-left: 80px;
  }
  .pt165-smt {
    padding-top: 82.5px;
  }
  .pr165-smt {
    padding-right: 82.5px;
  }
  .pb165-smt {
    padding-bottom: 82.5px;
  }
  .pl165-smt {
    padding-left: 82.5px;
  }
  .mt165-smt {
    margin-top: 82.5px;
  }
  .mr165-smt {
    margin-right: 82.5px;
  }
  .mb165-smt {
    margin-bottom: 82.5px;
  }
  .ml165-smt {
    margin-left: 82.5px;
  }
  .pt170-smt {
    padding-top: 85px;
  }
  .pr170-smt {
    padding-right: 85px;
  }
  .pb170-smt {
    padding-bottom: 85px;
  }
  .pl170-smt {
    padding-left: 85px;
  }
  .mt170-smt {
    margin-top: 85px;
  }
  .mr170-smt {
    margin-right: 85px;
  }
  .mb170-smt {
    margin-bottom: 85px;
  }
  .ml170-smt {
    margin-left: 85px;
  }
  .pt175-smt {
    padding-top: 87.5px;
  }
  .pr175-smt {
    padding-right: 87.5px;
  }
  .pb175-smt {
    padding-bottom: 87.5px;
  }
  .pl175-smt {
    padding-left: 87.5px;
  }
  .mt175-smt {
    margin-top: 87.5px;
  }
  .mr175-smt {
    margin-right: 87.5px;
  }
  .mb175-smt {
    margin-bottom: 87.5px;
  }
  .ml175-smt {
    margin-left: 87.5px;
  }
  .pt180-smt {
    padding-top: 90px;
  }
  .pr180-smt {
    padding-right: 90px;
  }
  .pb180-smt {
    padding-bottom: 90px;
  }
  .pl180-smt {
    padding-left: 90px;
  }
  .mt180-smt {
    margin-top: 90px;
  }
  .mr180-smt {
    margin-right: 90px;
  }
  .mb180-smt {
    margin-bottom: 90px;
  }
  .ml180-smt {
    margin-left: 90px;
  }
  .pt185-smt {
    padding-top: 92.5px;
  }
  .pr185-smt {
    padding-right: 92.5px;
  }
  .pb185-smt {
    padding-bottom: 92.5px;
  }
  .pl185-smt {
    padding-left: 92.5px;
  }
  .mt185-smt {
    margin-top: 92.5px;
  }
  .mr185-smt {
    margin-right: 92.5px;
  }
  .mb185-smt {
    margin-bottom: 92.5px;
  }
  .ml185-smt {
    margin-left: 92.5px;
  }
  .pt190-smt {
    padding-top: 95px;
  }
  .pr190-smt {
    padding-right: 95px;
  }
  .pb190-smt {
    padding-bottom: 95px;
  }
  .pl190-smt {
    padding-left: 95px;
  }
  .mt190-smt {
    margin-top: 95px;
  }
  .mr190-smt {
    margin-right: 95px;
  }
  .mb190-smt {
    margin-bottom: 95px;
  }
  .ml190-smt {
    margin-left: 95px;
  }
  .pt195-smt {
    padding-top: 97.5px;
  }
  .pr195-smt {
    padding-right: 97.5px;
  }
  .pb195-smt {
    padding-bottom: 97.5px;
  }
  .pl195-smt {
    padding-left: 97.5px;
  }
  .mt195-smt {
    margin-top: 97.5px;
  }
  .mr195-smt {
    margin-right: 97.5px;
  }
  .mb195-smt {
    margin-bottom: 97.5px;
  }
  .ml195-smt {
    margin-left: 97.5px;
  }
  .pt200-smt {
    padding-top: 100px;
  }
  .pr200-smt {
    padding-right: 100px;
  }
  .pb200-smt {
    padding-bottom: 100px;
  }
  .pl200-smt {
    padding-left: 100px;
  }
  .mt200-smt {
    margin-top: 100px;
  }
  .mr200-smt {
    margin-right: 100px;
  }
  .mb200-smt {
    margin-bottom: 100px;
  }
  .ml200-smt {
    margin-left: 100px;
  }
}
.mb1em {
  margin-bottom: 1em;
}

/* -----------------------------
 text-align
----------------------------- */
.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  .ta_r-smt {
    text-align: right;
  }
  .ta_c-smt {
    text-align: center;
  }
  .ta_l-smt {
    text-align: left;
  }
}
/* -----------------------------
 font-size
----------------------------- */
.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2rem;
}

.fz21 {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 3rem;
}

.fz31 {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 4rem;
}

.fz41 {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 5rem;
}

@media print, screen and (max-width: 767px) {
  .fz10-smt {
    font-size: 1rem;
  }
  .fz11-smt {
    font-size: 1.1rem;
  }
  .fz12-smt {
    font-size: 1.2rem;
  }
  .fz13-smt {
    font-size: 1.3rem;
  }
  .fz14-smt {
    font-size: 1.4rem;
  }
  .fz15-smt {
    font-size: 1.5rem;
  }
  .fz16-smt {
    font-size: 1.6rem;
  }
  .fz17-smt {
    font-size: 1.7rem;
  }
  .fz18-smt {
    font-size: 1.8rem;
  }
  .fz19-smt {
    font-size: 1.9rem;
  }
  .fz20-smt {
    font-size: 2rem;
  }
  .fz21-smt {
    font-size: 2.1rem;
  }
  .fz22-smt {
    font-size: 2.2rem;
  }
  .fz23-smt {
    font-size: 2.3rem;
  }
  .fz24-smt {
    font-size: 2.4rem;
  }
  .fz25-smt {
    font-size: 2.5rem;
  }
  .fz26-smt {
    font-size: 2.6rem;
  }
  .fz27-smt {
    font-size: 2.7rem;
  }
  .fz28-smt {
    font-size: 2.8rem;
  }
  .fz29-smt {
    font-size: 2.9rem;
  }
  .fz30-smt {
    font-size: 3rem;
  }
  .fz31-smt {
    font-size: 3.1rem;
  }
  .fz32-smt {
    font-size: 3.2rem;
  }
  .fz33-smt {
    font-size: 3.3rem;
  }
  .fz34-smt {
    font-size: 3.4rem;
  }
  .fz35-smt {
    font-size: 3.5rem;
  }
  .fz36-smt {
    font-size: 3.6rem;
  }
  .fz37-smt {
    font-size: 3.7rem;
  }
  .fz38-smt {
    font-size: 3.8rem;
  }
  .fz39-smt {
    font-size: 3.9rem;
  }
  .fz40-smt {
    font-size: 4rem;
  }
  .fz41-smt {
    font-size: 4.1rem;
  }
  .fz42-smt {
    font-size: 4.2rem;
  }
  .fz43-smt {
    font-size: 4.3rem;
  }
  .fz44-smt {
    font-size: 4.4rem;
  }
  .fz45-smt {
    font-size: 4.5rem;
  }
  .fz46-smt {
    font-size: 4.6rem;
  }
  .fz47-smt {
    font-size: 4.7rem;
  }
  .fz48-smt {
    font-size: 4.8rem;
  }
  .fz49-smt {
    font-size: 4.9rem;
  }
  .fz50-smt {
    font-size: 5rem;
  }
}
/* -----------------------------
 line-height
----------------------------- */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh23 {
  line-height: 2.3;
}

.lh24 {
  line-height: 2.4;
}

.lh25 {
  line-height: 2.5;
}

.lh26 {
  line-height: 2.6;
}

.lh27 {
  line-height: 2.7;
}

.lh28 {
  line-height: 2.8;
}

.lh29 {
  line-height: 2.9;
}

.lh30 {
  line-height: 3;
}

.lh31 {
  line-height: 3.1;
}

.lh32 {
  line-height: 3.2;
}

.lh33 {
  line-height: 3.3;
}

.lh34 {
  line-height: 3.4;
}

.lh35 {
  line-height: 3.5;
}

.lh36 {
  line-height: 3.6;
}

.lh37 {
  line-height: 3.7;
}

.lh38 {
  line-height: 3.8;
}

.lh39 {
  line-height: 3.9;
}

.lh40 {
  line-height: 4;
}

.lh41 {
  line-height: 4.1;
}

.lh42 {
  line-height: 4.2;
}

.lh43 {
  line-height: 4.3;
}

.lh44 {
  line-height: 4.4;
}

.lh45 {
  line-height: 4.5;
}

.lh46 {
  line-height: 4.6;
}

.lh47 {
  line-height: 4.7;
}

.lh48 {
  line-height: 4.8;
}

.lh49 {
  line-height: 4.9;
}

.lh50 {
  line-height: 5;
}

/* -----------------------------
 max-width
----------------------------- */
.mw100 {
  max-width: 100px;
}

.mw110 {
  max-width: 110px;
}

.mw120 {
  max-width: 120px;
}

.mw130 {
  max-width: 130px;
}

.mw140 {
  max-width: 140px;
}

.mw150 {
  max-width: 150px;
}

.mw160 {
  max-width: 160px;
}

.mw170 {
  max-width: 170px;
}

.mw180 {
  max-width: 180px;
}

.mw190 {
  max-width: 190px;
}

.mw200 {
  max-width: 200px;
}

.mw210 {
  max-width: 210px;
}

.mw220 {
  max-width: 220px;
}

.mw230 {
  max-width: 230px;
}

.mw240 {
  max-width: 240px;
}

.mw250 {
  max-width: 250px;
}

.mw260 {
  max-width: 260px;
}

.mw270 {
  max-width: 270px;
}

.mw280 {
  max-width: 280px;
}

.mw290 {
  max-width: 290px;
}

.mw300 {
  max-width: 300px;
}

.mw310 {
  max-width: 310px;
}

.mw320 {
  max-width: 320px;
}

.mw330 {
  max-width: 330px;
}

.mw340 {
  max-width: 340px;
}

.mw350 {
  max-width: 350px;
}

.mw360 {
  max-width: 360px;
}

.mw370 {
  max-width: 370px;
}

.mw380 {
  max-width: 380px;
}

.mw390 {
  max-width: 390px;
}

.mw400 {
  max-width: 400px;
}

.mw410 {
  max-width: 410px;
}

.mw420 {
  max-width: 420px;
}

.mw430 {
  max-width: 430px;
}

.mw440 {
  max-width: 440px;
}

.mw450 {
  max-width: 450px;
}

.mw460 {
  max-width: 460px;
}

.mw470 {
  max-width: 470px;
}

.mw480 {
  max-width: 480px;
}

.mw490 {
  max-width: 490px;
}

.mw500 {
  max-width: 500px;
}

.mw510 {
  max-width: 510px;
}

.mw520 {
  max-width: 520px;
}

.mw530 {
  max-width: 530px;
}

.mw540 {
  max-width: 540px;
}

.mw550 {
  max-width: 550px;
}

.mw560 {
  max-width: 560px;
}

.mw570 {
  max-width: 570px;
}

.mw580 {
  max-width: 580px;
}

.mw590 {
  max-width: 590px;
}

.mw600 {
  max-width: 600px;
}

.mw610 {
  max-width: 610px;
}

.mw620 {
  max-width: 620px;
}

.mw630 {
  max-width: 630px;
}

.mw640 {
  max-width: 640px;
}

.mw650 {
  max-width: 650px;
}

.mw660 {
  max-width: 660px;
}

.mw670 {
  max-width: 670px;
}

.mw680 {
  max-width: 680px;
}

.mw690 {
  max-width: 690px;
}

.mw700 {
  max-width: 700px;
}

.mw710 {
  max-width: 710px;
}

.mw720 {
  max-width: 720px;
}

.mw730 {
  max-width: 730px;
}

.mw740 {
  max-width: 740px;
}

.mw750 {
  max-width: 750px;
}

.mw760 {
  max-width: 760px;
}

.mw770 {
  max-width: 770px;
}

.mw780 {
  max-width: 780px;
}

.mw790 {
  max-width: 790px;
}

.mw800 {
  max-width: 800px;
}

.mw810 {
  max-width: 810px;
}

.mw820 {
  max-width: 820px;
}

.mw830 {
  max-width: 830px;
}

.mw840 {
  max-width: 840px;
}

.mw850 {
  max-width: 850px;
}

.mw860 {
  max-width: 860px;
}

.mw870 {
  max-width: 870px;
}

.mw880 {
  max-width: 880px;
}

.mw890 {
  max-width: 890px;
}

.mw900 {
  max-width: 900px;
}

.mw910 {
  max-width: 910px;
}

.mw920 {
  max-width: 920px;
}

.mw930 {
  max-width: 930px;
}

.mw940 {
  max-width: 940px;
}

.mw950 {
  max-width: 950px;
}

.mw960 {
  max-width: 960px;
}

.mw970 {
  max-width: 970px;
}

.mw980 {
  max-width: 980px;
}

.mw990 {
  max-width: 990px;
}

.mw1000 {
  max-width: 1000px;
}

.mw1010 {
  max-width: 1010px;
}

.mw1020 {
  max-width: 1020px;
}

.mw1030 {
  max-width: 1030px;
}

.mw1040 {
  max-width: 1040px;
}

.mw1050 {
  max-width: 1050px;
}

.mw1060 {
  max-width: 1060px;
}

.mw1070 {
  max-width: 1070px;
}

.mw1080 {
  max-width: 1080px;
}

/* ===========================================================================

/assets/sass/common/_item.scss

=========================================================================== */
/* -----------------------------
 clearfix
----------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* for IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* -----------------------------
 hide
----------------------------- */
@media print, screen and (min-width: 1021px) {
  .pc-hide {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .tablet-hide {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .smt-hide {
    display: none;
  }
}
/* -----------------------------
 text-indent
----------------------------- */
.ind-1em {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------
 hover
----------------------------- */
@media print, screen and (min-width: 1021px) {
  .h-alpha {
    transition: 0.2s opacity ease-in;
  }
  .h-alpha:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 1021px) {
  .hover-line:hover {
    text-decoration: underline;
  }
}

/* ANIMATION */
.delay-03 {
  --anim-delay: 0.3s;
}
.delay-05 {
  --anim-delay: 0.5s;
}
.delay-06 {
  --anim-delay: 0.6s;
}
.delay-08 {
  --anim-delay: 0.8s;
}
.delay-1 {
  --anim-delay: 1s;
}

.js-animate-fig {
  overflow: hidden;
  position: relative;
}
.js-animate-fig::before {
  background: var(--gray);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-fig img {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-fig.inView {
  opacity: 1;
}
.js-animate-fig.inView::before {
  transition: all 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: translateX(100%);
}
.js-animate-fig.inView img {
  transition: all 0.5s calc(var(--anim-delay, 0.1s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
.js-animate.blur {
  filter: blur(14px);
  opacity: 0;
}
.js-animate.blur.active {
  transition: all 1.2s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  filter: blur(0);
  opacity: 1;
}
.js-animate-fadeup {
  opacity: 0;
  transform: translateY(10%);
  --anim-delay:0.1s;
}
.js-animate-fadeup.inView {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s var(--anim-delay) cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s calc(var(--anim-delay) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-fadeup:nth-of-type(2) {
  --anim-delay:0.5s;
}
.js-animate-fadeup:nth-of-type(3) {
  --anim-delay:0.9s;
}
.js-animate-fadeup:nth-of-type(4) {
  --anim-delay:1.3s;
}
.js-animate-fadeleft {
  opacity: 0;
  transform: translateX(-30px);
}
.js-animate-fadeleft.inView {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s 0.1s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-blk {
  overflow: hidden;
  position: relative;
  --anim-delay: 0s;
}
.js-animate-blk::before {
  background-color: #f3f3f3;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-blk .js-blk-in {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-blk.inView::before {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: blockBg;
}
.js-animate-blk.inView .js-blk-in {
  animation: 0.5s calc(var(--anim-delay, 0s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: fade_in;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.3s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.9s;
}
.js-animate.fadein {
  opacity: 0;
}
.js-animate.fadein.inView {
  animation: 0.9s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards, 0.8s calc(var(--anim-delay, 0s) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-name: fade_in, slide_in_y;
}
.js-animate.fadein-left {
  opacity: 0;
}
.js-animate.fadein-left.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in, slide_in_x_left;
}
.js-animate.fadein-blur {
  opacity: 0;
  filter: blur(100px);
}
.js-animate.fadein-blur.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) both;
  animation-name: fade_in, blur;
}
.js-animate.slidein-bounce {
  opacity: 0;
}
.js-animate.slidein-bounce.inView {
  animation: slideInBounce 1s ease-out forwards;
}

@media print, screen and (max-width: 767px) {
  .js-blk-in img {
    width: 100%;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_y {
  0% {
    transform: translateY(5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_in_x_left {
  0% {
    transform: translateX(-1.5em);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x {
  0% {
    transform: translateX(25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x_left2 {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x2 {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bg_slide_x {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes slide_in_down {
  0% {
    transform: translateY(-5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(1em);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes mvslider {
  0% {
    filter: blur(20px);
    transform: scale(1.2);
  }
  10% {
    filter: blur(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes clipreveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  99% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: none;
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgfill {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #55A540;
  }
}
@keyframes blockBg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes hoverOv {
  0% {
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes mv-fadeIn {
  0% {
    transform: scale(1.15);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes bgGra {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes slideInBounce {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  60% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-3px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  font-family: var(--font-gothic);
  color: var(--color-def);
  line-height: var(--lineheight);
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--letterspace-def);
  font-size: var(--size-def);
  font-weight: 500;
  background-color: var(--bg-body);
}
@media print, screen and (max-width: 1020px) {
  body {
    --header-h: 70px;
    --gotop:40px;
  }
}

.table {
  color: var(--color-def);
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

b, strong, .bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.t-vtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media print, screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container);
  }
  .container-slim {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container-slim);
  }
}
@media print, screen and (max-width: 767px) {
  .container-fluid {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-wide {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-slim {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
}

h1, h2, h3, h4, h5 {
  line-height: var(--lineheight-title);
  font-feature-settings: "palt" 1;
}

.d-flex {
  display: flex;
}

a:hover {
  opacity: 0.75;
}

a img:hover {
  opacity: 0.75;
}
a img.js-img-on:hover {
  opacity: 1;
}

.h-alpha {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.h-alpha:hover {
  opacity: 0.75;
}

video {
  max-width: 100%;
  height: auto;
}

.image-full img {
  max-width: none;
  width: 100%;
}

.ilblk {
  display: inline-block;
}

@media print, screen and (min-width: 1021px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .spacer {
    height: 10rem;
  }
}
@media print, screen and (max-width: 767px) {
  .spacer {
    height: 4em;
  }
}
.site-row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .site-row {
    padding-top: 20px;
    display: grid;
    gap: 3em 4.1666666667%;
    grid-template-columns: 220px auto;
  }
  .site-row .aside {
    order: 0;
  }
  .site-row .main {
    order: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .site-row {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-row .aside {
    margin-top: 3em;
  }
}

.cat-label {
  background-color: var(--cat-bg, var(--primary));
  color: var(--cat-color, #fff);
  text-align: center;
  min-width: 5em;
  padding: 0.25em 1em;
  border-radius: 1em;
  line-height: 1.2;
  display: block;
}
.cat-label:hover {
  color: var(--cat-color, #fff);
}

.author-admin {
  --author:"エンタ";
  --author-bg:#ff9102;
}

.author-member {
  --author:"無料会員";
  --author-bg:#0099a8;
}

.author-label {
  padding: 0.2em 0.25em;
  min-width: 5.8333333333em;
  display: inline-block;
  background-color: var(--author-bg);
  color: #fff;
  text-align: center;
}
.author-label::before {
  content: var(--author);
}

.header {
  position: static;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  background-color: var(--header-bg);
  transition: background-color 0.3s 0.2s ease-in-out;
  pointer-events: none;
  --container: 1230px;
}
.header > .container {
  position: relative;
  z-index: 110;
}
.header-row {
  display: flex;
  align-items: center;
  height: var(--header-h);
  gap: 0 1em;
}
.header-logo {
  position: relative;
  z-index: 18;
  pointer-events: initial;
}
.header-logo img {
  object-fit: contain;
}
.header-menu {
  margin-left: auto;
}
.header-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  --btn-h:calc(30em / 12);
  --btn-w:10em;
  --btn-size:12px;
  display: grid;
  grid-template-columns: repeat(2, 120px);
}
.header-btns .btn {
  pointer-events: initial;
  padding: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .header {
    position: sticky;
    z-index: 110;
  }
  .header-logo {
    flex-basis: clamp(120px, 30%, 234px);
  }
  .header-logo-text {
    display: none;
  }
  .header-btns {
    display: none;
  }
  .header-btns-sp {
    margin-left: auto;
    display: flex;
    gap: 0 2.7027027027%;
    flex-basis: 47.4358974359%;
  }
  .header-btns-sp .-btn {
    pointer-events: initial;
  }
  .header-btns-sp .-btn.-register {
    flex-basis: 37.8378378378%;
  }
  .header-btns-sp .-btn.-login {
    flex-basis: 32.4324324324%;
  }
  .header-menu {
    overflow: hidden;
    transform: scaleX(0);
    height: 0;
    transition: transform 0.3s 0.2s ease-in-out;
    transform-origin: right;
    position: fixed;
  }
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    display: flex;
    gap: 1em 3em;
    align-items: center;
  }
  .header-btns {
    margin-left: auto;
  }
  .header-btns-sp {
    display: none;
  }
}

.gnav {
  pointer-events: initial;
  --gnav-child-point: none;
  --gnav-child-op: 0;
  --gnav-child-trans:scale(1,0) translate(-50%,-15%);
  --gnav-star-op:0;
  --gnav-star-trans:translate(-50%,0%);
}
@media print, screen and (min-width: 768px) {
  .gnav-btn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .gnav-btn {
    flex-basis: 24.3243243243%;
    cursor: pointer;
    pointer-events: initial;
    flex-shrink: 0;
  }
}

.onscroll {
  --header-bg:var(--header-bg-scroll);
}

.navopen {
  --gnav-btn-bg: #fff;
}
@media print, screen and (max-width: 1020px) {
  .navopen .header-btns {
    pointer-events: initial;
    opacity: 1;
  }
  .navopen .gnav {
    pointer-events: initial;
  }
}
@media print, screen and (max-width: 1020px) {
  .navopen .aside-menu {
    --aside-pi:initial;
    --aside-wide:scaleX(1);
  }
}

.footer {
  margin-top: var(--sec-top);
  background-color: #fff;
  padding: calc(var(--sec-top) / 2) 0;
  border-top: 4px var(--primary) solid;
}
.footer-row {
  display: flex;
  gap: 1.5em 3em;
  align-items: center;
}
.footer-copy {
  margin-left: auto;
}
@media print, screen and (max-width: 767px) {
  .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-sns {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}

.gotop {
  position: fixed;
  bottom: 5%;
  right: 1em;
  z-index: 10;
}
.gotop-btn {
  background-color: var(--primary);
  width: 4em;
  height: 4em;
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
.gotop-btn .-arrow {
  display: block;
  width: 0.9em;
  transform: rotate(270deg);
}
.gotop-btn .-arrow img {
  filter: brightness(10);
}

.aside {
  --aside-pi:none;
  --aside-wide:scaleX(0);
}
.aside .aside-menu {
  font-size: 15px;
  --aside-menu: url(../images/theme/icon-arrow.svg);
}
.aside .aside-menu .menu-item {
  background-color: #ececec;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 6px;
}
.aside .aside-menu .menu-item a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
.aside .aside-menu .menu-item a::before {
  content: "";
  background-image: var(--aside-menu);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  display: block;
}
.aside .aside-menu .menu-item.menu-item-has-children {
  --aside-menu: url(../images/theme/icon-plus.svg);
}
.aside .aside-menu .menu-item.menu-item-has-children.active {
  --aside-menu: url(../images/theme/icon-minus.svg);
}
.aside .aside-menu .menu-item .sub-menu {
  --aside-menu:none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .aside .aside-menu {
    position: fixed;
    z-index: 105;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: var(--header-bg);
    height: calc(100vh - var(--header-h));
    overflow-y: scroll;
    top: var(--header-h);
    width: 100%;
    max-width: 300px;
    padding: 1em 2em 1em;
    right: 0;
    transform: var(--aside-wide);
    pointer-events: var(--aside-pi);
  }
  .aside .aside-menu .menu-item {
    background-color: #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .aside .aside-menu .menu-item a {
    padding-right: 3em;
  }
}
.aside-section {
  margin: 20px auto;
  background-color: var(--secondary);
  padding: 15px 10px;
  border-radius: 5px;
}
.aside-section h4 {
  margin-bottom: 10px;
}
.aside-section p {
  margin-bottom: 1em;
}
.aside-section ul {
  margin-bottom: 1em;
}
.aside-section .btn {
  --btn-w:calc(200em / 16);
  --btn-h:calc(2em);
}
.aside-section .btn.-login {
  margin: 10px auto 5px;
}
.aside-section .btn.-delete {
  --btn-size:14px;
  margin-left: auto;
  margin-right: auto;
}
.aside-section .-bottom {
  border-top: 2px #fff solid;
  padding-top: 1em;
  margin-top: 1em;
}
.aside-register {
  background-color: #e4f0f2;
}
.aside-register .btn {
  margin-left: auto;
  margin-right: auto;
}
.aside .widget {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-top: 5px var(--primary) solid;
  margin-bottom: 20px;
}
.aside .widget-title {
  background-color: #efefef;
  text-align: center;
  font-size: var(--size-14);
  padding: 0.5em;
}
.aside .widget_text .textwidget {
  padding: 10px;
}
.aside .widget .wpcf7 {
  font-size: 14px;
  --btn-w: calc(140em / 14);
  --btn-h:calc(36em / 14);
  --btn-bg:#7b7b7b;
  --btn-size:14px;
}
.aside-form .-bottom {
  border-top: 2px #bfbfbf solid;
  padding-top: 1em;
  margin-top: 1em;
}
.aside-form .-bottom .btn {
  margin: 10px auto 0;
}
.aside .aside-rec {
  background-color: #eeeeee;
  position: sticky;
  top: 1.5em;
}
.aside .aside-rec-title {
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding-bottom: 0.25em;
}
.aside .aside-rec-list {
  padding: 10px;
}
.aside .aside-rec-list .-item {
  padding: 10px 0;
}
.aside .aside-rec-list .-item:nth-of-type(n + 2) {
  border-top: 2px #fff solid;
}
.aside .aside-rec-list .-item-link {
  display: grid;
  grid-template-columns: 42% auto;
  gap: 10px;
}
.aside .aside-rec-list .-item-thumb img {
  aspect-ratio: 84/75;
  object-fit: cover;
}
.aside .aside-rec-list .-item-text {
  line-height: 1.4285714286;
}

/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
  box-sizing: border-box;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

.post table thead {
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
}

.post table thead th,
.post table thead td {
  border-bottom: 1px #999 solid;
  border-left: 1px #999 solid;
}

table > thead > tr > td,
table > thead > tr > th,
table > tr > td,
table > tr > th {
  background-color: #fafafa;
}

/*For IE*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post table {
    table-layout: fixed;
  }
}
table tr td {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  vertical-align: top;
}

table th {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
}

table th,
table th p,
.post table tr td p,
.post table tr td {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

.post table tr td p:last-child {
  margin-bottom: 0;
}

#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  color: #333;
}

/*テーブル（装飾なし） */
.post .notab table {
  border: none;
  width: initial; /* 初期状態にリセット */
  max-width: initial; /* 初期状態にリセット */
}

.notab table tr td {
  border: none;
  text-align: left;
  vertical-align: top;
}

.notab table th {
  border: none;
}

.post .notab table tr:nth-child(even) {
  background-color: transparent;
}

/*中央配置*/
tr.st-centertable,
td.st-centertable,
.st-centertable table td {
  text-align: center;
  vertical-align: middle;
}

/*スクロール*/
.post .scroll-box table {
  max-width: initial;
}

.scroll-box {
  overflow-x: auto;
  margin-bottom: 10px;
}

.scroll-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f3f3f3;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

/* PC横スクロール */
.post .scroll-box.pc table td,
.post .scroll-box.pc table td p {
  white-space: nowrap;
}

.scroll-box.pc {
  overflow-x: auto;
  position: relative;
  cursor: ew-resize;
}

/* PC縦スクロール */
.scroll-box.pc.h-sc {
  overflow: auto;
  position: relative;
  height: 75vh;
  cursor: all-scroll;
}

/*画像 */
img.alignright {
  float: right;
  margin: 0 0 5px 10px;
}

img.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.float-left {
  float: left;
}

img.float-right {
  float: right;
}

.wp-caption {
  text-align: center;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 10px;
}

.ie8 img {
  width: auto;
}

/*リスト */
.post ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.post ul ul,
.post ul ol,
.post ol ol,
.post ol ul {
  margin-bottom: 10px;
}

.post ul li {
  padding-bottom: 5px;
}

.post ul li:last-child {
  padding-bottom: 0px;
}

.post ol {
  list-style-type: decimal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.post ol li {
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0px;
}

/*マルリスト・チェックリスト*/
.post ol.is-style-st-maruno,
.post ul.is-style-st-maruck,
.post .maruno,
.post .maruck {
  margin-bottom: 20px;
}

.post ol.is-style-st-maruno:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post ul.is-style-st-maruck:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list),
.post .maruno ol:not(.toc_list):not(.st_toc_list):not(.slick-dots),
.post .maruck ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post ol.is-style-st-maruno li,
.post .maruno ol li {
  counter-increment: st-section;
}

.post ol.is-style-st-maruno li:before,
.post .maruno ol li:before {
  content: counters(st-section, "");
}

.post ul.is-style-st-maruck li:before,
.post .maruck ul li:before {
  content: " \f00c";
  font-family: FontAwesome;
}

.post ol.is-style-st-maruno li,
.post ul.is-style-st-maruck li,
.post .maruno ol li,
.post .maruck ul li {
  list-style-type: none;
  padding-bottom: 5px;
  line-height: 23px;
  margin-bottom: 7px;
}

.post ol.is-style-st-maruno li:before,
.post ul.is-style-st-maruck li:before,
.post .maruno ol li:before,
.post .maruck ul li:before {
  border-radius: 50%;
  float: left;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 60%;
  margin-right: 10px;
  background: #f3f3f3;
  color: #000;
  margin-left: -3em;
}

/* ボーダーあり */
ol.is-style-st-border li,
ul.is-style-st-border li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-border ol li,
.st-list-border ul li {
  border-bottom: dotted 1px #ccc;
  padding-top: 10px;
}

.post ol.is-style-st-border li:last-child,
.post ul.is-style-st-border li:last-child,
.post ol.is-style-st-circle-border li:last-child,
.post ul.is-style-st-circle-border li:last-child,
.post ol.is-style-st-check-border li:last-child,
.post ul.is-style-st-check-border li:last-child,
.post ol.is-style-st-no-border li:last-child,
.post ul.is-style-st-no-border li:last-child,
.post .is-style-st-border li:last-child,
.post .is-style-st-circle-border li:last-child,
.post .is-style-st-no-border li:last-child,
.post .st-list-border ol li:last-child,
.post .st-list-border ul li:last-child {
  padding-bottom: 5px;
}

/* マル */
ol.is-style-st-circle,
ul.is-style-st-circle,
ol.is-style-st-circle-border,
ul.is-style-st-circle-border,
.st-list-circle ol,
.st-list-circle ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-circle li,
ul.is-style-st-circle li,
ol.is-style-st-circle-border li,
ul.is-style-st-circle-border li,
.st-list-circle li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

ol.is-style-st-circle li:before,
ul.is-style-st-circle li:before,
ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}

ol.is-style-st-circle-border li:before,
ul.is-style-st-circle-border li:before,
.st-list-circle.st-list-border li:before {
  top: calc(0.5em + 10px);
}

/* 簡易チェックマーク */
ol.is-style-st-check,
ul.is-style-st-check,
ol.is-style-st-check-border,
ul.is-style-st-check-border,
.st-list-check ol,
.st-list-check ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-check li,
ul.is-style-st-check li,
ol.is-style-st-check-border li,
ul.is-style-st-check-border li,
.st-list-check ol li,
.st-list-check ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
}

ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before,
.st-list-check ol li:before,
.st-list-check ul li:before { /* チェック */
  content: "";
  position: absolute;
  top: 0.6em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

ol.is-style-st-check li:before,
ul.is-style-st-check li:before,
ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before { /* Gutenberg調整 */
  top: 0.3em;
}

ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check ol li:after,
.st-list-check ul li:after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
}

ol.is-style-st-check li:after,
ul.is-style-st-check li:after,
ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after { /* Gutenberg調整 */
  top: 0.2em;
}

.st-list-check.st-list-border ul li:before { /* チェック */
  top: calc(10px + 0.6em);
}

ol.is-style-st-check-border li:before,
ul.is-style-st-check-border li:before {
  top: calc(10px + 0.3em);
}

ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after,
.st-list-check.st-list-border ul li:after { /* Gutenberg調整 */
  top: calc(10px + 0.4em);
}

ol.is-style-st-check-border li:after,
ul.is-style-st-check-border li:after { /* Gutenberg調整 */
  top: calc(10px + 0.2em);
}

ol.is-style-st-check li:after:hover,
ul.is-style-st-check li:after:hover,
ol.is-style-st-check-border li:after:hover,
ul.is-style-st-check-border li:after:hover,
.st-list-check ul li:after:hover {
  color: #ff0000;
}

/* 四角背景 */
ol.is-style-st-no,
ul.is-style-st-no,
ol.is-style-st-no-border,
ul.is-style-st-no-border,
.st-list-no ol,
.st-list-no ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

ol.is-style-st-no li,
ul.is-style-st-no li,
ol.is-style-st-no-border li,
ul.is-style-st-no-border li,
.st-list-no li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  counter-increment: st-list-count;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

ol.is-style-st-no li:before,
ul.is-style-st-no li:before,
ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no li:before {
  content: counter(st-list-count);
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0.4em;
  left: 0;
}

ol.is-style-st-no-border li:before,
ul.is-style-st-no-border li:before,
.st-list-no.st-list-border ol li:before,
.st-list-no.st-list-border ul li:before {
  top: calc(0.4em + 10px);
}

/*均等横並び */
.post .kintou ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}

.post .kintou ul:not(.toc_list):not(.st_toc_list):not(.children):not(.slick-dots):not(.st-pvm-nav-list) li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

.page-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.page-title .-line {
  display: block;
  background-color: var(--primary);
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.page-title .-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.page-title-sns {
  display: flex;
  justify-content: flex-end;
}

.sec {
  padding-top: var(--sec-top);
  padding-bottom: var(--sec-bottom);
}
.sec-inner {
  max-width: var(--sec-inner, 1000px);
  margin-left: auto;
  margin-right: auto;
}
.sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  gap: 1em;
  margin-bottom: clamp(1.5em, 5%, 50px);
}

.text-link-arrow a {
  display: flex;
  align-items: baseline;
}
.text-link-arrow a::after {
  content: "";
  width: 2.2222222222em;
  height: 0.5555555556em;
  display: block;
  flex-shrink: 0;
  border-bottom: var(--btn-color) 1px solid;
  border-right: var(--btn-color) 1px solid;
  transform: skewX(45deg);
  transition: 0.3s ease-in-out;
}
.text-link-arrow a:hover::after {
  transform: skewX(45deg) translateX(15%);
}

.breadcrumb {
  margin: 0 0 clamp(2em, 4.3010752688%, 40px);
  font-size: var(--size-14);
}
.breadcrumb-list {
  display: flex;
  width: 100%;
  max-width: calc(100vw - 30px);
}
.breadcrumb-list li {
  white-space: nowrap;
}
.breadcrumb-list li:nth-of-type(n + 2) {
  display: flex;
  align-items: center;
}
.breadcrumb-list li:nth-of-type(n + 2)::before {
  content: ">";
  margin: 0 0.5em;
  line-height: 1;
}
.breadcrumb-list li:last-child {
  overflow: hidden;
}
.breadcrumb-list li:last-child span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post-navigation .nav-links {
  display: grid;
  gap: 1em 20px;
  margin: 4em auto;
  grid-template-columns: 140px 140px;
  justify-content: center;
  --pager-bg: #fff;
  --pager-color: #9c9c9c;
}
.post-navigation .nav-links .-link {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  border: 1px #9c9c9c solid;
  background-color: var(--pager-bg);
  color: #000;
  flex-basis: 8.75em;
  height: 2.5em;
  border-radius: 5px;
}
.post-navigation .nav-links .-link:hover {
  --pager-color: #fff;
  --pager-bg:#9c9c9c;
}
.post-navigation .nav-links .-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.post-navigation .nav-links .-arrow img {
  filter: brightness(10);
}
.post-navigation .nav-links .nav-previous .-arrow {
  left: 0.5em;
}
.post-navigation .nav-links .nav-previous .-arrow img {
  transform: scaleX(-1);
}
.post-navigation .nav-links .nav-next .-arrow {
  right: 0.5em;
}
.pager {
  --pager-bg: #fff;
  --pager-color: #9c9c9c;
  margin: var(--pager-top, calc(var(--sec-top) / 2)) 0 var(--pager-bottom, calc(var(--sec-bottom) / 2));
}
.pager-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1.2;
  flex-wrap: wrap;
  gap: 10px 5px;
  font-size: var(--size-16);
}
.pager-nav .page-numbers {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  border: 1px #9c9c9c solid;
  background-color: var(--pager-bg);
  color: var(--pager-color);
  flex-basis: 2.5em;
  height: 2.5em;
  border-radius: 5px;
}
.pager-nav .page-numbers:hover, .pager-nav .page-numbers.current {
  --pager-color: #fff;
  --pager-bg:#9c9c9c;
}
.pager-nav .pager-btn {
  position: relative;
  display: grid;
  align-items: center;
  text-align: center;
  border: 1px #9c9c9c solid;
  background-color: var(--pager-bg);
  color: #000;
  flex-basis: 8.75em;
  height: 2.5em;
  border-radius: 5px;
}
.pager-nav .pager-btn:hover {
  --pager-color: #fff;
  --pager-bg:#9c9c9c;
}
.pager-nav .pager-btn .-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pager-nav .pager-btn .-arrow img {
  filter: brightness(10);
}
.pager-nav .pager-btn.prev .-arrow {
  left: 0.5em;
}
.pager-nav .pager-btn.prev .-arrow img {
  transform: scaleX(-1);
}
.pager-nav .pager-btn.next .-arrow {
  right: 0.5em;
}
.pager-btn {
  display: flex;
  align-items: baseline;
  gap: 0 1em;
}
.page-nav {
  margin: clamp(1.5em, 4%, 48px) auto clamp(2em, 5.6666666667%, 68px);
}
.page-nav .-list {
  --btn-w:auto;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-nav .-list .-item {
  flex-basis: clamp(150px, 24.7311827957%, 230px);
  --btn-size:var(--size-16);
  --btn-color:var(--primary);
  --btn-bg:#dce5ed;
  --btn-border:var(--primary);
  --btn-h:calc(50em / 16);
  --btn-align:flex-start;
  --btn-w:calc(230em / 16);
}
.page-nav .-list .-item .btn-arrow {
  filter: brightness(0) saturate(100%) invert(22%) sepia(78%) saturate(2208%) hue-rotate(194deg) brightness(100%) contrast(102%);
}

.mailmagazine-bnr {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.mailmagazine-bnr .-col {
  flex-basis: 73.3333333333%;
  padding: 1.5em;
}
.mailmagazine-bnr .-img {
  flex-shrink: 0;
  flex-basis: clamp(200px, 26.6666666667%, 320px);
}
.mailmagazine-bnr .-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
.mailmagazine-bnr .-title-text {
  border-bottom: 5px var(--accent) solid;
}
.mailmagazine-bnr .-form {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.mailmagazine-bnr .-form-input {
  flex-basis: 360px;
  font-family: var(--font-gothic);
  font-size: 16px;
  height: 3.125em;
  border-radius: 1.5625em;
  border: 3px var(--primary) solid;
  box-sizing: border-box;
}
.mailmagazine-bnr .-form-submit {
  font-size: 16px;
  flex-basis: 260px;
  background-color: var(--primary);
  height: 3.125em;
  border-radius: 1.5625em;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-gothic);
}
@media print, screen and (max-width: 767px) {
  .mailmagazine-bnr {
    flex-wrap: wrap;
  }
  .mailmagazine-bnr .-col {
    flex-basis: 100%;
  }
  .mailmagazine-bnr .-form {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
  .mailmagazine-bnr .-form-text {
    flex-basis: 100%;
    text-align: center;
  }
  .mailmagazine-bnr .-img {
    margin-left: auto;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.arrow {
  display: inline-block;
  width: 2.2222222222em;
  height: 0.5555555556em;
  border-bottom: 1px var(--btn-color) solid;
  position: relative;
  margin-left: auto;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  transform: rotate(-45deg);
  background-color: var(--btn-color);
  transform-origin: bottom right;
}

.svgicon {
  width: var(--svg-w);
  display: inline-block;
  line-height: 1;
  height: var(--svg-h, var(--svg-w));
}
.svg-arrow, .svg-arrow-s {
  width: var(--svg-w);
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
.svg-arrow .-circle, .svg-arrow-s .-circle {
  fill: var(--svg-bg);
}
.svg-arrow .-arrow, .svg-arrow-s .-arrow {
  fill: var(--svg-color);
}

.btn {
  pointer-events: initial;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, color 0.3s ease, color 0.3s ease, color 0.3s ease;
  line-height: 1;
  cursor: pointer;
  border: 1px var(--btn-border) solid;
  color: var(--btn-color);
  font-size: var(--btn-size);
  font-weight: var(--btn-weight, bold);
  background-color: var(--btn-bg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: var(--btn-align, center);
  max-width: var(--btn-w);
  width: 100%;
  height: var(--btn-h);
  border-radius: var(--btn-round);
  font-weight: inherit;
  padding: 0.5em 1em;
  gap: 0.5em;
  position: relative;
  overflow: hidden;
}
.btn.-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.btn-wide {
  --btn-w: calc(390em / 16);
}
.btn-s {
  --btn-w: calc(160em / 14);
  --btn-h: calc(28em / 14);
}
.btn-left {
  justify-content: flex-start;
  text-align: left;
}
.btn-primary {
  --btn-color:#fff;
  --btn-bg:var(--primary);
}
.btn.-register {
  --btn-color:#fff;
  --btn-bg:var(--accent);
}
.btn.-delete {
  --btn-color:#fff;
  --btn-bg:#a4a4a4;
}
.btn-back {
  flex-direction: row-reverse;
  gap: 0 1em;
}
.btn-back .btn-arrow {
  transform: scaleX(-1);
}
.btn-arrow {
  line-height: 1;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(10);
  display: inline-block;
}
.btn-arrow img {
  vertical-align: baseline;
}
.btn:hover {
  opacity: 0.75;
  color: var(--btn-color);
}
.btn-wrap {
  display: flex;
  justify-content: var(--btn-pos, center);
}
.btn-wrap.-left {
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  .btn {
    min-width: 6em;
  }
  .btn-wide {
    --btn-width: 100%;
    max-width: 24.375em;
  }
}

.wp-block-button {
  flex-basis: var(--btn-w);
  line-height: 1.2;
  letter-spacing: 0;
  --btn-bg-h: var(--primary);
  font-size: var(--btn-size);
  --btn-color-h: #fff;
}
.wp-block-button__link {
  pointer-events: initial;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, color 0.3s ease, color 0.3s ease, color 0.3s ease;
  line-height: 1;
  cursor: pointer;
  border: 1px var(--btn-border) solid;
  color: var(--btn-color);
  font-size: var(--btn-size);
  font-weight: var(--btn-weight, bold);
  background-color: var(--btn-bg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: var(--btn-align, center);
  max-width: var(--btn-w);
  width: 100%;
  height: var(--btn-h);
  border-radius: var(--btn-round);
  font-weight: inherit;
  padding: 0.5em 1em;
  gap: 0.5em;
}
.wp-block-button__link:hover {
  opacity: 1;
  border-color: var(--btn-border-h, var(--btn-bg-h));
  color: var(--btn-color-h);
  background-color: var(--btn-bg-h);
}
.wp-block-button.--icon-tar img {
  width: 0.875em !important;
  height: 0.875em;
  line-height: 1;
}
.wp-block-button.is-style-more {
  --btn-w: calc(225em / 18);
  --btn-bg-h: transparent;
  --btn-color-h: var(--main);
}
.wp-block-button.is-style-more .arrow {
  height: 0.8333333333em;
}
.wp-block-button.is-style-more.no-line {
  --btn-w: auto;
}
.wp-block-button.is-style-more.no-line .wp-block-button__link {
  border: none;
}
.wp-block-button.-back .wp-block-button__link {
  flex-direction: row-reverse;
}
.wp-block-button.-back .arrow {
  transform: scaleX(-1);
}

.page-content .title-marker mark {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
}

.map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.map-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ff-en {
  font-family: var(--font-en);
}
.ff-mincho {
  font-family: var(--font-mincho);
}
.ff-gothic {
  font-family: var(--font-gothic);
}

.size-12 {
  font-size: var(--size-12);
}
.size-14 {
  font-size: var(--size-14);
}
.size-16 {
  font-size: var(--size-16);
}
.size-18 {
  font-size: var(--size-18);
}
.size-20 {
  font-size: var(--size-20);
}
.size-21 {
  font-size: var(--size-21);
}
.size-22 {
  font-size: var(--size-22);
}
.size-24 {
  font-size: var(--size-24);
}
.size-25 {
  font-size: var(--size-25);
}
.size-26 {
  font-size: var(--size-26);
}
.size-28 {
  font-size: var(--size-28);
}
.size-30 {
  font-size: var(--size-30);
}
.size-32 {
  font-size: var(--size-32);
}
.size-34 {
  font-size: var(--size-34);
}
.size-35 {
  font-size: var(--size-35);
}
.size-36 {
  font-size: var(--size-36);
}
.size-38 {
  font-size: var(--size-38);
}
.size-40 {
  font-size: var(--size-40);
}
.size-42 {
  font-size: var(--size-42);
}
.size-44 {
  font-size: var(--size-44);
}
.size-48 {
  font-size: var(--size-48);
}
.size-50 {
  font-size: var(--size-50);
}
.size-56 {
  font-size: var(--size-56);
}
.size-70 {
  font-size: var(--size-70);
}
.size-72 {
  font-size: var(--size-72);
}
.size-80 {
  font-size: var(--size-80);
}
.size-84 {
  font-size: var(--size-84);
}
.size-120 {
  font-size: var(--size-120);
}
.size-150 {
  font-size: var(--size-150);
}

.lh-35 {
  line-height: 2.1875;
}

.fc-primary {
  color: var(--primary);
}
.fc-sub {
  color: var(--main-sub);
}
.fc-secondary {
  color: var(--secondary);
}
.fc-accent {
  color: var(--accent);
}
.fc-red {
  color: var(--red);
}
.fc-white {
  color: #fff;
}

.bd-rounded {
  border-radius: var(--round, 2rem);
}

.img-rounded {
  border-radius: var(--round, 10px);
}

.ltsp-0 {
  letter-spacing: 0;
}
.ltsp-25 {
  letter-spacing: 0.025em;
}
.ltsp-50 {
  letter-spacing: 0.05em;
}
.ltsp-75 {
  letter-spacing: 0.075em;
}
.ltsp-100 {
  letter-spacing: 0.1em;
}

.d-ilblk {
  display: inline-block;
}

.marker-ol mark {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  border: 1px var(--ol-color, #ed97bc) solid;
}

.marker mark {
  box-decoration-break: clone;
  line-height: 2;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 10%, #fffbce 10%) !important;
}

.gra-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-circle li {
  display: flex;
  margin-bottom: 0.5em;
}
.list-circle li::before {
  content: "●";
  color: var(--list-color, var(--accent));
  flex-shrink: 0;
}
.list-disc {
  list-style: disc;
  padding-left: 1.2em;
}
.list-ind1 li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
}
.list-num li > *:first-child {
  flex-shrink: 0;
}

ul.is-style-bullet-square {
  padding-left: 0;
}
ul.is-style-bullet-square li {
  display: flex;
  gap: 0.3em;
}
ul.is-style-bullet-square li::before {
  content: "■";
  color: var(--list-color, var(--primary));
  flex-shrink: 0;
}
ul.is-style-bullet-circle {
  padding-left: 0;
}
ul.is-style-bullet-circle li {
  display: flex;
  gap: 0.3em;
}
ul.is-style-bullet-circle li::before {
  content: "●";
  color: var(--list-color, var(--primary));
  flex-shrink: 0;
}
ul.is-style-default li::before {
  content: "・";
  flex-shrink: 0;
}

.grid-3 {
  --gridcol: repeat(3, 1fr);
}

.gap-20 {
  --gap-w: clamp(1rem, calc(20% / 10), 2rem);
}

.d-grid {
  display: grid;
}

.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.link-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.link-back .-icon {
  flex-basis: 3.4375em;
}

.accordion-wrap {
  --caret-angle:rotate(0deg);
}
.accordion-inner {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
}
.accordionBtn {
  cursor: pointer;
}
.accordion-icon {
  margin-left: auto;
  pointer-events: none;
  transition: transform 0.3s var(--easing);
  transform: var(--caret-angle);
}

.spacer-dotline {
  height: 2px;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  background-image: radial-gradient(#FFF000 30%, transparent 0);
  background-size: 8px 8px;
  background-position: center;
}

.tab__panel-box {
  display: none;
}
.tab__panel-box img {
  opacity: 0;
}
.tab__panel-box.is-show {
  display: block;
}
.tab__panel-box.is-show img {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in;
}

.bg-gray {
  background-color: var(--gray);
}
.align-self-center {
  align-self: center;
}

.table-wrap {
  --table-gap:20px;
}
.table-line {
  position: relative;
  left: calc(var(--table-gap) * -0.5) !important;
  width: calc(100% + var(--table-gap));
}
.table-line table {
  border-collapse: separate;
  border-spacing: calc(var(--table-gap) * 1) 0;
}
.table-line table th, .table-line table td {
  border: none;
  border-bottom: 1px #c1c1c1 solid;
  padding: 1.5em 0;
}
.table-line table th:first-child, .table-line table td:first-child {
  font-weight: 500;
}
.table-line table tr:first-of-type th, .table-line table tr:first-of-type td {
  border-top: 1px #c1c1c1 solid;
}
.text-ind1 {
  text-indent: -1em;
  padding-left: 1em;
}

.search-box {
  flex-basis: 540px;
  position: relative;
}
.search-box .search-edit {
  border: 2px var(--primary) solid;
  height: 3em;
  padding: 0.5em 1em 0.5em 40px;
  border-radius: 1.5em;
  font-family: var(--font-gothic);
  font-size: var(--size-def);
  width: 100%;
}
.search-box .search-submit {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.search-box .search-submit .-icon {
  filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(1712%) hue-rotate(194deg) brightness(92%) contrast(102%);
}
@media print, screen and (max-width: 767px) {
  .search-box .search-edit {
    border: 1px var(--primary) solid;
    height: 3.6em;
    border-radius: 1.8em;
  }
}

.new-icon {
  color: #f00;
  border: 1px #f00 solid;
  padding: 1px 0.5em;
  font-size: 12px;
  line-height: 1.2;
  align-self: center;
}

.contact-page {
  --container: 1470px;
}

.form-area {
  border-top: 1px #bfbfbf solid;
  margin-left: auto;
  margin-right: auto;
  --btn-h:calc(60em / 16);
  --btn-w:calc(310em / 16);
  --btn-round:calc(30em / 16);
}
.form-area .btn-wrap {
  margin-top: 2em;
  gap: 1.5em 2em;
  flex-wrap: wrap;
}
.form-area .btn-wrap .wpcf7-spinner {
  position: absolute;
}
.form-area input {
  font-family: var(--font-gothic);
  font-weight: 500;
}
.form-row {
  padding: 1em 0;
  display: grid;
  border-bottom: 1px #bfbfbf solid;
}
.form-row .-row {
  display: flex;
  gap: 0.5em 1em;
  align-items: center;
}
.form-row .-row .-text {
  flex-shrink: 0;
}
.form-row .-row .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.form-sub:nth-of-type(n + 2) {
  margin-top: 1em;
}
.form-head {
  display: flex;
  font-size: var(--size-18);
  font-weight: bold;
  gap: 0.5em;
}
.-required .form-head::after {
  content: "必須";
  color: #fff;
  background-color: var(--primary);
  font-size: 12px;
  border-radius: 1em;
  padding: 0.2em 0.5em;
  display: inline-block;
  flex-shrink: 0;
  line-height: 1;
}
.form-item {
  margin-bottom: 1em;
}
.form-bottom .btn {
  margin-left: auto;
  margin-right: auto;
}
.form-check .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.form-check-list {
  display: grid;
}
.form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  --input-color:#c9c9c9;
}
.form-radio label {
  position: relative;
}
.form-radio input {
  opacity: 0;
  position: absolute;
}
.form-radio input:checked + .wpcf7-list-item-label {
  --input-color: var(--primary);
  outline: 1px var(--input-color) solid;
  background-color: #f3dacd;
}
.form-radio .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.form-radio .wpcf7-list-item-label {
  position: relative;
  width: 26.875em;
  height: 3em;
  display: flex;
  align-items: center;
  padding: 1em;
  border: 1px #bfbfbf solid;
  border-radius: 5px;
  background-color: #fff;
  gap: 1rem;
}
.form-radio .wpcf7-list-item-label::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #fff;
  background: radial-gradient(circle, var(--input-color) 35%, rgb(255, 255, 255) 35%);
  border: 1px var(--input-color) solid;
  border-radius: 50%;
}
.form-fill {
  background-color: #ffffff;
  border-radius: 3px;
  height: 2.6666666667em;
  padding: 0.5em 1em;
  line-height: 1.25;
  width: 100%;
  max-width: 890px;
  font-size: var(--size-14);
  border: 1px #a5a5a5 solid;
}
.form-fill:placeholder-shown {
  color: #b5b5b5;
}
.form-fill::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-fill:-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-fill::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-fill:-ms-input-placeholder {
  color: #b5b5b5;
}
.form-fill.-fat {
  height: 10.7142857143em;
  padding: 1em;
}
.form-fill.short {
  max-width: 430px;
}
.form-select {
  background-color: #ffffff;
  border-radius: 10px;
  height: 3.125em;
  padding: 0.5em 1em;
  line-height: 1.25;
  width: 100%;
  max-width: 640px;
  font-size: var(--size-def);
}
.form-privacy {
  padding-top: var(--sec-top);
  border-top: 1px #dcdcdc solid;
  margin-bottom: var(--sec-bottom);
}
.form-privacy p {
  margin-bottom: 1.5em;
}
.form-privacy a {
  border-bottom: 1px #b2b2b2 solid;
}
@media print, screen and (max-width: 767px) {
  .form-head {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form-head {
    gap: 0 0;
  }
  .form-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-label {
    padding: 1em 0;
  }
  .form-col {
    padding-top: 0;
  }
  .form-control.w-150, .form .wpcf7-text.w-150, .form .wpcf7-select.w-150, .form .wpcf7-textarea.w-150 {
    max-width: 80px;
  }
  .form-control.w-100, .form .wpcf7-text.w-100, .form .wpcf7-select.w-100, .form .wpcf7-textarea.w-100 {
    max-width: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-row {
    grid-template-columns: 300px auto;
    gap: 0 1.6666666667%;
    padding: 30px 0;
  }
  .form-head {
    align-items: center;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #878787;
}

.js-form-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 5em 1em;
  display: none;
  z-index: 10;
}
.js-form-confirm::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  position: absolute;
  left: 0;
  top: 0;
}
.js-form-confirm .form-area {
  position: relative;
  max-width: 850px;
  max-height: 100%;
  overflow-y: scroll;
  margin: auto;
  background-color: #fff;
  padding: clamp(1em, 6.6666666667%, 50px);
}

.um-page-register .um-form {
  border-top: 1px #b5b5b5 solid;
  border-bottom: 1px #b5b5b5 solid;
  padding: 1em 0 2em;
  margin: 3em 0;
}
.um-page-register input[type=submit].um-button, .um-page-register input[type=submit].um-button:focus {
  background-color: var(--btn-bg) !important;
  color: var(--btn-color) !important;
}
.um-page-register .um span.um-req {
  color: var(--red);
}

.page-template-page-home .top-sp {
  background-color: var(--header-bg);
  padding: 0 15px 3.8461538462%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.5em;
}
.page-template-page-home .top-sp-btns {
  margin-top: 1em;
  display: flex;
  gap: 2.6666666667%;
  --btn-size:var(--size-16);
  --btn-w:calc(350em / 16);
  --btn-h:3em;
}
@media print, screen and (min-width: 768px) {
  .page-template-page-home .top-sp {
    display: none;
  }
}
.page-template-page-home .news-latest {
  border: 3px #c81b1b solid;
  display: grid;
  grid-template-columns: clamp(100px, 13.9784946237%, 130px) auto;
  gap: 1em;
  align-items: center;
}
.page-template-page-home .news-latest-head {
  background-color: #c81b1b;
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
  display: flex;
  gap: 10px;
  min-height: 3.5714285714em;
  align-items: center;
}
.page-template-page-home .news-info {
  background-color: var(--secondary);
  border-radius: 5px;
  overflow: hidden;
  margin: 24px auto 42px;
}
.page-template-page-home .news-info-head {
  background-color: var(--primary);
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.5em 12px;
  gap: 10px;
  min-height: 40px;
}
.page-template-page-home .news-info-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.page-template-page-home .news-info-body {
  padding: 0.5em 2em 1.5em;
}
.page-template-page-home .news-info-list {
  display: grid;
  gap: 0.5em;
}
.page-template-page-home .news-info-list .-item-link {
  display: flex;
  gap: 0 2em;
}

.top-search-wrap {
  display: flex;
  gap: 1em;
  align-items: center;
  margin: 28px auto;
}
@media print, screen and (max-width: 767px) {
  .top-search {
    flex-basis: 100%;
  }
  .top-search-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top-search {
    order: 0;
    flex-basis: 540px;
  }
  .top-search-sns {
    order: 2;
    margin-left: auto;
  }
}

.top-column {
  --author:"エンタ";
  --author-bg:#ff9102;
}
.top-column-row .-item.author-member {
  --author:"無料会員";
  --author-bg:#0099a8;
}
.top-column-row .-item-link {
  display: block;
}
.top-column-row .-item-thumb {
  position: relative;
}
.top-column-row .-item-thumb img {
  opacity: 1;
  aspect-ratio: 290/250;
  object-fit: cover;
  width: 100%;
}
.top-column-row .-item-author {
  padding: 0.2em 0.25em;
  min-width: 5.8333333333em;
  display: block;
  background-color: var(--author-bg);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.top-column-row .-item-author::before {
  content: attr(data-author);
}
.top-column-row .-item-title {
  line-height: 1.875;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.top-column-row .-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-column-row .-item-date {
  margin-top: 0.5em;
  color: var(--main-sub);
}
@media print, screen and (min-width: 768px) {
  .top-column-row.sp-splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: 40px 3.2258064516%;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .top-column-row .-item {
    max-width: 290px;
  }
}
.top-method {
  border-top: 2px #aaa solid;
  margin: 60px auto;
  padding-top: 46px;
  --cat-bg:#1f970f;
}
.top-method-title {
  color: #1f970f;
  background-color: #efefef;
  padding: 0.5em 1em;
  margin-bottom: 1.2em;
}
.top-method-label {
  position: relative;
  background-color: #1f970f;
  color: #fff;
  overflow: hidden;
  padding: 0.35em 0.5em;
  margin-bottom: 20px;
}
.top-method-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.top-method-row {
  margin-bottom: 50px;
}
.top-method-row .-item {
  background-color: #efefef;
}
.top-method-row .-item-link {
  display: block;
}
.top-method-row .-item-thumb {
  position: relative;
}
.top-method-row .-item-thumb img {
  opacity: 1;
  aspect-ratio: 290/250;
  object-fit: cover;
  width: 100%;
  border: 4px #1f970f solid;
}
.top-method-row .-item-title {
  line-height: 1.875;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.top-method-row .-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1em 10px 0.5em;
}
.top-method-row .-item-catch {
  margin: 0.25em 10px 0.1em;
}
.top-method-row .-item-title {
  margin: 0 10px 0.5em;
}
.top-method-row .-item-company {
  border-top: 1px #fff solid;
  padding: 0.5em 10px;
}
@media print, screen and (min-width: 768px) {
  .top-method-row.sp-splide:not(.is-active) .splide__list {
    display: grid;
    gap: 40px 3.2258064516%;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .top-method-row .-item {
    max-width: 290px;
  }
}

.entry-content h2 {
  background-color: var(--primary);
  color: #fff;
  padding: 0.5em 1em 0.5em 30px;
  font-size: var(--size-25);
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}
.entry-content h2:not(:first-child) {
  margin-top: 2em;
}
.entry-content h2::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 1.6em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content h3 {
  background-color: #dce5ed;
  color: #000;
  padding: 0.5em 1em 0.5em 20px;
  font-size: var(--size-20);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.entry-content h3:not(:first-child) {
  margin-top: 2em;
}
.entry-content h3::before {
  content: "";
  display: block;
  background-color: var(--primary);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content h3::after {
  content: "";
  display: block;
  background: var(--overlay_v);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}
.entry-content h4 {
  border: 1px #e3e3e3 solid;
  color: #000;
  padding: 0.5em 1em 0.5em 20px;
  font-size: var(--size-18);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.entry-content h4:not(:first-child) {
  margin-top: 2em;
}
.entry-content h4::before {
  content: "";
  display: block;
  background-color: var(--primary);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry-content h4::after {
  content: "";
  display: block;
  background: var(--overlay_v);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}

.column-archive {
  --author:"管理者";
  --author-bg:var(--primary);
}
.column-row .-item {
  padding: 30px 0;
  border-bottom: 1px var(--primary) solid;
  display: grid;
  grid-template-columns: 290px auto;
  gap: 1.5em 4.3010752688%;
}
.column-row .-item.author-member {
  --author:"無料会員";
  --author-bg:#0099a8;
}
.column-row .-item-link {
  display: block;
}
.column-row .-item-thumb {
  position: relative;
}
.column-row .-item-thumb img {
  opacity: 1;
  aspect-ratio: 290/250;
  object-fit: cover;
  width: 100%;
}
.column-row .-item-author {
  padding: 0.2em 0.25em;
  min-width: 5.8333333333em;
  display: block;
  background-color: var(--author-bg);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.column-row .-item-author::before {
  content: attr(data-author);
}
.column-row .-item-title {
  line-height: 1.6666666667;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.column-row .-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0.5em 0;
}
.column-sns {
  display: flex;
  justify-content: center;
  margin-top: var(--sec-top);
}
@media print, screen and (max-width: 767px) {
  .column-row .-item {
    grid-template-columns: 33% auto;
  }
  .column-row .-item-thumb {
    text-align: center;
  }
}
.column-related {
  margin-top: var(--sec-top);
}
.column-related-title {
  color: #fff;
  background-color: var(--primary);
  padding: 0.35em;
}
.column-article-head {
  margin-bottom: 30px;
}
.column-article-head .-before {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.column-article-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.column-article-title .-line {
  display: block;
  background-color: var(--primary);
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.column-article-title .-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.column-article-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.column-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
}
.column-article-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: var(--sec-top);
  margin-bottom: var(--sec-bottom);
}
.column-article-sns .wpulike {
  flex-basis: 100%;
}
.column-article-sns .addtoany_shortcode {
  margin-left: auto;
}
.column-article #comments {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px #c7c7c7 solid;
}

/*--------------------------------
コメント
---------------------------------*/
.comment-form-comment label {
  display: none !important;
}

#comments .comment-form-comment {
  padding-top: 10px;
}

/* フォーム: スター */
#comments .comment-form-rating-label {
  display: block;
}

#comments .comment-form-rating-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 5px;
}

#comments .comment-form-rating-rate {
  margin: 5px 10px;
  display: flex;
  align-items: center;
}

#comments .comment-form-rating-input {
  width: auto;
}

#comments .comment-form-rating-text {
  margin: 0 0 0 5px;
}

.post .commets-list {
  padding: 10px 0 0;
}

#comments li.comment {
  padding: 5px 10px 5px 80px;
  position: relative;
}

.comment-author {
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

.comment-author img {
  margin-bottom: 5px;
}

#comments ol > li.comment:nth-child(even) {
  background: #fafafa;
}

.comment-author {
  float: left;
  width: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.vcard .fn,
.comment-author a,
.comment-author {
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  color: #757575;
}

div.comment-meta a {
  color: #757575;
  text-decoration: none;
}

#comments p a {
  color: #333;
}

.post #comments h3 {
  background-color: transparent;
}

#comments p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
  color: #333;
  padding: 5px 0;
}

#comments label {
  display: block;
}

.metadata dd a {
  color: #333;
}

.metadata {
  font-size: 13px;
  line-height: 20px;
}

#comments {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.comment-body {
  padding: 10px 10px 10px 0;
  margin-bottom: 20px;
  clear: both;
}

.says { /* よりを非表示 */
  display: none;
}

.commentmetadata {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
}

.reply {
  padding: 5px;
  font-size: 13px;
  text-align: right;
}

#comments #respond {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
}

#comments #commentform .tags {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 13px;
}

#comments #commentlist img {
  padding: 10px;
}

#comments .commets-list {
  padding-left: 0px;
  list-style-type: none;
}

ul.sub-menu {
  padding: 0px;
}

.commets-list li {
  list-style-type: none;
}

/*コメントの入れ子*/
.post .commets-list .children {
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.post .commets-list .children .children {
  padding-left: 0px;
}

#comments .children li.comment {
  padding-left: 0;
  padding-right: 0;
}

#comments .children .comment-author {
  left: -80px;
}

/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
  display: none;
}

#comments h3 {
  background-image: none;
  border: none;
  margin-bottom: 0px;
  padding: 0;
}

#comments h4 {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0px;
}

#comments textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  border: 1px #f2f2f2 solid;
}

#comments input {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-radius: 2px;
  border: 1px #f2f2f2 solid;
}

/* Cookie オプトイン用チェックボックス */
#comments input#wp-comment-cookies-consent {
  width: initial;
  margin-right: 5px;
  float: left;
}

#comments p.comment-form-cookies-consent {
  clear: both;
}

/* コメントボタン */
#comments input[type=submit] {
  background-color: #f3f3f3;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px #f2f2f2 solid;
}

/* ピンバック */
li.pingback .comment-author a,
li.pingback .comment-author {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* コメント: タイトル, スター */
#comments .comment-title {
  padding-top: 0;
  font-weight: bold;
}

.comment-rating {
  margin: 0 5px 0 0;
}

/* コメント: サイト URL */
#comments .comment-author-url {
  padding-top: 0;
  word-break: break-all;
  word-break: break-word;
  hyphens: none;
  line-height: 1.3;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 50px;
  color: #666;
}

.p-navi dl dd {
  font-size: 15px;
  padding-left: 55px;
  line-height: 25px;
}

.comment-reply-title {
  font-size: var(--size-18);
}

.method-archive {
  --cat-bg:#1f970f;
}
.method-archive-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.method-archive-title .-line {
  display: block;
  background-color: #1f970f;
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.method-archive-title .-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.method-row {
  margin-bottom: 50px;
}
.method-row .-item {
  padding: 30px 0;
  border-bottom: 1px #1f970f solid;
  display: grid;
  grid-template-columns: 290px auto;
  gap: 1.5em 4.3010752688%;
}
.method-row .-item-link {
  display: block;
}
.method-row .-item-thumb {
  position: relative;
}
.method-row .-item-thumb img {
  opacity: 1;
  aspect-ratio: 290/250;
  object-fit: cover;
  width: 100%;
  border: 4px #1f970f solid;
}
.method-row .-item-title {
  line-height: 1.875;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.method-row .-item-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1em 0 0.5em;
}
.method-row .-item-catch {
  margin: 0.25em 0 0.1em;
}
.method-row .-item-title {
  margin: 0 0 0.5em;
}
.method-row .-item-company {
  border-top: 2px #dcdcdc solid;
  padding: 0.5em 0;
}
.method-sns {
  display: flex;
  justify-content: center;
  margin-top: var(--sec-top);
}
@media print, screen and (max-width: 767px) {
  .method-row .-item {
    grid-template-columns: 33% auto;
  }
  .method-row .-item-thumb {
    text-align: center;
  }
}
.method-related {
  margin-top: var(--sec-top);
}
.method-related-title {
  color: #fff;
  background-color: var(--primary);
  padding: 0.35em;
}
.method-article {
  --primary: #1f970f;
}
.method-article-head {
  margin-bottom: 1em;
}
.method-article-head .-company {
  background-color: #ececec;
  padding: 0.1em 1em;
  margin-bottom: 1em;
}
.method-article-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.method-article-title .-line {
  display: block;
  background-color: var(--primary);
  height: 4px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.method-article-title .-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--overlay);
  mix-blend-mode: overlay;
}
.method-article-date {
  color: #797979;
}
.method-article-nav {
  margin: 20px 0 3em;
}
.method-article-nav .-list {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.method-article-nav .-list .-item {
  flex-basis: clamp(150px, 24.7311827957%, 230px);
  --btn-size:var(--size-16);
  --btn-color:var(--primary);
  --btn-bg:#d9eed7;
  --btn-border:var(--primary);
  --btn-h:calc(50em / 16);
  --btn-align:flex-start;
  --btn-w:calc(230em / 16);
}
.method-article-nav .-list .-item .btn-arrow {
  filter: brightness(0) saturate(100%) invert(54%) sepia(75%) saturate(5486%) hue-rotate(82deg) brightness(94%) contrast(88%);
}
.method-article-content {
  --sec-bottom:clamp(2.5em,calc(60% / 9.3), 60px);
}
.method-article-content h2 {
  background-color: var(--primary);
  color: #fff;
  padding: 0.5em 1em 0.5em 30px;
  font-size: var(--size-25);
  position: relative;
  border-radius: 5px;
  margin-bottom: 28px;
}
.method-article-content h2:not(:first-child) {
  margin-top: 2em;
}
.method-article-content h2::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 1.6em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.method-article-content h3 {
  background-color: #d9eed7;
  color: #000;
  padding: 0.5em 1em 0.5em 20px;
  font-size: var(--size-20);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.method-article-content h3:not(:first-child) {
  margin-top: 2em;
}
.method-article-content h3::before {
  content: "";
  display: block;
  background-color: var(--primary);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.method-article-content h3::after {
  content: "";
  display: block;
  background: var(--overlay_v);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}
.method-article-content h4 {
  border: 1px #e3e3e3 solid;
  color: #000;
  padding: 0.5em 1em 0.5em 20px;
  font-size: var(--size-18);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.method-article-content h4:not(:first-child) {
  margin-top: 2em;
}
.method-article-content h4::before {
  content: "";
  display: block;
  background-color: var(--primary);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.method-article-content h4::after {
  content: "";
  display: block;
  background: var(--overlay_v);
  width: 5px;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: overlay;
}
.method-article-news {
  margin-bottom: var(--sec-bottom);
}
.method-article-news .-box {
  border: 1px #ececec solid;
  padding: 1.5em;
}
.method-article-news .-box .-list-item {
  display: grid;
  grid-template-columns: 7.125em auto;
}
.method-article-intro {
  margin-bottom: var(--sec-bottom);
}
.method-article-intro .-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5.376344086%;
  justify-content: center;
}
.method-article-intro .-row > * {
  flex-basis: 100%;
}
.method-article-intro .-row > *.-item-img {
  flex-basis: clamp(260px, 47.311827957%, 440px);
  margin-bottom: 30px;
}
.method-article-intro .-row > *.-item-img img {
  aspect-ratio: 440/300;
}
.method-article-product {
  margin-bottom: var(--sec-bottom);
}
.method-article-product .-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5.376344086%;
  justify-content: center;
}
.method-article-product .-row > * {
  flex-basis: 100%;
}
.method-article-product .-row > *.-item-img {
  flex-basis: clamp(260px, 47.311827957%, 440px);
  margin-bottom: 30px;
}
.method-article-product .-row > *.-item-img img {
  aspect-ratio: 440/300;
}
.method-article-company {
  margin-bottom: var(--sec-bottom);
}
.method-article-company .-details .-item-name {
  margin-bottom: 1em;
}
.method-article-company .-details .-item-data {
  display: grid;
  grid-template-columns: 6.875em auto;
  border-bottom: 1px #cacaca solid;
  padding: 0.5em 0;
}
.method-article-company .-details .-item-data:first-of-type {
  border-top: 1px #cacaca solid;
}
.method-article-company .-details .-item-link {
  display: flex;
  justify-content: center;
  margin: 25px auto;
  --btn-w:calc(350em / 16);
  --btn-size:var(--size-16);
  --btn-h:calc(50em / 16);
  --btn-color:#fff;
  --btn-bg:#cb7300;
  --btn-round:calc(var(--btn-h) / 2);
}
.method-article-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: var(--sec-top);
  margin-bottom: var(--sec-bottom);
}
.method-article-sns .wpulike {
  flex-basis: 100%;
}
.method-article-sns .addtoany_shortcode {
  margin-left: auto;
}
.method-article #comments {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px #c7c7c7 solid;
}

.contractors-nav {
  margin: 20px 0 3em;
}
.contractors-nav .-list {
  margin-top: 20px;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.contractors-nav .-list .-item {
  flex-basis: clamp(150px, 24.7311827957%, 230px);
  --btn-size:var(--size-16);
  --btn-color:var(--primary);
  --btn-bg:#dce5ed;
  --btn-border:var(--primary);
  --btn-h:calc(50em / 16);
  --btn-align:flex-start;
  --btn-w:calc(230em / 16);
}
.contractors-nav .-list .-item .btn-arrow {
  filter: brightness(0) saturate(100%) invert(22%) sepia(78%) saturate(2208%) hue-rotate(194deg) brightness(100%) contrast(102%);
}
.contractors-area {
  margin-bottom: var(--sec-bottom);
}
.contractors-area h2 {
  background-color: var(--primary);
  color: #fff;
  padding: 0.5em 1em 0.5em 30px;
  font-size: var(--size-25);
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}
.contractors-area h2:not(:first-child) {
  margin-top: 2em;
}
.contractors-area h2::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5px;
  height: 1.6em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.contractors-table .-table {
  width: 100%;
  table-layout: fixed;
  font-size: var(--size-14);
  text-align: center;
}
.contractors-table .-table th, .contractors-table .-table td {
  border: 1px #e3e3e3 solid;
}
.contractors-table .-table thead th {
  background-color: #bebebe;
  font-weight: 400;
}
.contractors-table .-table tbody th {
  background-color: #f3f3f3;
}

.learn-sec .btn-wrap {
  --btn-size:var(--size-16);
  --btn-h:calc(50em / 16);
  --btn-w:calc(280em / 16);
  margin: 50px auto;
  --btn-round: calc(var(--btn-h) / 2);
}
.learn-words .-item {
  display: flex;
  gap: 1.5em 4.0860215054%;
  margin-bottom: 3em;
  flex-wrap: wrap;
}
.learn-words .-item:nth-of-type(n + 2) {
  padding-top: 3em;
  border-top: #d6d6d6 1px solid;
}
.learn-words .-item-img {
  aspect-ratio: 1/1;
  flex-basis: clamp(240px, 41.935483871%, 390px);
  border: #d6d6d6 1px solid;
  text-align: center;
  align-self: flex-start;
}
.learn-words .-item-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.learn-words .-item-detail {
  flex-basis: clamp(300px, 53.7634408602%, 500px);
  flex-grow: 1;
}
.learn-words .-item-table {
  width: 100%;
  letter-spacing: 0;
}
.learn-words .-item-table th, .learn-words .-item-table td {
  border: 1px #696969 solid;
}
.learn-words .-item-table th {
  background-color: var(--words-bg, #f6f6f6);
  padding-left: 0;
  padding-right: 0;
}
.learn-words .-item-table .-row-title {
  --words-bg: #bebebe;
}
.learn-words .-item-table .-row-word_1 {
  --words-bg: #bebebe;
}
.learn-words .-item-table .-row-word_1 th, .learn-words .-item-table .-row-word_1 td {
  border-bottom-width: 2px;
}
.learn-words .-item-table .-row-word_10 {
  --words-bg: #ebebeb;
}
.learn-words .-item-table .-row-word_10 th, .learn-words .-item-table .-row-word_10 td {
  border-top-width: 2px;
}
@media print, screen and (max-width: 767px) {
  .learn-words .-item-img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print {
  .grecaptcha-badge {
    display: none !important;
  }
  .page-template-page-learn #header, .page-template-page-learn .breadcrumb, .page-template-page-learn .no-print, .page-template-page-learn #aside, .page-template-page-learn #footer {
    display: none !important;
  }
  .page-template-page-learn .learn-words {
    width: 100%;
  }
  .page-template-page-learn .learn-words .-item {
    display: grid;
    gap: 38px;
    grid-template-columns: 250px 600px;
  }
  .page-template-page-learn .learn-words .-item-img {
    width: 250px;
  }
}
.cases-list .-item {
  margin: clamp(2em, 5.376344086%, 50px) auto;
  border: 1px #dbdbdb solid;
}
.cases-list .-item-head {
  display: grid;
  gap: 10px;
  padding: clamp(15px, 3.2258064516%, 30px);
  position: relative;
  border-bottom: 1px #dbdbdb solid;
}
.cases-list .-item-head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 160px;
  background-color: var(--primary);
}
.cases-list .-item-detail {
  padding: clamp(15px, 3.2258064516%, 30px);
}
.cases-list .-item-label {
  display: inline-block;
  background-color: #59a653;
  padding: 0.25em 0.5em;
  border-radius: 1em;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media print {
  .grecaptcha-badge {
    display: none !important;
  }
  .page-template-page-learn #header, .page-template-page-learn .breadcrumb, .page-template-page-learn .no-print, .page-template-page-learn #aside, .page-template-page-learn #footer {
    display: none !important;
  }
  .page-template-page-learn .learn-words {
    width: 100%;
  }
  .page-template-page-learn .learn-words .-item {
    display: grid;
    gap: 38px;
    grid-template-columns: 250px 600px;
  }
  .page-template-page-learn .learn-words .-item-img {
    width: 250px;
  }
}
.downloads-sns {
  display: flex;
  justify-content: flex-end;
}
.downloads-date {
  color: #797979;
  margin-bottom: 2.5em;
}
.downloads-list {
  margin-top: clamp(3em, 7.5268817204%, 90px);
}
.downloads-list .dlm-downloads {
  display: flex;
  gap: 50px 5.376344086%;
  flex-wrap: wrap;
}
.downloads-list .dlm-downloads li {
  flex-basis: 273px;
}
.downloads-list .dlm-downloads li .download-box {
  width: 273px;
}
.downloads-list .dlm-downloads li .download-box img {
  aspect-ratio: 273/184;
  object-fit: cover;
}
.downloads-list .dlm-downloads li .download-count {
  display: none;
}
.downloads-list .dlm-downloads li .download-button {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em;
}
.downloads-list .dlm-downloads li .download-button small {
  word-break: break-all;
}
.downloads-list .-item {
  margin: clamp(2em, 5.376344086%, 50px) auto;
  border: 1px #dbdbdb solid;
}
.downloads-list .-item-head {
  display: grid;
  gap: 10px;
  padding: clamp(15px, 3.2258064516%, 30px);
  position: relative;
  border-bottom: 1px #dbdbdb solid;
}
.downloads-list .-item-head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 160px;
  background-color: var(--primary);
}
.downloads-list .-item-detail {
  padding: clamp(15px, 3.2258064516%, 30px);
}
.downloads-list .-item-label {
  display: inline-block;
  background-color: #59a653;
  padding: 0.25em 0.5em;
  border-radius: 1em;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767px) {
  .downloads-list .dlm-downloads li {
    flex-basis: 150px;
  }
  .downloads-list .dlm-downloads li .download-box {
    width: 160px;
  }
}

@media print {
  .grecaptcha-badge {
    display: none !important;
  }
  .page-template-page-learn #header, .page-template-page-learn .breadcrumb, .page-template-page-learn .no-print, .page-template-page-learn #aside, .page-template-page-learn #footer {
    display: none !important;
  }
  .page-template-page-learn .learn-words {
    width: 100%;
  }
  .page-template-page-learn .learn-words .-item {
    display: grid;
    gap: 38px;
    grid-template-columns: 250px 600px;
  }
  .page-template-page-learn .learn-words .-item-img {
    width: 250px;
  }
}
.wp-polls-form {
  border: 1px #d0d0d0 solid;
  padding: 1.5em;
  margin: 50px auto;
}

.info-section {
  padding-bottom: var(--sec-bottom);
  margin-bottom: var(--sec-bottom);
  border-bottom: 1px #d6d6d6 solid;
}
.info-list {
  display: grid;
  gap: 1em;
}
.info-list .-item-link {
  display: flex;
}
.info-list .-item-date {
  flex-basis: 7.1428571429em;
  flex-shrink: 0;
}

.register-sec p {
  margin-bottom: 1em;
}
.register-sec .-box {
  background-color: #e1e9f0;
  padding: clamp(10px, 5%, 30px);
}
.register-terms .btn-wrap {
  --btn-size:var(--size-16);
  --btn-h:calc(50em / 16);
  --btn-w:calc(360em / 16);
  margin: 50px 0;
  --btn-pos:flex-start;
  --btn-round: calc(var(--btn-h) / 2);
}

.page-register .page-nav .-list .-item {
  flex-basis: clamp(150px, 32.2580645161%, 300px);
  --btn-w:calc(300em / 16);
}/*# sourceMappingURL=style.css.map */