/*▼common▼*/
* {
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div a:visited {
  color: #fff;
}
body {
  background: #fff;
}
main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section {
  margin: 0 auto 3%;
}
@media screen and (max-width:760px) {
  section {
    margin: 0 auto 5%;
  }
}
.btn_red {
  color: #fff;
  background-color: #e20000;
  padding: 3% 1%;
  margin: 0% 8%;
  font-size: min(2vw, 20px);
  text-align: center;
}
.strongRed {
  color: #e20000;
}
a#anchor {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
/*▲common▲*/
/*▼key▼*/
.key_keyvisual {
  background-image: url("../img/pc/keyvisual.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 44.5vw;
  max-height: 456px;
  position: relative;
}
@media screen and (max-width:760px) {
  .key_keyvisual {
    background-image: url("../img/sp/keyvisual.png");
    height: 123.5vw;
    max-height: unset;
  }
}
.key_keyvisual::before {
  content: '';
  background-image: url("../img/key_icon.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 21%;
  height: 26%;
  position: absolute;
  top: 0%;
  left: 0%;
}
@media screen and (max-width:760px) {
  .key_keyvisual::before {
    width: 38%;
    height: 23%;
  }
}
.key_keyvisual h1 {
  color: #fff;
  position: absolute;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: min(6vw, 64px);
  text-shadow: 5px 4px 4px rgba(0, 0, 0, .5);
  text-align: center;
  top: 25%;
  left: 23%;
}
@media screen and (max-width:760px) {
  .key_keyvisual h1 {
    font-size: 10.5vw;
    top: 32%;
    left: 3%;
  }
}
.key_keyvisual h1 span {
  color: #fff;
  display: block;
}
.key_keyvisual h1 span b {
  font-size: min(3.5vw, 36px);
  color: #fff;
}
@media screen and (max-width:760px) {
  .key_keyvisual h1 span b {
    font-size: 6vw;
  }
}
.key_keyvisual p {
  color: #fff;
  position: absolute;
  letter-spacing: 3px;
  font-size: min(1.5vw, 17px);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
  top: 59%;
  left: 22%;
}
.key_keyvisual p span {
  color: #fff;
}
@media screen and (max-width:760px) {
  .key_keyvisual p {
    text-align: center;
    font-size: 3.3vw;
    top: 55%;
    left: 7%;
  }
  .key_keyvisual p span {
    display: block;
  }
}
.key_underbar {
  -ms-align-items: center;
  align-items: center;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 37% 36% 27%;
  width: 100%;
  background-color: rgba(249, 249, 249, .9);
  padding: 1% 0;
  position: absolute;
  top: 83%;
  left: 0%;
}
@media screen and (max-width:760px) {
  .key_underbar {
    grid-template-rows: calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8) calc(100%/8);
    grid-template-columns: 100%;
    height: 42vw;
    padding: 0;
    top: 66%;
  }
}
.key_underbar p {
  text-align: center;
  text-shadow: unset;
  font-size: min(1.5vw, 15px);
  grid-row: 1/1;
  grid-column: 1/1;
  position: relative;
  top: 0;
  left: 0;
}
.key_underbar p span {
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px
}
@media screen and (max-width:760px) {
  .key_underbar p span {
    display: inline-block;
    font-size: 3.3vw;
    letter-spacing: 0px;
  }
}
.key_underbar_imgBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  grid-row: 1/1;
  grid-column: 2/3;
}
.key_underbar a {
  grid-row: 1/1;
  grid-column: 3/4;
}
@media screen and (max-width:760px) {
  .key_underbar p {
    grid-row: 5/6;
    grid-column: 1/1;
  }
  .key_underbar_imgBox {
    grid-row: 1/5;
    grid-column: 1/1;
  }
  .key_underbar a {
    grid-row: 6/9;
    grid-column: 1/1;
    font-size: 5vw;
    padding: 1% 0;
    letter-spacing: 2px;
    font-weight: bold;
  }
}
.key_underbar_imgBox img {
  width: 16%;
}
/*▲key▲*/
/*▼contents▼*/
#contents {
  background-color: #f9f9f9;
}
.content {
  width: 100%;
  display: grid;
}
.content picture {
  width: 100%;
}
.content picture source {
  width: 100%;
}
.content picture img {
  width: 100%;
}
#contents hr {
  width: 95%;
  margin: 0 auto;
  border-top: solid 2px #bfbfbf;
}
.content h2 {
  font-size: min(4.5vw, 45px);
  line-height: 1;
}
.content h2 b {
  font-size: 2rem;
}
.content h3 {
  position: relative;
  font-size: min(2.1vw, 22px);
  margin: 0 0 0 7%;
}
.content h3::before {
  content: '';
  display: block;
  background-color: #e20000;
  width: 35px;
  height: 18px;
  position: absolute;
  top: 13%;
  left: -9%;
}
@media screen and (max-width:1000px) {
  .content h3::before {
    width: 3.5vw;
    height: 1.7vw;
  }
}
@media screen and (max-width:760px) {
  .content h3::before {
    width: 7vw;
    height: 4vw;
    top: 15%;
    left: -10%;
  }
}
.content p:nth-child(4) span {
  display: block;
  font-size: min(1.8vw, 18px);
}
.content p:nth-child(5) {
  border-bottom: solid 1px #e20000;
  position: relative;
}
.content p:nth-child(5):after {
  content: '';
  width: 20px;
  height: 20px;
  border-right: solid 1px #e20000;
  transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: 91%;
}
@media screen and (max-width:1000px) {
  .content p:nth-child(5):after {
    top: 48%;
    left: 88%;
  }
}
.content a {
  padding: 1% 2% 1%;
  margin: 0% 0%;
}
.contents_first {
  margin: 0 0 2% 0;
  grid-template-rows: calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10);
  grid-template-columns: 50% 10% 10% 10% 10% 10%;
}
@media screen and (max-width:760px) {
  .contents_first {
    grid-template-rows: calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25) calc(100%/25);
    grid-template-columns: 100%;
    height: 170vw;
    padding: 7% 0;
  }
}
.contents_first picture {
  grid-row: 1/11;
  grid-column: 1/1;
}
.contents_first h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  grid-row: 1/4;
  grid-column: 2/7;
  margin: 0 0 0 5%;
}
.contents_first h3 {
  grid-row: 4/5;
  grid-column: 2/7;
  margin: 0 0 0 12%;
}
.contents_first p:nth-child(4) {
  grid-row: 5/8;
  grid-column: 2/7;
  margin: 0 0 0 5%;
}
.contents_first p:nth-child(5) {
  grid-row: 9/11;
  grid-column: 2/5;
  margin: 11% 5% 0 5%;
  height: 27%;
  position: relative;
  font-size: min(1.6vw, 16px);
}
.contents_first a {
  grid-row: 9/11;
  grid-column: 5/7;
  margin: 9% 5% 15% 0%;
  padding: 3% 0 0;
  font-size: min(1.8vw, 18px);
}
@media screen and (max-width:760px) {
  .contents_first h2 {
    grid-row: 1/3;
    grid-column: 1/1;
    font-size: 10vw;
  }
  .content h2 b {
    font-size: 7vw;
  }
  .contents_first picture {
    grid-row: 3/16;
    grid-column: 1/1;
    width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .contents_first h3 {
    grid-row: 16/17;
    grid-column: 1/1;
    font-size: 5vw;
    letter-spacing: 1px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 0 14%;
  }
  .contents_first p:nth-child(4) {
    grid-row: 17/22;
    grid-column: 1/1;
    width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .contents_first p:nth-child(4) span {
    font-size: 4vw;
    line-height: 1.8;
  }
  .contents_first p:nth-child(5) {
    grid-row: 23/24;
    grid-column: 1/1;
    margin: 0;
    border: 0;
    font-size: 3.5vw;
    text-align: center;
  }
  .content p:nth-child(5)::after {
    display: none;
  }
  .contents_first a.btn_red {
    grid-row: 24/26;
    grid-column: 1/1;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 2.5% 0 1%;
    letter-spacing: 2px;
    width: 70%;
  }
}
.contents_second {
  margin: 2% 0 2% 0;
  grid-template-rows: calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10) calc(100%/10);
  grid-template-columns: 10% 10% 10% 10% 10% 50%;
}
@media screen and (max-width:760px) {
  .contents_second {
    grid-template-rows: calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28) calc(100%/28);
    grid-template-columns: 100%;
    height: 207vw;
    padding: 7% 0;
		margin: 2% 0 0 0;
  }
}
.contents_second picture {
  grid-row: 1/11;
  grid-column: 6/7;
}
.contents_second h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  grid-row: 1/4;
  grid-column: 1/6;
  margin: 0 0 0 5%;
}
.contents_second h3 {
  grid-row: 4/5;
  grid-column: 1/6;
  margin: 0 0 0 13%;
}
.contents_second h3 b {
  display: inline;
}
.contents_second p:nth-child(4) {
  grid-row: 5/8;
  grid-column: 1/6;
  margin: 0 5% 0 5%;
  letter-spacing: 1px;
  font-size: min(1.8vw, 18px);
}
.contents_second p:nth-child(5) {
  grid-row: 9/11;
  grid-column: 1/4;
  margin: 7% 5% 0 7%;
  position: relative;
  height: 56%;
  font-size: min(1.6vw, 16px);
}
.contents_second p:nth-child(5):after {
  top: 79%;
  left: 91%;
}
@media screen and (max-width:1000px) {
  .contents_second p:nth-child(5):after {
    top: 73%;
    left: 87%;
  }
}
.contents_second a {
  grid-row: 9/11;
  grid-column: 4/6;
  margin: 15% 10% 8% 0;
  padding: 3% 0 0;
  font-size: min(1.8vw, 18px);
}
.contents_second h2 > span {
  width: 100%;
}
.contents_second h2 span > span {
  display: block;
  line-height: 1;
  margin: 0 0 0 37%;
}
.contents_second h2 span > span span.strongRed {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width:760px) {
  .contents_second h2 {
    grid-row: 1/4;
    grid-column: 1/1;
    font-size: 10vw;
  }
  .contents_second picture {
    grid-row: 4/16;
    grid-column: 1/1;
    width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .contents_second h3 {
    grid-row: 16/17;
    grid-column: 1/1;
    font-size: 5vw;
    letter-spacing: 1px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 0 14%;
  }
  .contents_second h3 b {
    display: none;
  }
  .contents_second p:nth-child(4) {
    grid-row: 17/24;
    grid-column: 1/1;
    width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0px;
  }
  .contents_second p:nth-child(4) span {
    font-size: 4vw;
    line-height: 1.8;
  }
  .contents_second p:nth-child(5) {
    grid-row: 25/27;
    grid-column: 1/1;
    margin: 0;
    border: 0;
    font-size: 3.5vw;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .contents_second p:nth-child(5) span {
    display: block;
  }
  .contents_second a.btn_red {
    grid-row: 27/29;
    grid-column: 1/1;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto;
    padding: 2.5% 0 1%;
    letter-spacing: 2px;
    width: 70%;
  }
}
.contents_ban {
  text-align: center;
  padding: 3% 0 4%;
}
.contents_ban h4 {
  font-size: min(1.8vw, 18px);
  font-weight: 100;
  line-height: 1;
  margin: 0 0 1% 0;
}
.contents_ban p {
  width: 85%;
  margin: 0 auto;
  text-align: start;
}
.contents_ban p span {
  display: inline-block;
  font-size: min(1.6vw,16px);
  line-height: 1.2;
}
@media screen and (max-width:760px) {
  .contents_ban h4 {
    font-size: 3.5vw;
  }
  .contents_ban p {
    width: 90%;
  }
  .contents_ban p span {
    font-size: 3vw;
  }
}
/*▲contents▲*/
/*▼form▼*/
#form {
  background-color: #f9f9f9;
  padding: 3% 0 10%;
  margin: 0 auto;
}
#form h2 {
  color: #555;
  font-size: min(4vw, 40px);
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width:760px) {
  #form {
    padding: 8% 0 10%;
  }
  #form h2 {
    font-size: 7vw;
    margin: 0 0 3% 0;
  }
}
#form p:nth-child(2) {
  color: #555;
  font-size: min(2vw, 20px);
  letter-spacing: 6px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#form p:nth-child(2) b {
  color: #555;
}
@media screen and (max-width:760px) {
  #form p:nth-child(2) {
    font-size: 4.5vw;
    letter-spacing: 1px;
  }
  #form p:nth-child(2) b {
    display: none;
  }
}
#form p:nth-child(3) {
  font-size: min(1.5vw, 15px);
  text-align: end;
  margin: 0 auto 2%;
  width: 66%;
}
@media screen and (max-width:760px) {
  #form p:nth-child(3) {
    width: 95%;
    font-size: 3.3vw;
    margin: 0 auto 5%;
  }
}
#form form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:760px) {
  #form form {
    width: 92%;
  }
}
#form h3 {
  color: #fff;
  background-color: #e20000;
  padding: 1.3% 2%;
  font-weight: 100;
  font-size: min(2.5vw, 25px);
  line-height: 1;
  margin: 0 0 3% 0;
  text-align: start;
}
@media screen and (max-width:760px) {
  #form h3 {
    padding: 3% 2% 2%;
    font-weight: 500;
    font-size: 5vw;
    margin: 0 0 5% 0;
  }
}
#form label {
  /*color: #555;*/
}
.form_personalInfo {
  margin: 0 0 5% 0;
}
@media screen and (max-width:760px) {
  .form_personalInfo {
    margin: 0 0 9% 0;
  }
}
.cell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 0 3% 0;
  text-align: start;
}
.cell label {
  color: #555;
  width: 100%;
  font-size: min(2vw, 20px);
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 0 1%;
}
@media screen and (max-width:760px) {
  .cell {
    margin: 0 0 4% 0;
  }
  .cell label {
    font-size: 4vw;
    letter-spacing: 0px;
  }
}
.cell input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: solid 2px #3333;
  font-size: min(2vw, 20px);
  padding: 0% 2%;
}
@media screen and (max-width:760px) {
  .cell input {
    font-size: 5vw;
  }
}
.snsInfo {
  margin: 0 0 8% 0;
}
.cell2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 0 0 3% 0;
}
.cell2 > label {
  color: #fff;
  width: 25%;
  display: flex;
  padding: 1% 0;
  background-color: #626262;
  border-radius: 5px 0 0 5px;
  font-size: min(2vw, 20px);
  justify-content: center;
  align-items: center;
}
.cell2 > input {
  display: block;
  font-size: min(2vw, 20px);
}
.cell2 > input, .cell2 > #sns_kind {
  width: 75%;
  background-color: #fff;
  border: solid 2px #3333;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  outline: none;
  padding: 0 2% 0;
}
.cell2 > #sns_kind {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  padding: 2%;
}
@media screen and (max-width:760px) {
  .cell2 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 0 0 5% 0;
  }
  .cell2 > label, .cell2 > input, .cell2 > #sns_kind {
    width: 100%;
  }
  .cell2 > label {
    border-radius: 5px 5px 0 0;
    font-size: 5vw;
  }
  .cell2 > #sns_kind {
    border-radius: 0 0 5px 5px;
    justify-content: space-around;
    padding: 4% 5% 0;
    border-left: solid 2px #3333;
    border-top: 0;
  }
  .cell2 > input {
    border-radius: 0 0 5px 5px;
    border-left: solid 2px #3333;
    border-top: 0;
    font-size: 5vw;
    padding: 2%;
  }
}
#sns_kind label {
  width: 27%;
  color: #555;
  text-align: start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: min(2vw, 20px);
  position: relative;
  padding: 0 0 0 7%;
  cursor: pointer;
}
#sns_kind label input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0 2% 0 0;
  background: #3333;
}
#sns_kind label input[type="radio"]:checked {
  background: #3333;
}
@media screen and (max-width:760px) {
  #sns_kind label input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  #sns_kind label {
    width: 48%;
    align-items: flex-start;
    font-size: 5vw;
    line-height: 1;
  }
}
@media screen and (max-width:760px) {}
#sns_kind label input[type="radio"]:checked {
  background: #555;
}
#sns_kind label:last-child {
  width: 42%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
#sns_kind label:nth-child(1), #sns_kind label:nth-child(2), #sns_kind label:nth-child(3) {
  margin: 0 0 2% 0;
}
#sns_kind label:last-child input:last-child {
  margin: 0 0 0 2%;
  width: 55%;
  height: 25px;
  border: solid 1px #3333;
  border-radius: 4px;
  outline: none;
  padding: 0 2%;
}
@media screen and (max-width:760px) {
  #sns_kind label:nth-child(1), #sns_kind label:nth-child(2), #sns_kind label:nth-child(3), #sns_kind label:nth-child(4), #sns_kind label:nth-child(5), #sns_kind label:nth-child(6) {
    margin: 1% 0 8% 0;
    padding: 0 0 0 1%;
    letter-spacing: 2px;
  }
  #sns_kind label:last-child {
    width: 48%;
  }
  #sns_kind label:last-child input:last-child {
    width: 100%;
    margin: 5% 0 0 0;
  }
}
.cell2 select {
  width: 30%;
  border: solid 2px #3333;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  outline: none;
  font-size: min(2vw, 20px);
  padding: 0 2% 0;
  color: #555;
}
.cell2 textarea#about {
  width: 75%;
  border: solid 2px #3333;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  resize: none;
  outline: none;
  font-size: min(2vw, 20px);
  padding: 2%;
}
@media screen and (max-width:760px) {
  .cell2 select {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border-left: solid 2px #3333;
    border-top: 0;
    font-size: 5vw;
    padding: 2%;
  }
  .cell2 textarea#about {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border-left: solid 2px #3333;
    border-top: 0;
    font-size: 5vw;
  }
}
.privacyPolicy {
  text-align: center;
  margin: 0 0 8% 0;
}
.privacyPolicy p a:visited {
  color: #007feb;
}
.privacyPolicy label {
  font-size: min(2vw, 20px);
}
#form .privacyPolicy p:nth-child(2) {
  font-size: min(1.5vw, 15px);
  font-weight: 100;
  letter-spacing: 0;
}
button {
  background-color: #e20000;
  color: #fff;
  outline: none;
  border: 0;
  padding: 3% 10%;
  font-size: min(2.4vw, 24px);
  cursor: pointer;
}
button:disabled {
  opacity: .5;
  cursor: none;
}
@media screen and (max-width:760px) {
  .privacyPolicy label {
    font-size: 4.8vw;
    display: flex;
    align-items: center;
  }
  #form .privacyPolicy p:nth-child(2) {
    font-size: 3.5vw;
    font-weight: 100;
    letter-spacing: 0;
    text-align: start;
    margin: 0 0 0 8%;
  }
  button {
    padding: 3% 16%;
    font-size: 5vw;
  }
  #privacyPolicy {
    width: 5vw;
    height: 5vw;
  }
}
/*▲form▲*/
div#hamburger_menu .menu_text, header > div#header_menus > div.header_menus_block > a div.menu_text {
  color: #fff;
}