@charset "utf-8";
/* CSS Document */


.btn-wrap02 {
	max-width: 500px;
	margin-inline: auto;
}
a.btn {
	width: 100%;
	display: block;
	text-align: center;
	background: #963e46;
	padding: 20px 10px;
	margin: 10px 0;
	color: #fff;
	position: relative;
	font-size: 24px;
}

/*---------------------------
ページタイトル
---------------------------*/
#page_head {
	position: relative;
	z-index: 1;
	height: 170px;
	background:
		url(../common/img/line.png)center bottom 10px/2000px auto no-repeat,
		url(img/page_ttl_bg.jpg)center/cover no-repeat;
}
#page_head .page_ttl {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
}
/*ページ内リンク*/
.page_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.page_link li {
	background: #97ac89;
}
.page_link li:hover {
	opacity: 0.8;
}
.page_link li:not(:last-child) {
	margin-right: 30px;
}
.page_link li a {
	display: block;
	padding: 15px 40px;
	position: relative;
	min-width: 200px;
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
}
.page_link li a::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
/*テーブル01*/
.table01 {
	width: 100%;
}
.table01 th {
	width: 50%;
	padding: 10px 20px;
	border: 1px solid #dcd7d5;
	background: #97ac89;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
.table01 tr:not(:last-of-type) th {
	border-bottom: 1px solid #fff;
}
.table01 thead th {
	background: #759163;
}
.table01 td {
	padding: 10px 20px;
	border: 1px solid #dcd7d5;
	text-align: right;
	vertical-align: middle;
}
/*テーブル02*/
.table02 {
	width: 100%;
}
.table02 thead th {
	padding: 10px 20px;
	border: 1px solid #dcd7d5;
	background: #963e46;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.table02 tbody th {
	padding: 10px 20px;
	border: 1px solid #dcd7d5;
	background: #dcd7d5;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
}
.table02 tr:not(:last-of-type) th {
	border-bottom: 1px solid #fff;
}
.table02 td {
	padding: 10px 20px;
	border: 1px solid #dcd7d5;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
}
.table02 .col01 {
	width: 20%;
}
.table02 .col02 {
	width: 40%;
}
.table02 .col03 {
	width: 40%;
}
/*---------------------------
ボタン
---------------------------*/
.btn {
	width: 100%;
	display: block;
	text-align: center;
	background: #963e46;
	padding: 10px;
	margin: 10px 0;
	color: #fff;
	position: relative;
}
.btn:hover {
	/*color: #fff;*/
}
.btn:link {
	color: #fff;
}
.btn:visited {
	color: #fff;
}
.btn::after {
	position: absolute;
	background: url(./img/btn_arrow.png);
	content: "";
	height: 10px;
	width: 33px;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0px, -80%);
	transform: translate(0px, -80%);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
a.btn:hover::after {
	right: 2%;
}
.btn02.btn::after {
	background: url(./img/btn_arrow_brown.png);
}
a.btn02:link {
	text-align: center;
	color: #662e16;
	font-weight: bold;
	font-size: 20px;
	display: block;
	width: 66.666%;
	margin: 0 auto;
	background-color: #fff;
	border: solid 1px #662e16;
}
a.btn02:visited {
	text-align: center;
	color: #662e16;
	font-weight: bold;
	font-size: 20px;
	display: block;
	background-color: #fff;
	border: solid 1px #662e16;
}
/*---------------------------
anchor
---------------------------*/
.anchor {
	display: block;
	height: 0;
	position: absolute;
	margin-top: -48px;
}
/*---------------------------
STEP
---------------------------*/
.flow_border li {
	position: relative;
	z-index: 1;
}
.flow_border li:not(:last-child)::after {
	position: absolute;
	z-index: -1;
	content: "";
	left: 20px;
	bottom: -27px;
	width: 3px;
	height: 100%;
	background:
		repeating-linear-gradient(transparent 0, transparent 3px, #97ac89 3px, #97ac89 6px);
}
.flow_border li:not(:last-child)::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 14px;
	bottom: -30px;
	width: 15px;
	height: 9px;
	background:
		url(img/dot_arrow.png)center/contain;
}
.flow_border li .txt {
	padding-left: 40px;
}
/*---------------------------
STEP矢印
---------------------------*/
.flow_arrow {
	/*
	margin-bottom: 20px;
	height: 30px;
	background: url(img/flow_arrow.png)center/contain no-repeat;
	*/
}
/*---------------------------
鍵括弧
---------------------------*/
.bracket_box {
	padding: 30px;
	text-align: center;
	background: url(img/bracket01.png)left top no-repeat, url(img/bracket02.png)right bottom no-repeat #f5f9fb;
}
.bracket_box .ttl {
	padding: 0 15px;
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background: #3b869e;
}
.bracket_box .sub {
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	color: #3b869e;
}
.bracket_box .txt {
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #3b869e;
}
.hosoku{
	display:block;
	font-size: 1.6rem;
	line-height:1.6em;
	font-weight:bold;
	color:#e33434;
	padding-left:1em;
	text-indent:-1em;
}
/*---------------------------
矯正歯科治療に伴う一般的なリスクや副作用について
---------------------------*/
.risk li{
	position: relative;
	padding-left: 2.5em;
	margin-bottom:7px;
  }
  .risk li:last-of-type{
	  margin-bottom:0px!important;
  }
   .risk li .num.-kakko {
	position: absolute;
	display: inline-block;
	width: 2.2em;
	margin-left: -2.5em;
	text-align: center;
  }
  /*.risk li .num.-kakko:before {
	position: absolute;
	content: "(";
	left: 0;
  }*/
  .risk li .num.-kakko:after {
	position: absolute;
	content: ")";
	right: 0;
  }

/*---------------------------
矯正歯科治療の流れ
---------------------------*/
.ul_arrow02 {
	/*flex設定*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ul_arrow02 li {
	/*flex設定*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*その他*/
	padding: 10px 20px 10px 30px;
	position: relative;
	z-index: 1;
	width: calc(100%/7);
	height: 100px;
	border: 1px solid #662e16;
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.ul_arrow02 li:not(:first-child) {
	border-left: none;
}
.ul_arrow02 li:nth-child(1) {
	background: #47a266;
}
.ul_arrow02 li:nth-child(2) {
	background: #76b371;
}
.ul_arrow02 li:nth-child(3) {
	background: #9cc475;
}
.ul_arrow02 li:nth-child(4) {
	background: #d1dd8c;
}
.ul_arrow02 li:nth-child(5) {
	background: #eedf68;
}
.ul_arrow02 li:nth-child(6) {
	background: #e8ab5d;
}
.ul_arrow02 li:nth-child(7) {
	background: #e67a3a;
}
.ul_arrow02 li::after {
	position: absolute;
	content: "";
	left: -1px;
	top: 0;
	height: 100%;
	width: 20px;
}
.ul_arrow02 li:nth-child(2)::after {
	background: url(img/ul_arrow07.png)right center no-repeat;
}
.ul_arrow02 li:nth-child(3)::after {
	background: url(img/ul_arrow06.png)right center no-repeat;
}
.ul_arrow02 li:nth-child(4)::after {
	background: url(img/ul_arrow01.png)right center no-repeat;
}
.ul_arrow02 li:nth-child(5)::after {
	background: url(img/ul_arrow02.png)right center no-repeat;
}
.ul_arrow02 li:nth-child(6)::after {
	background: url(img/ul_arrow03.png)right center no-repeat;
}
.ul_arrow02 li:nth-child(7)::after {
	background: url(img/ul_arrow04.png)right center no-repeat;
}
.ul_arrow02 li:last-child::before {
	position: absolute;
	content: "";
	right: -19px;
	top: 0;
	height: 100%;
	width: 20px;
	background: url(img/ul_arrow05.png)right center no-repeat;
}
/*---------------------------
マイオブレースの一般的な治療ステップ
---------------------------*/
.ul_arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ul_arrow li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: calc(100%/4);
	height: 100px;
	border: 1px solid #662e16;
	font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
.ul_arrow li:not(:first-child) {
	border-left: none;
}
.ul_arrow li:first-child {
	background: #9cc475;
}
.ul_arrow li:nth-child(2) {
	background: #d1dd8c;
}
.ul_arrow li:nth-child(3) {
	background: #eedf68;
}
.ul_arrow li:nth-child(4) {
	background: #e8ab5d;
}
.ul_arrow li::after {
	position: absolute;
	content: "";
	left: -1px;
	top: 0;
	height: 100%;
	width: 20px;
}
.ul_arrow li:nth-child(2)::after {
	background: url(img/ul_arrow01.png)right center no-repeat;
}
.ul_arrow li:nth-child(3)::after {
	background: url(img/ul_arrow02.png)right center no-repeat;
}
.ul_arrow li:nth-child(4)::after {
	background: url(img/ul_arrow03.png)right center no-repeat;
}
.ul_arrow li:nth-child(4)::before {
	position: absolute;
	content: "";
	right: -19px;
	top: 0;
	height: 100%;
	width: 20px;
	background: url(img/ul_arrow04.png)right center no-repeat;
}




/*================================
ここからPC～TABLET横適用（897px以上）
================================*/
@media(min-width: 897px) {
	/*---------------------------
	h1 + p
	---------------------------*/
	.h1_wrap {
		position: absolute;
		top: 0;
		font-size: 12px;
	}
	.section .inner {
		padding: 20px 40px 110px;
	}
}




/*================================
ここからTABLET縦・SP適用（896px以下）
================================*/
@media(max-width: 896px) {
	/*---------------------------
	h1 + p
	---------------------------*/
	.h1_wrap {
		font-size: 12px;
	}
	.access_main_cont {
		width: 100%;
	}
	/*リストflexの打消し*/
	.fl01 {
		display: block;
	}
	.fl01 .ul_mark01:not(:last-of-type),
	.fl01 .ul_check:not(:last-of-type) {
		margin-bottom: 10px;
	}
	/*マイオブレース治療のメリット*/
	.fl03 {
		display: block;
	}
	.fl03 .picPart02,
	.fl03 .txtPart02 {
		width: 100%;
	}
	/*tableを横スクロール*/
	.scroll_box {
		overflow-x: scroll;
	}
	.scroll_box table {
		min-width: 1000px;
	}
}




/*================================
ここからSP適用（480px以下）
================================*/
@media(max-width: 480px) {
	/*flexの打消し*/
	.fl_btw_str,
	.fl_btw_cen,
	.fl_cen_str {
		display: block;
	}
	.picPart,
	.picPart02,
	.picPart03,
	.picPart04,
	.picPart05,
	.row-rev_nowrap .picPart,
	.row-rev_nowrap .picPart02,
	.row-rev_nowrap .picPart03,
	.row-rev_nowrap .picPart04,
	.row-rev_nowrap .picPart05 {
		width: 100%;
		text-align: center;
	}
	.txtPart,
	.txtPart02,
	.txtPart03,
	.txtPart04,
	.txtPart05 {
		width: 100%;
	}
	/*ページ内リンク*/
	.page_link {
		display: block;
	}
	.page_link li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page_link li a {
		padding: 10px 20px;
		width: 100%;
		font-size: 2rem;
	}
	/*---------------------------
	こんなお悩みありませんか？
	---------------------------*/
	.fl02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.fl02 > li.frame {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: calc(100%/2 - 20px);
		flex-basis: calc(100%/2 - 20px);
	}
	/*---------------------------
	矯正歯科治療の流れ
	---------------------------*/
	.ul_arrow02 {
		display: block;
	}
	.ul_arrow02 li {
		width: 100%;
		height: auto;
		padding: 30px 10px 20px;
		font-size: 1.8rem;
	}
	.ul_arrow02 li:not(:first-child) {
		border-top: none;
		border-left: 1px solid #662e16;
	}
	.ul_arrow02 li::after {
		top: -1px;
		left: 0;
		width: 100%;
		height: 20px;
	}
	.ul_arrow02 li:nth-child(2)::after {
		background: url(img/ul_arrow07_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:nth-child(3)::after {
		background: url(img/ul_arrow06_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:nth-child(4)::after {
		background: url(img/ul_arrow01_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:nth-child(5)::after {
		background: url(img/ul_arrow02_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:nth-child(6)::after {
		background: url(img/ul_arrow03_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:nth-child(7)::after {
		background: url(img/ul_arrow04_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow02 li:last-child::before {
		top: auto;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background: url(img/ul_arrow05_sp.png)bottom center/300px auto no-repeat;
	}
	/*---------------------------
	マイオブレースの一般的な治療ステップ
	---------------------------*/
	.ul_arrow {
		display: block;
	}
	.ul_arrow li {
		width: 100%;
	}
	.ul_arrow li:not(:first-child) {
		border-top: none;
		border-left: 1px solid #662e16;
	}
	.ul_arrow li::after {
		top: -1px;
		left: 0;
		width: 100%;
		height: 20px;
	}
	.ul_arrow li:nth-child(2)::after {
		background: url(img/ul_arrow01_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow li:nth-child(3)::after {
		background: url(img/ul_arrow02_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow li:nth-child(4)::after {
		background: url(img/ul_arrow03_sp.png)bottom center/300px auto no-repeat;
	}
	.ul_arrow li:nth-child(4)::before {
		top: auto;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background: url(img/ul_arrow04_sp.png)bottom center/300px auto no-repeat;
	}
	/*---------------------------
	ボタン
	---------------------------*/
	.btn {
		padding: 10px 70px 10px 10px;
	}
}




