@charset "UTF-8";

/*!
 * タイトルなど
 *
 * Copyright (C) ●●など
 */

/*********************************
	ヘッダーの設定
*********************************/

/*------　ヘッダーの設定 -------*/

/* ここにコメントを追記 */

/* ===========================================
 * MAIN
 * ======================================== */

/* sub */
/* ======================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

img {
  width: 100%
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* コピペ用コード */
.font-size-dummy {
  font-size: .75rem;
  /* 12px */
  font-size: .8125rem;
  /* 13px */
  font-size: .875rem;
  /* 14px */
  font-size: 1rem;
  /* 16px */
  font-size: 1.25rem;
  /* 20px */
  font-size: 1.75rem;
  /* 28px */
}

/* スマホ用コード */
.pc {
  display: none;
}

.sp {
  display: block;
}

.form {
  width: 90%;
  margin: 50px auto;
}

.form .inner {}

.form .inner h2.title {
  color: #222;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
}

.form .inner h2.title {
  font-size: 26px;
}

.form .inner h2.title::before {
  content: attr(data-en);
  display: block;
  color: #c9171e;
  font-size: 18px;
}

.form .inner h2.title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c9171e;
}

.form .inner h3 {
  font-weight: bold;
  padding: 0.1em 0.5em;
  border-left: 5px double #ff9900;
  margin-bottom: 20px;
}

.form .inner .tel-bg {
  background-color: #ffeace;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.form .inner .tel-bg .tel-inner {
  background-color: #fff;
  padding: 20px 30px;
}

.form .inner .tel-bg .tel-inner a {
  font-size: 24px;
  font-weight: 700;
}


.form .inner .contact-area {
  font-size: 16px;
}

.form .inner .contact-message {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5;
}

.form .inner .contact-message .message-notice {
  color: #c10811;
}

.form .inner .contact-message .essential {
  background: #c10811;
  color: #fafafa;
  padding: 0 10px;
  font-weight: normal;
  margin-left: 10px;
}

.form .inner .contact-area .text {
  text-align: left;
  margin-bottom: 10px
}

.form .inner .contact-area .text a {
  color: #000;
  border-bottom: 1px solid #000;
  transition: all .3s;
  text-decoration: none;
}

.form .inner .contact-table {
  width: 100%;
}

.form .inner .table-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 20px;
}

.form .inner .table-list th {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.form .inner .table-list th .essential {
  background: #c10811;
  color: #fafafa;
  font-size: 12px;
  padding: 1px 10px;
  font-weight: normal;
  margin-left: 10px;
}

.form .inner .table-list td {
  width: 100%;
}

.form .inner .table-list td .input-area {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form .inner .table-list td textarea {
  border: none;
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  resize: vertical;
}

.submit-button {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 30px auto 0;
  background-color: #c9171e;
  cursor: pointer;
  border: 1px solid #c9171e;
  border-radius: 8px;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .5s;
  padding: 10px 70px;
  color: #fafafa;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width:640px) {
  /* sm: min-width:640px; */
}

@media screen and (min-width:768px) {
  /* md: min-width:768px;
  iPad/mini/air */

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .form {
    width: 90%;
    margin: 100px auto;
  }

  .form .inner {}

  .form .inner h2 {
    color: #222;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
  }

  .form .inner h2 span {
    display: block;
    color: #c9171e;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }



}

@media screen and (min-width:1024px) {
  /* lg: min-width:1024px;
  iPad Pro 12.9*/

  .form {
    width: 1000px;
    margin: 100px auto;
  }

  .form .inner .contact-area {
    background: #fafafa;
    margin: 50px auto;
    width: 800px;
  }

  .form .inner .contact-message {
    text-align: center;
    line-height: 3;
    margin-bottom: 50px;
  }

  .form .inner .contact-area .text {
    text-align: center;
    margin-bottom: 50px;
  }

  .form .inner .table-list th {
    font-weight: bold;
    width: 250px;
    text-align: left;
    margin-bottom: 0;
  }

  .form .inner .table-list td {
    width: calc(100% - 250px);
  }

  .form .inner .submit-button:hover {
    background: #ffb7b9;
    color: #000000;
    border: 1px solid #ffb7b9;
  }
}

@media screen and (min-width:1280px) {
  /* xl: min-width:1280px;
  Android Tablet　Fire HD 10 10インチ*/

  .form .inner h2 {
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form .inner h2 span {
    display: block;
    color: #c9171e;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
}