@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&subset=japanese');
.line01{
	background: linear-gradient(transparent 70%,#a5a5d0 70%);
}
.big{
	font-size: 18px;
}

.chart_ttl_wrap h2 {
	border: 2px solid #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
    height: 55px;
	width: fit-content;
    margin: 0 auto;
}
.chart_ttl_wrap h2 span{
	display: block;
	height: 100%;
    border: 2px solid #62a836;
    background: #fff;
    text-align: center;
    padding: 7px 20px 0 22px;
}

.chart_ttl_wrap {
	/* background-color: #e3f0db;
	text-align: center;
	width: 96%;
	margin: 0 auto;
	max-width: 500px;
    border: solid #333 1px;
	border: 1px solid #b7b8b7;
	padding: 15px; */
}

.chart_ttl_wrap p{
	text-align: center;
}
.chart_ttl_wrap h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.chart-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

#chart-container::before {
	content: "";
	background: url(./img/step_bg01.png) right top / 200px no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
    right: -180px;
    top: -100px;
}

#chart-container::after {
	content: "";
	background: url(./img/step_bg02.png) left top / 200px no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
    bottom: -20%;
	left: -190px;
}


.start_wrap {
	padding-top: 40px;
}

.chart-step {
	position: relative;
	width: 100%;
	/* border: 2px solid #ccc; */
	/* box-shadow: 2px 2px 8px rgba(0,0,0,0.1); */
	position: relative;
}


.chart-step::before {
	content: "";
	/* border-left: solid 1px red; */
}

.step-content {
	padding: 20px;
	width: 48%;
	background-color: #b8dcd5;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
	position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
}

.step-content::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 6px;
	left: 6px;
	background: url(./img/btn_bg04.png) right bottom;
	z-index: -1;
}
	
.step_pic + a::before {
	content: "";
	height: 33px;
	width: 30px;
	position: absolute;
	top: -5px;
	right: 100%;
	background: url(./img/ico_light.png) right bottom;
	z-index: 0;
}
#myobrace_link::after {
	background-image: url(./img/btn_bg03.png);
}
#step-therapy .step-RAMPA::after {
	background-image: url(./img/btn_bg02.png);
}

.step-ortho-links::after {
	background-image: url(./img/btn_bg01.png);
}

	.step-no {
		/* border-left: solid 2px #333; */
		
	}
	

	#step-age .arrow.no {
		/* top: -19px; */
	}

	.chart-flex {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 60px;
		position: relative;
		z-index: 1;
	}

    .step-content p {
      /* margin: 0 0 10px; */
      font-weight: bold;
    }

    .step-content ul {
		margin: 0;
		line-height: 1.5;
    }

    .step-actions {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
    }

    .arrow {
      display: inline-block;
      padding: 0px 14px;
      text-decoration: none;
      color: #fff;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: bold;
	  position: relative;
    }


    .start_wrap .arrow.yes {
		position: relative;
		top: 0;
	}
    .arrow.yes {
		background-color: #4CAF50;
		color: #fff;
		position: absolute;
		top: calc(100% - 12px);
		left: 0;
		right: 0;
		margin: 0 auto;
		width: fit-content;
    }

    .arrow.yes::after {
		content: "↓";
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		line-height: 1;
		font-size: 40px;
		color: #4CAF50;
		z-index: 1;
		  text-shadow: 0 0 3px #333;
	}

    .arrow.no::after {
		content: "→";
		position: absolute;
		left: 100%;
		line-height: 0.9;
		color: #f44336;
		font-size: 40px;
		z-index: 1;
		top: -5px;
		text-shadow: 0 0 3px #333;
	}
    .arrow.no {
      background-color: #f44336;
      margin-left: auto;
	  color: #fff;
	  position: absolute;
	  left: 92%;
	  top: 41%;
    }


    /* YES矢印の縦線のための装飾（擬似要素） */
    .chart-step::after {
      /* content: ''; */
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      width: 2px;
      height: 40px;
      background: #4CAF50;
    }

    /* 最後のステップは矢印を消す */
    .chart-step:last-child::after {
      display: none;
    }

    /* レスポンシブ対応 */
    /* @media screen and (max-width: 600px) {
      .step-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
      .arrow.no {
        margin-left: 0;
      }
    } */

	.start_wrap .step-actions span::after{
		content: none;
	}
	.start_wrap .step-actions{
		margin-right: auto;
	}

	#step-ent .RAMPA_link::after{
		content: "↓";
		/* color: #F4B183; */
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		line-height: 1;
		font-size: 40px;
	}
	#step-ent .RAMPA_link{
		/* background: #F4B183; */
	}
	#step-ent .step-no .RAMPA_link{
		transform: rotate(45deg);
		right: unset;
		left: -40px;
		top: 100%;
	}

	#step-ent .step-no .no{
		/* background: #5B9BD5; */
		top: calc(100% - 12px);
		left: 0;
		right: 0;
		width: fit-content;
		margin: 0 auto;
	}

	#step-ent .step-no .no::after{
		content: "↓";
		/* color: #5B9BD5; */
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		line-height: 1;
		font-size: 40px;
	}



	#myobrace_link{
		position: relative;
		float: right;
	}
	#myobrace_link a::after{
		content: none;
	}

	#myobrace_link a{
		background: #5B9BD5;
		color: #fff;
		line-height: 2.5;
	}

	
	#step-therapy .step-RAMPA a::after {
		content: none;
	}
	#step-therapy .step-RAMPA a {
		background: #F4B183;
		color: #fff;
		line-height: 2.5;
	}
	#step-therapy .step-RAMPA{
		background: #fff2cc;
		color: #fff;
		text-decoration: none;
	}
	#step-therapy .step-myobrace{
		background: #d1c1e5;
		color: #fff;
		text-decoration: none;
	}

.step-ortho {
	background-color: #e0ccbf;
}


.step-ortho-links::before {
	content: "or";
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
	line-height: 2;
    font-size: 20px;
    color: #f44336;
}
.step-ortho-links {
	padding: 0;
	position: relative;
	background-color: #f2c2d7;
    min-height: 120px;
}

.step-ortho-links .step-child-ortho a{
	color: #fff;
	padding: 4px 16px;
	background-color: #F884CC;
    text-decoration: none;
	border-radius: 20px;
}
.step-ortho-links .step-child-ortho {
	display: grid;
	align-items: center;
	justify-content: center;
	height: 50%;
	position: relative;
	z-index: 2;
}

.step-ortho-links .step-adult-ortho a{
	color: #fff;
	padding: 4px 16px;
	background-color: #E70D7A;
    text-decoration: none;
	border-radius: 20px;
}
.step-ortho-links .step-adult-ortho {
	display: grid;
	align-items: center;
	height: 50%;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.step_pic {
	position: absolute;
	left: 110%;
    max-width: 100px;
    z-index: 1;
}

.step-child-ortho .step_pic {
	bottom: 0;
}

.step-adult-ortho .step_pic {
	top: 0;
}

#RAMPA_link .step_pic {
    left: -25px;
    top: -20px;
}

#myobrace_link .step_pic {
	top: -20px;
	left: unset;
    right: 15px;
}


.chart-sec_ttl_wrap {
	text-align: left;
    line-height: 1.3;
}

.chart-sec_eng {
    font-size: 32px;
    background-color: #5B9BD5;
    line-height: 1;
    padding: 5px 20px;
	/* border: 2px solid #fff; */
	color: #fff;
    /* box-shadow: 0 0 5px 1px rgba(0,0,0,0.15); */
    position: absolute;
    top: -20px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.chart-sec_ttl {
	font-size: 28px;
	font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-top: -5px;
    color: #5b9bd5;
    text-shadow: 2px 2px 0px #fff;
}
.chart-sec_ttlsub {
	font-size: 0;
	/* background-color: #fff; */
	/* color: #5b9bd5; */
    /* padding: 5px; */
	margin-bottom: 10px;
    /* border: solid 1px #5b9bd5; */
	width: fit-content;
}

.chart-sec_right_txt span +span{
	padding-right: 5px;
}
.chart-sec_right_txt span:first-of-type{
	padding-left: 5px;
}
.chart-sec_right_txt span{
	background: url(./img/yellow_u_line.png) center bottom no-repeat;
    display: inline-block;
	font-weight: bold;
}
.chart-sec_right_txt {
	color: #4b3f38;
	font-size: 24px;
    margin: 10px auto;
    text-align: center;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff;
	padding: 0px 10px;
    line-height: 1.3;
	width: fit-content;
}


.chart-sec_info span{
	display: inline-block;
    padding-bottom: 10px;
}
.chart-sec_info {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 20px auto;
	max-width: 930px;
    padding: 10px 0;
}

.chart-sec_ttl_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.chart-sec_picwrap {
	display: flex;
	gap: 10px 0;
	flex-wrap: wrap;
    margin: 10px auto;
}

.chart-sec_pictxt .txt {
	text-align: justify;
}
.chart-sec_pictxt {
	flex: 1;
}

.chart-sec_age {
	min-width: 270px;
}

.chart-sec_price {
	min-width: 300px;
}

.right-pic_wrap {
	position: relative;
}

.right-pic_circle {
    background: #fff;
	border-radius: 50%;
	display: grid;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	position: absolute;
    right: -10px;
    bottom: -10px;
    line-height: 1.4;
	height: 130px;
    width: 130px;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.5);
}


.chart-sec .inner.flag_bg::before {
	content: "";
	background: url(img/childyobou_deco01.png) no-repeat left top / 90%;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 318px;
	height: 140px;
}
.chart-sec .inner.flag_bg::after {
	content: "";
	background: url(img/childyobou_deco02.png) no-repeat right top / 90%;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 318px;
	height: 140px;
}

.chart-sec .inner {
	/* background: url(img/childyobou_deco01.png) left top no-repeat, url(img/childyobou_deco02.png) right top no-repeat; */
    padding: 40px 36px 1px;
    position: relative;
}
#myobrace .inner {
	background-color: #bdd7ee;
}

#RAMPA .inner {
	background: #fff2cc;
}
#RAMPA .chart-sec_eng {
	background-color: #F4B183;
}
#RAMPA .chart-sec_ttl {
	color: #F4B183;
}
#RAMPA .chart-sec_ttlsub {
	color: #F4B183;
	/* border-color: #F4B183; */
}

#Pediatric .inner {
	background-color: #fad8e1;
}
#Pediatric .chart-sec_eng {
	background-color: #F884CC;
}
#Pediatric .chart-sec_ttl {
	color: #F884CC;
}
#Pediatric .chart-sec_ttlsub {
	color: #F884CC;
	/* border-color: #F884CC; */
}

#Orthodontics .inner {
	background: #f3a1b8;
}
#Orthodontics .chart-sec_eng {
	background-color: #E70D7A;
}
#Orthodontics .chart-sec_ttl {
	color: #E70D7A;
}
#Orthodontics .chart-sec_ttlsub {
	color: #E70D7A;
	/* border-color: #E70D7A; */
}

.chart-sec .inner.grn_top_bg::before {
	content: "";
	background: url(img/h4_ttl_deco01.png) no-repeat;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 275px;
	height: 68px;
}
.chart-sec .inner.grn_top_bg::after {
	content: "";
	background: url(img/h4_ttl_deco02.png) no-repeat;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 275px;
	height: 68px;
}


.Orthodontics_sub {
	/* color: #fff; */
}


/* ▽▽PC表示
-----------------------------*/
@media screen and (min-width:601px) {
	.col-2{
		width: 50%;
	}
	.col-3{
		width: calc(100%/3);
	}
	
	nav #pc-nav .pull-menu {
		width: 200px;
	}
	
/*---------- その他 ----------*/
	.section {
		padding-top: 75px;
		padding-bottom: 40px;
	}
	.section .inner.widthfix.note{
		background: url(img/bg_note.png) left top repeat;
		border-radius: 4px;
		padding: 0 0 40px;
	}
	.section .note .cont{
		margin-right: 90px;
		margin-left: 90px;
	}

	.section .cont.clip{
		border-radius: 5px;
		background: #fff;
		margin: 0 62px;
		padding: 25px 50px;
	}
	.section .cont.clip h5{
		border-radius: 5px;
		height: 50px;
		position: relative;
		margin-bottom: 40px;
	}
	.section .cont.clip h5 span{
		display: block;
		height: 100%;
		background: 
			url(img/h5_deco01.png) left 10px top 10px no-repeat,
			url(img/h5_deco02.png) right 17px top 12px no-repeat;
	}
	.section .cont.clip h5 img{
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.section .cont.clip .clip_ttl{
		text-align: center;
		margin-bottom: 5px;
	}
	.section .cont.clip .point_box{
		position: relative;
		min-height: 190px;
	}
	.section .cont.clip .point_box::after{
		position: absolute;
		content: "";
		background: url(img/point_pic.png) no-repeat;
		width: 119px;
		height: 223px;
		right: 0;
		top: -50px;
	}
	.section .cont.clip .point_txt{
		width: 630px;
		border-radius: 60px 60px 60px 60px/50% 50% 50% 50%;
		padding: 15px 40px;
		position: relative;
	}
	.section .cont.clip .point_txt p{
		color: #fff;
		font-family: 'M PLUS Rounded 1c';
	}
	.section .cont.clip .point_txt::after{
		position: absolute;
		content: "";
		width: 77px;
		height: 20px;
		right: 70px;
		bottom: -20px;
	}
	
/*---------- #lead ----------*/
	#lead{
		padding: 0;
	}
	#lead #lead_cont01{
		background: 
			url(img/sec01_deco03.png)calc(100%/2 - 560px) bottom no-repeat,
			url(img/sec01_deco03.png)calc(100%/2 + 560px) 200px no-repeat;
	}
	#lead #lead_cont01 .inner{
		padding-top: 30px;
        background:
		url(img/equal_deco01.png) left 72% no-repeat,
		url(img/equal_deco02.png) right 120% no-repeat;
        width: 94%;
        max-width: 1200px;
	}
	#lead .ttlArea{
		padding: 20px 0;
	}
	#lead .ttlArea h2{
		text-align: center;
		margin-bottom: 20px;
	}
	#lead .ttlArea .txt{
		text-align: center;
	}
	#lead .items li{
		float: left;
		position: relative;
		margin-right: 16px;
		transition: all 0.2s 0s ease-in-out;
	}
	#lead .items li.end{
		margin-right: 0;
	}
	#lead .items li:hover{
		transform: translateY(-15px);
	}
	
/*---------- #section01 ----------*/
	#section01 h3{
		background: #db6e6e;
	}
	#section01 .lead_ttl{
		background: 
			url(img/sec01_lead_deco.png) left center no-repeat,
			url(img/sec01_lead_deco.png) right center no-repeat;
		margin-bottom: 20px;
	}
	#section01 .cont.clip{
		border: 3px solid #db6e6e;
	}
	#section01 .cont.clip h5{
		background: #d37272;
	}
	#section01 .cont.clip .pic_list{}
	#section01 .cont.clip .pic_list li{
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
		width: 253px;
		height: 166px;
	}
	#section01 .cont.clip .pic_list li:nth-child(4),
	#section01 .cont.clip .pic_list li:nth-child(5){
		 margin-bottom: 0;
	}
	#section01 .cont.clip .point_txt{
		background: #db6e6e;
	}
	#section01 .cont.clip .point_txt::after{
		background: url(img/point_arrow01.png);
	}
	
	
	
	
	
	
}
/* PC表示
----------------------------*/

/* ▽▽スマホ表示
-----------------------------*/
@media screen and (max-width:600px) {
	
/*---------- その他 ----------*/
	.section {
		padding-top: 75px;
		padding-bottom: 40px;
	}
	.section .inner.widthfix.note{
		background: url(img/bg_note.png) left top repeat;
		border-radius: 4px;
		width: 100%;
/*		padding-bottom: 30px;*/
	}
	.section .note .cont{
		padding-left: 2%;
		padding-right: 2%;
	}

	.section .cont.clip{
		border-radius: 5px;
		background: #fff;
		padding: 25px 2% 0;
	}
	.section .cont.clip h5{
		border-radius: 5px;
		height: 40px;
		position: relative;
		margin-bottom: 40px;
	}
	.section .cont.clip h5 span{
		display: block;
		height: 100%;
/*
		background: 
			url(img/h5_deco01.png) left 10px top 10px no-repeat,
			url(img/h5_deco02.png) right 17px top 12px no-repeat;
*/
	}
	.section .cont.clip h5 img{
		position: absolute;
		bottom: -5px;
		left: 0;
/*
		right: 0;
		margin: 0 auto;
*/
		height: 100px;
	}
	.section .cont.clip .clip_ttl{
		text-align: center;
		margin-bottom: 5px;
	}
	.section .cont.clip .point_box{
		position: relative;
		padding-bottom: 200px;
	}
	.section .cont.clip .point_box::after{
		position: absolute;
		content: "";
		background: url(img/point_pic.png) no-repeat;
		background-size: contain;
		width: 100px;
		height: 190px;
		right: 70px;
		bottom: 0;
		margin: 0 auto;
	}
	.section .cont.clip .point_txt{
/*
		border-radius: 60px 60px 60px 60px/50% 50% 50% 50%;
		padding: 15px 40px;
*/
		border-radius: 40px;
		padding: 20px;
		position: relative;
	}
	.section .cont.clip .point_txt p{
		color: #fff;
		font-size: 14px;
		font-family: 'M PLUS Rounded 1c';
	}
	.section .cont.clip .point_txt::after{
		position: absolute;
		content: "";
		width: 77px;
		height: 20px;
		right: 36%;
		left: 0;
		margin: 0 auto;
		bottom: -20px;
	}
	
/*---------- #lead ----------*/
	#lead{
		padding: 0;
	}
	#lead #lead_cont01{

	}
	#lead #lead_cont01 .inner{
		padding-top: 30px;

	}
	#lead .ttlArea{
	}
	#lead .ttlArea h2{
		text-align: center;
		margin-bottom: 20px;
	}
	#lead .ttlArea .txt{
		margin-top: 10px;
		text-align: center;
	}
	#lead .items li{
		float: left;
		width: calc(100%/3);
	}
	
/*---------- #section01 ----------*/
	#section01 h3{
		background: #db6e6e;
	}
	#section01 .lead_ttl{
		background: 
			url(img/sec01_lead_deco.png) left top no-repeat,
			url(img/sec01_lead_deco.png) right top no-repeat;
		margin-bottom: 20px;
		padding-top: 25px;
	}
	#section01 .cont.clip{
		border: 3px solid #db6e6e;
	}
	#section01 .cont.clip h5{
		background: #d37272;
	}
	#section01 .cont.clip .pic_list{}
	#section01 .cont.clip .pic_list li{
/*		display: inline-block;*/
		text-align: center;
		margin-bottom: 40px;
	}
	#section01 .cont.clip .point_txt{
		background: #db6e6e;
	}
	#section01 .cont.clip .point_txt::after{
		background: url(img/point_arrow01.png);
	}

		
	#chart-container::before,
	#chart-container::after {
		content: none;
	}

	.start_wrap {
		padding-top: 10px;
	}
	
	.chart-sec_picwrap {
		flex-direction: column;
        margin-top: 0;
	}

	.chart-sec_age {
		max-width: 300px;
		width: 96%;
		min-width: auto;
	}

	.chart-sec .inner.grn_top_bg::before {
		background-size: 50%;
		background-position: left top;
		top: -10px;
	}
	.chart-sec .inner.grn_top_bg::after {
		background-size: 50%;
		background-position: right top;
		top: -10px;
	}

	
.chart-sec .inner.flag_bg::before {
		background-size: 50%;
		background-position: left top;
		top: -10px;
}
.chart-sec .inner.flag_bg::after {
		background-size: 50%;
		background-position: right top;
		top: -10px;
}

	.right-pic_circle {
		bottom: -50px;
	}

	.chart-sec_price {
		min-width: auto;
		max-width: 300px;
        width: 96%;
	}

	.chart-sec_ttl_wrap {
		position: relative;
		z-index: 1;
	}
	.chart-sec_eng {
		text-align: center;
		font-size: 26px;
		top: -40px;
	}

	#Orthodontics .chart-sec_eng {
		top: -55px;
	}

	.chart-sec_ttlsub{
		margin: 0 auto 10px;
	}

	.chart-sec_ttl {
		margin-top: -20px;
	}

	.chart-sec_right_txt {
		padding: 0;
		line-height: 1.3;
        font-size: 20px;
	}

	.step-content {
		padding: 15px 11px;
		display: grid;
	}

	.step-content p {
		font-size: 14px;
	}


	.step-ortho-links::after {
		/* top: 0;
		position: relative;
		order: 2; */
	}

	.step-ortho-links .step-adult-ortho {
		order: 3;
	}

	.step-actions {
		margin-top: 10px;
	}

	#step-age .step-ortho-links {
        gap: 15px;
        min-height: 135px;
	}
	#step-age .step-ortho-links > div {
		height: auto;
		right: -10%;
	}

	.arrow.yes {
		top: calc(100% - 10px);
	}
	
	#step-ent .step-no .no {
		top: calc(100% - 10px);
		bottom: unset;
	}

	.step_pic {
		display: none;
	}

	.step-content ul {
		font-size: 14px;
	}
	.chart-sec_right_txt span{
		padding-right: 5px;
	}
		
	.arrow {
		padding: 0px 10px;
        line-height: 2;
	}

	.arrow.no::after {
		top: -3px;
	}

	.arrow.no {
		top: unset;
		left: unset;
		right: 10px;
		bottom: 10px;
	}
	#step-age .arrow.no {
		/* top: 75%; */
    }

	#step-ent .step-no .RAMPA_link {
		top: 100%;
        left: -28px;
	}

	#myobrace_link a ,#step-therapy .step-RAMPA a{
		padding-inline: 4px;
		right: -10%;
	}

	.chart-sec .inner {
		/* background-position: top; */
		background-size: 30%;
	}

	#step-ent .step-yes {
		display: block;
	}

	#step-symptom {
		display: block;
	}

	.chart-flex {
		gap: 20px;
	}
	.chart-flex {
		gap: 20px;
	}
	
}
/* スマホ表示
----------------------------*/