html,body{
  min-width: 100%!important;
  line-height: 1.8;
  background-color: #fff!important;
}

body{
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem!important;
}

.-wy a,.-wy a:visited{
color: #0E367D!important;}

.-wy a{
line-height: 1.8;}

.-wy img{
vertical-align: middle;}

.-wy div{
vertical-align: middle;}

.-wy ul{
  margin-left: 1.5em;
}
.-wy ul li{
  list-style-type: disc;
}
.-wy ol{
  margin-left: 1.5em;
}
.-wy ol li{
  list-style-type: decimal;
}
.-wy table{
  width: 100%;
}
.-wy table th{
  border: 1px solid #fff;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}
.-wy table th, .-wy table td{
  padding: 16px;
}
.-wy table td{
  border: 1px solid #eee;
}
.-wy table td{
  line-height: 1.8;
}

.c-button:not(.-simple):after, .c-checkbox__text:after, .c-select:after, .p-box2__link-text:after, .p-box2__link:after, .p-modal__menu-link:after, .p-notices__link:after, .p-template__link a:after, .p-toc__link:after, .c-card__link.-blank .c-card__wrapper:before, .c-card__link.-anchor .c-card__wrapper:before{
  display: inline-block;
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
  color: #0E367D!important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545!important;
  text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b!important;
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.c-pagetop__link:link{
  color: #fff!important;
  text-decoration: none;
}

.l-footer__link-text:link,
.l-footer__company-link:link,
.l-footer__link-text:visited,
.l-footer__company-link:visited{
  color: #333!important;
}

.p-back__link:link,
.l-breadcrumb__link:link,
.l-globalnav__main-link:link,
.l-header__util-link:link,
.l-globalnav__main-link:visited,
.l-header__util-link:visited{
  color: #0E367D!important;
}

.l-header__ocn-link:link,
.l-header__ocn-link:visited{
  color: #0E367D!important;
}


/* Functions
----------------------------------------------------------------- */
/**
 * z-index
 * z(header);
 */
/**
 * color
 * color(key);
 */
/**
 * SP viewport height
 * spvh(vh, px);
 */
@-webkit-keyframes vibration {
  0% {
    transform: translate(0, 0) rotateZ(0);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0, 2px) rotateZ(0);
  }
  75% {
    transform: translate(2px, 0) rotateZ(-1deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0);
  }
}

@-webkit-keyframes stripe {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 2px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes round {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sway {
  0% {
    right: -100px;
    left: 0;
  }
  100% {
    right: 0;
    left: -100px;
  }
}

@-webkit-keyframes bound {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -3px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes inversion {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #fff;
  }
  51% {
    background-color: #000;
  }
  100% {
    background-color: #000;
  }
}

@-webkit-keyframes inversion2 {
  0% {
    color: #000;
  }
  50% {
    color: #000;
  }
  51% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  word-break: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
table,
figure,
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: inherit;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

a,
button,
label {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  line-height: inherit;
}

a[disabled],
button[disabled],
label[disabled] {
  cursor: default;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input[disabled],
optgroup[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
}

select::-ms-expand {
  display: none;
}

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

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

@font-face {
  font-family: "icon-font";
  src: url("/font/icon-font.eot");
  src: url("/font/icon-font.eot?#iefix") format("eot"), url("/font/icon-font.woff") format("woff"), url("/font/icon-font.ttf") format("truetype"), url("/font/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font:before {
  display: inline-block;
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-font-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-font-2x {
  font-size: 2em;
}

.icon-font-3x {
  font-size: 3em;
}

.icon-font-4x {
  font-size: 4em;
}

.icon-font-5x {
  font-size: 5em;
}

.icon-font-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-font-icon_arrow-bottom:before {
  content: "\EA01";
}

.icon-font2-icon_arrow-bottom:before {
  content: "\EA01";
}

.icon-font-icon_arrow-left:before {
  content: "\EA02";
}

.icon-font-icon_arrow-right:before {
  content: "\EA03";
}

.icon-font-icon_arrow-top:before {
  content: "\EA04";
}

.icon-font2-icon_arrow-top:before {
  content: "\EA04";
}

.icon-font-icon_blank:before {
  content: "\EA05";
}

.icon-font-icon_corporation:before {
  content: "\EA06";
}

.icon-font-icon_facebook:before {
  content: "\EA07";
}

.icon-font-icon_private:before {
  content: "\EA08";
}

.icon-font-icon_twitter:before {
  content: "\EA09";
}

.icon-font-icon_youtube:before {
  content: "\EA0A";
}

.icon-font-icon_construction:before {
  content: "\EA10";
}

.icon-font-icon_contact:before {
  content: "\EA11";
}

.icon-font-icon_download:before {
  content: "\EA12";
}

.icon-font-icon_faq:before {
  content: "\EA13";
}

.icon-font-icon_home:before {
  content: "\EA14";
}

.icon-font-icon_support:before {
  content: "\EA15";
}

.icon-font-icon_zoom:before {
  content: "\EA16";
}

.icon-font-icon_sort:before {
  content: "\EA17";
}

.icon-font-icon_close:before {
  content: "\EA18";
}

.icon-font-icon_support-20:before {
  content: "\EA19";
}

.icon-font-icon_key:before {
  content: "\EA20";
}

.icon-font-icon_checkbox:before {
  content: "\EA21";
}

.icon-font-icon_exclamation-circle:before {
  content: "\EA22";
}

.icon-font-icon_before:before {
  content: "\EA23";
}

.icon-font-icon_recovered:before {
  content: "\EA24";
}

.icon-font-icon_rss:before {
  content: "\EA25";
}

.icon-font-icon_question:before {
  content: "\EA26";
}

.icon-font-icon_trash:before {
  content: "\EA27";
}

.icon-font-icon_contact2:before {
  content: "\EA28";
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.l-page {
  width: 100%;
  background-color: #fff;
}

.l-container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.area-content{
  min-width: 100%!important;
  width: 100%;
}

.area-content .l-container:first-child{
  margin-bottom: 40px;
}

.area-content .area-main.cms .l-container{
  margin-bottom: 0;
}

.l-container:after {
   content: "";
   display: block;
   clear: both;
}

.l-container.-small {
  max-width: 468px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.l-header__row {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.l-header__row.-simple2 {
  justify-content: center;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.l-header__row.-simple2.-c {
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.l-header__category {
  font-size: 1.4rem;
  font-weight: 700;
}

.l-header__category .icon-font {
  height: 1.6rem;
  margin-right: 6px;
  font-size: 1.6rem;
  vertical-align: -3px;
}

.l-header__sub {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.l-header__util-link {
  transition: .3s;
}

.l-header__util-link:hover, .l-header__util-link:focus {
  color: #0E367D;
  text-decoration: underline;
}

.l-header__ocn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #333!important;
}

.l-header__docomo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #333!important;
}

.l-header__docomo-link:visited{
  color: #333!important;
}
.l-header__docomo-splink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #333!important;
}

.l-header__docomo-splink:visited{
  color: #333!important;
}

.l-header__ocn-text {
  font-weight: 700;
}

.l-header__link {
  flex: 1;
}

.l-header__link-list {
  display: flex;
}

.l-header__link-item {
  font-size: 1.4rem;
}

.l-header__link-text {
  display: flex;
  align-items: center;
  color: #0E367D;
  font-weight: 700;
  line-height: 1.14286;
}

.l-header__link-text:hover, .l-header__link-text:focus {
  text-decoration: underline;
}

.l-header__link-text .icon-font {
  line-height: 1;
}

.l-header__lang {
  display: flex;
  margin-top: 4px;
  margin-left: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
}
.l-header__lang {
  display: flex;
  margin-top: 4px;
  margin-left: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
}

.l-header__lang-item:nth-child(n+2) {
  margin-left: 8px;
}

.l-header__lang-link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  color: #0E367D!important;
  font-weight: 500;
  transition: .3s;
}

.l-header__lang-link:hover, .l-header__lang-link:focus {
  border-bottom-color: #0E367D;
  line-height: 1.6;
  text-decoration: none!important;
}

.l-header__lang-item a{
  line-height: 1.6;
  display: block;
}

.l-header__lang-link.-current {
  border-bottom-color: #0E367D;
  color: #0E367D;
  font-weight: 700;
  line-height: 1.6;
}

@supports (-webkit-touch-callout: none) {
}

.l-globalnav__main-link:hover img.iconType1, .l-globalnav__main-link:focus img.iconType1 {
  display: none;
}

.l-globalnav__main-link img.iconType2, .l-globalnav__main-link img.iconType2 {
  display: none;
}
.l-globalnav__main-link.-current img.iconType2, .l-globalnav__main-link.-current img.iconType2 {
  display: block;
}
.l-globalnav__main-link:hover img.iconType2, .l-globalnav__main-link:focus img.iconType2 {
  display: block;
}

.l-globalnav__main-link {
  color: #0E367D;
  font-weight: 700;
  line-height: 1.28571;
  transition: .3s;
}

.l-globalnav__main-link:hover, .l-globalnav__main-link:focus {
  background-color: #0E367D;
  color: #fff!important;
  text-decoration: none!important;
}

.l-globalnav__main-link:hover .icon-font, .l-globalnav__main-link:focus .icon-font {
  display: block;
}

.l-globalnav__main-link:hover img, .l-globalnav__main-link:focus img {
  display: none;
}

.l-globalnav__main-link.-current {
  background-color: #0E367D;
  color: #fff!important;
}

.l-globalnav__main-link.-current img {
  display: none;
}

.l-globalnav__main-link .icon-font {
  display: none;
}

.l-footer {
  margin-top: 80px;
}

.l-footer__pid {
  padding-bottom: 16px;
  font-size: 1.4rem;
}

.l-footer__util-link:hover, .l-footer__util-link:focus {
  text-decoration: underline;
}

.l-footer__link {
  border-bottom: 1px solid #eee;
}

.l-footer__link-list {
  display: flex;
}

.l-footer__link-item {
  box-sizing: border-box;
}

.l-footer__link-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.33333;
}

.l-footer__link-text:hover, .l-footer__link-text:focus {
  text-decoration: underline;
}

.l-footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.l-footer__info2 {
  border-top: 1px solid #eee;
}

.l-footer__info2-link {
  font-size: 1.4rem;
}

.l-footer__link2-text {
  line-height: 1.1;
}

.l-footer__link2-text:hover, .l-footer__link2-text:focus {
  text-decoration: underline;
}

.l-breadcrumb__link {
  color: #0E367D;
  font-weight: 500;
}

.l-breadcrumb__link:hover, .l-breadcrumb__link:focus {
  text-decoration: underline;
}

.l-link__lang-item:nth-child(n+2) {
  margin-left: 8px;
}

.l-link__lang-text {
  display: inline-block;
  padding-bottom: 4px;
}

.l-link__lang-text.-current {
  border-bottom: 2px solid #0E367D;
  color: #0E367D;
  font-weight: 700;
}

.l-user {
  font-size: 1.4rem;
  line-height: 1.14286;
}

.l-user__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.l-user__nav {
  display: flex;
}

.l-user__nav-item:nth-child(n+2) {
  border-left: 1px solid #eee;
}

.l-user__nav-link {
  color: #0E367D;
  font-weight: 500;
  white-space: nowrap;
}

.l-user__nav-link:hover, .l-user__nav-link:focus {
  text-decoration: underline;
}

.c-badge {
  display: inline-block;
  font-size: 1.4rem;
}

.c-badge:not(.-normal) {
  padding-right: 6px;
  padding-left: 6px;
  border: 1px solid transparent;
  font-weight: 700;
}

.c-badge.-before, .c-badge.-corporation, .c-badge.-private {
  background-color: #0E367D;
  color: #fff;
}

.c-badge.-construction {
  border: 1px solid;
}

.c-badge.-emergency {
  background-color: #FFDA0F;
  color: #0E367D;
}

.c-badge.-failure {
  background-color: #333;
  color: #fff;
}

.c-badge.-important {
  background-color: #AD0000;
  color: #fff;
}

.c-badge.-normal {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-badge.-progress {
  background-color: #AD0000;
  color: #fff;
}

.c-badge.-recovered {
  background-color: #a5a5a5;
  color: #fff;
}

.c-badge.-required {
  background-color: #FFDA0F;
  color: #0E367D;
}

.c-badge .icon-font {
  margin-right: 4px;
  vertical-align: -1px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 10px;
  line-height: 1.5;
  transition: box-shadow .3s, transform .3s;
}

.c-button:not(.-simple) {
  padding: 24px 40px;
}

.c-button:not(.-simple):after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  line-height: 1;
  content: "\EA03";
}

.c-button:not(.-simple).-blank:after {
  content: "\EA05";
}

.c-button.-primary {
  margin-bottom: 5px;
  border-color: #0E367D;
  background: #0E367D;
  box-shadow: 0 5px #FFDA0F;
  color: #fff!important;
  font-weight: 700;
  will-change: transform;
  text-align: center;
}

.c-button.-primary:hover, .c-button.-primary:focus {
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 0 #FFDA0F;
  text-decoration: none;
}

.c-button.-primary:visited{
  color: #fff!important;
}

.c-button.-primary.-invert {
  background-color: #fff;
  color: #0E367D!important;
}

.c-button.-primary.-invert.-pointer {
  border: none;
}

.c-button .icon-font-icon_key {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  line-height: 1;
}

.c-button__note {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-checkbox [type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.c-checkbox [type="checkbox"]:checked + .c-checkbox__text {
  color: #0E367D;
  font-weight: 700;
}

.c-checkbox [type="checkbox"]:checked + .c-checkbox__text:before {
  border-color: #0E367D;
}

.c-checkbox [type="checkbox"]:checked + .c-checkbox__text:after {
  opacity: 1;
}

.c-checkbox__text {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  transition: .3s;
  display: block;
  padding-left: 20px;
  letter-spacing: -0.02em;
}

.p-template__links .c-checkbox__text{
  display: inline-block;
  padding-left: 0;
}

.c-checkbox__text:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  margin-right: 4px;
  border: 2px solid #a5a5a5;
  vertical-align: -3px;
  content: "";
  transition: .3s;
  position: absolute;
  left: 0;
  top: 5px;
}

.p-template__links .c-checkbox__text:before {
  position: static;
  top: 0;
}

.c-checkbox__text:after {
  position: absolute;
  top: 6px;
  left: 3px;
  margin-top: 2px;
  font-size: 1.0rem;
  content: "\EA21";
  opacity: 0;
}

.p-template__links .c-checkbox__text:after{
  top: 7px;
}

.c-horizontal-list {
  line-height: 1.42857;
}

.c-horizontal-list__item {
  display: flex;
  align-items: center;
}

.c-horizontal-list__title {
  width: 5em;
  padding: 4px 8px;
  border-radius: 40px;
  background-color: #0E367D;
  color: #fff;
  text-align: center;
}

.c-horizontal-list__text {
  flex: 1 1 auto;
  padding-left: 8px;
}

.c-pagetop {
  position: relative;
}

.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #0E367D;
  background-color: #0E367D;
  box-shadow: 0 5px #FFDA0F;
  transition: 0.3s;
  color: #fff;
  transition: box-shadow .3s, transform .3s;
  will-change: transform;
}

.c-pagetop__link:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: 0 0 #FFDA0F;
}

.c-pagetop__link.-fixed {
  position: fixed;
}

.c-radio [type="radio"] {
  position: absolute;
  opacity: 0;
}

.c-radio [type="radio"]:checked + .c-radio__text {
  color: #0E367D;
  font-weight: 700;
}

.c-radio [type="radio"]:checked + .c-radio__text:before {
  border-color: #0E367D;
}

.c-radio [type="radio"]:checked + .c-radio__text:after {
  background-color: #0E367D;
  opacity: 1;
}

.c-radio__text {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28571;
  transition: .3s;
}

.c-radio__text:before, .c-radio__text:after {
  display: block;
  position: absolute;
}

.c-radio__text:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  margin-right: 4px;
  border: 2px solid #a5a5a5;
  border-radius: 20px;
  vertical-align: -3px;
  content: "";
  transition: .3s;
}

.c-radio__text:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #a5a5a5;
  opacity: 0;
  content: "";
  transition: .3s;
}

.c-select {
  position: relative;
  line-height: 1;
}

.c-select.-disabled {
  opacity: .5;
}

.c-select.-disabled:after {
  color: inherit;
}

.c-select.-error select {
  background-color: rgba(173, 0, 0, 0.2);
}

.c-select:after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 1.6rem;
  color: #0E367D;
  font-size: 1.6rem;
  pointer-events: none;
  content: "\EA01";
}

.c-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding-right: 44px;
  padding-left: 16px;
  border: none;
  border-radius: 10px;
  background-color: #eee;
}

.c-select select[disabled] {
  opacity: 1;
  color: inherit;
}

.c-select.-small:after {
  height: 1.2rem;
  font-size: 1.4rem;
}

.c-select.-small select {
  height: 32px;
  font-size: 1.4rem;
}

.c-snackbar {
  position: fixed;
  bottom: 24px;
  z-index: 4;
  transition: transform 0.4s;
}

.c-snackbar__main {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.42857;
}

.c-snackbar__main.-success {
  background-color: #FFDA0F;
  color: #0E367D;
}

.c-snackbar__main.-error {
  border: 3px solid #AD0000;
  background-color: #fff;
  color: #AD0000;
}

.c-text.-error [type="email"],
.c-text.-error [type="text"],
.c-text.-error [type="password"],
.c-text.-error [type="tel"] {
  background-color: rgba(173, 0, 0, 0.2);
}

.c-text [type="email"],
.c-text [type="text"],
.c-text [type="password"],
.c-text [type="tel"] {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 16px;
  border: none;
  border-radius: 10px;
  background-color: #eee;
}

.c-text.-icon {
  display: block;
  position: relative;
}

.c-text__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-textarea {
  display: block;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background-color: #eee;
  resize: vertical;
}

.c-textarea.-large {
  height: 200px;
}

.c-textarea.-error {
  background-color: rgba(173, 0, 0, 0.2);
}

.p-back {
  margin-top: 80px;
}

.p-back__link {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  color: #0E367D;
  font-weight: 700;
  line-height: 1.28571;
}

.p-back__link:hover, .p-back__link:focus {
  text-decoration: underline;
}

.p-back__link .icon-font {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1.6rem;
  margin-right: 4px;
}

.p-background {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FAFAFA;
}

.p-background.-close {
  margin-top: 0;
}

.p-background.-close2 {
  margin-top: 8px;
}

.p-background .p-section:first-child {
  margin-top: 0;
}

.p-box2 {
  margin-top: 16px;
  padding: 24px;
  border-radius: 10px;
  background-color: #FAFAFA;
}

.p-box2.-close {
  margin-top: 0;
}

.p-box2.-separate {
  margin-top: 24px;
}

.p-box2__title {
  font-weight: 700;
  line-height: 1.125;
}

.p-box2__title img {
  margin-right: 8px;
  vertical-align: middle;
}

.p-box2__disc-list {
  list-style: outside disc;
  margin-top: 16px;
  margin-left: 1.5em;
  line-height: 1.42857;
}

.p-box2__disc-list li:nth-child(n+2) {
  margin-top: 8px;
}

.p-box2__link-list {
  margin-top: 16px;
}

.p-box2__link-item .c-button {
  min-height: 40px;
}

.p-box2__link-text {
  color: #0E367D;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28571;
}

.p-box2__link-text:hover, .p-box2__link-text:focus {
  text-decoration: underline;
}

.p-box2__link-text:after {
  height: 1.6rem;
  margin-left: 4px;
  font-size: 1.6rem;
  vertical-align: -2px;
  content: "\EA03";
}

.p-box2__button .c-button {
  width: 100%;
}

.p-box2__button .icon-font {
  margin-right: 4px;
  vertical-align: -2px;
}

.p-box2__link {
  display: block;
  color: #0E367D;
  font-weight: 700;
  text-align: center;
}

.p-box2__link:hover, .p-box2__link:focus {
  text-decoration: underline;
}

.p-box2__link:after {
  margin-left: 4px;
  vertical-align: -2px;
  content: "\EA03";
}

.p-card-list {
  margin-top: 16px;
}

.p-card-list.-close {
  margin-top: -58px;
}

.p-card-list.-close2 {
  margin-top: 0;
}

.p-card-list .c-banner {
  margin-top: 24px;
}

.p-card-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.p-card-list__item {
  box-sizing: border-box;
  margin-top: 8px;
  padding-right: 4px;
  padding-left: 4px;
  height: auto;
}

.p-card-list__item.-column1 {
  width: 100%;
}

.p-card-list__item.-column3 {
  width: 33.3333%;
}

.p-category {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #0E367D;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33333;
}

.p-category__headline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}

.p-category__headline.-all {
  text-overflow: clip;
  white-space: normal;
}

.p-error-box {
  position: relative;
  margin-top: 24px;
  padding: 24px 24px 24px 56px;
  border: 2px solid #AD0000;
  border-radius: 10px;
  color: #AD0000;
}

.p-error-box .icon-font {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  height: 2.4rem;
  font-size: 2.4rem;
}

.p-error-box__text {
  font-weight: 700;
  line-height: 1.25;
}

.p-error-box__time {
  font-size: 2.4rem;
}

.p-feedback {
  text-align: center;
}

.p-feedback__headline {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-feedback__headline img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
}

.p-feedback__text{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 16px;
}

.p-feedback__button {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.p-feedback__button {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.p-feedback__item .c-button {
  width: 100%;
}

.p-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -16px;
}

.p-horizontal-list.-separate {
  margin-top: 0;
}

.p-horizontal-list .p-horizontal-list__item {
  margin-top: 16px;
}

.p-horizontal-list .p-horizontal-list__item:not(:last-child) {
  margin-right: 8px;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.remodal-wrapper {
  padding: 10px;
}

.remodal {
  margin-bottom: 0;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  color: inherit;
  text-align: left;
}

/*
modal__menu
modal__questionnaire
modal__notices
modal__area
*/
.p-modal__intro {
  position: relative;
  padding: 24px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}

.p-modal__intro.-normal {
  background-color: #0E367D;
}

.p-modal__intro.-notices {
  background-color: #AD0000;
}

.p-modal__headline {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.125;
}

.p-modal__headline-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 10px;
  background-color: #fff;
}

.p-modal__close {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.p-modal__close .icon-font {
  display: block;
  height: 1.8rem;
  font-size: 1.8rem;
}

.p-modal__close-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-modal__body {
  padding: 24px;
  overflow-y: scroll;
}

_:-ms-lang(x)::-ms-backdrop, .p-modal__body:after {
  display: block;
  width: 100%;
  height: 24px;
  background-color: #fff;
  content: '';
}

.p-modal__footer {
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.p-modal__footer-buttons {
  display: flex;
  align-items: center;
  padding: 6px 24px;
}

.p-modal__footer-item .c-button {
  width: 200px;
  padding: 12px 40px;
}

.p-modal__footer-clear {
  color: #0E367D;
  font-weight: 700;
}

.p-modal__footer-clear:hover, .p-modal__footer-clear:focus {
  text-decoration: underline;
}

/*
modal__menu
*/
.p-modal__menu-section + .p-modal__menu-section {
  margin-top: 24px;
}

.p-modal__menu-link {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}

.p-modal__menu-link:after {
  position: absolute;
  top: 50%;
  right: 0;
  height: 2rem;
  transform: translateY(-50%);
  color: #0E367D;
  font-size: 2rem;
  content: "\EA03";
}

.p-modal__menu-link:hover, .p-modal__menu-link:focus {
  text-decoration: underline;
}

.p-modal__menu-text {
  flex: 1 1 auto;
  padding-right: 20px;
  line-height: 1.42857;
}

/*
modal__questionnaire
*/
.p-modal__questionnaire {
  margin-top: 24px;
}

.p-modal__questionnaire .c-textarea {
  margin-top: 8px;
}

.p-modal__questionnaire + .p-modal__questionnaire {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.p-modal__notices-item:nth-child(n+2) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

/*
modal__notices
*/
.p-modal__notices-link {
  display: block;
  font-weight: 700;
}

.p-modal__notices-link:hover, .p-modal__notices-link:focus {
  text-decoration: underline;
}

.p-modal__notices-date {
  line-height: 1.28571;
}

.p-modal__notices-text {
  margin-top: 4px;
  line-height: 1.42857;
}

/*
modal__area
*/

.p-notices {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #AD0000;
  color: #fff;
  transition: transform 0.2s;
}

.p-notices.-close {
  transform: translateY(100%);
}

.p-notices .l-container {
  position: relative;
}

.p-notices__title {
  font-weight: 700;
  line-height: 1.28571;
}

.p-notices__link {
  position: absolute;
  top: 0;
  right: 16px;
  font-weight: 700;
  line-height: 1.28571;
  color: #fff!important;
}

.p-notices__link:hover, .p-notices__link:focus {
  text-decoration: underline;
}

.p-notices__link:after {
  margin-left: 4px;
  vertical-align: -2px;
  content: "\EA03";
}

.p-notices__block {
  margin-top: 8px;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
  color: #333!important;
  font-weight: 700;
  line-height: 1.42857;
}

.p-notices__block:hover, .p-notices__block:focus {
  text-decoration: underline;
}

.p-notices__button {
  display: flex;
  align-items: center;
  position: absolute;
  left:0;
  width: 76px;
  height: 24px;
  box-sizing: border-box;
  padding-left: 24px;
  border-radius: 10px 10px 0 0;
  background-color: #AD0000;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-notices__button:before, .p-notices__button:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 1px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
  transition: 0.3s;
}

.p-notices__button:before {
  transform: rotate(45deg);
}

.p-notices__button:after {
  transform: rotate(-45deg);
}

.p-notices__button .-open {
  display: none;
}

.p-notices__button.-close .-close {
  display: none;
}

.p-notices__button.-close .-open {
  display: block;
  padding-left: 6px;
}

.p-notices__button.-close:before {
  transform: rotate(180deg);
}

.p-notices__button.-close:after {
  transform: rotate(-90deg);
}

.p-related__list {
  margin-top: 24px;
  line-height: 1.28571;
}

.p-related__item:nth-child(n+2) {
  margin-top: 16px;
}

.p-related__link {
  color: #0E367D;
  font-weight: 700;
  transition: .3s;
}

.p-related__link:hover, .p-related__link:focus {
  text-decoration: underline;
}

.p-related__link .icon-font {
  height: 1.6rem;
  margin-left: 4px;
  vertical-align: -3px;
  line-height: 1;
}

.p-search .c-button {
  width: 52px;
}

.p-search__row {
  display: flex;
}

.p-search__text {
  flex-grow: 1;
  padding-right: 8px;
}

.p-search__text [type] {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  border: 5px solid #0E367D;
  border-radius: 10px;
  background-color: #e0e0e0;
}

.p-search__text ::-moz-placeholder {
  color: #a5a5a5;
}

.p-search__text :-ms-input-placeholder {
  color: #a5a5a5;
}

.p-search__text ::placeholder {
  color: #a5a5a5;
}

.p-search__text input::-ms-clear {
  width: 20px;
  height: 20px;
}

.p-sns-list {
  display: flex;
}

.p-sns-list .icon-font {
  height: 3.2rem;
  font-size: 3.2rem;
}

.p-sns-list .icon-font-icon_facebook {
  color: #1877f2;
}

.p-sns-list .icon-font-icon_twitter {
  color: #1DA1F2;
}

.p-sns-list .icon-font-icon_youtube {
  color: #F30000;
}

.p-sns__item:nth-child(n+2) {
  margin-left: 16px;
}

.p-sns__link {
  display: block;
  height: 3.2rem;
}

.p-sns__link .icon-font:before{
  vertical-align: text-top;
}

.p-template {
  position: relative;
  margin-top: 24px;
}

.p-template.-close {
  margin-top: 0;
}

.p-template.-separate {
  margin-top: 40px;
}

.p-template.-separate2 {
  margin-top: 80px;
}

.p-template.-layer {
  position: relative;
  z-index: 1;
}

.p-template .c-more {
  margin-top: 24px;
  text-align: right;
}

.p-template .c-registration {
  margin-top: 24px;
}

.p-template .c-table {
  margin-top: 8px;
}

.p-template .c-table.-separate {
  margin-top: 24px;
}

.p-template .c-table.-separate2 {
  margin-top: 16px;
}

.p-template .c-rss {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.p-template .p-horizontal-list-md {
  margin-top: 16px;
}

.p-template strong, .p-template em {
  font-weight: 700;
}

.p-template__q {
  display: flex;
  align-items: center;
}

.p-template__q:not(:first-child) {
  margin-top: 24px;
}

.p-template__q:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #0E367D;
  color: #fff;
  font-weight: 700;
  content: "Q";
}

.p-template__q .-text {
  flex: 1;
  padding-left: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-template__q .c-badge {
  margin-left: 8px;
}

.p-template__intro {
  display: flex;
  padding-bottom: 4px;
}

.p-template__intro .c-badge:nth-child(n+2) {
  margin-left: 8px;
}

.p-template__date {
  font-weight: 700;
  line-height: 1.25;
}

.p-template__description {
  margin-top: 24px;
}

.p-template__description-image img {
  width: 120px;
  box-sizing: border-box;
  border-radius: 10px;
}

.p-template__description-text {
  line-height: 1.42857;
}

.p-template__type1,
.p-section__h2 {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-section__banner {
  margin: 16px auto 0;
  max-width: 640px;
}

.c-rss + .p-template__type1{
  padding-right: 44px;
}

.p-template__type1:before,
.p-section__h2:before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 4px;
  border-radius: 20px 0 0 20px;
  background-color: #0E367D;
  content: "";
}

.p-template__type2,
.p-template__type3,
.p-template__type4,
.p-template__headline,
.p-template__p,
.p-template__publication,
.p-template__service,
.p-template__image,
.p-template__note-list2 {
  word-break: break-word;
}

.p-template__type2:first-child,
.p-template__type3:first-child,
.p-template__type4:first-child,
.p-template__headline:first-child,
.p-template__p:first-child,
.p-template__publication:first-child,
.p-template__service:first-child,
.p-template__image:first-child,
.p-template__note-list2:first-child {
  margin-top: 0;
}

.p-template__type2 {
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.28571;
}

.p-template__type2:before {
  display: inline-block;
  width: 4px;
  height: 40px;
  margin-right: 8px;
  border-radius: 10px;
  background: #0E367D;
  content: "";
}

.p-template__type3 {
  position: relative;
  margin-top: 16px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.p-template__type3.-table {
  font-size: 1.4rem;
}

.p-template__type3:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 10px;
  background: #0E367D;
  content: "";
}

.p-template__type4 {
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.28571;
}

.p-template__type4:before {
  content: "[";
}

.p-template__type4:after {
  content: "]";
}

.p-template__headline {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.28571;
}

.p-template__headline img {
  margin-right: 4px;
}

.p-template__headline .-text {
  flex: 1;
}

.p-template__p a,
.p-template__disc-list a,
.p-template__decimal-list a,
.p-template__note-list2 a {
  word-break: break-word;
}

.p-template__p a:not([class]),
.p-template__disc-list a:not([class]),
.p-template__decimal-list a:not([class]),
.p-template__note-list2 a:not([class]) {
  color: #0E367D;
  text-decoration: underline;
}

.p-template__p a:not([class]):hover, .p-template__p a:not([class]):focus,
.p-template__disc-list a:not([class]):hover,
.p-template__disc-list a:not([class]):focus,
.p-template__decimal-list a:not([class]):hover,
.p-template__decimal-list a:not([class]):focus,
.p-template__note-list2 a:not([class]):hover,
.p-template__note-list2 a:not([class]):focus {
  text-decoration: none;
}

.p-template__p a:not([class]) .icon-font,
.p-template__disc-list a:not([class]) .icon-font,
.p-template__decimal-list a:not([class]) .icon-font,
.p-template__note-list2 a:not([class]) .icon-font {
  height: 1.6rem;
  vertical-align: -2px;
}

.p-template__p a:not([class]) .icon-font:last-child,
.p-template__disc-list a:not([class]) .icon-font:last-child,
.p-template__decimal-list a:not([class]) .icon-font:last-child,
.p-template__note-list2 a:not([class]) .icon-font:last-child {
  margin-left: 4px;
}

.p-template__p {
  margin-top: 16px;
  line-height: 1.8;
}

.p-template__p.-center {
  text-align: center;
}

.p-template__p.-right {
  text-align: right;
}

.p-template__p.-close {
  margin-top: 8px;
}

.p-template__p.-small {
  font-size: 1.4rem;
}

.p-template__publication {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
}

.p-template__publication em {
  font-size: 1.6rem;
}

.p-template__disc-list {
  margin-top: 16px;
  margin-left: 1.5em;
  line-height: 1.42857;
}

.p-template__disc-list li{
  list-style: outside disc;
}

.p-template__disc-list li:nth-child(n+2) {
  margin-top: 4px;
}

.p-template__disc-list:first-child {
  margin-top: 0;
}

.p-template__decimal-list {
  list-style: outside decimal;
  margin-top: 16px;
  margin-left: 1.3em;
  line-height: 1.42857;
}

.p-template__decimal-list li{
  list-style: outside decimal;
}

.p-template__decimal-list .p-template__disc-list {
  margin-top: 4px;
}

.p-template__decimal-list li:nth-child(n+2) {
  margin-top: 4px;
}

.p-template__note {
  color: #AD0000;
  font-weight: 700;
}

.p-template__note-list {
  margin-top: 16px;
  color: #AD0000;
  font-weight: 500;
  line-height: 1.42857;
}

.p-template__note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-template__note-list li:nth-child(n+2) {
  margin-top: 4px;
}

.p-template__note-list2 {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-template__note-list2.-close {
  margin-top: 4px;
}

.p-template__note-list2 li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-template__note-list2 li:nth-child(n+2) {
  margin-top: 4px;
}

.p-template__note-list3 {
  margin-top: 16px;
  color: #AD0000;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.p-template__note-list3.-close {
  margin-top: 8px;
}

.p-template__note-list3 li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-template__note-list3 li:nth-child(n+2) {
  margin-top: 4px;
}

.p-template__info {
  width: 100%;
  margin-top: 16px;
  line-height: 1.25;
}

.p-template__info tr:nth-child(n+2) th, .p-template__info tr:nth-child(n+2) td {
  padding-top: 16px;
}

.p-template__info th, .p-template__info td {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.p-template__info th {
  text-align: left;
}

.p-template__info td {
  word-break: break-word;
}

.p-template__image {
  margin-top: 16px;
}

.p-template__links {
  margin-top: 24px;
  text-align: center;
}

.p-template__links:first-child {
  margin-top: 0;
}

.p-template__links.-separate-la{
  margin-top: 40px;
}

.p-template__link {
  line-height: 1.42857;
}

.p-template__link.-right {
  text-align: right;
}

.p-template__link.-center {
  text-align: center;
}

.p-template__link.-blank a:after {
  content: "\EA05";
}

.p-template__link a {
  color: #0E367D;
  font-weight: 700;
  text-decoration: none !important;
  transition: .3s;
}

.p-template__link a:hover, .p-template__link a:focus {
  text-decoration: underline !important;
}

.p-template__link a:after {
  height: 1.6rem;
  margin-left: 4px;
  vertical-align: -2px;
  content: "\EA03";
}

.p-template__link a[href^="tel:"]:after, .p-template__link a.-close:after {
  display: none;
}

.p-template__movie {
  position: relative;
  height: 0;
  margin-top: 8px;
  padding-bottom: 56.25%;
}

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

.p-template__delete {
  margin-bottom: -8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  line-height: 1.25;
}

.p-template__delete li {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
}

.p-template__delete .icon-font {
  height: 2.4rem;
  margin-right: 4px;
  font-size: 2.4rem;
}

.p-toc {
  margin-top: 24px;
}

.p-toc__headline {
  padding: 16px 24px;
  border-radius: 10px 10px 0 0;
  background: #0E367D;
  color: #fff;
  font-weight: 700;
  line-height: 1.125;
}

.p-toc__list {
  padding: 24px;
  border-radius: 0 0 10px 10px;
  background-color: #FAFAFA;
}

.p-toc__item:nth-child(n+2) {
  margin-top: 16px;
}

.p-toc__link {
  display: block;
  position: relative;
  padding-right: 2em;
  font-weight: 700;
  line-height: 1.125;
  transition: .3s;
  color: #333!important;
}

.p-toc__link:hover, .p-toc__link:focus {
  text-decoration: underline;
}

.p-toc__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 2rem;
  color: #0E367D;
  font-size: 2rem;
  content: "\EA01";
  transition: .3s;
}

.u-opacity {
  transition: opacity .3s;
}

.u-opacity:hover, .u-opacity:focus {
  opacity: .6;
}

.p-cms{
  line-height: 1.8;
}

.area-main.cms{
  margin: 0 auto;
  width: 100%!important;
}

#cms .l-header__lang,
main .l-header__lang{
  margin-top: 16px;
  text-align: right;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.c-card {
  height: 100%;
  width: 100%;
}

.c-card__link.-index {
  text-align: center;
}

.c-card__link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none!important;
}

.c-card__link:hover .c-card__wrapper, .c-card__link:focus .c-card__wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.c-card__wrapper {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0E367D;
  font-weight: 700;
}

.c-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-card__logo .-text {
   margin-left: 8px;
   font-weight: 700;
   line-height: 1.4;
   text-align: left;
   color: #333333;
   font-size: 1.4rem;
}

.c-card__index.-highlight {
  color: #0E367D;
  font-weight: 700;
}

.c-card__index {
  margin-top: 16px;
  line-height: 1.4;
}

.c-card__link.-blank .c-card__wrapper {
  padding-right: 36px;
}

.c-card__link.-blank .c-card__wrapper:before {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 1.6rem;
  color: #0E367D;
  font-size: 1.6rem;
  content: "\EA05";
}


.c-card__link.-anchor .c-card__wrapper {
  padding-bottom: 34px;
}

.c-card__link.-anchor .c-card__wrapper:before {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  height: 1.6rem;
  color: #0E367D;
  font-size: 1.6rem;
  content: "\EA01";
}

.c-card__title {
  color: #0E367D;
  font-weight: 700;
  line-height: 1.3;
}

.p-section {
  position: relative;
  margin-top: 40px;
}

.p-intro {
  margin-top: 24px;
  line-height: 1.8;
}

.p-banner__text{
  font-weight: bold;
  line-height: 1.8;
}

.p-banner__text.-center{
  text-align: center;
}

.p-grid.p-grid {
  margin-top: 16px;
}

.p-grid__row.-align-center {
  align-items: center;
}

.p-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.p-grid__column {
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
}

.p-template__decimal-list {
  margin-top: 16px;
  margin-left: 1.3em;
  line-height: 1.8;
}

.p-template__decimal-list li {
  list-style: outside decimal;
}

.c-table {
  width: 100%;
}

.p-template .c-table {
   margin-top: 8px;
}

.c-table th {
  line-height: 1.8;
}

.c-table td {
    line-height: 1.8;
    vertical-align: top;
}

/*localnav*/

.p-localnav{
margin-top: 24px;}

.l-localnav.localnav-base{
border: 1px solid #EEE;
border-radius: 10px;
overflow: hidden;}

.p-localnav__t{
font-size: 1.2rem;
font-weight: 700;}

.localnav-base .p-localnav__t{
border-bottom: 1px solid #EEE;
padding: 16px;}

.localnav{
display: flex;
flex-wrap: wrap;
position: relative;}

.localnav li{
position: relative;}

.localnav li:after{
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #EEE;
position: absolute;
bottom: -1px;}

.localnav li a{
display: block;
color: #0E367D;
font-size: 1.2rem;
font-weight: 700;
padding: 8px 16px;
position: relative;}

.localnav li.-current a{
background-color: #0E367D;}

.localnav li.-current a .p-localnav__text{
color: #FFF;}

.localnav li.-key a:before{
font-size: 1rem;
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);}

.localnav li.-key .p-localnav__text{
padding-right: 16px;}

.p-localnav__row{
display: flex;
align-items: center;}

.p-localnav__icon{
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
background-color: #FFF;
border-radius: 4px;}

.p-localnav__icon img{
width: 16px;
height: 16px;}

.p-localnav__icon .icon-font{
font-size: 10px;
line-height: 1;}

.p-localnav__text{
display: block;
line-height: 1.6;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}

.p-localnav__icon + .p-localnav__text,
.p-localnav__text + .p-localnav__icon{
margin-left: 8px;}

.localnav-scroll{
width: 100%;
position: fixed;
left: 0;
z-index: 10;
box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
background-color: #FFF;
transition: top 0.4s;}

.localnav-scroll{
top: -72px;}

.localnav-scroll .localnav-accordion-inner{
display: none;}

.localnav-accordion-t,
.localnav-accordion-inner{
max-width: 960px;
margin-right: auto;
margin-left: auto;}

.localnav-accordion-t{
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;}

.l-accordion__t{
padding: 16px;
cursor: pointer;
position: relative;}

.p-accordion__t{
width: 95%;
font-size: 1.2rem;
font-weight: 700;
display: flex;
align-items: center;}

.p-accordion__icon{
width: 16px;
height: 16px;}

.p-accordion__text{
margin-left: 8px;}

.localnav-accordion-t.-open .p-accordion__t{
font-weight: 700;}

.l-accordion__t .icon-font{
position: absolute;
top: 50%;
right: 16px;
transform: translateY(-50%);
height: 1.6rem;
color: #0E367D;
font-size: 1.6rem;
line-height: 1;
transition: 0.3s;}

.localnav-accordion-t.-open .icon-font{
transform: rotate(180deg) translateY(50%);}

.localnav-accordion-inner{
border: 1px solid #EEE;}

.localnav-accordion-t{
transition: .3s;}

/*/localnav*/

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

@media (min-width: 48.0625em) {
  .l-footer__block {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #0E367D;
    color: #fff;
  }
  .l-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer__column {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .l-footer__category .icon-font {
    margin-right: 4px;
    font-size: 2.4rem;
    vertical-align: -6px;
  }
  .l-footer__util {
    display: flex;
    align-items: center;
  }
  .l-footer__util-item:nth-child(n+2) {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid;
  }
  .l-footer__util-link {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33333;
    transition: .3s;
  }
  .l-footer__link-list {
    border-left: 1px solid #eee;
  }
  .l-footer__link-item {
    width: calc( 100% / 6);
    border-right: 1px solid #eee;
  }
  .l-footer__info-column {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .l-footer__info2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .l-footer__info2-row {
    display: flex;
    justify-content: space-between;
  }
  .l-footer__info2-link {
    font-weight: 700;
  }
  .l-footer__company {
    font-weight: 700;
  }
  .l-footer__company-url {
    margin-left: 0.5em;
  }
  .l-footer__copyright {
    font-size: 1.4rem;
  }
  .l-breadcrumb {
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.33333;
  }
  .l-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
  }
  .l-breadcrumb__link:after {
    display: inline-block;
    height: 1.2rem;
    margin-right: 4px;
    margin-left: 4px;
    color: #0E367D;
    font-family: "icon-font";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -2px;
    content: "\EA03";
  }
  .l-user__nav {
    padding-left: 16px;
  }
  .l-user__nav-item:nth-child(n+2) {
    margin-left: 16px;
    padding-left: 16px;
  }
  .c-badge {
    line-height: 1.42857;
  }
  .c-horizontal-list {
    display: flex;
  }
  .c-horizontal-list__item:nth-child(n+2) {
    margin-left: 24px;
  }
  .c-select.-small-md {
    max-width: 344px;
  }
  .c-snackbar.-active {
    transform: translateX(-50%) translateY(0);
  }
  .c-snackbar {
    left: 50%;
    transform: translateX(-50%) translateY(140%);
    width: 100%;
    max-width: 960px;
  }
  .c-snackbar__main {
    height: 68px;
  }
  .c-text.-small-md {
    width: 142px;
  }
  .c-text__icon {
    right: 16px;
  }
  .p-background.-footer {
    margin-bottom: 88px;
  }
  .p-box2__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-box2__link-list {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
  .p-box2__link-item {
    flex: 1;
    padding: 8px;
    padding-left: 8px;
  }
  .p-box2__text {
    flex: 1;
    padding-right: 16px;
  }
  .p-box2__button {
    width: 295px;
  }
  .p-card-list__item.-column2-md {
    width: 50%;
  }
  .p-card-list__item.-column3-md {
    width: 33.3333%;
  }
  .p-card-list__item.-column4-md {
    width: 25%;
  }
  .p-card-list__item.-column5-md {
    width: 20%;
  }
  .p-card-list__item.-column5-md.-separate:nth-child(n + 6) {
    margin-top: 24px;
  }
  .p-feedback__item {
    width: 166px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .p-horizontal-list.-separate-md {
    margin-top: 0;
  }
  .p-horizontal-list-md {
    display: flex;
    flex-wrap: wrap;
  }
  .p-horizontal-list__item:not(:last-child) {
    margin-right: 16px;
  }
  .p-horizontal-list__item.-english {
    position: absolute;
    top: 0;
    right: 0;
  }
  .remodal {
    max-width: 960px;
  }
  .p-modal__body {
    height: 546px;
  }
  .p-modal__body.-small {
    height: 126px;
  }
  .p-modal__footer-buttons {
    justify-content: flex-end;
  }
  .p-modal__footer-item:nth-child(n+2) {
    margin-left: 24px;
  }
  .p-modal__menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .p-modal__menu-item {
    box-sizing: border-box;
    width: 33.3333%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-modal__area {
    position: relative;
    min-width: 890px;
    margin-left: 22px;
  }
  .p-modal__area-block {
    position: absolute;
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  }
  .p-modal__area-block.-block3 .p-modal__area-list, .p-modal__area-block.-block4 .p-modal__area-list, .p-modal__area-block.-block7 .p-modal__area-list, .p-modal__area-block.-block8 .p-modal__area-list, .p-modal__area-block.-block9 .p-modal__area-list, .p-modal__area-block.-block10 .p-modal__area-list, .p-modal__area-block.-block11 .p-modal__area-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-modal__area-block.-block5 {
    width: 116px;
  }
  .p-modal__area-block.-block3, .p-modal__area-block.-block7, .p-modal__area-block.-block9, .p-modal__area-block.-block10 {
    width: 152px;
  }
  .p-modal__area-block.-block3 .p-modal__area-list li, .p-modal__area-block.-block7 .p-modal__area-list li, .p-modal__area-block.-block9 .p-modal__area-list li, .p-modal__area-block.-block10 .p-modal__area-list li {
    width: 50%;
  }
  .p-modal__area-block.-block8 {
    width: 168px;
  }
  .p-modal__area-block.-block8 .p-modal__area-list li {
    width: 50%;
  }
  .p-modal__area-block.-block4, .p-modal__area-block.-block11 {
    width: 236px;
  }
  .p-modal__area-block.-block4 .p-modal__area-list li, .p-modal__area-block.-block11 .p-modal__area-list li {
    width: 33.3333%;
  }
  .p-modal__area-block.-block1 {
    top: -8px;
    right: -8px;
  }
  .p-modal__area-block.-block2 {
    top: -8px;
    left: 127px;
  }
  .p-modal__area-block.-block3 {
    top: 158px;
    right: 8px;
  }
  .p-modal__area-block.-block4 {
    top: 311px;
    right: 8px;
  }
  .p-modal__area-block.-block5 {
    top: 63px;
    right: 252px;
  }
  .p-modal__area-block.-block6 {
    top: 84px;
    right: 384px;
  }
  .p-modal__area-block.-block7 {
    top: 404px;
    right: 252px;
  }
  .p-modal__area-block.-block8 {
    top: 420px;
    right: 412px;
  }
  .p-modal__area-block.-block9 {
    top: 146px;
    right: 484px;
  }
  .p-modal__area-block.-block10 {
    top: 420px;
    left: 150px;
  }
  .p-modal__area-block.-block11 {
    top: 221px;
    left: -30px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-modal__area-block.-block1 {
    right: 0;
  }
  .p-modal__area-list {
    margin-top: 8px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 8px 16px;
    border-top: 1px solid #eee;
  }
  .p-modal__area-list li {
    margin-top: 8px;
  }
  .p-notices__block {
    display: flex;
  }
  .p-notices__time {
    padding-right: 8px;
    white-space: nowrap;
  }
  .p-notices__button {
    top: -32px;
  }
  .p-template__q .c-badge {
    font-size: 1.4rem;
  }
  .p-template__description {
    display: flex;
    align-items: center;
  }
  .p-template__description-image {
    width: 120px;
  }
  .p-template__description-text {
    flex: 1;
    padding-left: 16px;
  }
  .p-template__info th {
    width: 13em;
    padding-right: 24px;
  }
  .p-template__links .c-button {
    width: 344px;
    font-size: 1.6rem;
  }
  .p-feedback__item .c-button {
    font-size: 1.6rem;
  }
  .u-sp {
    display: none !important;
  }

  .c-card__wrapper.-column2-md{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .c-card__wrapper.-column2-md .c-card__logo,
  .c-card__wrapper.-column2-md .c-card__icon{
    width: 216px;
    text-align: center;
  }
  .c-card__wrapper.-column2-md .c-card__index{
    flex: 1;
    margin-left: 24px;
    margin-top: 0;
    padding: 16px 24px;
    border-left: 1px solid #eee;
    text-align: left;
  }
  .p-grid__column {
    flex: 1;
  }
  .c-table.-normal {
    table-layout: fixed;
  }
  .c-table th {
    border: 1px solid #fff;
    background-color: #eee;
    text-align: center;
    font-weight: bold;
  }
  .c-table th, .c-table td {
    padding: 16px;
    box-sizing: border-box;
  }
  .c-table td {
    border: 1px solid #eee;
  }
  .c-table th, .c-table td {
    padding: 16px;
    box-sizing: border-box;
  }
  .p-template .c-table.-simple th {
    width: 160px;
  }
  .c-table.-complex {
    table-layout: fixed;
  }

  /*localnav*/
  .localnav li {
    width: calc(25% - 1px);
  }

  .localnav li:not(:nth-child(4n)){
    border-right: 1px solid #EEE;
  }

  .localnav li a{
    font-size: 1.2rem;
    padding: 8px 16px;
  }
  /*/localnav*/

}

@media (min-width: 79.9em) {
  .l-page {
    padding-top: 135px;
  }
  .l-page.page-common {
    padding-top: 50px;
  }
  .l-page.page-common2 {
    padding-top: 50px;
  }
  .l-header__row {
    height: 50px;
    max-width: 1366px;
    margin:0 auto;
    padding-left: 0;
  }
  .l-header__row.-simple2 {
    box-sizing: border-box;
  }
  .l-header__category {
    padding-left: 8px;
  }
  .l-header__character {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #eee;
  }
  .l-header__character a {
    color: #0E367D;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .l-header__character a:hover, .l-header__character a:focus {
    text-decoration: underline;
  }
  .l-header__util {
    display: flex;
    align-items: center;
  }
  .l-header__util-item:nth-child(n+2) {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #eee;
  }
  .l-header__util-link {
    color: #0E367D;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.33333;
  }
  .l-header__util-link .icon-font {
    margin-right: 4px;
    vertical-align: -1px;
  }
  .l-header__ocn-link {
    width: 160px;
    margin-left: 16px;
  }
  .l-header__docomo-link {
    width: 100px;
  }
  .l-header__docomo-splink {
    width: 0px;
  }
  .l-header__ocn-text {
    margin-left: 4px;
    font-size: 1.4rem;
  }
  .l-header__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 24px;
  }
  .l-header__link.-sp {
    display: none;
  }
  .l-header__link-list {
    justify-content: flex-end;
  }
  .l-header__link-list:last-child {
    padding-right: 16px;
  }
  .l-header__link-item:nth-child(n+2) {
    position: relative;
    padding-left: 1px;
  }
  .l-header__link-item:nth-child(n+2):before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background-color: #eee;
    content: "";
  }
  .l-header__link-item:last-child .l-header__link-text {
    padding-right: 0;
  }
  .l-header__link-text {
    height: 50px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-header__link-text .icon-font {
    margin-right: 4px;
    font-size: 1.6rem;
    vertical-align: -3px;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    border-top: 1px solid #eee;
  }
  .l-header__nav-wrapper{
    max-width: 1366px;
    margin:0 auto;
  }
  .l-header__nav-header {
    display: none;
  }
  .l-globalnav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .l-globalnav .p-search {
    max-width: 294px;
    margin-left: auto;
  }
  .l-globalnav__search {
    flex: 1 1 auto;
    padding: 16px 6px 16px 6px;
    border-right: 1px solid #eeeeee;
  }
  .l-globalnav__main {
    display: flex;
  }
  .l-globalnav__main-item:first-child{
    border-left: 1px solid #eee;
  }
  .l-globalnav__main-item {
    border-right: 1px solid #eee;
  }
  .l-globalnav__main-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 138px;
    font-size: 1.4rem !important;
    min-width: 0;
    height: 84px;
    box-sizing: border-box;
  }
  .l-globalnav__main-link.-current .icon-font {
    display: block;
  }
  .l-globalnav__main-link .icon-font {
    height: 2.4rem;
    margin-bottom: 8px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .l-globalnav__main-link img {
    margin-bottom: 8px;
  }
  .l-globalnav__sub {
    display: none;
  }
  .l-link {
    display: none;
  }
  /*localnav*/
  .localnav-scroll.-localnav-scrollIn{
    top: 135px;
  }
  .localnav-scroll.-localnav-scrollIn.-simple{
    top: 50px;
  }

  .localnav li a{
    transition: .3s;
  }

  .localnav li a:hover{
    background-color: #0E367D;
  }

  .localnav li a:hover .p-localnav__text,
  .localnav li a:hover:before{
    color: #fff;
  }

  /*/localnav*/

}

@media (max-width: 79.9em) {
  .l-page {
    padding-top: 50px;
  }
  .l-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-page.page-common {
    padding-top: 106px;
  }
  .l-page.page-common2 {
    padding-top: 38px;
  }
  .l-header__row.-construction {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-header__row.-simple {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 8px;
  }
  .l-header__row.-simple.-c {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
  }
  .l-header__ci-image {
    width: 140px;
  }
  .l-header__ci-image.-c {
    width: 70px;
  }
  .l-header__category {
    padding-left: 4px;
  }
  .l-header__character {
    display: none;
  }
  .l-header__lang_ac {
    display: none;
  }
  .l-header__lang {
    display: none;
  }
  .l-header__util {
    display: none;
  }
  .l-header__ocn-link {
    flex-direction: column;
    width: 58px;
  }
  .l-header__docomo-link {
    width: 0px;
  }
  .l-header__docomo-splink {
    flex-direction: column;
    width: 58px;
  }
  .l-header__ocn-image {
    width: 40px;
  }
  .l-header__ocn-text {
    margin-top: 2px;
    font-size: 1rem;
  }
  .l-header__link.-pc {
    display: none;
  }
  .l-header__link-list {
    border-top: 1px solid #eee;
  }
  .l-header__link-item {
    flex: 1;
  }
  .l-header__link-item:nth-child(n+2) {
    border-left: 1px solid #eee;
  }
  .l-header__link-text {
    justify-content: center;
    height: 58px;
    text-align: center;
  }
  .l-header__link-text .icon-font {
    display: block;
    font-size: 1.4rem;
  }
  .l-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 8;
    width: 50px;
    height: 50px;
    background: #0E367D;
    color: #fff;
    font-size: 1rem;
    transition: .3s;
  }
  .l-header__menu i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color .3s, transform .3s;
  }
  .l-header__menu i:nth-child(1) {
    top: 0;
  }
  .l-header__menu i:nth-child(2) {
    top: 10px;
  }
  .l-header__menu i:nth-child(3) {
    bottom: 0;
  }
  .l-header__menu .-close {
    display: none;
  }
  .l-header__menu[aria-selected="true"] {
    background: #fff;
    color: #0E367D;
  }
  .l-header__menu[aria-selected="true"] i {
    background-color: #0E367D;
  }
  .l-header__menu[aria-selected="true"] i:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .l-header__menu[aria-selected="true"] i:nth-child(3) {
    bottom: 9px;
    transform: rotate(-45deg);
  }
  .l-header__menu[aria-selected="true"] i:nth-child(2) {
    display: none;
  }
  .l-header__menu[aria-selected="true"] .-open {
    display: none;
  }
  .l-header__menu[aria-selected="true"] .-close {
    display: block;
  }
  .l-header__menu-icon {
    display: block;
    position: relative;
    width: 28px;
    height: 19px;
  }
  .l-header__menu-text {
    margin-top: 4px;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-left: 32px;
    background-color: rgba(97, 102, 114, 0.6);
    opacity: 0;
    pointer-events: none;
  }
  .l-header__nav[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
  }
  @supports (-webkit-touch-callout: none) {
    .l-header__nav,
    .l-header__nav-wrapper {
      height: -webkit-fill-available;
    }
  }
  .l-header__nav-wrapper {
    height: 100vh;
    box-sizing: border-box;
    padding-top: 50px;
    background-color: #fff;
    overflow: auto;
  }
  .l-header__nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    padding-right: 60px;
    left: 32px;
    height: 50px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  }
  .l-header__nav-category {
    display: flex;
    align-items: center;
    padding-right: 8px;
    color: #0E367D;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.28571;
  }
  .l-header__nav-category .icon-font {
    height: 1.6rem;
    margin-right: 6px;
    font-size: 1.6rem;
    vertical-align: -3px;
  }
  .l-header__nav-lang {
    display: flex;
    font-size: 1.4rem;
  }
  .l-header__nav-item:nth-child(n+2) {
    margin-left: 8px;
  }
  .l-header__nav-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    color: #0E367D;
    font-weight: 500;
    white-space: nowrap;
  }
  .l-header__nav-link.-current {
    border-bottom-color: #0E367D;
    color: #0E367D;
    font-weight: 700;
  }
  .l-globalnav__search {
    padding: 16px;
  }
  .l-globalnav__main-item {
    border-top: 1px solid #eee;
  }
  .l-globalnav__main-link {
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .l-globalnav__main-link.-current .icon-font {
    display: inline-block;
  }
  .l-globalnav__main-link .icon-font {
    height: 2.4rem;
    margin-right: 8px;
    font-size: 2.4rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .l-globalnav__main-link img {
    margin-right: 8px;
  }
  .l-globalnav__sub {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .l-globalnav__sub:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #eee;
    content: "";
  }
  .l-globalnav__sub-item {
    position: relative;
    width: 50%;
    border-top: 1px solid #eee;
  }
  .l-globalnav__sub-item:nth-child(even):nth-last-child(2):after {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    border-bottom: 1px solid #eee;
    content: "";
  }
  .l-link {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33333;
  }
  .l-link__category {
    text-align: right;
  }
  .l-link__category:first-child {
    width: 100%;
  }
  .l-link__lang {
    display: flex;
  }
  .l-link a{
    color:#0E367D;
  }
  .l-user {
    border-top: 1px solid #eee;
  }
  .l-globalnav__sub-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding: 16px 12px;
    color: #0E367D;
    font-weight: 700;
    text-align: center;
    line-height: 1.33333;
    word-break: break-word;
  }
  .l-globalnav__sub-link .icon-font {
    margin-top: 4px;
    margin-right: 4px;
  }
   .l-globalnav__main-link:hover .icon-font, .l-globalnav__main-link:focus .icon-font{
    display: inline-block;
  }
  /*localnav*/
  .localnav-scroll.-localnav-scrollIn{
    top: 50px;
  }
  .localnav-scroll.-localnav-scrollIn.-simple{
    top: 45px;
  }
  /*/localnav*/
}

@media (max-width: 48.0624375em) {
    html,body{
    line-height: 1.4;
  }
  .p-cms{
    line-height: 1.4;
  }
  .area-content,
  .area-content .area-main{
    padding: 0!important;
  }
  .l-footer__link {
    border-top: 1px solid #eee;
  }
  .l-footer__link-list {
    flex-wrap: wrap;
    position: relative;
    margin-right: -16px;
    margin-left: -16px;
  }
  .l-footer__link-list:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    border-left: 1px solid #eee;
    content: "";
  }
  .l-footer__link-item {
    width: 50%;
  }
  .l-footer__link-item:nth-child(n+3) {
    border-top: 1px solid #eee;
  }
  .l-footer__info-column {
    font-size: 1.4rem;
    line-height: 1.33333;
  }
  .l-footer__info2-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    text-align: center;
  }
  .l-footer__company-name {
    font-weight: 500;
  }
  .l-footer__company-url {
    display: block;
  }
  .l-footer__copyright {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #0E367D;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.33333;
  }
  .l-user__nav {
    padding-left: 8px;
  }
  .l-user__nav-item:nth-child(n+2) {
    margin-left: 8px;
    padding-left: 8px;
  }
  .p-template__q .-text{
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-badge {
    line-height: 1.33333;
  }
  .c-badge:not(.-normal) {
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .c-horizontal-list__item:nth-child(n+2) {
    margin-top: 8px;
  }
  .c-snackbar.-active {
    transform: translateY(0);
  }
  .c-snackbar {
    right: 24px;
    left: 24px;
    transform: translateY(140%);
  }
  .c-snackbar__main {
    min-height: 68px;
    padding: 8px;
  }
  .c-text__icon {
    right: 8px;
  }
  .p-background.-footer {
    margin-bottom: -40px;
  }
  .p-box2__link-item:nth-child(n+2) {
    margin-top: 8px;
  }
  .p-box2__button {
    margin-top: 16px;
  }
  .p-card-list__item {
    width: 100%;
  }
  .p-card-list__item.glide__slide .c-card__title {
    transition: .3s;
    color: #fff;
  }
  .p-card-list__item.glide__slide.glide__slide--active .c-card__title {
    color: #0E367D;
  }
  .p-card-list__item.-column2-sm {
    width: 50%;
  }
  .p-card-list__item.-column3-sm {
    width: 33.3333%;
  }
  .p-card-list__item.-column3-sm.-separate:nth-child(n + 4) {
    margin-top: 12px;
  }
  .p-category.-small {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-category.-small.-apli {
    padding-top: 14px;
  }
  .p-feedback__button {
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-feedback__item {
    width: 50%;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 9px;
  }
  .p-horizontal-list__item:nth-child(n+2) {
    margin-top: 16px;
  }
  .p-modal__body {
    max-height: 450px;
  }
  .p-modal__footer-buttons {
    justify-content: space-between;
  }
  .p-modal__area-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  .p-modal__area-list li {
    width: 33.3333%;
  }
  .p-modal__area-list li:nth-child(n+4) {
    margin-top: 8px;
  }
  .p-notices__block {
    display: block;
  }
  .p-notices__time {
    padding-bottom: 4px;
  }
  .p-notices__button {
    top: -32px;
    left: 16px;
  }
  .p-template__description-image {
    text-align: center;
  }
  .p-template__description-text {
    margin-top: 16px;
  }
  .p-template__info th {
    width: 8.5em;
    padding-right: 16px;
  }
  .p-template__links .c-button {
    width: 100%;
    font-size: 1.4rem;
  }
  .u-pc {
    display: none !important;
  }
  body{
    font-size: 1.4rem!important;
  }
  .c-badge,.l-footer__company,.l-header__nav-category,.l-header__category{
    font-size: 1.2rem;
  }
  .l-header__menu{
    font-size: 1rem;
  }
  .area-content .p-category.u-sp .l-container{
    margin-bottom: 0;
  }

  .-wy a,
  .p-template__p{
    line-height: 1.6;
  }

  .c-card__index {
    margin-top: 8px;
  }

  .c-card__wrapper.-column2-md .c-card__logo, .c-card__wrapper.-column2-md .c-card__icon {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    text-align: center;
  }

  .p-banner__text{
    line-height: 1.6;
  }

  .p-grid__column.-column1-sm:nth-child(n+2) {
    margin-top: 40px;
  }

  .p-grid__column.-column1-sm {
    width: 100%;
  }

  .p-grid__column:not([class*="-column"]) {
    flex: 1;
  }

  .p-template__type3:before {
    top: 6px;
  }

  .c-table th{
    line-height: 1.6;
  }

  .c-table.-normal tbody, .c-table.-normal tr, .c-table.-normal th, .c-table.-normal td {
    display: block;
  }

  .c-table.-simple tbody, .c-table.-simple tr, .c-table.-simple th, .c-table.-simple td {
    display: block;
  }

  .c-table.-normal th, .c-table.-normal td {
    padding: 8px 16px;
  }

  .c-table.-complex th, .c-table.-complex td {
    padding: 8px 16px;
  }

  .c-table.-normal th {
    background-color: #eee;
    -moz-text-align-last: center;
    text-align-last: center;
    font-weight: bold;
  }

  .c-table.-simple {
    border: 1px solid #eee;
    width: 100%!important;
  }

  .c-table.-simple th {
    background-color: #eee;
    -moz-text-align-last: center;
    text-align-last: center;
    font-weight: bold;
  }

  .c-table.-simple th, .c-table.-simple td {
    padding: 8px 16px;
  }

   .c-table:not(.-simple) {
    display: block;
    box-sizing: border-box;
    border: 1px solid #eee;
  }

  .c-table.-complex {
    display: table;
    width: 100%!important;
  }

  .c-table.-complex .-type1 {
    background-color: #eee;
  }

  .c-table.-complex th {
    text-align: center;
    font-weight: bold;
  }

  .c-table.-complex .-type2 {
    border-bottom: 1px dashed #eee;
  }

  .c-table.-complex th {
    text-align: center;
    font-weight: bold;
  }

  .c-checkbox__text:before{
    top: 4px;
  }

  .c-checkbox__text:after {
    top: 5px;
  }

  /*localnav*/

  .localnav li{
    width: calc(50% - 1px)
  }

  .localnav li:not(:nth-child(2n)){
    border-right: 1px solid #EEE;
  }

  .localnav li a{
    font-size: 1.2rem;
    letter-spacing: -0.08em;
    padding: 8px;
  }

  /*/localnav*/

}


/*wy Overwrite*/
.renew_section{
  background-color: #fff;
}
.p-result {
	margin-top: 24px;
}
.p-result__item {
	margin-top: 16px;
}
.p-result__headline {
	color: #0E367D;
	font-weight: 700;
	line-height: 1.125;
}
.p-result__summary {
	margin-top: 4px;
	line-height: 1.4;
}
.p-result__footer {
	display: flex;
	align-items: center;
	margin-top: 4px;
}
.p-result__category {
	padding: 2px 8px;
	border-radius: 10px;
	background-color: #0E367D;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}
.c-more__link {
	color: #0E367D;
	font-weight: 700;
	line-height: 1.8;
}
.c-more__link .icon-font {
	display: inline-block;
	height: 1.6rem;
	margin-left: 4px;
	font-size: 1.6rem;
	line-height: 1;
	vertical-align: -3px;
}
.p-result__url:nth-child(n+2) {
	margin: 4px;
}
.popup2 {
	display: none;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 120px;
	left: 0;
	font-size: 14px;
}
.popup2 a:link {
	color:#000000;
}
.popup2 a:visited {
	color:#000000;
}
.popup2 h3 {
	color: #0E367D;
}
.popup2 .p-result__summary {
	color:#000000;
}
.popup2 .p-result__category {
	font-size: 12px;
}
.popup2 .p-result__url {
	font-size: 14px;
	color: #0E367D !important;
}
.popup2 .p-result__item em {
	background-color: #FFDA0F !important;
	color: #0E367D !important;
	font-weight: 700 !important;
	font-weight: bold;
}
.popup2 .content2 {
	border: 1px solid #000000;
	background: #fff;
	padding: 0px 20px 20px 20px;
	width: 50%;
	height: 70%;
	overflow-y: scroll;
}
.popup2 .c-more__link {
	color: #0E367D !important;
}
.show {
	display: flex;
	justify-content: center;
	align-items: top;
}
.mystr-check-box {
  cursor: pointer;
}
.mystr-check-text {
  align-items: center;
  display: flex;
}
.mystr-check-box input {
  display: none;
}
.mystr-check-box input + .mystr-check-text::before {
  background-image: url("/image/icon/image_icon_favorite_03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  position: relative;
  width: 24px;
}
.mystr-check-box input:hover + .mystr-check-text::before {
  background-image: url("/image/icon/image_icon_favorite_02.svg");
}
.mystr-check-box input:checked + .mystr-check-text::before {
  background-image: url("/image/icon/image_icon_favorite_01.svg");
}
.mystr-btn-check-box {
  cursor: pointer;
}
.mystr-btn-check-text {
  align-items: center;
  display: flex;
}
.mystr-btn-check-box input {
  display: none;
}
.mystr-btn-check-box input + .mystr-btn-check-text::before {
  background-image: url("/image/icon/image_gicon_favorite_03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  position: relative;
  width: 160px;
}
.mystr-btn-check-box input:hover + .mystr-btn-check-text::before {
  background-image: url("/image/icon/image_gicon_favorite_02.svg");
}
.mystr-btn-check-box input:checked + .mystr-btn-check-text::before {
  background-image: url("/image/icon/image_gicon_favorite_01.svg");
}
.mystr-btn-check-box-en {
  cursor: pointer;
}
.mystr-btn-check-text-en {
  align-items: center;
  display: flex;
}
.mystr-btn-check-box-en input {
  display: none;
}
.mystr-btn-check-box-en input + .mystr-btn-check-text-en::before {
  background-image: url("/image/icon/image_gicon_favorite_03_en.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  position: relative;
  width: 160px;
}
.mystr-btn-check-box-en input:hover + .mystr-btn-check-text-en::before {
  background-image: url("/image/icon/image_gicon_favorite_02_en.svg");
}
.mystr-btn-check-box-en input:checked + .mystr-btn-check-text-en::before {
  background-image: url("/image/icon/image_gicon_favorite_01_en.svg");
}
.mystr-btn-50 {
  right:0px;
  top:-14px;
}

.mystr-btn-title h1{
  padding-right: 160px;
}

@media (max-width: 48.0624em) {
  .mystr-btn-check-box input + .mystr-btn-check-text::before {
    background-image: url("/image/icon/image_icon_favorite_03.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 34px;
    position: relative;
    width: 34px;
  }
  .mystr-btn-check-box input:hover + .mystr-btn-check-text::before {
    background-image: url("/image/icon/image_icon_favorite_02.svg");
  }
  .mystr-btn-check-box input:checked + .mystr-btn-check-text::before {
    background-image: url("/image/icon/image_icon_favorite_01.svg");
  }
  .mystr-btn-check-box-en input + .mystr-btn-check-text-en::before {
    background-image: url("/image/icon/image_icon_favorite_03.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: relative;
    width: 34px;
  }
  .mystr-btn-check-box-en input:hover + .mystr-btn-check-text-en::before {
    background-image: url("/image/icon/image_icon_favorite_02.svg");
  }
  .mystr-btn-check-box-en input:checked + .mystr-btn-check-text-en::before {
    background-image: url("/image/icon/image_icon_favorite_01.svg");
  }
  .mystr-btn-title h1{
    padding-right: 40px;
  }

}

  .p-search_header {
	width: 100%;
	display: flex;
	align-items: center;
	}

  .p-search__row_header {
	display: flex;
	width: 100%;
	}

  .p-search__text_header {
	flex-grow: 0;
	width: 240px;
	margin-left: auto;
	}

  .p-search__text_header [type="text"] {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 16px;
	border: 5px solid #0E367D;
	border-radius: 10px;
	background-color: #e0e0e0;
	outline-color:#0E367D;
	}

  .p-search__text_header ::placeholder {
	color: #808080;
	}

  .p-site-title {
    height: 360px;
  }

  .p-search__button {
	display: flex;
	align-items: center;
	margin-left: 0px;
	}

  .p-search__button .c-button {
	width: 62px;
	}

  @media (max-width: 79.9em) {
	.p-search__text_header {
	flex-grow: 1;
	width: 100%;
	margin-left: 0;
	}
  .p-search__button .c-button {
	width: 62px;
	}
  }
  .p-site-titlesertchtop{
	height: 100px;
	width: 95%;
	}
  .p-search__row2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	}
  .p-search__text2 [type] {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-right: 16px;
	padding-left: 16px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 5px solid #fff;
	}
  .p-search__text2{
	width: 600px;
	padding-right:10px;
	}
  .p-search__text2 ::placeholder {
	color: #808080;
	text-align:center;
	font-size:18px;
	}
  .c-button2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 70%;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: 10px;
	margin-top: 20px;
	line-height: 1.5;
	transition: box-shadow .3s, transform .3s;
	}
  .c-button2:not(.-simple) {
	padding: 24px 40px;
	}
  .c-button2:not(.-simple):after {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	line-height: 1;
	content: "\EA03";
	}
  .-rep-ifont .c-button2:not(.-simple):after {
	content: "";
	width: 16px;
	height: 16px;
	background-position: top;
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url("/image/icon/rep-ifont/icon_arrow-right_w.png");
	}
  .-rep-ifont .c-button2.-primary.-invert:not(.-simple):after{
	background-image: url("/image/icon/rep-ifont/icon_arrow-right_b.png");
	}
  .c-button2.-back:not(.-simple):after {
	right: auto;
	left: 16px;
	content: "\EA02";
	}
  .c-button2:not(.-simple).-blank:after {
	content: "\EA05";
	}
  .c-button2.-primary {
	margin-top: 12px;
	margin-bottom: 5px;
	border-color: #ffffff;
	background: #0E367D;
	box-shadow: 0 5px #FFDA0F;
	color: #fff!important;
	font-weight: 700;
	will-change: transform;
	text-align: center;
	width: 70px;
	height: 50px;
	}
  .c-button2.-primary:visited{
	color: #fff!important;
	}
  .c-button2.-primary:hover, .c-button.-primary:focus {
	transform: translate3d(0, 5px, 0);
	box-shadow: 0 0 #FFDA0F;
	text-decoration: none!important;
	}
  .c-button2.-primary.-invert {
	background-color: #fff;
	color: #0E367D!important;
	}
  .c-button2.-primary.-invert.-pointer {
	border: none;
	}
  .c-button2.-primary.-unclick{
	box-shadow: 0 0;
	border-color: #cccccc;
	background: #cccccc;
	}
  .c-button2.-primary.-unclick:hover{
	transform: translate3d(0, 0, 0);
	}
  .c-button2 .icon-font-icon_key {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	line-height: 1;
	}
  @media (max-width: 60.5624375em) {
  .p-site-titlesertchtop {
	height:120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width:95%;
    }
  .p-searchtop{
	width:100%;
	border-left:0px;
	}
  .p-search__row2 {
	display: block;
	width:100%;
	text-align: left;
    }
  .p-search__text2 {
	width: 100%;
	padding-right: 0;
	justify-content:center;
    }
  .p-search__text2 [type] {
	width: 97%;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
    }
  .c-button2 {
	justify-content:center;
	width: 100%;
	padding: 12px 20px;
	font-size: 16px;
    }
  .c-button2:not(.-simple) {
	padding: 12px 20px;
    }

  .c-button2.-primary {
	width: 97%;
	margin-bottom: 10px;
	font-size: 14px;
    }

  .c-button2.-primary:hover, .c-button.-primary:focus {
	transform: translate3d(0, 2px, 0);
	box-shadow: 0 0 0 #FFDA0F;
    }
}

	.p-search2__sort_heading {
	  background: #eee;
	  border-radius: 10px;
	}

	.p-search2__sort.p-search2__sort_heading {
	    cursor: pointer;
	}

  .p-search3.-open .p-search3__button-again {
	transform: rotate(180deg);
	top: 19px;
    }

  .p-search3__button-again {
	position: absolute;
	top: 24px;
	right: 24px;
	height: 2.6rem;
	color: #0E367D;
	transition: .3s;
    }

  .p-search3__panel {
	position: relative;
	padding: 24px;
	border-top: 1px solid #eee;
	transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .new-u-sp {
        display: none !important;
    }
    @media (max-width: 79.9em) {
        .new-u-pc {
            display: none !important;
        }
        .new-u-sp {
            display: block !important;
        }
    }
