@charset "UTF-8";
.m-pagevisual.-mystyledesign {
	background-image: url(../images/mystyledesign/ph_hero.webp)
}

.p-select-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 70px;
	padding: 30px 20px 0
}
@media(max-width:768px) {
	.p-select-tab {
		margin: 0 0 40px
	}
}
.p-select-tab a {
	display: flex;
	border: 1px solid #4682BE;
	width: 247px;
	height: 57px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: none;
	transition: .4s;
	position: relative;
}
.p-select-tab a.-off {
	pointer-events: none;
	opacity: 0.3;
}
@media(max-width:768px) {
	.p-select-tab a {
		width: 48%
	}
}
.p-select-tab a + a {
	margin-left: 30px
}
@media(max-width:768px) {
	.p-select-tab a + a {
		margin-left: 2%
	}
}
.p-select-tab a span {
	color: #4682BE;
	font-size: 2rem;
	line-height: 1;
	-webkit-transition: .4s;
	transition: .4s
}
@media(max-width:768px) {
	.p-select-tab a span {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
@media(max-width:340px) {
	.p-select-tab a span {
		font-size: 1.2rem
	}
}
.p-select-tab a svg {
	position: absolute;
	top: 45%;
	right: 1.8rem;
	width: 12px
}
.p-select-tab a .arrow {
	transition: .4s
}
.p-select-tab a.-active {
	pointer-events: none;
}
.p-select-tab a:hover, .p-select-tab a.-active {
	background: #4682BE
}
.p-select-tab a:hover span, .p-select-tab a.-active span {
	color: #fff
}
.p-select-tab a:hover .arrow, .p-select-tab a.-active .arrow {
	fill: #fff
}
@media(max-width:768px) {
	.p-select-tab a svg,
	.p-select-tab a .arrow {
		display: none;
	}
}

/* p-select */
.p-select-intro {
	max-width: 1016px;
	width: calc(100% - 36px);
	margin: 0 auto 7.5rem;
}
.p-select-intro > h2 {
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	line-height: 2.3em;
	margin-bottom: 4rem;
}
.p-select-intro > h2 small {
	font-size: 1.1rem;
	display: block;
}

.p-mystyle-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 3rem;
	margin-bottom: 18rem;
}
.p-mystyle-list li {
	width: calc(322 / 1016 * 100%);
}
.p-mystyle-list li a {
	position: relative;
	display: block;
}
.p-mystyle-list li a::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	content: "";
	width: 1.7rem;
  height: 1.7rem;
  background-color: #FFF;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-mystyle-list li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.p-mystyle-list li a div h3 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 400;
}
.p-mystyle-list li a div h3::after {
	content: "";
	display: block;
	width: 3rem;
	height: .1rem;
	background: #FFF;
	margin: 3rem auto;
}
.p-mystyle-list li a div p {
	color: #FFF;
	font-size: 4rem;
	font-weight: 300;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.2;
}
@media(max-width:768px) {
	.p-select-intro {
		margin: 4rem auto 6rem;
	}
	.p-select-intro > h2 {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.p-mystyle-list {
		margin-bottom: 9rem;
		row-gap: 2rem;
	}
	.p-mystyle-list li a::after {
		right: .5rem;
		bottom: .5rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	.p-mystyle-list li a div h3 {
		font-size: 2.6vw;
	}
	.p-mystyle-list li a div h3::after {
		width: 2rem;
		margin: 2vw auto;
	}
	.p-mystyle-list li a div p {
		font-size: 4.8vw;
	}
}

#style02,
#style03,
#style04,
#style05,
#style06 {
	margin-top: 13rem;
}
@media(max-width:768px) {
	#style02,
	#style03,
	#style04,
	#style05,
	#style06 {
		margin-top: 9rem;
	}
	#style06 {
		padding-bottom: 9rem;
	}
}

.p-mystyle-inner {
	max-width: 1016px;
	width: calc(100% - 36px);
	margin: 0 auto;
}
@media(max-width:768px) {
}

.mystyle_sec01 {
	position: relative;
	background: #DADCE5;
	padding-bottom: 6rem;
	margin-bottom: 8rem;
}
.mystyle_sec01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	height: 32.5rem;
	z-index: 0;
}
.mystyle_kv {
	position: relative;
	width: calc(998px + (50vw - 499px));
	min-width: 998px;
	display: flex;
	align-items: flex-start;
	margin: 0 0 3rem auto;
	z-index: 1;
}
.mystyle_kv div {
	width: 34.8rem;
}
.mystyle_kv div h2 {
	width: 21.8rem;
	margin-bottom: 3rem;
}
.mystyle_kv div h3 {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 300;
	letter-spacing: .1em;
}
.mystyle_kv .mystyle_kv_image {
	position: relative;
	flex: 1;
}
.mystyle_kv .mystyle_kv_image span {
	position: absolute;
	left: 3rem;
	bottom: 1rem;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-shadow: 0 0 6px #000,0 0 6px #000;
}
.mystyle_kv .mystyle_kv_image figure {
	position: relative;
	flex: 1;
}
#style02 .mystyle_kv .mystyle_kv_image figure,
#style04 .mystyle_kv .mystyle_kv_image figure,
#style06 .mystyle_kv .mystyle_kv_image figure {
	overflow: hidden;
}
.mystyle_kv .mystyle_kv_image figure::after {
	position: absolute;
	content: "";
	z-index: 2;
}
#style01 .mystyle_kv_image figure::after {
	width: 30.8rem;
	height: 15.2rem;
	background: url("../images/mystyledesign/style01_img02.svg") no-repeat center center / contain;
	right: 0;
	top: 0;
}
#style02 .mystyle_kv_image figure::after {
	width: 25.8rem;
	height: 14.9rem;
	background: url("../images/mystyledesign/style02_img02.svg") no-repeat center center / contain;
	right: 0;
	top: -6.3rem;
	mix-blend-mode: difference;
}
#style03 .mystyle_kv_image figure::after {
	width: 37rem;
	height: 13.5rem;
	background: url("../images/mystyledesign/style03_img02.svg") no-repeat center center / contain;
	right: 0;
	top: -5.1rem;
}
#style04 .mystyle_kv_image figure::after {
	width: 36.4rem;
	height: 12.8rem;
	background: url("../images/mystyledesign/style04_img02.svg") no-repeat center center / contain;
	right: 0;
	top: -4.3rem;
	mix-blend-mode: difference;
}
#style05 .mystyle_kv_image figure::after {
	width: 23.1rem;
	height: 16.2rem;
	background: url("../images/mystyledesign/style05_img02.svg") no-repeat center center / contain;
	right: 3.9rem;
	top: -4.3rem;
}
#style06 .mystyle_kv_image figure::after {
	width: 37.2rem;
	height: 11rem;
	background: url("../images/mystyledesign/style06_img02.svg") no-repeat center center / contain;
	right: 1.7rem;
	top: -4.8rem;
	mix-blend-mode: difference;
}
.mystyle_kv_image::before {
	position: absolute;
	content: "";
	z-index: 0;
}
#style02 .mystyle_kv_image::before {
	width: 25.8rem;
	height: 14.9rem;
	background: url("../images/mystyledesign/style02_img02_02.svg") no-repeat center center / contain;
	right: 0;
	top: -6.3rem;
}
#style04 .mystyle_kv_image::before {
	width: 36.4rem;
	height: 12.8rem;
	background: url("../images/mystyledesign/style04_img02_02.svg") no-repeat center center / contain;
	right: 0;
	top: -4.3rem;
}
#style06 .mystyle_kv_image::before {
	width: 37.2rem;
	height: 11rem;
	background: url("../images/mystyledesign/style06_img02_02.svg") no-repeat center center / contain;
	right: 1.7rem;
	top: -4.8rem;
}
@media(max-width:1060px) {
	.mystyle_kv {
		width: calc(100% - 18px);
	}
}
@media(max-width:768px) {
	.mystyle_sec01 {
		padding-bottom: 4rem;
		margin-bottom: 5rem;
	}
	.mystyle_sec01::after {
		max-height: 12.3rem;
		height: 28vw;
	}
	.mystyle_kv {
		width: calc(100% - 36px);
		min-width: auto;
		flex-direction: column;
		margin: 0 auto 4rem;
		z-index: 1;
	}
	.mystyle_kv div {
		width: 100%;
	}
	.mystyle_kv div h2 {
		max-width: 39rem;
		width: 100%;
		margin: 0 auto 3rem;
	}
	.mystyle_kv div h2 img {
		width: 100%;
	}
	.mystyle_kv .mystyle_kv_image {
		width: 100%;
	}
	.mystyle_kv .mystyle_kv_image span {
		left: 0;
		bottom: -2.6rem;
		color: #25313D;
		font-size: 1.2rem;
		text-shadow: none;
	}
	#style01 .mystyle_kv_image figure::after {
		width: 35vw;
		height: 17vw;
	}
	#style02 .mystyle_kv_image figure::after {
		width: 11.8rem;
		height: 6.8rem;
		top: -2.3rem;
	}
	#style03 .mystyle_kv_image figure::after {
		width: 16rem;
		height: 5.8rem;
		top: -2.1rem;
	}
	#style04 .mystyle_kv_image figure::after {
		width: 18.4rem;
		height: 6.5rem;
		top: -2.3rem;
	}
	#style05 .mystyle_kv_image figure::after {
		width: 11.1rem;
		height: 7.8rem;
		right: 0.9rem;
		top: -2.3rem;
	}
	#style06 .mystyle_kv_image figure::after {
		width: 17.2rem;
		height: 5.1rem;
		right: 0.7rem;
		top: -2rem;
	}
	#style02 .mystyle_kv_image::before {
		width: 11.8rem;
		height: 6.8rem;
		top: -2.3rem;
	}
	#style04 .mystyle_kv_image::before {
		width: 18.4rem;
		height: 6.5rem;
		top: -2.3rem;
	}
	#style06 .mystyle_kv_image::before {
		width: 17.2rem;
		height: 5.1rem;
		right: 0.7rem;
		top: -2rem;
	}
}

.mystyle_sec01 .p-mystyle-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mystyle_sec01 .p-mystyle-inner > figure {
	width: 30.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div {
	width: 66.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div h4 {
	color: #25313D;
	font-family: "Inter", sans-serif;
	font-size: 4rem;
	font-weight: 300;
	border-bottom: 1px solid #25313D;
	margin-bottom: 3rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(odd) {
	width: 28rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(even) {
	width: 35.8rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dl {
	display: flex;
	flex-direction: column;
}
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(2) dl,
.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(4) dl {
	height: 100%;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dt {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	background: #25313D;
	padding: .1em 0 .2em 1.2rem;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dd {
	font-size: 1.4rem;
	background: #FFF;
	padding: .8rem 0 .7rem 1.2rem;
	flex: 1;
}
#style06 .mystyle_sec01 .p-mystyle-inner > div > div div dd {
	letter-spacing: 0;
}
.mystyle_sec01 .p-mystyle-inner > div > div div dl + dl {
	margin-top: 1rem;
}
@media(max-width:768px) {
	.mystyle_sec01 .p-mystyle-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.mystyle_sec01 .p-mystyle-inner > figure {
		width: 70%;
		margin: 0 auto 2rem;
	}
	.mystyle_sec01 .p-mystyle-inner > h3 {
		font-size: 2rem;
		font-weight: 300;
		line-height: 2;
	}
	.mystyle_sec01 .p-mystyle-inner > div {
		width: 100%;
		margin-top: 1rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div h4 {
		font-size: 2.4rem;
		font-weight: 300;
		border-bottom: 1px solid #25313D;
		margin-bottom: 3rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div {
		flex-direction: column;
		row-gap: 1rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(odd) {
		width: 100%;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-child(even) {
		width: 100%;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(1) {
		order: 0;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(2) {
		order: 2;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(3) {
		order: 1;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div:nth-of-type(4) {
		order: 4;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dt {
		font-size: 1.4rem;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dd {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.mystyle_sec01 .p-mystyle-inner > div > div div dl + dl {
		margin-top: 1rem;
	}
}

.mystyle_sec02 {
	display: flex;
	justify-content: space-between;
}
.mystyle_sec02 .plan_wrap {
	width: 48.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec {
	margin-bottom: 6rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p {
	display: flex;
	align-items: center;
	font-size: 10rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	background: #DADCE5;
	padding: 0 3rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p small {
	font-size: 3rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	margin-left: 2rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p + p {
	font-size: 4rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	background: none;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	line-height: 1.2;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl + dl {
	margin-top: .5rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dl:last-of-type {
	border-top: 1px solid #707070;
	padding-top: .9rem;
	margin-top: .8rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dt {
	font-size: 1.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd {
	font-size: 1.9rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd span {
	font-size: 2.4rem;
}
.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd small {
	font-size: 1.4rem;
}
.mystyle_sec02 .plan_wrap figure {
	margin: 0 auto;
}
#style01 .mystyle_sec02 .plan_wrap figure {
	width: 45rem;
}
#style02 .mystyle_sec02 .plan_wrap figure {
	width: 38.9rem;
}
#style03 .mystyle_sec02 .plan_wrap figure {
	width: 45.5rem;
}
#style04 .mystyle_sec02 .plan_wrap figure {
	width: 33.5rem;
}
#style05 .mystyle_sec02 .plan_wrap figure {
	width: 39.9rem;
}
#style06 .mystyle_sec02 .plan_wrap figure {
	width: 47.4rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.5rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap img {
	width: 14.8rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap img:last-of-type {
	width: 6.7rem;
}
.mystyle_sec02 .plan_wrap .icon_wrap p {
	font-size: 1.2rem;
}
@media(max-width:768px) {
	.mystyle_sec02 {
		flex-direction: column;
	}
	.mystyle_sec02 .plan_wrap {
		width: 100%;
		margin-bottom: 3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec {
		margin-bottom: 4rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p {
		font-size: 6rem;
		padding: .5rem 1.5rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p small {
		font-size: 2rem;
		margin-left: 1rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_type p + p {
		font-size: 3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dt {
		font-size: 1.3rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd {
		font-size: 1.8rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd span {
		font-size: 2rem;
	}
	.mystyle_sec02 .plan_wrap .plan_spec .plan_spec_detai dd small {
		font-size: 1.3rem;
	}
	.mystyle_sec02 .plan_wrap figure {
		margin: 0 auto;
	}
	#style01 .mystyle_sec02 .plan_wrap figure {
		max-width: 45rem;
		width: calc(45 / 47.4 * 100%);
	}
	#style02 .mystyle_sec02 .plan_wrap figure {
		max-width: 38.9rem;
		width: calc(38.9 / 47.4 * 100%);
	}
	#style03 .mystyle_sec02 .plan_wrap figure {
		max-width: 45.5rem;
		width: calc(45.5 / 47.4 * 100%);
	}
	#style04 .mystyle_sec02 .plan_wrap figure {
		max-width: 33.5rem;
		width: calc(33.5 / 47.4 * 100%);
	}
	#style05 .mystyle_sec02 .plan_wrap figure {
		max-width: 39.9rem;
		width: calc(39.9 / 47.4 * 100%);
	}
	#style06 .mystyle_sec02 .plan_wrap figure {
		max-width: 47.4rem;
		width: 100%;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap {
		position: relative;
		padding-bottom: 1.5rem;
		margin-top: 2rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap img {
		width: 12rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap img + img {
		width: 5rem;
	}
	.mystyle_sec02 .plan_wrap .icon_wrap p {
		position: absolute;
		bottom: 0;
		font-size: 1.1rem;
	}
}

.mystyle_sec02 .point_wrap {
	width: 46.8rem;
}
.mystyle_sec02 .point_wrap h3 {
	font-size: 2.9rem;
	font-weight: 300;
	margin-bottom: 8rem;
	letter-spacing: 0;
}
.mystyle_sec02 .point_wrap .point_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 3rem;
}
.mystyle_sec02 .point_wrap .point_block.point02 {
	flex-direction: row-reverse;
	margin: 5rem 0;
}
.mystyle_sec02 .point_wrap .point_block.point01 figure {
	width: 24.8rem;
}
.mystyle_sec02 .point_wrap .point_block.point02 figure,
.mystyle_sec02 .point_wrap .point_block.point03 figure {
	width: 23.7rem;
}
#style01 .mystyle_sec02 .point_wrap .point_block.point01 figure,
#style01 .mystyle_sec02 .point_wrap .point_block.point02 figure,
#style01 .mystyle_sec02 .point_wrap .point_block.point03 figure {
	width: 21.2rem;
}
.mystyle_sec02 .point_wrap .point_block figure::after {
	content: "01";
	position: absolute;
	right: 1.2rem;
	top: 0;
	z-index: 2;
	font-size: 6rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	opacity: .3;
	transform: translateY(-50%);
}
.mystyle_sec02 .point_wrap .point_block.point02 figure::after {
	content: "02";
}
.mystyle_sec02 .point_wrap .point_block.point03 figure::after {
	content: "03";
}
.mystyle_sec02 .point_wrap .point_block div {
	flex: 1;
}
.mystyle_sec02 .point_wrap .point_block div p:first-of-type {
	color: #DADCE5;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
.mystyle_sec02 .point_wrap .point_block div h4 {
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1.3;
	margin: .8rem 0;
}
.mystyle_sec02 .point_wrap .point_block div p:last-of-type {
	font-size: 1.2rem;
	line-height: 1.8;
}
.mystyle_sec02 .point_wrap .point_block.point01 div + p {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}
.mystyle_sec02 .point_wrap .color_block {
	margin-top: 4rem;
}
.mystyle_sec02 .point_wrap .color_block > p {
	color: #DADCE5;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	line-height: 1;
}
.mystyle_sec02 .point_wrap .color_block h4 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.3;
	margin: .8rem 0 1.5rem;
}
.mystyle_sec02 .point_wrap .color_block > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.mystyle_sec02 .point_wrap .color_block > div p {
	width: 23.1rem;
	font-size: 1.2rem;
}
.mystyle_sec02 .point_wrap .color_block > div figure {
	width: 23.1rem;
	position: relative;
}
.mystyle_sec02 .point_wrap .color_block > div figure::after {
	content: "04";
	position: absolute;
	right: 1.2rem;
	top: 0;
	z-index: 2;
	font-size: 6rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1;
	opacity: .3;
	transform: translateY(-50%);
}

.mystyle_sec02 .point_wrap .color_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: .6rem;
}
.mystyle_sec02 .point_wrap .color_block ul li {
	width: 23.1rem;
}
@media(max-width:768px) {
	.mystyle_sec02 .point_wrap {
		width: 100%;
	}
	.mystyle_sec02 .point_wrap h3 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.mystyle_sec02 .point_wrap .point_block {
		flex-direction: column;
		align-items: center;
	}
	.mystyle_sec02 .point_wrap .point_block > p.u-device-sp {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1rem;
		color: #DADCE5;
		font-size: 1.4rem;
		font-weight: 600;
		font-family: "Inter", sans-serif;
		width: 100%;
		margin-bottom: 2rem;
	}
	.mystyle_sec02 .point_wrap .point_block > p::before,
	.mystyle_sec02 .point_wrap .point_block > p::after {
		content: "";
		height: 1px;
		background: #DADCE5;
		flex: 1;
	}
	.mystyle_sec02 .point_wrap .point_block.point02 {
		flex-direction: column;
		align-items: center;
		margin: 3rem 0;
	}
	.mystyle_sec02 .point_wrap .point_block.point01 figure {
		max-width: 49.6rem;
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block.point02 figure,
	.mystyle_sec02 .point_wrap .point_block.point03 figure {
		max-width: 47.4rem;
		width: 100%;
	}
	#style01 .mystyle_sec02 .point_wrap .point_block.point01 figure,
	#style01 .mystyle_sec02 .point_wrap .point_block.point02 figure,
	#style01 .mystyle_sec02 .point_wrap .point_block.point03 figure {
		max-width: 42.4rem;
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block figure::after {
		font-size: 5rem;
	}
	.mystyle_sec02 .point_wrap .point_block div {
		width: 100%;
	}
	.mystyle_sec02 .point_wrap .point_block div h4 {
		font-size: 1.6rem;
		margin: 1rem 0 .5rem;
	}
	.mystyle_sec02 .point_wrap .point_block div h4 br {
		display: none;
	}
	.mystyle_sec02 .point_wrap .point_block div p:last-of-type {
		line-height: 1.6;
	}
	.mystyle_sec02 .point_wrap .point_block.point01 div + p {
		font-size: 1.2rem;
		margin-top: 0;
	}
	.mystyle_sec02 .point_wrap .color_block {
		margin-top: 3rem;
	}
	.mystyle_sec02 .point_wrap .color_block > p {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1rem;
		margin-bottom: 1rem;
	}
	.mystyle_sec02 .point_wrap .color_block > p::before,
	.mystyle_sec02 .point_wrap .color_block > p::after {
		content: "";
		height: 1px;
		background: #DADCE5;
		flex: 1;
	}
	.mystyle_sec02 .point_wrap .color_block h4 {
		font-size: 1.6rem;
		margin: 0 0 1.5rem;
	}
	.mystyle_sec02 .point_wrap .color_block h4 br {
		/*display: none;*/
	}
	.mystyle_sec02 .point_wrap .color_block > div {
		flex-direction: column-reverse;
	}
	.mystyle_sec02 .point_wrap .color_block > div p {
		width: 23.1rem;
		font-size: 1.2rem;
	}
	.mystyle_sec02 .point_wrap .color_block > div figure {
		max-width: 46.2rem;
		width: 100%;
		margin: 0 auto .5rem;
	}
	.mystyle_sec02 .point_wrap .color_block > div figure::after {
		font-size: 5rem;
	}
	.mystyle_sec02 .point_wrap .color_block ul li {
		width: 49%;
	}
	.mystyle_sec02 .point_wrap .color_block ul li img {
		aspect-ratio: 3.5/1;
		object-fit: cover;
	}
	.mystyle_sec02 .point_wrap .color_block ul li figure figcaption.img-cap {
		font-size: 9px;
		letter-spacing: 0;
	}
}
