@charset "utf-8";
/* CSS Document */
.inputlist {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f7f7e7;
}


.inputlist h5 {
  font-size: 16px;
  font-weight: bold;
}

/***** アプリケーションを検索 *****/
.list_feature{
	margin: 10px 0px;
}

.list_feature li{
	margin: 10px 10px 5px 0px;
	font-weight: normal !important;
	line-height: 160%;
  font-size: 15px;
	float: left;
	color: #fff;
}

.list_feature li {
	color: #333;
}

.list_feature li div{
	background-color: #E7E9C2;
	border: 2px solid #c2ca2c;
  font-weight: bold;
	padding: 2px 8px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
}


/*** 表示リスト ***/
/* フレーム設定 */
#itemList .app {
  float: left;
  margin: 0px;
  padding: 10px;
}
/* フレーム内画像の調整 */
#itemList div img {
  width: 100%;
  height: auto;
}

#itemList div.app_series_name {
  margin: 0 !important;
  width: 305px;
  height: 360px;
}

#itemList .app_series_name p {
  text-align: left;
  font-size: 14px !important;
  line-height: 145%;
}
#itemList .app_series_name .app_series_title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 12px;
}

#itemList .app_category {
 /* display: none;  一旦に表示にしてます */
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

#itemList .app_category div {
  display: inline;
  color: #000;
	background-color: #E7E9C2;
	border: 1px solid #c2ca2c;
  font-size: 13px;
  text-align: left;
  margin-right: 5px;
  padding: 1px 6px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
}
/*#itemList .app_category div::before {
  content: '#' ;
}*/

/***** アプリケーション（一覧ページ） *****/
.appbox {
  width: 100%;
  margin: 10px auto 30px;
}

.appbox_title {
  margin: 10px 0;
  padding: 10px 5px;
  align-items: baseline;
  background-color: #E7E9C2 !important;
}

.appbox_title h5, .appbox_title h6 {
  display: inline;
  }

.appbox_title h5 {
  font-size: 22px !important;
  line-height: 160% !important;
  color: #000;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-left: 5px;
}

.appbox_title h6 {
  font-size: 20px !important;
  line-height: 180% !important;
  color: #7f7f1c;
  font-weight: normal !important;
  margin: 0 0 0 10px !important;
}

.appbox p {
  margin: 10px 0px !important;
  padding: 5px 10px 10px 10px !important;
}

.applist {
  width: 97%;
  margin: 0 auto;
  padding: 0;
}

.applist-box {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.applist img {
  width: 130px;
  height: auto;
  float: left;
  margin: 10px 15px 10px 0;
}

.applist-box-right .app_industry {
  display: none;
}

.applist-box-right .app_series_name {
  text-align: left;
  margin: 5px !important;
  padding-top: 10px;
  font-weight: bold;
}


a .applist-box-right p {
  color: #000;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  font-weight: 140% !important;
}


/***** アプリケーション（個別ページ） *****/
.application_left {
  width: 400px;
  margin: 20px 0px 0px 0px !important;
  float: left;
}
.application_left img {
  width: 100%;
  height: auto;
}

.application_right {
  width: 550px;
  margin-left: 20px;
  float: left;
}

.application_right p {
  line-height: 180%;
  margin: 25px 0;
  font-size: 18px;
}
/*** アプリケーション（個別ページ）：おすすめの機種 ***/
.application_right .app-product {
  margin: 35px 0 0 !important;
  width: 100%;
  border: 5px solid #C2CA2C;
  border-radius: 20px;
  position: relative;
}

.application_right .app-product .app-product-reccomend {
  position: absolute;
  font-size: 20px;
  padding: 0 10px;
  color: #AAB120;
  background-color:#fff;
  top: -13px;
  left: 20px;
}

.application_right .app-product .app-product-box {
  padding: 12px 25px 10px;
  display: flex;
  height: 75px;
  align-content: center;
}

.application_right .app-product .app-product-box .app-product-box-text {
  height: 75px;
  display: table-cell;
  align-content: center;
  font-size: 15px;
  line-height: 150%;
  width: 425px;
}
.application_right .app-product .app-product-box .app-product-box-text a {
  font-size: 20px;
  line-height: 170%;
}

.application_right .app-product .app-product-box .app-product-box-img {
  width: 75px;
}

.application_right .app-product .app-product-box .app-product-box-img img {
  width: 100%;
  height: auto;
}

/*** SmartRayを選ぶ理由・３Ｄによるメリット ***/
.application_point {
  width: 100% !important;
  margin: 30px 0 50px !important;
  display: flex;
  justify-content: space-between;
}
.application_why, .application_3d {
  width: 47%;
  padding: 8px;
  height: 180px;
  background-color: #f3f5cd;
}
.application_why {
  color: #000;
}
.application_3d {
  color: #000;
}
.application_why_title, .application_3d_title {  
  padding: 8px 15px 10px 25px;
  font-size: 22px;
  text-align: center;
  line-height: 150%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #c2ca2c;
  letter-spacing: 1px;
}
/*.application_why_title {
  background-image: url("../../../../SmartRay/common/img/icon-why.webp");
}
.application_3d_title {
  background-image: url("../../../../SmartRay/common/img/icon-3d.webp");
}*/

.application_why ul, .application_3d ul {
  margin: 13px 0 15px 0;
}
.application_why ul li, .application_3d ul li {
  margin: 0px 0 0 30px;
  padding: 5px 10px 5px 0;
  font-size: 16px;
  list-style-image: url("../../../../SmartRay/common/img/list_2.png");
  line-height: 150%;
}

.scene, .purpose {
  font-size: 20px;
  font-weight: bold;
}

.application_img_box {
  width: 100%;
  margin: -22px 0 50px;
}

.application_img_box img {
  width: 100%;
  margin: 0 0;
}

.application_img_box_2 {
  width: 100%;
  margin: 50px 0 10px;
}

.applicationimg_box_2 img {
  width: 100%;
  margin: 0 0;
}

/*** SmartRayカタログに合わせたアプリケーションテーブルのデザイン ***/
.app_catalog {
  background-image: url("../img/app_table_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70px;
}
.app_catalog table.app_table {
  width: 94.4% !important;
  margin: 0 auto;
  border-collapse:separate;
  border-spacing:5px;
}

.app_catalog table.app_table th, .app_catalog table.app_table td {
  border: none !important;
  background: none !important;
}

.app_catalog table.app_table th.app_category {
  background-color: rgba(194,202,44,0.7) !important;
}

.app_catalog table.app_table th.app_industry {
  background-color: rgba(232,235,185,0.70) !important;
}

.app_catalog table.app_table td {
  background-color: rgba(243,244,230,0.70) !important;
}
.app_catalog table.app_table td p {
}


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

/***** アプリケーションを検索 *****/
ul.list_feature {
  width: 95%;
	margin: 10px auto;
}

.list_feature li{
	margin: 5px 8px 5px 0px;
  font-size: 14px;
}

.list_feature li div{
	padding: 2px 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;	
}


/*** 表示リスト ***/
/* フレーム設定 */
#itemList  {
  width: 340px;
  margin: 0 auto 0;
}
/* フレーム内画像の調整 */
#itemList div img {
  width: 100%;
  height: auto;
}

#itemList div.app_series_name {
  /*width: 340px;*/
  height: auto;
  min-height: 250px;
  margin: 0px auto 20px !important;
  border-bottom: 1px solid #c6c6c6;
}
  
#itemList .app_series_name p {
  margin-bottom: 20px;
}
#itemList .app_series_name .app_series_title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 12px;
}

#itemList .app_category {
  display: none; /* 一旦に表示にしてます */
  width: 100%;
  text-align: left;
  margin: 10px 0;
}

#itemList .app_category div {
  display: inline;
  color: #999922;
  font-size: 14px;
  text-align: left;
  margin-right: 10px;
}
#itemList .app_category div::before {
  content: '#' ;
}

/***** アプリケーション（一覧ページ） *****/
.appbox {
  width: 100%;
  margin: 10px auto 20px;
}

.appbox_title {
  margin: 10px;
}

.appbox_title h5, .appbox_title h6 {
  display: block;
  }
.appbox_title h5 {
  font-size: 20px !important;
  line-height: 160% !important;
  color: #000;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  padding-left: 5px;
}

.appbox_title h6 {
  font-size: 14px !important;
  line-height: 160% !important;
}


.applist {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.applist-box {
  margin: 0;
  padding: 0;
  width: 100%;
}

.applist img {
  width: 100%;
  height: auto;
  margin: 10px auto 10px !important;
}

.applist-box-right {
  clear: both;
  margin-bottom: 25px;
}

.applist-box-right .app_series_name {
  text-align: center;
  margin: 5px !important;
  font-size: 16px;
  padding-top: 10px;
}


.applist-box-right p {
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  font-weight: 140% !important;
}



/*** SmartRayカタログに合わせたアプリケーションテーブルのデザイン ***/
.app_catalog {
  background-image: url("../img/app_table_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70px;
}
.app_catalog table.app_table {
  width: 980px !important;
}
.app_catalog table.app_table th.app_industry {
  background-color: rgba(232,235,185,1.0) !important;
}
.app_catalog table.app_table th.app_none {
  background-color: rgba(255,255,255,1.0) !important;
}


/* アプリケーション（個別ページ） */
.application_left {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.application_left img {
  width: 95%;
  margin: 0px auto;
}

.application_right {
  width: 100%;
  margin: 0 auto;
}

.application_right p {
  width: 95%;
  line-height: 160%;
  margin: 20px auto 10px;
  font-size: 14px;
}
/*** アプリケーション（個別ページ）：おすすめの機種 ***/
.application_right .app-product {
  margin: 35px auto 0 !important;
  width: 93%;
  border-radius: 17px;
}

.application_right .app-product .app-product-reccomend {
  font-size: 16px;
  padding: 0 10px;
  top: -13px;
  left: 20px;
}

.application_right .app-product .app-product-box {
  padding: 10px 25px 10px;
  display: flex;
  height: 100px;
  align-content: center;
  position: relative;
}

.application_right .app-product .app-product-box .app-product-box-text {
  height: 100px;
  display: table-cell;
  align-content: center;
  font-size: 14px;
  width: 80%;
}

.application_right .app-product .app-product-box .app-product-box-img {
  width: 75px;
  position: relative;
  top: 20px;
  margin-left: 15px;
}

.application_right .app-product .app-product-box .app-product-box-img img {
  width: 100%;
  height: auto;
}

/*** SmartRayを選ぶ理由・３Ｄによるメリット ***/

.application_point {
  width: 95% !important;
  margin: 30px auto !important;
  padding: 0 !important;
  display: block;
}

.application_why, .application_3d {
  width: 95% !important;
  margin: 0px auto 20px !important;
  background-color: #f3f5cd;
  height: auto !important;
}

.application_why_title, .application_3d_title {  
  padding: 8px auto 10px;
  font-size: 20px;
}

}