#flow {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 100px;
	position: relative;
	z-index: 9;
	padding-top: 50px;
}
#flow .flow01 {
	margin-bottom: 80px;
}
#flow .flow01:last-child {
	margin-bottom: 40px;
}
#flow .flow01 .txt {
	max-width: 750px;
	width: 100%;
	margin: 0px auto 30px;
}
#flow .flow01 .ph {
	margin-bottom: 20px;
}
#flow .flow01 .ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 110%;
}
#flow .flow01 .list1 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 40px;
}
#flow .flow01 .list1 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	border: #888 1px solid;
	padding: 15px;
	text-align: center;
	font-weight: 500;
}
#flow .flow01 .list1 li:last-child {
	margin-right: 0;
}
#flow .flow01 .list1 li .tel {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 190%;
	line-height: 120%;
}
#flow .flow01 .list1 li span {
	font-size: 90%;
}
#flow .flow01 .list1 li a {
	display: block;
	text-align: center;
	background-color: #888;
	border: #888 2px solid;
	color: #fff;
	font-weight: 400;
	padding: 10px 0;
	margin-top: 10px;
}
#flow .flow01 .list1 li a:hover {
	color: #888;
	background: none;
}
#flow .flow01 .list2 {
	overflow: hidden;
}
#flow .flow01 .list2 li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
#flow .flow01 .list2 li:last-child {
	margin-right: 0;
}
#flow .flow01 .list2 li img {
	margin-bottom: 10px;
}
#flow .flow01 .list2 li p {
}
#flow .flow01 .list2 li p strong {
	display: block;
	font-weight: 500;
	color: #666;
}


#faq {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 50px;
	position: relative;
	z-index: 9;
	border-top: #888 3px solid;
	padding: 50px 3% 40px;
	background-color: #fff;
}
#faq .ttl_style01 {
	position: static;
	margin-bottom: 30px;
}
#faq .txt {
	margin-bottom: 40px;
}
#faq .txt a {
	display: inline-block;
	margin: 0px 3px;
	text-decoration: underline;
}
#faq .nav {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 40px;
	overflow: hidden;
}
#faq .nav li {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 5px;
}
#faq .nav li:nth-child(2n) {
	margin-right: 0;
}
#faq .nav li a {
	display: block;
	padding: 10px 15px;
	background-color: #eee;
	height: 100%;
	line-height: 160%;
}
#faq .nav li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  margin-right: 10px;
}
#faq .nav li a:hover {
	background-color: #888;
	color: #eee;
}
/* アコーディオン */
.container_accordion {
  margin: 20px auto 60px;
  width: 100%;
}

.container_accordion h3 {
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.4em 0.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.container_accordion h3 {
	padding: 0 0 0.4em;
	text-align: left;
	display: block;
}
}
	
.accordion .accordion-item {
  border-bottom: 1px solid lightgray;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #D80C18;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #313131;
  font-size: 1em;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #D80C18;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #D80C18;
  border: 1px solid #D80C18;
}
.accordion button .accordion-title {
  padding: 1em 2em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #D80C18;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 41em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content table {
	margin-bottom: 2em;
	border-collapse: collapse;
	width: 100%;
}
.accordion .accordion-content table th,
.accordion .accordion-content table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.accordion .accordion-content table th {
	background-color: #eee;
}
.accordion .accordion-content table td {
}




@media screen and (max-width: 900px) {
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 600px) {
	#flow .flow01 .list1 li {
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 15px;
		margin-bottom: 0;
	}
	#flow .flow01 .list1 li:last-child {
		border-top: none;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	#faq {
		padding: 50px 5% 10px;
	}
	#faq .nav li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}