.font-line {
  display: block;
}
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;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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;
  text-decoration: none;
}
button {
  background: transparent;
  border: none;
  font: inherit;
  cursor: pointer;
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
sup {
  vertical-align: top;
  font-size: 1.2em;
  font-weight: normal;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic",
    Meiryo, メイリオ, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  line-height: calc(28 / 16);
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.26667vw;
    line-height: calc(48 / 32);
  }
}
a {
  color: #333;
  -webkit-transition: color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -o-transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: color 0.2s ease-out, box-shadow 0.2s ease-out,
    -webkit-box-shadow 0.2s ease-out;
}
a path {
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
a:visited {
  color: #333;
}
a:hover {
  color: #6b489a;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a:hover path {
  fill: #6b489a;
}
.sup {
  font-size: 0.5em;
  margin: 0 0.2em 0 0;
}
.sub {
  font-size: 0.5em;
  margin: 0 0.1em;
}
.sub--entity {
  font-size: 1.2rem;
}
.i {
  font-style: italic;
  margin-right: 0.2em;
}
img {
  background: rgba(255, 255, 255, 0.01);
  max-width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  vertical-align: bottom;
}
.wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 13.33333vw !important;
  }
}
.main-contents__inner {
  position: relative;
}
.main-contents__inner::before {
  content: "";
  display: block;
  padding-top: 5.29661%;
}
.main-contents__headline {
  margin-bottom: 6.35593%;
}
.main-contents__lead {
  margin-bottom: 4.23729%;
}
.main-contents__lead > *:not(:last-child) {
  margin-bottom: 3.70763%;
}
@media only screen and (max-width: 767px) {
  .main-contents__inner::before {
    padding-top: 10.66667vw;
  }
  .main-contents__headline {
    margin-bottom: 9.33333vw;
  }
  .main-contents__lead {
    margin-bottom: 8.66667vw;
  }
}
.top .main-contents,
.index .main-contents {
  background-image: url(../images/bg_top.png),
    -webkit-gradient(linear, left top, left bottom, from(#f8f7fa), to(#fff));
  background-image: url(../images/bg_top.png),
    -webkit-linear-gradient(top, #f8f7fa 0%, #fff 100%);
  background-image: url(../images/bg_top.png),
    -o-linear-gradient(top, #f8f7fa 0%, #fff 100%);
  background-image: url(../images/bg_top.png),
    linear-gradient(to bottom, #f8f7fa 0%, #fff 100%);
  background-position: center top;
  background-repeat: no-repeat;
}
.top .main-contents__inner,
.index .main-contents__inner {
  max-width: 1044px;
}
@media only screen and (max-width: 767px) {
  .top .main-contents,
  .index .main-contents {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(10%, #fff),
        color-stop(15%, rgba(255, 255, 255, 0))
      ),
      url(../images/bg_top_02_sp.png);
    background-image: -webkit-linear-gradient(
        top,
        #fff 10%,
        rgba(255, 255, 255, 0) 15%
      ),
      url(../images/bg_top_02_sp.png);
    background-image: -o-linear-gradient(
        top,
        #fff 10%,
        rgba(255, 255, 255, 0) 15%
      ),
      url(../images/bg_top_02_sp.png);
    background-image: linear-gradient(
        to bottom,
        #fff 10%,
        rgba(255, 255, 255, 0) 15%
      ),
      url(../images/bg_top_02_sp.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .top .main-contents__inner,
  .index .main-contents__inner {
    background-image: url(../images/bg_top_sp.png),
      -webkit-gradient(linear, left top, left bottom, from(#f8f7fa), color-stop(10%, rgba(248, 247, 250, 0)));
    background-image: url(../images/bg_top_sp.png),
      -webkit-linear-gradient(top, #f8f7fa 0%, rgba(248, 247, 250, 0) 10%);
    background-image: url(../images/bg_top_sp.png),
      -o-linear-gradient(top, #f8f7fa 0%, rgba(248, 247, 250, 0) 10%);
    background-image: url(../images/bg_top_sp.png),
      linear-gradient(to bottom, #f8f7fa 0%, rgba(248, 247, 250, 0) 10%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 96.93333vw auto, 100% auto;
  }
}
.contents-body {
  padding-bottom: 10.59322%;
}
.contents-body__section:not(:last-child) {
  margin-bottom: 6.88559%;
}
@media only screen and (max-width: 767px) {
  .contents-body {
    padding-bottom: 25.33333vw;
  }
  .contents-body__section:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
}
.section__body > *:not(:last-child) {
  margin-bottom: 3.70763%;
}
.section__body > *:not(:last-child).section__text {
  margin-bottom: 3.17797%;
}
.section__img {
  margin-top: 3.70763%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-row .section__img {
  margin-top: 0;
}
.section__text > p:not(:last-child) {
  margin-bottom: 2.11864%;
}
.section .headline-b {
  margin-bottom: 2.64831%;
}
@media only screen and (max-width: 767px) {
  .section__body > *:not(:last-child) {
    margin-bottom: 8vw;
  }
  .section__body > *:not(:last-child).section__text {
    margin-bottom: 6.66667vw;
  }
  .section__img {
    margin-top: 6.66667vw;
  }
  .section__text > p:not(:last-child) {
    margin-bottom: 6vw;
  }
  .section .headline-b {
    margin-bottom: 5.06667vw;
  }
}
.l-viewport {
  margin: 0 auto;
  max-width: 1044px;
  padding-left: 0.95785%;
  padding-right: 0.95785%;
}
@media only screen and (max-width: 767px) {
  .l-viewport {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}
.l-contents {
  margin: 0 auto;
  max-width: 964px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 964px) {
  .l-contents {
    padding-left: 1.05932%;
    padding-right: 1.05932%;
  }
}
@media only screen and (max-width: 767px) {
  .l-contents {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}
.l-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-row > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.l-row > *:not(:last-child) {
  margin-right: 3.70763%;
}
.l-row > .l-row__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.l-row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-row--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.l-row--border:not(:last-child) {
  border-bottom: 1px solid #e3d8e7;
  padding-bottom: 3.70763%;
}
@media only screen and (max-width: 767px) {
  .l-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-row > * {
    width: 100%;
  }
  .l-row > *:not(:last-child) {
    margin-right: auto;
    margin-bottom: 6.66667vw;
  }
  .l-row--border:not(:last-child) {
    padding-bottom: 8vw;
  }
}
.l-block > *:not(:last-child) {
  margin-bottom: 3.70763%;
}
@media only screen and (max-width: 767px) {
  .l-block > *:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
}
.header {
  font-weight: bold;
  position: relative;
}
.header__nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .header__nav {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .header {
    position: absolute;
  }
}
.global-header {
  position: relative;
}
.global-header__inner {
  background-image: url(../images/bg_header_lower.jpg);
  background-position: right 106px top;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 134px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 0;
}
.global-header__inner a {
  display: block;
}
.global-header__site-logo {
  width: 196px;
}
.global-header__pfizer-logo {
  width: 90px;
}
@media only screen and (max-width: 1044px) {
  .global-header__inner {
    background-position: right 20.15326vw top;
    background-size: 55.07663vw auto;
    height: 12.83525vw;
  }
  .global-header__site-logo {
    width: 18.77395vw;
  }
  .global-header__pfizer-logo {
    width: 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .global-header {
    border-bottom: 1px solid #e3d8e7;
  }
  .global-header__inner {
    background: none;
    height: 13.6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .global-header__site-logo {
    margin-right: 4vw;
    width: 36.13333vw;
  }
  .global-header__pfizer-logo {
    width: 24vw;
  }
}
.top .global-header__inner,
.index .global-header__inner {
  background: none;
  height: 71px;
}
@media only screen and (max-width: 767px) {
  .top .global-header__inner,
  .index .global-header__inner {
    height: 13.6vw;
  }
}
.footer {
  background: #e3d8e7;
  border-top: 2px solid #c7b5d1;
  padding: 16px 0 34px;
  text-align: center;
}
.footer__copyright {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 2.93333vw;
  }
  .footer__copyright {
    font-size: 2.66667vw;
  }
}
.footer-link {
  margin-bottom: 10px;
}
.footer-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-link__item ~ .footer-link__item .footer-link__text {
  border-left: 1px solid #333;
}
.footer-link__item a {
  display: block;
}
.footer-link__text {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .footer-link__item:not(:first-child) .footer-link__text {
    padding-left: 4.93333vw;
  }
  .footer-link__item:not(:last-child) .footer-link__text {
    padding-right: 4.93333vw;
  }
  .footer-link__text {
    padding: 0;
  }
}
.global-nav {
  background: #e3d8e7;
}
.global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
}
.global-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 128px;
  -ms-flex: 1 1 128px;
  flex: 1 1 128px;
  font-size: 1.2rem;
  line-height: calc(17 / 12);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.global-nav__item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.global-nav__item--current,
.global-nav__item:hover {
  background: #8e71a8;
}
.global-nav__item--current a,
.global-nav__item:hover a {
  color: #fff;
  text-decoration: none;
}
.global-nav__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.global-nav__item .arrow {
  display: none;
}
@media only screen and (max-width: 1044px) {
  .global-nav__list {
    height: auto;
  }
  .global-nav__item a {
    padding: 5% 5% 4%;
  }
  .global-nav__item a br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .global-nav {
    width: 100%;
    z-index: 1;
  }
  .global-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .global-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .global-nav__item ~ .global-nav__item {
    border: none;
    border-top: 1px solid #e6e6e6;
  }
  .global-nav__item.util-only-sp {
    border-right: none;
  }
  .global-nav__item a {
    font-size: 4.93333vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4vw 3.33333vw;
    width: 100%;
  }
  .global-nav__item .arrow {
    display: inline-block;
  }
  .global-nav__item .arrow::before,
  .global-nav__item .arrow::after {
    height: 2.13333vw;
    width: 0.93333vw;
  }
}
@media only screen and (max-width: 767px) {
  .menu-button {
    height: 10vw;
    line-height: 1.1;
    padding: 0;
    position: absolute;
    right: 2.66667vw;
    top: 2vw;
    width: 12vw;
  }
  .menu-button__icon {
    display: block;
    height: 4.8vw;
    margin: 0 auto;
    position: relative;
    width: 6vw;
  }
  .menu-button__icon span {
    background: #8e71a8;
    display: block;
    height: 0.66667vw;
    position: absolute;
    width: 6vw;
  }
  .menu-button__icon span:nth-child(1) {
    top: 0;
  }
  .menu-button__icon span:nth-child(2) {
    background: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .menu-button__icon span:nth-child(2):before,
  .menu-button__icon span:nth-child(2):after {
    background: #8e71a8;
    content: "";
    display: block;
    height: 0.66667vw;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 6vw;
  }
  .menu-button__icon span:nth-child(3) {
    bottom: 0;
  }
  .menu-button__text {
    color: #8e71a8;
    display: block;
    font-size: 2.93333vw;
    margin-top: 1.33333vw;
  }
  .menu-button__text[aria-hidden="true"] {
    display: none;
  }
  .menu-button.is-active .menu-button__icon span:nth-child(1) {
    display: none;
  }
  .menu-button.is-active .menu-button__icon span:nth-child(2):before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-button.is-active .menu-button__icon span:nth-child(2):after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-button.is-active .menu-button__icon span:nth-child(3) {
    display: none;
  }
}
.breadcrumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  margin-top: 15px;
}
.breadcrumb__item {
  font-size: 1.4rem;
  white-space: nowrap;
}
.breadcrumb__item a {
  color: #3662ba;
  text-decoration: underline;
}
.breadcrumb__item .arrow {
  margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 3.2vw;
  }
}
.pagetop {
  bottom: 20px;
  font-size: 1.4rem;
  position: absolute;
  right: 15px;
}
.pagetop .arrow-a--pagetop {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagetop .arrow-a--pagetop::before,
.pagetop .arrow-a--pagetop::after {
  background: #ffa400;
  height: 6px;
  width: 2px;
}
.pagetop .arrow-a--pagetop::before {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
.pagetop .arrow-a--pagetop::after {
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
.pagetop:hover {
  color: #ffa400;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    background: #ffc778;
    bottom: 5.66667vw;
    border-radius: 50%;
    height: 13.33333vw;
    position: absolute;
    right: 2.66667vw;
    width: 13.33333vw;
  }
  .pagetop__inner {
    height: 100%;
  }
  .pagetop__text {
    display: none;
  }
  .pagetop .arrow-a--pagetop {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -55%) rotate(-90deg);
    -ms-transform: translate(-50%, -55%) rotate(-90deg);
    transform: translate(-50%, -55%) rotate(-90deg);
  }
  .pagetop .arrow-a--pagetop::before,
  .pagetop .arrow-a--pagetop::after {
    background: #fff;
    height: 3.2vw;
    width: 1.2vw;
  }
  .pagetop .arrow-a--pagetop::before {
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
  }
  .pagetop .arrow-a--pagetop::after {
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
  }
}
.attention__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.attention__dialog {
  position: relative;
  width: 100%;
}
.attention-dialog {
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 800px;
  padding: 50px;
  position: relative;
}
.attention-dialog__title {
  text-align: center;
}
.attention-dialog__logo {
  width: 302px;
  margin: 0 auto 25px;
}
.attention-dialog__logo-pfizer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 90px;
}
.attention-dialog__headline {
  color: #6b489a;
  display: block;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.attention-dialog__headtext {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.attention-dialog__text {
  margin-bottom: 45px;
}
.attention-dialog__text p:not(:last-child) {
  margin-bottom: 1.2em;
}
.attention-dialog__buttons {
  background: #eee;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .attention-dialog {
    max-width: 94.66667vw;
    padding: 6.66667vw 4vw 6.66667vw 4vw;
    top: 0;
  }
  .attention-dialog__logo {
    margin-bottom: 2.66667vw;
    width: 40.26667vw;
  }
  .attention-dialog__logo-pfizer {
    top: 1vw;
    right: 2.66667vw;
    width: 16vw;
  }
  .attention-dialog__headline {
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    font-weight: bold;
  }
  .attention-dialog__text {
    font-size: 3.46667vw;
    margin-bottom: 4.26667vw;
  }
  .attention-dialog__text p:not(:last-child) {
    margin-bottom: 1.2em;
  }
  .attention-dialog__headtext {
    font-size: 3.46667vw;
    margin-bottom: 2.66667vw;
  }
}
.attention-buttons {
  padding: 30px 40px;
  text-align: center;
}
.attention-buttons__question {
  color: #6b489a;
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.attention-buttons__button .button {
  margin: 0 15px;
  position: relative;
  width: 232px;
}
.attention-buttons__button .button:visited {
  color: #fff;
}
.attention-buttons__button .button:hover {
  color: #fff;
  text-decoration: none;
}
.attention-buttons__button .arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .attention-buttons {
    padding: 2vw 4vw 3.33333vw;
  }
  .attention-buttons__question {
    font-size: 3.73333vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .attention-buttons__button .button {
    margin: 0;
    padding: 2.66667vw 0;
    width: 64vw;
  }
  .attention-buttons__button .button:not(:last-child) {
    margin-bottom: 3.33333vw;
  }
}
.read-attention {
  height: 100%;
  position: fixed;
  width: 100%;
}
.read-attention .attention {
  display: table;
  height: 100%;
  width: 100%;
}
.read-attention .attention__wrapper {
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.read-attention .attention__inner {
  display: table-cell;
  vertical-align: middle;
}
.attention_02 .attention-dialog__logo {
  width: auto;
}
.attention_02 .attention-dialog__headtext {
  font-size: 2.1rem;
  line-height: 2;
  margin-bottom: 80px;
}
.attention_02 .attention-buttons02 {
  text-align: left;
  font-size: 2.1rem;
}
.attention_02 .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  margin-top: 30px;
}
.attention_02 .grid .col:first-child {
  width: 137px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .attention_02 .attention-dialog__logo {
    width: 44vw;
  }
  .attention_02 .attention-dialog__headtext {
    font-size: 4vw;
    margin-bottom: 6.66667vw;
  }
  .attention_02 .attention-buttons02 {
    font-size: 4vw;
  }
  .attention_02 .grid {
    display: block;
    font-size: 2.4vw;
    margin-top: 5.33333vw;
  }
  .attention_02 .grid .col ~ .col {
    margin-top: 2.66667vw;
  }
  .attention_02 .grid .col:first-child {
    width: 18.26667vw;
    margin-right: 0;
  }
  .attention_02 .grid .col:last-child a {
    width: 31.06667vw;
    display: block;
  }
}
.arrow {
  display: inline-block;
}
.arrow-a::before,
.arrow-a::after {
  background: #fff;
  content: "";
  display: block;
  height: 10px;
  width: 4px;
}
.arrow-a::before {
  -webkit-transform: skew(35deg);
  -ms-transform: skew(35deg);
  transform: skew(35deg);
}
.arrow-a::after {
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-35deg);
}
.arrow-b::before,
.arrow-b::after {
  background: #333;
  content: "";
  display: block;
  height: 5px;
  width: 2px;
}
.arrow-b::before {
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
}
.arrow-b:after {
  -webkit-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  transform: skew(-50deg);
}
.icon-attention {
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
  width: 29px;
}
@media only screen and (max-width: 767px) {
  .icon-attention {
    top: 0;
    width: 4.53333vw;
  }
}
.icon-a {
  height: 39px;
  margin-right: 12px;
  margin-top: 0.1em;
  width: 46px;
}
@media only screen and (max-width: 767px) {
  .icon-a {
    height: auto;
    margin-right: 2.66667vw;
    width: 8.4vw;
  }
}
.button {
  display: inline-block;
}
.button-a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8e71a8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 0 #6b489a;
  box-shadow: 0 5px 0 #6b489a;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2em 1em;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.button-a .arrow {
  margin-left: 0.5em;
}
.button-a:hover {
  background: #6b489a;
}
@media only screen and (max-width: 767px) {
  .button-a {
    -webkit-box-shadow: 0 0.66667vw 0 #6b489a;
    box-shadow: 0 0.66667vw 0 #6b489a;
    font-size: 3.46667vw;
  }
  .button-a .arrow-a::before,
  .button-a .arrow-a::after {
    height: 5px;
    width: 2px;
  }
}
.button-a--lcpro {
  background: #fff;
  border: 1px solid #93bff2;
  -webkit-box-shadow: 0 5px 0 #93bff2;
  box-shadow: 0 5px 0 #93bff2;
}
.button-a--lcpro .arrow::before,
.button-a--lcpro .arrow::after {
  background: #93bff2;
}
.button-a--lcpro:hover {
  background: #edf5ff;
}
.headline {
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "MS PGothic", arial, helvetica, sans-serif;
}
.headline-a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px solid #ffc778;
  color: #6b489a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
.headline-a__text {
  line-height: calc(28 / 21);
}
.headline-a--plain {
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .headline-a {
    font-size: 6.4vw;
    padding-bottom: 2.93333vw;
  }
  .headline-a::before {
    height: 7.06667vw;
    width: 8.4vw;
  }
}
.headline-b {
  border-left: 2px solid #6b489a;
  color: #6b489a;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 2px;
}
.headline-b__text {
  display: inline-block;
  line-height: 1.48;
  margin-left: 0.5em;
}
.headline-b--serious {
  border-left-color: #cf5959;
  color: #cf5959;
}
.headline-b--important {
  border-left: 2px solid #ffa400;
  color: #ffa400;
}
@media only screen and (max-width: 767px) {
  .headline-b {
    font-size: 5.06667vw;
    padding-top: 0.26667vw;
    padding-bottom: 0.26667vw;
  }
}
.headline-c {
  border-bottom: 2px solid #8e71a8;
  color: #8e71a8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 4px;
}
.headline-c__text {
  line-height: 1.4;
}
.headline-c--subcolor {
  border-bottom: 2px solid #ffa400;
  color: #ffa400;
}
@media only screen and (max-width: 964px) {
  .headline-c {
    margin-bottom: 1.90678vw;
  }
}
@media only screen and (max-width: 964px) {
  .headline-c {
    margin-bottom: 4.66667vw;
  }
}
.headline-attention {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff7200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.58898%;
}
.headline-attention--serious {
  color: #cf5959;
}
@media only screen and (max-width: 767px) {
  .headline-attention {
    font-size: 4.13333vw;
    margin-bottom: 4vw;
  }
}
.caption {
  font-size: 1.4rem;
  margin-top: 0.5em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .caption {
    font-size: 2.8vw;
  }
}
.strong-a {
  color: #ff7200;
  font-weight: normal;
}
.strong-b {
  text-decoration: underline;
}
.text-notes {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .text-notes {
    font-size: 3.73333vw;
  }
}
.text-link {
  color: #8e71a8;
  text-decoration: underline;
}
.text-link:visited {
  color: #8e71a8;
}
.text-link:hover {
  text-decoration: none;
}
.notes {
  border: 1px solid #2b4c75;
  display: inline-block;
  padding: 15px 20px;
  text-align: left;
}
.notes__term {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .notes {
    padding: 2vw 2.66667vw;
  }
}
.list-box {
  border: 2px solid #8e71a8;
}
.list-box__term {
  background: #8e71a8;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.list-box__description {
  padding: 20px;
}
.list-box__description li {
  color: #8e71a8;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-box__description .list-headline {
  padding-left: 1.2em;
  position: relative;
}
.list-box__description .list-headline::before {
  content: "■";
  display: block;
  font-size: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.4em;
}
.list-box__description .list-description {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 2.5em;
  text-indent: -1em;
}
.list-box--wide .list-box__term {
  padding: 12px 0;
}
.list-box--wide .list-box__description {
  padding: 35px;
}
.list-box--wide .list-box__description li:not(:last-child) {
  margin-bottom: 1.8em;
}
.list-box--wide .list-box__description .list-headline {
  margin-bottom: 0.5em;
}
.list-box--serious {
  border: 2px solid #cf5959;
}
.list-box--serious .list-box__term {
  background: #cf5959;
}
.list-box--serious .list-box__description li {
  color: #cf5959;
}
.list-box--important {
  border: 2px solid #ffa400;
}
.list-box--important .list-box__term {
  background: #ffa400;
}
.list-box--important .list-box__description li {
  color: #ffa400;
}
.list-box--careful {
  border: 2px solid #2b4d75;
}
.list-box--careful .list-box__term {
  background: #2b4d75;
}
.list-box--careful .list-box__description li {
  color: #2b4d75;
}
@media only screen and (max-width: 767px) {
  .list-box__term {
    font-size: 5.06667vw;
    padding: 2.66667vw;
  }
  .list-box__description {
    padding: 4vw 2vw;
  }
  .list-box__description li {
    font-size: 4.8vw;
  }
  .list-box__description .list-headline::before {
    font-size: 3.2vw;
  }
  .list-box--wide .list-box__term {
    padding: 2.66667vw 0;
  }
  .list-box--wide .list-box__description {
    padding: 6vw 2.66667vw;
  }
  .list-box--wide .list-box__description li:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
}
.util-mt0 {
  margin-top: 0px !important;
}
.util-mr0 {
  margin-right: 0px !important;
}
.util-mb0 {
  margin-bottom: 0px !important;
}
.util-ml0 {
  margin-left: 0px !important;
}
.util-pt0 {
  padding-top: 0px !important;
}
.util-pr0 {
  padding-right: 0px !important;
}
.util-pb0 {
  padding-bottom: 0px !important;
}
.util-pl0 {
  padding-left: 0px !important;
}
.util-mt5 {
  margin-top: 5px !important;
}
.util-mr5 {
  margin-right: 5px !important;
}
.util-mb5 {
  margin-bottom: 5px !important;
}
.util-ml5 {
  margin-left: 5px !important;
}
.util-pt5 {
  padding-top: 5px !important;
}
.util-pr5 {
  padding-right: 5px !important;
}
.util-pb5 {
  padding-bottom: 5px !important;
}
.util-pl5 {
  padding-left: 5px !important;
}
.util-mt10 {
  margin-top: 10px !important;
}
.util-mr10 {
  margin-right: 10px !important;
}
.util-mb10 {
  margin-bottom: 10px !important;
}
.util-ml10 {
  margin-left: 10px !important;
}
.util-pt10 {
  padding-top: 10px !important;
}
.util-pr10 {
  padding-right: 10px !important;
}
.util-pb10 {
  padding-bottom: 10px !important;
}
.util-pl10 {
  padding-left: 10px !important;
}
.util-mt15 {
  margin-top: 15px !important;
}
.util-mr15 {
  margin-right: 15px !important;
}
.util-mb15 {
  margin-bottom: 15px !important;
}
.util-ml15 {
  margin-left: 15px !important;
}
.util-pt15 {
  padding-top: 15px !important;
}
.util-pr15 {
  padding-right: 15px !important;
}
.util-pb15 {
  padding-bottom: 15px !important;
}
.util-pl15 {
  padding-left: 15px !important;
}
.util-mt20 {
  margin-top: 20px !important;
}
.util-mr20 {
  margin-right: 20px !important;
}
.util-mb20 {
  margin-bottom: 20px !important;
}
.util-ml20 {
  margin-left: 20px !important;
}
.util-pt20 {
  padding-top: 20px !important;
}
.util-pr20 {
  padding-right: 20px !important;
}
.util-pb20 {
  padding-bottom: 20px !important;
}
.util-pl20 {
  padding-left: 20px !important;
}
.util-mt25 {
  margin-top: 25px !important;
}
.util-mr25 {
  margin-right: 25px !important;
}
.util-mb25 {
  margin-bottom: 25px !important;
}
.util-ml25 {
  margin-left: 25px !important;
}
.util-pt25 {
  padding-top: 25px !important;
}
.util-pr25 {
  padding-right: 25px !important;
}
.util-pb25 {
  padding-bottom: 25px !important;
}
.util-pl25 {
  padding-left: 25px !important;
}
.util-mt30 {
  margin-top: 30px !important;
}
.util-mr30 {
  margin-right: 30px !important;
}
.util-mb30 {
  margin-bottom: 30px !important;
}
.util-ml30 {
  margin-left: 30px !important;
}
.util-pt30 {
  padding-top: 30px !important;
}
.util-pr30 {
  padding-right: 30px !important;
}
.util-pb30 {
  padding-bottom: 30px !important;
}
.util-pl30 {
  padding-left: 30px !important;
}
.util-mt35 {
  margin-top: 35px !important;
}
.util-mr35 {
  margin-right: 35px !important;
}
.util-mb35 {
  margin-bottom: 35px !important;
}
.util-ml35 {
  margin-left: 35px !important;
}
.util-pt35 {
  padding-top: 35px !important;
}
.util-pr35 {
  padding-right: 35px !important;
}
.util-pb35 {
  padding-bottom: 35px !important;
}
.util-pl35 {
  padding-left: 35px !important;
}
.util-mt40 {
  margin-top: 40px !important;
}
.util-mr40 {
  margin-right: 40px !important;
}
.util-mb40 {
  margin-bottom: 40px !important;
}
.util-ml40 {
  margin-left: 40px !important;
}
.util-pt40 {
  padding-top: 40px !important;
}
.util-pr40 {
  padding-right: 40px !important;
}
.util-pb40 {
  padding-bottom: 40px !important;
}
.util-pl40 {
  padding-left: 40px !important;
}
.util-mt45 {
  margin-top: 45px !important;
}
.util-mr45 {
  margin-right: 45px !important;
}
.util-mb45 {
  margin-bottom: 45px !important;
}
.util-ml45 {
  margin-left: 45px !important;
}
.util-pt45 {
  padding-top: 45px !important;
}
.util-pr45 {
  padding-right: 45px !important;
}
.util-pb45 {
  padding-bottom: 45px !important;
}
.util-pl45 {
  padding-left: 45px !important;
}
.util-mt50 {
  margin-top: 50px !important;
}
.util-mr50 {
  margin-right: 50px !important;
}
.util-mb50 {
  margin-bottom: 50px !important;
}
.util-ml50 {
  margin-left: 50px !important;
}
.util-pt50 {
  padding-top: 50px !important;
}
.util-pr50 {
  padding-right: 50px !important;
}
.util-pb50 {
  padding-bottom: 50px !important;
}
.util-pl50 {
  padding-left: 50px !important;
}
.util-mt55 {
  margin-top: 55px !important;
}
.util-mr55 {
  margin-right: 55px !important;
}
.util-mb55 {
  margin-bottom: 55px !important;
}
.util-ml55 {
  margin-left: 55px !important;
}
.util-pt55 {
  padding-top: 55px !important;
}
.util-pr55 {
  padding-right: 55px !important;
}
.util-pb55 {
  padding-bottom: 55px !important;
}
.util-pl55 {
  padding-left: 55px !important;
}
.util-mt60 {
  margin-top: 60px !important;
}
.util-mr60 {
  margin-right: 60px !important;
}
.util-mb60 {
  margin-bottom: 60px !important;
}
.util-ml60 {
  margin-left: 60px !important;
}
.util-pt60 {
  padding-top: 60px !important;
}
.util-pr60 {
  padding-right: 60px !important;
}
.util-pb60 {
  padding-bottom: 60px !important;
}
.util-pl60 {
  padding-left: 60px !important;
}
.util-mt65 {
  margin-top: 65px !important;
}
.util-mr65 {
  margin-right: 65px !important;
}
.util-mb65 {
  margin-bottom: 65px !important;
}
.util-ml65 {
  margin-left: 65px !important;
}
.util-pt65 {
  padding-top: 65px !important;
}
.util-pr65 {
  padding-right: 65px !important;
}
.util-pb65 {
  padding-bottom: 65px !important;
}
.util-pl65 {
  padding-left: 65px !important;
}
.util-mt70 {
  margin-top: 70px !important;
}
.util-mr70 {
  margin-right: 70px !important;
}
.util-mb70 {
  margin-bottom: 70px !important;
}
.util-ml70 {
  margin-left: 70px !important;
}
.util-pt70 {
  padding-top: 70px !important;
}
.util-pr70 {
  padding-right: 70px !important;
}
.util-pb70 {
  padding-bottom: 70px !important;
}
.util-pl70 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 768px) {
  .util-crisp {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
.util-only-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .util-only-pc {
    display: none !important;
  }
  .util-only-sp {
    display: inherit !important;
  }
}
.util-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.itemization-l {
  list-style-type: none;
  padding-left: 1.5em;
}

ul.itemization-l > li {
  position: relative;
}
ul.itemization-l > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 8px;
  height: 8px;
  background-color: #002855;
  border-radius: 100%;
}
ul.itemization-l > li span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 7px;
}

.itemization-m {
  list-style-type: none;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
ul.itemization-m > li {
  position: relative;
}
ul.itemization-m > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #002855;
  border-bottom: 2px solid #002855;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
aside.aside {
  color: #666666;
  font-size: 0.8em;
  text-align: right;
}
/*# sourceMappingURL=../map/css/common.css.map */
.day_create {
  text-align: right;
  font-size: 1.2rem;
}
