@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
c-breadcrumb
---------------------------------------------------- */
.c-breadcrumb {
  padding: 12px;
  font-size: 11px;
  line-height: 1.0;
}
@media (max-width: 736px) {
  .c-breadcrumb {
    position: relative;
  }
}
.c-breadcrumb .c-breadcrumb__list {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 736px) {
  .c-breadcrumb .c-breadcrumb__list {
    width: auto;
  }
}
.c-breadcrumb ul {
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  .c-breadcrumb ul {
    padding: 12px 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/* ----------------------------------------------------
btn
---------------------------------------------------- */
.backbtn {
  margin: 40px auto 0 auto;
  width: 320px;
}
@media (max-width: 736px) {
  .backbtn {
    margin: 40px 20px 0 20px;
    width: auto;
  }
}
.backbtn a {
  padding: 14px 0 12px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #f9b315;
}
@media (max-width: 736px) {
  .backbtn a {
    padding: 12px 0;
  }
}

/* ----------------------------------------------------
formwrap
---------------------------------------------------- */
.formwrap {
  margin: 50px auto 0 auto;
  width: 960px;
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .formwrap {
    margin: 0 20px;
    width: auto;
  }
}
.formwrap h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
@media (max-width: 736px) {
  .formwrap h2 {
    font-size: 20px;
  }
}
.formwrap h3 {
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: bold;
  color: #e24c29;
  border-left: 4px solid #e24c29;
}

span.req {
  padding: 4px 0;
  margin: 0 6px;
  width: 40px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  line-height: 1.0;
  font-weight: bold;
  color: #fff;
  background: #e24c29;
  position: relative;
  top: -2px;
}

/* ----------------------------------------------------
form
---------------------------------------------------- */
.form-normal {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.form-normal tr {
  border-bottom: 3px solid #fff;
}
.form-normal tr.block-item {
  border-bottom: 27px solid #fff;
}
@media (max-width: 736px) {
  .form-normal tr {
    display: block;
  }
}
.form-normal th {
  padding: 20px;
  width: 280px;
  text-align: left;
  vertical-align: middle;
  background: #ffecbb;
}
@media (max-width: 736px) {
  .form-normal th {
    padding: 12px 16px;
    width: 100%;
    display: block;
  }
  .form-normal th br {
    display: none;
  }
}
.form-normal td {
  padding: 20px;
  vertical-align: middle;
  background: #fff8e6;
}
@media (max-width: 736px) {
  .form-normal td {
    padding: 16px;
    width: 100%;
    display: block;
  }
}
.form-normal .mr8 {
  margin-right: 8px;
}
.form-normal .mr30 {
  margin-right: 30px;
}
@media (max-width: 736px) {
  .form-normal .spw100 {
    width: 100% !important;
  }
}

.table-wrap {
  margin-bottom: 78px;
}
@media (max-width: 736px) {
  .table-wrap {
    margin-bottom: 40px;
  }
}
.table-wrap.contract-y {
  margin-top: -40px;
}
@media (max-width: 736px) {
  .table-wrap.contract-y {
    margin-top: -20px;
  }
}
.table-wrap.contract-y th {
  background: #ffd6c0;
}
.table-wrap.contract-y td {
  background: #fff3e9;
}
.table-wrap.contract-n {
  margin-top: -40px;
}
@media (max-width: 736px) {
  .table-wrap.contract-n {
    margin-top: -20px;
  }
}
.table-wrap.contract-n th {
  background: #d9f4a6;
}
.table-wrap.contract-n td {
  background: #f3f9ea;
}

.form__item + .form__item {
  margin-top: 10px;
}
.form input {
  border: 0;
  box-sizing: border-box;
  font-family: "メイリオ", sans-serif;
}
.form input[type="radio"] {
  position: relative;
  top: -3px;
}
.form input[type="text"] {
  padding: 6px;
  height: 35px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.form input + p {
  margin: 0 8px;
}
@media (max-width: 736px) {
  .form input + p {
    margin: 0 6px;
  }
}
.form input.w80 {
  width: 80px;
}
.form input.w90 {
  width: 90px;
}
.form input.w100 {
  width: 100px;
}
.form input.w230 {
  width: 230px;
}
@media (max-width: 736px) {
  .form input.w230 {
    width: 100%;
  }
}
.form input.w380 {
  width: 380px;
}
@media (max-width: 736px) {
  .form input.w380 {
    width: 100%;
  }
}
.form input.w500 {
  width: 500px;
}
@media (max-width: 736px) {
  .form input.w500 {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .form input.spw60 {
    width: 60px !important;
  }
}
.form input.code-address {
  margin-left: 30px;
  width: 130px;
  height: 34px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #7a7a7a;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .form input.code-address {
    margin-left: 8px;
    font-size: 12px;
    width: 100%;
  }
}
.form select {
  padding: 0 6px;
  border: 0;
  box-sizing: border-box;
  font-family: "メイリオ", sans-serif;
  height: 35px;
  border: 1px solid #c4c4c4;
}
.form textarea {
  width: 520px;
  height: 120px;
  border: 0;
  box-sizing: border-box;
  font-family: "メイリオ", sans-serif;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
@media (max-width: 736px) {
  .form textarea {
    width: 100%;
    height: 100px;
  }
}
.form dl {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 736px) {
  .form dl {
    flex-wrap: wrap;
  }
}
.form dl + dl {
  margin-top: 10px;
}
.form dl dt {
  width: 20%;
}
@media (max-width: 736px) {
  .form dl dt {
    width: 100%;
  }
}
.form dl dd {
  width: 80%;
}
@media (max-width: 736px) {
  .form dl dd {
    width: 100%;
  }
  .form dl dd select {
    width: 100%;
  }
}
.form .year select {
  margin-right: 16px;
}
@media (max-width: 736px) {
  .form .postalcode {
    flex-wrap: nowrap;
  }
  .form .postalcode input {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .form .tel {
    flex-wrap: nowrap;
  }
  .form .tel input {
    width: 100%;
  }
}
.form .relationship {
  margin-left: 30px;
}
.form .relationship p {
  margin-right: 8px;
}
@media (max-width: 736px) {
  .form .relationship {
    margin: 8px 0 0 0;
  }
  .form .relationship select {
    width: 100%;
  }
}

/* ----------------------------------------------------
flex
---------------------------------------------------- */
.flex {
  display: flex;
}
@media (max-width: 736px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex label {
  margin-right: 30px;
}
.flex label:last-child {
  margin-right: 0;
}
@media (max-width: 736px) {
  .flex label {
    margin-right: 16px;
  }
}
.flex p + label {
  margin-left: 30px;
}
@media (max-width: 736px) {
  .flex p + label {
    margin-left: 16px;
  }
}
.flex .box {
  width: 48%;
}
@media (max-width: 736px) {
  .flex .box {
    width: 100%;
  }
  .flex .box + .box {
    margin-top: 10px;
  }
}

.items-center {
  align-items: center;
}

/* ----------------------------------------------------
notice
---------------------------------------------------- */
.notice {
  margin-bottom: 30px;
}
.notice ul li:before {
  content: "※";
}
.notice-list {
  margin-left: 12px;
  font-size: 12px;
  line-height: 1.8;
}
.notice-list li {
  text-indent: -12px;
}
.notice-list li:before {
  content: "・";
}
.notice-01 {
  font-size: 12px;
}

/* ----------------------------------------------------
indent
---------------------------------------------------- */
.indent-01 {
  padding-left: 12px;
  text-indent: -12px;
}

/* ----------------------------------------------------
privacypolicy
---------------------------------------------------- */
.privacypolicy {
  padding: 30px 20px;
  margin: 80px auto;
  width: 860px;
  text-align: center;
  border: 1px solid #c4c4c4;
}
@media (max-width: 860px) {
  .privacypolicy {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .privacypolicy {
    margin: 0 0 40px 0;
  }
}
.privacypolicy a {
  color: #e24c29;
  text-decoration: underline;
}
.privacypolicy .consent {
  margin-top: 20px;
  font-weight: bold;
}

/* ----------------------------------------------------
btnbox
---------------------------------------------------- */
.btnbox {
  margin-bottom: 180px;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .btnbox {
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
}
.btnbox input {
  margin: 0 10px;
  border: 0;
  width: 300px;
  height: 70px;
  font-size: 18px;
  color: #fff;
  font-family: "メイリオ", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.btnbox input[type="submit"], .btnbox input.submit {
  background: #e24c29;
}
.btnbox input[type="reset"], .btnbox input[type="button"], .btnbox input.reset
.btnbox input.back {
  background: #999;
}
@media (max-width: 736px) {
  .btnbox input {
    margin-top: 16px;
    font-size: 16px;
    width: 100%;
    height: 60px;
  }
}

/* ----------------------------------------------------
send
---------------------------------------------------- */
.send-wrap {
  margin-bottom: 180px;
}
@media (max-width: 736px) {
  .send-wrap {
    margin-bottom: 80px;
  }
}
