@charset "utf-8";
/*-------------------- hero --------------------*/
.hero {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 20px 0 40px;
	width: 98%;
}
.hero::after {
	clear: both;
	content: "";
	display: block;
}
/*-------------------- slider --------------------*/
#slider {
	float: left;
	width: 64%;
}
#slider .flex-viewport li {
	background: no-repeat center;
	background-size: cover;
	position: relative;
	padding-top: 5.01%;
}
#slider .flex-viewport .has__link {
	padding-top: 0;
}
#slider .flex-viewport a {
	display: block;
	/*padding-top: 50%;*/
	position: relative;
	width: 100%;
}
#slider .flex-viewport img{
  width:auto;
  max-width:100%;
  max-height: 320px;
  display: block;
  margin:0 auto;
}
#slider .flex-viewport p {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 2% 2% 1%;
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	width: 100%;
}
#slider .flex-viewport strong {
	display: block;
	font-size: 120%;
	margin-bottom: 0.5em;
}
/*-------------------- prInfo --------------------*/
.prInfo {
	float: right;
	width: 34%;
    min-height: 320px;
    background: #eee;
    padding:10px;
    box-sizing: border-box;
}
.topEvent_title{
    text-align: center;
    font-weight: bold;
    color:#00aa8a;
    display: block;
    padding:0 0 5px;
}
.topEvent_link{
    display: block;
    margin:0 auto;
    color:#fff !important;
    font-weight: bold;
    background: #00aa8a;
    border-radius: 20px;
    padding:7px 10px;
    width:220px;
    text-align: center;
}
.topEvent{
    background: #fff;
    overflow-y:auto;
    height:226px;
    margin:0 0 10px;    
    border-radius: 4px;
}
.topEvent dl{
    padding:10px;
}
.topEvent dt{
    margin:0 0 5px;
    overflow: hidden;
}
.topEvent_date{
    float:left;
    font-weight: bold;
    margin:0 10px 0 0;
}
.topEvent_time{
    float:left;
    margin:0 10px 0 0;
}
.topEvent_cg{
    overflow: hidden;
    display: inline-block !important;
}
.topEvent_cg span{
    float:left;
}



.topEvent dd{
    margin:0 0 15px;
    padding:0 0 15px;
    border-bottom:1px solid #bbb;
}
.topmvmenu li{
    margin-bottom: 5px;
}
.topmvmenu li a{
    display: block;
    background: #eee;
    padding: 20px 20px 20px 30px;
    position: relative;
}
.topmvmenu li a:after{
    content: "";
    position: absolute;
    left: 18px;
    top: 38%;
    width: 4px;
    height: 15px;
    background: #000;
}
/*-------------------- news container --------------------*/
.homeNews_listwrap{
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	width: 98%;
}
#post__all,
#post__seminar,
#post__report,
#post__publish,
#post__database{
    display: none;
}
#post__all {
	display: block;
}
#post__report,
#post__publish,
#post__database {
	background: #fff;
}
/*-------------------- homeLink --------------------*/
.homeLink {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding-bottom: 40px;
	width: 98%;
}
.homeLinkList::after {
	clear: both;
	content: "";
	display: block;
}
.homeLinkList li {
	float: left;
	margin-right: 1.2%;
	width: 19%;
}
.homeLinkList li:last-of-type {
	margin-right: 0;
}
.homeLinkList a {
	background: #333;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
}
.homeLinkList a:hover,
.homeLinkList a.js-current {
	background: #fff;
	color: #333;
}
/*-------------------- spHomeLink --------------------*/
.spHomeLink {
	display: none;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	position: relative;
	width: 98%;
}
.spHomeLink::before {
	border: 2px solid #fff;
	border-top: transparent;
	border-right: transparent;
	content: "";
	display: block;
	height: 14px;
	position: absolute;
	right: 14px;
	top: 18px;
	-webkit-transform: translateY(-50%) rotate(315deg);
	-ms-transform: translateY(-50%) rotate(315deg);
	transform: translateY(-50%) rotate(315deg);
	width: 14px;
	z-index: 10;
}
.spHomeLinkList {
	background: #333;
}
.spHomeLinkList.js-open {
	padding-top: 44px;
}
.spHomeLinkList a {
	color: #fff;
	display: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.spHomeLinkList a.js-current {
	display: block;
}
.spHomeLinkList.js-open a.js-current {
	background: #fff;
	color: #333;
}
/*-------------------- homeNews --------------------*/
.homeNews__container {
	background: #eee;
	padding: 30px 0;
}
.homeNews{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.homeNews .hl{
    text-align: center;
    position: relative;
    font-size: 110%;
    color: #777;
    margin-bottom: 30px;
}
.homeNews .hl:before,
.homeNews .hl:after{
    content: "";
    width: 40%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
}
.homeNews .hl:before{
    left: 0;
}
.homeNews .hl:after{
    right: 0;
}
.homeNews h3 {
	border-top-width: 3px;
	border-top-style: solid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
}
.homeNews h3 a {
	display: block;
	padding: 12px 0 10px;
    background: #333;
    color: #fff!important;
}
.homeNews__col {
	float: left;
	margin-right: 4%;
	width: 22%;
}
.homeNews__col:last-of-type {
	margin-right: 0;
}
.homeNewsList {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	height: 25em;
	overflow: hidden;
}
.homeNewsList dt {
	float: none;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0.5em;
	width: 100%;
}
.homeNewsList dd {
	border-top: none;
	float: none;
	font-size: 90%;
	padding-top: 0;
	width: 100%;
}
.homeNewsList dd a {
	font-weight: normal;
}
/*-------------------- caution --------------------*/
.caution {
	color: #ff0000;
	font-weight: bold;
	padding: 15px;
	max-width: 1000px;
	width: 98%;
	margin: 0 auto 30px;
	border-radius: 5px;
	border: 1px solid #ff0000;
	background: #fff0f5;
}
.caution a, .caution a:link, .caution a:visited, .caution a:hover, .caution a:active {
	color: #ff0000;
}
.caution a:hover {
	text-decoration: underline;
}
/*-------------------- recommend --------------------*/
.recommend {
	background: url(../image/bg_recommend.png) no-repeat left top;
	background-size: contain;
}
.recommendList {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 20px 0 40px;
	width: 98%;
}
.recommendList::after {
	clear: both;
	content: "";
	display: block;
}
.recommendList li {
	background-image: url(../image/bg_recommend_left.png), url(../image/bg_recommend_right.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 49%;
}
.recommendList li:nth-of-type(2n) {
	margin-right: 0;
}
.recommendList a {
	display: block;
	padding: 15px;
}
.recommendList a::after {
	clear: both;
	content: "";
	display: block;
}
.recommendList span {
	/*background: no-repeat center;
	background-size: cover;
  */
    overflow: hidden;
	display: block;
	float: left;
	height: 130px;
	width: 48%;
    max-width:220px;
}
.recommendList p {
  /*
	float: right;
	width: 48%;
  */
  overflow: hidden;
  padding:0 0 0 20px;
}
.recommendList strong {
	border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 0.5em;
}
/*-------------------- homeCountry --------------------*/
.homeCountry {
	background: #eee;
}
.homeCountry__countryList {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 20px 0 10px;
	width: 98%;
}
.homeCountry__countryList::after {
	clear: both;
	content: "";
	display: block;
}
.homeCountry__countryList li {
	display: block;
	float: left;
	padding: 0 0 25px 0;
	text-align: center;
	width: 20%;
}
.homeCountry__countryList li:nth-of-type(11) {
	display: none;
}
.homeCountry__countryList a {
	display: inline-block;
	height: auto;
	padding-left: 0;
}
.countryList.homeCountry__countryList a:hover {
	background: none;
	font-weight: normal;
}
.homeCountry__countryList a::before {
	background-size: 67px auto;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	width: 80px;
}
/*-------------------- homeAbout --------------------*/
.homeAbout {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 40px 0 60px;
	width: 98%;
}
.homeAbout::after {
	clear: both;
	content: "";
	display: block;
}
.homeAbout__icon {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	margin-right: 2%;
	margin-top: 1.2%;
	padding: 0 0.3em;
	text-align: center;
	width: 32%;
    overflow: hidden;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.homeAbout__icon a {
    /*float: left;*/
    width: 15%;
}
.homeAbout__icon a:first-child {
	width: 13%;
}
.homeAbout__icon a:last-child {
	width: 14%;
}
.homeAbout__icon a:last-child img {
	border-radius: 3px;
}
.homeAbout__banner {
	float: left;
	width: 20%;
}
/*.homeAbout__banner .flex-direction-nav a {
	background: rgba(0, 0, 0, .6);
}*/
.homeAbout__question,
.homeAbout__mail {
	float: right;
	margin-left: 2%;
	width: 21%;
}
.homeAbout__question a {
	background: #333;
	color: #fff;
	display: block;
	padding: 19px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.homeAbout__mail a {
	background: #333;
	color: #fff;
	display: block;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.homeAbout__question__icon::before {
	color: #fff;
	content: "？";
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
}
.homeAbout__mail__icon {
	background: #fff;
	display: inline-block;
	height: 15px;
    margin-right: 10px;
	position: relative;
	width: 20px;
}
.homeAbout__mail__icon:before {
	background: #333;
	content: "";
	height: 11px;
	left: 9px;
	position: absolute;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: rotate(-54deg);
	transform: rotate(-54deg);
	top: -4px;
	width: 1px;
}
.homeAbout__mail__icon:after {
	background: #333;
	content: "";
	height: 11px;
	left: 9px;
	position: absolute;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: rotate(54deg);
	transform: rotate(54deg);
	top: -4px;
	width: 1px;
}

.homeNews_listwrap{
    background: #fff;
}
/*----------------------------*/
/*-------------------- show hide --------------------*/
.pc__show {}
.sp__show {
	display: none;
}
/*----------------------------*/
/*-------------------- break point --------------------*/
@media screen and (min-width: 768px) {
.topmvmenu li a:hover{
    background: #666;
    color: #fff;
}
.topmvmenu li a:hover:after{
    background: #fff;
}
}
@media screen and (max-width: 767px) {
/*-------------------- show hide --------------------*/
.pc__show {
	display: none;
}
.sp__show {
	display: block;
}
/*-------------------- hero --------------------*/
.hero {
	padding-bottom: 20px;
	width: 100%;
}
/*-------------------- slider --------------------*/
#slider {
	float: none;
	width: 100%;
}
/*-------------------- prInfo --------------------*/
.prInfo {
	float: none;
	margin: 0 auto 10px;
	width: 96%;
    height:auto;
}
	.topEvent_bg{
		padding: 30px 0 20px;
		background: #FFF;
	}
    .topEvent{
        height:auto;
        max-height:300px;
    }
    .topEvent_cg span{
        margin-top:0px !important;
    }
    
/*-------------------- news container --------------------*/
/*-------------------- homeLink --------------------*/
.homeLink {
	display: none;
}
/*-------------------- spHomeLink --------------------*/
.spHomeLink {
	display: block;
}
.spHomeLink.tpmargin {
	margin-top: 20px;
}
/*-------------------- homeNews --------------------*/
.homeNews__col {
	width: 100%;
    margin: 0;
    float: none;
}
.homeNews{
    padding: 1em;
}
.homeNews .hl{
    margin-bottom: 10px;
}
.homeNews .hl:before,
.homeNews .hl:after{
    width: 30%;
}
.homeNews h3{
    margin-bottom: 5px;
}
/*-------------------- recommend --------------------*/
.recommendList li {
	float: none;
	margin-right: 0;
	width: 100%;
}

.recommendList strong {
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 5px;
}
  
/*-------------------- homeCountry --------------------*/
.homeCountry__countryList li {
	width: 33%;
}
.homeCountry__countryList li:nth-of-type(3n + 1) {
	clear: left;
}
/*-------------------- homeAbout --------------------*/
.homeAbout__icon {
	float: none;
	margin-right: 0;
	margin-top: 0;
	width: 100%;
}
.homeAbout__banner {
	float: none;
	width: 100%;
}
.homeAbout__question,
.homeAbout__mail {
	float: left;
	margin-right: 0;
	width: 48%;
}

}
