@charset "UTF-8";

/* ---------------------------------------------------------
catch
----------------------------------------------------------*/
#catch h2 {
  color: #000;
}

#catch h2::before {
  background: url(../../common/imgs/ico-about_b.svg) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

#catch ul.slider .slick-arrow {
  background: rgba(0,0,0,.9);
}

#catch .text {
  padding: 40px 0 0 0;
}
/* ---------------------------------------------------------
contact
----------------------------------------------------------*/
section.contact {
  padding: 0 0 50px 0;
}

section.contact ul.colBox {
}

section.contact ul.colBox li {
  flex-basis: 48%;
}

/* ---------------------------------------------------------
form
----------------------------------------------------------*/
form {
  font-family: "garamond-premier-pro-display", "source-han-serif-japanese", serif;
}

label {
  font-family: "nimbus-sans", "source-han-sans-japanese", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

select,
input,
textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  width: 100%;
  padding: 10px;
}

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

input,
textarea {
  padding: 5px;
}
}

.btn {
  display: block;
  width: 100%;
  margin: 5% auto 0 auto;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

.btn {
  width: 100%;
  margin: 8% auto 4% auto;
}
}

.btn input {
  display: block;
  background: #c9171e;
  outline: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.3em;
  font-weight: bold;
  padding: 30px;
  cursor: pointer;
}

.btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  content: "";
  width: 57px;
  height: 90px;
  background: url(../../common/imgs/ico-mail_w.svg) center center no-repeat;
}

.btn:hover {
  opacity: .75;
}

.errorText {
  background: #c9171e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  padding: 2.5% 0;
}

.error {
  color: #c9171e;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: bold;
}

/* ---------------------------------------------------------
input
----------------------------------------------------------*/
#input {
}

#input ul.colBox li.w1 {
  flex-basis: 100%;
}

#input ul.colBox li.w2 {
  flex-basis: 49%;
}

/*
#input ul.colBox li:nth-of-type(n) {
}

#input ul.colBox li:nth-of-type(1),
#input ul.colBox li:nth-of-type(2),
#input ul.colBox li:nth-of-type(5),
#input ul.colBox li:nth-of-type(12) {
  flex-basis: 100%;
}

#input ul.colBox li:nth-of-type(2) dl dd p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 11px;
}

#input ul.colBox li:nth-of-type(1) label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
}

#input ul.colBox li:nth-of-type(2) label {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  max-width: 250px;
}

#input ul.colBox li:nth-of-type(8) label,
#input ul.colBox li:nth-of-type(10) label {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  max-width: 250px;
}

#input ul.colBox li:nth-of-type(12) label {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  font-size: 0;
  line-height: 1;
}

#input ul.colBox li:nth-of-type(12) label span {
  display: inline-block;
  vertical-align: top;
  width: 5em;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}

#input ul.colBox li:nth-of-type(12) label select {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 6em);
}

#input ul.colBox li:nth-of-type(2) input,
#input ul.colBox li:nth-of-type(8) input,
#input ul.colBox li:nth-of-type(10) input {
  text-align: center;
  max-width: 200px;
}

#input ul.colBox li:nth-of-type(6) input,
#input ul.colBox li:nth-of-type(7) input {
  max-width: 80px;
  margin: 0 10px 0 0;
}

#input ul.colBox li:nth-of-type(2) label img,
#input ul.colBox li:nth-of-type(8) label img,
#input ul.colBox li:nth-of-type(10) label img {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  margin: 11px;
  cursor: pointer;
}
*/

#input dl {
  padding: 1.5% 0;
}

#input dl dt {
  display: block;
  padding: 5px 0;
}

#input dl dt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}

#input dl dt p em {
  display: inline-block;
  vertical-align: baseline;
  color: #d80000;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  font-style: normal;
  margin: 0 0 0 10px;
  opacity: 0;
}

#input dl dd {
}

#input dl dd div {
}

#input ul.colBox li .option {
  display: block;
  text-align: center;
  width: 100%;
  margin: 5% 0 2.5% 0;
}

#input ul.colBox li .option::before {
  display: block;
  position: absolute;
  bottom: 50%;
  content: "";
  background: #d4d4d4;
  width: 100%;
  height: 1px;
}

#input ul.colBox li .option span {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #c9171e;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
  padding: 0 1em;
}

/* ---------------------------------------------------------
confirm
----------------------------------------------------------*/
#confirm {
  text-align: center;
}

#confirm .result {
  text-align: justify;
}

#confirm ul.colBox li:nth-of-type(1),
#confirm ul.colBox li:nth-of-type(6),
#confirm ul.colBox li:nth-of-type(13),
#confirm ul.colBox li:nth-of-type(14),
#confirm ul.colBox li:nth-of-type(15) {
  flex-basis: 100%;
}

#confirm dl {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#confirm dl dt {
  flex-basis: 160px;
}

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

#confirm dl dt {
  flex-basis: 100%;
}
}

#confirm dl dt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  padding: 10px;
}

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

#confirm dl dt p {
  padding: 0 0 5px 0;
}
}

#confirm dl dd {
  flex-basis: calc(100% - 160px);
}

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

#confirm dl dd {
  flex-basis: 100%;
}
}

#confirm dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 10px;
}

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

#confirm dl dd p {
  padding: 0;
}
}

#confirm .link {
  text-align: center;
  padding: 5% 0 0 0;
}

#confirm .link ul {
  text-align: center;
}

#confirm .link ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 320px;
  padding: 1%;
}

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

#confirm .link ul li {
  width: 100%;
}
}

#confirm .link ul li p {
  display: block;
  cursor: pointer;
}

#confirm .link ul li p input {
  display: block;
  border: 1px solid #c9171e;
  outline: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  padding: 20px 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#confirm .link ul li.back p input {
  background: #fff;
  color: #c9171e;
}

#confirm .link ul li.finish p input {
  background: #c9171e;
}

#confirm .link ul li.finish p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
  content: "";
  width: 35px;
  height: 60px;
  background: url(../../common/imgs/ico-mail_w.svg) center center no-repeat;
  margin: 0 40px 0 0;
}

#confirm .link ul li p input:hover {
  opacity: .75;
}

/* ---------------------------------------------------------
finish
----------------------------------------------------------*/
#finish {
  text-align: center;
}

#finish .link {
  text-align: center;
}

#finish .link ul {
  text-align: center;
}

#finish .link ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 320px;
  padding: 1%;
}

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

#finish .link ul li {
  width: 100%;
}
}

#finish .link ul li a {
  display: block;
  border: 1px solid #c9171e;
  text-align: center;
  color: #c9171e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  padding: 20px 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#finish .link ul li a:hover {
  opacity: .75;
}

#finish .btn {
  max-width: 320px;
  margin: 2.5% auto;
}

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

#finish .btn {
  width: 100%;
  margin: 8% auto 4% auto;
}
}

#finish .btn a {
  display: block;
  background: #c9171e;
  border: 1px solid #c9171e;
  outline: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
}

#finish .btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  content: "";
  width: 30px;
  height: 60px;
  background: url(../../common/imgs/ico-mail_w.svg) center center no-repeat;
  margin: 0 95px 0 0;
}

/* ---------------------------------------------------------
sysError
----------------------------------------------------------*/
#error {
}

#error .errorText {
  border-bottom: 10px solid #fff;
}

#error .link {
  text-align: center;
  padding: 5% 0;
}

#error .link ul {
  text-align: center;
  padding: 5% 0 0 0;
}

#error .link ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 320px;
  padding: 1%;
}

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

#error .link ul li {
  width: 100%;
}
}

#error .link ul li a {
  display: block;
  border: 1px solid #c9171e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  padding: 20px 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#error .link ul li.back a {
  background: #fff;
  color: #c9171e;
}

#error .link ul li.mail a {
  background: #c9171e;
}

#error .link ul li.mail a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
  content: "";
  width: 24px;
  height: 60px;
  background: url(../../common/imgs/ico-mail_w.svg) center center no-repeat;
  margin: 0 90px 0 0;
}

#error .link ul li a:hover {
  opacity: .75;
}

#error .errorLog {
  background: #efefef;
  border: 3px solid #ddd;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 1%;
}

#error .errorLog p {
  font-weight: bold;
}
