@charset "utf-8";
/* CSS Document */

/***********************************************************/
/*　ゲストサイト(PC)に読み込ませるCSS　  */
/***********************************************************/
/*　社内メモ  */
/*　制作：大坪  */


/*******************************************/
/*レイアウトのスタイル（共通）*/
/*******************************************/
*{
	margin:0;
	padding:0;	
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
    overflow-y: scroll;
	font-size:62.5%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol{
	list-style-position:outside;
	margin-left:2em;
}
fieldset, img{
     border:0;
}
a{ text-decoration: none; outline:none;}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 14px;
    font-size: 1.4rem;
	line-height	: 1.3;
	-webkit-text-size-adjust: none;
	background:#FFF;

}
img{vertical-align:bottom;border:none;}



/*----------------------------------------------------
　　　リンクのスタイル（共通）
-----------------------------------------------------*/
a {color: #000000; text-decoration:underline;}

/*----------------------------------------------------
		クラス
-----------------------------------------------------*/

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.v_top{vertical-align:top;}
.f_r{float:right!important;}
.f_l{float:left!important;}
.clear{ clear:both;}
.mg-0{ margin:0!important;}

.pd-t15{ padding-top:15px!important;}
.bold{font-weight:bold;}

.fs_110{ font-size:110%;}
.fs_90{ font-size:90%;}
.fs_80{ font-size:80%;}

/*テキスト非表示*/
.txtint{
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
}

/*2行目からの字下げ*/
.txtint2 {
  padding-left: 1em;
  text-indent: -1em;
}

.disnon{
	display:none;
}
.linon{
	list-style:none;
}

/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*.inner{
	width:1200px;
	margin:0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
*/

.pos_re{position:relative;}
.pos_ab{position:absolute;}


.bd_none{border:none!important;}



/***********************************************************/
/*ヘッダー*/
/***********************************************************/
#header{
	min-width:1200px;
	background:#FFF;
	height:75px;
	border-bottom:1px solid #c9c9c9;
	position: fixed;
	z-index:1000;
	width: 100%;
}
h1{ 
	width:500px;
	height:52px;
	position:absolute;
	top:10px;
	left:4px;
}
h1 a{
	width:500px;
	height:52px;
	display:block;
	background-image:url(../img/tmpl_new/logo.png);
	background-position:left top -5px;
	background-repeat:no-repeat;
	background-size:auto 52px;
	text-decoration:none;
	padding:0 0 0 117px;	
	font-size:2.2rem;
	font-family: 'Quicksand', sans-serif;
}
h1 a span{ 
	display:block;
	font-size:1.4rem;
	padding-left:3px;
	height:1.9rem;
	line-height:1.9rem;
}
#body_eng h1 a,
#body_all h1 a,
#body_other h1 a{
	background-position:left top 6px;
	padding:12px 0 0 117px;	
}
#body_eng h1 a span,
#body_all h1 a span,
#body_other h1 a span{
	display:none;
}
#body_chc h1 a span{ 
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background-image:url(../img/tmpl_new/sitename_chc.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 19px;
}
#body_chs h1 a span{ 
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background-image:url(../img/tmpl_new/sitename_chs.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 19px;
}
#body_kor h1 a span{ 
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background-image:url(../img/tmpl_new/sitename_kor.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 19px;
}
#body_tha h1 a span{ 
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background-image:url(../img/tmpl_new/sitename_tha.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 22px;
}

.head_nav{
	position:absolute;
	right:0;
	top:20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.select_lang_wrap{
	position:relative;
}
.select_lang_wrap:after{
	content:"";
	position:absolute;
	display:block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #000;
	top:45%;
	right:20px;
}
#select_lang{
	height:40px;
	font-size:1.5rem;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight:600;
}
.head_nav .btn_to_gtop{
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight:600;
	font-size:1.5rem;
	display:block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	padding:0 35px 0 0;
	position:relative;
}
.head_nav .btn_to_gtop:after{
	content:"";
	position:absolute;
	display:block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 10px solid #000;
	top:40%;
	right:20px;
}
#body_tha .head_nav .btn_to_gtop,
#body_vie .head_nav .btn_to_gtop{ width:200px; }
/*#body_chc .head_nav ul li:nth-child(2) a{ width:200px; }*/
/*#body_kor .head_nav ul li:nth-child(2) a{ width:200px; }*/
/*#body_fra .head_nav ul li:nth-child(2) a{ line-height:16px; padding-top:1em;}
#body_tha .head_nav ul li:nth-child(1) a{ width:200px; }
#body_tha .head_nav ul li:nth-child(2) a{ width:170px; }*/



/***********************************************************/
/*フッター*/
/***********************************************************/
#footer{
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	background:#1b1b1b;
	width:100%;
	color:#fff;
	min-width:1200px;
	height:150px;
	font-size:1.3rem;
	padding:20px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .btn_dev{ margin-bottom:0.4em; }
#footer .btn_dev span{ font-weight:bold; }
#footer .btn_dev a{ text-decoration:underline; }

/***********************************************************/
/*コンテンツ*/
/***********************************************************/

#wrapper{
	width:100%;
	min-width:1200px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;/*並び順を逆転*/
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	padding-top:75px;
}

/*　検索部分
************************************/
.search_area{
	/*-webkit-box-flex: 0 0 370px;
    flex:0 0 370px;*/
	padding:10px 50px 30px 30px;
	width:370px;
	/*position: -webkit-sticky;
  	position: sticky;*/
	
}
.search_area_item{
	border-top:1px solid #c9c9c9;
	padding:12px 15px;
}
@media screen and (max-width: 1500px) {
	.search_area{
		padding:20px 35px 30px 25px;	
		width:270px;
	}
	/*.search_area_item{
		padding:20px 15px;
	}*/
}

.search_area_item.first{
	border:none;
	overflow:hidden;
}
.search_area h3{
	padding:0 0 0.5em;
	font-size:1.7rem;
	font-weight:700;
	clear:both;
}

.search_list{
	list-style:none;
	/*margin-top:0.5em;*/
	font-size:1.5rem;
}
.search_list a{
	text-decoration:none;
	color:#000;
	padding:5px 0;
	display:block;
	position:relative;
}

.search_list a.selected{
	color:#cc0000;
}
#map_link{
	/*position:absolute;*/
	font-size:1.4rem;
	font-weight:normal;
	color:#000;
	background:url(../img/tmpl_new/icon_map.png) right center no-repeat;
	background-size:18px auto;
	padding:0 24px 0 30px;
	/*top:-39px;
	right:40px;*/
	line-height:20px;
	
}
#map_s{
	margin:10px 0 10px 15px;
	width:190px;
	border-color:#FFF;
	border-style:solid;
	border-width:10px 4px 10px;
}

/*検索用地図
---------------------*/
#map_box { 
	width:600px;
	height:600px;
	position:fixed;  
	display:none;
	z-index:100001; 
	overflow: auto;
	background:#fff;
	text-align:center;
} 	
#overlay{  
	display:none;  
	background:#000000;  
	opacity:0.5;
	position:fixed;  
	top:0px;  
	left:0px;  
	min-width:100%;  
	min-height:100%;  
	z-index:100000;  
}


/*  閉じるアイコン
---------------------*/
.close_win{
	cursor:pointer;
	height:32px;
	line-height:32px;
	padding-left:30px;
	text-align:left;
}
.icon_close{
	position:absolute;
	display:inline-block;
	top:0px;
	left:0px;
	width:32px;
	height:32px;
	border:0;
	background-color: #CCC;
	border-radius:32px;
	margin:0;
	padding:0;
	transform:scale(0.5);
}
.icon_close:before{
	content:"";
	position:absolute;
	display:inline-block;
	top:4px;
	left:13px;
	width:6px;
	height:24px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.icon_close:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:4px;
	left:13px;
	width:6px;
	height:24px;
	border:0;
	margin:0;
	padding:0;
	background-color:white;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}

.search_list a .icon_close{
	position:absolute;
	display:none;
	left:auto;
	right:0;
	background-color: #C1C1C1;
}
.search_list a.selected/*:hover*/ .icon_close{
	display:inline-block;
}



/*　検索結果表示部分
************************************/
.list_area{
	padding:0 25px 0 0;
	/*-webkit-box-flex: 1 1 auto;
    flex:1 1 auto;*/
	width : -webkit-calc(100% - 370px) ;
  	width : calc(100% - 370px);
	min-height:1350px;
}
@media screen and (max-width: 1500px) {
	/*1500px以下は左カラム幅が縮小*/
	.list_area{
		width : -webkit-calc(100% - 270px) ;
  		width : calc(100% - 270px);
	}
}

/*  並び替え
---------------------*/
#sort{
	font-size:1.5rem;
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	padding-right:17px;
}
.sort_wrap{
	position:relative;
}
.sort_wrap:after{
	content:"";
	position:absolute;
	display:block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 6px solid #000;
	top:39%;
	right:5px;
}
/*sort等表示部*/
.tbl_sort td{
	padding-top: 20px;
	vertical-align:bottom;
}
.tbl_sort .results_cell{
	text-align:left;
	font-size:1.9rem;
	font-weight:700;
	color:#cc0000;
}
.tbl_sort .results_cell form{
	display:inline-block;
}

.skip_box{
	font-size:1.5rem;
	background:#eeeeee;
	margin:15px 0 10px;
	padding:15px;
	text-align:right;
	/*min-height:54px;*/
}
.skip_box a, .skip_box span {
    padding: 0 8px;
	display:inline-block;
	vertical-align:middle;
	text-decoration: underline;
	color:#333333;
}

.skip_box .cur { font-size:1.8rem; text-decoration:none;}

.skip_box a:hover { text-decoration:none; }


/*PDF一覧部
----------------------*/
.list_result{
	list-style:none;
	margin:20px 0 10px;
	padding-bottom: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;　
	-ms-flex-wrap    : wrap;
	flex-wrap:wrap;
	width:100%;
	position:relative;
}
.list_result li{
	margin:0 7px 7px 0;
	width : -webkit-calc(-webkit-calc(100% - 21px) / 4);
  	width : calc(calc(100% - 21px) / 4);
}
.result_wrap{
	position:relative;
	border:1px solid #c9c9c9;
	border-radius: 6px;
	padding:18px 20px 15px;
}
.result_wrap a:hover{
	opacity:0.7;
}
/*EDGE*/
 @supports (-ms-ime-align: auto) {
	.list_result li{
       width :24%;
    }
}	
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .list_result li{
        width :24%;
		
}
.list_result li:nth-child(4n){
	margin-right:0;
}
.list_result .pdf_img{
	height:320px;
	background: #F9F9F9;
	position: relative;
}
.list_result .pdf_img img{
	border:1px solid #c9c9c9;
	max-width: 100%;
	max-height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background:#FFF;
	
}
.list_result li h2{
	font-size:1.9rem;
	font-weight:bold;
	margin:0.7em 0 0.7em;
	overflow-wrap: break-word;

}
.pdf_summary{
	margin-bottom:1em;
	overflow-wrap: break-word;
	color:#666;
}
@media screen and (max-width: 1500px) {
/*1500px以下はPDFが3列表示*/
	
/*PDF一覧部
-------------------*/
	.list_result li{
	width : -webkit-calc(-webkit-calc(100% - 14px) / 3);
  	width : calc(calc(100% - 14px) / 3);
	}
	/*EDGE*/
 	@supports (-ms-ime-align: auto) {
		.list_result li{
      	width :32%;
    	}
	}	
	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, .list_result li{
        width :32%;
	}
	.list_result li:nth-child(4n){
		margin-right:7px;
	}
	.list_result li:nth-child(3n){
		margin-right:0;
	}
	/*.list_result .pdf_img{
		height:300px;
	}
	.list_result .pdf_img img{
		max-height: 300px;
	}*/
}

/*PDF　View_Count*/
.view_cnt {
	margin: 4px 0 0 0;
	font-size:1.1rem;
}

.view_cnt span {
	/*font-weight: bold;
	font-size:120%;*/
}
/*開発時確認用のテキスト*/
.dev_txt{
	font-size:1.1rem;
	color: #000;
	padding:5px;
	/*border:dashed 1px #CCC;*/
	background: #F2F2F2;
	width:60%;
	opacity:0.4;
	margin:auto auto -10px -15px;
}
.result_wrap.icon_jnto .dev_txt{
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:10;
	margin:0;
}


/*NEWアイコン
----------------------*/
span.icon_new_item{ 
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: url(../img/tmpl_new/icon_new.png) left top no-repeat;
	color:#FFF;
	border-radius: 6px 0 0 0;
	font-weight:600;
	height:27px;
	width:74px;
	text-align:center;
	line-height:27px;
	padding-right:15px;
	font-size:1.3rem;
	z-index:10;
}
/*.list_result li.icon_new span.icon_new_item{
	display:block;
}*/



/*JNTOアイコン
----------------------*/
/*span.icon_jnto_item{ display:none;}*/
span.icon_jnto_item{
	display:block;
	position:absolute;
	width:156px;
	height:66px;
	background: url(../img/tmpl_new/icon_jnto.png) left top no-repeat;
	bottom:0;
	right:0;
	border-radius: 0 0 6px 0;
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
}
/*.list_result li.icon_jnto */.result_wrap.icon_jnto {
	padding-bottom: 68px;
}



/*言語アイコン
-----------------------*/
.icon_wrap{
	font-size:0;
}
.icon_wrap span{
	font-size:1.2rem;
	display:inline-block;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#000;
	color:#FFF;
	margin-bottom:4px;
	margin-right:4px;
	width : -webkit-calc(-webkit-calc(100% - 16px) / 4);
  	width : calc(calc(100% - 16px) / 4);
	min-width:65px;
	
}
.icon_wrap span.lng_eng{ background:#1253a4; }
.icon_wrap span.lng_chc{ background:#8e44ad; }
.icon_wrap span.lng_chs{ background:#f26964; }
.icon_wrap span.lng_kor{ background:#69C82B; }
.icon_wrap span.lng_fra{ background:#0e7ac4; }
.icon_wrap span.lng_ger{ background:#909090; }
.icon_wrap span.lng_spa{ background:#e9872e; }
.icon_wrap span.lng_tha{ background:#339DAC; }
.icon_wrap span.lng_ind{ background:#D89AB3; }
.icon_wrap span.lng_vie{ background:#23696B; }
.icon_wrap span.lng_por{ background:#984541; }
.icon_wrap span.lng_rus{ background:#569948; }
.icon_wrap span.lng_ita{ background:#60C9DB; }
.icon_wrap span.lng_other{ background:#000000; }


/*関連パンフ
----------------------*/
.related_pamph{
	border:6px solid #a0a0a0;
	padding:10px;
	margin-top:10px;
	position:relative;
	width:100%;
	left:0;
	background:#FFF;
	display:none;
	font-size:0;
}
.p_triangle{
	display:block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom: 15px solid #a0a0a0;
	top: -36px;
	position:absolute;
}
.p_triangle:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
	top: -6px;
	left:-15px;
	position:absolute;
	z-index:1;
}
.related_pamph h3{
	font-weight:700;
	font-size:1.8rem;
	margin:0.3em 20px 0.1em;
	width:100%;
}
.related_pamph .re_pamph_wrap{
	width : 16.666%;
	width : -webkit-calc(100% / 6) ;
    width : calc(100% / 6) ;
	padding:18px;
	display:inline-block;
	font-size:1.4rem;
	vertical-align:top;
}
.related_pamph .re_pamph_wrap:hover{
	opacity:0.7;
}
@media screen and (max-width: 1500px) {
/*1500px以下はPDF表示部の幅*/
	.related_pamph .re_pamph_wrap{
		width : 25%;
	}
}
.related_pamph .re_pdf_img{
	text-align:center;
	margin-bottom:1em;
}
.related_pamph .re_pdf_img img{
	max-width:60%;
	min-width:150px;
	border:1px solid #c9c9c9;
	
}
.related_pamph .re_pdf_title{
	font-weight:700;
	overflow-wrap: break-word;
	font-size:1.6rem;
}
/*閉じるボタン*/
.re_pdf_close{
	position:absolute;
	display:block;
	cursor:pointer;
	width: 30px;
    height: 30px;
    top: 15px;
    right: 20px;
}
.re_pdf_close:before,
.re_pdf_close:after{
	position:absolute;
	display:block;
	content:"";
	background:#424242;
}
.re_pdf_close:before{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 15px;
	width: 4px;
	height: 30px;
}
.re_pdf_close:after{
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left: 15px;
	width: 4px;
	height: 30px;
}
.re_pdf_close:hover{
	opacity: 0.6;
}

/***********************************************************/
/*フォーム*/
/***********************************************************/
/*フォームのスタイルをリセット*/
input[type="text"], input[type="button"], button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
   -webkit-border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*firefox用*/
  text-indent: 0.01px;
  text-overflow: '';
	/*font-size:16px;*/
}
select::-ms-expand {
  display: none;
}
.head_nav select{
	padding:0px 34px 0px 0px;
	margin-right:10px;
}

input.search_input[type="text"]{
	height:34px;
	line-height:34px;
	border:solid #c9c9c9;
	border-width:1px 0 1px 1px;
	border-radius: 6px 0 0 6px;
	padding:0 10px;
	margin:7px 0 0 0;
	float:left;
	width : -webkit-calc(100% - 34px) ;
  	width : calc(100% - 34px);
}
#submit{
	margin:7px 0 0 0;
	height:34px;
	width:34px;
	border:solid #c9c9c9;
	border-width:1px 1px 1px 0;
	border-radius: 0 6px 6px 0; 
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/tmpl_new/bg_submit.svg) left 2px center no-repeat;
	background-size:17px 17px;
	float:left;
	cursor:pointer;
}





