@charset "UTF-8";

table, td, th {
    border: none;
}

.extension-page {
	padding-bottom: 20px;
}

.extension-page h3,
.extension-page h4 {
	margin-bottom: 0;
}

.extension-page em {
	font-style: normal;
}

.extension-page sup,
.extension-page sub {
	font-size: .65em;
}

.extension-page .inner {
	text-align: left;
}

.u-show--mobile {
	display: none !important;
}

.u-hide--mobile {
	display: block !important;
}

.u-show--tablet {
	display: none !important;
}

.u-hide--tablet {
	display: block !important;
}

.u-font--serif {
	font-family: 'Shippori Mincho B1';
}

.u-font--Oswald {
	font-family: 'Oswald';
}

.u-align--right {
	text-align: right;
}

.u-title--hi {
	color: #000;
	padding: 5px 0 0 20px;
	border-left: 8px solid #000;
}

.u-title--hi em {
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.u-title--hi b {
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.u-notes li {
	font-size: 11px;
	line-height: 1.35;
	padding: 0 0 0 1.5em;
	display: inline-block;
	position: relative;
}

.u-notes--line2 li {
	padding-left: 2.25em;
}

.u-notes li:before {
	content: attr(data);
	position: absolute;
	top: 0;
	left: 0;
}

/*mv*/
.l-mv {
	margin: 60px 0 0;
}

.l-mv-inner {
	text-align: center;
	width: calc(100% - 240px);
	height: 200px;
	margin: -200px auto 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.l-mv-badge {
	width: 213px;
	margin: -130px -50px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.l-mv-badge img {
	border-radius: 50%;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
}

.l-mv-catch {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	padding: 25px 0 0;
}

.l-mv-title {
	line-height: 1;
	width: 490px;
	margin: 30px 0 0;
	padding: 0;
	background: transparent;
	position: relative;
}

.l-mv-title:after {
	content: '';
	width: 200px;
	height: 12px;
	background: #000;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%,0);
}

.l-mv-sub {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 70px 0 0;
	display: block;
}

/*service-lineup*/
.l-service-lineup {
	margin-top: 80px;
}

.l-service-lineup-title {
	color: #000;
	font-size: 32px;
	text-align: center;
	margin-bottom: 0;
}

.l-service-lineup-title b {
	font-size: 46px;
	display: block;
}

.l-service-lineup-lists {
	margin: 30px 0;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.l-service-lineup-list em {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 1em 0 0;
	display: block;
}

.l-service-3plan {
	width: 100%;
	margin: 40px auto 0;
	border: 1px solid #707070;
}

.l-service-3plan-title {
	color: #000;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin: 55px 0 0;
}

.l-service-3plan-title em {
	font-size: 32px;
	display: block;
	margin-bottom: 2rem;
}

.l-service-3plan-title em span {
	color: #B90F17;
	font-size: 32px;
	font-weight: 700;
}

.l-service-3plan-title em span b {
	font-size: 64px;
}

.l-service-3plan-items {
	margin: 30px 0 40px;
	padding: 0 30px;
	display: flex;
	gap: 20px;
}

.l-service-3plan-item {
	text-align: center;
	width: calc(100% / 3);
	border: 2px solid #000;
}

.l-service-3plan-item--low {
	border-color: #d9e9f5;
}

.l-service-3plan-item--mid {
	border-color: #f0ecd9;
}

.l-service-3plan-item--hi {
	border-color: #f7e3e6;
}

.l-service-3plan-item--max {
	border-color: #efe4f0;
}

.l-service-3plan-item h4 {
	padding: 20px 0;
	font-size: 22px;
}

.l-service-3plan-item h4 span.textSmall {
	font-size: 16px;
}

.l-service-3plan-item--low h4 {
	background: #d9e9f5;
}

.l-service-3plan-item--mid h4 {
	background: #f0ecd9;
}

.l-service-3plan-item--hi h4 {
	background: #f7e3e6;
}

.l-service-3plan-item--max h4 {
	background: #efe4f0;
}

.l-service-3plan-item h4 img {
	width: 67.85%;
}

.l-service-3plan-item p {
	font-size: 28px;
}

.l-service-3plan-item p {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 0 25px;
}

.l-service-3plan-item--low p {
	color: #B90F17;
}

.l-service-3plan-item--mid p {
	color: #B90F17;
}

.l-service-3plan-item--hi p {
	color: #B90F17;
}

.l-service-3plan-item--max p {
	color: #B90F17;
}

.l-service-3plan-item small {
	font-size: 18px;
	font-weight: 700;
}

.l-service-3plan-item p em {
	font-size: 54px;
	font-weight: 400;
	margin: 0 .15em 0 -.05em;
	display: inline-block;
}

.l-service-warranty {
	margin: 80px 0 0;
	padding: 35px 40px 40px;
	background: #eee;
}

.l-service-warranty-title {
	color: #000;
	font-size: 22px;
	padding: 0 0 15px;
	border-bottom: 1px solid #434242;
}

.l-service-warranty-text {
	line-height: 2;
	margin: 20px 0 0;
}

.l-service-warranty-detail {
	margin: 25px 0 0;
	padding: 25px 0;
	background: #fff;
	display: flex;
}

.l-service-warranty-detail > div {
	width: calc(100% / 2);
	padding: 0 60px 60px;
	position: relative;
}

.l-service-warranty-detail > div:not(:first-child) {
	border-left: 1px solid #C2C2C2;
}

.l-service-warranty-detail h5 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.l-service-warranty-detail-list {
	margin: 10px 0 0;
	display: flex;
	flex-direction: row-reverse;
}

.l-service-warranty-detail-list figure {
	width: 80px;
}

.l-service-warranty-detail-list ul {
	width: calc(100% - 80px);
	padding: 0 10px 0 0;
}

.l-service-warranty-detail-list ul li {
	color: #000;
	font-size: 13px;
	margin: 0 0 7px;
	padding: 0 0 0 20px;
	position: relative;
}

.l-service-warranty-detail-list ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: .35em;
	left: 0;
}


.l-service-warranty-detail-price {
	color: #fff;
	width: calc(100% - 40px);
	background: #434242;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-service-warranty-detail-price dl {
	padding: 7px 0 12px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.l-service-warranty-detail-price dl dt {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0 5px 0 10px;
	width: calc(7em + 15px);
}

.l-service-warranty-detail-price dl dd {
	color: #F1DD60;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.05em;
	white-space: nowrap;
}

.l-service-warranty-detail-price dl dd b {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
	margin: 0 .05em;
	transform: translate(0,.05em);
}

/*plan-voice*/
.l-plan-voice {
	margin-top: 180px;
}

.l-plan-voice .u-title--hi {
	margin: 0 0 40px;
}

.l-plan-voice-image {
	width: 225px;
	position: absolute;
	top: 0;
	right: 110px;
	transform: translate(0,-100%);
}

.l-plan-voice-lists {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.l-plan-voice-list {
	width: calc(100% / 2 - 40px);
	margin: 0 20px 40px;
	padding: 40px;
	border: 1px solid #434242;
	position: relative;
}

.l-plan-voice-list-title {
	color: #000;
	font-size: 22px;
	padding: 0 0 15px;
	border-bottom: 1px solid #434242;
}

.l-plan-voice-list p {
	width: 260px;
	margin: 30px 0 0;
	float: left;
}

.l-plan-voice-list figure {
	width: calc(100% - 260px);
	margin: 30px 0 0;
	padding: 0 0 0 30px;
	float: right;
}

.l-plan-voice-list--large {
	padding-bottom: 18%;
}

.l-plan-voice-list--large p {
	width: 100%;
	float: none;
}

.l-plan-voice-list--large figure {
	width: 75%;
	float: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-plan-voice-message {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin: 80px 0 0;
}

/*reform-menu*/
.l-reform-menu-mv {
	position: relative;
}

.l-reform-menu-mv-title {
	line-height: 1;
	margin: 40px 0 0 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-reform-menu-mv-title em {
	color: #BF9B4F;
	font-size: 20px;
	font-weight: 700;
	display: block;
}

.l-reform-menu-mv-title strong {
	color: #000;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -.05em;
	margin: 20px 0 0 -.1em;
	display: block;
}

.l-reform-menu-mv-title strong i {
	font-style: normal;
	margin: 0 -.35em;
	display: inline-block;
}

.l-reform-menu-mv-title b {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0 0 -.5em;
	display: block;
}

.l-reform-menu-pack-title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 60px 0 0;
}

.l-reform-menu-pack-items {
	margin: 0 -3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	counter-reset: pack-item 0;
}

.l-reform-menu-pack-item {
	width: calc(100% / 3 - 6px);
	margin: 30px 3px 0;
	padding: 0 20px 25px;
	border: 1px solid #434242;
}

.l-reform-menu-pack-item strong {
	color: #fff;
	font-size: 20px;
	line-height: 1.35;
	width: calc(100% + 40px);
	min-height: 80px;
	margin: 0 -20px 20px;
	padding: 0 0 0 60px;
	background: #434242;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
}

.l-reform-menu-pack-item strong:before {
	counter-increment: pack-item 1;
	content: counter(pack-item);
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
}

.l-reform-menu-pack-item strong sup {
	transform: translate(0,-.5em);
}

.l-reform-menu-pack-item span {
	line-height: 1.75;
}

.l-reform-menu-pack-item span .textSmall {
    font-size: 11px;
    display: inline-block;
}

.l-reform-menu-pack-item span b {
	color: #B90F17;
	font-weight: 700;
}

.l-reform-menu-pack-item .u-notes {
	margin: 10px 0 0;
}

.l-reform-menu-pack-item.-emphasis {
	width: calc(100% / 2 - 6px);
}

.l-reform-menu-pack-item.-emphasis strong {
	background: #B90F17;
}

.l-reform-menu-pack-item .-image {
	width: 20%;
	margin: 0 15px 0 0;
	float: left;
}

.l-reform-menu-pack-button {
	text-align: center;
	margin: 40px 0 0;
}

.l-reform-menu-pack-button a {
	color: #B90F17;
	display: inline-block;
}

.l-reform-menu-pack-button a:hover {
	text-decoration: underline;
}

.l-reform-menu-pack-button a:after {
	content: url("/image/extension/arrow_01@red.svg");
	vertical-align: -.275em;
	width: 1.5em;
	margin: 0 0 0 .35em;
	display: inline-block;
}

.l-reform-menu-pack .u-notes {
	margin: 30px 0 0;
}

.l-reform-price {
	margin: 80px 0 0;
	position: relative;
}

.l-reform-price-title {
	text-align: center;
	width: 100%;
	position: relative;
}

.l-reform-price-title:before,
.l-reform-price-title:after {
	content: '';
	width: 200px;
	height: 1px;
	background: #000;
	position: absolute;
	top: calc(50% - .1em);
}

.l-reform-price-title:before {
	right: calc(50% + 3.5em);
}

.l-reform-price-title:after {
	left: calc(50% + 3.5em);
}

.l-reform-price-title em {
	color: #000;
	font-size: 26px;
	font-weight: 700;
}

.l-reform-price-read {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 30px 0;
}

.l-reform-price-items {
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l-reform-price-item {
	width:25%;
	margin: 0 0 2%;
}

.l-reform-price-item--low {
	background: #d9e9f5;
}

.l-reform-price-item--mid {
	background: #f0ecd9;
}

.l-reform-price-item--hi {
	background: #dadde9;
}

.l-reform-price-item--max {
	background: #efe4f0;
}

.l-reform-price-item-head {
	padding: 25px 12px;
}

.l-reform-price-item-head h5 {
	font-size: 29px;
	text-align: center;
	line-height: 1.1;
	margin: 0 auto 1.6rem;
}

.l-reform-price-item-head h5 span.textSmall {
	font-size: 20px;
}

.l-reform-price-item-head h5 span.textSmaller {
	font-size: 16px;
}

.l-reform-price-item-head p.text {
	margin-bottom: 25px;
    min-height: 10em;
    font-size: 14px;
}

.l-reform-price-item-head .u-notes {
	margin: 10px 0 0;
}

.l-reform-price-item-head table {
	color: #434242;
	line-height: 1;
	width:100%;
}

.l-reform-price-item-head table tr {
	background: #fff;
}

.l-reform-price-item-head table th {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	padding: 10px 0;
	width: 34%;
}

.l-reform-price-item--low table th:nth-of-type(even) {
	background: #c5dff5;
}

.l-reform-price-item--mid table th:nth-of-type(even) {
	background: #f8f6cf;
}

.l-reform-price-item--hi table th:nth-of-type(even) {
	background: #fedbe0;
}

.l-reform-price-item--max table th:nth-of-type(even) {
	background: #ead4ec;
}

.l-reform-price-item-head table td {
	font-size: 12px;
	width: 66%;
	text-align: center;
}

.l-reform-price-item--low table td {
	border-left: 2px solid #d9e9f5;
}

.l-reform-price-item--mid table td {
	border-left: 2px solid #F8F6CF;
}

.l-reform-price-item--hi table td {
	border-left: 2px solid #fedbe0;
}

.l-reform-price-item--max table td {
	border-left: 2px solid #ead4ec;
}

.l-reform-price-item--low table tr:nth-of-type(even) {
	background: #c5dff5;
}

.l-reform-price-item--mid table tr:nth-of-type(even) {
	background: #f8f6cf;
}

.l-reform-price-item--hi table tr:nth-of-type(even) {
	background: #dadde9;
}

.l-reform-price-item--max table tr:nth-of-type(even) {
	background: #ead4ec;
}

.l-reform-price-item-head table, td, th {
    line-height: 1.3;
    height: 50px;
	vertical-align: middle;
	border: 0;
}

.l-reform-price-item-head table tr.-emphasis {
	border: 2px solid #C90010;
}

.l-reform-price-item-head table tr.-emphasis th,
.l-reform-price-item-head table tr.-emphasis td {
	color: #C90010;
	font-weight: 700;
	border-left: 0;
}

.l-reform-price-item-head table tr.-none {
	background: #d9e9f5 !important;
}

.l-reform-price-item-head table tr.-none th,
.l-reform-price-item-head table tr.-none td {
	color: #d9e9f5 !important;
	background: #d9e9f5 !important;
	border-color: #d9e9f5 !important;
}

.l-reform-price-item .kakaku {
	text-align: center;
    font-size: 56px;
    color: #C90010;
    line-height: 1;
	margin-bottom: 15px;
}

.l-reform-price-item .kakaku span.textSmall,.l-reform-price-item .kakaku02 span.textSmall {
	font-size:26px;
}

.l-reform-price-item .kakaku span.textSmaller,.l-reform-price-item .kakaku02 span.textSmaller{
	font-size:25%;
}

.l-reform-price-item p.kakaku02.u-font--serif {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 1;
}

.l-reform-price-item p.kakaku02.u-font--serif span {
    font-size: 40px;
}

.l-reform-price-item p.kakaku02.u-font--serif small {
	font-size: 14px;
}

.l-reform-price-item p.soba {
	text-align: center;
}

.l-reform-price-item .soba p {
	text-align: center;
	color:#6d6d6d;
	font-size: 15px;
}

.l-reform-price-item .soba .kakaku03 {
    font-size: 35px;
    line-height: 1;
}

.l-reform-price-item .soba .kakaku03 .textSmall {
    font-size: 70%;
}

.l-reform-price-item .soba .kakaku03 .textSmaller {
   font-size: 16px;
}

.l-reform-price-item .loan {
	text-align: center;
}

.l-reform-price-center-bar {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #004A78;
}

.l-reform-price-center-bar p {
	color: #FFF671;
	font-size: 20px;
	font-weight: 700;
	padding: 30px 0 20px;
}

.l-reform-price-center-bar h5 {
	color: #D00A41;
	font-size: 32px;
	font-weight: 700;
	background: #E5CFA1;
}

.l-reform-price-center-bar h5 b {
	font-size: 46px;
}

.l-reform-price + .u-notes {
	text-align: left;
	margin: 30px 0 0;
}

.l-reform-price + .u-notes li {
	display: block;
}

/*voice*/
.l-voice {
	margin: 120px 0 0;
	position: relative;
}

.l-voice:after {
	content: url(/image/extension/bg_voice_01.svg);
	width: 360px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%,-100%);
}

.l-voice .inner {
	padding: 60px;
	background: #FFFBDE;
	position: relative;
}

.l-voice .inner:before {
	content: url("/image/extension/bg_voice_01.svg");
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}

.l-voice-title-tag {
	margin: 0 0 20px;
	position: relative;
}

.l-voice-title-tag:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #434242;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.l-voice-title-tag em {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding: .65em 1em .5em;
	display: inline-block;
	background: #434242;
	position: relative;
	z-index: 10;
}

.l-voice-title-read {
	margin: 30px 0 0;
}

.l-voice-title-image {
	width: 140px;
	margin: 100px 160px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.l-voice-good-title {
	color: #E25A00;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	margin: 60px;
}

.l-voice-good-title:after {
	content: url("/image/extension/img_16.svg");
	width: 44px;
	margin: 0 0 0 .25em;
	display: inline-block;
}

.l-voice-good-items {
	margin: 20px 0 0;
}

.l-voice-good-item {
	display: flex;
	flex-direction: row-reverse;
}

.l-voice-good-item:not(:first-child) {
	margin-top: 60px;
}

.l-voice-good-item figure {
	width: calc(50% - 30px);
	position: relative;
	transform: rotate(3deg);
}

.l-voice-good-item figure:after {
	content: 'Image Photo';
	font-size: 10px;
	margin: 52% 15px 15px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.l-voice-good-item figure figcaption {
	margin: 10px 10px 0 0;
	padding: .5em 1em;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.l-voice-good-item figure img {
	border: 10px solid #fff;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.15);
}

.l-voice-good-detail {
	width: calc(50% + 30px);
	padding: 30px 0 0 40px;
}

.l-voice-good-detail h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 15px;
	border-bottom: 2px solid rgba(0,0,0,.2);
}

.l-voice-good-detail h5 b {
	color: #E25A00;
	font-size: 26px;
	font-weight: 700;
	display: block;
}

.l-voice-good-detail p {
	line-height: 2;
	margin: 20px 0 0;
}

.l-voice-good-item:nth-child(even) {
	flex-direction: row;
}

.l-voice-good-item:nth-child(even) figure {
	transform: rotate(3deg);
}

.l-voice-good-item:nth-child(even) .l-voice-good-detail {
	padding-left: 0;
	padding-right: 40px;
}

.l-voice-bad {
	margin: 80px 0 0;
}

.l-voice-bad-catch {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}



.l-voice-bad-detail {
	min-height: 940px;
	margin: 80px 0 0;
	padding: 20px 0 0;
	background: #F8F8F8;
	border: 1px solid #9E9E9E;
	position: relative;
}

.l-voice-bad-detail:after {
	content: url("/image/extension/bg_voice_02.svg");
	width: 346px;
	margin: 2.2% 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}

.l-voice-bad-title {
	color: #878787;
	font-size: 42px;
	text-align: center;
}

.l-voice-bad-title:after {
	content: url("/image/extension/img_17.svg");
	width: 30px;
	margin: 0 0 0 .25em;
	display: inline-block;
}

.l-voice-bad-item {
	position: absolute;
}

.l-voice-bad-item:nth-child(1) {
	width: 560px;
	margin: 100px 0 0 -30px;
	top: 0;
	left: 0;
}

.l-voice-bad-item:nth-child(2) {
	width: 530px;
	margin: 140px -30px 0 0;
	top: 0;
	right: 0;
}

.l-voice-bad-item:nth-child(3) {
	text-align: center;
	width: 900px;
	margin: 460px 0 0;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-voice-bad-item:after {
	width: 88%;
	display: block;
	margin: 0 auto;
}

.l-voice-bad-item:nth-child(1):after {
	content: url("/image/extension/img_18.svg");
}

.l-voice-bad-item:nth-child(2):after {
	content: url("/image/extension/img_19.svg");
}

.l-voice-bad-item:nth-child(3):after {
	content: url("/image/extension/img_20.svg");
}

.l-voice-bad-item__inner {
	width: 100%;
	margin: -10px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.l-voice-bad-item:nth-child(1) .l-voice-bad-item__inner {
	padding: 0 100px 0 120px;
}

.l-voice-bad-item:nth-child(2) .l-voice-bad-item__inner {
	padding: 0 100px;
}

.l-voice-bad-item:nth-child(3) .l-voice-bad-item__inner {
	padding: 0 100px;
}

.l-voice-bad-item h6 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 0 5px;
	border-bottom: 1px solid #B7B7B7;
}

.l-voice-bad-item h6 b {
	font-size: 28px;
}

.l-voice-bad-item p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	margin: 10px 0 0;
}

.l-voice-bad-item mark {
	font-size: 22px;
	background: #CFD9E3;
}

/*cta*/
.l-cta-title {
	padding: 0 0 0 120px;
	display: flex;
	align-items: center;
}

.l-cta-title span {
	width: 170px;
}

.l-cta-title strong {
	color: #000;
	font-size: 36px;
	width: calc(100% - 170px);
	padding: 0 0 0 30px;
}

.l-cta-title strong b {
	color: #B90F17;
}

.l-cta-items {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.l-cta-item {
	text-align: center;
	width: calc(100% / 3 - 40px);
	min-height: 180px;
	margin: 20px 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #434242;
}

.l-cta-item strong {
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
}

.l-cta-item strong b {
	color: #FFF671;
	font-size: 32px;
}

.l-cta-button {
	text-align: center;
	margin: 60px 0 0;
}

.l-cta-button-title {
	font-size: 22px;
	font-weight: 700;
}

.l-cta-button a {
	color: #fff;
	font-size: 22px;
	min-width: 486px;
	margin: 20px 0 0;
	padding: .5em 0;
	border-radius: 10em;
	display: inline-block;
	background: #C90010;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.l-cta-button a:hover {
	opacity: .8;
}

/*Add CS 202308*/
.defect_warranty * {
	box-sizing: border-box;
}

.defect_warranty .u-title--hi + * {
	margin-top: -30px;
}

.defect_warranty .-chart_title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 30px 0 0;
	padding: .5em 1em;
	background: #9b2224;
}

.defect_warranty .-chart_image {
	text-align: center;
	margin: 30px 0 0;
	padding: 0 120px;
	display: block;
}

.defect_warranty .-chart_image img {
	width: 100%;
}

.defect_warranty .-summary {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 30px 120px 0;
	padding: 15px 0;
	background: #a5393a;
}

.defect_warranty .-summary strong {
	color: #fff33f;
	font-size: 24px;
	display: block;
}

@media screen and (max-width: 1119px) {
	.u-show--tablet {
		display: block !important;
	}
	
	.u-hide--tablet {
		display: none !important;
	}
	
	.u-title--hi em {
		font-size: 28px;
	}
	
	.l-mv-inner {
		width: calc(100% - 120px);
	}
	
	.l-mv-title {
		width: 70%;
	}
	
	.l-mv-badge {
		width: 25%;
		margin: -14% -8% 0 0;
	}
	
	.l-service-lineup-lists {
		flex-wrap: wrap;
	}
	
	.l-service-lineup-list {
		width: calc(100% / 5);
	}
	
	.l-service-3plan {
		width: 100%;
	}
	
	.l-service-3plan-item h4 img {
		width: calc(100% - 30px);
	}
	
	.l-service-3plan-item h4 {
		font-size: 18px;
	}
	
	.l-service-3plan-items {
		gap: 10px;
	}

	.l-service-3plan-item p em {
		font-size: 42px;
	}
	
	.l-service-warranty-detail {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
		display: block;
	}
	
	.l-service-warranty-detail > div {
		width: 100%;
		padding: 65px 0 20px;
		display: flex;
		align-items: center;
	}
	
	.l-service-warranty-detail > div:not(:first-child) {
		border-top: 1px solid #C2C2C2;
		border-left: 0;
	}
	
	.l-service-warranty-detail h5 {
		text-align: center;
		width: 100%;
		margin: 20px 0 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.l-service-warranty-detail-list {
		width: 50%;
		margin-top: 0;
		padding: 0 20px 0 0;
	}
	
	
	.l-service-warranty-detail-price {
		width: calc(100% - 50%);
		background: transparent;
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
	}
	
	.l-service-warranty-detail-price dl {
		background: #434242;
	}
	
	.l-plan-voice-image {
		width: 25%;
		right: 60px;
	}
	
	.l-plan-voice-lists {
		width: 100%;
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.l-plan-voice-list {
		width: calc(100% / 2 - 20px);
		margin: 0 10px 20px;
		padding: 20px;
	}
	
	.l-plan-voice-list p {
		width: 100%;
		float: none;
	}
	
	.l-plan-voice-list figure {
		text-align: center;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
		float: none;
		position: relative;
		bottom: 0;
		left: 0;
		transform: none;
	}
	
	.l-plan-voice-list figure img {
		width: 60%;
	}
	
	.l-plan-voice-list:nth-of-type(3) figure img,
	.l-plan-voice-list:nth-of-type(4) figure img {
		width: 90%;
	}
	
	.l-reform-menu-mv-title {
		margin: 20px 0 0 20px;
	}
	
	.l-reform-menu-mv-image {
		display: block;
		overflow: hidden;
	}
	
	.l-reform-menu-mv-image img {
		width: 130%;
		transform: translate(-5%,0);
	}
	
	.l-reform-menu-mv-title strong {
		font-size: 36px;
	}
	
	.l-reform-menu-pack-items {
		margin-right: 0;
		margin-left: 0;
		display: block;
	}
	
	.l-reform-menu-pack-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.l-reform-menu-pack .u-notes {
		margin-top: 20px;
	}
	
	.l-reform-price-items {
		margin-right: 0;
		margin-left: 0;
		padding: 0 60px;
		display: block;
	}
	
	.l-reform-price-item {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.l-reform-price-item-head {
		min-height: 0;
		padding-bottom: 30px;
	}
	
	.l-reform-price-item-head h5 {
		text-align: center;
		padding: 0;
	}
	
	.l-reform-price-item-head h5 img {
		width: 50%;
		min-width: 280px;
	}
	
	.l-reform-price-item-head dl {
		align-items: center;
	}
		
	.l-reform-price-item-head table th {
		font-size: 14px;
		width: 160px;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	
	.l-reform-price-item-head table td {
		font-size: 14px;
		width: calc(100% - 160px);
		padding-top: .5em;
		padding-bottom: .5em;
	}
	
	.l-reform-price-item .soba .kakaku03 {
		margin-bottom: 0;
	}
	
	.l-reform-price-center-bar {
		margin-bottom: 0;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.l-reform-price-center-bar h5 {
		font-size: 26px;
	}
	
	.l-reform-price-item figure {
		text-align: center;
	}
	
	.l-reform-price-item figure img {
		width: 50%;
	}
	
	.l-voice .inner {
		padding: 30px;
	}
	
	.l-voice-title-image {
		margin: -90px 30px 0 0;
	}
	
	.l-voice-good-item {
		display: block;
	}
	
	.l-voice-good-detail {
		width: 100%;
		padding-left: 0;
	}
	
	.l-voice-good-detail h5 b {
		display: inline-block;
	}
	
	.l-voice-good-item figure {
		width: 55%;
		margin: 30px auto 0;
	}
	
	.l-voice-bad-detail {
		min-height: 0;
		padding-bottom: 60px;
	}
	
	.l-voice-bad-detail:after {
		margin-top: 3.1%;
	}
	
	.l-voice-bad-item {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.l-voice-bad-item:nth-child(1) {
		width: 80%;
		margin: 30px auto 0;
	}
	
	.l-voice-bad-item:nth-child(2) {
		width: 80%;
		margin: -60px 0 0 auto;
	}
	
	.l-voice-bad-item:nth-child(3) {
		width: 105%;
		margin: -60px 0 0 auto;
	}
	
	.l-voice-bad-item:nth-child(1) .l-voice-bad-item__inner {
		padding: 0 15%;
	}
	
	.l-voice-bad-item:nth-child(2) .l-voice-bad-item__inner {
		padding: 0 15%;
	}
	
	.l-voice-bad-item:nth-child(3) .l-voice-bad-item__inner {
		padding: 0 10%;
	}
	
	.l-cta-title {
		padding-left: 0;
	}
	
	.l-cta-title span {
		width: 140px;
	}
	
	.l-cta-title strong {
		font-size: 28px;
		width: calc(100% - 140px);
	}
	
	.l-cta-item {
		width: calc(100% / 3 - 20px);
		margin: 0 10px 10px;
	}
	
	.l-cta-item strong {
		font-size: 18px;
	}
	
	.l-cta-item strong b {
		font-size: 26px;
	}
	
	.l-reform-price-item-head p.text {
		min-height: 0;
	}
	
	.l-reform-menu-pack-item.-emphasis {
		width: 100%;
	}
	
}


@media screen and (max-width: 768px) {
	.u-show--mobile {
		display: block !important;
	}
	
	.u-hide--mobile {
		display: none !important;
	}
	
	.u-title--hi em {
		font-size: 22px;
	}
	
	.u-title--hi b {
		font-size: 16px;
	}
	
	
	
	.l-mv-image {
		overflow: hidden;
	}
	
	.l-mv-image img {
		width: 140%;
		transform: translate(-7%,0);
	}
	
	.l-mv-inner {
		width: calc(100% - 30px);
		margin-top: -10%;
	}
	
	.l-mv-badge {
		width: 30%;
		margin: -26% 2% 0 0;
	}
	
	.l-mv-catch {
		font-size: 14px;
	}
	
	.l-mv-title {
		width: 90%;
		margin-top: 15px;
	}
	
	.l-mv-title:after {
		width: 120px;
		height: 7px;
		bottom: -30px;
	}
	
	.l-mv-sub {
		font-size: 12px;
		margin-top: 50px;
	}
	
	.l-service-lineup {
		margin-top: 60px;
	}
	
	.l-service-lineup-title {
		font-size: 20px;
	}
	
	.l-service-lineup-title b {
		font-size: 34px;
	}
	
	.l-service-lineup-lists {
		display: block;
		border-bottom: 1px solid #ddd;
		gap: 0;
	}
	
	.l-service-lineup-list {
		width: 100%;
		margin: 0;
		padding: 6px 0;
		border-top: 1px solid #ddd;
		display: flex;
		align-items: center;
	}
	
	.l-service-lineup-list figure {
		width: 80px;
	}
	
	.l-service-lineup-list em {
		font-size: 24px;
		text-align: left;
		width: calc(100% - 80px);
		margin-top: 0;
		padding: 0 0 0 20px;
	}
	
	.l-service-warranty-detail > div {
		padding-top: 20px;
		display: block;
	}
	
	.l-service-3plan-title {
		font-size: 18px;
		margin-top: 30px;
	}
	
	.l-service-3plan-title em {
		font-size: 24px;
		line-height: 1.25;
	}
	
	.l-service-3plan-title em span b {
		font-size: 46px;
	}
	
	.l-reform-price-title:before,
	.l-reform-price-title:after {
		width: 60px;
	}
	
	.l-service-3plan-items {
		margin-top: 20px;
		margin-bottom: 15px;
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.l-service-3plan-item {
		width: 100%;
		margin: 10px 0 0;
	}
	
	.l-service-3plan-item h4 {
		padding: 7px 0;
	}
	
	.l-service-3plan-item h4 img {
		width: 60%;
	}
	
	.l-service-3plan-item p {
		padding: 10px 0 15px;
	}
	
	.l-service-3plan-item p em {
		font-size: 52px;
	}
	
	.l-service-warranty {
		padding: 15px;
	}
	
	.l-service-warranty-detail h5 {
		font-size: 20px;
		margin-top: 0;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.l-service-warranty-title {
		font-size: 18px;
	}
	
	.l-service-warranty-detail-list {
		width: 100%;
		padding-right: 0;
	}
	
	.l-service-warranty-detail-price {
		width: 100%;
	}
	
	.l-service-warranty-detail-price dl dd b {
		font-size: 30px;
	}
	
	.l-plan-voice {
		margin-top: 60px;
	}
	
	.l-plan-voice-lists {
		display: block;
	}
	
	.l-plan-voice-list {
		width: 100%;
	}
	
	.l-plan-voice-list-title {
		font-size: 18px;
	}
	
	.l-plan-voice-lists + .u-notes {
		text-align: left !important;
	}
	
	.l-plan-voice-list figure img {
		width: 50%;
	}
	
	.l-plan-voice-message {
		font-size: 22px;
	}
	
	.l-voice:after {
		top: 110px;
	}
		
	.l-reform-menu-mv-title {
		margin-left: 0;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.l-reform-menu-mv-title em {
		font-size: 14px;
		text-align: center;
	}
	
	.l-reform-menu-mv-title strong {
		font-size: 32px;
		line-height: 1.25;
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	
	.l-reform-menu-mv-title b {
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
		margin: 10px 0 -60px;
	}
	
	.l-reform-menu-pack-title {
		font-size: 20px;
	}
	
	.l-reform-menu-pack-item {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	
	.l-reform-menu-pack-item strong {
		font-size: 18px;
		width: calc(100% + 30px);
		height: 60px;
		margin-right: -15px;
		margin-left: -15px;
		min-height: 0;
		margin-bottom: 10px;
	}
	
	.l-reform-menu-pack-item strong:before {
		font-size: 28px;
	}
	
	.l-reform-menu-pack-item.-emphasis {
		width: 100%;
	}
	
	.l-reform-menu-pack-item .-image {
		width: 40%;
	}
	
	.l-reform-menu-pack .u-notes {
		margin-top: 5px;
	}
	
	.l-reform-menu-pack-button + .u-notes {
		text-align: left !important;
		margin-top: 30px;
	}
	
	.l-reform-price-title:before,
	.l-reform-price-title:after {
		width: calc(50% - 4em);
	}
	
	.l-reform-price-read {
		font-size: 18px;
	}
	
	.l-reform-price-items {
		padding-right: 0;
		padding-left: 0;
	}
	
	.l-reform-price-item {
		margin-right: 0;
		margin-left: 0;
	}
	
	.l-reform-price-item-head {
		padding: 20px 15px;
	}
	
	.l-reform-price-item-head h5 img {
		width: 70%;
		min-width: 0;
	}
	
	.l-reform-price-item-head h5 {
		font-size: 26px;
		line-height: 1.1;
	}
	
	.l-reform-price-item-head p.text {
		margin-bottom: 20px;
		min-height: unset;
		font-size: 16px;
	}
	
	.l-reform-price-item-head table {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.l-reform-price-item-head table,.l-reform-price-item-head table td,.l-reform-price-item-head table th {
		font-size: 12px;
		padding: 10px 0;
		height: auto;
		text-align: center;
	}
	
	.l-reform-price-item-head table th {
		width: 40%;
		vertical-align: middle;
		padding: 10px 0;
	}
	
	.l-reform-price-item .kakaku {
		font-size: 70px;
		line-height: 1;
    	margin-bottom: 20px;
	}
	
	.l-reform-price-center-bar p {
		font-size: 14px;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
	.l-reform-price-item p.kakaku02.u-font--serif {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.l-reform-price-item p.kakaku02.u-font--serif span {
		font-size: 50px;
	}
	
	.l-reform-price-item-head h5 span.textSmall {
		font-size: 20px;
	}
	
	.l-reform-price-item-head h5 span.textSmaller {
		font-size: 15px;
	}

	.l-reform-price-center-bar h5 {
		font-size: 18px;
		line-height: 1.35;
		padding: 5px 0 10px;
	}
	
	.l-reform-price-center-bar h5 b {
		font-size: 36px;
	}
	
	.l-reform-price-item .soba p {
		font-size: 18px;
	}
	
	.l-reform-price-item .loan {
		text-align: center;
		font-size: 12px;
	}
	
	.l-reform-price-item .soba .kakaku03 {
		margin-bottom: 0;
		font-size: 24px;
	}
	
	.l-reform-price-item .soba .kakaku03 .textSmall {
		font-size: 24px;
	}	
	
	.l-reform-price-item figure img {
		width: 100%;
	}
	
	.l-voice {
		margin-top: 0;
		padding-top: 100px;
		overflow: hidden;
	}
	
	.l-voice:after {
		width: 50%;
	}
	
	.l-voice .inner {
		padding: 15px;
	}
	
	.l-voice-title-image {
		width: 80px;
		margin-top: 0;
		transform: translate(0,-50%);
		z-index: 10;
	}
	
	.l-voice-title-tag em {
		font-size: 14px;
	}
	
	.l-voice-good-items {
		margin-top: -20px;
	}
	
	.l-voice-good-title {
		font-size: 36px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
	
	.l-voice-good-item figure {
		width: 100%;
	}
	
	.l-voice-good-item figure img {
		border-width: 6px;
	}
	
	.l-voice-good-item figure figcaption {
		font-size: 14px;
	}
	
	.l-voice-good-detail {
		margin-top: 10px;
	}
	
	.l-voice-good-item:nth-child(even) .l-voice-good-detail {
		padding-right: 0;
	}
	
	.l-voice-good-detail h5 b {
		display: inline;
	}
	
	.l-voice-bad-catch {
		font-size: 18px;
	}
	
	.l-voice-bad-detail {
		margin-top: 50px;
		padding-bottom: 20px;
	}
	
	.l-voice-bad-detail:after {
		width: 75%;
		margin-top: 5.5%;
	}
	
	.l-voice-bad-item:nth-child(1) {
		width: 120%;
		margin: 0 0 0 -10%;
	}
	
	.l-voice-bad-item:nth-child(2) {
		width: 120%;
		margin: 0 0 0 -10%;
	}
	
	.l-voice-bad-item:nth-child(3) {
		width: 130%;
		margin: 0;
	}
	
	.l-voice-bad-item:nth-child(3):after {
		content: url("/image/extension/img_18.svg");
	}
	
	.l-voice-bad-item:nth-child(3) .l-voice-bad-item__inner {
		padding: 0 15%;
	}
	
	.l-voice-bad-title {
		font-size: 36px;
	}
	
	
	.l-voice-bad-item p {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.l-voice-bad-item mark {
		font-size: 16px;
	}
	
	.l-cta {
		margin-top: 60px;
	}
	
	.l-cta-title {
		display: block;
	}
	
	.l-cta-title span {
		margin: 0 auto;
		display: block;
	}
	
	.l-cta-title strong {
		font-size: 6.6vw;
		text-align: center;
		padding: 10px 0 0;
		width: 100%;
		display: block;
	}
	
	.l-cta-items {
		margin-top: 20px;
		justify-content: center;
	}
	
	.l-cta-item {
		min-height: 120px;
		margin: 0 4px 8px;
	}
	
	.l-cta-item strong {
		font-size: 16px;
		white-space: nowrap;
	}
	
	.l-cta-item strong b {
		font-size: 22px;
	}
	
	.l-cta-button {
		margin: 40px 0 60px;
	}
	
	.l-cta-button a {
		font-size: 16px;
		width: calc(100% - 30px);
		min-width: 0;
		margin: 0 auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.l-cta-item {
		width: calc(100% / 2 - 20px);
	}
	
/*Add CS 202308*/
	.defect_warranty .-chart_title {
		text-align: center;
	}
	
	.defect_warranty .-chart_image {
		padding-right: 0;
		padding-left: 0;
	}
	
	.defect_warranty .-summary {
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
	}
	
	.defect_warranty .-summary strong {
		line-height: 1.35;
		margin-top: 5px;
	}
	
	
	
	
}



/*＝＝＝プロモ追加＝＝＝*/

.enefarm h3.l-service-lineup-title span {
    font-size: 46px;
}

.hojokin p {
	margin-bottom: 3rem;
}

.hojokin ul {
    justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}

.hojokin ul li {
	background: #ddd;
	position: relative;
	width: 12%;
	font-size: 15px;
	text-align: center;
	padding: 0.6rem;
	margin: 0 1rem;
	min-height:108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hojokin ul li::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border: 55px solid transparent;
    border-left: 25px solid #ddd;
}

.hojokin ul li:last-child {
    background: none;
	border: 2px solid #75A92D;
	color: #75A92D;
	font-weight: bold;
	font-size: 18px;
}

.hojokin ul li:last-child:after {
    border: none;
}

.hojokin ul li.bgGreen {
	background: #75A92D;
	color:#fff;
}

.hojokin ul li.bgGreen::after {
    border-left: 25px solid #75A92D;
}

.hojokinKakaku {
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
}

.hojokinKakaku span {
	font-size: 70px;
	color:#C90010;
	font-weight: bold;
}

.hojokinToiawase {
	border: 1px solid #434242;
	padding: 1.6rem;
	width: 50%;
	margin: 0 auto;
}

.hojokinToiawase h5 {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 20px;
}

.hojokinToiawase p {
	margin-bottom: 0;
	text-align: center;
}

.hojokinToiawase a {
	display: inline-block;
	text-decoration: underline;
	color:#C90010;
}

.hojokinToiawase .tel a {
	text-decoration:none;
	pointer-events: none;
	font-weight: bold;
	color:#434242;
	font-size: 30px;
}

.present .text {
	margin-bottom: 2rem;
}

.present .hojokinKakaku span {
    font-size: 70px;
}

.present .hojokinKakaku span.kana {
    letter-spacing: -0.5rem;
}

.flexBox.column03 {
	margin-bottom: 40px;
}

.flexBox.column03 div {
	align-items: center;
}

.flexBox.column03 div {
    text-align: center;
    border: 4px solid #ddd;
    padding: 1rem 1.6rem;
    width: 32%;
    margin-bottom: 2rem;
	align-items: center;
    justify-content: center;
    display: flex;
	flex-direction: column;
}

.flexBox.column03 div .kakaku {
	font-size: 20px;
	line-height: 1.2;
}

.flexBox.column03 div .kakaku span {
	font-size:36px ;
}

.flexBox.column03 div.otoku {
    text-align: center;
    border: 4px solid #C90010;
    padding: 1rem 1.6rem;
    width: 32%;
    margin-bottom: 2rem;
	align-items: center;
    justify-content: center;
    display: flex;
	flex-direction: column;
}

.flexBox.column03 div.otoku .kakaku span {
	color: #C90010;
}

.flexBox.column02 {
	justify-content: center;
	margin-bottom: 40px;
}

.flexBox.column02 .ecowill,.flexBox.column02 .gas {
	width: 38%;
	margin: 0 1%;
}

.flexBox.column02 .ecowillBg,.flexBox.column02 .gasBg {
	color:#fff;
	padding: 0.6rem 1.2rem;
	margin-bottom: 0.6rem;
	text-align: center;
}

.flexBox.column02 .kakaku span {
	font-size: 30px;
}

.flexBox.column02 .ecowillBg {
	background: #8B76AE;
}

.flexBox.column02 .gasBg {
	background: #268CB4;
}

.flexBox.column02 .text {
	font-size: 14px;
}

.enefarm .typeS h3.l-plan-voice-message {
    margin: 0 0 40px;
}

.enefarm .typeS p {
    margin: 0 0 40px;
}

/*.hatsudenPlan .flexBox {
	justify-content: flex-start;
}

.hatsudenPlan .flexBox div {
	margin: 0 2%;
}

.hatsudenPlan .flexBox .text:first-child {
	width: 40%;
}

.hatsudenPlan .flexBox .inline {
    display: inline-block;
	margin: 0 4% 0 0;
}

.hatsudenPlan .flexBox div h5 {
    background: #66b4b6;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    border-radius: 5px;
	margin-bottom: 5px;
}

.hatsudenPlan .flexBox div p {
    margin-bottom: 1rem;
}

.hatsudenPlan .flexBox div .flexBox {
	justify-content: flex-start;
}

.hatsudenPlan .flexBox div p.kinri {
	background: #ea5206;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	font-size: 26px;
	border-radius: 5px;
	display: inline-block;
    vertical-align: middle;
	margin: 1.5rem 1rem 0 0;
}

.hatsudenPlan .flexBox div p.kinri span {
	font-size: 16px;
}


.hatsudenPlan .flexBox .text .tantai .kinri {
	margin: 0 1rem 2rem 0;
}

.hatsudenPlan .flexBox div p.u-font--Oswald {
    font-size: 48px;
    font-weight: bold;
    color: #C90010;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
	margin: 1.5rem 0 0;
}

.hatsudenPlan .flexBox .text .tantai .u-font--Oswald {
	margin: 0 0 2rem 0;
}

.hatsudenPlan .flexBox div p.u-font--Oswald.shiharai {
    font-size: 36px;
}

.hatsudenPlan .flexBox div p.u-font--Oswald.shiharai span {
    font-size: 80px;
    font-weight: bold;
}

*/

.extension-page h4.maru {
    font-size: 22px;
	margin-bottom: 1rem;
}

.extension-page h4.maru:before {
    content:"●";
	color:#C90010;
	font-size: 22px;
	margin-right: 5px;
}

/*＝＝＝＝10年保証プランと同じカタチ＝＝＝＝*/

.hatsudenPlan .flexBox {
	justify-content: center;
}

.hatsudenPlan .flexBox div {
	margin: 0 2%;
}

.hatsudenPlan .flexBox .inline {
    display: inline-block;
	margin: 0 4% 0 0;
}

.hatsudenPlan .flexBox div h5 {
    background: #66b4b6;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    border-radius: 5px;
	margin-bottom: 5px;
}

.hatsudenPlan .flexBox div p {
    margin-bottom: 1rem;
}

.hatsudenPlan .flexBox div .flexBox {
	justify-content: flex-start;
}

.hatsudenPlan .flexBox div p.kinri {
	background: #ea5206;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	font-size: 26px;
	border-radius: 5px;
	margin-right: 1rem;
	display: inline-block;
    vertical-align: middle;
	margin: 1.5rem 1rem 0 0;
}

.hatsudenPlan .flexBox div p.kinri span {
	font-size: 16px;
}

.hatsudenPlan .flexBox div p.u-font--Oswald {
    font-size: 48px;
    font-weight: bold;
    color: #C90010;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
	margin: 1.5rem 0 0;
}





@media screen and (max-width: 768px) {
	
	.enefarm img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.enefarm p.text {
		margin-bottom: 1.6rem;
	}
		
	.enefarm h3.l-service-lineup-title span {
		font-size: 7vw;
	}
	
	.enefarm h3.l-plan-voice-message {
		color: #000;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 40px;
	}
	
	.enefarm h3.l-plan-voice-message span {
		color: #C90010;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
	}
	
	.enefarm h3.l-plan-voice-message span.u-font--Oswald {
		font-size: 40px;
	}
	
	.enefarm h3.u-title--hi {
		margin: 40px 0 40px;
	}
	
	.enefarm .sign {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 40px;
	}
	
	.enefarm .sign li {
		width: 49%;
		background: #eee;
		color:#434242;
		text-align: center;
		min-height: 5rem;
		margin-bottom: 1%;
		display: grid;
		align-items: center;
		font-size: 13px;
		font-weight: bold;
	}
	
	
	
	.enefarm h3.l-service-lineup-title span {
		font-size: 28px;
	}
	
	.center.imageWrap {
		overflow-x: scroll;
	}
	
	.center.imageWrap div {
		width: 600px;
		margin-bottom: 5px;
	}	
	
	.center.imageWrap img {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.hojokin p {
		margin-bottom: 2rem;
	}

	.hojokin ul {
		display: block;
	}

	.hojokin ul li {
		width: 220px;
		padding: 15px;
		margin: 0 auto 35px;
		min-height:unset;
	}

	.hojokin ul li::after {
		bottom: 0;
		top: 100%;
		right: 0;
		left: 0;
		margin: 0 auto auto;
		border: 110px solid transparent;
		border-top: 20px solid #ddd;
	}

	.hojokin ul li:last-child {
		margin-bottom: 20px;
	}

	.hojokin ul li.bgGreen::after {
		border-top: 20px solid #75A92D;
		border-left:110px solid transparent;
	}

	.hojokinKakaku {
		font-size: 16px;
	}

	.hojokinKakaku span {
		font-size: 40px;
	}

	.hojokinToiawase {
		padding: 15px;
		width: 100%;
	}

	.hojokinToiawase h5 {
		font-size: 16px;
		line-height: 1;
    	margin-bottom: 15px;
	}
	
	.hojokin .hojokinToiawase p {
		margin-bottom: 0;
		display: inline-block;
		width: 100%;
	}
	
	.hojokin .hojokinToiawase p.textSmall {
		margin-bottom: 10px;
	}

	.hojokinToiawase .tel a {
		pointer-events: inherit;
		font-size: 24px;
	}

	.present .text {
		margin-bottom: 2rem;
	}

	.present .hojokinKakaku span {
		font-size: 40px;
	}

	.present .hojokinKakaku span.kana {
		letter-spacing: -5px;
    	line-height: 1.6;
	}

	.flexBox.column03 {
		margin-bottom: 0;
		display: block;
	}

	.flexBox.column03 div {
		padding: 15px;
		width: 100%;
		margin-bottom: 20px;
	}

	.flexBox.column03 div .kakaku {
		font-size: 18px;
	}

	.flexBox.column03 div .kakaku span {
		font-size:30px ;
	}

	.flexBox.column03 div.otoku {
		padding: 10px;
		width: 100%;
		margin-bottom: 40px;
	}

	.flexBox.column02 {
		margin-bottom: 20px;
	}

	.flexBox.column02 .ecowill,.flexBox.column02 .gas {
		width: 90%;
		margin: 0 auto;
	}

	.flexBox.column02 .ecowillBg,.flexBox.column02 .gasBg {
		padding: 15px;
	}

	.flexBox.column02 .kakaku span {
		font-size: 30px;
	}

	.enefarm .typeS h3.l-plan-voice-message {
		margin: 0 0 40px;
	}

	.enefarm .typeS p {
		margin: 0 0 40px;
	}

	/*.hatsudenPlan .flexBox div {
		margin: 0 2%;
	}
	
	.hatsudenPlan .flexBox div.photo {
		width: 70%;
		margin: 0 auto 20px;
	}
	
	.hatsudenPlan .flexBox div.photo img {
		margin: 0 ;
	}
	
	.hatsudenPlan .flexBox div p.kinri {
		font-size: 20px;
		margin: 0 0.5rem 20px 0;
	}

	.hatsudenPlan .flexBox div p.kinri span {
		font-size: 14px;
	}

	.hatsudenPlan .flexBox div p.u-font--Oswald {
		font-size: 36px;
		margin: 0 0 20px;
	}

	.extension-page .hatsudenPlan h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.hatsudenPlan {
		margin-bottom: 40px;
	}
	
	.hatsudenPlan .flexBox {
		display: block;
	}
	
	.hatsudenPlan .flexBox .text {
		width: 100%;
	}
	
	.hatsudenPlan .flexBox .text:first-child {
		width: 100%;
	}	
	
	.hatsudenPlan .flexBox div p.u-font--Oswald.shiharai {
		font-size: 24px;
		text-align: center;
		display: block;
		margin-bottom: 40px;
	}

	.hatsudenPlan .flexBox div p.u-font--Oswald.shiharai span {
		font-size: 60px;
		font-weight: bold;
	}

	
	*/

	.extension-page .enefarm.inner,.extension-page .enefarm.inner .l-cta-button {
		margin: 0 auto;
	}
	
	.extension-page h4.maru {
		font-size: 18px;
	}

	.extension-page h4.maru:before {
		font-size:18px;
	}
	
	
	.detail {
		font-size: 90%;
	}
	
/*＝＝＝＝10年保証プランと同じカタチ＝＝＝＝*/
	.hatsudenPlan .flexBox div {
		margin: 0 2%;
	}
	
	.hatsudenPlan .flexBox div.photo {
		width: 70%;
		margin: 0 auto 20px;
	}
	
	.hatsudenPlan .flexBox div.photo img {
		margin: 0 ;
	}
	
	.hatsudenPlan .flexBox div p.kinri {
		font-size: 20px;
		margin: 0 0.5rem 40px 0;
	}

	.hatsudenPlan .flexBox div p.kinri span {
		font-size: 14px;
	}

	.hatsudenPlan .flexBox div p.u-font--Oswald {
		font-size: 36px;
		margin: 0 0 40px;
	}

	.warranty-page .hatsudenPlan h3 {
		font-size: 16px;
	}

	
	

}

@media screen and (min-width: 769px) {
	.enefarm img {
		width: auto;
		max-width: 100%;
		margin: 0 auto 40px;
	}
	
	.enefarm p.text {
		margin-bottom: 1.6rem;
	}
	
	.enefarm h3.l-service-lineup-title {
		margin-bottom: 40px;
	}
	
	.enefarm h3.l-service-lineup-title span {
		font-size: 46px;
	}
	
	.enefarm h3.l-plan-voice-message {
		color: #000;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 80px;
	}
	
	.enefarm h3.l-plan-voice-message span {
		color: #C90010;
		font-size: 70px;
		font-weight: 700;
		text-align: center;
	}
	
	.enefarm h3.l-plan-voice-message.replacement {
		color: #000;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 80px;
		line-height: 1.2;
	}
	
	.enefarm h3.l-plan-voice-message.replacement span {
		color: #C90010;
		font-size: 26px;
		font-weight: 700;
		text-align: center;
	}
	
	.enefarm h3.l-plan-voice-message.replacement span.u-font--Oswald {
		font-size: 70px;
	}
	
	.enefarm h3.u-title--hi {
		margin: 80px 0 40px;
	}
	
	.enefarm .sign {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 80px;
	}
	
	.enefarm .sign li {
		width: 24%;
		background: #eee;
		color:#434242;
		text-align: center;
		min-height: 6rem;
		margin-bottom: 1%;
		display: grid;
		align-items: center;
		font-weight: bold;
    	font-size: 17px;
	}
	
	#fixedNav {
		display: none;
	}

	
	
}


/*＝＝＝＝2023/4/7追加＝＝＝＝*/

.l-service-3plan-title em {
	margin-bottom: 2rem;
}
		
.enefarm h3.message {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
}
		
.l-service-3plan-title {
    margin: 35px 0 0;
}
		
.bgRed {
    text-align: center;
    margin-bottom: 50px;
}
		
.bgRed p {
    background: #b90f17;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 7px 25px;
    display: inline-block;
}
		
.l-reform-menu-pack-item {
    display: flex;
    flex-direction: column;
}	
		
.l-reform-menu.u-contents .bgRed {
	margin: 60px 0;
}

/*.l-reform-price-center-bar {
    margin: 0 0 600px;
}*/
		
.l-reform-price + .u-notes.annotation,.u-notes.annotation {
    margin-bottom: 1rem;
}

.annotation li {
	display: inherit;
}

@media screen and (max-width: 768px) {

	.u-align--right {
		text-align: left;
	}

	.bgRed {
		padding: 0 15px;
		
	}
	
	.bgRed p {
		font-size: 17px;
		padding: 7px 15px;
		width: 100%;
	}	
	
	.l-reform-price-center-bar {
		margin: 0;
	}
	
	
	
	
}

/*＝＝＝＝＝＝＝＝
ページ最下部エネファームの金額の箇所
＝＝＝＝＝＝＝＝＝*/

.hatsudenPlan .price .flexBox.parent {
	margin-bottom: 30px;
}

.hatsudenPlan .price .flexBox.parent .leftArea ul.flexBox {
	align-items: center;
	margin-bottom: 10px;
}

.hatsudenPlan .price .flexBox.parent .leftArea ul.flexBox li.border {
	border:1px solid #C90310;
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	min-height: 52px;
}

.hatsudenPlan .price .flexBox.parent .leftArea ul.flexBox li.plus {
	font-size: 18px;
	margin: 0 10px;
	font-weight: bold;
}

.hatsudenPlan .price .flexBox.parent .flexBox.child {
	justify-content: center;
	align-items: center;
}

.hatsudenPlan .price .flexBox.parent .flexBox.child .textSmall {
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 11px;
}

.hatsudenPlan .price .flexBox.parent .price_text {
	color:#C90310;
	font-size: 28px;
    font-weight: 500;
}

.hatsudenPlan .price .flexBox.parent .leftArea .price_text span {
    font-size: 73px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
}

.hatsudenPlan .price .flexBox.parent .leftArea .right.textSmaller {
    font-size: 10px;
    margin-top: -20px;
}

.hatsudenPlan .price .flexBox.parent .leftArea ul {
    margin-bottom: 10px;
}

.hatsudenPlan .price .flexBox.parent .rightArea ul li.border {
	border:1px solid #000;
	padding: 5px 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	min-height: 52px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.hatsudenPlan .price .flexBox.parent .rightArea ul li.plus {
	font-size: 18px;
	margin: 0 10px;
	font-weight: bold;
}

.hatsudenPlan .price .flexBox.parent .rightArea .center.textSmall {
	margin-bottom: 0;
}

.hatsudenPlan .price .flexBox.parent .rightArea .price_text span {
    font-size: 58px;
    font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	
	.hatsudenPlan .price .flexBox.parent .leftArea ul.flexBox li.border {
		padding: 5px 5px;
		font-size: 10px;
		min-height: auto;
	}

	.hatsudenPlan .price .flexBox.parent .leftArea ul.flexBox li.plus {
		font-size: 12px;
		margin: 0 3px;
	}

	.hatsudenPlan .price .flexBox.parent .leftArea .price_text span {
		font-size: 54px;
	}
	
	.hatsudenPlan .price .flexBox.parent .rightArea ul li.border {
		padding: 5px 5px;
		font-size: 11px;
		line-height: 1.8;
		min-height: auto;
	}
	
	.hatsudenPlan .price .flexBox.parent .rightArea .price_text span {
		font-size: 48px;
	}	
	
	
	.hatsudenPlan .price .flexBox.parent {
		margin-bottom: 20px;
	}
	
	.hatsudenPlan .price .flexBox.parent .flexBox.child .textSmall {
		margin-top: -7px;
		margin-right: 5px;
		line-height: 1.2;
	}
	
	
	
	
}

