@charset "utf-8";
/*
theme Name: VISUAL ARTS / Key Theme
Author: VISUAL ARTS
Description: original theme
version： 1.0.0
*/
/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;

}

html{
	font-size: 62.5%;
	font-family: Meiryo, sans-serif, monospace;
}

body{
	background-color: #eaeaea;
	font-size: 1.4rem;
}

.clear{clear:both;}

.img_radius{border-radius: 20px;}
.img_radius:hover {opacity: 0.8;}

.size-full{width:100% !important; height:auto !important;}

.pc{ display: inherit; }
.sp{ display: none; }

@media screen and (max-width: 699px){
.pc{ display: none; }
.sp{ display: inherit; }
}

/* page-top_setting
================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
	z-index: 999;
}
#page-top a {
	background: #4ea1d5;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 12px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	background: #4ea1d5;
	opacity:0.5;
}

/* pagination_setting
================================================== */

.pagination {
  margin: 2rem 0;
  text-align: center;
}
 
.pagination ul {
  font-size: 0;
}
 
.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}
 
.pagination ul li:last-child {
  border: 0;
}
 
.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}
 
.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}
 
.pagination ul li a {
  text-decoration: none;
  color: #333;
}
 
.pagination ul li a:hover {
  opacity: .6;
}
 
.pagination .current {
  color: #fff;
  background-color: #03162f;
}

.archive-pagination{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding:0;
    list-style: none;
}
.archive-pagination li a{
    color: #fff;
    text-align: center;
    background-color: #e85a70;
	font-size:2rem;
    padding: 4px 16px;
    text-decoration: none;
    margin: 0 10px;
    width: auto;
    width: calc(100% / 2);
    border-radius: 20px;
}
.archive-pagination li a:hover {
    background: #e85a70;
}

.archive-pagination li.previous a:before{
    content: '< ';
}
.archive-pagination li.next a:after{
    content: ' >';
}

.page-numbers{
	font-size:2rem;
	padding:2%;
	text-decoration:none;
	background-color:white;
	border-radius:40px;
}

.current{
	background-color:#4ea1d5;
	color:white;
}


/* header_setting
================================================== */

.header_wrapper{
	width: 100%;
	height: auto;
	background-color: white;
	border-top: 2px solid #4ea1d5;
	border-bottom: 2px solid #454552;
}

.header_box{
	position:relative;
	margin:0 4%;
}

.header_logo{
	width: 295px;
	z-index: 99;
	display: inline-block;
	padding-right: 30px;
	padding-top:8px;
	vertical-align:middle;
}

.header_nav{
	display: inline-block;
	vertical-align: top;
}

.header_nav ul {
	margin: auto;
	text-align:center;
	letter-spacing:.1em;
	display: table;
	padding-top:4px;
	vertical-align: middle;
}

.header_nav ul li {
	position:relative;
	display:table-cell;
	vertical-align: middle;
	padding-right: 30px;
}


.header_text{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height:1.6rem;
		padding-top:0.4%;
}

.header_link {
	padding: 0.3em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: black;
	text-decoration: none;
	width:80%;
}
.header_link::after {
	position: absolute;
	bottom: .4em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #4ea1d5;
	opacity: 0;
	transition: .3s;
}
.header_link:hover::after {
	bottom: 0;
	opacity: 1;
}



.header_right_box{
	width: 30%;
	height: 60px;
	right: 0%;
	top: 0%;
	position: absolute;
	z-index: 99;
}

.header_animal{
	width:144px;
	height: 52px;
	padding-left:20px;
	display:inline-block;
	float:right;
}

.sns_twitter{
	width: 26px;
	height: 26px;
	display:inline-block;
	align-items: center;
	vertical-align: middle;
	padding-top:17px;
	padding-left:10px;
	float:right;
}

.sns_twitter:hover{
	opacity:0.6;
}

@media screen and (max-width: 1250px){
	.header_right_box{
		display:none;
		width: 0%;
	}
	.header_box{
		margin:0 2%;
	}
}


/* top_contents_setting
================================================== */

.slider_box{
	width: 100%;
	padding-top: 1%;
	padding-bottom: 0%;
	margin: auto;
}

.thumb-item{
	width: 74%;
	margin: auto;
	font-size: 0px;
	padding: 0% 0 0 0;
}

.thumb-item li a img{
	width: 98%;
	border-radius: 20px;
	border: solid 4px #fff;
}

.thumb-item-nav{
	padding-top: 1%;
}

.thumb-item-nav li img{
	width: 90%;
	border-radius: 20px;
	border: solid 2px #fff;
}

.thumb-item-nav .slick-slide{
	opacity:0.4;
}

.thumb-item-nav .slick-current{
	opacity:1;
}

#thumb_item_bg{
	width: 100% !important;
	position: absolute !important;
	z-index: 0;
}

#thumb_item_bg img{
	-ms-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0.5;
}


/* topics_setting
================================================== */
.topics_box_wrapper{
	padding-top: 3%;
	padding-bottom: 3%;
	width: 76%;
	margin: auto;
}

.topics_box_left{
	width: 70%;
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
}

.topics_box_right{
	width: 23%;
	display: inline-block;
	vertical-align: top;
}

.topics_news_box{
	width: 100%;
	padding-bottom: 2%;
	display: table;
	table-layout: fixed;
	word-break : break-all;
}

.topics_news_box a{
	text-decoration: none;
}

.topics_news_image img{
	border-radius: 20px;
	width:100%;
	height:auto;
}

.text_overflow{
	overflow: hidden;
}

.topics_news_image{
	width: 35%;
	padding-right: 2%;
	display: table-cell;
	vertical-align: middle;
	
}

.topics_news_text{
	width: 60%;
	display: table-cell;
	vertical-align: top;
	padding: 2%;
	position: relative;
	color: #454552;
	background: #FFF;
	/* border: solid 2px #454552;*/
	box-sizing: border-box;
	border-radius: 20px;
	

}
.topics_news_text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.topics_news_text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  /* border-right: 14px solid #4ea1d5; */
  z-index: 1;
}

.topics_news_text p {
  margin: 0;
	padding:0;
}

.topics_news_title{
	font-size: 1.8rem;
	font-weight: bold;
	line-height:3rem;
}

.topics_news_text_style1 { color: white; font-size: 2rem; background-color:#454552; padding:1%!important; border-radius:10px; padding-left:2%!important; margin-bottom:2%!important;}
.topics_news_text_style1 time{}

.topics_news_text_style2 { font-size: 1.2rem; line-height:2.4rem; color: #454552;}

.topics_box ul li a{text-decoration: none; color: #454552;}

.topics_box ul li a:hover{opacity: 0.8;}

.topics_box2{
	padding-top:2%;
}

.topics_box2 ul{
	width: 96%;
	max-width: 96%;
	margin:auto;
	box-sizing: border-box;
}

.topics_box2 ul li{
	margin-right: 1%;
	width: calc((95% - 10px) / 4);
	letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
	list-style: none;
	padding-bottom: 2%;
}

.topics_box2 ul li a{
	text-decoration:none;
	color:#454552;
}

.topics_text_box{
	background-color:white;
	padding:6%;
	width:84%;
	border-radius:20px;
	word-break : break-all;
}

.top_topics_banner_box{
	width: 100%;
	margin: auto;
	padding-bottom: 1%;
	padding-top: 1%;
}

.top_topics_banner_box a img{
	border-radius:20px;
	border:0px solid #fff;
}

.top_topics_banner_box a img:hover{
	opacity:0.8;
}

.top_topics_news_link{
	text-decoration:none;
	font-size:0px;
}

.top_topics_news_link:hover{
	opacity:0.8;
}

.btn_more{
	width: 30%;
	margin: 0% auto auto;
	border-radius: 40px;
	border: #4ea1d5 solid 1px;
}

.btn_more a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 1em 0;
	color: #4ea1d5;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background-repeat: repeat;
}

.btn_more a:hover{
	background-image: none;
	background-color: #4ea1d5;
	color: white;
	border-radius: 40px;	
}

.archive_title{
	background-image: none;
	background-color: #4ea1d5;
	color: white;
	border-radius: 40px;
	padding:20px;
	margin-bottom:2%;
	font-size:2rem;
	font-weight:bold;
}

.archive_box{
	background-color:white;
	border-radius:40px;
	padding:20px;
}

.topics_single_text_style1{
	font-size:1.6rem;
	line-height:3rem;
}

.archives_box li{
	list-style: none;
}

.archives_box li a{
	border-radius:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #454552;
	text-decoration:none;
	font-size:1.6rem;
	line-height:3rem;
	display: block;
	color:#454552;
}

.archives_box li a:hover{
	background-color:#454552;
	font-weight:bold;
	color:white;
}



/* top_news_twitter_setting
================================================== */

.top_twitter_box{
	margin-top:-8%;
	margin-bottom:8%;
	padding-top: 12%;
	padding-bottom:4%;
	background-color:white;
	border-radius: 0 0 20px 20px;
}

.top_twitter_callout{
	position: relative;
	padding: 0.5em 0.8em;
	font-size: 2rem;
	background-color: #4ea1d5;
	color: white;
	border-radius: 20px;
}

.top_twitter_callout:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #4ea1d5;
  width: 0;
  height: 0;
}

.top_link_callout{
	position: relative;
	padding: 0.5em 0.8em;
	margin-bottom:6%;
	font-size: 2rem;
	background-color: #e85a70;
	color: white;
	border-radius: 20px;
}

.top_link_callout:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e85a70;
  width: 0;
  height: 0;
}


.top_search_callout{
	position: relative;
	padding: 0.5em 0.8em;
	margin-bottom:6%;
	font-size: 2rem;
	background-color: #454552;
	color: white;
	border-radius: 20px;
}

.top_search_callout:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #454552;
  width: 0;
  height: 0;
}

/* top_product_setting
================================================== */

.top_product_wrapper{
	background-color: #454552;
	padding-top: 2%;
	padding-bottom: 2%;
}

.top_product_title_box{
	text-align: center;
}

.top_product_title{
	position: relative;
	display: inline-block;
	padding: 0 130px;
	color: white;
	margin-bottom: 30px;
}

.top_product_title:before, .top_product_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  color: white;
  background-color: white;
}
.top_product_title:before {
  left:0;
}
.top_product_title:after {
  right: 0;
}

.top_product_title_style1{
	font-size: 2.6rem;
}

.top_product_title_style2{
	font-size: 1.4rem;
}


.top_product_box{
	width: 90%;
	margin: auto;
}

.top_product_li{
	width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.6%;
	margin-bottom: 1%;
	position:relative;
	border-radius: 20px;
	font-size: 0px;
}

.top_product_li_box{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position:relative;
	border-radius: 20px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}


.top_product_li .caption {
	font-size: 1.8rem;
	text-align:left;
	padding-left: 30px;
	color:#fff;
}
.top_product_li .mask {
	width: 100%;
	height:	100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(69,69,82,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:all 0.6s ease;
	border-radius: 20px;
}
.top_product_li:hover .mask {
	opacity:1;
	padding-top:20px;
}

.top_product_li a img {
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
	width:100%;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.top_product_li:hover a img{
   -webkit-filter: blur(3px);
   -moz-filter: blur(3px);
   -ms-filter: blur(3px);
   -o-filter: blur(3px);
   filter: blur(3px);
}

.post-1936 h1{
	display:none;
}

.post-2624 h1{
	display:none;
}

.product_page_box{
	width:100%;
	padding-bottom:10%;
}

.product_page_left_box{
    width: 46%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.product_page_img{
	border-radius:20px;
}

.product_page_right_box{
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

.product_page_title{
	font-size:3rem;
	border-bottom:1px solid #454552;
	color:#454552;
	padding:4px 0px;
	text-align:center;
}

.product_page_release{
	font-size:1.2rem;
	padding:10px 0 4px 0;
	text-align:center;
}

.product_page_story p{
	font-size:1.4rem!important;
	line-height:2.6rem!important;
	text-align:center;
}

.product_page_bt {
	width: 100%;
	margin-top:2%;
	margin-bottom:1%;
}

.product_page_bt a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	border-radius:20px;
	box-sizing: border-box;
	padding: 1em 0;
	border: 1px solid #454552;
	color: #454552;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
}

.product_page_bt a:hover{
	background-image: none;
	background-color: #454552;
	color: white;
}


/* top_contents_banner_wrapper
================================================== */

.top_contents_banner_wrapper{
	width: 70%;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 1%;
	
}

.top_contents_banner_box{
	width: 18.4%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	margin-bottom: 1%;
	position:relative;
	font-size: 0px;
}


/* footer_box_wrapper
================================================== */

.footer_box_wrapper{
	width: 100%;
	height: auto;
	padding-top: 1%;
	padding-bottom: 2%;
}

.footer_box_wrapper_blog{
	width: 100%;
	height: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color:#99ddf7;
}

.footer_box_keylogo{
	width: 6%;
	margin: auto;
}

.footer_box_copyright{
	font-size: 1.6rem;
	text-align: center;
	color: #454552;
}

/* topics_wrapper
================================================== */

.topics_contents_wrapper{
	width: 90%;
	margin: auto;
	padding-top: 3%;
	padding-bottom: 3%;
	display: block;
}

.topics_left_box{
	width: 65%;
	margin-right: 6%;
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

.topics_right_box{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.topics_data{
	color:#989898;
	text-align: left;
}

.topics_title_text{
	font-size: 2.4rem !important;
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 1.4%;
	color: #454552;
	border-bottom: 1px solid #454552;
	margin-bottom: 2%;
}

.topics_text_wrapper{
	width: 94%;
	font-size: 1.8rem;
}

.article-content p {
	width: 94%;
	font-size: 1.8rem;
}

.topics_bt{
	width: 50%;
	margin: 0% auto auto;
	border-radius: 40px;
	border: #4ea1d5 solid 1px;
}

.topics_bt a{
	width: 100%;
	position: relative;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 1em 0;
	color: #4ea1d5;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background-repeat: repeat;
}

.topics_bt a:hover{
	background-image: none;
	background-color: #4ea1d5;
	color: white;
	border-radius: 40px;	
}

.topics_special_text{
	text-align: left;
	background-color: #e85a70;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
	margin-bottom: 4%;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
}

.topics_special_box{
	margin-bottom: 4%;
}

.topics_special_link_bt{
	width: 80%;
	margin: auto auto 4% auto;
}

.topics_contents_footer{
	
	padding-top: 1%;
	margin-top: 4%;
}

.topics_contents_footer_title{
	background-color: #4ea1d5;
    border-radius: 40px;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
}

/* blog_wrapper
================================================== */

.blog_contents_wrapper{
	background-color:#99ddf7;
	background-image:url("../../../wp-content/themes/visualarts_key_theme/common/blog_image/bg_image.png");
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	padding-top:2%;
}

.blog_contents_box{
	width:80%;
	margin:auto;
}

.blog_right_box{
	width: 63%;
	display: inline-block;
	vertical-align: top;
}

.blog_left_box{
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

.blog_left_image{
	width:80%;
	margin:auto;
}

.blog_title{
	width:80%;
	margin-left:10%;
	margin-bottom:-6%;
}

.blog_box{
	background-color:white;
	border-radius:40px;
	padding:40px;
	margin-bottom:4%;
}

.blog_box p{
	font-size:1.6rem;
	line-height:3rem;
}

.blog_box p a{
	word-break: break-all;
}

.blog_box2{
	background-color:white;
	border-radius:40px;
	padding:40px;
}

.blog_box2 p{
	font-size:1.6rem;
	line-height:3rem;
}

.blog_box2 p a{
	word-break: break-all;
}


.blog_left_text_box{
	width:90%;
	margin:auto;
}

.blog_archive_title{
	font-size:1.6rem;
	background-color:white;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
	margin-bottom:2%;
}

.blog_archive_title_index{
	font-size:1.2rem;
	background-color:white;
	border-radius:20px;
	padding:10px;
	text-decoration:none;
	margin-bottom:2%;
}

.blog_archive_title_index a{text-decoration:none; color:#454552;}

.blog_box iframe{
	width:100%!important;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%!important;;
     height: 100%!important;;
}


/* search_setting
================================================== */

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 6px 10px;
  border-radius: 20px;
  height: 3em;
  width: 100%;
  overflow: hidden;
	background-color:white;
	margin-top:10%;
	margin-bottom:6%;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.6em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  right: 0;
  top: -10px;
  outline : none;
}

#s-btn-area{
position:absolute; 
right:20px;
}


/* inquiry_setting
================================================== */
.inquiry_wrapper{
	background-color:white;
	padding:4%;
	border-radius:20px;
	line-height:40px;
}

.inquiry_style1{
	border:solid 1px black;
	padding:2%;
	text-align:center;
}

.inquiry_style2{
	padding-top:2%;
	padding-bottom:2%;
	font-size:16px;
}

.inquiry_style2 p {
	font-size:16px;
}

/* SP_setting
================================================== */

.sp_header_box{
	width: 100%;
	background-color: white;
}

.sp_header_key_logo{
	width: 60%;
	margin: auto;
	padding-top:3%;
	padding-bottom:2%;
}

.sp_top_contents_banner{
	width: 90%;
	margin: auto;
}

.sp_top_contents_banner_box{
	padding-top: 2%;
	padding-bottom: 2%;
}


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


.img_radius{border-radius: 10px;}

.top_contents_title1{
	font-size: 2.4rem;
	line-height: 3rem;
	padding-top: 2%;
}

.top_contents_title1_blue{
	font-size: 2.4rem;
	line-height: 3rem;
	padding-top: 2%;
}

.topics_box ul{
	width: 96%;
	max-width: 96%;
	box-sizing: border-box;
}

.topics_box ul li{
	margin-right: auto;
	margin-left: auto;
	width: calc((94%) / 2);
	letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
	list-style: none;
	padding-bottom: 2%;
}

.btn_more{
	width: 80%;
}

.top_news_wrapper{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6%;
	display: block;
}

.top_news_callout{
  font-size: 2rem;
}

.top_twitter_wrapper{
	width: 96%;
	display: block;
	margin: auto;
}

.top_twitter_callout{
  font-size: 2rem;
}

.top_product_title{
	position: relative;
	display: block;
	padding: 0 0px;
	color: white;
	margin-bottom: 20px;
	padding-top: 4%;
}

.top_product_li{
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: auto;
	position:relative;
	border-radius: 20px;
	font-size: 0px;
	padding-bottom: 6%;
}

.top_contents_banner_box{
	width: 48%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	margin-bottom: 2%;
	position:relative;
	font-size: 0px;
}

.footer_box_keylogo{
	width: 20%;
	margin: auto;
}

.footer_box_copyright{
	font-size: 1.2rem;
	text-align: center;
}

.topics_box_wrapper{
	padding-top: 3%;
	padding-bottom: 3%;
	width: 98%;
	margin: auto;
}

	
.topics_left_box{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	vertical-align: top;
}

.topics_right_box{
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	vertical-align: top;
	padding-top: 8%;
}

.topics_title_text{
	margin-bottom: 6%;
	font-size:2rem!important;
	line-height:2.8rem!important;
}

.topics_bt{
	width: 100%;
}

.topics_contents_footer_title{
	margin-bottom: 5%;
}

.thumb-item{
	width: 90%;
	margin: auto;
	font-size: 0px;
	padding: 0% 0 0 0;
}
	
.thumb-item-nav{
	display:none!important;		
}

.slick-list{
	margin-bottom:3%!important;
	padding-top:2%!important;
	padding-bottom:1%!important;
}

.topics_box_left{
	width: 96%;
	display: block;
	margin-right: auto;
	margin-left:auto;
	vertical-align: top;
}

.topics_news_box{
	width: 96%;
	border-radius:20px;
	margin-bottom: 4%;
	background-color:white;
	display: table;
	table-layout: fixed;
	padding:2%;
	font-size:0;
　　line-height:0;
}
	

.topics_news_image{
	width: 41%;
	padding-right: 1%;
	margin:auto;
	display: table-cell;
	vertical-align: middle;
}
	
.topics_news_text_box{
	height:auto;
}

.topics_news_text{
	width: 54%;
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:0%;
	padding-bottom:0%;
	position: relative;
	color: #454552;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 20px;
}

.topics_news_text_style1 { color: white; font-size: 2rem; background-color:#454552; padding:1%!important; border-radius:10px; padding-left:2%!important; margin-bottom:2%!important; text-align:center;}

.topics_news_text_style2 { height:70px;}
	
.topics_news_title{
	height: auto;
	font-size: 1.6rem;
	font-weight: bold;
	line-height:2.4rem;
}
	
.topics_box_right{
	width: 96%;
	margin:auto;
	display: block;
	vertical-align: top;
	padding-top:8%;
}


	
.top_topics_banner_box{
	width: 70%;
	margin: auto;
	padding-bottom: 1%;
	padding-top: 1%;
}

.footer_box_wrapper{
	padding-top: 3%;
	padding-bottom: 4%;
}

.topics_box2 ul li{
	margin-right:auto;
	margin-left:auto;
	width:100%;
	letter-spacing: normal;
    display: block;
    vertical-align: top;
	list-style: none;
	padding-top:2%;
	padding-bottom: 6%;
}

.topics_text_box{
	background-color:white;
	padding:6%;
	width:88%;
	border-radius:20px;
}

.product_page_title{
	font-size:2rem;
	text-align:center;
}

.blog_left_box{
	width: 80%;
	margin:auto;
	display:none;
	vertical-align: top;
}
	
.blog_left_image{
	display:none;
}

.blog_right_box{
	width: 100%;
	display: block;
	vertical-align: top;
}
	
.thumb-item li a img{
	width: 98%;
	border-radius: 20px;
	border: solid 2px #fff;
}

.blog_box p img{
	width:100%!important;
	height:auto!important;
}

.blog_box form img{
	width:100%!important;
	height:auto!important;
}

.blog_box iframe{
	width:100%!important;
	height:100%!important;
}

.mt-image-none{
	width:100%!important;
	height:auto!important;
}


iframe{
	width:100%!important;
	height:100%!important;
}

}



