@charset "utf-8";
/* common.css
------------------------------*/
body {
	color: #3e3a39;
	font-size: 17px;
	line-height: 1.8;
	letter-spacing: 1px;
	padding-top: 50px;
	background: #efeee8;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt,dd {
	line-height: 1.8;
}
a {
	color: #727171;
	text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
a:hover,
a:focus,
a.active {
	color: #009944;
}
hr {
	clear: both;
	width: 100%;
}
.note {
	font-size: 12px;
}
#pagetop {
		width: 100%;
		height: 35px;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #fff;
		text-align: center;
	}
	#pagetop img {
		width: 16px;
	}

/* Adjustment 
----------------------------------------------------*/
.mar_auto { margin: 0 auto; }
.mar_reset { margin: 0 !important; }
.mar_b0 { margin-bottom: 0 !important; }
.mar_b05 { margin-bottom: 5px !important; }
.mar_b10 { margin-bottom: 10px !important; }
.mar_b15 { margin-bottom: 15px !important; }
.mar_b20 { margin-bottom: 20px !important; }
.mar_b25 { margin-bottom: 25px !important; }
.mar_b30 { margin-bottom: 30px !important; }
.mar_b35 { margin-bottom: 35px !important; }
.mar_b40 { margin-bottom: 40px !important; }
.mar_b45 { margin-bottom: 45px !important; }
.mar_b50 { margin-bottom: 50px !important; }
.mar_b55 { margin-bottom: 55px !important; }
.mar_b60 { margin-bottom: 60px !important; }
.mar_b65 { margin-bottom: 65px !important; }
.mar_b70 { margin-bottom: 70px !important; }
.mar_b75 { margin-bottom: 75px !important; }
.mar_b80 { margin-bottom: 80px !important; }
.mar_b85 { margin-bottom: 85px !important; }
.mar_b90 { margin-bottom: 90px !important; }
.mar_b95 { margin-bottom: 95px !important; }

.txtL { text-align: left !important; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }

/* txt color */
.txtDf { color: #727171 !important; }
.txtG { color: #009944 !important; }
.txtPk { color: #F73D88 !important; }
.txtBld { font-weight: bold !important; }

/* float */
.f_L { float: left !important; }
.f_R { float: right !important; }

/* icon */
.iconY {
	padding-left: 24px;
	background: url(../img/icon_listY.png) left center no-repeat;
}
.iconG {
	padding-left: 24px;
	background: url(../img/icon_listG.png) left center no-repeat;
}
.iconGy {
	padding-left: 24px;
	background: url(../img/icon_listGy.png) left center no-repeat;
}

.list-icon {
	text-indent: -25px;
	margin-left: 25px;
}
.list-icon li {
	text-indent: -25px;
	margin-left: 30px;
}

/* btn */
.btn01, .btn02, .btn03, .btn04 {
	display: inline-block;
}
.btn01 a, .btn02 a, .btn03 a,.btn04 a {
	display: block;
	color: #009944;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 28px 10px 10px;
	border: 2px solid #009944;
	background: url(../img/icon_btn_arrowG.png) right center no-repeat #fff;
}
.btn03 a {
	color: #000;
	border: 2px solid #fff;
	background: url(../img/icon_btn_arrow.png) right center no-repeat #ffe200;
}
.btn04 a {
	color: #fff;
	border: 2px solid #fff;
	background: url(../img/icon_btn_arrow.png) right center no-repeat #009943;
}
.btn01 a.active,
.btn01 a:hover {
	color: #fff;
	border: 2px solid #fff;
	background: url(../img/icon_btn_arrow.png) right center no-repeat #009944;
}
.btn02 a.active,
.btn02 a:hover {
	color: #3e3a39;
	border: 2px solid #fff;
	background: url(../img/icon_btn_arrow.png) right center no-repeat #FFE200;
}
.btn03 a.active,
.btn03 a:hover {
	color: #fff;
	border: 2px solid #fff;
	background: url(../img/icon_btn_arrow.png) right center no-repeat #009944;
}
.btn04 a.active,
.btn04 a:hover {
	color: #009944;
	border: 2px solid #009944;
	background: url(../img/icon_btn_arrowG.png) right center no-repeat #fff;
}

/* btn-fc */
.btn-fc a {
	font-size: 16px;
	padding: 10px 28px 10px 10px !important;
}
.btn-fc span {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height:1;
	padding: 4px 15px 4px 25px;
	margin-left: -10px;
	margin-bottom: 5px;
	background: #009944;
}
.btn-fc p {
	margin:0;
	padding-left: 15px;
}
.btn-fc a:hover span {
	color: #009944;
	background: #fff;
}

/* .btn-scale */
.btn-scale {
	width: 100%;
	display: table;
	text-align: left;
}
.btn-scale a {
	display: table-cell;
	height: 80px;
	padding:0 !important;
	vertical-align: middle;
}
.btn-scale a span {
	color: #fff;
	height: 100%;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 30px;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/bg_radius_of.gif) right center no-repeat #009943;
}
.btn-scale a:hover span {
	color: #009943;
	background: url(../img/bg_radius_on.gif) right center no-repeat #fff;
}

a:hover,.imgOver {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* header
------------------------------*/
#header .navbar {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow:rgba(204, 204, 204, 0.35) 0px 0px 10px 0;
	-webkit-box-shadow:rgba(204, 204, 204, 0.35) 0px 0px 10px 0;
	-moz-box-shadow:rgba(204, 204, 204, 0.35) 0px 0px 10px 0;
}
#header .navbar-brand {
	padding: 9px 15px!important;
}
#header .navbar-rqe {
}
#header .navbar-nav > li > a {
	text-align: center;
}

#header .navbar-rqe {
	background: #ffe200;
}
#header .navbar-rqe img {
	width: 62px;
	margin: 0 auto;
}

/* path-list
------------------------------*/
#path-list {
	width: 100%;
	padding: 12px 10px;
	background: #fff;
}
#path-list ol {
	text-align: left !important;
}
#path-list li {
	display: inline;
}
#path-list li:after {
	content: "＞";
	margin: 0 6px;
}
#path-list li.active:after {
	content: "";
	display: none;
}
#path-list li a,
#path-list li.active {
	font-size: 14px;
}

/* contents
------------------------------*/
#contents {
	width: 100%;
	padding-top: 234px;
	background: url(../img/bg_contents.gif) left top repeat-x #efeee8;
}
#contents .page-ttl {
	padding: 0 10px;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	margin: 0 auto 20px auto;
	background: none !important;
}
#contents .inBox {
	width: 100%;
	background: #fff;
	padding: 15px 10px;
}
#contents .inner {
	width: 100%;
	padding: 0 10px;
}
#contents .ttlBlock {
	margin-bottom: 20px;
}
#contents .ttlBlock:after {
	width: 120px;
	height: 1px;
	display: block;
	margin-top: 20px;
	letter-spacing: normal;
	background: #009944;
	content: "";
}
#contents .ttlBlock .catch {
	color: #009944;
	font-weight: bold;
	line-height:1;
}
#contents .ttlBlock h3 {
	color: #231815;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0 0 0 0;
}
/* headBox */
#contents .headBox .ttlBlock h3 {
	line-height: 2;
	letter-spacing: 3px;
	margin: 0;
}
#contents .headBox .txt {
	line-height: 1.8;
}
#contents .inBox h4 {
	color: #009944;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents .section {
	margin-bottom: 30px !important;
}

/* flow
------------------------------*/
#flow {
	width: 100%;
	margin-top: 125px;
	padding: 40px 0;
	background: #fff;
	text-align: center;
}
#flow ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#flow ol li a {
	display: block;
	position: relative;
}
#flow ol li a:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #727171;
	border-right: 1px solid #727171;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* footer
------------------------------*/
#footer {
	width: 100%;
	color: #fff;
	padding: 40px 10px 30px 10px;
	background: #a6a6a7;
}
#footer a {
	display: block;
	color: #fff;
	text-align: center;
}
#footer #ft-nav {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 15px;
}
#footer #ft-nav li {
	margin-bottom: 5px;
}
/* tel */
#footer .tel {
	width: 100%;
}
#footer .tel dt {
	display: block;
	line-height: 34px;
	float: none;
}
#footer .tel dt:before {
	display: inline-block;
	content: "";
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 10px;
	background: url(../img/ft_icon_tel.png) left center no-repeat;
}
#footer .tel dd {
	text-align: left;
	display: block;
}
#footer .tel dd a {
	display: inline;
}
#footer .ft-txt, #footer .logo {
	text-align: center;
}
#footer #ft-link li {
	display: inline;
}
#footer #ft-link li a {
	font-size: 12px;
	display: inline;
	padding: 0 10px;
}
#footer #ft-link li a:first-child {
	padding-left: 0;
}
#footer #ft-link li:after {
	content: "";
	border-right: 1px solid #fff;
}
#footer .copyright {
	font-size: 12px;
}
/* common */
#contents,#contents .inBox, #contents .inner, #flow, #footer {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
	body {
	/*padding-top: 58px;*/
}

#header .navbar-brand {
	padding: 0 !important;
	background: none;
}

#header #gNav li .txt {
	display: none;
}
#header #gNav li img {
	width: auto;
}

/* #path-list */
#path-list {
	padding-left:0;
	padding-right:0;
}

#path-list ol {
	padding-left: 10px;
}

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

#pagetop {
		width: 16px;
		height: 12px;
		left: auto;
		right: 40px;
		bottom: 40px;
		background: none;
	}
#pagetop img {
	width: 100%;
}

/* header
	------------------------------*/
#header .inner {
	width: 100%;
}
#header .logo-ms {
	width: 130px;
	display: block;
}
#header .logo-xs {
	display: none;
}
#header .navbar-nav > li > a {
	padding: 21px 5px;
}
#header .navbar-rqe {
	width: 85px;
	padding: 21px 12px 21px 11px !important;
	background: #ffe200;
}
#header .navbar-rqe:hover {
	background: #009944;
}
#header .navbar-right {
	margin-right: 0;
}

/* mov-hd */
#header.mov-hd .navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#header.mov-hd .logo-xs {
	display: block;
	padding: 13px 8px;
}
#header.mov-hd .logo-ms {
	display: none;
}
/* contents
	------------------------------*/
#contents .inBox {
	width: 750px;
	margin: 0 auto;
	padding: 30px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .page-ttl {
	width: 750px;
	font-size: 30px;
	margin: 0 auto 20px auto;
	padding:0;
}
#contents .ttlBlock h3 {
	font-size: 21px;
}

/* headBox */
#contents .headBox .ttlBlock h3 {
	margin: 0 0 43px 0;
}
#contents .ttlBlock {
	margin-bottom: 50px;
}

#contents .section {
	margin-bottom: 80px !important;
}
#contents .inner {
	padding: 0;
}
#contents .boxL {
	padding-left:0;
}
#contents .boxR {
	padding-right:0;
}


/* flow
	------------------------------*/
#flow ol {
	float: left;
	margin-bottom: 30px;
}
#flow ol li {
	float: left;
	text-align: left;
	margin-right: 10px;
	padding-bottom:0;
	margin-bottom:0;
}
#flow ol li.last {
	margin-right: 0;
}
#flow ol li a {
	font-size: 16px;
	display: block;
	line-height: 1.3;
	position: relative;
	padding-left: 10px;
	padding-right: 28px;
	border-left: 3px solid #a6a6a7;
}
#flow ol li a:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-top: 1px solid #727171;
	border-right: 1px solid #727171;
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#flow ol li a:hover,
#flow ol li a.active {
	border-left: 3px solid #009944;
}
#flow ol li a:hover:before,
#flow ol li a.active:before {
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
}
#flow .btn-request {
	clear: both;
}
/* ie */
.lt-ie9 {
}
.lt-ie9 #flow ol li a:before, .lt-ie9 #flow ol li a:after {
	border: none;
}
.lt-ie9 #flow ol li a:before {
	width: 19px;
	height: 38px;
	margin-top: -19px;
	right: 0;
	background: url(../img/arrow.png) right center no-repeat;
}
/* footer
	------------------------------*/
#footer {
	padding-left: 0;
	padding-right: 0;
}
#footer #ft-nav {
	width: 100%;
	padding: 0 0 30px 0;
}
#footer #ft-nav li {
	width: 22.9%;
	float: left;
	margin-left: 2%;
	margin-bottom: 0;
}
#footer #ft-nav li:first-child {
	width: 25%;
	margin-left: 0;
}
#footer .boxL {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
#footer .boxL span {
	font-size: 14px;
}
#footer .boxR {
	padding:0;
	line-height: 34px !important;
	text-align: right !important;
}
#footer .boxR span:first-child {
	margin-right: 10px;
}
#footer .ft-txt {
	width: 85%;
	float: left;
	text-align: left;
}
#footer .logo {
	float: right;
}

/* iframe*/
iframe {
	height:0 !important;
	display: none;
}
}

@media (min-width: 992px) {
.inner {
	width: 960px !important;
	margin: 0 auto;
}
/* header
	------------------------------*/
#header .inner {
	width: auto;
}
#header .navbar-right {
	width: auto;
}
#header .navbar-nav > li > a {
	padding: 21px 15px;
}

#header .navbar-nav > li > a.active {
	/*background: none;*/
}

/* contents
	------------------------------*/
#contents .inBox {
	width: 920px;
	padding: 40px 50px;
}
#contents .page-ttl {
	width: 920px;
}

/* flow
	------------------------------*/
#flow ol {
	margin-bottom: 0;
}
#flow .btn-request {
	clear: none;
	float: right;
}
/* footer
	------------------------------*/
#footer .tel dt {
	float: left;
}
#footer .tel dd {
	float: right;
}
#footer .tel dt,  #footer .tel dd {
	display: inline;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1.5px;
}
}

@media (min-width: 1200px) {
}
