@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.serif {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt";
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-large-block {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-large-block {
    display: block;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}
a:hover img {
  transition: all 0.6s;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  a.tel-link {
    pointer-events: none;
  }
}

span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.inline-block {
  display: inline-block;
}

header {
  padding: 4% 0;
}
@media screen and (min-width: 768px) {
  header {
    max-width: 1366px;
    margin: 0 auto;
    padding: 25px 0;
  }
}
header h1 {
  width: 73.6%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header h1 {
    max-width: 276px;
    margin: 0;
    margin-left: 30px;
  }
}

main {
  margin-top: 0;
  overflow: hidden;
}

section.sec-top {
  background-image: url(../myimg/top-bg_sp.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  section.sec-top {
    background-image: url(../myimg/top-bg_pc.png);
    background-size: cover;
  }
}
section.sec-top div.sec-top-inner {
  width: 93.2%;
  margin: auto;
  padding: 10% 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner {
    width: 90%;
    max-width: 1000px;
    position: relative;
    padding: 7% 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-img01 {
    position: absolute;
    left: 0;
    top: 27.5%;
    width: 16%;
    transform: translate(-10%, 0);
  }
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner div.top-img02 {
    position: absolute;
    right: 0;
    top: 28.5%;
    width: 23%;
    transform: translate(15%, 0);
  }
}
section.sec-top div.sec-top-inner h1 {
  width: 90%;
  margin: auto;
}
section.sec-top div.sec-top-inner .top-txt01 {
  width: 80%;
  margin: 8% auto;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner .top-txt01 {
    width: 62%;
    margin: 3% auto;
  }
}
section.sec-top div.sec-top-inner .top-txt02 {
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-top div.sec-top-inner .top-txt02 {
    font-size: 1.8vw;
    margin: 5% 0;
    line-height: 2em;
  }
}
@media screen and (min-width: 900px) {
  section.sec-top div.sec-top-inner .top-txt02 {
    font-size: 18px;
  }
}

section.sec-introduction {
  background: #e2f1f1;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-introduction {
    padding: 70px 0;
  }
}
section.sec-introduction div.sec-introduction-inner {
  width: 93.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner {
    width: 90%;
    max-width: 800px;
  }
}
section.sec-introduction div.sec-introduction-inner h2 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4em;
  letter-spacing: 0;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner h2 {
    margin-bottom: 1.4em;
  }
}
section.sec-introduction div.sec-introduction-inner h2 span {
  display: inline-block;
  position: relative;
}
section.sec-introduction div.sec-introduction-inner h2 span::after, section.sec-introduction div.sec-introduction-inner h2 span::before {
  content: "";
  display: block;
  width: 2px;
  height: 2em;
  background: #00ac89;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner h2 span::after, section.sec-introduction div.sec-introduction-inner h2 span::before {
    height: 1.6em;
    bottom: -0.12em;
  }
}
section.sec-introduction div.sec-introduction-inner h2 span::after {
  transform: rotate(25deg);
  right: -0.6em;
}
section.sec-introduction div.sec-introduction-inner h2 span::before {
  transform: rotate(-25deg);
  left: -1em;
}
section.sec-introduction div.sec-introduction-inner h3 {
  text-align: center;
  background: #d2e9d6;
  letter-spacing: 0;
  font-size: 1.4em;
  padding: 0.4em 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner h3 {
    font-size: 16px;
    width: 15em;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 900px) {
  section.sec-introduction div.sec-introduction-inner h3 {
    font-size: 18px;
  }
}
section.sec-introduction div.sec-introduction-inner p {
  font-size: 0.94em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner p {
    font-size: 1.52vw;
  }
}
@media screen and (min-width: 900px) {
  section.sec-introduction div.sec-introduction-inner p {
    font-size: 0.86em;
  }
}
section.sec-introduction div.sec-introduction-inner ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner ul li {
    font-size: 1.42vw;
  }
}
@media screen and (min-width: 900px) {
  section.sec-introduction div.sec-introduction-inner ul li {
    font-size: 13px;
  }
}
section.sec-introduction div.sec-introduction-inner ul li span {
  display: block;
}
section.sec-introduction div.sec-introduction-inner ul li span.number {
  width: 1.6em;
}
section.sec-introduction div.sec-introduction-inner ul li span.txt {
  width: calc(100% - 2em);
}
section.sec-introduction div.sec-introduction-inner div.introduction-img01 {
  width: 55%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-img01 {
    width: 14%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(30%, 10px);
  }
}
@media screen and (min-width: 900px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-img01 {
    width: 130px;
    transform: translate(50%, 10px);
  }
}
section.sec-introduction div.sec-introduction-inner div.introduction-box {
  background: #fff;
  position: relative;
}
section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box01 {
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box01 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box01 div.ul-wrap {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box01 div.ul-wrap ul {
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box01 div.ul-wrap {
    width: 100%;
  }
}
section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box02 {
  padding-bottom: 6%;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box02 {
    padding-bottom: 20px;
  }
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box02 div.introduction-box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box02 div.introduction-inbox {
    width: 70%;
  }
  section.sec-introduction div.sec-introduction-inner div.introduction-box.introduction-box02 div.introduction-img02 {
    width: 23%;
  }
}
section.sec-introduction div.sec-introduction-inner div.introduction-box div.introduction-box-inner {
  width: 87%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-introduction div.sec-introduction-inner div.introduction-box div.introduction-box-inner {
    width: 92%;
  }
}

section.sec-benefits {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-benefits {
    padding: 70px 0;
  }
}
section.sec-benefits div.sec-benefits-inner {
  width: 93.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner {
    width: 90%;
    max-width: 800px;
  }
}
section.sec-benefits div.sec-benefits-inner h2 {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.16em;
  line-height: 1.4em;
  color: #00ac89;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner h2 {
    font-size: 2.5vw;
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 900px) {
  section.sec-benefits div.sec-benefits-inner h2 {
    font-size: 22px;
  }
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt01 {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner p.benefits-txt01 {
    font-size: 10px;
    text-align: right;
  }
}
section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
}
section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap div.benefits-box01 {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap div.benefits-box01 {
    width: 47%;
    margin-bottom: 15px;
  }
  section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap div.benefits-box01:first-child {
    position: relative;
  }
  section.sec-benefits div.sec-benefits-inner div.benefits-box01-wrap div.benefits-box01:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #717171;
    position: absolute;
    top: 0;
    right: -7%;
  }
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt02 {
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner p.benefits-txt02 {
    font-size: 10px;
    text-align: center;
    margin-bottom: 45px;
  }
}
section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap p.benefits-box02 {
  border: solid 2px #00ac89;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap p.benefits-box02 {
    width: 49%;
    margin-bottom: 20px;
  }
}
section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap p.benefits-box02 span {
  display: block;
}
section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap p.benefits-box02 span.txt01 {
  background: #cae7e5;
  color: #009a63;
  padding: 0.4em 0;
}
section.sec-benefits div.sec-benefits-inner div.benefits-box02-wrap p.benefits-box02 span.txt02 {
  font-size: 1.4em;
  letter-spacing: 0;
  padding: 0.4em 0;
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt03 {
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-benefits div.sec-benefits-inner p.benefits-txt03 {
    font-size: 14px;
  }
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt03 span.line {
  position: relative;
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt03 span.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #facd78;
  z-index: -2;
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt03 span.hi {
  display: inline-block;
  color: #facd78;
  position: relative;
  vertical-align: 0.1em;
  margin-left: 0.4em;
  font-size: 0.8em;
}
section.sec-benefits div.sec-benefits-inner p.benefits-txt03 span.hi::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  background: #111;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50em;
}

section.sec-feature {
  background: #f6f4eb;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-feature {
    padding: 70px 0;
  }
}
section.sec-feature div.sec-feature-inner {
  width: 93.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.sec-feature-inner {
    width: 90%;
    max-width: 800px;
  }
}
section.sec-feature div.sec-feature-inner h2 {
  text-align: center;
  letter-spacing: 0;
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.sec-feature-inner h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 900px) {
  section.sec-feature div.sec-feature-inner h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-feature div.sec-feature-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-feature div.sec-feature-inner ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.sec-feature-inner ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}
section.sec-feature div.sec-feature-inner p {
  text-align: center;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-feature div.sec-feature-inner p {
    font-size: 12px;
  }
}

section.sec02 {
  padding: 10% 0 15%;
}
@media screen and (min-width: 768px) {
  section.sec02 {
    padding: 80px 0;
  }
}
section.sec02 h1 {
  font-size: 1.4em;
  text-align: center;
}
section.sec02 h1 span {
  display: inline-block;
  padding-bottom: 2%;
  color: #E50012;
  border-bottom: solid 3px #E50012;
}
section.sec02 h2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  section.sec02 h2 {
    max-width: 800px;
    margin-top: 50px;
  }
}

/************************/
/***フォームリセット***/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  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 {
  padding: 2%;
  box-sizing: border-box;
  font-size: 16px;
  border: solid 1px #CACACA;
}
@media screen and (min-width: 768px) {
  input {
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 768px) {
  input[type=radio] {
    padding: 6px;
  }
}

textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 2%;
  box-sizing: border-box;
  font-size: 16px;
  border: solid 1px #CACACA;
}
@media screen and (min-width: 768px) {
  textarea {
    font-size: 14px;
    padding: 5px 10px;
  }
}

::-moz-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

select:first-child {
  color: #666;
}

/******/
/*************************/
table.form {
  width: 90%;
  margin: 0 auto;
  /*td*/
}
@media screen and (min-width: 768px) {
  table.form {
    max-width: 800px;
    margin-top: 35px;
    border-bottom: solid 1px #222;
  }
}
@media screen and (min-width: 768px) {
  table.form tr {
    display: flex;
    border-top: solid 1px #222;
  }
}
table.form th {
  display: block;
  width: 100%;
  background: #CCC;
  text-align: left;
  box-sizing: border-box;
  padding: 2%;
}
@media screen and (min-width: 768px) {
  table.form th {
    width: 30%;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    line-height: 1.4em;
  }
}
table.form th span.required {
  display: inline-block;
  background: #E50012;
  color: #FFF;
  font-size: 11px;
  line-height: 1em;
  margin-right: 1em;
  padding: 5px 8px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  table.form th span.required {
    display: block;
    width: 3.6em;
  }
}
table.form th span.option {
  display: inline-block;
  background: #FFF;
  border: solid 1px #A0A0A0;
  color: #767676;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1em;
  margin-right: 1em;
  padding: 5px 8px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  table.form th span.option {
    display: block;
    width: 3.7em;
  }
}
table.form th span.txt {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  table.form th span.txt {
    display: block;
    text-align: right;
    width: calc(100% - 4.2em);
    line-height: 1.3em;
  }
}
table.form td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 3% 0 5% 0;
  /*syoukai-form01-01*/
  /*お名前*/
  /*郵便番号*/
  /**/
}
@media screen and (min-width: 768px) {
  table.form td {
    width: 70%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  table.form td div.syoukai-form01-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  table.form td div.syoukai-form01-01 {
    width: 12em;
  }
}
table.form td div.syoukai-form01-01 label span label input.key-select {
  display: inline-block;
  position: relative;
}
table.form td div.syoukai-form01-01 label span label input:checked {
  background: #000;
}
table.form td div.syoukai-form01-02 {
  margin-top: 2%;
}
table.form td div.syoukai-form01-02 input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  table.form td div.syoukai-form01-02 {
    margin-top: 0;
    margin-left: 0.8em;
    width: calc(100% - 12em);
  }
}
table.form td div.form-name-wrap {
  display: flex;
  align-items: center;
}
table.form td div.form-name-wrap input {
  display: block;
  width: 65%;
}
table.form td div.form-name-wrap span {
  display: block;
  font-size: 0.9em;
  letter-spacing: -0.02em;
  width: 35%;
}
table.form td div.form-yubin-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 1.6em;
}
table.form td div.form-yubin-wrap input.zip {
  width: 50%;
}
table.form td div.form-yubin-wrap button.ajaxzip3 {
  display: block;
  width: 40%;
  margin-left: 5%;
  line-height: 1em;
  border-radius: 0px;
  background: #A0A0A0;
  color: #FFF;
}
table.form td div.form-yubin-wrap p {
  font-size: 10px;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  table.form td div.form-yubin-wrap {
    padding-bottom: 0;
  }
  table.form td div.form-yubin-wrap input.zip {
    width: 35%;
  }
  table.form td div.form-yubin-wrap button.ajaxzip3 {
    width: 30%;
    font-size: 14px;
  }
  table.form td div.form-yubin-wrap p {
    right: 0;
  }
}
table.form.syoukai { /*紹介*/ }
table.form.syoukai th {
  background: #F9F5F6;
}
table.form.syoukaisaki { /*紹介*/ }
table.form.syoukaisaki th {
  background: #F9F5F6;
}
table.form.syoukaisaki th span.required {
  display: inline-block;
  background: #147CB5;
  color: #FFF;
}

div.syoukaisaki table.form td div.syoukai-form02-wrap {
  /*syoukai-form02-01*/
}
div.syoukaisaki table.form td div.syoukai-form02-wrap div.syoukai-form02-01 label {
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  div.syoukaisaki table.form td div.syoukai-form02-wrap div.syoukai-form02-01 label {
    display: inline-block;
    margin-right: 0.4em;
  }
}
div.syoukaisaki table.form td div.syoukai-form02-wrap div.syoukai-form02-01 label span label {
  display: inline;
}
div.syoukaisaki table.form td div.syoukai-form02-wrap div.syoukai-form02-01 label span label input.key-select {
  display: inline-block;
  position: relative;
}
div.syoukaisaki table.form td div.syoukai-form02-wrap div.syoukai-form02-01 label span label input:checked {
  background: #000;
}

input.fullwide {
  width: 100%;
}

select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  font-size: 16px;
  padding: 2% 3%;
  border: solid 1px #A0A0A0;
  position: relative;
}

div.select-wrap {
  width: 80%;
  position: relative;
}
div.select-wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  background: #A0A0A0;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
div.select-wrap::after {
  display: block;
  content: "";
  border: 8px solid transparent;
  border-top: 12px solid #FFF;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -30%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.select-wrap {
    width: 40%;
    font-size: 14px;
  }
}

div.present-select-wrap {
  width: 100%;
  position: relative;
}
div.present-select-wrap::before {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  background: #A0A0A0;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
div.present-select-wrap::after {
  display: block;
  content: "";
  border: 8px solid transparent;
  border-top: 12px solid #FFF;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0, -30%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.present-select-wrap {
    width: 100%;
    font-size: 14px;
  }
}

button.add-form-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  button.add-form-btn {
    max-width: 430px;
    margin-top: 60px;
  }
}

button.add-form-btn02 {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
  background: #999;
  color: #FFF;
  border-radius: 30px;
}
button.add-form-btn02 span {
  display: inline-block;
  padding: 1.6% 0;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  button.add-form-btn02 {
    max-width: 430px;
    margin-top: 30px;
  }
}

div.privacy {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5% 0 0 0;
  background: #F9F5F6;
}
@media screen and (min-width: 768px) {
  div.privacy {
    max-width: 800px;
    margin-top: 110px;
    padding: 50px 0 20px 0;
  }
}
div.privacy dl {
  font-size: 0.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.privacy dl {
    font-size: 14px;
  }
}
div.privacy dl dt {
  font-weight: 600;
}
div.privacy dl dd {
  padding-bottom: 5%;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  div.privacy dl dd {
    padding-bottom: 35px;
  }
}

div.form-button {
  width: 76.8%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  div.form-button {
    max-width: 288px;
    margin-top: 30px;
  }
}
div.form-button input.form-button__back {
  display: block;
  width: 100%;
  margin-top: 5%;
  text-align: center;
  background: #999;
  padding: 3% 0;
  border-radius: 20px;
  font-weight: 600;
  color: #FFF;
  font-size: 1.1em;
  border: none;
}
div.form-button input.form-button__sent {
  display: block;
  width: 100%;
  text-align: center;
  background: #E50012;
  padding: 5% 0;
  border-radius: 20px;
  font-weight: 600;
  color: #FFF;
  font-size: 1.3em;
}

/*********************************/ /*ここまでフォーム****/
footer {
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 60px;
  }
}
footer div {
  width: 92%;
  margin: 0 auto;
  border-top: solid 1px #111;
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  footer div {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
footer div p {
  width: 90%;
  margin: 0 auto;
  max-width: 538px;
}/*# sourceMappingURL=style.css.map */