﻿@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================
   base
==================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo,  "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

body.is_read {
  min-width: initial;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input, select, textarea {
  font : inherit;
}

/* ===========================================
	header
=========================================== */
.l-header {
  background: #fff;
}

.l-header__inner {
  position: relative;
  height: 100%;
}

/* ===========================================
	main
=========================================== */
.l-main {
  position: relative;
  z-index: 100;
}

.l-main--styleguide {
  position: relative;
  z-index: 100;
}

.l-main--login {
  position: relative;
  z-index: 100;
}

/* ===========================================
	footer
=========================================== */
.l-footer {
  border-top: solid 1px #d9d7dc;
  background: #F8F8F8;
}

.l-footer__box {
  width: 102px;
}

.l-footer__norton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ===========================================
  logo
=========================================== */
.p-logo {
  position: relative;
}

.p-logo__img {
  width: 100%;
}

.p-logo__link {
  position: absolute;
  top: 0;
  height: 100%;
}

.p-logo__link--sgh {
  left: 0;
  width: 25%;
}

.p-logo__link--sagawa {
  right: 0;
  width: 68%;
}

/* ===========================================
  gmenu
=========================================== */

.p-gmenu--sub__item {
  width: 100%;
  border-bottom: 1px dashed;
}

.p-gmenu--sub__link {
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.p-gmenu--sub__link _:-ms-lang(x)::-ms-backdrop, .p-gmenu--sub__link {
  padding: 18px 16px 14px;
}

.p-gmenu__input {
  display: none;
}

.p-gmenu__line {
  position: absolute;
  left: 0;
  width: 24px;
  height: 4px;
  background: #3b489f;
}

.p-gmenu__line:nth-child(1) {
  top: 0;
}

.p-gmenu__line:nth-child(2) {
  top: 11px;
}

.p-gmenu__line:nth-child(3) {
  bottom: 0;
}

.p-gmenu__link, .p-gmenu__members {
  font-size: 1.4rem;
  position: relative;
}

.p-gmenu__link::before, .p-gmenu__members::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}

.p-gmenu__members {
  cursor: pointer;
}

.p-gmenu__check {
  display: none;
}

.p-gmenu__ico01::before {
  width: 18px;
  height: 17px;
  background-size: 18px 17px;
}

.p-gmenu__ico02::before {
  width: 16px;
  height: 14px;
  background-size: 16px 14px;
}

.p-gmenu__ico03::before {
  width: 10px;
  height: 15px;
  background-size: 10px 15px;
}

.p-gmenu__logout {
  line-height: 1;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-gmenu__logout:hover {
  opacity: .7;
}

/* ===========================================
	box
=========================================== */
.p-box {
  background-color: #fff;
}

.p-box--id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-box--name:not(:first-child) {
  margin-top: 20px;
}

.p-box--name__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-box--name__txt {
  width: 30px;
}

.p-box--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-box--tel__line {
  font-size: 1.4rem;
  text-align: center;
}

.p-box--zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-box--zip__line {
  font-size: 1.4rem;
  text-align: center;
}

.p-box--birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-box--birth__txt {
  font-size: 1.4rem;
}

/* ===========================================
	login
=========================================== */
.p-login {
  /* margin-bottom: 24px; */
}

.p-login__head {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 4px;
}

.p-login__body {
  padding-bottom: 14px;
}

.p-login__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-login__txt--min {
  font-size: 1.4rem;
  line-height: 2;
}

.p-login--id__title {
  margin-bottom: 20px;
  text-align: center;
}

.p-login--id__link {
  display: block;
  width: 100%;
}

.p-login--id__link:hover img {
  opacity: 0.7;
}

.p-login--id__img {
  width: 100%;
  height: auto;
}

.p-login__input {
  border: 1px solid #d6d7de;
  background: #eff2ff;
  font-size: 1.4rem;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 2px;

}

.p-login__input:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.p-login__input::-webkit-input-placeholder {
  position: relative;
  color: #7c7e90;
}

.p-login__input:-ms-input-placeholder {
  position: relative;
  color: #7c7e90;
}

.p-login__input::-ms-input-placeholder {
  position: relative;
  color: #7c7e90;
}

.p-login__input::placeholder {
  position: relative;
  color: #7c7e90;
}

.p-login__input--full {
  width: 100%;
}

.p-login__input--error {
  background: #ffc0cb;
}

.p-login__input--check {
  font-size: 1.4rem;
  line-height: 2;
  cursor: pointer;
}

.p-login__input--check__input {
  display: none;
}

.p-login__input--check__input:checked + .p-login__input--check__box::before {
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #3b479f;
  border-width: 0 2px 2px 0;
}

.p-login__input--check__box {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 6px;
  border: 1px solid #bcbdc6;
  background: #fff;
}

/* ===========================================
	tabs
=========================================== */
.p-tabs__radio {
  display: none;
}

.p-tabs__radio:checked + .p-tabs__label {
  color: #fff;
}

.p-tabs__radio:checked + .p-tabs__label--01 {
  background-color: #1893c9;
}

.p-tabs__radio:checked + .p-tabs__label--01::before {
  /* border-color: #1893c9 transparent transparent transparent; */
  border-color: transparent transparent transparent #fff;
}

.p-tabs__radio:checked + .p-tabs__label--02 {
  background-color: #3b479f;
}

.p-tabs__radio:checked + .p-tabs__label--02::before {
  /* border-color: #3b479f transparent transparent transparent; */
  border-color: transparent transparent transparent #fff;
}

.p-tabs__radio--01:checked ~ .p-tabs__content--01 {
  z-index: 2;
  display: block;
  border-color: #1893c9;
  background-color: #c9e6f3;
}

.p-tabs__radio--02:checked ~ .p-tabs__content--02 {
  z-index: 2;
  display: block;
  border-color: #3b479f;
  background-color: #9399C8;
}

.p-tabs {
  background-color: #f8f8f8;
}

.p-tabs__label {
  font-weight: bold;
  position: relative;
  z-index: 3;
  display: block;
  float: left;
  width: 35%;
  cursor: pointer;
  text-align: center;
  color: #3b479f;
  background-color: #dbdceb;
}
.p-tabs__label_for {
  font-size: 1.8rem;
  margin-left: 4px;
}

.p-tabs__label--01 {
  border-radius: 16px 16px 0 0;
}

.p-tabs__label--01:hover {
  background-color: #1893c9;
}
.p-tabs__label--01.is_disabled {
    background-color: #eee;
    color: #ccc;
    pointer-events: none;
}

.p-tabs__label--02 {
  border-radius: 16px 16px 0 0;
}

.p-tabs__label--02:hover {
  background-color: #3b479f;
}
.p-tabs__label--02.is_disabled {
    background-color: #eee;
    color: #ccc;
    pointer-events: none;
}

.p-tabs__content {
  z-index: 1;
  display: none;
  clear: both;
  border: 6px solid;
  border-radius: 0 0 6px 6px;
  background: #fff;
}

/* ===========================================
  fnav
=========================================== */
.p-fnav {
  border-bottom: 1px solid #cbc5ce;
}

.p-fnav__item {
  font-size: 1.4rem;
}

.p-fnav__link {
  font-weight: bold;
  color: #3b499f;
}

.p-fnav__link:hover {
  text-decoration: underline;
}

/* ===========================================
	copyright
=========================================== */
.p-copyright {
  font-size: 1.2rem;
  line-height: 2;
  display: block;
  width: 100%;
  text-align: center;
}

/* ===========================================
	title
=========================================== */

.p-title__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-title__link {
  font-size: 1.4rem;
  text-decoration: underline;
}

.p-title__link:hover {
  text-decoration: none;
}

.p-title--center__hd {
  width: 100%;
  text-align: center;
}

.p-title__hd {
  font-weight: bold;
}

/* ===========================================
list
=========================================== */
.p-list__item {
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
}

.p-list__item::before {
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 0;
  content: '\30FB';
}

.p-list__item:not(:first-child) {
  margin-top: 8px;
}

.p-list--wrap {
  display: block;
  padding: 24px 20px;
  border: 1px solid #efeaee;
}

.p-list--link__item:not(:first-child) {
  margin-top: 10px;
}

.p-list--link__link {
  font-size: 1.4rem;
  line-height: 1.7rem;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-left: 15px;
  color: #3b499f;
}

.p-list--link__link:hover {
  text-decoration: underline;
}

.p-list--link__link::before {
  position: absolute;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}

.p-list--link__link:not([target='_blank'])::before {
  top: 3px;
  width: 8px;
  height: 9px;
  background-image: url(../img/ico_triangle.svg);
  background-size: 8px 9px;
}

.p-list--link__link[target='_blank']::before {
  top: 3px;
  width: 10.5px;
  height: 8px;
  background-image: url(../img/ico_external.svg);
  background-size: 10.5px 8px;
}

.p-list--horizon {
  margin: 0 0 -16px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-list--horizon__item {
  margin-bottom: 16px;
  margin-left: 20px;
}

.p-list--horizon__item:not(:first-child) {
  margin-top: 0;
}

.p-list--radiov {
  margin-bottom: 16px;
}

.p-list--radiov__item:not(:first-child) {
  margin-top: 10px;
}

.p-list--radioh {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-list--radioh__item {
  margin-left: 20px;
}

.p-list--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-list--button__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-list--exterminal__item:not(:first-child) {
  margin-top: 8px;
}

.p-list--exterminal__link {
  font-size: 1.4rem;
  line-height: 1.6;
  display: inline-block;
  color: #333;
}

.p-list--exterminal__link:hover {
  text-decoration: underline;
}

.p-list--exterminal__link::after {
  line-height: 1.6;
  position: relative;
  top: 2px;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 13px;
  padding-left: 5px;
  content: '';
  background-image: url(../img/ico_external.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
}

.p-list--exterminal__link--kojin::after {
  background-image: url(../img/ico_external_kojin.svg);
}

.p-list--exterminal__link--hojin::after {
  background-image: url(../img/ico_external_hojin.svg);
}

/* ===========================================
	table
=========================================== */
.p-table {
  width: 100%;
  border-top: 1px solid #dddbdb;
  border-left: 1px solid #dddbdb;
  background-color: #fff;
}

.p-table__th, .p-table__td {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #dddbdb;
  border-bottom: 1px solid #dddbdb;
}

.p-table__th {
  line-height: 1.5;
}

.p-table__td {
  line-height: 1.7;
}

.p-table__bold {
  font-weight: bold;
}

.p-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-table__require {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background-color: #c60000;
}

.p-table__note {
  font-size: 1.2rem;
  padding-left: 5px;
}

.p-table__error {
  margin-top: 5px;
  padding-left: 5px;
  color: #c60000;
}

.p-table--large__th, .p-table--caution__th {
  background-color: #f0eef0;
}

.p-table--large__td, .p-table--caution__td {
  width: 100%;
}



.p-table--caution {
  background: none;
}

.p-table--caution__th {
  background: none;
}

.p-table--confirm__th {
  background-color: #f0eef0;
}

.p-table--confirm__td {
  width: 100%;
}

.p-table--confirm__td--right {
  width: 100%;
  text-align: right;
}

.p-table--justify__th, .p-table--justify__td {
  padding: 18px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.p-table--justify__th {
  font-weight: bold;
}

.p-table--justify__thead .p-table--justify__th {
  background-color: #f0f0f0;
}

.p-table--smart {
  table-layout: fixed;
}

.p-table--smart__th, .p-table--smart__td {
  font-size: 1.4rem;
  line-height: 1.28;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.p-table--smart__th {
  font-weight: bold;
}

.p-table--smart__tbody .p-table--smart__th,
.p-table--smart__tbody .p-table--smart__td {
  padding: 20px;
}

.p-table--smart__thead .p-table--smart__th {
  padding: 13px 20px;
  background-color: #f5f5f5;
}

/* ===========================================
	nav
=========================================== */
.p-nav--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-nav--vertical__item:not(:first-child) {
  margin-top: 16px;
}

.p-nav--vertical + .p-nav--vertical {
  margin-top: 40px;
}

.p-nav--horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-nav--horizon__item:not(:first-child) {
  margin-left: 16px;
}

/* ===========================================
	caution
=========================================== */
.p-caution {
  border: 2px solid #c60000;
  border-radius: 3px;
}

.p-caution__hd, .p-caution--supplement__hd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

.p-caution__txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-caution__link {
  text-decoration: underline;
  color: #394195;
}

.p-caution__link:hover {
  text-decoration: none;
}

.p-caution__item, .p-caution--supplement__item {
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}

.p-caution__item:not(:first-child), .p-caution--supplement__item:not(:first-child) {
  margin-top: 8px;
}

.p-caution__item::before, .p-caution--supplement__item::before {
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  content: '\30FB';
}

.p-caution--supplement {
  border: 3px solid #e6e6e2;
  border-radius: 3px;
}

.p-caution--callout {
  position: relative;
  padding-top: 10px;
}

.p-caution--callout::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: '';
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffebeb transparent;
}

.p-caution--callout__inner {
  border-radius: 5px;
  background: #ffebeb;
}

.p-caution--callout__hd {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-caution--callout__item {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding-left: 16px;
}

.p-caution--callout__item:not(:first-child) {
  margin-top: 10px;
}

.p-caution--callout__item::before {
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  content: '\203B';
}

[class*='p-caution'] + [class*='p-caution'] {
  margin-bottom: 8px;
}

/* ===========================================
	accordion
=========================================== */
.p-accordion:not(:first-child) {
  margin-top: 8px;
}

.p-accordion__item:not(:first-child) {
  margin-top: 2px;
}

.p-accordion__check {
  display: none;
}

.p-accordion__check:checked ~ .p-accordion__hd {
  background-color: #e1dcf7;
}

.p-accordion__check:checked ~ .p-accordion__hd::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.p-accordion__check:checked ~ .p-accordion__body {
  display: block;
  padding: 24px 20px;
  border: 1px solid #efeaee;
  border-top: 0;
}

.p-accordion__hd {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  display: block;
  padding: 17px 20px;
  cursor: pointer;
  background-color: #eef0fc;
}

.is_checked .p-accordion__hd {
  background-color: #d3d3d3 !important;
}

.p-accordion__hd:hover {
  background-color: #e1dcf7;
}

.p-accordion__hd::after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(../img/ico_accordion.svg) no-repeat center center;
  background-size: 12px 8px;
}

.p-accordion__hd--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-accordion__delete {
  position: relative;
  z-index: 2;
}

.p-accordion__no {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.p-accordion__body {
  display: none;
}

.p-accordion__dt {
  font-weight: bold;
  margin-bottom: 16px;
}

.p-accordion__dt:not(:first-child) {
  margin-top: 40px;
}

.p-accordion__dd {
  padding-left: 15px;
}

.p-accordion__dd:not(:last-child) {
  margin-bottom: 24px;
}

/* ===========================================
	address
=========================================== */
.p-address__dt {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.p-address__dd:not(:last-child) {
  margin-bottom: 20px;
}

/* ===========================================
	config
=========================================== */

.p-config--column__first {
  padding-right: 20px;
}

.p-config__txt {
  font-size: 1.4rem;
  line-height: 1.78;
}

.p-config__button {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  width: 80px;
  padding: 8px 0;
  color: #fff;
  border-radius: 4px;
  background: #394195;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.p-config__button:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.p-config__button:hover {
  opacity: .7;
}

.p-config__box .p-config__button:not(:first-child) {
  margin-top: 8px;
}

.p-config__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-config__add {
  width: 100px;
}

/* ===========================================
	term
=========================================== */
.p-term {
  border: none;
}

.p-term__hd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-term__txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-term__list {
  width: 100% !important;
}

/* ===========================================
	remain
=========================================== */
.p-remain {
  overflow: hidden;
}

.p-remain__body {
  padding: 11px 18px;
  text-align: center;
  border-radius: 3px;
  background-color: #ffe9eb;
}

.p-remain__txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.p-remain__number {
  font-size: 2.0rem;
  line-height: 1.4;
  color: #c60000;
}

/* ===========================================
	change
=========================================== */
.p-change__receive, .p-change__myshop {
  padding: 24px 16px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
}

.p-change__receive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-change__myshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-change__bold {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-change__error {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #c60000;
}

.p-change__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-change__link {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #394195;
}

.p-change__link:hover {
  opacity: .7;
}

.p-change__label {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 16px;
  padding: 8px;
  white-space: nowrap;
  background-color: #e2ebfd;
}

.p-change__shopname {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

/* ===========================================
	smart
=========================================== */
.p-smart__input {
  display: none;
}

.p-smart__input:not(:checked) ~ .p-smart--toggle__inner .p-smart--toggle__shop {
  z-index: 1;
  opacity: 0;
}

.p-smart--toggle__inner {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 24px;
  border-radius: 12px;
  background: #7c83bf;
}

.p-smart--toggle__inner:before {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background: #fff;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner {
  background: #5a9ed8;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner:before {
  left: 43px;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner .p-smart--toggle__home {
  z-index: 1;
  opacity: 0;
}

.p-smart--toggle__home, .p-smart--toggle__shop {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: left;
  opacity: 1;
  color: #fff;
}

.p-smart--toggle__home {
  padding-left: 23px;
}

.p-smart--toggle__shop {
  padding-left: 9px;
}

.p-smart--toggle {
  cursor: pointer;
}

.p-smart--toggle__inner {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 24px;
  border-radius: 12px;
  background: #7c83bf;
}

.p-smart--toggle__inner:before {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background: #fff;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner {
  background: #5a9ed8;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner:before {
  left: 61px;
}

.p-smart--toggle__input:checked ~ .p-smart--toggle__inner .p-smart--toggle__home {
  z-index: 1;
  opacity: 0;
}

.p-smart--toggle__home, .p-smart--toggle__shop {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: left;
  opacity: 1;
  color: #fff;
}

.p-smart--toggle__home {
  padding-left: 32px;
}

.p-smart--toggle__shop {
  padding-left: 14px;
}

.p-smart--any {
  cursor: pointer;
}

.p-smart--any__input:checked + .p-smart--any__box {
  border-color: #7c84bf;
  background-color: #7c84bf;
  background-image: url(../img/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 9px;
}

.p-smart--any__box {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e2e2;
  border-radius: 3px;
  background-color: transparent;
}

.p-smart--timezone__input:checked + .p-smart--timezone__box {
  background-color: #e3e0f0;
  background-image: url(../img/ico_cross.svg);
  background-size: 15px 15px;
  -webkit-box-shadow: 0 2px 0 #cbcad6;
          box-shadow: 0 2px 0 #cbcad6;
}

.p-smart--timezone__input:checked + .p-smart--timezone__box:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #626896;
          box-shadow: 0 0 0 #626896;
}

.p-smart--timezone__input:disabled + .p-smart--timezone__box {
  pointer-events: none;
  background-color: #c4c4c4;
  -webkit-box-shadow: 0 0 0 #626896;
          box-shadow: 0 0 0 #626896;
}

.p-smart--timezone__input:not([disabled]) + .p-smart--timezone__box:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #626896;
          box-shadow: 0 0 0 #626896;
}

.p-smart--timezone__box {
  display: inline-block;
  width: 56px;
  height: 30px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #7c84bf;
  background-image: url(../img/ico_circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 17px;
  -webkit-box-shadow: 0 2px 0 #626896;
          box-shadow: 0 2px 0 #626896;
}

/* ===========================================
	request
=========================================== */
.p-request {
  border: 1px solid #ddd7db;
  background: #fff;
}

.p-request__link {
  position: relative;
  display: block;
  background-color: #eef0fc;
}

.p-request__link::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  content: '';
  background: url(../img/ico_buttonlink.svg) no-repeat center center;
  background-size: 8px 12px;
}

.p-request__link:hover {
  background-color: #e1dcf7;
}

.p-request__head {
  position: relative;
}

.p-request__no, .p-request__date {
  font-size: 1.4rem;
  line-height: 1;
}

.p-request__to {
  line-height: 1;
}

.p-request__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-request__pickup, .p-request__fee, .p-request__term {
  font-size: 1.4rem;
  line-height: 1;
}

.p-request__fee {
  margin-right: 20px;
}

.p-request__bold {
  font-weight: bold;
  color: #394195;
}

.p-request__txt {
  font-weight: bold;
  color: #394195;
}

/* ===========================================
	step
=========================================== */
.p-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-step__item {
  position: relative;
  text-align: center;
}

.p-step__item::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
}

.p-step__item:not(.is_current) {
  background-color: #d7d8ec;
}

.p-step__item:not(.is_current)::after {
  border-color: transparent transparent transparent #d7d8ec;
}

.p-step__item.is_current {
  background-color: #3b499f;
}

.p-step__item.is_current::after {
  border-color: transparent transparent transparent #3b499f;
}

.p-step__item.is_current .p-step__txt,
.p-step__item.is_current .p-step__no {
  color: #fff;
}

.p-step__txt {
  font-weight: bold;
}

.p-step__no {
  font-size: 1.4rem;
}

/* ===========================================
	user
=========================================== */

.p-user__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-user__check {
  display: none;
}

.p-user__left, .p-user__right {
  color: #fff;
}

.p-user__name {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-user__charge {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
}

.p-user__mark {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
}

.p-user__label {
  position: absolute;
}

.p-user__label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../img/ico_info.svg) no-repeat center center;
}

.p-user__txt, .p-user__small {
  font-size: 1.4rem;
  font-weight: normal;
}

.p-user__id {
  font-size: 1.4rem;
}

.p-user__office {
  z-index: 1000;
  display: none;
}

.p-user__close::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  content: '';
  background: url(../img/ico_close.svg) no-repeat center center;
  background-size: 8px 8px;
}

/* ===========================================
  office
=========================================== */
.p-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-office--kojin__head {
  background-color: #1d9bd3;
}

.p-office--hojin__head {
  background-color: #3b499f;
}

.p-office__head, .p-office__info {
  margin-bottom: 9px;
}

.p-office__head {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  margin-right: 12px;
  text-align: center;
  color: #fff;
}

.p-office__info {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  width: calc( 100% - 112px);
}

/* ===========================================
	emergency
=========================================== */
.p-emergency {
  background-color: #ffd6d6;
}

.p-emergency__item:not(:first-child) {
  border-top: 1px dashed #7e7e7e;
}

.p-emergency__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-emergency__tag {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  color: #fff;
  background-color: #b81212;
}

.p-emergency__link {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #b81212;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1%;
          flex: 1 0 1%;
}

.p-emergency__link:hover {
  text-decoration: none;
}

.p-emergency--news {
  background-color: #fffff4;
}

.p-emergency--news__item:not(:first-child) {
  border-top: 1px dashed #7e7e7e;
}

.p-emergency--news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-emergency--news__tag {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 18px;
  color: #fff;
  background-color: #b81212;
}

.p-emergency--news__link {
  text-decoration: underline;
  color: #b81212;
}

.p-emergency--news__link:hover {
  text-decoration: none;
}

.p-emergency--news__link[target='_blank']::after {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
}

.p-emergency--news__link--kojin[target='_blank']::after {
  background-image: url(../img/ico_external_kojin.svg);
}

.p-emergency--news__link--hojin[target='_blank']::after {
  background-image: url(../img/ico_external_hojin.svg);
}

/* ===========================================
	baggage
=========================================== */
.p-baggage {
  background-color: #fafafa;
}

.p-baggage__input {
  height: 37px;
}

.p-baggage__button {
  cursor: pointer;
  border: none;
}

.p-baggage__button--kojin {
  line-height: 1;
  width: 163px;
  height: 35px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 3px;
  background: #1f9fd8;
  -webkit-box-shadow: 0 2px 0 #074472;
          box-shadow: 0 2px 0 #074472;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-baggage__button--kojin:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #074472;
          box-shadow: 0 0 0 #074472;
}

.p-baggage__button--hojin {
  line-height: 1;
  width: 163px;
  height: 35px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 3px;
  background: #3b499f;
  -webkit-box-shadow: 0 2px 0 #074472;
          box-shadow: 0 2px 0 #074472;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-baggage__button--hojin:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #074472;
          box-shadow: 0 0 0 #074472;
}

.p-baggage__txt {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-baggage__note {
  font-size: 1.2rem;
  margin-top: 8px;
  color: #404040;
}

/* ===========================================
	quickmenu
=========================================== */
.p-quickmenu {
  background-color: #e8e8e8;
}

.p-quickmenu.is_use {
  background-color: #e5e9ff;
}

.p-quickmenu.is_nouse {
  background-color: transparent;
}

.p-quickmenu__title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.is_nouse .p-quickmenu__title {
  color: #a0a0a0;
}

.is_nouse .p-quickmenu__title::before {
  background-image: url(../img/ico_quickmenu_nouse.svg);
}

.p-quickmenu__title::before {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 23px;
  margin-right: 8px;
  content: '';
  background: url(../img/ico_quickmenu.svg);
}

.p-quickmenu__lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}

.is_nouse .p-quickmenu__lead {
  margin-bottom: 0;
  color: #a0a0a0;
}

.p-quickmenu__add {
  height: 48px;
  text-align: center;
}

.p-quickmenu__button {
  font-size: 1.6rem;
  height: 48px;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.p-quickmenu__button:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.p-quickmenu__button::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}

.p-quickmenu__button--use::before {
  background-image: url(../img/ico_use.svg);
}

.p-quickmenu__button--nouse::before {
  background-image: url(../img/ico_nouse.svg);
}

.p-quickmenu__button--add::before {
  background-image: url(../img/ico_add.svg);
}

.p-quickmenu__item {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid #c7cfff;
  border-radius: 4px;
  background: #fdfdfd;
}

.p-quickmenu__name {
  line-height: 1;
  display: inline-block;
  padding: 8px;
  text-align: center;
  color: #fff;
  background: #5976b6;
}

.p-quickmenu__name::before {
  position: relative;
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}

.p-quickmenu__ico01::before {
  width: 15px;
  height: 14px;
  margin-right: 4px;
  background-image: url(../img/ico_quick01.svg);
  background-size: 15px 14px;
}

.p-quickmenu__link {
  font-size: 1.8rem;
  line-height: 1.7;
  display: block;
  text-align: center;
}

.p-quickmenu__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.p-quickmenu__frame {
  border: 1px dashed #3b499f;
}

/* ===========================================
	otp
=========================================== */

.otp-box--login {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}


.otp-table {

}

.otp-table_line {
	display: table;
	margin: 8px;
}

.otp-block_header {
	background-color: #e8e8e8;
}

.otp-block {
	display: table-cell;
	border: solid 1px #999;
	padding: 8px;
}

.otp-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  color: #3b479f;
}

.otp-button {
    max-width: 250px;
    margin: 0 auto;
    padding: 0;
}



/* ===========================================
	limited
=========================================== */

.p-limited__item {
  position: relative;
  border: 1px solid #e9eaeb;
  border-radius: 4px;
  background: #f9fafb;
  -webkit-box-shadow: 0 0 2px #1279a7;
          box-shadow: 0 0 2px #1279a7;
}

.p-limited__link {
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.p-limited__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.p-limited__txt {
  font-size: 1.2rem;
}

/* ===========================================
	service
=========================================== */
.p-service {
  overflow: hidden;
}

.p-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-service__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-service__title::before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}

.p-service__title--parcel_k::before {
  top: 4px;
  width: 35px;
  height: 24px;
  background-image: url(../img/ico_parcel_kojin.svg);
  background-size: 35px 24px;
}

.p-service__title--parcel_h::before {
  top: 4px;
  width: 35px;
  height: 24px;
  background-image: url(../img/ico_parcel_hojin.svg);
  background-size: 35px 24px;
}

.p-service__title--truck_k::before {
  top: 4px;
  width: 35px;
  height: 24px;
  background-image: url(../img/ico_truck_kojin.svg);
  background-size: 35px 24px;
}

.p-service__title--truck_h::before {
  position: relative;
  top: 4px;
  width: 35px;
  height: 24px;
  background-image: url(../img/ico_truck_hojin.svg);
  background-size: 35px 24px;
}

.p-service__title--support::before {
  position: relative;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url(../img/ico_question_hojin.svg);
  background-size: 22px 22px;
}

.p-service__item {
  border-radius: 4px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 0 4px rgba(59, 73, 159, 0.45);
          box-shadow: 0 0 4px rgba(59, 73, 159, 0.45);
}

.p-service__box {
  height: 100%;
}

/* ===========================================
	card
=========================================== */
.p-card {
  position: relative;
}

.p-card:hover .p-card__name,
.p-card:hover .p-card__detail,
.p-card:hover .p-card__txt {
  color: #fff;
}

.p-card:hover .p-card__txt::before {
  background-image: url(../img/ico_circlecheck_white.svg);
}

.p-card--kojin:hover {
  background-color: #24A7E1;
}

.p-card--hojin:hover {
  background-color: #3b499f;
}

.p-card__name {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-card__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.p-card__link[target='_blank']::after {
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 14px;
  height: 13px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
}

.p-card__link--kojin[target='_blank']::after {
  background-image: url(../img/ico_external_kojin.svg);
}

.p-card__link--hojin[target='_blank']::after {
  background-image: url(../img/ico_external_hojin.svg);
}

.p-card__detail {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-card__txt {
  font-size: 1.6rem;
  text-align: center;
}

.p-card__txt::before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  content: '';
  background: url(../img/ico_circlecheck_black.svg) no-repeat center center;
  background-size: 16px;
}

/* ===========================================
	banner
=========================================== */
.p-banner {
  background-color: #1f2446;
}

.p-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-banner__img {
  width: 100%;
}

.p-banner__img:hover {
  opacity: .7;
}

/* ===========================================
	news
=========================================== */

.p-news__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #1f2446;
}

.p-news__title::before {
  line-height: 1.2;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
}

.p-news__title--kojin::before {
  background-image: url(../img/ico_news_kojin.svg);
}

.p-news__title--hojin::before {
  background-image: url(../img/ico_news_hojin.svg);
}

.p-news__item {
  border-bottom: 1px dashed #7e7e7e;
}

.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-news__time {
  font-size: 1.6rem;
  line-height: 1.375;
}

.p-news__link {
  font-size: 1.6rem;
  line-height: 1.375;
  text-decoration: underline;
  color: #3b499f;
}

.p-news__link:hover {
  text-decoration: none;
}

.p-news__link[target='_blank']::after {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 13px;
}

.p-news__link--kojin[target='_blank']::after {
  background-image: url(../img/ico_external_kojin.svg);
}

.p-news__link--hojin[target='_blank']::after {
  background-image: url(../img/ico_external_hojin.svg);
}

/* ===========================================
	pickup
=========================================== */
.p-pickup {
  background-color: #f2f2f2;
}

.p-pickup__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #1f2446;
}

.p-pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-pickup__item:hover .p-pickup__img {
  opacity: .7;
}

.p-pickup__item:hover .p-pickup__txt {
  text-decoration: underline;
}

.p-pickup__img {
  width: 100%;
}

.p-pickup__txt {
  color: #666;
}

/* ===========================================
	pager
=========================================== */
.p-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-pager__item {
  height: 32px;
  background-color: #e2ebfd;
}

.p-pager__link, .p-pager__current {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-pager__link _:-ms-lang(x)::-ms-backdrop, .p-pager__link, .p-pager__current _:-ms-lang(x)::-ms-backdrop, .p-pager__current {
  padding-top: 10px;
}

.p-pager__current {
  font-weight: bold;
  color: #fff;
  background-color: #394195;
}

.p-pager__link {
  color: #232323;
}

.p-pager__link:hover {
  opacity: .7;
  color: #fff;
  background-color: #394195;
}

/* ===========================================
	section
=========================================== */

.c-section:first-child {
  padding-top: 0;
}

.c-section__inner:first-of-type {
  padding-top: 0;
}

/* ===========================================
	column
=========================================== */

.c-column--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ===========================================
	hd
=========================================== */
.c-hd {
  font-weight: bold;
}

.c-hd + [class*='p-caution'] {
  margin: 8px 0;
}

.c-hd + .p-term {
  margin: 8px 0;
}

.c-hd + .p-change {
  margin: 8px 0;
}

.c-hd--02 {
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
}

.c-hd--03 + .p-table {
  margin-top: 8px;
}

.c-hd--04 {
  font-size: 1.6rem;
  line-height: 1.565;
}

.c-hd--login {
  font-weight: bold;
  text-align: center;
  color: #4A4A4A;
}

.c-hd--id {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
}

.c-hd--id::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -.5px;
  content: '';
  background-color: white;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #9d9d9d 2px, #9d9d9d 3px);
  background-size: auto 1px;
}

.c-hd--id__inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}

.c-hd--sg01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 11px 20px;
  color: #fff;
  background-color: #3b499f;
}

.c-hd--sg02 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 8px 20px;
  color: #fff;
  background-color: #7c85bf;
}

.c-hd--sg03 {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 13px;
  background: #a7add4;
}

/* ===========================================
	txt
=========================================== */
.c-txt {
  line-height: 1.5;
}

.c-txt--table {
  margin: 8px 0;
}

.c-txt--min {
  font-size: 1.4rem;
  line-height: 2;
}

.c-txt--bold {
  font-weight: bold;
}

.c-txt--footer {
  font-size: 1.2rem;
}

/* ===========================================
	note
=========================================== */
.c-note {
  color: #c60000;
  font-size: 1.4rem;
  line-height: 1.6;
}

.c-note--table {
  margin: 8px 0;
}

/* ===========================================
	error
=========================================== */
.c-error {
  text-align: center;
  color: #c60000;
  font-size: 1.4rem;
  line-height: 1.6;
}

.error {
  color: #c60000;
  font-weight: bold;
}

.u-fg-red {
  color: #c60000;
  font-weight: bold;
}

.c-error--table {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #c60000;
}

.c-error--large {
  font-weight: bold;
  line-height: 1.2;
}

/* ===========================================
	number
=========================================== */
.c-number {
  text-align: center;
}

.c-number--large {
  font-weight: bold;
}

/* ===========================================
	status
=========================================== */
.c-status {
  display: block;
  width: 128px;
  height: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-status__txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 5px;
}

.c-status__result {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.c-status__result.is_approved, .c-status__result.is_unapproved {
  color: #393f95;
}

/* ===========================================
	lead
=========================================== */
.c-lead {
  font-size: 1.6rem;
  line-height: 2;
}

.c-important-lead {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.c-important-lead__red {
    color: #c60000;
}

.c-important-lead .lead-content {
  font-weight: normal;
}

.p-iko-message-box {
  margin-bottom: 20px;
  background-color:#FFF2CC;
  padding: 20px;
}

.p-renewal-message__txt {
  line-height: 1.2;
}

.p-renewal-message__txt+.nowrap {
  white-space: nowrap;
  overflow: hidden;
}

.p-renewal-message__txt.last {
  margin-bottom: 20px;
}

.p-renewal-message__txt .txt-bold {
  font-weight: bold;
}

.p-userRules-change-message__txt {

}

.c-important-lead .c-important-lead-title {
  padding-bottom: 10px;
  display: block;
  font-weight: bold;
}

.c-important-lead .c-lead-title {
  padding-bottom: 10px;
  display: block;
  font-weight: normal;
}

/* ===========================================
	link
=========================================== */
.c-link {
  color: #3b499f;
}

.c-link:hover {
  text-decoration: underline;
}

.c-link--underline {
  text-decoration: underline;
  color: #3b499f;
}

.c-link--underline:hover {
  text-decoration: none;
}

.c-link--question {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.c-link--question:hover {
  text-decoration: underline;
}

.c-link--question::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  content: '';
  background: url(../img/ico_question.svg) no-repeat left center;
  background-size: 19px;
}

/* ===========================================
	button
=========================================== */
.c-button, .c-button--middle, .c-button--small {
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: 1px solid;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-button:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea), .c-button--middle:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea), .c-button--small:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button:not(button), .c-button--middle:not(button), .c-button--small:not(button) {
  display: inline-block;
  padding-top: 15px;
}

.c-button {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 11px 16px;
  border: 1px solid;
}

.c-button.is_disabled {
  cursor: auto;
  pointer-events: none;
  color: #fff !important;
  border-color: #c4c4c4;
  background-color: #c4c4c4 !important;
}

.c-button--login.is_disabled {
  cursor: auto;
  pointer-events: none;
  color: #fff !important;
  border-color: #c4c4c4;
  background-color: #c4c4c4 !important;
  -webkit-box-shadow: 0 3px 0 #61645E;
  box-shadow: 0 3px 0 #61645E;
}

.c-button--middle {
  font-size: 1.4rem;
  line-height: 1.278;
  padding: 14px 16px;
}

.c-button--small {
  font-size: 1.4rem;
  min-height: 46px;
  padding: 12px 32px;
}

.c-button--primary {
  color: #fff;
  border-color: #394195;
  border-radius: 4px;
  background: #394195;
}

.c-button--secondaly {
  color: #394195;
  border: 1px solid #394195;
  border-radius: 4px;
  background: #fff;
}

.c-button--secondaly:hover {
  color: #fff;
  background: #394195;
}

.c-button--tertiary {
  color: #fff;
  border-color: #394195;
  border-radius: 4px;
  background: #394195;
}

.c-button--service {
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  width: 80%;
  height: 54px;
  margin: 0 auto 3px;
  border: 2px solid #1893C9;
  border-radius: 4px;
  background: #fff;
  color: #1893C9;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 0 #166487;
          box-shadow: 0 3px 0 #166487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-button--service:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--service:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #0f466c;
          box-shadow: 0 0 0 #0f466c;
}

.c-button--migration {
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  width: 100%;
  height: 54px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 4px;
  background: #1bbd2e;
  -webkit-box-shadow: 0 3px 0 #047c00;
  box-shadow: 0 3px 0 #047c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-button--migration:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #047c00;
  box-shadow: 0 0 0 #047c00;
}
.c-button--migration:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--register {
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  width: 80%;
  height: 54px;
  margin: 0 auto 3px;
  color: #f4931f;
  font-weight: bold;
  border: 2px solid #f4931f;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 3px 0 #7c5b00;
          box-shadow: 0 3px 0 #7c5b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-button--register:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--register:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #7c5b00;
          box-shadow: 0 0 0 #7c5b00;
}

.c-button--login {
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  width: 80%;
  height: 54px;
  margin: 0 auto 3px;
  color: #fff;
  border-radius: 4px;
  background: #1893c9;
  -webkit-box-shadow: 0 3px 0 #166487;
          box-shadow: 0 3px 0 #166487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-button--login:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--login:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #691f00;
          box-shadow: 0 0 0 #691f00;
}

.c-button--return {
  word-break: keep-all;
  text-align: center;
  padding: 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  width: 100%;
  height: 54px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 4px;
  background: #9a9a95;
  -webkit-box-shadow: 0 3px 0 #61645E;
          box-shadow: 0 3px 0 #61645E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*    -ms-flex-direction: column;*/
  /*        flex-direction: column;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-button--return:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--return:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 #7c5b00;
          box-shadow: 0 0 0 #7c5b00;
}


.c-button--link {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  color: #3b499f;
  border: 1px solid #dfe8fc;
  border-radius: 4px;
  background: #e2ebfd;
}

.c-button--link:hover {
  opacity: .7;
  color: #fff;
  border-color: #1c4aa3;
  background-color: #1c4aa3;
}

.c-button--link:hover::after {
  background-image: url(../img/ico_buttonlink_w.svg);
}

.c-button--link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background: url(../img/ico_buttonlink.svg) no-repeat center center;
  background-size: 7px 10px;
}

.c-button--close {
  line-height: 1;
  position: relative;
  padding: 12px 32px;
}

.c-button--close:hover::before {
  background-image: url(../img/ico_close_w.svg);
}

.c-button--close::before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  content: '';
  background: url(../img/ico_close.svg) no-repeat center center;
  background-size: 8px 8px;
}

.c-button--check {
  font-size: 1.2rem;
  min-width: 126px;
  height: 40px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #394495;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-button--check:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--check:hover {
  opacity: .7;
}

.c-button--gray {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 16px 32px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #2f2f2f;
  border: none;
  border-radius: 2px;
  background-color: #ddd;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-button--gray:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-button--gray:hover {
  opacity: .7;
}


/* ===========================================
	input
=========================================== */
.c-input {
  font-size: 1.4rem;
}

.c-input--txt {
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 2px;
  background-color: #f7f5f7;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-input--txt-error {
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 2px;
  background-color: #fed5d5;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-input--txt:disabled {
  position: relative;
  background-color: rgba(206, 206, 206, 0.7);
  cursor: auto;
}

.c-input--txt:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-input--txt.is_error {
  background-color: #fed5d5;
}

.c-input--loupe {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 5px;
  border: 1px solid #dfdfe0;
  border-radius: 8px;
  background: #fff;
}

.c-input--loupe::-webkit-input-placeholder {
  font-size: 1.3rem;
  color: #c3c3c3;
}

.c-input--loupe:-ms-input-placeholder {
  font-size: 1.3rem;
  color: #c3c3c3;
}

.c-input--loupe::-ms-input-placeholder {
  font-size: 1.3rem;
  color: #c3c3c3;
}

.c-input--loupe::placeholder {
  font-size: 1.3rem;
  color: #c3c3c3;
}

.c-input--loupe__label {
  position: relative;
  display: inline-block;
}

.c-input--loupe__label::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background: url(../img/ico_loupe.svg) no-repeat center center;
}

.c-input--min {
  width: 60px;
}

.c-input--max {
  width: 100%;
}

/* ===========================================
	select
=========================================== */
.c-select {
  position: relative;
  display: inline-block;
}

.c-select::before {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  content: '';
  pointer-events: none;
  background: url(../img/ico_select.svg) no-repeat center center;
  background-size: 12px 8px;
}

.c-select.is_disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 3px;
  background-color: rgba(206, 206, 206, 0.7);
}

.c-select__input {
  border: none;
  border-radius: 3px;
  background-color: #f7f5f7;
  color: #232323;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.c-select__input:not([type='text']):not([type='email']):not([type='tel']):not([type='password']):not([type='url']):not(textarea) {
  cursor: pointer;
}

.c-select__input::-ms-expand {
  display: none;
}

.c-select--max {
  width: 100%;
}

.c-select--max__input {
  padding: 8px 30px 8px 20px;
  width: 100%;
}

.c-select--max::before {
  right: 14px;
}

.c-select--large__input {
  padding: 8px 30px 8px 20px;
}

.c-select--large::before {
  right: 14px;
}

.c-select--middle__input {
  padding: 8px 30px 8px 20px;
}

.c-select--middle::before {
  right: 14px;
}

.c-select--min::before {
  right: 6px;
}

.c-select--min__input {
  padding: 8px 25px 8px 10px;
}

.c-select--auto {
  width: auto;
}

.c-select--auto::before {
  right: 6px;
}

.c-select--auto__input {
  width: auto;
  padding: 8px 25px 8px 10px;
}

/* ===========================================
	radio
=========================================== */
.c-radio {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.c-radio__input {
  display: none;
}

.c-radio__input:checked + .c-radio__mark::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: #3b499f;
}

.c-radio__mark {
  position: absolute;
  left: 0;
  width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #d6d6d1;
  border-radius: 50%;
  background: #fff;
}

/* ===========================================
	check
=========================================== */
.c-check {
  font-size: 1.4rem;
  line-height: 2;
}

.c-check__input {
  display: none;
}

.c-check__input:checked + .c-check__box::before {
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 8px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #bcbdc6;
  border-width: 0 2px 2px 0;
}

.c-check__box {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #fff;
}

.c-check__txt {
  font-size: 1.2rem;
}

.c-check--delete__input:checked + .c-check--delete__box {
  background-color: #4e4e4e;
}

.c-check--delete__input:checked + .c-check--delete__box::before {
  border-color: #fff;
}

.c-check--delete__txt {
  font-size: 1.4rem;
}

/* ===========================================
	textarea
=========================================== */
.c-textarea {
  width: 100%;
  min-height: 120px;
  border: none;
  border-radius: 2px;
  background-color: #f7f5f7;
}

.u-bg--kojin {
  background-color: #24A7E1;
}

.u-bg--hojin {
  background-color: #3b499f;
}

.u-bg--login {
  background: linear-gradient(180deg, #f8f8f8, #fff);
}

.u-bg--normal {
  background-color: #fff;
}

.u-color--link {
  color: #3b499f;
}

.u-align_left {
  text-align: left;
}

.u-align_right {
  text-align: right;
}

.u-align_center {
  text-align: center;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

.u-mr88 {
  margin-right: 88px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-ml88 {
  margin-left: 88px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mr96 {
  margin-right: 96px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-ml96 {
  margin-left: 96px !important;
}

.u-mt104 {
  margin-top: 104px !important;
}

.u-mr104 {
  margin-right: 104px !important;
}

.u-mb104 {
  margin-bottom: 104px !important;
}

.u-ml104 {
  margin-left: 104px !important;
}

.u-mt112 {
  margin-top: 112px !important;
}

.u-mr112 {
  margin-right: 112px !important;
}

.u-mb112 {
  margin-bottom: 112px !important;
}

.u-ml112 {
  margin-left: 112px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-mt128 {
  margin-top: 128px !important;
}

.u-mr128 {
  margin-right: 128px !important;
}

.u-mb128 {
  margin-bottom: 128px !important;
}

.u-ml128 {
  margin-left: 128px !important;
}

.u-mt136 {
  margin-top: 136px !important;
}

.u-mr136 {
  margin-right: 136px !important;
}

.u-mb136 {
  margin-bottom: 136px !important;
}

.u-ml136 {
  margin-left: 136px !important;
}

.u-mt144 {
  margin-top: 144px !important;
}

.u-mr144 {
  margin-right: 144px !important;
}

.u-mb144 {
  margin-bottom: 144px !important;
}

.u-ml144 {
  margin-left: 144px !important;
}

.u-mt152 {
  margin-top: 152px !important;
}

.u-mr152 {
  margin-right: 152px !important;
}

.u-mb152 {
  margin-bottom: 152px !important;
}

.u-ml152 {
  margin-left: 152px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-mt168 {
  margin-top: 168px !important;
}

.u-mr168 {
  margin-right: 168px !important;
}

.u-mb168 {
  margin-bottom: 168px !important;
}

.u-ml168 {
  margin-left: 168px !important;
}

.u-mt176 {
  margin-top: 176px !important;
}

.u-mr176 {
  margin-right: 176px !important;
}

.u-mb176 {
  margin-bottom: 176px !important;
}

.u-ml176 {
  margin-left: 176px !important;
}

.u-mt184 {
  margin-top: 184px !important;
}

.u-mr184 {
  margin-right: 184px !important;
}

.u-mb184 {
  margin-bottom: 184px !important;
}

.u-ml184 {
  margin-left: 184px !important;
}

.u-mt192 {
  margin-top: 192px !important;
}

.u-mr192 {
  margin-right: 192px !important;
}

.u-mb192 {
  margin-bottom: 192px !important;
}

.u-ml192 {
  margin-left: 192px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-mt208 {
  margin-top: 208px !important;
}

.u-mr208 {
  margin-right: 208px !important;
}

.u-mb208 {
  margin-bottom: 208px !important;
}

.u-ml208 {
  margin-left: 208px !important;
}

.u-mt216 {
  margin-top: 216px !important;
}

.u-mr216 {
  margin-right: 216px !important;
}

.u-mb216 {
  margin-bottom: 216px !important;
}

.u-ml216 {
  margin-left: 216px !important;
}

.u-mt224 {
  margin-top: 224px !important;
}

.u-mr224 {
  margin-right: 224px !important;
}

.u-mb224 {
  margin-bottom: 224px !important;
}

.u-ml224 {
  margin-left: 224px !important;
}

.u-mt232 {
  margin-top: 232px !important;
}

.u-mr232 {
  margin-right: 232px !important;
}

.u-mb232 {
  margin-bottom: 232px !important;
}

.u-ml232 {
  margin-left: 232px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}
.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1080px;
  }
  .l-header {
    position: relative;
    z-index: 500;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .l-main--styleguide {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .l-main--login {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px 0 32px;
  }
  .l-footer__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px 30px;
  }
  .l-footer__box {
    margin-right: 20px;
  }
  .l-footer__norton .c-txt--footer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
            flex: 1 0 1%;
  }
  .p-logo {
    width: 212px;
    height: 35px;
    margin-top: 48px;
    margin-bottom: 16px;
  }
  .p-logo__link:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .p-gmenu {
    padding-bottom: 5px;
  }
  .p-gmenu--sub {
    position: absolute;
    top: 34px;
    left: 50%;
    display: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 2px solid #394695;
    background-color: #fff;
  }
  .p-gmenu--sub::before {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10.5px;
    content: '';
    border-width: 0 10.5px 7px 10.5px;
    border-style: solid;
    border-color: transparent transparent #394695 transparent;
  }
  .p-gmenu--sub__item {
    height: 46px;
    border-bottom-color: #bfbfbf;
  }
  .p-gmenu--sub__item:last-child {
    border: none;
  }
  .p-gmenu--sub__link {
    display: block;
    padding: 16px;
    white-space: nowrap;
    color: #232323;
  }
  .p-gmenu--sub__link:hover {
    opacity: .7;
  }
  .p-gmenu__btn {
    display: none;
  }
  .p-gmenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-gmenu__item {
    position: relative;
    margin-left: 16px;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;
  }
  .p-gmenu__item:hover {
    border-bottom-color: #394695;
  }
  .p-gmenu__item:hover .p-gmenu--sub {
    display: block;
  }
  .p-gmenu__item--logout {
    margin-left: 16px;
    padding-bottom: 14px;
  }
  .p-gmenu__link, .p-gmenu__members {
    line-height: 1.5;
    display: inline-block;
  }
  .p-gmenu__link::before, .p-gmenu__members::before {
    bottom: 4px;
    left: 0;
  }
  .p-gmenu__ico01 {
    padding-left: 26px;
  }
  .p-gmenu__ico01::before {
    background-image: url(../img/ico_menu01.svg);
  }
  .p-gmenu__ico02 {
    padding-left: 24px;
  }
  .p-gmenu__ico02::before {
    background-image: url(../img/ico_menu02.svg);
  }
  .p-gmenu__ico03 {
    padding-left: 18px;
  }
  .p-gmenu__ico03::before {
    background-image: url(../img/ico_menu03.svg);
  }
  .p-gmenu__logout {
    font-size: 1.2rem;
    width: 108px;
    height: 28px;
    padding-top: 2px;
    color: #fff;
    background: #394695;
    -webkit-box-shadow: 0 3px 0 #272e5a;
            box-shadow: 0 3px 0 #272e5a;
  }
  .p-box--login {
    margin: 0 auto;
    padding: 0;
  }
  .p-box--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-box--name__item:not(:last-child) {
    padding-right: 24px;
  }
  .p-box--name__input {
    width: 140px;
  }
  .p-box--tel__input {
    width: 90px;
  }
  .p-box--tel__line {
    width: 34px;
  }
  .p-box--zip__input {
    width: 80px;
  }
  .p-box--zip__mark {
    font-size: 1.4rem;
    width: 16px;
  }
  .p-box--zip__line {
    width: 25px;
  }
  .p-box--birth__year {
    width: 100px;
  }
  .p-box--birth__month {
    width: 60px;
  }
  .p-box--birth__day {
    width: 65px;
  }
  .p-box--birth__txt {
    width: 37px;
    padding-left: 5px;
  }
  .p-login--id__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-login--id__item {
    width: 174px;
    margin: 0 7px;
  }
  .p-login__input {
    height: 44px;
    padding: 6px 10px;
  }
  .p-tabs__label {
    line-height: 1.2;
    font-size: 2.6rem;
    height: 66px;
    padding-top: 9px;
  }
  .p-tabs__label.p-tabs__label--01{
    padding-top: 19px;
  }
  .p-tabs__label:hover {
    color: #fff;
  }

  .p-tabs__radio:checked + .p-tabs__label .p-tabs__label_title::before {
    position: relative;
    vertical-align: 1px;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 0;
    margin-left: -12px;
    content: '';
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 8px solid transparent;
    /*border-width: 8px 0 8px 12px;*/
    display: inline-block;
    line-height: inherit;
  }
  .p-tabs__content {
    padding: 24px 24px 24px;
  }
  .p-fnav {
    margin: 20px auto 45px;
    padding: 24px 0 24px;
  }
  .p-fnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-fnav__item {
    margin: 0 18px;
  }
  .p-copyright {
    margin-top: 34px;
    margin-top: 40px;
  }
  .p-title {
    max-width: 1000px;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-title__item {
    margin: 0 8px;
  }
  .p-title__hd {
    font-size: 2.8rem;
    line-height: 1.25;
    margin: 5px auto;
  }
  .p-list__item {
    font-size: 1.4rem;
  }
  .p-list--button__item:not(:first-child) {
    margin-top: 20px;
  }
  .p-table__th, .p-table__td {
    padding: 16px;
  }
  .p-table--large__th, .p-table--caution__th {
    min-width: 330px;
  }
  .p-table--confirm__th, .p-table--confirm__td {
    padding: 24px 16px;
  }
  .p-table--confirm__th {
    min-width: 330px;
  }
  .p-table--justify {
    table-layout: fixed;
  }
  .p-table--justify__th, .p-table--justify__td {
    font-size: 1.6rem;
    line-height: 1.18;
  }
  .p-caution {
    padding: 18px 30px 20px;
  }
  .p-caution--supplement {
    padding: 18px 30px 20px;
  }
  .p-caution--callout__inner {
    padding: 30px 50px;
  }
  .p-caution--callout__hd {
    line-height: 1.375;
    margin-bottom: 16px;
    text-align: center;
  }
  .p-accordion__hd::after {
    right: 27px;
  }
  .p-accordion__delete {
    margin-right: 24px;
  }
  .p-accordion__no {
    margin-right: 10px;
  }
  .p-config {
    margin-right: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-config__button {
    margin-right: 18px;
  }
  .p-term__hd {
    margin-bottom: 8px;
  }
  .p-term__txt {
    font-weight: bold;
  }
  .p-remain__body {
    float: right;
    width: 300px;
  }
  .p-change__txt {
    margin-left: 16px;
  }
  .p-change__last {
    margin-left: auto;
  }
  .p-change__splink {
    display: none;
  }
  .p-request__link {
    padding: 18px 20px;
  }
  .p-request__link::before {
    right: 28px;
    margin-top: -6px;
  }
  .p-request__no, .p-request__date {
    display: inline-block;
    margin: 0 40px 16px 0;
  }
  .p-request__to {
    font-size: 1.8rem;
  }
  .p-request__status {
    position: absolute;
    top: 50%;
    right: 60px;
    width: 128px !important;
    height: 48px !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-request__detail {
    padding: 18px 20px;
  }
  .p-request__pickup {
    margin-right: 20px;
  }
  .p-step {
    padding-bottom: 0;
  }
  .p-step__item {
    line-height: 1;
    width: 250px;
    height: 65px;

    /*ステップのサイズ変更に伴い、文字位置が中央になるよう調整*/
    margin-right: 25px;			/*(32px→25px)*/
    padding-top: 12px;			/*(13px→24/2px)*/
  }
  .p-step__item::after {
    border-width: 32.5px 0 32.5px 20px;
  }
  .p-step__txt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .p-user {
    height: 50px;
  }
  .p-user__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .p-user__inner {
    height: 50px;
  }
  .p-user__right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-user__name {
    display: inline-block;
  }
  .p-user__mark {
    width: 14px;
    height: 100%;
  }
  .p-user__mark:hover .p-user__office {
    display: block;
  }
  .p-user__label {
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    pointer-events: none;
  }
  .p-user__label::after {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  .p-user__txt, .p-user__small {
    display: inline-block;
  }
  .p-user__id {
    display: inline-block;
  }
  .p-user__id {
    margin-left: 10px;
  }
  .p-user__office {
    position: absolute;
    top: 44px;
    right: 0;
    width: 275px;
    height: 152px;
    padding: 16px 10px 16px 20px;
    border: 1px solid #efefef;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.11);
  }
  .p-user__office::before {
    position: absolute;
    top: -6px;
    right: 36px;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 10.5px 7px 10.5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  .p-user__close {
    display: none;
  }
  .p-office__head {
    height: 34px;
    padding-top: 11px;
  }
  .p-office__info {
    color: #333;
  }
  .p-emergency__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 16px;
  }
  .p-emergency__tag {
    margin: 0 16px 0 32px;
  }
  .p-emergency--news__inner {
    padding: 16px 20px;
  }
  .p-emergency--news__tag {
    margin-right: 18px;
  }
  .p-emergency--news__link {
    font-size: 1.6rem;
    line-height: 1.375;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
            flex: 1 0 1%;
  }
  .p-emergency--news__link[target='_blank']::after {
    bottom: 1px;
    margin-left: 4px;
  }
  .p-baggage__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 40px;
  }
  .p-baggage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-baggage__first {
    padding-right: 100px;
    border-right: 1px solid #d3d3d3;
  }
  .p-baggage__last {
    padding-left: 85px;
  }
  .p-baggage__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-baggage__input {
    width: 313px;
    margin-right: 16px;
  }
  .p-baggage__button {
    padding-top: 4px;
  }
  .p-baggage__button--kojin {
    font-size: 1.4rem;
  }
  .p-baggage__button--kojin:hover {
    opacity: .7;
  }
  .p-baggage__button--hojin {
    font-size: 1.4rem;
  }
  .p-baggage__button--hojin:hover {
    opacity: .7;
  }
  .p-baggage__txt {
    margin-bottom: 8px;
  }
  .p-quickmenu {
    padding: 80px 0;
  }
  .p-quickmenu.is_nouse {
    padding: 16px 0;
  }
  .p-quickmenu__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .p-quickmenu__title::before {
    top: 2px;
  }
  .p-quickmenu__lead {
    line-height: 2;
  }
  .p-quickmenu__choice {
    width: 680px;
    height: 48px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quickmenu__add {
    margin: 24px auto 40px;
  }
  .p-quickmenu__button {
    width: 328px;
  }
  .p-quickmenu__button:hover {
    opacity: .7;
  }
  .p-quickmenu__button--add::before {
    width: 14px;
    background-size: 14px 16px;
  }
  .p-quickmenu__menu {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .p-quickmenu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-quickmenu__menu :hover {
    opacity: .7;
  }
  .p-quickmenu__item {
    width: 328px;
    height: 91px;
    margin-bottom: 8px;
    padding-top: 16px;
  }
  .p-quickmenu__item:not(:nth-child(3n+3)) {
    margin-right: 8px;
  }
  .p-quickmenu__name {
    font-size: 1.6rem;
    margin: 0 auto 2px;
  }
  .p-quickmenu__ico01::before {
    top: 1px;
  }
  .p-quickmenu__link {
    padding: 0 16px 16px;
  }
  .p-quickmenu__frame {
    max-width: 1080px;
    margin: 0 auto;
    padding: 16px;
  }
  .p-limited {
    padding: 50px 0;
  }
  .p-limited__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .p-limited__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-limited__item {
    width: 328px;
    height: 220px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-limited__item:not(:first-child) {
    margin-left: 8px;
  }
  .p-limited__item:hover {
    opacity: .7;
  }
  .p-limited__img--ticket {
    width: 98px;
    height: 52px;
    margin: 57px 0 26px;
  }
  .p-limited__img--box {
    width: 64px;
    height: 64px;
    margin: 48px 0 24px;
  }
  .p-limited__img--request {
    width: 110px;
    height: 64px;
    margin: 48px 0 24px;
  }
  .p-limited__img--calendar {
    width: 64px;
    height: 64px;
    margin: 48px 0 24px;
  }
  .p-limited__link {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .p-service {
    padding: 80px 0 0;
  }
  .p-service__inner {
    margin-bottom: -30px;
  }
  .p-service__title {
    margin-bottom: 40px;
  }
  .p-service__item {
    width: 318px;
    margin-bottom: 35px;
  }
  .p-service__item:not(:nth-child(3n+3)) {
    margin-right: 20px;
  }
  .p-card {
    padding: 32px 15px 56px;
  }
  .p-card__name {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-card__link[target='_blank']::after {
    margin-left: 7px;
  }
  .p-card__txt {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
  }
  .p-banner__list {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 40px 20px;
  }
  .p-banner__item {
    width: 237px;
    margin-bottom: 20px;
  }
  .p-banner__item:not(:nth-child(4n+4)) {
    margin-right: 17px;
  }
  .p-news {
    padding: 80px 0;
  }
  .p-news__title {
    margin-bottom: 40px;
  }
  .p-news__inner {
    padding: 24px 20px;
  }
  .p-news__time {
    margin-right: 18px;
  }
  .p-news__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
            flex: 1 0 1%;
  }
  .p-news__link[target='_blank']::after {
    bottom: 1px;
    margin-left: 4px;
  }
  .p-pickup {
    padding: 80px 0;
  }
  .p-pickup__inner {
    max-width: 972px;
    margin: 0 auto;
    padding: 0;
  }
  .p-pickup__title {
    margin-bottom: 40px;
  }
  .p-pickup__list {
    margin: 0 0 -24px -28px;
  }
  .p-pickup__item {
    width: 222px;
    margin: 0 0 24px 28px;
  }
  .p-pickup__img {
    margin-bottom: 16px;
  }
  .p-pickup__txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-pager--pc {
    margin-top: 40px;
  }
  .p-pager--sp {
    display: none;
  }
  .p-pager__item {
    font-size: 1.6rem;
    width: 32px;
    margin: 0 8px;
  }
  .p-pager__link, .p-pager__current {
    text-decoration: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-section {
    padding-top: 40px;
  }
  .c-section__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 40px 0;
  }
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-column__item02 {
    width: 50%;
  }
  .c-column--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-column--select__item:not(:first-child) {
    margin-left: 16px;
  }
  .c-hd--01 {
    font-size: 2.2rem;
    line-height: 1.1;
    padding-bottom: 16px;
  }
  .c-hd--02 {
    padding-bottom: 24px;
  }
  .c-hd--03 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .c-hd--login {
    font-size: 2.4rem;
    height: 70px;
  }
  .c-column .c-column__item02:first-child .c-hd--login {
    font-size: 2.5rem;
  }
  .c-txt {
    font-size: 1.6rem;
  }
  .c-txt--footer {
    line-height: 2;
  }
  .c-error {
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .c-error--large {
    font-size: 2.2rem;
  }
  .c-number {
    width: 900px;
    margin: 0 auto;
  }
  .c-number--large {
    font-size: 2.0rem;
    line-height: 1.25;
  }
  .c-button:hover, .c-button--middle:hover, .c-button--small:hover {
    opacity: .7;
  }
  .c-button {
    width: 280px;
  }
  .c-button--middle {
    width: 190px;
  }
  .c-button--small {
    width: auto;
  }
  .c-button--tertiary {
    width: 360px;
  }
  .c-button--service {
    font-size: 1.8rem;
  }
  .c-button--service:hover {
    opacity: .7;
  }
  .c-button--migration {
    font-size: 1.8rem;
  }
  .c-button--migration:hover {
    opacity: .7;
  }
  .c-button--register {
    font-size: 1.8rem;
  }
  .c-button--register:hover {
    opacity: .7;
  }
  .c-button--login {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .c-button--login:hover {
    opacity: .7;
  }
  .c-input--large {
    width: 338px;
  }
  .c-input--middle {
    width: 240px;
  }
  .c-input--short {
    width: 140px;
  }
  .c-select__input {
    font-size: 1.6rem;
  }
  .c-select--large {
    width: 300px;
  }
  .c-select--large__input {
    width: 300px;
  }
  .c-select--middle {
    width: 275px;
  }
  .c-select--middle__input {
    width: 275px;
  }
  .c-select--min {
    width: 75px;
  }
  .c-select--min__input {
    width: 75px;
  }
  .c-radio__mark {
    top: 0;
  }
  .c-check--delete__input:checked + .c-check--delete__box::before {
    width: 5px;
    height: 10px;
  }
  .c-check--delete__box {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .u-use--sp {
    display: none;
  }
  .u-use--sp {
    display: none;
  }
  .u-align_left--pc {
    text-align: left;
  }
  .u-align_right--pc {
    text-align: right;
  }
  .u-align_center--pc {
    text-align: center;
  }
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-mt8--pc {
    margin-top: 8px !important;
  }
  .u-mr8--pc {
    margin-right: 8px !important;
  }
  .u-mb8--pc {
    margin-bottom: 8px !important;
  }
  .u-ml8--pc {
    margin-left: 8px !important;
  }
  .u-mt16--pc {
    margin-top: 16px !important;
  }
  .u-mr16--pc {
    margin-right: 16px !important;
  }
  .u-mb16--pc {
    margin-bottom: 16px !important;
  }
  .u-ml16--pc {
    margin-left: 16px !important;
  }
  .u-mt24--pc {
    margin-top: 24px !important;
  }
  .u-mr24--pc {
    margin-right: 24px !important;
  }
  .u-mb24--pc {
    margin-bottom: 24px !important;
  }
  .u-ml24--pc {
    margin-left: 24px !important;
  }
  .u-mt32--pc {
    margin-top: 32px !important;
  }
  .u-mr32--pc {
    margin-right: 32px !important;
  }
  .u-mb32--pc {
    margin-bottom: 32px !important;
  }
  .u-ml32--pc {
    margin-left: 32px !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-mt48--pc {
    margin-top: 48px !important;
  }
  .u-mr48--pc {
    margin-right: 48px !important;
  }
  .u-mb48--pc {
    margin-bottom: 48px !important;
  }
  .u-ml48--pc {
    margin-left: 48px !important;
  }
  .u-mt56--pc {
    margin-top: 56px !important;
  }
  .u-mr56--pc {
    margin-right: 56px !important;
  }
  .u-mb56--pc {
    margin-bottom: 56px !important;
  }
  .u-ml56--pc {
    margin-left: 56px !important;
  }
  .u-mt64--pc {
    margin-top: 64px !important;
  }
  .u-mr64--pc {
    margin-right: 64px !important;
  }
  .u-mb64--pc {
    margin-bottom: 64px !important;
  }
  .u-ml64--pc {
    margin-left: 64px !important;
  }
  .u-mt72--pc {
    margin-top: 72px !important;
  }
  .u-mr72--pc {
    margin-right: 72px !important;
  }
  .u-mb72--pc {
    margin-bottom: 72px !important;
  }
  .u-ml72--pc {
    margin-left: 72px !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-mt88--pc {
    margin-top: 88px !important;
  }
  .u-mr88--pc {
    margin-right: 88px !important;
  }
  .u-mb88--pc {
    margin-bottom: 88px !important;
  }
  .u-ml88--pc {
    margin-left: 88px !important;
  }
  .u-mt96--pc {
    margin-top: 96px !important;
  }
  .u-mr96--pc {
    margin-right: 96px !important;
  }
  .u-mb96--pc {
    margin-bottom: 96px !important;
  }
  .u-ml96--pc {
    margin-left: 96px !important;
  }
  .u-mt104--pc {
    margin-top: 104px !important;
  }
  .u-mr104--pc {
    margin-right: 104px !important;
  }
  .u-mb104--pc {
    margin-bottom: 104px !important;
  }
  .u-ml104--pc {
    margin-left: 104px !important;
  }
  .u-mt112--pc {
    margin-top: 112px !important;
  }
  .u-mr112--pc {
    margin-right: 112px !important;
  }
  .u-mb112--pc {
    margin-bottom: 112px !important;
  }
  .u-ml112--pc {
    margin-left: 112px !important;
  }
  .u-mt120--pc {
    margin-top: 120px !important;
  }
  .u-mr120--pc {
    margin-right: 120px !important;
  }
  .u-mb120--pc {
    margin-bottom: 120px !important;
  }
  .u-ml120--pc {
    margin-left: 120px !important;
  }
  .u-mt128--pc {
    margin-top: 128px !important;
  }
  .u-mr128--pc {
    margin-right: 128px !important;
  }
  .u-mb128--pc {
    margin-bottom: 128px !important;
  }
  .u-ml128--pc {
    margin-left: 128px !important;
  }
  .u-mt136--pc {
    margin-top: 136px !important;
  }
  .u-mr136--pc {
    margin-right: 136px !important;
  }
  .u-mb136--pc {
    margin-bottom: 136px !important;
  }
  .u-ml136--pc {
    margin-left: 136px !important;
  }
  .u-mt144--pc {
    margin-top: 144px !important;
  }
  .u-mr144--pc {
    margin-right: 144px !important;
  }
  .u-mb144--pc {
    margin-bottom: 144px !important;
  }
  .u-ml144--pc {
    margin-left: 144px !important;
  }
  .u-mt152--pc {
    margin-top: 152px !important;
  }
  .u-mr152--pc {
    margin-right: 152px !important;
  }
  .u-mb152--pc {
    margin-bottom: 152px !important;
  }
  .u-ml152--pc {
    margin-left: 152px !important;
  }
  .u-mt160--pc {
    margin-top: 160px !important;
  }
  .u-mr160--pc {
    margin-right: 160px !important;
  }
  .u-mb160--pc {
    margin-bottom: 160px !important;
  }
  .u-ml160--pc {
    margin-left: 160px !important;
  }
  .u-mt168--pc {
    margin-top: 168px !important;
  }
  .u-mr168--pc {
    margin-right: 168px !important;
  }
  .u-mb168--pc {
    margin-bottom: 168px !important;
  }
  .u-ml168--pc {
    margin-left: 168px !important;
  }
  .u-mt176--pc {
    margin-top: 176px !important;
  }
  .u-mr176--pc {
    margin-right: 176px !important;
  }
  .u-mb176--pc {
    margin-bottom: 176px !important;
  }
  .u-ml176--pc {
    margin-left: 176px !important;
  }
  .u-mt184--pc {
    margin-top: 184px !important;
  }
  .u-mr184--pc {
    margin-right: 184px !important;
  }
  .u-mb184--pc {
    margin-bottom: 184px !important;
  }
  .u-ml184--pc {
    margin-left: 184px !important;
  }
  .u-mt192--pc {
    margin-top: 192px !important;
  }
  .u-mr192--pc {
    margin-right: 192px !important;
  }
  .u-mb192--pc {
    margin-bottom: 192px !important;
  }
  .u-ml192--pc {
    margin-left: 192px !important;
  }
  .u-mt200--pc {
    margin-top: 200px !important;
  }
  .u-mr200--pc {
    margin-right: 200px !important;
  }
  .u-mb200--pc {
    margin-bottom: 200px !important;
  }
  .u-ml200--pc {
    margin-left: 200px !important;
  }
  .u-mt208--pc {
    margin-top: 208px !important;
  }
  .u-mr208--pc {
    margin-right: 208px !important;
  }
  .u-mb208--pc {
    margin-bottom: 208px !important;
  }
  .u-ml208--pc {
    margin-left: 208px !important;
  }
  .u-mt216--pc {
    margin-top: 216px !important;
  }
  .u-mr216--pc {
    margin-right: 216px !important;
  }
  .u-mb216--pc {
    margin-bottom: 216px !important;
  }
  .u-ml216--pc {
    margin-left: 216px !important;
  }
  .u-mt224--pc {
    margin-top: 224px !important;
  }
  .u-mr224--pc {
    margin-right: 224px !important;
  }
  .u-mb224--pc {
    margin-bottom: 224px !important;
  }
  .u-ml224--pc {
    margin-left: 224px !important;
  }
  .u-mt232--pc {
    margin-top: 232px !important;
  }
  .u-mr232--pc {
    margin-right: 232px !important;
  }
  .u-mb232--pc {
    margin-bottom: 232px !important;
  }
  .u-ml232--pc {
    margin-left: 232px !important;
  }
  .u-mt240--pc {
    margin-top: 240px !important;
  }
  .u-mr240--pc {
    margin-right: 240px !important;
  }
  .u-mb240--pc {
    margin-bottom: 240px !important;
  }
  .u-ml240--pc {
    margin-left: 240px !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-pt8--pc {
    padding-top: 8px !important;
  }
  .u-pr8--pc {
    padding-right: 8px !important;
  }
  .u-pb8--pc {
    padding-bottom: 8px !important;
  }
  .u-pl8--pc {
    padding-left: 8px !important;
  }
  .u-pt16--pc {
    padding-top: 16px !important;
  }
  .u-pr16--pc {
    padding-right: 16px !important;
  }
  .u-pb16--pc {
    padding-bottom: 16px !important;
  }
  .u-pl16--pc {
    padding-left: 16px !important;
  }
  .u-pt24--pc {
    padding-top: 24px !important;
  }
  .u-pr24--pc {
    padding-right: 24px !important;
  }
  .u-pb24--pc {
    padding-bottom: 24px !important;
  }
  .u-pl24--pc {
    padding-left: 24px !important;
  }
  .u-pt32--pc {
    padding-top: 32px !important;
  }
  .u-pr32--pc {
    padding-right: 32px !important;
  }
  .u-pb32--pc {
    padding-bottom: 32px !important;
  }
  .u-pl32--pc {
    padding-left: 32px !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-pt48--pc {
    padding-top: 48px !important;
  }
  .u-pr48--pc {
    padding-right: 48px !important;
  }
  .u-pb48--pc {
    padding-bottom: 48px !important;
  }
  .u-pl48--pc {
    padding-left: 48px !important;
  }
  .u-pt56--pc {
    padding-top: 56px !important;
  }
  .u-pr56--pc {
    padding-right: 56px !important;
  }
  .u-pb56--pc {
    padding-bottom: 56px !important;
  }
  .u-pl56--pc {
    padding-left: 56px !important;
  }
  .u-pt64--pc {
    padding-top: 64px !important;
  }
  .u-pr64--pc {
    padding-right: 64px !important;
  }
  .u-pb64--pc {
    padding-bottom: 64px !important;
  }
  .u-pl64--pc {
    padding-left: 64px !important;
  }
  .u-pt72--pc {
    padding-top: 72px !important;
  }
  .u-pr72--pc {
    padding-right: 72px !important;
  }
  .u-pb72--pc {
    padding-bottom: 72px !important;
  }
  .u-pl72--pc {
    padding-left: 72px !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-min-height {
    min-height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .p-login__head {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 2px;
  }

  body {
    padding-top: 67px;
  }
  .l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header__inner {
    width: 100%;
    padding: 0 24px 0 10px;
  }
  .l-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-main--styleguide {
    width: 100%;
    padding: 16px 0 32px;
  }
  .l-main--login {
    width: 100%;
    padding: 16px 16px 30px;
  }
  .l-footer__inner {
    width: 100%;
    padding: 0;
  }
  .l-footer__box {
    margin-right: 10px;
  }
  .l-footer__norton {
    padding: 0 16px;
  }
  .p-logo {
    width: 47.340vw;
    max-width: 250px;
  }
  .p-gmenu--sub {
    display: none;
  }
  .p-gmenu--sub__item {
    height: 56px;
    border-bottom-color: rgba(51, 51, 51, 0.4);
  }
  .p-gmenu--sub__link {
    line-height: 1.3;
    position: relative;
    padding: 0 50px 0 54px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-gmenu--sub__link::after {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    content: '';
  }
  .p-gmenu__btn {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 26px;
    margin-top: -13px;
  }
  .p-gmenu__input:checked ~ .p-gmenu__btn .p-gmenu__line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .p-gmenu__input:checked ~ .p-gmenu__btn .p-gmenu__line:nth-child(2) {
    opacity: 0;
  }
  .p-gmenu__input:checked ~ .p-gmenu__btn .p-gmenu__line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .p-gmenu__inner--kojin {
    background-color: #1d9bd3;
  }
  .p-gmenu__inner--kojin .p-gmenu--sub {
    background-color: #eef4fc;
  }
  .p-gmenu__inner--kojin .p-gmenu--sub__link::after {
    background-image: url(../img/ico_arrow_lb.svg);
  }
  .p-gmenu__inner--hojin {
    background-color: #3b499f;
  }
  .p-gmenu__inner--hojin .p-gmenu--sub {
    background-color: #c0c7dd;
  }
  .p-gmenu__inner--hojin .p-gmenu--sub__link::after {
    background-image: url(../img/ico_arrow_b.svg);
  }
  .p-gmenu__input:not(:checked) ~ .p-gmenu__inner {
    display: none;
  }
  .p-gmenu__input:checked ~ .p-gmenu__inner {
    position: fixed;
    top: 67px;
    left: 0;
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: calc(100% - 67px);
  }
  .p-gmenu__link, .p-gmenu__members {
    font-weight: bold;
    line-height: 1;
    width: 100%;
    height: 56px;
    padding-left: 45px;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-gmenu__link::before, .p-gmenu__members::before {
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-gmenu__link::after {
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background: url(../img/ico_arrow_w.svg) no-repeat center center;
    background-size: 7px 12px;
  }
  .p-gmenu__cross::before, .p-gmenu__cross::after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #fff;
  }
  .p-gmenu__cross::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-gmenu__check:checked + .p-gmenu__members .p-gmenu__cross::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .p-gmenu__check:checked ~ .p-gmenu--sub {
    display: block;
  }
  .p-gmenu__ico01::before {
    background-image: url(../img/ico_menu01_w.svg);
  }
  .p-gmenu__ico02::before {
    background-image: url(../img/ico_menu02_w.svg);
  }
  .p-gmenu__ico03::before {
    background-image: url(../img/ico_menu03_w.svg);
  }
  .p-gmenu__form {
    width: 100%;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-gmenu__logout {
    font-size: 1.4rem;
    font-weight: bold;
    width: 35.733vw;
    height: 30px;
    padding-top: 2px;
    color: #394195;
    background-color: #fff;
  }
  .p-tabs__content {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .p-box--login {
    width: 100%;
  }
  .p-box--id .c-input {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
            flex: 1 0 1%;
  }
  .p-box--name__item:not(:first-child) {
    margin-top: 10px;
  }
  .p-box--name__txt {
    margin-right: 5px;
  }
  .p-box--name__input {
    width: calc( 100% - 35px);
  }
  .p-box--tel__input {
    width: 27%;
    padding: 10px 4px;
  }
  .p-box--tel__line {
    width: 22px;
  }
  .p-box--zip__input {
    width: 29%;
    padding: 10px 4px;
  }
  .p-box--zip__mark {
    display: none;
  }
  .p-box--zip__line {
    width: 15px;
  }
  .p-box--birth__year {
    width: 27%;
    padding: 10px 4px;
  }
  .p-box--birth__month {
    width: 17%;
    padding: 10px 4px;
  }
  .p-box--birth__day {
    width: 22%;
    padding: 10px 4px;
  }
  .p-box--birth__txt {
    width: 26px;
    padding-left: 4px;
  }
  .p-login--id__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-login--id__item {
    width: 180px;
  }
  .p-login__input {
    height: 36px;
    padding: 10px;
  }
  .p-tabs__label {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
    font-size: 1.4rem;
    height: 50px;
    /* display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    width: 50%;
    margin-left: 0;
  }
  .p-tabs__label.p-tabs__label--01{
    padding-top: 16px;
  }
  .p-tabs__label_for {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .p-tabs__label_title {
    font-size: 1.8rem;
    line-height: 1.2;
    /* width:100%; */
  }
  .p-tabs__label:hover {
    color: #fff;
  }
  .p-tabs__label--01 {
    border-radius: 12px 12px 0 0;
  }
  .p-tabs__label--02 {
    border-radius: 12px 12px 0 0;
  }

  .p-fnav {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .p-fnav__list {
  	display: -ms-flexbox;
	  display: -ms-flex;
	  display: -webkit-flex;
	  display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-fnav__list>li{
    -ms-flex: 1 1 50%;
    flex:1 1 50%;
    max-width:50%;
  }
  .p-fnav__list li a{
    display: -ms-flexbox;
	  display: -ms-flex;
	  display: -webkit-flex;
	  display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px 10px 12px 24px;
  }
  .p-fnav__list>li:nth-of-type(even)>a {
    padding-left: 0px;
  }
  .p-copyright {
    padding: 10px 10px 10px;
  }
  .p-title {
    padding-bottom: 40px;
  }
  .p-title__list {
    margin-top: 8px;
  }
  .p-title__item {
    margin: 8px;
  }
  .p-title__hd {
    font-size: 2.2rem;
    line-height: 1.59;
    text-align: center;
  }
  .p-list__item {
    font-size: 1.4rem;
  }
  .p-list--radioh {
    margin-bottom: -20px;
  }
  .p-list--radioh__item {
    margin-bottom: 20px;
  }
  .p-list--button__item:not(:first-child) {
    margin-top: 20px;
  }
  .p-table__th, .p-table__td {
    padding: 18px 10px;
  }
  .p-table__scroll {
    overflow-x: scroll;
    padding-bottom: 17px;
  }
  .p-table__scroll::-webkit-scrollbar {
    height: 13px;
  }
  .p-table__scroll::-webkit-scrollbar-track {
    border: 1px solid #707070;
    border-radius: 100px;
    background: #fff;
  }
  .p-table__scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #706f70;
  }
  .p-table--large, .p-table--caution {
    display: block;
    width: 100%;
  }
  .p-table--large__tbody, .p-table--caution__tbody, .p-table--large__tr, .p-table--caution__tr, .p-table--large__th, .p-table--caution__th, .p-table--large__td, .p-table--caution__td {
    display: block;
    width: 100%;
  }
  .p-table--caution__th {
    font-weight: bold;
  }
  .p-table--confirm {
    display: block;
    width: 100%;
  }
  .p-table--confirm__tbody, .p-table--confirm__tr, .p-table--confirm__th, .p-table--confirm__td, .p-table--confirm__td--right {
    display: block;
    width: 100%;
  }
  .p-table--confirm__th, .p-table--confirm__td {
    padding: 26px 10px;
  }
  .p-table__scroll .p-table--justify {
    width: auto;
    table-layout: fixed;
  }
  .p-table--justify__th, .p-table--justify__td {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .p-table--smart {
    width: auto;
  }
  .p-caution {
    padding: 18px 15px 20px;
  }
  .p-caution--supplement {
    padding: 18px 15px 20px;
  }
  .p-caution--callout__inner {
    padding: 30px 15px;
  }
  .p-caution--callout__hd {
    line-height: 1.75;
    margin-bottom: 8px;
  }
  .p-accordion__hd::after {
    right: 20px;
  }
  .p-accordion__hd--table {
    font-size: 1.4rem;
  }
  .p-accordion__hd--info {
    padding: 17px 15px;
  }
  .p-accordion__delete {
    margin-right: 10px;
  }
  .p-accordion__no {
    margin-right: 5px;
  }
  .p-config {
    margin-right: -8px;
  }
  .p-config--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-config__txt {
    word-break: break-all;
  }
  .p-config__button {
    margin-right: 8px;
  }
  .p-config__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-config__last {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .p-term__hd {
    margin-bottom: 24px;
  }
  .p-term__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: initial;
    margin-bottom: 0px;
  }
  .p-term__txt .notes {
    font-size: inherit;
  }
  .p-remain__body {
    width: 100%;
  }
  .p-change__myshop {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-change__txt {
    margin-top: 16px;
  }
  .p-change__first {
    width: 100%;
    text-align: center;
  }
  .p-change__last {
    display: none;
  }
  .p-change__splink {
    font-size: 1.4rem;
    margin: 8px 0 16px;
    text-align: right;
  }
  .p-request__link {
    padding: 16px 40px 16px 16px;
  }
  .p-request__link::before {
    right: 16px;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  .p-request__no, .p-request__date {
    margin-bottom: 8px;
  }
  .p-request__to {
    font-size: 1.4rem;
  }
  .p-request__status {
    width: calc(100% + 24px) !important;
    height: 46px !important;
    margin-bottom: 16px;
    text-align: center;
  }
  .p-request__detail {
    padding: 16px 16px 8px;
  }
  .p-request__pickup, .p-request__fee, .p-request__term {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-step {
    padding-bottom: 0;
  }
  .p-step__item {
    width: calc(33.333% - 25px);
    height: 48px;

    /*ステップのサイズ変更に伴い、文字位置の調整*/
    margin-right: 14px;			/*（25px→14px）*/
    padding-top: 10px;			/*（9px→(20/2)px）*/
  }

  .p-step__item::after {
    border-width: 24px 0 24px

    /*ステップのサイズ変更に伴い、三角部分の横幅を調整*/
    10px; 						/*（20px→10px）*/

  }

  .p-step__txt {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .p-user__inner {
    width: 100%;
    padding: 16px;
  }
  .p-user__inner {
    height: 72px;
  }
  .p-user__check:checked + .p-user__office {
    position: absolute;
    top: 72px;
    left: 0;
    display: block;
    width: 100%;
    padding: 80px 40px;
  }
  .p-user__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-user__name {
    line-height: 1.4;
  }
  .p-user__mark {
    line-height: 1.8;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .p-user__label {
    line-height: 1.8;
    position: relative;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .p-user__label::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .p-user__txt {
    display: block;
    margin-bottom: 3px;
  }
  .p-user__office {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .p-user__close {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    width: 122px;
    height: 30px;
    margin: 32px auto 0;
    color: #394195;
    border: 1px solid #394195;
    border-radius: 4px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-office__head {
    height: 30px;
    padding-top: 10px;
  }
  .p-office__info {
    color: #fff;
  }
  .p-emergency__inner {
    width: 100%;
    padding: 16px;
  }
  .p-emergency__tag {
    margin: 0 12px 0 0;
  }
  .p-emergency--news {
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
  }
  .p-emergency--news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .p-emergency--news__tag {
    margin-bottom: 8px;
  }
  .p-emergency--news__link {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-emergency--news__link[target='_blank']::after {
    bottom: -1px;
    margin-left: 8px;
  }
  .p-baggage__inner {
    width: 100%;
    padding: 32px;
  }
  .p-baggage__first {
    margin-bottom: 24px;
  }
  .p-baggage__form {
    text-align: center;
  }
  .p-baggage__box {
    margin-bottom: 16px;
  }
  .p-baggage__input {
    width: 100%;
  }
  .p-baggage__button {
    margin: 0 auto;
    padding-top: 1px;
  }
  .p-baggage__button--kojin {
    font-size: 1.4rem;
  }
  .p-baggage__button--hojin {
    font-size: 1.4rem;
  }
  .p-baggage__txt {
    margin-bottom: 16px;
    text-align: center;
  }
  .p-baggage__list {
    padding-left: 32px;
  }
  .p-quickmenu {
    padding: 40px 16px;
  }
  .p-quickmenu__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .p-quickmenu__lead {
    line-height: 1.75;
  }
  .p-quickmenu__add {
    margin-bottom: 24px;
  }
  .p-quickmenu__form:first-child {
    margin-bottom: 12px;
  }
  .p-quickmenu__button {
    width: 100%;
  }
  .p-quickmenu__menu {
    width: 100%;
    padding: 0;
  }
  .p-quickmenu__item {
    padding: 16px;
  }
  .p-quickmenu__item:not(:first-child) {
    margin-top: 10px;
  }
  .p-quickmenu__name {
    font-size: 1.4rem;
    margin: 0 auto 8px;
  }
  .p-quickmenu__ico01::before {
    top: 2px;
  }
  .p-quickmenu__frame {
    width: 100%;
    padding: 16px 34px 20px;
  }
  .p-limited {
    padding: 32px 16px;
  }
  .p-limited__inner {
    width: 100%;
    padding: 0;
  }
  .p-limited__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-limited__item {
    width: 100%;
    padding: 18px 35px 18px 0;
  }
  .p-limited__item::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background: url(../img/ico_arrow_b.svg);
    background-size: 7px 12px;
  }
  .p-limited__item:not(:first-child) {
    margin-top: 8px;
  }
  .p-limited__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-limited__img--ticket {
    left: 10px;
    width: 20.533vw;
    max-width: 77px;
    height: 10.933vw;
    max-height: 41px;
  }
  .p-limited__img--box {
    left: 29px;
    width: 8.533vw;
    max-width: 32px;
    height: 8.533vw;
    max-height: 32px;
  }
  .p-limited__img--request {
    left: 12px;
    width: 17.3333vw;
    max-width: 65px;
    height: 10.133vw;
    max-height: 38px;
  }
  .p-limited__img--calendar {
    left: 27px;
    width: 10.933vw;
    max-width: 41px;
    height: 10.933vw;
    max-height: 41px;
  }
  .p-limited__link {
    font-size: 1.4rem;
    margin-left: 100px;
  }
  .p-limited__txt {
    margin-top: 8px;
    margin-left: 100px;
  }
  .p-service {
    padding: 24px 0 0;
  }
  .p-service__inner {
    margin-bottom: -15px;
  }
  .p-service__title {
    margin-bottom: 24px;
  }
  .p-service__item {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-card {
    padding: 16px 40px 16px 16px;
  }
  .p-login__txt {
    font-size: 1.4rem;
  }
  .p-card::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background: url(../img/ico_arrow_b.svg);
    background-size: 7px 12px;
  }
  .p-card__name {
    margin-bottom: 16px;
  }
  .p-card__link[target='_blank']::after {
    margin-left: 8px;
  }
  .p-card__txt {
    display: none;
  }
  .p-banner__list {
    width: 100%;
    padding: 32px 16px 12px;
  }
  .p-banner__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-banner__item {
    width: 43.466vw;
    margin-bottom: 20px;
  }
  .p-news {
    padding: 60px 0 30px;
  }
  .p-news__title {
    margin-bottom: 24px;
  }
  .p-news__list {
    width: 100vw;
    margin-left: -16px;
    padding: 0 16px;
  }
  .p-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0;
  }
  .p-news__time {
    margin-bottom: 8px;
  }
  .p-news__link[target='_blank']::after {
    bottom: -1px;
    margin-left: 8px;
  }
  .p-pickup__inner {
    width: 100%;
    padding: 32px 16px 32px;
  }
  .p-pickup__title {
    margin-bottom: 24px;
  }
  .p-pickup__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -20px;
  }
  .p-pickup__item {
    width: 43.466vw;
    margin-bottom: 20px;
  }
  .p-pickup__img {
    margin-bottom: 8px;
  }
  .p-pickup__txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-pager--pc {
    display: none;
  }
  .p-pager--sp {
    margin-top: 20px;
  }
  .p-pager__item {
    font-size: 1.6rem;
    font-weight: bold;
    width: 145px;
    margin: 0 5px;
  }
  .c-section {
    padding-top: 40px;
  }
  .c-section__inner {
    width: 100%;
    padding: 24px 16px 0;
  }
  .c-section--styleguide__inner {
    padding: 0 20px;
  }
  .c-hd--01 {
    font-size: 2.0rem;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .c-hd--02 {
    padding-bottom: 16px;
  }
  .c-hd--03 {
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: normal;
  }
  .c-hd--login {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  /* .c-column .c-column__item02:first-child .c-hd--login {
    font-size: 2.4rem;
  } */
  .c-important-lead {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .c-txt {
    font-size: 1.4rem;
  }
  .c-txt--footer {
    line-height: 1.6;
  }
  .c-error--large {
    font-size: 1.8rem;
  }
  .c-number--large {
    font-size: 1.8rem;
    line-height: 1.38;
  }
  .c-button {
    width: 100%;
  }
  .c-button--middle {
    min-width: 160px;
  }
  .c-button--service {
    font-size: 1.6rem;
  }
  .c-button--migration {
    font-size: 1.6rem;
  }
  .c-button--register {
    font-size: 1.6rem;
  }
  .c-button--login {
    font-size: 1.6rem;
  }
  .c-input--large {
    width: 100%;
  }
  .c-input--middle {
    width: 100%;
  }
  .c-input--short {
    width: 100%;
  }
  .c-select__input {
    font-size: 1.4rem;
  }
  .c-select--large {
    width: 100%;
  }
  .c-select--large__input {
    width: 100%;
  }
  .c-select--middle {
    width: 100%;
  }
  .c-select--middle__input {
    width: 100%;
  }
  .c-select--min {
    width: 70px;
  }
  .c-select--min__input {
    width: 70px;
  }
  .c-radio {
    display: block;
  }
  .c-radio__mark {
    top: 4px;
  }
  .c-check--delete__input:checked + .c-check--delete__box::before {
    left: 5px;
    width: 8px;
    height: 12px;
  }
  .c-check--delete__box {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .u-use--pc {
    display: none;
  }
  .u-use--pc {
    display: none;
  }
  .u-align_left--sp {
    text-align: left;
  }
  .u-align_right--sp {
    text-align: right;
  }
  .u-align_center--sp {
    text-align: center;
  }
  .u-mt0--sp {
    margin-top: 0px !important;
  }
  .u-mr0--sp {
    margin-right: 0px !important;
  }
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0--sp {
    margin-left: 0px !important;
  }
  .u-mt8--sp {
    margin-top: 8px !important;
  }
  .u-mr8--sp {
    margin-right: 8px !important;
  }
  .u-mb8--sp {
    margin-bottom: 8px !important;
  }
  .u-ml8--sp {
    margin-left: 8px !important;
  }
  .u-mt16--sp {
    margin-top: 16px !important;
  }
  .u-mr16--sp {
    margin-right: 16px !important;
  }
  .u-mb16--sp {
    margin-bottom: 16px !important;
  }
  .u-ml16--sp {
    margin-left: 16px !important;
  }
  .u-mt24--sp {
    margin-top: 24px !important;
  }
  .u-mr24--sp {
    margin-right: 24px !important;
  }
  .u-mb24--sp {
    margin-bottom: 24px !important;
  }
  .u-ml24--sp {
    margin-left: 24px !important;
  }
  .u-mt32--sp {
    margin-top: 32px !important;
  }
  .u-mr32--sp {
    margin-right: 32px !important;
  }
  .u-mb32--sp {
    margin-bottom: 32px !important;
  }
  .u-ml32--sp {
    margin-left: 32px !important;
  }
  .u-mt40--sp {
    margin-top: 40px !important;
  }
  .u-mr40--sp {
    margin-right: 40px !important;
  }
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
  .u-ml40--sp {
    margin-left: 40px !important;
  }
  .u-mt48--sp {
    margin-top: 48px !important;
  }
  .u-mr48--sp {
    margin-right: 48px !important;
  }
  .u-mb48--sp {
    margin-bottom: 48px !important;
  }
  .u-ml48--sp {
    margin-left: 48px !important;
  }
  .u-mt56--sp {
    margin-top: 56px !important;
  }
  .u-mr56--sp {
    margin-right: 56px !important;
  }
  .u-mb56--sp {
    margin-bottom: 56px !important;
  }
  .u-ml56--sp {
    margin-left: 56px !important;
  }
  .u-mt64--sp {
    margin-top: 64px !important;
  }
  .u-mr64--sp {
    margin-right: 64px !important;
  }
  .u-mb64--sp {
    margin-bottom: 64px !important;
  }
  .u-ml64--sp {
    margin-left: 64px !important;
  }
  .u-mt72--sp {
    margin-top: 72px !important;
  }
  .u-mr72--sp {
    margin-right: 72px !important;
  }
  .u-mb72--sp {
    margin-bottom: 72px !important;
  }
  .u-ml72--sp {
    margin-left: 72px !important;
  }
  .u-mt80--sp {
    margin-top: 80px !important;
  }
  .u-mr80--sp {
    margin-right: 80px !important;
  }
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
  .u-ml80--sp {
    margin-left: 80px !important;
  }
  .u-mt88--sp {
    margin-top: 88px !important;
  }
  .u-mr88--sp {
    margin-right: 88px !important;
  }
  .u-mb88--sp {
    margin-bottom: 88px !important;
  }
  .u-ml88--sp {
    margin-left: 88px !important;
  }
  .u-mt96--sp {
    margin-top: 96px !important;
  }
  .u-mr96--sp {
    margin-right: 96px !important;
  }
  .u-mb96--sp {
    margin-bottom: 96px !important;
  }
  .u-ml96--sp {
    margin-left: 96px !important;
  }
  .u-mt104--sp {
    margin-top: 104px !important;
  }
  .u-mr104--sp {
    margin-right: 104px !important;
  }
  .u-mb104--sp {
    margin-bottom: 104px !important;
  }
  .u-ml104--sp {
    margin-left: 104px !important;
  }
  .u-mt112--sp {
    margin-top: 112px !important;
  }
  .u-mr112--sp {
    margin-right: 112px !important;
  }
  .u-mb112--sp {
    margin-bottom: 112px !important;
  }
  .u-ml112--sp {
    margin-left: 112px !important;
  }
  .u-mt120--sp {
    margin-top: 120px !important;
  }
  .u-mr120--sp {
    margin-right: 120px !important;
  }
  .u-mb120--sp {
    margin-bottom: 120px !important;
  }
  .u-ml120--sp {
    margin-left: 120px !important;
  }
  .u-mt128--sp {
    margin-top: 128px !important;
  }
  .u-mr128--sp {
    margin-right: 128px !important;
  }
  .u-mb128--sp {
    margin-bottom: 128px !important;
  }
  .u-ml128--sp {
    margin-left: 128px !important;
  }
  .u-mt136--sp {
    margin-top: 136px !important;
  }
  .u-mr136--sp {
    margin-right: 136px !important;
  }
  .u-mb136--sp {
    margin-bottom: 136px !important;
  }
  .u-ml136--sp {
    margin-left: 136px !important;
  }
  .u-mt144--sp {
    margin-top: 144px !important;
  }
  .u-mr144--sp {
    margin-right: 144px !important;
  }
  .u-mb144--sp {
    margin-bottom: 144px !important;
  }
  .u-ml144--sp {
    margin-left: 144px !important;
  }
  .u-mt152--sp {
    margin-top: 152px !important;
  }
  .u-mr152--sp {
    margin-right: 152px !important;
  }
  .u-mb152--sp {
    margin-bottom: 152px !important;
  }
  .u-ml152--sp {
    margin-left: 152px !important;
  }
  .u-mt160--sp {
    margin-top: 160px !important;
  }
  .u-mr160--sp {
    margin-right: 160px !important;
  }
  .u-mb160--sp {
    margin-bottom: 160px !important;
  }
  .u-ml160--sp {
    margin-left: 160px !important;
  }
  .u-mt168--sp {
    margin-top: 168px !important;
  }
  .u-mr168--sp {
    margin-right: 168px !important;
  }
  .u-mb168--sp {
    margin-bottom: 168px !important;
  }
  .u-ml168--sp {
    margin-left: 168px !important;
  }
  .u-mt176--sp {
    margin-top: 176px !important;
  }
  .u-mr176--sp {
    margin-right: 176px !important;
  }
  .u-mb176--sp {
    margin-bottom: 176px !important;
  }
  .u-ml176--sp {
    margin-left: 176px !important;
  }
  .u-mt184--sp {
    margin-top: 184px !important;
  }
  .u-mr184--sp {
    margin-right: 184px !important;
  }
  .u-mb184--sp {
    margin-bottom: 184px !important;
  }
  .u-ml184--sp {
    margin-left: 184px !important;
  }
  .u-mt192--sp {
    margin-top: 192px !important;
  }
  .u-mr192--sp {
    margin-right: 192px !important;
  }
  .u-mb192--sp {
    margin-bottom: 192px !important;
  }
  .u-ml192--sp {
    margin-left: 192px !important;
  }
  .u-mt200--sp {
    margin-top: 200px !important;
  }
  .u-mr200--sp {
    margin-right: 200px !important;
  }
  .u-mb200--sp {
    margin-bottom: 200px !important;
  }
  .u-ml200--sp {
    margin-left: 200px !important;
  }
  .u-mt208--sp {
    margin-top: 208px !important;
  }
  .u-mr208--sp {
    margin-right: 208px !important;
  }
  .u-mb208--sp {
    margin-bottom: 208px !important;
  }
  .u-ml208--sp {
    margin-left: 208px !important;
  }
  .u-mt216--sp {
    margin-top: 216px !important;
  }
  .u-mr216--sp {
    margin-right: 216px !important;
  }
  .u-mb216--sp {
    margin-bottom: 216px !important;
  }
  .u-ml216--sp {
    margin-left: 216px !important;
  }
  .u-mt224--sp {
    margin-top: 224px !important;
  }
  .u-mr224--sp {
    margin-right: 224px !important;
  }
  .u-mb224--sp {
    margin-bottom: 224px !important;
  }
  .u-ml224--sp {
    margin-left: 224px !important;
  }
  .u-mt232--sp {
    margin-top: 232px !important;
  }
  .u-mr232--sp {
    margin-right: 232px !important;
  }
  .u-mb232--sp {
    margin-bottom: 232px !important;
  }
  .u-ml232--sp {
    margin-left: 232px !important;
  }
  .u-mt240--sp {
    margin-top: 240px !important;
  }
  .u-mr240--sp {
    margin-right: 240px !important;
  }
  .u-mb240--sp {
    margin-bottom: 240px !important;
  }
  .u-ml240--sp {
    margin-left: 240px !important;
  }
  .u-pt0--sp {
    padding-top: 0px !important;
  }
  .u-pr0--sp {
    padding-right: 0px !important;
  }
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0--sp {
    padding-left: 0px !important;
  }
  .u-pt8--sp {
    padding-top: 8px !important;
  }
  .u-pr8--sp {
    padding-right: 8px !important;
  }
  .u-pb8--sp {
    padding-bottom: 8px !important;
  }
  .u-pl8--sp {
    padding-left: 8px !important;
  }
  .u-pt16--sp {
    padding-top: 16px !important;
  }
  .u-pr16--sp {
    padding-right: 16px !important;
  }
  .u-pb16--sp {
    padding-bottom: 16px !important;
  }
  .u-pl16--sp {
    padding-left: 16px !important;
  }
  .u-pt24--sp {
    padding-top: 24px !important;
  }
  .u-pr24--sp {
    padding-right: 24px !important;
  }
  .u-pb24--sp {
    padding-bottom: 24px !important;
  }
  .u-pl24--sp {
    padding-left: 24px !important;
  }
  .u-pt32--sp {
    padding-top: 32px !important;
  }
  .u-pr32--sp {
    padding-right: 32px !important;
  }
  .u-pb32--sp {
    padding-bottom: 32px !important;
  }
  .u-pl32--sp {
    padding-left: 32px !important;
  }
  .u-pt40--sp {
    padding-top: 40px !important;
  }
  .u-pr40--sp {
    padding-right: 40px !important;
  }
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
  .u-pl40--sp {
    padding-left: 40px !important;
  }
  .u-pt48--sp {
    padding-top: 48px !important;
  }
  .u-pr48--sp {
    padding-right: 48px !important;
  }
  .u-pb48--sp {
    padding-bottom: 48px !important;
  }
  .u-pl48--sp {
    padding-left: 48px !important;
  }
  .u-pt56--sp {
    padding-top: 56px !important;
  }
  .u-pr56--sp {
    padding-right: 56px !important;
  }
  .u-pb56--sp {
    padding-bottom: 56px !important;
  }
  .u-pl56--sp {
    padding-left: 56px !important;
  }
  .u-pt64--sp {
    padding-top: 64px !important;
  }
  .u-pr64--sp {
    padding-right: 64px !important;
  }
  .u-pb64--sp {
    padding-bottom: 64px !important;
  }
  .u-pl64--sp {
    padding-left: 64px !important;
  }
  .u-pt72--sp {
    padding-top: 72px !important;
  }
  .u-pr72--sp {
    padding-right: 72px !important;
  }
  .u-pb72--sp {
    padding-bottom: 72px !important;
  }
  .u-pl72--sp {
    padding-left: 72px !important;
  }
  .u-pt80--sp {
    padding-top: 80px !important;
  }
  .u-pr80--sp {
    padding-right: 80px !important;
  }
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
  .u-pl80--sp {
    padding-left: 80px !important;
  }
  .u-use-uketori {
    display: none;
  }
  .u-min-height {
    min-height: 160px;
  }
  .u-transform-w09--sp {
    transform: scale(0.8, 1.0);
  }
}

@media all and (-ms-high-contrast: none) {
  .p-gmenu__link *::-ms-backdrop, .p-gmenu__link::before, .p-gmenu__members *::-ms-backdrop, .p-gmenu__members::before {
    bottom: 5px;
  }
  .p-gmenu__ico01 *::-ms-backdrop, .p-gmenu__ico01::before {
    background-image: url(../img/ico_menu01.png);
  }
  .p-gmenu__ico02 *::-ms-backdrop, .p-gmenu__ico02::before {
    background-image: url(../img/ico_menu02.png);
  }
  .p-gmenu__ico03 *::-ms-backdrop, .p-gmenu__ico03::before {
    background-image: url(../img/ico_menu03.png);
  }
  .p-login__input *::-ms-backdrop, .p-login__input:-ms-input-placeholder {
    top: 0;
    left: 0;
  }
  .p-table__th *::-ms-backdrop, .p-table__th, .p-table__td *::-ms-backdrop, .p-table__td {
    padding: 18px 16px 14px;
  }
  .p-table__require *::-ms-backdrop, .p-table__require {
    padding: 6px 8px 2px;
  }
  .p-table--confirm__th *::-ms-backdrop, .p-table--confirm__th, .p-table--confirm__td *::-ms-backdrop, .p-table--confirm__td {
    padding: 26px 16px 22px;
  }
  .p-table--smart__tbody .p-table--smart__th *::-ms-backdrop, .p-table--smart__tbody .p-table--smart__th,
  .p-table--smart__tbody .p-table--smart__td *::-ms-backdrop,
  .p-table--smart__tbody .p-table--smart__td {
    padding: 22px 20px 18px;
  }
  .p-table--smart__thead .p-table--smart__th *::-ms-backdrop, .p-table--smart__thead .p-table--smart__th {
    padding: 15px 20px 11px;
  }
  .p-accordion__hd *::-ms-backdrop, .p-accordion__hd {
    padding: 19px 20px 15px;
  }
  .p-accordion__status *::-ms-backdrop, .p-accordion__status {
    position: relative;
    top: -3px;
  }
  .p-config__button *::-ms-backdrop, .p-config__button {
    padding: 7px 0 9px;
  }
  .p-change__receive *::-ms-backdrop, .p-change__receive {
    padding: 26px 16px 22px;
  }
  .p-change__myshop *::-ms-backdrop, .p-change__myshop {
    padding: 26px 16px 22px;
  }
  .p-change__link *::-ms-backdrop, .p-change__link {
    padding: 12px 16px 6px;
  }
  .p-change__label *::-ms-backdrop, .p-change__label {
    padding: 10px 8px 6px;
  }
  .p-smart--toggle__home *::-ms-backdrop, .p-smart--toggle__home, .p-smart--toggle__shop *::-ms-backdrop, .p-smart--toggle__shop {
    padding-top: 8px;
  }
  .p-smart--toggle__home *::-ms-backdrop, .p-smart--toggle__home, .p-smart--toggle__shop *::-ms-backdrop, .p-smart--toggle__shop {
    padding-top: 8px;
  }
  .p-request__link *::-ms-backdrop, .p-request__link {
    padding: 20px 20px 16px;
  }
  .p-request__detail *::-ms-backdrop, .p-request__detail {
    padding: 20px 20px 16px;
  }
  .p-step__item *::-ms-backdrop, .p-step__item {
    padding-top: 16px;
  }
  .p-user__inner *::-ms-backdrop, .p-user__inner {
    padding-top: 5px;
  }
  .p-user__label *::-ms-backdrop, .p-user__label::after {
    top: -1px;
    border-radius: 50%;
  }
  .p-office__head *::-ms-backdrop, .p-office__head {
    padding-top: 12px;
  }
  .p-emergency__tag *::-ms-backdrop, .p-emergency__tag {
    padding: 6px 8px 2px;
  }
  .p-emergency__link *::-ms-backdrop, .p-emergency__link {
    padding-top: 2px;
  }
  .p-emergency--news__inner *::-ms-backdrop, .p-emergency--news__inner {
    padding: 18px 20px 14px;
  }
  .p-emergency--news__tag *::-ms-backdrop, .p-emergency--news__tag {
    padding: 5px 18px 3px;
  }
  .p-emergency--news__link *::-ms-backdrop, .p-emergency--news__link {
    padding-top: 2px;
  }
  .p-baggage__button--kojin:not(button) *::-ms-backdrop, .p-baggage__button--kojin:not(button) {
    padding-top: 5px;
  }
  .p-baggage__button--hojin:not(button) *::-ms-backdrop, .p-baggage__button--hojin:not(button) {
    padding-top: 5px;
  }
  .p-card__txt *::-ms-backdrop, .p-card__txt::before {
    border-radius: 50%;
  }
  .p-news__inner *::-ms-backdrop, .p-news__inner {
    padding: 26px 20px 22px;
  }
  .c-hd--sg01 *::-ms-backdrop, .c-hd--sg01 {
    padding: 13px 20px 9px;
  }
  .c-hd--sg02 *::-ms-backdrop, .c-hd--sg02 {
    padding: 10px 20px 6px;
  }
  .c-status *::-ms-backdrop, .c-status {
    padding-top: 5px;
  }
  .c-link--question *::-ms-backdrop, .c-link--question::before {
    top: 1px;
  }
  .c-button *::-ms-backdrop, .c-button:not(button) {
    padding: 12px 16px 9px;
  }
  .c-button--middle *::-ms-backdrop, .c-button--middle {
    padding: 16px 16px 12px;
  }
  .c-button--service:not(button) *::-ms-backdrop, .c-button--service:not(button) {
    padding-top: 18px;
  }
  .c-button--register:not(button) *::-ms-backdrop, .c-button--register:not(button) {
    padding-top: 18px;
  }
  .c-button--login:not(button) *::-ms-backdrop, .c-button--login:not(button) {
    padding-top: 18px;
  }

   .c-button--return:not(button) *::-ms-backdrop, .c-button--return:not(button) {
    padding-top: 18px;
  }

  .c-button--link *::-ms-backdrop, .c-button--link {
    padding: 17px 40px 13px;
  }
  .c-button--close *::-ms-backdrop, .c-button--close {
    padding: 11px 32px 13px;
  }
  .c-button--login {
    padding-top: 18px;
  }
  .c-button--migration {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 320px) {
  .p-limited__link {
    font-size: 1.2rem;
    margin-left: 80px;
  }
  .p-limited__txt {
    font-size: 1.0rem;
    margin-left: 80px;
  }
}
/*現行画面参照_最小サイズの文言に使用*/
.notes {
  font-size: 1.4rem;
  font-weight: initial;
}

/*現行画面参照_仮登録完了画面の※マークで始まるテキスト*/
.note_text {
    font-size: 12px;
}

/*↓WTPSUP画面上部のステップ↓*/
.p-step5 {

	/*5つ並ぶように横幅の調整*/
	width: 15%;
}

/*タブレットサイズ以下の横幅で適用*/
@media only screen and (max-width: 768px) {

	/*ステップの三角部分*/
	.p-step__item::after {

		/*位置を修正*/
		right: -10px;
	}

	/*ステップNO.*/
	.p-step__no{

		/*小さくする*/
		font-size: 1.2rem;
	}
}

/*スマホサイズ以下の横幅で適用*/
@media only screen and (max-width: 425px){

	/*ステップNO.*/
	.p-step__no{

		/*非表示*/
		display: none;
	}
}

/* IEのみに適用 */
@media all and (-ms-high-contrast: none) {
  body {
    min-width: 360px;
  }
}

/* iPhone5/SE で copyright が折り返さないように対応*/
@media only screen and (max-width: 360px ) {
  .p-copyright {
    font-size:1.0rem;
  }
}

.c-ios12-txt {
  font-size:1.4rem;
  background-color: #ffc0cb;
  color: #b81212;
  padding: 5px 5px;
  border-radius: 2px;
  word-break: keep-all;
  text-align: center;
  line-height: 1.5;
}

  .c-button--migration {
    margin-right: 20px;
  }
  .p-migration__title {
    margin-bottom: 6px;
  }
  .p-migration__txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-pdf_link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: .2em;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    vertical-align: -.1em;
    background-image: url(../img/ico_pdf01.png);
  }

  .c-button--migration-wrap {
    max-width: 336px;
  }

  @media only screen and (max-width: 768px) {
    .c-button--migration-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
    .c-link--migration-section {
      margin-top: 20px;
      font-size: 1.4rem;
    }
  }

/* ワンタイムパスワード注意文言 */
.caption__inner {
  text-align: center;
  margin-bottom: 20px;
}

.cautionCaption {
  display: inline-block;
  color: #c60000;
  text-align: left;
  font-size: 2.8rem;
}

.p-term .notice {
  font-size: 2.5rem;
}

ol.decimal li {
  list-style: decimal;
}
ol.decimal {
  padding-left: 20px;
}