@charset "utf-8";
/* CSS Document */

body{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック', sans-serif;
	background-color:#fff;
	color:#000;
	font-size:16px;
	line-height:1.7;
	margin: 0;
}

*{

}

h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
h1{
	/*font-size:32px;*/
}
h2{
	/*font-size:24px;*/
}
h3{
	font-size:30px;
}
h4{
	padding-bottom: 1.0em;
}
h5{
	/*font-size:17px;*/
}
ul {
	padding: 0;
	margin:0;
}
.fixedcontainer{
	width:900px;
	margin:0 auto;
	padding-bottom: 50px;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
	color: #090;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}

.fixedcontainer.jumplink {
	padding-bottom: 0;
}

article h2 {
	padding: 30px 0 30px;
	color: #1B7397;
}	
article h3 {
	/*font-size: 30px;*/
	text-align: center;
	color: #1B7397;
	margin: 0 0 30px;
	position: relative;
}
h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.2em;
  background-color: #fff;
  text-align: center;
}
h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}



.bold{
	font-weight:bold;
}

.red{
	color:#ed1c24;
}

.blue{
	color:#009fe8;	
}

.text-center{
	text-align:center;
}

.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.font-12{
	/*font-size:12px;	*/
}
.font-14{
	/*font-size:14px;	*/
}
.pat-3{
	padding-top:3px;
}
.parl-10 {
	padding-right: 10px;
	padding-left: 10px;
}
.pab-0{
	padding-bottom: 0!important;
}
.mab-0{
	margin-bottom:0;
}
.mab-3{
	margin-bottom:3px;	
}
.ma-10{
	margin-top:10px;	
}
img.pcview {
	
}
img.spview {
	display: none;
	width: 1000%
}
.br-sp {
  display:none;
}
p.p-sp {
	display:none;
}
/*-----  table  -----*/
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.m-table01 {
  margin: 0 auto;
}
.m-table01 tr {
  border: 1px solid #1B7397;
  text-align: left;
}
.m-table01 th {
  padding: 10px 15px;
  background-color: #5386A9;
  font-weight: normal;
  width: 20%;
  color: #fff;
}
.m-table01 td {
  padding: 10px 15px;
}
.m-table01 td.recruit_detail p {
	padding: 0 0 1em;
}

/*-------------header----------------------*/
header {
	width: 900px;
	margin: 0 auto;
}
.header-left {
	padding: 20px 0 10px;
}

.header-img {
	padding: 0 0 40px;
}

/*-----------  content  -----------------*/
/*----- 覆面調査とは -----*/

.content-1{
	display: flex;	
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.content-1 p{
	padding: 0 0 1em;
}
.content-1 .content-1-left {
	padding: 10px;
	margin: 0 auto;
	width: 300px;
}
.content-1 .content-1-right {
	padding: 0 20px 0;
	margin: 0 auto;
	width: 500px;
}

/*----- ジャンプリンク -----*/
.jump {
	text-align: center;
	padding: 0px 120px 60px;
}

.button {
	color: #fff;
	font-size: 20px;
	background: #ADC317;
	margin: 0 auto;
	padding: 20px 0 20px;
	border-radius: 8px;
}
.button:hover {
	background: #CDDB73;
}

/*----- 調査募集中の案件一例 -----*/

.content-2{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
}
.content-2-box{
	border:1px solid #86AAC3;
	padding: 12px 10px 10px;
	width: 30%;
	display:inline-block;
	background-color: rgba(255,255,255,0.5);
}
.content-2-sub{
	border-bottom:1px dashed #86AAC3;
	padding-bottom: 8px;
	font-weight: bold;
}
.content-2-sub p{
	line-height:1.3;
	color:#498FAC;
}
.content-2-detail{
	overflow:hidden;
	margin-top:10px;
	text-align: center;
	display: flex;
}
.content-2-img {
	width: 90px;
	height: 90px;
}
.des-txt{
	background-color:#86AAC3;
	color: #fff;
	width: 40%;
	padding-top: 2px;
    padding-bottom: 1px;
}
.des-value{
	margin: 0 auto;
	padding-top: 2px;
    padding-bottom: 1px;
}
.content-2-border{
    display:flex;
	border:1px solid #86AAC3;
    margin-bottom: 3px;
}
.content-2-txt{
	margin-left: 5px;
	width: 175px;
}

/*----- 謝礼金が貰えるまでの流れ -----*/

.arrow-space {
	width: 20px;
}
.img-step-img {
	margin:	0 auto;
}
.content-3{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.content-3-step {
	width: 200px;
	border: 2px solid #86AAC3;
}
.step-number {
    padding: 5px 5px 5px 10px;
    color: #fff;
}
.step-title {
    padding: 5px 5px;
    color: #fff;
}
.content-3-sub {
	display: flex;
	background: #86AAC3;
	font-weight: bold;
}
.content-3-detail {
	text-align: center;
	padding: 10px 5px 5px;
	font-size: 14px;
	height: 260px;
}

/*----- よくある質問 -----*/

.q-and-a {
	padding:0 0 30px;
}
.question {
	background: #1B7397;
	color: #fff;
	padding:10px 0 10px;
}
.q-and-a img {
	width: 30px;
	padding: 0 10px 0 0;
}
.answer-1 {
	font-size: 20px;
	padding: 20px 10px 20px;
}
.answer-2 {
	text-align: left;
	padding:0 10px 10px;
}

/*----- エントリーフォーム -----*/
/*- テキスト -*/
.entry-form .domain-1 {
	background: #ECF3FA;
	text-align: center;
	padding: 20px;
	margin: 10px 0 0;
}
.entry-form .domain-2 {
	background: #fff;
	text-align: center;
	padding: 20px;
	margin:20px 0 0;
}
.entry-text {
	padding: 20px 0 20px;
	text-align: center;
}

/*- 規約 -*/
.formItem_privacyCheckOuter {
    text-align: center;
    margin: 0 auto;
    width: 360px;
}
.formItem_note {
  overflow-y: scroll;
  border: 1px solid #cecece;
  margin: 20px auto 40px;
  padding: 5px 10px;
  height: 170px;
  font-size: 12px;
  text-align: left;
}
.formItem_note span {
  display: inline-block;
  width: 6em;
}
.formItem_note ol, .formItem_note ul {
	padding-left: 1.5em;
	margin:0;
}
.formItem_note p {
	margin-bottom:10px;
}
.formItem_note ol li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.formItem_note ul li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  list-style: disc;
}
.privacy_textarea {
	padding: 5px 10px;
}
.privacy_textarea div.text {
	padding-bottom: 1.0em;
}
.privacy_textarea div.text img {
	display: inline-block;
	position: relative;
	top: 3px;
	width:156px;
}

/*- チェックボックス -*/
.formItem_submit {
	font-size: 20px;
}
.formItem_submit:hover {
  cursor: pointer;
}
.formItem_submit.pageTypeColorE {
  background-color: #ADC317;
  cursor: pointer;
  text-align:center;
  color:#fff;
  border:none;
  border-radius:5px;
  padding: 20px 26px 20px;
  margin: 10px 0;
}
.formItem_submit.pageTypeColorE.back {
  background-color: #AAAAAA;
}
.formItem_submit.pageTypeColorE:hover {
  background-color: #D2DE80;
  color: #fff;
  opacity: .6;
}
.formItem_submit.pageTypeColorE.back:hover {
  background-color: #CCCCCC;
  opacity: .6;
}
.formItem_submit[disabled^="disabled"],
.formItem_submit.pageTypeColorE[disabled^="disabled"] {
  -webkit-transition: inherit;
          transition: inherit;
  background-color: inherit;
  color: #cecece;
  background: #eee;
}
.formItem_submit[disabled^="disabled"]:hover,
.formItem_submit.pageTypeColorE[disabled^="disabled"]:hover {
  color: #cecece;
  opacity: inherit;
  cursor: inherit;
}
.checkbox-box {
	width: 330px;
	margin: 0 auto;
}
.checkbox01-input{
  display: none;
}
.checkbox-text{
padding-right: 38px;
position: relative;
text-align: right;
}
.checkbox-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 38px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox-text{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 43px;
  width: 10px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}
.contents_itemPageLink {
	padding: 35px 0 15px;
}

/*- 入力フォーム -*/
input,select {
	padding: 5px;
	margin: 5px 5px 5px 0;
    appearance: none;
    font-size: 16px;
}
input.ymd {
	width: 90px;
}
select.sex,.address,.job{
	width: 200px;
}

select.ymd{
	width: 90px;
}

.input-box {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.input-box .name-text {
	width: 2.6em;
}
.input-box .ymd-text {
	width: 2.0em;
}

span.error {
	display: block;
	color: red;
}

/*-------------footer----------------------*/

footer {
	font-size: 14px;
}
.footer-con{
	overflow:hidden;
	padding:10px;
	background-color:#555;
	color:#fff;	
}
.footer-txt{
	position:relative;	
}
.pagetopBtn{
	position:fixed;
	right:30px;
	bottom:20px;
	display:block;
	width:40px;
	height:40px;
	background:url(../images/img-top-btn.png) no-repeat center center;
	background-size:40px 40px;
	z-index:10;
	display:none;
}
.pagetopBtn:hover{
	opacity: 0.7;
	transition: opacity 0.5s ease;
}
a.footer-link{
	color: #fff;
	text-decoration: underline;
}
a.footer-link{
	color: #fff;
	text-decoration: underline;
}

/*-------------404error----------------------*/

article h3.error {
	text-align: center;
	color: #1B7397;
	margin: 30px 0 30px;
	position: relative;
}
h3.error::before {
 	display: none;
}
.error-text {
	padding: 0 10px 0;
	text-align: center;
}
.error-link-area {
    padding: 50px 0 0;
    width: 240px;
    margin: 0 auto;
    text-align: center;
}
.error-link-area .button {
    padding: 1em 0 1em;
    /*font-size: 16px;*/
}

/* ---------- 以下レスポンシブに関する記述 ---------- */
ul {
	list-style: none;
}

@media screen and ( max-width:479px ) {

body{
	line-height:1.7;
}
header {
	width: auto;
}
.header-left {
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.header-img {
	padding-bottom: 8%;
}
article h3 {
	margin-bottom: 10px;
}
.br-sp {
  display:block;
}
.lih-0{
	line-height:0;	
}
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none;
}
img{
	max-width:100%;	
}
img.pcview {
	display: none;
}
img.spview {
	display: block;
}

.fixedcontainer{
	width:100%;
	padding-bottom: 30px;
}
.m-table01 {
	width: 95%;
}
.m-table01 th,
.m-table01 td {
	display: block;
	width: auto;
}
.jump {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.content-2 {
	width: 95%;
}
.content-2-box{
	width:100%;
	display:block;
	margin:0 auto 10px;
	padding:12px 12px 8px 13px;	
}
.content-2-txt{
	width:100%;	
}
.content-2-tle{
	float:left;
	margin-right:13px;	
}
.des-txt{
	width:40%;
}
.des-value{
	width:70%;	
}

.content-3{
	display: block;
	margin: 0 auto;
    width: 95%;
}
.content-3-step{
	margin:5px auto 7px;
	width: auto;
}
.step-title {
	text-align: center;
	background: #fff;
    color: #000;
}
.img-step-img {
	padding: 0 0 5px;
}
.img-step-eff {
	padding: 10px;
}
.content-3-sub {
	display: block;
}
.content-3-detail{
	overflow:hidden;
	padding:0 10px 15px;
	text-align: center;	
	height: auto;
}

.q-and-a img {
	padding-right: 0;
}
.question {
	width: 95%;
	margin: 0 auto;
}
.question p {
	padding-left: 8px;
	padding-right: 8px;
}

input {
width: 100%;
margin: 5px 0 5px 0;
}

input.ymd {
margin: 5px 5px 5px 0;
}
.input-box {
	width: 100%;
}

.formItem_privacyCheckOuter {
	width: 300px;
	margin: 0 auto;
}
.formItem_note {
	padding: 0;
	width: 94%;
}
.checkbox-box {
	width: 290px;
	margin: 0 auto;
}
.checkbox-text{
padding-right: 8px;
}
.checkbox-text::before{
  left: 8px;
}
.checkbox01-input:checked + .checkbox-text::after{
  left: 14px;
}

/* ---------- /都道府県選択 ---------- */
	.mediasp {
		display: block;
	}

	.mediapc {
		display: none;
	}

	.prefectureslist {
		margin: 0 10px 0;
	}

	.prefectureslist a {
		display: block;
	}

	.prefectureslist p {
		display: block;
		cursor: pointer;
	}

	.prefectureslist .child {
	    display: none;
		margin: 0 0 -1px;
	    padding: 0;
	    background: #fff;
	    border: 1px solid #eaeaea;
	}

	.prefectureslist .child03 {
	    display: block;
		margin: 0 0 -1px;
	    padding: 0;
	    background: #fff;
	    border: 1px solid #eaeaea;
	}

	.prefectureslist .child .menu {
		background: #eaeaea;
		color: #5e5e5e;
	}

	.prefectureslist .child03 .menu {
		background: #eaeaea;
		color: #5e5e5e;
	}
	      
	.prefectureslist .child .menu:hover {
		background: #d0d0d0;
	}

	.prefectureslist .child03 .menu:hover {
		background: #d0d0d0;
	}

	.prefectureslist .child > li {
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #dddddd;
	}

	.prefectureslist .child03 > li {
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #dddddd;
	}

	.prefectureslist .child > li:last-child {
		border-bottom: 0;
	}

	.prefectureslist .child03 > li:last-child {
		border-bottom: 0;
	}

	.child01 {
		border: 1px solid #eaeaea;
	}

	.prefectureslist .child02 > li {
		padding: 16px;
	    background: #EEE;
	    border-bottom: 1px dotted #dddddd;
	}

	.menu {
		display: block;
		position: relative;
		margin: 1px 0 0;
		padding: 10px;
		background: #4c0;
		color: #fff;
	}

	.menu:hover {
		background: #2e8a00;
		text-decoration: none;
	}

	.link {
		display: block;
		position: relative;
		margin: 1px 0 0;
		padding: 10px;
	}
}

@media screen and ( min-width: 480px ) {
	.mediapc {
		display: block;
		/*font-size: 15px;*/
	}
	.mediasp {
		display: none;
	}

	.mediapc h2 {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.prefectures {
		display: flex;
	}

	.map {
		margin: 0 10px 0 0;
	}

	.map img {
		width: 230px;
	}
	
	.mediapc p {
		padding: 0;
		margin: 0;
	}

	.region {
		display: flex;
		margin: 0 0 10px 0;
	}

	.region p {
		display: block;
		width: 100px;
		padding: 5px 0;
		margin: 0;
	}

	ul.container {
		display: flex;
		margin: 0;
		padding: 0;
		font-size: 15px;
	}

	ul.container li {
		display: block;
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	ul.container li a {
		display: block;
		background: #EEEEEE;
		padding: 5px 6px;
	}

	a.allover {
		display: inline-block;
		background: #EEEEEE;
		padding: 5px 10px;
		margin: 0 0 0 110px;
		font-size: 15px;
	}
}
/* ---------- /都道府県選択 ---------- */