@charset "UTF-8";
/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], button, textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
select {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
/*
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
*/
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  padding-top: 0.2em;
}
input[type="file"] {
  line-height: 1 !important;
}
/* =======================================
 base style
======================================= */
body {
  background: #fff;
  color: #1a1a1a;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, -apple-system, YuGothic, "Yu Gothic medium", "sans-serif";
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.481vw;
  }
}
@media only screen and (min-width: 1350px) {
  body {
    font-size: 20px;
    min-width: 1350px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.467vw;
  }
}
img {
  width: 100%;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a {
    transition: all .5s;
  }
  a:hover img {
    opacity: 0.8;
  }
}
.wrapper {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .none-pc {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
}
.wrap {
  margin: auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1350px;
  }
}
.container {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 88.889%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.inner {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .inner {
    width: 81.481%;
    max-width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
/*cv*/
.cv {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cv {
    background: url(../img/pc/cv_pc.png) no-repeat 0 0/100% 100%;
    height: 19.8em;
    padding-top: 5.75em;
  }
}
@media only screen and (max-width: 767px) {
  .cv {
    background: url(../img/sp/cv_sp.png) no-repeat 0 0/100% 100%;
    height: 61.867vw;
    padding-top: 24.267vw;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cv-tel {
    margin: 0 auto 4em 33.636%;
    width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .cv-tel {
    margin: 0 auto 13.333vw 23.2vw;
    width: 65.6vw;
  }
}
.cv-btn {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cv-btn {
    width: 54.182%;
  }
}
@media only screen and (max-width: 767px) {
  .cv-btn {
    width: 78.133vw;
  }
}
/*fv*/
@media only screen and (min-width: 768px) {
  .fv {
    background: url(../img/pc/fv_bg_01_pc.png) no-repeat 50% 0, url(../img/pc/fv_bg_02_pc.png) repeat-x 0 0;
    background-size: auto 100%;
    height: 51.1em;
    margin-bottom: -9.45em;
    position: relative;
    z-index: 2;
  }
  .fv01 {
    margin-bottom: 1.3em;
  }
}
/*reason*/
@media only screen and (min-width: 768px) {
  .reason {
    background: url(../img/pc/reason_bg_pc.jpg) no-repeat 50% 0;
    background-size: auto 88.5em;
    min-height: 88.5em;
    padding: 4.7em 0 0;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .reason01 {
    margin: auto;
    width: 45.455%;
  }
}
/*case*/
@media only screen and (min-width: 768px) {
  .case {
    padding: 9em 0 10.5em;
  }
  .case01 {
    margin: auto;
    width: 79.167%;
  }
}
/*wish*/
@media only screen and (min-width: 768px) {
  .wish {
    background: #eeecea url(../img/pc/wish_bg_pc.jpg) no-repeat 50% 0/auto 100%;
    min-height: 47.45em;
    padding-top: 4.8em;
  }
}
@media only screen and (max-width: 767px) {
  .wish {
    background: #eeecea;
    padding-bottom: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .wish .cv {
    margin-top: -9.333vw;
  }
}
@media only screen and (min-width: 768px) {
  .wish01 {
    margin: 0 auto 1.8em;
    width: 83.636%;
  }
  .wish02 {
    margin: 0 auto 4.15em;
    width: 83.636%;
  }
}
/*survey*/
@media only screen and (min-width: 768px) {
  .survey {
    background: url(../img/pc/survey_bg_01_pc.jpg) no-repeat 50% 0, url(../img/pc/survey_bg_02_pc.jpg) repeat-x 0 0;
    background-size: auto 100%;
    height: 121.25em;
  }
  .survey-hl {
    margin: auto;
    width: 88.889%;
  }
  .survey-list {
    display: flex;
    margin: 0 auto 5em;
    width: 91.111%;
  }
  .survey-list li {
    width: 20.5em;
  }
  .survey-txt {
    margin: 0 auto 9em;
    width: 88.889%;
  }
}
/*caution*/
/*-----------------------ちば省エネ家電購入応援キャンペーン-----------------------*/
@media only screen and (min-width: 768px) {
  .shoene-cam p {
    text-align: center;
    padding: 0.8em 1em 1em 1em;
    line-height: 1.8em;
    font-size: 18px;
    color: #ffffff;
  }
  .shoene-cam a {
    text-align: center;
    padding: 1em 1em 1em 1em;
    line-height: 1.8em;
    font-size: 18px;
    color: #ff0048;
    /*text-decoration:underline;*/
    text-decoration-color: #ff0048;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
	.br-sp{
		display: none;
		}
}
@media only screen and (max-width: 767px) {
  .shoene-cam p {
    text-align: center;
    padding: 1em 1em 1em 1em;
    line-height: 1.5em;
    font-size: 16px;
    color: #ff0048;
    background-color: #FCF6CB;
  }
  .shoene-cam a {
    text-align: center;
    padding: 1em 1em 1em 1em;
    line-height: 1.8em;
    font-size: 18px;
    color: #F3F306;
    /*text-decoration:underline;*/
    text-shadow: 2px 2px 0 #ff0048, -2px -2px 0 #ff0048, -2px 2px 0 #ff0048, 2px -2px 0 #ff0048, 0px 2px 0 #ff0048, 0-2px 0 #ff0048, -2px 0 0 #ff0048, 2px 0 0 #ff0048;
  }
		.br-sp{
		display:block;
		}
}
/*-----------------------ちば省エネ家電購入応援キャンペーンここまで-------------------*/
@media only screen and (min-width: 768px) {
  .caution {
    background: url(../img/pc/caution_bg_pc.jpg) no-repeat 50% 0;
    background-size: auto 100%;
    height: 90.1em;
  }
}
@media only screen and (max-width: 767px) {
  .caution {
    background: url(../img/sp/caution_bg_sp.jpg) no-repeat 0 0/100% auto;
    padding-bottom: 9.733vw;
  }
}
@media only screen and (max-width: 767px) {
  .caution .cv {
    margin-top: -9.333vw;
  }
}
/*point*/
@media only screen and (min-width: 768px) {
  .point {
    background: url(../img/pc/point_bg_01_pc.jpg) no-repeat 50% 0, url(../img/pc/point_bg_02_pc.png) repeat-x 0 0;
    background-size: auto 100%;
    height: 151.8em;
  }
  .point-list {
    margin-bottom: 1.25em;
  }
  .point02 {
    margin-bottom: 2.5em;
  }
  .trouble-hl {
    margin-bottom: 1.3em;
  }
  .trouble01 {
    margin-bottom: 3.5em;
  }
}
/*chosen*/
@media only screen and (min-width: 768px) {
  .chosen {
    background: url(../img/pc/chosen_bg_01_pc.jpg) repeat-x 0 0;
    background-size: auto 100%;
    height: 100em;
    padding-top: 5em;
  }
  .chosen-catch {
    margin: auto;
    width: 81.481%;
  }
  .chosen-hl {
    margin: 0 auto -1em;
    width: 81.481%;
  }
  .chosen01 {
    margin: 0 auto 4.3em;
    width: 88.889%;
  }
  .chosen02 {
    margin: 0 auto 2.3em;
    width: 88.889%;
  }
  .chosen03 {
    margin: auto;
    width: 92.593%;
  }
}
/*lineup*/
.lineup {
  background: #f7f1c4;
}
@media only screen and (min-width: 768px) {
  .lineup {
    padding: 4em 0 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .lineup-set {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .lineup-set {
    box-shadow: 0.4vw 0.8vw 0.4vw -0.4vw rgba(0, 0, 0, 0.2);
    margin-bottom: 9.333vw;
  }
}
@media only screen and (min-width: 768px) {
  .products {
    display: flex;
    flex-wrap: wrap;
  }
  .products li {
    margin-bottom: 1.65em;
    width: 49.333%;
  }
  .products li:nth-child(2n) {
    margin-left: 1.333%;
  }
}
@media only screen and (max-width: 767px) {
  .products {
    margin: auto;
    width: 93.333vw;
  }
  .products li {
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .lineup-arw {
    margin: auto;
    position: absolute;
    width: 17.833%;
    right: 0;
    bottom: -4.6em;
    left: 0;
    z-index: 1;
  }
}
/*recommend*/
@media only screen and (min-width: 768px) {
  .recommend {
    padding: 4.7em 0 2.9em;
  }
}
@media only screen and (max-width: 767px) {
  .recommend {
    padding-bottom: 12.933vw;
  }
}
@media only screen and (min-width: 768px) {
  .recommend01 {
    margin: 0 auto 2.6em;
    width: 84.545%;
  }
}
/*voice*/
@media only screen and (min-width: 768px) {
  .voice {
    background: #9bdff9 url(../img/pc/voice_bg_pc.png) 50% 100% no-repeat;
    background-size: auto 9.7em;
    padding-bottom: 4.05em;
  }
  .voice-hl {
    margin-bottom: -0.25em;
  }
  .voice02 {
    margin-bottom: -1.5em;
  }
}
/*step*/
.step {
  background: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .step {
    background-image: url(../img/pc/step_bg_pc.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 61em;
    padding-bottom: 3.2em;
  }
}
@media only screen and (max-width: 767px) {
  .step {
    padding-bottom: 15.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .step-hl {
    margin-bottom: -0.7em;
  }
  .step-list {
    margin-bottom: 2em;
  }
  .step-txt {
    margin-bottom: 2em;
  }
}
/*faq*/
.faq {
  background: #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq {
    padding-bottom: 10.667vw;
  }
}
@media only screen and (min-width: 768px) {
  .faq-hl {
    margin-bottom: 1.1em;
  }
  .faq-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq-list li {
    width: 47.5%;
  }
}
/*compnay*/
@media only screen and (min-width: 768px) {
  .compnay {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .compnay {
    padding: 13.067vw 0 6.667vw;
  }
}
@media only screen and (min-width: 768px) {
  .compnay-hl {
    margin: 0 auto 3.273%;
    width: 54.545%;
  }
}
@media only screen and (max-width: 767px) {
  .compnay-hl {
    margin: 0 auto 7.333vw;
    width: 80vw;
  }
}
@media only screen and (min-width: 768px) {
  .company-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .company-img {
    box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.2);
    width: 47.364%;
  }
}
@media only screen and (max-width: 767px) {
  .company-img {
    box-shadow: 1.067vw 1.067vw 1.067vw rgba(0, 0, 0, 0.2);
    margin: 0 auto 5.6vw;
    width: 69.467vw;
  }
}
@media only screen and (min-width: 768px) {
  .company-desc {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .company-desc {
    margin: auto;
    width: 91.467vw;
  }
}
.company-shl {
  border: solid #b40926;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
}
@media only screen and (min-width: 768px) {
  .company-shl {
    border-left-width: 0.3em;
    padding: 0em 0 0.7em 0.95em;
    margin-bottom: 1.3em;
  }
  .company-shl img {
    width: 14.7em;
  }
}
@media only screen and (max-width: 767px) {
  .company-shl {
    border-left-width: 1.067vw;
    margin-bottom: 4.667vw;
    padding: 0 0 1.467vw 3.333vw;
  }
  .company-shl img {
    width: 48.267vw;
  }
}
.office li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  .office li:not(:last-child) {
    margin-bottom: 1.1em;
    padding-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .office li:not(:last-child) {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
}
/*us*/
.us {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .us {
    background: url(../img/pc/us_bg_pc.png) repeat-x 0 0/auto 100%;
    margin-bottom: -1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .us {
    margin-bottom: -3.867vw;
  }
}
/*contact*/
.contact {
  background: #b40926;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding: 3.5em 0 0;
  }
  .contact .inner {
    margin-bottom: 2.9em;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    padding: 10vw 0 0;
  }
  .contact .inner {
    margin-bottom: 5.333vw;
  }
}
@media only screen and (min-width: 768px) {
  .contact-hl {
    margin: 0 auto 3.091%;
    width: 54.545%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-hl {
    margin: 0 auto 4.533vw;
    width: 80vw;
  }
}
.contact-box {
  background: #fff;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .contact-box {
    padding-bottom: 3.25em;
    width: 90.909%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-box {
    padding: 0 2.267vw 12vw;
    width: 96.533vw;
  }
}
.contact-txt {
  border-bottom: 1px solid #666;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-txt {
    line-height: 1.7;
    margin-bottom: 1.75em;
    padding: 3.25em 0 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .contact-txt {
    line-height: 1.769;
    margin-bottom: 6vw;
    padding: 9.333vw 0 4.667vw;
  }
}
.contact-table input[type="text"], .contact-table input[type="email"], .contact-table input[type="tel"], .contact-table textarea {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 1.4;
  width: 100%;
}
.contact-table input[type="tel"].zip {
  display: inline-block;
  vertical-align: middle;
}
.contact-table .ajaxzip3 {
  background: #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.contact-table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.contact-table .contact-label {
  position: relative;
}
.contact-table tr:nth-of-type(1) .contact-label::before, .contact-table tr:nth-of-type(3) .contact-label::before, .contact-table tr:nth-of-type(4) .contact-label::before, .contact-table tr:nth-of-type(5) .contact-label::before, .contact-table tr:nth-of-type(6) .contact-label::before, .contact-table tr:nth-of-type(7) .contact-label::before {
  content: "必須";
  background: #e6001e;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .contact-table {
    margin: 0 auto 0.75em;
    width: 75%;
  }
  .contact-table input[type="text"], .contact-table input[type="email"], .contact-table input[type="tel"], .contact-table textarea {
    font-size: 85%;
  }
  .contact-table input[type="text"], .contact-table input[type="email"], .contact-table input[type="tel"], .contact-table textarea {
    border-radius: 0.294em;
    padding: 0.441em 1em;
  }
  .contact-table input[type="tel"].zip {
    margin-right: 0.441em;
    width: 14.706em;
  }
  .contact-table .ajaxzip3 {
    border-radius: 0.294em;
    font-size: 85%;
    line-height: 2.059em;
    width: 4.706em;
  }
  .contact-table .ajaxzip3:hover {
    opacity: 0.8;
  }
  .contact-table textarea {
    height: 7.059em;
  }
  .contact-table input[type="file"] {
    line-height: 1.706em;
    margin-bottom: 0.588em;
  }
  .contact-table th {
    font-size: 0.95em;
    padding: 0.789em 0;
    width: 12.632em;
  }
  .contact-table.contact-input {
    padding-top: 0.75em;
  }
  .contact-table.contact-input th {
    padding: 1.579em 0 0.789em;
  }
  .contact-table td {
    padding: 0.882em 2.941em 0.882em 0;
  }
  .contact-table .contact-label {
    padding-left: 2.632em;
  }
  .contact-table .contact-label::before {
    display: block;
    font-size: 68.421%;
    line-height: 1.59;
    position: absolute;
    width: 2.846em;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-table {
    margin-bottom: 6.667vw;
    width: 100%;
  }
  .contact-table input[type="text"], .contact-table input[type="email"], .contact-table input[type="tel"], .contact-table textarea {
    border-radius: 0.667vw;
    font-size: 100%;
    padding: 2.667vw 5.333vw;
  }
  .contact-table input[type="tel"].zip {
    margin-right: 2.667vw;
    width: 53.333vw;
  }
  .contact-table .ajaxzip3 {
    border-radius: 0.667vw;
    font-size: 4.649vw;
    line-height: 9.733vw;
    width: 21.333vw;
  }
  .contact-table input[type="file"] {
    line-height: 9.333vw;
    margin: 2.667vw 0;
  }
  .contact-table textarea {
    height: 30.667vw;
  }
  .contact-table th, .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table th {
    font-size: 4.533vw;
    padding-bottom: 1.6vw;
  }
  .contact-table td {
    padding-bottom: 4vw;
  }
  .contact-table.contact-check {
    padding-top: 4.667vw;
  }
  .contact-table.contact-check td {
    padding: 0 1.333vw 4vw;
  }
  .contact-table .contact-label::before {
    display: inline-block;
    font-size: 3.333vw;
    line-height: 1.52;
    margin-right: 1.6vw;
    vertical-align: bottom;
    width: 9.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .js_isiPhone .contact-table .ajaxzip3 {
    line-height: 11.067vw;
  }
}
.btn-confirm, .btn-submit, .btn-modify, .btn-back {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.71%2025.71%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.86%2C0A12.86%2C12.86%2C0%2C1%2C0%2C25.71%2C12.85%2C12.86%2C12.86%2C0%2C0%2C0%2C12.86%2C0ZM7.55%2C19.82V5.89l12.06%2C7Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .btn-confirm, .btn-submit, .btn-modify, .btn-back {
    background-size: 0.833em auto;
    border-radius: 0.417em;
    font-size: 120%;
    height: 3.333em;
    line-height: 3.333em;
  }
  .btn-confirm:hover, .btn-submit:hover, .btn-modify:hover, .btn-back:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .btn-confirm, .btn-submit, .btn-modify, .btn-back {
    background-position: 68.8vw;
    background-size: 3.467vw auto;
    border-radius: 1.333vw;
    font-size: 4.267vw;
    height: 14.133vw;
    line-height: 14.133vw;
    margin: auto;
    width: 80.533vw;
  }
}
.btn-confirm {
  background-color: #84001c;
}
@media only screen and (min-width: 768px) {
  .btn-confirm {
    background-position: 18.083em 50%;
    width: 50%;
  }
}
.btn-submit {
  background-color: #84001c;
}
@media only screen and (min-width: 768px) {
  .btn-submit {
    background-position: 11.875em 50%;
    margin: 0 2.5%;
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .btn-submit {
    margin-bottom: 4.667vw;
  }
}
.btn-modify {
  background-color: #808080;
}
@media only screen and (min-width: 768px) {
  .btn-modify {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.36%2019.36%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C9.68A9.68%2C9.68%2C0%2C1%2C0%2C9.68%2C0%2C9.68%2C9.68%2C0%2C0%2C0%2C0%2C9.68Zm4.6%2C0%2C9.08-5.24V14.92Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: 1.875em 50%;
    margin: 0 2.5%;
    width: 35%;
  }
}
.btn-back {
  background-color: #808080;
}
@media only screen and (min-width: 768px) {
  .btn-back {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.36%2019.36%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C9.68A9.68%2C9.68%2C0%2C1%2C0%2C9.68%2C0%2C9.68%2C9.68%2C0%2C0%2C0%2C0%2C9.68Zm4.6%2C0%2C9.08-5.24V14.92Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: 17.917em 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .submit-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .submit-area .btn-prev {
    margin-bottom: 3.333vw;
  }
}
.err {
  color: #b40926;
}
@media only screen and (min-width: 768px) {
  .thanks .contact {
    padding-top: 4.25em;
  }
}
@media only screen and (max-width: 767px) {
  .thanks .contact {
    padding-top: 14.667vw;
  }
}
.thanks-hl {
  border-bottom: 1px solid #666;
  color: #b40926;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .thanks-hl {
    font-size: 1.7em;
    line-height: 1.7;
    margin-bottom: 1.324em;
    padding: 1.471em 0 1.176em;
  }
}
@media only screen and (max-width: 767px) {
  .thanks-hl {
    line-height: 1.769;
    margin-bottom: 10.667vw;
    padding: 6.667vw 0 5.333vw;
  }
}
.thanks-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .thanks-txt {
    line-height: 1.7;
    margin-bottom: 2.75em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .thanks-txt {
    line-height: 1.769;
    margin: 0 auto 8vw;
    width: 88.667vw;
  }
}
/*fix*/
@media only screen and (max-width: 767px) {
  .fix {
    background: rgba(180, 9, 38, 0.9);
    padding: 4vw 0;
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .fix-btn {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 90.667vw;
  }
  .fix-btn li:not(:last-child) {
    margin-right: 2.667vw;
  }
}
@media only screen and (min-width: 768px) {
  .privacy-txt {
    padding: 2em 1em 1em 1em;
    text-align: center;
    font-size: 0.9em;
  }
  .privacy-txt a {
    color: #ffffff;
    opacity: 0.8;
  }
  .privacy-txt a:hover {
    opacity: 0.6;
  }
  .btn-link {
    margin: 0 auto 3em;
    width: 25.1em;
    max-width: 502px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-txt {
    padding: 2em 1em 1em 1em;
    text-align: center;
    font-size: 0.9em;
  }
  .privacy-txt a {
    color: #ffffff;
    opacity: 0.8;
  }
  .privacy-txt a:hover {
    opacity: 0.6;
  }
  .btn-link {
    margin: 0 auto 5.867vw;
    width: 81.067vw;
  }
}
.copyright {
  background: #84001c;
}
@media only screen and (min-width: 768px) {
  .copyright-txt {
    margin: auto;
    width: 74%;
    max-width: 1000px;
  }
}
/*# sourceMappingURL=style.css.map */