/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  color: #333333;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.78em;
}

.is-global-nav-open html {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1050px) {
  body {
    font-size: 1.6rem;
  }
}

.is-global-nav-open body {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

sub {
  vertical-align: sub;
  font-size: 1.1rem;
}

@media screen and (min-width: 960px) {
  sub {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1050px) {
  sub {
    font-size: 1.1rem;
  }
}

sup {
  vertical-align: super;
  font-size: 1.1rem;
}

@media screen and (min-width: 960px) {
  sup {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1050px) {
  sup {
    font-size: 1.1rem;
  }
}

button {
  outline: none;
}

.block {
  display: block;
  text-decoration: none;
}

.block, .block:active, .block:visited {
  color: inherit;
}

.inline-block {
  display: inline-block;
}

.break {
  word-wrap: break-word;
}

.full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.stick {
  margin: 0 !important;
}

.stick-bottom {
  margin-bottom: 0 !important;
}

.stick-left {
  margin-left: 0 !important;
}

.stick-right {
  margin-right: 0 !important;
}

.stick-top {
  margin-top: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
}

.word {
  display: inline-block;
}

.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

@media print, screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

.box {
  background-color: #ffffff;
  padding: 40px 20px;
}

@media screen and (min-width: 960px) {
  .box {
    padding: 50px 50px 60px 50px;
  }
}

.box:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .box:not(:first-child) {
    margin-top: 50px;
  }
}

.box:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .box:not(:last-child) {
    margin-bottom: 50px;
  }
}

.breadcrumb {
  background-color: #03314c;
  color: #ffffff;
  padding: 9px 0 10px;
  overflow: auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .breadcrumb {
    padding: 19px 0 24px;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.breadcrumb__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  line-height: 1;
}

.breadcrumb__list__item:not(:first-child)::after {
  content: '/';
  font-size: .8rem;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 960px) {
  .breadcrumb__list__item:not(:first-child)::after {
    font-size: 1.4rem;
  }
}

.breadcrumb__list__item a, .breadcrumb__list__item span {
  font-size: .8rem;
}

@media screen and (min-width: 960px) {
  .breadcrumb__list__item a, .breadcrumb__list__item span {
    font-size: 1.4rem;
  }
}

.breadcrumb__list__item a {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.breadcrumb__list__item a:hover {
  color: #198fc9;
}

.breadcrumb__list__item span {
  display: block;
  color: #2a9fdd;
}

.button {
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #2a9fdd;
  border: none;
  width: 100%;
  max-width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 20px 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {
  .button {
    font-size: 2.4rem;
    max-width: 412px;
    padding: 42px 20px 42px;
  }
}

.button:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .button:not(:first-child) {
    margin-top: 50px;
  }
}

.button:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .button:hover {
    background-color: #198fc9;
  }
}

.button:disabled {
  background: #ccc;
}

.checkbox-list {
  margin-top: -10px;
}

@media screen and (min-width: 960px) {
  .checkbox-list {
    margin-top: -15px;
  }
}

.checkbox-list__item,
.checkbox-list .mwform-checkbox-field {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  .checkbox-list__item,
  .checkbox-list .mwform-checkbox-field {
    font-size: 1.6rem;
    padding-left: 30px;
    margin-top: 15px;
  }
}

.checkbox-list__item label,
.checkbox-list .mwform-checkbox-field label {
  font-weight: inherit;
}

.checkbox-list__item:not(:last-child),
.checkbox-list .mwform-checkbox-field:not(:last-child) {
  margin-right: 20px;
}

@media screen and (min-width: 960px) {
  .checkbox-list__item:not(:last-child),
  .checkbox-list .mwform-checkbox-field:not(:last-child) {
    margin-right: 40px;
  }
}

.checkbox-list__item__mark,
.checkbox-list .mwform-checkbox-field__mark {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .checkbox-list__item__mark,
  .checkbox-list .mwform-checkbox-field__mark {
    top: 3px;
  }
}

.columns:not(:first-child) {
  margin-top: 30px;
}

.columns:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .columns__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.columns__column:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .columns__column:not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }
}

.columns__column:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .columns__column:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 960px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.container--full {
  max-width: none;
}

.container--narrow {
  max-width: 960px;
}

.emphasis {
  color: #cc0200;
}

.emphasis--blue {
  color: #0772b8;
}

.emphasis--bigger {
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .emphasis--bigger {
    font-size: 2.4rem;
  }
}

.heading-a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75em;
  text-align: center;
  color: #03314c;
}

@media screen and (min-width: 960px) {
  .heading-a {
    font-size: 2.4rem;
  }
}

.heading-a:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .heading-a:not(:first-child) {
    margin-top: 80px;
  }
}

.heading-a:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .heading-a:not(:last-child) {
    margin-bottom: 50px;
  }
}

.heading-b {
  color: #03314c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75em;
}

@media screen and (min-width: 960px) {
  .heading-b {
    font-size: 2.4rem;
  }
}

.heading-b:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .heading-b:not(:first-child) {
    margin-top: 60px;
  }
}

.heading-b:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .heading-b:not(:last-child) {
    margin-bottom: 40px;
  }
}

.heading-c {
  font-size: 1.2rem;
  font-weight: 700;
  border-left: 3px solid #03314c;
  padding: 7px 0 7px 15px;
}

@media screen and (min-width: 960px) {
  .heading-c {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 18px 0 18px 20px;
    border-left: 6px solid #03314c;
  }
}

.heading-c:not(:first-child) {
  margin-top: 35px;
}

.heading-c:not(:last-child) {
  margin-bottom: 15px;
}

.hero {
  background-color: #03314c;
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

@media screen and (min-width: 960px) {
  .hero {
    height: 320px;
  }
}

.hero::before {
  content: '';
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  left: 45px;
  background-size: cover;
  background-position: center bottom;
  background-image: url("../images/common/hero.jpg");
}

@media screen and (min-width: 960px) {
  .hero::before {
    left: auto;
    right: 0;
    width: 1280px;
    height: 320px;
  }
}

.hero__container {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .hero__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero__heading {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  line-height: 1.5769em;
  margin-left: 10px;
}

@media screen and (min-width: 960px) {
  .hero__heading {
    font-size: 6.2rem;
    margin-left: 0;
  }
}

.image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.image--center {
  text-align: center;
}

.input input {
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .input input {
    width: 20em;
  }
}

.lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75em;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .lead {
    font-size: 3.2rem;
  }
}

.lead:not(:first-child) {
  margin-top: 0;
}

.lead:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (min-width: 1050px) {
  .lead:not(:last-child) {
    margin-bottom: 110px;
  }
}

.link {
  color: #208bcc;
  font-weight: 700;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 960px) {
  .link:hover {
    color: #2a9fdd;
    text-decoration: underline;
  }
}

.list--order {
  counter-reset: ol_li;
}

.list:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .list:not(:first-child) {
    margin-top: 20px;
  }
}

.list:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 960px) {
  .list:not(:last-child) {
    margin-bottom: 20px;
  }
}

.list__item {
  font-size: 1.2rem;
  line-height: 1.75em;
  position: relative;
}

@media screen and (min-width: 960px) {
  .list__item {
    font-size: 1.6rem;
  }
}

.list__item:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 960px) {
  .list__item:not(:first-child) {
    margin-top: 10px;
  }
}

.list--default .list__item {
  padding-left: 10px;
}

@media screen and (min-width: 960px) {
  .list--default .list__item {
    padding-left: 15px;
  }
}

.list--order .list__item {
  padding-left: 15px;
}

@media screen and (min-width: 960px) {
  .list--order .list__item {
    padding-left: 20px;
  }
}

.list--default .list__item::before {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .list--default .list__item::before {
    width: 5px;
    height: 5px;
    top: 12px;
  }
}

.list--order .list__item::before {
  content: counter(ol_li) ".";
  counter-increment: ol_li;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph {
  font-size: 1.2rem;
  line-height: 1.75em;
}

@media screen and (min-width: 960px) {
  .paragraph {
    font-size: 1.6rem;
  }
}

.paragraph:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 960px) {
  .paragraph:not(:first-child) {
    margin-top: 35px;
  }
}

.radio-list {
  margin-top: -10px;
}

@media screen and (min-width: 960px) {
  .radio-list {
    margin-top: -15px;
  }
}

.radio-list__item,
.radio-list .mwform-radio-field {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 1.2rem;
  line-height: 1.6em;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  .radio-list__item,
  .radio-list .mwform-radio-field {
    font-size: 1.6rem;
    padding-left: 30px;
    margin-top: 15px;
  }
}

.radio-list__item:not(:last-child),
.radio-list .mwform-radio-field:not(:last-child) {
  margin-right: 20px;
}

@media screen and (min-width: 960px) {
  .radio-list__item:not(:last-child),
  .radio-list .mwform-radio-field:not(:last-child) {
    margin-right: 40px;
  }
}

.radio-list__item label,
.radio-list .mwform-radio-field label {
  font-weight: inherit;
}

.radio-list__item__mark,
.radio-list .mwform-radio-field__mark {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .radio-list__item__mark,
  .radio-list .mwform-radio-field__mark {
    top: 3px;
  }
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .section {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

.section--entry {
  border-top: 1px solid #03314c;
  background-color: #f2f2f2;
  padding-top: 65px;
  padding-bottom: 56px;
}

@media screen and (min-width: 960px) {
  .section--entry {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 960px) {
  .section--entry__columns {
    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;
    margin-top: 50px;
  }
}

.section--entry__columns__column:nth-child(1) {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .section--entry__columns__column:nth-child(1) {
    margin-top: 0;
  }
}

.section--entry__columns__column:nth-child(2) {
  margin-top: 25px;
}

@media screen and (min-width: 960px) {
  .section--entry__columns__column:nth-child(2) {
    margin-top: 0;
    margin-left: 60px;
  }
}

.section--entry__heading {
  color: #03314c;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .section--entry__heading {
    font-size: 4.2rem;
  }
}

.section--entry__logo {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .section--entry__logo {
    width: 387px;
    margin-top: 50px;
  }
}

.section--entry__tel {
  color: #2a9fdd;
  text-align: center;
}

@media screen and (min-width: 1050px) {
  .section--entry__tel {
    text-align: right;
  }
}

.section--entry__tel__icon {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .section--entry__tel__icon {
    font-size: 4.2rem;
    padding-left: 55px;
  }
}

.section--entry__tel__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/common/ico_tel.svg");
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
}

@media screen and (min-width: 1050px) {
  .section--entry__tel__icon::before {
    background-size: 43px 54px;
    width: 43px;
    height: 54px;
  }
}

.section--entry__tel__date {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: .04em;
  margin-left: 30px;
}

@media screen and (min-width: 960px) {
  .section--entry__tel__date {
    font-size: 2.2rem;
    letter-spacing: .06em;
    margin-left: 0;
  }
}

.section--entry__button {
  max-width: 248px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .section--entry__button {
    max-width: none;
    width: 412px;
  }
}

.section--entry__button__anchor {
  display: block;
  color: #ffffff;
  font-weight: 700;
  background-color: #2a9fdd;
  text-align: center;
  padding: 28px 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 960px) {
  .section--entry__button__anchor {
    font-size: 2.4rem;
    padding: 48px 20px;
  }
}

.section--entry__button__anchor:hover {
  background-color: #198fc9;
}

.section--pickup {
  background-color: #03314c;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .section--pickup {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section--pickup__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.section--pickup__nav__list__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 9px;
  padding-right: 9px;
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
  }
}

.section--pickup__nav__list__item:nth-child(n+3) {
  margin-top: 18px;
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item:nth-child(n+3) {
    margin-top: 0;
  }
}

.section--pickup__nav__list__item__card {
  display: block;
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

a:hover .section--pickup__nav__list__item__card {
  background-color: #f2f2f2;
}

.section--pickup__nav__list__item__card__image {
  position: relative;
  padding-top: 88%;
}

.section--pickup__nav__list__item__card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section--pickup__nav__list__item__card__image__search {
  width: 40px;
}

@media screen and (min-width: 640px) {
  .section--pickup__nav__list__item__card__image__search {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__image__search {
    width: 67px;
  }
}

.section--pickup__nav__list__item__card__image__staff {
  width: 50px;
}

@media screen and (min-width: 640px) {
  .section--pickup__nav__list__item__card__image__staff {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__image__staff {
    width: 82px;
  }
}

.section--pickup__nav__list__item__card__image__voice {
  width: 36px;
}

@media screen and (min-width: 640px) {
  .section--pickup__nav__list__item__card__image__voice {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__image__voice {
    width: 60px;
  }
}

.section--pickup__nav__list__item__card__image__flow {
  width: 40px;
}

@media screen and (min-width: 640px) {
  .section--pickup__nav__list__item__card__image__flow {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__image__flow {
    width: 67px;
  }
}

.section--pickup__nav__list__item__card__button__anchor {
  text-align: center;
  display: block;
  background-color: #2a9fdd;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

a:hover .section--pickup__nav__list__item__card__button__anchor {
  background-color: #198fc9;
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__button__anchor {
    font-size: 1.6rem;
    padding: 27px 20px;
  }
}

.section--pickup__nav__list__item__card__button__anchor::after {
  content: '';
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-image: url("../images/common/ico_arrow.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 960px) {
  .section--pickup__nav__list__item__card__button__anchor::after {
    right: 22px;
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
    top: calc(50% - 8px);
  }
}

a:hover .section--pickup__nav__list__item__card__button__anchor::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.select-list {
  font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
  .select-list {
    font-size: 1.6rem;
  }
}

.select-list__item {
  width: 10rem;
  margin-right: 5px;
  padding: 8px;
}

@media screen and (min-width: 960px) {
  .select-list__item {
    width: 20rem;
  }
}

.table {
  width: 100%;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.table:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .table:not(:first-child) {
    margin-top: 40px;
  }
}

.table:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .table:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 960px) {
  .table__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table__group__term, .table__group__desc {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .table__group__term, .table__group__desc {
    padding: 25px;
  }
}

.table__group__term {
  font-weight: 700;
  background-color: #f4f4f4;
}

@media screen and (min-width: 960px) {
  .table__group__term {
    width: 200px;
  }
}

@media screen and (min-width: 960px) {
  .table__group__desc {
    width: calc(100% - 200px);
  }
}

.content {
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
}

@media screen and (max-width: 1049px) {
  .content {
    padding-top: 60px;
  }
}

.content__head {
  position: relative;
}

.footer {
  background-color: #03314c;
  color: #ffffff;
  padding: 35px 0 60px;
}

@media screen and (min-width: 960px) {
  .footer {
    padding: 70px 0 80px;
  }
}

.footer__nav__global-list {
  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;
  margin-top: -15px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  .footer__nav__global-list {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

.footer__nav__global-list__item {
  margin-top: 15px;
}

.footer__nav__global-list__item:not(:first-child)::before {
  content: '|';
  margin-left: 20px;
  margin-right: 20px;
}

.footer__nav__global-list__item:nth-child(4)::before {
  content: '';
}

@media screen and (min-width: 640px) {
  .footer__nav__global-list__item:nth-child(4)::before {
    content: '|';
  }
}

.footer__nav__global-list__item__anchor {
  font-size: 1.4rem;
  margin-left: -5px;
}

@media screen and (min-width: 960px) {
  .footer__nav__global-list__item__anchor {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .footer__nav__global-list__item__anchor:hover {
    color: #2a9fdd;
  }
}

.footer__nav__other-list {
  margin-top: 35px;
}

@media screen and (min-width: 640px) {
  .footer__nav__other-list {
    margin-top: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__nav__other-list__item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 640px) {
  .footer__nav__other-list__item:not(:first-child) {
    margin-top: 0;
    margin-left: 40px;
  }
}

@media screen and (min-width: 960px) {
  .footer__nav__other-list__item__anchor {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .footer__nav__other-list__item__anchor:hover {
    opacity: .7;
  }
}

.footer__nav__extra-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .footer__nav__extra-list {
    margin-top: 60px;
  }
}

.footer__nav__extra-list__item__anchor {
  font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
  .footer__nav__extra-list__item__anchor {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .footer__nav__extra-list__item__anchor:hover {
    color: #2a9fdd;
  }
}

.footer__copyright {
  margin-top: 25px;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1366px) {
  .header {
    background-color: #03314c;
    position: static;
  }
}

.header__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1366px) {
  .header__columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 1366px) {
  .header__columns__column:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}

.header__logo {
  padding-left: 15px;
  width: auto;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1366px) {
  .header__logo {
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__logo__content__anchor {
  display: block;
}

.header__logo__content__anchor img {
  width: 194px;
  height: 22px;
}

@media screen and (min-width: 1366px) {
  .header__logo__content__anchor img {
    width: 387px;
    height: 44px;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav {
    overflow-y: scroll;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #03314c;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    padding-top: 75px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is-global-nav-open .header__nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 1366px) {
  .header__nav {
    position: static;
  }
}

@media screen and (min-width: 1366px) {
  .header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav__global {
    padding-right: 0;
  }
}

@media screen and (min-width: 1366px) {
  .header__nav__global {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.header__nav__global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1365px) {
  .header__nav__global__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav__global__list__item {
    width: 100%;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav__global__list__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1366px) {
  .header__nav__global__list__item:not(:first-child) {
    margin-left: 30px;
  }
}

.header__nav__global__list__item__anchor {
  color: #ffffff;
  line-height: 1.4em;
}

@media screen and (min-width: 960px) {
  .header__nav__global__list__item__anchor {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .header__nav__global__list__item__anchor:hover {
    color: #2a9fdd;
  }
}

.header__nav__inquiry {
  width: 510px;
  background-color: #e4e4e4;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry {
    width: 100%;
    margin-top: 60px;
    background-color: transparent;
  }
}

.header__nav__inquiry__paragraph {
  font-size: 1.1rem;
  line-height: 1.45rem;
  text-align: center;
  padding: 18px 20px 17px;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__paragraph {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.916em;
    padding: 0;
  }
}

.header__nav__inquiry__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__columns {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__nav__inquiry__columns__column {
  width: 50%;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__columns__column {
    width: 100%;
  }
}

.header__nav__inquiry__tel, .header__nav__inquiry__button {
  height: 100px;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__tel, .header__nav__inquiry__button {
    font-size: 1.7rem;
    max-width: 240px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__tel__anchor, .header__nav__inquiry__button__anchor {
    padding: 22px;
  }
}

.header__nav__inquiry__tel {
  background-color: #198fc9;
  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;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__tel {
    padding: 22px;
  }
}

.header__nav__inquiry__tel__inner__icon {
  display: block;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-left: 18px;
}

@media screen and (min-width: 1050px) {
  .header__nav__inquiry__tel__inner__icon {
    padding-left: 24px;
  }
}

.header__nav__inquiry__tel__inner__icon::before {
  display: block;
  content: '';
  background-image: url("../images/common/ico_tel_white.svg");
  background-size: 13px 27px;
  width: 13px;
  height: 27px;
  position: absolute;
  top: -4px;
  left: 0;
}

@media screen and (min-width: 1050px) {
  .header__nav__inquiry__tel__inner__icon::before {
    top: 0;
    background-size: 18px 23px;
    width: 18px;
    height: 23px;
  }
}

.header__nav__inquiry__tel__inner__date {
  font-size: 1.1rem;
  color: #ffffff;
  margin-top: 8px;
  letter-spacing: .02em;
}

@media screen and (min-width: 1050px) {
  .header__nav__inquiry__tel__inner__date {
    font-size: 1.3rem;
    margin-top: 12px;
  }
}

.header__nav__inquiry__button {
  background-color: #2a9fdd;
}

@media screen and (max-width: 1365px) {
  .header__nav__inquiry__button {
    margin-top: 12px;
  }
}

.header__nav__inquiry__button__anchor {
  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;
  height: 100%;
  color: #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.header__nav__inquiry__button__anchor:hover {
  background-color: #198fc9;
}

.is-global-nav-open .header__nav {
  display: block;
}

.header__expand-menu {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #03314c;
  border: none;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (min-width: 1366px) {
  .header__expand-menu {
    display: none;
  }
}

.header__expand-menu__symbol {
  display: block;
  position: absolute;
  top: 16px;
  left: 11px;
  width: 37px;
  height: 28px;
}

.header__expand-menu__symbol__line {
  display: block;
  position: absolute;
  width: 38px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.header__expand-menu__symbol__line:nth-child(1) {
  top: 0;
}

.is-global-nav-open .header__expand-menu__symbol__line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(-135deg);
  transform: translateY(13px) rotate(-135deg);
}

.header__expand-menu__symbol__line:nth-child(2) {
  top: 13px;
}

.is-global-nav-open .header__expand-menu__symbol__line:nth-child(2) {
  opacity: 0;
}

.header__expand-menu__symbol__line:nth-child(3) {
  top: 26px;
}

.is-global-nav-open .header__expand-menu__symbol__line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(135deg);
  transform: translateY(-13px) rotate(135deg);
}
