.ms-Section {
padding-top: 40px;
}
.ms-Section_Block:not(:first-child) {
margin-top: 45px;
}
@media only screen and (min-width: 769px) {
.ms-Section_Block:not(:first-child) {
margin-top: 70px;
}
}
.ms-Section_HeadingDetail {
margin: 0 0 45px;
font-size: 2.75rem;
font-weight: 500;
line-height: 1.3;
text-align: center;
}
@media only screen and (min-width: 769px) {
.ms-Section_HeadingDetail {
font-size: 3rem;
}
}
.ms-Section_Heading {
margin: 0 0 25px;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
text-align: center;
}
.ms-Section_Heading_25 {
margin: 25px 0;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
text-align: center;
}
.ms-Section_Heading_50 {
margin: 50px 0 25px;
font-size: 2rem;
font-weight: 500;
line-height: 1.5;
text-align: center;
}
@media only screen and (min-width: 769px) {
.ms-Section_Heading {
font-size: 2.2rem;
line-height: 1.3;
}
}
.ms-Section_HeadingSub {
margin: 0;
font-size: 1.7rem;
font-weight: normal;
letter-spacing: .05em;
}
.ms-Section_HeadingSub ~ .ms-Section_HeadingSub {
margin-top: 30px;
}
.ms-Section_Image {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media only screen and (min-width: 769px) {
.ms-Section_Image {
margin-top: 30px;
margin-bottom: 30px;
}
}
.ms-Section_Text {
margin: 0;
font-size: 1.7rem;
letter-spacing: .05em;
line-height: 1.834;
font-weight: 700;
text-decoration: underline;
text-indent: 1em;
}
.ms-Section_Text_no_height {
margin: 0;
font-size: 1.7rem;
}
.ms-Section_Text_right {
margin: 20px 0;
font-size: 1.7rem;
letter-spacing: .05em;
line-height: 1.834;
text-indent: 1em;
text-align: right;
}
.ms-list_style {
line-height: 1.5;
margin-left: -15px;
font-size: 1.7rem;
}
@media only screen and (min-width: 769px) {
.ms-list_style {
line-height: 1.5;
margin-left: 15px;
font-size: 1.7rem;
}
}
.ms-list_style_ab li {
line-height: 1.5;
margin-left: 15px;
font-size: 1.7rem;
list-style-type: lower-latin;
}
.ms-list_style_dec li {
line-height: 1.5;
margin-left: 15px;
font-size: 1.7rem;
list-style-type: decimal;
}
.ms-list_style_squ {
line-height: 1.5;
margin-left: 15px;
font-size: 1.7rem;
list-style-type: none;
}
.ms-list_style_squ li::before{
content: "□ ";
}
ol.ms-list_style_nolist {
position: relative;
margin-left: 25px;
padding: 0;
}
ol.ms-list_style_nolist li  {
list-style: none;
list-style-position: outside;
margin: 0;
padding-left: 1.25em;
font-size: 1.7rem;
}
ol.ms-list_style_nolist li span {
position: absolute;
left: 0;
margin: 0;
font-size: 1.7rem;
}
.bold {
line-height: 1.5;
font-weight: 700;
font-size: 1.7rem;
}
.ms-list_style_0 li {
line-height: 1.5;
font-size: 1.7rem;
list-style-type: disc;
margin-left: -4px;
}
.ms-link { }
.ms-link:hover { text-decoration: underline;
}
.ms-Table_white {
margin-top: 20px;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
font-family: "Noto Serif Japanese", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.ms-Table_white td {
text-align: center;
}
.ms-Table_white tbody tr {
background-color: #fff;
}
.ms-Table_white tbody tr:nth-child(odd) {
background-color: #d7d7d7;
}
.ms-Table_white tbody td {
height: 50px;
padding: 5px;
border: 1px solid #161a38;
color: #161a38;
font-size: 1.45rem;
line-height: 1.3;
letter-spacing: .03em;
word-wrap: break-word;
}
.ms-Table_white tbody td > span {
display: block;
margin-top: 2px;
font-size: 1.25rem;
}
@media only screen and (min-width: 769px) {
.ms-Table_white tbody td {
height: 75px;
padding: 10px;
font-size: 1.6rem;
line-height: 1.5;
}
.ms-Table_white tbody td > span {
font-size: 1.4rem;
}
}