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

#bg{
	background: url('../img/pattern.png');
}

.red{
	color: #ea5549;
}


/* ===== 特徴 ===== */

#feature{
  margin: 70px 0 0 0;
}
.feature_cate_title {
  display: flex;
  align-items: center;
	font-size:28px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color:#011855;
  margin: -20px 0 0 0;
}

.feature_cate_title::before,
.feature_cate_title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #011855;
}

.feature_cate_title::before {
  margin-right: 60px;
}

.feature_cate_title::after {
  margin-left: 60px;
}
.feature2{
	background:#f9f9f9;
	padding:20px 0 20px;
	margin:-20px 0 0 0;
}

.feature_in{
	width:1100px;
	margin:0 auto 20px;
	overflow:hidden;
	padding:0 0 40px;
}
.feature img{
	width:100%;
}
.feature h3{
	font-size:26px;
	text-align:center;
}
.center_img{
	width:90%;
	margin:0 auto;
}
.feature_title span{
	font-size:24px;
	padding-bottom:8px;
	display:block;
}
.feature_title{
	font-size:2.2rem;
	font-weight:bold;
	text-align:center;
	margin:40px 0 40px;
}
.feature_left{
	float:left;
	width:48%;
	font-size:1.1rem;
	line-height:1.8;
}
.feature_right{
	float:right;
	width:48%;
}
.feature_right img{
	width:100%;
}
.feature_check{
	border:4px solid #ecde95;
	list-style:none;
	font-weight:bold;
	padding:10px 20px;
	background:#fff;
}
.feature_check span{
	font-size:26px;
	font-weight:bold;
	color:#ad8f2b;

}
.feature_check�@.fas{
	color:#ad8f2b;
}
.small{
	font-size:16px;
}

@media screen and (min-width: 737px) and (max-width:1200px){
	.feature_in{
	  width: 96%;
	}

}

@media screen and (max-width: 736px) {
.feature_check span{
	font-size:1.4rem;
}
.feature_title span{
	font-size:1.3rem;
}
.feature_title{
	font-size:1.5rem;
}
.feature_cate_title{

}
.feature_in {
	width:94%;
	margin:0 auto;
}
.feature_left,.feature_right{
	width:100%;
}
}



/* ===== 機能紹介 ===== */

#func_main{
	text-align:center;
}

#func_txt{
	text-align:center;
	margin:30px 0;
	line-height:1.9;
}
#func_btn{
	overflow:hidden;
	width:800px;
	margin:30px auto;
}
#func_btn a:hover{
	opacity:0.7;
}
#func_left_btn{
	float:left;
}
#func_right_btn{
	float:right;
}
#func_attention{
	font-size:80%;
}

#function h3{
	text-align:center;
	font-size:1.8rem;
}

#function h4 span{
  color: #fff;
  background: #ad8f2b;
  padding: 5px 8px;
  margin-right: 10px;
  font-size: 90%;
}

.CateBox {
  margin: 0 auto;
  width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

}

.CateBox .Box {
  background: #fff;
  list-style: none;
  padding: 4% 5%;
  margin-bottom: 0;
  position: relative;
  border-top: 6px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

#function h4 {
  font-size: 1.4rem;
  font-weight: 580;
  letter-spacing: -0.005em;
  width: 96%;
  margin: 0 0 15px 0;
  color: #0574f0;
	font-weight:bold;
}
#function p {
  width: 96%;
  margin: 5px 0 20px;
}
.Box p{
  font-size: 1rem;
	line-height:1.7;
}
.videoBox {
  overflow: hidden;
  height: 410px;
  width: 96%;
  margin: 0 auto 2%;
}
.videoBox img{
	width:100%;
}
.videoBox img:hover{
	opacity:0.7;
}

/* ===== �o�̓T���v�� ===== */

ul.sample{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin:30px 0 50px;
	padding:0;
}
ul.sample li{
	float:left;
	list-style:none;
}
ul.sample li img{
     width: 100%;
    height: 200px;
}
.sample_main {
    overflow: hidden;
	width:1200px;
	margin:0 auto;
}
.sample_main h3{
	text-align:center;
	font-size:150%;
}

@media screen and (min-width: 737px) and (max-width:1200px){
	.sample_main{
	  width: 96%;
	}
	ul.sample{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 736px) {
#func_main,#func_other{
	width:96%;
	margin:0 auto;
}
#func_main img,#func_btn{
	width:100%;
}
#func_btn{
	margin:10px 0 0 0;
}
#func_left_btn,#func_right_btn{
	float:none;
	margin:10px auto;
	text-align:center;
}
#func_other h3{
	font-size:1rem;
}
ul.sample{
	grid-template-columns: 1fr 1fr;
}

.sample_main{
	width:100%;
}
ul.sample{
	width:95%;
	margin:1% auto;
	padding:0;
	clear:both;
	display:block;
}
ul.sample li{
	width:49%;
	margin:1% auto;
	background-size: cover;
    height: 140px;
}

}



.button-border{
  border: 1px solid #fff;
  padding: 20px 80px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  background-color:#e6e6e6;
}
.button-border span{
	color:#0534f6;
}
ul.pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1% auto 0;
  padding: 0;
}
ul.pagelink li {
  list-style: none;
  position: relative;
  padding: 1% 0.3%;
}

.button-border::after,
.button-border::before,
.button-border span::after,
.button-border span::before {
  background-color: #0534f6;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.button-border::after {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
}

.button-border::before {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
}

.button-border span::after {
    width: 1px;
    height: 0px;
    left: -1px;
    bottom: -1px;
}

.button-border span::before {
    width: 1px;
    height: 0px;
    top: -1px;
    right: -1px;
}

.button-border:hover::after,
.button-border:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.button-border:hover span::after,
.button-border:hover span::before {
  height: 100%;
  height: calc(100% + 1px);
}

@media screen and (max-width: 768px) {
.button-border{
  padding: 20px 30px;
}
}


/* ===== サポート ===== */

#support {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

#support #support_in{
	padding: 10px 20px 20px 20px;
	width: 65%;
	font-size: 110%;
	line-height: 1.9;
}

.support_cont{
	overflow: hidden;
	background: #EDEDED;
	padding: 1%;
	margin-bottom: 40px;
}
.sup_cont a:hover{
	color:#ad8f2b;
}
.support_title{
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	padding: 8px 0 15px 0;
	color:#004986;
}
.support_cont_in{
	margin-bottom: 10px;
	overflow: hidden;
}

#support .sup_cont{
	border-top: 4px solid #004986;
	border-bottom: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background: #f6f6f6;
	overflow: hidden;
	padding: 5px 15px 15px;
}

.left_in,.right_in{
	overflow:hidden;
}

#support .in_left{
	float: left;
	width: 47%;
}
#support .in_left img{
	width: 100%;
}
#support .in_right{
	float: right;
	width: 51%;
	line-height: 1.7;
}


@media screen and (max-width: 768px) {
#support {
	width: 100%;
}
#support .left,#support .right,#support .left01,#support .right01 {
	width: 100%;
}
.benefits h3{
	font-size: 140%;
}
	#benefits_column{
		width: 98%;
		margin: 20px auto;
	}
	#titleback{
		margin-top: 0;
	}
.set_in{
	width: 49%;
	margin-bottom: 3px;
}
.set {
    margin-top: 0;
}
#support .in_right{
	margin-top: 5px;
	width: 100%;
}
	#support .right,#support .left,#support .right01,#support .left01{
		height: auto;
	}
	#support .in_left{

	}
#support_titleback {
    background: url('../img/support/sup_bk.jpg') no-repeat center;
}
	#mode,#mode2{
		width: 100%;
		margin-bottom: 10px;
	}
	#mode img{
		width: 50%;
	}

	#features_img {
    	margin-top: 0;
	}
	.realpoint{
		margin-top: -200px !important;
	}
	.vrs_title2 {
		font-size: 130%;
		line-height: 1.5;
	}
	#step1,#step2,#step3{
		margin-top: 15px;
		width: 100%;
	}
}



/* ===== スペック ===== */

table.spec {
  width: 70%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}
.product_spec th {
  background: #eee;
}
.product_spec th, .product_spec td {
  text-align: left;
}
th, td {
  padding: 10px;
  border: 1px solid #bbb;
  vertical-align: top;
  text-align: left;
}
.product_spec th, .product_spec td {
  text-align: left;
}
h2{
	text-align:center;
}
.spec_s{
  width: 900px;
  margin: 0 auto;
	list-style:none;
	font-size:80%;
	padding:0;
}
@media screen and (max-width: 768px) {
table.spec {
  width: 90%;
}
.spec_s{
  width: 90%;
	padding:0;
}
}


/* ===== 機能紹介 ===== */

.youtube{
  position: relative;
  width: 65%;
  padding-top: 37%;
	margin:0 atuo;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#function{
	margin:70px auto 40px;
  width: 1200px;
}
.func_main h3{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:15px 0;
}
.func_main h3 span{
  color: #fff;
  background: #ad8f2b;
  padding: 5px 8px;
  margin-right: 15px;
  font-size: 90%;
}
.func_left{
	width:49%;
	float:left;
	text-align:center;
}
.func_left img,.func_right img{
	width:100%;
}
.func_right{
	width:49%;
	float:right;
}
.func_center{
	margin-top:20px;
}
.func_txt{
	font-size:1rem;
	line-height: 1.7;
}
.func_txt span{
	font-size:90%;
}
.func_main{
	padding:0 0 30px 0;
}
.func_main h5{
	font-size:24px;
	margin:0 0 10px;
}
.func_sub{
	border-top:1px solid #c7c7c7;
	padding:30px 0;
}
.func_sub h4{
	font-weight:bold;
}
.back_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  padding: 1em 2em;
  width: 240px;
  color: #011855;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  border: 1px solid #011855;
  background-color: #fff;
}
.back_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.back_btn a:hover {
  text-decoration: none;
  background-color: #011855;
	color:#fff;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
	border:1px solid #011855;
}
video {
  width: 100%;
  max-width: 800px; /* 最大でも400px以下に */
}
#function ul{
	font-size: 80%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 15px;
}
.func_left span{
	font-size:17px;
	margin-top:5px;
}
#function ul li {
  list-style: none;
  margin-bottom: 0;
}
#function ul li img{
	width: 100%;
	margin-bottom:5px;
	border:1px solid #eee;
}
#function ul li span{
	font-size:17px;
}
.func_center{
}
#function table {
  	width: 100%;
}
#function table th {
  background: #eee;
  padding: 1%;
	text-align:center;
}
#function table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1%;
}

#ex_function{
	margin:50px 0 0 0;
	padding:15px;
	background:#e9eff9;
  border: 1px solid #003ab0;
}
#ex_function_title {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#001568), to(#003ab0));
  background-image: -webkit-linear-gradient(left, #001568 0%, #003ab0 100%);
  background-image: linear-gradient(to right, #001568 0%, #003ab0 100%);
	width:80%;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin:2% auto 0;
}
ul.tool li{
	float: left;
	list-style: none;
	margin: 1%;
	width: 22%;
	display: inline-block;
}
div.big_box i.big {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
}
div.big_box i.big::before {
  position: relative;
  display: inline-block;
  content: '\f00e';
  font-family: 'FontAwesome';
  cursor: pointer;
  color: #000;
  font-size: 2rem;
  font-style: normal;
  opacity: 0.6;
}


/* parts */

#parts_logo {
  overflow: hidden;
  padding: 0 !important;
  margin: 15px 0 20px 0;

}
#parts_logo li {
  float: left;
  border: 1px solid #0574f0;
  border-radius: 5px;
  list-style: none;
  padding: 15px 15px 5px 15px;
  height: 95px;
  margin: 0 10px 0 0;
	background:#fff;
}
#parts_logo li:hover{
	opacity:0.7;
}
#parts_logo li img{
  border:none !important;

}

#maker{
	margin: 40px auto 10px;
	width:950px;
}
#parts_txt{
	line-height: 2;
	margin-bottom: 40px;
}
#parts #content_in{
	width:1000px;
	margin:1% auto !important;
}
#parts #content{
	background: #D3EEFF url(../../common/img/blue_bc.png);
}
#parts ul.cate{
	height:auto;
	margin:3% auto;
	padding:3%;
	border-top:1px solid #009fb0;
	border-bottom:1px solid #009fb0;
	text-align:center;
}
#parts ul.cate li{
	float:left;
	list-style:none;
	margin:1%;
}
#parts h3{
	color:#151515;
	text-align:center;
}
#parts ul.parts_list{
	font-size:80%;
    width:100%;
    background: #e8e9ed;
    padding:15px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap:10px;
}
#parts ul.parts_list li{
    list-style: none;
    padding: 2%;
    margin-bottom: 0;
    position: relative;
}

#parts ul.parts_list li img{
	width:100%;
}
#update{
	border: 1px solid #001474;
	color: #001474;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
#parts_logo li {
  float: auto;
  padding: 15px 15px 5px 15px;
  height: 95px;
  margin: 10px 10px 0 0;
	background:#fff;
}
#maker{
	margin:20px auto ;
	width:96%;
}
#parts_logo img{
	width}
#parts #content_in {
    width: 96%;
}
#parts ul.parts_list{
	width: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr ;
}
#parts ul.cate li{
	margin:2%;
}
}
@media screen and (min-width: 767px) and (max-width:1100px){
.maker img{
	width:30%;
}
}

p.note{
	font-size:85%;
}



.movie-wrap {
     position: relative;
     padding-bottom: 67%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
ul.ex_function_s{
	list-style:none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 0;
	margin:20px 0 20px !important;
	padding:0;
}
ul.ex_function_s li{
	float:left;
	list-style:none;
	padding:15px;
	text-align:left !important;
	font-size:110%;
}
ul.ex_function_s li.border_r{
	border-right:1px solid #003ab0;
}
ul.ex_function_s li.border_b{
	border-bottom:1px solid #003ab0;
}
ul.ex_function_s li p{
	line-height:1.6;
}
ul.ex_function_s li h5{
	font-size:120%;
	margin:15px 0 10px;
}
ul.ex_function_s li img{
	width:100%;
}
ul.ex_function_s li img:hover{
	opacity:0.6;
}
ul.ex_function_s li{
	float:left;
	list-style:none;
}
ul.ex_function_s li span{
	font-size:90%;
}
ul.ex_function_s li span a{
	text-decoration:underline;
}

.ex_function_btn {
	margin-top:20px;
}
.ex_function_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #003ab0;
  font-size: 18px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #003ab0 ;
  background-color: #fff;
}

.ex_function_btn a::after {
  content: '';
  transform: rotate(45deg);
}

.ex_function_btn a:hover {
  text-decoration: none;
  background-color: #003ab0;
	color:#fff;
	border:1px solid #fff;
}


@media screen and (min-width: 737px) and (max-width:1200px){
	#function{
	  width: 98%;
	}
	.CateBox{
	  width: 100%;
	}
	.videoBox {
	  height: auto;
	}
	ul.ex_function_s{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 736px) {
	.youtube{
	  width: 96%;
	  padding-top: 55%;
	}
	#function{
	  width: 100%;
		margin: 30px auto;
	}
	.CateBox {
	  margin: 0 auto;
	  width: 98%;
	  display: grid;
	  grid-template-columns: 1fr;
	  gap: 10px;
	}
	.videoBox {
	  height: auto;
	}
	.func_sub,.func_main{
		width:96%;
		margin: 0 auto;
	}
	.func_left{
		width:100%;
		float:left;
		text-align:center;
	}
	.func_left img{
		width:100%;
	}
	.func_right{
		width:100%;
		float:right;
	}
	#function h4 {
	  margin: 20px 0 15px;
	}
	.func_main h5{
		margin:15px 0 10px;
	}
	ul.tool li{
	width: 48%;
}

	#support {
	  width: 96%;
	  grid-template-columns: 1fr;
		margin:0 auto;
	}
	#ex_function{
	width:98%;
	margin:5% auto;
	}
	#ex_function_title {
		font-size:1.3rem;
	  width: 90%;
	}
	ul.ex_function_s .border_b{
		border-right:1px solid #003ab0 !important;
	}
	ul.ex_function_s{
		grid-template-columns: 1fr 1fr !important;
		padding:0 !important;
	}
}





table.section_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
	background:#fff;
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 10px;
}



.detail_btn {
	margin-top:20px;
}
.detail_btn a {
	border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #0534f6;
  font-size: 18px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #0534f6 ;
  background-color: #fff;
}

.detail_btn a::after {
  content: '';
  transform: rotate(45deg);
}

.detail_btn a:hover {
  text-decoration: none;
	background: linear-gradient(to right, #02dfe7, #0534f6);
	color:#fff;
	border:1px solid #0534f6;
}
.detail_btn_s {
	margin-top:15px;
}
.detail_btn_s a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 0.7em 2em;
  width: 220px;
  color: #0534f6;
  font-size: 16px;
  transition: 0.3s;
text-align:center;
text-decoration:none;
border:1px solid #0534f6 ;
  background-color: #fff;
}

.detail_btn_s a::after {
  content: '';
  transform: rotate(45deg);
}

.detail_btn_s a:hover {
  text-decoration: none;
  background-color: #0534f6;
	color:#fff;
	border:1px solid #fff;
}
#cp{
	margin: 20px auto;
	text-align:center;
}
#cp a:hover{
	opacity:0.8;
}

section {
  max-width: 600px;
  margin: 0 auto;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_04:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}


@media screen and (min-width: 737px) and (max-width:1200px){
	#newfunction {
		width:96%;
	}
}

@media all and (max-width: 767px) {
#newfunction,.pic_left,.pic_right,#cp{
	width:98%;
	margin:0 auto;
}
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
	ul.newfunction_s .border_b{
		border-right:1px solid #ad8f2b !important;
	}
#pickup{
  grid-template-columns: 1fr;
	width:96%;
}
.pic_right_in {
  padding: 15px 0;
}
ul.newfunction_s {
  grid-template-columns: 1fr;
}
ul.pickup_main{
	grid-template-columns: 1fr 1fr
}
li.pickup .caption {
	padding: 50px 10px 0;
}
ul.newfunction_s{
	grid-template-columns: 1fr 1fr ;
	margin:70px 0 50px;
}
}


/* よくあるご質問 */

#faq{
	width:1000px;
	margin:0 auto;
}
#faq h2{
	margin:40px 0 15px;
	padding-left:20px;
	color: #0574f0;
	text-align:left;
}
.acd-check{
    display: none;
}
.faq_box{
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	border-left:1px solid #bbb;
}
.faq_box_top{
	border:1px solid #bbb;
}
.acd-label{
    background: #eee;
    display: block;
    margin-bottom: 1px;
    padding: 15px 20px;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
	content: "\f054";
    display: block;
	font-family: FontAwesome;
    height: 52px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;

}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
	line-height:1.9;
	background:#fff;
}
.acd-content a{
	color:#011287;
}
.acd-check:checked + .acd-label:after{
    content: '\f078';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}
@media screen and (min-width: 737px) and (max-width:1200px){
	#faq{
	  width: 96%;
	}
}
@media screen and (max-width: 736px) {

#faq{
	width:98%;
	margin:0 auto;
}

.acd-label {
    padding: 15px 40px 15px 20px;
}
.acd-label::after {
  padding: 15px 10px 15px 10px;
}
}


/* 出力データサンプル */
#sample{
	width:1000px;
	margin:0 auto;
}
#sample h2{
	border-bottom:1px solid #ad8f2b;
	padding-bottom:10px;
}
#sample ul{
	padding:0;
}
#sample ul li{
	list-style:none;
	text-decoration:underline;
	padding:5px;
}
#sample div.lead {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
div.LeftBox {
  float: left;
  width: 46%;
  margin-top: 3%;
  margin-left: 3%;
  display: table-cell;
}
div.RightBox {
  float: right;
  width: 46%;
  margin-top: 3%;
  margin-right: 3%;
  display: table-cell;
}

@media screen and (max-width: 736px) {
#sample{
	width:95%;
	margin:0 auto;
}
div.LeftBox ,div.RightBox{
	width:100%;
	margin:0 auto;
}
}


/* 360度パノラマ画像サンプル */
#panorama {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#panorama .lead{
	text-align:center;
	margin:0 auto 1%;
	line-height:200%;
}
#panorama h3{
	text-align:center;
	font-size:1.4rem;
}
#panorama h4{
	font-size: 1.5rem;
	text-align:center;
	padding:2% 0;
	border-top:1px solid #81511c;
	border-bottom:1px solid #81511c;
}
#panorama div.how{
	width:80%;
	margin:1% auto;
	background:#eee;
	padding:1.5%;
	text-align:left;
}
#panorama .iframeWrapper{
    position:relative;
    width:60%;
	margin:1% auto;
    height:0;
    padding-top:30%;
}
#panorama .iframeWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#panorama div.DlBox{
	margin:1% auto;
	padding:0;
}
#panorama div.DlBox ul li{
	width:43%;
	float:left;
	margin:2% 3%;
	list-style:none;
	text-align:center;
}
#panorama div.DlBox ul li img{
	width:100%;
	border:1px solid #614c3b;
}
@media screen and (max-width: 736px) {

#panorama {
	width:94%;
	margin:0 auto;
}
#panorama h3{
	width:80%;
	margin:3% auto;
}
#panorama div.how{
	width:90%;
}
#panorama div.how img{
	display:none;
}
#panorama .iframeWrapper{
    width:90%;
    padding-top:60%;
}
#panorama div.DlBox{
	width:100%;
}
#panorama div.DlBox ul{
	width:95%;
	margin:1% auto;
	padding:0;
}
#panorama div.DlBox ul li{
	width:95%;
	clear:both;
	margin-top:8%;
}
}


/* ===== クラウドライセンスとは ===== */
#cloud{
	width:100%;

}
#cloud_in{
	width: 1000px;
	margin:1% auto;
}
#cloud .lead{
text-align: center;
line-height: 250%;
letter-spacing: 0.05em;
font-size: 19px;

}
#cloud div.feature_bc{
	background:#FFF;
	padding:3%;
	clear:both;
	display:block;
	overflow: auto;
	background: #f9f9f9;
	border: 1px solid #b2b2b2;
}
#cloud div.feature_bc img.img01,#cloud div.feature_bc img.img02,#cloud div.feature_bc img.img03,#cloud div.feature_bc img.img04{
	width:40%;
}
@media screen and (max-width: 736px) {
#cloud div.feature_bc img.img01,#cloud div.feature_bc img.img02,#cloud div.feature_bc img.img03,#cloud div.feature_bc img.img04{
	width:100%;
	margin:3% 0 6% 0;
}
}
#cloud h4{
	font-size:150%;
	text-align:left;
	color:#dd1111;
}
#cloud h5{
	font-size:1.6rem;
	text-align:left;
	color:#0574f0;
	line-height:180%;
	margin: 0 0 15px;
}
#cloud h5 span{
	background-color:#dd1111;
	padding:0 3%;
	margin-bottom:2%;
	color:#FFF;
	font-weight:normal;
}
#cloud span.tele {
	font-size:70%;
	font-weight:normal;
	text-align:left;
	color:#222;
	margin-bottom:2%;
	margin-right:1%;
	background:#fecf00;
	padding:5px 1% 2px;
	border-radius: 0;
}
.att{
	margin:15px 0;
}

@media screen and (max-width: 736px) {
#cloud{
	margin:1% auto;
}
#cloud h5{
	font-size:120%;
	line-height:130%;
}
#cloud h5 br{
	margin-bottom:3%;
}
}
#cloud div.cloud_contents{
	display:block
}
#cloud div.cloud_contents_sp{
	display:none;
}

@media screen and (max-width: 736px) {
#cloud div.cloud_contents{
	display:none;
}
}

@media screen and (max-width: 999px) {
#cloud_in{
  width: 96%;
  margin: 1% auto;
}
#cloud table {
  width: 98% !important;
}
}
#cloud caption{
	font-size:150%;
	font-weight:bold;
	text-align:left;
	color:#dd1111;
	margin-left:2%;
	margin-bottom:1%;
}
#cloud table{
	width:1000px;
	margin:0 auto;
}
#cloud table th{
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	padding:2%;
	background:#f5f5f5;
}
#cloud table th.first{
	border-left:1px solid #bbb;
}
#cloud table td{
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	padding:2%;
	background:#FFF;
}
#cloud table td.last, th.last{
	border-bottom:1px solid #bbb;
}
#cloud_detail{
	padding:3%;
	background:#FFF !important;
}
#cloud_detail h1{
	font-size:150%;
	text-align:center;
	padding:1%;
}
#cloud_detail img{
	float:left;
	margin:0 2%;
}
#cloud table.option{
	width:40%;
	font-size:90%;
}
#cloud table.option td{
	border-bottom:1px dotted #666;
	border-top:none;
	border-right:none;
}
#cloud .detail{
	color:#45569a;
}
@media screen and (max-width: 736px) {
#cloud table.option{
	width:100%;
}
#cloud_detail img{
	float:center;
	margin:2% auto;
}
}



/* 価格・ご購入 */
.table_price{
	width:900px;
	margin:0 auto 20px;
}
.table_price p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.table_price th {
  background: #f5f5f5 ;
  border: solid 1px #ccc;
  padding: 10px;
}
.table_price td {
  border: solid 1px #ccc;
  padding: 10px;
}
.table_price td:first-child {
  background: #f5f5f5;
}
.cloud_about{
	text-align:left;
	width:900px;
	margin:0 auto 5px;
}
.cloud_about a{
	color:#0574f0;
}
.cloud_s{
  width: 1000px;
  margin: 20px auto 0;
	list-style:none;
	font-size:80%;
}
.cloud_s a{
	text-decoration:underline;
}
.service{
	color:#fff;
	background:#f19149;
	padding:5px;
	font-weight:nomal;
	font-size:80%;
}

#new {
  padding: 20px 0;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#ad8f2b), to(#c1a33f));
  background-image: -webkit-linear-gradient(left, #ad8f2b 0%, #c1a33f 100%);
  background-image: linear-gradient(to right, #ad8f2b 0%, #c1a33f 100%);
	color:#fff;
	font-size:1.3em;
	text-align:center;
}
#new a{
	color:#fff;
}
#new span{
	color:#ad8f2b;
	background:#fff;
	margin:0 10px 0 0;
	padding:5px 10px;
	text-align:center;
}
@media screen and (max-width: 640px) {
.cloud_s{
  width: 90%;
	margin:10px auto;
	padding:0;
}
	.cloud_about{
		width:100%;
		text-align:center;
	}
  .table_price {
    width: 80%;
  }
  .table_price .thead {
    display: none;
  }
  .table_price tr {
    width: 100%;
  }
  .table_price td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .table_price td:first-child {
    background: #949494;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table_price td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
 
p.btn_price{
	background-color:#da1a10;
	color: #fff !important;
    border-radius: 3px !important;        /* CSS3草案 */  
    -webkit-border-radius: 3px !important;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px !important;   /* Firefox用 */  
	width:300px;
	height:70px;
	padding-top:23px;
	margin:50px auto;
	font-weight: bold;
	color: #de8800;
text-align:center;
}

a p.btn_price:hover{
	border: 1px solid #ad8f2b;
}

@media screen and (max-width: 736px) {
p.btn_price{
	width:90%  !important;;
	height:auto  !important;;
	margin:20px auto;
	padding:20px 0 20px;
}
}
