@charset "UTF-8";

*{
padding:0;
margin:0;
}
a{ color:#324f66;}

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

img{border:0; width: 100%;}

#wrapper{
	background-color: rgba(255, 255, 255, 0.35);
	width: 98%;
	max-width: 980px;
	margin: 40px auto 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(103,89,89,0.7);
	position:relative;
}

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

hr{display:none;}

h1 {
  display: block;
  width: 95%;
  max-width: 900px;
  font-size: 260%;
  color: #324f66;
	margin: 0px auto 0px;
  text-align:center;
  line-height:1.3;
}

h2{
	display: block;
	width: 100%;
	line-height: 120%;
	padding: 40px 0 10px;
	font-size: 30px;
	color: #324f66;
	font-weight: bold!important;
	border-bottom: 1px dotted #324f66;
}

h3{
  font-size:150%;
  line-height:160%;
  color:#324f66;
  display:block;
  padding:30px 0 10px;
  font-weight: 700!important;
  padding-top:50px
}

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

.savenotice h4{ padding-top:10px;}
header{ text-align:center;}
header img{ width:75%; max-width: 500px;}
.read{ color:#324f66; padding-bottom:40px; display: block; font-size:125%; line-height:1.8; text-align:center; padding-top:30px;}
.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;
  line-height: 30px;
  }

.text input{
	max-width:96%;
  width: 95%;
	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:#737373;
  font-size:12px;
  padding:0 12px;
  border-radius:20px;
  border: solid 1px #737373;
  margin-left: 10px;
  line-height: 1.8;
}

.question-options { display: flex; gap: 17px; flex-wrap: wrap;}
.question-options .option { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.question-options .option input {
  margin: 10px 0 4px 0 !important;
}

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, #223747, #517490);
  color:#fff;
  cursor:pointer;
  text-shadow:2px 2px 6px rgba(30,70,30,0.8);
  -webkit-appearance:none;
  font-size: 150%;
  border: solid 1px #f6f0e4;;
}

#btn_area input:hover{
  opacity:0.8;
}

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

#footer address{
  font-size:11px;
  padding-bottom: 52px;
  color:#737373
}

#alert{
  display: block;
  background-color: rgba(50, 79, 102, 1);
  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 input{
  display:inline;
  margin-right:5px;
}

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

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size:19px;
  padding: 3px 8px;
  margin: 10px 0 0;
  width:30%;
  background: 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:#333333;
  word-break: break-word;
  font-weight:600 !important;
  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:#333333;
  font-weight:600 !important;
  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;
}
#body_id_confirm .groupset h2{ display:none;}

/*---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;
}

 .wallpaper {
  display: flex;
  }
  
.get_wp{    
  height: auto;
  padding: 10px 0;
  background-image: linear-gradient(0deg, #223747, #517490);
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(30, 70, 30, 0.8);
  -webkit-appearance: none;
  font-size: 150%;
  text-align: center;
  margin: 5px;
  border-radius: 5pt;
  border: solid 1px #f6f0e4;}

#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%;}

.finishtext{ font-size:130%; padding-top:30px; line-height:1.5; text-align:left;}

.howtoid{ 
  display: block;
  border: solid 1px;
  width: 180px;
  border-radius: 15px;
  text-align: center;
  padding: 5px 0;
  margin-top: 10px;
	background-color: #ea4c8c;
  color: #fff;}

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

  body{
	background-size: contain;
  }

  input{
    display:block;
    padding:1% 2%;
    font-size:14px;
    background-position: right top;
    background-size: contain;
  }
  .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;
  }

  #wrapper{
	width: 90%;
	max-width: 800px;
	position:relative;
	z-index:10;
  }

	#contents{
	width:85%;
	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:210%;
		text-align: center;
	}

	h3{
	font-size: 18px;
	}

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

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

  #body_id_confirm #btn_bck{
  background-color:#666;
  }

  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{
    font-size: 14px;
		color:#000000
	}
  .wallpaper {
    display: block;
  }
  
  .waku-top{
  top: 0;
  height: 41px;
  background: url('/enquete/sangokushi_40th/waku_top-sp.png') center top no-repeat;
  background-size: 100% auto;
  }

  .waku-middle{
  top: 10.2vw;
  bottom: 10.2vw;
  background: url('/enquete/sangokushi_40th/waku_middle-sp.png') center top no-repeat;
  background-size: 100% 100%;
  }

  .waku-bottom{
  bottom: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_bottom-sp.png') center bottom no-repeat;
  background-size: 100% auto;
  }

	.hidesp{ display:none;}

  .description{ padding-bottom:0px;}

  #privacynotice li{
  text-align: left!important;
  padding-left: 1.2em;
  text-indent: -1em;
  line-height: 1.6;
  }

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

}

@media screen and (min-width: 640px) {
.hidepc{ display:none;}

.waku-top{
  top: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_top.png') center top no-repeat;
  background-size: 100% auto;
}

.waku-middle{
  top: 80px;
  bottom: 80px;
  background: url('/enquete/sangokushi_40th/waku_middle.png') center top no-repeat;
  background-size: 100% 100%;
}

.waku-bottom{
  bottom: 0;
  height: 80px;
  background: url('/enquete/sangokushi_40th/waku_bottom.png') center bottom no-repeat;
  background-size: 100% auto;
}

}

/*---オプション---*/
.attention{
  display:inline-block;
  line-height:140%;
  font-size:12px;
  color:#333;
  margin:10px 0 0;

}

.waku {
  inset: 0;
  z-index: 6000;
  position: fixed;
  pointer-events: none;
}

.waku-bottom, .waku-middle, .waku-top {
  position: absolute;
  width: 100%;
  left: 0;
}

#privacynotice{
	color: #737373;
	margin: 0 0 10px;
	font-size:90%;
	text-align:center;
}

.mo:hover{
  opacity:0.8;
}

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

}