@charset "utf-8";
/* ---------------------------------------------------------
common
----------------------------------------------------------*/

.mod_section {
	font-family: 'Open Sans', sans-serif;
}

.mod_section a {
	color: #000!important;
}

.mod_billboard{
	margin: 10px 0 0;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.mod_billboard{
	margin: 0;
}
}

.mod_section a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
.mod_section a img {
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}

/* ---------------------------------------------------------
Layout
----------------------------------------------------------*/

/* slide_block ----------------------- */
.slide_block{
	background:#f1f1f1;
	padding: 30px 0 10px;
	margin: 10px 0 0;
}

.slide_block h2{
	font-size: 2.25em;
	margin-bottom: 10px;
	font-weight: bold;
}


.place i{
	color:#999;
	margin:0 14px 0 0;
}

.facility i{
	color:#999;
	margin:0 10px 0 0;
}


.sp-thumbnails{
	background:#f1f1f1!important;
}

.slider-pro .sp-layer{
	padding: 20px!important;
}

.slider-pro .sp-layer h2{
	font-size: 1.13em;
	margin: 0 0 6px 0;
	font-weight: bold;
}

.slider-pro .sp-layer ul li{
	font-size: 0.88em;
	list-style: disc;
	margin-left: 20px;
}

.sp-thumbnails{
	padding-bottom: 6px;
}

.title_box{
	float: left;
	width: 530px;
}

.btn_block{
	margin-top: 10px;
}

.btn_block a:hover {
	text-decoration:none;
}

.video_box,
.download_box{
	font-size:0.88em;
	padding: 2px 20px;
	border: 1px solid #000;
	display: table;
	width: 180px;
	background: #f1f1f1;
}

.video_mark,
.download_mark{
	font-size:1.5em;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	}

.video_text,
.download_text{
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	}
	
.btn_block a:hover .video_box,
.btn_block a:hover .download_box {
	background: #FFF;
}

.products_box{
	width: 400px;
	padding: 0;
	float: right;
	margin: 0;
}

.products_box h2{
	font-size: 1.13em;
	margin: 0 0 6px 0;
	font-weight: bold;
	background: #000;
	color: #FFF;
	padding: 4px 0;
	text-align: center;
}

.products_box h3{
	padding: 0 10px;
	font-weight: bold;
}

.products_box ul {
	padding: 0 10px;
}

.products_box ul li{
	font-size: 0.88em;
	list-style: disc;
	margin-left: 20px;
}

.products_box p {
	padding: 0 0 10px;
}

.date {
	color: #666;
	}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.slide_block{
	margin: 0;
}

.slider-pro .sp-layer{
	font-size: 8vw !important;

}

.sp-thumbnails{
	padding-bottom: 0px;
}

.title_box{
	float: none;
	width: auto;
}

.btn_block{
	width: 28vw;
}

.video_box,
.download_box{
	padding: 0 6vw;
	font-size: 3.4vw;
	width: 40vw;
}

.products_box{
	float: none;
	padding: 0;
	width: 94vw;
	margin-top: 6vw;
}

.products_box h2{
	font-size: 3.4vw;
	padding: 1vw 0;
}

.products_box h3{
	font-size: 3.4vw;
}

.products_box ul {
	padding: 0vw 2vw 2vw;
}

.products_box ul li{
	font-size: 3.4vw;
}

.products_box p{
	font-size: 3.4vw;
}


}

/* case_h2style
-----------------------------------------*/ 
.case_h2style{
	font-size: 1.7em;
	margin: 0 0 16px 0;
	font-weight: bold;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.case_h2style{
	font-size: 6vw;
}
}

/* case_h3style
-----------------------------------------*/ 
.case_h3style{
	font-size: 1.25em;
	margin: 0 0 6px 0;
	font-weight: bold;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.case_h3style{
	font-size: 5vw;
}
}

/* case_h3style
-----------------------------------------*/ 
h4{
	font-size: 1.08em;
	margin: 0 0 6px 0;
	font-weight: bold;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
h4{
	font-size: 4vw;
}
}

/* mrta_h4style
-----------------------------------------*/ 
.mrta_h4style{
	margin: 10px 0 10px 0;
	font-weight: normal;
	background: #7fc4ca;
	text-align: center;
	border-radius: 20px;
	padding: 2px 0;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.mrta_h4style{
	font-size: 4vw;
}
}

.arrow_box{
    position:relative;
    width:auto;
    height:auto;
    background:#d5e5f7;
    padding:20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin-top: 34px;
}

.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -20px;
    border-right-color:#d5e5f7;
    right:100%;
    top:50%;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {

.arrow_box{
    position:relative;
    width:auto;
    height:auto;
    background:#d5e5f7;
    padding:20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin-top: 0px;
}
.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:24px;
    border-right-width:24px;
    margin-left: -24px;
    border-bottom-color:#d5e5f7;
    bottom:100%;
    left:50%;
}
	 
.arrow_box:after{
    border: none;
    border-right-color:none;
}
}

/* case_h4style
-----------------------------------------*/ 
.case_h4style{
	border-top : 2px solid #0070c0;
	border-bottom : 2px solid #0070c0;
	text-align: center;
	margin: 0 0 16px 0;
}

.case_h4style span{
	font-size: 1.25em;
	font-weight: bold;
	color: #0070c0;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.case_h4style{
	font-size: 5vw;
}
}

/* products_h2style_h2style
-----------------------------------------*/ 
.products_h2style{
	font-size: 1.25em;
	margin: 0 0 16px 0;
	font-weight: bold;
	background: #000;
	text-align: center;
	color: #FFF;
	padding: 6px;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.products_h2style{
	font-size: 6vw;
}
}

/* case_table
-----------------------------------------*/ 
.case_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.81em;
}
.case_table th,
.case_table td {
	border: solid 1px #999999;
	padding: 10px;
	vertical-align:middle;
}

.case_table th {
	background: #f4f4f4;
	font-weight: bold;
}

.case_table td ul {
	margin-left: 20px;
}

.case_table td ul li {
	list-style: disc;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.case_table {
	font-size: 4vw;
}
}

/* other_block
-----------------------------------------*/ 
.other_block{
	background:#F4F4F4;
	padding: 30px 0 20px;
}


/* comment_block
-----------------------------------------*/ 
.comment_block{
	background:#ebeef2;
	padding: 30px 0 20px;
}

.comment_wrapper{
	padding: 20px 0 0;
}




 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.comment_block{
	padding: 0 0 10vw;
}

.comment_wrapper{
	padding: 0;
}

}

.width720{
	width: 720px;
	margin: 0 auto;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.width720{
	width: auto;
}

}

.column-2-1 .column:first-child {
	margin: 0 20px 20px 0;
	float: left;
	width: 620px;
	}

.column-2-1 .column:nth-child(2) {
	margin: 0 0 20px 0;
	float: right;
	width: 300px;
	}
 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.column-2-1 .column:first-child,
.column-2-1 .column:nth-child(2) {
	width: auto;
	float: none;
	margin: 0 0 20px 0;
}

}

.well_table{
	width: 100%;
	background: #FFF;
}

.well_table th{
	padding: 10px;
	font-weight: bold;
}

.well_table td{
	padding: 10px;
}

.gray_box{
	padding: 10px;
	background: #CCC;
}


/* s-btn ----------------------- */
.s-btn {
	width: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	margin-bottom: 1em; 
}
.s-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	line-height: 1.6;
}
.s-btn a {
	padding: 10px 16px 10px 10px;
	text-align: center;
}
.s-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

/* p-btn ----------------------- */
.p-btn {
	margin-bottom: 0.4em;
	padding: 0 !important;
	width: 100%;
}
.p-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	line-height: 1.6;
	border-radius: 20px;
	border: #000 1px solid;
	padding: 6px 0 6px 0;
	text-align: center;
	box-sizing: border-box;
}

.p-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f107";
	font-family: FontAwesome;
	font-size: 120%;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.p-btn a {
	font-size: 3.4vw;
}
}

/* language ----------------------- */
.language_box{
    display: table;
	margin: 0 0 0 auto;
}

.language_text{
    display: table-cell;
	vertical-align: middle;
}

.language_btn{
    display: table-cell;
	vertical-align: middle;
}

.language_btn ul li{
	float: left;
	width: 100px;
	text-align: center;
	border: 1px solid #000;
	margin-left: 10px;
}

.language_btn ul li.active{
	background: #666;
	color: #FFF;
}

.language_btn ul li a {
	display: block;
}


 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.language_box{
    display: table;
	margin: 10px 0 0 auto;
}
.language_text{
	padding: 0 10px 10px;
}
.language_btn ul li{
	width: 28vw;
	margin-bottom: 10px;
}
}

/*-------------------------
  two_column
-------------------------*/
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_column::after{
    content:"";
    display: block;
    width: 49.4%;
}

.two_column .column{
    width: 49.4%;
	display: flex;
	flex-direction: column;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.two_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_column .column{
    width: 100%;
	display: flex;
	flex-direction: column;
}
}
