/* Body */
body {
    margin: 0;
    padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
    text-align:left;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	background: #fff;
	color:#333;
}


.clearfix {
	zoom:1;/*ie7*/
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
}



img {
line-height: 0px; font-size: 0px; padding:0px;
border: none;
}

img.image-auto {
  max-width: 100%;
  height: auto;
}

p {
	padding:10px 0px 10px 0px;
}

.bd {border: solid 1px #ccc;}

/* ボスクリ */
.cb	{
	clear:both;
}	

.dn {
	display: none;
}
	
.bn a:hover img{
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
    transition: opacity 0.5s;
} 	
	
.div_line {
	border-bottom: dotted 1px #959595;
	margin: 20px 0px 20px 0px;
}

.banner img {
	outline: none;
	border: solid 1px #ccc;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari and chrome */
	-khtml-border-radius:10px; /* Linux browsers */ 
	border-radius:10px; /* CSS3 */
}


/* ラップ */
.wrap	{
    margin: 0;
	padding:0;
/*    border:solid 1px #ccc;　　*/
}

.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flx {
	float: left;
	margin-right: 50px;
}

.copyright2 {
	text-align: center;
	font-size: 13px;
	padding: 10px;
	color: #7e7e7e;
}

.icon_banner{
	text-align: center;
	padding: 20px 0px 0px 0px;
}

.icon_banner img{
	height: 25px;
}


.features
	{
		margin: 0;
	}


/* ページトップへ戻るボタン */
#backTop{
	position:fixed;
	right:15px;
	bottom:20px;
	z-index:2000;
	cursor:pointer;
}


/* 背景色 */
.bgx {
	background:#f2f2f2;
	padding: 25px 15px;
}
.bgy {
	background:#006eb0;
	padding: 15px 0px 5px 0px;
}
.bgz {
	background:#e9f5fb;
	padding: 20px 15px;
}


/*    border:solid 1px #ccc;　　*/


h1 {
	text-align: center;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.3em;
	color: #0a549c;
    border-bottom: solid 1px  #0a549c;
	 padding: 0px 0px 5px 0px;
	 margin: 0px 0px 20px 0px;	
}

h2 {
	text-align: center;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.3em;
	color: #0a549c;
    border-bottom: solid 1px  #0a549c;
	 padding: 0px 0px 5px 0px;
	 margin: 0px 0px 20px 0px;	
}

h3 {
	text-align: center;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.3em;
	color: #00b900;
    border-bottom: solid 1px  #00b900;
	 padding: 0px 0px 5px 0px;
	 margin: 0px 0px 20px 0px;	
}


h4 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight:300;
	color: #333;
	background: #dcc0fd;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 6px;
	margin: 10px 0px  20px 0px;
}

h5 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #e51785;
    
    border:solid 1px #e51785;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 10px;
	margin: 20px 0px  20px 0px;
}

h6 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight:300;
	color: #fff;
	background: #317ef1;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 6px;
	margin: 10px 0px  20px 0px;
}



.minc { font-family:  'Hiragino Mincho Pro'; }

.divline  {
	border-bottom: dotted 1px #555;
	margin: 20px 0px 20px 0px;
}

.prx {
	margin: 0px 0px 0px 0px;	
}




/* TOP ************************************************/
/* ヌルッと伸びる罫線EFFECT */
.ex_bn a{
	display: inline-block;
	position: relative;
	color: #006eb0;
 	text-decoration: none;
}
.ex_bn a:before{
	content: "";
	position: absolute;
	left: 32%;
	bottom: 50px;
	width: 38%;
	height: 2px;
	background: #006eb0;
	transform: scale(0, 1);
	transition: 0.4s;
}
.ex_bn a:hover:before {
	transform: scale(1);
}

/*
.ex_bn a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	height: 2px;
	background: #006eb0;
	transform: scale(0, 1);
	transition: 0.4s;
}
*/






/* 保険バナー */
.hoken_bn0  {
	text-align: center;
    margin: 0px 0px 10px 0px;
}

.hoken_bn  {
	text-align: center;
    margin: 0px 0px 10px 0px;
}

.hoken_bn a{
	display: inline-block;
	position: relative;
	color: #2ea7e0;
 	text-decoration: none;
}
.hoken_bn a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background: #ccc;
	transform: scale(0, 1);
	transition: 0.4s;
}
.hoken_bn a:hover:before {
	transform: scale(1);
}


.about_txt {
	text-align: justify;
	font-size: 15px;
	font-weight:normal;
	line-height: 1.6em;
	color: #333;
	 padding: 0;
	 margin: 0px 0px 15px 0px;
	 letter-spacing: 0.3em;
}


.up {
	position: absolute;
	width: 30px;
	bottom:7px;
	right:7px;
}





/* 会社概要 ***********************************/
table#comp {
	width:100%;
    border-collapse:collapse;
	 margin: 0px 0px 15px 0px;
}

table#comp tr {
    border-collapse:collapse;
}

table#comp th {
	width:25%;
    border-collapse:collapse;
	text-align: center;
     vertical-align: middle;
	padding:6px;
	font-size:15px;
	line-height: 1.5em;
	font-weight:normal;
	color: #333;
}

table#comp td {
    border-collapse:collapse;
    vertical-align: middle;
	padding:6px 10px 6px 25px;
	font-size:15px;
	line-height: 1.5em;
	font-weight:normal;
	margin-left:10px;
	color: #333;
}

.ls2 {
	letter-spacing: 2.0em;
}
.ls3 {
	letter-spacing: 0.5em;
}
.ls4 {
	letter-spacing: 0em;
}
.ls5 {
	letter-spacing: 1.0em;
}

.btop {
	border-top:solid 1px #a6a6a6;
}

table#comp a{
	color: #2b9fda;	
	text-decoration: underline;
}

table#comp a:hover{
	color: #6ea4cd;
	text-decoration: underline;
}

.map_icon {
	min-height: 20px;
	background-image: url(../img/common/map_icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
/* 	border: solid 1px #ccc; */
}

.tgc {
	width: 180px;
	text-align: center;
}

.map_icon2 {
	min-height: 20px;
	background-image: url(../img/common/map_icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 0px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
/* 	border: solid 1px #ccc; */
}

.map_icon2 a{
	color: #2b9fda;	
	text-decoration: underline;
}


.rtel {
	color: #2b9fda;
}

.shop {
	margin: 0px 0px 15px 0px;
	position: relative;
	border: solid 1px #a6a6a6;
}

.shop img {
}

.up_s {
	position: absolute;
	width: 70px;
	bottom:20px;
	right:10px;
}






/* プライバシーポリシー　-----------------------------------------*/

.pp_tittle {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight:normal;
	color: #0a549c;
	border: solid 1px #0a549c;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
    
	padding: 5px 15px;
	margin: 10px 0px  15px 0px;
}

.pp_tittle2 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight:normal;
	color: #0a549c;
	padding: 0px 0px;
	margin: 0px 0px  15px 0px;
}

.pp_tittle3 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight:normal;
	color: #555;
	padding: 0px 0px;
	margin: 0px 0px  15px 0px;
}

.pix {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color: #0a549c;
	padding: 0px 0px;
	margin: 10px 0px  0px 0px;
}

.pp {
	text-align:justify;
	font-size: 14px;
	color: #333;
}

.pp a{
	color: #0a549c;
	text-decoration: underline;
}

.pp_con {
	background:url(../img/comp/mail.png);
	background-repeat: no-repeat;
	padding:0px 0px 0px 30px;
	margin:10px 0px 0px 0px;
}

ul.pp_list {
	padding: 0px 10px 10px 20px;
	margin: 0px 0px 10px 0px;
	}

ul.pp_list li {
	list-style-type: disc;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.3em;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
/* 	border-bottom: dotted 2px #ccc; */
	}


ol.no_list {
	padding: 0px 10px 10px 20px;
	margin: 0px 0px 10px 0px;
	}

ol.no_list li {
	list-style-type: decimal;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.3em;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
/* 	border-bottom: dotted 2px #ccc; */
	}

	

	
table#pp2 {
	width:100%;
    border-collapse:collapse;
	 margin: 0px 0px 15px 0px;
}

table#pp2 tr {
    border-collapse:collapse;
}

table#pp2 th {
	width:25%;
    border-collapse:collapse;
	text-align: center;
     vertical-align: middle;
	padding:6px;
	font-size:14px;
	line-height: 1.5em;
	font-weight:normal;
	color: #333;
	border: solid 1px #ccc;
}

table#pp2 td {
    border-collapse:collapse;
    vertical-align: middle;
	padding:6px 10px 6px 25px;
	font-size:14px;
	line-height: 1.5em;
	font-weight:normal;
	margin-left:10px;
	color: #333;
	border: solid 1px #ccc;
}

.pp_box {
	padding: 10px 15px;
	margin: 0px 0px 15px 0px;
	border: solid 1px #ccc;
}

.pp_box a {
	color: #0a549c;
	text-decoration: underline;
}

.pix2 {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color: #0a549c;
	padding: 0px 0px;
	margin: 10px 0px  7px 0px;
}

table#pp3 {
	width:100%;
    border-collapse:collapse;
	 margin: 0px 0px 15px 0px;
}

table#pp3 tr {
    border-collapse:collapse;
}

table#pp3 th {
	width:25%;
    border-collapse:collapse;
	text-align: center;
     vertical-align: middle;
	padding:6px;
	font-size:14px;
	line-height: 1.5em;
	font-weight:normal;
	color: #333;
	border: solid 1px #ccc;
}

table#pp3 td {
    border-collapse:collapse;
    vertical-align: middle;
	padding:6px 10px 6px 25px;
	font-size:14px;
	line-height: 1.5em;
	font-weight:normal;
	margin-left:10px;
	color: #333;
	border: solid 1px #ccc;
}





/* お問合せ　-----------------------------------------*/
.con_tittle{
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;	
}

.cbx {
	font-size: 14px;
	color: #0a549c;
	border: solid 1px #0a549c;
	padding: 15px;
}

.cbt {
	text-align: center;
	font-size: 15px;
	color: #fff;
    background: #0a549c;
	padding: 10px;
}

.ctel {
	text-align: center;
	margin: 10px 0px 5px 0px;
	padding: 0;
}

.ctel img {
	max-width: 190px;
}

.con_blue {
	text-align: justify;
    color: #067cbf;
	font-size: 14px;
	line-height: 1.3em;
	padding: 0;
	margin-bottom: 15px;	
}

.con_red{
	color: #ff0000;
}

.con_att{
	text-align: justify;
	font-size: 15px;
	color: #4679f9;
	margin-bottom: 20px;	
}

.con_att a{
	color: #4679f9;
	background: #ffe100;
	padding: 2px;
	text-decoration: underline;
}

.con_tel {
	width: 280px;
	margin: 0px 0px  30px 0px;
}


.contat_box {
	margin:0;
	padding: 0;
    font-size:14px;
   width:100%;
}

.contat_box a {
	text-decoration:none;
	font-size:14px;
	color: #478ffc;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:none;
	text-align:left;
}

.complete {
	text-align: center;
	color: #0a549c;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 5px;
}

.ttb {
	text-align: center;
	margin: 0px 0px  20px 0px;
}

.ttb img {
	max-width: 300px;
}



input[type=text]{
   font-size:14px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;

   width:90%;
   height:40px;
   padding:0px 10px;
}

input[type=email]{
   font-size:14px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;

   width:90%;
   height:40px;
   padding:0px 10px;
}

input[type=text]:focus {
   border:solid 1px #0a88f3;
}

textarea {
	font-size:14px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;

   width:90%;
   height:200px;
   padding:10px;
}


textarea:focus {
   border:solid 1px #0a88f3;
}

::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}

.contact_error{
	text-align: center;
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px;
}

.contact-submit {
    width:200px;
    height:60px;
	font-size: 15px;
	color: #0774ef;
	padding: 7px 23px;
	background: -moz-linear-gradient(
		top,
		#ebedea 0%,
		#bfbfbf);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ebedea),
		to(#bfbfbf));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b1b3b1;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(186,186,186,0.7),
		0px 1px 0px rgba(184,184,184,0.3);
}


.css3button {
    width:200px;
    height:60px;
	font-size: 15px;
	color: #194510;
	padding: 7px 23px;
	background: -moz-linear-gradient(
		top,
		#ebedea 0%,
		#bfbfbf);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ebedea),
		to(#bfbfbf));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b1b3b1;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(186,186,186,0.7),
		0px 1px 0px rgba(184,184,184,0.3);
}



/* 吹き出し */
	#tooltip
	{
		font-size: 13px;
	    color: #333;
	    background-color: #ffe100;
	    position: absolute;
	    z-index: 100;
	    padding: 15px;
	    background-image: url(../img/wks/close.png);
	    background-repeat: no-repeat;

		-moz-background-size:15px 15px;
		background-size:15px 15px;
		background-position: right top;	    

	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
	}
 

		
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffe100;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
    #tooltip.top:after
    {
        border-top-color: transparent;
        border-bottom: 10px solid #ffe100;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after
    {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after
    {
        right: 10px;
        left: auto;
        margin: 0;
    }


.tool_cap {
	text-align: left;
	font-size: 13px;
	margin-top: 10px;
}




/* アコーディオンメニュー //////////////////////////////////////////*/
ol ,ul{
	list-style:none;
	margin:0;
	padding: 0;
}

#menu{
	margin:0;
	padding: 0;
}

.archive{
	height:25px;
	padding: 9px 5px 3px 35px;
	cursor:pointer;	
	color: #2877bd;
	background: url(../img/ot/acc_close.png);
	background-repeat:no-repeat;
	background-position:5px 8px;	
			
	border: solid 1px  #2877bd;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari and chrome */
	-khtml-border-radius:5px; /* Linux browsers */ 
	border-radius:5px; /* CSS3 */
}

.archive.open{
	background: url(../img/ot/acc_open.png); 
	background-repeat:no-repeat;
	background-position:5px 8px;	
}

.archive a {
	color: #2877bd;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.subMenu ul{
	margin:0;
	padding: 0;
}

.subMenu li{
	margin:0;
}



