@charset "utf-8";
/*
	Theme Name: 株式会社建図宮崎の不動産情報サイト
	Description: 株式会社建図宮崎の不動産情報サイトのレスポンシブテーマ
	Theme URI: https://re.kentmiyazaki.com/
	Author: 株式会社建図宮崎
	Author URI: https://kentmiyazaki.com/

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.4rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs180{
	font-size: 180%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #9FD10B;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.pink{
	color: #B42E68;
}
.brown{
	color: #C9A063;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none !important;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB50{
	margin-bottom: 5rem;
}
.mR5{
	margin-right: 0.5rem;
}
.indent{
	text-indent: 2em;
}
@media screen and (max-width: 1200px) {
	.layout{
		width:100%;
		padding: 0 2%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}

@media screen and (max-width: 800px) {
	.sp_only{
		display:block !important;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 180%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs180{
		font-size: 150%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 130%;
	}
	.fs250{
		font-size: 180%;
	}
	.fs180{
		font-size: 140%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	/*--- layout_flex ---*/
	.type_2 .child_box{
		width:100%;
		margin-left:0 !important;
	}
	.mT50{
		margin-top: 2rem;
	}
	.mB20{
		margin-bottom: 1rem;
	}
	.mB30{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
}

/* header
---------------------------------------*/
.top_btn{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.btn_official a{
	display: block;
	color: #FFF;
	text-align: center;
	width: 80px;
	height: 80px;
	padding-top: 2rem;
}
.btn_official span{
	font-size: 1.2rem;
	display: block;
}
.btn_official a i{
	font-size: 3rem;
	margin-right: 0;
}

.btn_official .btn_contact{
	background-color: #333;
}
.btn_official .btn_cofficial{
	background-color: #999999;
}
header{
	padding: 3rem 0;
	border-bottom: 1px solid #707070;
}
.header_logo{
	margin-bottom: 1rem;
}
/* --- hamburger-menu --- */
.hamburger-menu{
	width: 80px;
	height: 80px;
	background-color: #999999;
}
.ham_menu{
	margin-top: 5.8rem;
	font-size: 1.2rem;
	color: #FFF;
}
.menu-btn {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
	position: absolute;
	right: 1.5rem;
	top: 1rem;
	z-index: 999;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    background-color: #333;
    transition: all 0.5s;
	z-index: 9999;
}
.menu-content ul {
    padding: 50px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    right: 20%;
}
@media screen and (max-width: 800px) {
	header{
		padding: 1rem 0 !important;
	}
.header_logo{
	margin-bottom: 0;
}
	.btn_official a{
		width: 60px;
		height: 60px;
		padding-top: 1rem;
	}
	.btn_official span{
		font-size: 1rem;
		line-height: 1;
	}
	.btn_official a i{
		font-size: 2.5rem;
	}
	.hamburger-menu{
		width: 60px;
		height: 60px;
	}
	.ham_menu{
		margin-top: 4.5rem;
		font-size: 1.2rem;
		color: #FFF;
	}
	.menu-btn {
		height: 40px;
		width: 40px;
		right: 1rem;
		top: 0.2rem;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		height: 3px;
		width: 25px;
		border-radius: 3px;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
}

/* footer
---------------------------------------*/
/*---- footer_area -----*/
.footer_area {
	padding: 5rem 0;
	border-top: 1px solid #707070;
	align-items: center;
}
.footer_right{
	text-align: right;
}
.footer_nav {
  margin-top: 3rem;
	display: inline-block;
}
.footer_nav ul li {
  display: inline-block;
  padding: 0 1rem;
  line-height: 1;
	border-left: 1px solid #333;
}
.footer_nav ul li:first-child {
	border: none;
}
.footer_nav ul li:last-child{
	padding-right: 0;
}
.copy {
  background-color: #666666;
  padding: 0.7rem 0;
  font-size: 1.2rem;
  color: #FFF;
}
@media screen and (max-width: 800px) {
	.footer_area{
		padding: 3rem 2%;
	}
  .footer_logo img {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
	.footer_area{
		text-align: center;
	}
	.footer_right{
		text-align: center;
	}
	.footer_nav {
	  margin-top: 1rem;
	}
  .footer_logo img {
    width: 50%;
  }
}


/* sidebar
---------------------------------------*/
.search_box{
	position: relative;
}
.search_box .search_input{
    background: #fff;
    border: 2px solid #FFD500;
    padding: 1rem 1rem 1rem 5rem;
    width: 100%;
}
.search_box #s_btn_area{
	position: absolute;
	top: 1.2rem;
	left: 1rem;
	border: none;
	background: none;
	font-size: 2rem;
}
.cat_list ul li,.area_list ul li{
	border-bottom: 1px dotted #707070;
}
.cat_list ul li:last-child{
	border-bottom: 1px solid #707070;
}
.cat_list ul li a,.area_list ul li a{
	display: block;
	padding: 1rem 0 1rem 2rem;
	font-weight: bold;
}
.rec_btn{
	margin: 3rem 0;
}
.cat_list ul li a::before,.area_list ul li a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	margin-right: 1rem;
	color: #707070;
}
.sns_area{
	order: 3;
	background-color: #F5F5F5;
	padding: 3rem 1.5rem 0;
}
.sns_area iframe{
	margin-bottom: 3rem;
}
.sns_area h2{
	border-bottom: 1px solid #000;
	line-height: 1.4;
	margin-bottom: 1rem;
}


/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
i{
	margin-right: 0.5rem;
}
.contents section{
	margin-bottom: 5rem;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width45{
	width: 45%;
	margin: 0 auto;
}
.main_contents aside{
	width: 25%;
} 
.main_contents .main{
	width: 72%;
}
.page{
	padding-top: 5rem;
}
@media screen and (max-width: 840px) {
	.width70{
		width: 100%;
	}
	.width45{
		width: 100%;
		margin: 0 auto;
	}
	.main_contents aside{
		width: 100%;
		order: 2;
	} 
	.main_contents .main{
		width: 100%;
		order: 1;
		margin-bottom: 2rem;
	}
	.page{
		padding-top: 2rem;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- slider ----*/
#slider_wrapper{
    max-width: 100%;
	overflow: hidden;
}
#slider{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
#slider li{
	width: 100%;
	padding: 0 5px;
}
#slider .slick-list{
	overflow: visible;
}
#slider:before {
    left: calc((100vw - 980px) / 2 * -1);
}
#slider:after {
    right: calc((100vw - 980px) / 2 * -1);
}
#slider:after, #slider:before {
    display: block;
    position: absolute;
    top: 0;
    z-index: 999;
    width: calc((100vw - 980px) / 2);
    height: 100%;
    content: "";
}
#slider_wrapper .slick-next,#slider_wrapper .slick-prev{
	top: 50%;
	z-index: 9999;
}
#slider_wrapper .slick-prev{
	left: -40px;
}
#slider_wrapper .slick-next{
	right: -30px;
}
#slider_wrapper .slick-next:before, #slider_wrapper .slick-prev:before {
    display: inline-block;
    color: #fff;
    font-size: 4.4rem;
	opacity: 1;
}
#slider_wrapper .slick-prev:before {
	font-family: "Font Awesome 5 Free";
    content: "\f053";
	font-weight: 900;
}
#slider_wrapper .slick-next:before {
	font-family: "Font Awesome 5 Free";
    content: "\f054";
	font-weight: 900;
}
@media screen and (max-width: 970px) {
	#top{
		padding-top: 3rem;
	}
	#slider{
		width: 100%;
	}
	#slider li{
		padding: 0;
	}
	#slider_wrapper .slick-next:before, #slider_wrapper .slick-prev:before {
		font-size: 3rem;
	}
	#slider_wrapper .slick-prev{
		left: 2%;
	}
	#slider_wrapper .slick-next{
		right: 2%;
	}
	#slider_wrapper .slick-next:before {
		right: 0;
	}
}

/*---- main ----*/
.list01 ul{
	display: flex;
	margin-bottom: 3rem;
}
.list01 ul li{
	width: 30%;
	margin-right: 2%;
}
.list01 ul li a{
	display: block;
	text-align: center;
	padding: 1rem 0;
	font-weight: bold;
}
.cat01{
	border: 2px solid #707070;
}
.cat02{
	border: 2px solid #00BED4;
}
.cat03{
	border: 2px solid #FF005E;
}
.box01{
	position: relative;
	padding: 1.5rem;
	border: 1px solid #707070;
	margin-bottom: 2rem;
}
.box01 .area_cat{
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background-color: #FFD500;
	padding: 0 3rem;
}
.box01 .img_area{
	width: 33%;
}
.box01 .img_area .img_box{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.box01 .img_area img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;	
	object-fit: cover;
}
.box01 .text_area{
	width: 64%;
	padding-top: 2.5rem;
}
.box01 .text_area table{
	width: 100%;
}
.box01 .text_area table tr{
	border-bottom: 1px dotted #333333;
}
.box01 .text_area table tr th,
.box01 .text_area table tr td{
	padding: 0.7rem 0;
}
.box01 .text_area table tr th{
	width: 25%;
}
.box01 .text_area table tr th span{
	color: #FFF;
	text-align: center;
	background-color: #333333;
	display: block;
}
.box01 .text_area table tr td{
	width: 75%;
	padding-left: 2rem;
}
.detail_btn a{
	color: #FFF;
	display: inline-block;
	background-color: #333333;
	padding: 0.7rem 5rem;
	margin-top: 1rem;
}
@media screen and (max-width: 420px) {
	.list01 ul li{
		width: 31%;
	}
	.box01{
		padding: 1rem;
	}
	.box01 .area_cat{
		top: 1rem;
		right: 1rem;
	}
	.box01 .img_area{
		width: 100%;
		margin-bottom: 0;
		padding-top: 3rem;
		text-align: center;
	}
	.box01 .img_area img{
		display: inline-block;
	}
	.box01 .text_area{
		width: 100%;
	}
}
/*---- さらに表示 ----*/
.box01{
    opacity: 1;
	transition: all 0.4s ease 0s;
}
.box01.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	padding: 0;
}
.list_btn {
    margin-top: 20px;
}
.list_btn.is-btn-hidden{
  display:none;
}
.list_btn button {
	font-size: 1.6rem;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	z-index: 9999;
	border: none;
	background-color: transparent;
}

/* 下層ページ
---------------------------------------*/
.page section{
	margin-bottom: 7rem;
}
.top_fix{
	padding-top: 170px !important;
}
.main_img{
	margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
	.page{
		padding: 0 2%;
	}
}
@media screen and (max-width: 420px) {
	.page section{
		margin-bottom: 3rem;
	}
}

/* Single
---------------------------------------*/
.lead03{
	border: 2px solid #FFD500;
	font-weight: bold;
	margin-bottom: 3rem;
	padding-left: 3rem;
	font-size: 1.6rem;
	line-height: 4.5rem;
}
.box02 .slider_area{
	width: 48.5%;
}
.box02 .text_area{
	width: 48.5%;
	padding-top: 0;
}
.box02 .text_area .area_cat{
	position: static;
	display: inline-block;
	margin-bottom: 1rem;
}
.box02 .text_area h1{
	border-bottom: 2px solid #FFD500;
	margin-bottom: 1rem;
}
.single_slider{
	margin-bottom: 1rem;
}
.single_slider li img{
	width: 100%;
}
.single_slider_nav li{
	padding: 0 0.5rem;
}
.single_slider .slick-next,.single_slider .slick-prev{
	top: 50%;
	z-index: 9999;
}
.single_slider .slick-prev{
	left: 0px;
}
.single_slider .slick-next{
	right: 0px;
}
.single_slider .slick-next:before, .single_slider .slick-prev:before {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
	opacity: 1;
}
.single_slider .slick-prev:before {
	font-family: "Font Awesome 5 Free";
    content: "\f053";
	font-weight: 900;
	background-color: #000;
	padding: 1rem 0.5rem;
}
.single_slider .slick-next:before {
	font-family: "Font Awesome 5 Free";
    content: "\f054";
	font-weight: 900;
	background-color: #000;
	padding: 1rem 0.5rem;
}

.box02 .text_area table tr th{
	width: 32%;
}
.box02 .text_area table tr td{
	width: 68%;
	padding-left: 2rem;
}
.lead02{
	text-align: center;
	border-bottom: 1px dotted #333333;
	margin-bottom: 3rem;
}

.single_table02{
	width: 80%;
	border: 2px solid #000;
	margin: 0 auto;
}
.single_table02 th,.single_table02 td{
	border: 1px dotted #707070;
	padding: 1rem;
}
.single_table02 th{
	width: 27%;
	background-color: #F5F5F5;
}
.btn_mail{
	margin-bottom: 2rem;
}
.btn_mail a,.tel a,.tel .tel_info{
	display: inline-block;
	width: 60%;
	line-height: 8rem;
	font-size: 1.6rem;
}
.btn_mail a{
	color: #FFF;
	background-color: #333333;
}
.tel a,.tel .tel_info{
	background-color: #FFD500;
}
.tel a span,.tel .tel_info span{
	vertical-align: middle;
}
.tel a .fwBold,.tel .tel_info .fwBold{
	margin-left: 1.5rem;
}
@media screen and (max-width: 1300px) {
	.single_table02{
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.box02 .slider_area{
		width: 100%;
		margin-bottom: 2rem;
	}
	.box02 .text_area{
		width: 100%;
	}
	.btn_mail a,.tel a,.tel .tel_info{
		width: 80%;
	}

}
@media screen and (max-width: 420px) {
	.single_table01 th,.single_table02 th{
		width: 30%;
	}
	.btn_mail a,.tel a{
		width: 100%;
	}
}




/* お問い合わせ
---------------------------------------*/
.contact{
	width: 100%;
}
.contact tr{
	border-bottom: 1px dotted #999;
}
.contact th,.contact td{
	padding: 1.5rem 0;
}
.contact th{
	width: 25%;
	text-align: left;
	padding-left: 3rem;
}
.contact td{
	width: 75%;
	padding-left: 3rem;
}
.contact td input{
	background-color: #F5F5F5;
	padding-left: 1rem;
}
.contact td textarea{
	width: 95%;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	padding: 1rem;
}
.submit input[type="submit"] {
	width: 150px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #333333;
	cursor: pointer;
}
.consent{
	margin: 2rem 0;
}
.contact td .width40{
	width: 40%;
	margin-right: 1rem;
}
.contact td .width50{
	width: 50%;
}
.contact td .width60{
	width: 60%;
}
.contact td .width70{
	width: 70%;
}
.contact td input{
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	padding-left: 1rem;
}
.contact td textarea{
	width: 90%;
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	padding: 1rem;
}
.contact td select{
	padding: 0.5rem 1rem;
}
.contact td #zip{
	width: 150px;
	margin-right: 1rem;
}
.contact td .zip-button{
	border: 1px solid #DDD;
	color: #FFF;
	background-color: #333333;
	cursor: pointer;
}
@media screen and (max-width: 840px) {
	.contact th,.contact td{
		padding: 1rem;
	}
}

@media screen and (max-width: 420px) {
	.contact th,.contact td{
		display: block;
		width: 100%;
		padding: 0.5rem 1rem;
	}
	.contact td .width40{
		width: 38%;
	}
	.contact td .width90{
		width: 95%;
	}
	.contact td .width70,.contact td .width50,
	.contact td .width60{
		width: 95%;
	}
}

/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 800px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}



.menu_list li{
	margin-bottom: 3rem;
}
.menu_list li a{
	width: 300px;
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #00A805;
	border-radius: 25px;
	padding: 1rem 0;
	font-weight: bold;
}
.menu_list li a i{
	margin-left: 0.5rem;
}



.grecaptcha-badge{
	bottom: 90px !important;
}


