@charset "UTF-8";

@import "base.css";
@import "main.css";

/* -------------------------------------
 *	英語ページ
 * ------------------------------------- */

/* Teaser
---------------------------------------- */
header #teaser {
	width: auto;
	height: 800px;
	margin: 120px 75px 100px;
}
header #teaser #teaserSlider,
header #teaser #teaserSlider div {
	width: 100%;
	height: 800px;
}
header #teaser #teaserSlider div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

@media screen and (max-width : 970px) {
	header #teaser {
		width: 100%;
		height: 500px;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	header #teaser #teaserSlider,
	header #teaser #teaserSlider div {
		width: 100%;
		height: 500px;
	}
}

#main {
	padding-bottom: 0;
}

/* 設立趣旨文
---------------------------------------- */
#main #prospectus {
	width: 96%;
	max-width: 1000px;
	margin: 120px auto 120px;
}

/* Title */
#main #prospectus h2 {
	padding-bottom: 20px;
	margin-bottom: 100px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background: url(../images/line_tit.gif) no-repeat bottom center;
}
#main #prospectus h2 span {
	display: block;
	line-height: 1.2;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}
#main #prospectus h2::before {
	content: url('../images/logo.png');
	display: block;
}

/* Text */
#main #prospectus .prospectusBody {
	display: flex;
}
#main #prospectus .prospectusBody1st {
	flex-direction: row-reverse;
}
#main #prospectus .prospectusBody2nd {
	margin-bottom: 50px;
}
#main #prospectus .prospectusBody figure {
	width: 380px;
}
#main #prospectus .prospectusBody1st figure {
	text-align: right;
}
#main #prospectus .prospectusBody .prospectusTxt {
	flex: 1;
}
#main #prospectus .prospectusBody .prospectusTxt p {
	margin-bottom: 1em;
	font-size: 17px;
}

/* 理事会・企画チーム */
#main #prospectus #prospectusOrgName h3 {
	line-height: 1.5;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#main #prospectus #prospectusOrgName h3 span {
	font-size: 16px;
}
#main #prospectus #prospectusOrgName h4 {
	text-align: center;
}
#main #prospectus #prospectusOrgName ul {
	margin-bottom: 20px;
	text-align: center;
}
#main #prospectus #prospectusOrgName ul li {
	display: inline-block;
}
#main #prospectus #prospectusOrgName ul li::after {
	content: "、";
}
#main #prospectus #prospectusOrgName ul li:last-child::after {
	content: none;
}

@media screen and (max-width : 740px) {
	#main #prospectus .prospectusBody {
		flex-flow: column;
		margin-bottom: 20px;
	}
	#main #prospectus .prospectusBody figure {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}

/* 賛助会員募集案内
---------------------------------------- */
#main #appeal {
	width: 96%;
	max-width: 1000px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	border: 3px solid #219c93;
	box-sizing: border-box;
}
#main #appeal h2 {
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: #219c93;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #219c93;
}
#main #appeal p {
	text-align: center;
}
#main #appeal p.appealCatch {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width : 600px) {
	#main #appeal p.appealTxt {
		text-align: left;
	}
}

/* メールフォーム
------------------------------------- */
#mailForm {
	padding-top: 100px;
	padding-bottom: 120px;
	background: #f1f5f5;
}

/* タイトル */
#mailForm h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background: url(../images/line_tit.gif) no-repeat bottom center;
}
#mailForm h2 span {
	display: block;
	line-height: 1.2;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}
#mailForm h2 span.mailFormEng {
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: 500;
}
p#mailFormInfo {
	width: 96%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
}

/* 必須 */
p#mailFormNote {
	width: 96%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: right;
}
p#mailFormNote span {
	padding: 2px 7px;
	margin-right: 1em;
	color: #fff;
	font-size: 13px;
	background: #c20d22;
	border-radius: 5px;
}

/* フォーム本体 */
#mailFormBody {
	width: 96%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
#mailFormBody .mailFormItem {
	display: flex;
	align-items: flex-start;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
#mailFormBody .mailFormTit {
	width: 250px;
	padding-left: 20px;
	box-sizing: border-box;
}
#mailFormBody .mailFormTit p label {
	font-size: 16px;
	font-weight: 500;
}
#mailFormBody .mailFormItemInput {
	flex: 1;
	padding-right: 20px;
	box-sizing: border-box;
}
#mailFormBody .mailFormItem label span.imp { /* 必須マーク */
	padding: 2px 7px;
	margin-left: 1em;
	color: #fff;
	font-size: 13px;
	background: #c20d22;
	border-radius: 5px;
}
#mailFormBody .mailFormItem label span.foreign { /* 項目名英語・韓国語 */
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: 500;
}
#mailFormBody .mailFormItemInput span#memberType span.wpcf7-list-item {
	display: block;
}
#mailFormBody .mailFormItemInput span#memberType span.wpcf7-list-item span {
	font-weight: 500;
}
#mailFormBody .mailFormItemInput input.fullsize { /* 入力欄横フルサイズ */
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#mailFormBody .mailFormItemInput input.zipcode { /* 入力欄郵便番号 */
	width: 10em;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#mailFormBody .mailFormItemInput select#share { /* 口数プルダウン */
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
#mailFormBody .mailFormItemInput textarea { /* メッセージ欄 */
	width: 100%;
	height: 160px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#mailFormBody .mailFormSend input { /* 送信ボタン */
	display: block;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: #219c93;
	border-radius: 40px;
}
#mailFormBody .mailFormSend input:hover {
	cursor: pointer;
	opacity: 0.7;
}

/* 振込先 */
#mailFormAccount {
	margin-bottom: 30px;
	text-align: center;
}
#mailFormAccountBody {
	display: inline-block;
	padding: 1em 3em;
	text-align: left;
	background: #f0f0f0;
	border-radius: 10px;
}
#mailFormAccountBody h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	background: url(../images/line_tit.gif) no-repeat bottom center;
}

@media screen and (max-width : 760px) {
	#mailFormBody {
		padding-left: 25px;
		padding-right: 25px;
	}
	#mailFormBody .mailFormItem {
		flex-flow: column;
	}
	#mailFormBody .mailFormTit {
		margin-bottom: 10px;
	}
	#mailFormBody .mailFormItemInput {
		width: 100%;
		padding-left: 20px;
		box-sizing: border-box;
	}
}
