/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html {
	height:100%;
}
a {
	color: #0070be;
	text-decoration: none;
}
a:hover {
	color: #0070be;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
span a{
	color:#FFF;
}
/****************************************
rayout
*****************************************/
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

.wd10p{
	width:10%
}
.wd20p{
	width:20%
}
.wd30p{
	width:30%
}
.wd40p{
	width:40%
}
.wd50p{
	width:50%
}
.wd60p{
	width:60%
}
.wd70p{
	width:70%
}
.wd80p{
	width:80%
}
.wd90p{
	width:90%
}
.wd95p{
	width:95%
}
.wd100p{
	width:100%
}


/* base
*****************************************/
body {
	background-color: #F7F3E8;
	font-weight: normal;
	color:#222;
	letter-spacing:1px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

section.contentsArticle {
	padding: 10px;
	background-color: #fff;
	border: 10px solid #f7f3e8;
}

.normal_table{
	margin: 0 auto;
	width: 100%;
}

.normal_table th {
	background-color: #f9f5ea;
	border-bottom: 1px solid #e8e2d6;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}

.normal_table td {
	color: #555;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}

/************************************************************************************************************************************************

スマホ版CSS

************************************************************************************************************************************************/

header{
	background-color:#fff;
	border-top: 2px solid #EA5758;
	border-bottom: 2px solid #EA5758;
	width: 100%;
	height: 50px;
	position: relative;
}

header .spLogo{
	width: 62%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

header .spLogo div{
	display: table;
	width: 100%;
	height: 50px;
}

header .spLogo h1{
	display: table-cell;
	vertical-align: middle;
	max-width: 125px;
}

header .spLogo h1 a{
	display: block;
}

header .spLogo img{
	max-width: 125px;
}

header .spLogo .headerBigArea{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	padding-left: 8px;
}

header .spLogo .headerBigArea a{
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #ea5758;
	padding:6px 0px;
	line-height: 110%;
	border-radius: 3px;
	max-width: 48px;
	box-sizing: border-box;
	display: block;
}



/****************************************
一般用ヘッダーメニュー
****************************************/
.rightNavi_Notlogin{
	float: right;
	width: 38%;
}

.rightNavi_Notlogin .login a{
	font-size: 0.7rem;
	background-image:url(../img/login_ico.png);
	background-size: 20px;
	background-position:center 10px;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #666;
	letter-spacing: 0;
	font-weight: bold;
	padding-top:28px;
	box-sizing: border-box;
	height: 50px;
	border-left: 1px solid #eee;
}

.rightNavi_Notlogin .openMenu{
	width: 50%;
	float: right;
}

.rightNavi_Notlogin .openMenu span{
	font-size: 0.7rem;
	background-image:url(../img/bar.png);
	background-size: 20px;
	background-position:center 10px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	font-weight:bold;
	padding-top:28px;
	box-sizing: border-box;
	height: 50px;
	border-left: 1px solid #eee;
	color: #ea5758;
}


.rightNavi_Notlogin .openMenu span.open{
	background-image:url(../img/batsu.png);
	background-color: #c5effd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c5effd;
	z-index: 9999;
	height: 50px;
	position: relative;
}


.openMenu_Notlogin{
	width: 100%;
	box-sizing: border-box;
	background-color: #c5effd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	display: none;
	position: absolute;
	top:49px;
	box-shadow: 0px 8px 5px -5px #666;
	z-index: 9998;
}
.openMenuSec{
	padding: 15px;
}

.torokuBtn a{
	background: #ED3C07 none repeat scroll 0 0;
	border-radius:5px;
	box-shadow: 0 -2px 0 #A92B05 inset;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	display:block;
	box-sizing: border-box;
	width: 48%;
	text-align: center;
	padding:18px 15px 20px;
	float: left;
}
.loginBtn a{
	background: #fff none repeat scroll 0 0;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	border-radius:5px;
	box-shadow: 0 -2px 0 #CECECE inset;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	display:block;
	box-sizing: border-box;
	width: 48%;
	text-align: center;
	padding:18px 15px 20px;
	float: right;
}

/****************************************
会員用ヘッダーメニュー
****************************************/
.rightNavi_login{
	float: right;
	width: 40%;
}
.rightNavi_login .menuScout a{
	font-size: 0.7rem;
	background-image:url(../img/beru_ico.png);
	background-size: 20px;
	background-position:center 8px;
	background-repeat: no-repeat;
	width:50%;
	float: left;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #ea5758;
	letter-spacing: 0;
	font-weight: bold;
	padding-top:28px;
	box-sizing: border-box;
	height: 50px;
	border-left: 1px solid #eee;
}

.rightNavi_login .openMenu{
	width:50%;
	float: right;
}

.rightNavi_login .openMenu span{
	font-size: 0.7rem;
	background-image:url(../img/bar.png);
	background-size: 20px;
	background-position:center 10px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	font-weight:bold;
	padding-top:28px;
	box-sizing: border-box;
	height: 50px;
	border-left: 1px solid #eee;
	color: #ea5758;
}


.rightNavi_login .openMenu span.open{
	background-image:url(../img/batsu.png);
	background-color: #c5effd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #c5effd;
	z-index: 9999;
	height: 50px;
	position: relative;
}


.openMenu_login{
	width: 100%;
	box-sizing: border-box;
	background-color: #c5effd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	display: none;
	position: absolute;
	top:49px;
	box-shadow: 0px 8px 5px -5px #666;
	z-index: 9998;
}

p.aisatsu{
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

.loginMenuBtn a{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #CECECE;
	border-radius:5px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	display:block;
	box-sizing: border-box;
	width: 48%;
	padding:18px 0px 20px;
}

.scoutBtn a{
	float: left;
	background-image:url(../img/beru_ico.png);
	background-size: 22px;
	background-position:left 10px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.loginMenuBtn a span{
	padding-left:5px;
	font-size: 0.8rem;
	color: #EA5858;
	display: block;
}

.syoruiBtn a{
	float: right;
	background-image:url(../img/syorui_ico.png);
	background-size: 22px;
	background-position:left 10px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.ouboBtn a{
	float: left;
	background-image:url(../img/oubo_ico.png);
	background-size: 22px;
	background-position:left 10px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.setteiBtn a{
	float: right;
	background-image:url(../img/settei_ico.png);
	background-size: 22px;
	background-position:left 10px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}


.listArea{
	margin-bottom: 15px;
}

.listArea a{
	padding: 16px 15px;
	display: block;
	background-color: #fff;
	font-size: 0.90rem;
	border-bottom:1px solid #eee;
	font-weight: bold;
	color: #222;
	background-image:url(../img/arrow_red.png);
	background-size: 10px;
	background-position:right 15px center;
	background-repeat: no-repeat;
}

.tojiru{
	border-top: 1px solid #ccc;
	background-color: #E3E3E3;
	padding: 15px;
	text-align: center;
}

.tojiru span{
	background-image:url(../img/batsu.png);
	background-size: 15px;
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	line-height: 100%;
}

.conArea{
	padding-left: 7px;
	padding-right: 7px;
}

.LoginNavi{
	margin: 0 auto 15px;
	/*width: 96%;*/
	box-shadow: 0 0 3px 0 #ddd;
}

.LoginNavi h3{
	font-size: 0.85rem;
	text-align: center;
	background-color: #00aaeb;
	background-color:#ea5758;
	padding: 8px;
	color: #fff;
}

ul.naviArea li{
	background-color: #e0eff5;
	background-color: #fff7ce;
}

ul.naviArea li a{
	display: block;
	padding:14px 14px 12px 38px;
	border-left: 1px solid #e8e2d6;
	border-right: 1px solid #e8e2d6;
	border-bottom: 1px solid #e8e2d6;
	font-weight: bold;
	color: #222;
	letter-spacing: 0;
	font-size: 0.95rem;
}

ul.naviArea li a.topScout{
	background-size: 20px;
	background-image:url(../img/beru_ico.png);
	background-position:left 10px center;
	background-repeat: no-repeat;
}

ul.naviArea li a.topFavorite{
	background-size: 20px;
	background-image:url(../img/topfavorite.png);
	background-position:left 10px center;
	background-repeat: no-repeat;
}

ul.naviArea li a.topHope{
	background-size: 20px;
	background-image:url(../img/serchToku_ico.png);
	background-position:left 10px center;
	background-repeat: no-repeat;
}

ul.naviArea li a.topMatch{
	background-size: 20px;
	background-image:url(../img/topmatch.png);
	background-position:left 10px center;
	background-repeat: no-repeat;
}


ul.naviArea li a span{
	padding:4px 6px;
	margin-left: 8px;
	background-color:#ea5758;
	color: #fff;
	border-radius: 5px;
	font-size: 0.9rem;
}



/* 画像ホバーで白く */
a:hover img {
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}

/* スマホ検索エリア */
.search{
	background-color:#C5EFFD;
	padding:10px 15px 15px;
}

.updateArea {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.updateArea span {
	font-size: 16px;
	color: #FF7400;
	font-weight: bold;
}

.search ul.areaText{
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search ul.areaText li{
	width:31%;
	background-color:#FFF;
	margin:5px 0px 5px 0px;
	border-radius:5px;
	border:1px solid #ea5758;
	border-bottom:1px solid #ea5758;
	color:#ea5758;
	box-shadow:0px 2px 0px #BC3838;
	box-sizing:border-box;
	transition: all 0.3s ease-out 0s;
	line-height: 110%;
	text-align: center;
	display: table;
}

.search ul.areaText li a {
	display: table-cell;
	height: 58px;
	padding: 0;
	vertical-align: middle;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	width: 100%;
}

.search ul.areaText li span{
	text-align: center;
}


.search ul.areaText li.spTopBnr{
	width: 65.5%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}

.search ul.areaText li.spTopBnr a{
	height: 60px;
	text-align: left;
}

.search ul.areaText li.spTopBnr img{
	height: 100%;
}

.bigText{
	font-size:18px;
}

.search ul.areaText li.on{
	background-color:#ea5758;
	color:#FFF;
	transition: all 0.3s ease-out 0s;
}
.search_header{
	font-size:1.1rem;
	background-color: #EA5758;
	font-weight:bold;
	width:100%;
	border-bottom: 2px solid #d34645;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.search_header_wrap h2{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
}

.search_header_wrap span a{
	text-align: left;
	position: absolute;
	left: 0px;
	top:8px;
	font-size: 0.8rem;
	background-image:url(../img/arrow_white.png);
	background-size: 6px;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-right: 1px #D34645 solid;
	box-sizing: border-box;
	font-weight: normal;
	letter-spacing: 0;
}

.local ul li{
	width:48%;
	background-color: #FFF;
}
.local ul li a{
	padding:0px 2 0px 2px;
	font-size: 1.1rem;
}
.local ul li a img{
	max-width:100%;
}
.freeword{
	border-bottom: 1px solid #e8e2d6;
	border-top: 1px solid #e8e2d6;
	background-color:#FFF;
	padding:10px 0px 10px 0px;
}
.freeword_wrap{
	width:95%;
	margin:0 auto;
}
.freeword_wrap input[type="text"],
.freeword_wrap input[type="search"]{
	width:70%;
	margin-right:10px;
	height: 35px;
	float: left;
}
.freeword_wrap div,
.freeword_wrap .kensakuBtn{
	background-color:#ea5758;
	color:#FFF;
	padding:7px 20px 5px 20px;
	border-radius:5px;
	font-size:16px;
	height: 35px;
	float: left;
	width:25%;
	box-sizing: border-box;
	text-align: center;
	border: none;
}

.areaTopSearch ul li{
	float: left;
	width: 33.3%;
	background-image:url(../img/arrow_red.png);
	background-color: #FFF7CE;
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 8px;
}

.areaTopSearch ul li a{
	height: 75px;
	width: 100%;
	color: #222;
	display: block;
	border-top: 1px solid #e8e2d6;
	border-left: 1px solid #e8e2d6;
	box-sizing: border-box;
	padding-top: 45px;
	text-align: center;
	font-size: 0.7rem;
	font-weight: bold;
	text-decoration: none;
}

.areaTopSearch ul li.areaTopRosen a{
	background-image:url(../img/rosen_ico.png);
	background-size: 20px;
	background-position:center 8px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.areaTopSearch ul li.areaTopSyokusyu a{
	background-image:url(../img/syokusyu_ico.png);
	background-size: 16px;
	background-position:center 8px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.areaTopSearch ul li.areaTopTokutyo a{
	background-image:url(../img/tokucyo_ico.png);
	background-size: 28px;
	background-position:center 8px;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.areaTopSearch ul li span{
	font-size: 1rem;
}




/* 電話相談
--------------------------------------------------*/
.soudan{
	background-color: #fff;
	background-image:url(../img/soudan_bg.webp);
	background-size: 100%;
}

.soudanTtl{
	color: #fff;
	background-color: #f90;
}

.soudanSec{
	/*background-image:url(../img/denwa_kandori.png);
	background-size: 150px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 80px;*/
	padding: 10px;
}

.soudanSec p{
	font-size: 0.9rem;
	/*padding-left: 50px;*/
	line-height: 130%;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #222;
}

.telBox{
	width:100%;
	display: table;
}

.telBox a.soudanTel {
	width:50%;
	display: table-cell;
	border-radius: 5px 0 0 5px;
	background-color: #f90;
	box-shadow: 0 -3px 0 #d70 inset;
	padding:12px 0px 15px;
	letter-spacing: 0px;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
}

.telBox a.soudanWeb {
	width:50%;
	display: table-cell;
	border-radius: 0 5px 5px 0 ;
	background-color: #EDEDEC;
	box-shadow: 0 -3px 0 #CECECE inset;
	padding: 10px;
	letter-spacing: 0px;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	line-height: 130%;
}

.munu_soudanTtl{
	color: #fff;
	background-color: #f90;
	padding: 10px;
}




/* 注目の5社タブ
--------------------------------------------------*/
.picupTab{
	padding-top: 5px;
	overflow:hidden;
	/*width: 90%;*/
	padding-left: 7px;
	padding-right: 7px;
	margin: 0 auto;
}
.picupTab li{
	border-left: 1px solid #ea5758;
	border-right: 1px solid #ea5758;
	border-top: 1px solid #ea5758;
	background:#fff;/*#FAE9E9*/
	width: 48%;
	float:left;
	margin-right:1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	box-shadow:0px 0px 3px 0px #ddd;
	/*-moz-box-shadow:0px 0px 3px 0px #ddd;
    -webkit-box-shadow:0px 0px 3px 0px #ddd;*/
}

.picupTab li:last-child{
	float:right;
}
.picupTab li.select{
	background:#ea5758;
	color: #fff;
}
.picupTabCon{
	/*width: 96%;*/
	margin: 0 auto;
	/*box-shadow:0px 0px 3px 0px #ddd;
-moz-box-shadow:0px 0px 3px 0px #ddd;
-webkit-box-shadow:0px 0px 3px 0px #ddd;*/
	border-top: 3px solid #ea5758;
}
.picupTabCon li{
	background:#fff;
	/*border-left: 1px solid #e8e2d6;
	border-right: 1px solid #e8e2d6;*/
	margin-bottom: 15px;

}

.picupTabCon li div.picup5{
	border-bottom: 1px solid #e8e2d6;
	background-image:url(../img/arrow_glay.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 8px;
}
.picupTabCon li div.picup5 a{
	display: block;
	padding-left: 10px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 12px;}


.picupTabCon li div.picup5 .thum{
	display: table-cell;
	float: left;
	width: 30%;
}

.picupTabCon li div.picup5 .thum img{
	width: 100%;
}

.picupTabCon li div.picup5 .detail{
	display: table-cell;
	padding-left: 13px;
}

.picupTabCon .picup5 .picupTtl{
	line-height: 120%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.95rem;
}

.picupTabCon .picup5 .picupArea{
	font-size: 0.8rem;
	line-height: 130%;
	margin-bottom: 3px;
	color: #666;
	letter-spacing: 0;
}
.picupTabCon .picup5 .picupPay{
	font-size: 0.8rem;
	line-height: 130%;
	color: #FF7400;
	font-weight: bold;
	letter-spacing: 0;
}
.hide {
	display:none;
}




ul.detail_search li{
	width:100%;
	text-align:left;
	padding:5px 0px 5px 0px;
	box-shadow:none;
	background-color:transparent;
	color:#434343;
	border:none;
	font-weight:bold;
	border-bottom:2px solid #FFF;
	border-radius:0px;
}
ul.detail_search li span{
	background-color:#FFF;
	color:#30a1d7;
	padding:5px 8px 5px 8px;
	margin-left:10px;
	border-radius:5px;
	font-weight:bold;
	font-size:14px;
	border:1px solid #0092c8;
}
ul.detail_search li div{
	background-color:#FFF;
	border-radius:5px;
	padding:5px 10px 5px 10px;
	box-shadow:1px 1px 2px 1px #ddd inset;
	border:1px solid #ddd;
	margin-top:10px;
}
ul.detail_search li div ul{
	padding:3px 0px 3px 0px;
	width:100%;
}
ul.detail_search li div ul li{
	width:48%;
	background-color:#ea5758;
	color:#FFF;
	text-align:center;
	margin:5px 0px 5px 0px;
	border-radius:5px;
	border:1px solid #ea5758;
	border-bottom:1px solid #ea5758;
	box-shadow:0px 2px 0px #BC3838;
	box-sizing:border-box;
}
ul.detail_search li div ul li.off{
	width:100%;
	background-color:#FFF;
	color:#ea5758;
	border:1px solid #ea5758;
}
.modal ul li{
	position:absolute;
	width:100%;
	background-color:rgba(255,255,255,0.85);
	z-index:999999;
	top:-5000;
	transition: all 0.3s ease-out 0s;
	padding-bottom:1000px;
}
.modal ul li p.top{
	width:80%;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding-bottom:2px;
	border-bottom:2px solid #ea5758;
}
.modal ul li p.bottom{
	width:80%;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	padding-bottom:2px;
	background-color:#0092C8;
	color:#FFF;
	text-shadow:1px 1px 1px #848181;
	padding:5px 8px 5px 8px;
	border-radius:5px;
	font-weight:bold;
	box-shadow:0px 3px 0px 0px #0681AD;
}
.modal ul li p.bottom a{
	color:#FFF;
	text-decoration:none;
	display:block;
}
.modal ul li p.select_box{
	width:80%;
	margin:0 auto;
	margin-top:20px;
}
.modal ul li p.select_box select{
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	border-radius:10px;
}
ul.detail_search li a {
	color: #ea5758;
	display: inline;
	font-weight: normal;
	padding: 0px 0px;
	text-decoration: none;
}
ul.search_select{
	margin:0 auto;
	display:flex;
	width:95%;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:10px 0px 10px 0px;
}
ul.search_select li{
	position:static;
	background-color: rgba(255, 255, 255, 0.0);
	width:48%;
	height:auto;
	background-color:#FFF;
	text-align:center;
	margin:5px 0px 5px 0px;
	border-radius:5px;
	border:1px solid #ea5758;
	border-bottom:1px solid #ea5758;
	color:#ea5758;
	box-shadow:0px 2px 0px #BC3838;
	box-sizing:border-box;
	padding:5px 2 5px 2px;
	cursor:pointer;
}
ul.search_select li.on{
	background-color:#ea5758;
	color:#FFF;
	transition: all 0.2s ease-in-out 0s;
}
ul.column3 li{
	width:31%;
}
ul.column2 li{
	width:49%;
}
ul.column1 li{
	width:100%;
}
.exec_search_wrap{
	position:relative;
}
p.exec_search{
	width:20%;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	padding-bottom:2px;
	background-color:#0092C8;
	color:#FFF;
	text-shadow:1px 1px 1px #848181;
	padding:5px 8px 5px 8px;
	border-radius:5px;
	font-weight:bold;
	box-shadow:0px 3px 0px 0px #0681AD;
}
p.exec_search a{
	color:#FFF;
	font-weight:normal;
}
p.exec_search_matching{
	position:absolute;
	left:7%;
	top:21%;
	font-size:24px;
	color:#FF7400;
}
.detail_search input[type="text"]{
	border:none;
	width:100%;
}
.search_item{
	background-size:contain;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
}
.route_company{
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	background-color: #FAFAFA;
	border-radius:10px;
	padding:5px 0px 5px 0px;
	border:1px solid #ccc;
	width:90%;
	background-image:url(../img/plus_icon.png);
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:10px;
}
.minus{
	background-image:url(../img/minus_icon.png);
}
.matching{
	margin:0 auto;
	width:90%;
	padding:0px 5px 0px 5px;
}
.matching span{
	color: #FF7400;
	font-size:30px;
}


/* バナーエリア
******************************************/
.bnrArea{
	/*width:96%;*/
	margin: 0 auto 15px;
}

.bnrArea img{
	box-shadow:0px 0px 3px 0px #ddd;
	-moz-box-shadow:0px 0px 3px 0px #ddd;
	-webkit-box-shadow:0px 0px 3px 0px #ddd;
}


/* 特集
******************************************/
.articleBox{
	/*width:96%;*/
	margin: 0 auto 15px;
	border-left: 1px solid #e8e2d6;
	border-right: 1px solid #e8e2d6;
	border-bottom: 1px solid #e8e2d6;
	background-color: #fff;
	/*box-shadow:0px 0px 3px 0px #ddd;
-moz-box-shadow:0px 0px 3px 0px #ddd;
-webkit-box-shadow:0px 0px 3px 0px #ddd;*/
}

.articleBox h3{
	padding-left: 5%;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e2d6;
	font-weight: bold;
}

.articleBoxInner{
	padding:10px;
}

h3.tokusyuTtl{
	border-top: 3px solid #9d3451;
	color: #9d3451;
	border-bottom: 1px solid #e8e2d6;
	background-color: #FBF2F4;
}
.tokusyuBox:nth-child(odd) {
	float: left;
	width: 48%;
	padding-right:2%;
	margin-bottom: 15px;
}
.tokusyuBox:nth-child(even){
	float: right;
	width: 48%;
	padding-right: 0;
	padding-left:2%;
	margin-bottom: 15px;
}

.tokusyuThum {
	width: 100%
}

.tokusyuThum img{
	width:100%;
}
.tokusyuSide {
}
.tokusyuSide dl dt {
	padding: 8px 7px;
	background-color: #fff0c7;
	margin-bottom: 2px;
	font-weight: bold;
}
.tokusyuSide dl dt a {
	font-size: 0.95rem;
}

.tokusyuSide dl dd{
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}

.tokusyuSide dl dd.tokudate{
	color: #ff9000;
	text-align: center;
;}

.allTokusyu{
	background-color: #f5f5f5;
	padding: 10px;
}

.allTokusyu p{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}


/* 新着求人
******************************************/
h3.shintyakuTtl{
	border-top: 3px solid #FF7400;
	color: #FF7400;
	border-bottom: 1px solid #e8e2d6;
	background-color: #FFF3EA;
}


.shintyakuCompany li{
	border-bottom: 1px dotted #e8e2d6;
	padding-bottom: 10px;
	padding-top: 10px;
}

.shintyakuCompany li:first-child{
	padding-top: 0;
}

.shintyakuCompanyImg{
	float: left;
	width: 20%
}
.shintyakuCompanyImg img{
	width: 100%;
}

.shintyakuCompanyTxt{
	width:75%;
	float: right;
	background-image:url(../img/arrow_glay.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 8px;
}

.shintyakuCompanyTxt p{
	font-size: 12px;
	color: #FF7400;
}

.shintyakuCompanyTxt dt{
	font-weight: bold;
}
.shintyakuCompanyTxt dd{
	font-size: 12px;
	color: #666;
}

/* 更新した求人
******************************************/
h3.updateTtl{
	border-top: 3px solid #889b00;
	color: #889b00;
	border-bottom: 1px solid #e8e2d6;
	background-color: #FDFFF0;
}




/*企業一覧
------------------------------------------------------------------------------*/

section.article_listBox{
	padding: 14px 8px;
}

ul.article_list {
}


li.article_list_wrap{
	margin-bottom:30px;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #ccc;
}

li.specialPlan{
	border-top: 1px solid #EA5758;
}

ul.article_list li:last-child{
	margin-bottom: 0;
}

div.listInner{
	background-color:#FFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:4px solid #ea5758;
	box-sizing: border-box;
	border-radius: 4px;
}

li.premiumPlan div.listInner{
	background-color:#FFF;
	border-left:2px solid #ea5758;
	border-right:2px solid #ea5758;
	border-bottom:2px solid #ea5758;
	border-top:4px solid #ea5758;
	box-sizing: border-box;
	border-radius: 4px;
}

li.specialPlan div.listInner{

}

.specialPick{
	position: relative;
	width: 135px;
	height: 25px;
	background: #ea5758;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 0.9rem;
	padding-top: 2px;
}

.specialPick:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-left: 30px solid #ea5758;
	border-bottom: 25px solid transparent;
}

div.listInner a{
	text-decoration: none;
}


.article_list_wrap div.header{
	/*background-color:#FFF5F4;
	border-bottom:1px solid #ddd;*/
	width: 94%;
	padding:10px 10px 0px;
}
li.article_list_wrap .company_name{
	color:#666666;
	font-size:11px;
	margin-bottom: 5px;
}
li.article_list_wrap .company_name span:first-child{
	margin-left:5px;
}
li.article_list_wrap .company_name span{
	background-color:#ea5758;
	border-radius:2px;
	padding:2px;
	margin-right:2px;
	margin-left:2px;
	color:#FFF;
	font-size:10px;
}

.mainSec{
}

.extraPlan .mainSec .photo{
	width: 100%;
	float: none;
    margin-bottom: 10px;
}

.extraPlan .mainSec h4.catch{
	width: 100%;
	float: none;
}

.mainSec .photo{
	width: 30%;
	float: left;
}

.mainSec .photo img{
	width:100%;
}

.mainSec h4.catch{
	width: 67%;
	float: right;
	font-size: 4.4vw;
	font-weight: bold;
	line-height: 130%;
	text-decoration: underline;
}

.txtPlan .mainSec h4.catch{
	width: 100%;
	float: none;
}

.article_list_wrap div.header .left{
	float:left;
	width:35%;
}
.article_list_wrap div.header .left img{
	max-width:100%;
}

.article_list_wrap div.body{
	padding: 10px 10px 5px;
}

.article_list_wrap div.body .wrap{
}


.article_list_wrap div.body .wrap span{
	background-color:#ea5758;
	border-radius:2px;
	padding:2px;
	margin-right:2px;
	color:#FFF;
	white-space:nowrap;
	line-height:200%;
	font-size:11px;
}
.article_list_wrap div.body .wrap .feature_list{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.article_list_wrap div.body .wrap .feature_list li{
	width:32%;
	background-color:#B1BE60;
	text-align:center;
	margin:5px 0px 0px 0px;
	padding: 2px 0;
	border-radius:5px;
	border:none;
	color:#fff;
	/*box-shadow:0px 2px 0px #95A050;
	text-shadow:0px 2px 0px #95A050;*/
	box-sizing:border-box;
	font-size:11px;
	font-weight: bold;
}
.article_list_wrap div.body .wrap .left img{
	width:100%;
}
.article_list_wrap div.body .wrap .table_wrap{
	/*border:2px solid #F4DFDF;*/
	margin-bottom: 10px;
}
.article_list_wrap div.body .wrap table{
	width: 100%;
	font-size:13px;
	margin:0 auto;
	border-bottom:1px dotted #CCCCCC;
}
.article_list_wrap div.body .wrap table tr{
	border-top:1px dotted #CCCCCC;
}
.article_list_wrap div.body .wrap table tr:first-child{
	/*border-top:none;*/
}
.article_list_wrap div.body .wrap table tr th{
	box-sizing:border-box;
	text-align: left;
	/*border-right:1px dotted #F4DFDF;*/
	font-weight: normal;
	letter-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	width:60px;
	color: #999;
}

.article_list_wrap div.body .wrap table tr th img{
	width: 18px;
}

.article_list_wrap div.body .wrap table tr th.occupation img{
	width: 10px;
}

.article_list_wrap div.body .wrap table tr th.area img{
	width: 13px;
}

/*li.article_list_wrap div.body .wrap table tr th.occupation{
	background-image:url(../img/person_icon_r.png);
}
li.article_list_wrap div.body .wrap table tr th.salary{
	background-image:url(../img/coin_icon_r.png);
}
li.article_list_wrap div.body .wrap table tr th.area{
	background-image:url(../img/map_icon_r.png);
}*/
.article_list_wrap div.body .wrap table tr td {
	padding: 5px 10px 5px 0px;
	line-height: 130%;
}
li.article_list_wrap div.body .wrap table tr td span{
	background-color:#FFF;
	border-radius:2px;
	padding:2px;
	margin-right:5px;
	color:#ea5758;
	font-weight:bold;
	font-size:10px;
	border:1px solid #ea5758;
}
ul.article_list div.button a{
	color:#FFF;
}


.js_interest {
	position: relative;
}

.listBtnBox{
	width: 100%;
	margin: 0 auto;
	background-color:#FFF7CE;
	border-radius: 0 0 5px 5px;
}

.update{
	padding:10px 10px 0px;
	font-size: 0.8rem;
}

.listBtnDetail{
	padding:5px 10px 0px;
}

.listBtnDetail a{
	background: #EA5758 none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 -2px 0 #CA332F inset;
	color: #fff;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1rem;
	height: 52px;
	padding-top: 15px;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

li.article_list_wrap .ouboBtnBox{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

li.article_list_wrap .ouboBtnBox li{
	display: inline-block;
	margin: 0;
	width: 32%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	box-shadow: 0 -2px 0 #bbb inset;
	border-radius: 5px;
	border: 1px solid #bbb;
	background-color: #fff;

}

li.article_list_wrap .ouboBtnBox li a{
	display: block;
	border-radius: 5px;
	height: 54px;
	box-sizing: border-box;
}

li.weboubo{
	background-image:url(../img/ico_oubo_web.png);
	background-size: 16px;
	background-position:center 5px;
}

li.article_list_wrap .ouboBtnBox li.weboubo a{
	padding-top: 28px;
	text-decoration: none;
	color: #ED3C07;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

li.denwaoubo{
	background-image:url(../img/ico_oubo_tel.png);
	background-size: 19px;
	background-position:center 6px;
	background-color: #fff;
}

li.article_list_wrap .ouboBtnBox li.denwaoubo a{
	padding-top: 28px;
	text-decoration: none;
	color: #30AAD4;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

li.article_list_wrap .ouboBtnBox li.kento{
	display: table;
	width: 32%;
}

li.article_list_wrap .ouboBtnBox li.kento a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0 -2px 0 #bbb inset;
	width: 100%;
	padding-left:9px;
	padding-right: 9px;
}

a.keep_btn {
	background: #EDEDEC none repeat scroll 0 0;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0 -2px 0 #CECECE inset;
	color: #666;
	display: table-cell;
	letter-spacing: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	height: 50px;
	width: 40%;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
}

a.detail_btn {
	background: #EA5758 none repeat scroll 0 0;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	box-shadow: 0 -3px 0 #D34645 inset;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	background-image:url(../img/arrow_white.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	background-size:8px;
}



/* 　求人一覧 検索
----------------------------------------------------------------------------------------------------------------*/
.searchArea {
	background-color: #fff;
}

.searchAreaSec{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #e8e2d6;
	background-color: #fff7ce;
}


.searchSyokusyuSec a,
.searchJyokenSec a{
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #e8e2d6;
	background-color: #fff7ce;
	display: block;
	color: #222;
	text-decoration: none;
}


.searchJyokenSec a{
	border-bottom: none;

}

.searchArea .searchAreaTtl{
	background-image:url(../img/serchArea_ico.png);
	background-size: 13px;
	background-position:left 1px center;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 20px;
}

.searchSyokusyuTtl{
	background-image:url(../img/serchSyoku_ico.png);
	background-size: 10px;
	background-position:left 2px center;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 20px;
}

.searchJyokenTtl{
	background-image:url(../img/serchToku_ico.png);
	background-size: 15px;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 20px;
}

.searchTxt{
	padding-left:20px;
	padding-right: 68px;
}

.henkou,
a .henkou{
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #94CDE9;
	padding: 8px 12px;
	border-radius: 5px;
	background-color: #c5effd;
	font-size: 0.9rem;
	font-weight: normal;
	box-sizing: border-box;
}

.henkou02 a{
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #94CDE9;
	padding: 8px 12px;
	border-radius: 5px;
	background-color: #c5effd;
	font-size: 0.9rem;
	font-weight: normal;
	box-sizing: border-box;
	color: #222;
	text-decoration: none;
}

.pagenom{
	padding: 2px 10px 0;
	text-align: center;
}

.pagenom span{
	font-size: 1.1rem;
	color: #ff7400;
	font-weight: bold;
	line-height: 100%;
}

.searchAreaSec{
}

#AreaRosen_menu{
	display:none;
	z-index:999;
	background-color:#FFF;
	position: absolute;
	right: 35px;
	top: 30px;
}

#AreaRosen_menu ul{
	border-left: 3px solid #E8E2D6;
	border-right: 3px solid #E8E2D6;
	border-top: 3px solid #E8E2D6;
	border-bottom:2px solid #E8E2D6;
	box-shadow: 2px 2px 2px #bbb;
}

#AreaRosen_menu ul li{
	position: relative;
	width: 150px;
	border-bottom: 1px solid #E8E2D6;
}

#AreaRosen_menu ul li a{
	display: block;
	padding:14px 10px;
	color: #222;
	font-size: 0.95rem;
	font-weight: bold;
}

.menu_henkou{
	position: absolute;
	right: 10px;
	top: 5px;
	border: 1px solid #94CDE9;
	padding: 8px 12px;
	border-radius: 5px;
	background-color: #c5effd;
	font-size: 0.9rem;
	font-weight: normal;
}

#AreaRosen_menu ul li.menu_searchAreaTtl{
	background-image:url(../img/serchArea_ico.png);
	background-size: 13px;
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 20px;
}

#AreaRosen_menu ul li.menu_searchRosenTtl{
	background-image:url(../img/serchRosen_ico.png);
	background-size: 13px;
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 1rem;
	font-weight: bold;
	padding-left: 20px;
}

#AreaRosen_menu ul li.btnclose{
	padding: 8px;
	text-align: center;
	background-color: #f7f3e8;
	font-weight: bold;
	width: 154px;
}

/* 　検索エリア 都道府県選択
----------------------------------------------------------------------------------------------------------------*/
.SearchTtl{
	background-color: #c5effd;
	padding: 10px;
}

.SearchTtl h2{
	font-size:0.8rem;
	text-align: center;
}


.preChoiceSec ul li ul.prefecture{
	display:none;
}

.bigArea{
	border-bottom: 1px solid #E8E2D6;
	background-color: #fff;
	background-image:url(../img/arrow_glay_shita.png);
	background-size: 13px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	font-size: 1.05rem;
	box-sizing: border-box;
	padding: 14px 24px 14px 10px;
}

.bigArea > .js-accordion-arrow-icon > label.js-accordion-label{
	font-weight: bold;
}

.bigArea.ut-accordion-box {
	background-image: unset;
}

.bgOre{
	background-image:url(../img/arrow_glay_ue.png);
	background-color: #FFF7CE;
}

.ut-arrow-right .ut-arrow-icon {
	display: inline-block;
	background-image: url(../img/arrow_glay_shita.png);
	background-size: 13px;
	background-repeat: no-repeat;
	height: 20px;
	float: right;
    background-position: 0 10px;
}

.ut-arrow-right.is-active .ut-arrow-icon {
	background-image: url(../img/arrow_glay_ue.png);
    background-position: 0 10px;
}

.ut-accordion-box .ut-arrow-right,
.ut-accordion-box .ut-accordion-container,
.ut-accordion-content > li{
	margin-bottom: 6px;
}

.bigArea.is-active {
	background-color: #FFF7CE;
	background-size: 13px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}

.bigArea span{
	margin-left: 5px;
	font-size: 0.7rem;
	color: #ff7400;
	font-weight: normal;
}

span.open{
}

ul.prefecture li a{
	display: block;
	padding: 14px 24px 14px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #E8E2D6;
	background-color: #fff;
	font-weight: bold;
	font-size: 0.95rem;
	background-image:url(../img/arrow_glay.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	text-decoration: none;
	color: #222;
}

ul.prefecture li a span{
	margin-left: 5px;
	font-size: 0.7rem;
	color: #ff7400;
	font-weight: normal;
}


.preChoiceSec .allArea a{
	border-bottom: 1px solid #E8E2D6;
	font-weight: bold;
	font-size: 1.05rem;
	box-sizing: border-box;
	padding: 14px 24px 14px 10px;
	background-color: #FFF7CE;
	display: block;
	color: #222;
	text-decoration: none;
	background-image:url(../img/arrow_glay.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.all_check{
	border-bottom: 1px solid #E8E2D6;
	background-color: #fff;
	font-weight: normal;
	font-size: 0.9rem;
	box-sizing: border-box;

}

.all_check label{
	padding: 8px 24px 8px 10px;
	display: block;
}

.district li{
	border-bottom: 1px solid #E8E2D6;
	background-color: #fff;
	font-weight: normal;
	font-size: 0.9rem;
	box-sizing: border-box;
}

.district li label{
	padding: 8px 24px 8px 20px;
	display: block;
}

input[type="checkbox"] {
	border: 1px solid #aaaaaa;
	vertical-align: -5px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	/*Other Browser*/
	/*background: #eee;*/
	background: #fff;
}

input[type="checkbox"]:checked {
	/*Other Browser*/
	background: #EA5758;
	border: 1px solid #D34645;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	left: 1px;
	top: 13px;
	display: block;
	content: "";
	width: 7px;
	height: 3px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 7px;
	top: 13px;
	content: "";
	width:13px;
	height: 3px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}

input[type="radio"] {
	display: inline-block;
	position: relative;
}
input[type="radio"]::before {
	background: #eee none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 22px;
	left: -6px;
	position: absolute;
	top: -6px;
	width: 22px;
}
input[type="radio"]::after {
	background: #eee none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 12px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 12px;
	z-index: 3;
}
input[type="radio"]:checked::before {
	background: #EA5758 none repeat scroll 0 0;
}
input[type="radio"]:checked::after {
	background: #fff none repeat scroll 0 0;
}
select{
	/*background: rgba(0, 0, 0, 0) url("../img/arrow_glay_shita.png") no-repeat scroll right 5px center / 14px 8px;*/
	background: #fff;
	padding: 10px 10px 10px 10px;
	z-index: 999;
	border: 1px solid #aaaaaa;
}

input[type="text"],
input[type="search"],
input[type="tel"]{
	padding: 10px 30px 10px 10px;
	border: 1px solid #aaaaaa;
	box-shadow: none;
	width: 100%;
	background-color: #fff;
	/*-webkit-appearance: none;*/
	box-sizing: border-box;
}
textarea {
	border: 1px solid #aaaaaa;
	box-shadow: none;
	width: 100%;
	/*-webkit-appearance: none;*/
}


#kensakufixed{
	position: fixed;
	bottom: 0;
	width: 100%;
	background:rgba(70, 70, 70, 0.9) none repeat scroll 0 0;
	padding: 10px 15px;
	box-sizing: border-box;
}

.kensakuBt a,
.kensakuBt button{
	background: #ed3c07;
	border-radius: 5px;
	box-shadow: 0 -2px 0 #a92b05 inset;
	box-sizing: border-box;
	color: #fff;
	float: right;
	font-size: 1.2rem;
	font-weight: bold;
	height: 53px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 65%;
	/*padding-top: 15px;*/
	border: none;
}

p.kensu{
	color: #fff;
	float: left;
	width: 35%;
	text-align: center;
}

p.kensu span{
	color: #fc0;
	font-weight: bold;
	font-size: 22px;
}

.bigPre a{
	border-bottom: 1px solid #E8E2D6;
	font-weight: bold;
	font-size: 1.05rem;
	box-sizing: border-box;
	padding: 14px 24px 14px 10px;
	background-color: #fff;
	display: block;
	color: #222;
	text-decoration: none;
	background-image:url(../img/arrow_glay.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.bigPre a span{
	margin-left: 5px;
	font-size: 0.7rem;
	color: #ff7400;
	font-weight: normal;
}

/* 　検索エリア 路線選択
----------------------------------------------------------------------------------------------------------------*/
.preChoiceSec ul li ul.rosen{
	display:none;
}

.preChoiceSec ul li ul.rosen li{
	border-bottom: 1px solid #E8E2D6;
	background-color: #fff;
	font-size: 0.9rem;
	font-weight: normal;
	box-sizing: border-box;
}

.preChoiceSec ul li ul.rosen li label,
.preChoiceSec ul li ul.rosen li .js-accordion-label{
	padding: 8px 24px 8px 20px;
	display: block;
	cursor: pointer;
}

.is-active .js-accordion-span {
	display: block;
	width: 50px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.threeRosen{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #E8E2D6;
}



/* 　検索エリア 条件選択
----------------------------------------------------------------------------------------------------------------*/
.joukenChoiceSec{
	padding: 10px;
}

.koyoukeitaiSec{
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.koyoukeitaiSec h3{
	padding: 10px;
	background-color: #c5effd;
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.jokenBox{
	display: table;
	width: 100%;
}

.jokenBox label{
	display: table-cell;
	width: 50%;
	padding: 5px 10px 10px 39px;
	text-indent: -29px;
}

.jokenBox select{
	background: rgba(0, 0, 0, 0) url("../img/arrow_glay_shita.png") no-repeat scroll right 5px center / 14px 8px;
	padding: 10px 30px 10px 10px;
	z-index: 999;
	border: 1px solid #aaaaaa;
}

.jokenKyuuyo{
	padding:5px 10px 10px 10px;
}


/* footer
******************************************/
footer{
	margin-top: 30px;
	background-color:#FFF;
}
.pageTop{
	background-color: #fff;
	border-top: 2px solid #ea5758;
}

.pageTop a{
	display: block;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #FFEFEF;
	color: #444;
}

.footerList li{
	border-bottom: 1px solid #e8e2d6;
}

.footerList li a{
	background-image: url("../img/arrow_brue.png");
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: block;
	padding: 16px 15px;
	font-weight: bold;
	font-size: 14px;
	color: #444;
}

.footerList li:first-child{
	border-top: 1px solid #e8e2d6;
}

.homeTop {
	padding: 10px;
}

.homeTop a{
	display: block;
	background-color:#EAF7FB;
	border: 1px solid #B0E2F0;
	padding: 10px;
	box-shadow:0px 0px 3px 0px #ddd;
	-moz-box-shadow:0px 0px 3px 0px #ddd;
	-webkit-box-shadow:0px 0px 3px 0px #ddd;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #444;
}

.homeTop a span{
	background-image: url("../img/home_ico.png");
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}


.footerList2{
	background-color: #F7F4F0;
}

.footerList2 {
	border-top: 1px solid #e8e2d6
}

.footerList2 li{
	float: left;
	width: 50%;
	border-bottom: 1px solid #e8e2d6;
	border-right: 1px solid #e8e2d6;
	box-sizing: border-box;
	text-align: center;
}

.footerList2 li a{
	display: block;
	color: #222;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.7rem;
}

.copyright {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background-color: #444;
	line-height: 100%;
}

/* footerここまで
*******************************************/





/* 久保木くん制作　検索
----------------------------------------------------------------------------------------------------------------
div.article_list_header p.tabs{
	width:95%;
	margin:0 auto;
}
div.article_list_header p.tabs span{
	font-size:13px;
	color:#FFF;
	text-shadow:1px 1px #9C9C9C;
	background-color:#E1E1E1;
	padding:5px 5px 4px 5px;
	margin-right:10px;
}
div.article_list_header p.tabs span a{
	color:#FFF;
}
div.article_list_header p.tabs span.selected{
	font-size:13px;
	color:#FFF;
	text-shadow:1px 1px #74B5D3;
	background-color:#BBDFF0;
	padding:5px;
	margin-right:10px;
}
div.article_list_header .table_wrap{
	border:2px solid #F4DFDF;
}
div.article_list_header table{
	width:95%;
	font-size:12px;
	margin:0 auto;
	border:3px solid #BBDFF0;
}
div.article_list_header table tr{
	border-top:1px solid #BBDFF0;
}
div.article_list_header table tr:first-child{
	border-top:none;
}
div.article_list_header table tr th{
	text-align:left;
	width:30%;
	line-height:200%;
	box-sizing:border-box;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position-y:center;
	background-position-x:5px;
	background-size:13% auto;
	background-color:#F5F5F5;
	border-right:1px dotted #BBDFF0;
}
div.article_list_header table tr td {
	padding:0px 10px 0px 10px;
	font-weight:bold;
	color:#8e8e8e;
}
div.article_list_header table tr td span{
	background-color:#FFF;
	border-radius:2px;
	padding:2px;
	margin-right:5px;
	color:#30ABDE;
	font-weight:bold;
	font-size:10px;
	border:1px solid #30ABDE;
}


li.article_list_wrap div.body .wrap .button {
	text-align:center;
	margin-top:12px;
	margin-bottom:8px;
}
li.article_list_wrap div.body .wrap .button span{
	background-color:#ea5758;
	border-radius:5px;
	padding:8px 10px 8px 10px;
	color:#FFF;
	font-size:14px;
	border: 1px solid #C93C3C;
}
li.article_list_wrap div.body .wrap .button span:first-child{
	margin-right:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cecece), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	color:#434343;
	border:1px solid #B5B5B5;
}
div.article_list_header{
	background-color:#FFF;
	padding:3px 0px 5px 0px;
	color:#ea5758;
	font-size:18px;
}
div.article_list_header div.wrap{
	width:90%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:5px;
}
div.article_list_header div.wrap span{
	font-size:12px;
	color:#3A3A3A;
}
div.article_list_header div.wrap span.change_condition{
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
	font-size:12px;
	margin-left:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cecece), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	color:#434343;
	border:1px solid #B5B5B5;
}
div.article_list_paging{
	background-color:#ea5758;
	border-bottom:2px solid #ddd;
	padding:10px 0px 5px 0px;
	border-bottom:5px solid #FFF;
}
div.article_list_paging div.wrap{
	width:90%;
	margin:0 auto;
}
div.article_list_paging div.top{
	background-color:#FFF;
	width:90%;
	margin:0 auto;
	border-radius:10px;
}
div.article_list_footer{
	border-top:1px solid #ddd;
	padding-top:7px;
}
.paging li{
	padding:5px;
	text-align:center;
	float:left;
	font-size:20px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #ddd;
	color:#000;
	border-radius:5px;
}
.paging li.selected{
	background-color:#FFF;
	color:#ea5758;
	text-shadow: 1px 1px 1px #AD3434;
}
.paging li a{
	color:#FFF;
}
p.counter{
	margin-top:5px;
	text-align:right;
	font-size:16px;
}
p.counter span{
	font-size:20px;
	color:#ea5758;
	margin-left:10px;
	margin-right:10px;
}
div#search_box{
	display:none;
}
div#search_box div.search{
	background-color:#FFF;
	padding-bottom:50px;
}
div#search_box div.search div.search_header{
	color:#FFF;
	background-color:#30ABDE;
	box-shadow:0px 4px #2A91BA;
	padding:10px 0px 10px 0px;
	font-weight:normal;
}
div#search_box div.search div.search_header p.left {
	left:2px;
}
div#search_box div.search div.search_header p.left a{
	color:#FFF;
	font-size:30px;
}

*/

/** bxSliderカスタマイズ **/
ul.bxslider li{
	text-align:center;
}
ul.bxslider li img{
	display:inline;
}

/** ページング **/
.pageNavi{
	padding: 10px 10px 0;
	text-align: center;
}

.pageNavi {
	padding: 5px 10px 7px;
	text-align: center;
}
.pageNaviNum {
	padding-bottom: 10px;
}
.pageNaviList {
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 1rem;
	margin-right: 2px;
	padding:6px 7px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #ea5758;
}
.pageNaviList a{
	color: #ea5758;
}
.pageNaviList:last-child {
	margin-right: 0;
}
.pageNavion {
	background-color: #ea5758;
	color: #fff;
}

.special_top h2 img{
	width: 100%;
}

.special_top .speListdetail {
	padding: 10px 10px 0px;
}

.special_top .speListdetail h3{
	color: #f90;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}



/****************************************
お知らせ
*****************************************/
ul.infoList li{
	border-bottom:1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.infoList li a time{
	font-size: 0.8rem;
	color: #666;
	display: block;
}

ul.infoList li a p{
	
}

.sp_pankuzu {
	padding: 10px 10px 0;
	
}

.sp_pankuzu li,
.sp_pankuzu li a{
	display: inline;
	font-size: 0.6rem;
	line-height: 120%;
}

.detailTime{
	font-size: 0.8rem;
	color: #666;
	margin-bottom: 20px;
}

.detailTitle{
    font-size:1.4rem;
	margin-bottom: 20px;
	line-height: 150%;
}

.infoBack a{
	width: 60%;
	margin: 15px auto 15px;
	background-color: #f90;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	display: block;
}

section.contentsArticle div.articleWideBox div.infoDetail img{
	width: 90% !important;
	height: auto!important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tyumokuTtl{	
     font-size: 4.4vw;
    font-weight: bold;
    line-height: 130%;
    text-decoration: underline;
	margin-bottom: 10px;
}

.tyumokusumnail{
	width: 100%;
	margin-bottom: 10px;
}

.tyumokusumnail img{
	width: 100%;
}

.tyumokuappeal{
      color: #f90;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 7px;
}

.tyumokutext{	
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
	color: #222;
}

.flex-wrap{
	display: flex;
    flex-flow: wrap;
}