@charset "utf-8";

/* ============================================================ */
/*	企業・団体の皆様へ
	#organization_index */
/* ============================================================ */

/* #lecturers , #cheer
------------------------------------------------------------ */
#organization_index #lecturers ,
#organization_index #cheer {
	margin: 40px 0 60px;
	padding: 60px 0;
	text-align: center;
}

#organization_index #lecturers {
	background: url(/common/img/common/bg_pattern02.png) 0 0 repeat;
}

#organization_index #cheer {
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
}

#organization_index #lecturers .organization_inner ,
#organization_index #cheer .organization_inner {
	width: 980px;
	margin: 40px auto 0;
	text-align: left;
	overflow: hidden;
}

#organization_index #lecturers .organization_inner img ,
#organization_index #cheer .organization_inner img {
	float: left;
}

#organization_index #lecturers .organization_inner div ,
#organization_index #cheer .organization_inner div {
	float: right;
	width: 540px;
}

#organization_index #lecturers .organization_inner div ul li ,
#organization_index #cheer .organization_inner div ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}


/* #school , #other
------------------------------------------------------------ */
#organization_index #school ,
#organization_index #other {
	width: 980px;
	margin: 0 auto 60px;
	overflow: hidden;
}


/* #school */
#organization_index #school .organization_inner img {
	float: right;
}

#organization_index #school .organization_inner div {
	float: left;
	width: 540px;
}


/* #other */
#organization_index #other p {
	text-align: center;
}

#organization_index #other .organization_other {
	margin: 30px 0 0;
}

#organization_index #other .organization_other p {
	text-align: left;
}

#organization_index #other .organization_other .txt_bold {
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 1.6rem;
}

#organization_index #other .organization_other .al_center {
	margin: 20px 0 0;
}

#organization_index #other .organization_other .al_center .btn {
	width: 250px;
	padding: 15px 20px;
}



/* ============================================================ */
/*	メディアの方へ（取材申込み）
	#organization_media_index */
/* ============================================================ */

#organization_media_index #contact_us {
	padding: 0 0 50px;
	border-bottom: 1px solid #e0e0d9;
	text-align: center;
}

#organization_media_index #contact_us p {
	margin: 0 0 20px;
}

#organization_media_index #contact_us div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	width: 980px;
	margin: 40px auto 0;
}

#organization_media_index #contact_us div dl {
	width: 300px;
	padding: 30px 0;
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
	color: #339f0b;
}

#organization_media_index #contact_us div dl dt {
	font-size: 1.1rem;
	font-weight: bold;
}

#organization_media_index #contact_us div dl dt::before {
	display: block;
	margin: 0 0 2px;
	font-family: FontAwesome;
	font-size: 3.4rem;
	font-weight: normal;
	line-height: 1;
}

#organization_media_index #contact_us div dl.mail dt::before {
	content: "\f0e0"
}

#organization_media_index #contact_us div dl.tel dt::before {
	content: "\f095";
	font-size: 4.0rem;
	line-height: .85;
}

#organization_media_index #contact_us div dl.fax dt::before {
	content: "\f1ac";
}

#organization_media_index #contact_us div dl dd {
	margin: 5px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}

#organization_media_index #contact_us div dl.tel dd,
#organization_media_index #contact_us div dl.fax dd {
	font-size: 2.0rem;
}

#organization_media_index #complete p {
	text-align: center;
}


/*----- #form -----*/

#organization_media_index #form input[type="text"] {
	width: 400px;
}

#organization_media_index #form textarea {
	width: 600px;
	height: 200px;
}





