@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: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; 
    }
}
    
/*動画設定*/
.video-pc{
    text-align: center;
    padding: 80px 0px;
}

.video-sp{
    text-align: center;
    width:100%;  
    padding-bottom: 56.25%; 
    position: relative;
    height:5px; 
  /*     color: #fbf7e6; */ 
    margin:0px 0 10px; 
}

.video-sp iframe{
    position: absolute;
    top: 10px;
    left: 0;
   right: 0;
  bottom: 0px;
margin-left:auto;
margin-right:auto;
    width: 94%;
    height: 94%;

}

img {
max-width: 100%;
height: auto;
}
