/*--------------------------------------------------------------
# TOPページ
--------------------------------------------------------------*/
.first {
	width: 80%;
	text-align:center; 
	font-size: 18px;
	line-height: 1.6em;
	color: #333;
	background:#ffe100;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0;		
}

.sis {
	padding: 0 15px;
}
.sis-txt {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.sis-box {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
.sis-fig {
	width: 18%;
}
.sis-fig-plus {
	display: none;
}
.sis-fig-1 {
	margin: 0px 0px 10px 0px;
}
.sis-fig-2 {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 700;
	color: #333;	
}
.sfc1 {color:#b80006;}
.sfc2 {color:#446cac;}
.sfc3 {color:#4d9236;}
.sfc4 {color:#ca7d11;}
.sfc5 {color:#0f9d97;}


/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
	.sis-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 50px 0px;
	}
	.sis-fig {
		width: 30%;
	}
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	.sis-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 50px 0px;
	}
	.sis-fig {
		width: 30%;
	}
}

@media (max-width: 520px) {
	.sis-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 50px 0px;
	}
	.sis-fig {
		width: 48%;
	}
	.sis-fig-plus {
		display: block;
		width: 40%;
		padding: 70px 0px 0px 0px;
	}
}


/*--------------------------------------------------------------
# 下層ページ共通設定
--------------------------------------------------------------*/
.content-title {
	width: 300px;
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
	color: #333;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: dotted 2px #111;
}
.content-sub-title {
	text-align: center;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0px 0px 30px 0px;
}

.c-divline {
	width: 200px;
	border-bottom: dotted 2px #000;
	padding: 5px 0;
}

.content-txt {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0px 0px 30px 0px;
}

.content-txt2 {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 0px 0px 30px 0px;
	border: solid 1px #908b80;
	border-radius: 20px;
}	
.content-txt3 {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 1.3em;
	padding: 10px 20px;
	margin: 0px 0px 30px 0px;
	border: solid 1px #908b80;
	border-radius: 20px;
}

.tx-red {
	color: #ff0000;
	font-weight: 700;
}
.tx-blue {
	color: #397bdd;
	font-weight: 700;
}


/* 緊急時受付窓口バナー */
.erd-btn-top {
	width: 380px;
	padding: 0;
	margin: 20px 0px 20px 0px;
}
.erd-btn {
	width: 300px;
	padding: 0;
	margin: 20px 0px 20px 0px;
}

.erd-btn a {outline: none;}



/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
	.erd-btn-top {
		width: 420px;
		padding: 10px 0;
	}	
	.erd-btn {
		width: 420px;
		padding: 10px 0;
	}
}
/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	.content-txt2 {
		text-align: center;
		padding: 10px;
	}
	.erd-btn-top {
		width: 100%;
		padding: 10px 0;
	}	
	.erd-btn {
		width: 100%;
		padding: 10px 0;
	}	
}

/* ----- Media queries 5th ----- */
@media (max-width: 520px) {

}



/*--------------------------------------------------------------
# 新着情報
--------------------------------------------------------------*/
.top-topix-title {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 1.3em;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	border: solid 1px #908b80;
	border-radius: 17px;
}	

.topix {
  padding: 0;
  margin: 0;
}
.topix-content {
  padding: 0px;
	margin: 0px 0px 0px 0px;
}
.topix-box {
	width: 740px;
	margin: 0 auto;
  padding: 30px 0 20px 0;
	/* border: solid 1px #00ffff; */
}
.topix-unit {
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted 1px #333;
/* 	border: solid 1px #ccc; */
}
.topix-date {
	width: 85px;
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	color: #58483e;
	padding: 3px 0px 0px 0px;
	margin: 0px 20px 0px 10px;
	/* border: solid 1px #ccc; */
}
.topix-title {
	width: 655px;
	text-align: left;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0px 0px 8px 0px;
}
.topix-title a {
	color: #5b6d92;
	text-decoration: none;
	outline: none;
}
.topix-title a:hover {
	color: #7992c4;
	text-decoration: none;
}
.tt-limit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ページネーション */
.page_nation {
	text-align: right;
	font-size: 14px;
	line-height: 1.3em;
  color: #333;
	margin: 0px 0px 30px 0px;
}
.page_nation a {
	color: #5b6d92;	
	text-decoration: underline;
  outline: none;
}
.page_nation a:hover {
	color: #7992c4;
	text-decoration: none;
}
.page_number {
	margin: 0px 10px 0px 0px;
}


/* 記事詳細 */
.topix-detail-box {
  padding: 20px 0;
	/* border: solid 1px #00ffff; */
}
.topix-detail-unit {
	display: flex;
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
/* 	border: solid 1px #ccc; */
}
.topix-detail-date {
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	color: #58483e;
	padding: 3px 0px 0px 0px;
	margin: 0px 15px 0px 10px;
	/* border: solid 1px #ccc; */
}
.topix-detail-title {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	margin: 0px 0px 8px 0px;
}
.topix-detail-txt {
	text-align: justify;
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
	margin: 0px 0px 10px 0px;	
}

.det-wrap {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.det_image {
	margin: 0px 0px 20px 0px;
}


/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
  .topix-box {
    width: 740px;
    margin: 0 auto;
    padding: 20px 0;
    /* border: solid 1px #00ffff; */
  }
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {
  .topix-content {
    width: 100%;
    margin: 0 auto;
  }
  .topix-box {
		width: auto;
    padding: 20px 0;
    /* border: solid 1px #00ffff; */
  }
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
  .topix-content {
    width: 100%;
    margin: 0 auto;
  }
  .topix-box {
    width: 100%;
    padding: 20px 0;
  }
	.topix-date {
		width: 27%;
		padding: 1px 0px 0px 0px;
		margin: 0px 0px 0px 10px;
		/* border: solid 1px #ccc; */
	}
	.topix-title {
		width: 70%;
	}
	.topix-detail-unit {
		display: block;
		padding: 15px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
	/* 	border: solid 1px #ccc; */
	}
	.topix-detail-date {
		text-align: left;
		font-size: 13px;
		line-height: 1.3em;
		color: #58483e;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 5px 0px;
		/* border: solid 1px #ccc; */
	}

	.det-wrap {
		display: block;
	}
	.det_image {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}	
}



/*--------------------------------------------------------------
# 生命保険 ＆ 損害保険
--------------------------------------------------------------*/
.ins-flx-intro {
	display: flex;
	justify-content: start;
	margin: 0px 0px 30px 0px;
}
.ins-fig-1 {
	margin: 0px 20px 0px 0px;
}
.ins-fig-1 img {width: 200px;}

.ins-fig-2 {
	width: 740px;
	font-size: 16px;
	line-height: 1.5em;
	background:#fef4ac;
	border-radius: 15px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.ins-tip {
	display: block;
	position: absolute;
	top:45%;
	left: -30px;
}

/* 保険商品 */
.ins-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ins-fig {
	width: 23%;
	margin: 0px 0px 20px 0px;
}

.ins-f-img {margin: 0px 0px 5px 0px;}
.ins-f-img img {border-radius: 15px;}
.ins-f-txt {
	text-align: justify;
	margin: 0px 0px 0px 0px;
}
.att-box {
	border: dotted 1px #397bdd;
	border-radius: 15px;
	padding: 15px;
}
.ins-f-img2 {
	text-align: center;

	margin: 0px 0px 5px 0px;
}
.ins-f-img2 img {width: 150px;}
.ins-ghost {
	display: block;
	padding: 0;margin: 0;
}

.ins-att {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 100;
	color: #397bdd;
	margin: 0px 0px 0px 0px;
}

/* なんでもご相談窓口 */
.cons-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 0px 20px 0px;
}
.cons-fig {
	width: 30%;
	margin: 0px 0px 20px 0px;
}

.cons-f-img {margin: 0px 0px 5px 0px;}
.cons-f-img img {border-radius: 15px;}
.cons-f-txt {
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

.cons-arrow-pc {
	display: block;
	width: 15px;
	margin: 90px 0 0 0;
}
.cons-arrow-mb {
	display: none;
}

.cons-free {
	text-align: center;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 700;
	color: #FF0000;
	background-color:#fff;
	border: solid 1px #FF0000;
	border-radius: 20px;
	padding: 10px 0;
	margin: 0px 0px 15px 0px;
}




/* ご相談の流れ */
.cp-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	margin: 0px 0px 30px 0px;
}
.cp-box {
	width: 48%;
	display: flex;
	justify-content: start;
	border: solid 2px #ccc;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	position: relative;
}
.cp-box img {
	width: 65px;
}
.cp-fig1 {
	text-align: center;
	margin: 0px 10px 0px 0px;
}
.cp-fig2 {
	margin: 0px 0px 0px 0px;
}
.cp-fig-lead {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: 0px 0px 7px 0px;
}
.cp-fig-txt {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 100;
	margin: 0px 0px 0px 0px;
}
.cp-number {
	position: absolute;
	top:-12px;
	left: -12px;
}
.cp-number img {
	width: 35px;
}


/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	.ins-fig-1 img {width: 250px;}
	.ins-fig-2 {
	width: auto;
	font-size: 16px;
	line-height: 1.5em;
	background:#fef4ac;
	border-radius: 15px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
	.ins-fig {
		width: 30%;
		margin: 0px 0px 20px 0px;
	}
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {

	.ins-flx-intro {
		display: block;
		justify-content: start;
		margin: 0px 0px 30px 0px;
	}
	.ins-fig-1 {
		text-align: center;
		margin: 0px 20px 0px 0px;
	}
	.ins-fig-1 img {width: 200px;
	}
	.ins-fig-2 {
		width: 100%;
		font-size: 16px;
		line-height: 1.5em;
		background:#fef4ac;
		border-radius: 15px;
		padding: 20px;
		margin: 0px 0px 0px 0px;
		position: relative;
	}
	.ins-tip {
		display: none;
		position: absolute;
		top:45%;
		left: -30px;
	}
	.ins-flx {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ins-fig {
		width: 48%;
		margin: 0px 0px 20px 0px;
	}
	.ins-f-img {margin: 0px 0px 5px 0px;}
	.ins-f-img img {border-radius: 15px;}
	.ins-f-txt {
		text-align: justify;
		margin: 0px 0px 0px 0px;
	}
	.ins-ghost {
		display: block;
		padding: 0;margin: 0;
	}
	.cp-flx {
		display: block;
		padding: 0 20px;
		margin: 0px 0px 30px 0px;
	}
	.cp-box {
		width: 100%;
		display: flex;
		justify-content: start;
		border: solid 2px #ccc;
		margin: 0px 0px 20px 0px;
		padding: 10px;
		position: relative;
	}	

	
	/* なんでもご相談窓口 */
	.cons-flx {
		display: block;
	}
	.cons-fig {
		width: 70%;
		margin: 0px 0px 20px 0px;
	}
	.cons-arrow-pc {
		display: none;
	}
	.cons-arrow-mb {
		display: block;
		width: 20px;
		margin: 0 0 30px 0;
	}


}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	.ins-flx-intro {
		display: block;
		justify-content: start;
		margin: 0px 0px 30px 0px;
	}
	.ins-fig-1 {
		text-align: center;
		margin: 0px 20px 0px 0px;
	}
	.ins-fig-1 img {width: 200px;
	}
	.ins-fig-2 {
		width: 100%;
		font-size: 16px;
		line-height: 1.5em;
		background:#fef4ac;
		border-radius: 15px;
		padding: 20px;
		margin: 0px 0px 0px 0px;
		position: relative;
	}
	.ins-tip {
		display: none;
		position: absolute;
		top:45%;
		left: -30px;
	}
	.ins-flx {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ins-fig {
		width: 48%;
		margin: 0px 0px 30px 0px;
	}
	.ins-f-img {margin: 0px 0px 5px 0px;}
	.ins-f-img img {border-radius: 15px;}
	.ins-f-txt {
		text-align: justify;
		margin: 0px 0px 0px 0px;
	}
	.ins-ghost {
		display: block;
		padding: 0;margin: 0;
	}

	.cp-flx {
		display: block;
		padding: 0 20px;
		margin: 0px 0px 30px 0px;
	}
	.cp-box {
		width: 100%;
		display: flex;
		justify-content: start;
		border: solid 2px #ccc;
		margin: 0px 0px 20px 0px;
		padding: 10px;
		position: relative;
	}	

	/* なんでもご相談窓口 */
	.cons-flx {
		display: block;
	}
	.cons-fig {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.cons-arrow-pc {
		display: none;
	}
	.cons-arrow-mb {
		display: block;
		width: 20px;
		margin: 0 0 30px 0;
	}


}

@media (max-width: 520px) {
	.ins-flx {
		display: block;
	}
	.ins-fig {
		width: 100%;
		margin: 0px 0px 50px 0px;
	}
	.cp-flx {
		display: block;
		padding: 0 20px;
		margin: 0px 0px 30px 0px;
	}

	.cp-box {
		width: 100%;
		display: flex;
		justify-content: start;
		border: solid 2px #ccc;
		margin: 0px 0px 20px 0px;
		padding: 10px;
		position: relative;
	}
	.cp-box img {
		width: 60px;
	}
	.cp-fig1 {
		text-align: center;
		margin: 0px 5px 0px 0px;
	}
	.cp-number {
		position: absolute;
		top:-12px;
		left: -12px;
	}
	.cp-number img {
		width: 35px;
	}
}




/*--------------------------------------------------------------
# まんがチラシ集
--------------------------------------------------------------*/

.manga-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
.manga {
	width: 20%;
	margin: 0px 0px 0px 0px;
}
.manga img {
	margin: 0px 0px 7px 0px;
}
.manga a {
	outline: none;
	text-decoration: none;
}
.manga-txt {
	text-align: center;
}


/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	.manga-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0px 0px 30px 0px;
	}
	.manga {
		width: 45%;
		margin: 0px 0px 50px 0px;
	}
	
}

/* ----- Media queries 5th ----- */
@media (max-width: 520px) {

}


/*--------------------------------------------------------------
# 会社概要
--------------------------------------------------------------*/
.comp-flx {
	display: flex;
	justify-content: space-between;
}
.comp1 {width: 48%;}
.comp2 {width: 48%;}

table.comp {
	width:100%;
  border-collapse:collapse;
	margin: 0px 0px 40px 0px;
}
table.comp tr {
  border-collapse:collapse;
}
table.comp th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	text-align:center;
	color: #333;
	padding:10px 5px 10px 15px;
}
table.comp td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
	padding:10px 5px 10px 15px;
}

.ls2 {letter-spacing: 3.0em;}
.ls3 {letter-spacing: 1.0em;}
.ls4 {letter-spacing: 0.3em;}
.ls5 {letter-spacing: 0em;}

.btop {border-top:solid 1px #a6a6a6;}
.bbtom {border-bottom:solid 1px #a6a6a6;}
.btop2 {border-top:dotted 1px #777;}
.bbtom2 {border-bottom:dotted 1px #777;}
.comp-bg {background: #eef5fe;}

table.comp a{
	color: #2d88cc;	
	text-decoration: underline;
	outline: none;
}
table.comp a:hover{
	color: #6ea4cd;
	text-decoration: underline;
}
.comp-att{
	font-size:14px;
	line-height: 1.3em;
	font-weight:normal;
	color: #2d88cc;
	margin: 5px 0px 0px 0px;
}

.gmap {
	margin: 0px 0px 50px 0px;
}

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

/*--------------------------------------------------------------
# 取扱保険会社
--------------------------------------------------------------*/
.ic-title {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 1.3em;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	border: solid 1px #908b80;
	border-radius: 17px;
}	

ul.ic-list {
	display: flex;
	flex-wrap: wrap;
	list-style-type:none;
	margin: 5px 0px 30px 0px;	
}
ul.ic-list li {
	width:33.333%;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
}
ul.ic-list li a {
	color: #006ab4;
	outline: none;
}

ul.ic-list li a:hover {color: #098fed;}


/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	.comp1 {width: 55%;}
	.comp2 {width: 40%;}

	ul.ic-list li {
		width:50%;
		font-size: 16px;
		line-height: 1.3em;
		margin: 0px 0px 15px 0px;
	}	
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {

	.comp-flx {
		display: block;
	}
	.comp1 {width: 100%;}
	.comp2 {width: 100%;}

	table.comp th {
		width:100px;
		border-collapse:collapse;
		vertical-align: middle;
		font-size:16px;
		line-height: 1.3em;
		font-weight:normal;
		text-align:center;
		color: #333;
		padding:10px 5px 10px 15px;
	}

	ul.ic-list {
		display: block;
		list-style-type:none;
		margin: 5px 0px 30px -30px;	
	}
	ul.ic-list li {
		width:100%;
		font-size: 16px;
		line-height: 1.3em;
		margin: 0px 0px 15px 0px;
	}	
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {

	.comp-flx {
		display: block;
	}
	.comp1 {width: 100%;}
	.comp2 {width: 100%;}


	table.comp th {
		width:100px;
		border-collapse:collapse;
		vertical-align: middle;
		font-size:15px;
		line-height: 1.3em;
		font-weight:normal;
		text-align:center;
		color: #333;
		padding:10px 5px 10px 0px;
	}
	table.comp td {
		border-collapse:collapse;
		vertical-align: middle;
		font-size:16px;
		line-height: 1.3em;
		font-weight:normal;
		color: #333;
		padding:10px 5px 10px 15px;
	}	

	ul.ic-list {
		display: block;
		list-style-type:none;
		margin: 5px 0px 30px -30px;	
	}
	ul.ic-list li {
		width:100%;
		font-size: 16px;
		line-height: 1.3em;
		margin: 0px 0px 15px 0px;
	}		
}


/*--------------------------------------------------------------
# 緊急時受付窓口
--------------------------------------------------------------*/
.erd-att-pc {
	display: block;
	text-align: center;
	font-size:18px;
	line-height: 1.3em;
	font-weight:700;
	color: #ff0000;
	margin: 0px 0px 30px 0px;
}
.erd-att-mb {
	display: none;
}

table.erd {
	width:100%;
  border-collapse:collapse;
	margin: 0px 0px 40px 0px;
}
table.erd tr {
  border-collapse:collapse;
}
table.erd th {
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
	border: solid 1px #ccc;
	padding:10px;
}
table.erd td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	text-align:center;
	color: #333;
	border: solid 1px #ccc;
	padding:10px;
}

.erd-center {text-align: center;}
.erd-gray {
	background: #f2f2f2;
	color: #333;
}
.erd-blue {
	background: #eaf6fd;
	color: #037ec9;
	font-weight: 700;
}


.erd-box {
	border: solid 1px #ccc;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.erd-icon {
	width: 80px;
	position: absolute;
	bottom:10px;
	right: 10px;

}
.erd-comp {
	font-size:17px;
	line-height: 1.3em;
	font-weight:100;
	color: #333;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 10px 0px;
}
.erd-tel-01 {
	height: 25px;
	background-image: url(../img/erd/erd-icon01.png);
	background-repeat: no-repeat;
	background-size: 70px;
	font-size:18px;
	line-height: 1.3em;
	font-weight:700;
	color: #037ec9;
	padding: 1px 0px 0px 80px;
	margin: 0px 0px 10px 0px;
}
.erd-tel-02 {
	height: 25px;
	background-image: url(../img/erd/erd-icon02.png);
	background-repeat: no-repeat;
	background-size: 70px;
	font-size:16px;
	line-height: 1.3em;
	font-weight:100;
	color: #333;
	padding: 1px 0px 0px 80px;	
}

.erd-pc {
	display: block;
}
.erd-mb {
	display: none;
}

/* ----- Media queries 4th ----- */
@media (max-width: 771px) {
	.erd-att-pc {
		display: none;
	}
	.erd-att-mb {
		display: block;
		font-size:18px;
		line-height: 1.3em;
		font-weight:700;
		color: #ff0000;
		margin: 0px 0px 30px 0px;
	}	
	.erd-pc {
		display: none;
	}
	.erd-mb {
		display: block;	
	}	
}




/*--------------------------------------------------------------
# プライバシーポリシー ＆ 勧誘方針
--------------------------------------------------------------*/
.pp {
	text-align:justify;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
.pp-lead {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 15px;
	font-weight:700;
	color: #397bdd;
	padding: 0;
	margin: 0px 0px 7px 0px;
}
.sp-title {
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
}
.sp-lead1 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	color: #397bdd;
	border-bottom: dotted 1px #397bdd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}
.sp-lead2 {
	display: inline-block;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 300;
	border: solid 1px #ccc;
	border-radius: 15px;
	padding: 5px 20px;
	margin: 0px 0px 15px 0px;
}
ul.spx {
	margin: 0px 0px 30px 0px;	
}
ul.spx li {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0px 0px 10px -20px;
}
.sp-att {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 300;
	margin: 0px 0px 30px 0px;
}


/* 業務運営方針 */
.kpi-divline {
	border-bottom: solid 1px #ccc;
	padding: 0;
	margin: 0px 0px 50px 0px;
}
.fd-lead {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	color: #333;
	border-bottom: dotted 1px #333;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}
ul.fd {
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
ul.fd li {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0px 20px 10px -30px;
}
ul.fd li a {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 700;
	text-decoration: underline;
	outline: none;
}
.fd-att {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 300;
	color: #b80006;
	margin: 0px 0px 30px 0px;
}
.fd-ft {
	text-align: right;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 300;
}
.kpi-title {
	text-align: center;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 700;
	color: #fff;
	background: #098fed;
	border-radius: 15px;
	padding: 5px 20px;
	margin: 0px 0px 20px 0px;
}

table.kpi {
	width:100%;
  border-collapse:collapse;
	margin: 0px 0px 10px 0px;
}
table.kpi tr {
  border-collapse:collapse;
}
table.kpi th {
	width:180px;
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	text-align:center;
	color: #333;
	padding:10px 5px 10px 10px;
	border: solid 1px #7c7c7c;
}
table.kpi td {
  border-collapse:collapse;
	vertical-align: middle;
	font-size:16px;
	line-height: 1.3em;
	font-weight:normal;
	color: #333;
	padding:10px 5px 10px 10px;
	border: solid 1px #7c7c7c;
}
.tac {text-align: center;}
.tar {text-align: right;}

.kpi-att {
	text-align: center;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 300;
	color: #037ec9;
	margin: 0px 0px 30px 0px;	
}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	table.kpi th {width:80px;}	
}








/* ----- Media queries 2nd ----- */
@media (min-width: 992px) and (max-width: 1200px) {
	
}

/* ----- Media queries 3rd ----- */
@media (min-width: 740px) and (max-width: 991px)  {

}

/* ----- Media queries 4th ----- */
@media (max-width: 739px) {
	
}

/* ----- Media queries 5th ----- */
@media (max-width: 520px) {

}