@charset "UTF-8";

.dataHead01 {
text-align: center;
}

.dataHead01 span {
font-size: 36px;
font-size: 3.6rem;
display: inline-block;
border-bottom: 3px solid #000;
margin-bottom: 30px;
padding-bottom: 10px;
font-weight: 500;
}
.dataHead01 span strong {
font-size: 42px;
font-size: 4.2rem;
}

.dataHead02 {
text-align: center;
margin-bottom: 40px;
font-size: 1.7rem;
padding-bottom: 15px;
padding-top: 20px;
font-weight: 500;
}


.dataHead02 span {
font-family: 'Roboto Condensed', sans-serif;
font-size: 3.2rem;
color: #2aa53b;
display: block;
margin-bottom: 10px;
font-weight: 700;
}

.dataList ul{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
width: 99%;
margin: 0 auto;
}

.dataList ul li {
width: 24%;
max-width: 420px;
margin-right: 1.3%;
box-shadow: 0 0 6px #ddd;
position: relative;
margin-bottom: 30px;
}

.dataList ul li.rm0 {
margin-right: 0;
}
.dlistHead{
font-size: 2.2rem;
font-size: 22px;
text-align: center;
padding: 18px 0 15px;
}
.dlistHead small {
display: block;
text-align: center;
font-size: 1.5rem;
font-size: 15px;
}

.dlistHead:before{
content: "";
width: 170px;
height: 4px;
display: block;
background:#2aa53b;
position: absolute;
top: 0;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.dataList ul li.fixW {
width: 49.3%;
max-width: 880px;
}

.shadowBox {
box-shadow: 0 0 6px #ddd;
width: 90%;
max-width: 1200px;
text-align: center;
position: relative;
padding: 40px 0;
margin: 0 auto 40px;

} 
.shadowHead{
	text-align: left;
	margin-bottom: 40px;
	}
.shadowHead span {
    font-size: 2.8rem;
    font-size: 28px;
    padding: 10px 20px;
	color: #fff;
	background: #2aa53b;
}

.ancHead {
text-align: center;
    font-size: 3.0rem;
    font-size: 30px;
	margin-bottom: 30px;
}
.ancHead strong{
    font-size: 5.7rem;
    font-size: 57px;
	color: #2aa53b;
}

.ancList  {
width: 80%;
max-width: 1000px;
margin: 0 auto;
}

.ancList ul {
display: flex;
justify-content: space-between;
}

.ancList li {
max-width: 325px;
padding-bottom: 60px;
}

.circle {
position: relative;
}

.ancList li .txt01 {
background: #000;
position: absolute;
padding: 5px 0;
width: 60%;
border-radius: 50px;
text-align: center;
color: #fff;
bottom: 10px;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
      font-size: 2.3rem;
    font-size: 23px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.ancList li .txt02 {
      font-size: 1.8rem;
    font-size: 18px;
   font-family: 'notoserif';
	font-weight: 300;
	text-align: center;
}

.ancList li .txt03 {
      font-size: 2.4rem;
    font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #2aa53b;
}

.ancList li a {
display: block;
}

.ancList li a:hover {
text-decoration: none;
opacity: 0.8;
}


.ancarrow {
    position: relative;
}
.ancarrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-top: 2px solid #26bfd6;
  border-right: 2px solid #2aa53b;
  transform: translateX(-50%) rotate(135deg);
}


#contents.min3 {
display: block;
width: 100%;
max-width: 1920px;
margin: 0 auto;
}

.imgHead {
display: inline-block;
background: #000;
color: #fff;
    font-size: 38px ;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	padding: 24px 30px;
}

.imgHead span{
      font-size: 2.0rem;
    font-size: 20px;
   font-family: 'notoserif';
	font-weight: 300;
	margin-left: 10px;
	vertical-align: middle;
}
.mainImg {
position: relative;
margin-bottom: 40px;
}
.overTxt {
position: absolute;
    top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}

.bgW span {
background: #fff;
	padding: 12px 30px;
	      font-size: 2.6rem;
    font-size: 26px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.bgW span strong {
	color: #2aa53b;
	font-weight: 500;
}

.pointList {
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
.pointList li{
width: 100%;
text-align: center;
margin-bottom: 60px;
}

.pointList li dl {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.pointList li dt {
width: 22%;
}
.pointList li dt .circle {
position: relative;
}

.pointList li dt .circle .txt01 {
background: #000;
position: absolute;
padding: 5px 0;
width: 75%;
border-radius: 50px;
text-align: center;
color: #fff;
bottom: 10px;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
      font-size: 2.3rem;
   font-size: 16px;
	font-weight: 700;
}

.pointList li dd {
background: #eee;
position: relative;
padding: 30px;
border-radius: 20px;
width: 73%;
align-self: center;
}

.pointList li dd:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40%;
  border-right: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  }

.pointList li dd span {
padding-bottom: 10px;
	      font-size: 2.4rem;
		  	font-size: 24px;
			font-weight: 500;
			line-height: 1.7;
}

.pointList li dd span strong{
	color: #2aa53b;
	font-weight: 500;
}

.pointList li dd h3 span{
background:#2aa53b;
padding: 8px 30px;
border-radius: 50px;
color:#fff;
text-align: center;
font-size: 28px;
}
.pointList li dd h3 {
text-align: center;
margin-bottom: 20px;
}

.pointImg {
    width: 75%;
    margin: 0 auto;
    max-width: 865px;
}

/*.pointList li dl dd {
line-height: 30px;
margin-bottom: 40px;

}
.pointList li dl dd span {
padding-bottom: 10px;
	      font-size: 3.2rem;
		  	font-size: 32px;
			font-weight: 500;
			line-height: 1.7;
}

.pointList li dl dd span strong {
	color: #2aa53b;
	font-weight: 500;
}
.pointList li dl dd img {
width: 90%;
}

.pointList li dl dt {
margin-bottom: 20px;
display: inline-block;
color: #fff;
background: #000;
padding: 10px 20px;
font-weight: 600;
border-radius: 50px;
}
*/