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

common

---------------------------*/
.btn_nav {
    border-top: #cccccc 1px solid;
    margin-top: 100px;
}
.btn_nav02 {
	margin:30px 0 30px 0;
}

.btn_nav ul, 
.btn_nav02 ul,
.btn_nav03 ul {
    overflow: hidden;
}

.btn_nav ul {
    padding-top: 20px;
}



#company .btn_nav ul li, 
.btn_nav02 ul li, 
.btn_nav03 ul li, 
#recruit .btn_nav ul li {
	margin-bottom:10px;
}

#products .btn_nav02 ul li:nth-child(3n) {
	margin-right:0;
}


.btn_nav ul li a, 
.btn_nav02 ul li a,
.btn_nav03 ul li a  {
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
	position:relative;
	font-size:13px;
}


.btn_nav ul li a {
    background-color: #e7e7e7;
	color:#000;
		display:block;
}

.btn_nav02 ul li a,
.btn_nav03 ul li a {
    background-color: #154b92;
    color: #fff;
		display:block;
}
#company .btn_nav ul li a, 
#recruit .btn_nav ul li a {
    margin-bottom: 13px;
}

#company .btn_nav ul li,
.btn_nav02 ul li,  
.btn_nav03 ul li,  
#recruit .btn_nav ul li {
    float: left;
}

/* #company .btn_nav ul li a,
.btn_nav02 ul li a,  
#environment .btn_nav ul li a, 
#recruit .btn_nav ul li a {
    float: left;
} */

/* #company .btn_nav ul li a, 
.btn_nav02 ul li a, 
#recruit .btn_nav ul li a {
    width: 293px;
    margin-right: 50px;
} */


.btn_nav ul li a:after, 
.btn_nav02 ul li a:after {
    position: absolute;
    right: 10px;
    top: 8px;
}
.btn_nav ul li a:after {
    content: url(../img/common/btm_arrow.png);
}
.btn_nav02 ul li a:after {
    content: url(../img/common/btm_arrow02.png);
}

.btn_nav ul li a:hover, 
.btn_nav ul li a.on {
	background-image: url(../img/common/menu_over.jpg);
	background-repeat:repeat;
	color:#c3c2c2;
}

.btn_nav02 ul li a:hover, 
.btn_nav02 ul li a.on {
	background-image: url(../img/common/menu_over02.jpg);
	background-repeat:repeat;
}

.btn_nav03 ul li a:hover, 
.btn_nav03 ul li a.on {
	background-image: url(../img/common/menu_over02.jpg);
	background-repeat:repeat;
}

/*20210811add*/
#products #trans .btn_nav02 ul.nav03_list {
    padding: 0 10%;
}

#products #trans .btn_nav02 ul.nav03_list li {
    width: 31%;
    margin: 0;
}

#products #trans .btn_nav02 ul.nav03_list li:nth-child(2) {
    margin: 0 3%;
}

@media screen and (min-width: 980px){
#company .btn_nav ul li:nth-child(3n) {
    margin-right: 0;
}
#recruit .btn_nav ul li:nth-child(3n) {
    margin-right: 0;
}
}

#recruit .btn_nav ul li:nth-child(3) a, 
#recruit .btn_nav ul li:nth-child(6) a {
    margin-right: 0;
}

#intro article {
	background-repeat:no-repeat;
	background-position:center top;
	height:175px;
}


#intro .inner h1 {
    padding: 65px 0 0 0;
    color: #fff;
    letter-spacing: 2px;
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media screen and (min-width: 751px){
#company .btn_nav ul li, 
.btn_nav02 ul li, 
.btn_nav03 ul li, 
#recruit .btn_nav ul li {
    width: 293px;
    margin-right: 50px;
	margin-bottom:10px;
}

.btn_nav03 {
	margin:30px 0 30px 170px;
}
#crumb a {
    padding: 10px 0;
}

}

@media screen and (max-width: 750px) {
#intro article {
	background-size:100%;
}
#intro {
	position:relative;
}
#intro .inner h1 {
    position: absolute;
    top: 36%;
    left: 5%;
	padding:0;
}
.btn_nav03 {
	margin-bottom:20px;
}
.btn_nav02 ul li, 
.btn_nav03 ul li {
	float:none;
}

/*20210811add*/
#products #trans .btn_nav02 ul.nav03_list li {
    width: 100%;
    margin-bottom: 10px;
}

#products #trans .btn_nav02 ul.nav03_list li:nth-child(2) {
    margin: 0 0 10px;
}

}
#crumb {
	margin-bottom:30px;
}
#crumb a {
    color: #000;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0em;
    vertical-align: middle;
}

#crumb a:after {
    content: '>';
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: middle;
}

#crumb a:last-child:after {
    content: none;
}



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


company list


---------------------------*/
#commonlist .listbox {
    position: relative;
    border: #d6d5d5 1px solid;
    overflow: hidden;
}
#commonlist .listbox .summary,
#commonlist .listbox h1 {
	font-size:17px;
	font-weight:bold;
    padding: 15px 0 0 15px;
}
#company #commonlist .listbox .summary,
#company #commonlist .listbox h1 {
	font-size:16px;
	padding-bottom:15px;
}

#commonlist .listbox img {
    display: block;
    float: right;
}

@media screen and (max-width: 750px) {

#company #commonlist .listbox .summary,
#company #commonlist .listbox h1, 
#environment #commonlist .listbox h1, 
#recruit #fresh #commonlist .listbox h1, 
#recruit #fresh #commonlist .listbox .summary,
#commonlist .listbox img {
	width:50%;
}
#commonlist .listbox h1,
#commonlist .listbox .summary {
	display:inline-block;
  padding: 20% 2% 0 3%;
  font-size: 15px;
}
}

@media screen and (min-width: 480px){
#company #commonlist .listbox {
    width: 100%;
}
#commonlist .listbox .summary,
#commonlist .listbox h1 {
	font-size:2.1vw;
}
}
@media screen and (min-width: 790px){
#commonlist .listbox .summary,
#commonlist .listbox h1 {
    font-size:16px;
    float: left;
    width: 52%;
    padding: 50px 0 0 15px;
}

#company #commonlist .listbox .summary,
#company #commonlist .listbox h1 {
	padding-top:70px;
}
}

#commonlist .listbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#commonlist .listbox .text p {
    font-size: 13px;
    margin-top: 5px;
}

#commonlist .listbox a:hover, 
#recruit .voice .voive_nav li a:hover {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#commonlist .listbox a:hover {
    background-color: #FFF;
}

#commonlist ul {
    overflow: hidden;
		letter-spacing:-0.4em;
}
#commonlist ul li {
	width:100%;
	letter-spacing:normal;
	display:inline-block;
    margin: 0 20px 20px 0;
}
@media screen and (min-width: 480px){
#commonlist ul li {
	width:49%;
	margin-right:1%;
}
/* #commonlist ul li:nth-child(3), 
#commonlist ul li:nth-child(6), 
#commonlist ul li:nth-child(9), 
#company #commonlist ul li:nth-child(2), 
#company #commonlist ul li:nth-child(4), 
#company #commonlist ul li:nth-child(6) {
    margin-right: 0;
} */
}


 
#products #commonlist02 {
    padding-top: 30px;
}

#company #access #map_canvas {
	width:100%;
	height:300px;
}

#company #access {
	padding-top:50px;
}

#company #access #map_canvas {
position: relative;
padding-bottom: 50px;
height: 300px;
overflow: hidden;
}

#company #access #map_canvas iframe,
#company #access #map_canvas object,
#company #access #map_canvas embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


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

company message

---------------------------*/
#company #intro {
    background: #4691e4;
}
#company #intro article {
    background-image:url(../img/intro/company_main.jpg);
}
@media screen and (max-width: 750px) {
#company #intro article {
    background-image:url(../img/intro/company_main_sp.jpg);
}
}
/*
#company #message, 
#company #outline, 
#company #history, 
#company #office, 
#company #subsidiary, 
#environment #message, 
#environment #rinen, 
#environment #archive, 
#environment #contribution, 
#environment #equipment, 
#environment #performance, 
#environment #system, 
#environment #education, 
#environment #global-warming, 
#products #trans, 
#products #engine, 
#products #reduction, 
#products #parts, 
#products #reduction #zougensoku, 
#products #trans #f52a, 
#products #trans #r31a, 
#news #news_cont, 
#contact #contact_cont, 
#recruit #recruit_list, 
#recruit #fresh, 
#recruit #careers {  
	padding-top: 30px;
}
*/

/* greeting */

#company #message {
    width:auto;
}
#company #message:after {
	content:''; 
	display: block; 
	clear: both;
}

#company #message .imageArea {
    /*float: left;
    width:30%;*/
}

#company #message .imageArea img {
    max-width:100%;
    height:auto;
}
#company #message .text {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom:40px;
    padding-top: 20px;
    position:relative;
}
#company #message .text p {
    margin-bottom:15px;
}
#company #message .sign {
    text-indent: -9999px;
    background-image: url(../img/company/president_name.jpg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 5px;
    width: 310px;
    height: 35px;
}
@media screen and (min-width: 751px) {
#company #message .text {
    /*margin-left:35%;
    margin-right:3%;*/
}
}
@media screen and (max-width: 750px) {
#company #message .imageArea {
	float: none;
    width: 60%;
    margin: 0 auto 10px auto;
}
#company #message .sign {
	background-size: 90%;
	bottom: -10px;
    right: 0;
}
}


#company #mission, 
#company #philosophy, 
#company #value {
    padding-top: 50px;
}

#company h3, 
#environment h3, 
#products #engine h3, 
#products #parts h3, 
#products #engine h3, 
#products #trans .maintit, 
#products .multi_logger h3, 
#recruit h3, 
#privacy h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 5px 30px;
    border-top: #154b92 1px solid;
    border-bottom: #154b92 1px solid;
    background: url(../img/company/obi_bg.png) no-repeat 5px center;
    display: block;
    margin-bottom: 20px;
}
/* 2023.06.16 add  */
#recruit .voice h3{
  font-size: 1rem;
  font-weight: inherit;;
  padding: 0;
  border-top: none;
  border-bottom: none;
  background: none;
  display: block;
  margin: 0;
}
/* 2023.06.16 add Fin  */
#company #introduction h3 span {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

#company .main_copy {
    font-size: 24px;
    font-weight: bold;
    color: #154b92;
}

#company .main_copy span {
    display: block;
    font-size: 1.2rem;
    padding-bottom: 0.2rem;
}

#value .policy {
    margin-top: 20px;
    background-color: #f2f2f3;
    padding: 20px;
}

#value .policy h4 {
    margin-bottom: 5px;
}

#value .policy .text {
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
#company .main_copy {
    font-size: 20px;
}
#company #philosophy .main_copy p { display:inline;}
#company .main_copy span {
    font-size: 1.1rem;
}
}

#company #mission .main_copy {
	margin-bottom:10px;
}

#company #mission #mission p {
    line-height: 1.8;
}

#company #philosophy .main_copy {
	margin-bottom:15px;
}

#company #philosophy .sub {
    margin-top: 20px;
}


#company #philosophy .sub {
    background: #f2f2f3;
    padding: 20px 10px 20px 35px;
}

#company #philosophy .sub ul li {
    padding-bottom: 10px;
    text-indent: -10px;
}
#company #philosophy .sub ul li:before {
	content: '●';
	display: inline-block;
	color: #154b92;
	padding-right: 5px;
	}

#company .sub ul li:last-child {
	padding-bottom:0;
}




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

company outline
company　history

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

.tableSet {
    border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}

.tableSet dl dt {
    background: #154b92;
}

.tableSet dl dt, .tableSet dl dd {
    display: table-cell;
    padding: 10px 0 10px 15px;
}

.tableSet dl dt {
    width: 20%;
    color: #fff;
}

.tableSet dl.gray dt {
    background: #134484;
}

.tableSet dl.gray dd {
    background: #e6e6e6;
}

.tableSet dl {
    display: table;
    width: 100%;
}

.tableSet dd {
    width: 80%;
}

#company #outline .tableSet dd .num {
	padding-left:30px;
}
#company #outline .tableSet dd .num li ul li:before {
    content:'・';
}


#company #outline .tableSet dd .num li {
    text-indent: -2.6em;
}

#company #outline .tableSet dd .num li ul li {
    padding-left: 2.6em;
}

#company #outline .tableSet dd ul li {
    padding-right: 20px;
}

#company #introduction {
    padding: 70px 0 30px 0;
}

#company h4, 
#products h4 {
	color:#154b92;
	font-weight:bold;
	font-size:18px;
}

#company #introduction div, 
#company #history .block, 
#company #subsidiary .block.pt_30 {
    padding-top: 30px;
}

#company #introduction h3 + div, 
#company #office #list h3 + div {
    padding-top: 0;
}



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

company office

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

#company #office .block h4 {
background: url(../img/company/ofiice_ico02.png) no-repeat left center;
}

#company #office .block h4, 
#company #subsidiary .block h4 {
display: inline-block;
padding-left:25px;
}

#company #office .block h4.second {
background: none;
}

#company #office .block h4.second {
display: inline-block;
padding-left:0;
}

#company #office .dotted-border {
border-top: dotted 2px #ccc;
padding-top: 20px!important;
margin-top: 20px;
}

#company #office .buildingName{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#company #office .buildingName_list{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#company #office .block.style-mainOffice .buildingName_list{
  margin: 0 5% 0 0;
}
#company #office .buildingName_menu{
  box-sizing: border-box;
  height: 22px;
  margin: 0 5px 0 0;
  /*width: 82px;*/
}
#company #office .buildingName_menu:first-of-type{
  margin: 0;
}
#company #office .buildingName_menu-link{
  align-items: center;
  background-color: #1e9dee;
  border-radius: calc(22px / 2);
  color: rgba(255,255,255,1.00);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0 1.5em;
  position: relative;
  width: 100%;
}
/* scheme */
#company #office .buildingName_menu.pdf .buildingName_menu-link{
  background-color: rgba(90,191,77,1.00);
}
/* scheme Fin */
#company #office .buildingName_menu-link:after{
  border-right: 2px rgba(255,255,255,1.00) solid;
  border-top: 2px rgba(255,255,255,1.00) solid;
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  width: 5px;
}

#company #office #list h3 + div h4, 
#company #subsidiary .block h4 {
background: url(../img/company/ofiice_ico01.png) no-repeat left top;
}

#company #office .block {
    overflow: hidden;
}
 
#company #office .block .block_inner {
    position: relative;
		/*margin-bottom:20px;*/
}
@media screen and (min-width: 810px){
#company #office .block {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company #office .block > div {
    width: 100%;
}
#company #office .block > div.block_inner {
    width: 75%;
}

#company #office .block .img {
  margin: 0 0 0 auto;
  text-align: right;
		width:21%;
}
#company #office .block.style-mainOffice > div.block_inner {
  float: left;
  width: 79%;
}

#company #office .block.style-mainOffice > .img {
  float: right;
  width:20%;
  text-align:right;
}
#company #office .block .img img {
	max-width:100%;
	height:auto;
}
}
#company #subsidiary .block a {
    background: #1e9dee;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	}

#company #office .tableSet {
    margin-top: 10px;
}

#company #office .block, 
#company #subsidiary .block {
    padding-top: 50px;
}

#company #office .caution {
	margin-top:25px;
}

#company .btn_nav.time {
    border: none;
    background: #e6e6e6;
		margin:20px 0;
}
@media screen and (max-width: 750px) {
#company .btn_nav.time ul li {
	width: 90%;
}
}

#company .btn_nav.time ul {
    padding: 20px 0 0 0;
		letter-spacing:-0.4em;
		text-align:center;
}
#company .btn_nav.time ul li {
	float:none;
	display:inline-block;
	letter-spacing:normal;
	margin:0 10px 20px 10px;
}

@media screen and (min-width: 641px){
#company .btn_nav.time ul {
    padding: 20px 0;
		margin:0;
}
#company .btn_nav.time ul li {
	margin:0 10px;
}
}

#company .btn_nav.time ul li a {
    background-color: #fff;
    margin-bottom: 0;
}

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

company subsidiary

---------------------------*/
#company #subsidiary .block ul li {
    list-style-type: disc;
}

#company #subsidiary .block ul {
    margin: 10px 0 10px 20px;
    line-height: 1.8;
}
#company #subsidiary .block a {
	display: inline-block;
}

#company #subsidiary .block h4 + p {
	margin-top:10px;
}

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

company healthmanagement

---------------------------*/
/* company healthmanagement > Base */
.comapny_healthmanagement .inner { max-width: 100%; }
.comapny_healthmanagement #crumb,
#company.comapny_healthmanagement .tit,
.comapny_healthmanagement .btn_nav,
.comapny_healthmanagement header .inner,
.comapny_healthmanagement #intro .inner h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    }
/* company healthmanagement > Layout */
#healthmanagement {}
#healthmanagement .anchor {
    display: block;
    margin-top: -30px;
    padding-top: 30px;
    }
/* company healthmanagement > Common */
.hm_block {}
    .hm_blk-ttl {
        color: rgba(70, 70, 70, 1);
        font-weight: 700;
        text-align: center;
        }
        .hm_blk-ttl span {
            display: inline-block;
            border-bottom: 1px solid rgba(229, 0, 18, 1);
            border-top: 1px solid rgba(245, 171, 24, 1);
            position: relative;
            }
        .hm_blk-ttl span:before {
            background-image: url(/src/img/company/healthmanagement-icon-ttl.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            }
    .hm_blk-body {}
/* company healthmanagement > intro */
#hm-intro { text-align: center; }
    .hm-int-ttl {
        color: rgba(70, 70, 70, 1);
        font-weight: 700;
        }
    .hm-int-body {}
        .hm-int-logo {
          margin: 0 auto;
          }
        .hm-int-body p {}
        .hm-int-link {
            background-image: url(/src/img/common/btm_arrow02.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-color: rgba(39, 119, 223, 1);
            border: 1px solid rgba(39, 119, 223, 1);
            color: rgba(255, 255, 255, 1);
            display: inline-block;
            position: relative;
            text-align: center;
            line-height: 1.3;
            border-radius: 100px;
            }
/* company healthmanagement > declaration */
#hm-declaration {}
    .hm-dlr-wrap {
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(39, 119, 223, 1);
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
        }
        .hm-dlr-txt {}
            .hm-dlr-txt p {}
/* company healthmanagement > system */
#hm-system {}
    .hm-sys-fig { text-align: center; }
        .hm-sys-fig img { margin: 0 auto; }
/* company healthmanagement > attempt */
#hm-attempt{text-align: center;}
    .hm-attempt-txt{}
/* company healthmanagement > strategymap */
#hm-strategymap{text-align: center;}
    .hm-stgm-fig{}
/* company healthmanagement > report */
#hm-report {}
    .hm-rpt-outline {
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        }
        .hm-rpt-otl-item {}
            .hm-rpt-otl-item dt {
                border-left: solid rgba(39, 119, 223, 1);
                font-weight: 700;
                }
            .hm-rpt-otl-item dd {}
                .hm-rpt-otl-item dd ul {}
                    .hm-rpt-otl-item dd ul li { position: relative; }
                    .hm-rpt-otl-item dd ul li:before {
                        color: rgba(39, 119, 223, 1);
                        content: '●';
                        left: 0;
                        position: absolute;
                        top: 0;
                        }
    .hm-rpt-datawrap {
        margin: 0 auto;
        box-sizing: border-box;
        }
        .hm-rpt-dt-tab {
            margin: 0 auto;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
            }
            .dt-tab-item {
                background-color: rgba(39, 119, 223, 1);
                color: rgba(255, 255, 255, 1);
                cursor: pointer;
                opacity: .5;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 5px 5px 0px 0px;
                }
            .dt-tab-item.is-active {
                cursor: default;
                opacity: 1;
                }
        .hm-rpt-dt-con {
            background-color: rgba(255, 255, 255, 1);
            border: 1px solid rgba(39, 119, 223, 1);
            box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
            border-radius: 10px;
            }
            .dt-con-item {
                display: none;
                }
            .dt-con-item.is-show { display: block; }
                .dt-con-block {}
                    .dt-con-ttl {
                        background-color: rgba(39, 119, 223, .2);
                        font-weight: 700;
                        position: relative;
                        border-radius: 100px;
                        }
                    .dt-con-list-wrap { margin: 0 auto; }
                        .dt-con-list {
                            border-bottom: 1px dashed rgba(112, 112, 112, 1);
                            display: flex;
                            flex-wrap: wrap;
                            align-items: flex-start;
                            justify-content: flex-start;
                            }
                        .dt-con-list:last-child { border-bottom: none; }
                            .dt-con-inner {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                flex-wrap: wrap;
                                }
                                .dt-con-list dt {
                                    border-left: solid rgba(39, 119, 223, 1);
                                    font-weight: 700;
                                    }
                                .dt-con-list dd {}
                                    .dt-con-list dd img {
                                        height: auto !important;
                                        width: auto !important;
                                        }
                                    .dt-age-txt {
                                        border: 2px dashed rgba(39, 119, 223, 1);
                                        box-sizing: border-box;
                                        }
/*2022.10.11 add */
.rsltTableSPNote{}
.resultTableBlk{}
.rsltTable{
  border: 1px rgba(0,0,0,1) solid;  
}
.rsltTabThead{}
.rsltTabThead .rsltTabCell{
  font-weight: 400;
}
.rsltTabItm{
  border-bottom: 1px rgba(0,0,0,1) solid;
}
.rsltTabCell{
  border-right: 1px rgba(0,0,0,1) solid;
  vertical-align: middle;
}
.rsltTabThm{
  font-weight: 600;
}
.textIndent{
  text-indent: -1em;
}
.rsltTabCell.bgBlue{
  background-color: rgba(221,235,247,1);
}
.rsltTabCell.bgGreen{
  background-color: rgba(226,239,218,1);
}
.rsltTabCell.bgRed{
  background-color: rgba(255,204,255,1);
}
.w180{
  width: 180px;
}
.w140{
  width: 140px;
}

/*2022.10.11 add-fin */

/*2023.10.3 add */
.hm-rpt-sec{}
.hm-rpt-sec:last-of-type{
  margin: 0;
}
.hm-rpt-sec-head{
  background-color: rgba(189,215,238,1.00);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company h3.hm-rpt-sec-head-thm{
  color: rgba(59,118,189,1.00);
  background: none;
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.hm-rpt-sec-head-thm-add{}
.hm-rpt-sec-head-text{
  color: rgba(59,118,189,1.00);
  font-weight: bold;
}
.hm-rpt-sec-block{
  display: flex;  
}
.hm-rpt-sec-block:last-of-type{
  margin: 0;
}
.hm-rpt-sec-col{}
#company h4.hm-rpt-sec-col-thm{
  background-color: rgba(221,235,246,1.00);
  color: rgba(59,118,189,1.00);
  display: inline-block;
  font-weight: bold;
}
#company h4.hm-rpt-sec-col-list-thm{
  color: rgba(0,0,0,1.00);
  font-weight: bold;
}
.hm-rpt-sec-col-list-note{
  font-size: 0.875rem;
}

.hm-rpt-sec-col-table-block{}
.largeTable-topnote{}
.hm-rpt-sec-col-table-thm{
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}
.hm-rpt-sec-col-table-inner{}
.hm-rpt-sec-col-table{
  border: 2px rgba(124,124,124,1.00) solid;
  font-weight: 600;
  width: 100%;
}
/* scheme */
.largeTable.hm-rpt-sec-col-table-block{}
.largeTable .hm-rpt-sec-col-table-inner{}
.largeTable .hm-rpt-sec-col-table{}
.largeTable .w180{
  width: 180px;
}
.largeTable .w160{
  width: 160px;
}
.largeTable .w130{
  width: 130px;
}
.largeTable .w90{
  width: 90px;
}
.largeTable .w85{
  width: 85px;
}
.largeTable .w80{
  width: 80px;
}
/* scheme Fin */
.hm-rpt-sec-col-table-thead{}
.hm-rpt-sec-col-table-thead-item{}
.hm-rpt-sec-col-table-thead-cell{
  border: 1px rgba(255,255,255,1.00) solid;
  text-align: center;
  vertical-align: middle;
}
/* scheme */
.healthyAge .hm-rpt-sec-col-table-thead-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.healthyAgeAverage .hm-rpt-sec-col-table-thead-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.attempt .hm-rpt-sec-col-table-thead-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.safety .hm-rpt-sec-col-table-thead-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
/* scheme Fin */
.hm-rpt-sec-col-table-tbody{}
.hm-rpt-sec-col-table-tbody-item{}
.hm-rpt-sec-col-table-tbody-cell{
  border: 1px rgba(255,255,255,1.00) solid;
  text-align: center;
  vertical-align: middle;
}
/* scheme */
.healthyAge .hm-rpt-sec-col-table-tbody-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.healthyAgeAverage .hm-rpt-sec-col-table-tbody-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.attempt .hm-rpt-sec-col-table-tbody-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
.safety .hm-rpt-sec-col-table-tbody-cell{
  border: 1px rgba(124,124,124,1.00) solid;
  }
/* scheme Fin */
/* table Custom */
.hm-rpt-sec-col-table-thead-cell.alignRight,
.hm-rpt-sec-col-table-tbody-cell.alignRight{
  text-align: right;
}
.hm-rpt-sec-col-table-thead-cell.alignLeft,
.hm-rpt-sec-col-table-tbody-cell.alignLeft{
  text-align: left;
}
.hm-rpt-sec-col-table-thead-cell.bgGray,
.hm-rpt-sec-col-table-tbody-cell.bgGray{
  background-color: rgba(217,217,217,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPaleGray,
.hm-rpt-sec-col-table-tbody-cell.bgPaleGray{
  background-color: rgba(241,242,241,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgBlue,
.hm-rpt-sec-col-table-tbody-cell.bgBlue{
  background-color: rgba(190,215,238,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPaleBlue,
.hm-rpt-sec-col-table-tbody-cell.bgPaleBlue{
  background-color: rgba(221,234,247,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgDarkBlue,
.hm-rpt-sec-col-table-tbody-cell.bgDarkBlue{
  background-color: rgba(155,194,230,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgEvenDarkBlue,
.hm-rpt-sec-col-table-tbody-cell.bgEvenDarkBlue{
  background-color: rgba(59,118,189,1.00);
  color: rgba(255,255,255,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPaleGreen,
.hm-rpt-sec-col-table-tbody-cell.bgPaleGreen{
  background-color: rgba(225,238,218,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgGreen,
.hm-rpt-sec-col-table-tbody-cell.bgGreen{
  background-color: rgba(164,211,139,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgYellow,
.hm-rpt-sec-col-table-tbody-cell.bgYellow{
  background-color: rgba(255,218,102,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPaleYellow,
.hm-rpt-sec-col-table-tbody-cell.bgPaleYellow{
  background-color: rgba(255,243,203,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPink,
.hm-rpt-sec-col-table-tbody-cell.bgPink{
  background-color: rgba(255,203,255,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPalePink,
.hm-rpt-sec-col-table-tbody-cell.bgPalePink{
  background-color: rgba(255,154,203,1.00);
  color: rgba(255,255,255,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgDarkPink,
.hm-rpt-sec-col-table-tbody-cell.bgDarkPink{
  background-color: rgba(255,1,101,1.00);
  color: rgba(255,255,255,1.00);
}
.hm-rpt-sec-col-table-thead-cell.bgPaleOrange,
.hm-rpt-sec-col-table-tbody-cell.bgPaleOrange{
  background-color: rgba(244,177,132,1.00);
}
.hm-rpt-sec-col-table-thead-cell.fntBlue,
.hm-rpt-sec-col-table-tbody-cell.fntBlue{  
  color: rgba(59,118,189,1.00);
}
.hm-rpt-sec-col-list-desc-block{}
.hm-rpt-sec-col-list-desc{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.hm-rpt-sec-col-list-desc:last-of-type{
  margin: 0;
}
.hm-rpt-sec-col-list-desc-subjects{}
.hm-rpt-sec-col-list-desc-contents{}
.hm-rpt-sec-col-list-unordered-block{}
.hm-rpt-sec-col-list-unordered{
  font-size: 0.875rem;
}
.hm-rpt-sec-col-list-unordered-item{}
.hm-rpt-sec-col-list-unordered-item:last-of-type{
  margin: 0;
}

/* 健康年齢固有 */
.hm-rpt-sec-healthyAge-topNote{
  font-weight: bold;
  text-align: center;
}
.hm-rpt-sec-healthyAge-thm{
  background-color: rgba(189,215,238,1.00);
  color: rgba(59,118,189,1.00);
  font-weight: bold;
  text-align: center;
}
.hm-rpt-sec-healthyAge-table-block{
  display: flex;
  flex-wrap: wrap;
}
.hm-rpt-sec-healthyAge-table-pieChart{}
.hm-rpt-sec-healthyAge-table-pie{
  border-radius: 50%;
  box-sizing:border-box;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
/* scheme */
.hm-rpt-sec-healthyAge-table-pie.fy2023{
  background-image: conic-gradient(rgba(164,211,139,1.00) 0% 22%, rgba(221,234,247,1.00) 22% 55%, rgba(155,194,230,1.00) 55% 69%, rgba(255,218,102,1.00) 69% 84%, rgba(244,177,132,1.00) 84% 100%);
}
.hm-rpt-sec-healthyAge-table-pie.fy2022{
  background-image: conic-gradient(rgba(164,211,139,1.00) 0% 17%, rgba(221,234,247,1.00) 17% 50%, rgba(155,194,230,1.00) 50% 68%, rgba(255,218,102,1.00) 68% 81%, rgba(244,177,132,1.00) 81% 100%);
}
/* scheme Fin */
.hm-rpt-sec-healthyAge-table-pie-text{
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
/* scheme */
.hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(1){}
.hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(2){}
.hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(3){}
.hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(4){}
.hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(5){}
/* scheme Fin */
.hm-rpt-sec-healthyAge-table-group{}
.hm-rpt-sec-healthyAge-table-note{
  font-size: 0.875rem;
  padding: 1rem 0 0 1em;
  text-indent: -1em;
}
/* 健康年齢固有 Fin */
/*2023.10.3 add Fin */

/*-------------------------*/
@media screen and (min-width: 751px) {
#healthmanagement {}
/* company healthmanagement > Common */
.hm_block { padding: 80px 0; }
    .hm_blk-ttl {}
        .hm_blk-ttl span {
            font-size: 30px;
            line-height: 1.3;
            padding: 10px 0;
            }
        .hm_blk-ttl span:before {
            height: 15px;
            top: -25px;
            width: 15px;
            }
    .hm_blk-body {}
/* company healthmanagement > intro */
#hm-intro { margin-top: 50px; }
    .hm-int-ttl { font-size: 25px; }
    .hm-int-body {}
        .hm-int-logo { 
          padding: 30px 0 40px; 
          /*padding: 30px 20px 40px; */
          width: 400px;
          }
        .hm-int-body p {
            font-size: 16px;
            line-height: 2;
            margin-bottom: 30px;
            }
        .hm-int-link {
            background-position: right 20px center;
            font-size: 18px;
            left: 0;
            margin-top: 10px;
            padding: 15px 60px;
            top: 0;
            transition: all .3s;
            }
    /* company healthmanagement > intro > Hover */
    .hm-int-link:hover {
        background-image: url(/src/img/common/btm_arrow.png);
        background-color: rgba(255, 255, 255, 1);
        color: rgba(39, 119, 223, 1);
        left: -2px;
        top: -2px;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.16);
        }
/* company healthmanagement > declaration */
#hm-declaration {}
    .hm-dlr-wrap {
        max-width: 800px;
        padding: 80px 40px 50px;
        }
        .hm-dlr-txt { margin-top: 30px; }
            .hm-dlr-txt p {
                font-size: 16px;
                line-height: 2.25;
                text-align: center;
                }
/* company healthmanagement > system */
#hm-system { background-color: rgba(39, 119, 223, .08); }
    .hm-sys-fig { margin-top: 40px; }
/* company healthmanagement > attempt */
#hm-attempt{}
    .hm-attempt-txt{margin-top: 40px;}
/* company healthmanagement > strategymap */
#hm-strategymap{}
    .hm-stgm-fig{margin-top: 40px;}
/* company healthmanagement > report */
#hm-report { padding-bottom: 0; }
    .hm-rpt-outline { margin-top: 50px; }
        .hm-rpt-otl-item { padding: 0 25px; }
            .hm-rpt-otl-item dt {
                border-left-width: 10px;
                font-size: 18px;
                padding-left: 15px;
                }
            .hm-rpt-otl-item dd {
                font-size: 15px;
                line-height: 2;
                margin-top: 15px;
                max-width: 450px;
                padding-left: 25px;
                }
                .hm-rpt-otl-item dd ul {}
                    .hm-rpt-otl-item dd ul li { padding-left: 15px; }
    .hm-rpt-datawrap {
        margin-top: 30px;
        max-width: 1000px;
        }
        .hm-rpt-dt-tab { max-width: 900px; }
            .dt-tab-item {
                font-size: 20px;
                height: 50px;
                width: 200px;
                }
        .hm-rpt-dt-con {}
            .dt-con-item { padding: 40px 50px; }
                .dt-con-block { padding-bottom: 20px; }
                .dt-con-block:last-child { padding-bottom: 0; }
                    .dt-con-ttl {
                        font-size: 20px;
                        line-height: 1.5;
                        padding: 15px 30px;
                        }
                    .dt-con-list-wrap { 
                      padding: 30px 0;
                      max-width: 800px; 
                      }
                        .dt-con-list { padding: 30px 0; }
                        .dt-con-list:first-of-type { padding: 0 0 30px; }
                            .dt-con-inner { margin-bottom: 20px; }
                            .dt-con-inner:last-child { margin-bottom: 0; }
                                .dt-con-list dt {
                                    border-left-width: 10px;
                                    font-size: 18px;
                                    margin-bottom: 20px;
                                    min-width: 25%;
                                    padding-left: 15px;
                                    }
                                .dt-con-list dd {}
                                    .dt-con-list dd img { margin: 5px; }
                                    .dt-age-txt {
                                        font-size: 14px;
                                        margin: 0 10px;
                                        max-width: 310px;
                                        padding: 20px;
                                        }
/*2022.10.11 add */
.rsltTableSPNote{
  display: none;
  }
.resultTableBlk{
  padding: 1.875rem 0;
  }
.rsltTable{
  width: 100%;
  }
.rsltTabThead{}
.rsltTabItm{}
.rsltTabCell{
  padding: 0.5em 1em;
  }
.textIndent{
  padding: 0.5em 1em 0.5em 2em;
}
.w180{}
.w140{}
/*2022.10.11 add-fin */
/*2023.10.3 add */
.hm-rpt-sec{
  margin: 0 0 3.125rem;
  }
.hm-rpt-sec-head{
  align-items: center;
  margin: 0 0 1.25rem;
  padding: 0.5rem 1.875rem 0.3rem;
  }
#company h3.hm-rpt-sec-head-thm{
  font-size: 1.25rem;
  }
.hm-rpt-sec-head-thm-add{
  font-size: 1rem;
  padding: 0 0 0 1em;
  }
.hm-rpt-sec-head-text{
  font-size: 1rem;
  }
.hm-rpt-sec-block{
  margin: 0 0 1.5625rem;
  }
.hm-rpt-sec-col{
  margin: 0 1.5625rem 0 0;
  }
.hm-rpt-sec-col:nth-of-type(2n){
  margin: 0;
  }
.hm-rpt-sec-col:only-of-type{
  margin: 0;
  width: 100%;
  }
/* scheme */
.basicInfor{
  width: 300px;
  }
.lifestyleDiseaseRisk{
  width: calc((100% - 1.5625rem) - 300px);
  }
.healthyAge{
  width: 270px;
  }
.healthyAgeAverage{
  width: calc((100% - 1.5625rem) - 270px);
  }
.attempt{
  padding: 1rem 0 0;
  }
.safety{
  padding: 1rem 0 0;
  }
/* scheme Fin */
#company h4.hm-rpt-sec-col-thm{
  border-left: 11px rgba(59,118,189,1.00) solid;
  font-size: 0.9375rem;
  margin: 0 0 1.25rem;
  padding: 5px 10px;
  }
#company h4.hm-rpt-sec-col-list-thm{
  font-size: 1rem;
}
.hm-rpt-sec-col-list-note{
  line-height: 2;
  }
.hm-rpt-sec-col-table-block{}
.largeTable-topnote{
  display: none;
  }
.hm-rpt-sec-col-table-thm{
  line-height: 1.5;
  }
.hm-rpt-sec-col-table-inner{}
.hm-rpt-sec-col-table{}
/* scheme */
.largeTable.hm-rpt-sec-col-table-block{}
.largeTable .hm-rpt-sec-col-table-inner{}
.largeTable .hm-rpt-sec-col-table{}
.basicInfor .hm-rpt-sec-col-table{
  font-size: 1.1875rem;
  }
.lifestyleDiseaseRisk .hm-rpt-sec-col-table{
  font-size: 0.875rem;
  }
.healthyAge .hm-rpt-sec-col-table{
  font-size: 1rem;
  }
.safety .hm-rpt-sec-col-table{
  width: 310px;
  }
/* scheme Fin */
/* scheme Fin */
.hm-rpt-sec-col-table-thead{}
.hm-rpt-sec-col-table-thead-item{}
.hm-rpt-sec-col-table-thead-cell{
  padding: 0.5em;
  }
.hm-rpt-sec-col-table-tbody{}
.hm-rpt-sec-col-table-tbody-item{}
.hm-rpt-sec-col-table-tbody-cell{
  padding: 0.5em;
  }
.hm-rpt-sec-col-list-desc-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-col-list-desc{
  margin: 0 0 1rem;
  }
.hm-rpt-sec-col-list-desc-subjects{
  line-height: 1.5;
  width: 100%;
  }
.hm-rpt-sec-col-list-desc-contents{
  line-height: 1.5;
  padding: 0 1em;
  width: 100%;
  }
.hm-rpt-sec-col-list-unordered-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-col-list-unordered{}
.hm-rpt-sec-col-list-unordered-item{
  margin: 0 0 1rem;
  }

/* 健康年齢固有 */
.hm-rpt-sec-healthyAge-topNote{}
.hm-rpt-sec-healthyAge-thm{
  font-size: 0.9375rem;
  padding: 0.3rem 1rem;
  }
.hm-rpt-sec-healthyAge-table-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-healthyAge-table-pieChart{
  margin: 0 1rem 0 0;
  width: 210px;
  }
.hm-rpt-sec-healthyAge-table-pie{}
/* scheme */
.hm-rpt-sec-healthyAge-table-pie.fy2023{}
.hm-rpt-sec-healthyAge-table-pie.fy2022{}
/* scheme Fin */
.hm-rpt-sec-healthyAge-table-pie-text{
  font-size: 1.25rem;
  }
/* scheme 2023 */
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(1){
  transform: translate(25%,-200%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(2){
  transform: translate(30%,100%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(3){
  transform: translate(-150%,120%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(4){
  transform: translate(-180%,-55%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(5){
  transform: translate(-120%,-230%);
  }
/* scheme 2023 Fin */
/* scheme 2022 */
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(1){
  transform: translate(25%,-230%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(2){
  transform: translate(50%,60%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(3){
  transform: translate(-130%,120%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(4){
  transform: translate(-180%,-40%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(5){
  transform: translate(-130%,-220%);
  }
/* scheme 2022 Fin */
.hm-rpt-sec-healthyAge-table-group{
  width: calc((100% - 1rem) - 210px);
  }
.hm-rpt-sec-healthyAge-table-note{
  line-height: 1.5;
  }
/* 健康年齢固有 Fin */
/*2023.10.3 add Fin */

}
/*-------------------------*/
@media screen and (max-width: 750px) {
/* company healthmanagement > Base */
.comapny_healthmanagement .inner { padding: 0; }
.comapny_healthmanagement #crumb,
#company.comapny_healthmanagement .tit { margin-left: 5px; margin-right: 5px; }
/* company healthmanagement > Layout */
#healthmanagement {}
/* company healthmanagement > Common */
.hm_block { padding: 70px 0 50px; }
    .hm_blk-ttl {}
        .hm_blk-ttl span {
            font-size: 25px;
            line-height: 1.3;
            padding: 10px 0;
            }
        .hm_blk-ttl span:before {
            height: 15px;
            top: -25px;
            width: 15px;
            }
    .hm_blk-body {}
/* company healthmanagement > intro */
#hm-intro {
    margin-top: 40px;
    padding: 0 25px;
    }
    .hm-int-ttl { font-size: 18px; }
    .hm-int-body {}
        .hm-int-logo { 
          padding: 30px 0 40px; 
          /*padding: 30px 15px 40px; */
          width: 300px;
          }
        .hm-int-body p {
            font-size: 14.5px;
            line-height: 2;
            margin-bottom: 20px;
            text-align: justify;
            }
        .hm-int-link {
            background-position: right 20px center;
            font-size: 17px;
            margin-top: 10px;
            padding: 15px 60px;
            }
/* company healthmanagement > declaration */
#hm-declaration {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    }
    .hm-dlr-wrap {
        padding: 60px 20px 30px;
        }
        .hm-dlr-txt { margin-top: 30px; }
            .hm-dlr-txt p {
                font-size: 14.5px;
                line-height: 2;
                text-align: left;
                }
/* company healthmanagement > system */
#hm-system { background-color: rgba(39, 119, 223, .08); }
    .hm-sys-fig {
        margin-top: 30px;
        padding: 0 10px;
        }
/* company healthmanagement > attempt */
#hm-attempt{}
    .hm-attempt-txt{
      margin-top: 30px;
      padding: 0 10px;
      }
/* company healthmanagement > strategymap */
#hm-strategymap{}
    .hm-stgm-fig{
      margin-top: 30px;
      padding: 0 10px;
      }
/* company healthmanagement > report */
#hm-report { padding-bottom: 0; }
    .hm-rpt-outline {
        margin-top: 20px;
        flex-wrap: wrap;
        }
        .hm-rpt-otl-item { padding: 10px 20px; }
            .hm-rpt-otl-item dt {
                border-left-width: 10px;
                font-size: 15px;
                padding-left: 15px;
                }
            .hm-rpt-otl-item dd {
                font-size: 14px;
                line-height: 1.75;
                margin-top: 10px;
                max-width: 370px;
                padding-left: 25px;
                }
                .hm-rpt-otl-item dd ul {}
                    .hm-rpt-otl-item dd ul li { padding-left: 15px; }
    .hm-rpt-datawrap {
        margin-top: 20px;
        padding: 0 10px;
        }
        .hm-rpt-dt-tab { padding: 0 10px; }
            .dt-tab-item {
                font-size: 17px;
                margin: 0 5px;
                height: 50px;
                width: 120px;
                }
        .hm-rpt-dt-con {}
            .dt-con-item { padding: 20px 15px; }
                .dt-con-block { padding-bottom: 20px; }
                .dt-con-block:last-child { padding-bottom: 0; }
                    .dt-con-ttl {
                        font-size: 16px;
                        line-height: 1.5;
                        padding: 15px 20px;
                        margin-left: -15px;
                        border-radius: 0 100px 100px 0;
                        }
                    .dt-con-list-wrap {
                      padding: 20px 0;
                      }
                        .dt-con-list { padding: 20px 0; }
                        .dt-con-list:first-of-type { padding: 0 0 20px; }
                            .dt-con-inner { margin-bottom: 20px; }
                            .dt-con-inner:last-child { margin-bottom: 0; }
                                .dt-con-list dt {
                                    border-left-width: 10px;
                                    font-size: 14px;
                                    min-width: 25%;
                                    padding-left: 15px;
                                    }
                                .dt-con-list dd { margin-top: 15px; }
                                    .dt-age-txt {
                                        font-size: 13px;
                                        margin-top: 15px;
                                        max-width: 300px;
                                        padding: 15px;
                                        }
/*2022.10.11 add */
.rsltTableSPNote{
  display: block;
  padding: 0.5rem 0 0;
  text-align: center;
  }
.resultTableBlk{
  padding: 0.5rem 0 1.25rem;
  overflow-x: scroll;
  }
.rsltTable{
  width: 900px;
  }
.rsltTabThead{}
.rsltTabItm{}
.rsltTabCell{
  padding: 0.3em 0.5em;
  }
.textIndent{
  padding: 0.3em 0.5em 0.3em 1.5em;
}
.w180{}
.w140{}
/*2022.10.11 add-fin */

/*2023.10.3 add */
.hm-rpt-sec{
  margin: 0 0 2.5rem;
  }
.hm-rpt-sec-head{
  margin: 0 0 1rem;
  padding: 0.8rem 0.5rem;
  }
#company h3.hm-rpt-sec-head-thm{
  font-size: 1.125rem;
  }
.hm-rpt-sec-head-thm-add{
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0 0;
  }
.hm-rpt-sec-head-text{
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 0 0;
  }
.hm-rpt-sec-block{
  flex-wrap: wrap;
  margin: 0 0 2rem;
  }
.hm-rpt-sec-col{
  margin: 0 0 2rem;
  }
.hm-rpt-sec-col:only-of-type{
  margin: 0;
  width: 100%;
  }
/* scheme */
.basicInfor{
  width: 100%;
  }
.lifestyleDiseaseRisk{
  width: 100%;
  }
.healthyAge{
  width: 100%;
  }
.healthyAgeAverage{
  width: 100%;
  }
.attempt{
  padding: 1rem 0 0;
  }
.safety{
  padding: 1rem 0 0;
  }
/* scheme Fin */
#company h4.hm-rpt-sec-col-thm{
  border-left: 6px rgba(59,118,189,1.00) solid;
  font-size: 1rem;
  margin: 0 0 1rem;
  padding: 5px 10px;
  }
#company h4.hm-rpt-sec-col-list-thm{
  font-size: 1rem;
}
.hm-rpt-sec-col-list-note{
  line-height: 1.75;
  }
.hm-rpt-sec-col-table-block{}
.largeTable-topnote{
  display: block;
  font-size: 0.875rem;
  text-align: center;
  }
.hm-rpt-sec-col-table-thm{
  line-height: 1.75;
  }
.hm-rpt-sec-col-table-inner{}
.hm-rpt-sec-col-table{
  border: 2px rgba(124,124,124,1.00) solid;
  }
/* scheme */
.largeTable.hm-rpt-sec-col-table-block{}
.largeTable .hm-rpt-sec-col-table-inner{
  overflow-x: scroll;
  }
.largeTable .hm-rpt-sec-col-table{
  width: 900px;
  }
.basicInfor .hm-rpt-sec-col-table{
  font-size: 1rem;
  }
.lifestyleDiseaseRisk .hm-rpt-sec-col-table{
  font-size: 0.875rem;
  }
.healthyAge .hm-rpt-sec-col-table{
  font-size: 1rem;
  }
.safety .hm-rpt-sec-col-table{
  width: 100%;
  max-width: 310px;
  }
/* scheme Fin */
.hm-rpt-sec-col-table-thead{}
.hm-rpt-sec-col-table-thead-item{}
.hm-rpt-sec-col-table-thead-cell{
  padding: 0.5em;
  }
.hm-rpt-sec-col-table-tbody{}
.hm-rpt-sec-col-table-tbody-item{}
.hm-rpt-sec-col-table-tbody-cell{
  padding: 0.5em;
  }
.hm-rpt-sec-col-list-desc-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-col-list-desc{
  margin: 0 0 1rem;
  }
.hm-rpt-sec-col-list-desc-subjects{
  line-height: 1.75;
  width: 100%;
  }
.hm-rpt-sec-col-list-desc-contents{
  line-height: 1.75;
  width: 100%;
  }
.hm-rpt-sec-col-list-unordered-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-col-list-unordered{}
.hm-rpt-sec-col-list-unordered-item{
  margin: 0 0 1rem;
  }

/* 健康年齢固有 */
.hm-rpt-sec-healthyAge-topNote{
  font-size: 1rem;
  margin: 0 0 0.5rem;
  }
.hm-rpt-sec-healthyAge-thm{
  font-size: 0.9375rem;
  padding: 0.5rem 0.8rem;
  }
.hm-rpt-sec-healthyAge-table-block{
  padding: 1rem 0 0;
  }
.hm-rpt-sec-healthyAge-table-pieChart{
  margin: 0 0 1rem;
  width: 100%;
  }
.hm-rpt-sec-healthyAge-table-pie{}
/* scheme */
.hm-rpt-sec-healthyAge-table-pie.fy2023{}
.hm-rpt-sec-healthyAge-table-pie.fy2022{}
/* scheme Fin */
.hm-rpt-sec-healthyAge-table-pie-text{
  font-size: 1rem;
  }
/* scheme 2023 */
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(1){
  transform: translate(45%,-243%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(2){
  transform: translate(40%,135%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(3){
      transform: translate(-170%,160%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(4){
  transform: translate(-210%,-60%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2023 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(5){
  transform: translate(-135%,-280%);
  }
/* scheme 2023 Fin */
/* scheme 2022 */
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(1){
  transform: translate(35%,-265%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(2){
  transform: translate(60%,70%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(3){
      transform: translate(-150%,160%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(4){
  transform: translate(-210%,-40%);
  }
.hm-rpt-sec-healthyAge-table-pie.fy2022 .hm-rpt-sec-healthyAge-table-pie-text:nth-of-type(5){
  transform: translate(-160%,-260%);
  }
/* scheme 2022 Fin */
.hm-rpt-sec-healthyAge-table-group{
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  }
.hm-rpt-sec-healthyAge-table-note{
  line-height: 1.75;
  }
/* 健康年齢固有 Fin */
/*2023.10.3 add Fin */
}

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

company about

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

#company #about nav {
    border-bottom: #4c85db 2px solid;
}

#company #about nav ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing:-0.4em;
}

#company #about nav ul li {
    letter-spacing:normal;
}
#company #about nav ul li:nth-child(2) a span {
	vertical-align:middle;
}

#company #about nav ul li a {
    background: #b8c2d0;
    color: #FFF;
    height: 70px;
    padding: 15px;
	display:block;
}

#company #about nav ul li a span {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    background: #FFF;
	line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #b8c2d0;
    text-align: center;
	font-family: 'Didact Gothic', sans-serif;
    font-weight: bold;
}

#company #about nav ul li p {
    display: inline-block;
    width: 85%;
    padding-left: 5px;
    font-weight: bold;
}

#company #about nav ul li a.on, 
#company #about nav ul li a:hover {
    background: -moz-linear-gradient(top, #a1c4ee, #4c84db); /* Firefox用 */
    background: -webkit-gradient(linear, left top, left bottom, from(#a1c4ee), to(#4c84db));
	background: linear-gradient(to bottom, #a1c4ee, #4c84db);/* IE10+, W3C */

}

#company #about nav ul li a.on span, 
#company #about nav ul li a:hover span {
    color: #78a6e5;
	
}

#company #about #about01 {
    overflow: hidden;
		margin-top:20px;
		letter-spacing:-0.4em;
		text-align:center;
}

#company #about #about01 article {
    letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
    font-weight: bold;
	text-align:left;
    width: 440px;
    margin:0 15px;
}

#company #about #about01 article p {
    font-size: 18px;
    text-align: left;
}

#company #about #about01 article {
    text-align: center;
    position: relative;
}

#company #about01 article span {
	display: block;
    text-align: center;
    background: #8a8a8a;
    color: #fff;
    padding: 5px;
}

#company #about01 article:nth-child(3) span {
    margin: 0 auto 10px auto;
}


#company #about02 p, 
#company #about03 p {
    color: #1e9dee;
    font-weight: bold;
    border: #1e9dee 2px solid;
    padding: 10px;
    margin-top: 30px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

#company #about02 ul li, 
#company #about03 ul li {
    margin-bottom: 30px;
}

#company #about02 ul, 
#company #about03 ul {
    overflow: hidden;
    margin: 50px 0 200px 0;
}

#company #about02 ul li, 
#company #about03 ul li {
    float: left;
    font-weight: bold;
    text-align: center;
}

#company #about02 ul li img, 
#company #about03 ul li img {
    margin-bottom: 5px;
}

#company #about02 ul li:last-child, 
#company #about03 ul li:last-child, 
#company #about02 ul li:nth-child(2), 
#company #about03 ul li:nth-child(2) {
    margin-right: 0;
}

#company #about #link_nav ul {
    overflow: hidden;
}

#company #about #link_nav p {
    font-size: 20px;
    border-bottom: #154b92 1px solid;
    font-weight: bold;
    margin-bottom: 25px;
}

#company #about #link_nav ul li {
	margin-bottom:20px;
}

#company #about #link_nav ul li a {
    background: #4579c7 url(../img/company/company_arrow.png) no-repeat center right 7px;
	color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 18px 0;
		display:block;
	
}
#company #about #link_nav ul li a:hover {
	background-color:#1353b4; 
}


#company #about #link_nav ul li:last-child {
    margin-right: 0;
}


@media screen and (min-width: 751px) {
#company #about01 article:first-child span, 
#company #about01 article:nth-child(2) span {
    width: 120px;
    position: absolute;
    bottom: 130px;
}

#company #about01 article:first-child img {
    margin-bottom: 10px;
}

#company #about01 article:nth-child(2) img {
    margin-bottom: 90px;
}

#company #about01 article:nth-child(3) .img {
    margin-bottom: 35px;
	text-align:center!important;
}
#company #about01 article:nth-child(3) span {
    width: 60%;
}

#company #about01 article:last-child img {
    margin-bottom: 20px;
}

#company #about #link_nav ul li {
    float: left;
    width: 230px;
    margin-right: 20px;
}
#company #about nav {
	padding:0 60px;
}
#company #about nav ul li {
    width: 45%;
    display:inline-block;
    vertical-align:top;
    margin: 0 10px;
}

#company #about #about01 article {
    height: 500px;
	width:460px;
}
#company #about02 ul, 
#company #about03 ul {
    width: 640px;
    margin: 50px auto;
}
#company #about .link03 ul {
    width: 730px;
    margin: 0 auto;
}
#company #about02 p, 
#company #about03 p {
    font-size: 18px;
}
#company #about02 ul li, 
#company #about03 ul li {
    width: 300px;
    margin-right: 40px;
}
#company #subsidiary .block a {
	margin-left: 15px;
}

}
@media screen and (max-width: 750px) {
#company #about nav ul {
	/* width:auto; */
	/* display: flex; */
	/* justify-content: center; */
	}
	
#company #about nav ul li {
    width: 100%;
}
#company #about nav ul li:nth-child(2) a span {}
#company #about nav ul li {
	margin-bottom: 10px;
	}
#company #about #about01 article {
	width:80%;
	margin-bottom:30px;
}
#company #about01 article:first-child span {
	margin-bottom: 10px;
}
#company #about01 article img, 
#company #about01 article span {
    margin-bottom: 10px;
}
#company #about02 p, 
#company #about03 p {
    font-size: 16px;
}
#company #about02 ul li, 
#company #about03 ul li {
    width: 80%;
	padding-left:50px;
}
#company #office .block .img {
    width: 60%;
    margin: 20px auto 0;
}
#company #office .block .img img {
	width:100%;
	/*margin-bottom:10px;*/
}
#company #subsidiary .exception h4 a {
     margin-left: 20px;
}
#company #office .caution {
    margin-top: 15px;
}
}
/*-------------------------


environment


---------------------------*/
@media screen and (min-width: 790px){
#environment #commonlist li:nth-child(4) h1, 
#environment #commonlist li:nth-child(6) h1 {
	padding-top:40px;
}
#environment #commonlist li:nth-child(4) h1 {
	letter-spacing:-1px;
}

#environment #commonlist li:nth-child(5) h1 {
	letter-spacing:-2px;
	font-size:16px;
}
#environment .inner {
	position:relative;
}
#environment .dl_btn {
	position:absolute;
	top:-100px;
	right:0;
}
}

#environment .dl_btn a {
	display:block;
	background:url(../img/environment/dl_btn.png) no-repeat center top;
	text-indent:-9999px;
	width:201px;
	height:210px;

}
#environment #commonlist ul {
	margin:0 10px;
}
@media screen and (min-width: 481px){
#environment #commonlist ul li {
    width:49%;
		margin-right:1%;
}
}
@media screen and (min-width: 680px){
#environment #commonlist ul li {
    width:320px;
		margin-right:10px;
}
}
#environment #commonlist {
    padding-top: 70px;
}

#environment .btn_nav {
	padding-left:10px;
}
#environment .btn_nav ul li {
    margin-right: 25px;
    margin-bottom: 13px;
}

@media screen and (min-width: 980px){
#environment #commonlist ul {
	margin:0;
}
#environment #commonlist ul li:nth-child(3n) {
	margin-right:0;
}
#environment .btn_nav {
	padding-left:0;
}
#environment .btn_nav ul li:nth-child(4n) {
    margin-right: 0;
}
}

#environment .sub ul li {
    font-size: 13.5px;
    padding-bottom: 10px;
    text-indent: -10px;
}
#environment .sub ul li:before {
	content: '●';
	display: inline-block;
	color: #154b92;
	padding-right: 5px;
	}

#environment .sub ul li:last-child {
	padding-bottom:0;
}

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

environment message

---------------------------*/
#environment #message .messageBox{}
#environment #message .messageBox:after{
  content: "";
  clear: both;
}
#environment #message .text, 
#environment #message .president {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 15px;
    line-height: 1.6;
}
#environment #message .text p {
    margin-top: 15px;
}

#environment #intro {
    background: #469b0d;
}
#environment #intro article {
	background-image:url(../img/intro/environment_main.jpg);
}
#environment #message .president {
  text-align: center;
}

@media screen and (min-width: 751px) {
#environment #message .president {
  float: right;
  padding: 1.25rem 1rem 1rem;
  width: 300px;
  }
}

@media screen and (max-width: 750px) {
#environment #intro article {
	background-image:url(../img/intro/environment_main_sp.jpg);
}
#company #commonlist li:nth-child(6) h1, 
#environment #commonlist li:nth-child(4) h1, 
#environment #commonlist li:nth-child(6) h1 {
	padding-top:19%;
}
#environment #message .president {
  margin: 0 auto;
  padding: 1rem 0;
  width: 250px;
  }
}


#environment #message .president strong {
    display: block;
    margin: 10px 0;
}

#environment #message .text p {
    text-indent: 1em;
}

#environment #message .president .sign {
    text-indent: -9999px;
    background: url(../img/environment/sign.jpg) no-repeat center;
    height: 60px;
    margin-top: 10px;
}

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

environment policy

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

#environment #rinen .main_copy {
	font-weight:bold;
	font-size:18px;
	padding-bottom:50px;
}

#environment #e_policy .main_copy {
	margin-bottom:15px;
    font-size: 24px;
    font-weight: bold;
    color: #154b92;
}

#environment #e_policy .sub {
    margin-top: 20px;
}
#environment #e_policy .sub {
    background: #f2f2f3;
    padding: 20px 10px 20px 35px;
}
#environment #e_policy .sub ul li {
	text-indent:-20px; 
}
#environment #e_policy .sub ul li:before {
	content:none;
}
#environment #e_policy .sub ul li span {
	color: #154b92;
	padding-right: 5px;
	font-weight:bold;
	font-size: 17px;

}


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

environment iso

---------------------------*/
#step .chronology{}
#step .chronologyBlock{}
#step .chronologyBlock:last-of-type{
  margin: 0;
}
#step .chronologyBlock h4{
  color: rgba(21,75,146,1.00);  
  font-size: 18px;
  font-weight: bold;
}
#step .chronologyList{
  border-bottom: rgba(0,0,0,1.00) 1px solid;
  border-top: rgba(0,0,0,1.00) 1px solid;  
}
#step .chronologyListMenu{
  display: flex;
  flex-wrap: wrap;
}
#step .chronologyListMenuSubjects{
  color: rgba(255,255,255,1.00);
  letter-spacing: normal;  
}
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuSubjects{
  background-color: rgba(21,75,146,1.00);
}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuSubjects{
  background-color: rgba(19,68,132,1.00);
}
/* scheme Fin */
#step .chronologyListMenuSubjectsMonth{
  display: inline-block;
  margin: 0 0 0 0.25em;
  text-align: right;
  width: 2.5em;
}
#step .chronologyListMenuContents{
  letter-spacing: normal;  
}
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuContents{
  background-color: rgba(255,255,255,1.00);
}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuContents{
  background-color: rgba(230,230,230,1.00);
}
/* scheme Fin */
#step .chronologyListMenuContentsList{}
#step .chronologyListMenuContentsListItem{}
#step .chronologyBottomNote{
  color: rgba(21,75,146,1.00);
  text-align: center;  
}
#step .chronologyBottomNote:after{
  content: url(../img/environment/arrow.jpg);
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: middle;
  height: 18px;
}
#step .chronologyBottomNoteLink{
  color: rgba(21,75,146,1.00);
  display: inline-block;
  font-weight: bold;  
  text-decoration: underline;  
}
@media screen and (min-width: 751px) {
#step .chronology{}
#step .chronologyBlock{
  margin: 0 0 1.875rem;
  }
#step .chronologyList{}
#step .chronologyListMenu{}
#step .chronologyListMenuSubjects{
  font-size: 14px;
  padding: 10px 15px;
  width: 20%;
  }
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuSubjects{}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuSubjects{}
/* scheme Fin */
#step .chronologyListMenuSubjectsMonth{}
#step .chronologyListMenuContents{
  font-size: 14px;
  padding: 10px 15px;
  width: 80%;
  }
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuContents{}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuContents{}
/* scheme Fin */
#step .chronologyListMenuContentsList{}
#step .chronologyListMenuContentsListItem{}
#step .chronologyListMenuContentsListItem .pc_only{
  display: inline-block;
  }
#step .chronologyListMenuContentsListItem .sp_only{
  display: none;
  }
#step .chronologyBottomNote{
  padding: 2.5rem 0 0;
  }
#step .chronologyBottomNote:after{}
#step .chronologyBottomNoteLink{}
#step .chronologyBottomNoteLink:hover{
  text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
#step .chronology{}
#step .chronologyBlock{
  margin: 0 0 1.5rem;
  }
#step .chronologyList{}
#step .chronologyListMenu{}
#step .chronologyListMenuSubjects{
  font-size: 14px;
  padding: 10px;
  width: 30%;
  }
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuSubjects{}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuSubjects{}
/* scheme Fin */
#step .chronologyListMenuSubjectsMonth{}
#step .chronologyListMenuContents{
  font-size: 14px;
  padding: 10px;
  width: 70%;
  }
/* scheme */
#step .chronologyListMenu:nth-of-type(2n-1) .chronologyListMenuContents{}
#step .chronologyListMenu:nth-of-type(2n) .chronologyListMenuContents{}
/* scheme Fin */
#step .chronologyListMenuContentsList{}
#step .chronologyListMenuContentsListItem{}
#step .chronologyListMenuContentsListItem .pc_only{
  display: none;
  }
#step .chronologyListMenuContentsListItem .sp_only{
  display: inline-block;
  }
#step .chronologyBottomNote{
  padding: 1.875rem 0 0;
  }
#step .chronologyBottomNote:after{}
#step .chronologyBottomNoteLink{}
}
/*#environment #chronology .link, 
#environment .p_block .link {
	text-align:center;
	color:#154b92;
	margin-top:40px;
}
#environment #chronology .link a, 
#environment .p_block .link a {
	font-weight:bold;
	display:inline-block;
	text-decoration:underline;
	color: #154b92;

}
#environment #chronology .link a:hover, 
#environment .p_block .link a:hover {
	text-decoration:none;
}

#environment #chronology .link:after, 
#environment .p_block .link:after, 
#environment .modal_link:after {
	content: url(../img/environment/arrow.jpg);
	display:inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
	height: 18px;
}*/

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

environment system

---------------------------*/
#environment #certification {
	letter-spacing:-0.4em;
}
#environment #certification .tit,
#environment #certification h3 {
		letter-spacing:normal;
}
#environment #certification .text {
		letter-spacing:normal;
	font-size: 16px;
    font-weight: bold;
		margin-bottom:20px;
}
#environment #certification .img {
		letter-spacing:normal;
		margin-bottom:20px;
    text-align: center;
}

@media screen and (min-width: 641px){
#environment #certification .text {
	font-size: 16px;
    font-weight: bold;
}

#environment #certification .img {
    margin: 2% 0 50px 2%;
}

}
#environment #certification .img span {
    display: block;
    font-size: 95%;
    text-align: center;
}

#environment #system {
	padding-bottom:40px;
}

#environment #e_intro {
	padding:30px 0 70px 0;
}
#environment #chart p {
    text-align: center;
}

#environment #audit,
#environment #audit02 {
    padding-top: 50px;
}
#environment #audit02 {
	letter-spacing:-0.4em;
}
#environment #audit02 h3 {
	letter-spacing:normal;
}
#environment #audit02 .text,
#environment #audit02 .img {
	letter-spacing:normal;
	margin-bottom:20px;
}
#environment #audit02 .img {
	text-align:center;
}
@media screen and (min-width: 641px){
#environment #audit02 .text,
#environment #audit02 .img {
    display: inline-block;
    vertical-align: top;
}

#environment #audit02 .text {
    width: 46%;
    margin-right: 4%;
}
#environment #audit02 .img {
	width:50%;
}
}

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

environment performance

---------------------------*/
#environment #performance {
	padding-bottom:40px;
}
#environment #performance .topNote {
	margin: 0 0 2rem;
}

#environment .p_block .headline {
    font-size: 21px;
    font-weight: bold;
    color: #154B8C;
    margin-bottom: 10px;
    line-height: 25px;
}

#environment .p_block .headline span {
    background: #164B8C;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 0 0 0 7px;
    margin-right: 5px;
    vertical-align: top;
}
#environment .p_block strong {
	display:block;
    font-size: 16px;
    margin: 30px 0 5px 0;
}

#environment .p_block img {
    margin-bottom: 50px;
}

#environment .p_block .sub {
    margin-top: 30px;
}
#environment .p_block .sub ul {
    background: #f2f2f3;
    padding: 20px 10px 20px 35px;
}
#environment #performance .performance_flex {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#environment #performance .figureItemCaption {
  display: block;
  font-size: 13px;
  padding: 0.5em 0 0;
  text-align: center;
}

#performance .performanceBottomNote{
  color: rgba(21,75,146,1.00);
  text-align: center;  
}
#performance .performanceBottomNote:after{
  content: url(../img/environment/arrow.jpg);
  display: inline-block;
  padding: 0 0 0 5px;
  vertical-align: middle;
  height: 18px;
}
#performance .performanceBottomNoteLink{
  color: rgba(21,75,146,1.00);
  display: inline-block;
  font-weight: bold;  
  text-decoration: underline;  
}

@media screen and (min-width: 751px) {
#environment #performance .performance_flex {
  padding: 1.875rem 0 0;
}
#environment #performance .performance_flex .sub {
  margin: 0 2% 0 0;
  width: 52%;
  }
#environment #performance .performance_flex .sub strong {
  margin: 0 0 1rem;
  }
#environment #performance .performance_flex .figureBlock {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 0 0;
  width: 46%;
  }
#environment #performance .performance_flex .figureBlock.paddingNone {
  padding: 0;
  }
#environment #performance .performance_flex .figureItem {
  margin: 0 1rem 0 0;
  text-align: center;
  width: calc((100% - 1rem) / 2);
  }
#environment #performance .performance_flex .figureItem:last-of-type {
  margin: 0;
  }
#environment #performance .performance_flex .figureBlock img {
  margin: 0;
  }
#environment #performance .figureItemCaption {
  width: 100%;
  }

#performance .performanceBottomNote{
  padding: 2.5rem 0 0;
  }
#performance .performanceBottomNote:after{}
#performance .performanceBottomNoteLink{}
#performance .performanceBottomNoteLink:hover{
  text-decoration: none;
  }
}
@media screen and (max-width: 750px) {
#environment #performance .performance_flex .sub {
  width: 100%;
  }
#environment #performance .performance_flex .figureBlock {
  padding: 1rem 0 0;
  text-align: center;
  }
#environment #performance .performance_flex .figureItem {
  display: inline-block;
  width: 45%;
  text-align: center;
  }
#environment #performance .performance_flex .figureBlock img {
  margin: 0;
  }
#environment #performance .figureItemCaption {}

#performance .performanceBottomNote{
  padding: 1.875rem 0 0;
  }
#performance .performanceBottomNote:after{}
#performance .performanceBottomNoteLink{}
}


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

environment archive

---------------------------*/
#environment #archive .p_block h3 + p {
    font-weight: bold;
}

#environment #archive .p_block .headline {
    margin-top: 30px;
}

#environment #archive section.p_block {
    /*padding-bottom: 50px;*/
}

#environment #archive .p_block strong {
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 15px;
}

#environment #archive .archive_flex {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 751px) {
#environment #archive .archive_flex {
  align-items: center;
  padding: 1.875rem 0 0;
}
#environment #archive .archive_flex .sub {
  margin: 0 2% 0 0;
  width: 73%;
  }
#environment #archive .archive_flex .sub strong {
  margin: 0 0 1rem;
  }
#environment #archive .archive_flex .figureBlock {
  width: 25%;
  }
#environment #archive .archive_flex .figureBlock img {
  margin: 0;
  }
}
@media screen and (max-width: 750px) {
#environment #archive .archive_flex .figureBlock {
  padding: 2rem 0 0;
  }
}



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

environment contribution

---------------------------*/
#environment #contribution {
	letter-spacing:-0.4em;
}

#environment #contribution section {
    padding-bottom: 20px;
}

#environment #contribution .tit,
#environment #contribution h3,
#environment #contribution p {
	letter-spacing:normal;
}

#environment #contribution .text, 
#environment #contribution .img {
	letter-spacing:normal;
	margin-bottom:20px;
}
/*#environment #contribution .img .caption {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 0.5em 0 0;
}*/

#environment #contribution .text.w100{
  width: 100%;
}
#environment #contribution .imageBlock{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#environment #contribution .imageColumn{}
#environment #contribution .imageColumnList{
  display: flex;
  justify-content: center;
}
#environment #contribution .imageColumnListItem{
  box-sizing: border-box;
}
#environment #contribution .imageColumnCaption{
  display: block;
  font-size: 13px;
  letter-spacing: normal;
  padding: 0.5em 0 0;
  text-align: center;
}

/*#environment #contribution .img span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}

#environment #contribution .img img, 
#environment #contribution .img p {
    display: inline-block;
}*/

/*#environment #contribution .img img {
	margin-left:5px;
}*/

/*#environment #contribution .exception p {
	margin-bottom:20px;	
}*/

@media screen and (min-width: 751px) {
#environment #contribution .text, 
#environment #contribution .img {
    display: inline-block;
    vertical-align: top;
}
#environment #contribution .text {
    width: 49%;
		margin-right:1%;
}
#environment #contribution .img {
	width:50%;
	text-align:center;
}
/*#environment #contribution .exception .text {
	width:78%;
}
#environment #contribution .exception .img {
	width:20%;
}

#environment #equipment .exception03 .text {
	width:73%;
}
#environment #equipment .exception03 .img {
	width:25%;
}*/

#environment #contribution .imageBlock{}
#environment #contribution .imageColumn{
  margin: 0 2.5rem 0 0;
  }
#environment #contribution .imageColumn:last-of-type{
  margin: 0;
  }
/* schrme */
#environment #contribution .imageColumn.w20{
  width: 20%;
  }
#environment #contribution .imageColumn.w25{
  width: 25%;
  }
#environment #contribution .imageColumn.w30{
  width: 30%;
  }
#environment #contribution .imageColumn.w70{
  width: 70%;
  }
#environment #contribution .imageColumn.w75{
  width: calc(75% - 2.5rem);
  }
#environment #contribution .imageColumn.w80{
  width: 80%;
  }
/* schrme Fin */
#environment #contribution .imageColumnList{}
#environment #contribution .imageColumnListItem{
  margin: 0 5px 0 0;
  }
#environment #contribution .imageColumnListItem:last-of-type{
  margin: 0;
  }
#environment #contribution .imageColumnCaption{}
}

@media screen and (max-width: 750px) {
/*#environment #contribution .img img{
	width:49%;
}*/

#environment #contribution .imageBlock{}
#environment #contribution .imageColumn{
  margin: 0 0 1rem;
  width: 100%;
  }
#environment #contribution .imageColumn:last-of-type{
  margin: 0;
  }
#environment #contribution .imageColumnList{}
#environment #contribution .imageColumnListItem{
  margin: 0 5px 0 0;
  max-width: 200px;
  }
#environment #contribution .imageColumnListItem:last-of-type{
  margin: 0;
  }
#environment #contribution .imageColumnCaption{}
}

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

environment equipment

---------------------------*/
#environment #equipment section {
    padding-bottom: 50px;
}
#environment .e_block {
	letter-spacing:-0.4em;
}
#environment .e_block h3 {
	letter-spacing:normal;
}
#environment .e_block .text, 
#environment .e_block .img {
	letter-spacing:normal;
		/*margin-bottom:20px;*/
}
#environment .e_block .img {
	text-align:right;
}

#environment .e_block .img .imgList {
  display: flex;
  justify-content: center;
}
#environment .e_block .img .imgList .imgListItem {
  width: 50%;
}
#environment .e_block .img .imgList .imgListItem:only-of-type {
  text-align: center;
  width: 100%;
}
#environment .e_block .img .imgList .imgListItem.wAuto {
  margin: 0 2px;
  width: auto;
}
#environment .e_block .img .imgCaption {
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 0.5em 0 0;
}



#environment .e_block .img img {
	/*margin-bottom:5px;*/
}

#environment .e_block span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}

#environment #equipment .table_area {
	margin-top:50px;
	letter-spacing:-0.4em;
}
#environment #equipment .table_area .headline {
	letter-spacing:normal;
    font-size: 21px;
    font-weight: bold;
    color: #154B8C;
    margin-bottom: 10px;
    line-height: 25px;
}
#environment #equipment .table_area .tableSet, 
#environment #equipment .table_area .img {
		letter-spacing:normal;
		margin-bottom:20px;
}
@media screen and (min-width: 641px){
#environment .e_block .text, 
#environment .e_block .img {
    display: inline-block;
    vertical-align: top;
}
#environment .e_block .text {
    width: 49%;
		margin-right:1%;
}
#environment .e_block .img {
	width:50%;
}
#environment .e_block .img .imgList {}
#environment .e_block .img .imgList .imgListItem {}
#environment .e_block .img .imgCaption {}

#environment #equipment .table_area .tableSet, 
#environment #equipment .table_area .img {
    display: inline-block;
    vertical-align: top;
}
#environment #equipment .table_area .tableSet {
    width: 52%;
}
#environment #equipment .table_area .img {
	width:48%;
	text-align:right;
}
}
#environment #equipment .table_area .tableSet dl dt {
    width: 30%;
}

#environment #equipment .exception02 .img p {
	display:inline-block;
	margin-bottom:10px;
}
#environment #equipment .exception04 .img p {
	display:inline-block;
	margin-bottom:10px;
  vertical-align: top;
}

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

environment education

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

#environment #education section {
	padding-top:50px;
}

#environment #education .e_block .img {
	text-align:center;
}
#environment #education .sub {
    margin-top: 20px;
    background: #f2f2f3;
    padding: 20px 10px 20px 35px;
}

#environment #education .sub ol {
	color:#154b92;
	font-size:16px;
	font-weight:bold;
}
#environment #education .sub li {
	padding-bottom:15px;
}
#environment #education .sub li p {
	padding:5px 0 0 10px;
	color:#000;
	font-weight:normal;
	font-size:14px;
}

/* #environment #education .sub li strong {
	color:#154b92;
	font-size:16px;
} */
/*-------------------------

environment global-warming

---------------------------*/
#environment #global-warming .headline {
    font-size: 21px;
    font-weight: bold;
    color: #154B8C;
    margin-bottom: 10px;
    line-height: 25px;
}

#environment #global-warming ul {
    margin-bottom: 30px;
}

#environment #global-warming ul li {
    list-style-type: disc;
    margin-left: 20px;
}

#environment #global-warming section {
    padding-top: 30px;
}

#environment #global-warming section ul li {
    background: #f2f2f3;
    list-style-type: none;
    margin: 0 0 15px 5px;
    position: relative;
	width:auto;
	overflow:hidden;
}

#environment #global-warming section ul li a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}

#environment #global-warming section ul li a:hover {
	text-decoration:none;
}

#environment #global-warming .caution img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#environment #global-warming .caution {
    font-size: 90%;
    margin-top: 15px;
}

#environment #global-warming section ul li span {
	background: url(../img/environment/flash_ico.png) no-repeat left center;
	padding-left:15px;
}

#environment #global-warming section ul li a.dl {
    text-indent: -9999px;
    background: #154b92 url(../img/environment/dl.png) no-repeat center center;
    padding: 5px 16px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 16px;
}
@media screen and (min-width: 751px){
	
#environment #equipment .exception02 .text,
#environment #equipment .exception02 .img {
	margin-left:0;
}
#environment #equipment .exception04 .text,
#environment #equipment .exception04 .img {
	margin-left:0;
}
#environment #global-warming section ul li {
    padding: 20px 60px 20px 20px;
}
}
@media screen and (max-width: 750px) {
/*#environment #contribution .exception02 img, 
#environment #equipment .exception03 .img img {
	width:48%;
	display:inline-block;
	}*/
	
#environment #contribution section .img p .last {
	margin-left:0px
}
#environment #contribution div + section .img p, 
#environment #equipment .exception02 .img p, 
#environment #education .e_block .img img {
	width:48%;
}
#environment #equipment .exception04 .img p{
	width:48%;
}

#environment #contribution .last .img {
	padding-left:50px;
}
#environment .e_block .img {
    text-align: left;
  padding: 1rem 0 0;
	/*margin-left:5px;*/
}
#environment .e_block .img .imgList {}
#environment .e_block .img .imgList .imgListItem {
  margin: 0 5px 0 0;
  width: calc((100% - 5px) / 2);
  }
#environment .e_block .img .imgList .imgListItem:only-of-type {
  text-align: center;
  width: 100%;
  }
#environment .e_block .img .imgList .imgListItem:last-of-type {
  margin: 0;
  }
#environment .e_block .img .imgCaption {}

/*#environment #equipment .e_block.exception03 span {
  text-align: left;
}*/
#environment #global-warming section ul li {
    padding: 20px 60px 20px 10px;
}

}

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



products


---------------------------*/
#products #intro article {
	background-image:url(../img/intro/products_main.jpg);
}

#products #intro {
    background: #b3d465;
}
#products #intro .inner h1, 
#contact #intro .inner h1, 
#privacy #intro .inner h1 {
	color:#000;
}
#products #commonlist02, 
#products #commonlist03 { 
overflow:hidden; 
}
#products #commonlist02.overflowNone { 
overflow:inherit; 
}
#products .inner div + h2 {
    font-weight: bold;
    color: #154B8C;
    margin-bottom: 10px;
}
#products #commonlist02 ul{
  display: flex;
  flex-wrap: wrap;
} 
#products #commonlist02 ul li{} 
#products #commonlist02 ul li a, 
#products #commonlist03 ul li a {
    border: #d6d5d5 1px solid;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: bold;    
	}
#products #commonlist02 ul li a {
  display: block;
    /*float: left;
    margin: 0 15px 20px 0;*/
	}
#products #commonlist02 ul li:last-child a {
	margin-right:0;
}
#products #commonlist02 ul li a.linkNone {
  pointer-events: none;
	}

#products #commonlist02 ul li a .menufigLinkNone {
  position: relative;
	}
#products #commonlist02 ul li a .menufigLinkNoneText {
  align-items: center;
  background-color: rgba(245,244,242,1.00);
  background-image: none;
  bottom: 6px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1rem;
  height: 26px;
  justify-content: center;
  line-height: 1;
  left: 12px;
  position: absolute;
  width: 96px;
	}
@media screen and (max-width: 750px){
#products #commonlist02 ul li a .menufigLinkNoneText {
  font-size: 0.875rem;
  height: 24px;
  left: 24px;
  width: 90px;
	}
}

#products #commonlist02 ul li:nth-child(2) a span {
    font-size: 15px;
    text-align: left;
}
#products.cn #commonlist02 ul li:nth-child(2) a span {
  	font-size: 16px;
    text-align: center;
}
#products #commonlist02 ul li a span {
    /*display: block;*/
    position: absolute;
    bottom: 5px;
    border-top: #d6d5d5 1px solid;
    width: 90%;
    /*padding: 10px 0 7px 0;*/
    left: 10px;
    
    /*2023.2.14 add*/
    align-items: center;
    display: flex;
    height: 5em;
    justify-content: center;
}
#products #commonlist02 ul li a span.fontSizeSmall{
  font-size: 1rem;
  letter-spacing: -0.14em;
}
@media screen and (max-width: 750px){
#products #commonlist02 ul li a span.fontSizeSmall{
  font-size: 12px;
  letter-spacing: -0.14em;
  }
}
/*#products #commonlist02 ul li a span.comingSoon{
  align-items: flex-start;
  background: none;
  border-top: none;
  bottom: inherit;
  font-size: 1rem;
  height: inherit;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  top: -2rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px){
#products #commonlist02 ul li a span.comingSoon{
  font-size: 0.875rem;
  }
}*/
/* 2023.11.28 add machineTools */
#products #commonlist02 ul li.machineTools {}
/* 2023.11.28 add machineTools Fin */
/* 2023.2.20 add plant */
#products #commonlist02 ul li.plant {}
#products #commonlist02 ul li .plantLnk {
  background: url(../img/products/products_arrow.png) no-repeat center right 10px;
  display: flex;
  flex-wrap: wrap;
}
#products #commonlist02 ul li .plantNoteBlock {}
#products #commonlist02 ul li .plantNoteThm {
  align-items: center;
  background: rgba(99,160,215,1.00);
  border-top: none;
  bottom: auto;
  color: rgba(255,255,255,1.00);
  display: flex;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  left: auto;
  position: relative;
  width: 200px;
}
#products #commonlist02 ul li .plantNoteLogo {}
#products #commonlist02 ul li .plantNoteLogoFig {}
#products #commonlist02 ul li .plantFigBlock {}
#products #commonlist02 ul li .plantFig {}
#products #commonlist02 ul li .plantWordList {
  padding: 0.5rem 0 0;
  text-align: center;
}
#products #commonlist02 ul li .plantWordItem {
  width: 100%;
}
#products #commonlist02 ul li .plantWordItem:last-of-type {
  margin: 0;
}
/* 2023.2.20 add plant Fin */


#products .lineup02 ul {
    border: #dcdddd 1px solid;
    overflow: hidden;
    padding: 25px 30px 18px 30px;
    margin: 5px 0 30px 0;
}

#products .lineup02 ul li {
	display:inline-block;
	line-height:2.0;
}
#products .lineup02 ul li:after {
	content: '／';
}

#products .lineup02 ul li:last-child:after {
	content:none;
}


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

products engine

---------------------------*/
#products #engine #commonlist03 ul li{
	width: 313px;
  margin-right: 20px;
	margin-bottom:20px;
}

@media screen and (min-width: 980px){
#products #engine #commonlist03 ul li:last-child {
	margin-right:0;
}
}
#products #engine #commonlist03 li:first-child img, 
#products #engine #commonlist03 li:nth-child(2) img,
#products #engine #commonlist03 li:nth-child(3) img{
	right:20px;
}

/*#products #engine #commonlist03 li:nth-child(3) img {
	right:30px;
}*/

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

products engine HR QR QG

---------------------------*/
#products #engine #hr,
 #products #engine #qr, 
 #products #engine #qg, 
 #products #engine #pr {
	letter-spacing:-0.4em;
}
#products #engine h3,
#products #engine h4,
#products #engine .lineup,
#products #engine .lineup02 {
	letter-spacing:normal;
}

#products #engine .text, 
#products #engine .img {
	letter-spacing:normal;
    display: inline-block;
    vertical-align: top;
		margin-bottom:20px;
}


#products #engine .text img {
    margin-top: 30px;
}

#products h4 {
    color: #154b92;
    font-weight: bold;
    font-size: 21px;
    margin-top: 25px;
}

#products .lineup, 
#products #engine #qg .lineup02 {
    margin-top: 20px;
}

#products .lineup ul {
    border: #dcdddd 1px solid;
    overflow: hidden;
    margin: 5px 0 30px 0;
}
#products .lineup ul li {
    text-align: center;
    float: left;
    margin-bottom: 25px;
	color: #000;
	display:block;
}
/* #products .lineup ul li:nth-child(5) {
	margin-right:0;
} */

/*#products .lineup ul li a:after {
	content: '>';
	padding-left: 3px;
}*/

/*#products #engine #hr strong {
    font-size: 16px;
}*/


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

products trans

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

#products #trans #commonlist03 ul li, 
#products #engine #commonlist03 ul li {
	float:left;
}
#products #trans #commonlist03 ul li {
	width:100%;
	margin-bottom:20px;
}

/* #products #trans #commonlist03 ul li:last-child {
	float:right;
} */
/* #products #trans #commonlist03 ul li a {
	width:460px;
} */
#products #commonlist03 ul li a {
	height:170px;
	margin-bottom:10px;
	display:block;
}
#products #commonlist03 ul li a span {
    position: absolute;
    left: 10px;
    top: 75px;
}

#products #commonlist03 li img, 
#products #commonlist03 li img {
    position: absolute;
}

#products #commonlist03 ul li a span {
    position: absolute;
    left: 10px;
    top: 75px;
}

#products #commonlist03 ul li p {
	color:#484848;
	font-size:12px;
}



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

products trans FF FR

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

#products #trans #f30b,
#products #trans #f52a,
#products #trans #gr6,
#products #trans #r31a {
	letter-spacing:-0.4em;
}

#products #trans h3,
#products #trans h4,
#products #trans .lineup,
#products #trans .lineup02 {
	letter-spacing:normal;
}
#products #trans .subtit {
	letter-spacing:normal;
	font-size: 24px;
    font-weight: bold;
    color: #154b92;
    border-bottom: #154b92 3px solid;
    margin-bottom: 20px;
}

#products #trans .text, 
#products #trans .img {
	letter-spacing:normal;
    display: inline-block;
    vertical-align: top;
		margin-bottom:20px;
}


/*#products #trans .img {
		width:41%;
}*/


#products #trans .text img {
    margin-top: 30px;
}

#products #trans #f30b .lineup02, 
#products #trans #f52a .lineup02, 
#products #trans #gr6 .lineup02 {
    margin-top: 20px;
}


#products .btn_nav ul li {
    margin-right: 20px;
	margin-bottom:20px;
}
#products .btn_nav ul li:last-child {
	margin-right:0;
}

#products .btn_nav ul li ul {
	padding: 10px 2px;
    background: #f6f6f6;
}
#products .btn_nav ul li:nth-child(6) ul {
    padding-left: 35px;
}

#products .btn_nav ul li ul li {
    width: auto;
	margin:0;
}

#products .btn_nav ul li ul li a {
    width: auto;
    background: #f6f6f6;
    font-size: 11px;
    margin-right: 12px;
    padding: 5px 0;
    float: left;
}
#products .btn_nav ul li ul li a:after {
    right: -10px;
    top: 5px;
    content: '>';
}
#products .btn_nav ul li ul li a:hover, 
#products .btn_nav ul li ul li a.on {
	color:#c9caca;
}
#products .btn_nav ul li:nth-child(6) ul li a {
    margin-right: 30px;
}
#products .btn_nav ul li ul li:last-child a {
    margin-right: 10px;
}

#products #trans .btn_nav02 {
    padding: 20px 0;
	background: #f2f2f3;
    width: 100%;
}

#products #trans .btn_nav02 li:nth-child(2n) {
	margin-right:0;
}


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

products plant

---------------------------*/
#products #plant #commonlist03 ul {
	letter-spacing:-0.4em;
	margin:0 10px;
}
#products #plant #commonlist03 ul li {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
}
#products #plant #commonlist03 ul li a {
	height:auto;
	padding:10px;
}

#products #plant #commonlist03 ul li a img {
	position:inherit;
	top:0;
	right:0;
}

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

parts

---------------------------*/
.productParts_anchor_list_block{
  background-color: rgba(242,242,242,1.00);
  padding: 1.25rem 0.625rem 0.625rem;
}
.productParts_anchor_list{
  display: flex;
  flex-wrap: wrap;
}
.productParts_anchor_list_menu{
  min-height: 40px;
  margin: 0 1.875rem 0.625rem 0;
  width: calc((100% - calc(1.875rem * 3)) / 4);
}
.productParts_anchor_list_menu:nth-of-type(4n){
  margin: 0 0 0.625rem 0;
}
.productParts_anchor_list_menu-link{
  align-items: center;
  background-color: rgba(21,74,146,1.00);
  color: rgba(255,255,255,1.00);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  padding: 5px 0.625rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.productParts_anchor_list_menu-link:hover{
  opacity: 0.2;
}
/* scheme */
.productParts_anchor_list_menu.fontSmall .productParts_anchor_list_menu-link{
  font-size: 0.625rem;
}
/* scheme Fin */
.productParts_anchor_list_menu-link:after{
  background-image: url(/src/img/common/btm_arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}
.productParts_anchor_list_menu_maxSmallText{
  font-size: 7px;
  display: inline-block;
  width: 100%;
}
.en .productParts_anchor_list_menu_maxSmallText{
  font-size: 10px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 750px) {
.productParts_anchor_list_menu{
  min-height: inherit;
  margin: 0 0 0.625rem 0;
  width: 100%;
}
/* scheme */
.productParts_anchor_list_menu.fontSmall .productParts_anchor_list_menu-link{
  font-size: 0.8125rem;
}
/* scheme Fin */
.productParts_anchor_list_menu_maxSmallText{
  font-size: 0.625rem;
}
.en .productParts_anchor_list_menu_maxSmallText{
  font-size: 0.625rem;
  }
}
#products #parts .btn_nav02 ul li {
    margin-right: 35px;
    margin-bottom: 10px;
}
#products #parts .btn_nav02 ul li:nth-child(2n) {
	margin-right:0;
}
@media screen and (min-width: 641px) {
#products #parts .btn_nav02 ul li:nth-child(2n) {
    margin-right: 35px;
}
}
@media screen and (min-width: 980px) {
#products #parts .btn_nav02 ul li:nth-child(4n) {
	margin-right:0;
	
}
}
#products #parts .btn_nav02 ul li a {}	

#products #parts .btn_nav02 ul li:nth-child(6) a, 
#products #parts .btn_nav02 ul li:nth-child(7) a,
#products #parts .btn_nav02 ul li:nth-child(8) a,
#products #parts .btn_nav02 ul li:nth-child(9) a {
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 0;
}
#products #parts .btn_nav02 ul li:nth-child(3) a {
    font-size: 12px; 
}
#products #parts .btn_nav02 ul {
    margin: 30px 0;
    padding: 20px 10px 10px;
}
#products #parts .btn_nav02 {
	background: #f2f2f3;
    width: 100%;
}

#products .parts_block {
	padding-top:50px;
	letter-spacing:-0.4em;
}
#products .parts_block p,
#products .parts_block h3,
#products .parts_block h4 {
	letter-spacing:normal;
}

#products .parts_block .text, 
#products .parts_block .img {
	letter-spacing:normal;
	margin-bottom:20px;
}

@media screen and (min-width: 770px) {
#products .parts_block .text, 
#products .parts_block .img {
    display: inline-block;
    vertical-align: top;
}

#products .parts_block .text {
	width:40%;
	margin-right:3%;
}

#products .parts_block .img {
	width:57%;
}
#products .parts_block .img.alignRight {
  text-align: right;
}
}
#products .parts_block .img span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}
#products .parts_block .img p {
    display: inline-block;
}
#products .parts_block .img img {
    margin-left: 10px;
}

#products #oilpan .img p:nth-child(3), 
#products #oilpan .img p:nth-child(4), 
#products #cap .img p:nth-child(3), 
#products #cap .img p:nth-child(4), 
#products #shaft .img p:nth-child(3), 
#products #mtcase .img p:nth-child(3), 
#products #mtcase .img p:nth-child(4) {
	margin-top:10px;
}
#products .parts_block table {
    border-bottom: #9e9998 1px solid;
    width: 100%;
}
#products #parts .dynacast {
    margin-top: 30px;
}

#products #parts .tit01 {
    font-size: 17px;
    font-weight: bold;
	margin-bottom:5px;
}
#products .parts_block table thead {
    background: #18488a;
    color: #fff;
}

#products .parts_block table th {
    font-weight: normal;
	border-right: #9e9998 1px solid;
}

#products .parts_block table thead th,
#products .parts_block table thead td {
    padding: 5px 12px;
    text-align: center;
    border-right: #fff 1px solid;
}

#products .parts_block table th, 
#products .parts_block table td {
    text-align: center;
}

#products .parts_block table tbody th, 
#products .parts_block table tbody td {
    font-size: 13px;
}

#products .parts_block table tbody td {
    border-right: #9e9998 1px solid;
    padding: 5px 0;
}

#products .parts_block table .gray {
    background: #eeefef;
}

#products .parts_block table th:last-child,
#products .parts_block table td:last-child {
	border-right:none;
}

#products #wateroutlet .text p {
    margin-bottom: 50px;
}

#products #trans_m .text, 
#products #trans_m .img, 
#products #gear .img, 
#products #clutch .text {
	width:auto;
}


#products #trans_m, 
#products #gear {
	position:relative;
	height:400px;
}


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

reduction

---------------------------*/
#products #reduction #gensoku,
#products #reduction #zougensoku,
#products #reduction #evGensoku,
#products #reduction #epowerFrZougensoku,
#products #reduction #epowerRrGensoku{
	letter-spacing:-0.4em;
}

#products #reduction h3,
#products #reduction h4,
#products #reduction .lineup,
#products #reduction .lineup02 {
	letter-spacing:normal;
}
 
#products #reduction h3 {
	font-size: 24px;
    font-weight: bold;
    color: #154b92;
    border-bottom: #154b92 3px solid;
    margin-bottom: 20px;
}

#products #reduction .text, 
#products #reduction .img {
	letter-spacing:normal;
    display: inline-block;
    vertical-align: top;
		margin-bottom:20px;
}

#products #reduction .text img {
    margin-top: 30px;
}
#products #reduction .text small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

#products #reduction .btn_nav02 {
    padding: 20px 0;
	background: #f2f2f3;
    width: 100%;
}

#products #reduction .btn_nav02 ul {
	padding:0 5%;
}
#products #reduction .btn_nav02 li:nth-child(2n) {
	margin-right:0;
}
#products #commonlist03 ul li a:after {
    content: url(../img/products/products_arrow.png);
    position: absolute;
    top: 80px;
    right: 10px;
}

@media screen and (min-width: 751px) {
#products #commonlist02 ul{}
#products #commonlist02 ul li{
  margin: 0 15px 20px 0;
  width: calc((100% - 45px) / 4);  
  } 
#products #commonlist02 ul li:nth-of-type(4n){
  margin: 0 0 20px 0;
  } 
#products #commonlist02 ul li a {
  width: 100%;
    /*width: 180px;*/
    /*height: 254px;*/
  
    /*2023.2.14 add*/
    height: 280px;
}
#products #commonlist02 ul li a span {
    background: url(../img/products/products_arrow.png) no-repeat center right;
}
/* 2023.2.20 add plant */
#products #commonlist02 ul li.plant {  
  margin: 0 0 20px 0;
  width: calc(((100% - calc(8px * 2)) / 4) * 2);
  }
#products #commonlist02 ul li .plantLnk {
  height: 100%;
  padding: 10px 30px 10px 10px;
  }
#products #commonlist02 ul li .plantNoteBlock {
  width: 100%;
  /*width: calc(100% - 220px);*/
  }
#products #commonlist02 ul li .plantNoteThm {
  margin: 0 0 1rem;
  }
#products #commonlist02 ul li .plantNoteLogo {
  align-items: center;
  display: flex;
  height: calc(((100% - 20px) - 30px) - 1rem);
  justify-content: flex-start;
  }
#products #commonlist02 ul li .plantNoteLogoFig {}
#products #commonlist02 ul li .plantFigBlock {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -1.5rem 1rem 0 auto;
  width: 220px;
  }
#products #commonlist02 ul li .plantFig {}
#products #commonlist02 ul li .plantWordList {}
#products #commonlist02 ul li .plantWordItem {}
/* 2023.2.20 add plant Fin */

#environment .btn_nav ul li, 
#products .btn_nav ul li  {
    float: left;
    width: 225px;
}
#products #trans #commonlist03 ul li {
	width:49%;
	margin-right:2%;
}
#products #trans #commonlist03 ul li:nth-child(2n) {
	margin-right:0;
}
#products #engine .text {
	width:68%;
    margin-right: 2%;
}
#products #engine .textW100 {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
	width:100%;
}
#products #engine .img {
		width:30%;
}
#products #engine .imgW100 {
  padding: 1.875rem 0;
  text-align: center;
}
#products .lineup ul {
    padding: 25px 0 0 30px;
}
#products .lineup ul li {
    width: 150px;
    margin-right: 39px;
}
#products .lineup ul li img {
    height: 90px;
}
#products .lineup02 ul {
    padding: 20px 30px;
}
#products .lineup02 ul li:after {
	padding: 0 5px;
}
#products #commonlist03 li:first-child img {
    top: 30px;
    right: 40px;
}
#products #trans #commonlist03 li:last-child img, 
#products #engine #commonlist03 li img {
    top: 10px;
	right:30px;
}

#products #trans .btn_nav02 ul {
	padding:0 15%;
}
#products #trans .text {
	width: 52%;
    margin-right: 6%;
}
#products #reduction .text {
	width:68%;
    margin-right: 2%;
}

#products #reduction .img {
		width:30%;
}
#products #parts .btn_nav02 ul li {
    width: 209px;
}
#products #wateroutlet .img p:last-child {
    margin-top: 20px;
}

#products #trans_m .img, 
#products #gear .img{
	position:absolute;
	right:10px;
	top:120px;
}
#products #gear .text {
	width:60%;
}

#products #plant #commonlist03 ul {
	text-align:center;
}
#products .inner div + h2 {
	font-size: 30px;
}

}
@media screen and (max-width: 750px) {
#products #intro article {
	background-image:url(../img/intro/products_main_sp.jpg);
}
#products #commonlist02 ul li{
  margin: 0 15px 20px 0;
  width: calc((100% - 15px) / 2);  
  } 
#products #commonlist02 ul li:nth-of-type(2n){
  margin: 0 0 20px 0;
  } 
#products #commonlist02 ul li a {
    /*width: 47%;*/
    /*height: 200px;*/
  
    /*2023.2.14 add*/
    height: 260px;
}
#products #commonlist02 ul{} 
#products #commonlist02 ul li{} 
#products #commonlist02 ul li:nth-child(2) a span {
	letter-spacing: -1px; 
}
#products #commonlist02 ul li:nth-child(2) a, 
#products #commonlist02 ul li:nth-child(4) a {
	margin-right:0;
}
#products #commonlist02 ul li a img {
    width: 80%;
}
/* 2023.2.20 add plant */
#products #commonlist02 ul li.plant {
  width: 100%;
  }
#products #commonlist02 ul li .plantLnk {
  background: none;
  flex-wrap: wrap;
  height: auto;
  padding: 10px;
  }
#products #commonlist02 ul li .plantNoteBlock {
  margin: 0 0 1rem;
  width: 100%;
  }
#products #commonlist02 ul li .plantNoteThm {
  margin: 0 auto 1rem;
  }
#products #commonlist02 ul li .plantNoteLogo {}
#products #commonlist02 ul li .plantNoteLogoFig {}
#products #commonlist02 ul li .plantFigBlock {
  margin: 0 auto;
  width: 80%;
  }
#products #commonlist02 ul li .plantFig {}
#products #commonlist02 ul li .plantWordList {}
#products #commonlist02 ul li .plantWordItem {}
/* 2023.2.20 add plant Fin */

#environment .dl_btn {
    width: 201px;
    margin: 0 auto;
}
#environment #commonlist {
    padding-top: 30px;
}
.btn_nav ul li {
    float: none;
    width: 100%;
}
#products #engine .img, 
#products #trans .img, 
#products #reduction .img, 
#products #parts .img p {
    width: 80%;
    padding-left: 50px;
}
#products #engine .imgW100 {
  padding: 1.25rem 0;
}
#products .lineup ul {
    padding: 5% 5% 0 5%;
}
#products .lineup ul li {
    width: 47%;
    margin-right: 6%;
}
#products .lineup ul li:nth-child(2), 
#products .lineup ul li:nth-child(4), 
#products .lineup ul li:nth-child(6) {
	margin-right:0;
}
#products .lineup02 ul {
    padding: 10px;
}
#products #engine #commonlist03 ul li{
	width: 100%;
}
#products #trans #commonlist03 li img {
    right: 35px;
    width: 50%;
}
#products #trans #commonlist03 li:first-child img {
    top: 55px;
}
#products #trans #commonlist03 li:nth-child(2) img {
    top: 10px;
}
#products #plant #commonlist03 ul li a:after {
	content:none;
}
#products #trans .btn_nav02 ul {
	padding:0 9%;
}
#products #parts .btn_nav02 ul li {
    width: 100%;
}
#products .parts_block .img p {
    margin-bottom: 10px;
}
#products .inner div + h2 {
	font-size: 20px;
}
#products #parts .img .dynacast p {
    width: 100%;
    padding-left: 0;
    margin: 10px 0 10px 0;
}

}

/* 2022.09.30 add */
#products #reduction .tableBlk{}
#products #reduction .table{
  width: 100%;
}
#products #reduction .tabItm{}
#products #reduction .tabHead{
  background-color: rgba(20,70,141,1);
  color: rgba(255,255,255,1);
}
#products #reduction .tabBody{}
#products #reduction .tabCell{
  padding: 5px 0;
  text-align: center;
}
#products #reduction .tabHead .tabCell{
  border: 1px rgba(255,255,255,1) solid;
}
#products #reduction .tabBody .tabItm{
  border-bottom: 1px rgba(153,153,153,1) dashed;
}
#products #reduction .tabBody .tabCell{
  border-right: 1px rgba(153,153,153,1) solid;  
  font-weight: 600;
}
#products #reduction .tabBody .tabCell:first-of-type{
  line-height: 1.3;
}
#products #reduction .tabBody .tabCell:last-of-type{
  border-right: none;
}
#products #reduction .tabBody .tabItm:last-of-type{
  border-bottom: 1px rgba(153,153,153,1) solid;
}
#products #reduction .bgDblue{
  background-color: rgba(14,49,107,1);
}
#products #reduction .bgGray{
  background-color: rgba(179,179,179,1.00);
}
#products #reduction .tabBody .bdrbtm{
  border-bottom: 1px rgba(153,153,153,1) solid;
}

@media screen and (min-width: 751px) {
#products #reduction .tableBlk{
  margin: 1.875rem 0 0;
  }
#products #reduction .table{}
#products #reduction .tabItm{}
#products #reduction .tabHead{}
#products #reduction .tabBody{}
#products #reduction .tabCell{}
}
@media screen and (max-width: 750px) {
#products #reduction .tableBlk{
  margin: 1.25rem 0 0;
  }
#products #reduction .table{}
#products #reduction .tabItm{}
#products #reduction .tabHead{}
#products #reduction .tabBody{}
#products #reduction .tabCell{}
}
/* 2022.09.30 add-fin */


/* 2022.10.31 add */
/*-------------------------


multi_logger


---------------------------*/
.mltLgrComingSoon{  
  font-weight: 400;
}

.mltLgrMvGrp{}
.mltLgrMv{}
.mltLgrMvNte{
  color: rgba(21,75,140,1);
  font-weight: 600;
}
.mltLgrAbtGrp{}
.mltLgrAbtMenuGrp{}
.mltLgrAbtMenuGrp:last-of-type{
  margin: 0;
}
#products h4.mltLgrAbtMenuTtl{
  align-items: center;
  background-color: rgba(21,75,140,1);
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  display: flex;
  font-weight: 400;
  justify-content: center;
  padding: 2px 0 0;
  position: relative;
  text-align: center;
}
#products h4.mltLgrAbtMenuTtl:after{
  border-color: rgba(21,75,140,1) transparent transparent transparent;
  border-style: solid;  
  content: "";
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  top: calc(100% - 1px);
  width: 0;
  z-index: 150;
}
.mltLgrAbtTrblFig{}
.mltLgrAbtAnswGrp{}
.mltLgrAbtAnswFigBlk{}
.mltLgrAbtAnswFig{}
.mltLgrAbtAnswFig:last-of-type{
  margin: 0;
}
.mltLgrAbtAnswFigMovieBlk{
  margin: 0 auto;
}
.mltLgrAbtAnswFigMovie{
  position: relative;
}
.mltLgrAbtAnswFigMov{
  border: 1px rgba(204,204,204,1) solid;
  width: 100%;
  height: auto;
}

.mltLgrCaseGrp{}
.mltLgrCaseMenuGrp{}
.mltLgrCaseMenuGrp:last-of-type{
  margin: 0;
}
#products h4.mltLgrCaseMenuTtl{}
.mltLgrCaseMenuBlk{
  display: flex;
}
.mltLgrCaseMenuCol{}
.mltLgrCaseMenuThm{
  color: rgba(21,75,146,1);
  font-weight: 600;
  position: relative;
}
.mltLgrCaseMenuThm:before{
  background-image: url("/src/img/products/multi_logger_case_double_arrow_blue");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;  
}
.mltLgrCaseMenuSubThm{
  font-weight: 600;
}
.mltLgrCaseMenuSubThmSml{}
.mltLgrCaseMenuLst{}
.mltLgrCaseMenuItm{
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}
.mltLgrCaseMenuItm:last-of-type{
  margin: 0;
}
.mltLgrCaseMenuNte{
  font-size: 0.875rem;
  font-weight: 600;
}
.mltLgrCaseMenuLblBlk{}
.mltLgrCaseMenuLbl{
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  display: block;
  line-height: 1;
  padding: 6px 0 4px;
  text-align: center;
}
.mltLgrCaseMenuLbl.blue{
  background-color: rgba(0,160,233,1);
}
.mltLgrCaseMenuLbl.red{
  background-color: rgba(228,0,127,1);
}
/*.mltLgrCaseMenu2ColBlk{
  display: flex;
}*/
.mltLgrCaseMenuFig{
  text-align: center;
}

.mltLgrCaseReviewGrp{
  background-color: rgba(21,75,140,1);
  position: relative;
}
.mltLgrCaseReviewGrp:before{
  background-image: url("/src/img/products/multi_logger_mark_site.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  position: absolute;  
}
.mltLgrCaseReviewNte{
  color: rgba(255,255,255,1);
}
.mltLgrCaseReviewFigBlk{
  display: flex;
}
.mltLgrCaseReviewFig{}

.mltLgrSpecGrp{}
.mltLgrSpecTabSPNote{}
.mltLgrSpecTabGrp{}
.mltLgrSpecTab{
  width: 100%;
}
.mltLgrSpecTabHead{
  background-color: rgba(1,64,153,1);
  color: rgba(255,255,255,1);
}
.mltLgrSpecTabBody{}
.mltLgrSpecTabItm{}
.mltLgrSpecTabCell{
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.mltLgrSpecTabHead .mltLgrSpecTabCell{
  border: 1px rgba(255,255,255,1) solid;
}
.mltLgrSpecTabBody .mltLgrSpecTabItm{}
.mltLgrSpecTabBody .mltLgrSpecTabItm:nth-of-type(odd){
  background-color: rgba(255,255,255,1);
}
.mltLgrSpecTabBody .mltLgrSpecTabItm:nth-of-type(even){
  background-color: rgba(238,239,239,1);
}
.mltLgrSpecTabBody .mltLgrSpecTabCell{
  border-left: 1px rgba(0,0,0,1) solid;
  border-right: 1px rgba(0,0,0,1) solid;
  border-top: 1px rgba(0,0,0,1) solid;
}
.mltLgrSpecTabBody .mltLgrSpecTabCell:first-of-type{
  background-color: rgba(211,229,246,1);
  border-left: none;
}
.mltLgrSpecTabBody .mltLgrSpecTabCell:last-of-type{
  border-right: none;
}
.mltLgrSpecTabCell.bordertopNone{
  border-top: none;
}
.mltLgrSpecTabCell.textalignLeft{
  text-align: left;
}
.mltLgrSpecTabCell.bgLightBlue{
  background-color: rgba(211,229,246,1);
}
.mltLgrSpecTabBtmLst{}
.mltLgrSpecTabBtmItm{
  font-size: 0.875rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.mltLgrContactGrp{}
.mltLgrContMenuGrp{}
#products h4.mltLgrContMenuTtl{
  align-items: center;
  background-color: rgba(237,108,0,1);
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  display: flex;
  font-weight: 400;
  justify-content: center;
  padding: 2px 0 0;
  position: relative;
  text-align: center;
}
#products h4.mltLgrContMenuTtl:after{
  border-color: rgba(237,108,0,1) transparent transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  top: calc(100% - 1px);
  width: 0;
  z-index: 150;
}
.mltLgrContMenuLstGrp{
  background-color: rgba(242,242,242,1);
}
.mltLgrContMenuLstItm{
  font-weight: 600;
  position: relative;
}
.mltLgrContMenuLstItm:last-of-type{
  margin: 0;
}
.mltLgrContMenuLstItm:before{
  background-color: rgba(237,108,0,1);
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
}

.mltLgrContMenuBtnGrp{}
.mltLgrContMenuBtn{
  margin: 0 auto;
}
.mltLgrContMenuBtnLnk{
  align-items: center;
  background-color: rgba(21,75,140,1);
  border: 1px rgba(21,75,140,1) solid;
  box-sizing: border-box;
  color: rgba(255,255,255,1);
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.mltLgrContMenuBtnLnk:after{
  border-right: 2px rgba(255,255,255,1) solid;
  border-top: 2px rgba(255,255,255,1) solid;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  width: 8px;
}

@media screen and (min-width: 751px) {
.pc_only{
  display: inline-block;
  }
.sp_only{
  display: none;
  }

.mltLgrComingSoon{
  padding: 1rem 0;
  font-size: 1.5rem;
  }

.mltLgrMvGrp{
  margin: 0 0 4.375rem;
  }
.mltLgrMv{
  margin: 0 0 1.875rem;
  }
.mltLgrMvNte{
  font-size: 1.375rem;
  line-height: 1.75;
  }
.mltLgrAbtGrp{
  margin: 0 0 3.75rem;
  }
.mltLgrAbtMenuGrp{
  margin: 0 0 2.8125rem;
  }
#products h4.mltLgrAbtMenuTtl{
  font-size: 1.5rem;
  /*height: 50px;*/
  margin: 0 0 3.75rem;
  padding: 0.5rem 0;
  }
#products h4.mltLgrAbtMenuTtl:after{
  border-width: 20px 20px 0 20px;
  left: calc(50% - 20px);
  top: calc(100% - 1px);
  }
.mltLgrAbtTrblFig{}
.mltLgrAbtAnswGrp{}
.mltLgrAbtAnswFigBlk{
  margin: 0 0 1.625rem;
  }
.mltLgrAbtAnswFig{
  margin: 0 0 1.125rem;
  }
.mltLgrAbtAnswFigMovieBlk{
  max-width: 760px;
  }
.mltLgrAbtAnswFigMovie{}
.mltLgrAbtAnswFigMov{}

.mltLgrCaseGrp{
  margin: 0 0 5.625rem;
  }
.mltLgrCaseMenuGrp{
  margin: 0 0 4.6875rem;
  }
#products h4.mltLgrCaseMenuTtl{
  border-bottom: 3px rgba(21,75,146,1) solid;
  margin: 0 0 2rem;
  padding: 0 5px 0.5rem;
  }
.mltLgrCaseMenuBlk{
  margin: 0 0 3.125rem;
  }
.mltLgrCaseMenuBlk.align_flex_end{
  align-items: flex-end;
  }
.mltLgrCaseMenuCol{}
.mltLgrCaseMenuCol:nth-of-type(1){
  margin: 0 1rem 0 0;
  width: 510px;
  }
.mltLgrCaseMenuCol:nth-of-type(2){
  width: calc((100% - 1rem) - 510px);
  }
.mltLgrCaseMenuThm{
  font-size: 1.5rem;
  margin: 0 0 1.875rem;
  padding: 0 0 0 2rem;
  }
.mltLgrCaseMenuThm:before{
  height: 25px;
  top: 4px;
  width: 25px;
  }
.mltLgrCaseMenuSubThm{
  font-size: 1.5rem;
  margin: 0 0 1rem;
  }
.mltLgrCaseMenuSubThmSml{
  font-size: 1.35rem;
  }
.mltLgrCaseMenuLst{
  margin: 0 0 1.5rem;
  }
.mltLgrCaseMenuItm{
  margin: 0 0 0.4rem;
  }
.mltLgrCaseMenuNte{
  line-height: 2;
  margin: 0 0 0.5rem;
  }
.mltLgrCaseMenuLblBlk{
  margin: 0 0 1rem;
  }
.mltLgrCaseMenuLbl{
  font-size: 1.25rem;
  margin: 0 0 1rem;
  }
/*.mltLgrCaseMenu2ColBlk{}*/
.mltLgrCaseMenuFig{}
.mltLgrCaseMenuFig .w100per{
  width: 100%;
  }
.mltLgrCaseReviewGrp{
  padding: 2.5rem 1.8rem;
  /*padding: 1.75rem;*/
  }
.mltLgrCaseReviewGrp:before{
  height: 58px;
  right: 9px;
  top: 9px;
  width: 58px;
  }
.mltLgrCaseReviewNte{
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  }
.mltLgrCaseReviewFigBlk{}
.mltLgrCaseReviewFig{
  margin: 0 0.9375rem 0 0;
  width: calc((100% - 2.8125rem) / 4);
  }
.mltLgrCaseReviewFig:nth-of-type(4n){
  margin: 0;
  }

.mltLgrSpecGrp{
  margin: 0 0 5.625rem;
  }
.mltLgrSpecTabSPNote{
  display: none;
  }
.mltLgrSpecTabGrp{}
.mltLgrSpecTab{}
.mltLgrSpecTabHead{}
.mltLgrSpecTabBody{}
.mltLgrSpecTabItm{}
.mltLgrSpecTabCell{
  font-size: 1rem;
  padding: 0.5rem 1rem;
  }
.mltLgrSpecTabHead .mltLgrSpecTabCell{
  font-size: 1.125rem;
  }
.mltLgrSpecTabBtmLst{
  padding: 0.5rem 0;
  }
.mltLgrSpecTabBtmItm{
  line-height: 1.5;
  }

.mltLgrContactGrp{}
.mltLgrContMenuGrp{}
#products h4.mltLgrContMenuTtl{
  font-size: 1.5rem;
  margin: 0 0 3.75rem;
  padding: 0.5rem 0;
  }
#products h4.mltLgrContMenuTtl:after{
  border-width: 20px 20px 0 20px;
  left: calc(50% - 20px);
  top: calc(100% - 1px);
  }
.mltLgrContMenuLstGrp{
  margin: 0 auto 2.5rem;
  padding: 1.875rem 2rem;
  max-width: 750px;
  }
.mltLgrContMenuLstItm{
  font-size: 1.25rem;
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
  }
.mltLgrContMenuLstItm:before{
  height: 20px;
  top: 3px;
  width: 20px;
  }

.mltLgrContMenuBtnGrp{}
.mltLgrContMenuBtn{
  width: 275px;
  }
.mltLgrContMenuBtnLnk{
  font-size: 0.9375rem;
  height: 45px;
  transition: all 0.3s;
  }
.mltLgrContMenuBtnLnk:hover{
  background-color: rgba(255,255,255,1);
  color: rgba(21,75,140,1);
  }
.mltLgrContMenuBtnLnk:after{
  right: 10px;
  transition: all 0.3s;
}
.mltLgrContMenuBtnLnk:hover:after{
  border-right: 2px rgba(21,75,140,1) solid;
  border-top: 2px rgba(21,75,140,1) solid;
}

}
@media screen and (max-width: 750px) {
.pc_only{
  display: none;
  }
.sp_only{
  display: inline-block;
  }

.mltLgrComingSoon{
  padding: 1rem 0;
  font-size: 1.25rem;
  }

.mltLgrMvGrp{
  margin: 0 0 3rem;
  }
.mltLgrMv{
  margin: 0 0 1.25rem;
  }
.mltLgrMvNte{
  font-size: 1rem;
  line-height: 1.5;
  }
.mltLgrAbtGrp{
  margin: 0 0 3rem;
  }
.mltLgrAbtMenuGrp{
  margin: 0 0 1.5rem;
  }
#products h4.mltLgrAbtMenuTtl{
  font-size: 1rem;
  margin: 0 0 2rem;
  padding: 0.5rem 0
  }
#products h4.mltLgrAbtMenuTtl:after{
  border-width: 10px 10px 0 10px;
  left: calc(50% - 10px);
  }
.mltLgrAbtTrblFig{}
.mltLgrAbtAnswGrp{}
.mltLgrAbtAnswFigBlk{
  margin: 0 0 1.25rem;
  }
.mltLgrAbtAnswFig{
  margin: 0 0 0.5rem;
  }
.mltLgrAbtAnswFigMovieBlk{}
.mltLgrAbtAnswFigMovie{}
.mltLgrAbtAnswFigMov{}

.mltLgrCaseGrp{
  margin: 0 0 1.875rem;
  }
.mltLgrCaseMenuGrp{
  margin: 0 0 4rem;
  }
#products h4.mltLgrCaseMenuTtl{
  border-bottom: 2px rgba(21,75,146,1) solid;
  margin: 0 0 2rem;
  padding: 0 5px 0.5rem;
  }
.mltLgrCaseMenuBlk{
  flex-wrap: wrap;
  margin: 0 0 1.875rem;
  }
.mltLgrCaseMenuCol{}
.mltLgrCaseMenuThm{
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 1.5rem;
  }
.mltLgrCaseMenuThm:before{
  height: 18px;
  top: 3px;
  width: 18px;
  }
.mltLgrCaseMenuSubThm{
  font-size: 1.125rem;
  margin: 0 0 1rem;
  }
.mltLgrCaseMenuSubThmSml{}
.mltLgrCaseMenuLst{
  margin: 0 0 1.5rem;
  }
.mltLgrCaseMenuItm{
  margin: 0 0 0.5rem;
  }
.mltLgrCaseMenuNte{
  line-height: 1.75;
  }
.mltLgrCaseMenuLblBlk{
  margin: 0 0 0.8rem;
  }
.mltLgrCaseMenuLbl{
  font-size: 1.125rem;
  margin: 0 0 0.8rem;
  }
/*.mltLgrCaseMenu2ColBlk{
  flex-wrap: wrap;
  }*/
.mltLgrCaseMenuFig{
  padding: 1rem;
  width: 100%;
  }
.mltLgrCaseReviewGrp{
  padding: 3rem 1rem 1rem;
  /*padding: 1rem;*/
  }
.mltLgrCaseReviewGrp:before{
  height: 40px;
  right: 5px;
  top: 5px;
  width: 40px;
  }
.mltLgrCaseReviewNte{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  }
.mltLgrCaseReviewFigBlk{
  flex-wrap: wrap;
  }
.mltLgrCaseReviewFig{
  margin: 0 0.9375rem 0.9375rem 0;
  width: calc((100% - 0.9375rem) / 2);
  }
.mltLgrCaseReviewFig:nth-of-type(2n){
  margin: 0 0 0.9375rem 0;
  }

.mltLgrSpecGrp{
  margin: 0 0 1.875rem;
  }
.mltLgrSpecTabSPNote{
  display: block;
  padding: 0.5rem 0 0;
  text-align: center;
  }
.mltLgrSpecTabGrp{
  overflow-x: scroll;
  }
.mltLgrSpecTab{
  width: 980px;
  }
.mltLgrSpecTabHead{}
.mltLgrSpecTabBody{}
.mltLgrSpecTabItm{}
.mltLgrSpecTabCell{
  font-size: 1.125rem;
  padding: 0.4rem 1rem;
  }
.mltLgrSpecTabBtmLst{
  padding: 0.5rem 0;
  }
.mltLgrSpecTabBtmItm{
  margin: 0 0 0.5rem;
  line-height: 1.75;
  }
.mltLgrSpecTabBtmItm:last-of-type{
  margin: 0;
  }

.mltLgrContactGrp{}
.mltLgrContMenuGrp{}
#products h4.mltLgrContMenuTtl{
  font-size: 1rem;
  margin: 0 0 2rem;
  padding: 0.5rem 0;
  }
#products h4.mltLgrContMenuTtl:after{  
  border-width: 10px 10px 0 10px;
  left: calc(50% - 10px);
  }
.mltLgrContMenuLstGrp{
  margin: 0 auto 1.5rem;
  padding: 1rem 5px;
  }
.mltLgrContMenuLstItm{
  font-size: 1rem;
  margin: 0 0 0.8rem;
  padding: 0 0 0 1.5em;
  }
.mltLgrContMenuLstItm:before{
  height: 16px;
  top: 3px;
  width: 16px;
  }

.mltLgrContMenuBtnGrp{}
.mltLgrContMenuBtn{
  width: 90%;
  }
.mltLgrContMenuBtnLnk{
  font-size: 0.875rem;
  height: 50px;
  }
.mltLgrContMenuBtnLnk:after{
  right: 10px;
}

}
/* 2022.10.31 add-fin */

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


powertrain


---------------------------*/
#powertrain #intro article {
	background-image:url(../img/intro/powertrain_main.jpg);
}
@media screen and (max-width: 750px) {
#powertrain #intro article {
	background-image:url(../img/intro/powertrain_main_sp.jpg);
	background-position: center top 60%;
}
}

#powertrain #intro {
    background: #f08200;
}
#powertrain h3 {
    color: #0075c2;
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}

#powertrain #power_cont section {
    overflow: hidden;
}



#powertrain .power_tit {
    background: #0075c2;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 152px;
    position: relative;
    line-height: 30px;
}

#powertrain .power_tit:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 0;
    border-color: #0074c2 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

#powertrain .power_box .long {
    width: 290px;
}

#powertrain .power_box {
    margin-top: 50px;
    border: #0075c2 3px solid;
}

#powertrain .power_box .text {
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 65%;
}

#powertrain .power_box img {
    float: right;
}

#powertrain .power_box div:nth-child(2) {
    overflow: hidden;
    padding: 20px 30px;
}

#powertrain .power_box .text .space {
    /* background: #7b8084; */
    color: #0075c2; 
    border: #0075c2 1px solid;
    padding: 4px 0 2px 10px;
    margin: 30px 0 5px 0;
}

#powertrain #link_nav ul li a span {
    text-indent: -9999px;
    display: block;
}

#powertrain #link_nav {
    margin: 60px 0 100px 0;
}
#powertrain #link_navarticle＃link‗nav ul {
    display: flex;
}

#powertrain #link_nav ul {
    display: flex;
    flex-wrap: wrap;
}
#powertrain #link_nav ul li {
    width: 32%;
}
#powertrain #link_nav ul li img {
    width: 100%;
}

#powertrain #link_nav ul li:nth-child(2), 
#powertrain #link_nav ul li:nth-child(5) {
    margin: 0 2%;
}
@media screen and (min-width: 751px){
#powertrain #power_cont section article:first-child {
    float: left;
}

#powertrain #power_cont section article:nth-child(2), 
#environment #global-warming section ul li span {
    float: right;
}
#powertrain #power_cont section article img {
    margin-top: 20px;
}
#powertrain .power_box .text .space {
    width: 40%;
}

}

@media screen and (max-width: 750px) {
#powertrain #intro .inner h1 {
    line-height: 1.5;
    font-size: 1.5em; 
}
#powertrain h3 {
	font-size: 18px;
}
#powertrain #power_cont section article {
    float: none;
    width: 95%;
    margin: 0 auto 20px auto;
}
#powertrain #power_cont section article img {
    margin-top: 10px;
}
#powertrain section article .power_tit {
    width: 152px;
}
#powertrain .power_tit {
	width:auto;
}
#powertrain .power_box div:nth-child(2) {
    padding: 20px;
}
#powertrain .power_box .text, 
#powertrain .power_box img {
    float: none;
}

#powertrain .power_box .text, 
#powertrain .power_box .long {
    width: auto;
}
#powertrain .power_box img {
    margin-top: 20px;
}
#powertrain .power_box .img {
	text-align:center;
}
#powertrain #link_nav h3 {
    padding-left: 10px;
}
#powertrain #link_nav ul li {
    display: block;
	margin-right:0;
    text-align: center;
}
#powertrain .power_box .text .space {
    width: 80%;
}
#environment #global-warming section ul li span {
	display:block;
	margin-top:5px;
}
#environment #global-warming .caution img {
	max-width: 40%;
    display: block;
    margin-bottom: 5px;
}
#environment #global-warming .caution {
	padding:0 10px;
}
#powertrain #link_nav ul li {
    width: 48%;
}

#powertrain #link_nav ul li:nth-child(2),
#powertrain #link_nav ul li:nth-child(4) {
    margin: 0 0 0 2%;
}
#powertrain #link_nav ul li:nth-child(5) {
    margin-left: inherit;
}

}




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


news


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

#news #intro article {
	background-image:url(../img/intro/news_main.jpg);
}

#news #intro {
    background: #13a0ef;
}
#news #news_cont ul li {
    float: left;
    height: 27px;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    text-align: center;
}

#news #news_cont ul {
    overflow: hidden;
    position: relative;
}

#news #news_cont ul li a {
    color: #c4c4c4;
    height: 100%;
    padding: 5px 0;
    font-size: 12px;
		line-height:1;
		display:block;
}

#news #news_cont ul li:last-child {
    border-right: #cccccc 1px solid;
}

#news #news_cont ul:after {
	content: '';
    background-color: #cccccc;
    height: 1px;
    width: 60%;
    position: absolute;
    bottom: 0;
	}

#news #news_cont ul .on a {
    color: #000;
}

#news #news_cont ul .on {
    border-bottom: none;
}

#news #news_cont li a:hover {
    color: #000;
}
#news #news_cont dd a span {
    background: url(../img/environment/flash_ico.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 5px;
}
#news dl {
    margin-bottom: 20px;
}

#news .list-pagenavi, 
#news .backlist {
    text-align: center;
    margin: 100px 0;
}
#news .list-pagenavi ul li, 
#news .backlist ul li {
	display: inline-block;
	vertical-align:middle;
}
#news .list-pagenavi ul li {
	margin-left: 10px;
}
#news .list-pagenavi ul li:nth-child(2) {
	margin-right:0;
}
#news .list-pagenavi li a {
	color: #c7c7c7;
    font-size: 12px;
    padding: 0 8px;
}
#news .list-pagenavi li a.on, 
#news .list-pagenavi li a:hover {
	color:#000;
}
#news .list-pagenavi li.prev {
    background: url(../img/common/arrow_prev.png) no-repeat center center;
}
#news .list-pagenavi li.next {
    background: url(../img/common/arrow_next.png) no-repeat center center;
}
@media screen and (min-width: 751px) {
#news #news_cont ul li {
    width: 10%;
}
#news #news_cont ul {
    margin-bottom: 50px;
}
#contact #contact_cont form {
    margin-top: 20px;
}
}
@media screen and (max-width: 750px) {
#news #intro article {
	background-image:url(../img/intro/news_main_sp.jpg);
}
#news #news_cont ul li {
    width: 22%;
}
#news #news_cont ul {
    margin-bottom: 20px;
}

}
/*-------------------------


contact


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

#contact #intro article {
	background-image:url(../img/intro/contact_main.jpg);
}

#contact #intro {
    background: #ecedee;
}

#contact #contact_cont dl {
    width: 100%;
}

#contact #contact_cont dd {
    background: #efefef;
	padding-right:30px;
}
@media screen and (min-width: 641px){

#contact #contact_cont dl {
    display: table;
	table-layout:fixed;
}

#contact #contact_cont dt {
    background: #efefef;
    width: 25%;
    border-right: #fff 2px solid;
		border-bottom:none;
	font-weight:bold;
}

#contact #contact_cont dt, 
#contact #contact_cont dd {
    display: table-cell;
	word-break:break-all;
}

#contact #contact_cont dd {
    width: 75%;
    background: #efefef;
	padding-right:30px;
}


}

#contact #contact_cont dt span {
    background: #ca0915;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    margin-left: 10px;
    display: inline-block;
}
#contact #contact_cont dd input[type="text"] {
    border: none;
    padding: 18px 15px;
    width: 97%;
}
#contact #contact_cont dd .caution {
    display: block;
    margin-top: 5px;
}
#contact #contact_cont dd #emailchk1,
#contact #contact_cont dd #emailchk2 {
    width: 45%;
}

#contact #contact_cont .copy {
    margin: 30px 0 20px 0;
}

#contact #contact_cont dd ul li p {
    margin: 20px 0 5px 0;
}

#contact #contact_cont dd .w-46per01 input, 
#contact #contact_cont dd .w-46per02 input {
    width: 46%;
}

#contact #contact_cont dd .w-46per01 {
    margin-right: 9px;
}

#contact #contact_cont dd .w-46per02 {
    margin-left: 9px;
}

#contact #contact_cont dt small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    width: 75%;
	font-weight:normal;
}

#contact #contact_cont dd label {
	font-weight:bold;
}

#contact #contact_cont dd .radio {
	margin-right:7px;
}
#contact #contact_cont dd .check {
	/*letter-spacing:-0.4em;*/
	margin-bottom:10px;
}
#contact #contact_cont dd .check li {
	letter-spacing: normal;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 5px;
}

#contact #contact_cont dd textarea {
    width: 97%;
    border: none;
	padding: 1%;
}

#contact #btn-confirm {
	text-align:center;
	position:relative;
	margin:30px 0;
}

#contact #btn-confirm span:after {
	left:62%;
}

#contact #submitbtn {
	text-align:center;
	margin:30px 0;
}

#contact #btn-confirm .send, 
#contact #submitbtn .okbtn {
	background: #154b92;
}


#contact #btn-confirm .send, 
#contact #submitbtn .backbtn, 
#contact #submitbtn .okbtn {
	color: #fff;
	font-size: 15px;
	padding: 10px 100px;
	border: none;
	cursor: pointer;
}

#contact #submitbtn .backbtn {
	background: #a1a0a0;
}
#contact #submitbtn .backbtn, 
#contact #submitbtn .okbtn {
	margin: 0 5px;
	width:250px;
	display:inline-block;
	padding:10px 60px;
	position:relative;
}

#contact #submitbtn .okbtn span:after {
	left:93%;
}
#contact #submitbtn .okbtn span:after,  
#contact #btn-confirm span:after {
	content: url(../img/common/btm_arrow02.png);
	position:absolute;
	top:25%;

}
#contact #submitbtn .backbtn span:before {
	content: url(../img/common/btm_arrow03.png);
	position:absolute;
	top:25%;
	left:5%;
}
#contact #contact_cont .main_text, 
#contact #contact_cont .text p {
    text-align: center;
	line-height:3;
}

#contact #contact_cont .main_text {
    font-size: 30px;
    font-weight: bold;
}
#contact #contact_cont dd #emailchk1 {
	margin-right:1%;
}
#contact #contact_cont dd #emailchk2 {
	margin-left:1%;
}
.error p {
    margin-top: 0;
    color: #ca0915;
}

#contact #contact_cont dd ul li .error p {
    margin-top: 0;
}

/*#contact #contact_cont dd .radio {
	display:none;
}
#contact #contact_cont dd .radio + #contact #contact_cont dd .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}
#contact #contact_cont dd .radio:checked + #contact #contact_cont dd .radio-icon:before {
  content: "\f3a7";
  color: #17bcdf;
}
*/
@media screen and (min-width: 751px){
#contact #contact_cont dl {
    border-bottom: #fff 2px solid;
}
#contact #contact_cont dt, 
#contact #contact_cont dd {
    padding: 20px 0 20px 25px;
}
}
@media screen and (max-width: 750px) {
#contact #intro article {
	background-image:url(../img/intro/contact_main_sp.jpg);
}
#contact #contact_cont dl {
    border-bottom: #fff 4px solid;
}
#contact #contact_cont dt {
    background: #efefef;
    border-bottom: #a8a8a8 1px dotted;
    font-weight: bold;
}
#contact #contact_cont dt, 
#contact #contact_cont dd {
    padding: 10px 0 10px 10px;
}
#contact #contact_cont form {
	margin-top: 30px;
}
#contact #contact_cont dt small {
	width:100%;
}

}

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


recruit


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

#recruit #intro {
    background: #73bff0;
}
#recruit #intro article {
	background-image:url(../img/intro/recruit_main.jpg);
}
@media screen and (max-width: 750px) {
#recruit #intro article {
	background-image:url(../img/intro/recruit_main_sp.jpg);
}
}

@media screen and (min-width: 980px){
#recruit #recruit_list {
    overflow: hidden;
		letter-spacing:-0.4em;
}

#recruit #recruit_list .leftArea {
  letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	margin-bottom:20px;
}

#recruit #recruit_list ul {
  letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
}
#recruit #recruit_list div span {
    text-indent: -9999px;
    display: block;
}

#recruit #recruit_list ul li {
	max-width:415px;
    position: relative;
}
#recruit_list ul li:nth-child(2) {
	
	margin-top:15px;
}
#recruit #recruit_list ul li span {
    position: absolute;
    font-size: 26px;
}
#recruit #recruit_list ul li:first-child span {
    color: #fff;
    left: 3%;
}
#recruit_list ul li:nth-child(2) span {
    color: #000;
    left: 26%;
}

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

recruit fresh

---------------------------*/
#recruit #commonlist ul {
	margin:0 10px;
}
@media screen and (min-width: 481px){
#recruit #commonlist ul li {
    width:49%;
		margin-right:1%;
}
}
@media screen and (min-width: 680px){
#recruit #commonlist ul li {
    width:320px;
		margin-right:10px;
}
}

@media screen and (min-width: 980px){
#recruit #commonlist ul {
	margin:0;
}
#recruit #commonlist ul li:nth-child(3n) {
	margin-right:0;
}
}

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

recruit fresh info

---------------------------*/
#recruit #fresh .tableSet dd ul li {
  padding-bottom: 10px;
}
#recruit #fresh .tableSet dd ul li.jobitem {
  padding: 0 0 10px 1em;
  text-indent: -1em;
}

#recruit #fresh .tableSet dd ul li:last-child {
  padding-bottom: 0;
}
#recruit #fresh .tableSet dd ul li.jobitem:last-child {
  padding-bottom: 0;
}

#recruit #fresh .tableSet img {
    margin-top: 10px;
}
#recruit #fresh .tableSet #flow ul li { position:relative; }
#recruit #fresh .tableSet #flow ul li p.agenda:after {
    background: #6d6d6d;
    content: '';
    left: 50%;
    height: 80%;
    position: absolute;
    top: 100%;
    width: 4px;
}
#recruit #fresh .tableSet #flow ul li p {
	display: inline-block;
	vertical-align: middle;
}
#recruit #fresh .tableSet #flow ul li p.agenda {
	 width: 35%;
	 color: #fff;
	 padding: 8px 20px;
	 border-radius: 40px;
	 -webkit-border-radius: 40px;
	 -moz-border-radius: 40px;
	 font-size: 16px;
	 background: #1e9be2;
	 text-align: center;
	 position:  relative;
	}
#recruit #fresh .tableSet dd .num {
    margin-top: 20px;
}

#recruit #fresh .tableSet dd .disc:before {
    content: '・';
}

#recruit #fresh .tableSet dd .square:before {
    content: '■';
}
#recruit #fresh .tableSet dl.gray dd a {
    display:  inline-block;
    vertical-align:  middle;
    margin-right: 10px;
}


#recruit #fresh .tableSet #flow ul li p.flow_text {
    width: 60%;
    margin-left: 10px;
}
#recruit #fresh .tableSet dd #flow ul {
    padding: 10px 0;
}

#recruit #fresh .tableSet dd #flow ul li {
    padding-bottom: 20px;
}

#recruit #fresh .tableSet dd #flow ul li:last-child {
    padding-bottom: 0;
}
#recruit #fresh .tableSet #flow ul li:last-child p.agenda:after {
    content:  none;
}




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

recruit mentor

---------------------------*/
#recruit .mentor .contentsMain {
	letter-spacing:-0.4em;
}
#recruit .mentor .text {
    line-height: 1.7;
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
  width: 57%;
	margin-right:3%;
}
#recruit .mentor .imageArea {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
  width: 40%;
}


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

recruit education

---------------------------*/
#recruit .education .contentsMain {
	letter-spacing:-0.4em;
		margin-bottom:20px;
}
#recruit .education .text {
    line-height: 1.7;
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
  width: 57%;
	margin-right:3%;
}
#recruit .education .imageArea {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
  width: 40%;
}
#recruit .education .r_block {
		margin-bottom:20px;
}

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

recruit qa

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

#recruit .faq .qa { font-weight:bold; }
#recruit .faq .ques span, 
#recruit .faq .answer span {
    display: inline-block;
    padding: 5px 12px;
    font-size: 19px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
	}

#recruit .faq .ques span {
    background: #525252;
}

#recruit .faq .answer span {
    background: #154b92;
}

#recruit .faq .ques, 
#recruit .faq .answer {
	padding: 18px 0 15px 20px;
}
#recruit .faq .ques p {
    display: inline-block;
    font-size: 18px;
    color: #525252;
}

#recruit .faq .line, 
#recruit .faq .line01 {
    display: inline-block;
}

#recruit .faq .line {
    width: 90%;
    vertical-align: top;
}

#recruit .faq p.line, 
#recruit .faq p.line01,  
#recruit .faq .line p {
    font-size: 18px;
    color: #154b92;
}
#recruit .faq .ques {
    background: #e6e6e6;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    margin-bottom: 1px;
}

#recruit .faq .qa ul {
    margin-top: 30px;
}

#recruit .faq .answer {
    background: #d2dce8;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

#recruit .faq .answer strong {
    display: block;
    font-size: 19px;
    color: #154b92;
    margin-top: 10px;
}


#recruit .faq p.line ul {
    margin-top: 10px;
}

#recruit .faq .qa .line ul {
    margin-top: 5px;
}

#recruit .faq .qa .line ul li {
    list-style-type: disc;
    margin-left: 30px;
}
#recruit .faq .qa ul:last-child .line ul li {
    list-style-type: none;
    margin-left: 10px;
}

#recruit .faq .other {
    margin-top: 70px;
}

#recruit .faq .other h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: #154b92 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#recruit .faq .other .tit {
    background: #154b92;
    border-bottom: none;
}

#recruit .faq .other article p {
    background: #154b92;
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 10px;
}

#recruit .faq .other article {
    font-weight: bold;
    margin: 25px 0;
}

#recruit .faq .other article ul {
    font-size: 16px;
    padding-left: 5px;
}

#recruit .faq .other article ul li {
    margin-bottom: 2px;
}

#recruit .faq .other article ul .tel span {
    font-size: 23px;
}


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

recruit voice

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

#recruit .voice .copy, 
#recruit #senior_cont .copy {
    color: #154b92;
    font-weight: bold;
	margin-bottom: 15px;
}

#recruit .voice .voive_nav {
    background: #f2f2f3;
    overflow: hidden;
}


#recruit .voice .num, 
#recruit #senior_cont .num {
	font-family: 'Oswald', sans-serif;
}


#recruit .voice .voive_nav .num span {
    font-size: 30px;
    padding-left: 5px;
}

#recruit .voice .voive_nav li {
    float: left;
    overflow: hidden;
	position:relative;
    margin-bottom: 20px;
}
#recruit .voice .voive_nav li .img  img { width: 100%;}
#recruit .voice .voive_nav li a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#recruit .voice .voive_nav li a:hover {
    background-color: #f2f2f3;
}

#recruit .voice .voive_nav .text {
    background: #154b92;
    color: #fff;
   /* float: left;*/
}


#recruit .voice .voive_nav .name {
    font-weight: bold;
}

#recruit .voice .voive_nav .name span {
    font-size: 14px;
    font-weight: normal;
}

#recruit .voice .voive_nav li:nth-child(2) {
    margin: 0 2%;
}

#recruit #senior_cont .num {
    font-size: 21px;
    color: #154b92;
    border-bottom: #154b92 1px solid;
    padding-left: 5px;
	margin-bottom:30px;
}

#recruit #senior_cont .num span {
    font-size: 35px;
    padding-left: 5px;
}


#recruit #senior_cont #senior01 {
    padding-top: 100px;
}

#recruit #senior_cont .head {
		width:100%;
    background: #154b92;
		position:relative;
}

#recruit #senior_cont .head .imageArea img {
  width:100%;
}
#recruit #senior_cont .head .text {
    color: #fff;
    text-align: center;
}


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

careers

---------------------------*/
.cr_table {
    margin-top: 2rem;
}
.cr_table p {
    font-size: 1rem;
    font-weight: 600;
    color: #154b92;
    margin-bottom: 0.5rem;
}
.cr_table table th {
    background-color: rgba(39, 119, 223, 0.2);
}

.cr_table table th, .cr_table table td {
    padding: 0.3rem 3rem;
    text-align: center;
    border-right: #ccc 1px solid;
}
.cr_table table {
    border: #ccc 1px solid;
    border-right: none;
}

@media screen and (min-width: 780px){
#recruit #senior_cont .head {
  display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#recruit #senior_cont #senior02 .head,
#recruit #senior_cont #senior04 .head {
	-webkit-flex-direction: row-reverse;
  flex-direction:         row-reverse;
}
#recruit #senior_cont .head .imageArea {
}

#recruit #senior_cont .head .text {
	vertical-align:middle;
	width:320px;
}
}


#recruit #senior_cont .copy {
    margin: 50px 0 30px 0;
}

#recruit #senior_cont .head, 
#recruit #senior_cont .voice_block, 
#recruit #senior_cont .voice_block02 {
    overflow: hidden;
}

#recruit #senior_cont .voice_block img {
    float: left;
    margin-right: 40px;
		margin-bottom:20px;
}


#recruit #senior_cont .voice_block .text p:nth-child(2), 
#recruit #senior_cont .voice_block02 .text p:nth-child(3) {
    margin-top: 20px;
}

#recruit #senior_cont .voice_block02 img {
    float: right;
    margin-left: 40px;
}

#recruit #senior_cont #senior01 .voice_block02,
#recruit #senior_cont #senior02 .voice_block,
#recruit #senior_cont #senior03 .voice_block02, 
#recruit #senior_cont #senior04 .voice_block {
    margin-top: 30px;
}

#recruit #senior_cont .text .indent {
    text-indent: 1em;
}

#recruit #senior_cont .voice_block .text, 
#recruit #senior_cont .voice_block02 .text {
    line-height: 1.7;
}

#recruit #senior_cont .inner {
    padding-bottom: 0;
}

#recruit #senior_cont #senior02, 
#recruit #senior_cont #senior04 {
    background: #f2f2f3;
}
#recruit #senior_cont {
	padding-bottom:0;
}


@media screen and (min-width: 751px){
#recruit #recruit_list ul li span {
    top: 34%;
}
#recruit #fresh .tableSet #flow {
    position: relative;
}
#recruit #fresh .tableSet #flow span {
    margin: 20px auto;
}
#recruit .voice .copy, 
#recruit #senior_cont .copy {
    font-size: 30px;
}
#recruit .voice .voive_nav li {
    width: 32%;
}
#recruit .voice .voive_nav .text {
    height: 139px;
    padding: 8px 0 0 15px;
	text-align: center;
}

#recruit .voice .voive_nav .num {
    font-size: 18px;
    margin-bottom: 15px;
}
#recruit .voice .voive_nav .name {
    font-size: 28px;
}
#recruit .voice .voive_nav .name span {
    margin-left: 10px;
}
#recruit .voice .voive_nav {
    padding: 23px;
}
#recruit .voice .voive_nav li:nth-child(3), 
#recruit .voice .voive_nav li:nth-child(4) {
    margin-bottom: 0;
}
#recruit #senior_cont #senior01, 
#recruit #senior_cont #senior02, 
#recruit #senior_cont #senior03, 
#recruit #senior_cont #senior04 {
    padding: 50px 0;
}
#recruit #senior_cont .head .text {
    font-size: 18px;
}

#recruit #senior_cont .head .text .name {
    font-size: 53px;
}
#sitemap #sm_cont section ul li.long {
	width: 19.5em;
}
}

@media screen and (max-width: 750px) {

#recruit #recruit_list ul li span {
    top: 28%;
	left:15%
}
#recruit #fresh .tableSet #flow {
	margin:5px 0;
}
#recruit #fresh .tableSet #flow:after {
	content:none;
}
#recruit #fresh .tableSet dl dt, 
#recruit #careers .tableSet dl dt {
	width:25%;
	padding: 10px 0 10px 10px;
}
#recruit #fresh .tableSet dl {
	position:relative;
}
#recruit #fresh .tableSet #flow ul li p.agenda:after {
    content:  none;
}

#recruit #fresh .tableSet #flow ul li p.flow_text {
    width: 95%;
    margin-top: 10px;
}

#recruit #fresh .tableSet dd #flow ul li {
    padding-bottom: 10px;
}

#recruit #fresh .tableSet #flow ul li p.agenda {
    width: 95%;
}
#recruit .mentor .text, 
#recruit .education .text {
	width:100%;
	margin-right:0;
}
#recruit .mentor .imageArea, 
#recruit .education .imageArea {
	width: 80%;
    padding-left: 50px;
    margin-top: 20px;
}
#recruit .voice .copy, 
#recruit #senior_cont .copy {
    font-size: 20px;
}
#recruit .voice .voive_nav li {
    width: 100%;
	height:150px;
	float: none;
}
#recruit .voice .voive_nav li:nth-child(2) {
    margin: 0 0 20px 0;
}
#recruit .voice .voive_nav .text {
    width: 55%;
    padding: 3px 0 0 10px;
    float: left;
    height: 100%;
}
#recruit .voice .voive_nav .img {
    width: 45%;
    float: left;
}

#recruit .voice .voive_nav .num {
    font-size: 15px;
}
#recruit .voive_nav .text p:nth-child(2) {
    font-size: 95%;
}
#recruit .voice .voive_nav .name {
    font-size: 25px;
	line-height: 1.4;
}
#recruit .voice .voive_nav .name span {
	display:block;
}

#recruit .voice .voive_nav {
    padding: 3%;
}
#recruit #senior_cont #senior01, 
#recruit #senior_cont #senior02, 
#recruit #senior_cont #senior03, 
#recruit #senior_cont #senior04 {
    padding: 25px 0;
}
#recruit #senior_cont .head .text {
	padding:10px 0;
	font-size:16px;
}
#recruit #senior_cont .head .text .name {
    font-size: 40px;
}
#recruit .faq .answer span {
	margin-bottom:5px;
}
#recruit #senior_cont .voice_block img, 
#recruit #senior_cont .voice_block02 img {
	margin-bottom:10px;
	
}
#recruit .voice .voive_nav .img img, 
#recruit #senior_cont .voice_block img, 
#recruit #senior_cont .voice_block02 img {
	width:100%;
}

.cr_table {
    width: 95%;
    margin: 2rem auto 0;
}

.cr_table table {
    width: 95%;
}

.cr_table table th, .cr_table table td {
    padding: 0.3rem;
}

}

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

recruit careers

---------------------------*/
#recruit .end .text {
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}
#recruit .end {
	padding-bottom:60px;
}

#careers .cr_box {
    margin-top: 30px;
}

#careers .cr_box h4 {
   font-size:  1.2em;
    color: #154b92;
    font-weight: 600;
    margin-bottom: 0.2em;
}
#careers .cr_block {
    margin-bottom: 2em;
}

#careers .cr_box ul {
    margin-bottom: 1em;
    text-indent: 2em;
}

#careers .cr_text_p {
    text-indent: 1em;
    font-weight: 600;
}

#careers .con li {
    font-size: 1.1em;
    line-height: 1.7;
    font-weight: 600;
}

#careers .con li.tel span {
    font-size: 1.3em;
}

#careers .caution span { display: block; }

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


privacy


---------------------------*/
#privacy #intro {
    background: #dfe5f2;
}
#privacy #intro article {
	background-image:url(../img/intro/pp_main.jpg);
}
@media screen and (max-width: 750px) {
#privacy #intro article {
	background-image:url(../img/intro/pp_main_sp.jpg);
}
#careers .text {
    width: 95%;
    margin: 0 auto;
}

#careers .cr_text_p, #careers .cr_box ul {
    text-indent: inherit;
}

}

#privacy #pp_cont {
    padding-top: 20px;
}

#privacy #pp_cont section {
    padding-top: 30px;
}

#privacy #pp_cont .pp_top_note {
    padding-bottom: 30px;
}

#privacy #pp_cont section dl dt {
    color: #154b92;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

#privacy #pp_cont dl {
    margin-bottom: 30px;
}

#privacy p.caution {
     font-size: 95%;
}

#privacy #pp_cont dl .pp_Itm_list {
  padding-top: 15px;
}
#privacy #pp_cont dl .pp_Itm_Subj {
  color: #154b92;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
#privacy #pp_cont dl .pp_Itm_menu {
  margin: 0 0 1rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#privacy #pp_cont dl .pp_Itm_menu:last-of-type {
  margin: 0;
}
#privacy #pp_cont dl .pp_Itm_menu_thm {
  display: inline-block;
  margin: 0 0 0.3rem;
  padding: 0 0 0 2.7em;
  text-indent: -2.7em;
}
#privacy #pp_cont dl .pp_chd_list {
  padding: 0 1.3rem;
}
#privacy #pp_cont dl .pp_chd_menu {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#privacy #pp_cont dl .pp_Itm_btm_note {
  padding: 1em 0 0;
}

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


sitemap


---------------------------*/
#sitemap #intro {
    background: #bd9577;
}
#sitemap #intro article {
	background-image:url(../img/intro/sitemap_main.jpg);
}
#sitemap #sm_cont section ul {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
		letter-spacing:-0.4em;
}
#sitemap #sm_cont section ul li {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	width: 14.5em;
    font-size: 12px;
    margin-right: 19px;
    margin-bottom: 15px;
}


#sitemap #sm_cont section ul li ul li {
    width: 100%;
    float: none;
    margin: 0;
    border: none;
}

#sitemap #sm_cont section ul li a {
    color: #000;
    border-bottom: #cfcfcf 1px solid;
    padding-bottom: 5px;
	background:url(../img/common/nav_arrow.png) no-repeat;
	background-position: top 0 right;
	/*background-position: top 2px right;*/
	display:block;
}
#sitemap #sm_cont section ul li a:hover {
	background:url(../img/common/smnav_arrow_over.png) no-repeat;
	background-position: top 0 right; 
	/*background-position: top 2px right; */
}

#sitemap #sm_cont h4 {
    background: #efefef;
    padding: 5px 0 5px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
}

#sitemap #sm_cont section ul li ul li a {
    border: none;
    margin: 0 0 10px 40px;
	background-position: top right;
}
#sitemap #sm_cont section ul li ul li a:hover {
	background-position: top right;
}

#sitemap #sm_cont section .part, 
#sitemap #sm_cont section part02 {
    position: relative;
}

#sitemap #sm_cont section .part:before, 
#sitemap #sm_cont section .line1:before,
#sitemap #sm_cont section .line3:before,
#sitemap #sm_cont section .line5:before{
	content: '';
	background: #cfcfcf;
	width: 1px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 15px;
	}

#sitemap #sm_cont section ul li ul li a:before {
    content: '';
    background: #cfcfcf;
    width: 20px;
    height: 1px;
    position:absolute;
    left: 15px;
    top: 10px;
}

#sitemap #sm_cont section ul li ul li, 
#sitemap #sm_cont section .line1,
#sitemap #sm_cont section .line3,
#sitemap #sm_cont section .line5{
    position: relative;
}

#sitemap #sm_cont section .line1:before {
    height: 31px;
}
#sitemap #sm_cont section .line3:before {
    height: 98px;
}
#sitemap #sm_cont section .line5:before {
    height: 163px;
}


#anchorbox {
    padding: 18px 0 0 18px;
    margin: 15px 0 25px;
    background: #f2f2f3;
}

#anchorbox .Button {
    overflow: hidden;
    width: 210px;
    height: 37px;
    margin: 0 12px 10px;
    padding: 0;

    display: inline-block;
}
#anchorbox .Button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #154b92;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-decoration:none;
  letter-spacing: normal;
}

#anchorbox .Button a:hover {
    background: #2763b1;
}
#anchorbox .Button a:after {
  border-bottom: 2px rgba(255,255,255,1.00) solid;
  border-right: 2px rgba(255,255,255,1.00) solid;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-70%) rotateZ(45deg);
  width: 8px;
}
@media screen and (max-width: 750px) {
#anchorbox .Button {
	width: 95%;
    margin: 0 auto 10px auto;
	}
	
#sitemap #intro article {
	background-image:url(../img/intro/sitemap_main_sp.jpg);
}
#sitemap #sm_cont section ul li {
    width: 97%;
    padding-left: 10px;
}
}

/*#IconList1 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 46%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
#IconList1 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 41%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #154b92;
}
#IconList1 a:hover:after {
    background: #2763b1;
}*/

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


recruit > voice 
2023.06.16 add


---------------------------*/
/*--------------
  List
--------------*/
.voice_list{
  display: flex;
  flex-wrap: wrap;
}
.voice_list_column{}
.voice_list_link{
  color: rgba(0,0,0,1.00);
  display: flex;
  flex-wrap: wrap;
}
.voice_list_fig_block{}
.voice_list_fig{
  position: relative;
}
.voice_list_fig_label{
  align-items: center;
  background-color: rgba(21,75,147,1.00);
  border: 1px rgba(21,75,147,1.00) solid;
  color: rgba(255,255,255,1.00);
  display: flex;
  justify-content: center;  
  line-height: 1;
  position: absolute;
  transform: skewX(-15deg);
  z-index: 10;
}
/* scheme */
/*.voice_list_fig_label.technical,
.voice_detail_main_note_label.technical{
  background-color: rgba(21,75,147,1.00);
  border: 1px rgba(21,75,147,1.00) solid;
}
.voice_list_fig_label.skill,
.voice_detail_main_note_label.skill{
  background-color: rgba(21,75,147,1.00);
  border: 1px rgba(21,75,147,1.00) solid;
}
.voice_list_fig_label.office,
.voice_detail_main_note_label.office{
  background-color: rgba(21,75,147,1.00);
  border: 1px rgba(21,75,147,1.00) solid;
}*/
/* scheme Fin */
.voice_list_fig_label_text{
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 3px 0 0;
  transform: skewX(15deg);
}
.voice_list_title_block{}
.voice_list_title_department{
  display: block;
  font-weight: bold;
}
.voice_list_title_name_group{
  display: flex;
}
.voice_list_title_name_block{}
#recruit .voice h3.voice_list_title_name{
  font-weight: bold;
}
.voice_list_title_join_company{
  display: inline-block;
  font-weight: bold;
}
.voice_list_title_number_block{
  text-align: right;
}
.voice_list_title_number{
  color: rgba(115,150,197,0.5);
  display: inline-block;
  font-weight: lighter;
  line-height: 1;
}
/*--------------
  Detail
--------------*/
.voice_detail{}
.voice_detail_main_block{}
.voice_detail_main_outer{}
.voice_detail_main_inner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.voice_detail_main_inner:after{
  background-color: rgba(232,241,252,1.00);
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: absolute;
}
.voice_detail_main_fig{
  position: relative;
  z-index: 10;
}
.voice_detail_main_note{
  position: relative;
  z-index: 10;
}
.voice_detail_main_note_label{
  align-items: center;
  background-color: rgba(21,75,147,1.00);
  border: 1px rgba(21,75,147,1.00) solid;
  color: rgba(255,255,255,1.00);
  display: flex;
  justify-content: center;
  line-height: 1;
  transform: skewX(-15deg);
  z-index: 10;
}
.voice_detail_main_note_label_text{
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 3px 0 0;
  transform: skewX(15deg);
}
.voice_detail_main_note_department{
  font-weight: bold;
}
#recruit .voice h3.voice_detail_main_note_name{
  font-weight: bold;
}
.voice_detail_main_note_join_company{
  display: block;
}
.voice_detail_main_note_university{
  display: block;
}
.voice_detail_main_note_number{
  color: rgba(115,150,197,0.5);
  display: block;
  font-weight: lighter;
  line-height: 1;
  text-align: right;
}
.voice_detail_main_note_text{}
.voice_detail_sub_block{}
.voice_detail_sub{}
.voice_detail_sub:last-of-type{
  margin: 0;
}
.voice_detail_sub_fig{}
.voice_detail_sub_note{}
.voice_detail_sub_note:last-of-type{
  margin: 0;
  }
.voice_detail_sub_note_theme{
  color: rgba(21,75,147,1.00);
  font-weight: bold;
}
.voice_detail_sub_note_text{}
@media screen and (min-width: 751px) {
/*--------------
  List
--------------*/
.voice_list{
  padding: 2.5rem 0;
  }
.voice_list_column{
  margin: 0 0 2.8125rem;
  padding: 0 2.8125rem;
  width: calc(100% / 3);
  }
.voice_list_link{
  transition: all 0.3s;
  }
.voice_list_link:hover{
  background-color: rgba(21,75,147,0.2);
  color: rgba(21,75,147,1.00);
  }
.voice_list_fig_block{
  margin: 0 0 0.875rem;
  width: 100%;
  }
.voice_list_fig{}
.voice_list_fig img{
  transition: all 0.3s;
  }
.voice_list_fig_label{
  height: 35px;
  left: -2.5rem;
  top: 1rem;
  transition: all 0.3s;
  width: 130px;
  }
.voice_list_link:hover .voice_list_fig_label{
  background-color: rgba(255,255,255,1.00);
  color: rgba(21,75,147,1.00);
  }
.voice_list_fig_label_text{
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  }
.voice_list_title_block{
  transition: all 0.3s;
  width: 100%;
  }
.voice_list_link:hover .voice_list_title_block{
  padding: 0 0.5rem;
  }
.voice_list_title_department{
  font-size: 1.25rem;
  margin: 0 0 0.3rem;
  }
.voice_list_title_name_group{}
.voice_list_title_name_block{
  padding: 0 1rem 0 0;
  width: calc(100% - 80px);
  }
#recruit .voice h3.voice_list_title_name{
  font-size: 1.25rem;
  }
.voice_list_title_join_company{
  font-size: 1rem;
  }
.voice_list_title_number_block{
  width: 80px;
  }
.voice_list_title_number{
  font-size: 3.75rem;
  }
/*--------------
  Detail
--------------*/
.voice_detail{
  padding: 0 1.5rem;
  }
.voice_detail_main_block{
  margin: 0 0 3.125rem;
  }
.voice_detail_main_outer{}
.voice_detail_main_inner{
  align-items: center;
  width: fit-content;
  }
.voice_detail_main_inner:after{
  height: 350px;
  right: 0;
  top: 1.25rem;
  transform: skewX(-8deg);
  width: calc(100% - 2.5rem);
  }
.voice_detail_main_fig{
  margin: 0 2.1875rem 0 0;
  width: 305px;
  }
.voice_detail_main_note{
  padding: 3rem 0 0;
  width: 350px;
  }
.voice_detail_main_note_label{
  height: 35px;
  margin: 0 0 1.25rem;
  width: 130px;
  }
.voice_detail_main_note_label_text{
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  }
.voice_detail_main_note_department{
  font-size: 1.5rem;
  }
#recruit .voice h3.voice_detail_main_note_name{
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  }
.voice_detail_main_note_join_company{  
  font-size: 1.25rem;
  }
.voice_detail_main_note_university{
  font-size: 1.25rem;
  }
.voice_detail_main_note_number{
  font-size: 3.2rem;
  padding: 2rem 3rem 0 0;
  }
.voice_detail_main_note_text{
  font-size: 1rem;
  line-height: 1.75;
  padding: 3.5rem 0 0;
  }
.voice_detail_sub_block{}
.voice_detail_sub{
  margin: 0 0 8.125rem;
  overflow: auto;
  }
.voice_detail_sub_fig{}
.voice_detail_sub_note{
  margin: 0 0 10rem;
  }
.voice_detail_sub_note_theme{
  font-size: 1.25rem;
  margin: 0 0 1rem;
  }
.voice_detail_sub_note_text{
  font-size: 1rem;
  line-height: 1.75;
  }
/* scheme */
.voice_detail_sub:nth-of-type(2n-1){}
.voice_detail_sub:nth-of-type(2n-1) .voice_detail_sub_fig{
  float: right;
  margin: 0 0 0 1rem;
  }
.voice_detail_sub:nth-of-type(2n){}
.voice_detail_sub:nth-of-type(2n) .voice_detail_sub_fig{
  float: left;
  margin: 0 1rem 0 0;
  }
/* scheme Fin */
}/* min-width:751px */
@media screen and (max-width: 750px) {
/*--------------
  List
--------------*/
.voice_list{
  padding: 1.5rem 0;
  }
.voice_list_column{
  margin: 0 auto 3.125rem;
  /*padding: 0 4.375rem;*/
  }
.voice_list_column:last-of-type{
  margin: 0;
  }
.voice_list_link{
  justify-content: center;
  }
.voice_list_fig_block{
  margin: 0 0 0.5rem;
  }
.voice_list_fig{}
.voice_list_fig_label{
  height: 30px;
  left: 0;
  top: 0.5rem;
  width: 120px;
  }
.voice_list_fig_label_text{
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  }
.voice_list_title_block{
  width: 80%;
  }
.voice_list_title_department{
  font-size: 1.125rem;
  margin: 0 0 0.3rem;
  }
.voice_list_title_name_group{
  align-items: flex-end;
  }
.voice_list_title_name_block{
  padding: 0 1rem 0 0;
  width: calc(100% - 65px);
  }
#recruit .voice h3.voice_list_title_name{
  font-size: 1.5rem;
  }
.voice_list_title_join_company{
  font-size: 1rem;
  }
.voice_list_title_number_block{
  width: 65px;
  }
.voice_list_title_number{
  font-size: 3.2rem;
  }
/*--------------
  Detail
--------------*/
.voice_detail{
  padding: 0 0.5rem;
  }
.voice_detail_main_block{
  margin: 0 0 2.5rem;
  }
.voice_detail_main_outer{}
.voice_detail_main_inner{
  justify-content: center;
  padding: 1rem;
  }
.voice_detail_main_inner:after{
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  }
.voice_detail_main_fig{
  margin: 0 0 1rem;
  text-align: center;
  width: 100%;
  }
.voice_detail_main_note{
  width: 90%;
  }
.voice_detail_main_note_label{
  height: 30px;
  margin: 0 0 1.25rem;
  width: 120px;
  }
.voice_detail_main_note_label_text{
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  }
.voice_detail_main_note_department{
  font-size: 1.25rem;
  }
#recruit .voice h3.voice_detail_main_note_name{
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  }
.voice_detail_main_note_join_company{
  font-size: 1.125rem;
  }
.voice_detail_main_note_university{
  font-size: 1.125rem;
  }
.voice_detail_main_note_number{
  font-size: 3.75rem;
  padding: 1rem 0 0;
  }
.voice_detail_main_note_text{
  font-size: 1rem;
  line-height: 1.75;
  padding: 1.5rem 0 0;
  }
.voice_detail_sub_block{}
.voice_detail_sub{
  margin: 0 0 4rem;
  }
.voice_detail_sub_fig{
  margin: 0 0 1rem;
  text-align: center;
  }
.voice_detail_sub_note{
  margin: 0 0 2rem;
  }
.voice_detail_sub_note_theme{
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  }
.voice_detail_sub_note_text{
  font-size: 1rem;
  line-height: 1.75;
  }
}/* max-width:750px */
