@charset "utf-8";
/* 個人情報保護方針
------------------------------------------------ */
.privacy-list {
	margin: 0 22.1% 0 13.6%;
	color: #000000;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy-list dt {
	background: url(./images/privacy/icon_green.png) no-repeat 0 4px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0 0 9px 0;
}

.privacy-list dd {
	font-size: 16px;
	margin: 0 0 69px 0;
}

.privacy-info {
	margin: 0 13.3% 69px 13.6%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.privacy-info-ttl {
	font-size: 23px;
	border-bottom: 1px solid #CFECCE;
	color: #000000;
	padding: 0 0 4px 0;
	margin-bottom: 12px;
}

.privacy-info-txt {
	font-size: 16px;
	color: #000000;
}

.privacy-info-list {
	margin-left: 20px;
	list-style-type: disc;
}

a.privacy-link-color {
	color: #000000;
}

.privacy-contact {
	padding: 0 16px;
}


.privacy-ol {
	margin-left: 20px;
	list-style-type: decimal;
}

/* screens smaller than 750px
--------------------------------------------------- */
@media only screen and (max-width:750px) {
.privacy-list {
	margin: 0 1em;
}

.privacy-list dt {
	background: url(./images/privacy/icon_green.png) no-repeat 0 4px;
	font-size: 14px;
	padding: 2px 0 0 25px;
	margin: 0 0 9px 0;
}

.privacy-list dd {
	font-size: 14px;
	margin: 0 0 25px 0;
}

.privacy-info {
	margin: 0 1em 30px 1em;
}

.privacy-info-ttl {
	font-size: 18px;
	margin-bottom: 12px;
}

.privacy-info-txt {
	font-size: 14px;
}


	}
/* /screens smaller than 750px */

/* 勧誘方針
------------------------------------------------ */
.solicitation-lead-block {
	padding: 40px 0 90px 0;
}

.solicitation-lead-txt-top {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 200%;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.solicitation-lead-txt-top::after {
	position: absolute;
	content:"";
	width: 80px;
	height: 1px;
	background: #3A995F;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.solicitation-lead-txt-btm {
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 200%;
}

.solicitation-block {
	margin: 0 14.4% 103px 13.1%;
	font-size: 16px;
	color: #000000;
	line-height: 200%;
}

.solicitation-ttl {
	font-size: 32px;
	font-weight: bold;
	color: #47A648;
	text-align: center;
	margin: 0 0 48px 0;
	line-height: 140%;
}

.solicitation-ul {
	margin-left: 20px;
	list-style-type: disc;
}

.solicitation-ul li {
	margin-bottom: 25px;
}


/* screens smaller than 750px
--------------------------------------------------- */
@media only screen and (max-width:750px) {
.solicitation-lead-block {
	padding: 10px 0 40px 0;
}

.solicitation-lead-txt-top {
	text-align: center;
	font-size: 14px;
	line-height: 180%;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}


.solicitation-lead-txt-btm {
	font-size: 14px;
	color: #000000;
	line-height: 180%;
}


.solicitation-block {
	margin: 0 1em 40px 1em;
	font-size: 14px;
	line-height: 180%;
}

.solicitation-ttl {
	font-size: 24px;
	margin: 0 0 28px 0;
}


	}
/* /screens smaller than 750px */


/* お客さま本位の業務運営に関する方針
------------------------------------------------ */
.fiduciary_duty-container {
  margin: 0 10% 0;
  color: #000000;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size: 16px;
}
.fiduciary_duty-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #4bac46;
  text-align: center;
  margin: 48px 0 32px 0;
  line-height: 140%;
}
.fiduciary_duty-sub-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #393939;
  margin: 0 0 16px 0;
}
.fiduciary_duty-numbered-text {
  margin-bottom: 24px;
}

.fiduciary_duty-numbered-lists {
  counter-reset: number;
  list-style: none !important;
  padding: 0;
}
.fiduciary_duty-numbered-lists li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: .8em;
}
.fiduciary_duty-numbered-lists li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: #4bac46;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:750px) {
  .fiduciary_duty-container {
    margin: unset;
  }
  .fiduciary_duty-ttl {
    font-size: 24px;
  }
  .fiduciary_duty-sub-ttl {
    font-size: 20px;
  }
}


/* SDGs宣言
------------------------------------------------ */
.sdgs-logo {
  margin-bottom: 30px;
  img {
    margin: 0 auto;
  }
}
.sdgs-sub-ttl {
  font-size: 28px;
  color: #393939;
  text-align: center;
}
.sdgs-block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 4%;
  margin-bottom: 60px;
}
.sdgs-initiative-wrap {
	width: 48%;
	padding: 20px;
	border: 1px solid #4bac4655;
	border-radius: 8px;
  display: grid;
  grid-template-rows: 40px 100px minmax(240px, auto) 1fr;
  gap: 16px;
}
.sdgs-image-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 16px;
}
.sdgs-example-wrap {
  background-color: #4bac4610;
  padding: 16px;
  border-radius: 8px;
}
.sdgs-strong-text {
  color: #4bac46;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width:750px) {
  .sdgs-logo {
    img {
      width: 60vw;
      height: auto;
      max-width: 280px;
    }
  }
  .sdgs-sub-ttl {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sdgs-block {
    flex-direction: column;
  }
  .sdgs-initiative-wrap {
    width: 100%;
    grid-template-rows: auto auto auto auto;
  }
  .sdgs-image-wrap {
    img  {
      width: 80px;
      height: 80px;
    }
  }
}

/* 採用情報
------------------------------------------------ */
.recruit_lead_txt {
	text-align: center;
	margin: 15px 0;
}

/* サイトマップ
------------------------------------------------ */
.sitemap-container {
	margin: 0 22.1% 0 13.6%;
	color: #000000;
}
.sitemap-list > li {
	padding: 0 5%;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.sitemap-list > li a {
	color: #4AAC45;
}


.sitemap-list > li > .sitemap-link::before,
.sitemap-list > li > a::before,
.sitemap-list .sub-menu .sub-menu  .sitemap-link::before,
.sitemap-list .sub-menu .sub-menu  a::before {
    content: '>';
    display: inline-block;
    margin-right: 10px;
	color: #4AAC45;
}

.sitemap-list > li > .sub-menu {
    margin-top: 0.5em;
}

.sitemap-list .sub-menu .sub-menu li {
    padding-left: 2em;
}

.sitemap-list > li > .sub-menu > li:first-child {
    margin-bottom: 0.5em;
}

/* screens smaller than 750px
--------------------------------------------------- */
@media only screen and (max-width:750px) {
.sitemap-container {
	margin: 0 1em;
}

.sitemap-list > li {
	font-size: 16px;
}


	}
/* /screens smaller than 750px */

/* TOP
------------------------------------------------ */
.s-content span.sub {
	display: inline;
	font-size: 18px
}

.explanation_txt_block {
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #4BAC46;
}

.explanation_txt_date_block {
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	padding: 15px 0;
	text-align: right;
}

.content {
	width: 100%;
	margin: 0 auto;
}

.top_pet_insurance_block {
	width: 798px;
	margin: 40px auto 0 auto;
}

.top_pet_insurance_img {
	width: 37.5%;
	float: left;
}

.top_pet_insurance_img img {
	max-width: 100%;
	vertical-align: top;
}

.top_pet_insurance_info {
	width: 56.3%;
	float: right;
}

.top_pet_insurance_block_ttl {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 28px;
	color: #4bac46;
}

.top_pet_insurance_block_ttl span {
	display: block;
	text-transform: capitalize;
	font-size: 14px
}

.top_pet_insurance_info_txt {
	font-size: 15px;
	color: #393939;
	line-height: 160%;
}

div.sns_links {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0 60px;
}
.sns_links a {
  margin: 0 10px;
}
.sns_links a img {
  width: 50px;
}

/* screens smaller than 1400px
--------------------------------------------------- */
@media only screen and (max-width:1400px) {
  .content {
    width: 100%;
  }
  .index-main div.sns_links {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0 60px;
  }
  .sns_links a {
    margin: 0 15px;
  }
}
/* /screens smaller than 1400px */

/* screens smaller than 798px
--------------------------------------------------- */
@media only screen and (max-width:798px) {
.top_pet_insurance_block {
	width: 90%;
}

	}
/* /screens smaller than 1400px */

/* screens smaller than 750px
--------------------------------------------------- */
@media only screen and (max-width:750px) {
.s-content span.sub {
	font-size: 16px
}

.explanation_txt_block {
	width: 90%;
}


.explanation_txt_date_block {
	width: 90%;
}

.top_pet_insurance_block {
	box-sizing: border-box;
}
.top_pet_insurance_img {
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
}

.top_pet_insurance_info {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.top_pet_insurance_block_ttl {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 12px;
	text-align: center;
}

.top_pet_insurance_info_txt {
	font-size: 14px
}

	}
/* /screens smaller than 750px */


/* 自動車保険
------------------------------------------------ */
.cmn_ul li {
	margin-left: 18px;
	position: relative;
}

.cmn_ul li::before {
	content: '●';
	display: block;
	position: absolute;
	left: -18px;
	top: 0px;
	width: 18px;

}

/* サイバーセキュリティ保険
------------------------------------------------ */
.cyber_security_ul {
	margin-bottom: 50px;
}

/* 労災上乗せ保険
------------------------------------------------ */
.disaster_about_block {
	padding: 50px 0;
}

/* ボタン
------------------------------------------------ */
a.btn_detail {
	display: inline-block;
	background: url(./images/btn/btn_detail.png) no-repeat 0 0;
}

a.btn_detail:hover {
	background: url(./images/btn/btn_detail_over.png) no-repeat 0 0;
}
a.btn_detail.more {
	width: 160px;
	margin: 50px 0 0;
	border: none;
	color: #4bac46;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	position: relative;
	transition: 0.2s;
	font-weight: bold;
	display: inline-block;
}



a.btn_detail.more:hover {
	background-color: transparent;
	background: url(./images/btn/btn_detail_over.png) no-repeat 0 0;
}
a.btn_detail.more:hover::after {
	background: none;
}
a.btn_detail.more::after {
	display: none;
}

/* ページ内リンク
------------------------------------------------ */
.pageLinkBox {
 position: relative;
}

.pageLink {
 position: absolute;
 top: -150px;
}


/* ページ内リンク
------------------------------------------------ */
.show_pc{
 display: block !important;
}
.show_sp{
 display: none !important;
}
.text_right{
 text-align: right !important;
}
.text_left{
 text-align: left !important;
}
.text_center{
 text-align: center !important;
}
.mt_40{
 margin-top: 40px !important;
}
.mb_40{
 margin-bottom: 40px !important;
}
/* screens smaller than 787px
--------------------------------------------------- */
@media only screen and (max-width:787px) {
.show_pc{
 display: none !important;
}
.show_sp{
 display: block !important;
}
	}
/* /screens smaller than 787px */


/* 新着情報詳細
------------------------------------------------ */
.news-detail-container {
	width: 1152px;
	margin: 0 auto;
}

.news-detail-ttl-block {
	margin: 0 0 32px 0;
	background: url(./images/news/ttl_bg.png) repeat-x 0 100%;
	position: relative;
}

.news-detail-txt-box + h3 {
  margin-top: 40px;
}

.news-detail-ttl {
	font-size: 32px;
	font-weight: bold;
	color: #46A546;
	padding: 0 150px 14px 29px;
}

.news-detail-ttl-date {
	position: absolute;
	bottom: 18px;
	right: 13px;
	font-size: 16px;
}

.news-detail-box {
	padding: 0 30px;
}

.news-detail-img-box {
	text-align: center;
	margin-bottom: 20px;
}

.news-detail-img-box img {
	max-width: 100%;
	vertical-align: top;
}

.news-detail-txt-box {
	font-size: 16px;
	margin-bottom: 50px;
	color: #000000;
}

.column .news-detail-txt-box {
	margin-bottom: 20px;
}

.news-detail-txt-box a {
	color: #46A546;
}

.news-detail-paging-area {
	background: url(./images/news/ttl_bg.png) repeat-x 0 0;
}

.news-detail-paging-block {
	padding: 15px 0 0 0;
}

.news-detail-paging-left {
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.news-detail-paging-right {
	width: 48%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

.news-detail-next,
.news-detail-prev {
	font-size: 16px;
	color: #46A546;
	position: relative;
}

.news-detail-next:before {
	position: absolute;
	top: -3px;
	left: -20px;
	content: '<';
	color: #46A546;
}

.news-detail-prev:after {
	position: absolute;
	top: -3px;
	right: -20px;
	content: '>';
	color: #46A546;
}

a.news-more {
    width: 200px;
    margin: 30px auto 0;
    border: 2px solid #4bac46;
    font-size: 16px;
    font-weight: bold;
    color: #4bac46;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 36px;
    position: relative;
    transition: 0.2s;
}

a.news-more:hover {
    background: #4bac46;
    color: #fff;
}

a.news-more:hover::after {
    background: #fff url(images/arrow-copy.svg) center center/90% no-repeat;
}

a.news-more::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-left: 1em;
    background: #4bac46 url(images/arrow-left.svg) center center/90% no-repeat;
    transition: 0.2s
}

.news-detail-h3-ttl {
	font-weight: bold;
    color: #4bac46;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-detail-h4-ttl {
	font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.news-detail-strong {
  color: #4bac46;
  font-size: 20px;
  line-height: 1.5;
}

.news-detail-list-tbl {
    display: table;
    margin: 0 auto 20px;
}

.news-detail-list-tbl li {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

.news-detail-list-tbl-img {
    text-align: center;
    margin-bottom: 10px;
}

.news-detail-list-tbl-img img {
    max-width: 100%;
    vertical-align: top;
    margin: 0 auto;
}

.news-detail-box table {
  width: 100%;
  border: 2px solid #4bac46;
  text-align: center;
  margin-bottom: 30px;
}
.news-detail-box tr {
  height: 40px;
}
.news-detail-box th,
.news-detail-box td{
  border: 1px solid #4bac46;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.news-detail-box th,
.news-detail-box td:first-child {
  font-weight: bold;
}




/* screens smaller than 1152px
--------------------------------------------------- */
@media only screen and (max-width:1152px) {
.news-detail-container {
	width: 100%;
}
	}
/* /screens smaller than 1152px */


/* screens smaller than 787px
--------------------------------------------------- */
@media only screen and (max-width:787px) {
  .news-detail-ttl-block {
    margin: 0 0 22px 0;
    background: url(./images/news/ttl_bg.png) repeat-x 0 100%;
    position: relative;
    padding-top: 20px;
  }

  .news-detail-strong {
    font-size: 16px;
    line-height: 1.5;
  }

  .news-detail-ttl {
    font-size: 22px;
    padding: 0 10px 10px 10px;
  }

  .news-detail-ttl-date {
    position: absolute;
    bottom: auto;
    top: 0px;
    right: 10px;
    font-size: 14px;
  }
  .news-detail-box {
    padding: 0 10px;
  }

  .news-detail-txt-box {
    font-size: 14px;
    margin-bottom: 30px;
  }


  .news-detail-next,
  .news-detail-prev {
    font-size: 14px;
  }

  .news-detail-h3-ttl {
      font-size: 20px;
  }

  .news-detail-h4-ttl {
      font-size: 18px;
  }

  .news-detail-list-tbl {
      display: block;
      margin: 0 auto 5px;
  }

  .news-detail-list-tbl li {
      display: block;
      padding: 0 10px 15px;
  }

}
/* /screens smaller than 787px */

/* タイトル
----------------------------------------------------*/

.common-ttl03 {
    text-align: center;
    margin-bottom: 4%;
}

.common-ttl03 h1 {
    font-size: 24px;
    font-style: normal;
}

.common-ttl03 h2 {
    font-size: 14px;
    color: #4bac46;
    text-transform: uppercase;
    font-style: normal;
}



/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}
