@charset "UTF-8";

/* CSS Document */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	width: 100%;
}

th,
td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#generatorWrapp .spResp,
#generatorWrapp .spRespb {
	display: none;
}

/*----------------------------------------------------------
  共通
----------------------------------------------------------*/
#generatorWrapp .tabWrapp,
#generatorWrapp .topNav {
	width: 980px;
	margin: 50px auto;
	position: relative;
}

#generatorWrapp #tab02 .bgGray .tabWrapp {
	margin-bottom: 0;
}

#generatorWrapp #tab03 .tabWrapp {
	margin: 50px auto 70px;
}

#topnavigation li, .bottomNav li {
	cursor: pointer;
	font-size: 18px;
}

#generatorWrapp .mainTitle {
	border-bottom: solid 1px #bbbbbb;
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	#generatorWrapp .mainTitle {
		margin-bottom: 25px;
	}
}

#generatorWrapp h1,
#generatorWrapp h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
}

#generatorWrapp h1 .sText,
#generatorWrapp h2 .sText {
	font-size: 14px;
	vertical-align: super;
}

#generatorWrapp h1 {
	margin-bottom: 15px;
	font-weight: bold;
}

#generatorWrapp h2 {
	padding-bottom: 20px;
}

#generatorWrapp .enTitle {
	color: #ff6400;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 50px;
}

#generatorWrapp .topNav ul {
	margin-bottom: 70px;
}

@media screen and (max-width: 736px) {
	#generatorWrapp .topNav ul {
		margin-bottom: 0px;
	}
}

#generatorWrapp .topNav ul li,
#generatorWrapp .bottomNav ul li {
	float: left;
	padding: 13px 20px;
}

#generatorWrapp .bottomNav ul li *, #generatorWrapp .topNav .active *,
#generatorWrapp .bottomNav .active * {
	color: #ffffff !important;
}

#generatorWrapp .topNav .active,
#generatorWrapp .bottomNav .active {
	background-color: #ff6400;
	padding: 13px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
}

#generatorWrapp .bottomNav {
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}

@media screen and (max-width: 736px) {
	#generatorWrapp .bottomNav {
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
	}
}

#generatorWrapp .bottomNav>ul {
	display: inline-block;
}

#generatorWrapp .bottomNav a {
	color: #ffffff;
}

#generatorWrapp .footerWrapp {
	width: 100%;
	background-color: #22272a;
	height: 100px;
}

/*----------------------------------------------------------
  tab01
----------------------------------------------------------*/
.tabContents h2 {
	margin-bottom: 30px;
	font-weight: bold;
}

#tab01 h2:after {
	content: "";
	display: block;
	width: 50px;
	padding-top: 20px;
	border-bottom: solid 3px #ff6400;
}

#tab01 .textBox {
	padding: 0 0 50px 65px;
	margin-bottom: 50px;
	border-bottom: solid 1px #bbbbbb;
}

#tab01 .textBox li {
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	#tab01 .textBox li {
		font-size: 16px;
	}

	#tab01 .textBox p {
		font-size: 16px;
	}
}

#tab01 .textBox {
	padding: 0 55px 50px 65px;
	margin-bottom: 50px;
	border-bottom: solid 1px #bbbbbb;
	overflow: hidden;
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	#tab01 .textBox {
		font-size: 16px;
	}

	#tab01 p.fz14 {
		font-size: 14px;
	}
}

#tab01 .textBox-hasMB {
	margin-bottom: 30px;
}

#tab01 .textBox_img {
	width: 100%;
}

#tab01 .textBox_cap {
	font-size: 14px;
	margin-top: 5px;
}

#tab01 .textBox_ttl {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}

#tab01 .textBox_clm-L {
	width: 475px;
	float: left;
}

#tab01 .textBox_clm-R {
	width: 350px;
	float: right;
}

#tab01 .flow {
	width: 100%;
	overflow: hidden;
}

#tab01 .flow_clm-L {
	width: 566px;
	float: left;
}

#tab01 .flow_clm-R {
	width: 242px;
	float: right;
}

#tab01 .flow_list {
	width: 100%;
	overflow: hidden;
	margin-top: -15px;
}

#tab01 .flow_list_item {
	width: 270px;
	float: left;
	margin-top: 15px;
}

#tab01 .flow_list_item:nth-child(2n) {
	float: right;
}

#tab01 .borderNone {
	border-bottom: none !important;
	margin-bottom: 0px !important;
}

#tab01 .orange_btn {
	display: inline-block;
	min-height: 43px;
}

#tab01 .orange_btn a {
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	line-height: 43px;
	position: relative;
	background: #ff6400;
}

#tab01 .orange_btn a:hover {
	opacity: 0.7;
}

.feature_clm {
	padding: 20px 60px;
}

.feature_clm_section {
	display: flex;
	margin-bottom: 50px;
}

.feature_clm_section-option {
	padding: 30px;
	background: #eceff1;
}

.feature_clm_section:last-child {
	margin-bottom: 0;
}

.feature_clm_section_info {
	padding-right: 40px;
	width: 510px;
	box-sizing: border-box;
}

.feature_clm_section_info-w {
	padding-right: 40px;
	width: 685px;
	box-sizing: border-box;
}

.feature_clm_section_info-full {
	padding-right: 0;
	width: 100%;
}

.feature_clm_section_img {
	width: 175px;
}

.feature_clm_section_img-w {
	width: 350px;
}

.feature_clm_section-option .feature_clm_section_info {
	width: 478px;
}

.feature_clm_section-option .feature_clm_section_img {
	width: 322px;
}

.feature_clm_section_info_ttl {
	margin-bottom: 21px;
	font-size: 24px;
	font-weight: bold;
}

.feature_clm_section_info_ttl-2 {
	margin-top: 50px;
}

.feature_clm_section_info_ttl_model {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px 3px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	background: #eceff1;
}

.feature_clm_section_info_txt {
	font-size: 18px;
}

.feature_clm_section_info_txt small {
	font-size: 14px;
}

.feature_clm_section_info_link {
	margin-top: 25px;
	width: 210px;
}

.feature_clm_section_info_link .link_btn {
	display: block;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #ff6400;
	border-radius: 5px;
}

.feature_clm_caption {
	margin-top: 8px;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.feature_clm {
		padding: 15px 0 10px 0;
	}

	.feature_clm_section {
		display: block;
		margin-bottom: 40px;
	}

	.feature_clm_section-option {
		padding: 25px 15px 30px 15px;
	}

	.feature_clm_section:last-child {
		margin-bottom: 0;
	}

	.feature_clm_section_info {
		padding-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.feature_clm_section_info-w {
		padding-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.feature_clm_section_info-full {
		margin-bottom: 0;
	}

	.feature_clm_section_img {
		margin: 0 auto;
		width: 45%;
	}

	.feature_clm_section_img-w {
		margin: 0 auto;
		width: 80%;
	}

	.feature_clm_section_img-spFull {
		width: 100%;
	}

	.feature_clm_section-option .feature_clm_section_info {
		width: 100%;
	}

	.feature_clm_section-option .feature_clm_section_img {
		width: 100%;
	}

	.feature_clm_section_info_ttl {
		margin-bottom: 20px;
		font-size: 18px !important;
		line-height: 24px;
	}

	.feature_clm_section_info_ttl-2 {
		margin-top: 40px;
	}

	.feature_clm_section_info_ttl_model {
		font-size: 14px;
	}

	.feature_clm_section_info_txt {
		font-size: 16px !important;
	}

	.feature_clm_section_info_txt small {
		font-size: 12px;
	}

	.feature_clm_section_info_link {
		margin-top: 10px;
		margin-bottom: 30px;
		width: 173px;
	}

	.feature_clm_section_info_link .link_btn {
		font-size: 14px;
	}

	.feature_clm_caption {
		margin-top: 6px;
		font-size: 12px;
	}
}

.feature_clm_caption.app_caution {
	display: grid;
	margin: 10px 0 0;
	width: 846px;
	gap: .2em;
}

.feature_clm_caption.app_caution p {
	font-size: 14px !important;
	line-height: 1.5 !important;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 736px) {
	.feature_clm_caption.app_caution {
		width: 100%;
	}
}

/*----------------------------------------------------------
  tab02
----------------------------------------------------------*/
#tab02 .tabWrapp {
	margin-bottom: 70px;
}

#tab02 .type {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px 60px;
}

#tab02 .img01 {
	width: 570px;
	margin: 0 auto;
}

#tab02 .img01 img {
	width: 570px;
}

#tab02 .bgGray {
	background-color: #eceff1;
	padding: 70px 0;
}

#tab02 .mtNon {
	margin-top: 0 !important;
}

#tab02 .img02 {
	float: left;
	margin: 0 40px 0 40px;
}

#tab02 .img02 img {
	width: 350px;
}

#tab02 .panelList {
	float: left;
}

#tab02 .panelList ul {
	margin-bottom: 35px;
}

#tab02 .panelList ul li {
	min-height: 30px;
	font-size: 18px;
}

#tab02 .panelText {
	width: 90%;
	font-size: 14px;
}

#tab02 .parts_link a,
#tab02 .parts_link a:link {
	color: #000;
	text-decoration: underline;
}

#tab02 .parts_link a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------
  tab03
----------------------------------------------------------*/
#tab03 .optionList li {
	float: left;
	margin: 0 25px 50px 0;
}

#tab03 .optionList li div {
	width: 310px;
	height: auto;
}

#tab03 .optionList li:last-child div {
	height: auto;
}

#tab03 .optionList li:nth-child(3n+1) {
	clear: both;
}

#tab03 .optionList li sup {
	font-size: 10px;
}

#tab03 .opImg img {
	width: 310px;
	margin-bottom: 20px;
}

#tab03 .optionList p {
	font-size: 14px;
}

#tab03 .optionList p+p {
	margin-top: 5px;
}

#tab03 .opTitle {
	background-color: #eceff1;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 20px;
}

#tab03 .tax,
#tab03 .itemid {
	margin-top: 0 !important;
}

@media screen and (max-width: 736px) {
	#tab03 .opTitle {
		height: auto;
	}
}

#tab03 .mrNon {
	margin-right: 0 !important;
}

#tab03 .opTitleSub {
	font-size: 16px !important;
	font-weight: bold !important;
	margin-bottom: 10px;
}

#tab03 .price {
	color: #cc0000;
	font-size: 16px !important;
	font-weight: bold !important;
}

#tab02 .button, #tab03 .button {
	background-color: #ff6400;
	width: 500px;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

#tab02 .button {
	margin-top: 50px;
}

#tab02 .button a, #tab03 .button a {
	display: block;
	width: 500px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	padding: 15px 0;
}

#tab02 .button a::after, #tab03 .button a::after {
	content: '>';
	color: #ffffff;
	position: absolute;
	right: 10px;
	transform: scale(0.6, 1);
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	line-height: 18px;
}

/*----------------------------------------------------------
  tab04
----------------------------------------------------------*/
#tab04 h2:after {
	content: "";
	display: block;
	width: 50px;
	padding-top: 20px;
	border-bottom: solid 3px #ff6400;
}

#tab04 table {
	background-color: #eceff1;
	table-layout: fixed;
}

#tab04 table th,
#tab04 table td {
	font-size: 18px;
}

#tab04 table .fTitle {
	width: 338px;
}

#tab04 table .tTitle {
	width: 351px;
}

#tab04 .w155 {
	width: 155px;
}

#tab04 .w159 {
	width: 159px !important;
}

#tab04 .w142 {
	width: 142px;
}

#tab04 .w165 {
	width: 165px;
}

#tab04 .h80 {
	height: 80px;
}

#tab04 .h75 {
	height: 75px;
}

#tab04 .mb50 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #bbbbbb;
}

@media screen and (max-width: 736px) {
	#tab04 .mb50 {
		padding-bottom: 30px;
	}
}

#tab04 table .evColor th,
#tab04 table .evColor td {
	background-color: #e4e7e9;
}

#tab04 table .fit_bb {
	border-bottom: 50px solid #fff;
}

#tab04 table {
	border: 1px solid #ffffff;
}

#tab04 table thead th {
	/*width:338px;*/
	color: #ffffff;
	background-color: #22272a;
}

#tab04 table thead th,
#tab04 table thead td,
#tab04 table tbody th,
#tab04 table tbody td {
	height: 50px;
	padding: 5px 15px;
	font-size: 16px;
	vertical-align: middle;
	border: #fff solid 1px;
}

#tab04 table th {
	font-weight: bold;
}

#tab04 .sText {
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
	display: inline-block;
}

@media screen and (max-width: 736px) {
	#tab04 .sText {
		font-size: 10px !important;
	}

	#tab04 sup {
		font-size: 10px !important;
		display: inline-block;
	}
}

#tab04 table tbody th .wa_small {
	font-size: 13px !important;
}

@media screen and (max-width: 736px) {
	#tab04 table tbody th .wa_small {
		font-size: 10px !important;
	}
}

#tab04 .bottomText {
	font-size: 16px;
}

#tab04 .bottomText .wa_small {
	font-size: 13px;
}

#tab04 .bgGray {
	background-color: #eceff1;
	padding: 20px 0;
}

#tab04 .clearIcon {
	width: 740px;
	margin: 0 auto;
}

#tab04 .clearIcon-long {
	width: 800px;
}

#tab04 .leftIcon,
#tab04 .rightIcon {
	width: 370px;
	float: left;
}

#tab04 .leftIcon-long {
	width: 430px;
}

#tab04 .icon01 img,
#tab04 .icon02 img {
	width: 81px;
	float: left;
}

#tab04 .icon01 img:last-child,
#tab04 .icon02 img:last-child {
	margin-left: 10px;
}

#tab04 .icon01 {
	margin-top: 6px;
}

#tab04 .rightText {
	width: 279px;
	float: left;
}

#tab04 .leftIcon-long .rightText {
	width: 244px;
}

#tab04 .rightText p {
	font-size: 16px;
	padding: 15px 0 0 15px;
}

#tab04 table .lH30 {
	height: 60px;
}

#tab04 .icon01 img, #tab04 .icon02 img {
	width: 81px;
	float: left;
}

#tab04 .noise_box {
	width: 100%;
	border: 5px solid #efefef;
	padding: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}

#tab04 {
	position: relative;
}

#tab04 .elements_pdf {
	width: auto;
	min-height: 43px;
	margin: 0;
	position: absolute;
	top: -3px;
	left: 200px;
}

#tab04 .elements_pdf a {
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	color: #fff !important;
	font-size: 16px;
	padding: 0 20px;
	line-height: 43px;
	position: relative;
	background: #ff6400;
}

#tab04 .elements_pdf a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/*----------------------------------------------------------
  メディアクエリー
----------------------------------------------------------*/
@media screen and (max-width: 736px) {

	/*共通*/
	/*テキスト*/
	[id *="tab"] * {
		/*スマホ時は基本のフォントサイズ14px*/
		font-size: 14px;
	}

	[class *="Nav"] li {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px !important;
	}

	[id *="tab"] table * {
		font-size: 12px !important;
	}

	[id *="tab"] table span.sp-fz10 {
		font-size: 10px !important;
	}

	[class *="Nav"] li p {
		margin-top: 0 !important;
		color: #ffffff;
	}

	#generatorWrapp h1,
	#generatorWrapp h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	#generatorWrapp .enTitle {
		color: #ff6400;
		font-size: 12px;
		padding-bottom: 25px;
	}

	/*レイアウト*/
	#generatorWrapp h2 {
		padding-bottom: 0;
		margin-bottom: 25px;
	}

	#mainTitle {
		margin-bottom: 30px;
	}

	#generatorWrapp .tabWrapp {
		width: 90%;
		margin: 30px auto;
	}

	#generatorWrapp .spResp {
		display: block;
		height: 0;
	}

	#generatorWrapp .spRespb {
		display: block;
	}

	#generatorWrapp .topNav ul,
	#generatorWrapp .bottomNav ul {
		width: 100%;
		background-color: #22272a;
	}

	#generatorWrapp .topNav,
	#generatorWrapp .bottomNav {
		width: 100%;
		margin: 0;
	}

	#generatorWrapp .topNav ul li,
	#generatorWrapp .bottomNav ul li {
		text-align: center;
		height: 70px;
		padding: 0;
	}

	#generatorWrapp .nav01,
	#generatorWrapp .nav02,
	#generatorWrapp .nav03 {
		border-right: 1px solid #ffffff;
	}

	#generatorWrapp .nav01 p {
		margin-top: 45px;
	}

	#generatorWrapp .nav03 p,
	#generatorWrapp .nav04 p {
		margin-top: 25px;
	}

	#generatorWrapp .topNav ul li,
	#generatorWrapp .bottomNav ul li {
		color: #ffffff;
		font-size: 150%;
	}

	#generatorWrapp .topNav .active,
	#generatorWrapp .bottomNav .active {
		color: #ffffff;
		font-size: 150%;
		background-color: #ff6400;
		padding: 0;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	#generatorWrapp .footerWrapp {
		background: none;
		height: auto;
	}

	#generatorWrapp .bottomNav {
		padding-top: 0;
	}

	#generatorWrapp h1 .sText,
	#generatorWrapp h2 .sText {
		font-size: 12px;
		vertical-align: top;
	}

	/*tab01*/
	#tab01 .textBox {
		padding: 0 0 40px 0;
		margin-bottom: 30px;
		border-bottom: solid 1px #bbbbbb;
	}

	#tab01 h2 {
		margin-bottom: 25px;
	}

	#tab01 p {
		font-size: 16px;
	}

	#tab01 .textBox-hasMB {
		margin-bottom: 20px;
	}

	#tab01 .textBox_cap {
		font-size: 14px !important;
		margin-top: 3px;
	}

	#tab01 .textBox_ttl {
		font-size: 18px !important;
		margin-bottom: 10px;
		font-weight: bold;
	}

	#tab01 .textBox_clm-L {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#tab01 .textBox_clm-R {
		width: 100%;
		float: none;
	}

	#tab01 .flow_clm-L {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#tab01 .flow_clm-R {
		width: 100%;
		float: none;
	}

	#tab01 .flow_list {
		margin-top: -15px;
	}

	#tab01 .flow_list_item {
		width: 100%;
		float: none;
		margin-top: 15px;
	}

	#tab01 .flow_list_item:nth-child(2n) {
		float: none;
	}

	/*tab02*/
	#tab02 .bgGray {
		padding-top: 40px;
	}

	#tab02 .spMbNon {
		margin-bottom: 0 !important;
	}

	#tab02 .type {
		font-size: 18px;
		margin-left: 0;
		text-align: center;
	}

	#tab02 .img01 {
		width: 95%;
		margin: 0 auto;
	}

	#tab02 .img01 img {
		width: 100%;
	}

	#tab02 .img02Wrap {
		width: 95%;
		margin: 0 auto;
	}

	#tab02 .img02 {
		float: none;
		margin: 0 0 40px 0;
	}

	#tab02 .img02 img {
		text-align: center;
		width: 100%;
	}

	#tab02 .panelList {
		float: none;
		width: 95%;
		margin: 0 auto;
	}

	#tab02 .panelList ul {
		margin-bottom: 20px;
	}

	#tab02 .panelList ul li {
		float: left;
		margin-right: 5%;
		font-size: 16px;
		height: auto;
	}

	#tab02 .panelText {
		font-size: 110%;
	}

	/*tab03*/
	#tab03 .optionList li div {
		width: 100%;
		height: auto;
	}

	#tab03 .optionList li {
		width: 100%;
		float: none;
		margin: 0 0 40px;
	}

	#tab03 .opTitle {
		font-size: 16px;
		line-height: 1.3;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
		margin-bottom: 20px;
	}

	#tab03 .opImg img {
		width: 100%;
		float: none;
	}

	#tab03 .opTitleSub {
		font-size: 16px !important;
		margin-bottom: 10px;
	}

	#tab03 .price {
		color: #cc0000;
		font-weight: bold !important;
	}

	#tab02 .button, #tab03 .button {
		background-color: #ff6400;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
	}

	#tab02 .button {
		margin-top: 30px;
	}

	#tab02 .button a, #tab03 .button a {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 15px 0;
		color: #ffffff;
	}

	/*tab04*/
	#tab04 .respTav {
		width: 100%;
		background-color: #eceff1;
		margin-bottom: 25px;
	}

	#tab04 .respTav li {
		width: 50%;
		height: 80px;
		line-height: 1.7;
		font-size: 140%;
		float: left;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#tab04 .respTav .active {
		background-color: #ff6400;
		color: #ffffff;
	}

	#tab04 .smalText {
		font-size: 90%;
	}

	#tab04 table thead {
		display: none;
	}

	#tab04 table thead th,
	#tab04 table thead td,
	#tab04 table tbody th,
	#tab04 table tbody td {
		height: auto;
		line-height: 1.7;
		padding: 10px 15px;
		vertical-align: middle;
		border: #fff solid 1px;
	}

	#tab04 table {
		width: 99%;
		table-layout: fixed;
		border: 1px solid #ffffff;
		word-break: break-all;
	}

	#tab04 table .fTitle,
	#tab04 table .fTitle2,
	#tab04 table .tTitle {
		width: auto;
	}

	#tab04 .w159 {
		width: auto !important;
	}

	#tab04 .clearIcon {
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #bbbbbb;
	}

	#tab04 .leftIcon,
	#tab04 .rightIcon {
		float: none;
		margin: 40px 0;
	}

	#tab04 .rightIcon {
		width: 100%;
		margin-top: 20px;
	}

	#tab04 .leftIcon {
		width: 100%;
		border-bottom: 1px solid #bbbbbb;
		margin-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		display: flex;
	}

	#tab04 .leftIcon .icon01 {
		width: 80px;
		height: auto;
		padding-left: 0%;
	}

	#tab04 .rightIcon .icon02 {
		width: 80px;
		height: auto;
		padding-left: 0%;
	}

	#tab04 .icon01 img:last-child,
	#tab04 .icon02 img:last-child {
		margin-left: 0;
		margin-top: 10px;
	}

	#tab04 .icon02 img {
		margin-top: 15px;
	}

	#tab04 .rightText {
		width: 70%;
	}

	#tab04 .rightText p {
		width: 100%;
		font-size: 140%;
		line-height: 1.3;
	}

	#tab04 table .lH30 {
		height: 32px;
		line-height: 20px;
	}

	#tab04 .bgGray .tabWrapp {
		margin-bottom: 0;
	}

	#tab04 .noise_box {
		padding: 15px;
		margin-top: 30px;
	}

	#tab04 .elements_pdf {
		width: auto;
		margin: 0;
		left: auto;
		right: 5%;
		top: 5px;
	}

	#tab04 .elements_pdf a {
		font-size: 12px;
		padding: 0 15px;
		line-height: 30px;
	}
}

@media screen and (max-width: 736px) {
	#tab04 .spTitleL.half {
		width: 50% !important;
	}
}

@media (max-width:736px){
  #tab04 table {
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
	}
  #tab04 table tr {
		display: table-row;
	}
  #tab04 table th,
	#tab04 table td {
		width: auto;
		height: auto;
		line-height: 1.7;
		box-sizing:border-box;
	}

  #tab04 table colgroup.sp-cols col.c1 { width:25%; }
  #tab04 table colgroup.sp-cols col.c2 { width:25%; }
  #tab04 table colgroup.sp-cols col.c3 { width:50%; }

  #tab04 table thead { display:none; }

  #tab04 table tr > *[rowspan],
  #tab04 table tr > *[colspan] { width:auto !important; }
}
