/*******************************
 ***	JPEN DESIGN CSS ***

- TEXT
--NEWS
-DESIGN
--ボーダー
--お問い合わせ
--ボタン
--ボタンサイズ
--ボーダー黒枠ボタン
--角枠ボタン
--リスト

*******************************/


.body{
     text-align: justify;
}
p .arrange{ 
    text-align: justify;
}


.swiper-container {
	width: 100%;
	height: 300px;
}
.swiper-slide {
	padding-top: 50px; /* 画像位置の調整用 */
}

.text_center {
        text-align: center;
}
.sample ul {
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
}

.sample ul li {
  line-height: 1.5;

  border-bottom: 2px solid white;
  list-style-type: none!important;
}
.sample ul li  a {
  padding: 0.75em;
  display:block;
  width:100%;
  height:100%;
}


/*for width100%*/
.bx-wrapper {
	width:100% !important; 
}
/*MARK UP*/
.mapmarker :before {
    font-family: FontAwesome;
    content:  "\f041";
    padding: 0 6px 4px 0;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.mailicon :before{
    font-family: FontAwesome;
    content:  "\f003";
    padding: 0 6px 4px 0;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}



/*▼▼▼FLEX BOX▼▼▼*/
/*MENU GRID*/
.flexbox ul {
  display: flex;
  justify-content: space-around;
}
.flexbox ul li {
  cursor:pointer;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  font-size: 17px;
  position: relative;
}

/* pc 768px以上 */
.wrap_block{
  overflow: hidden;
  width: 100%;
  margin: 30px auto 20px;
  font-size: 16px;
}
.main_block{
  float: left;
  width: 33%;
  text-align:center;
  text-decoration: none;
  margin-top: 10px;
}
.main_block h2{
  font-weight: 700;
}
.side-menu_block{
  float: left;
  width: 33%;

}
.side-menu_block li a{
  display: block;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
}
.side-menu_block li a:hover{
  color:#FFF;
  background-color:#1e90ff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
a.cp_btn {
  display: block;
  width: 140px;
  font-size: 14px;
  padding: 0.2em;
  margin: 5px auto;
  text-align: center;
  color: rgba(255,255,255, .85);
  border: 2px solid #bfbfbf;
    border-radius: 3px;
    transition: .4s;
}
a.cp_btn:hover {
  background: rgba(0,0,0, .7);
  color: #fff;
}

/* スマホ 767px以下 */
@media only screen and (max-width: 767px) {
	.wrap_block{
		width: 100%;
		margin: 0px auto 0px;
	}
	.main_block{
		float: none;
		width: 100%;
                text-align:left;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.side-menu_block{
		/* floatを解除 */
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
                text-align:left;
	}
	a.cp_btn {
                width: 100%;
                padding: 0.1em;
                margin: 5px auto;
        }
}

/*▼▼▼BOX LINK▼▼▼*/
.link_box h3{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 28px;
}

.link_box .twotext{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 0 5px;
}

.link_box .twotext_s{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

.link_box{
    position:relative;
    width:100%;
    height:200px;
    padding:0%;
    margin:0px auto 0px;
}
 
.link_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.link_box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


 /*▼▼▼HIDDEN BOX▼▼▼*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



 /*▼▼▼DATASEET▼▼▼*/
 
div.box_center {
    text-align:left;
    margin: 0px auto 100px;
    width:600px;
 } 

#select1 {
  margin-top : -80px;
  padding-top : 80px;
}
#select2 {
  margin-top : -80px;
  padding-top : 80px;
}
#select3 {
  margin-top : -80px;
  padding-top : 80px;
}
#select4 {
  margin-top : -80px;
  padding-top : 80px;
}
#select5 {
  margin-top : -80px;
  padding-top : 80px;
}
#select6 {
  margin-top : -80px;
  padding-top : 80px;
}
#select7 {
  margin-top : -80px;
  padding-top : 80px;
}
#select8 {
  margin-top : -80px;
  padding-top : 80px;
}
#North_America {
  margin-top : -80px;
  padding-top : 80px;
}
#South_America {
  margin-top : -80px;
  padding-top : 80px;
}
#Europe {
  margin-top : -80px;
  padding-top : 80px;
}
#Middle_East {
  margin-top : -80px;
  padding-top : 80px;
}
#Africa {
  margin-top : -80px;
  padding-top : 80px;
}
#South_East_Asia {
  margin-top : -80px;
  padding-top : 80px;
}
#East_Asia {
  margin-top : -80px;
  padding-top : 80px;
}
#Oceania {
  margin-top : -80px;
  padding-top : 80px;
}

input[type="text"] {
  width: 377px;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		background: #eee url("images/arrow.png") no-repeat;
		background-size: 10px 7px;
		background-position: right 10px center;
		border: 1px solid #bebebe;
		width: 150px;
		height: 36px;
		font-size: 1em;
		text-indent: 0.3em;
	}
	select:focus {
		border: 1px solid #4881d9;
		background: #edf4ff url("images/arrow.png") no-repeat;
		background-size: 10px 7px;
		background-position: right 10px center;
	}


/*  **  */}


.swiper-container {
	width: 100%;
	height: 500px;
}
.swiper-slide {
	padding-top: 50px; /* 画像位置の調整用 */

}

/*  **  */}

.image_for_map_1 {
display: block;
max-width: 100%;
height: auto;
}
.alt_text {
	position:absolute;
	top:0;
	left:0;
	padding:8px;
	display:none;
	color:#000;
	background:#fff;
	border:1px solid #333;
}



/*******************************
*	TEXT
*******************************/

/* --------------------------------------------------- MAIN AREA */

.title_font {
  padding: 0px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px; 
}
.center_title {
  padding: 0px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px; 
}
.only_font {
  padding: 0px;
  font-size: 15px;
}
.text_bottom {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  color: #0000ff;
}

.small_font {
  padding: 0px;
  font-size: 12px;
}
.cmpglMgnLR {
  padding: 0px;

}
.cmpglMgnL_box {
  margin: 0px 30px 0px 0px;
}
.cmpglMgnR_box {
  margin: 0px 0px 0px 30px;
}
.cmpgltab-sp {
  display:block;
}


@media screen and (max-width: 768px) {

.title_font {
  font-size: 17px;
  padding: 0px 10px;
}
.title-center {
  font-size: 17px;
  padding: 0px 10px;
  text-align:center;
}
.only_font {
  padding: 0px 10px;
}
.datasheet_font {
  padding: 0px;
  font-size: 12px;
}
.small_font {
  padding: 0px 10px;
}

.cmpglMgnLR {
  padding: 0px 10px;
}
.cmpglMgnL_box {
  margin: 0px 0px 20px 0px; 
}
.cmpglMgnR_box {
  margin: 20px 0px 20px 0px; 
}
.cmpgltab-sp {
  display:none;
}
}


/*******************************
*    	ACCORDION R
*******************************/ 
 
.accordion_naviR {
    margin-left: 20px;
}
.accordion_naviR h3 {
    margin: 20px 0 10px 0px;
    font-weight: bold;
}
.displayNoneR {
    display: none;
}
.accordion_naviR li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.accordion_naviR a {
    display: block;
}
.contentWrapR {
    margin: 10px;
}
.switchR {
    cursor:pointer;
    font-weight: bold;
    padding:10px 40px 10px 10px;
    font-size: 18px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.switchR:after {
    position: absolute;
    top: 60%;
    right: 20px;
    margin-top: -18px;
    content: '>';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    font-family: monospace;
    color: #FF6685;
}
.switchR.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: monospace;
}

.initR2-bottom:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 10px 2px 0;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hvr-fade  {
    width: 95%;
}

.textArea h3 {
   margin: 30px 0 10px 20px;
   font-size: 24px;
}

@media screen and (max-width: 768px) {
.accordion_naviR {
    margin: 0 10px;
    font-size:14px;
}
.hvr-fade  {
    width: 98%;
}
.switchR {
    cursor:pointer;
    font-weight: bold;
    padding:10px 40px 10px 10px;
    font-size: 14px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.switchR:after {
    position: absolute;
    top: 60%;
    right: 40px;
    content: '>';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    font-family: monospace;
    color: #FF6685;
}
.switchR.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: monospace;
}
}


/*******************************
*	NETWORK
*******************************/

/* --------------------------------------------------- Network */
.cmpgNetworkAdBox .contact{
  font-size: 16px;
  font-weight:700;
 }
 
.network {
  width: 100%;
 }
.network th{
  padding: 12px 20px 10px;
  text-align: left;
  font-weight:700;
  width: 80%;
 }
.network td{
  padding: 12px 10px 10px 5px;
  font-weight:500;
  text-align: center;
 }
.network .top30, 
.network .btn-top30 {
  padding-top: 30px;
 }
.network .com-name {
  font-size: 20px;
  padding: 0px;
 }
.network .btn-network{
    padding: 6px 17px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin:5px 5px 5px 0px;
    color: #151515;
    border: 2px solid #777777;
    background: transparent;
}
.network .btn-network:hover,
.network .btn-network:focus{
    margin:5px 5px 5px 0px;
    color: #fff;
    border-color: transparent;
    background: #000;
}

@media screen and (max-width: 768px) {
.cmpgNetworkAdBox h1,
.cmpgNetworkAdBox h2,
.cmpgNetworkAdBox .contact{
  padding-left: 10px;
 }
.network .contact {
  font-size: 14px;
  font-weight:700;
 }
.network {
    width: 100%;
    border: 0px solid #999;
  }
.network .btn-top30 {
  padding-top: 0px;
 }
.network th {
    display: block;
    margin:10px;
    padding: 5px 5px 5px 10px;
    width: 100%;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.network td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    text-align: center;
    border: none;
    border-bottom; 1px solid #999;
  }
}


/*******************************
*    	DESIGN
*******************************/


/* --------------------------------------------------- DATASHEET */

div.box_center {
    text-align:left;
    margin: 0px auto 100px;
    width:600px;
 } 


input[type="text"] {
  width: 377px;
  height: 36px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		background: #eee url("images/arrow.png") no-repeat;
		background-size: 10px 7px;
		background-position: right 10px center;
		border: 1px solid #bebebe;
		width: 150px;
		height: 36px;
		font-size: 1em;
		text-indent: 0.3em;
	}
	select:focus {
		border: 1px solid #4881d9;
		background: #edf4ff url("images/arrow.png") no-repeat;
		background-size: 10px 7px;
		background-position: right 10px center;
	}



/* ---------------------------------------------------ボーダー */
h7 {
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #3498db;
}

/* ---------------------------------------------------お問い合わせ */
.header_inquiry{
    width:130px;
    font-weight:500;
    text-decoration:none;
    display:block;
    text-align:center;
    margin-left:16px;
    padding:0px 1px 1px;
    color:#fff;
    background-color:#004EA2;
    border-radius:3px;
}

/* ---------------------------------------------------ボタン */

/* BUUTUN*/
.mod_btn{
 margin:10px 0 10px 0;
}
.mod_btn-center{
 text-align:center;
}
.mod_btn p{
 border:solid 1px #E73582;
 display:inline-block;
}
.mod_btn p a{
 display:block;
 padding:10px 10px 10px 10px;
 color:#E73582;
 font-size:13px;
 -ms-transition:all 0.3s ease 0s;
 -moz-transition:all 0.3s linear 0s;
 -webkit-transition:all 0.3s linear 0s;
 transition:all 0.3s linear 0s;
 border:solid 3px #FFF;
}

.mb-10{
    margin-top:10px;
    margin-bottom:30px;
    text-align: left;  
}
.mb-100{
    margin:20px 0px;
    text-align: left;   
}
.mb-1000{
    margin:5px 0px;
    text-align: left; 
}
.mb-seajet{
    margin:10px 0px;
    text-align: left;   
}
.mb-seajet .btn-mod:after {
    content: "\f1c1";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 2px;
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
     
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    text-decoration: none;
    outline: none;
}
.btn-mod:active{
    cursor: pointer !important;
}

@media screen and (max-width: 480px) {
.mb-10{
    text-align: center;  
}
} 


/* ---------------------------------------------------ボタンサイズ */
.btn-mod.btn-small{
    padding: 6px 17px;
    font-size: 12px;
    letter-spacing: 1px;
} 
.btn-mod.btn-medium{
    padding: 8px 37px;
    font-size: 14px;
}
.btn-mod.btn-medium100{
    padding: 10px 20px;
    font-size: 14px;
    text-align:center;
    width: 100%;
}

.btn-mod.btn-large{
    padding: 12px 45px;
    font-size: 16px;
}
.btn-mod.btn-large100{
    padding: 12px 45px;
    font-size: 16px;
    text-align:center;
}
.btn-mod.btn-title{
    padding: 12px 45px;
    font-size: 15px;
    text-align:center;
}
.linkloss{
    padding: 12px 45px;
    font-size: 16px;
    text-align:center;
    width: 70%;
    margin:0 auto;
    display: block;
    color: #fff;
    background: #000;
}

.btn-mod.btn-list{
    padding: 6px 24px;
    font-size: 14px;
}

.btn-mod.btn-network{
    padding: 6px;
    font-size: 14px;
    text-align:center;
} 

@media screen and (max-width: 480px) {
.btn-mod.btn-medium{
    padding: 6px 17px;
    font-size: 12px;
} 
.btn-mod.btn-list{
    padding: 6px 30px;
    font-size: 12px;
}
.btn-mod.btn-large100{
    padding: 8px 37px;
    font-size: 14px;
    text-align:center;
}
} 

/* ---------------------------------------------------ボーダー黒枠ボタン */
.btn-mod.btn-border{
    margin:5px 5px 5px 0px;
    color: #151515;
    border: 2px solid #777777;
    background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
    margin:5px 5px 5px 0px;
    color: #fff;
    border-color: transparent;
    background: #000;
}

.btn-mod.btn-border100{
    width: 95%;
    margin:0 auto;
    display: block;
    color: #151515;
    border: 2px solid #777777;
    background: transparent;
}
.btn-mod.btn-border100:hover,
.btn-mod.btn-border100:focus{
    width: 95%;
    margin:0 auto;
    display: block;
    color: #fff;
    border-color: transparent;
    background: #000;
}

/* ---------------------------------------------------角枠ボタン */
.btn-mod.btn-circle{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* ---------------------------------------------------リスト */
.listlist{
  width:100%;
  margin-right: 10px; 
  padding: 8px;
  background:#fff;
  border:1px solid #fff;
}
.listlist ul {
  list-style:none;
}
.listlist ul li {
  margin-bottom:8px;
  /*ここから追加*/
  text-indent:-1em;
  padding-left:1em;
}


/* --------------------------------------------------スクロールバー */
.scr {
  overflow: scroll;   /* スクロール表示 */
  width: 100%;
  height: 300px;
}




/*******************************
*	TABLE 
*******************************/

/* --------------------------------------------------- NEWS */

.news_table {
  width: 100%;
  background-color: #fff;
}

.news_table th{
  padding: 12px 0px 10px 20px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:400;
  width:26%;
}

.news_table .data{
  width:110px;
  display: inline-block
}
.news_table td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
    width:74%;
}

.news_table .news{
    width:110px;
    padding-top: 0px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    border-radius:3px;
    display: inline-block;
}
.news_table .info1{
    background-color:#AA5554;
}
.news_table .info2{
    background-color:#4169e1;
}
.news_table .info3{
    background-color:#009B77;
}
.news_table .info4{
    background-color:#327A00;
}
.news_table .info5{
    background-color:#663366;;
}
.news_table .info6{
    background-color:#B56E0A;k
}
.news_table .info7{
    background-color:#696969;
}
.news_table .newscell{
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
.news_table {
    border-top: 1px solid #999;
  }
.news_table th {
    display: block;
    padding: 4px 5px 2px 5px;
    background-color: #fafafa;
    width: 100%;
    font-size: 12px;
    border:none;
  }
.news_table .data{
  width:84px;
  display: inline-block
}
.news_table td{
    display: block;
    padding: 3px 5px 4px 5px;
    text-align: left;
    border-top: none;
    border-bottom; 1px solid #999;
    font-size: 14px;
    width: 100%;
  }
.news_table .info1 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info2 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info3 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info4 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info5 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info6 {
    width:90px;
    padding-top: 1px;
  }
  .news_table .info7 {
    width:90px;
    padding-top: 1px;
  }
  .news_table .newscell{
  font-size: 14px;
}
}


/*******************************
*	TABLE 2
*******************************/

/* --------------------------------------------------- TABLE SCROLL */

@media screen and (max-width: 768px) {
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.table-scroll table {
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}

.table-scroll table tbody {
	width: 100%;
	display:table;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}

/* --------------------------------------------------- COLUMN */
.boxlink a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxlink img{
  margin: 10px 0px;
}

.one{
  float: left;
  width: 30%;
  margin: 0 10% 0 10%;
  padding: 10px 0px 10px;
  background-color: #fff;
  text-align: center;
}
.two{
  float: left;
  width: 30%;
  margin: 0 10% 0 10%;
  padding: 10px 0px 10px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {

.boxlink img{
  margin: 0px;
}
.one{
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0px;
  background-color: #fff;
  text-align: center;
}
.two{
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
  padding: 0px;
  background-color: #fff;
  text-align: center;
}

}

/* --------------------------------------------------- COLUMN2 */
.boxlink2 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.boxlink2 img{
  margin: 10px 0px;
}
.boxlink2 .btn{
  width: 210px;
  text-align: center;
}
.one2{
  float: left;
  width: 28%;
  padding: 10px 0px 10px;
  text-align: center;
}
.two2{
  float: left;
  width: 68%;
  margin: 6% 0 0 2%;
  padding: 10px 0px 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {

.boxlink2 img{
  margin: 10px 0 0;
}
.boxlink2 .btn{
  width: 100%;
}
.boxlink2 .ebook{
    display:none;
}
.one2{
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0px;
  text-align: center;
}
.two2{
  float: left;
  width: 64%;
  margin: 20px 0 0 2%;
  padding: 0px;
  text-align: left;
}
}



/* --------------------------------------------------- BASE (width15) */
.simpletable {
  border-collapse: collapse;
  width: 100%;
}
.simpletable th,
.simpletable td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable th {
  background-color: #eee;
  text-align: left;
  width: 15%;
}
.simpletable th.t_top {
    border-top: #be1309 4px solid;
}
.simpletable td.t_top {
	border-top: #b3b3b3 4px solid;
}

.simpletable .cellR {
  text-align: left;
  font-weight: bold;
  width: 15%;
}


@media screen and (max-width: 768px) {
  .simpletable {
    border-top: 1px solid #999;
  }
  .simpletable td {
    display: block;
    text-align: left;
  }
  .simpletable th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* --------------------------------------------------- STANDARD (width5) */
.simpletable5 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable5 th,
.simpletable5 td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #999;
}
.simpletable5 th {
  background-color: #eee;
  text-align: center;
  width: 5%;
}

@media screen and (max-width: 768px) {
  .simpletable {
    border-top: 1px solid #999;
  }
  .simpletable td {
    display: block;
    text-align: left;
  }
  .simpletable th {
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* --------------------------------------------------- STANDARD-R (th width15) */
.simpletableR {
  border-collapse: collapse;
  width: 100%;
}
.simpletableR th,
.simpletableR td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletableR th {
  background-color: #eee;
  text-align: center;
  width: 15%;
}
.cellR {
  text-align: left;
  font-weight: bold;
  width: 15%;
}

@media screen and (max-width: 768px) {
.simpletableR {
  border-collapse: collapse;
  width: 100%;
}
.simpletableR th,
.simpletableR td {
  padding: 5px;
  border: 1px solid #999;
}
.simpletableR th {
  background-color: #eee;
  text-align: left;
  width: 5%;
}
.cellR {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  width: 8%;
}
}

/* --------------------------------------------------- DIRECTOR */
.simpletable25 {
  width: 100%;
}
.simpletable25 th,
.simpletable25 td {
  padding: 10px 25px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
}
.simpletable25 th {
  font-weight: 500;
  text-align: left;
  width: 20%;
}

.simpletable25 .cell {
  text-align: left;
  font-weight: bold;
  width: 34%;
}
.simpletable25 .cellR {
  text-align: left;
  font-weight: 500;
  width: 46%;
}


@media screen and (max-width: 768px) {
  .simpletable25 {
    border-top: 0px solid #999;
  }
  .simpletable25 td {
		display:block;
		width: 98%;
		border:none;
  }
  .simpletable25 th {
		display:block;
                background-color: #eee;
		width: 100%;
		border:none;
  }
  .simpletable25 .cell {
  width: 98%;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  border:none;
  }
  .simpletable25 .cellR {
  width: 90%;
  text-align: left;
  color: #777;
  font-weight: 500;
  font-size: 1.0em;
  margin-bottom:20px;
  border:none;
  }
}


/* --------------------------------------------------- ISO */
.simpletable32 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable32 th,
.simpletable32 td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable32 th {
  background-color: #eee;
  text-align: left;
  width: 32%;
}


@media screen and (max-width: 768px) {
  .simpletable32 {
    border-top: 0px solid #999;
    width: 98%;
  }
  .simpletable32 td {
		display:block;
		width: 96%;
		border:none;
  }
  .simpletable32 th {
		display:block;
		width: 98%;
  }
}


/* --------------------------------------------------- RESULTS */
.ir_results  {
  width: 100%;
  background-color: #fff;
}

.ir_results th{
  padding: 12px 0px 10px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:400;
  width: 20%;
}
.ir_results td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}
.ir_results .large{
  padding: 12px 0px 10px 20px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  font-size:18px;
  text-align: left;
}

.ir_results.ircell{
  width: 30%;
}

.ir_results img[src$="icon_ir.png"] {
width: 35px;
height: 40px;
}


@media screen and (max-width: 768px) {
.ir_results {
    border-top: 1px solid #999;
  }
.ir_results th {
    display: block;
    padding: 4px 5px 2px 10px;
    background-color: #fafafa;
    width: 100%;
    font-size: 14px;
    border:none;
  }
.ir_results td {
    display: block;
    padding: 3px 5px 4px 10px;
    text-align: left;
    border-top: none;
    border-bottom; 1px solid #999;
    font-size: 14px;
  }

.ir_results .ircell{
    display: none;
  }
.ir_results img{
    display: none;
  }
}

/* --------------------------------------------------- IR Calendar */
.ir_calendar {
  width: 100%;
}

.ir_calendar th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 15%;
}
.ir_calendar td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

@media screen and (max-width: 768px) {
.ir_calendar {
    width: 100%;
    border: 0px solid #999;
  }
.ir_calendar th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.ir_calendar td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
}


/* --------------------------------------------------- TOCOLOGY */
.tecnology {
  width: 100%;
}

.tecnology th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 25%;
}
.tecnology td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

.tecnology .tecnologycell{
  width: 10%;
}


@media screen and (max-width: 768px) {
.tecnology {
    width: 100%;
    border: 0px solid #999;
  }
.tecnology th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.tecnology td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.tecnology .tecnologycell{
    display: none;
  }
}

/* --------------------------------------------------- TOCOLOGY2 */
.tecnology2 {
  width: 100%;
}

.tecnology2 th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 32%;
}
.tecnology2 td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}


@media screen and (max-width: 768px) {
.tecnology2 {
   border-bottom: 1px solid #999;
}
.tecnology2 th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.tecnology2 td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    border:none;
    text-align: left;
  }
.tecnology2 .bor{
    border-top: 1px solid #999;
   }
}


/* --------------------------------------------------- NETWORK */
.simpletable15 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable15 br{
	display: none;
}
.simpletable15 span{
        padding-right: 24px
}
.simpletable15 th,
.simpletable15 td {
  padding: 10px 20px;
  border: 1px solid #999;
}
.simpletable15 th {
  background-color: #eee;
  text-align: center;
  width: 20%;
}

.simpletable15 .cell {
  text-align: center;
  font-weight: bold;
  width: 14%;
}

.simpletable15 .cell .fa {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.simpletable15 .cellR {
  text-align: left;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .simpletable15 {
    border-top: 0px solid #999;
    width: 97%;
    font-size: 15px;
  }
.simpletable15 br{
	display: block;
 }
  .simpletable15 td {
		display:block;
                padding: 5px;
		width: 100%;
		border:none;

  }
.simpletable15 th {
		display:block;
                padding: 5px 10px;
		width: 96%;
                text-align: left;
  }

.simpletable15 .cell {
  text-align: left;
  font-weight: bold;
  width: 100%;
}

.simpletable15 .cellR {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom:30px;
}
}

/* --------------------------------------------------- GROUP*/
.group_other  {
  width: 100%;
  background-color: #fff;
}

.group_other th{
  padding: 12px 0px 10px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-size: 1.2em;
  font-weight:700;
  width: 88%;
}
.group_other2 {
  padding: 10px 0px;
  text-align: center;
  font-size: 1.0em;
  width: 100%;
}
.group_other td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}


@media screen and (max-width: 768px) {
.group_other {
    border-top: 1px solid #999;
  }
.group_other th {
    display: block;
    padding: 4px 0px 2px 5px;
    background-color: #fafafa;
    width: 100%;
    font-size: 1.0em;
    border:none;
  }

.group_other  td{
    display: block;
    padding: 3px 0px 4px 5px;
    text-align: left;
    font-size: 0.8em;
    border-top: none;
    border-bottom; 1px solid #999;
  }

}

/* --------------------------------------------------- DATASHEET */

.datasheet_box {
    text-align:left;
    margin: 0px auto 100px;
    width:600px;
 } 


.datasheet {
  width: 100%;
  background-color: #fff;
}
.datasheet th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 16px;
  text-align: left;
  font-weight:700;
  width: 26%;
}
.datasheet td{
  padding: 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 14px;
  font-weight:500;
  text-align: left;
}
.datasheet .datasheetcell{
  width: 5%;
}
.datasheet .datasheetcellR {
  width: 34%;
  padding-bottom:20px;
  text-align: center;
}

.datasheet img{
width: 35px;
height: 40px;
}

@media screen and (max-width: 768px) {
.datasheet_box {
    text-align:left;
    margin: 0px auto 100px;
    width:100%;
 } 

.datasheet {
    width: 98%;
    border: 0px solid #999;
  }
.datasheet th {
    display: block;
    margin-top:14px;
    padding: 4px;
    background-color: #eee;
    width: 100%;
    font-size: 16px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.datasheet td{
    display: block;
    padding: 1px 0px 2px 5px;
    font-size: 12px;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheet .datasheetcell{
    display: block;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheet .datasheetcellR {
    display: block;
    margin: 14px auto;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: center;
    border: none;
    border-bottom; 1px solid #999;
  }

.datasheet img{
width: 10%;
height: 10%;
}
}


/* --------------------------------------------------- SEAJET */
.datasheetR {
  width: 100%;
  background-color: #fff;
  word-break: break-all;
}

.datasheetR th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 18px;
  text-align: left;
  font-weight:700;
  width: 25%;
}
.datasheetR td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

.datasheetR .datasheetcellR {
  width: 20%;
  padding-bottom:20px;
  text-align: center;
}
.datasheetR img{
width: 35px;
height: 40px;
}


@media screen and (max-width: 768px) {
.datasheetR {
    width: 98%;
    border: 0px solid #999;
    word-break: break-all;
  }

.datasheetR th {
    display: block;
    margin-top:15px;
    padding: 5px;
    background-color: #eee;
    width: 100%;
    font-size: 14px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.datasheetR td{
    display: block;
    padding: 3px 0px 4px 5px;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheetR .datasheetcellR {
    display: block;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheetR img{
width: 10%;
height: 10%;
}

}


/* --------------------------------------------------- form */
.simpletableform {
  border-collapse: collapse;
  width: 100%;
}
.simpletableform th,
.simpletableform td {
  padding: 5px;
  border: 1px solid #999;
}
.simpletableform th {
  background-color: #eee;
  text-align: left;
  width: 15%;
}



@media screen and (max-width: 768px) {
  .simpletableform {
    border:none;
  }
  .simpletableform td {
    display: block;
    text-align: left;
  }
  .simpletableform th {
    display: block;
    border: none;
    width: 100%;
  }
}

/* --------------------------------------------------- Corporate Data */
.simpletable20 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable20 br{
	display: none;
}
.simpletable20 span{
        padding-right: 24px
}
.simpletable20 th,
.simpletable20 td {
  padding: 10px 20px;
  border: 1px solid #999;
}
.simpletable20 th {
  background-color: #eee;
  text-align: center;
  width: 20%;
}

.simpletable20 th.t_top {
    border-top: #be1309 4px solid;
}
.simpletable20 td.t_top {
	border-top: #b3b3b3 4px solid;
}


@media screen and (max-width: 768px) {
  .simpletable20 {
    border-top: 0px solid #999;
    width: 98%;
  }
.simpletable20 br{
	display: block;
  }
  .simpletable20 td {
		display:block;
                padding: 5px 15px;
		width: 98%;
		border:none;
  }
  .simpletable20 th {
		display:block;
                padding: 5px 15px;
		width: 98%;
                text-align: left;
                border:none;
  }
}

/* --------------------------------------------------- STANDARD (width45) */
.simpletable45 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable45 th,
.simpletable45 td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable45 th {
  background-color: #eee;
  text-align: center;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .simpletable45 {
    width: 98%;
    border: 0px solid #999;
  }
  .simpletable45 td {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .simpletable45 th {
    display:block;
    border: none;
    width: 100%;
    text-align: left;
  }
}

/* --------------------------------------------------- STANDARD 2 (width12) */
.simpletable12 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable12 th,
.simpletable12 td {
  padding: 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
}
.simpletable12 th {
  text-align: left;
  width: 12%;
}
.simpletable12 td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .simpletable12 {
    width: 98%;
    border: 0px solid #999;
  }
  .simpletable12 td {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .simpletable12 th {
    display:block;
    background-color: #eee;
    border: none;
    width: 100%;
    text-align: left;
  }
}




/* --------------------------------------------------- New Table */

  .responsive {
   border-collapse: collapse;
   width: 100%;
  }
 .responsive th,
 .responsive td {
   border: 1px solid #dddddd;
   background-color: #fff;
   padding: 10px;
   text-align: center;
  }
  .responsive .txt_tittle {
   font-weight:600;
   }
 .responsive th p {
   font-weight:400;
   font-size: 14px;
   }
 .responsive td.txt-center {
   text-align: center;
   padding: 0px 10px;
   width: 200px;
   font-weight:600;
  }
 .responsive td.txt-left {
   text-align: left;
   padding: 0px 10px;
   width: 200px;
   font-weight:600;
  }

@media (max-width: 768px) {
  .responsive {
    border-collapse: separate;
    border-spacing: 0  20px;
  }
  .responsive thead {
    display: none;
  }
  .responsive tr {
    background-color: #f6f6f6;
    padding: 5px;
  }
  .responsive td {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
  }
  .responsive td.col-6 {
    float: left;
    width: 50%;
  }
  .responsive td.txt-center {
   text-align: left;
   padding: 10px 5px;
   width: 100%;
   font-size: 18px;
  }
  .responsive td.txt-left {
   text-align: left;
   padding: 10px 5px;
   width: 100%;
   font-size: 18px;
  }
  .responsive td:before {
    content: attr(data-title) " ";
  }
  .responsive .clear {
    clear: both;
  }
}

