@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@media screen and (max-width: 767px) {

  input,
  select {
    vertical-align: middle;
  }

  html {
    /* iPhone safariで文字サイズが大きくなるバグを回避 */
    -webkit-text-size-adjust: 100%;
  }

  /* iOSでのデフォルトスタイルをリセット */
  input:not(input[type=radio]):not(input[type=checkbox]),
  textarea {
    -webkit-appearance: none;
  }

  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }

  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }

  input[type=submit]::focus,
  input[type=button]::focus {
    outline-offset: -2px;
  }
}

/*----------------------------------------------------------------------
この下からコーディング開始
---------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
.pc_only{
  display: none !important;
}
.sp_only{
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pc_only{
    display: block !important;
  }
  .sp_only{
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .tab_only{
    display: none !important;
  }
}

/* ------------------------------ header ------------------------------ */
header{
  padding: 1.3vw 0;
  z-index: 10;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
}
.header__left{
  margin-right: 2.67vw;
  display: flex;
  align-items: center;
}
.header__left img{
  width: 7.2vw;
  margin: 0 .53vw;
}
.header__left h2{
  font-size: 4vw;
  color: #004699;
}
.header__right{
  display: flex;
}
.header__right img{
  width: 13.4vw;
  margin: 0 0.27vw;
}
.header__space{
  height: 16vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  header{
    padding: 1.75vw 0.5vw;
    justify-content: space-between;
  }
  .flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__left{
    margin-right: unset;
  }
  .header__left img{
    width: 4.33vw;
    margin: 0 .42vw;
  }
  .header__left h2{
    font-size: 2.71vw;
  }
  .header__tel{
    color: #292a81;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__tel--top{
    font-size: 1.17vw;
  }
  .header__tel--bottom{
    display: flex;
    align-items: center;
  }
  .header__tel--bottom img{
    width: 2.38vw;
  }
  .header__tel--bottom a{
    color: #292a81;
    font-size: 2.83vw;
  }
  .header__mail a{
    font-size: 1.42vw;
    padding: 1.4vw 0;
    border-radius: 0.83vw;
    justify-content: center;
    border-bottom: 0.5vw solid #925a00;
    width: 15.5vw;
    margin: 0 0 0 1vw;
    background-color: #f39800;
    color: #fff;
    display: flex;
    align-items: center;
    transition-duration: .3s;
    font-weight: bold;
  }
  .header__line a{
    font-size: 1.42vw;
    padding: 1.4vw 0;
    border-radius: 0.83vw;
    justify-content: center;
    border-bottom: 0.5vw solid #4c894e;
    width: 15.5vw;
    margin: 0 0 0 .5vw;
    background-color: #06c755;
    color: #fff;
    display: flex;
    align-items: center;
    transition-duration: .3s;
    font-weight: bold;
  }
  .header__space{
    height: 9vw;
  }
}
@media screen and (min-width: 1200px) {
  header{
    padding: 21px 6px;
    justify-content: center;
  }
  .header__left img{
    width: 52px;
    margin: 0 5px;
  }
  .header__left h2{
    font-size: 32.5px;
    margin-right: 90px;
  }
  .header__tel--top{
    font-size: 14px;
  }
  .header__tel--bottom img{
    width: 28.5px;
    margin: 5px !important;
  }
  .header__tel--bottom a{
    font-size: 34px;
  }
  .header__mail a{
    font-size: 17px;
    padding: 17px 0;
    border-radius: 10px;
    border-bottom: 6px solid #925a00;
    width: 185px;
    margin: 0 0 0 12px;
  }
  .header__mail a:hover{
    margin-top: 3px;
    border-bottom: 3px solid #925a00;
  }
  .header__line a{
    font-size: 17px;
    padding: 17px 0;
    border-radius: 10px;
    border-bottom: 6px solid #4c894e;
    width: 185px;
    margin: 0 0 0 6px;
  }
  .header__line a:hover{
    margin-top: 3px !important;
    border-bottom: 3px solid #4c894e;
  }
  .header__space{
    height: 108px;
  }
}
/* ------------------------------ header ------------------------------ */

/* ------------------------------ top view ------------------------------ */
.top-view{
  /* position: relative; */
}
.top-view__img{
  width: 100vw;
}
.top-view__btn--content {
  font-size: 4.4vw;
  padding: 2.5vw 0;
  border-radius: 1.5vw;
  justify-content: center;
  border-bottom: 1vw solid #925a00;
  width: 68.8vw;
  margin: 5vw auto;
  background-color: #f39800;
  color: #fff;
  display: flex;
  align-items: center;
  transition-duration: .3s;
  /* position: absolute;
  bottom: 37vw;
  left: 50%;
  transform: translate(-50%, 0); */
}
picture.top-view__img-sub img {
  width: 90vw;
  margin: 0 auto;
  display: block;
}
.youtube-banner picture, .youtube-video__wrap{
  width: 85%;
  margin: 7vw auto;
  display: block;
}
.youtube__img{
  width: 100%;
}
.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
@media screen and (min-width: 768px) {
  .top-view__btn--content {
    font-size: 2.25vw;
    padding: 1.08vw 0;
    border-radius: 1.25vw;
    border-bottom: .5vw solid #925a00;
    width: 35.67vw;
    margin: 30px auto;
    /* bottom: 22.92vw; */
  }
  .youtube-banner picture, .youtube-video__wrap{
    width: min(660vw / 12, 660px);
    margin: 50px auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-view__picture{
    display: flex;
    justify-content: center;
  }
  .top-view__img{
    width: 1200px;
  }
  .top-view__btn--content {
    font-size: 27px;
    padding: 13px 0;
    border-radius: 15px;
    border-bottom: 6px solid #925a00;
    width: 428px;
    /* bottom: 275px; */
  }
  .top-view__btn--content:hover {
    margin-top: 33px;
    border-bottom: 3px solid #925a00;
  }
  picture.top-view__img-sub img {
    width: 745px;
  }
}
/* ------------------------------ top view ------------------------------ */

/* ------------------------------ family service ------------------------------ */
.family-service{
  margin: 10vw 5vw 0;
}
.family-service p{
  font-size: 3.73vw;
  line-height: 6vw;
}
.family-service p span{
  color: #f09400;
}
.family-service img{
  width: 80vw;
  margin: 20px auto;
  display: block;
  box-shadow: 5px 5px 5px 3px #cccccc;
}
.family-service a{
  width: fit-content;
  display: block;
  margin: 0 auto;
  transition: .4s;
}
.family-service a:hover{
  opacity: .6;
}
@media screen and (min-width: 768px) {
  .family-service{
    margin: 4.17vw auto 0;
  }
  .family-service p{
  text-align: center;
  font-size: 1.58vw;
  line-height: 3vw;
  }
  .family-service img{
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .family-service{
    margin: 50px auto 0;
  }
  .family-service p{
    font-size: 19px;
    line-height: 36px;
  }
}
/* ------------------------------ family service ------------------------------ */

/* ------------------------------ company info ------------------------------ */
.company-info{
  margin: 10vw 5vw 0;
  padding: 4vw 5vw;
  background-color: #e3eefc;
}
.company-info p{
  font-size: 3.73vw;
  line-height: 9.87vw;
  margin-top: 2vw;
}
.company-info p span{
  color: #f09400;
}
.company-info h2{
  font-size: 6.4vw;
  color: #004699;
  text-align: center;
}
p.company-info__p{
  font-size: 2.93vw;
  line-height: 4vw;
  color: #004699;
  text-align: center;
  margin-top: unset;
}
.company-info__btn{
  background-color: #e3eefc;
  margin: 0 5vw;
  padding: 1vw 0 7vw;
}
.company-info__btn--content {
  font-size: 4.4vw;
  padding: 2.5vw 0;
  border-radius: 1.5vw;
  justify-content: center;
  border-bottom: 1vw solid #925a00;
  width: 68.8vw;
  margin: 0 auto;
  background-color: #f39800;
  color: #fff;
  display: flex;
  align-items: center;
  transition-duration: .3s;
}
@media screen and (min-width: 768px) {
  .company-info{
    width: 62.08vw;
    margin: 4.17vw auto 0;
    padding: 0 2.5vw 1.67vw;
  }
  .company-info p{
    font-size: 1.58vw;
    line-height: 3vw;
    margin-top: 1.67vw;
  }
  .company-info h2{
    font-size: 3.88vw;
  }
  p.company-info__p{
    font-size: 1.58vw;
    line-height: 1.67vw;
    padding-top: 1.67vw;
  }
  .company-info__btn{
    background-color: transparent;
    padding: 1.67vw 0 5.83vw;
  }
  .company-info__btn--content {
    font-size: 2.25vw;
    padding: 1.08vw 0;
    border-radius: 1.25vw;
    border-bottom: .5vw solid #925a00;
    width: 35.67vw;
    bottom: 22.92vw;
  }
}
@media screen and (min-width: 1200px) {
  .company-info{
    width: 745px;
    margin: 50px auto 0;
    padding: 0 30px 20px;
  }
  .company-info p{
    font-size: 19px;
    line-height: 36px;
    margin-top: 20px;
  }
  .company-info h2{
    font-size: 46.5px;
  }
  p.company-info__p{
    font-size: 19px;
    line-height: 20px;
    padding-top: 20px;
  }
  .company-info__btn{
    padding: 20px 0 70px;
  }
  .company-info__btn--content {
    font-size: 27px;
    padding: 13px 0;
    border-radius: 15px;
    border-bottom: 6px solid #925a00;
    width: 428px;
    bottom: 275px;
  }
  .company-info__btn--content:hover {
    margin: 3px auto 0;
    border-bottom: 3px solid #925a00;
  }
}
/* ------------------------------ company info ------------------------------ */

/* ------------------------------ features ------------------------------ */
.features__top {
  margin: 10vw 0 2vw;
}
.features__top h2{
  font-size: 8vw;
  color: #004699;
  text-align: center;
}
.features__top div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.features__top--span{
  font-size: 3.73vw;
  border-top: 0.65vw solid #004699;
  border-bottom: 0.65vw solid #004699;
  padding: 1vw 0;
  margin: 0 1.5vw 0 0;
}
.features__top--small{
  font-size: 5.07vw;
}
.kana__box{
  position: relative;
}
.kana{
  font-size: 2.4vw;
  top: -1.5vw;
  left: 36vw;
  position: absolute;
}
.point{
  padding: 8vw 5vw;
}
.point-1, .point-3{
  background-color: #F4F4F5;
}
.point-img__img{
  width: 100%;
}
.point__title{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 3vw 0;
}
.point__img{
  width: 10.67vw;
  margin-right: 2vw;
}
.point__title h3{
  color: #004699;
}
.point-1__title--h3{
  font-size: 7.73vw;
}
.point-2__title--h3{
  font-size: 5.8vw;
}
.point-3__title--h3{
  font-size: 7.73vw;
}
.point-4__title--h3{
  font-size: 7.73vw;
}
.point__title h3 span{
  color: #f09400;
}
.point__detail {
  display: flex;
  justify-content: center;
}
.point__detail div{
  background-color: #f09400;
  color: #fff;
  font-size: 4vw;
  border-radius: 8vw;
  padding: 0 3vw;
  text-align: center;
  margin: 0 0.5vw 2vw;
}
.point__detail div:first-child p{
  line-height: 4vw;
  padding: 2vw 0 0;
}
.point__detail div:last-child{
  line-height: 11vw;
}
.point__detail span{
  font-size: 2.67vw;
}
.circle {
  width: 3.2vw;
  height: 3.2vw;
  background-color: #004699;
  border-radius: 50%;
}
.point__comment {
  display: flex;
  align-items: baseline;
}
.circle {
  width: 3.2vw;
  height: 3.2vw;
  background-color: #004699;
  border-radius: 50%;
  margin-right: .5vw;
}
.point__comment p{
  font-size: 3.5vw;
  width: 86.5vw;
}
.point__comment--box{
  display: flex;
}
.point__comment--box p {
  width: auto;
}
.point__comment--box .point__comment{
  margin-right: 2vw;
}
.features__bottom{
  margin: 3.5vw 5.5vw;
  padding: 2vw 3vw;
  font-size: 3.2vw;
  background-color: #fde7c6;
}
.features__btn{
  margin: 0 0 4vw;
}
.point-1__link {
  border: 2px solid #f09400;
  background-color: #fff;
  padding-top: 15px;
  margin-top: 15px;
}
div.point-1__link--logo > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.point-1__link--logo > div p {
  background-color: #f09400;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 0 5px;
}
.point-1__link img{
  width: 100%;
}
.point-1__link--logo img{
  width: 250px;
  margin: 20px auto;
  display: block;
  box-shadow: 5px 5px 5px 3px #cccccc;
}
.point-1__link a{
  width: fit-content;
  display: block;
  margin: 0 auto;
  transition: .4s;
}
.point-1__link a:hover{
  opacity: .6;
}
@media screen and (min-width: 768px) {
  .features__top h2{
    font-size: 4.17vw;
    display: flex;
    justify-content: center;
  }
  .features__top--span{
    font-size: 1.83vw;
    border-top: .25vw solid #004699;
    border-bottom: .25vw solid #004699;
    padding: .25vw 0;
    margin: 0 .83vw 0 0;
  }
  .features__top--small{
    font-size: 2.75vw;
  }
  .kana{
    font-size: 1.42vw;
    top: -.83vw;
    left: 4.75vw;
  }
  .point-img__img {
    width: 12.5vw;
  }
  .point__img {
    width: 4.17vw;
    margin-right: .83vw;
  }
  .point-1__title--h3, .point-2__title--h3, .point-3__title--h3, .point-4__title--h3 {
    font-size: 2.92vw;
  }
  .point__detail div {
    font-size: 1.33vw;
    border-radius: 3.33vw;
    padding: 0 1.67vw;
    margin: 0 .17vw;
  }
  .point__detail span {
    font-size: .92vw;
  }
  .point__detail div:last-child {
    line-height: 3.33vw;
  }
  .point__title--box{
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
  }
  .point {
    padding: 2.08vw 3.33vw;
    width: 63.33vw;
    margin: 0 auto;
  }
  .point__title {
    margin: 0 .83vw 0 0;
  }
  .circle {
    width: 1.17vw;
    height: 1.17vw;
    margin-right: .42vw;
  }
  .point__comment p {
    font-size: 1.17vw;
    width: unset;
  }
  .point__comment--contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .point__comment--box .point__comment {
    margin-right: .83vw;
  }
  .point-2, .point-3, .point-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .features__top {
    margin: 1.67vw 0 1.67vw;
  }
  .features__bottom {
    width: 63.33vw;
    margin: .83vw auto;
    padding: .83vw 3.33vw;
    font-size: 1.17vw;
  }
  .point__detail div:first-child p {
    line-height: 1.25vw;
    padding: .58vw 0 0;
  }
  .features__btn{
    margin: 3.33vw 0;
  }
  .point-1__link {
    display: flex;
    flex-direction: row-reverse;
    padding-top: unset;
  }
  .point-1__link img {
    width: 50%;
  }
  div.point-1__link--logo > div p {
    font-size: 1.33vw;
    margin: 0 2px;
  }
  .point-1__link--logo img {
    width: 150px;
    margin: 10px auto;
  }
  .point-1__link--logo {
    margin-top: 10px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .features__top h2{
    font-size: 50px;
  }
  .features__top--span{
    font-size: 22px;
    border-top: 3px solid #004699;
    border-bottom: 3px solid #004699;
    padding: 3px 0;
    margin: 0 10px 0 0;
  }
  .features__top--small{
    font-size: 33px;
  }
  .kana{
    font-size: 17px;
    top: -10px;
    left: 57px;
  }
  .point-img__img {
    width: 150px;
  }
  .point__img {
    width: 50px;
    margin-right: 10px;
  }
  .point-1__title--h3, .point-2__title--h3, .point-3__title--h3, .point-4__title--h3 {
    font-size: 35px;
  }
  .point__detail div {
    font-size: 16px;
    border-radius: 40px;
    padding: 0 20px;
    margin: 0 2px;
  }
  .point__detail span {
    font-size: 11px;
  }
  .point__detail div:last-child {
    line-height: 40px;
  }
  .point__title--box{
    margin-bottom: 12px;
  }
  .point {
    padding: 25px 40px;
    width: 760px;
  }
  .point__title {
    margin: 0 10px 0 0;
  }
  .circle {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .point__comment p {
    font-size: 14px;
  }
  .point__comment--box .point__comment {
    margin-right: 10px;
  }
  .features__top {
    margin: 20px 0 20px;
  }
  .features__bottom {
    width: 760px;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 14px;
  }
  .point__detail div:first-child p {
    line-height: 15px;
    padding: 7px 0 0;
  }
  .features__btn{
    padding: 40px 0;
    margin: unset;
  }
  .point-1__link {
    width: 500px;
    margin: 15px auto 0;
  }
  div.point-1__link--logo > div p {
    font-size: 14px;
    padding: 5px 10px;
  }
}
/* ------------------------------ features ------------------------------ */

/* ------------------------------ can do ------------------------------ */
.can-do__title{
  background-image: url(../images/sp/can-do_title_bd.png);
  background-size: cover;
  height: 15.47vw;
  color: #004699;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.can-do__title img{
  width: 8.67vw;
  margin: 0 2vw 0 7vw;
}
.can-do__title h2{
  font-size: 7vw;
}
.can-do__title p{
  font-size: 2.67vw;
  top: 0.5vw;
  left: 34vw;
  position: absolute;
}
.can-do_text__img{
  width: 96vw;
  margin: 2vw auto -6vw;
  display: block;
}
.can-do__content{
  padding: 8vw 5vw;
}
.can-do__content img{
  width: 100%;
}
.can-do__content--text h3{
  font-size: 5.33vw;
  margin: 2vw 0;
  width: fit-content;
  background: linear-gradient(transparent 70%, #fde7c6 0%);
  color: #004699;
}
.can-do__content--text p{
  font-size: 3.8vw;
}
.partition-line{
  height: 0.25vw;
  margin: 0 10vw;
  background-color: #f09400;
}
@media screen and (min-width: 768px) {
  .can-do__title{
    background-image: url(../images/pc/can-do_title_bd.png);
    height: 13.92vw;
    width: 100vw;
    margin: 0 auto;
  }
  .can-do__title img{
    width: 5.88vw;
    margin: 0 1.25vw 0 0;
  }
  .can-do__title h2{
    font-size: 5vw;
  }
  .can-do__title p{
    font-size: 1.42vw;
    top: 2.75vw;
    left: 36.5vw;
  }
  .can-do__body {
    width: 62.5vw;
    margin: 0 auto;
    padding: 1.67vw 0 0 0;
    background-image: url(../images/pc/can-do_bd.png);
    background-size: cover;
  }
  .can-do_text__img{
    width: 53.33vw;
    margin: 0 auto;
  }
  .can-do__content {
    padding: 2.5vw 0;
    display: flex;
  }
  .can-do__content img{
    width: 14.33vw;
    margin: 0 2.5vw 0 0;
  }
  .can-do__content--text h3{
    font-size: 2.92vw;
    margin: 0 0 .83vw 0;
    width: fit-content;
    background: linear-gradient(transparent 70%, #fde7c6 0%);
    color: #004699;
  }
  .can-do__content--text p{
    font-size: 1.46vw;
  }
  .partition-line{
    height: .08vw;
    margin: 0 5.83vw;
  }
}
@media screen and (min-width: 1200px) {
  .can-do__title{
    height: 167px;
    width: 1200px;
  }
  .can-do__title img{
    width: 70.5px;
    margin: 0 15px 0 0;
  }
  .can-do__title h2{
    font-size: 60px;
  }
  .can-do__title p{
    font-size: 17px;
    top: 33px;
    left: 438px;
  }
  .can-do__body {
    width: 750px;
    padding: 20px 0 0 0;
  }
  .can-do_text__img{
    width: 640px;
  }
  .can-do__content {
    padding: 30px 0;
  }
  .can-do__content img{
    width: 172px;
    margin: 0 30px 0 0;
  }
  .can-do__content--text h3{
    font-size: 35px;
    margin: 0 0 10px 0;
  }
  .can-do__content--text p{
    font-size: 17.5px;
  }
  .partition-line{
    height: 1px;
    margin: 0 70px;
  }
}
/* ------------------------------ can do ------------------------------ */

/* ------------------------------ construction range ------------------------------ */
.construction-range__title{
  font-size: 5.33vw;
  padding: 6vw 0 3vw 0;
  margin: 8vw 4vw 0;
  color: #004698;
  background-color: #e2edfb;
  text-align: center;
}
.construction-range__detail{
  font-size: 3.73vw;
  padding: 0 0 6vw;
  margin: 0 4vw 0;
  background-color: #e2edfb;
  display: flex;
  justify-content: center;
}
.construction-range__detail span{
  margin-left: 15vw;
}
@media screen and (min-width: 768px) {
  .construction-range__title{
    font-size: 3.17vw;
    padding: 1.67vw 0 1vw 0;
    margin: unset;
    background-color: transparent;
  }
  .construction-range__detail{
    width: 62.08vw;
    font-size: 1.75vw;
    padding: 3.33vw 0 3.33vw 4.17vw;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .construction-range__detail span{
    margin-left: 1.75vw;
  }
}
@media screen and (min-width: 1200px) {
  .construction-range__title{
    font-size: 38px;
    padding: 20px 0 12px 0;
  }
  .construction-range__detail{
    width: 745px;
    font-size: 21px;
    padding: 40px 0 40px 50px;
  }
  .construction-range__detail span{
    margin-left: 21px;
  }
}
/* ------------------------------ construction range ------------------------------ */

/* ------------------------------ price ------------------------------ */
.price{
  overflow: hidden;
  font-size: 3.8vw;
}
.price__title{
  background-image: url(../images/sp/price_title.png);
  background-size: cover;
  height: 18.93vw;
  color: #004699;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8vw;
  margin-top: 12vw;
}
.price__contents{
  margin: 20px 4vw 0;
}
.price__text{
  margin: 0 auto;
  width: 745px;
}
.price__box--table{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.price__box--table span{
  font-size: 2.8vw;
  white-space: nowrap;
}
.price__box--table th, .price__box--table td{
  padding: 5px;
}
.price__box--table th{
  background-color: #f09400;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 3.5vw;
}
.price__box--table th:first-child{
  border-left: 2px solid #f09400;
}
.price__box--table th:last-child{
  border-right: 2px solid #f09400;
}
.price__box--table td{
  border: 2px solid #f09400;
  display: table-cell;
  vertical-align: middle;
}
.price__box--table .bg-orange{
  background-color: #f4e8c8;
}
.price__box--table .orange{
  color: #f09400;
  font-weight: bold;
  text-shadow: 
  0.3px 0.3px 0, 
  0.3px -0.3px 0px,
  -0.3px 0.3px 0,
  -0.3px -0.3px 0px,
  0.3px 0px 0px,
  0px 0.3px 0px,
  -0.3px 0px 0px,
  0px -0.3px 0px;
  font-size: 20px;
}
.price__box--table .left{
  text-align: left;
}
.price__model{
  width: 100%;
  margin: 20px auto 0;
  display: block;
}
.table-comment{
  margin: 10px auto;
}
.price__model-banner{
  width: 100%;
  margin: 30px auto 0;
  max-width: 600px;
  display: block;
}
@media screen and (min-width: 768px) {
  .price{
  font-size: 21px;
  }
  .price__box--table span{
    font-size: 16px;
  }
  .price__box--table th, .price__box--table td {
    padding: 5px 15px;
  }
  .price__title {
  background-image: url(../images/pc/price_title.png);
  height: 14vw;
  width: 100vw;
  font-size: 2.83vw;
  margin: 5vw auto 0;
  }
  .price__box--table, .table-comment{
    width: 705px;
  }
  .price__box--table th{
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .price__title {
  height: 168px;
  width: 1200px;
  font-size: 34px;
  margin: 60px auto 0;
  }
  .price__box--table, .table-comment{
    width: 745px;
  }
  .price__model{
    max-width: 1200px;
  }
}
/* ------------------------------ price ------------------------------ */

/* ------------------------------ flow ------------------------------ */

.flow__btn {
  margin: 10vw 0 8vw;
}
.flow__btn p{
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__btn {
    margin: 6.67vw 0;
  }
  .flow__btn p {
    font-size: 2.25vw;
    margin-bottom: 1vw;
  }  
}
@media screen and (min-width: 1200px) {
  .flow__btn {
    margin: unset;
    padding: 80px 0;
  }
  .flow__btn p {
    font-size: 27px;
    margin-bottom: unset;
    padding-bottom: 12px;
  }
}
/* ------------------------------ flow ------------------------------ */

/* ------------------------------ special ------------------------------ */
.special{
  padding: 6vw 0 0;
  background-color: #f9eac9;
  color: #004698;
}
.special__text{
  font-size: 5.33vw;
  padding: 2vw 0;
  text-align: center;
  background-color: #fff;
}
.special__title{
  margin-top: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.special__title p{
  position: absolute;
  font-size: 3vw;
  top: 0vw;
  left: 28vw;
}
.special__title img{
  width: 12.19vw;
  margin-right: 2vw;
}
.special__title h2{
  font-size: 7vw;
}
.special__content{
  padding: 6vw 0;
  width: 89.33vw;
  border: 1vw solid #004698;
  border-radius: 4vw;
  margin: 5vw auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.special__content h3{
  font-size: 7vw;
  margin: 0 0 6vw;
  width: fit-content;
  background: linear-gradient(transparent 70%, #fde7c6 0%);
  font-weight: 600;
}
.special-1, .special-3{
  width: 74.33vw;
}
.special-2{
  width: 36vw;
}
.special-3 {
  margin: 2.75vw 0;
}
.special__content-2{
  padding: 6vw 0 3vw;
}
.special__content-2 h3{
  margin: 0 0 3vw;
}
.special__content-3 h3:first-child{
  margin: 0;
}
.special__content-3 h3:last-child{
  margin: 0 0 3vw;
}
.special__price{
  margin: 6vw 5vw;
  padding: 4vw 0 0;
  border-radius: 3vw;
  font-size: 6.93vw;
  line-height: 8vw;
  background-color: #004698;
  text-align: center;
  color: #fff;
}
.discount{
  width: 68.8vw;
  margin: 3vw 0 4vw;
}
.virtual-tour{
  width: 90vw;
  margin: 0 auto;
  display: block;
}
.vr{
  width: 90vw;
  margin: 3vw auto 0;
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .special__contents{
    display: flex;
    justify-content: center;
  }
  .special {
    padding: 4.17vw 0 0;
    width: 100vw;
    margin: 0 auto;
  }
  .special__text {
  width: 62.5vw;
  font-size: 2.5vw;
  margin: 0 auto;
  padding: .67vw 0;
  }
  .special__title img {
    width: 7.88vw;
    margin-right: 1vw;
  }
  .special__title h2 {
    font-size: 4.5vw;
  }
  .special__title {
    margin-top: 1.67vw;
  }
  .special__title p {
    font-size: 1.42vw;
    top: .83vw;
    left: 36.58vw;
  }
  .special__content h3 {
    font-size: 2.42vw;
    margin: 0 0 2.17vw;
  }
  .special-1, .special-3 {
    width: 16.83vw;
  }
  .special-2 {
    width: 8.58vw;
  }
  .special-3 {
    margin: 0;
  }
  .special__content {
    padding: 1.25vw 0;
    width: 20.17vw;
    border: .33vw solid #004698;
    border-radius: 1vw;
    margin: 2.5vw .5vw;
  }
  .special__content-3 h3, .special__content-4 h3{
    font-size: 2.08vw;
  }
  .special__content-2 {
    padding: 1.67vw 0 .5vw;
  }
  .special__content-2 h3 {
    margin: 0 0 .5vw;
  }
  .special__price {
    width: 54.58vw;
    margin: 0 auto;
    padding: 1vw 0 0 0;
    border-radius: 1vw;
    font-size: 2.33vw;
    line-height: unset;
  }
  .discount {
    width: 35.58vw;
    margin: .5vw 0 1.5vw;
  }
  .virtual-tour {
    width: 53.58vw;
    margin: 1.67vw auto 0;
  }
  .vr {
    width: 54.17vw;
    margin: 1.67vw auto 0;
    padding-bottom: 6.67vw;
  }
}
@media screen and (min-width: 1200px) {
  .special {
    padding: 50px 0 0;
    width: 1200px;
  }
  .special__text {
  width: 750px;
  font-size: 30px;
  padding: 8px 0;
  }
  .special__title img {
    width: 94.5px;
    margin-right: 12px;
  }
  .special__title h2 {
    font-size: 54px;
  }
  .special__title {
    margin-top: 20px;
  }
  .special__title p {
    font-size: 17px;
    top: 10px;
    left: 439px;
  }
  .special__content h3 {
    font-size: 29px;
    margin: 0 0 26px;
  }
  .special-1, .special-3 {
    width: 202px;
  }
  .special-2 {
    width: 103px;
  }
  .special__content {
    padding: 15px 0;
    width: 242px;
    border: 4px solid #004698;
    border-radius: 12px;
    margin: 30px 6px 0;
  }
  .special__content-3 h3, .special__content-4 h3{
    font-size: 25px;
  }
  .special__content-2 {
    padding: 20px 0 6px;
  }
  .special__content-2 h3 {
    margin: 0 0 6px;
  }
  .special__price {
    width: 655px;
    padding: 12px 0 0 0;
    border-radius: 12px;
    font-size: 28px;
  }
  .discount {
    width: 415px;
    margin: 6px 0 18px;
  }
  .virtual-tour {
    width: 643px;
    margin: 20px auto 0;
  }
  .vr {
    width: 650px;
    margin: 20px auto 0;
    padding-bottom: 80px;
  }
}
/* ------------------------------ special ------------------------------ */

/* ------------------------------ contact form ------------------------------ */
#formWrap {
  padding-top: 18vw;
  margin-top: -18vw;
}
.contact__comment{
  padding: 0 0 2vw 0;
  font-size: 5.33vw;
  display: flex;
  justify-content: center;
  background-color: #f9eac9;
}
.diagonal{
  width: 8vw;
  border-top: 2px solid #000;
  transform-origin: 0 0;
}
.diagonal__left{
  transform: rotate(65deg);
  margin: 0 -2vw 0 3vw;
}
.diagonal__right{
  transform: rotate(115deg);
  margin: 0 -5vw 0 7vw;
}
form{
  width: 90vw;
  margin: 0 auto;
}
.form__title{
  padding: 2.5vw 0;
  font-size: 4.53vw;
  text-align: center;
  background-color: #f09400;
  color: #fff;
}
.form__item{
  margin: 5vw 0;
}
.form__label--required{
  border-radius: 0.5vw;
  margin-right: 3vw;
  padding: 0.7vw 2.5vw;
  font-size: 2.67vw;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background: #00469b;
  color: #fff;
}
.form__item p{
  font-size: 4vw;
  margin-bottom: 2vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.post-code{
  display: flex;
  align-items: center;
}
.post-code p{
  margin-bottom: unset;
}
.form__item input, .form__item textarea{
  width: 100%;
  padding: 0.5vw 1vw;
}
.post-code input{
  width: 37.33vw;
  margin-left: 1vw;
}
.form__item input, textarea{
  background-color: #f9eac9;
  border-radius: 1vw;
}
.form__item input{
  height: 10.67vw;
}
.form__checkbox input, .form__radio input{
  width: auto;
  height: auto;
  margin: 0 1vw 0 3vw;
}
.form__radio--box, .form__checkbox--box{
  display: flex;
  flex-direction: column;
}
.form__radio--box label, .form__checkbox--box label{
  margin: 1vw 0;
  font-size: 3.73vw;
}
textarea{
  height: 45.33vw;
}
.form__button{
  display: flex;
  justify-content: center;
  margin: 0 0 11vw;
}
.form__button input{
  background-color: #f39800;
  font-size: 4.53vw;
  color: #fff;
  padding: 3vw 20vw;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #925a00;
  transition-duration: .3s;
  font-weight: bold;
}
.annotation {
  color: #606060;
  font-size: 3vw;
  margin-left: 3vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #formWrap {
    padding-top: 10vw;
    margin-top: -10vw;
  }
  .contact__comment{
    font-size: 2.83vw;
    padding: 0 0 1.67vw 0;
    width: 100vw;
    margin: 0 auto;
  }
  .diagonal{
    width: 5vw;
    border-top: .33vw solid #000;
  }
  .diagonal__left{
    margin: 0 2.92vw 0 5vw;
  }
  .diagonal__right{
    margin: 0 0 0 7.5vw;
  }
  .form__title{
    font-size: 3.75vw;
    padding: 2.5vw 0;
    width: 100vw;
    margin: 0 auto;
  }
  form{
    width: 62.5vw;
    margin: 9.58vw auto 0;
  }
  .form__label--required{
    padding: .67vw 1.5vw;
    font-size: 1.5vw;
    margin-right: 1.67vw;
    border-radius: .67vw;
  }
  .form__item {
    margin: 3.75vw 0;
  }
  .form__item p{
    font-size: 1.75vw;
    margin-bottom: 1vw;
  }
  .form__item input{
    height: 3.92vw;
  }
  .post-code p{
    margin-bottom: unset;
  }
  .form__item input, .form__item textarea{
    width: 100%;
    padding: 0.5vw 1vw;
    border-radius: .83vw;
  }
  .post-code input{
    width: 20.42vw;
    margin-left: 1vw;
  }
  .form__radio input{
    width: auto;
    height: auto;
    margin: 0 1vw 0 0;
    transform: scale(1.25);
  }
  .form__checkbox input{
    width: auto;
    height: auto;
    margin: 0 1vw 0 0;
    transform: scale(1.25);
  }
  .form__radio--box, .form__checkbox--box{
    flex-direction: unset;
  }
  .form__radio--box label, .form__checkbox--box label {
    margin: 14px 0;
  }
  .form__radio--box label{
    font-size: 1.67vw;
    width: 33%;
    display: flex;
    align-items: center;
  }
  .form__checkbox--box label{
    font-size: 1.33vw;
    width: 33%;
    display: flex;
    align-items: center;
  }
  .form__checkbox--box label:last-child{
    width: 38%;
  }
  textarea{
    height: 21.5vw;
  }
  .form__button{
    margin: 5.83vw 0 6.67vw;
  }
  .form__button input{
    font-size: 1.83vw;
    padding: 1.5vw 5vw;
    border-radius: 1vw;
    border-bottom: .5vw solid #925a00;
  }
  .annotation {
    font-size: 1.33vw;
    margin-left: 4.17vw;
  }
}
@media screen and (min-width: 1200px) {
  #formWrap {
    padding-top: 120px;
    margin-top: -120px;
  }
  .contact__comment{
    font-size: 34px;
    padding: 0 0 20px 0;
    width: 1200px;
  }
  .diagonal{
    width: 60px;
    border-top: 4px solid #000;
  }
  .diagonal__left{
    margin: 0 35px 0 60px;
  }
  .diagonal__right{
    margin: 0 0 0 90px;
  }
  .form__title{
    font-size: 45px;
    padding: 30px 0;
    width: 1200px;
  }
  form{
    width: 750px;
    margin: 115px auto 0;
  }
  .form__label--required{
    padding: 8px 18px;
    font-size: 18px;
    margin-right: 20px;
    border-radius: 8px;
  }
  .form__item {
    margin: 45px 0;
  }
  .form__item p{
    font-size: 21px;
    margin-bottom: 12px;
  }
  .form__item input{
    height: 47px;
  }
  .post-code p{
    margin-bottom: unset;
  }
  .form__item input, .form__item textarea{
    width: 100%;
    padding: 6px 12px;
    border-radius: 10px;
  }
  .post-code input{
    width: 245px;
    margin-left: 12px;
  }
  .form__radio input{
    width: auto;
    height: auto;
    margin: 0 12px 0 0;
    transform: scale(1.5);
  }
  .form__checkbox input{
    width: auto;
    height: auto;
    margin: 0 12px 0 0;
    transform: scale(1.5);
  }
  .form__radio--box, .form__checkbox--box{
    flex-direction: unset;
  }
  .form__radio--box label{
    font-size: 20px;
  }
  .form__checkbox--box label{
    font-size: 16px;
  }
  .form__checkbox--box label:last-child{
    width: 38%;
  }
  textarea{
    height: 258px;
  }
  .form__button{
    margin: 70px 0 80px;
  }
  .form__button input{
    font-size: 22px;
    padding: 18px 60px;
    border-radius: 12px;
    border-bottom: 6px solid #925a00;
  }
  .form__button input:hover{
    margin-top: 3px;
    border-bottom: 3px solid #925a00;
  }
  .annotation {
    font-size: 16px;
    margin-left: 50px;
  }
}
/* ------------------------------ contact form ------------------------------ */

/* ------------------------------ footer ------------------------------ */
footer{
  background-color: #f4f5f3;
}
.footer__top{
  padding: 5vw 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.footer__left{
  text-align: center;
  margin-top: 5vw;
}
.footer__left--p{
  font-size: 3.47vw;
}
.footer_logo{
  width: 53.87vw;
  margin-bottom: 2vw;
}
.footer__address{
  font-size: 3.47vw;
}
.footer__tel{
  color: #292a81;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__tel--top{
  font-size: 3.73vw;
  font-weight: bold;
}
.footer__tel--bottom{
  display: flex;
  align-items: center;
}
.footer__tel--bottom a{
  font-size: 8.8vw;
  font-weight: bold;
  color: #292a81;
}
.tel_icon{
  height: 7.73vw;
  margin-right: 1.5vw;
}
.footer__bottom{
  border-top: 1px solid #B2B2B2;
  text-align: center;
  font-size: 2.93vw;
  padding: 2.93vw 0;
}
@media screen and (min-width: 768px) {
  .footer__top{
    padding: 2.5vw 0;
    flex-direction: unset;
    justify-content: space-between;
    width: 62.08vw;
    margin: 0 auto;
  }
  .footer_logo {
    width: 25.83vw;
    margin-bottom: 1vw;
  }
  .footer__address {
    font-size: 1.33vw;
    text-align: left;
  }
  .footer__tel--top {
    font-size: 1.38vw;
  }
  .tel_icon {
    height: 2.83vw;
    margin-right: 0.67vw;
  }
  .footer__tel--bottom a {
    font-size: 3.33vw;
  }
  .footer__btn--content {
    font-size: 1.67vw;
    padding: .83vw 0;
    border-radius: .83vw;
    justify-content: center;
    border-bottom: .42vw solid #925a00;
    width: 25vw;
    margin: 0 auto;
    background-color: #f39800;
    color: #fff;
    display: flex;
    align-items: center;
    transition-duration: .3s;
  }
  .mail_icon {
    width: 2.42vw;
    margin-right: 0.67vw;
  }
  .footer__left {
    margin-top: unset;
  }
  .footer__left--p {
    font-size: 1.38vw;
  }
  .footer__bottom{
    border-top: 1.5px solid #B2B2B2;
    font-size: 1.14vw;
    padding: 1.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__top{
    padding: 30px 0;
    flex-direction: unset;
    justify-content: space-between;
    width: 745px;
    margin: 0 auto;
  }
  .footer_logo {
    width: 310px;
    margin-bottom: 12px;
  }
  .footer__address {
    font-size: 16px;
    text-align: left;
  }
  .footer__tel--top {
    font-size: 16.5px;
  }
  .tel_icon {
    height: 34px;
    margin-right: 8px;
  }
  .footer__tel--bottom a {
    font-size: 40px;
  }
  .footer__btn--content {
    font-size: 20px;
    padding: 10px 0;
    border-radius: 10px;
    justify-content: center;
    border-bottom: 5px solid #925a00;
    width: 300px;
    margin: 0 auto;
  }
  .footer__btn--content:hover {
    margin: 2px auto 0;
    border-bottom: 3px solid #925a00;
  }
  .mail_icon {
    width: 29px;
    margin-right: 8px;
  }
  .footer__left {
    margin-top: unset;
  }
  .footer__left--p {
    font-size: 16.5px;
  }
  .footer__bottom{
    border-top: 2px solid #B2B2B2;
    font-size: 13.7px;
    padding: 18px 0;
  }
}
/* ------------------------------ footer ------------------------------ */

/* ------------------------------ confirmation ------------------------------ */
.header__left--conf{
  margin-right: 10vw;
}
.conf__comment{
  padding: 10vw 6vw 5vw;
  font-size: 3.47vw;
  line-height: 7vw;
}
.conf__btn--flex{
  margin: 15vw 0;
  display: flex;
  justify-content: space-around;
}
.comp__comment{
  padding: 0 6vw;
  font-size: 3.47vw;
  line-height: 7vw;
}
.error__comment{
  margin: 10vw 3vw;
}
.error__comment--title{
  margin-bottom: 10vw;
}
.comp__title {
  color: #f09400;
  font-size: 5.2vw;
  margin: 10vw 0 7vw;
}
.conf__btn--flex input:last-child{
  background-color: #f39800;
  font-size: 3.47vw;
  color: #fff;
  padding: 3vw 10vw;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #925a00;
  transition-duration: .3s;
  font-weight: bold;
  justify-content: center;
  width: 43.2vw;
  height: 13vw;
}
.conf__btn--flex input:first-child, input.back__btn ,a.back__btn{
  background-color: #fff;
  font-size: 3.47vw;
  color: #f19600;
  padding: 3vw 10vw;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  border: 1px solid #f19600;
  border-bottom: 5px solid #f19600;
  transition-duration: .3s;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 33.6vw;
  height: 13vw;
}
a.back__btn{
  background-color: #fff;
  font-size: 3.47vw;
  color: #f19600;
  padding: 3vw 10vw;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  border: 1px solid #f19600;
  border-bottom: 5px solid #f19600;
  transition-duration: .3s;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 42.67vw;
  height: 13vw;
}
.formTable tr{
  overflow-wrap: anywhere;
}
table.formTable {
  font-size: 3.47vw;
  line-height: 4vw;
}
.header__right--conf img{
  margin: 0 1.5vw;
}

@media screen and (min-width: 768px) {
  .conf__header{
    padding: 1.75vw 5vw;
  }
  .form__title--conf{
    padding: 4.17vw 0;
  }
  .conf__comment ,.error__comment--title{
    padding: 7.5vw 0 0;
    font-size: 1.75vw;
    line-height: 4.17vw;
  }
  table.formTable {
    font-size: 1.75vw;
    line-height: 2.92vw;
  }
  .conf__form{
    margin: 6.67vw auto 0;
  }
  .conf__btn--flex input:first-child, input.back__btn ,a.back__btn{
    font-size: 1.83vw;
    padding: unset;
    border-radius: .83vw;
    width: 18.5vw;
    height: 5.08vw;
  }
  .conf__btn--flex input:last-child {
    font-size: 1.83vw;
    padding: unset;
    border-radius: .83vw;
    width: 28.58vw;
    height: 5.08vw;
  }
  .conf__btn--flex {
    margin: 8.33vw 0;
    padding: 0 5.83vw;
  }
  .comp__title {
    font-size: 3.75vw;
    margin: 11.67vw 0 5.83vw;
  }
  .comp__comment {
    padding: unset;
    font-size: 1.75vw;
    line-height: 4.17vw;
  }
  .flex .conf__line a{
    margin: 0 0 0 3.33vw;
  }
  .error__comment {
    margin: 0 0 8.33vw 0;
  }
  p.error_messe{
    font-size: 1.75vw;
    line-height: 2.5vw;
  }
  .error__comment--title {
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .conf__header{
    padding: 20px 60px;
  }
  .form__title--conf{
    padding: 50px 0;
  }
  .conf__comment ,.error__comment--title{
    padding: 90px 0 0;
    font-size: 21px;
    line-height: 50px;
  }
  table.formTable {
    font-size: 21px;
    line-height: 35px;
  }
  .conf__form{
    margin: 80px auto 0;
  }
  .conf__btn--flex input:first-child, input.back__btn ,a.back__btn{
    font-size: 22px;
    padding: unset;
    border-radius: 10px;
    width: 222px;
    height: 61px;
  }
  .conf__btn--flex input:last-child {
    font-size: 22px;
    padding: unset;
    border-radius: 10px;
    width: 343px;
    height: 61px;
  }
  .conf__btn--flex input:first-child:hover, input.back__btn:hover ,a.back__btn:hover{
    margin-top: 2px;
    height: 59px;
    border-bottom: 3px solid #f19600;
  }
  .conf__btn--flex input:last-child:hover {
    margin-top: 2px;
    height: 59px;
    border-bottom: 3px solid #925a00;
  }
  .conf__btn--flex {
    margin: 100px 0;
    padding: 0 70px;
  }
  .comp__title {
    font-size: 45px;
    margin: 140px 0 70px;
  }
  .comp__comment {
    font-size: 21px;
    line-height: 50px;
  }
  .flax .conf__line a{
    margin: 0 0 0 40px;
  }
  .error__comment {
    margin: 0 0 100px 0;
  }
  p.error_messe{
    font-size: 21px;
    line-height: 30px;
  }
  .error__comment--title {
    margin-bottom: 90px;
  }
}

/* ------------------------------ confirmation ------------------------------ */
