@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html,
body {
  height: 100%;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #3E3A3A;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}
@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #3E3A3A;
  line-height: 1.89;
  background: #F8F6F2;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item.no-fade {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
}

.fadein.fuwa {
  opacity: 1;
  visibility: visible;
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  padding-top: 100px;
  min-width: 1220px;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 70px;
    min-width: auto;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
main {
  padding-bottom: 365px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 245px;
  }
}

/****サイトフォント設定 ******/
p {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
p.txt-indent {
  text-indent: 1em;
}
p.txt-c {
  text-align: center;
}
p.txt-r {
  text-align: right;
}
p.red,
p .red {
  color: #CE3533;
}
p.source {
  font-size: 0.75rem;
  margin-top: 10px;
}
p.source a {
  color: #0774B4;
}

.red {
  color: #CE3533;
}

ul li {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.attention li {
  font-size: 0.8125rem;
}
ul.circle-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
ul.circle-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #EE782B;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: -3px;
}

dl dt,
dl dd {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  dl dt,
  dl dd {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}

.color {
  color: #EE782B;
  font-weight: bold;
}

/****見出し設定 ******/
h2.ttl {
  font-size: 3rem;
}
h2.ttl .en {
  display: block;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h2.ttl .en {
    font-size: 1rem;
  }
}

.page-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size: 2.125rem;
  }
}

.contents .page-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contents .page-ttl {
    font-size: 2.125rem;
  }
}

.section-ttl {
  font-size: 3rem;
  line-height: 1.25;
  padding-bottom: 25px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}
.section-ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #EE782B;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-ttl::before {
    width: 35px;
  }
}
.section-ttl small {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .section-ttl small {
    font-size: 1.5rem;
  }
}

/****ボタン設定******/
.btn {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn.blank-link a .blank {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.btn.blank-link a::after {
  margin-left: 15px;
}
.btn.blank-link a:hover .blank {
  background: url(/assets/img/common/icon_blank_h.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn.blank-link a:hover .blank {
    background: url(/assets/img/common/icon_blank.png) no-repeat;
    background-size: contain;
  }
}

/***********youtube**************/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******画像の横幅調整 ページコンテンツ部分のみ************/
.contents img {
  width: 100%;
}

/****テキストリンク******/
a.text-link {
  color: #EE782B;
  text-decoration: underline;
}
a.text-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.text-link:hover {
    text-decoration: underline;
  }
}

/****リンク関連 ******/
a.flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.flex-link:hover .link-arrow {
  background: #094181;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.text-link {
  color: #EE782B;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.text-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.text-link:hover {
    text-decoration: underline;
  }
}
a.link-color {
  color: #CE3533;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.link-color:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.link-color:hover {
    text-decoration: underline;
  }
}
a.pdf {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.pdf::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin: 0 5px;
  position: relative;
  top: 2px;
}
a.excel {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.excel::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_xls.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
a.word {
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
a.word::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_word.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

/**********ヘッダー*********/
header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  min-width: 1220px;
  position: fixed;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 70px;
  }
}
header .header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3%;
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap.open {
    background-color: #FAFAFA;
    background-image: url(/assets/img/common/sp-menu-back01.png), url(/assets/img/common/sp-menu-back02.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: left 0 top 0, left 0 bottom 0;
  }
}
header .header-wrap .logo {
  width: 202px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .logo {
    width: 156px;
    margin-left: 5%;
  }
}
header .header-wrap .logo a {
  display: flex;
  align-items: center;
}
header .header-wrap .logo a img {
  vertical-align: middle;
}
header .header-wrap .header-menu {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 70px 5%;
    display: none;
  }
}
header .header-wrap .header-menu .main-menu-list {
  width: 244px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list {
    width: 54%;
    margin: 0 auto;
    display: block;
  }
}
header .header-wrap .header-menu .main-menu-list li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
header .header-wrap .header-menu .main-menu-list li a {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li a {
    display: block;
    font-size: 1.25rem;
  }
}
header .header-wrap .header-menu .main-menu-list li a .txt-line {
  display: inline-block;
  position: relative;
  transition: 0.5s all;
}
header .header-wrap .header-menu .main-menu-list li a .txt-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EE782B;
  position: absolute;
  bottom: -4px;
  opacity: 0;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li a .txt-line::after {
    content: none;
  }
}
header .header-wrap .header-menu .main-menu-list li a:hover .txt-line {
  transform: translateY(-5px);
}
header .header-wrap .header-menu .main-menu-list li a:hover .txt-line::after {
  opacity: 1;
  transform: translateY(5px);
}
header .header-wrap .header-menu .main-menu-list li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li.sp {
    display: block;
  }
}
header .header-wrap .header-menu .main-menu-list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li:last-of-type {
    margin-bottom: 0;
  }
}
header .header-wrap .header-menu .main-menu-list li .main-menu-child {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li .main-menu-child {
    display: block;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li .main-menu-child li {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .main-menu-list li .main-menu-child li a {
    color: #888888;
    font-size: 1rem;
  }
}
header .header-wrap .header-menu .menu-btn-list {
  width: 316px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .menu-btn-list {
    width: 80%;
    margin: 50px auto 0;
  }
}
header .header-wrap .header-menu .menu-btn-list li {
  width: 150px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .menu-btn-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
header .header-wrap .header-menu .menu-btn-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: url(/assets/img/common/btn01.jpg) no-repeat;
  background-size: cover;
  border-radius: 100px;
  position: relative;
}
header .header-wrap .header-menu .menu-btn-list li a .btn-txt {
  transition: 0.5s all;
}
header .header-wrap .header-menu .menu-btn-list li a::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTguNjQ3NDggMEw3LjU2ODYxIDEuMDUwNDdMMTIuMTYwOSA1Ljc2MzQxSDBWNy4yNzA1SDEyLjE2MDlMNy41Njg2MSAxMS45ODExTDguNjQ3NDggMTMuMDMzOUwxNSA2LjUxNTc3TDguNjQ3NDggMFoiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==") no-repeat center/contain;
  position: absolute;
  right: 18px;
  opacity: 0;
  transition: 0.5s all;
}
header .header-wrap .header-menu .menu-btn-list li a:hover .btn-txt {
  transform: translateX(-10px);
}
header .header-wrap .header-menu .menu-btn-list li a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu .menu-btn-list li.entry {
    margin-bottom: 0;
  }
}
header .header-wrap .header-menu .menu-btn-list li.entry a {
  background: url(/assets/img/common/btn02.jpg) no-repeat;
  background-size: cover;
}
header .header-wrap .sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #F8F6F2;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn .line {
    display: block;
    width: 26px;
    height: 2px;
    background: #3E3A3A;
    border-radius: 50px;
    position: absolute;
    left: 12px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn .line:nth-of-type(1) {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn .line:nth-of-type(2) {
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn.open .line {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn.open .line:nth-of-type(1) {
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .sp-btn.open .line:nth-of-type(2) {
    transform: rotate(-20deg);
  }
}

.fixed-y {
  overflow-y: hidden;
}

/**********ナビメニュー*********/
/*********スマホ固定メニュー**********/
.sp-bottom-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-bottom-menu {
    width: 100%;
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 850;
  }
}
@media screen and (max-width: 767px) {
  .sp-bottom-menu li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sp-bottom-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(/assets/img/common/btn01.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .sp-bottom-menu li:last-of-type a {
    background: url(/assets/img/common/btn02.jpg) no-repeat;
    background-size: cover;
  }
}

/**********フッター*********/
footer {
  min-width: 1220px;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
    border-radius: 40px 40px 0 0;
  }
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 270px;
  background: url(/assets/img/common/footer_pc.png) no-repeat;
  background-size: cover;
  background-position: top 0 center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  footer::after {
    height: 162px;
    background: url(/assets/img/common/footer_sp.png) no-repeat;
    background-size: cover;
    background-position: top 0 center;
    bottom: 50px;
  }
}
footer .contact-btn-list {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list {
    width: 85%;
  }
}
footer .contact-btn-list li {
  width: 590px;
  height: 243px;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li {
    width: 100%;
    height: 260px;
  }
}
footer .contact-btn-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: url(/assets/img/common/footer_btn01.jpg) no-repeat;
  background-size: cover;
  border-radius: 200px 10px 10px 200px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  padding: 0 80px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li a {
    color: #fff;
    background: url(/assets/img/common/footer_btn01_sp.jpg) no-repeat;
    background-size: cover;
    border-radius: 60px 60px 10px 10px;
    font-size: 2rem;
    padding: 30px;
    align-items: flex-end;
    width: 100%;
  }
}
footer .contact-btn-list li a .txt small {
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li a .txt small {
    font-size: 1rem;
  }
}
footer .contact-btn-list li a .arrow {
  width: 40px;
  height: 40px;
  background: #EE782B;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li a .arrow {
    width: 30px;
    height: 30px;
    background: #fff;
  }
}
footer .contact-btn-list li a .arrow::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTguNjQ3NDggMEw3LjU2ODYxIDEuMDUwNDdMMTIuMTYwOSA1Ljc2MzQxSDBWNy4yNzA1SDEyLjE2MDlMNy41Njg2MSAxMS45ODExTDguNjQ3NDggMTMuMDMzOUwxNSA2LjUxNTc3TDguNjQ3NDggMFoiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==") no-repeat center/contain;
  position: absolute;
  top: 14px;
  left: 13px;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li a .arrow::after {
    width: 11px;
    height: 9px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'><path d='M8.64748 0L7.56861 1.05047L12.1609 5.76341H0V7.2705H12.1609L7.56861 11.9811L8.64748 13.0339L15 6.51577L8.64748 0Z' fill='orange'/></svg>") no-repeat center/contain;
    left: 9px;
    top: 11px;
  }
}
footer .contact-btn-list li a:hover {
  color: #fff;
  background: url(/assets/img/common/footer_btn01_h.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li a:hover {
    background: url(/assets/img/common/footer_btn01_sp.jpg) no-repeat;
    background-size: cover;
  }
}
footer .contact-btn-list li a:hover .arrow {
  background: #fff;
}
footer .contact-btn-list li a:hover .arrow::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'><path d='M8.64748 0L7.56861 1.05047L12.1609 5.76341H0V7.2705H12.1609L7.56861 11.9811L8.64748 13.0339L15 6.51577L8.64748 0Z' fill='orange'/></svg>") no-repeat center/contain;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li.entry {
    margin-top: 15px;
  }
}
footer .contact-btn-list li.entry a {
  background: url(/assets/img/common/footer_btn02.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px 200px 200px 10px;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li.entry a {
    background: url(/assets/img/common/footer_btn02_sp.jpg) no-repeat;
    background-size: cover;
    border-radius: 10px 10px 60px 60px;
  }
}
footer .contact-btn-list li.entry a .arrow {
  background: #AACF52;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li.entry a .arrow {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li.entry a .arrow::after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'><path d='M8.64748 0L7.56861 1.05047L12.1609 5.76341H0V7.2705H12.1609L7.56861 11.9811L8.64748 13.0339L15 6.51577L8.64748 0Z' fill='rgb(170,207,82)'/></svg>") no-repeat center/contain;
    background-size: cover;
  }
}
footer .contact-btn-list li.entry a:hover {
  color: #fff;
  background: url(/assets/img/common/footer_btn02_h.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer .contact-btn-list li.entry a:hover {
    background: url(/assets/img/common/footer_btn02_sp.jpg) no-repeat;
    background-size: cover;
  }
}
footer .contact-btn-list li.entry a:hover .arrow {
  background: #fff;
}
footer .contact-btn-list li.entry a:hover .arrow::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 14'><path d='M8.64748 0L7.56861 1.05047L12.1609 5.76341H0V7.2705H12.1609L7.56861 11.9811L8.64748 13.0339L15 6.51577L8.64748 0Z' fill='rgb(170,207,82)'/></svg>") no-repeat center/contain;
  background-size: cover;
}
footer .footer-wrap {
  width: 1100px;
  padding: 230px 0 330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    width: 100%;
    padding: 455px 5% 275px;
    margin-bottom: 65px;
  }
}
footer .footer-wrap .facility {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
footer .footer-wrap .facility .facility-info {
  margin-top: 35px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info {
    width: 100%;
  }
}
footer .footer-wrap .facility .facility-info .logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info .logo {
    width: 195px;
    margin: 0 auto 25px;
  }
}
footer .footer-wrap .facility .facility-info .logo a {
  display: block;
}
footer .footer-wrap .facility .facility-info .logo a img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info .facility-address {
    width: 270px;
    margin: 0 auto 35px;
  }
}
footer .footer-wrap .facility .facility-info .facility-address p {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info .facility-address p {
    font-size: 0.875rem;
  }
}
footer .footer-wrap .facility .facility-info .facility-address p.phone {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info .facility-address p.phone {
    font-size: 0.8125rem;
  }
}
footer .footer-wrap .facility .facility-info .facility-address p.phone a {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .facility-info .facility-address p.phone a {
    font-size: 1.125rem;
  }
}
footer .footer-wrap .facility .map {
  width: 700px;
  height: 340px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .facility .map {
    width: 100%;
    height: 240px;
  }
}
footer .footer-wrap .facility .map iframe {
  margin-top: -140px;
  height: 480px;
}
footer .footer-wrap .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-wrap .footer-menu .footer-menu-list {
  width: 650px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-menu .footer-menu-list {
    width: 100%;
    display: none;
  }
}
footer .footer-wrap .footer-menu .footer-menu-list li {
  margin-right: 80px;
}
footer .footer-wrap .footer-menu .footer-menu-list li:last-of-type {
  margin-right: 0;
}
footer .footer-wrap .footer-menu .footer-menu-list li a {
  font-weight: 500;
}
footer .footer-wrap .footer-menu .footer-menu-list li a:hover {
  color: #EE782B;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child {
    width: 100%;
  }
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li {
  width: 50%;
  margin-right: 0;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li a {
  color: #888888;
  font-size: 0.875rem;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li a:hover {
  color: #EE782B;
  opacity: 0.5;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li:nth-of-type(1) {
  order: 1;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li:nth-of-type(2) {
  order: 3;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li:nth-of-type(3) {
  order: 5;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li:nth-of-type(4) {
  order: 2;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-child li:nth-of-type(5) {
  order: 4;
}
footer .footer-wrap .footer-menu .copy-right {
  display: flex;
  align-items: flex-end;
}
footer .footer-wrap .footer-menu .copy-right p {
  color: #888888;
  font-size: 0.625rem;
}

/************テーブル**************/
table {
  margin-bottom: 15px;
}
table thead th {
  font-size: 1rem;
  font-weight: 500;
  background: #F5F0E8;
  border-top: 1px solid #D7CBB3;
  border-left: 1px solid #D7CBB3;
  border-bottom: 1px solid #D7CBB3;
  padding: 7px 25px;
}
@media screen and (max-width: 767px) {
  table thead th {
    font-size: 0.875rem;
  }
}
table thead th:last-of-type {
  border-right: 1px solid #D7CBB3;
}
table thead th.txt-l {
  text-align: left;
}
table thead th.no-head {
  background: #F5F0E8;
}
table tbody th {
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  background: #F5F0E8;
  padding: 7px 25px;
  border-left: 1px solid #D7CBB3;
  border-bottom: 1px solid #D7CBB3;
}
@media screen and (max-width: 767px) {
  table tbody th {
    font-size: 0.875rem;
  }
}
table tbody th.txt-l {
  text-align: left;
}
table tbody td {
  font-size: 1rem;
  border-left: 1px solid #D7CBB3;
  border-bottom: 1px solid #D7CBB3;
  padding: 10px 25px;
  background: #fff;
}
table tbody td ul li {
  font-size: 0.875rem;
}
table tbody td.txt-l {
  text-align: left;
}
table tbody tr td {
  font-size: 1rem;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #D7CBB3;
}

.table-wrap {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    min-height: 130px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 1000px;
  }
}
.table-wrap .table-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table-wrap .table-img {
    width: 1000px;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  height: 90px;
  background: #EE782B;
}

/***************下層ページ********************/
.page {
  padding-top: 40px;
  background-image: url(/assets/img/page/bg_top.png), url(/assets/img/page/bg_repeat_pc.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 983px 446px, 100% auto;
  background-position: top 0 right 0;
}
@media screen and (max-width: 767px) {
  .page {
    padding-top: 20px;
    background-image: url(/assets/img/page/bg_top_sp.png), url(/assets/img/page/bg_repeat_sp.png);
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto, 100% auto;
    background-position: top 0 right 0;
  }
}
.page .page-ttl {
  margin: 0 auto;
  padding: 45px calc((100% - 1200px) / 2);
  width: 94%;
  height: 360px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page .page-ttl {
    min-height: 230px;
    height: auto;
    padding: 25px 8%;
    margin-bottom: 85px;
  }
}
.page .page-ttl .en {
  color: #EE782B;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page .page-ttl .en {
    font-size: 0.875rem;
  }
}
.page .page-ttl .heading {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page .page-ttl .heading {
    font-size: 2.25rem;
  }
}
.page .page-ttl .page-ttl-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
  transform: translateY(60px);
}
.page .page-ttl .page-ttl-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page .breadcrumb {
  margin-bottom: 30px;
  padding: 15px 4%;
  display: flex;
  flex-wrap: wrap;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb {
    margin-bottom: 0;
  }
}
.page .breadcrumb li {
  font-size: 0.75rem;
  margin-right: 24px;
  font-weight: 500;
}
.page .breadcrumb li:last-of-type {
  margin-right: 0;
}
.page .breadcrumb li a {
  color: #4E4E4E;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
}
.page .breadcrumb li a:after {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -15px;
}
.page .breadcrumb li a:hover {
  color: #EE782B;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb li a:hover {
    color: #707070;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .page .section-ttl {
    font-size: 1.5rem;
  }
}
.page .contents .section-block {
  margin-bottom: 235px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block {
    margin-bottom: 120px;
  }
}
.page .contents .section-block.last {
  margin-bottom: 0;
}
.page .contents .section-block:last-of-type {
  margin-bottom: 0;
}
.page .contents .section-block .section-ttl {
  width: 100%;
}
.page .contents .section-block .item-list {
  margin-bottom: 35px;
}
.page .contents .section-block .item-list dt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 1em;
}
.page .contents .section-block .item-list dt span {
  position: relative;
}
.page .contents .section-block .item-list dt span:before {
  content: "";
  display: block;
  width: 2px;
  height: 86%;
  background: #094181;
  position: absolute;
  left: -12px;
  top: 0.2em;
  /*top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
.page .contents .section-block .item-list dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd {
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .item-list dd .item-pic {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd .item-pic {
    margin-bottom: 10px;
  }
}
.page .contents .section-block .item-list dd .item-pic img {
  border: 1px solid #D7CBB3;
}
.page .contents .section-block .item-list dd .item-pic img.no-line {
  border: none;
}
.page .contents .section-block .item-list dd figure figcaption {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd figure figcaption {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .movie .movie-wrap {
  aspect-ratio: 16/9;
}
.page .contents .section-block .movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .movie .movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .txt-link p a .link-arrow {
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.page .contents .section-block .txt-link p a .link-arrow:before {
  top: 8px;
  left: 7px;
}
.page .contents .section-block .txt-link p a:hover {
  color: #094181;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .txt-link p a:hover {
    color: #3E3A3A;
  }
}
.page .contents .section-block .link-list li {
  margin-bottom: 10px;
}
.page .contents .section-block .link-list li a.pdf {
  color: #EE782B;
}
.page .contents .section-block .link-list li a.pdf::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.page .contents .section-block .link-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .link-list li a:hover {
    text-decoration: none;
  }
}
.page .contents .section-block .section-block-col1 {
  width: 100%;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img {
  margin: 30px 0;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img img {
  max-width: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col1 .section-block-col1-img img {
    max-width: 100%;
    width: 100%;
  }
}
.page .contents .section-block .section-block-col1 .section-block-col1-img.w100 img {
  max-width: 100%;
  width: 100%;
}
.page .contents .section-block .section-block-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col2 .section-block-col2-left {
  width: 394px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-left {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-right {
  width: 424px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-right {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-w50 {
  width: 410px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-w50 {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-w50:nth-of-type(odd) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-w50:nth-of-type(odd) {
    width: 100%;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .item-list {
  width: 410px;
}
.page .contents .section-block .section-block-col2 .item-list:nth-of-type(odd) {
  margin-right: 30px;
}
.page .contents .section-block .section-block-col3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col3 .item-list {
  width: 265px;
  margin-right: calc((100% - 795px) / 2);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col3 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col3 .item-list:nth-of-type(3n) {
  margin-right: 0;
}
.page .contents .section-block .section-block-col4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col4 .item-list {
  width: 195px;
  margin-right: calc((100% - 780px) / 3);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col4 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col4 .item-list:nth-of-type(4n) {
  margin-right: 0;
}

/******ページトップに戻るボタン******/
#page-top {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 1%;
  bottom: 15px;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
#page-top.top {
  opacity: 1;
  visibility: visible;
}

#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.75rem !important;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  background: #EE782B;
  border-radius: 50%;
  color: #fff;
  padding-top: 13px;
  position: relative;
}
#page-top a::before {
  content: "";
  display: block;
  width: 45px;
  height: 58px;
  background: url(/assets/img/common/page_top.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#page-top a .page-top-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
}

#page-top a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #page-top a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 70px;
  }
  #page-top a .page-top-arrow {
    width: 8px;
    height: 8px;
  }
}
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*****リンクなし ホバー解除******/
a[href*="javascript:void(0)"] {
  pointer-events: none;
  cursor: default;
}
a[href*="javascript:void(0)"]:hover {
  opacity: 1;
  background: none;
}

/******調整******/
.mt0 {
  margin-top: 0 !important;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb-em {
  margin-bottom: 1em;
}

.fs-12 {
  font-size: 0.75rem;
}

/*.test{
  width: 100px;
  height: 300px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000000000000000000000;
}*//*# sourceMappingURL=common.css.map */