@charset "utf-8";
/*
	Theme Name: 会議所歯科診療所
	Description: 会議所歯科診療所のレスポンシブテーマ
	Theme URI: https://kaigisho-dental.com/
	Author: 会議所歯科診療所
	Author URI: https://kaigisho-dental.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: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color:#333333;
	font-size:62.5%;
	margin-top: 0 !important;
}
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.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	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: #FF0000;
}
.bR10{
	border-radius: 10px;
}
/*--- font ---*/
.en_font{
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.fwBold{
	font-weight: 700;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.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: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.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 !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.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: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.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: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}

/* FIX area
---------------------------------------*/
.fix_area{
	width: 100vw;
	height: 100vh;
	background: #EEE8D1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.fixL,.fixR{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex: 1;
	padding: 0 5.8vw 10vh;
	height: 100vh;
}
.fixL{
	width: 35vw;
}
.fixR{
	width: 35vw;
}

.logo_img{
	display: flex;
	justify-content: center;
	margin-bottom: 12vh;
}
.logo_img a{
	display: block;
	width: 70%;
}
.top_Limg,.top_Rimg{
	width: 100%;
}

.fixL .fix_inner{
	position: relative;
}
.top_text01{
	position: absolute;
	bottom: -3.5rem;
	color: #5A9F4D;
	font-size: 1.6rem;
	font-weight: bold;
}

.nav_wrap{
	display: flex;
	justify-content: center;
	width: 100%;
}
#gnav{
	width: 80%;
	margin-bottom: 6.5vh;
}
#gnav ul li a{
	display: block;
	line-height: 280%;
	position: relative;
	padding-left: 3rem;
	font-weight: bold;
}
#gnav ul li a::before{
	position: absolute;
	left: 0;
	top: 15px;
	content: '';
	background: url('images/icon_nav.png') no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}
.wrap{
	width: 30vw;
	height: 91vh;
	min-width: 30vw;
	flex: none;
	overflow-y: auto;
	margin: 0 auto;
	border-radius: 1.5vw 1.5vw 0 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	scroll-behavior: smooth;
}
@media screen and (max-width: 769px) {
	.fix_area{
		width: 100vw;
		height: 100%;
		background: #EEE8D1;
		overflow: hidden;
		display: block;
	}
	.fixL,.fixR{
		display: none;
	}
	.wrap{
		width: 100vw;
		height: 100%;
		flex: none;
		overflow-y: hidden;
		margin: 0 auto;
		border-radius: 0 0 0 0;
		background-color: #FFF;
	}
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 4rem;
	right: 5%;
	z-index: 9999;
}
.hamburger-menu .ham_menu{
	margin-top: 3rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 30px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.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;
}
.hamburger-menu .menu-content {
    width: 50%;
    height: 80%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow-y: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.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 0px;
    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: 50%;
}

/* header
---------------------------------------*/
header {
  padding: 3rem 0;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  main.wrap {
    padding-top: 100px; /* ヘッダーの縦幅（padding含む）に合わせて数値を調整してください */
  }
}
.Hlogo img{
	width: 75%;
}
.Htext{
	font-size: 0.96vw;
}
@media screen and (max-width: 769px) {
	.Htext{
		font-size: 3vw;
	}
}

/* footer
---------------------------------------*/
footer{
	position: fixed;
	left: 35vw;
	bottom: 4.5vh;
	width: 29vw;
	background-color: #5A9F4D;
	z-index: 9999;
	overflow: hidden;
}
.footer_nav ul{
	display: flex;
}
.footer_nav ul li{
	width: calc(100%/6);
}
.footer_nav ul li a{
	display: block;
	padding: 0.7rem 0;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
}
.footer_nav ul li:first-child img{
	margin: 0.3rem auto;
}
.footer_nav ul li a img{
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 769px) {
	footer{
		width: 100%;
		left: 0;
		bottom: 0;
	}
}
@media screen and (min-width: 769px) {
  .footer_nav {
    display: none;
  }
}
/* --- hamburger-menu --- */
.hamburger-menuF .ham_menu{
	font-size: 1.2rem;
	color: #FFF;
}
.menu-btnF {
    display: flex;
    height: 55px;
    width: 100%;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btnF p{
	font-size: 1.2rem;
	color: #FFF;
	margin-top: 2rem;
}
.menu-btnF span,
.menu-btnF span:before,
.menu-btnF span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #FFF;
    position: absolute;
	bottom: 40px;
}
.menu-btnF span{
	bottom: 35px;
}
.menu-btnF span:before {
	bottom: 8px;
}
.menu-btnF span:after {
	top: 7px;
}
#menu-btn-checkF:checked ~ .menu-btnF span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-checkF:checked ~ .menu-btnF span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-checkF:checked ~ .menu-btnF span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-checkF {
    display: none;
}
.hamburger-menuF .menu-content {
    width: 50%;
    height: 80%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow-y: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
	display: block;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
	display: block;
	width: 100%;
}
.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;
	text-align: left;
}
.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-checkF:checked ~ .menu-content {
    right: 50%;
}
.scroll{
	position: fixed;
	bottom: 20rem;
	right: 32.9vw;
	animation: fluffy 3s infinite;
}
.scroll p{
    transform: rotate(270deg);
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 796px) {
	.hamburger-menuF .menu-content {
		width: 70%;
		height: 90%;
	}
	#menu-btn-checkF:checked ~ .menu-content {
		right: 30%;
	}
	.scroll{
		bottom: 13rem;
		right: -12%;
	}
}

.fix_link{
	position: fixed;
	left: 2%;
	bottom: 7rem;
	width: 85px;
	height: 85px;
}


/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.contents{
	padding: 0 5% 8rem 5%;
}
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 5rem;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-20px;
	padding-top:20px;
}
@media screen and (max-width: 796px) {
	.contents{
		padding: 0 3% 8rem;
	}
	.contents section{
		margin-bottom: 5rem;
	}
	.width70,.width60{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contents{
		padding: 0 8% 8rem 5%;
	}
}

/* TOP PAGE
---------------------------------------*/
.lead01{
	font-size: 1.45vw;
	position: relative;
	z-index: 111;
	margin-bottom: -3rem;
}
.lead02{
	color: #5A9F4D;
	margin-bottom: 1.5rem;
	font-size: 1.5vw;
	text-align: center;
}
@media screen and (max-width: 796px) {
	.lead01{
		font-size: 4.5vw;
	}
	.lead02{
		font-size: 6vw;
	}
	.text_top {
		padding-top: 3rem;
	}
}
/*---- Information ----*/
.info_box{
	border: 2px solid #5A9F4D;
	border-radius: 10px;
	padding: 1rem 1.5rem 2rem;
	margin-bottom: 3rem;
}
.info_f a{
	border-bottom: 1px dotted #5A9F4D;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0.5rem;
}
.date,.infoR{
	color: #5A9F4D;
}
.date{
	font-size: 1.3rem;
}
.infoR{
	font-size: 1.8rem;
}
.img_box01 img{
	width: 100%;
}
/*---- 診療日 診療時間 お支払い方法 ----*/
.fc-toolbar-title{
	color: #5A9F4D;
}
.box01{
	border: 1px solid #5A9F4D;
	border-radius: 10px;
	overflow: hidden;
}
.cal_box01{
	border: 2px solid #5A9F4D;
	border-radius: 10px;
	padding: 1rem;
}
.time_table{
	width: 100%;
	font-size: 1.3rem;
}
.time_table th,.time_table td{
	width: calc(100%/3);
	text-align: center;
	padding: 1rem 0;
	border: 1px solid #5A9F4D;
}
.time_table th{
	background-color: #F9F9F9;
	font-weight: bold;
}
.em_table{
	width: 100%;
	font-size: 1.3rem;
}
.em_table th,.em_table td{
	width: calc(100%/3);
	text-align: center;
	padding: 1rem 0;
	border: 1px solid #5A9F4D;
}

/* 下層ページ
---------------------------------------*/
.lead04{
	text-align: center;
	color: #5A9F4D;
	font-size: 1.45vw;
	position: relative;
	z-index: 111;
	margin-bottom: 1rem;
}
.lead05{
	font-size: 1.45vw;
	margin-bottom: 3rem;
}
.lead03{
	text-align: center;
	color: #5A9F4D;
	font-size: 1.45vw;
	margin-bottom: 3rem;
	line-height: 2;
}
.img_box02{
	margin-bottom: 3rem;
}
.img_box02 img,.img_box03 img{
	width: 100%;
}
.text_box01 p{
	margin-bottom: 1em;
}
@media screen and (max-width: 796px) {
	.lead04,.lead05,.lead03{
		font-size: 4.5vw;
	}
}


/* 診療内容
---------------------------------------*/
.icon_img01{
	text-align: center;
}
.lead06{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1em;
}
.img_box03{
	margin-bottom: 1em;
}

/* 自由診療費用
---------------------------------------*/
.lead07{
	text-align: center;
	font-size: 1.45vw;
	margin-bottom: 1rem;
	color: #5A9F4D;
}
.box01{
	border-radius: 10px;
	border: 1px solid #5A9F4D;
	overflow: hidden;
}
.box01 table {
	border-style: hidden;
}
.medical_table{
	width: 100%;
}
.medical_table tr th{
	background-color: #F9F9F9;
	width: 20%;
}
.medical_table tr th,.medical_table tr td{
	padding: 1rem 0.5rem;
	text-align: center;
	border: 1px solid #5A9F4D;
	font-size: 1.3rem;
}
.medical_table tr .table_ttl{
	padding-left: 4rem;
	text-align: left;
	font-weight: 700;
}
.medical_table tr td{
	width: 40%;
}
.medical_table tr td:last-child{
	width: 20%;
}
.free_medical .box03 .box01{
	margin-bottom: 2.5rem;
}
.table01 tr td{
	width: 60%;
}
.table01 tr td:last-child{
	width: 20%;
}

@media screen and (max-width: 796px) {
	.lead07{
		font-size: 4.5vw;
	}
}

/* 当診療所のご紹介
---------------------------------------*/
.table02.medical_table tr th{
	width: 30%;
	font-weight: 700;
}
.table02.medical_table tr td{
	width: 70%;
	text-align: left;
}
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; 
	margin-bottom: 1em;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* よくあるご質問
---------------------------------------*/
.lead08{
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	color: #5A9F4D;
}
.toggle_contents {
	margin-bottom: 3rem;
}
.toggle_title {
	position: relative;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #5A9F4D;
	border-radius: 10px;
}
.toggle_contents dd{
	position: relative;
}
.toggle_contents dd .a_text{
	padding: 1.5rem;
}
.toggle_btn {
	position: absolute;
	bottom: 0;
	right: 1rem;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #5A9F4D;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #5A9F4D;
	position: absolute;
	width: 13px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 13px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
.u_line{
	border-bottom: 1px solid #5A9F4D;
}
/* single
---------------------------------------*/
.ttl_area{
	padding: 1.5rem;
	background-color: #F5F5F5;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #5A9F4D;
}
.text_area04{
	padding: 1.5rem;
}
.text_area04 h2{
	font-size: 2rem;
	margin-bottom: 1em;
}
.text_area04 p{
	margin-bottom: 1em;
}
/* 個人情報保護方針
---------------------------------------*/
.privacy h2{
	margin-top: 1em;
	font-weight: 700;
}

/* お問い合わせ
---------------------------------------*/
.contact{
	width: 100%;
}
.contact th,.contact td{
	display: block;
	width: 100%;
}
.contact th{
	font-weight: 700;
	padding: 1rem 0;
	text-align: left;
}
.contact td{
	padding: 1.5rem;
	border: 1px solid #5A9F4D;
	border-radius: 10px;
}
.contact td input[type="text"],.contact td input[type="email"]{
	width: 100%;
}
.contact td .mwform-tel-field input[type="text"]{
	width: 25%;
}
.consent{
	margin: 1.5rem 0;
}
.contact td.contact_box07{
	padding: 0;
	border: none;
}
.contact_flex{
	display: flex;
	justify-content: space-between;
}
.contact_flex div{
	width: 48.5%;
	padding: 1.5rem;
	border: 1px solid #5A9F4D;
	border-radius: 10px;
}
.submit input[type="submit"] {
	width: 100%;
	text-align: center;
	padding: 1.5rem 0;
	border: 1px solid #5A9F4D;
	background-color: #FFF;
	border-radius: 10px;
	cursor: pointer;
}

/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#5A9F4D;
}









