@charset "utf-8";


/*///////////////////////////////////////////////////////////*/
/*//////////////////////////BASE設計//////////////////////////*/
/*///////////////////////////////////////////////////////////*/
.pan {
    font-size: 13px;
}
#form_landpoint{
	position: absolute;
	top: -80px;
}
.show_480{
	display: none;
}
.relative{
	position: relative;
}
body{
	line-height:1.8;
	font-size:16px;
	background: #f0f0f0;
}
.show480{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.form_contents{
	background: #fff;
	padding: 40px 50px 70px;
	margin-bottom: 100px;
}
.form_contentsname{
	font-size: 20px;
	line-height: 22px;
	padding-left: 22px;
	border-left: 5px #006354 solid;
	margin-bottom: 40px;
}
.form_about{
	margin-bottom: 20px;
}
.about_table th,.about_table td{
	padding: 0 0 20px;
}
.about_table th{
	font-weight: bold;
	padding-right: 30px;
	vertical-align: top;
	text-align: left;
}

.mailform{
	font-size: 16px;
}
.mailform th{
	width: 260px;
	padding: 10px 0;
    vertical-align: top;
}
.mailform td{
	vertical-align: text-top;
	padding: 10px;
}
.input_item{
	width: 200px;
	display: inline-block;
}
.mast{
	width: 43px;
	height: 23px;
	display: inline-block;
	background: #fb1e42;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.input_s,.input_m,.input_l{
	height: 40px;
	border-radius: 5px!important;
	border: 1px solid #ccc;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
}
.input_s{
	width: 100%;
	max-width: 200px;
}
.input_m{
	width: 100%;
	max-width: 300px;
}
.input_l{
	width: 100%;
	max-width: 400px;
}
label{
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
}
input[type=radio] {
	display: inline-block;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
input[type=checkbox] {
	display: inline-block;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
select{
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	line-height: 25px;
	height: 25px;
	width: 70px;
	border-radius: 2px;
}
.box_terms {
    overflow-y: scroll;
    width: 100%;
    height: 180px;
    padding: 10px;
	font-size: 14px;
    border: 1px solid #ccc;
    transform: translateZ(0);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
	background: #fff;
}
.terms1,.terms2,.terms3{
	padding-left: 20px;
	position: relative;
}
.terms1::before,.terms2::before,.terms3::before{
	position: absolute;
	left: 0;
	top: 0;
}
.terms1::before{
	content: '(1)';
}
.terms2::before{
	content: '(2)';
}
.terms3::before{
	content: '(3)';
}
.form_contents .form_line{
	margin: 70px 0 50px;
	width: 100%;
	height: 1px;
	background: #aaa;
}
input.submitbtn {
    -webkit-appearance: none;
    background: #006354;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
	margin: 0 auto;
    width: auto;
    font-size: 18px;
    letter-spacing: 1px;
}
input.blackbtn{
	background: #333;
}
.form_maining{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
.form_title{
	font-size: 24px;
	line-height: 1.5;
	margin: 70px auto 30px;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
	color: #006354;
}
.form_title img{
    margin-bottom: 15px;
}
.form_title span{
	font-size: 0.7em;
}
.errorcomment{
	color: #fb1e42;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.errorbox{
	background: #ffe1e6;
}
.confirm_table{
	table-layout: fixed;
    margin-bottom: 40px;
}
.confirm_table th,.confirm_table td{
	padding: 0 0 15px 0;
}
.confirm_table th{
	width: 220px;
	font-weight: bold;
	padding-right: 20px;
	text-align: left;
}
.confirm_table td{
	width: calc(100% - 220px);
}
.formbtn_area{
	width: 100%;
	max-width: 220px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.formbtn_area .submitbtn{
	padding: 15px 30px;
}
.back{
    background: #333;
	text-decoration: none;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
	margin: 0 auto;
    width: auto;
    font-size: 18px;
    letter-spacing: 1px;
}
.form_comp{
	margin-bottom: 20px;
	font-size: 24px;
}
.toform_btn {
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: #2bb89a;
    border-bottom: solid 3px #15876f;
    border-right: solid 3px #15876f;
    display: block;
    width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
}
.toform_btn i{
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 50px;
}
.toform_btn_s{
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
  font-weight:normal;
}
.toform_btn_s i{
  left: 10px;
	line-height: 25px;
}
.entry_end{
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #aaa;
    text-align: center;
    padding: 20px 0 0 0;
}
.eventreportbtn{
  margin-top: 5px;
}
.atc{
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    color:#006354;
}
.atc a{
    text-decoration: underline;
    color: #006354;
}
.input_text{
    height: 150px;
    line-height: 1.5;
}

/*----------------- end.php -------------------*/
.endmessage{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
/*----------------- report.php -------------------*/
.report_m{
	width: calc(50% - 10px);
	margin: 0 20px 20px 0;
	float: left;
}
.report_m:nth-child(even){
	margin-right: 0;
}
.report_s{
	width: 25%;
	margin: 0 20px 20px 0;
	float: left;
}
.report_participant{
	background: linear-gradient(transparent 55%, #fff466 0%);
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	margin: 40px auto 20px;
}
.report_participant span{
	font-size: 40px;
}
.report_text{
	font-size: 16px;
	line-height: 1.7;
	float: left;
}
.report_text_temp{
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.7;
}
.report_date{
	margin: 15px 0;
}
input::placeholder,textarea::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #ccc;
}
@media only screen and (max-width: 1040px) {
	body{
		font-size:14px;
	}
	.form_contents{
		padding: 30px 30px 70px;
		width: calc( 100% - 40px );
	}
	.form_maining{
		width: calc( 100% - 40px );
	}
	.form_title{
		margin-top: 30px;
	}
	.form_contents .form_line{
		margin: 40px 0;
	}
}
@media only screen and (max-width: 768px) {
	.form_title{
		margin: 20px auto;
	}
	.form_contentsname{
		margin-bottom: 25px;
	}
	.about_table th, .about_table td {
	    padding: 0 0 15px;
	}
	.mailform table{
		width: 100%;
	}
	.mailform td {
	    padding: 10px;
	    display: block;
	    margin: 5px -10px 10px -10px;
		width: 100%;
	}
	.input_item {
	    width: auto;
	    margin-right: 10px;
	}
	.mailform th {
	    width: 100%;
	    padding: 0;
	    display: block;
	}
	.input_s, .input_m, .input_l {
	    height: 34px;
	    line-height: 34px;
	}
	.mailform {
	    font-size: 14px;
	}
	.confirm_table th{
		width: 80px;
	}
	.confirm_table td{
		width: calc(100% - 80px);
	}
	.report_text {
		width: 100%;
		padding-left: 0;
	}
	.report_participant{
		margin: 10px 0 20px;
	}
}
@media only screen and (max-width: 540px) {
	.toform_btn {
		line-height: 40px;
		border-radius: 20px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.toform_btn i {
		left: 15px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 480px) {
	input.submitbtn {
	    padding: 10px 15px;
	    font-size: 16px;
	}
	.show480{
		display: block;
	}
	.form_contents {
	    padding: 30px 20px 50px;
	}
	.box_terms{
		font-size: 12px;
	}
	.about_table th{
		width: 105px;
	}
	.report_m{
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	.report_s{
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
		float: left;
	}
	.report_s:nth-child(even){
		margin-right: 0;
	}
	.report_date {
	    margin: 5px 0 10px;
	}
	.show_480{
		display: block;
	}
	.hide_480{
		display: none;
	}
}
