main{ 
 width: 1180px;
 margin: 60px auto;}

main .mainImg {
	margin-bottom: 10px;
}
main p{
	font-size: 1.4rem;
}
main h2{
 font-size: 2.4rem;
 line-height: 2.2rem;
 font-weight: normal;
 color: #e60012;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 60px;
}
main h2::before,
main h2::after {
            display: inline-block;
            width: 45px;
            height: 45px;
            content: '';
            border-top: 2px solid #e60012;
        }

        main h2::before {
            transform: rotateZ(65deg);
            transform-origin: left center;
        }

        main h2::after {
            transform: rotateZ(-65deg);
            transform-origin: right center;
        }

main section{
 display: flex;
 justify-content: space-between;
flex-wrap: wrap;
}
main section:after{
    content:"";
    display:block;
    width: 366px;
    height:0;
  }
main section dl{
	width: 366px;
	margin-bottom: 70px;
}
main section dt{
display:block;
 position: relative;
 pointer-events: none;
	background-color: #f3f5f7;
	min-height: 340px;
}
main section dt img{
	width: 100%;
}
main section dt h3{
 font-size: 2.0rem;
 line-height: 2.0rem;
	color: #333;
	margin: 20px 20px 0 20px;
}
main section dt p{
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
}
main section dt .btnStyle{
 display:none;
}
main section dd{
display:block;
 color: #333;
}
main section .open{
display:block;
color: #333;}

main section dt.hover{ box-shadow: none;}
main section dt.hover,
main section dt.on{ background-color:  none;}
main section dt.on .btnStyle::after{ transform:  none;}












main section ul{
 display: flex;
 justify-content: space-between;
flex-wrap: wrap;
	margin-top: 20px;
}
main section ul:after{
    content:"";
    display:block;
    width: calc(100% / 3);
    height:0;
  }
main section ul li{
 width: calc(100% / 3);
 margin-bottom: 20px;
}
main section ul.Rtitle li{
 width: calc((100% - 10px) / 2);
 margin-bottom: 20px;
}
main section ul li a{
  font-size: 1.4rem;
 line-height: 1.4rem;
	margin-left: 17px;
	display:inline-block;
	position: relative;
}
main section ul a:hover{
	color: #e60012;
}
main section ul a .redArrowS{
 left: -17px;
	top: 5px;}


/* 220707 */
h1.pageTitle span {
  font-size:2.4rem;
  display: block;
}
p.introduction {
  font-size:2.4rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 35px auto 50px;
}
