﻿/* CSS Document */

/* 製品ごとに色設定 ここから */

.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #D7E3F0 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color:#D7E3F0;
}
.product_inside h3  {
	border-bottom: 2px solid #0072cf;
}
.product_inside h3 .series_flex p.series {
	background-color: #0072cf;
}
.product_inside h4 {
	border-bottom: 2px solid #0072cf;
}

/* 製品ごとに色設定 ここまで */


table {
	margin: 0px;
	padding: 0px;
}
td {
	padding: 10px;
	line-height: 160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
}
th {
	padding: 10px;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}


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

.img_right {
	float: right;
	padding: 0 0 10px 10px;
}

.imgbox img{
	width: 100%;
	height: auto;
}

.Area_free p {
  margin: 0 auto 0px !important;
}

p.at {
	color:#FF0000;
}

p.setsumei {
  margin-bottom: 10px !important;
  line-height: 165% !important;
}

iframe{
	width: 780px;
	height: 439px;
}

.main_LR{
	margin: 20px 25px 25px 25px;
}
.main_LR p{
	line-height: 165%;
	margin: 0 0 10px 0;
}

th.title {
	font-weight: bold;
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 12px;
	border-left: 10px solid #006EB4;
	padding:3px 5px;
}

.samplebox	{
	width: 100%;
	margin: 25px auto 0 !important;
	text-align: center;
}
.samplebox1 {
	width: 30%;
	float: left;
	text-align: center;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin:5px 15px 20px;
}

.samplebox1 img {
	width:100%;
	height:auto;
	border: 5px solid #DDD;
}


.samplebox2 {
	width: 230px;
	float: left;
	text-align: center;
	padding: 0px 3px 5px 3px;
	font-size: 13px;
	font-weight: bold;
}

.samplebox2 img {
	width:90%;
	height:auto;
	border: 5px solid #DDD;
	margin-bottom:5px;
}


.videobox	{
	width: 100%;
	margin: 30px auto;
  display: flex;
  justify-content: space-around;
}
.videobox1 {
	width: 400px;
  height: 225px !important;
}

.videobox1 img, .videobox1 iframe {
	width: 400px;
  height: 230px !important;
	height:auto;
}



.TI_title1 {
	margin:0 0 15px 5px;
	font-weight: bold;
	font-size: 18px !important;
	padding: 3px 10px;
	color: #333333;
	border-left: 5px solid #0072cf
}

.TI_title2 {
	font-weight: bold;
	font-size: 14px !important;
	padding: 5px 0;
	color: #333333;
}

.TI_title3	{
  width: 97%;
	/*font-weight: bold;*/
	font-size: 18px;
	background-color:#0072cf;
	color: #ffffff;
	margin: 5px auto 15px;
	line-height: 180%;
	padding: 5px 10px;
  letter-spacing: 2px;
	border-bottom: 2px solid #D7E3F0;
}


.img_r	{
	margin:10px;
	width:200px;
	float:right;
}
.img_r img{
	width:200px;
	height:auto;
}

.mode	{
	background-color:#333333 !important;
	color:#ffffff;
	font-weight:bold;
}

.border	{
	border-right:1px solid #e7e7e7;
}

.catalog_pdf2 {
	width: 275px;
	padding: 10px 10px 8px 10px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #900;
	background-color: #FAFAFA;
	font-weight: bold;
	line-height: 170%;
	font-size: 14px;
}

.catalog_pdf2 img{
	float:right;
}

.catalog_pdf2 a{
	display: block;
}

.Area_spec p	{
	margin: 15px;
	line-height: 165%;
}

/* work flow */
.work-flow th {
  text-align: left;
}

/* outline */
.vs-outline {
  width: 100%;
  margin: 15px auto 0;
  padding: 10px;
}

.vs-outline-left, .vs-outline-right {
  width:435px;
  height: 600px;
  float: left;
  margin: 0 !important;
  border: 6px solid #CBDCF0;
  border-radius: 15px;
}

.vs-outline-left-title {
  margin: 8px 0;
  width: 100%;
  font-size: 20px;
  color: #003e8b;
  line-height: 150%;
  font-weight: bold;
}

.vs-outline .samplebox	{
	margin: 0px auto 0 !important;
}
.vs-outline .samplebox .samplebox1 {
	width: 45%;
	float: left;
	text-align: center;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin:5px 10px 15px;
}

.vs-outline .samplebox .samplebox1 img {
	width:90%;
	height:auto;
	border: none;
  margin-bottom: 5px;
}

.vs-outline .samplebox .samplebox1 h5 {
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
.vs-outline .videobox .videobox1 h5 {
   margin: 8px 0;
 color: #003e8b;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
.vs-outline .videobox	{
	margin: 0 !important;
  display: block;
  text-align: center;
}
.vs-outline .videobox	.videobox1 {
	width: 400px;
  height: auto !important;
  margin: 10px auto 25px;
}

.vs-outline .videobox	 .videobox1 iframe {
	width: 400px;
  height: 230px !important;
	height:auto;
  border-radius: 10px;
}


.arrow {
  display: flex;
  width: 40px;
  height: 600px;
  float: left;
  font-size: 40px;
  margin: 10px;
  color: #003e8b;
  align-items: center !important;
}

.arrow-form {
  align-items: center !important;
  transform: rotate(-90deg);
}


/* 3Dサンプル：横１つ */
.imgBOX_1	{
	width:90%;
	text-align:center;
	margin:0px auto;
}

.imgBOX_1 img {
	width:100%;
}


/* 焦点距離表 */
.tbl_distance	{
	width: 98%;
	margin: 0 auto;
}

th .title{
	background-color: #dddddd;
}

.tbl_distance td,.tbl_distance th	{
	text-align: center;
}
.tbl_distance th	{
}

.blue_bk	{
	background-color: #0072cf !important;
	color: #ffffff !important;
}

.deg30{
	border-right: 1px solid #0072cf !important;
}

.deg45_bk1{
	background-color: #aad2f0 !important;
}
.deg45_bk2{
	background-color: #dde9F0 !important;
}

.deg37_bk1{
	background-color:#96e6e6 !important;
}
.deg37_bk2{
	background-color: #ddffff !important;
}

.deg30_bk1{
	background-color:#b4e6c8 !important;
}
.deg30_bk2{
	background-color: #ddeee0 !important;
}


.blue{
	color: #0072cf;
}

.tbl_distance_Angle{
	text-align: left !important;
}

.tbl_distance_md	{
	text-align: left !important;
	vertical-align: bottom !important;
}

/* エリア書式 */
.dispArea1	{
	font-size: 18px;
	line-height: 165%;
	margin: 10px 20px;
}

.dispArea1 ul{
	list-style-type: circle;
	margin: 0 0 15px 20px;
}

.dispArea1 li{
	margin: 5px;
}

/* ガイダンス書式 */
.guidance {
    width: 100%;
    height: 100%;
    /*border: 3px #0072cf solid;*/
    margin: 15px auto 20px;
}
.guidance_img{
	width: 35%;
	float: left;
}
.guidance_img img{
	width: 97%;
  margin: 0 10px;
	height: auto;
}
.guidance_bun{
	width: 62%;
	float: left;
  margin-left: 5px;
  margin-right: 10px;
}
.guidance_bun_l{
  margin-left: 5px;
	width: 98%;
}

.guidance_bun p, .guidance_bun_l p	{
  line-height: 160% !important;
  margin-bottom: 10px !important;
}
.guidance_bun h6, .guidance_bun_l h6	{
	font-weight: bold;
	color: #0072cf;
	border-bottom:1px #0072cf dashed;
	line-height:185%;
	font-size:20px;
	margin:0 0 12px 0;
  padding: 3px 5px;
}
/***** logo box *****/
.logobox {
  width: 100%;
  margin: 20px 0;
}

.logobox li {
  width: 25%;
  margin: 0 0 50px;
  float: left;
  text-align: center;
}

.logobox li img {
  width: 80%;
  height: auto;
  margin: 10px auto;
  border: 1px solid #ccc;
}

.logobox li h5 {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 165%;
  margin: 10px 0 0px;
  padding: 0px;
  font-weight: bold;
  display: block;
  vertical-align: middle;
}

.logobox .shosai {
  line-height: 200%;
}
/* PDFダウンロード */
.dl-ico img{
	margin:10px 3px 0 5px;
}
.ico_PDF img, .ico_ZIP img	{
	width:25px;
	height:auto;
}

	
/* お知らせ */
  
.info {
  width: 92%;
  margin: 20px auto;
  padding: 15px;
  line-height: 165%;
  border: 5px #c00 solid;
}
.info h5 {
  font-size: 24px;
  text-align: center;
  line-height: 180%;
  color: #c00;
  margin: 0px auto 15px;
  font-weight: bold;
}

.info p {
  margin-bottom: 10px;
}

.pr {
  margin: 0 0.3em;
  padding: 0 0.3em;
  font-size: 16px;
  font-weight: bold;
  background-color: #fe0;
  border-radius: 3px;
}

/* other */
p.extra {
  margin: 10px;
  padding: 5px 10px;
}

/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {

.imgbox img {
	width: 100%;
	height: auto;
}
  
.top_movie{
		text-align: center;
		width: 100% !important;
		height: auto;
  }
	
iframe{
		width: 100% !important;
		height: 100%;
	}

table {
	font-size: 10px;
}

#taball_box .table_720 {
	width: 100%;
}
#taball_box .table_720 th {
	word-break: break-all;
}

.tbl_distance	{
	width: 100%;
}
.tbl_distance th img	{
	width: 30px;
	height: auto;
}
	
.blue{

}

.box_adopt_one img{
	width:100%;
	height:auto;
}

.samplebox, .videobox	{
	width: 100%;
	text-align: center;
}	
  

.samplebox1 {
	width: 45%;
	font-size: 12px;
	font-weight: bold;
	margin:5px 0px 10px 0px;
  float: left;
}

.samplebox1 img, .videobox1 img {
	width:100%;
	height:auto;
	margin: 0px;
}

.samplebox2 {
	width: 47%;
}

.samplebox2 img {
	width:90%;
	height:auto;
}

.sample_ex img {
	margin:0 2px 0 2px;
	width:3%;
	height:auto;
}
  
.videobox {
  margin: 0 auto;
  display: block;
  }

.TI_title2 {
	font-size: 12px !important;
}

.TI_title3	{
  width: 93%;
	font-size: 15px;
	background-color:#0072cf;
	margin: 5px auto 15px;
	line-height: 160%;
}

.area_img img {
	width:100%;
	height:auto;
}

.catalog_pdf	{
	width:95% !important;
}
	
#viewer2{
	width:95%;
	height:auto;
}

.view2 img{
	width:95%;
	height:auto;
}

.dispArea1	{
	width: 90%;
	font-size: 14px;
	line-height: 165%;
	margin: 10px 20px;
}


/* outline */
.vs-outline {
  width:93%;
  height: auto;
  margin: 0 auto;
}

.vs-outline-left, .vs-outline-right {
  width:93%;
  height: auto;
  margin: 0 auto;
  border-radius: 15px;
}

.vs-outline-left-title {
}

.vs-outline .samplebox	{
	margin: 0px auto 0 !important;
}
.vs-outline .samplebox .samplebox1 {
	width: 45%;
	float: left;
	text-align: center;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin:5px 5px 10px;
}

.vs-outline .samplebox .samplebox1 img {
	width:80%;
	height:auto;
	border: none;
  margin-bottom: 5px;
}
.vs-outline .videobox	{
	margin: 0 !important;
  display: block;
  text-align: center;
}
.vs-outline .videobox .videobox1 {
	width: 320px;
  height: auto !important;
  margin: 10px auto 25px;
}

.vs-outline .videobox .videobox1 iframe {
	width: 320px !important;
  height: 182px !important;
	height:auto;
  border-radius: 7px;
}


.arrow {
  display: block;
  width: 95%;
  height: 35px;
  font-size: 40px;
  margin: 15px auto;
  text-align: center;
}

.arrow-form {
  transform: rotate(0deg);
}
	
/* ガイダンス書式 */
.guidance{
	width: 100%;
	margin: 15px auto 5px;
}
.guidance_img{
	width: 95%;
	margin: 0px auto 5px;
}
.guidance_img img{
	width: 100%;
	height: auto;
}
.guidance_bun{
	width: 95%;
	line-height: 165%;
}
.guidance_bun h6, .guidance_bun_l h6	{
	line-height:155%;
	font-size:16px;
	margin:0 0 12px 0;
  padding: 3px 5px;
}

/***** logo box *****/
.logobox {
  width: 100%;
  margin: 20px 0;
}

.logobox li {
  width: 50%;
  margin: 0 0 20px;
  float: left;
  text-align: center;
}

.logobox li img {
  width: 80%;
  height: auto;
  margin: 5px auto;
  border: 1px solid #ccc;
}

.logobox li h5 {
  width: 100%;
  font-size: 14px;
  line-height: 165%;
  margin: 10px 0 0px;
}

.logobox .shosai {
  line-height: 200%;
}
/* PDFダウンロード */
.dl-ico img{
	width:20px !important;
	height:auto;
}
.dl-ico	{
	text-align:center;
  white-space: nowrap;
}

	
/* お知らせ */
.info {
  width: 87%;
  margin: 20px auto;
  padding: 15px;
  border: 5px #c00 solid;
}
.info h5 {
  font-size: 18px;
}

}
