/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}



/* webフォントのちらつき対応 ---------------------------------------------- */

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}


html {

    font-family: 'noto400';
  font-feature-settings: "palt";     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';

	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container01_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}

.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top:0px;  
  width: 100%;
  
  z-index: 60;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{

	width:100%;
	height:110px;
	margin:0 auto;
    box-sizing: border-box;
    padding: 0 50px;
    
    position: relative;


  background: linear-gradient(-45deg, rgba(116,110,207,0.70) 72%, #FFFFFF 0);

/* 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); */
    
}


#header{

	width:100%;
	height:110px;
	margin:0 auto;
    position: relative;

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
}


.flg01{
    top: 30px;
    right: 0px;
    position: absolute;

}

.flg01 ul li{
    margin-right: 25px;
    float: left;
}

.flg01 ul li:last-child{
    margin-right: 0%;
}


.flg01 ul li a{
    color: #FFFFFF;
}
.flg01 ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.flg01 ul li dl dt{

    float: left;
    clear: both;

    vertical-align: top;
    
    line-height: 100%;
    display: none;
}

.flg01 ul li dl dt img{
    height: 16px;

}

.flg01 ul li dl dd{
    font-size: 12px;
    line-height: 140%;
    /* margin-left: 30px; */

}



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;



}

.footer_img01{
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;

}

.footer_img01 ul li{
    float: left;
    margin-right: 20px;
}

.footer_img01 ul li:last-child{
    margin-right: 0%;

}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:40px 0 40px 0;
	box-sizing:border-box;


}

address{
	font-size:13px;
	line-height:140%;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
    
    letter-spacing: 0.02em;

    margin-bottom: 12px;
    
    text-align: center;


}

.ad_ttl{
	font-size:22px;
	line-height:120%;
	margin-bottom:12px;	


    font-style: normal;
    font-weight: 500;
    
    letter-spacing: 0.03em;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
    text-align: center;

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#646464;
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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

body{
	padding:0;
	margin:0;
	font-size:15px;
	line-height:160%;    
	color:#333333;
	text-align:left;
}	 

/* container ---------------------------------------------- */


.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}

.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container01_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top: 0px;  
  width: 100%;
  
  z-index: 60;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    
    background: #FFFFFF;

    padding: 0 30px;
    

  background: linear-gradient(-45deg, rgba(116,110,207,0.70) 72%, #FFFFFF 0);

/* 	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); */
}

header{

	width:100%;
	height:60px;
	margin:0 auto;

	box-sizing:border-box;
 
}


.flg01{
    top: 23px;
    right: 90px;
    position: absolute;
    


}

.flg01 ul li{
    margin-right: 20px;
    float: left;
}

.flg01 ul li:last-child{
    margin-right: 0%;
}


.flg01 ul li a{
    color: #FFFFFF;
}
.flg01 ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.flg01 ul li dl dt{

    float: left;
    clear: both;

    vertical-align: top;
    
    line-height: 100%;
    display: none;
}

.flg01 ul li dl dt img{
    height: 16px;

}

.flg01 ul li dl dd{
    font-size: 12px;
    line-height: 140%;
    /* margin-left: 30px;
    display: none; */

}








#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 30px;
	box-sizing:border-box;
}


.footer_img01{
    max-width: 110px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;


}

.footer_img01 ul li{
    width: 46%;
    float: left;
    margin-right: 6%;
}

.footer_img01 ul li:last-child{
    width: 48%;
    margin-right: 0%;

}




.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 0 30px 0;
	box-sizing:border-box;


}

address{
	font-size:13px;
	line-height:140%;

    letter-spacing: 0.02em;

    margin-bottom: 12px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
    text-align: center;

}

.ad_ttl{
	font-size:16px;
	line-height:120%;
	margin-bottom:8px;	

    letter-spacing: 0.03em;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
    text-align: center;

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
	color:#646464;
 
}







}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:150%;    
	color:#333333;
	text-align:left;
}	 


/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}

.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container01_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}


.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


#fixed-header {
  position: fixed;
  top: 0px;  
  width: 100%;
  
  z-index: 60;

  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.is-show {
  top: 0;
}





.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    


    padding: 0 20px;
    

  background: linear-gradient(-45deg, rgba(116,110,207,0.70) 59%, #FFFFFF 0);     
}

header{

	width:100%;
	height:50px;
	margin:0 auto;

	box-sizing:border-box;
  
}




.flg01{
    top: 19px;
    right: 70px;
    position: absolute;
    


}

.flg01 ul li{
    margin-right: 11px;
    float: left;
}

.flg01 ul li:last-child{
    margin-right: 0%;
}


.flg01 ul li a{
    color: #FFFFFF;
}
.flg01 ul li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.flg01 ul li dl dt{

    float: left;
    clear: both;

    vertical-align: top;
    
    line-height: 100%;
    display: none;
}

.flg01 ul li dl dt img{
    width: 20px;
    height: 13px;

}

.flg01 ul li dl dd{
    font-size: 12px;
    line-height: 140%;
    /* margin-left: 30px;
    display: none; */

}












#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}




/* footer ---------------------------------------------- */

footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 20px;
	box-sizing:border-box;
}



.footer_img01{
    max-width: 90px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;


}

.footer_img01 ul li{
    width: 46%;
    float: left;
    margin-right: 6%;
}

.footer_img01 ul li:last-child{
    width: 48%;
    margin-right: 0%;

}




.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 0 20px 0;
	box-sizing:border-box;


}




address{
	font-size:11px;
	line-height:140%;


    letter-spacing: 0.02em;

    margin-bottom: 12px;


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
    
    text-align: center;
    
}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:6px;	

    letter-spacing: 0.03em;
  
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{
    text-align: center;

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
	color:#646464;
    
}











}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{

width: 187px;
height: auto;
position: absolute;
top:25px;

z-index: 100;

}

h1 img{
	width:100%;
	height:auto;
}




.h2_01_btm01{
    margin-bottom: 20px !important;
}

.h2_01_cr{
    color: #FFFFFF !important;
}

.h2_01_ctr{
    text-align: center !important;
}



h2.h2_01 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 40px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}


h2.h2_01 span{
    font-size: 70px;
    line-height: 100%;
    color: #839aa3;
    margin-right: 14px;

font-family: garamond-premier-pro-subhead, serif;
font-weight: 400;
font-style: normal;
}



h3.h3_01{
    font-size: 30px;
    line-height: 110%;
    font-family: 'noto700';  
    border-left: 8px solid #554870;
    padding-left: 8px;
    padding-top: 11px;
    margin-bottom: 30px;

}


h4.h4_01{
    font-size: 20px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #554870;
    margin-bottom: 30px;

}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;
}



.slider_out{
	position: relative;
}

.slider_in{
	position: absolute;
    width: 900px;

	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;


}

.slider_in img{



    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));
}



.slider_out01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
}

.slider_in01{
	position: absolute;
    width: 360px;


	z-index: 2;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	text-align:left;
}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}






/* 各ページイメージ ---------------------------------------------- */



.company_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.products_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.recruit_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.environmental_efforts_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/environmental_efforts/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.research_and_development_products_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/research_and_development_products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.special_order_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/special_order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.contact_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.sdgs_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/sdgs/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.exhibition_information_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/exhibition_information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.news_top_img{
	width: 100%;
	height:520px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}







.button01{
	width:300px;
	height:50px;
	text-align: center;
	text-decoration: none;
    
   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);

    border-radius: 15px; 

    margin: 0 auto;
}

.button01 a{
	width:300px;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
}


.button01 a:hover {
    background: #1c87be;
    color:#FFFFFF;
}










/* トップ　------------------------------------------ */


/* PURERONの発想　------------------------------------------ */



.tp_ph01_bg{

background: linear-gradient(180deg, #d7fffe, #FFFFFF);


}

.tp_ph01_bg001{
    background: url("../img/top/01.png") top right no-repeat;
    background-size: 720px 532px;


/*background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;*/
}


.tp_ph01_bg001_01{
	width: 100%;
	height:590px !important;
	background:url("../img/top/01_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ph02{
    margin-bottom: 40px;
}



.tp_ph02 dl dt p{
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    
    color: #999999;
    margin-bottom: 10px;
}

.tp_ph02 dl dt{
    font-size: 54px;
    line-height: 120%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
    
    margin-bottom: 36px;
}

.tp_ph02 dl dd{
    font-size: 20px;
    line-height: 200%;
    text-align: center;
}






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

.tp_ns_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}



.tp_ns{
    margin-bottom: 40px;

}

.tp_ns ul li{
    width: 16%;
    height: auto;
    margin-right: 0.8%;
    
    float: left;
    

}

.tp_ns ul li:nth-child(3n){
    margin-right: 0.8%;
}



.tp_ns ul li:last-child{
    margin-right: 0%;

}


.tp_ns_img{
    margin-bottom: 10px;
    text-align: center;

}

.tp_ns_img img{
    aspect-ratio: 20 / 11;
    object-fit: cover;
}


.tp_ns ul li a dl dt{
    font-size: 14px;
    line-height: 100%;
    color: #999999;
    text-decoration: none;
    margin-bottom: 6px;
}

.tp_ns ul li a dl dd{
    font-size: 14px;
    line-height: 140%;
    color:#000000;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dt{
    color: #999999;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dd{
    color:#000000;
    text-decoration:underline;
}











@media screen and (min-width:1060px) and ( max-width:1400px) {

/* PC02用のスタイル記述 */

.tp_ns{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px auto;



}

.tp_ns ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    
    float: left;
    

}

.tp_ns ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_ns ul li:nth-child(4){
    margin-bottom: 0px;
}

.tp_ns ul li:nth-child(5){
    margin-bottom: 0px;
}

.tp_ns ul li:nth-child(6){
    margin-bottom: 0px;
}

.tp_ns ul li:last-child{
    margin-right: 0%;

}


.tp_ns_img{
    margin-bottom: 10px;
    text-align: center;

}

.tp_ns_img img{
    aspect-ratio: 20 / 11;
    object-fit: cover;
}


.tp_ns ul li a dl dt{
    font-size: 14px;
    line-height: 100%;
    color: #999999;
    text-decoration: none;
    margin-bottom: 6px;
}

.tp_ns ul li a dl dd{
    font-size: 14px;
    line-height: 140%;
    color:#000000;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dt{
    color: #999999;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dd{
    color:#000000;
    text-decoration:underline;
}





}



.news_day{
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: right;
}


.news_post{
    font-size: 16px;
    line-height: 180%;

}

.news_post a{
    color: #6D5DC9;
    text-decoration: underline;
}

.news_post a:hover{
    color: #6D5DC9;
    text-decoration:none;

}

.news_post img{
    display: block;
    max-width: 600px;

    height: auto;
    margin: 0px auto;
}


.news_list{

}

.news_list dl dt{
    font-size: 16px;
    line-height: 180%;
    
    float: left;
    clear: both;
}

.news_list dl dd{
    font-size: 16px;
    line-height: 180%;
    padding-left: 100px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #2B2B2B;
}

.news_list dl dd a{
    color:#000000;
    text-decoration:none;
}

.news_list dl dd a:hover{
    color: #6D5DC9;
    text-decoration: underline;

}


/* トップ製品情報　--------------- */

.tp_pdt_bg{
	width: 100%;
	height:900px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;


}


.tp_pdt{
    margin-bottom: 30px;
    

}

.tp_pdt ul li{
    width: 16%;
    height: 190px;
    margin-right: 0.8%;
    float: left;
    margin-bottom: 20px;
    
    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt ul li:nth-child(6n){
    margin-right: 0%;
}


.tp_pdt ul li:nth-child(13){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(14){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(15){
    margin-bottom: 0px;
}


.tp_pdt ul li p{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt ul li a{
    width: 100%;
    height: 190px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt ul li a:hover::before {
  width: 100%;
}



.tp_pdt_bg01{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg02{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg03{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg04{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg05{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg06{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg07{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_07.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg08{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_08.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg09{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_09.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg10{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_10.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg11{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_11.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg12{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_12.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg13{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_13.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg14{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_14.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg15{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_15.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}




.tp_pdt_s{
    margin-bottom: 20px;

}

.tp_pdt_s ul li{
    width: 49.2%;
    height: 190px;
    margin-right: 1.6%;
    float: left;

    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt_s ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_pdt_s ul li p{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt_s ul li a{
    width: 100%;
    height: 190px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt_s ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt_s ul li a:hover::before {
  width: 100%;
}



.tp_pdt_s_bg01{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_s_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_s_bg02{
	width: 100%;
	height:190px !important;
	background:url("../img/top/04_s_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}




/* トップ 会社案内　--------------- */

.tp_cpm_bg{
    background:url("../img/top/05_bg01.jpg") repeat;
}

.tp_cpm_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin:0 auto;

}



/* トップ SDGs　--------------- */


.tp_sdgs_bg{
    background:url("../img/top/05_bg.jpg") repeat;
}

.tp_sdgs{
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;

}


.tp_sdgs_l{
    width: 38%;

    float: left;
    background: #FFFFFF;
    
    position: relative;
}

.tp_sdgs_r{
    width: 62%;
    height: auto;
    float: right;
    
    background: #EDADAE;

}

.tp_sdgs_l dl{
    max-width: 260px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}


.tp_sdgs_l dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.tp_sdgs_l dl dd{
    font-size: 17px;
    line-height: 150%;
    font-family: 'noto500'; 
    margin-bottom: 20px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}


/* トップ バナー　--------------- */


.tp_bnr01{
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}

.tp_bnr01 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_bnr01:hover img {
	opacity: .5;
}



.tp_bnr02{
    max-width: 790px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.tp_bnr02 ul li{
    width: 28%;
    height: auto;
    margin-right:8%;
    float: left;
}

.tp_bnr02 ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_bnr02 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.tp_bnr02 ul li:hover img {
	opacity: .5;
}




/* 企業情報 ---------------------------------------------- */


.cpy01{
    margin-bottom: 70px;
}

.cpy01 dl dt{
    font-size: 30px;
    line-height: 120%;
    font-family: 'noto700';
    color: #025379;
    margin-bottom: 8px;
}

.cpy01 dl dd{
    font-size: 20px;
    line-height: 150%;
    font-family: 'noto500';

    margin-bottom: 40px;
}

.cpy01 dl dd:last-child{
	margin-bottom:0px;
}


.cpy02{
    margin-bottom: 70px;
}


.cpy02_l{
    width: 300px;
    height: auto;
    float: left;
}

.cpy02_l p{
    text-align: center;
    margin-top: 5px;
    
    font-size: 16px;
    line-height: 150%;

}

.cpy02_r{
  width: calc(100% - 350px);
    height: auto;
    float: right;
    
    font-size: 16px;
    line-height: 180%;

}

.cpy02_r p{
    margin-top: 15px;
    text-align: right;
}


.cpy03{
    margin-bottom: 70px;

}

.cpy03 table{
	width:100%;
	height:auto;

}

.cpy03 th{
    width: 130px;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;

}

.cpy03 td{
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;
}

.cpy03 td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
    
    display: inline-block;

}

.cpy03 td a{
    color: #6D5DC9;
    text-decoration: underline;
}

.cpy03 td a:hover{
    color: #6D5DC9;
    text-decoration:none;
}




.cpy04{
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px dotted #999999;
}


.cpy04_l{
    width: 330px;
    height: auto;
    float: left;
}

.cpy04_r{
  width: calc(100% - 380px);
    height: auto;
    float: right;
}


.cpy04_in{

}

.cpy04_in dl dt{
    font-size: 20px;
    line-height: 120%;
    font-family: 'noto700';

    margin-bottom: 20px;
}

.cpy04_in dl dd{
    font-size: 15px;
    line-height: 160%;

}

.cpy04_in dl dd span{
    margin-left: 10px;

}



.cpy04_in dl dd p{
    text-align: center;
    margin-bottom: 12px;

}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%;*/
  height: 100%;
}






.cpy05{
    margin-bottom: 70px;

}

.cpy05 table{
	width:100%;
	height:auto;

}

.cpy05 th{
    width: 100px;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;

}

.cpy05 td{
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;
}

.cpy05 td dl dt{
    width: 50px;
    float: left;
    clear: both;
  	font-size:15px;
    line-height: 150%;
    text-align: right;

    

}

.cpy05 td dl dd{
  	font-size:15px;
    line-height: 150%;
    padding-left: 65px;
    margin-bottom: 5px;
}

.cpy05 td dl dd:last-child{
	margin-bottom:0px;
}




.cpy06{
    margin-bottom: 70px;
}

.cpy06 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.cpy06 ul li:nth-child(3n){
    margin-left: 0%;
}

.cpy06 ul li ul li{
    width: auto;
    height: auto;
    float: none;
    margin-left: 0%;
    
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;
    padding-left: 8px;
}

.cpy06 ul li ul li:last-child{
	margin-bottom:0px;
}


.cpy07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.cpy07 ul li{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;

}

.cpy07 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy07 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}

.cpy07 ul li:nth-child(3n){
    margin-right: 0%;
}


.cpy07 ul li:nth-child(4){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(5){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(6){
    margin-bottom: 0px;
}




.cpy08{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.cpy08 ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy08 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy08 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}

.cpy08 ul li:nth-child(4n){
    margin-right: 0%;
}



.cpy09{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.cpy09 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy09 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy09 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}

.cpy09 ul li:nth-child(2n){
    margin-right: 0%;
}


.cpy10{
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.cpy10 ul li{
    width: auto;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy10 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy10 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}

.cpy10 ul li:nth-child(1){
    width: 60%;
    height: auto;
    float: left;
    margin-right: 2%;

}


.cpy10 ul li:nth-child(2n){
    width: 38%;
    height: auto;
    float: left;
    margin-right: 0%;

}



.cpy11{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}


.cpy11 table{
	width:100%;
	height:auto;

}

.cpy11 th{

	font-size:15px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px 20px;
	border-collapse:collapse;
    
    background: #89819e;


	border:1px solid #cccccc;
    box-sizing: border-box;
}

.cpy11 th span{

	font-size:24px;
    line-height: 100%;
    font-family: 'noto700';
    margin-right: 20px;

}

.cpy11 th:nth-child(2){
    width: 20%;
    text-align: center;
}

.cpy11 th:nth-child(3){
    width: 20%;
    text-align: center;
}


.cpy11 td{
    padding: 10px 20px;
    line-height: 170%;
	font-size:15px;    
	border-collapse:collapse;

	border:1px solid #cccccc;
    box-sizing: border-box;
}


.cpy11 td:nth-child(2){
    text-align: right;
}

.cpy11 td:nth-child(3){
    text-align: right;
}



.cpy11 p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 100%;
}



.cpy12{ 
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 20px;

}


.cpy12 ul{
    margin: 20px 0;
} 

.cpy12 ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 7px;

}

.cpy12 ul li:last-child{

    margin-bottom: 0px;
}




.cpy13{

}

.cpy13 ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #554870;

}

.cpy13 ul li:last-child{

    margin-bottom: 0px;
}

.cpy13 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #025379;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.cpy13 ul li dl dd{
    font-size: 16px;
    line-height: 150%;

}

.cpy13 ul li ul{
    margin-top: 15px;

}


.cpy13 ul li ul li{
    font-size: 16px;
    line-height: 160%;
    
  list-style-type: upper-roman;
    margin-left: 32px;
    
    padding-bottom: 0px;
    margin-bottom: 12px;
    border-bottom: none;
}


.cpy14_btm01{
     margin-bottom: 70px !important;   
}

.cpy14{
    margin-bottom: 30px;

}

.cpy14 p{
    font-size: 18px;
    line-height: 140%;

    font-family: 'noto700';
    margin-bottom: 10px;
}

.cpy14 table{
	width:100%;
	height:auto;

}

.cpy14 th{

	font-size:15px;
    line-height: 100%;
    color: #FFFFFF;
    background: #89819e;
    padding: 14px 18px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.cpy14 td{
	font-size:15px;
    line-height: 100%;
    padding: 14px 18px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}



.cpy15{
    max-width: 940px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;

}

.cpy15 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.cpy15 ul li:nth-child(2n){
    margin-right: 0%;
}

.cpy16{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;

}


.txt_rt{
    text-align: right !important;

}


/* 製品情報 ---------------------------------------------- */

.pdt_tb{
    margin-bottom: 30px;
}

.pdt_tb ul li{
    width: 19.36%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 8px;
}

.pdt_tb ul li:nth-child(5n){
    margin-right: 0%;
}


.pdt_tb ul li a{
    display: block;
    width: 100%;
    height: 50px;
    background: #aaa3b7;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}

.pdt_tb_on{
    background: #554870 !important;
    color: #FFFFFF !important;
}



.pdt_tb01{
    margin-bottom: 30px;
}

.pdt_tb01 ul li{
    width: 24.4%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 8px;
}

.pdt_tb01 ul li:nth-child(4n){
    margin-right: 0%;
}

.pdt_tb01 ul li a{
    display: block;
    width: 100%;
    height: 50px;
    background: #aaa3b7;
    color: #FFFFFF;
    
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb01 ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}









.pdt_01{
    margin-bottom: 20px;
}

.pdt_01 dl dt{
    font-size: 20px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #554870;
}

.pdt_01 dl dd{
    font-size: 16px;
    line-height: 170%;
}



.pdt_02{
    margin-bottom: 60px;
}

.pdt_02 dl dt{
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 140%;
}

.pdt_02 dl dd{
    padding-left: 150px;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
}

.pdt_02 dl dd:before{
  content: '：';
  margin-right: 5px;
}
  
.pdt_02 dl dt a{
    color: #0099cc;
    text-decoration: underline;
}

.pdt_02 dl dt a:hover{
    color: #0099cc;
    text-decoration:none;
}

.pdt_02 dl dd:last-child{
	margin-bottom:0px;
}


/* 特殊受注製品---------------------------------------------- */

.sop_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}

.sop_01 ul{
    margin-top: 20px;
}

.sop_01 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 7px;
    margin-bottom: 5px;
}

.sop_01 ul li:last-child{
	margin-bottom:0px;
}






.sop_02{
    margin-bottom: 40px;
}

.sop_02 table{
	width:100%;
	height:auto;
}

.sop_02 th{

	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;

	border:1px solid #cccccc;
}


.sop_02 th span{
	font-size:24px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: 'noto700';    
}

.sop_02 td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    padding: 10px 20px;
    
	border:1px solid #cccccc;
}




.sop_03{
	width:250px;
	height:50px;
	text-align: center;
	text-decoration: none;
    

    
    border-radius: 15px; 

    margin: 0 auto 70px auto;
}

.sop_03 a{
	width:250px;
    display: block;
    height: 50px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

   background:#89819e;
    border: 2px solid #89819e;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
}


.sop_03 a:hover {
    background:#FFFFFF;
    color:#89819e;
    border: 1px solid #89819e;
    
}



.sop_04{
    font-size: 19px;
    line-height: 180%;
    margin-bottom: 25px;
    font-family: 'noto500';  
}

.sop_05{
    margin-bottom: 50px;
}

.sop_05 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
}

.sop_05 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_05 ul li p{
    text-align: center;
    margin-top: 10px;
    
    font-size: 14px;
    line-height: 140%;
}


.sop_06_00{
    max-width: 520px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}


.sop_06{

    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;

}

.sop_06{
    margin-bottom: 50px;
}

.sop_06 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_06 ul li:nth-child(3n){
    margin-right: 0%;
}

.sop_06 ul li p{
    text-align:left;
    margin-top: 15px;
    
    font-size: 15px;
    line-height: 140%;
}



.sop_07{
    margin-bottom: 70px;
}

.sop_07 ul li{
    width: 24.5%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_07 ul li:nth-child(4n){
    margin-right: 0%;
}

.sop_07 ul li p{
    text-align: center;
    margin-top: 15px;
    
    font-size: 15px;
    line-height: 140%;
}




.sop_08{

    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.sop_08 ul li{
    width:26%;
    height: auto;
    margin-right: 2%;
    float: left;

}


.sop_08 ul li:nth-child(2n){
    width: 44%;
    margin-right: 0%;
}




.sop_08 ul li p{
    text-align: center;
    margin-top: 15px;
    
    font-size: 15px;
    line-height: 140%;
}





.sop_09{
    margin-bottom: 50px;
}

.sop_09 dl dt{
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 20px;
    text-align: center;
}

.sop_09 dl dd{
    font-size: 48px;
    line-height: 100%;
    color: #554870;
    text-align: center;
    font-family: 'noto700';      
}

.sop_10{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.sop_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.sop_11 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sop_11 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_11 ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box;
    background: #554870;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    
    border-radius: 10px;

    transition: all  0.3s ease;
}

.sop_11 ul li a:hover{
    background: #5a79ab;
    color: #FFFFFF;

}

/* 研究開発製品---------------------------------------------- */

.rdp_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}

.rdp_01 p{
    margin-bottom: 15px;

}


.rdp_01 ul li{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 3px;
    
    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 7px;

}


.rdp_01 ul li:last-child{
	margin-bottom:0px;
}



.rdp_02{
    margin-bottom: 70px;
}

.rdp_02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}

.rdp_02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rdp_02 ul li:nth-child(3){
    margin-bottom: 0px;
}

.rdp_02 ul li:nth-child(4){
    margin-bottom: 0px;
}


.rdp_03{
    margin-bottom: 70px;
}

.rdp_03 ul li{
    margin-bottom: 35px;
}

.rdp_03 ul li:last-child{
	margin-bottom:0px;
}

.rdp_03 ul li dl dt{
    background: #38738e;
    padding: 7px 20px 10px 20px;

    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-family: 'noto500';  
}

.rdp_03 ul li dl dd{
    padding: 0 20px 0 20px;

    font-size: 16px;
    line-height: 180%;
 
}



.rdp_04{

    margin-bottom: 70px;
}

.rdp_04 ul li{
    height: auto;
}

.rdp_04 ul li:nth-child(1){
    /* width: 43%;
    float: left;     */
    text-align: center;
}

/* .rdp_04 ul li:nth-child(2){
    width: 56% ;
    float: right;
} */


.rdp_04 ul li dl dt{
    margin-bottom: 7px;
}

.rdp_04 ul li dl dd{
    text-align: center;
    font-size: 16px;
    line-height: 140%;

}




.rdp_05{
    margin-bottom: 70px;
}

.rdp_05_l{
    width: 49%;
    height: auto;
    float: left;

}

.rdp_05_r{
    width: 49%;
    height: auto;
    float:right;

}


.rdp_05_01{
    margin-bottom: 30px;

}

.rdp_05_01 dl dt{
    background: #cccccc;
    padding:7px 15px 10px 15px;
    margin-bottom: 10px;
    
    font-size: 18px;
    line-height: 100%;

}

.rdp_05_01 dl dd{
}






.rdp_05_01 dl dd ul li{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 7px;
    background: url("../img/common/list001.png") left 13px no-repeat; 
    padding-left: 10px;

}

.rdp_05_01 dl dd ul li:last-child{
	margin-bottom:0px;
}


.rdp_05_02{

}

.rdp_05_02 ul li{
    margin-bottom: 30px;

}

.rdp_05_02 ul li:last-child{
	margin-bottom:0px;
}



.rdp_05_02 ul li dl dt{
    margin-bottom: 7px;
}

.rdp_05_02 ul li dl dd{
    text-align: center;
    font-size: 16px;
    line-height: 140%;

}

.rdp_05_02 p{
    font-size: 15px;
    line-height: 140%;
    margin-top: 15px;

}



.rdp_05_03{
    margin-bottom: 20px;
}

.rdp_05_03 table{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

.rdp_05_03 th{
    width: 100px;
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;

	border:1px solid #cccccc;
}

.rdp_05_03 td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.rdp_05_03 p{
    font-size: 15px;
    line-height: 140%;


}



.rdp_06{
    margin-bottom: 70px;

}

.rdp_06_l{
    width: 31%;
    float: left;

}

.rdp_06_l img{
    vertical-align: top;

}

.rdp_06_r{
    width: 66%;
    float: right;
    
    font-size: 16px;
    line-height: 180%;

}


.rdp_07{
    max-width: 670px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}





/* 環境への取り組み ---------------------------------------------- */


.ee01{

}

.ee01 ul li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}

.ee01 ul li ul{
    margin-top: 10px;

}

.ee01 ul li ul li{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 25px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}



/* 採用情報 ---------------------------------------------- */




.rrt01_01{
/*    background: #E2B4B4;*/

}

.rrt01_01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
/*    background:#C9D7EF;*/

}

    
.rrt01_01 ul li:nth-child(2n){
    margin-right: 0%;
}




.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.rrt01_bx_l{
    width: 44%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 56%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;
}









.rrt01{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 70px;

}

.rrt02{
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 40px;

}

.rrt03{ 
    margin-bottom: 50px;
}

.rrt03 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt03 dl dd{
    font-size: 16px;
    line-height: 150%;
}



.rrt04{ 
    margin-bottom: 50px;
}

.rrt04 ul li{ 
    width: 49%;
    height:auto;
    float: left;
    margin-right: 2%;
}

.rrt04 ul li:nth-child(2n){
    margin-right: 0%;
}



 

.rrt04 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt04 dl dd{
    font-size: 16px;
    line-height: 150%;
}



.rrt05 {
    margin-bottom: 70px;
}

.rrt05 ul li{
    margin-bottom: 30px;
    padding-bottom: 55px;
    background: url("../img/recruit/03/list.jpg") left bottom no-repeat;
}

.rrt05 ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    background:none;
}

.rrt05 ul li dl{
    margin-bottom: 15px;

}

.rrt05 ul li dl dt{
    max-width: 110px;
    width: 100%;
    height: auto;
    padding: 9px 0 9px 0;
    font-size: 22px;
    line-height: 100%;
    font-family: 'noto700';     
    text-align: center;
    color: #dadcde;
    background: #7b9ac0;
    
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;    
}


.rrt05 ul li dl dd{

    width: 100%;
    height: auto;
    padding: 14px 20px 16px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 100%;
    font-family: 'noto400';     

    color:#FFFFFF;
    background: #7b9ac0;
  border-top-right-radius: 10px;   
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;    
}

.rrt05_txt01{
    font-size: 16px;
    line-height: 180%;

}




.rrt06_tab{
    margin-bottom: 30px;
    scroll-behavior: smooth;    
}

.rrt06_tab ul li{
    font-size: 15px;
    line-height: 100%;
    float: left;
    border-right: 1px solid #0099cc;
    padding-right: 8px;
    padding-left: 13px;
}

.rrt06_tab ul li a{
    font-size: 15px;
    line-height: 100%;
    color: #0099cc;
    text-decoration: none;
}

.rrt06_tab ul li a:hover{

    color: #0099cc;
    text-decoration:underline;
}

.rrt06_tab ul li:first-child{
    padding-left: 0px;
}

.rrt06_tab ul li:last-child{
    border-right: none;
    padding-right: 0px;

}



.rrt06{
    margin-bottom: 60px;
}

.rrt06 table{
	width:100%;
	height:auto;
}

.rrt06 th{
    width: 100px;
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;

	border:1px solid #cccccc;
}

.rrt06 td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.rrt06 td ul li{
    float: left;
    padding-left: 8px;
    margin-right: 14px;
    background: url("../img/common/list001.png") left 9px no-repeat;

}






.rt13{
    margin-bottom: 40px;

}


.rt13 dl dt{
    font-size:32px;
    line-height: 140%;

    margin-bottom: 5px;
    font-family: 'noto700';   
}

.rt13 dl dd{
    font-size:18px;
    line-height: 160%;

    font-family: 'noto500';   
}


.rt14{

margin-bottom: 70px;

}


.rt14_l{
    width: 48%;
    height: auto;
    float: left;
}

.rt14_r{
    width: 48%;
    height: auto;
    float: right;
}

.rt14_img{
    text-align: center;
    margin-bottom: 25px;

}


.rt14_01{
}

.rt14_01 dl dt{
    font-size:22px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 15px;
    padding-bottom: 10px;
    
    border-bottom: 5px solid #003366;
    font-family: 'noto700';   
}


.rt14_01 dl dd{
    font-size:15px;
    line-height: 170%;
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;

}


.rt14_01 dl dd:last-child{
	margin-bottom:0px;
}



.rt14_02{
}

.rt14_02 dl dt{
    font-size:22px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 15px;
    padding-bottom: 10px;
    
    border-bottom: 5px solid #003366;
    font-family: 'noto700';   
}

.rt14_02 dl ul li{
   
    position: relative; 
    margin-bottom: 30px;
}






.rt14_02 dl ul li:after{
    position: absolute;

  content: '';/*空に*/   
  top:70px;
    left: 35px;
    border-left: 4px solid #003366;
    height: 30px;
    
    display:block;
}




.rt14_tl{

}


.rt14_tl_l{
    width: 70px;
    height: 70px;
    
    float: left;
    
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    
    background: #003366;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
  
}

.rt14_tl_l_bg01{
    background: #7f99b2 !important;

}




.rt14_tl_r{
    width: calc(100% - 90px);
    height: 70px;
    
/*    background: #DBADAE;*/
   
    float: right;
    
    font-size: 15px;
    line-height: 150%;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}


.rt14_b{
    max-width: 420px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.rt14_b ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.rt14_b ul li:nth-child(2n){
    margin-right: 0%;
}




.timeline {

    width: 100%;
    margin: 0px auto;

}

.timeline-list {

}

.timeline-list-item {
    display: flex;
    line-height: 150%;
    font-size: 15px;
    

}

.timeline-list-item .date {
    width:90px  !important;
    padding: 0 0 0 0px;
    color: #888888;
    text-align: left;


    font-size: 18px;
    line-height: 140%;

    
    font-family: oshidashi-m-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;  
}

.timeline-list-item .content {
    position: relative;
/*    max-width: 790px;*/
    width: 100%;


    
    padding: 0 0px 20px 30px;
    border-left: 3px #c4e4e9 solid;
    box-sizing: border-box;
    

    word-break: break-all;
    word-wrap: break-word;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -11px;
    width: 20px;
    height: 20px;
    background-color: #3d7199;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 10px;

}

.timeline_in01 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 5px;

    font-family: 'noto700';      
}

.timeline_in01 dl dd{
    font-size: 15px;
    line-height: 160%;

}


.timeline_in02{
    max-width: 1000px;
    width: 100%;

}

.timeline_in02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.timeline_in02 ul li:nth-child(2n){
    margin-right: 0%;
}



/* SDGs---------------------------------------------- */


.sdgs_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;

}

.sdgs_01 p{
    font-family: 'noto500'; 

}

.sdgs_01 ul{
    margin-top: 10px;
}


.sdgs_01 ul li{
    background: url("../img/common/list001.png") left 14px no-repeat;
    padding-left: 8px;
    margin-bottom: 5px;

}

.sdgs_01 ul li:last-child{
	margin-bottom:0px;
}


.sdgs_01 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_01 a:hover{
    color: #0099cc;
    text-decoration:none;
}


.sdgs_02{
    text-align: center;
    margin-bottom: 70px;
}

.sdgs_03{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
}



.sdgs_03 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_03 a:hover{
    color: #0099cc;
    text-decoration:none;
}


.sdgs_04{
    max-width: 630px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.sdgs_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.sdgs_04 ul li:nth-child(3n){
    margin-right: 0%;
}




.sdgs_05{

}

.sdgs_05 ul li{
    margin-bottom: 40px;
}


.sdgs_05_in{

}

.sdgs_05_l{
    width: 200px;
    float: left;

}

.sdgs_05_r{
    width: calc(100% - 240px);
    height: auto;
    float: right;
    
    font-size: 15px;
    line-height: 170%;
}

.sdgs_05_r dl dt{
    font-size: 20px;
    line-height: 150%;
    font-family: 'noto500';    
    margin-bottom: 20px;
    padding-bottom: 10px;
    
    border-bottom: 2px solid #000000;
}


.sdgs_05_r dl dd{
    font-size: 16px;
    line-height: 170%;
}


.sdgs_05_r dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_05_r dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}


/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_bg{
	height:420px !important;
	background:url("../img/common/ctt_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.cmm_ctt dl{
    margin-bottom: 30px;

}

.cmm_ctt dl dt{
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 25px;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd{
    font-size: 16px;
    line-height: 100%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd p{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt_t{
    font-size: 14px;
    line-height: 100%;
    text-align: center;  
    margin-top: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}








/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    
    margin-bottom: 25px;

}









/* お問い合わせフォーム ---------------------------------------------- */




.ctt_txt01{
    font-size: 24px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 30px;

}


.ctt_txt02{

    margin-bottom: 60px;

}

.ctt_txt02 ul li{
    margin-bottom: 30px;

}

.ctt_txt02 ul li dl dt{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 24px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}





.f_text01{
}

.f_text01 a{
    font-size: 14px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 14px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}



.contact-t{
    margin-bottom: 70px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:20px;

	line-height:120%;
	margin-bottom:15px;
}

.contact-t dl dd{
	
	font-size:40px;
	line-height:140%;


	padding-bottom:15px;
    font-family: 'noto700';    
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
width: 120px;
height: auto;
position: absolute;
top: 11px;
left: 30px;

z-index: 1;
}

h1 img{
	width:100%;
	height:auto;
}



.h2_01_btm01{
    margin-bottom: 20px !important;
}


.h2_01_cr{
    color: #FFFFFF !important;

}

.h2_01_ctr{
    text-align: center !important;
}




h2.h2_01 {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 30px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}


h2.h2_01 span{
    font-size: 55px;
    line-height: 100%;
    color: #839aa3;
    margin-right: 14px;

font-family: garamond-premier-pro-subhead, serif;
font-weight: 400;
font-style: normal;
}




h3.h3_01{
    font-size: 26px;
    line-height: 110%;
    font-family: 'noto700';  
    border-left: 7px solid #554870;
    padding-left: 8px;
    padding-top: 8px;
    margin-bottom: 30px;

}


h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #554870;
    margin-bottom: 26px;

}




/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height:100dvh !important;

}



.slider_out{
	position: relative;

}


.slider_in{
	position: absolute;
    width: 700px;

	z-index: 2;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	text-align:left;

    padding: 0 30px;
    box-sizing: border-box;    

}

.slider_in img{

    width: 500px;
filter: drop-shadow(2px 2px 20px #FFFFFF);
}



.slider_out01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
}

.slider_in01{
	position: absolute;
    width: 300px;

	z-index: 2;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	text-align:left;
}




/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}









/* 各ページイメージ ---------------------------------------------- */


.company_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}





.products_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.environmental_efforts_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/environmental_efforts/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.research_and_development_products_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/research_and_development_products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.special_order_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/special_order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.recruit_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.contact_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}






.sdgs_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/sdgs/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.exhibition_information_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/exhibition_information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.news_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.button01{
	width:250px;
	height:40px;
	text-align: center;
	text-decoration: none;
    
   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);


    border-radius: 15px; 

    margin: 0 auto;
}

.button01 a{
	width:250px;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 160%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);

    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
}


.button01 a span{

    background: url("../img/top/btn_i_t.png") left 0px no-repeat;
    padding-left: 35px;
    vertical-align: top;
}


.button01 a:hover {
    background: #1c87be;
    color:#FFFFFF;
}







/* トップ　------------------------------------------ */



/* PURERONの発想　------------------------------------------ */



.tp_ph01_bg{

background: linear-gradient(180deg, #d7fffe, #FFFFFF);
}

.tp_ph01_bg001{
    background: url("../img/top/01.png") top right no-repeat;
    background-size: 690px 510px;

}


.tp_ph01_bg001_01{
	width: 100%;
	height:410px !important;
	background:url("../img/top/01_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_ph02{
    margin-bottom: 30px;
}



.tp_ph02 dl dt p{
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    
    color: #999999;
    margin-bottom: 10px;
}

.tp_ph02 dl dt{
    font-size: 38px;
    line-height: 120%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
    
    margin-bottom: 25px;
}

.tp_ph02 dl dd{
    font-size: 17px;
    line-height: 190%;
    text-align: center;
}







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

.tp_ns_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}

.tp_ns{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px auto;


}

.tp_ns ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    
    float: left;
    

}

.tp_ns ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_ns ul li:nth-child(4){
    margin-bottom: 0px;
}

.tp_ns ul li:nth-child(5){
    margin-bottom: 0px;
}

.tp_ns ul li:nth-child(6){
    margin-bottom: 0px;
}

.tp_ns ul li:last-child{
    margin-right: 0%;

}


.tp_ns_img{
    margin-bottom: 10px;
    text-align: center;

}

.tp_ns_img img{
    aspect-ratio: 20 / 11;
    object-fit: cover;
}


.tp_ns ul li a dl dt{
    font-size: 13px;
    line-height: 100%;
    color: #999999;
    text-decoration: none;
    margin-bottom: 6px;
}

.tp_ns ul li a dl dd{
    font-size: 13px;
    line-height: 140%;
    color:#000000;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dt{
    color: #999999;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dd{
    color:#000000;
    text-decoration:underline;
}





.news_day{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: right;
}


.news_post{
    font-size: 15px;
    line-height: 170%;

}

.news_post a{
    color: #6D5DC9;
    text-decoration: underline;
}

.news_post a:hover{
    color: #6D5DC9;
    text-decoration:none;

}

.news_post img{
    display: block;
    max-width: 500px;

    height: auto;
    margin: 0px auto;
}




.news_list{

}

.news_list dl dt{
    font-size: 15px;
    line-height: 170%;
    
    float: left;
    clear: both;
}

.news_list dl dd{
    font-size: 15px;
    line-height: 170%;
    padding-left: 90px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #2B2B2B;
}

.news_list dl dd a{
    color:#000000;
    text-decoration:none;
}

.news_list dl dd a:hover{
    color: #6D5DC9;
    text-decoration: underline;

}



/* トップ製品情報　--------------- */

.tp_pdt_bg{
	width: 100%;
	height:920px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;


}


.tp_pdt{
    margin-bottom: 20px;
}

.tp_pdt ul li{
    width: 23.5%;
    height: 160px;
    margin-right: 2%;
    float: left;
    margin-bottom: 12px;
    
    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt ul li:nth-child(4n){
    margin-right: 0%;
}


.tp_pdt ul li:nth-child(13){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(14){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(15){
    margin-bottom: 0px;
}


.tp_pdt ul li p{
    font-size: 15px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt ul li a{
    width: 100%;
    height: 160px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt ul li a:hover::before {
  width: 100%;
}



.tp_pdt_bg01{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg02{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg03{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg04{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg05{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg06{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg07{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_07.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg08{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_08.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg09{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_09.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg10{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_10.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg11{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_11.png") center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg12{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_12.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg13{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_13.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg14{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_14.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg15{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_15.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}




.tp_pdt_s{
    margin-bottom: 20px;

}

.tp_pdt_s ul li{
    width: 49.2%;
    height: 160px;
    margin-right: 1.6%;
    float: left;

    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt_s ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_pdt_s ul li p{
    font-size: 15px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt_s ul li a{
    width: 100%;
    height: 160px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt_s ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt_s ul li a:hover::before {
  width: 100%;
}



.tp_pdt_s_bg01{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_s_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_s_bg02{
	width: 100%;
	height:160px !important;
	background:url("../img/top/04_s_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}





/* トップ 会社案内　--------------- */

.tp_cpm_bg{
    background:url("../img/top/05_bg01.jpg") repeat;
}

.tp_cpm_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin:0 auto;

}




/* トップ SDGs　--------------- */


.tp_sdgs_bg{
    background:url("../img/top/05_bg.jpg") repeat;
}

.tp_sdgs{
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;

}


.tp_sdgs_l{
    width: 38%;

    float: left;
    background: #FFFFFF;
    
    position: relative;
    

    box-sizing: border-box;
}

.tp_sdgs_r{
    width: 62%;
    height: auto;
    float: right;
    


}

.tp_sdgs_l dl{
    max-width: 200px;
    width: 100%;
    position: absolute;

    z-index: 10;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}


.tp_sdgs_l dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.tp_sdgs_l dl dd{
    font-size: 15px;
    line-height: 150%;
    font-family: 'noto500'; 
    margin-bottom: 15px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}





/* トップ バナー　--------------- */


.tp_bnr01{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.tp_bnr01 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_bnr01:hover img {
	opacity: .5;
}



.tp_bnr02{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.tp_bnr02 ul li{
    width: 28%;
    height: auto;
    margin-right:8%;
    float: left;
}

.tp_bnr02 ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_bnr02 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.tp_bnr02 ul li:hover img {
	opacity: .5;
}






/* 企業情報 ---------------------------------------------- */


.cpy01{
    margin-bottom: 50px;
}

.cpy01 dl dt{
    font-size: 25px;
    line-height: 120%;
    font-family: 'noto700';
    color: #025379;
    margin-bottom: 8px;
}

.cpy01 dl dd{
    font-size: 16px;
    line-height: 150%;
    font-family: 'noto500';

    margin-bottom: 30px;
}

.cpy01 dl dd:last-child{
	margin-bottom:0px;
}


.cpy02{
    margin-bottom: 50px;
}


.cpy02_l{
    width: 250px;
    height: auto;
    float: left;
}


.cpy02_l p{
    text-align: center;
    margin-top: 5px;
    
    font-size: 16px;
    line-height: 140%;

}

.cpy02_r{
  width: calc(100% - 280px);
    height: auto;
    float: right;
    
    font-size: 15px;
    line-height: 170%;

}

.cpy02_r p{
    margin-top: 15px;
    text-align: right;
}


.cpy03{
    margin-bottom: 50px;

}

.cpy03 table{
	width:100%;
	height:auto;

}

.cpy03 th{
    width: 110px;
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;

}

.cpy03 td{
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;
}

.cpy03 td ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
    
    display: inline-block;

}


.cpy03 td a{
    color: #6D5DC9;
    text-decoration: underline;
}

.cpy03 td a:hover{
    color: #6D5DC9;
    text-decoration:none;
}



.cpy04{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #999999;
}


.cpy04_l{
    width: 280px;
    height: auto;
    float: left;
}

.cpy04_r{
  width: calc(100% - 300px);
    height: auto;
    float: right;
}


.cpy04_in{

}

.cpy04_in dl dt{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto500';

    margin-bottom: 20px;
}

.cpy04_in dl dd{
    font-size: 14px;
    line-height: 150%;

}


.cpy04_in dl dd span{
    margin-left: 0px;

}

.cpy04_in dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy04_in dl dd p{
    text-align: center;
    margin-bottom: 12px;

}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%;*/
  height: 100%;
}






.cpy05{
    margin-bottom: 50px;

}

.cpy05 table{
	width:100%;
	height:auto;

}

.cpy05 th{
    width: 70px;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;

}

.cpy05 td{
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;
}

.cpy05 td dl dt{
    width: 50px;
    float: left;
    clear: both;
  	font-size:14px;
    line-height: 150%;
    text-align: right;

    

}

.cpy05 td dl dd{
  	font-size:14px;
    line-height: 150%;
    padding-left: 65px;
    margin-bottom: 5px;
}

.cpy05 td dl dd:last-child{
	margin-bottom:0px;
}





.cpy06{
    margin-bottom: 50px;
}

.cpy06 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-bottom: 35px;
}

.cpy06 ul li:nth-child(2n){
    margin-left: 0%;
}

.cpy06 ul li:nth-child(3){
    margin-bottom: 0px;
}


.cpy06 ul li ul li{
    width: auto;
    height: auto;
    float: none;
    margin-left: 0%;
    
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;
    padding-left: 8px;
}

.cpy06 ul li ul li:last-child{
	margin-bottom:0px;
}





.cpy07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.cpy07 ul li{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;

}

.cpy07 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy07 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.cpy07 ul li:nth-child(3n){
    margin-right: 0%;
}


.cpy07 ul li:nth-child(4){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(5){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(6){
    margin-bottom: 0px;
}




.cpy08{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.cpy08 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;    
}

.cpy08 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy08 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.cpy08 ul li:nth-child(2n){
    margin-right: 0%;
}



.cpy09{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.cpy09 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy09 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy09 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.cpy09 ul li:nth-child(2n){
    margin-right: 0%;
}


.cpy10{
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.cpy10 ul li{
    width: auto;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy10 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy10 ul li dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.cpy10 ul li:nth-child(1){
    width: 60%;
    height: auto;
    float: left;
    margin-right: 2%;

}


.cpy10 ul li:nth-child(2n){
    width: 38%;
    height: auto;
    float: left;
    margin-right: 0%;

}






.cpy11{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}


.cpy11 table{
	width:100%;
	height:auto;

}

.cpy11 th{

	font-size:14px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px 15px;
	border-collapse:collapse;
    
    background: #89819e;


	border:1px solid #cccccc;
    box-sizing: border-box;
}

.cpy11 th span{

	font-size:15px;
    line-height: 100%;
    font-family: 'noto700';
    margin-right: 10px;

}

.cpy11 th:nth-child(2){
    width: 19%;
    text-align: center;
}

.cpy11 th:nth-child(3){
    width: 19%;
    text-align: center;
}


.cpy11 td{
    padding: 10px 15px;
	font-size:14px;
    line-height: 160%;
 
	border-collapse:collapse;

	border:1px solid #cccccc;
    box-sizing: border-box;
}


.cpy11 td:nth-child(2){
    text-align: right;
}

.cpy11 td:nth-child(3){
    text-align: right;
}



.cpy11 p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 100%;
}





.cpy12{ 
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 20px;
}




.cpy12 ul{
    margin: 18px 0;
} 

.cpy12 ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 7px;

}




.cpy13{

}

.cpy13 ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #554870;

}

.cpy13 ul li:last-child{

    margin-bottom: 0px;
}

.cpy13 ul li dl dt{
    font-size:18px;
    line-height: 140%;
    color: #025379;
    font-family: 'noto700';
    margin-bottom: 10px;
}

.cpy13 ul li dl dd{
    font-size: 15px;
    line-height: 160%;

}



.cpy13 ul li ul{
    margin-top: 15px;

}


.cpy13 ul li ul li{
    font-size: 15px;
    line-height: 160%;
    
  list-style-type: upper-roman;
    margin-left: 32px;
    
    padding-bottom: 0px;
    margin-bottom: 12px;
    border-bottom: none;
}




.cpy14_btm01{
     margin-bottom: 50px !important;   
}

.cpy14{
    margin-bottom: 25px;

}

.cpy14 p{
    font-size: 16px;
    line-height: 140%;

    font-family: 'noto700';
    margin-bottom: 10px;
}

.cpy14 table{
	width:100%;
	height:auto;

}

.cpy14 th{

	font-size:14px;
    line-height: 100%;
    color: #FFFFFF;
    background: #89819e;
    padding: 14px 18px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.cpy14 td{
	font-size:14px;
    line-height: 100%;
    padding: 14px 18px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}



.cpy15{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}

.cpy15 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.cpy15 ul li:nth-child(2n){
    margin-right: 0%;
}


.cpy16{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;

}

.txt_rt{
    text-align: right !important;

}


/* 製品情報 ---------------------------------------------- */

.pdt_tb{
    margin-bottom: 30px;
}

.pdt_tb ul li{
    width: 19.36%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 6px;

}

.pdt_tb ul li:nth-child(5n){
    margin-right: 0%;
}


.pdt_tb ul li a{
    display: block;
    width: 100%;
    height: 45px;
    background: #aaa3b7;
    color: #FFFFFF;

    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}

.pdt_tb_on{
    background: #554870 !important;
    color: #FFFFFF !important;
}






.pdt_tb01{
    margin-bottom: 30px;
}

.pdt_tb01 ul li{
    width: 24.4%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 6px;
}

.pdt_tb01 ul li:nth-child(4n){
    margin-right: 0%;
}

.pdt_tb01 ul li a{
    display: block;
    width: 100%;
    height: 45px;
    background: #aaa3b7;
    color: #FFFFFF;
    
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb01 ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}




.pdt_01{
    margin-bottom: 20px;
}

.pdt_01 dl dt{
    font-size: 18px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #554870;
}

.pdt_01 dl dd{
    font-size: 15px;
    line-height: 170%;
}



.pdt_02{
    margin-bottom: 60px;
}

.pdt_02 dl dt{
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 140%;
}

.pdt_02 dl dd{
    padding-left: 150px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
}

.pdt_02 dl dd:before{
  content: '：';
  margin-right: 5px;
}
  
.pdt_02 dl dt a{
    color: #0099cc;
    text-decoration: underline;
}

.pdt_02 dl dt a:hover{
    color: #0099cc;
    text-decoration:none;
}

.pdt_02 dl dd:last-child{
	margin-bottom:0px;
}





/* 特殊受注製品---------------------------------------------- */

.sop_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;

}

.sop_01 ul{
    margin-top: 15px;
}

.sop_01 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-bottom: 5px;
}

.sop_01 ul li:last-child{
	margin-bottom:0px;
}


.sop_02{
    margin-bottom: 30px;
}

.sop_02 table{
	width:100%;
	height:auto;
}

.sop_02 th{

	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 10px;

	border:1px solid #cccccc;
}


.sop_02 th span{
	font-size:17px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: 'noto700';    
}

.sop_02 td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    padding: 10px 10px;
    
	border:1px solid #cccccc;
}




.sop_03{
	width:200px;
	height:40px;
	text-align: center;
	text-decoration: none;
    

    
    border-radius: 15px; 

    margin: 0 auto 50px auto;
}

.sop_03 a{
	width:200px;
    display: block;
    height: 40px;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

   background:#89819e;
    border: 2px solid #89819e;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
}


.sop_03 a:hover {
    background:#FFFFFF;
    color:#89819e;
    border: 1px solid #89819e;
    
}



.sop_04{
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 20px;
    font-family: 'noto500';  
}

.sop_05{
    margin-bottom: 30px;
}

.sop_05 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
}

.sop_05 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_05 ul li p{
    text-align: center;
    margin-top: 12px;
    
    font-size: 15px;
    line-height: 140%;
}



.sop_06_00{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}


.sop_06{

    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.sop_06{
    margin-bottom: 30px;
}

.sop_06 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_06 ul li:nth-child(3n){
    margin-right: 0%;
}

.sop_06 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}



.sop_07{
    margin-bottom: 40px;
}

.sop_07 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_07 ul li:nth-child(3n){
    margin-right:2%;
}

.sop_07 ul li:nth-child(4n){
    margin-right: 0%;
}

.sop_07 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}




.sop_08{

    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.sop_08 ul li{
    width:26%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_08 ul li:nth-child(2n){
    width: 44%;
    margin-right: 0%;
}

.sop_08 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}







.sop_09{
    margin-bottom: 40px;
}

.sop_09 dl dt{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 20px;
    text-align: center;
}

.sop_09 dl dd{
    font-size: 38px;
    line-height: 100%;
    color: #554870;
    text-align: center;
    font-family: 'noto700';      
}

.sop_10{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.sop_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.sop_11 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sop_11 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_11 ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 15px 10px;
    box-sizing: border-box;
    background: #554870;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    
    border-radius: 10px;

    transition: all  0.3s ease;
}

.sop_11 ul li a:hover{
    background: #5a79ab;
    color: #FFFFFF;

}





/* 研究開発製品---------------------------------------------- */

.rdp_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;


}

.rdp_01 p{
    margin-bottom: 13px;

}


.rdp_01 ul li{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 3px;
    
    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 7px;

}


.rdp_01 ul li:last-child{
	margin-bottom:0px;
}



.rdp_02{
    margin-bottom: 50px;
}

.rdp_02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;

}

.rdp_02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rdp_02 ul li:nth-child(3){
    margin-bottom: 0px;
}

.rdp_02 ul li:nth-child(4){
    margin-bottom: 0px;
}


.rdp_03{
    margin-bottom: 50px;
}

.rdp_03 ul li{
    margin-bottom: 25px;
}

.rdp_03 ul li:last-child{
	margin-bottom:0px;
}

.rdp_03 ul li dl dt{
    background: #38738e;
    padding: 7px 15px 10px 15px;

    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: 'noto500';  
}

.rdp_03 ul li dl dd{
    padding: 0 15px 0 15px;

    font-size: 14px;
    line-height: 150%;
 
}



.rdp_04{

    margin-bottom: 50px;
}

.rdp_04 ul li{
    height: auto;
}

.rdp_04 ul li:nth-child(1){
    /* width: 43%;
    float: left;     */
    text-align: center;
}

/* .rdp_04 ul li:nth-child(2){
    width: 56% ;
    float: right;
} */


.rdp_04 ul li dl dt{
    margin-bottom: 7px;
}

.rdp_04 ul li dl dd{
    text-align: center;
    font-size: 14px;
    line-height: 150%;

}




.rdp_05{
    margin-bottom: 50px;
}

.rdp_05_l{
    width: 49%;
    height: auto;
    float: left;

}

.rdp_05_r{
    width: 49%;
    height: auto;
    float:right;

}


.rdp_05_01{
    margin-bottom: 30px;

}

.rdp_05_01 dl dt{
    background: #cccccc;
    padding:7px 15px 10px 15px;
    margin-bottom: 10px;
    
    font-size: 16px;
    line-height: 100%;

}

.rdp_05_01 dl dd{
}






.rdp_05_01 dl dd ul li{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 7px;
    background: url("../img/common/list001.png") left 10px no-repeat; 
    padding-left: 7px;

}

.rdp_05_01 dl dd ul li:last-child{
	margin-bottom:0px;
}


.rdp_05_02{

}

.rdp_05_02 ul li{
    margin-bottom: 30px;

}

.rdp_05_02 ul li:last-child{
	margin-bottom:0px;
}



.rdp_05_02 ul li dl dt{
    margin-bottom: 7px;
}

.rdp_05_02 ul li dl dd{
    text-align: center;
    font-size: 15px;
    line-height: 140%;

}

.rdp_05_02 p{
    font-size: 14px;
    line-height: 140%;
    margin-top: 12px;

}



.rdp_05_03{
    margin-bottom: 20px;
}

.rdp_05_03 table{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

.rdp_05_03 th{
    width: 80px;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;

	border:1px solid #cccccc;
}

.rdp_05_03 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.rdp_05_03 p{
    font-size: 13px;
    line-height: 140%;


}





.rdp_06{
    margin-bottom: 50px;

}

.rdp_06_l{
    width: 31%;
    float: left;


}

.rdp_06_l img{
    vertical-align: top;

}

.rdp_06_r{
    width: 66%;
    float: right;


    
    font-size: 15px;
    line-height: 170%;
}


.rdp_07{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}







/* 環境への取り組み ---------------------------------------------- */


.ee01{

}

.ee01 ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}

.ee01 ul li ul{
    margin-top: 10px;

}

.ee01 ul li ul li{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 25px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}




/* 採用情報 ---------------------------------------------- */




.rrt01_01{
/*    background: #E2B4B4;*/

}

.rrt01_01 ul li{    
    max-width: 600px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 25px auto;

    background:#C9D7EF;

}

    
.rrt01_01 ul li:nth-child(2n){
    margin: 0 auto 25px auto;
}




.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.rrt01_bx_l{
    width: 44%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 56%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: center;    
}







.rrt01{
   font-size: 15px;
    line-height: 170%;
    margin-bottom: 50px;

}

.rrt02{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;

}

.rrt03{ 
    margin-bottom: 40px;
}

.rrt03 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt03 dl dd{
    font-size: 15px;
    line-height: 170%;
}



.rrt04{ 
    margin-bottom: 50px;
}

.rrt04 ul li{ 
    width: 49%;
    height:auto;
    float: left;
    margin-right: 2%;
}

.rrt04 ul li:nth-child(2n){
    margin-right: 0%;
}



 

.rrt04 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt04 dl dd{
   font-size: 15px;
    line-height: 170%;
}









.rrt05 {
    margin-bottom: 50px;
}

.rrt05 ul li{
    margin-bottom: 26px;
    padding-bottom: 45px;
    background: url("../img/recruit/03/list.jpg") left bottom no-repeat;
    background-size: 40px 27px;
}

.rrt05 ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    background:none;
}

.rrt05 ul li dl{
    margin-bottom: 15px;

}

.rrt05 ul li dl dt{
    max-width: 100px;
    width: 100%;
    height: auto;
    padding: 9px 0 7px 0;
    font-size: 18px;
    line-height: 100%;
    font-family: 'noto700';     
    text-align: center;
    color: #dadcde;
    background: #7b9ac0;
    
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;    
}


.rrt05 ul li dl dd{

    width: 100%;
    height: auto;
    padding: 14px 22px 16px 22px;
    box-sizing: border-box;    
    font-size: 16px;
    line-height: 100%;
    font-family: 'noto400';     

    color:#FFFFFF;
    background: #7b9ac0;
  border-top-right-radius: 8px;   
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;    
}

.rrt05_txt01{
    font-size: 15px;
    line-height: 170%;

}








.rrt06_tab{
    margin-bottom: 25px;
    scroll-behavior: smooth;    
}

.rrt06_tab ul li{
    font-size: 14px;
    line-height: 100%;
    float: left;
    border-right: 1px solid #0099cc;
    padding-right: 8px;
    padding-left: 13px;
}

.rrt06_tab ul li a{
    font-size: 14px;
    line-height: 100%;
    color: #0099cc;
    text-decoration: none;
}

.rrt06_tab ul li a:hover{

    color: #0099cc;
    text-decoration:underline;
}

.rrt06_tab ul li:first-child{
    padding-left: 0px;
}

.rrt06_tab ul li:last-child{
    border-right: none;
    padding-right: 0px;

}



.rrt06{
    margin-bottom: 50px;
}

.rrt06 table{
	width:100%;
	height:auto;
}

.rrt06 th{
    width: 100px;
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 15px;

	border:1px solid #cccccc;
}

.rrt06 td{
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;
    padding: 7px 15px;
    
	border:1px solid #cccccc;
}

.rrt06 td ul li{
    float: left;
    padding-left: 8px;
    margin-right: 14px;
    background: url("../img/common/list001.png") left 9px no-repeat;

}















.rt13{
    margin-bottom: 30px;

}


.rt13 dl dt{
    font-size:25px;
    line-height: 140%;

    margin-bottom: 5px;
    font-family: 'noto700';   
}

.rt13 dl dd{
    font-size:16px;
    line-height: 160%;

    font-family: 'noto500';   
}


.rt14{

margin-bottom: 50px;

}


.rt14_l{
    width: 48%;
    height: auto;
    float: left;
}

.rt14_r{
    width: 48%;
    height: auto;
    float: right;
}

.rt14_img{
    text-align: center;
    margin-bottom: 20px;

}


.rt14_01{
}

.rt14_01 dl dt{
    font-size:18px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 16px;
    padding-bottom: 8px;
    
    border-bottom: 4px solid #003366;
    font-family: 'noto700';   
}


.rt14_01 dl dd{
    font-size:14px;
    line-height: 150%;
    margin-bottom: 30px;
    
    word-break: break-all;
    word-wrap: break-word;
}


.rt14_01 dl dd:last-child{
	margin-bottom:0px;
}



.rt14_02{
}

.rt14_02 dl dt{
    font-size:18px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 16px;
    padding-bottom: 8px;
    
    border-bottom: 4px solid #003366;
    font-family: 'noto700';    
}

.rt14_02 dl ul li{
   
    position: relative; 
    margin-bottom: 25px;
}






.rt14_02 dl ul li:after{
    position: absolute;

  content: '';/*空に*/   
  top:58px;
    left: 29px;
    border-left: 4px solid #003366;
    height: 25px;
    
    display:block;
}




.rt14_tl{

}


.rt14_tl_l{
    width: 58px;
    height: 58px;
    
    float: left;
    
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    
    background: #003366;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
  
}

.rt14_tl_l_bg01{
    background: #7f99b2 !important;

}




.rt14_tl_r{
    width: calc(100% - 70px);
    height: 58px;
    
/*    background: #DBADAE;*/
   
    float: right;
    
    font-size: 14px;
    line-height: 150%;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}





.timeline {

    width: 100%;
    margin: 0px auto;

}

.timeline-list {

}

.timeline-list-item {
    display: flex;
    line-height: 150%;
    font-size: 15px;
    

}

.timeline-list-item .date {
    width:90px  !important;
    padding: 0 0 0 0px;
    color: #888888;
    text-align: left;


    font-size: 17px;
    line-height: 140%;

    
    font-family: oshidashi-m-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;  
}

.timeline-list-item .content {
    position: relative;
/*    max-width: 790px;*/
    width: 100%;


    
    padding: 0 0px 26px 30px;
    border-left: 3px #c4e4e9 solid;
    box-sizing: border-box;
    

    word-break: break-all;
    word-wrap: break-word;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -11px;
    width: 20px;
    height: 20px;
    background-color: #3d7199;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 15px;

}

.timeline_in01 dl dt{
    font-size: 17px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 5px;

    font-family: 'noto700';  
}

.timeline_in01 dl dd{
    font-size: 14px;
    line-height: 150%;

}


.timeline_in02{
    max-width: 1000px;
    width: 100%;

}

.timeline_in02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.timeline_in02 ul li:nth-child(2n){
    margin-right: 0%;
}





/* SDGs---------------------------------------------- */


.sdgs_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;

}



.sdgs_01 p{
    font-family: 'noto500'; 

}

.sdgs_01 ul{
    margin-top: 10px;
}


.sdgs_01 ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 5px;

}

.sdgs_01 ul li:last-child{
	margin-bottom:0px;
}

.sdgs_01 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_01 a:hover{
    color: #0099cc;
    text-decoration:none;
}





.sdgs_02{
    text-align: center;
    margin-bottom: 50px;
}

.sdgs_03{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;
}



.sdgs_03 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_03 a:hover{
    color: #0099cc;
    text-decoration:none;
}


.sdgs_04{
    max-width: 510px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.sdgs_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.sdgs_04 ul li:nth-child(3n){
    margin-right: 0%;
}




.sdgs_05{

}

.sdgs_05 ul li{
    margin-bottom: 40px;
}


.sdgs_05_in{

}

.sdgs_05_l{
    width: 170px;
    float: left;

}

.sdgs_05_r{
    width: calc(100% - 200px);
    height: auto;
    float: right;
    
    font-size: 15px;
    line-height: 170%;
}

.sdgs_05_r dl dt{
    font-size: 18px;
    line-height: 150%;
    font-family: 'noto500';    
    margin-bottom: 20px;
    padding-bottom: 10px;
    
    border-bottom: 2px solid #000000;
}


.sdgs_05_r dl dd{
    font-size: 15px;
    line-height: 170%;
}


.sdgs_05_r dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_05_r dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}





/* 共通お問い合わせ---------------------------------------------- */




.cmm_ctt_bg{
	height:340px !important;
	background:url("../img/common/ctt_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.cmm_ctt dl{
    margin-bottom: 20px;

}

.cmm_ctt dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd{
    font-size: 14px;
    line-height: 100%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd p{
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt_t{
    font-size: 14px;
    line-height: 100%;
    text-align: center;  
    margin-top: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}











/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

}




















/* お問い合わせフォーム---------------------------------------------- */





.ctt_txt01{
    font-size: 20px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 20px;

}


.ctt_txt02{

    margin-bottom: 50px;

}

.ctt_txt02 ul li{
    margin-bottom: 25px;

}

.ctt_txt02 ul li dl dt{
    font-size: 18px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 15px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 21px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}







.f_text01{
}

.f_text01 a{
    font-size: 14px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 14px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}

.contact-t{
    margin-bottom: 50px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:18px;

	line-height:120%;
	margin-bottom:15px;
}

.contact-t dl dd{
	
	font-size:35px;
	line-height:140%;

    font-family: 'noto700';    
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}








.ctt_tel{
    margin-bottom: 60px;

}

.ctt_tel dl dt{
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 15px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}




.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
    border: 1px solid #9B9B9B;
    padding: 30px;
    box-sizing: border-box;
}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 24px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}


.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:100%;
    height: 40px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 110px;
height: auto;
position: absolute;
top: 8px;
left: 20px;

z-index:1;
}





.h2_01_btm01{
    margin-bottom: 15px !important;
}

.h2_01_cr{
    color: #FFFFFF !important;

}

.h2_01_ctr{
    text-align: center !important;
}




h2.h2_01 {
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 25px;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}


h2.h2_01 span{
    font-size: 32px;
    line-height: 100%;
    color: #839aa3;
    margin-right: 10px;

font-family: garamond-premier-pro-subhead, serif;
font-weight: 400;
font-style: normal;
}



h3.h3_01{
    font-size: 18px;
    line-height: 110%;
    font-family: 'noto500';  
    border-left: 6px solid #554870;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 25px;

}

h4.h4_01{
    font-size: 16px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #554870;
    margin-bottom: 24px;

}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100dvh !important;
}



.slider_out{
	position: relative;
}

.slider_in{
	position: absolute;
    width: 350px;

	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:left;


    padding: 0 20px;
    box-sizing: border-box;   
}


.slider_in img{

    width: 300px;
filter: drop-shadow(2px 2px 20px #FFFFFF);
}




.slider_out01{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
	position: relative;
}

.slider_in01{
	position: absolute;
    width: 200px;


	z-index: 2;
	top: 50%;
	left: 12%;
	transform: translate(-12%, -50%);
	text-align:left;
}




/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}







/* 各ページイメージ ---------------------------------------------- */

.company_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/company/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.products_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.environmental_efforts_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/environmental_efforts/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.research_and_development_products_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/research_and_development_products/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.special_order_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/special_order/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.recruit_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/recruit/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.contact_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}




.sdgs_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/sdgs/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.exhibition_information_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/exhibition_information/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.news_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/news/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.button01{
	width:220px;
	height:35px;
	text-align: center;
	text-decoration: none;
    
   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);


    border-radius: 15px; 

    margin: 0 auto;
}

.button01 a{
	width:220px;
    display: block;
    height: 35px;
    font-size: 14px;
    line-height: 190%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 12px;
    

   background: linear-gradient(60deg, rgba(29,213,230,1) 0%, rgba(66,178,245,1) 50%, rgba(70,174,247,1) 100%);

    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

}


.button01 a span{

    background: url("../img/top/btn_i_s.png") left 2px no-repeat;
    padding-left: 28px;
    vertical-align: top;
}


.button01 a:hover {
    background: #1c87be;
    color:#FFFFFF;
}








/* トップ　------------------------------------------ */



/* PURERONの発想　------------------------------------------ */



.tp_ph01_bg{

background: linear-gradient(180deg, #d7fffe, #FFFFFF);
}

.tp_ph01_bg001{
    background: url("../img/top/01.png") top right no-repeat;
    background-size: 400px 295px;

}


.tp_ph01_bg001_01{
	width: 100%;
	height:320px !important;
	background:url("../img/top/01_01.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




.tp_ph02{
    margin-bottom: 20px;
}



.tp_ph02 dl dt p{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    
    color: #999999;
    margin-bottom: 10px;
}

.tp_ph02 dl dt{
    font-size: 26px;
    line-height: 120%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
    
    margin-bottom: 22px;
}

.tp_ph02 dl dd{
    font-size: 14px;
    line-height: 180%;
    text-align: center;
}




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

.tp_ns_bg{
    background: url("../img/top/02_bg.jpg") repeat;

}


.tp_ns{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;


}

.tp_ns ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 25px;
    
    float: left;
    

}

.tp_ns ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_ns ul li:nth-child(3n){
    margin-right: 2%;
}

.tp_ns ul li:nth-child(4){
    margin-bottom: 25px;
}

.tp_ns ul li:nth-child(5){
    margin-bottom: 0px;
}

.tp_ns ul li:nth-child(6){
    margin-bottom: 0px;
}

.tp_ns ul li:last-child{
    margin-right: 0%;

}


.tp_ns_img{
    margin-bottom: 7px;
    text-align: center;

}

.tp_ns_img img{
    aspect-ratio: 20 / 11;
    object-fit: cover;
}


.tp_ns ul li a dl dt{
    font-size: 13px;
    line-height: 100%;
    color: #999999;
    text-decoration: none;
    margin-bottom: 6px;
}

.tp_ns ul li a dl dd{
    font-size: 13px;
    line-height: 140%;
    color:#000000;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dt{
    color: #999999;
    text-decoration: none;
}

.tp_ns ul li a:hover dl dd{
    color:#000000;
    text-decoration:underline;
}





.news_day{
    font-size: 13px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: right;
}


.news_post{
    font-size: 14px;
    line-height: 170%;

}

.news_post a{
    color: #6D5DC9;
    text-decoration: underline;
}

.news_post a:hover{
    color: #6D5DC9;
    text-decoration:none;

}

.news_post img{
    display: block;
    max-width: 400px;
    width: 100%;

    height: auto;
    margin: 0px auto;
}



.news_list{

}

.news_list dl dt{
    font-size: 15px;
    line-height: 170%;
    
    float: none;
    clear: both;
}

.news_list dl dd{
    font-size: 15px;
    line-height: 170%;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #2B2B2B;
}

.news_list dl dd a{
    color:#000000;
    text-decoration:none;
}

.news_list dl dd a:hover{
    color: #6D5DC9;
    text-decoration: underline;

}



/* トップ製品情報　--------------- */

.tp_pdt_bg{
	width: 100%;
	height:850px !important;
	background:url("../img/top/03.jpg") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;


}


.tp_pdt{
    margin-bottom: 20px;
}

.tp_pdt ul li{
    width: 32%;
    height: 130px;
    margin-right: 2%;
    float: left;
    margin-bottom: 8px;
    
    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_pdt ul li:nth-child(4n){
    margin-right: 2%;
}


.tp_pdt ul li:nth-child(12){
    margin-right: 0%;
}


.tp_pdt ul li:nth-child(13){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(14){
    margin-bottom: 0px;
}

.tp_pdt ul li:nth-child(15){
    margin-bottom: 0px;
}


.tp_pdt ul li p{
    font-size: 13px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt ul li a{
    width: 100%;
    height: 130px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt ul li a:hover::before {
  width: 100%;
}



.tp_pdt_bg01{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg02{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg03{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg04{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg05{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg06{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg07{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_07.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg08{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_08.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg09{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_09.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg10{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_10.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg11{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_11.png") center no-repeat;

	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg12{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_12.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg13{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_13.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg14{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_14.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_bg15{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_15.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}





.tp_pdt_s{
    margin-bottom: 12px;

}
.tp_pdt_s ul li{
    width: 49.2%;
    height: 130px;
    margin-right: 1.6%;
    float: left;

    position: relative;
    
     z-index: 0;
    overflow: hidden;
    

}

.tp_pdt_s ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_pdt_s ul li p{
    font-size: 13px;
    line-height: 120%;
    font-family: 'noto700';        
    color: #FFFFFF;
    text-align: center;
}

.tp_pdt_s ul li a{
    width: 100%;
    height: 130px;
    color: #FFFFFF;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   background: rgba(0,0,0,0.10);
}

.tp_pdt_s ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;

   background: linear-gradient(60deg, rgba(29,213,230,0.8) 0%, rgba(66,178,245,0.8) 50%, rgba(70,174,247,0.3) 100%);
   
  -webkit-transition: .5s;
  transition: .5s;
}

.tp_pdt_s ul li a:hover::before {
  width: 100%;
}



.tp_pdt_s_bg01{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_s_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}

.tp_pdt_s_bg02{
	width: 100%;
	height:130px !important;
	background:url("../img/top/04_s_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     border-radius: 15px;
}




/* トップ 会社案内　--------------- */

.tp_cpm_bg{
    background:url("../img/top/05_bg01.jpg") repeat;
}

.tp_cpm_in{
    max-width: 900px;
    width: 100%;
    height: auto;
    margin:0 auto;

}





/* トップ SDGs　--------------- */


.tp_sdgs_bg{
    background:url("../img/top/05_bg.jpg") repeat;
}

.tp_sdgs{
    /*コレ*/display:block;
    /*コレ*/align-items:center;

}


.tp_sdgs_l{
    width: 100%;
    height: 240px;

    float: none;
    background: #FFFFFF;
    
    position: relative;
    

    box-sizing: border-box;
}

.tp_sdgs_r{
    width: 100%;
    height: auto;

    float: none;
    


}

.tp_sdgs_l dl{
    max-width: 180px;
    width: 100%;
    position: absolute;
    z-index: 10;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}


.tp_sdgs_l dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.tp_sdgs_l dl dd{
    font-size: 14px;
    line-height: 150%;
    font-family: 'noto500'; 
    margin-bottom: 10px;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  leftt: 0;
}









/* トップ バナー　--------------- */


.tp_bnr01{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}

.tp_bnr01 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_bnr01:hover img {
	opacity: .5;
}



.tp_bnr02{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.tp_bnr02 ul li{
    width: 28%;
    height: auto;
    margin-right:8%;
    float: left;
}

.tp_bnr02 ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_bnr02 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.tp_bnr02 ul li:hover img {
	opacity: .5;
}







/* 企業情報 ---------------------------------------------- */


.cpy01{
    margin-bottom: 40px;
}

.cpy01 dl dt{
    font-size: 16px;
    line-height: 120%;
    font-family: 'noto700';
    color: #025379;
    margin-bottom: 8px;
}

.cpy01 dl dd{
    font-size: 14px;
    line-height: 150%;
    font-family: 'noto500';

    margin-bottom: 25px;
}

.cpy01 dl dd:last-child{
	margin-bottom:0px;
}


.cpy02{
    margin-bottom: 40px;
}


.cpy02_l{
    max-width: 300px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 15px auto;
}


.cpy02_l p{
    text-align: center;
    margin-top: 5px;
    
    font-size: 14px;
    line-height: 150%;

}

.cpy02_r{
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 0px auto;
    
    font-size: 14px;
    line-height: 160%;

}

.cpy02_r p{
    margin-top: 12px;
    text-align: right;
}


.cpy03{
    margin-bottom: 40px;

}

.cpy03 table{
	width:100%;
	height:auto;

}

.cpy03 th{
    display: block;
    width: 100%;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:none;
    font-family: 'noto500';
    margin-bottom: 5px;
}

.cpy03 td{
    display: block;
    width: 100%;
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;
    padding: 0 0 10px 0;

	border-bottom:1px dotted #1c568d;
    margin-bottom: 10px;
}

.cpy03 td ul li{
    background: url("../img/common/list001.png") left 7px no-repeat;
    padding-left: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
    
    display: inline-block;

}


.cpy03 td a{
    color: #6D5DC9;
    text-decoration: underline;
}

.cpy03 td a:hover{
    color: #6D5DC9;
    text-decoration:none;
}


.cpy04{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #999999;
}


.cpy04_l{
    max-width: 400px;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 15px auto;
}

.cpy04_r{
    width: 100%;
    height: auto;
    float: none;
}


.cpy04_in{

}

.cpy04_in dl dt{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto500';

    margin-bottom: 20px;
}

.cpy04_in dl dd{
    font-size: 14px;
    line-height: 150%;

}


.cpy04_in dl dd span{
    margin-left: 0px;

}

.cpy04_in dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.cpy04_in dl dd p{
    text-align: center;
    margin-bottom: 12px;

}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%;*/
  height: 100%;
}






.cpy05{
    margin-bottom: 40px;

}

.cpy05 table{
	width:100%;
	height:auto;

}

.cpy05 th{
    width: 50px;
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;

}

.cpy05 td{
	font-size:13px;
    line-height: 150%;
	border-collapse:collapse;

	border-bottom:1px dotted #1c568d;
}

.cpy05 td dl dt{
    width: 40px;
    float: left;
    clear: both;
	font-size:13px;
    line-height: 150%;
    text-align: right;

    

}

.cpy05 td dl dd{
	font-size:13px;
    line-height: 150%;
    padding-left: 50px;
    margin-bottom: 5px;
}

.cpy05 td dl dd:last-child{
	margin-bottom:0px;
}


.cpy06{
    margin-bottom: 50px;
}

.cpy06 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0%;
    margin-bottom: 25px;
}

.cpy06 ul li:nth-child(2n){
    margin-left: 0%;
}

.cpy06 ul li:nth-child(3){
    margin-left: 0%;
}

.cpy06 ul li ul li{
    width: auto;
    height: auto;
    float: none;
    margin-left: 0%;
    
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 7px;
    padding-left: 8px;
}

.cpy06 ul li ul li:last-child{
	margin-bottom:0px;
}








.cpy07{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.cpy07 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;

}

.cpy07 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy07 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

.cpy07 ul li:nth-child(3n){
    margin-right: 0%;
}


.cpy07 ul li:nth-child(4){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(5){
    margin-bottom: 0px;
}

.cpy07 ul li:nth-child(6){
    margin-bottom: 0px;
}




.cpy08{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.cpy08 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;    
}

.cpy08 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy08 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

.cpy08 ul li:nth-child(2n){
    margin-right: 0%;
}



.cpy09{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.cpy09 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy09 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy09 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

.cpy09 ul li:nth-child(2n){
    margin-right: 0%;
}


.cpy10{
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.cpy10 ul li{
    width: auto;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cpy10 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.cpy10 ul li dl dd{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

.cpy10 ul li:nth-child(1){
    width: 60%;
    height: auto;
    float: left;
    margin-right: 2%;

}


.cpy10 ul li:nth-child(2n){
    width: 38%;
    height: auto;
    float: left;
    margin-right: 0%;

}










.cpy11{
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
}


.cpy11 table{
	width:100%;
	height:auto;

}

.cpy11 th{

	font-size:13px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px 10px;
	border-collapse:collapse;
    
    background: #89819e;


	border:1px solid #cccccc;
    box-sizing: border-box;
}

.cpy11 th span{

	font-size:13px;
    line-height: 120%;
    font-family: 'noto500';
    margin-right: 0px;

}

.cpy11 th span::after {
	content: "\A" ;
	white-space: pre ;
}

.cpy11 th:nth-child(2){
    width: 25%;
    text-align: center;
}

.cpy11 th:nth-child(3){
    width: 25%;
    text-align: center;
}


.cpy11 td{
    padding: 10px 10px;
	font-size:13px;
    line-height: 160%;
 
	border-collapse:collapse;

	border:1px solid #cccccc;
    box-sizing: border-box;
}


.cpy11 td:nth-child(2){
    text-align: right;
}

.cpy11 td:nth-child(3){
    text-align: right;
}



.cpy11 p{
    margin-top: 10px;
    font-size: 13px;
    line-height: 100%;
}




.cpy12{ 
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;

}



.cpy12 ul{
    margin: 12px 0;
} 

.cpy12 ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 7px;

}


.cpy13{

}

.cpy13 ul li{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #554870;

}

.cpy13 ul li:last-child{

    margin-bottom: 0px;
}

.cpy13 ul li dl dt{
    font-size:16px;
    line-height: 140%;
    color: #025379;
    font-family: 'noto700';
    margin-bottom: 8px;
}

.cpy13 ul li dl dd{
    font-size: 14px;
    line-height: 150%;

}


.cpy13 ul li ul{
    margin-top: 12px;

}


.cpy13 ul li ul li{
    font-size: 14px;
    line-height: 150%;
    
  list-style-type: upper-roman;
    margin-left: 30px;
    
    padding-bottom: 0px;
    margin-bottom: 12px;
    border-bottom: none;
}







.cpy14_btm01{
     margin-bottom: 40px !important;   
}

.cpy14{
    margin-bottom: 20px;

}

.cpy14 p{
    font-size: 15px;
    line-height: 140%;

    font-family: 'noto700';
    margin-bottom: 10px;
}

.cpy14 table{
	width:100%;
	height:auto;

}

.cpy14 th{
    width: 80px;

	font-size:13px;
    line-height: 100%;
    color: #FFFFFF;
    background: #89819e;
    padding: 12px 10px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.cpy14 td{
	font-size:13px;
    line-height: 140%;
    padding: 12px 10px;
	border-collapse:collapse;

	border:1px solid #cccccc;
}



.cpy15{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;

}

.cpy15 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.cpy15 ul li:nth-child(2n){
    margin-right: 0%;
}

.cpy16{
    max-width: 270px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;

}


.txt_rt{
    text-align: right !important;

}




/* 製品情報 ---------------------------------------------- */

.pdt_tb{
    margin-bottom: 20px;
}

.pdt_tb ul li{
    width: 32.8%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 4px;

}


.pdt_tb ul li:nth-child(3n){
    margin-right: 0%;
}

.pdt_tb ul li:nth-child(5n){
    margin-right: 0.8%;
}

.pdt_tb ul li:nth-child(15){
    margin-right: 0%;
}



.pdt_tb ul li a{
    display: block;
    width: 100%;
    height: 38px;
    background: #aaa3b7;
    color: #FFFFFF;

    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}

.pdt_tb_on{
    background: #554870 !important;
    color: #FFFFFF !important;
}






.pdt_tb01{
    margin-bottom: 20px;
}

.pdt_tb01 ul li{
    width: 24.4%;
    height: auto;
    float: left;
    margin-right: 0.8%;
    margin-bottom: 6px;
}

.pdt_tb01 ul li:nth-child(4n){
    margin-right: 0%;
}

.pdt_tb01 ul li a{
    display: block;
    width: 100%;
    height: 38px;
    background: #aaa3b7;

    padding: 0 5px;
    box-sizing: border-box;
    
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 8px;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.pdt_tb01 ul li a:hover{

    background: #554870;
    color: #FFFFFF;

}





.pdt_01{
    margin-bottom: 20px;
}

.pdt_01 dl dt{
    font-size: 16px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #554870;
}

.pdt_01 dl dd{
    font-size: 14px;
    line-height: 160%;
}



.pdt_02{
    margin-bottom: 40px;
}

.pdt_02 dl dt{
    float: none;
    clear: both;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 3px;
}

.pdt_02 dl dd{
    padding-left: 0px;
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 15px;
}

.pdt_02 dl dd:before{
  content: '';
  margin-right: 5px;
}
  
.pdt_02 dl dt a{
    color: #0099cc;
    text-decoration: underline;
}

.pdt_02 dl dt a:hover{
    color: #0099cc;
    text-decoration:none;
}

.pdt_02 dl dd:last-child{
	margin-bottom:0px;
}








/* 特殊受注製品---------------------------------------------- */

.sop_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;

}

.sop_01 ul{
    margin-top: 10px;
}

.sop_01 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 7px;
    margin-bottom: 5px;
}

.sop_01 ul li:last-child{
	margin-bottom:0px;
}


.sop_02{
    margin-bottom: 25px;
}

.sop_02 table{
	width:100%;
	height:auto;
}

.sop_02 th{

	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #89819e;
    text-align:left;
    color: #FFFFFF;
    padding: 7px 10px;

	border:1px solid #cccccc;
}


.sop_02 th span{
	font-size:17px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: 'noto700';    
}

.sop_02 td{
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;
    padding: 7px 10px;
    
	border:1px solid #cccccc;
}




.sop_03{
	width:180px;
	height:35px;
	text-align: center;
	text-decoration: none;
    

    
    border-radius: 15px; 

    margin: 0 auto 50px auto;
}

.sop_03 a{
	width:180px;
    display: block;
    height: 35px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding-bottom: 2px;
    vertical-align: text-bottom;

    box-sizing: border-box;

    border-radius: 15px;
    

   background:#89819e;
    border: 2px solid #89819e;
    
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;
}


.sop_03 a:hover {
    background:#FFFFFF;
    color:#89819e;
    border: 1px solid #89819e;
    
}



.sop_04{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: 'noto500';  
}

.sop_05{
    margin-bottom: 30px;
}

.sop_05 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
}

.sop_05 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_05 ul li p{
    text-align: center;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}







.sop_06_00{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}


.sop_06{

    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}

.sop_06{
    margin-bottom: 30px;
}

.sop_06 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_06 ul li:nth-child(3n){
    margin-right: 0%;
}

.sop_06 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}



.sop_07{
    margin-bottom: 40px;
}

.sop_07 ul li{
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_07 ul li:nth-child(3n){
    margin-right:2%;
}

.sop_07 ul li:nth-child(4n){
    margin-right: 0%;
}

.sop_07 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}




.sop_08{

    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.sop_08 ul li{
    width:26%;
    height: auto;
    margin-right: 2%;
    float: left;

}

.sop_08 ul li:nth-child(2n){
    width: 44%;
    margin-right: 0%;
}

.sop_08 ul li p{
    text-align:left;
    margin-top: 8px;
    
    font-size: 13px;
    line-height: 140%;
}









.sop_09{
    margin-bottom: 30px;
}

.sop_09 dl dt{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 20px;
    text-align:left;
}

.sop_09 dl dd{
    font-size: 28px;
    line-height: 100%;
    color: #554870;
    text-align: center;
    font-family: 'noto700';      
}

.sop_10{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;

}

.sop_11{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.sop_11 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sop_11 ul li:nth-child(2n){
    margin-right: 0%;
}

.sop_11 ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 5px 12px 5px;
    box-sizing: border-box;
    background: #554870;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    
    border-radius: 10px;

    transition: all  0.3s ease;
}

.sop_11 ul li a:hover{
    background: #5a79ab;
    color: #FFFFFF;

}




/* 研究開発製品---------------------------------------------- */

.rdp_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}


.rdp_01 p{
    margin-bottom: 10px;

}


.rdp_01 ul li{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 3px;
    
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 7px;

}


.rdp_01 ul li:last-child{
	margin-bottom:0px;
}


.rdp_02{
    margin-bottom: 40px;
}

.rdp_02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 8px;

}

.rdp_02 ul li:nth-child(2n){
    margin-right: 0%;
}

.rdp_02 ul li:nth-child(3){
    margin-bottom: 0px;
}

.rdp_02 ul li:nth-child(4){
    margin-bottom: 0px;
}


.rdp_03{
    margin-bottom: 40px;
}

.rdp_03 ul li{
    margin-bottom: 18px;
}

.rdp_03 ul li:last-child{
	margin-bottom:0px;
}

.rdp_03 ul li dl dt{
    background: #38738e;
    padding: 5px 10px 8px 10px;

    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: 'noto500';  
}

.rdp_03 ul li dl dd{
    padding: 0 10px 0 10px;

    font-size: 14px;
    line-height: 150%;
 
}



.rdp_04{

    margin-bottom: 50px;
}

.rdp_04 ul li{
    height: auto;
}

.rdp_04 ul li:nth-child(1){
    /* width: 43%;
    float: left;     */
    text-align: center;
}

/* .rdp_04 ul li:nth-child(2){
    width: 56% ;
    float: right;
} */

.rdp_04 ul li dl dt{
    margin-bottom: 7px;
}

.rdp_04 ul li dl dd{
    text-align:left;
    font-size: 13px;
    line-height: 150%;

}




.rdp_05{
    margin-bottom: 40px;
}

.rdp_05_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;

}

.rdp_05_r{
    width: 100%;
    height: auto;
    float: none;

}


.rdp_05_01{
    margin-bottom: 20px;

}

.rdp_05_01 dl dt{
    background: #cccccc;
    padding:7px 10px 10px 10px;
    margin-bottom: 10px;
    
    font-size: 15px;
    line-height: 100%;

}

.rdp_05_01 dl dd{
}






.rdp_05_01 dl dd ul li{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 7px;
    background: url("../img/common/list001.png") left 9px no-repeat; 
    padding-left: 7px;

}

.rdp_05_01 dl dd ul li:last-child{
	margin-bottom:0px;
}


.rdp_05_02{

}

.rdp_05_02 ul li{
    margin-bottom: 30px;

}

.rdp_05_02 ul li:last-child{
	margin-bottom:0px;
}



.rdp_05_02 ul li dl dt{
    text-align: center;
    margin-bottom: 7px;
}

.rdp_05_02 ul li dl dd{
    text-align: center;
    font-size: 15px;
    line-height: 140%;

}

.rdp_05_02 p{
    font-size: 14px;
    line-height: 140%;
    margin-top: 12px;

}



.rdp_05_03{
    margin-bottom: 20px;
}

.rdp_05_03 table{
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

.rdp_05_03 th{
    width: 80px;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;

	border:1px solid #cccccc;
}

.rdp_05_03 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	border:1px solid #cccccc;
}

.rdp_05_03 p{
    font-size: 13px;
    line-height: 140%;


}






.rdp_06{
    margin-bottom: 40px;

}

.rdp_06_l{
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;


}

.rdp_06_l img{
    vertical-align: top;

}

.rdp_06_r{
    width: 100%;
    float: none;
    
    font-size: 14px;
    line-height: 150%;
}


.rdp_07{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}





/* 環境への取り組み ---------------------------------------------- */


.ee01{

}

.ee01 ul li{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 20px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}

.ee01 ul li ul{
    margin-top: 10px;

}

.ee01 ul li ul li{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 7px;
    list-style: decimal;
    margin-left: 20px;

}

.ee01 ul li:last-child{
	margin-bottom:0px;
}






/* 採用情報 ---------------------------------------------- */



.rrt01_01{
/*    background: #E2B4B4;*/

}

.rrt01_01 ul li{    
    max-width: 580px;
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin: 0 auto 20px auto;

    background:#C9D7EF;

}

    
.rrt01_01 ul li:nth-child(2n){
    margin: 0 auto 25px auto;
}




.rrt01_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.rrt01_bx_l{
    width: 47%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt01_bx_r{
    width: 53%;
    height: auto;
    float:right;

}


.rrt01_bx_in{


}

.rrt01_bx_in dl{
    margin-bottom: 20px;

}

.rrt01_bx_in dl dt{
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt01_bx_in dl dt span{
    font-size: 12px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 5px 2px 5px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt01_bx_in dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;    
}









.rrt01{
   font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;

}

.rrt02{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}

.rrt03{ 
    max-width: 580px;
    width: 100%;
    height:auto;
    float: none;
    margin: 0 auto 30px auto;
}

.rrt03 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt03 dl dd{
    font-size: 14px;
    line-height: 150%;
}



.rrt04{ 
    margin-bottom: 50px;
}

.rrt04 ul li{ 
    max-width: 580px;
    width: 100%;
    height:auto;
    float: none;
    margin: 0 auto 15px auto;
}

.rrt04 ul li:nth-child(2n){
    margin: 0 auto 0px auto;
}


.rrt04 dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.rrt04 dl dd{
    font-size: 14px;
    line-height: 150%;
}












.rrt05 {
    margin-bottom: 40px;
}

.rrt05 ul li{
    margin-bottom: 20px;
    padding-bottom: 35px;
    background: url("../img/recruit/03/list.jpg") left bottom no-repeat;
    background-size: 30px 21px;
}

.rrt05 ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    background:none;
}

.rrt05 ul li dl{
    margin-bottom: 10px;

}

.rrt05 ul li dl dt{
    max-width: 80px;
    width: 100%;
    height: auto;
    padding: 7px 0 2px 0;
    font-size: 15px;
    line-height: 100%;
    font-family: 'noto700';     
    text-align: center;
    color: #dadcde;
    background: #7b9ac0;
    
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;    
}


.rrt05 ul li dl dd{

    width: 100%;
    height: auto;
    padding: 10px 15px 12px 15px;
    box-sizing: border-box;    
    font-size: 14px;
    line-height: 100%;
    font-family: 'noto400';     

    color:#FFFFFF;
    background: #7b9ac0;
  border-top-right-radius: 6px;   
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;    
}

.rrt05_txt01{
    font-size: 14px;
    line-height: 150%;

}





.rrt06_tab{
    margin-bottom: 15px;
    scroll-behavior: smooth;    
}

.rrt06_tab ul li{
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 8px;
    float: left;
    border-right: 1px solid #0099cc;
    padding-right: 5px;
    padding-left: 10px;
}

.rrt06_tab ul li a{
    font-size: 12px;
    line-height: 100%;
    color: #0099cc;
    text-decoration: none;
}

.rrt06_tab ul li a:hover{

    color: #0099cc;
    text-decoration:underline;
}

.rrt06_tab ul li:first-child{
    padding-left: 0px;
}

.rrt06_tab ul li:last-child{
    border-right: none;
    padding-right: 0px;

}



.rrt06{
    margin-bottom: 40px;
}

.rrt06 table{
	width:100%;
	height:auto;
}

.rrt06 th{
    width: 70px;
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    background: #89819e;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 5px;

	border:1px solid #cccccc;
}

.rrt06 td{
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    padding: 7px 15px;
    
	border:1px solid #cccccc;
}

.rrt06 td ul li{
    float: left;
    padding-left: 7px;
    margin-right: 14px;
    background: url("../img/common/list001.png") left 8px no-repeat;

}









.rt13{
    margin-bottom: 17px;

}


.rt13 dl dt{
    font-size:18px;
    line-height: 140%;

    margin-bottom: 2px;
    font-family: 'noto700';   
}

.rt13 dl dd{
    font-size:14px;
    line-height: 160%;

    font-family: 'noto500';   
}


.rt14{

margin-bottom: 40px;

}


.rt14_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
}

.rt14_r{
    width: 100%;
    height: auto;
    float: none;
}

.rt14_img{
    text-align: center;
    margin-bottom: 15px;

}


.rt14_01{
}

.rt14_01 dl dt{
    font-size:16px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 16px;
    padding-bottom: 8px;
    
    border-bottom: 3px solid #003366;
    font-family: 'noto700';    
}


.rt14_01 dl dd{
    font-size:14px;
    line-height: 160%;
    margin-bottom: 25px;

}


.rt14_01 dl dd:last-child{
	margin-bottom:0px;
}



.rt14_02{
}

.rt14_02 dl dt{
    font-size:16px;
    line-height: 140%;
    color: #0099cc;

    margin-bottom: 16px;
    padding-bottom: 8px;
    
    border-bottom: 3px solid #003366;
    font-family: 'noto700'; 
}

.rt14_02 dl ul li{
   
    position: relative; 
    margin-bottom: 25px;
}






.rt14_02 dl ul li:after{
    position: absolute;

  content: '';/*空に*/   
  top:48px;
    left: 24px;
    border-left: 4px solid #003366;
    height: 25px;
    
    display:block;
}




.rt14_tl{

}


.rt14_tl_l{
    width: 48px;
    height: 48px;
    
    float: left;
    
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    
    background: #003366;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
  
}

.rt14_tl_l_bg01{
    background: #7f99b2 !important;

}




.rt14_tl_r{
    width: calc(100% - 60px);
    height: 48px;
    
/*    background: #DBADAE;*/
   
    float: right;
    
    font-size: 14px;
    line-height: 150%;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}






.timeline {

    width: 100%;
    margin: 0px auto;

}

.timeline-list {

}

.timeline-list-item {
    display: flex;
    line-height: 150%;
    font-size: 15px;
    margin-left: 10px;
    

}

.timeline-list-item .date {
    width:80px  !important;
    padding: 0 0 0 0px;
    color: #888888;


    font-size: 16px;
    line-height: 140%;

    
    font-family: oshidashi-m-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;  
}

.timeline-list-item .content {
    position: relative;
/*    max-width: 790px;*/
    width: 100%;


    
    padding: 0 0px 15px 25px;
    border-left: 3px #c4e4e9 solid;
    box-sizing: border-box;
    

    word-break: break-all;
    word-wrap: break-word;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -11px;
    width: 18px;
    height: 18px;
    background-color: #3d7199;
    border-radius: 10px;
}





.timeline_in01{
    margin-bottom: 10px;

}

.timeline_in01 dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #627a8c;
    margin-bottom: 5px;

    font-family: 'noto700';    
}

.timeline_in01 dl dd{
    font-size: 13px;
    line-height: 150%;

}

.timeline_in02{
    max-width: 1000px;
    width: 100%;

}

.timeline_in02 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
}

.timeline_in02 ul li:nth-child(2n){
    margin-right: 0%;
}




/* SDGs---------------------------------------------- */


.sdgs_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;

}



.sdgs_01 p{
    font-family: 'noto500'; 

}

.sdgs_01 ul{
    margin-top: 10px;
}


.sdgs_01 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-bottom: 5px;

}

.sdgs_01 ul li:last-child{
	margin-bottom:0px;
}

.sdgs_01 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_01 a:hover{
    color: #0099cc;
    text-decoration:none;
}



.sdgs_02{
    text-align: center;
    margin-bottom: 30px;
}

.sdgs_03{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}



.sdgs_03 a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_03 a:hover{
    color: #0099cc;
    text-decoration:none;
}


.sdgs_04{
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.sdgs_04 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;

}

.sdgs_04 ul li:nth-child(3n){
    margin-right: 0%;
}




.sdgs_05{

}

.sdgs_05 ul li{
    margin-bottom: 30px;
}


.sdgs_05_in{

}

.sdgs_05_l{
    width: 80px;
    float: left;

}

.sdgs_05_r{
    width: calc(100% - 95px);
    height: auto;
    float: right;
    
    font-size: 15px;
    line-height: 170%;
}

.sdgs_05_r dl dt{
    font-size: 15px;
    line-height: 150%;
    font-family: 'noto500';    
    margin-bottom: 10px;
    padding-bottom: 3px;
    
    border-bottom: 1px solid #000000;
}


.sdgs_05_r dl dd{
    font-size: 14px;
    line-height: 150%;
}


.sdgs_05_r dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.sdgs_05_r dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}






/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_bg{
	height:270px !important;
	background:url("../img/common/ctt_bg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.cmm_ctt{
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.cmm_ctt dl{
    margin-bottom: 20px;

}

.cmm_ctt dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd{
    font-size: 13px;
    line-height: 100%;
    text-align: center;

    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd p{
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt_t{
    font-size: 14px;
    line-height: 100%;
    text-align: center;  
    margin-top: 10px;

    font-family: shippori-mincho, sans-serif;
    font-style: normal;
    font-weight: 500;    
}

.cmm_ctt dl dd a{
    color: #000000;
    text-decoration: none;
}

.cmm_ctt dl dd a:hover{
    color: #000000;
    text-decoration: none;
}























/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:14px;
    line-height: 160%;

    margin-bottom: 5px;

}


.privacy dd {
    font-size:13px;
    line-height: 140%;
    margin-bottom: 20px;

}














/* お問い合わせフォーム---------------------------------------------- */



.ctt_txt01{
    font-size: 17px;
    line-height: 140%;
    font-family: 'noto700';    
    margin-bottom: 20px;

}


.ctt_txt02{

    margin-bottom: 50px;

}

.ctt_txt02 ul li{
    margin-bottom: 25px;

}

.ctt_txt02 ul li dl dt{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';   
    margin-bottom: 4px;
}

.ctt_txt02 ul li dl dd{
    font-size: 12px;
    line-height: 140%;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span{
    font-size: 15px;
    line-height: 140%;
    color: #009fa8;
    font-family: 'noto700';   
}

.ctt_txt02 ul li dl dd span::after{
	content: "\A" ;
	white-space: pre ;
}





.f_text01{
}

.f_text01 a{
    font-size: 13px;
    text-align: center;
    color: #000000;

}

.f_text01 a:hover{
    font-size: 13px;
    text-align: center;
    color: #000000;
    text-decoration: underline;

}



.contact-t{
    margin-bottom: 40px;
}

.contact-t dl{

}

.contact-t dl dt{

	font-size:15px;

	line-height:120%;
	margin-bottom:8px;
}

.contact-t dl dd{
	
	font-size:22px;
	line-height:140%;

    font-family: 'noto700';    
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}


.contact-t dl dd a{
    color: #000000;
    text-decoration: none;
}

.contact-t dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}






.ctt_tel{
    margin-bottom: 50px;

}

.ctt_tel dl dt{
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 5px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}









.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    border: 1px solid #9B9B9B;
    padding: 20px 15px;
    box-sizing: border-box;
}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 17px;
    line-height: 160%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}







#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:100%;
    height: 35px !important;     
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
    box-sizing: border-box;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
