@charset "Shift_JIS";

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freepage_ {
}
div.freepage_narrow_ {
	padding: 0 60px;
}
div.freepage_ .box_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}


/* --------------------------------------------------------------------
	フリーページ　会社概要
--------------------------------------------------------------------- */
#company {
}
#company table {
	width: 100%;
}
#company table th {
	width: 8em;
	vertical-align: top;
}
#company table td {
	vertical-align: top;
}


/* --------------------------------------------------------------------
	フリーページ　プライバシーポリシー
--------------------------------------------------------------------- */
#privacy {
}
#privacy p {
	margin-bottom: 10px;
	text-indent: 1em;
}
#privacy ol {
	border-top: 1px dotted #CCC;
}
#privacy ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}


/* 2017.10.11 PB追記ここから */
/* --------------------------------------------------------------------
	フリーページ　お問い合わせ
--------------------------------------------------------------------- */
/* #contact_intro */
#contact_intro {
	padding: 0 15px 14px;
}
#contact_intro .txt_ {
	margin-bottom: 16px;
}
#contact_intro .ways_ .item_ {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border: 2px solid #ebebeb;
	background: #fafafa;
}
#contact_intro .ways_ .item_ .tit_ {
	margin-bottom: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}
#contact_intro .ways_ .item_ .tit_ img {
	display: block;
	width: auto;
	height: 16px;
	margin: 0 auto;
}
#contact_intro .ways_ .item_ .btn_ {
	width: 258px;
	margin: 0 auto;
}
/* #contact_chat */
#contact_chat .chat_intro_ {
	padding: 10px 15px 20px;
}
#contact_chat .chat_intro_ .txt_ {
	margin-bottom: 8px;
}
#contact_chat .chat_intro_ .time_ {
	overflow: hidden;
}
#contact_chat .chat_intro_ .time_ dt {
	float: left;
	width: 78px;
	margin-right: 10px;
	padding: 9px 0;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
	font-weight: 700;
	text-align: center;
}
#contact_chat .chat_intro_ .time_ dd {
	padding: 2px 0;
	font-size: 12px;
}
#contact_chat .chat_step_ {
	margin-bottom: 30px;
}
#contact_chat .chat_step_ .img_ {
	margin-bottom: 10px;
	padding: 15px 15px 0;
}
#contact_chat .chat_step_ .step_ {
	margin-bottom: 15px;
	padding: 0 15px;
	list-style: none;
}
#contact_chat .chat_step_ .step_ li + li {
	margin-top: 20px;
}
#contact_chat .chat_step_ .step_ li .num_ {
	color: #164535;
	font-weight: 700;
}
#contact_chat .chat_step_ .btn_ {
	padding: 0 15px;
}
#contact_chat .chat_merit_ {
	padding-bottom: 15px;
}
#contact_chat .chat_merit_ .list_ {
	padding: 15px 15px 0;
}
#contact_chat .chat_merit_ .list_ .item_ {
	margin-bottom: 10px;
	padding: 18px 0 17px 70px;
	border: 2px solid #becdca;
	background-position: 16px 16px;
	background-repeat: no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
	font-weight: 700;
	line-height: 1.38;
}
#contact_chat .chat_merit_ .list_ .item_:nth-child(1) { background-image: url(../img/ico_contact_chat_merit01.png); }
#contact_chat .chat_merit_ .list_ .item_:nth-child(2) { background-image: url(../img/ico_contact_chat_merit02.png); }

/* #contact_mail */
#contact_mail {
	margin-bottom: 25px;
}
#contact_mail .txt_intro_ {
	padding: 15px;
}
#contact_mail .formdetail_ dd input[name^="postcode"] {
	width: 95px;
}
#contact_mail .formdetail_ dd .txt_form_ {
	padding-right: 5px;
	padding-left: 5px;
}
#contact_mail .formdetail_ dd .btn_addr_ {
	display: inline-block;
	width: 70px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 4px 0;
	border-radius: 3px;
	background-color: #656565;
	font-size: 11px;
	color: #fff;
	line-height: 2;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#contact_mail .submit_ input {
	width: 100%;
	height: auto;
}
/* #contact_tel */
#contact_tel {
	padding-bottom: 45px;
}
#contact_tel .txt_ {
	margin-bottom: 17px;
	padding: 15px 15px 0;
}
#contact_tel .time_ {
	padding: 0 15px 14px;
	overflow: hidden;
}
#contact_tel .time_ dt {
	float: left;
	width: 78px;
	margin-right: 10px;
	padding: 9px 0;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
	font-weight: 700;
	text-align: center;
}
#contact_tel .time_ dd {
	padding: 2px 0;
	font-size: 12px;
}
#contact_tel .tel_ {
	padding: 0 15px;
}
/* 2017.10.11 PB追記ここまで */

