@charset "UTF-8";
/* ----関数設定---- */
  /* ----------------------------------------------------------------------
サブページ共通
---------------------------------------------------------------------- */
main{
	    margin-top: 60px;
}
#content-header {
  background: #F1F1F1;
}
#content-header h1 {
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 6px;
  padding: 60px 0 50px;
	font-weight:bold;
  justify-content: center;
	font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px);
}
@supports not (font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px)) {
  #content-header h1 {
    font-size: max(16px, min(calc(0.7511737089vw + 13px), 24px));
  }
}
#content-header h1::before {
  content: "";
  background: #703E9B;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
  display: none;
}
#breadcrumbs {
  font-size: 12px;
  margin-bottom: clamp(30px, calc(2.8169014085vw + 19px), 60px);
  margin-top: 12px;
}
@supports not (margin-bottom: clamp(30px, calc(2.8169014085vw + 19px), 60px)) {
  #breadcrumbs {
    margin-bottom: max(30px, min(calc(2.8169014085vw + 19px), 60px));
  }
}
@media screen and (min-width: 1025px) {
  main {
    padding-bottom: clamp(50px, calc(12.20657277vw + 4px), 180px);
  }
  @supports not (padding-bottom: clamp(50px, calc(12.20657277vw + 4px), 180px)) {
    main {
      padding-bottom: max(50px, min(calc(12.20657277vw + 4px), 180px));
    }
  }
}
article {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
}
/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
#privacypolicy h3 {
  margin-top: 30px;
  font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px);
  border-bottom: solid 1px #CCC;
  padding: 5px 0;
  margin-bottom: 5px;
	font-weight:bold;
}
@supports not (font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px)) {
  #privacypolicy h3 {
    font-size: max(18px, min(calc(0.1877934272vw + 17px), 20px));
  }
}
#privacypolicy {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  #privacypolicy {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
#privacypolicy p {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  #privacypolicy p {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
#privacypolicy table{
	margin-top:20px;
}
#privacypolicy th{
	width:100px;font-weight:normal;
}
#privacypolicy ol{
	margin-left: 50px;
    list-style: square;
}
/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
form a {
  text-decoration: underline;
}
form .hissu {
  position: relative;
}
form .hissu::after {
  content: "必須";
  color: white;
  display: block;
  font-size: 11px;
  padding: 2px 5px;
  background: #c3030b;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  background: #F1F1F1;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}
form input[type="submit"] {
  display: block;
  background: url(../images/arrow.svg) no-repeat right 19px center/16px 16px, #703E9B;
  text-align: center;
  width: clamp(200px, calc(11.2676056338vw + 158px), 320px);
  border-radius: 30px;
  height: 60px;
  color: #FFF;
  font-weight: bold;
  line-height: 60px;
  font-family: "Montserrat", sans-serif;
  margin: 30px auto 0;
}
@supports not (width: clamp(200px, calc(11.2676056338vw + 158px), 320px)) {
  form input[type="submit"] {
    width: max(200px, min(calc(11.2676056338vw + 158px), 320px));
  }
}
form input[type="submit"]:hover {
  background: url(../images/arrow.svg) no-repeat right 19px center/16px 16px, #3d175e;
}
form #zip {
  width: 130px;
  margin-bottom: 5px;
}
form .wpcf7-previous {
  background: #e3e3e3;
  padding: 8px 32px;
}
#contact table.table1 th {
  border-right: none;
}
#contact table.table1 th p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contact table.table1 {
    border-spacing: 0;
    border-top: solid 1px #CBCBCB;
  }
  #contact table.table1 tr {
    display: table-row;
  }
  #contact table.table1 th, #contact table.table1 td {
    border-bottom: solid 1px #CBCBCB;
  }
  #contact table.table1 th {
    width: 245px;
  }
}
@media screen and (min-width: 1025px) {
  #contact table.table1 th {
    width: 240px;
  }
  #contact table.table1 td {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  #contact table.table1 th, #contact table.table1 td {
    display: block;
    width: 100%;
  }
  #contact table.table1 th {
    border-right: none;
    border-bottom: solid 1px #CCC;
  }
}
