@charset "UTF-8";
/* ---------------------------------------------
header
----------------------------------------------*/
#pcHeader .logoBox h1 {
	padding-top: 20px;
}
header {
	border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width:767px) {
#spHeader .logoBox img {
	width: 170px;
	height: auto;
}
header {
	border-bottom: none;
}
}
span#scoutUnreadCount{
	position: absolute;
    right: 47px;
    top: 5px;
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 25px;
	padding: 0 6px;
}




/* 共通　*/
main {
	position: relative;
}

section {
	padding: 70px 0;
	border-bottom: 1px solid #b3b3b3;
}
main section:first-child {
	padding: 30px 0 0;
}
#spMenu {
	display: none;
}
section a {
	color: #333;
	text-decoration: none;
}
@media screen and (min-width:768px) {
section a:hover {
	color: #F08C00;
	text-decoration: underline;
}
}
h3 {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
section {
	padding: 30px 0;
	border-bottom: 1px solid #b3b3b3;
}
main section:first-child {
	padding: 15px 0 30px;
}
.boxInner {
	width: 94%;
}
#spMenu {
	display: block;
	background-color: #fa621d;
	border-radius: 15px;
	margin-bottom: 15px;
}
#spMenu img {
	margin-right: 3px;
	vertical-align: top;
}
#spMenu ul {
	list-style: none;
}
#spMenu ul li a {
	display: block;
	width: 50%;
	height: 62px;
	float: left;
	padding-top: 16px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 2.0rem;
	color: #ffffff;
	text-align: center;
}
#spMenu ul li a span {
	font-size: 1.4rem;
}
}

@media screen and (max-width:320px) {
	#spMenu ul li a {
		font-size: 1.7rem;
	}
}

/* ----------------------------------------------
 介護福祉の求人情報
 ----------------------------------------------*/
#kyujinSearch h2 {
	margin-top: -20px;
	border: none;
	font-size: 3.0rem;
	font-weight: normal;
}
#kyujinSearch p.enrollment {
	text-align: right;
	font-weight: bold;
	margin-top: -50px;
	margin-bottom: 20px;
}
#kyujinSearch p.enrollment span {
	padding: 0 5px;
	font-size: 1.8rem;
	color: #fa621d;
}
#kyujinSearch .leftBox {
	width: 490px;
	float: left;
}
#kyujinSearch .rightBox {
	width: 640px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
#kyujinSearch p.searchTitle {
	margin-bottom: 0;
	padding: 10px;
	border: none;
	background-color: #fa621d;
	font-size: 2.0rem;
	color: #ffffff;
}
#kyujinSearch p.searchTitle img {
	margin-right: 5px;
	vertical-align: top;
}
#kyujinSearch p.searchTitle span {
	font-size: 1.4rem;
}
/*職種で探す*/
#kyujinSearch ul.searchList {
	width: 490px;
	font-size: 1.3rem;
	margin: 0 0 20px 0;
	border: 1px solid #dfc8bc;
}
#kyujinSearch ul.searchList li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #dfc8bc;
}
#kyujinSearch ul.searchList li:nth-child(2n+1) {
	border-right: 1px solid #dfc8bc;
}

#kyujinSearch ul.searchList li a {
	display: block;
	margin: 0;
	padding: 13px 15px;
	background: #FFF url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
} 
#kyujinSearch ul.searchList li:last-child {
	border-bottom: none;
}
#kyujinSearch #nameSearch p.searchTitle {
	width: 245px;
	height: 68px;
	padding: 20px 15px;
	float: left;
	font-size: 1.8rem;
}
/*会社名で探す*/
#kyujinSearch #nameSearch form {
	width: 245px;
	height: 68px;
	float: left;
	padding: 20px 8px;
	border: 1px solid #dfc8bc;
}
#kyujinSearch #nameSearch input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	width: 70%;
	height: 30px;
	padding: 0 5px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#kyujinSearch #nameSearch input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	width: 25%;
	height: 30px;
	border-radius: 0;
	border: none;
	background: #fa621d;
	cursor: pointer;
}
/*勤務地で探す*/
#kyujinSearch .rightBox .chiiliBox {
	padding: 0 15px;
	border: 1px solid #dfc8bc;
}
#kyujinSearch .rightBox .chiikiList {
	font-size: 1.3rem;
	border-bottom: 1px solid #dfc8bc;
}
#kyujinSearch .rightBox .chubu {
	padding-right: 50px;
}
#kyujinSearch .rightBox .chiikiList:last-child {
	border-bottom: none;
}
#kyujinSearch .rightBox .chiikiList p {
	width: 90px;
	float: left;
	padding: 12px 10px 0;
	font-weight: bold;
}
#kyujinSearch .rightBox .chiikiList ul {
	padding: 12px 10px 12px 90px;
}
#kyujinSearch .rightBox .chiikiList ul li {
	float: left;
	line-height: 1;
	margin-top: 5px;
	border-right: 1px solid #9b9b9b;
}
#kyujinSearch .rightBox .chiikiList ul li a {
	padding: 0 10px;
}
#kyujinSearch .rightBox .chiikiList ul li.bordernone {
	border-right: none;
}
#kyujinSearch .rightBox .chiikiList ul li.bordernone a {
	padding-right: 0;
}
#kyujinSearch .rightBox .chiikiList ul li.bordernone:after {
	content: "［";
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity01:after,
#kyujinSearch .rightBox .chiikiList ul li.seireicity04:after {
	content: "］";
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity01 a {
	padding: 0 5px 0 3px;
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity02 a {
	padding-left: 5px;
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity03 a {
	padding: 0 10px;
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity04 a {
	padding-right: 5px;
}
@media screen and (min-width:768px) {
#kyujinSearch .rightBox .chiikiList ul li span {
	display: none;
}
}
@media screen and (max-width:767px) {
#kyujinSearch h2 {
	margin-top: -10px;
	margin-bottom: -10px;
	border: none;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}
#kyujinSearch p.enrollment {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	margin: 1rem;
}
#kyujinSearch p.enrollment span {
	padding: 0 5px;
	font-size: 1.6rem;
	color: #fa621d;
}
#kyujinSearch .leftBox {
	width: 100%;
	float: none;
}
#kyujinSearch .rightBox {
	width: 100%;
	float: none;
	margin: 20px 0 0;
}
#kyujinSearch p.searchTitle {
	background-color: #fc9060;
}
#kyujinSearch ul.searchList {
	width: 100%;
	font-size: 1.3rem;
	margin: 0 0 20px 0;
	border: none;
}
#kyujinSearch ul.searchList li {
	width: 100%;
	float: none;
	border: none;
}
#kyujinSearch ul.searchList li:nth-child(2n+1) {
	border-right: none;
}
#kyujinSearch ul.searchList li:last-child {
	border-bottom: none;
}
#kyujinSearch ul.searchList li a {
	display: block;
	margin: 0;
	padding: 13px 15px;
	background: #FFF url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
	border-bottom: 1px solid #dfc8bc;
	border-left: 1px solid #dfc8bc;
	border-right: 1px solid #dfc8bc;
} 
#kyujinSearch #nameSearch p.searchTitle {
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	float: none;
	font-size: 1.8rem;
}
#kyujinSearch #nameSearch form {
	width: 100%;
	height: 50px;
	float: none;
	padding: 10px 8px;
	border: 1px solid #dfc8bc;
}
#kyujinSearch #nameSearch input[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	width: 77%;
	height: 30px;
	padding: 0 5px;
	border-radius: 0px;
	border: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#kyujinSearch #nameSearch input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	width: 20%;
	height: 30px;
	border-radius: 0;
	border: none;
	background: #fa621d;
	cursor: pointer;
}

#kyujinSearch .rightBox .chiikiList p.open {
	background: #ffffff url(../img/btn-open.png) no-repeat right center;
	background-size: 48px 35px;
	padding: 15px 10px;
	cursor: pointer;
}
#kyujinSearch .rightBox .chiikiList p.close {
	background: #ffffff url(../img/btn-close.png) no-repeat right center;
	background-size: 48px 35px;
	padding: 15px 10px;
	cursor: pointer;
}
#kyujinSearch .rightBox .chiiliBox {
	padding: 0 0;
	border: 1px solid #dfc8bc;
}
#kyujinSearch .rightBox .chiikiList {
	font-size: 1.3rem;
	border-bottom: 1px solid #dfc8bc;
}
#kyujinSearch .rightBox .chubu {
	padding: 0;
}
#kyujinSearch .rightBox .chiikiList:last-child {
	border-bottom: none;
}
#kyujinSearch .rightBox .chiikiList p {
	width: 100%;
	float: none;
	padding: 15px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#kyujinSearch .rightBox .chiikiList ul {
	padding: 12px 10px;
}
#kyujinSearch .rightBox .chiikiList ul li {
	display: block;
	width: 49%;
	height: 50px;
	float: left;
	margin: 5px 2% 5px 0;
	padding: 0;
	line-height: 1.7;
	border: 1px solid #f7b872;
	border-radius: 6px;
	background: #fff5df url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
}
#kyujinSearch .rightBox .chiikiList ul li a {
	display: block;
}
#kyujinSearch .rightBox .chiikiList ul li:nth-child(2n+0) {
	margin-right: 0;
} 
#kyujinSearch .rightBox .chiikiList ul li.bordernone {
	border-right: 1px solid #f7b872;
}
#kyujinSearch .rightBox .chiikiList ul li.bordernone a {
	padding-right: 0;
}
#kyujinSearch .rightBox .chiikiList ul li.bordernone:after,
#kyujinSearch .rightBox .chiikiList ul li.seireicity01:after,
#kyujinSearch .rightBox .chiikiList ul li.seireicity04:after {
	display: none;
}
#kyujinSearch .rightBox .chiikiList ul li a,
#kyujinSearch .rightBox .chiikiList ul li.bordernone a,
#kyujinSearch .rightBox .chiikiList ul li.seireicity01 a,
#kyujinSearch .rightBox .chiikiList ul li.seireicity02 a,
#kyujinSearch .rightBox .chiikiList ul li.seireicity03 a,
#kyujinSearch .rightBox .chiikiList ul li.seireicity04 a {
	padding: 14px 8px;
}
#kyujinSearch .rightBox .chiikiList ul li.seireicity01,
#kyujinSearch .rightBox .chiikiList ul li.seireicity02,
#kyujinSearch .rightBox .chiikiList ul li.seireicity03,
#kyujinSearch .rightBox .chiikiList ul li.seireicity04 {
	background-color: #ffffff;
}
#kyujinSearch .rightBox .chiikiList ul li span {
	font-size: 1.1rem;
}
}
@media screen and (min-width:768px) {
.chiikiList .hidden {
	display: block;
}
}

/* ----------------------------------------------
 オススメ求人ほか
 ----------------------------------------------*/
#osusume {
	padding: 30px 0;
}

#ichioshi,
#sekkyoku {
	padding: 70px 0 30px;
}
#osusume .boxInner,
#ichioshi .boxInner,
#sekkyoku .boxInner {
	width: 1200px;
}

.kyujinBox a {
	display: block;
	width: 260px;
	height: 550px;
	float: left;
	margin: 0 20px 40px;
	padding: 20px 20px 20px 19px;
	border: 1px solid #dfc8bc;
	overflow: hidden;
}
@media screen and (min-width:768px) {
.slide {
	width: 1096px;
	overflow: hidden;
}
#osusume .boxInner,
#ichioshi .boxInner {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	padding: 0 32px;
}
#osusume .kyujinArea,
#ichioshi .kyujinArea {
	width: 9999px;
}
#osusume .kyujinBox a,
#ichioshi .kyujinBox a{
	display: block;
	width: 260px;
	height: 550px;
	float: left;
	margin: 0 7px 40px;
	padding: 20px 20px 20px 19px;
	border: 1px solid #dfc8bc;
	overflow: hidden;
}
.slideNext {
	position: absolute;
	right: 0px;
	top: 300px;
}
.slidePrev {
	position: absolute;
	left: 0px;
	top: 300px;
} 
.kyujinBox a:hover {
	background-color: #fffbf2;
	text-decoration: none;
}
}
.kyujinBox .comName {
	padding: 15px 0;
	font-weight: bold;
	color: #fa621d;
}
.kyujinBox .text1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfc8bc;
	font-size: 1.3rem;
}
.kyujinBox .text2 {
	padding: 10px 0;
	border-bottom: 1px solid #dfc8bc;
	font-size: 1.1rem;
	color: #826253;
}
.kyujinBox .text3 {
	padding: 10px 0;
	font-size: 1.0rem;
	color: #826253;
}
.kyujinBox .comPhoto {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}
.kyujinBox .comPhoto img {
	max-width: 220px;
	max-height: 165px;
}

@media screen and (max-width:767px) {
.slidePrev,
.slideNext {
	display: none;
}
#osusume,
#ichioshi,
#sekkyoku {
	padding: 30px 0 0;
}
#osusume .boxInner,
#ichioshi .boxInner,
#sekkyoku .boxInner {
	width: 100%;
}
.kyujinBox {
	border-top: 1px solid #dfc8bc;
}
.kyujinBox a {
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto;
	height: auto;
	padding: 20px 20px 20px 10px;
	border: none;
	background: #FFF url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
	overflow: hidden;
}
.kyujinBox .comPhoto {
	float: left;
	width: 130px;
}
.kyujinBox .comPhoto img {
	width: 110px;
	height: auto;
}
.kyujinBox .textArea {
	padding-left: 130px;
} 
.kyujinBox .comName {
	padding: 0 0 15px;
}
.kyujinBox .text1 {
	border-bottom: none;
}
.kyujinBox .text2,
.kyujinBox .text3 {
	display: none;
}
}
/* ----------------------------------------------
人気の条件で探す
 ----------------------------------------------*/
nav h3 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0 10px;
}
#osusumeKyujin ul {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
#osusumeKyujin ul li {
	width: 25%;
	float: left;
}
#osusumeKyujin ul li a {
	display: block;
	line-height: 1;
	color: #287300;
	background: #F0F7EA url(../img/icon-osusumekyujin.png) no-repeat right center;
	background-size: 54px 36px;
	height: 36px;
	padding: 9px 0 0 15px;
	border: 1px solid #75B646;
	margin-left: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
@media screen and (min-width:768px) {
#osusumeKyujin ul li a:hover {
	text-decoration: underline;
}
}
#osusumeKyujin ul li:first-child a {
	margin-left: 0;
}
@media screen and (max-width:767px) {
nav section {
	padding: 15px 0;
	border-bottom: 1px solid #b3b3b3;
}
nav h3 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
}
#osusumeKyujin .midashi {
	padding: 5px 0 0;
}
#osusumeKyujin ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#osusumeKyujin ul li {
	width: 80%;
	margin: 0 auto;
	float: none;
	padding: 0;
}
#osusumeKyujin ul li a {
	display: block;
	line-height: 1;
	color: #287300;
	background: #F0F7EA url(../img/icon-osusumekyujin.png) no-repeat right center;
	background-size: 67px 45px;
	height: 45px;
	padding: 15px 0 0 15px;
	border: 1px solid #75B646;
	margin-left: 0;
	margin-bottom: 10px;
	text-decoration: none;
}
}

/* ----------------------------------------------
会員登録しよう！
 ----------------------------------------------*/
.bnrBoxWrap .bnrBox1 {
	width: 355px;
	float: left;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr {
	display: block;
	background-color: #FFF;
	border: 1px solid #E7D6C6;
	padding: 15px 0 0;
	margin-bottom: 10px;
	color: #333333;
	background: url(../img/merit-img.png) no-repeat right 120px;
	background-size: 155px 155px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr h3 {
	margin: 0;
	padding: 0;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1Area a {
	display: block;
	height: 80px;
	font-size: 1.4rem;
	position: relative;
	border: 1px solid #fa621d;
	background-color: #fa621d;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
}
@media screen and (min-width:768px) {
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1Area a:hover {
	text-decoration: underline;
}
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 {
	font-size: 1.3rem;
	padding: 15px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 br {
	display: none;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 span {
	color: #FA621D;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1 {
	font-size: 1.3rem;
	width: 100px;
	height: 36px;
	padding: 6px 20px 0 10px;
	border: 1px solid #999999;
	background: #FFF url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #333333;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul {
	margin-bottom: 10px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li {
	padding: 3px 0;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li img {
	vertical-align: middle;
}
.bnrBoxWrap .bnrBox2 {
	width: 805px;
	float: right;
}
.bnrBoxWrap .bnrBox2 ul a {
	text-decoration: none;
}
@media screen and (min-width:768px) {
.bnrBoxWrap .bnrBox2 ul a:hover {
	text-decoration: underline;
}
}

.bnrBoxWrap .bnrBox2 ul li#bnrShindan a,
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken a,
.bnrBoxWrap .bnrBox2 ul li#bnrPoint a,
.bnrBoxWrap .bnrBox2 ul li#bnrColumn a,
.bnrBoxWrap .bnrBox2 ul li#bnrChoice a {
	display: block;
	font-size: 1.7rem;
	line-height: 1.2;
	color: #FFF;
	width: 360px;
	height: 80px;
	float: left;
	margin-left: 40px;
	margin-bottom: 10px;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 45px 45px;
}
.bnrBoxWrap .bnrBox2 ul span {
	font-size: 1.3rem;
}
.bnrBoxWrap .bnrBox2 ul li#bnrShindan br,
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken  br,
.bnrBoxWrap .bnrBox2 ul li#bnrPoint  br,
.bnrBoxWrap .bnrBox2 ul li#bnrColumn  br,
.bnrBoxWrap .bnrBox2 ul li#bnrChoice br {
	display: none;
}
.bnrBoxWrap .bnrBox2 ul li#bnrShindan a {
	background-image: url(../img/icon-shindan.png);
	background-color: #00BEC5;
	padding-top: 20px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken a {
	background-image: url(../img/icon-taiken.png);
	background-color: #56A8E9;
	padding-top: 11px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrPoint a {
	background-image: url(../img/icon-point.png);
	background-color: #FF8EA2;
	padding-top: 20px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrColumn a {
	background-image: url(../img/icon-column.png);
	background-color: #44C589;
	padding-top: 20px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrChoice a {
	background-image: url(../img/icon-choice.png);
	background-color: #B984B8;
	padding-top: 20px;
}
.bnrBoxWrap .bnrBox2 p#bnrCampaign a {
	width: 360px;
	height: 80px;
	float: left;
	margin-left: 40px;
}
aside h3 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0px 0 0;
	padding-bottom: 10px;
}
aside p {
	padding: 0 40px;
	font-size: 1.2rem;
}
@media screen and (max-width:767px) {
.bnrBoxWrap .bnrBox1 {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr {
	display: block;
	background-color: #FFF;
	border: 1px solid #E7D6C6;
	padding: 15px 0 0;
	margin-bottom: 10px;
	color: #333333;
	background: url(../img/merit-img.png) no-repeat right 120px;
	background-size: 155px 155px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1Area a {
	display: block;
	height: 80px;
	font-size: 1.4rem;
	position: relative;
	border: 1px solid #fa621d;
	background-color: #fa621d;
	padding: 15px;
	color: #ffffff;
	text-decoration: none;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 {
	font-size: 1.3rem;
	padding: 15px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 br {
	display: none;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .text1 span {
	color: #FA621D;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1 {
	font-size: 1.3rem;
	width: 100px;
	height: 36px;
	padding: 6px 20px 0 10px;
	border: 1px solid #999999;
	background: #FFF url(../img/arrow-touroku.png) no-repeat right center;
	background-size: 17px 10px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #333333;
}
bnrBoxWrap .bnrBox1 #tourokuBnr ul {
	margin-bottom: 10px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li {
	padding: 3px 0;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li img {
	vertical-align: middle;
	margin-right: 5px;
}
.bnrBoxWrap .bnrBox2 {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.bnrBoxWrap .bnrBox2 ul a {
	text-decoration: none;
}
.bnrBoxWrap .bnrBox2 ul li#bnrShindan a,
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken a,
.bnrBoxWrap .bnrBox2 ul li#bnrPoint a,
.bnrBoxWrap .bnrBox2 ul li#bnrColumn a,
.bnrBoxWrap .bnrBox2 ul li#bnrChoice a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #FFF;
	width: 50%;
	height: 60px;
	float: left;
	margin: 0;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 45px 45px;
	border: 1px solid #ffffff;
}
.bnrBoxWrap .bnrBox2 ul span {
	display: none;
}

.bnrBoxWrap .bnrBox2 ul li#bnrShindan a {
	background-image: url(../img/icon-shindan.png);
	background-color: #00BEC5;
	padding-top: 15px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken a {
	background-image: url(../img/icon-taiken.png);
	background-color: #56A8E9;
	padding-top: 15px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrPoint a {
	background-image: url(../img/icon-point.png);
	background-color: #FF8EA2;
	padding-top: 15px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrColumn a {
	background-image: url(../img/icon-column.png);
	background-color: #44C589;
	padding-top: 23px;
}
.bnrBoxWrap .bnrBox2 ul li#bnrChoice a {
	background-image: url(../img/icon-choice.png);
	background-color: #B984B8;
	padding-top: 15px;
	margin-bottom: 10px;
}
.bnrBoxWrap .bnrBox2 p#bnrCampaign a {
	width: 100%;
	height: 80px;
	float: none;
	margin:0;
}
.bnrBoxWrap .bnrBox2 p#bnrCampaign a img {
	width: 100%;
	height: auto;
}
.bnrBoxWrap .bnrBox2 ul li#bnrShindan br,
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken  br,
.bnrBoxWrap .bnrBox2 ul li#bnrPoint  br,
.bnrBoxWrap .bnrBox2 ul li#bnrColumn  br,
.bnrBoxWrap .bnrBox2 ul li#bnrChoice br {
	display: block;
}
aside h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
aside p {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 1.2rem;
}
}
@media screen and (max-width:374px) {
#osusumeKyujin ul li {
	width: 90%;
	margin: 0 auto;
	float: none;
	padding: 0;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr {
	display: block;
	background-color: #FFF;
	border: 1px solid #E7D6C6;
	padding: 15px 0 0;
	margin-bottom: 10px;
	color: #333333;
	background: url(../img/merit-img.png) no-repeat right 110px;
	background-size: 40% 40%;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li {
	padding: 5px 0;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr ul li img {
	vertical-align: middle;
	margin-right: 5px;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr h3 img {
	width: 100%;
	height: auto;
}
.bnrBoxWrap .bnrBox1 #tourokuBnr .btn1Area a {
	font-size: 1.3rem;
}
.bnrBoxWrap .bnrBox2 ul li#bnrShindan a,
.bnrBoxWrap .bnrBox2 ul li#bnrTaiken a,
.bnrBoxWrap .bnrBox2 ul li#bnrPoint a,
.bnrBoxWrap .bnrBox2 ul li#bnrColumn a,
.bnrBoxWrap .bnrBox2 ul li#bnrChoice a {
	font-size: 1.3rem;
	padding-left: 40px;
	background-size: 32px 32px;
	background-position: 5px center;
}
}

/* ----------------------------------------------
広告バナー(地域)
 ----------------------------------------------*/
	#bnrPublicity {
		position: fixed;
		bottom: 20%;
		left: 10%;
		z-index: 99;
	}
  	#bnrPublicity div a {
		display: block;
		width: 320px;
		height: 120px;
		border: 2px solid #0e0d0d;
		background-color: #fff;
		position: relative;
		z-index: 2;
		text-decoration: none;
		margin-bottom: 10px;
  	}
	#bnrPublicity div:nth-child(1) a,
	#bnrPublicity div:nth-child(2) a {
		margin-right: 20px;
	}
	#bnrPublicity div a .bnr-icon {
		position: absolute;
		width: 36px;
		height: 20px;
		right: -2px;
		bottom: -2px;
		z-index: 3;
	}
	#bnrPublicity div.type-a a img.bnr-img {
		position: absolute;
		width: 316px;
		height: 116px;
		left: 0;
		top: 0;
		z-index: 1;
	}
	#bnrPublicity div.type-b a p {
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 13px;
		height: 116px;
	}
	#bnrPublicity div.type-b a p span.img {
		align-items: center;
		width: 120px;
		overflow: hidden;
		text-align: center;
	}
	#bnrPublicity div.type-b a p span.img img {
		max-width: 120px;
		max-height: 100px;
	}
	#bnrPublicity div.type-b a p span.text {
		display: block;
		width: 150px;
		font-size: 1.3rem;
		line-height: 1.5;
		color: #333333;
	}
	
	#dialog{
		padding:10px;
		border-style: none;
		border-radius: 10px;
		position: relative;
		background-color: rgba(0,0,0,0.3);
	}
	#adheader {
		width: 60%;
		margin: auto;
		margin-bottom: 1%;
		color: #fa621d;
		font-size: 1.5rem;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 15px;
		font-weight: normal;
	}
	#adlist {
		margin-left: 20px;
		display: flex;
	}
	#dialogCloseButton {
		position: absolute;
		top: 3px;
		right: 3px;
	}

	/*スマホ*/
	@media screen and (max-width:767px) {
		#bnrPublicity {
			left:0;
		}
		#bnrPublicity div:nth-child(1) a {
			margin-left: 20px;
		}
		#bnrPublicity div:nth-of-type(2),
		#bnrPublicity div:nth-of-type(3) {
			display: none;
		}
		#dialog{
			width:90%;
			margin:auto;
		}
		#adheader {
			width: 75%;
		}
		#adlist{
			margin-left: 0;
			justify-content: center;
		}
	}

	/*タブレット*/
	@media screen and (min-width:768px) and (max-width:1024px) {
		#bnrPublicity {
			width:85%;
			left: 110px;
		}
		#bnrPublicity div:nth-of-type(3) {
			display: none;
		}
		#adheader {
			width: 50%;
		}
		#adlist{
			justify-content: center;
		}
	}

	/*その他デバイス(幅の小さいもの)*/
	@media screen and (max-width:360px) {
		#bnrPublicity {
			width: 100%;
			left: 5px;
		}
	}
	  
	  
  
