@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/


/*top*/
.vi {
	background:url(../img/top/vi.png) no-repeat center center;
	height:521px;
}
@media screen and (min-width: 1600px) {
.vi {
	background-size:100% auto;
}
}
.vi .vi_in {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:142px 0 0;
}
.vi .vi_in h2 {
	position:relative;
	display:inline-block;
	line-height:1.3;
	background:rgba(0,72,162,0.8);
	color:#FFF;
	padding:55px 45px 45px 50px;
	font-size:2.8rem;
}
.vi .vi_in h2 span {
	display:block;
	font-family: arial,sans-serif;
	font-size:1.6rem;
	padding:30px 0 0;
}
.top_about {
	/*background:url(../img/top/bg01.png) no-repeat center bottom;*/
	padding:80px 0 0px;
}
@media screen and (min-width: 1600px) {
.top_about {
	background-size:100% auto;
}
}
.top_about .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_about .box .img {
	float:left;
}
.top_about .box .box_r {
	float:right;
	width:450px;
}
.top_about .box .box_r .com {
	margin:0 0 30px;
}
.top_about .box .box_r h4 + .com {
	margin:0 0 20px;
}
.top_about .box .box_r h4 {
	margin:0 0 20px;
}
.top_about .box .box_r h4 span {
	display:inline-block;
	border: solid 1px #1057ae;
	padding:10px 0;
	text-align:center;
	min-width:150px;
	line-height:1.1;
	color:#0048a2;
}
.top_about .box .box_r .btn a {
	position:relative;
	display:block;
	text-align:center;
	width:280px;
	background:#1057ae;
	padding:20px 0;
	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
}
.top_about .box .box_r .btn a:after {
	position:absolute;
	right:20px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	content: "\f101";
	font-family: FontAwesome;
	font-weight:normal;
}
.top_about .box .box_r .btn a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.top_reason {
	background:url(../img/top/bg02.png) no-repeat center bottom;
	padding:80px 0 100px;
}
@media screen and (min-width: 1600px) {
.top_reason {
	background-size:100% auto;
}
}
.top_reason .ttl {
	margin:0;
}
.top_reason .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_reason .box .img {
	float:left;
}
.top_reason .box .box_r {
	position:relative;
	float:left;
}
.top_reason ul {
	position:absolute;
	left:0;
}
.top_reason ul:first-child {
	top:70px;
}
.top_reason ul:nth-child(2) {
	top:215px;
}
.top_reason ul:last-child {
	top:360px;
}
.top_reason ul li {
	position:relative;
	padding:0 0 0 25px;
	margin:0 0 5px;
	line-height:1.5;
	white-space:nowrap;
}
.top_reason ul li:before {
	position:absolute;
	left:5px;
	content:'・';
}
.top_reason .btn {
	text-align:center;
}
.top_reason .btn dl {
	display:inline-block;
	text-align:center;
	font-size:0;
}
.top_reason .btn dl dt ,
.top_reason .btn dl dd {
	display:inline-block;
	text-align:center;
	width:280px;
}
.top_reason .btn dl dt {
	margin:0 25px 0 0;
}
.top_reason .btn dl dt a ,
.top_reason .btn dl dd a {
	position:relative;
	display:block;
	background:#1057ae;
	padding:20px 0;
	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
}
.top_reason .btn dl dt a:after ,
.top_reason .btn dl dd a:after {
	position:absolute;
	right:20px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	content: "\f101";
	font-family: FontAwesome;
	font-weight:normal;
}
.top_reason .btn dl dt a:hover ,
.top_reason .btn dl dd a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}








/*about*/
.about .page_ttl {
	background:url(../img/about/page_ttl.png) no-repeat center center;
}
@media screen and (min-width: 1600px) {
.about .page_ttl {
	background-size:cover;
}
}
.about .aboutus {
	margin:0 0 90px;
}
.about .aboutus .com {
	margin:0 0 35px;
}
.about .aboutus .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.about .aboutus .box .img {
	float:left;
}
.about .aboutus .box .box_r {
	float:right;
	width:450px;
}
.about .aboutus .box .box_r h4 {
	margin:0 0 20px;
}
.about .aboutus .box .box_r h4 span {
	display:inline-block;
	border: solid 1px #1057ae;
	padding:10px 0;
	text-align:center;
	min-width:150px;
	line-height:1.1;
	color:#0048a2;
}
.about .aboutus .box .box_r p {
	margin:0 0 30px;
}
.about .aboutus .box .box_r p:last-child {
	margin:0;
}
.about .structure .box {
	margin:0 0 60px;
}
.about .structure .box section {
	margin:0 0 40px;
}
.about .structure .box section:last-child {
	margin:0;
}
.about .structure .box section .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.about .structure .box section:first-child .box_in .box_in_l {
	float:left;
	width:480px;
}
.about .structure .box section:first-child .box_in .box_in_l .com p {
	margin:0 0 15px;
}
.about .structure .box section:first-child .box_in .box_in_l .com p:last-child {
	margin:0;
}

.about .structure .box section:first-child .box_in .box_in_l2 {
	float:left;
	width:400px;
}
.about .structure .box section:first-child .box_in .box_in_l2 .com p {
	margin:0 0 15px;
}
.about .structure .box section:first-child .box_in .box_in_l2 .com p:last-child {
	margin:0;
}


.about .structure .box section:first-child .box_in .img {
	float:right;
}
.about .structure .box section:last-child .box_in .img {
	float:left;
}
.about .structure .box section:last-child .box_in .box_in_r {
	float:right;
	width:480px;
}
.about .structure .box section:last-child .box_in .box_in_r p {
	margin:0 0 15px;
}
.about .structure .box section:last-child .box_in .box_in_r p span {
	font-size: 110%;
	font-weight: bold;
}
.about .structure .box section:last-child .box_in .box_in_r p blue {
	color: #00F;
}
.about .structure .box section:last-child .box_in .box_in_r p:last-child {
	margin:0;
}
.about .structure .box section:last-child .box_in .box_in_r ul {
	counter-reset:number;
}
.about .structure .box section:last-child .box_in .box_in_r ul li {
	position:relative;
	padding:10px 0 0 55px;
	margin:0 0 30px;
}
.about .structure .box section:last-child .box_in .box_in_r ul li:last-child {
	margin:0;
}
.about .structure .box section:last-child .box_in .box_in_r ul li span {
	display:block;
	font-size:1.9rem;
	font-weight:bold;
	color:#0048a2;
	margin:0 0 15px;
	line-height:1.1;
}
.about .structure .box section:last-child .box_in .box_in_r ul li:before {
	counter-increment: number;
	content: '0'counter(number);
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:38px;
	height:38px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	background:#1057ae;
	font-family: arial,sans-serif;
	font-size:1.8rem;
}
.about .structure .btn {
	text-align:center;
}
.about .structure .btn dl {
	display:inline-block;
	text-align:center;
	font-size:0;
}
.about .structure .btn dl dt ,
.about .structure .btn dl dd {
	display:inline-block;
	text-align:center;
	width:280px;
}
.about .structure .btn dl dt {
	margin:0 25px 0 0;
}
.about .structure .btn dl dt a ,
.about .structure .btn dl dd a {
	position:relative;
	display:block;
	background:#1057ae;
	padding:20px 0;
	color:#FFF;
	font-size:1.6rem;
	font-weight:bold;
}
.about .structure .btn dl dt a:after ,
.about .structure .btn dl dd a:after {
	position:absolute;
	right:20px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	content: "\f101";
	font-family: FontAwesome;
	font-weight:normal;
}
.about .structure .btn dl dt a:hover ,
.about .structure .btn dl dd a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}

/*プライバシーポリシーテーブル*/
.table_privacy{
	width: 98%;
	border-collapse: collapse;
	margin-left: 15px;
}
.table_privacy th{
	width: 5%;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	vertical-align: top;

}
.table_privacy td{
	padding: 15px;
	vertical-align: top;

}


/*company*/
.company .page_ttl {
	background:url(../img/company/page_ttl.png) no-repeat center center;
}
@media screen and (min-width: 1600px) {
.company .page_ttl {
	background-size:cover;
}
}
.company .structure .box {
	margin:0 0 60px;
}
.company .structure .box section {
	margin:0 0 40px;
}
.company .structure .box section:last-child {
	margin:0;
}
.company .structure .box section .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.company .structure .box section:first-child .box_in .box_in_l {
	float:left;
	width:560px;
}
.company .structure .box section:first-child .box_in .box_in_l .com p {
	margin:0 0 15px;
}
.company .structure .box section:first-child .box_in .box_in_l .com p:last-child {
	margin:0;
}
.company .structure .box section:first-child .box_in .img {
	float:right;
}
.table_company01{
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	margin-top: 20px;
}
.table_company01 th{
	width: 25%;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.table_company01 td{
	padding: 15px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}


/* イメージリスト */
#imageList01{
	max-width:990px;
	overflow:hidden;
	margin-top:20px;
}
#imageList01 li{
	width: 30%;
	float: left;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	border: thin solid #CCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
#imageList01 p{
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imageList02{
	max-width:990px;
	overflow:hidden;
	margin-top:20px;
}
#imageList02 li{
	width: 22%;
	float: left;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	border: thin solid #CCC;
	margin-right: 0px;
	margin-left: 23px;
	padding-top: 0;
	padding-bottom: 0;
}
#imageList02 p{
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-responsive{
	width:100%;
	height:auto;
}


/*ボックス001*/
.boxabout001 {
	margin-bottom:35px;
}

.boxabout001 p.txt01 {
	padding-top: 5px;
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}
