@charset 'UTF-8';


/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0vw auto 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.siryo_setsumei{
		background-color: #F1EDE8;
		padding: 30px;
	}
	.siryo_form_base{
		border:1px solid #DCDCDC;
		padding:40px;
	}
	.siryo_form{

	}
	.siryo_komoku{

	}
	.siryo_form{
		margin-bottom: 30px !important;
	}
	.siryo_form input{

	}
	.siryo_form submit{
		
	}
	.shiryo_base{
		width:900px;
		margin:0 auto;
		display:flex;

	}
	.shiryo_sample{
		width: 400px;
		padding: 10px;
	}
	.shiryo_sample img{
		width:100%;
	}
	.shiryo_guide{
		width:500px;
	}
	.aka{
		color:#FF0000;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
	.main_cate{
		height: 21vw;
		background: #7B6F6B;
		width: 100%;
	}
	.siryo_setsumei{
		background-color: #F1EDE8;
		padding: 30px;
	}
	.siryo_form_base{
		border:1px solid #DCDCDC;
		padding:40px;
	}
	.siryo_form{

	}
	.siryo_komoku{

	}
	.siryo_form{
		margin-bottom: 30px !important;
	}
	.siryo_form input{

	}
	.siryo_form submit{
		
	}
	.shiryo_base{
		width:90vw;
		margin:0 auto;


	}
	.shiryo_sample{
		width: 100%;
		padding: 0px;
	}
	.shiryo_sample img{
		width:100%;
	}
	.shiryo_guide{
		width:100%;
	}
	.aka{
		color:#FF0000;
	}
}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.both_middle {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.both_short {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.both_vshort {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}

	/* 両方にマージンを空ける
	----------------------------------------------- */
	.both_long {
		margin-top: 16vw;
		margin-bottom: 16vw;
	}
	.both_middle {
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.both_short {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.both_vshort {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wp-pagenavi{
		text-align:center!important;
		
	}
	.kojinjoho{
		width: 900px;
		padding: 20px;
		background: #FFF;
		margin-top: 10px;
		font-weight: 12px;
		font-size: 12px;
		color: #2d2d2d;
		margin: 26px auto 0;
		border: 2px solid #DCDCDC;
		margin-bottom: 60px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
	.wp-pagenavi{
		text-align:center!important;
		
	}

}




/* ================================================================================

	カラーボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#eeeeee;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border: 8px solid #cccccc;
	}
	/* 画像のボーダー囲い */
	.img_border img {
		border: 8px solid #cccccc;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		background: url(../img/spacer.gif) center top / auto auto repeat ,#eeeeee;
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border: 2vw solid #cccccc;
	}
	/* 画像のボーダー囲い */
	.img_border img {
		border: 2vw solid #cccccc;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		padding: 0 0 34px 0 !important;
		color: #423939;
		background: url(../img/h2_cate_bg.jpg)center bottom no-repeat;
	}
	.h2_cate h2 {
		  font-size: 32px;
		  font-weight: 500;
		  text-align: center;
		  line-height: 48px;
		  letter-spacing: 2px;
	}
	.about_merit01_base{
		margin: 0 auto;
		width: 1100px;
	}
	.about_01_main{
		width: 900px !important;
		margin: 30px auto 0;
	}
	.about_02_main{
		margin:60px 0 0 0!important;
		background:#e4eef2;
		padding: 84px;
	}
	.about_03_main{
		margin:0 0 0 0!important;
		background:#FFF;
		padding: 0px 84px 84px 84px;
	}
	.about_02_text{
		font-size:16px;
		line-height:30px;
		text-align:center;
	}
	.trust_merit{
		margin-top:80px;
	}
	.about_merit01{
		align-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 16px;
		width: 900px;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 83px;
		margin: 62px auto 0;
	}
	.about_merit01_midashi{
		  font-size: 100px;
		  font-weight: 900;
		  color: #DCDCDC;
		  position: absolute;
		  margin: -175px 0 0 -58px;
	}
	.about_merit01_subtitle{
		font-size: 31px;
		font-weight: bold;
		border-bottom: 6px #DCDCDC solid;
		padding-bottom: 4px;
		margin-bottom: 30px;
		text-align: center;
		color: #666;
	}
	.about_merit03_pics{
		padding-top:30px!important;
	}
	.about_merit02_pics img{
	
	}
	.about_merit03_base{
		display:flex;
		margin:0 auto;
	}
	.about_merit04_base{
		display:flex;
		margin:0 auto;
	}
	.about_merit04_base{
		width: 900px;
		margin: 67px auto 0;
	}
	.about_merit04{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 16px;
		width: 428px;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 40px 40px 60px;
		margin: 10px auto 0;
	}
	.about_merit03_base{
		width: 900px;
		margin: 67px auto 0;
	}
	.about_merit03{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 16px;
		width: 428px;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 40px 40px 60px;
		margin: 10px auto 0;
	}
	.about_merit04_midashi{
		font-size: 70px;
		font-weight: 600;
		position: absolute;
		margin-top: -110px;
		color: #B7B7B7;
		}
	.about_merit014_subtitle{
	  font-size: 26px;
	  font-weight: 900px;
	  border-bottom: 4px solid #DCDCDC;
	  line-height: 1.4;
	  padding-bottom: 21px;
	  margin-bottom: 22px;
	}
	.about_merit014_texts{
		padding:10px;
		font-size:16px;
	}
	.about_message_text{
		font-size:15px;
	}
	

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 12px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		text-align: center;
	}
	.trust_about_illust{
		text-align:center;
	}
	.trust_about_illust img{
		width:900px;
		margin:0 auto;
	}
	#global-nav ul{
		margin-top: -8px;
	}
.fixed #global-nav ul {
  margin-top: -5px;
}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		padding: 0 0 34px 0 !important;
		color: #423939;
		background: url(../img/h2_cate_bg.jpg)center bottom no-repeat;
	}
	.h2_cate h2 {
		  font-size: 32px;
		  font-weight: 500;
		  text-align: center;
		  line-height: 48px;
		  letter-spacing: 2px;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid #000000;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4 !important;
		text-align: center;
	}
	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		padding: 0 0 5vw 0 !important;
		color: #423939;
		background: url(../img/h2_cate_bg.jpg)center bottom no-repeat;
		  background-size: auto;
		background-size: 10vw;
	}
	.h2_cate h2 {
		font-size: 5vw;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 2px;
	}
	.about_merit01_base{
		margin: 0 auto;
		width: 98vw;
	}
	.trust_about_illust{
		text-align:center;
	}
	.trust_about_illust img{
		width:900px;
		margin:0 auto;
	}
	.about_01_main{
		width: 98vw !important;
		margin: 5vw auto 0;
	}
	.about_02_main{
		margin: 6vw 0 0 0 !important;
		background: #e4eef2;
		padding: 13vw 0vw;
	}
	.about_03_main{
		margin:0 0 0 0!important;
		background:#FFF;
		padding: 15vw 0vw 0vw;
	}
	.about_02_text{
		font-size: 3.4vw;
		line-height: 4;
		text-align: center;
	}
	.about_merit01{
		align-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 4vw;
		width: 91vw;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 10vw;
		margin: 5vw auto 16vw;
	}
	.about_merit01_midashi{
		font-size: 15vw;
		font-weight: 900;
		color: #DCDCDC;
		position: absolute;
		margin: -23vw 0 0 -3vw;
	}
	.about_merit01_subtitle{
		font-size: 5vw;
		font-weight: bold;
		border-bottom: 6px #DCDCDC solid;
		padding-bottom: 2vw;
		margin-bottom: 5vw;
		text-align: center;
		color: #666;
	}
	.about_merit03_pics{
		padding-top:30px!important;
	}
	.about_merit02_pics img{
	
	}
	.about_merit03_base{
		width: 91vw;
		margin:0 auto;
	}
	.about_merit04_base{
		width: 91vw;
		margin: 0 auto 0;
	}
	.about_merit03_base{
		width: 91vw;
		margin: 0 auto 0;
	}
	.about_merit03{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 4vw;
		width: 100%;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 10vw;
		margin: 3vw auto 20vw;
	}
	.about_merit04{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 4vw;
		width: 100%;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 10vw;
		margin: 3vw auto 6vw;
	}
	.about_merit04_midashi{
		font-size: 70px;
		font-weight: 600;
		position: absolute;
		margin-top: -110px;
		color: #B7B7B7;
		}
	.about_merit014_subtitle{
		font-size: 5vw;
		font-weight: 900px;
		border-bottom: 7px solid #DCDCDC;
		line-height: 1.4;
		padding-bottom: 3vw;
		margin-bottom: 5vw;
	}
	.about_merit014_texts{
		padding:10px;
		font-size:16px;
	}
	.about_message_text{
font-size: 4vw;
padding: 6vw;
background: #FFF;
line-height: 1.9;
font-weight: 100;
	}

}





/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 40px;
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 24px;
		letter-spacing: 0;
		margin-left: 20px;
	}
	.link_common ul li:first-of-type {
		margin-left: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
		margin-top: 6vw;
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li {
		margin-top: 2vw;
	}
	.link_common ul li:first-of-type {
		margin-top: 0;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate{
height: 18vw;
background: #7B6F6B;
width: 100%;
	}
	.main_cate_in{
height: 20vw;
line-height: 23vw;
color: #FFF;
font-size: 2.5vw;
text-align: center;
letter-spacing: 9px;
padding-top: 1.5vw;
	}
	.page-wanted,.page-hanpo_01{
		background:#FFF!important;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate{
		width:100vw;
		background-size:cover;
		height:20vw;
		background: #7B6F6B;
	}
	.main_cate_in{
		height: 31vw;
		line-height: 20vw;
		color: #FFF;
		font-size: 3.5vw;
		text-align: center;
		letter-spacing: 9px;
		padding-top: -5vw;
		padding-bottom: 15vw;
	}
	.page-wanted,.page-hanpo_01{
		background:#FFF!important;
	}
}





/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.company_base{
		background: #FFF;
		margin: 50px auto 0;
		width: 1000px;
		padding: 0 0 70px;
	}
	.company_pro{
		
	}
	.company_pro table{
		width: 900px;
		margin: 0 auto 0;
	}
	.interview_midashi{
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-size: 34px;
		font-weight: normal;
		text-align: center;
		margin-top: 68px;
	}
	.interview_pic{
		margin-top:30px;
	}
	.interview_text{
		background: #FFF;
		padding: 30px;
		width: 900px !important;
		margin: -80px auto 0;
	}
	.interview_midashi h2{
	line-height: 1.4 !important;
	}
	.wanted_message{
		padding-left: 105px;
	}
	.wanted_midashi01{
		font-size: 33px;
		font-weight: 600;
	}
	.page-wanted{
		background:#FFF!important;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.company_base{
		background: #FFF;
		margin: 5vw auto 0;
		width: 89vw;
		padding: 0 0 7vw;
	}
	.company_pro{
		
	}
	.company_pro table{
		width: 100%;
		margin: 0 auto 0;
	}
	.interview_midashi{
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-size: 6vw;
		font-weight: normal;
		text-align: center;
		margin-top: 13vw;
	}
	.interview_pic{
		margin-top:30px;
	}
	.interview_text{
		background: #FFF;
		padding: 5vw;
		width: 80vw !important;
		margin: -5vw auto 0;
		  margin-bottom: 0px;
		font-size: 4vw;
	}
	.interview_midashi h2{
		line-height: 1.4 !important;
	}
	.wanted_message{
		padding-left: 105px;
	}
	.wanted_midashi01{
font-size: 6vw;
font-weight: 600;
	}
	.page-wanted{
		background:#FFF!important;
	}
}





/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wanted_pics{
		position: absolute;
		margin-top: 74px;
	}
	.wanted_pics img{
		width: 464px;
	}
	.wanted_text01{
		margin-top:30px;
	}
	.wanted_2clm{
		text-align:center;
		margin-top: 86px;
	}
	.wanted_2clm_base{
		
	}
	.wanted_2clm_pic{
		text-align:right;
	}
	.wanted_2clm_pic img{
		width:500px;
		
	}
	.wanted_3clm{
		width: 1000px;
		margin: 100px auto 0;
	}
	.wanted_3clm_left{
		width: 614px !important;
	}
	.wanted_3clm_2{
		text-align:center;
		margin-top:40px;
	}
	.wanted_mail{
		margin-top: 50px;
	}
	.wanted_list{
		background: #FAFAFA;
		padding: 40px;
		border: 3px solid #EBEBEB;
		width: 900px !important;
		margin: 0 auto;
	}
	.wanted_title{
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		padding-bottom: 29px;
	}
	.shop_list_title{
		border-bottom:3px solid #1D1D1D;
		color:#1D1D1D;
		padding-bottom:8px;
	}
	.shop_list_list table{
		font-size: 14px;
		text-align: left;
		margin: 26px auto;
		width: 453px;
	}
	.shop_list_list tr{
		border-bottom:1px solid #DCDCDC;
	}
	.shopname{
		padding: 8px;
	}
	.shoparea{
		padding: 8px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.shop_list_title{
		border-bottom: 3px solid #1D1D1D;
		color: #1D1D1D;
		padding-bottom: 8px;
		font-size: 5vw;
	}
	.shop_list_list table{
		font-size: 3.4vw;
		text-align: left;
		margin: 4vw auto;
		width: 82vw;
	}
	.shop_list_list tr{
		border-bottom:1px solid #DCDCDC;
	}
	.shopname{
	padding: 8px;
	}
	.shoparea{
	padding: 8px;
	}
	.wanted_pics{
		position: absolute;
		margin-top: 1vw;
	}
	.wanted_pics img{
		width: 80vw;
	}
	.wanted_text01{
		margin-top: 115vw;
		font-size: 4vw;
	}
	.wanted_2clm{
		text-align:center;
		margin-top: 0vw;
	}
	.wanted_2clm_base{
		
	}
	.wanted_2clm_pic{
		text-align:right;
	}
	.wanted_2clm_pic img{
		width:500px;
		
	}
	.wanted_3clm{
		width: 1000px;
		margin: 100px auto 0;
	}
	.wanted_3clm_left{
		width: 614px !important;
	}
	.wanted_3clm_2{
		text-align:center;
		margin-top:40px;
	}
	.wanted_mail{
		margin-top: 5vw;
	}
	.wanted_list{
		background: #FAFAFA;
		padding: 40px;
		border: 3px solid #EBEBEB;
		width: 900px !important;
		margin: 0 auto;
	}
	.wanted_title{
		font-size: 30px;
		font-weight: 900;
		text-align: center;
		padding-bottom: 29px;
	}
}





/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.flow_title{
		margin-top:100px;
	}
	.flow_base{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 16px;
		width: 954px !important;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 40px 40px 60px;
		margin: -35px auto 0;
	}
	.flow_pic{
		width:90%;
		margin:0 auto;
	}
	.flow_text{
		font-size:15px;
	}
	.flow_base_base{
		background: #FFF;
		padding-bottom: 10px;
	}
	.qa_base_base{
		background:#FFF;
		padding-bottom: 92px;
	}
	.boko{
		color:#FF0000;
		font-size:13px;
	}
	.about_flow_title{
		margin-top:90px;
	}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 13px;
  border-bottom: 1px dotted;
  padding: 10px;
}
#cf-tbl table tr th {
  width: 25%;
  background: #eee;
}
.jikan{
	font-size:12px;
}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
		.flow_title {
		  margin-top: 9vw;
		}
	.flow_base{
		lign-items: center;
		justify-content: center;
		color: #333333;
		background-color: #fff;
		font-size: 3.6vw;
		width: 98vw !important;
		border-radius: 3px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		padding: 5vw;
	}
	.flow_pic{
		width:90%;
		margin:0 auto;
	}
	.flow_text{
		font-size:15px;
	}
	.flow_base_base{
		background: #FFF;
		padding-bottom: 10px;
		margin-top: 18px;
	}
	.qa_base_base{
		background: #FFF;
		padding-bottom: 3vw;
	}
}





/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.qa_contents{
		margin-top:40px;
	}
	.new_open_title{
		font-size: 40px;
		text-align: center;
		padding: 22px 0;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: normal;
	}
	.new_open_text{
		font-size: 16px;
		background: #FFF;
		padding: 20px;
		width: 900px !important;
		margin: 25px auto 0;
	}
	.shop_list{
		font-size:30px;
		text-align:center;
		padding:10px;
		margin-top: 30px;
		width: 1000px;
		margin: 0 auto;
	}
	.shop_list h2{
		font-weight:normal;
	}
	.new_open_text table {
		margin: 20px auto;
		width: 800px;
	}
	.new_open_text .tbl-r02 th {
		background: #cba57d;
		border: solid 1px #fff;
		color: #fff;
		padding: 10px;
		width: 32%;
		font-size: 16px;
	}
	.new_open_text .tbl-r02 td {
		padding: 10px;
		border-bottom: 1px solid #DCDCDC;
		font-size: 16px;
	}
	.defo_title{
		font-size: 30px;
		border-bottom: 3px solid #cdcdcd;
		padding-bottom: 19px !important;
		width: 499px !important;
		margin: 68px auto 0;
	}
}



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

.new_open_text.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.new_open_text.tbl-r02 {
    width: 80%;
  }
.new_open_text.tbl-r02 th,
.new_open_text.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: 100%;
  }
	.defo_title{
		font-size: 8vw;
		border-bottom: 3px solid #cacaca;
		padding-bottom: 4vw !important;
	}
	.new_open_text .tbl-r02 th {
		background: #cba57d;
		border: solid 1px #fff;
		color: #fff;
		padding: 2vw;
		width: 32%;
		font-size: 3vw;
	}
	.new_open_text .tbl-r02 td {
		padding: 2vw;
		border-bottom: 1px solid #DCDCDC;
		font-size: 3vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.qa_contents{
		margin-top:40px;
	}
	.new_open_title{
		font-size: 6vw;
		text-align: center;
		padding: 6vw 0;
		font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
		font-weight: normal;
	}
	.new_open_text{
		font-size: 4vw;
		background: #FFF;
		padding: 3vw;
		width: 97vw !important;
		margin: 3vw auto 0;
	}
	.shop_list{
		font-size:30px;
		text-align:center;
		padding:10px;
		margin-top: 30px;
	}
	.shop_list h2{
		font-weight:normal;
	}
	.new_open_text table {
		margin: 6vw auto;
		width: 75vw;
	}
	.kojinjoho{
		width: 80vw;
		padding: 7vw;
		background: #FFF;
		margin-top: 10px;
		font-weight: 12px;
		font-size: 3.4vw;
		color: #2d2d2d;
		margin: 8vw auto 0;
		border: 2px solid #DCDCDC;
		margin-bottom: 9vw;
	}
}

/*==================================================
アコーディオンのためのcss
===================================*/

	/*アコーディオン全体*/
	.accordion-area{
	    list-style: none;
	    width: 96%;
	    max-width: 900px;
	    margin:0 auto;
	}

	.accordion-area li{
	    margin: 10px 0;
	}

	.accordion-area section {
	  border: 1px solid #ccc;
	}

	/*アコーディオンタイトル*/
	.title {
	    position: relative;/*+マークの位置基準とするためrelative指定*/
	    cursor: pointer;
	    font-size:1rem;
	    font-weight: normal;
	    padding: 3% 3% 3% 50px;
	    transition: all .5s ease;
	}

	/*アイコンの＋と×*/
	.title::before,
	.title::after{
	    position: absolute;
	    content:'';
	    width: 15px;
	    height: 2px;
	    background-color: #333;
	    
	}
	.title::before{
	    top:48%;
	    left: 15px;
	    transform: rotate(0deg);
	    
	}
	.title::after{    
	    top:48%;
	    left: 15px;
	    transform: rotate(90deg);

	}
	/*　closeというクラスがついたら形状変化　*/
	.title.close::before{
	  transform: rotate(45deg);
	}

	.title.close::after{
	  transform: rotate(-45deg);
	}

	/*アコーディオンで現れるエリア*/
	.box {
	    display: none;/*はじめは非表示*/
	    background: #f3f3f3;
	  margin:0 3% 3% 3%;
	    padding: 3%;
	}


	

/* ================================================================================

	〇〇ページ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.sys_01_text{
		font-size: 26px;
		color: #000;
		text-align: center;
		margin: 15px 0 0 0;
	}
	.sys_001_2{
		padding-bottom:30px;
	}
	.sys_002{
		padding:20px 0 60px 0;
	}
	.setumei_btn{

	}
	.setumei_btn img{
		width:400px;
	}
	.sys_margin{
		padding-bottom:80px;
	}
	.page-about {
		position: relative;
		max-width: none;
		width: 100%;
		margin: 0 auto;
		min-height: 100vh;
		display: block;
		overflow: hidden;
		background: #f3f5f7!important;
	  }
	  .lite_info{
		padding:10px 0 20px 0;
	  }
	
}

.blueback{
	background:#f3f5f7;
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-about {
		background: #f3f5f7!important;
	  }
	  .h2_cate h2 {
		font-size: 7vw;
		font-weight: 500;
		text-align: center;
		line-height: 1.6;
		letter-spacing: 2px;
		margin-bottom: -1vw;
	  }
	  .setumei_btn{
		padding-bottom:6vw;
	  }
	  .sp_h1{
		position:relarive;
		background-color:#ecdfd7;
		padding:2vw;
		margin-top:-1vw;
		text-align:center;
	  }

}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.profile_ten_pic{
		width: 1200px !important;
		margin: 0 auto;
	}
	.profile_ten_pic img{
		width:100%;
	}
.profile_tenshu{
	font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	font-size:18px;
}
.pro_main{
	width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #1c1c1c;
    padding: 40px;
    margin-top: 20px;
}
.pro_contents{
	display:flex;
}
.left_pro{
	width: 30%;
    font-size: 16px;
    line-height: 1.4;
}
.right_pro{
	width: 70%;
    line-height: 1.6;
}
.tenshumei{
	font-size: 25px;
    font-weight: 600;
}
	
.tenshu_text_left{
	line-height: 1.6;
    padding-top: 20px;
}
.tenshu_title{
	font-size:28px;
	font-weight:600;

}
.tenshu_title h2{
	line-height:1.3;
}
.tenshu_cl01{
	margin-top:30px;
}
.osusume{
	background-color: #f2f2f2;
    padding: 33px;
    margin-top: -81px;
}
.osusume img{
	width:600px;
}
.osusume_midashi{
	font-size: 27px;
    font-weight: 600;
    width: 491px !important;
    margin: 0 auto;
}
.osusume_midashi h2{
	line-height:1.6;
}
.osusume_text{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: 600px !important;
    margin: 18px auto 0;
}
.husen{
	background: #222;
    color: #FFF;
    position: relative;
    display: block;
    padding: 8px;
    width: 190px;
    text-align: center;
    transform: rotate( -22deg );
    position: 148px;
    z-index: 9999;
	margin: 59px 0 0 141px;
}
.margintop{
	margin-top:100px;
}
}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.profile_ten_pic{
		width: 100% !important;
		margin: 0 auto;
	}
	.profile_ten_pic img{
		width:100%;
	}
.profile_tenshu{
	font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	font-size:18px;
}
.pro_main{
	width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #1c1c1c;
    padding: 5vw;
    margin-top: 8vw;
}
.pro_contents{
}
.left_pro{

    font-size: 4vw;
    line-height: 1.4;
}
.right_pro{
	line-height: 1.6;
    font-size: 3.8vw;
}
.tenshumei{
	font-size: 7vw;
    font-weight: 600;
    padding: 0 0 5vw 0;
}
	
.tenshu_text_left{
	line-height: 1.6;
    padding-top: 6vw;
    font-size: 4vw;
}
.tenshu_title{
	font-size:28px;
	font-weight:600;

}
.tenshu_title h2{
	line-height:1.3;
	font-size: 6vw;
}
.tenshu_cl01{
	margin-top:30px;
}
.osusume{
	background-color: #f2f2f2;
    padding: 33px;
    margin-top: -8vw;
}
.osusume img{
	width:600px;
}
.osusume_midashi{
	font-size: 27px;
    font-weight: 600;
    margin: 0 auto;
}
.osusume_midashi h2{
	line-height: 1.6;
    font-size: 4.3vw;
}
.osusume_text{
	font-size: 3.7vw;
    font-weight: 400;
    line-height: 1.6;
	margin: 5vw auto 0;
}
.husen{
	background: #222;
    color: #fff;
    position: relative;
    display: block;
    padding: 8px;
    width: 38vw;
    text-align: center;
    transform: rotate(-22deg);
    position: 148px;
    z-index: 9999;
    margin: 9vw 0 0 -5vw;
}
}



@media (min-width: 768px) {
	.main_btn a{
		display: block;
		background: #BDA64A;
		font-size: 2vw;
		text-align: center;
		position: absolute;
		color: #FFF;
		padding: 1vw 3.6vw;
		border-radius: 7px;
		font-weight: 500;
		margin: 55vw 0 0 3vw;
		box-shadow: 7px 8px 0px 0px rgba(128, 97, 50, 0.8);
		z-index: 99999;
	}
	.main_btn a::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 27px;
	  width: 9px;
	  height: 9px;
	  margin: auto;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  transform: rotate(45deg);
	  box-sizing: border-box;
	}
	}
	@media (max-width: 767px) {
		.main_btn a{
		display: block;
	background: #BDA64A;
	font-size: 4vw;
	text-align: center;
	position: absolute;
	color: #FFF;
	padding: 3vw 12.6vw;
	border-radius: 7px;
	font-weight: 600;
	margin: 169vw 0 0 3vw;
	box-shadow: 7px 8px 0px 0px rgba(128, 97, 50, 0.8);
	z-index: 99999;
	}
	.main_btn a::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 27px;
	  width: 9px;
	  height: 9px;
	  margin: auto;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  transform: rotate(45deg);
	  box-sizing: border-box;
	}
	.top01{
		margin-top: 20vw!important;
	}
	}
	
	
		@media (min-width: 768px) {
	.sns_icons{
		width: 60px;
		position: fixed;
	  z-index: 10000;
	  right: 0;
	  margin: 9vw 0vw 0 0;
	}
	.sns_icons img{
		width:100%;
	}
		}
		@media (max-width: 767px) {
	.sns_icons{
		width: 60px;
		position: fixed;
	  z-index: 10000;
	  right: 0;
	  margin: 28vw 0vw 0 0;
	}
	.sns_icons img{
		width:100%;
	}
		}
	