@charset "utf-8";
/* CSS Document */
/* デジタルカメラ カタログページで使用 */

/*★★全体で使用★★*/
/*メイン内のチャット*/
#main_chat {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFF;
	border-color: #CCC 1px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px 3px #CCC
}
#main_chat .title {
	text-align: center;
	margin-bottom: 0
}
#main_chat .cont {
	margin: 0
}
#main_chat h4 {
	margin: 0
}
#main_chat hr {
	border: dotted 1px #666666
}
#main_chat .btn {
	margin-top: 10px;
	padding: 0;
	text-align: center
}
#main_chat .cont p {
	padding: 0;
	text-align: left
}
#main_chat .op {
	border: #F00 2px dotted;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0
}
.clear, .c {
	clear: both
}
.contact_area {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}
.cont1 {
	margin: 0 auto 20px auto;
	padding: 10px 0;
	border: #666 dotted 1px;
	border-top: none;
	width: 95%
}
.cont1_btn {
	display: table;
	position: relative;
	width: 95%;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	background-color: #EBEBEB;
	border: #666 dotted 1px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.cont1_btn:hover {
	color: #1111cc
}
.cont1 h3 {
	display: none
}
.cont1 hr {
	width: 95%
}
.title, .btn {
	text-align: center
}
.chat_info {
	width: 95%;
	margin-left: auto;
	margin-right: auto
}
.op {
	border: #F63 dotted 1px;
	width: 95%;
	margin-bottom: 20px
}
.opening {
	text-align: center
}
.arrow {
	margin: 0;
	text-align: center
}
/*問い合わせの流れここから*/
.cont_title {
	width: 70%;
	float: left;
	background: url(../image/bk_arrow.gif) no-repeat;
	background-size: contain;
	color:#fff;
	font-weight: bold;
	text-align: center
}
.cont_title2 {
	width: 70%;
	float: left;
	background: url(../image/bk_arrow2.gif) no-repeat;
	background-size: contain;
	color:#fff;
	font-weight: bold;
	text-align: center
}
.desc {
	float: right;
	width: 30%
}
.desc ul {
	width: auto;
	margin-top: 0
}
.no1, .no2, .no3, .no4 {
	margin: 0
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/*問い合わせの流れここまで*/
/*★★ここから下はレスポンシブ対応★★*/

/*★★横幅が最小で930px時★★*/

@media (min-width:930px) {
.cont1 {
	display: none;
	padding-bottom: 5px;
}
.cont1 h3 {
	border-bottom: dotted 1px
}
/*問い合わせの流れここから*/
.cont_title {
	width: 300px;
	height: 200px
}
.cont_title2 {
	width: 300px;
	height: 150px
}
.cont_title .text,.cont_title2 .text {
	margin: 22% 0
}
.arrow {
	display: none
}
/*問い合わせの流れここまで*/
}

/*★★横幅が最小で768px時★★*/
@media (min-width:768px) {
/*ナビゲーション*/
.cont1 {
	display: none;
	padding-bottom: 5px
}
.cont1 h3 {
	border-bottom: dotted 1px
}
/*問い合わせの流れここから*/
.cont_title,.cont_title2 {
	width: 30%;
	height: 150px
}

.cont_title .text,.cont_title2 .text {
	margin: 20% 0;
	padding: 0 5px
}
.desc {
	width: 70%
}
.arrow {
	display: none
}
/*問い合わせの流れここまで*/
}

/*★★横幅が600px～767px時★★*/
@media (min-width:600px) and (max-width:767px) {
/*ナビゲーション*/
.cont1 {
	display: none;
	padding-bottom: 5px
}
.cont1 h3 {
	border-bottom: dotted 1px
}
/*問い合わせの流れここから*/
.cont_title,.cont_title2 {
	width: 30%;
	height: 150px
}
.cont_title .text,.cont_title2 .text {
	margin: 22% 0;
	padding: 0 5px
}
.desc {
	width: 70%
}
.arrow {
	display: none
}
/*問い合わせの流れここまで*/
}

/*★★横幅が最大で599px時★★*/
@media (max-width:599px) {
/*カタログ*/
.cont1 {
	display: none;
	padding-bottom: 5px
}
/*問い合わせの流れここから*/
.cont_title,.cont_title2 {
	width: 100%;
	border-bottom: dotted #333333 1px;
	margin-bottom: 0;
	background-image: none;
	background-color: #0853a9;
	padding: 3px;
	float: none;
}
.desc {
	width: 100%;
	float: none
}
.text {
	color: #FFF;
	text-align: left
}
.desc {
	width:100%;
	border: dotted 1px #999999;
	border-top:none;
	margin: 0;
	padding: 2px
}
.desc ul {
	margin: 0
}
.no1, .no2, .no3, .no4 {
	padding: 10px;
	margin:0
}
.arrow {
	margin-left: auto;
	margin-right: auto
}
/*問い合わせの流れここまで*/
}
