@charset "utf-8";
/* CSS Document */


/*--------------------------------代表者情報*/

.form_name_title{
	clear:both;
	width:100%;
	float:left;
	height:auto;
	margin:0 auto 15px auto;
	font-size:1.5em;
	font-weight: normal;
	text-align:center;
	padding:15px 0;
	box-sizing: border-box;
}
.form_name_title span i{
	transform: scale(0.7);
	vertical-align:bottom;
}
.form_row{
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.indention{
	float:left;
	width:50%;
	height:auto;
}
.form_theme_title{
	width:30%;
	float:left;
	padding:15px;
	margin:0;
	background:#f2f2f2;
	box-sizing:border-box;
	text-align:right;
	border-bottom:solid 1px #ffffff;
}
.form_text_response{
	width:70%;
	float:right;
	padding:10px 15px;
	margin:0;
	box-sizing:border-box;
}
.form_text_response input, .form_text_response select{
	margin:0 0 0 15px;
}

.response_name{
	display: inline-block;
	width:50px;
}
.response_address{
	margin:0 0 10px 0;
}

/*--------------------------------同伴者情報*/

.pull_down{
	clear:both;
	float:left;
	width:20%;
	height:auto;
	padding:15px;
	text-align:center;
	display: inline-block;
	box-sizing:border-box;
	cursor: pointer;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.pull_down label:hover {
	background: #0090aa;
}
input.m_input{
	display: none;
}
.toggle{
/*
	width:80%;
	float:left;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	height: 0;
	overflow:hidden;
	background-color:#eee;
	position:absolute;
*/
}
.toggle_close{
	display: none;
}
input:checked + .panel{
	height: auto;
	padding: 15px 30px;
}
.panel_form_row{
	width:100%;
	clear:both;
	float:left;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing:border-box;
}
.panel_form_row .indention{
	float:left;
	height:auto;
}
.panel_form_theme_title{
	float:left;
	width:30%;
	padding:15px;
	margin:0;
	box-sizing:border-box;
	text-align:right;
	border-bottom:solid 1px #999;
	display:table-cell;
}
.panel_form_text_response{
	float:right;
	width:70%;
	padding:10px 5px;
	margin:0;
	box-sizing:border-box;
	display:table-cell;
	border-bottom:solid 1px #fff;
}
.panel_form_text_response input{
	margin:0 0 0 15px;
}
.panel_response_name{
	display: inline-block;
	width:30px;
}
.panel_response_name input{
	width:20%;
}
.panel_response_address{
	margin:0 0 10px 0;
}

/*--------------------------------フォーム*/

.response_address span{
	display:block;
	width:100%;
}
.response_address_asterisk{
	font-size:x-small;
	color:#E00029;
	text-indent:15px;
}
.radio,.checkbox{
	margin:0 5px;
}
input,textarea,select{
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	padding:6px 10px 7px 10px;
}
textarea{
	width:95%;
	height:100px;
	border-radius:4px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
	padding:6px 10px 7px 10px;
}
.textarea{
	margin:	10px 0 0 0;
}
input.text_all,select.text_all{
	width:90%;
	height:auto;
}

.input_btn_box{
	clear:both;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 0 20px 0;
}
.button_check{
	display: inline-block;
	width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
	padding:15px 0;
	margin:0 auto;
	outline: none;
	line-height:1.8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size:1.5em;
}
.button_check:hover{
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
}
@-webkit-keyframes bounce {
	5%  { -webkit-transform: scale(1.1, .8); }
	10% { -webkit-transform: scale(.8, 1.1) translateY(-2px); }
	15% { -webkit-transform: scale(1, 1); }
}
@keyframes bounce {
	5%  { transform: scale(1.1, .8); }
	10% { transform: scale(.8, 1.1) translateY(-2px); }
	15% { transform: scale(1, 1); }
}}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after,
.pull_down:hover{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
button,input,optgroup,select,textarea{
	margin: 0;
	font: inherit;
	color: inherit;
}
input[type="radio"],input[type="checkbox"]{
	margin: 4px 3px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
button{
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled]{
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
	height: auto;
}
input[type="search"]{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input,button,select,textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
[type="radio"]:checked,[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label,[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,[type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,[type="radio"]:not(:checked) + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #189DCD;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked,[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,[type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,[type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="checkbox"]:checked + label:after,[type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 8px;
    height: 8px;
    background: #FF6E73;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--------------------------------確認画面*/
#confirmation{
	width:auto;
	height:auto;
	padding:15px 0 15px 0;
	text-align:center;
	margin:20px auto;
	font-size:1.5em;
	border: solid 2px #FF6E73;
}
#confirmation i{
	color:#FF6E73;
	animation: Flash1 1s infinite;
	margin-right:5px;
}
.confirmation_panel{
	width:100%;
	clear:both;
	float:left;
	margin:15px 0;
}
@keyframes Flash1{
  50%{
    opacity: 0;
  }
}
#totalpayment{
	clear:both;
	width:50%;
	height:auto;
	padding:15px 0;
	border:solid 2px #FF6E73;
	margin:20px auto;
	font-size:1.3em;
	text-align:center;
}
.button_change{
	display: inline-block;
	width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
	padding:15px 0;
	margin:0 15px 0 0;
	outline: none;
	line-height:1.8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size:1.5em;
}
.button_change:hover{
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
}
.button_request{
	display: inline-block;
	width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
	padding:15px 0;
	margin:0 auto;
	outline: none;
	line-height:1.8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size:1.5em;
}
.button_request:hover{
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
}

/*--------------------------------送信完了画面*/
#finish{
	width:auto;
	height:auto;
	padding:15px 0 15px 0;
	text-align:center;
	margin:20px auto;
	font-size:1.5em;
	border: solid 2px #00D96D;
}
#finish i{
	color:#00D96D;
	margin-right:5px;
}


@media screen and (max-width: 768px) {
/*--------------------------------HEADER*/

input {
	width:88vw;
}
.indention{
	margin:5px 0 0 0;
	clear:both;
	float:left;
}
#form_box{
  width: 100%;
  height: 100vh;
  box-sizing:border-box;
  margin:0 auto 20px auto;
}
.form_row{
	width:100%;
	height:auto;
	clear:both;
	margin:0 auto;
	display: inherit;
	justify-content: flex-end;
}

.form_theme_title{
	width:100%;
	background:#f2f2f2;
	box-sizing:border-box;
	text-align:center;
	border-bottom:solid 1px #ffffff;
}
.form_text_response{
	width:100%;
	clear:both;
	float:left;
	margin:0 auto;
	padding:5px 0 10px 0;
	box-sizing:border-box;
}
.pull_down{
	width:100%;
	clear:both;
}
.panel_form_theme_title{
	width:100%;
	padding:5px;
	clear:both;
	float:left;
	box-sizing:border-box;
	text-align:center;
	border-bottom:solid 1px #ffffff;
}
.panel_form_text_response{
	clear:both;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.panel_response_name{
	white-space:nowrap;
}
.button_check, .button_request, .button_change{
	display: inline-block;
	clear:both;
	width: 80%;
	height:auto;
	text-align: center;
	text-decoration: none;
	padding:5px 0;
	margin:0 auto 10px auto;
	outline: none;
	line-height:1.8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size:1.5em;
}
}


/* msg ****************************************************/

	table.msg_main{
		font-weight: bold;
		letter-spacing: +2px;
		background-color: #ffffff;
		background-image:url(../images/msg_bg.gif);
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	table.msg_main td.img{
		width: 50px;
		text-align: center;
		padding: 10px 5px 10px 0px;
	}

	table.msg_main td.msg{
		color: #ff0000;
		padding: 10px 10px 10px 5px;
	}

	table.msg_err{
		margin: 0px 0px 5px 0px;
	}

	table.msg_err td{
		font-size: 11px;
		color: white;
		border: 1px solid #ff0000;
		background-color: #ff1111;
		padding: 3px 5px 3px 5px;
		margin: 0px;
	}

/* othners ************************************************/

#form_box .no_ime{ 
	ime-mode: disabled;
}

#form_box label.disabled{
	color: #999999;
	text-decoration: line-through;
}