@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root {
	--color-red : #c9455c;
	--color-yellow : #d5f33e;
	--color-bgyellow : #d5f33e33;
}


.admin-panel {
	display: none;
}

.content {
	margin-top: 0;
}
.main {
	padding: 0;
	border: 0;
}
.home .entry-header {
	display: none;
}
.entry-content {
	margin: 0;
}
section {
	position: relative;
	margin-bottom: 0 !important;
}
.section-content {
	max-width: 1000px;
	margin: 0 auto;
/*	padding: 0 10vw;*/
}
@media screen and (max-width: 1400px){
	.section-content {
		padding: 0 5vw;
	}
}

h2.section-ttl {
	font-size: 56px !important;
    font-family: "Oswald", sans-serif;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	background: transparent;
	margin: 0 0 7rem;
	padding: 6rem 0 0;
	position: relative;
}
h2.section-ttl small {
	font-size: 0.3em;
	display: block;
	opacity: .8;
	padding-top: .25em;
}





/* header */

.header-container {
	padding: 0 5vw;
}
.header-container-in {
	max-width: 1600px;
}
.navi-in > ul {
    justify-content: flex-end;
}
.menu-trial a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    white-space: nowrap;
	background: var(--color-red);
	font-size: 18px;
	font-weight: bold;
    padding: 0px 18px !important;
    transition: all 0.3s;
}


/* top-mv */
.mv-pic {
	width: 100%;
	height: 90vh;
	background: #000;
	position: relative;
}
.mv-pic img {
	width: 100%;
	height: 90vh;
	object-fit: cover;
    opacity: .9;
}
 .mv-pic::before {
    content: "";
    width: clamp(140px, 4.75rem + 20vw, 356px);
    height: clamp(140px, 4.75rem + 20vw, 356px);
    background: url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/deco-circle.png) no-repeat center center / cover;
    position: absolute;
    bottom: 40%;
    left: -58px;
    z-index: 1;
}
 .mv-pic::after {
	content: "";
    width: clamp(160px, 6.37rem + 18.15vw, 356px);
    height: clamp(160px, 6.37rem + 18.15vw, 356px);
    background: url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/deco-circle.png) no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.mv-catch {
	position: absolute;
	bottom: 4rem;
	left: 0;
    font-weight: bold;
	padding-left: 3vw;
}
.mv-catch1 {
	font-size:2.5vw;	
	font-weight: 900;
}
.mv-catch1 span.plus {
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0 0.5rem;
}
.mv-catch1 span.txt {
	background: var(--color-yellow);
	color: #000;
	line-height: 1.2;
	padding: 0 0.5rem;
}
.mv-catch2 {
	font-size:5vw;	
	color: #fff;
	background: #000;
	padding: 0.5rem 0 0.75rem;
	font-weight: 900;
	line-height: 1.2;
}
.mv-point {
	position: absolute;
	bottom: 3rem;
	right: 2vw;
    font-weight: bold;
    color: #fff;
}
.mv-point > div {
	width: fit-content;
    background: var(--color-yellow);
    padding: 0 0 0 15px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
 }
.mv-point > div > div {
	width: fit-content;
    font-size: 1.6vw;
    font-weight: 700;
    color: #000;
    background: #fff;	
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	line-height: 1.3;
	padding: 10px 28px;
	display: flex;
	align-items: center;
}
.mv-point > div > div > img {
	width: 50px;
	margin-right: 0.5rem;
	opacity: 0.5;
}
.mv-point2 img {
	width: 60px !important;
}
.mv-point strong {
	color: var(--color-red);
	font-weight: 900;
}
.mv-point1 {
	margin: 0 0 1rem 1rem;
}

/* top-begining */
.begining-lead {
	width: 100%;
	text-align: center;
	padding: 3rem 2rem 4rem;
	background: var(--color-bgyellow);
}
.begining-lead-txt1 {
	font-size: 1.75vw;
	margin-bottom: 0.75rem !important;
	line-height: 1.6;
	font-weight: 600;
}
.begining-lead-txt2 {
	font-size: 2.5vw;
	margin-bottom: 0 !important;
	line-height: 1.4;
	font-weight: 900;
}
.begining-lead-txt2 strong {
	color: var(--color-red);
}
.begining-comment {
	background: var(--color-yellow);
	padding: 0 0 1.5rem;
	text-align: center;
}
.begining-comment-txt1 {
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	line-height: 1.3;
	padding: 10px 28px;
	background: #000;
	color: #fff;
	font-size: 1.5vw;
	display: inline-block;
	letter-spacing: 0.5rem;
	margin: -3rem 0 0 !important;
	position: relative;
}
.begining-comment-txt1 strong {
	font-weight: 900;
	font-size: 2vw;
}
.begining-comment-txt2 {
	font-weight: 900;
	font-size: 2.5vw;
	margin-bottom: 0 !important;
}
.begining-comment-txt2 strong {
	font-size: 3.5vw;
	/*
	background:linear-gradient(transparent 70%, #fff 70%);
	background:#fff;
	padding: 0 0.25rem;
	margin: 0 0.5rem;
	*/
	color: var(--color-red);
}


/* top-about */

#top-about {
	background: url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/gyline.png) no-repeat 50% 50% / cover;	
}
#top-about .section-content {
    max-width: 1400px;
}
.about-lead {
	font-size: 22px;
    font-weight: 500;	
	text-align: center;
	position: relative;
	margin-top: -1rem;
	margin-bottom: 6rem !important;
}
.about-lead strong {
	color: #fff;
    background: #000;
    padding: 2px 6px;		
}
.about-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.about-content .about-item:nth-of-type(2n){
	flex-direction: row-reverse;	
}
.about-pic {
	flex-basis: 55%;
}
.about-pic img {
	aspect-ratio: 16 / 9;
    object-fit: cover;
	transform: skew(0deg, -5deg);
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
}
.about-txt {
	flex-basis: 40%;
}
.about-txt p {
	width: fit-content;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background: #000;
    padding: 2px 18px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	margin-bottom: 1rem;
}

/* top-problem */

#top-problem {
	background: var(--color-yellow);
}
.problem-container {
	background: rgba(0, 0, 0, 0.75) url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/problem-bg.jpg) no-repeat 50% / cover;
    position: relative;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
	color: #fff;
}
.problem-container:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
	background-color: inherit;
    z-index: 1;
}
.problem-container-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 4rem 0 5rem;
}
.problem-container h2 {
	color: #fff;
	text-align: center;
	background: none;
	font-size: 42px;
	padding: 0;
	margin-bottom: 3rem;
}
.problem-content {
	display: flex;
	justify-content: center;
}
.problem-content .problem-item {
	margin: 0 1rem;
}
.problem-content .problem-item p {
	border: 1px solid;
    border-radius: 2px;
    line-height: 1.4;
    min-width: 2em;	
	display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 100px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    border-width: 1.5px;
    padding: 1em 1.25em;
	position: relative;
	margin-bottom: 1rem !important;
}
.problem-content .problem-item p:before {
    background: inherit;
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: -7px;
    content: "";
    height: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    width: 12px;	
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
	border-width: 1.5px;
}
.problem-next {
	text-align: center;
	padding: 4rem 0;
}
.problem-next-txt1 {
    font-size: 36px !important;
    line-height: 1.4;
    font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1rem;
}
.problem-next-txt1 strong {
    font-family: "Oswald", sans-serif;
    font-size: 42px !important;
}
.problem-next-txt2 {
	display: inline-block;
	font-size: 42px !important;
    color: #fff;
    background: #000;
    padding: 8px 32px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	font-weight: 700;
	line-height: 1.3;
}

/* top-feature */

#top-feature {
}

#top-feature h2 {
	text-align: center;
	background: none;
	font-size: 50px;
	font-weight: 900;
	padding: 2rem 0 0 0;
	margin-bottom: 4rem;
	letter-spacing: 0.2rem;
}
#top-feature h2 i {
	display: block;
	margin: 0 auto 1rem;
	font-size: 50px;
	color: var(--color-yellow);
}
#top-feature .section-content {
	max-width: 1400px;
	padding-bottom: 2rem;
}
.feature-content {
    position: relative;
    padding: 60px 40px;	
}
.feature-content:before {
	content: "";
    width: 100%;
    height: 100%;
    background: #d5f33e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.feature-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 55% 100%);
    z-index: -1;
}
#top-feature .feature-content:nth-of-type(2n):before {
    background: #fff;
}
#top-feature .feature-content:nth-of-type(2n):after {
	background: #d5f33e;
    clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 45% 100%);
}

.feature-content h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 .5em .5em;
	border: 0;
}
.feature-content h3 .num {
	font-family: "Oswald", sans-serif;
    font-size: 72px;
    color: #fff;
    background: #000;
    padding: 0px 10px 0px 16px;
    letter-spacing: 0.12em;
}	
.feature-content h3 .ttl {
	font-size: 32px;
    font-weight: bold;	
}
.feature-content .feature-item {
	display: flex;
	gap: 1.5em;
	align-items: center;
}
.feature-item > * {
	flex: 1;
}
.feature-item .feature-pic img {
	aspect-ratio: 16 / 9;
    object-fit: cover;
    position: relative;
    top: 50%;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
}
.feature-item .feature-txt {
    font-size: 24px;
    font-weight: 600;
	text-align: center;
}
.feature-end {
	text-align: center;
	margin-top: 5rem;
	background: var(--color-bgyellow);
	padding-bottom: 2rem;
}
.feature-tsumari {
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    line-height: 1.3;
    padding: 10px 28px;
    background: #000;
    color: #fff;
    font-size: 1.5vw;
    display: inline-block;
    letter-spacing: 0.5rem;
	position: relative;
    margin: -5rem 0 1rem !important;
	font-size: 30px;
	font-weight: 700;
}
.feature-message {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0!important;
	line-height: 1.5;
}
.feature-message strong {
	color: var(--color-red);
}
.feature-message span {
	font-size: 52px;
	position: relative;
}
.feature-message span:before {
	content: "＼";
	position: absolute;
    bottom: 0;
	left: -60px;
}
.feature-message span:after {
	content: "／";
	position: absolute;
    bottom: 0;
	right: -60px;
}

/* top-compared */

#top-compared {
}
#top-compared h2 {
	text-align: center;
	background: none;
	font-size: 38px;
	padding: 3rem 0 0 0;
	margin-bottom: 5rem;
	line-height: 1.7;
}
#top-compared h2 .txt-en {
	font-family: "Oswald", sans-serif;
    font-size: 32px;
    letter-spacing: 0.12em;
	background: #000;
	color: #fff;
	padding: 0 0.5rem;
}
#top-compared h2 strong {
	background: var(--color-yellow);
	font-size: 50px;
	padding: 0 0.5rem;
}
#top-compared .section-content {
	max-width: 1200px;
	padding-bottom: 5rem;
}
.compared-tbl table {
	width: 100%;
}
.compared-tbl table th,
.compared-tbl table td	{
	padding: 1.5rem 0.5rem;
	text-align: center;
	font-size: 18px;
	color: #000;
	border: 2px solid var(--color-yellow);
	background: #fff;
	line-height: 1.4;
}
.compared-tbl table thead th {
	background: var(--color-bgyellow); 
	font-weight: 700;
}
.compared-tbl table tbody tr:nth-child(even) th,
.compared-tbl table tbody tr:nth-child(even) td {
	background: var(--color-bgyellow); 
}
.compared-tbl thead th:nth-of-type(1) {
	background: #fff;
	border-top: 0;
	border-left: 0;
}
.compared-tbl thead th:nth-of-type(2) {
	font-weight: 700;
	font-size: 22px !important;
	background: #000;
	color: #fff;
	border-bottom-color: var(--color-bgyellow);
}
.compared-tbl tbody td:nth-of-type(1) {
	font-weight: 700;
	font-size: 22px !important;
	background: var(--color-yellow) !important;
	border-bottom-color: var(--color-bgyellow);
}


/* top-price */

#top-price {
	background: rgba(213, 243, 62, 0.93) url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/problem-bg.jpg) no-repeat 50% / cover;
	position: relative;
}
#top-price:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;	
	background-color: inherit;
}
#top-price .section-content {
	position: relative;
	z-index: 2;
	padding-bottom: 4rem;
}
.price-content {
	display: flex;
    justify-content: center;
	gap: 1em;
}
.section-content .price-content:not(:last-child) {
	border-bottom: 1.5px solid;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.price-content .price-item {
	margin: 0 0 1rem;
	flex: 1;
}
.price-content .price-ttl {
	font-size: 22px;
    font-weight: 500;
    height: 72px;
	align-items: center;
    background-color:#000;
    color: #fff;
    display: flex;
    gap: .5em;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: .5em;
    position: relative;
    text-align: center;
    z-index: 1;	
}
.price-ttl strong {
	font-size: 30px;
    color: #d5f33e;
    text-shadow: 4px 4px 4px rgba(256, 256, 256, 0.4);
}
.price-content .price-val {
	font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.15em;
	padding: 24px 24px;	
    text-align: center;
	background: #fff;
}
.price-val span {
	font-family: "Oswald", sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #c9455c;
    letter-spacing: 0.05em;
}
.price-other-ttl {
	font-size: 26px;
    font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

/* top-trial */

#top-trial {
	background: url(http://medixcon.co.jp/gym/wp-content/uploads/2025/02/cta-bg.jpg) no-repeat 50% / cover;
}
#top-trial .section-content {
	padding: 4rem 0;
}
.trial-lead {
	width: fit-content;
    margin-inline: auto;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    background: #d5f33e;
    padding: 6px 32px;
    line-height: 1.6;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	text-align: center;
	margin-bottom: 4rem;
}
.trial-baloon {
	width: -moz-fit-content;
    width: fit-content;
	font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #c9455c;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #c9455c;
    border-radius: 2px;
    line-height: 1.4;
    min-width: 2em;
    padding: .5em 1.25em;
    position: relative;
}
.trial-baloon:before {
	left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: inherit;
    border-bottom: 1px solid #c9455c;
    border-right: 1px solid #c9455c;
    bottom: -7px;
    content: "";
    height: 12px;
    position: absolute;
    visibility: visible;
    width: 12px;
	font-size: 20px;
    font-weight: 500;
    color: #fff;	
	text-align: center;
}
.trial-link {
	text-align: center;
}
.trial-link a {
	font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #fff;
	color: var(--color-red) !important;
}
.trial-link a:before {
	position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    content: "";
	transition: all 0.3s ease;
    border: 3px solid #fff;	
}


/* top-faq */

#top-faq .section-content {
	padding-bottom: 4rem;
}
.faq-list-item {
    border: 1px solid #000;	
	margin-bottom: 1rem;
}
.faq-list dt {
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;	
	padding: 1.25em 1em 1.25em 4em;
	position: relative;
    color: #fff;
    background: #000;	
}
.faq-list dt:before {
    bottom: unset;
    content: "Q";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 2;
	text-align: center;
	width: 2em;
    left: 1em;
    position: absolute;
    top: 1em;	
    box-shadow: 0 0 0 1px var(--color-yellow);
    color: var(--color-yellow);		
}
.faq-list dd {
    padding: 1.25em 1em 1.25em 4em;
    line-height: 1.5;
	position: relative;
}
.faq-list dd:before {
	color: #000 !important;
	content: "A";
    display: block;
    font-family: Arial, sans-serif;
    line-height: 2;
    text-align: center;
	width: 2em;
	left: 1em;
    position: absolute;
    top: 1em;
	background-color: var(--color-yellow);
}
.faq-list dd p {
	margin-bottom: 1rem !important;
}

/* top-location */

#top-location {
	background: var(--color-yellow);
}
#top-location .section-content {
	max-width: 1200px;
	padding-bottom: 3rem;
}
.location-container {
	margin-bottom: 3rem;
}
.location-container h3 {
	position: relative;
    font-size: 32px;
    color: #fff;
    padding: 0.5em;
	font-weight: 700;
	border: 0;
    clip-path: polygon(0 0, 40% 0, 45% 100%, 0% 100%);
   background: #000;
	margin-bottom: 0!important;
}
.location-block {
	background: #fff;
	padding: 2rem 2rem;
}
.location-content {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.location-content .location-item {
	flex-basis: 48%;
}
.location-info-content {
	gap: .75em;
}
.location-info-content .location-info-item {
	flex-basis: 49%;
}

.location-item.location-pic img {
	width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;	
} 
.location-item iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;	
}
.location-info-item {
	padding: 1rem;
	border: 3px solid;
}
.location-info-ttl {
	font-size: 22px;
    font-weight: 500;
	margin-bottom: 0.5rem !important;
}
.location-info-ttl i {
	margin-right: 0.5rem;
}
.location-info-txt {
	padding-left: 12px;
	margin-bottom: 0 !important;
}
.location-info-txt a {
	color: #000;
}
.location-table table {
	border: none;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
    text-align: center;	
}
.location-table th {
	word-break: break-word;
	padding: .5em .75em;
    position: relative;
    vertical-align: top;
    z-index: 0;
	background-clip: padding-box;
    border: 1px solid #dcdcdc;	
}
.location-table th:nth-child(7) {
    color: #fff;
    background: #20689b;
 }
.location-table th:nth-child(8),
.location-table th:last-child {
	color: #fff;
    background: #c9455c;
}
.location-attention {
	padding: 0 !important;
	list-style:none;
}
.location-attention li {
	margin: .5em 0;
    padding-left: 1.25em;
	position: relative;
}
.location-attention li:before {
    background: none;
    border: none;
    border-radius: 0;
    content: "※";
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    white-space: nowrap;	
}

/* top-contact */

#top-contact {
	background: #000;
	color: #fff;
	text-align: center;
}
#top-contact .section-content{
	padding-bottom: 5rem;
}
#top-contact h2 {
	color: #fff;
    text-align: center;
    background: none;
    font-size: 40px;
    padding: 7rem 0 0;
    margin-bottom: 3rem;
}
#top-contact h2 strong {
	color: var(--color-yellow);
    font-size: 45px;
}
.contact-lead {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3rem;
}
.contact-content {
	background: #fff;
	border-radius: 0.5rem;
	padding: 5rem 3rem;
	color: #000;
	margin: 0 0 3rem;
}
.contact-content h3 {
    border: 0;
    font-size: 35px;
    margin: 0 0 3rem;
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 0;
}
.contact-content h3:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 10px;
	background: var(--color-yellow);
}
.contact-line-txt,
.contact-line-btn {
	margin-bottom: 1rem !important;
}
.contact-line-btn a {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 500px;
	color: #00c300;
	border: 4px solid #00c300;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	text-decoration: none;
	box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
	justify-content: space-between;
}
.contact-line-btn a img {
	display: block;
	width: 100px;
}
.contact-line-btn a span {
	flex: 1;
	display: block;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
}
.contact-line-btn a small {
	display: block;
	font-size: 18px;
	color: #000;
}
.contact-form dl {
	text-align: left;
	max-width: 700px;
	margin: 0 auto;
	color: #000;
	margin-bottom:4rem;
}
.contact-form p {
	margin-bottom: 0 !important;
}
.contact-form dl dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.5rem !important;
}
.contact-form dl dt p {
	margin-bottom: 0 !important;
}
.contact-form dl dt span {
	margin-left: 0.5rem;
	background: var(--color-red);
	color: #fff;
	padding: 0 0.5rem;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1;
}
.contact-form dl dd {
	margin: 0 0 1.5rem 0;
}
.contact-form input[type=submit] {
	max-width: 400px;
	font-size: 20px;
	font-weight: 700;
	background: var(--color-yellow);
	padding: 1rem;
	border: 0;
	color: #000;
}




/* footer */
#footer {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 2rem 0 1rem;
}
.footer-widgets, .footer-widgets-mobile {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	padding: 0;
}
.widget {
	margin: 0!important;
}
.footer-left {
	width: 100%;
	margin: 0;
}
.footer-center,.footer-right {
	display: none;
}
.footer-logo img {
	width: 230px;
}
.footer-nav {
	list-style: none;
	padding: 1rem 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav li a {
	font-size: 12px;
    border-right: 1px solid;
    padding: 0 .75em;
	text-decoration: none;
	color: #fff;
}
.footer-bottom {
	margin: 0;
	padding: 0;
}


.pc-none {
	display: none;
}

@media screen and (max-width: 1023px){
	.section-content {
		padding: 0 5vw;
	}
	.about-txt p {
		font-size: 20px;
	}	
	.feature-item .feature-txt {
		font-size: 18px;
	}
}



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

	.header-container {
		padding: 7px 0;
	}
	.header-container-in.hlt-top-menu .logo-header img {
		min-height: 40px;
	}
	
	
	main.main, div.sidebar	{
		padding: 0;
	}
	h2.section-ttl	{
		padding-top: 4rem;
		margin-bottom: 5rem;
		font-size: 50px !important;
	}
	.mv-catch {
		bottom: 12rem;
		z-index: 2;
	}
	.mv-catch1 {
		font-size: 1.5rem;
	}
	.mv-catch2 {
        font-size: 1.9rem;
	}
	.mv-point {
		bottom: 1.5rem;
		z-index: 2;
	}
	.mv-point > div > div {
		font-size: 1rem;
	}
	.mv-point > div > div > img {
		width: 40px;
	}
	.mv-point > div.mv-point2 > div > img {
		width: 50px !important;
	}
	.price-content {
		display: block;
	}
	.begining-lead {
		padding-bottom: 3rem;
	}
	.begining-lead-txt1	{
		font-size: 1rem;
	}
	.begining-lead-txt2	{
		font-size: 1.8rem;
	}
	.begining-comment-txt1 {
		font-size: 1.2rem;
		margin-bottom: 0.5rem !important;
	}
	.begining-comment-txt1 strong {
		font-size: 1.5rem;
	}
	.begining-comment-txt2 {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.begining-comment-txt2 strong {
		font-size: 2rem;
	}
	.about-lead {
		font-size: 18px;
		margin-bottom: 4rem !important;
	}
	.about-item {
		display: block;
	}
	.about-txt {
		text-align: center;
	}
	.about-txt p {
		display: inline-block;
	}
	.problem-content {
		display: block;
	}
	.problem-content .problem-item {
		display: inline-block;	
	}
	.problem-next-txt1	{
		font-size: 32px !important;
	}
	.problem-next-txt1 strong	{
		font-size: 38px !important;
	}
	.problem-next-txt2	{
		font-size: 36px !important;
	}
	#top-feature h2 {
		font-size: 40px;
	}
	#top-feature .section-content {
		padding-left: 0;
		padding-right: 0;
	}
	.feature-content h3 {
		display: block;
		text-align: center;		
	}
	.feature-content h3 .num {
		display: inline-block;
		font-size: 50px;
		margin-bottom: 1rem;
	}
	.feature-content h3 .ttl {
		display: block;
		font-size: 24px;
	}
	.feature-content .feature-item {
		display: block;
	}
	.feature-item .feature-txt {
		font-size: 16px;
	}
	.feature-pic {
		margin-bottom: 1rem;
	}
	.feature-message {
		font-size: 28px;
	}	
	.feature-message span {
		font-size: 38px;
		line-height: 1.2;
		margin-top: 0.5rem;
		display: inline-block;
	}
	.feature-message span:before {
		bottom: 1rem;
		left: -35px;
	}
	.feature-message span:after {
		bottom: 1rem;
		right: -35px;
	}
	#top-compared h2 {
		font-size: 24px;
	}	
	#top-compared h2 .txt-en {
		font-size: 24px;
	}
	#top-compared h2 strong{
		font-size: 26px;
	}

	.compared-tbl {
		margin: 0 auto;
		width: 100%;
		overflow-x: scroll;	
	}
	.compared-tbl th,
	.compared-tbl td {
		white-space: nowrap;
	}
	.compared-tbl thead th:nth-of-type(2) {
		font-size: 20px;
	}
	.compared-tbl tbody td:nth-of-type(1) {
		font-size: 20px;		
	}
	.faq-list dd {
		margin-left: 0 !important;
	}	
	#top-contact h2	{
		padding-top: 5rem;
		font-size: 32px;
	}
	#top-contact h2	strong{
		font-size: 36px;
	}
	.contact-lead {
		font-size: 16px;
	}
	.contact-content {
		padding: 3rem 2rem;
	}
	.contact-content h3 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 2rem;
	}
	.contact-line-btn a{
		padding: 1rem 0.5rem;
	}	
	.contact-line-btn a img {
		width: 70px;
	}	
	.contact-line-btn a span {
		font-size: 22px;
	}	
	.contact-line-btn a small {
		font-size: 15px;
	}
	.location-block {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.location-container h3 {
		font-size: 26px;
	}
	.location-content {
		display: block;
	}
	.location-item {
		margin-bottom: 0.5rem;
	}
	.location-table th,
	.location-table td {
		white-space: nowrap;
		font-size: 12px;
		padding: 2px;
	}
	.pc-none {
		display: block;
	}
	
}
@media screen and (max-width: 480px){
}


.foot-cta {
    position: fixed;
    bottom: -8rem;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 3;
    margin: 0 !important;
	background: #00000033;
	transition: .5s ease-out;
}
.foot-cta.is-active {
    bottom: 0;
}
.foot-cta-content {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
.foot-cta-content > div {
	flex: 1;
	padding: 15px 5px;
	color: #fff;
	border-radius:2px;
	text-align: center;
	font-weight: 800;
	display: flex;
	gap:5px;
	align-items: center;
	justify-content: center;
}
.foot-cta-content > div img {
	width: 24px;
	filter: brightness(0) invert(1);
}
#cta-tel {
	 background:var(--color-red);
}
#cta-form {
	 background: #000000;
}
#cta-line {
	 background: #00c300;
}
.go-to-top {
	bottom: 90px;
	z-index: 90;
}
.go-to-top .go-to-top-button {
	border: 1px solid #fff;
}

.foot-cta-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,60%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100000;
}
.foot-cta-modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.foot-cta-modal.active{
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.foot-cta-modal .modal_body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
.foot-cta-modal .modal_close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -50px;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.foot-cta-modal .modal_content{
	background: #fff;
	text-align: center;
	padding: 2rem 1.5rem;
}
.foot-cta-modal .modal_content h3 {
	color: #000;
	padding-bottom: 1rem;
	border: 0;
	border-bottom: 3px solid;
    margin-bottom: 2rem;
}

.foot-cta-modal .modal_store_btn {
	padding: 1.25rem 0.75rem;
	color: #000;
	background: var(--color-yellow);
	text-decoration: none;
	font-size: 1.2rem;
    display: block;
    font-weight: bold;
}