@charset "UTF-8";
/* ===================================================================

	about CSS

=================================================================== */
.lead_ttl{
	margin: 0 0 40px;
}

.page_content {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px 30px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
}
.about_area{
	padding: 0 0 0;
	max-width: 600px;
	margin: 0 auto 100px;
}
/*
.about_area p{
	margin: 0 0 40px;
}
*/

.about_area ol{
	margin: 0 0 40px;
}
.ttl_sub{
  width: 80%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
  font-weight: 500;
  font-size: clamp(18px, 1.9vw, 20px);
	text-align: center;
	color: #005bab;
	line-height: 1.2;
  border-bottom: 1px solid #005bab;
}
@media all and (max-width: 767px){
.about_area{
	margin: 0 auto 30px;
}
.page_content {
  padding: 15px 15px 30px;
}
.ttl_sub{
  width: 100%;
}
}
ul.about_set{
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.about_set {
  list-style-type: decimal;
  padding-left: 1.5em;
}

ul.about_set > li {
  margin-bottom: 0.5em;
}



table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 1.5rem;
}

table tr {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
}
table th,
table td {
  padding: 1em 10px 0.6em 10px;
}
tbody th {
  color: #333333;
  width: 20%;
  font-weight: 500;
}
.table01 > tbody > tr > th{
  text-align: right;
}
@media screen and (max-width: 767px) {
.table01 > tbody > tr > th{
  text-align: left;
}
.table01 > tbody > tr > th.none{
	display: none;
}

}
.txt{
   text-align: left;
}
.price{
   text-align: right;
}
table tr td.txt p{
	font-size: 1.3rem;
	margin-bottom: 0;
}
table tr td.txt p:before{
  content: "■";
  color: #005bac;
  margin-right: 0.1em;
}
table tr td.txt.bullet{
	text-indent: -1em;
}
table tr td.txt.bullet::before{
  content: "●";
  color: #005bac;
  margin-right: 0.1em;
}

@media screen and (max-width: 767px) {
table tr td.txt.bullet{
	text-indent: 0;
}
table tr td.txt.bullet::before{
	display: none;
}
table {
  border: 0;
  width:100%;
  font-size: 1.4rem;
}
table th{
display: block;
border-right: none;
border-bottom: 0px dotted #cccccc;
padding-bottom: .6em;
width: 100%;
background-color: #efefef;
}
table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table tr {
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px dotted #cccccc;
}

table td {
  border-bottom: 1px solid #bbb;
  display: block;
  text-align: right;
  position: relative;
  padding: .625em .625em .625em 10px;
  border-right: none;
}

table td::before {
  content: attr(data-label);
  font-weight: bold;
  position: absolute;
  left: 10px;
}

table td:last-child {
  border-bottom: 0;
}
}

main .content{
	width: 100%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 767px){
main side{
	width: 100%;
	margin: 0;
	padding: 0 10px 10px;
	order: 2;
}
main .content{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
}

.about_area .ttl{
	width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
  color: #005bac;
  font-weight: 500;
}

.about_area .ttl:before{
  content: "■";
  color: #005bac;
  margin-right: 0.1em;
}
.about_box{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #005bab;
}
.border_btm0{
	border-bottom: 0px solid #005bab;
}

ul.about_lead_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.about_lead_set > li:first-child{
	width: 62%;
	margin: 0;
	padding: 0;
}
ul.about_lead_set > li:last-child{
	width: 30%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}
@media all and (max-width: 600px){
ul.about_lead_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
ul.about_lead_set > li:last-child{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	order: 1;
}
ul.about_lead_set > li img{
	width: 60%;
	margin: 0 auto 10px;
}
}





ul.about_lead_set li p{
	margin: 0;
}