

body {
	font-family: "Shippori Mincho", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#222;
	font-size:18px;
	line-height: 2.1;
	letter-spacing:0.03em;
	font-weight: 400;
  	font-style: normal;
	text-align:justify;
}
a {
	color: #05687f;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color: #d3af4a;
}

::selection{background-color:#d3af4a;}
::-moz-selection{background-color:#d3af4a;}

body , header , footer{
	min-width: 1300px;
	max-width: 1920px;
	margin: auto;
}
@media screen and (max-width:640px) { 
	body {
		font-size: 16px;
		letter-spacing:0.01em;
	}
	body,header,footer{min-width: 400px;}
}




/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
    from { opacity: 0; transform: translate3d(0, 10%, 0);}
    to { opacity: 1; transform: none;}
}



#loftloader-wrapper {
	min-width: 400px !important;
}
#loftloader-wrapper .loader-section.section-fade {
	min-width: 400px !important;
}




/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*
#mainvisual {
	position: relative;
	width: 100%;
	max-width:1600px;
	height:250px;
	margin:auto;
	background: url(images/MV.jpg) center top no-repeat;
  	background-size: cover;
  	z-index: 0;
  	overflow: hidden;
}
#mainvisual h2 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 20px 60px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #008239;
}



/*==================================================================

	main

==================================================================*
main {
	margin-top: 10px;
	background: #f7f4f0;
}
main #wrapper {
	width: 1200px;
	margin: auto;
	padding: 60px 0 80px;
}





/*==================================================================

	 共通　＊　タイトル

==================================================================*/
h2 { /*TOP各Sectionのタイトル*/
	margin-bottom: 60px;
	font-size: 39px;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
	color: #333;
	letter-spacing: 1px;
}
h2 em {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #d3af4a;
	font-weight: 400;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
}
h2 span {
	display: block;
	font-size: 26px;
}
@media screen and (max-width:640px) { 
	h2 { /*TOP各Sectionのタイトル*/
		margin-bottom: 40px;
		font-size: 24px;
		letter-spacing: 0;
	}
	h2 em {
		margin-top: 15px;
		font-size: 12px;
	}
	h2 span {
		font-size: 17px;
	}
}




/*==================================================================

	共通　＊　text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}
.text p b {
	font-weight: 500;
	color: #05687f;
	text-decoration-line: underline;
	text-decoration-color: #d3af4a;
	text-underline-offset: 8px;
}





/*==================================================================

	TOPページ　＊　MV

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 800px;
	background: url("images/mv.jpg") no-repeat center;
	background-size: cover;
}
#mv_tel-access {
	position: absolute;
	top: 25px;
	right: 5%;
	display: flex;
	align-items: center;
}
#mv_access {
	background: rgba(3,69,84,.8);
	color: #FFF;
	padding: 10px 25px;
	margin-left: 15px;
}
#mv_catch {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	width: 191px; height: 466px;
}
#mv_point {
	position: absolute;
	bottom: 55px;
	left: 5%;
}
@media screen and (max-width:640px) { 
	#top_mainvisual {
		height: 700px;
		background: url("images/mv_sp.jpg") no-repeat center;
		background-size: cover;
	}
	#mv_tel-access {
		top: 14px;
		right: 60px;
		position: fixed;
		z-index: 99;
	}
	#mv_tel {display: none;}
	#mv_access {
		margin-top: 2px;
		padding: 5px 10px;
		margin-left: 0;
		font-size: 10px;
	}
	#mv_catch {
		top: 75px; bottom: auto; 
		width: 140px; height: auto;
	}
	#mv_point {
		bottom: 30px;
		left: 3%;
		width: 90%;
		max-width: 400px;
	}
}





/*==================================================================

	TOPページ　＊　Section01　＊　大腸カメラは初めての検査が最も重要で〜

==================================================================*/
#section01 {
	margin-top: 120px;
	background: url("images/sec01_bg.jpg") no-repeat center top;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#section01 img {
	width: 40%;
	max-width: 722px;
	padding: 120px 0 130px;
}
@media screen and (max-width:1800px) { #section01 img { padding: 100px 0 110px;}}
@media screen and (max-width:1500px) { #section01 img { padding: 80px 0 90px;}}

@media screen and (max-width:640px) { 
	#section01 {
		margin-top: 0;
		background: url("images/sec01_bg.jpg") no-repeat right -100px top;
		background-size: auto 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#section01 img {
		width: 70%;
		padding: 70px 0 70px 10px;
	}
}




/*==================================================================

	TOPページ　＊　Section02　＊　大腸がんの早期発見・早期治療には〜

==================================================================*/
#section02 {
	padding: 120px 0 140px;
	background: url("images/bg01.png") center;
}
#section02 .inner {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
}
#section02 .inner img {
	position: relative;
	margin-right: 50px;
	width: 44%;
}
#section02 .inner .text {
	max-width: 620px;
    width: 50%;
    margin-left: calc((100% - 1280px) / 2);
}
@media screen and (max-width:640px) { 
	#section02 {
		padding: 60px 0 80px;
		background: url("images/bg01.png") center;
		background-size: 100% auto;
	}
	#section02 .inner {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#section02 .inner img {
		width: 100%;
		margin: 0;
	}
	#section02 .inner .text {
		width: 100%;
		margin: 30px 0 0;
	}
}





/*==================================================================

	TOPページ　＊　CTA

==================================================================*/
.CTA {
	background: url("images/cta_bg.jpg") center;
	background-size: cover;
	padding-top: 90px;
}
@media screen and (max-width:640px) { 
	.CTA {padding-top: 60px;}
}



.CTA h2 {
	color: #FFF;
	font-weight: 400;
}
.CTA span {
	margin-top: 5px;
}
.CTA em {
	margin-bottom: 15px;
}
.CTA em img {
	position: relative;
	margin: 0 19px;
	top: -2px;
}
@media screen and (max-width:640px) { 
	.CTA em {display: none;}
}



.CTA ul {
	width: 90%;
	max-width: 1280px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.CTA ul li {
	width: 31.2%;
	padding: 35px 0;
	background: rgba(48,37,24,.6);
	border: 1px solid #87725a;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}
.CTA ul li dt {
	margin-top: 10px;
	font-size: 26px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.CTA ul li dd {
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
@media screen and (max-width:640px) { 
	.CTA ul {display: block;}
	.CTA ul li a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.CTA ul li {
		width: 100%;
		padding: 15px 0;
		margin-bottom: 10px;
	}
	.CTA ul li a {
		color: #FFF;
	}
	.CTA ul li img {
		width: 20%;
		max-width: 92px;
	}
	.CTA ul li dl {
		width: 60%;
	}
	.CTA ul li dt {
		margin-top: 0px;
		font-size: 22px;
	}
	.CTA ul li dd {
		font-size: 15px;
		letter-spacing: 1px;
		margin-bottom: 0;
	}
	.CTA ul li a::after {
		position: absolute;
		content: "";
		right: 20px;
		color: #d3af4a;
		line-height: 1;
		width: 10px;
		height: 10px;
		border: 0.2em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateX(-25%) rotate(45deg);
	}
}



.CTA .cta_btn a {
	position: relative;
	padding: 8px 60px;
	background: #302518;
	border: 1px solid #87725a;
	color: #e0be96;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
	transition: 0.3s ease-out;
}
.CTA .cta_btn a::after {
	position: absolute;
	content: "";
	background: url("images/icon02.png") no-repeat;
	background-size: 5px 8px;
	width: 5px; height: 8px;
	top: 15px; right: 20px;
	transition: 0.3s ease-out;
}
.CTA .cta_btn a:hover {
	background: #111;
	color: #87725a;
	transition: 0.3s ease-out;
}
.CTA .cta_btn a:hover::after {
	right: 15px;
}
.CTA .cta_btn a img {
	position: relative;
	top: -12px;
}
@media screen and (max-width:640px) { 
	.CTA .cta_btn a {display: none;	}
}



.CTA figure {
	margin-top: 100px;
	padding: 30px 0;
	background: rgba(48,37,24,.8);
	text-align: center;
}
@media screen and (max-width:640px) { 
	.CTA figure {
		margin-top: 40px;
		padding: 30px 0;
		text-align: center;
	}
	.CTA figure img {
		width: 70%;
		max-width: 470px;
	}
}




/*==================================================================

	TOPページ　＊　Section03　＊　このような症状やお悩みはありませんか？

==================================================================*/
#section03 {
	padding: 120px 0 100px;
	background: url("images/sec03_bg.jpg") center;
	background-size: cover;
}
#section03 h2 span {
	margin-top: 10px;
}
#section03 ul {
	width: 90%;
	max-width: 950px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section03 ul li {
	margin-bottom: 30px;
}
@media screen and (max-width:640px) { 
	#section03 {
		padding: 70px 0 80px;
	}
	#section03 ul {
		width: 80%;
	}
	#section03 ul li {
		width: 45%;
		margin-bottom: 20px;
	}
}





/*==================================================================

	TOPページ　＊　Section04　＊　当院の大腸カメラ検査への取り組み

==================================================================*/
#section04 {
	padding: 120px 0 80px;
	background: url("images/bg02.png") center;
}
#section04 ul {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section04 ul li {
	width: 22%;
	margin-bottom: 70px;
}
#section04 ul li figure img {
	width: 100%;
	height: auto;
}
#section04 ul li dt {
	margin-top: 15px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0px;
}
#section04 ul li dd {
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 0px;
}

@media screen and (max-width:640px) { 
	#section04 {
		padding: 80px 0 70px;
		background: url("images/bg02.png") center;
		background-size: 100% auto;
	}
	#section04 h2 span { margin-bottom: 10px;}
	#section04 ul li {
		width: 47%;
		margin-bottom: 40px;
	}
	#section04 ul li dt {
		font-size: 20px;
	}
	#section04 ul li dd {
		font-size: 15px;
	}
}






/*==================================================================

	TOPページ　＊　Section05　＊　当院の大腸カメラ検査の特徴

==================================================================*/
#section05 {
	padding: 0 0 140px;
	background: url("images/bg02.png") center;
}
@media screen and (max-width:640px) { 
	#section05 {
		padding: 0 0 70px;
		background: url("images/bg02.png") center;
		background-size: 100% auto;
	}
}

/*-------------------- 最初の大きいul --------------------*/
#section05 ul:first-of-type li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
#section05 ul:first-of-type li:nth-of-type(odd) { /*奇数*/
	flex-flow: row-reverse;
}
#section05 ul:first-of-type li img {
	margin-left: 5%;
	width: 42%;
}
#section05 ul:first-of-type li:nth-of-type(odd) img { /*奇数*/
	margin-left: 0;
	margin-right: 5%;
}
#section05 ul:first-of-type li dl {
	max-width: 620px;
    width: 50%;
    margin-right: calc((100% - 1280px) / 2);
}
#section05 ul:first-of-type li:nth-of-type(odd) dl {
    margin-right: 0;
    margin-left: calc((100% - 1280px) / 2);
}
#section05 ul dt { /*タイトル＊共通*/
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
}
#section05 ul dt em { /*英語＊共通*/
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
	color: #d3af4a;
}
#section05 ul:first-of-type dt img {
	display: block;
	width: 100%;
	margin: 0;
}
#section05 ul:first-of-type dd {
	margin-top: 15px;
	letter-spacing: 0;
}
@media screen and (max-width:640px) { 
	#section05 ul:first-of-type {
		width: 90%;
		margin: 0 auto 50px;
	}
	#section05 ul:first-of-type li {
		display: block;
		margin-bottom: 50px;
	}
	#section05 ul:first-of-type li img {
		margin: 0 0 10px !important;
		width: 100%;
	}
	#section05 ul:first-of-type li dl {
		width: 100%;
		margin: 0;
	}
	#section05 ul:first-of-type li:nth-of-type(odd) dl {
		margin: 0;
	}
	#section05 ul dt { /*タイトル＊共通*/
		font-size: 21px;
	}
	#section05 ul dt em { /*英語＊共通*/
		font-size: 12px;
	}
	#section05 ul:first-of-type dd {
		margin-top: 10px;
	}
}


/*-------------------- 最後の横並びul --------------------*/
#section05 ul:last-of-type {
	width: 90%;
	max-width: 1280px;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section05 ul:last-of-type li {
	width: 48%;
	margin-bottom: 40px;
}
#section05 ul:last-of-type li img {
	width: 100%;
}
#section05 ul:last-of-type dt {
	font-size: 24px;
}
#section05 ul:last-of-type dt img {
	margin-top: 20px;
}
@media screen and (max-width:640px) { 
	#section05 ul:last-of-type {
		margin: 0px auto 0;
		display: block;
	}
	#section05 ul:last-of-type li {
		width: 100%;
		margin-bottom: 50px;
	}
	#section05 ul:last-of-type li img {
		margin: 0 0 10px !important;
	}
	#section05 ul:last-of-type dt {
		font-size: 18px;
		line-height: 1.7;
	}
	#section05 ul:last-of-type dt img {
		margin-top: 20px;
	}
}







/*==================================================================

	TOPページ　＊　Section06　＊　大腸カメラ検査の費用

==================================================================*/
#section06 {
	padding: 120px 0 20px;
	background: #f3f1ed;
}
#section06 table {
	width: 90%;
	max-width: 1160px;
	margin: auto;
	font-size: 24px;
	font-weight: 500;
}
#section06 table th {
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	border: 1px solid #f3f1ed;
}
#section06 table td {
	text-align: center;
	border: 1px solid #f3f1ed;
}

#section06 table thead th:nth-of-type(2) { background: #d3af4a;}
#section06 table thead th:nth-of-type(3) { background: #05687f;}

#section06 table tbody th { background: #6a6056;}
#section06 table tbody tr:nth-of-type(2) th { background: #584c3f;}
#section06 table tbody td { background: #fff;}
#section06 table tbody tr:nth-of-type(2) td { background: #f6f6f6;}

#section06 p {
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width:640px) { 
	#section06 {
		padding: 60px 0 20px;
	}
	#section06 table {
		font-size: 16px;
	}
	#section06 p {
		font-size: 14px;
	}
}




/*==================================================================

	TOPページ　＊　Section07　＊　クレジットカード・電子マネー・交通系ICなどの〜

==================================================================*/
#section07 {
	padding-top: 50px;
	padding-bottom: 140px;
	background: #f3f1ed;
}
#section07 h2 {
	font-size: 30px;
	color: #05687f;
	margin-bottom: 40px;
}
#section07 h2 em {
	margin-bottom: 15px;
}
#section07 h2 em img {
	position: relative;
	margin: 0 19px;
	top: -2px;
}
#section07 p {
	max-width: 1160px;
	width: 90%;
	margin: auto;
	background: #FFF;
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width:640px) { 
	#section07 {
		padding-bottom: 80px;
	}
	#section07 h2 {
		font-size: 19px;
		margin-bottom: 40px;
	}
	#section07 h2 em img {
		margin: 0 15px;
		top: 1px;
	}
	#section07 p {
		padding: 30px 0;
	}
	#section07 p img {
		width: 85%;
	}
}







/*==================================================================

	TOPページ　＊　Section08　＊　大腸カメラ検査の流れ

==================================================================*/
#section08 {
	padding: 120px 0 140px;
	background: url("images/bg03.png") center;
}
@media screen and (max-width:640px) { 
	#section08 {
		padding: 70px 0 80px;
		background: url("images/bg03.png") center;
		background-size: 100% auto;
	}
}


#section08 #sec08_attention {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	background: #05687f;
	color: #FFF;
	text-align: center;
	padding: 30px 0;
	font-size: 20px;
	margin-bottom: 50px;
}
#section08 #sec08_attention b { color: #ffd151; font-weight: 400;}

#section08 ul {
	width: 90%;
	max-width: 1280px;
	margin: auto;
}
#section08 ul li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#section08 ul li img {
	max-width: 610px;
	width: 50%;
}

#section08 ul li dl {
	width: 48%;
}
#section08 ul li dl dt {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
	line-height: 1.3;
	margin-bottom: 20px;
}
#section08 ul li dl dt img {
	max-width: auto;
	width: 75px;
	margin-right: 30px;
}
#section08 ul li:last-of-type dl dd p:last-of-type {
	font-size: 16px;
}
@media screen and (max-width:640px) { 
	#section08 #sec08_attention {
		box-sizing: border-box;
		text-align: left;
		padding: 20px 25px;
		font-size: 16px;
		margin-bottom: 50px;
	}
	#section08 ul li {
		display: block;
		margin-bottom: 50px;
	}
	#section08 ul li img {
		max-width: 610px;
		width: 100%;
	}

	#section08 ul li dl {
		width: 100%;
	}
	#section08 ul li dl dt {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#section08 ul li dl dt img {
		width: 60px;
		margin-right: 20px;
	}
	#section08 ul li:last-of-type dl dd p:last-of-type {
		font-size: 15px;
	}
}



/*-------------------- 03だけデザイン変更 --------------------*/
#section08 ul li:nth-of-type(3) {
	display: block;
}
#section08 ul li:nth-of-type(3) dl {
	width: 100%;
}
#section08 ul li:nth-of-type(3) dd {
	display: flex;
}
#section08 ul li:nth-of-type(3) dd div {
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
	margin-top: 20px;
}
#section08 ul li:nth-of-type(3) dd div p {
	font-size: 24px;
	font-weight: 500;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
}
#section08 ul li:nth-of-type(3) dd div:first-of-type p { background: #d3af4a;}
#section08 ul li:nth-of-type(3) dd div:last-of-type p  { background: #05687f;}
#section08 ul li:nth-of-type(3) dd div span {
	display: block;
	background: #eeeeee;
	padding: 30px 40px;
	height: 220px;
	box-sizing: border-box;
}
#section08 ul li:nth-of-type(3) dd:last-of-type {
	display: block;
	text-align: right;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 50px;
}
@media screen and (max-width:640px) { 
	#section08 ul li:nth-of-type(3) dd {
		display: block;
	}
	#section08 ul li:nth-of-type(3) dd div {
		width: 100%;
		border-right: none;
	}
	#section08 ul li:nth-of-type(3) dd div p {
		font-size: 20px;
		padding: 7px 0;
	}
	#section08 ul li:nth-of-type(3) dd div span {
		padding: 20px 20px;
		height: auto;
	}
	#section08 ul li:nth-of-type(3) dd:last-of-type {
		text-align: left;
		font-size: 14px;
	}
}




/*==================================================================

	TOPページ　＊　Section09　＊　イメージ写真

==================================================================*/
#section09 {
	width: 100%;
	height: 500px;
	background: url("images/sec09_img01.jpg") center;
	background-size: cover;
}
@media screen and (max-width:640px) { 
	#section09 {
		height: 300px;
	}
}





/*==================================================================

	TOPページ　＊　Section10　＊　院長挨拶

==================================================================*/
#section10 {
	padding: 120px 0 120px;
	background: url("images/bg01.png") center;
}
#section10 .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
#section10 .inner img {
	max-width: 580px;
	width: 45%;
}
#section10 .inner dl {
	width: 48%;
}
#section10 .inner dl dt {
	font-size: 30px;
	color: #05687f;
	font-weight: 500;
	margin-bottom: 20px;
}
#section10 .inner dl dd {
	letter-spacing: 0;
}
#section10 .inner dl dd p:last-of-type {
	color: #05687f;
	text-align: right;
	font-weight: 500;
}
@media screen and (max-width:640px) { 
	#section10 {
		padding: 70px 0 0px;
		background: url("images/bg01.png") center;
		background-size: 100% auto;
	}
	#section10 .inner {
		display: block;
		text-align: center;
	}
	#section10 .inner img {
		width: 80%;
	}
	#section10 .inner dl {
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}
	#section10 .inner dl dt {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#section10 .inner dl dd p:last-of-type {
		text-align: left;
	}
}





/*==================================================================

	TOPページ　＊　Section11　＊　院内写真スライダー

==================================================================*/
#section11 {
	display: flex;
	align-items: center;
	height: 340px;
	overflow: hidden;
	background: url("images/bg01.png") center;
	padding-bottom: 160px;
}
ul.slideshow {
  	display: flex;
  	animation: loop-slide 60s infinite linear 1s both;
}
ul.slideshow li {
	margin: 0 20px;
}
ul.slideshow li:nth-of-type(even) {
	margin-top: 80px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:640px) { 
	#section11 {
		background: url("images/bg01.png") center;
		background-size: 100% auto;
		padding-bottom: 20px;
	}
	ul.slideshow li {
		margin: 0 5px;
	}
	ul.slideshow li:nth-of-type(even) {
		margin-top: 30px;
	}
	ul.slideshow li img {
		max-width: 300px;
	}
}





/*==================================================================

	TOPページ　＊　Section12　＊　大腸カメラ検査についてよくある質問

==================================================================*/
#section12 {
	padding: 120px 0 100px;
	background: #f3f1ed;
}
#section12 dl {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 30px;
}
#section12 dl dt {
	position: relative;
	background: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	padding: 15px 40px 15px 80px;
	border-bottom: 2px solid #f3f1ed;
}
#section12 dl dt::before {
	position: absolute;
	top: 0;
	left: 30px;
	content: "Q";
	font-size: 40px;
	color: #05687f;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
}
#section12 dl dd {
	position: relative;
	background: #FFF;
	line-height: 1.8;
	padding: 20px 40px 25px 80px;
}
#section12 dl dd::before {
	position: absolute;
	top: 2px;
	left: 30px;
	content: "A";
	font-size: 40px;
	color: #d3af4a;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
}
@media screen and (max-width:640px) { 
	#section12 {
		padding: 70px 0 60px;
	}
	#section12 dl {
		margin: 0 auto 20px;
	}
	#section12 dl dt {
		font-size: 18px;
		padding: 15px 30px 15px 60px;
	}
	#section12 dl dt::before {
		top: 5px;
		left: 20px;
		content: "Q";
		font-size: 30px;
	}
	#section12 dl dd {
		padding: 20px 30px 25px 60px;
	}
	#section12 dl dd::before {
		top: 7px;
		left: 20px;
		content: "A";
		font-size: 30px;
	}
}
















