@charset "UTF-8";
/* CSS Document */
main{
	padding-top: 0px!important;
	background-color: #fff!important;
}
.mainVisualWrap {
}
.mainVisualWrap .under h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%), radial-gradient(rgba(0,0,0,0.2) 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	background-color: rgba(0,0,0,0.2);
	font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (min-width: 768px) {
	.content{
		padding: 100px 0 100px;
		width: 1280px;
		margin: 0 auto;
	}
}
@media (max-width: 1020px) and (min-width: 768px) {
	.content{
		padding: 150px 0;
		width: 100%;
		margin: 0 auto;
	}		
}
@media screen and (max-width: 767px) {
	.content{
		padding: 50px 0;
		width: 100%;
		margin: 0 auto;
	}	
}
.content img{
	width: 100%;
}
.content h2{
	font-size: 32px;
	letter-spacing: 5px;
	font-weight: 400;
	position: relative;
	padding: 1.5rem 1rem;
	margin: 50px auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
main h2:after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 200px);
  width: 400px;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*.content h2::before{
	content: '';
	position: absolute;
	background-image: url("../img/2nd/about_h2.png");
	background-repeat: no-repeat;
	width:40px;
	bottom: -60px;
  left: calc(50% - 20px);
	height: 42px;
}*/
/*.h2Line{
	text-align: center;
	margin: 45px;
}
.h2Line img{
	width: 50%;
}*/

@media screen and (max-width: 767px) {
	.content h2{
		font-size: 26px;
		margin: 50px auto 20px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	main h2:after {
	  position: absolute;
	  bottom: -15px;
	  left: calc(50% - 105px);
	  width: 200px;
	  height: 8px;
	  content: '';
	  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	  background-size: 7px 7px;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	}	
}
h3{
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 40px;
	margin: 0px auto 25px;
	text-align: left!important;
}
p {
    font-weight: 400!important;
	font-size: 14px!important;
}
ul,ol{
}

i{
	margin-right: 4px;
}
tbody, td, tfoot, th, thead, tr {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
	h3{
		font-size: 20px;
	}
}
/*----------------------------------------こども園について----------------------------------------*/
@media screen and (min-width: 768px) {
	#mainVisual.under {
		width: 100%;
		background-image: url(../img/2nd/about_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
	.mv-under__title {
		font-size: 30px;
		letter-spacing: 8px;
		color: #fff;
	}	
}
@media screen and (max-width: 767px) {
	#mainVisual.under {
		width: 100%;
		background-image: url(../img/2nd/about_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
	.mv-under__title {
		font-size: 30px;
		letter-spacing: 8px;
		color: #fff;
	}	
}
/*--------------------------------------
園長の挨拶
--------------------------------------*/
.about_1{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.about_1 div{
	padding: 25px 50px 0px;
}
.about_1 p.name{
	text-align: right;
	/*font-family: "Sawarabi Mincho","Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-weight: 500!important;*/
}

/*--------------------------------------
園の概要
--------------------------------------*/
.about_2{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.about_2 div{
	padding: 50px;
}
.about_2 table th {
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
	white-space: nowrap;
	padding-right: 60px!important;
}
.about_2 table td {
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
	padding: 20px 0;
}
.about_2 table th{
	vertical-align: middle;
	padding: 20px 0;
}
.about_2 table a {
	text-decoration: none;
}
.about_2 .aboutBox_inner .maps{
	border-bottom: 1px solid #c3c3c3;
}
.about_2 .aboutBox_inner .maps a{
	color: #c3c3c3;
}
.fa-paper-plane{
	color: #444;
	font-weight: 100;
	margin-right: 2px;
}
@media screen and (min-width: 768px) {
	.about_2{
		display: flex;
		margin: 50px auto;
		align-items:center;
	}
	.about_2 .txt{
		color: #333;
	}
	.about_2 table {
		position: relative;
		left: -40px;
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}
	.about_2 img{
		width: 90%;
		padding: 10px;
	}
}
@media (max-width: 1020px) and (min-width: 768px) {
	.about_2{
		display: flex;
		margin: 0 auto;
		align-items:center;
	}
	.about_2 table {
		position: relative;
		left: 0px;
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}	
}
@media screen and (max-width: 767px) {
	.about_2{
		display: flex;
		margin: 0 auto;
		align-items:center;
		line-height: 250px;
	}
	.about_2 div{
		padding: 35px;
	}	
	.about_2 img{
		width: 100%;
		margin-bottom: 10px;
	}
	.about_2 .txt{
		color: #333;
	}
	.about_2 table {
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}
	.about_2 table th {
		padding-right: 35px!important;
	}
}
/*--------------------------------------
園の歩み
--------------------------------------*/
.about_3{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.about_3 h3{
	text-align: center!important;
	margin:0 auto 50px;
	font-size: 30px;
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	left:50%;
	transform: translateX(-50%);
	color: #222;
}
.about_3 h3:before, .about_3 h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.about_3 h3:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}

.about_3 h3:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}
.about_3 h3 small{
	font-size:18px;
	font-weight: 300;
}
.about_3 div{
	padding: 50px;
}
.about_3 .txt{
	font-weight: 400!important;
	text-align: center;
}

table.about_3_table ,.about_3_table td,.about_3_table th {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
}
.about_3_table tr{
	border-top: 1px solid #e7e8e8;
}
.about_3_table tr:last-child{
	border-bottom: 1px solid #e7e8e8;
}
.about_3_table td,.about_3_table th {
	padding: 10px 30px;
	width: 30px;
	height: 25px;
	font-weight: 300;
}
.about_3_table th {
	width: 20%;
	text-align: center;
	color: #7d5a46;
}

@media screen and (max-width: 767px) {
	.about_3 div{
		padding: 35px;
	}
	.about_3 h3{
		font-size: 26px;
	}
	.about_3 h3 small{
		font-size:14px;
	}
	table.about_3_table ,.about_3_table td,.about_3_table th {
		border-collapse: collapse;
		width: 90%;
		margin: 0 auto;
	}
	.about_3_table tr{
		border-top: 1px solid #e7e8e8;
	}
	.about_3_table tr:last-child{
		border-bottom: 1px solid #e7e8e8;
	}
	.about_3_table td,.about_3_table th {
		padding: 10px 10px;
		width: 30px;
		height: 25px;
		font-weight: 300;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.about_3_table th {
		width: 30%;
		text-align: center;
		color: #7d5a46;
	}
}


/*----------------------------------------こども園の特色----------------------------------------*/
@media screen and (min-width: 768px) {
	#features.under {
		width: 100%;
		background-image: url(../img/2nd/features_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
@media screen and (max-width: 767px) {
	#features.under {
		width: 100%;
		background-image: url(../img/2nd/features_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}

/*--------------------------------------
園の特色
--------------------------------------*/
.features_1 span{
	display: block;
	color: #E182B2;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}
.features_1 div{
	padding: 50px;
}
@media screen and (max-width: 767px) {
	.features_1 div{
		padding: 35px;
	}
}

/*--------------------------------------
教育・保育理念
--------------------------------------*/
.features_2{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.features_2 div {
    padding: 50px 50px 10px;;
}
.features_2-1 img{
	padding: 50px 50px 50px 0px;
	width: 100%;
}
.features_2-1 ul{
	margin: 50px;
}
.features_2-1 ul li{
	text-align: left;
	margin-bottom: 20px;
	color: #13202f;
    line-height: 30px;
    letter-spacing: 1.5px;
	font-weight: 300;
}
@media screen and (max-width: 767px) {
	.features_2 div {
		padding: 50px 35px 10px;;
	}
	.features_2-1 img{
		padding: 35px;
	}
	.features_2-1 ul{
		margin: 35px;
	}
}
/*--------------------------------------
教育・保育目標
--------------------------------------*/
.features_3{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.features_3 img{
	padding: 50px 0px 50px 50px;
}
.features_3 p{
	margin: 50px;
}
.features_3 ul{
	margin: 50px;
}
.features_3 ul li{
	text-align: left;
	margin-bottom: 20px;
	color: #13202f;
    line-height: 30px;
    letter-spacing: 1.5px;
	font-weight: 300;
}
@media screen and (max-width: 767px) {
	.features_3 img,.features_3 p{
		padding: 35px;
	}
	.features_3 p{
		margin: 0px auto;
	}
	.features_3 ul{
		margin: 35px;
	}
}
/*--------------------------------------
ヨコミネ式とは
--------------------------------------*/
.features_4{
	margin-bottom: 20px;
    background-color: #B6D9A8;
    /*background-image: url("../img/2nd/features_bg.png");*/
	/*width: 100%;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.features_4 h4{
	color: #E182B2;
	font-size: 20px;
	font-weight: 600;
}
.features_4 div{
	padding: 50px;
}
.fa-xmark{
	margin: 0 10px;
}
.features_4 p.txt1{
	color: #fff;
	font-size: 35px!important;
	margin-bottom: 30px;
	font-weight: 600!important;
	font-family: 'Noto Sans JP', sans-serif;
}
.features_4 p.txt1 span{
	color: #2ea7e0;
    font-weight: bold;
}
.features_4 p.txt2{
	padding: 20px;
	background-color: #fff;
	font-size: 25px!important;
	display: inline-block;
	margin-bottom: 0px;
}
.features_4 p.txt3{
	color: #fff;
	font-weight: 500!important;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.features_4{
		margin-top: 50px;
	}
	.features_4 div{
		padding: 35px;
	}
	.features_4 p.txt2{
		padding: 18px;
		background-color: #fff;
		font-size: 20px!important;
		display: inline-block;
		font-weight: 500!important;
	}
}
/*----------------------------------------園の生活----------------------------------------*/
@media screen and (min-width: 768px) {
	#day.under {
		width: 100%;
		background-image: url(../img/2nd/day_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
@media screen and (max-width: 767px) {
	#day.under {
		width: 100%;
		background-image: url(../img/2nd/day_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
/*--------------------------------------
こども園での１日
--------------------------------------*/
#day_wrap h3.ume{
	color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 340px;
    margin: 30px auto 50px;
    text-align: center!important;
    font-family: "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 22px;
	font-weight: bold;
    background-color: #B4F8C8;
	position: relative;
	box-shadow: 3px 3px 3px #eee;
}
#day_wrap h3.ume:after {
position: absolute;
content: '';
top: 99%;
left: 50%;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #B4F8C8;
}
#day_wrap h3.sakura{
	color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 340px;
    margin: 30px auto 50px;
    text-align: center!important;
    font-family: "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 22px;
	font-weight: bold;
    background-color: #FFAEBC;
	position: relative;
	box-shadow: 3px 3px 3px #eee;
}
#day_wrap h3.sakura:after {
position: absolute;
content: '';
top: 99%;
left: 50%;
width: 0;
height: 0;
border: 15px solid transparent;
border-top: 15px solid #FFAEBC;
}
#demo13 h2:after {
    display: none;
}
#demo14 h2:after {
    display: none;
}
.tate_line{
	 position: relative;
	overflow: visible;
}
.tate_line::before {
	content: '';
	position: absolute;
	top: -785px;
	right: 127px;
	width: 2px;
	height: 90px;
	margin: auto;
	background-color: #9c7f2a;
}
.tate_under{
	 position: relative;
	overflow: visible;
}
.tate_under::before {
	content: '';
	position: absolute;
	bottom: 15px;
	right: 127px;
	width: 2px;
	height: 90px;
	margin: auto;
	background-color: #9c7f2a;
}
.frame{
	filter: drop-shadow(5px 5px 5px #aaa);
}
@media (max-width: 1020px) and (min-width: 768px) {
	.tate_line{
		 position: relative;
		overflow: visible;
	}
	.tate_line::before {
		content: '';
		position: absolute;
		top: -896px;
		right: 104px;
		width: 2px;
		height: 90px;
		margin: auto;
		background-color: #9c7f2a;
	}
	.tate_under{
		 position: relative;
		overflow: visible;
	}
	.tate_under::before {
		content: '';
		position: absolute;
		bottom: 20px;
		right: 104px;
		width: 2px;
		height: 90px;
		margin: auto;
		background-color: #9c7f2a;
	}
	#day_wrap h3{
		margin:50px auto 20px;
		display: block;
		width: 65%;
		text-align: center!important;
	}	
}
@media screen and (max-width: 767px) {
	.tate_line,.tate_under{
		display: none;
	}
	#day_wrap h3{
		margin:50px auto 20px;
		display: block;
		text-align: center!important;
		font-size: 18px;
	}
}
/*月間行事
--------------------------------------*/
.day_4 .day_4_box img{
	margin-bottom: 25px;
}
.day_4 .day_4_box{
	position: relative;
}
.day_4 .day_4_box .week{
	position: absolute;
    top: 35px;
    left: 45px;
    z-index: +1;
    color: #fff;
    padding: 3px 7px 5px;
    display: inline-block;
    background-color: #A0E7E5;
    border-radius: 0px 0px 17px 17px;
}
.day_4 .day_4_box .week2{
	position: absolute;
    top: 35px;
    left: 20px;
    z-index: +1;
    color: #fff;
    padding: 3px 7px 5px;
    display: inline-block;
    background-color: #A0E7E5;
    border-radius: 0px 0px 17px 17px;
}
.day_4 .day_4_box .month{
	position: absolute;
    top: 35px;
    left: 45px;
    z-index: +1;
    color: #fff;
    padding: 3px 7px 5px;
    display: inline-block;
    background-color: #EFA73A;
    border-radius: 0px 0px 17px 17px;
}
.day_4 .day_4_box  dt.week_tit {
    color: #A0E7E5;
    font-size: 24px;
    font-weight: bold;
	margin: 0px auto 20px;
}
.day_4 .day_4_box  dt {
    color: #EFA73A;
    font-size: 24px;
    font-weight: bold;
	margin: 0px auto 20px;
}
.day_4 .day_4_box  dd {
    color: #664C3F;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
	.day_4 .col-lg-4 {
		width: 30.333333%;
	}
	.day_4 .day_4_box{
		padding: 35px;
		text-align: center;
		border: 2px dotted #FCEDEC;
		border-radius: 10px;
		margin: 15px;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.day_4{
		padding:35px;
	}
	.day_4 .day_4_box{
		padding: 35px;
		text-align: center;
		border: 2px dotted #FCEDEC;
		border-radius: 10px;
		margin: 0px 0px 15px 0px;
	}	
}

/*年間行事
--------------------------------------*/
.day_1 p{
	padding: 20px;
}
.day_1 ul li::before {
	font-family: "Font Awesome 6 Free";
	content:'\f111';
	font-weight: 900;
	padding-right: 6px;
	font-size: 6px;
	color: rgba(224,66,114,0.6);
	position: absolute;
    left: 0px;
	opacity: 0.4;
}
.fa-person{
	color: #B1CC67;
	margin-left: 3px;
}
.day_1 .txt{
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.day_1 .row{
		margin: 20px auto 0;
	}
	.day_1 div{
		margin-bottom: 30px;
	}
	.day_1 img{
		border-radius: 10px;
	}
	.day_1 .txt{
		text-decoration: underline;
		text-align: right;
		margin-top: 80px;
	}
}
@media screen and (max-width: 767px) {
	.day_1 .row{
		margin: 20px auto 0;
	}
	.day_1 h4{
		text-align: center;
	}
	.day_1 div{
		padding: 25px;
	}
	.day_1 img{
		border-radius: 10px;
	}
}
/*薬の取り扱い・感染症
--------------------------------------*/
.day_2 div,.day_3 div{
	padding: 50px;
}
#day_wrap ul li,#day_wrap ol li{
	font-weight: 300;
	font-size: 14px!important;
	color: #13202f;
    line-height: 30px;
    letter-spacing: 1.5px;
	position: relative;
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.day_2 .medication{
		width: 80%;
		margin: 0 auto;
	}
	.day_1 p{
		padding: 35px;
	}
	.day_2 div,.day_3 div{
		padding: 35px;
	}
}
/*書類のダウンロード
--------------------------------------*/
.day_3 a {
	color: #E182B2;
}
.fa-circle{
	color: #d5e5f0;
}
.swiper-wrapper a:hover {
    opacity: 1;
	color: #E182B2;
}	
.swiper-wrapper a:hover img{
	transition:all 0.1s ease; /*0.5秒かけて要素を変化させる*/
	opacity: 1;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
}

/*----------------------------------------入園案内----------------------------------------*/

.tit_pink {
	color: #E182B2;
	font-size: 20px!important;
	font-weight: 600!important;
}
/*--------------------------------------
園児募集
--------------------------------------*/
.admission_1 div{
	padding: 30px 25px;
}
.admission_1 img{
	width: 100%;
}
.admission_1 .flex{
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.admission_1 div{
		padding: 20px 35px;
	}
	.admission_1 img{
		width: 100%;
		margin-right: 0px;
	}
}
/*--------------------------------------
スクールバス
--------------------------------------*/
.admission_3 div{
		padding: 50px;
}
.admission_3 .bus {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.admission_3 .bus img{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.admission_1 div{
		padding: 35px;
		margin: 0 auto;
	}
	.admission_3 .bus img{
		width: 100%;
	}
	.admission_1 .flex {
		padding: 0px;
	}
}
/*--------------------------------------
一時保育
--------------------------------------*/
.admission_2 div{
	padding: 50px;
}	
.childcare{
    margin-bottom: 20px;
    color: #13202f;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-weight: 300;
}
.childcare li{
	list-style: auto;
}
.admission_2 ul li {
    text-align: left;
    margin-bottom: 20px;
    color: #13202f;
    line-height: 30px;
    letter-spacing: 1.5px;
    font-weight: 300;
}
.admission_table table{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.admission_table tr{
	border-bottom: 1px dashed #a69195;
}
.admission_table td{
    background-color: #fff;
    width: 21%;
    font-size: 14px;
	padding: 10px;
	color: #13202f;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 300;
}
.admission_table td.bg1{
	border-right: 1px solid #eee;
	width: 28%;
	background-color: #d5e5f0;
}
.admission_table td.bg2{
	border-right: 1px solid #eee;
	width: 28%;
	background-color: #f3e9e9;
}
.admission_table td.bg3{
	border-right: 1px solid #eee;
	background-color: #f3e9e9;
}
.admission_table td.bg4{
	border-right: 1px solid #eee;
	background-color: #F9F6F6;
}
@media screen and (min-width: 768px) {
	#admission.under {
		width: 100%;
		background-image: url(../img/2nd/admission_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
	.admission_1 .bus img {
		width: 50%;
		margin: 50px auto;
	}

}
@media screen and (max-width: 767px) {
	.admission_2 div{
		padding: 35px;
	}
	#admission.under {
		width: 100%;
		background-image: url(../img/2nd/admission_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
	.admission_table td{
		background-color: #fff;
		width: 15%;
		font-size: 12px;
		padding: 6px;
		color: #13202f;
		line-height: 20px;
		letter-spacing: 1.2px;
		font-weight: 300;
	}
	.admission_table td.td1{
		border-right: 1px solid #ccc;
	}
	.admission_table td.bg2{
		border-right: 1px solid #eee;
		width: 13%;
		background-color: #f3e9e9;
	}
}

.fa-up-right-from-square{
	margin-right: 4px;
}

/*----------------------------------------未就学児教室----------------------------------------*/
@media screen and (min-width: 768px) {
	#pre.under {
		width: 100%;
		background-image: url(../img/2nd/pre_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
@media screen and (max-width: 767px) {
	#pre.under {
		width: 100%;
		background-image: url(../img/2nd/pre_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
/*未就園児　子育て支援広場「みのりクラブ」
--------------------------------------*/
.pre_1{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.pre_1 .read p{
	background: rgba(255, 186, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
	margin: 0px auto;
	text-align: center;
	font-family: "Koburina Gothic W6 JIS2004", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px!important;
}
.pre_1 div{
	padding: 50px;
}
.pre_1 table th {
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #c3c3c3;
	white-space: nowrap;
	padding-right: 60px!important;
}
.pre_1 table td {
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
	padding: 20px 0;
}
.pre_1 table th, .overview table td {
	vertical-align: middle;
	padding: 20px 0;
}
@media screen and (min-width: 768px) {
	.pre_1{
		display: flex;
		margin: 50px auto;
		align-items:center;
	}
	.pre_1 .txt{
		color: #333;
	}
	.pre_1 table {
		position: relative;
		left: -40px;
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}
	.pre_1 img{
		width: 90%;
		padding: 10px;
	}
}
@media (max-width: 1020px) and (min-width: 768px) {
	.pre_1{
		display: flex;
		margin: 0 auto;
		align-items:center;
	}
	.pre_1 table {
		position: relative;
		left: 0px;
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}	
}
@media screen and (max-width: 767px) {
	.pre_1{
		display: flex;
		margin: 0 auto;
		align-items:center;
		line-height: 250px;
	}
	.pre_1 .read{
		padding: 35px;		
	}	
	.pre_1 .read p{
		background: rgba(255, 186, 0, 0.2);
		border-radius: 10px;
		padding: 30px;
		box-sizing: border-box;
		margin: 30px auto 0;
		text-align: center;
	}
	.pre_1 div{
		padding: 35px;
	}	
	.pre_1 img{
		width: 100%;
		margin-bottom: 10px;
	}
	.pre_1 .txt{
		color: #333;
	}
	.pre_1 table {
		box-sizing: border-box;
		letter-spacing: 3px;
		font-weight: 200;
		line-height: 26px;
	}
	.pre_1 table th {
		padding-right: 35px!important;
	}
}

/*みのりクラブの様子
--------------------------------------*/
.pre_2{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
}
.pre_2 h3{
	font-size: 24px;
    border-bottom: 4px dotted #E182B2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
	.pre_2{
		padding: 0 35px;
	}
	.pre_2 h3{
		font-size: 18px;
		border-bottom: 4px dotted #E182B2;
		position: relative;
		margin-bottom: 20px;
		font-weight: 600;
		text-align: center!important;
	}
}
/*園庭解放・子育て相談
--------------------------------------*/
.pre_3{
	justify-content: center;/*横の中央寄せ*/
	align-items: center;/*縦の中央寄せ*/
	flex-wrap: wrap;
	margin-top: 100px;
}
.pre_3 h3{
	font-size: 24px;
    border-bottom: 4px dotted #E182B2;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}
.pre_3 .txt{
	text-align: center;
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.pre_3{
		padding: 0 35px;
	}
	.pre_3 h3{
		font-size: 18px;
		border-bottom: 4px dotted #E182B2;
		position: relative;
		margin-bottom: 20px;
		font-weight: 600;
		text-align: center!important;
	}
	.pre_3 .txt{
		text-align: center;
		margin: 45px auto;
	}
}
/*----------------------------------------ヨコミネ式とは----------------------------------------*/
@media screen and (min-width: 768px) {
	#yokomine.under {
		width: 100%;
		background-image: url(../img/2nd/yokomine_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center top;	
	}
}
@media screen and (max-width: 767px) {
	#yokomine.under {
		width: 100%;
		background-image: url(../img/2nd/yokomine_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
#yokomine_wrap h2 span{
	color: #2ea7e0;
	font-weight: bold;
}
.yokomine_1 p{
	padding:35px 0 0;
}
#yokomine_wrap .yokomine_bg{
	background-color: #f5f4f2;
    width: 100%;
}
#yokomine_wrap .yokomine_1 p{
	text-align: center;
}
#yokomine_wrap h3{
	margin-bottom: 100px;
	font-weight: bold;
}
.yokomine_txt{
	padding: 50px;
}
.yokomine_2 img{
	margin: 55px auto;
}
.yokomine_3 h3,.yokomine_3 p{
	color: #fff;
}
.yokomine_3 img{
	padding: 50px;
}
.yokomine_youtube h3{
	text-align: center!important;
}
.yokomine_youtube p{
	text-align: center;
	margin: 50px auto 0px;
}
.yokomine_youtube img{
	width: 55px;
}
.yokomine_youtube{
	margin: 0 auto 50px;
}
.yokomine_youtubeBox{
	text-align: center;
	margin:0 auto 50px;
	width: 1280px;
}
.yokomine_youtubeBox div{
	padding: 0px;
}
.yokomine_youtubeBox div iframe{
	padding: 35px;
}
.yokomine_youtubeBox .movie1{
	margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.yokomine_message_wrap{
		background: linear-gradient(180deg, rgba(85, 85, 85, 0.65), rgba(0, 0, 0, 0.91)) ,url(../img/2nd/yokomine_message.png);
		height: 980px;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}
	.yokomine_3{
		display: flex;
		margin: 0 auto;
		align-items: center;
		height: 980px;
	}
}
@media screen and (max-width: 767px) {
	.yokomine_message_wrap{
		background: linear-gradient(180deg, rgba(85, 85, 85, 0.45), rgba(0, 0, 0, 0.71)) ,url(../img/2nd/yokomine_message.png);
		height: 780px;
		background-position: 50% 0%;
		display: flex;
	}
	.yokomine_3{
		margin: 0 auto;
		align-items: flex-end;
	}
	#yokomine_wrap .pd_none {
		padding: 0px;
	}
	#yokomine_wrap .yokomine_bg img{

	}
	#yokomine_wrap .yokomine_1,#yokomine_wrap .yokomine_2{
		padding: 0 35px;
	}
	#yokomine_wrap h3{
		margin-bottom: 50px;
	}
	.yokomine_bg_sp{
		background-color: #f5f4f2;
		width: 100%;
		margin-bottom: 60px;
	}
	.yokomine_2 img{
		padding: 0 35px;
		margin: 15px auto;
	}
	.yokomine_3{
		padding: 35px;
	}
	.yokomine_youtube{
		margin: 100px auto 50px;
	}
	.yokomine_youtubeBox{
		width: 100%;
	}
	.yokomine_youtubeBox p{
		padding: 0 35px;
	}
	.yokomine_youtubeBox .movie1{
		margin-bottom: 10px;
	}
	.yokomine_youtubeBox .movie1,.yokomine_youtubeBox .movie2 {
		position: relative;
		height: 0;
		padding: 30px 0 56.25%;
		overflow: hidden;
	}
	.yokomine_youtubeBox .movie1 iframe,.yokomine_youtubeBox .movie2 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*----------------------------------------こども園見学会----------------------------------------*/
@media screen and (min-width: 768px) {
	#visit.under {
		width: 100%;
		background-image: url(../img/2nd/visit_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
@media screen and (max-width: 767px) {
	#visit.under {
		width: 100%;
		background-image: url(../img/2nd/visit_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}


/*--------------------------------------
リード文
--------------------------------------*/
.visit_read {
	position: relative;
	margin: 100px auto;
}
.visit_read .deco1{
	position: absolute;
	top: -20px;
	right: 80px;
}
.visit_read .deco2{
	position: absolute;
	bottom: -120px;
	left: 180px;
}
.visit_read .deco2 img{
	width: 300px;
}
.visit_read .inner{
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.visit_read .inner .title{
	width: 100%;
	margin: 20px auto 50px 0; 
	position: relative;
	z-index: 1;
	margin-left: -90px;
}
.visit_read .inner .textBox{
	width: 50%;
}
.visit_read .inner .photo{
	width: 50%;
	margin-top: -100px;
}
.visit_read .inner .photo img{
	width: 300px;
}
@media screen and (max-width: 767px) {
	.visit_read {
		position: relative;
		margin: 0px auto 50px;
	}
	.visit_read .deco1{
		top: -20px;
		right: 0px;
	}
	.visit_read .deco1 img{
		width: 200px;
	}
	.visit_read .deco2{
		bottom: -120px;
		right: 0px;
	}
	.visit_read .deco2 img{
		width: 240px;
	}
	.visit_read .inner{
		padding: 0 20px;
		width: 100%;
	}
	.visit_read .inner .title{
		width: 100%;
		margin: 20px auto; 
		position: relative;
		z-index: 1;
	}
	.visit_read .inner .textBox{
		width: 100%;
		z-index: 1;
		line-height: 20px;
	}
	.visit_read .inner .photo{
		width: 100%;
		margin-top: -200px;
	}
	.visit_read .inner .photo img{
		width: 250px;
	}
}
/*--------------------------------------
0歳児・1歳児・満3歳児を募集します
--------------------------------------*/
.visit_boshu{
    background-color: #F4FBFC;
}
.visit_boshu .inner{
	width: 1200px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 100px 50px;
}
.visit_boshu .inner .deco1{
	width: 27%;
	text-align: right;
}
.visit_boshu .inner .deco1 img{
	width: 200px;
}
.visit_boshu .inner .text{
	width: 70%;
	text-align: center;
}
.visit_boshu .inner .text h3{
	text-align: center!important;
}
@media screen and (max-width: 767px) {
	.visit_boshu .inner{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 50px 20px;
	}
	.visit_boshu .inner .deco1{
		width: 40%;
		text-align: right;
	}
	.visit_boshu .inner .deco1 img{
		width: 300px;
	}
	.visit_boshu .inner .text{
		width: 100%;
		text-align: center;
	}
	.visit_boshu .inner .text h3{
		text-align: center!important;
		width: 100%;
	}
}
/*--------------------------------------
チェックポイント①　自学自習
--------------------------------------*/
.checkpoint__1{
	padding: 100px 0 100px;
}

.checkpoint__1 .inner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;	
}
.checkpoint__1 .inner .deco1{
	position: absolute;
	bottom:-190px;
	left: -10px;
}
.checkpoint__1 .inner .deco1 img{
	width: 300px;
}
#checkpoint .inner h2{
	position: relative;
    padding: .3em 0 2.2em 1em;
    color: #333333;
	display: inline-block;
	font-weight: bold;
}

#checkpoint .inner h2::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #F08F88;
    content: '';
}

#checkpoint .inner h2::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #F08F88;
    content: '';
}
.checkpoint__1 .inner .prevention-anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.checkpoint__1 .inner .prevention-anchor li {
	max-width: 185px;
	width: 32%;
	display: inline-block;
	float: none;
	margin: 10px 10px 0;
	box-sizing: border-box;
}
.checkpoint__1 .inner .prevention-anchor li{
	color:#8D7774;
    background-image: -webkit-linear-gradient(135deg, #fbf7f0 50%, #fff 50%);
    background-image: linear-gradient(-45deg, #FFF9ED 50%, #FEF9D9 50%);
}
.checkpoint__1 .inner .prevention-anchor li{
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    /*display: block;
    text-decoration: none;
    padding: 28px 0;
    background-size: 100% 100%;
    background-position: 0 0;*/
	border-radius: 50%;
    height: 185px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checkpoint__1 .inner .prevention-anchor li img{
	display: block;
	width: 30px;
	margin: 10px auto;
}
.checkpoint__1 .inner .txt{
	width: 660px;
	margin: 80px auto;
}
@media screen and (max-width: 767px) {
	.checkpoint__1{
		padding: 50px 0;
	}
	.checkpoint__1 .deco1{
		position: absolute;
		bottom: -153px !important;
        right: -24px;
        left: auto !important;
	}
	.checkpoint__1 .inner .deco1 img{
		width: 180px;
	}
	.checkpoint__1 .inner{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.checkpoint__1 .inner .prevention-anchor{
		width: 100%;
	}
	.checkpoint__1 .inner .prevention-anchor li {
		width: 44%;
	}
	.checkpoint__1 .inner .prevention-anchor li{
		font-size: 18px;
		border-radius: 50%;
		height: 175px;
	}
	.checkpoint__1 .inner .prevention-anchor li img{
		display: block;
		width: 30px;
		margin: 10px auto;
	}
	.checkpoint__1 .inner .txt{
		width: 90%;
		margin: 40px auto;
	}
}


/*--------------------------------------
チェックポイント②　体操
--------------------------------------*/
.checkpoint__2{
	background-color: #F0F1F4;
	padding: 100px 0 100px;
}
.checkpoint__2 .inner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.checkpoint__2 .inner .prevention-anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.checkpoint__2 .inner .prevention-anchor li {
	max-width: 220px;
	width: 32%;
	display: inline-block;
	float: none;
	margin: 10px 10px 0;
	box-sizing: border-box;
}
.checkpoint__2 .inner .prevention-anchor li{
	color:#8D7774;
    background-image: -webkit-linear-gradient(135deg, #fbf7f0 50%, #fff 50%);
    background-image: linear-gradient(-45deg, #FFF9ED 50%, #FEF9D9 50%);
}
.checkpoint__2 .inner .prevention-anchor li{
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    /*display: block;
    text-decoration: none;
    padding: 28px 0;
    background-size: 100% 100%;
    background-position: 0 0;*/
	border-radius: 50%;
    height: 220px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checkpoint__2 .inner .prevention-anchor li img{
	display: block;
	width: 30px;
	margin: 10px auto;
}
.checkpoint__2 .inner .txt{
	width: 660px;
	margin: 80px auto;
}
@media screen and (max-width: 767px) {
	.checkpoint__2{
		padding: 60px 0 60px;
	}
	.checkpoint__2 .inner{
		width: 100%;
	}
	.checkpoint__2 .inner .prevention-anchor{
		width: 100%;
	}
	.checkpoint__2 .inner .prevention-anchor li {
		width: 44%;
	}
	.checkpoint__2 .inner .prevention-anchor li{
		height: 175px;
	}
	.checkpoint__2 .inner .prevention-anchor li img{
		display: block;
		width: 30px;
		margin: 10px auto;
	}
	.checkpoint__2 .inner .txt{
		width: 90%;
		margin: 40px auto;
	}
}

/*--------------------------------------
チェックポイント③　環境
--------------------------------------*/
.checkpoint__3{
	padding: 100px 0 100px;
}
.checkpoint__3 .inner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.checkpoint__3 .inner .deco1{
	position: absolute;
	top:-190px;
	right: -10px;
}
.checkpoint__3 .inner .deco1 img{
	width: 300px;
}
.checkpoint__3 .inner .prevention-anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.checkpoint__3 .inner .prevention-anchor li {
	max-width: 285px;
	width: 42%;
	display: inline-block;
	float: none;
	margin: 10px 10px 0;
	box-sizing: border-box;
}
.checkpoint__3 .inner .prevention-anchor li{
	color:#8D7774;
    background-image: -webkit-linear-gradient(135deg, #fbf7f0 50%, #fff 50%);
    background-image: linear-gradient(-45deg, #FFF9ED 50%, #FEF9D9 50%);
}
.checkpoint__3 .inner .prevention-anchor li{
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    /*display: block;
    text-decoration: none;
    padding: 28px 0;
    background-size: 100% 100%;
    background-position: 0 0;*/
	border-radius: 50%;
    height: 285px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checkpoint__3 .inner .prevention-anchor li img{
	display: block;
	width: 30px;
	margin: 10px auto;
}
.checkpoint__3 .inner .txt{
	width: 660px;
	margin: 80px auto;
}
@media screen and (max-width: 767px) {
	.checkpoint__3{
		padding: 60px 0 60px;
	}
	.checkpoint__3 .inner{
		width: 100%;
	}
	.checkpoint__3 .inner .deco1{
		position: absolute;
		top: -190px;
        left: -20px;
        right: auto;
	}
	.checkpoint__3 .inner .deco1 img{
		width: 212px;
	}
	.checkpoint__3 .inner .prevention-anchor{
		width: 100%;
	}
	.checkpoint__3 .inner .prevention-anchor li {
		width: 44%;
	}
	.checkpoint__3 .inner .prevention-anchor li{
		height: 175px;
	}
	.checkpoint__3 .inner .prevention-anchor li img{
		display: block;
		width: 30px;
		margin: 10px auto;
	}
	.checkpoint__3 .inner .txt{
		width: 90%;
		margin: 40px auto;
	}
}


/*--------------------------------------
チェックポイント④食育
--------------------------------------*/
.checkpoint__4{
	background-color: #F0F1F4;
	padding: 100px 0 100px;
}
.checkpoint__4 .inner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.checkpoint__4 .inner .deco1{
	position: absolute;
	bottom:-190px;
	left: -10px;
}
.checkpoint__4 .inner .deco1 img{
	width: 300px;
}
.checkpoint__4 .inner .prevention-anchor{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.checkpoint__4 .inner .prevention-anchor li {
	max-width: 285px;
	width: 42%;
	display: inline-block;
	float: none;
	margin: 10px 10px 0;
	box-sizing: border-box;
}
.checkpoint__4 .inner .prevention-anchor li{
	color:#8D7774;
    background-image: -webkit-linear-gradient(135deg, #fbf7f0 50%, #fff 50%);
    background-image: linear-gradient(-45deg, #FFF9ED 50%, #FEF9D9 50%);
}
.checkpoint__4 .inner .prevention-anchor li{
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    /*display: block;
    text-decoration: none;
    padding: 28px 0;
    background-size: 100% 100%;
    background-position: 0 0;*/
	border-radius: 50%;
    height: 285px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checkpoint__4 .inner .prevention-anchor li img{
	display: block;
	width: 30px;
	margin: 10px auto;
}
.checkpoint__4 .inner .txt{
	width: 660px;
	margin: 80px auto;
}
@media screen and (max-width: 767px) {
	.checkpoint__4{
		padding: 60px 0 60px;
	}
	.checkpoint__4 .inner{
		width: 100%;
	}
	.checkpoint__4 .inner .deco1{
		position: absolute;
		bottom: -184px;
		right: -30px;
		left: auto;
	}
	.checkpoint__4 .inner .deco1 img{
		width: 200px;
	}
	.checkpoint__4 .inner .prevention-anchor{
		width: 100%;
	}
	.checkpoint__4 .inner .prevention-anchor li {
		width: 44%;
	}
	.checkpoint__4 .inner .prevention-anchor li{
		height: 175px;
	}
	.checkpoint__4 .inner .prevention-anchor li img{
		display: block;
		width: 30px;
		margin: 10px auto;
	}
	.checkpoint__4 .inner .txt{
		width: 90%;
		margin: 40px auto;
	}
}




/*----------------------------------------プライバシーポリシー----------------------------------------*/
@media screen and (min-width: 768px) {
	#privacy.under {
		width: 100%;
		background-image: url(../img/2nd/privacy_main.png);
		height: 700px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
@media screen and (max-width: 767px) {
	#privacy.under {
		width: 100%;
		background-image: url(../img/2nd/privacy_main.png);
		height: 450px;;
		max-height: 1080px;
		background-size: cover;
		background-position: center;	
	}
}
.privacy_wrap{
	padding: 50px;
}
.privacy_wrap h3{
	font-size: 18px;
    position: relative;
    margin:35px auto 10px;
    font-weight: 600;
}
.pp_disc{
	padding-left: 25px;
	margin: 15px auto;
}
.pp_disc li{
	list-style: disc;
	line-height: 30px;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
	.privacy_wrap h3{
		font-size: 16px;
	}
}
/*----------------------------------------お問い合わせフォーム----------------------------------------*/
#contact{
	width: 1280px;
    margin: 0 auto;
}
#contact .form-entry, .form-contact {
    position: relative;
}	
#contact .formy_form-entry {
    position: relative;
    padding: 20px 4vw 40px;
}
 .form-contact-txt .txt { flex: 1;}

  #formy_form table { 
	  width:70%;
	  margin: 0 auto;
}
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 100%;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity: .7; }
  #formy_form textarea:hover { opacity: .7; }
  #formy_form input:focus { outline: none;}
  #formy_form .parsley-validated {  background-color: #eee;}
  #formy_form .parsley-error {  background-color: #fee;}
  #formy_form .parsley-success {  background-color: #fff;}
  .help_text {
    font-size: 85%;
    color: #999;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: 85%;
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #f55;
    color: #fff;
    margin: 0 0 0 5px;
    font-size: 70%;
    padding: 4px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    min-width: 220px;
    padding: 16px 32px;
    margin-right: 4px;
    margin-left: 4px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 8px 0 40px;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #788b93;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
    font-weight: bold;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #4dbaff; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity:1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #ff6600; }
  #total_required {
    padding: 16px;
    color: #f55555;
    text-align: center;
  }
.table_basic td.c { text-align:center;}
.table_basic td textarea { height:200px; width:100%;}
.table_basic td input.inputmini {width:30%;}
.table_basic td input.inputfull {width:100%;}
.table_basic td input.radio { margin-right:5px;}	
	
	
#contact .form_btn{
	text-align:center;
}
#contact .form_btn a{
	display:inline-block;
	color:#000;
	font-size:12pt;
	padding:12px 30px;
	margin-top: 30px;
}

#contact .form_btn button{
	display:inline-block;
	color:#000;
	font-size:12pt;
	padding:12px 30px;
	margin-top: 30px;
	border: none;
	background-color: #EFEFEF;
}	
@media screen and (max-width: 767px) {
	#contact{
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}
	#contact .formy_form-entry {
		padding: 0px;
	}
	  #formy_form table { 
		  width:100%;
		  margin: 0 auto;
	}
	  #formy_form th,
	  #formy_form td {
		padding: 15px;
		  display: block;
		vertical-align: middle;
		border-bottom: none;
	  }
	  #formy_form th {
		font-weight: normal;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	  }
	.table_basic td input.inputmini {
		width:100%;
	}
}



