@charset "utf-8";
/*@import url("html5reset.css");*/

@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;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
/* Set your content font stack here: */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* ふんわりリンク */
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/* 基本リンクカラー */
a:link,a:active,a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover ,#footer a:hover{
	color: #F06;
}

body {
	max-width:980px;
	min-width:320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(https://www.gominfoex.org/img/bg_body.png);
	background-repeat: repeat;
	background-color: #FCF;
}
#wrapper {
	background-color: #FFF;
	border-top: 1px solid #906;
	border-right: 5px solid #906;
	border-bottom: 1px solid #906;
	border-left: 5px solid #906;
}

#header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#990268', endColorstr = '#ca62b0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#990268', endColorstr = '#ca62b0')";
	background-image: -moz-linear-gradient(top, #990268, #ca62b0);
	background-image: -ms-linear-gradient(top, #990268, #ca62b0);
	background-image: -o-linear-gradient(top, #990268, #ca62b0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#990268), to(#ca62b0));
	background-image: -webkit-linear-gradient(top, #990268, #ca62b0);
	background-image: linear-gradient(top, #990268, #ca62b0);
	overflow: hidden;
	background-color: #999;
}
#header header .logo  {
	width: 100%;
}

/* パンくずリスト */
.breadcrumbs {
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
    background: #FFF;
}
.breadcrumbs .bread-box {
	overflow:hidden;
}
.breadcrumbs .bread-box li {
	display: block;
	float: left;
}
.breadcrumbs .bread-box li:first-child:before {
	font-family: FontAwesome;
	content: "\f015";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}
.breadcrumbs .bread-box li:not(:first-child):before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}

/*↓コンテンツ内に5px間隔の幅を作る時にclass="box"を使う */
.box {
	padding :5px;
}
.case {
	overflow: hidden;
}
.case p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
}
.case p strong ,.case span{
	font-weight: bold;
	color: #390;
}
.case p em {
	font-weight: bold;
	color: #F60;
}
.caution dd .sub-title  {
	color: #903;
	font-weight: bold;
	display: block;
	padding: 5px;
	font-size: 16px;
}
.case .sub-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #090;
	margin-bottom: 5px;
}

.more {
	display: block;
	margin-bottom: 10px;
}
.more li {
	display: block;
	margin-bottom: 5px;
	background-image: url(https://www.gominfoex.org/img/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 23px;
}

.point li strong    {
	display: block;
	color: #900;
	background-image: url(https://www.gominfoex.org/img/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	border-bottom: 1px solid #CCC;
	background-color: #EEE;
	padding: 3px 3px 3px 23px;
}
.point li {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.point li p {
	font-size: 14px;
	line-height: 20px;
	display: block;
	padding: 5px;
	margin-bottom: 0px;
}
.ar_list {
	display: block;
	margin-bottom: 10px;
}
.ar_list li {
	display: block;
	padding: 3px 3px 3px 23px;
	background-image: url(https://www.gominfoex.org/img/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	color: #900;
	list-style: none outside;
}
.left {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.right {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.case .movie {
	display: block;
	background-image: url(https://www.gominfoex.org/img/img3_whats.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 185px;
}
.case .movie dt {
	display: block;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case .movie dd ul {
	padding: 10px;
	display: block;
	list-style: none inside;
}
.case .list-ol   {
	padding: 10px;
	font-weight: bold;
}
.case .list-ol li {
	display: block;
	margin-bottom: 10px;
}
.case .caution {
	display: block;
	padding: 10px;
}

.case .caution dt {
	position: relative;
	background: #b5e1ff;
	border: 2px solid #1e50b3;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #06C;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.case .caution dt:after, .case .caution dt:before {
	top: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.case .caution dt:after {
	border-color: rgba(181, 225, 255, 0);
	border-top-color: #b5e1ff;
	border-width: 5px;
	margin-left: -5px;
}
.case .caution dt:before {
	border-color: rgba(30, 80, 179, 0);
	border-top-color: #1e50b3;
	border-width: 8px;
	margin-left: -8px;
}

.youtube iframe{
  width: 100%;
}
.container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
	background-color: #000;
	background-image: url(https://www.gominfoex.org/img/bg_container.gif);
	color: #FFF;
	padding-top: 10px;
}
.content {
	float: right;
	width: 100%;
	margin-left: -300px;
}
#main {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 300px;
}
#main article {

}
#main h1 {
	display: block;
	background-image: url(https://www.gominfoex.org/img/bg_main_h.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #999;
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	color: #333;
	margin-bottom: 5px;
	line-height: 60px;
}
#main article h2,#main section h1,#main section h2,#main aside h2 {
	display: block;
	margin-bottom: 5px;
	background-image: url(https://www.gominfoex.org/img/icon_sub.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	background-position: 5px 7px;
	font-weight: bold;
	color: #F36;
	line-height: 24px;
	font-size: 16px;
	border-bottom: 2px dotted #F36;
	border-top: 2px dotted #F36;
}

#side {
	float: left;
	width: 300px;
}
#side .box {
	padding: 10px;
	background-color: #FFF;
	color: #333;
	margin-right: 5px;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main .box{
	padding: 10px;
	background-color: #FFF;
	color: #333;
	margin-right: 10px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#bottom_contents {
	background-color: #000;
	padding: 20px 0;
}
#bottom_contents .box {
	padding: 10px;
	background-color: #FFF;
	color: #333;
	margin-right: 10px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#side h1,#side h2,.sp strong {
	background-image: url(https://www.gominfoex.org/img/bg_side_h.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #900;
	padding: 5px 5px 5px 10px;
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	background-color: #999;
	border: 1px solid #999;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 5px;
}
#side #pr1 {
	display: block;
	list-style: none;
}
#side #pr1 li {
	display: block;
	border: 1px solid #CCC;
	list-style: none;
	margin-bottom: 10px;
}
#side #pr1 li dl {
	display: block;
	padding: 5px;
}
#side #pr1 a   {
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 2px;
	text-decoration: none;
}
#side #pr1 img  {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.banner {
	margin-bottom: 10px;
}
#pr2 a img,
.sp a img {
	width:100%;
	height:auto;
}


#bottom_contents .pr1 {
	display: block;
	list-style: none;
}
#bottom_contents .pr1 li {
	display: block;
	border: 1px solid #CCC;
	list-style: none;
	margin-bottom: 10px;
}
#bottom_contents .pr1 li dl {
	display: block;
	padding: 5px;
}
#bottom_contents .pr1 a   {
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 2px;
	text-decoration: none;
}
#bottom_contents .pr1 img  {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	background-color: #000;
	background-image: url(https://www.gominfoex.org/img/bg_container.gif);
	color: #FFF;
}
#footer a {
	color: #FC0;
}

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

#main {
	margin-left: 300px;
}
}

.sp {display: none;}

@media screen and (max-width:780px) {
.container, .content, #main {
	float: none;
	margin: 0;
	width: auto;
}
#main {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
.topNavi {
	margin-bottom: 10px;
}
#side {
	display:none;
	float: none;
	margin: 0;
	width: auto;
}
#side .box {
	margin-bottom: 5px;
}
#side .box ,#main .box{
	margin-right: 5px;
	margin-left: 5px;
}
#side #pr1 img  {
	width: 100%;
}

/* スマホ時：表示用広告 */
.sp {display: block;}

/* スマホ時：サイド広告非表示 */
#side #pr1 li:last-child,
#side h2,
#side #pr2 {
	display:none;
}
}

@media screen and (max-width:480px) {
#wrapper {

}
.container, .content, #main, #side {
	float: none;
	margin: 0;
	width: auto;
}
.left,.right {
	float: none;
	width:100%;
	margin: 0px 0px 5px;
}
.case .right img,
.case .left img {
	float: none;
	width:100%;
	margin: 0px 0px 5px;
}

.case .movie {
	display: block;
	background-image: url(https://www.gominfoex.org/img/img3_whats.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 260px;
	padding-left: 0px;
}

}

/* menu */
#menu {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#990268', endColorstr = '#ca62b0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#990268', endColorstr = '#ca62b0')";
	background-image: -moz-linear-gradient(top, #990268, #ca62b0);
	background-image: -ms-linear-gradient(top, #990268, #ca62b0);
	background-image: -o-linear-gradient(top, #990268, #ca62b0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#990268), to(#ca62b0));
	background-image: -webkit-linear-gradient(top, #990268, #ca62b0);
	background-image: linear-gradient(top, #990268, #ca62b0);
	overflow: hidden;
	background-color: #999;
}
#menu .box p {
	display: block;
	width: 23%;
	padding: 1%;
	float: left;
	font-size: 12px;
	color: #FF9;
}

#menu .topNavi {
	display: block;
	overflow: hidden;
	width: 75%;
}
#menu .topNavi li {
	width: 33.3333%;
	float: left;
}

/* 共通ナビ背景画像 */
.navi1 a{background: url(https://www.gominfoex.org/img/parts/navi1.png) no-repeat 0 0;}
.navi2 a{background: url(https://www.gominfoex.org/img/parts/navi2.png) no-repeat 0 0;}
.navi3 a{background: url(https://www.gominfoex.org/img/parts/navi3.png) no-repeat 0 0;}
.navi4 a{background: url(https://www.gominfoex.org/img/parts/navi4.png) no-repeat 0 0;}
.navi5 a{background: url(https://www.gominfoex.org/img/parts/navi5.png) no-repeat 0 0;}
.navi6 a{background: url(https://www.gominfoex.org/img/parts/navi6.png) no-repeat 0 0;}
.navi1 a:hover{background: url(https://www.gominfoex.org/img/parts/navi1_ov.png) no-repeat 0 0;}
.navi2 a:hover{background: url(https://www.gominfoex.org/img/parts/navi2_ov.png) no-repeat 0 0;}
.navi3 a:hover{background: url(https://www.gominfoex.org/img/parts/navi3_ov.png) no-repeat 0 0;}
.navi4 a:hover{background: url(https://www.gominfoex.org/img/parts/navi4_ov.png) no-repeat 0 0;}
.navi5 a:hover{background: url(https://www.gominfoex.org/img/parts/navi5_ov.png) no-repeat 0 0;}
.navi6 a:hover{background: url(https://www.gominfoex.org/img/parts/navi6_ov.png) no-repeat 0 0;}

#menu .topNavi li a{
	display:block;
	float: left;
	width: 98%;
	height:0;
	padding-top:27.08333%;
	text-indent:-9999px;
	overflow;hidden;
	background-size:cover;
	border: 1px solid #999;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
}
#menu .topNavi li a:hover {
	background-color: #FFC;
	border: 1px solid #F69;
}

#toggle{ 
	display: none;
}
@media screen and (max-width:780px) {
/*
#menu{
	display: none;
}*/
#menu .topNavi {
	display: block;
	overflow: hidden;
	width: 100%;
}
#menu .topNavi li {
/*
	width: 100%;
	float: none;*/
	width: 50%;
}
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #222;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #960064;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #222;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}

#menu .box p {
	display: block;
	width: 100%;
	float: none;
	font-size: 12px;
}
}

/* サイトトップ */
#top_info {
	background-color: #000;
	background-image: url(https://www.gominfoex.org/img/bg_container.gif);
	color: #FFF;
	padding: 10px;
}
#top_info h1 {
	display: block;
	font-size: 20px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
#top_info h2 {
	font-size: 24px;
	color: #F00;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#top_info .box {
	min-width:280px;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#top_info .box p {
	margin-bottom: 10px;
	font-size: 12px;
}
#top_info .red {
	color: #F00;
}

#top_info ul {
	display: block;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	float: none;
	width: 520px;
}
#top_info li {
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
@media screen and (max-width:540px) {
#top_info ul {
	width: auto;
}
}
@media screen and (max-width:780px) {
#top_info li {
	float: none;
}
#top_info li img {
	width: 100%;
}
}

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

.links {
	list-style:none;
}
.links li {
	line-height1.5em;
	margin-bottom0.5em;
}
.links li a {
	font-weight:bold;
	font-size:16px;
}
/* CLS対処 */
.asp {
  width:100%;
  height:0;
  position:relative;
  overflow:hidden;
  margin:5px auto;
}
.asp img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  object-fit:cover;
  object-position:center;
  position:absolute;
  box-sizing: border-box;
}

/***************************
 ダブルレクタング広告
****************************/
.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;
    flex-wrap: wrap;
  }
  .ads-flexbox .item {
    width: 48%;
  }
}
.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;
}

/*広告表示*/
#header::after {
    clear: both;
	content: url(https://www.gominfoex.org/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}


.ad_display.post::before {
	content: url(https://www.gominfoex.org/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;
}

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

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


#main h2.label_ad {
	position: relative;
}
#main h2.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;
}

#pr1 dt a.pr-img-link::before {
	top: 30px;
}