@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	下層ページ
----------------------------------------------------------------------*/
.lower h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lower h2 img {
	margin: 0 10px 10px 0;
}

.conts_block {
	margin: 0 0 30px;
}

.inner {
	padding: 0 15px;
	position: relative;
}



@media screen and (max-width : 767px) {
	.lower h2 {
		width: 100%;
		font-size: 25px;
		font-size: 2.5rem;
		letter-spacing: 1px;
		margin: 20px auto 30px;
	}

	.lower h2 img {
		margin: 0px 10px 5px 0;
		width: 40px;
	}

}



/*--------------------------------------------------------------
　ごあいさつ
--------------------------------------------------------------*/
.greeting_wrap {
	padding: 110px 0 50px;
}

.greeting_wrap p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	line-height: 2.6;
	letter-spacing: 2px;
}

.greeting_wrap p.daihyo {
	text-align: right;
	margin: 25px 0px 0;
}

.greeting_box {
	padding: 5px 0 0;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.greeting_wrap {
		padding: 80px 0 30px;
	}

}


@media screen and (max-width : 767px) {
	.greeting_wrap {
		padding: 50px 0 30px;
	}

	.greeting_wrap p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.greeting_wrap p.daihyo {
		margin: 15px 0px 0;
	}

	.greeting_box {
		padding: 0;
	}

}



/*--------------------------------------------------------------
　事業内容
--------------------------------------------------------------*/
.service_wrap {
	padding: 110px 0 20px;
}

.service_wrap ul {
	display: flex;
	justify-content: space-between;
	margin: 45px 0 0;
	padding: 0;
}

.service_wrap ul li {
	width: 32%;
	list-style: none;
}

.service_wrap ul li p {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin: 0;
}

.service_box {
	position: relative;
	height: 200px;
	margin: 0 0 25px;
	border: 1px solid #2fa765;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.service_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.strengths_wrap {
	padding: 60px 0 100px;
}

.strengths_wrap .left {
	position: relative;
	float: left;
	width: 68%;
	margin: 30px 0 0;
	padding: 40px 30px;
	border: 1px solid #2fa765;
	border-radius: 30px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.strengths_wrap .left::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 0px 0 40px 35px;
	border-color: transparent transparent transparent #2fa765;
	translate: 100% -50%;
}

.strengths_wrap .left::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 0 0 37px 33px;
	border-color: transparent transparent transparent #fff;
	translate: 100% calc(-50% - 0.4px);
}

.strengths_wrap .right {
	position: relative;
	float: right;
	width: 30%;
	margin: 43px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.strengths_wrap ul {
	margin: 0;
	padding: 0;
}

.strengths_wrap ul li {
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	list-style: none;
	padding-left: 25px;
	letter-spacing: 1.4px;
	line-height: 2.2;
}

.strengths_wrap ul li::before {
	position: absolute;
	left: 0;
	content: "";
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
	content:'\f3ee';
	color: #2fa765;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.service_wrap {
		padding: 80px 0 20px;
	}

	.service_wrap ul li p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.strengths_wrap {
		padding: 40px 0 60px;
	}

	.strengths_wrap .right {
		margin: 35px 0 0;
	}

	.strengths_wrap .left {
		margin: 20px 0 0;
		padding: 30px 20px;
	}

}



@media screen and (max-width : 767px) {
	.service_wrap {
		padding: 50px 0 20px;
	}

	.service_wrap ul {
		display: block;
		margin: 0;
	}

	.service_wrap ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.service_box {
		height: unset;
		padding: 30px 0;
		margin: 0 0 15px;
		text-align: center;
	}

	.service_box img {
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

	.strengths_wrap {
		padding: 30px 0 35px;
	}

	.strengths_wrap .left {
		float: none;
		width: 100%;
		margin: 0;
		padding: 30px 15px;
	}

	.strengths_wrap .left::before {
		top: 0;
		left: 20%;
		right: unset;
		border-width: 0 0 35px 40px;
		border-color: transparent transparent #2fa765;
		translate: -50% -100%;
	}

	.strengths_wrap .left::after {
		top: 0;
		left: 20%;
		right: unset;
		border-color: transparent transparent #fff;
		border-width: 0 0 33px 37px;
		translate: calc(-50% + 0.5px) -100%;
	}

	.strengths_wrap .right {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 0 40px;
	}

	.strengths_wrap ul li {
		font-size: 16px;
		font-size: 1.6rem;
	}

}



/*--------------------------------------------------------------
　ご入居までの流れ
--------------------------------------------------------------*/
.info_wrap {
	padding: 110px 0 95px;
}

.info_box {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 30px 20px;
	border-radius: 20px;
	background-color: #fbf5eb;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 0 0 100px;
}

.info_box::after {
	position: absolute;
	content: "";
	background-image: url(../img/info-arrow.png);
	bottom: -100px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.info_box:first-of-type {
	margin-top: 55px;
}

.info_box:last-of-type {
	margin: 0;
}

.info_box:last-of-type:after {
	content: none;
}

.info_box .left {
	width: 61%;
}

.info_box .right {
	position: relative;
	width: 38%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_box_title {
	font-size: 25px;
	font-size: 2.5rem;
	margin: 0 0 10px 14px;
	letter-spacing: 2px;
}

.info_box_title span {
	position: relative;
	color: #fff;
	z-index: 1;
	letter-spacing: 0;
	margin: 0 35px 0 0;
}

.info_box_title span::after {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	width: 45px;
	height: 45px;
	background-color: #12a73b;
	border-radius: 50%;
}

.info_box_txt {
	margin: 0;
	letter-spacing: 2px;
	line-height: 2.2;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.info_wrap {
		padding: 80px 0 60px;
	}

	.info_box {
		margin: 0 0 90px;
	}

	.info_box::after {
		bottom: -85px;
	}

	.info_box:first-of-type {
		margin-top: 35px;
	}

}



@media screen and (max-width : 767px) {
	.info_wrap {
		padding: 50px 0 30px;
	}

	.info_box {
		display: block;
		padding: 30px 15px;
	}

	.info_box:first-of-type {
		margin-top: 0;
	}

	.info_box .left {
		width: 100%;
		margin: 0 0 30px;
	}

	.info_box .right {
		width: 100%;
		display: block;
		text-align: center;
	}

	.info_box_title {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 15px 12px;
	}

	.info_box_title span {
		margin: 0 25px 0 0;
	}

	.info_box_title span::after {
		width: 40px;
		height: 40px;
	}

	.info_box_txt {
		line-height: 2.0;
	}

}



/*--------------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.access_wrap {
	padding: 110px 0 35px;
}

.access_top {
	overflow: hidden;
}

.access_add {
	float: left;
	width: 40%;
	padding: 20px 0 0;
}

.access_map {
	float: right;
	width: 48%;
	padding: 20px 0 0;
}

.access_add h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #12a73b;
	margin: 0 0 15px;
	letter-spacing: 2px;
}

.access_add p {
	line-height: 2.2;
	letter-spacing: 3px;
	margin: 0 0 30px;
}

.access_add p i {
	color: #ec9a0b;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.access_wrap {
		padding: 80px 0 10px;
	}

	.access_add,
	.access_map {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
		text-align: center;
	}

}



@media screen and (max-width : 767px) {
	.access_wrap {
		padding: 50px 0 10px;
	}

	.access_top {
		margin-bottom: 0;
	}

	.access_add,
	.access_map {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}

	.access_add h3 {
		font-size: 2.3rem;
		margin: 0 0 10px;
	}

	.access_add p {
		margin: 0 0 15px;
		line-height: 2;
	}

}



/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/
.attention_txt {
	margin: 0 auto 40px;
	font-size: 1.4rem;
}

.attention_txt h3 {
	margin: 0;
	font-size: 1.8rem;
}

.attention_txt ul {
	padding-left: 20px;
}

.attention_txt ul li {
	list-style: disc;
}

.mw_wp_form {
	width: 100%;
	margin: 0 auto;
}

.mw_wp_form input,
.mw_wp_form textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form textarea {
	width: 100%;
}

input[type='text'] {
	width: 70%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form input[type='text'].contact_add {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='text'].contact_add {
	width: 90%;
}

.mw_wp_form input[type='email'].contact_mail {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='email'].contact_mail {
	width: 90%;
}

.page .entry_content .mw_wp_form table {
	width: 100%;
	border: none;
	border-top: 1px dashed #ccc;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page .entry_content .mw_wp_form table tr {
	border-bottom: 1px dashed #ccc;
}

.page .entry_content .mw_wp_form table th {
	width: 25%;
	border: none;
	background-color: #fff;
	font-size: 1.5rem;
	font-family: "TBUDGothic B";
	background-color: #fffbeb;
}

.page .entry_content .mw_wp_form table th span.nini {
	font-size: 1.3rem;
	color: #ccc;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table th {
	width: 30%;
}

.page .entry_content .mw_wp_form table td {
	padding: 35px 20px 35px 40px;
}

.page .entry_content .mw_wp_form table td.pd_right {
	padding: 35px 140px 35px 40px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/* IE11 */
/* _:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table td {
	width: 80%;
} */

.page .entry_content .mw_wp_form table td .text-small {
	font-size: 1.3rem;
}

.mw_wp_form .consent {
	text-align: center;
	margin: 0 0 30px;
}

.privacy_link:hover {
	text-decoration: underline;
}

.mw_wp_form input[type='submit'] {
	background-color: #32a8e1;
	padding: 15px 40px;
	display: block;
	margin: 0 auto 30px;
}

.mw_wp_form input[type='submit']:hover {
	opacity: .7;
}

.mw_wp_form input[type='button'] {
	padding: 15px 40px;
	display: block;
	margin: 0 auto;
}

.mw_wp_form input[type='button']:hover {
	opacity: .7;
}

.mw_wp_form .wpcf7-spinner {
	display: none;
}

.mw_wp_form p.thanks-page {
	font-size: 2.2rem;
}

.required,
.mw_wp_form .error {
	color: red;
}

.mw_wp_form input[type='submit'].return {
	background-color: #ccc;
	color: #333;
}

.mw_wp_form_complete {
	background-color: #fcfbed;
	padding: 40px 70px 50px;
}

.mw_wp_form_complete .thanks-page {
	margin-bottom: 20px;
}

.wpcf7 form .wpcf7-response-output {
	display: none !important;
}



@media screen and (max-width: 767px) {
	.attention_txt {
		width: 100%;
	}

	.mw_wp_form {
		width: 100%;
		padding: 0;
	}

	.mw_wp_form input,
	.mw_wp_form textarea,
	.mw_wp_form input[type='text'].contact_add {
		width: 100%;
	}

	.page .entry_content .mw_wp_form table th {
		display: block;
		width: 100%;
		padding: 10px 10px;
	}

	.page .entry_content .mw_wp_form table td {
		display: block;
		padding: 20px 10px;
	}

	.page .entry_content .mw_wp_form table td.pd_right {
		padding: 20px 40px;
	}

	.mw_wp_form input[type='checkbox'] {
		width: 5%;
	}

	.mw_wp_form input[type='submit'] {
		width: 70%;
	}

	.mw_wp_form_complete {
		padding: 30px 20px 40px;
		margin: 0;
	}

	.mw_wp_form .horizontal-item {
		display: block;
	}

}



/*--------------------------------------------------------------
	チェックボックススタイル
--------------------------------------------------------------*/
.mwform-checkbox-field input[type='checkbox'].contact_cb,
.mwform-checkbox-field input[type='checkbox'].agree_cb {/* まず、＜input＞タグの表示を消します*/
	display: none;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
	padding-left: 20px;
	position: relative;
	/* margin-right: 30px; */
	font-size: 1.6rem;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span::before,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span::before {/* チェックボックスの大きさや形のスタイル */
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox']#contact_cb-3 {
	margin-right: 100px;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb:checked + span::after,
.mwform-checkbox-field input[type='checkbox'].agree_cb:checked + span::after {/* 選択時のチェックボックススタイル */
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 4px solid #f04d30;
	border-right: 4px solid #f04d30;
	border-radius: 4px;
}



/*--------------------------------------------------------------
	個人情報保護方針ページスタイル
--------------------------------------------------------------*/
.privacy_block p {
	margin-bottom: 30px;
}

.privacy_block ol {
	padding-left: 25px;
}

.privacy_block ol li,
.privacy_block ol li h5 {
	font-size: 2.0rem;
}

.privacy_block ol li {
	margin-bottom: 30px;
}

.privacy_block ol li h5 {
	margin-bottom: 5px;
}

.privacy_block ol li h5,
.privacy_block ol li::marker {
	color: #9bcb60;
}

.privacy_block ol li p {
	font-size: 1.5rem;
	color: #333;
	margin: 0;
}

.privacy_block ol li ul,
.privacy_block ol li ol {
	padding-left: 20px;
}

.privacy_block ol li ul li,
.privacy_block ol li ol li {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0;
}

.privacy_block ol li ul li {
	list-style-type: disc;
}

.privacy_block ol li ol li::marker {
	color: unset;
}

.privacy_block ol li p a {
	display: inline-block;
	color: #9bcb60;
	text-decoration: underline;
}

.privacy_block ol li p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.privacy_block {
		padding: 30px 15px 1px;
	}

	.privacy_block h4 {
		font-size: 2.5rem;
		padding: 0 15px;
		margin-bottom: 25px;
	}

}



/*--------------------------------------------------------------
　お知らせ
--------------------------------------------------------------*/
.post_main {
	width: 75%;
	float: right;
	margin: 0 0 100px;
}

.post_sidebar {
	width: 22%;
	float: left;
}

.archive_post {
	margin: 0 0 50px;
}

.post_main h1 {
	font-size: 2.0rem;
	margin: 10px 0 20px;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #111;
	text-align: left;
}

.post_main h1 a {
	color: #333;
	display: block;
	padding: 10px 0 10px 15px;
}

.post_main h1 a:hover {
	background: #fefbf0;
}

.blog .entry_content h1,
.single .entry_content h1,
.archive .entry_content h1 {
	text-align: left;
	border-left: 8px solid #12a73b;
	background-color: #f6f0e6;
	line-height: 2;
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	border-top: none;
	border-bottom: none;
	font-size: 2.2rem;
}

.blog .entry_content h2,
.single .entry_content h2,
.archive .entry_content h2 {
	text-align: left;
	position: relative;
	font-size: 2.1rem;
	border-bottom: 4px solid #dcd3c6;
	margin: 30px 0;
}

.blog .entry_content h2::after,
.single .entry_content h2::after,
.archive .entry_content h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #12a73b;
}

.post_main h2.post_title_archive {
	border-bottom: none;
	margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	background-color: #fff;
}

.blog #main .post_wrap .entry_content h3,
.single #main .post_wrap .entry_content h3,
.archive #main .post_wrap .entry_content h3 {
	text-align: left;
	font-size: 1.9rem;
	position: relative;
	padding: 0 5px 0 25px;
	margin: 30px 0 10px;
}

.blog #main .post_wrap .entry_content h3::after,
.single #main .post_wrap .entry_content h3::after ,
.archive #main .post_wrap .entry_content h3::after {
	position: absolute;
	top: .4em;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 4px solid #12a73b;
	border-radius: 100%;
}

.blog .entry_content h4,
.single .entry_content h4,
.archive .entry_content h4 {
	text-align: left;
	font-size: 1.7rem;
	border-left: 5px solid #12a73b;
	padding-left: 10px;
	line-height: 1.5;
	margin: 30px 0 10px;
}

.blog .entry_content h5,
.single .entry_content h5,
.archive .entry_content h5 {
	text-align: left;
	font-size: 1.6rem;
	font-family: "TBUDRGothic B";
	color: #12a73b;
	margin: 30px 0 10px;
}

.blog .entry_content h6,
.single .entry_content h6,
.archive .entry_content h6 {
	text-align: left;
	font-size: 1.55rem;
	font-family: "TBUDRGothic B";
	margin: 30px 0 10px;
}

.post_main .date {
	padding: 0 0 0 20px;
}

.post_main .entry_content p {
	line-height: 1.7;
	overflow: hidden;
}

.post_main .entry_content a {
	color: #333;
}

.post_main .entry_content a:hover {
	text-decoration: underline;
}

.post_main .entry_content table {
	border: 1px solid #ccc;
	margin: 0 auto 30px;
}

.post_main .entry_content table tr {
	border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
	border-left: 1px solid #ccc;
	padding: 15px 10px;
}

.post_main .entry_content table th {
	text-align: center;
	background-color: #ffffe6;
}

.post_main .entry_footer {
	overflow: hidden;
}

.single_news_list {
	text-align: right;
	float: right;
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 30px;
}

.single_news_list a {
	color: #333;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fffade;
}

.single_news_list a:hover {
	background: #f9eeb3;
}



@media screen and (max-width : 767px) {

	.post_main {
		margin: 0 0 50px;
	}

	.post_main h1 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.post_main h1 a {
		padding: 5px;
	}

	.post_main .date {
		padding: 0 0 0 10px;
	}

	.blog .entry_content h1,
	.single .entry_content h1,
	.archive .entry_content h1 {
		padding: 2px 0 2px 10px;
	}

	.post_main h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.blog #main .post_wrap .entry_content h3,
	.single #main .post_wrap .entry_content h3,
	.archive #main .post_wrap .entry_content h3 {
		font-size: 1.7rem;
		line-height: 1.5;
	}

	.blog #main .post_wrap .entry_content h3::after,
	.single #main .post_wrap .entry_content h3::after,
	.archive #main .post_wrap .entry_content h3::after {
		top: .2em;
	}

	.blog .entry_content h4,
	.single .entry_content h4,
	.archive .entry_content h4 {
		font-size: 1.6rem;
	}

	.blog .entry_content h5,
	.single .entry_content h5,
	.archive .entry_content h5 {
		font-size: 1.55rem;
	}

	.blog .entry_content h6,
	.single .entry_content h6,
	.archive .entry_content h6 {
		font-size: 1.5rem;
	}

}



/*--------------------------------------------------------------
	404ページ
--------------------------------------------------------------*/
.post_title_404 {
	text-align: center;
	padding: 3px 0;
	margin: 10px 0 30px;
	background: #eee;
	color: #333;
	border-radius: 5px;
}

.txt_404 {
	text-align: center;
	margin-bottom: 50px;
}



@media screen and (max-width : 767px) {

}
