﻿.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 ,.cosmecolumn02_block p ,.cosmecolumn_block p,.colabutton  {
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif
    padding: 6% 4%;
    
 }   

 .colarich_block h1 {
     font-size: 35px;
    margin: 30px 10px 10px 10px;
     line-height: 30px;
      text-align: center;
   
}   


.colarich_block h2 {
    font-size: 30px;
    margin: 40px 0px 30px 0px;
    border-bottom: 3px solid #f6e572;
}   

.colarich_block h3 {
    font-size: 25px;
    margin: 60px 0px 40px 0px;
    padding: 10px 20px;
    color: #444444;
    background: #ffffff;
    border-left: 10px solid #f5ecb0;
     border-bottom: 1px solid #E5E5E5;
    
}   



.colarich_block h4 {
    font-size: 20px;
    margin: 40px 10px 20px 20px;
     line-height: 30px;
     color: #666;
   
    
}   

.cosmecolumntop_block p {
  font-size: 16px;
  margin: 20px 0px 20px 10px;
  line-height: 30px;
  
}


.cosmecolumn_block p{
      font-size: 18px;
    margin: 20px 20px 20px 20px;
     line-height: 30px;
    text-align: center;
    
}

.cosmecolumn02_block p {
    font-size: 18px;
    margin: 30px 30px 20px 20px;
    line-height: 30px;
    color: #666;
}


.cosmebutton {
    background-color: #b0e9bd;
    margin: 20px 20px 90px 20px;
    border-radius: 10px;
    
}

.cosmebutton p {
    text-align: center;
    font-size: 30px;
    color: #000000;
    padding: 0.4em;
    position: relative;
}

.cosmebutton 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%;
}