@charset "utf-8";
/*   
Theme Name: Vanguard Networks co,.ltd. 2020.02
Theme URI: http://www.vanguard.ne.jp
Description: 株式会社ヴァンガードネットワークス（http://vanguard.ne.jp）のホームページ用カスタマイズテーマです。
Author: VanguardNetworks co,. ltd.
Author URI:http://www.vanguard.ne.jp
Version: 1.0
*/

/* ---------- */
/* デザイン共通 */
/* ---------- */
*::before,
*::after{
	box-sizing:border-box;
	background-repeat: no-repeat;
}
html,body,section,article,div,span,applet,object,iframe,strong,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,fieldset,form,legend,caption,tbody,tfoot,thead,table,label,tr,th,td,p,img,figure,ul,ol,dl,dt,dd{
	font-size:16px;
	margin:0;
	padding:0;
	border:none;
	background-repeat: no-repeat;
}
body{
	overflow-y:scroll;
	background:#fff;
	color:#222;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	line-height:1.75;
	-webkit-text-size-adjust:100%;
	transition: 0.75s ease-out;
}
body #wrapper{
	opacity: 0;
	transition: 0.75s ease-out;
}
body.loaded #wrapper{opacity: 1;}
a{
	color:#E64D0F;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover{color:#F5682F;}
a:hover img{opacity: 0.7;}
a.blackf_link {color: #302620;}
a.blackf_link:hover {color:#97C2CD;}
figure {text-align: center;}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	transition: 0.3s ease-out;
}
ul,ol {list-style: none;}
input[type="button"],
input[type="submit"],
input[type="image"] {cursor: pointer}
form input[type="text"] {
	border: none;
	border-radius: 0;
}
form input::placeholder
form textarea::placeholder {
	color: #bbb;
}
form input[type="button"],
form input[type="submit"] {
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #E64D0F;
	transition: 0.5s ease-out;
	-webkit-appearance: none;/*ios用の記述*/
	padding: 0.675rem 1rem 0.5rem;
}
form input[type="button"]:hover,
form input[type="submit"]:hover {
	cursor: pointer;
	background-color: #aed581;
}
/*chorme用の記述*/
form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*ios用の記述*/
textarea,input[type="text"],input[type="tel"],input[type="email"]  {
	border-radius: 0;
	-webkit-appearance: none;
}
select{border-radius: 0;}
p.caoution,
ul.caoution li {
	position: relative;
	padding-left: 1.2em;
}
p.caoution::before,
ul.caoution li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:767px) {
	p{line-height: 1.875em;}
}

.font_gothic{font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}
.font_serif{font-family:"游明朝","Yu Mincho","YuMincho", 'メイリオ', Meiryo, serif;}
.bg_gradation{background: linear-gradient(to right, #fbcf96 0%,#E64D0F 100%); }
.text_en{font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}

.pc_none{display: none;}
.sp_none{display: block;}
@media screen and (max-width:767px) {
	.pc_none{display: block;}
	.sp_none{display: none;}
}

.font_red{color: #F00;}

body{
	background-color: #F4F1E3;
	width: 100%;
}
#contact .contents_wrap{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 50px;
	background-color: #FFF;
	padding: 50px;
}

#contact .contents_wrap h1{
	border-left: #1b8010 3px solid;
	padding-left: 10px;
	color: #1b8010;
	font-size: 20px;
	line-height: 24px;
	width: 1100px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
#contact .contents_wrap p.text{
	width: 100%;
	margin: 0 auto 20px auto;
}
#contact .contents_wrap h2{
	width: 1100px;
	margin: 0 auto 20px auto;
	color: #1b8010;
	font-size: 18px;
}
#contact .contents_wrap dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 1100px;
	margin: 0 auto 30px;
}
#contact .contents_wrap dl dt{
	padding: 10px 10px;
    /*padding: 30px 10px;*/
	width: 20%;
	font-weight: bold;
	/* background-color: #f1f1f1; */
	background-color: #FFF;
	border-bottom: #cccccc 1px solid;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	/* color: #305801; */
	color: #333;
}
#contact .contents_wrap dl dd{
	padding: 7px 25px;
    /*padding: 25px;*/
	width: 80%;
	background-color: #FFF;
	border-bottom: #cccccc 1px solid;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
#contact .contents_wrap div.w100,
#contact .contents_wrap dl dd.w100{
	width: 100%;
	margin: 0 auto 30px;
}

#contact .contents_wrap dl dd ul{
	width: 100%;
}

#contact .contents_wrap dl dd input[type="checkbox"]{
	margin-right: 10px;
}
#contact .contents_wrap dl dd p{width: 100%;}
#contact .contents_wrap dl dd input[type="text"],
#contact .contents_wrap dl dd input[type="number"],
#contact .contents_wrap dl dd input[type="tel"],
#contact .contents_wrap dl dd input[type="email"],
#contact .contents_wrap dl dd input[type="date"],
#contact .contents_wrap dl dd select,
#contact .contents_wrap dl dd textarea,
#contact .contents_wrap div textarea{
	padding: 10px;
	border: #333 1px solid;
	font-size: 1rem;
}
#contact .contents_wrap dl dd input.short{width: 20%;}
#contact .contents_wrap dl dd input.short02{width: 10%;}
#contact .contents_wrap dl dd input.middle{width: 70%;}
#contact .contents_wrap dl dd input.long{width: 94%;}
#contact .contents_wrap div textarea.long,
#contact .contents_wrap dl dd textarea.long{width: 94%;}

#contact .contents_wrap dl dd div{
	display: block;
	max-width: 100%;
	width: 100%;
}
#contact .contents_wrap dl dd p{width: 100%;}

#contact .contents_wrap dl dd p.en_txt{padding-left: 25px;}

.send_btn,
.back_btn {
	width: 350px;
	margin: 30px auto 50px;
}
.send_btn input[type="submit"]{
	border-style:none;
	width: 100%;
	max-width: 350px;
	padding: 15px 10px;
	background-color: #009719;
	color: #FFF;
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
	outline: none;
	border-radius: 5px;
}
.send_btn input[type="submit"]:hover{background-color: #21b63a;}
.back_btn input[type="submit"]{
	border-style:none;
	width: 100%;
	max-width: 350px;
	padding: 15px 10px;
	background-color: #82bb8b;
	color: #FFF;
	text-align: center;
	font-size: 1.125rem;
	font-weight: bold;
	outline: none;
	border-radius: 5px;
}
.back_btn input[type="submit"]:hover{background-color: #93c79d;}


.ma_b_10px{margin-bottom:10px!important}
.ma_b_30px{margin-bottom:30px!important}

.head_area{
	background: #FFFFFF;
	width: 1200px;
	margin: 50px auto 0;
	padding: 10px 0 30px;
}

/* webkit */
::-webkit-input-placeholder {color:#999;}
/* firefox */
:-moz-placeholder {color:#999;}

@media screen and (max-width:1024px) {
	#contact {width: 100%;}
	#contact .contents_wrap{
		width: 90%;
		margin: 0 auto 25px;
		background-color: #FFF;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#contact .contents_wrap h1{
		border-left: #1b8010 3px solid;
		padding-left: 10px;
		color: #1b8010;
		font-size: 20px;
		line-height: 24px;
		width: 100%;
		margin: 0 auto 20px auto;
		box-sizing: border-box;
	}
	#contact .contents_wrap p.text{
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#contact .contents_wrap h2{
		width: 100%;
		margin: 0 auto 20px auto;
		color: #1b8010;
		font-size: 18px;
	}
	#contact .contents_wrap dl{
		flex-direction: column;
	
		width: 100%;
		margin: 0 auto 30px;
	}
	#contact .contents_wrap dl dt{
		padding: 20px 0px 0;
		width: 100%;
		font-weight: bold;
		/* background-color: #f1f1f1; */
		background-color: #FFF;
		border-bottom: none;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		/* color: #305801; */
		color: #333;
	}
	#contact .contents_wrap dl dd{
		padding: 25px 0;
		width: 100%;
		background-color: #FFF;
		border-bottom: #cccccc 1px solid;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
	}
	#contact .contents_wrap div.w100,
	#contact .contents_wrap dl dd.w100{
		width: 100%;
		margin: 0 auto 30px;
	}
	#contact .contents_wrap dl dd input[type="checkbox"]{
		margin-right: 10px;
	}
	#contact .contents_wrap dl dd p{width: 100%;}
	#contact .contents_wrap dl dd input[type="text"],
	#contact .contents_wrap dl dd select,
	#contact .contents_wrap dl dd textarea,
	#contact .contents_wrap div textarea{
		padding: 10px;
		border: #333 1px solid;
		font-size: 1rem;
	}
	#contact .contents_wrap dl dd input.short{width: 70%;}
	#contact .contents_wrap dl dd input.middle{width: 70%;}
	#contact .contents_wrap dl dd input.long{width: 75%;}
	#contact .contents_wrap div textarea.long,
	#contact .contents_wrap dl dd textarea.long{width: 70%;}
	
	#contact .contents_wrap dl dd div{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	#contact .contents_wrap dl dd p{width: 100%;}
	
	#contact .contents_wrap dl dd p.en_txt{padding-left: 25px;}
	
	.send_btn,
	.back_btn {
		width: 100%;
		margin: 30px auto 50px;
	}
	.send_btn input[type="submit"]{
		border-style:none;
		width: 100%;
		max-width: 350px;
		padding: 15px 10px;
		background-color: #009719;
		color: #FFF;
		text-align: center;
		font-size: 1.125rem;
		font-weight: bold;
		outline: none;
		border-radius: 5px;
	}
	.send_btn input[type="submit"]:hover{background-color: #21b63a;}
	.back_btn input[type="submit"]{
		border-style:none;
		width: 100%;
		max-width: 350px;
		padding: 15px 10px;
		background-color: #82bb8b;
		color: #FFF;
		text-align: center;
		font-size: 1.125rem;
		font-weight: bold;
		outline: none;
		border-radius: 5px;
	}
	.back_btn input[type="submit"]:hover{background-color: #93c79d;}
	
	
	.ma_b_10px{margin-bottom:10px!important}
	.ma_b_30px{margin-bottom:30px!important}
	
	.head_area{
		width: 90%;
		margin: 25px auto 0;
		padding: 10px 0 30px;
	}
}



/* Error */
.error {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FEE;
	border: solid 1px #F99;
	/*font-size: 14px;*/

	text-align:left;
}
.error p {
	margin-bottom: 10px;
	color: #F00;
	/*font-size: 16px;*/
}
.error ul {
	margin: 0 0 0 20px;
	list-style-image: none;
	list-style-type: disc;
}
.error li {
	margin: 0 0 5px 0;

	color: #000;
	/*font-size: 14px;*/
	line-height: 16px
}

/* 入力「必須」文字 */
.require {
	margin-left: 6px;
	color: #F00;
}

/* 名簿掲載可文字 */
.publish {
	margin-left: 6px;
	margin-right: 20px;
	color: #F00;
}
