﻿/*-----------------------------------------------------------------------  
 // ページ共通 
-------------------------------------------------------------------------*/ 

html {
	height: 100%;
}

body {
	behavior:url(./csshover3.htc);
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 22px;
	line-height: 180%;
	-webkit-print-color-adjust: exact;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	cursor: pointer;
	opacity: 0.5;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.text-link {
	color: #000000;
}

.text-link:hover {
	color: #333333;
}

.button-link {
	width: fit-content;
	display: inline-block;
	background-color: #5F692E;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0px 10px;	
}

.button-link:hover {
	color: #210F05;
}

.text-mspg {
	font-family: 'ＭＳ Ｐゴシック',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.centering {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
}

.photo {
	width: 100%;
}

/*-----------------------------------------------------------------------  
 // ヘッダー
-------------------------------------------------------------------------*/ 

.site-header{
	padding: 0px;
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 800;
}
.site-header.hide{
	transform: translateY(-110%);
}

/*-----------------------------------------------------------------------  
 // トップに戻るボタン
-------------------------------------------------------------------------*/ 

#pagetop {
	height: 100px;
	text-decoration: none;
	font-weight: bold;
	transform: rotate(90deg);
	font-size: 90%;
	line-height: 1.5rem;
	color: #000000;
	padding: 0 0 0 35px;
	border-top: solid 1px;
}
#pagetop::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 15px;
	border-top: solid 1px;
	transform: rotate(35deg);
	transform-origin: left top;
}


/*-----------------------------------------------------------------------  
 // その他
-------------------------------------------------------------------------*/ 

.not-print {
	display: none;
}

@media print{
	div.noprint{
		display:none;
	}
}

img {
	border:none;
}


.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#container {
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------------  
 // PC用
-------------------------------------------------------------------------*/ 

@media screen and (min-width: 1200px) {

	.none-pc {
		display: none;
	}

	#wrap{
		clear: both;
		width: 1200px;
		min-height: 600px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		text-align: left;
	}

	div.height-adjustment {
		padding-top: 230px;
		margin-top: -230px;
	}

	div.height-adjustment-bottom {
		clear: both;
		margin-bottom: 100px;
	}

	div#main-copy { 
		clear: both;
		margin-top: 200px;
		width: 100%;
		height: 600px;
		background-color: #EFA426;
		padding-top: 140px;

		color: #FFFFFF;
		font-size: 120px;
		font-weight: bold;
		line-height: 140px;
		font-weight: bold;
	}

	/*-------- スライドイン --------*/

	.slideinLeft {
		animation: slideinLeft 3s 1;
	}

	@keyframes slideinLeft {
		0% {
			transform: translateX(-400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}


	.slideinRight {
		animation: slideinRight 3s 1;
	}

	@keyframes slideinRight {
		0% {
			transform: translateX(400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}


	div#main-announce { 
		clear: both;
		width: 100%;
		height: 600px;
		background-color: #FFFFFF;
	}



	div.caption-bg {
		position: relative;
		width: 100%;
		height: 100px;
		border-top: 8px solid #F8B62D;
		border-bottom: 8px solid #341A0C;
		background-color: #F39800;
		margin-top: -12px;
	}

	div.caption {
		clear: both;
		width: 1200px;
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 65px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 10px;
	}

	div.caption-bg span {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 5px;
		color: #FFFFFF;
		opacity: 0.8;
		position: absolute;
		bottom: 10px;
		right: 50px;
		
	}

	div.wrap-content {
		clear: both;
		width: 1200px;
		min-height: 600px;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		text-align: left;
	}


	h3 {
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.unit {
		clear: both;
		width: 100%;
		text-align: left;
		margin: 60px 0px 150px 0px;
	}

	.contents {
		clear: both;
		width: 100%;
		text-align: left;
		margin: 60px 0px 50px 0px;
	}

	/*-------- 吹き出し --------*/

	.fukidashi {
		position: relative;
		display: inline-block;
		margin: 0 0 1.5em 0;
		padding: 10px 10px;
		width: 100%;
		min-width: 120px;
		color: #000000;
		font-size: 20px;
		background: #FFFFFF;
		border: solid 2px #000000;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.fukidashi:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 25%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}

	.fukidashi:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 25%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #000000;
		z-index: 1;
	}

	.fukidashi p {
		margin: 0;
		padding: 0;
	}

	/*-------------------------------------------------  
	 // トップに戻る
	--------------------------------------------------*/

	#pagetop {
		z-index: 1;
		position: fixed;
		right: 70px;
		bottom: 350px;
	}

	/*-------------------------------------------------  
	 // ヘッダー
	--------------------------------------------------*/

	#header {
		background-color: #FFFFFF;
	}

	#header-main {
		width: 100%;
		height: 150px;
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 5px solid #341A0C;
		background-color: #FFFFFF;
	}

	#logo-header {
		position: fixed;
		top: 20px;
		left: 50px;
	}
	#logo-header img {
		width: 600px;
	}

	#global-header { 
		position: absolute;
		top: 130px;
		right: 180px;
		text-align: left;
	}

	#global-header ul {
		display: flex;
		text-align: left;
		list-style: none;
	}

	#global-header li { 
		text-align: left;
		margin-right: 20px;
	}

	#global-header a {
		font-weight: bold;
		color: #000000;
		position: rerative;
	}

	#facebook-header {
		position: fixed;
		top: 110px;
		right: 50px;
		width: 70px;
	}

	/*-------------------------------------------------  
	 // フッター
	--------------------------------------------------*/

	#footer {
		width: 100%;
		height: 180px;
		color: #FFFFFF;
		padding-top: 40px;
		padding-bottom: 20px;
		position: relative;
		background-color: #341A0C;
	}

	#logo-footer {
		margin-left: auto;
		margin-right: auto;
		width: 500px;
	}

	#facebook-footer {
		position: absolute;
		bottom: 100px;
		right: 50px;
		width: 70px;
	}

	#copyright-footer {
		height: 40px;
		padding-top: 10px;
		color: #FFFFFF;
		background-color: #F8B62D;"
	}

	#copyright-footer span {
		font-size: 20px;
		letter-spacing: 5px;
	}



	/*-------------------------------------------------  
	 // アナウンス
	--------------------------------------------------*/

	.announce-box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.announce-item {
		width: 200px;
		margin-bottom: 20px;
		margin-right: 20px;
		font-weight: bold;
	}

	.announce-content {
		width: 900px;
		margin-bottom: 20px;
	}

	.announce-content ol {
		margin-top: -5px;
		margin-left: -50px;
	}

	.announce-content ol li {
		list-style-type: none;
		counter-increment: cnt;
	}

	.announce-content ol li::before {
		content: "【"counter(cnt)"】";
	}

	.announce-content ol li span {
		margin-left: 55px;
	}

	.announce-content ul {
		list-style-type: disc;
		margin-top: -5px;
		margin-left: -20px;
	}

	.announce-photo {
		clear: both;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.announce-photo img {
		width: 100%;
	}

	/*-------- アコーディオン --------*/

	.p-accordion {
		max-width: 100%;
		margin-inline: auto;
	}

	.p-accordion-head {
		cursor: pointer;
		background-color: #99CC33;
		display: block;
		color: white;
		padding: 20px 20px;
		margin-top: 10px;
		border-radius:  5px;
	}
	.p-accordion-head-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
	}
	.p-accordion-icon {
		display: block;
		position: relative;
		width: 24px;
		transition: transform 0.25s;
	}
	.p-accordion-icon:before {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:after {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:before {
		left: 0;
		transform: rotate(45deg);
	}
	.p-accordion-icon:after {
		right: 0;
		transform: rotate(-45deg);
	}
	.p-accordion-input input[name=p-accordion-block] {
		display: none;
	}
	.p-accordion-input .p-accordion-block {
		cursor: pointer;
	}
	.p-accordion-input .p-accordion-content {
		height: 0;
		padding: 0 20px;
		overflow: hidden;
		opacity: 0.5;
		background-color: #FFFFFF;
		transition: padding 0.25s ease, opacity 0.3s ease 0s;
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head > .p-accordion-head-inner .p-accordion-icon {
		transform: rotate(-180deg);
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head + .p-accordion-content {
		/*開閉時*/
		height: auto;
		opacity: 1;
		padding: 20px;
	}

	/*-------------------------------------------------  
	 // ツクリバとは？
	--------------------------------------------------*/

	.about-box-1 {
		clear: both;
		width: 100%;
	}

	.about-box-2 {
		clear: both;
		width: 100%;
		padding-top: 120px
	}

	.about-box-3 {
		clear: both;
		width: 100%;
		padding-top: 120px
	}


	.about-caption-1 {
		width: 800px;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.about-caption-2 {
		width: 800px;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
		float: right;
		text-align: right;
	}

	.about-caption-3 {
		width: 800px;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.about-1 {
		float: left;
		width: 800px;
	}

	.about-circle-1 {
		background: #f66;
		border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
		opacity: 0.5;
		float: right;
		width: 400px;
		height: 300px;
		z-index: -5;
		position: relative;
		top: 50px;
		right: 150px;
	}

	.about-2 {
		float: right;
		width: 800px;
	}

	.about-circle-2 {
		background: #f92;
		border-radius: 80% 30% 50% 50%/50%;
		opacity: 0.5;
		float: left;
		width: 400px;
		height: 300px;
		position: relative;
		top: 50px;
		left: 150px;
		z-index: -5;
	}

	.about-3 {
		float: left;
		width: 800px;
	}

	.about-circle-3 {
		background: #fc2;
		border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
		opacity: 0.5;
		float: left;
		width: 400px;
		height: 300px;
		position: relative;
		top: 50px;
		right: 150px;
		z-index: -5;
	}


	/*-------------------------------------------------  
	 // これまでの開催実績
	--------------------------------------------------*/

	.archive-left {
		float: left;
		width: 400px;
	}

	.archive-circle {
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 0;
		padding: 0 5px;
		width: 300px;
		height: 300px;
		line-height: 300px;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		background: #a58eff;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.archive-circle div {
		display: inline-block;
		margin-top: 80px;
		font-size: 30px;
		line-height: 50px;	
	}

	.archive-circle span {
		font-size: 50px;
	}

	.archive-right {
		float: right;
		width: 800px;
	}

	.archive-detail {
		margin-bottom: 30px;
	}

	.archive-date {
		font-size: 24px;
	}

	.archive-name {
		font-size: 30px;
		font-weight: bold;
	}

	.archive-report {
		color: #a58eff;
	}

	.archive-button,
	a.archive-button,
	button.archive-button {
		margin-top: 10px;
		width: 300px;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #A58EFF;
		border-radius: 0.5rem;
	}

	a.archive-button-border {
		border-radius: 0;
	}

	a.archive-button-border:before,
	a.archive-button-border:after {
		position: absolute;
		width: 100%;
		height: 2px;

		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #A58EFF;
	}

	a.archive-button-border:before {
		top: 0;
		left: 0;
	}

	a.archive-button-border:after {
		right: 0;
		bottom: 0;
	}

	a.archive-button-border:hover:before,
	a.archive-button-border:hover:after {
		width: 0;
	}


	/*-------------------------------------------------  
	 // 事務局メンバー
	--------------------------------------------------*/

	.member-box {
		margin-bottom: 50px;
	}

	.member-name {
		font-size: 30px;
		font-weight: bold;
	}

	.member-attribute {
		display: flex;
		align-items: flex-end;
	}

	.member-work {
		width: 500px;
	}

	.member-work span {

	}

	.member-work a {

	}

	.member-link {
		width: 400px;
	}

	.member-link img {
		width: 50px;
		margin-right: 10px;
	}

	/*-------------------------------------------------  
	 // よくある質問
	--------------------------------------------------*/

	.faq-box {
		margin-bottom: 50px;
	}

	.q-faq {
		padding-bottom: 30px;
	}

	.circle-q-faq {
		background: #99CC33;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-q-faq {
		float: left;
		font-size: 26px;
		font-weight: bold;
	}

	.a-faq {
		clear: both;
		margin-top: 10px;
	}

	.circle-a-faq {
		background: #311301;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-a-faq {
		float: left;
		width: 800px;
	}

	/*-------------------------------------------------  
	 // お問合せ
	--------------------------------------------------*/

	.required {
		color: #B60005;
	}
	.required:after {
		content: "　*必須";
		font-size: 12px;
	}

	.contact-item {
		margin-bottom: 20px;
	}

	.contact-caption {
		font-size: 24px;
		font-weight: bold;
	}

	#contact input {
		width: 100%;
		height: 40px;
		padding: 10px;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 2px solid #000000;
		border-radius: 5px;
	}

	#contact textarea {
		width: 100%;
		height: 400px;
		padding: 10px;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 2px solid #000000;
		border-radius: 5px;
	}

	.contact-submit {
		text-align: center;
		margin-top: 20px;
	}

	.contact-submit button {
		appearance: none;
		border: 0;
		border-radius: 5px;
		width: 600px;
		height: 70px;
		margin-top: 20px;
		background-color: #99CC33;
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 5px;
	}

	.contact-submit button:hover {
		background: #D6E5B1;
		color: #FFFFFF;
	}

	.contact-alert {
		font-size: 16px;
		color: #F4112D;
	}

	.contact-send {
		min-height: 1600px;
	}

	/*-------------------------------------------------  
	 // レポート
	--------------------------------------------------*/

	#report-main{
		clear: both;
		margin-top: 200px;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}

	#report-box {

	}

	#report-box img {
		width: 100%;
	}

	.report-header {
		margin-bottom: 60px;
	}

	.report-title {
		font-size: 40px;
		font-weight: bold;
	}

	.report-date {
		text-align: right;
		font-size: 24px;
	}
}


/*-----------------------------------------------------------------------  
 // タブレット用
-------------------------------------------------------------------------*/ 

@media only screen and (min-width: 768px) and (max-width: 1200px) {

	.none-tb {
		display: none;
	}

	div.height-adjustment {
		padding-top: 230px;
		margin-top: -230px;
	}

	div.height-adjustment-bottom {
		clear: both;
		margin-bottom: 100px;
	}

	div#main-copy { 
		clear: both;
		margin-top: 120px;
		width: 100%;
		height: 320px;
		background-color: #EFA426;
		padding-top: 140px;
		color: #FFFFFF;
		font-size: 80px;
		font-weight: bold;
		line-height: 90px;
		font-weight: bold;
	}

	/*-------- スライドイン --------*/

	.slideinLeft {
		animation: slideinLeft 3s 1;
	}

	@keyframes slideinLeft {
		0% {
			transform: translateX(-400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}


	.slideinRight {
		animation: slideinRight 3s 1;
	}

	@keyframes slideinRight {
		0% {
			transform: translateX(400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}

	div#main-announce { 
		clear: both;
		width: 100%;
		height: 600px;
		background-color: #FFFFFF;
	}

	div.caption-bg {
		position: relative;
		width: 100%;
		height: 80px;
		border-top: 5px solid #F8B62D;
		border-bottom: 5px solid #341A0C;
		background-color: #F39800;
		margin-top: -13px;
	}

	div.caption {
		clear: both;
		width: 90%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 45px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 3px;
	}

	div.caption-bg span {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		color: #FFFFFF;
		opacity: 0.8;
		position: absolute;
		bottom: 10px;
		right: 50px;
		
	}

	div.wrap-content {
		clear: both;
		width: 90%;
		min-height: 600px;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		text-align: left;
	}


	h3 {
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.unit {
		clear: both;
		width: 100%;
		text-align: left;
		margin: 20px 0px 50px 0px;
	}

	.contents {
		clear: both;
		width: 100%;
		text-align: left;
		margin: -50px 0px 30px 0px;
	}

	/*-------- 吹き出し --------*/

	.fukidashi {
		position: relative;
		display: inline-block;
		margin: 1.5em 0;
		padding: 7px 10px;
		width: 100%;
		min-width: 120px;
		color: #000000;
		font-size: 20px;
		background: #FFFFFF;
		border: solid 2px #000000;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.fukidashi:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 25%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}

	.fukidashi:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 25%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #000000;
		z-index: 1;
	}

	.fukidashi p {
		margin: 0;
		padding: 0;
	}

	/*-------------------------------------------------  
	 // トップに戻る
	--------------------------------------------------*/

	#pagetop {
		z-index: 1;
		position: fixed;
		right: 5%;
		bottom: 250px;
	}

	/*-------------------------------------------------  
	 // ヘッダー
	--------------------------------------------------*/

	#header {
		background-color: #FFFFFF;
	}

	#header-main {
		width: 100%;
		height: 150px;
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 5px solid #341A0C;
		background-color: #FFFFFF;
	}

	#logo-header {
		position: fixed;
		top: 20px;
		left: 5%;
	}
	#logo-header img {
		width: 400px;
	}

	#global-header { 
		position: absolute;
		top: 110px;
		right: 5%;
		text-align: left;
	}

	#global-header ul {
		display: flex;
		text-align: left;
		list-style: none;
	}

	#global-header li {
		text-align: left;
		margin-right: 15px;
	}

	#global-header a {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
		position: rerative;
	}

	#facebook-header {
		position: fixed;
		top: 50px;
		right: 5%;
		width: 50px;
	}

	/*-------------------------------------------------  
	 // フッター
	--------------------------------------------------*/

	#footer {
		width: 100%;
		height: 120px;
		color: #FFFFFF;
		padding-top: 40px;
		padding-bottom: 20px;
		position: relative;
		background-color: #341A0C;
	}

	#logo-footer {
		margin-left: auto;
		margin-right: auto;
		width: 400px;
	}

	#facebook-footer {
		position: absolute;
		bottom: 45px;
		right: 50px;
		width: 50px;
	}

	#copyright-footer {
		height: 40px;
		padding-top: 5px;
		color: #FFFFFF;
		background-color: #F8B62D;"
	}

	#copyright-footer span {
		font-size: 14px;
		letter-spacing: 2px;
	}



	/*-------------------------------------------------  
	 // アナウンス
	--------------------------------------------------*/

	.announce-box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.announce-item {
		width: 100%;
		font-weight: bold;
	}

	.announce-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.announce-content ol {
		margin-top: -5px;
		margin-left: -50px;
	}

	.announce-content ol li {
		list-style-type: none;
		counter-increment: cnt;
	}

	.announce-content ol li::before {
		content: "【"counter(cnt)"】";
	}

	.announce-content ol li span {
		margin-left: 55px;
	}

	.announce-content ul {
		list-style-type: disc;
		margin-top: -5px;
		margin-left: -20px;
	}

	.announce-photo {
		clear: both;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.announce-photo img {
		width: 100%;
	}

	/*-------- アコーディオン --------*/

	.p-accordion {
		max-width: 100%;
		margin-inline: auto;
	}

	.p-accordion-head {
		cursor: pointer;
		background-color: #99CC33;
		display: block;
		color: white;
		padding: 20px 20px;
		margin-top: 10px;
		border-radius:  5px;
	}
	.p-accordion-head-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
	}
	.p-accordion-icon {
		display: block;
		position: relative;
		width: 24px;
		transition: transform 0.25s;
	}
	.p-accordion-icon:before {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:after {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:before {
		left: 0;
		transform: rotate(45deg);
	}
	.p-accordion-icon:after {
		right: 0;
		transform: rotate(-45deg);
	}
	.p-accordion-input input[name=p-accordion-block] {
		display: none;
	}
	.p-accordion-input .p-accordion-block {
		cursor: pointer;
	}
	.p-accordion-input .p-accordion-content {
		height: 0;
		padding: 0 20px;
		overflow: hidden;
		opacity: 0.5;
		background-color: #FFFFFF;
		transition: padding 0.25s ease, opacity 0.3s ease 0s;
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head > .p-accordion-head-inner .p-accordion-icon {
		transform: rotate(-180deg);
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head + .p-accordion-content {
		/*開閉時*/
		height: auto;
		opacity: 1;
		padding: 20px;
	}

	/*-------------------------------------------------  
	 // ツクリバとは？
	--------------------------------------------------*/

	.about-box-1 {
		clear: both;
		width: 100%;
		
	}

	.about-box-2 {
		clear: both;
		width: 100%;
	}

	.about-box-3 {
		clear: both;
		width: 100%;
	}


	.about-caption-1 {
		width: 80%;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}

	.about-caption-2 {
		width: 80%;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 20px;
		float: right;
		text-align: right;
	}

	.about-caption-3 {
		width: 80%;
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}

	.about-1 {
		float: left;
		width: 90%;
	}

	.about-circle-1 {
		background: #f66;
		border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
		opacity: 0.5;
		float: right;
		width: 400px;
		height: 300px;
		z-index: -5;
		position: relative;
		top: -200px;
		right: 0px;
		margin-bottom: -100px;
	}

	.about-2 {
		float: right;
		width: 90%;
	}

	.about-circle-2 {
		background: #f92;
		border-radius: 80% 30% 50% 50%/50%;
		opacity: 0.5;
		float: left;
		width: 400px;
		height: 300px;
		position: relative;
		top: -200px;
		left: 0px;
		z-index: -5;
		margin-bottom: -100px;
	}

	.about-3 {
		float: left;
		width: 90%;
	}

	.about-circle-3 {
		background: #fc2;
		border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
		opacity: 0.5;
		float: right;
		width: 400px;
		height: 300px;
		position: relative;
		top: -200px;
		right: 0px;
		z-index: -5;
		margin-bottom: -200px;
	}



	/*-------------------------------------------------  
	 // これまでの開催実績
	--------------------------------------------------*/

	.archive-left {
		float: right;
		width: 30%;
	}

	.archive-circle {
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 0;
		padding: 0 5px;
		width: 230px;
		height: 230px;
		line-height: 230px;
		text-align: center;
		color: #FFF;
		font-weight: bold;
		background: #a58eff;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.archive-circle div {
		display: inline-block;
		margin-top: 50px;
		font-size: 24px;
		line-height: 50px;	
	}

	.archive-circle span {
		font-size: 36px;
	}

	.archive-right {
		float: left;
		width: 70%;
	}

	.archive-detail {
		margin-bottom: 20px;
	}

	.archive-date {
		font-size: 18px;
	}

	.archive-name {
		font-size: 22px;
		font-weight: bold;
	}

	.archive-report {
		color: #a58eff;
	}

	.archive-button,
	a.archive-button,
	button.archive-button {
		margin-top: 10px;
		width: 50%;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #A58EFF;
		border-radius: 0.5rem;
	}

	a.archive-button-border {
		border-radius: 0;
	}

	a.archive-button-border:before,
	a.archive-button-border:after {
		position: absolute;
		width: 100%;
		height: 2px;

		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #A58EFF;
	}

	a.archive-button-border:before {
		top: 0;
		left: 0;
	}

	a.archive-button-border:after {
		right: 0;
		bottom: 0;
	}

	a.archive-button-border:hover:before,
	a.archive-button-border:hover:after {
		width: 0;
	}

	/*-------------------------------------------------  
	 // 事務局メンバー
	--------------------------------------------------*/

	.member-box {
		margin-bottom: 50px;
	}

	.member-name {
		font-size: 24px;
		font-weight: bold;
	}

	.member-attribute {
		display: flex;
		align-items: flex-end;
	}

	.member-work {
		width: 70%;
	}

	.member-work span {

	}

	.member-work a {

	}

	.member-link {
		width: 30%;
	}

	.member-link img {
		width: 50px;
		margin-right: 10px;
	}

	/*-------------------------------------------------  
	 // よくある質問
	--------------------------------------------------*/

	.faq-box {
		margin-bottom: 40px;
	}

	.q-faq {
		padding-bottom: 30px;
	}

	.circle-q-faq {
		background: #99CC33;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-q-faq {
		float: left;
		font-size: 26px;
		font-weight: bold;
	}

	.a-faq {
		clear: both;
		margin-top: 10px;
	}

	.circle-a-faq {
		background: #311301;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-a-faq {
		float: left;
		width: 90%;
	}

	/*-------------------------------------------------  
	 // お問合せ
	--------------------------------------------------*/

	.contact-description {
		margin-top: -50px;
		margin-bottom: 30px;
	}

	.required {
		color: #F4112D;
	}
	.required:after {
		content: "　*必須";
		font-size: 14px;
	}

	.contact-item {
		margin-bottom: 20px;
	}

	.contact-caption {
		font-size: 22px;
		font-weight: bold;
	}

	#contact input {
		width: 100%;
		height: 40px;
		padding: 10px;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 2px solid #000000;
		border-radius: 5px;
	}

	#contact textarea {
		width: 100%;
		height: 400px;
		padding: 10px;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 2px solid #000000;
		border-radius: 5px;
	}

	.contact-submit {
		text-align: center;
		margin-top: 20px;
	}

	.contact-submit button {
		appearance: none;
		border: 0;
		border-radius: 5px;
		width: 100%;
		height: 70px;
		margin-top: 20px;
		background-color: #99CC33;
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 5px;
	}

	.contact-submit button:hover {
		background: #D6E5B1;
		color: #FFFFFF;
	}

	.contact-alert {
		font-size: 16px;
		color: #F4112D;
	}

	.contact-send {
		min-height: 1600px;
	}

	/*-------------------------------------------------  
	 // レポート
	--------------------------------------------------*/

	#report-main{
		clear: both;
		margin-top: 200px;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}

	#report-box {

	}

	#report-box img {
		width: 100%;
	}

	.report-header {
		margin-bottom: 60px;
	}

	.report-title {
		font-size: 40px;
		font-weight: bold;
	}

	.report-date {
		text-align: right;
		font-size: 24px;
	}

}


/*-----------------------------------------------------------------------  
 // スマートフォン用
-------------------------------------------------------------------------*/ 

@media screen and (max-width: 768px) {

	.none-sp {
		display: none;
	}

	body {
		font-size: 18px;
		line-height: 180%;
	}

	div.height-adjustment {
		padding-top: 130px;
		margin-top: -130px;
	}

	div.height-adjustment-bottom {
		clear: both;
		margin-bottom: 50px;
	}

	div#main-copy { 
		clear: both;
		margin-top: 70px;
		width: 100%;
		height: 250px;
		background-color: #EFA426;
		padding-top: 100px;
		color: #FFFFFF;
		font-size: 46px;
		font-weight: bold;
		line-height: 60px;
	}


	/*-------- スライドイン --------*/

	.slideinLeft {
		animation: slideinLeft 3s 1;
	}

	@keyframes slideinLeft {
		0% {
			transform: translateX(-400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}


	.slideinRight {
		animation: slideinRight 3s 1;
	}

	@keyframes slideinRight {
		0% {
			transform: translateX(400px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}


	div#main-announce { 
		clear: both;
		width: 100%;
		background-color: #FFFFFF;
	}

	div.caption-bg {
		position: relative;
		width: 100%;
		height: 60px;
		border-top: 2px solid #F8B62D;
		border-bottom: 2px solid #341A0C;
		background-color: #F39800;
		margin-bottom: -50px;
		margin-top: -9px;
	}

	div.caption {
		clear: both;
		width: 90%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		font-size: 26px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 1px;
	}

	div.caption-bg span {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #FFFFFF;
		opacity: 0.8;
		position: absolute;
		bottom: 5px;
		right: 5%;
		
	}

	div.wrap-content {
		clear: both;
		width: 90%;
		min-height: 400px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 70px;
		text-align: left;
	}


	h3 {
		border-bottom: 2px solid #333333;
		color: #000000;
		font-size: 38px;
		font-weight: bold;
		letter-spacing: 5px;
		margin-bottom: 30px;
	}

	.unit {
		clear: both;
		width: 100%;
		text-align: left;
		margin: -20px 0px 20px 0px;
	}

	.contents {
		clear: both;
		width: 100%;
		text-align: left;
		margin: -50px 0px 10px 0px;
	}

	/*-------- 吹き出し --------*/

	.fukidashi {
		position: relative;
		display: inline-block;
		padding: 7px 10px;
		width: 100%;
		min-width: 120px;
		color: #000000;
		font-size: 20px;
		background: #FFFFFF;
		border: solid 2px #000000;
		box-sizing: border-box;
		border-radius: 2px;
		margin-top: 5px;
		margin-bottom: 1.5em;
	}

	.fukidashi:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 25%;
		margin-left: -15px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}

	.fukidashi:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 25%;
		margin-left: -17px;
		border: 14px solid transparent;
		border-top: 14px solid #000000;
		z-index: 1;
	}

	.fukidashi p {
		margin: 0;
		padding: 0;
	}

	/*-------------------------------------------------  
	 // トップに戻る
	--------------------------------------------------*/

	#pagetop {
		z-index: 1;
		position: fixed;
		right: 5%;
		bottom: 150px;
	}

	/*-------------------------------------------------  
	 // ヘッダー
	--------------------------------------------------*/

	#header {
		background-color: #FFFFFF;
	}

	#header-main {
		width: 100%;
		height: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 2px solid #341A0C;
		background-color: #FFFFFF;
	}

	#logo-header {
		position: fixed;
		top: 20px;
		left: 5%;
	}
	#logo-header img {
		width: 250px;
	}

	#global-header { 
		position: absolute;
		top: 110px;
		right: 5%;
		text-align: left;
	}

	#global-header ul {
		display: flex;
		text-align: left;
		list-style: none;
	}

	#global-header li {
		text-align: left;
		margin-right: 15px;
	}

	#global-header a {
		font-size: 20px;
		font-weight: bold;
		color: #000000;
		position: rerative;
	}

	#facebook-header {
		position: fixed;
		top: 50px;
		right: 5%;
		width: 50px;
	}

	/*-------------------------------------------------  
	 // フッター
	--------------------------------------------------*/

	#footer {
		width: 100%;
		height: 90px;
		color: #FFFFFF;
		position: relative;
		background-color: #341A0C;
		padding-top: 30px;
	}

	#logo-footer {
		margin-left: auto;
		margin-right: auto;
		width: 230px;
	}

	#facebook-footer {
		position: absolute;
		bottom: 32px;
		right: 5%;
		width: 30px;
	}

	#copyright-footer {
		height: 35px;
		padding-top: 2px;
		color: #FFFFFF;
		background-color: #F8B62D;"
	}

	#copyright-footer span {
		font-size: 14px;
		letter-spacing: 0px;
	}



	/*-------------------------------------------------  
	 // アナウンス
	--------------------------------------------------*/

	#announce {
		margin-top: 0px;
		margin-bottom: -30px;
	}

	.announce-box {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.announce-item {
		width: 100%;
		font-weight: bold;
	}

	.announce-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.announce-content ol {
		margin-top: -5px;
		margin-left: -50px;
	}

	.announce-content ol li {
		list-style-type: none;
		counter-increment: cnt;
	}

	.announce-content ol li::before {
		content: "【"counter(cnt)"】";
	}

	.announce-content ol li span {
		margin-left: 45px;
	}

	.announce-content ul {
		list-style-type: disc;
		margin-top: 10px;
		margin-left: -10px;
	}

	.announce-photo {
		clear: both;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.announce-photo img {
		width: 100%;
	}




	/*-------- アコーディオン --------*/

	.p-accordion {
		max-width: 100%;
		margin-inline: auto;
	}

	.p-accordion-head {
		cursor: pointer;
		background-color: #99CC33;
		display: block;
		color: white;
		padding: 10px 10px;
		margin-top: 10px;
		border-radius:  2px;
	}
	.p-accordion-head-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
	}
	.p-accordion-icon {
		display: block;
		position: relative;
		width: 24px;
		transition: transform 0.25s;
	}
	.p-accordion-icon:before {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:after {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.p-accordion-icon:before {
		left: 0;
		transform: rotate(45deg);
	}
	.p-accordion-icon:after {
		right: 0;
		transform: rotate(-45deg);
	}
	.p-accordion-input input[name=p-accordion-block] {
		display: none;
	}
	.p-accordion-input .p-accordion-block {
		cursor: pointer;
	}
	.p-accordion-input .p-accordion-content {
		height: 0;
		padding: 0 20px;
		overflow: hidden;
		opacity: 0.5;
		background-color: #FFFFFF;
		transition: padding 0.25s ease, opacity 0.3s ease 0s;
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head > .p-accordion-head-inner .p-accordion-icon {
		transform: rotate(-180deg);
	}
	.p-accordion-input input[name=p-accordion-block]:checked + .p-accordion-head + .p-accordion-content {
		/*開閉時*/
		height: auto;
		opacity: 1;
		padding: 20px;
	}

	/*-------------------------------------------------  
	 // ツクリバとは？
	--------------------------------------------------*/

	.about-box-1 {
		clear: both;
		width: 100%;
		
	}

	.about-box-2 {
		clear: both;
		width: 100%;
	}

	.about-box-3 {
		clear: both;
		width: 100%;
	}


	.about-caption-1 {
		width: 100%;
		border-bottom: 1px solid #333333;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.about-caption-2 {
		width: 100%;
		border-bottom: 1px solid #333333;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.about-caption-3 {
		width: 100%;
		border-bottom: 1px solid #333333;
		color: #000000;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.about-1 {
		float: left;
		width: 100%;
	}

	.about-circle-1 {
		background: #f66;
		border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
		opacity: 0.5;
		float: right;
		width: 200px;
		height: 150px;
		z-index: -5;
		position: relative;
		top: -100px;
		right: 0px;
		margin-bottom: 0px;
	}

	.about-2 {
		float: left;
		width: 100%;
	}

	.about-circle-2 {
		background: #f92;
		border-radius: 80% 30% 50% 50%/50%;
		opacity: 0.5;
		float: right;
		width: 200px;
		height: 150px;
		position: relative;
		top: -100px;
		left: 0px;
		z-index: -5;
		margin-bottom: 0px;
	}

	.about-3 {
		float: left;
		width: 100%;
	}

	.about-circle-3 {
		background: #fc2;
		border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
		opacity: 0.5;
		float: right;
		width: 200px;
		height: 150px;
		position: relative;
		top: -100px;
		right: 0px;
		z-index: -5;
		margin-bottom: -100px;
	}



	/*-------------------------------------------------  
	 // これまでの開催実績
	--------------------------------------------------*/

	.archive-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.archive-circle {
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 15px;
		padding: 0 5px;
		width: 230px;
		height: 230px;
		line-height: 230px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #A58EFF;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.archive-circle div {
		padding-top: 45px;
		display: inline-block;
		font-size: 24px;
		line-height: 50px;	
	}

	.archive-circle span {
		font-size: 36px;
	}

	.archive-right {
		width: 100%;
	}

	.archive-detail {
		margin-bottom: 30px;
	}

	.archive-date {
		font-size: 18px;
	}

	.archive-name {
		font-size: 20px;
		font-weight: bold;
	}

	.archive-report {
		color: #a58eff;
	}

	.archive-button,
	a.archive-button,
	button.archive-button {
		margin-top: 10px;
		width: 60%;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #A58EFF;
		border-radius: 0.5rem;
	}

	a.archive-button-border {
		border-radius: 0;
	}

	a.archive-button-border:before,
	a.archive-button-border:after {
		position: absolute;
		width: 100%;
		height: 2px;

		content: '';
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #A58EFF;
	}

	a.archive-button-border:before {
		top: 0;
		left: 0;
	}

	a.archive-button-border:after {
		right: 0;
		bottom: 0;
	}

	a.archive-button-border:hover:before,
	a.archive-button-border:hover:after {
		width: 0;
	}

	/*-------------------------------------------------  
	 // 事務局メンバー
	--------------------------------------------------*/

	.member-box {
		margin-bottom: 50px;
	}

	.member-name {
		font-size: 22px;
		font-weight: bold;
	}

	.member-attribute {

	}

	.member-work {
		width: 100%;
	}

	.member-work span {

	}

	.member-work a {

	}

	.member-link {
		width: 100%;
		margin-top: 15px;
	}

	.member-link img {
		width: 40px;
		margin-right: 8px;
	}

	/*-------------------------------------------------  
	 // よくある質問
	--------------------------------------------------*/

	.faq-box {
		margin-bottom: 40px;
	}

	.q-faq {
		padding-bottom: 30px;
	}

	.circle-q-faq {
		background: #99CC33;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-q-faq {
		float: left;
		font-weight: bold;
		width: 85%;
	}

	.a-faq {
		clear: both;
		margin-top: 10px;
	}

	.circle-a-faq {
		background: #311301;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.text-a-faq {
		float: left;
		width: 85%;
	}

	/*-------------------------------------------------  
	 // お問合せ
	--------------------------------------------------*/

	.contact-description {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.required {
		color: #F4112D;
	}
	.required:after {
		content: "　*必須";
		font-size: 14px;
	}

	.contact-item {
		margin-bottom: 20px;
	}

	.contact-caption {
		font-size: 20px;
		font-weight: bold;
	}

	#contact input {
		width: 90%;
		height: 40px;
		padding: 10px 5%;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 1px solid #000000;
		border-radius: 2px;
	}

	#contact textarea {
		width: 90%;
		height: 400px;
		padding: 10px 5%;
		margin-bottom: 5px;
		font-family: inherit;
		font-size: 18px;
		border: 1px solid #000000;
		border-radius: 2px;
	}

	.contact-submit {
		text-align: center;
		margin-top: 20px;
	}

	.contact-submit button {
		appearance: none;
		border: 0;
		border-radius: 2px;
		width: 70%;
		height: 50px;
		margin-top: 10px;
		background-color: #99CC33;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
		border-radius: 5px;
	}

	.contact-submit button:hover {
		background: #D6E5B1;
		color: #FFFFFF;
	}

	.contact-alert {
		font-size: 16px;
		color: #F4112D;
	}

	.contact-send {
		min-height: 1600px;
	}


	/*-------------------------------------------------  
	 // ドロワーメニュー
	--------------------------------------------------*/

	.drawer-nav ul {
		height: 100%;
		background-color: #341A0C;
		padding-top: 70px;
		padding-left: 30px;
		padding-bottom: 10px;
	}

	.drawer-nav li {
		text-align: left;
		margin-bottom: 15px;
	}

	.drawer-nav a {
		color: #FFFFFF;
		font-size: 18px;
		letter-spacing: 1px;
		text-decoration: none;
	}

	/*-------------------------------------------------  
	 // レポート
	--------------------------------------------------*/

	#report-main{
		clear: both;
		margin-top: 100px;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}

	#report-box {

	}

	#report-box img {
		width: 100%;
	}

	.report-header {
		margin-bottom: 60px;
	}

	.report-title {
		font-size: 28px;
		font-weight: bold;
		line-height: 32px;
	}

	.report-date {
		text-align: right;
		font-size: 18px;
	}

}
