@charset "UTF-8";
/*----------------------------------------------------
	layout.css
	共通以外のスタイル
----------------------------------------------------*/

/*----------------------------------------------------
	SP [ 〜 749px]
----------------------------------------------------*/

/* ---------- cacth ---------- */
.catch_area {
	width: 100%;
	padding: 150px 0 60px 0;
	background: url(../images_academia/bg_mainimage.png) no-repeat center top;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 10;
}
.catch_area h2 {
	width: 120px;
	margin: 0 0 60px 0;
}
.catch_area h2,
.bt_entry {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
}

/* ---------- 希望あふれる社会への経営アカデミアとは？ ---------- */
.about_area { padding: 50px 20px 20px 20px; }
.about_area p {
	font-size: 1.6rem;
	line-height: 2.0;
}
.about_area:first-child p { margin: 0 0 30px 0; }


/* ---------- 記事表示 ---------- */
.article_area .wrap_top {
	padding: 50px 20px;
	background-image: url(../images_academia/bg_article_top.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.article_area .wrap_top .date_time { margin: 0 0 20px 0; }
.article_area .wrap_top .date_time .date {
	margin: 0 10px 0 0;
	font-size: 2.4rem;
}
.article_area .wrap_top .date_time .week {
	margin: 0 10px 0 0;
	font-size: 2.0rem;
}
.article_area .wrap_top .date_time .time { font-size: 2.0rem; }
.article_area .wrap_top h3 {
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 2.4rem;
	font-feature-settings: "palt";
}
.article_area .wrap_top .catch { margin: 0 0 30px 0; }
.article_area .wrap_top .catch dt {
	padding: 0 0 20px 0;
	font-size: 1.8rem;
}
.article_area .wrap_top .catch dd {
	font-size: 1.6rem;
	line-height: 2.0;
}
.article_area .wrap_top .format dt.label_type {
	margin: 0 0 20px 0;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	display: inline-block;
}
.article_area .wrap_top .format dd { font-size: 1.6rem; }

/* 251225 個別対応 */
.article_area .wrap_top .catch .txt_after {
	font-size: 1.8rem;
	font-weight: 100;
	}
/* 個別対応ここまで */

.article_area .wrap_speaker {
	padding: 40px 20px 50px 20px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.article_area .wrap_speaker.bg_blue { background-image: url(../images_academia/bg_speaker_blue_sp.png); }
.article_area .wrap_speaker.bg_green { background-image: url(../images_academia/bg_speaker_green_sp.png); }
.article_area .wrap_speaker.bg_yellow { background-image: url(../images_academia/bg_speaker_yellow_sp.png); }
.article_area .wrap_speaker.bg_orange { background-image: url(../images_academia/bg_speaker_orange_sp.png); }
.article_area .wrap_speaker.bg_red { background-image: url(../images_academia/bg_speaker_red_sp.png); }
.article_area .wrap_speaker .label {
	margin: 0 0 20px 0;
	padding: 0 20px 5px 20px;
	background: #fff;
	font-size: 1.6rem;
	display: inline-block;
}
.article_area .wrap_speaker.bg_blue .label { color: #225e9c; }
.article_area .wrap_speaker.bg_green .label { color: #186c21; }
.article_area .wrap_speaker.bg_yellow .label { color: #ad8c08; }
.article_area .wrap_speaker.bg_orange .label { color: #9c5208; }
.article_area .wrap_speaker.bg_red .label { color: #8c1818; }
.article_area .wrap_speaker .inner {
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.article_area .wrap_speaker .txt_area { display: contents; }
.article_area .wrap_speaker .profile {
	margin: 0 0 20px 0;
	color: #fff;
	order: 1;
}
.article_area .wrap_speaker .profile dt {
	padding: 0 0 10px 0;
	font-size: 1.6rem;
	font-weight: 500;
}
.article_area .wrap_speaker .profile dd.position {
	padding: 0 0 20px 0;
	font-size: 1.8rem;
}
.article_area .wrap_speaker .profile dd.name { font-size: 2.4rem; }
.article_area .wrap_speaker .photo {
	/*width: 70%;
	height: 300px;*/
	width:100%;
	max-width:500px;
	height:auto;
	margin: 0 auto 30px auto;
	position: relative;
  overflow: hidden;
	order: 2;
}
.article_area .wrap_speaker .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_area .wrap_speaker .explanation {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 20px;
	background: rgba(255, 255, 255, .9);
	font-size: 1.6rem;
	line-height: 2.0;
	order: 3;
}

/* ---------- 参加者(他の登壇者) ---------- */
.other_speaker_area {
	padding: 50px 20px;
	background-image: url(../images_academia/bg_article_top.png);
	background-repeat: repeat;
}
.other_speaker_area .wrap {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
	column-gap: 20px;
}
.other_speaker_area .wrap dl {
	width: calc((100% - 40px) / 2);
	padding: 0 0 20px 0;
}
.other_speaker_area .wrap dl dt {
	width: 100%;
	height: 120px;
	margin: 0 0 10px 0;
	position: relative;
  overflow: hidden;
}
.other_speaker_area .wrap dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other_speaker_area .wrap dl dd { font-size: 1.5rem; }

/* ---------- アーカイブ動画 ---------- */
.movie_area {
	padding: 50px 20px;
	background: #fff;
}
.movie_area .movie_wrap {
	width: 100%;
  aspect-ratio: 16 / 9;
}
.movie_area .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

/* ---------- 開催地 ---------- */
.place_area {
	padding: 50px 20px 100px;
	background: #fff;
}
.place_area .info { margin: 0 0 30px 0; }
.place_area .info dt {
	padding: 0 0 20px 0;
	font-size: 1.8rem;
	font-weight: 500;
}
.place_area .info dd {
	font-size: 1.6rem;
	font-weight: 500;
}
.place_area .bt_contact { margin: 0 0 40px 0; }
.place_area .bt_contact a {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #225e9c;
	border: 1px solid #225e9c;
	border-radius: 9999px;
	text-align: center;
	display: block;
}
.place_area .map {
	width: 100%;
	height: 350px;
	margin: 0 0 40px 0;
}
.place_area .map iframe {
	width: 100%;
	height: 100%;
}

/* ---------- 開催予定のセミナー ---------- */
.schedule_area {
	padding: 50px 20px 100px;
	background-image: url(../images_academia/bg_article_top.png);
	background-repeat: repeat;
}
.schedule_area .list {
	padding: 20px 0;
	border-bottom: 4px solid #fff;
}
.schedule_area .list a {
	width: 100%;
	font-weight: 500;
	color: #222;
	display: block;
}
.schedule_area .list .photo {
	width: 100%;
	margin: 0 0 20px 0;
	padding-top: 50%;
	position: relative;
  overflow: hidden;
}
.schedule_area .list .photo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.schedule_area .list .date_time { margin: 0 0 20px 0; }
.schedule_area .list .date_time .date {
	margin: 0 10px 0 0;
	font-size: 1.6rem;
}
.schedule_area .list .date_time .week {
	margin: 0 10px 0 0;
	font-size: 1.6rem;
}
.schedule_area .list .date_time .time { font-size: 1.6rem; }
.schedule_area .list h4 {
	/*margin: 0 0 20px -10px;
	padding: 0 10px;*/
	margin:0 0 20px 0;
	font-size: 2.0rem;
	font-feature-settings: "palt";
}
.schedule_area .list .info { margin: 0 0 20px 0; }
.schedule_area .list .info dt {
	padding: 0 0 15px 0;
	font-size: 1.8rem;
	font-weight: 500;
}
.schedule_area .list .info dd { font-size: 1.6rem; }
.schedule_area .list .li_tag li {
	padding: 0 20px;
	font-size: 1.6rem;
	display: inline-block;
	border: 1px solid #225e9c;
}
.schedule_area .list .li_tag li:first-child {
	margin: 0 10px 0 0;
	background: #225e9c;
	color: #fff;
}
.schedule_area .list .li_tag li:last-child {
	background: #fff;
	color: #225e9c;
}
.schedule_area .bt_seminarlist { padding: 80px 0; }

/* ---------- 来年以降の開催日程 ---------- */
.nextschedule_area {
	padding: 50px 20px 100px;
	background-image: url(../images_academia/bg_article_top.png);
	background-repeat: repeat;
}
.nextschedule_area .txt { font-size: 2.0rem; }

/* ---------- アーカイブ動画 ---------- */
.archivemovie_area {
	padding: 50px 20px;
	background: #fff;
}
.archivemovie_area .attention {
	margin: 0 0 20px 0;
	font-size: 1.2rem;
	font-weight: 500;
}
.archivemovie_area .attention span {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #4e95d9;
	color: #fff;
	font-size: 1.4rem;
	display: inline-block;
}
.archivemovie_area .attention .sp { display: block; }
.archivemovie_area .wrap {
	padding: 0 0 60px 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
	column-gap: 20px;
}
.archivemovie_area .wrap .list { width: calc((100% - 40px) / 2); }
.archivemovie_area .wrap .list a {
	width: 100%;
	height: 100%;
	padding: 0 0 20px 0;
	color: #222;
	display: block;
}
.archivemovie_area .wrap .list dl dt { font-size: 1.8rem; }
.archivemovie_area .wrap .list dl dd.photo {
	width: 100%;
	height: 130px;
	position: relative;
  overflow: hidden;
}
.archivemovie_area .wrap .list dd.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center top;
}
.archivemovie_area .wrap .list dd.txt { font-size: 1.6rem; }

/* ---------- パスワード保護 ---------- */
.post-password-form p{
	font-size:1.6rem;
	line-height:2;
	margin-bottom: 10px;
}
.post-password-form input[type="password"]{
	background:#fff;
	font-size:1.6rem;
	padding:5px 10px;
	margin: 0 10px;
	border:1px solid  #225e9c;
}
.post-password-form input[type="submit"]{
	background: #225e9c;
	color: #fff;
	padding: 5px 10px;
}

/* ---------- 一覧 [archives] ---------- */
.list_archives {
	margin: 80px 0 0 0;
	padding: 0 20px 60px 20px;
}
.list_archives .list { margin: 0 0 60px 0; }
.list_archives .list a {
	width: 100%;
	height: 100%;
	color: #222;
	display: block;
}
.list_archives .list dt { font-size: 2.2rem; }
.list_archives .list dd.photo {
	width: 100%;
	height: 240px;
	position: relative;
  overflow: hidden;
}
.list_archives .list dd.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center top;
}
.list_archives .list dd.photo ul {
	position: absolute;
	left: 0;
	bottom: 3px;
}
.list_archives .list dd.photo ul li {
	margin: 0 10px 0 0;
	padding: 2px 6px;
	font-size: 1.2rem;
	display: inline-block;
}
.list_archives .list dd.photo ul li.tag01 {
	background: #225e9c;
	color: #fff;
	border: 1px solid #225e9c;
}
.list_archives .list dd.photo ul li.tag02 {
	background: #fff;
	color: #225e9c;
	border: 1px solid #225e9c;
}
.list_archives .list dd.photo ul li.tag03 {
	background: #4e95d9;
	color: #fff;
	border: 1px solid #4e95d9;
}
.list_archives .list dd.title {
	padding: 10px 0;
	font-size: 1.8rem;
	border-bottom: 4px solid #e8ebef;
}
.list_archives .list dd.about { font-size: 1.6rem; }


/* ---------- 詳細 [page] ---------- */
.article_area { margin: 80px 0 0 0; }

/* ---------- お問い合わせ関係 ---------- */
.contactform_area {
	margin: 80px auto 0 auto;
	padding: 80px 20px;
	background: #fff;
}
.contactform_area h2 {
	margin: 0 0 40px 0;
	padding: 0 10px;
	font-size: 2.0rem;
	text-align: center;
	border-bottom: 2px solid #4e95d9;
}
.contactform_area p {
	margin: 0 0 30px 0;
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
}
.contactform_area p a {
	margin: 0 auto;
	padding: 10px 20px;
	background: #4e95d9;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	border-radius: 9999px;
}

/* 確認画面 */
.contactform_area .tb_confirm {
	width: 100%;
	margin: 0 0 40px 0;
	font-size: 1.8rem;
	text-align: left;
	display: flex;
  flex-wrap: wrap;
}
.contactform_area .tb_confirm dt {
  width: 30%;
  padding: 5px 0;
  color: #4e95d9;
}
.contactform_area .tb_confirm dd {
  width: 70%;
  padding: 5px 0;
}
.contactform_area .bt_back {
	margin: 0 10px 0 0;
	padding: 5px 20px;
	background: #3b536a;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius : 9999px;
}
.contactform_area .wpcf7-submit {
	margin: 0 0 0 10px;
	padding: 5px 20px;
	background: #ff4c00;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius : 9999px;
}


/*----------------------------------------------------
	Mobile[ 481px 〜 ]
----------------------------------------------------*/
@media screen and (max-width: 481px) {
	/* ---------- 記事表示 ---------- */
	.article_area .wrap_speaker .photo { height: 250px; }

	/* ---------- 参加者(他の登壇者) ---------- */
	.other_speaker_area .wrap dl dt { height: 100px; }

	/* ---------- 開催予定のセミナー ---------- */
	.schedule_area .list .photo { height:auto; padding-top: 0;}
	.schedule_area .list .photo img {position:static;}

	/* ---------- アーカイブ動画 ---------- */
	.archivemovie_area .wrap .list dl dd.photo { height: 100px; }

	/* ---------- 一覧 [archives] ---------- */
	.list_archives .list dd.photo { height: 360px; }
	.list_archives .list dd.photo ul li { font-size: 1.4rem; }
	
	.post-password-form input[type="password"]{
		width: 100%;
		margin: 0;
	}
	.post-password-form input[type="submit"]{
		margin: 0 auto;
		margin-top: 20px;
		display: flex;
		padding: 5px 40px;
	}
}



/*----------------------------------------------------
	PC[ 1000px 〜 ]
----------------------------------------------------*/
@media screen and (min-width: 1000px) {
	/* ---------- cacth ---------- */
	.catch_area {
		padding: 300px 0 150px 0;
		background: url(../images_academia/bg_mainimage_pc.png) no-repeat center top;
	}
	.catch_area h2 {
		width: 240px;
		margin: 0 0 80px 0;
	}

	/* ---------- 希望あふれる社会への経営アカデミアとは？ ---------- */
	.about_area { padding: 50px 20px 20px 20px; }
	.about_area .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.about_area p {
		font-size: 2.4rem;
		line-height: 3.0;
	}
	.about_area:first-child p { margin: 0 0 90px 0; }

	/* ---------- 記事表示 ---------- */
	.article_area .wrap_top .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.article_area .wrap_top .date_time { margin: 0 0 40px 0; }
	.article_area .wrap_top .date_time .date {
		margin: 0 30px 0 0;
		font-size: 5.0rem;
	}
	.article_area .wrap_top .date_time .week {
		margin: 0 60px 0 0;
		font-size: 3.6rem;
	}
	.article_area .wrap_top .date_time .time { font-size: 3.6rem; }
	.article_area .wrap_top h3 {
		margin: 0 0 50px 0;
		font-size: 5.0rem;
	}
	.article_area .wrap_top .catch { margin: 0 0 70px 0; }
	.article_area .wrap_top .box_freearea { margin: 0 0 70px 0; }
	.article_area .wrap_top .catch dt {
		padding: 0 0 50px 0;
		font-size: 3.6rem;
	}
	.article_area .wrap_top .catch dd { font-size: 2.2rem; }
	/* 251225 個別対応 */
	.article_area .wrap_top .catch .txt_after { font-size: 3.6rem; }
	/* 個別対応ここまで */
	.article_area .wrap_top .format dt.label_type {
		margin: 0 0 30px 0;
		font-size: 2.4rem;
	}
	.article_area .wrap_top .format dd { font-size: 2.2rem; }

	.article_area .wrap_speaker { padding: 120px 20px; }
	.article_area .wrap_speaker.bg_blue { background-image: url(../images_academia/bg_speaker_blue_pc.png); }
	.article_area .wrap_speaker.bg_green { background-image: url(../images_academia/bg_speaker_green_pc.png); }
	.article_area .wrap_speaker.bg_yellow { background-image: url(../images_academia/bg_speaker_yellow_pc.png); }
	.article_area .wrap_speaker.bg_orange { background-image: url(../images_academia/bg_speaker_orange_pc.png); }
	.article_area .wrap_speaker.bg_red { background-image: url(../images_academia/bg_speaker_red_pc.png); }
	.article_area .wrap_speaker .inner {
		width: 1000px;
		margin: 0 auto;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.article_area .wrap_speaker .label { font-size: 2.0rem; }
	.article_area .wrap_speaker .txt_area {
		width: calc(100% - 500px);
		display: block;
		order: 2;
	}
	.article_area .wrap_speaker .profile {
		margin: 0 0 20px 0;
		color: #fff;
		order: inherit;
	}
	.article_area .wrap_speaker .profile dt {
		padding: 0 0 10px 0;
		font-size: 2.0rem;
	}
	.article_area .wrap_speaker .profile dd.position {
		padding: 0 0 20px 0;
		font-size: 2.0rem;
	}
	.article_area .wrap_speaker .profile dd.name {
		padding: 0 0 40px 0;
		font-size: 3.6rem;
	}
	.article_area .wrap_speaker .photo {
		width: 450px;
		height: 350px;
		margin: 0;
		order: 1;
	}
	.article_area .wrap_speaker .explanation {
		width: 100%;
		margin: 0;
		padding: 20px;
		font-size: 1.8rem;
		order: inherit;
	}

	/* ---------- 参加者(他の登壇者) ---------- */
	.other_speaker_area { padding: 100px 0; }
	.other_speaker_area .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.other_speaker_area .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		row-gap: 30px;
		column-gap: 30px;
	}
	.other_speaker_area .wrap dl { width: calc((100% - 40px) / 4); }
	.other_speaker_area .wrap dl dt { height: 160px; }
	.other_speaker_area .wrap dl dd { font-size: 1.6rem; }

	/* ---------- 来年以降の開催日程 ---------- */
	.nextschedule_area { padding: 100px 0; }
	.nextschedule_area .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.nextschedule_area .txt { font-size: 2.6rem; }

	/* ---------- アーカイブ動画 ---------- */
	.movie_area { padding: 100px 0; }
	.movie_area .inner {
		width: 1000px;
		margin: 0 auto;
	}

	/* ---------- 開催地 ---------- */
	.place_area { padding: 100px 0; }
	.place_area .inner_wrap {
		width: 1000px;
		margin: 0 auto;
	}
	.place_area .inner {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.place_area .info {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.place_area .info .st_title_main { margin: 0 0 40px 0; }
	.place_area .info dl { margin: 0 0 60px 0; }
	.place_area .info dt {
		width: 100%;
		padding: 0 0 20px 0;
		font-size: 2.4rem;
	}
	.place_area .bt_contact { margin: 0 0 40px 0; }
	.place_area .bt_contact a {
		width: 80%;
		margin: 0;
	}
	.place_area .map {
		width: 48%;
		height: 500px;
		margin: 0 0 40px 0;
	}
	.place_area .bt_seminar a {
		width: 50%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 3.2rem;
	}

	/* ---------- 開催予定のセミナー ---------- */
	.schedule_area { padding: 100px 0; }
	.schedule_area .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.schedule_area .list {
		padding: 20px 0;
		border-bottom: 4px solid #fff;
	}
	.schedule_area .list a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.schedule_area .list .photo {
		width: 45%;
		margin: 0;
	}
	.schedule_area .list .txt { width: 50%; }
	.schedule_area .list .date_time .date,
	.schedule_area .list .date_time .week,
	.schedule_area .list .date_time .time { font-size: 3.0rem; }
	.schedule_area .list h4 {
		/*margin: 0 0 30px -30px;*/
		margin: 0 0 30px 0;
		font-size: 3.0rem;
	}
	.schedule_area .list .info { margin: 0 0 20px 0; }
	.schedule_area .list .info dt { font-size: 2.4rem; }
	.schedule_area .bt_list { padding: 80px 0; }
	.schedule_area .bt_list a {
		width: 40%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 2.4rem;
	}

	/* ---------- アーカイブ動画 ---------- */
	.archivemovie_area { padding: 100px 0; }
	.archivemovie_area .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.archivemovie_area .inner_head {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.archivemovie_area .inner_head .st_title_main { margin-right: 60px; }
	.archivemovie_area .attention {
		margin: 0;
		font-size: 1.6rem;
	}
	.archivemovie_area .attention .sp { display: none; }
	.archivemovie_area .wrap {
		justify-content: start;
		row-gap: 30px;
		column-gap: 30px;
	}
	.archivemovie_area .wrap .list { width: calc((100% - 40px) / 4); }
	.archivemovie_area .wrap .list dl dt { font-size: 2.4rem; }
	.archivemovie_area .wrap .list dl dd.photo { height: 160px; }
	.archivemovie_area .wrap .list dd.txt { font-size: 1.8rem; }
	.archivemovie_area .bt_list a {
		width: 40%;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 2.4rem;
	}


	/* ---------- 一覧 [archives] ---------- */
	.list_archives {
		margin: 80px 0 0 0;
		padding: 20px 0 60px 0;
	}
	.list_archives .inner {
		width: 1000px;
		margin: 0 auto;
	}
	.list_archives .list_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		row-gap: 60px;
		column-gap: 60px;
	}
	.list_archives .list {
		width: calc((100% - 120px) / 3);
		margin: 0;
	}
	.list_archives .list dl {
		display: flex;
		flex-direction: column;
	}
	.list_archives .list dt { font-size: 2.6rem; }
	.list_archives .list dd.photo { height: 220px; }
	.list_archives .list dd.photo ul { bottom: 0; }
	.list_archives .list dd.photo ul li {
		margin: 0 5px 0 0;
		padding: 2px 6px;
		font-size: 1.2rem;
	}
	.list_archives .list dd.title { font-size: 2.2rem; }
	
	/* ---------- お問い合わせ関係 ---------- */
	.contactform_area {
		width: 1000px;
		margin: 100px auto;
	}
}