@charset "UTF-8";

/*--------------------------------------------------
	＜共通＞
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

#pageTop {
	display: none;
}

.mlp {
	background: #FFF;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

/*
.mlp img {
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
	image-rendering: crisp-edges;
}
*/

.mlp img {
	image-rendering: -webkit-optimize-contrast;
}

.mlp ol {
	margin: 0;
	padding: 0;
}

.mlp a {
	text-decoration: underline;
}

.mlp a:hover {
	text-decoration: none;
}

.mlp .content-width01 {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.mlp .content-width02 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.mlp .sp-only {
	display: none;
}

.mlp img {
	width: auto;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	20%{ opacity: 1;}
	50%{ opacity: 1;}
	70%{ opacity: 0;}
	100%{ opacity: 0;}
}

.mlp .rollover {
	transition: opacity 0.3s ease;
}

.mlp .rollover:hover {
	opacity: 0.8;
}


/*--------------------------------------------------
	follow-nav
--------------------------------------------------*/
.follow-nav {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	z-index: 10;
	color: #FFF;
	visibility: hidden;
	transition: all 0.3s ease;
	opacity: 0;
}

.follow-nav--view {
	opacity: 1;
	visibility: visible;
}

.follow-nav .follow-head {
	display: flex;
	flex: 1;
	align-items: center;
}

.follow-nav .follow-head .follow-head-price {
	padding-left: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 145%;
}

.follow-nav .follow-head .follow-head-price b {
	font-weight: 700;
	font-size: 32px;
	line-height: 143%;
}

.follow-nav .follow-head .follow-head-price span {
	font-weight: 700;
	font-size: 18px;
	line-height: 144%;
}

.follow-nav .follow-head .follow-head-price span.follow-head-price-tax {
	font-size: 12px;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-align: right;
}


.follow-nav .follow-head .follow-head-text {
	padding-left: 28px;
	font-weight: 700;
	font-size: 13px;
	line-height: 146%;
}

.follow-nav .follow-nav-button a {
	display: flex;
	align-items: center;
	height: 70px;
	background: #D32D23;
	padding: 0 34px;
	font-weight: 700;
	font-size: 16px;
	line-height: 143%;
	text-decoration: none;
	color: #FFF;
}

/*--------------------------------------------------
	mv
--------------------------------------------------*/
.mlp .mv {
	position: relative;
	background: linear-gradient(180deg, #EFF2F3 46.39%, rgba(239, 242, 243, 0) 100%);
	overflow: hidden;
}

.mlp .mv .mv-inner {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	height: 563px;
}

.mlp .mv .mv-tagline {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 10px 24px;
	line-height: 100%;
	background: #3A3A3A;
	font-size: 15px;
	color: #FFF;
	z-index: 5;
}

.mlp .mv .mv-head {
	position: relative;
	display: inline-block;
	margin-left: 76px;
	z-index: 5;
}

.mlp .mv .mv-head .mv-head-lead {
	font-weight: 700;
	font-size: 53px;
	line-height: 145%;
}

.mlp .mv .mv-head .mv-head-lead span {
	font-weight: 700;
	font-size: 46px;
	line-height: 145%;
}

.mlp .mv .mv-head .mv-head-price {
	margin-top: 10px;
	line-height: 100%;
	font-weight: 900;
	font-size: 30px;
	line-height: 143%;
	color: #D32D23;
	margin-bottom: 20px;
}

.mlp .mv .mv-head .mv-head-price .mv-head-price-tax {
	font-size: 24px;
	font-weight: 700;
	writing-mode: vertical-rl;
}

.mlp .mv .mv-head .mv-head-price .mv-head-price-number {
	vertical-align: baseline;
	font-size: 110px;
	font-weight: 900;
	position: relative;
}

.mlp .mv .mv-head .mv-head-price .mv-head-price-number img {
	vertical-align: top;
}

.mlp .mv .mv-head .mv-head-price .mv-head-price-unit {
	display: inline-block;
	margin-top: 40px;
	margin-left: 5px;
	line-height: 100%;
	font-size: 48px;
}

.mlp .mv .mv-head .mv-head-text {
	margin: 7px 0 12px 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	width: 371px;
	text-align: center;
}

.mlp .mv .mv-head .mv-head-button a {
	display: block;
	padding: 15px 0;
	width: 371px;
	background: #D32D23;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
}

.mlp .mv .mv-product {
	position: absolute;
	top: -140px;
	left: 50%;
	margin-left: -132px;
}

.mlp .mv .mv-product ul li {
	position: absolute;
	top: 0;
	left: 0;
	animation: change-img-anim 16s infinite;
	opacity: 0;
}

.mlp .mv .mv-product ul li:nth-of-type(2) {
	animation-delay: 8s;
}

.mlp .mv .mv-product ul li img {
	width: 797px;
}

/*--------------------------------------------------
	colors
--------------------------------------------------*/
.mlp .colors {
	position: relative;
	z-index: 2;
}

.mlp .colors ul {
	display: flex;
}

.mlp .colors ul li {
	width: 50%;
}

.mlp .colors ul li figure {
	position: relative;
}

.mlp .colors ul li figure figcaption {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 13px;
	color: #FFF;
}

.mlp .colors ul li:nth-child(2) figure figcaption {
	color: #000;
}

.mlp .colors ul li figure img {
	width: 100%;
}

/* 2024.10.15 パンくず */
.mlp-rental-breadcrumb {
	width: 900px;
	text-align: right;
	margin: 0 auto;
	font-weight: 400;
	margin-bottom: 1em;
}
.mlp-rental-breadcrumb a {
	text-decoration: none;
	color: #f69440;
}
.mlp-rental-breadcrumb a:after {
	display: inline-block;
	margin: 0 0.6em;
	content: "";
	border-top: 2px solid #f69440;
	border-right: 2px solid #f69440;
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
}

/* 2024.10.15 パンくず ここまで */

/*--------------------------------------------------
	recommend
--------------------------------------------------*/
.mlp .recommend {
	padding-top: 152px;
	position: relative;
}

.mlp .recommend .recommend-body {
	display: flex;
	margin-bottom: 113px;
	padding-left: 413px;
	align-items: center;
	justify-content: center;
}

.mlp .recommend .recommend-body .recommend-body-figure {
	position: absolute;
	top: -290px;
	left: -316px;
	z-index: 1;
	overflow: hidden;
}

.mlp .recommend .recommend-body .recommend-body-figure img {
	width: 1135px;
}

.mlp .recommend .recommend-body .recommend-body-description {
	position: relative;
	z-index: 2;
}

.mlp .recommend .recommend-body .recommend-body-description .recommend-body-description-title {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 28px;
	line-height: 146%;
	font-weight: bold;
}

.mlp .recommend .recommend-body .recommend-body-description ul li {
	background: url(../img/icon_checkbox.svg) no-repeat 0 0.1em;
	margin-bottom: 20px;
	padding-left: 48px;
	font-size: 20px;
}

.mlp .recommend .recommend-rental {
	position: relative;
	text-align: center;
	z-index: 2;
}

.mlp .recommend .recommend-rental .recommend-rental-title {
	margin-bottom: 80px;
	line-height: 143%;
	font-weight: 700;
	font-size: 44px;
}

.mlp .recommend .recommend-rental .recommend-rental-try {
	display: flex;
	align-items: center;
	text-align: left;
	border: 1px solid #3A3A3A;
	background: #FFF;
	padding: 25px 0 25px 64px;
	box-sizing: border-box;
	border-radius: 31px;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-figure {
	width: 22%;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-figure img {
	width: 100%;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text {
	margin-left: 4%;
	line-height: 120%;
	font-weight: 500;
	font-size: 24px;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text b {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text em {
	line-height: 120%;
	font-weight: 700;
	font-size: 52px;
	font-style: normal;
	color: #D32D23;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text span {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	color: #D32D23;
}

.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text span.recommend-rental-try-text-tax {
	font-size: 16px;
	writing-mode: vertical-rl;
}

.mlp .recommend .recommend-rental-head {
	text-align: center;
	line-height: 143%;
	font-size: 32px;
	font-weight: 700;
	color: #D32D23;
}

.mlp .recommend .recommend-rental-head .recommend-rental-head-icon {
	margin-bottom: 12px;
}

/*--------------------------------------------------
	recommend-rental-easy
--------------------------------------------------*/
.mlp .recommend .recommend-rental-easy {
	margin-top: 80px;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items {
	margin-top: 34px;
	display: flex;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item {
	width: 50%;
	padding: 0 3.8%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item:last-child {
	border-right: none;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item figure {
	width: 300px;
	margin: auto;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item figure img {
	width: 100%;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head {
	margin-bottom: 20px;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head-title {
	margin-top: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	color: #D32D23;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head-title sup {
	font-size: 0.5em;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head-lead {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-text {
	font-size: 18px;
	text-align: left;
}

.mlp .recommend .recommend-rental-easy .recommend-rental-easy-note {
	margin-top: 34px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

/*--------------------------------------------------
	recommend-rental-safe
--------------------------------------------------*/
.mlp .recommend .recommend-rental-safe {
	margin-top: 60px;
}

.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items {
	margin-top: 34px;
	display: flex;
	justify-content: space-between;
}

.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items .recommend-rental-safe-item {
	width: 47.5%;
}

.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items .recommend-rental-safe-item .recommend-rental-safe-item-title {
	margin-bottom: 17px;
	background: #3A3A3A;
	padding: 6px 22px;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #FFF;
}

/*--------------------------------------------------
	recommend-rental-start
--------------------------------------------------*/
.mlp .recommend .recommend-rental-start {
	margin-top: 60px;
	text-align: center;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-head {
	margin-top: 18px;
	text-align: center;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-head .recommend-rental-start-head-lead {
	font-weight: 700;
	font-size: 20px;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-head .recommend-rental-start-head-text {
	margin-top: 18px;
	font-size: 12px;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items {
	margin-top: 90px;
	margin-bottom: 70px;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol {
	display: flex;
	justify-content: space-between;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #F5F5F5;
	border: 5px solid rgba(0, 0, 0, 0.04);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 35px 0 33px 0;
	min-width: 22.6%;
	text-align: center;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #7A7A7A;
	color: #FFF;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon {
	font-size: 14px;
	line-height: 120%;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon b {
	line-height: 120%;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure {
	display: flex;
	margin: 0 0 10px 0;
	padding: 0;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	min-height: 130px;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure figcaption {
	display: block;
	background: #D32D23;
	border-radius: 28px;
	margin: 5px auto 0 auto;
	padding: 2px 0 4px;
	line-height: 130%;
	font-weight: 700;
	font-size: 15px;
	width: 80px;
	color: #FFF;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-text {
	margin-top: auto;
	font-weight: 700;
	font-size: 18px;
	color: #D32D23;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding: 16px 40px;
	background: #F4F1E7;
	border-radius: 50px;
	color: #D32D23;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest .recommend-rental-start-earliest-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 146%;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest .recommend-rental-start-earliest-text {
	margin-top: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-after {
	margin-top: 32px;
	text-align: center;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-after .recommend-rental-start-after-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 145%;
}

.mlp .recommend .recommend-rental-start .recommend-rental-start-after .recommend-rental-start-after-text {
	margin-top: 8px;
	font-weight: 400;
	font-size: 18px;
	line-height: 166%;
}

/*--------------------------------------------------
	application
--------------------------------------------------*/
.mlp .application {
	margin-top: 80px;
	padding-bottom: 70px;
	background: #F4F1E7;
}

.mlp .application .application-figure ul {
	display: flex;
}

.mlp .application .application-figure ul li {
	width: 50%;
}

.mlp .application .application-figure ul li img {
	width: 100%;
}

.mlp .application .application-head {
	margin-top: 60px;
	text-align: center;
}

.mlp .application .application-head .application-head-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 145%;
}

.mlp .application .application-head .application-head-text span {
	color: #D32D23;
}

.mlp .application .application-head .application-head-title {
	margin-top: 8px;
	font-weight: 700;
	font-size: 40px;
	line-height: 145%;
	letter-spacing: 0.03em;
}

.mlp .application .application-rental {
	margin-top: 60px;
}

.mlp .application .application-rental ul {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}

.mlp .application .application-rental ul li {
	display: flex;
	flex-direction: column;
	padding: 13px 20px 20px 20px;
	max-width: 48%;
	min-width: 48%;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #D32D23;
	border-radius: 20px;
	text-align: center;
}

.mlp .application .application-rental ul li .application-rental-text {
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 15px;
	line-height: 145%;
	color: #D32D23;
}

.mlp .application .application-rental ul li .application-rental-logo {
	margin: auto;
	margin-bottom: 13px;
}

.mlp .application .application-rental ul li .application-rental-logo img {
	max-width: 100%;
}

.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--kikito {
	width: 54%;
}

.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--leadintelligence {
	width: 88%;
}

.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--rentio {
	width: 60%;
}

.mlp .application .application-rental ul li .application-rental-button {
	margin-top: auto;
}

.mlp .application .application-rental ul li .application-rental-button a {
	display: block;
	background: #D32D23;
	border-radius: 5px;
	padding: 18px 0 19px;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	color: #FFF;
}

.mlp .application .application-rental .application-rental-note {
	margin-top: 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
}


/*--------------------------------------------------
	application-free
--------------------------------------------------*/
.mlp .application .application-free {
	margin-top: 40px;
	padding: 30px 45px;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 30px;
}

.mlp .application .application-free .application-free-head {
	margin-bottom: 20px;
	text-align: center;
}

.mlp .application .application-free .application-free-head .application-free-head-text {
	font-weight: 700;
	font-size: 25.5px;
	line-height: 120%;
}

.mlp .application .application-free .application-free-head .application-free-head-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	color: #D32D23;
}

.mlp .application .application-free .application-free-head .application-free-head-title span {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
}


.mlp .application .application-free .application-free-body {
	font-weight: 400;
	font-size: 18px;
	line-height: 166%;
}

.mlp .application .application-free .application-free-body .application-free-body-note {
	margin-top: 12px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

/*--------------------------------------------------
	application-contact
--------------------------------------------------*/
.mlp .application .application-contact {
	margin-top: 40px;
	text-align: center;
}

.mlp .application .application-contact .application-contact-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
}

.mlp .application .application-contact .application-contact-text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

/* ↓↓ 20230608 SHARP側で追記 ↓↓ */
.mlp .application .application-contact .application-contact-text2 {
	font-weight: 700;
	font-size: 34px;
	margin-top: -30px;
	margin-bottom: 60px;
	color: #D32D23;
}
/* 追記ここまで */

.mlp .application .application-contact .application-contact-tel {
	margin-top: 10px;
}

.mlp .application .application-contact .application-contact-tel dt {
	font-weight: 700;
	font-size: 20px;
	line-height: 131%;
}

.mlp .application .application-contact .application-contact-tel dd {
	margin-top: 4px;
}

.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-number {
	font-weight: 700;
	font-size: 60px;
	line-height: 145%;
	color: #D32D23;
}

.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-number a {
	text-decoration: none;
	color: #D32D23;
}

.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-holiday {
	margin-top: 12px;
	font-weight: 400;
	font-size: 18px;
	line-height: 167%;
}

.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-note {
	margin-top: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

.mlp .application .application-contact .application-contact-button {
	margin-bottom: 60px;
	margin-top: 40px;
	text-align: center;
}

.mlp .application .application-contact .application-contact-button a {
	display: inline-block;
	padding: 20px 24px;
	background: #D32D23;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	text-decoration: none;
	color: #FFF;
}

.mlp .application .application-contact .application-contact-button a .application-contact-button-icon {
	display: inline-block;
	padding-left: 15px;
}


/*--------------------------------------------------
	application-scene
--------------------------------------------------*/
.mlp .application .application-scene {
	margin-top: 70px;
	text-align: center;
}

.mlp .application .application-scene .application-scene-title {
	margin-bottom: 55px;
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	padding: 35px 70px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #D32D23;
}

.mlp .application .application-scene .application-scene-title:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-width: 15px 15px 0 15px;
	border-color: #FFF transparent transparent transparent;
	border-style: solid;
	content: '';
}

.mlp .application .application-scene-list {
	text-align: left;
}

.mlp .application .application-scene-list ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.mlp .application .application-scene-list ul li {
	background: #FFF;
	min-width: 31.25%;
	max-width: 31.25%;
}

.mlp .application .application-scene-list ul li .application-scene-list-figure {
	border-bottom: 2px solid #D32D23;
}

.mlp .application .application-scene-list ul li .application-scene-list-figure img {
	width: 100%;
}

.mlp .application .application-scene-list ul li .application-scene-list-description {
	padding: 20px;
}

.mlp .application .application-scene-list ul li .application-scene-list-description .application-scene-list-description-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
}

.mlp .application .application-scene-list ul li .application-scene-list-description .application-scene-list-description-text {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 167%;
}

.mlp .application .application-scene-list ul li .application-scene-list-description .application-scene-list-description-text b {
	font-weight: 700;
}


/*--------------------------------------------------
	features
--------------------------------------------------*/
.mlp .features {
	background: url(../img/figure_whirlpool.svg) no-repeat 50% -150px;
	background-size: 1117px auto;
	padding: 80px 0 80px 0;
}

.mlp .features .features-head {
	text-align: center;
}

.mlp .features .features-head .features-head-text {
	font-weight: 700;
	font-size: 24px;
	line-height: 145%;
}

.mlp .features .features-head .features-head-lead {
	font-weight: 700;
	font-size: 40px;
	line-height: 145%;
	color: #D32D23;
}

.mlp .features .features-head .features-head-title {
	display: inline-block;
	margin-top: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #D32D23;
	font-weight: 700;
	font-size: 40px;
	line-height: 145%;
}

.mlp .features .features-figure {
	margin-top: 51px;
	text-align: center;
}

.mlp .features .features-figure img {
	width: 510px;
}

.mlp .features .features-list {
	margin-top: 20px;
	text-align: center;
}

.mlp .features .features-list ul {
	display: inline-flex;
}

.mlp .features .features-list ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border: 1px solid #AEAEAE;
	width: 264px;
	height: 264px;
	box-sizing: border-box;
	border-radius: 50%;
}

.mlp .features .features-list ul li:nth-child(2) {
	margin-left: 30px;
	border-color: #D32D23;
	color: #D32D23;
}

.mlp .features .features-list ul li .features-list-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 189%;
}

.mlp .features .features-list ul li .features-list-lead {
	margin-top: 4px;
	font-weight: 700;
	font-size: 30px;
	line-height: 143%;
}

.mlp .features .features-list ul li .features-list-description {
	margin-top: 4px;
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
}

.mlp .features .features-list ul li .features-list-title {
	margin-top: 4px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
}

.mlp .features .features-list ul li .features-list-title b {
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
}

.mlp .features .features-list .features-list-note {
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
}

.mlp .features .features-lead {
	margin-top: 50px;
	font-weight: 700;
	font-size: 36px;
	line-height: 144%;
	text-align: center;
}

.mlp .features .features-lead span {
	color: #D32D23;
}

.mlp .features .features-lead b {
	font-weight: 700;
	font-size: 80px;
	line-height: 120%;
}

/*--------------------------------------------------
	features-other
--------------------------------------------------*/
.mlp .features .features-other {
	margin-top: 60px;
}

.mlp .features .features-other > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mlp .features .features-other > ul > li {
	margin: 32px 0 0 0;
	background: #F5F5F5;
	display: flex;
	width: 48%;
}

.mlp .features .features-other > ul > li:first-child {
	margin-top: 0;
	width: 100%;
}

.mlp .features .features-other > ul > li figure {
	min-width: 39.7%;
	max-width: 39.7%;
}

.mlp .features .features-other > ul > li figure img {
	width: 100%;
}

.mlp .features .features-other > ul > li .features-other-description {
	padding: 24px;
}

.mlp .features .features-other > ul > li .features-other-description .features-other-description-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 145%;
}

.mlp .features .features-other > ul > li .features-other-description .features-other-description-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 166%;
}

.mlp .features .features-other > ul > li .features-other-description .features-other-description-list ul li {
	position: relative;
	padding-left: 27px;
	font-weight: 400;
	font-size: 18px;
	line-height: 167%;
}

.mlp .features .features-other > ul > li .features-other-description .features-other-description-list ul li:after {
	position: absolute;
	top: 0.75em;
	left: 10px;
	width: 5px;
	height: 5px;
	content: '';
	background: #000;
	border-radius: 2.5px;
}

/*--------------------------------------------------
	mlp-top
--------------------------------------------------*/
.mlp .mlp-top a {
	display: block;
	text-align: center;
	background-color: #f69440;
	color: black;
	font-size: 3em;
	font-weight: 700;
	margin: 2em 20% 2em;
	border-radius: 10px;
	padding: 1em 0 1em;
	text-decoration: none;
}

/*--------------------------------------------------
	purchase
--------------------------------------------------*/
.mlp .purchase {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #F4F1E7;
}

.mlp .purchase .purchase-head {
	text-align: center;
}

.mlp .purchase .purchase-head .purchase-head-text {
	font-weight: 700;
	font-size: 20px;
	line-height: 145%;
}

.mlp .purchase .purchase-head .purchase-head-text span {
	color: #D32D23;
}

.mlp .purchase .purchase-head .purchase-head-title {
	margin-top: 8px;
	font-weight: 700;
	font-size: 46px;
	line-height: 145%;
	letter-spacing: 0.03em;
}

/*--------------------------------------------------
	purchase-product
--------------------------------------------------*/
.mlp .purchase .purchase-product {
	margin-top: 40px;
	display: flex;
	flex-direction: row-reverse;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
}

.mlp .purchase .purchase-product .purchase-product-figure ul {
	position: relative;
	width: 586px;
}

.mlp .purchase .purchase-product .purchase-product-figure ul:after {
	display: block;
	content: '';
	padding-top: 73%;
}

.mlp .purchase .purchase-product .purchase-product-figure ul li {
	position: absolute;
	top: 0;
	left: 0;
	animation: change-img-anim 16s infinite;
	opacity: 0;
}

.mlp .purchase .purchase-product .purchase-product-figure ul li:nth-of-type(2) {
	animation-delay: 8s;
}

.mlp .purchase .purchase-product .purchase-product-figure ul li img {
	max-width: 100%;
}

.mlp .purchase .purchase-product .purchase-product-description {
	width: 404px;
	padding: 0 0 0 83px;
	box-sizing: border-box;
}

.mlp .purchase .purchase-product .purchase-product-description-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
}

.mlp .purchase .purchase-product .purchase-product-description-en {
	margin-top: 14px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
}

.mlp .purchase .purchase-product .purchase-product-description-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 160%;
}

.mlp .purchase .purchase-product .purchase-product-description-price {
	margin-top: 15px;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #D32D23;
}

.mlp .purchase .purchase-product .purchase-product-description-price .purchase-product-description-price-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
}

.mlp .purchase .purchase-product .purchase-product-description-price .purchase-product-description-price-number b {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
}

.mlp .purchase .purchase-product .purchase-product-description-price .purchase-product-description-price-number span {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
}

.mlp .purchase .purchase-product .purchase-product-description-license {
	margin-top: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
}

/*--------------------------------------------------
	purchase-list
--------------------------------------------------*/
.mlp .purchase .purchase-list {
	margin-top: 40px;
}

.mlp .purchase .purchase-list ul {
	display: flex;
/*	justify-content: space-between;  左よせからセンターへ*/
	justify-content: center;
}

.mlp .purchase .purchase-list ul li {
	width: 48%;
}

.mlp .purchase .purchase-list ul li .purchase-list-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 145%;
}

.mlp .purchase .purchase-list ul li .purchase-list-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 124px;
	background: #3A3A3A;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 26px;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

.mlp .purchase .purchase-list ul li .purchase-list-button a:hover {
	text-decoration: none;
}

.mlp .purchase .purchase-list ul li .purchase-list-button a b {
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
}
/*
.mlp .purchase .purchase-list ul li:first-child .purchase-list-button a {
	background: #C9338D;
}
*/

/*--------------------------------------------------
	purchase-subscription
--------------------------------------------------*/
.mlp .purchase .purchase-subscription {
	box-sizing: border-box;
	margin-top: 40px;
	padding: 52px;
	background: #FFFFFF;
	border-radius: 30px;
}

.mlp .purchase .purchase-subscription .purchase-subscription-title {
	border-bottom: 1px solid #D32D23;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
}

.mlp .purchase .purchase-subscription .purchase-subscription-title .purchase-subscription-title-price {
	color: #D32D23;
}

.mlp .purchase .purchase-subscription .purchase-subscription-title .purchase-subscription-title-price b {
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
}

.mlp .purchase .purchase-subscription .purchase-subscription-title .purchase-subscription-title-sup {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}

.mlp .purchase .purchase-subscription .purchase-subscription-lead {
	margin-top: 28px;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
}

.mlp .purchase .purchase-subscription .purchase-subscription-list {
	margin-top: 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}
.mlp .purchase .purchase-subscription .purchase-subscription-list ul li {
	position: relative;
	padding-left: 27px;
	font-weight: 400;
	font-size: 18px;
	line-height: 167%;
}
.mlp .purchase .purchase-subscription .purchase-subscription-list ul li:after {
	position: absolute;
	top: 0.75em;
	left: 10px;
	width: 5px;
	height: 5px;
	content: '';
	background: #000;
	border-radius: 2.5px;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button {
	margin-top: 40px;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button a {
	display: block;
	max-width: 496px;
	margin: 0 auto 0 auto;
	padding: 20px;
	box-sizing: border-box;
	background: #0290BE;
	border-radius: 5px;
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button a span {
	display: inline-block;
	background: url(../img/icon_rentio.png) no-repeat 0 50%;
	min-height: 40px;
	background-size: 37px auto;
	padding-left: 57px;
}

/* 2024.10.11 サブスク変更 */
.purchase-subscription-title1 {
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}
.purchase-subscription-title1 span {
	color: #D32D23;
}
.purchase-subscription-title2 {
	text-align:center;
	margin-top: 8px;
	font-weight: 700;
	font-size: 46px;
	line-height: 145%;
	letter-spacing: 0.03em;
}
.purchase-subscription-vendor-name {
	border-top: 1px solid #D32D23;
	font-size: 40px;
	font-weight: 700;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
.purchase-subscription-vendor-new {
	background: #D32D23;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 0.1em 0.5em;
	vertical-align: super;
	margin-left: 0.5em;
}
.purchase-subscription-vendor-price {
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
}
.purchase-subscription-vendor-price span {
	color: #D32D23;
}
.purchase-subscription-vendor-price span b {
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
}
.purchase-subscription-vendor-price-tax {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
}
.purchase-subscription-button-other {
	margin-top: 40px;
	text-align: center;
}
.purchase-subscription-button-other a img {
	width: 500px;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button2 {
	margin-top: 40px;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button2 a {
	display: block;
	max-width: 496px;
	margin: 0 auto 0 auto;
	padding: 20px 12px;
	box-sizing: border-box;
	border: 3px solid #0290BE;
	border-radius: 5px;
	font-weight: 700;
	font-size: 24px;
	line-height: 160%;
	text-decoration: none;
	text-align: center;
	color: #0290BE;
}

.mlp .purchase .purchase-subscription .purchase-subscription-button2 a span {
	display: inline-block;
	line-height: 100%;
}

/* 2024.10.11 サブスク変更ここまで */

@media all and (max-width: 1300px){
	.mlp {
		min-width: 1024px;
	}

	.mlp .content-width01 {
		width: auto;
	}

	/*--------------------------------------------------
		mv
	--------------------------------------------------*/
	.mlp .mv .mv-product {
		left: auto;
		right: 0;
		margin-left: 0;
	}

	.mlp .mv .mv-product ul li {
		left: auto;
		right: 0;
	}

}

@media all and (max-width: 768px){
	.mlp {
		min-width: 0;
	}

	.mlp .sp-only {
		display: inline-block;
	}

	.mlp .pc-only {
		display: none;
	}

	.mlp .rollover:hover {
		transition: none;
		opacity: 1;
	}

	.mlp .content-width01 {
		width: auto;
	}

	.mlp .content-width02 {
		width: auto;
		margin-right: 15px;
		margin-left: 15px;
	}

	/*--------------------------------------------------
		follow-nav
	--------------------------------------------------*/
	.follow-nav .follow-head {
		display: block;
		padding-left: 15px;
	}

	.follow-nav .follow-head .follow-head-price {
		padding-left: 0;
		font-size: 12px;
	}

	.follow-nav .follow-head .follow-head-price b {
		font-size: 20px;
	}

	.follow-nav .follow-head .follow-head-price span {
		font-weight: 700;
		font-size: 18px;
		line-height: 144%;
	}

	.follow-nav .follow-head .follow-head-price span.follow-head-price-tax {
		font-size: 8px;
	}

	.follow-nav .follow-head .follow-head-text {
		padding-left: 0;
		font-size: 10px;
	}

	.follow-nav .follow-nav-button a {
		height: 80px;
		background: #D32D23;
		padding: 0 15px;
		font-size: 13px;
	}


	/*--------------------------------------------------
		mv
	--------------------------------------------------*/
	.mlp .mv .mv-inner {
		display: block;
		position: static;
		margin-bottom: 40px;
		height: auto;
	}

	.mlp .mv .mv-tagline {
		padding: 8px 12px 10px;
		font-size: 13px;
	}

	.mlp .mv .mv-head {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mlp .mv .mv-head .mv-head-lead {
		display: inline-block;
		line-height: 110%;
		font-size: 24px;
	}

	.mlp .mv .mv-head .mv-head-lead span {
		line-height: 110%;
		font-size: 20px;
	}

	.mlp .mv .mv-head .mv-head-price {
		display: inline-block;
		margin-top: 0;
		font-size: 16px;
	}

	.mlp .mv .mv-head .mv-head-price .mv-head-price-tax {
		font-size: 16px
	}

	.mlp .mv .mv-head .mv-head-price .mv-head-price-number {
		font-size: 56px;
	}

	.mlp .mv .mv-head .mv-head-price .mv-head-price-number img {
		margin-top: -2px;
		width: 145px;
	}

	.mlp .mv .mv-head .mv-head-price .mv-head-price-unit {
		margin-left: 0;
		margin-top: 23px;
		font-size: 21px;
	}

	.mlp .mv .mv-head .mv-head-text {
		font-size: 15px;
		width: auto;
	}

	.mlp .mv .mv-head .mv-head-button {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
	}

	.mlp .mv .mv-head .mv-head-button a {
		padding: 20px 0;
		width: 100%;
		border-radius: 7px;
		font-size: 18px;
	}

	.mlp .mv .mv-product {
		position: static;
	}

	.mlp .mv .mv-product:after {
		display: block;
		content: '';
		padding-top: 89%;
	}

	.mlp .mv .mv-product ul li {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.mlp .mv .mv-product ul li img {
		width: 100%;
	}

	/*--------------------------------------------------
		colors
	--------------------------------------------------*/
	.mlp .colors ul {
		display: block;
	}

	.mlp .colors ul li {
		width: auto;
	}

	.mlp .colors ul li figure figcaption {
		bottom: 5px;
		right: 8px;
		font-size: 12px;
	}

	/*--------------------------------------------------
		recommend
	--------------------------------------------------*/
	.mlp .recommend {
		padding-top: 0;
	}

	.mlp .recommend .recommend-body {
		display: block;
		margin-bottom: 42px;
		padding-left: 0;
	}

	.mlp .recommend .recommend-body .recommend-body-figure {
		position: static;
		margin: 0 -15px -70% -15px;
	}

	.mlp .recommend .recommend-body .recommend-body-figure img {
		width: 100%;
	}

	.mlp .recommend .recommend-body .recommend-body-description .recommend-body-description-title {
		margin-bottom: 24px;
		font-size: 24px;
		text-align: center;
	}

	.mlp .recommend .recommend-body .recommend-body-description ul {
		padding: 0 20px;
	}

	.mlp .recommend .recommend-body .recommend-body-description ul li {
		background-size: 24px auto;
		background-position: 0 0;
		min-height: 24px;
		margin-bottom: 16px;
		padding-left: 36px;
		line-height: 144%;
		font-size: 18px;
	}

	.mlp .recommend .recommend-body .recommend-body-description ul li:last-child {
		margin-bottom: 0;
	}

	.mlp .recommend .recommend-rental .recommend-rental-title {
		margin-bottom: 30px;
		font-size: 28px;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try {
		display: block;
		padding: 28px 0;
		text-align: center;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-figure {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text {
		margin-top: 16px;
		margin-left: 0;
		line-height: 150%;
		font-size: 18px;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text b {
		font-size: 32px;
		line-height: 150%;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text em {
		line-height: 150%;
		font-size: 60px;
	}

	.mlp .recommend .recommend-rental .recommend-rental-try .recommend-rental-try-text span {
		font-size: 28px;
		line-height: 150%;
	}

	.mlp .recommend .recommend-rental-head {
		line-height: 146%;
		font-size: 28px;
	}

	.mlp .recommend .recommend-rental-head .recommend-rental-head-icon {
		margin-bottom: 9px;
	}

	/*--------------------------------------------------
		recommend-rental-easy
	--------------------------------------------------*/
	.mlp .recommend .recommend-rental-easy {
		margin-top: 50px;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items {
		margin-top: 20px;
		display: block;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item {
		width: 100%;
		margin-bottom: 24px;
		padding: 0 0 24px 0;
		border-right: none;
		border-bottom: 1px solid #CCCCCC;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item figure {
		width: 200px;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head-title {
		margin-top: 32px;
		font-size: 36px;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-head-lead {
		font-size: 22px;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-items .recommend-rental-easy-item .recommend-rental-easy-item-text {
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .recommend .recommend-rental-easy .recommend-rental-easy-note {
		margin-top: 24px;
	}

	/*--------------------------------------------------
		recommend-rental-safe
	--------------------------------------------------*/
	.mlp .recommend .recommend-rental-safe {
		margin-top: 50px;
	}

	.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items {
		margin-top: 24px;
		display: block;
	}

	.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items .recommend-rental-safe-item {
		margin-bottom: 20px;
		width: auto;
	}

	.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items .recommend-rental-safe-item:last-child {
		margin-bottom: 0;
	}

	.mlp .recommend .recommend-rental-safe .recommend-rental-safe-items .recommend-rental-safe-item .recommend-rental-safe-item-title {
		margin-bottom: 12px;
		padding: 6px 15px;
		font-size: 16px;
	}

	/*--------------------------------------------------
		recommend-rental-start
	--------------------------------------------------*/
	.mlp .recommend .recommend-rental-start {
		margin-top: 50px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-head {
		margin-top: 12px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-head .recommend-rental-start-head-lead {
		font-size: 16px;
		line-height: 135%;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-head .recommend-rental-start-head-text {
		margin-top: 12px;
		font-size: 12px;
		line-height: 160%;
		text-align: left;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items {
		margin-top: 45px;
		margin-bottom: 24px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol {
		flex-wrap: wrap;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li {
		border-width: 3.5px;
		border-radius: 14px;
		margin-top: 37px;
		padding: 33px 0 22px 0;
		min-width: 47.8%;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li:nth-child(1),
	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li:nth-child(2) {
		margin-top: 0;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon {
		top: -21px;
		margin-left: -21px;
		width: 42px;
		height: 42px;
		border-radius: 21px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon {
		font-size: 10px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-icon b {
		font-size: 18px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure {
		display: flex;
		margin: 0 0 10px 0;
		min-height: 100px;
		height: 100px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure img {
		transform: scale(0.7);
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure span {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 0;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-figure figcaption {
		margin: 0 auto 0 auto;
		padding: 3px 0;
		font-size: 10px;
		width: 57px;
		color: #FFF;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-items ol li .recommend-rental-start-items-text {
		font-size: 13px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest {
		display: block;
		padding: 16px 35px;
		border-radius: 30px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest .recommend-rental-start-earliest-title {
		font-size: 20px;
		line-height: 145%;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-earliest .recommend-rental-start-earliest-text {
		font-size: 12px;
		line-height: 160%;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-after {
		margin-top: 24px;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-after .recommend-rental-start-after-title {
		font-size: 16px;
		line-height: 143%;
	}

	.mlp .recommend .recommend-rental-start .recommend-rental-start-after .recommend-rental-start-after-text {
		margin-top: 8px;
		font-size: 16px;
		line-height: 160%;
	}

	/*--------------------------------------------------
		application
	--------------------------------------------------*/
	.mlp .application {
		margin-top: 40px;
		padding-bottom: 32px;
	}

	.mlp .application .application-head {
		margin-top: 32px;
	}

	.mlp .application .application-head .application-head-text {
		font-size: 16px;
		line-height: 143%;
	}

	.mlp .application .application-head .application-head-title {
		font-size: 24px;
	}

	.mlp .application .application-rental {
		margin-top: 24px;
	}

	.mlp .application .application-rental ul {
		display: block;
	}

	.mlp .application .application-rental ul li {
		display: block;
		margin-bottom: 10px;
		padding: 13px 20px;
		max-width: 100%;
		min-width: 100%;
	}

	.mlp .application .application-rental ul li:last-child {
		margin-bottom: 0;
	}

	.mlp .application .application-rental ul li .application-rental-text {
		margin-bottom: 12px;
		font-size: 16px;
	}

	.mlp .application .application-rental ul li .application-rental-logo {
		margin-bottom: 12px;
	}

	.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--kikito {
		width: 50%;
	}

	.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--leadintelligence {
		width: 81%;
	}

	.mlp .application .application-rental ul li .application-rental-logo.application-rental-logo--rentio {
		width: 55%;
	}


	/*--------------------------------------------------
		application-free
	--------------------------------------------------*/
	.mlp .application .application-free {
		margin-top: 24px;
		padding: 30px 22px;
	}

	.mlp .application .application-free .application-free-head .application-free-head-text {
		font-size: 16px;
		line-height: 150%;
	}

	.mlp .application .application-free .application-free-head .application-free-head-title {
		font-size: 28px;
		line-height: 150%;
	}

	.mlp .application .application-free .application-free-head .application-free-head-title span {
		font-size: 20px;
		line-height: 150%;
	}


	.mlp .application .application-free .application-free-body {
		font-size: 16px;
		line-height: 160%;
	}

	/*--------------------------------------------------
		application-contact
	--------------------------------------------------*/
	.mlp .application .application-contact {
		margin-top: 24px;
		padding: 0 15px;
	}

	.mlp .application .application-contact .application-contact-title {
		font-size: 18px;
	}

	/* ↓↓ 20230608 SHARP側で追記 ↓↓ */
	.mlp .application .application-contact .application-contact-text2 {
		color:#D32D23;
		font-size: 24px;
		padding-top: 16px;
	}
	/* 追記ここまで */

	.mlp .application .application-contact .application-contact-tel {
		margin-top: 12px;
	}

	.mlp .application .application-contact .application-contact-tel dt {
		font-size: 16px;
	}

	.mlp .application .application-contact .application-contact-tel dd {
		margin-top: 0;
	}

	.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-number {
		font-size: 36px;
	}

	.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-holiday {
		margin-top: 0;
		font-size: 16px;
		line-height: 156%;
	}

	.mlp .application .application-contact .application-contact-tel dd .application-contact-tel-note {
		margin-top: 12px;
		font-size: 12px;
		text-align: left;
	}

	.mlp .application .application-contact .application-contact-button {
		margin: 24px 0 32px 0;
	}

	.mlp .application .application-contact .application-contact-button a {
		display: block;
		padding: 12px 26px;
		font-size: 16px;
		line-height: 150%;
		text-align: left;
	}

	.mlp .application .application-contact .application-contact-button a .application-contact-button-icon {
		float: right;
		padding-left: 0;
		margin-top: -12px;
	}

	.mlp .application .application-contact .application-contact-button a .application-contact-button-sup {
		font-size: 12px;
		line-height: 200%;
	}


	/*--------------------------------------------------
		application-scene
	--------------------------------------------------*/
	.mlp .application .application-scene {
		margin-top: 32px;
	}

	.mlp .application .application-scene .application-scene-title {
		display: block;
		margin: 0 15px 30px 15px;
		padding: 18px 23px;
		border-radius: 10px;
		font-size: 16px;
	}

	.mlp .application .application-scene .application-scene-title:after {
		margin-left: -8px;
		border-width: 8px 8px 0 8px;
	}

	.mlp .application .application-scene-list ul {
		display: block;
	}

	.mlp .application .application-scene-list ul li {
		margin-bottom: 20px;
		min-width: 100%;
		max-width: 100%;
	}

	.mlp .application .application-scene-list ul li:last-child {
		margin-bottom: 0;
	}

	.mlp .application .application-scene-list ul li .application-scene-list-description .application-scene-list-description-title {
		font-size: 18px;
	}

	.mlp .application .application-scene-list ul li .application-scene-list-description .application-scene-list-description-text {
		font-size: 16px;
		line-height: 160%;
	}

	/*--------------------------------------------------
		features
	--------------------------------------------------*/
	.mlp .features {
		padding: 31px 15px 40px 15px;
		background-size: 760px auto;
		background-position: 50% -247px;
	}

	.mlp .features .features-head .features-head-text {
		font-size: 20px;
		line-height: 145%;
	}

	.mlp .features .features-head .features-head-lead {
		font-size: 26px;
		line-height: 146%;
	}

	.mlp .features .features-head .features-head-title {
		padding-bottom: 2px;
		font-size: 32px;
		line-height: 143%;
	}

	.mlp .features .features-figure {
		margin-top: 40px;
		text-align: center;
	}

	.mlp .features .features-figure img {
		width: 90%;
	}

	.mlp .features .features-list ul li {
		width: 168px;
		height: 168px;
	}

	.mlp .features .features-list ul li:nth-child(2) {
		margin-left: 9px;
	}

	.mlp .features .features-list ul li .features-list-text {
		font-size: 15px;
		line-height: 146%;
	}

	.mlp .features .features-list ul li .features-list-lead {
		margin-top: 3px;
		font-size: 24px;
		line-height: 145%;
	}

	.mlp .features .features-list ul li .features-list-description {
		margin-top: 8px;
		font-size: 15px;
		line-height: 146%;
	}

	.mlp .features .features-list ul li .features-list-title {
		margin-top: 3px;
		font-size: 16px;
	}

	.mlp .features .features-list ul li .features-list-title b {
		font-size: 38px;
	}

	.mlp .features .features-lead {
		margin-top: 40px;
		font-size: 28px;
		line-height: 146%;
	}

	.mlp .features .features-lead b {
		font-size: 68px;
	}

	/*--------------------------------------------------
		features-other
	--------------------------------------------------*/
	.mlp .features .features-other {
		margin-left: 0;
		margin-right: 0;
		margin-top: 32px;
	}

	.mlp .features .features-other > ul {
		display: block;
	}

	.mlp .features .features-other > ul > li {
		display: block;
		margin: 10px 0 0 0;
		width: 100%;
	}

	.mlp .features .features-other > ul > li:first-child {
		margin-top: 0;
	}

	.mlp .features .features-other > ul > li figure {
		min-width: 100%;
		max-width: 100%;
	}

	.mlp .features .features-other > ul > li .features-other-description {
		padding: 20px;
	}

	.mlp .features .features-other > ul > li .features-other-description .features-other-description-title {
		margin-bottom: 12px;
		font-size: 20px;
	}

	.mlp .features .features-other > ul > li .features-other-description .features-other-description-text {
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .features .features-other > ul > li .features-other-description .features-other-description-list ul li {
		padding-left: 20px;
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .features .features-other > ul > li .features-other-description .features-other-description-list ul li:after {
		position: absolute;
		top: 0.65em;
		left: 8px;
		width: 4px;
		height: 4px;
		border-radius: 2px;
	}
	
	
	/*--------------------------------------------------
		mlp-top
	--------------------------------------------------*/
	.mlp .mlp-top a {
		font-size: 1.5em;
		margin: 1.5em 5% 1.5em;
	}

	/*--------------------------------------------------
		purchase
	--------------------------------------------------*/
	.mlp .purchase {
		padding-top: 40px;
		padding-bottom: 32px;
	}

	.mlp .purchase .purchase-head .purchase-head-text {
		font-size: 16px;
	}

	.mlp .purchase .purchase-head .purchase-head-title {
		font-size: 24px;
	}

	/*--------------------------------------------------
		purchase-product
	--------------------------------------------------*/
	.mlp .purchase .purchase-product {
		margin-top: 20px;
		display: block;
		border-radius: 30px;
		text-align: center;
	}

	.mlp .purchase .purchase-product .purchase-product-figure ul {
		position: relative;
		width: 100%;
	}

	.mlp .purchase .purchase-product .purchase-product-description {
		display: inline-block;
		width: auto;
		padding: 24px 45px 32px 45px;
		text-align: left;
	}

	.mlp .purchase .purchase-product .purchase-product-description-title {
		font-size: 24px;
	}

	.mlp .purchase .purchase-product .purchase-product-description-en {
		margin-top: 12px;
		font-size: 13px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-product .purchase-product-description-name {
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-product .purchase-product-description-price {
		margin-top: 12px;
	}

	.mlp .purchase .purchase-product .purchase-product-description-price .purchase-product-description-price-number span {
		font-size: 16px;
	}

	.mlp .purchase .purchase-product .purchase-product-description-license {
		margin-top: 12px;
		font-size: 13px;
	}

	/*--------------------------------------------------
		purchase-list
	--------------------------------------------------*/
	.mlp .purchase .purchase-list {
		margin-top: 20px;
	}

	.mlp .purchase .purchase-list ul {
		display: block;
	}

	.mlp .purchase .purchase-list ul li {
		margin-bottom: 16px;
		width: 100%;
	}

	.mlp .purchase .purchase-list ul li:last-child {
		margin-bottom: 0;
	}

	.mlp .purchase .purchase-list ul li .purchase-list-title {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 144%;
	}

	.mlp .purchase .purchase-list ul li .purchase-list-button a {
		min-height: 80px;
		padding: 10px;
		font-size: 18px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-list ul li:first-child .purchase-list-button a {
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-list ul li .purchase-list-button a:hover {
		text-decoration: none;
	}

	.mlp .purchase .purchase-list ul li .purchase-list-button a b {
		font-size: 18px;
		line-height: 160%;
	}

	/*--------------------------------------------------
		purchase-subscription
	--------------------------------------------------*/
	.mlp .purchase .purchase-subscription {
		margin-top: 20px;
		padding: 20px 20px 32px 20px;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-title {
		padding-bottom: 12px;
		font-size: 24px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-title .purchase-subscription-title-price b {
		font-size: 36px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-title .purchase-subscription-title-sup {
		font-size: 13px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-lead {
		margin-top: 16px;
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-list {
		margin-top: 12px;
		font-size: 12px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-list ul li {
		padding-left: 20px;
		font-size: 16px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-list ul li:after {
		position: absolute;
		top: 0.65em;
		left: 8px;
		width: 4px;
		height: 4px;
		border-radius: 2px;
	}
	.mlp .purchase .purchase-subscription .purchase-subscription-button {
		margin-top: 24px;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-button a {
		max-width: 100%;
		padding: 15px;
		font-size: 18px;
		line-height: 160%;
	}

	.mlp .purchase .purchase-subscription .purchase-subscription-button a span {
		min-height: 24px;
		background-size: 22px auto;
		padding-left: 32px;
	}
	
	/* 2024.10.11 サブスク変更*/
	.purchase-subscription-title1 {
		font-size: 16px;
	}
	.purchase-subscription-title2 {
		font-size: 24px;
	}
	.purchase-subscription-vendor-price {
		font-weight: 700;
		font-size: 20px;
		line-height: 100%;
	}
	.purchase-subscription-vendor-price span {
		color: #D32D23;
	}
	.purchase-subscription-vendor-price span b {
		font-weight: 700;
		font-size: 40px;
		line-height: 100%;
	}
	.purchase-subscription-vendor-price-tax {
		font-size: 16px;
	}
	.purchase-subscription-button-other a img {
		width: 95%;
	}
	/* 2024.10.11 サブスク変更ここまで*/

}