@charset "utf-8";
/* layout
======================================== */

#main {
	margin-bottom: 20px;
}

.main_contents {
	position: relative;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.main_contents .inner.active {
	display: block;
	animation-name: fade-in;
	animation-duration: 1s;
}

.main_contents .inner {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	display: none;
}

#main .main_contents ._section {
	margin-top: 60px;
}

#main .main_contents ._section:first-child {
	margin-top: 0;
}

.main_contents .h3 {
	margin-top: 4rem;
	margin-bottom: .5rem;
	color: #e54360;
}

.main_contents .h3:first-child {
	margin-top: 0;
}

.main_contents .h4 {
	margin-top: 2rem;
	margin-bottom: .2rem;
	text-align: left;
	color: #e54360;
}

.main_contents .h4:first-child {
	margin-top: 0;
}

.main_contents .h4+.p {
	margin-top: 0;
}

.main_contents .p {
	margin-top: 1rem;
	margin-bottom: .5rem;
	text-align: left;
}

.main_contents .p:first-child {
	margin-top: 0;
}

.main_contents ._bold {
	font-weight: bold;
}

.main_contents ._center {
	text-align: center;
}

.main_contents ._group {
	padding: 30px 20px;
}

.main_contents .h5 {
	margin-top: 2rem;
	margin-bottom: .2rem;
	font-size: 1.3rem;
	text-align: left;
	color: #e54360;
}

.main_contents .h5:first-child {
	margin-top: 0;
}

.main_contents .text_link {
	text-decoration: underline;
	color: #007bc7;
}

.main_contents .pink_title_box dt {
	margin-top: 20px;
	font-weight: bold;
	text-align: left;
	color: #e54360;
}

.main_contents .pink_title_box dd {
	padding: 0 1em;
}

.main_contents .dots_list li {
	margin-left: 1.3em;
	list-style: disc;
	text-align: left;
}

.main_contents .number_list {
	counter-reset: number;
	text-align: left;
}

.main_contents .number_list>li::before {
	counter-increment: number 1;
	content: counter(number) ".";
	padding-right: 5px;
	font-family: Myriad Pro;
	font-style: italic;
	font-size: 1.4rem;
	font-weight: bold;
	color: #e54360;
}

.main_contents .info_block {
	margin-top: 30px;
	text-align: left;
}

.main_contents .info_block--title {
	max-width: 110px;
	margin: 0 auto 10px 0;
}

.main_contents .info_block li {
	margin-left: 1.4em;
	list-style: disc;
	text-align: left;
}

.main_contents .settei_text {
	position: relative;
	padding-left: 20px;
}

.main_contents .h3 .settei_text {
	position: relative;
	padding-left: 1.2em;
}

.main_contents .settei_text::before {
	content: '';
	position: absolute;
	top: 52%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	background: url(../images/icon08.png) no-repeat center center;
	background-size: 100%;
}

.main_contents .text_icon {
	display: inline-block;
	width: 24px;
	margin: 0 3px;
}

.main_contents .text_icon img {
	vertical-align: baseline;
}

.main_contents .text_icon-bottom {
	display: inline-block;
	width: 24px;
	margin: 0 3px;
}

.main_contents .text_icon-bottom img {
	vertical-align: bottom;
}

.main_contents .square_box dl {
	margin-bottom: 30px;
	text-align: left;
}

.main_contents .square_box dl:last-child {
	margin-bottom: 0;
}

.main_contents .square_box dt {
	position: relative;
	font-weight: bold;
	text-align: left;
}

.main_contents .square_box dd {
	text-align: left;
}

.main_contents .square_box dt::before {
	content: '■';
	padding-right: 5px;
}

.main_contents .pa20 {
	padding: 0 20px;
}

.main_contents .mt20 {
	margin-top: 20px;
}

.main_contents .mt30 {
	margin-top: 30px;
}

.main_contents .mt40 {
	margin-top: 40px;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.flex .li {
		margin-top: 20px;
	}
	.flex .li:first-child {
		margin-top: 0;
	}
	#main .main_contents ._section {
		margin-top: 40px;
	}
	#main .main_contents ._section:first-child {
		margin-top: 0;
	}
	.main_contents .inner {
		padding: 10px;
	}
	.main_contents ._group {
		padding: 20px 10px;
	}
	.main_contents ._pa20 {
		padding: 0 10px;
	}
}

/* kv
======================================== */

.kv .inner {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.kv figure {
	margin: 0;
	padding: 0;
}

.kv img {
	vertical-align: bottom;
}

.kv_detail {
	width: 50%;
}

.kv_detail--badge {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.kv_detail--badge_logo {
	width: 40%;
}

.kv_detail--badge_tablet {
	width: 30%;
}

.kv_detail--badge_name {
	width: 18%;
}

.kv_detail--title {
	margin-top: 40px;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}

.kv_menu {
	width: 40%;
	text-align: left;
}

.kv_menu--item {
	margin-top: 10px;
	padding-left: 10px;
	border-left: solid 4px #e54360;
	font-size: 1.2rem;
	font-weight: bold;
}

.kv_menu--item:first-child {
	margin-top: 0;
}

.kv_menu--switch {
	position: relative;
	cursor: pointer;
}

.kv_menu--switch::after {
	content: "\f150";
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
}

.kv_menu--switch:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	transition: all 0.5s ease-out;
}

.kv_menu--child {
	display: none;
}

.kv_menu--child_item {
	margin-top: 2px;
	background-color: #fff;
}

.kv_menu--child_item:first-child {
	margin-top: 0;
}

.kv_menu--child_item a, .kv_menu--child_item a:link {
	display: block;
	padding: 5px;
	font-size: 1.1rem;
	font-weight: 300;
	color: #e54360;
}

.kv_menu--switch ._switch {
	position: relative;
	display: inline-block;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.kv .inner {
		padding-top: 40px;
	}
	.kv_detail {
		width: 40%;
	}
	.kv_detail--title {
		margin-top: 20px;
		font-size: 1.2rem;
	}
	.kv_menu {
		width: 50%;
	}
	.kv_menu--item {
		margin-top: 10px;
		padding-left: 10px;
		border-left: solid 4px #e54360;
		font-size: 1rem;
	}
	.kv_menu--child_item a, .kv_menu--child_item a:link {
		font-size: .9rem;
	}
}

/* page_menu
======================================== */

.page_menu {
	display: none;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 100;
}

.page_menu--title {
	position: relative;
	display: block;
	padding: 10px;
	background-color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
}

.page_menu--title:hover {
	opacity: 1;
}

.page_menu--title::before {
	content: "\f0c9";
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Free";
}

.page_menu--list {
	display: none;
	margin-top: 1px;
	padding: 10px;
	background-color: #000;
	text-align: left;
}

.page_menu--item {
	margin-top: 10px;
	padding-left: 10px;
	border-left: solid 4px #e54360;
	font-size: 1rem;
	font-weight: bold;
}

.page_menu--item:first-child {
	margin-top: 0;
}

.page_menu--item a {
	color: #fff;
}

.page_menu--switch {
	color: #fff;
	cursor: pointer;
}

.page_menu--item .page_menu--switch:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	transition: all 0.5s ease-out;
}

.page_menu--child {
	display: none;
}

.page_menu--child_item {
	margin-top: 2px;
	background-color: #fff;
}

.page_menu--child_item:first-child {
	margin-top: 0;
}

.page_menu--child_item a, .page_menu--child_item a:link {
	display: block;
	padding: 5px;
	font-size: 0.9rem;
	font-weight: 300;
	color: #e54360;
}

.page_menu--switch._switch {
	position: relative;
}

.page_menu--switch._switch::after {
	content: "\f150";
	display: inline-block;
	margin-right: 8px;
	font-family: "Font Awesome 5 Free";
	color: #fff;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.page_menu {
		top: 15%;
	}
	.page_menu--title {
		font-size: 1rem;
	}
	.page_menu--item {
		font-size: .9rem;
	}
}

@media screen and (max-width: 500px) {
	.page_menu {
		top: 8%;
	}
}

/* main_contents
======================================== */

._table+._table {
	margin-top: 40px;
}

._table th, ._table td {
	padding: 10px;
}

._table thead {
	padding: 10px 0;
	background-color: #c9caca;
	text-align: center;
}

._table thead .title_icon--name {
	font-size: 1.4rem;
}

.table_all_border {
	width: 100%;
	border-right: solid 1px #231815;
	border-left: solid 1px #231815;
}

.table_all_border tr {
	border-top: solid 1px #231815;
}

.table_all_border tr:last-child {
	border-bottom: solid 1px #231815;
}

.table_all_border th {
	border-right: solid 1px #231815;
}

.table_bottom_border {
	width: 100%;
}

.table_bottom_border tr {
	border-top: solid 1px #231815;
}

.table_bottom_border tr:last-child {
	border-bottom: solid 1px #231815;
}

.table_wide th {
	width: 24%;
	font-size: 1.4rem;
	text-align: center;
}

.table_wide td {
	width: calc( 100% - 24%);
}

.table_wide td .p {
	margin-bottom: 0;
}

.table_tite th {
	width: 10%;
	font-size: .9rem;
	text-align: center;
}

.table_tite th .icon--img {
	display: block;
	width: 50px;
	margin: 0 auto 5px;
}

.table_tite th .icon--name {
	display: inline-block;
	line-height: 1.3;
}

.table_tite td {
	width: calc( 100% - 10%);
}

.table_tite td .p {
	margin-bottom: 0;
}

.title_icon--name {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	font-weight: bold;
}

.title_icon--name::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url(../images/icon01.png) no-repeat center center;
	background-size: 100%;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.table_wide th {
		width: 30%;
		font-size: 1.2rem;
	}
	.table_wide td {
		width: calc( 100% - 30%);
	}
}

/*----------------------
タブレット以上
----------------------*/

@media screen and (min-width: 768px) {
	.table_wide th {
		width: 20%;
		font-size: 1.4rem;
	}
	.table_wide td {
		width: calc( 100% - 20%);
	}
}

.precautions_for_use dl {
	margin-bottom: 30px;
	text-align: left;
}

.precautions_for_use dt {
	position: relative;
	font-weight: bold;
	text-align: left;
}

.precautions_for_use dl ul li {
	margin-left: 1.5em;
	margin-top: 10px;
	list-style: disc;
	text-align: left;
}

.precautions_for_use dl ol li {
	margin-top: 10px;
	margin-left: 1.4em;
	list-style: decimal;
}

.precautions_for_use .dots_box dt::before {
	content: '・';
}

.precautions_for_use .img_bluetooth01 {
	width: 160px;
	margin: 20px auto;
}

.precautions_for_use .img_bluetooth02 {
	width: 200px;
	margin: 20px auto;
}

.before_use figure {
	margin: 0 auto;
}

.before_use .img_before_use01 {
	max-width: 310px;
	margin-top: 30px;
}

.before_use .img_before_use02 {
	max-width: 240px;
	margin-top: 30px;
}

.before_use .img_before_use01 figcaption, .before_use .img_before_use02 figcaption {
	margin-bottom: 20px;
	font-weight: bold;
	color: #e54360;
}

.before_use .img_before_use03 {
	max-width: 280px;
	margin-top: 30px;
}

.te101 .before_use .img_before_use03, .tm101 .before_use .img_before_use03 {
	max-width: 400px;
	margin-top: 30px;
}

.before_use .img_before_use04 {
	max-width: 340px;
	margin-top: 30px;
}

.before_use .img_before_use05 {
	max-width: 70%;
	margin-top: 30px;
}

.before_use .img_before_use06 {
	max-width: 120px;
	margin: 0 auto 30px 0;
}

.before_use .img_before_use07 {
	max-width: 120px;
	margin: 0 auto 30px 0;
}

.before_use .img_before_use08 {
	max-width: 40px;
	margin: 0 auto 30px 0;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.before_use .img_before_use05 {
		max-width: 90%;
	}
}

#main .basic_usage>section {
	margin-top: 2rem;
}

.basic_usage .img_basic_usage01 {
	max-width: 360px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage02 {
	max-width: 360px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage03 {
	max-width: 300px;
	margin: 30px auto 0;
}

.te101 .basic_usage .img_basic_usage03 {
	max-width: 460px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage04 {
	max-width: 300px;
	margin: 30px auto 0;
}

.te101 .basic_usage .img_basic_usage04 {
	max-width: 460px;
	margin: 30px auto 0;
}

.basic_usage .flex .li {
	margin-top: 20px;
}

.basic_usage .img_basic_usage11 {
	max-width: 360px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage12 {
	max-width: 300px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage12, .tm101 .basic_usage .img_basic_usage12 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage13 {
	max-width: 300px;
	margin: 30px auto 0;
}

.te101 .basic_usage .img_basic_usage13, .tm101 .basic_usage .img_basic_usage13 {
	max-width: 380px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage14 {
	max-width: 300px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage14, .tm101 .basic_usage .img_basic_usage14 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage15 {
	max-width: 300px;
	margin: 30px auto 0;
}

.te101 .basic_usage .img_basic_usage15, .tm101 .basic_usage .img_basic_usage15 {
	max-width: 380px;
	margin: 30px auto 0;
}

.basic_usage .img_basic_usage16 {
	max-width: 680px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage16, .tm101 .basic_usage .img_basic_usage16 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage17 {
	max-width: 680px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage17, .tm101 .basic_usage .img_basic_usage17 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage18 {
	max-width: 300px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage18, .tm101 .basic_usage .img_basic_usage18 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage19 {
	max-width: 680px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage19, .tm101 .basic_usage .img_basic_usage19 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage20 {
	max-width: 300px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage20, .tm101 .basic_usage .img_basic_usage20 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage21 {
	max-width: 680px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage21, .tm101 .basic_usage .img_basic_usage21 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage22 {
	max-width: 680px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage22, .tm101 .basic_usage .img_basic_usage22 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.basic_usage .img_basic_usage23 {
	max-width: 300px;
	margin: 30px auto 40px;
}

.te101 .basic_usage .img_basic_usage23, .tm101 .basic_usage .img_basic_usage23 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.tm101 .basic_usage .img_basic_usage24 {
	max-width: 380px;
	margin: 30px auto 40px;
}

.about_settings .img_about_settings01 {
	max-width: 360px;
	margin: 30px auto 40px;
}

.te101 .about_settings .img_about_settings01, .tm101 .about_settings .img_about_settings01 {
	max-width: 460px;
	margin: 30px auto 40px;
}

.trouble table {
	margin-top: 40px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	text-align: left;
}

.trouble table thead {
	font-weight: bold;
}

.trouble table th, .trouble table td {
	padding: 10px;
}

.trouble table td:first-of-type {
	border-right: solid 1px #231815;
}

.specification th {
	width: 28%;
	padding: 0 10px;
	font-weight: bold;
}

.specification td {
	width: calc( 100% - 28%);
	padding: 5px 10px;
	text-align: left;
}

.specification .img_specification {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px;
	padding: 0 20px;
}

.specification figure {
	margin: 0;
}

.specification_about {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.specification_about ._pcOnly {
	display: block;
}

.specification_about ._spOnly {
	display: none;
}

.specification_about--block01 {
	width: 68%;
}

.specification_about--block02 {
	width: 30%;
}

.specification_about--block01_column--inner {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.specification_about--block01_column--inner:first-child {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: solid 1px #231815;
}

.img_specification01 {
	width: 49%;
}

.img_specification02 {
	width: 49%;
}

.img_specification03 {
	width: 47%;
}

.img_specification04 {
	width: 49%;
}

.specification_about--block02 a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 6px 10px;
	background-color: #231815;
	text-align: left;
	color: #fff;
}

.specification_about--block02 dt {
	font-size: 1.1rem;
	font-weight: bold;
}

.specification_about--block02 dd {
	font-size: 0.8rem;
	font-weight: bold;
}

.specification_about--block02 a i {
	padding-left: 5px;
}

.specification_about--block02_column {
	width: 70%;
}

.img_specification05 {
	width: 26%;
	max-height: 72px;
	background-color: #fff;
}

/*----------------------
スマホ以下
----------------------*/

@media screen and (max-width: 767px) {
	.specification .img_specification {
		display: block;
		padding: 0;
	}
	.specification_about {
		display: block;
	}
	.specification_about ._pcOnly {
		display: none;
	}
	.specification_about ._spOnly {
		display: block;
	}
	.specification_about--block01 {
		width: 100%;
		margin: 20px auto 0;
	}
	.specification_about--block02 {
		width: 100%;
		margin: 40px auto 0;
	}
	.img_specification01 {
		width: 100%;
	}
	.img_specification02 {
		width: 100%;
	}
	.img_specification03 {
		width: 100%;
		padding: 20px 10px 10px;
		border-bottom: solid 1px #231815;
	}
	.img_specification04 {
		display: block;
		width: 100%;
		padding: 10px 10px 0;
	}
	.specification_about--block02 a {
		display: block;
	}
	.specification_about--block02 a i {
		display: none;
	}
	.specification_about--block02 a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "\f0da";
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #fff;
	}
	.specification_about--block02 dt {
		font-size: 1.4rem;
	}
	.specification_about--block02 dd {
		font-size: 1rem;
	}
}