@charset "UTF-8";



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

/* 三角形 */

.triangle {
	width: 360px;
	margin: 0 auto;
}

.triangle p {
	width: 0;
	height: 0;
	margin-left: 50px;
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	border-bottom: 60px solid #EFEFEF;
}



.contact_leftmargin {
	margin-left: 100px;
}



/* タイトル */

.contact_title {
	text-align: center;
	line-height: 2.5em;
}

.contact_title .fa-envelope {
	color: #dcdddd;
	font-size: 30px;
}

.contact_title li:not(first-child) {
	color: black;
}

.contact_title li:nth-child(2) {
	font-size: 60px;
	font-family: poleno, sans-serif;
}

.contact_title li:last-child {
	font-size: 14px;
}



/* -----投稿フォーム----- */

.contact_main {
	background-color: #EFEFEF;
	padding-bottom: 30px;
	width: 100%;
	min-width: 1200px;
}

form {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

.rice {
	color: #c6000b;
	border: solid 1px #c6000b;
	padding: 0 5px;
	margin-left: 5px;
	display: inline-block;
}

form tr {
	height: 40px;
	margin-bottom: 5px;
	display: block;
}

form th {
	width: 190px;
	text-align: left;
}



input {
	width: 675px;
	height: 30px;
	border: none;
	background: #dcdddd;
}

.form_name input,
.form_name02 input {
	width: 335px;
}

.form_name input:first-child,
.form_name02 input:first-child {
	margin-right: 5px;
}

.form_detail {
	height: 95px;
}

textarea {
	width: 670px;
	height: 60px;
	border: none;
	background: #dcdddd;
}



/* プライバシーポリシー */

.form_personal {
	height: 200px;
	padding-top: 20px;
	border-top: solid 0.5px #dcdddd;
}

.form_personal p {
	background: #dcdddd;
	font-size: 13px;
	width: 650px;
	height: 150px;
	position: relative;
	overflow: scroll;
	padding: 10px;
	text-align: justify;
}

.form_personal td br {
	display: none;
}

.form_personal td p br {
	display: block;
}

/* チェックボックス */

.personal_check{
	border-bottom: solid 0.5px #dcdddd;
}

.personal_check input {
	width: auto;
	height: auto;
	border: none;
	background: none;
}



/* 確認ボタン */

.button {
	font-family: tbudgothic-std, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	display: block;
	width: 300px;
	height: 100%;
	margin: 30px auto 0;
	color: black;
	text-align: center;
	background: white;
	transition: 0.3s;
	cursor : pointer;
	border: solid 2px black;
	padding: 8px 0;
}

.button:hover {
	opacity: 1;
	transition: 0.3s;
	color: white;
	background: black;
}




/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



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

/* 三角形 */

.triangle {
	width: 100px;
}

.triangle p {
	margin-left: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 30px solid #EFEFEF;
}



.contact_leftmargin {
	margin-left: 0;
}



/* タイトル */

.contact_title {
	padding-top: 30px;
}

.contact_title li:nth-child(2) {
	font-size: 17vw;
	font-family: poleno, sans-serif;
	margin-top: 1vh;
	margin-bottom: 1vh;
}

.contact_title li:last-child {
	font-size: 14px;
}



/* -----投稿フォーム----- */

.contact_main {
	text-align: center;
	background-color: #EFEFEF;
	padding-bottom: 30px;
	width: 100%;
	min-width: 100%;
}

form {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

form tr {
	height: auto;
	margin-bottom: 15px;
}

form th {
	width: 100%;
	text-align: center;
}



input {
	width: 90%;
}

.form_name input,
.form_name02 input {
	width: 90%;
}

.form_name input:first-child,
.form_name02 input:first-child {
	margin-bottom: 5px;
}

.form_name input:first-child,
.form_name02 input:first-child {
	margin-right: 0;
}

textarea {
	width: 90%;
}



/* プライバシーポリシー */

.form_personal p {
	width: 89%;
	margin: 10px auto 0;
}

.form_personal td br {
	display: block;
}

/* チェックボックス */

.personal_check{
	padding: 60px 0 20px;
}

.personal_check input {
	width: auto;
	height: auto;
	border: none;
	background: none;
}



/* 確認ボタン */

.button {
	font-family: tbudgothic-std, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	display: block;
	width: 70%;
	height: auto;
	margin: 30px auto 0;
	color: black;
	text-align: center;
	background: white;
	transition: 0.3s;
	cursor : pointer;
	border: solid 2px black;
	padding: 8px 0;
}

.button:hover {
	opacity: 1;
	transition: 0.3s;
	color: white;
	background: black;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}



}