@charset "utf-8";
@import url("default.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.text-center{
	text-align: center;	
}
.text-right{
	text-align: right;	
}
.red {
	color: #FF0004;
}

.service-image {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.list-float li {
	float: left;
	margin-left: 1em;
	padding-right: 0.5em;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#content {
	width: 100%;
	margin-left: 0;
	clear: both;
}
#header h1 img {
	max-width: 200px;
}
#header h1 {
	text-align: center;
	padding-top: 5px;

}
#menu {
  display: none;
}
/*----------------------------
コピー見出し用
----------------------------*/
.copy01 {
	position: relative;
	text-align: center;
	color: #FF7026;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: x-large;
}
.copy01 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.copy01::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.copy01-2 {
	position: relative;
	text-align: center;
	color: #FF7026;
	font-weight: bold;
	margin-bottom: 1em;
}
.copy01-2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.copy01-2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.copy02 {
	background-color: #0C6896;
	padding: 0.5em;
	border-radius: 6px;
	color: #FFFFFF;
}
/*----------------------------
ページトップ用タイトル
----------------------------*/
.page-title {
	background-image: url(../img/back-image01.jpg);
	width: 100%;
	font-size: x-large;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-size: auto;
	height: 100px;
	position: relative;
	font-weight: bold;
}
.page-title:before {
  content:"";
  display: block;
  /*padding-top:10%;*/
}
.page-title span{
	position: absolute;
	top: 30%;
	left: 20px;
}

/*----------------------------
見出し用タイトル
----------------------------*/
.title01 {
	padding: 0.5em;
	border-left: 3px solid #3498db;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-weight: bold;
	line-height: normal;
	color: #0C6896;
	font-size: large;
	clear: both;
}
/*----------------------------
見出し用タイトル
----------------------------*/
.title02 {
	background: -moz-linear-gradient(top, #fad7b1, #f49b3d 50%, #ef7d01 51%,#f07c01);
	background: -webkit-gradient(linear, left top, left bottom, from(#fad7b1), color-stop(50%, #f49b3d), color-stop(51%, #ef7d01),to(#f07c01));
	text-align: center;
	font-size: x-large;
	color: #FFFFFF;
	padding-top: 0.25em;
	padding-bottom: 0.1em;
	letter-spacing: 0.5em;
	margin-bottom: 1em;
}
/*----------------------------
矢印アイコン
----------------------------*/
/*共通*/
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
/*----フッターナビ使用矢印-----*/
.yajirushi01::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
	margin-left: 10px;
}
.yajirushi01::after{
	left: 13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-----------------------------*/
.list01 {
	margin-left: 2em;
	margin-bottom: 1em;
}
footer {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	clear: both;
	margin-top: 1em;
}
#sub {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#sub .menu {
	list-style-type: none;
}
.text-s {
	font-size: small;
}

#footer-menu li {
	border-left-color: rgba(173,173,173,1.00);
	border-right-color: rgba(173,173,173,1.00);
	border-top-color: rgba(173,173,173,1.00);
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	background-color: #EFEFEF;
	list-style-type: none;
	text-align: left;
}

#footer-menu li:last-child {
	border-bottom-color: rgba(173,173,173,1.00);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer-menu li a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	display: block;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 2em;
	padding-bottom: 0.25em;
}
#footer-menu li a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0.5em 50%;
	display: block;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 2em;
	padding-bottom: 0.25em;
	background-color: #FFCFD0;
}
#footer-info {
	clear: both;
	padding-top: 1em;
}
/*---------会社概要用------------*/
#gaiyou-table {
	margin-bottom: 1em;
}
#gaiyou-table th {
	min-width: 80px;
	border-bottom: 1px solid #CBCBCB;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	width: 20%;
}

#gaiyou-table td {
	border-bottom: 1px solid #CBCBCB;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
}
.service-detail {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	border: 1px solid #2F9DD4;
	font-size: small;
	margin-bottom: 1em;
}

.service-detail h4 {
	background-color: #2F9DD4;
	color: #FFFDFD;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0.5em;
	line-height: normal;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.service-detail ul {
	margin-left: 2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.jirei-voice {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	border: 1px solid #2F9DD4;
	font-size: small;
	margin-bottom: 1em;
}

.jirei-voice h4 {
	background-color: #2F9DD4;
	color: #FFFDFD;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: 0.5em;
	line-height: normal;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.jirei-voice p {
	margin-left: 1em;
	padding-top: 0.25em;
	margin-right: 1em;
}
#report-image {
	display: block;
	text-align: center;

}
.image01 {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.image01 img {
	max-width: 200px;
}




/*--------------------------------*/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 95%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#content {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#sub {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
#header h1 img {
	width: 308px;
	max-width: 308px;

}
#report-image {
	display: inline;
	float: right;
}
.image01 {
	display: inline;
	float: right;
}
.image01 img {
	max-width: 200px;
}

}

@media only screen and (max-width: 768px) {
/*----ヘッダーナビ使用矢印-----*/
.yajirushi02::before{
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -90%;
}
/*-----------------------------*/

.hide_mobi-tablet {
	display: none;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 95%;
	max-width: 950px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	position: relative;
	height: 80px;
}

#header h1 {
	text-align: left;
	position: absolute;
	top: 15px;	
}
#header h1 img {
	min-width: 305px;
}
#header p {
	position: absolute;
	top: 5px;
	right: 0px;
}

#midle{
overflow: hidden;
}
#content {
	width: 69.3877%;
	clear: none;
	margin-left: 2.0408%;
}
#sub {
	width: 28.5714%;
	clear: both;
	margin-left: 0;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	background-color: #ECECEC;

}
.menu {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;/*margin: 50px auto 100px;*/

}
.menu li {
	list-style: none;
	overflow: hidden;
	/*width: 100%;*/
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3498db;
}
.menu li:last-child {
	border-bottom: 0px;
}
.menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background-color: #1B699D;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	/*font-weight: bold;*/
	text-decoration: none;
}
.menu li a:hover {
	background: #1B699D;
}
.menu li a {
	padding: 0px 0px 0px 15px;
}
.menu li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 40px;
	background: #3498db;
	transition: .3s;
	z-index: -1;
}
.menu li a:hover {
	background: #1B699D;
}
.menu li a:hover:before {
	width: 100%;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
#footer-menu li {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
	background-color: #FFFFFF;
}
#footer-menu li:last-child {
	border-bottom-style: none;
}
#footer-menu li a {
	background-color: #FFFFFF;
	padding-left: 2em;	
	
}
#footer-menu li a:hover {
	background-color: #FFFFFF;
	color: #FF8082;
	text-decoration: underline;
	padding-left: 2em;
}
.service-detail {
	font-size: 100%;
}
.jirei-voice {
	font-size: 100%;
}






}
