@charset "UTF-8";
/* CSS Document */

/************************************************************* 外部css */
@import"https://www.tornex.co.jp/wp/wp-content/themes/tornex/css/nav.css" print,screen and (min-width: 641px);
@import"https://www.tornex.co.jp/wp/wp-content/themes/tornex/css/sm_nav.css" screen and (max-width: 640px);
/************************************************************* 共通css */

body {
	height: 100%;
	color: #555555;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

p {
	line-height:2.2em;
}

section {
	padding-bottom:30px;
}
#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

blockquote {
	background-color: #EEEEEE;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: thin solid #CCCCCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2em;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
}
blockquote li {
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	border-bottom: thin dotted #CCCCCC;
}

.article-information {
	font-size: 90%;
	border-top: thin dotted #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
	background-color: #cccccc;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/***************************** テキスト */

strong {
	font-style: normal;
	font-weight: bolder;
	font-size: 110%;
}

.heading {
	color:#FF7D00;
	font-weight:bolder;
	font-size: 110%;
}

/***************************** センターバナー */

.bnr {
	text-align:center;
	margin:20px;
}


/***************************** 注意書き */
.note {
	border-top: thin dotted #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

.bg-yellow {
	background-color:#F4FF00;
	padding:20px;
}


/***************************** a */
a:link , a:visited {
	color:#3477c7;
	text-decoration: none;
}
a:hover {
	color: #D2540E;
}
a.white:link,a.white:visited {
	color: #FFFFFF;
}


.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
} 
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.6;;
} 

.local-link a span {
	background-image: url(images/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-right: 4px;
	display: inline-block;
	height:14px;
	width:14px;
}

.local-link  {
	padding-bottom:4px;
}

/*a:link .top-left ,a:link .top-right , a:visited .top-left,a:visited .top-right  {
	color:#555555;
}*/

/***************************** clerfix */
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
	zoom: 1;
	display: block;
}
/************************************************************* レイアウト */

.left {
	float: left;
}
.right {
	float: right;
}

.mrgn-btm30 {
	margin-bottom:30px !important;
}

.mrgn-btm60 {
	margin-bottom:60px !important;
}

.padding-20 {
	padding:20px !important;
}
.col {
	float: left;
	margin-right: 20px;
	display: block;
}

.col1 {
	width:280px;
	float:left;
	padding-bottom:20px;
	margin-right:20px;
}

.col2 {
	width:560px;
	float:left;
	padding-bottom:20px;
}

.col:last-child , li:last-child {
	margin-right: 0;
}


.content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.left-container {
	float: left;
	width: 900px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.left-container section > .col-2 {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	width:48%;
	margin-right:30px;
	margin-bottom:30px;
}

.left-container  section > .col-2:nth-child(even) {
	margin-right:0px;
}

.left-container section > .col_2 {
	float:left;
	width:48%;
	margin-right:30px;
	margin-bottom:30px;
}

.left-container  section> .col_2:nth-child(even) {
	margin-right:0px;
}



.sidedar {
	float: right;
	width: 300px;
}

/***************************** タイトル */

h1 {
	font-size: 1.5em;
}

h2,
p.title {
	width: 100%;
	display: block;
	border-left: 6px solid #3477c7;
	font-size: 1.5em;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h3 {
	width: 100%;
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color:#666666;
}

h3.blue {
	background-color: #3377C7;
	color: #FFFFFF;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 20px;
	padding:10px;
	height:auto;
}

h4 {
	width: 100%;
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color:#666666;
	font-weight:bold;
}
/***************************** リスト */

ol {
	list-style-type: decimal !important;
	margin-left: 40px;
	margin-bottom:20px;
}

ol li {
	margin-bottom:1em;
}

.uline {
	border-bottom:#cccccc thin dotted;
}

.normal {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
.circle-list li {
	border-radius: 75px;
	background-color: #3477C7;
	width: 150px;
	height: 150px;
	text-align: center;
	color: #FFFFFF;
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 150px;
	font-size: 120%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.box-list {
	border: thin solid #cccccc;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom:10px;
}

.box-list dt {
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(images/icon_arrow_right.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.box-list dd {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	border-top: thin dotted #cccccc;
	margin-top: 20px;
}

.box-list span {
	color:#8F0002;
}


/***************************** 段落 */

p {
	padding-bottom:1em;
}

/***************************** アコーディオン */

div.accordion {
	margin-bottom:100px;
}


#product .accordion {
	margin-top:-20px;
	margin-bottom:50px;
}

.accordion h1,
.accordion dt {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	color: #ffffff;
	background: #34c7aa;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.accordion dt span {
	text-align: right;
	float: right;
	padding-right: 30px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
.accordion h1:before,
.accordion dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
.accordion h1:after,
.accordion dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background-color: #34c7aa;
}
 
.accordion h1.active:before,
.accordion dt.active:before {
  margin-top: -2px;
}
 
.accordion h1.active:after,
.accordion dt.active:after {
  margin-top: 3px;
}
 
.accordion li,
.accordion dd {
	background-color: #F2F2F2;
	border-bottom: solid 1px #D6D6D6;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
 
.accordion li a {
    position: relative;
    display: block;
}
 
.accordion li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 17px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #999999;
}
 
.accordion li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}

/******************************************* カタログダウンロード */
ul.catalog_dl {
display: flex;
flex-flow: nowrap;
justify-content: space-between;
width: 100%;
}
ul.catalog_dl li {
width: 48%;
}
ul.catalog_dl li img {
width: 100%;
height: auto;
}


/***************************** 画像拡大 */
#back {
	height: 100%;
	}
/* ラジオボタンを非表示 */
#r0, #r1, #r2 ,#r3 , #r4 {
	display: none;
}
/* 各項目ごとに左寄せ */
article { clear:left; }
/* 画像挿入枠 */
.img_box {
	float: left;
	padding: 5px 10px;
	max-width: 300px;
	max-height: auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-align: center;
}
/* 画像transition設定 */
.img_box img {
	cursor: pointer;
	width:100%;
	height:100%;
}
/* テキスト枠 */
.txt_box {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	border: thin solid #CCCCCC;
	border-radius: 10px;
}
/* 写真を覆うカバー */
.cover { width:100%;height:100%;position:absolute;top:0;left:0;display:none;}
/* サムネイルクリックで左寄せ */
#r1:checked ~ label #back #txt1 {
	clear:left;
}
#r2:checked ~ label #back #txt2 {
	clear:left;
}
#r3:checked ~ label #back #txt3 {
	clear:left;
}
#r4:checked ~ label #back #txt4 {
	clear:left;
}
/* サムネイルクリックで画像拡大*/
#r1:checked ~ label #back #box1 {
	max-width:100%;max-height:auto;
	text-align:center;
	margin-left:50px;
}
#r1:checked ~ label #back #box1 #cover1 {
	display:block;
}
#r2:checked ~ label #back #box2 {
	max-width:700px;max-height:auto;
	text-align:center;
	margin-left:50px;
}
#r2:checked ~ label #back #box2 #cover2 {
	display:block;
}

#r3:checked ~ label #back #box3 {
	max-width:700px;max-height:auto;
	text-align:center;
	margin-left:50px;
}
#r3:checked ~ label #back #box3 #cover3 {
	display:block;
}

#r4:checked ~ label #back #box4 {
	max-width:700px;max-height:auto;
	text-align:center;
	margin-left:50px;
}
#r4:checked ~ label #back #box4 #cover4 {
	display:block;
}

.point-box {
	margin-bottom:50px;
}

.point-box h2 {
	margin-bottom:10px !important;
}

/***************************** 画像回り込み */

.imgleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.imgright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/***************************** テーブルスタイル1 */



table.table-style1 {
width: 100%;
border-collapse: collapse;
}
table.table-style1 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table-style1 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/***************************** テーブルスタイル2 */


table.table-style2 {
width: 100%;
border-collapse: collapse;
}
table.table-style2 th{
min-width:10%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.table-style2 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/***************************** テーブルスタイル3 */



table.table-style3 {
width: 100%;
border-collapse: collapse;
}
table.table-style3 th{
padding: 6px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table-style3 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/***************************** テーブルスタイル4 */



table.table-style4 {
border-collapse: collapse;
}
table.table-style4 th{
padding: 6px;
text-align: center;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table-style4 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/***************************** テーブルスタイル5 */



table.table-style5 {
border-collapse: collapse;
}
table.table-style5 th{
padding: 6px;
text-align: center;
vertical-align: top;
color: #333;
width:134px;
}
.table-style5 td{
padding: 6px;
background-color: #fff;
}





/***************************** dlスタイル */
.dl_style01 {
}

.dl_style01 dt {
	font-weight: bold;
}
.dl_style01 dd {
	border-bottom: thin dotted #CCCCCC;
	padding-left: 30px;
	margin-bottom: 20px;
}

.dl_style02 {
	border: thin solid #cccccc;
	margin-bottom:20px;
	padding-bottom:20px;
}

.dl_style02 dt {
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#cccccc thin dotted;
	margin-bottom:10px;
	background-color:#eeeeee;
}
.dl_style02 dd {
	padding-left: 30px;
}

/***************************** インフォメーションカテゴリ */
.info-cat-topics,
.info-cat-news,
.info-cat-campaign,
.info-cat-agency ,
.info-cat-release ,
.cat-page
{
	margin-right: 20px;
	width: 110px;
	display: inline-block;
	text-align: center;
	color:#FFFFFF;
}

.info-cat-topics {
	background-color: #65B500;
}
.info-cat-news {
	background-color:#FF7D00;
}
.info-cat-campaign {
	background-color:#34C7AA;
}
.info-cat-agency {
	background-color: #2DAC58;
}
.info-cat-release {
	background-color:#3477C7;
}
.cat-page {
	background-color:#DDDDDD;
	color:#666666 !important;
}

/*************************************************************  関連製品・関連事例 */
.relation-product li {
	float: left;
	display: block;
	text-align: center;
	background-color: #eeeeee;
	padding: 10px;
	width: 20%;
	border-top: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-right: thin solid #cccccc;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.relation-product li:nth-child(1) {
	border-left:thin solid #cccccc !important;
}

.relation-product li:nth-child(6n) {
	border-left:thin solid #cccccc;
}

.relation-product li p {
	background-color: #FFFFFF !important;
	color: #666666 !important;
	font-size: 90% !important;
line-height: 1.5em;
	padding: 2px !important;
	margin-bottom: 0px!important;
	min-height: 4em !important;
	display: block!important;
	overflow-y: hidden!important;
}

.relation-product li p.img {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
	width:150px;
	height:150px;
	overflow:hidden;
}
.relation-product li img {
	width:100%;
}

#relation-case li {
	float: left;
	display: block;
	text-align: center;
	background-color: #eeeeee;
	padding: 10px;
	width: 20%;
	border-top: thin solid #cccccc;
	border-bottom: thin solid #cccccc;
	border-right: thin solid #cccccc;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#relation-case li:nth-child(1) {
	border-left:thin solid #cccccc !important;
}

#relation-case li:nth-child(6n) {
	border-left:thin solid #cccccc;
}

#relation-case li h3,
#relation-case li p.text {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 90%;
line-height: 1.5em;
	padding: 2px;
	margin-bottom: 0px;
	height: 4.7em !important;
	display: block;
	overflow-y: hidden;
}
#relation-case li p.img {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
	width:150px;
	height:150px;
	overflow:hidden;
display: block;
}
#relation-case li img {
	width:100%;
}

#relation-content li {
	border-bottom:#cccccc thin dotted;
	margin-bottom:1em;
}

/*************************************************************  お問合せ（ページ内） */
div.btn-contact {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

div.btn-contact ul li {
	float:left;
	margin-right:20px;
}

div.btn-contact img {
	display:block;
	margin-left:auto;
	margin-bottom:auto;
}

#inq_form .table_style01 img {
	width:auto !important;
	height:auto !important;
}


/*************************************************************  404 */

.http404 dl {padding: 10px;width: 30%;float: left;min-height: 220px}
.http404 dl dt {border: #cccccc thin solid;background-color: #eeeeee}
.http404 dl >*{padding: 10px;}
.tag-list li {float: left;}
.tag-list li a {
	display: inline-block;
	border: #cccccc thin solid;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}


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

	
	
/************************************************************* レイアウト */



.left {
	float: none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
}

.left img {
	width:100% !important;
	height:auto !important;
	margin-bottom:10px;
}
.right {
	float: none;
	width:100% !important;
	text-align:left !important;
}

.mrgn-btm30 {
	margin-bottom:30px !important;
}

.padding-20 {
	padding:20px !important;
}


section img {
	width:100%;
	height:auto;
}

#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	min-width:100px;
	margin-left: auto;
	margin-right: auto;
	border-right: thin solid #eeeeee;
	border-left: thin solid #eeeeee;
}

.col {
	float: none;
	margin-right: 20px;
	display: block;
}

.col1 {
	width:100%;
	float:none;
	padding-bottom:20px;
	margin-right:20px;
}

.col2 {
	width:100%;
	float:none;
	padding-bottom:20px;
}

.col:last-child , li:last-child {
	margin-right: 0;
}


.content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.left-container {
	float: none;
	width: 100%;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.left-container section > .col-2 {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: none;
	width:100%;
	margin-right:30px;
	margin-bottom:30px;
}

.left-container  section> .col-2:nth-child(even) {
	margin-right:0px;
}

.left-container section > .col_2 {
	float: none;
	width:100%;
	margin-right:30px;
	margin-bottom:30px;
}

.left-container  section> .col_2:nth-child(even) {
	margin-right:0px;
}



.sidedar {
	float: none;
	width: 100%;
}

	

.accordion h1,
.accordion dt {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	color: #ffffff;
	background: #34c7aa;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.accordion dt span {
	text-align: right;
	float: right;
	padding-right: 30px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
.accordion h1:before,
.accordion dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
.accordion h1:after,
.accordion dt:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -13px;
	background-color: #34c7aa;
}

/*************************************************************  お問合せ（ページ内） */
div.btn-contact {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

div.btn-contact ul li {
	float:none;
	margin-right:0px;
}

div.btn-contact img {
	display:block;
	margin-bottom:20px;
	margin-left:auto;
	margin-bottom:20px;;
}


	
/***************************** 画像拡大 */
#back { 
	height:100%;
	margin-top:-30px;
	}
/* ラジオボタンを非表示 */
#r0, #r1, #r2 ,#r3 , #r4 {
	display: none;
}
/* 各項目ごとに左寄せ */
article { clear:left; }
/* 画像挿入枠 */
.img_box {
	float: none;
	padding: 5px 10px;
	max-width: 300px;
	max-height:auto;
	transition:all 0.3s ease;	
	-webkit-transition:all 0.3s ease;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* 画像transition設定 */
.img_box img {
	cursor: pointer;
	width:100%;
	height:100%;
}
/* テキスト枠 */
.txt_box {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	border: thin solid #CCCCCC;
	border-radius: 10px;
}
/* 写真を覆うカバー */
.cover { width:100%;height:100%;position:absolute;top:0;left:0;display:none;}
/* サムネイルクリックで左寄せ */
#r1:checked ~ label #back #txt1 {
	clear:left;
}
#r2:checked ~ label #back #txt2 {
	clear:left;
}
#r3:checked ~ label #back #txt3 {
	clear:left;
}
#r4:checked ~ label #back #txt4 {
	clear:left;
}
/* サムネイルクリックで画像拡大*/
#r1:checked ~ label #back #box1 {
	max-width:100%;max-height:auto;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
#r1:checked ~ label #back #box1 #cover1 {
	display:block;
}
#r2:checked ~ label #back #box2 {
	max-width:100%;max-height:auto;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
#r2:checked ~ label #back #box2 #cover2 {
	display:block;
}

#r3:checked ~ label #back #box3 {
	max-width:100%;max-height:auto;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
#r3:checked ~ label #back #box3 #cover3 {
	display:block;
}

#r4:checked ~ label #back #box4 {
	max-width:100%;max-height:auto;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}
#r4:checked ~ label #back #box4 #cover4 {
	display:block;
}
	


/*************************************************************  関連製品・関連事例 */
.relation-product li {
	float: left;
	display: block;
	text-align: center;
	background-color: #eeeeee;
	padding: 10px;
	width: 48%;
	border: thin solid #cccccc;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.relation-product li:nth-child(1) {
	/*border-left:thin solid #cccccc !important;*/
}

.relation-product li:nth-child(6n) {
	/*border-left:thin solid #cccccc;*/
}

.relation-product li h3 {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 90%;
	padding: 2px;
	margin-bottom: 0px;
	height: auto!important;
	display: block;
	/*overflow-y: hidden;*/
}

.relation-product li p.img {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
	width:auto;
	height: auto;
	overflow:hidden;
}
.relation-product li img {
	/*width:100%;*/
	width:auto !important;
	height: 150px !important;
}

#relation-case li {
	float: left;
	display: block;
	text-align: center;
	background-color: #eeeeee;
	padding: 10px;
	width: 48%;
	border: thin solid #cccccc;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#relation-case li:nth-child(1) {
	/*border-left:thin solid #cccccc !important;*/
}

#relation-case li:nth-child(6n) {
	/*border-left:thin solid #cccccc;*/
}

#relation-case li h3 {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 90%;
	padding: 2px;
	margin-bottom: 0px;
	height: 4em !important;
	display: block;
	overflow-y: hidden;
}

#relation-case li p.img {
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
	width:100%;
	height: auto;
	overflow:hidden;
}
#relation-case li img {
	width:auto;
	height: 150px;
}

#relation-content li {
	border-bottom:#cccccc thin dotted;
	margin-bottom:1em;
}


#movie {
	width: 95%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
iframe[src*='youtube.com'],
iframe[src*='youtube-nocookie.com'],
iframe[src*='youtu.be'] {
  width: 100%;
  height: calc(56.25vw * .9);
}


/***************************** インフォメーションカテゴリ */
.info-cat-topics,
.info-cat-news,
.info-cat-campaign,
.info-cat-agency ,
.info-cat-release ,
.cat-page
{
	margin-right: 20px;
	width: 110px;
	display:block;
	display: inline-block;
	text-align: center;
	color:#FFFFFF;
	font-size:70%;
	margin-bottom:10px;
}
	
/*************************************************************  404 */

.http404 dl {padding: 10px;width: 100%;float: none; min-height: inherit;}
.http404 dl dt {border: #cccccc thin solid;background-color: #eeeeee}
.http404 dl >*{padding: 10px;}
.tag-list li {float: left;}
.tag-list li a {
	display: inline-block;
	border: #cccccc thin solid;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}

	
}
