@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
	reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS P Gothic", Helvetica Neue, Helvetica, Osaka, Meiryo, Arial, sans-serif;
	font-size: 16px;
}
html {
	color: #333;
	background: #fff;
	font-size: 18px;
	line-height: 1.6;
	word-break: break-all;
}
body {
	background: #fff;
	margin: 0;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
	margin: 0;
	vertical-align: top;
	max-width: 100%;
}
p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	word-wrap: break-word;
}
a {
	color: #000;
	text-decoration: none;
}
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	resize: vertical;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::-ms-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
::placeholder {
	color: #ccc;
}
button {
	border: none;
	cursor: pointer;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
main {
	display: block;
}
.outer-block {
	min-width: 960px;
}
.inner-block {
	position: relative;
	width: 960px;
	padding: 0 20px;
}
#wrapper {
	position: relative;
}
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}
.txt-ss {
	font-size: 10px;
	vertical-align: super;
}
.c-svg {
	display: inline-block;
	fill: currentColor;
	vertical-align: top;
}
.ib {
	display: inline-block;
}


/* --------------------------------
* common
----------------------------------- */
sup {
	font-size: 10px;
}

.intxt-link {
	text-decoration: underline;
}

.m-note {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
	margin-top: 10px;
}

.m-note-list {
	margin-top: 10px;
}
.m-notes {
	display: table;
	font-size: 16px;
}
.m-notes .__item {
	display: table-cell;
	white-space: nowrap
}
.m-notes._space_ .__item {
	padding-right: 10px;
}

.m-list-circle {
	margin-top: 30px;
}
td .m-list-circle {
	margin-top: 0;
}
.m-list-circle li {
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
}
.m-list-circle li::after {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* --------------------------------
Helper
----------------------------------- */
.u-mb-0 {
	margin-bottom: 0 !important;
}
.u-mt-xxxs {
	margin-top: 8px !important;
}
.u-mt-xxs {
	margin-top: 16px !important;
}
.u-mb-xxxs {
	margin-bottom: 8px !important;
}
.u-mb-xxs {
	margin-bottom: 16px !important;
}


/* --------------------------------
c-header
----------------------------------- */
.c-header {
	border-bottom: solid 1px #000;
	position: relative;
}
.c-header .logo {
	display: inline-block;
	padding: 20px 30px;
}
.c-header .logo a:hover {
	opacity: 0.7;
}
.c-header .top-link {
	position: absolute;
	top: 12px;
	right: 30px;
	display: block;
}
.c-header .top-link a {
	border: 1px solid #005eb8;
	border-radius: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #005eb8;
	text-align: center;
	padding: 10px;
	display: block;
	width: 200px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.c-footer .txt-area {
	border-top: 1px solid #ccc;
	padding: 40px 0;
}
.c-footer .txt-area p {
	font-size: 12px;
}
.c-footer .txt-area p .txt-s {
	font-size: 10px;
	vertical-align: super;
}
.c-footer .copyright-area {
	background: #005eb8;
	padding: 30px 0;
}
.c-footer .copyright-area .logo {
	text-align: center;
	margin-bottom: 10px;
}
.c-footer .copyright-area .small {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
#pagetop a {
	background: #005eb8;
	border: 1px solid #005eb8;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 15px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#pagetop a:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.c-ttl {
	text-align: center;
	padding-top: 50px;
}
.c-ttl span {
	display: block;
}
.c-ttl .jp {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}
.c-ttl .en {
	color: #666;
	font-size: 14px;
	font-weight: 700;
}
.c-ttl02 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.c-ttl02 .sub-ttl {
	display: block;
	font-size: 18px;
}
.c-ttl02 sup {
	font-size: 10px;
}
.c-btn01 {
	color: #fff;
	background: #7fb8e4;
	border: 1px solid #7fb8e4;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 13px;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	max-width: 400px;
}
.c-btn01:before {
	content: "";
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.c-kv.kv-block .kv-txt-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-kv.kv-block .kv-txt-area .kv-ttl {
	line-height: 1;
}
.c-kv.kv-block .kv-txt-area span {
	display: block;
	font-weight: bold;
}
.c-kv.kv-block .kv-txt-area .jp {
	font-size: 42px;
	margin-bottom: 20px;
}
.c-kv.kv-block .kv-txt-area .en {
	font-size: 36px;
}
.c-kv.kv-block .kv-txt-area .logo {
	margin-top: 25px;
}
/* -----------------------------------------------
.HEM-9601T
-------------------------------------------------- */
.HEM-9601T .c-kv.kv-block .kv-txt-area .img-area {
	max-width: 50%;
}
.HEM-9601T .c-kv.kv-block .kv-txt-area .img-area img {
	margin-left: -5%;
}

.c-nav.nav-block {
	border-bottom: 5px solid #005eb8;
	background: #fff;
	z-index: 999;
}
.c-nav.nav-block .inner-block {
	padding: 0;
}
.c-nav.nav-block .nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-nav.nav-block .nav-list li {
	text-align: center;
	 width: 25%;
}
.c-nav.nav-block .nav-list li a {
	color: #005eb8;
	display: block;
	padding: 20px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-weight: bold;
	white-space: nowrap;
}
.c-nav.nav-block .nav-list li .current {
	color: #fff;
	background: #005eb8;
	padding: 20px;
	width: 100%;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
.c-nav.nav-block .nav-list li.coming-soon {
	background: #979b9d;
}
.c-nav.nav-block .nav-list li.coming-soon a {
	color: #cbcdce;
	pointer-events: none;
}

.contact-block {
	background: #f5f5f5;
}
.contact-block .inner-block {
	padding: 60px 20px;
}
.contact-block .ttl {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.contact-block .txt {
	text-align: center;
	margin-top: 20px;
}
.contact-block .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	margin-top: 30px;
}
.contact-block .btn-wrap .c-btn01 {
	background: #fff;
	border-color: #06a3e0;
	color: #06a3e0;
	max-width: 410px;
	width: calc(50% - 10px);
}
.contact-block .btn-wrap .c-btn01:before {
	border-color: #06a3e0;
}


/* -----------------------------------------------
.faq-block
-------------------------------------------------- */
.faq-block {
	background: #f5f5f5;
}
.home .faq-block,
.evidence .faq-block {
	background: #ffffff;
}
.faq-block .contact {
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	margin-top: 20px;
	font-weight: 300;
}
.faq-block .contact a {
	color: #005EB8;
	text-decoration: underline;
}
.faq-block .contact a br {
	display: none;
}
.faq-block .inner-block {
	padding: 60px 20px !important;
}
.faq-block .txt {
	text-align: center;
}
.faq-block .btn-wrap {
	margin-top: 30px;
}
.faq-block .btn-wrap .c-btn01 {
	margin: 0 auto;
}
.c-table01 {
	margin-top: 20px;
}
.c-table01 table {
	width: 100%;
}
.c-table01 th {
	background: #f5f5f5;
	border: solid 1px #ccc;
	color: #333;
	padding: 20px;
	min-width: 45px;
}
.c-table01 th.th02 {
	background: #06a3e0;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.c-table01 td {
	border: solid 1px #ccc;
	padding: 20px;
}
.c-table01 td .small {
	font-size: 12px;
}
.c-table01 .none {
	background: #fff;
	border: none;
}
.c-table01 .center {
	text-align: center;
}
.c-table01.col4 th.th02 {
	width: 235px;
}
.c-table01 + p {
	margin-top: 15px;
}
.c-list {
	font-size: 16px;
}
.c-list li {
	position: relative;
	padding-left: 12px;
}
.c-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: url(../img/dot-bl.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 0.6em;
}
.c-list li + li {
	margin-top: 5px;
}
.c-list.list-block li::after {
	background: url(../img/dot-black.svg) no-repeat;
}
.c-bg-gray {
	background-color: #f5f5f5;
}
.cap-list {
	margin: 15px 0;
}
.cap-list li {
	font-size: 16px;
}
.cap-list li + li {
	margin-top: 5px;
}
.cap-list li.txt-red {
	color: #e05c5c;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */

/* -----------------------------------------------
* Module
* 共通
-------------------------------------------------- */
.pattern-block {
	padding: 60px 0;
}
.pattern-block h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.pattern-block p {
	text-align: center;
	margin-bottom: 30px;
}
.pattern-block .img {
	margin: 30px 0;
	text-align: center;
}
.pattern-block .img img {
	width: 100%;
	max-width: 400px;
}

.spec-area table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 22px;
	width: 100%;
}
.spec-area table + .small {
	font-size: 16px;
	margin-top: 10px;
}
.spec-area tr + tr {
	border-top: 1px solid #ccc;
}
.spec-area th {
	width: 180px;
	text-align: left;
	font-weight: bold;
	padding: 24px 20px 24px 10px;
	white-space: nowrap;
}
.spec-area td {
	padding: 24px 10px 24px 0;
	width: calc(100% - 180px);
}
.spec-area td sup {
	font-size: 12px;
}
.spec-area .m-note-list {
	margin-top: 20px;
}



/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .txt-bold {
	font-weight: bold;
}
.home .lead-block .inner-block,
.home .separately-block .inner-block {
	padding: 50px 20px;
}
.home .lead-block .item-area,
.home .separately-block .item-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.home .lead-block .item-area .img-box img,
.home .separately-block .item-area .img-box img {
	display: block;
	margin: auto;
}
.home .lead-block .item-area .txt-box .attention {
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.5em;
}
.home .lead-block .item-area .txt-box .attention::before {
	content: "*";
}
.home .lead-block .item-area .txt-box .txt-link,
.home .separately-block .item-area .txt-box .txt-link {
	font-size: 16px;
	text-decoration: underline;
	color: #005eb8;
	position: relative;
	padding-left: 15px;
	display: inline-block;
	margin-top: 15px;
}
.home .lead-block .item-area .txt-box .txt-link::after,
.home .separately-block .item-area .txt-box .txt-link::after {
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	width: 7px;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}
.home .lead-block .item-area .ttl,
.home .separately-block .item-area .ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.home .lead-block .item-area .ttl sup {
	font-size: 14px;
}
.home .lead-block .btn-wrap {
	max-width: 400px;
	margin: 40px auto 0;
	width: 100%;
}
.home .lead-block .btn-wrap .small {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 9px;
}
.home .lead-block .spec-area .c-ttl {
	margin-top: 55px;
}

.home .lead-block .pdf-area {
	background: #f5f5f5;
	max-width: 680px;
	padding: 40px 15px 40px 40px;
	width: 100%;
	margin: 25px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.home .lead-block .pdf-area .pdf {
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 40px;
	padding-left: 30px;
	position: relative;
}
.home .lead-block .pdf-area .pdf:before {
	background: url(../img/pdf-icon.svg) no-repeat center center;
	background-size: contain;
	content: "";
	height: 19px;
	width: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.home .lead-block .pdf-area .pdf a {
	text-decoration: underline;
}
.home .lead-block .pdf-area .txt-area {
	border-left: 1px solid #ccc;
	padding-left: 40px;
	width: 420px;
}
.home .lead-block .pdf-area .txt-area .txt {
	font-size: 16px;
}

.home .data-block {
	background: #f5f5f5;
}
.home .data-block .inner-block {
	padding: 74px 0 80px;
}
.home .c-ttl {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 32px;
}


/* -----------------------------------------------
* tablet Module
* tabletページ用
-------------------------------------------------- */
.tablet .lead-block .sub-ttl {
	font-size: 28px;
	font-weight: bold;
	margin: 55px 0 20px;
	line-height: 1.5;
}
.tablet .lead-block .item-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}
.tablet .lead-block .item-area .img-box img {
	display: block;
	margin: auto;
}
.tablet .lead-block .item-area .txt-box h4 {
	font-size: 20px;
	font-weight: bold;
}
.tablet .lead-block .item-area .txt-box .m-notes {
	font-size: 18px;
	margin-top: 5px;
}


/* -----------------------------------------------
* evidence Module
* evidenceページ用
-------------------------------------------------- */
.evidence .precision-block {
	padding: 55px 0 60px;
}
.evidence .precision-block .ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
.evidence .precision-block .sub-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.evidence .precision-block .txt {
	margin-bottom: 40px;
}

.evidence .precision-block .wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 20px 0;
}
.evidence .precision-block .wrap .box {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
}
.evidence .precision-block .wrap .box div {
	line-height: 1;
}
.evidence .precision-block .wrap .box p {
	margin-top: 12px;
	text-align: center;
}


/* -----------------------------------------------
* feature Module
* featureページ用
-------------------------------------------------- */
.feature .copy-block .sub-ttl {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
.feature .copy-block .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
}
.feature .copy-block .wrap h3 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.feature .copy-block .wrap .img-box.wi-100 img {
	width: 100%;
}
.feature .copy-block .wrap .txt-box .txt-link {
	text-decoration: underline;
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #005eb8;
	position: relative;
	padding-left: 15px;
}
.feature .copy-block .wrap .txt-box .txt-link::after {
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	width: 7px;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}
.feature .copy-block .wrap .txt-box .img {
	text-align: center;
	margin-top: 20px;
}
.feature .copy-block .info {
	margin-top: 40px;
	padding: 15px;
	background-color: #f5f5f5;
	font-size: 16px;
}

.feature .understand-block {
	padding: 60px 0;
}
.feature .understand-block h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}
.feature .understand-block .img-box {
	margin: 20px 0 40px;
}
.feature .understand-block .img-box:last-child {
	margin: 20px 0 0;
}

.HEM-9601T .feature .faq-block {
	background: #f5f5f5;
}


/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.faq .faq-area {
	margin-top: 50px;
}
.faq .main-block {
	margin-bottom: 60px;
}
.faq .faq-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
.faq .faq-link li {
	width: calc(33.33333% - 10px);
}
.faq .faq-link a {
	border: solid 1px #06a3e0;
	border-radius: 15px;
	color: #06a3e0;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	padding: 16px 25px 16px 20px;
	position: relative;
	height: 100%;
}
.faq .faq-link a::before {
	content: "";
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-color: #06a3e0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(135deg);
			transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.faq .faq-block {
	background: #fff;
}
.faq .faq-block .category-ttl {
	background: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
.faq .faq-block .category-note {
	font-size: 14px;
	color: #e05c5c;
}
.faq .faq-block .faq-list li {
	margin: 10px 0;
}
.faq .faq-block .q-box {
	background: #f5f5f5;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	padding: 30px 70px 30px 20px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.faq .faq-block .q-box::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background-color: #005eb8;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}
.faq .faq-block .q-box::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	background-color: #005eb8;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.faq .faq-block .q-box .q-txt {
	font-size: 16px;
	position: relative;
	padding-left: 60px;
	line-height: 1.8;
}
.faq .faq-block .q-box .q-txt::after {
	background: #fff;
	background-size: 100% 100%;
	border-radius: 50%;
	content: "Q";
	color: #005eb8;
	display: block;
	height: 40px;
	padding: 8px;
	text-align: center;
	position: absolute;
	width: 40px;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}
.faq .faq-block .q-box.close::after {
	display: none;
}
.faq .faq-block .a-box {
	display: none;
	padding: 30px 30px 30px 20px;
}
.faq .faq-block .a-box .a-txt {
	font-size: 16px;
	position: relative;
	padding-left: 60px;
}
.faq .faq-block .a-box .a-txt::after {
	background: #06a3e0;
	background-size: 100% 100%;
	border-radius: 50%;
	content: "A";
	color: #fff;
	display: block;
	height: 40px;
	padding: 8px;
	text-align: center;
	position: absolute;
	width: 40px;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
}
.faq .faq-block .a-box a {
	color: #005eb8;
	text-decoration: underline;
}
.faq .faq-block .a-box a.link-arrow {
	position: relative;
	padding-left: 15px;
}
.faq .faq-block .a-box a.link-arrow::before {
	content: "";
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 0;
	margin: auto;
}
.faq .faq-block .a-box .img-box {
	margin-top: 20px;
	text-align: center;
}
.faq .faq-block .a-box .c-table01 img {
	max-width: 200px;
	width: 100%;
}



/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* usage
-------------------------------------------------- */
.usageflow-block {
	padding-bottom: 60px;
}
.usageflow-block .flow {
	margin-top: 60px;
}
.usageflow-block .flow:nth-child(3) {
	margin-top: 75px;
}
.usageflow-block .flow._active_ {
	display: block;
}
.usageflow-block .flow._show_ {
	opacity: 1;
}
.usageflow-block .flow-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 3px rgba(127, 127, 127, .3);
	margin-bottom: 20px;
	margin-top: 34px;
}
.usageflow-block .flow-tab li {
	margin-right: 64px;
	display: block;
	line-height: 1;
	padding-bottom: 20px;
	font-size: 20px;
	letter-spacing: 0.02em;
	position: relative;
	cursor: pointer;
}
.usageflow-block .flow-tab li:last-child {
	margin-right: 0;
}
.usageflow-block .flow-tab li::after {
	content: " ";
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -3px;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	background: #005EB8;
}
.usageflow-block .flow-tab li:hover::after {
	width: 100%;
}
.usageflow-block .flow-tab li._active_ {
	font-weight: 700;
}
.usageflow-block .flow-tab li._active_::after {
	width: 100%;
}
.usageflow-block .flow img {
	max-width: 100%;
	height: auto;
}
.usageflow-block .flow-title {
	border-bottom: solid 1px #005EB8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	margin-bottom: 17px;
}
.usageflow-block .flow-title h3 {
	height: 44px;
	color: #ffffff;
	background: #005EB8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 600;
}
.usageflow-block .flow-title::after {
	content: " ";
	border: solid 44px transparent;
	border-left: solid 44px #005EB8;
	border-bottom: none;
}
.usageflow-block .flow .m-note {
	margin-bottom: 35px;
}

.usageflow-block .flow p a {
	color: #005EB8;
	text-decoration: underline;
}
.usageflow-block .attention {
	color: #005EB8;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 45px;
	-webkit-font-feature-settings: "palt" 1;
					font-feature-settings: "palt" 1;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0 !important;
}


/* -----------------------------------------------
* max-width: 750px
-------------------------------------------------- */
@media only screen and (max-width: 750px) {
/* --------------------------------
* common
----------------------------------- */
	.m-note-list {
		margin-top: 5px;
	}
	.m-note,
	.m-notes {
		font-size: 12px;
	}


/* -----------------------------------------------
* Module 共通
-------------------------------------------------- */
	.pattern-block {
		padding: 40px 0;
	}
	.pattern-block h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.pattern-block p {
		margin-bottom: 20px;
	}
	.spec-area th {
		display: block;
		padding: 15px 0 0;
		width: 100%;
		margin-bottom: 5px;
	}
	.spec-area td {
		display: block;
		padding: 0 0 15px;
		width: 100%;
	}
	.spec-area td sup {
		font-size: 10px;
	}
	.spec-area .m-note-list {
		margin-top: 15px;
	}
/* ----------------------------------------------- */


	.HEM-9601T .c-kv.kv-block .kv-txt-area .img-area {
		max-width: 70%;
	}
	.HEM-9601T .c-kv.kv-block .kv-txt-area .img-area img {
		margin-right: -5%;
	}
	.faq-block .contact {
		font-size: 14px;
	}
	.faq-block .contact a br {
		display: block;
	}
	.faq-block .inner-block {
		padding: 40px 10px !important;
	}

	.evidence .precision-block {
		padding: 35px 0 40px;
	}
	.evidence .precision-block .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.evidence .precision-block .sub-ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.evidence .precision-block .txt {
		margin-bottom: 20px;
	}

	.evidence .precision-block .wrap {
		display: block;
	}
	.evidence .precision-block .wrap .box {
		display: block;
	}
	.evidence .precision-block .wrap .box div {
		margin-top: 10px;
	}
	.evidence .precision-block .wrap .box:nth-child(1) {
		margin-bottom: 20px;
	}
	.evidence .precision-block .wrap .box p {
		margin-top: 8px;
	}

	.feature .understand-block {
		padding: 40px 0;
	}
	.feature .understand-block h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.feature .understand-block .img-box {
		margin: 15px 0 30px;
	}
	.feature .understand-block .img-box:last-child {
		margin: 15px 0 0;
	}

	body {
		font-size: 14px;
		position: relative;
		-webkit-appearance: none;
		-webkit-text-size-adjust: 100%;
	}
	.outer-block {
		min-width: 320px;
	}
	.inner-block {
		padding: 0 10px;
		width: auto;
	}
	#wrapper {
		min-width: 320px;
		position: relative;
		overflow: hidden;
	}
	input[type=submit] {
		-webkit-text-size-adjust: 100%;
	}
	input,
	select,
	textarea {
		font-size: 16px !important;
	}
	.pc {
		display: none !important;
	}
	.c-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-header .logo {
		padding: 15px 10px;
	}
	.c-header .logo img {
		width: 95px;
	}
	.c-header .top-link {
		position: static;
		padding: 0 10px;
	}
	.c-header .top-link a {
		width: 130px;
		padding: 8px;
	}
	.c-header .top-link a .pc-txt {
		display: none;
	}
	.c-footer .txt-area p {
		font-size: 11px;
	}
	.c-footer .copyright-area .small {
		font-size: 11px;
	}
	.c-footer .copyright-area {
		padding: 25px 0;
	}
	#pagetop {
		right: 10px;
		bottom: 10px;
	}
	.c-ttl {
		text-align: center;
		padding-top: 0;
		margin-top: 40px;
	}
	.c-ttl .jp {
		font-size: 25px;
	}
	.c-ttl .en {
		font-size: 12px;
	}
	.c-ttl02 {
		font-size: 20px;
		text-align: left;
	}
	.c-btn01 {
		margin: 0 auto;
	}
	.c-kv.kv-block .inner-block {
		padding: 40px 10px;
	}
	.c-kv.kv-block .kv-txt-area .logo {
		height: 18px;
		margin-top: 10px;
	}
	.c-kv.kv-block .kv-txt-area .logo img {
		height: 100%;
	}
	.c-kv.kv-block .kv-txt-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.c-kv.kv-block .kv-txt-area .kv-ttl {
		text-align: center;
		width: 100%;
	}
	.c-kv.kv-block .kv-txt-area .img-area {
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	.c-kv.kv-block .kv-txt-area .jp {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.c-kv.kv-block .kv-txt-area .en {
		font-size: 22px;
	}
	.c-nav.nav-block .nav-list li a {
		font-size: 13px;
		padding: 20px 6px;
	}
/*
	.c-nav.nav-block .nav-list li:nth-of-type(5) a {
		font-size: 13px;
		padding: 10px 6px;
	}
*/
	.c-nav.nav-block .nav-list li .current {
		font-size: 13px;
		padding: 20px 6px;
	}
	.c-nav.nav-block .nav-list li:nth-of-type(5) .current {
		font-size: 13px;
		padding: 10px 6px;
	}
	.c-nav.nav-block {
		border-width: 4px;
	}
	.contact-block .inner-block {
		padding: 40px 10px;
	}
	.contact-block .ttl {
		font-size: 25px;
		line-height: 1.2;
	}
	.contact-block .btn-wrap .c-btn01 {
		width: 100%;
	}


	.c-table01 table {
		font-size: 12px;
	}
	.c-table01 th {
		padding: 10px;
	}
	.c-table01 th.th02 {
		padding: 5px;
	}
	.c-table01 td {
		padding: 10px;
	}
	.c-table01 td .small {
		font-size: 10px;
	}
	.c-table01 + p {
		margin-top: 10px;
	}
	.c-list {
		font-size: 14px;
	}


	.home .lead-block .inner-block,
	.home .separately-block .inner-block {
		padding: 40px 10px;
	}
	.home .lead-block .item-area,
	.home .separately-block .item-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home .lead-block .item-area .ttl,
	.home .separately-block .item-area .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home .lead-block .item-area .ttl sup {
		font-size: 10px;
	}
	.home .lead-block .btn-wrap .small {
		font-size: 12px;
		margin-top: 6px;
	}
	.home .lead-block .btn-wrap {
		margin-top: 20px;
	}
	.home .lead-block .spec-area .c-ttl {
		margin-top: 40px;
	}
	.home .lead-block .pdf-area .pdf:before {
		right: 0;
		bottom: inherit;
		top: 2px;
		left: -110px;
	}
	.home .lead-block .pdf-area .pdf a {
		padding-left: 10px;
	}
	.home .lead-block .pdf-area .pdf {
		padding: 0 0 30px;
		width: 100%;
	}
	.home .lead-block .pdf-area .txt-area {
		border-left: 0;
		border-top: 1px solid #ccc;
		padding-left: 0;
		padding-top: 30px;
		width: 100%;
	}
	.home .lead-block .pdf-area .txt-area .img {
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.home .lead-block .pdf-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 15px;
	}
	.home .data-block .inner-block {
		padding: 40px 10px;
	}
	.home .c-ttl {
		margin-bottom: 22px;
	}

	.HEM-9601T .home .lead-block .item-area .ttl,
	.HEM-9601T .home .separately-block .item-area .ttl {
		margin-top: 20px;
	}

	.tablet .lead-block .sub-ttl {
		font-size: 20px;
		margin: 35px 0 10px;
	}
	.tablet .lead-block .item-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tablet .lead-block .item-area .txt-box {
		margin-top: 20px;
	}
	.tablet .lead-block .item-area .txt-box h4 {
		font-size: 16px;
	}
	.tablet .lead-block .item-area .txt-box .m-notes {
		font-size: 14px;
	}

	.feature .c-ttl {
		margin-top: 0;
	}
	.feature .copy-block .inner-block {
		padding: 40px 10px;
	}
	.feature .copy-block .sub-ttl {
		font-size: 20px;
		text-align: left;
		margin-bottom: 20px;
	}
	.feature .copy-block .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 35px;
	}
	.feature .copy-block .wrap h3 {
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	.feature .copy-block .wrap .img-box {
		text-align: center;
	}
	.feature .copy-block .wrap .img-box img {
		max-width: 300px;
	}
	.feature .copy-block .wrap .txt-box {
		margin-top: 20px;
	}
	.feature .copy-block .wrap .txt-box .txt-link {
		margin-top: 10px;
		font-size: 14px;
	}
	.feature .copy-block .wrap .txt-box .img img {
		width: 100%;
	}
	.feature .copy-block .info {
		margin-top: 20px;
		font-size: 14px;
	}


	.faq .main-block {
		margin-bottom: 40px;
	}
	.faq .faq-link {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.faq .faq-link li {
		width: calc(50% - 5px);
	}
	.faq .faq-link li:nth-child(n+3) {
		margin-top: 10px;
	}
	.faq .faq-link li:nth-child(2n) {
		margin-left: 10px;
	}
	.faq .faq-link a {
		font-size: 14px;
		line-height: 1.3;
		padding: 11px 30px 11px 30px;
	}
	.faq .faq-block {
		margin-top: -40px;
		padding-top: 40px;
	}
	.faq .faq-block .category-ttl {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.faq .faq-block .category-note {
		font-size: 12px;
	}
	.faq .faq-block .q-box {
		padding: 15px 45px 15px 15px;
	}
	.faq .faq-block .q-box::before {
		right: 15px;
	}
	.faq .faq-block .q-box::after {
		right: 15px;
	}
	.faq .faq-block .q-box .q-txt {
		font-size: 14px;
		padding-left: 40px;
	}
	.faq .faq-block .q-box .q-txt::after {
		font-size: 12px;
		height: 30px;
		padding: 5px;
		width: 30px;
	}
	.faq .faq-block .a-box {
		padding: 15px 15px 15px 15px;
	}
	.faq .faq-block .a-box .a-txt {
		font-size: 14px;
		padding-left: 40px;
	}
	.faq .faq-block .a-box .a-txt::after {
		font-size: 12px;
		height: 30px;
		padding: 5px;
		width: 30px;
	}
	.faq .faq-block .a-box a.link-arrow {
		padding-left: 12px;
	}
	.faq .faq-block .a-box a.link-arrow::before {
		width: 6px;
		height: 6px;
	}
	.faq .faq-block .a-box .img-box {
		margin-top: 10px;
	}

	.usageflow-block .flow-tab li {
		font-size: 16px;
		margin-right: 20px;
		line-height: 1.5;
	}
	.usageflow-block {
		padding-bottom: 35px;
	}
	.usageflow-block .flow {
		margin-top: 40px;
	}
	.usageflow-block .flow:nth-child(3) {
		margin-top: 50px;
	}
	.usageflow-block .flow-title {
		margin-bottom: 25px;
	}
	.usageflow-block .flow .m-note {
		margin-bottom: 25px;
	}
	.usageflow-block .flow-title h3 {
		height: 36px;
		padding: 0 0 0 12px;
		font-size: 16px;
	}
	.usageflow-block .flow-title::after {
		border: solid 36px transparent;
		border-left: solid 36px #005EB8;
		border-bottom: none;
		border-right: none;
	}
	.usageflow-block .attention {
		font-size: 14px;
		margin-top: 15px;
	}

	.c-nav.nav-block .nav-list {
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
	}
	.c-nav.nav-block .nav-list li {
		width: 33%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
	}
}


/* -----------------------------------------------
* max-width: 751px
-------------------------------------------------- */
@media only screen and (max-width: 751px) {
	.home .lead-block .item-area .txt-box .attention {
		font-size: 12px;
	}
	.cap-list li {
		font-size: 12px;
	}
}


/* -----------------------------------------------
* min-width: 751px
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
	.intxt-link:hover {
		text-decoration: none;
	}
	.inner-block {
		margin: 0 auto;
	}
	.sp {
		display: none !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a,
	a::before,
	a::after,
	button {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.c-header .top-link a:hover {
		background: #005eb8;
		color: #fff;
	}
	.c-header .top-link a .pc-txt {
		margin-left: 0.5em;
	}
	#pagetop a:hover {
		background: #fff;
	}
	#pagetop a:hover:before {
		border-color: #005eb8;
		top: -5px;
	}
	.c-ttl02 {
		margin-top: 50px;
	}
	.c-btn01:hover {
		background: #fff;
		color: #005eb8;
		border-color: #005eb8;
	}
	.c-btn01:hover:before {
		border-color: #005eb8;
	}
	.c-kv.kv-block {
		height: 400px;
	}
	.c-kv.kv-block .kv-txt-area {
		height: 400px;
	}
	.c-nav.nav-block .nav-list li a:hover {
		background: #005eb8;
		color: #fff;
	}

	.contact-block .banner-link .img:hover {
		opacity: 0.7;
	}
	.contact-block .btn-wrap .c-btn01:hover {
		background: #06a3e0;
		color: #fff;
	}
	.contact-block .btn-wrap .c-btn01:hover:before {
		border-color: #fff;
	}

	.c-table01 th.th02 {
		width: 310px;
	}
	.c-table01 th.th-w110 {
		width: 110px;
	}

	.home .lead-block .item-area .img-box,
	.home .separately-block .item-area .img-box {
		width: 400px;
		margin-right: 30px;
	}
	.home .lead-block .item-area .txt-box,
	.home .separately-block .item-area .txt-box {
		width: calc(100% - 430px);
	}
	.home .lead-block .item-area .txt-box .txt-link:hover,
	.home .separately-block .item-area .txt-box .txt-link:hover {
		text-decoration: none;
	}
	.home .lead-block .item-area .ttl,
	.home .separately-block .item-area .ttl {
		line-height: 1.5;
	}
	.home .lead-block .pdf-area .pdf a:hover {
		text-decoration: none;
	}
	.home .lead-block .pdf-area .txt-area .img {
		display: inline-block;
		margin-bottom: 10px;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.home .lead-block .pdf-area .txt-area .img:hover {
		opacity: 0.7;
	}

	.tablet .lead-block .item-area .img-box {
		width: 400px;
		margin-right: 30px;
	}
	.tablet .lead-block .item-area .txt-box {
		width: calc(100% - 430px);
	}


	.feature .copy-block .inner-block {
		padding: 0 20px 60px;
	}
	.feature .copy-block .wrap .img-box {
		width: 300px;
		margin-right: 30px;
	}
	.feature .copy-block .wrap .txt-box {
		width: calc(100% - 330px);
	}
	.feature .copy-block .wrap .txt-box .txt-link:hover {
		text-decoration: none;
	}
	.feature .copy-block .wrap .txt-box .img img {
		width: 490px;
	}

	.faq .main-block .inner-block {
		width: 1000px;
	}
	.faq .faq-block .a-box a:hover {
		text-decoration: none;
	}

	.faq .faq-block .a-box .a-txt .m-note {
		font-size: 14px;
	}
}



/* --------------------------------
Corporate table
----------------------------------- */
.m-table01 {
	width: 100%
}
.m-table01 th {
	font-weight: 400
}
.m-table01 ._al-l_ {
	text-align: left
}
.m-table01 ._al-r_ {
	text-align: right
}
.m-table01 ._al-c_ {
	text-align: center
}
.m-table01 ._nowrap_ {
	white-space: nowrap
}
.m-table01__caption {
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 16px;
	text-align: center;
	width: 100%
}
.m-table01 ._map-btn_ {
	text-align: center
}

.m-table02 {
	width: 100%
}
.m-table02 td,.m-table02 th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 32px;
	text-align: left;
	vertical-align: middle
}
.m-table02 th {
	font-weight: 400
}
.m-table02 ._al-l_ {
	text-align: left
}
.m-table02 ._al-r_ {
	text-align: right
}
.m-table02 ._al-c_ {
	text-align: center
}
.m-table02 ._va-t_ {
	vertical-align: top
}
.m-table02 ._va-m_ {
	vertical-align: middle
}
.m-table02 ._va-b_ {
		vertical-align: bottom
}
.m-table02 ._nowrap_ {
		white-space: nowrap
}
.m-table02._fz-s_ td,.m-table02._fz-s_ th {
	font-size: 1.4rem
}

.m-table02__caption {
	font-size: 1.8rem;
	font-weight: 500;
	padding-bottom: 16px;
	text-align: center;
	width: 100%
}

.m-table03 {
	width: 100%
}
.m-table03 th {
	font-weight: 400;
	position: relative
}
.m-table03 th .__important {
	background: #ff7474;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.m-table03 tr._error_ td,.m-table03 tr._error_ th {
	background: #ffeaea
}

@media only screen and (max-width: 750px) {
	.m-table01 {
		display: block
	}
	.m-table01 tbody,.m-table01 td,.m-table01 th,.m-table01 thead,.m-table01 tr {
		display: block;
		text-align: left
	}
	.m-table01 tr {
		border-top: 1px solid #ccc;
		padding: 24px 0
	}
	.m-table01 tr:last-child {
		border-bottom: 1px solid #ccc;
	}
	.m-table01 td {
		margin-top: 4px
	}
	.m-table01 th {
		font-weight: 500
	}
	.m-table01__caption {
		display: block;
		font-size: 1.6rem
	}

	.m-table02 td,.m-table02 th {
		padding: 16px
	}
	.m-table02 th {
		font-weight: 500
	}
	.m-table02._fz-s_ td,.m-table02._fz-s_ th {
		font-size: 1rem;
		padding: 8px
	}
	.m-table02._sm-p-xxxs_ td,.m-table02._sm-p-xxxs_ th {
		padding: 8px
	}
	.m-table02._sm-fz-11_ td,.m-table02._sm-fz-11_ th {
		font-size: 1.1rem
	}

	.m-table02-scroll__table {
		overflow-x: auto;
		width: 100%
	}
	.m-table02-scroll__notes {
		font-size: 1.2rem;
		margin-top: 8px
	}
	.m-table02-scroll .m-table02 {
		min-width: 100%;
		width: auto
	}
	.m-table02-scroll .m-table02 td,.m-table02-scroll .m-table02 th {
		white-space: nowrap
	}

	.m-table02__caption {
		font-size: 1.6rem
	}

	.m-table03 {
		display: block
	}
	.m-table03 tbody,.m-table03 td,.m-table03 th,.m-table03 thead,.m-table03 tr {
		display: block;
		text-align: left
	}
	.m-table03 tr {
		border-top: 1px solid #ccc;
	}
	.m-table03 th,.m-table03 tr:last-child {
		border-bottom: 1px solid #ccc;
	}
	.m-table03 th {
		background: #f6f6f6;
		padding: 16px 10px
	}
	.m-table03 td {
		padding: 24px 8px
	}
	.m-table03 th {
		font-weight: 500
	}
	.m-table03 th .__important {
		font-size: 1.2rem;
		right: 10px
	}

	.m-table04 {
		width: 100%
	}
	.m-table04,.m-table04 tbody,.m-table04 td,.m-table04 th,.m-table04 thead,.m-table04 tr {
		display: block
	}
	.m-table04 tr {
		border-top: 1px solid #ccc;
		padding: 24px 0
	}
	.m-table04 tr:last-child {
		border-bottom: 1px solid #ccc;
	}

	.m-table-scroll {
		overflow-x: auto;
		width: 100%
	}
	.m-table-scroll>* {
		min-width: 100%;
		width: auto
	}
	.m-table-scroll>* td,.m-table-scroll>* th {
		white-space: nowrap
	}
}