@charset "utf-8";

a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

#contents {
	padding-bottom: 42px; 
}
#contents #aside {
	padding: 79px 0 0 0;
}
#contents #article .part_title {
    margin-bottom: 4px;
}

/*  #wechat_icon
----------------------------------------*/
#wechat_icon_img {
    background-image: url(/chinese/img/share/wechat.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#wechat_icon_sp input {
    display: none;
}

#wechat_icon_pc input {
    position: fixed;
    //top: 164px;
    bottom: 0;
    left: 0;
    //transform: translateY(-50%);
    display: block;
    line-height: 1;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
}

#wechat_icon input {
    
}

#wechat_nav {
    bottom: 0;
    right: 0;
    transition: .3s;
    position: fixed;
    display: block;
    //top: 0;
    //left: 0;
    background-color: #299d31;
    width: 241px;
    height: 400px;
    padding: .5rem 1rem;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

#wechat_nav .wechat_text:nth-child(2) {
    font-size: .8rem;
}

#wechat_nav .wechat_image img{
    width: 150px;
    display: inline-block;
    margin: .5rem auto 0;
}

#wechat_nav .wechat_name {
    display: block;
    margin: .5rem auto;
    margin: .5rem auto;
    padding-top: .1rem;
    width: 50%;
    color: #000;
    font-weight: bold;
    background: #fff;
}

#wechat_nav .wechat_tel {
    margin: .5rem;
    font-weight: bold;
}


@media only screen and (max-width: 767px) {
#wechat_icon_pc input {
    display: none;
}
    
#wechat_icon_sp input {
    position: fixed;
    top: 13px;
    right: 70px;
    left: auto;
    //transform: translateY(-50%);
    display: block;
    line-height: 1;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
}
    
#wechat_nav {
    position: fixed;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 250px;
    height: 430px;
}
    
}


/*  #main_slider
----------------------------------------*/
#main_slider {
  position: relative;
}
#main_slider .slider {
  position: relative;
  height: 450px;
}
#main_slider .slider li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 450px;
  text-indent: -9999px;
}
#main_slider .slider li {
  background: #f4f4f4 no-repeat center center;
}
#main_slider .slider_explain {
  min-height: 27px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 40;
  padding-top: 13px;
  background: url(../img/index/bg-slider_explain.png) repeat left top;
}
#main_slider .slider_explain .inner:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
#main_slider .slider_thumbnail {
  float: left;
  font-size: 0;
  line-height: 1;
  border-right: 1px solid #ffffff;
}
#main_slider .slider_thumbnail li {
  display: inline-block;
  width: 10px;
  height: 14px;
  cursor: pointer;
  margin-right: 17px;
  background: url(../img/index/btn-slider_thumbail_off.png) no-repeat left center;
}
#main_slider .slider_thumbnail li:hover,
#main_slider .slider_thumbnail li.current {
  background: url(../img/index/btn-slider_thumbail_on.png) no-repeat left center;
}
#main_slider .slider_explain .slider_txt {
  position: relative;
  width: 836px;
  float: right;
}
#main_slider .slider_explain .slider_txt li {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  color: #ffffff;
}
#main_slider .slider_explain .slider_txt img {
    width: auto;
}

/*  #main_visual
----------------------------------------*/

#main_visual {
    background-image: url('/chinese/img/index/img-main_slider_1_1920x1080.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 651px;
    position: relative;
}

#main_visual ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    background: #ffffff;
    background: #ffffffd1;
    width: 27%;
    text-align: center;
    display: inline-block;
    padding: 2rem 1rem 1rem;
}

#main_visual ul li {
    margin: 0 auto;
}

#main_visual ul li:first-child {
    font-weight: bold;
    margin-bottom: .7rem;
    font-size: 1.5rem;
    letter-spacing: .05em;
}

#main_visual ul li:not(:first-child) {
    //border: 1px solid #000;
    //margin: .5rem auto;
    //padding: .5rem 1rem;
    width: 67%;
    margin: 1.5rem auto;
    padding: 1rem .5rem;
    font-size: 1rem;
    background-color: #e60213;
}

#main_visual ul li:not(:first-child):hover {
    opacity: .7;
}


#main_visual ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
#main_visual ul {
    width: 35%;
}
    
}



@media only screen and (max-width: 767px) {
#main_visual {
    height: 55vh;
}

#main_visual ul {
    width: 68%;
}

#main_visual ul li:first-child {
    font-size: 1.25rem;
}

#main_visual ul li:not(:first-child) {
    width: 100%;
    font-size: .85rem;
}

#main_visual ul li:not(:first-child):hover {
    opacity: 1;
}

}


/*  #pick_up
----------------------------------------*/
.pick_up {
  padding: 36px 0 0 0;
}
.pick_up .pick_up_slider {
  position: relative;
}
.pick_up .swiper-container_sp01 {
	display: none;
}
.pick_up .pick_up_slider ul{
  width: 100%;
}
.pick_up .pick_up_slider ul:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
.pick_up .pick_up_slider ul li {
  width: 315px;
  font-size: 125%;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc
}
.pick_up .pick_up_slider ul li a,
.pick_up .pick_up_slider ul li span {
  display: block;
  text-decoration: none;
  color: #000000;
}
.pick_up .pick_up_slider ul li .text {
  padding-top: 12px;
  padding-bottom: 8px;
}
.pick_up .pick_up_slider .bx-prev {
  width: 25px;
  height: 150px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  background: url(../img/index/btn-prev.gif) no-repeat left top;
  text-indent: -9999px;
}
.pick_up .pick_up_slider .bx-next {
  width: 25px;
  height: 150px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  background: url(../img/index/btn-next.gif) no-repeat left top;
  text-indent: -9999px;
}
.pick_up .pick_up_slider .bx-prev:hover,
.pick_up .pick_up_slider .bx-next:hover {
  filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*  .menu_area
----------------------------------------*/
#contents #article .menu_area {
	padding: 28px 0 0 0;
}
#contents #article .menu_area ul {
	width: 640px;
}
#contents #article .menu_area ul:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
#contents #article .menu_area ul li {
	width: 207px;
	float: left;
	margin-right: 10px;
}
#contents #article .menu_area ul li.special {
	width: 206px;
	margin-right: 0;
}
#contents #article .menu_area ul li a {
	color: #3d3d3d;
	text-decoration: none;
}
#contents #article .menu_area ul li a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
#contents #article .menu_area ul li .detail_txt {
	display: block;
	background: #f4f4f4;
	padding: 12px 0;
	text-align: center;
	font-size: 117%;
}
#contents #article .menu_area ul li .detail_txt span {
	background: url(../img/index/bg-next.gif) no-repeat left 2px top 5px;
	padding: 0 0 0 15px;
}

/*  .news_area
----------------------------------------*/
#contents #article .news_area {
	padding: 28px 0 0 0;
}
#contents #article .news_area ul {
	border-top: 1px solid #dddddd;
	color: #444444;
}
#contents #article .news_area ul li {
	border-bottom: 1px solid #dddddd;
}
#contents #article .news_area dl {
	width: 640px;
}
#contents #article .news_area dl:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
#contents #article .news_area dl dt {
	width: 90px;
	float: left;
	text-align: center;
	background: #f4f4f4;
	padding: 8px 0 7px 0;
}
#contents #article .news_area dl dt.pc_longtext {
	padding: 8px 0 30px 0;
}

#contents #article .news_area dl dd {
	width: 530px;
	float: left;
	padding: 8px 0 7px 20px;
}


/*  .interrelated_banner
----------------------------------------*/
#contents .interrelated_banner {
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}
#contents .interrelated_banner ul {
	width: 960px;
}
#contents .interrelated_banner ul:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
#contents .interrelated_banner ul li {
	width: 288px;
	float: left;
	margin-left: 48px;
}
#contents .interrelated_banner ul li:first-child {
	margin-left: 0;
}
