@charset "utf-8";
/* ================================================================================================================== */
/* LOWLAYER:HEADLINE【Customize】                                                                                     */
/* ===================================================================================================================*/
#llcmd_headline {
	background-image: url('../../images/spec/headline_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#llcmd_headline .inner {
	width: 101px;
	top: 57px;
}
#llcmd_headline .inner .item.type_icon img {
	width:  70.53px;
	height: 55.1px;
}
@media screen and (max-width: 750px) {
	#llcmd_headline {
		background-image: url('../../images/spec/headline_bg_sp.jpg');
	}
	#llcmd_headline .inner {
		width: 140px;
		top: 62px;
	}
	#llcmd_headline .inner .item.type_icon img {
		width:  91.69px;
		height: 71.6px;
	}
}
/* ================================================================================================================== */
/* 【Spec Common】                                                                                                    */
/* ===================================================================================================================*/
#main .spec_cmd_title {
	background: #333333;
	text-align: center;
	color: #ffffff;
	font-size: 0.24rem;
	line-height: 41px;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main .spec_abstract {
	margin-top: 25px;
	text-align: center;
	font-size: 0.20rem;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#main .spec_cmd_title {
		font-size: 0.34rem;
		line-height: 62px;
	}
	#main .spec_abstract {
		margin-top: 25px;
		font-size: 0.28rem;
	}
}
/* ================================================================================================================== */
/* SPEC:TOP_SLIDER                                                                                                    */
/* ===================================================================================================================*/
#main #top_slider {
	margin-top: 50px;
}
#main #top_slider > ul {
	padding-bottom: 23px;
	margin-bottom: 0;
}
#main #top_slider > ul .slick-list li img {
	width: 100% !important;
	height: 628px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'; /*IE対策*/
}
#main #top_slider > ul > ul.slick-dots {
	line-height: 0;
	bottom: 0;
}
#main #top_slider > ul > ul.slick-dots > li {
	width:  50px;
	height: 5px;
	margin: 0;
	background: #d8d8d8;
}
#main #top_slider > ul > ul.slick-dots > li:nth-child(n + 2) {
	margin-left: 3px;
}
#main #top_slider > ul > ul.slick-dots > li.slick-active {
	background: #666666;
}
#main #top_slider > ul > ul.slick-dots > li button {
	display: none;
}
@media screen and (max-width: 750px) {
	#main #top_slider {
		margin-top: 50px;
	}
	#main #top_slider > ul {
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	#main #top_slider > ul .slick-list li img {
		height: 450px;
	}
	#main #top_slider > ul > ul.slick-dots {
	}
	#main #top_slider > ul > ul.slick-dots > li {
		width:  75px;
		height: 7.5px;
	}
	#main #top_slider > ul > ul.slick-dots > li:nth-child(n + 2) {
		margin-left: 4.5px;
	}
	#main #top_slider > ul > ul.slick-dots > li.slick-active {
	}
	#main #top_slider > ul > ul.slick-dots > li button {
	}
}
/* ================================================================================================================== */
/* HYP10                                                                                                              */
/* ===================================================================================================================*/
#main #hyp10 {
	padding: 35px 0 60px;
}
#main #hyp10 .inner {
	width: 705px;
	margin: 0 auto;
}
#main #hyp10 .inner .item.type_title {
	text-align: center;
}
#main #hyp10 .inner .item.type_title span {
	display: inline-block;
	padding: 0 12px;
	background: #333333;
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 32px;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #hyp10 .inner .item.type_sub_title {
	margin-top: 10px;
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.5;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #hyp10 .inner .item.type_explain {
	margin-top: 20px;
	font-size: 0.16rem;
	line-height: 1.95;
}
@media screen and (max-width: 750px) {
	#main #hyp10 {
		padding: 55px 0 60px;
	}
	#main #hyp10 .inner {
		width: 690px;
	}
	#main #hyp10 .inner .item.type_title {
	}
	#main #hyp10 .inner .item.type_title span {
		padding: 0 13px;
		font-size: 0.24rem;
		line-height: 48px;
	}
	#main #hyp10 .inner .item.type_sub_title {
		margin-top: 20px;
		font-size: 0.34rem;
	}
	#main #hyp10 .inner .item.type_explain {
		margin-top: 40px;
		font-size: 0.24rem;
	}
}
/* ================================================================================================================== */
/* SPEC:HOWTOUSE                                                                                                      */
/* ===================================================================================================================*/
#main #howtouse {
	padding: 70px 0 50px;
	background: #f0f0f0;
}
#main #howtouse .inner {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#main #howtouse {
		padding: 80px 0 75px;
	}
	#main #howtouse .inner {
		width: auto;

		// For Flipsnap
		overflow: hidden;
		-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
	}
	#main #howtouse .inner .headline {
		width: 690px;
		margin: 0 auto;
	}
}
/* =============================================================== */
/* SPEC:HOWTOUSEList_Ctrl                                          */
/* =============================================================== */
#main #howtouse .inner .list_ctrl {
	display: none;
}
@media screen and (max-width: 750px) {
	#main #howtouse .inner .list_ctrl {
		display: block;
		position: relative;
		z-index: 10;
	}
	#main #howtouse .inner .list_ctrl img {
		cursor: pointer;
		position: absolute;
		top: 275px;
	}
	#main #howtouse .inner .list_ctrl img.disabled {
		display: none;
	}
	#main #howtouse .inner .list_ctrl img.prev {
		left: 0;
	}
	#main #howtouse .inner .list_ctrl img.next {
		right: 0;
	}
}
/* =============================================================== */
/* SPEC:HOWTOUSE:LIST                                              */
/* =============================================================== */
#main #howtouse .inner .list {
	margin-top: 33px;
	letter-spacing: -.40em;
}
#main #howtouse .inner .list ul.item {
	display: inline-block;
	width: 300px;
	letter-spacing: normal;
	vertical-align: top;
}
#main #howtouse .inner .list ul.item:nth-child(n + 2) {
	margin-left: 40px;
}
@media screen and (max-width: 750px) {
	#main #howtouse .inner .list {
		width: 1890px; /* 630 x 3 */
		margin-top: 40px;
		margin-left: 80px;
	}
	#main #howtouse .inner .list ul.item {
		width: 580px;
	}
	#main #howtouse .inner .list ul.item:nth-child(n + 2) {
		margin-left: 50px;
	}
}
/* =============================================================== */
/* SPEC:HOWTOUSE:LIST:ITEM                                         */
/* =============================================================== */
#main #howtouse .inner .list ul.item li.kind_image {
	background: #ffffff;
	position: relative;
}
#main #howtouse .inner .list ul.item li.kind_image img {
	width: 100% !important;
}
#main #howtouse .inner .list ul.item li.kind_image span {
	display: inline-block;
	width: 69px;
	height: 28px;
	background: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 28px;

	position: absolute;
	top: 0;
	left: 0;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #howtouse .inner .list ul.item li.kind_image span i {
	font-size: 0.20rem;
}
#main #howtouse .inner .list ul.item li.kind_title {
	margin-top: 8px;
	font-size: 0.18rem;
	line-height: 1.23;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #howtouse .inner .list ul.item li.kind_explain {
	margin-top: 5px;
	font-size: 0.12rem;
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	#main #howtouse .inner .list ul.item li.kind_image {
		width: 580px;
	}
	#main #howtouse .inner .list ul.item li.kind_image img {
	}
	#main #howtouse .inner .list ul.item li.kind_image span {
		display: inline-block;
		width: 140px;
		height: 56px;
		font-size: 0.28rem;
		line-height: 56px;
	}
	#main #howtouse .inner .list ul.item li.kind_image span i {
		font-size: 0.41rem;
	}
	#main #howtouse .inner .list ul.item li.kind_title {
		margin-top: 25px;
		font-size: 0.28rem;
	}
	#main #howtouse .inner .list ul.item li.kind_title br {
		display: none;
	}
	#main #howtouse .inner .list ul.item li.kind_explain {
		margin-top: 20px;
		font-size: 0.24rem;
	}
}
/* =============================================================== */
/* SPEC:HOWTOUSE:MovieList                                         */
/* =============================================================== */
#main #howtouse .inner .movie_list {
	margin-top: 30px;
}
#main #howtouse .inner .movie_list ul {
	width: 980px;
	margin: 0 auto;
	line-height: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#main #howtouse .inner .movie_list ul li {
	width: 300px;
	height: 168px;
	overflow: hidden;
}
#main #howtouse .inner .movie_list ul li iframe {
	transform-origin: top left;
	transform: scale(0.5357);
}
@media screen and (max-width: 750px) {
	#main #howtouse .inner .movie_list {
		margin-top: 60px;
	}
	#main #howtouse .inner .movie_list ul {
		width: 690px;
		margin: 0 auto;
		line-height: 0;

		display: block;
	}
	#main #howtouse .inner .movie_list ul li {
		width:  auto;
		height: auto;
	}
	#main #howtouse .inner .movie_list ul li:nth-child(n + 2) {
		margin-top: 30px;
	}
	#main #howtouse .inner .movie_list ul li iframe {
		width:  690px;
		height: 389px;
		transform-origin: top left;
		transform: scale(1);
	}
}
/* ================================================================================================================== */
/* SPEC:USE_SCENE                                                                                                     */
/* ===================================================================================================================*/
#main #use_scene {
	padding: 55px 0 60px;
}
#main #use_scene .inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#main #use_scene .inner .list {
	width: calc(100% + 20px);
	margin-top: -15px;
	letter-spacing: -.40em;
}
#main #use_scene .inner .list dl {
	display: inline-block;
	width: 230px;
	margin-top:   25px;
	margin-right: 20px;
	letter-spacing: normal;
	vertical-align: top;
}
#main #use_scene .inner .list dl dt {
	padding-bottom: 7px;
	font-size: 0.18rem;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#main #use_scene {
		padding: 72px 0 85px;
	}
	#main #use_scene .inner {
		width: 690px;
	}
	#main #use_scene .inner .list {
		width: calc(100% + 50px);
		margin-top: 10px;
	}
	#main #use_scene .inner .list dl {
		width: 320px;
		margin-top:   30px;
		margin-right: 50px;
	}
	#main #use_scene .inner .list dl dt {
		padding-bottom: 12px;
		font-size: 0.28rem;
	}
	#main #use_scene .inner .list dl dd img {
		width: 100% !important;
	}
}
/* ================================================================================================================== */
/* SPEC:SUPPORT_LANGUAGE                                                                                              */
/* ===================================================================================================================*/
#main #support_language {
	padding: 78px 0 63px;
	background: #f0f0f0;
}
#main #support_language .inner {
	width: 980px;
	margin: 0 auto;
}
#main #support_language .inner .after_headline .item.type_title {
	margin-top: 20px;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #support_language .inner .after_headline .item.type_explain {
	margin-top: 5px;
	font-size: 0.12rem;
	line-height: 1.6;
}
#main #support_language .inner .after_headline .item.type_explain > div {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 750px) {
	#main #support_language {
		padding: 65px 0;
	}
	#main #support_language .inner {
		width: 690px;
	}
	#main #support_language .inner .after_headline .item.type_title {
		margin-top: 30px;
		font-size: 0.28rem;
	}
	#main #support_language .inner .after_headline .item.type_explain {
		margin-top: 20px;
		font-size: 0.22rem;
		line-height: 1.54;
	}
	#main #support_language .inner .after_headline .item.type_explain > div {
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:Switch                                    */
/* =============================================================== */
#main #support_language .inner #support_language_switch {
	margin: 25px auto;
	padding: 0 20px;
	border-bottom: 1px solid #333333;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main #support_language .inner #support_language_switch ul.item {
	width: 450px;
	background: #d7d7d7;
	text-align: center;
	letter-spacing: -.40em;
	cursor: pointer;
	line-height: 54px;
	position: relative;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #support_language .inner #support_language_switch ul.item li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg {
	display: inline-block;
	vertical-align: middle;
}
#main #support_language .inner #support_language_switch ul.item li:nth-child(2) {
	padding-left: 7px;
	font-size: 0.20rem;
}
#main #support_language .inner #support_language_switch ul.item li:nth-child(3) {
	transform: translateY(-50%);
	position: absolute;
	right: 30px;
	top: 50%;
}
#main #support_language .inner #support_language_switch ul.item li:nth-child(3) svg {
	width:  12px;
	height: 15.5px;
}
#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg .support_language___icon_online___a,
#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg .support_language___icon_offline___a,
#main #support_language .inner #support_language_switch ul.item li:nth-child(3) svg .support_language___icon_arrow___a {
	fill: #333;
	stroke: #333;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language_switch {
		margin: 25px auto;
		padding: 0 15px;
		border-bottom-width: 1.5px;
	}
	#main #support_language .inner #support_language_switch ul.item {
		box-sizing: border-box;
		width: 325px;
		padding-left: 33px;
		text-align: left;
		line-height: 81px;
	}
	#main #support_language .inner #support_language_switch ul.item li {
	}
	#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg {
	}
	#main #support_language .inner #support_language_switch ul.item li:nth-child(2) {
		padding-left: 10px;
		font-size: 0.30rem;
	}
	#main #support_language .inner #support_language_switch ul.item li:nth-child(3) {
		right: 30px;
	}
	#main #support_language .inner #support_language_switch ul.item li:nth-child(3) svg {
		width:  18px;
		height: 23.25px;
	}
	#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg .support_language___icon_online___a,
	#main #support_language .inner #support_language_switch ul.item li:nth-child(1) svg .support_language___icon_offline___a,
	#main #support_language .inner #support_language_switch ul.item li:nth-child(3) svg .support_language___icon_arrow___a {
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:Switch(Active)                            */
/* =============================================================== */
#main #support_language .inner #support_language_switch ul.item.active {
	background: #333333;
	color: #ffffff;
	cursor: default;
}
#main #support_language .inner #support_language_switch ul.item.active li:nth-child(1) svg .support_language___icon_online___a,
#main #support_language .inner #support_language_switch ul.item.active li:nth-child(1) svg .support_language___icon_offline___a,
#main #support_language .inner #support_language_switch ul.item.active li:nth-child(3) svg .support_language___icon_arrow___a {
	fill: #fff;
	stroke: #fff;
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:Switch(個別調整)                          */
/* =============================================================== */
#main #support_language .inner #support_language_switch ul.item:nth-child(1) li:nth-child(1) svg {
	width:  26px;
	height: 26px;
}
#main #support_language .inner #support_language_switch ul.item:nth-child(2) li:nth-child(1) svg {
	width:  26px;
	height: 26px;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language_switch ul.item:nth-child(1) li:nth-child(1) svg {
		width:  38px;
		height: 38px;
	}
	#main #support_language .inner #support_language_switch ul.item:nth-child(2) li:nth-child(1) svg {
		width:  38px;
		height: 38px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE                                    */
/* =============================================================== */
#main #support_language .inner #support_language___online {
}
#main #support_language .inner #support_language___online .annotation {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 12px;
	font-size: 0.12rem;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online .annotation {
		width: 690px;
		padding-bottom: 30px;
		font-size: 0.22rem;
		line-height: 1.54;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ChooseInitial                      */
/* =============================================================== */
#main #support_language .inner #support_language___online .choose_initial {
	width: 890px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main #support_language .inner #support_language___online .choose_initial .list_line {
	width: 80px;
}
#main #support_language .inner #support_language___online .choose_initial .list_line .item {
	width:  80px;
	height: 40px;
	background: #777777;
	text-align: center;
	color: #ffffff;
	font-size: 0.20rem;
	line-height: 40px;
	cursor: pointer;
}
#main #support_language .inner #support_language___online .choose_initial .list_line > div:nth-child(n + 2) {
	margin-top: 5px;
}
#main #support_language .inner #support_language___online .choose_initial .list_line .item.active {
	background: #333333;
}
#main #support_language .inner #support_language___online .choose_initial .list_line .item.disabled {
	background: #d7d7d7;
	cursor: default;
}
#main #support_language .inner #support_language___online .choose_initial .list_line .empty_space {
	width:  80px;
	height: 40px;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online .choose_initial {
		display: none;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ChooseInitialのSP用モーダル表示ボタン */
/* =============================================================== */
#main #support_language .inner #support_language___online #modal_support_language___online___show {
	display: none;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online #modal_support_language___online___show {
		display: block;
		width: 500px;
		margin: 0 auto;
		background: #ffffff;
	}
	#main #support_language .inner #support_language___online #modal_support_language___online___show .cmd_btn_11 {
		height: 82px;
		font-size: 0.27rem;
		line-height: 82px;
	}
	#main #support_language .inner #support_language___online #modal_support_language___online___show .cmd_btn_11::before,
	#main #support_language .inner #support_language___online #modal_support_language___online___show .cmd_btn_11::after  {
		border-width: 3px;
	}
	#main #support_language .inner #support_language___online #modal_support_language___online___show .cmd_btn_11 svg {
		right: 24px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ChooseInitialのSP用モーダル        */
/* =============================================================== */
#modal_support_language___online {
	display: none;
}
@media screen and (max-width: 750px) {
	#modal_support_language___online {
		box-sizing: border-box;
		width: 100%;
		padding: 40px 0;
		background: rgba(0,0,0,0.7);
		overflow: scroll;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
	}
	#modal_support_language___online .inner {
		width: 650px;
		margin: 0 auto 40px;
		padding: 60px 0 35px;
		background: #ffffff;
		position: relative;
	}
	#modal_support_language___online .inner .item.num01 {
		padding-bottom: 30px;
		text-align: center;
		font-size: 0.27rem;

		font-family: 'Noto Sans JP', sans-serif;
		font-style:  normal;
		font-weight: 700;
	}
	#modal_support_language___online .inner .item.num02 {
		width: 170px;
		margin: 30px auto 0;
		background: #ededed;
		text-align: center;
		font-size: 0.28rem;
		line-height: 53px;
		cursor: pointer;
	}
	#modal_support_language___online .inner .item.num03 {
		position: absolute;
		top:   20px;
		right: 20px;
	}
	#modal_support_language___online .inner .item.num03 img {
		width:  40px !important;
		cursor: pointer;
	}
	#modal_support_language___online .inner .choose_initial {
		width: 550px;
		margin: 0 auto;
	}
	#modal_support_language___online .inner .choose_initial .list_line {
		width: 100%;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#modal_support_language___online .inner .choose_initial .list_line .item {
		width:  101px;
		height: 67px;
		background: #777777;
		text-align: center;
		color: #ffffff;
		font-size: 0.28rem;
		line-height: 67px;
		cursor: pointer;
	}
	#modal_support_language___online .inner .choose_initial .list_line:nth-child(n + 2) {
		margin-top: 10px;
	}
	#modal_support_language___online .inner .choose_initial .list_line .item.active {
		background: #333333;
	}
	#modal_support_language___online .inner .choose_initial .list_line .item.disabled {
		background: #d7d7d7;
		cursor: default;
	}
	#modal_support_language___online .inner .choose_initial .list_line .empty_space {
		width:  101px;
		height: 67px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ListArea                           */
/* =============================================================== */
#main #support_language .inner #support_language___online .list_area {
	margin-top: 30px;
}
#main #support_language .inner #support_language___online .list_area .item {
	display: none;
}
#main #support_language .inner #support_language___online .list_area .item table {
	width: 100%;
	border-collapse: collapse;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online .list_area {
		width: 720px;
		margin-top: 30px;
		overflow: auto;
	}
	#main #support_language .inner #support_language___online .list_area .item {
		display: inline-block;
		padding-right: 30px;
		padding-bottom: 20px;
	}
	#main #support_language .inner #support_language___online .list_area .item table {
		width: 1092px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ListArea:TH                        */
/* =============================================================== */
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr {
	letter-spacing: -.40em;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th {
	background: #c6c6c6;
	border-right: 3px solid  #f0f0f0;
	border-bottom: 4px solid #f0f0f0;
	text-align: center;
	font-size: 0.14rem;
	line-height: 35px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:last-child {
	border-right-width: 0;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span:nth-child(n + 2) {
	margin-left: 8px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span img {
	vertical-align: middle;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(n + 2) {
	width: 190px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(2) img {
	width: 23.57px;
	height: 21.53px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(3) img {
	width: 20px;
	height: 21.5px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(4) img {
	width: 29px;
	height: 19.5px;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr {
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th {
		border-right: 4px solid  #f0f0f0;
		border-bottom: 15px solid #f0f0f0;
		font-size: 0.24rem;
		line-height: 92px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:last-child {
		border-right-width: 0;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span {
		text-align: left;
		line-height: 1.16;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span:nth-child(n + 2) {
		margin-left: 15px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th span img {
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(2) {
		width: 205px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(3) {
		width: 215px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(4) {
		width: 225px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(2) img {
		width: 40.6px;
		height: 36.9px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(3) img {
		width: 34.2px;
		height: 36.9px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_headline tr th:nth-child(4) img {
		width:  50.4px;
		height: 33.3px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:ONLINE:ListArea:TD                        */
/* =============================================================== */
#main #support_language .inner #support_language___online .list_area .item table.type_data tr {
	border: 1px solid #777777;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr:nth-child(2n - 1) {
	background: #ffffff;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td {
	line-height: 50px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(1) {
	width: 98px;
	padding-left: 25px;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(1) img {
	width: auto !important;
	height: 30px;
	vertical-align: middle;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(2),
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(3) {
	font-size: 0.14rem;
	line-height: 1.2;
}
#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(n + 4) {
	width: 190px;
	border-left: 1px dashed #777777;
	text-align: center;
	font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr {
		border-width: 1.5px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr:nth-child(2n - 1) {
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td {
		line-height: 90px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(1) {
		width: 125px;
		padding-left: 25px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(1) img {
		height: 45px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(2),
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(3) {
		font-size: 0.24rem;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(3) {
		display: none;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(n + 4) {
		border-left-width: 1.5px;
		font-size: 0.24rem;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(4) {
		width: 205px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(5) {
		width: 215px;
	}
	#main #support_language .inner #support_language___online .list_area .item table.type_data tr td:nth-child(6) {
		width: 225px;
	}
}
/* =============================================================== */
/* SPEC:SUPPORT_LANGUAGE:OFFLINE                                   */
/* =============================================================== */
#main #support_language .inner #support_language___offline {
	display: none;
}
#main #support_language .inner #support_language___offline .annotation {
	padding-bottom: 12px;
	font-size: 0.12rem;
	line-height: 1;
}
#main #support_language .inner #support_language___offline .item table {
	width: 100%;
	border-collapse: collapse;
}
#main #support_language .inner #support_language___offline .item table th:nth-child(1),
#main #support_language .inner #support_language___offline .item table td:nth-child(1) {
	width: 170px;
}
#main #support_language .inner #support_language___offline .item table.type_headline tr {
	letter-spacing: -.40em;
}
#main #support_language .inner #support_language___offline .item table.type_headline tr th {
	background: #c6c6c6;
	border-right: 3px solid  #f0f0f0;
	border-bottom: 4px solid #f0f0f0;
	text-align: center;
	font-size: 0.14rem;
	line-height: 35px;
}
#main #support_language .inner #support_language___offline .item table.type_headline tr th:last-child {
	border-right-width: 0;
}
#main #support_language .inner #support_language___offline .item table.type_headline tr th span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#main #support_language .inner #support_language___offline .item table.type_data tr {
	border: 1px solid #777777;
}
#main #support_language .inner #support_language___offline .item table.type_data tr:nth-child(2n - 1) {
	background: #ffffff;
}
#main #support_language .inner #support_language___offline .item table.type_data tr td {
	font-size: 0.14rem;
	line-height: 1.43;
	vertical-align: middle;
}
#main #support_language .inner #support_language___offline .item table.type_data tr td:first-child {
	padding-left: 30px;
}
#main #support_language .inner #support_language___offline .item table.type_data tr td:nth-child(n + 2) {
	padding: 15px;
	border-left: 1px dashed #777777;
}
@media screen and (max-width: 750px) {
	#main #support_language .inner #support_language___offline {
	}
	#main #support_language .inner #support_language___offline .annotation {
		padding-bottom: 30px;
		font-size: 0.22rem;
		line-height: 1.54;
	}
	#main #support_language .inner #support_language___offline .item table {
	}
	#main #support_language .inner #support_language___offline .item table th:nth-child(1),
	#main #support_language .inner #support_language___offline .item table td:nth-child(1) {
		width: 185px;
	}
	#main #support_language .inner #support_language___offline .item table.type_headline tr {
	}
	#main #support_language .inner #support_language___offline .item table.type_headline tr th {
		border-right-width: 5px;
		border-bottom-width: 5px;
		font-size: 0.24rem;
		line-height: 55px;
	}
	#main #support_language .inner #support_language___offline .item table.type_headline tr th:last-child {
		border-right-width: 0;
	}
	#main #support_language .inner #support_language___offline .item table.type_headline tr th span {
	}
	#main #support_language .inner #support_language___offline .item table.type_data tr {
		border-width: 1.5px;
	}
	#main #support_language .inner #support_language___offline .item table.type_data tr:nth-child(2n - 1) {
	}
	#main #support_language .inner #support_language___offline .item table.type_data tr td {
		font-size: 0.24rem;
		line-height: 1.42;
	}
	#main #support_language .inner #support_language___offline .item table.type_data tr td:first-child {
		padding-left: 25px;
	}
	#main #support_language .inner #support_language___offline .item table.type_data tr td:nth-child(n + 2) {
		padding: 25px;
		border-left-width: 1.5px;
	}
}
/* ================================================================================================================== */
/* SPEC:LINEUP                                                                                                        */
/* ===================================================================================================================*/
#main #lineup {
	padding: 50px 0 0;
}
#main #lineup .item.type_title {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #lineup .important_note {
	margin-top: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;

	font-size: 16px;
	line-height: 1;
	font-feature-settings: "palt";
	letter-spacing: 0.045em;
}
#main #lineup .important_note p {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#main #lineup .important_note p span {
	color: #ff0000;
}
#main #lineup .important_note p a {
	margin-left: 3px;
	color: #333333;
}
#main #lineup .inner {
	width: 780px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	#main #lineup {
		padding: 55px 0 0;
	}
	#main #lineup .item.type_title {
		font-size: 0.28rem;
	}
	#main #lineup .important_note {
		width: 690px;
		margin: 20px auto 0;
		font-size: 0.21rem;
		line-height: 0.30rem;
		font-feature-settings: "palt";
		letter-spacing: 0.020em;
	}
	#main #lineup .important_note p {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#main #lineup .important_note p span {
		width: 65px;
		flex-shrink: 0;
	}
	#main #lineup .important_note p a {
		margin-left: 0;
	}
	#main #lineup .inner {
		width: 690px;
		margin: 0 auto;
	}
}
/* =============================================================== */
/* SPEC:LINEUP:LIST                                                */
/* =============================================================== */
#main #lineup .inner .item.type_list {
	margin-top: 27px;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr:nth-child(n + 2) {
	border-top: 1px dashed #cecece;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr th {
	background: #f0f0f0;
	text-align: center;
	font-size: 0.14rem;
	line-height: 1.33;
	vertical-align: middle;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td {
	padding: 12px 0;
	border-left: 1px solid #cecece;
	text-align: center;
	font-size: 0.14rem;
	line-height: 1.33;
	vertical-align: middle;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr:nth-child(1) td {
	vertical-align: top;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.miniLv1 {
	display: inline-block;
	font-size: 0.12rem;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.miniLv2 {
	display: inline-block;
	font-size: 0.10rem;
}
#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.super {
	vertical-align: super;
	font-size: 0.08rem;
}
#main #lineup .inner .item.type_list ul.annotation {
	margin-top: 10px;
	font-size: 0.12rem;
	line-height: 1.66;
}
#main #lineup .inner .item.type_list ul.annotation li {
	display: -webkit-flex;
	display: flex;
}
#main #lineup .inner .item.type_list ul.annotation li > div:first-child {
	width: 29px;
}
@media screen and (max-width: 750px) {
	#main #lineup .inner .item.type_list {
		width: 720px;
		margin-top: 30px;
	}
	#main #lineup .inner .item.type_list .table_wrapper {
		overflow: auto;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner {
		display: inline-block;
		padding-bottom: 20px;
		padding-right: 30px;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table {
		width: 1260px;
		border-top-width: 1.5px;
		border-bottom-width: 1.5px;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr:nth-child(n + 2) {
		border-top-width: 1.5px;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr th {
		width: 180px;
		padding: 25px 0;
		font-size: 0.24rem;
		line-height: 1.17;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td {
		width: 260px;
		padding: 15px 10px;
		border-left-width: 1.5px;
		font-size: 0.24rem;
		line-height: 1.17;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td:last-child {
		width: 300px;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.miniLv1 {
		display: inline-block;
		font-size: 0.24rem;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.miniLv2 {
		display: inline-block;
		font-size: 0.24rem;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.miniLv2 br {
		display: none;
	}
	#main #lineup .inner .item.type_list .table_wrapper .sub_inner table tr td i.super {
		vertical-align: super;
		font-size: 0.16rem;
	}
	#main #lineup .inner .item.type_list ul.annotation {
		width: 690px;
		margin-top: 45px;
		font-size: 0.22rem;
		line-height: 1.45;
	}
	#main #lineup .inner .item.type_list ul.annotation li {
	}
	#main #lineup .inner .item.type_list ul.annotation li > div:first-child {
		width: 45px;
	}
	#main #lineup .inner .item.type_list ul.annotation li > div:nth-child(2) {
		width: 645px;
	}
}
/* =============================================================== */
/* SPEC:LINEUP:DataCommunicationOpen                               */
/* =============================================================== */
#main #lineup .inner .item.type_data_communication_open {
	margin-top: 10px;
	padding: 30px 0;
	background: #f3f3f3;
	border: 2px solid #5e5e5e;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(1) {
	text-align: center;
	font-size: 0.16rem;
	line-height: 1.5;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(1) p.note {
	margin-top: 10px;
	color: #ff0000;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(2) {
	width: 470px;
	margin: 18px auto 0;
	background: #ffffff;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11 svg {
	right: 30px;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11 span.icon_window svg {
	width: 11px;
	height: 8px;
	top: calc(50% - 4px);
	right: 80px;
}
#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11:hover span.icon_window svg .lineup_icon_window___a {
	fill: #ffffff;
}
@media screen and (max-width: 750px) {
	#main #lineup .inner .item.type_data_communication_open {
		margin-top: 30px;
		padding: 40px 35px 45px;
		border-width: 3px;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(1) {
		text-align: left;
		font-size: 0.26rem;
		line-height: 1.46;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(1) p.note {
		margin-top: 12px;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(2) {
		width: 460px;
		margin: 30px auto 0;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11 {
		height: 110px;
		padding-top: 16px;
		padding-left: 48px;
		font-size:   0.27rem;
		line-height: 0.35rem;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11 svg {
		right: 45px;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11 span.icon_window svg {
		width: 16.5px;
		height: 12px;
		top: calc(50% - 6px);
		right: 110px;
	}
	#main #lineup .inner .item.type_data_communication_open div:nth-child(2) .cmd_btn_11:hover span.icon_window svg .lineup_icon_window___a {
	}
}
/* =============================================================== */
/* SPEC:LINEUP:ReCharge                                            */
/* =============================================================== */
#main #lineup .inner .item.type_recharge {
	margin-top: 30px;
	padding: 30px 0;
	background: #f3f3f3;
	border: 2px solid #5e5e5e;
}
#main #lineup .inner .item.type_recharge div:nth-child(1) {
	text-align: center;
	font-size: 0.16rem;
	line-height: 1.5;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #lineup .inner .item.type_recharge div:nth-child(1) p.note {
	margin-top: 10px;
	color: #ff0000;
}
#main #lineup .inner .item.type_recharge div:nth-child(2) {
	width: 290px;
	margin: 15px auto 0;
	background: #ffffff;
}
#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11 svg {
	right: 30px;
}
#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11 span.icon_window svg {
	width: 11px;
	height: 8px;
	top: calc(50% - 4px);
	right: 80px;
}
#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11:hover span.icon_window svg .lineup_icon_window___a {
	fill: #ffffff;
}
@media screen and (max-width: 750px) {
	#main #lineup .inner .item.type_recharge {
		margin-top: 40px;
		padding: 40px 35px 45px;
		border-width: 3px;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(1) {
		text-align: left;
		font-size: 0.26rem;
		line-height: 1.46;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(1) p.note {
		margin-top: 12px;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(2) {
		width: 435px;
		margin: 25px auto 0;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11 {
		height: 82px;
		font-size: 0.27rem;
		line-height: 82px;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11 svg {
		right: 40px;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11 span.icon_window svg {
		width: 16.5px;
		height: 12px;
		top: calc(50% - 6px);
		right: 115px;
	}
	#main #lineup .inner .item.type_recharge div:nth-child(2) .cmd_btn_11:hover span.icon_window svg .lineup_icon_window___a {
	}
}
/* ================================================================================================================== */
/* SPEC:PRODUCT_SUMMARY                                                                                               */
/* ===================================================================================================================*/
#main #product_summary {
	padding: 60px 0 50px;
}
#main #product_summary .inner {
	width: 780px;
	margin: 0 auto;
}
#main #product_summary .inner .item.type_title {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#main #product_summary {
		padding: 70px 0 80px;
	}
	#main #product_summary .inner {
		width: 690px;
		height: 627px;
		margin: 0 auto;
		overflow: hidden;
	}
	#main #product_summary .inner.opened {
		height: auto;
	}
	#main #product_summary .inner.opened + .cmd_sp_shorten_btn {
		margin-top: 30px;
	}
	#main #product_summary .inner .item.type_title {
		font-size: 0.28rem;
	}
}
/* =============================================================== */
/* SPEC:PRODUCT_SUMMARY:LIST                                       */
/* =============================================================== */
#main #product_summary .inner .item.type_list {
	margin-top: 12px;
	border-top:    1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}
#main #product_summary .inner .item.type_list dl {
	letter-spacing: -.40em;
}
#main #product_summary .inner .item.type_list dl:nth-child(n + 2) {
	border-top: 1px solid #cecece;
}
#main #product_summary .inner .item.type_list dl dt,
#main #product_summary .inner .item.type_list dl dd {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#main #product_summary .inner .item.type_list dl dt {
	width: 155px;
	font-size: 0.14rem;
	line-height: 35px;
}
#main #product_summary .inner .item.type_list dl dd {
	width: 625px;
	font-size: 0.14rem;
	line-height: 35px;
	position: relative;
}
#main #product_summary .inner .item.type_list dl dd .mini {
	font-size: 0.10rem;
}
#main #product_summary .inner .item.type_list dl dd .mini.opt_indent {
	padding-left: 1em;
	text-indent: -1em;
}
#main #product_summary .inner .item.type_list dl:nth-child(4) dd,
#main #product_summary .inner .item.type_list dl:nth-child(10) dd {
	padding: 7px 0;
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	#main #product_summary .inner .item.type_list {
		margin-top: 20px;
		border-top-width:    1.5px;
		border-bottom-width: 1.5px;
	}
	#main #product_summary .inner .item.type_list dl {
	}
	#main #product_summary .inner .item.type_list dl:nth-child(n + 2) {
		border-top-width: 1.5px;
	}
	#main #product_summary .inner .item.type_list dl dt,
	#main #product_summary .inner .item.type_list dl dd {
		display: block;
		padding-left: 25px;
	}
	#main #product_summary .inner .item.type_list dl dt {
		width: auto;
		background: #f0f0f0;
		font-size: 0.22rem;
		line-height: 50px;
	}
	#main #product_summary .inner .item.type_list dl dd {
		width: auto;
		padding: 15px 25px;
		font-size: 0.22rem;
		line-height: 1.4;
	}
	#main #product_summary .inner .item.type_list dl dd.opt_table {
		padding: 0;
	}
	#main #product_summary .inner .item.type_list dl dd .mini {
		font-size: 0.18rem;
	}
	#main #product_summary .inner .item.type_list dl:nth-child(4) dd,
	#main #product_summary .inner .item.type_list dl:nth-child(10) dd {
		padding: 15px 25px;
		line-height: 1.4;
	}
	#main #product_summary .inner .item.type_list dl:nth-child(7) dd .mini {
		display: block;
	}
}
/* =============================================================== */
/* SPEC:PRODUCT_SUMMARY:LIST:DL:DD:TABLE                           */
/* =============================================================== */
#main #product_summary .inner .item.type_list dl dd table {
	display: block;
	text-align: left;
}
#main #product_summary .inner .item.type_list dl dd table:nth-child(n + 2) {
	border-top: 1px solid #cecece;
}
#main #product_summary .inner .item.type_list dl dd table tbody {
	display: inline;
}
#main #product_summary .inner .item.type_list dl dd table tbody tr {
	display: block;
	letter-spacing: -.40em;
}

#main #product_summary .inner .item.type_list dl dd table tbody tr th,
#main #product_summary .inner .item.type_list dl dd table tbody tr td {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#main #product_summary .inner .item.type_list dl dd table tbody tr th {
	width: 185px;
}
#main #product_summary .inner .item.type_list dl dd table tbody tr td {
	width: 440px;
}
#main #product_summary .inner .item.type_list dl dd table tbody tr .line {
	padding: 7.5px 0;
	line-height: 1.4;
}
#main #product_summary .inner .item.type_list dl dd table tbody tr .line:nth-child(n + 2) {
	border-top: 1px solid #cecece;
}
#main #product_summary .inner .item.type_list dl:nth-child(6) dd table tbody tr .line > span:first-child {
	display: inline-block;
	width: 95px;
}
@media screen and (max-width: 750px) {
	#main #product_summary .inner .item.type_list dl dd table {
	}
	#main #product_summary .inner .item.type_list dl dd table:nth-child(n + 2) {
		border-top-width: 1.5px;
	}
	#main #product_summary .inner .item.type_list dl dd table tbody {
	}
	#main #product_summary .inner .item.type_list dl dd table tbody tr {
	}

	#main #product_summary .inner .item.type_list dl dd table tbody tr th,
	#main #product_summary .inner .item.type_list dl dd table tbody tr td {
	}
	#main #product_summary .inner .item.type_list dl dd table tbody tr th {
		width: 165px;
		padding-left: 25px;
	}
	#main #product_summary .inner .item.type_list dl dd table tbody tr td {
		width: 525px;
	}
	#main #product_summary .inner .item.type_list dl dd table tbody tr .line {
		padding: 12px 0;
		line-height: 1.4;
	}
	#main #product_summary .inner .item.type_list dl dd table tbody tr .line:nth-child(n + 2) {
		border-top-width: 1.5px;
	}
	#main #product_summary .inner .item.type_list dl:nth-child(6) dd table tbody tr .line > span:first-child {
		width: 140px;
	}
}
/* =============================================================== */
/* SPEC:PRODUCT_SUMMARY:ATTENTION                                  */
/* =============================================================== */
#main #product_summary .inner .item.type_attention {
	margin-top: 15px;
}
#main #product_summary .inner .item.type_attention dl dt {
	font-size: 0.12rem;
	line-height: 1;
}
#main #product_summary .inner .item.type_attention dl dd {
	margin-top: 5px;
}
#main #product_summary .inner .item.type_attention dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.12rem;
	line-height: 1.66;
}
#main #product_summary .inner .item.type_attention dl dd ul li.emphasis {
	color: #ff0000;
}
@media screen and (max-width: 750px) {
	#main #product_summary .inner .item.type_attention {
		margin-top: 40px;
	}
	#main #product_summary .inner .item.type_attention dl dt {
		font-size: 0.22rem;
	}
	#main #product_summary .inner .item.type_attention dl dd {
		margin-top: 10px;
	}
	#main #product_summary .inner .item.type_attention dl dd ul li {
		font-size: 0.22rem;
	}
}
/* ================================================================================================================== */
/* SPEC:RealThingsBg                                                                                                  */
/* ===================================================================================================================*/
#main #real_things_bg {
	background-color: #f0f0f0;
	background-image: linear-gradient(to  right, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 45px),
	                  linear-gradient(to bottom, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 45px); 
	background-position: 0 0, 0 -2px;
	background-size: 45px 1px, 1px 45px;
}
@media screen and (max-width: 750px) {
	#main #real_things_bg {
		background-image: linear-gradient(to  right, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 45px),
		                  linear-gradient(to bottom, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 45px); 
		background-position: 0 0, 0 -2px;
		background-size: 45px 1px, 1px 45px;
	}
}
/* ================================================================================================================== */
/* SPEC:PARTS_NAME                                                                                                    */
/* ===================================================================================================================*/
#main #parts_name {
	padding: 45px 0 30px;
}
#main #parts_name .inner {
	width: 980px;
	margin: 0 auto;
}
#main #parts_name .inner .item.type_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #5e5e5e;
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #parts_name .inner .item.type_image {
	width: 936px;
	margin: 40px auto 0;
}
#main #parts_name .inner .item.type_image svg {
	width:  936px;
	height: 466.23px;
}
#main #parts_name .inner .item.type_image svg .parts_name_image_cls-a {
	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	#main #parts_name {
		padding: 55px 0 70px;
	}
	#main #parts_name .inner {
		width: 690px;
	}
	#main #parts_name .inner .item.type_title {
		padding-bottom: 15px;
		border-bottom-width: 1.5px;
		font-size: 0.28rem;
	}
	#main #parts_name .inner .item.type_image {
		width: 542.8364px;
		margin: 40px auto 0;
	}
	#main #parts_name .inner .item.type_image svg {
		width:  542.8364px;
		height: 1747.5px;
	}
	#main #parts_name .inner .item.type_image svg .parts_name_image_sp-cls-a {
		font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-style:  normal;
		font-weight: bold;
	}
}
/* ================================================================================================================== */
/* SPEC:OPTION_PARTS:オプション品（専用ケース＆ストラップ）                                                           */
/* ===================================================================================================================*/
#main #option_parts___cs {
	width: 980px;
	height: 490px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}
#main #option_parts___cs .inner {
	padding: 33px 0 45px;
}
#main #option_parts___cs .inner .item.type_title {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #option_parts___cs .inner .item.type_image {
	position: absolute;
	top:  65px;
	left: 62px;
	z-index: 0;
}
#main #option_parts___cs .inner .item.type_list {
	width: 518px;
	position: absolute;
	top:  185px;
	left: 362px;
	z-index: 1;
}
#main #option_parts___cs .inner .item.type_list .headline {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #option_parts___cs .inner .item.type_list .list {
	margin-top: 11px;
	border-top:    1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}
#main #option_parts___cs .inner .item.type_list .list dl {
	font-size: 0.13rem;
	line-height: 28px;

	display: -webkit-flex;
	display: flex;
}
#main #option_parts___cs .inner .item.type_list .list dl:nth-child(n + 2) {
	border-top: 1px solid #cecece;
}
#main #option_parts___cs .inner .item.type_list .list dl dt {
	box-sizing: border-box;
	width: 86px;
	padding-left: 8px;
}
#main #option_parts___cs .inner .item.type_list .list dl dd {
	box-sizing: border-box;
	border-left: 1px solid #cecece;
	padding-left: 8px;
}
@media screen and (max-width: 750px) {
	#main #option_parts___cs {
		width: 690px;
		height: auto;
		padding-bottom: 50px;
	}
	#main #option_parts___cs .inner {
		box-sizing: border-box;
		height: 1180px;
		padding: 45px 0 0;
		overflow: hidden;
	}
	#main #option_parts___cs .inner.opened {
		height: auto;
	}
	#main #option_parts___cs .inner.opened + .cmd_sp_shorten_btn {
		margin-top: 30px;
	}
	#main #option_parts___cs .inner .item.type_title {
		font-size: 0.28rem;
	}
	#main #option_parts___cs .inner .item.type_image {
		margin-top: 25px;
		text-align: center;
		position: static;
		top:  0;
		left: 0;
		z-index: 0;
	}
	#main #option_parts___cs .inner .item.type_image img {
		width: 350px !important;
	}
	#main #option_parts___cs .inner .item.type_list {
		width: 630px;
		margin: 30px auto 0;
		position: static;
		top:  0;
		left: 0;
		z-index: 0;
	}
	#main #option_parts___cs .inner .item.type_list .headline {
		font-size: 0.28rem;
	}
	#main #option_parts___cs .inner .item.type_list .list {
		margin-top: 11px;
		border-top:    1px solid #5e5e5e;
		border-bottom: 1px solid #5e5e5e;
	}
	#main #option_parts___cs .inner .item.type_list .list dl {
		font-size: 0.24rem;
		line-height: 1;

		display: block;
	}
	#main #option_parts___cs .inner .item.type_list .list dl:nth-child(n + 2) {
		border-top-width: 1.5px;
	}
	#main #option_parts___cs .inner .item.type_list .list dl dt {
		width: auto;
		padding-left: 25px;
		background: #f0f0f0;
		line-height: 51px;
	}
	#main #option_parts___cs .inner .item.type_list .list dl dd {
		border-left: none;
		padding-left: 25px;
		padding-right: 25px;
		padding-top:    18px;
		padding-bottom: 18px;
		line-height: 1.17;
	}
}
/* ================================================================================================================== */
/* SPEC:OPTION_PARTS:オプション品（SIMカード）                                                                        */
/* ===================================================================================================================*/
#main #option_parts___sim {
	margin-top: 40px;
}
#main #option_parts___sim .inner {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	background: #ffffff;
}
#main #option_parts___sim .inner .item.type_title {
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #option_parts___sim .inner .important_note {
	margin-top: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;

	font-size: 16px;
	line-height: 1;
	font-feature-settings: "palt";
	letter-spacing: 0.045em;
}
#main #option_parts___sim .inner .important_note p {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#main #option_parts___sim .inner .important_note p span {
	color: #ff0000;
}
#main #option_parts___sim .inner .important_note p a {
	margin-left: 3px;
	color: #333333;
}
#main #option_parts___sim .inner .item.type_headline {
	width: 780px;
	margin: 30px auto 0;

	display: -webkit-flex;
	display: flex;
}
#main #option_parts___sim .inner .item.type_headline .sub_item.kind_image {
	width: 115px;
}
#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dt {
	font-size: 0.18rem;
	line-height: 1.4;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dd ul {
	margin-top: 3px;
}
#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.12rem;
	line-height: 1.58;
}
#main #option_parts___sim .inner .item.type_list {
	width: 780px;
	margin: 18px auto 0;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table {
	width: 100%;
	border-collapse: collapse;
	border-top:    1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	text-align: left;
	font-size: 0.13rem;
	line-height: 1.23;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table tr:nth-child(n + 2) {
	border-top: 1px solid #cecece;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table th {
	width: 96px;
	padding: 6px 0 6px 10px;
	vertical-align: top;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td {
	border-left: 1px solid #cecece;
	padding: 6px 15px;
	vertical-align: top;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(2) {
	width: 195px;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(3) {
	width: 190px;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(4) {
	width: 295px;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td:last-child {
	padding-right: 0;
}
#main #option_parts___sim .inner .item.type_list .table_wrapper table td .annotation {
	margin-top: 2px;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 750px) {
	#main #option_parts___sim {
		margin-top: 50px;
	}
	#main #option_parts___sim .inner {
		width: 690px;
		padding: 45px 0 55px;
	}
	#main #option_parts___sim .inner .item.type_title {
		font-size: 0.28rem;
	}
	#main #option_parts___sim .inner .important_note {
		width: 630px;
		margin: 20px auto 0;
		font-size: 0.21rem;
		line-height: 0.30rem;
		font-feature-settings: "palt";
		letter-spacing: 0.020em;
	}
	#main #option_parts___sim .inner .important_note p {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	#main #option_parts___sim .inner .important_note p span {
		width: 65px;
		flex-shrink: 0;
	}
	#main #option_parts___sim .inner .important_note p a {
		margin-left: 0;
	}
	#main #option_parts___sim .inner .item.type_headline {
		width: 630px;
		margin: 35px auto 0;

		display: block;
	}
	#main #option_parts___sim .inner .item.type_headline .sub_item.kind_image {
		width: auto;
		text-align: center;
	}
	#main #option_parts___sim .inner .item.type_headline .sub_item.kind_image img {
		width: 144px !important;
	}
	#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dt {
		margin-top: 20px;
		font-size: 0.28rem;
		line-height: 1.285;
	}
	#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dd ul {
		margin-top: 15px;
	}
	#main #option_parts___sim .inner .item.type_headline .sub_item.kind_text dl dd ul li {
		font-size: 0.24rem;
		line-height: 1.5;
	}
	#main #option_parts___sim .inner .item.type_list {
		width: 660px;
		margin: 45px auto 0 30px;
		overflow: auto;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper {
		display: inline-block;
		padding-right: 30px;
		padding-bottom: 20px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table {
		width: 1420px;
		border-top-width:    1.8px;
		border-bottom-width: 1.8px;
		font-size: 0.24rem;
		line-height: 1.21;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table tr:nth-child(n + 2) {
		border-top-width: 1.8px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table th {
		width: 175px;
		padding: 10px 0 10px 12px;
		vertical-align: top;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td {
		border-left-width: 1.8px;
		padding: 10px 30px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(2) {
		width: 360px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(3) {
		width: 350px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td:nth-child(4) {
		width: 535px;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td:last-child {
		padding-right: 0;
	}
	#main #option_parts___sim .inner .item.type_list .table_wrapper table td .annotation {
		margin-top: 10px;
	}
}
/* ================================================================================================================== */
/* SPEC:OPTION_PARTS:オプション品下(御注意)                                                                           */
/* ===================================================================================================================*/
#main #option_parts___annotation {
	width: 780px;
	margin: 15px auto 0;
	padding-bottom: 45px;
}
#main #option_parts___annotation dl dt {
	font-size: 0.12rem;
	line-height: 1;
}
#main #option_parts___annotation dl dd {
	margin-top: 5px;
}
#main #option_parts___annotation dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.12rem;
	line-height: 1.66;
}
@media screen and (max-width: 750px) {
	#main #option_parts___annotation {
		width: 690px;
		margin: 40px auto 0;
		padding-bottom: 75px;
	}
	#main #option_parts___annotation dl dt {
		font-size: 0.22rem;
	}
	#main #option_parts___annotation dl dd {
		margin-top: 10px;
	}
	#main #option_parts___annotation dl dd ul li {
		font-size: 0.22rem;
	}
}
