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

html, button, input, select, textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	line-height: 48px;
}

body {
	max-width:1280px;
	min-width:320px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 190%;
	line-height: 180%;
	background-image: url(https://www.kokusaijin.net/img/bg.gif);
	background-repeat: repeat;
}

/* リンク装飾 */
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: #03F;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
}
a:hover {
	color: #F06;
	text-decoration: none;
}

/* 基本装飾 */
.pure-img{max-width:100%;height:auto;display:block;}
.red {color:#FF0000;}
.big1 {
	font-weight: bold;
	font-size: 140%;
	line-height: 150%;
}
.big2 {
	font-weight: bold;
	font-size: 160%;
	line-height: 150%;
}
.big3 {
	font-weight: bold;
	font-size: 200%;
	line-height: 140%;
}

#wrapper {
	border: 1px solid #CCC;
	text-align: center;
	background-color: #eeeeee;
}
#header {

}
#header h1 {
	font-weight: bold;
	font-size: 200%;
	line-height: 200%;
	color: #630;
}

.content {width: 100%;}
.box {
	padding: 10px;
	overflow: hidden;
}


#container {
	margin: 0px;
	width: 100%;
	background-color: #EEE;
}

#main {
	position: relative;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 2em;
	overflow: hidden;
}
#main hgroup {
	display: block;
	margin-bottom: 3em;
	border-bottom: 5px solid #CCC;
	padding-bottom: 1em;
}
#main hgroup h1 {
	font-weight: bold;
	font-size: 200%;
	line-height: normal;
	color: #F90;
}
#main hgroup h2 {
	line-height: normal;
	color: #069;
}
#main p {margin-bottom: 5em;}
#main p:last-child {
	margin-bottom: 1em;
}
#main strong {
	font-weight: bold;
	color: #F60;
	margin-right: 0.3ex;
	margin-left: 0.3ex;
}
#main ruby  {
	margin-top: 1em;
	display: block;
}
#main rt {
	font-size: 30%;
}


#main h3   {
	font-weight: bold;
	border-bottom: 5px solid #F00;
	width: auto;
	display: inline;
	color: #090;
	font-size: 120%;
	line-height: 100%;
	margin-bottom: 1em;
}
#main .under_h {
	padding-top: 1em;
}
#main em,#main span {
	font-weight: bold;
	font-style: normal;
	margin-right: 0.3ex;
	margin-left: 0.3ex;
}
#main img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 1em;
}
#main .site-link {
	display: block;
	margin-bottom: 1em;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	list-style: none inside;
	text-align: left;
}
#main .site-link li {
	margin-bottom: 8px;
	display: block;
}
#main .site-link li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	background-image: url(https://www.kokusaijin.net/img/icon_check1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
#main .site-link li a {
	position: relative;
	display: block;
}
#main .site-link li a:before {
	position: absolute;
	top: 2em;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 2px;
	transition: 0.5s;
	background-color: #3C0;
}
#main .site-link li a:hover:before {
  width: 100%;
}
#main .site-link a:link,#main .site-link a:active,#main .site-link a:visited {
	color: #F39;
}
#main .site-link a:hover {
	color: #906;
}
#week {
	display: block;
	font-size: 18px;
	line-height: normal;
	text-align: left;
	margin-bottom: 5em;
}
#week dt {
	display: block;
	overflow: hidden;
	font-size: 150%;
	font-weight: bold;
	width: 90px;
	float: left;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #F90;
	color: #F60;
}
#week dd {
	display: block;
	overflow: hidden;
	margin-bottom: 2em;
	border: 2px solid #F90;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFE7CE;
}
#week dd p {
	margin-bottom: 1em;
	line-height: 2em;
}
#week p em {
	font-size: 120%;
}

/* フッター */
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #CCC;
	font-size: 14px;
	background-color: #000;
	color: #FFF;
}
#footer a {
	font-weight: normal;
}
#footer nav {
}


/* フッターメニューリンク用 */
#footer nav ul {
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #CCC;
}
#footer nav li {
	width: 16.666%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
#footer nav li a:link, #footer nav li a:active, #footer nav li a:visited {
	padding: 5px 0px 5px 20px;
	margin-left: 10px;
	display: block;
	background-image: url(https://www.kokusaijin.net/img/icon_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	line-height: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
	background-color: #FFF;
	font-weight: bold;
}
#footer nav li a:hover,
#footer nav li a.act {
	background-image: url(https://www.kokusaijin.net/img/icon_arrow_on.gif);
	font-weight: bold;
	color: #F06;
	background-color: #FFC;
}
#footer h4 {
	color: #F00;
	font-weight: bold;
}

#footer #link  {
	display: block;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #CCC;
}
#footer #link li {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
#footer #link li a {
	width:96%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #906;
}
#footer #link li a img {
	width:100%;
}





/* menu */
#menu{
	border-bottom: 1px solid #CCC;
}
#menu .box {
	padding-top: 15px;
}

#menu ul{
	overflow: hidden;
	display: block;
}
#menu li{
	width: 33.333%;
	float: left;
}
#menu li a:link,#menu li a:active,#menu li a:visited {
	text-indent: 10px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 4px;
	line-height: normal;
	background-color: #FFF;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li a:hover,#menu li a.act {
	background-color: #FFC;
}
#toggle{ 
	display: none;
}
@media screen and (max-width:780px) {
#menu{
	display: none;
}
#menu li{
	width: 100%;
}
#menu li a {
	text-indent: 10px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background-color: #F00;
}
#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #900;
	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-color: #F00;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
}

@media screen and (min-width:480px) and (max-width:1100px) {
body{ font-size : 150%;} 
#header h1 {
}
#header h1 span {display:block;}
#container, .content, #main {
	margin: 0;
	width: auto;
}
#main {
	margin-left: 5%;
	margin-right: 5%;
}
#footer nav li {
	width: 33.333%;
}
}
@media screen and (min-width:480px) and (max-width:780px) {
#main .site-link {
	width: 70%;
}
#main .site-link li a {
	background-image: url(https://www.kokusaijin.net/img/icon_check2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#footer nav li {
	width: 50%;
}
#footer #link li {
	width: 50%;
}
}
@media screen and (max-width:580px) {
#main .site-link {
	width: 80%;
}
#main a:before{
	top: 2.4em;
}
#week dt {
	float: none;
	width: 100%;
	border-bottom-style: none;
}
}
@media screen and (max-width:480px) {
body{ font-size : 100%;} 
#main {
	margin-left: 1%;
	margin-right: 1%;
}
#header h1 {
}
#header h1 span {display:block;}
#container, .content, #main {
	margin: 0;
	width: auto;
}
#main .site-link {
	width: 90%;
}
#main .site-link li a {
	font-size : 80%;
	background-image: url(https://www.kokusaijin.net/img/icon_check3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#footer nav li {
	width: 100%;
}
#footer #link li {
	width: 100%;
}
}


/* 対談用CSS */
#interview {
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 4em;
}
#interview .talk-wrap p {margin-bottom: 1em;}
#interview .talk-left p {color: #F60;}

.talk-wrap {
	display: block;
	clear: both;
	margin:0 auto 3px auto;
	overflow: hidden;
}
.talk-wrap p {
	margin:0;
	text-align: left;
	line-height: normal;
}
.left-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-size: 100%;
	background-position: center;
	float:left;
	display:inline-block;
	box-shadow: 1px 1px 5px #aaa; /*左のアイコンの影の設定*/
	border: 3px solid #999; /*左のアイコンの枠の設定*/
	margin-bottom: 10px;
	background-image: url(https://www.kokusaijin.net/img/icon_interview.png);
	background-repeat: no-repeat;
}
.talk-left {
	float:right;
	position: relative;
	background: #fff; /*左の会話の背景色*/
	border: 2px solid #666;
	padding: 3%;
	border-radius: 10px;
	width: 70%;
	margin-top:10px;
	box-shadow: 1px 1px 5px #aaa; /*左の会話の影の設定*/
	margin-bottom: 10px;
}
.talk-left:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-right-color: #666;
	position: absolute;
	left: -20px;
	top: 35px;
	margin-top: -9px;
}
.talk-left:after {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-right-color: #fff;
	position: absolute;
	left: -16px;
	top: 35px;
	margin-top: -8px;
}
.right-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	background-size: 100%;
	background-position: center;
	float:right;
	display:inline-block;
	box-shadow: 1px 1px 5px #aaa; /*右のアイコンの影の設定*/
	border: 3px solid #666; /*右のアイコンの枠の設定*/
	margin-bottom: 10px;
	background-image: url(https://www.kokusaijin.net/img/icon_kawano.jpg);
	background-repeat: no-repeat;
}
.talk-right {
	float:left;
	position: relative;
	background: #fff; /*右の会話の背景色*/
	border: 2px solid #666;
	padding: 3%;
	border-radius: 10px;
	width: 70%;
	margin-top:10px;
	box-shadow: 1px 1px 5px #aaa; /*右の会話の影*/
	margin-bottom:10px;
}
.talk-right:before  {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-left-color: #666;
	position: absolute;
	right: -20px;
	top: 35px;
	margin-top: -9px;
}
.talk-right:after  {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -16px;
	top: 35px;
	margin-top: -8px;
}
.talk-end {
	clear:both;
}
/*****レスポンシブ設定*****/
@media screen and (max-width: 580px) {
.left-icon,
.right-icon {
	width: 80px;
	height: 80px;
}
.talk-left,
.talk-right {
	width: 65%;
}
.talk-left:before,.talk-left:after,
.talk-right:before,.talk-right:after {
	top: 25px;
}
}
@media screen and (max-width: 380px) {
.left-icon,
.right-icon {
	width: 60px;
	height: 60px;
}
.talk-left,
.talk-right {
	width: 65%;
}
}
/***************************
 ダブルレクタング広告
****************************/
.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: 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;
}

/*広告表示*/
#header::after {
	content: url(https://www.kokusaijin.net/img/ad_display.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

a.pr-txt-link::after {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	background-color:#000;
	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;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
    line-height: 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;
}
