@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  background-color: #FFF;
  font-size:16px;
  font-size: 1.6rem;
}
a {
  color:#3366FF;
  text-decoration:none;
}
a:hover {
  color:#F33;
}
img {
  max-width:100%;
  height:auto;
}
aside,section {
  margin-bottom: 20px;
}
iframe.analyzer {
  display:none;
}

#page {
  max-width:800px;
  min-width:300px;
  margin:20px auto;
  text-align:left;
  border:1px solid #666666;
  background:#ffffff;
  position:relative;
}
@media screen and (max-width:800px) {
  #page {
    border:none;
    margin:0 auto;
  }
}

/*------　ヘッダ　------*/
#head {
  padding:10px 20px;
  background:#941844;
  color:#FFFFCC;
}
#head a {
  display:block;
}
#head .logo {
  display:block;
  max-width:300px;
  height:auto;
}
#head p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4em;
}
@media screen and (max-width:799px) {
  #head {
    padding:10px;
  }
}
h1 {
  font-size:20px;
}
h1 a {
  color:#FFFFFF;
}

/*------　パンくずリスト　------*/
#breadcrumbs {
  padding:8px;
  display:block;
  white-space:nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background:#f0eaed;
  margin-bottom:20px;
}
#breadcrumbs li {
  display:inline-block;
  vertical-align:top;
  line-height:1.3em;
}
#breadcrumbs li a {
  background-image: url(https://inuiseminar.com/img/ico_bread.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right:10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#breadcrumbs li:last-child a {
  background-image:none;
}
#breadcrumbs li a.disabled{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color:#000000;
}

/*------　メニュー　------*/
#menu {
  float:left;
  margin:0px 20px;
  width:180px;
}
#menu {
  margin-bottom:30px;
}
#menu a {
  display:block;
  padding:10px;
  color:#F06;
  font-weight:bold;
}
#menu .title {
  display:block;
  padding:8px 10px 7px;
  color:#99334f;
  font-weight:bold;
  cursor:pointer;
  border:1px solid #B15345;
  margin-bottom:5px;
}
#menu .title a {
  padding:0px;
}
#menu ul {
  display:none;
}
#menu > li {
  background: #ffffff;
}
#menu > li > ul > li a{
  font-size: 13px;
  font-size: 1.3rem;
  color:#ec1a1a;
  background:#f0eaed;
  border-bottom:5px solid #fff;
}
#menu > li > ul > li a:hover {
  background:#fff;
}
.slicknav_menu {
  display:none;
}
/*Media Queries*/
@media screen and (max-width: 799px) {
  .slicknav_menu {
    top:30px;
  }
  .js #menu {
    display:none;
  }
  .js .slicknav_menu {
    display:block;
  }
  #menu {
    float:none;
  }
  .slicknav_menu .title {
    float:left;
  }
  .slicknav_menu .titlehome {
    float:none;
  }
}

/*------　コンテンツ　------*/
#contents {
  float:right;
  width:540px;
  margin-right:20px;
  margin-bottom:20px;
  padding:19px 9px;
  border:1px solid #CCCCCC;
}
@media screen and (max-width:799px) {
  #contents {
    float:none;
    width:auto;
    border:none;
    margin-right:0;
  }
}

/*---　共通　---*/
h2 {
  color:#961633;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:3px double #961633;
  font-size: 20px;
  color:#ff0000;
}
h3 {
  border-bottom:2px solid #D8A49C;
  background-color: #f0eaed;
  padding:10px 12px;
  color:#99334f;
  margin-bottom:10px;
  font-size: 16px;
}
h4 {
 margin-bottom: 0.5em;
 padding-bottom: 0.5em;
 text-align: center;
 border-bottom: 3px solid #ffc8e2;
}
p {
  margin-bottom:0.75em;
  line-height:1.8em;
}

/*---　トップ　---*/
.leftImg {
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}
#feature {
  overflow:hidden;
  margin-bottom:20px;
}
#feature li {
  float:left;
  width:50%;
}

#feature dl {
  margin:5px;
}
#feature dt {
  text-align:center;
  padding:5px;
  color:#FFFFFF;
  background:#99334f;
  height: auto !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#feature dd {
  overflow:hidden;
  padding-top:5px;
  color:#666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height:1.3em;
}
#feature dd img {
  float:left;
  margin-right:5px;
}
#feature dd a {
  color:#FF0033;
}
@media screen and (max-width:430px) {
  #feature li {
    width:100%;
  }
  #feature dl {
    margin:0 0 5px;
  }
}

#category {
  overflow:hidden;
  margin-bottom:20px;
}
#category li .title {
  display:block;
  font-weight:bold;
  margin-left: 5px;
}
#category li ul {
  overflow:hidden;
  margin-bottom:1.0em;
}
#category li ul li {
  float:left;
  width:25%;
}
#category li ul li a {
  display:block;
  padding:10px 5px;
  border:1px solid #CCC;
  margin:5px;
  text-align:center;
  border-radius:3px;
  font-size:12px;
  font-weight: bold;
}
@media only screen and (min-width:381px) {
  #category li ul li {
    width:20%;
  }
}
@media only screen and (min-width:481px) {
  #category li ul li {
    width:16.66%;
  }
}
@media only screen and (min-width:601px) {
  #category li ul li {
    width:14.28%;
  }
}

/* 広告 */
.ad {
  margin-bottom:20px;
}
.ad a {
  display:block;
  margin-left:5px;
  margin-right:5px;
}
.ad a img {
  width:100%;
  height:auto;
  display:block;
  border:1px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*　リンク　*/
#link {
  margin-left:5px;
  margin-bottom:20px;
}
#link dt {
  font-weight:bold;
  font-size:14px;
  margin-bottom:5px;
}
#link dd {
  margin-bottom:10px;
}
#link li {
  line-height:1.8em;
}
#link li a {
  display:block;
  margin-left:5px;
  margin-right:5px;
}
#link li a img {
  width:100%;
  border:1px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#link .link {
  display:block;
  overflow: hidden;
}
#link .link li {
  display:block;
  width:48%;
  float:left;
  margin:0 5px 10px;
}
#link .link li a {
  display:block;
  width:98%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:640px) {
  #link .link li {
    width:98%;
    float:none;
    margin:0 auto 10px;
  }
}

/*　動画　*/
#movie {
  border:1px solid #CCCCCC;
  padding:9px;
  margin-bottom:10px;
  overflow:hidden;
}

#movie dd.image {
  float:left;
  margin-right:10px;
}
#movie dd.image img {
  border:1px solid #ff3399;
}
#movie ul {
  overflow:hidden;
}
#movie li {
  float:left;
  width:64px;
  line-height:1.8em;
  white-space:nowrap;
}
#movie li a {
  border-bottom:1px dotted #999999;
}
@media screen and (max-width:480px) {
  #movie dt,
  #movie dd {
    text-align:center;
  }
  #movie dd.image {
    float:none;
    margin:auto;
  }
  #movie li {
    text-align:left;
  }
}

/*---　都道府県　---*/
#areaState {
  overflow:hidden;
  margin-left:10px;
}
#areaState li {
  float:left;
  width:33.3%;
  line-height: 2.0em;
}
#areaState li a::before{
  content:"・";
  color:#000;
}
@media screen and (max-width:480px) {
  #areaState li {
    width:50%;
  }
}

/* nav list-menu */
#list-menu {
  text-align: center;
}
#list-menu .inner {
  background-color: #f6f6f6;
  padding:20px;
  margin: auto;
}
#list-menu .index {
  font-weight: bold;
  margin-bottom:0.5em;
  text-align: center;
}
#list-menu li {
  line-height: 2.0em;
  text-align: left;
}
#list-menu li a::before{
  content:"・";
}
#list-menu ul.sub-menu {
  display: none;
  margin-left: 1.0em;
}
#list-menu ul.sub-menu li a::before{
  content:"-" !important;
  margin-right: 0.5em;
}
@media only screen and (min-width:421px) {
  #list-menu .inner {
    display: inline-block;
  }
}

/* site pr box*/
.site_pr_box {
  margin: 40px auto;
  padding: 40px 20px 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #CCC;
  border: 1px solid #999;
}
.site_pr_box .index {
  text-align:center;
  font-weight: bold;
  margin-bottom: 20px;
  color:#ec1a1a;
}
.site_pr_box img {
  margin-bottom: 10px;
}
.site_pr_box em {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.site_pr_box p {
  color: #333;
}
@media only screen and (min-width:480px) {
  .site_pr_box {
    width:80%;
  }
}

/*カテゴリーリスト*/
.catebox {
  overflow:hidden;
}
.catebox li {
  border-bottom: 1px dotted #CCC;
}
.catebox li:last-child {
  border-bottom: none;
}
.catebox .box {
  margin: 20px 0 10px;
}
.catebox .box dl {
  overflow: hidden;
}
.catebox .box dt {
  float:left;
  width:65px;
  margin-right: 5px;
}
.catebox .box dd em {
  display:block;
  font-size: 16px;
  font-weight:bold;
  color:#99334f;
  font-style:normal;
  margin-bottom: 0.25em;
}
.catebox .box dd {
  line-height:1.4em;
}
.catebox .box p {
  text-align:center;
  margin-top:10px
}
.catebox .box .btn {
  display:block;
  color:#06F;
  font-weight:bold;
  padding:10px 5px 8px;
  background-color:#FFA6A6;
  border-radius:5px;
  box-shadow:1px 1px 1px #CCC;
  text-align: center;
}
.catebox .box .btn:hover {
  color:#ff3366;
}
@media screen and (min-width:481px) {
  .catebox .box p {
    text-align: right;
  }
  .catebox .box .btn {
    display: inline-block;
    padding:5px 30px;
  }
}
@media screen and (max-width:480px) {
  .catebox .box p {
    clear: left;
  }
}


/*---　サイトリスト　---*/
.sitelist-box {
  overflow: hidden;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom:1px dotted #CCC;
}
.sitelist-box h3 {
  margin-bottom: 1.0em;
}
.sitelist-box .inner {
  max-width: 480px;
  margin:0 auto;
  position: relative;
  padding-top:20px;
}
.sitelist-box .image {
  margin-bottom: 1.0em;
  text-align: center;
}
.sitelist-box .image img {
  max-width: 100%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 1px #CCC;
}
.sitelist-box em {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  color: #ec1a1a;
}
.sitelist-box p.info{
  text-align: center;
  margin-bottom: 1.0em;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.sitelist-box a.btn {
  color:#FFF;
  font-weight:bold;
  display:block;
  padding:12px 5px;
  background-color:#FFA6A6;
  border-radius:5px;
  box-shadow:1px 1px 1px #CCC;
  text-align:center;
  margin: 5px 0;
}
.sitelist-box a.btn:hover {
  color:#ff3366;
}

/* No1用*/
.sitelist-box .attention {
  position: absolute;
  top:-10px;
  left:0;
  transform: rotate( -30deg );
    z-index: 1;
}
.sitelist-box.top {
  border-bottom: 1px solid #CCC;
}
.sitelist-box.top em {
  margin-left: 105px;

}
.sitelist-box.top .inner{
  padding-top:20px;
  margin-top:20px;
}

.sitelist-box span.attention2 {
  display: inline-block;
  background-color: #FF0033;
  color: #FFF;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  vertical-align:middle;
  margin-bottom:4px;
}
@media only screen and (min-width:541px) {
  .sitelist-box .attention {
    left:-18px;
  }
  .sitelist-box.top em {
    margin-left: 90px;
  }
}

/* sitelist footer*/
#footer-nav  {
  margin-bottom: 2.0em;
}
#footer-nav ul {
  overflow: hidden;
  margin-bottom: 1.0em;
}
#footer-nav li {
  float:left;
  width:33.3%;
}
#footer-nav li a,
#footer-nav li span{
  display:block;
  padding:10px 5px;
  border:1px solid #CCC;
  margin:5px;
  text-align:center;
  border-radius:3px;
  font-size:12px;
  font-weight: bold;
}
@media only screen and (min-width:461px) {
  #footer-nav li {
    float:left;
    width:25%;
  }
}


/*---　サイトデータ　---*/

h2 span.attention2 {
  display: inline-block;
  background-color: #FF0033;
  color: #FFF;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
  margin-right: 8px;
}
#siteImg {
  text-align:center;
  margin-bottom:20px;
}
#siteImg img {
  border-radius: 10px;
  box-shadow: 1px 1px 1px #CCC;
}
.guide {
  clear:both;
  text-align:center;
  font-weight:bold;
  margin:40px 0;
}
.guide a {
  padding:10px;
  margin:0 auto;
  background:#FF0000;
  color:#FFFFFF;
  border-radius:3px;
  display:block;
  max-width:600px;
  line-height:1.3em;
  box-shadow:1px 2px 1px #CCC;
  box-sizing: border-box;
}
.guide a:hover {
  color:#FF0000;
  background:#FFA6A6;
}

.others {
  overflow: hidden;
}
.others li {
  border-bottom:1px dotted #CCC;
  font-size: 14px;
  font-size: 1.4rem;
}
.others li:last-child{
  border-bottom: none;
}
.others li .inner a {
  display: block;
  padding: 10px;
  overflow: hidden;
}
.others li .inner .image {
  float: left;
  width: 160px;
}
.others li .inner .box {
  margin-left: 170px;
}
.others li .inner em {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  color: #ff0000;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-bottom: 0.5em;
}
.others li .inner em span {
  display: inline-block;
  background-color: #ff0000;
  color: #FFF;
  font-size: 11px;
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 10px;
  vertical-align: bottom;
}
.others li .inner p {
  line-height: 1.5em;
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333;
  margin-bottom: 0;
}

/*------　フッタ　------*/
#footer {
  clear:both;
  padding:10px 5px;
  font-size:12px;
  text-align:center;
}

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

/* 広告バナー */
.aspect,
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.aspect a,
.banner a,
.ads a {
  display:block;
}

.link li{
  line-height: 1.5em;
}
.link li a{
  display: block;
  padding: 8px 0;
}
.link li a::before{
  content:"・";
}
@media only screen and (min-width:800px) {
  .link li{
    margin-bottom: 0.5em;
  }
  .link li a{
    display:inline;
  }
}

/***************************
 ダブルレクタング広告
****************************/
.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: 0 auto 5px;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
header::after {
	content: url(https://inuiseminar.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#siteImg::before {
	content: url(https://inuiseminar.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}
a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	background-color:#000;
	color:#FFF;
}

.btn .pr-txt-link::before {
	background-color:#fff;
	color:#000;
	margin-right:0;
}

.site_pr_box a.pr-img-link::before {
    top: -30px;
    left: -10px;
    right: inherit;
    background-color: #ff0000;
    color: #FFF;
}

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: 3px 5px;
    line-height: 1;
	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;
}