@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.appearVertical{
	opacity : 0;
}
@media screen and (max-width : 768px) {
}


/*------------------------------
	kv
------------------------------*/
#index #kv,
#detail #kv,
#entry #kv {
	background-size: cover;
	height: 160px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #kv h2,
#detail #kv h2,
#entry #kv h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
}
@media screen and (max-width : 768px) {
	#index #kv,
	#detail #kv,
	#entry #kv {
		background-size: cover;
		height: 140px;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index #kv h2,
	#detail #kv h2,
	#entry #kv h2 {
		color: #ffffff;
		font-size: 24px;
	}
}

/*------------------------------
	form
------------------------------*/
#index #contents {
	padding-bottom: 50px;
}
textarea {
	width: 99.5% !important;
	height: 17em ;
	overflow: auto;
	/*
	resize: none;
	*/
	line-height: 1.5;
	border: solid 1px #cccccc;
}
input[type=radio] {

}
input[type=checkbox] {
	margin: 3px 5px 3px 0px;
}
input[type="text"] {
	height: 24px;
	padding: 5px 10px;
	margin: 0px 0px 0px 0;
	vertical-align: middle;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}
input[type="email"] {
	height: 12px;
	padding: 3px 5px;
	margin: 3px 4px;
	vertical-align: middle;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/select.png") no-repeat right center;
	width: 84px;
	border-radius: 0px;
	background-color: #ffffff;
	padding: 9px 10px 9px;
	margin: 3px 4px 3px 0;
	font-size: 12px;
	border: solid 1px #cccccc;
}
select.short {
	width: 36px;
}

button[type="submit"],
button[type="reset"] {
	width: 100%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #ba1921;
	padding: 16px 0;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}
button[type="submit"]:hover,
button[type="reset"]:hover {
	text-decoration: underline;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(60);
}
input[type="text"].number {
	width: 40px;
	margin-right: 6px;
	margin-left: 20px;
}
input[type="text"].number4 {
	width: 100px;
	margin-right: 6px;
}
input[type="text"].old {
	width: 40px;
	margin-right: 6px;
}
input[type="text"].post {
	width: 100px;
	margin-left: 10px;
}
input[type="text"].postaddress {
	margin-top: 20px;
}
input[type="text"].gaku {
	margin-top: 4px;
	margin-bottom: 20px;
}
input[type="text"].gakunen {
	width: 100px;
	margin-top: 4px;
	margin-bottom: 20px;
	margin-right: 6px;
}
label.radiocs {
	padding-right: 20px;
}
@media screen and (max-width : 768px) {
	#index #contents {
		padding-bottom: 40px;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("../images/select.png") no-repeat right center;
		width: 70px;
		border-radius: 0px;
		background-color: #ffffff;
		padding: 9px 4px 9px;
		margin: 3px 4px;
		font-size: 12px;
		border: solid 1px #cccccc;
	}
}
/*------------------------------*/
#index #contents #statusArea {
	border-bottom: solid 1px #cccccc;
}
#index #contents #statusArea .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 10px;
}
#index #contents #statusArea p {
	line-height: 1.8;
}
#index #contents #statusArea table {
	width: 100%;
}
#index #contents #statusArea th {
	width: 220px;
	text-align: left;
	vertical-align: middle;
	border-top: dotted 1px #cccccc;
	padding: 20px 15px;
	font-weight: 500;
}
#index #contents #statusArea td {
	text-align: left;
	vertical-align: middle;
	border-top: dotted 1px #cccccc;
	padding: 20px 35px;
}
#index #contents #statusArea tr:first-child th,
#index #contents #statusArea tr:first-child td {
	border-top: none;
}
@media screen and (max-width : 768px) {
	#index #contents #statusArea {
		border-bottom: solid 1px #cccccc;
	}
	#index #contents #statusArea .inner {
		max-width: 900px;
		margin: 0 auto;
		padding: 20px 10px;
	}
	#index #contents #statusArea table {
		width: 100%;
	}
	#index #contents #statusArea th {
		width: 110px;
		text-align: left;
		vertical-align: middle;
		border-top: dotted 1px #cccccc;
		padding: 20px 10px;
		font-weight: normal;
		line-height: 1.5;
	}
	#index #contents #statusArea td {
		text-align: left;
		vertical-align: middle;
		border-top: dotted 1px #cccccc;
		padding: 15px 10px 15px 15px;
		line-height: 1.5;
	}
	#index #contents #statusArea tr:first-child th,
	#index #contents #statusArea tr:first-child td {
		border-top: none;
	}
}
/*------------------------------*/
#index #contents #formArea {
}
#index #contents #formArea .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 10px;
}
#index #contents #formArea table {
	width: 100%;
}
#index #contents #formArea th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #cccccc;
	padding: 35px 15px;
	font-weight: 500;
	line-height: 1.5;
}
#index #contents #formArea td {
	text-align: left;
	vertical-align: middle;
	border-top: solid 1px #cccccc;
	padding: 25px 10px 25px 35px;
	line-height: 1.5;
}
#index #contents #formArea tr:first-child th,
#index #contents #formArea tr:first-child td {
	border-top: none;
}
#index #contents #formArea td.otherTmp input {
	margin-top: 10px;
}
#index #contents #formArea .attention {
	margin-top: 5px;
	font-size: 12px;
}

@media screen and (max-width : 768px) {
	#index #contents #formArea .inner {
		max-width: 900px;
		margin: 0 auto;
		padding: 30px 10px;
	}
	#index #contents #formArea table {
		width: 100%;
	}
	#index #contents #formArea th {
		width: 110px;
		text-align: left;
		vertical-align: top;
		border-top: solid 1px #cccccc;
		padding: 20px 10px;
		font-weight: 500;
	}
	#index #contents #formArea td {
		text-align: left;
		vertical-align: middle;
		border-top: solid 1px #cccccc;
		padding: 15px 10px 15px 15px;
	}
	#index #contents #formArea tr:first-child th,
	#index #contents #formArea tr:first-child td {
		border-top: none;
	}
}

/*------------------------------
	privacyAlart
------------------------------*/
#index #contents .privacyAlart {
	border: solid 1px #cccccc;
	padding: 10px 10px 30px;
	max-width: 878px;
	margin: 0 auto;
}
#index #contents .privacyAlart .title {
	padding: 20px 0 30px;
}
#index #contents .privacyAlart p {
	line-height: 1.8;
	font-size: 14px;
	padding-bottom: 10px;
	height: 120px;
	overflow: auto;
}
@media screen and (max-width : 768px) {
	#index #contents .privacyAlart {
		border: solid 1px #cccccc;
		padding: 10px 10px 20px;
		max-width: 878px;
		margin: 0 10px;
	}
	#index #contents .privacyAlart .title {
		padding: 20px 0 20px;
	}
	#index #contents .privacyAlart p {
		line-height: 1.8;
		font-size: 14px;
		padding-bottom: 10px;
		height: 160px;
	}
}

/*------------------------------
	buttonArea
------------------------------*/
#index #contents .buttonArea {
	padding: 70px 0;
}
#index #contents .buttonArea .txt {
	text-align: center;
	line-height: 1.6;
	padding-bottom: 60px;
}
#index #contents .buttonArea .cbBtn {
	width: 400px;
	margin: 0 auto;
}
#index #contents .buttonArea .backBtn {
	margin-bottom: 15px;
	background: #434343;
}
#index #contents .buttonArea .backBtn a {
	border: solid 1px #434343;
	background: #434343;
}
#index #contents .buttonArea .cbBtn a {
	width: 398px;
}
@media screen and (max-width : 768px) {
	#index #contents .buttonArea {
		padding: 40px 0;
	}
	#index #contents .buttonArea .txt {
		text-align: center;
		line-height: 1.6;
		padding-bottom: 30px;
	}
	#index #contents .buttonArea .cbBtn {
		width: 300px;
		margin: 0 auto;
	}
	#index #contents .buttonArea .cbBtn a {
		width: 298px;
	}
	#index #contents .buttonArea .backBtn {
		margin-bottom: 10px;
}
