
@charset "utf-8";
.imageLinkWrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.maxW620 {
    max-width: 620px;
}
.imageLink {
    position: absolute;
    display: block;
    width: 5%;
    border-radius: 50%;
}
.imageLink::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.imageLink01 {
    top: 18%;
    left: 21%;
}
.imageLink02 {
    top: 60.5%;
    left: 46%;
}
.imageLink03 {
    top: 45%;
    left: 50.5%;
}
.imageLink04 {
    top: 84.5%;
    left: 45.5%;
}
.imageLink05 {
    top: 91.5%;
    left: 45.5%;
}
.imageLink06 {
    top: 91%;
    left: 92.5%;
}
.tableBase th.thAlignR {
    text-align: right;
}
.tableBase td.tdAlignL {
    text-align: left;
}
.ttlSummary {
    color: inherit;
}
body, td, th, input, *::before, *::after {
    font: 1.6rem "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
    color: #333;
    font-weight: 500;
}
.titleArea .mainTitle {
    margin-top: 0;
}
/*--------------------------------------------------
MV下監修者
--------------------------------------------------*/
.upperSupervisor {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.upperSupervisorImg {
    margin-right: 10px;
}
.upperSupervisorTxt {
    font-size: 1.4rem;
    font-weight: bold;
}
/*--------------------------------------------------
目次「もっと見る」ボタン 2行対応
--------------------------------------------------*/
button.io-controlNavigation__more{
  width: 392px;
}



