﻿.colarichback {
    background-color: #f8f8f3;
    padding-top: 3em;
    padding-bottom: 2em;
 }   

.colarichimg {
    background-color: #f8f8f3;
 }   

    

.colarichback, colarichtitle h3, colarichtitle h4, colarich_block p, colarich_block h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
    padding: 6% 4%;
    
 }   


.colarichtitle h3 {
    font-size: 23px;
    color: #6a500c;
    text-align: center;
    padding-top: 40px;
    line-height: 10px;
}   

.colarich_block h4 {
    font-size: 14px;
    margin: 40px 10px 20px 10px;
     line-height: 30px;
    text-align: center;
}   


.colarich_block p {
  font-size: 12px;
    margin: 20px 0 35px 0;
     line-height: 30px;
    text-align: center;

}

.colarich_block h5 {
    font-size: 11px;
     line-height: 20px;
    margin: 10px 10px 20px 10px;
}
.colarich_block h6 {
    font-size: 18px;
    margin: 40px 10px 20px 10px;
    border-bottom: 3px solid #71dbdc;
}   

.colarich_block h7 {
    font-size: 14px;
    margin: 20px 20px 30px 20px;
    padding: 10px 20px;
    color: #8a4f5d;
    border-left: 10px solid #8a4f5d;
    border-bottom: 1px solid #E5E5E5;
}   

 .colarich_block h3 {
     font-size: 20px;
    margin: 30px 10px 10px 10px;
     line-height: 30px;
    text-align: center;
}   



.colabutton {
    background-color: #8a4f5d;
    margin: 20px 20px 110px 20px;
    border-radius: 10px;
    
}

.colabutton p {
    text-align: center;
    font-size: 4vw;
    color: #ffffff;
    padding: 1em;
    position: relative;
}

.colabutton 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%;
}