@charset "utf-8";

#fukuokakun-reserch {
  background: url("../../img/bg.png");
	letter-spacing:0.08em;
}
#fukuokakun-reserch img {
	display:block;
	width:100%;
	height:auto;
}


/* header */
#fukuokakun-reserch #ttl h1 {
	width:600px;
	margin:0 auto;
	padding:40px 0;
}
#fukuokakun-reserch #ttl h1 a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}


/* mainContents */
#mainContents > div {
	padding:0 0 120px;
}
#mainContents #header {
	width: 960px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
#mainContents #header strong {
	display: block;
    color: #fff;
    background-color: #000;
    padding: 3px 10px;
    border-radius: 3px;
    width: 50px;
    margin: 0 auto 10px;
}
#mainContents #header span {
	display: inline;
    background: linear-gradient(transparent 64%, #FEF102 64%);
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0 0 10px;
}
#mainContents article {
	width:960px;
	margin:0 auto;
	padding:80px 100px;
	border-radius:20px;
	background:#fff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
article .message {
	line-height:1.7;
	font-size:87.5%;
}
article .message-thanks {
	font-weight: bold;
}
article .message a {
	display:block;
	width:200px;
	margin-top:20px;
	padding:20px 0;
	text-indent:30px;
	border: 1px #e3e3e3 solid;
  background:#f5f5f5 url(../../img/icon_back.png) no-repeat 20px 20px / 20px auto;
	color:#000;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.06em;
}
#form dt br.noteBr {
	display: none;
}
/* pc:改行なし sp:改行あり */
#form dt span.note {
	display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    border-radius: 0;
    background: none;
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
    font-size: 80%;
    vertical-align: 1px;
}
/* pc・sp共に改行あり・黒字 */
#form dt span.note-noLine-colorB {
	display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
    font-size: 80%;
    vertical-align: 1px;
}
/* pc・sp共に改行あり・赤字 */
#form dt span.note-noLine-color {
	display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    line-height: 1.2em;
    color: #ff0000;
    font-weight: bold;
    font-size: 80%;
    vertical-align: 1px;
}
.thanks {
	text-align: center;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
}
	

/* form */
#form {
	margin: 0 auto;
	color: #000;
}

dl.errorElement {
	margin-bottom: 16px;
    padding: 16px 16px 0 16px;
    background: #fecbbc;
    border: 1px dotted #f66;
}

#form dt {
  position: relative;
  margin-bottom: 10px;
	letter-spacing: 0.06em;
}
#form dt span {		/* 必須 */
	display: inline-block;
	margin:0 10px 0 5px;
	padding: 4px 8px;
	border-radius: 10px;
	background: #ff0000;
	line-height: 1.2em;
	color: #fff;
	font-weight:bold;
	font-size: 62.5%;
	vertical-align: 3px;
}
#form dt strong { /* error */
  display: inline-block;
  padding: 6px 8px;
  border: 1px #c00 solid;
  background:#fecbbc;
  color:#c00;
  font-weight: bold;
  vertical-align: 2px;
}
#form dt label {
	/* display: inline-block; */
  line-height: 1.3;
	font-weight: bold;
	font-size: 1.125em;
}
#form dd {
	margin-bottom: 40px;
	line-height: 1.6em;
	color: #000;
  font-size: 0.875em;
}
#form dd > span {
	display:inline;
	line-height:1.6;
	margin-top:5px;
}
input[type="text"],input[type="tel"], textarea {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border:0;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	color: #000;
	letter-spacing: 0.06em;
}
input[type="text"]#age,
input[type="text"]#price,
input[type="text"]#amount,
input[type="text"]#years {
  width: 100px;
  margin-right: 5px;
}
input[type="radio"] {
    display: none;
}
.choices {
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.choices label{
    display: block;
    float: left;
    width: 50%;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 110%;
    text-align: center;
    cursor: pointer;
}
.choices label:last-child {
    border-left: 1px solid #d4d4d4;
}
input[type="radio"]:checked+label {
    background: #FEF102;
}



/* file */
#uploadPreview {
	line-height:1.5;
	margin-bottom:10px;
	text-align:center;
}
#uploadPreview em {
    display: inline-block;
    margin-top: 5px;
    padding: 15px 20px;
    border: 1px #666 solid;
	font-weight:bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;    
}
#uploadPreview strong { /* error */
  display: inline-block;
  margin-top: 5px;
  padding: 10px 16px;
  border: 1px #c00 solid;
  background:#fecbbc;
  color:#c00;
  font-weight: bold;
  vertical-align: 2px;
  font-size: 75%;
}
.file_btn {
	display: block;
	max-width: 240px;
	width:100%;
	margin: 20px auto 0;
	padding: 20px 0;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #d4d4d4;	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	font-size:1.071em;
	text-align:center;
	cursor:pointer;
}
.file_btn input {
	display:none;
}
.privacy {
	line-height: 1.9em;
	margin-bottom: 30px;
	padding:25px 30px;
	border:1px #f00 solid;
	background:#fff;
	font-size:0.875em;
}

/* post */
#btnWrap li {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  width: 190px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
#backBtn {
  border: 1px #e3e3e3 solid;
  background:#f5f5f5 url("../../img/icon_back.png") no-repeat 50px 25px / 20px auto;;
	text-indent: 30px;
}
#submitBtn {
  border: 2px #000 solid;
	background:#ffeb00;
}

@media (max-width: 1000px) {
/* header */
#mainContents #header {
    margin: 0 auto 20px;
}
#fukuokakun-reserch #ttl h1 {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}
#ttl {
	width:100%;
}


/* mainContents */
#mainContents > div {
	padding-bottom:120px;
}
#mainContents #header {
	width: 90%;
    margin: 0 auto 30px;
    padding: 20px 10px;
	background: #fff;
	border-radius: 10px;
}

#mainContents article {
	width:92%;
	padding:8% 5% 15%;
	border-radius:10px;
}
}

@media (max-width: 812px) {
/* header */
#fukuokakun-reserch #ttl h1 {
	width:90%;
	padding:5% 0;
}
#mainContents > div {
  padding: 0 0 120px;
}
#mainContents #header img {
  max-width: 623px;
  width: 85%;
}
#mainContents #header span {
	font-size: 130%;
}
#form dt strong { /* error */
 margin: 3px 0;
}
#form dt br.noteBr {
	display: block;
}
#form dt span.note {
    margin: 10px 10px 0 0;
    padding: 0;
    line-height: 1.2em;
    vertical-align: 1px;
}


.privacy {
	line-height: 1.7em;
	padding:20px;
}
}


@media (max-width: 580px) {
	#mainContents #header span {
		font-size: 120%;
	}

    
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  