@charset "UTF-8";

/*======================================


	*********スタイルの名前********


	背景		         #wrapper
						 #nameWrapper
	ヘッダー             #header
	メニュー			 #menu
	メインコンテンツ	 #main（コンテンツとサイドバーを囲う）
	コンテンツ	         #container
	サイドバー           #sidebar
	フッター             #footer
	パンくずナビ         #topicPath
	ヘッダーナビ         #headerNavi
	フッターナビ         #footerNavi
	コピーライト         .copy
	ページ上部へリンク	 .toTop


=======================================*/


/*======================================

	全体の設定

=======================================*/
body{
	text-align: left;
	overflow:visible;
	background:#fff;/*全体背景*/
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

html,body{
    width: 100%;
}
body:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#wrapper{
	width: 100%;
	background: url(../images/.jpg) repeat;
}
img{
	border: none;
}

/*======================================

	ヘッダーの設定

=======================================*/
header{
	width:100%;
}
#head_top{
/*	background:url(../images/logo.jpg) no-repeat;
	background-position:20px;*/
	padding:15px 0;
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
#head_top .logo{
	display:block;
	float:left;
}


#head_top a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#head_top .btn_list{
    margin-top: 8px;
	display:block;
	float:right;
}
#head_top .btn_list li{
    float: left;
}
#head_top .btn_list li:first-child{
    margin-right: 10px;
}

/*======================================

	メニュー領域の設定

=======================================*/
header #navWrapper{
	width:100%;
	background:url(../images/nav_background.gif) repeat-x;

}

header nav{
	width:960px;
	margin:0 auto;
}
header nav li{
	float:left;
}

nav img{
	vertical-align: bottom;
}



#menu{
	clear: both;
	width: px;
	margin: 0 auto;
	text-align: left;
	list-style: none outside;
}
#menu li{
	float: left;
}

/*======================================

	メインコンテンツの設定

=======================================*/
#mainWrapper{
	width: 100%;
	background: url(../images/.jpg) repeat;
}
#main{
	clear: both;
	width: px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#main:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*======================================

	コンテンツ領域の設定

=======================================*/
.container{
	width: 960px;
	margin: 0 auto;
	margin-bottom:50px;
}
.container p{
	font-size:16px;
	line-height:1.8;
	text-align:left;
	padding:0 20px;
}
.container p strong{
	font-weight:bold;
	color:#2F7FD3;
}

h2.page {
	position: relative;
	text-align: center;
	font-size:27px;
	margin-bottom:50px;
}
h2.page span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h2.page::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.container span.h2eng{
	font-size:10px;
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#888888;
}

h3.page {
	font-size:21px;
	border-left:5px solid #086cce;
	text-align:left;
	padding:10px 15px;
	margin:50px 0 20px 0;
}

h4{
    position: relative;
    margin: 30px 0 20px;
    padding: 0.5em 0.5em 0.5em 1.7em;
    color: #333; /* テキスト色 */
    font-size: 18px; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
	 text-align:left;
    border-bottom: 2px solid #69b4f7; /* 下線：太さ 線の種類 色 */
}
h4:before{
    content: "";
    position: absolute;
    background: #086cce; /* 上の□の色 */
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
h4:after{
    content: "";
    position: absolute;
    background:#69b4f7; /* 下の□の色 */
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h5{
	font-size:18px;
	font-weight:bold;
	margin:20px 20px 10px 20px;
	color:#086CCE;
}




p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.container a:link{ color:#333333;}
.container a:visited{ color:#333333;}
.container a:hover{ color:#333333; text-decoration:none;}
.container a:active{ color:#333333; text-decoration:none;}

#topicPath{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height:18px;
}
#topicPath a:link{ color:#333333;}
#topicPath a:visited{ color:#333333;}
#topicPath a:hover{ color:#333333; text-decoration:none;}

.toTop{
}



ul.list01{
	text-align:left;
	list-style-position:outside;
	margin:10px 30px;
	font-size:17px;
	list-style: none;
}

ul.list01 li {
	position: relative;
	margin-bottom:15px;
}
ul.list01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: -1em;
	width: 10px;
	height: 10px;
	background-color: #69b4f7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.list01 li a:link{
	text-decoration:none;
}
ul.list01 li a:visited{
	text-decoration:none;
}
ul.list01 li a:hover{
	text-decoration:none;
	color:#2F7FD6;
}


img.imgLeft{
	float:left;
}

/*外部リンクにアイコン*/
a[target="_blank"]:after {
   content: url(../images/new_window.gif);
	margin-left:10px;
}

/*googleマップ・リンクバナーにつくのを外す*/
section.factory a[target="_blank"]:after,
section.bnrlink a[target="_blank"]:after,
#head_top a[target="_blank"]:after,
.ftNav a[target="_blank"]:after{
	content: "";
	margin: 0;
}

/*======================================

	スライドショー

=======================================*/

#slide {
	width:960px;
	height:400px;
	margin:10px auto 50px auto;
	position:relative;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
}
#slide ul{
	list-style:none;
}


/*======================================

	サイドバーの設定

=======================================*/
#sidebar{
	float: right;
	width: px;
	margin: 0;
	padding: 0;
}
#sidebar ul {
	width: px;
	padding: 0;
	list-style: none inside;
}
#sidebar li {
	padding: 0;
	margin: 0;
}

/*======================================

	フッターの設定

=======================================*/
footer{
	width:100%;
}

.ftNav{
	width:100%;
	background:#fff;
	border-top:solid 1px #ccc;
}
.ftNav ul{

}
.ftNav ul li{
	float:left;
	margin-right:20px;
}

.ftContents{
	width:100%;
	background-color:#45494d;
	padding:30px 0;
}
.ftContents .ftItem {
    width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.ftItem p.copy{
	font-size:12px;
	vertical-align:middle;
	text-align:right;
}

.ftContents p{
	color:#fff;
	font-size:13px;
	margin-top:20px;
    line-height: 1.8;
}



footer section{
	width:960px;
	margin:0 auto;
}

/*======================================

	トップへ戻るボタン

=======================================*/

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border-radius:5px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	border-radius:5px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pagetop a:hover {
	background-color:#3690EA;
}



/*======================================

	index.html

=======================================*/

/*業務内容ショートカット*/

#shortcutWrapper{
	width:100%;
	background:url(../images/bg_gyoumu.gif);
	min-width: 1020px;
	background-position: center center;
	background-size: 100%;
}
h2.top{
	text-align:center;
	margin:0 auto;
	font-size:30px;
	line-height:15px;
}
h2.top span{
	text-align:center;
	font-size:13px;
	color:#086cce;
}
h2.top span:before{
	content: "\A" ;
	white-space: pre ;
}

#shortcutWrapper section{
	width:990px;
	margin:0 auto;
	padding:50px 0;
	padding-left:30px;
}

.card {
  width: 217px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  /*box-shadow: 0 2px 5px #ccc;*/
  float:left;
  margin-right:30px;
}
h1.card-title{
	font-size:20px;
	line-height:15px;
}
h1.card-title span{
	font-size:9px;
	color:#086cce;
}
h1.card-title span:before{
	content: "\A" ;
	white-space: pre ;
}

.card a{
	text-decoration:none;
}
.card:hover{
  background-color: rgba(224,240,255,0.7);
}
.card,
.card::before,
.card::after {
	-webkit-transition: all .8s;
	transition: all .8s;
}


.card-img {
  border-radius: 0 0 5px 5px;
}

figure {
  width: 217px;
  height: 160px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}
figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 0 0 5px 5px;
	}


.card:hover img {
	/* もともと figure:hover img だったのを文字の部分にホバーさせても適応できるように変更 */
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.card-content {
  background-image:url(../images/card_point.gif);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 20px 0;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding:0 10px;
  text-align:center;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}


/*事業所リンク*/

#officeLink{
	width:100%;
	background-color:#f2f2f2;
	padding:50px 0;
}
#officeLink section{
	width:980px;
	margin:0 auto;
}
#officeLink section article{
	margin-top:40px;
}
#officeLink section img{
	float:left;
}
#officeLink section p{
	padding-top:12px;
	padding-left:30px;
	text-align:left;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
}

/*ボタン*/

#officeLink .button {
	display: inline-block;
	width: 200px;
	height: 50px;
	float:left;
	margin:30px 0 0 32px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:16px;
	font-weight:bold;
}
#officeLink .button::before,
#officeLink .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#officeLink .button,
#officeLink .button::before,
#officeLink .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#officeLink .button {
	position: relative;
	z-index: 2;
	background-color:transparent;
	border: 2px solid #086cce;
	color: #086cce;
	line-height: 50px;
	overflow: hidden;
}
#officeLink .button:hover {
	color: #fff;
}
#officeLink .button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
#officeLink .button:hover::after {
	top: 0;
	left: 0;
	background-color: #086cce;
}


/*---20200413 新型コロナウイルスの感染予防対策について---*/

.preventionWrapper{
	width: 880px;
	margin: 50px auto;
	border: 10px solid #cdd7e1;
	padding: 30px;
}
.preventionWrapper h2.prevention{
	color:#086cce;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.preventionWrapper p{
    /*padding: 0 30px 0 30px;*/
    text-align: left;
    overflow: hidden;
    font-size: 16px;
	line-height: 32px;

}

/*--20201030 バナー置き場--*/

.bnrlink_wrapper{
    width: 100%;
    padding: 50px 0;
    background-color: #1a66b0;
}
.bnrlink_wrapper section{
    width:980px;
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.bnrlink_item{
    width: 33%;
    text-align: center;
    padding: 0 20px;
}
.bnrlink_item img{
    width: 100%;
    height: auto;
}
bnrlink_item a img:hover{
    opacity: 0.8;
}


/*======================================

	トップページ以外h1

=======================================*/

.pageTitleArea{
	width:100%;
	height:250px;
	overflow:hidden;
	margin-bottom:50px;
}
.pageTitleArea h1{
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:70px 0 0 0;
	font-size:30px;
}
h1 .h1Wrapper{
	background-color: rgba( 255, 255, 255, 0.55 );
	display: inline-block;
	padding:30px 15px;
	float:left;
}
.pageTitleArea h1 span{
	font-size:13px;
	color:#086cce;
}
.pageTitleArea h1 span:before{
	content: "\A" ;
	white-space: pre ;
}



/*======================================

	事業所

=======================================*/


.h1_jigyo{
	background:url(../images/h1_jigyo.jpg) no-repeat scroll 50% 50% / cover ;
}

section.jigyo{
	width:710px;
	float:right;
}
section.jigyo p{
	line-height:1.8;
	font-size:17px;
}

section.jigyo h3.first {
	margin:0 0 20px 0;
}

section.jigyo .factory{
}

img.mainImg{
	display:block;
	margin:0 auto;
}

#map01,#map02,#map03,#map04,#map05{
	width:650px;
	height:300px;
	margin:20px auto;
	background:#eeeeee;
}

section.jigyo .infowindowclass p{
	font-size:15px;
	line-height:1.5;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#sidebar{
	float:left;
	width:220px;
	margin-right:30px;
}
#sidebar h2{
	font-size:20px;
	color:#fff;
	background:#376CB0;
	padding:30px;
	text-align:center;
}

#sidebar ul{
}
#sidebar li{
	border-bottom:1px solid #ccc;
	font-size:17px;
}


#sidebar li a:link{
	padding:15px 10px;
	text-decoration:none;
	display:block;
	color:#376CB0;
	transition:background 1s,color 1s;
}
#sidebar li a:visited{
	text-decoration:none;
	display:block;
	color:#376CB0;
}
#sidebar li a:hover{
	color:#376CB0;
	text-decoration:none;
	display:block;
	background:#E8F2F8;
	font-weight:bold;
}



/*======================================

	会社概要

=======================================*/


.h1_gaiyo{
	background:url(../images/h1_gaiyo.jpg) no-repeat scroll 50% 50% / cover ;
}


section.greeting {
	background:url(../images/bg_gaiyo.jpg) no-repeat scroll center top;
	padding-bottom:60px;
	padding-top:30px;
}
section.greeting p{
	margin-right:430px;
	line-height:1.9;
	font-size:18px;
}


/*概要table*/

table.company {
    width: 900px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
	 margin-bottom:50px;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #2F7FD3;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #2F7FD3;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #2F7FD3 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    background: #f8f8f8;
    width: 700px;
    padding-left: 40px;
    text-align: left;
    font-size: 15px;
	 line-height:1.6;
}

/*沿革table*/

table.history{
	margin:0 auto;
}
table.history th ,table.history td{
	padding:10px 20px;
	line-height:1.5;
}
table.history th{
	text-align:left;
	border-bottom:solid 1px #fff;
	background-color:#376cb0;
	width:200px;
	color:#fff;
}
table.history td{
	text-align:left;
	border-bottom:solid 1px #ccc;
}




/*======================================

	保険代理業

=======================================*/


.h1_hoken{
	background:url(../images/h1_hoken.png) no-repeat scroll 50% 50% / cover ;
}


div.h1_hoken h1 .h1Wrapper{
	background-color: rgba( 255, 255, 255, 0.8 );
}



section.hoken p{
	line-height:1.8;
	font-size:17px;
}



/*======================================

	自動車整備

=======================================*/


.h1_seibi{
	background:url(../images/h1_seibi.jpg) no-repeat scroll 50% 50% / cover ;
}

section.seibi p{
	line-height:1.8;
	font-size:17px;
}

/*ボタン*/

section.seibi .button {
	display: inline-block;
	width: 400px;
	height: 50px;
	float:left;
	margin:20px 0 20px 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:16px;
	font-weight:bold;
}
section.seibi .button::before,
section.seibi .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
section.seibi .button,
section.seibi .button::before,
section.seibi .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.seibi .button {
	position: relative;
	z-index: 2;
	background-color:transparent;
	border: 2px solid #086cce;
	color: #086cce;
	line-height: 50px;
	overflow: hidden;
}
section.seibi .button:hover {
	color: #fff;
}
section.seibi .button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
section.seibi .button:hover::after {
	top: 0;
	left: 0;
	background-color: #086cce;
}

/*画像*/
ul.syakenImg{
	clear:both;
	margin-left:-15px;
	margin-top:20px;
}
ul.syakenImg li{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}

.imgBox{
	padding:5px;
}
.imgBox img{
	float:left;
	margin-right:30px;
}

.infoBox{
	width:800px;
	overflow:hidden;
	margin:40px auto;
	border:10px solid #cdd7e1;
}
article.infoBox p{
	padding:80px 30px;
	font-size:18px;
}
.infoBox img{
	float:right;
}

/*======================================

	板金修理

=======================================*/


.h1_bankin{
	background:url(../images/h1_bankin.jpg) no-repeat scroll 50% 50% / cover ;
}

section.bankin p{
	line-height:1.8;
	font-size:17px;
}
section.bankin article{
	margin-bottom:40px;
}


section.bankin .imgBox{
	margin-bottom:40px;
	margin-top:10px;
	margin-right:-35px;
}
section.bankin .imgBox img{
	float:left;
	margin-right:35px;

}

.fushoku{
	display:block;
	margin:20px auto 50px;
}




/*======================================

	立会い車検

=======================================*/


.h1_syaken{
	background:url(../images/h1_syaken.jpg) no-repeat scroll 50% 50% / cover ;
}

section.syaken p{
	line-height:1.8;
	font-size:17px;
}

section.about {
	background:url(../images/bg_about.jpg) no-repeat scroll center top;
	padding-bottom:30px;
	padding-top:30px;
	min-height:300px;
}
section.about p{
	margin-right:430px;
	line-height:1.9;
	font-size:18px;
}


.syakenBox{
	width:500px;
	overflow:hidden;
	margin:30px auto 50px auto;
	padding:20px;
	border:10px solid #cdd7e1;
}
article.syakenBox p{
	font-size:18px;
	text-align:center;
}
article.syakenBox p span{
	font-weight:bold;
	font-size:25px;
	color:#CC0001;
	background:url(../images/img_tel01.gif) no-repeat;
	background-position:left top ;
	padding-left:30px;

}

/*車検の流れ*/
.syaken_flow {
	margin: 30px auto;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
.syaken_flow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 50px;
	margin-left: -10px;
}

.syaken_flow > li {
	position: relative;
}

.syaken_flow p.kome{
padding-left:1em;
text-indent:-1em;
margin-left:2em;
}

/* Right content */
.syaken_flow > li .flow_label {
	margin: 0 0 15px 100px;
	background: #e8f2f8;
	color: #333;
	padding: 20px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	/*overflow:hidden;*/
}
.syaken_flow > li .flow_label img {
	float:right;
	margin-left:30px;
	border-radius:5px;
}


.syaken_flow > li .flow_label h2{
	font-weight:bold;
	font-size:22px;
	color:#086CCE;
	padding: 0 0 10px 0;
}
.syaken_flow > li .flow_label p{
	font-size:16px;
	line-height:1.8;
	margin-bottom:5px;
	padding:0 10px;
	/*overflow:auto; */
    zoom:1;
}
ul.syaken_flow .flow_label strong{
	font-weight:normal;
	color:#034d95;
}

.syaken_flow > li:nth-child(odd) .flow_label {
	background: #efefef;
}

/* The triangle */
.syaken_flow > li .flow_label:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e8f2f8;
	border-width: 10px;
	top: 10px;
}

.syaken_flow > li:nth-child(odd) .flow_label:after {
	border-right-color: #efefef;
}

/* The icons */
.syaken_flow > li .flow_number {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 50px;
	top: 0;
	margin: 0 0 0 -25px;
}


/*======================================

	個人情報保護法

=======================================*/


.h1_privacy{
	background:url(../images/h1_privacy.png) no-repeat scroll 50% 50% / cover ;
}

section.privacy_policy p{
	line-height:1.8;
	font-size:17px;
}
section.privacy_policy h4{
	font-weight:normal;
	width:95%;
    margin: 30px auto 20px;
}

.privacyBox{
	width:700px;
	overflow:hidden;
	margin:40px auto 50px auto;
	padding:20px;
	border:10px solid #cdd7e1;
}
article.privacyBox p{
	font-size:17px;
	text-align:left;
}
section.privacy_policy article.privacyBox h5{
	text-align:center;
	font-size:20px;
	color:#086CCE;
	margin:0 0 20px 0;
}
section.privacy_policy article.privacyBox span{
	display:block;
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
}


/*======================================

	お問合せ

=======================================*/


.h1_contact{
	background:url(../images/h1_contact.jpg) no-repeat scroll 50% 50% / cover ;
}

section.contact p{
	line-height:1.8;
	font-size:17px;
}
section.contact p.tel{
	font-size:35px;
	font-weight:bold;
	color:#515151;
	background:url(../images/img_tel01.gif) no-repeat;
	background-position:30px 13px ;
	padding-left:70px;

}
section.contact p.mail{
	font-size:30px;
	color:#515151;
	background:url(../images/img_mail01.gif) no-repeat;
	background-position:20px 18px ;
	padding-left:70px;
	margin-bottom:10px;
}
section.contact p.mail a{
	text-decoration:none;
}
section.contact p.mail a:hover{
	color:#086CCE;
}


/*ボタン*/

section.contact .button {
	display: inline-block;
	width: 400px;
	height: 50px;
	float:left;
	margin:20px 0 20px 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:18px;
	font-weight:bold;
}
section.contact .button::before,
section.contact .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
section.contact .button,
section.contact .button::before,
section.contact .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.contact .button {
	position: relative;
	z-index: 2;
	background-color:transparent;
	border: 2px solid #086cce;
	color: #086cce;
	line-height: 50px;
	overflow: hidden;
}
section.contact .button:hover {
	color: #fff;
}
section.contact .button::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
section.contact .button:hover::after {
	top: 0;
	left: 0;
	background-color: #086cce;
}

/*テンプレート*/
.templateBox{
	width:500px;
	overflow:hidden;
	margin:20px 0;
	border:10px solid #cdd7e1;
}
article.templateBox p{
	padding:30px;
	font-size:16px;
}





/*======================================

	サイトマップ

=======================================*/
section.sitemap{
}
.h1_sitemap{
	background:url(../images/h1_sitemap.png) no-repeat scroll 50% 50% / cover ;
}

.h1_sitemap .h1Wrapper{
	background-color:#fff;
	display: inline-block;
	padding:30px 15px;
	float:left;
}


section.sitemap p{
	line-height:1.8;
	font-size:17px;
}/*
section.sitemap ul.sitemapList{
	margin-left:50px;
	line-height:1.8;
	font-size:18px;
	margin-bottom:10px;
}
section.sitemap ul.sitemapList li{
	border-left:5px solid #086CCE;
	margin:10px 5px;
	padding-left:10px;
}
section.sitemap ul.sitemapList li ul{
	margin-left:40px;
}
section.sitemap ul.sitemapList li ul li{
	font-size:17px;
	border:none;
}
*/


section.sitemap ul li {
	position: relative;
}
section.sitemap ul li::after,
section.sitemap ul li::before {
	display: block;
	content: '';
	position: absolute;
}
section.sitemap ul li::after {
	top: 12px;
	left: -1.2em;
	width: 13px;
	height: 13px;
	background-color: #AFDCF8;
	border-radius: 100%;
}



section.sitemap ul.sitemapList{
	margin-left:50px;
	margin-right:100px;
	line-height:2.0;
	font-size:18px;
	float:left;
}
section.sitemap ul.sitemapList li{
}
section.sitemap ul.sitemapList li a:link{
	text-decoration:none;
	color:#333;
}
section.sitemap ul.sitemapList li a:visited{
	text-decoration:none;
	color:#333;
}
section.sitemap ul.sitemapList li a:hover{
	text-decoration:none;
	color:#3690EA;
}


section.sitemap ul.sitemapList li ul{
	margin-left:40px;
}
section.sitemap ul.sitemapList li ul li{
	font-size:17px;
	border:none;
}
section.sitemap ul li ul li::after {
	top: 13px;
	left: -1.2em;
	width: 9px;
	height: 9px;
	background-color: #46A4DA;
	border-radius: 100%;
}



/*コンテンツ名-----------------*/
/*コンテンツ名-----------------*/
/*コンテンツ名-----------------*/
/*会社案内-----------------*/
/*お問合せ-----------------*/
/*サイトマップ-----------------*/
/*プライバシーポリシー-----------------*/