@charset "UTF-8";
/*! /css/common.css */

/* reset
========================================================================== */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a:active,a:hover,a:link,a:visited{color:#333}

/* font
========================================================================== */
html {
	font-size: 62.5%;
}

body{
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

sup{
	position: relative;
	vertical-align: top;
	top: 0;
	font-size: 1.2rem;
	padding: 0 3px;
}

br {line-height: 0;}

@media screen and (min-width: 768px) {
	body{
		font-size: 1.6rem;
		min-width: 1020px;
	}
}


/* common
========================================================================== */
.hover:hover {opacity: 0.6;}
@media only screen and (max-width: 767px) {
	.hover:hover {opacity: 1;}
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: none;
}

/* コンテンツの表示非表示 */
@media screen and (max-width: 767px) {
	.sp-hide { display: none!important;}
	.pc-hide { display: block!important;}
	.sp-block { display: block!important;}
}
@media screen and (min-width: 768px) {
	.pc-hide { display: none!important;}
	.sp-show { display: none!important;}
}


/* リストマーク
========================================================================== */
.maru,.shikaku,.kome,.ast,.maru1,.maru2,.maru3,.maru4,.dot,.arrow,.maru-w{
	position: relative;
	padding-left: 1.1em;
}
.kome1,.kome2,.kome3,.kome4,.kako1,.kako2,.ast1,.ast2,.ast3{
	position: relative;
	padding-left: 2.2em;
}
.tyu, .rei{
	position: relative;
	padding-left: 2.6em;
}
.source,.tyu1,.tyu2,.tyu3{
	position: relative;
	padding-left: 3.2em;
}
.maru:before,.shikaku:before,.kome:before,.kome2:before,.kome3:before,.kome4:before,.kome1:before,
.ast:before,.ast1:before,.ast2:before,.ast3:before,.maru1:before,.maru2:before,.maru3:before,.maru4:before,
.kako1:before,.kako2:before,.dot:before,.source:before,.tyu:before,.tyu1:before,.tyu2:before,.tyu3:before,.rei:before,.arrow:before,.maru-w:before{
	position: absolute;
	display: block;
	left: 0;
	font-size: inherit;
}

.maru:before{content: '●';font-family: "メイリオ", Meiryo;}
.shikaku:before{content: '■';font-family: "メイリオ", Meiryo;}
.kome:before{content: '※';}
.kome1:before{content: '※1';}
.kome2:before{content: '※2';}
.kome3:before{content: '※3';}
.kome4:before{content: '※4';}
.ast:before{content: '＊';}
.ast1:before{content: '＊1';}
.ast2:before{content: '＊2';}
.ast3:before{content: '＊3';}
.maru1:before{content: '\002460'}
.maru2:before{content: '\002461';}
.maru3:before{content: '\002462';}
.maru4:before{content: '\002463';}
.kako1:before{content: '（1）';}
.kako2:before{content: '（2）';}
.dot:before{content: '・';}
.source:before{content: '出典：';}
.tyu:before{content: '〔注〕';}
.tyu1:before{content: '（注1）';}
.tyu2:before{content: '（注2）';}
.tyu3:before{content: '（注3）';}
.rei:before{content: '（例）';}
.arrow:before{
	content: '▲';
	font-family: "メイリオ", Meiryo;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.maru-w:before{content: '○';font-family: "メイリオ", Meiryo;}

/* color */
.mark-red::before {color: #e72548!important;}
.with .arrow::before {color: #5e66ae;}


/* セクション
========================================================================== */
.block-sec:not(:last-child) {margin-bottom: 32px;}
@media screen and (min-width: 768px) {
	.block-sec:not(:last-child) {margin-bottom: 48px;}
}

.elm-section {margin-bottom: 20px !important;}
.elm-section-m {margin-bottom: 25px !important;}
.elm-section-l {margin-bottom: 30px !important;}
@media screen and (min-width: 768px) {
	.elm-section-l {margin-bottom: 40px !important;}
}


/* 余白
========================================================================== */
.mt0 {margin-top: 0!important;}
.mt2 {margin-top: 2px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}

.mb0 {margin-bottom: 0!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}

.mr0 {margin-right: 0!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}

.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}

.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}

.pr0 {padding-right: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}

.pl0 {padding-left: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}

	
/* inner
========================================================================== */
.header, .gnav, .main-area__box, .main-column, .product-column{
	width: 980px;
	margin: 0 auto;
}
.main-column, .product-column{
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.main-column{
		width: 100%;
		padding: 0 2%;
	}
	.product-column{
		width: 100%;
	}
}


/* header
========================================================================== */
header{
	width:100%;
}
.header{
	position: relative;
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 14px 0 16px;
}
.header__logo{
	width: 221px;
}

.header__ifc{
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
}
.header__ifc-logo {
	text-align: right;
}
.header__ifc-logo p{
	font-size: 11px;
	margin-bottom: 4px;
}
.header__ifc-logo img{
	width: 185px;
}

.sp-tel-btn a, .sp-menu-btn a{
	display: block;
	overflow: hidden;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
}
.sp-nav{
	position: absolute;
	z-index: 1000;
	background: #fff;
	display: none;
	width: 100%;
}

.nav-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b0b0b;
	opacity: 0.5;
	z-index: 900;
	cursor: pointer;
}
@media screen and (min-width:768px){
	.header__ifc .btn-tel a{
		display: flex;
		align-items: center;
		color: #3281dd;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		padding: 11px 15px 13px;
		margin: 0 15px 0 0;
		border: 1px solid #3281dd;
		border-radius: 8px;
		box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0;
	}
	.header__ifc .btn-tel a img{
		width: auto;
		height: 20px;
		margin-right: 8px;
	}
}
@media screen and (max-width: 767px) {
	.header{
		flex-direction: column;
	width: 100%;
		padding: 0;
	}

	.header__sp{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 2%;
	}
	.header__sp-btn{
		display: flex;
		align-items: center;
		padding: 8px 0;
	}
	.header__logo{
		width: auto;
		height: 36px;
	}

	.header__ifc{
		position: relative;
		width: 100%;
		border-top: 1px dotted #c2cad3;
	}
	.header__ifc .btn-tel{
		display: none;
	}
	.header__ifc-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 7px 0;
	}
	.header__ifc-logo p {
		margin: 0 3px 0 0;
	}
	.header__ifc-logo img {
		width: 145px;
	}

	.nav-overlay {background: none;}
}


/* gnav
========================================================================== */
.gnav_block{
	width: 100%;
	border-bottom: 3px solid #c2cad3;
	position: relative;
	z-index: 900;
}
.gnav-main{
	display: table;
	width: 100%;
	height: 64px;
	line-height: 1.3;
}
.gnav-main li{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
	width: 140px;
}
.gnav-main li:hover:before{
  border-color: #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.gnav-main li a,
.gnav-main div.invalid {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	cursor: pointer;
}
.gnav-main li a:hover:after,
.gnav-main div.invalid:hover:after,
.gnav-main .btn-select a:after{
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	bottom: -13px;
	background: #3281dd;
}
.gnav-main a span,
.gnav-main div.invalid span {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #c2cad3;
}

.gnav-main li:last-child span{
	border-right: 1px solid #c2cad3;
}
.gnav__stxt{
	font-size: 1.6rem;
}
.gnav-product{
	position: absolute;
	display: none;
	top: 67px;
	width: 980px;
	font-size: 1.4rem;
	padding: 20px 30px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	z-index: 1000;
}

.gnav-product ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.gnav-product li{
	display: block;
	width: 100%;
}

.gnav-product li a{
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 100%;
}
.gnav-product li a > b{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 70px;
	padding: 10px;
	margin-right: 12px;
	background: #fff;
	border: solid 1px #c2cad3;
	border-radius: 10px;
}
.gnav-product li a > b img{
	max-width: 80px;
	max-height: 45px;
}
.gnav-product li a > b img.logo_rise_p{
	max-height: 50px;
}
.gnav-product li a > span{
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left: 20px;
}

.gnav-product li a > span::before{
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	width: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #3281dd;
	border-top: 2px solid #3281dd;
	vertical-align: middle;
}
.gnav-product li a:hover {
	opacity: 0.6;
}
.gnav-main .btn-close{
	background: #3281dd;
	border-radius: 10px 10px 0 0;
}
.gnav-main .btn-close:after{
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	bottom: -3px;
	background: #3281dd;
}
.gnav-main .btn-close a,
.gnav-main .btn-close div.invalid {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.gnav,.gnav_block{
		display: none;
		border-bottom: none;
	}

	.sp-menu-btn{
		display: block;
		width: 40px;
		height: 40px;
		margin-left: 8px;
		background: url(/img/icon/icon_menu.svg) no-repeat 0 0;
		background-size: 40px 40px;
	}
	.btn-close{
		background: url(/img/icon/icon_menu_close.svg) no-repeat 0 0;
		background-size: 40px 40px;
	}
	.sp-tel-btn{
		display: block;
		width: 40px;
		height: 40px;
		background: url(/img/icon/icon_tel.svg) no-repeat 0 0;
		background-size: 40px 40px;
	}
	.sp-nav__ttl{
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 8px 10px;
		background: #eef1f6;
	}
	.sp-nav__ttl span{
		display: block;
	}
	.sp-nav__close{
		position: relative;
		color: #3281dd;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		padding: 10px;
		background: #eef6ff;
	}
	.sp-nav__close :before{
		content: "";
		position: absolute;
		top: 50%;
		right: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-right: 2em;
		background: url(/img/icon/icon_close.gif) no-repeat 0 0;
		background-size: 20px 20px;
	}

	.sp-nav__link{
		padding: 10px;
	}
	.sp-nav__link li{
		font-size: 1.6rem;
	}
	.sp-nav__link li:not(:last-child){
		margin-bottom: 10px;
	}
	.sp-nav__link li a{
		color: #333;
		padding-left: 18px;
		position: relative;
		display: block;
	}
	.sp-nav__link li a:before{
		bottom: 0;
		content: "";
		margin: auto;
		position: absolute;
		left: 0;
		top: 0;
		height: 8px;
		width: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-right: 2px solid #3281dd;
		border-top: 2px solid #3281dd;
	}
}


/* article-bg
========================================================================== */
.page404.article-bg,
.campaign .article-bg,
.company .article-bg,
.contact .article-bg,
.consul .article-bg {
	padding: 24px 0 32px;
}
@media screen and (min-width: 768px) {
	.page404.article-bg,
	.campaign .article-bg,
	.company .article-bg,
	.contact .article-bg,
	.consul .article-bg {
		padding: 40px 0 56px;
	}
}


/* mainArea
========================================================================== */
.main-area{
	background: #fcfae3;
}
.main-area__box{
	overflow: hidden;
	padding: 5px 0 20px;
}
.main-area__box h1{
	color: #666;
	font-size: 1.2rem;
    margin-bottom: 5px;
}
.main-area__img{
	float: left;
	width: 760px;
	background: #fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}
.main-area__img img{
	display: block;
}
.main-area__nav{
	width: 205px;
	float: right;
}
.main-area__nav li{
	height: 128px;
	background: #e72548;
	text-align: center;
	position: relative;
  border-radius:10px;
	box-shadow:0 3px 0 rgba(0,0,0,0.15);
}
.main-area__nav li:last-child{
	background: #3355ab;
	margin-top: 10px;
}
.main-area__nav li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	height: 100%;
	width: 100%;
}
.main-area__nav li a img {
	width: 36px;
	height: auto;
	margin: 0 0 2px 0;
}
.main-area__nav li:last-child a img{
	margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
	.main-area{
		width: 100%;
		padding: 2% 2% 4%;
	}
	.main-area__box{
		height: auto;
		padding: 0;
	}
	.main-area__box h1{
		text-align: center;
	}
	.main-area__img{
		float: none;
		margin-bottom: 15px!important;
		padding-top: 5px;
		border: 2px solid #ccc!important;
	}
	.main-area__nav{
		float: none;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding: 0 2% 5px;
		border-left: none;
	}
	.main-area__nav,
	.main-area__box,
	.main-area__img,
	.main-area__img img{
		width: 100%;
	}
	.main-area__nav li{
		height: 70px!important;
		border-radius: 5px;
	}
	.main-area__nav li a{
		flex-direction: row;
		font-size: 1.9rem;
	}
	.main-area__nav li a img {
		width: 24px;
		height: auto;
		margin: 0 10px 4px 0;
	}
	.main-area__nav li:last-child a img{
		margin: 0 10px 2px 0;
	}
}


/* トップ 保険商品一覧（.product-area）
========================================================================== */
.product-area {
	overflow: hidden;
}

/* ttl-plist */
.ttl-plist{
	font-size: 2.5rem;
	font-weight: bold;
	color: #3281dd;
	text-align: center;
	margin: 32px 0 16px;
}
.ttl-plist span{
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.ttl-plist{
		font-size: 2.2rem;
		margin: 16px 0 12px;
	}
}

/* ttl-type */
.ttl-type{
	background: #3281dd;
	padding: 10px;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 5px;
}
.ttl-type > span{
	display: table;
	padding-left: 40px;
	margin: 0 auto;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

.sec-plist {
	margin: 0 auto 30px;
}
.type-medical .ttl-type > span{background-image: url(/img/icon/icon_medical.svg);}
.type-cancer .ttl-type > span{background-image: url(/img/icon/icon_cancer.svg);}
.type-life .ttl-type > span{background-image: url(/img/icon/icon_life.svg);}
.type-kanwa .ttl-type > span{background-image: url(/img/icon/icon_kanwa.svg);}

.product-area__in{
	margin-bottom: 15px;
}
@media screen and (min-width:768px) {
	.product-area__in{
		margin-bottom: 0;
	}
}
@media screen and (max-width:767px) {
	.ttl-type{
		font-size: 1.6rem;
		margin-bottom: 0;
		border-radius: 10px 10px 0 0;
	}
	.sec-plist {
		margin: 0 auto 20px;
	}
	.product-area__in{
		background: #f5f7fa;
		padding: 16px 12px;
		border-radius: 0 0 10px 10px;
	}
}

/* product-item */
.product-item{
	border: 1px solid #c2cad3;
	background-color: #fff;
	border-radius: 8px;
}

.product-item__ttl{
	padding: 6px 10px 6px 18px;
	position: relative;
	width: 100%;
	background: #3281dd;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.product-item__box{
	padding: 5px 20px 15px;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
}
.product-item__img{
	height: 100px;
	text-align: center;
}
.product-item__img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 140px;
	max-height: 65px;
}
.product-item__img img.logo_rise_p{
	max-height: 80px;
}
.product-item__img:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.product-item__text{
	width: 100%;
}
.product-item__text dt{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.4;
}
.product-item__text dt a{
	color: #3281dd;
	display: block;
}
.product-item__text dt a[href*="/cure/"] {color: #19b3e6;}
.product-item__text dt a[href*="/curelady/"] {color: #eb6da5;}
.product-item__text dt a[href*="/believe/"] {color: #00806a;}
.product-item__text dt a[href*="/wish/"] {color: #00aea9;}
.product-item__text dt a[href*="/syushinrise/"] {color: #eb4d57;}
.product-item__text dt a[href*="/yencan/"] {color: #e04048;}
.product-item__text dt a[href*="/bridge/"] {color: #d9a300;}
.product-item__text dt a[href*="/keep/"] {color: #e66c21;}
.product-item__text dt a[href*="/finesave/"] {color: #3d528f;}
.product-item__text dt a[href*="/with/"] {color: #5e66ae;}
.product-item__text dt a[href*="/moonshot/"] {color: #2a476f;}
.product-item__text dt a[href*="/candle/"] {color: #265494;}
.product-item__text dt a[href*="/support/"] {color: #0959aa;}
.product-item__text dt a[href*="/rise/"] {color: #ef8200;}
.product-item__text dt a[href*="/rise_p/"] {color: #a84a10;}
.product-item__text dt a[href*="/finesupport/"] {color: #3d4b8f;}
	
.product-item__text dt a > b{
	font-weight: normal;
	display: block;
	font-size: 1.6rem;
}
.product-item__text dd{
	margin-bottom: 15px;
}
.product-item__text ul{
	overflow: hidden;
	align-items: center;
}
.product-item__text li{
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	border-radius: 5px;
	margin-bottom: 3px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.product-item__text li:not(:last-child){
	margin-bottom: 10px;
}
.product-item__text li a{
	display: block;
	position: relative;
	color: #3281dd;
	background: #e5f1ff;
	padding: 8px 8px 8px 26px;
	border-radius: 5px;
}
.product-item__text li a:hover{
	color: #fff;
	background: #3281dd;
}
.product-item__text li a:before{
	bottom: 0; 
	content: "";
	margin: auto; 
	position: absolute;
	left: 8px;
	top: 0;
	height: 8px;
	width: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #e7294c;
	border-top: 2px solid #e7294c;
}

.product-item__consul{
	border: 1px solid #5e66ae;
	padding: 6px 5px;
	color: #5e66ae;
	text-align: center;
	margin: 0 15px 15px;
	border-radius: 5px;
}
.product-item__consul p{
	font-weight: bold;
}
.product-item__consul p span{
	font-size: 1.2rem;
	display: block;
}

@media screen and (max-width: 767px) {
	.product-item{
		width: 100%;
	}
	.product-item__box {
		padding: 20px 15px 15px;
	}
	.product-item__ttl{
		display: block;
		width: 100%;
	}
	.product-item__img{
		margin: 0 auto 12px;
		height: auto;
	}
	.product-item__text{
		width : 100%;
	}
	.product-item__text dd{
		font-size: 1.6rem;
	}
}


/* footer
========================================================================== */
footer {
  font-size: 1.2rem;
}
#footerNav {
  border-top: 1px solid #c2cad3;
}

#footerNav ul {
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
}
#footerNav ul::after {
  content: "";
  display: block;
  clear: both;
}
#footerNav ul li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #c2cad3;
}
#footerNav ul li a {
  color: #333;
  text-decoration: none;
}

.fConts-bg {
	background-color: #eef1f6;
  border-top: 1px solid #c2cad3;
}

.fConts-inner {
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
}
.fConts-inner::after {
  content: "";
  display: block;
  clear: both;
}

.fConts-inner .com-name {
  float: left;
  margin-right: 30px;
}
.fConts-inner .com-self .com-name {
  margin-bottom: 20px;
}
.fConts-inner .com-self dd a {
  color: #fff;
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
}

.fLink-hikaku h2 {
  font-weight: bold;
  border-top: 1px dotted #c2cad3;
  padding: 10px 0 5px;
  margin-top: 10px;
}
.fLink-hikaku a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 225px;
  height: 40px;
  border: 1px solid #c2cad3;
  background-color: #fff;
  float: left;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
  padding: 12px 0 10px 40px;
  position: relative;
}
.fLink-hikaku a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .fLink-hikaku a:hover {
    opacity: 1.0;
  }
  .fConts-inner .com-self .com-name {
    margin-bottom: 0;
  }
  .fConts-inner .com-self dd a {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
	footer {
	margin-bottom: 50px;
	}
}

.fLink-hikaku a img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.fLink-hikaku a:nth-of-type(4n) {
  margin-right: 0;
}

#footer-Privacy {
  width: 980px;
  margin: 0 auto;
	padding: 15px 20px;
  font-size: 1.0rem;
  color: #666;
}
#footer-Privacy,
#footer-Privacy ul {
	display: flex;
	align-items: center;
}
#footer-Privacy li img {
	margin-right: 20px;
}
#footer-Privacy li.isms img {
	width: 124px;
	height: 60px;
}
#footer-Privacy li.pmark img {
	width: 60px;
	height: 60px;
}
#footer-Privacy p {
	width: 720px;
  text-align: left;
}

#footer-copy {
	background-color: #3281dd;
}
#footer-copy address {
  width: 980px;
  margin: 0 auto;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  #footerNav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #footerNav ul li {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
  }
  #footerNav ul li a {
    float: left;
    display: block;
    width: 50%;
    padding: 10px 8px;
    margin: 0;
    border-right: 1px solid #c2cad3;
    border-bottom: 1px solid #c2cad3;
  }
  #footerNav ul li:nth-child(2n) a {
    border-right: none;
  }
	#footerNav li:nth-child(2n+1):last-child a{
		border-right: none;
    border-bottom: none;
    width: 100%;
	}
	
  .fConts-inner {
    width: 100%;
    padding: 10px;
  }
  .fConts-inner .com-name {
    float: none;
    margin-right: 30px;
  }
  .fLink-hikaku h2 {
    border-top: 1px dotted #c2cad3;
    margin-top: 5px;
  }
  .fLink-hikaku a {
    width: 49%;
    margin: 0 0 5px 0;
  }
  .fLink-hikaku a:nth-child(odd) {
    float: right;
  }
  #footer-Privacy {
    width: 100%;
		padding: 15px 10px 0;
    text-align: center;
		flex-direction: column;
  }
	#footer-Privacy p{
		width: 100%;
		margin: 10px;
  }
  #footer-copy address {
    width: 100%;
    padding: 5px 10px;
  }
}


/* SP用固定フッターナビ
========================================================================== */		
@media screen and (min-width: 600px) {
	#spfnav-fixed {
		display: none!important;
	}
}
#spfnav-fixed {
	display: table;
	bottom: -50px;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 9999;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 5px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
#spfnav-fixed.slide-sp {
	bottom: 0;
}
#spfnav-fixed .menu-bottom-block {
	display: table-cell;
	border-right: 1px solid #d9d9d9;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
#spfnav-fixed .menu-bottom-block:nth-child(2) {
	padding: 8px 5px 5px;
}
#spfnav-fixed .menu-bottom-block:last-child {
	border-right: none;
}
#spfnav-fixed .menu-bottom-sp-siryo,
#spfnav-fixed .menu-bottom-sp-net {
	background-color: #e72548;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0 0;
	display: block;
	height: 40px;
	line-height: 40px;
}
#spfnav-fixed .menu-bottom-sp-net{
	background-color: #71ba11;
}
#spfnav-fixed a {
	text-decoration: none;
}
#spfnav-fixed img {
	width: 16px;
	vertical-align: middle;
	margin-right: 8px;
}
#spfnav-fixed .menu-bottom-sp-siryo  img{
	width: 22px;
	padding-bottom: 3px;
}
#spfnav-fixed .menu-bottom-sp-net  img{
	width: 23px;
	padding-bottom: 1px;
}
#spfnav-fixed .menu-bottom-block:nth-child(2) img{
	padding-bottom: 2px;
}
#pagetop_sp {
	width: 40px;
	position: relative;
}
#pagetop_sp:after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 13px;
	height: 13px;
	border-top: 2px solid #3281dd;
	border-right: 2px solid #3281dd;
	top: 23px;
	left: 0;
	right: 0;
	transform: rotate(-45deg);
}


/* pan
========================================================================== */
#pan{
	width: 100%;
	background: #f5f7fa;
}
#pan ul{
	position: relative;
	font-size: 1.2rem;
	max-width: 980px;
	padding: 3px 0;
	margin: 0 auto;
}
#pan li{
	position: relative;
	display: table-cell;
	color: #808080;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
#pan li:not(:first-child) {
    padding-left: 8px;
}
#pan li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pan li a {
	color: #808080;
}
@media screen and (max-width: 767px) {
	#pan ul{
		width: 100%;
		padding: 3px 2%;
		font-size: 1rem;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}


/* 商品ナビゲーション（.nav-product）
========================================================================== */
.nav-product{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 32px;
}
.nav-product li{
	text-align: center;
	display: table-cell;
	border-bottom: 2px solid #c2cad3;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.nav-product li:not(.nav-product__on):before{
	top: -7px;
}
.nav-product li:not(:last-child) a{
	border-right: 3px #fff solid;
}
.nav-product li a{
	padding: 10px 5px;
	width: 100%;
	height: 100%;
	display: block;
	background: #f5f7fa;
}
.nav-product li a:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
.nav-product li a span{
	display: inline-block;
	vertical-align: middle;
}

.nav-product__row3 {
	margin-bottom: -2.4em!important;
	display: inline-block;
	vertical-align: middle;
}
.nav-product__row2 {
	margin-bottom: -1.4em!important;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.nav-product li:first-child a{ border-radius: 8px 0 0 0;}
	.nav-product li:last-child a{ border-radius: 0 8px 0 0;}

	.nav-product li a{
		min-height: 65px;
	}
	.nav-product .nav-product__on{
		border-top: 2px solid #c2cad3;
		border-left: 2px solid #c2cad3;
		border-right: 2px solid #c2cad3;
		border-bottom: none;
		background: none;
		border-radius: 8px 8px 0 0;
	}
	.nav-product .nav-product__on a,
	.nav-product li.nav-product__on:first-child a,
	.nav-product li.nav-product__on:last-child a{
		background: #fff;
		border-radius: 8px 8px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.nav-product{
		display: flex;
		flex-wrap: wrap;
		padding: 0 2%;
		margin-top: 12px;
	}
	.nav-product li{
		font-size: 1.4rem;
		font-weight: normal;
		width: 49%;
		margin-bottom: 2%;
		text-align: left;
		border: 1px solid #c2cad3;
		border-radius: 8px;
		overflow: hidden;
	}
	.nav-product li a{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		background: none;
		border: none!important;
		padding: 10px 7px 10px 24px;
	}
	.nav-product li:nth-child(odd){margin-right: 2%;}
	.nav-product li:nth-child(2n+1):last-child {
		width: 100%;
		margin-right: 0;
	}
	.nav-product__row3,.nav-product__row2{
		margin-bottom: 0!important;
	}
	.nav-product li::before{
		bottom: 0;
		content: "";
		margin: auto;
		position: absolute;
		border: none;
		left: 6px;
		top: 0!important;
		height: 8px;
		width: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-right: 2px solid #666;
		border-top: 2px solid #666;
	}
	.nav-product li.nav-product__on a{
		background: #eef1f6!important;
	}

	.cure .nav-product li::before {border-color: #19b3e6;}
	.curelady .nav-product li::before {border-color: #eb6da5;}
	.believe .nav-product li::before {border-color: #00806a;}
	.wish .nav-product li::before {border-color: #00aea9;}
	.syushinrise .nav-product li::before {border-color: #eb4d57;}
	.yencan .nav-product li::before {border-color: #e04048;}
	.bridge .nav-product li::before {border-color: #d9a300;}
	.keep .nav-product li::before {border-color: #e66c21;}
	.finesave .nav-product li::before {border-color: #3d528f;}
	.with .nav-product li::before {border-color: #5e66ae;}
	.support .nav-product li::before {border-color: #0959aa;}
	.rise .nav-product li::before {border-color: #ef8200;}
	.risesupport .nav-product li::before {border-color: #1cba95;}
	.finesupport .nav-product li::before {border-color: #3d4b8f;}
}


/* 各種お手続き
========================================================================== */

/*--- 共通 ---*/
.btn-proceed{
	width: 100%;
}
.btn-proceed a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 0 0;
	height: 68px;
	letter-spacing: 0.02em;
}
.btn-proceed a .txt-ss{
	display: block;
	font-weight: normal;
	padding-bottom: 2px;
}
.btn-proceed a img{
	width: auto;
	height: 24px;
    margin: 0 10px 2px 0;
}
.box-proceed p.txt-ss:last-child {margin-top: 8px;}

.btn-shiryo a {background-color: #e72548;}
.btn-net a {background-color: #71ba11;}
.btn-consul a {background-color: #3355ab;}
.btn-tel a {
	color: #3355ab;
	background-color: #fff;
	border: 1px solid #3355ab;
}

/*---------- 資料請求・面談予約・ネット申込 ----------*/
.box-proceed {
	position: relative;
	width: 980px;
	text-align: center;
	padding: 15px 15px 20px;
	margin: 24px 2% 0;
	background: #fcfae3;
	border-radius: 10px;
}
.box-proceed.proceed-1col{
	padding: 15px 15px 20px;
}
.box-proceed.proceed-2col:has(.col-btn__2col){
	padding: 15px;
}

.box-proceed .col-ttl{
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 6px;
}
.box-proceed .col-ttl::before,
.box-proceed .col-ttl::after{
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 18px;
	right: -25px;
	width: 22px;
	height: 2px;
	background-color: #e72548;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.box-proceed .col-ttl::before{
	left: -25px;
	right: auto;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.box-proceed .col-net .col-ttl::before,
.box-proceed .col-net .col-ttl::after{
	background-color: #71ba11;
}
.box-proceed .col-contact .col-ttl::before,
.box-proceed .col-contact .col-ttl::after{
	background-color: #3355ab;
}

@media only screen and (min-width: 768px) {
	.box-proceed {
		margin: 0 auto;
	}
	.box-proceed.proceed-1col{
		padding: 20px 280px 25px;
	}
	.box-proceed.proceed-1col:has(.col-btn__2col){
		padding: 20px 80px 25px;
	}
	.box-proceed.proceed-2col{
		padding: 20px 60px;
	}
	.box-proceed.proceed-2col:has(.col-contact > .col-btn__2col){
		padding: 20px 30px 15px;
	}
	.box-proceed.proceed-2col:has(.col-net){
		padding: 20px 30px 25px;
	}


	.box-proceed.proceed-1col .col-ttl{
		font-size: 1.8rem;
	}

	.box-proceed__col{
		display: flex;
	}
	.box-proceed__col > div{
		flex: 1;
		width: 100%;
	}

	.box-proceed.proceed-2col .box-proceed__col > div:last-child{
		padding-left: 40px;
		margin-left: 40px;
		border-left: 2px dotted #ccc;
	}
	.box-proceed.proceed-2col .box-proceed__col > div.col-contact:has(.col-btn__2col),
	.box-proceed.proceed-2col .box-proceed__col > div.col-net{
		padding-left: 30px;
		margin-left: 30px;
	}
	.box-proceed.proceed-2col .box-proceed__col > div .col-btn__2col li{
		width: 280px;
	}

	.box-proceed .col-btn__2col{
		display: flex;
		gap: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.box-proceed {
		width: auto;
  }

	.box-proceed .col-ttl{
		font-size: 1.5rem;
		padding-bottom: 8px;
  }
	.box-proceed__col > div:last-child{
		padding-top: 15px;
		margin-top: 20px;
		border-top: 2px dotted #ccc;
  }
	.box-proceed .col-btn__2col li:first-child{
		margin-bottom: 10px;
	}
}

/*--- お問い合わせ・ご相談 ---*/
.box-proceed__tel{
	font-weight: bold;
	padding: 15px 15px 20px;
	margin: 20px 2% 30px;
	background-color: #f5f7fa;
	border-radius: 10px;
}
.box-proceed__ttl {
	color: #3355ab;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 10px;
}
.box-proceed__ttl span{
	display: block;
	font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.box-proceed__tel{
		width: 980px;
		padding: 20px 130px 25px;
		margin: 20px auto;
	}
	.box-proceed__ttl {
		font-size: 2.0rem;
	}
	.box-proceed__btn {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.box-proceed__btn li:first-child {
		margin-bottom: 10px;
	}
	.box-proceed__btn li a {
		font-size: 1.8rem;
	}
}


/* form
========================================================================== */
input[type="text"], button, textarea {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
  outline: none;
  border: 1px solid #c2cad3;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #4db3e0;
  border: 1px solid #4db3e0;
}

textarea {
  max-width: 100%;
}

select {
  outline: none;
  border: 1px solid #c2cad3;
	padding: 8px 6px;
  color: #333;
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-color: #fff;
	height: 42px;
}

select option{
	background-color: #fff;
}

select:focus {
  box-shadow: 0 0 7px #4db3e0;
  border: 1px solid #4db3e0;
}

::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa;
}

input[type="text"]:disabled {
  background: #f1f1f1;
}

select:disabled {
  background: #f1f1f1;
}


/* module(layout)
========================================================================== */
.row-col2, .row-col3, .row-col4, .row-col5 {
	display: grid;
	gap: 10px 0;
}
@media screen and (min-width: 768px) {
	.row-col2, .row-col3, .row-col4, .row-col5 {
		gap: 15px;
	}
	.row-col2 {grid-template-columns: repeat(2, 1fr);}
	.row-col3 {grid-template-columns: repeat(3, 1fr);}
	.row-col4 {grid-template-columns: repeat(4, 1fr);}
	.row-col5 {grid-template-columns: repeat(5, 1fr);}
}


/* module(title)
========================================================================== */

/* .ttl-product
-------------------------------------------------------------------------- */
.ttl-product {
	display: flex;
	align-items: stretch;
	width: 980px;
	margin: 32px auto 0;
	overflow: hidden;
}

.ttl-product h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 770px;
	color: #808080;
	font-size: 2.0rem;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 32px;
	flex: 1;
}
.ttl-product__ttl {
	display: block;
	color: #333;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.ttl-product_img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 240px;
	height: 135px;
	text-align: center;
	background: #fff;
	border: 2px solid #d9dfe6;
	border-radius: 10px;
}
.ttl-product img{
	max-width: 160px;
	max-height: 80px;
}
.ttl-product img[src$="logo_rise_p.svg"]{
	max-height: 100px;
	padding-bottom: 5px;
}
	
@media screen and (max-width: 767px) {
	.ttl-product{
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0 2%;
		margin: 24px auto 0;
		background: none;
		border: none;
	}
	.ttl-product h1 {
		display: block;
		width: 100%;
		height: auto;
		font-size: 1.6rem;
		padding: 12px 0 0;
		text-align: center;
	}
	.ttl-product__ttl {
		font-size: 2.0rem;
	}
	.ttl-product img{
		width: 100%;
	}
}

.ttl-product__catch{
	width: 980px;
	margin: 24px auto 32px;
}
.ttl-product__catch p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	border-top: 4px solid #e6ebf2;
	border-bottom: 4px solid #e6ebf2;
}
.ttl-product__catch p span{
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.ttl-product__catch{
		width: 100%;
		padding: 0 2%;
		margin: 16px auto 0;
	}
	.ttl-product__catch p{
		font-size: 1.6rem;
		padding: 12px 10px;
	}
}

/*color*/
.cure .ttl-product__catch p {
	color: #19b3e6;
	border-color: #ccedf5;
}
.curelady .ttl-product__catch p {
	color: #eb6da5;
	border-color: #ffe0ef;
}
.believe .ttl-product__catch p {
	color: #00806a;
	border-color: #d6ebd6;
}
.wish .ttl-product__catch p {
	color: #00aea9;
	border-color: #ccebea;
}
.syushinrise .ttl-product__catch p {
	color: #eb4d57;
	border-color: #fcdbe0;
}
.yencan .ttl-product__catch p {
	color: #e04048;
	border-color: #f9dcdf;
}
.bridge .ttl-product__catch p {
	color: #d9a300;
	border-color: #f7eabf;
}
.keep .ttl-product__catch p {
	color: #e66c21;
	border-color: #fbe3d0;
}
.finesave .ttl-product__catch p {
	color: #3d528f;
	border-color: #d6dbf0;
}
.with .ttl-product__catch p {
	color: #5e66ae;
	border-color: #dbdbf0;
}
.support .ttl-product__catch p {
	color: #0959aa;
	border-color: #cce2f5;
}
.rise .ttl-product__catch p {
	color: #ef8200;
	border-color: #fae3cc;
}
.risesupport .ttl-product__catch p {
	color: #1cba95;
	border-color: #ccebe3;
}
.finesupport .ttl-product__catch p {
	color: #3d4b8f;
	border-color: #dddbf0;
}

	
/* .ttl-main
-------------------------------------------------------------------------- */
.ttl-main{
	position: relative;
	font-size: 2.8rem;
	font-weight: bold;
	width: 100%;
	line-height: 1.3;
	padding: 10px 0 8px 28px;
	margin-bottom: 25px;
}
.ttl-main::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 85%;
	width: 6px;
	margin: auto;
	background-color: #3281dd;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.ttl-main{
		font-size: 2.2rem;
		line-height: 1.3;
		padding: 8px 0 8px 20px;
		margin-bottom: 20px;
	}
}

.ttl-main__lead{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.ttl-main__lead {font-size: 1.6rem;}
}


/* .ttl-basis
-------------------------------------------------------------------------- */
.ttl-basis{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
	line-height: 1.4;
	padding: 0 0 15px;
	margin-bottom: 20px;
}
.ttl-basis::before,
.ttl-basis::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #c2cad3;
    border-radius: 5px;
}
.ttl-basis::after {
	width: 15%;
	background-color: #3281dd;
}
@media screen and (max-width: 767px) {
	.ttl-basis {font-size: 2rem;}
}

/*color*/
.cure .ttl-basis::before {background-color: #19b3e6;}
.cure .ttl-main::before {background-color: #19b3e6;}
.curelady .ttl-basis::before {background-color: #eb6da5;}
.curelady .ttl-main::before {background-color: #eb6da5;}
.believe .ttl-basis::before {background-color: #00806a;}
.believe .ttl-main::before {background-color: #00806a;}
.wish .ttl-basis::before {background-color: #00aea9;}
.wish .ttl-main::before {background-color: #00aea9;}
.syushinrise .ttl-basis::before {background-color: #eb4d57;}
.syushinrise .ttl-main::before {background-color: #eb4d57;}
.yencan .ttl-basis::before {background-color: #e04048;}
.yencan .ttl-main::before {background-color: #e04048;}
.bridge .ttl-basis::before {background-color: #d9a300;}
.bridge .ttl-main::before {background-color: #d9a300;}
.keep .ttl-basis::before {background-color: #e66c21;}
.keep .ttl-main::before {background-color: #e66c21;}
.finesave .ttl-basis::before {background-color: #3d528f;}
.finesave .ttl-main::before {background-color: #3d528f;}
.with .ttl-basis::before {background-color: #5e66ae;}
.with .ttl-main::before {background-color: #5e66ae;}
.support .ttl-basis::before {background-color: #0959aa;}
.support .ttl-main::before {background-color: #0959aa;}
.rise .ttl-basis::before {background-color: #ef8200;}
.rise .ttl-main::before {background-color: #ef8200;}
.finesupport .ttl-basis::before {background-color: #3d4b8f;}
.finesupport .ttl-main::before {background-color: #3d4b8f;}
.risesupport .ttl-basis::before {background-color: #1cba95;}
.risesupport .ttl-main::before {background-color: #1cba95;}


/* .ttl-feature
-------------------------------------------------------------------------- */
.ttl-feature{
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccc;
}
.ttl-feature .fe-text{
	vertical-align: middle;
	padding-left: 20px;
	font-size: 2.4rem;
	line-height: 1.4;
	flex: 1;
}
.ttl-feature .fe-text b{
	display: block;
	font-size: 1.4rem;
}
.ttl-feature .fe-no{
	display: inline-block;
	width: 64px;
	height: 64px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px 5px;
	background: #ccc;
	border-radius: 12px;
}
.fe-no b{
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Arial;
	font-size: 3.2rem;
	padding: 2px 0 0 0;
}
@media screen and (max-width: 767px) {
	.ttl-feature {
		display: block;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}
	.ttl-feature .fe-text {
		font-size: 1.8rem;
		display: block;
		padding-left: 0;
	}
	.fe-no b {
		font-size: 2.0rem;
		display: inline-block;
		padding: 0 0 0 2px;
	}
	.ttl-feature .fe-no {
		display: inline-block;
		width: auto;
		height: auto;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		padding: 8px 16px;
		margin-bottom: 10px;
		border-radius: 20px;
	}
}

/* ビリーブのみ */
.ttl-feature__need{
	padding: 12px 15px 10px;
	background-color: #e6f2e6;;
}
.ttl-feature__need .fe-text{
	display: block;
	padding-left: 0;
	line-height: 1.4;
}
.fe-before{
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	padding: 3px 5px 3px 8px;
	margin: 0 15px 0 0;
	background: #00806a;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.ttl-feature__need{
		padding: 10px;
	}
	.fe-before{
		font-size: 1.4rem;
		margin: 0 0 8px 0;
	}
}

/* ライズのみ */
.ttl-feature--point .fe-no{
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.ttl-feature__point{
	display: block;
	padding: 12px 15px 10px;
	background-color: #fcebed;;
}
.ttl-feature__point .fe-text{
	display: inline-block;
	width: auto;
	padding: 0 10px 0 0;
}
.fe-block{
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 5px 8px;
	margin: 0 5px;
	background: #eb4d57;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.ttl-feature__point{
		padding: 10px;
	}
	.ttl-feature__point .fe-text{
		padding: 0 0 5px 5px;
	}
}

/*color*/
.cure .ttl-feature {border-color: #19b3e6;}
.cure .ttl-feature .fe-no {background-color: #19b3e6;}
.curelady .ttl-feature{border-color: #eb6da5;}
.curelady .ttl-feature .fe-no {background-color: #eb6da5;}
.believe .ttl-feature {border-color: #00806a;}
.believe .ttl-feature .fe-no {background-color: #00806a;}
.wish .ttl-feature {border-color: #00aea9;}
.wish .ttl-feature .fe-no {background-color: #00aea9;}
.syushinrise .ttl-feature {border-color: #eb4d57;}
.syushinrise .ttl-feature .fe-no {background-color: #eb4d57;}
.yencan .ttl-feature {border-color: #e04048;}
.yencan .ttl-feature .fe-no {background-color: #e04048;}
.bridge .ttl-feature {border-color: #d9a300;}
.bridge .ttl-feature .fe-no {background-color: #d9a300;}
.keep .ttl-feature {border-color: #e66c21;}
.keep .ttl-feature .fe-no {background-color: #e66c21;}
.finesave .ttl-feature {border-color: #3d528f;}
.finesave .ttl-feature .fe-no {background-color: #3d528f;}
.with .ttl-feature {border-color: #5e66ae;}
.with .ttl-feature .fe-no {background-color: #5e66ae;}
.support .ttl-feature {border-color: #0959aa;}
.support .ttl-feature .fe-no {background-color: #0959aa;}
.rise .ttl-feature {border-color: #ef8200;}
.rise .ttl-feature .fe-no {background-color: #ef8200;}
.finesupport .ttl-feature {border-color: #3d4b8f;}
.finesupport .ttl-feature .fe-no {background-color: #3d4b8f;}
.risesupport .ttl-feature {border-color: #1cba95;}
.risesupport .ttl-feature .fe-no {background-color: #1cba95;}


/* .ttl-bold
-------------------------------------------------------------------------- */
.ttl-bold{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.ttl-bold{
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
}

/*color*/
.cure .ttl-bold {color: #19b3e6;}
.curelady .ttl-bold {color: #eb6da5;}
.believe .ttl-bold {color: #00806a;}
.wish .ttl-bold {color: #00aea9;}
.syushinrise .ttl-bold {color: #eb4d57;}
.yencan .ttl-bold {color: #e04048;}
.bridge .ttl-bold {color: #d9a300;}
.keep .ttl-bold {color: #e66c21;}
.finesave .ttl-bold {color: #3d528f;}
.with .ttl-bold {color: #5e66ae;}
.support .ttl-bold {color: #0959aa;}
.rise .ttl-bold {color: #ef8200;}
.risesupport .ttl-bold {color: #1cba95;}
.finesupport .ttl-bold {color: #3d4b8f;}


/* .ttl-square
-------------------------------------------------------------------------- */
.ttl-square{
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 1.3em;
	margin-bottom: 10px;
}
.ttl-square:before{
	content: "■";
	display: block;
	position: absolute;
	font-size: inherit;
	left: 0;
	font-family: "メイリオ", Meiryo;
}
.ttl-square__add:before{
	top: 8px;
}
@media screen and (max-width: 767px) {
	.ttl-square{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
}
	
/*color*/
.cure .ttl-square:before{color: #19b3e6;}
.curelady .ttl-square:before{color: #eb6ea6;}
.wish .ttl-square:before{color: #00aea9;}
.syushinrise .ttl-square{margin-bottom: 10px;}
.syushinrise .ttl-square:before{color: #eb4d57;}
.support .ttl-square:before{color: #0959aa;}
.rise .ttl-square:before{color: #ef8200;}

/* .ttl-square（other）*/
.ttl-square__syushin{color: #21a167;margin-bottom: 10px;}
.ttl-square__syushin:before{color: #21a167;}
.ttl-square__teiki{color: #f27900;margin-bottom: 10px;}
.ttl-square__teiki:before{color: #f27900;}
.ttl-square__chronic:before{color: #e26500;}


/* .ttl-bg
-------------------------------------------------------------------------- */
.ttl-bg{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 2.0rem;
	background: #f0f2f5;
	margin-bottom: 15px;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.ttl-bg {
		font-size: 1.8rem;
		padding: 10px 15px;
	}
}

/*color*/
.cure .ttl-bg {background: #e0f5fa; color: #19b3e6;}
.curelady .ttl-bg {background: #ffebf4;}
.yencan .ttl-bg {background: #f9dcdf;}

/* キュア／キュアレディのみ */
.ttl-bg__gan{
	background: #f0ffdd!important;
	text-align: center;
	color: #179122!important;
	border: 2px solid #179122;
}
.ttl-bg__woman{
	background: #ffebf4!important;
	text-align: center;
	color: #eb6ea6!important;
	border: 2px solid #eb6ea6;
}
.ttl-bg__senshin{
	background: #fffae2!important;
	text-align: center;
	color: #ff7800!important;
	border: 2px solid #ff7800;
}


/* module(text)
========================================================================== */
.txt-lead {margin-top: 15px;}

.txt-m {font-size: 1.6rem!important;}
.txt-s {font-size: 1.4rem!important;}
.txt-ss {font-size: 1.2rem!important;}

.txt-learge {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.txt-learge {font-size: 1.6rem;}
}

.txt-bold {font-weight: bold!important;}
.txt-normal {font-weight: normal!important;}

/* color */
.txt-red {color: #e72548;}
.txt-winered {color: #cc0000;}
.txt-pink {color: #e53a67;}
.txt-skyblue {color: #19b3e6;}
.finesave .txt-learge {color: #3d528f;}
.txt-with {
	display: block;
	color: #5e66ae;
	margin-top: 3px;
	font-weight: bold;
}

.txt-underline {text-decoration: underline;}

.txt-bg{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	margin-right: 5px;
	background: #ccc;
	border-radius: 5px;
}

.txt-marker {background: #fffde4;}
.txt-marker__00 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 4px 5px;
  background: #fff7d2;
}
.txt-marker__01 {
	color: #fff;
	padding: 4px 8px;
	border-radius: 5px;
}
.txt-marker__01 {background: #45a8e5;}

.txt-border {
	display: inline-block;
	border: 2px #ccc solid;
	padding: 2px 5px;
	margin: 0 5px;
}
.txt-border b {
	font-size: 2rem;
}
.txt-border__skyblue {color: #19b3e6;border-color: #19b3e6;}

.txt-center {text-align: center !important;}
.txt-left {text-align: left !important;}
.txt-right {text-align: right;}

.txt-note {
	font-size: 1.2rem;
	margin-top: 10px;
}

.txt-caution{
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	margin: 20px 0 15px 0;
}
@media screen and (max-width: 767px) {
	.txt-caution{
		text-align: left;
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

.txt-number {
	font-size: 1.2rem;
	color: #808080;
	text-align: right;
	margin: 0 0 10px;
	padding: 0;
}


/* module(link)
========================================================================== */
.link-basis{
	color: #1D3994!important;
	text-decoration: underline;
}
.link-basis:hover{
	text-decoration: none;
}

.link-arrow{
	color: #1D3994!important;
	text-decoration: underline;
	position: relative;
	padding-left: 23px;
}
.link-arrow:before{
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: #1d3994;
	width: 18px;
	height: 18px;
	border: 1px solid #1a0dab;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.link-arrow:after{
	position: absolute;
	top: 6px;
  left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: #1d3994;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.link-arrow:hover{
	text-decoration: none;
}


/* module(btn)
========================================================================== */

/* .btn-basis
-------------------------------------------------------------------------- */
.btn-basis{
	display: table;
	width: auto;
	margin: 15px auto 0;
}
.btn-basis a{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-width: 300px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	padding: 15px 40px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 0 0;
}
.btn-basis a::before{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 2px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	transform: rotate(45deg);
}
.btn-basis.btn-back a::before{
	left: 20px;
	right: auto;
	transform: rotate(225deg);
}
@media screen and (min-width: 768px) {
	.btn-basis{
		margin: 20px auto 0;
	}
	.btn-basis a{
		font-size: 1.6rem;
		padding: 20px 40px 18px 35px;
	}
}

/* block-detail
-------------------------------------------------------------------------- */
.block-detail{
	text-align: center;
	margin: 16px 10px 5px;
}
.block-detail .block-detail__txt {
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.block-detail .block-detail__btn{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 300px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	padding: 18px 40px;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 0 0;
}
.block-detail .block-detail__btn::before{
	position: absolute;
	top: 50%;
	bottom: 50%;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 2px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	transform: rotate(45deg);
}
@media screen and (min-width:768px) {
	.block-detail{
		margin: 24px 0 0;
	}
	.block-detail .block-detail__btn{
		display: inline-block;
		font-size: 1.8rem;
		padding: 20px 12px 18px;
		min-width: 420px;
	}
}

/* color */
.yencan .block-detail .block-detail__txt {color: #e04048;}
.yencan .block-detail .block-detail__btn::before {border-color: #e04048;}


/* .btn-lp（ムーンショット・キャンドルのみ）
-------------------------------------------------------------------------- */
.btn-lp{
	position: relative;
	display: block;
	width: 95%;
	margin: 0 auto 20px;
}
.btn-lp a{
	display: block;
	color: #3281dd;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	padding: 20px 10px;
	border: 1px solid #b3b3b3;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 0 0;
}
.btn-lp a img{
	width: 18px;
	height: auto;
	margin-left: 8px;
}
.btn-lp a span{
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.btn-lp{
		width: 55%;
	}
	.btn-lp a{
		font-size: 2.2rem;
		padding: 30px 40px;
	}
	.btn-lp a img{
		width: 20px;
		margin-left: 10px;
	}
}


/* module(list)
========================================================================== */
.list li {
	font-size: 1.4rem;
		margin-bottom: 3px;
	text-align: left;
}
.list-s li {
	font-size: 1.4rem;
	margin-bottom: 3px;
	text-align: left;
}
.list-ss li {
	font-size: 1.2rem;
	margin-bottom: 5px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.list li {
		font-size: 1.6rem;
	}
}

.list li:last-child,
.list-s li:last-child,
.list-ss li:last-child {
	margin-bottom: 0;
}

.list-caution, .list-source {
	font-size: 1.2rem;
	margin-top: 15px;
}
.list-caution-s {
	font-size: 1.2rem;
	margin-top: 3px;
}
.list-source {
	text-align: right;
}
.list-caution li:not(:last-child),
.list-source li:not(:last-child){
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.list-source {
		text-align: left;
	}
}

/* 2カラム／3カラム*/
@media screen and (min-width: 768px) {
	.list-col2,
	.list-col3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 10px;
	}
	.list-col3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.list-col2 li:nth-last-child(-n+2),
	.list-col3 li:nth-last-child(-n+3){
		margin-bottom: 0;
	}
}

/* 横並び */
@media screen and (min-width: 768px) {
	.list-side li{
		display: inline-block;
	}
}


/* module(box)
========================================================================== */
.box-detail{
	padding: 40px 30px;
}
.box-detail--center{
	margin: 48px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.box-detail{
		padding: 20px 2%;
		border: none;
	}
	.box-detail--center{
		padding: 0 2%;
		margin: 20px 0 48px;
	}
}

/* いずれ削除予定 */
.box-section{
	margin-top: 25px;
}

/* box-feature */
.box-feature:not(:last-child){
	margin-bottom: 56px;
}
.ttl-main + .box-feature{
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.box-feature:not(:last-child){
		margin-bottom: 32px;
	}
	.ttl-main + .box-feature{
		margin-top: 20px;
	}
}

/* box-border */
.box-border {
	border: 1px solid #cccccc;
	padding: 15px;
}
@media screen and (min-width: 768px) {
	.box-border {
		padding: 15px 20px;
	}
}
.box-border--dot {
	border: 1px dotted #b3b3b3;
}

/* box-bg */
.box-bg {
	width: 100%;
	padding: 12px 15px;
	background: #f5f7fa;
	border-radius: 10px;
}

/* 注意文言
-------------------------------------------------------------------------- */

/* box-note */
.box-note {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 20px;
}

.box-note--dot {
	border: 1px dotted #b3b3b3;
}

.box-note--red {
	color: #e72548;
	border: 1px dotted #e72548;
}

/* box-caution */
.box-caution {
	padding: 50px 15px 15px 15px;
	border: 1px solid #cccccc;
	background: url(/img/icon/icon_caution.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-bottom: 20px;
}
.box-caution__ttl {
	display: block;
	color: #e62600;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.box-caution {
		padding: 18px 20px 18px 60px;
		background-position: 15px center;
	}
	.box-caution__ttl {
		font-size: 1.6rem;
	}
}


/* バナー
-------------------------------------------------------------------------- */

/* box-bnr */
.box-bnr {
	text-align: center;
	margin: 30px 0 20px;
}
.box-bnr img{
	line-height: 1;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.box-bnr {
		padding: 0 2%;
		margin: 20px 0;
	}
	.box-bnr img{
		width: 100%;
	}
}

/* bnr-cp */
.bnr-cp{
	margin: 20px auto 0;
	display: table;
	text-align: center;
}
.bnr-cp .bnr-cap{
	font-size: 1.2rem;
	text-align: right;
}
@media screen and (max-width:767px) {
	.bnr-cp{
		margin: 15px 2% 10px;
	}
	.bnr-cp img{
		width: 100%;
	}
}


/* 商品一覧
========================================================================== */
.box-fproduct{
	width: 980px;
	margin: 40px auto 56px;
}

.box-fproduct__ttl{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 24px;
}
.box-fproduct__ttl::before {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 10%;
	height: 4px;
	margin: 0 auto;
	background-color: #3281dd;
	border-radius: 4px;
}

.box-fproduct__bg a{
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
}
.box-fproduct__in{
	background: #fff;
	border: 1px solid #c2cad3;
	border-radius: 8px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.05);
}
.box-fproduct__cat{
	padding: 0 0 5px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 7px 7px 0 0;
}

a[href*="/cure/"] .box-fproduct__cat {color: #19b3e6;}
a[href*="/curelady/"] .box-fproduct__cat {color: #eb6da5;}
a[href*="/believe/"] .box-fproduct__cat {color: #00806a;}
a[href*="/wish/"] .box-fproduct__cat {color: #00aea9;}
a[href*="/syushinrise/"] .box-fproduct__cat {color: #eb4d57;}
a[href*="/yencan/"] .box-fproduct__cat {color: #e04048;}
a[href*="/bridge/"] .box-fproduct__cat {color: #d9a300;}
a[href*="/keep/"] .box-fproduct__cat {color: #e66c21;}
a[href*="/finesave/"] .box-fproduct__cat {color: #3d528f;}
a[href*="/with/"] .box-fproduct__cat {color: #5e66ae;}
a[href*="/moonshot/"] .box-fproduct__cat {color: #2a476f;}
a[href*="/candle/"] .box-fproduct__cat {color: #265494;}
a[href*="/support/"] .box-fproduct__cat {color: #0959aa;}
a[href*="/rise/"] .box-fproduct__cat {color: #ef8200;}
a[href*="/rise_p/"] .box-fproduct__cat {color: #a84a10;}
a[href*="/finesupport/"] .box-fproduct__cat {color: #3d4b8f;}

/* a[href*="/cure/"] .box-fproduct__cat {background: #19b3e6;}
a[href*="/curelady/"] .box-fproduct__cat {background: #eb6da5;}
a[href*="/believe/"] .box-fproduct__cat {background: #00806a;}
a[href*="/wish/"] .box-fproduct__cat {background: #00aea9;}
a[href*="/syushinrise/"] .box-fproduct__cat {background: #eb4d57;}
a[href*="/yencan/"] .box-fproduct__cat {background: #e04048;}
a[href*="/bridge/"] .box-fproduct__cat {background: #d9a300;}
a[href*="/keep/"] .box-fproduct__cat {background: #e66c21;}
a[href*="/finesave/"] .box-fproduct__cat {background: #3d528f;}
a[href*="/with/"] .box-fproduct__cat {background: #5e66ae;}
a[href*="/moonshot/"] .box-fproduct__cat {background: #2a476f;}
a[href*="/candle/"] .box-fproduct__cat {background: #265494;}
a[href*="/support/"] .box-fproduct__cat {background: #0959aa;}
a[href*="/rise/"] .box-fproduct__cat {background: #ef8200;}
a[href*="/rise_p/"] .box-fproduct__cat {background: #a84a10;}
a[href*="/finesupport/"] .box-fproduct__cat {background: #3d4b8f;} */

.box-fproduct__in ul{
	width: 100%;
	display: table;
}
.box-fproduct__in li{
	text-align: center;
	display: table;
	vertical-align: middle;
	margin: 0 auto;
	font-size: 1.4rem;
}
.box-fproduct__in li:first-child{
	width: 150px;
	margin-bottom: 5px;
}
.box-fproduct__in li span{
	display: table-cell;
	vertical-align: middle;
	height: 55px;
}
.box-fproduct__in li img{
	max-width: 110px;
	max-height: 55px;
}
.box-fproduct__in li img.logo_rise_p{
	max-height: 65px;
}
@media screen and (max-width: 767px) {
	.box-fproduct{
		width: auto;
		margin: 32px 2% 40px;
	}
	.box-fproduct__ttl {font-size: 2.0rem;}
	.box-fproduct .row-col4 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.box-fproduct__in li:first-child {width: 100%;}
	.box-fproduct__in li img{
		width: 80%;
		height: auto;
	}
	.box-fproduct__cat {font-size: 1.2rem;}
	.box-fproduct__in li {font-size: 1.2rem;}
}


/* module(block)
========================================================================== */

/* .block-border
-------------------------------------------------------------------------- */
.block-border{
	padding: 15px 20px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
.block-border__ttl{
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.block-border{
		padding: 10px;
	}
}

/* .block-bg
-------------------------------------------------------------------------- */
.block-bg{
	background: #faf3db;
	margin: 15px auto 0;
	padding: 15px 20px;
	border-radius: 10px;
}
.block-bg__ttl{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.block-bg {
		padding: 15px;
	}
	.block-bg__ttl {font-size: 1.6rem;}
}

/*color*/
.with .block-bg {background: #ebebf7;}
.with .block-bg__syushin {background: #e8f5f0;margin-top: 0;}
.with .block-bg__teiki {background: #fff2e5;margin-top: 0;}
.syushinrise .block-bg {background: #fcebed;margin-top: 0;}


/* .block-application
-------------------------------------------------------------------------- */
.block-application{
	background: #f5f5f5;
	margin: 15px auto 0;
	padding: 15px 20px;
}
@media screen and (max-width: 767px) {
	.block-application{
		padding: 10px;
	}
}
	
/* .block-caution
-------------------------------------------------------------------------- */
.block-caution{
	border: 1px solid #666;
	margin-top: 40px;
}
.block-caution__ttl{
	font-weight: bold;
	background: #666;
	padding: 6px;
	color: #fff;
	text-align: center;
}
.block-caution__in{
	padding: 15px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.block-caution{
		margin-top: 30px;
	}
	.block-caution__in{
		padding: 10px;
	}
}


/* .block-type（ウィズ・ライズ（の一部）のみ）
-------------------------------------------------------------------------- */
.block-type{
	margin-top: 20px;
	border: 1px solid #ccc;
}
.block-type__ttl{
	padding: 15px;
	color: #fff;
}
.block-type__icon{
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}
.block-type__learge{
	font-weight: bold;
	font-size: 2rem;
}
.block-type__ttl b{
	display: block;
	margin-top: 7px;
	font-size: 2.2rem;
	font-weight: bold;
}
.block-type__in{
	padding: 15px;
}

.block-type__subttl{
	padding: 10px;
	background: #efefef;
	font-weight: bold;
	border-radius: 7px;
	margin-top: 15px;
}
.block-type__subttl > span {
	display: block;
}

.block-type__span{
	width: 95%;
	margin: 15px auto 0;
}
.block-type__span-box{
	border: 1px solid #ccc;
	border-radius: 5px;
}
.block-type__span-box p:first-child{
	background: #21a66f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.block-type__span-high{
	display: table!important;
	height: 100%;
	border-radius: 5px;
}
.block-type__span-high b{
	display: table-cell;
	vertical-align: middle;
}
.block-type__span-txt{
	padding: 10px;
}

/*color*/
.block-type__syushin{border-color: #21a66f;}
.block-type__syushin .block-type__ttl{background: #21a66f;}
.block-type__syushin .block-type__icon{color: #21a66f;}
.block-type__syushin .block-type__subttl{background: #d3ece1;}
.block-type__syushin .block-type__span{border-color: #21a66f;}
.block-type__syushin .block-type__span-box{border-color: #21a66f;}
.block-type__syushin .block-type__span-box p:first-child{background: #21a66f;}
.block-type__teiki{border-color: #fa830c;}
.block-type__teiki .block-type__ttl{background: #fa830c;}
.block-type__teiki .block-type__icon{color: #fa830c;}
.block-type__teiki .block-type__subttl{background: #fee6ce;}
.block-type__teiki .block-type__span{border-color: #fa830c;}
.block-type__teiki .block-type__span-box{border-color: #fa830c;}
.block-type__teiki .block-type__span-box p:first-child{background: #fa830c;}
.block-type__add{border-color: #5e66ae;}
.block-type__add .block-type__ttl{background: #5e66ae;}
.block-type__add .block-type__icon{color: #5e66ae;}

.syushinrise .block-type__subttl{background: #fcebed;}
.syushinrise .block-type__span{border-color: #662e29;}
.syushinrise .block-type__span-box{border-color: #662e29;}
.syushinrise .block-type__span-box p:first-child{background: #662e29;}

@media screen and (max-width: 767px) {
	.block-type .block-type__ttl span{display: block;text-align: center;}
	.block-type__icon{margin-bottom: 5px;}
	.block-type__ttl b{text-align:center;}
	.block-type__ttl,.block-type__in{padding: 10px;}
}


/* module(table)
========================================================================== */
.tbl-basis{
	font-size: 1.4rem;
	margin: 0;
	padding: 0px; 
	width: 100%; 
	border-top: 1px solid #c9c9c9; 
	border-right: 1px solid #c9c9c9;
	table-layout: fixed;
	word-wrap: break-word;
	white-space: normal;
}
.tbl-basis th, .tbl-basis td{
	vertical-align: middle; 
	border-bottom: 1px solid #c9c9c9; 
	border-left: 1px solid #c9c9c9;
	padding: 10px;
	text-align: center;
}

/* いずれ「td__left」に統一 */
.tbl-basis__left{
	text-align: left!important;
}
.td__left{
	text-align: left!important;
}

.tbl-basis caption{
	margin-bottom: 3px;
}

/* テーブルのセル幅 */
.wid5 {width: 5%;}
.wid10 {width: 10%;}
.wid15 {width: 15%;}
.wid20 {width: 20%;}
.wid25 {width: 25%;}
.wid30 {width: 30%;}
.wid35 {width: 35%;}
.wid40 {width: 40%;}
.wid45 {width: 45%;}
.wid50 {width: 50%;}


/* .商品別
-------------------------------------------------------------------------- */
.tbl-basis__s{ 
	width: 80%;
	margin: 0 auto;
}
.tbl-basis__price{
	font-weight: bold;
	font-size: 1.4rem;
}
.tbl-basis__price b{
	font-size: 2rem;
	padding: 0 2px;
}

.tbl-basis__chronic{width: 85%;margin: 20px auto;font-size: 1.8rem;}
.tbl-basis__chronic th{background: #fff5f4;}
.tbl-basis__cancel, .tbl-basis__cancel2{width: 65%;margin: 20px auto;font-size: 1.8rem;border: 2px solid #19b3e6;}
.tbl-basis__cancel2{border-color: #ec6d65;}
.tbl-basis__bg04{background: #e6f3fb;}
.tbl-basis__bg05{background: #ecfbff;}
.tbl-basis__bg06{background: #19b3e6;color: #fff;}
.tbl-basis__bg07{background: #fff5f4;}
.tbl-basis__bg08{background: #ec6d65;color: #fff;}

.tbl-basis__syushinrise th{background: #66292e;color: #fff;font-weight: bold;}
.tbl-basis__syushinrise td{background: #fcebed;}
.tbl-basis__bridge th{background: #d9a300;color: #fff;font-weight: bold;}
.tbl-basis__bridge td{background: #f7eed4;}
.tbl-basis__finesave th{background: #6690cc;color: #fff;font-weight: bold;}
.tbl-basis__finesave td{background: #e5f0ff;}
.tbl-basis__finesupport th{background: #3d4b8f;color: #fff;font-weight: bold;}
.tbl-basis__finesupport td{background: #ecebf7;}

.tbl-basis__bd-bottom-dotted{border-bottom: 2px dotted #333!important;}

@media screen and (max-width: 767px) {
	.tbl-basis__s {
	width: 100%;
	}
	.tbl-basis__chronic,
	.tbl-basis__cancel,
	.tbl-basis__cancel2 {
		width: 100%;
		font-size: 1.4rem;
	}
	.tbl-block th, .tbl-block td {
		display: block;
		width: 100%!important;
	}
}
@media screen and (max-width: 320px) {
	.tbl-basis {
		padding: 5px;
		font-size: 1.2rem;
	}
}

/* ウィズのみ */
.tbl-with01,.tbl-with02{margin-top: 20px;}
.tbl-with01 th,.tbl-with02 th{font-weight: bold;}
.tbl-with__age {background: #f2f2f2;}
.tbl-with01__sex {background: #63a6da;color: #fff;}
.tbl-with01__price {background: #d4e5f7;color: #333;}
.tbl-with02__sex {background: #e98297;color: #fff;}
.tbl-with02__price {background: #f6d7dd;color: #333;}
.tbl-with01 tr:nth-child(even) td,.tbl-with02 tr:nth-child(even) td{background: #f2f2f2;}

/* ライズ・サポート・プラスのみ */
.rise-point-2 {background: #fceee0;}
.tbl-fontsize {font-size: 1.6rem;}


/* module(img)
========================================================================== */
.img-res{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.img-res img{
	width: 100%;
	}
}


/* module(pagetop)
========================================================================== */
.pagetop a {
	position: fixed;
	right: 30px;
	bottom: 0;
	display: block;
	height: 55px;
	width: 60px;
	text-indent: -200px;
	opacity: 0.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	z-index: 10;
	background: #99a5b3;
	border-radius: 15px 15px 0 0;
}
.pagetop a:hover {
	background: #3281dd;
	opacity: 1;
}
.pagetop a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-right: -7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}
.pagetop a{
	-webkit-backface-visibility: hidden;
   backface-visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
	.pagetop a {
		display: none;
	}
}


/* magnific-popup
========================================================================== */
.mfp-hide {
	display: none !important;
}
.magnific-block {
	background: #fff;
	padding: 10px;
}
.magnific-block {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.mfp-close-btn-in .mfp-close,
.mfp-image-holder .mfp-close{
	color: #fff!important;
	background: rgb(0 0 0 / 30%)!important;
	border-radius: 50%;
	top: -15px!important;
	right: -15px!important;
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	opacity: 1;
}
.mfp-figure:after{content: none!important;}
img.mfp-img{padding: 0!important;}

@media screen and (max-width: 767px){
	.mfp-content {
		padding: 10px!important;
	}
}
@media screen and (min-width: 600px){
	.mfp-container{
		top: 0!important;
	}
	.magnific-block {
		padding: 20px;
	}
}


/*ヘッダー＆フッター固定電話 モーダル*/
.mfp-content:has(#sp-modal-tel){
	max-width: 730px !important;
}
#sp-modal-tel {
	text-align: center;
	padding: 0 0 25px;
}
/* #sp-modal-tel .modal-tel__block {
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
}
#sp-modal-tel .modal-tel__block .modal-tel__ttl{
	color: #00655a;
	font-weight: bold;
	font-size: 1.7rem;
} */


#sp-modal-tel .question{
	font-size: 1.7rem;
	font-weight: bold;
	padding: 15px 10px;
	margin-bottom: 20px;
	background: #F5F5F5;
}

#sp-modal-tel .buttons button{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 1.6rem;
	width: 90%;
	padding: 20px 10px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0 0;
	cursor: pointer;
}
#sp-modal-tel .buttons button:not(:last-child){
	margin-bottom: 12px;
}

#sp-modal-tel .block-tel__tel{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	margin: 0 auto;
}
#sp-modal-tel .block-tel__tel img{
	width: 17px;
	vertical-align: middle;
	margin-right: 6px;
}
#sp-modal-tel .block-tel__tel .modal-tel__num {
	display: flex;
	align-items: center;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	color: #3281dd;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.02em;
}
#sp-modal-tel .block-tel__tel .modal-tel__num span{
	color: #fff;
	font-weight: normal;
	font-size: 1.2rem;
	background-color: #3281dd;
	padding: 5px;
	margin-left: 8px;
	border-radius: 5px;
	vertical-align: middle;
}
#sp-modal-tel .block-tel__tel + .txt-note{
	text-align: center;
}

#sp-modal-tel .modal-link__block{
	padding: 0 15px;
}
#sp-modal-tel .modal-link__block > div {
	margin-top: 10px;
}
#sp-modal-tel .modal-link__block .modal-link__btn {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #3281dd;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0;
	padding: 8px;
    margin: 12px auto 0;
    width: 90%;
}
#sp-modal-tel .modal-link__block .modal-link__btn img{
	width: 16px;
	vertical-align: middle;
	margin-left: 3px;
}
#sp-modal-tel .modal-link__block.block-deduction{
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 10px;
	margin: 10px 0 0;
	border: 1px dotted #ccc;
}

#sp-modal-tel #tel-modal__back-button{
	color: #333;
	font-size: 1.3rem;
	padding: 8px 30px;
	margin: 15px auto 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
}
#sp-modal-tel #tel-modal__back-button span{
	position: relative;
	padding-left: 15px;
}
#sp-modal-tel #tel-modal__back-button span::before{
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-right: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0
}
@media screen and (min-width: 768px) {
	#sp-modal-tel{
		padding: 0 0 32px;
	}
	#sp-modal-tel .question {
		font-size: 2.2rem;
		padding: 20px 10px;
		margin-bottom: 24px;
	}
	#sp-modal-tel .buttons button{
		font-size: 1.8rem;
		width: 60%;
		padding: 24px 10px;
	}
	#sp-modal-tel .buttons button:not(:last-child) {
		margin-bottom: 16px;
	}

	#sp-modal-tel .block-tel__tel .modal-tel__num{
		font-size: 4.2rem;
	}
	#sp-modal-tel .block-tel__tel .modal-tel__num span {
		font-size: 1.5rem;
		padding: 6px 8px;
		margin: 0 12px 5px;
	}
	#sp-modal-tel .block-tel__tel img{
		width: 22px;
	}
	#sp-modal-tel .block-tel__tel + .txt-note{
		font-size: 1.4rem;
	}

	#sp-modal-tel .modal-link__block{
		padding: 0 40px;
	}
	#sp-modal-tel .modal-link__block > div{
		margin-top: 15px;
	}
	#sp-modal-tel .modal-link__block .modal-link__btn{
		font-size: 1.8rem;
		padding: 10px 8px 8px;
		margin: 20px auto 0;
		width: 60%;
	}
	#sp-modal-tel .modal-link__block.block-deduction{
		padding: 15px;
	}

	#sp-modal-tel #tel-modal__back-button{
		font-size: 1.4rem;
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 360px) {
	#sp-modal-tel .block-tel__tel .modal-tel__num {
		font-size: 3.1rem;
	}
	#sp-modal-tel .block-tel__tel img{
		width: 16px;
	}
}


/* 告知項目
========================================================================== */

/*box-check*/
.box-check{
	background: #e72548;
	padding: 10px 15px 15px 15px;
	margin: 20px 0 30px 0;
	position: relative;
}
.box-check:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -20px;
	right: 50%;
	margin-right: -15px;
	border-top: 20px solid #e72548;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}
.box-check__ttl{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 8px;
}
.box-check__ttl span{
	color: #ffff00;
}
.box-check__in{
	background: #fff;
}
.box-check__text{
	font-size: 1.6rem;
	text-align: center;
}
.box-check__text span{
	font-weight: bold;
}
.box-check__text span b{
	font-size: 3rem;
	color: #e72548;
	padding: 0 3px;
}
@media only screen and (max-width: 767px) {
	.box-check__text span b{
		font-size: 2.6rem;
	}
}

/*tbl-check*/
.tbl-check{
	margin: 0;
	padding: 0px;
	width: 100%;
	border: 2px solid #ba9222;
	table-layout: fixed;
	word-wrap: break-word;
	white-space: normal;
	font-size: 1.8rem;
}
.tbl-check td{
	border-bottom: 1px dotted #b3b3b3;
	overflow: hidden;
	padding: 15px;
	width: 100%;
}

.tbl-check__ttl{
	font-weight: bold;
	text-align: center;
	color: #ba9222;
	border-bottom: 2px solid #ba9222;
	padding: 3px 0;
}
.tbl-check__txt{
	position: relative;
	float: left;
	width: 88%;
	padding: 1px 0 0 40px;
	line-height: 1.6;
}
.tbl-check__img{
	float: right;
	width: 10%;
	text-align: right;
}
.tbl-check__img img{
	width: 80%;
	max-width: 69px;
}
.tbl-check__no{
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	background: #ba9222;
	display: block;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

/*color*/
.support .tbl-check{border-color:#0073bc;}
.support .tbl-check__ttl {color: #0073bc;border-color: #0073bc;}
.support .tbl-check__no {background: #0073bc;}
.rise .tbl-check{border-color:#ef8200;}
.rise .tbl-check__ttl {color: #ef8200;border-color: #ef8200;}
.rise .tbl-check__no {background: #ef8200;}
.finesupport .tbl-check{border-color:#3d4b8f;}
.finesupport .tbl-check__ttl {color: #3d4b8f;border-color: #3d4b8f;}
.finesupport .tbl-check__no {background: #3d4b8f;}
.risesupport .tbl-check{border-color:#1cba95;}
.risesupport .tbl-check__ttl {color: #1cba95;border-color: #1cba95;}
.risesupport .tbl-check__no {background: #1cba95;}

@media screen and (max-width: 767px) {
	.tbl-check{font-size: 1.6rem;}
}
@media screen and (max-width: 600px) {
	.tbl-check__img img{
		width: 52px;
	}
	.tbl-check__txt,.tbl-check__img{
		float: none;
	}
	.tbl-check__img{
		text-align: center;
	display: block;
		width: 100%;
	}
	.tbl-check__img img{
		margin-top: 10px;
		max-width: 140px;
		width: 140px;
	}
	.tbl-check__txt{
		width: 100%;
	}
}

/* .block-checkex（用語解説） */
.block-checkex{
	margin-bottom: 15px;
	font-size: 1.4rem;
}
.block-checkex dt{
	float: left;
	width: auto;
	margin-right: 10px;
}
.block-checkex dd{
	overflow: hidden;
	width: auto;
}
.block-checkex.block-checkex__1col dt{
	float: none;
	margin: 0 0 5px 0;
}



/* 商品ページ別
========================================================================== */


/* キュア／キュアレディ
-------------------------------------------------------------------------- */
/* box-qa */
.box-qa{
	padding-left: 40px;
}

/* ttl-qa */
.ttl-qa {
	margin-top: 10px;
	position: relative;
	padding: 1px 0 0 40px;
	font-size: 2rem;
	font-weight: bold;
}
.ttl-qa__q {color: #3281dd;}
.ttl-qa__a {color: #e72548;}
.ttl-qa b{
	font-size: 2.4rem;
	color: #fff;
	display: block;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.ttl-qa__q b {background: #3281dd;}
.ttl-qa__a b {background: #e72548;}
.ttl-qa__a span {color: #3281dd;}

@media screen and (max-width: 767px) {
	.ttl-qa {font-size: 1.6rem;}
}

/* list-seven (キュアのみ）*/
.list-seven{
	display: table;
	border-spacing: 10px;
	margin: 10px auto 0;
}
.list-seven li{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #0165b3;
	color: #0165b3;
	font-weight: bold;
	padding: 5px 15px;
	text-align: center;
	border-radius: 10px;
}
.list-seven_bg{
	background: #e6f3fb;
}
.list-seven span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.list-seven{
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-seven li{
		width: 49%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 2%;
	}
	.list-seven li:nth-child(odd) {
		margin-right: 2%;
	}
	.list-seven li:nth-child(2n+1):last-child {
		width: 100%;
		margin-right: 0;
	}
	.list-seven_noflex{
		display: block!important;
	}
}


/* ビリーブ
-------------------------------------------------------------------------- */
/* ttl-tbl */
.ttl-tbl{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.ttl-tbl {color: #00806a;}

@media screen and (max-width: 767px) {
	.ttl-tbl {font-size: 1.6rem;}
}


/* ライズ・サポート・プラス／保険料から選ぶ ライズ・サポート・プラス
-------------------------------------------------------------------------- */
.here-link{
	background: #fff8e4;
	margin: 15px auto;
	width: 100%;
	text-align: center;
	border-radius: 7px;
}
.here-link__txt {
	display: table;
	margin: 0 auto;
	padding: 20px 90px 20px 20px;
	background-size: 70px 50px;
	background-position: center right;
	background-repeat: no-repeat;
}
.rise .here-link__txt {
	background-image: url(/img/logo/logo_rise_p.svg);
}
.risesupport .here-link__txt {
	background-image: url(/img/logo/logo_rise.svg);
}
.here-link__txt > b{
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width:767px) {
	.here-link{
		width: auto;
		margin: 0 10px 10px 10px;
	}
	.here-link__txt {
		text-align: left;
		padding: 15px 90px 15px 10px;
		background-position: center right 10px;
	}
	.here-link__txt > b{
		font-size: 1.6rem;
	}
}


/* キープ・アップ
-------------------------------------------------------------------------- */
/* block-type */
.block-question{
	border: 1px solid #334d80;
	margin-top: 20px;
}
.block-question__ttl{
	font-weight: bold;
	background: #334d80;
	padding: 5px;
	color: #fff;
	text-align: center;
}
.block-question__in{
	padding: 15px;
}
.block-question__txt{
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 1.4rem;
}
.block-question__q,.block-question__a{
	font-size: 2.4rem;
	display: block;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.block-question__txt:not(:last-child) {
	margin-bottom: 15px;
}
.block-question__q + b{
	font-weight: bold;
}
.block-question__q{color: #fff;background: #334d80;}
.block-question__a{color: #334d80;background: #d6dbe6;}


/* キープ・アップ
-------------------------------------------------------------------------- */
.keep .block-reason {
	gap: 15px;
	margin: 20px auto 15px;
}
.keep .block-reason dt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #a68149;
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	.keep .block-reason {
		gap: 20px;
	}
	.keep .block-reason dt {
		font-size: 1.8rem;
		padding: 10px 15px 8px;
	}
}


/* ファインセーブ
-------------------------------------------------------------------------- */
/* block-needs */
.block-needs{
	border: 1px solid #3d528f;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.block-needs dt{
	background: #3d528f;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	padding: 15px;
	font-weight: bold;
}
.block-needs dd{
	padding: 15px;
}


/* ウィズ
-------------------------------------------------------------------------- */
/* box-price */
.box-price-area{
	width: 100%;
}
.box-price{
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	width: 380px;
	margin: 10px auto 0;
	text-align: center;
}
.box-price p{
	padding: 10px 15px;
}
.box-price .box-price-ttl{
	background-color: #777;
	font-weight: bold;
	color: #fff;
	border-radius: 6px 6px 0 0;
	padding: 5px 15px;
}
@media screen and (max-width: 767px) {
	.box-price{
		width: 100%;
	}
}

/* icon-plus */
.icon-plus{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 15px 0;
}
.icon-plus::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #dfe0ef;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50%;
}
.icon-plus span::before, .icon-plus span::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #5e66ae;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	margin-top: -2px;
}
.icon-plus span::after {
	background-color: #5e66ae;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* ウィッシュ
-------------------------------------------------------------------------- */
.wish .box-price-ttl {background-color: #eb6120!important;}
.wish .txt_orange {color: #eb6120;}
