/* CSS Document */

/* 共通 */
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	line-height: 1.7;
    letter-spacing: 0.03em;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-size:18px;
}

p {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:0;
}

.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

ul {
margin: 0 ;
padding: 0;
}

h2 {
margin:0;
padding:0;
}

h3 {
margin:0;
padding:0;
}

/* left */

/* container */


.container {
	margin:0 auto;
	width:900px;
}

.h1 {
	margin: 0 auto;
	height:15px;
	font-size:11px;
	color:#FFC04D;
	text-align:center;
	line-height:100%;
	font-weight: normal;
	background-image:url(../img/top/h1.jpg);
	background-repeat:repeat-x;
}

.header{
	background-image:url(../img/top/logo_bg.jpg);
	background-repeat:repeat-x;
	width:900px;
	height:75px;
}
.header_sp{
	display: none;
}

.title{
	float:left;
	width:160px;
	height:62px;
	margin-top:0;
	padding-left:20px;
}

.logo_moji{
	float:right;
	width:220px;
	height:75px;
	margin:0;
}

.main_img{
	width:900px;
	height:auto;
}
.main_img img {
	width:100%;
	height:auto;
	display:block;
}


/* navi */
.wrapper_spnavi{
	display: none;
}

.navi{
	margin:0 auto;
	padding:0;
	width:900px;
	height:40px;
	line-height:0;
	list-style:none;
}

.navi li{
	margin:0;
	padding:0;
	width:150px;
	height:40px;
	float:left;
	position:relative;
	display:inline;
}

/* navi */
/* left */

.h2_area{
	width:700px;
	padding:31px 0 0 0;
}
.h2_sp{
	display: none;
}

.left {
	float:left;
	width:700px;
	text-align:left;
}

.hujisakihari {
	line-height: 180%;
	font:16px;
	width:380px;
	padding:20px 0 0 20px;
	float:left;
}

.seo_local {
	/* 上に20pxの間隔をあけ、左右と下は0にします */
	margin: 20px 10px;  
	font-size: 15px;
	line-height: 170%;
	color: #575042;
  }

.seo_local_h2 {
	font-size: 18px;
	color: #9d7d31;
	margin-bottom: 10px;
	font-weight: bold;
}

.seo_local_p {
	margin: 0;
}

.seo_local a {
	color: #734A00;
}

.gaikan {
	width:280px;
	padding-top:10px;
	padding-right:19px;
	float:right;
}
.gaikan img {
	width:100%;
	height:auto;
	display:block;
}

.syoujyou {
	padding-top:38px;
	font-weight:bolder;
	width:700px;
}

.img_h2 {
	padding-bottom:20px;
}

.e1 {
	padding:0 14px 30px 19px;
	width:150px;
	float:left;
}

.e1_p {
	padding-top:0;
	padding-right:17px;
	width:168px;
	float:left;
}

.e2 {
	padding:0 15px 30px 0;
	width:150px;
	float:left;
}

.e2_p {
	padding-right:17px;
	width:150px;
	float:left;
}

.e3 {
	padding:0 14px 30px 19px;
	width:150px;
	float:left;
}

.e3_p {
	padding-right:17px;
	width:168px;
	float:left;
}

.e4 {
	padding:0 15px 30px 0;
	width:150px;
	float:left;
}

.e4_p {
	padding-right:17px;
	width:150px;
	float:left;
}

.kitene {
	width:667px;
	margin:40px auto 46px auto;
	font-weight:normal;
	font-size:18px;
}

.hoken {
	margin-left:41px;
}

.syuukan {
	width:700px;
	overflow:hidden;
}

.uketuke {
	margin-top:40px;
	margin-left:41px;
	max-width:564px;
	width:100%;
	height:auto;
	display:block;
}

.week {
	margin-top:20px;
	margin-left:41px;
	max-width:618px;
	width:100%;
	height:auto;
	display:block;
}

/* 外枠のスタイル */
.insurance-box {
    border: 5px solid #c5a059; /* 画像の金色の枠線を再現 */
    padding: 40px 20px;
	margin: 40px 20px 40px 0;
    max-width: 650px;
    width: 100%;
    box-sizing: border-box;
    color: #382708;
    line-height: 1.7;
	font-size: 20px;
}

/* タイトル部分 */
.titlehoken {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

/* ※注記部分 */
.notice {
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em; /* ※マークのぶら下げインデント */
}

/* リスト部分 */
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
}
.list li:first-child {
    /* 文字の下半分にゴールドのマーカー線を引く */
    background: linear-gradient(transparent 80%, #fff0cc 60%);
    display: inline-block; /* 線を文字の長さぴったりに収める設定 */

	
	
}

/* アスタリスク（＊）の再現 */
.list li::before {
    content: "＊";
    position: absolute;
    left: 0;
    top: 0;
}

/* leftここまで */
/* right */

.right {
	float:right;
	width:200px;
	padding-top:31px;
}

.right_navi{
	padding:0;
	margin:0;
	line-height:0;
	list-style:none;
}
.pt60 {
	padding-top:60px;
}

.pt10 {
	padding-top:10px;
}

.pt9 {
	padding-top:9px;
}
.map {
	width: 530px;
	height: 280px;
	padding-left:24px;
}
/* right */
/* footer */
.footer {
	height:90px;
	background-image:url(../img/top/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-top:31px;
	position:relative;
}
.address {
	font-style:normal;
	color:#734A00;
	font-size:12px;
	position:absolute;
	top:10px;
	left:17px;
}

.copy {
	font-style:normal;
	color:#734A00;
	font-size:12px;
	position:absolute;
	top:10px;
	right:17px;
}
.footer_logo{
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;

}

/* footer */
/* container */
