.fs-l-pageMain {
    @media (width <= 768px) {
         width: 100%; 
        margin-inline: auto;
    }
}
h1.fs-c-heading.fs-c-heading--page {
    display: none;
}

#leeep{
max-width:980px;
margin:0 auto;
text-align:center;
padding-bottom: 30px;
/*font-famiry:YuGothic;*/
}

#leeep ._pc{
display:block;
}

#leeep ._sp{
display:none;
}


#leeep h3{
position: relative;
padding-top: 2.5rem;
padding-bottom: 2rem;
border-bottom: 1px solid #211f1a;
background-color: #fff;
font-size: 2.6rem;
}

#leeep h3:before{
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%) skew(-25deg);
height: 20px;
width: 10px;
border-right: 1px solid #211f1a;
background-color: #fff;
content: "";
}

#leeep h4.lead{
font-size: 2.2rem;
line-height: 2.5em;
}

#leeep h4.lead span {
  border-bottom: 2px dotted #211f1a;
  padding: 5px;
  }

#leeep h4.cath{
font-size: 2.6rem;
margin: 20px auto 7px auto;
padding:10px 0;
}

#leeep .main{
padding: 1rem 0 2.5rem;
text-align:center;
}
#leeep .desc{
text-align:center;
background-color: #ececec;
padding: 15px;
margin-bottom: 30px;
}

#leeep .desc_title{
text-align:left;
background-color: #790000;
color: #fff;
font-size: 1.8rem;
padding: 10px;
margin: 25px auto;
}２

#leeep .info{
text-align:left;
margin: 20px auto;
}

#leeep .info_title{
font-size: 1.6rem;
line-height: 1.8em;
text-align:left;
padding: 5px 10px;
background-color: #211f1a;
color: #fff;
margin: 10px auto;
}

#leeep .info p{
text-align:left;
margin: 20px auto;
}


@media screen and (max-width:480px) { 
    /*　画面サイズが480pxまではここを読み込む　*/
 #leeep {
width:95%;
}

#leeep ._sp{
display:block;
}
#leeep ._pc{
display:none;
}
#leeep h3{
font-size: 2.1rem;
}

#leeep h4.lead{
font-size: 1.7rem;
line-height: 2.3em;
}

#leeep h4.cath{
font-size: 1.9rem;
padding:5px 0;
font-weight: bold;
}

}
