@charset "UTF-8";
/* ---------------------------------------------------
	Foundation
--------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed&text=0123456789YESNO&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

@font-face {
  font-family: 'Yu Gothic';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'Yu Gothic';
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}

/* ---------------------------------------------------
/* base
/* -------------------------------------------------- */
html {
  font-family: 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: .625em;
  font-weight: normal;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@-ms-viewport {
  width: device-width;
}

/* ==body
/* ==================================== */
body {
  color: #5b5b5b;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
}

/* ==dl
/* ==================================== */
dl,
dt,
dd {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

/* ==list
/* ==================================== */
ul,
ol {
  list-style-type: none;
  padding: 0;
}

li {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ==form
/* ==================================== */
input,
select,
textarea {
  font-family: inherit;
}

input:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #9ca3b2;
}

/* ==hr
/* ==================================== */
hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #9ca3b2;
}

/* ==inline
/* ==================================== */
mark {
  display: inline-block;
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #ddebff 50%);
}

em {
  font-weight: bold;
  font-style: normal;
}

a {
  display: inline-block;
  color: #04429e;
}

a img {
  transition: .25s;
}

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

a:hover img,
a:active img,
a:focus img {
  opacity: .8;
}

/* ==section
/* ==================================== */
section {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ==heading
/* ==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04429e;
  font-family: 'Noto Sans Japanese', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h3 {
  font-size: 24px;
}

/* ---------------------------------------------------
	Bootstrap
--------------------------------------------------- */
/* ---------------------------------------------------
	Layout
--------------------------------------------------- */
/* all layout classes */
*[class^='l-'] {
  box-sizing: border-box;
}

/* header
/* ================================== */
.l-header {
  min-width: 1140px;
  max-width: 1500px;
}

.l-header__top {
  width: 1140px;
}

/* container
/* ================================== */
.l-container {
  width: 840px;
}

.l-container_sm {
  width: 665px;
}

.l-centered {
  margin-right: auto;
  margin-left: auto;
}

/* header
/* ================================== */
.l-header {
  min-width: 1140px;
  max-width: 1500px;
}

.l-header__top {
  width: 1140px;
}

/* footer
/* ==================================== */
.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* ---------------------------------------------------
	Object
--------------------------------------------------- */
/* #footer
----------------------- */
.p-footer__nav a {
  color: #5b5b5b;
  text-decoration: none;
}

.p-footer__nav a:hover,
.p-footer__nav a:active,
.p-footer__nav a:focus {
  color: #04429e;
}

.p-footer__nav > li {
  margin-right: 25px;
  margin-left: 25px;
}

.p-footer__banners > li {
  margin-right: 25px;
  margin-left: 25px;
  min-width: 130px;
}

.p-copyright {
  margin-bottom: 0;
  background-color: #04429e;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
}

/* mainvisual
/* ------------------ */
.p-mainvisual {
  box-sizing: border-box;
  margin: 0;
  padding-top: 30px;
  background: url(../img/mainvisual_bg.png) center center/cover no-repeat;
  color: #fff;
}

.p-mainvisual a {
  color: #fff;
}

.p-mainvisual p {
  margin-top: 0;
}

.p-mainvisual__bottom {
  margin-right: auto;
  margin-left: auto;
  width: 1500px;
  max-width: 100%;
}

.p-mainvisual__bottom__inner {
  margin-left: 360px;
  margin-left: 22vw;
  padding-top: 18%;
}

.p-mainvisual__mainText {
  font-family: 'Noto Sans JP';
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.714;
  text-shadow: 0 3px 6px rgba(50, 81, 141, 0.58);
}

@supports (-ms-ime-align: auto) {
  .p-mainvisual__mainText {
    /* Edge */
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  }
}

.p-mainvisual__btn {
  width: 430px;
  height: 70px;
  font-size: 27px;
  line-height: 70px;
}

/* # このような方におすすめ
----------------------- */
.p-recommend {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #cacaca url(../img/recommend_bg.png) 0 center/contain no-repeat;
}

.p-recommend__main {
  padding: 40px 50px 40px 30px;
  background-color: #fff;
}

/* # ご利用の流れ
----------------------- */
.p-flow {
  counter-reset: number;
}

.p-flow > li {
  list-style-type: none;
}

.p-flow__item {
  margin-top: 50px;
}

.p-flow__item > .head {
  position: relative;
  padding-left: 80px;
  background-color: #f2f2f2;
  color: #04429e;
  font-family: 'Noto Sans CJK JP';
  font-size: 20px;
  line-height: 50px;
}

.p-flow__item > .head:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #04429e;
  color: #fff;
  font-family: 'Barlow Condensed';
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

.p-flow__item > .body {
  margin: 0;
  padding: 30px 50px 30px 80px;
}

@supports (-ms-ime-align: auto) {
  .p-flow__item > .body {
    /* Edge */
    letter-spacing: -.05em;
  }
}

.p-flow__item > .body p {
  margin-top: 30px;
}

.p-flow__item > .body p:nth-of-type(1) {
  margin-top: 0;
}

.p-flow > li:nth-of-type(1) .p-flow__item > .body {
  min-height: 120px;
  background: url(../img/flow_img_01.png) calc(100% - 50px) bottom no-repeat;
}

/* # ご利用方法
----------------------- */
.p-howto {
  position: relative;
  padding: 50px;
}

.p-howto:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #04419e transparent transparent transparent;
}

.p-howto__sub {
  margin-right: 30px;
}

/* # お申込みフォーム
----------------------- */
.p-form {
  margin-top: 50px;
}

.p-form__items > li,
.p-form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
}

.p-form__items > li:not(:first-child),
.p-form__item:not(:first-child) {
  margin-top: 30px;
}

.p-form__items > li > .head,
.p-form__item > .head {
  width: 30%;
  color: #04429e;
  line-height: 40px;
}

.p-form__items > li > .head .p-required,
.p-form__item > .head .p-required {
  float: right;
  margin-top: 12px;
}

.p-form__items > li > .body,
.p-form__item > .body {
  width: 68%;
}

.p-form__btn {
  width: 320px;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
}

.p-form__bottom {
  margin-top: 50px;
}

.p-striped__item,
.p-striped > li {
  padding: 20px 0;
}

.p-striped__item:nth-of-type(odd),
.p-striped > li:nth-of-type(odd) {
  background-color: #ddebff;
}

.p-question {
  counter-reset: number-question;
}

.p-question__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
}

.p-question__item:before {
  content: counter(number-question) ".";
  counter-increment: number-question;
  margin-top: -5px;
  margin-left: 50px;
  color: #04429e;
  font-family: 'Barlow Condensed';
  font-size: 18px;
  font-weight: bold;
}

.p-question__item > .head {
  margin-left: 20px;
  width: 65%;
}

@supports (-ms-ime-align: auto) {
  .p-question__item > .head {
    /* Edge */
    letter-spacing: -.05em;
  }
}

.p-question__item > .body {
  width: 30%;
}

.p-inputCheck {
  display: inline-block;
  position: relative;
}

.p-inputCheck input[type=radio],
.p-inputCheck input[type=checkbox] {
  display: none;
}

.p-inputCheck__text {
  display: inline-block;
  padding-left: 42px;
  color: #04429e;
  font-family: 'Barlow Condensed';
  line-height: 25px;
}

.p-inputCheck__text:before,
.p-inputCheck__text:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}

.p-inputCheck__text:before {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #9ca3b2;
  background-color: #fff;
}

.p-inputCheck__text:after {
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #dfdfdf;
}

input[type=radio]:checked + .p-inputCheck__text:after,
input[type=checkbox]:checked + .p-inputCheck__text:after {
  background-color: #04429e;
}

input[type=radio]:disabled + .p-inputCheck__text,
input[type=checkbox]:disabled + .p-inputCheck__text {
  color: #9ca3b2;
}

input[type=radio]:disabled + .p-inputCheck__text:before,
input[type=checkbox]:disabled + .p-inputCheck__text:before {
  background-color: #eee;
}

input[type=radio]:disabled + .p-inputCheck__text:after,
input[type=checkbox]:disabled + .p-inputCheck__text:after {
  background-color: #ccc;
}

.p-inputCheck + .p-inputCheck {
  margin-left: 55px;
}

.p-agreement {
  display: block;
  width: 100%;
  height: 150px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: .05em;
}

.p-agreement__inner {
  display: block;
  overflow-y: scroll;
  padding: 0 15px;
  width: calc(100% - 30px);
  height: 100%;
  border: 1px solid #9ca3b2;
}

.p-agreement__title {
  margin-top: 30px;
  color: #5b5b5b;
  font-family: inherit;
  font-size: 115%;
  font-weight: bold;
}

.p-agreement dl {
  margin-bottom: 30px;
}

.p-agreement dt {
  font-weight: bold;
}

.p-agreement dd {
  margin-top: 1em;
}

.p-agreement dd ul,
.p-agreement dd ol {
  margin-left: 1.25em;
}

.p-agreement dd ul ul,
.p-agreement dd ul ol,
.p-agreement dd ol ul,
.p-agreement dd ol ol {
  margin-left: 30px;
}

.p-agreement dd ul {
  list-style-type: disc;
}

.p-agreement dd ol {
  list-style-type: decimal;
}

.p-agreement dd li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* #有償サービス
----------------------- */
.bg-light + .bg-light {
  background-color: #ddd !important;
}

.p-related__main {
  padding: 30px 20px 30px 310px;
  background: url(../img/related_bg.png) 0 0 no-repeat;
}

.p-related__main > .head {
  color: #04429e;
  font-size: 20px;
}

.p-related .btn {
  width: 190px;
}

/* #buttons
----------------------- */
[class^='btn'],
[class^='p-btn'],
[class*=' p-btn'] {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: .25s;
}

[class^='p-btn'],
[class*=' p-btn'] {
  border: none;
}

[class^='btn'] {
  font-size: 16px;
}

.p-btn_primary {
  border-radius: 3px;
  background: #ff5a00;
  background: linear-gradient(135deg, #ff5a00 30%, #ff7900 60%);
  background-size: 100%;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.p-btn_primary:hover,
.p-btn_primary:active,
.p-btn_primary:focus {
  background-size: 200%;
}

.p-btn_primary:disabled {
  background: #9ca3b2;
  box-shadow: none;
  cursor: default;
}

/* #required label
----------------------- */
.p-required {
  display: inline-block;
  width: 45px;
  background-color: #ff5a00;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

/* #list
----------------------- */
.p-list_check > li {
  padding-left: 40px;
  min-height: 25px;
  background: url(../img/icon_check.png) 0 0 no-repeat;
}

.p-list_disc > li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.p-list_disc > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: .75em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #04429e;
}

/* heading
/* ------------------ */
.p-pagetitle {
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}

[class^='p-heading'],
[class*=' p-heading'] {
  color: #04429e;
  font-family: 'Noto Sans JP';
}

.p-heading {
  margin-bottom: 30px;
  font-size: 32px;
}

.p-heading--section {
  position: relative;
  margin-bottom: 80px;
}

.p-heading--section:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 5px;
  background-color: #04429e;
}

/* text
/* ------------------ */
.u-text_number {
  font-family: sans-serif;
}

.u-text_eng {
  font-family: serif;
}

.u-text_strong {
  font-family: 'Noto Sans JP';
  font-weight: normal;
}

.u-text_normal {
  font-weight: normal;
}

.u-text_bold {
  font-weight: bold;
}

.u-text_italic {
  font-style: italic;
}

.u-text_ul {
  text-decoration: underline;
}

.u-text_strike {
  text-decoration: line-through;
}

.u-text_md {
  font-size: 16px;
}

.u-text_xs {
  font-size: 10px;
}

.u-text_sm {
  font-size: 12px;
}

.u-text_lg {
  font-size: 18px;
}

.u-text_xl {
  font-size: 22px;
}

.u-text_primary {
  color: #04429e;
}

/* ---------------------------------------------------
	JavaScript
-------------------------------------------------- */
/* #validation
----------------------- */
[data-validate='true'] {
  box-shadow: 0 0 0 3px #dc3645;
}

[data-validate='true'] + .js-validate-message {
  display: inline-block;
  padding: 0 1em;
  border-radius: 5px;
  background-color: #dc3645;
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
}

/* # nested form
----------------------- */
.js-nestedTarget,
.js-nestedSelectTarget {
  height: 0;
  opacity: 0;
}

.js-nestedTarget:not(.is-active),
.js-nestedSelectTarget:not(.is-active) {
  display: none;
}

.js-nestedTarget.is-active,
.js-nestedSelectTarget.is-active {
  height: auto;
  -webkit-animation: fadeIn .25s linear forwards;
  animation: fadeIn .25s linear forwards;
}

/* #alert
----------------------- */
.js-alert {
  position: fixed;
}

/* #accordion
----------------------- */
.js-accordionSwitch {
  cursor: pointer;
}

.js-accordionTarget {
  /*
	opacity: 0;
	height: 0;
	@include transition;

	&.is-active {
		opacity: 1;
		height: auto;
	}
*/
}

/* #hide
----------------------- */
.is-hide {
  -webkit-animation: fadeOut .5s 1 0s linear forwards;
  animation: fadeOut .5s 1 0s linear forwards;
}

@media screen\0 {
  html {
    /* ie */
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  }
  .p-mainvisual__mainText {
    /* ie */
    font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
  }
  .p-flow__item > .body {
    /* ie */
    letter-spacing: -.05em;
  }
  .p-question__item > .head {
    /* ie */
    letter-spacing: -.05em;
  }
  .u-text_strong {
    /* ie */
    -webkit-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
  }
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 13px;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .js-alert {
    top: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
}

@media print {
  body {
    color: #000;
    -webkit-print-color-adjust: exact;
  }
}

@media only screen and (min-height: 930px) {
  .p-mainvisual {
    min-height: 930px;
  }
}

@media only screen and (max-height: 930px) {
  .p-mainvisual {
    height: 100vh;
  }
}

@media only screen and (max-width: 991.98px) {
  .p-mainvisual {
    background-position: -450px center;
  }
}

@media only screen and (max-width: 1500px) {
  .p-mainvisual__bottom__inner {
    margin-left: 300px;
    margin-left: 25vw;
  }
}

@media print, screen and (min-width: 768px) {
  .js-alert {
    top: 30px;
    width: 100%;
    max-width: calc(768px - 60px);
  }
}

/*# sourceMappingURL=maps/style.css.map */
