@charset "utf-8";


/*================================
ページタイトル
===============================*/
.page-title .word {
	background-image: url(img/page_ttl_icon.png);
}


/*max-width*/
/*------------------------------*/
.wid600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.wid700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.wid800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*雲*/
/*------------------------------*/
.frame_kumo {
	position: relative;
	z-index: 1;
}
.frame_kumo::before {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(img/kumo01.png)center/contain no-repeat;
	width: 207px;
	height: 104px;
	top: -40px;
	left: -30px;
}
.frame_kumo::after {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(img/kumo02.png)center/contain no-repeat;
	width: 190px;
	height: 98px;
	right: -30px;
	bottom: -44px;
}
/*タイトルに雲*/
.u-frame01_title.-kumo {
	position: relative;
	z-index: 1;
}
.u-frame01_title.-kumo::before {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(img/kumo01.png)center/contain no-repeat;
	width: 207px;
	height: 104px;
	top: -60px;
	left: -30px;
}
/*frameに雲*/
.u-frame01.-kumo {
	position: relative;
	z-index: 1;
}
.u-frame01.-kumo::after {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(img/kumo02.png)center/contain no-repeat;
	width: 190px;
	height: 98px;
	right: -30px;
	bottom: -44px;
}

/*u-title*/
/*------------------------------*/
/*u-title01*/
.u-title01 {
	margin-bottom: 20px;
	padding: 0 20px;
	background: #daebff;
	border-radius: 6px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.4rem;
	text-align: center;
	color: #4994e8;
}
.u-title01 .big {
	font-size: 2.8rem;
	color: #006ee8;
}
.u-title01 .small {
	font-size: 1.8rem;
}
.u-title01.-color02 {
	background: #ffeecf;
	color: #e47009;
}
.u-title01.-color02 .big {
	color: #e04a00;
}
.u-title01.-color03 {
	background: #fee7f3;
	color: #ce629c;
}
.u-title01.-color03 .big {
	color: #e10f80;
}
.u-title01.-color04 {
	background: #fff9d9;
	color: #daa401;
}
.u-title01.-color04 .big {
	color: #da8101;
}
/*u-title02*/
.u-title02 {
	margin-bottom: 20px;
	padding: 0 20px;
	background: #fff;
	border: 2px solid #94c6fe;
	border-radius: 6px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.4rem;
	text-align: center;
	color: #4994e8;
}
.u-title02.-color02 {
	border: 2px solid #e47009;
	color: #e47009;
}
.u-title02.-color03 {
	border: 2px solid #f490c6;
	color: #f490c6;
}
.u-title02.-color04 {
	border: 2px solid #daa401;
	color: #daa401;
}
.u-title02.-color05 {
	border: 2px solid #78b100;
	color: #78b100;
}
/*u-item_title01*/
.u-item_title01 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	color: #4994e8;
}
.u-item_title01.-color02 {
	color: #e47009;
}
.u-item_title01.-color03 {
	color: #daa401;
}
/*u-item_title02*/
.u-item_title02 {
	margin-bottom: 10px;
	padding: 2px 5px;
	background: #ffa555;
	border-radius: 4px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}

/*u-frame*/
/*------------------------------*/
/*u-frame01*/
.u-frame01 {
	padding: 30px 30px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
/*u-frame02*/
.u-frame02 {
	padding: 30px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2.38%, #e7e7e7), color-stop(2.38%, transparent), color-stop(50%, transparent), color-stop(50%, #e7e7e7), color-stop(52.38%, #e7e7e7), color-stop(52.38%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(48%, #fff), color-stop(48%, #e7e7e7), color-stop(50%, #e7e7e7), color-stop(50%, #fff), color-stop(98%, #fff), color-stop(98%, #e7e7e7), to(#e7e7e7));
	background-image: linear-gradient(0deg, #e7e7e7 2.38%, transparent 2.38%, transparent 50%, #e7e7e7 50%, #e7e7e7 52.38%, transparent 52.38%, transparent 100%), linear-gradient(90deg, #fff 48%, #e7e7e7 48%, #e7e7e7 50%, #fff 50%, #fff 98%, #e7e7e7 98%, #e7e7e7 100%);
	background-size: 50.00px 50.00px;
	border: 4px solid #8dcc0a;
	border-radius: 0 0 20px 20px;
}
.u-frame02.-color02 {
	border: 4px solid #66abf9;
}
.u-frame02.-color03 {
	border: 4px solid #efb851;
}
.u-frame02.-color04 {
	border: 4px solid #f490c6;
}
/*u-frame01_title*/
.u-frame01_title {
	padding: 8px 30px;
	background: #8dcc0a;
	border-radius: 20px 20px 0 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.u-frame01_title .big {
	font-size: 3.4rem;
	font-weight: 700;
}
.u-frame01_title.-color02 {
	background: #66abf9;
}
.u-frame01_title.-color03 {
	background: #efb851;
}
.u-frame01_title.-color04 {
	background: #f490c6;
}
.u-frame01_title.-color05 {
	background: #e47009;
}
/*u-frame01_title02*/
.u-frame01_title02 {
	margin-bottom: 10px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.4rem;
	text-align: center;
	color: #4dae05;
}
.u-frame01_title02 .small {
	font-size: 2rem;
}
.u-frame01_title02.-color02 {
	color: #66abf9;
}
.u-frame01_title02.-color03 {
	color: #e47009;
}
.u-frame01_title02.-color04 {
	color: #ce629c;
}
/*u-frame02_title*/
.u-frame02_title {
	padding: 8px 30px;
	background: #8dcc0a;
	border-radius: 20px 20px 0 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.u-frame02_title.-color02 {
	background: #66abf9;
}
.u-frame02_title.-color03 {
	background: #f490c6;
}
/*u-frame02_title02*/
.u-frame02_title02 {
	margin-bottom: 40px;
	padding: 8px 30px;
	background: #b0dd51;
	border: 3px solid #b0dd51;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.u-frame02_title02 .big {
	font-size: 3.4rem;
	font-weight: 700;
}
.u-frame02_title02.-color02 {
	background: #94c6fe;
	border: 3px solid #94c6fe;
}
.u-frame02_title02.-color03 {
	background: #fcb2da;
	border: 3px solid #fcb2da;
}
.u-frame02_title02.-color04 {
	background: #e47009;
	border: 3px solid #e47009;
}
.u-frame02_title02.-color05 {
	background: #efb851;
	border: 3px solid #efb851;
}
/*u-frame03*/
.u-frame03 {
	padding: 30px;
	background: #f9feef;
}
/*u-frame04*/
.u-frame04 {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding: 30px 30px 70px;
	background: url(img/deco_ill_test01.png)left 30px top 10px no-repeat, url(img/deco_ill_test02.png)left 60px bottom 10px no-repeat, url(img/deco_ill_test04.png)right 70px bottom 10px no-repeat, url(img/deco_ill_test03.png)right 10px bottom 80px no-repeat #fff9d9;
	border-radius: 10px;
	text-align: center;
}

/*u-flex*/
/*------------------------------*/
.u-flex01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 40px;
}
.u-flex01_icon {
	width: 100px;
}
.u-flex01_text {
	width: calc(100% - 140px);
}

/*矢印*/
/*------------------------------*/
/*u-arrow01*/
.u-arrow01 {
	position: relative;
	z-index: 1;
}
.u-arrow01::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	-webkit-transform: translate(calc(100% + 10px),-50%);
	transform: translate(calc(100% + 10px),-50%);
	border-left: 20px solid #b0dd51;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

/*年齢別の予防メニュー*/
/*------------------------------*/
.age_menu {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}
.age_menu_item {
	position: relative;
	z-index: 1;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: calc(100%/3 - 40px/3);
}
.age_menu_item:hover {
	top: -4px;
	opacity: 0.8;
}
.age_menu_link {
	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;
	height: 120px;
	padding: 20px 10px;
	background: #fbf9f6;
	border: 4px solid #8dcc0a;
}
.age_menu_link.-color02 {
	border: 4px solid #66abf9;
}
.age_menu_link.-color03 {
	border: 4px solid #f490c6;
}
.age_menu_link.-color04 {
	border: 4px solid #e47009;
}
.age_menu_link.-color05 {
	border: 4px solid #efb851;
}
.age_menu_num {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 50%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.4rem;
	text-align: center;
	line-height: 38px;
	color: #8dcc0a;
}
.age_menu_link.-color02 .age_menu_num {
	color: #66abf9;
}
.age_menu_link.-color03 .age_menu_num {
	color: #f490c6;
}
.age_menu_link.-color04 .age_menu_num {
	color: #e47009;
}
.age_menu_link.-color05 .age_menu_num {
	color: #efb851;
}
.age_menu_text {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	color: #563b31;
}

/**/
/*------------------------------*/
.right_pic {
	float: right;
	margin-left: 40px;
}
.left_pic {
	float: left;
	margin-right: 40px;
}

/**/
/*------------------------------*/
.kumo_title_wrap {
	position: relative;
	z-index: 1;
}
.kumo_title {
	position: absolute;
	top: -20px;
	left: -20px;
}

/*歯周病と早産の仕組み*/
/*------------------------------*/
.structure_flow {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 0 40px;
}
.structure_flow_item {
	/*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;
	/*others*/
	width: 180px;
	height: 180px;
}
.structure_flow_item.-circle {
	width: 160px;
	height: 160px;
	background: #fff;
	border: 2px solid #8dcc0a;
	border-radius: 50%;
}
.structure_flow_item.-polygon {
	background: url(img/structure_flow_bg.png)center/contain no-repeat;
}
.structure_flow_item.-result {
	height: 150px;
	background: #158f15;
	border: 4px solid #158f15;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.structure_flow_item.-arrow {
	position: relative;
	z-index: 1;
}
.structure_flow_item.-arrow::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translate(calc(-100% + 10px),-50%);
	transform: translate(calc(-100% - 10px),-50%);
	border-left: 20px solid #b0dd51;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.structure_flow_text {
	text-align: center;
	line-height: 1.4;
}
.structure_flow_text .big01 {
	color: #158f15;
}
.structure_flow_text .big02 {
	color: #e47009;
}

/**/
/*------------------------------*/
.u-dl_lists {}
.u-dl_lists dt {
	float: left;
}
.u-dl_lists dd {
	padding-left: 4.5em;
}

/**/
/*------------------------------*/




/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
	/*max-width*/
	/*------------------------------*/
	.tab_lg-wid600 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

}


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

	/*max-width*/
	/*------------------------------*/
	.tab-wid400 {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	/*雲*/
	/*------------------------------*/
	.frame_kumo::before {
		width: 160px;
		height: 80px;
	}
	.frame_kumo::after {
		width: 130px;
		height: 70px;
	}
	.u-frame01_title.-kumo::before {
		width: 160px;
		height: 80px;
	}
	.u-frame01.-kumo::after {
		width: 130px;
		height: 70px;
	}

	/*u-lead_title*/
	/*------------------------------*/
	.u-lead_title {}
	.u-lead_title .brackets {}
	.u-lead_title .brackets::before {}
	.u-lead_title .brackets .color01 {}

	/*u-title*/
	/*------------------------------*/
	/*u-title01*/
	.u-title01 {}
	.u-title01 .big {}
	.u-title01.-color02 {}
	.u-title01.-color02 .big {}
	.u-title01.-color03 {}
	.u-title01.-color03 .big {}
	.u-title01.-color04 {}
	.u-title01.-color04 .big {}
	/*u-title02*/
	.u-title02 {}
	.u-title02.-color02 {}
	.u-title02.-color03 {}
	.u-title02.-color04 {}
	/*u-item_title01*/
	.u-item_title01 {}
	.u-item_title01.-color02 {}
	.u-item_title01.-color03 {}

	/*u-frame*/
	/*------------------------------*/
	/*u-frame01*/
	.u-frame01 {}
	/*u-frame02*/
	.u-frame02 {}
	.u-frame02.-color02 {}
	.u-frame02.-color03 {}
	.u-frame02.-color04 {}
	.u-frame01_title {}
	.u-frame01_title .big {}
	.u-frame01_title.-color02 {}
	.u-frame01_title.-color03 {}
	.u-frame01_title.-color04 {}
	/*u-frame01_title02*/
	.u-frame01_title02 {}
	.u-frame01_title02 .small {}
	.u-frame01_title02.-color02 {}
	.u-frame01_title02.-color03 {}
	.u-frame01_title02.-color04 {}
	/*u-frame02_title*/
	.u-frame02_title {}
	.u-frame02_title.-color02 {}
	.u-frame02_title.-color03 {}
	/*u-frame02_title02*/
	.u-frame02_title02 {}
	.u-frame02_title02 .big {}
	.u-frame02_title02.-color02 {}
	.u-frame02_title02.-color03 {}
	/*u-frame03*/
	.u-frame03 {}
	/*u-frame04*/
	.u-frame04 {}

	/*u-speech*/
	/*------------------------------*/
	/*u-speech01*/
	.u-speech01 {}
	.u-speech01::before {}
	.u-speech01::after {}

	/*u-flex*/
	/*------------------------------*/
	.u-flex01 {}
	.u-flex01_icon {}
	.u-flex01_text {}

	/*矢印*/
	/*------------------------------*/
	/*u-arrow01*/
	.u-arrow01 {}
	.u-arrow01::before {
		top: auto;
		right: 50%;
		bottom: 0;
		-webkit-transform: translate(50%,calc(100% + 10px));
		transform: translate(50%,calc(100% + 10px));
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 10px solid #b0dd51;
		border-bottom: none;
	}

	/*年齢別の予防メニュー*/
	/*------------------------------*/
	.age_menu {}
	.age_menu_item {}
	.age_menu_link {}
	.age_menu_num {}
	.age_menu_text {}

	/**/
	/*------------------------------*/
	.right_pic {}
	.left_pic {}

	/**/
	/*------------------------------*/
	.kumo_title_wrap {}
	.kumo_title {}

	/*歯周病と早産の仕組み*/
	/*------------------------------*/
	.structure_flow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
	.structure_flow_item {
		width: 100%;
		height: auto;
	}
	.structure_flow_item.-circle {
		width: 100%;
		height: auto;
		padding: 10px;
		border-radius: 30px;
	}
	.structure_flow_item.-polygon {
		width: 100%;
		padding: 10px;
		height: auto;
		background: #fff;
		border: 2px solid #8dcc0a;
	}
	.structure_flow_item.-result {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.structure_flow_item.-arrow {}
	.structure_flow_item.-arrow::before {
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%,calc(-100% - 10px));
		transform: translate(-50%,calc(-100% - 10px));
		border-top: 20px solid #b0dd51;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: none;
	}
	.structure_flow_text {}
	.structure_flow_text .big01 {}
	.structure_flow_text .big02 {}


}


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

	/*scroll_img*/
	/*------------------------------*/
	.sp-scroll_img01 {
		min-width: 600px;
	}
	.sp-scroll_img02 {
		min-width: 400px;
	}
	
	/*雲*/
	/*------------------------------*/
	.frame_kumo::before {
		width: 100px;
		height: 54px;
	}
	.frame_kumo::after {
		width: 80px;
		height: 44px;
		bottom: -20px;
	}
	.u-frame01_title.-kumo::before {
		width: 100px;
		height: 54px;
		top: -40px;
	}
	.u-frame01.-kumo::after {
		width: 80px;
		height: 44px;
		bottom: -20px;
	}

	/*u-title*/
	/*------------------------------*/
	/*u-title01*/
	.u-title01 {
		font-size: 2.2rem;
	}
	.u-title01 .big {
		font-size: 2.4rem;
	}
	.u-title01.-color02 {}
	.u-title01.-color02 .big {}
	.u-title01.-color03 {}
	.u-title01.-color03 .big {}
	.u-title01.-color04 {}
	.u-title01.-color04 .big {}
	/*u-title02*/
	.u-title02 {
		font-size: 2rem;
	}
	.u-title02.-color02 {}
	.u-title02.-color03 {}
	.u-title02.-color04 {}
	/*u-item_title01*/
	.u-item_title01 {
		font-size: 2rem;
	}

	/*u-frame*/
	/*------------------------------*/
	/*u-frame01*/
	.u-frame01 {
		padding: 20px;
	}
	/*u-frame02*/
	.u-frame02 {
		padding: 20px;
	}
	.u-frame02.-color02 {}
	.u-frame02.-color03 {}
	.u-frame02.-color04 {}
	/*u-frame01_title*/
	.u-frame01_title {
		padding: 8px 20px;
	}
	.u-frame01_title .big {
		font-size: 2.8rem;
	}
	.u-frame01_title.-color02 {}
	.u-frame01_title.-color03 {}
	.u-frame01_title.-color04 {}
	/*u-frame01_title02*/
	.u-frame01_title02 {
		font-size: 2.25rem;
	}
	.u-frame01_title02 .small {
		font-size: 1.8rem;
	}
	.u-frame01_title02.-color02 {}
	.u-frame01_title02.-color03 {}
	.u-frame01_title02.-color04 {}
	/*u-frame02_title*/
	.u-frame02_title {
		font-size: 2.8rem;
	}
	.u-frame02_title.-color02 {}
	.u-frame02_title.-color03 {}
	/*u-frame02_title02*/
	.u-frame02_title02 {
		padding: 6px 10px;
		font-size: 2rem;
	}
	.u-frame02_title02 .big {
		font-size: 2.4rem;
	}
	/*u-frame03*/
	.u-frame03 {
		padding: 20px;
	}
	/*u-frame04*/
	.u-frame04 {
		padding: 80px 20px 120px;
		background: url(img/deco_ill_test01.png)left 30px top 10px no-repeat, url(img/deco_ill_test02.png)left 10px bottom 10px no-repeat, url(img/deco_ill_test04.png)right 70px bottom 10px no-repeat, url(img/deco_ill_test03.png)right 10px bottom 20px no-repeat #fff9d9;
	}

	/*u-speech*/
	/*------------------------------*/
	/*u-speech01*/
	.u-speech01 {}
	.u-speech01::before {}
	.u-speech01::after {}

	/*u-flex*/
	/*------------------------------*/
	.u-flex01 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.u-flex01_icon {
		width: 100%;
	}
	.u-flex01_text {
		width: 100%;
	}

	/*矢印*/
	/*------------------------------*/


	/*年齢別の予防メニュー*/
	/*------------------------------*/
	.age_menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
	.age_menu_item {
		width: 100%;
	}
	.age_menu_link {
		height: auto;
		padding: 20px 10px 10px;
	}
	.age_menu_num {}
	.age_menu_text {}

	/**/
	/*------------------------------*/
	.left_pic, .right_pic {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	/**/
	/*------------------------------*/
	.kumo_title_wrap {
		padding-top: 90px;
	}
	.kumo_title {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	/*歯周病と早産の仕組み*/
	/*------------------------------*/
	.structure_flow {}
	.structure_flow_item {}
	.structure_flow_item.-circle {}
	.structure_flow_item.-polygon {}
	.structure_flow_item.-result {}
	.structure_flow_item.-arrow {}
	.structure_flow_item.-arrow::before {}
	.structure_flow_text {}
	.structure_flow_text .big01 {}
	.structure_flow_text .big02 {}

	/**/
	/*------------------------------*/
	.u-dl_lists dt {
		float: none;
	}
	.u-dl_lists dd {
		padding-left: 0;
	}
	
	
}
















