@charset "utf-8";
/* A Modern CSS Reset ------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role=list],
ol[role=list],
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* page
-----------------------------------------------*/
* {
  --color1: #003557;
  --color2: #00AFDD;
}
html {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  html {
    margin-top: 48px;
  }
}
body {
  width: 100%;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}
.spOnly {
  display: none;
}
.mainBox {
  background: #fff;
  padding-bottom: 100px;
}
#msHeader {
  height: 80px;
  box-shadow: none;
}
#msHeader .hInner {
  padding-top: 0;
}
#msHeader .hLogo {
  top: 32px;
}
@media screen and (max-width: 750px) {
  #msHeader {
    height: 48px;
  }
  #msHeader .hLogo {
    top: 24px;
    left: 0;
    width: 220px;
    height: 20px;
  }
  #msHeader .hLogo a {
    height: 20px;
  }
  #msHeader .hLogo a::before {
    width: 220px;
    height: 20px;
  }
}
footer {
  border-top: solid 1px #000;
}
footer .inner {
  max-width: 900px;
  padding: 40px 0;
  margin: auto;
}
footer .inner .link {
  display: flex;
  justify-content: space-between;
}
footer .inner .link ul {
  display: flex;
  margin-bottom: 48px;
}
footer .inner .link ul:nth-of-type(1) li {
  height: fit-content;
  padding: 0 8px;
}
footer .inner .link ul:nth-of-type(1) li:not(:last-of-type) {
  border-right: solid 1px #000;
}
footer .inner .link ul:nth-of-type(2) {
  gap: 24px;
  align-items: center;
}
footer .inner .link ul:nth-of-type(2) li {
  width: 28px;
}
footer .inner .link+p {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  footer .inner {
    padding: 40px 0 12px;
  }
  footer .inner .link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  footer .inner .link ul {
    margin-bottom: 0;
  }
  footer .inner .link ul:nth-of-type(1) {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .inner .link ul:nth-of-type(1) li:last-of-type {
    margin-top: 1em;
  }
  footer .inner .link+p {
    text-align: center;
  }
}
.contentsTtl {
  margin: 40px 0 48px;
  text-align: center;
}
.contentsTtl h1 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  color: var(--color1);
  text-align: center;
}
.contentsTtl p {
  line-height: 1.5;
}
.step {
  margin-bottom: 48px;
}
.step ul {
  display: flex;
}
.step ul li {
  width: calc(100% / 3);
  padding: 14px 0;
  background: #e8e8e8;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
}
.step ul li.now {
  background: var(--color1);
  font-weight: bold;
  color: #fff;
}
.step ul li:nth-of-type(1) {
  clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
}
.step ul li:nth-of-type(2) {
  clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%, 3% 50%);
}
.step ul li:nth-of-type(3) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}
.contentsTit02 {
  min-height: auto;
  margin: 56px 0 16px 0;
  padding: 6px 0 6px 11px;
  border-left: solid 5px var(--color1);
  background: none;
  font-size: 20px;
  color: var(--color1);
  clear: none;
}

.inquiryTit01 {
  margin: 0;
  padding: 8px 0 0 18px;
  background: transparent url(../../../common/images/tit_bg02.jpg) no-repeat 0 0;
  min-height: 22px;
  _height: 22px;
  font-size: 120%;
  color: #FFF;
  clear: both;
}
.contentsLeft {
  width: 900px;
  float: none;
  margin: auto;
}
.contentsLeft input {
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.contentsLeft input[type="text"],
.contentsLeft select {
  height: 34px;
  padding: 5px;
  border-radius: 2px;
  border: solid 1px #777;
  line-height: 34px;
}
.contentsLeft input[name="corporate"],
.contentsLeft input[name="section"],
.contentsLeft input[name="address1"],
.contentsLeft input[name="address2"],
.contentsLeft input[name="other_corporate_name"] {
  width: 50%;
}
*:first-child+html .contentsLeft input {
  vertical-align: middle;
}
.contentsLeft label {
  margin: 0;
  padding: 0 5px 0 0;
  clear: both;
}
.contentsLeft textarea {
  margin: 0;
  padding: 2px;
  font-size: 100%;
  width: 98%;
  clear: both;
}
.textRed {
  display: inline-block;
  padding: 4px 6px 2px;
  margin: 4px 0 0 4px;
  background: #BB1F1F;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.contentsLeft p.textRight {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: right;
  clear: both;
}
.inquiryTable01,
.inquiryTable02 {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.inquiryTable01 th,
.inquiryTable02 th {
  padding: 30px 20px;
  width: 225px;
  background: #F5F5F5;
  border-top: solid 1px #B8B8B8;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.inquiryTable01 tr:last-of-type th,
.inquiryTable02 tr:last-of-type th,
.inquiryTable01 tr:last-of-type td,
.inquiryTable02 tr:last-of-type td {
  border-bottom: solid 1px #B8B8B8;
}
.inquiryTable01 td,
.inquiryTable02 td {
  padding: 30px 20px;
  border-top: solid 1px #B8B8B8;
}
form[name="confirmForm"] .inquiryTable01 th,
form[name="confirmForm"] .inquiryTable02 th {
  padding: 12px 20px;
}
form[name="confirmForm"] .inquiryTable01 td,
form[name="confirmForm"] .inquiryTable02 td {
  padding: 12px 20px;
}
.inquiryTable01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inquiryTable01 li {
  margin: 5px 5px 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
}
.inquiryTable01 dl {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
}
.inquiryTable01 dt {
  margin: 0;
  padding: 0;
}
.inquiryTable01 dd {
  margin: 5px 5px 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
}
.inquiryTable01 dl.head {
  margin: 0;
  padding: 0;
  clear: both;
}
.inquiryTable01 dt {
  margin: 0;
  padding: 0;
}
.inquiryTable01 dd {
  margin: 5px 5px 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
}
.inquiryTable02 {
  margin: 15px 0;
}
*:first-child+html .inquiryTable02 th.sub {
  width: 78px;
}
body:first-of-type body .inquiryTable02 th.sub {
  width: 78px;
}
.inquiryTable01 td span.sub,
.inquiryTable02 td span.sub {
  display: inline-block;
  width: 84px;
  margin-right: 24px;
}
.inquiryTable01 td span.sub {
  width: 96px;
}
form[name="confirmForm"] .inquiryTable01 th.sub {
  width: calc(225px / 2);
}
.inquiryTable02 .postCode p {
  margin: 10px 0 0 112px;
  font-size: 12px;
}
.inquiryTable02 textarea[name="negotiation_other"] + p {
  margin: 8px 0 0 0;
  font-size: 12px;
}
.inquiryTable02 ul {
  list-style: none;
}
.inquiryTable02 li {
  line-height: 1.7;
}
.inquiryTable02 dl {
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
}
.inquiryTable02 dt {
  margin: 0;
  padding: 0;
}
.inquiryTable02 dd {
  margin: 5px 5px 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
}
.contentsLeft p.inquiryComment {
  margin: 100px 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.name {
  margin: 0;
  padding: 0 5px 0 0.7em;
}
.name02 {
  margin: 0;
  padding: 0 5px 0 0;
}
.inquiryBtn {
  position: relative;
  width: 540px;
  margin: auto;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.inquiryBtn input,
.thanks .inquiryBtn a {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #00AFDD;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inquiryBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
}
.inquiryBtn input:hover,
.thanks .inquiryBtn a:hover {
  background: #003557;
  text-decoration: none;
}
form[name="confirmForm"] .inquiryBtn {
  display: flex;
  gap: 24px;
  width: auto;
  margin-top: 40px;
}
form[name="confirmForm"] a {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #00AFDD;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form[name="confirmForm"] a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #fff;
  transform: translateY(-50%);
}
form[name="confirmForm"] a:nth-of-type(1)::after {
  right: unset;
  left: 20px;
  border-left: none;
  border-right: solid 6px #fff;
}
form[name="confirmForm"] a:hover {
  background: #003557;
  text-decoration: none;
}
.errorMessageA01 {
  border: 1px solid #D01423;
  color: #D01423;
  padding: 10px 25px;
}
/* 20200721追加 */
.g-recaptcha {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 300px;
  margin-top: 20px;
}
#warningMsg {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #D01423;
}
a.not-allowed {
  cursor: not-allowed;
}
a.allowed {
  cursor: pointer;
}
/* 20200721追加 */
.Caution {
  margin: 40px 0;
  padding: 30px;
  border: solid 2px #003557;
  line-height: 1.7;
}
.Caution h3 {
  margin-bottom: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .contentsBox {
    width: auto;
  }
  .footstepBox {
    width: 691px;
    margin: 0 auto;
  }
  .contentsLeft,
  .contentsRight {
    float: none;
    margin: 0 auto;
  }
  .contentsRight {
    width: 691px;
  }
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  body {
    font-size: 14px;
  }
  * {
    box-sizing: border-box;
  }
  .mainBox {
    padding: 0 10px 64px;
  }
  .contentsTtl {
    margin: 16px 0 32px;
  }
  .contentsTtl h1 {
    font-size: 24px;
  }
  .footstepBox,
  .contentsBox,
  .contentsImg {
    width: auto;
  }
  .contentsLeft {
    width: 100%;
  }
  .step ul li {
    padding: 20px 0;
    font-size: 14px;
  }
  .step ul li:nth-of-type(1) {
    clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%);
  }
  .step ul li:nth-of-type(2) {
    clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0 100%, 7% 50%);
  }
  .step ul li:nth-of-type(3) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 50%);
  }
  .inquiryTable01,
  .inquiryTable02 {
    width: 100%;
  }
  .inquiryTable01 tr:last-of-type th,
  .inquiryTable02 tr:last-of-type th,
  .inquiryTable01 tr:last-of-type td,
  .inquiryTable02 tr:last-of-type td {
    border-bottom: none;
  }
  form[name="confirmForm"] .inquiryTable01 tr:last-of-type th,
  form[name="confirmForm"] .inquiryTable01 tr:last-of-type td {
    border-bottom: none;
  }
  .inquiryTable01 td {
    border-top: none;
  }
  .inquiryTable01 th,
  .inquiryTable01 td,
  .inquiryTable02 th,
  .inquiryTable02 td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .inquiryTable01 th:first-of-type,
  .inquiryTable01 td:first-of-type {
    border-top: none;
    border-bottom: none;
  }
  .inquiryTable01 th,
  .inquiryTable02 th {
    padding: 20px 16px;
  }
  .inquiryTable01 dd {
    display: block;
    float: none;
    white-space: wrap;
  }
  .inquiryTable01 li {
    float: none;
  }
  .inquiryTable01 dd input,
  .inquiryTable01 li input {
    width: 24px;
  }
  .inquiryTable01 td {
    padding: 12px 10px 0;
  }
  form[name="confirmForm"] .inquiryTable01 td {
    padding: 12px 10px 32px;
  }
  .inquiryTable01 td,
  .inquiryTable02 td {
    padding: 12px 10px 32px;
  }
  .inquiryTable01 td span.sub,
  .inquiryTable02 td span.sub {
    display: block;
  }
  .inquiryTable01 td span.sub {
    margin-bottom: 4px;
  }
  form[name="confirmForm"] .inquiryTable01 th.sub {
    width: 100%;
  }
  .inquiryTable02 select {
    width: 100%;
    padding: 4px 8px;
  }
  .postCode input:nth-of-type(1) {
    width: 70px;
    margin-right: 5px;
  }
  .postCode input:nth-of-type(2) {
    width: 140px;
  }
  .inquiryTable02 .postCode p {
    margin: 10px 0 0 0;
  }
  .contentsLeft td {
    line-height: 40px;
  }
  .contentsLeft td li,
  .contentsLeft td dd,
  .contentsLeft td span {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .contentsLeft input {
    width: 100%;
    padding: 4px;
    margin: 0;
    vertical-align: 0;
  }
  .contentsLeft input[name="corporate"],
  .contentsLeft input[name="section"],
  .contentsLeft input[name="address1"],
  .contentsLeft input[name="address2"],
  .contentsLeft input[name="other_corporate_name"] {
    width: 100%;
  }
  .contentsLeft td>input,
  .contentsLeft td div>input,
  .contentsLeft td select {
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
  }
  .contentsLeft td select#shop_id {
    width: 100%;
    margin-top: 8px;
  }
  .contentsLeft textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #999;
    border-radius: 3px;
  }
  .tel input {
    width: 25%;
  }
  .tel input:not(:last-child) {
    margin-right: 5px;
  }
  .inquiryTable02 td span {
    display: block;
    margin-top: 5px;
  }
  .inquiryTable02 li {
    float: none;
    /* display: inline-block; */
    /* margin: 0px 60px 0px 0; */
  }
  .inquiryTable01 label input {
    width: auto;
    margin-right: 4px;
  }
  .inquiryTable02 li input {
    width: 30px;
  }
  .inputListA01 li {
    display: block;
    margin: 0px 12px 10px 0;
  }
  .inputListA01 li input:first-child {
    width: 24px;
  }
  .inputListA01 li input:nth-child(2),
  .inquiryTable02 li input:nth-child(2) {
    display: block;
    width: 100%;
    height: 40px;
    margin: 4px 0 -15px 6px;
    border: 1px solid #999;
    border-radius: 3px;
  }
  .inquiryTable02 li:last-child input:nth-child(2) {
    margin: 4px 0 0 6px;
  }
  .contentsRight {
    display: none;
  }
  .Accept input {
    width: 24px;
  }
  .Caution {
    padding: 16px;
    font-size: 14px;
  }
  .Caution h3 {
    margin-bottom: 8px;
  }
  .inquiryBtn {
    width: 100%;
  }
  .inquiryBtn input,
  .thanks .inquiryBtn a {
    padding: 14px 8px;
  }
  form[name="confirmForm"] .inquiryBtn {
    gap: 16px;
  }
  form[name="confirmForm"] a {
    padding: 14px 0;
  }
}