<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tit_contact{
  color:red;
}

/* ************************************************
* ------------------------------------------------
*	お問い合わせ CSS
* ------------------------------------------------
* ************************************************ */

/* ショップへ戻るリンク */
.back_shop_link {
	text-align:right;
	margin-top:10px;
	padding-right:200px !important;
	font-size:11px;
}


/* エラーBOX */
.errorbox{
	background:#FFF url(https://secure.shop-pro.jp/img2/ic_alart.png) no-repeat 10px 7px;
	border:3px solid #FF0000;
	padding:8px 5px 8px 40px;
	color:#FF0000;
	font-weight:bold;
	text-align:left;
	margin:10px 10px 0;
}

/* エラーメッセージ */
.errormsg{
	color:#FF0000;
}


/* お問い合わせコンテンツ セクション */
.contact_wrap {
	margin:10px 0 45px;
}


/* 見出し */
.tit_contact {
	padding:0px 10px;
}


/* お問い合わせフォーム説明 */
.txt_contact_desc {
	margin:10px 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:14px;
}


/* フォームコンテンツ */
.group_form {
	margin:10px;
}


/* フォームコンテンツラベル */
.group_form dt {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

/* フォームコンテンツ 入力部分 */
.group_form dd {
	padding-bottom:25px;
}


/* フォームコンテンツ 入力フォーム */
.group_form dd input {
	font-size:16px;
	line-height:1.4;
	width:99%;
	padding:5px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:#666666 solid 2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3),
	color-stop(0.1, #f3f3f3),
	color-stop(0.2, #fff),
	to(#fff));
}


/* フォームコンテンツ テキストフォームサイズ調整 */
.group_form_comment {
	padding-right:5px;
}


/* フォームコンテンツ テキストフォーム */
.group_form dd textarea {
	font-size:16px;
	line-height:1.4;
	width:99%;
	height:200px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:#666666 solid 2px;
	margin-right:10px;
}


/* 必須項目マーク */
.note {
	color:#e66b6b;
	font-weight:bold;
}

.mail_confirm {
	font-size:12px;
	margin:10px 0 5px;
	color:#e66b6b;
	font-weight:bold;
	display:block;
}


/* 送信ボタン */
.btn_contact_send input{
	background-color:#2196f3;
	padding:6px;
	margin:0 auto;
	color:#FFF;
        border: none;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:0.1s linear all;
	-moz-transition:0.1s linear all;
	-ms-transition:0.1s linear all;
	-o-transition:0.1s linear all;
	transition:0.1s linear all;
	display:block;
	width:200px;
	text-align:center;
}

/* 戻るボタン */
.btn_back_shop input{
	background-color:#FFCC00;
	padding:3px;
	margin:0 auto;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:0.1s linear all;
	-moz-transition:0.1s linear all;
	-ms-transition:0.1s linear all;
	-o-transition:0.1s linear all;
	transition:0.1s linear all;
	display:block;
	width:100px;
	text-align:center;
}


/* ページの先頭へ */
.btn_pagetop {
	text-align:right;
	padding:0 10px;
	background-color:#9b9b9b;
	padding:8px 10px;
}

.btn_pagetop a{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:5px 8px;
	color:#555555;
	display:block;
	float:right;
	font-weight:bold;
	font-size:12px;
	-moz-box-shadow: 0px 1px 2px #787878;
	-webkit-box-shadow: 0px 1px 2px #787878;
}

/* メッセージ送信済み */
.txt_confirm_msg {
	margin:10px 10px 45px;
}


/* フッターエリア */
.footer_secure {
	margin:0 10px;
	padding-top:15px;
}

.footer_secure address {
	font-style: normal;
	font-size:11px;
	text-align:center;
	font-family:Verdana;
}


/* SSL セキュリティシール */
.secure_seal {
	margin-top:10px;
}

.secure_seal dt {
	float:left;
	width:120px;
	display:block;
	text-align: left;
}

.secure_seal dd {
	display:block;
	margin-left:130px;
	line-height:1.2em;
	color:#999999;
	font-size:10px;
	padding-top:16px;
}

/* ************************************************
* ------------------------------------------------
*	お問い合わせ CSS
* ------------------------------------------------
* ************************************************ */


.p-shop__logo{
      max-width: 34%;
      margin: 30px auto;
}
.p-page__copyright{
	font-size:14px;
  	padding:30px 0 50px 0;
}
.view_pc .base01 {
    max-width: 1200px;
}
.view_pc .p-page__container{
  max-width: 800px;
}
.c-form__table{
  width:80%;
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {  
  .p-shop__logo{
      max-width: 60%;
      margin: 20px auto;
}
.p-page__copyright{
	font-size:14px;
  	padding:20px 0 50px 0;
}
.c-form__table{
  width:100%;
}
}</pre></body></html>