@charset "utf-8";

*{margin:0;padding:0;}

html,body{
    width: 100%;
}

html{background:#ffffff; scroll-behavior:smooth;}

body{
width: 100%;
min-width:1200px;
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#fff url(../img/header.png) repeat-x;
}

strong {
	font-weight: normal;
}

a{color:#2eb4b4;text-decoration:none;}
a:hover{color:#f02c8a;text-decoration:underline;}
a:active, a:focus {outline: 0;}

a.pink{color:#f02c8a;text-decoration:none;}
a.pink:hover{color:#f02c8a;text-decoration:underline;}
a.pink:active, a.pink:focus {outline: 0;}

img{border:0; vertical-align:bottom;}
.clear{clear:both;}
p{margin-bottom: 10px;}

h3{margin-bottom:0;}

.center{text-align:center;}
.right{text-align:right;}


th, td {
	word-break: break-all;
}

#count{
	width: 100%;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.count{
	display: inline-block;
	vertical-align: middle;
	width:79px;
	margin-left: -6px;
	font-size: 36px;
	font-weight: bold;
	color: #f02c8a;
	text-align: center;
}



#background{
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
}



/*******************************
/* ヘッダー
*******************************/
#header{
width: 1200px;
height: 230px;
position:relative;
margin: 0 auto;
}

#header h1,#header h2, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #fff;
font-size: 14px;
line-height: 21px;
}

#header h1{width:1200px;}

#header h1 a{color:#fff;text-decoration:none;}
#header h1 a:hover{color:#fff;text-decoration:underline;}
#header h1 a:active, a:focus {outline: 0;}

/* ロゴの位置 */
#header h2{ top: 35px;}

/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 1200px;
height: 60px;
font-size: 14px;
}

ul#mainnav li{
	float:left;
	list-style:none;
	width:170.28px;
  border-top: 1px solid #da1070;
  border-right: 1px solid #da1070;
  border-bottom: 1px solid #da1070;
}

ul#mainnav li:first-child{
  border-left: 1px solid #da1070;
}

ul#mainnav li:last-child{
  border-right: 1px solid #da1070;
}

/**************************
メインナビボタン（共通コード）
**************************/
ul#mainnav a.button {
  display: inline-block;
  width: 170.28px;
  height: 58px;
  text-align: center;
  text-decoration: none;
  line-height: 58px;
  outline: none;
}
ul#mainnav a.button::before,
ul#mainnav a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#mainnav a.button,
ul#mainnav a.button::before,
ul#mainnav a.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/**************************
メインナビボタン（当ボタン専用コード）
**************************/
ul#mainnav a.button {
  position: relative;
  z-index: 2;
  background-color: #f02c8a;
  color: #fff;
  line-height: 60px;
}
ul#mainnav a.button:hover {
  color: #f02c8a;
}
ul#mainnav a.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
ul#mainnav a.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/************************************
/* 特殊CSSボタン
（ 各ページ使用の特殊ボタン・当コード移動禁止 ）
************************************/

ul#more_buttonMax{
margin: 0 auto;
margin-bottom:3px;
width: 100%;
height: 70px;
font-family: 'Bungee', sans-serif;
font-size: 28px;
letter-spacing: 2px;
}

ul#more_buttonMax li{
	float:left;
	list-style:none;
	width:100%;
	margin-right:40px;
}

ul#more_buttonMax li:last-child{
	margin-right:0;
}

ul#more_buttonMax a{
text-decoration: none;
display: block;
width: 100%;
height: 70px;
}





ul#more_buttonMax input{
text-decoration: none;
display: block;
width: 100%;
height: 70px;
border:0;
}





.more_buttonMax {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_buttonMax::before,
.more_buttonMax::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_buttonMax,
.more_buttonMax::before,
.more_buttonMax::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_buttonMax {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_buttonMax:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_buttonMax:active {
  top: 3px;
  box-shadow: none;
}
.more_buttonMax:focus {
  color: #fff;
}





.more_buttonMax_board_send {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_buttonMax_board_send::before,
.more_buttonMax_board_send::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_buttonMax_board_send,
.more_buttonMax_board_send::before,
.more_buttonMax_board_send::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_buttonMax_board_send {
  position: relative;
  background-color: #ffa733;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ff9300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_buttonMax_board_send:hover {
  top: -4px;
  box-shadow: 0 7px 0 #ff9300;
  color: #fff;
}
.more_buttonMax_board_send:active {
  top: 3px;
  box-shadow: none;
}
.more_buttonMax_board_send:focus {
  color: #fff;
}




ul#interview_buttonMax{
margin: 0 auto;
margin-bottom:3px;
width: 100%;
height: 70px;
font-family: 'Bungee', sans-serif;
font-size: 28px;
letter-spacing: 2px;
}

ul#interview_buttonMax li{
	float:left;
	list-style:none;
	width:100%;
	margin-right:40px;
}

ul#interview_buttonMax li:last-child{
	margin-right:0;
}

ul#interview_buttonMax a{
text-decoration: none;
display: block;
width: 100%;
height: 70px;
}





.interview_buttonMax {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.interview_buttonMax::before,
.interview_buttonMax::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.interview_buttonMax,
.interview_buttonMax::before,
.interview_buttonMax::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.interview_buttonMax {
  position: relative;
  background-color: #35cccc;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #2eb4b4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.interview_buttonMax:hover {
  top: -4px;
  box-shadow: 0 7px 0 #2eb4b4;
  color: #fff;
}
.interview_buttonMax:active {
  top: 3px;
  box-shadow: none;
}
.interview_buttonMax:focus {
  color: #fff;
}





ul#more_button{
display:inline;
margin: 0 auto;
font-family: 'Bungee', sans-serif;
font-size: 28px;
letter-spacing: 2px;
}

ul#more_button li{
	float:left;
	list-style:none;
	margin: 0 10px 3px 0;
}

ul#more_button li:last-child{
	margin: 0 0 3px 0;
}

ul#more_button a{
  text-decoration: none;
  display: block;
}





ul#more_button input{
  font-size: 28px;
  text-decoration: none;
  display: block;
  border: 0;
}





.more_button_post {
  display: inline-block;
  width: 340px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_post::before,
.more_button_post::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_post,
.more_button_post::before,
.more_button_post::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_post {
  position: relative;
  background-color: #ffa733;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ff9300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_post:hover {
  top: -4px;
  box-shadow: 0 7px 0 #ff9300;
  color: #fff;
}
.more_button_post:active {
  top: 3px;
  box-shadow: none;
}
.more_button_post:focus {
  color: #fff;
}





.more_button_read {
  display: inline-block;
  width: 340px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_read::before,
.more_button_read::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_read,
.more_button_read::before,
.more_button_read::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_read {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_read:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_button_read:active {
  top: 3px;
  box-shadow: none;
}
.more_button_read:focus {
  color: #fff;
}





.more_button_back {
  display: inline-block;
  width: 461px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_back::before,
.more_button_back::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_back,
.more_button_back::before,
.more_button_back::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_back {
  position: relative;
  background-color: #35cccc;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #2eb4b4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_back:hover {
  top: -4px;
  box-shadow: 0 7px 0 #2eb4b4;
  color: #fff;
}
.more_button_back:active {
  top: 3px;
  box-shadow: none;
}
.more_button_back:focus {
  color: #fff;
}





.more_button_send {
  display: inline-block;
  width: 461px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_send::before,
.more_button_send::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_send,
.more_button_send::before,
.more_button_send::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_send {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_send:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_button_send:active {
  top: 3px;
  box-shadow: none;
}
.more_button_send:focus {
  color: #fff;
}





.more_button_back_3c {
  display: inline-block;
  width: 340px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_back_3c::before,
.more_button_back_3c::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_back_3c,
.more_button_back_3c::before,
.more_button_back_3c::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_back_3c {
  position: relative;
  background-color: #35cccc;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #2eb4b4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_back_3c:hover {
  top: -4px;
  box-shadow: 0 7px 0 #2eb4b4;
  color: #fff;
}
.more_button_back_3c:active {
  top: 3px;
  box-shadow: none;
}
.more_button_back_3c:focus {
  color: #fff;
}





.more_button_send_3c {
  display: inline-block;
  width: 340px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_send_3c::before,
.more_button_send_3c::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_send_3c,
.more_button_send_3c::before,
.more_button_send_3c::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_send_3c {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_send_3c:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_button_send_3c:active {
  top: 3px;
  box-shadow: none;
}
.more_button_send_3c:focus {
  color: #fff;
}





.more_button_first {
  display: inline-block;
  width: 304px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_first::before,
.more_button_first::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_first,
.more_button_first::before,
.more_button_first::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_first {
  position: relative;
  background-color: #ffa733;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ff9300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_first:hover {
  top: -4px;
  box-shadow: 0 7px 0 #ff9300;
  color: #fff;
}
.more_button_first:active {
  top: 3px;
  box-shadow: none;
}
.more_button_first:focus {
  color: #fff;
}





.more_button_prev {
  display: inline-block;
  width: 304px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_prev::before,
.more_button_prev::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_prev,
.more_button_prev::before,
.more_button_prev::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_prev {
  position: relative;
  background-color: #35cccc;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #2eb4b4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_prev:hover {
  top: -4px;
  box-shadow: 0 7px 0 #2eb4b4;
  color: #fff;
}
.more_button_prev:active {
  top: 3px;
  box-shadow: none;
}
.more_button_prev:focus {
  color: #fff;
}





ul#more_button li.no-prev {
  display: inline-block;
  width: 304px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
ul#more_button li.no-prev::before,
ul#more_button li.no-prev::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#more_button li.no-prev,
ul#more_button li.no-prev::before,
ul#more_button li.no-prev::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



ul#more_button li.no-prev {
  position: relative;
  background-color: #dadada;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #969696;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
ul#more_button li.no-prev:hover {
  top: -4px;
  box-shadow: 0 7px 0 #969696;
  color: #fff;
}
ul#more_button li.no-prev:active {
  top: 3px;
  box-shadow: none;
}
ul#more_button li.no-prev:focus {
  color: #fff;
}





.more_button_next {
  display: inline-block;
  width: 304px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_next::before,
.more_button_next::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_next,
.more_button_next::before,
.more_button_next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_next {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_next:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_button_next:active {
  top: 3px;
  box-shadow: none;
}
.more_button_next:focus {
  color: #fff;
}





ul#more_button li.no-next {
  display: inline-block;
  width: 304px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
ul#more_button li.no-next::before,
ul#more_button li.no-next::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#more_button li.no-next,
ul#more_button li.no-next::before,
ul#more_button li.no-next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



ul#more_button li.no-next {
  position: relative;
  background-color: #dadada;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #969696;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
ul#more_button li.no-next:hover {
  top: -4px;
  box-shadow: 0 7px 0 #969696;
  color: #fff;
}
ul#more_button li.no-next:active {
  top: 3px;
  box-shadow: none;
}
ul#more_button li.no-next:focus {
  color: #fff;
}





ul#more_button_3c{
display:inline;
margin: 0 auto;
width: 223.333px;
height: 70px;
font-family: 'Bungee', sans-serif;
font-size: 28px;
letter-spacing: 2px;
}

ul#more_button_3c li{
	float:left;
	list-style:none;
	width:223.333px;
	margin: 0 10px 3px 0;
}

ul#more_button_3c li:last-child{
	margin: 0 0 3px 0;
}

ul#more_button_3c a{
text-decoration: none;
display: block;
width: 223.333px;
height: 70px;
}





.more_button_3c_first {
  display: inline-block;
  width: 223.333px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_3c_first::before,
.more_button_3c_first::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_3c_first,
.more_button_3c_first::before,
.more_button_3c_first::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_3c_first {
  position: relative;
  background-color: #ffa733;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #ff9300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_3c_first:hover {
  top: -4px;
  box-shadow: 0 7px 0 #ff9300;
  color: #fff;
}
.more_button_3c_first:active {
  top: 3px;
  box-shadow: none;
}
.more_button_3c_first:focus {
  color: #fff;
}




.more_button_3c_prev {
  display: inline-block;
  width: 223.333px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_3c_prev::before,
.more_button_3c_prev::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_3c_prev,
.more_button_3c_prev::before,
.more_button_3c_prev::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_3c_prev {
  position: relative;
  background-color: #35cccc;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #2eb4b4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_3c_prev:hover {
  top: -4px;
  box-shadow: 0 7px 0 #2eb4b4;
  color: #fff;
}
.more_button_3c_prev:active {
  top: 3px;
  box-shadow: none;
}
.more_button_3c_prev:focus {
  color: #fff;
}















ul#more_button_3c li.no-prev {
  display: inline-block;
  width: 223.333px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
ul#more_button_3c li.no-prev::before,
ul#more_button_3c li.no-prev::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#more_button_3c li.no-prev,
ul#more_button_3c li.no-prev::before,
ul#more_button_3c li.no-prev::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



ul#more_button_3c li.no-prev {
  position: relative;
  background-color: #dadada;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #969696;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
ul#more_button_3c li.no-prev:hover {
  top: -4px;
  box-shadow: 0 7px 0 #969696;
  color: #fff;
}
ul#more_button_3c li.no-prev:active {
  top: 3px;
  box-shadow: none;
}
ul#more_button_3c li.no-prev:focus {
  color: #fff;
}




















.more_button_3c_next {
  display: inline-block;
  width: 223.333px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
.more_button_3c_next::before,
.more_button_3c_next::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more_button_3c_next,
.more_button_3c_next::before,
.more_button_3c_next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



.more_button_3c_next {
  position: relative;
  background-color: #f02c8a;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #da1070;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.more_button_3c_next:hover {
  top: -4px;
  box-shadow: 0 7px 0 #da1070;
  color: #fff;
}
.more_button_3c_next:active {
  top: 3px;
  box-shadow: none;
}
.more_button_3c_next:focus {
  color: #fff;
}










ul#more_button_3c li.no-next {
  display: inline-block;
  width: 223.333px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 76px;
  outline: none;
}
ul#more_button_3c li.no-next::before,
ul#more_button_3c li.no-next::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#more_button_3c li.no-next,
ul#more_button_3c li.no-next::before,
ul#more_button_3c li.no-next::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}



ul#more_button_3c li.no-next {
  position: relative;
  background-color: #dadada;
  border-radius: 4px;
  color: #fff;
  line-height: 76px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #969696;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
ul#more_button_3c li.no-next:hover {
  top: -4px;
  box-shadow: 0 7px 0 #969696;
  color: #fff;
}
ul#more_button_3c li.no-next:active {
  top: 3px;
  box-shadow: none;
}
ul#more_button_3c li.no-next:focus {
  color: #fff;
}



/*******************************
/* カウントアップ（ <li> タグ列 ）
*******************************/

.box2 ul.QA li.count_list{
	padding-bottom: 0;
	text-align: center;
}

.box2 ul.Production_List li.count_list{
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	border-top: 1px dotted #dadada;
}

.box2 ul.Recruit li.count_list{
	width: 100%;
	margin-top: -20px;
	padding-bottom: 0;
	text-align: center;
}

.box2 ul.Production_Staff_List li.count_list{
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	border-top: 1px dotted #dadada;
}

.box2 ul.Interview_List li.count_list{
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
}

.box2 ul.Event li.count_list{
	width: 100%;
	margin-top: -10px;
	padding-bottom: 0;
	text-align: center;
}



/*******************************
広告バナー枠
*******************************/

#PR_Rectangle{
	clear: both;
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	padding-top:20px;
}

#PR_Rectangle .PR_Rectangle_mark{
	display:inline;
	width:35px;
	margin-right:1px;
	float:left;
}

#PR_Rectangle .PR_Rectangle_banner{
	display:inline;
	width:1164px;
	float:right;
}



/*******************************
コンテンツ位置・幅・領域等（共通となる左カラムのみ）
*******************************/

#container{
padding: 20px 0;
}

#container-right, .inner{
margin: 0 auto;
width: 1200px;
scroll-behavior:smooth;
}

#content-left {
float: left;
width: 224px;
margin: 20px 20px 0 0;
}

#content-left a{color:#777;text-decoration:none;}
#content-left a:hover{color:#999;text-decoration:underline;}
#content-left a:active, a:focus {outline: 0;}

#content-left figure {
	position: relative;
	overflow: hidden;
	width: 200px;
}

#content-left figcaption {
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}

#content-left figure:hover figcaption {
	bottom: 0;
}

#content-left h4{
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	margin-top: 8px;
}

#content-left p.genre{
	color: #fff;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	margin-bottom: -10px;
}



/*************************
/* ボックス（大枠・外枠）
*************************/

#content-left .box1{
margin-bottom: 10px;
padding: 15px 10px 10px 10px;
border-right:2px solid #35cccc;
border-bottom:2px solid #35cccc;
border-left:2px solid #35cccc;
border-radius:6px;
background: #fff;
}

#content-left .box3{
margin:0 auto;
margin-bottom:10px;
padding: 10px;
text-align:center;
border-right:2px solid #35cccc;
border-bottom:2px solid #35cccc;
border-left:2px solid #35cccc;
border-radius:6px;
background: #fff;
}

#content-left .box3:last-child{
margin:0 auto;
margin-bottom:40px;
}

#content-left .box3 ul{
list-style-type: none; /* リストマーク なし */
}

#content-left .box3 ul li img{
margin-top:10px;
}



/*************
/* サイド(左側)
*************/
#container-left ul.only-text{margin-left: 5px;}

#container-left ul.only-text li.listmark, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 3px 0 12px;
background:url(../img/bullet.gif) no-repeat 0 5px;
}

#container-left ul.only-text li.listmark:last-child{
margin-bottom: 0;
}

#content-left ul.only-text{margin-left:3px;}



/*******************************
/* フッター
*******************************/

#footerPR{
    clear: both;
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
    text-align: center;
}



#linkPR{
z-index:2;
position:relative;
width: 1200px;
margin:0 auto;
clear:both;
text-align:center;
text-shadow:
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff,
	0 0 1px #fff;

height:133px;
margin-top:18px;
background-image: url("../img/footer_bg_girls.png");
background-repeat: no-repeat;
background-size:contain;
}

#linkPR p{
margin-bottom: 5px;
}



#footerUpper{
z-index:1;
position:relative;
width: 100%;
margin-top:-16px;
font-size:14px;
clear:both;
padding: 30px 0 20px 0;
border-top:1px solid #2eb4b4;
border-bottom:1px solid #2eb4b4;
overflow: hidden;
background:#fff;
}

#footerUpper a{color:#252525;text-decoration:none;}
#footerUpper a:hover{color:#f02c8a;text-decoration:none;}
#footerUpper a:active, a:focus {outline: 0;}

#footerUpper .inner .box{
margin-right:20px;
line-height: 1.2;
float: left;
}

#footerUpper .logo_footer{
margin-top: -5px;
float: right;
}

#footerUpper ul li{
color:#fff;
background:url(../img/bullet.gif) no-repeat 0 3px;
}


#footerLower{
clear:both;
padding: 10px;
text-align:center;
background:#35cccc;
}

#footerLower a{color:#fff;text-decoration:none;}
#footerLower a:hover{color:#fff;text-decoration:underline;}
#footerLower a:active, a:focus {outline: 0;}



address{
color: #fff;
font-style:normal;
font-size:14px;
}
