@charset "UTF-8";
/* ==================================================================================================================
　お問い合わせ
==================================================================================================================
/* =========================================================
　入力画面（index.php）
========================================================= */
/* 個人情報の取り扱いについて
-------------------------------------------------- */
.privacy_box{
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #efefef;
	padding: 0 40px 40px;
	overflow: auto;
	z-index: -100;
	position: relative;
}
.privacy_box .m_title span{
	background-color: #efefef;
}
@media screen and (max-width:736px){
	/* 個人情報の取り扱いについて（スマホ）
	-------------------------------------------------- */
	.privacy_box{
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0 20px 20px;
	}
	.privacy_box .m_title:after{
		display: none;
	}
}

/* 入力フォーム
-------------------------------------------------- */
/*説明*/
.description{
	text-align: center;
}
/*必須*/
.red{
	color: #bf3a3a;
	font-weight: bold;
}
@media screen and (min-width:736px){
	/*定義リスト調整（PC）*/
	.form .dl{
		border-top: 1px solid #eee;
	}
	.form .dl dt{
		width: 13em;
	}
	.form .dl dd{
		padding-left: 15em;
		min-height:  37px;
	}
}
@media screen and (max-width:736px){
	/*定義リスト調整（SP）*/
	.form .dl dt{
		border-top: 1px solid #eee;
		border-bottom: none;
		padding: 1em 0 0;
	}
	.form .dl dd{
		padding: .5em 0 1em;
		min-height:  37px;
	}
}
/* インプットボックス*/
.form_text,
.form_textbox {
	padding-left: .3em;
	width: 100%;
	height: 38px;
	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
	background-color: #ffffff;
}
.form_textbox {
	padding-left: .3em;
	height: 220px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* サブミットボタン*/
.button_box{
	margin: 3em 0 0;
	text-align: center;
}
.submit_button {
	width: 100%;
	display: block;
	background: #eee;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	line-height: 1.7em;
	transition: all  0.3s ease;
}
.submit_button:active {
	color: #fff;
	text-decoration: none;
	background-color: #178717;
}
@media screen and (max-width:736px){
	/*サブミット（スマホ）*/
	.button_box{
		margin: 2em 0 0;
	}
}

/* 確認画面（confirm.php）
-------------------------------------------------- */


/* 完了画面（thanks.php）
-------------------------------------------------- */
/*ありがとうございました*/
.thanks_text{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 150%;
}
.thanks_atention{
}
@media screen and (max-width:736px){
	/*ありがとうございました*/
	.thanks_text{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 130%;
	}
	.thanks_atention{
	}
}


/*記事ページ*/
.page_title.ver_article {
	background: #E4EBDF;
}
.page_title.ver_article .pt_wrap {
	height: 200px;
	padding-top: 0;
}
.pt_text img {
    height: 80px;
    width: auto;
}
@media screen and (max-width:736px){
.page_title.ver_article {
	background: none;
}
.page_title.ver_article .pt_wrap {
	height: 100px;
    min-height: 100px;
}
.pt_text img {
    height: 60px;
}
}
