@charset "UTF-8";

/* パンシロン
================================================= */
#main {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 16px;
}

#main * {
	box-sizing: border-box;
}

.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.timmana {
	font-family: 'Timmana', sans-serif;
}

.container {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.sp_active {
	display: none !important;
}

.btn {
	display: table;
	max-width: 329px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}

.btn a {
	background: #00B190;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.btn {
	display: table;
	max-width: 329px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}

.btn a {
	background: #00B190;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

#main a:hover {
	opacity: .7;
}

.mv_area {
	position: relative;
}

.mv_area::after {
	content: "";
	width: 100vw;
	height: 328px;
	background: -moz-linear-gradient(top, #FAF7CC, #FFF);
	background: -webkit-linear-gradient(top, #FAF7CC, #FFF);
	background: linear-gradient(to bottom, #FAF7CC, #FFF);
	position: absolute;
	transform: translateX(-50%);
	bottom: -328px;
	left: 50%;
}

/* intro
----------------------------- */
.intro {
	display: flex;
	align-items: flex-start;
	max-width: 735px;
	width: 100%;
	padding: 40px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.intro::after {
	content: "";
	width: 100vw;
	height: 80%;
	background: -moz-linear-gradient(top, #FAF7CC, #FFF);
	background: -webkit-linear-gradient(top, #FAF7CC, #FFF);
	background: linear-gradient(to bottom, #FAF7CC, #FFF);
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	z-index: -1;
}

/* item_area */
.item_area {
	text-align: center;
	flex-shrink: 0;
}

.item_area .txt {
	display: inline-block;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.item_area .txt::before,
.item_area .txt::after {
	content: "";
	background: url(../2022/img/line.png) no-repeat center/100%;
	width: 3px;
	height: 34px;
	position: absolute;
	top: 50%;
}

.item_area .txt::before {
	transform: rotate(-25deg)translateY(-50%);
	left: -10px;
}

.item_area .txt::after {
	transform: rotate(25deg)translateY(-50%);
	right: -10px;
}

/* online_area */
.online_area {
	background: #00B190;
	width: 315px;
	padding: 35px 30px;
	margin-left: 70px;
	overflow: hidden;
	position: relative;
	/* z-index: 1; */
}

.online_area p.popup {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.online_area p span {
	background: url(../2022/img/icon_cart.svg) no-repeat left center/26.51px;
	padding-left: 40px;
}

.online_area .btn_list {
	align-items: center;
	justify-content: center;
}

.online_area .btn_list li {
	width: 100%;
}

.online_area .btn_list li:not(:last-child) {
	margin-bottom: 10px;
}

.btn_list li a {
	display: block;
}

.btn_list li a:hover {
	opacity: .7;
}

/* section-cm
----------------------------- */
.section-cm {
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 940px;
    margin: 0 auto;
}
.section-cm .ttl-01{
	font-size: 2.111em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.section-cm .wrapper-video{
    width: 752px;
    margin: 0 auto;
    border: 6px solid #000;
    box-sizing: border-box;
}
.section-cm .wrapper-video .remodalLink{
    position: relative;
    display: block;
}
.section-cm .wrapper-video .remodalLink::before{
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    transition: opacity 0.5s;
}
.section-cm .wrapper-video .remodalLink span::before,.section-cm .wrapper-video .remodalLink span::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2))
}
.section-cm .wrapper-video .remodalLink span::before{
    width: 5em;
    height: 5em;
    border: 0.4em solid #fff;
    border-radius: 50%;
    color: #fff;
}
.section-cm .wrapper-video .remodalLink span::after{
	width: 0;
    height: 0;
    border: 1.5em solid transparent;
    border-left: 2.5em solid #fff;
    transform: translateX(1em);
}

/* symptoms_area
----------------------------- */
.symptoms_area {
	background: -moz-linear-gradient(top, #0BBE9C, #02A082);
	background: -webkit-linear-gradient(top, #0BBE9C, #02A082);
	background: linear-gradient(to bottom, #0BBE9C, #02A082);
	padding: 30px 18px 45px;
}

.symptoms_area h2 {
	background: url(../2022/img/img01.png) no-repeat left center/122px;
	display: table;
	height: 110px;
	width: auto;
	padding: 0 0 0 130px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.symptoms_area h2 span {
	background: url(../2022/img/title_bg.png) no-repeat center 85px/100%;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	position: relative;
}

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

.symptoms_area .list li {
	background: #fff;
	border-radius: 10px;
	padding: 25px 20px;
	margin-bottom: 15px;
	width: calc((100%/3) - 10px);
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
}

.symptoms_area .list li p {
	text-align: center;
}

.symptoms_area .list li p:nth-child(1) {
	margin-bottom: 10px;
}

.symptoms_area .list li p img {
	margin: 0 auto;
}

/* detail_area
----------------------------- */
.detail_area {
	padding: 70px 0;
	position: relative;
	z-index: 1;
}

.detail_area::after {
	content: "";
	width: 100vw;
	height: 328px;
	background: -moz-linear-gradient(top, #FAF7CC, #FFF);
	background: -webkit-linear-gradient(top, #FAF7CC, #FFF);
	background: linear-gradient(to bottom, #FAF7CC, #FFF);
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
	z-index: -1;
}

.detail_area h2 {
	margin-bottom: 60px;
	text-align: center;
}

.detail_area h2 img {
	margin: 0 auto;
}

.detail_area>p {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}

.detail_area p.img {
	margin-bottom: 60px;
}

.type_list {
	display: flex;
	justify-content: space-between;
}

.type_list li {
	border: 1px solid #00B190;
	border-radius: 10px;
	padding: 30px 35px 40px;
	margin-bottom: 50px;
	width: 48%;
	font-weight: bold;
}

.type_list li .txt_wrap {
	padding-left: 100px;
	margin-bottom: 40px;
	position: relative;
}

.type_list li .txt_wrap::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 84px;
	height: 84px;
	position: absolute;
	top: -5px;
	left: 0;
}

.type_list li .txt_wrap p {
	font-size: 25px;
}

.type_list li .txt_wrap small {
	font-size: 19px;
}

.type_list li .txt_wrap strong {
	font-size: 31px;
	line-height: 1;
}

.type_list li .txt_wrap p.category_name {
	font-size: 12px;
	font-weight: 500;
}

.type_list li .txt_wrap p.category_name span {
	display: inline-block;
	border: 1px solid #000;
	padding: 1px 3px;
	margin-left: 10px;
	font-size: 10px;
	vertical-align: middle;
}

.type_list li .photo_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.type_list li .photo_wrap figure {
	width: 47%;
}

.type_list li .photo_wrap figcaption {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

.type_list li:nth-child(1) .txt_wrap::before {
	background-image: url(../2022/img/type01.jpg);
}

.type_list li:nth-child(2) .txt_wrap::before {
	background-image: url(../2022/img/type02.jpg);
}

.type_list li:nth-child(2) .photo_wrap {
	padding: 0 30px;
}

.type_list li:nth-child(2) figcaption {
	width: 120%;
	margin-left: -10%;
}

/* point_area
----------------------------- */
.point_area {
	background: #00B190;
	padding: 60px 0;
}

.point_area h2 {
	margin-bottom: 50px;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.point_area h2 span {
	display: inline-block;
	vertical-align: middle;
}

.point_area h2 img {
	display: inline-block;
}

.point_area .flex_wrap {
	display: flex;
	justify-content: space-between;
}

.point_area .point.flex_wrap {
	align-items: center;
	padding: 20px 35px;
	margin-bottom: 20px;
}

.point_area .point.flex_wrap .img {
	width: 55%;
	padding: 0;
	margin: 0 40px 0 0;
	flex-shrink: 0;
}

.point_area .point.flex_wrap .img img {
	margin: 0;
}

.point_list li {
	background: #E9F6F8;
	border-radius: 10px;
	padding: 40px 20px 20px;
	position: relative;
	font-weight: bold;
}

.point_list li:not(:last-child) {
	margin-bottom: 40px;
}

.point_list li .num {
	color: #D12F7D;
	font-size: 30px;
	position: absolute;
	top: -35px;
	left: 20px;
}

.point_list li .timmana {
	font-size: 64px;
	text-shadow: 0px 3px 6px #C3C6C2;
	margin-right: 10px;
}

.point_list li span:not(.timmana) {
	background: linear-gradient(transparent 70%, #F7DF5C 70%);
}

.point_area .point {
	background: #fff;
	border-radius: 10px;
}

.point_area .flex_wrap div {
	width: 49%;
	font-weight: bold;
	padding: 55px 20px;
}

.point_area .flex_wrap div>p:nth-child(1) {
	color: #D12F7D;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
}

.point_area .flex_wrap div>p:nth-child(1) strong {
	font-size: 42px;
}

.point_area .flex_wrap div:nth-of-type(1) img {
	margin: 30px auto 0;
}

.point_area .flex_wrap div:nth-of-type(2) ul {
	display: flex;
	justify-content: center;
	margin: 20px auto 30px;
}

.point_area .flex_wrap div:nth-of-type(2) ul li {
	width: 45%;
	font-size: 20px;
}

.point_area .flex_wrap div:nth-of-type(2) ul li * {
	text-align: center;
}

.point_area .flex_wrap div:nth-of-type(2) ul li img {
	margin: 0 auto;
}

.point_area .flex_wrap div:nth-of-type(2) ul li small {
	display: block;
	font-size: 12px;
}

.point_area .flex_wrap div:nth-of-type(2) .txt {
	max-width: 393px;
	margin: 0 auto;
}

/* online */
.online {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.online p {
	background: url(../2022/img/icon_cart.svg) no-repeat left center/26.51px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	flex-shrink: 0;
	padding-left: 35px;
	margin-right: 30px;
}

.online .btn_list {
	display: flex;
}

.online .btn_list li {
	max-width: 205px;
	width: 30%;
}

.online .btn_list li:not(:last-child) {
	margin-right: 10px;
}

/* series_area
----------------------------- */
.series_area {
	padding: 70px 0;
	font-weight: bold;
}

.series_area h3 {
	color: #124BA7;
	font-size: 34px;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

.series_area h3::before {
	content: "";
	border-bottom: 3px solid #124BA7;
	width: 42px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
}

.series_area .read {
	font-size: 22px;
	margin-bottom: 50px;
	text-align: center;
}

.series_area ul {
	display: flex;
	justify-content: space-between;
}

.series_area ul li {
	display: flex;
	flex-direction: column;
	width: 18%;
}

.series_area ul li>p {
	min-height: 0%;
}

.series_area ul .txt {
	text-align: center;
	font-size: 12px;
	list-style: 1.3;
	margin-bottom: 10px;
}

.series_area ul .txt strong {
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}

.series_area ul .txt span {
	font-size: 20px;
}

.series_area ul .img {
	padding: 0 10px;
	margin-top: auto;
}

.series_area ul .img img {
	width: 100%;
}

.series_area ul li p:last-child {
	display: table;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.series_area ul li p a {
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	color: #fff;
}

.series_area ul li:nth-child(1) .txt {
	color: #307AF2;
}

.series_area ul li:nth-child(1) a {
	background: #307AF2;
}

.series_area ul li:nth-child(2) .txt {
	color: #D12F7D;
}

.series_area ul li:nth-child(2) a {
	background: #D12F7D;
}

.series_area ul li:nth-child(3) .txt {
	color: #0479D0;
}

.series_area ul li:nth-child(3) a {
	background: #0479D0;
}

.series_area ul li:nth-child(4) .txt {
	color: #124BA7;
}

.series_area ul li:nth-child(4) a {
	background: #124BA7;
}

.series_area ul li:nth-child(5) .txt {
	color: #5535BC;
}

.series_area ul li:nth-child(5) a {
	background: #5535BC;
}

/* =================================================
	Blake point
================================================= */
@media (max-width: 768px) {
	.sp_active {
		display: block !important;
	}

	.pc_active {
		display: none !important;
	}

	.btn a {
		border-radius: 5px;
		font-size: 19px;
	}

	/* mv_area
	----------------------------- */
	.mv_area {
		position: relative;
		z-index: 1;
	}

	.mv_area::after {
		bottom: -180px;
		z-index: -1;
	}

	/* intro
	----------------------------- */
	.intro {
		display: block;
		max-width: 735px;
		width: 100%;
		padding: 40px 0 0;
		margin: 0 auto;
		position: relative;
		/* z-index: 1; */
	}

	.intro::after {
		display: none;
	}

	/* item_area */
	.item_area {
		text-align: center;
	}

	.item_area .txt {
		margin-bottom: 25px;
		font-size: 18px;
	}

	.item_area .img {
		margin: 0 auto;
		width: 75%;
	}

	/* section-cm
	----------------------------- */
	.section-cm {
		padding-bottom: 30px;
		width: 90%;
	}
	.section-cm .ttl-01{
		font-size: 7.0313vw;
		margin-bottom: 5%;
	}
	.section-cm .wrapper-video{
		width: 100%;
		min-height: auto;
		font-size: 3vw;
	}

	/* online_area
	----------------------------- */
	.online_area {
		background: none;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: unset;
	}

	.online_area>div {
		display: block;
		padding: 0 20px 20px;
	}

	.online_area::after {
		content: "";
		background: url(.../2022/img/mv_parts02_sp.png) no-repeat center/100% 26px;
		width: 100%;
		height: 26px;
		top: -26px;
	}

	.online_area p {
		background: none;
	}

	.online_area p.popup {
		background: #00B190;
		border-radius: 5px;
		font-size: 19px;
		text-align: center;
		padding: 20px;
		margin-right: 0;
		position: relative;
	}

	.online_area p.popup::before,
	.online_area p.popup::after {
		content: "";
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
	}

	.online_area p.popup::before {
		border-top: 1px solid #fff;
		width: 18px;
		right: 30px;
	}

	.online_area p.popup::after {
		border-left: 1px solid #fff;
		height: 18px;
		right: 38px;
	}

	.online_area p span {
		background: url(../2022/img/icon_cart.svg) no-repeat left center/26.51px;
		color: #fff;
		font-weight: bold;
		font-size: 19px;
		padding: 0 40px 0 50px;
	}

	/* ポップアップ */
	.popup_inner {
		display: none;
	}

	.popup_inner.show {
		background: rgba(145, 144, 144, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}

	.popup_inner.show .inner {
		background: #00B190;
		display: block;
		width: 85%;
		padding: 40px 20px;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}

	.popup_inner .sp_active {
		text-align: center
	}

	.popup_inner.show #close {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 36px;
	}

	.online_area .btn_list {
		display: block;
		padding: 15px 0 0;
	}

	.online_area .btn_list li {
		width: 90%;
		margin: 0 auto 10px;
	}

	.online_area .btn_list li:last-child {
		margin-bottom: 0;
	}

	.btn_list li a {
		display: block;
	}

	.btn_list li a:hover {
		opacity: .7;
	}

	/* symptoms_area
	----------------------------- */
	.symptoms_area {
		padding: 20px 8px;
	}

	.symptoms_area .container {
		padding: 0;
	}

	.symptoms_area h2 {
		background: url(../2022/img/img01.png) no-repeat left center/92.61px;
		height: 80px;
		padding: 0 0 0 110px;
		margin: 0 auto 10px;
		font-size: 7vw;
	}

	.symptoms_area h2 span {
		background: url(../2022/img/title_bg.png) no-repeat center 65px/100%;
	}

	.symptoms_area .list li {
		padding: 10px 5px;
		margin-bottom: 10px;
		width: calc((100%/2) - 5px);
		font-size: 4.1vw;
	}

	.symptoms_area .list li p img {
		width: 80%;
	}

	/* detail_area
	----------------------------- */
	.detail_area {
		padding: 40px 0;
		position: relative;
		z-index: 1;
	}

	.detail_area h2 {
		margin-bottom: 60px;
		text-align: center;
	}

	.detail_area h2 img {
		margin: 0 auto;
	}

	.detail_area>p {
		margin: 0 auto 45px;
	}

	.detail_area p.img {
		margin: 0 -10px 40px;
	}

	.type_list {
		display: block;
	}

	.type_list li {
		padding: 20px;
		margin-bottom: 20px;
		width: 100%;
	}

	.type_list li .txt_wrap {
		padding-left: 18vw;
		margin-bottom: 20px;
	}

	.type_list li .txt_wrap::before {
		width: 16vw;
		height: 16vw;
		top: 0;
	}

	.type_list li .txt_wrap p {
		font-size: 18px;
	}

	.type_list li .txt_wrap small {
		font-size: 14px;
	}

	.type_list li .txt_wrap strong {
		font-size: 22px;
	}

	.type_list li .txt_wrap p.category_name {
		font-size: 10px;
	}

	.type_list li .txt_wrap p.category_name span {
		margin-left: 5px;
	}

	.type_list li .photo_wrap {}

	.type_list li .photo_wrap figure {
		width: 48%;
	}

	.type_list li .photo_wrap figcaption {
		width: 120%;
		margin-top: 5px;
		font-size: 16px;
		margin-left: -10%;
	}

	.type_list li:nth-child(1) .txt_wrap::before {
		background-image: url(../2022/img/type01.jpg);
	}

	.type_list li:nth-child(2) .txt_wrap::before {
		background-image: url(../2022/img/type02.jpg);
	}

	.type_list li:nth-child(2) .photo_wrap {
		padding: 0;
	}

	.type_list li:nth-child(2) .photo_wrap figure img {
		width: 80%;
		margin: 0 auto;
	}

	/* point_area
	----------------------------- */
	.point_area {
		background: #00B190;
		padding: 40px 0;
	}

	.point_area h2 {
		margin-bottom: 20px;
		font-size: 33px;
	}

	.point_area h2 span {
		display: inline-block;
		vertical-align: middle;
	}

	.point_area h2 span.sp_active {
		display: inline-block !important;
		font-size: 20px;
	}

	.point_area h2 img {
		display: inline-block;
		width: 223px;
	}

	.point_area .flex_wrap {
		display: block;
	}

	.point_area .point.flex_wrap {
		align-items: center;
		padding: 20px 15px;
		margin-bottom: 20px;
	}

	.point_area .point.flex_wrap .img {
		width: 100%;
		padding: 0;
		margin: 0 0 40px;
	}

	.point_area .point.flex_wrap .img img {
		margin: 0;
	}

	.point_list li {
		padding: 40px 15px 20px;
	}

	.point_list li:not(:last-child) {
		margin-bottom: 40px;
	}

	.point_list li .num {
		font-size: 28px;
		top: -35px;
		left: 20px;
	}

	.point_list li .timmana {
		font-size: 64px;
		text-shadow: 0px 3px 6px #C3C6C2;
		margin-right: 5px;
	}

	.point_area .flex_wrap div {
		width: 100%;
		padding: 20px 15px;
	}

	.point_area .flex_wrap div>p:nth-child(1) {
		font-size: 22px;
		text-align: center;
		font-weight: 700;
	}

	.point_area .flex_wrap div>p:nth-child(1) strong {
		font-size: 32px;
	}

	.point_area .flex_wrap div:nth-of-type(1) {
		padding: 20px 10px;
		margin-bottom: 20px;
	}

	.point_area .flex_wrap div:nth-of-type(1) p {
		padding-left: 35%;
		font-size: 19px;
		position: relative;
	}

	.point_area .flex_wrap div:nth-of-type(1) p::before {
		content: "";
		background: url(../2022/img/point02.jpg) no-repeat left center/35%;
		width: 100%;
		height: 127px;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		left: 0;
	}

	.point_area .flex_wrap div:nth-of-type(1) p strong {
		font-size: 28px;
	}

	.point_area .flex_wrap div:nth-of-type(2) ul {
		display: flex;
		justify-content: space-between;
		margin: 20px auto 30px;
	}

	.point_area .flex_wrap div:nth-of-type(2) ul li {
		width: 48%;
	}

	.point_area .flex_wrap div:nth-of-type(2) ul li * {
		text-align: center;
	}

	.point_area .flex_wrap div:nth-of-type(2) ul li img {
		margin: 0 auto;
		width: 80%;
	}

	.point_area .flex_wrap div:nth-of-type(2) ul li small {
		font-size: 10px;
	}

	.point_area .flex_wrap div:nth-of-type(2) .txt {
		max-width: 393px;
		margin: 0 auto;
		font-size: 18px;
	}

	/* online */
	.online {
		display: block;
		margin-top: 25px;
		text-align: center;
	}

	.online p {
		display: inline-block;
		font-size: 19px;
		margin: 0 0 20px;
	}

	.online .btn_list {
		display: block;
		padding: 0 50px;
	}

	.online .btn_list li {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.online .btn_list li:not(:last-child) {
		margin: 0 auto 15px;
	}

	/* series_area
	----------------------------- */
	.series_area {
		padding: 40px 0;
		font-weight: bold;
	}

	.series_area h3 {
		font-size: 28px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.series_area .read {
		font-size: 16px;
		margin-bottom: 0;
	}

	.series_area ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.series_area ul li {
		width: 47%;
		margin-top: 40px;
	}

	.series_area ul .txt {
		text-align: center;
		font-size: 2vw;
		list-style: 1.3;
		margin-bottom: 5px;
	}

	.series_area ul .txt strong {
		font-size: 5.5vw;
		text-align: center;
	}

	.series_area ul .txt span {
		font-size: 5vw;
	}

	.series_area ul .img {
		padding: 0 10px;
		margin-top: auto;
	}

	.series_area ul .img img {
		width: 100%;
	}

	.series_area ul li p:last-child {
		display: table;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}

	.series_area ul li p a {
		font-size: 16px;
		height: 40px;
	}
}