

@import url('reset.css');

html {
	border: 0px;
}

body {
	font-size:13.6px;
	*font-size: small;
	*font: x-small;
	line-height:1;
	cursor: default;
	color: #333;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background:#fff;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

a:hover {
	color: #C9151E;
	text-decoration: none;
}

#cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
}


.box{
	cursor: pointer;
}



br.no{
	display:none;
}


/* ＊＊＊＊＊　header　＊＊＊＊＊ */


header{
	width:100%;
	margin:0 auto;
	padding:0;
}


#head{
	width:1100px;
	margin:10px auto;
	padding:0;
	overflow:hidden; 
}


#logo{
	width:306px;
	margin:20px 0 0 0;
	padding:0;
	float:left;
}

#logo img{
	width:306px;
	margin:0;
	padding:0 0 0 0;
}

#headTel{
	width:700px;
	margin:28px 0 0 0;
	padding:0;
	float:right;
	text-align:right;
}

#headTel span{
	display:inline-block;
	margin:-15px 0 0 0;
	padding:0;
	vertical-align:middle;
	font-size:116%;
}

#headTel a{
	display:inline-block;
	margin:0 0 0 20px;
	padding:0 0 0 20px;
	border-left:1px solid #333;
}

#headTel a img{
	height:30px;
}





#submenu ul {
	margin:50px auto 0 auto;
	padding: 0;
	text-align: center;
}

#submenu ul li {
	display:inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

#submenu ul li a{
	margin: 0 25px;
	padding: 0 5px 8px 5px;
	font-size:116%;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

#submenu ul li a:hover{
	margin: 0 25px;
	padding: 0 5px 8px 5px;
	font-size:116%;
	font-weight:bold;
	color:#0072B6;
	border-bottom:1px solid #0072B6;
}


/* -------- パンくずリスト -------- */

.breadcrumb{
	width:100%;
	margin:30px auto 0 auto !important;
	padding:10px 0 10px 0;
	overflow:hidden; 
	list-style-type:none;
	border-top:1px solid #ddd;
	font-size: 93%;
	line-height:1.5;
}

.board{
	max-width:1280px;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden; 
}

.breadcrumb a{
	display: inline-block;
	position: relative;
	margin: 0 11px 0 0;
	padding: 0 15px 0 0;
	color: #999;
	text-decoration: none;
}

.breadcrumb span{
	color: #999;
}

.breadcrumb a:hover {
text-decoration: none;
}

.breadcrumb a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 0px;
width: 5px;
height: 5px;
margin: -2px 0 0 0;
border-top: solid 1px #999;
border-right: solid 1px #999;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.breadcrumb a:hover{
	text-decoration: underline;
}




/* -------- 下層ページタイトル -------- */

#pageTitle{
	width:100%;
	height:94px;
	margin:0 auto 0 auto;
	padding:50px 0 0 0;
	background:url(../images/bg_title.png);
}

#pageTitle h1{
	max-width:1280px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	color:#fff;
	font-size:222%;
	font-weight:normal;
	line-height:1.3;
}


#pageTitle h1 span{
	max-width:100px;
	margin:0 20px 0 0;
	padding:5px 30px;
	background:#fff;
	font-size:80%;
	color:#183d98;
}


/* ---------------page-top--------------- */

#page-top {
	position: fixed;
	bottom: 100px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
	padding: 0 0;
	display: block;
}


#page-top img {
	width:100px;
}

/* --------------footer-------------- */

footer{
	width:100%;
	margin:0 auto 0 auto;
	padding:40px 0 50px 0;
	background:#0072B6;
}

footer #footer{
	width:1100px;
	margin:0px auto 0 auto;
	padding:0 0 0 0;
    overflow:hidden; 
}

footer #footLogo{
	width:100px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: left;
}

footer #txt{
	width:900px;
	margin:15px 0 0 0;
	padding:0 0 0 0;
	float: right;
}

footer #footer ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#fff;
	list-style-type:none;
}


footer #footer li{
	display:inline-block;
	margin:0 40px 0 0;
	padding:0 0 0 0;
	font-size:108%;
	line-height:1.7;
}

footer #footer h3 img{
	width:200px;
	margin:40px 0 0 0;
	padding:0 0 0 0;
	color:#fff;
}

footer #footer p{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-size:93%;
	line-height:1.5;
	color:#fff;
}


footer #footer li a{
	color:#fff;
}

footer #footer li a:hover{
	color:#fff;
	text-decoration: underline;
}


p.copyright{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:93%;
	color:#fff;
	font-family:'Helvetica';
}






/* ＊＊＊＊＊　トップページ　＊＊＊＊＊ */



#visuPC{
	margin:30px 0 0 0;
	padding:0 0 0 0;
}

#visuPC img{
	width:100%;
	height:463px;
	object-fit: cover;　←この一行を追加
	font-family: 'object-fit: cover;'; /*IE対策*/
	text-align:center;
}


#visuSP{
	display:none;
}




/* ----topService----- */



#topService{
	width:100%;
	margin:0 auto 0 auto;
	padding:65px 0;
	overflow:hidden; 
}

#topService ul{
	width:1155px;
	margin:0 auto 0 auto;
	padding:0 50px;
	list-style-type:none;
}


#topService li {
	width:330px;
	margin: 0 27px 0 27px;
	padding:0 0;
	float:left;
}

#topService li div.photo img{
	border-radius: 7px;
}

#topService li h3{
	padding:20px 0 0 5px;
	font-size:146%;
	line-height:1.5;
	text-align:left;
}

#topService li p{
	padding:10px 0 20px 5px;
	font-size:100%;
	line-height:1.7;
	text-align:left;
}

#topService li img{
	width:100%;
	margin: 0 0;
}




/* ----topHistory----- */


#BGtopHistory{
	width:100%;
	margin:0 0 0 0;
	padding:0 0;
	background:#ededed;
}

#topHistory{
	width:1100px;
	margin:0 auto 0 auto;
	padding:70px 0;
	overflow:hidden;
}

#topHistory div.photo{
	margin:0 0 0 0;
	padding:0 0 40px 40px;
	float:right;
}

#topHistory h2{
	padding:0 0 0 0;
	font-size:153%;
	line-height:1.5;
}

#topHistory p{
	margin:0 0 0 0;
	padding:30px 0 0 0;
	color:#333;
	font-size:108%;
	line-height:1.7;
}

#topHistory p.right{
	margin:30px 0 0 0;
	padding:0 0 0 0;
	text-align:right;
}









/* ＊＊＊＊＊　下層ページタイトル　＊＊＊＊＊ */



#pagetitle{
	width:100%;
	margin:30px auto;
	padding:30px 0;
	background: linear-gradient(90deg, #008F42, #0072B6);">90deg
}


#pagetitle h1{
	width:1100px;
	margin:0 auto;
	padding:0 0;
	font-size:168%;
	color:#fff;
}









/* ＊＊＊＊＊　会社概要　＊＊＊＊＊ */




#aboutus{
	width:1100px;
	margin:0 auto;
	padding:0;
	overflow:hidden; 
}

#aboutus div.aboutus{
	width:1100px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
    overflow:hidden; 
}

#aboutus div.aboutus h2{
	margin:50px 0 0 0;
	padding:10px 20px;
	font-size:146%;
	line-height:1.5;
	background:#ededed;
}

#aboutus div.aboutus div.ph{
	width:400px;
	margin:30px 0 0 0;
	padding:0;
	float:right;
}

#aboutus div.aboutus table{
	width:650px;
	margin:30px 0 0 0;
	padding:0;
	border-collapse: collapse;
	float:left;
}

#aboutus div.aboutus table th{
	width:150px;
	margin:0;
	padding:10px 10px;
	border-bottom:1px solid #ddd;
	font-size:108%;
	line-height:1.5;
	text-align:left;
}

#aboutus div.aboutus table td{
	margin:0;
	padding:10px 10px;
	border-bottom:1px solid #ddd;
	font-size:108%;
	line-height:1.5;
}

#aboutus div.map{
	width:1100px;
	margin:100px auto 0 auto;
	padding:0 0 0 0;
}

#aboutus div.map h2{
	margin:70px 0 0 0;
	padding:10px 20px;
	font-size:146%;
	line-height:1.5;
	background:#ededed;
}

#aboutus div.map iframe{
	margin:30px 0 0 0;
	padding:0 0 0 0;
	font-size:146%;
	line-height:1.5;
	text-align:center;
}



#aboutus div.history{
	width:1100px;
	margin:100px auto 100px auto;
	padding:0 0 0 0;
    overflow:hidden; 
}

#aboutus div.history h2{
	margin:70px 0 0 0;
	padding:10px 20px;
	font-size:146%;
	line-height:1.5;
	background:#ededed;
}

#aboutus div.history ul{
	margin:30px 0 0 0;
	padding:0 0;
	list-style-type:none;
    overflow:hidden; 
}

#aboutus div.history li{
	margin:0 30px 0 0;
	padding:0 0;
	float:left;
}

#aboutus div.history table{
	width:100%;
	margin:30px 0 0 0;
	padding:0;
	border-collapse: collapse;
	border-top:1px solid #ddd;
}

#aboutus div.history table th{
	width:150px;
	margin:0;
	padding:10px 10px;
	border-bottom:1px solid #ddd;
	font-size:108%;
	line-height:1.5;
	text-align:center;
}

#aboutus div.history table th.title,
#aboutus div.history table td.title{
	background:#f5f5f5;
	border-right:1px solid #fff;
	text-align:center;
}

#aboutus div.history table td{
	margin:0;
	padding:10px 10px;
	border-bottom:1px solid #ddd;
	font-size:108%;
	line-height:1.5;
}











/* ＊＊＊＊＊　サービス案内　＊＊＊＊＊ */




#service{
	width:1100px;
	margin:0 auto;
	padding:0;
	overflow:hidden; 
}

#service div.service{
	width:1100px;
	margin:-20px auto 0 auto;
	padding:0 0 100px 0;
    overflow:hidden; 
}

#service div.service h2{
	margin:70px 0 0 0;
	padding:10px 20px;
	font-size:146%;
	line-height:1.5;
	background:#ededed;
}

#service div.service h3{
	margin:30px 0 -10px 20px;
	padding:0 20px 10px 0;
	font-size:123%;
	line-height:1.5;
	border-bottom:1px dotted #ccc;
}

#service div.service p{
	margin:0 0 0 0;
	padding:20px 0 0 20px;
	font-size:116%;
	line-height:1.7;
}

#service div.service ul,
#service div.service ol{
	margin:0 0 0 0;
	padding:20px 0 0 40px;
	font-size:116%;
	line-height:1.7;
}




/* ＊＊＊＊＊　FAQ　＊＊＊＊＊ */




#faq{
	width:1100px;
	margin:0 auto;
	padding:0;
	overflow:hidden; 
}

#faq div.faq{
	width:1100px;
	margin:0 auto 0 auto;
	padding:0 0 100px 0;
    overflow:hidden; 
}

#faq div.faq ul,
#faq div.faq ol{
	margin:0 0 0 0;
	padding:20px 0 0 0;
	font-size:116%;
	line-height:2;
	list-style-type:none;
}

#faq div.faq ul a,
#faq div.faq ol a{
	color:#0072B6;
}

#faq div.faq h2{
	margin:70px 0 0 0;
	padding:10px 20px;
	font-size:146%;
	line-height:1.5;
	background:#ededed;
}

#faq div.faq h3{
	margin:30px 0 -10px 20px;
	padding:0 20px 10px 0;
	font-size:123%;
	line-height:1.5;
	border-bottom:1px dotted #ccc;
}

#faq div.faq p{
	margin:0 0 0 0;
	padding:20px 0 0 20px;
	font-size:116%;
	line-height:1.7;
}









/* ＊＊＊＊＊　お問い合わせ　＊＊＊＊＊ */


#contactForm{
	width:1080px;
	margin:0 auto 0 auto;
	padding:50px 0 100px 0;
	text-align:center;
}

#contactForm p{
	margin:0 0 0 0;
	padding:0 0 30px 0;
	font-size:123%;
	line-height:1.8;
}

#contactForm div.tel{
	width:1080px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#contactForm p.time{
	width:405px;
	margin:10px auto 0 auto;
	padding:3px 0;
	background:#ddd;
	text-align:center;
	font-size:108%;
}

#contactForm h2{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:230%;
	line-height:1;
}

#contactForm h3{
	margin:0 0 50px 0;
	padding:0 0 0 0;
	font-size:158%;
	line-height:1.5;
}

#contactForm p span{
	margin:0 10px 0 0;
	padding:3px 5px;
	vertical-align: middle;
	font-weight:normal;
	background:#c00;
	color:#fff;
	font-size:93%;
	line-height:1.7;
}


#contactForm ul{
	margin:40px 0 0 0;
	padding:0 0 0 0;
	font-size:108%;
	line-height:1.8;
	text-align:center;
	list-style-type:none;
}

#contactForm p.txt{
	margin:50px 0 0 0;
	padding:0 0 0 0;
	font-size:100%;
	line-height:1.7;
}

#contactForm p.txt2{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:100%;
	line-height:1.7;
}

#contactForm table{
	width:100%;
	margin:0 0 0 0;
	padding:0 0px 0px 0px;
	border-top:1px dotted #ccc;
	border-collapse: collapse;
}

#contactForm table th{
	width:250px;
	margin:0;
	padding:10px 30px 10px 0;
	vertical-align: middle;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	font-size:108%;
	line-height:1.7;
	text-align: right;
}

#contactForm table th span{
	margin:0 10px 0 10px;
	padding:3px 5px;
	vertical-align: middle;
	font-weight:normal;
	background:#c00;
	color:#fff;
	font-size:93%;
	line-height:1.7;
}

#contactForm table td{
	margin:0;
	padding:10px 0 10px 30px;
	border-bottom:1px dotted #ccc;
	vertical-align: middle;
	font-size:108%;
	line-height:1.7;
}



#contactForm td select {
    /*　矢印を消す　*/
    -webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px; /* Firefox用 */
        text-overflow: ""; /* Firefox用 */
    appearance:none;
     
    /*　背景画像の指定　*/
    border:1px solid #999;
    border-radius:3px;
    padding-right:30px;
    background-color:#fff;
    background-repeat:no-repeat;
    background-size:25px 54px;
    background-position:right center;
    cursor:pointer;
	font-size:100%;
	line-height:1.5;
	padding:5px 15px 5px 15px;
	margin:0 0 0 0;
	color:#666;
}

#contactForm td input{
	font-size:100%;
	margin:3px 0;
	padding:5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
	font-size:100%;
	line-height:1.7;
	font-weight:normal;
}

#contactForm td textarea{
	font-size:100%;
	margin:0;
	padding:5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
}


#contactForm tr.endLine th,
#contactForm tr.endLine td{
	border-bottom:1px solid #ccc;
}

#contactForm p.waku{
	border:1px solid #ccc;
	margin:30px 0px 0px 0px;
	padding:20px 30px;
	font-size:85%;
	line-height:150%;
}

.state{
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}

.state h3{
	border-top:1px solid #ccc;
	background:#f3f3f3;
	margin:20px 0px 0px 0px;
	padding:10px 0px 10px 20px;
	font-size:108%;
	line-height:150%;
	font-weight:normal;
}

.state p{
	margin:0px 0px 25px 0px;
	padding:10px 0px 5px 20px;
	font-size:108%;
	line-height:200%;
	font-weight:normal;
}

.state br.tablet,
.state br.sp{
	display:none;
}

.state p input[type="text"]{
	font-size:100%;
	margin:0;
	padding:3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
}

#submit{
	width:100%;
	margin:15px auto 15px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#submitArea{
	width:100%;
	margin:15px auto 15px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}

input[type="submit"] {
	display:inline-block;
	width:300px;
	margin:50px auto 0 auto;
	padding:20px 0;
	text-align:center;
	background:#0072B6;
	color:#fff;
	border:none;
	font-size:116%;
	line-height:1.7;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:hover {
	background-color: #333;
	cursor: pointer;
}

input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}

input[type="button"] {
	display:inline-block;
	margin:50px 10px 0 10px;
	padding:20px 100px;
	text-align:center;
	background:#ededed;
	color:#666;
	border:none;
	font-size:116%;
	line-height:1.7;
	cursor: pointer;
	border:1px solid #ededed;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="button"]:hover {
	background-color: #ddd;
	cursor: pointer;
}


#doui{
	margin:60px 0px 60px 0px;
	padding:20px 0px 20px 0px;
	font-size:108%;
	line-height:150%;
	border:1px solid #ccc;
	text-align:center;
}

#doui a{
	display:block;
	margin:0 0 10px 0;
	padding:0 0;
	font-size:108%;
	line-height:150%;
	color:#09357F;
}

#doui span{
	margin:0 10px 0 10px;
	padding:3px 5px;
	vertical-align: middle;
	font-weight:normal;
	background:#D3AE05;
	color:#fff;
	font-size:93%;
	line-height:1.7;
}


.privacy01{
	margin:10px 0 0 0;
	padding:0 0;
	font-size:100%;
	line-height:1.7;
	text-align:center;
}

.wid600{width:600px;}
.wid500{width:500px;}
.wid300{width:300px;}
.wid150{width:150px;}
.wid90{width:90px;}
.moac{ime-mode:active;}
.moin{ime-mode:inactive;}




#contactForm p.error_messe{
	width:500px;
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	font-size:108%;
	line-height:1.8;
	border-top:1px dotted #ccc;
	color:#c00;
}