@charset "utf-8";



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名
--
lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/


/*================================
ここから全サイズ適用
================================*/

/*================================
共通パーツ
================================*/

/*タイトル*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 1rem;
	padding: 0.4rem 1rem;
	background: #52b98c;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
.cont_heading03.u-type01 {
	background: #959595;
	color: #fff;
}

/*テキスト*/
/*-----------------------------*/
.u-arrow_text01 {
	padding-left: 1.2em;
	background: url(img/arrow_text01.png)left top 0.4em/0.9em auto no-repeat;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	color: var(--theme-color01);
}

/*frame*/
/*-----------------------------*/
.u-frame-01 {
	background: #baebe2;
	border: 1px solid var(--theme-color01);
}
.u-frame-02 {
	background: #dbdbdb;
	border: 1px solid #959595;
}

/*テーブル*/
/*-----------------------------*/
.u-tbl01 {}
.u-tbl01_th01 {
	padding: 6px 10px;
	background: var(--theme-color01);
	border: 1px solid var(--theme-color01);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
}
.u-tbl01_th02 {
	width: 30rem;
	padding: 6px 10px;
	background: var(--theme-color03);
	border: 1px solid var(--theme-color01);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
}
.u-tbl01_td {
	padding: 6px 10px;
	background: #fff;
	border: 1px solid var(--theme-color01);
	text-align: left;
	font-size: 1.8rem;
	line-height: 2;
	vertical-align: middle;
}

/*背景*/
/*-----------------------------*/
.u-bg01 {
	background: #baebe2;
}

/*-------------------------------
コンビネーション矯正
-------------------------------*/
.u-combi_group {
	text-align: center;
}
.u-combi_text01,
.u-combi_text02 {
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	color: var(--theme-color01);
}
.u-combi_text01 {}
.u-combi_text02 {
	padding-left: 1.2em;
	background: url(img/arrow_text01.png)left 0.2em top 0.5em/0.9em auto no-repeat;
}

/*-------------------------------
「矯正治療の必要性」歯並びが与える全身への影響
-------------------------------*/
.u-hex_group {
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 0;
}
.u-hex_item {
	width: 16rem;
	aspect-ratio: 16/13;
	margin: 0 -1.5rem;
	padding: 1rem;
	background: rgba(88, 166, 90, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--theme-color01);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.cont_heading03.u-type01 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-arrow_text01 {}

	/*frame*/
	/*-----------------------------*/
	.u-frame-01 {}
	.u-frame-02 {}

	/*テーブル*/
	/*-----------------------------*/
	.u-tbl01 {}
	.u-tbl01_th01 {}
	.u-tbl01_th02 {}
	.u-tbl01_td {}

	/*背景*/
	/*-----------------------------*/
	.u-bg01 {}

	/*-------------------------------
	コンビネーション矯正
	-------------------------------*/
	.u-combi_group {}
	.u-combi_text01,
	.u-combi_text02 {
		font-size: 2rem;
	}
	.u-combi_text01 {}
	.u-combi_text02 {}

	/*-------------------------------
	「矯正治療の必要性」歯並びが与える全身への影響
	-------------------------------*/
	.u-hex_group {
		max-width: 460px;
	}
	.u-hex_item {}
	
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.cont_heading03.u-type01 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-arrow_text01 {}

	/*frame*/
	/*-----------------------------*/
	.u-frame-01 {}
	.u-frame-02 {}

	/*テーブル*/
	/*-----------------------------*/
	.u-tbl01 {
		border-bottom: 1px solid var(--theme-color01);
	}
	.u-tbl01_th01 {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.u-tbl01_th02 {
		display: block;
		width: 100%;
	}
	.u-tbl01_td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}

	/*背景*/
	/*-----------------------------*/
	.u-bg01 {}

	/*-------------------------------
	コンビネーション矯正
	-------------------------------*/
	.u-combi_group {}
	.u-combi_text01,
	.u-combi_text02 {}
	.u-combi_text01 {}
	.u-combi_text02 {}

	/*-------------------------------
	「矯正治療の必要性」歯並びが与える全身への影響
	-------------------------------*/
	.u-hex_group {}
	.u-hex_item {}
	
	
}

















