@charset "UTF-8";
/*______________section1______________*/
.section1 {
  padding: 0;
  margin: 0 auto;
}
.section1-pc img{
	width: 100%;
}
.section1-sm {
display: none;
}
h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
  color: #009688;	
}
.section1-div2 {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
  padding: 50px 0;
  text-align: left;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 18px;
  line-height: 40px;
}
#section1{
	max-width: 980px;
	padding: 80px 50px;
	margin: 0 auto;
	text-align: center;
}

/*______________section2______________*/
.section2 {
  background-color: #f5f5f5;
  padding: 80px;
  text-align: center;
}
.border-radius {
  width: 170px;
  height: 170px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #009688;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.section2-div1 {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 1px 1px 5px grey;
  padding: 50px 0;
  height: auto;
}
.section2-div2 {
  margin: 30px;
}
table {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid #009688;
  border-bottom: 1px solid #009688;
}
table tr {
  border-bottom: 1px solid #009688;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  width: 30%;
  background-color: #e6fff8;
  color: black;
  text-align: center;
  padding: 25px 0;
}

table td {
  width: 70%;
  text-align: center;
  background-color: #FFF;
  padding: 25px 0;
line-height: 30px;
}

@media screen and (max-width: 480px) {
	h3 {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  color: #009688;	
}
	#section1{
	max-width: 980px;
	padding: 60px 20px;
	margin: 0 auto;
	text-align: center;
}
	.border-radius {
  width: 140px;
  height: 140px;
  font-size: 20px;
line-height: 28px;	
}
.section1-pc {
		display: none;
}
.section1-sm {
	display: block;
	  padding: 0;
  margin: 0 auto;
}
.section1-sm img {
width: 100%;
}
	.section1-div2 {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
  padding: 30px 0;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
		.section2 {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 50px 10px;
}
	.section2-div {
	padding: 10px;
	}
	.section2-div1 {
  padding: 30px 0 ;
}
	table th{
		font-size: 12px;
		padding: 29px 0;
	}
	table td{
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		padding: 25px 7px;
	}
}