@charset "UTF-8";

/* ****************************************************
Title: sp_common.css
Created: 2011-01-24
Last Modified: 2011-03-23
***************************************************** */


/* Table Of Contents
----------------------------------------

# Settings
# Smartphne Hide Content
# Layout
# Header
# Main
# GNav
# Sidebar
# Footer
# Modules

----------------------------------------*/


/* # Settings
---------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: #333;
	font-size: var(--fs-s90);
	line-height: 1.5;
	width: 100%;
	min-width:320px;
	background:#FFF;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	line-height: 1.214;
}

a {
	color: #2c89d0;
	text-decoration: none;
}

table { width: 100%; }

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
	box-sizing: border-box;
}

button {	font-weight: bold;
}


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */




/* # Layout
---------------------------------------------------------------------------- */

#siteHd,
#gNav,
#pageBody,
#siteFt {
	margin: 0;
	width: auto;
}

#gNav,
#topicPath,
#sidebar {
	display: none;
}

#content {
	position: relative;
}


/* # Header
---------------------------------------------------------------------------- */

/* SPヘッダー（本体JP sp_common と同一。#siteHd は common.css の flex＋ここで align-items/padding、#siteId は単一imgを70%スケール、SP検索は icon_search のCSS描画アイコン→検索ページ遷移。assist(言語/検索ボックス)は header.html の mSPHide で非表示） */
#siteHd{
	align-items: center;
	padding:0.75rem 0.5rem;
}

#siteId{
	width: 70%;
	max-width: 375px;
}

.icon_search{
	width: 3.5rem;
	aspect-ratio: 1/1;
	display: block;
	position: relative;
	background: #656565;
	border-radius: 5px;
}

.icon_search::before, .icon_search::after{
	content: "";
	position: absolute;
}

.icon_search::before{
	width: 1.4rem;
	aspect-ratio: 1/1;
	border-radius: 100%;
	border: solid 0.35rem #fff;
	background: #656565;
	left: 15%;
	top: 15%;
	z-index: 2;
}

.icon_search::after{
	width: 40%;
	height: 0.4rem;
	border-radius: 20px;
	background: #fff;
	transform: rotate(42deg);
	bottom: 26%;
	right: 10%;
}


/* # Main
---------------------------------------------------------------------------- */
#content #mPageTit01{ border-top: none;}

#content {
	padding: 0 1rem;
	border-top: 5px solid #acd598;
}

/* mCatIndexContentHd */
#content .mCatIndexHd .mCatIndexHdImg {
	margin-bottom: 1.8125rem;
}

/* mCatIndexLead */
#content .mCatIndexLead {
	margin-bottom: 2.0625rem;
}

#content .mCatIndexLead .mCatIndexLeadImg {
	display: none;
}

#content .mCatIndexLead .mCatIndexTxt {
}

/* mCatIndexArea */
#content .mCatIndexArea {
	clear: both;
}

#content .mCatIndexArea .mCatIndexAreaSec {
	margin-bottom: 3.125rem;
}

#content .mCatIndexArea .mCatIndexAreaSec h2 {
	background: #acd598;
	color: #fff;
	clear: both;
	font-size: var(--fs-xl);
	margin-bottom: 0.9375rem;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecIn {
	clear: both;
}

/* mCatIndex SP（JP同様：float→ブロック、見出し/リスト矢印は common.css の CSS描画を共用、SPは ::before 位置のみ調整。gif ico_arrow05/ico_arrow_lg_r 撤去） */
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem {
	float: none;
	width: auto;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemContent ul li {
	padding: 0.75rem;
	padding-left: 1rem;
	border: 2px dotted #f0f0f0;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemContent ul li::before {
	top: 1.1rem;
	left: 0.5rem;
}

#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemLead,
#content .mCatIndexArea .mCatIndexAreaSec .mCatIndexAreaSecItem .mCatIndexAreaSecItemThumb {
	display: none;
}

/* mPointList */
#content .mPointList {
	margin: 0 0 1.875rem;
}

#content .mPointList dt {
	background: url(../img/sp/page/tit_pointlist.gif) no-repeat left top;
	float: none;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100px;
}

#content .mPointList dd {
	background-color: #ffeded;
	float: none;
	padding: 1.3125rem 1.25rem;
	width: auto;
}

#content .mPointList li {
	background: url(../img/pc/page/ico_pointlist.gif) no-repeat 0 0.5em;
	border-bottom: none;
	padding: 0 0 0 1.6875rem;
}

#content .mPointList li.last {
	border-bottom: 0;
}

#content .mPointList li strong {
}

/* contentArea */
#content .mCaseArea {
	margin-top: 1.75rem;
}

/* （旧 #content .uiTabArea .uiTab 負マージンは撤去＝JP sp_common に無し。TOP検索タブは sp_top.css が担当） */

#content .mCaseArea .uiTabPanel {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 -15px 0.9375rem;
	padding: 1.25rem 0.9375rem 0;
}

/* mPNav */
#content .mPNav {
    background-color: #f0eee1;
    margin: 0.9375rem 0;
    padding: 0.9375rem 0.9375rem 0.75rem;
}

#content .mPNav li {
	margin-bottom: 0.1875rem;
}

#content .mPNav a {
	display: inline-block;
	padding-left: 1.3125rem;
	text-decoration: underline;
	vertical-align: baseline;
    color: #5F4B4B;
}

#content .mPNav a:hover {
	text-decoration: none;
}

/* mCaseAreaContent */
#content .mCaseArea .mCaseAreaContent {
	margin-bottom: 3.75rem;
}

#content .mCaseArea .mCaseAreaContentLast {
}

/* mCaseAreaFig01 */
#content .mFig01 {
	margin: 2.5rem 0 3.125rem;
	text-align: center;
}

#content .mFig02 {
	margin: 1.25rem 0 3.125rem;
	text-align: center;
}

#content .mFig03 {
	margin: 1.25rem 0 3.125rem;
	text-align: center;
}

#content .mFig04 {
	margin: 1.8em 0;
	text-align: center;
}

/* 画像下caption有 */
#content .mFig05{
	text-align: center;
	margin-top: 1em auto 1.5em;
}
#content .mFig05 ul,
#content .mFig05 p{
	text-align: left;
	margin-top: 0.8em;
	margin-left: 1.5em;
}
#content .mFig05 li {
	text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}

/* mCaseAreaFig01 */
#content .mFig01 img, #content .mFig02 img, #content .mFig03 img, 
#content .mFig04 img, #content .mFig05 img{
	width:100%;
}


/* mStepList */
#content .mStepList {
	margin: 0.9375rem -15px 1.875rem;
	overflow: hidden;
}

#content .mStepList li:nth-of-type(1) {
	border-top: none;
}

#content .mStepList li {
	border-top: 1px dotted #b2b2b2;
	margin-top: 0;
	overflow: hidden;
	padding: 1.875rem 0.9375rem;
}

#content .mStepList li .ico {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: none;
	height: 35px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 106px;
}

#content .mStepList .mStepListItem01 .ico { background-image: url(../img/sp/page/ico_casearea_steplist_01.gif); }
#content .mStepList .mStepListItem02 .ico { background-image: url(../img/sp/page/ico_casearea_steplist_02.gif); }
#content .mStepList .mStepListItem03 .ico { background-image: url(../img/sp/page/ico_casearea_steplist_03.gif); }
#content .mStepList .mStepListItem04 .ico { background-image: url(../img/sp/page/ico_casearea_steplist_04.gif); }
#content .mStepList .mStepListItem05 .ico { background-image: url(../img/sp/page/ico_casearea_steplist_05.gif); }

#content .mStepList li .txt {
	display: block;
	margin-top: 0.9375rem;
	padding: 0;
}

/*STEPリスト内　mNoteList ＞ mNoteList */
#content .mNoteList .mReNote{
	width:90%;
	font-size: var(--fs-lg);
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReNote li,
#content .mNoteList ol.mReNote li{
	border:none;
	padding: 0.5em 0 0 1em;
}

/*STEPリスト内　mNoteList ＞  mDiscList */
#content .mNoteList .mReDisc{
	width:90%;
	font-size: var(--fs-lg);
	margin-left: -24px;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReDisc li,
#content .mNoteList ol.mReDisc li{
	border:none;
	padding: 0.5em 0 0 1.5em;
	text-indent:-1em;
}

/*STEPリスト内　mNoteList ＞ mDecimalList */
#content .mNoteList .mReDecimal{
	width:90%;
	font-size: var(--fs-lg);
	margin-left: -24px;
	margin-top: 0.5em;
	list-style-position: inside;
}
#content .mNoteList ul.mReDecimal li,
#content .mNoteList ol.mReDecimal li{
	border:none;
	padding: 0.5em 0 0 1.5em;
	text-indent:-1.5em;
}

/* mReference */
#content .mReference,
#content .mReference02 {
	margin: 1.25rem 0 2.5rem;
}

#content .mReference dt,
#content .mReference02 dt {
	float: left;
	height: 27px;
	line-height: 0;
	margin-right: 1.25rem;
	text-indent: -9999px;
	overflow: hidden;
	width: 110px;
}

#content .mReference dt { background: url(../img/sp/page/ico_casearea_content_ref_tit.gif) no-repeat left top; }
#content .mReference02 dt { background: url(../img/sp/page/ico_m_reference02.gif) no-repeat left top; }

#content .mReference dd,
#content .mReference02 dd {
	overflow: hidden;
}

#content .mReference ul,
#content .mReference02 ul {
	margin-top: -2px;
}

#content .mReference li,
#content .mReference02 li {
	display: inline-block;
	font-size: var(--fs-note);
	vertical-align: baseline;
}

#content .mReference li {
	background: url(../img/sp/page/ico_casearea_content_ref_item.gif) no-repeat left center;
	padding-left: 1.625rem;
}

/* 参考リンク 文字（小） */
#content .mReference03{
	background-image: url(../img/pc/page/ico_casearea_content_tit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0.5em;
	padding-left: 5.125rem;
	font-size: var(--fs-note);
}

/* 参考リンク 文字100％ */
#content .mReference04{
	background-image: url(../img/pc/page/ico_casearea_content_tit.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0.5em;
	padding-left: 5.125rem;
	font-size: 100%;
}

/* 関連リンク 文字（小） */
#content .mReference05{
	background-image: url(../img/pc/page/ico_m_reference02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0.5em;
	padding-left: 5.125rem;
	font-size: var(--fs-note);
}

/* 関連リンク 文字100％ */
#content .mReference06{
	background-image: url(../img/pc/page/ico_m_reference02.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0.5em;
	padding-left: 5.125rem;
	font-size: 100%;
}

/* mTable01 */
#content .mTable01 {
	margin: 1.5625rem 0;
}

#content .mTable01 table {
	border: 1px solid #ccc;
}

#content .mTable01 table caption {
	line-height: 1.2;
	padding-bottom: 0.625rem;
}

#content .mTable01 .mNoteList {
	margin-bottom: 0;
}

#content .mTable01 table thead th {
	background: #edf9ff;
	border-right: 1px solid #ccc;
	color: #1b4d74;
	font-weight: bold;
	font-size: var(--fs-2xs);
	padding: 0.75rem 0.9375rem;
	text-align: center;
}

#content .mTable01 table tbody th,
#content .mTable01 table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.75rem 0.9375rem;
}

#content .mTable01 table tbody th .mIconBlt,
#content .mTable01 table tbody td .mIconBlt{
	background: url(../img/sp/page/ico_arrow04.gif) no-repeat 0.2em 0.2em;
	padding-left: 2em;
}


/* mTable02 */
#content .mTable02 {
	margin: 1.5625rem 0;
}

#content .mTable02 table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .mTable02 table caption {
	line-height: 1.2;
	padding-bottom: 0.625rem;
}

#content .mTable02 .mNoteList {
	margin-bottom: 0;
}

#content .mTable02 table th,
#content .mTable02 table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content .mTable02 table thead th {
	background-color: #c9e8f8;
	color: #000;
	font-weight: bold;
	font-size: var(--fs-2xs);
	padding: 0.8125rem;
	vertical-align: middle;
	text-align: center;
}

#content .mTable02 table tbody th {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	font-size: var(--fs-2xs);
	padding: 0.8125rem;
	vertical-align: middle;
	width: 25%;
}
#content .mTable02 table tbody td {
	padding: 0.8125rem;
}

#content .mTable02 table tbody .accent {
	font-weight: bold;
	padding: 0.8125rem;
	vertical-align: middle;
}

/* mTable03 */
#content .mTable03 {
	margin: 1.5625rem 0;
}

#content .mTable03 table {
	border-left: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}

#content .mTable03 table caption {
	line-height: 1.2;
	padding-bottom: 0.625rem;
}

#content .mTable03 table th {
	color: #1b4d74;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	line-height: 1.2;
	font-size: var(--fs-2xs);
	padding: 0.9375rem 0.625rem 0.9375rem 5.8125rem;
}

#content .mTable03 table .yes {
	background: url(../img/sp/page/bg_yes_or_no_yes.gif) no-repeat left center;
}

#content .mTable03 table .no {
	background: url(../img/sp/page/bg_yes_or_no_no.gif) no-repeat left center;
}

#content .mTable03 table td {
	background-color: #fff;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	line-height: 1.5;
	padding: 0.625rem 0.9375rem;
}

#content .mTable03 .mNoteList {
	margin-bottom: 0;
}

/* ＜Table04＞ "mTable02"thの横幅指定解除ver */
#content .mTable04 {
	margin: 0.9375rem 0 1.25rem;
	font-size: var(--fs-2xs);/*SPのみ設定*/
}

#content .mTable04 table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .mTable04 table caption {
	padding-bottom: 0.3125rem;
}

#content .mTable04 .mNoteList {
	margin-bottom: 0;
}

#content .mTable04 table th,
#content .mTable04 table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content .mTable04 table thead th {
	background-color: #c9e8f8;
	color: #000;
	font-weight: bold;
	padding: 0.75rem 0;
	text-align: center;
}

#content .mTable04 table tbody th {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 0.8125rem;
	vertical-align: middle;
}

#content .mTable04 table tbody td {
	padding: 0.8125rem;
}

#content .mTable04 table tbody .accent {
	font-weight: bold;
	padding: 0.8125rem;
	vertical-align: middle;
}

/* ---------------------------------
　 セル内の詳細設定
--------------------------------- */
/*セル内縦位置 中央設定*/
#content .mtaM {
	vertical-align:middle;
}

/*セル内縦位置 中央設定・*/
#content .mtaCM {
	vertical-align:middle;
	text-align:center;
}

/*td内でthと同じ表示*/
#content table tbody .mtdItem01 {
	background-color: #edf9ff;
	color: #1b4d74;
	font-weight: bold;
	padding: 0.8125rem;
	vertical-align: middle;
	text-align:center;
}

/* mNoteBox */
#content .mNoteBox {
	margin: 3.125rem 0 0;
}

#content .mNoteBox {
	background-color: #fff6f6;
	border: 3px solid #ffcaca;
	padding: 0.9375rem 1.25rem 0.3125rem 1.25rem;
}
#content .mNoteBox .mNoteBoxTit {
	background: url(../img/sp/page/tit_caution.gif) no-repeat left top;
	border-bottom: 1px dashed #ffcaca;
	height: 27px;
	margin-bottom: 0.625rem;
	overflow: hidden;
	padding-bottom: 0.9375rem;
	text-indent: -9999px;
}

#content .mNoteBox p,
#content .mNoteBox ul {
	margin: 0.625rem 0 0.9375rem;
}

/* mColumnBox */
#content .mColumnBox {
	background-color: #fbfdf5;
	border: 3px solid #ebf2d6;
	margin: 3.125rem 0 0;
	padding: 0.9375rem 1.25rem 0.3125rem 1.25rem;
}

#content .mColumnBox .mColumnBoxTit {
	background: url(../img/sp/page/tit_column.gif) no-repeat left top;
	border-bottom: 1px dashed #bed283;
	height: 41px;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	padding-bottom: 0.9375rem;
	text-indent: -9999px;
}

#content .mColumnBox .mSH01 {
	margin-left: 0;
	margin-right: 0;
}

#content .mColumnBox p,
#content .mColumnBox ul {
	margin: 0.625rem 0 0.9375rem;
}

/* mAsideBox */
#content .mAsideBox {
	background-color: #eee;
	margin: 3.125rem 0 0;
	padding: 0.9375rem 0.9375rem 1px 0.9375rem;
}

#content .mAsideBox p,
#content .mAsideBox ul {
	margin: 0.625rem 0 0.9375rem;
}

#content .mAsideBox01 {
	background-color: #eee;
	margin: 1em 0 0.5em;
	padding: 0.9375rem 0.9375rem 1px 0.9375rem;
}

#content .mAsideBox01 p,
#content .mAsideBox01 ul {
	margin: 0.625rem 0 1.125rem;
}

#content .mAsideBox02 p,
#content .mAsideBox02 ul {
	margin: 0.625rem 0 1.125rem;
}

/* mNoteList */
#content .mNoteList {
	margin: 0.625rem 0;
}

#content .mNoteList li {
	font-size: var(--fs-xs);
}

/* mCaseList */
#content .mCaseList li {
	font-size: var(--fs-xs);
	background: url(../img/sp/page/bg_case_list.gif) repeat-y left top;
	background-size:contain;
	margin-bottom: 0.625rem;
	position: relative;
	min-width: 300px;
	min-height: 100px;
}

#content .mCaseList li p.num {
	color: #fff;
	font-weight: bold;
	left: 1%;
	line-height: 1.0;
	margin-top: -0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 10%;
}

#content .mCaseList li div.case {
	float: left;
	padding: 3% 3% 3% 14%;
	width: 35%;
}

#content .mCaseList li div.result {
	float: right;
	padding: 3%;
	width: 35%;
}

#content .mCaseList li img.arrow {
	left: 55%;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	width: 4%;
}

/* mPageTop */
/* mPageTop：JP sp_common に整合（span＋bg_pagetop.gif → ::before丸＋::after clip矢印。#content 除去で JP と同specificity） */
.mPageTop {
	padding: 1.5rem 0;
	text-align: right;
}

.mPageTop a {
	background: #f0f0f0;
	border-radius: 3px;
	color: #616161;
	font-weight: bold;
	display: inline-block;
	padding: 1rem;
	padding-left: 2rem;
	position: relative;
	font-size: 0.9rem;
}

.mPageTop a::before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 1rem;
	height: 1rem;
	background: #aeaeae;
	border-radius: 100%;
}

.mPageTop a::after {
	content: "";
	position: absolute;
	left: 0.75rem;
	bottom: 0;
	top: 0;
	margin: auto 0;
	width: 0.5rem;
	height: 0.4rem;
	clip-path: var(--clip_arrow_top);
	background: #fff;
}


/* # GNav
---------------------------------------------------------------------------- */

#spGNav h2 {
	background-color: #acd598;
	color: #fff;	font-size: var(--fs-2xs);
	font-weight: bold;
	line-height: 1.21;
	margin-bottom: 1rem;
	padding: 0.75rem 0.9375rem;
}

#spGNav ul {
	background-color: #d0edf7;
	padding: 0.5rem;
}

#spGNav ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}

#spGNav ul a {	font-weight: bold;

}

#spGNav ul li a {
	border-radius: 3px;
	display: block;
	background: #fff;
	color: #464646;
	font-size: 1rem;
	padding: 0.75rem;
	padding-left: 1.75rem;
	position: relative;
}

#spGNav ul li a::before {
	content: "";
	position: absolute;
	left: 0.7rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 0.8rem;
	height: 0.8rem;
	background: var(--bg-blue);
	border-radius: 3px;
}

#spGNav ul li a::after {
	content: "";
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0.1rem;
	margin: auto 0;
	width: 0.34rem;
	height: 0.38rem;
	background: #fff;
	clip-path: var(--clip_arrow_right);
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar h2 a {
	color: #fff;
}


/*#sidebar h2 {
	background-color: #23af5e;
	color: #fff;	font-size: 100％;
　  font-weight: bold;
	padding: 0.5rem 0.9375rem;
}*/


/* # Footer
---------------------------------------------------------------------------- */

#siteFt {
	margin-top: 1.0625rem;
}

#siteFt #siteFtNav {
	background-color: #f0f0f0;
	padding: 0.5rem;
}

/* SPフッターナビ：JP sp_common と同一（gif ico_arrow04 → a::after の clip-path 矢印） */
#siteFt #siteFtNav li:not(:last-child) {
	margin-bottom: 0.5rem;
}

#siteFt #siteFtNav a {
	background: #fff;
	border-radius: 3px;
	color: #464646;
	display: block;	font-weight: bold;
	font-size: 1rem;
	padding: 0.75rem;
	padding-left: 1.75rem;
	position: relative;
}

#siteFt #siteFtNav a::after {
	content: "";
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0.1rem;
	margin: auto 0;
	width: 0.34rem;
	height: 0.38rem;
	background: #23afaa;
	clip-path: var(--clip_arrow_right);
}

#siteFt #siteFtCopy {
	font-size: 0.75rem;	font-weight: bold;
	line-height: 1rem;
	padding: 1.5rem 0.5rem;
	text-align: center;
}

/* # Clearfix
---------------------------------------------------------------------------- */

#content .mCaseList li {}

#content .mCaseList li:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # Modules
---------------------------------------------------------------------------- */

.mSPHide,
.mHide { display: none; }

.mText,
.mUL,
.mOL {
	margin-bottom: 0.9375rem;
}

/* table */
table .mTableCellLiquidW01 { width:31.14%; }

/* icon */
/* mIcon（PDF/XLS/DOC）・mIconBlt は common.css に集約（gif背景→::before の CSS描画。文字サイズ S/M/L 連動） */

/* tab：旧 .uiTabArea .uiTab 系（TOP検索タブ）は撤去＝JP sp_common に無し。
   TOP検索タブの装飾は sp_top.css（.uiTabArea .uiTab li width:32% ほか）が担当。
   これらが sp_common に残ると sp_top に width:85%/float:left 等が漏れ、日英でタブ表示が食い違うため撤去（houken指摘 2026-07-01）。 */

/* mDiscList */
.mDiscList {
	list-style-type: disc;
	padding-left: 1.5em;
}

.mDiscList li {
	padding-left: 0;
  text-indent: 0;
}

/* mDecimalList */
.mDecimalList {
	list-style-type: decimal;
	padding-left: 2em;
}

.mDecimalList li {
	padding-left: 0;
  text-indent: 0;
}

/* ---------------------------------
　　mNoteListの文字100%ver
--------------------------------- */
#content .mListNote01 {
	margin: 0.3125rem 0;
}
#content .mListNote01 li {
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------
　　（注）から始まるリスト
--------------------------------- */
 /* 文字(小) */
#content .mListNote02{
	margin-top: 0.6em;
	padding-left: 2.3em;
	text-indent: -2.3em;
	font-size: var(--fs-note);
}

/* 文字100％ */
#content .mListNote03{ 
	margin-top: 0.6em;
	padding-left: 2.3em;
	text-indent: -2.3em;
}

/* ---------------------------------
　　(１)～から始まるリスト
--------------------------------- */
/* 文字(小) */
#content .mListNum01{ 
	margin-top: 0.6em;
	padding-left: 2em;
	text-indent: -1.9em;
	font-size: var(--fs-note);
}
#content .mListNum01 li{
	margin-bottom: 0.35em;
}

/* 文字100％ */
#content .mListNum02{
	margin-top: 0.6em;
	padding-left: 2em;
	text-indent: -1.9em;
}
#content .mListNum02 li{
	margin-bottom: 0.5em;
}

/* ---------------------------------
　リストマーク 四角
--------------------------------- */
#content .mListSquare {
	list-style-type: square;
	padding-left: 1.5em;
}
#content .mListSquare li {
	margin-bottom: 0.35em;
	/*padding-left: 0;
	text-indent: 0;*/
}

/* ---------------------------------
　リストマーク アルファベット
--------------------------------- */
#content .mListAlphaU {
	list-style-type: upper-alpha;
	padding-left: 2em;
}
#content .mListAlphaU li {
	margin-bottom: 0.35em;
	padding-left: 0;
	text-indent: 0;
}

/* アルファベット小文字 */
#content .mListAlphaL {
	list-style-type: lower-alpha;
	padding-left: 2em;
}
#content .mListAlphaL li {
	margin-bottom: 0.35em;
	padding-left: 0;
	text-indent: 0;
}

/* 印刷サイズ表記 */
#content .mA3,
#content .mA4 {

}

#content .mA3 dt,
#content .mA4 dt {
	height: 19px;
	line-height: 0;
	margin: 0.3125rem 0px;
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
}

#content .mA3 dt { background: url(../img/all/ico_a3.gif) no-repeat left top; }
#content .mA4 dt { background: url(../img/all/ico_a4.gif) no-repeat left top; }


#content .mA3 dd,
#content .mA4 dd {
	overflow: hidden;}

#content .mA3 ul,
#content .mA4 ul {
	margin: 2px;
}

#content .mA3 li,
#content .mA4 li {
	margin-right: 0.3125rem;
	vertical-align: baseline;
}

table td.diff_cellcolor01 {
	background-color: #fff8e7;
}

/* 言語切り替え */

/* spLang（JP同様 flex化＋id/class両対応セレクタ。eng新フッターは class なので class セレクタが必須。eng固有パディングは維持） */
#spLang {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	gap: 0 1rem;
	border-top:1px solid #7DCFB2;
	border-bottom:1px solid #7DCFB2;
	background:#C7EBDE;
	padding: 0.75rem;
	margin: 0 auto;
	text-align: center;
}
#spLang #siteHdLangJP, #spLang .siteHdLangJP,
#spLang #siteHdLangEN, #spLang .siteHdLangEN{
	width:40%;
}
#spLang #siteHdLangEN, #spLang .siteHdLangEN{
	margin: 0;
}
#spLang #siteHdLangJP a, #spLang .siteHdLangJP a,
#spLang #siteHdLangEN a, #spLang .siteHdLangEN a{
    background: #FFF;
	padding: 0.625rem;
    border-radius: 20px;
    display: block;    font-weight: bold;
    line-height: 1.2;
	color:#7DCFB2;
}

#spLang #siteHdLangJP a#current, #spLang .siteHdLangJP a#current,
#spLang #siteHdLangEN a#current, #spLang .siteHdLangEN a#current{
	color:#C7EBDE;
	background:#7DCFB2;
}

/* # Media Queries
---------------------------------------------------------------------------- */

/* for iPhone4X images */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
}
