	@charset "utf-8";
/* ======================================================
 * ELEMENT **********************************************
 * Common Parts
 * Section Parts
 * COMPONENT ********************************************
 * RESPONSIVE *******************************************
 * - 769px <= width <= 1024px
 * Clearfix
====================================================== */
@media only screen and (min-width: 769px), print {
/********************************************************

  ELEMENT

********************************************************/
.cats #topicPath {
	width: 1080px;
	margin: 0 auto;
}

/* mv */
.cats .mv {
	background: #F5F6F8;
	margin-top: 30px;
}
.cats .mv .mv__inner {
	background: url(/cats/img/mv_img.png) no-repeat right 0;
	width: 1080px;
	height: 320px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.cats .mv .mv__inner h1 {
	font-size: 36px;
	font-weight: 600;
	color: #007a48;
	line-height: 1.222;
}
.cats .mv .mv__inner span {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	display: block;
	padding-bottom: 10px;
}

/* section */
.cats .p-sec {
}
.cats .p-sec.is-bgcolor {
	background: #E9E4D6;
}
.cats .p-sec__inner {
	color: #000;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 75px 0 100px;
}
.cats .p-sec__read {
	font-size: 18px;
	text-align: center;
}
.cats .p-sec h2 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #007a48;
	display: block;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: relative;
	padding: 18px 0;
}
.cats .p-sec h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -26px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 19px 0 19px;
	border-color: #007a48 transparent transparent transparent;
	transform: translateX(-50%);
}

/* bubble */
.cats .p-bubble {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 48px;
}
.cats .p-bubble .p-bubble__inner {
	position: relative;
}
.cats .p-bubble .p-bubble__inner::before {
	content: '';
	position: absolute;
    left: -30px;
    top: 15px;
	width: 3px;
	height: 40px;
	background-color: #000;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
}
.cats .p-bubble .p-bubble__inner::after {
	content: '';
	position: absolute;
    right: -30px;
    top: 15px;
	width: 3px;
	height: 40px;
	background-color: #000;
	-webkit-transform: rotate(25deg);
	    -ms-transform: rotate(25deg);
	        transform: rotate(25deg);
}
.cats .p-bubble h3 {
	font-size: 26px;
	font-weight: 600;
	position: relative;
	z-index: 0;
}
.cats .p-bubble h3::before {
	content: '';
	position: absolute;
    left: 0;
    bottom: 5px;
	width: 100%;
	height: 12px;
	background-color: #fff;
	z-index: -1;
}
.cats .p-bubble h3 span {
	color: #007a48;
}
.cats .p-bubble h3 span span {
	font-size: 36px;
}




/* reason */
.cats .p-reason .p-reason__inner {
	border-style: solid;
	border-width: 4px;
	border-color: #007a48;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 85px;
	padding: 80px 90px 60px;
	position: relative;
}
.cats .p-reason .p-reason__inner .icon_num {
	position: absolute;
	left: 50%;
	top: -4px;
	font-size: 42px;
	font-weight: 600;
	color: #fff;
	background-color: #007a48;
	border-radius: 50%;
	width: 74px;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.cats .p-reason .p-reason__inner .icon_num:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #007a48 transparent transparent transparent;
	margin-left: -8px;
}
.cats .p-reason .p-reason__inner h4 {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 30px;
}
.cats .p-reason .p-reason__col {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.cats .p-reason .p-reason__col > div {
	width: 50%;
}
.cats .p-reason p {
	font-size: 18px;
	line-height: 2;
	margin: 0;
}
.cats .p-reason p span {
	color: #53AA32;
}
.cats .caution {
	color: #555;
	display: block;
	text-align: right;
	font-size: 14px;
	margin: 10px 0 0;
}
.cats .p-reason .p-reason__col > div .col--ttl {
	color: #007048;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 12px;
}
.cats .p-reason .p-reason__col > div ul {
	background: #FEF7EF;
	padding: 24px 24px 20px;
	position: relative;
}
.cats .p-reason .p-reason__col > div ul:after {
	background: url(/cats/img/img_cats_01.png) no-repeat;
	background-size: 100%;
	content: "";
	width: 148px;
	max-width: 30%;
	aspect-ratio: 148/100;
	position: absolute;
	right: 16px;
	bottom: 16px;
}
.cats .p-reason .p-reason__col > div ul li {
	color: #53AA32;
	font-size: 18px;
	margin: 0 0 8px;
	padding: 0 0 0 1em;
	position: relative;
}
.cats .p-reason .p-reason__col > div ul li:before {
	background: #007048;
	border-radius: 50%;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
}
.cats .p-reason .p-reason__col > div dl {
	border: 2px solid #C8C8C8;
	width: 100%;
	margin: 0;
}
.cats .p-reason .p-reason__col > div dl dt {
	color: #FFF;
	display: flex;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	padding: .2em .5em;
	align-items: center;
	justify-content: center;
}
.cats .p-reason .p-reason__col > div dl dt.surgery {
	background: #92C400;
}
.cats .p-reason .p-reason__col > div dl dt.hospitalization {
	background: #00913B;
}
.cats .p-reason .p-reason__col > div dl dd {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2em 1.5em;
}
.cats .p-reason .p-reason__col > div dl dd span {
	color: #555;
	font-size: 24px;
}
.cats .p-reason .p-reason__col > div dl dd span.num {
	font-size: 28px;
}

/* banner */
.cats .box_bnr--02 ul {
	width: 1080px;
	margin: 36px auto 45px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cats .box_bnr--02 ul li{
	width: 340px;
	height: 80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.cats .box_bnr--02 ul li:hover{
	opacity: 0.7;
}
.cats .box_bnr--02 ul li::before {
	content: '';
	position: absolute;
	right: 17px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.cats .box_bnr--02 ul li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 20px;
}
.cats .box_bnr--02 ul li a:hover{
	opacity: 1;
}
.cats .box_bnr--02 ul li a span{
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
}
.cats .box_bnr--02 ul li a span.min-txt{
	font-size: 15px;
	font-weight: normal;
}
.cats .box_bnr--02 ul li a span.sub-txt{
	font-size: 15px;
	font-weight: normal;
	position: absolute;
    right: 35px;
}
.cats .box_bnr--02 ul li.bnr_01{
	background: url(/products/img/common/bg_family_photo.png) no-repeat 0 0;
	background-size: cover
}
.cats .box_bnr--02 ul li.bnr_02{
	background: url(/products/img/common/bg_senior_photo.png) no-repeat 0 0;
	background-size: cover
}
.cats .box_bnr--02 ul li.bnr_03{
	background: url(/products/img/common/bg_puchi_photo.png) no-repeat 0 0;
	background-size: cover
}
.cats .comparison {
	background: #8ec31f;
	border-radius: 5px;
	position: relative;
  display: table;
  width: 100%;
	max-width: 525px;
  height: 54px;
	margin: 0 auto;
  padding: 9px 30px 5px 90px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}
.cats .comparison span {
	display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.cats .comparison span::before {
	content: "";
	position: absolute;
	left: 190px;
	top: 58%;
	display: inline-block;
	width: 41px;
	height: 35px;
	margin: -21px 0 0 0;
	background: url(/common/img/com_ic30.png) no-repeat 0 0;
	background-size: 41px auto;
}


/* expenses */
.cats .p-expenses {
}
.cats .p-expenses p {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 54px;
}
.cats .p-expenses__table {
	margin: 0;
}
.cats .p-expenses__table .table_pattern02 {
	width: 100%;
}
.cats .p-expenses__table h3 {
	color: #007048;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 12px;
}

/* example */
.cats .p-example {
}
.cats .p-example .read {
	font-size: 18px;
	line-height: 2;
	padding: 0 40px;
	margin: 0 0 54px;
}

/* point */
.cats .p-point {
}
.cats .p-point .read {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 54px;
}
.cats .p-point .point__inner {
	padding-top: 40px;
}
.cats .p-point dl {
	margin-top: 40px;
}
.cats .p-point dl dt {
	background-color: #8ec31f;
	font-size: 26px;
	font-weight: 600;
	padding: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.cats .p-point dl dt .icon {
	width: 39px;
	height: 39px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 50%;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.cats .p-point dl dt .icon::before {
	content: '';
	width: 20px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.cats .p-point dl dt .icon::after {
	content: '';
	width: 20px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(90deg);
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	-o-transform: translate(-50%,-50%) rotate(90deg);
	-ms-transform: translate(-50%,-50%) rotate(90deg);
}

.cats .p-point dl dt.active .icon::after {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-moz-transform: translate(-50%,-50%) rotate(0deg);
	-webkit-transform: translate(-50%,-50%) rotate(0deg);
	-o-transform: translate(-50%,-50%) rotate(0deg);
	-ms-transform: translate(-50%,-50%) rotate(0deg);
}

.cats .p-point dl dt span.num {
	font-size: 24px;
	font-weight: 600;
	color: #007a48;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 20px;
	background-color: #fff;
}
.cats .p-point dl dt img {
	margin: 5px 0 0 15px;
}
.cats .p-point dl dd {
	background-color: #fff;
	padding: 47px 70px;
	display: none;
}
.cats .p-point dl dd p {
	font-size: 18px;
	line-height: 2;
}
.cats .p-point dl dd .p-point__col.is-img {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 40px;
}
.cats .p-point dl dd .p-point__col.is-img img {
	height: fit-content;
}

/* colSection */
.cats .colGrid {
	margin-bottom: 0;
}
.colSection .colContent .colTarget {
	display: block;
	margin: 16px 0 18px;
	font-size: 18px;
}
.colSection .colContent .colTarget span {
	font-weight: bold;
}
.colSection .colContent .colSummary {
	font-size: 16px;
	line-height: 1.75;
}









	.cats .singleCol + .btnLink02 {
		margin-top: 40px;
	}
	.cats .equalCol2 {
		margin-left: 40px;
		margin-right: 40px;
	}

	.cats .equalCol2 > .col {
		padding-bottom: 20px;
		border: 1px solid #93c501;
		border-radius: 6px;
		background-color: #fff;
		overflow: hidden;
	}
	.cats .equalCol2 > .col > div.defList > h3 {
		position: relative;
		padding: 16px 30px 20px;
		background: #ecf3d9;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		z-index: 10;
	}
	.cats .equalCol2 > .col > div.defList > h3 .numberBlock {
		display: table;
		margin: 0 auto 20px;
	}
	.cats .equalCol2 > .col > div.defList > h3 .number {
		display: table-cell;
		vertical-align: middle;
		width: 46px;
		height: 46px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		background: #92c400;
		border-radius: 100%;
	}
	.cats .equalCol2 > .col > div.defList p {
		margin: 0;
		padding: 25px 24px;
		font-size: 16px;
		line-height: 1.5;
	}

	.cats .equalCol2 > .col > div.defList > p {
		padding-top: 0;
		padding-bottom: 20px;
		text-align: justify; 
		text-justify: inter-ideograph; 
		text-justify: inter-character;
	}
	.cats .equalCol2 > .col > div.defList > p .min-txt {
		font-size: 12px;
	}
	.cats .equalCol2 > .col > div.defList > p.t-left {
		font-weight: normal;
		text-align: right;
		font-size: 12px;
	}
	.cats .equalCol2 > .col > div.defList > p.t-left--02 {
		font-weight: normal;
		text-align: left;
		font-size: 12px;
		padding-bottom: 15px;
	}

	.cats .equalCol2 > .col > div.defList > p.t-left--02 span {
		padding-left: 7em;
		text-indent: -7em;
		display: block;
	}
	
	.dogs .equalCol2 > .col > div.defList p.min-r-txt {
		font-weight: normal;
		text-align: right;
		font-size: 12px;
	}
	.cats .equalCol2 > .col > div.defList > p:first-of-type {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.cats .equalCol2 > .col > div.img{
    padding: 0 24px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
	}
	.cats .equalCol2 > .col > div.img02{
		padding: 0 24px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
	}
	.cats .equalCol2 > .col > ul.reason_pattern01{
		background: #fef7ef;
    margin: 0 24px 25px;
		padding: 5px 19px 15px;
    font-size: 16px;
    line-height: 1.7;
	}
	.list_ttl{
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		color: #24753b;
		margin: 10px 24px 10px;
	}
	.cats .equalCol2 > .col > ul.reason_pattern01 li {
		position: relative;
		border-bottom: 1px solid #c8c8c8;
		padding: 10px 0 10px 22px;
	}
	.cats .equalCol2 > .col > ul.reason_pattern01 li::before {
		content: '';
		position: absolute;
	  border-radius: 50%;
	  background-color: #92c402;
	  position: absolute;
	  left: 7px;
	  top: 50%;
	  width: 8px;
	  height: 8px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.cats .equalCol2 > .col > .table_pattern01 {
		padding: 0 24px 25px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.7;
	}

	.cats .equalCol2 > .col > .table_pattern01 table{
		width: 100%;
		border: 1px solid #c8c8c8;
		border-collapse: collapse;
    font-size: 16px;
    line-height: 1.7;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0;
	}
	.cats .equalCol2 > .col > .table_pattern01 table td,
	.cats .equalCol2 > .col > .table_pattern01 table th {
		padding: 2px 30px;
	}
	.cats .equalCol2 > .col > .table_pattern01 table th {
		background: #24753b;
		color: #fff;
		font-weight: bold;
	}
	.cats .equalCol2 > .col > .table_pattern01 table td:last-child {
		text-align: right;
	}

	.cats .equalCol2 > .col > .table_pattern01 table tr {
		border-bottom: 1px solid #c8c8c8;
	}
	.cats .equalCol2 > .col > .table_pattern01 table tr:last-child{
		border-bottom: none;
	}

	.flexArea {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flexArea--01 {
		margin: 5px 40px 0;
	}
	.flexArea--01 .table_pattern02 {
		width: 781px;
	}
	.flexArea--01 .table_pattern02 .singleCol {
		margin-top: 0;
	}
	.flexArea--01 .table_pattern02 table {
		width: 100%;
		margin-top: 0;
	}
	.flexArea--01 .imgs  {
		width: 180px;
	}
	.flexArea--01 .imgs img{
		margin-left: 0;
	}

	.flexArea--02 {
		margin: 45px 40px 40px;
	}
	.flexArea--02 .table_pattern02 {
		width: 420px;
	}
	.flexArea--02 .table_pattern02 table {
		width: 100%;
		margin-top: 0;
	}
	.flexArea--02 .imgs {
		width: 550px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flexArea--02 .imgs .img01 {
		width: 218px;
		margin-right: 20px;
	}
	.flexArea--02 .imgs .img02 {
		width: 210px;
	}
	.flexArea--02 .imgs .img03 {
		width: 191px;
		margin-right: 5px;
	}
	.flexArea--02 .imgs .spec {
		width: 305px;
	}
	.flexArea--02 .imgs .spec dl{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 0 10px;
	}

	.flexArea--02 .imgs .spec dl dt {
		width: 90px;
		padding: 8px 0;
	  border-radius: 5px;
	  background-color: #24753b;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.flexArea--02 .imgs .spec dl dd {
		color: #555;
		font-size: 18px;
		font-weight: bold;
		margin-left: 20px;
		line-height: 1.1;
	}

	.family-case {
		margin: 0 40px 20px;
		padding: 20px 30px 30px;
	  border-radius: 5px;
	  background-color: #edf3db;
	}
	.family-case p{
		margin: 0;
	}
	.family-case .case__ttl{
		margin: 0 0 10px;
		font-size: 24px;
		font-weight: bold;
		color: #24753b;
		text-align: center;
	}
	.family-case .case-01 {
		width: 460px;
	}

	.family-case .case-01 .plan__ttl{
		color: #8dc21f;
		font-size: 16px;
		font-weight: bold;
	}
	.family-case .case-01 .plan__ttl span{
		font-size: 24px;
	}

	.case-70 {
		width: 70%;
		height: 98px;
		border-radius: 5px 0px 0px 5px;
		background: #8dc21f;
	}
	.case-70 .flexArea{
		width: 177px;
		margin: 0 auto;
	}
	.case-30 {
		width: 30%;
		height: 98px;
		border-radius: 0px 5px 5px 0px;
		background: #c8c8c8;
	}
	.case-30 .flexArea{
		width: 106px;
		margin: 0 auto;
	}

	.family-case .case-70 .min-txt {
		color: #fff;
		font-size: 14px;
	}
	.family-case .case-70 .mid-txt {
		color: #fff;
		font-size: 24px;
	}
	.family-case .case-70 .big-txt {
		color: #fff;
		font-size: 30px;
		padding-left: 10px;
	}
	.family-case .case-30 .min-txt {
		font-size: 14px;
	}
	.family-case .case-30 .mid-txt {
		font-size: 16px;
	}
	.family-case .case-30 .big-txt {
		font-size: 20px;
	}

	.family-case .bg-white {
	  border-radius: 5px;
	  background-color: #fff;
		font-size: 16px;
	}
	.family-case .bg-white p:last-child {
		font-weight: bold;
	}
	.family-case .bg-white span {
		font-size: 20px;
	}
	.family-case .bg-white--01 {
		color: #8dc21f;
		padding: 3px 10px;
	}
	.family-case .bg-white--02 {
		color: #eb6877;
		padding: 3px 8px;
	}



	.family-case .case-02 {
		width: 460px;
	}
	.family-case .case-02 .flexArea{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.family-case .case-02 .flexArea p{
		margin: 0;
	}
	.family-case .case-02 .plan__ttl{
		color: #f7931c;
		font-size: 16px;
		font-weight: bold;
	}
	.family-case .case-02 .plan__ttl span{
		font-size: 24px;
	}


	.not_insured-case {
		margin: 0 40px 0;
		padding: 20px 30px 30px;
	  border-radius: 5px;
	  background-color: #ffeaec;
	}
	.not_insured-case p{
		margin: 0;
	}
	.not_insured-case .case__ttl{
		margin: 0 0 10px;
		font-size: 24px;
		font-weight: bold;
		color: #eb6877;
		text-align: center;
	}
	.not_insured-case .bg-gray{
	  border-radius: 5px;
	  background-color: #c8c8c8;
		font-size: 24px;
		margin: 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.not_insured-case .bg-gray p:first-child{
		color: #555;
		margin-right: 25px;
		font-weight: bold;
	}
	.not_insured-case .bg-gray p:nth-child(2){
		color: #555;
		margin-right: 20px;
		font-weight: bold;
	}
	.not_insured-case .bg-gray p:nth-child(2) span{
		font-size: 30px;
	}
	.not_insured-case .bg-gray p:last-child{
		font-size: 24px;
		color: #eb6877;
		font-weight: bold;
		border-radius: 5px;
	  background-color: #fff;
		padding: 3px 20px;
		margin: 10px 0;
	}
	.not_insured-case .bg-gray p:last-child  span{
		font-size: 30px;
	}

	.border_t {
		margin-top: 60px;
		padding-top: 60px;
		border-top: 1px solid #c8c8c8;
	}

	.border_b {
		margin-bottom: 60px;
		padding-bottom: 60px;
		border-bottom: 1px solid #c8c8c8;
	}
	.border_b--02 {
		margin-bottom: 40px;
		padding-bottom: 60px;
		border-bottom: 1px solid #c8c8c8;
	}


	.cats .flexArea table{
		width: 100%;
		background: #FFF;
		border: 1px solid #c8c8c8;
		border-collapse: collapse;
		color: #555;
		font-size: 16px;
		line-height: 1.7;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cats .flexArea table td,
	.cats .flexArea table th {
		padding: 2px 30px;
	}
	.cats .flexArea table th {
		padding: 5px 30px;
		background: #00913B;
		color: #fff;
		font-weight: bold;
	}
	.cats .flexArea--01 .t_ttl{
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		color: #24753b;
		margin-bottom: 5px;
	}
	.cats .flexArea--01 table th {
		padding: 15px 15px;
	}
	.cats .flexArea--01 table th {
		border-left: 1px solid #c8c8c8;
    vertical-align: middle;
	}
	.cats .flexArea table th:first-child  {
		border-left: none;
	}
	.cats .flexArea--01 table td {
		border-left: 1px solid #c8c8c8;
		padding: 14px 15px;
	}
	.cats .flexArea--01 table td:first-child {
		text-align: center;
		background: #edf3db;
		border-left: none;
	}
	.cats .flexArea--01 table td {
		text-align: right;
	}
	.cats .flexArea--01 table td:nth-child(2) {
		text-align: left;
	}
	.cats .flexArea table td:last-child {
		text-align: right;
	}
	.cats .flexArea table tr {
		border-bottom: 1px solid #c8c8c8;
	}
	.cats .flexArea table tr:last-child{
		border-bottom: none;
	}
	.cats table tr.totalCell td{
		background: #ffeaec;
		color: #eb6877;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	.min-r-txt {
		font-weight: normal;
		text-align: right;
		font-size: 12px;
	}
	.min-r-txt-02 {
		margin-right: 13px;
	}
	.r-txt {
		text-align: right;
		margin-top: 5px;
	}
	.r-txt {
		text-align: right;
		margin-top: 5px;
	}

	.cats .family_link {
		margin: 0 40px 50px;
	}
	.cats .family_link p{
		margin: 0;
	}
	.cats .family_link .ttl_01{
		font-size: 24px;
		color: #559642;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cats .family_link .ttl_02{
		font-size: 24px;
		color: #9b649b;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cats .family_link .ttl_03{
		font-size: 24px;
		color: #e39936;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.cats .family_link .flexArea{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.cats .family_link .flexArea .bnrArea{
		width: 500px;
	}
	.cats .family_link .flexArea .bnrArea .sub_txt{
		line-height: 1.5;
		margin: 20px 0 10px;
		font-size: 16px;
	}
	.cats .family_link .flexArea .bnrArea .sub_txt--01{
		color: #559642;
	}
	.cats .family_link .flexArea .bnrArea .sub_txt--02{
		color: #9b649b;
	}
	.cats .family_link .flexArea .bnrArea .sub_txt--03{
		color: #e39936;
	}

	.cats .family_link .flexArea .bnrArea .sub_link {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 16px;
	}

	.cats .family_link .flexArea .bnrArea .sub_link li {
		position: relative;
		padding-left: 15px;
		margin-right: 30px;
	}

	.cats .family_link .flexArea .bnrArea .sub_link li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent #8dc21f;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.cats .family_link .flexArea .bnrArea .sub_link--02 li::before {
		border-color: transparent transparent transparent #e09493;
	}
	.cats .family_link .flexArea .bnrArea .sub_link--03 li::before {
		border-color: transparent transparent transparent #edbb40;
	}

	.cats .family_link .flexArea .bnrArea .sub_link--01 li a {
		color: #559642;
	}
	.cats .family_link .flexArea .bnrArea .sub_link--02 li a {
		color: #9b649b;
	}
	.cats .family_link .flexArea .bnrArea .sub_link--03 li a {
		color: #e39936;
	}

	.cats .family_link .flexArea .txtArea{
		width: 470px;
	}
	.cats .family_link .flexArea .txtArea .detail_txt{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.cats .family_link .flexArea .txtArea .detail_btn{
		font-size: 16px;
		color: #fff;
		position: relative;
		border-radius: 5px;
		background: #027048;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 20px;
	}
	.cats .family_link .flexArea .txtArea .detail_btn--01{
		background: #027048;
	}
	.cats .family_link .flexArea .txtArea .detail_btn--02{
		background: #ef9091;
	}
	.cats .family_link .flexArea .txtArea .detail_btn--03{
		background: #e24f25;
	}

	.cats .family_link .flexArea .txtArea .detail_btn::before {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #fff;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.cats .voice_cont {
		margin: 0 40px 100px;
		padding-top: 20px;
	}
	.cats .voice_cont p{
		margin: 0;
	}
	.cats .voice_cont .flexArea{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;

	}
	.cats .voice_cont .flexArea .voice_ico{
		width: 144px;
	}
	.cats .voice_cont .flexArea .voice_txt{
		width: 820px;
	}
	.cats .voice_cont .flexArea .voice_txt .detail_txt{
		font-size: 16px;
		line-height: 1.5;
	}
	.cats .voice_cont .flexArea .voice_txt .detail_txt .min-txt{
		font-size: 14px;
		padding-top: 20px;
		display: block;
	}

	.cats .voice_cont .list_btn{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		position: relative;
		border-radius: 5px;
		background: #8dc31e;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 20px;
		width: 312px;
		margin: 0 auto;
	}
	.cats .voice_cont .list_btn::before {
		content: '';
		position: absolute;
		left: 20px;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #fff;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.cats .bnr_relation {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}

	.cats .relation {
		margin: 0 40px 0;
		padding-top: 10px;
	}
	.cats .relation p{
		margin: 0;
	}
	.cats .relation .relation__item{
		margin-bottom: 40px;
	}
	.cats .relation .relation__item:nth-child(3){
		margin-bottom: 60px;
	}
	.cats .relation .relation__img{
		width: 269px;
	}
	.cats .relation .relation__txt{
		width: 700px;
		font-size: 16px;
		line-height: 1.5;
	}

	.cats .relation .relation__ttl {
	  font-size: 22px;
		font-weight: bold;
		color: #24753b;
	  line-height: 1.5;
		margin-bottom: 10px;
	}

	.cats .relation .relation__txt .link-txt {
		width: 100%;
		text-align: right;
	}

	.cats .relation .relation__txt a {
		display: inline-block;
		padding: 8px 0 8px 33px;
		background: #ffffff url(/common/img/com_ic44.png) no-repeat 17px 50%;
		background-size: 8px auto;
		color: #24753b;
	}

	.cats .relation .bnr_relation {
		text-align: center;
		padding-bottom: 30px;
		padding-top: 50px;
	}





	.cats .equalCol2 > .col > dl .leadText01 {
		font-size: 20px;
	}
	.cats .resolve {
		margin-bottom: 45px;
		position: relative;
		text-align: center;
		background-color: #fff;
	}
	.cats .resolve:before {
		content: "";
		display: inline-block;
		margin: 20px 0 -40px;
		width: 0;
		height: 0;
		border-width: 40px 74px;
		border-style: solid;
		border-color: #99c80f transparent transparent;
	}
	.cats .resolve:after {
		position: absolute;
		bottom: 0;
		right: 100px;
		content: "";
		display: inline-block;
		width: 88px;
		height: 107px;
		background: url(/beginner/img/index_im01.gif) no-repeat left top;
		background-size: contain;
	}
	.cats .resolve > dl {
		width: 640px;
		margin: 0 auto;
	}
	.cats .resolve > dl > dt {
		font-size: 24px;
	}
	.cats .resolve > dl > dd {
		margin-top: 10px;
		padding: 20px;
		border-radius: 10px;
		font-size: 20px;
		color: #22753b;
		font-weight: bold;
		background: #e6f7eb;
	}
	.cats .resolve > dl > dd:first-child {
		margin-top: 0;
	}
	.cats .ancSection {
		width: 1000px;
		margin: 0 auto 40px;
	}
	.cats .ancSection > dl > dt {
		position: relative;
		font-size: 18px;
		color: #fd8c07;
		text-align: center;
		margin-bottom: 20px;
		padding: 22px 22px 17px;
		border: 1px solid #fd8c07;
		border-radius: 10px;
	}
	.cats .ancSection > dl > dt:before {
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -8px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-width: 15px 8px;
		border-style: solid;
		border-color: #fd8c07 transparent transparent;
	}
	.cats .ancSection > dl > dt:after {
		position: absolute;
		bottom: -28px;
		left: 50%;
		margin-left: -8px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-width: 15px 8px;
		border-style: solid;
		border-color: #fff transparent transparent;
	}
	.cats .ancSection > dl > dd {
		font-size: 22px;
		color: #fd8c07;
		font-weight: bold;
		background: #ffeeda;
		border-radius: 10px;
		padding: 22px 60px 17px 70px;
		display: table;
		width: 100%;
	}
	.cats .ancSection > dl > dd .value {
		font-size: 40px;
	}
	.cats .ancSection > dl.typeSeparate {
	}
	.cats .ancSection > dl.typeSeparate > dd {
		position: relative;
		height: 132px;
	}
	.cats .ancSection > dl.typeSeparate > dd .text,
	.cats .ancSection > dl.typeSeparate > dd .img {
		display: block;
	}
	.cats .ancSection > dl.typeSeparate > dd .text .sentence01 {
		position: absolute;
		top: 15px;
		left: 70px;
		display: block;
	}
	.cats .ancSection > dl.typeSeparate > dd .text .sentence02 {
		position: absolute;
		top: 75px;
		left: 70px;
		display: block;
		width: 100%;
	}
	.cats .ancSection > dl.typeSeparate > dd .img {
		width: 21.3%;
		position: absolute;
		top: 15px;
		right: 60px;
	}
	.textBlock {
		display: inline-block;
    padding: 95px 20px 0 20px;
	}
	.box_bnr {
		margin-top: 50px;
	}
	.box_bnr ul {
		width: 100%;
		margin-bottom: 60px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.box_bnr ul li{
		width: 346px;
		height: 81px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	.box_bnr ul li:hover{
		opacity: 0.7;
	}

	.box_bnr ul li::before {
		content: '';
		position: absolute;
		right: 17px;
		top: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #fff;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.box_bnr ul li a{
		color: #fff;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 38px;
	}
	.box_bnr ul li a:hover{
		opacity: 1;
	}
	.box_bnr ul li a span{
		display: block;
		font-size: 25px;
		font-weight: bold;
	}
	.box_bnr ul li a span.min-txt{
		font-size: 11px;
		font-weight: normal;
	}
	.box_bnr ul li.bnr_01{
			background: url(/products/img/common/bg_family_photo.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_02{
			background: url(/products/img/common/bg_senior_photo.png) no-repeat 0 0;
			background-size: cover
	}
	.box_bnr ul li.bnr_03{
			background: url(/products/img/common/bg_puchi_photo.png) no-repeat 0 0;
			background-size: cover
	}

	/*
		#products
	--------------------------------*/
	#products { background-color: #fff; margin: 100px auto 80px; }
	#products .box { width: 900px; margin: 0 auto 100px; flex-direction: column; }
	#products .box ul { width: 100%; margin-top: 0; margin-bottom: 100px; display: flex; justify-content: space-between; }
	#products .box li {}
	#products .box li img { width: 430px; }
	#products .box .comparison{ width: 100%; overflow: hidden; display: block; margin: 0 auto; background: #ec6d74; color: #fff; border-radius: 5px;  text-align: center; }
	#products .box .comparison span { font-size: 16px; background: url(/products/insurance1/assets/img/common/icon_comparison.png) 0 50% no-repeat; background-size: auto 1.3em; padding: 1em 0 1em 2.2em; display: inline-block; }

}
