﻿@charset "utf-8";
*:first-child+html body {
	overflow: hidden;
}





/*-----------------------------------------------------------------
		メインイメージ設定
-----------------------------------------------------------------*/

#Top_Banner {
	overflow: hidden;
	z-index: 1;
	height: 460px;
	background:#f2f2f2 url(../img/top_banner01.png) no-repeat center;
	background-size: cover;
	padding-top: 53px;
}
#Top_Banner h1 {
	font-size:48px;
	color:#000;
	margin: 50px 0 0 0;
	font-weight: normal;
}
#Top_Banner p {
	font-size:20px;
	color:#000;
	text-align: center;
}

div.Top_Banner-inner {
	padding:0;
	margin: 0 auto;
	width: 960px;
	height: 460px;
	z-index: 0;
	text-align: center;
	vertical-align: middle;
}
/*-----------------------------------------------------------------
		特徴
-----------------------------------------------------------------*/
div.point {
	width:266px;
	float:left;
	display:block;
	background:#01A982;
	height:50px;
	padding:15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:table;
	margin-bottom: 15px;

}
div.point p {
	color:#FFF;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
  display:table-cell;

}

div.point span {
		color:#FFF;
	text-align:center;
}
/*-----------------------------------------------------------------
		3つのポイント
-----------------------------------------------------------------*/
#feature {
	overflow: hidden;
	height: auto;
	background-color: #445565;
	padding-bottom: 20px;
}
div.feature-inner {
	padding:20px 0;
	margin: 0 auto;
	width: 960px;
	z-index: 0;
}
div.feature-inner p {
	color: #FFF;
	line-height: 170%;
}
div.top_point {
	width:266px;
	float:left;
	display:block;
	background:#7b8793;
	height:auto;
	padding:15px 20px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.top_point p {
   text-align:center;
   margin-top:8px;
    color:#ffffff;
}
a div.top_point p {
	background: url(../img/icon_list01.png) no-repeat 0px 5px;
	padding-left:20px;
	text-align:center;
	display:inline-block;
}
a:hover div.top_point {
	position: relative;
    top: 3px;
	background:#037DB2;
}
a:hover div.top_point p {
	color:#ffffff;
	background: url(../img/icon_list01.png) no-repeat 0px 5px;
	display:inline-block;
}
a:hover div.top_point img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/*-----------------------------------------------------------------
		detail
-----------------------------------------------------------------*/
ul.itemization {
	margin:0 20px 0 0;
	float:left;
	text-align:left;
	text-indent: -1em;
	padding-left: 1em;
	padding: 20px 30px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:498px;
}

ul.itemization li {
	font-weight:bold;

}
.bg_ed {
	background-color: #ededed;
}
.gray_box {
	margin:0;
	float:left;
	text-align:left;
	padding: 20px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:398px;
}
.gray_box960 {
	margin:0;
	float:left;
	text-align:center;
	padding: 20px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:918px;
}

.gray_box h5 {
	color:#01A982;
	text-align:left;
	margin-bottom: 5px;
	font-size: 19px;
}
.gray_box ul {
	float:left;
}

.gray_box ul li {
    text-indent: -1em;
	padding-left: 1em;
}

.wrapper960 {
	width:960px;
	text-align:center;
}
.smallpoint {
	width:480px;
	height:auto;
	padding:10px 20px;
	border:1px solid #01A982;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	min-height:100px;
}

/*-----------------------------------------------------------------
		テーブル
-----------------------------------------------------------------*/
table.boxSection-01 {
	padding: 0px;
	float:left;
}
table.boxSection-01 th {
	background-color:#445565;
	vertical-align: middle;
	border-top: 1px solid #b2b6ba;
	border-left: 1px solid #b2b6ba;
	border-right: 1px solid #b2b6ba;
	padding: 4px 8px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
table.boxSection-01 th.left {
	border-right: none;
}
table.boxSection-01 th.side {
	font-weight:bold;
	background-color: #CCC;
	color: #000;
	text-align: left;
}
table.boxSection-01 tr td {
	background-color: #ffffff;
	vertical-align: middle;
	border-top: 1px solid #b2b6ba;
	border-left: 1px solid #b2b6ba;
	border-right: 1px solid #b2b6ba;
	padding: 4px 8px;
	font-size:15px;
}
table.boxSection-01 tr td.left {
	border-right: none;
}
table.boxSection-01 tr td.right {
	text-align:center;
}
table.boxSection-01 tr td.bottom {
	border-bottom: 1px solid #b2b6ba;
}

table.boxSection-01 .bg_f2f2f2 {
	background:#f2f2f2;
}
/*-----------------------------------------------------------------
		ラインナップ
-----------------------------------------------------------------*/
.lineupBOX {
	width: 960px;
	height: 490px;
	display: block;
	float: left;
	background: url("../img/lineupbg.png") no-repeat center center;
}
.lineupBOX .lineBOX_inner {
	width:auto;
	padding: 20px 30px 0 80px;
	display: block;
	height: auto;
	float: left;
}
#Content .lineupBOX .lineBOX_inner h5 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
	color: #445565;
	margin-bottom: 15px;
}
.card-box1 {
    border: 1px solid #445565;
    position: relative;
    float: left;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #ffffff;
	width: 150px;
	margin-bottom: 25px;
}

.card-box1 h6.title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 10px 0;
	height: auto;
    background-color: #445565;
    color: #ffffff;
	margin-block-start: 0;
    margin-block-end: 0;
}
.card-box1 .card-body1,
.card-box2 .card-body2{
	box-sizing: border-box;
	text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    margin-bottom: 0;
}
.card-box2 {
    border: 1px solid #01A982;
    position: relative;
    float: left;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #ffffff;
	width: 150px;
	margin-bottom: 15px;
}

.card-box2 h6.title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border: none;
    margin: 0;
    padding: 10px 0;
	height: auto;
    background-color: #01A982;
    color: #ffffff;
	margin-block-start: 0;
    margin-block-end: 0;
}