@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
				btnF
   ---------------------------------------- */
button {
	float:left;
	min-height:70px;
	height:auto !important;
	height:70px;
	border:2px solid #ffa200;
	color: #000;
	font-weight:bold;
	font-size:16px;
	position: relative;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
	cursor: pointer;
}
.btnF {
	margin: 30px 2% 30px 5%;
	width:58%;
	background:#ffca12;
	box-shadow: 2px 6px #ffa200;
	top: 0;
	transition: .2s box-shadow,.2s top,.4s background;
}
.btnF:hover {
	background: #ffa200;
	box-shadow: 0 0 #ffa200;
	top: 6px;
}
.btnC {
	margin: 30px 0 30px 2%;
	width:30%;
	background:#fff;
	box-shadow: 2px 6px #ffa200;
	color:#ffa200;
	top: 0;
	transition: .2s box-shadow,.2s top,.4s background;
}
.btnC:hover {
	background: #fff;
	box-shadow: 0 0 #ffa200;
	top: 6px;
}

@media screen and (max-width: 680px) {
.btnC {	margin: 30px 0 30px 1%;}
.btnF { margin: 30px 2% 30px 2%; width:61%;}
button {
	line-height:1.5em;
	min-height:90px;
	height:auto !important;
	height:90px;
}
}

/* ----------------------------------------
				yellow menu
   ---------------------------------------- */
#contactText {
	float:right;
}
@media screen and (max-width: 780px) {
#contactText {
	float:none;
	width:94%;
	margin:10px 0 20px 0;
	padding:1% 3%;
	background:#fff;
		-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);

}
}
#contact2 {
	clear:both;
}
#contact2 dl {
	padding:3%;
	background:#fdd;
}
#contact2 dt {
	color:#bd1a20;
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
}
#contact2 dd {
	display: list-item;
	list-style: disc outside;
	margin:0 0 0 20px;
}

/* ----------------------------------------
					error
   ---------------------------------------- */
#error {
	margin:30px 0 0 0;
}
#error li {
	width:94%;
	margin:5px 0 0 0 ;
	padding:10px 3%;
	background:#369;
	color:#fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(border-radius.htc);
}

/* ----------------------------------------
					form
   ---------------------------------------- */
#contact3 input , select , textarea {
	padding:10px;
	border:1px solid #888;
	background-color:#f2f2f2;
	font-size:16px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(border-radius.htc);
}
#contact3 textarea{
	width:90%;
	height:200px;
}
#contact3 dl {
	clear:both;
	padding:15px 5%;
	border-bottom:1px solid #aaa;
}
#contact3 dt{
	padding-bottom:5px;
	font-size:20px;
}
#contact3 dd{
	padding:5px 0;
}
#contact3 .red{
	padding:0 0 0 15px;
	color:red;
	font-size:16px;
}
#kind p {padding-top:10px; font-size:13px;}
#kind dd{
	clear:both;
	padding:15px 0 0 0 ;
}
#contact3 #kind dd input{
	width:63%;
}
#contact3 .widthBar dd input,
#contact3 .widthBar dd select {
	width:60%;
}

#contact3 .roll2 {
	width:40%;
	margin:3% 0 0 30%;
}

/* ラジオボタン */
.kindradio { margin:10px 0 0 0; clear:both;}
.kindradio input { display: none; }
.kindradio label{
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0 15px 0 0;
	padding: 10px;
	background: #fff;
	color: #bd1a20;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.kindradio label:hover{
	background:#f66;
	color:#fff;
}
.kindradio label:first-of-type{
	border:2px solid #bd1a20;
	border-radius: 3px;
}
.kindradio label:last-of-type{
	border-radius: 3px;
	border:2px solid #bd1a20;
}
.kindradio input[type="radio"]:checked + .switch-on {
	background: #f66;
	color: #fff;
}
.kindradio input[type="radio"]:checked + .switch-off {
	background: #f66;
	color: #fff;
}
/* reset */
#resetBtn{
	float:left;
	width:50%;
	margin:30px 25%;
	padding:15x auto;
	background-color:#fff;
	text-align:center;
	border:2px solid #ffca12;
    -webkit-transition:1s; -moz-transition:1s; -o-transition:1s; -ms-transition:1s;}
#resetBtn:hover {
	background-color:#ececec;
	border:2px solid #ccc;
}

@media screen and (max-width: 680px) {
#contact3 dl {padding:40px 3% 40px 0; 	border-bottom:3px solid #bd1a20;}
textarea{
	width:100%;
	height:100px;
}
#contact3 #kind dd input{
	width:100%;
}
#contact3 .widthBar dd input,
#contact3 .widthBar dd select {
	width:100%;
}
#contact3 .roll2 {
	width:60%;
	margin:3% 0 0 20%;
}
}
@media screen and (max-width: 480px) {
#contact3 dl {padding:40px 5% 40px 0;}
#contact3 .roll2 {
	width:90%;
	margin:3% 0 5% 5%;
}
#contact3 p {padding:2% 0 4% 0 ;}
}


/* ----------------------------------------
					kakunin
   ---------------------------------------- */
#kakunin2 p ,
#kakunin p {
	margin:7% 0 2% 0;
	padding:4%;
	background:#fdd;
	text-align:center;
}
#kakunin dt {
	color:#bd1a20;
	padding:10px 0 20px 0;
}
#kakunin dd {
	padding:0 0 10px 40px ;
}
#kakunin2 .btnF {
	margin:5% 0 5% 20%;
	width:60%;
}
@media screen and (max-width: 680px) {
#left{
	background:none;
}
#left p {
	width:97%;
	padding-bottom:5%;
}
#kakunin2 p ,
#kakunin p {
	margin:7% 0 3% 0;
	padding:5%;
}
}

#important_btn {
	width:100%;
	margin-bottom:18px;
	border-color:rgb(28, 130, 255);
	box-shadow: 2px 6px rgb(28, 130, 255);
	padding:10px;
	border-radius: 10px;
	background-color: rgb(101, 170, 255);
}
#important_btn:hover {
	width:100%;
	margin-bottom:18px;
	border-color:rgb(28, 130, 255);
	box-shadow: 0 0 rgb(28, 130, 255);
	padding:10px;
	border-radius: 10px;
	background-color: rgb(28, 130, 255);
}


/* 「重要なお知らせ及び個人情報の取り扱い」に承諾するのボタン付近 */
.approval_box {
	border: solid 2px blue; display: flex; flex-direction: column; margin-bottom: 20px; padding:10px; clear: both; background-color: #FFFFFF;
}

.approval_title {
	padding-bottom: 5px !important; /* 幅が広がってしまうため */
	font-weight: bold;
	font-size: 18px;
}

.approval_button_box {
	display: flex; justify-content: center;
}

.approval_label {
	cursor: pointer; padding: 4px 2px; background-color: white; border: solid 1px gray; border-radius: 10px; margin-bottom: 4px; display: flex; align-items: center; padding: 10px;
}

.approval_input {
	cursor: pointer; transform: scale(2); margin-right: 10px;
}

.approval_button_text {
	font-weight: bold; font-size: 18px;
}

#checkboxInput:checked {
	color: white;
	background-color: blue;
}

.approval_href{
	color: #0000FF;
	text-decoration:underline
}
@media screen and (max-width: 920px) {
	.approval_title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.approval_label {
		width: 100%;
	}
	.approval_button_text {
		font-size: 14px;
		line-height: 20px;
		margin-left: 4px;
	}

}