<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------
  web font
----------------------------------------------------------------*/
@font-face {
  font-family: 'bebas';
  src: url("../font/bebasneue_regular.woff2") format("woff2"), url("../font/bebasneue_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas';
  src: url("../font/bebasneue_bold.woff2") format("woff2"), url("../font/bebasneue_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
body {
  background-color: #f5f5f5;
  color: #231815;
  font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic Medium', '貂ｸ繧ｴ繧ｷ繝�け Medium', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け菴�', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN', 'Hiragino Kaku Gothic ProN', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
}
h3 {
  font-size: 1.7em;
}
hr {
  border: solid #e6e6e6;
  border-width: 0px 0px 1px 0px;
}
.w-base {
  width: 960px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 25px;
}
#change_f07_02_1, #change_f07_03_1, #change_f07_09_1, #change_f07_09_2, #change_f08_02_1, #change_f08_03_1, #change_f08_09_1, #change_f08_09_2 {
  display: none;
}
.th_header {
  background: #000;
  height: 50px;
  width: 100% !important;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 1.07em;
  text-align: center !important;
  padding: 10px 0px !important;
}
.m-pageTitle-simple {
  margin: 1.5em 0em 1.5em 0em;
  padding: 0em 0em 1.5em 0em;
  border-bottom: 1px solid #e6e6e6;
}
.m-pageTitle-simple .main, .m-pageTitle-simple .sub {
  display: block;
}
.m-pageTitle-simple .main {
  color: #003f98;
  font-size: 2em;
}
.m-pageTitle-simple .sub {
  font-size: 0.6em;
}
.inquiry {
  font-size: 0.9em;
}
.attr, .attr2 {
  padding-bottom: 2.25em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0em;
}
.text-err {
  color: #DC0032;
  margin-bottom: .35em;
}
.text-err::before {
  content: "笆ｼ";
}
.inquiry_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 90px;
}
.inquiry_table tr {
  border: solid #e6e6e6;
  border-width: 0px 0px 1px 0px;
}
.inquiry_table tr:last-child {
  border: none;
}
.inquiry_table th, .inquiry_table td {
  padding: 20px 0;
}
.inquiry_table th {
  width: 30%;
  position: relative;
  text-align: left;
}
.inquiry_table th .required {
  background: #999999;
  color: #fff;
  padding: .5em .65em;
  font-size: .9em;
  line-height: 1;
  position: absolute;
  right: 35px;
  border-radius: 5px;
}
.inquiry_sel {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: #003f98;
  float: left;
  border-radius: 5px;
}
.inquiry_sel::before {
  position: absolute;
  top: 1.5em;
  right: 1.0em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
  pointer-events: none;
}
.inquiry_sel select {
  font-size: 16px;
  padding: 16px 38px 15px 20px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
body, input, textarea, select {
  font-size: 16px;
}
.inquiry_sel option {
  color: #231815;
}
.inquiry_table input[type="text"], .inquiry_table textarea {
  padding: .5em;
  border: none;
  border-radius: 5px;
  width: calc(100% - .5em * 2);
  outline: none;
  font-family: inherit;
}
.inquiry_table input[type="text"] {
  height: 40px;
}
.inquiry_table textarea {
  height: 140px;
  resize: vertical;
}
.textf_s {
  width: 25% !important;
}
.textf_m {
  width: calc(75% - .5em * 2) !important;
  margin: 10px 0px;
}
.textf_m_h {
  display: inline-block;
  width: 25% !important;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio_btn {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 0px 10px 30px;
  position: relative;
  width: auto;
  min-width: 102px;
  font-weight: bold;
}
.radio_btn::before {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio_btn::after {
  background: #003f98;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + .radio_btn::after, input[type=checkbox]:checked + .radio_btn::after {
  opacity: 1;
}
.inquiry_btn button {
  background: #000;
  height: 50px;
  width: 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  transition: .2s;
  font-size: 1.07em;
  font-weight: bold;
  position: relative;
}
.inquiry_btn button.back {
  background: #999;
  width: 90%;
}
.inquiry_btn button::before, .inquiry_btn button::after {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  background: #3366ad;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: right center;
}
.inquiry_btn button::before {
  transform: translateY(-50%) skewY(30deg);
}
.inquiry_btn button::after {
  transform: translateY(-50%) skewY(-30deg);
}
@media screen and (max-width: 750px) {
  .w-base {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .m-pageTitle-simple, .attr {
    display: none;
  }
  .inquiry {
    width: 100%;
    margin: 0 auto;
    font-size: 0.9em;
  }
  .inquiry_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }
  .inquiry_table tr {
    height: 100px;
  }
  .inquiry_table th, .inquiry_table td {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0 3px;
  }
  .inquiry_table th .required {
    padding: .5em .65em;
    font-size: .9em;
    line-height: 1;
    position: absolute;
    right: 0px;
    border-radius: 5px;
  }
  .inquiry_sel {
    height: 95%;
    margin-bottom: 20px;
  }
  .inquiry_sel select {
    font-size: 1.0em;
    padding: 20px 30px 19px 20px;
  }
  .inquiry_sel::before {
    top: 1.5em;
    right: 1.0em;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ffffff;
  }
  .inquiry_sel option {
    font-size: 0.4em;
  }
  .inquiry_table input[type="text"], .inquiry_table textarea {
    height: 60%;
    font-size: inherit;
  }
  .inquiry_table textarea {
    margin-bottom: 15px;
  }
  .inquiry_btn button {
    height: 70px;
  }
  .inquiry_btn button::before, .inquiry_btn button::after {
    width: 12px;
    height: 4px;
    right: 20px;
  }
  .inquiry_btn button.back {
    width: 100%;
  }
}</pre></body></html>