@charset "utf-8";

@media only screen and (min-width: 769px), print {

body {overflow: hidden;}

a:hover   { opacity:0.7; }

body {
	overflow: hidden;
}

#globalHeader.top {
	z-index: 9999;
	position: relative;
	margin-bottom: 0;
	border-bottom: 2px solid #fff;
}

.top #globalContents {
	margin-top: -110px !important;
	position: relative;
}

/* SP用シェアNo.1 */
.sp_shareBlock {
	display: none;
}

/*resultBlock*/
.resultBlock {
	width: 1080px;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	align-items: end;
	flex-direction: row-reverse;
}
.resultBlock > p {
	margin-top: 0;
	vertical-align: middle;
	color: #000000;
}
.resultBlock > .now {
	min-width: 146px;
	padding: 7px 18px 7px;
	color: #4c483b;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1;
}
.resultBlock > .agree {
	min-height: 31px;
	padding: 0 0 0 38px;
	background: url(/common/img/com_ic05.png) left center no-repeat;
	background-size: 28px auto;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: center;
}
.resultBlock > .hospital {
	padding: 2px 0 7px 40px;
	background: url(/common/img/com_ic02.png) left 0.2em no-repeat;
	background-size: 30px auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.resultBlock > .agree .num,
.resultBlock > .hospital .num {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.resultBlock > .search a {
	display: block;
	padding: 6px 15px 4px;
	border: solid 1px #00743f;
	border-radius: 17px;
	color: #ffffff;
	background-color: #00743f
}
.resultBlock > .search a:hover {
	border: solid 1px #00743f;
	color: #ffffff;
}
.resultBlock > .search a span::before {
	content: "";
	border-left: 8px solid #ffffff;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid transparent;
	position: absolute;
	left: 0px;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}
.resultBlock > .search a span {
	position: relative;
	padding-left: 20px;
}

/*topLinkArea01*/
.topLinkArea01 {
	margin: 70px auto 0;
}
.topLinkArea01 .topLinkBlock {
	width: 1080px;
	margin: 40px auto 0;
}
.topLinkArea01 .topLinkBlock .imgList {
	margin: 0;
}
.topLinkArea01 .topLinkBlock .imgList_flex {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	gap: 18px;
}
.topLinkArea01 .topLinkBlock .imgList li {
	position: relative;
	float: left;
	width: calc((100% - 36px) / 3);
	margin-top: 2rem;
	border-radius: 14px;
	overflow: hidden;
}
.topLinkArea01 .topLinkBlock .imgList li.bnr02 { order: 1; }
.topLinkArea01 .topLinkBlock .imgList li.bnr01 { order: 2; }
.topLinkArea01 .topLinkBlock .imgList li.bnr03 { order: 3; }
.topLinkArea01 .topLinkBlock .imgList_flex li {
	float: none;
}
.topLinkArea01 .topLinkBlock .imgList li a {
	position: relative;
	display: block;
	height: 278px;
	padding-top: 0;
	color: #ffffff;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	min-height: 88px;
	padding: 19px 24px 16px;
	text-align: center;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .name{
	position: relative;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.2rem;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .name::after {
	content: "";
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width:96px;
	height:4px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
	background-color: #92c400;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .subLead{
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	margin-top: 12px;
	letter-spacing:0.12em;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .subLead::before{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .subLead::after{
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
}
.topLinkArea01 .topLinkBlock .imgList li a .textArea .subLead .small{
	font-size: 9px;
	font-size: 0.9rem;
}
.topLinkArea01 .topLinkBlock .imgList li a:hover {
	opacity: 0.8;
}

/*products-wrapper*/
.products-wrapper {
	margin: 80px auto 0;
}
.products-wrapper .topLinkBlock {
	width: 1080px;
	margin: 0 auto;
}

/* ============================================================
   PSDリニューアル 商品一覧カード（3枚等幅）
   ============================================================ */
.prodCards{
	display: flex;
	gap: 20px;
	width: 1080px;
	margin: 40px auto 0;
	padding: 0;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.prodCard{
	position: relative;
	flex: 1;
	border-radius: 16px;
	background: transparent;
	isolation: isolate;
}
.prodCard::after{
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	border-radius: 16px;
	background: repeating-linear-gradient(-45deg, #b7b7b7 0, #b7b7b7 1px, transparent 2px, transparent 3px) #e5e5e5;
	height: 378px;
	width: 100%;
	max-width: 293px;
}
.prodCard > a{
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	transition: opacity .2s;
	max-height: 430px;
}
.prodCard > a:hover{
	opacity: .88;
}
.prodCard__photo{
	position: relative;
	height: 268px;
	box-sizing: border-box;
	flex: 0 0 268px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: stretch;
	padding: 0 0 0 42%;
	padding-bottom: 28px;
}
.prodCard--family .prodCard__photo{ background-image: url(/img/top/pc/pc_family.png); }
.prodCard--senior .prodCard__photo{ background-image: url(/img/top/pc/pc_senior.png); }
.prodCard--petit  .prodCard__photo{ background-image: url(/img/top/pc/pc_petit.png); }
.prodCard__name{
	position: relative;
	margin: 0;
	padding-bottom: 14px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.1;
	text-align: left;
	white-space: nowrap;
	text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.prodCard__name::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.prodCard__sub{
	margin: 10px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.prodCard__body{
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-height: 158px;
	padding: 20px 22px 20px 22px;
}
.prodCard--family .prodCard__body{ background: #eff6dc; }
.prodCard--senior .prodCard__body{ background: #f6eef6; }
.prodCard--petit  .prodCard__body{ background: #fff3e7; }
.prodCard__desc{
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
}
.prodCard--family .prodCard__desc{ color: #00913b; }
.prodCard--senior .prodCard__desc{ color: #a5609e; }
.prodCard--petit  .prodCard__desc{ color: #f7931d; }
.prodCard__age{
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}
.prodCard--family .prodCard__age{ color: #00913b; }
.prodCard--senior .prodCard__age{ color: #a5609e; }
.prodCard--petit  .prodCard__age{ color: #f7931d; }
.prodCard__more{
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	line-height: 1;
	box-sizing: border-box;
}
.prodCard__more::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid currentColor;
	transform: translate(-40%, -50%);
}
.prodCard--family .prodCard__more{ color: #00913b; }
.prodCard--senior .prodCard__more{ color: #a5609e; }
.prodCard--petit  .prodCard__more{ color: #f7931d; }

.products-wrapper .topLinkBlock .imgList {
	margin-bottom: 20px;
}

.products-wrapper .topLinkBlock .imgList li {
	position: relative;
}

.products-wrapper .topLinkBlock .imgList li.list-petit {
	float: left;
}

.products-wrapper .topLinkBlock .imgList li.list-senior {
	float: right;
}

.products-wrapper .topLinkBlock .imgList li a {
	padding:30px 40px;
}

.products-wrapper .topLinkBlock .imgList li.list-family a {
	background:url(/img/top/pc/pc_family.png) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 360px;
}
.products-wrapper .topLinkBlock .imgList li.list-petit a {
	background:url(/img/top/pc/pc_petit.png) no-repeat center center;
	background-size: cover;
	display: block;
	width: 540px;
	height: 360px;
}

.products-wrapper .topLinkBlock .imgList li.list-senior a {
	background:url(/img/top/pc/pc_senior.png) no-repeat center center;
	background-size: cover;
	display: block;
	width: 540px;
	height: 360px;
}

.products-wrapper .shareBlock {
		position: absolute;
		bottom: 35px;
		right: 26px;
		color: #ffffff;
		text-align: right;
	}
.products-wrapper .shareBlock .share-text {
		padding-right: 27px;
		font-size: 10px;
		transform: scale(0.77);
		transform-origin: right top;
		line-height: 2;
		letter-spacing: 0.15rem;
	}
.products-wrapper .shareBlock .share{
		margin-top: 10px;
		margin-bottom: 10px;
	}
.products-wrapper .shareBlock .share img{
		width: 420px;
	}

.products-wrapper .txtBlock {
	position: absolute;
	color: #ffffff;
	height:100%;
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}

.products-wrapper .product-description {
	font-size: 20px;
	letter-spacing: 0.15rem;
}

.products-wrapper .product-description-family {
	padding-top:10px;
}

.products-wrapper .product-name-jp {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.4rem;
	padding: 0 0 10px;
	margin:0 0 18px 0;
	position: relative;
	line-height: 1.15;
}
.products-wrapper .product-name-jp span{
	font-size: 10.5px;
	letter-spacing: 0.15rem;
}

.products-wrapper .product-name-jp::after {
	content: "";
	position:absolute;
	bottom: -5px;
	display: block;
	width:96px;
	height:3.7px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
}

.products-wrapper .list-family .product-name-jp::after {
	background-color: #92c400;
}

.products-wrapper .list-petit .product-name-jp::after {
	background-color: #f7931d;
}

.products-wrapper .list-senior .product-name-jp::after {
	background-color: #a5609e;
}

.products-wrapper .product-name-en {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.1rem;
}

.products-wrapper .product-subtext {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -0.02rem;
	white-space: nowrap;
	position:absolute;
	bottom: 0;
	padding-bottom: 65px;
}

/*topPageMain*/
#topPageMain{
	width:100%;
	height:610px;
}
#topPageMain .swiper{
	margin: 0 auto;
	max-width: 1400px;
	height: auto;
}
.swiper-slide img{
	height: 610px !important;
}
/* ページネーションのサイズと色 */
.swiper-button-prev::after,
.swiper-button-next::after {
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	top: 70px;
	width: 26px;
    height: 26px;
}
.swiper-button-prev::after {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    transform: rotate(45deg);
    display: inline-block;
    left: 112px;
}
.swiper-button-next::after {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    display: inline-block;
    right: 112px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	width: 8px;
	height: 8px;
	background-color: #00743F;
}
ul{
	margin-top:0px;
}
#topPageMain li{
	width:100%;
}
#topPageMain li a{
	display: block;
	width: 1400px;
	height: 610px;
	margin: 0 auto;
}
/*topLinkArea02*/
.topLinkArea02--comparison{
	box-sizing: border-box;
	width: 898px;
	margin: 80px auto 0;
	border: 2px solid #007048;
	background: #f5f2e9;
}
.topLinkArea02In{
	width:1080px;
	margin: 70px auto 0;
}
.topLinkArea02--comparison .topLinkArea02In{
	width:auto;
	margin:0;
}
.topLinkArea02 .topLinkArea02Ti{
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight: bold;
}
/* PSDリニューアル 共通見出し（緑ブラケット＋淡緑ハッチ） */
.topSecTitle,
.topLinkArea02 .topLinkArea02Ti.is-psd{
	position: relative;
	box-sizing: border-box;
	clear: both;
	width: 1080px;
	margin: 0 auto;
	padding: 42px 32px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	background-color: #fff;
	background-image: repeating-linear-gradient(-45deg, #e8f1ec 0, #e8f1ec 2px, #fff 2px, #fff 5px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: calc(100% - 28px) calc(100% - 48px);
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.topSecTitle::before,
.topSecTitle::after,
.topLinkArea02 .topLinkArea02Ti.is-psd::before,
.topLinkArea02 .topLinkArea02Ti.is-psd::after{
	content: "";
	position: absolute;
	width: 28px;
	height: calc(100% - 40px);
	border-color: #53aa32;
	border-style: solid;
	border-radius: 3px;
}
.topSecTitle::before,
.topLinkArea02 .topLinkArea02Ti.is-psd::before{
	top: 12px;
	left: 0;
	border-width: 4px 0 0 4px;
}
.topSecTitle::after,
.topLinkArea02 .topLinkArea02Ti.is-psd::after{
	bottom: 12px;
	right: 0;
	border-width: 0 4px 4px 0;
}
/* 2行見出し用キッカー */
.topSecTitle__kicker{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* ============================================================
   PSDリニューアル 健康サポート（アニコムの強み）
   ============================================================ */
.healthSupport{
	width: 1080px;
	margin: 70px auto 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.healthSupport > .topSecTitle{
	padding: 49px 32px;
}
.healthSupport__lead{
	margin: 40px 0 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
}
.healthSupport__cards{
	display: flex;
	gap: 15px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}
.healthSupport__card{
	flex: 1;
	min-height: 272px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.healthSupport__card > a{
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	transition: opacity .2s;
}
.healthSupport__card > a:hover{
	opacity: .85;
}
.healthSupport__cardHead{
	margin: 0;
	padding: 13px 10px 12px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.healthSupport__card--kenkatsu .healthSupport__cardHead{ background-color: #f7931d; }
.healthSupport__card--hotline  .healthSupport__cardHead{ background-color: #43bcc5; }
.healthSupport__card--hospital .healthSupport__cardHead{ background-color: #53aa32; }
.healthSupport__cardBody{
	flex: 1;
	padding: 16px 20px 18px;
	text-align: left;
}
.healthSupport__card--hospital .healthSupport__cardBody{
	padding-top: 48px;
}
.healthSupport__tag{
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 13px;
	background-color: #f0ead9;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	color: #f7931d;
	line-height: 1;
}
.healthSupport__logo{
	margin: 0 0 18px;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.healthSupport__logo img{
	max-width: 86%;
	height: auto;
	vertical-align: middle;
}
.healthSupport__desc{
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.healthSupport__note{
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
.healthSupport__moreBtn{
	margin: 40px 0 0;
	text-align: center;
}
.healthSupport__moreBtn a{
	display: inline-block;
	min-width: 250px;
	padding: 10px 30px;
	background-color: #fff;
	border: 2px solid #338d6d;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #007048;
	text-decoration: none;
	transition: opacity .2s;
}
.healthSupport__moreBtn a:hover{
	opacity: .8;
}
.healthSupport__caption{
	margin: 30px 0 0;
	text-align: center;
	font-size: 13px;
	color: #777;
}
/* ============================================================
   PSDリニューアル 補償内容の比較
   ============================================================ */
.topLinkArea02In .cmpToggle,
.topLinkArea02In .cmpLead,
.topLinkArea02In .planBars,
.topLinkArea02In .cmpTable,
.topLinkArea02In .cmpNote{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cmpToggle{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 22px 76px;
	position: relative;
	background: #fff;
	border: 0;
	border-radius: 0;
	text-align: center;
	font-size: 18px;
	font-family: inherit;
	font-weight: bold;
	color: #007048;
	cursor: pointer;
}
.cmpToggle__icon{
	position: absolute;
	top: 50%;
	right: 24px;
	width: 44px;
	height: 44px;
	border: 2px solid #007048;
	border-radius: 50%;
	transform: translateY(-50%);
}
.cmpToggle__icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-right: 2px solid #007048;
	border-bottom: 2px solid #007048;
	transform: translate(-50%, -35%) rotate(225deg);
}
.topLinkArea02--comparison:not(.is-open) .cmpToggle__icon::after{
	transform: translate(-50%, -65%) rotate(45deg);
}
.cmpAccordion__body{
	box-sizing: border-box;
	padding: 52px 54px 56px;
	border: 3px solid #fff;
}
.topLinkArea02--comparison:not(.is-open) .cmpAccordion__body{
	display: none;
}
.cmpLead{
	margin: 0 auto 24px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
}
.cmpLead__note{
	font-size: 12px;
	color: #555555;
}
.cmpLead--2{
	margin-top: 28px;
}
.cmpLead .cmp-family{ color: #007048; font-weight: bold; }
.cmpLead .cmp-senior{ color: #a5609e; font-weight: bold; }
.cmpLead .cmp-petit{ color: #f7931d; font-weight: bold; }

.planBars{
	display: flex;
	gap: 24px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.planBar{
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
}
.planBar__head{
	margin: 0;
	padding: 12px 10px;
	background: #8bc900;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.planBar__body{
	margin: 0;
	padding: 18px 10px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #007048;
}
.planBar__br{
	display: none;
}

.cmpTable{
	width: 100%;
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
}
.cmpTable__corner{
	width: 25%;
	background: transparent;
	border: none;
}
.cmpTable__h{
	position: relative;
	width: 25%;
	padding: 14px 6px;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.cmpTable__h--family{ background: #007048; }
.cmpTable__h--senior,
.cmpTable__h--petit{ background: transparent; }
.cmpTable__h--senior::before,
.cmpTable__h--petit::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: calc(100% - 18px);
	border-radius: 20px 20px 0 0;
}
.cmpTable__h--senior::before{ background: #a5609e; }
.cmpTable__h--petit::before{ background: #f7931d; }
.cmpTable__name{
	position: relative;
	z-index: 1;
	display: block;
}
.cmpTable__h--senior .cmpTable__name,
.cmpTable__h--petit .cmpTable__name{
	transform: translateY(9px);
}
.cmpTable__crown{
	display: block;
	width: 24px;
	height: 15px;
	margin: 0 auto 4px;
	background: #ffdc00;
	clip-path: polygon(0 12%, 30% 42%, 45% 0, 65% 42%, 100% 12%, 85% 100%, 15% 100%);
}
.cmpTable__label{
	background: #eae4d4;
	padding: 18px 8px;
	height: 94px;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #4c483b;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
.cmpTable__c{
	position: relative;
	padding: 18px 8px;
	height: 94px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
.cmpTable__c--family,
.cmpTable__c--senior,
.cmpTable__c--petit{ background: #fff; }
.cmpTable__c--family .cmpAge,
.cmpTable__c--family .cmpAge__sub,
.cmpTable__c--family .cmpAge__ref{ color: #007048; }
.cmpTable__c--senior .cmpAge,
.cmpTable__c--senior .cmpAge__sub,
.cmpTable__c--senior .cmpAge__ref{ color: #a5609e; }
.cmpTable__c--petit .cmpAge,
.cmpTable__c--petit .cmpAge__sub,
.cmpTable__c--petit .cmpAge__ref{ color: #f7931d; }
.cmpAge{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.cmpAge__sub{
	display: block;
	font-size: 14px;
	margin-top: 2px;
}
.cmpAge__ref{
	position: absolute;
	top: calc(50% + 12px);
	right: 24px;
	font-size: 14px;
	margin-left: 0;
	transform: translateY(-50%);
}
.cmpMark{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.cmpMark--o{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 4px solid currentColor;
	border-radius: 50%;
	font-size: 0;
	box-sizing: border-box;
}
.cmpMark--x{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0;
}
.cmpMark--x::before,
.cmpMark--x::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 36px;
	border-radius: 2px;
	background-color: currentColor;
}
.cmpMark--x::before{ transform: translate(-50%, -50%) rotate(45deg); }
.cmpMark--x::after{ transform: translate(-50%, -50%) rotate(-45deg); }
.cmpTable__c--family .cmpMark{ color: #007048; }
.cmpTable__c--senior .cmpMark{ color: #a5609e; }
.cmpTable__c--petit .cmpMark{ color: #f7931d; }
.cmpNote{
	width: auto;
	margin: 30px auto 0;
	text-align: center;
	font-size: 12px;
	color: #777;
}

.topLinkArea02 .topLinkArea02Float{
	margin-top: 40px;
}
.topLinkArea02 .topLinkArea02Float .topLinkArea02L{
	float:left;
	width:585px;
}
.topLinkArea02 .topLinkArea02Float .topLinkArea02R{
	float:right;
	width:445px;
}
.topGuideLink a{
	display:block;
	margin-top:0px;
	padding: 0 40px;
}
.topGuideLink a dl{
	display:table;
	width:100%;
	margin-top: 0;
}
.topGuideLink a dl dt{
	display:table-cell;
	width:auto;
	height:204px;
	vertical-align:middle;
	text-align:left;
}
.topGuideLink a dl dt img{
	width:auto;
	height:204px;
}
.topGuideLink a dl dd{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
/*20170906変更*/
.topGuideLink .photo{
	margin-top:-46px;
	padding-left:20px;
}
/*20170906変更*/
/*20211230 .topGuideLink .eco margin-top変更*/
.topGuideLink .eco{
	margin-top:-68px;
	padding-left:20px;
}
.topGuideLink .topGuideText::before {
	content: "";
	border-left: 8px solid #ffffff;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid transparent;
	position: absolute;
	left: 16px;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}
.topGuideLink .topGuideText {
	position: relative;
	margin-top: 5px;
	display: block;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding: 4px 7px 4px 35px;
	border-radius: 4px;
	background-color:#00743f;
}
.topGuideLink .topGuideSub{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#000000;
}
.topGuideLink .note{
	font-size:10px;
	margin-top: 9px;
	display:block;
	color:#000000;
}

/*topLinkArea03*/
.topLinkArea03{
	margin-top: 70px;
}
.topLinkArea03 .topLinkArea03In{
	width:1080px;
	border-top: 1px solid #a5a39d;
	border-bottom: 1px solid #a5a39d;
	margin:0 auto;
}
.SlideTitle{
	width: 230px;
	float: left;
	padding-left: 70px;
}
.SlideTitle .name{
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
}
.SlideTitle .name::after{
	content: "";
	position:absolute;
	bottom: 0;
	left: 0%;
	display: block;
	width:96px;
	height:3.7px;
	border-radius: 2px;
	background-color: #00743f;
}
.SlideTitle .subLead{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 7px;
}
.topSlide{
	width:750px;
	margin:0 70px 0 285px;
}
.topSlide .topSlideList{
	margin-top:0px;
}
.topSlide .topSlideList .slick-slide{
	padding-left:10px;
	padding-right:10px;
}
.topSlide .topSlideList > div .topSlidePhoto{
	text-align:center;
	border: 1px solid #e9e9e9;
}

.topSlide .topSlideList > div a{
	color:#555555;
	display:block;
	padding:2px;
	background:#FFF;
	border-radius:6px;
	overflow:hidden;
}
.topSlide .topSlideList > div a dl{
	margin-top:0px;
	padding:7px 0;
}
.topSlide .topSlideList > div a dl dt {
	color:#4c483b;
	font-weight:bold;
	font-size:13px;
}
.topSlide .topSlideList > div a dl dt > .date{
	float: right;
	font-weight: normal !important;
	font-size:11px;
}
.topSlide .topSlideList > div a dl dd {
	margin-top:8px;
	font-size:13px;
}
.topSlide .slick-dots{
	display: none !important;
	cursor: pointer;
}
.slick-next{
	text-indent: -9999px !important;
	width:22px !important;
	height:22px !important;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg) translateY(-50%);
	background-color:transparent;
	position:absolute;
	right:-29px;
	bottom:50%;
	padding: 0;
	cursor: pointer;
}
.slick-prev{
	text-indent: -9999px;
	width:22px !important;
	height:22px !important;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: none;
	border-top: none;
	transform: rotate(45deg) translateY(-50%);
	background-color:transparent;
	position:absolute;
	left:-44px;
	bottom:50%;
	padding: 0;
	cursor: pointer;
}
.topSlide .bx-wrapper .bx-pager{
	bottom: -46px;
	cursor: pointer;
}
.topSlideSection {
	padding: 40px 0;
	position: relative;
}
.topSlideSection+.topSlideSection>.SlideTitle::before {
	content: "";
	position: absolute;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #a5a39d, #a5a39d 5px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.topSlideSection .moreBtn{
	position: absolute;
	top: 120px;
	width: 230px;
	float: left;
	padding-left: 70px;
}
.topSlideSection .moreBtn a::before {
	content: "";
	border-left: 8px solid #ffffff;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid transparent;
	position: absolute;
	left: 16px;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}
.topSlideSection .moreBtn a {
	position: relative;
	display:inline-block;
	font-size:12px;
	padding:4px 18px 3px 33px;
	background-color:#00743f;
	border-radius:4px;
}
.topSlideSection .moreBtn a:link, .topSlideSection .moreBtn a:visited, .topSlideSection .moreBtn a:active{
	color: #ffffff;
}

/* ============================================================
   PSDリニューアル おすすめ情報・予防（見出し上・スライダー全幅）
   ============================================================ */
.topLinkArea03.is-psd .topLinkArea03In{
	border-top: none;
	border-bottom: none;
}
.topLinkArea03.is-psd .topSlideSection{
	padding: 0 0 0;
}
.topLinkArea03.is-psd .topSlideSection .topSecTitle{
	margin-top: 0;
}
.topLinkArea03.is-psd .topSlide{
	width: 1080px;
	margin: 40px auto 0;
}
.topLinkArea03.is-psd .topSlidePhoto img{
	width: 100%;
	height: auto;
	display: block;
}
.topLinkArea03.is-psd .topSlideList > div a dl{
	padding: 20px 4px 12px;
}
.topLinkArea03.is-psd .topSlideList > div a dl dt{
	font-size: 16px;
}
.topLinkArea03.is-psd .topSlideList > div a dl dd{
	margin-top: 12px;
	font-size: 14px;
	color: #777;
	line-height: 1.6;
}
.topLinkArea03.is-psd .slick-prev{
	left: -48px;
}
.topLinkArea03.is-psd .slick-next{
	right: -48px;
}
.topLinkArea03.is-psd .topSlideSection .moreBtn{
	position: static;
	width: auto;
	float: none;
	padding-left: 0;
	margin-top: 50px;
	text-align: center;
}
.topLinkArea03.is-psd .topSlideSection .moreBtn a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	padding: 11px 30px;
	font-size: 14px;
	box-sizing: border-box;
}
.topLinkArea03.is-psd .topSlideSection .moreBtn a::before{
	position: static;
	margin-right: 12px;
	transform: none;
}

/*topLinkArea04*/
.topLinkArea04{
	padding-top:60px;
	padding-bottom: 65px;
}
.topLinkArea04In{
	width:1080px;
	margin:0 auto;
}
.topServiceTitle{
	margin-top: 0;
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight: bold;
}
/* 20260130追記 */
.topServiceTitle02{
	margin-top: 0;
	text-align:center;
	font-size:20px;
	color:#000000;
	font-weight: bold;
}
.topSlideBanner{
	width:980px;
	margin:0 auto;
}
.topSlideBanner .slick-slide a{
	display:block;
	width:290px;
}
.topSlideBannerBox{
	width:1040px;
	margin:40px auto 0;
}
/* .topSlideBannerBox .slick-dots li{
	display:inline-block !important;
	margin-right:4px;
	margin-left:4px;
}
.topSlideBannerBox .slick-dots li button{
	width:12px !important;
	height:12px !important;
	background:url(/img/index_bg13.png) no-repeat;
	border:none;
	text-indent:-9999px;
	display:inline-block !important;
}
.topSlideBannerBox .slick-dots li.slick-active button{
	background:url(/img/index_bg02.png) no-repeat;
}
.topSlideBannerBox .slick-dots{
	text-align:center;
	width:980px;
	margin-top: 30px;
} */
/* .topSlideBannerBox .slick-next{
	background:url(/img/index_bt04.png) no-repeat center right;
	width:16px !important;
	height:31px !important;
	position:absolute;
	right:-50px;
	top:36%;
	margin-top:-18px;
	border:none;
	text-indent:-9999px;
	cursor: pointer;
}
.topSlideBannerBox .slick-prev{
	background:url(/img/index_bt03.png) no-repeat center left;
	width:16px !important;
	height:31px !important;
	position:absolute;
	left:-50px;
	top:36%;
	margin-top:-18px;
	border:none;
	text-indent:-9999px;
	cursor: pointer;
} */
.topSlideBannerBox .slick-slide{
	margin-left:18.5px;
	margin-right:18.5px;
	width:290px !important;
}

/*20170904追加*/
.topLinkArea04In .moreBtn{
	margin-top: 26px;
	text-align: center;
}
.topLinkArea04In .moreBtn a{
	position: relative;
	display:inline-block;
	font-size:12px;
	padding:4px 18px 3px 33px;
	border: 1px solid #00743F;
	color: #00743F;
	border-radius:4px;
}
.topLinkArea04In .moreBtn a::before{
	content: "";
	border-left: 8px solid #00743F;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid transparent;
	position: absolute;
	left: 16px;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}

/* topNewsArea */
.topNewsArea {
	margin-top: 70px;
}
.topNewsArea .topNewsAreaIn{
	width:1080px;
	margin:56px auto 0;
	border-top: none;
	padding: 0;
	background-color: transparent;
}
.topNewsArea .topNewsAreaIn > .topSecTitle{
	display: block;
	width: 1080px;
	margin: 0 auto 40px;
	padding: 42px 32px;
}
.topNewsArea .topNewsAreaIn > .topNotices,
.topNewsArea .topNewsAreaIn > .newsBox{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.topNewsArea.emergency .topNewsAreaIn{
	border: none;
	width: 1400px;
	margin-top: 0;
	padding: 0;
}
.topNewsArea.emergency .topNewsAreaIn .newsBox{
	margin-top: 0;
	padding: 25px 160px 15px 300px;
}
/*topLinkBlock02*/
.topLinkBlock02{
	display:none;
}
/*-----20231012 重要なお知らせ追加-----*/
.topNotices {
    width: 100%;
    max-width: 1400px;
    background-color: #f5f2e9;
    margin: 0 auto;
}
.topNotices .newsBox {
	margin: 0;
}
/* 重要なお知らせ → TOPICS の余白を1pxに */
.topNotices + .newsBox {
	margin-top: 0;
}
.topNotices .newsBox .newsBox-padding {
    padding-left: 220px;
}
.topNotices .newsBox .newsBoxTitleInL {
	width: 135px;
	margin-left: -135px;
}
.topNotices .topNewsAreaIn {
	border-top: none;
	padding: 0;
}
.topNotices .newsBox .newsList dd {
    text-indent: 0;
}

/*-----newsBox-----*/

.newsBox {
	margin-top: 0;
	background-color: #f5f2e9;
	padding: 24px 0 16px;
	border-top: 1px solid #fff;
}
.newsBox + .newsBox{
	margin-top: 0;
}
.topNewsAreaIn > .topNotices:first-of-type .newsBox{
	border-top: none;
}
.topNewsArea .newsBox .newsBox-padding {
	padding: 0 44px 0 235px;
}
.topNewsArea .newsBox .newsBoxTitleInL{
	float: left;
	width: 135px;
	margin-left: -135px;
}
.topNewsArea .newsBox .newsBoxTitleInL .title{
	margin-top: 0;
	color: #00743f;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.15;
}
.newsBox .newsBoxTitleInR {
	text-align: center;
}
.newsBox .newsBoxTitleInR .allPreview {
	margin: 14px 0 0;
}
.newsBox .newsBoxTitleInR .allPreview a {
	position: relative;
	display: inline-block;
	padding: 5px 20px 4px 34px;
	border: 1px solid #007048;
	border-radius: 4px;
	background-color: #ffffff;
	color: #007048;
	font-size: 12px;
	font-weight: bold;
}
.newsBox .newsBoxTitleInR .allPreview a::before {
	content: "";
	border-left: 8px solid #007048;
	border-bottom: 4.5px solid transparent;
	border-top: 4.5px solid transparent;
	position: absolute;
	left: 16px;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
}
.newsBox .newsContents {
	overflow: hidden;
}
.newsBox .newsList {
	font-size: 13px;
	padding:0 0 8px;
	text-decoration:none;
	margin-top:0;
	margin-bottom: 0;
	line-height: 1.55;
}
.newsBox li:last-child .newsList {
	border-bottom:solid 1px #cccccc;
}
.newsBox li a{
	text-decoration:none;
}
.newsBox .newsList {
	display: table;
	width: 100%;
}
.topNewsArea .newsBox .newsList dt {
	display: table-cell;
	width: 132px;
	color:#333333 !important;
	white-space: nowrap;
}
.topNewsArea .newsBox .newsList dd {
	display: table-cell;
	width:auto;
	text-indent:-1em;
	margin-left: 1em;
}
.topNewsArea .newsBox--topics{
	padding: 25px 0 22px;
}
.topNewsArea .newsBox--topics .newsBox-padding{
	padding-left: 235px;
	padding-right: 44px;
}
.topNewsArea .newsBox--topics .newsBoxTitleInL{
	width: 135px;
	margin-left: -135px;
}
.topNewsArea .newsBox--topics .newsBoxTitleInL .title{
	margin-top: 2px;
}
.topNewsArea .newsBox--topics .newsList{
	padding-bottom: 8px;
	line-height: 1.45;
}
.topNewsArea .newsBox--topics .newsList dt{
	width: 132px;
}
.topNewsArea .newsBox--topics .newsBoxTitleInR .allPreview{
	margin-top: 13px;
}
.topNewsArea .newsBox--release{
	padding: 25px 0 22px;
}
.topNewsArea .newsBox--release .newsBox-padding{
	padding-left: 235px;
	padding-right: 44px;
}
.topNewsArea .newsBox--release .newsBoxTitleInL .title{
	margin-top: 2px;
}
.topNewsArea .newsBox--release .newsList{
	padding-bottom: 8px;
	line-height: 1.45;
}
.topNewsArea .newsBox--release .newsBoxTitleInR .allPreview{
	margin-top: 14px;
}
.newsBox .newsList dd a:link,
.newsBox .newsList dd a:visited,
.newsBox .newsList dd a:active{
	padding:0 0 0 1em;
	position: relative;
	color: #4c483b;
}
.newsBox .newsList dd a:link::before,
.newsBox .newsList dd a:visited::before,
.newsBox .newsList dd a:active::before {
		content: "";
		border-left: 6px solid #93c500;
		border-bottom: 3.7px solid transparent;
		border-top: 3.7px solid transparent;
		position: absolute;
		left: 0;
		-webkit-transform: translateY(50%);
				transform: translateY(50%);
}
.newsBox a:link, .newsBox a:visited, .newsBox a:active {
	color: #4c483b;
}
.newsBox .newsIcon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-left: 10px;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	vertical-align: 1px;
	text-indent: 0;
	white-space: nowrap;
}
.newsBox .newsIcon.icon01{
	background-color: #007a48;
}
.newsBox .newsIcon.icon03{
	background-color: #53aa32;
}
.newsBox .newsIcon.icon05{
	background-color: #5bb6e8;
}
.topNotices .newsBox{
	padding: 24px 0 20px;
}
.topNotices .newsBox .newsBox-padding{
	padding-left: 235px;
}
.topNotices .newsBox .newsBoxTitleInL{
	width: 135px;
	margin-left: -135px;
}
.topNotices .newsBox .newsList{
	display: block;
	padding-bottom: 10px;
}
.topNotices .newsBox .newsList:last-child{
	padding-bottom: 0;
}
.topNotices .newsBox .newsList dd{
	display: block;
	width: auto;
	text-indent: 0;
	margin: 0;
}
.topNotices .newsBox .newsList dd a{
	display: inline-block;
	padding-left: 1em;
}
.topNewsArea .topNotices .newsBox .newsBox-padding{
	padding-right: 44px;
}
.topNewsArea .newsReleaseList .newsList dd{
	display: table-cell;
	width: auto;
	text-indent: -1em;
	margin-left: 1em;
	white-space: normal;
}
.topNewsArea .newsReleaseList .newsList dd a{
	padding-left: 1em !important;
}
.topNewsArea .newsReleaseList .newsIcon{
	margin-left: 8px;
	white-space: nowrap;
}

/*aboutBlock*/
#pageContainer .aboutBlock .variableCol2 {
	width: 1080px;
	margin: 50px auto 0;
	padding: 0 75px;
}
#pageContainer .aboutBlock .variableCol2 > .imgLeft {
	width: 175px;
	height: 90px;
	border: 1px solid #4c483b;
	padding: 12px;
	color: #4c483b;
	font-weight: bold;
}
#pageContainer .aboutBlock .variableCol2 > .textCol {
	font-size: 12px;
}

/* 20231128　SEO施策：トップ改修
------------------------------------------------------ */
.d-flex{
display: flex;
justify-content: center;
align-items: center;
}
.d-flex-slider{
	display: flex;
	justify-content: center;
	align-items: center;
}
.voice-text-message-sp{
	display: none;
}
.sp{
	display: none;
}
.d-flex-pc {
	display: flex;
}
.pc-max {
	width: 1080px;
	margin: 0 auto;
}
.voice-leftbox{
	background: #e5f0ec;
	position: relative;
	width: 49%;
	padding-bottom: 3rem;
	margin: 1rem 1rem 0 1rem;
}
.voice-rightbox{
	background: #F6EFF5;
	position: relative;
	width: 49%;
	padding-bottom: 3rem;
	margin: 1rem 1rem 0 1rem;
}
.dvoice-box::before,
.dvoice-box::after,
.voice-leftbox::before,
.voice-leftbox::after,
.voice-rightbox::before,
.voice-rightbox::after {
	width: calc(100% - 20px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";  
}
.voice-leftbox::before {
	border-bottom: solid 20px #e5f0ec;
	border-right: solid 20px transparent;
	bottom: 100%;
}
.voice-rightbox::before {
	border-bottom: solid 20px #F6EFF5;
	border-right: solid 20px transparent;
	bottom: 100%;
}
.dvoice-box{
	background: #f5f2e9;
	position: relative;
	width: 49%;
	padding-bottom: 3rem;
	margin: 1rem 1rem 0 1rem;
}
.dvoice-box::before {
	border-bottom: solid 20px #f5f2e9;
	border-right: solid 20px transparent;
	bottom: 100%;
}
.voice-image {
	width: 150px;
	padding: 5px 10px 5px 20px;
}
		.voice-text-doctor{
	padding-bottom: 1rem;
	}

.image_border {
	width: 140px;
	height: 140px;
	border-radius:50%;
	border: solid 2px #fff;
	-webkit-box-sizing: unset;
	box-sizing: unset;
}

.image_circle-left {
	width: 140px;
	height: 140px;
	border-radius:50%;
	background-image: url("/img/top/dog.png");
	background-size: cover;
	background-position: 54% 36%;
}
.image_circle-right {
	width: 140px;
	height: 140px;
	border-radius:50%;
	background-image: url("/img/top/cat.png");
	background-size: cover;
	background-position: 54% 36%;
}
.image_circle-dleft {
	width: 140px;
	height: 140px;
	border-radius:50%;
	background-image: url("/img/top/doc1.jpg");
	background-size: 250%;
	background-position: 46% 26%;
}
.image_circle-dright {
	width: 140px;
	height: 140px;
	border-radius:50%;
	background-image: url("/img/top/doc2.jpg");
	background-size: 280%;
	background-position: 50% 20%;
}

.voice-text {
	padding: 0 1rem 0 4rem;
}
.voice-text-title {
	font-weight: bold;
	font-size: 1.8rem;
}
.voice-text-clinic{
	font-weight: bold;
	font-size: 1.4rem;
}
.voice-text-doctor{
	font-size: 1.4rem;
}
.voice-leftbox-text-course{
	display: inline-block;
	padding: 0.25rem 1rem;
	margin: 1rem 0;
	border: 1px solid #00743F;
	border-radius: 5px;
	color: #00743F;
	font-weight: bold;
	font-size: 1.6rem;
}
.voice-text-category{
	display: inline-block;
	padding: 0 1rem;
	margin: 1rem 0;
	border: 1px solid #5CB0E3;
	border-radius: 5px;
	color: #5CB0E3;
	letter-spacing: 2.80px;
	font-weight: bold;
}
.voice-rightbox-text-course{
	display: inline-block;
	padding: 0.25rem 1rem;
	margin: 1rem 0;
	border: 1px solid #A5609E;
	border-radius: 5px;
	color: #A5609E;
	font-weight: bold;
	font-size: 1.6rem;
}
.text-center {
	text-align: center;
}
.btn-voice {
	display: inline-block;
	padding: 17px 10px;
	border-radius: 5px;
	background-color: #027048;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	width: 312px;
	position: relative;
}
.customervoiceContents .d-flex-slider,.dvoiceContents  .d-flex-slider{
	margin-top: 30px !important;
}
.dvoiceContents .topLinkArea02Ti.is-psd::before,
.dvoiceContents .topLinkArea02Ti.is-psd::after,
.customervoiceContents .topLinkArea02Ti.is-psd::before,
.customervoiceContents .topLinkArea02Ti.is-psd::after {
	display: none;
}
.my-3{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-4{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-6{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.px-2 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.mt-02 { margin-top: .2rem;}
.mt-4 { margin-top: 2rem;}
.mt-6 { margin-top: 3rem;}
.mt-8 { margin-top: 8rem;}
.fss { font-size: small;}
.fsxs { font-size: x-small;}
.fsxl { font-size: x-large;}
.fsxxs { font-size: xx-small;}
.fw-bold{ font-weight: bold;}
.text-dark { color: #000 !important;}
.g-1 { gap: 0.25rem; }
.g-4 { gap: 1rem; }
.g-8 { gap: 2rem; }
.align-item-stretch { align-items: stretch;}

.compare-left {
	flex-basis: 33%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background:#007048;
	padding: 0.5rem 0;
}
.compare-center{
	flex-basis: 33%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #A5609E;
	padding: 0.5rem 0;
}
.compare-right{
	flex-basis: 33%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #f7931d;
	padding: 0.5rem 0;
}
.compare-heading {
	font-weight: bold;
	padding: 1rem 0;
	text-align: center;
	font-size: medium;
}
.compare-left-light {
	flex-basis: 33%;
	text-align: center;
	color: #007048;
	font-weight: bold;
	background: #E5F0EC;
	padding: 1rem 0;
}
.compare-center-light{
	flex-basis: 33%;
	text-align: center;
	color: #A5609E;
	font-weight: bold;
	background: #F6EFF5;
	padding: 1rem 0;
}
.compare-right-light{
	flex-basis: 33%;
	text-align: center;
	color: #f7931d;
	font-weight: bold;
	background: #FEF4E8;
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reason-box {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	min-width: 0;
	min-height: 380px;
	padding: 20px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}
.reasonDetails{
	gap: 20px;
}
.reasonDetails + .reasonDetails{
	margin-top: 20px !important;
}
.reason-box__num{
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 60px;
	border-radius: 0 0 10px 10px;
	background-color: #53aa32;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.reason-icon {
	padding-top: 56px;
}
.reason-icon img {
	width: 60px;
}
.reason-heading {
	font-weight: bold;
	color: #53AA32;
	margin: 18px 0;
	font-size: 16px;
	line-height: 1.5;
}
.reason-text{
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}
.reason-sub {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 16px;
	color: #555;
}
.reason-sub p{
	margin: 0;
}
.reason-navi {
	margin: auto 0 48px;
	padding-top: 20px;
	color: #53AA32;
}

/* 選ばれる理由（PC） */
.topLinkArea02--reasons .reasonDetails{
	align-items: stretch;
	width: 1080px;
	margin: 40px auto 0 !important;
}
.topLinkArea02--reasons .reasonDetails + .reasonDetails{
	margin-top: 20px !important;
}
.topLinkArea02--reasons .reason-box{
	min-height: 330px;
	padding: 20px 58px 36px;
	align-items: center;
}
.topLinkArea02--reasons .reason-icon{
	padding-top: 56px;
}
.topLinkArea02--reasons .reason-heading{
	margin: 18px 0 14px;
}
.topLinkArea02--reasons .reason-text{
	display: inline-block;
	width: auto;
	max-width: 100%;
	text-align: left;
}
.topLinkArea02--reasons .reason-sub{
	margin-top: 14px;
	text-align: left;
}
.topLinkArea02--reasons .reason-navi{
	margin: auto 0 0;
	padding-top: 24px;
	justify-content: center;
}
.topLinkArea02--reasons .reason-navi a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.text-center-more {
	display: block;
	text-align: center;
}
.btn__voice{
	margin: 20px auto 0;
}
.text-center-more--compare{
	padding-bottom: 0;
}
.text-center-more--compare .btn__voice{
	margin-top: 52px;
}
.topLinkArea02--comparison .text-center-more--compare.pc-max{
	width: auto;
}
.btn__voice a{
	font-weight: bold;
	width: 250px;
	padding: 10px 0;
	border: 2px solid #007048;
	border-radius: 4px;
	color: #007048;
	background-color: #ffffff;
	cursor: pointer;
	display: inline-block;
}





/*
	#faq
--------------------------------*/
#faq { 
	background-color: #fff; 
	overflow: hidden; 
	padding-top: 0px;
	margin: 70px auto 0;
	width: 1080px; }
#faq h2 { text-align: center; font-size: 20px; color: #000000; font-weight: bold; padding: 60px 0 40px 0;}
#faq h2.topSecTitle { font-size: 30px; padding: 42px 32px; margin-bottom: 40px; }
#faq dl { width: 900px; margin: auto; border: #007048 solid 2px; }
#faq dl + dl { margin-top: 20px; }
#faq dt { font-size: 18px; color: #007048; position: relative; }
#faq dd > div { font-size: 18px; border: #fff solid 3px; overflow: hidden; padding: 1em; line-height: 2; background: #f3f2ea; }
#faq dd p { margin-top: 0; line-height: 2; }
#faq dd p + p { margin-top: 1em; }
#faq dd small { font-size: 14px; display: block; text-indent: -1em; padding-left: 1em; }
#faq dd small + small { margin-top: 0; }
#faq dd ol li { text-indent: -1.2em; padding-left: 1.2em; }
.accordion_head { color: #007048; display: block; position: relative; padding: 1em 70px 1em 1em; text-indent: -1.4em; padding-left: 1.4em; margin-left: 1em; }
.accordion_head:link,.accordion_head:hover,.accordion_head:visited { color: #007048; }
.accordion_head:before { content: ""; display: block; width: 40px; height: 40px; border: #007048 solid 2px; border-radius: 100%; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.accordion_head:after { content: ""; display: block; width: 13px; height: 13px; border-bottom: #007048 solid 2px; border-right: #007048 solid 2px; position: absolute; right: 34px; top: 50%; transform: rotate(45deg) translate(-50%, -50%); transition: .5s ease; }
.accordion_body { max-height: 0; overflow: hidden; /*transition: .5s ease;*/ }
.accordion.js__on .accordion_head:after { top: 55%; transform: rotate(45deg) translate(-50%, -50%) scale(-1); }
.accordion.js__on .accordion_body { max-height: 1000vh; }
#faq dl.js__on dt:before { content: ""; width: calc(100% - 6px); height:  calc(100% - 6px); position: absolute; top: 3px; left: 3px; }
#faq .accordion.js__on .accordion_head:after { transform: rotate(45deg) translate(-35%, -35%) scale(-1); }

.ind03 {
	padding-left:2em;
	text-indent:-2em;
	font-weight: bold;
}
.more__btn {
	display: block;
	text-align: center;
	font-weight: bold;
}
.more__btn a{
	border-width: 1px;
	border-color: #007048;
	border-style: solid;
	border-radius: 5px;
	color: #007048;
	display: inline-block;
	padding: 3px 13px;
	margin-top: 10px;
}

.grad_item01 {
	overflow: hidden;
	position: relative;
	display: none;
	margin-top: 20px;
}
.grad-trigger {
	width: 250px;
	margin: 20px auto 0;
	padding: 10px 0;
	border: 2px solid #007048;
	border-radius: 4px;
	color: #007048;
	background-color: #ffffff;
	cursor: pointer;
}
.grad-trigger:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.grad-trigger:after {
	content: "もっと見る";
}
.grad-trigger.active:before {
	top: 2px;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.grad-trigger.active:after {
	content: "閉じる";
}

.mi-pc {
	display: block!important;
}
.mi-sp {
	display: none!important;
}

/* Clearfix
------------------------------------------------------ */
.newsBox:after,
.productBlock .pointBlock .point li dl:after,
.productBlock .pointBlock .point:after,
.newsList:after,
.productBlock .point:after,
.topLinkArea01 .topLinkBlock .imgList:after,
.topLinkArea02 .topLinkArea02Float:after,
.topModalSideList:after,
.newsBox .newsBoxTitleWrap:after,
.newsBox .newsBoxTitleWrap .newsBoxTitleInR:after,
.inputList:after {
	content: "";
	display: table;
	clear: both;
}


@media only screen and (min-width: 769px) and (max-width: 1365px), print {

	#topPageMain > div .main42 .textArea .imgText{
		margin-left:100px;
	}

}

/* ============================================================
   PSDリニューアル 新規セクション③④（2026 LIVECAST）
   font: "ヒラギノ角ゴ Pro" 系をメイン
   ============================================================ */
.topSearchPills,
.topCta60 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ③ 検索ピル */
.topSearchPills {
	width: 1080px;
	margin: 20px auto 0;
}
.topSearchPills__list {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 15px 0;
	list-style: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.topSearchPills__item {
	flex: 1;
}
.topSearchPills__item > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 5px 24px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	transition: opacity .2s;
}
.topSearchPills__item > a:hover {
	opacity: .8;
}
.topSearchPills__item--notice > a {
	position: relative;
	background-color: #e5f0ec;
	color: #555555;
}
.topSearchPills__item--notice > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #e5f0ec;
	transform: translateY(-50%);
}
.topSearchPills__item--guide > a {
	background-color: #fff;
	color: #53aa32;
}
.topSearchPills__arrow {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #53aa32;
	position: relative;
	flex-shrink: 0;
}
.topSearchPills__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -2px 0 0 -4px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 6px solid #fff;
}

/* ④ 60秒で簡単！CTA */
.topCta60 {
	width: auto;
	max-width: 1400px;
	margin: 24px auto 0;
	padding: 18px 40px 40px;
	background-color: #f5f2e9;
	border-radius: 8px;
	box-sizing: border-box;
}
.topLinkArea02--comparison + .topCta60 {
	margin-top: 42px;
}
.topLinkArea02--reasons + .topCta60 {
	margin-top: 48px;
}
.topCta60__lead {
	margin: 0 0 12px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	letter-spacing: .04em;
}
.topCta60__lead::before,
.topCta60__lead::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 24px;
	margin: 0 22px;
	background-color: #c7bfa6;
	vertical-align: -4px;
}
.topCta60__lead::before { transform: rotate(-25deg); }
.topCta60__lead::after  { transform: rotate(25deg); }
.topCta60__sec {
	color: #e56c5e;
	font-size: 30px;
}
.topCta60__btns {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topCta60__btn {
	width: 500px;
}
.topCta60__btn > a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	border-radius: 6px;
	border: 6px solid #eba296;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s;
}
.topCta60__btn > a:hover {
	opacity: .85;
}
.topCta60__btn > a::before {
	content: "";
	display: inline-block;
	margin-right: 14px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.topCta60__btn--apply > a {
	border: 5px solid #f3a097;
	border-radius: 16px;
	background-color: #e56c5e;
	color: #fff;
	box-sizing: border-box;
}
.topCta60__btn--apply > a::before {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 26px;
	height: 38px;
	margin-right: 0;
	background-image: url(/common/img/top_cta_apply.png);
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}
.topCta60__btn--request > a {
	background-color: #fff;
	border: 5px solid #8bc900;
	border-radius: 16px;
	color: #8bc900;
	box-sizing: border-box;
}
.topCta60__btn--request > a::before {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 36px;
	height: 30px;
	margin-right: 0;
	background-image: url(/img/top/sp/icon_01.png);
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}

/* PC セクション間余白 */
.topCta60,
.products-wrapper,
.topLinkArea02--comparison,
.topLinkArea02--reasons,
.topNewsArea .topNewsAreaIn {
	margin-top: 40px;
}
.topLinkArea02--comparison + .topCta60,
.topLinkArea02--reasons + .topCta60 {
	margin-top: 70px;
}
}

.pcOnly {
	display: block;
}

.aC img {
	margin: 0 auto;
}