<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";





/*-----------------------------------------------------------------------------------------------------


　初期設定
　※ 全体アップデート以外時以外は変更不可
　※ 各テンプレート（desgin）のファイルにて変更する


-----------------------------------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------------------------------------------


　 ウェブフォント


------------------------------------------------------------------------------------------------------------------*/




/*

リセット

-------------------------------------------------------------- */
*{ margin:0; padding:0;}
img{ border:0; vertical-align:bottom;}

ol, ul{ list-style-type: none;}
table{ border-collapse:separate; border-spacing:0; }

blockquote:before,
blockquote:after,
q:before,
q:after {content: "";}
blockquote, q {quotes: "" "";}

/*HTML5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display: block;
	}


h1, h2, h3, h4, h5, h6{ clear:both; }


body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:15px;

	-moz-box-shadow: 1px 1px 3px #FFF;
	-webkit-box-shadow: 1px 1px 3px #FFF;
	


	}


a{	color:#313131}

a:hover,
a:active{ color:#6f6f6f;}


a:hover img{
	 filter:alpha(opacity=70);
     -moz-opacity:0.70;
     opacity:0.70;
		 
}







/*----------------------------------------------------------------------------------------------------------------


　 お問い合わせ ＆ フォーム 関連


------------------------------------------------------------------------------------------------------------------*/

#contact{}
#contact .txt{
	padding:1em;}

#content #main {
	float: none;
	width: 100%;
  }
  .err_txt {
	display: none;
	animation: blink 2s infinite;
  }
@keyframes blink {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

  table.table-form th, table.table-form td {
	padding: 5px;
  }
  .layout-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
  }
  .layout-list li {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em;
	width: 200px;
  }
  ul#contact-components &gt; li {
	padding: 1em;
	border-bottom: 1px solid #ccc;
  }
  .component-row {
	display: flex;
	
	/*border-bottom:1px solid #CCC;*/
	padding:10px;
	
  }
  .component-row .component-label {
	width: 28%;
	display: flex;
	padding: 0.2em;
	margin-right:1em;
  }
  .component-row .component-label div:first-child {
	flex-grow: 1;
  }
  .component-row .component-label div:last-child {
	text-align: right;
  }
  .component-row .component-label .hissu {
	background: rgba(255, 0,0, 0.75);
	color: #fff;
	padding: 0.2em;
  }
  .component-row div:last-child {
	flex-grow: 1;
  }
  .component-row p {
	padding: 0.5em;
  }
  .choose_layout {
	margin-top: 0.5em;
	background: rgba(0,0,0, 0.05);
	padding: 0.5em;
  }
  .choose_layout li {
	background: #fff;
  }
  .address-choose {
	width: 300px;
	position: absolute;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	top: 0.1em;
	left: 80px;
	padding: 0.5em;
	  display: none;
  }
   .address-choose .buttons {
	 text-align: right;
	 margin-bottom: 0.5em;
  }
   .address-choose ul {
	 border-top: 1px solid #ccc;
	height: 200px;
	overflow: auto;
  }
   .address-choose li {
	 padding: 1em;
	 border-top: 1px solid #ccc;
  }
  .component-row table{ width:100%; }
  .component-row table th{ width:15%; text-align:right; padding:0.5em;}
  
			  


#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea{
	vertical-align:middle;
	width:90%;
	padding:7px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
	}

#contact textarea{
	height:auto;
	line-height:1.5em;
}



#contact select{
	vertical-align:middle;
	min-width:60%;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
}



#contact textarea{
	width:90%;
	height:10em;
	}



*:first-child+html input[type="submit"]{padding:3px;}



#contact .rei{color:#999; font-size:12px;}
#contact .kome{	color:#FF0000;	}
#contact th span.hissu{
	display:block;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	background-color:#FF0000;
	padding:1px 2px;}

#contact .bikou{
	font-size:12px;
	color:#666666;
	}

#contact .err_txt{
	background:#FFF171;
	font-size:11px; color:#FF0000;}

#contact .bg_rd{ background-color:#FFDFDF;} 
#contact label{ cursor:pointer; }



.btn_form{
	text-align:center;
	padding:10px;}
.btn_form input{
	padding:10px 50px 10px 50px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	}




.btn_form{
	text-align:center;}
.btn_form input[type="submit"]{
	background:#E75896;
	color:#FFF;
	
	padding:10px 50px 10px 50px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	
	border:0;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	
	
	
	cursor:pointer;
	}
.btn_form input[type="submit"]:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;	
	}






/*-----------------------------------------------------------------------------------------------------


　プライバシーポリシー


-----------------------------------------------------------------------------------------------------*/


#privacy{}
#privacy .scroll{
	height:10em;
	overflow:auto;
	padding:1em;
	border:10px solid #EEE;
	
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	
	}
#privacy .scroll h3{
	padding:5px 0;
  color:#333;
  background:inherit;
  font-size:16px;
  margin-bottom:0.3em;
}

#privacy .scroll h4{
	background:#EEE;
	color:#333;
	padding:3px;
  border:0;
  font-size:14px;
  margin-bottom:0.7em;
  }
#privacy .scroll p{
	margin-bottom:1.3em;
	}
	


/*-----------------------------------------------------------------------------------------------------


　汎用セレクタ


-----------------------------------------------------------------------------------------------------*/



.clrfix{
	margin-bottom:20px;

	clear:both;
	zoom:100%;
	}
.clrfix:after{
    content: "";
    display: block;
    clear: both;
	}
.clrfix .left{ float:left;}
.clrfix .right{ float:right;}

.title-size1 {
    font-size: 16pt;
}

.title-size2 {
    font-size: 12pt;
}

.title-size3 {
    font-size: 8pt;
}


.center{
	text-align:center;
}

.L{ text-align:left;}
.R{ text-align:right;}

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}



/* 汎用セレクタ
------------------------------------------------------------*/

.tbl-simple{
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
	
	}
.tbl-simple th,
.tbl-simple td{
	padding:7px;
	border:1px solid #EEE;
	
	}

.tbl-simple th{
	text-align:center;
	background:#F5F5F5;
	width:30%;
	}
.tbl-simple td{
	text-align:left;

	}




/* 共通ボタン　*/
.btn-detail{
	text-align:center;
	margin-bottom:0.3em;
	}
.btn-detail a{
    position: relative;

  display: block;
  font-weight: bold;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #000;
  transition: .4s;
	
	border-radius: 5px; 
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
  }


.btn-detail a:hover {
    background: #00bcd4;
}


.txt_bnr{
	margin-bottom:5px;
	}
.txt_bnr a {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding:1em 0.2em;
}
.txt_bnr a::before,
.txt_bnr a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.txt_bnr a,
.txt_bnr a::before,
.txt_bnr a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.txt_bnr a {
  background-color: #333;
  color: #fff;
}
.txt_bnr a:hover {
  background-color: #59b1eb;
}


/*----------------------------------------------------------------------------------------------------------------

　フッター　ログインバー

------------------------------------------------------------------------------------------------------------------*/

.loginbar-footer{ height:30px;}
.loginbar-footer .inner{
	clear:both;
	position:relative;
	width:100%;
	padding:0; margin:0;
	}

.loginbar-footer .inner{ display:none;}
	
/*コピーライトにオンマウスで表示*/
.loginbar-footer:hover &gt; .inner{
	display:block;
}
	
	
.loginbar-footer .inner a{
	position:absolute;
	bottom:-30px;
	display:block;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:20px;
	line-height:100px;
	height:100px;
	background:#000;
	
}
.loginbar-footer .inner a:hover{
	
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;	 
}






/*----------------------------------------------------------------------------------------------------------------


　 スマホ関連


------------------------------------------------------------------------------------------------------------------*/

.sp_only{ display:none; }


/*　スマホNavi */
.btn_sp_navi,
.sb-slidebar{ display:none; }
	</pre></body></html>