@charset "UTF-8";

*{
padding:0;
margin:0;
}
a{ color:#0070c1;}

body{
	font-size: 14px;
	line-height: 160%;
	color: #333;
	font-family: 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	background-color: #fff;
	background-image: url('bg01.jpg');
	height:100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img{border:0;}

#wrapper{
	background-color: rgba(255, 255, 255, 0.7);
	width: 70%;
	max-width: 980px;
	margin: 50px auto 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(103,89,89,0.7);
	border: solid 5px #073c77;
	position:relative;
}

#contents{
width:86%;
margin:0 auto 0;
}

.title {
  display: none;
}

header {
  text-align: center;
  }

hr{display:none;}

h1 {
    display: block;
    width: 100%;
    line-height: 120%;
    padding: 10px 0 10px;
    font-size: 300%;
    color: #073c77;
    font-weight: 100!important;
  	margin: 20px auto 0px;
}

h1 img {
  width: 75%;
}

h2{
	display: block;
	width: 100%;
	line-height: 120%;
	padding: 40px 0 10px;
	font-size: 30px;
	color: #073c77;
	font-weight: bold!important;
	border-bottom: 1px dotted rgb(7, 60, 119);
}

h3{
  font-size:130%;
  line-height:150%;
  color:#333;
  display:block;
  padding:30px 0 10px;
  font-weight: 700!important;
}

h4{
	display: inline;
	line-height: 120%;
	font-size: 18px;
	color: #ab0000;
	font-weight: 700!important;
}

.read{ color:#2d2d2d; padding-bottom:40px; display: block; font-size:125%; line-height:1.8; text-align:center; padding-top:10px;}
.groupset{ margin-bottom:40px;}

.question{
  margin:35px 0 0;
}

.question_title{
display:inline;
}

input{
  display:block;
  border:none;
  border-radius:8px;
  font-size:19px;
  border:1px solid #ccc;
  padding:3px 2%;
  margin:10px 0 0;
  }

.text input{
	max-width:96%;
	background-color:;
  }

textarea{
  display:block;
  border:none;
  border-radius:3px;
  font-size:120%;
  border:1px solid #ccc;
  padding:3px 2%;
  margin:10px 0 0;
  max-width:96%;
	width:96%;
	background-color:#fff;
	color: #777;
}



.question_desc{
  display:inline-block;
  color:#de0101;
  font-size:12px;
  padding:0 12px;
  border-radius:20px;
  border: solid 1px #de0101;
  margin-left: 10px;
  line-height: 1.8;
}


input:focus{
 outline:none;
}

#btn_area{
  text-align:center;
  margin:50px 0 20px;
}

#btn_area input{
  display:inline;
  width:30%;height:auto;
  padding:10px 0;
  background-image: linear-gradient(0deg, #7d0000, #ce0000);
  color:#fff;
  cursor:pointer;
  text-shadow:2px 2px 6px rgba(30,70,30,0.8);
  -webkit-appearance:none;
  font-size: 150%;
  border: solid; 2px #af0054;
}

#btn_area input:hover{
  opacity:0.8;
}

#footer{
  text-align:center;
  padding:30px 0 10px;
  color:#999;
}

#footer address{
  font-size:11px;
}

#alert{
display: block;
background-color: rgba(0, 87, 200, 0.79);
padding: 18px 3%;
margin: 0 0 30px;
width: 94%;
left: 0;
top: 0;
border-radius: 10px;
border: solid 1px #e6e5ea;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#alert font{
    color:#fff!important;
}

#alert p{
border-bottom: solid 1px rgba(255, 255, 255, 0.37);
padding-bottom: 5px;
margin-bottom: 5px;
}

.option {
	margin-top: 10px;
}

.option input{
  display:inline;
  margin-right:5px;
}

.option label{
  font-size:16px;
  color:#333;
}

b {
  font-weight: bold!important;
  color: #ab0000;
}

select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size:19px;
padding: 3px 8px;
margin: 10px 0 0;
width:30%;
background: url(arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
background-color:#fff;
background-size: 20px, 100%;
}

input.text{
	width:100%;

}

/*---confirm---*/


#body_id_confirm span.text{
  font-size:120%;
  color:#ab0000;
  font-weight:100;
  line-height:1.5;
  /*margin-left:1em;*/
}

#body_id_confirm .option span.text{
  margin-left:0;
}

#body_id_confirm .option {
  display:block;
  margin:8px 0 0;
  font-size:120%;
  color:#ab0000;
  font-weight:100;
  line-height:1.5;
  /*margin-left:1em;*/
}

#body_id_confirm .question_desc{
    display:none;
}

#body_id_confirm .attention{
display:none;
}

#body_id_confirm #btn_bck{
background-color:#666;
margin-right:20px;
}

/*---confirm---*/

#finish{
display:block;
margin:30px 0 0;
text-align:center;
}


#finish h3{
  font-size:27px;
  color:#f90;font-weight:800;
  display:block;
  text-align:center;
  background-color:transparent;
  margin:0 0 20px;
}

#finish p{
display:block;
font-size:15px;
color:#333;
text-align:center;
}


#closebt a{
display:inline-block;
border-radius:20px;
background-color:#a00;
color:#fff;
margin:30px 0 0;
padding:2px 15px;
}

#closebt a:hover{
  opacity:0.8;
}

h6{
  border: 2px solid #D60;
  border-radius: 30px;
  padding: 2px 15px;
  color: #d60;
  font-size: 11px;
  display: inline-block;
  margin: 0 0 16px;
}
#kt{ position:absolute; padding:10px; width: 50px; right:1%;}

@media screen and (max-width: 800px) {
  input{
    display:block;
    padding:1% 2%;
    font-size:14px;
  }
  .question_desc{
    display:inline-block;
    text-align:left;
    font-size:9px;
    padding:0.2px 6px;
    margin:5px 0 0;
  }

  .option input[name="q9272"]{
    display:inline;
    width:auto;
  }

}




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

  #wrapper{
	background-color: rgba(255, 255, 255, 0.7);
	width: 97%;
	max-width: 800px;
	margin: 0;
	/*border-radius: 3px;*/
	/*box-shadow: 2px 2px 8px rgba(0,0,0,0.5);*/
	position:relative;
	z-index:10;
  }

	#contents{
	width:92%;
	margin:0 auto 0;
	}

	body::before{
		content:'';
		position:fixed;
		top:0;left:0;
		display:block;
		height:100%;
		width:100%;
		background-size:270%;
		z-index:0;
	}

	h1 {
		font-size:240%;
		text-align: center;
	}

  h1 img {
  width: 80%;
  }


	h3{
	
	}

	h2{
	display: block;
	width: 100%;
	line-height: 130%;
	padding: 0px 0 10px;
	font-size: 160%;
	color: #073c77;
	font-weight: bold!important;
  }
  
  .read{ text-align:left; font-size:113%;}

  #btn_area input{
    width:43%;height:auto;
    padding:15px 0;
  }

  #body_id_confirm #btn_bck{
  background-color:#666;
  margin-right:5%;
  }

  h4{
    display:block;
	line-height:120%;
    font-size:16px;
	padding-left:0.3em;
  }

  .option input[name="q9272"]{
    display:inline;
    width:auto;
  }

	select{
	  font-size:14px;
	}

	.option label{
		color:#333;
		font-size:14px;
	}

	.hidesp{ display:none;}

.description{ padding-bottom:30px;}

select{
max-width: 100%;
width:100%;
}

}




/*---オプション---*/


.attention{
  display:inline-block;
  line-height:140%;
  font-size:12px;
  color:#333;
  margin:10px 0 0;

}

#privacynotice{
	color: #333;
	margin: 0 0 20px;
	font-size:90%;
	text-align:left;
}

.mo:hover{
  opacity:0.8;
}

@media all and (-ms-high-contrast:none){
  select {
    background-image:none;
		background-color:#fff;
  }
}
