@media screen and (min-width:1449.5px){
	#UnderlayerOuter{
		min-height: 32vw;
	}
}


.company #companyIn{
    display: flex;
    justify-content: space-between;
}
.company #companyIn .menuLink{
    width: 32%;
    box-shadow: 0px 1px 5px #aaa;
    position: relative;
	background: #fff;
}
.company #companyIn .menuLink a{
	display: block;
}
.company #companyIn .menuLink .title{
    display: block;
    width: 90%;
    font-size: 24px;
    font-weight: bold;
    margin: 30px auto 0;
    color: #2F3948;
    line-height: 1.3;
    padding-bottom: 30px;
}
.company #companyIn .menuLink .title::before,
.company #companyIn .menuLink .title::after{
    content: "";
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    margin: auto;
    width: 1em;
    height: 1px;
    background: #2355A1;
}
.company #companyIn .menuLink .title::after{
    width: 0.4em;
    transform: rotate(45deg);
    bottom: 0.65em;
}
.company #companyIn .menuLink .text{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}
.company #companyIn .menuLink a .photo{
    overflow: hidden;
}
.company #companyIn .menuLink a .photo img{
    transition: 0.2s;
}
.company #companyIn .menuLink a:hover{
    text-decoration: none;
}
.company #companyIn .menuLink a:hover .photo img{
    transform: scale(1.1, 1.1);
}
/*-------------汎用----------------------*/
.UnderlayerOuterIn:nth-of-type(n+2){
    padding: 0 40px;
}
.blue{
    color: #2355A1;
}
.jumpLink{
    margin-bottom: 60px;
}
.jumpLink ul{
    display: flex;
	flex-wrap: wrap;
}
.jumpLink ul li{
    border-right: solid 1px #707070;
    font-size: 18px;
    padding: 0 1em 0 1em;
	margin-bottom: 0.3em;
}
.jumpLink ul li:last-child{
    border-right: none;
}
.jumpLink ul li a{
    color: #2355A1;
    position: relative;
    display: flex;
	line-height: 1.2em;
	padding-right: 1em;
}
.jumpLink ul li a:hover{
    text-decoration: none;
}
.jumpLink ul li a::after{
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: #2355A1 solid 2px;
    border-right: #2355A1 solid 2px;
    display: block;
    transform: rotate(135deg);
    margin-left: 0.5em;
	position: absolute;
	top: 0.2em;
	right: 0;
}
.jumpLink ul li a:hover:before {
    width: 100%;
}
.jumpLink ul li a::before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    display: block;
    background: #2355A1;
    transition: 0.2s;
}
/*サブタイトル*/
.disc {
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 2em 40px;
    line-height: 1.5em;
    color: #2F3948;
}
.disc span.blue{
	color: #2355A1;
}
.disc span.size01{
	font-size: 130%;
}
/*list*/
ol.list li{
    list-style: decimal;
}
ol.list li::marker{
    color: #2355A1;
}

/*table*/
table tr th a:visited{
    color: #fff;
}
table tr th a:link{
    color: #fff;
}
table tr th a{
    color: #fff;
    background: #2355A1;
    display: block;
    padding: 5px 1em;
    margin: 0 auto;
    max-width: 85px;
}
table tr th a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.tableDesign03 table tr th,
.tableDesign03 table tr td{
	border-bottom: #C4C4C4 solid 1px;
	padding: 1em;
	line-height: 1.5em;
}
.tableDesign03 table tr th{
	background: #fff;
	color: #000;
    border-color: #2355A1;
	text-align: center;
}
.tableDesign03 table tr td{
	background: #fff;
	text-align: left;
    vertical-align: top;
}

.tableDesign03 table tr .list.width01{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}
.tableDesign03 table tr .list.width01 li{
	width: 50%;
	padding-right: 2%;	
	margin-bottom: 0.5em;
	margin-top: 0 !important;
}
.tableDesign03 table tr .list.width01 li:last-of-type{
	margin-bottom: 0;
}




.tableDesign03 table tr .list.height01{
	max-height: 11em;
	justify-content: flex-start;
}

.tableDesign03 table tr .list.height01 li:nth-of-type(6){
	margin-top: 0;
}

.tableDesign03 table tr .list.height02{
	max-height: 4em;
	justify-content: flex-start;
}
.tableDesign03 table tr .list.height02 li:nth-of-type(3){
	margin-top: 0;
}
.w20p {
    width: 20%;
}
.w25p {
    width: 25%;
}
.MW700 {
    max-width: 700px;
}
table tr td.bg_gray{
    background: #EBEBEB;
}
table tr td.left,
table tr th.left{
    text-align: left;
    padding-left: 2em;
}
/*flex*/
.halfTable {
    justify-content: space-between;
}
.halfTable > div {
    width: 49%;
}

.halfTable .photo img{
    width: 65%;
    display: block;
    margin: auto;
}
/*工場紹介*/
.plant_info{
    background: linear-gradient(90deg, #E8EDF5 0%, #E8EDF5 50%,  transparent 50%, transparent 100%);
    position: relative;
    margin: -40px auto 40px;
}
.plant_info_in{
    background: #E8EDF5;
    max-width: 1280px;
    width: 93%;
    margin: 0 auto;
    padding: 5em 40px;
}
.plant_info_titlle{
    width: 45%;
    color: #2355A1;
    font-size: 22px;
    padding-bottom: 3em;
}

.plant_info_titlle h3{
    line-height: 1.2;
}
.plant_info_titlle img{
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(0%,-50%);
    width: 50%;
    max-width: 880px;
    min-width: 400px;
}
h4.title{
    font-size: 16px;
    color: #2F3948;
}
/*方針・取り組み*/
.policy .btnArea{
    margin-top: 3em;
    display: flex;
    justify-content: center;
}
.policy .btn{
    width: 20em;
}
.policy .icon_pdf{
    margin-left: 0.5em;
}
.policy .btn a:before,.policy  .btn a:after{
    display: none;
}
.accordionArea .btn{
    cursor: pointer;
    margin: 40px auto 0;
}
.accordionArea .btn span{
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 1.2em 60px 1.2em 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.accordionArea .btn .icon_accordion{
    padding: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    background: #2F3948;
}
.icon_accordion:before,
.icon_accordion:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.icon_accordion:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.icon_accordion.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.openArea{
    margin-top: 40px;
}
.openArea h4{
    font-size: 20px;
    color: #2F3948;
    margin-bottom: 20px;
	text-indent: -1.1em;
	padding-left: 1.1em;
	line-height: 1.3em;
}
.openArea h4 span{
    color: #2355A1;
}
.openAreaIn{
    margin-bottom: 60px;
}
.openAreaIn .bg_gray{
    background: #F4F4F4;
    padding: 20px 40px;
}
.targetList{
    display: flex;
    justify-content: space-between;
}
.targetList .targetListBox{
    width: 32%;
}
.targetList .targetListBox .target{
    background: #F7F7F7;
    padding: 20px 20px 0;
    position: relative;
    height: 200px;
}
.targetList .targetListBox .measures{
    background: #E8EDF5;
    padding: 30px 20px 20px;
    height: 150px;
}
.targetList .targetListBox .target::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-top: 15px solid #F7F7F7;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.targetList .targetListBox .target p,
.targetList .targetListBox .measures p{
    width: 55px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.targetList .targetListBox .target p{
    background: #2F3948;
}
.targetList .targetListBox .measures p{
    background: #2355A1;
}
@media screen and (max-width:1279.5px){
	
}


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

}

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

}

.indent26{
	text-indent: -2.6em;
	padding-left: 2.6em;
}





/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	.company #companyIn{
        display: block;
    }
    .company #companyIn .menuLink{
        width: 100%;
        margin-bottom: 30px;
    }
    .company #companyIn .menuLink .title{
        padding-bottom: 35px;
		font-size: 20px;
		margin: 20px auto 0;
    }

	
	.spBlock table tr th{
		text-align: left;
	}
	.tableDesign02 table tr th.spFlex{
		display: flex;
		align-items: center;
	}
	.tableDesign02 table tr th.spFlex a{
		margin: 0 0 0 1em;
	}

	
    /*jump*/
	.jumpLink{
		margin-bottom: 1.5em;
	}
    .jumpLink ul{
        flex-wrap: wrap;
    }
    .jumpLink ul li{
        width: 50%;
        border: none;
        margin-bottom: 10px;
        font-size: 14px;
		padding:0 1em 0 0;
    }
	.jumpLink ul li a{
		padding-right: 0;
	}
	
	.policy .btnArea {
		margin-top: 1.5em;
	}

	
	.plant_info{
		margin-bottom: 1em;
	}
    /*flex*/
	.flexBox{
		display: block
	}
	.halfTable{
		display: block
	}
	.halfTable > div{
		width: auto;
	}
	.halfTable > div:nth-of-type(n+2){
		margin-top: 1em;
	}
    /*plant*/
    .plant .UnderlayerOuterIn:first-of-type{
        padding: 2em 20px 2em;
    }
    .plant .UnderlayerOuterIn:nth-of-type(n+2){
        padding: 2em 20px 4em;
    }
    .plant_info_in{
        padding: 2.5em 20px;
    }
    .plant_info_titlle{
        width: 100%;
        font-size: 17px;
        padding-bottom: 1.5em;
    }
    .plant_info_titlle img{
        position: inherit;
        width: 100%;
        transform: none;
        max-width: 100%;
        min-width: 100%;
        margin-top: 1em;
    }
    .plant .tableDesign01{
        width: 100%;
    }
    .plant .w25p{
        width: 60%;
        margin: 30px auto;
    }
    /*policy*/
    .targetList {
        display: block;
    }
    .targetList .targetListBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .targetList .targetListBox .target,
	.targetList .targetListBox .measures{
        height: auto;
		padding-bottom: 20px;
    }
	
	
	.accordionArea .btn{
		margin-top: 1.5em;
	}
	.accordionArea .btn span{
		font-size: 14px;
	}
	.icon_accordion:before,
	.icon_accordion:after{
		width: 27%;
	}
	.openAreaIn .bg_gray{
		padding: 20px;
	}
	
}