/* booksと同じものを設定 */
.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 {
	    /* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", YuGothic, sans-serif; */
}

.ms-link:hover {
	    /* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", YuGothic, sans-serif; */
    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;
	}
}

.ms-ListItem:not(:first-child) {
	margin-top: 5px;
}

@media only screen and (min-width: 769px) {
	.ms-ListItem:not(:first-child) {
		margin-top: 10px;
	}
}

.ms-ListHeading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 50px;
	margin: 0;
	padding: 5px 50px 5px 20px;
	background-color: #161a38;
	color: #fff;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: 500;
}

.ms-ListHeading.is-active .ms-ListIcon>span>span::after {
	visibility: hidden;
	opacity: 0;
}

@media only screen and (min-width: 769px) {
	.ms-ListHeading {
		height: 70px;
		padding-left: 30px;
		font-size: 1.8rem;
	}
}

.ms-ListIcon {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 23px;
	height: 23px;
	transform: translateY(-50%);
}

.ms-ListIcon::before,
.ms-ListIcon::after,
.ms-ListIcon>span::before,
.ms-ListIcon>span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 43.182%;
	height: 100%;
	margin: auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ms-ListIcon::before {
	transform: rotate(22.5deg);
}

.ms-ListIcon::after {
	transform: rotate(67.5deg);
}

.ms-ListIcon>span::before {
	transform: rotate(112.5deg);
}

.ms-ListIcon>span::after {
	transform: rotate(157.5deg);
}

.ms-ListIcon>span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ms-ListIcon>span>span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ms-ListIcon>span>span::before,
.ms-ListIcon>span>span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	border-top: 1px solid #fff;
	transition: .5s;
}

.ms-ListIcon>span>span::before {
	transform: translate(-50%, -50%);
}

.ms-ListIcon>span>span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ms-ListList {
	display: none;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
	list-style: none;
}

.sw-List li:not(:first-child) {
	margin-top: 10px;
}

.ms-ListList li {
	font-size: 1.5rem;
	font-weight: 500;
	border-top: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #161a38;
	border-top: 0;
}

.ms-ListList li:not(:first-child) {
	margin-top: 0;
}

.ms-ListList li a {
	position: relative;
	height: 50px;
	background-color: #fff;
	transition: .2s;
	border: none;
}

.ms-ListList li a:nth-child(even) {
	background-color: #d7d7d7;
}

@media only screen and (min-width: 769px) {
	.sw-List li:not(:first-child) {
		margin-top: 15px;
	}
	.ms-ListList li {
		font-size: 1.8rem;
	}

	.ms-ListList li:not(:first-child) {
		margin-top: 0;
	}

	.ms-ListList li a {
		height: 50px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.ms-ListList li a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 50px;
		padding: 5px 20px;
		background-color: #fff;
		transition: .2s;
	}
}
