@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");
@font-face {
  font-family: "icon-dlpay";
  src: url("icon/icon-dlpay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #17a1e6;
  text-decoration: none;
}
a:hover {
  color: #17a1e6;
  text-decoration: underline;
}

textarea {
  resize: vertical;
}

@media screen and (max-width: 767px) {
  a,
button,
[class*=btn],
div.awesomplete > ul > li,
.selectbox {
    -webkit-tap-highlight-color: rgba(23, 161, 230, 0.3);
    cursor: pointer;
  }

  .device-breakpoint {
    display: none;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-word;
}

@media screen and (min-width: 960px) {
html,
body {
    font-size: 1.4rem;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  html {
    font-size: calc(62.5% + 4 * (100vw - 320px) / 448);
  }
}

@media all and (max-width: 979px) and (orientation: portrait) and (-ms-high-contrast: none) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 479px) {
  @supports (-ms-ime-align: auto) {
    html {
      font-size: 62.5%;
    }
  }
}

html:lang(ja) body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
html:lang(en) body {
  font-family: arial, verdana, helvetica, sans-serif;
}
html:lang(zh-Hans) body, html:lang(sr) body {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun";
}
html:lang(zh-Hant) body {
  font-family: "Segoe UI", SegoeUI, "Microsoft JhengHei", 微軟正黑體, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  height: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-rows: auto minmax(min-content, 1fr) auto;
  -ms-grid-rows: auto minmax(min-content, 1fr) auto;
}

.main {
  background: #F6F9FE;
  grid-row: 2/3;
  -ms-grid-row: 2;
}

h1, h2, h3, h4, h5, h6, p,
dl, dt, dd,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  outline: none;
}

input, textarea, select {
  font: inherit;
}

i {
  font-style: normal;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #ccc;
}

.l-contents {
  padding: 8px 0 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}

@media screen and (min-width: 960px) {
  .l-contents {
    padding: 25px 0 40px;
  }
}

.l-contents.type-nonHeading {
  padding-top: 40px;
}

@media screen and (min-width: 960px) {
  .l-contents.type-nonHeading {
    padding-top: 48px;
  }
}

.l-contents.type-blue {
  background: #F6F9FE;
}

.l-contents.type-white {
  background: #FFF;
}

.l-contents.type-subPage {
  padding: 16px 0 40px;
}

@media screen and (min-width: 960px) {
  .l-contents.type-subPage {
    padding: 60px;
  }
}

.l-contents-inner {
  width: 92%;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 479px) {
  html {
    font-size: calc(62.5% + 4 * (100vw - 320px) / 448);
  }
}
@media all and (max-width: 979px) and (orientation: portrait) and (-ms-high-contrast: none) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  @supports (-ms-ime-align: auto) {
    html {
      font-size: 62.5%;
    }
  }
}

.l-footer {
  background: #35539B;
  padding: 2.5%;
  width: 100%;
  color: #fff;
  text-align: center;
  grid-row: 3/4;
  -ms-grid-row: 3;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 6px 30px;
  }
}

.l-footerNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .l-footerNav {
    border: solid 1px #fff;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-footerNav a {
  color: #fff;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 959px) {
  .l-footerNav a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 959px) {
  .l-footerNav .l-footerNav-item {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .l-footerNav .l-footerNav-item:not(:last-child) {
    border-bottom: dotted 1px #fff;
  }
}

.l-header {
  border-bottom: solid 1px #d6d6d6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 48px;
  padding: 0 8px;
  grid-row: 1/2;
  -ms-grid-row: 1;
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .l-header {
    height: 64px;
    padding: 0 16px;
  }
}

.l-header .logo {
  width: 95px;
}

@media screen and (min-width: 768px) {
  .l-header .logo {
    width: 115px;
  }
}

.l-header .logo img {
  width: 100%;
}

.c-btn-inPageLink {
  border: solid 1px #052a83;
  background: #fff;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #052a83;
  transition: 0.2s;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-btn-inPageLink {
    width: 100%;
    text-align: center;
  }
}

.c-btn-inPageLink:hover {
  color: #fff;
  background-color: #052a83;
  border: solid 1px #052a83;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-btn-inPageLink.type-textNon {
    padding: 0;
    border: none;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-inPageLink.type-textNon span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-inPageLink.type-textNon::before {
    font-size: 2.2rem;
    padding-right: 0;
    font-weight: normal;
  }
}

.icon-home::before {
  content: "\f104";
}

.icon-mail::before {
  content: "\f105";
}

.icon-faq::before {
  content: "\f106";
}

.c-flexbox {
  display: -ms-flexbox;
  display: flex;
}
.c-flexbox.type-center {
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-flexbox.type-center.pcNon {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .u-pcSize10 {
    width: 10%;
    margin: 0 auto;
  }

  .u-pcSize20 {
    width: 20%;
    margin: 0 auto;
  }

  .u-pcSize30 {
    width: 30%;
    margin: 0 auto;
  }

  .u-pcSize40 {
    width: 40%;
    margin: 0 auto;
  }

  .u-pcSize50 {
    width: 50%;
    margin: 0 auto;
  }

  .u-pcSize60 {
    width: 60%;
    margin: 0 auto;
  }

  .u-pcSize70 {
    width: 70%;
    margin: 0 auto;
  }

  .u-pcSize80 {
    width: 80%;
    margin: 0 auto;
  }

  .u-pcSize90 {
    width: 90%;
    margin: 0 auto;
  }

  .u-pcSize100 {
    width: 100%;
    margin: 0 auto;
  }
}
.c-textBox {
  line-height: 1.8;
}


.c-anchorLink {
  margin: 0 0 16px 0;
  display: -ms-flexbox;
  display: flex;
}

.c-anchorLink-item:not(:first-child) {
  margin-left: 16px;
}
.c-anchorLink-item a::after {
  font-family: "icons";
  content: "\f101";
  color: #35539B;
  margin-left: 8px;
  font-weight: bold;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 10px;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translate(0, 5px);
    transition: all 300ms;
  }
  5% {
    opacity: 1;
    transform: translate(0, 0);
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-error-container {
  /*display:none;*/
  width: 100%;
  height: 100%;
  background-color: rgba(53, 83, 155, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-error-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #35539b;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  background: url("images/error.png") no-repeat, #fff;
  background-size: 320px;
  background-position: center top 32px;
  animation: fadeIn 1s ease 0s 1 normal;
}

@media screen and (min-width: 768px) {
  .p-error-inner {
    background-size: 310px;
    background-position: right 40px top 40px;
    width: 90%;
  }
}

.p-error-inner.type-page {
  box-shadow: none;
}

.p-error-innerMask {
  padding: 24px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .p-error-innerMask {
    background: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 1110px) {
  .p-error-innerMask {
    min-height: 540px;
  }
}

.p-error-text {
  margin: 0 0 24px;
}

@media screen and (min-width: 768px) {
  .p-error-text {
    font-size: 1.6rem;
  }
}

.p-error-textBox {
  padding-top: 155px;
}

@media screen and (min-width: 768px) {
  .p-error-textBox {
    width: 59%;
  }
}

@media screen and (min-width: 768px) {
  .flex-pcNon {
    -ms-flex-pack: none;
        justify-content: none;
  }
}

@keyframes ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}

.p-error-title {
  color: #35539b;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .p-error-title {
    font-size: 2.6rem;
  }
}

.p-error-main {
  width: 60%;
  margin: 24px auto 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-error-main {
    width: 30%;
  }
}

.p-error-mainImg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .u-pcSize10 {
    width: 10%;
    margin: 0 auto;
  }

  .u-pcSize20 {
    width: 20%;
    margin: 0 auto;
  }

  .u-pcSize30 {
    width: 30%;
    margin: 0 auto;
  }

  .u-pcSize40 {
    width: 40%;
    margin: 0 auto;
  }

  .u-pcSize50 {
    width: 50%;
    margin: 0 auto;
  }

  .u-pcSize60 {
    width: 60%;
    margin: 0 auto;
  }

  .u-pcSize70 {
    width: 70%;
    margin: 0 auto;
  }

  .u-pcSize80 {
    width: 80%;
    margin: 0 auto;
  }

  .u-pcSize90 {
    width: 90%;
    margin: 0 auto;
  }

  .u-pcSize100 {
    width: 100%;
    margin: 0 auto;
  }
}

.u-mb-general {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .u-mb-general {
    margin-bottom: 40px;
  }
}

.u-mt-general {
    margin-top: 30px;
  }
  @media screen and (min-width: 768px) {
    .u-mt-general {
      margin-top: 40px;
    }
  }

.u-mb-8 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .u-mb-8 {
    margin-bottom: 8px;
  }
}

.u-mt-8 {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .u-mt-8 {
    margin-top: 8px;
  }
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-text-b {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-center {
  text-align: center;
}

.u-text-noLineBreak {
  white-space: nowrap;
}

.u-text-red {
  color: #DF3F5A;
}

.u-text-blue {
  color: #052a83;
}

.u-text-sizeS {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .u-text-sizeS {
    font-size: 1.2rem;
  }
}

.u-text-sizeM {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .u-text-sizeM {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 321px) {
  .u-text-none-i5 {
    display: none;
  }
}

@font-face {
  font-family: "icons";
  src: url("icons.eot");
  src: url("icons.eot?#iefix") format("embedded-opentype"), url("icons/icons.woff") format("woff"), url("icons/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: "icons";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_icon_arrow:before {
  content: "\f101";
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}