@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.va_md {
	vertical-align: middle !important;
}
.taR {
	text-align: right !important;
}
.taC {
	text-align: center !important;
}
.taL {
	text-align: left !important;
}
.fm08 {
	display: inline-block;
	font-size: 0.7em;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.fm09 {
	font-size: 0.8em;
}
.fz10 {
	font-size: 1em;
}
.mb10 {
	margin-bottom: 1em;
}
.mb20 {
	margin-bottom:2em !important;
}
.mb025 {
	margin-bottom: .25em;
}
.menu__main__list td a {
	line-height: 1.1;
}
.menu__main__list td a .sps__arrow_r_b {
	top: 10px;
}
hr {
	border: 1px solid #000;
	background-color: #000;
}
.thin {
	border: 0.2px solid #000;
	background-color: #000;
}
#main {
	/*	overflow: hidden;
*/
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.heading01 {
	margin-bottom: 1em;
	position: relative;
	font-size: 2em;
	line-height: 1.2;
	padding-bottom: 6px;
	border-bottom: 4px solid #1d2087;
}
#conts article .heading01 {
	margin-top: 1em;
}
.orange {
	color: #F26B00;
}
.red {
	color: #000;
}
.heading02 {
	margin-bottom: 0.75em;
	padding: 0 0.675em;
	font-size: 2em;
	color: #231815;
	line-height: 1;
	position: relative;
	counter-reset: anumber;
}
.heading02:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1em;
	content: "";
	border-left: 0.3em solid #1d2087;
}
#conts article .heading02 {
	margin-top: 0.75em;
}
.heading03 {
	color: #333;
	font-size: 1.53846em;
	line-height: 1.2em;
	vertical-align: middle;
}
.heading03 img {
	margin-right: 0.5em;
	vertical-align: middle;
}
.heading04 {
	margin: 0.5em 0;
	font-size: 1.2em;
}
.heading05 {
	margin: 1em 0;
}
.convclass {
	margin: 0 auto;
	max-width: 960px;
}
.inner {
	margin: 0 0.5em;
	display: block;
}
.inner .inner {
	margin: 0 1em;
}
.keypad {
	margin-top: -4px;
	height: 1em;
	height: 20px;
	vertical-align: middle;
}
.keypad_sub {
	margin-top: -2px;
}
.images_sub {
	margin-top: 5px;
}
.images_sub1 {
	margin-top: 9px;
}
.c_strong, .caution_note, .caution_to {
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.imgBox .rBox {
	padding-bottom: 5px;
	float: right;
}
.imgBox .lBox {
	padding-right: 30px;
	overflow: hidden;
}
.list01 {
	display: list-item;
	list-style: disc;
	list-style-position: outside;
	text-indent: 0;
	margin-left: 1em;
}



/* リスト用ドットを大きくする 250313*/
li.list01-big{
	position: relative;
	padding-left: 1.2em;
	color: black;
}
li.list01-big:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: black;
	border-radius: 50%;
}
/* ここまで */



.indent {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
.indent01 {
	text-indent: -0.7em;
	padding-left: 0.7em;
}
.indent02 {
	text-indent: -1.5em;
	padding-left: 1.5em;
	display: block;
}
.indent03 {
	text-indent: -1.125em;
	padding-left: 1.125em;
	display: block;
}
.margin-l-01 {
	margin-left: 1.5em;
}
.indentSpe {
	line-height: 1.4;
}
.textBorder {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #000;
}
.block {
	text-align: center;
}
.block img {
	display: block;
	margin: 10px auto;
}
.block span {
	display: inline-block;
	vertical-align: top;
}
.block .photoSpan {
	margin: 0px 10px;
}
.block .photoSpan img {
	max-width: 213px;
}
.table_detail {
	margin-bottom: 1em;
}
.table_detail table {
	margin-top: 0.5em;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.table_detail thead {
	line-height: 1.5;
}
.table_detail th, .table_detail td {
	padding: 0.5em;
	line-height: 1.5;
	border: 1px solid #000;
	text-align: left;
	vertical-align: middle;
}
.table_detail.word-wrap th, .table_detail.word-wrap td {
	word-break: break-all;
}
.tacTable tbody th {
	text-align: center;
}
.table_detail th[align="center"], .table_detail td[align="center"] {
	text-align: center;
}
.table_detail img {
	vertical-align: middle;
}
.table_detail + .table_ul {
	margin-top: 1em;
}
.ud_line {
	text-decoration: underline;
}
.ud_line_before {
	position: relative;
}
.ud_line_before:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
}
.bd_line {
	border-bottom: 1px solid #000;
}
.ov_line {
	text-decoration: overline;
}
.va_bl {
	visibility: hidden;
}
.sub {
	font-size: 0.7em;
	vertical-align: baseline;
	display: inline-block;
	text-indent: 0;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
.sup {
	font-size: 0.7em;
	line-height: 0.8;
	vertical-align: middle;
	display: inline-block;
	text-indent: 0;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.sup01 {
	font-size: 1em;
	line-height: 0.8;
	vertical-align: middle;
	display: inline-block;
	text-indent: 0;
	transform: translateY(-0.4em);
	-webkit-transform: translateY(-0.4em);
}
.top {
	margin-left: -1.1em;
	margin-top: -1em;
	display: inline-block;
	vertical-align: top;
}
.top01 {
	margin-left: -0.35em;
	margin-top: -0.4em;
	display: inline-block;
	vertical-align: top;
}
.top02 {
	margin-left: -0.35em;
	display: inline-block;
	vertical-align: top;
}
.sub03 {
	font-size: 0.7em;
	vertical-align: baseline;
	display: inline-block;
	text-indent: 0;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
}
.sup03 {
	margin-right: -0.6em;
	font-size: 0.7em;
	vertical-align: top;
	display: inline-block;
	text-indent: 0;
	transform: translateY(-9px);
	-webkit-transform: translateY(-9px);
}
.ruby {
	margin: -0.1em 0 0 -0.3em;
	font-size: 1.2em;
	display: inline-block;
}
.frac {
	display: inline-block !important;
	position: relative;
	line-height: 1.1;
	vertical-align: middle;
	text-align: center;
}
.frac .frac {
	margin-top: 1em;
}
.frac sub {
	padding-top: 0;
	display: block;
	line-height: 1.2;
	text-align: center;
	border-bottom: none;
}
.frac .distance {
	bottom: -2em;
}
.frac sup {
	width: auto;
	display: block;
	padding: 0;
	position: static;
	left: auto;
	top: auto;
	border-bottom: 1.2px solid #000;
	text-align: center;
	min-width: 1.25em;
}
.frac .minwidth {
	min-width: 3em;
}
.frac .minwidth01 {
	min-width: 5em;
}
.sup .frac {
	margin-bottom: 1em;
}
.radical {
	border-top: 1px solid #000;
}
.radical_ {
	min-width: 0.1em;
	border-top: 1px solid #000;
	line-height: 9px;
	display: inline-block;
	vertical-align: baseline;
}
.italic {
	font-style: italic;
}
.dpib {
	display: inline-block;
	vertical-align: top;
}
.sub_box p {
	clear: both;
	overflow: hidden;
}
.sub_box span {
	float: right;
	margin-left: 2em;
}
.top_btm {
	margin: -0.5em;
	padding: 0.5em;
	position: relative;
}
.top_btm:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	content: "";
	transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	background-color: #000;
}
.top_btm .top_ {
	display: block;
	text-align: right;
	padding-bottom: 0.5em;
}
.top_btm .btm_ {
	display: block;
	text-align: left;
	padding-top: 0.5em;
}
i {
	min-width: 0.1em;
	font-family: 'Times New Roman';
	font-style: italic;
	text-indent: 0;
	text-align: center;
}
.times {
	font-family: 'Times New Roman';
}
.i {
	font-style: italic;
	text-indent: 0;
}
.table_ul {
	overflow: hidden;
	padding: 2px 0;
}
.table_ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: auto;
	display: table;
	width: 100%;
}
.table_ul + .table_ul {
	margin-top: -1em;
}
.table_ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	line-height: 1.3em;
	box-sizing: border-box;
	width: 50%;
	width: 230px;
}
.table_ul li:first-child {
	width: calc(100% - 230px);
}
.table_ul li:nth-child(2n) {
	vertical-align: bottom;
}
.table_spe {
	overflow: hidden;
}
.table_spe li:first-child {
	width: auto;
	float: right;
}
.table_spe li {
	float: left;
}
.table_spe li.taL {
	width: calc(100% - 230px);
}
.table_ul li img {
	max-width: 213px;
	vertical-align: middle;
}
.table_ul li img.w220 {
	max-width: 220px;
}
.table_ul li img.w240 {
	max-width: 240px;
}
.table_ul li img.w250 {
	max-width: 250px;
}
.table_ul li img.w280 {
	max-width: 280px;
}
.table_ul .left {
	text-align: left;
}
.table_detail td.dash-under {
	border-bottom: 1px dashed #000;
}
.table_detail td.dash-upper {
	border-top: 1px dashed #000;
}
.ex_title b {
	float: left;
}
.ex_title span {
	overflow: hidden;
	display: block;
	padding-left: 0.5em;
}
.indent5em {
	padding-left: 4.74em;
	text-indent: -4.74em;
	display: block;
}
.indent6em {
	padding-left: 5.74em;
	text-indent: -5.74em;
	display: block;
}
.padding5em {
	padding-left: 4.74em;
}
.padding6em {
	padding-left: 5.74em;
}
.sp {
	display: none !important;
}
.sp-br {
	display: none;
}
.tac_ul {
	text-align: center;
}
.tac_ul li {
	float: left;
	width: 50%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.wih5 {
	width: 0;
}
.importantBox {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	font-size: 0.8em;
	background-color: #FFE9EC;
}
.importantBox .heading03 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.125em;
	color: #E91511;
	border-bottom: 1px solid #B4B4B5;
}
.importantBox .keypad {
	height: 16px;
}
.importantBox p {
	line-height: 1.6;
}
.noteBox {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	font-size: 0.8em;
	background-color: #E7F3F0;
}
.noteBox .heading03 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.125em;
	color: #009399;
	border-bottom: 1px solid #B4B4B5;
}
.noteBox .keypad {
	height: 16px;
}
.noteBox p {
	line-height: 1.6;
}
.flR .r_ {
	float: right;
}
.dl {
	display: inline-block;
	vertical-align: top;
}
.frac .dl {
	margin-top: 0.45em;
}
.frac .minheight {
	margin-top: 1.5em;
}
.wbka {
	word-break: keep-all;
}
.rPhoto img {
	max-width: 213px;
}
.before_span {
	position: relative;
}
.before_span:before {
	margin-left: -1px;
	width: 2px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: -3px;
	left: 50%;
	content: "";
	border-radius: 50px;
}
.txt {
	font-size: 1.5em;
}
.table_detail_nallow {
	margin-bottom: 1em;
}
.table_detail_nallow table {
	margin-top: 0.5em;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.table_detail_nallow thead {
	line-height: 1.5;
}
.table_detail_nallow th, .table_detail_nallow td {
	padding: 0;
	line-height: 1.5;
	border: 1px solid #000;
	text-align: left;
	vertical-align: middle;
}
.table_detail_nallow.word-wrap th, .table_detail_nallow.word-wrap td {
	word-break: break-all;
}
.tacTable tbody th {
	text-align: center;
}
.table_detail_nallow th[align="center"], .table_detail_nallow td[align="center"] {
	text-align: center;
}
.table_detail_nallow img {
	vertical-align: middle;
}
.table_detail_nallow + .table_ul {
	margin-top: 1em;
}
.table_detail_nallow02 {
	margin-bottom: 1em;
	margin-top: 1em;
	border-collapse: collapse;
	width: 100%;
}
.table_detail_nallow02 thead {
	line-height: 1;
}
.table_detail_nallow02 th, .table_detail_nallow02 td {
	padding: 5px;
	line-height: 1;
	border: 1px solid #000;
	text-align: left;
	vertical-align: middle;
}
.table_detail_nallow02.word-wrap th, .table_detail_nallow02.word-wrap td {
	word-break: break-word;
}
.tacTable tbody th {
	text-align: center;
}
.table_detail_nallow02 th[align="center"], .table_detail_nallow02 td[align="center"] {
	text-align: center;
}
.table_detail_nallow02 img {
	vertical-align: middle;
}
.table_detail_nallow02 + .table_ul {
	margin-top: 1em;
}
.keypad-1em {
	margin-top: -4px;
	height: 1em;
	vertical-align: middle;
}
.table_ul_left {
	margin: 0;
	display: table;
	margin: 0.5em 0;
}
.table_ul_left li {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.table_ul_left li:nth-child(2) {
	table-layout: fixed;
	word-wrap: normal;
	word-break: normal;
	padding-left: 10px;
}
.table_ul_left li img {
	max-width: 213px;
	vertical-align: middle;
	padding: 0;
}
.table_ul_left-top {
	overflow: hidden;
	padding: 0;
}
.table_ul_left-top {
	margin: 0.5em auto;
	display: table;
	width: 100%;
}
.table_ul_left-top li {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	margin: 0;
}
.tac_ul-top {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.tac_ul-top li {
	float: left;
	width: 50%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.txt2emh {
	display: inline-block;
	line-height: 1em; 
	transform: scale(1, 2); 
}
.table_liblock { 
	display: table;
	width: 100%;
	word-break: break-all;
}
.liblock_L {
	display: table-cell;
	text-align: left;
	padding-right: 0.25em;
}
.liblock_C {
	display: table-cell;
	text-align: center;
	padding: 0 0.1em;
}
.liblock_R {
	display: table-cell;
	text-align: right;
	padding-left: 0.25em;
}
.table_liblock2 { 
	display: table;
	word-break: break-all;
}
.liblock_L2 {
	display: table-cell;
	text-align: left;
	padding-right: 2em;
}
.indent_cap01 { 
	text-indent: -5em;
	padding-left: 5em;
	display: block;
}
.indent_cap02 { 
	text-indent: 0;
	padding-left: 0;
	display: block;
}
.indent_cap03 { 
	text-indent: 0;
	padding-left: 0;
	display: inline-block;
}
.va_tp {
	vertical-align: top !important;
	text-align: left !important;
}
.intable { 
	margin: 0;
}
.centerbox { 
	display: table;
	width: auto;
	margin: 0 auto;
}
.rightbox { 
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: 0;
	min-width: 220px;
}

.statistical-box {
	display: table;
	width: auto;
	margin: 10px auto;
}
.statistical-box li { 
	text-align: left;
}
.table_ul li br.nobr {
		display: none;
	}
.txtStyle06 {
	margin-top: -10px;
	font-size: 1.5em;
	vertical-align: middle;
	display: inline-block;
}
.txtStyle06 ~ .radical {
	min-width: 0.1em;
	border-top: 1px solid #000;
	line-height: 15px;
	display: inline-block;
	vertical-align: baseline;
}
.txtStyle06 .txtStyle05 {
	font-size: 20px;
}
.imgStyle04 {
	height: 42px;
	vertical-align: middle;
}
.blockR {
	display: inline-block;
	text-align: right;
	float: right;
}
.img-R_0 {
	margin-right: 0 !important;
}
a {
	font-weight: bold;
	color: #0000FF; /* change from "fx-JP900CW_fx-JP700CW" (2023/XX) */
	text-decoration: none;
}
.menuList li a {
	font-weight: normal; 
	font-size: 1.1em;
	color: #231815;
	line-height: 2;
	display: block;
	text-decoration: none;
	padding-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------------------
	<prev next>ボタン
------------------------------------------------------------*/
body #navigation {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body #navigation .navi_btn a {
	min-width: 120px;
	height: 36px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #7e7e7f;
	border-radius: 7px;
	background-clip: padding-box;
	background-color: #e0e0e0;
	color: #32363B;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 2px 2px #b5b4b5;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 40%, rgba(224, 224, 225, 1) 100%);
}
body #navigation .navi_btn.prev {
	margin-right: 12px;
}
.navi_btn:hover{
	opacity: 0.7;
}





.gotop a {
	line-height: 1;
	color: #000;
	text-decoration: none
}
.gotop a#pagetop {
	width: 76px;
	height: 76px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	background: #565656 url(../img/images/icon_pagetop_arrow.svg) no-repeat center 16px;
	background-size: 28px auto;
	position: fixed;
	right: 15px;
	bottom: -80px;
	z-index: 100
}
.gotop a#pagetop span {
	padding-top: 48px;
	color: #fff;
	line-height: 1;
	font-size: 10px;
	display: inline-block
}
@media all and (min-width: 0) and (max-width: 414px) {
	body #navigation .navi_btn a {
		min-width: 90px;
		height: 1em;
		padding: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #333;
		background-clip: padding-box;
		background-color: #e0e0e0;
		color: #32363B;
		font-weight: bold;
		text-decoration: none;
	}
}
@media all and (-ms-high-contrast:none) {
	.frac sup {
		padding: 0;
	}
	.frac sub {
		bottom: -1.4em;
	}
}
@media all and (min-width: 600px) {
	.table-img {
		max-width: 213px;
	}
}
@media all and (min-width: 0) and (max-width: 599px) {
	.heading01 {
		margin-bottom: 20px;
		padding-bottom: 4px;
		font-size: 30px;
		line-height: 30px;
		border-bottom-width: 3px;
	}
	.heading02 {
		padding: 0 0.57em;
		font-size: 1.3em;
		line-height: 1.2em;
	}
	.heading02:after {
		height: 1.2em;
	}
	.heading03 {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.heading03 img {
		width: 20px;
	}
	.heading04 { 
		padding: 5px 5px 5px 0px;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.config-col1 {
		width: 43%;
	}
	.config-col2 {
		width: 57%;
	}
	.config-col3 {
		width: 44%;
	}
	.config-col4 {
		width: 56%;
	}
	.convclass {
		margin: 0 0.5em;
	}
	.inner {
		margin: 0 auto;
	}
	.inner .inner {
		margin: 0 auto;
		margin-left: 1em;
	}
	.inner .table-inner {
		margin-left: 0;
	}
	.inner .table-inner .table-image {
		width: 150px;
	}
	.keypad {
		height: 16px;
	}
	.keypad_sub {
		height: 14px;
		width: auto;
	}
	.images_sub2 {
		height: 44px;
		width: auto;
	}
	.images_sub3 {
		height: 20px;
		width: auto;
	}
	.images_sub4 {
		height: 40px;
		width: auto;
	}
	.images_sub5 {
		height: 32px;
		width: auto;
	}
	.images_sub6 { 
		height: 52px;
		width: auto;
	}
	.imgBox .rBox {
		padding-bottom: 5px;
		float: right;
		width: 32%;
	}
	.imgBox .lBox {
		padding-right: 0;
		float: left;
		width: 66%;
	}
	.textBorder {
		padding: 0.5em;
	}
	.taR {
		text-align: center;
	}
	.table_detail thead {
		/*font-size: 1.13077em;*/
	}
	.table_detail th, .table_detail td {
		padding: 0.5em;
		border: 1px solid #000;
	}
	.table-img {
		max-width: 100%;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.tac_ul li {
		float: none;
		width: auto;
	}
	.table_ul {
		margin-bottom: 0.5em;
		display: block;
	}
	.table_ul + .table_ul {
		margin-top: -0.5em;
	}
	.table_ul li {
		margin-bottom: 0.5em;
		margin-left: auto;
		padding-left: 0;
		text-align: left;
		width: auto;
		display: block;
		max-width: 360px;
	}
	.table_ul .taL {
		max-width: inherit;
	}
	.table_ul li:first-child {
		width: auto;
	}
	.table_ul li br {
		display: none;
	}
	.table_ul li br.nobr {
		display: inherit !important;
	}
	.table_ul01 li img {
		max-width: 100%;
	}
	.tab02 li:first-child {
		width: 100%;
		max-width: none;
	}
	.tab02 li br {
		display: block;
	}
	.tab03 li br {
		display: block;
	}
	.indent5em {
		padding-left: 0;
		text-indent: 0;
	}
	.indent6em {
		padding-left: 0;
		text-indent: 0;
	}
	.margin-l-01 {
		margin-left: 2em;
	}
	.top_btm:before {
		transform: rotate(6deg);
		-webkit-transform: rotate(6deg);
	}
	.sup03 {
		transform: translateY(-4px);
		-webkit-transform: translateY(-4px);
	}
	.sub03 {
		transform: translateY(4px);
		-webkit-transform: translateY(4px);
	}
	.sp-br {
		display: block;
	}
	.frac sub {
		bottom: -16px;
	}
	.minheights {
		min-height: 3em;
	}
	.minheights .distance {
		bottom: 0;
	}
	.rPhoto img {
		max-width: 100%;
	}
	.block .photoSpan img {
		max-width: 100%;
	}
	.table_spe li.taL {
		width: 100%;
	}
	.frac-table-img {
		display: inline-block;
		overflow-x: hidden;
	}
	.frac-table-img .siki01 {
		max-width: 110%;
		margin: 0 -5%;
	}
	.frac-table-img .siki02 {
		max-width: 150%;
		margin: 0 -25%;
	}
	.liblock_L, .liblock_C, .liblock_R { 
		font-size: 0.8em;
	}
	.table_liblock2 p {
		display: inline-block;
	}
	.liblock_L2 {
		text-align: left;
		padding-right: 2em;
	}
	.statistical-box { 
		max-width: 213px;
	}
	.centerbox { 
		display: table;
		width: auto;
		max-width: 280px;
		margin-left: 0;
		margin-right: auto;
	}
	.rightbox { 
		display: table;
		width: auto;
		max-width: 280px;
		margin-left: 0;
		margin-right: auto;
	}
.table_ul li p{
}
.table_ul li p.list01 {
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	left: auto;
	margin-left: 0;
	text-indent: -17px;
	padding-left: 17px;
}
}
/* for Galaxy Fold (width:280px) */
@media all and (max-width: 280px) {
	.mb_txtnallow01 { /* スマホ閲覧時に長体_210928 calculation_ranges.html/using_the_settings_menu.html */
		transform: scale(0.75, 1);
		-moz-transform: scale(0.75, 1);
		-webkit-transform: scale(0.75, 1);
		-ms-transform: scale(0.75, 1);
		transform-origin: left; /*基準点*/
		text-align: left;
	}
	.table_ul li img.w280 { 
		width: 100%;
	}
}