<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*--- from base.css ---*/

/* HTML5 display-role reset for older browsers */
nav {
  display: block;
}
body {
  line-height: 1;
}
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  line-height: 1.15;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

/* Sections
 * ========================================================================== */

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

small {
  font-size: 80%;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
iframe,
img {
  vertical-align: middle;
}
img {
  border-style: none;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* ---------------------------------------------------------
 function
--------------------------------------------------------- */
body.b-body {
  opacity: 1;
  visibility: visible;
}

.ttl_01 {
  line-height: 1.5;
  padding-bottom: 1rem;
}

.ttl_02 {
  line-height: 1.5;
  padding: 4rem 0 0.5rem 0;
  font-weight: bold;
}

.cs02_heading_h1,
.cs02_input,
.cs02_plainText,
.cs02_radioButton_label,
.cs01_form_textArea {
  color: #242424;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}

.cs02_heading_h1 {
  font-weight: bold;
}

.cs02_heading_h1 {
  font-size: 26px;
  letter-spacing: 0.69px;
}

.cs02_heading_pageTitle {
  align-items: flex-start;
  display: flex;
}
.cs02_heading_pageTitle:before {
  background: #bac1ca;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  width: 4px;
}

.cs02_radioButton {
  cursor: pointer;
}
.cs02_radioButton_label {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 24px;
  margin-left: 27px;
  position: relative;
}
.cs02_radioButton_label:before {
  background: #ffffff;
  border: #cccccc 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 15px;
  left: -27px;
  position: absolute;
  transition: border-color 0.3s, border-width 0.3s;
  vertical-align: top;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cs02_radioButton_input {
  cursor: pointer;
  display: none;
}
.cs02_radioButton_input:focus {
  outline: none;
}
.cs02_radioButton_input:checked + .cs02_radioButton_label:before {
  border-color: #43434c;
  border-width: 4px;
}

.cs02_selectBox {
  height: 45px;
  position: relative;
  max-width: 540px;
}
.cs02_selectBox_select {
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  height: 100%;
  margin-bottom: -1px;
  outline: none;
  padding: 0 60px 0 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.cs02_selectBox_select::-ms-expand {
  display: none;
}
.cs02_selectBox_bullet {
  background: #3b3b41;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.cs02_selectBox_bullet:before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.cs02_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}

.cs03_checkboxButton_input {
  display: none;
}
.cs03_checkboxButton_input:checked + .cs02_plainText:before {
  background: #242424 url("../img/icon_check.png") no-repeat center center;
  background-size: 9px;
}

.cs03_checkboxButton .cs02_plainText {
  align-items: center;
  display: flex;
}
.cs03_checkboxButton .cs02_plainText:before {
  background: #ffffff;
  border: 1px solid #dddddd;
  content: "";
  display: block;
  flex: none;
  height: 15px;
  margin-right: 12px;
  width: 15px;
}

.cs01_form .cs02_heading_h1 {
  border-bottom: 1px solid #efefef;
  margin-top: 66px;
  padding-bottom: 24px;
}
.cs01_form .cs02_heading_h1 :before {
  height: 25px;
  top: 9px;
}

.cs01_form .cs02_plainText_m {
  margin-top: 20px;
  width: 850px;
}

.cs01_form_table {
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
}

:not(.cs01_form_mustRow) &gt; .cs01_form_th {
  background: #ebedef;
}

.cs01_form_th {
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  min-width: 320px;
  padding: 29px 20px 28px 30px;
  text-align: left;
  vertical-align: middle;
  width: 320px;
}
.cs01_form_th:first-of-type {
  border-top: 1px solid #cccccc;
}
.cs01_form_th .cs02_plainText_m {
  margin-top: 0;
  width: auto;
}

.cs01_form_td {
  border-bottom: 1px solid #cccccc;
  height: 100%;
  padding: 29px 30px 28px;
  position: relative;
  vertical-align: middle;
}
.cs01_form_td:first-of-type {
  border-top: 1px solid #cccccc;
}
.cs01_form_td .cs01_form_textArea {
  border: 1px solid #e9e9e9;
  max-width: 540px;
  padding: 10px;
  width: 100%;
}
.cs01_form_td .cs02_plainText_m {
  margin-top: 0;
  width: auto;
}
.cs01_form_td .cs02_plainText {
  max-width: 780px;
}

.cs01_form_mustRow {
  background: #ebedef;
}
.cs01_form_mustRow .cs01_form_th {
  padding: 29px 80px 28px 30px;
  position: relative;
}
.cs01_form_mustRow .cs01_form_th:before {
  background: #e91818;
  color: #ffffff;
  content: "\5FC5\9808";
  font-size: 11px;
  padding: 3px 0;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 40px;
}
.cs01_form_mustRow .cs01_form_td {
  background-color: #ffffff;
  position: static;
}

.cs01_form_textArea {
  font-size: 13px;
  padding: 8px 15px;
}
.cs01_form_textArea:invalid {
  background-color: rgba(253, 132, 121, 0.1);
  border-color: #f4a7a8;
}
.cs01_form_textArea:focus {
  outline: none;
}

.cs01_form_dl {
  align-items: center;
  display: flex;
}

.cs01_form_wrap {
  display: flex;
}

.cs01_form_item {
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.cs01_form_item .cs02_input {
  margin-left: 10px;
}
.cs01_form_item-noMarginInput .cs02_input {
  margin-left: 0;
}

.cs01_form_item-noMarginInput02 .cs02_input {
  margin-left: 0;
}

.cs01_form_innerChart {
  padding: 0;
}
.cs01_form_innerChart .cs01_form_item {
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  flex-direction: column;
  margin-right: 0;
  padding: 30px;
}
.cs01_form_innerChart .cs01_form_item:last-of-type {
  border-bottom: none;
}
.cs01_form_innerChart .cs02_input {
  margin-left: 0;
}
.cs01_form_innerChart .cs02_plainText_m {
  font-weight: bold;
  margin-bottom: 16px;
}

.pbAreaWrapper1 {
  margin-bottom: 66px;
  position: relative;
  top: 66px;
}
.pbAreaWrapper1 .cs01_main_content {
  width: 860px;
}
.pbAreaWrapper1 .cs01_main_content.cs_is_wide {
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 767px) {
  .cs02_heading_h1,
  .cs02_input,
  .cs02_plainText,
  .cs02_radioButton_label,
  .cs01_form_textArea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "meiryo", "Helvetica Neue", "arial", sans-serif;
  }
  .cs02_heading_h1 {
    font-size: 20px;
    letter-spacing: 0.53px;
  }
  .cs02_heading_pageTitle:before {
    top: 5px;
  }
  .cs02_input {
    font-size: 16px;
  }
  .cs02_plainText_s {
    letter-spacing: 0.32px;
  }
  .cs02_radioButton_label {
    height: auto;
    font-size: 12px;
  }
  .cs02_radioButton_text {
    width: 96px;
  }
  .cs02_wrapper {
    width: calc(100% - 40px);
  }
  .cs03_checkboxButton .cs02_plainText {
    font-size: 12px;
  }
  .cs01_form .cs02_heading_h1 {
    margin-top: 40px;
    padding-bottom: 7px;
  }
  .cs01_form .cs02_heading_h1:before {
    height: 25px;
  }
  .cs01_form .cs02_plainText_m {
    width: 100%;
  }
  .cs01_form_table {
    width: 100%;
  }
  .cs01_form_tbody {
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
  }
  .cs01_form_th {
    display: block;
    min-width: auto;
    padding: 19px 15px 16px 15px;
    width: 100%;
  }
  .cs01_form_td {
    border-bottom: 0;
    display: block;
    padding: 23px 15px 22px 15px;
    width: 100%;
  }
  .cs01_form_td:first-of-type {
    border-top: none;
  }
  .cs01_form_td .cs02_input {
    width: 100%;
  }
  .cs01_form_mustRow .cs01_form_th {
    padding: 18px 60px 17px 15px;
  }
  .cs01_form_mustRow .cs01_form_th:before {
    right: 15px;
  }
  .cs01_form_wrap {
    flex-direction: column;
  }
  .cs01_form_wrap-mail {
    flex-direction: row;
  }
  .cs01_form_wrap-tel {
    flex-direction: row;
  }
  .cs01_form_innerChart .cs01_form_item {
    padding: 10px 0 26px;
  }
  .cs01_form_innerChart .cs02_selectBox {
    width: 100%;
  }
  .cs01_form_innerChart .cs02_selectBox_select {
    padding: 0 0 0 15px;
  }
  .cs01_form_item {
    margin-bottom: 10px;
  }
  .cs01_form_textArea {
    font-size: 16px;
    width: 100%;
  }
  .pbAreaWrapper1 .cs01_main_content {
    width: 100%;
  }
}

/* HTML5 display-role reset for older browsers */
nav {
  display: block;
}
body {
  line-height: 1;
}
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sections */

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
h1 .iconbox {
  display: block;
  width: 100%;
  max-width: 30px;
  margin-right: 1rem;
}
h1 .iconbox img {
  max-width: 100%;
}

.privacypolicy h2 {
  font-size: 150%;
  font-weight: bold;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

table {
  border-collapse: collapse;
}

/* Forms */

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input,
select {
  margin: 0;
}

input {
  overflow: visible;
}
select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

/* Textarea */
.txt_s {
  font-size: 50%;
}

/* flow */
.cs_f_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 23px !important;
  margin-top: 23px !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  :root .cs_f_flow {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
.cs_f_step {
  font-size: 14px;
  letter-spacing: normal;
  margin-right: 20px;
  padding: 11px 0 11px 0;
  width: calc(90 / 375 * 100vw);
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .cs_f_step {
    font-size: 15px;
    margin-right: 0;
    padding: 18px 0 18px 30px;
    width: 350px;
    letter-spacing: 0.4px;
  }
}
.cs_f_step:last-of-type {
  padding-left: 0;
  margin-right: 0;
  width: calc(110 / 375 * 100vw);
}
@media (min-width: 768px) {
  .cs_f_step:last-of-type {
    width: 380px;
  }
}
.cs_f_step:not(:last-of-type)::before,
.cs_f_step:not(:last-of-type)::after {
  border-style: solid;
  border-width: 23px 0 23px 15px;
  content: "";
  position: absolute;
  top: -1px;
}
.cs_f_step:not(:last-of-type)::before {
  border-color: transparent transparent transparent #d8d8d8;
  right: -16px;
}
.cs_f_step:not(:last-of-type)::after {
  border-color: transparent transparent transparent #fff;
  right: -15px;
}
@media (min-width: 768px) {
  .cs_f_step:not(:last-of-type)::before,
  .cs_f_step:not(:last-of-type)::after {
    border-width: 31px 0 31px 32px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .cs_f_step:not(:last-of-type)::before {
    border-color: transparent transparent transparent #d8d8d8;
    right: -33px;
  }
  .cs_f_step:not(:last-of-type)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -32px;
  }
  .cs_f_step:not(:last-of-type)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -32px;
  }
}
.cs_f_is-current {
  background-color: #54545e;
  border: 1px solid #54545e;
  color: #fff;
}
.cs_f_is-current:not(:last-of-type)::before,
.cs_f_is-current:not(:last-of-type)::after {
  border-color: transparent transparent transparent #54545e;
}
@media (min-width: 768px) {
  .cs_f_is-current:not(:last-of-type)::before,
  .cs_f_is-current:not(:last-of-type)::after {
    border-color: transparent transparent transparent #54545e;
  }
}

.f_red {
  display: block;
  color: #e60012;
}

/* ---------------------------------------------------------
 function
--------------------------------------------------------- */

.cs01_form_textArea {
  color: #242424;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}

.cs02_heading_h1 {
  font-weight: bold;
}

.cs02_heading_h1 {
  font-size: min(3vw, 36px);
  letter-spacing: 0.69px;
}

.cs02_heading_pageTitle {
  align-items: baseline;
  display: flex;
}
.cs02_heading_pageTitle:before {
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  width: 4px;
  display: none;
}

.cs02_input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 13px;
  max-width: 540px;
  padding: 8px 45px 8px 15px;
  width: 100%;
}
.cs02_input::-webkit-input-placeholder {
  color: #919191;
}
.cs02_input:focus {
  outline: none;
}

.cs02_plainText_m {
  font-size: 15px;
}

.cs02_plainText_s {
  font-size: 12px;
  letter-spacing: normal;
}

.cs02_radioButton {
  cursor: pointer;
  line-height: 3;
  display: block;
  padding-bottom: 4px;
}

.cs02_radioButton_label:before {
  background: #ffffff;
  border: #cccccc 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 15px;
  left: -27px;
  position: absolute;
  transition: border-color 0.3s, border-width 0.3s;
  vertical-align: top;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cs02_radioButton_input {
  cursor: pointer;
  display: block;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.cs02_radioButton_input:focus {
  outline: none;
}
.cs02_radioButton_input:checked + .cs02_radioButton_label:before {
  border-color: #43434c;
  border-width: 4px;
}

.cs02_selectBox {
  height: 45px;
  position: relative;
  max-width: 540px;
}
.cs02_selectBox_select {
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  height: 100%;
  margin-bottom: -1px;
  outline: none;
  padding: 0 60px 0 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.cs02_selectBox_select:valid {
  background-color: #e8f0fe8d;
  border: 1px solid #000;
}

.cs02_selectBox_select::-ms-expand {
  display: none;
}
.cs02_selectBox_bullet {
  background: #3b3b41;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.cs02_selectBox_bullet:before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.cs02_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}

.cs03_checkboxButton {
  display: block;
  padding-bottom: 4px;
}

.cs03_checkboxButton_input {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cs03_checkboxButton_agree {
  display: none;
}

.cs03_checkboxButton_agree:checked + .cs02_plainText:before {
  background: #242424 url("../img/icon_check.png") no-repeat center center;
  background-size: 9px;
}

.cs03_checkboxButton .cs02_plainText {
  align-items: center;
  display: flex;
}

.cs01_form .cs02_heading_h1 {
  border-bottom: none;
  margin-top: 66px;
  padding-bottom: 24px;
}
.cs01_form .cs02_heading_h1 :before {
  height: 25px;
  top: 9px;
}

.cs01_form .cs02_plainText_m {
  margin-top: 20px;
  width: 850px;
}

.privacy_add {
  margin-top: 20px;
  width: 90px;
  margin: 4px auto 0 !important;
  font-size: 15px;
  font-weight: bold;
}

.cs01_form_table {
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
}

.cs02_form_table {
  margin-top: 0px;
  table-layout: fixed;
  width: 100%;
}

.cs01_form_th {
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  min-width: 320px;
  padding: 29px 20px 28px 30px;
  text-align: left;
  vertical-align: top;
  width: 380px;
}
.cs01_form_th:first-of-type {
  border-top: 1px solid #cccccc;
}
.cs01_form_th .cs02_plainText_m {
  margin-top: 0;
  width: auto;
}

.cs01_form_td {
  border-bottom: 1px solid #cccccc;
  height: 100%;
  padding: 29px 30px 28px;
  position: relative;
  vertical-align: middle;
}
.cs01_form_td:first-of-type {
  border-top: 1px solid #cccccc;
}
.cs01_form_td .cs01_form_textArea {
  border: 1px solid #000000;
  max-width: 540px;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
.cs01_form_td .cs02_plainText_m {
  margin-top: 0;
  width: auto;
}
.cs01_form_td .cs02_plainText {
  max-width: 780px;
}

.cs01_form_mustRow {
  background: #ebedef;
}
.cs01_form_mustRow .cs01_form_th {
  padding: 29px 80px 28px 30px;
  position: relative;
}
.cs01_form_mustRow .cs01_form_th:before {
  background: #e91818;
  color: #ffffff;
  content: "\5FC5\9808";
  font-size: 11px;
  padding: 3px 0;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 40px;
}
.cs01_form_mustRow .cs01_form_td {
  background-color: #ffffff;
  position: static;
}

.cs01_form .cs02_input:invalid {
  background-color: rgb(253 212 121 / 10%);
  border-color: #2a2a2a;
}

.cs01_form .cs02_selectBox_select:invalid {
  background-color: rgb(253 212 121 / 10%);
  border-color: #2a2a2a;
}

.ng_mail {
  background-color: rgb(253 212 121 / 10%) !important;
  border-color: #2a2a2a;
}

.cs01_form_textArea {
  font-size: 13px;
  padding: 8px 15px;
}

.cs01_form_dl {
  align-items: center;
  display: flex;
}

.cs01_form_wrap {
  display: flex;
  width: 100%;
}

.cs01_form_item {
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.cs01_form_item .cs02_input {
  margin-left: 10px;
}
.cs01_form_item-noMarginInput .cs02_input {
  margin-left: 0;
  background-color: rgb(253 212 121 / 10%);
  border-color: #2a2a2a;
  max-width: 300px !important;
}

.cs01_form_item-noMarginInput .cs02_input:focus {
  background-color: #e8f0fe;
}

.cs01_form_item-noMarginInput02 .cs02_input {
  margin-left: 0;
  background-color: rgb(253 212 121 / 10%);
  border-color: #2a2a2a;
  max-width: 300px !important;
}

.cs01_form_item-noMarginInput02 .cs02_input:valid {
  background-color: #e8f0fe;
}

.cs01_form_innerChart {
  padding: 0;
}
.cs01_form_innerChart .cs01_form_item {
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  flex-direction: column;
  margin-right: 0;
  padding: 30px;
}
.cs01_form_innerChart .cs01_form_item:last-of-type {
  border-bottom: none;
}
.cs01_form_innerChart .cs02_input {
  margin-left: 0;
}
.cs02_plainText_m {
  font-weight: bold;
  margin-bottom: 16px;
}

.pbAreaWrapper1 {
  margin-bottom: 66px;
  position: relative;
  top: 66px;
}
.pbAreaWrapper1 .cs01_main_content {
  width: 860px;
}
.pbAreaWrapper1 .cs01_main_content.cs_is_wide {
  width: 100%;
}

.cs01_form_wrap-tel {
  flex-wrap: wrap;
}

.cs01_form_wrap-tel .cs02_plainText_s {
  width: 100%;
  font-weight: bold;
  padding-top: 0.5rem;
  font-size: 90%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 767px) {
  .cs02_heading_h1,
  .cs02_input,
  .cs02_plainText,
  .cs02_radioButton_label,
  .cs01_form_textArea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "meiryo", "Helvetica Neue", "arial", sans-serif;
  }
  .cs02_heading_h1 {
    font-size: 20px;
    letter-spacing: 0.53px;
  }
  .cs02_heading_pageTitle:before {
    top: 5px;
  }
  .cs02_input {
    font-size: 16px;
  }
  .cs02_plainText_s {
    letter-spacing: 0.32px;
  }
  .cs02_radioButton_label {
    height: auto;
    font-size: 12px;
  }
  .cs02_radioButton_text {
    width: auto;
    font-size: 120%;
  }
  .cs02_wrapper {
    width: calc(100% - 40px);
  }
  .cs03_checkboxButton .cs02_plainText {
    font-size: 12px;
  }
  .cs01_form .cs02_heading_h1 {
    margin-top: 40px;
    padding-bottom: 7px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cs01_form .cs02_heading_h1:before {
    height: 25px;
  }
  .cs01_form .cs02_plainText_m {
    width: 100%;
  }
  .cs01_form_table {
    width: 100%;
  }
  .cs01_form_tbody {
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
  }
  .cs01_form_th {
    display: block;
    min-width: auto;
    padding: 19px 15px 16px 15px;
    width: 100%;
  }
  .cs01_form_td {
    border-bottom: 0;
    display: block;
    padding: 23px 15px 22px 15px;
    width: 100%;
  }
  .cs01_form_td:first-of-type {
    border-top: none;
  }
  .cs01_form_td .cs02_input {
    width: 100%;
    max-width: none !important;
  }
  .cs01_form_mustRow .cs01_form_th {
    padding: 18px 60px 17px 15px;
  }
  .cs01_form_mustRow .cs01_form_th:before {
    right: 15px;
  }
  .cs01_form_innerChart .cs01_form_item {
    padding: 10px 0 26px;
    flex-wrap: wrap;
  }
  .cs01_form_innerChart .cs02_selectBox {
    width: 100%;
  }
  .cs01_form_innerChart .cs02_selectBox_select {
    padding: 0 0 0 15px;
  }
  .cs01_form_item {
    margin-bottom: 10px;
    width: 100%;
  }
  .cs01_form_textArea {
    font-size: 16px;
    width: 100%;
  }
  .pbAreaWrapper1 .cs01_main_content {
    width: 100%;
  }
  .ttl_01 {
    padding-bottom: 1.5rem;
    line-height: 1.5;
  }
}

.cs01_form_wrap-mail .cs01_form_item-noMarginInput {
  display: flex;
  width: 100%;
  max-width: 550px;
}
.cs01_form_wrap-mail .cs01_form_item-noMarginInput02 {
  display: flex;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cs01_form_wrap-mail .cs01_form_item-noMarginInput {
    max-width: none;
    flex-wrap: wrap;
  }
  .cs01_form_wrap-mail .cs01_form_item-noMarginInput02 {
    max-width: none;
    flex-wrap: wrap;
  }
}
.input02 .cs02_plainText {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .input02 .cs02_plainText {
    align-items: stretch;
    height: auto;
    line-height: 1.2;
  }
  .input02 .cs02_plainText::before {
    margin-top: 0.1em;
  }
  .cs03_checkboxButton:has(input[name="service"]):not(:first-child) {
    margin-top: 0.5em;
  }
}

button.ajaxzip3 {
  margin-left: 2rem;
  width: 100%;
  background: #6a6a6a;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media screen and (max-width: 767px) {
  button.ajaxzip3 {
    margin: 1rem auto 0;
  }
}

.style_add_01 {
  align-items: center !important;
  flex-direction: row !important;
}

.style_add_01 label {
  width: 100%;
  max-width: 540px;
}

.style_add_02 {
  position: relative;
  padding: 0 1rem 0 0;
  margin-bottom: 0 !important;
}

.style_add_03 {
  position: relative;
  padding: 0;
  margin-bottom: 0 !important;
}

.cs03_checkboxButton:has(input[name="service_other"]) {
  display: flex;
  align-items: center;
}
.cs03_checkboxButton:has(input[name="service_other"]) .cs02_plainText {
  margin-right: 1em;
}
input[name="service_other"] {
  flex: 1;
  width: auto;
  max-width: min(540px, calc(100% - 7em));
}

/* .privacypolicy */
.privacypolicy {
  border-radius: 2px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 2rem;
  position: relative;
  line-height: 1.8;
}
.privacypolicy.invalid {
  border-color: #000;
}
.privacypolicy p {
  margin: 8px 0;
}
.privacypolicy a {
  display: block;
  margin: 15px auto 30px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  border-bottom: 1px solid #ccc;
}
#privacypolicy {
  text-align: center;
  border: 1px solid #000000;
  height: 60px;
  display: block;
  margin: auto;
  width: 366px;
  max-width: 100%;
}

#privacypolicy div {
  position: relative;
  margin: auto;
  height: 100%;
}

#privacypolicy div::before {
  display: block;
  background: #e91818;
  color: #ffffff;
  content: "\5FC5\9808";
  font-size: 11px;
  padding: 3px 0;
  position: absolute;
  top: 16px;
  left: 30px;
  text-align: center;
  width: 40px;
}

.cs_f_form-area [type="checkbox"]:not(:checked),
.cs_f_form-area [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
  cursor: pointer;
}
#agree[type="checkbox"]:checked + label {
  background: #b3d4fc;
}
.cs_f_form-area .invalid input {
  border-color: #f4a7a8;
  background: rgba(253, 132, 121, 0.1);
}
.cs_f_form-area .privacypolicy label {
  width: 100%;
  height: 100%;
  background-color: rgb(253 212 121 / 10%);
  border-color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #242424;
  transition: opacity 0.3s;
  padding-left: 0;
}

/* submit button */
.cs_f_form-area .cs_f_submit {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.cs_f_btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 47px;
  padding-left: 16px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff url("/library/img/common/icon_arrow.png") no-repeat right 16px center;
  background-size: 15px 15px;
  transition: opacity 0.3s;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cs_f_btn-submit {
    width: 366px;
    height: 57px;
  }
}
.cs_f_btn-submit:hover {
  opacity: 0.6;
}
.cs_f_btn-submit:focus {
  outline: none;
}
.cs_f_btn-submit:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* error message
------------------*/
#err_privacypolicy {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #err_privacypolicy {
    position: absolute;
    bottom: calc(25px - 1em);
    left: calc(50% - 183px);
  }
}
.privacypolicy .formError {
  margin: 10px 0;
}
.formError {
  transform: translateY(3px);
  flex-basis: 100%; /* mod20210112 add */
}
.formErrorMsg {
  color: #e91818;
  display: inline;
}
.privacypolicy .formErrorMsg {
  background: none;
  padding: 0;
}
.privacypolicy .formErrorArrow,
.privacypolicy .formErrorArrow div {
  padding: 0;
}
.formErrorArrow {
  display: inline-block;
}
.formErrorClose {
  display: inline-block;
  cursor: pointer;
  color: #666;
  margin-left: 0.5em;
  background: #f6f6f6;
  border-radius: 2px;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

input:not(.b-js-searchNavi-input):valid {
  background-color: rgb(253 212 121 / 10%);
}

/* 確認ページ
------------------*/
.confirm .wrapper {
  margin-bottom: 40px;
}

.confirm .form-item {
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: 0.8125rem;
  display: flex;
  font-size: 15px;
} /*410*/

.confirm .form-item:first-of-type .question {
  align-items: flex-start;
} /*418*/

.confirm .form-item:last-of-type {
  border-bottom: 1px solid #ccc;
}

.confirm .question {
  max-width: 34%;
  height: auto;
  margin-bottom: 0;
  padding: 29px 80px 28px 30px;
  line-height: 1.5;
  background: #ebedef;
  width: 380px;
  position: relative;
  display: block;
} /*438*/

.confirm .answer {
  flex: 1 1 auto;
  flex-basis: auto;
  max-width: 73%;
  width: calc(100% - 380px);
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.5em;
  font-weight: normal;
} /*457*/
.confirm .service_other {
  margin-top: 1em;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
}
.confirm .service_other::before {
  content: "その他詳細：";
}
.controller {
  margin: 3rem auto !important;
  padding: 0 0 3rem !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 920px;
  justify-content: space-between;
} /*715*/

.controller li {
  display: block;
  cursor: pointer;
  flex-basis: calc(50% - 10px);
  max-width: 450px;
  margin: 0 auto;
} /*725*/

.controller button {
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid;
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
} /*732*/

.controller .back button {
  background: #fff;
  border-color: #565656;
} /*779*/

.controller .submit button {
  color: #fff;
  background: #617fad;
  background: linear-gradient(114deg, #617fad 0%, #7d94b5 100%);
  border-color: #7d94b5;
}

@media screen and (max-width: 767px) {
  .confirm .form-item {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .confirm .question {
    max-width: none;
    width: 100%;
    padding: 0.5rem;
  }
  .confirm .answer {
    flex: 1 1 auto;
    flex-basis: auto;
    max-width: none;
    width: 100%;
    padding: 0.5rem;
  }

  .controller button {
    height: 60px;
  }

  .controller li {
    flex-basis: calc(100% - 10px);
    margin: 0 auto 1rem;
  }
  .b-o-footer_content {
    padding: 30px 0 0.5rem 7%;
  }
}

.thanks .form .controller {
  margin-top: 70px;
}

.thanks .form a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  font-weight: bold;
  border: 1px solid;
  text-align: center;
  font-size: 1.125rem;
  position: relative;
  color: #fff;
  background: #617fad;
  background: linear-gradient(114deg, #617fad 0%, #7d94b5 100%);
  border-color: #7d94b5;
  text-decoration: none;
}

/*.thanks .ttl_01 {padding-bottom: 3rem;}*/

.thanks .wrapper p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.thanks .wrapper p:first-child {
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .thanks .form a {
    height: 60px;
  }
}
span.service_other::before{
    width: auto;
    vertical-align: top;
    white-space: nowrap;
}</pre></body></html>