@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     お問い合わせ
 Notes:          
--------------------------------------------------------------- */
h1.page-title {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
  padding: 2.1em 0 1em;
  font-size: 3em;
  text-align: center;
}
section.sec01 {
  
}
.txt-area {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 5%;
}
.sec01 .txt01 {
  margin: 0 auto 5%;
  font-size: 1.4em;
}
.sec01 .txt02 {
  font-size: 1.2em;
  margin: 2% 0;
  text-align: center;
}
.sec01 .tel {
  font-size: 3.5em;
  text-align: center;
  line-height: 1.5;
  background: #FFDABB;
}
.sec01 .area {
  width: 54%;
  max-width: 950px;
  margin: 0 auto 5%;
}
.sec01 span.req {
  margin: 0 0 0 0.5em;
  padding: 0 0.5em;
  display: inline-block;
  color: #FFF;
  line-height: 1.5;
  background: #FF8000;
}
.sec01 .wrap {
  margin: 0 auto 5%;
  display: flex;
}
.sec01 .box01 {
  width: 35%;
}
.sec01 .box02 {
  width: 65%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-weight: normal;
}
.sec01 .width01 {
  width: 70%;
}
.sec01 .width02 {
  width: 100%;
}
.sec01 .width03 {
  width: 100% !important;
  height: 10em !important;
}
.sec02 {
  padding: 8% 0;
  background: #EFEFEF;
}
.sec02 .privacy {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
}
.sec02 .txt01 {
  margin: 0 auto 5%;
}
.sec02 .txt02 {
  margin: 0 auto 5%;
}
.sec02 .txt03 {
  text-align: right;
}
/*accordion*/
dl.accordion {}
dl.accordion dt {
  cursor: pointer;
  word-wrap: break-word;
  display: block;
  padding: 1% 0;
  font-size: 1.5vw;
	text-align: center;
}
dl.accordion dt::after {
  content: '\00203a';
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 0.5em;
  display: inline-table;
  position: absolute;
  transform: rotate(90deg);
  font-size: 2em;
}
dl.accordion dt.open::after {
  content: '\00203a';
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 0.4em;
  display: inline-table;
  position: absolute;
  transform: rotate(-90deg);
  font-size: 2em;
}
dl.accordion dd {
  word-wrap:break-word;
	padding: 5% 0;
	margin: 0 auto;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #f2f2f2;
  list-style: none;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
h1.page-title {
  width: 90%;
  margin: 0 auto 5%;
  padding: 0;
  font-size: 25px;
}
.txt-area {
  width: 90%;
  margin: 0 auto;
}
.sec01 .txt01 {
  font-size: 16px;
}
.sec01 .tel {
  font-size: 35px;
}
.sec01 .txt02 {
  font-size: 14px;
}
.sec01 .area {
  width: 90%;
  margin: 0 auto 5%;
}
.sec01 .width01 {
  width: 100%;
}
.sec01 .width02 {
  width: 100%;
}
.sec01 .width03 {
  width: 100% !important;
  height: 10em !important;
}
.sec01 .wrap {
  display: block;
}
.sec01 .box01 {
  width: 100%;
  margin: 0 auto 2%;
}
.sec01 .box02 {
  width: 100%;
}
.sec02 .privacy {
  width: 90%;
  margin: 0 auto;
}
dl.accordion dt {
  font-size: 16px;
}
dl.accordion dd {
  font-size: 13px;
}
}