@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 およびそれ以下. */
.steps{
    text-align: center;
    padding: 10px 0;
}
.steps div{
    display: inline-block;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background: #29abe2;
    width: 6em;
    text-align: center;
    border-radius: 10px 0 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    padding: 0.5em 0;
    box-sizing: border-box;
    margin: 0 5px;
    color: #fff;
    font-weight: bold;
}
.activeStep{
    background: #f7931e!important;
}
.mailFormTable{
	width:100%;
    border-collapse: separate;
    border-spacing: 4px;
}
.mailFormTable th{
	font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 2em;
	color:#333;
	text-align:left;
	vertical-align:top;
    background: #cccccc;
    padding: 0.25em 0.5em;
    word-break: keep-all;
    width: 10em;
    box-sizing: border-box;
}
.mailFormTable th span{
    color:#f7931e;
}
.mailFormTable td{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 2em;
	color:#333;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
    border: solid 1px #000000;
    padding: 0.25em 0;
    white-space: nowrap;
    box-sizing: border-box;
}
.mailFormTable td .label{
    display: inline-block;
    font-size: 12px;
    line-height: 110%;
    vertical-align: middle;
}
.mailFormTable tr:last-child td{
    border: none;
}
#txt_city{
    width: calc(100% - 9em);
}
.requestVideo{
	display:none;
}
.errMsg {
	display:none;
	color:#F00;
}
.entryItem {
	display:block;
}
.confItem {
	display:none;
}
.sendItem{
    display: none;
}
.narrowRow{
	display: table-row;
}
.wideRow{
	display:none;
}
.needItem{
	color:#F00;
}
.mailFormTable .fa-exclamation-triangle{
	color: #f1c40f;
}
.postalCodeButton{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 2em;
	color:#333;
	background-color: #CCC;
	text-decoration: none;
	padding: 10px 20px;
	display:inline-block;
	border-radius: 4px;
	font-weight:normal;
}
.postalCodeButton:hover{
	background-color: #BBBBBB;
	color:#333;
}
.postalCodeButton:visited{
	color:#333;
}
.needItem{
	color:#F00;
}
.mailFormTable .fa-exclamation-triangle{
	color: #f1c40f;
}
.postalCodeButton{
	padding: 3px 10px;
}
.mailFormTable thead{
    display: none;
}
.disabled{
    pointer-events: none;
    opacity: 0.8;
}
.modalScreen{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(255,255,255,0.6) ;
}
.popup{
    width: 90%;
    max-width: 796px;
    margin: 30vh auto 0 auto;
    border: solid 1px #f2f2f2;
    background: #fff;
    box-shadow: 5px 5px 0 #e6e6e6;
    padding: 20px 20px;
    box-sizing: border-box;
}
.popup p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
	line-height: 190%;
    text-align: center;
}
.popup .linkButton{
    font-size: 18px;
    padding: 0.25em 0;
    width: 7em;
    margin: 0 10px;
    background: #999999;
}
.linkButton{
    font-size: 29px;
    width: 12em;
    padding: 0.25em 0;
}
.cellFit {
	width: calc(100% - 1em);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0.5em;
}
.paddingCell > div{
    padding: 0 0.5em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

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

@media only screen and (min-width: 769px) {
.narrowRow{
	display: none;
}
.wideRow{
	display: table-cell;
}
.steps div{
    width: 8em;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    padding: 0.5em 0;
    margin: 0 5px;
}
.popup{
    width: 70%;
    margin: 40vh auto 0 auto;
    padding: 20px 20px;
}
}
