@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

a {
  background-color: transparent;
  color: #124988;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  color: #000;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  button,
  input,
  optgroup,
  select,
  textarea {
    font-size: 1.6rem;
  }
}

input {
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text], input[type=tel], input[type=search], input[type=email], input[type=date], input[type=number], input[type=password] {
  min-height: 30px;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=tel], input[type=search], input[type=email], input[type=date], input[type=number], input[type=password] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

input[type=submit] {
  min-height: 30px;
  border: none;
}

@media screen and (max-width: 767px) {
  input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}

input::placeholder {
  color: #bbb;
}

select {
  border: 1px solid #d2d2d2;
  padding: 8px 45px 8px 10px;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20d%3D%22M.12%2C1.27l5.6%2C5.6a.38.38%2C0%2C0%2C0%2C.55%2C0l5.6-5.6a.38.38%2C0%2C0%2C0%2C0-.55l-.6-.6a.38.38%2C0%2C0%2C0-.55%2C0L6%2C4.85%2C1.27.12a.38.38%2C0%2C0%2C0-.55%2C0l-.6.6a.38.38%2C0%2C0%2C0%2C0%2C.55Z%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) center/10px 5px;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  border: 1px solid #d2d2d2;
  width: 100%;
  min-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

textarea::-ms-input-placeholder {
  color: #bbb;
}

textarea::placeholder {
  color: #bbb;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.mar_a_5 {
  margin: 5px;
}

.mar_a_10 {
  margin: 10px;
}

.mar_a_15 {
  margin: 15px;
}

.mar_a_20 {
  margin: 20px;
}

.mar_a_25 {
  margin: 25px;
}

.mar_a_30 {
  margin: 30px;
}

.mar_a_35 {
  margin: 35px;
}

.mar_a_40 {
  margin: 40px;
}

.mar_a_45 {
  margin: 45px;
}

.mar_a_50 {
  margin: 50px;
}

.mar_a_55 {
  margin: 55px;
}

.mar_a_60 {
  margin: 60px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_t_15 {
  margin-top: 15px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_t_25 {
  margin-top: 25px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_t_35 {
  margin-top: 35px;
}

.mar_t_40 {
  margin-top: 40px;
}

.mar_t_45 {
  margin-top: 45px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_t_55 {
  margin-top: 55px;
}

.mar_t_60 {
  margin-top: 60px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_r_15 {
  margin-right: 15px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_r_25 {
  margin-right: 25px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_r_35 {
  margin-right: 35px;
}

.mar_r_40 {
  margin-right: 40px;
}

.mar_r_45 {
  margin-right: 45px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_r_55 {
  margin-right: 55px;
}

.mar_r_60 {
  margin-right: 60px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_b_15 {
  margin-bottom: 15px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_b_25 {
  margin-bottom: 25px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_b_35 {
  margin-bottom: 35px;
}

.mar_b_40 {
  margin-bottom: 40px;
}

.mar_b_45 {
  margin-bottom: 45px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_b_55 {
  margin-bottom: 55px;
}

.mar_b_60 {
  margin-bottom: 60px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_l_15 {
  margin-left: 15px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_l_25 {
  margin-left: 25px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_l_35 {
  margin-left: 35px;
}

.mar_l_40 {
  margin-left: 40px;
}

.mar_l_45 {
  margin-left: 45px;
}

.mar_l_50 {
  margin-left: 50px;
}

.mar_l_55 {
  margin-left: 55px;
}

.mar_l_60 {
  margin-left: 60px;
}

.pad_a_5 {
  padding: 5px;
}

.pad_a_10 {
  padding: 10px;
}

.pad_a_15 {
  padding: 15px;
}

.pad_a_20 {
  padding: 20px;
}

.pad_a_25 {
  padding: 25px;
}

.pad_a_30 {
  padding: 30px;
}

.pad_a_35 {
  padding: 35px;
}

.pad_a_40 {
  padding: 40px;
}

.pad_a_45 {
  padding: 45px;
}

.pad_a_50 {
  padding: 50px;
}

.pad_a_55 {
  padding: 55px;
}

.pad_a_60 {
  padding: 60px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_t_15 {
  padding-top: 15px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_t_25 {
  padding-top: 25px;
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_t_35 {
  padding-top: 35px;
}

.pad_t_40 {
  padding-top: 40px;
}

.pad_t_45 {
  padding-top: 45px;
}

.pad_t_50 {
  padding-top: 50px;
}

.pad_t_55 {
  padding-top: 55px;
}

.pad_t_60 {
  padding-top: 60px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_r_15 {
  padding-right: 15px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_r_25 {
  padding-right: 25px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_r_35 {
  padding-right: 35px;
}

.pad_r_40 {
  padding-right: 40px;
}

.pad_r_45 {
  padding-right: 45px;
}

.pad_r_50 {
  padding-right: 50px;
}

.pad_r_55 {
  padding-right: 55px;
}

.pad_r_60 {
  padding-right: 60px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_b_15 {
  padding-bottom: 15px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_b_25 {
  padding-bottom: 25px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_b_35 {
  padding-bottom: 35px;
}

.pad_b_40 {
  padding-bottom: 40px;
}

.pad_b_45 {
  padding-bottom: 45px;
}

.pad_b_50 {
  padding-bottom: 50px;
}

.pad_b_55 {
  padding-bottom: 55px;
}

.pad_b_60 {
  padding-bottom: 60px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_l_15 {
  padding-left: 15px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_l_25 {
  padding-left: 25px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_l_35 {
  padding-left: 35px;
}

.pad_l_40 {
  padding-left: 40px;
}

.pad_l_45 {
  padding-left: 45px;
}

.pad_l_50 {
  padding-left: 50px;
}

.pad_l_55 {
  padding-left: 55px;
}

.pad_l_60 {
  padding-left: 60px;
}

.bold {
  font-weight: bold;
}

.opacity {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.opacity:hover, .opacity:focus {
  opacity: 0.7;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

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

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.iframe-wrap--square {
  padding: 100% 0 0 0;
}

.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  word-wrap: break-word;
  font-family: Noto Sans Japanese, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media all and (-ms-high-contrast: none\0) {
  html {
    font-family: "メイリオ", sans-serif;
  }
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
}

.header {
  background-color: #0432ff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .header {
    border-bottom-width: 10px;
    padding-top: 78px;
  }
}

.header__logo {
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .header__logo {
    font-size: calc(18px + 6 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .header__logo {
    font-size: 24px !important;
  }
}

.header__logo__link {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo__image {
  width: 54px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header__logo__image {
    width: 40px;
  }
}

.pankuzu {
  background-color: #eee;
  padding: 5px;
}

.pankuzu__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.search {
  background-color: #dbe2ff;
  padding: 2% 5%;
}

@media screen and (max-width: 767px) {
  .search {
    padding: 5%;
  }
}

.search__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.search__catch {
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.7em;
}

.search__catch {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .search__catch {
    font-size: calc(22px + 14 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .search__catch {
    font-size: 36px !important;
  }
}

.search__catch__large {
  font-size: 165%;
}

.search__keyword {
  width: 72%;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .search__keyword {
    width: 100%;
    margin-bottom: 20px;
  }
}

.search__keyword__input {
  border-radius: 5px 0 0 5px;
  width: 75% !important;
  font-size: 2rem !important;
  padding: 20px 28px !important;
}

@media screen and (max-width: 767px) {
  .search__keyword__input {
    font-size: 1.6rem !important;
    padding: 10px !important;
    width: calc(100% - 50px) !important;
  }
}

.search__keyword__button {
  border: none;
  border-radius: 0 5px 5px 0;
  background: #0432ff;
  color: #fff;
  font-size: 2.8rem;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search__keyword__button {
    width: 50px;
  }
}

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

.search__keyword .icon-search {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .search__keyword .icon-search {
    width: 20px;
    height: 20px;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.compoundsearch__taxonomies {
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 10px auto;
}

.compoundsearch__item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.compoundsearch__item:not(:nth-child(2n)) {
  margin-right: 10px;
}

.compoundsearch__select {
  width: 100%;
  border: none;
  border-radius: 3px;
}

.compoundsearch__select option:first-child {
  background: #eee;
}

.compoundsearch__submit {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  background: #0432ff;
  color: #fff;
  padding: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compoundsearch__submit {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .compoundsearch__submit {
    font-size: calc(16px + 12 * ((100vw - 320px) / 447)) !important;
  }
}

@media screen and (min-width: 767px) {
  .compoundsearch__submit {
    font-size: 28px !important;
  }
}

.compoundsearch__caution {
  text-align: center;
  margin-top: 0.7em;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .compoundsearch__caution {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.compoundsearch .icon-search {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .compoundsearch .icon-search {
    width: 20px;
    height: 20px;
  }
}

.footer__under {
  padding: 30px 5%;
}

@media screen and (max-width: 767px) {
  .footer__under {
    padding: 7% 5%;
  }
}

.footer__contact {
  text-align: center;
  margin-bottom: 30px;
}

.footer__contact__label {
  font-weight: 700;
}

.footer__navi {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  font-size: 1.4rem;
}

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

@media screen and (max-width: 767px) {
  .footer__navi__item {
    margin-bottom: 10px;
  }
}

.footer__navi__item:not(:last-child) {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #000;
}

.footer__navi__link {
  color: #000;
}

.copyright {
  display: block;
  text-align: center;
  background: #eee;
  padding: 1em;
}

.fix-navi {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fix-navi {
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.fix-navi__tab {
  background: #fff;
  line-height: 1;
  text-decoration: none;
  padding: 0.6em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 160px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 0 0 5px 5px;
  border: none;
  color: #0432ff;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fix-navi__tab {
  font-size: 11px;
}

@media screen and (min-width: 320px) {
  .fix-navi__tab {
    font-size: calc(11px + 5 * ((100vw - 320px) / 447)) !important;
  }
}

@media screen and (min-width: 767px) {
  .fix-navi__tab {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .fix-navi__tab {
    width: 50%;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #D9F1FC;
    padding: 1em 0;
    min-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .fix-navi__tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.fix-navi__tab:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .fix-navi__tab:not(:last-child) {
    margin-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .fix-navi__tab:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.fix-navi__tab:hover, .fix-navi__tab:focus {
  background: #0432ff;
  color: #fff;
}

.fix-navi__tab:hover .icon-list,
.fix-navi__tab:hover .icon-search, .fix-navi__tab:focus .icon-list,
.fix-navi__tab:focus .icon-search {
  fill: #fff;
}

.fix-navi__count {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  background: #E30000;
  line-height: 25px;
  color: #fff;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin-left: 3px;
  position: relative;
}

.fix-navi__count .animation {
  width: 100%;
  height: 100%;
  border: 1px solid #E30000;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: favorite-add 0.5s;
  animation: favorite-add 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fix-navi .icon-list {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.fix-navi .icon-search {
  width: 16px;
  height: 16px;
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@-webkit-keyframes favorite-add {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    width: 150%;
    height: 150%;
  }
  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}

@keyframes favorite-add {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    width: 150%;
    height: 150%;
  }
  100% {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}

.common-search {
  width: 90%;
  max-height: 95%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 5% 5%;
  background-color: #dbe2ff;
  max-width: 1100px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-search.active {
  display: block;
  z-index: 20;
}

.common-search__close {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #0432ff;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 15;
}

@media screen and (max-width: 767px) {
  .modal-back {
    cursor: pointer;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #0432ff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}

.pagetop__icon {
  width: 40%;
  fill: #fff;
}

.no-entry {
  text-align: center;
  margin: 30px 0;
}

.midashi-large {
  color: #0432ff;
  line-height: 1.4;
  margin-bottom: 1em;
}

.midashi-large {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .midashi-large {
    font-size: calc(22px + 6 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .midashi-large {
    font-size: 28px !important;
  }
}

.midashi-middle {
  line-height: 1.4;
  margin-bottom: 0.6em;
}

.midashi-middle {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .midashi-middle {
    font-size: calc(20px + 2 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .midashi-middle {
    font-size: 22px !important;
  }
}

.midashi-small {
  color: #0432ff;
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 0.8em;
  border-left: 0.2em solid #0432ff;
}

.midashi-small {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .midashi-small {
    font-size: calc(16px + 2 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .midashi-small {
    font-size: 18px !important;
  }
}

.section {
  padding: 5%;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 7% 5%;
  }
}

.section:first-child {
  padding-top: 2%;
}

@media screen and (max-width: 767px) {
  .section:first-child {
    padding-top: 7%;
  }
}

.section__inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  text-align: center;
  color: #0432ff;
  line-height: 1.4;
  margin-bottom: 1em;
}

.section__title {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .section__title {
    font-size: calc(22px + 6 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .section__title {
    font-size: 28px !important;
  }
}

.section__title__small {
  font-size: 60%;
}

.section__title--white {
  color: #fff;
}

.default-button {
  display: inline-block;
  padding: 0.8em 40px;
  background-color: #EA6F13;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  border: 1px solid #EA6F13;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.default-button {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .default-button {
    font-size: calc(14px + 4 * ((100vw - 320px) / 703)) !important;
  }
}

@media screen and (min-width: 1023px) {
  .default-button {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .default-button {
    width: 100%;
  }
}

.default-button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}

.default-button:hover, .default-button:focus {
  background: #fff;
  color: #EA6F13;
}

.default-button:hover::after, .default-button:focus::after {
  border-top-color: #EA6F13;
  border-right-color: #EA6F13;
}

.icon-pdf {
  width: 21px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 7px;
}

.icon-blank {
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.icon-movie {
  width: 13px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.icon-slide {
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.icon-search {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  fill: #fff;
}

.icon-list {
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  fill: #D9F1FC;
}
/*# sourceMappingURL=base.css.map */