@charset "UTF-8";
/* CSS Document */
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                                  共通    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#474749;
	margin: 0;
}
:root {
	--rlg-purple: #54479a;
	--rlg-purple-dark: #54479a;
	--rlg-yellow: #f0cf2a;
	--rlg-cream: #fff8dc;
	--rlg-text: #2f2a45;
}

#content_wrapper.rlg-page {
	max-width: 1080px;
	margin: 0 auto;
	float: none;
	/* background: #f4f4f6; */
	box-sizing: border-box;
}

#content.rlg-content {
	width: 100%;
	float: none;
	margin: 0;
	color: var(--rlg-text);
	font-size: clamp(14px, 1.45vw, 16px);
	overflow-wrap: anywhere;
	word-break: normal;
	box-sizing: border-box;
}

#content.rlg-content *,
#content.rlg-content *::before,
#content.rlg-content *::after {
	box-sizing: border-box;
}

#content.rlg-content img {
	max-width: 100%;
}


.rlg-hero {
	/* margin-bottom: 24px; */
}

.rlg-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.rlg-placeholder {
	width: 100%;
	/* min-height: 260px; */
	background: #e8e3f6;
	/* border: 2px solid #c8bce9; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--rlg-purple);
	font-weight: 700;
	letter-spacing: 0;
}

.rlg-placeholder img {
	max-width: 100%;
	height: auto;
	display: block;
}
.tokucho-box{
	border-top: solid 20px #efcb00;
	margin-bottom:50px;
	padding-top:40px;
	padding-inline:50px
}
.tokucho-box:first-of-type{
	padding-top:0
}
.tokucho-box:first-of-type .rlg-split {
	margin-top:0;
}

.rlg-split {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 20px;
}

.rlg-split img {
	width: 100%;
	height: auto;
	display: block;
	max-width:300px;
	margin:auto;
}

.rlg-nav {
	background: var(--rlg-purple);
	padding: 12px;
	margin-bottom: 24px;
}

.rlg-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rlg-nav li {
	flex: 1 1 180px;
}

.rlg-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	/* background: #fff; */
	/* color: var(--rlg-purple-dark); */
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border-radius: 3px;
	font-size: clamp(13px, 1.7vw, 18px);
	/* border: 1px solid #d5cbef; */
	min-height: 48px;
	height: 100%;
	text-align: center;
	line-height: 1.3;
	transition:0.4s all;
}
.rlg-nav a:hover{
	color:#fff;
	opacity:0.7;
}

.rlg-nav a::after {
	content: "▼";
	font-size: 0.78em;
	line-height: 1;
}

.rlg-section {
	background: #fff;
	padding: clamp(14px, 2.4vw, 20px);
	margin-bottom: 30px;
	/* border-top: 6px solid var(--rlg-purple); */
	/* border-bottom: 1px solid #d9d3ea; */
}
#rlg-case .rlg-card{
	border-top:solid 20px #54479a;
	background:none;
}
#rlg-case .rlg-card.gyomu{
	border:none;
}
#rlg-case .rlg-card.alart img{
	max-width:200px;
}
#rlg-case > *:not(h3) {
	max-width:calc(100% - 100px);
	margin-inline:auto
}
.rlg-plan-lead{
	color:#4a2c92;
	font-size: clamp(18px, 3vw, 24px);
	font-weight:bold;
	text-align:center;
	margin-top: 30px;
}
.rlg-plan-lead img{
	    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
#rlg-plan .rlg-note{
	display:table;
	margin-inline:auto;
}
.rlg-section h3 {
	margin: 10px 0 16px;
	font-size: clamp(22px, 3.5vw, 30px);
	line-height: 1.4;
	background-color: var(--rlg-purple-dark);
	color: #fff;
	font-weight: 800;
	text-align: center;
	padding: 10px;
	font-style: italic;
	max-width: 400px;
	margin-inline: auto;
	margin-bottom: 40px;
	width: 100%;
}
.rlg-section.rlg-cta h3{
	margin-top: -20px;
	/* margin-inline: calc((-1)*clamp(14px, 2.4vw, 20px)); */
	margin-bottom: 30px;
}

.rlg-section p {
	margin: 0 0 12px;
	line-height: 1.9;
}

.rlg-section ul {
	margin: 0 0 12px 20px;
}

.rlg-section li {
	margin-bottom: 6px;
}

.rlg-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 950px;
	margin-inline: auto;
}
.rlg-support{
	margin-bottom:40px;
}
.rlg-support .rlg-card{
	padding: 20px;
	border-radius:10px;
	align-items:center;
	align-self:center;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.rlg-support h4{
	color:#54479a;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom:10px;
	grid-column: 1 / -1;
	text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.rlg-support h4.anshin-ttl img{
	height:30px;
	vertical-align:middle;
	margin-right:10px
}
.rlg-support .rlg-card.purple{
	background:#f6f2ff;
}
.rlg-card {
	background: var(--rlg-cream);
	padding: 20px;
}
.rlg-price .rlg-card{
	border: 4px solid;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.rlg-card h4 {
	margin: 0 0 8px;
	font-size: clamp(16px, 2.2vw, 24px);
	color: var(--rlg-purple-dark);
}

.rlg-subhead {
	font-size: clamp(21px, 3.6vw, 30px);
	font-weight: 800;
	color: var(--rlg-purple-dark);
	margin: 0 0 10px;
	text-align: center;
	font-style: italic;
	padding-block: 20px;
}

.rlg-note {
	font-size: clamp(12px, 1.6vw, 13px);
}

.rlg-reco-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	margin-bottom: 14px;
}

.rlg-reco-item {
	position: relative;
	background: #ffeb58;
	border-radius: 12px;
	padding: 20px 70px 20px 30px;
	font-size: clamp(14px, 1.9vw, 16px);
	font-weight: 700;
	line-height: 1.7;
	display: flex;
	align-items: center;
}

.rlg-reco-item::before {
	content: "";
	position: absolute;
	left: -8px;
	top: -12px;
	color: var(--rlg-purple-dark);
	font-size: 16px;
	font-weight: 900;
	background: url(check.svg)no-repeat center;
	padding: 16px;
}

.rlg-reco-item::after {
	
}

.rlg-reco-item img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 40px;
	object-fit: contain;
	max-width: 80px;
}
.rlg-reco-item:nth-child(1) img{
	/* background:red; */
	max-width: 60px!important;
}

.rlg-stack {
	display: grid;
	gap: 12px;
}

.rlg-alert-title {
	background: var(--rlg-yellow);
	border-radius: 999px;
	padding: 10px;
	text-align: center;
	font-weight: 800;
	color: var(--rlg-purple-dark);
	margin: 0 0 40px;
	font-size: clamp(15px, 2.2vw, 24px);
}

.rlg-mini-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px 20px;
}

.rlg-mini-item {
	background: #f2f4ff;
	border: 1px solid #d8dcff;
	padding: 0;
	font-size: clamp(12px, 1.6vw, 13px);
	text-align: center;
	border-radius: 8px;
	font-weight: 700;
	margin-bottom: 10px;
}

.rlg-mini-item h5 {
	margin: 0 0 6px;
	font-size: clamp(12px, 1.8vw, 18px);
	background: #54479a;
	color: #fff;
	padding: 10px;
}
.rlg-mini-item .rlg-mini-txt{
	margin-bottom:10px;
}

.rlg-mini-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	/* border-radius: 6px; */
}

.rlg-card h4 img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.rlg-plan-name {
	/* display: inline-block; */
	padding: 4px 10px;
	border-radius: 6px;
	font-weight: 800;
	/* margin-bottom: 8px; */
	font-size: clamp(28px, 5vw, 40px);
	line-height: 1;
}
.rlg-plan-prime .rlg-plan-name{
	color: #fff;
}
.rlg-plan-standard.rlg-card dt{
	border-color:var(--rlg-yellow);
}
.rlg-plan-prime.rlg-card dt{
	border-color:var(--rlg-purple);
}
.rlg-plan-name small{
	font-size:70%;
}
.rlg-card.rlg-plan-standard .rlg-plan-ttl{
	background: var(--rlg-yellow);
	color: var(--rlg-purple-dark);
}
.rlg-card.rlg-plan-standard{
	border-color:var(--rlg-yellow);
}
.rlg-price .rlg-card dl{
	margin-inline:auto;
	/* padding: 10px; */
	/* padding-inline: 20px; */
	font-size: clamp(22px, 4.5vw, 30px);
	font-weight: bold;
	color: #514598;
	text-align: right;
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	flex-wrap: nowrap;
	gap: 10px;
	white-space: nowrap;
}
.rlg-price .rlg-card dd{
	margin: 0;
}
.rlg-price .rlg-card dd small{
	font-size:80%
}
.rlg-price .rlg-card .rlg-plan-ttl{
	font-weight:bold;
	text-align: center;
	padding-block: 10px;
}
.rlg-price .rlg-card .rlg-plan-ttl p{
	margin:0;
	margin-bottom: 10px;
	font-size: clamp(15px, 2.2vw, 18px);
}
.rlg-card.rlg-plan-prime{
	border-color:var(--rlg-purple);
	background: #f6f2ff;
}
.rlg-card.rlg-plan-prime .rlg-plan-ttl {
	background: var(--rlg-purple);
	color: #fff;
}
.rlg-price dl dt{
	background: #fff;
	color: #000;
	border:solid 1px;
	line-height: 1;
	padding: 7px 10px;
	margin-right:0;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-block: auto;
	white-space: nowrap;
}


.rlg-marker {
	background: linear-gradient(transparent 62%, #ffe12d 62%);
	color: #54479a;
	font-weight: 700;
}
.rlg-marker b{
	font-size:150%;
}

.rlg-products-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 950px;
	margin: auto;
	margin-bottom: 30px;
}

.rlg-product-card {
	background: #fff;
	border: 1px solid #d7cff1;
	padding: 0;
	overflow: hidden;
}
.rlg-product-card.clm2{
	grid-column: span 2;
}
.rlg-product-card.clm2 .rlg-product-placeholder,
.rlg-product-card.clm2 .rlg-product-name {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.rlg-product-catch {
	background: var(--rlg-purple);
	color: #fff;
	font-size: clamp(13px, 1.8vw, 16px);
	font-weight: 800;
	text-align: center;
	padding: 10px 10px;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rlg-product-body {
	padding: 10px;
}

.rlg-product-placeholder {
	min-height: 110px;
}

.rlg-product-name {
	color: var(--rlg-purple-dark);
	font-size: clamp(14px, 1.9vw, 16px);
	font-weight: 800;
	margin: 10px 0 8px!important;
	line-height: 1.5!important;
	text-align: center;
}

.rlg-product-note {
	font-size: clamp(12px, 1.6vw, 14px);
	line-height: 1.7;
	margin: 0;
}

.rlg-cta {
	/* background: #f6f2ff; */
	/* border: 2px solid var(--rlg-purple); */
}
.rlg-cta h3{
	max-width:100%
}
.rlg-cta a {
	color: var(--rlg-purple-dark);
	font-weight: 700;
}
.rlg-cta a.rlg-btn:hover{
	background-color: #fff;
	color: var(--rlg-purple-dark)!important;
	outline: solid;
}

.rlg-btn-wrap {
	margin-top: 14px;
}

.rlg-btn {
	display: table;
	background: #f0cf2a;
	color: var(--rlg-purple-dark);
	text-decoration: none;
	font-weight: 700;
	font-size: clamp(16px, 3.2vw, 22px);
	padding: 14px 28px;
	border-radius: 999px;
	margin-inline: auto;
	margin-bottom: 30px;
	font-style: italic;
	max-width: 300px;
	width: 100%;
	text-align: center;
}
.rlg-contact{
	max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}
.rlg-contact-row {
	display: grid;
	grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	max-width: 950px;
	margin: auto;
}
.rlg-contact-row p,
.rlg-contact p{
	display:flex;
	align-items:center;
}
.rlg-contact-row p a,
.rlg-contact p a{
	font-size: clamp(18px, 4vw, 32px);
	text-decoration:none;
	font-weight:bold;
	overflow-wrap: anywhere;
	line-height: 1.4;
}
.rlg-contact-row p span:first-child,
.rlg-contact p span:first-child{
	background: #e1e1e1;
	font-weight: bold;
	width: 100%;
	max-width: 100px;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-size: 13px;
	margin-right: 10px;
	padding:10px;
	border-radius: 40px;
}
.rlg-contact-row p span.always,
.rlg-contact p span.always{
	background:#ffeca1;
	color:#4a2c92;
	padding:10px;
	display: inline-block;
	line-height:1;
	font-weight:bold;
	margin-left:10px;
	border-radius: 8px;
	letter-spacing:1px;
}
.rlg-contact-row p span.always b,
.rlg-contact p span.always b{
	font-size:150%;
}

.rlg-logo-box {
	background: #fff;
	/* border: 1px solid #d8cffa; */
	border-radius: 8px;
	padding: 16px 12px;
	text-align: center;
	font-weight: 800;
	color: var(--rlg-purple-dark);
	/* aspect-ratio: 1; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	max-width: 100%;
	margin: auto;
}

.rlg-support {
	margin-top: 12px;
}

@media screen and (max-width: 768px) {
	.rlg-grid {
		grid-template-columns: 1fr;
	}

	.rlg-reco-grid {
		grid-template-columns: 1fr;
	}
	.rlg-reco-item {
	    width: 400px;
	    margin-inline: auto;
	}

	.rlg-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.rlg-nav li {
		flex: 1 1 calc(50% - 8px);
	}
	.rlg-nav li br{
		display:none;
	}

	.rlg-mini-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rlg-split {
		grid-template-columns: 1fr;
	}

	.rlg-contact-row {
		grid-template-columns: 1fr;
		padding-inline: 20px;
		padding^in: ;
		padding^in: 2;
		padding^in: 20;
		padding^in: 20p;
		padding^in: 20px;
		padding^in: 20p;
		padding^in: 20;
		padding^in: 2;
	}

	.rlg-section h3 {
		letter-spacing: 0;
	}

	.rlg-price .rlg-card dl {
		max-width: calc(100% - 20px);
		max-width: 300px;
	}
	#rlg-case > *:not(h3) {
    max-width: calc(100% - 20px);
	    margin-inline: auto;
	}
	.tokucho-box{
		padding-inline:20px
	}
}

@media screen and (max-width: 480px) {
	.rlg-nav ul{
		gap:0
	}
	.rlg-nav a{
		padding:0;
		min-height:30px;
	}
	.rlg-contact-row p,
	.rlg-contact p{
		flex-wrap:wrap;
	}
	.rlg-contact-row p span:first-child,
	.rlg-contact p span:first-child{
		flex-basis:100%;
		margin-right: 50%;
		margin-top:20px;
		margin-bottom: 10px;
	}
	.rlg-contact-row p a,
	.rlg-contact p a{
		font-size: 24px;
	}
	.rlg-contact-row p span.always,
	.rlg-contact p span.always{
		display:inline-block;
		font-size:10px;
	}
	.rlg-products-grid,
	.rlg-mini-grid {
		grid-template-columns: 1fr;
	}

	.rlg-product-card.clm2 {
		/* grid-column: auto; */
	}

	.rlg-product-card.clm2 .rlg-product-placeholder,
	.rlg-product-card.clm2 .rlg-product-name {
		/* grid-template-columns: 1fr; */
	}

	.rlg-nav li {
		/* flex-basis: 100%; */
	}

	.rlg-reco-item {
		padding-right: 70px;
		padding-left: 24px;
		width: 100%;
	}
	.rlg-reco-item img{
		height: 30px;
	}
	.rlg-reco-item:nth-child(1) img{
		right:10px
	}

	.rlg-price .rlg-card dl {
		align-items: flex-start;
		/* flex-direction: column; */
		text-align: left;
	}
}



ul li {
	list-style:none;
}
img {
 border-style: none;
 transition: 0.3s;
}
a:hover img {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}
a:link {
	text-decoration:none;
	/* color:#474749; */
}
a:hover{
	color:#53489b;
	/* text-decoration:underline; */
}
.float_l{	
	float:left;}

.float_r{
	float:right;}
.clear{
	clear:both;
	overflow:hidden;
}

/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/*                                                              フッター    */ 
/*-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#fotter {
	width:900px;
	margin:100px auto 30px auto;
}
#left {
	width:250px;
	float:left;
	text-align:center;
}
.address {
	margin:10px auto;
	font-size:12px;
}
#telfax {
	width:250px;
	background:#ececed;
	padding-top:8px;
	padding-bottom:8px;
	border-radius: 5px;        /* CSS3 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	
	color:#555555;
	font-size:14px;
}
#fotter #left a img{max-width: 150px;}
#fotter #right{margin-top:4rem}
#right {
	width:600px;
	float:right;
	font-size:11px;
	margin-left:40px;
}
#foot_contact {
	width: 100%;
	height: auto!important;
	background: none!important;
	margin: 0 auto 25px auto;
	text-align: center;
	line-height: normal!important;
}
#foot_contact a:hover img {
    visibility: visible;
}
#foot_contact a{
	display: flex!important;
	justify-content:center;
	align-items:center;
	padding:10px;
	margin: auto;
	border-radius:3px;
	font-size:15px;
	text-decoration: none!important;
	transition:0.4s all;
}
#foot_contact a{
	border: solid 1px #53489b!important;
	color: #53489b;
	background:#fff;
}
#foot_contact a:hover{
	color:#fff;
	background: #53489b!important;
}
body.sp #foot_contact a{
	border-radius:2px;
	border: solid 1px #53489b!important;
	color: #fff!important;
	background:#53489b;
	max-width:260px;
}
body.sp #foot_contact a:hover{
	border:solid 1px;
	color:#53489b!important;
	background:#fff;
}
#right li {
	list-style:none;
	float:left;
	text-align:left;
	border-left: solid 1px #53489b;
	margin-bottom:8px;
	padding-left:8px;
}
#fotter li:hover {
	text-decoration:underline;
}
#right .info_01 {
	width:145px;
	float:left;
	margin-top:30px;
	padding-left: 0;
}
#right .info_01 li {
	width:145px;
}
#right .info_02 {
	width:200px;
	float:left;
	margin-top:30px;
	padding-left: 0;
}
#right .info_02 li {
	width:200px;
}
#right .info_03  {
	width: 180px;
	float:left;
	margin-top:30px;
	padding-left: 0;
}
#right .info_03 li {
	width:250px;
}

#copyright {
	width:100%;
	font-size: 10px;
	background: #53489b;
	padding-block: 20px;
	color:#FFFFFF;
	text-align:center;
}
.align-left{
	text-align:left;
}
br.sp{
	display: none;
}
br.pc{
	display: block;
}
@media screen and (max-width: 768px) {
	br.sp{
		display: block;
	}
	br.pc{
		display: none;
	}
	#fotter,
	#fotter #left,
	#fotter #right{
		width: 100%;
	}
	#telfax{
		margin-inline:auto;
	}
}

.page-top{
	position: fixed;
    right: 10px;
    bottom: 10px;
}
.page-top a{
	color:#000;
	background:#e4e4e4;
	display:block;
	padding:10px;
	border-radius:8px;
	font-weight:bold;
	font-size:12px;
}
.page-top a:after{
	content: "▼";
    font-size: 0.78em;
    line-height: 1;
	vertical-align:middle;
	display:inline-block;
	transform: rotate(180deg);
}