﻿.colarichback {
    color: black
    padding-top: 3em;
    padding-bottom: 2em;
 }   
    

.colarich_block h1 , .colarich_block h2, .colarich_block h3,.colarich_block h4,.colarich_block h5,.colarich_block h6,.colarich_block p ,.cosmecolumn_block p,.colabutton  {
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif
    padding: 6% 4%;
    
 }   
.season_title h1 {
         font-size: 35px;
    margin: 30px 10px 10px 10px;
     line-height: 30px;
      text-align: center;
   
}   

.season_title p {
  font-size: 18px;
    margin: 20px 0px 20px 10px;
     line-height: 30px;
    text-align: center;


}

.season_block1 h1 {
   font-size: 30px;
    margin: 100px 0px 15px 0px;
    border-bottom: 3px solid #71dbdc;
}

.season_block1 h2 {
   font-size: 25px;
    margin: 60px 0px 40px 0px;
    padding: 10px 20px;
    color: #41a3c1;
    border-left: 10px solid #71dbdc;
    border-bottom: 1px solid #E5E5E5;
}   

.season_block1 h3 {
     font-size: 20px;
    margin: 40px 10px 20px 20px;
     line-height: 30px;
     color: #666;
   
    
}   


.season_block1 p {
   font-size: 16px;
    margin: 30px 30px 20px 20px;
     line-height: 30px;
    color: #666;
}




.season_block2 h1 {
   font-size: 30px;
    margin: 40px 0px 30px 0px;
    border-bottom: 3px solid #71dbdc;
}

.season_block2 h2 {
   font-size: 25px;
    margin: 60px 0px 40px 0px;
    padding: 10px 20px;
    color: #41a3c1;
    border-left: 10px solid #71dbdc;
    border-bottom: 1px solid #E5E5E5;
}   

.season_block2 h3 {
     font-size: 20px;
    margin: 60px 10px 20px 20px;
     line-height: 30px;
     color: #666;
   
    
}   


.season_block2 p {
   font-size: 16px;
    margin: 110px 30px 20px 20px;
     line-height: 30px;
    color: #666;
}



.season_block3 p {
   font-size: 18px;
    margin: 80px 0px 60px 10px;
     line-height: 30px;
    text-align: center;

}



.seasonbutton {
    background-color: #71dbdc;
    margin: 80px 20px 10px 20px;
    border-radius: 10px;
    
}

.seasonbutton p {
    text-align: center;
    font-size: 25px;
    color: #000000;
    padding: 0.4em;
    position: relative;
}

.seasonbutton p :after {
   content: "";
    display: table-cell;
    width: 1vw;
    height: 1vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 33.3%;
    right: 3%;
}
 


.seasonbutton2 {
    background-color: #71dbdc;
    margin: 10px 20px 10px 20px;
    border-radius: 10px;
    
}

.seasonbutton2 p {
    text-align: center;
    font-size: 25px;
    color: #000000;
    padding: 0.4em;
    position: relative;
}

.seasonbutton2 p :after {
   content: "";
    display: table-cell;
    width: 1vw;
    height: 1vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 33.3%;
    right: 3%;
}
 
.colabutton {
    background-color: #71dbdc;
    margin: 10px 20px 90px 20px;
    border-radius: 10px;
    
}

.colabutton p {
    text-align: center;
    font-size: 30px;
    color: #000000;
    padding: 0.4em;
    position: relative;
}

.colabutton p:after {
    content: "";
    display: table-cell;
    width: 1vw;
    height: 1vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 33.3%;
    right: 3%;
}