@charset "UTF-8";
:root {
    --color-primary: #0075c2;
    --color-secondary: #0065A7;
    --color-gray: #707070;
    --color-light-gray: #F7F7F7;
    --color-dark-gray: #5B7A8E;
    --color-dark-gray-2: #516C7D;
    --color-category-tag: #E5E5E5;
    --color-disable: #ACBBC6;
    --color-caution: #D01E11;
    --color-table-border: #8ba8bb;
    --color-white: #ffffff;
    --color-white-opacity: rgba(255, 255, 255, .25);
    --color-black: #333333;
    --color-black-sea: #293337;
    --color-black-oak: #252323;
    --color-border: #DFDEDF;
    --color-border-2: #48555B;
    --color-border: #DAD9DA;
    --color-lbl-yellow: #AF5800;
    --color-lbl-green: #19779A;
    --color-primary-opacity: rgba(0, 117, 194, .6);
    --color-green: #487416;
    --color-footer-text: #DDDDDD;
}

/* -----------------------------------------------
Table of Contents (common css) [Thought of SMACSS + original]
--------------------------------------------------
0. Foundation
	 0-1. Reset (normalize.css + original)
	 0-2. Base
	 0-3. Config
1. Layout
	 1-1. #l-document
	 1-2. #l-header
	 1-3. #l-container
				1-3-1. #l-main
				1-3-2. #l-sub
	 1-4. #l-footer
	 1-5. #l-nav-global
2. Object
	 2-1. Component a.k.a Module [Thought of BEM + original]
				2-1-1.  Wrap     [wrp-***]
				2-1-2.  Box      [box-***]
				2-1-3.  Table    [tbl-***]
				2-1-4.  Headings [hdg-lv*]
				2-1-5.  Nav      [nav-***]
				2-1-6.  List     [lst-***]
				2-1-7.  Button   [btn-***]
				2-1-8.  Anchor   [acr-***]
				2-1-9.  Text     [txt-***]
				2-1-10. Icon     [icn-***]
				2-1-11. Label    [lbl-***]
				2-1-12. Form     [frm-***]
				2-1-13. Error    [err-***]
				2-1-14. UI
	 2-2. Utility
				2-2-1. clearfix
				2-2-2. margin,padding [mb10,pt20]
				2-2-3. Object-Oriented CSS
				2-2-4. Grid System [grid-***]
				2-2-5. WebFont [FontAwesome] http://fortawesome.github.io/Font-Awesome/icons/
	 2-3. State [is-***]
	 2-4. OverLayerConfig [z-index]
	 2-5. Project

	 -------------------------------------------------- */

/* -----------------------------------------------
 [0. Foundation]
 -------------------------------------------------- */

/* 0-1. Reset
-------------------------------------------------- */

/* 0-2. Base
-------------------------------------------------- */

/* 0-3. Config
-------------------------------------------------- */

/* -----------------------------------------------
 [1. Layout]
 -------------------------------------------------- */

/* 1-1. #l-document
-------------------------------------------------- */

/* 1-2. #l-header
-------------------------------------------------- */

/* 1-3. #l-container
-------------------------------------------------- */

#l-container {}

/* @media only screen and (max-width: 1024px) {
	#l-container {
		padding-top: 88px;
	}
} */

/* 1-3-1. #l-main
-------------------------------------------------- */

/* 1-3-2. #l-sub
-------------------------------------------------- */

/* 1-4. #l-footer
-------------------------------------------------- */

/* 1-5. #l-nav-global
-------------------------------------------------- */

/* -----------------------------------------------
 [2. Object]
 -------------------------------------------------- */

/* 2-1. Component a.k.a Module
-------------------------------------------------- */

/*2-1-1.  Wrap     [wrp-***]*/

/*2-1-2.  Box      [box-***]*/

/* .box-table {
	display: table;
}

.box-table__col {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-table, .box-table__col {
		display: block;
		text-align: center;
	}
} */

/*------------------------------*/

/* .box-report {
	overflow: hidden;
}

.box-report__text, .box-report__pic, .box-report__button, .box-report__content {
	box-sizing: border-box;
}

.box-report__text {
	float: right;
	max-width: 84.75%;
	padding-left: 3.5%;
}

.box-report__pic {
	float: left;
	max-width: 15.25%;
}

.box-report__button {
	float: left;
	max-width: 84.75%;
	padding-left: 3.5%;
	margin-top: 25px;
}

.box-report__content {
	float: right;
	max-width: 84.75%;
	padding-left: 3.5%;
}

.box-report__button .btn {
	font-size: 1.5rem;
	min-width: 360px;
	width: unset;
	padding: 15px 25px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-report__text, .box-report__pic, .box-report__button, .box-report__content {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.box-report__pic {
		text-align: center;
		padding: 20px 0;
	}
	.box-report__button {
		margin-top: 0;
	}
	.box-report__button .btn {
		font-size: 1.3rem;
		min-width: unset;
	}
} */

/*-----------------------------------*/

/* .box-slect-year {
	padding: 30px 0;
}

.box-slect-year+.hdg-lv5 {
	margin-top: 0;
}

.box-slect-year>select {
	padding: 5px 10px;
} */

/*/info/procure/
-------------------------------*/

.box-links {
    margin-bottom: 15px;
}

.box-links__title {
    margin-bottom: 5px;
    display: block;
}

.box-links a {
    display: block;
}

/*-------------------------------------*/

/*2-1-3.  Table    [tbl-***]*/

/*
.tbl-base--03 {
	max-width: 380px;
	border: 0;
	font-weight: bold;
	margin: 20px 0 80px;
}

.tbl-base--03 thead th {
	border-left: 0;
	border-bottom: 0;
	font-size: 1.6rem;
	text-align: left;
	padding: 20px 20px 15px;
}

.tbl-base--03 tbody td {
	border-left: 0;
	padding: 30px 20px 5px;
	font-size: 1.6rem;
}

.tbl-base--03 tbody td:first-child {
	padding-top: 35px;
}

.tbl-base--03 tbody tr {
	border-bottom: 1px dotted var(--color-border);
}

.tbl-base--03 tbody tr {
	height: 76px;
}

.tbl-base--03 .txt-spec {
	font-size: 4.0rem;
	color: var(--color-primary);
	line-height: 0.625;
	margin-right: 12px;
	letter-spacing: 0.06em;
}

.tbl-base--03 tbody td:last-child {
	text-align: right;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
	.tbl-base--03 {
		max-width: 100%;
		width: 100%;
		margin: 20px 0 45px;
	}
	.tbl-base--03 thead th {
		font-size: 1.3rem;
		padding: 10px 10px 7px;
	}
	.tbl-base--03 tbody tr {
		height: 38px;
	}
	.tbl-base--03 tbody td {
		font-size: 1.2rem;
		padding: 10px 10px 2px;
	}
	.tbl-base--03 tbody td:first-child {
		padding-top: 15px;
	}
	.tbl-base--03 .txt-spec {
		font-size: 2.5rem;
		margin-right: 2px;
	}
} */

/*--------------------------------------*/

/*
.tbl-base--04 thead th {
	width: 300px;
	font-size: 1.6rem;
}

.tbl-base--04 tbody td {
	width: 300px;
	text-align: center;
	font-size: 1.5rem;
}

.tbl-base--02 tbody td:first-of-type {
	width: 300px;
	text-align: left;
}

.tbl-base--04 tbody td:last-child {
	width: 300px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.tbl-base--04 thead th {
		font-size: 1.2rem;
	}
	.tbl-base--04 thead th:first-of-type {
		width: 145px;
	}
	.tbl-base--02 tbody td:first-of-type {
		width: 145px;
	}
	.tbl-base--04 tbody td {
		font-size: 1.2rem;
	}
} */

/*--------------------------------------*/

/*
.tbl-simple tbody th {
	color: var(--color-white);
	background: #758fa0;
	padding: 15px;
	border-left: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	vertical-align: middle;
	width: 25%;
	font-size: 1.5rem;
}

.tbl-simple tbody td {
	border: 1px solid var(--color-border);
	vertical-align: middle;
	text-align: center;
	padding: 15px 10px;
	width: 25%;
	font-size: 1.5rem;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.tbl-simple tbody th {
		display: block;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.3rem;
		border-bottom: 0;
		padding: 5px;
	}
	.tbl-simple tbody td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		font-size: 1.3rem;
		border-top: 0;
		padding: 5px;
	}
} */

/*--------------------------------------*/

/* .tbl-data tbody th {
	font-weight: normal;
	border: 1px solid var(--color-border);
	padding: 8px 10px;
	font-size: 1.5rem;
	vertical-align: middle;
}

.tbl-data tbody td {
	border: 1px solid var(--color-border);
	padding: 8px 10px;
	text-align: right;
	font-size: 1.5rem;
	vertical-align: middle;
}

.tbl-data--col2 tbody th, .tbl-data--col2 tbody td {
	width: 50%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.tbl-data tbody th, .tbl-data tbody td {
		font-size: 1.1rem;
		padding: 7px 10px;
	}
} */

.tbl-accessibility--result th {
    width: 30%;
}

/*2-1-4.  Headings [hdg_lv*]*/

/* ngk-global.com */

.hdg-lv1--02 {
    text-align: center;
    font-size: 3.5rem;
    color: var(--color-primary);
    padding: 120px 15px 40px;
    border-top: 1px solid #eee;
    font-weight: normal;
}

/* ngk-global.com */

.hdg-lv2--02 {
    letter-spacing: 0.05em;
}

.hdg-lv2 .txt-fanwood {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    color: var(--color-gray);
    padding-left: 30px;
}

/* è¦‹å‡ºã—ãƒªãƒ³ã‚¯ */

.hdg-lv2-03 {
    position: relative;
    font-size: 2.0rem;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 13px;
    margin-bottom: 35px;
    border-bottom: 1px solid #b2b2b2;
}

.hdg-lv2-03 a {
    color: #333;
    transition: all .3s;
}

.hdg-lv2-03 a:hover {
    opacity: .7;
    text-decoration: none;
}

.hdg-lv2-03:before {
    content: '\f105';
    font-family: 'gaishi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 2.0rem;
    line-height: 20px;
    color: var(--color-primary);
}

.box-link>.hdg-lv4:first-child {
    margin-top: 0;
}

/* ç ”ç©¶é–‹ç™ºã§ã®ã¿ */

.hdg-lv5-01 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .hdg-lv1--02 {
        border-top: 0;
        /*padding: 42px 15px 15px;*/
        padding: 100px 15px 30px;
        text-align: left;
        font-size: 2.0rem;
    }
    .hdg-lv2--01 {
        margin: 30px 0 20px;
    }
    .hdg-lv2 .txt-fanwood {
        display: none;
    }
    .hdg-lv2-03 {
        font-size: 1.6rem;
        line-height: 24px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .hdg-lv2-03:before {
        top: 0;
    }
    .hdg-lv5-01 {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
}

/*2-1-5.  Nav      [nav-***]*/

/*2-1-6.  List     [lst-***]*/

/*------------------------------*/

/* /info/morimura/ */

.lts-images {
    display: table;
    width: 100%;
    margin: 30px 0;
}

.lts-images .lts-images__col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.lts-images .lts-images__col:first-of-type {
    width: 33.89%;
    padding-right: 20px;
}

@media only screen and (min-width: 768px) {
    .lts-images .lts-images__col:first-of-type {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .lts-images {
        margin: 15px 0 20px;
    }
    .lts-images, .lts-images .lts-images__col {
        display: block;
        text-align: center;
    }
    .lts-images .lts-images__col:first-of-type {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}


/*/product/industrial/
-----------------------*/

.box-media-01 {
    position: relative;
    overflow: hidden;
}

.box-media-01 .box-media__thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

.box-media-01 .box-media__thumb>span {
    display: block!important;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.box-media-01 .box-media__content {
    width: 50%;
    box-sizing: border-box;
    float: right;
    position: relative;
}

/* .box-media-01:hover .box-media__thumb>span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */

.lst-media__inner-01 .box-media__content__ttl {
    margin-bottom: 10px;
    padding-top: 30px;
}

.lst-media__inner-01 .box-media__content__des {
    text-align: left;
    margin-bottom: 20px;
}

.lst-media__special-01 .box-media__content__ttl {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-align: left;
    padding-top: 30px;
}

.lst-media__special-01 .box-media__content__btn {
    padding: 30px 20px 20px;
}

.box-card-01__title .lst-media__special-01 .box-media__content__btn a {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-media__inner-01 .box-media__content__ttl {
        font-size: 1.4rem;
        margin-bottom: 5px;
        padding-top: 20px;
        padding: 20px 10px 5px;
    }
    .lst-media__inner-01 .box-media__content__des {
        font-size: 1.0rem;
        margin-bottom: 5px;
    }
    .box-media__content__btn {
        font-size: 1.0rem;
        padding: 8px 10px 12px;
    }
    .box-media-01 .box-media__thumb {
        position: relative;
        padding-right: 0;
    }
    .box-media-01 .box-media__thumb>span {
        background: none;
    }
    .box-media-01 .box-media__thumb>span img {
        display: block!important;
        max-width: 100%;
    }
    .box-media-01 .box-media__content {
        width: 100%;
        float: none;
    }
    .lst-media__special-01 .box-media__content__ttl {
        font-size: 1.0rem;
        padding-top: 10px;
    }
    .lst-media__special-01 .box-media__content__btn {
        padding: 10px 0;
    }
}

/* /ir/stock/holders/ */



/*2-1-7.  Button   [btn-***]*/

/* product/industrial/dustcollector/diesel/,
/product/industrial/dustcollector/valuable_resource/
------------------------*/

.btn--link02 {
    padding: 13px 20px 13px 60px;
}

.btn--link02 span:before {
    content: '\f08e';
    right: auto;
    left: -20px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .btn--link02 {
        padding: 10px 10px 10px 30px;
    }
    .btn--link02 span:before {
        left: -10px;
    }
}

/*-------------------*/

.btn [class^="icon-"], .btn [class*=" icon-"] {
    margin-right: 5px;
}

.btn--large {
    font-size: 1.6rem;
    padding: 16px 30px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .btn--large {
        font-size: 1.3rem;
        padding: 10px 20px 10px 15px;
        text-align: left;
    }
}

/*2-1-8.  Anchor   [acr-***]*/

/*2-1-9.  Text     [txt-***]*/

/*2-1-10. Icon     [icn-***]*/

.icon-menu, .icon-menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.icon-menu {
    position: relative;
    width: 16px;
    height: 12px;
}

.icon-menu span {
    position: absolute;
    width: 100%;
    left: 0;
    width: 16px;
    height: 2px;
    background: var(--color-primary);
}

.icon-menu span:nth-of-type(1) {
    top: 0;
}

.icon-menu span:nth-of-type(2) {
    top: 5px;
}

.icon-menu span:nth-of-type(3) {
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .icon-menu {
        position: relative;
        width: 13px;
        height: 11px;
    }
    .icon-menu span {
        width: 13px;
        height: 1px;
    }
    .icon-menu span:nth-of-type(2) {
        top: 5px;
    }
}

/*2-1-11. Label    [lbl-***]*/

/*2-1-12. Form     [frm-***]*/

/*2-1-13. Error    [err-***]*/

/*2-1-14. UI*/

/* 2-2. Utility
-------------------------------------------------- */

/*2-2-1. clearfix [ModernType]*/

/*2-2-2. margin,padding*/

/*2-2-3. Object-Oriented CSS [OOCSS]*/

/* 2-2-4. Grid System [grid-***] */

/* 2-2-5. WebFont [FontAwesome] */

/*2-2-6. Backgrounds [bg-***]*/

/*2-2-7. Font size [fs-***]*/

/* 2-2-8. Visibility [visible-***] */

/* 2-3. State [is-***]
-------------------------------------------------- */

/*--------------------------------------------------*/

/* 2-4. OverLayerConfig [z-index]
-------------------------------------------------- */

/* 2-5. Js-module
-------------------------------------------------- */

/* 2-6. Project
-------------------------------------------------- */

/* Page /risk.html
-------------------------------------------------- */

.box-diagram {
    margin: 72px 0 90px;
}

.txt-title {
    font-weight: bold;
    margin: 40px 0 5px;
}

.box-group-table {
    margin-bottom: 105px;
}

.box-group-table .tbl-base tbody td:last-child {
    width: 63%;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-diagram {
        margin: 35px 0 45px;
    }
    .txt-title {
        margin: 22px 0 10px;
    }
    .box-group-table {
        margin-bottom: 50px;
    }
    .box-data li {
        margin-bottom: 25px;
    }
    .box-data li:last-child {
        margin-bottom: 20px;
    }
}

/* /info/network/index
-----------------------------------------*/

.box-main-map__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.box-main-map__content {
    background: url("/resource/img/info/index-bg-map02.png") no-repeat center;
    background-size: 100% auto;
    height: 500px;
    position: relative;
}
[lang="en"] .box-main-map__content {
    background: url("/en/resource/img/info/index-bg-map02.png") no-repeat center;
}
[lang="zh-cmn-Hans"] .box-main-map__content {
    background: url("/cn/resource/img/info/index-bg-map02.png") no-repeat center;
}

.box-main-map__link a {
    display: inline-block;
    color: var(--color-white);
    position: relative;
    padding: 10px 20px 10px 30px;
    box-sizing: border-box;
    width: 205px;
    background: var(--color-dark-gray);
    font-size: 1.5rem;
    letter-spacing: 0.025em;
}

.box-main-map__link a.no-link {
    pointer-events: none;
    background: var(--color-disable);
}

.box-main-map__link a>span:before {
    right: auto !important;
    left: -15px;
}

.box-main-map__link a:after {
    background: #1a88d1 !important;
}

.box-main-map__link li {
    position: absolute;
}

.box-main-map__link a.activearea:after {
    transform: translateY(0);
    visibility: visible;
}

#map-japan {
    top: 34%;
    left: 76%;
}

#map-america {
    top: 34%;
    right: 68%;
}

#map-europe-africa {
    top: 34%;
    left: 42%;
}

#map-asian {
    bottom: 33%;
    left: 72%;
}

.lst-location__inner {
    display: block;
}

.lst-location__image {
    display: block;
}

.lst-location__image img {
    width: 100%;
}

.lst-location__link {
    display: block;
    margin-top: 15px;
    font-size: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .box-main-map__link a {
        font-size: 1.2rem;
        width: 180px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-map__link li {
        position: relative;
    }
    #map-japan {
        top: 0;
        left: 0;
    }
    #map-america {
        top: 0;
        right: 0;
    }
    #map-europe-africa {
        top: 0;
        left: 0;
    }
    #map-asian {
        bottom: 0;
        left: 0;
    }
    .box-main-map__inner {
        margin-bottom: 35px;
    }
    .box-main-map__content {
        background-position: top center;
        background-size: 310px auto;
        height: 165px;
    }
    .box-main-map__link {
        margin: 0 -5px;
        padding-top: 110px;
    }
    .box-main-map__link li {
        width: 50%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .box-main-map__link a {
        font-size: 1.1rem;
        width: auto;
        display: block;
        padding: 7px 10px;
    }
    .box-main-map__link .btn--primary.btn--link span:before {
        right: 0;
    }
}

/*/info/network/---------------------------------------------------*/

.box-filter .hdg-lv2 {
    margin: 0 0 32px;
}

.box-filter__heading {
    background: var(--color-light-gray);
    padding: 25px 0;
}

.box-filter__heading__content {
    display: table;
    padding-right: 240px;
    padding-top: 5px;
}

.box-filter__heading__title {
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 30px;
    white-space: nowrap;
    border-right: 1px solid var(--color-border);
}

.box-filter__heading__title a {
    font-size: 1.5rem;
    color: var(--color-black);
    pointer-events: none;
}

.box-filter__heading__detail {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
}

.frm-filter {
    position: relative;
}

.box-filter__heading__button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lst-filter__detail {
    margin-top: 10px;
    text-indent: -5em;
    padding-left: 5em;
}

/* [lang="zh-cmn-Hans"] .lst-filter__detail, [lang="en"] .lst-filter__detail {
	text-indent: -5.4em;
	padding-left: 5.4em;
} */

.lst-filter__detail li {
    display: inline-block;
    color: var(--color-black);
    font-size: 1.5rem;
    padding-right: 25px;
    text-indent: 0;
}

.lst-filter__detail li:last-child {
    padding-right: 0;
}

.lst-filter__detail__title {
    font-weight: bold;
    color: var(--color-black);
}

.info-network-clear {
    position: relative;
    cursor: pointer;
    color: var(--color-black);
    /*left: 206px;*/
}

/* [lang="zh-cmn-Hans"] .info-network-clear, [lang="en"] .info-network-clear {
	left: 221px;
} */

.info-network-clear-sp {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .box-filter__heading__content {
        padding-right: 332px;
        width: 100%;
        box-sizing: border-box;
    }
    .box-filter__heading__title {
        padding-right: 60px;
        width: 14%;
    }
    .box-filter__heading__detail {
        width: 100%;
        display: table;
        padding-left: 0;
    }
    .lst-filter__detail {
        width: 50%;
        display: table-cell;
        border-right: 1px solid var(--color-border);
        vertical-align: top;
        text-indent: 0;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .lst-filter__detail li {
        display: block;
        margin-bottom: 10px;
    }
    .lst-filter__detail .lst-filter__detail__title {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .info-network-clear {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        right: 100px;
    }
    [lang="en"] .info-network-clear,
    [lang="zh-cmn-Hans"] .info-network-clear {
        right: 115px;

    }

}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .info-network-clear {
        display: none;
    }
    .info-network-clear-sp {
        display: block;
        position: relative;
        cursor: pointer;
        color: var(--color-black);
        left: 0;
        text-align: center;
        /*padding: 15px 0 0;*/
    }
}

/* input[type="checkbox"] {
	overflow: hidden;
	width: 0;
	height: 0;
}

.frm-filter .checkbox input[type="radio"] {
	overflow: hidden;
	width: 0;
	height: 0;
}

.frm-filter .checkbox input[type="radio"]+span {
	display: inline-block;
	background: var(--color-white);
	line-height: 1;
	border-radius: 10px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	position: relative;
}

.frm-filter .checkbox input[type="checkbox"]+span {
	display: inline-block;
	background: var(--color-white);
	line-height: 1;
	border-radius: 3px;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	position: relative;
} */

/*.frm-filter .checkbox input[type="radio"]:checked + span:before {
	content: 'â—';
	font-family: "gaishi";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	color: var(--color-primary);
	font-size: 1.0rem;
	position: absolute;
	top: 53.5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/

/*

.frm-filter .checkbox input[type="radio"]:checked+span:before {
	content: '';
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	border-radius: 5px;
	font-size: 1.0rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.frm-filter .checkbox input[type="radio"]:focus+span {
	border: 1px solid #999;
	box-shadow: 0 0 4px #004AA1, 0 0 8px
}

.frm-filter .checkbox input[type="checkbox"]:checked+span:before {
	content: '\e80a';
	font-family: "gaishi";
	display: inline-block;
	color: var(--color-primary);
	font-size: 1.2rem;
	position: absolute;
	top: 1px;
} */

.box-filter__heading__button button {
    display: block;
    background: var(--color-white);
    padding: 25px 30px;
    font-size: 1.5rem;
    color: var(--color-primary);
    width: 220px;
}

.box-filter__heading__button button:hover, .box-filter__heading__button button:focus {
    background: var(--color-secondary);
}

.box-filter__content {
    margin-top: 35px;
}

.box-filter__content__detail {
    margin-bottom: 40px;
}

.box-filter--02 .box-filter__content__detail {
    margin-bottom: 25px;
}

.box-filter__content__detail .hdg-lv2+.box-filter__content__block {
    border-top: 1px solid var(--color-border);
}

.box-filter__content__block {
    border-bottom: 1px solid var(--color-border);
    padding: 30px 0;
}

.box-filter--02 .box-filter__content__block {
    border-bottom: 0;
}

.box-filter__content__more {
    padding-bottom: 20px;
}

.box-filter__content__title {
    margin-bottom: 10px;
}

.box-filter__content__title a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
}
[lang="en"] .box-filter__content__title a {
    font-weight: normal;
}

.box-filter__content__title span {
    font-size: 1.8rem;
    font-weight: bold;
}
[lang="en"] .box-filter__content__title span {
    font-weight: normal;
}


.box-filter__content__block p {
    font-size: 1.5rem;
}

.box-filter--02 .box-filter__content__block p {
    font-size: 1.8rem;
}

.box-filter--02 .box-filter__content__block p span {
    font-size: 1.5rem;
}

.box-filter__content__block p.box-filter__content__etc {
    margin-top: 20px;
}

.lst-filter__button {
    display: none;
}

.lst-filter__contact div {
    font-size: 1.5rem;
    margin-top: 5px;
}

.lst-filter__contact div:first-child {
    margin-top: 20px;
}

.lst-filter__contact div>span:first-child {
    display: inline-block;
    white-space: nowrap;
}

.lst-filter__contact__link {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .box-filter__heading__button button {
        width: 280px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .box-filter__heading__content {
        display: block;
        padding: 0;
    }
    .box-filter__heading {
        background: var(--color-white);
        padding: 15px 0 0;
    }
    .box-filter__heading .wrp-container {
        padding: 0;
    }
    .box-filter__heading__detail {
        padding: 10px 15px 15px;
        background: var(--color-light-gray);
        width: 100%;
        display: block;
    }
    .box-filter__heading__button {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 20px 0 10px;
    }
    .lst-filter__detail {
        margin-top: 0;
        padding-left: 0;
        text-indent: 0;
        border-bottom: 1px solid var(--color-border);
        padding: 20px 0;
    }
    .lst-filter__detail li {
        display: block;
        padding-right: 0;
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .lst-filter__detail__title {
        width: 100%;
    }
    .frm-filter .checkbox input[type="checkbox"]+span {
        width: 10px;
        height: 10px;
    }
    .frm-filter .checkbox input[type="checkbox"]:checked+span:before {
        font-size: 1.0rem;
    }
    .frm-filter .checkbox input[type="radio"]+span {
        vertical-align: middle;
    }
    .box-filter__heading__button button {
        font-size: 1.2rem;
        padding: 11px 15px;
        width: 200px;
        margin: 0 auto;
    }
    .box-filter__heading__title {
        display: block;
        padding: 0 15px;
        border-right: 0;
        text-align: center;
        height: 40px;
    }
    .box-filter__heading__title a {
        pointer-events: auto;
        display: inline-block;
        color: var(--color-primary);
        font-size: 1.2rem;
        border: 1px solid var(--color-border);
        padding: 10px 15px;
        box-sizing: border-box;
        width: 200px;
        position: relative;
    }
    .box-filter__heading__title a:after {
        content: '\f107';
        font-family: "gaishi";
        display: inline-block;
        float: right;
    }
    .box-filter__heading__title a:hover {
        text-decoration: none;
    }
    .box-filter__heading__title a span {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .box-filter__heading__title.is-active a {
        background: var(--color-primary);
        color: var(--color-white);
        border: 1px solid var(--color-primary);
    }
    .box-filter__heading__title.is-active a:after {
        content: '\f106';
    }
    .box-filter .hdg-lv2 {
        margin: 35px 0 5px;
    }
    .box-filter__content {
        margin-top: 25px;
    }
    .box-filter__content__block {
        padding: 10px 0;
    }
    .box-filter__content__title {
        margin-bottom: 5px;
    }
    .box-filter__content__title a {
        font-size: 1.4rem;
    }
    .box-filter__content__block p {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .box-filter__content__link {
        display: none;
    }
    .lst-filter__contact div {
        font-size: 1.3rem;
        letter-spacing: 0;
        padding: 8px 0 3px;
        border-top: 1px dotted var(--color-light-gray);
        position: relative;
    }
    .lst-filter__button {
        display: block;
    }
    .is-visible-inline {
        display: none;
    }

    .lst-filter__contact div>span:first-child {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        padding-right: 50px;
        box-sizing: border-box;
        font-size: 1.2rem;
        width: auto!important;
    }
    .lst-filter__contact div>span:first-child+span {
        display: block;
        line-height: 15px;
        box-sizing: border-box;
        padding-right: 50px;
        font-size: 1.2rem;
    }
    .lst-filter__button {
        margin: 10px 0;
    }
    .lst-filter__button .grid-row {
        margin: 0 -5px;
    }
    .lst-filter__button .grid-row .grid-colTablet--6 {
        padding: 0 5px;
    }
    .lst-filter__button a {
        display: block;
        text-align: center;
        font-size: 1.1rem;
        color: var(--color-white);
        padding: 6px 9px;
        box-sizing: border-box;
        background: #758fa0;
        border: 1px solid #758fa0;
    }
    .lst-filter__button a.btn-tel {
        color: #758fa0;
        background: var(--color-white);
    }
    .lst-filter__button a .icon {
        margin-right: 5px;
    }
    .lst-filter__contact__link {
        display: table;
        position: absolute;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .lst-filter__contact__link .icon {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5rem;
        color: #758fa0;
    }
    .box-filter__content__title span {
        font-size: 1.4rem;
        display: inline-block;
        margin-top: 5px;
    }
    .box-filter__content__detail {
        margin-bottom: 30px;
    }
    .box-filter--02 .box-filter__content__block p {
        font-size: 1.3rem;
    }
    .lst-filter__contact--02 {
        padding-bottom: 5px;
        border-bottom: 1px dotted var(--color-light-gray);
    }
}

/* /info/network/detail
--------------------------------------*/

.box-information {
    margin: 60px 0 40px;
}

.box-information__text .hdg-lv3 {
    margin: 0 0 30px;
}

.box-information__image img {
    width: 80%;
}

.box-filter--02 .box-information__text p {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.box-information__link {
    margin-top: 30px;
}

.box-filter--02 .box-information__link p {
    margin-bottom: 5px;
}

.box-information__link ul li {
    margin-bottom: 5px;
}

.box-button-back {
    text-align: center;
}

.box-button-back .btn {
    font-size: 1.5rem;
    width: 285px;
    padding: 25px 30px;
}

.box-button-back .btn span {
    display: inline-block;
}

.box-button-back .btn--primary.btn--link span:before {
    content: '\f104';
    right: auto;
    left: -25px;
}

.box-button-back .btn--primary:hover.btn--link span:before {
    left: -30px;
}

.lst-filter__contact li {
    font-size: 1.5rem;
    margin-top: 5px;
}
.lst-filter__contact li:first-child {
    margin-top: 20px;
}
.lst-filter__contact li > span:first-child {
    display: inline-block;
    white-space: nowrap;
}
.lst-filter__contact__link {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .box-filter__heading__button button {
        width: 280px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
    .box-filter__heading__content {
        display: block;
        padding: 0;
    }
    .box-filter__heading {
        background: #fff;
        padding: 15px 0 0;
    }
    .box-filter__heading .wrp-container {
        padding: 0;
    }
    .box-filter__heading__detail {
        padding: 10px 15px 15px;
        /* background: #0075c2; */
        /*width: 768px;*/
        width: auto;
        max-width: 100%;
    }
    .box-filter__heading__button {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 20px 0 10px;
    }
    .lst-filter__detail {
        margin-top: 0;
        padding-left: 0;
        text-indent: 0;
        border-bottom: 1px solid #66acda;
        padding-bottom: 20px;
    }
    .lst-filter__detail li {
        display: block;
        padding-right: 0;
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .lst-filter__detail__title {
        width: 100%;
    }
    /* .frm-filter .checkbox input[type="checkbox"] + span {
        width: 10px;
        height: 10px;
    }
    .frm-filter .checkbox input[type="checkbox"]:checked + span:before {
        font-size: 1.0rem;
    }
    .frm-filter .checkbox input[type="radio"] + span {
        vertical-align: middle;
    } */
    .box-filter__heading__button button {
        font-size: 1.2rem;
        padding: 11px 15px;
        width: 200px;
        margin: 0 auto;
    }
    .box-filter__heading__title {
        display: block;
        padding: 0 15px;
        border-right: 0;
        text-align: center;
        height: 40px;
    }
    .box-filter__heading__title a {
        pointer-events: auto;
        display: inline-block;
        color: #0075c2;
        font-size: 1.2rem;
        border: 1px solid #8ba8bb;
        padding: 10px 15px;
        box-sizing: border-box;
        width: 200px;
        position: relative;
    }
    .box-filter__heading__title a:after {
        content: '\f107';
        font-family: "gaishi";
        display: inline-block;
        float: right;
    }
    .box-filter__heading__title a:hover {
        text-decoration: none;
    }
    .box-filter__heading__title a span{
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .box-filter__heading__title.is-active a{
        background: #0075c2;
        color: #fff;
        border: 1px solid #0075c2;
    }
    .box-filter__heading__title.is-active a:after {
        content: '\f106';
    }
    .box-filter .hdg-lv2 {
        margin: 35px 0 5px;
    }
    .box-filter__content {
        margin-top: 25px;
    }
    .box-filter__content__block {
        padding: 10px 0;
    }
    .box-filter__content__title {
        margin-bottom: 5px;
    }
    .box-filter__content__title a {
        font-size: 1.4rem;
    }
    .box-filter__content__block p {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .box-filter__content__link {
        display: none;
    }
    .lst-filter__contact li {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .lst-filter__button {
        display: block;
    }
    .is-visible-inline {
        display: none;
    }
    .lst-filter__contact li {
        padding: 8px 0 3px;
        border-top: 1px dotted #e5e5e5;
        position: relative;
    }
    .lst-filter__contact li > span:first-child {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        padding-right: 50px;
        box-sizing: border-box;
        font-size: 1.2rem;
        width: auto!important;
    }
    .lst-filter__contact li > span:first-child + span {
        display: block;
        line-height: 15px;
        box-sizing: border-box;
        padding-right: 50px;
        font-size: 1.2rem;
    }
    .lst-filter__button {
        margin: 10px 0;
    }
    .lst-filter__button .grid-row {
        margin: 0 -5px;
    }
    .lst-filter__button .grid-row .grid-colTablet--6 {
        padding: 0 5px;
    }
    .lst-filter__button a {
        display: block;
        text-align: center;
        font-size: 1.1rem;
        color: #fff;
        padding: 6px 9px;
        box-sizing: border-box;
        background: #758fa0;
        border: 1px solid #758fa0;
    }
    .lst-filter__button a.btn-tel{
        color: #758fa0;
        background: #fff;
    }
    .lst-filter__button a .icon {
        margin-right: 5px;
    }
    .lst-filter__contact__link {
        display: table;
        position: absolute;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .lst-filter__contact__link .icon {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5rem;
        color: #758fa0;
    }
    .box-filter__content__title span {
        font-size: 1.4rem;
        display: inline-block;
        margin-top: 5px;
    }
    .box-filter__content__detail {
        margin-bottom: 30px;
    }
    .box-filter--02 .box-filter__content__block p {
        font-size: 1.3rem;
    }
    .lst-filter__contact--02 {
        padding-bottom: 5px;
        border-bottom: 1px dotted #e5e5e5;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-information {
        position: relative;
        padding-top: 40px;
        margin: 40px 0 5px;
    }
    .box-information__text {
        position: static;
        padding-top: 20px;
    }
    .box-information__text .hdg-lv3 {
        position: absolute;
        top: 0;
        font-size: 1.9rem;
        border-left: 2px solid var(--color-primary);
        padding-left: 10px;
        color: #333;
        font-weight: normal;
        line-height: 20px;
    }
    .box-filter--02 .box-information__text p {
        margin-bottom: 5px;
        font-size: 1.2rem;
    }
    .box-filter--02 .box-information__link {
        margin-top: 12px;
    }
    .box-filter--02 .box-information__link ul li {
        margin-bottom: 10px;
    }
    .box-button-back {
        display: none;
    }
}

.box-message {
    position: relative;
    padding-right: 49.15%;
}

.box-message__inner {
    padding-right: 20px;
}

.box-message__thumb {
    display: inline-block;
    width: 48.25%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.box-message .hdg-lv4 {
    font-weight: normal;
    margin: 48px 0 30px;
}

.box-message p {
    font-size: 1.5rem;
    line-height: 25px;
    letter-spacing: 0.06em;
}

p.box-message__signature {
    font-size: 1.2rem;
    margin-top: 20px;
}

.box-message__signature span {
    display: block;
    margin-top: 12px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-message {
        padding-right: 0;
    }
    .box-message__inner {
        padding-right: 0;
    }
    .box-message__thumb {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        margin: 25px 0 20px;
    }
    .box-message .hdg-lv4 {
        margin: 20px 0 10px;
    }
    .box-message p {
        font-size: 1.3rem;
        line-height: 20px;
    }
}

/* /info/outline/ */

.lst-directors {
    margin-top: 40px;
    list-style-type: none;
}
.lst-directors li{
    padding-left: 10px;
}
.lst-directors li::before{
    display: none;
}
.lst-directors__pic {
    text-align: center;
    line-height: 0;
}

.lst-directors__name {
    font-size: 1.8rem;
    text-align: center;
    line-height: 22px;
}

.lst-directors__position {
    font-size: 1.5rem;
    line-height: 25px;
    text-align: center;
}

.lst-directors__desc {
    font-size: 1.2rem;
    line-height: 16px;
    margin-top: 10px;
}

.lst-directors__content {
    margin: 20px 0 35px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-directors__name {
        font-size: 1.6rem;
        line-height: 18px;
    }
    .lst-directors__position {
        font-size: 1.2rem;
        line-height: 13px;
        margin-top: 6px;
    }
    .lst-directors__desc {
        font-size: 1.0rem;
        line-height: 15px;
        margin-top: 8px;
    }
    .lst-directors__content {
        margin: 10px 0 18px;
    }
}

/* /info/morimura/ãªã©
------------------------------------------*/

.box-history .hdg-lv2 {
    margin: 60px 0 50px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-history .hdg-lv2 {
        margin: 50px 0 20px;
    }
}

/*/ir/hightlight/
------------------------------------------*/

.bnr-csr--ir {
    /* background: url("/resource/img/ir/bg-ir01.png") no-repeat center; */
    background: var(--color-dark-gray);
    /* background-size: cover; */
    margin-top: 20px;
}

.bnr-csr--ir .btn--link span:before {
    content: '\e800';
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    transform: none;
    padding-right: 15px;
}

/*
.bnr-csr--ir .btn--link:hover span:before {
	left: 10px;
} */

.bnr-csr--ir .bnr-csr__btn .btn span {
    padding: 0;
}

.bnr-csr--ir .bnr-csr__title {
    font-weight: bold;
}

/* /news/
--------------------------------------*/

.box-main-image {
    height: 370px;
    background: url("/resource/img/news/news-pct-main01.jpg") no-repeat center;
    background-size: cover;
}
[lang="en"] .box-main-image {
    background: url("/en/resource/img/news/news-pct-main01.jpg") no-repeat center;
    background-size: cover;

}

.box-main-image__title {
    font-size: 4.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--color-white);
    padding: 140px 0 15px;
}

.box-main-image__desc {
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: 0.28em;
    color: var(--color-white);
}

[lang="en"] .box-main-image__desc {
    letter-spacing: 0.005em;
}

.box-main-image__button {
    margin-top: 30px;
}

.box-main-image__button .btn {
    width: 240px;
    padding: 20px 40px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image {
        padding-top: 60px;
        height: 200px;
        background: url("/resource/img/news/news-pct-main01-sp.jpg") no-repeat center;
        background-size: cover;
    }
    .box-main-image__title {
        font-size: 2.5rem;
        padding: 52px 0 2px;
    }
    .box-main-image__desc {
        font-size: 1.3rem;
        line-height: 20px;
    }
    .box-main-image__button {
        margin-top: 20px;
    }
    .box-main-image__button .btn {
        font-size: 1.1rem;
        width: 158px;
        padding: 11px 13px;
    }
}
/*
.lst-news {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic Pro", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "ãƒ¡ã‚¤ãƒªã‚ª", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

.lst-news__item {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

a.lst-news__item:hover {
	text-decoration: none;
	opacity: .6;
}

.lst-news.js-lst-news-top li:nth-of-type(n+6), .lst-news.js-ir-news-top li:nth-of-type(n+6) {
	display: none;
}

@media only screen and (min-width: 768px) {}

.lst-news__info {
	display: table-cell;
	width: 260px;
	vertical-align: top;
}

[lang="zh-cmn-Hans"] .lst-news__info, [lang="en"] .lst-news__info {
	width: 285px;
}

.lst-news__date {
	font-size: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	letter-spacing: 0.12em;
	position: relative;
	top: 2px;
}

.lst-news__label {
	font-size: 1.2rem;
	color: #000;
	padding: 5px 3px 2px;
	background: var(--color-light-gray);
	width: 110px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	float: right;
}

.lst-news__text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	font-size: 1.5rem;
	color: #333;
	position: relative;
	top: 3px;
}

.lst-news__text .icon {
	color: var(--color-primary);
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.lst-news__text {
		width: calc(100% - 260px);
	}
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.lst-news__item, .lst-news__info, .lst-news__text {
		display: block;
		width: 100%;
	}
	.lst-news__item {
		padding: 10px 0;
	}
	.lst-news__info {
		margin-bottom: 5px;
	}
	.lst-news__text {
		padding-left: 0;
		font-size: 1.0rem;
		line-height: 16px;
		top: 0;
	}
	.lst-news__date {
		font-size: 0.8rem;
	}
	.lst-news__label {
		float: none;
		font-size: 0.8rem;
		width: 60px;
		margin-left: 10px;
		padding: 3px 5px 0;
	}
	.lst-news__label--01 {
		width: auto;
	}
} */

/*/news/detail/
------------------------------------------*/

.box-map-simple {
    margin: 30px 0;
}

.box-map-simple .hdg-lv5-01 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.box-map-simple__link {
    margin-top: 40px;
    font-size: 1.5rem;
    word-break: break-all;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-map-simple {
        margin: 25px 0;
    }
    .box-map-simple .hdg-lv5-01 {
        font-size: 1.4rem;
    }
    .box-map-simple__link {
        margin-top: 15px;
        font-size: 1.3rem;
    }
}

.cms-editer p {
    margin-bottom: 15px;
}

.cms-editer p:last-child {
    margin-bottom: 0;
}

/*-----------------------------------------*/

.lst-image {
    margin: 50px 0 30px;
}

.lst-image__inner {
    margin: 0 -10px;
}

.lst-image__inner li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.lst-image__inner .txt-caption {
    font-size: 1.2rem;
    display: block;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-image {
        margin: 30px 0;
    }
    .lst-image__inner {
        margin: 0;
    }
    .lst-image__inner li {
        display: block;
        width: 100%;
        padding: 0;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .lst-image__inner .txt-caption {
        font-size: 1.1rem;
        margin-top: 5px;
    }
}

/*------------------------------------*/

/*/product/metal/beryllium/bealon/
------------------------------------*/

.lst-numberic {
    counter-reset: numberic;
}

.lst-numberic>li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.5rem;
    line-height: 25px;
}

.lst-numberic>li:before {
    counter-increment: numberic;
    content: counter(numberic)".";
    padding-right: 5px;
}

/*------------------------------------*/

/* å•ã„åˆã‚ã›ãƒšãƒ¼ã‚¸ã«ä½¿ç”¨ã•ã‚Œã¦ã„ã‚‹
htmlã‚’.lst-textã«ç½®ãæ›ãˆã‚‹ */

.lst-dotted>li {
    padding-left: 1.5em;
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
}

.lst-dotted>li p {
    display: inline-block;
}

.lst-dotted>li:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 3px;
    background: var(--color-primary);
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}

.lst-dotted>li .lbl-required {
    margin: 0 5px 0 0;
}

/*---------------------------------*/

/*
.box-more {
	padding: 45px 0 50px;
	border-top: 1px solid #aeb6bb;
	border-bottom: 1px solid #aeb6bb;
}

.box-more__title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
} */

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-step {
        margin: 50px 0;
    }
    .lst-step__inner li span {
        font-size: 1.2rem;
    }
    .lst-step__inner li:after, .lst-step__inner li:before {
        content: none;
    }
    .lst-numberic>li {
        font-size: 1.3rem;
        line-height: 1.6666666;
    }
    .lst-dotted>li {
        font-size: 1.3rem;
        line-height: 1.6666666;
    }
    .lst-dotted>li:before {
        top: 7px;
    }
    /* .box-more {
        padding: 20px 0;
    }
    .box-more__title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    } */
}

/*/sustainability/
----------------------------------------------*/

.box-main-image--sustainability {
    background: url(/resource/img/sustainability/index-bg-main01.jpg) no-repeat center;
    background-size: cover;
}

.lst-group-button {
    margin: 50px 0;
}

.lst-group-button>.grid-row li {
    margin-bottom: 15px;
}

.lst-group-button .btn--large {
    padding: 27px 35px 27px 20px;
    letter-spacing: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-group-button {
        margin: 25px 0 30px;
    }
    .lst-group-button>.grid-row {
        margin: 0 -5px;
    }
    .lst-group-button>.grid-row li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .lst-group-button .btn--large {
        padding: 10px;
    }
    .lst-group-button .btn {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .lst-group-button .btn span {
        padding-right: 10px;
    }
}

/*----------------------------------------*/

/* /sustainability/social/ */

.box-main-image--social {
    background: url(/resource/img/sustainability/social-index-bg-main.jpg) no-repeat center bottom;
    background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--social {
        background: url("/resource/img/sustainability/social-index-bg-main-sp.jpg") no-repeat center;
        background-size: cover;
    }
}

.box-activity-map {
    padding: 77px 0 80px;
    margin-top: 80px;
}

.box-activity-map .box-main-map__content {
    background: url(/resource/img/sustainability/social-indesx-pic-map.png) no-repeat center;
    background-size: contain;
    height: 467px;
    position: relative;
}

.box-main-map__title {
    text-align: center;
}

.box-main-map__head {
    font-size: 2.8rem;
    font-weight: normal;
}

.box-main-map__sub {
    font-size: 1.3rem;
}

.box-activity-map__head {
    padding-bottom: 20px;
    overflow: hidden;
    /* margin-top: -23px; */
}

.box-activity-map__head__title {
    float: left;
    font-size: 2.0rem;
    color: var(--color-primary);
    font-weight: bold;
}

.box-activity-map__head__sort {
    float: right;
    display: table;
}


.box-activity-map__head__sort .box-activity-map__release {
    padding-right: 15px;
}

.box-activity-map__head__sort .box-activity-map__release:before {
    content: "";
    height: 20px;
    width: 0;
    border-right: 1px solid var(--color-border);
    right: 0;
    position: absolute;
}

.box-activity-map__head__sort select {
    font-size: 1.3rem;
    border: 1px solid var(--color-border);
    color: var(--color-primary);
    padding: 8px 17px;
    width: 140px;
    text-align-last: center;
    line-height: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.box-activity-map__head__sort select::-ms-expand {
    display: none;
}

.box-activity-map__head__sort label {
    position: relative;
}

.box-activity-map__head__sort label::before {
    content: '\f107';
    font-family: "gaishi";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
}

.box-activity-map__search {
    padding: 35px;
    margin-top: 30px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.box-activity-map__search .frm-search {
    max-width: 650px;
    margin: auto;
    background: none;
    padding: 0;
}

.box-activity-map__search .frm-search__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: bold;
    margin-right: 25px;
}

.box-activity-map__search .frm-search__inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

.box-activity-map__search input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #666;
}

.box-activity-map__search button#search-btn {
    position: absolute;
    right: 0;
    top: 1px;
    width: 51px;
    height: 51px;
    font-size: 1.8rem;
    background: #081f2e;
    color: var(--color-white);
}

.box-activity-map .box-main-map__link #map01 {
    top: 32%;
    left: -51px;
}

.box-activity-map .box-main-map__link #map02 {
    top: 54%;
    left: 1%;
}

.box-activity-map .box-main-map__link #map03 {
    top: 17%;
    left: 37%;
}

.box-activity-map .box-main-map__link #map04 {
    top: 54%;
    left: 37%;
}

.box-activity-map .box-main-map__link #map05 {
    top: 35%;
    right: 21%;
}

.box-activity-map .box-main-map__link #map06 {
    top: 58%;
    right: -35px;
}

.box-activity-map__list {
    margin-top: 30px;
}

.box-activity-map__head__sort>a.box-activity-map__release {
    display: none;
}

.box-activity-map__head__sort>a.box-activity-map__release:hover {
    text-decoration: underline;
}

.lst-report>li:nth-of-type(n+9) {
    display: none;
}

.lst-social-index .box-media--02 {
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 50px 20px 80px;
    background: var(--color-light-gray);
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-activity-map {
        padding: 10px 0 40px;
        margin-top: 30px;
    }
    .box-main-map__head {
        font-size: 1.9rem;
    }
    .box-main-map__title {
        position: relative;
        z-index: 3;
        top: 40px;
    }
    .box-main-map__sub {
        position: absolute;
        bottom: -35px;
        z-index: 3;
    }
    .box-activity-map .box-main-map__content {
        height: 205px;
        background-position: center top;
        margin-top: -60px;
    }
    .box-activity-map .box-main-map__link {
        padding-top: 150px;
    }
    .box-activity-map .box-main-map__link li {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
    .box-activity-map__head {
        overflow: visible;
    }
    .box-activity-map__head__title, .box-activity-map__head__sort {
        float: none;
    }
    .box-activity-map__head__title {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .box-activity-map__head__sort>p {
        font-size: 1.0rem;
    }
    .box-activity-map__head__sort .box-activity-map__release {
        font-size: 1.0rem;
    }
    .box-activity-map__head__sort .box-activity-map__release {
        padding-left: 0;
    }
    .box-activity-map__head__sort>p>span {
        display: inline-block;
        vertical-align: middle;
    }
    .box-activity-map__head__sort select {
        width: 100px;
        display: inline-block;
        font-size: 1.2rem;
        padding: 6px 15px;
    }
    .box-activity-map__head__sort .box-activity-map__release:before {
        top: 9px;
    }
    .box-activity-map__search {
        padding: 27px 15px 20px;
        margin-top: 85px;
    }
    .box-activity-map__search .frm-search__title {
        text-align: center;
        display: block;
        font-size: bold;
        margin-bottom: 10px;
    }
    .box-activity-map__search input {
        font-size: 1.2rem;
        padding: 10px;
    }
    .box-activity-map__search button#search-btn {
        width: 40px;
        height: 38px;
        font-size: 1.4rem;
    }
    .lst-social-index .box-media--02 {
        box-sizing: border-box;
        margin: 0 0 0;
        padding: 20px 5px 30px;
        background: var(--color-light-gray);
    }
    .lst-social-index .box-media__thumb {
        padding: 0 20px;
    }
    .lst-social-index .box-media__content__ttl {
        font-size: 1.4rem;
    }
    .lst-social-index .box-media__content__des {
        line-height: 1.5;
        text-align: left;
        font-size: 1.3rem;
    }
}

/*/sustainability/philanthropy
----------------------------------------------*/

.box-main-image--philanthropy {
    background: url("/resource/img/sustainability/philanthropy-index-bg-main.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--01 {
    text-align: center;
    min-height: 400px;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
}

.box-main-image--01 .wrp-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}

.box-main-image__sub {
    color: var(--color-white);
    font-size: 1.5rem;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
}

.box-main-image--01 .box-main-image__title {
    padding: 0;
    font-size: 3.5rem;
    line-height: 1.28;
    font-weight: normal;
}

.box-main-image--01 .box-main-image__desc {
    letter-spacing: 0.05em;
    padding-top: 40px;
}

.box-main-image--01 .box-main-image__desc span {
    font-family: 'Myriad Pro';
    font-size: 4.8rem;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--01 {
        min-height: 200px;
    }
    .box-main-image--philanthropy {
        background: url("/resource/img/sustainability/philanthropy-index-bg-main-sp.jpg") no-repeat center;
        background-size: cover;
    }
    .box-main-image__sub {
        font-size: 1.0rem;
        margin-bottom: 10px;
    }
    .box-main-image--01 .box-main-image__title {
        font-size: 2.0rem;
    }
    .box-main-image--01 .box-main-image__desc {
        font-size: 1.0rem;
        padding-top: 15px;
    }
    .box-main-image--01 .box-main-image__desc span {
        font-size: 1.8rem;
    }
}

.box-event {
    background: var(--color-light-gray);
    padding: 10px 0 50px;
}

.box-event__button {
    text-align: center;
    margin-top: 40px;
}

.box-event__button a {
    width: 280px;
    text-align: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-event {
        padding: 10px 0 30px;
    }
}

/* /ir/stockprice/
----------------------------------------------*/

.ir-stockprice-iframe {
    border: none;
    width: 100%;
    height: 850px;
}

/* ir/index.html
----------------------------------------------*/

.box-main-image--ir {
    background: url("/resource/img/ir/index-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-philosophy {
    position: relative;
    min-height: 420px;
    margin-bottom: 1px;
}

.box-philosophy--01 {
    background: url("/resource/img/ir/index-pic01.jpg") no-repeat center;
    background-size: cover;
}

.box-philosophy--02 {
    background: url("/resource/img/ir/index-pic02.jpg") no-repeat center;
    background-size: cover;
}

/* /rd/index.html(.box-philosophy--03ã®ã¿)
----------------------------------------------*/

.box-philosophy--03 {
    background: url("/resource/img/invest/index-pic01.jpg") no-repeat center;
    background-size: cover;
}

.box-philosophy--03 .box-philosophy__content {
    width: 50%;
}

.box-philosophy--03 .box-philosophy__title {
    letter-spacing: normal;
}

/* ir/index.html
----------------------------------------------*/

.box-philosophy__content {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 42.35%;
    padding: 70px 20px 70px 8.5%;
}

.box-philosophy__title {
    font-size: 3.0rem;
    color: var(--color-white);
    letter-spacing: 0.28em;
    margin-bottom: 15px;
}

.box-philosophy__desc {
    font-size: 1.6rem;
    line-height: 25px;
    color: var(--color-white);
    margin-bottom: 50px;
}

.box-philosophy__btn .btn--link {
    text-align: center;
}

.box-philosophy__list {
    padding: 75px 40px 35px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 57.5%;
    float: right;
}

.box-philosophy__sub {
    font-size: 2.0rem;
    line-height: 30px;
    color: var(--color-white);
    margin-bottom: 15px;
}

.box-philosophy__list ul {
    border-top: 1px solid #515561;
}

.box-philosophy__list ul li {
    padding: 8px 5px 10px;
    border-bottom: 1px solid #515561;
}

.box-philosophy__list ul li a {
    font-size: 1.3rem;
    color: var(--color-white);
    letter-spacing: 0;
}

.box-philosophy__list ul li .lst-news__date {
    display: none;
}

.lst-article__special .lst-article__inner {
    display: table;
    width: 100%;
}

.lst-article__special .lst-article__content {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.lst-article__special .lst-article__list {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background: var(--color-white);
    color: #333;
    padding: 10px 30px 10px 10px;
    text-align: right;
}

.lst-article__special .lst-article__list__inner {
    display: inline-block;
    width: 200px;
}

.lst-article__special .lst-article__list__title {
    font-size: 1.5rem;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
}

.lst-article__special .lst-article__list__text {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.lst-article__special .lst-article__list__item {
    display: table;
    width: 100%;
}

.lst-article__special .lst-article__list__inner ul {
    border-top: 1px solid #ddd;
}

.lst-article__special .lst-article__list__inner ul li {
    border-bottom: 1px solid #ddd;
}

.lst-article__special .lst-article__list__note {
    font-size: 1.2rem;
    line-height: 30px;
    text-align: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--ir {
        background: url("/resource/img/ir/index-bg-main01-sp.jpg") no-repeat center;
        background-size: cover;
        height: 250px;
    }
    .box-philosophy__list {
        display: none;
    }
    .box-philosophy__content {
        width: 100%;
        display: block;
        float: none;
        padding: 90px 30px 107px;
    }
    .box-philosophy {
        margin-bottom: 35px;
        min-height: 308px;
    }
    .box-philosophy--01 {
        background: url("/resource/img/ir/index-pic01-sp.jpg") no-repeat top center;
        background-size: cover;
    }
    .box-philosophy--02 {
        background: url("/resource/img/ir/index-pic02-sp.jpg") no-repeat center;
        background-size: cover;
        margin-bottom: 0;
    }
    .box-philosophy--03 {
        background: url("/resource/img/invest/index-pic01-sp.jpg") no-repeat center;
        background-size: cover;
        margin-bottom: 0;
    }
    .box-philosophy--03 .box-philosophy__content {
        width: 100%;
    }
    .lst-philosophy {
        background: var(--color-light-gray);
        padding: 30px 0;
    }
    .box-philosophy__title {
        text-align: center;
        font-size: 1.9rem;
        margin-bottom: 15px;
    }
    .box-philosophy__desc {
        text-align: center;
        font-size: 1.3rem;
        line-height: 20px;
        margin-bottom: 0;
    }
    .box-philosophy__btn {
        display: inline-block;
        line-height: 1;
        width: 190px;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .box-philosophy__btn .btn--link {
        text-align: left;
        padding: 10px 40px 10px 50px;
    }
    .lst-article__special .lst-article__inner, .lst-article__special .lst-article__content, .lst-article__special .lst-article__list {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .lst-article__special .lst-article__list__inner {
        display: block;
    }
    .lst-article__special .lst-article__list__title {
        font-size: 1.0rem;
        line-height: 20px;
    }
    .lst-article__special .lst-article__list__text {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .lst-article__list__note {
        font-size: 1.0rem;
        line-height: 20px;
    }
    .lst-article__special .lst-article__list {
        padding: 0 15px 10px;
    }
}

/*--------------------------------------------*/

/*product/
--------------------------------------------*/

.box-main-image--02 {
    height: 460px;
}

.box-main-image--02 .box-main-image__title {
    padding-top: 120px;
}

.box-main-image--product {
    background: url("/resource/img/product/index-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.bnr-csr--product {
    background-image: url("/resource/img/product/index-bg01.jpg");
    background-size: cover;
}

.bnr-csr--product .btn--link span:before {
    content: '\f08e';
}

/* producté…ä¸‹ã®æ¤œç´¢ */

.box-search {
    background: url("/resource/img/product/index-bg-search01.jpg") top center;
    background-size: cover;
    height: 370px;
    margin-bottom: 1px;
    margin-top: 80px;
}

.frm-search-prouct__inner {
    color: var(--color-white);
    display: table;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 140px;
}

.frm-search-prouct__title {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0;
    display: table-cell;
    padding-top: 10px;
}

.frm-search-prouct__content {
    display: table-cell;
    position: relative;
    padding-left: 40px;
    vertical-align: top;
    width: 440px;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .frm-search-prouct__content {
        display: table-cell;
        position: relative;
        padding-left: 20px;
        vertical-align: top;
        width: 420px;
        box-sizing: border-box;
    }
}

.frm-search-prouct__content input[type=text] {
    padding: 13px 60px 12px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
}

.frm-search-prouct__content input[type=text]::-webkit-input-placeholder {
    font-size: 1.5rem;
    color: #666;
}

.frm-search-prouct__content input[type=text]::-moz-placeholder {
    font-size: 1.5rem;
    color: #666;
}

.frm-search-prouct__content input[type=text]:-ms-input-placeholder {
    font-size: 1.5rem;
    color: #666;
}

.frm-search-prouct__content input[type=text]:-moz-placeholder {
    font-size: 1.5rem;
    color: #666;
}

.frm-search-prouct__content input[type=text]::placeholder {
    font-size: 1.5rem;
    color: #666;
}

#product-search-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #081f2e;
    color: var(--color-white);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.frm-search-prouct__link {
    margin-top: 35px;
}

.frm-search-prouct__link a {
    color: var(--color-white);
    letter-spacing: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--02 {
        height: 250px;
    }
    .box-main-image--02 .box-main-image__title {
        padding: 50px 0 10px;
    }
    .box-main-image--product {
        background: url("/resource/img/product/index-bg-main01-sp.jpg") no-repeat center;
        background-size: cover;
    }
    .bnr-csr--product {
        background-image: url(/resource/img/product/index-bg01.jpg);
        background-size: cover;
    }
    .bnr-csr--product .bnr-csr__title {
        font-weight: bold;
        font-size: 1.6rem;
    }
    .bnr-csr--product .bnr-csr__btn {
        text-align: center;
    }
    .bnr-csr--product .bnr-csr__btn a {
        font-size: 1.1rem;
        padding: 11px 13px;
        width: 190px;
    }
    .bnr-csr--product02 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-search {
        background: url("/resource/img/product/index-bg-search01-sp.jpg") top center;
        background-size: cover;
        margin-top: 0;
        height: 200px;
    }
    .box-search__inner {
        padding: 0 20px;
    }
    .frm-search-prouct__inner {
        padding-top: 30px;
    }
    .frm-search-prouct__title {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 0.025em;
        line-height: 23px;
        text-align: center;
        padding-bottom: 10px;
    }
    .frm-search-prouct__content {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .frm-search-prouct__content input[type=text] {
        padding: 10px 50px 10px 10px;
        border-radius: 0;
    }
    #product-search-btn {
        border-radius: 0;
        width: 41px;
        height: 41px;
        font-size: 1.2rem;
    }
    .frm-search-prouct__content input[type=text]::-webkit-input-placeholder {
        font-size: 1.2rem;
    }
    .frm-search-prouct__content input[type=text]::-moz-placeholder {
        font-size: 1.2rem;
    }
    .frm-search-prouct__content input[type=text]:-ms-input-placeholder {
        font-size: 1.2rem;
    }
    .frm-search-prouct__content input[type=text]:-moz-placeholder {
        font-size: 1.2rem;
    }
    .frm-search-prouct__content input[type=text]::placeholder {
        font-size: 1.2rem;
    }
    .frm-search-prouct__link {
        margin-top: 20px;
        text-align: center;
    }
}

/*-----------------------------------*/

.page-product .box-search .frm-search-prouct__inner {
    padding-top: 130px;
}

.page-product .box-search .frm-search-prouct__title {
    padding-top: 0;
}

.page-product .box-search .frm-search-prouct__content {
    vertical-align: middle;
}

.page-product #product-search-btn {
    top: 10px;
}

.box-main-image--houseuse {
    background: url("/resource/img/product/houseuse-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--house {
    background: url("/resource/img/product/houseuse-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--industrial {
    background: url("/resource/img/product/industrial-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--industrial {
    background: url("/resource/img/product/industrial-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--insulator {
    background: url("/resource/img/product/insulator-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--insulator {
    background: url("/resource/img/product/insulator-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--nas {
    background: url("/resource/img/product/nas-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--nas {
    background: url("/resource/img/product/nas-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--metal {
    background: url("/resource/img/product/metal-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--metal {
    background: url("/resource/img/product/metal-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--electron {
    background: url("/resource/img/product/electron-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--electron {
    background: url("/resource/img/product/electron-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-main-image--semiconductor {
    background: url("/resource/img/product/semiconductor-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--semiconductor {
    background: url("/resource/img/product/semiconductor-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--heatdevice {
    background: url("/resource/img/product/heatdevice-bg-search01.jpg") no-repeat center;
    background-size: cover;
}

/*/product/detail
-------------------------------------*/

.box-main-image--automobile {
    background: url("/resource/img/product/automobile-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

.box-search--automobile {
    background: url("/resource/img/product/automobile-bg-search01.jpg") top center;
    background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--automobile {
        background: url("/resource/img/product/automobile-bg-main01-sp.jpg") no-repeat center;
        background-size: cover;
    }
    .page-product .box-search .frm-search-prouct__inner {
        padding-top: 30px;
    }
    .page-product #product-search-btn {
        top: 0;
    }
}

.js-nas-eventlist>li:nth-of-type(n+4) {
    display: none;
}

/*--------------------------------------------*/

/*sitemap.html
--------------------------------------------*/

.lst-link-product {
    margin-bottom: 72px;
}

.lst-link-product__title {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 14px;
}

.lst-link-product .grid-row span, .lst-link-product .grid-row a {
    display: block;
    line-height: 20px;
    position: relative;
    padding: 0 20px;
}

.lst-link-product .grid-row span:before, .lst-link-product .grid-row a:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 3px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    top: 7px;
}

.lst-link-product .grid-row li {
    margin-bottom: 14px;
}

.box-search-list {
    background: #dae2ea;
    padding: 45px 40px 55px;
    margin-bottom: 60px;
}

.box-search-list .frm-search-prouct__title {
    color: #333;
}

.box-search-list .frm-search-prouct__inner {
    padding-top: 45px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-link-product .grid-row a {
        padding: 0 0 0 10px;
    }
    .lst-link-product .grid-row a:before {
        height: 2px;
        width: 5px;
    }
    .box-search-list .frm-search-prouct__inner {
        padding-top: 30px;
    }
    .box-search-list {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .lst-link-product__title {
        margin-bottom: 10px;
    }
    .lst-link-product .grid-row li {
        margin-bottom: 5px;
    }
    .lst-link-product {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------*/

/*/sustainability/booklet.html
--------------------------------------------*/

.box-download-booklet {
    display: table;
    width: 100%;
    margin-top: 35px;
}

.box-download-booklet__thumb {
    display: table-cell;
    width: 31%;
    vertical-align: top;
    line-height: 1;
}

.box-download-booklet__content {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
}

.box-download-booklet__link {
    margin-bottom: 25px;
}

.box-download-booklet__link a {
    display: block;
    width: 100%;
    padding: 10px 25px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: -0.05em;
}

.box-download-booklet__list a {
    font-size: 1.3rem;
    line-height: 18px;
}

.box-download-booklet__list ul {
    padding-left: 20px;
}

.box-download-booklet__content .box-link {
    margin-top: 35px;
    padding: 25px;
    text-align: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-download-booklet, .box-download-booklet__thumb, .box-download-booklet__content {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .box-download-booklet__thumb {
        text-align: center;
        margin-bottom: 20px;
    }
    .box-download-booklet__content {
        padding: 0;
    }
    .box-download-booklet__link {
        margin-bottom: 20px;
    }
    .box-download-booklet__list a {
        font-size: 1.2rem;
        line-height: 15px;
    }
}

/* /recruit_index/
-----------------------------------*/

.box-main-image--recruit {
    background: url("/resource/img/recruit_index/index-bg-main01.jpg") no-repeat center;
    background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--recruit {
        background: url("/resource/img/recruit_index/index-bg-main01-sp.jpg") no-repeat center;
        background-size: cover;
    }
}

/* /info/gallery/
-----------------------------------*/

.bnr-csr--info {
    background: #edeff1;
    color: #333
}

.lst-content li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.lst-content li.no-border {
    border-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-content li {
        padding-bottom: 20px;
    }
}

/* /info/governance/index.html
-----------------------------------*/

.box-text {
    padding: 25px 30px 30px;
    border: 1px solid #e3e4e9;
    margin: 20px 0 30px;
}

.box-text__title {
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-text .lst-text li {
    margin-bottom: 0;
}

.nav-link-internal {
    background-color: var(--color-light-gray);
    padding: 20px 10px 0;
    margin-top: 20px;
}

.nav-link-internal ul li {
    display: inline-block;
    border-right: 2px solid #ddd;
    margin-bottom: 15px;
}

.nav-link-internal ul li:last-child {
    border: 0;
}

.nav-link-internal ul li a {
    display: block;
    padding: 0 13px;
    position: relative;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-text {
        padding: 15px;
    }
}

.txt-governance01 {
    line-height: 1.8;
    text-align: center;
    margin: 80px 0 60px;
}

.hdg-lv2 .txt-en {
    font-size: 2.4rem;
    padding-left: 20px;
}

.hdg-governance {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 80px 0 15px;
    position: relative;
    padding-left: 40px;
}

.hdg-governance::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background-color: var(--color-primary);
    width: 30px;
    height: 8px;
    margin-top: -4px;
}

.hdg-governance-en {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}

.hdg-governance-en::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background-color: var(--color-primary);
    width: 30px;
    height: 3px;
    margin-top: -2px;
}

.hdg-governance span, .hdg-governance-en span {
    padding-left: 20px;
}

.sub-h3-title {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 100px 0 5px;
}

.sub-p-title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid var(--color-primary);
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}

.sub-h3-title span, .sub-p-title span {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .txt-governance01 {
        line-height: 1.5;
        margin: 30px 0;
        text-align: left;
    }
    /* .hdg-lv2 {
        font-size: 1.9rem;
        line-height: 1;
    } */
    .hdg-lv2 .txt-en {
        font-size: 1.5rem;
        display: block;
        margin-top: 5px;
        padding-left: 0;
        letter-spacing: .1em;
    }
    .hdg-governance {
        font-size: 1.6rem;
        margin-top: 40px;
        padding-left: 15px;
    }
    .hdg-governance::before {
        width: 10px;
        height: 4px;
        margin-top: -2px;
    }
    .hdg-governance-en {
        font-size: 1.4rem;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .hdg-governance-en::before {
        width: 10px;
        height: 2px;
        top: .8em;
    }
    .sub-h3-title {
        margin: 50px 0 5px;
    }
    .sub-p-title {
        margin: 0 0 20px 0;
    }
    .sub-h3-title span {
        padding-left: 15px;
    }
    .sub-p-title span {
        display: block;
        padding-left: 0;
    }
}

/* /info/division/index.html
-----------------------------------*/

.bnr-csr--division {
    background-image: url("/resource/img/info/division-bg01.jpg");
}
[lang="en"] .bnr-csr--division {
    background-image: url("/en/resource/img/info/division-bg01.jpg");
}
[lang="zh-cmn-Hans"] .bnr-csr--division {
    background-image: url("/cn/resource/img/info/division-bg01.jpg");
}


.box-introduce {
    display: table;
    width: 100%;
}

.box-introduce__thumb {
    display: table-cell;
    vertical-align: top;
    width: 32.2%;
    text-align: center;
}

.box-introduce__content {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
}

.box-introduce__title {
    font-size: 2.8rem;
    line-height: 44px;
    margin-bottom: 30px;
}

.box-introduce__sub {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.box-introduce__text {
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 40px;
}

.box-introduce__signature {
    font-size: 1.5rem;
    line-height: 20px;
}

.box-introduce__signature span {
    display: block;
    font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
    .box-introduce__thumb {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-introduce, .box-introduce__thumb, .box-introduce__content {
        display: block;
        width: 100%;
    }
    .box-introduce__content {
        padding: 20px 0 0;
    }
    .box-introduce__title {
        font-size: 1.8rem;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .box-introduce__sub {
        font-size: 1.5rem;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .box-introduce__text {
        font-size: 1.3rem;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

/*/info/
------------------------------------*/

.main-info {
    background: url("/resource/img/info/index-main.jpg") no-repeat center;
    background-size: cover;
}

.main-info .hdg-lv1 {
    font-size: 4.0rem;
    color: var(--color-white);
    font-weight: bold;
    padding: 50px 0 10px;
    letter-spacing: 0.1em;
}

.main-info__top {
    color: var(--color-white);
    display: table;
    width: 100%;
    margin-bottom: 75px;
}

.main-info__top p {
    display: table-cell;
    vertical-align: top;
}

.main-info__top__text {
    font-size: 2.2rem;
    letter-spacing: 0.28em;
}

.main-info__top__btn {
    text-align: right;
    width: 36%;
}

.main-info__top__btn .btn {
    background: var(--color-white);
    width: 100%;
}

.main-info__middle .box-article {
    text-align: center;
}

.main-info__middle .box-article__des {
    color: var(--color-white);
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 0;
    line-height: 1;
    margin-top: 15px;
    font-size: 1.8rem;
    display: inline-block;
}

.main-info__middle .box-article__des em {
    display: inline-block;
    line-height: 1.333;
    text-align: left;
    letter-spacing: 0.05em;
    font-style: normal;
    font-weight: normal;
}

.main-info__middle .box-article__des>span {
    font-size: 6.0rem;
    margin-left: 20px;
    font-family: "Helvetica";
    letter-spacing: -0.03em;
}

.main-info__middle .box-article__des>span>small {
    font-size: 2.6rem;
    white-space: nowrap;
    margin-left: 2px;
}

.main-info__middle .box-article__des>span.date {
    font-size: 1.3rem;
    display: block;
    text-align: right;
    margin-left: 0;
    margin-top: 10px;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic Pro", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "ãƒ¡ã‚¤ãƒªã‚ª", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

.main-info__bottom {
    margin-top: 20px;
}

.main-info__bottom .btn {
    background: none;
    border: 1px solid var(--color-white);
    font-size: 1.5rem;
    padding: 13px 35px 13px 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .main-info__middle .box-article__des>span {
        font-size: 4.9rem;
        margin-left: 10px;
    }
    .main-info__middle .box-article__des>span>small {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .main-info__middle .box-article__des>span {
        font-size: 4.6rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-info__middle .box-article__thumb img, .info-map__inner .box-article__thumb img {
        width: 53px;
        height: auto;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .main-info {
        background: #f5f5f5;
    }
    .main-info .hdg-lv1 {
        font-size: 2.5rem;
        font-weight: normal;
    }
    .main-info__top {
        margin-bottom: 0;
    }
    .main-info__top, .main-info__top p {
        display: block;
    }
    .main-info__top p+p {
        margin-top: 20px;
        max-width: 82%;
    }
    .main-info__top__text {
        font-size: 1.3rem;
    }
    .main-info__bg {
        background: url("/resource/img/info/index-main-sp.jpg") no-repeat center;
        background-size: cover;
        padding-bottom: 101%;
        height: 0;
    }
    .main-info__middle, .main-info__bottom {
        background: var(--color-primary);
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 -10px;
    }
    .main-info__middle {
        margin-top: -72px;
        padding-top: 20px;
    }
    .main-info__top__btn {
        width: auto;
    }
    .main-info__bottom {
        margin-top: 0;
        padding-bottom: 25px;
        margin-bottom: -45px;
    }
    .main-info__middle .box-article__des {
        margin-top: 10px;
        font-size: 0.9rem;
    }
    .main-info__middle .box-article__thumb img, .info-map__inner .box-article__thumb img {
        width: 29px;
        height: auto;
    }
    .main-info__middle .box-article__des>span {
        font-size: 2.7rem;
        margin-left: 5px;
        letter-spacing: -0.02em;
    }
    .main-info__middle .box-article__des>span>small {
        font-size: 1.3rem;
    }
    .main-info__middle .box-article__des>span.date {
        font-size: 0.8rem;
        padding-right: 0;
        margin-top: 5px;
    }
    .main-info__bottom .btn {
        padding: 7px 12px 7px 7px;
        font-size: 1.2rem;
    }
    .main-info__top__btn .btn {
        padding: 10px 15px;
    }
    .box-article__thumb iframe {
        width: 100%;
    }
}

.info-map {
    background: url("/resource/img/info/index-bg-map01.png") no-repeat center;
    background-size: contain;
    padding-bottom: 47.45%;
    position: relative;
    margin-bottom: 25px;
}

.info-map__inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 45px;
}

.info-map__inner .grid-row {
    max-width: 860px;
    margin: auto;
}

.info-map__inner .box-article__des {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 20px;
    letter-spacing: 0.05em;
    color: #333;
}

.info-map__inner .box-article__des>span {
    display: block;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Helvetica";
}

.info-map__inner .box-article__des>span>small {
    font-size: 2.2rem;
}

.info-map__inner .box-article__des>span.date {
    font-size: 1.3rem;
    opacity: .6;
}

.info-map__inner .btn {
    width: 240px;
    padding: 15px 30px 15px 17px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .info-map {
        padding-bottom: 100px;
        background-position: center top;
    }
    .info-map__inner {
        position: relative;
        top: 65px;
        transform: translateY(0);
    }
    .info-map__inner .box-article__des {
        font-size: 1.2rem;
    }
    .info-map__inner .box-article__des>span {
        font-size: 2.8rem;
        letter-spacing: -0.04em;
        margin-top: 5px;
    }
    .info-map__inner .box-article__des>span>small {
        font-size: 1.3rem;
    }
    .info-map__inner .box-article__des>span.date {
        font-size: 0.8rem;
    }
}

/*-----------------------------------*/

.nav-link-internal--01 {
    background-color: var(--color-white);
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.box-image__text {
    font-size: 1.2rem;
    margin-top: 10px;
}

.box-image__text span {
    color: var(--color-primary);
    display: block;
    font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-image__text {
        font-size: 1.0rem;
        line-height: 13px;
    }
}

/*/rd/
-----------------------------------*/

.box-main-image--invest {
    background: url("/resource/img/invest/index-main.jpg") no-repeat center;
    background-size: cover;
}

.box-col2__inner {
    padding: 15px 30px;
}

.box-col2__inner .hdg-lv4 {
    margin: 20px 0;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .box-main-image--invest {
        background: url("/resource/img/invest/index-main-sp.jpg") no-repeat center;
        background-size: cover;
    }
    .box-col2__inner {
        padding: 10px 20px;
    }
    .box-col2__inner .hdg-lv4 {
        margin: 10px 0;
    }
}

.product__rd {
    max-width: 580px;
    padding: 0;
}

.border-gray {
    border: 1px solid var(--color-gray);
    padding: 30px;
}

.product__rd__ttl {
    margin-bottom: 10px;
}

.box-media-rd .box-media__thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 70%;
    box-sizing: border-box;
    overflow: hidden;
}

.box-media-rd:hover .box-media__thumb>span {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.box-media-rd .box-media__content {
    width: 70%;
    height: 110px;
    box-sizing: border-box;
    float: right;
    position: relative;
    background: var(--color-white)fff;
}

.box-media__rd__ttl {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 20px;
}

.lst-media__rd {
    padding: 0;
    margin-bottom: 30px;
}

.lst-media__rd:last-child {
    margin-bottom: 0;
}

.box-media__rd__link {
    position: absolute;
    right: 15px;
    bottom: 0px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .product__rd__ttl {
        padding-left: 0;
    }
    .lst-media__rd {
        margin-bottom: 10px;
    }
    .box-media-rd .box-media__thumb {
        position: relative;
        padding-right: 0;
    }
    .box-media-rd .box-media__thumb>span {
        background: none;
    }
    .box-media-rd .box-media__thumb>span img {
        display: block !important;
        max-width: 100%;
    }
    .box-media-rd .box-media__content {
        width: 100%;
        float: none;
    }
    .product__rd {
        margin: 0;
        padding: 20px;
    }
    .box-media-rd .box-media__content {
        height: auto;
    }
    .box-media__rd__ttl {
        font-size: 1.4rem;
        padding: 5px 0 10px;
    }
    .box-media__rd__link {
        position: static;
        text-align: right;
    }
}

/*-----------------------------------*/

#history .contents-lead {
    padding-top: 122px !important;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
    #history .contents-lead {
        padding-top: 37px !important;
    }
}

/* /rd/ */

.rd-tag {
    background: var(--color-primary);
    width: 80px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 5px;
}

.rd-tag--product {
    background: #57d2a6;
    width: 80px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 5px;
}

.box-bnr {
    display: block;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #ccc!important;
}

.bnr {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    opacity: .8;
    color: var(--color-white);
    padding: 15px 40px;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
    .bnr {
        left: 0;
        bottom: -40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        margin: 0 -1px;
    }
}

/* product/industrial/heatdevice/ */

.icon-list {
    padding: 0 25px;
}

.icon-list__image img {
    display: block;
    width: 80px;
    margin: 25px auto;
}

.icon-list__title {
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 130%;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
    .icon-list__image img {
        width: 80%;
        margin: 15px auto;
    }
}

/* ã‚³ãƒ³ãƒˆãƒ©ã‚¹ãƒˆå¯¾ç­– */

.txt-shadow-black {
    text-shadow: rgb(0 0 0 / 75%) 1px 1px 8px, rgb(0 0 0 / 75%) -1px 1px 8px, hsl(0deg 0% 0% / 30%) 1px -1px 15px, rgb(0 0 0 / 30%) -1px -1px 15px;
}

.txt-shadow-white {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1)
}




/* rd.cssã«åˆ†ã‘ã‚‹ */
.lst-tech__item {
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding: 15px 50px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .lst-tech__item {
        font-size: 1.4rem;
        padding: 10px 0px 10px 36px;
    }
}

.lst-tech__num {
    position: absolute;
    top: 0;
    left: 0;
    background: #0075c2;
    color: #fff;
    padding: 5px;
    font-weight: normal;
}
