@charset "utf-8";

.fleximg {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width:768px) and ( max-width:1023px) {
  _:-ms-lang(x), .fleximg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
a:hover img {
	opacity: .8;
}

/* header
------------------------------ */
@media (min-width: 1150px) {
 
	.siteLogo {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  margin: 0 10px 0 0;
	  vertical-align: middle;
	}
	.headWrapper {
		position: relative;
  	box-shadow: 0 4px 5px -1px rgba(0,0,0,0.2);
  	z-index: 1000;
	}
  .headerLogo {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .siteHeader {
	  padding: 0;
  }
  .headerNav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .navbar {
	  margin-left: 10px;
	  margin-right: 0;
	  width: 1150px;
  }
  .navbar ul {
    display: flex;
    align-items: center;
  }
  .navbar li {
  }
  .navbar ul li {
    width: 12%;
  }
	.navbar ul li:first-child {
  	width: 6%;
	}  
	.navbar ul li:first-child a {
  	line-height: 0;
	}  
	.navbar ul li:first-child a:hover {
  	background: none;
	}  
  .navbar ul li:nth-child(2), .navbar ul li:nth-child(3) {
    width: 14%;
  }

  .navbar ul li:nth-child(4) {
    width: 19%;
  }
  .navbar>ul>li>a {
    display: block;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar>ul>li>a.btnAttention {
    display: block;
    margin: 0 0 0 30px;
  }
  .navbar>ul>li>ul {
    margin-left: 0;
  }
  
}
@media (min-width: 1500px) {/* 以上 */
	.mainSliderImage {
	  background: no-repeat center #eee;
	}
}
@media (min-width: 1024px) {
  .navbar ul {
    display: flex;
    align-items: center;
  }
  .navbar li {
  }
  .navbar ul li {
    width: 12%;
  }
	.navbar ul li:first-child {
  	width: 6%;
	}  
	.navbar ul li:first-child a {
  	line-height: 0;
	}  
	.navbar ul li:first-child a:hover {
  	background: none;
	}  
  .navbar ul li:nth-child(2), .navbar ul li:nth-child(3) {
    width: 14%;
  }
  .navbar ul li:nth-child(4) {
    width: 19%;
  }
  .navbar>ul>li>a {
    display: block;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar>ul>li>a.btnAttention {
    display: block;
    margin: 0 0 0 30px;
  }
  .navbar>ul>li>ul {
    margin-left: 0;
  }

}

/* top
------------------------------ */
.topMainList {
	border-bottom: 1px dotted #999;
}

.topMainListHeader {
	margin-bottom: 15px;		
}
.topInsurance {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.topInsurance-list {
	width: 24%;
	margin: 0 0 10px;
	padding-top: 5px;
	padding-right: 0;
}
/* ボタンのみ用 */
.moduleBtn {
  position: relative;
  top: 5px;
  margin: 0;
  padding: 5px 0;
  color: #70B926;
}
@media (min-width: 1150px) {
	.topInsurance {
		display: table;
	}
	.topInsurance-list {
		display: table-cell;
		padding-top: 5px;
		padding-right: 20px;
		width: 199px;
	}
	.topInsurance-list:last-child {
		padding-right: 0;
	}
	.topInsurance-img {
		width: 199px;
	}
	.topMainList-ttl {
		display: table-cell;
		padding-right: 20px;
		vertical-align: top;
	}
	.topMainList-item {
		display: table-cell;
		overflow: hidden;
	}
	.topMainList-item > li {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 20px;
		vertical-align: middle;
	}
}
@media screen and (max-width: 1149px) {/* 以下 */
	.topMainListSec {
		margin-bottom: 10px;
	}
	.topMainList {
		margin-top: 0;
	}
	.topMainList-ttl {
		float: left;
		margin-top: 0;
		margin-right: 10px;
	}
.topMainList-ttl > img {
	width: 40px;
}
.topMainList-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:-webkit-center;
	align-items: center;
}
.topMainList-item > li {
	width: 15%;
	margin-right: 20px;
	margin-bottom: 10px;
}

}
@media screen and (max-width: 479px) {
	.topInsurance-list {
		width: 48%;
		margin: 0 0 10px;
		padding-top: 5px;
		padding-right: 0;
	}
}
/* 損保会社見積りサイト */
.bannerLink {
	font-size: 12px;
	text-align: center;
}
.bannerLinkItem {
	margin-bottom: 15px;
}
.bannerLinkItem > a {
	color: #111;
}
@media screen and (min-width: 768px) {
	.bannerLinkItem {
		margin-bottom: 20px;
	}
}
/* サイト情報 */
.linkList:first-child {
	padding-top: 5px;
}
.linkListItem:before {
	content: url(../img/icn_arrw01.png);
	margin-right: 8px;		
}
.offcanvasBar .linkListItem:before {
	content: none;
}
.linkList .acms-list-group-item  {
	border: none;
  padding: 3px 5px;
}
@media screen and (min-width: 768px) {
	.linkListItem:before {
		content: url(../img/icn_arrw01.png);
		margin-right: 8px;		
	}
  .linkList a.acms-list-group-item {
    padding: 7px 5px 7px 5px;
    -webkit-transition: padding 0.15s ease-out;
    transition: padding 0.15s ease-out;
  }
  .linkList a.acms-list-group-item:hover {
    -webkit-transition: padding 0.25s ease-out;
    transition: padding 0.25s ease-out;
  }
}
@media (max-width: 1149px) {
	.pickupPhoto {
		margin: 0 10px 10px 0;
	}
}
/* お知らせ
------------------------------ */
#news .pageTitleWrapper {
	margin-bottom: 50px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #news .pageTitleWrapper {
    height: auto;
  }
}
/* イベント情報
------------------------------ */
.eventImg {
  display: flex;
  flex-flow: wrap row;
}
.eventImg p {
  flex-basis: 50%;
}
.eventTbl {
}
.eventTbl th {
  background: #ddd;
  
}
.eventTbl td {
  background: #fff;  
}
.eventPdf {
  margin: 0 0 30px;
  text-align: center; 
}
.eventPdf a {
  padding: 15px 15px 15px 40px;
  background: #70BA27 url(../images/pdf.gif) 10px center no-repeat;
  background-size: 28px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.eventPdf a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .2s;
}
#event .entryColumn {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .eventTbl {
    border-bottom: 1px solid #eee!important;
  }
  .eventTbl th {
    width: 100px;
    background: #ddd;
    border-top: 1px solid #eee;
  }
  .eventTbl td {
    background: #fff;  
    border-top: 1px solid #eee;
  }
  .eventPdf a {
  padding: 20px 20px 20px 60px;
    background: #70BA27 url(../images/pdf.gif) 20px center no-repeat;
    background-size: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }

}
/* 取り扱い保険会社 ------------------------------ */
#insurance .entryColumn h2 {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}
.entryListBox {
	margin: 0;
	padding: 0 10px 0 15px!important;
}
.entryListBox li {
  display: flex;
  flex-flow: column;

	padding: 10px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-size: 14px!important;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
.entryListBox span {
	display: block;
	margin: 10px 10px 0;
	text-align: left;
	align-self: top;
}
.entryListBox li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
}

/* 目的から選ぶ ------------------------------ */
#select .pageTitle {
	display: none;
}
#select h3 {
	margin: 0;
	background: none;
	font-size: 18px;
	colo: #555;
}
#select h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #70BA27;
}
#select hr {
	margin: 0 0 10px;
}
#select .entry {
	margin: 0;
}
#select .entryColumn strong {
	color: #333;
}
#select .entryBtn {
	margin: -10px 0 50px;
}
#select .acms-page-header {
	display: none;
}
#select .moduleSection {
	margin: 0 0 30px;
}
.selectTitle {
	margin: 0 0 20px 10px;
}
/*
.topMainBannaerHeader {
	display: none;
}
*/
@media screen and (max-width: 1149px) {
	#select .column-image-left,
	#select .column-image-right {
		float: none;
	}
}
/*  button ------------------------------ */
.offcanvasBar p.entryBtn a {
	display: block;
  background: #70BA27 url(../img/icn_arrw02.png) 15px center no-repeat;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;	
}
.entryBtn-block {
  margin-bottom: 10px;
  text-align: center;
}
.entryBtn-block a {
	display: block;
  background: #fff url(../img/icn_arrw01.png) 15px center no-repeat;
  color: #70BA27!important;
  line-height: 1.2;
  border: 1px solid #70BA27;
  padding: 20px 15px 18px 30px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
}
.entryBtn-block a:hover {
  text-decoration: none;
  opacity: 0.8;
}


@media screen and (max-width: 767px) {
	p.entryBtn {
	  margin-bottom: 10px;
	  text-align: center;
	}
	p.entryBtn a {
		display: block;
	  background: #70BA27 url(../img/icn_arrw02.png) 15px center no-repeat;
	  font-weight: bold;
	  color: #FFF;
	  line-height: 1.2;
	  border: 0;
	  padding: 10px 15px 10px 30px;
	  border-radius: 3px;
	}
}
/*  申し込み ------------------------------ */
.appBox {
	overflow: hidden;
	background: #F0F0F0;
	padding: 5px 0;
	margin: 0 0 30px;
	font-size: 12px;	
	text-align: center;
	box-sizing: border-box;
}
.appBox-txt {
	font-size: 11px;
	color: #545454;	
}
.appBox-btn > a {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff url(../img/icn_arrw03.png) 96% center no-repeat;
	background-size: 15px;
	border: 2px solid #70BA27;
	font-size: 14px;
	font-weight: bold;
	color: #70BA27!important;
}
.appBox-btn > a:hover {
	opacity: .8;
	background:	#fff url(../img/icn_arrw03.png) 96% center no-repeat;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.appBox-txt {
		font-size: 14px;	
	}
	.appBox-btn > a {
		width: 60%;
		padding: 15px 0;
		background: #fff url(../img/icn_arrw03.png) 93% center no-repeat;
		border: 4px solid #70BA27;
		font-size: 20px;
	}
	.appBox-btn > a:hover {
		opacity: .8;
		background: #fff url(../img/icn_arrw03.png) 94% center no-repeat;
	}
}
/* エントリー内 */
.entryColumn .appBox {
	margin: 0 10px 30px;
}
.entryColumn .appBox-txt {
	font-size: 11px!important;	  
}
.entryColumn .appBox p {
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .entryColumn .appBox-txt {
  	font-size: 14px!important;	  
  }
  .entryColumn .appBox-btn > a {
  	width: 60%;
  	padding: 15px 0;
  	background: #fff url(../img/icn_arrw03.png) 93% center no-repeat;
  	border: 4px solid #70BA27;
  	font-size: 20px;
  }
}



/* ページタイトル
------------------------------ */
.pageTitleInner {
  display: table-cell;
  position: relative;
  padding: 15px 0;
  vertical-align: middle;
}
.pageTitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 0px 1px white,1px 1px 1px white,1px 1px 1px white,0px 0px 1px white;
}
.pageDescription {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.5;
  text-shadow: 0px 0px 1px white,1px 1px 1px white,1px 1px 1px white,0px 0px 1px white;
}
.pageTitleWrapper-small {
  min-width: 100%;
  margin: 0 auto;
}
.pageTitleWrapper-small p,
.pageTitleWrapper-small h1 {
	margin: 0;
}
.pageTitleWrapper-170 {
  height: 100%;
  margin: 0 auto;
	background: url(../images/bg_other.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (min-width: 768px) {

	.pageTitle170 {
	  margin: 0 0 0 20px;
		font-size: 30px;
		font-weight: bold;
	}
	.pageTitleWrapper-170 {
	  display: table;
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 170px;
    margin: 0 auto;
		background: url(../images/bg_other.jpg) no-repeat center center;
	}

}
@media screen and (min-width: 1150px) { /* 以上 */
	.pageTitleInner {
	  display: table-cell;
	  position: relative;
	  padding: 15px 10px;
	  vertical-align: middle;
	}
	.pageTitle {
	  margin: 0 0 10px 0;
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 1.2;
	  text-shadow: 0px 0px 5px white;
	}
	.pageTitle170 {
	  margin: 0 0 0 20px;
		font-size: 30px;
		font-weight: bold;
	}
	.pageDescription {
	  margin: 10px 0;
	  font-size: 16px;
	  line-height: 1.5;
	  text-shadow: 0px 0px 3px white;
	}
	.pageTitleWrapper-small {
	  display: table;
	  position: relative;
	  min-width: 1150px;
	  max-height: 171px;
	  margin: 0 auto;
	}
	.pageTitleWrapper-170 {
	  display: table;
	  position: relative;
	  min-width: 1150px;
	  height: 170px;
	  margin: 0 auto;
	}
}
/* 上書き -------------------------------------------------------------- */
/* エントリー --- */
.entry {
	border-bottom: none;
}
.entryTitle {
	font-size: 18px;
}
.entryColumn strong {
	color: #FF7F00;
}
.acms-entry h2 {
	margin-bottom: 10px;
	padding-left: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #70BA27;
	border-left: none;
	color: #70BA27;
}
.entryColumn td p {
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 1.5;
}
.entryColumn td p:last-child {
	margin-bottom: 0;
}
/* acms --- */
.acms-label { /* お知らせ */
	margin: 0 0 0 20px;
  padding: 5px 7px 4px;
  border-radius: 3px;
  background-color: #70BA27;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}
.acms-list-group-item {
	padding: 15px 0;
	border-bottom: 2px dotted #E5E5E5;
}
.summaryDefault {
	border-left: 1px dotted #70BA27;
	border-top: 1px dotted #70BA27;
}
.summaryDefaultEntry {
	padding-bottom: 0;
	border-right: 1px dotted #70BA27;
	border-bottom: 1px dotted #70BA27;
}
.summaryDefaultEntry img {
	line-height: 0;
}
.summaryCustomEntry {
	overflow: hidden;	
}
.acms-entry dl dt {
	margin-bottom: 5px;
	line-height: 1.5;
}
.acms-entry dl dd {
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.acms-label { /* お知らせ */
		margin: 0 0 0 5px;
	  padding: 3px 7px 2px;
	  font-size: 10px;
	  vertical-align: middle;
	}
	.entryColumn h2 {
	  font-size: 16px;
	}
	.entryColumn p {
		margin: 0 0 20px;		
	}
	.entryColumn dd,
	.entryColumn dt,
	.entryColumn ol li, 
	.entryColumn ul li {
		font-size: 14px;
	}
	.serialNav {
		font-size: 12px;
	}
	.acms-form input[type="text"], .acms-form input[type="password"], .acms-form input[type="datetime"], .acms-form input[type="datetime-local"], .acms-form input[type="date"], .acms-form input[type="month"], .acms-form input[type="time"], .acms-form input[type="week"], .acms-form input[type="number"], .acms-form input[type="email"], .acms-form input[type="url"], .acms-form input[type="search"], .acms-form input[type="tel"], .acms-form input[type="color"] {
    font-size: 12px;
    padding: 10px 5px 8px;
    line-height: 1;
	}
	.acms-form select {
    padding: 15px 25px 12px 10px;
    font-size: 12px;
    line-height: 1;
   }
}
@media screen and (min-width: 768px) {
	.headlineTitle {
		padding: 10px 0 10px 20px;
		border-left: 1px solid #ccc;
	}
}

/* お問い合わせ ------------------------------ */
.suggestBox {
	background: none;
}
.suggestInner {
	margin: 0 0 15px;
	padding: 10px 10px 0;
	background: #fff;
  border: 4px solid #70BA27;
  box-sizing: border-box;
  text-align: center;
}
.suggestText {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.suggestFreecall {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #70BA27;
}
.suggestFreecall-img {
	width: 35px;
}
.suggestItem {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
.suggestTel {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #70BA27;
  line-height: 1;
}
.suggestTel > span {
	padding: 3px 5px;
	border-radius: 3px;
	background: #70BA27;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
.suggestTel a {
  color: inherit;
}
.suggestFreecall a {
  color: inherit;
}
@media screen and (min-width:768px) and ( max-width:1023px) {
	.suggestText {
	  margin: 0 0 5px;
	  line-height: 1.3;
	  font-size: 14px;
	  font-weight: bold;
	}
  .suggestFreecall {
    margin: 0;
		font-size: 26px;
  }
	.suggestFreecall-img {
		width: 45px;
	}
  .suggestTel {
    margin: 0;
		font-size: 20px;
  }
	.suggestTel > span {
		padding: 5px 10px;
		border-radius: 3px;
		background: #70BA27;
		font-size: 12px;
		color: #fff;
	}
  .suggestHalf {
	  display: table;
	  width: 100%;
	  margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .suggestItem {
    display: table-cell;
    width: 50%;
    padding: 10px 15px 0;
    text-align: center;
  }
}
@media screen and (min-width:980px) and ( max-width:1149px) {
	.suggestText {
	  margin: 0 0 5px;
	  line-height: 1.3;
	  font-size: 16px;
	  font-weight: bold;
	}
  .suggestFreecall {
    margin: 0;
		font-size: 32px;
  }
	.suggestFreecall-img {
		width: 45px;
	}
  .suggestTel {
    margin: 0;
		font-size: 26px;
  }
	.suggestTel > span {
		padding: 5px 10px;
		border-radius: 3px;
		background: #70BA27;
		font-size: 16px;
		color: #fff;
	}
  .suggestHalf {
	  display: table;
	  width: 100%;
	  margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .suggestItem {
    display: table-cell;
    width: 50%;
    padding: 10px 15px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1150px) {
	.suggestBox {
		margin: 50px auto 20px;
	}
  .suggestInner {
		margin: 0;
		padding: 25px 10px 5px;
	  border: 5px solid #70BA27;
  }
	.suggestText {
	  margin: 0 0 5px;
	  line-height: 1;
	  font-size: 18px;
	  font-weight: bold;
	}
  .suggestFreecall {
    margin: 0;
		font-size: 40px;
  }
	.suggestFreecall-img {
		width: 55px;
	}
  .suggestTel {
    margin: 0;
		font-size: 30px;
  }
	.suggestTel > span {
		padding: 5px 10px;
		border-radius: 3px;
		background: #70BA27;
		font-size: 20px;
		color: #fff;
	}
  .suggestHalf {
	  display: table;
	  width: 100%;
	  margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .suggestItem {
    display: table-cell;
    width: 50%;
    padding: 10px 20px 0;
    text-align: center;
  }
}
/* プライバシー ------------------------------ */
.pMark {
	display: flex;
	align-items: center !important;
	text-align: center !important; 
	margin: 0 auto 10px;
	font-size: 10px;
}
.pmimg  { 
	width: 770px; 
	margin: 0 auto;
}
.pmimg  img {
		width: 110px;
}

.pmimg  img#decopa {
		width: 150px;
}
.pmimg > a {
	margin: 0 12px 0 ;
}
.sslBox {
	text-align: center;
}
.sslBox > a {
	color: #111;
	font-size: 12px;
	text-align: center;
}
@media screen and (min-width: 1150px) {
	.pMark {
		display: flex;
		align-items: center;
		width: 1150px;
		margin: 0 auto 20px;
	}
	.pmimg  { 
	width: 770px; 
	margin: 0 auto;
	padding-right: 300px;
	}
	.pmimg > img {
		margin: 0 15px 0 ;
	}
	.pmimg > span {
		font-size: 14px;
	}
	.sslBox {
		text-align: right;
	}
}
@media screen and (max-width:1020px) {
.pMark {
	margin: 0 auto 10px;
}
.pmimg  { 
	width: 100%; 
	}
.pmimg  img {
		width: 80px;
}
.pmimg  img#decopa {
		width: 110px;
}
.pmimg > a {
	margin: 0 8px 0 ;
}
}
@media screen and (max-width: 570px) {
.pmimg  img {
		width: 46px;
}
.pmimg  img#decopa {
		width: 68px;
}
.pmimg > a {
	margin: 0 3px 0 ;
}
}
/* 汎用 ------------------------------ */
.box {
	margin: 0 10px 10px;
	padding: 10px 10px 0;
	border: 3px solid #ddd;
	box-sizing: border-box;
}
.box .ttl {
	padding: 0;
	border: none;
}
.box .mb0 {
	margin-bottom: 0;
}
.mb0 { margin-bottom: 0 }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.entryColumn .link:before {
	content: ">> ";
	color: #70BA27;
}
.btn_link, .btn_link:link {
	padding: 3px 5px 2px 5px;
	background-color: #EE8B00;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff!important;
}
.btn_link:link {
	color: #fff!important;
}
.btn_link:hover {
	opacity: 0.8;
	color: #fff!important;
	text-decoration: none!important;
}
@media screen and (min-width: 1150px) {
	.box {
		padding: 20px 20px 10px;
	}
}
/* 地図 ------------------------------ */
.column-map {
	line-height: 1.5;
	margin-bottom: 20px;
}
.column-map-auto > img {
	display: block;
}
.column-map a {
	display: block;
	font-size: 12px;
	text-align: right;
}
/* 会社案内 ------------------------------ */
#company .pageTitle {
	color: #fff;
	text-shadow: 0px 0px 10px black
}
#company strong {
	color: #333;
}
.philosophy {
  margin: 80px 0 100px;
  text-align: center;
}
@media screen and (min-width: 1150px) {
	#company .pageTitle {
		color: #fff;
		text-shadow: 0px 0px 10px black
	}
}
@media screen and (max-width: 767px) {
	#company .box {
		font-style: 14px;
	}
	#company .box .acms-float-left {
		float: none;
	}
	#company .box .acms-float-right {
		float: none;
	}
  .philosophy {
    margin: 30px 0 50px;
    text-align: center;
  }
}
/* コンサルタントの紹介 ------------------------------ */
.fp header {
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0;
	background: #eee;
	border-bottom: 3px solid #ddd;
}
.fp .entryTitle {
	margin: 20px 20px 0;
	font-size: 30px;
	color: #70BA27;
	line-height: .8;
}
.fp .entryTitle > span {
	font-size: 14px;
	color: #111;
}
.fp-fig {
	margin: 0 30px 0 20px;
	line-height: 0;
	text-align: center;
}
.fp-lead {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}
.fpSec th {
	padding: 10px 5px;
	white-space: nowrap;
}
.fpSec td {
	padding: 10px 5px 10px 10px;
}
.fpSec img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px 1px #bbb;
}
.photoFp {
	float: left;
	margin: 0 10px 0 0;
}
.photoFp > img {
	width: 90px;
}
.photoFpTitle {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.photoFpTitle span {
	font-size: 10px;
}
.photoFp-lead {
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (min-width: 1150px) {
	.fp header {
		overflow: hidden;
		margin-bottom: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #eee;
		border-bottom: 3px solid #ddd;
	}
	.fp .entryTitle {
		margin: 40px 0 0;
		font-size: 40px;
		color: #70BA27;
		line-height: 0.7;
	}
	.fp-fig {
		float: left;
		margin: 0 30px 0 20px;
		line-height: 0;
	}
	.fp-lead {
		font-size: 16px;
	}
	.photoFp > img {
		width: 120px;
	}
	.photoFpTitle {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.photoFpTitle span {
		font-size: 12px;
	}
	.photoFp-lead {
		font-size: 14px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 1149px) {
	.photoFp-lead {
		margin: 0;
	}
}
/* コンサルタントの談話室 ------------------------------ */
.lounge header {
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0;
	background: #eee;
	border-bottom: 3px solid #ddd;
}
.lounge .entryTitle {
	margin: 20px 20px 0;
	font-size: 20px;
	color: #70BA27;
	line-height: 1.3;
}
.lounge-fig {
	margin: 0 30px 0 20px;
	line-height: 0;
	text-align: center;
}
.lounge-lead {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}
lounge-lead > span {
	font-size: 12px;
	color: #111;
}
.lounge-url {
	margin: 5px 0 20px 23px;
	font-size: 12px;
}
.lounge-url > a {
	padding: 0 0 0 12px;
	background: url(../img/icn_arrw01.png) left center no-repeat;		
	
}
.summaryLounge {
	float: left;
	margin: 0 10px 0 0;
}
.summaryLounge > img {
	width: 90px;
}
.summaryLounge-title {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.summaryLounge-name span {
	font-size: 10px;
}
.summaryLounge-name {
	font-size: 12px;
	line-height: 1.4;
}

@media screen and (min-width: 1150px) {
	.lounge header {
		overflow: hidden;
		margin-bottom: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #eee;
		border-bottom: 3px solid #ddd;
	}
	.lounge .entryTitle {
		margin: 40px 0 0;
		font-size: 26px;
		color: #70BA27;
		line-height: 1.4;
	}
	.lounge-fig {
		float: left;
		margin: 0 30px 0 20px;
		line-height: 0;
	}
	.lounge-lead {
		font-size: 18px;
	}
	.lounge-lead > span{
		margin: 0 0 0 5px;
		font-size: 14px;
	}
	.lounge-url {
		margin: 5px 0;
		font-size: 12px;
	}
	.summaryLounge > img {
		width: 120px;
	}
	.summaryLounge-title {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
	}
	.summaryLounge-title span {
		font-size: 12px;
	}
	.summaryLounge-name {
		font-size: 14px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 1149px) {
	.summaryLounge-name {
		margin: 0;
	}
}

/* 無料保険相談 ------------------------------ */
#consult dt {
	margin-bottom: 5px;
	padding: 0 0 3px;
	border-bottom: 1px solid #ddd;
}
#consult dd.label {
	display: inline-block;
	margin: 0 0 10px;
	padding: 3px 5px 2px;
	background: #70BA27;
	font-size: 12px;
	color: #fff;
}
/* 申し込みフォーム ------------------------------ */
.hokenForm-txt {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}
.hokenForm-txt2 {
	margin:10px 0 0;
	font-size: 12px;
	font-weight: normal;
}
.hokenForm-about {
	overflow: scroll;
	height: 200px;
}
.hokenForm-item {
		font-size: 14px!important;
		line-height: 1.5!important;			
}
/* お問い合わせフォーム */
.contact-about {
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #eee;
}
/* サイトマップ ------------------------------ */
.sitemapList {
	margin: 0;
	padding: 0 10px 0 15px!important;
	list-style: none;
	list-style-position: inside;
}
.sitemapList > li {
	margin: 0 0 20px!important;
	border-bottom: 1px dotted #bbb;
	font-size: 16px;
}
.sitemapList > li > a {
	display: block;
	padding: 0 0 5px 15px;
	background: url(../img/icn_arrw01.png) left center no-repeat;
}
.sitemapInList {
	border-top: 1px dotted #bbb;
	margin: 0 0 20px!important;
	padding-top: 10px!important;
	list-style: none;
	list-style-position: inside;	
}
.sitemapInList > li {
	margin-left: -20px!important;
}
.sitemapInList > li > a {
	padding: 0 0 0 15px;
	background: url(../img/icn_arrw01.png) left center no-repeat;
}
@media screen and (min-width: 1150px) {
	.sitemapList {
		padding: 0 0 0 20px!important;
	}
	.sitemapList > li > a {
		padding: 0 0 5px 20px;
	}
	.sitemapInList > li {
		margin-left: -10px!important;
	}
	.sitemapInList > li > a {
		padding: 0 0 0 20px;
	}
}
.fpLink a:link,
.fpLink a:visited{
	color:#70ba27;
}
.fpLink a:hover{
	color:#70ba27;
	border: underline;
}
/* 事故対応・保険会社連絡先 ------------------------------ */
#service .acms-page-header {
  display: none;
}
#service .entryColumn h2 {
  padding: 0 0 5px;
  border-bottom: 2px solid #333;
  color: #333;
}
#service .entryColumn h3 {
	margin-bottom: 10px;
	padding-left: 0;
	padding-bottom: 3px;
	background: none;;
	border-bottom: 1px solid #70BA27;
	border-left: none;
	font-size: 18px;
	color: #70BA27;
}
#service .entryColumn h4 {
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  font-size: 16px;
  color: #333;
  background: #e5e5e5;
}
#service ul {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
}
.service-item {
  margin: 0 0 50px;  
}
.service-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.service-list li {
  width: 199px;
}
.service-dlist {
  display: flex;
  margin: 0 0 10px!important;
}
.service-dlist dt {
  margin: 0 20px 0 0;
}
.service-tbl,
.service-tbl2 {
  margin: 0 0 50px!important;
}
.service-tbl thead th,
.service-tbl2 thead th {
  background: #70BA27;
  color: #fff;
}
.service-tbl2 tbody {
  border-bottom: 1px solid #DFDFDF;
}
.service-tbl2 tbody:nth-child(odd) th,
.service-tbl2 tbody:nth-child(odd) td {
  padding-top: 10px;
  padding-bottom: 0px;
  background: #fff;
  border: none;
}
.service-tbl2 tbody:nth-child(even) th,
.service-tbl2 tbody:nth-child(even) td {
  padding-top: 10px;
  padding-bottom: 0px;
  background: #F5F5F5;
  border: none;
}
.service-tbl2 tbody:nth-child(odd) tr:last-child td,
.service-tbl2 tbody:nth-child(even) tr:last-child td {
  padding-bottom: 10px;
}
.service-tel {
  font-weight: bold;
  color: #70BA27!important;
}
.service-tel a {
    color: #70BA27!important;  
  }
.service-note {
  margin: 0 10px;
  padding: 20px;
  border: 5px solid #70BA27;
  text-align: center;
}
.service-note strong {
  font-size: 18px!important;
  color: #333;
}
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {

  .service-item {
    margin: 0 0 30px;  
  }
  .service-list {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    list-style: none;
  }
  .service-list li {
    overflow: hidden;
    width: 100%;
    padding: 0 0 10px;
  }
  .service-list li img {
    float: left;
    overflow: hidden;
    width: 40%;
    margin: 0 15px 0 0;
  }
  .service-dlist {
    display: flex;
    flex-flow: column;
    margin: 0!important;
  }
  .service-dlist dt {
    margin: 0;
  }
  .service-dlist dt img {
    width: 120px;
  }
  .service-tbl,
  .service-tbl2 {
    margin: 0 0 30px!important;
  }
  .service-tbl2 tbody:nth-child(odd) th,
   .service-tbl2 tbody:nth-child(even) th {
    padding: 10px;
  }
  .service-tbl2 tbody:nth-child(odd) td,
  .service-tbl2 tbody:nth-child(even) td {
    padding: 5px 10px;
  }
  .service-tbl2 tbody:nth-child(odd) tr:last-child td,
  .service-tbl2 tbody:nth-child(even) tr:last-child td {
    padding: 5px 10px;
  }
  .service-note {
    margin: 0 10px 30px!important;
    padding: 10px;
    border: 3px solid #70BA27;
    text-align: left;
  }
  .service-note strong {
    font-size: 14px!important;
  }  
}


/* ===========================================
   タブレット、一部スマホ global navi
=========================================== */
.offcanvasBar {
  display: none;
}
@media screen and (max-width: 767px) {
  .offcanvasBar .acms-list-group {
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .tb-none {
    display: none;
  }
  .tb-show {
    display: block;
  }
}