:root {
	--base-color: #4267b8;
	--sheet-color: #ebf6fc;
	--border-dotted: url(../../images/common/bg_tit_dotted_gry-2.png) repeat-x !important;
}

.v-label {
	display: none;
}

.header-visual {
	position: relative;
	background: #fffcee;
}

.header-visual__img {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
}

.header-visual__btn {
	position: absolute;
	content: "";
	bottom: clamp(15px, calc(4.81vw + -22px), 30px);
	right: clamp(0px, calc(50vw + -540px), 420px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 620px;
	width: 100%;
	gap: 10px;
}

.header-visual__btn-item {
	position: relative;
	width: calc((100% - 20px) / 2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 65px;
	border-radius: 35px;
}

.l-header {
	background: url(../../images/top/vol58/bg_header_58_pc.png) no-repeat 50% 100% #fff6e9;
}

.header-visual__btn-item--unc {
	border: 2px solid var(--base-color);
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 35px;
	text-align: left;
	color: #333;
	padding-bottom: 3px;
	background: #fff;
	padding-right: 5px;
}

.header-visual__btn-item--unc:hover {
	text-decoration: none;
}

.header-visual__btn-item--unc::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
	width: 25px;
	height: 25px;
	background: url(../../images/top/common/icon_unc.png) no-repeat center/contain;
}

.header-visual__btn-item--ebook {
	background: var(--base-color);
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	overflow: hidden;
	z-index: 10;
	padding-left: 40px;
}

.header-visual__btn-item--ebook::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	height: 50%;
	width: 100%;
	opacity: 0.5;
	background: var(--base-color);
	mix-blend-mode: multiply;
}

.header-visual__btn-item--ebook::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
	background: url(../../images/common/icn_ebook_wht.png) no-repeat center/contain;
	width: 40px;
	height: 40px;
}

.header-visual__btn-item--ebook:hover {
	text-decoration: none;
}

.header-visual__btn-item--ebook span {
	position: relative;
	z-index: 100;
}

.contentsAccecy {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	display: block;
}

.top .l-header {
	margin: 0;
	height: auto;
	background: #fff;
	
}

.top .l-header .headerLead {
	background: var(--base-color);
}

.headerInner {
	background: #fff6e9;
}

.l-gnav {
	background: var(--base-color);
}

.l-header__img {
	padding: 37px 0 140px;
}

.top .l-header .m-btn {
	bottom: 35px;
}

.m-list__index_fr {
	width: 100px;
	float: right;
	margin-left: 15px;
}

.l-header__tit,
.l-breadcrumbs ol li a,
.m-sct .m-tit__cmn03 strong,
.m-sct .m-list__biog_txt_name strong {
	color: #666 !important;
}

.m-sct .m-tit__cmn03 {
	border-bottom: 3px solid var(--base-color) !important;
}

.m-sct .m-tit__cmn01 span,
.m-sct .m-tit__cmn06 span {
	border-left: 6px solid var(--base-color) !important;
}

.m-sct .m-tit__cmn01::after,
.m-sct .m-list__biog_txt_name strong::after {
	background: var(--border-dotted) 0% 50% !important;
	background-size: contain !important;
}

.m-sct .m-blk_grn {
	border-color: var(--base-color) !important;
}

.unc-btn {
	left: 105px;
	bottom: 35px;
}

.unc-btn a {
	border-top: 3px solid var(--base-color);
	border-bottom: 3px solid var(--base-color);
	padding: 20px 10px 23px 70px
}

.unc-btn-lab {
	color: #333;
}

.unc-btn-sp a {
	border-top: 3px solid var(--base-color);
	border-bottom: 3px solid var(--base-color);
	padding: 17px 10px 20px 70px;
}

.open-newtab {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.31;
}

.open-newtab--right {
	display: block;
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.31;
	text-align: right;
}

@media screen and (max-width: 1100px) {
	.unc-btn {
		left: calc(21.09vw + -127px);
	}
}

@media screen and (max-width: 767px) {
	.header-visual {
		padding: 30px 15px 50px;
	}

	.header-visual__btn {
		position: relative;
		bottom: 0;
		right: 0;
		max-width: 500px;
		width: 100%;
		margin: 40px auto 0;
	}

	.header-visual__btn-item {
		width: 240px;
		height: auto;
		min-height: 65px;
	}

	.header-visual__btn-item--unc {
		font-size: 1.6rem;
	}

	.l-header {
		height: 40vw;
		background: url(../../images/top/vol58/bg_header_58_sp.png) no-repeat 50% 50% !important;
		background-size: auto;
		background-size: cover !important;
	}

	.l-header__img {
		padding: 40px 0 calc(17.9vw + 13px);
	}

	.top .l-header .m-btn {
		bottom: 15px;
	}
}

@media screen and (max-width: 568px) {
	.m-list__index-f__title h2 {
		max-width: 360px;
	}

	.m-list__index_tit h2 {
		max-width: 360px;
		margin: 0 auto;
	}
}

.l-footer {
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
	background: url(../../images/common/bg_footer.png) repeat-x 50% 100% #fff6e9;
	background-size: cover;
	position: relative;
}

.l-footer__copyright {
	background: var(--base-color);
	position:static;
}

.l-pagetop a {
	color: var(--base-color) !important;
	border: 2px solid var(--base-color) !important;
	border-radius: 999em;
}

.l-pagetop:hover a {
	background: var(--base-color) !important;
	color: #fff !important;
}

.l-pagetop__txt {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.l-footer__nav_txt dl dt i {
	color: var(--base-color) !important;
	border: 1px solid var(--base-color) !important;
}

.l-footer__nav_txt dl dt i.l-footer__nav_txt_i02 {
	color: #3a3a3a !important;
	border-color: #3a3a3a !important;
}

.m-sct .m-tit__cmn02 strong {
	color: var(--base-color);
}

.m-sct .m-tit__cmn02 small {
	color: var(--base-color);
}

.m-sct .m-tit__cmn02 small em {
	color: var(--base-color);
}

.m-sct .m-tit__cmn02 {
	border-bottom: 3px solid var(--base-color);
}

.m-sct .p-tit__cmn04-span {
	color: var(--base-color);
}

.m-sct .m-tit__cmn04 strong {
	color: var(--base-color);
}

.m-sct .m-box__character_block {
	border: 2px solid var(--base-color);
}

.m-sct .m-box__case_tit i {
	background: var(--base-color);
}

.m-sct .m-box__case_tit strong {
	color: var(--base-color);
}

.m-sct .m-box__case_tit {
	border-bottom: 2px solid var(--base-color);
}

.m-sct .m-box {
	margin: 0 auto;
	max-width: calc(100vw - 30px);
}

.m-sct .m-box_in {
	margin: 0 auto;
}

.m-sct .m-tit__cmn07 strong {
	color: var(--base-color);
}

.m-list__biog_txt_name_col {
	color: var(--base-color);
	font-weight: bold;
}

.m-sct .m-btn__anchor ul li a {
	background: var(--base-color);
}

.square .m-sct .m-box__faq_block_q {
	border-bottom: 2px solid var(--base-color);
}

.square .m-sct .m-box__faq_block_q strong {
	color: var(--base-color);
}

.square .m-sct .m-box__faq_block {
	border: 2px solid var(--base-color);
}

.square .m-sct .m-box__faq_block_q i {
	background: var(--base-color);
}

.square .m-sct .m-box__faq_block_a:before {
	background: var(--base-color);
}

.square .m-sct .m-box__theme_tit {
	background: var(--base-color);
}

.m-sct .m-tit__hero01 strong {
	color: var(--base-color);
}

.m-sct .m-list__point01 ul li:before {
	color: var(--base-color);
}

.m-sct .p-tit__cmn06__ol i {
	background: var(--base-color);
}

.m-sct .p-tit__cmn02 i {
	border: 1px solid var(--base-color);
}

.m-sct .p-tit__cmn02 i span {
	color: var(--base-color);
}

.m-sct .m-tit__hero01 em {
	color: var(--base-color);
}

.m-sct .m-tit__hero01 em::before {
	background: var(--border-dotted) 0% 50%;
	background-size: contain !important;
}

.m-sct .m-tit__hero01 em::after {
	background: var(--border-dotted) 0% 50% !important;
	background-size: contain !important;
}

.m-sct .m-tit__cmn01 strong {
	color: var(--base-color);
	border-left: 6px solid var(--base-color);
}

.m-sct .m-list__index>ul>li>a,
.m-sct .m-list__index>ul>li>span {
	border: 5px solid var(--base-color);
}

.m-sct .m-list__index>ul>li>a>div,
.m-sct .m-list__index>ul>li>span>div {
	border: 1px solid var(--base-color);
}

.m-sct .m-list__number_txt--icn {
	border: 1px solid var(--base-color);
	color: var(--base-color);
	font-weight: 700;
}

.m-sct .m-list__number ul li {
	border: 1px solid var(--base-color);
}

.m-sct .m-list__number ul li>a::after,
.m-sct .m-list__number ul li>span::after {
	background: var(--base-color);
}

.m-sct .m-btn-conv ul li a {
	background: var(--base-color);
}

.m-list__number_txt--btn a {
	background: var(--base-color);
}

.m-list__number_txt--btn a::after {
	background: rgba(0, 0, 0, 0.1);
}

.backnum {
	margin-bottom: 30px;
}

.backnum-list {
	display: flex;
	flex-wrap: wrap;
}

.backnum-item {
	width: calc(50% - 20px);
	display: flex;
}

.backnum-item:nth-child(2n) {
	margin-left: 40px;
}

.backnum-item:nth-child(n+3) {
	margin-top: 40px;
}

a.backnum-btn {
	border: 1px solid var(--base-color);
	border-radius: 10px;
	padding: 30px 0 0;
	text-decoration: none;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.backnum-btn__img {
	width: 140px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.backnum-btn__ex {
	flex: 1;
	margin-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.backnum-btn__label {
	padding: 10px 0 10px 10px;
	line-height: 1;
	border-left: 6px solid var(--base-color);
	font-weight: 700;
	font-size: 18px;
}

.backnum-btn__bacth {
	border: 1px solid var(--base-color);
	padding: 5px 15px;
	color: var(--base-color);
	margin-top: 15px;
	display: inline-block;
	font-size: 13px;
}

.backnum-btn__name {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.31;
}

.backnum-btn__more {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	background: var(--base-color);
	padding: 10px 30px 10px 10px;
	text-align: right;
	color: #fff;
	font-size: 18px;
	line-height: 1.31;
	width: 100%;
	margin-top: auto;
}

.backnum-btn__more::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.backnum-btn__more span {
	font-size: 14px;
	line-height: 1.31;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.l-footer {
		padding-top: 40px;
		
		background: #fff;
	}

	.is-nav-open .l-gnav {
		background: #ffffff !important;
	}

	.is-nav-open .l-gnav ul {
		background: var(--base-color) !important;
	}

	.is-nav-open .l-gnav .m-sct_in div {
		background: url(../../images/top/vol58/logo_tit_2023.png) no-repeat 50% 50% !important;
		background-size: contain !important;
	}

	.m-sct .m-tit__cmn01 strong {
		border-left: 1.33333vw solid var(--base-color);
	}

	.top .l-gnav .m-sct_in p {
		border: none;
		color: var(--base-color);
		background: none;
		width: 64px;
		height: 64px;
		padding:4px;
		
		justify-content: end;
		top:0px;
	}

	.top .l-gnav .m-sct_in p i {
		background: var(--base-color);
		height: 2px;
		width: 70%;
		margin:unset;
	}

	.is-nav-open .l-gnav .m-sct_in p::before {
		background: var(--base-color);
		width:auto;
		height: auto;
	}

	.m-list__index-f__title h2 {
		padding: 0 10px;
	}

	.m-list__index-f__inner {
		padding: 0 15px 25px;
	}

	.backnum-item {
		width: 100%;
	}

	.backnum-item:nth-child(2n) {
		margin-left: 0;
	}

	.backnum-item:nth-child(n+2) {
		margin-top: 30px;
	}

	.backnum-item:nth-child(n+3) {
		margin-top: 30px;
	}

	.backnum-btn__img {
		width: 100px;
		padding-left: 15px;
	}

	.backnum-btn__ex {
		margin-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 568px) {
	.m-list__index-f__inner {
		padding: 0 10px 25px;
	}

	.backnum-btn__img {
		width: 140px;
		padding-left: 0;
		margin: 0 auto;
	}

	.backnum-btn__ex {
		flex: 0 1 auto;
		width: 100%;
		margin: 20px auto;
		padding: 0 20px;
	}

	.backnum-btn__label {
		font-size: 15px;
	}

	.backnum-btn__name {
		font-size: 15px;
	}

	.backnum-btn__more {
		font-size: 15px;
	}

	.backnum-btn__more span {
		font-size: 13px;
	}
}

.m-sct .m-list__index_tit {
	background: #fff;
	padding: 20px 10px 0 !important;
}

.m-sct .m-tit__cmn01 strong {
	color: var(--base-color) !important;
	border-left: 6px solid var(--base-color) !important;
}

@media screen and (max-width: 767px) {
	.m-sct .m-tit__cmn01 strong {
		border-left: 1.33333vw solid var(--base-color) !important;
	}
}


.m-sct .m-box__faq_block_q strong {
	color: var(--base-color);
}

.m-sct .m-box__faq_block_q i {
	background: var(--base-color);
}

.m-sct .m-box__faq_block_q {
	border-bottom: 2px solid var(--base-color);
}

.m-sct .m-box__faq_block {
	border: 2px solid var(--base-color);
}

.m-sct .m-box__faq_block_a:before {
	background: var(--base-color);
}

.m-sct .m-tit__cmn05 strong {
	color: var(--base-color);
}

.m-sct .m-tit__cmn05 {
	border-bottom: 2px solid var(--base-color);
}

.info-list-txt {
	margin-top: 10px;
	line-height: 1.5;
	color: #333;
}

.m-list__index-f {
	margin-bottom: 40px;
}

.m-list__index-f__item {
	margin-top: 40px;
}

.m-list__index-f__item a {
	border: 5px solid var(--base-color);
	display: block;
	padding: 5px;
	color: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.m-list__index-f__wrap {
	border: 1px solid var(--base-color);
}

.m-list__index-f__link i {
	color: var(--base-color);
}

.m-sct .m-link__txt>ul>li i {
	color: var(--base-color);
}

.p-news-more span .fa-chevron-circle-right {
	color: var(--base-color);
}

@media screen and (max-width: 767px) {
	.m-list__index-f__item {
		margin-top: 20px;
	}
}


rt {
	line-height: 1;
	font-size: 1rem;
}

.inliner {
	display: inline-block;
	line-height: inherit;
}

.l-content {
	padding-bottom: 80px;
}

.l-content * {
	box-sizing: border-box;
	word-break: normal;
}

.page-ex {
	font-size: 1.6rem;
	line-height: 1.71;
}

.page-txt {
	font-size: 1.8rem;
	line-height: 2;
}

.page-txt__bold {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

*+.page-txt {
	margin-top: 25px;
}

.page-txt--right {
	text-align: right;
}

.page-note {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.31;
}

.page-note__txt {
	font-size: 1.5rem;
	line-height: 1.71;
}

.page-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	color: #ffffff;
	background: var(--base-color);
	max-width: 500px;
	height: 70px;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
	margin: 60px auto;
	font-size: 2rem;
	padding-right: 50px;
}

.page-btn::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f13a';
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	width: 1em;
	height: 1em;
	color: #fff;
	z-index: 10;
}

.page-btn::after {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.page-btn p {
	position: relative;
	z-index: 10;
}

.img-label {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 1em;
	margin-bottom: 15px;
}

.img-label::before {
	position: absolute;
	content: "";
	inset: 0.1em auto auto 0;
	width: .9em;
	height: .9em;
	background: var(--base-color);
}

@media screen and (max-width: 767px) {
	.page-txt__bold {
		font-size: 1.6rem;
	}

	.page-txt {
		font-size: 1.6rem;
		line-height: 1.71;
	}

	*+.page-txt {
		margin-top: 15px;
	}

	.page-note {
		margin-top: 10px;
		font-size: 1.3rem;
	}

	.page-btn {
		margin: 20px auto;
		font-size: 1.6rem;
		padding-left: 20px;
	}

	.img-label {
		font-size: 1.5rem;
	}
}

.n-style__list {
	counter-reset: number;
}

.n-style__item {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
}

.n-style__item--checker {
	padding-left: 1em;
}

.n-style__item--checker::before {
	position: absolute;
	content: "";
	top: .5em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	border: 1px solid #666;
}

.n-style__item--ball {
	padding-left: 1em;
}

.n-style__item--ball::before {
	position: absolute;
	content: "";
	top: .6em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	border-radius: 100%;
	background: #666;
}

.n-style__item--star {
	padding-left: 1em;
}

.n-style__item--star::before {
	position: absolute;
	content: "★";
	top: 0;
	left: 0;
	color: #666;
}

.n-style__item--num-big {
	padding-left: 1.5em;
}

.n-style__item--num-big::before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) " ";
	top: 0;
	left: 0;
	font-weight: 700;
	font-family: 'Kosugi Maru';
}

.n-style__item:nth-child(n+2) {
	margin-top: 10px;
}

.n-style__item--ball p {
	line-height: 1.5;
	margin-top: 0;
}

.n-wrap {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

.n-sct-contents__item {
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	.n-style__item {
		font-size: 1.4rem;
	}

	.n-style__item:nth-child(n+2) {
		margin-top: 10px;
	}

	.n-wrap {
		padding: 0 15px;
	}
}



.n-label {
	margin: 60px auto 90px;
}

.n-label__title {
	margin: 0 auto 20px;
}

.n-label__title-fig {
	margin: 0 auto;
}

.n-label__title-txt {
	text-align: center;
	margin-top: 30px;
}

.n-label__title-img {
	margin: 60px auto;
	max-width: 980px;
}

.n-label__title-vis {
	margin: 30px auto;
	max-width: 720px;
	border-radius: 30px;
	overflow: hidden;
}

.n-label__title-txt__sub {
	line-height: 1.31;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Kosugi Maru';
	color: #444;
}

.n-label__title-txt__main {
	line-height: 1.31;
	font-family: 'Kosugi Maru';
	font-weight: 700;
	font-size: 3.4rem;
	color: var(--base-color);
}

.n-label__title-txt__sub+.n-label__title-txt__main,
.n-label__title-txt__main+.n-label__title-txt__sub {
	margin-top: 20px;
}

.n-label__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.n-label__ex {
	flex: 1;
}

.n-label__img {
	margin-left: 20px;
	width: 240px;
}

.n-label__img-cap {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.31;
	margin-top: 10px;
}

.n-label__aside {
	margin-top: 40px;
}

.n-label__aside-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.n-label__aside-fig {
	width: 120px;
	border: 1px solid #ccc;
}

.n-label__aside-txt {
	flex: 1;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.n-label {
		margin: 40px auto;
	}

	.n-label__title-img {
		margin: 30px auto;
		max-width: 980px;
	}

	.n-label__title-txt__sub {
		font-size: 1.8rem;
	}

	.n-label__title-txt__main {
		font-size: 2.4rem;
	}

	.n-label__title-txt__sub+.n-label__title-txt__main,
	.n-label__title-txt__main+.n-label__title-txt__sub {
		margin-top: 10px;
	}

	.n-label__ex {
		flex: 0 1 auto;
		width: 100%;
	}

	.n-label__img {
		margin: 20px auto 0;
	}

	.n-label__txt {
		margin-top: 20px;
	}
}

@media screen and (max-width: 568px) {
	.n-label__title-txt__sub {
		text-align: left;
	}

	.n-label__title-txt__main {
		text-align: left;
	}

	.n-label__aside-fig {
		margin: 0 auto;
	}

	.n-label__aside-txt {
		flex: 0 1 auto;
		margin-left: 0;
		margin-top: 20px;
	}
}



/* アンカーリンク */
.n-unc {
	background: #fafafa;
	padding: 20px;
	margin: 60px auto;
}

.n-unc__list {
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.n-unc__item {
	width: calc((100% - 31px) / 3);
}

.n-unc__item:not(:nth-child(3n+1)) {
	margin-left: 15px;
}

.n-unc__item:nth-child(n+4) {
	margin-top: 15px;
}

.n-unc__btn {
	display: block;
	background: var(--base-color);
	min-height: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	color: #fff;
	font-size: 1.7rem;
	padding: 0 40px 0 10px;
	font-weight: 700;
	line-height: 1.31;
}

.n-unc__btn::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f13a';
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	width: 1em;
	height: 1em;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.n-unc {
		margin: 40px auto;
	}

	.n-unc__item {
		width: calc((100% - 10px) / 2);
	}

	.n-unc__item:not(:nth-child(3n+1)) {
		margin-left: 0;
	}

	.n-unc__item:not(:nth-child(2n+1)) {
		margin-left: 10px;
	}

	.n-unc__item:nth-child(n+3) {
		margin-top: 10px;
	}

	.n-unc__btn {
		font-size: 1.7rem;
		padding: 0 40px 0 10px;
		justify-content: flex-start;
		text-align: left;
	}
}

@media screen and (max-width: 568px) {
	.n-unc__list {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.n-unc__item {
		width: 100%;
	}

	.n-unc__item:not(:nth-child(4n+1)) {
		margin-left: 0;
	}

	.n-unc__item:not(:nth-child(2n+1)) {
		margin-left: 0;
	}

	.n-unc__item:nth-child(n+2) {
		margin-top: 10px;
	}
}



/* section article */
.n-arti__title-logo {
	max-width: 280px;
	margin: 0 auto;
}

.n-sct+.n-sct,
.n-prof+.n-sct {
	margin-top: 90px;
}

.n-sct__batch {
	padding: 0 20px 60px;
	text-align: center;
	font-size: 3rem;
	color: #333;
	font-family: "Kosugi Maru";
	font-weight: 700;
	line-height: 1.31;
	max-width: 980px;
	margin: 0 auto;
}

.n-sct__batch::after {
	content: "";
	display: block;
	width: 60px;
	border-radius: 3px;
	margin: 20px auto 0;
	height: 6px;
	background: var(--base-color);
}

.n-sct__batch-txt {
	margin-bottom: 40px;
}

.n-sct__head {
	margin: 0 auto 33px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #3a3a3a;
	line-height: 1.31;
	position: relative;
	border-left: 6px solid var(--base-color);
	padding-left: 20px;
	padding-bottom: 0;
	max-width: 980px;
	font-family: "Kosugi Maru";
	width: calc(100% - 40px)
}

.n-sct__head::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: -5px;
	margin: auto 0;
	background: linear-gradient(to right, var(--base-color), var(--base-color) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 6px 3px;
	height: 3px;
	width: 100%;
}

.n-sct__head-label {
	background: var(--base-color);
	padding: 3px 15px;
	border-radius: 15px;
	color: #fff;
	font-weight: 500;
	margin-right: 15px;
}

.n-sct__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.n-sct__wrap+.n-sct__wrap {
	margin-top: 30px;
}

.n-sct__ex {
	flex: 1;
}

.n-sct__label {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.31;
}

*+.n-sct__label {
	margin-top: 3em;
}

.n-sct__ex .n-sct__img {
	margin: 60px auto 0;
	max-width: 720px;
}

.n-sct__ex .n-sct__img--wide {
	max-width: 980px;
}

.n-sct__img-cap {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.31;
}

.n-sct__ex+.n-sct__img {
	margin-top: 0;
}

.n-sct__img-180 {
	width: 180px;
	margin-right: 30px;
}

.n-sct__ex+.n-sct__img-180 {
	margin-left: 30px;
	margin-right: 0;
}

.n-sct__img-240 {
	width: 240px;
	margin-right: 30px;
}

.n-sct__ex+.n-sct__img-240 {
	margin-left: 30px;
	margin-right: 0;
}

.n-sct__img-360 {
	width: 360px;
	margin-right: 30px;
}

.n-sct__ex+.n-sct__img-360 {
	margin-left: 30px;
	margin-right: 0;
}

.n-sct__img-440 {
	width: 440px;
	margin-right: 30px;
}

.n-sct__ex+.n-sct__img-440 {
	margin-left: 30px;
	margin-right: 0;
}

.n-sct__aside-type01 {
	border: 2px solid var(--base-color);
	padding: 20px;
}

.n-sct__aside-type02 {
	background: #fafafa;
	padding: 30px;
}

.n-sct__aside-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 25px;
}

.n-sct__aside-title__sub {
	font-size: 1.5rem;
	line-height: 1.31;
	margin-bottom: 5px;
}

.n-sct__aside-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n-sct__aside-ex {
	flex: 1;
}

.n-sct__aside-ex p,
.n-sct__aside-ex li {
	font-size: 1.5rem;
}

.n-sct__aside-img {
	width: 240px;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {

	.n-sct+.n-sct,
	.n-prof+.n-sct {
		margin-top: 60px;
	}

	.n-sct__batch {
		padding: 0 15px 40px;
		font-size: 2.8rem;
	}

	.n-sct__head {
		margin: 0 auto 27px;
		font-size: 1.8rem;
		padding-left: 10px;
		width: calc(100% - 30px);
	}

	.n-sct__wrap+.n-sct__wrap {
		margin-top: 30px;
	}

	.n-sct__ex {
		flex: 0 1 auto;
		width: 100%;
	}

	.n-sct__label {
		font-size: 2rem;
	}

	*+.n-sct__label {
		margin-top: 2em;
	}

	.n-sct__ex .n-sct__img {
		margin: 40px auto 0;
	}

	.n-sct__img {
		margin-top: 40px;
	}

	.n-sct__img-cap {
		font-size: 1.4rem;
	}

	.n-sct__img-180 {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		order: 2
	}

	.n-sct__ex+.n-sct__img-180 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.n-sct__img-240 {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		order: 2
	}

	.n-sct__ex+.n-sct__img-240 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.n-sct__img-360 {
		max-width: 320px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		order: 2
	}

	.n-sct__ex+.n-sct__img-360 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.n-sct__img-440 {
		max-width: 320px;
		width: 360px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		order: 2
	}

	.n-sct__ex+.n-sct__img-440 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.n-sct__aside-type01 {
		border: 1px solid var(--base-color);
		padding: 15px;
	}

	.n-sct__aside-type02 {
		padding: 20px;
	}

	.n-sct__aside-title {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.n-sct__aside-ex p {
		font-size: 1.4rem;
	}

	.n-sct__aside-ex li {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 568px) {
	.n-sct__batch {
		padding: 0 15px 40px;
		font-size: 2.4rem;
		text-align: left;
	}

	.n-sct__batch::after {
		display: none;
	}

	.n-sct__aside-ex {
		flex: 0 1 auto;
	}

	.n-sct__aside-img {
		width: 240px;
		margin: 20px auto 0;
		order: 2px;
	}
}

.sct-free__inner {
	background: var(--sheet-color);
	padding: 30px 30px 40px;
}

.aside-free__title {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.sct-free__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sct-free__ex {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.sct-free__inner {
		padding: 20px 15px 25px;
	}

	.aside-free__title {
		font-size: 2rem;
		margin-bottom: 10px;
	}
}

/* profile */
.n-prof {
	margin-top: 80px;
}

.n-prof__label {
	font-size: 2.8rem;
	font-weight: 700;
	color: #222;
	font-family: "Kosugi Maru";
	margin-bottom: 1.2em;
}

.n-prof__wrap {
	padding: 40px;
	border: 2px solid var(--base-color);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n-prof__img {
	width: 120px;
}

.n-prof__ex {
	flex: 1;
}

.n-prof__img+.n-prof__ex {
	margin-left: 40px;
}

.n-prof__company {
	line-height: 1.5;
	margin-bottom: 1em;
	font-size: 1.5rem;
}

.n-prof__name {
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 2px dotted var(--base-color);
	padding-bottom: 10px;
	font-family: "Kosugi Maru";
}

.n-prof__name span {
	font-size: 0.8em;
	margin-left: 0.5em;
}

.n-prof__txt {
	margin-top: 1.5em;
}

.n-prof__note {
	margin-top: 30px;
}

.n-prof__note-label {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.n-prof__comment {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.n-prof {
		margin-top: 40px;
	}

	.n-prof__label {
		font-size: 2rem;
	}

	.n-prof__wrap {
		padding: 20px;
	}

	.n-prof__ex {
		margin-left: 20px;
	}

	.n-prof__company {
		font-size: 1.4rem;
	}

	.n-prof__name {
		font-size: 2.4rem;
	}

	.n-prof__note-label {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 568px) {
	.n-prof__wrap {
		padding: 15px;
	}

	.n-prof__img {
		width: 200px;
		margin: 0 auto;
	}

	.n-prof__ex {
		flex: 0 1 auto;
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	.n-prof__img+.n-prof__ex {
		margin-left: 0;
	}
}



/* article */
.n-arti {
	padding-top: 90px;
	margin-top: -90px;
}

.n-arti+.n-arti {
	margin-top: 0;
}

.n-arti__title {
	margin-bottom: 30px;
}

.n-arti__title+.n-sct {
	margin-top: 90px;
}

.n-arti__title-txt {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.n-arti {
		padding-top: 40px;
		margin-top: -40px;
	}

	.n-arti__title {
		margin-bottom: 25px;
	}

	.n-arti__title+.n-sct {
		margin-top: 40px;
	}

	.n-arti__title-txt {
		margin-top: 35px;
	}
}








/* feature */
.feature-title__copy {
	margin: 0 auto;
	max-width: 580px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.feature-title__copy-batch {
	width: 60px;
	margin-right: 20px;
}

.feature-title__copy-txt {
	font-size: 2.4rem;
	font-family: "Kosugi Maru";
	line-height: 1.31;
}

.feature-visual__img {
	margin-top: 40px;
}

.feature-note-label {
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background: #2d8042;
	padding: 7px 15px;
	max-width: 300px;
	margin: 0 auto 15px;
	font-weight: 700;
	font-size: 1.6rem;
}

.feature-note-head {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #2d8042;
	margin-bottom: 40px;
}

.feature-point {
	background: #f9fada;
	padding: 30px 15px 40px;
	border-radius: 20px;
}

.feature-point__label {
	margin: 0 auto;
	width: 100%;
}

.feature-sct1__graph {
	max-width: 680px;
}

.feature-sct1__graph-table {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1px;
	font-size: 1.7rem;
}

.feature-sct1__graph-table__item {
	inline-size: calc((100% - 2px) / 3);
}

.feature-sct1__graph-label {
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.feature-sct1__graph-table__item:nth-child(1) {
	background: #afdcf7;
}

.feature-sct1__graph-table__item:nth-child(2) {
	background: #f7c3bc;
}

.feature-sct1__graph-table__item:nth-child(3) {
	background: #fdd37b;
}

.feature-sct1__graph-table__item:nth-child(1) .feature-sct1__graph-label {
	background: #106dc3;
}

.feature-sct1__graph-table__item:nth-child(2) .feature-sct1__graph-label {
	background: #cf1e18;
}

.feature-sct1__graph-table__item:nth-child(3) .feature-sct1__graph-label {
	background: #C25214;
}

.feature-sct1__graph-ex {
	padding: 15px 15px 30px;
}

.feature-sct1__symptoms {
	margin-top: 0.5em;
}

.feature-sct1__point-label {
	max-width: 240px;
}

.feature-sct1__point-list {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.feature-sct1__point-item {
	border-radius: 15px;
	padding: 20px;
	background: #fff;
	inline-size: calc((100% - 20px) / 2);
}

.fs1-point__num {
	font-weight: 700;
	color: #2d8042;
	font-size: 1.8rem;
}

.fs1-point__ex {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.fs1-point__img {
	max-width: 200px;
	margin: 10px auto 0;
}

.feature-sct2__img {
	max-width: 600px;
}

.fs2-img__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.fs2-img__fig {
	width: 240px;
}

.fs2-img__ex {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 15px;
}

.fs2-img__dise {
	width: 100%;
}

.fs2-img__dise-label {
	font-weight: 700;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 15px;
	font-size: 1.7rem;
}

.fs2-img__dise:nth-child(1) .fs2-img__dise-label {
	background: #cf1e18;
}

.fs2-img__dise:nth-child(2) .fs2-img__dise-label {
	background: #106dc3;
}

.feature-sct2__point {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.feature-sct2__point-label {
	max-width: 200px;
}

.fs2-point__copy {
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
}

.fs2-point__copy-read {
	font-size: 1.4rem;
}

.fs2-point__copy-title {
	font-size: 2rem;
	margin-top: 5px;
}

.fs2-point__copy-jp {
	font-size: 1.6rem;
	margin-top: 5px;
}

.fs2-point__txt {
	margin-top: 20px;
}

.fs2-graph {
	border-bottom: 1px solid #000;
}

.fs2-graph__th {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
	background: #efefef;
}

.fs2-graph__td1 {
	display: flex;
	flex-wrap: wrap;
	background: #f7c3bc;
	border-top: 1px solid #000;
}

.fs2-graph__td2 {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
}

.fs2-graph__l {
	flex: 1;
	padding: 20px 0 20px 15px;
	line-height: 1.31;
	font-size: 1.6rem;
}

.fs2-graph__r {
	width: 150px;
	text-align: right;
	padding: 20px 15px 20px 0;
	line-height: 1.31;
	font-size: 1.6rem;
}

.fs2-graph__cap {
	text-align: right;
}


.feature-sct3__point {
	margin-inline-start: auto;
	margin-inline-end: auto;
	max-width: 600px;
}

.feature-sct3__img {
	max-width: 500px;
}

.fs3-img__fig {
	max-width: 300px;
	margin: 0 auto;
}

.fs3-img__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.fs3-img__item {
	inline-size: calc((100% - 30px) / 2);
	padding: 20px;
	border-radius: 20px;
}

.fs3-img__item:nth-child(1) {
	background: #f9fada;
}

.fs3-img__item:nth-child(2) {
	background: #afdcf7;
}

.fs3-img__label {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 7px 10px;
	color: #fff;
	border-radius: 20px;
}

.fs3-img__item:nth-child(1) .fs3-img__label {
	background: #2d8042;
}

.fs3-img__item:nth-child(2) .fs3-img__label {
	background: #106dc3;
}

.fs3-img__txt {
	font-size: 1.6rem;
	margin: 15px auto;
	line-height: 1.5;
}

.fs3-img__medi {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.feature-sct3__note {
	max-width: 600px;
}

.feature-sct4__point {
	max-width: 500px;
	margin: 0 auto;
}

.feature-sct4__point-img {
	max-width: 300px;
	margin: 30px auto 0;
}



@media screen and (max-width: 767px) {
	.feature-title__copy {
		padding: 15px 10px;
		width: calc((100% - 30px));
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.feature-title__copy-batch {
		width: 80px;
		margin-left: auto;
		margin-right: auto;
	}

	.feature-title__copy-txt {
		font-size: 1.6rem;
		font-family: "Kosugi Maru";
		flex: 0 1 auto;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.feature-inhaler__btn {
		margin: 20px auto;
		font-size: 1.6rem;
		padding-left: 20px;
	}

	.feature-note-label {
		font-size: 1.4rem;
	}

	.feature-note-head {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.feature-point {
		padding: 20px 15px 30px;
	}

	.feature-sct1__graph-table {
		font-size: 1.4rem;
	}

	.feature-sct1__graph-ex {
		padding: 10px 10px 20px;
	}

	.feature-sct1__point-list {
		margin-top: 20px;
		gap: 20px;
	}

	.feature-sct1__point-item {
		padding: 15px;
		inline-size: 100%;
	}

	.fs1-point__num {
		font-size: 1.5rem;
	}

	.fs1-point__ex {
		font-size: 1.4rem;
	}

	.fs2-img__fig {
		width: 240px;
		margin: 0 auto;
	}

	.fs2-img__ex {
		flex: 0 1 auto;
		margin: 0 auto;
	}

	.fs2-img__dise-label {
		font-size: 1.5rem;
	}

	.fs2-point__copy {
		text-align: center;
		font-weight: 700;
		margin-top: 30px;
	}

	.fs2-point__copy-read {
		font-size: 1.4rem;
	}

	.fs2-point__copy-title {
		font-size: 1.7rem;
	}

	.fs2-point__copy-jp {
		font-size: 1.4rem;
	}

	.fs2-graph__l {
		font-size: 1.4rem;
	}

	.fs2-graph__r {
		font-size: 1.4rem;
	}

	.fs3-img__item {
		inline-size: 100%;
		padding: 15px;
	}

	.fs3-img__label {
		font-size: 1.5rem;
	}

	.fs3-img__txt {
		font-size: 1.4rem;
	}

	.fs3-img__medi {
		font-size: 1.8rem;
	}
}



.medical-sct1__progress {
	background: #fbf6e8;
	padding: 0 30px 30px;
	border-radius: 30px;
}

.ms1__progress-label {
	margin-top: 30px;
	color: #227e7e;
	border: 2px solid #227e7e;
	border-radius: 20px;
	padding: 8px 30px;
	background: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
}

.ms1__progress-table {
	margin-top: 30px;
}

.ms1__progress-tr {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
	background: #fff;
}

.ms1__progress-tr:last-child {
	border-bottom: 1px solid #000;
}

.ms1__progress-tr:first-child {
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
}

.ms1__progress-tr:first-child::after {
	position: absolute;
	content: "";
	inset: auto 0 -45px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #227e7e transparent transparent transparent;
}

.ms1__progress-th {
	width: 150px;
	padding: 15px 15px 25px;
	line-height: 1.71;
	font-weight: 700;
	font-size: 1.6rem;
}

.ms1__progress-td {
	flex: 1;
	padding: 15px 15px 25px;
}

.ms1__progress-td .page-txt {
	font-size: 1.6rem;
}

.ms1__progress-result {
	margin-top: 15px;
	border-radius: 30px;
	padding: 8px 30px;
	background: #227e7e;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	text-wrap: balance;
	font-size: 1.6rem;
}

.ms-img__label {
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.ms-img__label-batch {
	height: 2.5em;
	width: 2.5em;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	background: #000;
}

.ms-img__label-batch--min {
	height: 4em;
	width: 4em;
	border-radius: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	background: #000;
	font-size: 1.2rem;
	white-space: nowrap;
}

.medical-sct1__type {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 20px;
}

.ms1-type__tr {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
}

.ms1-type__tr>* {
	padding: 15px;
	line-height: 1.5;
	font-size: 1.5rem;
}

.ms1-type__tr>*:nth-child(1) {
	width: 140px;
}

.ms1-type__tr>*:nth-child(2) {
	inline-size: calc((100% - 140px) / 2);
	border-left: 1px solid #000;
}

.ms1-type__tr>*:nth-child(3) {
	inline-size: calc((100% - 140px) / 2);
	border-left: 1px solid #000;
}

.ms1-type__th {
	position: relative;
	background: #227e7e;
	color: #fff;
	font-weight: 700;
}

.ms1-type__th:nth-child(2)::before {
	position: absolute;
	content: "2型ぜん息";
	inset: 0;
	margin: auto;
	width: 100%;
	height: 1.71em;
	text-align: center;
}

.ms1-type__th:nth-child(3)::before {
	position: absolute;
	content: "非2型ぜん息";
	inset: 0;
	margin: auto;
	width: 100%;
	height: 1.71em;
	text-align: center;
}

.ms1-type__td {
	background: #fff;
}

.ms1-type__td-label {
	display: none;
}

.medical-sct2__img {
	margin-inline-start: auto;
	margin-inline-end: auto;
	max-width: 600px;
}

.medical-sct2__img-wrap {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 20px;
}

.medical-sct2__graph {
	margin-inline-start: auto;
	margin-inline-end: auto;
	max-width: 600px;
}

.medical-sct2__graph-wrap {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 20px;
}

.medical-sct2__features {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 20px;
}

.ms2-features__item {
	background: #fff;
	border-radius: 15px;
	padding: 15px 15px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.ms2-features__item:nth-child(n+2) {
	margin-top: 30px;
}

.ms2-features__anti {
	width: 100%;
	padding-top: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.ms2-features__ex {
	flex: 1;
}

.ms2-features__name {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}

.ms2-features__txt {
	margin-top: 20px;
}

.ms2-features__txt .page-txt {
	font-size: 1.6rem;
}

.ms2-features__stats {
	margin-top: 30px;
}

.ms2-features__stats-item {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px solid #000;
}

.ms2-features__stats-item:last-child {
	border-bottom: 1px solid #000;
}

.ms2-features__stats-label {
	width: 180px;
	padding: 5px 15px 5px 10px;
}

.ms2-features__stats-ex {
	flex: 1;
	padding: 5px 10px 5px 15px;
}

.ms2-features__img {
	width: 300px;
}

.medical-sct4__img {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 20px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	max-width: 600px;
}

.ms4-img__label {
	font-weight: 700;
	font-size: 1.8rem;
}

.ms4-img__txt {
	margin-top: 5px;
}

.ms4-img__fig {
	margin: 10px auto 0;
}

.ms4-img__list {
	margin-top: 20px;
}

.ms4-img__item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.ms4-img__item:nth-child(n+2) {
	margin-top: 15px;
}

.ms4-img__list-num {
	background: #227e7e;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 100%;
	height: 2em;
	width: 2em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.ms4-img__ex {
	flex: 1;
}

.ms4-img__ex-label {
	color: #227e7e;
	font-weight: 700;
	font-size: 1.6rem;
}

.ms4-img__ex-txt {
	margin-top: 5px;
	font-size: 1.6rem;
}

.medical-sct__note {
	background: #fbf6e8;
	padding: 30px;
	border-radius: 30px;
}

.medical-sct__note-batch {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.medical-sct__note-list {
	margin-top: 30px;
}

.medical-sct__note-item {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	padding: 20px 15px;
	background: #fff;
	border-radius: 15px;
}

.medical-sct__note-item:nth-child(n+2) {
	margin-top: 15px;
}

.medical-sct__note-label {
	color: #227e7e;
	font-weight: 700;
	width: 150px;
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
}

.medical-sct__note-txt {
	flex: 1;
}

@media screen and (max-width: 767px) {
	.medical-sct1__progress {
		padding: 0 15px 30px;
	}

	.ms1__progress-label {
		margin-top: 20px;
		padding: 8px 20px;
		font-size: 1.5rem;
	}

	.ms1__progress-table {
		margin-top: 20px;
	}

	.ms1__progress-th {
		width: 100%;
		padding: 15px 15px 0;
		font-size: 1.4rem;
	}

	.ms1__progress-td {
		flex: 1;
		padding: 15px 15px 25px;
	}

	.ms1__progress-td .page-txt {
		font-size: 1.3rem;
	}

	.ms1__progress-result {
		font-size: 1.3rem;
	}

	.medical-sct1__type {
		padding: 20px 15px;
	}

	.ms1-type__tr>* {
		padding: 15px 10px;
	}

	.ms1-type__tr>*:nth-child(1) {
		width: 100%;
	}

	.ms1-type__tr>*:nth-child(2) {
		inline-size: calc((100%) / 2);
		border-left: 0;
	}

	.ms1-type__tr>*:nth-child(3) {
		inline-size: calc((100%) / 2);
	}

	.ms1-type__th2 {
		width: 100%;
		background: #fff;
		text-align: center;
		border-bottom: 1px solid #000;
	}

	.medical-sct2__img-wrap {
		padding: 20px 10px;
	}

	.medical-sct2__graph-wrap {
		padding: 20px 10px;
	}

	.medical-sct2__features {
		padding: 20px 10px;
	}

	.ms2-features__anti {
		font-size: 1.7rem;
	}

	.ms2-features__stats-item {
		font-size: 1.4rem;
	}

	.ms2-features__stats-label {
		width: 100%;
		flex: 0 1 auto;
		padding: 5px 10px;
	}

	.ms2-features__anti {
		order: 1;
	}

	.ms2-features__ex {
		order: 3;
		width: 100%;
		flex: 0 1 auto;
	}

	.ms2-features__stats-ex {
		flex: 0 1 auto;
		width: 100%;
		padding: 5px 10px;
	}

	.ms2-features__img {
		width: 280px;
		order: 2;
		margin: 0 auto;
	}

	.medical-sct4__img {
		padding: 20px 15px;
	}

	.ms4-img__label {
		font-size: 1.5rem;
	}

	.ms4-img__list-num {
		font-size: 1.7rem;
	}

	.ms4-img__ex-label {
		font-size: 1.4rem;
	}

	.ms4-img__ex-txt {
		font-size: 1.4rem;
	}

	.medical-sct__note {
		padding: 20px 15px;
	}

	.medical-sct__note-list {
		margin-top: 20px;
	}

	.medical-sct__note-item {
		gap: 20px;
	}

	.medical-sct__note-label {
		flex: 0 1 auto;
		width: 100%;
		font-size: 1.5rem;
	}

	.medical-sct__note-txt {
		flex: 0 1 auto;
		width: 100%;
	}
}





/* message */
.message-present__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	color: #ffffff;
	background: var(--base-color);
	max-width: 400px;
	height: 70px;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
	margin: 60px auto 0;
	font-size: 2rem;
}

.message-present__btn::after {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.icn_form {
	margin-right: 0.5em;
	width: 2em;
	height: 2em;
	position: relative;
	z-index: 15;
}

.message-movie {
	max-width: 640px;
	margin: 10px auto 40px;
}

.message-movie a {
	position: relative;
	display: block;
}

.message-movie a::after {
	font-size: 6rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
	content: '\f144';
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-shadow: 0 0 10px #000;
}

@media screen and (max-width: 767px) {
	.message-movie {
		max-width: 320px;
		margin: 10px auto 30px;
	}
}

/* recipe */
.recipe-head {
	max-width: 1100px;
	margin: 0 auto;
	background: #fafafa;
	padding: 20px;
	text-align: center;
}

.recipe-head__batch {
	color: var(--base-color);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Kosugi Maru";
}

.recipe-head__name {
	margin-top: 10px;
	color: #444;
}

.recipe-head__name-catch {
	font-size: 1.8rem;
	line-height: 1.31;
}

.recipe-head__name-ex {
	font-size: 2.8rem;
	margin-top: 5px;
	font-weight: 700;
	line-height: 1.31;
}

.recipe-head__name-cau {
	color: #c00;
	line-height: 1.31;
	margin-top: 5px;
	font-size: 1.5rem;
}

.recipe-img {
	margin: 40px auto;
	max-width: 720px;
}

.recipe-img__fig {
	border-radius: 30px;
	overflow: hidden;
}

.recipe-img__cap {
	margin-top: 15px;
	line-height: 1.5;
	font-size: 1.5rem;
}

.recipe-wrap {
	margin-top: 40px;
	margin-bottom: 60px;
}

.recipe-about {
	padding: 30px;
	background: #f5f5f5;
}

.recipe-about__title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #444;
	line-height: 1.31;
	font-family: "Kosugi Maru";
}

.recipe-ingredient__item:nth-child(n+2) {
	margin-top: 40px;
}

.recipe-ingredient__label {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.31;
}

.recipe-use {
	margin-top: 40px;
}

.recipe-use__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.recipe-use__item:nth-child(n+2) {
	margin-top: 5px;
}

.recipe-use__ingredient {
	width: 180px;
	margin-right: 15px;
}

.recipe-use__ex {
	flex: 1;
}

.recipe-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 60px 0 20px;
	color: #ffffff;
	background: var(--base-color);
	max-width: 600px;
	min-height: 70px;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
	margin: 60px auto;
	width: calc(100% - 40px);
	font-size: 1.8rem;
	line-height: 1.31;
	font-weight: 700;
}

.recipe-btn p {
	position: relative;
	z-index: 10;
}

.recipe-btn::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f13a';
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto 0;
	width: 1em;
	height: 1em;
	color: #fff;
	z-index: 10;
}

.recipe-btn::after {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.recipe-sct2__koro {
	margin-top: 20px;
}

.recipe-sct2__koro-item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	align-items: center;
}

.recipe-sct2__koro-item:nth-child(n+2) {
	margin-top: 20px;
}

.recipe-sct2__koro-ex {
	flex: 1;
	font-size: 1.6rem;
}

.recipe-sct2__koro-fig {
	width: 180px;
}

.recipe-sct2__koro-label {
	font-weight: 700;
}

.recipe-prof {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
	max-width: 480px;
	background: #fafafa;
	padding: 20px;
	align-items: center;
}

.recipe-prof__img {
	width: 120px;
}

.recipe-prof__ex {
	flex: 1;
	margin-left: 20px;
}

.recipe-prof__company {
	font-size: 1.8rem;
}

.recipe-prof__name {
	font-size: 2.4rem;
	margin-top: 10px;
}

@media screen and (max-width: 568px) {
	.recipe-head {
		padding: 15px;
	}

	.recipe-head__batch {
		width: 100%;
		height: auto;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.recipe-head__name {
		margin-left: 10px;
	}

	.recipe-head__name-catch {
		font-size: 1.5rem;
	}

	.recipe-head__name-cau {
		font-size: 1.3rem;
	}

	.recipe-head__name-ex {
		font-size: 2.4rem;
	}

	.recipe-img {
		margin: 30px auto;
	}

	.recipe-wrap {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.recipe-about {
		padding: 20px 15px;
	}

	.recipe-about__title {
		font-size: 2rem;
	}

	.recipe-use__item:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe-use__ingredient {
		width: 200px;
		margin-left: 0;
		margin-right: auto;
	}

	.recipe-use__ex {
		flex: 0 1 auto;
		width: 100%;
		margin-top: 5px;
	}

	.recipe-btn {
		padding: 0 40px 0 20px;
		margin: 40px auto;
		width: calc(100% - 30px);
		font-size: 1.5rem;
	}

	.recipe-btn::before {
		right: 15px;
	}

	.recipe-sct2__koro-ex {
		flex: 0 1 auto;
		font-size: 1.4rem;
	}

	.recipe-sct2__koro-fig {
		margin: 0 auto;
	}

	.recipe-prof__img {
		width: 80px;
	}

	.recipe-prof__ex {
		flex: 1;
		margin-left: 20px;
	}

	.recipe-prof__company {
		font-size: 1.6rem;
	}

	.recipe-prof__name {
		font-size: 2rem;
	}
}


/* pazzle */
.pazzle-img {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	max-width: 600px;
	margin: 0 auto;
}

.pazzle-img__item {
	inline-size: 100%;
	border: 1px solid #ccc;
}

.pazzle-print {
	text-align: center;
}

.pazzle-print__list {
	margin: 30px auto 0;
}

.pazzle-print__sheet-btn {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 15px 10px 18px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
	background: #4b8400;
	color: #fff;
	text-decoration: none;
}

.pazzle-print__uns-btn {
	max-width: 680px;
	margin: 60px auto 0;
	text-align: center;
	display: block;
	padding: 15px 10px 18px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.pazzle-img__item {
		inline-size: 100%;
	}

	.pazzle-print__sheet-btn {
		font-size: 2rem;
	}

	.pazzle-print__uns-btn {
		font-size: 2rem;
	}
}


/* erca */
.erca1-sct2__school {
	background: #fff2c3;
	padding: 25px 30px 30px;
	border-radius: 20px;
}

.e1s2-school__label {
	color: #d61f36;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.e1s2-school__step {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}

.e1s2-school__step-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	margin-top: 20px;
}

.e1s2-school__step-item:nth-child(n+2) {
	margin-top: 40px;
}

.e1s2-school__step-ex {
	flex: 1;
}

.e1s2-school__step-img {
	width: 240px;
	border-radius: 10px;
	overflow: hidden;
}

.e1s2-school__step-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #d61f36;
	border-radius: 20px;
}

.e1s2-school__step-head__num {
	font-size: 1.8rem;
	width: 120px;
	border: 5px solid #f4a69c;
	padding: 7px 15px;
	text-align: center;
	line-height: 1.31;
	border-radius: 10px 0 0 10px;
	background: #fff;
}

.e1s2-school__step-head__num span {
	color: #d61f36;
	font-weight: 700;
}

.e1s2-school__step-head__ex {
	flex: 1;
	height: 100%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: space-between;
}

.e1s2-school__step-head__title {
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
}

.e1s2-school__step-head__cap {
	background: #f4a69c;
	font-size: 1.6rem;
	padding: 5px 15px;
	border-radius: 15px;
	display: inline-block;
}

.e1s2-school__step1-item {
	margin-top: 30px;
}

.e1s2-school__step1-item p {
	margin-top: 10px;
}

.e1s2-school__step1-label {
	font-size: 2rem;
	font-weight: 700;
	color: #d61f36;
}

.e1s2-school__step2-type {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px auto 0;
}

.e1s2-school__step2-item {
	inline-size: calc((100% - 60px) / 3);
}

.e1s2-school__step2-label {
	background: #c25214;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	border-radius: 15px;
	padding: 10px 15px;
}

.e1s2-school__step2-year {
	text-align: center;
	margin-top: 10px;
	font-size: 1.4rem;
}

.e1s2-school__step2-img {
	position: relative;
	border-radius: 10px;
	margin-top: 15px;
	overflow: hidden;
}

.e1s2-school__step2-cap {
	position: absolute;
	content: "";
	inset: auto 5px 5px auto;
	background: #fff;
	padding: 4px 10px 5px;
	font-size: 1.2rem;
	border-radius: 15px;
}

.erca2-sct2__reha {
	padding: 25px 30px 30px;
	border-radius: 20px;
	width: 100%;
	background: #d0ebee;
}

.e2s2-reha__label {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
	color: #005bac;
}

.e2s2-reha__gym {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.e2s2-reha__gym-item {
	inline-size: calc((100% - 30px) / 2);
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}

.e2s2-reha__gym-label {
	border: 5px solid #005bac;
	padding: 20px 15px;
	border-radius: 15px;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
}

.e2s2-reha__gym-txt {
	font-size: 1.8rem;
}

.e2s2-reha__gym-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	align-items: center;
	margin-top: 20px;
}

.e2s2-reha__gym-ex {
	flex: 1;
}

.e2s2-reha__gym-img {
	margin: 0 auto;
}

.e2s2-reha__gym-set {
	background: #068474;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-size: 1.6rem;
	margin-top: 10px;
	border-radius: 5px;
}

.erca2-sct2__voice {
	padding: 30px;
	background: #d0ebee;
	border-radius: 20px;
}

.e2s2-voice__label {
	font-size: 2rem;
	font-weight: 700;
}

.e2s2-voice__item {
	background: #fff;
	padding: 15px;
}

.e2s2-voice__item:nth-child(n+2) {
	margin-top: 20px;
}

.erca-message {
	background: #fff2c3;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

.erca-message__ex {
	flex: 1;
}

.erca-message__label {
	background: #d61f36;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 10px 15px;
	display: inline-block;
}

.erca-message__txt {
	margin-top: 15px;
}

.erca-message__img {
	width: 240px;
	background: #fff;
	padding: 10px;
}

.erca-message__img-cap {
	margin-top: 5px;
	font-size: 1.4rem;
}



@media screen and (max-width: 767px) {
	.erca1-sct2__school {
		padding: 25px 15px 30px;
	}

	.e1s2-school__label {
		font-size: 2rem;
	}

	.e1s2-school__step {
		padding: 30px 15px;
	}

	.e1s2-school__step-ex {
		flex: 0 1 auto;
	}

	.e1s2-school__step-img {
		margin: 0 auto;
	}

	.e1s2-school__step-head {
		padding: 10px 0;
	}

	.e1s2-school__step-head__num {
		font-size: 1.5rem;
		width: 180px;
		border-radius: 10px;
		border: 3px solid #f4a69c;
		margin: 0 auto;
	}

	.e1s2-school__step-head__num br {
		display: none;
	}

	.e1s2-school__step-head__num span {
		color: #d61f36;
		font-weight: 700;
		margin-right: 0.5em;
	}

	.e1s2-school__step-head__ex {
		flex: 0 1 auto;
		height: auto;
		width: 100%;
		margin-top: 15px;
		justify-content: center;
	}

	.e1s2-school__step-head__title {
		font-size: 1.7rem;
	}

	.e1s2-school__step-head__cap {
		font-size: 1.4rem;
		text-align: center;
	}

	.e1s2-school__step1-label {
		font-size: 1.7rem;
	}

	.e1s2-school__step2-item {
		inline-size: 100%;
	}

	.e1s2-school__step2-label {
		font-size: 1.7rem;
	}


	.erca2-sct2__reha {
		padding: 25px 15px 30px;
	}

	.e2s2-reha__label {
		font-size: 2rem;
	}

	.e2s2-reha__gym-item {
		inline-size: 100%;
		padding: 15px;
	}

	.e2s2-reha__gym-label {
		border: 3px solid #005bac;
		padding: 10px;
		font-size: 1.4rem;
	}

	.e2s2-reha__gym-txt {
		font-size: 1.5rem;
	}

	.e2s2-reha__gym-ex {
		flex: 0 1 auto;
		justify-content: center;
		width: 100%;
	}

	.e2s2-reha__gym-set {
		font-size: 1.4rem;
	}

	.erca2-sct2__voice {
		padding: 20px 15px;
	}

	.e2s2-voice__label {
		font-size: 1.7rem;
	}

	.e2s2-voice__item {
		background: #fff;
		padding: 10px;
	}


	.erca-message {
		padding: 30px 15px;
	}

	.erca-message__ex {
		flex: 0 1 auto;
	}

	.erca-message__label {
		font-size: 1.4rem;
	}

	.erca-message__txt {
		margin-top: 15px;
	}

	.erca-message__img {
		margin: 0 auto;
	}

	.erca-message__img-cap {
		font-size: 1.3rem;
	}
}



/* doctor,qa */
.n-doctor__theme {
	max-width: 580px;
	margin: 80px auto;
	padding: 20px 40px 30px;
	background: var(--base-color);
	color: #fff;
	text-align: center;
}

.n-doctor__theme-label {
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 2.4rem;
	border-bottom: 1px solid #fff;
}

.n-doctor__theme-title {
	font-family: 'Kosugi Maru';
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.31;
}

.n-qa.n-arti {
	background: #fafafa;
	padding: 90px 0;
	margin-top: 90px;
}

.n-qa__list {
	margin-top: 60px;
	background: #fff;
}

.n-qa__item {
	border: 2px solid var(--base-color);
}

.n-qa__item:nth-child(n+2) {
	margin-top: 40px;
}

.n-qa__q {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
}

.n-qa__q-batch {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: #fff;
	background: var(--base-color);
	font-size: 2.4rem;
	line-height: 1;
	font-family: 'Kosugi Maru';
}

.n-qa__q-ex {
	flex: 1;
	margin-left: 25px;
}

.n-qa__q-txt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.n-qa__q-name {
	margin-top: 10px;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1;
}

.n-qa__a {
	border-top: 2px solid var(--base-color);
	padding: 20px 25px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n-qa__a-batch {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	color: #fff;
	background: var(--base-color);
	font-size: 2.4rem;
	line-height: 1;
	font-family: 'Kosugi Maru';
}

.n-qa__a-ex {
	flex: 1;
	margin-left: 25px;
	padding-top: 30px;
}

.n-qa__a-ans {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.31
}

.n-qa__a-respondent {
	margin-top: 10px;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.31;
}

@media screen and (max-width: 767px) {
	.n-doctor__theme {
		max-width: 490px;
		margin: 40px auto;
		padding: 15px 20px 20px;
	}

	.n-doctor__theme-label {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	.n-doctor__theme-title {
		font-size: 2rem;
	}

	.n-qa.n-arti {
		padding: 40px 0;
		margin-top: 40px;
	}

	.n-qa__list {
		margin-top: 40px;
	}

	.n-qa__item:nth-child(n+2) {
		margin-top: 30px;
	}

	.n-qa__q {
		padding: 15px;
	}

	.n-qa__q-batch {
		width: 50px;
		height: 50px;
		font-size: 1.8rem;
	}

	.n-qa__q-ex {
		margin-left: 15px;
	}

	.n-qa__q-txt {
		font-size: 1.6rem;
	}

	.n-qa__q-name {
		font-size: 1.4rem;
	}

	.n-qa__a {
		padding: 15px 15px 25px;
	}

	.n-qa__a-batch {
		width: 50px;
		height: 50px;
		font-size: 1.8rem;
	}

	.n-qa__a-ex {
		margin-left: 15px;
		padding-top: 15px;
	}

	.n-qa__a-ans {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.n-qa__a-respondent {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 568px) {
	.n-qa__q {
		padding: 30px 15px;
	}

	.n-qa__q-batch {
		width: 160px;
		height: 40px;
		border-radius: 20px;
		font-size: 2.4rem;
		margin: 0 auto 25px;
	}

	.n-qa__q-ex {
		flex: 0 1 auto;
		width: 100%;
		margin-left: 0;
	}

	.n-qa__a {
		padding: 30px 15px 35px;
	}

	.n-qa__a-batch {
		width: 160px;
		height: 40px;
		border-radius: 20px;
		font-size: 2.4rem;
		margin: 0 auto 25px;
	}

	.n-qa__a-ex {
		flex: 0 1 auto;
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}

	.n-qa__a-respondent {
		text-align: left;
	}
}



/* letter */
.n-square__letter-title {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: 'Kosugi Maru';
	color: var(--base-color);
	line-height: 1.31;
}

.n-square__letter-quest {
	margin-top: 60px;
}

.n-square__letter-quest__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	color: #ffffff;
	background: var(--base-color);
	max-width: 400px;
	height: 70px;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	font-size: 2rem;
}

.n-square__letter-quest__btn::after {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.icn_form {
	margin-right: 0.5em;
	width: 2em;
	height: 2em;
	position: relative;
	z-index: 15;
}

.n-square__letter-quest__btn-txt {
	position: relative;
	z-index: 15;
}

@media screen and (max-width: 767px) {
	.n-square__letter-title {
		font-size: 2.4rem;
	}

	.n-square__letter-quest {
		margin-top: 60px;
	}

	.n-square__letter-quest__btn {
		padding: 0 40px;
		max-width: 400px;
		font-size: 2rem;
	}

	.n-square__letter-quest__btn::after {
		height: 35px;
	}

	.icn_form {
		width: 2em;
		height: 2em;
		position: relative;
		z-index: 15;
	}

	.n-square__letter-quest__btn-txt {
		font-size: 1.6rem;
	}
}