@charset "UTF-8";
img {
    max-width: 100%;
}

.font-0 {
    font-size: 0px;
}

.pink-text {
    color: #d3122e;
}

p {
    margin: auto;
}

.top {
  margin: 0 0 15px 0;
}

.under {
  margin: 15px 0px;
}

/*フォントサイズPC*/
.fontsize-pc p{
    font-size: 1.3rem;
}

/*フォントサイズPC(小さめ)*/
.fontsize-pc-s p{
    font-size: 1rem;
}

/*フォントサイズSP*/
.fontsize-sp p{
    font-size:1.1rem;
}

/*フォントサイズSP(小さめ)*/
.fontsize-sp-s p{
    font-size:0.8rem;
}

/*テキストを中央寄せにする*/
.text-center{
text-align:center;
}

/*テキストを左寄せにする*/
.text-left {
  text-align: left;
}

/*テキストを右寄せにする*/
.text-right {
  text-align: right;
}


/*文字を太くする*/
.font-bold {font-weight: bolder; }


img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


ol,
ul,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue-text{
color: #0000FF;
}

.green-text{
color: rgb(0%,50%,0%);
}

.red-text {
    color: #d3122e;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .red-text {
    font-size: 14px; 
    }
}
    
