@charset "UTF-8";
/* CSS Document */


.d_flex {
  display: flex;
}
.j_bw {
  justify-content: space-between;
}
.h2_title.round {
  font-size: 40px;
  font-size: min(4vw,40px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #313131;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width:768px){
.d_flex {
  display: block;
}		
.h2_title.round {
  margin-bottom: 30px;
  font-size: 21px;
}
}



#sec01 {
  padding: 40px 0 60px 0;
}

.section_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#sec01 h3 {
  font-size: 18px;
  margin: 60px auto 20px auto;
  font-weight: 600;
}
#sec01 li {
  font-size: 16px;
  line-height: 2;
}
.detail {
  line-height: 1.6;
}
p {
  line-height: 1.6;
}

@media screen and (max-width:1000px){
.section_inner {
	padding: 0 20px;
	}
}

@media screen and (max-width:768px){
#sec01 li {
  line-height: 1.6;
}
}




