﻿/*----------------------------
*　No.1 CONTACT-page --挨拶文--
*----------------------------*/
.contact_greeting{
	width			: 90%;
/*	display			: block;*/
	margin-left		: auto;
	margin-right	: auto;
	margin-bottom	: 15px;
	background-color: rgba(256,256,256,0.8);
	border-top		: 1px solid rgb(91, 91, 96);
/*	text-align		: center;*/
}
.contact_greeting p{
	line-height		:2em;
	white-space		: pre-line;
}

/*----------------------------
*　No.2 CONTACT-page --入力部--
*----------------------------*/

#contact_input{ /*入力部分全体の設定*/
	width			: 90%;
	display			: block;
	margin-left		: auto;
	margin-right	: auto;
	background-color: rgba(256,256,256,0.8);
	border-top		: 1px solid rgb(91, 91, 96);
	text-align		: center;
}
#contact_input p {
	margin-top		: 15px;
    font-size		: 1.1rem;
	text-align		: left;
}
#contact_input button{
	font-size		: 1.2rem;
	margin-top		:20px;
}

/*名前入力部分*/
#nameZone input	{font-size: 1.1rem;	width: 8em;}

/*mail or 電話 選択*/ 
#meansZone label{font-size: 1.1rem;}

/* emailアドレス入力部分 */
#emailZone {display: none;text-align: center;}	/*一旦連絡先を電話のみとするため は非表示 */
#emailZone input{font-size:	1.05rem;	width:	13em;}

/* 電話番号入力部分 */
#telZone {display: inline;}	
#telZone input	{font-size: 1.1rem;	width: 12.5em;}
#telZone select	{font-size: 1.1rem;}

/*サイトを知ったきっかけ選択部分*/
#triggerZone p		{font-size: 1.1rem;}
#triggerZone select	{font-size: 1.1rem;}

/*問い合わせ内容入力部分*/
#bodyZone textarea{
    font-size	: 1.1rem;
	width		: 90%;
}

/*----------------------------
*　No.3 Confiam-page --
*----------------------------*/
#confirm{
	width:80vw;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(256,256,256,0.8);
}
.checkZone{
	width: 100%;
	margin-top: 15px;
	border-top		: 1px solid rgb(91, 91, 96);
}
.title{
	left:0;
}
.substance{
	right:0;
	color:rgb(9, 87, 231);
}
#operateZone{
	margin-left: auto;
	margin-right: auto;
}

#operateZone p{
	margin-top: 30px;
	font-size: 1.0rem;
}

/*----------------------------
*　No.4 Send-page --
*----------------------------*/
.top{
	margin-top: 30px;
	text-align: center;
}