/*
Theme Name: njppp.ORIGINAL v1.1
Description: njppp original theme ver 1.1
Author: njppp
*/

@charset "utf-8";
/*=================================
	reset.css
================================ */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,p, blockquote{
  margin: 0;
  padding: 0;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align:bottom;
}
address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

a img {
  border: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  *zoom:1;
}
/*=================================
	general
================================ */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-family:  Arial, Helvetica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color:#333; 
  font-size: 14px;
  font-size: 1.4rem;
  font-weight:normal;
  line-height:1.7;
  background:#FCFCFB;
}

a:link{ color: #603722; text-decoration: none; word-break: break-all;
}
a:visited { color: #603722;}
a:hover { color: #E17700; text-decoration: underline; }
a {-webkit-tap-highlight-color: #54C3F1;}

/* スマホ縦横 フォントサイズ固定 */
body {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　/*IE8のみ適用*/
}

#wrapper {
  width:100%;
  text-align : center;
  background : #FFF;
}

main{
  text-align:left;
}


/*=================================
	header
================================ */

#header{
  text-align:left;
}

.headerinner{
  position:relative;
  width:960px;
  margin:0 auto;
}

.sitettl a{
  display:inline-block;
  height:90px;
  font-size: 18px;
  font-size: 1.8rem;
  color:#333;
  font-weight:bold;
  line-height:1.1;
  padding-top:26px;
}
#site-en .sitettl a{
  padding-top:37px;
}
.sitettl span{
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight:normal;
  color:#E07700;
}
.sitettl a:hover{
  text-decoration:none;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}

#hnav{
  font-size: 12px;
  font-size: 1.2rem;
  background:#FCFCFB;
  border-top:1px #E07700 solid;
  border-bottom:1px #E9E9DE solid;
}

.langnav,
.langnavsp{
  font-size: 12px;
  font-size: 1.2rem;
}
.langnav{
  position:absolute;
  top:30px;
  right:0;
  text-align:right;
}

.langnavsp{
  display:none;
  padding:10px 3%;
}
.langnav li,
.langnavsp li{
  display:inline-block;
  line-height:1.5;
  padding:3px 0 3px 10px;
}
.langnav li:first-child,
.langnavsp li:first-child{
  padding:3px 14px 3px 0;
  border-right:1px #E9E9DE solid;
}
.langnav a,
.langnavsp a{
  padding:3px 0;
  border-bottom:2px #FFF solid;
}
.langnav a:hover,
.langnavsp a:hover{
  text-decoration:none;
  border-bottom:2px #E17700 solid;
}
.langnav a.navon,
.langnavsp a.navon{
  color:#E07700;
  border-bottom:2px #E07700 solid;
}
#menu-header-navigation{
  display:table;
  width:960px;
  margin:0 auto;
}
#menu-header-navigation li{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  border-right:1px #E9E9DE solid;
}
#menu-header-navigation li:first-child{
  background:#E07700;
}
#menu-header-navigation li a{
  display:block;
  line-height:1.5;
  padding:10px 0;
  text-align:center;
}
#site-en #menu-header-navigation li a{
  display:block;
  line-height:1.5;
  padding:19px 0;
  text-align:center;
}
#menu-header-navigation li a span{
  display:block;
}
#menu-header-navigation li:first-child a{
  color:#FFF;
}
#menu-header-navigation li:hover{
  text-decoration:none;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}
#menu-header-navigation li a{
  text-decoration:none;
}

#toggle{
  display:none;
  padding:0 3%;
  background:#E27701;
  border-bottom:1px #FFF solid;
}
#toggle span{
  display:block;
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size:12px;
  font-size:1.2rem;
  color:#FFF;
  line-height:1;
  padding:16px 0 16px 20px;
  background:url("images/arrow05.png") 0 center no-repeat;
  cursor:pointer;
}
#toggle span.gnavon{
  background-image:url("images/arrow06.png");
}

/*-------------------- ■ START Media Queries ■ --------------------*/

@media (max-width: 960px) {/*less than 960px*/
.headerinner,
#menu-header-navigation{
  width:100%;
}
.headerinner{
  padding:0 3%;
}
.langnav{
  right:3%;
}

}/* end 960px */

@media (max-width: 768px) {/*less than 768px*/
#toggle{
  display:block;
}
.langnav{
  display:none;
}
.langnavsp{
  display:block;
}
#hnav{
  display:none;
  font-size: 13px;
  font-size: 1.3rem;
  background:#FCFCFB;
  border-top:none;
  border-bottom:1px #E9E9DE solid;
}

#menu-header-navigation{
  display:block;
  margin:0 auto;
}
#menu-header-navigation li{
  display:block;
  vertical-align:middle;
  text-align:left;
  border-right:none;
  border-top:1px #E9E9DE solid;
}
#menu-header-navigation li:first-child{
  background:transparent;
}
#menu-header-navigation li a,
#site-en #menu-header-navigation li a{
  display:block;
  line-height:1.5;
  padding:13px 3%;
  text-align:left;
}
#menu-header-navigation li a span{
  display:block;
}
#menu-header-navigation li:first-child a{
  color:#603722;
}
#menu-header-navigation li:first-child a:hover{
  color:#E17700;
}
#menu-header-navigation li a span{
  display:inline;
}
#menu-header-navigation li:hover{
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity:1;
}
}/* end 480px */
@media (max-width: 480px) {/*less than 480px*/
.sitettl a{
  height:60px;
  font-size: 17px;
  font-size: 1.7rem;
  padding-top:13px;
}
#site-en .sitettl a{
  font-size: 15px;
  font-size: 1.5rem;
  padding-top:22px;
}
}/* end 480px */

/*=================================
	footer
================================ */
.footsect{
  clear:both;
}
.totop a{
  display:block;
  width:240px;
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size:11px;
  font-size:1.1rem;
  color:#FFF;
  line-height:1;
  text-align: center;  
  padding:12px 0 4px;
  margin:0 auto;
  background:url("images/arrow03.png") center 5px no-repeat #E27701;
}
.totop a:hover{
  text-decoration:none;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}

#footer{
  text-align:left;
  background:#FCFCFB;
  border-top:1px #E27701 solid;
}
.footerinner{
  width:960px;
  padding:20px 0;
  margin:0 auto;
}
#fnav{
  margin-bottom:15px;
}
#fnav li{
  display:inline-block;
}
#fnav li a{
  display:inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  padding:0 11px 0 7px;
  background:url("images/arrow02.png") 0 center no-repeat;
}
.copy{
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size:11px;
  font-size:1.1rem;
  color:#676759;
  text-align:center;
}
/*-------------------- ■ START Media Queries ■ --------------------*/

@media (max-width: 960px) {/*less than 960px*/
.footerinner{
  width:100%;
  padding:20px 3%;
}
}/* end 960px */
@media (max-width: 480px) {/*less than 480px*/
#fnav{
  display:none;
}
.copy span{
  display:block;
}
}/* end 480px */

/*=================================
	contents layout
================================ */
.tcontents{
  margin:60px 0 100px;
}
.contents{
  width:960px;
  margin:42px auto 100px;
}

#mainarea{
  width:68.75%;
  float:left;
}
#subarea{
  width:25%;
  float:right;
}
@media (max-width: 960px) {/*less than 960px*/
.contents{
  width:100%;
  margin:60px 0;
  padding:0 3%;
}
}/* end 960px */

@media (max-width: 768px) {/*less than 768px*/
#mainarea{
  width:100%;
  margin-bottom:60px;
  float:none;
}
#subarea{
  width:100%;
  float:none;
}
}/* end 768px */
@media (max-width: 480px) {/*less than 480px*/
.tcontents{
  margin:40px 0 100px;
}
.contents{
  margin:22px auto 100px;
}
}/* end 480px */

/*=================================
	contents common
================================ */

.cttlbox{
  background:#E27701;
}
.cttl{
  width:960px;
  font-size:24px;
  font-size:2.4rem;
  font-weight:bold;
  padding:30px 0;
  margin:0 auto;
}
.cttlbox{
  background:#FCFCFB;
  border-bottom:1px #E9E9DE solid;
}
.cttl span{
  display:inline-block;
  color:#333;
  padding-left:10px;
  border-left:5px #E27701 solid;
}

a.cmnbtn01{
  display:block;
  width:240px;
  color:#FFF;
  line-height:1;
  text-align:center;
  padding:10px 0;
  margin:40px auto 0;
  background:url("images/arrow01.png") center right no-repeat #333;
}
a.cmnbtn01:hover{
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
  text-decoration:none;
}
.cmnlead{
  margin-bottom:30px;
}
.cmnlead .note{
  display:inline-block;
  color:#E27701;
  margin-bottom:10px;
}

.cmnlead a{
  text-decoration:underline;
}
.comingsoon{
text-align:center;
padding:20px;
background:#FCFCFB;
border: 1px #E9E9DE solid;
}
@media (max-width: 960px) {/*less than 960px*/
.cttl{
  width:100%;
  padding:30px 3%;
}
}/* end 960px */
@media (max-width: 480px) {/*less than 480px*/
.cttl{
  font-size:18px;
  font-size:1.8rem;
  padding:15px 3%;
}
}/* end 480px */

/*------------------------------------------
	breadclumb
------------------------------------------*/

#breadcrumbs ul {
  width:960px;
  margin:7px auto 0;
}

#breadcrumbs li {
  display:inline;
  font-size:11px;
  font-size:1.1rem;
  line-height:1.5;
}

#breadcrumbs li:first-child:before {
  content:none;
}

/*------- ■ START Media Queries ■ -------*/
@media (max-width: 960px) {

#breadcrumbs ul {
  width:100%;
  padding:0 3%;
}

}/* end 960px */
@media (max-width: 480px) {

#breadclumbs {
  display:none;
}

}/* end 480px */


/*------------------------------------------
	link icon
------------------------------------------*/
.newslist a[target="_blank"]:after,
.postbody a[target="_blank"]:after{
  content:url(images/icon_subwin.png);
  margin-left:7px;
}
.newslist a[href$=".pdf"]:after,
.postbody a[href$=".pdf"]:after{
  content:url(images/icon_pdf.png);
  margin-left:7px;
}
.newslist a[href$=".xls"]:after,
.newslist a[href$=".xlsx"]:after,
.postbody a[href$=".xls"]:after,
.postbody a[href$=".xlsx"]:after{
  content:url(images/icon_excel.png);
  margin-left:7px;
}
.newslist a[href$=".doc"]:after,
.newslist a[href$=".docx"]:after,
.postbody a[href$=".doc"]:after,
.postbody a[href$=".docx"]:after{
  content:url(images/icon_word.png);
  margin-left:7px;
}

/*------------------------------------------
	newslist
------------------------------------------*/
.newslist{
  font-size: 16px;
  font-size: 1.6rem;
}
.newslist dt{
clear:left;
  width:100px;
  color:#E27701;
  padding-top:16px;
  float:left;
}
#site-en .newslist dt{
  width:160px;
}
.newslist dd{
  padding:16px 0 16px 120px;
  border-bottom:1px #DAD4D1 dotted;
}
.newslist dd.sticky{
  background:#FFFDF5;
}

#site-en .newslist dd{
  padding:16px 0 16px 180px;
}

@media (max-width: 768px) {/*less than 768px*/
.newslist dt{
  padding-top:16px;
  float:none;
}
.newslist dd{
  padding:10px 0 16px 0;
}
}/* end 768px */

/*------------------------------------------
	postlist
------------------------------------------*/
.postlist>li{
  margin-top:30px;
}
.postlist>li:first-child{
  margin-top:0;
}
.postlist>li a{
  display:block;
  padding:15px 35px 15px 15px;
  background:url("images/arrow04.png") right center no-repeat #FCFCFB;
  border-top:1px #DAD4D1 dotted;
  border-bottom:1px #DAD4D1 dotted;
}
.postlist>li a:hover{
  text-decoration:none;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}
.postlist li ul,
.posthead li{
  margin-bottom:12px;
}
.postlist li li,
.posthead li{
  display:inline-block;
}

.postdate {
  font-size:13px;
  font-size:1.3rem;
  line-height:1;
  padding:3px 0 3px 18px;
  margin-right:10px;
  background:url("images/icon_date.png") 0 center no-repeat;
}
.postlist .postcat span,
.posthead .postcat a{
  font-size:12px;
  font-size:1.2rem;
  line-height:1;
  color:#FFF;
  padding:3px 5px;
  margin-right:5px;
  background:#E27701;
}
.postlist h2{
  font-size:18px;
  font-size:1.8rem;
  line-height:1.5;
}

/*------------------------------------------
	post
------------------------------------------*/
.posthead{
  position:relative;
  padding:15px;
  margin-bottom:20px;
  background:#FCFCFB;
  border-top:2px #E27701 solid;
  border-bottom:1px #DAD4D1 dotted;
}
.posthead h1{
  font-size:18px;
  font-size:1.8rem;
  font-weight:bold;
  line-height:1.5;
}
.posthead .postdate{
  position:absolute;
  top:15px;
  right:15px;
}

.postbody:before,
.postbody:after{
  content:"";
  display: table;
}
.postbody:after{
  clear: both;
}
.postbody{
  *zoom:1;
}
.postbody hr{
  margin:60px 0;
  border: none;
  border-top:1px #F0EEED solid;
  clear:both;
}
.postbody h1{
  font-size:24px;
  font-size:2rem;
  font-weight:bold;
  line-height:1.5;
  margin:100px 0 20px;
  padding-left: 10px;
  border-left: 3px #E27701 solid;
  clear:both;
}
.postbody h1:first-child{
  margin:0 0 20px;
}

.postbody h2{
  font-size:18px;
  font-size:1.8rem;
  color:#E27701;
  font-weight:bold;
  line-height:1.5;
  padding-bottom:10px;
  margin:60px 0 20px;
  border-bottom:1px #E27701 solid;
  clear:both;
}
.postbody h2:first-child{
  margin:0 0 20px;
}
.postbody h2 a,
.postbody h3 a{
color:#E27701;
}

.postbody h3{
  font-size:16px;
  font-size:1.6rem;
  color:#E27701;
  font-weight:bold;
  line-height:1.5;
  margin:0 0 1em;
}
.postbody h3.tablemds{
  font-size:14px;
  font-size:1.4rem;
  color:#333;
  font-weight:bold;
  line-height:1.5;
  margin:0 0 20px;
}
.postbody h4{
  font-size:15px;
  font-size:1.5rem;
  font-weight:bold;
  line-height:1.5;
  margin:0 0 1em;
}
.postbody h5{
  font-weight:bold;
  line-height:1.5;
  margin:0 0 1em;
}
.postbody div.clear{
  clear:both;
  height:0;
}
.postbody p{
  margin:0 0 2em;
}
.postbody p.notes{
  font-size:13px;
  font-size:1.3rem;
  text-indent:-1em;
  padding-left:1em;
}
.postbody p.notes::before{
  content:"※";
}
#site-en .postbody p.notes::before{
  content:"*";
}

.postbody img{
  display:block;
  margin:2em 0;
}
.postbody .aligncenter img,
.postbody img.aligncenter{
  display:block;
  margin:0 auto 2em;
}
.postbody .alignleft img,
.postbody img.alignleft{
  margin:0 40px 2em 0;
  float:left;
}
.postbody .alignrigh img,
.postbody img.alignright{
  margin:0 0 2em 40px;
  float:right;
}
.postbody a{
  text-decoration:underline;
}

.postbody ol{
  margin:20px 3% 2em 2.1em;
}
.postbody ol li{
  margin-top:10px;
}
.postbody ol li:first-child{
  margin-top:0;
}

.postbody ul{
  margin:20px 3% 2em 1em;
}
.postbody ul li{
  padding-left:16px;
  margin-top:10px;
  background:url("images/bullet01.png") 0 0.7em no-repeat;
}
.postbody ul[style^="list-style-type"]{
  margin:20px 3% 2em 1.3em;
}
.postbody ul[style^="list-style-type"] li{
  padding-left:0;
  margin-top:10px;
  margin-left:12px;
  background:none;
}
.postbody ul li:first-child{
  margin-top:0;
}

.postbody dl.related-list{
  margin:20px 3% 2em 1em;
}
.postbody dl.related-list dt{
text-indent:-1em;
margin-top:15px;
}

.postbody dl.related-list dt::before{
content:"> ";
color:#E27701;
}
.postbody dl.related-list dd{
margin-top:5px;
}
.postbody table{
  margin:20px 0 30px;
  border-top:1px #F0EEED solid;
  border-left:1px #F0EEED solid;
}
.postbody th,
.postbody td{
  padding:20px;
  border-right:1px #F0EEED solid;
  border-bottom:1px #F0EEED solid;
}
.postbody th{
  font-weight:normal;
  vertical-align:top;
  background:#FCFCFB;
}
.postbody strong{
  font-weight:bold;
}
.postbody em {
  font-style: italic;
}
.postbody blockquote {
  display: block;
  padding:1em;
  margin:20px;
  border-left:3px #F0EEED solid;
}
.postbody .marker{
  font-weight:bold;
  background:#FFF5CE;
}
.rsptable{
  margin:20px 0 30px;
  border-top:1px #F0EEED solid;
  border-left:1px #F0EEED solid;
}
.rsptable dl{
  display:table;
  width:100%;
}

.rsptable dt,
.rsptable dd{
  display:table-cell;
  padding:20px;
  border-right:1px #F0EEED solid;
  border-bottom:1px #F0EEED solid;
}
.rsptable dt{
  white-space:nowrap;
  text-align:center;
  vertical-align:top;
  padding:20px 10px;
  background:#FCFCFB;
}
.rsptable01 dt{
  width:100px;
}
.rsptable02 dt{
  width:150px;
}
.rsptable03 dt{
  width:200px;
}
.rsptable dd li{
  margin-top:0px;
}
.rsptable dd ul,
.rsptable dd ol{
  margin:0px 3% 2em 1em;
}

.flfrm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.flbox2-1{
	width:47.5%;
}

.flbox3-1{
	width:30%;
}
.flbox4-1{
	width:23%;
	margin-bottom: 30px;
}

.update{
text-align:right;
margin-bottom:30px;
}
.update span{
color:#E27701;
}

.postbody .bnr-frm01{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}
.postbody .bnr-frm01 a{
display: flex;
min-height:100px;
align-items:center;
width:47.5%;
text-align:center;
text-decoration:none;
background: url(images/arrow04.png) right center no-repeat #FCFCFB;
border: 1px #E9E9DE solid;
}
.postbody .bnr-frm01 a span{
width:100%;
font-size: 16px;
font-size: 1.6rem;
padding:10px 30px;
}

/*------- ■ START Media Queries ■ -------*/
@media (max-width: 660px) {
.postbody img.alignleft,
.postbody img.alignright{
  margin:0 auto 20px;
  float:none;
}

.flfrm{
	display: block;
}
.flfrm .flbox2-1,
.flfrm .flbox3-1,
.flfrm .flbox4-1{
	width:auto;
	margin-bottom:30px;
}
.postbody .bnr-frm01 a{
width:100%;
	margin-bottom:20px;
}

}/* end 660px */
@media (max-width: 480px) {
.postbody th,
.postbody td{
  padding:10px;
}
.rsptable dl{
  display:block;
}
.rsptable dt,
.rsptable dd{
  display:block;
  width:100%;
  text-align:left;
  padding:10px 10px;
}

}/* end 480px */

/*------------------------------------------
	sublist
------------------------------------------*/
.sublist{
  margin-bottom:60px;
}
.submds{
  font-size:16px;
  font-size:1.6rem;
  color:#E27701;
  font-weight:bold;
  padding:15px 10px;
  margin-bottom:20px;
  background:#FCFCFB;
  border-top:2px #E27701 solid;
  border-bottom:1px #DAD4D1 dotted;
}
.sublist li{
  line-height:1.5;
  padding-left:8px;
  margin:0 10px 15px 10px;
  background:url("images/arrow02.png") 0 0.6em no-repeat;
}
.sublist .children{
  margin-top:15px;
}
.sublist select{
  width:100%;
  padding:3px;
  border:1px #F0EEED solid;
}

/*------------------------------------------
	archive page title
------------------------------------------*/
.archivemds{
  font-size:20px;
  font-size:2rem;
  color:#E27701;
  font-weight:bold;
  padding:15px 10px;
  margin-bottom:30px;
  background:#FCFCFB;
  border-top:2px #E27701 solid;
  border-bottom:1px #DAD4D1 dotted;
}

/*------------------------------------------
	archive page nav
------------------------------------------*/
.local-navigation {
  margin: 60px 0 40px;
  line-height:1;
  text-align:center;
}

a.page-numbers,
.local-navigation .current {
  display:inline-block;
  padding:5px 7px;
  margin:0 3px;
  border:1px #F0EEED solid ;
  text-decoration:none;
  font-size: 12px;
  font-size: 1.2rem;
}

a.page-numbers:hover {
  background:#F9F9F7;
}

.local-navigation .current {
  color:#333;
  background:#F9F9F7;
  font-weight:bold;
}

/*------------------------------------------
	single page nav
------------------------------------------*/
.nav-single {
  font-size:13px;
  font-size:1.3rem;
}

.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-single{
  margin-top:60px;
}






/*=================================

	top page

================================ */

.mainimg{
  width: 100%;
  height: 350px;
  padding-top:270px;
  background-color:#FCFCFB;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.mainimg p{
  width:960px;
  text-align:right;
  margin:0 auto;
}

.mainimg span{
  display:inline-block;
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color:#FFF;
  line-height:1;
  padding:10px;
  background-color:rgba(224,119,0,0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#90E27701,EndColorStr=#90E27701";　/* IE8以上 */
}


.tprofilesect{
  width:960px;
  margin:0 auto;
}
.tprofilesect h2{
  font-size: 32px;
  font-size: 3.2rem;
  color:#E27701;
  font-weight:bold;
  line-height:1.5;
  text-align:center;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:2px #E27701 solid;
}
.tprofilesect p{
  font-size: 16px;
  font-size: 1.6rem;
}

.tmiddle{
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:960px;
  margin:0 auto;
}

.tcontbnrsect{
  width:960px;
  margin:60px auto 0;
  -webkit-box-ordinal-group:0;
  -ms-flex-order:0;
  -webkit-order:0;
  order:0;
}


.tcontbnrsect ul{
  display:flex;
  width:100%;
  justify-content:space-between;
  flex-wrap: wrap;
}
.tcontbnrsect li{
  width:24%;
}
.tcontbnrsect li a{
  display:table;
  width:100%;
  height:200px;
  margin-bottom:20px;
}
.tcontbnrsect li a:hover{
  text-decoration:none;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}

.tcontbnrsect li h2{
  display:table-cell;
vertical-align:middle;
  height:200px;
  font-size:20px;
  font-size:2rem;
  color:#FFF;
  font-weight:bold;
  line-height:1;
  text-align:center;
  background-color: rgba(0,0,0,0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#30000000,EndColorStr=#30000000";　/* IE8以上 */
}
#site-en .tcontbnrsect li h2 {
}
.tsummit a{
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.tevent a{
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.tproject a{
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.tadmission a{
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.tcontbnrsect h2 span{
  display:block;
  font-family:Lucida Sans Unicode, Arial, sans-serif;
  font-size:14px;
  font-size:1.4rem;
  font-weight:normal;
  margin-top:5px;
}

.tpolicysect{
  width:960px;
  margin:60px auto 0;
}
.tpolicysect h2{
  font-size: 32px;
  font-size: 3.2rem;
  color:#E27701;
  font-weight:bold;
  line-height:1.5;
  text-align:center;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:2px #E27701 solid;
}
.tpolicysect p{
  font-size: 16px;
  font-size: 1.6rem;
}

.tnewssect{
  width:960px;
  margin:60px auto 0;
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.tnewssect h2{
  font-size: 32px;
  font-size: 3.2rem;
  color:#E27701;
  font-weight:bold;
  text-align:center;
  line-height:1.5;
  padding-bottom:20px;
  border-bottom:1px #E27701 solid;
}


.torgsect{
  margin-top:60px;
  background:#FAFAFA;
  border-top:1px #F0EEED solid;
  border-bottom:1px #F0EEED solid;
}
.torgsectinner{
  width:960px;
  margin:60px auto 50px;
}
.torgsect h2{
  font-size:24px;
  font-size:2.4rem;
  color:#E27701;
  font-weight:bold;
  line-height:1;
  text-align:center;
  margin-bottom:30px;
}
.torgsect li{
  width:16.6%;
  padding:10px;
  float:left;
}
.torgsect .hbnrname{
  display:none;
}
.torgsect li a{
  display:block;
  text-align:center;
  background:#FFF;
  border:1px #F0EEED solid;
}
.torgsect li a:hover{
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity:0.8;
}

/*-------------------- ■ START Media Queries ■ --------------------*/

@media (max-width: 960px) {/*less than 960px*/
.mainimg p{
  width:100%;
}
.tprofilesect,
.tpolicysect,
.tcontbnrsect,
.tnewssect,
.torgsectinner{
  width:100%;
  padding:0 3%;
}

}/* end 960px */
@media (max-width: 768px) {/*less than 768px*/
.mainimg{
  height: 200px;
  padding-top:200px;
  margin-bottom:100px;
}
.mainimg span{
  display:block;
  font-size: 20px;
  font-size: 2rem;
  color:#E27701;
  text-align:left;
  padding:3%;
  background-color:#FCFCFB;
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00FFFFFF,EndColorStr=#00FFFFFF";　/* IE8以上 */
  border-bottom:1px #E9E9DE solid;
}
.tprofilesect h2,
.tpolicysect h2,
.tnewssect h2{
  font-size:24px;
  font-size:2.4rem;
}

.tcontbnrsect ul{
  display:block;
}
.tcontbnrsect li{
  display:block;
  width:100%;
  padding:0;
  margin-top:60px;
}
.tcontbnrsect li h2{
  font-size:24px;
  font-size:2.4rem;
}
.tcontbnrsect li:first-child{
  margin-top:0;
}


.torgsect li{
  width:25%;
}

}/* end 768px */
@media (max-width: 480px) {/*less than 480px*/
.mainimg{
  height: 100px;
  padding-top:100px;
  margin-bottom:80px;
}
.mainimg span{
  font-size:14px;
  font-size:1.4rem;
}
.tprofilesect h2 span{
  display:block;
}
.tnewssect{
  -webkit-box-ordinal-group:0;
  -ms-flex-order:0;
  -webkit-order:0;
  order:0;
}
.tcontbnrsect{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.torgsect li{
  width:50%;
}
}/* end 480px */


/*=================================

	news

================================ */
.newssect .newslist{
  border-top:1px #DAD4D1 dotted;
}

/*=================================

	link

================================ */
@media (max-width: 480px) {/*less than 480px*/
.link .postbody li a{
  display:block;
}
}/* end 480px */

/*=================================
	searchbox
================================ */
.searchbox{
  width:220px;
  height:25px;
  position:relative;
}

.searchbox input{
  box-sizing:border-box;
  width:220px;
  min-height:25px;
  padding:0 40px 0px 10px;
  border:1px #F0EEED solid;
  background:#fff;
  font-size:14px;
  font-size:1.4rem;
  line-height:1.5;
  -webkit-writing-mode: horizontal-tb;
}

#searchsubmit{
  position: absolute;
  display:block;
  top:0px;
  right:0;
  width:27px;
  height:17px;
  margin:0;
  padding:0;
  overflow:hidden;
  background: url(images/search.png) 7px 6px no-repeat;
  border:0;
}

