@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.msBox {
margin-bottom: 70px;
}

.msBox p {
font-size: 20px;
line-height: 2.2;
text-indent: 2.0rem;
/*text-align: center;*/
}

.msPhoto_img {
width: 210px;
margin: 0 auto 30px;
position: relative;
z-index: 1;
}

.msPhoto_img img {
border-radius: 20px;
}

.msPhoto_img:before {
position: absolute;
z-index: -1;
right: -15px;
bottom: -15px;
content: "";
display: block;
width: 210px;
height: 270px;
overflow: hidden;
background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #cdecf7 0, #cdecf7 6px);
border-radius: 20px;
}

.msPhoto_tit p {
text-align: center;
margin-bottom: 15px;
}

.msPhoto_tit p span {
color: #00afdd;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 1.8rem;
padding: 0 8px 5px;
border-bottom: #00afdd 2px dotted;
}

.msPhoto_tit h5 {
text-align: center;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 3.8rem;
}

.msPhoto_tit h5 rt {
font-size: 1.1rem;
}

  ruby{
    line-height: 1;
  }
  rt.rtRuby {
    font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

}




/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
.msBox {
margin-bottom: 40px;
}

.msBox p {
font-size: 18px;
line-height: 1.8;
text-align: left;
text-indent: 2.0rem;
}

.msPhoto_img {
width: 210px;
margin: 0 auto 30px;
position: relative;
z-index: 1;
}

.msPhoto_img img {
border-radius: 20px;
}

.msPhoto_img:before {
position: absolute;
z-index: -1;
right: -15px;
bottom: -15px;
content: "";
display: block;
width: 210px;
height: 270px;
overflow: hidden;
background: repeating-linear-gradient(-45deg, #fff, #fff 5px, #cdecf7 0, #cdecf7 6px);
border-radius: 20px;
}

.msPhoto_tit p {
text-align: center;
margin-bottom: 15px;
}

.msPhoto_tit p span {
color: #00afdd;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 1.8rem;
padding: 0 8px 5px;
border-bottom: #00afdd 2px dotted;
}

.msPhoto_tit h5 {
text-align: center;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 3.4rem;
}

.msPhoto_tit h5 rt {
font-size: 1.1rem;
}




}