@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
hr,
th,
td,
button,
textarea,
select,
option,
header,
footer,
section,
nav,
figure,
a {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Verdana, Meiryo, sans-serif;
  color: #333333;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  min-height: 0%;
}

select {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 0;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  font-size: 11px;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

/* ================================= */

/* 【クラス命名規則】
/*
/* [スタイル名省略-スタイル]
/* 例) [margin-left: auto] => [ml-a]
/*
/* ※例外としてスタイルが数値の場合はハイフンは不要とする。
/*  例) [margin-left: 10px] => [ml10]
/*
/* ※その他記号
/* m => マイナス
/* d => 小数点
/*
/* スマホのみ用にする場合はスタイルの後に[-sp]と付ける。
/*  例) ml10-sp
/*
/* PCとスマホで値を変える場合は[--]で繋ぐ
/* 例）mt40--20
/*
/* ================================= */

.of-h {
  overflow: hidden;
}

.p-r {
  position: relative;
}

/* width
------------------------------ */

.w-a {
  width: auto;
}

.w100per {
  width: 100%;
}

/* height
------------------------------ */

.h-a {
  height: auto;
}

/* margin
------------------------------ */

.mlr-a {
  margin-left: auto;
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

/* ------------------------------ */

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

/* ------------------------------ */

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

/* ------------------------------ */

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml110 {
  margin-left: 110px;
}

.ml120 {
  margin-left: 120px;
}

.ml130 {
  margin-left: 130px;
}

.ml140 {
  margin-left: 140px;
}

.ml150 {
  margin-left: 150px;
}

.ml160 {
  margin-left: 160px;
}

.ml170 {
  margin-left: 170px;
}

.ml180 {
  margin-left: 180px;
}

.ml190 {
  margin-left: 190px;
}

.ml200 {
  margin-left: 200px;
}

/* ------------------------------ */

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mr110 {
  margin-right: 110px;
}

.mr120 {
  margin-right: 120px;
}

.mr130 {
  margin-right: 130px;
}

.mr140 {
  margin-right: 140px;
}

.mr150 {
  margin-right: 150px;
}

.mr160 {
  margin-right: 160px;
}

.mr170 {
  margin-right: 170px;
}

.mr180 {
  margin-right: 180px;
}

.mr190 {
  margin-right: 190px;
}

.mr200 {
  margin-right: 200px;
}

/* padding
------------------------------ */

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

/* ------------------------------ */

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

/* ------------------------------ */

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pl110 {
  padding-left: 110px;
}

.pl120 {
  padding-left: 120px;
}

.pl130 {
  padding-left: 130px;
}

.pl140 {
  padding-left: 140px;
}

.pl150 {
  padding-left: 150px;
}

.pl160 {
  padding-left: 160px;
}

.pl170 {
  padding-left: 170px;
}

.pl180 {
  padding-left: 180px;
}

.pl190 {
  padding-left: 190px;
}

.pl200 {
  padding-left: 200px;
}

/* ------------------------------ */

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.pr90 {
  padding-right: 90px;
}

.pr100 {
  padding-right: 100px;
}

.pr110 {
  padding-right: 110px;
}

.pr120 {
  padding-right: 120px;
}

.pr130 {
  padding-right: 130px;
}

.pr140 {
  padding-right: 140px;
}

.pr150 {
  padding-right: 150px;
}

.pr160 {
  padding-right: 160px;
}

.pr170 {
  padding-right: 170px;
}

.pr180 {
  padding-right: 180px;
}

.pr190 {
  padding-right: 190px;
}

.pr200 {
  padding-right: 200px;
}

/* レスポンシブ
------------------------------ */

.mt0--10 {
  margin-top: 0px;
}

.mt0--20 {
  margin-top: 0px;
}

.mt5--10 {
  margin-top: 5px;
}

.mt5--15 {
  margin-top: 5px;
}

.mt10--20 {
  margin-top: 10px;
}

.mt20--0 {
  margin-top: 20px;
}

.mt40--0 {
  margin-top: 40px;
}

.mt40--20 {
  margin-top: 40px;
}

.mt60--20 {
  margin-top: 60px;
}

.mt60--30 {
  margin-top: 60px;
}

.mt60--40 {
  margin-top: 60px;
}

.mt80--40 {
  margin-top: 80px;
}

.mt130--80 {
  margin-top: 130px;
}

.mb0--10 {
  margin-bottom: 0px;
}

.mb0--20 {
  margin-bottom: 0px;
}

.mb20--0 {
  margin-bottom: 20px;
}

.mb40--20 {
  margin-bottom: 40px;
}

.mb60--20 {
  margin-bottom: 60px;
}

.mb60--30 {
  margin-bottom: 60px;
}

.mb80--40 {
  margin-bottom: 80px;
}

.ml0--20 {
  margin-left: 0px;
}

.ml20--0 {
  margin-left: 20px;
}

.ml40--20 {
  margin-left: 40px;
}

.ml40--0 {
  margin-left: 40px;
}

.ml60--20 {
  margin-left: 60px;
}

.ml60--30 {
  margin-left: 60px;
}

.ml60--40 {
  margin-left: 60px;
}

.ml80--40 {
  margin-left: 80px;
}

.mr0--20 {
  margin-right: 0px;
}

.mr5--0 {
  margin-right: 5px;
}

.mr20--0 {
  margin-right: 20px;
}

.mr40--0 {
  margin-right: 40px;
}

.mr40--20 {
  margin-right: 40px;
}

.mr60--20 {
  margin-right: 60px;
}

.mr60--30 {
  margin-right: 60px;
}

.mr80--40 {
  margin-right: 80px;
}

.pt0--20 {
  padding-top: 0px;
}

.pt20--0 {
  padding-top: 20px;
}

.pt40--20 {
  padding-top: 40px;
}

.pt60--20 {
  padding-top: 60px;
}

.pt60--30 {
  padding-top: 60px;
}

.pt80--40 {
  padding-top: 80px;
}

.pb0--20 {
  padding-bottom: 0px;
}

.pb20--0 {
  padding-bottom: 20px;
}

.pb40--20 {
  padding-bottom: 40px;
}

.pb60--20 {
  padding-bottom: 60px;
}

.pb60--30 {
  padding-bottom: 60px;
}

.pb80--40 {
  padding-bottom: 80px;
}

.pl0--20 {
  padding-left: 0px;
}

.pl20--0 {
  padding-left: 20px;
}

.pl40--20 {
  padding-left: 40px;
}

.pl60--20 {
  padding-left: 60px;
}

.pl60--30 {
  padding-left: 60px;
}

.pl80--40 {
  padding-left: 80px;
}

.pr0--20 {
  padding-right: 0px;
}

.pr20--0 {
  padding-right: 20px;
}

.pr40--20 {
  padding-right: 40px;
}

.pr60--20 {
  padding-right: 60px;
}

.pr60--30 {
  padding-right: 60px;
}

.pr80--40 {
  padding-right: 80px;
}

/* float
------------------------------ */

.fl {
  float: left;
}

.fl--none {
  float: left;
}

.fr {
  float: right;
}

.fr--none {
  float: right;
}

/* display
------------------------------ */

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

/* letter-spacing
------------------------------ */

.lsm0d2 {
  letter-spacing: -0.2px;
}

.lsm0d5 {
  letter-spacing: -0.5px;
}

.lsm1 {
  letter-spacing: -1px;
}

.lsm2 {
  letter-spacing: -2px;
}

/* IE用 */

.ls1-1d5 {
  letter-spacing: 1px;
}

/* IE用 */

.ls2-2d5 {
  letter-spacing: 2px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls4d7 {
  letter-spacing: 4.7px;
}

.ls0d1em {
  letter-spacing: 0.1em;
}

.ls0d2em {
  letter-spacing: 0.2em;
}

.ls0d3em {
  letter-spacing: 0.3em;
}

.ls0d6em {
  letter-spacing: 0.6em;
}

.ls1d5em {
  letter-spacing: 1.5em;
}

.ls4em {
  letter-spacing: 4em;
}

/* line-height
------------------------------ */

.lh1 {
  line-height: 1;
}

.lh1d5 {
  line-height: 1.5;
}

/* word-break
------------------------------ */

.wb-ka {
  word-break: keep-all;
}

/* text-align
------------------------------ */

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-r--l {
  text-align: right;
}

/* font-family
------------------------------ */

.yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
}

.notoserif {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* font-size
------------------------------ */

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

/* font-weight
------------------------------ */

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

/* text-decoration
------------------------------ */

.td-u {
  text-decoration: underline;
}

.td-n {
  text-decoration: none;
}

/* text-indent
------------------------------ */

.ti1 {
  text-indent: -1em;
  padding-left: 1em;
}

.ti1d2 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.ti1d5 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.ti1d6 {
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.ti2 {
  text-indent: -2em;
  padding-left: 2em;
}

.ti2d6 {
  text-indent: -2.6em;
  padding-left: 2.6em;
}

.ti3 {
  text-indent: -3em;
  padding-left: 3em;
}

.ti7 {
  text-indent: -7em;
  padding-left: 7em;
}

.ti8 {
  text-indent: -8em;
  padding-left: 8em;
}

.ti8d5 {
  text-indent: -8.5em;
  padding-left: 8.5em;
}

.ti9 {
  text-indent: -9em;
  padding-left: 9em;
}

/* スマホ用
------------------------------ */

.pc {
  display: inherit;
}

.br-sp {
  display: none;
}

/* レイアウト
------------------------------ */

.layout-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-row-rev {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.layout-row--col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-row--col-rev {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.layout-row-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-row-split--col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-row-split--col-rev {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.layout-row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-row-center--col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-row-center--col-rev {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f1 {
  flex: 1;
}

.f1--none {
  flex: 1;
}

.mh0 {
  min-height: 0%;
}

.btn_drawer_wrap {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 2;
}

.win .btn_drawer_wrap {
  right: calc(30px + 17px);
}

.btn_drawer {
  border: solid 1px white;
  background: #78C5B9;
  width: 110px;
  border-radius: 50px;
  display: block;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.btn_drawer:before {
  display: block;
  content: "MENU";
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.btn_drawer.opened:before {
  content: "CLOSE";
}

.btn_drawer2 {
  border: solid 1px white;
  background: #78C5B9;
  width: 110px;
  border-radius: 50px;
  display: block;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.btn_drawer2:before {
  display: block;
  content: "関連リンク";
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.btn_drawer2.opened:before {
  content: "CLOSE";
}

.nav {
  background: #78C5B9;
  width: 300px;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transform: translateX(100%);
}

.nav .nav_inner {
  width: 100%;
  display: block;
  padding: 0 40px;
}

.nav .nav_inner a {
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  flex: none;
  padding: 20px 30px 20px 0;
  text-align: left;
  display: block;
  border-bottom: solid 1px white;
  color: white;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}

.nav .nav_inner a:hover {
  opacity: 0.7;
}

.nav .nav_inner a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.popup {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.2s;
}

.popup.half {
  width: 400px;
  min-width: 400px;
}

.popup .popup_inner {
  position: relative;
  overflow: hidden;
}

.popup .slide_img {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.3s;
}

.popup .btn_expand {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #78C5B9 url(../img/pickup/ondansetron/icon_expand.png) center center/26px auto no-repeat;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.popup_box {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}

.popup_box_inner {
  position: relative;
}

.popup_box img {
  width: 100%;
}

.popup_box .popup_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -15px;
  background-color: #78C5B9;
  background-image: url(../img/pickup/ondansetron/icon_close.png);
  background-position: center center;
  background-size: 23px auto;
  background-repeat: no-repeat;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.popup_box .popup_close:hover {
  opacity: 0.7;
}

.ipad iframe {
  height: 80px !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
}

img {
  width: 100%;
}

.reg {
  font-size: 0.6em;
  top: -0.8em;
  font-weight: 400;
  font-family: "Droid Sans", "Noto Sans Japanese", "Helvetica Neue", Verdana, Meiryo, sans-serif;
}

@supports (-ms-ime-align: auto) {
  .reg {
    top: -1.2em;
    font-size: 0.5em;
  }
}

.ref {
  font-size: 12px;
  line-height: 1.4;
}

.inner {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
  background: url("../img/pickup/ondansetron/key_bg.jpg") center center/cover no-repeat;
}

.wrapper .wrapper_inner {
  position: relative;
}

.wrapper .logo_header {
  width: 206px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.wrapper .inner {
  padding-top: calc(50vh - 300px);
}

.ipad .wrapper .inner {
  padding-top: 200px;
}

.scroll_wrap .scroll {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  z-index: 998;
}

.scroll_wrap .scroll .img_scroll_arrow {
  width: 66px;
  animation: scroll ease-in-out alternate infinite 1.5s;
  min-height: 0%;
}

.scroll_wrap .scroll_text {
  color: #78C5B9;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}

@keyframes scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

[class^=bg_features-] {
  position: fixed;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

[class^=bg_features-] .bg_features_img {
  display: block;
  z-index: -2;
  position: relative;
  width: 330px;
}

[class^=bg_features-] .bg_features_info {
  width: 300px;
  border-top: solid 2px #78C5B9;
  border-bottom: solid 2px #78C5B9;
  position: absolute;
  bottom: 0;
  background: white;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 700;
  min-height: 70px;
  color: #78C5B9;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^=bg_features-].bg_features-left {
  left: 0;
}

[class^=bg_features-].bg_features-left .bg_features_info {
  left: 0;
  border-left: solid 2px #78C5B9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

[class^=bg_features-].bg_features-left .bg_features_info:before {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  border: solid 2px #78C5B9;
  transform: skew(20deg);
  position: absolute;
  bottom: -2px;
  right: -35px;
  background: white;
  z-index: -1;
}

[class^=bg_features-].bg_features-left .bg_balloon {
  width: 108px;
  position: absolute;
  top: -20px;
  left: 70px;
  transform: translateY(-100%);
}

[class^=bg_features-].bg_features-right {
  right: 0;
}

.win [class^=bg_features-].bg_features-right {
  right: 17px;
}

[class^=bg_features-].bg_features-right .bg_features_info {
  right: 0;
  border-right: solid 2px #78C5B9;
  margin-left: auto;
}

[class^=bg_features-].bg_features-right .bg_features_info:before {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  border: solid 2px #78C5B9;
  transform: skew(-40deg);
  position: absolute;
  bottom: -2px;
  left: -35px;
  background: white;
  z-index: -1;
}

[class^=bg_features-].bg_features-right .bg_features_img {
  display: block;
  margin-left: auto;
}

.contents {
  padding: 60px 0 100px;
}

.contents_title {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

[class^=balloon_wrap] .balloon {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  padding: 20px 25px 30px;
  max-width: 650px;
  opacity: 0;
  transform: scale(0.8);
}

[class^=balloon_wrap] .balloon .text {
  font-size: 20px;
}

[class^=balloon_wrap] .balloon .s_text {
  font-size: 14px;
  color: #9b9b9b;
  margin: 10px 20px;
}

[class^=balloon_wrap] .balloon .s_text-right {
  font-size: 14px;
  color: #9b9b9b;
  text-align: right;
  margin: 10px 20px;
}

[class^=balloon_wrap] .balloon:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  position: absolute;
}

.balloon_wrap-left {
  transform-origin: left center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.balloon_wrap-left.scrolled:before {
  opacity: 1;
}

.balloon_wrap-left:before {
  content: "";
  display: block;
  width: 57px;
  min-width: 57px;
  height: 57px;
  background: url(../img/pickup/ondansetron/icon_question.png) center center/contain no-repeat;
  margin-right: 35px;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translateY(10px);
}

.balloon_wrap-left .balloon {
  background: #FFFAE3;
}

.balloon_wrap-left .balloon:before {
  background: url(../img/pickup/ondansetron/img_balloon-left.png) center center/contain no-repeat;
  left: -19px;
  top: 20px;
}

.balloon_wrap-right {
  transform-origin: right center;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.balloon_wrap-right.scrolled:after {
  opacity: 1;
}

.balloon_wrap-right:after {
  content: "";
  display: block;
  width: 57px;
  min-width: 57px;
  height: 57px;
  background: url(../img/pickup/ondansetron/icon_answer.png) center center/contain no-repeat;
  margin-left: 35px;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translateY(10px);
}

.balloon_wrap-right .balloon {
  text-align: left;
  background: #D7F2ED;
}

.balloon_wrap-right .balloon:before {
  background: url(../img/pickup/ondansetron/img_balloon-right.png) center center/contain no-repeat;
  right: -19px;
  top: 20px;
}

[class^=container_wrap] .container {
  position: relative;
  display: inline-block;
  padding: 20px 25px 30px;
  max-width: 750px;
  opacity: 0;
  transform: scale(0.8);
}

[class^=container_wrap] .container .text {
  font-size: 20px;
}

[class^=container_wrap] .container .s_text {
  font-size: 14px;
  color: #9b9b9b;
  margin: 10px 20px;
}

[class^=container_wrap] .container .s_text-right {
  font-size: 14px;
  color: #9b9b9b;
  text-align: right;
  margin: 10px 20px;
}

[class^=container_wrap] .container:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  position: absolute;
}

.container_wrap-basic {
  transform-origin: left center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.container_wrap-basic.scrolled:before {
  opacity: 1;
}

.container_wrap-basic .container {
  text-align: left;
  background: #ffffffbd;
  margin-bottom: 0;
  width: 100%;
}

.container_wrap-center {
  transform-origin: left center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.container_wrap-center.scrolled:before {
  opacity: 1;
}

.container_wrap-center:before {
  content: "";
  display: block;
  width: 57px;
  min-width: 57px;
  height: 57px;
  background: url(../img/pickup/ondansetron/icon_syringe01.png) center center/contain no-repeat;
  margin-right: 10px;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translateY(10px);
}

.container_wrap-center .container {
  text-align: left;
  background: #ffffffbd;
  margin-bottom: 0;
}

[class^=inner] .key .text {
  margin: 30px 140px;
}

[class^=inner] .key .s_text {
  font-size: 14px;
  color: #9b9b9b;
  margin: 10px 140px;
}

[class^=inner] .key .s_text-right {
  font-size: 14px;
  color: #9b9b9b;
  text-align: right;
  margin: 10px 140px;
}

.empha {
  font-weight: 700;
  color: #023B7D;
}

.heading01 {
  background: #78C5B9;
  font-size: 32px;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.contents_link {
  background: #78C5B9;
}

.contents_link .inner {
  padding: 30px 0 30px;
}

.contents_link .btn_link {
  width: 300px;
  border: solid 1px white;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.contents_footer {
  background: white;
  border-top: solid 2px #78C5B9;
}

.contents_footer .inner {
  padding: 40px 0 40px;
  position: relative;
  text-align: center;
}

.contents_footer .link_text {
  text-align: right;
  display: block;
  color: #0070c0;
  font-size: 13px;
}

.contents_footer .link_text:hover {
  text-decoration: none;
}

.contents_footer .evaluation {
  margin-top: 20px;
}

.contents_footer .evaluation iframe {
  vertical-align: bottom;
}

.contents_footer .logo_footer {
  width: 300px;
  margin-bottom: 10px;
}

.contents_footer .copy {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
}

.arrow_top {
  width: 49px;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 57px;
  z-index: 999;
  cursor: pointer;
}

.win .pageTop {
  right: calc(20px + 17px);
}

.strong {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.c-red {
  color: #ED1C24;
}

.c-white {
  color: white;
}

.c-black {
  color: #333333;
}

.line {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.figure {
  width: 100%;
}

.box-border {
  border: solid 1px #333;
  padding: 10px;
}

.box-border p {
  font-size: 14px;
  line-height: 1.5;
}

.box-border p.ref {
  font-size: 12px;
}

.figure_link {
  font-weight: 700;
  color: #023B7D;
  text-decoration: underline;
  cursor: pointer;
}

.figure_link:hover {
  text-decoration: none;
}

.marker {
  background: linear-gradient(transparent 60%, #FFF7A9 60%);
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

@media screen and (min-width: 768px) {
  .popup:hover .slide_img {
    transform: scale(1.1);
  }

  .contents_link .btn_link:hover {
    color: #78C5B9;
    background: white;
  }

  .arrow_top:hover {
    opacity: 0.7;
  }

  .pageTop:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .mt0--10 {
    margin-top: 10px;
  }

  .mt0--20 {
    margin-top: 20px;
  }

  .mt5--10 {
    margin-top: 10px;
  }

  .mt5--15 {
    margin-top: 15px;
  }

  .mt10--20 {
    margin-top: 20px;
  }

  .mt20--0 {
    margin-top: 0px;
  }

  .mt40--0 {
    margin-top: 0px;
  }

  .mt40--20 {
    margin-top: 20px;
  }

  .mt60--20 {
    margin-top: 20px;
  }

  .mt60--30 {
    margin-top: 30px;
  }

  .mt60--40 {
    margin-top: 40px;
  }

  .mt80--40 {
    margin-top: 40px;
  }

  .mt130--80 {
    margin-top: 80px;
  }

  .mb0--10 {
    margin-bottom: 10px;
  }

  .mb0--20 {
    margin-bottom: 20px;
  }

  .mb20--0 {
    margin-bottom: 0px;
  }

  .mb40--20 {
    margin-bottom: 20px;
  }

  .mb60--20 {
    margin-bottom: 20px;
  }

  .mb60--30 {
    margin-bottom: 30px;
  }

  .mb80--40 {
    margin-bottom: 40px;
  }

  .ml0--20 {
    margin-left: 20px;
  }

  .ml20--0 {
    margin-left: 0px;
  }

  .ml40--20 {
    margin-left: 20px;
  }

  .ml40--0 {
    margin-left: 0px;
  }

  .ml60--20 {
    margin-left: 20px;
  }

  .ml60--30 {
    margin-left: 30px;
  }

  .ml60--40 {
    margin-left: 40px;
  }

  .ml80--40 {
    margin-left: 40px;
  }

  .mr0--20 {
    margin-right: 20px;
  }

  .mr5--0 {
    margin-right: 0px;
  }

  .mr20--0 {
    margin-right: 0px;
  }

  .mr40--0 {
    margin-right: 0px;
  }

  .mr40--20 {
    margin-right: 20px;
  }

  .mr60--20 {
    margin-right: 20px;
  }

  .mr60--30 {
    margin-right: 30px;
  }

  .mr80--40 {
    margin-right: 40px;
  }

  .pt0--20 {
    padding-top: 20px;
  }

  .pt20--0 {
    padding-top: 0px;
  }

  .pt40--20 {
    padding-top: 20px;
  }

  .pt60--20 {
    padding-top: 20px;
  }

  .pt60--30 {
    padding-top: 30px;
  }

  .pt80--40 {
    padding-top: 40px;
  }

  .pb0--20 {
    padding-bottom: 20px;
  }

  .pb20--0 {
    padding-bottom: 0px;
  }

  .pb40--20 {
    padding-bottom: 20px;
  }

  .pb60--20 {
    padding-bottom: 20px;
  }

  .pb60--30 {
    padding-bottom: 30px;
  }

  .pb80--40 {
    padding-bottom: 40px;
  }

  .pl0--20 {
    padding-left: 20px;
  }

  .pl20--0 {
    padding-left: 0px;
  }

  .pl40--20 {
    padding-left: 20px;
  }

  .pl60--20 {
    padding-left: 20px;
  }

  .pl60--30 {
    padding-left: 30px;
  }

  .pl80--40 {
    padding-left: 40px;
  }

  .pr0--20 {
    padding-right: 20px;
  }

  .pr20--0 {
    padding-right: 0px;
  }

  .pr40--20 {
    padding-right: 20px;
  }

  .pr60--20 {
    padding-right: 20px;
  }

  .pr60--30 {
    padding-right: 30px;
  }

  .pr80--40 {
    padding-right: 40px;
  }

  .fl--none {
    float: none;
  }

  .fl-sp {
    float: left;
  }

  .fr--none {
    float: none;
  }

  .fr-sp {
    float: right;
  }

  .ta-r--l {
    text-align: left;
  }

  .pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }

  .layout-row--col {
    align-items: stretch;
    flex-direction: column;
  }

  .layout-row--col-rev {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .layout-row-split--col {
    align-items: stretch;
    flex-direction: column;
  }

  .layout-row-split--col-rev {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .layout-row-center--col {
    flex-direction: column;
  }

  .layout-row-center--col-rev {
    flex-direction: column-reverse;
  }

  .f1--none {
    flex: none;
  }

  .btn_drawer_wrap {
    right: 10px;
    top: 10px;
  }

  .win .btn_drawer_wrap {
    right: 17px;
  }

  .btn_drawer {
    font-size: 16px;
    padding: 8px 0;
    width: 80px;
  }

  .btn_drawer:before {
    font-size: 14px;
  }

  .btn_drawer2 {
    font-size: 16px;
    padding: 8px 0;
    width: 80px;
  }

  .btn_drawer2:before {
    font-size: 14px;
  }

  .nav {
    padding-top: 60px;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 60px;
  }

  .nav .nav_inner a {
    font-size: 12px;
  }

  .popup.half {
    width: 100%;
    min-width: 0;
  }

  .popup {
    min-height: 0%;
    width: 100%;
    min-width: 0;
  }

  .popup .btn_expand {
    display: none;
  }

  .popup_box .popup_close {
    width: 30px;
    height: 30px;
    background-size: 18px auto;
  }

  .popup_box .popup_close {
    top: -20px;
    right: -20px;
  }

  p {
    font-size: 14px;
  }

  .inner {
    width: 100%;
  }

  .wrapper {
    background: url("../img/pickup/ondansetron/key_bg.jpg") top center/contain no-repeat;
  }

  .wrapper .logo_header {
    width: 150px;
  }

  .wrapper .inner {
    padding: 100px 20px 0;
    overflow: hidden;
  }

  .scroll_wrap {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }

  .scroll_wrap .scroll .img_scroll_arrow {
    width: 50px;
  }

  .scroll_wrap .scroll_text {
    font-size: 14px;
  }

  .bg_features_wrap {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  [class^=bg_features-] {
    width: calc((100% - 20px) / 2);
    position: relative;
  }

  [class^=bg_features-] .bg_features_img {
    width: 100%;
  }

  [class^=bg_features-] .bg_features_info {
    width: auto;
    min-height: 0;
    font-size: 14px;
    min-width: 0;
    bottom: 20px;
    border: solid 1px #78C5B9;
    position: static;
  }

  [class^=bg_features-].bg_features-left .bg_features_info {
    border-left: solid 1px #78C5B9;
    justify-content: center;
  }

  [class^=bg_features-].bg_features-left .bg_features_info:before {
    display: none;
  }

  [class^=bg_features-].bg_features-left .bg_balloon {
    display: none;
  }

  [class^=bg_features-].bg_features-right .bg_features_info {
    border-right: solid 1px #78C5B9;
  }

  [class^=bg_features-].bg_features-right .bg_features_info:before {
    display: none;
  }

  .contents {
    padding: 40px 0 60px;
  }

  .contents_title {
    width: 100%;
  }

  [class^=balloon_wrap] .balloon {
    padding: 10px 15px;
    max-width: none;
  }

  [class^=balloon_wrap] .balloon .text {
    font-size: 14px;
  }

  [class^=balloon_wrap] .balloon .s_text {
    font-size: 10px;
    color: #9b9b9b;
    margin: 7px 10px;
  }

  [class^=balloon_wrap] .balloon .s_text-right {
    font-size: 10px;
    color: #9b9b9b;
    text-align: right;
    margin: 7px 10px;
  }

  [class^=balloon_wrap] .balloon:before {
    width: 11px;
    height: 11px;
  }

  .balloon_wrap-left:before {
    margin-right: 15px;
    opacity: 1;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .balloon_wrap-left .balloon:before {
    top: 20px;
    left: -11px;
  }

  .balloon_wrap-right:after {
    margin-left: 15px;
    opacity: 1;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .balloon_wrap-right .balloon:before {
    top: 20px;
    right: -10px;
  }

  [class^=container_wrap] .container {
    padding: 10px 15px;
    max-width: none;
  }

  [class^=container_wrap] .container .text {
    font-size: 14px;
  }

  [class^=container_wrap] .container .s_text {
    font-size: 10px;
    color: #9b9b9b;
    margin: 7px 10px;
  }

  [class^=container_wrap] .container .s_text-right {
    font-size: 10px;
    color: #9b9b9b;
    text-align: right;
    margin: 7px 10px;
  }

  [class^=container_wrap] .container:before {
    width: 11px;
    height: 11px;
  }

  .container_wrap-center:before {
    margin-left: 15px;
    opacity: 1;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  [class^=inner] .key .text {
    margin: 20px auto;
  }

  [class^=inner] .key .s_text {
    font-size: 10px;
    color: #9b9b9b;
    margin: 7px auto;
  }

  [class^=inner] .key .s_text-right {
    font-size: 10px;
    color: #9b9b9b;
    text-align: right;
    margin: 7px auto;
  }

  .heading01 {
    padding: 15px 30px;
    font-size: 18px;
  }

  .contents_link .inner {
    padding: 30px 20px;
  }

  .contents_link .btn_link {
    font-size: 15px;
    width: 100%;
    max-width: 340px;
  }

  .contents_footer .inner {
    padding: 30px 20px;
  }

  .contents_footer .evaluation {
    margin-right: auto;
    margin-left: auto;
  }

  .contents_footer .logo_footer {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .contents_footer .copy {
    text-align: center;
  }

  .arrow_top {
    width: 40px;
    bottom: 20px;
  }

  .pageTop {
    width: 40px;
    bottom: 10px;
    right: 10px;
  }

  .win .pageTop {
    right: 27px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ls1-1d5 {
    letter-spacing: 1.5px;
  }

  .ls2-2d5 {
    letter-spacing: 2.5px;
  }

  .reg {
    top: -1em;
  }
}

@media print {
  .btn_drawer_wrap {
    display: none;
  }

  .popup .btn_expand {
    display: none;
  }

  .wrapper {
    overflow: visible;
    background: none;
  }

  .scroll_wrap {
    display: none;
  }

  .bg_features_wrap {
    display: none;
  }

  .pageTop {
    display: none !important;
  }

  body {
    -webkit-print-color-adjust: exact;
  }
}
