@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	background-image: url(https://www.kigyoshi.com/img/bg.gif);
}

@media only screen and (max-width: 799px) {
	body {
		font-size: 14px;
	}
}

a {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	color: #36F;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	box-sizing: border-box;
}

/*下地
----------------------------------------------------------*/
#base {
	max-width: 1080px;
	#width: 1080px;
	min-width: 280px;
	margin: 0 auto;
	background: #FFFFFF;
}

/*ヘッダー
------------------------------------------------------*/
header {
	background-image: url(https://www.kigyoshi.com/img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 240px;
	position: relative;
	margin-bottom: 20px;
}

header h1 {
	position: absolute;
	bottom: 10px;
}

@media screen and (max-width:641px) {
	header {
		background-position: 72% bottom;
	}
}

/*レイアウト
--------------------------------------------------------*/
#contents {
	float: right;
	width: 100%;
	margin-left: -250px;
	overflow: hidden;
}

#main {
	margin-left: 260px;
	padding: 0 10px;
}

#side {
	float: right;
	width: 240px;
	padding-left: 10px;
}

@media only screen and (max-width: 799px) {
	#contents {
		float: none;
		margin-left: 0;
	}

	#main {
		margin-left: 0;
		padding: 5px;
	}

	#side {
		float: none;
		width: auto;
		padding: 0 5px;
	}
}

footer {
	clear: both;
}

/*サイド
----------------------------------------------------------*/
#side h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-top: 4px double #ffffff;
	border-bottom: 4px double #ffffff;
	background-color: #f19ec2;
	cursor: pointer;
	overflow: hidden;
}

#side h2:before {
	font-family: "FontAwesome";
	content: "\f08a";
	margin-right: 3px;
}

#side h2 i {
	float: right;
	display: inline-block;
	line-height: 30px;
	margin-right: 10px;
}

#category {
	margin-bottom: 20px;
}

#category ul {
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
}

#category li {
	font-size: 14px;
	line-height: 2em;
	padding-left: 20px;
	background-image: url(https://www.kigyoshi.com/img/icon_money.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#category li img {
	display: none;
}

#side h3 {
	background-color: #333;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

#side h3 i {
	margin-right: 3px;
}

#side .link {
	overflow: hidden;
	font-size: 14px;
}

#side .link li:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 3px;
}

#side .link li {
	margin-bottom: 5px;
}

@media screen and (max-width:800px) {
	#category li {
		float: left;
		width: 25%;
		background: none;
		padding-left: 0;
	}

	#category li a {
		margin: 5px;
		display: block;
	}

	#category li span {
		display: none;
	}

	#category li img {
		display: block;
	}

	#side .link {
		font-size: 16px;
	}
}

@media screen and (max-width:540px) {
	#category li {
		width: 50%;
	}

	#category li a {
		margin: 2px;
	}
}

/*メイン
----------------------------------------------------------*/
#main h2 {
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(https://www.kigyoshi.com/img/icon_bar.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-bottom: 10px;
	color: #e4007f;
	font-size: 1.4em;
	border-top: 3px solid #e4007f;
	border-bottom: 3px solid #e4007f;
	padding: 5px 0;
	padding-left: 40px;
	min-height: 18px;
}

@media screen and (max-width:799px) {
	#main h2 {
		background-repeat: no-repeat;
		background-position: 0 0px;
		font-size: 1.2em;
		line-height: 1.2em;
		height: auto;
		padding: 3px 0 3px 35px;
	}
}

#sent {
	color: #333333;
	margin-bottom: 10px;
}

#main p {
	margin-bottom: 1em;
}

#main strong {
	color: #F06;
}

#main em {
	color: #06F;
	font-weight: bold;
}

#main .right {
	float: right;
	margin-left: 10px;
	border-radius: 3px;
}

#main .left {
	float: left;
	margin-right: 10px;
	border-radius: 3px;
}

#main .right img,
#main .left img {
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
}

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

	#main .right,
	#main .left {
		float: none;
		display: block;
		margin: 0px 0px 10px;
		text-align: center;
	}
}

/*サイト紹介
----------------------------------------------------------*/
#info_box {
	margin-bottom: 30px;
}

#info_pic {
	max-width: 600px;
	margin: 0 auto 20px;
	position: relative;
}

#info_pic img {
	box-shadow: 2px 2px 2px #333333;
	border: 1px solid #333;
}

#qr {
	position: absolute;
	right: -1px;
	bottom: 1px;
	height: 100px;
	width: 100px;
	border: 1px solid #333;
}

@media screen and (max-width:640px) {
	#qr {
		display: none;
	}
}

#info p {
	color: #333333;
}

#btn {
	text-align: center;
}

.button:before {
	font-family: "FontAwesome";
	content: "\f061";
	margin-right: 2px;
}

.button {
	display: block;
	color: #FFFFFF;
	background-color: #e4007f;
	border-radius: 5px;
	padding: 12px 15px;
	font-weight: bold;
	width: 460px;
	margin: 0 auto;
}

.button:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}

@media screen and (max-width:500px) {
	.button {
		width: auto;
		padding: 12px 2px;
	}
}

/*footer
-----------------------------------------------------*/

footer {
	padding: 5px 0;
}

#underbox {
	padding: 10px;
}

#footer {
	background: #f19ec2;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

footer p {
	text-align: center;
}

footer a {
	color: #FFFFFF;
}

/*スクロールトップ
------------------------------*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

/*広告
-----------------------------------------------------*/
.ad {
	margin-bottom: 10px;
}

.ad a img {
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

@media only screen and (min-width:481px) {
	.ad.small {
		display: none;
	}

	.ad.large {
		display: block;
	}
}

@media only screen and (max-width:480px) {
	.ad.small {
		display: block;
	}

	.ad.large {
		display: none;
	}
}

#map {
	text-align: center;
}

@media screen and (max-width:590px) {
	#map {
		display: none;
	}
}

#banner960 {
	clear: both;
	width: 960px;
	height: 210px;
	background-color: #999999;
	overflow: hidden;
	margin: 0 auto 70px;
}

@media screen and (max-width:960px) {
	#banner960 {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 23% 0 0;
	}

	#banner960 iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}
}

@media screen and (max-width:498px) {
	#banner960 {
		padding: 83% 0 0;
	}
}

.link_banner {
	overflow: hidden;
}

.link_banner li {
	margin-bottom: 10px;
}

@media screen and (max-width:800px) {
	.link_banner li {
		float: left;
		width: 48%;
		margin: 1%;
	}

}

@media screen and (max-width:500px) {
	.link_banner li {
		float: none;
		width: auto;
	}

	.link_banner li a {
		display: block;
		margin: 2px;
	}
}

/*パンくずリスト*/
.breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
}

.breadcrumbs ol {
	padding: 5px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-family: FontAwesome;
	content: "\f015";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #09F;
}

.breadcrumbs a {
	color: #09F;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}
aside.ads {
margin:30px 0;
}
aside.ads .title {
  font-weight: bold;
  padding:5px;
  background-color:#0066ff;
  color:#FFF;
  margin-bottom:10px;
}
/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
#main::before {
	content: url(https://www.kigyoshi.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#info_box::before {
	content: url(https://www.kigyoshi.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::after {
	content: "PR";
	font-size: 12px;
	border: 1px solid;
	border-radius: 5px;
	padding:2px  5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}
#btn .pr-txt-link::after {
	background-color:#fff;
	color:#e4007f;
	margin-right:0;
	margin-left: 5px;
}

a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 0 5px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}
