@charset "UTF-8";



/* ----------Aboutus---------- */

/* 全体 */

#aboutus_all {
	background: url("../image/back/back_aboutus.png") no-repeat;
	width: 100%;
	min-width: 1360px;
	height: 835px;
	position: relative;
	z-index: 2;
	margin-bottom: -50px;
}

.aboutus_body {
	width: 1360px;
	margin: 0 auto;
}

/* タブレット用背景無効化 */

.back_aboutus_t {
	display: none;
}

.aboutus {
	padding-top: 60px;
}



/* ----上段---- */

/* テキスト全体 */

.aboutus_text {
	margin: 0 0 72px;
	padding: 0;
	list-style: none;
}

/* 見出し */

.aboutus_text li:first-child {
	margin: 0 0 35px;
}

/* 本文 */

.aboutus_text li:last-child {
	width: 550px;
	font-size: 16px;
	color: #4b4744;
	line-height: 34px;
}

/* テキストと画像横並び */

.aboutus_text,
.aboutus_image {
	display: inline-block;
	vertical-align: top;
}

/* ----画像---- */

.aboutus_image {
	margin: 0 0 -500px;
	padding: 0;
	list-style: none;
	float: right;
}

.aboutus_image li {
	position: relative;
	z-index: 10;
}

.aboutus_image li:first-child {
	top: -50px;

}

.aboutus_image li:last-child {
	top: -170px;
	right: 250px;
}



/* タブレット用画像無効化 */

.aboutus_image_t {
	display: none;
}



/* ----下段---- */

/* ----コンテンツ---- */

/* 全体 */

.contents {
	margin: 0 38px 0 0;
	padding: 0;
	list-style: none;
}

/* 見出し */

.contents li:first-child {
	height: 45px;
	border-left: solid 5px #9d7d3b;
	font-size: 22px;
	font-weight: bold;
	color: #9d7d3b;
	margin-bottom: 10px;
}

.contents li:first-child p {
	margin: 0;
	padding: 12px 0 0 15px;
}

/* 本文 */

.contents li:last-child {
	font-size: 16px;
	color: #4b4744;
	line-height: 22px;
	margin-left: -3px;
}

/* ----入会について---- */

/* 全体 */

.admission {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 見出し */

.admission li:first-child {
	height: 45px;
	border-left: solid 5px #9d7d3b;
	font-size: 22px;
	font-weight: bold;
	color: #9d7d3b;
	margin-bottom: 10px;
}

.admission li:first-child p {
	margin: 0;
	padding: 12px 0 0 15px;
}

/* ----ボタン---- */

.admission a {
	width: 280px;
	height: 90px;
	background: #38572b;
	display: block;
	text-align: center;
	text-decoration: none;
}

.admission li:last-child p {
	color: white;
	font-size: 16px;
	line-height: 20px;
	padding-top: 18px;
	margin: 0;
}

.admission span {
	color: white;
	font-size: 12px;
}

/* アイコン */

.fas fa-file-pdf {
	color: white;
}

/* ----研究会について---- */

/* 全体 */

.workshop {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

/* 見出し */

.workshop li:first-child {
	height: 45px;
	border-left: solid 5px #9d7d3b;
	font-size: 22px;
	font-weight: bold;
	color: #9d7d3b;
	margin-bottom: 10px;
}

.workshop li:first-child p {
	margin: 0;
	padding: 12px 0 0 15px;
}

/* ----ボタン---- */

.workshop a {
	width: 280px;
	height: 90px;
	background: #38572b;
	display: block;
	text-align: center;
	text-decoration: none;
}

.workshop li:nth-child(2) p,
.workshop li:last-child p {
	color: white;
	font-size: 16px;
	line-height: 20px;
	padding-top: 18px;
	margin: 0;
}

.workshop span {
	color: white;
	font-size: 12px;
}

/* ボタン二つ目 */

.workshop li:last-child span {
	font-weight: bold;
	letter-spacing: 7px;
}

.workshop li:not(:first-child) p {
	padding-top: 27px;
}

/* ボタン横並び */

.workshop li:nth-child(2),
.workshop li:last-child {
	display: inline-block;
	vertical-align: bottom;
}

/* ３つの要素の横並び */

.contents,
.admission,
.workshop {
	display: inline-block;
	vertical-align: top;
}



/* タブレット用フェイスブック無効 */

.facebook_tablet {
	display: none;
}



/* ----------コンタクト---------- */

/* 全体 */

#contact_all {
	background: url("../image/back/back_texture.jpg");
	width: 100%;
	min-width: 1360px;
	margin-top: -130px;
}

.contact_back {
	background: url("../image/back/back_contact.png") no-repeat;
	width: 100%;
	background-position: 100% 0;
}

.contact_body {
	width: 1360px;
	margin: 0 auto;
	padding: 90px 0 100px;
}

/* タブレット用背景無効化 */

.back_contact_t {
	display: none;
}

/* 画像とフォームとタイトル横並び */

.contact_image,
.contact_form {
	display: inline-block;
	vertical-align: top;
}



/* ----画像---- */

/* PC用 */

.contact_image {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* タブレット用 */

.contact_image_t {
	display: none;
}

/* 上 */

.contact_image li:first-child {
	position: relative;
	z-index: 2;
}

/* 下 */

.contact_image li:last-child {
	margin-top: -30px;
	position: relative;
	z-index: 1;
}



/* ----フォーム---- */

/* 全体 */

.contact_form {
	float: right;
}

/* 見出し */

.form_title {
	height: 79px;
	border-left: solid 5px #9d7d3b;
	padding-left: 15px;
}

/* 1行目 */

.form_title p:first-child {
	margin: 0;
	padding-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #9d7d3b;
}

/* 2行目 */

.form_title p:last-child {
	margin: 0;
	font-size: 12px;
	color: #4b4744;
}

/* 必須マーク */

.hissu {
	color: #c7000b;
	font-weight: bold;
}



/* ----フォーム---- */

/* 全体 */

table {
	margin-bottom: 30px;
}

tr {
	text-align: left;
}

/* ----左列---- */

th {
	width: 140px;
	font-size: 16px;
	color: #4b4744;
}

/* ----右列---- */

input {
	width: 495px;
	height: 20px;
}

/* 都道府県 */

select {
	height: 27px;
}

option {
	font-size: 16px;
}

/* ----お問い合わせ内容---- */

/* 全体 */

.detail {
	vertical-align: top;
}

/* お問い合わせ種類 */

.detail_type {
	display: block;
	margin: 15px 0 5px;
	font-size: 16px;
}

.detail_type input {
	width: auto;
	vertical-align: top;
}

.detail_type label:first-child {
	margin-left: -5px;
}

.detail_type label:not(:last-child) {
	margin-right: 20px;
}

.detail_type p {
	margin: 0;
	display: inline-block;
	padding-top: 1px;
}

/* お問い合わせ内容 */

.detail_form {
	display: block;
}

textarea {
	width: 495px;
	height: 120px;
}



/* ----確認ボタン---- */

.contact_button input {
	width: 310px;
	height: 45px;
	background: #38572b;
	display: block;
	text-align: center;
	text-decoration: none;
	float: right;
	border: none;
	color: white;
	font-size: 16px;
	transition: 0.3s;
}

.contact_button input:hover {
	transition: 0.3s;
	opacity: 0.7;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* ----------Aboutus---------- */

/* 全体 */

#aboutus_all {
	background: none;
	min-width: auto;
	height: auto;
	margin: -5vw 0 9vw;
}

.aboutus_body {
	width: 100%;
}

/* タブレット用背景 */

.back_aboutus_t {
	display: block;
	width: 100%;
}



/* ----上段---- */

/* テキスト全体 */

.aboutus_text {
	margin: 3vw 0 3vw;
	padding: 0;
	list-style: none;
}

/* 見出し */

.aboutus_text li:first-child {
	margin: 0 0 3vw;
}

.aboutus_text img {
	width: 100%;
}

/* 本文 */

.aboutus_text li:last-child {
	width: auto;
	font-size: 14px;
	line-height: 1.8em;
}

/* テキストと画像横並び解除 */

.aboutus_text,
.aboutus_image {
	display: block;
}

/* PC用無効化 */

.aboutus_image {
	float: none;
	display: none;
}

/* タブレット用有効化 */

.aboutus_image_t {
	display: block;
	width: 100%;
	margin-bottom: 10vw;
}



/* ----下段---- */

.aboutus div {
	text-align: center;
}

/* ----コンテンツ---- */

.contents {
	margin: 0 0 5vw;
}

/* 見出し */

.contents li:first-child {
	height: 40px;
	border-right: solid 5px #9d7d3b;
	margin: 0 auto 10px;
	width: 200px;
	text-align: center;
}

.contents li:first-child p {
	padding: 12px 0 0;
}

/* 本文 */

.contents li:last-child {
	line-height: 20px;
	margin-left: 0;
	font-size: 14px;
}



/* ----入会について---- */

/* 全体 */

.admission {
	margin: 0 0 5vw;
}

/* 見出し */

.admission li:first-child {
	height: 40px;
	border-right: solid 5px #9d7d3b;
	margin: 0 auto 10px;
	width: 200px;
	text-align: center;
}

.admission li:first-child p {
	padding: 12px 0 0;
}

/* ----ボタン---- */

.admission a {
	width: 270px;
	margin: 0 auto;
}



/* ----研究会について---- */

/* 全体 */

.workshop {
	float: none;
}

/* 見出し */

.workshop li:first-child {
	height: 40px;
	border-right: solid 5px #9d7d3b;
	margin: 0 auto 10px;
	width: 200px;
	text-align: center;
}

.workshop li:first-child p {
	padding: 12px 0 0;
}

/* ----ボタン---- */

.workshop a {
	width: 270px;
	margin: 0 auto;
}

/* ボタン二つ目 */

.workshop li:last-child {
	margin-top: 5px;
}

/* ボタン横並び解除 */

.workshop li:nth-child(2),
.workshop li:last-child {
	display: block;
}

/* ３つの要素の横並び解除 */

.contents,
.admission,
.workshop {
	display: block;
}



/* タブレット用フェイスブック有効 */

.facebook_tablet {
	display: block;
	text-align: center;
	margin: 0;
}

.facebook_tablet iframe {
	margin: 5vw 0 12vw;
}



/* ----------コンタクト---------- */

/* 全体 */

#contact_all {
	background: url("../image/back/back_texture.jpg");
	width: 100%;
	min-width: auto;
	margin-top: 0;
}

.contact_back {
	background: none;
}

.contact_body {
	width: 100%;
	padding: 20px 0 30px;
}

/* タブレット用背景 */

.back_contact_t {
	display: block;
	width: 100%;
}

/* 画像とフォームとタイトル横並び解除 */

.contact_image,
.contact_form {
	display: block;
}



/* ----画像---- */

/* PC用 */

.contact_image {
	display: none;
}

/* タブレット用 */

.contact_image_t {
	display: block;
	width: 100%;
	margin-top: 3vw;
	margin-bottom: 10vw;
}



/* ----フォーム---- */

/* 全体 */

.contact_form {
	float: none;
}

/* 見出し */

.form_title {
	height: auto;
	border-right: solid 5px #9d7d3b;
	margin: 0 auto 10px;
	width: 260px;
	text-align: center;
	padding-left: 0;
}

/* 1行目 */

.form_title p:first-child {
	line-height: 22px;
	padding: 10px 25px 0;
	font-size: 20px;
}

/* 2行目 */

.form_title p:last-child {
	padding-bottom: 10px;
}



/* ----フォーム---- */

/* 全体 */

table {
	margin: 0 auto 30px;
	width: 95%;
}

tr:not(:nth-child(3)) {
	display: inline-block;
	width: 50%;
}

tr:last-child {
	width: 100%;
	display: inline-block;
}

th,
td {
	display: block;
}

/* ----左列---- */

th {
	width: auto;
	font-size: 14px;
	margin-bottom: -13px;
}

/* ----右列---- */

td {
	width: 90%;
}

input {
	width: 100%;
}

/* 都道府県 */

select {
	height: 27px;
}

option {
	font-size: 14px;
}

/* ----お問い合わせ内容---- */

/* 全体 */

.detail br {
	display: none;
}

/* お問い合わせ種類 */

.detail_type {
	margin: 0 0 4px;
	font-size: 14px;
}

.detail_type label {
	display: inline-block;
}

.detail_type label:first-child {
	margin-left: 0;
}

.detail_type label:not(:last-child) {
	margin-right: 20px;
}

/* お問い合わせ内容 */

textarea {
	width: 100%;
	height: 20vw;
}



/* ----確認ボタン---- */

.contact_button input {
	width: 270px;
	margin: 0 auto;
	float: none;
}



}