@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body #page a {
	color: #4d4d4d;
}
body #page a:hover {
	text-decoration: none;
	color: #666666;
}
body #page img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
#header .box_header {
	overflow: hidden;
	padding-top: 20px;
}
#header .box_header h2 {
	float: left;
	padding-top: 12px;
}
#header .box_header .box_inf {
	float: right;
}
#header .box_header .box_inf #hnav {
	margin-top: 15px;
}
#header .box_header .box_inf #hnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: .5em;
}
#header .box_header .box_inf #hnav li a {
	font-size: 80%;
	display: block;
	color: #4d4d4d;
}
#header .box_header .box_inf #hnav li a:hover {
	text-decoration: underline !important;
	color: #666666;
}
#header .box_header .box_inf #hnav li a:before {
	content: '>';
}
#header #gnav {
	overflow: hidden;
	width: 1020px;
	margin: 15px auto 0;
}
#header #gnav li {
	float: left;
}
#header #gnav li a {
	display: block;
	position: relative;
}
#header #gnav li a:after {
	content: '';
	display: block;
	width: 20%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #9f8b55;
	z-index: 10;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms, width 400ms;
	-o-transition: opacity 300ms, width 400ms;
	-webkit-transition: opacity 300ms, width 400ms;
	transition: opacity 300ms, width 400ms;
}
#header #gnav li a:hover:after {
	width: 80%;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header #gnav li:last-child a {
	background: #9f8b55;
}
#header #gnav li:last-child a:before {
	display: none;
}
#header #gnav li:last-child a:after {
	background: #ddd5be;
}
#header #gnav li.active a:after {
	width: 80%;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	width: 950px;
}
#contents .topicpath {
	text-align: right;
	padding-top: 15px;
	margin-bottom: 20px;
}
#contents .topicpath li {
	display: inline-block;
	color: #ae8f60;
	font-size: 93%;
}
#contents .topicpath li:first-child:before {
	content: none;
}
#contents .topicpath li:first-child a {
	padding-left: 16px;
}
#contents .topicpath li:before {
	content: '>';
	display: inline-block;
	margin: 0 1em 0 .7em;
	color: #8f8262;
}
#contents .topicpath li a {
	display: inline-block;
}
#contents .topicpath li a:hover {
	text-decoration: underline;
}

h3.title {
	text-align: center;
	border-top: 1px solid #dfdfdf;
	border-bottom: 4px double #dfdfdf;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan h3 {
	padding: 50px 0 40px;
	text-align: center;
}
.con_plan ul li {
	border-radius: 5px;
	margin-bottom: 20px;
}
.con_plan ul li h4 {
	text-align: center;
}
.con_plan ul li .plan {
	display: block;
}
.con_plan ul li .plan span {
	display: block;
}
.con_plan ul li .plan span.txt {
	margin-top: 18px;
	padding-left: 25px;
	background: url(../images/home/ic_plan1.png) no-repeat left top;
	min-height: 20px;
	text-decoration: underline;
	font-size:13px;
}
.con_plan ul li.plan1, .con_plan ul li.plan2 {
	padding: 25px 40px;
	overflow: hidden;
	background: #e7e2d7;
}
.con_plan ul li.plan1 h4, .con_plan ul li.plan2 h4 {
	padding-bottom: 30px;
}
.con_plan ul li.plan1 h4 + .plan, .con_plan ul li.plan2 h4 + .plan {
	padding-right: 35px;
	margin-right: 35px;
	border-right: 1px solid #fff;
}
.con_plan ul li.plan1 .plan, .con_plan ul li.plan2 .plan {
	float: left;
	width: 399px;
}
.con_plan ul li.plan1 {
	background: #434141;
}
.con_plan ul li.plan1 .plan span.txt {
	color: #fff;
	background: url(../images/home/ic_plan2.png) no-repeat left 0.25em;
	font-size:13px;
}
.con_plan ul li.plan3 {
	overflow: hidden;
}
.con_plan ul li.plan3 .plan {
	border-radius: 5px;
	float: left;
	width: 279px;
	padding: 18px 16px;
	-moz-transition-property: background;
	-o-transition-property: background;
	-webkit-transition-property: background;
	transition-property: background;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-moz-transition-timing-function: #tim;
	-o-transition-timing-function: #tim;
	-webkit-transition-timing-function: #tim;
	transition-timing-function: #tim;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.con_plan ul li.plan3 .plan:first-child + a {
	margin: 0 8px;
}
.con_plan ul li.plan3 .plan .st {
	text-align: center;
	padding-bottom: 14px;
}
.con_plan ul li.plan3 .plan:hover {
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
	background: #f5f5f5;
}
.con_plan ul li a:hover .txt {
	text-decoration: none;
}
.con_plan .btn {
	text-align: center;
	margin-top: 40px;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	width: 950px;
	margin-top: 75px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
#footer .box_bn {
	text-align: center;
	width: 966px;
	margin-left: -8px;
	overflow: hidden;
	padding-bottom: 30px;
}
#footer .box_bn li {
	float: left;
	margin-bottom: 15px;
}
#footer .box_bn li:first-child, #footer .box_bn li:first-child + li {
	margin-right: 17px;
}
#footer .box_bn li:first-child + li + li {
	margin-right: 1px;
}
#footer .box_bn li img {
	width: 100%;
}
#footer .box_footer .btn_ptop {
	text-align: center;
}
#footer .box_footer #fnav {
	text-align: center;
	padding: 1em 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size:12px;
}
#footer .box_footer #fnav ul {
	display: inline-block;
}
#footer .box_footer #fnav ul li {
	display: inline-block;
	margin-left: 1.5em;
}
#footer .box_footer #fnav ul li:first-child {
	margin-left: 0;
}
#footer .box_footer #fnav ul li a {
	display: block;
	font-size: 93%;
	padding-left: 15px;
	background: url(../images/footer/ic_fnav.png) no-repeat left center;
}
#footer .box_footer #fnav ul li a:hover {
	text-decoration: underline;
}
#footer .box_footer .box_inf {
	padding: 25px 0 10px;
	font-size:13px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#footer .box_footer .box_inf .box_left {
	float: left;
}
#footer .box_footer .box_inf .box_left .wrap_logo {
	display: inline-block;
}
#footer .box_footer .box_inf .box_left .wrap_logo .btn {
	margin-top: 1em;
}
#footer .box_footer .box_inf .box_left .wrap_logo .btn a {
	display: inline-block;
	font-size: 93%;
	padding-left: 15px;
	background: url(../images/footer/ic_fnav.png) no-repeat left center;
}
#footer .box_footer .box_inf .box_left .wrap_logo .btn a:hover {
	text-decoration: underline;
}
#footer .box_footer .box_inf .box_left address {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#footer .box_footer .box_inf .box_right {
	float: right;
	padding-left: 20px;
	border-left: 1px solid #dfdfdf;
}
#footer .box_footer .box_inf .box_right .btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
