@charset "utf-8";
.page-title h1 {
  max-width: 385px;
  width: 94%;
}
.price-list>h2{
  line-height: 1.2;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0;
}

.price-list>h2:nth-of-type(2){
  margin-top: 1em;
}
.price-list .flexbox {
  display: flex;
  flex-wrap: wrap;
}
.price {
  flex: 0 1 46%;
  margin: 4% 2%;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.price h2 {
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0.5em;
  padding: 4px 0;
  color: #3e221a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-weight: bold;
}
.price h2 span {
  font-size: 14px;
  margin-left: 10px;
  line-height: 1.5;
}
.price h2 br+span{
  display: inline-block;
}
.price h2:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #3e221a;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.price dl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 0;
  color: #3e221a;
}
.price dt {
  float: left;
  clear: left;
  background: #fff;
  margin-bottom: 10px;
  padding: 4px 12px;
}
.price dd {
  background: #fff;
  display: inline-block;
  float: right;
  padding: 4px 12px;
}
.price dd:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #000;
  opacity: 0.2;
  left: 0;
  transform: translateY(0.5em);
  position: absolute;
  z-index: -1;
}
#faq{
  padding-top: 0;
}
#faq h2{
  line-height: 1.2;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.faq {
	background: #FFF;
	margin: 0 2% 16px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}
.faq h3:before {
	content: 'Q.';
	text-align: center;
	color: #b43248;
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.faq.visible h3:before {
	color: #FFF;
	opacity: .5;
}
.faq:last-child {
	margin-bottom: 32px;
}
.faq.visible {
	border-radius: 3px;
	margin: 0 2% 32px;
}
.faq h3 {
	text-align: left;
	padding: 12px 40px;
	background: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
	border: 1px solid #CCC;
}
.faq.visible h3 {
	color: #FFF;
	background: #3e221a;
}
.faq h3 i {
	font-size: 16px;
	vertical-align: bottom;
	position: absolute;
	right: 12px;
	top: 16px;
	color: #3e221a;
	opacity: .5;
}
.faq.visible h3 i{
	color: #FFF;
	opacity: 1;
}
.faq .pulldown-wrapper {
	padding: 16px;
	padding-left: 40px;
	display: none;
	position: relative;
    background: #e8e8e8;
}
.faq .pulldown-wrapper:before {
	content: 'A.';
	text-align: center;
	color: #b43248;
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transition: all .2s;
	transition: all .2s;
}

@media only screen and (max-width: 768px) {
  .price{
    flex: 1 1 100%;
    margin: 5% 0;
  }
  .price h2{
    font-size: 32px;
    margin-bottom: .5em;
  }
  .price dl{
    margin-top: 16px;
  }
}
