body {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
margin: 0 auto;
}
                                                                     
* {
  margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.only-pc {
display: inherit !important;
width: 95%;max-width: 1000px;margin: 0 auto;
 }
.only-sp {
 display: none !important;
}
.redtextonly{
     font-size: 33px;
    letter-spacing: 1.8px;
    line-height: 55px;
    color: #FF3336;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 40px;
    margin-top: 15px;
}
.redbox{
text-decoration: none;
    color: #fff;
    background-color: red;
    width: 55%;
    text-align: center;
    padding: 4px 30px 4px 30px;
    margin-left: -18px;
       border: 2px solid red;
    border-radius: 11px;
}
.redbox a{
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
}
.graybox{
text-decoration: none;
    color: #fff;
    background-color: gray;
    width: 43%;
    text-align: center;
    padding: 4px 30px 4px 30px;
    margin-left: -18px;
       border: 2px solid gray;
    border-radius: 11px;
}
a{  
text-decoration:none;
}
.redtxt{
color:#fff;
font-size:25px;
padding:10px;
}
.graytxt{
color:#fff;
font-size:25px;
padding:10px;
}
.lp1{
width: 40%;margin: 0 auto;
}
.col3img {
    margin: 0 auto;
    width: 80%;
}
h2{
font-size:35px;
}
p.cletter {
    font-size: 20px;
}

.center1{
margin-left:17px;
}
.center2{
margin-left:14px;
}
.center3{
margin-left:37px;
}
p.smalletter{
font-size: 23px;
}
.l1title{
font-size: 24px;
    line-height: 2;
    letter-spacing: 2px;

}
.redspan{
color:red;
}

 @media screen and (max-width: 748px) {
 .only-sp {
 display: inherit !important;
}
.only-pc {
display: none !important;
}
}
@media screen and (max-width: 748px){
.redtextonly{
         font-size: 29px;
    letter-spacing: 1.8px;
    line-height: 43px;
    color: #FF3336;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 40px;
    margin-top: 15px;
}
.graybox{
text-decoration: none;
    color: #fff;
    background-color: gray;
    width: 53%;
    text-align: center;
    padding: 4px 30px 4px 30px;
    margin-left: -18px;
       border: 2px solid gray;
    border-radius: 11px;
}
a{  
text-decoration:none;
}
.redtxt{
color:#fff;
font-size:25px;
padding:10px;
}
.graytxt{
color:#fff;
font-size:25px;
padding:10px;
}
.lp1{
width: 100%;margin: 0 auto;
}
.col3img {
    margin: 0 auto;
    width: 98%;
}
p.cletter {
    font-size: 20px;
}
.center1{
margin-left: -19px;
    font-size: 22px;
}
.center2{
margin-left: -32px;
    font-size: 22px;
}
.center3{
margin-left: 7px;
    font-size: 22px;
}
p.smalletter{
font-size: 23px;
}
}



.text{
margin: 0 2%;
width: 96%;
border: 1px solid #000;
padding: 0 10px;
box-sizing: border-box;
}
.txt1{
font-size:21px;
}
.cletter {
    font-size: 18px;padding: 20px 20px;
}
.redtxt1{
font-size: 18px;
color:red;
}
.txtbottomright{
    text-align: right;
   
}
.txtbottomright a{
 color:#000;
text-decoration: underline;
  text-decoration-color: #000;
} 

 @media screen and (max-width: 748px) {
.txt1{
font-size:35px;
}
.cletter{
font-size: 27px;
}
.redtxt1{
font-size: 20px;
color:red;
}
.txtbottomright{
   font-size: 18px;
    text-align: right;
   
}
.txtbottomright a{
text-decoration: underline;
  text-decoration-color: #000;
color:#000;
}
}



                                                                       