@charset "utf-8";

/*
---------------------------------------------

	base settings

*/

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	color: #333;
	font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

input,
textarea {
	font-size: 1.2rem;
}

img {
	vertical-align: bottom;
}

a {
	color: #333;
}

a:active,
a:hover {
	color: #333;
	/* transition: background 0.3s ease; */
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: italic;
}


/* microclearfix */

.cf::before,
.cf::after {
	/* 1 */
	display: table;
	content: " ";
	/* 2 */
}

.cf::after {
	clear: both;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.forPC {
	display: block;
}

.forSP {
	display: none;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}


/* microclearfix */

.cf::before,
.cf::after {
	/* 1 */
	display: table;
	content: " ";
	/* 2 */
}

.cf::after {
	clear: both;
}


/*
---------------------------------------------


*/

.l-main-area .top_h2 {
	position: relative;
	margin: 0 0 8rem;
	padding: 2rem 3rem 0;
	background: #51c0bf;
	color: #fff;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.2;
}

.l-main-area .top_h2::after {
	position: absolute;
	top: 99%;
	left: 0;
	width: 100%;
	height: 58px;
	background: url(img/bg_h2_low.png) no-repeat left top;
	background-size: 100% 18px;
	content: '';
}

.l-main-area .top_h2 a {
	display: block;
	padding: 0 4rem 0 0;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 14px;
	color: #fff;
	text-decoration: none;
}

.l-main-area .top_h2 a:hover {
	background: url(img/arrow01_yellow.svg) no-repeat right center;
	background-size: 14px;
	color: #ffff00;
}

.l-main-area .top_h3 {
	position: relative;
	z-index: 5;
	margin: 3rem 0;
	padding: 1rem 1.5rem;
	background: url(img/bg_h3_low.png) bottom left repeat-x;
	color: #51c0bf;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
}

.l-main-area .top_h3 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #51c0bf;
	text-decoration: none;
}

.l-main-area .top_h3 a:hover {
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #666;
}

.l-main-area .top_h4 {
	position: relative;
	margin: 3rem auto;
	padding: 1rem 1.5rem 1rem 5rem;
	border-radius: 20px;
	background: #f7f7f7;
	background-size: auto 4px;
	color: #333;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.4;
}

.l-main-area .top_h4::before {
	position: absolute;
	top: 50%;
	left: 1rem;
	margin-right: 8px;
	color: white;
	content: '●';
	transform: translateY(-50%);
}

.l-main-area .top_h4 a {
	display: block;
	padding-right: 3rem;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	text-decoration: none;
}

.l-main-area .top_h4 a:hover {
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	color: #51c0bf;
}

.l-main-area .top_h5 {
	position: relative;
	margin: 3rem 0;
	padding: 0.5rem 1.5rem;
	border-left: solid 10px #ffcc00;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-main-area .top_h5 a {
	color: #333;
	text-decoration: none;
}

.l-main-area .top_h5 a:hover {
	text-decoration: underline;
}

.l-main-area p {
	/* margin: 0 0 .5rem; */
}

.l-main-area .txt_marker,
.l-main-area .txt_bold,
.u-padding-bottom .txt_bold{
	color: #ae102f;
	font-weight: bold;
}

.l-main-area ul {
	margin: 2rem;
}
ul.subList {
	margin: 0;
}

.l-main-area ul li {
	margin: 0 0 1rem;
	padding: 0 0 0 25px;
	background: url(img/icon_li.png) no-repeat 0 8px / 8px;
	list-style-position: outside;
	font-size: 1.4rem;
}

.l-main-area ol {
	margin: 30px 20px;
	list-style-type: none!important;
	counter-reset: number;
	text-align: left;
}

.l-main-area ol li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 25px;
	font-size: 1.4rem;
}

.l-main-area ol li::before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	display: block;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffcc00;
	content: counter(number);
	counter-increment: number;
	text-align: center;
	font-size: 1.2rem;
}

.l-main-area .table-layout table {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.l-main-area table th {
	padding: 10px 15px;
	border: 1px #ccc solid;
	background: #d4f0f0;
}

.l-main-area table td {
	padding: 10px 15px;
	border: 1px #ccc solid;
	background: #fff;
}

.btn-web {
	position: relative;
	display: block;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}

.btn-web a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1.8rem 5rem 1.8rem 3rem;
	max-width: 400px;
	width: 100%;
	background: #ae102f;
	box-shadow: 4px 5px 7px rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.btn-web a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 8px auto;
	content: '';
	transform: translateY(-50%);
}

.btn-web a:hover {
	opacity: .8;
}

.btn-internal {
	position: relative;
	display: block;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}

.l-main-area--low .btn-internal {
	margin: 3rem auto !important;
}

.btn-internal a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1.8rem 5rem 1.8rem 3rem;
	max-width: 400px;
	width: 100%;
	background: #333;
	box-shadow: 4px 5px 7px rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.btn-internal a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 8px auto;
	content: '';
	transform: translateY(-50%);
}

.btn-internal.to-bottom a::after {
	transform: rotate(90deg) translateY(-9%) translateX(-60%);
}

.btn-internal a:hover {
	opacity: .8;
}

.btn-tel {
	display: none;
}

.btn-link {
	margin: 20px 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	line-height: 1.4;
}

.btn-link a {
	padding: 5px 0 5px 20px;
	background: url(img/arrow01_blue.svg) no-repeat left center;
	background-size: 9px 15px;
}

.l-main-area .float-wrap {
	margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
	max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
	position: relative;
	float: right;
	margin: 0 0 10px 20px;
	width: 300px;
}

.l-main-area .float-wrap .float-img .flame span {
	position: relative;
	display: block;
	margin: 0 0 1rem;
}

.l-main-area .float-wrap .float-img.fl .flame span::before {
	position: absolute;
	bottom: -11px;
	left: -31px;
	width: calc(100% + 15px);
	height: 1px;
	background: #a8dfdf;
	content: '';
}

.l-main-area .float-wrap .float-img.fl .flame span::after {
	position: absolute;
	bottom: -30px;
	left: -12px;
	width: 1px;
	height: calc(100% + 24px);
	background: #a8dfdf;
	content: '';
}

.l-main-area .float-wrap .float-img.fr .flame span::before {
	position: absolute;
	right: -31px;
	bottom: -11px;
	width: calc(100% + 15px);
	height: 1px;
	background: #a8dfdf;
	content: '';
}

.l-main-area .float-wrap .float-img.fr .flame span::after {
	position: absolute;
	right: -12px;
	bottom: -30px;
	width: 1px;
	height: calc(100% + 24px);
	background: #a8dfdf;
	content: '';
}

.l-main-area .float-wrap .float-img.fl {
	position: relative;
	float: left;
	margin: 0 20px 10px 0;
	width: 300px;
}

.l-main-area .float-wrap .float-img.ct {
	/* width: 300px; */
	margin: 0 auto;
	text-align: center;
}

.l-main-area .float-wrap .flame {
	text-align: center;
}

.caption {
	display: block;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 10px 0;
	padding: 8px 0 0 0;
	color: #999;
	text-align: center;
	white-space: nowrap;
	word-break: break-all;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
	overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #C0C0C0 #eee;
	/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}


/* for chrome, safari */

.caption::-webkit-scrollbar {
	height: 5px;
}

.caption::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #C0C0C0;
}

.caption::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #eee;
}

.l-main-area .l-icon-title {
	position: relative;
	margin: 4rem 0 3rem;
	padding: 13px 13px 13px 104px;
	background: #f1f1f1;
	color: #333;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.l-main-area .l-icon-title::before {
	position: absolute;
	top: -15px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	background: url(img/icon_title_bg.png) no-repeat;
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	font-family: 'Nova Square', cursive;
	line-height: 1;
}

.l-main-area .l-icon-title--check::before {
	content: 'CHECK';
}

.l-main-area .l-icon-title--recommend::before {
	content: 'おすすめ';
	font-size: 1.2rem;
}

.l-main-area .l-icon-title--point::before {
	content: 'POINT';
}

.l-main-area .l-number-wrapper {
	counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title::before {
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	font-size: 3rem;
}

.l-main-area .box-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 5.2rem auto 4rem;
	width: 100%;
}

.l-main-area .box-wrap .box {
	margin: 0 3.5rem 0 0;
	padding: 2rem 3rem;
	width: calc((100% / 2) - (3.5rem / 2));
}

.l-main-area .box-wrap .box:nth-child(2n) {
	margin-right: 0;
}

.l-main-area .box-wrap .box::after {
	width: 100%;
	height: 100%;
	content: '';
}

.l-main-area .box-wrap p {
	margin: 0;
}

.l-main-area .box-wrap .box-head {
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem 0 1rem 5rem;
	border-bottom: 2px solid #999;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
}

.l-main-area .box-wrap .box-head::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 37px;
	height: 37px;
	content: '';
}

.l-main-area .box-wrap .box:nth-of-type(odd) .box-head::before {
	background: url(img/comparison_img01.png) no-repeat 0 / contain;
}

.l-main-area .box-wrap .box:nth-of-type(even) .box-head::before {
	background: url(img/comparison_img02.png) no-repeat 0 / contain;
}

.l-main-area .box-wrap .box-head a {
	display: block;
	padding: 0 3rem 0 0;
	width: 100%;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
}

.l-main-area .box-wrap .box-head a:hover {
	opacity: 0.5;
}

.l-main-area .box-wrap .box-body {
	padding: 1rem 0 0;
}

.l-main-area .box-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a {
	padding: 1rem 4rem;
	width: 70%;
}

.l-main-area .frame-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
	counter-reset: number;
}

.l-main-area .frame-wrap .frame {
	position: relative;
	overflow: hidden;
	margin: 0 20px 30px 0;
	padding: 0 1.8rem;
	width: calc((100% - 41px) / 3);
	background: #fbfcee;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
	margin: 0;
}

.l-main-area .frame-wrap .frame-head {
	position: relative;
	align-items: center;
	margin: 0;
	padding: 3rem 0 .9rem;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
}

.l-main-area .frame-wrap .frame-head::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	background: #51c0bf;
	content: '';
}

.l-main-area .frame-wrap .frame-head a {
	display: block;
	padding: 0 2.5rem 0 0;
	background: url(img/arrow01_blue.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	color: #51c0bf;
	text-decoration: none;
}

.l-main-area .frame-wrap .frame-head a:hover {
	opacity: 0.5;
}

.l-main-area .frame-wrap .frame-body {
	padding: 2rem 0;
}

.l-main-area .frame-wrap .btn-internal {
	margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
	padding: 1rem 4rem 1rem 1rem;
	min-width: inherit;
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
	.l-main-area .top_h2 {
		padding: 1.7rem 3rem 0.7rem;
	}
}


/* low ----------------*/

.l-common-title,
.l-main-area--low h1 {
	position: relative;
	margin: 8.5rem 0 2rem;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.2;
}

.l-main-area--low p{
	margin: 0 0 1.5rem;
}

.l-main-area--low h1 {
	margin: 10.5rem 0 5rem;
}

.l-common-title::before,
.l-main-area--low h1::before {
	position: absolute;
	top: -8rem;
	right: 0;
	left: 0;
	margin: auto;
	color: #a8dfdf;
	content: 'Topics';
	font-weight: normal;
	font-size: 3.3rem;
	font-family: 'Nova Square', cursive;
}

.l-common-title.type-popularity::before {
	content: 'Popularity';
}

.l-common-title.type-support::before {
	content: 'Support';
}

.l-common-title.type-comparison::before {
	content: 'Pickup';
}

.l-common-title.type-knowledge::before {
	content: 'Knowledge';
}

.l-common-title.type-reform::before {
	content: 'Reform';
}

.l-common-title.type-medical::before {
	content: 'Medical record';
	font-size: 3.9rem;
}

.l-common-title.type-medicom::before {
	content: 'Medicom';
	font-size: 4rem;
}

.l-common-title::after,
.l-main-area--low h1::after {
	position: absolute;
	top: -3rem;
	right: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 20px;
	background: #a8dfdf;
	content: '';
}

.l-common-title a,
.l-main-area--low h1 a {
	display: inline-block;
	padding: 0 4rem 0 0;
	background: url(img/circle_arrow01_blue.png) no-repeat right center;
	text-decoration: none;
}

.l-common-title a:hover,
.l-main-area--low h1 a:hover {
	opacity: .8;
}

.l-main-area--low h2 {
    margin: 5rem 0;
    padding: 1.8rem 1.5rem;
    background: #d4f0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
}

.l-main-area--low h2 a {
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
}

.l-main-area--low h2 a:hover {
	opacity: .8;
}

.diagonal-title {
	position: relative;
	display: flex;
	align-items: center;
	margin: 3rem auto;
	padding: 1rem 1.5rem 1rem;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
    justify-content: center;
}

.l-main-area--low h3{
	position: relative;
	display: flex;
	align-items: center;
	margin: 3rem auto;
	padding: 1rem 1.5rem 1rem;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
    border-bottom: 1px solid #51c0bf;
	text-align:left;
}

.diagonal-title {
	margin: 4rem 0 0;
	font-size: 2.4rem;
}

.l-main-area--low h3::before,
.diagonal-title::before {
	padding: .5rem 2rem 0 0;
	content: url(img/h3_deco.png);
}

.diagonal-title::after {
	padding: .5rem 0 0 2rem;
	content: url(img/h3_deco.png);
}

.l-main-area--low h3 a,
.diagonal-title a {
	display: block;
	padding-right: 3rem;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	text-decoration: none;
}

.l-main-area--low h3 a:hover,
.diagonal-title a:hover {
	opacity: .8;
}

.l-main-area--low h4,
.l-main-area--low h5 {
	position: relative;
	margin: 3rem 0;
	padding: 0.5rem 1.3rem;
	color: #333;
	font-size: 2rem;
	line-height: 1.4;
}

.l-main-area--low h4::before,
.l-main-area--low h5::before {
	position: absolute;
	top: .6rem;
	left: 0;
	width: 2px;
	height: 20px;
	background: #ae102f;
	content: '';
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
	display: block;
	padding-right: 3rem;
	background: url(img/arrow01_gray.svg) no-repeat right 0 center;
	background-size: 10px 18px;
	text-decoration: none;
}

.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
	opacity: .8;
}

@media all and (-ms-high-contrast: none) {
	.l-main-area--low h1 {
		padding: 1.7rem 3rem 0.7rem;
	}
}


/*
---------------------------------------------

	header area

*/

.l-header-area {
	margin: 0;
	padding: 0 0 0 100px;
	width: 100%;
}

.l-header {
	margin: 0 auto;
	padding: 1rem 0;
	max-width: 1000px;
}

.l-header__link {
	display: inline-block;
	text-decoration: none;
}

.l-header__link:hover {
	opacity: 0.6;
}

.l-header-sitename {
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.4;
}

.l-header-sitename__link {
	text-decoration: none;
}

.l-header-sitename__link:hover {
	text-decoration: underline;
}

.l-header-logo {
	margin: 10px 0 0;
	text-align: center;
}

.l-header-logo__image {
	/* width: 100%; */
	/* height: 100%; */
}

.l-header-logo a {
	display: block;
	margin: 0;
	width: 354px;
	height: 20px;
}
.l-header-logo a:hover {
	opacity: .8;
}

.l-gnavi-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 50px 0 0;
	width: 60px;
	height: 60px;
	color: #51c0bf;
	text-align: center;
	font-weight: bold;
	font-size: 0.8rem;
	line-height: 1;
	cursor: pointer;
}

.l-gnavi-btn::before {
	position: absolute;
	top: 0;
	right: -2rem;
	width: auto;
	height: 100%;
	content: '';
}

.l-gnavi-btn:hover {
	color: #51c0bf;
	opacity: .8;
}

.l-gnavi-btn span {
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #51c0bf;
	transition: all 0.4s;
}

.l-gnavi-btn span:nth-of-type(1) {
	top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
	top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
	top: 39px;
}

.l-gnavi-btn-box {
	position: absolute;
	top: 30px;
	left: 50%;
	transition: all 0.4s;
	transform: translate(-50%, -50%);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
	background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
	opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.l-gnavi-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	padding: 0;
	width: 400px;
	height: 100vh;
	background: #FFF;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
	transition: all 0.8s ease;
}

.l-gnavi-area-menu {
	display: table-cell;
	vertical-align: middle;
}

.l-gnavi-area-scroll {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 100px 20px 0;
	height: 100%;
	-ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
	display: table;
	height: 100%;
}

.l-gnavi-area-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100vh;
}

.l-gnavi-area--slide-right {
	transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
	right: 0;
	left: auto;
	transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
	transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
	transform: translateY(100%);
}

.l-gnavi-list {
	position: relative;
	width: 300px;
}

.l-gnavi-list__link {
	display: block;
	margin: 0 auto;
	padding: 10px 20px 10px 35px;
	width: 90%;
	text-decoration: none;
	background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
    background-size: 4px 8px;
}
.l-gnavi-list__link:hover {
	opacity: .8;
}

.l-gnavi-list__link--menu {
	cursor: pointer;
	display:block;
}

.l-gnavi-list__sub {
	display: none;
	margin: 0 0 0 1.6rem;
	border-top: dashed 1px #51c0bf;
	background: #f7f7f7;
}

.l-gnavi-list__sub .l-gnavi-list__item {
}

.l-gnavi-btn-close__link {
	position: relative;
	display: inline-block;
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	background: #ffffff;
	text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
	background: #ccc;
	color: #ffffff;
}

.l-gnavi-btn-close__link:hover::after {
	background: #ffffff;
}

.l-gnavi-btn-close__link:hover::before {
	background: #ffffff;
}

.l-gnavi-btn-close__link::before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #000;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link::after {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #000;
	content: '';
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.is-gnavi-cover .l-gnavi-area {
	top: auto;
	z-index: 1;
	overflow-y: hidden;
	height: auto;
}

.is-navi-open .l-gnavi-area {
	opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
	transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
	transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
	overflow-y: scroll;
	height: 100vh;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
	position: static;
}


/*
---------------------------------------------

	footer area

*/

.l-footer-area {
	position: relative;
	margin: 0;
	padding: 0 0 0 100px;
	min-width: 1200px;
	width: 100%;
	background: #f7f7f7;
}

.l-footer-area::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 0 0 107px calc(100vw - 17px);
	border-style: solid;
	border-color: transparent transparent #f7f7f7 transparent;
	content: '';
}

.l-footer-area::after {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-width: 187px 0 0 calc(100vw - 229px);
	border-style: solid;
	border-color: transparent transparent transparent #e2e2e2;
	content: '';
}

.l-footer-disclaimer {
	margin: 20px auto;
	padding: 20px;
	width: 500px;
	background: #ffffff;
	color: #999999;
	text-align: left;
	font-size: 1rem;
}

.l-footer-disclaimer dt {
	float: left;
}

.l-footer-note {
	margin: 20px auto;
	padding: 0 4rem;
	text-align: center;
	font-size: 1.2rem;
}

.l-footer-bottom {
	margin: 0 auto;
	background: #51c0bf;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

.l-footer-bottom__inner {
	display: table;
	margin: 0 auto;
	max-width: 1000px;
	width: 96%;
}

.l-footer-bottom__copy {
	display: table-cell;
	padding: 10px 0;
	text-align: left;
}

.l-footer-bottom__copy__link {
	color: #fff;
	text-decoration: none;
}

.l-footer-bottom__copy__link:hover {
	text-decoration: underline;
}

.l-footer-bottom__sitemap {
	display: table-cell;
	padding: 10px 0;
	text-align: right;
}

.l-footer-bottom__sitemap__link {
	padding: 0 24px 0 0;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 7px 12px;
	color: #fff;
	text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
	text-decoration: underline;
}

.l-footer-menu-wrapper {
	margin: 0 auto;
	padding: 34px 0 0;
	max-width: 1000px;
	width: 100%;
}

.l-footer-menu {
	margin: 0 0 40px;
}

.l-footer-menu__title {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	border-bottom: solid 1px #333;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}

.l-footer-menu__title__link {
	position: relative;
	display: block;
	padding: 0 0 0 25px;
	background: url(img/arrow01_blue.svg) no-repeat left 1rem center;
	background-size: 10px 16px;
	text-decoration: none;
	font-weight: bold;
}

.l-footer-menu__title__link:hover {
	text-decoration: underline;
}

.l-footer-menu__list {
	display: inline;
}

.l-footer-menu__list__item {
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.l-footer-menu__list__item:first-child {
	display: none;
}

.l-footer-menu__list__link {
	padding: 5px 0 5px 15px;
	background: url(img/icon_li_footer.svg) no-repeat left top 8px;
	background-size: 8px 8px;
	text-align: left;
	text-decoration: none;
	font-size: 1.2rem;
}

.l-footer-menu__list__link:hover {
	text-decoration: underline;
}

.l-footer-submenu__list {
	display: inline-block;
}

.l-footer-submenu__list__item {
	display: inline-block;
}

.l-footer-submenu__list__link {
	padding: 5px 15px;
	text-align: left;
	text-decoration: none;
	font-size: 1.2rem;
}

.l-footer-submenu__list__link::before {
	content: '- ';
}

.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}


/*
---------------------------------------------

	common

*/

.l-pagetop {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 100;
}

.l-pagetop__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #999;
}

.l-pagetop__link:hover {
	background: #666;
}

.l-pagetop__image {
	width: 24px;
}

.l-pagetop {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 100;
}

.l-pagetop.is-fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}

.l-sns-list {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.l-sns-list__item {
	text-align: center;
}

.l-sns-list__link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #51c0bf;
	text-decoration: none;
}

.l-sns-list__link:hover {
	opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
	width: 18px;
	height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
	width: 9px;
	height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
	width: 19px;
	height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
	width: 19px;
	height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
	width: 17px;
	height: 15px;
}

#pankuzu {
	margin: 6rem auto 2rem;
	max-width: 1000px;
	font-size: 1rem;
}


/*
  ---------------------------------------------
  
	  contents area
  
  */

.l-contents-area {
	margin: 0 auto;
	padding-left: 100px;
	width: 100%;
}


/*
  ---------------------------------------------
  
	  main area / common
  
  */

.l-main-area {
	margin: 0 auto 7rem 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.l-main-area--low {
	margin: 0 auto 18rem auto;
	width: 1000px;
}

.l-section-inner {
	margin: 0 auto 0;
	max-width: 1000px;
}

p.l-common-lead {
	margin: 2rem auto 4rem;
	width: 80%;
}


/*
  ---------------------------------------------
  
	  top
  
  */

.l-mv {
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1100px;
	min-height: 570px;
	width: 100%;
	background: url(/wp/wp-content/uploads/bg_mv_pc2.jpg) no-repeat center top;
	background-size:cover;
}

.l-mv-wrapper {
	display: flex;
	margin: 0 auto;
	width: 1000px;
}

.l-mv-box {
	margin: 0 auto 0 0;
	max-width: 1000px;
	width: 550px;
	color: #fff;
}

.l-mv-box p {
	margin: 0.5em 0 2em;
	max-width: 400px;
}

.l-mv-logo {
	padding-bottom: 30px;
	/* background: url(img/deco_h2.png) no-repeat center bottom; */
    position: relative;
    top: -20px;	
}

.l-mv-title {
	margin: 4.5rem 0 2rem;
	width: 80%;
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-mv-title span {
	font-size: 4.8rem;
}

.l-mv-title a {
	color: #fff;
	text-decoration: none;
}

.l-mv-title a:hover {
	text-decoration: underline;
}

.l-mv-check {
	position: absolute;
	right: 2rem;
	bottom: -100px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.2;
}

.l-mv-check a {
	display: block;
	padding: 7rem 3.5rem 2.5rem;
	width: 205px;
	height: 195px;
	background: url(img/icon_check.svg) no-repeat center center;
	background-size: 100%;
	color: #fff;
	text-decoration: none;
}

.l-mv-check a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.l-mv-check p {
	margin: 0;
	padding-bottom: 2.3rem;
	background: url(img/arrow01_white.svg) no-repeat center bottom;
	background-size: 10px;
}

p.l-mv-title {
	margin: 2rem auto 2rem 0;
}

.l-parts01 {
	padding-bottom: 6rem;
	background: url(img/bg_waveblue_l_top.svg) no-repeat left top 330px;
	background-size: 100%;
}

.l-parts01 .l-section-inner {
	/* background: url(img/bg_deco_drop.png) no-repeat left top, url(img/bg_deco_drop.png) no-repeat right top 520px; */
}

.l-parts01-column3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	min-width: 1000px;
}

.l-parts01-column3__box {
	width: calc((100% - 100px) / 3);
}

.l-parts01-column3 .catch-image img {
	width: 100%;
	border-radius: 2rem;
}

.l-parts01-column3 .catch-text {
	margin: 0.5em 0 1em;
	padding: 0 2rem 0;
	color: #51c0bf;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-parts01-column3 .catch-body {
	padding: 0 2rem;
}

.l-parts01-column3 .tag {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	border-top: solid 1px #ccc;
}

.l-parts01-column3 .tag-list {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	padding: 0.5rem 1rem;
	border: solid 1px #51c0bf;
	background: none;
	color: #51c0bf;
	font-size: 1.2rem;
}

.l-parts01-column3 .tag-list::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #0097d2 transparent transparent transparent;
	content: '';
}

ul.tag {
	margin: 0;
}

li.tag-list {
	background: none;
}

.l-parts02 {
	position: relative;
	margin-bottom: 4rem;
	padding: 100px 0 200px;
	min-width: 1100px;
	background: #d0f0fc;
	/* Old browsers */
	background: url(img/bg_deco_drop.png) no-repeat left 1054px top 310px, -moz-linear-gradient(top, #d0f0fc 1%, #abe4fa 100%);
	background: url(img/bg_deco_drop.png) no-repeat left 1054px top 310px, -webkit-linear-gradient(top, #d0f0fc 1%, #abe4fa 100%);
	background: url(img/bg_deco_drop.png) no-repeat left 1054px top 310px, linear-gradient(to bottom, #d0f0fc 1%, #abe4fa 100%);
}

.l-parts02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(img/bg_wave_top.svg) no-repeat -150px 0;
	background-size: cover;
	content: '';
}

.l-parts02::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(img/bg_wave_top.svg) no-repeat -5px 0;
	background-size: cover;
	content: '';
	transform: rotate(180deg);
}

.l-parts02-white {
	padding-bottom: 4rem;
	width: 990px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 10px 10px 0 #017bac;
}

.l-parts02-white__title {
	position: relative;
	padding: 45px 0 0;
	border-radius: 20px 20px 0 0;
	background: url(img/deco_wave_s.png) no-repeat right bottom, url(img/deco_wave_w.png) no-repeat left top 20px, #51c0bf;
	color: #fff;
}

.l-parts02-white__title::after {
	position: absolute;
	top: 99%;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(img/bg_waveblue2_l_top.svg) no-repeat left bottom;
	background-size: cover;
	content: '';
}

.l-parts02-white__title .catch-title {
	margin: 0 auto;
	padding: 0 10px 2rem 0;
	width: 75%;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
}

.l-parts02-white-inner {
	margin: 4rem auto;
	width: 880px;
}

.l-parts02-white__column2 {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem auto 0;
	width: 880px;
}

.l-parts02-white__column2__left {
	width: 270px;
}

.l-parts02-white__column2__left img {
	display: block;
	box-shadow: 10px 10px 0 #d0f0fc;
}

.l-parts02-white__column2__left p {
	text-align: center;
}

.l-parts02-white__column2__right {
	padding-top: 1rem;
	width: calc(100% - 270px);
}

.l-parts02-white__column2 .clinic {
	margin: 0.5em 0 1em;
	padding: 0 0 1rem 6rem;
	border-bottom: solid 1px #ccc;
	background: url(img/icon_hospital.svg) no-repeat left 1rem top 0.5rem;
	background-size: 35px auto;
	color: #51c0bf;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.4;
}

.l-parts02-white__column2 .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

.l-parts02-white__column2 .price-list {
	padding: 0;
	width: 290px;
	border-radius: 10px;
	background: #ffff00;
	color: #51c0bf;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}

.l-parts02-white__column2 .price-list .category {
	display: inline;
	padding-right: 2rem;
}

.l-parts02-white__column2 .price-list .data {
	display: inline;
}

.l-parts02-white__column2 .price-list .data span {
	color: #51c0bf;
	font-size: 3.6rem;
}

.l-parts02-white__column3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.l-parts02-white__column3__box {
	margin: 0 2rem 2rem 0;
	padding: 0 2rem;
	width: calc((100% - 4rem) / 3);
	border-radius: 20px;
	background: #f3f3f3;
}

.l-parts02-white__column3__box:nth-child(3n) {
	margin: 0 0 2rem 0;
}

.l-parts02-white__column3__box .voice-catch {
	margin: 0;
	padding: 2rem 0 2rem 5rem;
	border-bottom: solid 1px #51c0bf;
	background: url(img/icon_voice.svg) no-repeat left center;
	background-size: 30px auto;
	color: #51c0bf;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-parts02-white .btn-web {
	margin-top: 1rem;
	min-width: 470px;
}

.l-parts02-white .title-voice {
	position: relative;
	margin: 0.5em 0 1em;
	background: url(img/deco_wave_s_long.png) repeat-x left center;
	color: #51c0bf;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
}

.l-parts02-white .title-voice span {
	padding: 0 2rem;
	background: #fff;
	color: #51c0bf;
}

.l-parts02-white table.infomation th {
	width: 140px;
	border: 1px #fff solid;
	background: #d0f0fc;
	color: #51c0bf;
	text-align: center;
}

.l-parts02-white table.infomation td {
	border: 1px #fff solid;
	background: #fafafa;
}

.l-parts03 {
	margin-bottom: 8rem;
	background: url(img/bg_deco_drop.png) no-repeat left 1054px top 210px;
}

.l-parts03-column3 {
	display: flex;
	flex-wrap: wrap;
}

.l-parts03-column3__box {
	position: relative;
	margin: 0 2rem 2rem 0;
	padding: 5px;
	width: calc((100% - 4rem) / 3);
	background: #fff;
}

.l-parts03-column3__box:nth-child(3n) {
	margin: 0 0 2rem;
}

.l-parts03-column3__line {
	padding: 0 1rem 2rem;
	border: solid 2px #fff;
}

.l-parts03-column3__title {
	z-index: 1;
	margin: 0 0 1.6rem;
	padding: 3rem 0 2.5rem 1rem;
	border-bottom: solid 1px #51c0bf;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
}

.l-parts03-column3__title a {
	display: block;
	padding: 0 3rem 0 0;
	background: url(img/arrow01_blue.svg) no-repeat right center;
	background-size: 9px;
	text-decoration: none;
}

.l-parts03-column3__title a:hover {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
}

.l-parts03-column3__image {
	padding: 0 2rem;
	color: #999;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
}

.l-parts03-column3__image img {
	width: 100%;
	box-shadow: 5px 5px 0 #ffff00;
}

.l-parts03-column3__image span {
	display: block;
	padding-top: 1rem;
	color: #999;
}

.l-parts03-column3__tag {
	margin: 0;
}

.l-parts03-column3__tag .tag-list {
	position: relative;
	display: inline-block;
	margin: 0 1rem 1rem 0;
	padding: 0.2rem 1rem;
	border: solid 1px #51c0bf;
	background: #fff;
	color: #51c0bf;
	text-align: center;
	font-size: 1.2rem;
}

.l-parts03-column3__tag .tag-list::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #0097d2 transparent transparent transparent;
	content: '';
}

.l-parts03-column3__info {
	margin: 1.2rem 0 0;
	padding: 0 1rem;
	background: #f7f7f7;
}

.l-parts03-column3__info dl {
	display: flex;
	border-bottom: dashed 1px #ccc;
	font-size: 1.4rem;
}

.l-parts03-column3__info dl:last-child {
	border: none;
}

.l-parts03-column3__info dl dt {
	padding: 1.6rem 1.4rem;
	width: 30%;
	font-weight: bold;
}

.l-parts03-column3__info dl dd {
	padding: 1rem;
	width: 70%;
}

p.l-parts03-column3__title {
	margin: 0 0 2rem;
}

ul.l-parts03-column3__tag {
	margin: 2rem 0 0;
}

.l-parts04 {
	position: relative;
	margin-bottom: 9rem;
	padding: 5rem 0;
	min-width: 1100px;
	background: url(img/bg_waveblue_l_bottom.svg) no-repeat left top 400px, url(img/bg_waveblue_l_bottom.svg) no-repeat left bottom 150px, url(img/bg_deco_drop.png) no-repeat left 1054px top 310px, #f1fafe;
	background-size: 100%, 100%, auto, auto;
}

.l-parts04 .l-section-inner {
	position: relative;
	z-index: 0;
}

.l-parts04-list {
	display: flex;
	margin: 0 0 4rem 10rem;
}

.l-parts04-image {
	position: relative;
	width: 260px;
}

.l-parts04-image .label {
	position: absolute;
	top: 2rem;
	left: 0;
	margin: 0;
	padding: 0.1em 1.5rem;
	background: #ffff00;
	color: #51c0bf;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	transform: rotate(-10deg);
}

.l-parts04-image .image-box {
	margin: 0 0 0 2rem;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-shadow: 2px 8px 0px 0px #666666, -7px -7px 0px 0px #fff;
}

.l-parts04-image .image-box img {
	width: 100%;
}

.l-parts04-body {
	width: calc(100% - 260px);
}

.l-parts04-body .catch {
	margin: 0.5em 0 1em;
	color: #51c0bf;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.l-parts04 .tag {
	margin: 0;
}

.l-parts04 .tag .tag-list {
	position: relative;
	display: inline-block;
	margin: 0 1rem 1rem 0;
	padding: 0.2rem 1rem;
	border: solid 1px #51c0bf;
	background: #fff;
	color: #51c0bf;
	text-align: center;
	font-size: 1.2rem;
}

.l-parts04 .tag .tag-list::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #0097d2 transparent transparent transparent;
	content: '';
}

.l-parts05 {
	margin: 0 0 10rem;
}

.l-parts05-column2 {
	display: flex;
	flex-wrap: wrap;
}

.l-parts05 .accordion-item {
	display: none;
}

.l-parts05-box {
	position: relative;
	margin: 0 0 4rem 0;
	padding: 3rem;
	width: calc((100% / 2) - (4rem / 2));
	background: #f9f9f9;
}

.l-parts05-box:nth-child(2n) {
	margin: 0 0 4rem 4rem;
}

.l-parts05-image {
	float: left;
	width: 120px;
	height: 120px;
	font-size: 1.4rem;
}

.l-parts05-image .flame {
	margin-bottom: 1rem;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.l-parts05-image span {
	padding-left: 1rem;
	color: #333;
	font-weight: normal;
}

.l-parts05-image img {
	width: 100%;
}

.l-parts05-catch {
	display: inline-block;
	margin: 0 0 1rem;
	width: calc(100% - 120px);
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
}

.l-parts05-catch a {
	display: block;
	padding: 0 2.5rem 0 0;
	width: 100%;
	background: url(img/arrow01_blue.svg) no-repeat right 3px center;
	background-size: 7px 16px;
	text-decoration: none;
}

.l-parts05-catch a:hover {
	opacity: .8;
}

.l-parts05 .btn-internal {
	position: relative;
	display: block;
	margin: 0 auto 5rem auto;
	padding: 2rem 5rem 2rem 3rem;
	width: 30%;
	border-radius: 50px;
	background: #51c0bf;
	box-shadow: 5px 5px 0 #ccc;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	cursor: pointer;
}

.l-parts05 .btn-internal span {
	color: #fff;
}

.l-parts05 .btn-internal::after {
	position: absolute;
	top: 35%;
	right: 3rem;
	width: 12px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	content: '';
	transform: rotate(90deg);
}

.l-parts05 .btn-internal:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.l-parts05 .btn-internal.is-open span {
	display: none;
}

.l-parts05 .btn-internal.is-open::after {
	transform: rotate(-90deg);
}

.l-parts05 .btn-internal.is-open::before {
	content: '口コミを閉じる';
}

h3.l-parts05-text {
	margin: 1rem 0 0;
}

.l-support-area {
	margin: -4rem 0 31.5rem;
}

.l-support-title {
	position: relative;
	margin: 9.2rem 0 0;
	text-align: center;
}

.l-support-title::before {
	position: absolute;
	top: -5.9rem;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 23px 60px 0 60px;
	border-style: solid;
	border-color: #a5dcdc transparent transparent transparent;
	content: '';
}

.l-support-title h3 {
	position: relative;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.5;
	border-bottom: 2px solid #51c0bf;
}

/* .l-support-title h3::after {
	position: absolute;
	bottom: -.5rem;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% + 40px);
	height: 2px;
	background: #51c0bf;
	content: '';
} */

.l-support-possibility {
	display: flex;
	flex-flow: row wrap;
	margin: 4.2rem auto 6.2rem;
	counter-reset: number;
}

.l-support-possibility-box {
	position: relative;
	padding: 2.4rem 2.5rem;
	width: calc((100% / 2) - (4rem / 2));
	background: #f9f9f9;
}

.l-support-possibility-box::before {
	position: absolute;
	top: -14px;
	left: 7px;
	color: #51c0bf;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	font-size: 5rem;
	font-family: 'Nova Square', cursive;
	line-height: 1;
	opacity: .3;
}

.l-support-possibility-box:nth-of-type(odd) {
	margin-right: 4rem;
}

.l-support-possibility-box .title {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
}

.l-support-possibility-box .img {
	margin: 2rem 0 0;
	text-align: center;
}

.l-main-area .l-support-area .float-wrap .float-img.fl {
	margin: 0 40px 10px 0;
	width: auto;
}

.l-main-area .l-support-area .float-wrap .float-img.fr {
	width: auto;
}

.l-main-area .l-support-area .float-wrap .fl+p {
	margin: 1.8rem 1rem;
}

.l-main-area .l-support-area .float-wrap .caption {
	text-align: left;
}

.l-support-conclusion {
	margin: 0 0 10.5rem;
}

.l-support-conclusion .catch {
	color: #ae102f;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
}

.l-support-conclusion p.l-common-lead {
	margin: 0 auto 1.3rem;
}

.l-support-conclusion .btn-internal {
	margin: 0 auto;
	width: 330px;
}

.l-support-conclusion .btn-internal a {
	font-size: 1.4rem;
}

.l-support-necessary {
	margin: 3.2rem auto;
	width: 80%;
}

.l-support-necessary .float-wrap {
	margin: 3.7rem 0 1.5rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.l-support-necessary ul {
	margin: .6rem 0 0;
}

.l-support-necessary ul li {
	margin: 0 0 .4rem;
	padding: 0 0 0 2rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.l-popularity-area {
	position: relative;
	padding: 1rem 0 14rem;
	background: #fbfcee;
}

.l-popularity-area::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 120px 0 0 calc(100vw - 120px);
	border-style: solid;
	border-color: transparent transparent transparent #fbfcee;
	content: '';
}
.l-contents-area--low .l-popularity-area::before {
	content: none;
}
.l-popularity-area::after {
	position: absolute;
	top: -296px;
	right: 0;
	z-index: -2;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 31.355%;
	width: 100%;
	height: 0;
	background: url(img/popularity_area_deco.png) no-repeat top center / contain;
	content: '';
}
.l-contents-area--low .l-popularity-area::after {
	content: none;
}

.l-popularity-area.u-padding-bottom {
    margin: 10rem 0 0;
    padding-bottom: 25rem;
    padding-top: 5rem;
}

.l-popularity-table table {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.l-popularity-table table th {
	padding: 2rem 1rem;
	border: 1px #666 solid;
	background: #51c0bf;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-size: 1.7rem;
	line-height: 1.3;
	background-clip: padding-box;
}

.l-popularity-table table th span {
	display: block;
	font-size: 1.5rem;
}

.l-popularity-table table td {
	padding: 0;
	border: 1px #666 solid;
	background: #fff;
	text-align: center;
	line-height: 1.2;
	background-clip: padding-box;
}

.annotation-source {
	position: relative;
}

.annotation-source::after {
	position: absolute;
	right: 4px;
	bottom: 3px;
	content: '※';
	font-size: 1.4rem;
}

.l-popularity-table table td strong,
.l-comparison-table table td strong {
	color: #ae102f;
	font-weight: bold;
	font-size: 1.8rem;
}

.l-popularity-table table td strong.type-true,
.l-comparison-table table td strong.type-true {
	font-size: 3rem;
}

.l-comparison-table table td strong.type-all {
	font-size: 2.2rem;
}

.l-popularity-table table th.l-popularity-table-sticky-row {
	position: relative;
	padding: 0 0 0 6.5rem;
	width: 245px;
	height: 97px;
	text-align: left;
}

.l-popularity-table table th.l-popularity-table-sticky-row::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto;
	width: 45px;
	height: 45px;
	content: '';
}

.l-popularity-table table tr:nth-of-type(2) th.l-popularity-table-sticky-row::before {
	background: url(img/trouble_supported_icon.png) no-repeat 0 / contain;
}

.l-popularity-table table tr:nth-of-type(3) th.l-popularity-table-sticky-row::before {
	background: url(img/visit_supported_icon.png) no-repeat 0 / contain;
}

.l-popularity-table table tr:nth-of-type(4) th.l-popularity-table-sticky-row::before {
	background: url(img/remote_maintenance_supported_icon.png) no-repeat 0 / contain;
}

.l-popularity-table table tr:nth-of-type(5) th.l-popularity-table-sticky-row::before {
	background: url(img/seminar_supported_icon.png) no-repeat 0 / contain;
}

.l-popularity-table table th.l-popularity-table-column {
	padding: 2rem 1rem 2.5rem;
	width: 150px;
}

.l-popularity-area .btn-web {
	margin: 2rem auto 0;
}

.l-popularity-area .btn-web a {
	padding: 1.2rem 2rem 1.2rem 1rem;
	font-size: 1.4rem;
}

.l-popularity-area .btn-web a::after {
	right: 7px;
}

p.l-popularity-annotation {
	margin: .7rem 0 0;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.5;
}

.l-comparison-area {
	position: relative;
	padding: 9.1rem 0;
	background: #e1f4f4;
}

.l-comparison-area::before {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 0 0 76px calc(100vw - 117px);
	border-style: solid;
	border-color: transparent transparent #e1f4f4 transparent;
	content: '';
}

.l-comparison-area::after {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 0 calc(100vw - 117px) 76px 0;
	border-style: solid;
	border-color: transparent #e1f4f4 transparent transparent;
	content: '';
}

.l-comparison-area p.l-common-lead {
	margin-bottom: 0rem;
}

.l-comparison-box {
	position: relative;
	margin: 3.6rem 0 7rem;
	padding: 6.1rem 6rem 2rem;
	border-top: 2px solid #51c0bf;
	background: #fff;
}

.l-comparison-box::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 23px 35px 0 35px;
	border-style: solid;
	border-color: #51c0be transparent transparent transparent;
	content: '';
}

.l-comparison-box .catch {
	margin: 0;
	padding: 1.7rem;
	background: #f5f5f5;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.3;
}

.l-comparison-box .btn-web {
	margin-top: 1rem;
}

.l-comparison-img-wrap {
	display: flex;
	flex-flow: row wrap;
	margin: 3.7rem auto 0 350px;
	position: relative;
}

.l-comparison-img-wrap .img {
	padding-right: 5rem;
	width: 345px;
	position: absolute;
	top: 0;
	left: -350px;
	text-align: center;
}

.l-comparison-table-wrap {
	width: 100%;
}

.l-comparison-img-wrap h3 {
	margin: 0 0 1rem;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
}

.l-comparison-table table {
	width: 100%;
}

.l-comparison-table table th {
	position: relative;
	padding: 1.6rem 0 1.6rem 6rem;
	width: 29rem;
	height: 6rem;
	border: 1px solid #666;
	background: #51c0bf;
	color: #fff;
	background-clip: padding-box;
}

.l-comparison-table table th::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto;
	width: 37px;
	height: 37px;
	content: '';
}

.l-comparison-table table tr:nth-of-type(1) th::before {
	background: url(img/trouble_supported_icon.png) no-repeat 0 / contain;
}

.l-comparison-table table tr:nth-of-type(2) th::before {
	background: url(img/visit_supported_icon.png) no-repeat 0 / contain;
}

.l-comparison-table table tr:nth-of-type(3) th::before {
	background: url(img/remote_maintenance_supported_icon.png) no-repeat 0 / contain;
}

.l-comparison-table table tr:nth-of-type(4) th::before {
	background: url(img/seminar_supported_icon.png) no-repeat 0 / contain;
}

.l-comparison-table table td {
	padding: 0;
	border: 1px solid #666;
	text-align: center;
	background-clip: padding-box;
}

.l-comparison-box .table-layout table {
	margin: 0 auto 5rem;
}

.l-comparison-box .table-layout table th {
	padding: 6px 15px;
	width: 140px;
	border: none;
	text-align: center;
}

.l-comparison-box .table-layout table td {
	padding: 6px 15px;
	border: none;
	background: #fafafa;
}

.l-comparison-table .caption {
	text-align: right;
	margin:0;
    padding: 0;
}

.l-knowledge-area {
	position: relative;
	padding: 19rem 0 22.1rem;
}

.l-knowledge-area::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 129px calc(57vw) 0 0;
	border-style: solid;
	border-color: #e2e2e2 transparent transparent transparent;
	content: '';
}

.l-knowledge-area::after {
	position: absolute;
	right: 0;
	bottom: -16px;
	left: 0;
	width: 0;
	height: 0;
	border-width: 79px calc(100vw - 117px) 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	content: '';
}

.l-reform-area {
	position: relative;
	padding: 19rem 0 13rem;
}

.l-reform-area::before {
	position: absolute;
	top: -54px;
	right: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	border-width: 207px calc(82vw) 0 0;
	border-style: solid;
	border-color: #83d1d0 transparent transparent transparent;
	content: '';
}

.l-reform-area::after {
	position: absolute;
	top: -63px;
	right: 0;
	z-index: -2;
	/* left: 0; */
	width: 0;
	height: 0;
	border-width: 0 57vw 124px 0;
	border-style: solid;
	border-color: transparent #e2e2e2 transparent transparent;
	content: '';
}

.l-reform-area .l-common-lead {
	margin: 4.5rem auto 5.7rem;
}

.l-main-area .l-reform-area .float-wrap {
	margin: -.6rem 0 6rem;
}

.l-main-area .l-reform-area .float-wrap .float-img.fl {
	margin: 0 53px 10px 0;
}

.l-reform-ttl {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5rem;
	padding: 0 0 1rem;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	max-width: 640px;
}

.l-reform-ttl::before {
	position: absolute;
	bottom: 1px;
	left: 2px;
	width: 40px;
	height: 2px;
	background: #51c0bf;
	content: '';
}

.l-reform-ttl a {
	text-decoration: none;
}

.l-reform-ttl a:hover {
	opacity: .8;
}

.l-reform-link {
	display: block;
	margin: 2rem 0 0;
	padding: 5px 20px 5px 0;
	background: url(img/arrow01_blue.svg) no-repeat right center / 9px 15px;
	text-align: right;
	font-weight: bold;
}

.l-medical-area {
	position: relative;
	padding: 12rem 0 11rem;
	background: #f7f7f7;
}

.l-medical-area::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-width: 0 calc(100vw - 117px) 76px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: '';
}

.l-medical-area::after {
	position: absolute;
	right: 0;
	bottom: -59px;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-width: 84px calc(100vw - 117px) 0 0;
	border-style: solid;
	border-color: #f7f7f7 transparent transparent transparent;
	content: '';
}

.l-medicom-area {
	position: relative;
	padding: 20rem 0 18rem;
}

.l-medicom-area::before {
	position: absolute;
	top: -63px;
	right: 0;
	/* left: 0; */
	width: 0;
	height: 0;
	border-width: 0 80vw 185px 0;
	border-style: solid;
	border-color: transparent #83d1d0 transparent transparent;
	content: '';
	/* z-index: -2; */
}

.l-medicom-area::after {
	position: absolute;
	top: -65px;
	/* left: 0; */
	right: 0;
	z-index: 5;
	width: calc(100vw);
	height: 40px;
	background: #f7f7f7;
	content: '';
}
.l-medicom-area .float-wrap p {
	margin: 3rem 0 0;
}
/* Chromeハック */
_:lang(x)::-internal-media-controls-overlay-cast-button, .l-popularity-table table th, .l-comparison-table table th {
        background-clip: border-box;
}

/* IEハック */
@media all and (-ms-high-contrast:none) {
    :nth-of-type(2n+1).l-support-possibility-box {
    	margin-right: 3rem;
    }
    .l-popularity-table table th.l-popularity-table-sticky-row::before {
        top: 2.6rem;
    	bottom: auto;
    }
    .l-comparison-table-wrap {
    	width: 535px;
    }
    .l-main-area .frame-wrap .frame-head {
    	display: block;
    }
	.l-parts05-box:nth-child(2n) {
		margin: 0 0 4rem 3rem;
	}
}

/*
---------------------------------------------

	smartphone settings

*/

@media screen and (max-width: 480px) {
	body {
		min-width: 100%;
		min-width: inherit;
	}
	.forPC {
		display: none;
	}
	.forSP {
		display: block;
	}
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	/*
  ---------------------------------------------
  
  
  */
	.l-main-area .top_h2 {
		margin: 0 0 3rem;
		padding: 2rem 2rem 0;
		font-size: 2.2rem;
	}
	.l-main-area .top_h2 a {
		background-size: 8px 16px;
	}
	.l-main-area .top_h2::after {
		height: 30px;
	}
	.l-main-area .top_h3 {
		font-size: 2rem;
	}
	.l-main-area .top_h3 a {
		background-size: 8px 16px;
	}
	.l-main-area .top_h4 {
		font-size: 1.8rem;
	}
	.l-main-area .top_h4 a {
		background-size: 7px 15px;
	}
	.l-main-area h2 {
		font-size: 2.4rem;
	}
	.l-main-area h3 {
		font-size: 2rem;
	}
	.l-main-area ul {
		margin: 3rem 0;
		font-size: 1.4rem;
	}
	.l-main-area ol {
		margin: 3rem 0;
		font-size: 1.4rem;
	}
	.l-main-area .table-layout table {
		display: block;
		margin: 30px auto 20px;
		width: 100%;
		border-top: 1px #d3d3d3 solid;
		font-size: 1.4rem;
	}
	.l-main-area .table-layout table tr {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table th {
		display: block;
		padding: 10px 15px;
		width: 100%;
		border-top: none;
	}
	.l-main-area .table-layout table td {
		display: block;
		padding: 10px 15px;
		width: 100%;
		border-top: none;
	}
	.l-main-area .table-layout table thead {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table thead th {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table thead td {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table tbody {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table tbody th {
		display: block;
		width: 100%;
	}
	.l-main-area .table-layout table tbody td {
		display: block;
		width: 100%;
	}
	.btn-web {
		margin: 3rem auto;
		min-width: inherit;
		width: 90%;
	}
	.btn-web a {
		padding: 2.2rem 5rem 2rem 2rem;
		min-width: inherit;
		width: 100%;
		font-size: 1.6rem;
	}
	.btn-web a::after {
		right: 1.5rem;
		background-size: 60%;
	}
	.btn-web a:hover {
		background: #ff6600;
	}
	.btn-internal {
		margin: 3rem auto;
		width: 90%;
	}
	.btn-internal a {
		padding: 2.2rem 5rem 2rem 2rem;
		min-width: inherit;
		width: 100%;
		font-size: 1.6rem;
	}
	.btn-internal a::after {
		background-size: 60%;
	}
	.btn-internal a:hover {
		background: #51c0bf;
	}
	.btn-tel {
		display: block;
		margin: 3rem auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.btn-tel a {
		position: relative;
		z-index: 10;
		display: inline-block;
		margin: 0;
		padding: 2rem 5rem;
		width: 100%;
		background: #4e8bb5 url(img/icon_tel.svg) no-repeat left 20px center;
		background-size: auto 20px;
		box-shadow: 4px 5px 7px rgba(0, 0, 0, .3);
		text-align: center;
		text-decoration: none;
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	.btn-link {
		display: block;
		margin: 3rem auto;
		padding: 0;
		width: 90%;
		text-align: left;
	}
	.btn-link a {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 2.2rem 5rem 2rem 2rem;
		width: 100%;
		border: #51c0bf solid 2px;
		background: #fff url(img/arrow01_blue.svg) no-repeat right 20px center;
		background-size: 20px 15px;
		color: #51c0bf;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.l-main-area .float-wrap {
		margin: 10px auto 30px;
		width: 100%;
		font-size: 1.4rem;
	}
	.l-main-area .float-wrap .float-img.fr {
		float: none;
		margin: 0 auto 20px;
		width: 80%;
	}
	.l-main-area .float-wrap .float-img.fl,
	.l-main-area .l-reform-area .float-wrap .float-img.fl {
		float: none;
		margin: 0 auto 20px;
		width: 90%;
	}
	.l-main-area .float-wrap .float-img.ct {
		width: 100%;
	}
	.l-main-area .float-wrap .float-img.t_small {
		width: 40%;
	}
	.l-main-area .float-wrap .float-img.fr.t_small {
		float: right;
		margin: 0 0 20px 10px;
	}
	.l-main-area .float-wrap .float-img.fl.t_small {
		float: left;
		margin: 0 20px 10px 0;
	}
	.l-main-area .box-wrap {
		display: block;
		margin: 4rem auto 0;
		width: 100%;
		font-size: 1.4rem;
	}
	.l-main-area .box-wrap .box {
		margin: 0 0 2rem;
		padding: 1.5rem;
		width: 100%;
	}
	.l-main-area .box-wrap .box:nth-child(2n) {
		margin: 0 auto 2rem;
	}
	.l-main-area .box-wrap .box-head {
		font-size: 2rem;
	}
	.l-main-area .box-wrap .box-head a {
		padding: 2rem 3rem 2rem 2rem;
		background-position: right 1rem center;
		background-size: 8px;
	}
	.l-main-area .box-wrap .box-body {
		padding: 1rem 0;
	}
	.l-main-area .box-wrap .box-body .btn-internal a {
		width: 90%;
	}
	.l-main-area .frame-wrap {
		display: block;
		margin: 0 auto 4rem;
		font-size: 1.4rem;
	}
	.l-main-area .frame-wrap .frame {
		margin: 0 auto 2rem;
		width: 100%;
	}
	.l-main-area .frame-wrap .frame:nth-child(3n) {
		margin: 0 auto 2rem;
	}
	.l-main-area .frame-wrap .frame::before {
		left: 25px;
	}
	.l-main-area .frame-wrap .frame-head {
		font-size: 2rem;
	}
	.l-main-area .frame-wrap .frame-head a {
		background-size: 8px;
	}
	.l-main-area .l-icon-title {
		margin: 5rem 0 3rem;
		padding: 1rem 1rem 1rem 7.5rem;
		width: 100%;
		font-size: 2rem;
		line-height: 1.4;
	}
	.l-main-area .l-icon-title::before {
		left: 0;
		width: 68px;
		height: 68px;
		font-size: 1rem;
	}
	.l-main-area .l-number-wrapper .l-icon-title::before {
		padding: 0;
		font-size: 2.8rem;
	}
	/* low ----------------*/
	.l-main-area--low h1,
	.l-common-title {
		margin: 0 0 3rem;
		font-size: 2.2rem;
	}
	
	.l-main-area--low h1{
		line-height:1.4;
	}
	
	.l-common-title::before,
	.l-main-area--low h1::before,
	.l-common-title.type-medical::before,
	.l-common-title.type-medicom::before {
		top: -4rem;
		font-size: 2rem;
	}
	.l-common-title::after,
	.l-main-area--low h1::after {
		top: -1.5rem;
		height: 10px;
	}
	.l-main-area--low h2 {
		font-size: 2rem;
	}
	.l-main-area--low h3 {
		font-size: 1.8rem;
	}
	.l-main-area--low h4,
	.l-main-area--low h5 {
		font-size: 1.7rem;
	}
	/*
  ---------------------------------------------
  
	  header area
  
  */
	.l-header {
		margin: 0 auto;
		padding: 10px 0;
		width: 96%;
		text-align: left;
	}
	.l-header-area {
		padding: 0;
	}
	.l-header-left {
		display: none;
	}
	.l-header-sitename {
		font-size: 1rem;
	}
	.l-header-logo a {
		width: 100%;
		height: auto;
	}
	.l-gnavi-area {
		display: none;
	}
	/*
  ---------------------------------------------
  
	  footer area
  
  */
	.l-footer-area {
		padding: 2rem 0 5rem 0;
		min-width: inherit;
	}
	.l-footer-area::before {
		border-width: 0 0 30px calc(100vw);
	}
	.l-footer-area::after {
		border-width: 30px 0 0 calc(100vw);
	}
	.footMenu {
		position: fixed;
		bottom: 0;
		z-index: 300;
		margin: 0;
		width: 100%;
		height: 5rem;
	}
	.footMenu .menuLeft {
		display: flex;
		float: left;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		background: #ccc;
	}
	.footMenu .menuLeft .l-gnavi-btn {
		margin: 0;
	}
	.footMenu .menuRight {
		position: relative;
		display: flex;
		float: right;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 100%;
		background: #51c0bf;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.footMenu .menuRight::after {
		position: absolute;
		top: 0;
		left: 1rem;
		width: 65px;
		height: 13px;
		background: url(img/icon_text_check.svg) no-repeat center center;
		background-size: 100%;
		content: "";
		transform: rotate(-8deg);
	}
	.footMenu .menuRight a {
		display: block;
		padding: 0.9rem 2rem 0 2.5rem;
		background: url(img/arrow01_white.svg) no-repeat right 1rem center;
		background-size: 6px;
		color: #fff;
		text-decoration: none;
	}
	.footMenu .l-gnavi-btn {
		width: 100%;
		height: 100%;
	}
	.footMenu .l-gnavi-btn span {
		left: 50%;
		transform: translateX(-50%);
	}
	.footMenu .l-gnavi-btn span:nth-child(1) {
		top: 15px;
	}
	.footMenu .l-gnavi-btn span:nth-child(2) {
		top: 25px;
	}
	.footMenu .l-gnavi-btn span:nth-child(3) {
		top: 35px;
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
		transform: translate(-50%, 10px) rotate(-45deg);
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
		transform: translate(-50%, -10px) rotate(45deg);
	}
	.l-footer-logo {
		margin: 1rem auto;
		width: 70%;
	}
	.l-footer-logo__image {
		width: 100%;
	}
	.l-footer-logo__link {
		display: block;
	}
	.l-footer-disclaimer {
		margin: 0 auto 1rem;
		padding: 2rem 5%;
		width: 90%;
	}
	.l-footer-bottom {
		padding: 0 5%;
	}
	.l-footer-bottom__inner {
		display: block;
		width: 90%;
	}
	.l-footer-bottom__copy {
		display: block;
		text-align: left;
	}
	.l-footer-bottom__sitemap {
		display: block;
	}
	.l-footer-note {
		margin: 0 0 1rem;
		font-size: 1rem;
	}
	.l-footer-menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		padding: 0 0 60px 0;
		width: 100%;
		height: 100%;
		background: #e1f4f4;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	.l-footer-menu-wrapper.active {
		transform: translate3d(0, 0, 0);
	}
	.l-footer-menu {
		margin: 0 auto 2rem;
		width: 90%;
	}
	.l-footer-menu__title {
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #51c0bf;
	}
	.l-footer-menu__title__link {
		position: relative;
		display: block;
		padding: 1rem 2.5rem 1rem 0;
		background: none;
		font-size: 1.6rem;
	}
	.l-footer-menu__title__link::after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 8px;
		height: 15px;
		background: url(img/arrow01_blue.svg) no-repeat center center;
		background-size: 100%;
		content: '';
		transform: translateY(-50%) rotate(90deg);
	}
	.l-footer-menu__title__link:hover {
		text-decoration: none;
	}
	.l-footer-menu__list {
		display: none;
	}
	.l-footer-menu__list__item {
		padding: 0.8rem 1rem;
		width: 100%;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}
	.l-footer-menu__list__link {
		margin: 1rem 0 0 0;
	}
	.l-footer-submenu__list {
		display: block;
	}
	.l-footer-submenu__list__item {
		display: block;
	}
	/*
  ---------------------------------------------
  
	  common
  
  */
	.l-pagetop {
		top: -5.5rem;
		right: 0.5rem;
	}
	.l-pagetop__link {
		width: 50px;
		height: 50px;
	}
	.l-pagetop__link:hover {
		opacity: .8;
	}
	.l-pagetop__image {
		width: 14px;
	}
	.l-pagetop.is-fixed {
		bottom: 5.5rem;
	}
	#pankuzu {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
		padding: 1rem;
		white-space: nowrap;
	}
	.l-sns-list {
		display: none;
	}
	/*
  ---------------------------------------------
  
	  contents area
  
  */
	.l-contents-area {
		padding: 0;
	}
	.l-contents-area--low {
		width: 100%;
	}
	/*
  ---------------------------------------------
  
	  main area
  
  */
	.l-main-area--low {
		float: none;
		overflow: visible;
		margin: 5rem auto 7rem;
		width: 94%;
		word-break:break-all;
	}
	.l-section-inner {
		margin: 0 auto;
		width: 94%;
	}
	p.l-common-lead {
		margin: 2rem 0 3rem;
		width: 100%;
	}
	/*
  ---------------------------------------------
  
	  top
  
  */
	.l-mv {
		position: relative;
		margin: 5rem 0 2rem;
		padding: 0;
		min-width: inherit;
		min-height: inherit;
		background: none;
	}
	.l-mv-wrapper {
		width: 100%;
	}
	.l-mv-logo {
		position: absolute;
		top: -5rem;
		padding: 0;
		width: 100%;
		background: none;
		text-align: center;
	}
	.l-mv-logo img {
		/* max-width: inherit; */
		height: auto;
	}
	.l-mv-box {
		margin: 0 auto;
		width: 100%;
	}
	.l-mv-box p {
		margin: 0 auto;
	}
	.l-mv-title {
		margin: 2rem 0 0;
		padding: 5rem 51% 1rem 1rem;
		min-height: 22rem;
		width: 100%;
		background: url(/wp/wp-content/uploads/bg_mv.jpg) center top no-repeat;
		background-size: cover;
		font-size: 1.8rem;
	}
	.l-mv p {
		padding: 0 2rem;
		color: #333;
	}
	.l-mv .btn-internal.to-bottom {
		margin: 2rem auto;
		padding: 0;
	}
	.l-mv-check {
		display: none;
	}
	h2.l-mv-title {
		font-size: 2rem;
	}
	.l-mv-title span {
		display: block;
		font-size: 2.6rem;
	}
	.l-section-inner {
		padding-top: 2rem;
		background-size: 20%;
	}
	.l-parts01 {
		padding-bottom: 0;
		background: none;
	}
	.l-parts01 .l-section-inner {
		background-position: left top, right top 300px;
		background-size: 20%;
	}
	.l-parts01-column3 {
		min-width: inherit;
	}
	.l-parts01-column3::after {
		content: none;
	}
	.l-parts01-column3__box {
		position: relative;
		margin: 2rem auto 0;
		width: 96%;
	}
	.l-parts01-column3__box::after {
		position: absolute;
		top: 4rem;
		right: 50%;
		z-index: -1;
		width: 100vw;
		height: 7rem;
		background: url(img/bg_waveblue_l_top.svg) no-repeat left bottom;
		background-size: 120% auto;
		content: '';
		transform: translateX(50%);
	}
	.l-parts01-column3__box .catch-image {
		margin: 0 auto;
		width: 80%;
	}
	.l-parts01-column3__box .catch-text,
	.l-parts01-column3__box .catch-body {
		padding: 0;
	}
	.l-parts02 {
		padding: 4rem 0;
		min-width: inherit;
		background: #d0f0fc;
		/* Old browsers */
		background: url(img/bg_deco_drop.png) no-repeat right 1rem top 310px, -moz-linear-gradient(top, #d0f0fc 1%, #abe4fa 100%);
		background: url(img/bg_deco_drop.png) no-repeat right 1rem top 310px, -webkit-linear-gradient(top, #d0f0fc 1%, #abe4fa 100%);
		background: url(img/bg_deco_drop.png) no-repeat right 1rem top 310px, linear-gradient(to bottom, #d0f0fc 1%, #abe4fa 100%);
		background-size: 20%, auto;
	}
	.l-parts02::before {
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}
	.l-parts02::after {
		bottom: -2px;
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}
	.l-parts02-white {
		width: 100%;
		box-shadow: 5px 5px 0 #017bac;
	}
	.l-parts02-white-inner {
		margin: 0 auto;
		width: 94%;
	}
	.l-parts02-white__title {
		padding: 2rem 0 1rem;
		background-size: 15%, 15%, auto;
	}
	.l-parts02-white__title::after {
		top: 99%;
		height: 25px;
		background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
	}
	.l-parts02-white__title .catch-title {
		padding: 0;
		width: 90%;
		font-size: 2rem;
	}
	.l-parts02-white__column2 {
		position: relative;
		display: block;
		margin-top: 3rem;
		width: 100%;
	}
	.l-parts02-white__column2__left {
		position: absolute;
		top: 6rem;
		width: 30%;
		font-size: 1.2rem;
	}
	.l-parts02-white__column2__right {
		width: 100%;
	}
	.l-parts02-white__column2__right .clinic {
		margin: 0 0 2rem auto;
		padding: 0 0 0.5rem 3rem;
		background-position: left bottom 1rem;
		background-size: 2rem;
		font-size: 1.8rem;
	}
	.l-parts02-white__column2__right .price {
		margin: 0 0 3.5rem auto;
		width: 60%;
	}
	.l-parts02-white__column2__right .price-list {
		padding: 0.5rem;
		font-size: 1.4rem;
	}
	.l-parts02-white__column2__right .price-list .data span {
		font-size: 1.8rem;
	}
	.l-parts02-white .title-voice {
		font-size: 1.8rem;
	}
	.l-parts02-white .title-voice span {
		padding: 0 1rem;
	}
	.l-parts02-white__column3__box {
		margin: 0 0 2rem;
		width: 100%;
	}
	.l-parts02 table.infomation {
		margin: 0;
		border-top: none;
	}
	.l-parts02 table.infomation th {
		width: 100%;
	}
	.l-parts03 {
		margin-bottom: 4rem;
	}
	.l-parts03-column3__box {
		margin: 0 0 2rem;
		width: 100%;
	}
	.l-parts03-column3__title {
		padding: 1rem 0;
		text-align: left;
	}
	.l-parts03-column3__info dl {
		font-size: 1.2rem;
	}
	.l-parts03-column3__info dl dd {
		padding: 1rem 0 1rem 0;
	}
	p.l-parts03-column3__image {
		margin: 0;
	}
	ul.l-parts03-column3__tag {
		margin: 1rem 0 0;
	}
	.l-parts04 {
		padding: 2rem 0;
		min-width: inherit;
		background: #f1fafe url(img/bg_deco_drop.png) no-repeat right 1rem top 15rem;
		background-size: 20%, auto;
	}
	.l-parts04 .l-section-inner::after,
	.l-parts04 .l-section-inner::before {
		content: none;
	}
	.l-parts04-list {
		position: relative;
		margin: 3rem 0 0;
	}
	.l-parts04-list::after {
		position: absolute;
		top: 5rem;
		left: -10px;
		z-index: -1;
		width: 100vw;
		height: 10rem;
		background: url(img/bg_waveblue_l_bottom.svg) no-repeat 0 0;
		background-size: 120% auto;
		content: '';
	}
	.l-parts04-image {
		position: absolute;
		width: 10rem;
	}
	.l-parts04-image .label {
		top: 1rem;
		font-size: 1.2rem;
	}
	.l-parts04-image .image-box {
		margin: 0 0 0 1rem;
		width: 10rem;
		height: 10rem;
	}
	.l-parts04-body {
		width: 100%;
	}
	.l-parts04-body .catch {
		display: flex;
		align-items: center;
		margin: 0 0 2rem 12rem;
		min-height: 11rem;
		font-size: 2rem;
	}
	.l-parts05-column2 {
		margin: 0 0 0 1rem;
	}
	.l-parts05-box {
		margin: 0 0 3rem;
		padding: 2rem;
		width: 100%;
	}
	.l-parts05-box:nth-child(2n) {
		margin: 0 0 2rem;
	}
	.l-parts05-catch {
		font-size: 1.8rem;
	}
	.l-parts05 .btn-internal {
		margin: 1rem auto 3rem;
		min-width: inherit;
		width: 80%;
		font-size: 1.6rem;
	}
	.l-parts {
		margin: 0 auto;
		padding: 5rem 0;
	}
	.l-support-area {
		margin-bottom: 4rem;
	}
	.l-support-possibility-box {
		padding: 3rem 2rem;
		width: 100%;
	}
	.l-support-possibility-box::before {
		top: -2rem;
	}
	.l-support-possibility-box:nth-of-type(odd) {
		margin-right: 0;
		margin-bottom: 4rem;
	}
	.l-main-area .l-support-area .float-wrap .float-img.fl,
	.l-main-area .l-support-area .float-wrap .float-img.fr {
		margin: 0 auto 2rem;
		width: 100%;
	}
	.l-support-possibility-box .title {
		font-size: 1.8rem;
	}
	.l-support-conclusion .catch {
		font-size: 1.8rem;
	}
	.l-support-title h3 {
		display: block;
	}
	.l-support-title h3::after {
		right: 0;
		left: 0;
		width: 100%;
	}
	.l-support-necessary {
		width: 100%;
	}
	.l-support-necessary .float-wrap {
		margin-bottom: 1rem;
	}
	.l-support-necessary ul {
		margin: 1rem;
	}
	.l-support-necessary ul li {
		font-size: 1.4rem;
	}
	.l-comparison-area {
		margin-top: 0rem;
		padding-bottom: 1rem;
	}
	.l-comparison-area::before {
		border-width: 0 0 40px calc(100vw);
	}
	.l-comparison-area::after {
		border-width: 0 calc(100vw) 54px 0;
	}
	.l-comparison-box {
		margin-bottom: 2rem;
		padding: 3rem 1rem 1rem;
	}
	.l-comparison-box .catch {
		font-size: 1.8rem;
	}
	.l-comparison-box .table-layout table {
		margin: 0 auto 3rem;
		border-top: none;
	}
	.l-comparison-img-wrap {
		flex-flow: row wrap;
		margin: 2rem auto 0;
	}
	.l-comparison-img-wrap .img {
		padding: 0;
		width: 100%;
		text-align: center;
		position: static;
	}
	.l-comparison-img-wrap h3 {
		order: -1;
	}
	.l-comparison-table table th {
		width: 50%;
	}
	.l-knowledge-area {
		padding-top: 10rem;
	}
	.l-knowledge-area::before {
		border-width: 70px calc(76vw) 0 0;
	}
	.l-knowledge-area::after {
		bottom: 3px;
		border-width: 30px calc(100vw) 0 0;
	}
	.l-reform-area {
		padding-top: 8rem;
	}
	.l-reform-area::before {
		top: -30px;
		border-width: 83px calc(100vw) 0 0;
	}
	.l-reform-area::after {
		top: -30px;
		border-width: 0 58vw 66px 0;
	}
	.l-popularity-area.u-padding-bottom {
    padding: 5rem 0 7rem;
    margin: 0rem auto 0;
	}
	.l-popularity-area::before {
		bottom: calc(100% - 1px);
		border-width: 60px 0 0 calc(100vw);
	}
	.l-popularity-area::after {
		top: -85px;
		width: 100%;
	}
	.l-popularity-notice {
		font-size: 1.4rem;
		text-align: right;
	}
	.l-popularity-table {
		overflow-y: scroll;
	}
	.l-popularity-table table th.l-popularity-table-sticky-row {
		position: sticky;
		position: -webkit-sticky;
		left: 0;
		z-index: 8;
		padding: 0 0 0 4rem;
		width: 40vw;
		height: auto;
		line-height: 1.3;
	}
	.l-popularity-table table tr {
		height: 10rem;
	}
	.l-popularity-table table th.l-popularity-table-sticky-row::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		z-index: 5;
		width: 1px;
		height: 100%;
		background: #666;
		content: '';
	}
	.l-popularity-table table th {
		font-size: 1.5rem;
	}
	.l-popularity-table table th span {
		font-size: 1.3rem;
	}
	.l-popularity-table table th.l-popularity-table-sticky-row::before {
		left: .5rem;
		width: 30px;
		height: 30px;
	}
	.l-medical-area {
		padding-top: 8rem;
	}
	.l-medical-area::before {
		border-width: 0 calc(100vw) 46px 0;
	}
	.l-medical-area::after {
		bottom: -26px;
		border-width: 53px calc(100vw) 0 0;
	}
	.l-medicom-area {}
	.l-medicom-area::before {
		border-width: 0 100vw 95px 0;
	}
	.l-medicom-area::after {}
}