/* ---------------------------
 * ALL Width
 * --------------------------- */
html {
  background-color: #fff;
}

body {
  color: #000;
}
body.dl-top {
  background-color: #fff;
}
body.dl-second {
  background-color: #f5f5f5;
}
body.modal-open {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

a {
  color: #4269ea;
}
a:hover {
  color: #1439b2;
}

.dl-layout-page {
  position: relative;
}

.dl-layout-contents {
  background: transparent;
}
.dl-layout-contents.is-color {
  background: #f5f5f5;
}
.dl-layout-contents .container > *:first-child {
  margin-top: 0 !important;
}
.dl-layout-contents .container > *:last-child {
  margin-bottom: 0 !important;
}

.dl-footer {
  background: #fff;
  text-align: center;
}
.dl-footer-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-footer-link-item {
  border-left: 2px solid #c7c7c7;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.dl-footer-link-item a {
  padding: 0 20px;
  color: #000;
}
.dl-footer-link-item:last-child {
  border-right: 2px solid #c7c7c7;
}
.dl-footer-copyright {
  margin: 0;
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

.dl-figure {
  margin: 1em 0;
  text-align: center;
}
.dl-figure--receipt {
  margin: 1em auto 30px;
  max-width: 500px;
}
.dl-figure--receipt img {
  max-height: 500px;
  width: auto;
  height: auto;
}
.dl-figure--receipt2 img {
  max-width: 440px;
  height: auto;
  width: 100%;
}

.dl-box01 {
  background-color: #fff;
  border: solid #707070;
  border-radius: 16px;
}
.dl-box01 > *:first-child {
  margin-top: 0 !important;
}
.dl-box01 > *:last-child {
  margin-bottom: 0 !important;
}
.dl-box01-heading {
  text-align: center;
}

.dl-box02 {
  background-color: #f5f5f5;
  border: solid #707070;
  border-radius: 10px;
}
.dl-box02 > *:first-child {
  margin-top: 0 !important;
}
.dl-box02 > *:last-child {
  margin-bottom: 0 !important;
}
.dl-box02-heading {
  padding: 0 0 8px;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.dl-box02-inner > *:first-child {
  margin-top: 0 !important;
}
.dl-box02-inner > *:last-child {
  margin-bottom: 0 !important;
}
.dl-box02 .form-group:last-child, .dl-box02 p:last-child {
  margin-bottom: 0 !important;
}

.dl-box03 {
  background-color: #fff;
  border: solid #707070;
  border-radius: 10px;
}
.dl-box03 > *:first-child {
  margin-top: 0 !important;
}
.dl-box03 > *:last-child {
  margin-bottom: 0 !important;
}
.dl-box03-heading {
  text-align: center;
}

.dl-box04 {
  border: 1px solid #eaeaea;
}
.dl-box04 p:last-child {
  margin-bottom: 0;
}
.dl-box04 h4 {
  margin-bottom: .5em;
}

.dl-heading03-bar {
  border-radius: 20px;
  padding: 10px 20px 9px;
  background-color: #424243;
  text-align: center;
  color: #fff;
}

.dl-heading04 {
  padding: 0 0 10px;
  border-bottom: 1px solid #707070;
}

.dl-lead01 {
  margin: 1em 0;
  color: #4269ea;
  font-weight: bold;
  text-align: center;
}
.dl-lead01-large {
  display: inline-block;
  margin: 0 3px;
  font-size: 23px;
}

.dl-lead02 {
  margin: 1em 0;
}

.dl-notes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dl-notes li {
  text-indent: -1em;
  padding-left: 1em;
}

.dl-banner {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dl-banner-item a {
  display: block;
}

.dl-button {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  border-radius: 37.5px;
  background-color: #4269ea;
  box-shadow: 0 7px 0 0 #1439b2;
  color: #fff;
  margin-bottom: 7px;
  transition: 0.2s all ease 0s;
}
.dl-button:hover, .dl-button:active {
  box-shadow: none;
  transform: translate3d(0, 7px, 0);
}
.dl-button.btn-block {
  display: flex;
}
.dl-button-subtext {
  padding-top: 3px;
  font-size: 58.6%;
  line-height: 1;
}
.dl-button.disabled {
  background-color: #d3d3d3;
  box-shadow: none;
  pointer-events: none;
  opacity: 1 !important;
  margin-bottom: 0;
}
.dl-button-color02 {
  background-color: #ea9c42;
  box-shadow: 0 7px 0 0 #b26914;
  color: #fff;
}
.dl-button-color02.dl-button-arrow:before, .dl-button-color02.dl-button-arrow-left:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.dl-button-color03 {
  background-color: #fff;
  box-shadow: 0 4px 0 0 #c7c7c7;
  color: #4269ea;
}
.dl-button-color03.dl-button-arrow:before, .dl-button-color03.dl-button-arrow-left:before {
  border-top-color: #4269ea;
  border-right-color: #4269ea;
}
.dl-button-color04 {
  background-color: #d3d3d3;
  box-shadow: 0 7px 0 0 #adadad;
  color: #747474;
}
.dl-button-color04.dl-button-arrow:before, .dl-button-color04.dl-button-arrow-left:before {
  border-top-color: #747474;
  border-right-color: #747474;
}
.dl-button-line {
  background-color: #00b900;
  box-shadow: 0 7px 0 0 #008600;
  color: #fff;
}
.dl-button-twitter {
  background-color: #1da1f2;
  box-shadow: 0 7px 0 0 #0b76b8;
  color: #fff;
}
.dl-button-apply {
  background-color: #ff5444;
  box-shadow: 0 7px 0 0 #f71500;
  color: #fff;
}
.dl-button-apply.disabled {
  background-color: #ff5444;
  box-shadow: 0 7px 0 0 #f71500;
  opacity: 0.5 !important;
}
.dl-button-icon {
  flex-direction: row;
}
.dl-button-icon i {
  margin: 0 .5em;
}
.dl-button-arrow:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  border-top: solid #fff;
  border-right: solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.dl-button-arrow-left:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  border-top: solid #fff;
  border-right: solid #fff;
  transform: rotate(-45deg) translateY(-50%) scale(-1, 1);
}

.dl-pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  padding: 18px 0 0;
  border: 1px solid #4269ea;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 8px;
  line-height: 1.2;
  color: #4269ea;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.dl-pagetop:before {
  position: absolute;
  top: 13px;
  right: 50%;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #4269ea;
  border-left: 1px solid #4269ea;
  transform: rotate(45deg) translateY(-50%);
}
.dl-pagetop:hover {
  text-decoration: none;
}

.dl-form {
  word-break: break-all;
  word-wrap: break-word;
}
.dl-form-label .badge {
  margin-left: 10px;
}
.dl-form input[type=text], .dl-form input[type=password], .dl-form input[type=email], .dl-form input[type=tel], .dl-form input[type=number], .dl-form textarea, .dl-form select, .dl-form .form-check-label {
  font-size: 1rem;
}
.dl-form .form-check-label {
  color: #373a3c;
}
.dl-form-button {
  color: #707070;
  box-sizing: border-box;
  border: 1px solid #707070;
  height: 55px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1rem;
  margin-left: 1em;
}
.dl-form-short {
  width: 30% !important;
}
.dl-form-medium {
  width: 50% !important;
}

.dl-error {
  border: 6px solid #dc3545;
  color: #dc3545;
  background-color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}
.dl-error p:last-child {
  margin-bottom: 0;
}

.dl-error02 {
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.685;
  text-align: center;
}
.dl-error02-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #dc3545;
  line-height: 1;
}

.dl-iframe {
  border: 1px solid #eaeaea;
  width: 100%;
  display: block;
}

.dl-notice02 {
  margin: 15px 0;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #cb2e25;
}
.dl-notice02 > *:first-child {
  margin-top: 0 !important;
}
.dl-notice02 > *:last-child {
  margin-bottom: 0 !important;
}

.dl-link {
  color: #000;
}
.dl-link:hover {
  color: #000;
}
.dl-link-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #4269ea;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.dl-link-arrow:before {
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% - 2px);
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) scale(-1, 1) translate(-50%, -50%);
}
.dl-link-right .dl-link-arrow {
  position: relative;
  margin-left: 5px;
  margin-right: 0;
}
.dl-link-right .dl-link-arrow:before {
  top: calc(50% + 2px);
  left: calc(50% - 5px);
  transform: rotate(45deg) translate(-50%, -50%);
}

.dl-step {
  border: 6px solid #707070;
  background-color: #fff;
  border-radius: 16px;
}
.dl-step > *:first-child {
  margin-top: 0 !important;
}
.dl-step > *:last-child {
  margin-bottom: 0 !important;
}
.dl-step-number {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dl-step-heading {
  font-weight: bold;
  min-height: 2em;
  text-align: center;
}
.dl-step.dl-step-01 {
  background-color: #fff;
  border-color: #707070;
}
.dl-step.dl-step-01 .dl-step-heading {
  color: #000;
}
.dl-step.dl-step-01 .dl-step-number {
  color: #000;
}
.dl-step.dl-step-01 .dl-step-text {
  color: #000;
}
.dl-step.dl-step-02 {
  background-color: #fff;
  border-color: #707070;
}
.dl-step.dl-step-02 .dl-step-heading {
  color: #000;
}
.dl-step.dl-step-02 .dl-step-number {
  color: #000;
}
.dl-step.dl-step-02 .dl-step-text {
  color: #000;
}
.dl-step.dl-step-03 {
  background-color: #fff;
  border-color: #707070;
}
.dl-step.dl-step-03 .dl-step-heading {
  color: #000;
}
.dl-step.dl-step-03 .dl-step-number {
  color: #000;
}
.dl-step.dl-step-03 .dl-step-text {
  color: #000;
}
.dl-step.dl-step-04 {
  background-color: #fff;
  border-color: #707070;
}
.dl-step.dl-step-04 .dl-step-heading {
  color: #000;
}
.dl-step.dl-step-04 .dl-step-number {
  color: #000;
}
.dl-step.dl-step-04 .dl-step-text {
  color: #000;
}
.dl-step.dl-step-05 {
  background-color: #fff;
  border-color: #707070;
}
.dl-step.dl-step-05 .dl-step-heading {
  color: #000;
}
.dl-step.dl-step-05 .dl-step-number {
  color: #000;
}
.dl-step.dl-step-05 .dl-step-text {
  color: #000;
}

.dl-step02 {
  background-color: #f5f5f5;
  border-radius: 16px;
}
.dl-step02 > *:first-child {
  margin-top: 0 !important;
}
.dl-step02 > *:last-child {
  margin-bottom: 0 !important;
}
.dl-step02-number {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dl-step02-text {
  text-align: center;
}

.dl-step03-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dl-step03-item {
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
}

.dl-step03-number {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  border: 1px solid #707070;
  font-size: 26px;
  line-height: 64px;
  text-align: center;
  color: #707070;
}

.dl-step03-contents {
  flex: 1 1 auto;
}

.dl-step04-item {
  position: relative;
  margin: 0;
  border: 6px solid #707070;
  background-color: #fff;
  border-radius: 22px;
}
.dl-step04-item + .dl-step04-item {
  margin-top: 100px;
}
.dl-step04-item + .dl-step04-item:before {
  position: absolute;
  top: -28px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 29px 0 29px;
  border-color: #707070 transparent transparent transparent;
  transform: translate(-50%, -100%);
}

.dl-step04-head {
  border-radius: 16px 16px 0 0;
  background-color: #d3d3d3;
  line-height: 1.3;
  text-align: center;
}

.dl-step04-keyvisual {
  padding: 0 !important;
  background: none;
  overflow: hidden;
}

.dl-step04-contents > *:first-child {
  margin-top: 0 !important;
}

.dl-step04-contents > *:last-child {
  margin-bottom: 0 !important;
}

.dl-step04-title {
  margin-bottom: 15px;
  line-height: 1.5;
}

.dl-step04-button {
  background-color: #ff5444;
}

.dl-success {
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.685;
  text-align: center;
}
.dl-success-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #37e568;
  line-height: 1;
}
.dl-success > p {
  margin: 0;
}

.dl-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dl-items-figure img {
  max-width: 440px;
  height: auto;
  width: 100%;
}

.dl-items-caption {
  margin: 10px 0;
  font-weight: bold;
}

.dl-items-button {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.dl-upload__file {
  position: relative;
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}
.dl-upload__file .input_file_upload {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dl-upload__file img {
  max-height: 500px;
  width: auto;
  height: auto;
}

.dl-upload02 {
  margin: 0 0 40px;
}
.dl-upload02.is-invalid .dl-upload02-error {
  display: block;
}
.dl-upload02-h {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.dl-upload02-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -15px;
  padding: 0;
}
.dl-upload02-list-item {
  margin: 27px 0 0 15px;
  text-align: center;
}
.dl-upload02-figure {
  margin: 0 0 10px;
  line-height: 300px;
  text-align: center;
}
.dl-upload02-figure img {
  max-height: 300px;
  width: auto;
  height: auto;
}
.dl-upload02-error {
  display: none;
  margin: 10px 0 20px;
  font-weight: bold;
  color: #dc3545;
}
.dl-upload02-delete {
  font-size: 15px !important;
  height: 43px !important;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.dl-upload02-none {
  display: none;
}
.dl-upload02-button {
  margin-top: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.dl-mainvisual {
  background: #fff;
  text-align: center;
}
.dl-top .dl-mainvisual {
  background: #ccc;
}

.dl-navigation {
  background-color: #707070;
  font-size: 19px;
}
.dl-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dl-navigation-item {
  height: 90px;
  display: flex;
  align-items: center;
}
.dl-navigation-item > a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 27px;
}
.dl-navigation-item > a:before {
  right: 0;
  width: 12px;
  height: 12px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  position: absolute;
  display: block;
  content: "";
  border-top-color: #fff;
  border-right-color: #fff;
  top: 8px;
  transform: scale(1, -1) rotate(-45deg);
}
.dl-navigation-item-sns {
  display: flex;
  align-items: center;
}
.dl-navigation-item-sns-text {
  color: #fff;
  display: block;
}
.dl-navigation-item-sns-icon {
  width: 45px;
  height: 45px;
  margin-left: 12px;
  display: block;
}
.dl-navigation-item-sns-icon img {
  display: block;
}

.dl-inquiry {
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.dl-inquiry.is-noborder {
  border: none;
}
.dl-inquiry-heading {
  color: #4269ea;
  text-align: center;
}
.dl-inquiry-tel {
  text-align: center;
}
.dl-inquiry-tel dt {
  font-weight: normal;
}
.dl-inquiry-tel dd {
  font-weight: bold;
  line-height: 1.2;
}
.dl-inquiry-text {
  text-align: center;
}

.dl-notice {
  font-weight: bold;
  line-height: 1.43;
}

.dl-toplink a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37.5px;
  background-color: #fff;
  font-weight: bold;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s all ease 0s;
}
.dl-toplink a:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #4269ea;
  border-right: 3px solid #4269ea;
  transform: rotate(-45deg) translateY(-50%) scale(-1, 1);
}
.dl-toplink a:hover, .dl-toplink a:active {
  box-shadow: none;
  transform: translate3d(0, 7px, 0);
}

.dl-code-item {
  display: flex;
  margin: 0;
}
.dl-code-item dt, .dl-code-item dd {
  margin: 0;
}
.dl-code-item dt {
  margin-right: 15px;
  white-space: nowrap;
}
.dl-code-item dd {
  flex: 1 1 auto;
}
.dl-code-item + .dl-code-item {
  margin-top: 20px;
}

.dl-mypege {
  background-color: #f5f5f5;
  border-radius: 15px;
}
.dl-mypege-user {
  background-color: #c7c7c7;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 25px 20px 20px;
  overflow: hidden;
  display: flex;
}
.dl-mypege-avatar img {
  border-radius: 100%;
}
.dl-mypege-data {
  line-height: 1.5;
}
.dl-mypege-data span {
  display: block;
}
.dl-mypege-account {
  font-weight: bold;
}
.dl-mypege-contents {
  padding: 10px 20px;
}
.dl-mypege-buttons {
  margin: 0 0 20px;
}
.dl-mypege-buttons .dl-button {
  padding-left: 25px;
  padding-right: 25px;
}
.dl-mypege-buttons .dl-button:before {
  right: 20px;
}
.dl-mypege-buttons .dl-button + .dl-button {
  margin-top: 15px;
}
.dl-mypege-title {
  margin: 0;
}
.dl-mypege-data {
  flex: 1 1 auto;
}

.dl-logout {
  position: relative;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 37.5px;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
  padding: 5px 25px;
}
.dl-logout:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.dl-point {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
}

.dl-result dt {
  margin: 0 0 5px;
  padding: 7px 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.dl-result dd {
  margin: 0;
}

.dl-serialcode {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.dl-serialcode-table {
  width: 100%;
}
.dl-serialcode-table tr th, .dl-serialcode-table tr td {
  padding: 5px 0;
  border-top: 1px solid #707070;
}
.dl-serialcode-table tr:first-child th, .dl-serialcode-table tr:first-child td {
  border-top: none;
}
.dl-serialcode-table tr th {
  padding-right: 5px;
}
.dl-serialcode-number {
  font-weight: bold;
  font-size: 20px;
}
.dl-serialcode-point {
  text-align: right;
}

.dl-point02 {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.dl-point02-title {
  padding: 10px;
  color: #fff;
  background-color: #c7c7c7;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}
.dl-point02-contents {
  padding: 10px 5px 5px;
  text-align: center;
}
.dl-point02-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}
.dl-point02-text {
  display: inline-block;
  font-weight: bold;
}

.dl-modal-close {
  background: center no-repeat url("../img/common/btn-close.svg");
  width: 33px;
  height: 33px;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}

.dl-text-color01 {
  color: #4269ea !important;
}

.dl-text-color02 {
  color: #ea9c42 !important;
}

.dl-text-color03 {
  color: #f5f5f5 !important;
}

.dl-text-color04 {
  color: #707070 !important;
}

.dl-text-color05 {
  color: #d3d3d3 !important;
}

.dl-bg-color01 {
  background-color: #cc3 !important;
}

@media screen and (min-width: 46.9375em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  body {
    line-height: 1.6875;
  }
  h2, h3, h4, h5 {
    margin-bottom: 1em;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 18px;
  }
  .dl-layout-contents {
    padding: 40px 0;
  }
  .dl-layout-contents.is-second {
    position: relative;
    padding-top: 0;
    margin-top: 20px;
  }
  .dl-layout-2col {
    display: flex;
    justify-content: space-between;
  }
  .dl-layout-2col-main {
    width: 505px;
    margin-right: 30px;
  }
  .dl-layout-2col-sub {
    width: 310px;
  }
  .dl-footer {
    padding: 25px 0;
  }
  .dl-footer-link + .dl-footer-copyright {
    margin-top: 25px;
  }
  .dl-footer-link-item a:hover {
    color: #000;
  }
  .dl-section {
    margin: 0 0 75px 0;
  }
  .dl-box01 {
    border-width: 6px;
    margin: 45px 0 75px;
    padding: 50px 34px;
  }
  .dl-box01-heading {
    font-size: 30px;
  }
  .dl-box01-inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .dl-box02 {
    border-width: 0;
    margin: 20px 0 30px;
    padding: 30px 40px;
  }
  .dl-box02-heading {
    font-size: 23px;
  }
  .dl-box02-inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-box02-inner-sns {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-box03 {
    max-width: 680px;
    border-width: 3px;
    margin: 30px auto;
    padding: 30px 20px;
  }
  .dl-box03-heading {
    font-size: 30px;
  }
  .dl-box04 {
    font-size: 16px;
    margin: 20px 0 30px;
    padding: 30px 40px;
  }
  .dl-heading01 {
    font-size: 30px;
  }
  .dl-top .dl-heading01 {
    font-size: 35px;
  }
  .dl-heading02 {
    font-size: 23px;
  }
  .dl-heading03 {
    font-size: 18px;
  }
  .dl-heading03-bar {
    margin-bottom: 20px;
  }
  .dl-heading04 {
    font-size: 23px;
  }
  .dl-lead02 {
    font-size: 23px;
  }
  .dl-large-text {
    font-size: 23px;
  }
  .dl-notes li {
    font-size: 16px;
  }
  .dl-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
  }
  .dl-banner-item {
    width: calc((100% - 80px)/2);
    margin: 0 20px;
  }
  .dl-banner-item a:hover {
    opacity: 0.6;
  }
  .dl-button {
    height: 75px;
    font-size: 22px;
  }
  .dl-button:hover {
    color: #fff;
  }
  .dl-button.btn-lg {
    height: 95px;
    font-size: 30px;
    border-radius: 50px;
  }
  .dl-button.btn-sm {
    height: 58px;
    font-size: 18px;
  }
  .dl-button-horizontal {
    flex-direction: row;
    max-width: 460px;
  }
  .dl-button-color02:hover {
    color: #fff;
  }
  .dl-button-color03:hover {
    color: #4269ea;
  }
  .dl-button-color04:hover {
    color: #747474;
  }
  .dl-button-line:hover {
    color: #fff;
  }
  .dl-button-twitter:hover {
    color: #fff;
  }
  .dl-button-apply:hover {
    color: #fff;
  }
  .dl-button-arrow {
    padding-left: 50px;
    padding-right: 50px;
  }
  .dl-button-arrow:before {
    right: 45px;
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .dl-button-arrow-left {
    padding-left: 50px;
    padding-right: 50px;
  }
  .dl-button-arrow-left:before {
    left: 45px;
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .dl-buttonGroup {
    margin: 30px -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dl-buttonGroup .dl-button {
    max-width: 350px;
  }
  .dl-buttonGroup .dl-button-horizontal {
    max-width: 460px;
    width: 100%;
  }
  .dl-buttonGroup-order1-pc {
    order: 1;
  }
  .dl-buttonGroup-order2-pc {
    order: 2;
  }
  .dl-buttonGroup-item {
    max-width: 350px;
    width: 100%;
    margin: 0 15px;
  }
  .dl-pagetop {
    display: none;
  }
  .dl-error {
    font-size: 16px;
    line-height: 1.6875;
    margin: 20px 0 25px;
    padding: 10px 20px;
  }
  .dl-error02 {
    position: relative;
  }
  .dl-error02-icon {
    transform: translate(-100%, -50%);
    font-size: 40px;
  }
  .dl-iframe {
    margin: 20px 0 30px;
    height: 200px;
  }
  .dl-notice02 {
    font-size: 14px;
  }
  .dl-link {
    font-size: 16px;
  }
  .dl-step {
    padding: 20px 15px;
  }
  .dl-step-number {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .dl-step-heading {
    font-size: 23px;
  }
  .dl-step02 {
    padding: 20px 15px;
  }
  .dl-step02-number {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .dl-step03 {
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .dl-step03-item {
    padding: 25px 0;
  }
  .dl-step03-number {
    margin-right: 25px;
  }
  .dl-step04 {
    margin: 0 0 40px;
  }
  .dl-step04-item + .dl-step04-item {
    margin-top: 100px;
  }
  .dl-step04-item + .dl-step04-item:before {
    top: -28px;
    left: 50%;
    border-width: 50px 29px 0 29px;
  }
  .dl-step04-head {
    padding: 16px 40px 15px;
    font-size: 30px;
  }
  .dl-step04-contents {
    padding: 15px 40px 30px;
  }
  .dl-step04-title {
    font-size: 23px;
    text-align: center;
  }
  .dl-success {
    position: relative;
    font-size: 30px;
    font-weight: bold;
  }
  .dl-success-icon {
    transform: translate(-100%, -50%);
    font-size: 40px;
  }
  .dl-items-list {
    display: flex;
    flex-wrap: wrap;
    margin: -50px -10px 0;
  }
  .dl-items-item {
    margin: 50px 10px 0;
    width: calc((100% - 40px)/2);
  }
  .dl-items-caption {
    font-size: 22px;
  }
  .dl-items-button {
    margin-top: 15px;
  }
  .dl-upload02-list-item {
    width: calc((100% - 45px)/3);
  }
  .dl-upload02-list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .dl-mainvisual {
    overflow: hidden;
  }
  .dl-mainvisual__inner {
    margin: 0 -510px;
    overflow: hidden;
  }
  .dl-inquiry {
    padding: 55px 40px 40px;
  }
  .dl-inquiry.is-noborder {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dl-inquiry-heading {
    margin: 0 0 35px;
    font-size: 25px;
  }
  .dl-inquiry-tel {
    margin: 30px 0;
  }
  .dl-inquiry-tel dt {
    font-size: 20px;
  }
  .dl-inquiry-tel dd {
    font-size: 42px;
  }
  .dl-inquiry-text {
    font-size: 20px;
  }
  .dl-notice {
    font-size: 35px;
  }
  .dl-toplink {
    margin-top: 30px;
    margin-bottom: 67px;
  }
  .dl-toplink a {
    max-width: 350px;
    font-size: 22px;
    height: 75px;
    box-shadow: 0 7px 0 0 #c7c7c7;
  }
  .dl-toplink a:before {
    left: 42px;
  }
  .dl-mypege-avatar {
    margin-right: 5px;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
  }
  .dl-mypege-contents {
    padding: 20px;
  }
  .dl-mypege-title {
    font-size: 20px;
  }
  .dl-logout:hover {
    color: #fff;
  }
  .dl-point {
    margin: 0 0 20px;
    padding: 20px;
  }
  .dl-point-text01 {
    font-size: 18px;
  }
  .dl-point-number {
    margin-left: 15px;
    margin-right: 5px;
    font-size: 36px;
    line-height: 1;
  }
  .dl-point-text02 {
    font-size: 18px;
  }
  .row .dl-result {
    margin-bottom: 0;
  }
  .dl-serialcode {
    padding: 15px 20px;
  }
  .dl-modal {
    padding: 30px 70px;
  }
  .dl-pconly {
    display: block;
  }
  .dl-sponly {
    display: none;
  }
}

@media screen and (max-width: 46.875em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  h2, h3, h4, h5 {
    margin-bottom: 0.5em;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 12.5px;
  }
  .dl-layout-contents {
    padding: 35px 0;
  }
  .dl-layout-contents.is-buttons {
    padding: 20px 0;
  }
  .dl-layout-contents.is-second {
    position: relative;
    padding-top: 0;
    margin-top: 10px;
  }
  .dl-footer {
    padding: 10px 0;
  }
  .dl-footer-link + .dl-footer-copyright {
    margin-top: 10px;
  }
  .dl-section {
    margin: 0 0 70px 0;
  }
  .dl-box01 {
    border-width: 3px;
    margin: 30px 0 70px;
    padding: 25px 13px;
  }
  .dl-box01-heading {
    font-size: 25px;
  }
  .dl-second .dl-box01 {
    padding-top: 35px;
  }
  .dl-box02 {
    border-width: 0;
    margin: 20px 0;
    padding: 20px 13px;
  }
  .dl-box02-heading {
    font-size: 18px;
  }
  .dl-box03 {
    border-width: 2px;
    margin: 15px auto;
    padding: 25px 13px;
  }
  .dl-box03-heading {
    font-size: 30px;
  }
  .dl-box04 {
    font-size: 14px;
    margin: 20px 0;
    padding: 20px 20px;
  }
  .dl-heading01 {
    font-size: 20px;
  }
  .dl-top .dl-heading01 {
    font-size: 30px;
  }
  .dl-heading02 {
    font-size: 25px;
  }
  .dl-heading03 {
    font-size: 12.5px;
  }
  .dl-heading03-bar {
    margin-bottom: 10px;
  }
  .dl-heading04 {
    font-size: 25px;
  }
  .dl-lead01 {
    font-size: 12.5px;
  }
  .dl-lead02 {
    font-size: 16px;
  }
  .dl-large-text {
    font-size: 18px;
  }
  .dl-notes li {
    font-size: 12px;
  }
  .dl-banner {
    text-align: center;
  }
  .dl-banner-item + .dl-banner-item {
    margin-top: 15px;
  }
  .dl-button {
    height: 64px;
    font-size: 18px;
  }
  .dl-button:hover {
    color: #fff;
  }
  .dl-button.btn-lg {
    height: 68px;
    font-size: 21px;
    border-radius: 35px;
  }
  .dl-button.btn-sm {
    height: 52px;
    font-size: 18px;
  }
  .dl-button-arrow {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dl-button-arrow:before {
    right: 35px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .dl-button-arrow-left {
    padding-left: 40px;
    padding-right: 40px;
  }
  .dl-button-arrow-left:before {
    left: 35px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .dl-buttonGroup-item + .dl-buttonGroup-item {
    margin-top: 15px;
  }
  .dl-pagetop {
    display: none !important;
  }
  .dl-form-button {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dl-form-short {
    width: 40% !important;
    min-width: 120px;
  }
  .dl-form-medium {
    width: 60% !important;
    min-width: 160px;
  }
  .dl-error {
    font-size: 14px;
    margin: 15px 0;
  }
  .dl-error02 {
    position: relative;
    padding: 0 35px;
  }
  .dl-error02-icon {
    font-size: 30px;
  }
  .dl-iframe {
    margin: 20px 0;
    height: 290px;
  }
  .dl-notice02 {
    font-size: 12px;
  }
  .dl-link {
    font-size: 14px;
  }
  .dl-step {
    border-width: 3px;
    padding: 15px 12px 10px;
  }
  .dl-step-number {
    font-size: 15px;
  }
  .dl-step-heading {
    font-size: 18px;
  }
  .dl-step02 {
    padding: 15px 12px 10px;
  }
  .dl-step02-number {
    font-size: 16px;
  }
  .dl-step03-item {
    padding: 20px 0;
  }
  .dl-step03-number {
    margin-right: 20px;
  }
  .dl-step04 {
    margin: 0 0 20px;
  }
  .dl-step04-item + .dl-step04-item {
    margin-top: 60px;
  }
  .dl-step04-item + .dl-step04-item:before {
    top: -18px;
    left: 50%;
    border-width: 30px 20px 0 20px;
  }
  .dl-step04-head {
    padding: 12px 20px 11px;
    font-size: 20px;
  }
  .dl-step04-contents {
    padding: 15px 20px;
  }
  .dl-step04-title {
    font-size: 18px;
  }
  .dl-success {
    position: relative;
    padding: 0 35px;
    font-size: 20px;
  }
  .dl-success-icon {
    font-size: 30px;
  }
  .dl-items-item + .dl-items-item {
    margin-top: 60px;
  }
  .dl-items-caption {
    font-size: 16px;
  }
  .dl-items-button {
    margin-top: 10px;
  }
  .dl-upload02-list-item {
    width: calc((100% - 30px)/2);
  }
  .dl-upload02-list-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .dl-mainvisual__inner {
    margin: 0 !important;
  }
  .dl-navigation {
    font-size: 15px;
  }
  .dl-navigation .container {
    padding: 0;
  }
  .dl-navigation-list {
    flex-wrap: wrap;
  }
  .dl-navigation-item {
    height: 50px;
    width: calc(50% - 1px);
    justify-content: center;
    border-bottom: 1px solid #fff;
  }
  .dl-navigation-item:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }
  .dl-navigation-item > a {
    padding-right: 18px;
  }
  .dl-navigation-item > a:before {
    right: 0;
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    top: 6px;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: scale(1, -1) rotate(-45deg);
  }
  .dl-navigation-item-sns {
    height: 50px;
  }
  .dl-navigation-item-sns-icon {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
  .dl-inquiry {
    padding: 20px;
  }
  .dl-inquiry-heading {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .dl-inquiry-tel {
    margin-bottom: 10px;
  }
  .dl-inquiry-tel dt {
    font-size: 12px;
  }
  .dl-inquiry-tel dd {
    font-size: 27.5px;
  }
  .dl-inquiry-text {
    margin: 0;
    font-size: 10px;
  }
  .dl-notice {
    font-size: 22px;
  }
  .dl-toplink {
    margin-top: 15px;
    margin-bottom: 65px;
  }
  .dl-toplink a {
    max-width: 313px;
    font-size: 18px;
    height: 64px;
    box-shadow: 0 7px 0 0 #c7c7c7;
  }
  .dl-toplink a:before {
    left: 18px;
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .dl-code {
    margin-bottom: 20px;
  }
  .dl-mypege-user {
    padding: 15px;
  }
  .dl-mypege-avatar {
    margin-right: 5px;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
  .dl-mypege-data {
    font-size: 12px;
  }
  .dl-mypege .dl-logout {
    display: block;
    margin-left: auto;
  }
  .dl-logout {
    width: 100px;
    padding: 5px 15px;
  }
  .dl-point {
    margin: 0 0 10px;
    padding: 20px;
  }
  .dl-point-text01 {
    font-size: 18px;
  }
  .dl-point-number {
    margin-left: 15px;
    margin-right: 5px;
    font-size: 36px;
    line-height: 1;
  }
  .dl-point-text02 {
    font-size: 18px;
  }
  .dl-result {
    margin-bottom: 10px;
  }
  .dl-serialcode {
    margin: 0 0 20px;
    padding: 15px 20px;
  }
  .dl-point02 {
    margin: 0 0 20px;
  }
  .dl-modal {
    padding: 20px 25px;
  }
  .dl-modal-close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
  .dl-pconly {
    display: none;
  }
  .dl-sponly {
    display: block;
  }
}
