/* ΗΑform
============================================================================================================ */
.form_area {
	width: 740px;
	margin: 0 auto;
}
.indent {
	text-indent:-1em;
	margin-left:1em;
}

.sp{ display: none;}
.pc{ display: block;}

@media screen and (max-width: 739px) {
	.form_area {
		width: auto;
	}
	.sp{ display: block;}
	.pc{ display: none;}
	.ssl_r {
		float:none;
		text-align: center; width:90%;
		margin:10px;
		font-size:90%;
		}
}
	
#contents-area,
#header-area{
	width: 745px !important; margin:0 auto;
	}
#header-area {
	background:#006400;
	padding:30px 20px;
}
#contents-area h1 {
	padding:20px;
	color:#006400;
}
#contents-area h2 {
	padding:10px 20px;
	color:#FFFFFF;
	background:#006400;
}


@media only screen and (max-width: 800px) {
	#contents-area,#header-area{ width: 100% !important; }
}

table {
  font-size: inherit;
  font: 100%;
}
input {
/*background-color: #ffd5ff;*/
}
select { }


.btn {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 3px solid #FFF;
	color: #FFF !important;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px rgba(000,000,000,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	width: auto;
	min-width: 200px;
	padding: 30px 10px;
	display: block;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.btn_box{ width: 100%; overflow: hidden; margin:0 auto; text-align: center;}
.btn_box .left{ width:50%; float: left;}
.btn_box .right{ width:50%; float: right;}
.btn_box div{ width: 50%; margin: 0 auto;}
.btn_box a{ display: block;}


/*button*/
.button{
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    color: #fff !important;
	text-decoration: none !important;
	font-size: 1.4em;

    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);

    text-shadow: 0 1px 0 rgba(0,0,0,0.4);

    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

}

.button, .button span{
    -moz-border-radius: .3em;
    border-radius: 15px;
}

.button span{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 1.1em 2.5em;
	line-height: 130%;
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}

.blue_button{
    padding: 1.1em 5em;
	line-height: 130%;
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
	-moz-border-radius: .3em;
    border-radius: 15px;
	background: #006699;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}


.blue_button:hover{
    background: #0099CC;
    background: -moz-linear-gradient(top,#006699 0%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#0099CC));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}

.button small{ font-size: 14px; line-height: 120%;}

.button:hover{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active{
    position: relative;
    top: 1px;
}

.button-blue{
    background: #006699;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}

.button-blue:hover{
    background: #0099CC;
    background: -moz-linear-gradient(top,#006699 0%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#0099CC));
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}
.button-gray{
    background: #999;
	background: -moz-linear-gradient(top,#999 0%,#666);
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
}
.button-gray:hover{
    background: #666;
    background: -moz-linear-gradient(top,#666 0%,#999);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999));
}


 /*----------------------------*/
.button-red {
	background: #D82741;
	background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741));
	background: -moz-linear-gradient(-90deg, #E84B6E, #D82741);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741');
}
.button-red:hover {
	background: #E84B6E;
	background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E));
	background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E');
}
.button-red:active {
	background: #D82741;
}

 /*----------------------------*/
.button-orange {
	background: #E56100;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6C00), to(#E56100));
	background: -moz-linear-gradient(-90deg, #FF6C00, #E56100);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF6C00', EndColorStr='#E56100');
}
.button-orange:hover {
	background: #FF6C00;
	background: -webkit-gradient(linear, left top, left bottom, from(#E56100), to(#FF6C00));
	background: -moz-linear-gradient(-90deg, #E56100, #FF6C00);
	filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E56100', EndColorStr='#FF6C00');
}
.button-orange:active {
	background: #E56100;
}

.border_light{
	border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
	}

.btn_box input{
	cursor: pointer;
	color: #fff !important;
    font-size: 1.1em;
    font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0px 5px;
	 height: 65px;
	}
.btn_box button{
	cursor: pointer;
	color: #fff !important;
    font-size: 1.1em;
    font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:0px 5px;
	 height: 65px;
	}
		
@media only screen and (max-width:680px){	
	.btn_box{
		margin-bottom:20px;
	}
	.btn_box button{
		font-size: 0.9em;
	}
}
/*button*/









/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	line-height:180%;
}
section	{ padding: 0 0px 30px;}









/* table
------------------------------------------------------------- */
.form_area table {
	width: 100%;
	border-bottom: 1px solid #adaca9;
	border-left: 1px solid #adaca9;
	font-size: 16px;
	border-collapse: collapse;
	border-spacing: 0;
}

.form_area table th,
.form_area table td {
	border-top: 1px solid #adaca9;
	border-right: 1px solid #adaca9;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	vertical-align: middle;
	text-align:left;
}
.form_area table th {
	width: 260px;
	padding: 15px 12px;
	font-weight: normal;
	background:#EEFFEE;
}

@media screen and (max-width: 739px) {
	.form_area table th {
		border-bottom: 1px dashed #CCC;
	}
}



.form_area .icon_hissu{
	position: relative;
	display: block;
	width: 100%;
}
.form_area table .icon_hissu:after {
	content:"K{";
	display: inline-block;
	padding: 0 1em;
	background-color: #ff6700;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 20px;
	line-height: 20px;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
}
@media screen and (max-width: 739px) {

}






.form_area table td {
	padding: 15px 15px;
}

.form_area table td p {
	margin-top: 10px;
}
.form_area input[type=text],
.form_area input[type=tel],
.form_area select,
.form_area textarea {
	max-width: 100%;
	padding: .5em;
	border: 1px solid #aaaaaa;
	font-size: 16px;
	background:#EEFFEE;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}


.form_area .hissu{
	background:#FFE4E0;
}
.form_area select.size01 {
	width: 100%;
}
.form_area input.size01 {
	width: 100%;
	box-sizing:border-box;
}
.form_area input.size02 {
	width: 150px;
}
.form_area input.size03 {
	width: 320px;
}
.form_area input.size04 {
	width:90%;
}
.form_area input.size05 {
	width:100px;
}
.form_area textarea.size01 {
	width: 100%;
	height: 160px;
}

@media screen and (max-width: 739px) {
	.form_area{
		padding: 0 10px;
	}
	.form_area table:not(.style04),
	.form_area table:not(.style04) thead,
	.form_area table:not(.style04) tbody,
	.form_area table:not(.style04) tr,
	.form_area table:not(.style04) th,
	.form_area table:not(.style04) td {
		display: block;
	}
	.form_area table tr {
		padding: 0;
		border-top: 1px solid #adaca9;
	}
	.form_area table th,
	.form_area table td {
		border-top: 0;
		padding: 15px 10px;
		overflow:hidden;
	}
	.form_area table th {
		width: auto;
	}
	.form_area table th br {
		display: none;
	}
	.form_area input.size02 {
		width: 40%;
	}
	.form_area input.size03 {
		width: 100%;
	}
	.form_area input.size04 {
		margin-bottom:10px;
	}
	.form_area input.size05 {
		margin-bottom:10px;
		width:77px;
}

	.scroll {
		width:100%;
		overflow-x:scroll;
		white-space: nowrap;
	}
	table.style04 th,
	table.style04 td {
		width: auto;
		border-bottom: none;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 480px) {
	.form_area input.size02 {
		width: 30%;
	}
}

.font_l{
	font-size:20px;
	font-size:2rem;
	text-align:left;
	margin: 30px 0 10px;
	font-weight:bold;
}
@media screen and (max-width: 739px) {
	.font_l{
		font-size:1.6rem;
		margin: 30px 0 10px;
		line-height: 1.6;
	}
}
.font_s{
	font-size:14px;
	text-align:left;
	margin-top: 5px;
	display:block;
	color: #666;
}
.font_ss{
	font-size:13px;
	text-align:left;
	margin-top: 5px;
	display:block;
	color: #666;
}






input[type="text"]:focus,
textarea:focus {
	border: 1px solid #3683F4;
}
label{
	line-height: 2;
}


/* WI{^
============================== */
.radio-group {
	padding:5px 0px 10px 0px;
}
.radio2_left {
	float:left;
	margin:0px 0px 0px 20px;
	width:45%;
}
.radio2_right {
	float:right;
	margin:0px 20px 0px 0px;
	width:45%;
}
.radio_retu {
	display:inline-block;
	width:18%;
}
.radio_2retu {
	display:inline-block;
	width:50%;
}
@media screen and (max-width: 739px) {
	.radio-group {
		margin-left: 0;
		padding:5px 0px 0px 0px;
	}
	.radio2_left {
		width:45%;
		margin:0px 0px 0px 4%;
	}
	.radio2_right {
		width:44%;
		margin:0px 4% 0px 0px;
	}
}
.radio-group input {
    opacity: 0;
     filter: alpha(opacity=0);
}
.radio-group label{
    position: relative;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus{
  outline: dotted 1px #c00 !important;
}
.radio-group input {
    position: absolute;
   left: 0px;
}
.radio-group label {
	width: 100%;
	display: inline-block;
	vertical-align: top;
    cursor: pointer;
    padding: 3px 10px;
    border: solid 1px #aaa;
    margin-left: -1px;
    background: #fff;
    background-image: linear-gradient(top, #fff, #F8F6F2);
    background-image: -ms-linear-gradient(top, #fff, #F8F6F2);
    background-image: -moz-linear-gradient(top, #fff, #F8F6F2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F6F2));
    box-shadow: 2px 2px 6px #ddd;
    -moz-box-shadow: 2px 2px 6px #ddd;
    -webkit-box-shadow: 2px 2px 6px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 25px;
    color: #000;
    text-shadow: 0 -1px 0 rgba(250,250,250,0.5);
}
.radio-group.btn3,
.radio-group.btn3-2{
	margin: 0 0 10px 0;
}
.radio-group.btn3 label,
.radio-group.btn3-2 label {
	width: 30%;
	margin-right: 10px;
}
.radio-group.mrl0{
	margin: 0;
}

@media screen and (max-width: 739px) {
	.radio-group label {
	    margin-right: 10px;
	    margin-bottom: 10px;		
	    padding: 5px 0px;
	}
	.radio-group.btn3,
	.radio-group.btn3-2{
		margin: 0 0 0px 0;
	}
	p.sp_w100 label {
		width: 100%;
		display: block;
		margin-right: 0;
	}
}

.radio-group label:hover {
	background: #F4F2D7;
}
.radio-group label:last-child {
	margin-right: 0;
}
label:focus {
    outline: 1px red dashed !important;
}
.radio-group label.checked  {
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #57BC15 inset;
    background: #F4F2D7;
}
@media screen and (max-width: 739px) {
	.radio-group.sp_w100 label {
		width: 83.5%;
		text-align: center;
		display: block;
		margin: 0 auto 10px auto;
	}
	.radio-group.sp_w100 label:last-child {
		margin: 0 0 0 0;
	}
	td.sp_w100 span{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}
	td.sp_w100 span:last-child {
		margin: 0 0 0 0;
	}
	td.sp_w100 span .size02{
		width: 83%;
	}
}

.form_area input[type=button]{
	padding: .5em;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 3px;
	border-bottom: 3px solid #aaa;
}
@media screen and (max-width: 739px) {
	.form_area input[type=button]{
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
	}
}

	
.hogo { width:80%; margin:0 auto; font-size: 14px; }		

@media screen and (max-width: 739px) {
	.hogo { width:100%; margin:0 auto; font-size: 14px; }		
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
	opacity:0.8;
}
@media screen and (max-width: 739px) {
	#page-top a {
		padding: 10px 0;
	}
}

#footer { padding:0px 20px; margin:40px 0px;}
#footer address {
	clear:both;
	width:100%;
	height:16px;
	background-repeat:no-repeat;
	text-align:right;
	margin-top:10px;
	font-size:10px;
}
#footer address span {

}

@media screen and (max-width: 739px) {
	
	#footer address {
	}
	
	#footer address span {

	}


}

#comment { 
	width:100%;
	height:150px;
	}