@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* othersupport CSS [SP]
/*----------------------------------------------*/

.othersupportframe {
}

/*---- Lead ----*/
.othersupport-leadbox {
	margin-bottom: 30px;
}

.othersupportbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 30px;
}

.othersupportbox h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 7px solid #E88319;
}

.othersupportbox h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 3px solid #D2D2D2;
}

.othersupportbox h3:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 3px;
	background-color: #E88319;
}

.othersupport-example {
	display: inline-block;
	margin: 10px 0px 25px;
}

.othersupport-example a {
	display: block;
	padding: 12px;
	text-align: center;
	color: #D2D2D2;
	background-color: #000000;
}

.othersupport-example img {
	margin-right: 10px;
	vertical-align: middle;
}

.othersupportbox ol {
}

.othersupportbox ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
}

/*---- Table ----*/
.table-wrapper {
}

table.othersupporttable {
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #D2D2D2;
}

table.othersupporttable tr {
	border: solid 1px #D2D2D2;
}

table.othersupporttable td {
	padding: 5px;
	vertical-align: top;
	border-right: solid 1px #D2D2D2;
}

table.othersupporttable td span {
	font-weight: bold;
}

table.othersupporttable td a {
	text-decoration: underline;
}


table.othersupporttable .cellwidth-20 {
	width: 20%;
}

table.othersupporttable .cellwidth-30 {
	width: 30%;
}

table.othersupporttable .cellwidth-40 {
	width: 40%;
}

table.othersupporttable .cellwidth-50 {
	width: 50%;
}

table.othersupporttable .cellalign-center {
	text-align: center;
}

table.othersupporttable .cellalign-left {
	text-align: left;
	border-bottom: solid 1px #D2D2D2;
}

table.othersupporttable .cellcolor-blue {
	background-color: #A5CFD3;
}

/*---- 2023/0906 テーブル幅追加 ----*/
table.othersupporttable th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #D2D2D2;
	background-color: #F5F5EA;
}

table.othersupporttable .cell-item1 {
x	width: 7%;
	width: 30px;
	text-align: center;
}

table.othersupporttable .cell-item2 {
x	width: 7%;
	width: 40px;
	text-align: center;
}

table.othersupporttable .cell-item3 {
	width: 20%;
}

table.othersupporttable .cell-item4 {
x	width: 10%;
	width: 40px;
	
}

table.othersupporttable .cell-item5 {
x	width: 10%;
	width: 40px;
	
}

table.othersupporttable .cell-item6 {
x	width: 41%;
}

/*---- File ----*/
.othersupport-filebox {
	margin: 20px 0px 40px;
	padding-top: 20px;
	border-top: 1px solid #D2D2D2;
}

.othersupport-file-title {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 15px;
	text-align: center;
	color: #FFFFFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #E88319;
}

.othersupport-file-link {
	margin-top: 10px;
}

.othersupport-file-link-left {
	margin-bottom: 15px;
}

.othersupport-file-link-right {
}

.othersupport-file-link-subtitle {
	margin-bottom: 10px;
	font-weight: bold;
}

.othersupport-file-link ul {
}

.othersupport-file-link ul li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.othersupport-file-link a {
	text-decoration: underline;
}

/*---- 活用例 ----*/
.othersupport-example-title {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #E88319;
}

.othersupport-example-textbox {
	margin-bottom: 20px;
}

.othersupport-example-photobox {
	width: 100%;
	text-align: center;
}

.othersupport-example-photobox img {
	max-width: 100%;
}

.othersupport-exampletable {
}

.othersupport-exampletable-row {
	margin-bottom: 5px;
}

.othersupport-exampletable .othersupport-exampletable-title {
	padding: 5px 0px;
	font-weight: bold;
}

.othersupport-exampletable .othersupport-exampletable-data {
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
}

.othersupport-exampletable .othersupport-exampletable-data span {
	font-weight: bold;
}

.othersupport-example-textbox-nophoto {
}

/*---- financing からのコピー ----*/
.othersupport-merit-title {
	margin-bottom: 10px;
	padding: 10px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #E88319;
}

.othersupportbox ul {
	margin-left: 20px;
}

.othersupportbox ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}
