@charset "UTF-8";

/***************************************************

	mynumber

***************************************************/


.mincho{
	font-family: "Noto Serif JP", serif;
}

.num{
	font-family: "Montserrat", sans-serif;
}


.mynumber_kv{
	position: relative;
	margin-bottom: 60px;
}

.mynumber_kv .text_wrapper{
	position: absolute;
    bottom: 30px;
    left: 40px;
}

.mynumber_kv .text_wrapper h1{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #399b4d;
    line-height: 1.4;
    text-shadow: 2px 2px 0px rgba(255,255,255,1);
}

.mynumber_kv .text_wrapper h1 small{
	font-size: 0.8em;
    font-weight: 700;
}

.mynumber_kv .image_wrapp{
	width: 140px;
	position: absolute;
    top: 30px;
    right: 30px;
}

.main_catch{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	margin-bottom: 60px;
}

.main_catch .image_area{
	width: 240px;
}

.main_catch .text_area{
	width: calc(100% - 240px);
	padding-left: 30px;
	box-sizing: border-box;
}

.main_catch .text_area p.kv_caption{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.0;
}

.main_catch .text_area p.kv_caption strong{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	background: #399b4d;
	font-weight: 700;
	color: #fff;
	padding: 0 0.5em;
	margin-bottom: 8px;
}

.main_catch .text_area p.kv_caption strong:last-of-type{
	margin-bottom: 0;
}



#merit{
	margin-bottom: 60px;
}

#merit h2{
	margin-bottom: 40px;
	text-align: center;
}

#merit h2 strong{
	font-size: 34px;
	font-weight: 600;
	color: #399b4d;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-left: 80px;
	position: relative;
}

#merit h2 strong span{
	display: inline-block;
	font-size: 1.1em;
	font-weight: 600;
	background:linear-gradient(transparent 60%, #ff6 60%);
}

#merit h2 strong::before{
	content: '';
	display: inline-block;
	width: 60px;
    height: 52px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/features/mynumber/icon_nyna01.png');
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

#merit .merit_ul{

}

#merit .merit_ul li{
	width: 90%;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
    position: relative;
}

#merit .merit_ul li:nth-child(even){
	/*margin-left: 10%;*/
	flex-direction: row-reverse
}

#merit .merit_ul li .icon{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 40px;
	background: #b0ddb9;
}

#merit .merit_ul li .text{
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.8);
    border: 1px solid #399b4d;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 150px;
    width: calc(100% - 150px);
    box-sizing: border-box;
}

#merit .merit_ul li:nth-child(even) .text{
    left: unset;
    right: 150px;
}

#merit .merit_ul li .text .item{
	width: 40px;
}

#merit .merit_ul li .text .item p{
	background: #399b4d;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 8px 3px 8px 8px;
	position: relative;
}

#merit .merit_ul li .text .item p::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 16px;
    border-color: transparent transparent transparent #399b4d;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
}

#merit .merit_ul li .text .caption{
	width: calc(100% - 40px);
	padding-left: 30px;
	box-sizing: border-box;
}

#merit .merit_ul li .text .caption p{
	font-size: 18px;
	font-weight: 700;
}



#registration{
	margin-bottom: 60px;
}

#registration h2{
	line-height: 1;
	margin-bottom: 40px;
	color: #399b4d;
	text-align: center;
}

#registration h2 strong{
	display: block;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#registration h2 small{
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 14px;
	position: relative;
}

#registration h2 small::after,
#registration h2 small::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 3px;
	background: #399b4d;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#registration h2 small::before{
	left: -24px;
}

#registration h2 small::after{
	right: -24px;
}

#registration .data_wrapp{

}

#registration .data_wrapp .text{
	text-align: center;
	margin-bottom: 40px;
}

#registration .data_wrapp .text .caption{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom :30px;
}

#registration .data_wrapp .text .link_note{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#registration .data_wrapp .logo{
	width: 300px;
	margin: 0 auto;
} 

#registration .data_wrapp .logo ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#registration .data_wrapp .logo ul li{
	height: 66px;
	margin: 0 12px 24px;
}

#registration .data_wrapp .logo ul li img{
	width: auto;
	height: 100%;
}

#registration .note{
	text-align: center;
}

#registration .note p{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding-left: 1.2em;
	position: relative;
}

#registration .note p::before{
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}



#clinic{
	background: #ecfff0;
	padding: 36px 24px;
	margin-bottom: 80px;
}

#clinic h2{
	line-height: 1;
	margin-bottom: 40px;
	color: #399b4d;
	text-align: center;
}

#clinic h2 strong{
	display: block;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

#clinic h2 small{
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 14px;
	position: relative;
}

#clinic h2 small::after,
#clinic h2 small::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 3px;
	background: #399b4d;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#clinic h2 small::before{
	left: -24px;
}

#clinic h2 small::after{
	right: -24px;
}

#clinic .main_area{
	display: flex;
}

#clinic .main_area .text_area{
	width: 360px;
	background: #399b4d;
	border-radius: 12px 0 0 12px;
	position: relative;
}

#clinic .main_area .text_area .text{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

#clinic .main_area .text_area .text .caption{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.05em;
}

#clinic .main_area .text_area .text .note{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	padding-left: 1.2em;
	margin-top: 16px;
	position: relative;
}

#clinic .main_area .text_area .text .note::before{
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#clinic .main_area .image_area{
	width: calc(100% - 360px);
	background: #fff;
	padding: 20px 0;
	border-radius: 0 12px 12px 0;
	position: relative;
}

#clinic .main_area .image_area .image{
	width: 180px;
	margin: 0 auto;
}

#clinic .main_area .image_area .fukidashi{
	padding: 12px 18px;
	background: #399b4d;
	border-radius: 50%;	
    position: absolute;
    top: -50px;
    right: -30px;
    transform: rotate(8deg);
}

#clinic .main_area .image_area .fukidashi::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 14px 0 4px;
    border-color: #399b4d transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 30px;
}

#clinic .main_area .image_area .fukidashi p{
	font-size: 14px;
	color: #fff;
	font-weight: 900;
}

#clinic .main_area .image_area .fukidashi p strong{
	font-size: 18px;
	font-weight: 900;
}


#clinic .step_ul{
	margin-top: 60px;
	counter-reset: step_num01 0;
}

#clinic .step_ul > li{
	margin-bottom: 60px;
	position: relative;
}

#clinic .step_ul > li:last-child{
	margin-bottom: 0;
}

#clinic .step_ul > li::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 20px solid #89c796;
    border-bottom: 0;
    position: absolute;
    bottom: -36px;
    left: 130px;
}

#clinic .step_ul > li:last-child::after{
	content: none;
}

#clinic .step_ul li .data_wrapp{
	display: flex;
}

#clinic .step_ul li .data_wrapp .text_area{
	width: calc(100% - 200px);
	padding: 40px 30px 0 0;
	box-sizing: border-box;
	position: relative;
}

#clinic .step_ul li .data_wrapp .text_area::before{
	counter-increment: step_num01 1;
	content: counter(step_num01, decimal-leading-zero) '.';
	font-size: 40px;
	font-weight: 600;
	color: #399b4d;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#clinic .step_ul li .data_wrapp .text_area p{
	font-size: 24px;
	font-weight: 500;
}

#clinic .step_ul li .data_wrapp .text_area p .st01{
	font-size: 1.2em;
	font-weight: 700;
	color: #399b4d;
}

#clinic .step_ul li .data_wrapp .text_area p .st02{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background: #399b4d;
	padding: 0 14px;
	margin-right: 0.3em;
}

#clinic .step_ul li .data_wrapp .text_area .note{

}

#clinic .step_ul li .data_wrapp .text_area .note li{
	font-size: 12px;
	font-weight: 500;
	padding-left: 1.2em;
	position: relative;
}

#clinic .step_ul li .data_wrapp .text_area .note li::before{
	content: '※';
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#clinic .step_ul li .data_wrapp .image_area{
	width: 200px;
	/*height: 230px;*/
	border-radius: 8px;
	overflow: hidden;
}

#clinic .step_ul li .data_wrapp .image_area img{
	width: 100%;
	/*height: 230px;
	object-fit: cover;*/
}

#clinic .step_ul li .sub_block{
	margin-top: 30px;
}

#clinic .step_ul li .sub_block .title{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	border: 1px solid #399b4d;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #399b4d;
	padding: 0 16px;
	margin-bottom: 14px;
}

#clinic .step_ul li .sub_block .ninsyou_ul{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

#clinic .step_ul li .sub_block .ninsyou_ul li{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp .icon{
	width: 60px;
	margin: 0 auto 4px;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp p{
	font-size: 14px;
	font-weight: 500;
	color: #399b4d;
	line-height: 1.3;
	white-space: nowrap;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi{
	display: inline-block;
	padding: 12px 14px;
	background: #399b4d;
	border-radius: 6px;
    position: absolute;
    top: -66px;
    right: 0;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi p{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	white-space: nowrap;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 14px 0 4px;
    border-color: #399b4d transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    right: 30px;
}







/********************************************************************************
	max-width: 1280px CSS
********************************************************************************/
@media (max-width: 1280px) {


.mynumber_kv{
	margin-bottom: 4.6875vw;
}

.mynumber_kv .text_wrapper{
    bottom: 2.34375vw;
    left: 3.125vw;
}

.mynumber_kv .text_wrapper h1{
    font-size: 2.65625vw;
    text-shadow: 2px 2px 0px rgba(255,255,255,1);
}

.mynumber_kv .image_wrapp{
	width: 10.9375vw;
    top: 2.34375vw;
    right: 2.34375vw;
}

.main_catch{
	margin-bottom: 4.6875vw;
}

.main_catch .image_area{
	width: 18.75vw;
}

.main_catch .text_area{
	width: calc(100% - 18.75vw);
	padding-left: 2.34375vw;
}

.main_catch .text_area p.kv_caption{
	font-size: 1.5625vw;
}

.main_catch .text_area p.kv_caption strong{
	height: 2.8125vw;
	line-height: 2.8125vw;
	margin-bottom: 0.625vw;
}



#merit{
	margin-bottom: 4.6875vw;
}

#merit h2{
	margin-bottom: 3.125vw;
}

#merit h2 strong{
	font-size: 2.65625vw;
	padding-left: 6.25vw;
}

#merit h2 strong::before{
	width: 4.6875vw;
    height: 4.0625vw;
}

#merit .merit_ul li{
	margin-bottom: 3.125vw;
}

#merit .merit_ul li .icon{
	width: 14.0625vw;
	height: 14.0625vw;
	padding: 3.125vw;
}

#merit .merit_ul li .text{
    padding: 0.625vw;
    border-radius: 0.3125vw;
    left: 11.71875vw;
    width: calc(100% - 11.71875vw);
}

#merit .merit_ul li:nth-child(even) .text{
    left: unset;
    right: 11.71875vw;
}

#merit .merit_ul li .text .item{
    width: 3.125vw;
}

#merit .merit_ul li .text .item p{
	font-size: 1.25vw;
	padding: 0.625vw 0.234375vw 0.625vw 0.625vw;
}

#merit .merit_ul li .text .item p::after{
    border-width: 2.5vw 0 2.5vw 1.25vw;
    right: -1.25vw;
}

#merit .merit_ul li .text .caption{
    width: calc(100% - 3.125vw);
    padding-left: 2.34375vw;
}

#merit .merit_ul li .text .caption p{
	font-size: 1.40625vw;
}



#registration{
	margin-bottom: 4.6875vw;
}

#registration h2{
	margin-bottom: 3.125vw;
}

#registration h2 strong{
	font-size: 3.125vw;
}

#registration h2 small{
	font-size: 2.1875vw;
	margin-top: 1.09375vw;
}

#registration h2 small::after,
#registration h2 small::before{
	width: 1.25vw;
	height: 0.234375vw;
}

#registration h2 small::before{
	left: -1.875vw;
}

#registration h2 small::after{
	right: -1.875vw;
}

#registration .data_wrapp .text{
	margin-bottom: 3.125vw;
}

#registration .data_wrapp .text .caption{
	font-size: 1.5625vw;
	margin-bottom: 2.34375vw;
}

#registration .data_wrapp .text .link_note{
	font-size: 1.25vw;
}

#registration .data_wrapp .logo{
	width: 23.4375vw;
} 

#registration .data_wrapp .logo ul li{
	height: 5.15625vw;
	margin: 0 0.9375vw 1.875vw;
}

#registration .note p{
	font-size: 1.09375vw;
}



#clinic{
	padding: 2.8125vw 1.875vw;
	margin-bottom: 6.25vw;
}

#clinic h2{
	margin-bottom: 3.125vw;
}

#clinic h2 strong{
	font-size: 3.125vw;
}

#clinic h2 small{
	font-size: 2.1875vw;
	margin-top: 1.09375vw;
}

#clinic h2 small::after,
#clinic h2 small::before{
	width: 1.25vw;
	height: 0.234375vw;
}

#clinic h2 small::before{
	left: -1.875vw;
}

#clinic h2 small::after{
	right: -1.875vw;
}

#clinic .main_area .text_area{
	width: 28.125vw;
	border-radius: 0.9375vw 0 0 0.9375vw;
}

#clinic .main_area .text_area .text{
    left: 20px;
}

#clinic .main_area .text_area .text .caption{
	font-size: 1.875vw;
}

#clinic .main_area .text_area .text .note{
	font-size: 1.09375vw;
	margin-top: 1.25vw;
}

#clinic .main_area .image_area{
	width: calc(100% - 28.125vw);
	padding: 1.5625vw 0;
	border-radius: 0 0.9375vw 0.9375vw 0;
}

#clinic .main_area .image_area .image{
	width: 14.0625vw;
}

#clinic .main_area .image_area .fukidashi{
	padding: 0.9375vw 1.40625vw;
    top: -3.90625vw;
    right: -2.34375vw;
}

#clinic .main_area .image_area .fukidashi::after{
    border-width: 1.5625vw 1.09375vw 0 0.3125vw;
    bottom: -0.9375vw;
    left: 2.34375vw;
}

#clinic .main_area .image_area .fukidashi p{
	font-size: 1.09375vw;
}

#clinic .main_area .image_area .fukidashi p strong{
	font-size: 1.40625vw;
}


#clinic .step_ul{
	margin-top: 4.6875vw;
}

#clinic .step_ul > li{
	margin-bottom: 4.6875vw;
}

#clinic .step_ul > li::after{
    border-right: 2.34375vw solid transparent;
    border-left: 2.34375vw solid transparent;
    border-top: 1.5625vw solid #89c796;
    bottom: -2.8125vw;
    left: 10.15625vw;
}

#clinic .step_ul li .data_wrapp .text_area{
	width: calc(100% - 15.625vw);
	padding: 3.125vw 2.34375vw 0 0;
}

#clinic .step_ul li .data_wrapp .text_area::before{
	font-size: 3.125vw;
}

#clinic .step_ul li .data_wrapp .text_area p{
	font-size: 1.875vw;
}

#clinic .step_ul li .data_wrapp .text_area p .st02{
	height: 2.34375vw;
	line-height: 2.34375vw;
	border-radius: 2.34375vw;
	font-size: 1.40625vw;
	padding: 0 1.09375vw;
}

#clinic .step_ul li .data_wrapp .text_area .note li{
	font-size: 0.9375vw;
}

#clinic .step_ul li .data_wrapp .image_area{
	width: 15.625vw;
	/*height: 17.96875vw;*/
	border-radius: 0.625vw;
}

#clinic .step_ul li .data_wrapp .image_area img{
	/*height: 17.96875vw;*/
}

#clinic .step_ul li .sub_block{
	margin-top: 2.34375vw;
}

#clinic .step_ul li .sub_block .title{
	height: 2.8125vw;
	line-height: 2.8125vw;
	border-radius: 2.8125vw;
	font-size: 1.25vw;
	padding: 0 1.25vw;
	margin-bottom: 1.09375vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li{
	width: 10.9375vw;
	height: 10.9375vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp .icon{
	width: 4.6875vw;
	margin: 0 auto 0.3125vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp p{
	font-size: 1.09375vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi{
	padding: 0.9375vw 1.09375vw;
	border-radius: 0.46875vw;
    top: -5.15625vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi p{
	font-size: 0.9375vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi::after {
    border-width: 1.5625vw 1.09375vw 0 4px;
    bottom: -0.9375vw;
    right: 2.34375vw;
}







}

/********************************************************************************
	max-width: 1024px CSS
********************************************************************************/
@media (max-width: 1024px) {

}

/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/
@media (max-width: 768px) {


.mynumber_kv{
	margin-bottom: 10.666667vw;
}

.mynumber_kv .text_wrapper{
    bottom: 3.2vw;
    left: 3.2vw;
}

.mynumber_kv .text_wrapper h1{
    font-size: 6.933333vw;
    text-shadow: 0.533333vw 0.533333vw 0px rgba(255,255,255,1);
}

.mynumber_kv .image_wrapp{
	width: 18.666667vw;
    top: 0;
    right: 0;
}

.main_catch{
    display: block;
    margin-bottom: 10.666667vw;
}

.main_catch .image_area{
	width: 48vw;
	margin: 0 auto 6.4vw;
}

.main_catch .text_area{
	width: auto;
	padding-left: 0;
	text-align: center;
}

.main_catch .text_area p.kv_caption{
	font-size: 4.266667vw;
}

.main_catch .text_area p.kv_caption strong{
	height: 8vw;
	line-height: 8vw;
	margin-bottom: 2.133333vw;
}



#merit{
	margin-bottom: 40px;
}

#merit h2{
	margin-bottom: 30px;
}

#merit h2 strong{
	font-size: 4.266667vw;
	padding-left: 16vw;
}

#merit h2 strong::before{
	width: 11.733333vw;
    height: 10.133333vw;
}

#merit .merit_ul li{
	width: auto;
	margin-bottom: 5.333333vw;
}

#merit .merit_ul li:nth-child(even){
	margin-left: 0;
}

#merit .merit_ul li .icon{
	width: 26.666667vw;
	height: 26.666667vw;
	padding: 5.333333vw;
}

#merit .merit_ul li .text{
    padding: 1.6vw;
    border-radius: 1.066667vw;
    left: 24vw;
    width: calc(100% - 24vw);
}

#merit .merit_ul li:nth-child(even) .text{
    left: unset;
    right: 24vw;
}

#merit .merit_ul li .text .item{
	width: 8vw;
}

#merit .merit_ul li .text .item p{
	font-size: 3.2vw;
	padding: 1.6vw 0.8vw 1.6vw 1.6vw;
}

#merit .merit_ul li .text .item p::after{
    border-width: 6.4vw 0 6.4vw 2.666667vw;
    right: -2.4vw;
}

#merit .merit_ul li .text .caption{
	width: calc(100% - 8vw);
	padding-left: 4.266667vw;
}

#merit .merit_ul li .text .caption p{
	font-size: 3.733333vw;
}



#registration{
	margin-bottom: 10.666667vw;
}

#registration h2{
	margin-bottom: 8vw;
}

#registration h2 strong{
	font-size: 6.933333vw;
}

#registration h2 small{
	font-size: 5.866667vw;
	margin-top: 3.733333vw;
}

#registration h2 small::after,
#registration h2 small::before{
	width: 4.266667vw;
	height: 0.8vw;
}

#registration h2 small::before{
	left: -6.4vw;
}

#registration h2 small::after{
	right: -6.4vw;
}

#registration .data_wrapp{

}

#registration .data_wrapp .text{
	margin-bottom: 8vw;
}

#registration .data_wrapp .text .caption{
	font-size: 4.8vw;
	margin-bottom: 5.333333vw;
}

#registration .data_wrapp .text .link_note{
	font-size: 3.733333vw;
	overflow-wrap: anywhere;
}

#registration .data_wrapp .logo{
	width: 53.333333vw;
} 

#registration .data_wrapp .logo ul li{
	height: 10.666667vw;
	margin: 0 3.2vw 6.4vw;
}

#registration .note{
	text-align: left;
}

#registration .note p{
	display: block;
	font-size: 3.2vw;
}



#clinic{
	padding: 6.933333vw 4.266667vw;
	margin-bottom: 40px;
}

#clinic h2{
	margin-bottom: 8vw;
}

#clinic h2 strong{
	font-size: 6.933333vw;
}

#clinic h2 small{
	font-size: 5.866667vw;
	margin-top: 3.733333vw;
}

#clinic h2 small::after,
#clinic h2 small::before{
	width: 4.266667vw;
	height: 0.8vw;;
}

#clinic h2 small::before{
	left: -6.4vw;
}

#clinic h2 small::after{
	right: -6.4vw;
}

#clinic .main_area{
	display: block;
}

#clinic .main_area .text_area{
	width: auto;
	border-radius: 1.6vw 1.6vw 0 0;
	padding: 4.266667vw;
	box-sizing: border-box;
}

#clinic .main_area .text_area .text{
    position: static;
    left: 0;
    transform: translate(0, 0);
}

#clinic .main_area .text_area .text .caption{
	font-size: 4.8vw;
}

#clinic .main_area .text_area .text .note{
	font-size: 3.2vw;
	margin-top: 3.733333vw;
}

#clinic .main_area .image_area{
	width: auto;
	padding: 5.333333vw 0;
	border-radius: 0 0 1.6vw 1.6vw;
	position: relative;
}

#clinic .main_area .image_area .image{
	width: 32vw;
}

#clinic .main_area .image_area .fukidashi{
	padding: 3.2vw 4.8vw;
    top: 2.666667vw;
    right: -2.666667vw;
    transform: rotate(8deg);
}

#clinic .main_area .image_area .fukidashi::after{
	border-width: 5.333333vw 3.733333vw 0 1.066667vw;
	bottom: -1.866667vw;
	left: 2.666667vw;
	transform: rotate(35deg);
}

#clinic .main_area .image_area .fukidashi p{
	font-size: 3.2vw;
}

#clinic .main_area .image_area .fukidashi p strong{
	font-size: 4.266667vw;
}


#clinic .step_ul{
	margin-top: 10.666667vw;
}

#clinic .step_ul > li{
	margin-bottom: 10.666667vw;
}

#clinic .step_ul > li::after{
	border-right: 6.4vw solid transparent;
	border-left: 6.4vw solid transparent;
	border-top: 4.266667vw solid #89c796;
	bottom: -8vw;
	left: 50%;
	transform: translate(-50%, 0);
}

#clinic .step_ul li .data_wrapp{
	display: flex;
	flex-direction: column-reverse;
}

#clinic .step_ul li .data_wrapp .text_area{
	width: auto;
	padding: 10.666667vw 0 0 0;
}

#clinic .step_ul li .data_wrapp .text_area::before{
	font-size: 8.533333vw;
    top: 2.666667vw;
}

#clinic .step_ul li .data_wrapp .text_area p{
	font-size: 5.333333vw;
}

#clinic .step_ul li .data_wrapp .text_area p .st02{
	height: 7.466667vw;
	line-height: 7.466667vw;
	border-radius: 7.466667vw;
	font-size: 4.266667vw;
	padding: 0 3.733333vw;
}

#clinic .step_ul li .data_wrapp .text_area .note{

}

#clinic .step_ul li .data_wrapp .text_area .note li{
	font-size: 3.2vw;
}

#clinic .step_ul li .data_wrapp .image_area{
	width: 70%;
	margin: 0 auto;
	/*height: 37.333333vw;*/
	border-radius: 1.6vw;
}

#clinic .step_ul li .data_wrapp .image_area img{
	/*height: 37.333333vw;*/
}

#clinic .step_ul li .sub_block{
	margin-top: 8vw;
	padding-bottom: 10.666667vw;
	text-align: center;
}

#clinic .step_ul li .sub_block .title{
	height: 9.6vw;
	line-height: 9.6vw;
	border-radius: 9.6vw;
	font-size: 4.266667vw;
	padding: 0 4.266667vw;
	margin-bottom: 3.733333vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul{
	flex-wrap: wrap;
	margin: 0 4.266667vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li{
	width: 34.666667vw;
	height: 34.666667vw;
	margin-bottom: 5.333333vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp .icon{
	width: 13.333333vw;
	margin: 0 auto 1.066667vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .icon_wrapp p{
	font-size: 3.2vw;
	white-space: nowrap;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi{
	padding: 2.133333vw 3.2vw;
	border-radius: 1.6vw;
	top: unset;
	bottom: -15.466667vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi p{
	font-size: 3.2vw;
}

#clinic .step_ul li .sub_block .ninsyou_ul li .fukidashi::after {
	border-width: 5.333333vw 2.4vw 0 2.4vw;
	bottom: unset;
	right: 8vw;
	top: -5.333333vw;
	transform: rotate(181deg);
}





}
