@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
	font-family: Hiragino Mincho Pro;
	src: url(fonts/hiraminpro-w3.otf);
}
@font-face {
	font-family: Hiragino Mincho ProN;
	src: url(fonts/fonts/HiraginoMinchoProNW3.otf);
}
@font-face {
	font-family: Hiragino Kaku Gothic Pro;
	src: url(fonts/fonts/HiraginoKakuGothicPro.otf);
}
@font-face {
	font-family: Hiragino Kaku Gothic ProN;
	src: url(fonts/fonts/hirakakupron-w6.otf);
}
assets/css/proges-kit.css   true  <-

assets/css/media/proges-kit->wrong 


html{
	margin-top: 0px;
}
/* new css */
main.page-body{
	margin-top: 100px;
	font-family: "Inter", "Hiragino Kaku Gothic Pro", sans-serif;
}

main.page-body .wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
main.page-body .text-red {
	color: #DE1C29;
}
main.page-body .text-title {
	font-size: 40px;
	line-height: 1.55;
}
main.page-body .text-bold {
	font-weight: 600;
}
main.page-body .text-bold {
	font-weight: 400;
}
main.page-body .text-center {
	text-align: center;
}
main.page-body .title {
	font-weight: bold;
	font-size: 36px;
}
main.page-body .text-note {
	font-size: 19px;
	float: left;
}
main.page-body .text-gray {
	color: #806D6F;
}
main.page-body .bg-red {
	background-color: #AE2416;
}
main.page-body .bg-orange {
	background-color: #F19A38;
}
main.page-body .banner img{
	width: 100%;
	object-fit: cover;

}
.banner{
	position: relative;
}
.banner p{
	color: #806D6F;
height: 8px;
top: 11px;
right: 5px;
padding-left: 10px;
position: absolute;
font-size: 10px;
}
main.page-body .padding-sp {
	padding-left: 18px;
	padding-right: 18px;
}
main.page-body .section-purchase {
	padding-top: 42px;
	padding-bottom: 68px;
}
main.page-body .section-purchase .purchase-content {
	display: flex;
	gap: 30px;
	flex-direction: column;
	width: 100%;
    margin: 0 auto;
}
main.page-body .section-purchase .purchase-content .purchase-title {
	font-family: Hiragino Kaku Gothic ProN;
	color: #505050;
}
main.page-body .section-purchase .purchase-content .purchase-button {
	display: flex;
	flex-direction: row;
	gap: 21px;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
main.page-body .section-purchase .purchase-content .purchase-button .button-item {
	flex: 1;
	padding: 10px 0;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0, 0, 0,0);
	padding: 21px 8px;
	min-height: 78px;
}
main.page-body .section-purchase .purchase-content .purchase-button .button-item:hover {
	opacity: 0.6;
}
main.page-body .section-purchase .purchase-content .purchase-note {
	margin-top: -14px;
}
main.page-body .section-explanation {
	padding-top: 18px;
	padding-bottom: 30px;
}
main.page-body .section-explanation .video-explain {
	width: 100%;
	height: 500px;
	background-color: #D9D9D9;
	margin: 20px 0;
}

.section-product .product-wrapper {
	border: 10px solid#EEC9C3;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	padding: 9px;
}
.section-product .product-wrapper .product-header {
	margin-top: 36px;
	width: 100%;
}
.section-product .product-wrapper .product-header .image-content {
	position: relative;
	width: 34%;
	margin: 0 auto;
	margin-bottom: 25px;
}
.section-product .product-wrapper .product-header .image-content .product-hide, .section-product .product-wrapper .product-header .image-content .product-rotate {
	position: absolute;
	left: 40%;
	bottom: 0;
	transform: translate(-50%, 11px);
	width: 66%;
}
.section-product .product-wrapper .product-header .image-content .product-rotate {
	left: 20%;
	transform: translate(-50%, 11px) rotate(-10.08deg);
}
.section-product .product-wrapper .product-header .text-content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 6px;
}
.section-product .product-wrapper .product-header .text-content .product-name {
	font-family: Hiragino Mincho Pro;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	color: #7C6E6E;
	margin-top: 25px;
}
.section-product .product-wrapper .product-header .text-content svg {
	width: 300px;
    height: 50px;
	margin-top: 25px;
}
.section-product .product-wrapper .product-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 40px 0px 60px;
}
.section-product .product-wrapper .product-body .text-item {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	position: relative;
	color: #7C6E6E;
}
.section-product .product-wrapper .product-body .text-item::before {
	position: absolute;
	content: ".";
	top: -9.5px;
    left: -22px;
	font-size: 28px;
	font-weight: bold;
}
.section-product .product-wrapper .product-footer {
	width: 100%;
}
.section-product .product-wrapper .product-footer .description-price {
	width: 430px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.section-product .product-wrapper .product-footer .description-price .left-description {
	color: #424242;
	padding: 12px 24px;
	border: 1px solid #424242;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
.section-product .product-wrapper .product-footer .description-price .right-description {
	font-size: 43px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	color: #505050;
}
.section-product .product-wrapper .product-footer .description-price .right-description span.text-small {
	font-size: 22px;
	line-height: 1.2;
	text-align: left;
	margin-left: 5px;
}
.section-product .product-wrapper .product-footer .product-description {
	margin: 0 40px;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #505050;
}

.section-differences {
	padding: 56px 18px;
	background-color: #fff;
}
.differences-general {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.differences-title {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.differences-title p {
	display: inline-block;
	font-family: Hiragino Mincho Pro;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
}
.differences-overview {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
	flex-direction: row;
}
.differences-overview .method-item {
	position: relative;
	flex: 1;
	text-align: center;
}
.differences-overview .method-item .method-name {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	padding: 6px 12px;
	border-radius: 20px;
	background-color: #D7D7D7;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.differences-overview .method-item:nth-child(2) .method-name {
	background-color: #EEC9C3;
}
.differences-overview .method-item .method-image {
	margin-top: 25px;
	width: 100%;
}
.differences-overview .method-item .method-image img {
	width: 250px;
	height: 350px;
}
.differences-overview .method-item:first-child .method-image img {
	background-color: transparent;
    border-radius: 2px;
    object-fit: contain;
}
.differences-overview .method-item .border-second {
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #EEC9C3;
	border-radius: 15px;
}
.differences-overview .method-item .method-text {
	display: flex;
	gap: 53px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 65px;
}
.differences-overview .method-item .method-text .text-item {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7C6E6E;
}
.differences-overview .method-item:nth-child(2) .method-text .text-item {
	font-weight: 700;
}
.differences-overview .method-item .fake-circle {
	position: relative;
}
.differences-overview .method-item .fake-circle .list-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.differences-overview .method-item .fake-circle .list-circle .circle-item {
	height: 80px;
	width: 100%;
	border-radius: 40.5px;
	background-color: #EEC9C3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.differences-overview .method-item .fake-circle .list-circle .circle-item  p {
	width: 46px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.differences-overview .method-item .fake-circle .list-circle .circle-item:last-child p {
	width: 100%;
} 
.section-define, .section-reason {
	padding-top: 70px;
	padding-bottom: 98px;
}
.section-reason .reason-title {
	font-family: Hiragino Mincho ProN;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 45px;
	color: #505050;
}
.section-define .define-title {
	font-family: Hiragino Mincho Pro;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #505050;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.section-define .list-point, .section-reason .list-point {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.section-define .list-point .point-item ,.section-reason .list-point .point-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 31px 36px 40px 33px;
	box-shadow: 0px 0px 20px 0px #00000014;
	border-radius: 16px;
}

.section-define .list-point .point-item .point-number, .section-reason .list-point .point-item .point-number {
	position: absolute;
    width: 83px;
    height: 83px;
    top: -18px;
    left: 0;
    padding: 20px 17px 13px 17px;
    border-radius: 41.5px;
    background-color: #EEC9C3;
}
.section-define .list-point .point-item .point-number p, .section-reason .list-point .point-item .point-number p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}
.section-define .list-point .point-item .point-title , .section-reason .list-point .point-item .point-title {
	width: 230px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #878787;
}
.section-reason .list-point .point-item .point-title{
	color: #7C6E6E;
}
.section-define .list-point .point-item .point-title.long-title , .section-reason .list-point .point-item .point-title.long-title {
	width: 290px;
}
.section-define .list-point .point-item .point-title.medium-title {
	width: 233px;
}
.section-define .list-point .point-item .point-title.xlong-title {
	width: 353px;
	font-size: 26px;
}
.section-define .list-point .point-item .point-image , .section-reason .list-point .point-item .point-image {
	width: 100%;
	margin: 0 auto;
	background-color: #ccc;
}
.section-define .list-point .point-item .point-image img, .section-reason .list-point .point-item .point-image img{
	height: 100%;
	object-fit: cover;
}
.section-define .list-point .point-item .point-description , .section-reason .list-point .point-item .point-description {
	width: 100%;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #7C6E6E;
	text-align: justify;
}
.section-define .list-point .point-item .point-description{
	text-align: left;
}
.section-introduce {
	position: relative;
	background: url('../img/media/proges-kit/d7b05bd16279620b1cb47dcc97a3945c.png') center/cover no-repeat;
}
.section-introduce::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EEC9C3;
	opacity: 0.5;
}
.introduce-wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: .5;
}
.introduce-wrapper .introduce-title {
	margin: 0 auto;
	font-family: Hiragino Mincho Pro;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
	z-index: 1;
}
.introduce-wrapper .introduce-description {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	z-index: 1;
	margin: 0px 65px;
}
.section-proposal {
	padding: 80px 0 0 0;
}
.section-proposal .symptom-content {
	position: relative;
	background: url('../img/media/proges-kit/background-symptom.jfif') center/cover no-repeat;
	padding-bottom: 100px;
	clip-path: ellipse(132% 100% at 50% 0%);
}
.section-proposal .symptom-content .symptom-title {
	width: 500px;
	margin: 0 auto;
	color: #505050;
	padding-top: 60px;
	padding-bottom: 42px;
	font-family: Hiragino Mincho Pro;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.section-proposal .symptom-content .symptom-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 35px;
}
.section-proposal .symptom-content .symptom-list .symptom-item:nth-child(even) .list-checkbox {
	order: 2;
	padding-left: 0px;
}
.section-proposal .symptom-content .symptom-list .symptom-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 32px;
	margin: 0px ;
}
.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
	gap: 14px;
	white-space: nowrap;
}
.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B72A32;
}
.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-icon svg {
	width: 22px;
	height: 18px;
}
.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.389;
	text-align: left;
	display: inline-block;
	color: #000000;
}
.section-proposal .symptom-content .symptom-list .symptom-item .symptom-image {
	width: 50%;
	aspect-ratio: 1 / 1;
	position: relative;
	filter: grayscale(100%);
	overflow: hidden;
	border-radius: 100%;
	right: -50px;
}
.section-proposal .symptom-content .symptom-list .symptom-item:nth-child(even) .symptom-image{
	right: auto;
	left: -50px;
}
.section-proposal .symptom-content .symptom-list .symptom-item  .symptom-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 125px;
}
.section-proposal .symptom-content .symptom-list .symptom-item  .symptom-image::before {
	content: "";
	border-radius: 125px;
	position: absolute;
	inset: 0;
	background-color: #000000;
	opacity: 0.3;
}
.section-proposal .symptom-content .symptom-down {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 45px;
}
.section-proposal .symptom-content .symptom-down svg {
	width: 160px;
    height: 90px;
}
.section-proposal .symptom-content .symptom-why {
	margin: 0 95px;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 14px;
	margin-bottom: 85px;
}
.section-proposal .symptom-content .symptom-why p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #505050;
}
.section-proposal .explain-content {
	position: relative;
}
.section-proposal .explain-content .circle-explain {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    background-color: #EEC9C3;
    border-radius: 58px;
    display: flex;
    justify-content: center;
	align-items: center;
}
.section-proposal .explain-content .circle-explain p {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	color: #ffffff;
}
.section-proposal .explain-description {
	margin-top: 90px;
	position: relative;
}
.section-proposal .explain-description .explain-title {
	font-family: Hiragino Mincho Pro;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #505050;
	margin: 0 auto;
}
.section-proposal .explain-desc-small {
	font-family: Inter;
	font-size: 7px;
	font-weight: 400;
	line-height: 8.47px;
	color: #806D6F;
	text-align: center;
	margin-top: 5px;
}
.section-proposal .explain-description .explain-image {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.section-proposal .explain-description .explain-image img{
	width: 50%;
}
.section-proposal .explain-description .explain-more {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	background-color: #EEC9C3;
	padding: 10px 9px;
	border-radius: 26px;
	color: #FFFFFF;
	position: relative;
    top: -36px;
}
.section-proposal .explain-description .image-more {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 46px;
	background-color: #ccc;
}
.section-proposal .explain-description .image-more img {
	height: 100;
	object-fit: cover;
}
.section-proposal .explain-description .explain-desc {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #7C6E6E;
	width: 400px;
	margin: 0 auto;
}
.section-what {
	padding-top: 34px;
	padding-bottom: 104px;
	background-color: #FFEFED;
}
.page-body .section-what .wrapper {
	width: auto;
}
.section-what .title-what {
	margin: 0 auto;
	font-family: Hiragino Mincho ProN;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
	margin-bottom: 33px;
}
.section-what .answer-what {
	margin: 0 auto;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #505050;
	margin-bottom: 80px;
}
.section-what .reason-title {
	margin: 0 auto;
	border-radius: 35px;
	padding: 6px 12px;
	background-color: #878787;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	margin-bottom: 45px;
}
.section-what .image-reason {
	margin: 0 auto;
	background-color: #ccc;
	margin-bottom: 35px;
}
.section-what .button-factor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-what .item-factor {
	display: flex;
	padding: 10px 11px;
	background-color: #FFFFFF;
	border-radius: 5px;
	flex-direction: column;
	width:100%;
}
.section-what .item-small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #7C6E6E;
}
.section-what .item-medium {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #7C6E6E;
}
.section-what .between {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #000000;
}
.section-what .text-therefore {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #7C6E6E;
	margin: 35px auto;
}
.section-what .text-therefore span {
	font-weight: 700;
}
.section-what .arrow-down {
	width: 150px;
	margin: 0 auto;
	position: relative;
	padding: 29px 35px 13px 35px;
	background-color: #EEC9C3;
	border-radius: 8px;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
.section-what .arrow-down::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: 100%;
	left: 50%;
	transform: rotate(180deg) translate(50%, 0%);
	margin-top: -10px; 
	border-width: 0 130px 58px 130px; 
	border-radius: 8px;
	border-color: transparent transparent #EEC9C3 transparent;
}
.section-what .end-factor {
	margin: 0 auto;
	margin-top: 85px;
	padding: 15px 18px;
	border-radius: 5px;
	background-color: #ffffff;
	color: #7C6E6E;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.section-expert {
	background: url('../img/media/proges-kit/bg-expert.jfif') center center/cover no-repeat;
	overflow: hidden;
}
.section-expert .expert-content {
	position: relative;
	padding-top: 69px;
	padding-bottom: 96px;
}

.section-expert .expert-content .expert-img {
	position: absolute;
	z-index: 9;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.section-expert .expert-content .expert-img img {
	width: 180px;
	height: 180px;
	margin-right: 20px;
}
.section-expert .expert-content .expert-img p {
	font-size: 28px;
}
.section-expert .expert-content .expert-img b {
	font-size: 34px;
}
.section-expert .expert-content .text-note {
	margin-top: 15px;
	font-size: 17px;
}
.section-expert .expert-propose {
	margin-bottom: 32px;
}
.section-expert .expert-propose p {
	font-family: Hiragino Mincho Pro;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
}
.section-expert .propose-description {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	border-radius: 25px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 68px;
	padding-right: 10px;
	margin-top: 200px;
}
.section-expert .propose-description p {
	padding-left: 30px;
	padding-right: 40px;
	margin: 0 auto;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	color: #7C6E6E;
}
.section-expert .propose-description p span {
	font-weight: 600;
}
.section-expert .image-expert {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 295px;
	height: 208px;
	transform: translate(30%, 39%);
}
.section-use {
	background-color: #FFEFED;
	padding-top: 60px;
}
.section-use .use-content {
	padding-bottom: 54px;
}
.section-use .use-content .use-title {
	font-family: Hiragino Mincho ProN;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
	margin-bottom: 33px;
}
.section-use .use-content .use-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.section-use .use-content .use-list .use-item {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 21px;
	padding: 15px 30px 18px 17px;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin: 0 auto;
}
.section-use .use-content .use-list .use-item .item-index {
	background-color: #EEC9C3;
	border-radius: 38.5px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.section-use .use-content .use-list .use-item .item-index p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
}
.section-use .use-content .use-list .use-item .item-discription {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 35px;
}
.section-use .use-content .use-list .use-item .text-item {
	position: relative;
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
	text-align: start;
	color: #7C6E6E;
}
.section-use .use-content .use-list .use-item .item-icon svg{
	position: absolute;
	top: 0;
	left: -34px;
	transform: translate(0,25%);
	width: 23px;
	height: 23px;
}
.section-use .use-content .text-end {
	position: relative;
	display: flex;
	justify-content: end;
	width: 354px;
	margin: 0 auto;
	margin-top: 54px;
}
.section-use .use-content .text-end .text-content {
	width: 199px;
}
.section-use .use-content .text-end .text-content p {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	color: #7C6E6E;
}
.section-use .use-content .circle-pink {
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	background-color: #EEC9C399;
}
.section-use .use-content .circle-right {
	top: -60%;
	right: 0;
	transform: translate(20px, -50%);
}
.section-use .use-content .image-end {
	position: absolute;
	width: 178px;
	top: 0;
	left: 0;
	transform: scaleX(-1) translate(10%, -43%);
	z-index: 1;
}
.section-faq {
	position: relative;
	padding-top: 41px;
	padding-bottom: 41px;
}
.section-faq .circle-pink {
	position: absolute;
	top: 0;
	left: 50%;
	width: 110px;
    height: 110px;
    border-radius: 60px;
    background-color: #EEC9C399;
	transform: translate(-83%, -80%);
}
.section-faq .fag-content {
	width: 100%;
	margin: 0 auto;
}
.section-faq .fag-content .faq-title {
	margin-bottom: 18px;
}
.section-faq .fag-content .faq-title p {
	font-family: Hiragino Mincho ProN;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
}
.section-faq .fag-content .faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 0;
}
.section-faq .fag-content .item-wrapper {
	border: 2px solid #EEC9C3;
	border-radius: 13px;
}
.section-faq .fag-content .faq-item {
	margin: 0 auto;
	padding: 20px 15px 23px 16px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.section-faq .fag-content .faq-partial {
	display: flex;
	flex-direction: row;
	gap: 8px;

}
.section-faq .fag-content .faq-bold {
	font-family: Hiragino Mincho ProN;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #7C6E6E;
}
.section-faq .fag-content .faq-answer .faq-bold {
	color: #EEC9C3;
}
.section-faq .fag-content .faq-text {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
	color: #000000;
	margin-top: 7px;
}
.section-faq .fag-content .faq-question .faq-text {
	padding-right: 6px;
} 
.section-faq .fag-content .divider {
	width: 102px;
	height: 1px;
	background-color: #EEC9C3;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	main.page-body .wrapper{
		max-width: 1200px;
	}
}
@media screen and (max-width: 1200px) {
	main.page-body .wrapper{
		max-width: 960px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item:nth-child(even) .symptom-image,
	.section-proposal .symptom-content .symptom-list .symptom-item .symptom-image{
		right: auto;
		left: auto;
	}
}
@media screen and (max-width: 961px) {
	.section-use .use-content {
		padding: 0px 18px;
	}
	main.page-body .section-explanation .video-explain {
		height: calc((247/380)*100vw);
	}
	main.page-body .section-purchase .purchase-content .purchase-note {
		margin-top: -12px;
	}
	main.page-body .section-purchase .purchase-content .purchase-button .button-item{
		min-height: 42px;
	}
	.introduce-wrapper{
		padding: 32px 55px;
	}
	.introduce-wrapper .introduce-description{
		margin:0px;
	}

	main.page-body .section-explanation .video-explain {
		height: calc((247/380)*100vw);
	}
	main.page-body{
		margin-top: 100px;
		font-family: "Inter", "Hiragino Kaku Gothic Pro", sans-serif;
	}

	main.page-body .text-red {
		color: #DE1C29;
	}
	main.page-body .text-title {
		font-size: 18px;
		line-height: 1.2;
	}
	main.page-body .text-bold {
		font-weight: 600;
	}
	main.page-body .text-bold {
		font-weight: 400;
	}
	main.page-body .text-center {
		text-align: center;
	}
	main.page-body .title {
		font-weight: bold;
		font-size: 16px;
	}
	main.page-body .text-note {
		font-size: 8px;
	}
	main.page-body .text-gray {
		color: #806D6F;
	}
	main.page-body .bg-red {
		background-color: #AE2416;
	}
	main.page-body .bg-orange {
		background-color: #F19A38;
	}
	main.page-body .banner img{
		width: 100%;
		object-fit: cover;

	}
	main.page-body .padding-sp {
		padding-left: 18px;
		padding-right: 18px;
	}
	main.page-body .section-purchase {
		padding-top: 22px;
		padding-bottom: 20px;
	}
	.section-product .product-wrapper .product-header .text-content svg {
		width: 137px;
		height: 23px;
		margin-top: 0;
	}
	main.page-body .section-purchase .purchase-content {
		display: flex;
		gap: 25px;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	main.page-body .section-purchase .purchase-content .purchase-title {
		font-family: Hiragino Kaku Gothic ProN;
		color: #505050;
	}
	main.page-body .section-purchase .purchase-content .purchase-button {
		display: flex;
		flex-direction: row;
		gap: 20px;
		justify-content: center;
		align-items: center;
		margin-bottom: 12px;
	}

	main.page-body .section-purchase .purchase-content .purchase-button .button-item {
		flex: 1;
		padding: 10px 0;
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
	}
	main.page-body .section-purchase .purchase-content .purchase-note {
		margin-top: -21px;
	}
	main.page-body .section-explanation {
		padding-top: 5px;
		padding-bottom: 30px;
	}
	main.page-body .section-explanation .video-explain {
/* 		width: 100%;
		height: 500px; */
		background-color: #D9D9D9;
		margin: 20px 0;
	}

	.section-product {
		background-color: #EEC9C3;
		padding: 9px;
	}
	.section-product .product-wrapper {
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
		padding: 9px;
	}
	.section-product .product-wrapper .product-header {
		margin-top: 36px;
		width: 100%;
	}
	.section-product .product-wrapper .product-header .image-content {
		position: relative;
		width: 34%;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.section-product .product-wrapper .product-header .image-content .product-hide, .section-product .product-wrapper .product-header .image-content .product-rotate {
		position: absolute;
		left: 40%;
		bottom: 0;
		transform: translate(-50%, 11px);
		width: 66%;
	}
	.section-product .product-wrapper .product-header .image-content .product-rotate {
		left: 20%;
		transform: translate(-50%, 11px) rotate(-10.08deg);
	}
	.section-product .product-wrapper .product-header .text-content {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 6px;
	}
	.section-product .product-wrapper .product-header .text-content .product-name {
		font-family: Hiragino Mincho Pro;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		color: #7C6E6E;
	}
	.section-product .product-wrapper .product-body {
	}
	.section-product .product-wrapper .product-body .text-item {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		text-align: left;
		position: relative;
		color: #7C6E6E;
	}
	.section-product .product-wrapper .product-body .text-item::before {
		position: absolute;
		content: ".";
		top: -1.5px;
		left: -15px;
		font-size: 14px;
		font-weight: bold;
	}
	.section-product .product-wrapper .product-footer {
		width: 100%;
	}
	.section-product .product-wrapper .product-footer .description-price {
		width: 340px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.section-product .product-wrapper .product-footer .description-price .left-description {
		color: #424242;
		padding: 5px 10px;
		border: 1px solid #424242;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.2;
		text-align: center;
	}
	.section-product .product-wrapper .product-footer .description-price .right-description {
		font-size: 35px;
		font-weight: 800;
		line-height: 1.2;
		text-align: left;
		color: #505050;
	}
	.section-product .product-wrapper .product-footer .description-price .right-description span.text-small {
		font-size: 18px;
		line-height: 1.2;
		text-align: left;
	}
	.section-product .product-wrapper .product-footer .product-description {
		margin: 0 40px;
		margin-top: 12px;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.2;
		text-align: left;
		color: #505050;
	}

	.section-differences {
		padding: 56px 18px;
		background-color: #fff;
	}
	.differences-general {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.differences-title {
		width: 330px;
		margin: 0 auto;
		text-align: center;
	}
	.differences-title p {
		white-space: pre-wrap;
		display: inline-block;
		font-family: Hiragino Mincho Pro;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
	}
	.differences-overview {
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 10px;
		flex-direction: row;
	}
	.differences-overview .method-item {
		position: relative;
		flex: 1;
		text-align: center;
	}
	.differences-overview .method-item .method-name {
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: left;
		padding: 6px 12px;
		border-radius: 20px;
		background-color: #D7D7D7;
		color: #FFFFFF;
		position: relative;
		z-index: 1;
	}
	.differences-overview .method-item:nth-child(2) .method-name {
		background-color: #EEC9C3;
	}
	.differences-overview .method-item .method-image {
		margin-top: 12px;
		width: 100%;
	}
	.differences-overview .method-item .method-image img {
		width: 120px;
		height: 180px;
	}
	.differences-overview .method-item:first-child .method-image img {
		background-color: transparent;
		border-radius: 2px;
		object-fit: none;
	}
	.differences-overview .method-item .border-second {
		position: absolute;
		top: 17px;
		left: 0;
		right: 0;
		bottom: 0;
		border: 3px solid #EEC9C3;
		border-radius: 15px;
	}
	.differences-overview .method-item .method-text {
		display: flex;
		gap: 38px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 96px;
		margin: 0 auto;
		margin-top: 18px;
		margin-bottom: 55px;
	}
	.differences-overview .method-item .method-text .text-item {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.2;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #7C6E6E;
	}
	.differences-overview .method-item:nth-child(2) .method-text .text-item {
		font-weight: 700;
	}
	.differences-overview .method-item .fake-circle {
		position: relative;
	}
	.differences-overview .method-item .fake-circle .list-circle {
		position: absolute;
		top: 0;
		left: 0;
		width: 65px;
		transform: translateX(-50%);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 13px;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item {
		height: 64px;
		width: 100%;
		border-radius: 32.5px;
		background-color: #EEC9C3;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item  p {
		width: 34px;
		margin: 0 auto;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		color: #fff;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item:last-child p {
		width: 100%;
	} 
	.section-define ,.section-reason {
		padding-top: 26px;
		padding-bottom: 43px;
	}
	.section-reason .reason-title {
		font-family: Hiragino Mincho ProN;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 28px;
		color: #505050;
	}
	.section-proposal .explain-desc-small{
		text-align: left;
	}
	.section-define .define-title {
		font-family: Hiragino Mincho Pro;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #505050;
		width: 377px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.section-define .list-point, .section-reason .list-point {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}
	.section-define .list-point .point-item ,.section-reason .list-point .point-item {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 31px 36px 40px 33px;
		box-shadow: 0px 0px 20px 0px #00000014;
		border-radius: 16px;
	}
	.section-reason .list-point .point-item{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.section-define .list-point .point-item .point-number, .section-reason .list-point .point-item .point-number {
		position: absolute;
		width: 65px;
		height: 64px;
		top: -15px;
		left: 0;
		padding: 13px 17px 13px 17px;
		border-radius: 32.5px;
		background-color: #EEC9C3;
	}
	.section-define .list-point .point-item .point-number p, .section-reason .list-point .point-item .point-number p {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
	}
	.section-define .list-point .point-item .point-title , .section-reason .list-point .point-item .point-title {
		width: 180px;
		margin: 0 auto;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #878787;
	}
	.section-define .list-point .point-item .point-title.long-title , .section-reason .list-point .point-item .point-title.long-title {
		width: 235px;
	}
	.section-define .list-point .point-item .point-title.medium-title {
		width: 218px;
	}
	.section-define .list-point .point-item .point-title.xlong-title {
		width: 266px;
		font-size: 20px;
	}
	.section-define .list-point .point-item .point-image , .section-reason .list-point .point-item .point-image {
		width: 100%;
		margin: 0 auto;
		background-color: #ccc;
	}
	.section-define .list-point .point-item .point-description , .section-reason .list-point .point-item .point-description {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-align: left;
		color: #7C6E6E;
	}
	.section-introduce {
		position: relative;
		background: url('../img/media/proges-kit/d7b05bd16279620b1cb47dcc97a3945c.png') center/cover no-repeat;
	}
	.section-introduce::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #EEC9C3;
		opacity: 0.5;
	}
	.introduce-wrapper {
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 32px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		opacity: .5;
	}
	.introduce-wrapper .introduce-title {
		width: 249px;
		margin: 0 auto;
		font-family: Hiragino Mincho Pro;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.5;
		text-align: center;
		z-index: 1;
	}
	.introduce-wrapper .introduce-description {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.5;
		text-align: left;
		z-index: 1;
	}
	.section-proposal {
		padding: 46px 0 0 0;
	}
	.section-proposal .symptom-content {
		position: relative;
		background: url('../img/media/proges-kit/background-symptom.jfif') center/cover no-repeat;
		padding-bottom: 51px;
		clip-path: ellipse(132% 100% at 50% 0%);
	}
	.section-proposal .symptom-content .symptom-title {
		width: 320px;
		margin: 0 auto;
		color: #505050;
		padding-top: 44px;
		padding-bottom: 22px;
		font-family: Hiragino Mincho Pro;
		font-size: 25px;
		font-weight: 300;
		line-height: 1.5;
		text-align: center;
	}
	.section-proposal .symptom-content .symptom-list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 19px;
		margin: 0px 85px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item:nth-child(even) .list-checkbox {
		order: 2;
		padding-right: 0px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		gap: 22px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox {
		display: flex;
		flex-direction: column;
		gap: 2px;
		padding-left: 0px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item {
		display: flex;
		justify-content: start;
		align-items: center;
		flex-direction: row;
		gap: 7px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #B72A32;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-title {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.389;
		text-align: left;
		display: inline-block;
		color: #000000;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .symptom-image {
		width: 50%;
		aspect-ratio: 1 / 1;
		position: relative;
		filter: grayscale(100%);
		overflow: hidden;
    border-radius: 100%;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item  .symptom-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 84.5px;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item  .symptom-image::before {
		content: "";
		border-radius: 84.5px;
		position: absolute;
		inset: 0;
		background-color: #000000;
		opacity: 0.3;
	}
	.section-proposal .symptom-content .symptom-down {
		text-align: center;
		margin-top: 24px;
		margin-bottom: 19px;
	}
	.section-proposal .symptom-content .symptom-down svg {
		width: 84px;
		height: 45px;
	}
	.section-proposal .symptom-content .symptom-why {
		margin: 0 auto;
		width: 300px;
		padding: 13px;
		background-color: #FFFFFF;
		border-radius: 14px;
	}
	.section-proposal .symptom-content .symptom-why p {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #505050;
	}
	.section-proposal .explain-content {
		position: relative;
	}
	.section-proposal .explain-content .circle-explain {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -20%);
		width: 65px;
		height: 65px;
		background-color: #EEC9C3;
		border-radius: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section-proposal .explain-content .circle-explain p {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.5;
		color: #ffffff;
	}
	.section-proposal .explain-description {
		margin-top: 50px;
		position: relative;
	}
	.section-proposal .explain-description .explain-title {
		font-family: Hiragino Mincho Pro;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #505050;
		width: 290px;
		margin: 0 auto;
	}
	.section-proposal .explain-description .explain-image {
		position: relative;
		margin: 0 85px;
	}
	.section-proposal .explain-description .explain-more {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		width: 282px;
		margin: 0 auto;
		background-color: #EEC9C3;
		padding: 10px 9px;
		border-radius: 20px;
		color: #FFFFFF;
		position: relative;
		top: -36px;
	}
	.section-proposal .explain-description .image-more {
		width: 285px;
		height: 149px;
		margin: 0 auto;
		margin-top: 12px;
		margin-bottom: 17px;
		background-color: #ccc;
	}
	.section-proposal .explain-description .explain-desc {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-align: left;
		color: #7C6E6E;
		width: 295px;
		margin: 0 auto;
	}
	.section-what {
		/* margin-top: -23px; */
		padding-top: 34px;
		padding-bottom: 74px;
		background-color: #FFEFED;
	}
	.section-what .title-what {
		margin: 0 95px;
		font-family: Hiragino Mincho ProN;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
		margin-bottom: 33px;
	}
	.section-what .answer-what {
		margin: 0 85px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-align: left;
		color: #505050;
		margin-bottom: 60px;
	}
	.section-what .reason-title {
		margin: 0 85px;
		border-radius: 20px;
		padding: 6px 12px;
		background-color: #878787;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #ffffff;
		margin-bottom: 25px;
	}
	.section-what .image-reason {
		margin: 0 85px;
		background-color: #ccc;
		margin-bottom: 15px;
	}
	.section-what .button-factor {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 85px;
	}
	.section-what .item-factor {
		display: flex;
		padding: 10px 11px;
		background-color: #FFFFFF;
		border-radius: 5px;
		flex-direction: column;
	}
	.section-what .item-small {
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		text-align: center;
		color: #7C6E6E;
	}
	.section-what .item-medium {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #7C6E6E;
	}
	.section-what .between {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2;
		text-align: center;
		counter-reset: #000000;
	}
	.section-what .text-therefore {
		font-size: 16px;
		font-weight: 400;
		line-height: 19.36px;
		text-align: left;
		color: #7C6E6E;
		margin: 13px 85px;
	}
	.section-what .text-therefore span {
		font-weight: 700;
	}
	.section-what .arrow-down {
		font-size: 20px;
		width: 100px;
		margin: 0 auto;
		position: relative;
		padding: 23px 18px 4px 15px;
		background-color: #EEC9C3;
		border-radius: 6px;
		line-height: 25px;
	}
	.section-what .arrow-down::before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		top: 105%;
		left: 50%;
		transform: rotate(180deg) translate(50%, 0%);
		margin-top: -10px; 
		border-width: 0 74px 36px 74px; 
		border-radius: 8px;
		border-color: transparent transparent #EEC9C3 transparent;
	}
	.section-what .end-factor {
		margin: 0 85px;
		margin-top: 55px;
		padding: 10px 11px;
		border-radius: 5px;
		background-color: #ffffff;
		color: #7C6E6E;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}
	.section-expert {
		background: url('../img/media/proges-kit/bg-expert.jfif') center center/cover no-repeat;
		overflow: hidden;
	}
	.section-expert .expert-content {
		padding-top: 39px;
		padding-bottom: 66px;
	}
	.section-expert .expert-content .expert-img img {
		width: 132px;
		height: 132px;
	}
	.section-expert .expert-content .expert-img p {
		font-size: 16px;
	}
	.section-expert .expert-content .expert-img b {
		font-size: 20px;
	}
	.section-expert .expert-content .text-note {
		margin-top: 10px;
		font-size: 9px;
	}
	.section-expert .expert-propose {
		margin-bottom: 12px;
	}
	.section-expert .expert-propose p {
		font-family: Hiragino Mincho Pro;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
	}
	.section-expert .propose-description {
		position: relative;
		background-color: #ffffff;
		border-radius: 25px;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 37px;
		padding-right: 10px;
		margin-top: 128px;
	}
	.section-expert .propose-description p {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		text-align: left;
		color: #7C6E6E;
	}
	.section-expert .propose-description p span {
		font-weight: 600;
	}
	.section-expert .image-expert {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 245px;
		height: 173px;
		transform: translate(30%, 39%);
	}
	.section-use {
		background-color: #FFEFED;
		padding-top: 34px;
	}
	.section-use .use-content {
		padding-bottom: 54px;
	}
	.section-use .use-content .use-title {
		font-family: Hiragino Mincho ProN;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
		margin-bottom: 33px;
	}
	.section-use .use-content .use-list {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.section-use .use-content .use-list .use-item {
		display: flex;
		flex-direction: row;
		gap: 21px;
		padding: 15px 30px 18px 17px;
		background-color: #FFFFFF;
		border-radius: 12px;
		margin: 0 auto;
	}
	.section-use .use-content .use-list .use-item .item-index {
		background-color: #EEC9C3;
		border-radius: 32.5px;
		width: 28px;
		height: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
	}
	.section-use .use-content .use-list .use-item .item-index p {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		color: #ffffff;
	}
	.section-use .use-content .use-list .use-item .item-discription {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-left: 29px;
	}
	.section-use .use-content .use-list .use-item .text-item {
		position: relative;
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		text-align: start;
		color: #7C6E6E;
	}
	.section-use .use-content .use-list .use-item .item-icon svg{
		position: absolute;
		top: 0;
		left: -27px;
		transform: translate(0,25%);
	}
	.section-use .use-content .text-end {
		position: relative;
		display: flex;
		justify-content: end;
		margin: 0 auto;
		margin-top: 54px;
	}
	.section-use .use-content .text-end .text-content {
		width: 199px;
	}
	.section-use .use-content .text-end .text-content p {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		text-align: left;
		color: #7C6E6E;
	}
	.section-use .use-content .circle-pink {
		position: absolute;
		width: 110px;
		height: 110px;
		border-radius: 60px;
		background-color: #EEC9C399;
	}
	.section-use .use-content .circle-right {
		top: -60%;
		right: 0;
		transform: translate(20px, -50%);
	}
	.section-use .use-content .image-end {
		position: absolute;
		width: 178px;
		top: 0;
		left: 0;
		transform: scaleX(-1) translate(10%, -43%);
		z-index: 1;
	}
	.section-faq {
		position: relative;
		padding-top: 41px;
		padding-bottom: 41px;
	}
	.section-faq .circle-pink {
		position: absolute;
		top: 0;
		left: 50%;
		width: 110px;
		height: 110px;
		border-radius: 60px;
		background-color: #EEC9C399;
		transform: translate(-83%, -80%);
	}
	.section-faq .fag-content {
		width: 100%;
		margin: 0 auto;
	}
	.section-faq .fag-content .faq-title {
		margin-bottom: 18px;
	}
	.section-faq .fag-content .faq-title p {
		font-family: Hiragino Mincho ProN;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
	}
	.section-faq .fag-content .faq-list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.section-faq .fag-content .item-wrapper {
		border: 2px solid #EEC9C3;
		border-radius: 13px;
	}
	.section-faq .fag-content .faq-item {
		margin: 0 auto;
		padding: 20px 15px 23px 16px;
		display: flex;
		flex-direction: column;
		gap: 19px;
	}
	.section-faq .fag-content .faq-partial {
		display: flex;
		flex-direction: row;
		gap: 8px;

	}
	.section-faq .fag-content .faq-bold {
		font-family: Hiragino Mincho ProN;
		font-size: 24px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #7C6E6E;
	}
	.section-faq .fag-content .faq-answer .faq-bold {
		color: #EEC9C3;
	}
	.section-faq .fag-content .faq-text {
		font-family: Hiragino Kaku Gothic Pro;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.5;
		text-align: left;
		color: #000000;
		margin-top: 7px;
	}
	.section-faq .fag-content .faq-question .faq-text {
		padding-right: 6px;
	} 
	.section-faq .fag-content .divider {
		width: 102px;
		height: 1px;
		background-color: #EEC9C3;
		margin: 0 auto;
	}
}
@media screen and (max-width: 515px) {

	main.page-body {
		margin-top: 60px;
	}
	.differences-overview .method-item .method-name {
		font-size: 16px;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item p {
		font-size: 14px;
	}
	.differences-overview .method-item .method-text .text-item {
		font-size: 14px;
	}
	.differences-overview .method-item .method-image img {
		width: 81px;
		height: 130px;
		object-fit: cover;
	}
	.section-proposal .symptom-content .symptom-list .symptom-item .list-checkbox .checkbox-item .checkbox-icon svg {
		width: 11px;
		height: 9px;
	}
}
@media screen and (max-width: 414px) {
	.section-product .product-wrapper .product-body {
		max-width: 90%;
	}
	.section-product .product-wrapper .product-body .text-item {
		font-size: 14px;
	}
	.section-product .product-wrapper .product-footer .description-price .left-description {
		font-size: 16px;
	}
	.section-product .product-wrapper .product-footer .description-price {
		width: 290px;
		max-width: 93%;
	}
	.section-product .product-wrapper .product-footer .product-description {
		width: 285px;
		max-width: 93%;
		font-size: 10.8px;
	}
	.section-product .product-wrapper .product-footer .description-price .right-description {
		font-size: 30px;
	}
	.section-product .product-wrapper .product-footer .description-price .right-description span.text-small {
		font-size: 16px;
	}
	.differences-title {
		width: 300px;
		max-width: 100%;
	}
	.differences-title p {
		font-size: 20px;
	}
	.differences-overview .method-item .method-text {
		gap: 20px;
		margin-bottom: 34px;
	}
	.differences-overview .method-item .fake-circle .list-circle {
		top: 13px;
		gap: 16px;
		width: 43px;
	}
	.differences-overview .method-item .method-name {
		font-size: 14px;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item p {
		font-size: 12px;
	}
	.differences-overview .method-item .method-text .text-item {
		font-size: 12px;
		width: 80px;
   		margin: 0 auto;
	}
	.differences-overview .method-item .fake-circle .list-circle .circle-item {
		height: 43px;
	}
	.section-define .list-point .point-item, .section-reason .list-point .point-item {
		padding: 31px 18px 40px 15px;
	}
	.section-define .list-point .point-item .point-description, .section-reason .list-point .point-item .point-description {
		width: 280px;
		font-size: 15px;
	}
	.section-define .list-point .point-item .point-number, .section-reason .list-point .point-item .point-number {
		width: 48px;
		height: 48px;
		top: -25px;
		left: 8px;
		padding: 10px;
	}
	.section-define .list-point .point-item .point-number p, .section-reason .list-point .point-item .point-number p {
		font-size: 14px;
	}
	.section-faq .fag-content .faq-item {
		width: 290px;
		padding: 20px 8px 23px 9px;
	}
	.section-faq .fag-content .faq-bold {
		font-size: 22px;
	}
	.section-faq .fag-content .faq-text {
		font-size: 13.2px;
	}
	.section-faq .fag-content .faq-item {
		gap: 10px;
	}
	.section-define .define-title {
		width: 310px;
		max-width: 100%;
		font-size: 21px;
	}
	.section-use .use-content .use-list .use-item {
	}
	.section-use .use-content .use-list .use-item .text-item {
		font-size: 13px;
	}
	.section-expert .propose-description {
		max-width: 100%;
	}
	.section-expert .propose-description p {
		font-size: 14px;
	}
	.section-expert .image-expert {
		transform: translate(38%, 39%);
	}
	.section-use .use-content {
		overflow: hidden;
		padding-bottom: 40px;
	}
	.section-use .use-content .text-end {
		width: 330px;
	}
	.section-use .use-content .text-end .text-content {
		width: 170px;
	}
	.section-use .use-content .text-end .text-content p {
		font-size: 14px;
	}
}

.content-proges-kit{
	background: #fff;
	padding-bottom: 43px;
}

.content__inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.content-proges-kit .content__image{
	margin-bottom: 30px;
}

.content-proges-kit .content-proges-kit__text {
    font-size: 14px;
    line-height: 1.65;
}

@media screen and (min-width: 750px){
	.content-proges-kit{
		padding-bottom: 80px;
	}
	.content__inner {
		padding: 0 80px;
	}
	.content-proges-kit .content-proges-kit__text {
		font-size: 20px;
	}
}
