html {
	overflow-x: hidden;
}

.container_780-1200 {
	width: 100%;
	min-width: 780px;
	max-width: 1200px;
	margin: 0 auto;
}

.inner {
	width: 780px;
	margin: 0 auto;
}

.adjuster {
	position: relative !important;
	visibility: hidden !important;
}

.txt_pink {
	color: #b16469;
}

/* Animation START */
.animated {
	opacity: 0;
}

.InUp {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: InUp;
	animation-name: InUp;
	visibility: visible !important;
}

@-webkit-keyframes InUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes InUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.InUpLarge {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: InUpLarge;
	animation-name: InUpLarge;
	visibility: visible !important;
}

@-webkit-keyframes InUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(90px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes InUpLarge {
	0% {
		opacity: 0;
		-webkit-transform: translateY(90px);
		-ms-transform: translateY(90px);
		transform: translateY(90px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeIn {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
	animation-delay: 0.3s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeInLate {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInLate;
	animation-name: fadeInLate;
	visibility: visible !important;
	animation-delay: 0.8s;
}

@-webkit-keyframes fadeInLate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInLate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeInLatest {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fadeInLate;
	animation-name: fadeInLate;
	visibility: visible !important;
	animation-delay: 1.3s;
}

@-webkit-keyframes fadeInLatest {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInLatest {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Animation END */

/* General Settings START */
#main_visual {
	position: relative;
}

#main_visual .image {
	position: absolute;
	width: 100%;
	opacity: 1;
	transition: opacity 1.2s;
	display: none;
}

#main_visual #link {
	position: absolute;
	top: 490px;
	left: 16%;
	width: 22%;
}

#main_visual #link a:hover {
	-webkit-filter: opacity(0.7);
	-moz-filter: opacity(0.7);
	-o-filter: opacity(0.7);
	-ms-filter: opacity(0.7);
	filter: opacity(0.7);
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	-ms-opacity: 0.7;
}

#main_visual #link a {
	display: block;
	width: 100%;
	height: 100%;
}

#main_visual .image + p {
	display: none;
	background-image: url("../img/renewal/img_main_bg.jpg");
	background-attachment: fixed;
	background-position-y: 217px;
	background-repeat: no-repeat;
	background-size: 100%;
}

#main_visual .image.-fade {
	opacity: 0;
}

#main_visual #link.-fade {
	opacity: 0;
}

#sec01 .inner,
#sec02 .inner,
#sec03 .inner,
#sec04 .inner,
#sec05 .inner {
	position: relative;
}

/* General Settings END */

/* NAVIGATION START */
#nav_hikidemono {
	position: relative;
	transform: translate3d(0, 0, 0);
	z-index: 101;
	width: 780px;
	padding-bottom: 10px;
	margin: 0 auto;
}

#nav_hikidemono ul li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 32%;
	height: 60px;
	padding: 0 2%;
	vertical-align: middle;
	text-align: center;
	line-height: 72px;
}

#nav_hikidemono ul li:after {
	position: absolute;
	top: 55px;
	left: 52%;
	display: block;
	content: "";
	width: 20px;
	height: 8px;
	margin-left: -10px;
	background: url("../img/renewal/blt_arrow_downward@2x.png") center bottom no-repeat;
	background-size: contain;
}

#nav_hikidemono ul li a {
	display: block;
}

#nav_hikidemono ul li img {
	position: relative;
	width: auto;
	height: 20px;
	vertical-align: middle;
}

#nav_hikidemono ul li:before {
	position: absolute;
	top: 70%;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 8px;
	background: rgba(243, 216, 216, 1);
	transition: 0.7s;
}

#nav_hikidemono ul li:first-child:before {
	left: 5%;
}

#nav_hikidemono ul li:first-child:hover:before {
	width: 90%;
}

#nav_hikidemono ul li.current:first-child:before {
	width: 90%;
}

#nav_hikidemono ul li:nth-child(2):before {
	left: 23%;
}

#nav_hikidemono ul li:nth-child(2):hover:before {
	width: 53%;
}

#nav_hikidemono ul li.current:nth-child(2):before {
	width: 53%;
}

#nav_hikidemono ul li:last-child:before {
	left: 23%;
}

#nav_hikidemono ul li:last-child:hover:before {
	width: 53%;
}

#nav_hikidemono ul li.current:last-child:before {
	width: 53%;
}

#nav_hikidemono.fixed {
	z-index: 10;
	position: fixed;
	top: 141px;
	transition: position .6s;
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	overflow: hidden;
	overflow-scrolling: touch;
	margin-top: 25px;
}

.header__customer-list {
	right: 10px;
}

.container__main.fixed {
	padding-top: 190px;
}

#nav_hikidemono ul {
	width: 780px;
	margin: 0 auto;
}

#nav_hikidemono.fixed ul {
	box-sizing: border-box;
	background-color: #ffffff;
}

/* NAVIGATION END */

_:-ms-lang(x)::-ms-backdrop, h2, h3, h4, h5, p, h4 + ul li, h4 + ol li {
	font-weight: 600;
}

_:-ms-lang(x)::-ms-backdrop, p, h4 + ul li, h4 + ol li {
	font-weight: 500;
}

@supports (-ms-ime-align: auto) {
	h2, h3, h4, h5, p, h4 + ul li, h4 + ol li {
		font-weight: 600;
	}
	
	p, h4 + ul li, h4 + ol li {
		font-weight: 500;
	}
}

/* SECTION 01 START */
#sec01 {
	margin-top: 70px;
}

#sec01 h2 {
	position: relative;
}

#sec01 h2 span {
	position: absolute;
	top: -12px;
	left: 6%;
	margin-left: -22px;
	font-size: 27px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 2px;
}

#sec01 .inner {
	position: relative;
	height: 567px;
	background: url("../img/renewal/img_sec01_02.jpg") center top no-repeat;
}

#sec01 img {
	position: absolute;
	top: 0;
	left: 0;
}

#sec01 #sec01_box_01 {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 567px;
	padding: 110px 380px 30px 58px;
	background: url("../img/renewal/img_sec01_01.png") center top no-repeat;
	background-size: 100% 100%;
}

#sec01 #sec01_box_01 img {
	position: relative;
	width: auto;
}

#sec01 #sec01_box_01 h2 {
	margin: 0 0 40px 15px;
}

#sec01 #sec01_box_01 h2 + p {
	margin: 0 0 5px 15px;
	width: 300px;
	font-size: 15px;
	letter-spacing: 0.006em;
}

#sec01 #sec01_box_01 h2 + p + h3 {
	margin-left: 5px;
}

/* SECTION 01 END */

/* SECTION 02 START */
#sec02 {
	margin-top: 110px; /* 各セクションのマージンはこのように上のマージンのみ指定 */
	background: url("../img/renewal/img_sec02_bg_1200.png") center top;
}

#sec02_box_01 {
	height: 1025px;
}

#sec02 .inner {
	height: 1025px;
}

#sec02 img {
	position: absolute;
	top: 0;
	left: 0;
}

#sec02 h2 {
	position: relative;
}

#sec02 h2 span {
	position: absolute;
	top: 577px;
	left: 50%;
	margin-left: -22px;
	font-size: 27px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	z-index: 2;
	letter-spacing: 2px;
}

#sec02 h2 + p img {
	width: 306px;
	z-index: 5;
	top: 587px;
	margin: 0 auto;
	left: 370px;
}

#sec02 #box_merit_01 {
	position: absolute;
	top: 636px;
	left: 440px;
	z-index: 2;
}

#sec02 #box_merit_02 {
	position: absolute;
	top: 750px;
	left: 440px;
	z-index: 2;
}

#sec02 #box_merit_03 {
	position: absolute;
	top: 860px;
	left: 440px;
	z-index: 2;
}

#sec02 h4 {
	font-size: 18px;
}

#sec02 ul li {
	font-size: 12px;
	line-height: 1.6em;
}

#sec02 ul li span {
	font-size: 10px;
	display: inline-block;
}

/* SECTION 02 END */

/* SECTION 03 START */
#sec03 {
	margin-top: 70px;
}

#sec03 .inner {
	position: relative;
}

#map01,
#map02 {
	width: 100% !important;
}

#map03 {
	top: 307px;
}

#sec03 h2 {
	position: relative;
}

#sec03 h2 span {
	position: absolute;
	top: -10px;
	margin-left: -3px;
	font-size: 27px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	letter-spacing: 4px;
}

#sec03 #sec03_all h2 span {
	top: 165px;
	width: 100%;
}

#sec03 h2 + p {
	position: absolute;
	top: 173px;
	width: 280px;
	font-size: 14px;
}

#sec03 #sec03_all h2 + p {
	top: 220px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

#sec03 img {
	position: relative;
	width: auto;
}

#sec03 #sec03_all img {
	width: 100%;
}

#sec03 #sec03_all ul {
	margin-top: 150px;
	width: 100%;
}

#sec03 #sec03_all ul li {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding: 25px 0 25px 115px;
	height: 64px;
	background-image: url("../img/renewal/img_sec03_bg.png");
	background-size: auto 280%;
	background-repeat: no-repeat;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#sec03 #sec03_all ul li.first {
	background-position: 0 0;
}

#sec03 #sec03_all ul li.second {
	background-position: 0 -101px;
}

#sec03 #sec03_all ul li.third {
	background-position: 0 -201px;
	line-height: 1.9;
}

#sec03 .point {
	background-image: url("../img/renewal/img_sec03_point1_bg_1200.png");
	background-size: cover;
}

#sec03 #sec03_point3 {
	background: url("../img/renewal/img_sec03_point3_bg.png") center bottom;
}

#sec03 .point .inner {
	position: relative;
	height: 1250px;
	top: 210px;
}

#sec03 #sec03_all .inner {
	height: 700px;
}

#sec03 #sec03_point1 .inner {
	background: url("../img/renewal/img_sec03_point1_bg.png") center top/100% no-repeat;
}

#sec03 #sec03_point2 .inner {
	background: url("../img/renewal/img_sec03_point2_bg.png") center top/100% no-repeat;
}

#sec03 #sec03_point3 .inner {
	background: url("../img/renewal/img_sec03_point3_bg_780.png") center bottom no-repeat;
	height: 840px;
}

#sec03 .point h3,
#sec03 #sec03_point3 h3 {
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 2;
}

#sec03 h3 span {
	position: absolute;
	top: -12px;
	margin-left: -1px;
	font-size: 28px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	letter-spacing: 2px;
}

#sec03 .point .inner h3 img {
	width: 100%;
	top: -200px;
}

#sec03 #sec03_point3 h3 img {
	width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, #sec03 h3 span {
	font-size: 27px;
}

@supports (-ms-ime-align: auto) {
	#sec03 h3 span {
		font-size: 27px;
	}
}

#sec03 .point h3 + p,
#sec03 #sec03_point3 h3 + p {
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0;
}

#sec03 #sec03_point3 h3 + p {
	top: 200px;
}

#sec03 .point .inner img {
	position: absolute;
}

#sec03 .point .inner ul li {
	line-height: 1.5em;
}

#sec03 .point .inner ul li:first-of-type {
	position: absolute;
	width: 170px;
	top: 185px;
	left: 247px;
}

#sec03 .point .inner ul li:nth-of-type(2) {
	position: absolute;
	width: 170px;
	top: 275px;
	left: 580px;
}

#sec03 .point .inner ul li:last-of-type {
	position: absolute;
	width: 170px;
	top: 590px;
	left: 217px;
}

#fuki_01,
#fuki_02,
#fuki_03,
#fuki_04,
#fuki_05,
#fuki_06 {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 115px;
	z-index: 5;
}

#fuki_01 img ,
#fuki_02 img ,
#fuki_03 img ,
#fuki_04 img ,
#fuki_05 img ,
#fuki_06 img {
	width: 100%;
}

#fuki_01,
#fuki_04 {
	top: 175px;
	left: 227px;
}

#fuki_02,
#fuki_05 {
	top: 282px;
	left: 560px;
}

#fuki_03,
#fuki_06 {
	top: 592px;
	left: 201px;
}

/* SECTION 03 END */


/* SECTION 04 START */
#sec04 {
	padding-top: 90px;
	background-color: #f0dbdd;
	overflow: auto;
}

#sec04 h2 {
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

#sec04 h2 span {
	position: absolute;
	top: 107px;
	left: 30%;
	font-size: 27px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	letter-spacing: 5.5px;
	line-height: 40px;
}

#sec04 .inner ol {
	text-align: center;
}

#sec04 ol.points .point {
	width: 354px;
	height: 364px;
	margin: 10px;
	border-radius: 35px 35px 0px 35px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#sec04 ol.points .point .title {
	margin: 200px 0px 8px 100px;
	font-size: 150%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 24px;
}

#sec04 ol.points .point .text {
	margin: 0px 10px 8px 100px;
	font-size: 100%;
	text-align: left;
	line-height: 17px;
}

#sec04 ol.points .point .link {
	font-weight: bold;
	bottom: 3px;
	position: absolute;
	width: 100%;
	right: 7px;
	text-align: right;
}

#sec04 ol.points .point .link :hover {
	text-decoration: underline;
}

#sec04 .inner ol.points .point1 {
	background: url("../img/renewal/img_sec04_point1@1x.png") no-repeat;
}

#sec04 .inner ol.points .point2 {
	background: url("../img/renewal/img_sec04_point2@1x.png") no-repeat;
}

#sec04 .inner ol.points .point3 {
	background: url("../img/renewal/img_sec04_point3@1x.jpg") no-repeat;
}

#sec04 .inner ol.points .point4 {
	background: url("../img/renewal/img_sec04_point4@1x.png") no-repeat;
}

#sec04 .inner ol.points .point5 {
	background: url("../img/renewal/img_sec04_point5@1x.png") no-repeat;
}

#sec04 .inner ol.points .point6 {
	background: url("../img/renewal/img_sec04_point6@1x.jpg") no-repeat;
}

#sec04 .inner ol.points .point7 {
	background: url("../img/renewal/img_sec04_point7@1x.jpg") no-repeat;
}

#sec04 .inner ol.points .point8 {
	background: url("../img/renewal/img_sec04_point8@1x.jpg") no-repeat;
}

/* SECTION 04 END */

/* SECTION schedule START */
#secSchedule {
	padding-top: 20px;
	background-color: #f0dbdd;
	overflow: hidden;
}

#secSchedule .inner > h2 {
	position: relative;
}

#secSchedule h2 span {
	position: relative;
	left: 25%;
	font-size: 28px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 4px;
}

#secSchedule .inner > h2 + p {
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	margin: 5px auto;
}

#secSchedule .schedule_btn {
	text-align: center;
}

#secSchedule .schedule_btn img {
	width  : 40%;
	margin : 20px;
}
/* SECTION schedule END */

/* SECTION 05 START */
#sec05 {
	padding-top: 20px;
	background-color: #f0dbdd;
	overflow: hidden;
}

#sec05 a:hover {
	opacity: 0.6;
}

#sec05 .inner {
	height: 1420px;
	background: url("../img/renewal/img_sec05_bg.png") center top;
}

#sec05 .inner .line_yellow {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}

#sec05 .inner .text_pink {
	padding-top: 8px;
	font-size: 13px;
	color: #cc878e;
	line-height: 15px;
}

#sec05 .inner .text_supplement {
	padding-top: 5px;
	font-size: 12px;
}

#sec05 .inner > h2 {
	position: relative;
}

#sec05 h2 span {
	position: absolute;
	top: 137px;
	left: 40%;
	margin-left: -2px;
	font-size: 28px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	letter-spacing: 4px;
}

#sec05 .inner > h2 + p {
	position: absolute;
	top: 190px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

#sec05 .inner > ul {
	position: absolute;
	top: 26%;
	width: 100%;
}

#sec05 .inner ul li {
	display: block;
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	vertical-align: top;
}

#sec05 .inner ul li a:hover img {
	opacity: 0.6;
}

#sec05 .inner > ul > li {
	display: inline-block;
	position: absolute;
	width: 43.8%;
}

#sec05 .inner > ul > li:first-child {
	left: 12%;
}

#sec05 .inner > ul > li:last-child {
	left: 57%;
}

#sec05 .inner > ul:last-child li:first-child {
	position: absolute;
	top: 732px;
	left: 65px;
}

#sec05 .inner > ul:last-child li:last-child {
	position: absolute;
	top: 732px;
	left: 420px;
}

#sec05 .inner ul li h4 {
	position: absolute;
	top: -53px;
	padding-left: 78px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}

#sec05 .inner ul li ol {
	position: absolute;
	top: 115px;
	width: 100%;
}

#sec05 .inner ul li ol li {
	position: absolute;
}

#sec05 .inner ul li ol li:first-child {
	top: -71px;
}

#sec05 .inner ul li ol li:first-child p.text_pink {
	margin-top: 1px;
}

#sec05 .inner ul li ol li:nth-child(2) {
	top: 78px;
}

#sec05 .inner ul li ol li:nth-child(3) {
	top: 247px;
}

#sec05 .inner ul li ol li:nth-child(4) {
	top: 410px;
}

#sec05 .inner > ul > li:last-child ol li:first-child {
	top: -76px;
}

#sec05 .inner > ul > li:last-child ol li:nth-child(2) {
	top: 77px;
}

#sec05 .inner > ul > li:last-child ol li:nth-child(3) {
	top: 229px;
}

#sec05 .inner > ul > li:last-child ol li:nth-child(4) {
	top: 378px;
}

#sec05 .inner > ul > li:last-child ol li:nth-child(5) {
	top: 547px;
}

#sec05 .inner .complete {
	position: absolute;
	top: 1187px;
	left: 85px;
	width: 100%;
	font-size: 18px;
	line-height: 1.2em;
}

#sec05 .inner .complete h5 {
	position: absolute;
	font-size: 26px;
	font-weight: bold;
}

#sec05 .inner .complete p {
	position: absolute;
	top: 36px;
	font-size: 17px;
}

#sec05 .inner .complete p + p {
	position: absolute;
	top: -20px;
	left: 260px;
	font-size: 15px;
	font-weight: bold;
}

#sec05 .inner .complete ul {
	position: absolute;
	top: -6px;
	left: 250px;
}

#sec05 .inner .complete ul li {
	display: inline-block;
	width: 190px;
}

#sec05 .inner .complete ul + p {
	position: absolute;
	top: 65px;
	left: 255px;
	width: 310px;
}

#sec05 .link_dl a {
	font-size: 13px;
	text-decoration: underline;
}

#sec05 .request {
	margin: -5px auto 20px;
	text-align: center;
}

#sec05 .request a {
}

#sec05 .request a img {
	width: 32%;
	margin: -55px 30px 10px 35px;
}

#sec05 .request img.btn_order_request_line {
	width: 40%;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: 50px;
}

#sec05 .request a img.btn_order_request_02 {
	position: relative;
}

#sec05 div.request h5 {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}

#sec05 .request span.request_or {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	margin: 0px -30px;
}

/* SECTION 05 END */

/* SECTION 06 START */
#sec06 {
	padding: 45px 20px;
	background-color: #b36469;
	overflow: hidden;
	text-align: center;
}

#sec06 :hover {
	text-decoration: underline;
}

#sec06 span.link_question a {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

/* SECTION 06 END */