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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

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

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

.pc_order_0 {
  order: 0;
}
@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}

.fw_0 {
  font-wieght: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-wieght: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-wieght: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-wieght: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-wieght: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-wieght: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-wieght: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-wieght: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-wieght: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

#mintyou,
.mintyou {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS 明朝 E, Meiryo, serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.test {
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  font-size: 12px;
}
@media screen and (max-width: 999px) {
  .test {
    font-size: 1.2012012012vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .test {
    font-size: 1.8666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.spFixedMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #3E3A39;
}

.ulspFixedMenu {
  width: 341px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .ulspFixedMenu {
    width: 90.93%;
  }
}

.liSpFixedMenu {
  width: 167px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .liSpFixedMenu {
    width: 48.97%;
  }
}
@media screen and (max-width: 999px) {
  .liSpFixedMenu {
    padding: 2.66% 0% 2.66% 0%;
  }
}

.btmSpFixedMenu {
  display: block;
}

.btmSpFixedMenu img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pcFixedMenu {
  width: 54.5px;
  position: fixed;
  right: 0;
  top: 16%;
}
@media screen and (max-width: 999px) {
  .pcFixedMenu {
    width: 2.83%;
  }
}

.liPcFixedMenu:nth-child(n+2) {
  margin-top: 6px;
}
.liPcFixedMenu img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.mainFv {
  padding-top: 10px;
  padding-bottom: 76px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .mainFv {
    padding: 0.52% 0% 3.95% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainFv {
    padding: 8.3% 0% 7.33% 0%;
  }
}

.bgmainFv {
  background: url("../../../medispo/img/mainFvPc.jpg") no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .bgmainFv {
    background: url("../../../medispo/img/mainFvSp.jpg") no-repeat top center;
    background-size: auto 100%;
  }
}

.mainFvLxn {
  width: 969px;
  margin-top: 78px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .mainFvLxn {
    width: 96.9%;
  }
}
@media screen and (max-width: 999px) {
  .mainFvLxn {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainFvLxn {
    width: 88.33%;
  }
}

.logoFv {
  width: 239px;
}
@media screen and (max-width: 999px) {
  .logoFv {
    width: 24.66%;
  }
}
@media screen and (max-width: 767px) {
  .logoFv {
    width: 39.1%;
  }
}

.picFv {
  width: 925px;
  margin-top: 78px;
  margin-bottom: 0px;
  margin-left: 11px;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .picFv {
    width: 95.45%;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .picFv {
    margin-top: 8.04%;
    margin-bottom: 0%;
    margin-left: 1.13%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picFv {
    width: 93%;
    margin-top: 73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secFvCnt {
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .secFvCnt {
    margin-top: 6.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secFvCnt {
    margin-top: 9.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2FvCnt {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .h2FvCnt {
    font-size: 4.4044044044vw;
  }
}
.h2FvCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2FvCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2FvCnt {
    line-height: 1.4186046512;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FvCnt {
    font-size: 5.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2FvCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4186046512) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h2FvCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4186046512) * 0.5em);
    content: "";
  }
}

.txtFvCnt {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtFvCnt {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .txtFvCnt {
    font-size: 3.003003003vw;
  }
}
.txtFvCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtFvCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFvCnt {
    margin-top: 11.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    letter-spacing: 0.045em;
    text-indent: -0.045em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFvCnt {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFvCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtFvCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worriesLxn {
  padding-top: 48px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .worriesLxn {
    padding: 4.8% 0% 10% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worriesLxn {
    padding: 7.26% 0% 7.7% 0%;
  }
}

.bgWorriesLxn {
  background: url("../../../medispo/img/bgWorriesLxnPc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgWorriesLxn {
    background: url("../../../medispo/img/bgWorriesLxnSp.jpg") no-repeat top center;
    background-size: cover;
  }
}

/* ==========================================================================
タイトル
========================================================================== */
.h2Worries {
  font-feature-settings: "palt";
  font-size: 51px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 800;
}
@media screen and (max-width: 999px) {
  .h2Worries {
    font-size: 5.1051051051vw;
  }
}
.h2Worries::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.h2Worries::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Worries {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Worries {
    font-size: 4.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Worries::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h2Worries::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
リスト
========================================================================== */
.listWorries {
  width: 594px;
  margin-top: 82px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .listWorries {
    width: 59.4%;
  }
}
@media screen and (max-width: 999px) {
  .listWorries {
    margin-top: 8.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .listWorries {
    width: 51.8%;
    margin-top: 8.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liWorries:nth-child(n+2) {
  margin-top: 51px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .liWorries:nth-child(n+2) {
    margin: 5.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liWorries:nth-child(n+2) {
    margin-top: 6.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
矢印
========================================================================== */
.arrowWorries {
  width: 21px;
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .arrowWorries {
    width: 2.1%;
  }
}
@media screen and (max-width: 999px) {
  .arrowWorries {
    margin-top: 4.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .arrowWorries {
    width: 3.5%;
    margin-top: 8.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3Worries {
  font-size: 38px;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 800;
  font-feature-settings: "palt";
  margin-top: 42px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .h3Worries {
    font-size: 3.8038038038vw;
  }
}
.h3Worries::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.h3Worries::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 999px) {
  .h3Worries {
    margin-top: 4.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3Worries {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 5.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Worries {
    font-size: 5.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Worries::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h3Worries::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.ulPointWorries {
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: 175px;
  margin-right: auto;
  width: 722px;
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  .ulPointWorries {
    margin-top: 4.1%;
    margin-bottom: 0%;
    margin-left: 17.5%;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .ulPointWorries {
    width: 72.2%;
  }
}
@media screen and (max-width: 767px) {
  .ulPointWorries {
    width: 73.5%;
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liPointWorries:nth-child(n+2) {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .liPointWorries:nth-child(n+2) {
    margin-top: 1.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liPointWorries:nth-child(n+2) {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .liPointWorries:nth-child(n+2) {
    margin-top: 2.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconPointWorries {
  width: 34.4404px;
}
@media screen and (max-width: 999px) {
  .iconPointWorries {
    width: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .iconPointWorries {
    width: 6.5%;
  }
}

.txtPointWorries {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 0px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.043em;
  text-indent: -0.043em;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtPointWorries {
    margin: 0.65% 0% 0% 0.65%;
  }
}
@media screen and (max-width: 999px) {
  .txtPointWorries {
    font-size: 2.2022022022vw;
  }
}
.txtPointWorries::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtPointWorries::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPointWorries {
    width: 520px;
    margin: 1.35% 0% 0% 0.87%;
    line-height: 1.4090909091;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .txtPointWorries {
    width: 91.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPointWorries {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPointWorries::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4090909091) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtPointWorries::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4090909091) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgReason3 {
  background: url("../../../medispo/img/bgReason3Pc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgReason3 {
    background: url("../../../medispo/img/bgReason3Sp.jpg") no-repeat top center;
    background-size: cover;
  }
}

.reason3 {
  padding-top: 102px;
  padding-bottom: 67px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .reason3 {
    padding: 5.31% 0% 3.48% 0%;
  }
}
@media screen and (max-width: 767px) {
  .reason3 {
    padding: 12.9% 0% 10.9% 0%;
  }
}

@media screen and (max-width: 767px) {
  .photoReason3 {
    width: 711.2108px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoReason3 {
    width: 94.82%;
  }
}

.reasonFx {
  width: 100%;
  margin-top: 62px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .reasonFx {
    margin: 6.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .reasonFx {
    align-items: flex-start;
    width: 81%;
    margin-top: 9.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconReasonFx {
  width: 105.4012px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 17px;
}
@media screen and (max-width: 999px) {
  .iconReasonFx {
    width: 10.54%;
  }
}
@media screen and (max-width: 999px) {
  .iconReasonFx {
    margin: 0% 1.7% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconReasonFx {
    width: 105.4012px;
    margin: 0% 3.9% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .iconReasonFx {
    width: 17.13%;
  }
}

.titleReasonFx {
  width: 875px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .titleReasonFx {
    width: 87.5%;
  }
}
@media screen and (max-width: 999px) {
  .titleReasonFx {
    font-size: 3.5035035035vw;
  }
}
.titleReasonFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.titleReasonFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .titleReasonFx {
    margin: 2% 0% 0% 0%;
    line-height: 1.2857142857;
    width: 489.1276px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .titleReasonFx {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .titleReasonFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .titleReasonFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .titleReasonFx {
    width: 79.53%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgDetailReason {
  background: url("../../../medispo/img/bgDetailReasonPc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgDetailReason {
    background: url("../../../medispo/img/bgDetailReasonSp.jpg") no-repeat top center;
    background-size: cover;
  }
}

.bgDetailReason {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .bgDetailReason {
    padding: 2.6% 0% 2.6% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgDetailReason {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .bgDetailReason {
    padding: 6.66% 0% 6.66% 0%;
  }
}

.detailReasonTop {
  background: url("../../../medispo/img/bgDetailReasonTopPc.jpg") no-repeat top center;
  background-size: cover;
  height: 333px;
}
@media screen and (max-width: 767px) {
  .detailReasonTop {
    background: url("../../../medispo/img/bgDetailReasonTopSp.jpg") no-repeat top center;
    background-size: cover;
    height: 94.5vw;
    width: 706.5px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailReasonTop {
    width: 94.2%;
  }
}

.txtDetailReasonTop {
  width: 782.1065px;
  font-size: 19px;
  line-height: 1.6942105263;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtDetailReasonTop {
    width: 78.21%;
  }
}
@media screen and (max-width: 999px) {
  .txtDetailReasonTop {
    font-size: 1.9019019019vw;
  }
}
.txtDetailReasonTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6942105263) * 0.5em);
  content: "";
}
.txtDetailReasonTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6942105263) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailReasonTop {
    line-height: 1.6260714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 73.8%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailReasonTop {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.detailReasonExample {
  margin-top: 56px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .detailReasonExample {
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailReasonExample {
    width: 706.5px;
    margin-top: 10.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailReasonExample {
    width: 94.2%;
  }
}

/* ==========================================================================
左右のカラム
========================================================================== */
.photoDetailReasonExample {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .photoDetailReasonExample {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoDetailReasonExample {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoDetailReasonExample {
    width: 100%;
  }
}

.secDetailReasonExample {
  background: #FFF;
  width: 500px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonExample {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonExample {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .secDetailReasonExample {
    width: 100%;
  }
}

/* ==========================================================================
白のカラム
========================================================================== */
.secDetailReasonExample {
  padding-top: 47px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonExample {
    padding: 4.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonExample {
    padding: 9% 0% 15.1% 0%;
  }
}

.secDetailReasonExampleIn {
  width: 450px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .secDetailReasonExampleIn {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonExampleIn {
    width: 637.6393px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .secDetailReasonExampleIn {
    width: 90.25%;
  }
}

.txtDetailReasonExample {
  width: 149.8706px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .txtDetailReasonExample {
    width: 33.3%;
  }
}
@media screen and (max-width: 999px) {
  .txtDetailReasonExample {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonExample {
    width: 33.4%;
  }
}

/* ==========================================================================
ナンバーたち
========================================================================== */
.stepDetailReasonExampleFx {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .stepDetailReasonExampleFx {
    margin: 8.88% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .stepDetailReasonExampleFx {
    margin: 8.95% 0% 0% 0%;
  }
}

.numDetailReasonExample {
  width: 48.3135px;
}
@media screen and (max-width: 999px) {
  .numDetailReasonExample {
    width: 10.73%;
  }
}
@media screen and (max-width: 767px) {
  .numDetailReasonExample {
    width: 10.82%;
  }
}

.stepDetailReasonExampleFx:nth-child(3) {
  margin-top: 92px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .stepDetailReasonExampleFx:nth-child(3) {
    margin: 20.44% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .stepDetailReasonExampleFx:nth-child(3) {
    margin: 19.5% 0% 0% 0%;
  }
}

.secDetailReasonExampleBox {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  width: 375px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonExampleBox {
    margin: 1.77% 0% 0% 2.22%;
  }
}
@media screen and (max-width: 999px) {
  .secDetailReasonExampleBox {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonExampleBox {
    margin: 2.1% 0% 0% 2%;
    width: 549.9509px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .secDetailReasonExampleBox {
    width: 86.24%;
  }
}

/* ==========================================================================
テキスト
========================================================================== */
.h3DetailReasonExample {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .h3DetailReasonExample {
    font-size: 2.4024024024vw;
  }
}
.h3DetailReasonExample::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailReasonExample::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailReasonExample {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailReasonExample {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailReasonExample::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h3DetailReasonExample::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtDetailReasonExampleT {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.3875;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtDetailReasonExampleT {
    margin: 3.55% 0% 0% 0%;
  }
}
@media screen and (max-width: 999px) {
  .txtDetailReasonExampleT {
    font-size: 1.6016016016vw;
  }
}
.txtDetailReasonExampleT::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3875) * 0.5em);
  content: "";
}
.txtDetailReasonExampleT::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailReasonExampleT {
    margin: 4.35% 0% 0% 0%;
    line-height: 1.3652173913;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailReasonExampleT {
    font-size: 3.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonExampleT::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3652173913) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonExampleT::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3652173913) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.detailReasonKyobu {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .detailReasonKyobu {
    margin-top: 2.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailReasonKyobu {
    width: 706.5px;
    margin-top: 10.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailReasonKyobu {
    width: 94.2%;
  }
}

/* ==========================================================================
左右のカラム
========================================================================== */
.photoDetailReasonKyobu {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .photoDetailReasonKyobu {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoDetailReasonKyobu {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoDetailReasonKyobu {
    width: 100%;
  }
}

.secDetailReasonKyobu {
  background: #FFF;
  width: 500px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonKyobu {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonKyobu {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .secDetailReasonKyobu {
    width: 100%;
  }
}

/* ==========================================================================
白のカラム
========================================================================== */
.secDetailReasonKyobu {
  padding-top: 136px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonKyobu {
    padding: 13.6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonKyobu {
    padding: 30% 0% 42.75% 0%;
  }
}

/* ==========================================================================
ナンバーたち
========================================================================== */
.stepDetailReasonKyobuFx {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .stepDetailReasonKyobuFx {
    margin: 8.88% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .stepDetailReasonKyobuFx {
    margin-top: 38px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .stepDetailReasonKyobuFx {
    margin: 5.95% 0% 0% 0%;
  }
}

.numDetailReasonKyobu {
  width: 48.3135px;
}
@media screen and (max-width: 999px) {
  .numDetailReasonKyobu {
    width: 10.73%;
  }
}
@media screen and (max-width: 767px) {
  .numDetailReasonKyobu {
    width: 10.82%;
  }
}

.secDetailReasonKyobuG {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 9px;
  margin-right: 0px;
  width: 375px;
}
@media screen and (max-width: 999px) {
  .secDetailReasonKyobuG {
    margin: 2.22% 0% 0% 2%;
  }
}
@media screen and (max-width: 999px) {
  .secDetailReasonKyobuG {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailReasonKyobuG {
    margin: 1.8% 0% 0% 2%;
    width: 549.9509px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .secDetailReasonKyobuG {
    width: 86.24%;
  }
}

/* ==========================================================================
テキスト
========================================================================== */
.h3DetailReasonKyobu {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .h3DetailReasonKyobu {
    font-size: 2.4024024024vw;
  }
}
.h3DetailReasonKyobu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3DetailReasonKyobu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailReasonKyobu {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailReasonKyobu {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailReasonKyobu::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h3DetailReasonKyobu::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtDetailReasonKyobuT {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.3875;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtDetailReasonKyobuT {
    margin: 3.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 999px) {
  .txtDetailReasonKyobuT {
    font-size: 1.6016016016vw;
  }
}
.txtDetailReasonKyobuT::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3875) * 0.5em);
  content: "";
}
.txtDetailReasonKyobuT::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3875) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailReasonKyobuT {
    margin: 4.35% 0% 0% 0%;
    line-height: 1.3652173913;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailReasonKyobuT {
    font-size: 3.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonKyobuT::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3652173913) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtDetailReasonKyobuT::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3652173913) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.detailReasonLeg {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .detailReasonLeg {
    margin-top: 2.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailReasonLeg {
    width: 706.5px;
    margin-top: 10.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailReasonLeg {
    width: 94.2%;
  }
}

.photoDetailReasonLeg {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .photoDetailReasonLeg {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoDetailReasonLeg {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoDetailReasonLeg {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.titleSupportProgram {
  padding-top: 50px;
  padding-bottom: 65px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .titleSupportProgram {
    padding: 2.6% 0% 3.38% 0%;
  }
}
@media screen and (max-width: 767px) {
  .titleSupportProgram {
    padding: 6.8% 0% 3.5% 0%;
  }
}

.bgTitleSupportProgram {
  background: url("../../../medispo/img/bgTitleSupportProgram01Pc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgTitleSupportProgram {
    background: url("../../../medispo/img/bgTitleSupportProgram01Sp.jpg") no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .titleSupportProgramWap {
    width: 81%;
    margin: auto;
    align-items: flex-start;
  }
}

.iconReasonFx {
  width: 105.4012px;
}
@media screen and (max-width: 999px) {
  .iconReasonFx {
    width: 10.54%;
  }
}
@media screen and (max-width: 767px) {
  .iconReasonFx {
    width: 105.4012px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .iconReasonFx {
    width: 17.13%;
  }
}

.titleReasonFx {
  width: 875px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 999px) {
  .titleReasonFx {
    width: 87.5%;
  }
}
@media screen and (max-width: 999px) {
  .titleReasonFx {
    font-size: 3.5035035035vw;
  }
}
.titleReasonFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.titleReasonFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .titleReasonFx {
    line-height: 1.2857142857;
    width: 489.1276px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .titleReasonFx {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .titleReasonFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .titleReasonFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2857142857) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .titleReasonFx {
    width: 79.53%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgSupportProgram {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .bgSupportProgram {
    padding: 2.6% 0% 2.6% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgSupportProgram {
    padding: 8.66% 0% 6.66% 0%;
  }
}

.bgSupportProgram {
  background: url("../../../medispo/img/bgdetailSupportProgramPc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgSupportProgram {
    background: url("../../../medispo/img/bgdetailSupportProgramSp.jpg") no-repeat top center;
    background-size: cover;
  }
}

/* ==========================================================================
左右のカラム
========================================================================== */
@media screen and (max-width: 767px) {
  .detailSupportProgramFx {
    width: 706.5px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailSupportProgramFx {
    width: 94.2%;
  }
}

.DetailSupportProgram {
  aspect-ratio: 1/1;
  width: 500px;
}
@media screen and (max-width: 999px) {
  .DetailSupportProgram {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .DetailSupportProgram {
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .DetailSupportProgram {
    width: 100%;
  }
}

.photoDetailSupportProgramFx {
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .photoDetailSupportProgramFx {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .photoDetailSupportProgramFx {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoDetailSupportProgramFx {
    margin-top: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 706.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoDetailSupportProgramFx {
    margin: 9.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photoDetailSupportProgramFx {
    width: 100%;
  }
}

/* ==========================================================================
左右のカラム
========================================================================== */
.txtDetailSupportProgram {
  width: 392.4873px;
  font-size: 19px;
  line-height: 1.6942105263;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtDetailSupportProgram {
    width: 78.49%;
  }
}
@media screen and (max-width: 999px) {
  .txtDetailSupportProgram {
    font-size: 1.9019019019vw;
  }
}
.txtDetailSupportProgram::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6942105263) * 0.5em);
  content: "";
}
.txtDetailSupportProgram::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6942105263) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailSupportProgram {
    line-height: 1.6260714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 555.1397px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailSupportProgram {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailSupportProgram::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtDetailSupportProgram::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .txtDetailSupportProgram {
    width: 78.57%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.photosSupportProgramFx {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .photosSupportProgramFx {
    margin-top: 2.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photosSupportProgramFx {
    display: block;
    margin-top: 10.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photosSupportProgram {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .photosSupportProgram {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photosSupportProgram {
    display: block;
    width: 706.5px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .photosSupportProgram {
    width: 94.2%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.titleLifeStylePlan {
  padding-top: 49px;
  padding-bottom: 73px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .titleLifeStylePlan {
    padding: 2.55% 0% 3.8% 0%;
  }
}
@media screen and (max-width: 767px) {
  .titleLifeStylePlan {
    padding: 6.8% 0% 7.7% 0%;
  }
}

.bgTitleLifeStylePlan {
  background: url("../../../medispo/img/titleLifeStylePlanPc.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgTitleLifeStylePlan {
    background: url("../../../medispo/img/bgTitleLifeStylePlanSp.jpg") no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .titleLifeStylePlanWap {
    width: 81%;
    margin: auto;
    align-items: flex-start;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgLifeStylePlan {
  background: url(../../../medispo/img/bgLifeStylePlanPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgLifeStylePlan {
    background: url(../../../medispo/img/bgLifeStylePlanSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.bgLifeStylePlan {
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .bgLifeStylePlan {
    padding: 2.6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .bgLifeStylePlan {
    padding: 6.7% 0% 0% 0%;
  }
}

.detailLifeStylePlanFx {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .detailLifeStylePlanFx {
    display: block;
    width: 706px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailLifeStylePlanFx {
    width: 94.13%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .detailLifeStylePlanFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.detailLifeStylePlan {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .detailLifeStylePlan {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .detailLifeStylePlan {
    width: 100%;
  }
}

.txtdetailLifeStylePlan {
  font-size: 19px;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  text-indent: 0em;
  width: 353px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtdetailLifeStylePlan {
    font-size: 1.9019019019vw;
  }
}
.txtdetailLifeStylePlan::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6842105263) * 0.5em);
  content: "";
}
.txtdetailLifeStylePlan::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6842105263) * 0.5em);
  content: "";
}
@media screen and (max-width: 999px) {
  .txtdetailLifeStylePlan {
    width: 70.6%;
  }
}
@media screen and (max-width: 999px) {
  .txtdetailLifeStylePlan {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtdetailLifeStylePlan {
    line-height: 1.6260714286;
    width: 70.52%;
    margin-top: 13.5%;
    margin-bottom: 15.3%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtdetailLifeStylePlan {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtdetailLifeStylePlan::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .txtdetailLifeStylePlan::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6260714286) * 0.5em);
    content: "";
  }
}

.photodetailLifeStylePlanFx {
  width: 500px;
}
@media screen and (max-width: 999px) {
  .photodetailLifeStylePlanFx {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photodetailLifeStylePlanFx {
    width: 100%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.etcLifeStylePlan {
  padding-top: 56px;
  padding-bottom: 79px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .etcLifeStylePlan {
    padding: 5.6% 0% 7.9% 0%;
  }
}
@media screen and (max-width: 767px) {
  .etcLifeStylePlan {
    padding-top: 102px;
    padding-bottom: 97px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .etcLifeStylePlan {
    padding: 13.6% 0% 12.93% 0%;
  }
}

.picLifeStylePlan {
  width: 214px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .picLifeStylePlan {
    width: 21.4%;
  }
}
@media screen and (max-width: 999px) {
  .picLifeStylePlan {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picLifeStylePlan {
    width: 346px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .picLifeStylePlan {
    width: 46.13%;
  }
}

.tableLifeStylePlan {
  width: 100%;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .tableLifeStylePlan {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .tableLifeStylePlan {
    width: 711px;
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .tableLifeStylePlan {
    width: 94.8%;
  }
}

.txtLifeStylePlan {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtLifeStylePlan {
    font-size: 2.5025025025vw;
  }
}
@media screen and (max-width: 999px) {
  .txtLifeStylePlan {
    margin: 5.8% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtLifeStylePlan {
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 61px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLifeStylePlan {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .txtLifeStylePlan {
    margin: 8.13% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgFlow {
  background: url(../../../medispo/img/bgFlowPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgFlow {
    background: url(../../../medispo/img/bgFlowSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.flow {
  padding-top: 101px;
  padding-bottom: 93px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .flow {
    padding: 5.26% 0% 4.84% 0%;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 13% 0% 13.33% 0%;
  }
}

.secFlow {
  width: 100%;
}

.h2Flow {
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .h2Flow {
    font-size: 4.4044044044vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Flow {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Flow {
    font-size: 5.7333333333vw;
  }
}

.picFlow {
  width: 100%;
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .picFlow {
    margin: 5.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .picFlow {
    width: 498.4871px;
    margin-top: 83px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .picFlow {
    width: 66.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .picFlow {
    margin-top: 11.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3Flow {
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 89px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .h3Flow {
    font-size: 4.4044044044vw;
  }
}
@media screen and (max-width: 999px) {
  .h3Flow {
    margin: 8.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3Flow {
    line-height: 1.511627907;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 13.4% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Flow {
    font-size: 5.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Flow::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.511627907) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .h3Flow::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.511627907) * 0.5em);
    content: "";
  }
}

.bigFlow {
  font-weight: 600;
  font-size: 70px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 999px) {
  .bigFlow {
    font-size: 7.007007007vw;
  }
}
@media screen and (max-width: 767px) {
  .bigFlow {
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bigFlow {
    font-size: 8vw;
  }
}

.ulFlow {
  width: 652px;
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .ulFlow {
    width: 65.2%;
  }
}
@media screen and (max-width: 999px) {
  .ulFlow {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulFlow {
    width: 589px;
    margin-top: 10.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .ulFlow {
    width: 78.53%;
  }
}

.liFlow {
  width: 286px;
}
@media screen and (max-width: 999px) {
  .liFlow {
    width: 43.86%;
  }
}
@media screen and (max-width: 767px) {
  .liFlow {
    width: 265px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .liFlow {
    width: 44.99%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.map {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .map {
    margin-top: 7.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 86px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .map {
    margin-top: 11.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mapWap {
  width: 939px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 463px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 939/463;
}
@media screen and (max-width: 999px) {
  .mapWap {
    width: 93.9%;
  }
}
@media screen and (max-width: 999px) {
  .mapWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .mapWap {
    padding: 46.3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mapWap {
    padding-top: 370px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 659.8726px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .mapWap {
    padding: 49.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .mapWap {
    width: 87.98%;
  }
}
.mapWap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.company {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .company {
    margin-top: 4.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 9.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.companyFx {
  width: 917px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .companyFx {
    width: 91.7%;
  }
}
@media screen and (max-width: 999px) {
  .companyFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .companyFx {
    width: 588px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .companyFx {
    width: 78.4%;
  }
}

.mainCompany {
  width: 445px;
}
@media screen and (max-width: 999px) {
  .mainCompany {
    width: 48.52%;
  }
}
@media screen and (max-width: 767px) {
  .mainCompany {
    width: 100%;
  }
}

.btmLogoBtmMainCompany {
  display: block;
  width: 100%;
}

.txtBtmMainCompanyWap {
  width: 100%;
  width: 357px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .txtBtmMainCompanyWap {
    width: 80.22%;
  }
}
@media screen and (max-width: 999px) {
  .txtBtmMainCompanyWap {
    margin-top: 3.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtBtmMainCompanyWap {
    width: 79.96%;
    margin-top: 2.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}

.textBtmMainCompany {
  font-size: 14.45px;
  line-height: 1.2941176471;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 0px;
  margin-bottom: 13px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .textBtmMainCompany {
    font-size: 1.4464464464vw;
  }
}
.textBtmMainCompany::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2941176471) * 0.5em);
  content: "";
}
.textBtmMainCompany::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2941176471) * 0.5em);
  content: "";
}
@media screen and (max-width: 999px) {
  .textBtmMainCompany {
    margin: 0% 0% 2.92% 0%;
  }
}
@media screen and (max-width: 767px) {
  .textBtmMainCompany {
    line-height: 1.3157894737;
    letter-spacing: -0.06em;
    text-indent: 0.06em;
    margin: 0% 0% 3.6% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textBtmMainCompany {
    font-size: 2.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .textBtmMainCompany::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.3157894737) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .textBtmMainCompany::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.3157894737) * 0.5em);
    content: "";
  }
}

.telBtmMainCompany {
  text-decoration: none;
  width: 100%;
}

.telBtmMainCompany {
  font-size: 31px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 999px) {
  .telBtmMainCompany {
    font-size: 3.1031031031vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telBtmMainCompany {
    font-size: 5.3333333333vw;
  }
}

.telNumBtmMainCompany {
  font-size: 50px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 999px) {
  .telNumBtmMainCompany {
    font-size: 5.005005005vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telNumBtmMainCompany {
    font-size: 8.8vw;
  }
}

.picCompanyCnr {
  width: 424px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 999px) {
  .picCompanyCnr {
    width: 46.23%;
  }
}
@media screen and (max-width: 999px) {
  .picCompanyCnr {
    margin: 0.65% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .picCompanyCnr {
    width: 100%;
    margin: 10.4% 0% 0% 0%;
  }
}

.t_right {
  text-align: right;
}

.txtCompanyCnr {
  font-size: 11px;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtCompanyCnr {
    font-size: 1.1011011011vw;
  }
}
@media screen and (max-width: 999px) {
  .txtCompanyCnr {
    margin: 2.47% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtCompanyCnr {
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 21px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtCompanyCnr {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .txtCompanyCnr {
    margin: 3.57% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  background: url(../../../medispo/img/bgFooterPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer {
    background: url(../../../medispo/img/bgFooterSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.footer {
  margin-top: 43px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 21px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 999px) {
  .footer {
    margin: 2.23% 0% 0% 0%;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    padding: 1.09% 0% 1.35% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 10% 0% 0% 0%;
    padding-top: 33px;
    padding-bottom: 34px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 999px) {
  .footer {
    padding: 4.4% 0% 4.53% 0%;
  }
}

.txtFooter {
  font-size: 16px;
  letter-spacing: 0em;
  text-indent: 0em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 999px) {
  .txtFooter {
    font-size: 1.6016016016vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFooter {
    font-size: 2.6666666667vw;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:59
    Author     : SPG-1105
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:34:06
    Author     : SPG-1105
*/
.bg_DCDDDD {
  background: #DCDDDD;
}

.bg_fff {
  background: #FFF;
}

.cl_231815 {
  color: #231815;
}

.cl_FFEC00 {
  color: #FFEC00;
}

.cl_fff {
  color: #FFF;
}

.cl_C60080 {
  color: #C60080;
}

.cl_002F7C {
  color: #002F7C;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 0.8s;
  animation-name: animsition-loading;
}
@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
}
@keyframes fade-in-up {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  animation-name: fade-out-up;
}
@keyframes fade-in-up-sm {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  animation-name: fade-in-up-sm;
}
@keyframes fade-out-up-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  animation-name: fade-out-up-sm;
}
@keyframes fade-in-up-lg {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  animation-name: fade-in-up-lg;
}
@keyframes fade-out-up-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  animation-name: fade-out-up-lg;
}
@keyframes fade-in-down {
  0% {
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}
@keyframes fade-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  animation-name: fade-out-down;
}
@keyframes fade-in-down-sm {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  animation-name: fade-in-down-sm;
}
@keyframes fade-out-down-sm {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  animation-name: fade-out-down-sm;
}
@keyframes fade-in-down-lg {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  animation-name: fade-in-down;
}
@keyframes fade-out-down-lg {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  animation-name: fade-out-down-lg;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}
@keyframes fade-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  animation-name: fade-out-left;
}
@keyframes fade-in-left-sm {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  animation-name: fade-in-left-sm;
}
@keyframes fade-out-left-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  animation-name: fade-out-left-sm;
}
@keyframes fade-in-left-lg {
  0% {
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  animation-name: fade-in-left-lg;
}
@keyframes fade-out-left-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  animation-name: fade-out-left-lg;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}
@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  animation-name: fade-out-right;
}
@keyframes fade-in-right-sm {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  animation-name: fade-in-right-sm;
}
@keyframes fade-out-right-sm {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  animation-name: fade-out-right-sm;
}
@keyframes fade-in-right-lg {
  0% {
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  animation-name: fade-in-right-lg;
}
@keyframes fade-out-right-lg {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  animation-name: fade-out-right-lg;
}
@keyframes rotate-in {
  0% {
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  animation-name: rotate-in;
}
@keyframes rotate-out {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  animation-name: rotate-out;
}
@keyframes rotate-in-sm {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  animation-name: rotate-in-sm;
}
@keyframes rotate-out-sm {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  animation-name: rotate-out-sm;
}
@keyframes rotate-in-lg {
  0% {
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  animation-name: rotate-in-lg;
}
@keyframes rotate-out-lg {
  0% {
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  animation-name: rotate-out-lg;
}
@keyframes flip-in-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  animation-name: flip-in-x;
  backface-visibility: visible !important;
}
@keyframes flip-out-x {
  0% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  animation-name: flip-out-x;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-nr {
  0% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  animation-name: flip-in-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-nr {
  0% {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  animation-name: flip-out-x-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-x-fr {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  animation-name: flip-in-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-x-fr {
  0% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  animation-name: flip-out-x-fr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  animation-name: flip-in-y;
  backface-visibility: visible !important;
}
@keyframes flip-out-y {
  0% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  animation-name: flip-out-y;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-nr {
  0% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  animation-name: flip-in-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-nr {
  0% {
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  animation-name: flip-out-y-nr;
  backface-visibility: visible !important;
}
@keyframes flip-in-y-fr {
  0% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  animation-name: flip-in-y-fr;
  backface-visibility: visible !important;
}
@keyframes flip-out-y-fr {
  0% {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  animation-name: flip-out-y-fr;
  backface-visibility: visible !important;
}
@keyframes zoom-in {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  animation-name: zoom-in;
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  animation-name: zoom-out;
}
@keyframes zoom-in-sm {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  animation-name: zoom-in-sm;
}
@keyframes zoom-out-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  animation-name: zoom-out-sm;
}
@keyframes zoom-in-lg {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  animation-name: zoom-in-lg;
}
@keyframes zoom-out-lg {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  animation-name: zoom-out-lg;
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  animation-name: overlay-slide-in-top;
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  animation-name: overlay-slide-out-top;
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  animation-name: overlay-slide-in-bottom;
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  animation-name: overlay-slide-out-bottom;
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  animation-name: overlay-slide-in-left;
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  animation-name: overlay-slide-out-left;
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  animation-name: overlay-slide-in-right;
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_fade_set.active {
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li, .opacity_0_list_fade_set section, .opacity_0_list_fade_set div, .opacity_0_list_fade_set tr, .opacity_0_list_fade_set figure {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1), .opacity_0_list_fade_set.active section:nth-child(1), .opacity_0_list_fade_set.active div:nth-child(1), .opacity_0_list_fade_set.active p:nth-child(1), .opacity_0_list_fade_set.active h2:nth-child(1), .opacity_0_list_fade_set.active h3:nth-child(1), .opacity_0_list_fade_set.active h4:nth-child(1), .opacity_0_list_fade_set.active h5:nth-child(1), .opacity_0_list_fade_set.active figure:nth-child(1) {
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2), .opacity_0_list_fade_set.active section:nth-child(2), .opacity_0_list_fade_set.active div:nth-child(2), .opacity_0_list_fade_set.active p:nth-child(2), .opacity_0_list_fade_set.active h2:nth-child(2), .opacity_0_list_fade_set.active h3:nth-child(2), .opacity_0_list_fade_set.active h4:nth-child(2), .opacity_0_list_fade_set.active h5:nth-child(2), .opacity_0_list_fade_set.active figure:nth-child(2) {
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3), .opacity_0_list_fade_set.active section:nth-child(3), .opacity_0_list_fade_set.active div:nth-child(3), .opacity_0_list_fade_set.active p:nth-child(3), .opacity_0_list_fade_set.active h2:nth-child(3), .opacity_0_list_fade_set.active h3:nth-child(3), .opacity_0_list_fade_set.active h4:nth-child(3), .opacity_0_list_fade_set.active h5:nth-child(3), .opacity_0_list_fade_set.active figure:nth-child(3) {
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4), .opacity_0_list_fade_set.active section:nth-child(4), .opacity_0_list_fade_set.active div:nth-child(4), .opacity_0_list_fade_set.active p:nth-child(4), .opacity_0_list_fade_set.active h2:nth-child(4), .opacity_0_list_fade_set.active h3:nth-child(4), .opacity_0_list_fade_set.active h4:nth-child(4), .opacity_0_list_fade_set.active h5:nth-child(4), .opacity_0_list_fade_set.active figure:nth-child(4) {
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5), .opacity_0_list_fade_set.active section:nth-child(5), .opacity_0_list_fade_set.active div:nth-child(5), .opacity_0_list_fade_set.active p:nth-child(5), .opacity_0_list_fade_set.active h2:nth-child(5), .opacity_0_list_fade_set.active h3:nth-child(5), .opacity_0_list_fade_set.active h4:nth-child(5), .opacity_0_list_fade_set.active h5:nth-child(5), .opacity_0_list_fade_set.active figure:nth-child(5) {
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6), .opacity_0_list_fade_set.active section:nth-child(6), .opacity_0_list_fade_set.active div:nth-child(6), .opacity_0_list_fade_set.active p:nth-child(6), .opacity_0_list_fade_set.active h2:nth-child(6), .opacity_0_list_fade_set.active h3:nth-child(6), .opacity_0_list_fade_set.active h4:nth-child(6), .opacity_0_list_fade_set.active h5:nth-child(6), .opacity_0_list_fade_set.active figure:nth-child(6) {
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7), .opacity_0_list_fade_set.active section:nth-child(7), .opacity_0_list_fade_set.active div:nth-child(7), .opacity_0_list_fade_set.active p:nth-child(7), .opacity_0_list_fade_set.active h2:nth-child(7), .opacity_0_list_fade_set.active h3:nth-child(7), .opacity_0_list_fade_set.active h4:nth-child(7), .opacity_0_list_fade_set.active h5:nth-child(7), .opacity_0_list_fade_set.active figure:nth-child(7) {
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8), .opacity_0_list_fade_set.active section:nth-child(8), .opacity_0_list_fade_set.active div:nth-child(8), .opacity_0_list_fade_set.active p:nth-child(8), .opacity_0_list_fade_set.active h2:nth-child(8), .opacity_0_list_fade_set.active h3:nth-child(8), .opacity_0_list_fade_set.active h4:nth-child(8), .opacity_0_list_fade_set.active h5:nth-child(8), .opacity_0_list_fade_set.active figure:nth-child(8) {
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9), .opacity_0_list_fade_set.active section:nth-child(9), .opacity_0_list_fade_set.active div:nth-child(9), .opacity_0_list_fade_set.active p:nth-child(9), .opacity_0_list_fade_set.active h2:nth-child(9), .opacity_0_list_fade_set.active h3:nth-child(9), .opacity_0_list_fade_set.active h4:nth-child(9), .opacity_0_list_fade_set.active h5:nth-child(9), .opacity_0_list_fade_set.active figure:nth-child(9) {
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10), .opacity_0_list_fade_set.active section:nth-child(10), .opacity_0_list_fade_set.active div:nth-child(10), .opacity_0_list_fade_set.active p:nth-child(10), .opacity_0_list_fade_set.active h2:nth-child(10), .opacity_0_list_fade_set.active h3:nth-child(10), .opacity_0_list_fade_set.active h4:nth-child(10), .opacity_0_list_fade_set.active h5:nth-child(10), .opacity_0_list_fade_set.active figure:nth-child(10) {
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11), .opacity_0_list_fade_set.active section:nth-child(11), .opacity_0_list_fade_set.active div:nth-child(11), .opacity_0_list_fade_set.active p:nth-child(11), .opacity_0_list_fade_set.active h2:nth-child(11), .opacity_0_list_fade_set.active h3:nth-child(11), .opacity_0_list_fade_set.active h4:nth-child(11), .opacity_0_list_fade_set.active h5:nth-child(11), .opacity_0_list_fade_set.active figure:nth-child(11) {
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12), .opacity_0_list_fade_set.active section:nth-child(12), .opacity_0_list_fade_set.active div:nth-child(12), .opacity_0_list_fade_set.active p:nth-child(12), .opacity_0_list_fade_set.active h2:nth-child(12), .opacity_0_list_fade_set.active h3:nth-child(12), .opacity_0_list_fade_set.active h4:nth-child(12), .opacity_0_list_fade_set.active h5:nth-child(12), .opacity_0_list_fade_set.active figure:nth-child(12) {
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_left_fade_set > li, .opacity_0_list_left_fade_set section, .opacity_0_list_left_fade_set div, .opacity_0_list_left_fade_set tr, .opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_left_fade_set.active > li:nth-child(1), .opacity_0_list_left_fade_set.active section:nth-child(1), .opacity_0_list_left_fade_set.active div:nth-child(1), .opacity_0_list_left_fade_set.active p:nth-child(1), .opacity_0_list_left_fade_set.active h2:nth-child(1), .opacity_0_list_left_fade_set.active h3:nth-child(1), .opacity_0_list_left_fade_set.active h4:nth-child(1), .opacity_0_list_left_fade_set.active h5:nth-child(1), .opacity_0_list_left_fade_set.active figure:nth-child(1) {
  animation: fadein_sc_left 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(2), .opacity_0_list_left_fade_set.active section:nth-child(2), .opacity_0_list_left_fade_set.active div:nth-child(2), .opacity_0_list_left_fade_set.active p:nth-child(2), .opacity_0_list_left_fade_set.active h2:nth-child(2), .opacity_0_list_left_fade_set.active h3:nth-child(2), .opacity_0_list_left_fade_set.active h4:nth-child(2), .opacity_0_list_left_fade_set.active h5:nth-child(2), .opacity_0_list_left_fade_set.active figure:nth-child(2) {
  animation: fadein_sc_left 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(3), .opacity_0_list_left_fade_set.active section:nth-child(3), .opacity_0_list_left_fade_set.active div:nth-child(3), .opacity_0_list_left_fade_set.active p:nth-child(3), .opacity_0_list_left_fade_set.active h2:nth-child(3), .opacity_0_list_left_fade_set.active h3:nth-child(3), .opacity_0_list_left_fade_set.active h4:nth-child(3), .opacity_0_list_left_fade_set.active h5:nth-child(3), .opacity_0_list_left_fade_set.active figure:nth-child(3) {
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(4), .opacity_0_list_left_fade_set.active section:nth-child(4), .opacity_0_list_left_fade_set.active div:nth-child(4), .opacity_0_list_left_fade_set.active p:nth-child(4), .opacity_0_list_left_fade_set.active h2:nth-child(4), .opacity_0_list_left_fade_set.active h3:nth-child(4), .opacity_0_list_left_fade_set.active h4:nth-child(4), .opacity_0_list_left_fade_set.active h5:nth-child(4), .opacity_0_list_left_fade_set.active figure:nth-child(4) {
  animation: fadein_sc_left 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(5), .opacity_0_list_left_fade_set.active section:nth-child(5), .opacity_0_list_left_fade_set.active div:nth-child(5), .opacity_0_list_left_fade_set.active p:nth-child(5), .opacity_0_list_left_fade_set.active h2:nth-child(5), .opacity_0_list_left_fade_set.active h3:nth-child(5), .opacity_0_list_left_fade_set.active h4:nth-child(5), .opacity_0_list_left_fade_set.active h5:nth-child(5), .opacity_0_list_left_fade_set.active figure:nth-child(5) {
  animation: fadein_sc_left 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(6), .opacity_0_list_left_fade_set.active section:nth-child(6), .opacity_0_list_left_fade_set.active div:nth-child(6), .opacity_0_list_left_fade_set.active p:nth-child(6), .opacity_0_list_left_fade_set.active h2:nth-child(6), .opacity_0_list_left_fade_set.active h3:nth-child(6), .opacity_0_list_left_fade_set.active h4:nth-child(6), .opacity_0_list_left_fade_set.active h5:nth-child(6), .opacity_0_list_left_fade_set.active figure:nth-child(6) {
  animation: fadein_sc_left 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(7), .opacity_0_list_left_fade_set.active section:nth-child(7), .opacity_0_list_left_fade_set.active div:nth-child(7), .opacity_0_list_left_fade_set.active p:nth-child(7), .opacity_0_list_left_fade_set.active h2:nth-child(7), .opacity_0_list_left_fade_set.active h3:nth-child(7), .opacity_0_list_left_fade_set.active h4:nth-child(7), .opacity_0_list_left_fade_set.active h5:nth-child(7), .opacity_0_list_left_fade_set.active figure:nth-child(7) {
  animation: fadein_sc_left 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(8), .opacity_0_list_left_fade_set.active section:nth-child(8), .opacity_0_list_left_fade_set.active div:nth-child(8), .opacity_0_list_left_fade_set.active p:nth-child(8), .opacity_0_list_left_fade_set.active h2:nth-child(8), .opacity_0_list_left_fade_set.active h3:nth-child(8), .opacity_0_list_left_fade_set.active h4:nth-child(8), .opacity_0_list_left_fade_set.active h5:nth-child(8), .opacity_0_list_left_fade_set.active figure:nth-child(8) {
  animation: fadein_sc_left 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(9), .opacity_0_list_left_fade_set.active section:nth-child(9), .opacity_0_list_left_fade_set.active div:nth-child(9), .opacity_0_list_left_fade_set.active p:nth-child(9), .opacity_0_list_left_fade_set.active h2:nth-child(9), .opacity_0_list_left_fade_set.active h3:nth-child(9), .opacity_0_list_left_fade_set.active h4:nth-child(9), .opacity_0_list_left_fade_set.active h5:nth-child(9), .opacity_0_list_left_fade_set.active figure:nth-child(9) {
  animation: fadein_sc_left 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(10), .opacity_0_list_left_fade_set.active section:nth-child(10), .opacity_0_list_left_fade_set.active div:nth-child(10), .opacity_0_list_left_fade_set.active p:nth-child(10), .opacity_0_list_left_fade_set.active h2:nth-child(10), .opacity_0_list_left_fade_set.active h3:nth-child(10), .opacity_0_list_left_fade_set.active h4:nth-child(10), .opacity_0_list_left_fade_set.active h5:nth-child(10), .opacity_0_list_left_fade_set.active figure:nth-child(10) {
  animation: fadein_sc_left 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(11), .opacity_0_list_left_fade_set.active section:nth-child(11), .opacity_0_list_left_fade_set.active div:nth-child(11), .opacity_0_list_left_fade_set.active p:nth-child(11), .opacity_0_list_left_fade_set.active h2:nth-child(11), .opacity_0_list_left_fade_set.active h3:nth-child(11), .opacity_0_list_left_fade_set.active h4:nth-child(11), .opacity_0_list_left_fade_set.active h5:nth-child(11), .opacity_0_list_left_fade_set.active figure:nth-child(11) {
  animation: fadein_sc_left 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(12), .opacity_0_list_left_fade_set.active section:nth-child(12), .opacity_0_list_left_fade_set.active div:nth-child(12), .opacity_0_list_left_fade_set.active p:nth-child(12), .opacity_0_list_left_fade_set.active h2:nth-child(12), .opacity_0_list_left_fade_set.active h3:nth-child(12), .opacity_0_list_left_fade_set.active h4:nth-child(12), .opacity_0_list_left_fade_set.active h5:nth-child(12), .opacity_0_list_left_fade_set.active figure:nth-child(12) {
  animation: fadein_sc_left 0.75s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li, .opacity_0_list_right_fade_set section, .opacity_0_list_right_fade_set div, .opacity_0_list_right_fade_set tr, .opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_right_fade_set.active > li:nth-child(1), .opacity_0_list_right_fade_set.active section:nth-child(1), .opacity_0_list_right_fade_set.active div:nth-child(1), .opacity_0_list_right_fade_set.active p:nth-child(1), .opacity_0_list_right_fade_set.active h2:nth-child(1), .opacity_0_list_right_fade_set.active h3:nth-child(1), .opacity_0_list_right_fade_set.active h4:nth-child(1), .opacity_0_list_right_fade_set.active h5:nth-child(1), .opacity_0_list_right_fade_set.active figure:nth-child(1) {
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(2), .opacity_0_list_right_fade_set.active section:nth-child(2), .opacity_0_list_right_fade_set.active div:nth-child(2), .opacity_0_list_right_fade_set.active p:nth-child(2), .opacity_0_list_right_fade_set.active h2:nth-child(2), .opacity_0_list_right_fade_set.active h3:nth-child(2), .opacity_0_list_right_fade_set.active h4:nth-child(2), .opacity_0_list_right_fade_set.active h5:nth-child(2), .opacity_0_list_right_fade_set.active figure:nth-child(2) {
  animation: fadein_sc_right 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(3), .opacity_0_list_right_fade_set.active section:nth-child(3), .opacity_0_list_right_fade_set.active div:nth-child(3), .opacity_0_list_right_fade_set.active p:nth-child(3), .opacity_0_list_right_fade_set.active h2:nth-child(3), .opacity_0_list_right_fade_set.active h3:nth-child(3), .opacity_0_list_right_fade_set.active h4:nth-child(3), .opacity_0_list_right_fade_set.active h5:nth-child(3), .opacity_0_list_right_fade_set.active figure:nth-child(3) {
  animation: fadein_sc_right 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(4), .opacity_0_list_right_fade_set.active section:nth-child(4), .opacity_0_list_right_fade_set.active div:nth-child(4), .opacity_0_list_right_fade_set.active p:nth-child(4), .opacity_0_list_right_fade_set.active h2:nth-child(4), .opacity_0_list_right_fade_set.active h3:nth-child(4), .opacity_0_list_right_fade_set.active h4:nth-child(4), .opacity_0_list_right_fade_set.active h5:nth-child(4), .opacity_0_list_right_fade_set.active figure:nth-child(4) {
  animation: fadein_sc_right 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(5), .opacity_0_list_right_fade_set.active section:nth-child(5), .opacity_0_list_right_fade_set.active div:nth-child(5), .opacity_0_list_right_fade_set.active p:nth-child(5), .opacity_0_list_right_fade_set.active h2:nth-child(5), .opacity_0_list_right_fade_set.active h3:nth-child(5), .opacity_0_list_right_fade_set.active h4:nth-child(5), .opacity_0_list_right_fade_set.active h5:nth-child(5), .opacity_0_list_right_fade_set.active figure:nth-child(5) {
  animation: fadein_sc_right 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(6), .opacity_0_list_right_fade_set.active section:nth-child(6), .opacity_0_list_right_fade_set.active div:nth-child(6), .opacity_0_list_right_fade_set.active p:nth-child(6), .opacity_0_list_right_fade_set.active h2:nth-child(6), .opacity_0_list_right_fade_set.active h3:nth-child(6), .opacity_0_list_right_fade_set.active h4:nth-child(6), .opacity_0_list_right_fade_set.active h5:nth-child(6), .opacity_0_list_right_fade_set.active figure:nth-child(6) {
  animation: fadein_sc_right 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(7), .opacity_0_list_right_fade_set.active section:nth-child(7), .opacity_0_list_right_fade_set.active div:nth-child(7), .opacity_0_list_right_fade_set.active p:nth-child(7), .opacity_0_list_right_fade_set.active h2:nth-child(7), .opacity_0_list_right_fade_set.active h3:nth-child(7), .opacity_0_list_right_fade_set.active h4:nth-child(7), .opacity_0_list_right_fade_set.active h5:nth-child(7), .opacity_0_list_right_fade_set.active figure:nth-child(7) {
  animation: fadein_sc_right 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(8), .opacity_0_list_right_fade_set.active section:nth-child(8), .opacity_0_list_right_fade_set.active div:nth-child(8), .opacity_0_list_right_fade_set.active p:nth-child(8), .opacity_0_list_right_fade_set.active h2:nth-child(8), .opacity_0_list_right_fade_set.active h3:nth-child(8), .opacity_0_list_right_fade_set.active h4:nth-child(8), .opacity_0_list_right_fade_set.active h5:nth-child(8), .opacity_0_list_right_fade_set.active figure:nth-child(8) {
  animation: fadein_sc_right 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(9), .opacity_0_list_right_fade_set.active section:nth-child(9), .opacity_0_list_right_fade_set.active div:nth-child(9), .opacity_0_list_right_fade_set.active p:nth-child(9), .opacity_0_list_right_fade_set.active h2:nth-child(9), .opacity_0_list_right_fade_set.active h3:nth-child(9), .opacity_0_list_right_fade_set.active h4:nth-child(9), .opacity_0_list_right_fade_set.active h5:nth-child(9), .opacity_0_list_right_fade_set.active figure:nth-child(9) {
  animation: fadein_sc_right 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(10), .opacity_0_list_right_fade_set.active section:nth-child(10), .opacity_0_list_right_fade_set.active div:nth-child(10), .opacity_0_list_right_fade_set.active p:nth-child(10), .opacity_0_list_right_fade_set.active h2:nth-child(10), .opacity_0_list_right_fade_set.active h3:nth-child(10), .opacity_0_list_right_fade_set.active h4:nth-child(10), .opacity_0_list_right_fade_set.active h5:nth-child(10), .opacity_0_list_right_fade_set.active figure:nth-child(10) {
  animation: fadein_sc_right 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(11), .opacity_0_list_right_fade_set.active section:nth-child(11), .opacity_0_list_right_fade_set.active div:nth-child(11), .opacity_0_list_right_fade_set.active p:nth-child(11), .opacity_0_list_right_fade_set.active h2:nth-child(11), .opacity_0_list_right_fade_set.active h3:nth-child(11), .opacity_0_list_right_fade_set.active h4:nth-child(11), .opacity_0_list_right_fade_set.active h5:nth-child(11), .opacity_0_list_right_fade_set.active figure:nth-child(11) {
  animation: fadein_sc_right 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(12), .opacity_0_list_right_fade_set.active section:nth-child(12), .opacity_0_list_right_fade_set.active div:nth-child(12), .opacity_0_list_right_fade_set.active p:nth-child(12), .opacity_0_list_right_fade_set.active h2:nth-child(12), .opacity_0_list_right_fade_set.active h3:nth-child(12), .opacity_0_list_right_fade_set.active h4:nth-child(12), .opacity_0_list_right_fade_set.active h5:nth-child(12), .opacity_0_list_right_fade_set.active figure:nth-child(12) {
  animation: fadein_sc_right 0.75s ease 4.2s forwards alternate;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../../../medispo/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../../../medispo/images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../../../medispo/images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../../../medispo/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../../../medispo/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../../../medispo/images/close.png) url(../../../medispo/images/loading.gif) url(../../../medispo/images/prev.png) url(../../../medispo/images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../../medispo/images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../../medispo/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../../medispo/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../../medispo/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* ==========================================================================
Reset
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Component
========================================================================== *//*# sourceMappingURL=common.css.map */