﻿.colarichback {
    background-color: #f8f8f3;
    padding-top: 3em;
    padding-bottom: 2em;
 }   

.colarichimg {
    background-color: #f8f8f3;
 }   

    

. season_title h1, season_title p, season_block1 h1, season_block1 h2, season_block1 h3, season_block1 p, seson_button, season_button p {
    font-family:"角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    padding: 6% 4%;
    
 }   

.season_title h1 {
     font-size: 20px;
    margin: 30px 10px 10px 10px;
     line-height: 23px;
    text-align: center;
}   

.season_title p {
  font-size: 12px;
    margin: 20px 0 20px 0;
     line-height: 23px;
    text-align: center;

}

.season_block1 h1 {
    font-size: 14px;
    margin: 40px 15px 20px 15px;
    border-bottom: 3px solid #71dbdc;
}   

.season_block1 h2 {
    font-size: 14px;
    margin: 30px 20px 30px 20px;
    padding: 8px 15px;
    color: #41a3c1;
    border-left: 10px solid #71dbdc;
    border-bottom: 1px solid #E5E5E5;
}   

.season_block1 h3 {
    font-size: 14px;
    margin: 40px 10px 20px 10px;
     line-height: 23px;
    text-align: center;
}   


.season_block1 p {
    font-size: 11px;
     line-height: 20px;
    margin: 10px 15px 20px 15px;
}



.season_block2 h1 {
    font-size: 18px;
    margin: 40px 10px 20px 10px;
    border-bottom: 3px solid #71dbdc;
}   

.season_block2 h2 {
    font-size: 14px;
    margin: 20px 20px 30px 20px;
    padding: 10px 20px;
    color: #41a3c1;
    border-left: 10px solid #71dbdc;
    border-bottom: 1px solid #E5E5E5;
}   

.season_block2 h3 {
    font-size: 14px;
    margin: 40px 10px 20px 10px;
     line-height: 30px;
    text-align: center;
}   


.season_block2 p {
    font-size: 11px;
     line-height: 20px;
    margin: 10px 10px 20px 10px;
}


.season_block3 p {
  font-size: 12px;
    margin: 30px 0 20px 0;
     line-height: 30px;
    text-align: center;

}



.seasonbutton {
    background-color: #71dbdc;
    margin: 20px 20px 10px 20px;
    border-radius: 10px;
    
}

.seasonbutton p {
    text-align: center;
    font-size: 4vw;
    color: #000000;
    padding: 1em;
    position: relative;
}

.seasonbutton p :after {
    content: "";
    display: table-cell;
    width: 3vw;
    height: 3vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 39%;
    right: 3%;
}