@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.entryGuide h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.inquiryForm{
    width: 95%;
    max-width: 769px;
    margin: 0 auto;
}
.mailFormTable{
	width:100%;
}
.mailFormTable th{
	font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
	line-height: 2em;
	color:#000;
	text-align:left;
	vertical-align:top;
    width: 12em;
}
.mailFormTable td{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
	line-height: 2em;
	color:#000;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.requestVideo{
	display:none;
}
.errMsg {
	display:none;
	color:#F00;
}
.entryItem {
	display:block;
}
.confItem {
	display:none;
}
.narrowRow{
	display: table-row;
}
.wideRow{
	display:none;
}
.needItem{
	color:#F00;
}
.mailFormTable .fa-exclamation-triangle{
	color: #f1c40f;
}
.postalCodeButton{
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 2em;
	text-decoration: none;
	padding: 0 0.5em;
	display:inline-block;
	border-radius: 4px;
	font-weight:normal;
    width: 7em;
    text-align: center;
}
.postalCodeButton:hover{
    opacity: 0.8;
}
.postalCodeButton:visited{
}
.needItem{
	color:#F00;
}
.mailFormTable .fa-exclamation-triangle{
	color: #f1c40f;
}
.postalCodeButton{
	padding: 3px 10px;
}
.mailFormTable thead{
    display: none;
}
.inquiryForm .linkButton{
	font-size: 31px;
	margin: 1em 0;
	padding: 0.5em 0;
	width: 10em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.narrowRow{
	display: none;
}
.wideRow{
	display: table-cell;
}
}