@charset "utf-8";
/* CSS Document */

/* base
  ---------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

body {
	font-size: 14px;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top:#005c99 6px solid;
	border-bottom:#005c99 6px solid;
	line-height:160%;
	letter-spacing:1px;
 }

.sp {
	display: none !important;
}

/***************************************
header
****************************************/
header {
	padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.header-left p {
	font-size: 12px;
	color: #ababab;
}

.header-right p {
	font-size: 12px;
	color: #ababab;
	padding-left: 81px;

}

.header-left {
	float: left;
}

.header-right {
	float: right;
}

/***************************************
gnavi
****************************************/
nav {
	max-width: 100%;
    background-color: #80c1ea;
    margin: 20px 1px;
    border-top: 2px solid #005c99;
    border-bottom: 2px solid #005c99;
}

.g-nav {
	max-width: 1200px;
	margin: 0 auto;
}


.g-nav ul {
	display: table;
	margin: 0 auto;
	    width: 100%;;
	text-align: center; 
}

.g-nav ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	background: #80c1ea;
    color: #ffffff;
	width: 14%;
	border-right: 1px solid #ffffff;
}

.g-nav ul li:first-child {
	border-left:  1px solid #ffffff
}

.g-nav ul li a {
	display: block;
    padding: 0.5em 0;
    color: #FFFFFF;
    text-decoration: none;
}
 
.g-nav ul li a:hover {
	background: #ffffff;
	color: #80c1ea;
	transition-property: all;
  	transition: 0.3s linear;
}

.g-nav ul li.current {
	background: #ffffff;
	color: #80c1ea;
	transition-property: all;
  	transition: 0.3s linear;
}

.g-nav ul li.current a {
	color: #80c1ea;
}
 
.g-nav ul li a span,
.drawer-menu ul li a span{
	display: block;
	font-size: 11px;
}

/***************************************
contents-area
****************************************/
.contents-area {
	max-width: 1200px;
	margin: 20px auto;
}


/***************************************
main
****************************************/
#main {
	/*margin: 25px auto 0 auto; */
    /* width: 70%; */
    /* clear: both; */
    max-width: 1200px;
    margin: 20px auto;
}

/***************************************
left
****************************************/
.left-side {
	width: 70%;
	float: left;
	margin-right:30px;
	margin-bottom:40px;
}

/***************************************
info
****************************************/
#info {
	min-height: 330px;
    max-width: 800px;
    padding: 15px 0 0 0;
    font-size: 14px;
    border: 1px #7ec9fd solid;
    margin-left: 10px;
}

#info dt{
	background-color:#7ec9fd;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	margin:0 10px 5px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  }

#info dd {
  max-width: 750px;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 10px;
}

#info p {
	text-align: right;
	padding: 10px;
}



/***************************************
main_banner
****************************************/
#main_banner a img {
	padding: 10px 0;
	border-bottom: 1px dotted #7dc9fd;
	max-width: 102%;
}


/***************************************
right-side
****************************************/
.right-side {
	width: 25%;
	float: right;
}

#content{
	padding:11px 0 8px 0;
}

#content img{
	width: 100%;
}

#content a{
	display:block;
	text-align:center;
	margin:0 auto 11px auto;
}

.right-side h2{
	background-color:#7ac7fd;
	color:#ffffff;
	padding:8px 20px 7px;
	font-size:14px;
}

.right-side div{
	margin-bottom:25px;
	background-position:bottom;
}

#right_link{
	padding:15px 0 8px 0;
}

#right_link a{
	display:block;
	text-align:center;
	margin:0 auto 15px auto;
}


/***************************************
会社概要
****************************************/
#co_table{
	width: 100%;
    border: 1px #AAA solid;
    margin-bottom: 30px;
}

#co_table th {
	width: 20%;
	/*border-right:1px #CCC dotted;*/
	border-bottom:1px #AAA dotted;
	background-color:#f6f6f6;
	text-align:left;
	vertical-align: middle;
	font-weight:normal;
	padding:10px 25px;
}

#co_table td {
	border-left:1px #CCC dotted;
	border-bottom:1px #AAA dotted;
	padding:10px 10px;
}

/***************************************
保険の種類
****************************************/
.hoken_syurui{
	max-width:800px;
	margin:0 auto;
}
.hoken_syurui ul{
	clear:both;
	width: 100%
}

.hoken_syurui li{
	float: left;
    width: 50%;
    display: table-cell;
}

.hoken_syurui li img{
	max-width: 100%;
}



.hoken_syurui a{
	display:block;
	margin:8px;
}

.hoken_syurui a:hover {
	background-image: url(../img/icom-li.png);
    background-repeat: no-repeat;
    background-position: 96px 41px;
}

/***************************************
代表挨拶
****************************************/
img.gree-img {
	width: 100%;
}

p.gree {
	line-height: 2em;
	font-size: 16px;
}


/***************************************
リンク
****************************************/
.link{
	max-width:840px;
	margin-bottom:30px;
}

.link a,.link_b{
	color: #ffffff;
    text-decoration: none;
    background-color: #7ec9fd;
    display: block;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0 10px 25px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.link a:hover,.link_b:hover{
	color: #696969;
	background-color:#ffea6f;
	display:block;
	font-weight:bold;
	padding:5px 10px;
	margin: 0 10px 25px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google*/
}

.link dd{
	padding:10px 10px 20px 50px;}

/***************************************
個人情報保護
****************************************/
.pri {
	padding: 20px;
}

.pri-koumoku {
	line-height: 3em;
}


/***************************************
サイトマップ+リンクリスト
****************************************/
.list {
	font-size: 16px;
    max-width: 820px;
    margin: 0 auto;
}

.list ul{
	clear:both;
}
.list li{
	float: left;
    margin: 0 10px;
    text-indent: 15px;
}


.list a{
	display: block;
    padding: 10px 5px;
    width: 380px;
    border-bottom: 1px #cccccc dotted;
}


.list a:hover {
	background-color: #f6f6f6;
    background-image: url(../img/icom-li.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
}


/***************************************
title
****************************************/
.title01{
	background:url(../img/title-icom01.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 18px;
	font-size:18px;
	margin-bottom:15px;
}

.title02{
	color: #fff;
    background-color: #7ec9fd;
    font-weight: bold;
    padding: 10px 10px;
    margin: 0 10px 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
    font-size: 16px;
    letter-spacing: 3px;
}

img.tel {
	width: 100%;
    margin: 20px 0;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.2);
    border-top: 3px solid #7ac7fd !important;
}

a.mail {
	width: 100%;
	text-decoration: none;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 150%;
    font-weight: bold;
    line-height: 2;
    border: solid 1px #efefef;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    background: #7ac7fd;
}

a.mail p:hvoer {
	opacity: 0.5;
}

/***************************************
word
****************************************/
.w_580{
	width:560px;
	margin:30px auto;
}

/***************************************
お問合せフォーム
****************************************/
#main {
	width: 100%;
    /* margin: 20px auto; */
    /* padding: 5px; */
    text-align: center;
}

#main table {
	width: 100%;
    font-size: 12px;
    margin: 0;
    border: 1px #AAA solid;
    color: #000;
}

#box{
	max-width:840px;
	border:1px #bdf solid;
	margin:20px auto;
	padding:20px 0;
}


.SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}

#main form {
	margin: 0px auto;
	text-align:center;
}

#main td {
	border-bottom: 1px #AAA dotted;
    padding: 10px 10px;
    text-align: left;
}

#main th {
	border-right: 1px #CCC dotted;
    border-bottom: 1px #AAA dotted;
    background-color: #f6f6f6;
    text-align: left;
    font-weight: normal;
    padding: 10px 25px;
    vertical-align: middle;
}

#main table input.text {
	width: 70%;
}

#main table textarea.textarea {
	width: 100%;
}

.Submit {
	background: #fff;
	text-align: center;
}

.ERR {
	color: #f00;
}

.hissu {
	color:red;
	font-size: 8px;
	font-weight: normal;
	line-height: normal;
}

#main .formbx{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}

#main .formbx iframe{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}



/***************************************
資料請求
****************************************/
.siryou-iframe {
		height: 1500px;
}

.contact-iframe {
	height:760px;
}


/*
.iframe {
	width: 110%;
    min-height: 1450px;
}
*/

/**************************************
footer
***************************************/
	
#footer {
	clear: both;
	width: 100%;
	height: 150px;
	margin:0 auto;
	padding: 10px 0 0 0;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	background-color: #7dc9fd;
	border-top: 3px #005c99 solid;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

ul.footer-nav  {
	display: table;
    width: 100%;
	margin-bottom: 10px;
}
ul.footer-nav li{
	display: table-cell;
    text-align: center;
    width: 0%;
}

#footer a{
	font-size: 14px;
	color:#ffffff;
	/*margin:0 8px;*/
	/*padding:4px 5px;*/
	text-decoration: none;
}

ul.footer-nav li a.ls {
	letter-spacing: 2px;
}

#footer a:hover{
	color:#939eaa;
}

#footer p{
	margin:15px auto;
}


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

.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 13px;
}
.pagetop a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.pagetop a:hover {
	text-decoration: none;
	background: #7ec9fd;
	border: 2px solid #ffffff;
}

/*********************** 790px以下用（タブレット／スマートフォン用）の記述 
	*****************************************************************/
@media screen and (max-width: 790px) {
	
	.wrap {
		overflow: hidden;
	}
	
	.pc {
		display: none !important;
	}
	
	.sp {
		display: none !important;
	}
	
	.tb {
		display: block !important;
	}
	
/****************************************
	ヘッダー
*****************************************/
.header-left {
		float: none;
	}
	
.header-right {
    float: none;
}
	
.header-left p,
.header-right p{
	max-width:768px;
	text-align: center;
	padding: 0;
}
	

	
.header-left img,
.header-right img {
		max-width: 100%;
}
	

/****************************************
	グローバルナビゲーション
*****************************************/

		.g-nav ul li {
			display: inline-block;
			width: 49.9%;
			border-right: none;
			border-bottom: 1px solid #ffffff;
			float: left;
		}
	
	.g-nav ul li:first-child {
    	border-left: none;
	}
	
	.g-nav ul li:nth-child(odd){
		border-right:1px solid #ffffff;
	}
	
	.g-nav ul li:nth-child(5),
	.g-nav ul li:nth-child(6){
		border-bottom: none
	}
	
/****************************************
contents-area
*****************************************/
	.contents-area{
		padding: 0 5px;
	}
	
/****************************************
left-side
*****************************************/
	.left-side {
    	width: 100%;
	}
	
/* トップお知らせ */
	#info {
		margin-left: 0px;
    	height: auto; 
	}
	
/****************************************
left-side
*****************************************/
	
	.right-side {
		width: 100%;
		float: none;
	}
	
/****************************************
right-side
*****************************************/
	
	.right-side img {
		width: 100%;
	}
	
	.right-side h2 {
    background-color: #ffffff;
    color: #ffffff;
    padding: 8px 20px 7px;
    font-size: 14px;
	}
	
	#info dd {
    max-width: 95%;
    padding-left: 20px;	
	}
	
/****************************************
会社概要
*****************************************/
#co_table th {
    display: block;
    width: 100%;
	text-align: center;
    padding: 10px 0;
    
}
	
#co_table td {
	display: block;
    width: 94%;
	padding: 10px;
}
/****************************************
個人のお客様
*****************************************/
.hoken_syurui li {
    float: none;
    width: 100%;
}
	
/***************************************
サイトマップ+リンクリスト
****************************************/
	
.list li {
    float: none;
    margin: 0 10px;
    text-indent: 15px;
    max-width: 100%;
    text-align: center;
}
	
.list a {
    display: block;
    padding: 15px 5px;
    width: 98%;
    border-bottom: 1px #cccccc dotted;
}
	
.list a:hover {
	background-color: #f6f6f6;
    background-image: url(../img/icom-li.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
}

/****************************************
リンク
*****************************************/
.link dd {
        padding: 10px 10px 20px 20px;
}
	
/***************************************
資料請求
****************************************/
.siryou-iframe {
		height: 1500px;
}
	
.contact-iframe {
	height:550px;
}
	
/****************************************
footer
*****************************************/
	#footer {
		height: auto;
		padding: 0;
	}
	
	.footer-inner {
		padding-top: 0;
	} 
	
	footer ul li{
	display: block !important;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    width: 100% !important;
    padding: 15px 0;
    border-top: 2px solid #ffffff;
	}
	
	#footer p {
    	margin: 0;
		padding: 15px;
		background-color: #005c99;
	}
}



@media screen and (max-width:504px) { 
	.pc {
		display: none !important;
	}
	
	.tb {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
/****************************************
	グローバルナビゲーション
*****************************************/
	nav {
		margin: 0;
	}
	
	nav.drawer-nav ul {
		max-width: 100%;
		background-color: #FFFFFF;
		margin:0;
		border-top: none;
		border-bottom: none;
	}
	
	nav.drawer-nav ul li {
		padding: 20px 0;
		border-bottom: 1px solid #dddddd;
		text-align: center;
	}
	
	nav.drawer-nav ul li a {
		text-decoration: none;
		color: #39393a;
	}
	
	.drawer-hamburger p {
		margin-top: 15px;
	}
	
/***************************************
お問合せフォーム
****************************************/
	#main th,
	#main td {
	display: block;
    width: 100%;
    padding: 10px 0;
	}	
/***************************************
資料請求
****************************************/
	.siryou-iframe {
		height: 1800px;
	}
	
	.contact-iframe {
		height:780px;
	}
}