.left{
	text-align: left !important;
}
.center{
	text-align: center !important;
}
.right{
	text-align: right !important;
}
.bold{
	font-weight: bold !important;
}
body, h1, h2, h3, h4, h5{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
ul{
	list-style: inside none;
	margin: 0;
	padding: 0;
}
ul.disc{
	list-style: inside disc;
}
.only_sp{
	display: none;
}
/*===============================================
 *  header
===============================================*/
.header-top{
	background: #000;
}
.header-top::after{
	background: #ec7e33;
	background: -moz-linear-gradient(left,  #ec7e33 0%, #f3caaa 50%, #ec7e33 100%);
	background: -webkit-linear-gradient(left,  #ec7e33 0%,#f3caaa 50%,#ec7e33 100%);
	background: linear-gradient(to right,  #ec7e33 0%,#f3caaa 50%,#ec7e33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec7e33', endColorstr='#ec7e33',GradientType=1 );
	content: "";
	display: block;
	height: 0.5em;
	width: 100%;
}
.logo{
	line-height: 1;
	padding: 15px 0;
}
.logo h1{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}
.fixed-header{
	position: relative !important;
}
#blog-title-top{
	background: url(/wp-content/uploads/2020/09/products_header-bg.png);
	padding: 40px 0 !important;
	background-position : center top;
}
.blog-title h2{
	color: #fff;
	padding-top: 0;
	font-weight: normal;
	font-size: 2.2em;
	text-shadow: 0 0 10px #000;
}
#breadcrumbs{
	display: none;
}
/*===============================================
 *  home
===============================================*/
.home .fullwidth-content-part > div > div{
	margin-bottom: 0 !important;
}
#kv img{
	width: 100%;
}
#kv::after{
	background: #f3caaa;
	background: -moz-linear-gradient(left,  #f3caaa 0%, #ec7e33 25%, #ec7e33 50%, #ec7e33 75%, #f3caaa 100%);
	background: -webkit-linear-gradient(left,  #f3caaa 0%,#ec7e33 25%,#ec7e33 50%,#ec7e33 75%,#f3caaa 100%);
	background: linear-gradient(to right,  #f3caaa 0%,#ec7e33 25%,#ec7e33 50%,#ec7e33 75%,#f3caaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3caaa', endColorstr='#f3caaa',GradientType=1 );
	content: "";
	display: block;
	height: 0.5em;
	width: 100%;
}
.section{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sectionTitle h2{	
	font-size: 30px !important;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.sectionTitle h2 span{
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
}
.sectionTitle h2::after{
	background: #bfbfbf;
	content: "";
	display: block;
	margin: 0 auto;
	height: 5px;
	width: 50px;
}
/* ---------------------------------- #feature */
#feature{
	background-image: url("/wp-content/uploads/2020/07/bg_feature.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
#feature h3{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 30px;
}
.feature{
	align-items: center;
	display: flex;
}
.feature_list{
	padding: 0 5%;
}
.feature_list li{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2%;
	text-indent: -2.2em;
	margin-left: 2.2em;
}
.feature_list li:first-child::before{
	background: url("/wp-content/uploads/2020/09/top-list-icon01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(2)::before{
	background: url("/wp-content/uploads/2020/09/top-list-icon02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(3)::before{
	background: url("/wp-content/uploads/2020/09/top-list-icon03.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(4)::before{
	background: url("/wp-content/uploads/2020/09/top-list-icon04.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(5)::before{
	background: url("/wp-content/uploads/2020/09/top-list-icon05.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(6)::before{
	background: url("/wp-content/uploads/2020/08/top-list-icon6.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.feature_list li:nth-child(7)::before{
	background: url("/wp-content/uploads/2020/08/top-list-icon7.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.btn_more{
	text-align: right;
}
.btn_more a{
	border: 1px solid #ff853c;
	display: inline-block;
	padding: 5px 50px;
	text-align: center;
	background: #f05a00;
	color: #fff !important;
	box-shadow: 3px 3px 3px #555;
	border-radius: 50px;
}
.btn_more a:hover{
	box-shadow: 3px 3px 3px #acacac;
}
/* ---------------------------------- top-lineup */
ul.top-lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-lineup li{
	width: 15%;
	position: relative;
	border: 1px solid #eaeaea;
	box-shadow: 1px 1px 1px #e1e1e1;
}
.top-lineup p{
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 50%;
	width: 100%;
	background: rgba(9, 8, 8, 0.8);
	margin-bottom: 0;
	padding: 2% 0;
	text-shadow: 1px 1px 1px #777;
	color: #fff;
}
/* ---------------------------------- #usage_scene */
.scene ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin: auto;
	align-items: center;
}
.scene ul li{
	margin: 1%;
	width: 30%;
}
.scene ul li img{
	display: block;
}
.scene dl{
	margin-top: 15px;
}
.scene dl dt{
	margin-bottom: 10px;
	text-align: center;
}
.scene dl dd{
	font-size: 14px;
	text-align: center;
}
/* ---------------------------------- #news */
#news h2{
	color: #262626 !important;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.news_list{ 
	list-style: none;
	margin: 5% 10% !important;
	padding: 0;
} 
.news_list li{ 
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding: 5px 0; 
	text-align: left !important; 
} 
.news_date{ 
	font-size: 13px; 
	font-style: Meiryo;
	margin-right: 30px;
	vertical-align: middle; 
	width: 95px; 
	color: #777; 
} 
.cat{ 
	background: #182b5c; 
	color: #fff; 
	font-size: 10px; 
	line-height: 20px; 
	margin: 0 20px; 
	padding: 5px 10px; 
	text-align: center; 
	vertical-align: middle; 
	width: 80px; 
} 
.news_title{ 
	font-size: 14px; 
}
/* ---------------------------------- #support */
#support{
	position: relative;
	padding-bottom: 60px;
}
.img_support{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#support h3{
	color: #515151;
	font-size: 30px;
	font-weight: bold;
	margin: 60px 0 30px;
}
#support p{
	font-size: 18px;
	line-height: 2em;
}
.contact{
	width: 100%;
}
.contact_tel{
	align-items: center;
	display: flex;
	margin: 0 10%;
}
.contact_tel > div{
	padding: 3%;
}
.contact_tel > div:first-child{
	width: 50%;
	border-right: 1px solid;
}
.contact_tel > div:last-child{
	width: 50%;
}
.btn_contact{
	margin: 0 10%;
}
.cta_call p{
	/*background: #d73150;*/
	background: #000133;
	border-radius: 5px;
	color: #fff;
	padding: 0;
	text-align: center;
}
.cta_call a{
	color: #464646 !important;
	font-size: 40px;
	font-weight: bold;
}
.cta_call a::before{
	background: url("/wp-content/uploads/2020/08/cta-tel-icon.svg"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 40px; 
	margin-right: 10px; 
	vertical-align: middle; 
	width: 40px;
}
.cta_call span{
	display: block;
	text-align: center;
}
.cta_btn li {
	margin-bottom: 3%;
	/*padding: 3% 10%;*/
	border-radius: 4px;
	position: relative;
}
.cta_btn li:first-child a,.cta_btn li:last-child a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 2.5% 8%;
}
.cta_btn li:first-child {
	background: linear-gradient(45deg, #2e70c4,#548dd7);
	/*border: 1px solid #67e375;*/
	box-shadow: 2px 2px 1px #e1e1e1;
}
.cta_btn li:first-child a::before{
	background: url("/wp-content/uploads/2020/08/cta-mail-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.cta_btn li:last-child {
	background: linear-gradient(45deg, #0bbb81,#4fd0a6);
	/*border: 1px solid #ffc274;*/
	box-shadow: 2px 2px 1px #e1e1e1;
}
.cta_btn li:last-child a::before{
	background: url("/wp-content/uploads/2020/08/cta-file-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 30px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 30px;
}
.cta_btn li a:first-child::after,.cta_btn li a:last-child::after{
	background: url("/wp-content/uploads/2020/08/arrow-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: text-bottom;
	width: 16px;
	position: absolute;
	top: 36%;
	right: 3%;
}

/*
.lnk_tel a img{
	vertical-align: text-bottom;
	width: 60px;
	position: relative;
	bottom: 10px;
	margin-right: 5px;
}*/
/*===============================================
 *  sub page
===============================================*/
.item-list{
	margin-bottom: -20px !important;
}
.item-list h3{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.1em;
	/*margin-left: 2%;*/
}
.item-list h3 > span{
	font-size: 2.5em;
	font-style: italic;
	margin-right: 20px;
}
.item-list h4{
	color: #fff;
	font-weight: bold;
	background: linear-gradient(90deg, #0e62bb, #09b584);
	margin-bottom: 10px;
	padding: 1%;
}
.item-list-name .widget-title {
	margin-bottom: -20px !important;
}
.item-list-point h4{
	margin-bottom: -20px !important;
	margin-top: -60px;
}
.item-list-spec ul > li {
	list-style: inside disc;
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 10px;
}
.case_imgage ul{
	/*
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	*/
	width: 100%;
}
.case_imgage ul::after{
	clear: both;
	content: "";
	display: block;
}
.case_imgage ul li{
	float: left;
	width: 24%;
	margin: 0.5%;
	padding: 0;
}
.case_imgage ul > li > p{
	text-align: center;
	font-size: 0.8em;
	margin-top: 4px;
}
.case_imgage ul > li > img{
	width: 100% !important;
}
.item-list .sow-image-container{
	display: block;
}
.case_imgage dt{
	margin-top: 20px;
}
.case_imgage .custom-html-widget{
	text-align: center;
	font-size: 0.8em;
}
.case_imgage .so-panel{
	margin-bottom: 5px !important;
}
.item-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.item-info {
	width: 60%;
}
.item-img {
	width: 30%;
}
.item-info a {
	padding: 1% 4%;
	background: #e66b12;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	margin-top: 10px;
}
.item-info a:focus, .item-info a:hover{
	opacity: 0.8;
	color: #fff;
}
.item-info ul{
	padding-left: 1%;
}
.item-info ul > li{
	list-style: inside disc;
	text-indent: -1em;
	margin-left: 1em;
}
.case_imgage ul > li{
	text-indent: 0;
	margin-left: 0;
}
.item-info-title{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.case_imgage ul {
	padding: 0 !important;
}
.case_imgage ul > li{
	list-style: none !important;
}
.item-info a::after{ 
	background: url("/wp-content/uploads/2020/09/more-detail_after.svg"); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain; 
	content: ""; 
	display: inline-block; 
	height: 15px; 
	margin-left: 10px; 
	vertical-align: middle; 
	width: 15px; 
}
#pg-11-0, #pg-11-1, #pg-11-2, #pg-11-3, #pl-11 .so-panel{
	margin-bottom: 0 !important;
}
/*===============================================
 *  products
===============================================*/

/*===============================================
 *  csr
===============================================*/
.csr h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-align: center;
	font-size: 24px !important;
}
.csr p{
	color: #000;
	font-size: 14px;
}
#accordion {
    background: #ababab;
    border: 2px solid #b9b9b9;
    width: 100%;
}
#accordion dt:first-child {
    border-top: none !important;
}
#accordion dt {
    background-image: url("/wp-content/uploads/2020/09/arrow_01.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    border-top: 2px solid #b9b9b9;
    color: #353535;
    cursor: pointer;
    padding: 15px 48px;
    font-size: 14px;
    text-indent: -20px;
}
#accordion dt.active {
    background-image: url("/wp-content/uploads/2020/09/arrow_02.png");
}
#accordion dd {
    background: #fff;
    color: #000;
    display: none;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 25px 25px;
}
/*===============================================
 *  company
===============================================*/
.company tr:first-child td.column-1 {
    border-top-left-radius: 10px;
}
.company tr td.column-1 {
	display: inline-block;
	width: 20%;
}
.company tr:first-child td.column-2 {
    border-top-right-radius: 10px;
}
.company tr td.column-2 {
	display: inline-block;
	width: 80%;
}
.company td {
	font-size: 16px !important;
	margin-bottom: 10px;
	padding: 15px !important;
}
.company_jgl img{
	width: 100%;
}
/*===============================================
 *  contact
===============================================*/
.contact_wrap {
    margin: 0 5%;
}
.contact th, .contact td {
    color: #000;
    border: 1px solid #ddd;
    padding: 1.5% 1.0vw;
    vertical-align: middle;
}
.contact th {
    background: #f5f5f5;
}
.contact td {
    background: #fff;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
input[type="checkbox"], input[type="radio"] {
    width: auto !important;
}
.catalog_list .wpcf7-list-item {
    display: block;
}
.contact_submit-btn input[type="button"],
input[type="reset"], input[type="submit"] {
    width: 18% !important;
    border-radius: 6px !important;
    padding: 1.5%;
    margin: 2% 41% !important;
}
input[type="button"], input[type="reset"], input[type="submit"]{
	background: #757575 !important;
	color: #fff !important;
}
input[type="submit"]:hover{
	opacity: 0.8;
}
textarea {
	resize: vertical !important;
}
/*===============================================
 *  footer
===============================================*/
#main-footer{
	background: #000;
	color: #fff;
	padding: 0;
}
#main-footer .container{
	padding-top: 30px;
	padding-bottom: 60px;
}
#main-footer .container > div.row:first-child > div:first-child{
	width: 38%;
}
#main-footer .container > div.row:first-child > div:nth-child(2),
#main-footer .container > div.row:first-child > div:nth-child(3){
	margin: 0 2%;
	width: 27%;
	padding: 0 30px;
}
#main-footer dl dt{
	font-size: 18px;
	font-weight: bold;
	margin: 6px 0;
}
#main-footer dl dd{
	font-size: 14px;
}
#main-footer ul.menu li a{
	color: #fff;
}
.footer_sns {
    margin: 10px 0;
}
.footer_sns ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0px 0px 10px 0px;
    justify-content: center;
}
.footer_sns ul li {
    margin: 0 5px;
}
.footer_sns ul li a {
    font-size: 12px;
    text-decoration: none;
}
.footer_sns ul li a img {
    width: 24px;
}
.copyright{
	background: #f3caaa;
	background: -moz-linear-gradient(left,  #f3caaa 0%, #ec7e33 25%, #ec7e33 50%, #ec7e33 75%, #f3caaa 100%);
	background: -webkit-linear-gradient(left,  #f3caaa 0%,#ec7e33 25%,#ec7e33 50%,#ec7e33 75%,#f3caaa 100%);
	background: linear-gradient(to right,  #f3caaa 0%,#ec7e33 25%,#ec7e33 50%,#ec7e33 75%,#f3caaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3caaa', endColorstr='#f3caaa',GradientType=1 );
	text-align: center;
	padding: 5px 0;
}
.copyright p{
	color: #fff;
	font-size: 12px;
	margin: 0;
}
span.meta-nav-next, .title-data, .bloginner-content-part .title-data ul{
	display: none;
}
/*TOP動画*/

.wp-video{
	width: 448px !important;
	text-align: center;
	margin: auto;
}
.you-tube{
	text-align: center;
	margin: auto;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1200px){
	.container{
		width: 1200px;
	}
}
@media screen and (min-width: 1170px){
	.inner{
		margin: 0 auto;
		width: 1170px;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){
	.inner{
		margin: 0 auto;
		width: 970px;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
	.inner{
		margin: 0 auto;
		width: 750px;
	}
}
@media screen and (min-width: 769px){
	#top-menu .menu{
		display: none;
	}
	#top-menu > ul > li > a{
		color: #fff !important;
	}
}
@media screen and (max-width: 768px){
	.feature_list{
		padding: 0;
	}
	.scene ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.scene ul li{
		width: 48%;
	}
	.contact_tel{
		display: block;
		margin: 0 5%;
	}
	.contact_tel > div{
		width: 100% !important;
	}
	.contact_tel > div:last-child{
		text-align: center;
	}
	.support{
		margin: 0 5%;
	}
	.lnk_tel a{
		font-size: 40px;
	}
	.lnk_tel a img{
		width: 40px;
	}
	#main-footer .container{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#main-footer .container > div.row:first-child > div{
		margin: 0 !important;
		padding: 0 5%;
		width: 100% !important;
	}
	#main-footer .container > div.row:first-child > div:nth-child(2),
	#main-footer .container > div.row:first-child > div:nth-child(3){
		padding: 0 5%;
	}
	.blog-sidebar{
		padding: 0;
	}
	.item-info{
		width: 100%;
	}
	.item-img{
		width: 60%;
		margin: auto;
		padding: 5% 0;
	}
	.item-info a {
		width: 100%;
		text-align: center;
		padding: 2% 0;
		margin: 3% 0;
	}
	.item-info-title img{
		height: 80px;
	}
	.contact_tel > div:first-child{
		border-right: none;
		text-align: center;
	}
}
@media screen and (max-width: 640px){
	.news_list{
		margin: 5% 0 !important;
	}
	.feature{
		display: block;
	}
	.feature > div:first-child{
		margin: 0 0 30px;
		text-align: center;
	}
	.btn_contact{
		margin: 0 5%;
	}
}
@media screen and (max-width: 480px){
	.item-info-title img{
		    height: 50px;
	}
	.item-list h3{
		font-size: 1.4em;
	}
	.item-list h4{
		font-size: 1em;
		padding: 2%;
	}
	.item-info ul > li{
		font-size: 0.9em;
	}
	.case_imgage ul > li > p{
		font-size: 0.8em !important;
	}
	#support h3{
		font-size: 1.4em;
	}
	.cta_call span{
		margin-top: 10px;
	}
	.cta_call a{
		font-size: 30px;
	}
	.cta_btn li:first-child a, .cta_btn li:last-child a{
		font-size: 16px;
	}
	.cta_btn li:first-child a::before,.cta_btn li:last-child a::before{
		height: 25px;
		width: 25px;
	}
	.blog-title h2{
		font-size: 20px;
	}
	p.slide-line-two{
		font-size: 22px !important;
		margin: 10px 0 !important;
	}
	p.slide-line-three{
		line-height: 1.4;
	}
}
@media screen and (min-width:640px) , print{
	.slide_pc{
		display: block !important;
	}
	.slide_sp{
		display: none !important;
	}
	.flexslider{
		margin: 0 0 -1px !important;
	}
	.metaslider .flex-control-nav {
			bottom: 15px !important;
	}
	.flex-control-paging li a {
			background: rgba(255,255,255,0.3) !important;
	}
	.flex-control-paging li a.flex-active {
			background: rgba(255,255,255,0.9) !important;
	}
	.metaslider .caption{
		padding: 3em !important;
	}
	.slide-line-one {
    color: #fff;
    display: block;
    font-family: "Raleway" !important;
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
	}
	.slide-line-two span {
		margin-left: 40px;
		font-size: 0.5em;
		font-weight: normal;
		display: inline-block;
	}
	.slide-line-two {
    color: #fff;
    display: block;
    font-family: "Raleway" !important;
    font-size: 5.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
	}
	.slide-line-three {
    color: #fff;
    display: block;
    font-family: "Raleway" !important;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 10px 0 0;
    font-family: "メイリオ", sans-serif !important;
	}
}
@media screen and (max-width:1024px) , print{
	/*
	#top-menu > ul > li > a{
		color: #000 !important;
	}
	#top-menu .submenu-button{
		background: #e0e0e0;
		width: 30px;
	}
	.sub-menu{
		background: #f5f5f5 !important;
	}
	*/
	#accordion dt {
		background-position: center 98%;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:768px) , print{
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}
	p{
		font-size: 16px !important;
	}
	.csr h3{
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	.point h4{
		font-size: 16px !important;
	}
	.company td{
		padding: 10px;
	}
	.company td.column-1{
		width: 20%;
	}
	.contact_wrap{
		margin: 0;
	}
	.contact th{
		border-bottom: none !important;
	}
	.contact td{
		border-top: none !important;
	}
	.contact th,
	.contact td{
		display: block;
	}
	.address span{
		margin-right: 0;
		width: 100%;
	}
	.address input,
	.address select{
		width: 100%;
	}
	.postal span,
	.area span{
		margin-right: 5px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]{
		padding: 5% 0;
	}
	.wpcf7-radio input,
	.catalog_list input{
		width: auto !important;
	}
	.address input,
	.address select{
		width: 100% !important;
	}
	.postal input,
	.area select{
		width: 100% !important;
	}
	.contact_submit-btn input[type="button"], input[type="reset"], input[type="submit"] {
			width: 60% !important;
			border-radius: 6px !important;
			padding: 2%;
			margin: 2% 20% !important;
	}
	.item-list-point h4{
		margin-top: 30px;
	}
	.section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.item-list h3{
		margin-top: -60px;
	}
	.case_imgage-sp{
		margin-bottom: -80px !important;
	}
	#pg-436-1,#pgc-w5fe480ffdedfa-0-0,#panel-w5fe480ffdedfa-0-0-0,#pg-436-3{
    margin-bottom: 0 !important;
	}
	.contact th,
	.contact td{
		width: 100% !important;
	}
	.top-lineup li{
		margin: 1%;
		width: 48%;
	}
}
@media screen and (max-width:639px) , print{
	.slide_pc{
		display: none !important;
	}
	.slide_sp{
		display: block !important;
	}
	.metaslider .caption{
		padding: 5px !important;
	}
	.slide-line-one {
	    color: #fff;
	    display: block;
	    font-family: "Raleway" !important;
	    font-size: 1.5em;
	    font-weight: 300;
	    line-height: 1em;
	    margin: 0;
	    text-transform: uppercase;
	}
	.slide-line-two {
	    color: #fff;
	    display: block;
	    font-family: "Raleway" !important;
	    font-size: 2em;
	    font-weight: 600;
	    line-height: 1em;
	    margin: 0;
	    text-transform: uppercase;
	}
	.slide-line-two span {
			font-size: 0.5em;
	    margin-left: 10px;
	}
	.slide-line-three {
	    color: #fff;
	    display: block;
	    font-family: "Raleway" !important;
	    font-size: 1em;
	    font-weight: 300;
	    line-height: 1em;
	    margin: 10px 0 0;
	}
	.company td{
		font-size: 12px !important; 
	}
}
.contact th{
	width: 26%;
}
.contact th {
    font-weight: 500;
    font-size: 14px;
}
.contact td{
    font-size: 14px;
}
.required {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.contact td{
	width: 74%;
}
.blog-info-text ul{
	display: none;
}
.blog-content-left h2
{
	font-size: 16px;
	display: block;
}