@charset "utf-8";

/*===================================================================================

	IR Sustainability 共通

===================================================================================*/
/*---------------------------------------------
	フッターナビ消す検証
---------------------------------------------*/
/*
.global_footer .ly-wrp-cts .ly-wrp-fnav-inner .ly-wrp-fnav-section:last-child p.ly-fnav-ttl:nth-of-type(2){
	background: #fc0;
	display: none;
}
.global_footer .ly-wrp-cts .ly-wrp-fnav-inner .ly-wrp-fnav-section:last-child ul.ly-fnav-list:nth-of-type(2){
	display: none;
}
*/

/*---------------------------------------------

---------------------------------------------*/
/* レイアウト関連 ============================================================*/
.ly-mod-layout-2clm .ly-mod-layout-clm.secLeft{
	width: 65.6% !important;
}
.ly-mod-layout-2clm .ly-mod-layout-clm.secRight{
	width: 31.2% !important;
}

/* アキ関連 ============================================================*/
/* margin */
.ly-mr0 {margin-right: 0 !important;}
.ly-mr5 {margin-right: 5px !important;}
.ly-mr10 {margin-right: 10px !important;}
.ly-mr20 {margin-right: 20px !important;}
.ly-mr30 {margin-right: 30px !important;}
.ly-mr40 {margin-right: 40px !important;}
.ly-mr50 {margin-right: 50px !important;}
.ly-mr60 {margin-right: 60px !important;}
.ly-mr70 {margin-right: 70px !important;}
.ly-mr80 {margin-right: 80px !important;}
.ly-mr90 {margin-right: 90px !important;}
.ly-mr100 {margin-right: 100px !important;}

.ly-ml0 {margin-left: 0 !important;}
.ly-ml5 {margin-left: 5px !important;}
.ly-ml10 {margin-left: 10px !important;}
.ly-ml20 {margin-left: 20px !important;}
.ly-ml30 {margin-left: 30px !important;}
.ly-ml40 {margin-left: 40px !important;}
.ly-ml50 {margin-left: 50px !important;}
.ly-ml60 {margin-left: 60px !important;}
.ly-ml70 {margin-left: 70px !important;}
.ly-ml80 {margin-left: 80px !important;}
.ly-ml90 {margin-left: 90px !important;}
.ly-ml100 {margin-left: 100px !important;}

/* padding */
.ly-pt0 {padding-top: 0 !important;}
.ly-pt10 {padding-top: 10px !important;}
.ly-pt20 {padding-top: 20px !important;}
.ly-pt30 {padding-top: 30px !important;}
.ly-pt40 {padding-top: 40px !important;}

.ly-pb0 {padding-bottom: 0 !important;}
.ly-pb5 {padding-bottom: 5px !important;}
.ly-pb10 {padding-bottom: 10px !important;}
.ly-pb20 {padding-bottom: 20px !important;}
.ly-pb30 {padding-bottom: 30px !important;}
.ly-pb40 {padding-bottom: 40px !important;}

.ly-pl0 {padding-left: 0 !important;}
.ly-pl10 {padding-left: 10px !important;}
.ly-pl20 {padding-left: 20px !important;}
.ly-pl30 {padding-left: 30px !important;}
.ly-pl40 {padding-left: 40px !important;}

/* 横幅指定関連 ============================================================*/
/* width */
.wAuto{width:auto !important;}
.w5 {width:5% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w25{width:25% !important;}
.w30{width:30% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w45{width:45% !important;}
.w50{width:50% !important;}
.w55{width:55% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w90{width:90% !important;}
.w95{width:95% !important;}
.w100{width:100%;}
.wMin0{min-width:0 !important;}
.sp-wMax{}/*---SmartPhone : 100% */
.sp-wAuto{}/*---SmartPhone : auto */

/* 文字サイズ関連 ============================================================*/
.font_size50 {font-size:50%;}
.font_size80 {font-size:80%;}
.font_size120 {font-size:120%;}
.font_size140 {font-size:140%;}

.font_bold {font-weight: bold;}


/* テキスト位置関連 ============================================================*/
.alignC{text-align: center !important;}
.alignL{text-align: left !important;}
.alignR{text-align: right !important;}



/* タイトル関連 ============================================================*/
/* ttl-h2 */
.ttl-h2{
	color:#36ad1b;
	font-size:187.5%;
	line-height:1.4;
	font-weight:normal;
	margin:100px 0 20px;
}
.link-ac+.ttl-h2{margin-top:50px;}

/* ttl-h3 */
.ttl-h3{
	color:#36ad1b;
	font-size:112.5%;
	line-height:1.5;
	font-weight:bold;
	margin:70px 0 15px;
}
/* ttl-h4 */
.ttl-h4{
	font-size:103%;
	line-height:1.5;
	font-weight:bold;
	margin:50px 0 8px;
}
/* ttl-xxx */
.ttl-h2+*:not(:first-child),
.ttl-h3+*:not(:first-child),
.ttl-h4+*:not(:first-child),
.ttl-h2+.box-clm2>*>.ttl-h4:first-child,
.ttl-h3+.box-clm2>*>.ttl-h4:first-child,
.ttl-h4+.box-clm2>*>.ttl-h4:first-child{margin-top:0;}



/* table関連 ============================================================*/
/* table-idt */
.table-idt{border-collapse:collapse;}
.table-idt th,
.table-idt td{vertical-align:top;}
.table-idt th{
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
}
/* table-lFixed */
.table-lFixed{table-layout:fixed;}

/* sp-table-block */
.sp-table-block{}

/* sp-table-scroll */
.sp-table-scroll{}

/*@media print, screen and (min-width:751px){*/
/* pc-table-scroll */
.pc-table-scroll{
	overflow:auto !important;
	-webkit-overflow-scrolling:touch;
	position:relative;
}
.pc-table-scroll>table{
	width:954px;
	margin-bottom:5px;
}
html:not(.win) .pc-table-scroll::-webkit-scrollbar{height:5px;}
html:not(.win) .pc-table-scroll::-webkit-scrollbar-track{
	background:#e3e4e5;
	border-radius:10px;
}
html:not(.win) .pc-table-scroll::-webkit-scrollbar-thumb{
	background:#84919d;
	border-radius:10px;
}
.pc-table-scroll .arwSc{
	background:url('/content/dam/family/ir/common_img/parts_spr.png') no-repeat 0 -40px/auto 100px;
	width:51px;
	height:51px;
	margin-top:-26px;
	position:absolute;
	top:50%;
	left:55px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	transition:opacity 0.2s ease-out;
}
.pc-table-scroll.sc .arwSc{
	opacity:1;
	visibility:visible;
}
/*}*/

/* table-data */
.table-data{
/*	font-size:87.5%;*/
	line-height:1.6;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
	margin-bottom: 5px;
}
.table-data.textL{font-size:100%;}
/*.table-data.textS{font-size:75%;}*/
.table-data th,
.table-data td{
	box-sizing:border-box;
	vertical-align:middle;
	padding:12px 15px;
	border-top:1px solid #ccc;
}
.pdS.table-data th,
.pdS.table-data td{padding:9px 6px;}
.table-data .idt{padding-left:calc(15px + 1em);}
.pdS.table-data .idt{padding-left:calc(6px + 1em);}
.table-data th:not(:first-child),
.table-data td:not(:first-child),
.table-data .bdrL{border-left:1px solid #ccc;}
.table-data th:not(:last-child),
.table-data td:not(:last-child),
.table-data .bdrR{border-right:1px solid #ccc;}
.table-data .sep th,
.table-data .sep td{border-top:3px double #ccc;}
.table-data th{
	font-weight:normal;
	background-color:#f5f5f5;
	text-align:left;
}
.table-data thead th{
	font-weight:bold;
	background-color:#ebebeb;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.table-data .bg01,
.table-data .bg01 th{background-color:#f5f5f5;}
.table-data .bg02,
.table-data .bg02 th{background-color:#ebebeb;}
.table-data .highlight01,
.table-data .highlight01 th{background-color:#d2e9ff;}
.table-data .highlight02,
.table-data .highlight02 th{background-color:#b9dcff;}
.table-data .list-dot>li::before,
.table-data .list-circle>li::before{top:0.7em;}





/* プルダウンメニュー関連 ============================================================*/
/* form
-------------------------------------------------------------*/
/* select */
.select{
	display:inline-block;
	min-width:330px;
	margin-bottom:30px;
	position:relative;
}
.select+*:not(:first-child),
.select+.chBox-set>*>*:first-child{margin-top:0;}
.select::before{
	content:"";
	background:#666;
	width:50px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}
.select::after{
	content:"";
	box-sizing:border-box;
	width:10px;
	height:10px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	position:absolute;
	top:24px;
	right:25px;
	-webkit-transform:translate(50%, -50%) rotate(45deg);
	transform:translate(50%, -50%) rotate(45deg);
}
.select select{
	font:inherit;
	background:transparent;
	box-sizing:border-box;
	width:100%;
	height:50px;
	margin:0;
	padding:0 60px 0 15px;
	border:1px solid #666;
	border-radius:0;
	position:relative;
	z-index:1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.select select::-ms-expand{display:none;}


/* chBox-set
-------------------------------------------------------------*/
.chBox-set>*{display:none;}
.chBox-set>.act{display:block;}



/* テキスト関連 =================================================================================================*/
/* attention
-------------------------------------------------------------*/
.attention{
	position: relative;
	display: inline-block;
	font-size: 86%;
	padding-left: 1.3em;
}
.attention::before{
	content: '※';
	position: absolute;
	color: #0095da;
	font-size: 110%;
	line-height: 100%;
	top: 0.2em;
	left: 0;
}


/* リスト関連 =================================================================================================*/
/* list-dot
-------------------------------------------------------------*/
.list-dot>li{
	text-indent:0;
	padding-left:1em;
	position:relative;
}
.list-dot>li::before{
	content:"";
	background:#333;
	display:block;
	width:4px;
	height:4px;
	margin-top:-2px;
	position:absolute;
	top:0.8em;
	left:0.2em;
	border-radius:4px;
}


/* アイコン関連 ============================================================*/
/* pdf
-------------------------------------------------------------*/
.link-pdf a {
	display: inline-block;
	position: relative;
	color: #008bcc;
	padding-left: 15px;
	background-image: url(/content/dam/img/icn/icn_pdf.png);
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	background-size: 12px 13px;
}
.link-pdf a:before {
	position: absolute;
	content: '';
/*	top: 0.85em;*/
	right: auto;
	bottom: 0.2em;
	left: 0;
	width: 12px;
	height: 12px;
	color: #008bcc;
	font-family: "icn_font";
	font-size: 12px;
	font-weight: normal;
	line-height: 0;
}
.link-pdf a:hover {
	color: #008bcc;
	text-decoration: underline !important;
}
@media only screen and (max-width: 736px) {
	.link-pdf a {
		padding-left: 20px;
	}
}

/* freedial
-------------------------------------------------------------*/
img.imgIcon{
	background:url('/content/dam/family/ir/common_img/parts_spr.png') no-repeat 0 0/auto 100px;
	vertical-align:-2px;
	width:17px;
	height:18px;
	margin:0 4px;
}
img.imgIcon.freedial{
	background-position:-28px -20px;
	vertical-align:-1px;
	width:30px;
	height:17px;
	margin-left:0;
}

/* print
-------------------------------------------------------------*/
#btnPrint{
	text-align: right;
}
#btnPrint a{
	display:inline-block;
	padding-left:20px;
	position:relative;
}
#btnPrint a::before{
	content:"";
	background:url('/content/dam/family/ir/common_img/parts_spr.png') no-repeat -18px 0/auto 100px;
	display:block;
	width:15px;
	height:11px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#btnPrint a::before{
	background-position:-34px 0;
	height:16px;
}

/* プルダウンで切り替わるページ用 */
#btnPrint2{
	text-align: right;
}
#btnPrint2 input{
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#btnPrint2 label{
	display:inline-block;
	padding-left:20px;
	position:relative;
	cursor: pointer;
}
#btnPrint2 label::before{
	content:"";
	background:url('/content/dam/family/ir/common_img/parts_spr.png') no-repeat -18px 0/auto 100px;
	display:block;
	width:15px;
	height:11px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#btnPrint2 label::before{
	background-position:-34px 0;
	height:16px;
}

/* new windowt <a>タグにつける
-------------------------------------------------------------*/
a.ly-icn-blank {
	position: relative;
}
a.ly-icn-blank:after {
	position: static;
	content: '\e905';
	top: 50%;
	right: -15px;
	margin-top: -10px;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	font-family: "icn_font";
	font-size: 12px;
	font-weight: normal;
}







































/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 736px) {
/* レイアウト関連 ============================================================*/
.ly-mod-layout-clm{
	width: 100% !important;
}
.ly-mod-layout-2clm .ly-mod-layout-clm.secLeft,
.ly-mod-layout-2clm .ly-mod-layout-clm.secRight{
	width: 100% !important;
}

/* table関連 ============================================================*/
/* sp-table-block */
.sp-table-block th,
.sp-table-block td{
	display:block;
	width:auto !important;
	height:auto !important;
}
.sp-table-block th:empty,
.sp-table-block td:empty{display:none;}

/* sp-table-scroll */
.sp-table-scroll{
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	position:relative;
}
.sp-table-scroll>table{
	width:680px;
	margin-bottom:5px;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar{height:5px;}
html:not(.win) .sp-table-scroll::-webkit-scrollbar-track{
	background:#e3e4e5;
	border-radius:10px;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb{
	background:#84919d;
	border-radius:10px;
}
.sp-table-scroll .arwSc{
	background:url('/content/dam/family/ir/common_img/parts_spr.png') no-repeat 0 -40px/auto 100px;
	width:51px;
	height:51px;
	margin-top:-26px;
	position:absolute;
	top:50%;
	left:55px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	transition:opacity 0.2s ease-out;
}
.sp-table-scroll.sc .arwSc{
	opacity:1;
	visibility:visible;
}
/* table-data */
.table-data.textL{font-size:14px;}
.table-data th,
.table-data td{padding:9px 6px;}
.table-data.sp-table-block th,
.table-data.sp-table-block td{
	border-right:none !important;
	border-left:none !important;
}
.table-data.sp-table-block th{font-weight:bold;}
.table-data.sp-table-block td{border-top-style:dotted;}


/* tab関連 ============================================================*/
/* tab-dft */
.tab-dft{margin-top:50px;}

/* tab-company */
.tab-company{margin-top:50px;}
.tab-company>.tab-btn li{
	box-sizing:border-box;
	width:50%;
	border-right:5px solid #fff;
}
.tab-company>.tab-btn li:nth-child(2){
	border-right:none;
	border-left:5px solid #fff;
}

/* アイコン関連 ============================================================*/
/* print
-------------------------------------------------------------*/
#btnPrint{display:none;}



}