@charset "UTF-8";

@media print, screen and (min-width: 671px) {

/* スライド
---------------------------------------------------------------- */
.slider_box {
	width:1100px;
	margin-left: auto;
	margin-right: auto;
}
.corp_imgbox {
	position: relative;
	width: 600px;
	height: 430px;
	margin: 0 15px;
}
.corp_imgbox .cap {
	width: 600px;
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:  rgba(0,0,0,0.5);
	color: #ffffff;
}
.corp_imgbox .cap h3.corpname {
	font-size: 16px;
	padding-bottom: 1px;
}
.corp_imgbox .cap p {
	font-size: 13px;
}
.corp_imgbox .cap h3.corpname,
.corp_imgbox .cap p {
	padding-left: 18px;
}
.corp_imgbox .cap p span {
	border: #ffffff solid 1px;
	line-height: 100%;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

/* PR動画
---------------------------------------------------------------- */
.prmov_list {
	background-color: #f3994f;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.prmov_list span.icn {
	padding-right: 36px;
    background-image: url("../images/icn_mov.svg");
    background-repeat: no-repeat;
    background-position: center right 0px;
    background-size: 32px auto;
}
.prmov_list span.mite {
	padding-right: 14px;
}
.pr_mov_listbox {
	
}
.pr_mov_listbox ul {
    display: flex;
    font-size: 13px;
    width: 100%;
    padding-top: 10px;
}
.pr_mov_listbox ul li {
    width: 265px;
    margin-right: 13px;
}
.pr_mov_listbox ul li img {
	width: 100%;
	height: auto;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}
.pr_mov_listbox ul li a:hover .imghover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.7;
}
.pr_mov_listbox ul li a{
transition: all 0.3s;
}


/* 掲載企業一覧
---------------------------------------------------------------- */
.corp_list {
	background-color: #0093c4;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.corp_listbox {
	background-color: #ffffff;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	overflow: hidden;
	overflow: auto;
	height: 220px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.corp_listbox .corp_listbox_inner {
	border-bottom: #1A1D6E dotted 1px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.corp_listbox h3 {
	float: left;
	margin-top: 6px;
}
.corp_listbox h3 span {
	color: #1A1D6E;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	border: #1A1D6E solid 2px;
	border-radius: 6px;
	background-color: #D1D2E2;
	padding-left: 6px;
	padding-right: 6px;
}
.corp_listbox ul {
	float: left;
	width: 90%;
	padding-left: 40px;
	font-size: 13px;
	line-height: 1.4em;
	/*margin-top: -12px;*/
}
.corp_listbox ul li {
	float: left;
	width: 30%;
	padding-right: 3%;
	padding-bottom: 5px;
}

/* 業種から探す
---------------------------------------------------------------- */
.ind_list {
	background-color: #3f75ab;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ind_listbox {
	background-color: #ffffff;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ind_listbox ul {
	text-align: center;
}
.ind_listbox li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 7px;
}
.ind_listbox li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
	display: table-cell;
	border: #4D4D4D solid 1px;
	font-size: 13px;
	border-radius: 4px;
}

/* 地域から探す
---------------------------------------------------------------- */
.ara_list {
	background-color: #064462;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ara_listbox {
	background-color: #ffffff;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ara_listbox li {
	float: left;
	margin-right: 17px;
}
.ara_listbox li:last-child {
	margin-right: 0px;
}
.ara_listbox li a {
	width: 157px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	/*background: url("../common/images/icn_san.png");*/
	background-image: url("../common/images/icn_san.png");
	background-position: center right 6px;
	background-repeat: no-repeat;
	background-size: 6px auto;
	transition:background 0.5s;
}

.ara_listbox li:nth-of-type(1) a {
	background-color: #8cc457;
}
.ara_listbox li:nth-of-type(2) a {
	background-color: #53c2f0;
}
.ara_listbox li:nth-of-type(3) a {
	background-color: #f2973a;
}
.ara_listbox li:nth-of-type(4) a {
	background-color: #49bbbc;
}
.ara_listbox li:nth-of-type(5) a {
	background-color: #e8b800;
}
.ara_listbox li:nth-of-type(6) a {
	background-color: #f19ba6;
}
.ara_listbox li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*
.ara_listbox li:nth-of-type(1) a {background: rgba(140,196,87,1);}
.ara_listbox li:nth-of-type(2) a {background: rgba(83,194,240,1);}
.ara_listbox li:nth-of-type(3) a {background: rgba(232,184,0,1);}
.ara_listbox li:nth-of-type(4) a {background: rgba(242,151,58,1);}
.ara_listbox li:nth-of-type(5) a {background: rgba(73,187,188,1);}
.ara_listbox li:nth-of-type(6) a {background: rgba(241,155,166,1);}

.ara_listbox li:nth-of-type(1) a:hover {background: rgba(140,196,87,0.5);}
.ara_listbox li:nth-of-type(2) a:hover {background: rgba(83,194,240,0.5);}
.ara_listbox li:nth-of-type(3) a:hover {background: rgba(232,184,0,0.5);}
.ara_listbox li:nth-of-type(4) a:hover {background: rgba(242,151,58,0.5);}
.ara_listbox li:nth-of-type(5) a:hover {background: rgba(73,187,188,0.5);}
.ara_listbox li:nth-of-type(6) a:hover {background: rgba(241,155,166,0.5);}
*/

}
@media screen and (min-width:0px) and (max-width: 670px) {

/* スライド
---------------------------------------------------------------- */
.corp_imgbox {
	position: relative;
	width: 100%;
	height: auto;
}
.corp_imgbox .cap {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-top: 8px;
	padding-bottom: 13px;
	background-color:  rgba(0,0,0,0.5);
	color: #ffffff;
}
.corp_imgbox .cap h3.corpname {
	font-size: 15px;
	padding-bottom: 6px;
	padding-right: 10px;
	line-height: 1.2em;
	font-weight: 500;
}
.corp_imgbox .cap p {
	font-size: 12px;
	font-weight: 500;
}
.corp_imgbox .cap h3.corpname,
.corp_imgbox .cap p {
	padding-left: 10px;
}
.corp_imgbox .cap p span {
	border: #ffffff solid 1px;
	line-height: 100%;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
/* PR動画
---------------------------------------------------------------- */
.prmov_list {
	background-color: #f3994f;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin-top: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    line-height: 1.2em;
    
    padding-right: 30px;
    background-image: url("../images/icn_mov.svg");
    background-repeat: no-repeat;
    background-position: top 16px right 10px;
    background-size: 30px auto;
}
/*
.prmov_list span {
	padding-right: 30px;
    background-image: url("../images/icn_mov.svg");
    background-repeat: no-repeat;
    background-position: center right 0px;
    background-size: 24px auto;
}
*/
.pr_mov_listbox ul {
    display: flex;
    font-size: 13px;
    padding-top: 6px;
}
.pr_mov_listbox ul li {
	width: 49%;
	margin-bottom: 8px;
	list-style:none;
}
.pr_mov_listbox ul li:nth-child(2n) {
    margin-left: 2%;
}
.pr_mov_listbox ul li img {
	width: 100%;
	height: auto;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}

/* 掲載企業一覧
---------------------------------------------------------------- */
.corp_list {
	background-color: #0093c4;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin-top: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#main_contents .corp_list {
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.corp_listbox {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	overflow: auto;
	height: 220px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#main_contents .corp_listbox {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	overflow: visible;
	height: 100%;
}
.corp_listbox .corp_listbox_inner {
	border-bottom: #1A1D6E dotted 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.corp_listbox h3 {
	float: left;
	margin-top: 12px;
}
.corp_listbox h3 span {
	color: #1A1D6E;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	border: #1A1D6E solid 2px;
	border-radius: 6px;
	background-color: #D1D2E2;
	padding-left: 6px;
	padding-right: 6px;
}
.corp_listbox ul {
	float: left;
	width: 80%;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.4em;
	/*margin-top: -12px;*/
}
.corp_listbox ul li {
	padding-right: 3%;
	padding-bottom: 5px;
}

/* 業種から探す
---------------------------------------------------------------- */
.ind_list {
	background-color: #3f75ab;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ind_listbox {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ind_listbox ul {
	margin: 0;
}
.ind_listbox li {
	float: left;
	width: 48%;
	margin-bottom: 3px;
}
.ind_listbox li:nth-child(odd) {
	margin-right: 4%
}
.ind_listbox li a {
	width: 100%;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border: #4D4D4D solid 1px;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
}

/* 地域から探す
---------------------------------------------------------------- */
.ara_list {
	background-color: #064462;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.ara_listbox {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ara_listbox li {
	float: left;
	width: 48%;
	margin-bottom: 3px;
}
.ara_listbox li:nth-child(odd) {
	margin-right: 4%
}
.ara_listbox li a {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	/*background: url("../common/images/icn_san.png");*/
	background-image: url("../common/images/icn_san.png");
	background-position: center right 6px;
	background-repeat: no-repeat;
	background-size: 6px auto;
	transition:background 0.5s;
}

.ara_listbox li:nth-of-type(1) a {
	background-color: #8cc457;
}
.ara_listbox li:nth-of-type(2) a {
	background-color: #53c2f0;
}
.ara_listbox li:nth-of-type(3) a {
	background-color: #f2973a;
}
.ara_listbox li:nth-of-type(4) a {
	background-color: #49bbbc;
}
.ara_listbox li:nth-of-type(5) a {
	background-color: #e8b800;
}
.ara_listbox li:nth-of-type(6) a {
	background-color: #f19ba6;
}
.ara_listbox li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



}