@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
}

a.nolink,
a.nolink:link,
a.nolink:visited{
  pointer-events: none;
  color: #333;
  text-decoration: none;
}

#btn_back_to_lp {
  height: 70px!important;
  background: #ccc!important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: unset;
}

.spnone {
  display: none;
}

@media screen and (min-width: 750px) {
  .spnone {
    display: block;
  }
}

.pcnone {
  display: block;
}

@media screen and (min-width: 750px) {
  .pcnone {
    display: none;
  }
}

.form-section {
  background: #ebfaff;
  padding: 8vw 5.33333vw;
}

.form-section-title {
  margin-bottom: 6.66667vw;
  font-size: 5.33333vw;
  font-weight: 700;
}

.form-section-label {
  margin-bottom: 4.53333vw;
  font-size: 4.8vw;
  font-weight: 700;
}

.form-section-lead {
  margin-bottom: 8vw;
}

.form-section-lead p {
  font-size: 4vw;
  line-height: 1.3;
}

.form-section-btn {
  width: 100%;
  order: 1;
  position: relative;
  margin-bottom: 10.66667vw;
}

.form-section-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin-top: -1.06667vw;
  border-top: solid 0.53333vw #000;
  border-right: solid 0.53333vw #000;
  transform: rotate(45deg);
  content: "";
}

.form-section-return {
  width: 100%;
  position: relative;
  order: 2;
}

.form-section-return:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 6vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin-top: -1.06667vw;
  border-top: solid 0.53333vw #000;
  border-right: solid 0.53333vw #000;
  transform: rotate(225deg);
  content: "";
}

.form-section input[type="submit"] {
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.form-section input[type="submit"]:disabled {
  background: #f5f5f5;
}

.form-table, .form-table-confirm {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 12.66667vw;
}

.form-table tr, .form-table-confirm tr {
  display: block;
}

.form-table tr th, .form-table-confirm tr th {
  display: block;
  margin-bottom: 2vw;
  width: 100%;
  text-align: left;
  font-size: 4vw;
}

.form-table tr th .required, .form-table-confirm tr th .required {
  margin-right: 1.86667vw;
  background: #f00;
  padding: 0 1.73333vw;
  font-size: 2.66667vw;
  color: #fff;
  height: 5.33333vw;
  display: inline-block;
  line-height: 5.33333vw;
  border-radius: 0.8vw;
}

.form-table tr th .any, .form-table-confirm tr th .any {
  margin-right: 1.86667vw;
  background: #555;
  padding: 0 1.73333vw;
  font-size: 2.66667vw;
  color: #fff;
  height: 5.33333vw;
  display: inline-block;
  line-height: 5.33333vw;
  border-radius: 0.8vw;
}

.form-table tr td, .form-table-confirm tr td {
  display: block;
  width: 100%;
  text-align: left;
}

.form-table tr td input[type="text"], .form-table-confirm tr td input[type="text"], .form-table tr td input[type="tel"], .form-table-confirm tr td input[type="tel"], .form-table tr td input[type="email"], .form-table-confirm tr td input[type="email"], .form-table tr td input[type="number"], .form-table-confirm tr td input[type="number"], .form-table tr td select, .form-table-confirm tr td select {
  width: 100%;
  box-sizing: border-box;
  border: 0.66667vw solid #000;
  height: 16vw;
  border-radius: 2.13333vw;
  padding: 0 4.4vw;
  background: #fff;
  font-size: 4vw;
}

.form-table tr td .datepicker-wrap, .form-table-confirm tr td .datepicker-wrap {
  display: none;
}

.form-table tr td .datepicker-wrap.show, .form-table-confirm tr td .datepicker-wrap.show {
  display: block;
  width: 100%;
}

.form-table tr td .ERR, .form-table-confirm tr td .ERR {
  color: #f60;
  font-size: 4vw;
  margin-top: 2vw;
}

.form-table tr td .instruction, .form-table-confirm tr td .instruction {
  display: block;
  font-size: 3.2vw;
  line-height: 1.5;
}

.form-table tr td input[type="radio"], .form-table-confirm tr td input[type="radio"] {
  display: none;
}

.form-table tr td input[type="radio"]:checked + label, .form-table-confirm tr td input[type="radio"]:checked + label {
  background: #ffe400;
}

.form-table tr + tr, .form-table-confirm tr + tr {
  margin-top: 6.66667vw;
}

.form-table-confirm tr th {
  padding-block: 2vw;
  border-bottom: 0.66667vw solid #000;
}

.form-table-confirm tr td {
  padding-top: 4vw;
  font-size: 4vw;
}

.form-table-confirm tr + tr {
  margin-top: 10.66667vw;
}

.form-flow {
  padding: 0;
  overflow: hidden;
  border: 0.66667vw solid #000;
  margin-bottom: 8vw;
  box-sizing: border-box;
}

.form-flow-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.form-flow-elem {
  display: table-cell;
  text-align: center;
  position: relative;
  background: #fff;
}

.form-flow-elem span {
  font-size: 4vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 9.33333vw;
  position: relative;
  vertical-align: middle;
}

.form-flow-elem:after {
  display: block;
  position: absolute;
  right: -3.86667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.33333vw 0 5.33333vw 3.33333vw;
  border-color: transparent transparent transparent #000;
  z-index: 5;
  content: "";
}

.form-flow-elem:before {
  display: block;
  position: absolute;
  right: -3.2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.33333vw 0 5.33333vw 3.33333vw;
  border-color: transparent transparent transparent #fff;
  z-index: 10;
  content: "";
}

.form-flow-elem.is-active {
  background: #000;
  color: #fff;
}

.form-flow-elem.is-active:before {
  display: none;
}

.form-flow-elem.is-active:after {
  right: -3.2vw;
}

.form-box {
  background: #ffe400;
  padding: 6.66667vw 5.33333vw;
  border-radius: 1.6vw;
  text-align: center;
  margin-bottom: 7.33333vw;
}

.form-box-ico {
  margin-bottom: 3.46667vw;
}

.form-box-ico img {
  max-width: 100%;
  height: auto;
}

.form-box p:not(.form-box-label):not(.form-box-time) {
  font-size: 4.26667vw;
  color: #333;
  line-height: 1.5;
  margin-bottom: 8vw;
  font-weight: 600;
}

.form-box-label {
  color: #333;
  font-size: 4.26667vw;
  margin-bottom: 4.66667vw;
}

.form-box-time {
  color: #333;
  font-size: 4.26667vw;
}

.form-box-tel {
  margin-bottom: 4vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.form-box-tel img {
  width: 15.46667vw;
  height: auto;
}

.form-box-tel span,
.form-box-tel span a.nolink {
  white-space: nowrap;
  font-size: 9.33333vw;
  color: #e71a1f;
  font-weight: 900;
  letter-spacing: -0.4vw;
}

.form-note {
  margin-bottom: 8vw;
}

.form-note-label {
  color: #333;
  border-bottom: 0.26667vw solid #cccccc;
  padding-bottom: 1.6vw;
  font-size: 4.26667vw;
  font-weight: 600;
  margin-bottom: 4vw;
}

.form-note p:not(.form-note-label) {
  font-size: 3.73333vw;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}

.form-note p:not(.form-note-label) span {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.form-radio {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 0.66667vw solid #000;
  height: 16vw;
  text-align: center;
  font-size: 4vw;
  border-radius: 2.13333vw;
  cursor: pointer;
  width: 48.5%;
  box-sizing: border-box;
  margin-bottom: 1.5%;
}

.form-radio:nth-child(even) {
  margin-left: auto;
}

.form-radio[for="buildtype-1"], .form-radio[for="buildtype-2"] {
  height: 21.33333vw;
}

.form-input-group {
  gap: 3%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-input-group + .instruction {
  margin-top: 6.66667vw;
}

.form-input-group label:nth-child(even) {
  margin-left: auto;
}

.form-input-area {
  max-width: 940px;
  margin: 0 auto;
}

.form-annouce {
  margin-bottom: 5.33333vw;
  font-size: 4vw;
}

.form-row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.form-row-text {
  font-size: 3.2vw;
  margin-bottom: 8.53333vw;
  line-height: 1.5;
  text-align: center;
}

.form-lead {
  display: none;
}

.form-foot {
  margin-top: 8vw;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  .form-section {
    padding: 30px 0;
  }
  .form-section-inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .form-section-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .form-section-label {
    margin-bottom: 17px;
    font-size: 18px;
  }
  .form-section-lead {
    margin-bottom: 30px;
  }
  .form-section-lead p {
    font-size: 15px;
  }
  .form-section-btn {
    margin-bottom: 0;
    width: 340px;
    order: 2;
  }
  .form-section-btn:after {
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .form-section-return {
    order: 1;
    width: 340px;
    margin-right: 20px;
  }
  .form-section-return:after {
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .form-section input[type="submit"] {
    height: 60px;
  }
  .form-section input[type="button"] {
    height: 60px;
    margin-right: 20px;
  }
  .form-table, .form-table-confirm {
    margin-bottom: 30px;
  }
  .form-table tr, .form-table-confirm tr {
    display: table;
    width: 100%;
  }
  .form-table tr th, .form-table-confirm tr th {
    display: table-cell;
    margin-bottom: 0;
    width: 30%;
    text-align: left;
    font-size: 15px;
    position: relative;
    padding: 0px 0;
    vertical-align: middle;
    border-right: 3px solid #000;
  }
  .form-table tr th .required, .form-table-confirm tr th .required {
    margin-right: 0;
    padding: 0 6px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .form-table tr th .any, .form-table-confirm tr th .any {
    margin-right: 0;
    padding: 0 6px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .form-table tr th .note, .form-table-confirm tr th .note {
    display: block;
    text-align: left;
    margin-top: 6px;
    font-weight: 400;
  }
  .form-table tr td, .form-table-confirm tr td {
    display: table-cell;
    width: 70%;
    text-align: left;
    padding: 0 20px;
    vertical-align: middle;
  }
  .form-table tr td input[type="text"], .form-table-confirm tr td input[type="text"], .form-table tr td input[type="tel"], .form-table-confirm tr td input[type="tel"], .form-table tr td input[type="email"], .form-table-confirm tr td input[type="email"], .form-table tr td input[type="number"], .form-table-confirm tr td input[type="number"], .form-table tr td select, .form-table-confirm tr td select {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid #000;
    height: 60px;
    border-radius: 8px;
    padding: 0 15px;
    background: #fff;
    font-size: 15px;
  }
  .form-table tr td .ERR, .form-table-confirm tr td .ERR {
    color: #f00;
    font-size: 15px;
    margin-top: 7px;
  }
  .form-table tr td .instruction, .form-table-confirm tr td .instruction {
    display: block;
    font-size: 12px;
  }
  .form-table tr + tr, .form-table-confirm tr + tr {
    margin-top: 20px;
  }
  .form-table-confirm tr th {
    border-right: 3px solid #000;
    border-bottom: none;
    width: 40%;
    text-align: left;
    font-size: 15px;
    position: relative;
    padding: 10px 0;
    line-height: 1;
  }
  .form-table-confirm tr td {
    width: 60%;
    text-align: left;
    font-size: 15px;
    position: relative;
    padding: 0 20px;
    font-size: 15px;
  }
  .form-table-confirm tr + tr {
    margin-top: 10px;
  }
  .form-flow {
    border: 3px solid #000;
    margin-bottom: 30px;
  }
  .form-flow-elem {
    display: table-cell;
    text-align: center;
    position: relative;
    background: #fff;
  }
  .form-flow-elem span {
    font-size: 15px;
    height: 35px;
  }
  .form-flow-elem:after {
    right: -15px;
    top: 50%;
    border-width: 30px 0 30px 12px;
  }
  .form-flow-elem:before {
    right: -12px;
    top: 50%;
    border-width: 30px 0 30px 12px;
  }
  .form-flow-elem.is-active:after {
    right: -12px;
  }
  .form-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 80px 0 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .form-row-text {
    font-size: 16px;
    margin-bottom: 32px;
    flex-basis: 100%;
  }
  .form-box {
    text-align: left;
    background: #ffe400;
    padding: 25px 20px;
    border-radius: 6px;
    margin-bottom: 40px;
  }
  .form-box .spnone {
    margin-bottom: 0;
  }
  .form-box-ico {
    width: 54px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-box-ico img {
    vertical-align: top;
  }
  .form-box p {
    vertical-align: middle;
    display: inline-block;
    width: calc( 100% - 80px);
  }
  .form-box p:not(.form-box-label):not(.form-box-time) {
    font-size: 16px;
    margin-bottom: 0;
  }
  .form-box-label {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .form-box-time {
    font-size: 16px;
  }
  .form-box-tel {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form-box-tel img {
    width: 56px;
    height: auto;
  }
  .form-box-tel span,
  .form-box-tel span a.nolink {
    font-size: 50px;
    color: #e71a1f;
    letter-spacing: normal;
  }
  .form-note {
    margin-bottom: 30px;
  }
  .form-note-label {
    color: #333;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 12px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .form-note p:not(.form-note-label) {
    font-size: 14px;
  }
  .form-radio {
    border: 3px solid #000;
    height: 60px;
    padding: 0 23px;
    font-size: 15px;
    border-radius: 8px;
    width: auto;
    margin-bottom: 15px;
  }
  .form-radio[for="buildtype-1"], .form-radio[for="buildtype-2"] {
    height: 80px;
  }
  .form-radio[for="contact_time-1"], .form-radio[for="contact_time-2"], .form-radio[for="contact_time-3"], .form-radio[for="contact_time-4"], .form-radio[for="contact_time-5"] {
    padding: 0 20px;
  }
  .form-input-group {
    gap: 1.5%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .form-input-group + .instruction {
    margin-top: 15px;
  }
  .form-input-group label:nth-child(even) {
    margin-left: auto;
  }
  .form-annouce {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .form-lead {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .form-lead-text p {
    font-size: 16px;
    line-height: 1.2;
  }
  .form-lead-text p + p {
    margin-top: 15px;
  }
  .form-lead-img {
    margin-left: auto;
  }
  .form-foot {
    display: none;
  }
}

.rapidssl {
  position: relative;
  font-size: 3.6vw;
}

.rapidssl img {
  margin-right: 3.2vw;
}

@media screen and (min-width: 750px) {
  .rapidssl {
    float: right;
    width: 260px;
    zoom: 1;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }
  .rapidssl:after {
    content: "";
    display: block;
    clear: both;
  }
  .rapidssl img {
    margin-right: 12px;
  }
}

.section-head {
  text-align: center;
  margin-bottom: 4vw;
}

.section-title {
  font-size: 8vw;
  font-weight: 700;
  color: #002cbb;
}

@media screen and (min-width: 750px) {
  .section-head {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 30px;
  }
  .section-in {
    max-width: 940px;
    margin: 0 auto;
  }
}

.area {
  padding: 9.33333vw 3.33333vw 6.66667vw;
}

.area-head {
  margin-bottom: 5.33333vw;
  text-align: center;
}

.area-head p {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  margin-bottom: 2.66667vw;
  line-height: 1.4;
  position: relative;
}

.area-head p:before {
  margin-right: 1.33333vw;
  display: inline-block;
  width: 1px;
  height: 10vw;
  background: #000;
  transform: rotate(-25deg);
  content: "";
}

.area-head p:after {
  margin-left: 1.33333vw;
  display: inline-block;
  width: 1px;
  height: 10vw;
  background: #000;
  transform: rotate(25deg);
  content: "";
}

.area-img {
  margin-bottom: 4.66667vw;
}

.area-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.area-ttle {
  font-size: 7.2vw;
  text-align: center;
  color: #00baff;
  font-weight: 600;
}

.area-body {
  background: #ebfaff;
  padding: 8vw 3.33333vw 8vw;
  border-radius: 1.6vw;
}

.area-comment {
  margin-top: 8vw;
  padding: 0 8vw;
}

.area-comment-content {
  border: 0.66667vw solid #000;
  padding: 4vw 4.66667vw;
  border-radius: 2.13333vw;
  position: relative;
  margin-bottom: 2.66667vw;
}

.area-comment-content:after {
  display: block;
  position: absolute;
  top: calc( 100% + -1.33333vw);
  left: 35%;
  width: 4.53333vw;
  height: 6.66667vw;
  background: url(../img/img-area-baloon.png) no-repeat 0 0;
  background-size: 4.53333vw 6.66667vw;
  content: "";
}

.area-comment-content p {
  font-size: 3.46667vw;
  line-height: 1.5;
  font-weight: 700;
}

.area-comment-img {
  width: 21.6vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.area-comment-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.area-foot {
  z-index: 9;
  position: relative;
  margin-top: -1.33333vw;
  padding: 0 2vw;
}

.area .form-flow {
  overflow: visible;
  border: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area .form-flow-label {
  margin-right: 1.33333vw;
  white-space: nowrap;
  font-size: 4.26667vw;
}

.area .form-flow-label span {
  font-size: 5.33333vw;
}

.area .form-flow-list {
  width: 56vw;
}

.area .form-flow-elem {
  color: #fff;
}

.area .form-flow-elem span {
  font-size: 3.46667vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 10.13333vw;
  position: relative;
  color: #fff;
  vertical-align: middle;
}

.area .form-flow-elem:before {
  display: none;
}

.area .form-flow-elem:after {
  display: block;
  position: absolute;
  right: -3.2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.06667vw 0 5.06667vw 3.33333vw;
  border-color: transparent transparent transparent transparent;
  z-index: 5;
  content: "";
}

.area .form-flow-elem:nth-of-type(1) {
  background: #00baff;
}

.area .form-flow-elem:nth-of-type(1):after {
  border-color: transparent transparent transparent #00baff;
}

.area .form-flow-elem:nth-of-type(2) {
  background: #888888;
  color: #fff;
}

.area .form-flow-elem:nth-of-type(2):after {
  border-color: transparent transparent transparent #888;
}

.area .form-flow-elem:nth-of-type(3) {
  background: #ccc;
}

.area .form-flow-elem:nth-of-type(3):after {
  border-color: transparent transparent transparent #ccc;
}

.area .form-section-btn {
  width: 100%;
  order: 1;
  position: relative;
  margin-bottom: 0;
}

.area .form-section-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin-top: -1.06667vw;
  border-top: solid 0.53333vw #000;
  border-right: solid 0.53333vw #000;
  transform: rotate(45deg);
  content: "";
}

.area .form-section-btn input[type="submit"] {
  background-color: #00baff;
  padding: 0;
  width: 100%;
  height: 21.33333vw;
  border-radius: 10.66667vw;
  position: relative;
  margin-bottom: 0;
}

.area .form-section-btn input[type="submit"]:disabled {
  background: #f5f5f5;
}

.area .form-row {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .area {
    padding: 35px 0 45px;
    max-width: 940px;
    margin: 0 auto;
  }
  .area-head {
    margin-bottom: 20px;
  }
  .area-head p {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .area-head p:before {
    margin-right: 10px;
    height: 75px;
  }
  .area-head p:after {
    margin-left: 10px;
    height: 75px;
  }
  .area-img {
    max-width: 500px;
    margin: 0 auto 35px;
  }
  .area-ttle {
    font-size: 27px;
  }
  .area-body {
    background: #ebfaff;
    padding: 60px 40px 60px;
    border-radius: 12px;
  }
  .area-comment {
    margin-top: 30px;
    padding: 0 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
  }
  .area-comment-content {
    width: 600px;
    border: 3px solid #000;
    padding: 15px 20px;
    border-radius: 16px;
    position: relative;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .area-comment-content:after {
    display: block;
    position: absolute;
    top: 10px;
    left: auto;
    right: -15px;
    width: 17px;
    height: 25px;
    background-size: 17px 25px;
    transform: rotate(275deg);
    content: "";
  }
  .area-comment-content p {
    font-size: 16px;
  }
  .area-comment-img {
    width: 162px;
    margin: 0;
  }
  .area-foot {
    margin-top: 0;
  }
  .area .form-flow {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .area .form-flow-label {
    margin-right: 10px;
    font-size: 20px;
  }
  .area .form-flow-label span {
    font-size: 30px;
  }
  .area .form-flow-list {
    width: 420px;
  }
  .area .form-flow-elem span {
    font-size: 13px;
    height: 40px;
  }
  .area .form-flow-elem:after {
    right: -12px;
    border-width: 20px 0 20px 12px;
  }
  .area .form-section-btn {
    width: 400px;
    margin: 0 auto;
  }
  .area .form-section-btn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 46px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .area .form-section-btn input[type="submit"] {
    height: 80px;
    border-radius: 40px;
  }
}

.construct {
  padding: 0 5.33333vw;
  margin-bottom: 18.66667vw;
}

.construct-list {
  background: #f5f5f5;
  border: 0.66667vw solid #333;
  padding: 5.33333vw;
  border-radius: 2.13333vw;
}

.construct-list li {
  font-weight: 700;
  font-size: 3.73333vw;
  line-height: 1.5;
  position: relative;
  padding-left: 5.33333vw;
}

.construct-list li:before {
  display: block;
  width: 3.33333vw;
  height: 3.33333vw;
  position: absolute;
  top: 1.06667vw;
  left: 0;
  background: #002cbb;
  border-radius: 50%;
  content: "";
}

.construct-list li span {
  font-size: 3.2vw;
}

.construct-list li + li {
  margin-top: 5.33333vw;
}

@media screen and (min-width: 750px) {
  .construct {
    padding: 0;
    margin-bottom: 70px;
  }
  .construct-list {
    border: 3px solid #333;
    padding: 20px;
    border-radius: 16px;
  }
  .construct-list li {
    font-size: 14px;
    padding-left: 20px;
  }
  .construct-list li br {
    display: none;
  }
  .construct-list li:before {
    display: block;
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .construct-list li span {
    font-size: 12px;
  }
  .construct-list li + li {
    margin-top: 20px;
  }
}

.cta._block {
  padding: 0 6.66667vw;
}

.cta-in {
  padding: 0 0;
}

.cta-button, .form-section input[type="submit"], .cta-button-area, .cta-button-back, .form-section input[type="button"], .hover-element, .modal-buttons li a, .modal-alert-button, #btn_back_to_lp {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffe400;
  border: 0.66667vw solid #000;
  box-shadow: 0.53333vw 0.93333vw 0 0 #070404;
  color: #000;
  font-size: 4.26667vw;
  font-weight: 700;
  height: 21.33333vw;
  border-radius: 10.66667vw;
  text-decoration: none;
  position: relative;
}

.cta-button span, .form-section input[type="submit"] span, .cta-button-area span, .cta-button-back span, .form-section input[type="button"] span, .hover-element span, .modal-buttons li a span, .modal-alert-button span {
  background: #000;
  padding: 1.33333vw 0 0.93333vw;
  width: 45.33333vw;
  margin: 0 auto 2.4vw;
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  border-radius: 2.66667vw;
}

.cta-button:after, .form-section input[type="submit"]:after, .cta-button-area:after, .cta-button-back:after, .form-section input[type="button"]:after, .hover-element:after, .modal-buttons li a:after, .modal-alert-button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin-top: -1.06667vw;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  content: "";
}

.cta-button-area {
  background: #00baff;
  font-weight: 900;
  height: 16vw;
  border-radius: 8vw;
  flex-direction: row;
}

.cta-button-area:before {
  display: inline-block;
  width: 8.66667vw;
  height: 8.4vw;
  background: url(../img/ico-area.png) no-repeat 0 0;
  background-size: 8.66667vw 8.4vw;
  margin-right: 2.66667vw;
  content: "";
}

.cta-button-back, .form-section input[type="button"], .form-section-return .button.back {
  background: #ccc;
  font-weight: 900;
  height: 16vw;
  border-radius: 8vw;
  flex-direction: row;
}

.cta-button + .cta-button, .form-section input[type="submit"] + .cta-button, .cta-button-area + .cta-button, .cta-button-back + .cta-button, .form-section input[type="button"] + .cta-button, .hover-element + .cta-button, .modal-buttons li a + .cta-button, .modal-alert-button + .cta-button, .form-section .cta-button + input[type="submit"], .form-section input[type="submit"] + input[type="submit"], .form-section .cta-button-area + input[type="submit"], .form-section .cta-button-back + input[type="submit"], .form-section input[type="button"] + input[type="submit"], .form-section .hover-element + input[type="submit"], .modal-buttons li .form-section a + input[type="submit"], .form-section .modal-buttons li a + input[type="submit"], .form-section .modal-alert-button + input[type="submit"], .cta-button + .cta-button-area, .form-section input[type="submit"] + .cta-button-area, .cta-button-area + .cta-button-area, .cta-button-back + .cta-button-area, .form-section input[type="button"] + .cta-button-area, .hover-element + .cta-button-area, .modal-buttons li a + .cta-button-area, .modal-alert-button + .cta-button-area, .cta-button + .cta-button-back, .form-section input[type="submit"] + .cta-button-back, .cta-button-area + .cta-button-back, .cta-button-back + .cta-button-back, .form-section input[type="button"] + .cta-button-back, .hover-element + .cta-button-back, .modal-buttons li a + .cta-button-back, .modal-alert-button + .cta-button-back, .form-section .cta-button + input[type="button"], .form-section input[type="submit"] + input[type="button"], .form-section .cta-button-area + input[type="button"], .form-section .cta-button-back + input[type="button"], .form-section input[type="button"] + input[type="button"], .form-section .hover-element + input[type="button"], .modal-buttons li .form-section a + input[type="button"], .form-section .modal-buttons li a + input[type="button"], .form-section .modal-alert-button + input[type="button"], .cta-button + .hover-element, .form-section input[type="submit"] + .hover-element, .cta-button-area + .hover-element, .cta-button-back + .hover-element, .form-section input[type="button"] + .hover-element, .hover-element + .hover-element, .modal-buttons li a + .hover-element, .modal-alert-button + .hover-element, .modal-buttons li .cta-button + a, .form-section .modal-buttons li input[type="submit"] + a, .modal-buttons li .form-section input[type="submit"] + a, .modal-buttons li .cta-button-area + a, .modal-buttons li .cta-button-back + a, .form-section .modal-buttons li input[type="button"] + a, .modal-buttons li .form-section input[type="button"] + a, .modal-buttons li .hover-element + a, .modal-buttons li a + a, .modal-buttons li .modal-alert-button + a, .cta-button + .modal-alert-button, .form-section input[type="submit"] + .modal-alert-button, .cta-button-area + .modal-alert-button, .cta-button-back + .modal-alert-button, .form-section input[type="button"] + .modal-alert-button, .hover-element + .modal-alert-button, .modal-buttons li a + .modal-alert-button, .modal-alert-button + .modal-alert-button {
  margin-top: 5.33333vw;
}

.cta-text {
  margin-top: 9.33333vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  margin-bottom: 2.66667vw;
  line-height: 1.2;
  position: relative;
}

.cta-text:before {
  margin-right: 1.33333vw;
  display: inline-block;
  width: 1px;
  height: 10vw;
  background: #000;
  transform: rotate(-25deg);
  content: "";
}

.cta-text:after {
  margin-left: 1.33333vw;
  display: inline-block;
  width: 1px;
  height: 10vw;
  background: #000;
  transform: rotate(25deg);
  content: "";
}

.cta-arrow {
  text-align: center;
  margin-bottom: 3.6vw;
}

.cta-arrow img {
  width: 4.66667vw;
  height: auto;
  vertical-align: bottom;
}

.cta-top-text {
  margin-bottom: 2.53333vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 750px) {
  .cta-in {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .cta-button, .form-section input[type="submit"], .cta-button-area, .cta-button-back, .form-section input[type="button"], .hover-element, .modal-buttons li a, .modal-alert-button, .form-section-return .button.back, #btn_back_to_lp {
    width: 340px;
    margin: 0;
    border: 5px solid #000;
    box-shadow: 2px 2px 0 0 #070404;
    font-size: 16px;
    height: 80px;
    border-radius: 90px;
    cursor: pointer;
  }
  .cta-button span, .form-section input[type="submit"] span, .cta-button-area span, .cta-button-back span, .form-section input[type="button"] span, .hover-element span, .modal-buttons li a span, .modal-alert-button span {
    padding: 10px 0 7px;
    width: 170px;
    margin: 0 auto 9px;
    font-size: 12px;
    border-radius: 10px;
  }
  .cta-button:after, .form-section input[type="submit"]:after, .cta-button-area:after, .cta-button-back:after, .form-section input[type="button"]:after, .hover-element:after, .modal-buttons li a:after, .modal-alert-button:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    content: "";
  }
  .cta-button-area {
    height: 80px;
    border-radius: 90px;
  }
  .cta-button-area:before {
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../img/ico-area.png) no-repeat 0 0;
    background-size: 30px 28px;
    margin-right: 12px;
    content: "";
  }
  .cta-button-back, .form-section input[type="button"] {
    height: 80px;
    border-radius: 90px;
  }
  .cta-button + .cta-button, .form-section input[type="submit"] + .cta-button, .cta-button-area + .cta-button, .cta-button-back + .cta-button, .form-section input[type="button"] + .cta-button, .hover-element + .cta-button, .modal-buttons li a + .cta-button, .modal-alert-button + .cta-button, .form-section .cta-button + input[type="submit"], .form-section input[type="submit"] + input[type="submit"], .form-section .cta-button-area + input[type="submit"], .form-section .cta-button-back + input[type="submit"], .form-section input[type="button"] + input[type="submit"], .form-section .hover-element + input[type="submit"], .modal-buttons li .form-section a + input[type="submit"], .form-section .modal-buttons li a + input[type="submit"], .form-section .modal-alert-button + input[type="submit"], .cta-button + .cta-button-area, .form-section input[type="submit"] + .cta-button-area, .cta-button-area + .cta-button-area, .cta-button-back + .cta-button-area, .form-section input[type="button"] + .cta-button-area, .hover-element + .cta-button-area, .modal-buttons li a + .cta-button-area, .modal-alert-button + .cta-button-area, .cta-button + .cta-button-back, .form-section input[type="submit"] + .cta-button-back, .cta-button-area + .cta-button-back, .cta-button-back + .cta-button-back, .form-section input[type="button"] + .cta-button-back, .hover-element + .cta-button-back, .modal-buttons li a + .cta-button-back, .modal-alert-button + .cta-button-back, .form-section .cta-button + input[type="button"], .form-section input[type="submit"] + input[type="button"], .form-section .cta-button-area + input[type="button"], .form-section .cta-button-back + input[type="button"], .form-section input[type="button"] + input[type="button"], .form-section .hover-element + input[type="button"], .modal-buttons li .form-section a + input[type="button"], .form-section .modal-buttons li a + input[type="button"], .form-section .modal-alert-button + input[type="button"], .cta-button + .hover-element, .form-section input[type="submit"] + .hover-element, .cta-button-area + .hover-element, .cta-button-back + .hover-element, .form-section input[type="button"] + .hover-element, .hover-element + .hover-element, .modal-buttons li a + .hover-element, .modal-alert-button + .hover-element, .modal-buttons li .cta-button + a, .form-section .modal-buttons li input[type="submit"] + a, .modal-buttons li .form-section input[type="submit"] + a, .modal-buttons li .cta-button-area + a, .modal-buttons li .cta-button-back + a, .form-section .modal-buttons li input[type="button"] + a, .modal-buttons li .form-section input[type="button"] + a, .modal-buttons li .hover-element + a, .modal-buttons li a + a, .modal-buttons li .modal-alert-button + a, .cta-button + .modal-alert-button, .form-section input[type="submit"] + .modal-alert-button, .cta-button-area + .modal-alert-button, .cta-button-back + .modal-alert-button, .form-section input[type="button"] + .modal-alert-button, .hover-element + .modal-alert-button, .modal-buttons li a + .modal-alert-button, .modal-alert-button + .modal-alert-button {
    margin-top: 0;
    margin-left: 30px;
  }
  .cta-text {
    flex-basis: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .cta-text:before {
    margin-right: 10px;
    height: 30px;
  }
  .cta-text:after {
    margin-left: 10px;
    height: 30px;
  }
  .cta-top-text {
    flex-basis: 100%;
    margin: 20px 0;
    font-size: 16px;
  }
  .cta-arrow {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .cta-arrow img {
    width: 35px;
  }
}

.faq {
  margin-bottom: 13.33333vw;
}

.faq-box {
  margin: 0 5.33333vw 5.33333vw;
  border: 0.66667vw solid #000;
  padding: 5.33333vw 5.33333vw 4.66667vw 4vw;
  box-sizing: border-box;
  border-radius: 2.13333vw;
  cursor: pointer;
  background: #f5f5f5;
}

.faq-label {
  font-size: 4vw;
  font-weight: 700;
  color: #000;
  position: relative;
  padding: 0 2.66667vw 0 10.66667vw;
  line-height: 1.2;
}

.faq-label:before {
  display: block;
  width: 8vw;
  height: 8vw;
  background: #002cbb;
  color: #fff;
  font-size: 4vw;
  text-align: center;
  line-height: 8vw;
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
}

.faq-label:after {
  display: block;
  position: absolute;
  top: 0%;
  right: 0;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: 1.6vw;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  content: "";
}

.faq-label.is-active:after {
  transform: rotate(-45deg);
}

.faq-answer {
  display: none;
  margin-top: 5.33333vw;
  font-size: 3.73333vw;
  line-height: 1.2;
  padding-left: 10.66667vw;
  position: relative;
}

.faq-answer:before {
  display: block;
  border: 0.4vw solid #000;
  box-sizing: border-box;
  width: 8vw;
  height: 8vw;
  background: #fff;
  color: #000;
  font-size: 4vw;
  text-align: center;
  line-height: 8vw;
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
}

@media screen and (min-width: 750px) {
  .faq {
    margin-bottom: 50px;
  }
  .faq-box {
    margin: 0 20px 20px;
    border: 3px solid #000;
    padding: 20px 20px 17px 15px;
    border-radius: 16px;
  }
  .faq-label {
    font-size: 18px;
    padding: 0 10px 0 40px;
  }
  .faq-label:before {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-label:after {
    width: 6px;
    height: 6px;
    margin-top: 6px;
  }
  .faq-answer {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 40px;
    position: relative;
  }
  .faq-answer:before {
    display: block;
    border: 3px solid #000;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

.feature {
  padding: 10.66667vw 0 9.33333vw;
  background: #002cbb;
  margin-bottom: 13.33333vw;
}

.feature-head {
  text-align: center;
  margin-bottom: 8vw;
}

.feature-title {
  font-size: 8vw;
  font-weight: 700;
  color: #fff;
}

.feature-title .em {
  color: #ffe400;
  margin-left: .5em;
  font-size: 10vw;
  position: relative;
  display: inline-block;
}

.feature-title .em:before {
  position: absolute;
  left: -4vw;
  top: -4vw;
  width: 8.4vw;
  height: 6.8vw;
  display: block;
  background: url(../img/ico-star.png) no-repeat 0 0;
  background-size: 8.4vw 6.8vw;
  content: "";
}

.feature-title .small {
  font-size: 5.86667vw;
}

.feature-body {
  padding: 0 5.33333vw;
}

.feature-box {
  text-align: center;
  margin-bottom: 5.33333vw;
}

.feature-box-head {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 0.4vw solid #000;
  border-right: 0.4vw solid #000;
  border-left: 0.4vw solid #000;
  border-radius: 2.13333vw 2.13333vw 0 0;
  padding: 2.4vw 4vw 0;
  white-space: nowrap;
  position: relative;
  top: 0.53333vw;
}

.feature-box-label {
  font-size: 4.8vw;
  color: #002cbb;
  font-weight: 700;
  text-align: center;
}

.feature-box-label span {
  font-size: 6.4vw;
}

.feature-box-body {
  background: #fff;
  border: 0.4vw solid #000;
  border-radius: 2.13333vw;
  padding: 5.33333vw 5.33333vw 6.66667vw;
}

.feature-box-body p {
  font-size: 3.46667vw;
  line-height: 1.5;
  text-align: left;
}

.feature-box-copy {
  font-size: 5.33333vw;
  font-weight: 700;
  margin-bottom: 4vw;
}

.feature-box-copy span {
  background: linear-gradient(transparent 60%, #ffe400 60%);
}

.feature-foot {
  padding: 0 8vw;
}

.feature-foot-lead {
  margin: 1.6vw 0 3.46667vw;
  padding: 0 0.66667vw;
  text-align: center;
}

.feature-foot-lead p {
  letter-spacing: -0.26667vw;
  font-weight: 700;
  color: #fff;
  font-size: 4vw;
  line-height: 6.66667vw;
}

.feature-foot-lead p span {
  color: #ffe400;
}

.feature-comment {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8.66667vw;
}

.feature-comment-content {
  padding: 2.66667vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2.13333vw;
  border: 0.4vw solid #000;
  width: 64vw;
  margin-right: 2.66667vw;
  position: relative;
}

.feature-comment-content:before {
  position: absolute;
  right: -5.33333vw;
  top: 50%;
  width: 5.6vw;
  height: 3.86667vw;
  background: url(../img/ico-comment.png) no-repeat 0 0;
  background-size: 5.6vw 3.86667vw;
  content: "";
}

.feature-comment-content p {
  font-size: 3.06667vw;
  line-height: 4.8vw;
}

.feature-comment-img {
  position: relative;
  top: 8.66667vw;
  width: 21.6vw;
}

.feature-comment-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.feature-note {
  background: #fff;
  padding: 2.66667vw 5.33333vw;
}

.feature-note p {
  font-size: 3.2vw;
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .feature {
    padding: 60px 0 30px;
    margin-bottom: 50px;
  }
  .feature-head {
    margin-bottom: 30px;
  }
  .feature-title {
    font-size: 30px;
  }
  .feature-title .em {
    font-size: 35px;
  }
  .feature-title .em:before {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 25px;
    background-size: 30px 25px;
  }
  .feature-title .small {
    font-size: 20px;
  }
  .feature-body {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .feature-box {
    width: 32%;
    margin-bottom: 0;
  }
  .feature-box-head {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px 0;
    top: 4px;
  }
  .feature-box-label {
    font-size: 18px;
  }
  .feature-box-label span {
    font-size: 24px;
  }
  .feature-box-body {
    border: 3px solid #000;
    border-radius: 8px;
    padding: 20px 20px 25px;
  }
  .feature-box-body p {
    font-size: 14px;
  }
  .feature-box-copy {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .feature-foot-lead {
    margin: 12px 0 13px;
    padding: 0;
    text-align: center;
  }
  .feature-foot-lead p {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 2;
  }
  .feature-comment {
    margin-bottom: 30px;
  }
  .feature-comment-content {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #000;
    width: 480px;
    margin-right: 10px;
  }
  .feature-comment-content:before {
    right: -20px;
    width: 21px;
    height: 21px;
    background: url(../img/ico-comment.png) no-repeat 0 0;
    background-size: 21px 15px;
    content: "";
  }
  .feature-comment-content p {
    font-size: 12px;
    line-height: 18px;
  }
  .feature-comment-img {
    top: 30px;
    width: 80px;
  }
  .feature-note {
    background: #fff;
    padding: 20px 0;
  }
  .feature-note p {
    text-align: center;
    font-size: 12px;
  }
}

.flow {
  margin: 18vw 0;
}

.flow-dfn {
  background: #f5f5f5;
  border-top: 0.66667vw solid #000;
  border-bottom: 0.66667vw solid #000;
  padding: 7.33333vw 6vw;
  counter-increment: step;
  position: relative;
}

.flow-dfn dt {
  font-size: 4.8vw;
  line-height: 6.4vw;
  font-weight: 700;
  margin-bottom: 6vw;
  padding-left: 24vw;
  position: relative;
}

.flow-dfn dt:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22vw;
  background: #002cbb;
  border-radius: 4vw;
  height: 8vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  content: "STEP " counter(step);
}

.flow-dfn dd {
  font-size: 3.73333vw;
  line-height: 5.86667vw;
  font-weight: 700;
}

.flow-dfn + .flow-dfn {
  margin-top: 9.33333vw;
}

.flow-dfn + .flow-dfn:before {
  position: absolute;
  top: -10vw;
  left: 50%;
  margin-left: -8.66667vw;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 8.66667vw 0 8.66667vw;
  border-color: #000 transparent transparent transparent;
  content: "";
}

.flow-note {
  padding: 0 4vw;
  margin-top: 2.66667vw;
}

.flow-note p {
  font-size: 2.66667vw;
  letter-spacing: -0.26667vw;
}

@media screen and (min-width: 750px) {
  .flow {
    margin: 75px 0;
  }
  .flow-dfn {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 25px 20px;
  }
  .flow-dfn dt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 100px;
    position: relative;
  }
  .flow-dfn dt br {
    display: none;
  }
  .flow-dfn dt:before {
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 15px;
    height: 30px;
    color: #fff;
    font-size: 16px;
  }
  .flow-dfn dd {
    font-size: 14px;
    line-height: 1.5;
  }
  .flow-dfn + .flow-dfn {
    margin-top: 70px;
  }
  .flow-dfn + .flow-dfn:before {
    top: -75px;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    border-width: 30px 35px 0 35px;
  }
  .flow-note {
    padding: 0;
    margin-top: 20px;
  }
  .flow-note p {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

.footer {
  margin-top: 18.66667vw;
}

.footer-nav {
  text-align: center;
  margin-bottom: 2.66667vw;
}

.footer-elem {
  font-size: 3.2vw;
  color: #333;
  position: relative;
  display: inline-block;
  padding-right: 1.33333vw;
  text-decoration: none;
}

.footer-elem:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8vw;
  height: 0.8vw;
  margin-top: -0.4vw;
  border-top: solid 0.26667vw #999;
  border-right: solid 0.26667vw #999;
  transform: rotate(45deg);
  content: "";
}

.footer-elem + .footer-elem {
  margin-left: 2.66667vw;
}

.footer-copy {
  background: #000;
  padding: 3.06667vw 0 2.53333vw;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .footer {
    margin-top: 70px;
  }
  .footer-nav {
    margin-bottom: 10px;
  }
  .footer-elem {
    font-size: 12px;
    padding-right: 10px;
  }
  .footer-elem:after {
    width: 3px;
    height: 3px;
    margin-top: -1px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(45deg);
    content: "";
  }
  .footer-elem + .footer-elem {
    margin-left: 10px;
  }
  .footer-copy {
    padding: 10px 0 10px;
    font-size: 12px;
  }
}

.header {
  background: url(../img/bg-head.png) no-repeat right bottom;
  background-size: auto 5.46667vw;
  padding: 2.66667vw 0 0 4vw;
  height: 9.33333vw;
}

.header-logo img {
  width: auto;
  height: 6.66667vw;
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .header {
    background: none;
    padding: 0;
    height: 50px;
  }
  .header-in {
    height: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-logo {
    margin-top: 14px;
  }
  .header-logo img {
    width: auto;
    height: 50px;
    vertical-align: bottom;
  }
}

.hover {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 0.8vw solid #000;
}

.hover-buttons {
  height: 16vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.hover-buttons li {
  flex: 1 1;
}

.hover-buttons li a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8vw;
  font-weight: 700;
  color: #fff;
}

.hover-element {
  margin: 0;
  width: 98%;
  box-sizing: border-box;
  height: 9.33333vw;
}

.hover-element:after {
  display: none;
}

.hover-element.area {
  background: #4a36af;
}

@media screen and (min-width: 750px) {
  .hover {
    border-top: 3px solid #000;
  }
  .hover-buttons {
    max-width: 940px;
    margin: 0 auto;
    height: 90px;
  }
  .hover-buttons li {
    flex: 1 1;
  }
  .hover-buttons li a {
    font-size: 14px;
  }
  .hover-element {
    margin: 0;
    width: 98%;
    box-sizing: border-box;
    height: 60px;
  }
  .hover-element:after {
    display: none;
  }
}

.main-wrapper {
  margin-top: 3.33333vw;
}

.main-body {
  border-top: 0.66667vw solid #000;
  padding-top: 6.66667vw;
  height: 48vw;
  box-sizing: border-box;
  position: relative;
  background: #002cbb;
}

.main-notice {
  padding: 0 5.33333vw 6.66667vw;
  background: #002cbb;
  padding-bottom: 6.66667vw;
}

@media screen and (min-width: 750px) {
  .main-wrapper {
    margin-top: 12px;
  }
  .main-body {
    border-top: 5px solid #000;
    padding-top: 40px;
    height: auto;
  }
  .main-notice {
    padding: 0 20px 25px;
    padding-bottom: 50px;
  }
}

.modal-content {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 0.66667vw solid #000;
  border-radius: 2.13333vw;
  z-index: 12;
  display: none;
}

.modal-head {
  padding: 8vw 0;
}

.modal-logo {
  width: 29.33333vw;
  margin: 0 auto;
}

.modal-logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.modal-body {
  padding: 0 5.33333vw 8vw;
}

.modal-title, .modal-alert-title {
  text-align: center;
  font-size: 4.26667vw;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: -0.13333vw;
}

.modal-lead {
  margin-bottom: 6.66667vw;
}

.modal-lead p {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 700;
}

.modal-buttons li a {
  width: 100%;
  height: 16vw;
  font-size: 4.26667vw;
  letter-spacing: -0.13333vw;
}

.modal-buttons li + li {
  margin-top: 4.26667vw;
}

.modal-alert {
  max-width: 93.33333vw;
  padding-top: 8vw;
}

.modal-alert-title {
  text-align: center;
}

.modal-alert-lead {
  margin-bottom: 2.66667vw;
  text-align: center;
}

.modal-alert-lead p {
  font-size: 3.2vw;
  line-height: 1.3;
}

.modal-alert-red {
  font-size: 3.46667vw;
  color: #f30;
}

.modal-alert-notice {
  margin-bottom: 4vw;
  text-align: center;
  font-size: 3.46667vw;
  line-height: 1.3;
  letter-spacing: -0.26667vw;
}

.modal-alert-notice.left {
  text-align: left;
}

.modal-alert-button {
  width: 100%;
  height: 13.33333vw;
  font-size: 3.73333vw;
}

.modal-alert-timer {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.33333vw;
}

.modal-alert-timer span {
  color: #f30;
  font-size: 5.33333vw;
}

.modal-tel-head {
  padding: 4vw 0 2vw;
  text-align: center;
}

.modal-tel-head p {
  font-size: 2.66667vw;
  font-weight: 700;
}

.modal-tel-body {
  text-align: center;
  padding-bottom: 4vw;
}

.modal-tel-number {
  font-size: 10.66667vw;
  font-weight: 900;
  color: #002cbb;
  margin-bottom: 2vw;
  position: relative;
  letter-spacing: -0.16vw;
}

.modal-tel-number:before {
  display: inline-block;
  width: 3.33333vw;
  height: 3.33333vw;
  margin-right: 1.33333vw;
  vertical-align: middle;
  border: 0.26667vw solid #002cbb;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-size: 2.13333vw;
  line-height: 3.33333vw;
  transform: rotate(-25deg);
}

.modal-tel-time {
  font-size: 2.13333vw;
  font-weight: 700;
}

.modal-cancel-body {
  text-align: center;
  padding: 4vw 2.66667vw;
}

.modal-cancel-text {
  font-size: 3.73333vw;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  .modal-content {
    width: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 5px solid #000;
    border-radius: 16px;
    z-index: 12;
    display: none;
  }
  .modal-head {
    padding: 30px 0;
  }
  .modal-logo {
    width: 120px;
  }
  .modal-body {
    padding: 0 20px 30px;
  }
  .modal-title, .modal-alert-title {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: normal;
  }
  .modal-lead {
    margin-bottom: 25px;
  }
  .modal-lead p {
    font-size: 14px;
  }
  .modal-buttons li a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: normal;
  }
  .modal-buttons li + li {
    margin-top: 16px;
  }
  .modal-alert {
    max-width: 700px;
    padding-top: 30px;
  }
  .modal-alert-lead {
    margin-bottom: 20px;
  }
  .modal-alert-lead p {
    font-size: 14px;
  }
  .modal-alert-red {
    font-size: 14px;
  }
  .modal-alert-notice {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: normal;
  }
  .modal-alert-button {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .modal-alert-timer {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal-alert-timer span {
    font-size: 30px;
  }
  .modal-tel-head {
    padding: 30px 0 15px;
  }
  .modal-tel-head p {
    font-size: 20px;
  }
  .modal-tel-body {
    padding-bottom: 30px;
  }
  .modal-tel-number {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .modal-tel-number:before {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border: 2px solid #002cbb;
    font-size: 30px;
    line-height: 50px;
  }
  .modal-tel-time {
    font-size: 16px;
  }
  .modal-cancel-body {
    text-align: center;
    padding: 30px 20px;
  }
  .modal-cancel-text {
    font-size: 16px;
  }
}

#modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.leads {
  padding: 4vw 5.33333vw 6.66667vw;
  background: #fff;
  border-radius: 2.13333vw;
  border: 0.66667vw solid #000;
  box-sizing: border-box;
}

.leads-head {
  text-align: center;
  margin-bottom: 5.33333vw;
}

.leads-label {
  font-weight: 700;
  font-size: 5.33333vw;
  line-height: 1.3;
  position: relative;
}

.leads-label:before {
  display: block;
  margin: 0 auto 4.66667vw;
  width: 11.06667vw;
  height: 9.86667vw;
  background: url(../img/icon-caution.png) no-repeat 0 0;
  background-size: 11.06667vw 9.86667vw;
  content: "";
}

.leads-label span {
  color: #f00;
}

.leads-box {
  margin-bottom: 6vw;
}

.leads-box p {
  text-align: center;
  font-size: 3.46667vw;
  line-height: 5.6vw;
  letter-spacing: -0.26667vw;
}

.leads-box p .marker {
  color: #f00;
  background: linear-gradient(transparent 60%, #ffe400 60%);
}

@media screen and (min-width: 750px) {
  .leads {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  .leads-head {
    margin-bottom: 20px;
  }
  .leads-label {
    font-size: 32px;
  }
  .leads-label:before {
    margin: 0 auto 35px;
    width: 50px;
    height: 45px;
    background: url(../img/icon-caution.png) no-repeat 0 0;
    background-size: 50px 45px;
  }
  .leads-box {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .leads-box p {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.5;
  }
  .leads-foot {
    margin-top: 40px;
  }
  .leads-foot p {
    font-size: 16px;
    line-height: 2;
  }
  .leads-foot p br {
    display: none;
  }
}

.mv {
  margin-bottom: 5.33333vw;
}

.mv-head-label {
  text-align: center;
  font-size: 3.73333vw;
  font-weight: 700;
  margin-bottom: 3.33333vw;
  position: relative;
}

.mv-head-label:before {
  display: inline-block;
  background: #000;
  vertical-align: middle;
  width: 1px;
  height: 4.93333vw;
  margin-right: 2.66667vw;
  transform: rotate(-25deg);
  content: "";
}

.mv-head-label:after {
  display: inline-block;
  background: #000;
  vertical-align: middle;
  width: 1px;
  height: 4.93333vw;
  margin-left: 2.66667vw;
  transform: rotate(25deg);
  content: "";
}

.mv-head-img {
  padding: 0 16vw;
}

.mv-head-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv-body-ttle {
  text-align: center;
  font-size: 4.26667vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3.46667vw;
}

.mv-body-outline {
  font-weight: 900;
  margin: 3.33333vw 0 2vw;
  display: block;
  font-size: 10.66667vw;
  -webkit-text-stroke: 0.53333vw #000;
}

.mv-body-box {
  display: inline-block;
  box-sizing: border-box;
  width: 12.8vw;
  height: 12.8vw;
  font-size: 8.66667vw;
  background: #fff;
  border: 0.8vw solid #000;
  color: #000;
  border-radius: 0.8vw;
  line-height: 10.66667vw;
}

.mv-body-img-01 {
  position: absolute;
  left: 2vw;
  bottom: 0;
  width: 22vw;
}

.mv-body-img-01 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv-body-img-02 {
  position: absolute;
  right: 4vw;
  bottom: 0;
  width: 18.8vw;
}

.mv-body-img-02 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .mv {
    margin-bottom: 40px;
  }
  .mv-head-label {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .mv-head-label:before {
    height: 28px;
    margin-right: 12px;
  }
  .mv-head-label:after {
    width: 1px;
    height: 28px;
    margin-left: 12px;
  }
  .mv-head-img {
    width: 385px;
    margin: 0 auto;
  }
  .mv-head-img img {
    width: 100%;
    height: auto;
  }
  .mv-body-ttle {
    font-size: 24px;
    margin-bottom: 0;
  }
  .mv-body-copy {
    display: block;
    margin-bottom: 25px;
  }
  .mv-body-outline {
    vertical-align: middle;
    font-weight: 900;
    margin: 0;
    display: inline-block;
    font-size: 60px;
    -webkit-text-stroke: 4px #000;
  }
  .mv-body-box {
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    font-size: 50px;
    background: #fff;
    border: 6px solid #000;
    border-radius: 6px;
    line-height: 55px;
  }
  .mv-body-img {
    width: 1000px;
    margin: 0 auto 0;
    padding-top: 50px;
    position: relative;
  }
  .mv-body-img-01 {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 165px;
  }
  .mv-body-img-02 {
    position: absolute;
    right: 15px;
    width: 140px;
  }
  .mv-body-img-02 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.recommend {
  background: #fffce5;
  padding: 8.66667vw 5.33333vw 7.33333vw;
  margin: 18.66667vw 0 8vw;
}

.recommend-head {
  text-align: center;
  margin-bottom: 6.66667vw;
}

.recommend-title {
  font-size: 8vw;
  color: #ffe400;
  -webkit-text-stroke: 0.4vw #000;
  font-weight: 900;
}

.recommend-lead {
  margin-bottom: 6.66667vw;
}

.recommend-lead p {
  font-size: 3.46667vw;
  line-height: 5.86667vw;
}

.recommend-wrap {
  margin-bottom: 8vw;
}

.recommend-card {
  border: 0.66667vw solid #000;
  border-radius: 2.13333vw;
  padding: 0 5.33333vw 7.33333vw;
}

.recommend-card-container + .recommend-card-container {
  margin-top: 10vw;
}

.recommend-card-head {
  text-align: center;
  padding: 2.66667vw 0;
  background: #000;
  width: 60vw;
  border-radius: 0 0 2.13333vw 2.13333vw;
  margin: 0 auto 6.66667vw;
}

.recommend-card-head p {
  font-size: 3.73333vw;
  color: #fff;
}

.recommend-card-label {
  text-align: center;
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
  font-weight: 700;
  letter-spacing: -0.13333vw;
}

.recommend-card-logo {
  text-align: center;
  margin-bottom: 6.66667vw;
}

.recommend-card-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.recommend-card.au {
  background: #fcf9f6;
}

.recommend-card.au .recommend-card-label, .recommend-card.au .recommend-info-label {
  color: #ea5405;
}

.recommend-card.au .recommend-info-label:before, .recommend-card.au .recommend-info-label:after {
  background: #ea5405;
}

.recommend-card.au .recommend-info-list li:before {
  background-color: #ea5405;
}

.recommend-card.flets {
  background: #ecf4fd;
}

.recommend-card.flets .recommend-card-label, .recommend-card.flets .recommend-info-label {
  color: #004ea2;
}

.recommend-card.flets .recommend-info-label:before, .recommend-card.flets .recommend-info-label:after {
  background: #004ea2;
}

.recommend-card.flets .recommend-info-list li:before {
  background-color: #004ea2;
}

.recommend-card.biglobe {
  background: #f6f6ff;
}

.recommend-card.biglobe .recommend-card-label, .recommend-card.biglobe .recommend-info-label {
  color: #35318e;
}

.recommend-card.biglobe .recommend-info-label:before, .recommend-card.biglobe .recommend-info-label:after {
  background: #35318e;
}

.recommend-card.biglobe .recommend-info-list li:before {
  background-color: #35318e;
}

.recommend-card.ocn {
  background: #fff4f3;
}

.recommend-card.ocn .recommend-card-label, .recommend-card.ocn .recommend-info-label {
  color: #e62816;
}

.recommend-card.ocn .recommend-info-label:before, .recommend-card.ocn .recommend-info-label:after {
  background: #e62816;
}

.recommend-card.ocn .recommend-info-list li:before {
  background-color: #e62816;
}

.recommend-card.comfa {
  background: #f4f7fd;
}

.recommend-card.comfa .recommend-card-label, .recommend-card.comfa .recommend-info-label {
  color: #0b308e;
}

.recommend-card.comfa .recommend-info-label:before, .recommend-card.comfa .recommend-info-label:after {
  background: #0b308e;
}

.recommend-card.comfa .recommend-info-list li:before {
  background-color: #0b308e;
}

.recommend-card.nifty {
  background: #fffcef;
}

.recommend-card.nifty .recommend-card-label, .recommend-card.nifty .recommend-info-label {
  color: #e5bd03;
}

.recommend-card.nifty .recommend-info-label:before, .recommend-card.nifty .recommend-info-label:after {
  background: #e5bd03;
}

.recommend-card.nifty .recommend-info-list li:before {
  background-color: #e5bd03;
}

.recommend-card.sasuganet {
  background: #e8f3fe;
}

.recommend-card.sasuganet .recommend-card-label, .recommend-card.sasuganet .recommend-info-label {
  color: #1a63ad;
}

.recommend-card.sasuganet .recommend-info-label:before, .recommend-card.sasuganet .recommend-info-label:after {
  background: #1a63ad;
}

.recommend-card.sasuganet .recommend-info-list li:before {
  background-color: #1a63ad;
}

.recommend-card.goodwifi {
  background: #fcf9f6;
}

.recommend-card.goodwifi .recommend-card-label, .recommend-card.goodwifi .recommend-info-label {
  color: #f1ba1e;
}

.recommend-card.goodwifi .recommend-info-label:before, .recommend-card.goodwifi .recommend-info-label:after {
  background: #f1ba1e;
}

.recommend-card.goodwifi .recommend-info-list li:before {
  background-color: #f1ba1e;
}

.recommend-card + .recommend-card {
  margin-top: 8vw;
}

.recommend-dfn {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5.33333vw;
}

.recommend-dfn dt {
  margin-right: 3.2vw;
  margin-bottom: 4.26667vw;
  width: 19.2vw;
  height: 6.13333vw;
  font-size: 3.2vw;
  text-align: center;
  line-height: 6.13333vw;
  border-radius: 3.06667vw;
  background: #000;
  color: #fff;
}

.recommend-dfn dd {
  margin-bottom: 4.26667vw;
  font-size: 7.46667vw;
  font-weight: 700;
  line-height: 1;
}

.recommend-dfn dd .generally {
  font-weight: 500;
  font-size: 4.26667vw;
}

.recommend-dfn dd .tax {
  font-size: 4.26667vw;
  position: relative;
}

.recommend-dfn dd .tax:before {
  position: absolute;
  top: -.7em;
  left: 0;
  display: block;
  font-size: 4.26667vw;
  content: "〜";
}

.recommend-dfn dd .speeds {
  font-weight: 700;
  font-size: 4.26667vw;
}

.recommend-dfn dd .speeds-num {
  font-weight: 700;
  font-size: 6.66667vw;
}

.recommend-dfn dd .gbps {
  font-weight: 700;
  font-size: 5.33333vw;
}

.recommend-info {
  background: #fff;
  border-radius: 2.13333vw;
  padding: 4vw 5.33333vw;
}

.recommend-info-label {
  text-align: center;
  font-size: 4vw;
  position: relative;
  margin-bottom: 3.46667vw;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
}

.recommend-info-label:before {
  display: inline-block;
  width: 1px;
  height: 5.06667vw;
  background: #000;
  margin-right: 2vw;
  transform: rotate(-15deg);
  content: "";
}

.recommend-info-label:after {
  display: inline-block;
  width: 1px;
  height: 5.06667vw;
  background: #000;
  margin-left: 2vw;
  transform: rotate(15deg);
  content: "";
}

.recommend-info-list li {
  font-size: 3.46667vw;
  padding-left: 4.53333vw;
  position: relative;
  line-height: 1.2;
}

.recommend-info-list li sup {
  font-size: 2.4vw;
}

.recommend-info-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3.6vw;
  height: 3.6vw;
  background: #000 url(../img/ico-check.png) no-repeat center center;
  background-size: 2vw 1.46667vw;
  border-radius: 50%;
  content: "";
}

.recommend-info-list li + li {
  margin-top: 2.66667vw;
}

.recommend-comment {
  background: #fff;
  padding: 4vw 4vw;
  border-radius: 2.13333vw;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.recommend-comment-content {
  width: 54.66667vw;
}

.recommend-comment-content p {
  line-height: 1.5;
  font-size: 3.2vw;
  font-weight: 700;
}

.recommend-comment-img {
  margin-left: auto;
  width: 20vw;
  position: relative;
  top: 5.33333vw;
}

.recommend-comment-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .recommend {
    background: #fffce5;
    padding: 60px 0 20px;
    margin: 70px 0 30px;
  }
  .recommend-head {
    margin-bottom: 25px;
  }
  .recommend-title {
    font-size: 30px;
    line-height: 1.5;
    -webkit-text-stroke: 2px #000;
  }
  .recommend-lead {
    margin-bottom: 25px;
  }
  .recommend-lead p {
    font-size: 16px;
    line-height: 1.5;
  }
  .recommend-wrap {
    margin-bottom: 30px;
  }
  .recommend-card {
    border: 3px solid #000;
    border-radius: 8px;
    padding: 0 20px 25px;
    max-width: 500px;
    margin: 0 auto;
  }
  .recommend-card-container + .recommend-card-container {
    margin-top: 60px;
  }
  .recommend-card-head {
    padding: 10px 0;
    width: 50%;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 25px;
  }
  .recommend-card-head p {
    font-size: 14px;
  }
  .recommend-card-label {
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: -2px;
  }
  .recommend-card-logo {
    text-align: center;
    margin-bottom: 25px;
  }
  .recommend-card-logo img {
    height: auto;
    vertical-align: bottom;
  }
  .recommend-card + .recommend-card {
    margin-top: 30px;
  }
  .recommend-dfn {
    padding: 0 20px;
  }
  .recommend-dfn dt {
    margin-right: 12px;
    margin-bottom: 32px;
    width: 140px;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 23px;
  }
  .recommend-dfn dd {
    width: calc( 100% - 160px);
    margin-bottom: 32px;
    font-size: 36px;
  }
  .recommend-dfn dd .generally {
    font-size: 18px;
  }
  .recommend-dfn dd .tax {
    font-size: 18px;
  }
  .recommend-dfn dd .tax:before {
    top: -.7em;
    font-size: 18px;
  }
  .recommend-dfn dd .speeds {
    font-size: 18px;
  }
  .recommend-dfn dd .speeds-num {
    font-size: 36px;
  }
  .recommend-dfn dd .gbps {
    font-size: 28px;
  }
  .recommend-info {
    background: #fff;
    border-radius: 8px;
    padding: 15px 20px;
  }
  .recommend-info-label {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .recommend-info-label:before {
    height: 19px;
    margin-right: 7px;
  }
  .recommend-info-label:after {
    height: 19px;
    margin-left: 7px;
  }
  .recommend-info-list li {
    font-size: 13px;
    padding-left: 17px;
  }
  .recommend-info-list li br {
    display: none;
  }
  .recommend-info-list li sup {
    font-size: 10px;
  }
  .recommend-info-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 13px;
    height: 13px;
    background: #000 url(../img/ico-check.png) no-repeat center center;
    background-size: 7px 6px;
    border-radius: 50%;
    content: "";
  }
  .recommend-info-list li + li {
    margin-top: 10px;
  }
  .recommend-comment {
    padding: 10px 15px;
    border-radius: 8px;
    width: 500px;
    margin: 0 auto;
  }
  .recommend-comment-content {
    width: calc( 100% - 75px);
  }
  .recommend-comment-content p {
    font-size: 12px;
  }
  .recommend-comment-img {
    width: 75px;
    top: 20px;
  }
}
