@charset "utf-8";

/*25.04.14*/
p.search_ttl {
    font-size: 20px;
}

p.search_com {
    font-weight: bold;
    font-size: 18px;
}

#searchsubmit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

#searchsubmit img {
  display: block;
  width: 40px;
  height: auto;
}
#index_search #searchsubmit {
  width: auto; 
  padding: 4px; 
}
#searchsubmit:hover img {
  opacity: 0.8;
}



.search_pagi01 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 1.2em;
}

.search_pagi01 li a {
    text-decoration: none;
    padding: 0.5em 1em;
    background-color: #0073aa;
    color: #ffffff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.search_pagi01 li a:hover {
    background-color: #005f8a;
}


p.search_txt {
    font-weight: bold;
}
.index_search .form div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.index_search .form input[type="image"] {
    width: 30px;
    height: auto;
    object-fit: contain;
}
.index_search input#s {
    padding: 1em;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    box-sizing: border-box;
}
.index_search {
    margin-bottom: .8em;
}

/*リセットCSSここから*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
} 

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
} 

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    /*! padding:10px 0; */
    font-size:100%;
    vertical-align:middle;
    background:transparent;
    text-decoration:none;
} 

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}
/*リセットCSSここまで*/

/*基本*/
/*全体設定*/
html.sr {
  margin-top: 0!important;
}
 
#wpadminbar {
  z-index: 10000000!important;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
	background-color: #f1f8ff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;margin: 10px 0 30px 0;}


p.br {
    padding-top: 1em;
}
/*ヘッダー*/
header {
	background: url(images/head_bk.jpg) repeat-x center top;
	color: #ffffff;
/*	position: fixed;
	z-index: 1;
	padding: 20px 40px;	
	box-sizing: border-box;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20000;
}
header .inner {
	max-width: 1130px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/* height: 180px; */
	padding: 0 10px;
}

#header-top {
    overflow: hidden;
    font-size: 0.5em;
    line-height: 3.4em;
    border-bottom: 1px solid #ffffff;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
#header-top .fRight #s {
    /* width: 350px; */
    height: 25px;
}
input, select {
    vertical-align: middle;
}
header #logo {
	width: 300px;
	margin: 10px auto;
}
.nav_menu {
    display: flex;
    text-align: center;
}
.nav_menu li {
    width: calc((100%) / 5);
    border-left: 1px solid #f1f8ff;
}
.nav_menu li:last-child {
    border-right: 1px solid #f1f8ff;
}
.nav_menu li a {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

ul li a span.nav_no {
    margin-right: 10px;
    color: #4d91d2;
    font-size: 1.2em;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, ans-serif;
}

.header-nav ul li a:hover { background-color: #4d91d2; }
.header-nav ul li a:hover .nav_no{ color: #ffffff; }

.header-nav ul li.on a {
    background-color: #4d91d2;
}
.header-nav ul li.on a .nav_no {
    color: #ffffff;
}
@media screen and (max-width: 1080px) {
.nav_menu li a {
    font-size: 1.0em;
}
header #logo {
    width: 300px;
    margin: 10px auto 20px;
}
}
@media (min-width: 919px) {/*★以上*/
.sp {
    display: none;
}
#Blue_area {
    width: 100%;
    height: 120px;
    background-color: #4d91d2;
    background-image: url(images/tt_under.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 10px;
    margin-top: 156px;
}
#Blue_area h1 {
    width: 1130px;
    margin: auto;
    font-size: 1.8em;
    color: #ffffff;
    background-color: #4d91d2;
    line-height: 100px;
    padding: 0 10px;
}
#Blue_area h1 span {
    font-size: 1.3em;
    margin-right: 10px;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, ans-serif;
}
}
@media screen and (max-width: 919px){/*★以下*/
.pc {
    display: none;
}
header #logo {
  width: 230px;
  padding: 10px 0 0;

}
header .inner {
    max-width: 919px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /* height: 180px; */
    padding: 0 10px;
}

.header-area{
   display: flex;
   /* margin-top: 30px; */
   align-items: baseline;
}
.hamburger{
  width: 40px;
  height: 35px;
  position: relative;
  padding-left: 10px;
}
.hamburger span{
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: .5s;/* 追記 */
  /* margin: 10px; */
}
.hamburger span:first-of-type{
  top: 0;
}
.hamburger span:nth-of-type(2){
  top: 50%;
}
.hamburger span:last-of-type{
  top: 100%;
}
.slide-menu{
  background-color: rgb(255 255 255 / 80%);
  position: fixed;
  top: 130px;
  left: 0;
  transform: translateX(-100%);
  transition: .5s;/* 追記 */
  background-color: #002d84;
}
.slide-menu li{
  color: #fff;
  line-height: 5em;
  /* text-align: center; */
  display: block;
  width: 300px;
  padding-left: 40px;
  border-bottom: solid 1px #d3d3d3;
}
.hamburger.active span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2){
  opacity: 0;/* 透明*/
}
.hamburger.active span:last-of-type{
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu.active{
  transform: translateX(0);
}
.slide-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
}
#Blue_area {
    width: 100%;
    height: 120px;
    background-color: #4d91d2;
    background-image: url(images/tt_under.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 15px;
    margin-top: 110px;
}
#Blue_area h1 {
    max-width: 919px;
    margin: auto;
    font-size: 1.5em;
    color: #ffffff;
    background-color: #4d91d2;
    /* line-height: 100px; */
    padding: 0 10px;
}
#Blue_area h1 span {
    font-size: 1.3em;
    margin-right: 10px;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, ans-serif;
}
}





#contents {
    /* clear: both; */
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    /* padding: 2%; */
    /* background: #fff; */
    /* box-shadow: 0px 0px 8px rgb(0 0 0 / 10%); */
    /* margin-bottom: 40px; */
    margin-top: 180px;
}

#index_box2 {
    width: 1130px;
    margin: 10px auto 0 auto;
    overflow: hidden;
    padding: 0 10px;
    letter-spacing: 0.1em;
}

#main_box {
    width: 1130px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    padding: 0 10px;
    letter-spacing: 0.1em;
}

/*-------------
new_top
-------------*/
#index_contents {
	margin-top: 160px;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
#index_box img{ margin: auto; }

@media screen and (min-width: 1130px){/*以上*/

}
@media screen and (max-width: 1130px){/*以下*/
#index_box2 {
    width: auto;
    margin: 40px auto 0 auto;
    overflow: hidden;
    padding: 0 10px;

}
}
@media screen and (max-width: 1129px){
#index_contents {
    margin-top: 140px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
}
@media screen and (max-width: 919px){
#index_contents {
    margin-top: 70px;
    overflow: hidden;
    display: block;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
}
@media screen and (max-width: 319px){
#index_contents {
    margin-top: 30px;
    overflow: hidden;
    /* display: flex; */
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
}
@media screen and (min-width: 919px){/*以上*/
/*インデックスニュース*/
#index_news_list {
	width: 35%;
	/* float: left; */
}

#index_news_list .caption_bk{
	color: #004484;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
	padding: 1px 0;
}

#index_news_list .caption_bk div{
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	padding-left: 120px;
}

#index_news_list .caption_bk .caption{
	background: url(images/icon_star_b.png) no-repeat left center;
	padding-left: 27px;
}

#index_news_list table {
	width: 100%;
	line-height: 1.6em;
	background-color: #ffffff;
}

#index_news_list table th{
	/* width: 30%; */
	color: #004484;
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 0 10px;
	/* border-bottom: 1px dotted #939598; */
	display: block;
	font-weight: lighter;
	overflow-wrap: break-word;
}

#index_news_list table td{
	padding: 0 10px 0 20px;
	border-bottom: 1px dotted #939598;
	display: block;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

#index_news_list table td a{ color:#4d91d2; font-weight: bold; }
#index_news_list table td a:hover { text-decoration: underline; }

#index_news_list #back_link{
	text-align: center;
	/* padding-right: 150px; */
	white-space: nowrap;
}

#index_news_list #back_link a{
	margin-top: 10px;
	color: #ffffff;
	display: block;
	line-height: 2.0em;
	background-color: #002d84;
	border-radius: 2px;       /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}
#index_news_list #back_link a:hover {
	background-color: #4d91d2;	
}

#index_news_list #back_link a span{
	background: url(images/icon_triangle.png) no-repeat left center;
	padding-left: 20px;
}
/*インデックスタレント*/

#talent_name h3{
	float:left;
	color: #002d84;
	font-size: 1.28em;
	line-height: 2.0em;
}

#index_talent_box{
    /* position: relative; */
    /* float: right; */
    width: 70%;
    background-color: #4d91d2;
    margin-left: 30px;
    background-image: url(images/talent_head.jpg);
    background-repeat: no-repeat;
}
#index_talent_box h2 {
    margin-top: 30px;
}
#index_talent_box_bkimg{
	padding: 23px 20px 50px 20px;
	background: url(images/special_bkf.jpg) no-repeat right bottom;
	overflow: hidden;
	display: flex;	
}

#index_talent_box #voice_data_balloon{/*バルーン位置調整*/
	position:absolute;
	top: 70px;
	right: 10px;
}

#index_talent_box #talent_data_box_L{
	/* float: left; */
	width: 65%;
	padding: 10px;
	background-color: #ffffff;
	margin-right: 20px;
}

#index_talent_box #talent_profile{
	/* float: left; */
	/* width: 165px; */
	/* line-height: 1.5em; */
}
td.talent_img {
    text-align: center;
}
.talent_img img {
    width: 55%;
}
#index_talent_box #talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	/* width: 80px; */
	color: #135797;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}
#index_talent_box #talent_profile td{
	padding: 8px 0;
	/* width: 120px; */
	border-bottom: 1px solid #b7b7b7;
}

#index_talent_box #talent_data_box_R{
	/* float: right; */
	width: 40%;
	line-height: 1.5em;
	font-weight: bold;
}

#index_talent_box .history_genre_box_1line{
	line-height:1.3em;
	padding: 10px 0;
}

.go_detail { text-align: right; }
.go_detail a{ color:#4d91d2; font-weight: bold; }
.go_detail a:hover { text-decoration: underline; }
}
/*new_top2*/
@media screen and (min-width:630px) and (max-width: 919px){
/*インデックスニュース*/
#index_news_list {
	width: 100%;
	/* float: left; */
	margin-top: 30px;
}

#index_news_list .caption_bk{
	color: #004484;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
	padding: 1px 0;
}

#index_news_list .caption_bk div{
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	padding-left: 120px;
}

#index_news_list .caption_bk .caption{
	background: url(images/icon_star_b.png) no-repeat left center;
	padding-left: 27px;
}

#index_news_list table {
	width: 100%;
	line-height: 1.6em;
	background-color: #ffffff;
}

#index_news_list table th{
	/* width: 30%; */
	color: #004484;
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 0 10px;
	/* border-bottom: 1px dotted #939598; */
	display: block;
	font-weight: lighter;
	overflow-wrap: break-word;
}

#index_news_list table td{
	padding: 0 10px 0 20px;
	border-bottom: 1px dotted #939598;
	display: block;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

#index_news_list table td a{ color:#4d91d2; font-weight: bold; }
#index_news_list table td a:hover { text-decoration: underline; }

#index_news_list #back_link{
	text-align: center;
	/* padding-right: 150px; */
	white-space: nowrap;
}

#index_news_list #back_link a{
	margin-top: 10px;
	color: #ffffff;
	display: block;
	line-height: 2.0em;
	background-color: #002d84;
	border-radius: 2px;       /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}
#index_news_list #back_link a:hover {
	background-color: #4d91d2;	
}

#index_news_list #back_link a span{
	background: url(images/icon_triangle.png) no-repeat left center;
	padding-left: 20px;
}
/*インデックスタレント*/

#talent_name h3{
	float:left;
	color: #002d84;
	font-size: 1.28em;
	line-height: 2.0em;
}

#index_talent_box{
    position: relative;
    /* float: right; */
    width: 100%;
    background-color: #4d91d2;
    /* margin-left: 30px; */
    background-image: url(images/talent_head.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
}
#index_talent_box h2 {
    margin-top: 0px;
}
#index_talent_box_bkimg{
	padding: 23px 20px 50px 20px;
	background: url(images/special_bkf.jpg) no-repeat right bottom;
	overflow: hidden;
	display: flex;
}

#index_talent_box #voice_data_balloon{/*バルーン位置調整*/
	position:absolute;
	top: 70px;
	right: 10px;
}

#index_talent_box #talent_data_box_L{
	/* float: left; */
	width: 65%;
	padding: 10px;
	background-color: #ffffff;
	margin-right: 20px;
}

#index_talent_box #talent_profile{
	/* float: left; */
	/* width: 165px; */
	/* line-height: 1.5em; */
}
td.talent_img {
    text-align: center;
}
.talent_img img {
    width: 40%;
}
#index_talent_box #talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	/* width: 80px; */
	color: #135797;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}
#index_talent_box #talent_profile td{
	padding: 8px 0;
	/*width: 120px;*/
	border-bottom: 1px solid #b7b7b7;
}

#index_talent_box #talent_data_box_R{
	/* float: right; */
	width: 35%;
	line-height: 1.5em;
	font-weight: bold;
}

#index_talent_box .history_genre_box_1line{
	line-height: 1.7em;
	padding: 10px 0;
}

.go_detail { text-align: right; }
.go_detail a{ color:#4d91d2; font-weight: bold; }
.go_detail a:hover { text-decoration: underline; }
}
/*new_top3*/
@media screen and (max-width: 629px){
/*インデックスニュース*/
#index_news_list {
	width: 100%;
	/* float: left; */
	margin-top: 30px;
}

#index_news_list .caption_bk{
	color: #004484;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
	padding: 1px 0;
}

#index_news_list .caption_bk div{
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	padding-left: 120px;
}

#index_news_list .caption_bk .caption{
	background: url(images/icon_star_b.png) no-repeat left center;
	padding-left: 27px;
}

#index_news_list table {
	width: 100%;
	line-height: 1.6em;
	background-color: #ffffff;
}

#index_news_list table th{
	/* width: 30%; */
	color: #004484;
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 0 10px;
	/* border-bottom: 1px dotted #939598; */
	display: block;
	font-weight: lighter;
	overflow-wrap: break-word;
}

#index_news_list table td{
	padding: 0 10px 0 20px;
	border-bottom: 1px dotted #939598;
	display: block;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

#index_news_list table td a{ color:#4d91d2; font-weight: bold; }
#index_news_list table td a:hover { text-decoration: underline; }

#index_news_list #back_link{
	text-align: center;
	/* padding-right: 150px; */
	white-space: nowrap;
}

#index_news_list #back_link a{
	margin-top: 10px;
	color: #ffffff;
	display: block;
	line-height: 2.0em;
	background-color: #002d84;
	border-radius: 2px;       /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}
#index_news_list #back_link a:hover {
	background-color: #4d91d2;	
}

#index_news_list #back_link a span{
	background: url(images/icon_triangle.png) no-repeat left center;
	padding-left: 20px;
}
/*インデックスタレント*/

#talent_name h3{
	float:left;
	color: #002d84;
	font-size: 1.28em;
	line-height: 2.0em;
}

#index_talent_box{
    position: relative;
    /* float: right; */
    width: 100%;
    background-color: #4d91d2;
    /* margin-left: 30px; */
    background-image: url(images/talent_head.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
}
#index_talent_box h2 {
    margin-top: 0px;
}
#index_talent_box_bkimg{
	padding: 20px 0px 30px 20px;
	background: url(images/special_bkf.jpg) no-repeat right bottom;
	overflow: hidden;
	/* display: flex; */
}

#index_talent_box #voice_data_balloon{/*バルーン位置調整*/
	position:absolute;
	top: 70px;
	right: 10px;
}

#index_talent_box #talent_data_box_L{
	/* float: left; */
	/* width: 65%; */
	padding: 10px;
	background-color: #ffffff;
	margin-right: 20px;
}

#index_talent_box #talent_profile{
	/* float: left; */
	/* width: 165px; */
	/* line-height: 1.5em; */
}
td.talent_img {
    text-align: center;
}
.talent_img img {
    width: 40%;
}
#index_talent_box #talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	/* width: 80px; */
	color: #135797;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}
#index_talent_box #talent_profile td{
	padding: 8px 0;
	/*width: 120px;*/
	border-bottom: 1px solid #b7b7b7;
}

#index_talent_box #talent_data_box_R{
	/* float: right; */
	/* width: 35%; */
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 30px;
	width: 95%;
}

#index_talent_box .history_genre_box_1line{
	line-height:1.3em;
	padding: 10px 0;
}

.go_detail { text-align: right; }
.go_detail a{ color:#4d91d2; font-weight: bold; }
.go_detail a:hover { text-decoration: underline; }

.player_guide {
    font-size: 0.6em;
}
}


/*-------------
会社概要
-------------*/
#company_info table {
    width: 100%;
    line-height: 2.0em;
}

#company_info table th {
    padding: 10px;
    font-weight: normal;
    width: 20%;
    background-color: #b8dbf2;
    border: 1px solid #4d91d2;
}

#company_info table td {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #4d91d2;
}
#company_info div.box_white {
    background: #ffffff;
    margin-top: 30px;
}
#company_info h2 {
    padding: 10px 20px;
}
#company_info p {
    padding: 0px 20px;
}
@media screen and (max-width: 1130px){
#main_box {
    width: auto;
    margin: 40px auto 0 auto;
    overflow: hidden;
    padding: 0 10px;

}

#company_info table {
    width: 100%;
    line-height: 2.0em;
    border-collapse: collapse;
}

#company_info table th {
    padding: 10px;
    font-weight: normal;
    width: 20%;
    background-color: #b8dbf2;
    border: 1px solid #4d91d2;
}

}
@media screen and (max-width: 479px) {
#company_info table{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #4d91d2;
}
#company_info table th, #company_info table td {
    display: block;
    text-align: left;
	padding: 5px 10px;
	border: 1px;
}
#company_info table th {
	width: auto;
	background-color: #b8dbf2;

}
#company_info table td {
    background-color: #ffffff;
}

}
/*-------------
リンク一覧
-------------*/

#link_list table {
	width: 100%;
	line-height:2.0em;
}

#link_list table td{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #4d91d2;
}

#link_list table th{
	font-weight:normal;
	text-align:left;
	color:#ffffff;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	border-left: 1px solid #004484;
	border-right: 1px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
}

#link_list table th div{
	width:100%;
	background-color: #004484;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
}

#link_list table th .caption{
	background: url(images/icon_star_w.png) no-repeat left center;
	padding-left: 27px;
}

#link_list table td.link_img{
	width: 20%;
	text-align: center;
}

#link_list table td.link_img a{
	color: #4d91d2;
	display:block;
	padding: 10px 0;
}

#link_list table td.link_img a:hover{ text-decoration: underline; }

/* サイトバナー */
#site_banner { margin: auto; background: #ffffff; padding: 20px 30px; }
#site_banner p.link_tt02{ margin-top: 30px; font-weight: bold; }
#site_banner p.link_tt03{ margin-top: 30px; font-weight: bold; color: #004484; }
#site_banner p{line-height: 2em;font-size: 1.1em;word-break: break-all;}

#site_banner ul li{
	line-height: 1.5em;
	list-style: disc;
	list-style-position: inside;
	text-indent:1.0em;
}

#link_tt01{
	margin-top: 30px;
	color: #004484;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	padding: 1px 0;
}

#link_tt01 div{
	width:100%;
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	padding-left: 10px;
}

#link_tt01 .caption{
	background: url(images/icon_star_b.png) no-repeat left center;
	padding-left: 27px;
	line-height: 60px;
}

#site_banner #link_img_box{	padding: 0 10px; }
#site_banner #link_img_box p{ padding: 0; }
#site_banner #link_img_box a{ text-decoration:underline; }

@media screen and (max-width: 479px) {
#link_list table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	line-height:2.0em;
}
#link_list table td {
    padding: 10px;
    background-color: #ffffff;
	border: none;
    /* border: 1px solid #4d91d2; */
    display: block;
}
#link_list table td.link_img {
    width: 100%;
    text-align: center;
}

}

/*-------------
ニュース一覧
-------------*/
#news_list .caption_bk{
	color: #004484;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	/*border-left: 1px solid #4d91d2;*/
	/*border-right:  1px solid #4d91d2;*/
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
	padding: 1px 0;
}

#news_list .caption_bk div{
	width:100%;
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	padding-left: 10px;
}

#news_list .caption_bk .caption{
	background: url(images/icon_star_b.png) no-repeat left center;
	padding-left: 27px;
}

#news_list table {
	width: 100%;
	line-height:2.0em;
	border-bottom: 1px solid #004484;
	/*border-left: 1px solid #4d91d2;*/
	/*border-right:  1px solid #4d91d2;*/
	background-color: #ffffff;
}

#news_list table th{
	color: #004484;
	width: 14%;
	text-align:left;
	vertical-align:top;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #939598;

}
#news_list table td{
	padding: 10px;
	border-bottom: 1px dotted #939598;
}

#news_list table td a{ color:#4d91d2; font-weight: bold; }
#news_list table td a:hover { text-decoration: underline; }


/*-------------
ニュース詳細
-------------*/

#news_txt{ padding: 0 20px 20px 0; }

#news_txt table{ border: none; }
#news_txt table th{ border: none; }
#news_txt table td{ border: none; }
 

/* ニュース詳細前へ次へ */
@media screen and (min-width: 380px) {
.news_pager { overflow: hidden; margin-top: 20px; }
.news_pager a{ color:#4d91d2; font-weight: bold; }
.news_pager a:hover { text-decoration: underline; }
}
@media screen and (max-width: 379px) {
.news_pager { overflow: hidden; margin-top: 20px; }
.news_pager a{ color:#4d91d2; font-weight: bold; }
span.next, span.back {
    display: none;
}
}

/* TinyMCE */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; margin-left: 20px; }
.alignleft { float: left; margin-right: 20px; }

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.divider{ margin: 10px 0;}

/*///////////////////////////////////////////*/
@media screen and (min-width: 800px) {
div#main_box02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 10px 100px;
    max-width: 1130px;
}
#news_list .caption_bk {
    color: #004484;
    border-top: 2px solid #004484;
    border-bottom: 2px solid #004484;
    /* border-left: 1px solid #4d91d2; */
    /* border-right: 1px solid #4d91d2; */
    background-color: #ffffff;
    /* font-size: 1.1em; */
    line-height: 41px;
    padding: 1px 0;
}
#news_list .caption_bk div {
    width: 100%;
    border-top: 1px solid #004484;
    border-bottom: 1px solid #004484;
    padding-left: 10px;
}
div#news_list {
    background: #fff;
    padding: 0 10px;
    width: 73%;
}

.news-box {
    border-bottom: 1px dotted #939598;
    padding: 10px;
    display: flex;
    font-size: 1.1em;
}
.cell-l {
    color: #004484;
    /* font-weight: bold; */
    font-size: 1.1em;
    width: 20%;
}
.cell-r a {
    color: #4d91d2;
    font-weight: bold;
}
/*archive*/
nav.news-nav {
    width: 25%;
}
.news_nav_item {
    background-color: #f2f2f2;
}
h2.news_archive_title {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    background-color: #0b2f80;
    font-size: 1.2em;
    color: #fff;
}
.news_archive_parent .js-accordion {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 30px;
    font-size: 1.2em;
    color: #0b2f80;
    background-color: #cdeefc;
}
/*news-s*/
div#news_list0 {
    background: #fff;
    padding: 0 10px;
    /* width: 73%; */
}


}
@media screen and (max-width: 799px) {
h2.news_archive_title {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    background-color: #0b2f80;
    font-size: 1.2em;
    color: #fff;
}
#news_list .caption_bk {
    color: #004484;
    border-top: 2px solid #004484;
    border-bottom: 2px solid #004484;
    /* border-left: 1px solid #4d91d2; */
    /* border-right: 1px solid #4d91d2; */
    background-color: #ffffff;
    /* font-size: 1.1em; */
    line-height: 41px;
    padding: 1px 0;
}
#news_list .caption_bk div {
    width: 100%;
    border-top: 1px solid #004484;
    border-bottom: 1px solid #004484;
    padding-left: 10px;
}
div#news_list {
    background: #fff;
    padding: 0 10px;
    margin-top: 50px;
}
.news-box {
    border-bottom: 1px dotted #939598;
    padding: 10px;
}
.cell-l {
    color: #004484;
    /* font-weight: bold; */
    font-size: 1.1em;
}
.cell-r a {
    color: #4d91d2;
    font-weight: bold;
    overflow-wrap: break-word;
}
div#news_list0 {
    background: #fff;
    padding: 0 10px;
    /* width: 73%; */
}
}

/*-------------
2023.02.08 ▲▲▲
-------------*/
/*----------------
request
-----------------*/


/*-------------
2023.02.08 ▲▲▲
-------------*/

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

/*バナーエリアここから*/
#banner_area{
	width:100%;
	background-color: #ffffff;
	border-top: 2px solid #135797;
	padding: 40px 0;
}
#banner_area ul li{
	display: inline;
}
/*バナーエリアここまで*/

#footer{
	text-align: center;
	margin-top: 50px;
	background-color: #b8dbf2;
}

#footer-01{
	max-width: 1130px;
	overflow: hidden;
	margin:auto;
}

#footer-01 a{ color:#4d91d2; display:block; }
#footer-01 a:hover { color:#ffffff; }

#footer-01 .fLeft, #footer-01 .fRight{
	line-height: 2.0em;
	margin: 10px 0;
	padding: 0 10px 0 4px;
	border-radius: 2px;        /* CSS3草案 */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 2px;   /* Firefox用 */ 
}
#footer-01 .fLeft:hover, #footer-01 .fRight:hover{ background-color: #002d84; }

#footer-01 .fLeft{ background-color: #eaf4fb; }

#footer-01 .fLeft span{
	color:#ffffff;
	background-color:#4d91d2;
	padding: 0 5px;
	margin-right: 5px;
}

#footer-01 .fRight span{
	color:#ffffff;
	background-color:#4d91d2;
	padding: 0 4px;
	margin-right: 5px;
	font-size: 1.2em;
}

#footer-02{
	text-align: center;
	padding-top: 30px;
	height: 118px;
	background: url(images/footer_bk.jpg) repeat-x center top;
}

#footer-03{
	width: 100%; 
	margin: 0 auto; 
	color: #ffffff;
	line-height: 3.0em;
	text-align: center;
	background-color: #002d84;
}
p.f_0a {
    width: 100%;
    background: #ffffff;
}






/*-------------
サイドメニュー
-------------*/

#side_menu{
	/* width: 250px; */
	/* float: left; */
	background: url(images/side_menu_bk.jpg) repeat-y;
}

#side_menu a{
	display: block;
	border-bottom: 1px solid #004484;
	border-left: 1px solid #004484;
	border-right: 1px solid #004484;
	color: #333333;
}


#side_menu_tt{
	color:#ffffff;
	text-align: center;
	border-top: 2px solid #004484;
	border-bottom: 2px solid #004484;
	border-left: 1px solid #004484;
	border-right: 1px solid #004484;
	background-color: #ffffff;
	font-size: 1.1em;
	line-height: 41px;
}

#side_menu_tt div{
	width:100%;
	background-color: #004484;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#side_menu_tt span{
	background: url(images/icon_star_w.png) no-repeat left center;
	padding-left: 27px;
}

#side_menu li a{ padding: 5px 10px; }
#side_menu li a:hover{ background-color:#c4e2ff; }

#side_menu .list_L{
	background-color: #004484;
	color: #ffffff;
	font-size: 1.7em;
	line-height: 34px;
	padding: 0 6px;
}

#side_menu .list_R{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 60px;
}



#talent_list p{
	width: 250px;
	height:42px;
	border-bottom: 1px solid #004484;
	border-left: 1px solid #004484;
	border-right: 1px solid #004484;
}
#talent_list p a{ border: none; }

#talent_list_male a{ width: 248px; height:42px; background: url(images/talent_menu_btn.jpg) no-repeat 0 0; }
#talent_list_female a{ width: 248px; height:42px; background: url(images/talent_menu_btn.jpg) no-repeat 0 -42px; }
#talent_list_all a{ width: 248px; height:42px; background: url(images/talent_menu_btn.jpg) no-repeat 0 -84px; }

#talent_list_male a:hover{ background: url(images/talent_menu_btn.jpg) no-repeat -250px 0; }
#talent_list_female a:hover{ background: url(images/talent_menu_btn.jpg) no-repeat -250px -42px; }
#talent_list_all a:hover{ background: url(images/talent_menu_btn.jpg) no-repeat -250px -84px; }

#talent_list_male, #talent_list_female, #talent_list_all{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



/*-------------
ボイス一覧
-------------*/

#voice_data_list h2{
	text-align:center;
	background-color: #4d91d2;
	color: #ffffff;
	font-size: 1.714em;
	line-height: 2.0em;
	margin: 0 3px 20px 3px;
}

#voice_data_list{
	width: 670px;
	float: right;
}

#voice_data_list .list_bk{
	background-image: url(images/talent_list_bk.gif);
	padding: 36px;
}


#voice_data_list .list_box{
	background-color: #ffffff;
	width: 190px;
	display:inline-block;
	text-align: center;
	margin: 0 3px 10px 3px;
}

#voice_data_list .list_box p{ font-weight:bold; }

#voice_data_list .list_box p.talent{
	text-align: left;
	color: #002d84;
	border-bottom: 1px solid #002d84;
	line-height: 2.0em;
	padding-left: 10px;
	margin-bottom: 10px;
}

#voice_data_list .list_box p.talent span{ color: #4d91d2; }

/*#voice_data_list .list_box p.voice{
	font-size: 1.2em;
	line-height: 2.0em;
}*/

#voice_data_list .list_box .jp-audio div.jp-playlist ul li{
	font-size: 1.2em;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
}
#voice_data_list .list_box .jp-audio div.jp-playlist ul li a{ color:#333333; }

#voice_data_list .list_box .jp-playlist ul li{
	font-size: 1.2em;
	line-height: 2.0em;
}

#voice_data_list .list_box p.link{
	text-align: right;
	line-height: 2.0em;
	font-size: 0.857em;
}
#voice_data_list .list_box p.link a{ color: #4d91d2; padding: 10px; }
#voice_data_list .list_box p.link a:hover{ color: #002d84; }

#voice_data_list .list_box .img a img{ width: 106px; }
#voice_data_list .list_box .img a{
	width: 106px;
	display: block;
	margin: auto;
	border: 2px solid #6199ce;
}
#voice_data_list .list_box .img a:hover{
	border: 2px solid #fff6a7;
}

#voice_data_list #search_word p{
	background-color: #f1f8ff;
	padding: 10px;
	line-height: 1.2em;
	margin: 0 3px 20px 3px;
}


/*-------------
ボイス一覧 サイドメニュー
-------------*/

.border_b{ border: 1px solid #004484; }

ul#voice_list li{ overflow: hidden; }

#voice_list ul.key li{
	float: left;
	width: 124px;
	padding: 3px 5px;
}
#voice_list ul.p25 li{
	padding: 3px 5px;
}

#voice_list p{ text-align: center; }

input#submit_button{
	width: 100%;
	margin: auto;
	color: #ffffff;
	text-align: center;
	background-color: #4d91d2;
	font-size: 1.2em;
	line-height: 2.0em;
	border: 1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
}

#voice_list .refine{
	width: 90%;
	margin: 10px auto;
	color: #ffffff;
	text-align: center;
	background-color: #4d91d2;
	padding: 5px;
}

#voice_list .refine:hover{ background-color: #83b2e0; }

#voice_list .refine div{
	width: 100%;
	border: 1px solid #ffffff;
}

/*-
#voice_list .refine{
	width: 90%;
	margin: 10px auto;
	color: #ffffff;
	text-align: center;
	background-color: #4d91d2;
	font-size: 1.1em;
	line-height: 2.0em;
	padding: 5px;
}

#voice_list .refine:hover{ background-color: #83b2e0; }

#voice_list .refine div{
	width: 100%;
	border: 1px solid #ffffff;
}
-*/

#select_btn01{ width: 248px; height: 42px; background: url(images/menu_btn.jpg) no-repeat 0 0; }
#select_btn02{ width: 248px; height: 42px; background: url(images/menu_btn.jpg) no-repeat 0 -42px; }
#select_btn03{ width: 248px; height: 42px; background: url(images/menu_btn.jpg) no-repeat 0 -84px; }

#select_btn01:hover{ background: url(images/menu_btn.jpg) no-repeat -250px 0; }
#select_btn02:hover{ background: url(images/menu_btn.jpg) no-repeat -250px -42px; }
#select_btn03:hover{ background: url(images/menu_btn.jpg) no-repeat -250px -84px; }

#select_btn01, #select_btn02, #select_btn03{
	font-size: 1.1em;
	line-height: 42px;
	text-shadow: 1px 1px 02px rgb(0, 0, 0);
	-ms-box-shadow: 2px 2px 4px rgb(76, 76, 76);
	color: rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0))";
	zoom: 1;
	border-top: 1px solid #004484;
	border-bottom: 1px solid #004484;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
}





/*-------------
ボイスまわり
-------------*/

.wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.wp-audio-shortcode {
	margin-top: 18px;
}


/*-------------
ページ送り
-------------*/

.pagination{
	margin: 20px;
	text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #4d91d2;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
	color: #4d91d2;	
}
.pagination .current{
    background: #4d91d2;
    border: solid 1px #4d91d2;
    color: #fff;
}

.pagi01 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagi01 li {
display: inline;
padding:10px 15px;
border:1px #ccc solid;color:#000053;
border-radius: 5px / 5px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 20px 0;
    text-align: left;
  }
  .pagination a,
  .pagination span.page-numbers {
    display: inline-block;
    padding: 12px 18px;
    margin: 10px;
    font-size: 16px;
  }
}



/*-------------
404
-------------*/

#css_404{ text-align: center; }

#css_404 h1{
	font-size:2.0em;
	line-height:1.5em;
	margin-top:300px;
}

#css_404 p{
	font-size:1.2em;
	line-height:1.5em;
}

#css_404 p a{ color: #4d91d2; }

#css_404 p a:hover{ text-decoration: underline; }

/*accordion*/
.ac_contents {
	border: 2px solid #d9d9d9;
}
.ac_title {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	background: #d7f0ff;
}
.ac_btn {
	position: absolute;
	top: 50%;
	/* right: 20px; */
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/* border-radius: 50%; */
}
.ac_btn:before, .ac_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ac_btn:before {
	width: 3px;
	height: 20px;
}
.ac_title.selected .ac_btn:before {
	content: normal;
}
.ac_contents dd {
	display: none;
}
.n_list ul {
    background: #fff;
    padding-left: 3em;
    font-size: 1.2em;
}
/*-------------
2023.02.10 ▲▲▲
-------------*/
/*----------------
request
-----------------*/

div#request {
    background: #ffffff;
    padding: 30px 20px;
    line-height: 1.6;
}
#request h2 {
    font-size: 1.5em;
    margin: 30px 0;
    background: #e9edf2;
    border-radius: 5px;
    border-left: 5px solid #002be6;
    padding: 8px 23px;
    color: #03016d;
    font-weight: bold;
}

#request p {
    font-size: 1.1em;
}
.privacy_policy {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto 24px;
    padding: 28px 44px 28px 31px;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}
.privacy_policy h3{
    border-bottom: 2px solid #f00000;
    margin: 2px 0 24px;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
}
.privacy_policy h4 {
    padding-top: 20px;
    font-size: 1.2em;
}
span.kome {
    background: #d10f1e;
    color: #ffffff;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.8em;
    margin-right: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 10px;
    width: 200px;
    margin: 20px 0;
}
.r_check {
    text-align: center;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  /* position: relative; */
  margin: 30px 0 10px 0 !important;/*項目ごとの余白を調整*/
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
  color: #03016d;
  cursor: pointer;
  font-size: 1.1em;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを非表示に*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 3px solid #bbbbbb;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* position: relative; */
  /* top: auto; */
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  /* left: 3px; */
  width: 30px;
  height: 40px;
  background: url(images/check.png) no-repeat center;
  background-size: contain;
}
span.wpcf7-spinner {
    display: none;
}
ul.normal {
    padding-left: 2.5em;
}
ul.normal li{
    list-style: disc;
}
@media screen and (min-width: 780px){
.request_box table {
    width: 100%;
    margin: 50px 0;
    text-align: left;
}
.request_box th {
    padding: 10px;
    font-weight: normal;
    width: 30%;
    background-color: #f7fcff;
    border: 1px solid #4d91d2;
}
.request_box td {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #4d91d2;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text {
    margin: 10px;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 2;
    width: 95%;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin: 10px;
    padding: 10px;
    font-size: 1.1em;
    /* line-height: 2; */
    width: 94%;
}
.r_check input[type="reset"] {
    padding: 10px;
    padding: 10px;
    width: 42%;
    margin-bottom: 40px;
}
.request_box_confirm {
    margin: 40px 10px;
}
.request_box_confirm p {
    margin: 20px 0;
    line-height: 1.4;
    border-bottom: 1px solid #dfdfdf;
    background: #f9f9f9;
    padding: 10px;
}
.r_gocheck {
    display: flex;
    justify-content: center;
    align-items: center;
}
.r_gocheck input.wpcf7-form-control.wpcf7-previous {
    width: 200px;
    height: 50px;
}
.r_gocheck input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 200px;
    height: 50px;
}
.r_gocheck p {
    margin: 10px;
}
}
@media screen and (max-width: 779px){
.request_box {
    margin-top: 30px;
}
.request_box table{
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #4d91d2;
	width: 100%;
}
.request_box table th, .request_box table td {
    display: block;
    text-align: left;
	padding: 5px 10px;
	border: 1px;
}
.request_box table th {
	width: auto;
	background-color: #f7fcff;
	border: 1px solid #aceaff;
	font-weight: normal;
}
.request_box table td {
    background-color: #ffffff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    line-height: 2;
    font-size: 0.9em;
}
#request h2 {
    font-size: 1em;
    margin: 30px 0;
    background: #e9edf2;
    border-radius: 5px;
    border-left: 5px solid #002be6;
    padding: 8px 10px;
    color: #03016d;
    font-weight: bold;
}
#request p {
    font-size: 0.9em;
    overflow-wrap: break-word;
}
.privacy_policy {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 30px;
    padding: 5px;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}
.privacy_policy h3 {
    font-size: 1.1em;
}
.privacy_policy h4 {
    font-size: 0.9em;
}
.request_box_confirm {
    margin: 40px 10px;
}
.request_box_confirm p {
    margin: 20px 0;
    line-height: 1.4;
    border-bottom: 1px solid #dfdfdf;
    background: #f9f9f9;
    padding: 10px;
}
.r_gocheck {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.r_gocheck input.wpcf7-form-control.wpcf7-previous {
    width: 100%;
    height: 50px;
}
.r_gocheck input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    height: 50px;
}
.r_gocheck p {
    margin: 10px;
    width: 35%;
}
}
/*other*/
div#other, div#privacy-policy {
    background: #ffffff;
    padding: 30px 20px;
    line-height: 1.6;
}

/*new_footer*/
.footer_link {
    max-width: 1130px;
    overflow: hidden;
    margin: auto;
}
.footer_link ul.footer-menu {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    font-size: 0.8em;
}
ul.footer-menu li a:hover{
 background: #0986d2;
color:#FFF
}
@media screen and (max-width: 919px){/*★以下*/
.footer_link ul.footer-menu {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    white-space: nowrap;
    overflow: hidden;
    margin: auto;
    flex-wrap: wrap;
    width: 60%;
}
}
/*-------------
タレント一覧
-------------*/
#talent_data_list{
	/* width: 670px; */
	/* float: right; */
	/* padding-left: 60px; */
	max-width: 1130px;
	/* width: calc((100% / 7) - 8px); */
	margin-top: 5px;
}



#talent_data_list .list_bk{
	background-image: url(images/talent_list_bk.gif);
	padding: 20px 3px;
	/* column-count: 6; */
	/* width: calc((100% / 7) - 0px); */
	/* display: flex; */
	/* width: 100%; */
	/* column-count: 7; */
	/* height: 190px; */
	/* column-gap: 20px; */
	/* flex-wrap: wrap; */
	/* gap: 30px 30px; */
	text-align: center;
}

#talent_data_list a.list_img{
	/* width: 106px; */
	height: 189px;
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

#talent_data_list a.list_img span{ display: none; }

#talent_data_list .list_img_bk{
	width: 120px;
	background: #6199ce;
	padding: 2px;
	margin-bottom: 10px;
	/* text-align: center; */
	/* padding-right: 10px; */
	margin-left: 15px;
}

#talent_data_list .list_img_bk:hover{
	background: #fff6a7;
	cursor: pointer;
	cursor: hand;
}

#talent_data_list .list_box p{
	font-size:1em;
	font-weight:bold;
	line-height:1.3em;
}

#talent_data_list .list_box p span{
	font-size: 0.7em;
	font-weight:normal;
	line-height:1.0em;
}

/*------*/
div#talent_content {
    /* display: flex; */
}

/*///////*/
.tabs {
    width: 100%;
}
.tabs__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-bottom: 5px solid #bababa; */
  }

.tabs__menu-item {
  width: calc( 100% / 3 - 4px);
  /* margin-bottom: -5px; */
  padding: 16px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.8;
  color: #fff;
  /* border-top-left-radius: 10px; */
  background: #bababa;
  cursor: pointer;
  }

.tabs__menu .t_all{
  background-color   : #e6ac64;
}
.tabs__body.js-tab-cts.tab-1.is-active {
    background: #fad88e;
}
.tabs__menu .t_all:hover, .tabs__menu-item.js-tab-switch.t_all.is-active, .tabs__body.js-tab-cts.t-all.is-active{
     background-color: #fad88e;
}

.tabs__menu .t_all a{
  color          : #ff7f7f;            /* 文字の色 */
  /* letter-spacing: 3px; */                /* 文字間 */
  text-shadow: 2px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  2px 0px rgba(255, 255, 255, 0.97),
       2px -2px 0px rgba(255, 255, 255, 0.97),
      -2px -2px 0px rgba(255, 255, 255, 0.97),
       2px  0px 0px rgba(255, 255, 255, 0.97),
       0px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  0px 0px rgba(255, 255, 255, 0.97),
       0px -2px 0px rgba(255, 255, 255, 0.97);        /* 文字の影 */
  display: block;
}
.tabs__menu .t_male{
    background-color: #5b97d3;
}
.tabs__menu .t_male:hover ,.tabs__menu-item.js-tab-switch.t_male.is-active, .tabs__body.js-tab-cts.is-active{
    background-color: #94c9ff;
}
.tabs__menu .t_male a{
  color          : #0059b3;            /* 文字の色 */
  /* letter-spacing : 3px; */                /* 文字間 */
  text-shadow: 2px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  2px 0px rgba(255, 255, 255, 0.97),
       2px -2px 0px rgba(255, 255, 255, 0.97),
      -2px -2px 0px rgba(255, 255, 255, 0.97),
       2px  0px 0px rgba(255, 255, 255, 0.97),
       0px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  0px 0px rgba(255, 255, 255, 0.97),
       0px -2px 0px rgba(255, 255, 255, 0.97);        /* 文字の影 */
  display: block;
}
.tabs__menu .t_female{
    background-color: #dc7c98;
    /* background-image: radial-gradient(#ff99cc 17%, transparent 20%), radial-gradient(#ff99cc 17%, transparent 20%); */
    /* background-position: 0 0, 6px 6px; */
    /* background-size: 12px 12px; */
}
.tabs__body.js-tab-cts.tab-3.is-active {
    background: #f8a1a1e6;
}
.tabs__menu .t_female:hover, .tabs__menu-item.js-tab-switch.t_female.is-active{
    background-color: #f8a1a1e6;
    /* background-image: radial-gradient(#ff99cc 17%, transparent 20%),
                       radial-gradient(#ff99cc 17%, transparent 20%); */
    /* background-position: 0 0, 6px 6px; */
    /* background-size: 12px 12px; */
}
.tabs__menu .t_female a{
  color          : #ff4d4d;            /* 文字の色 */
  /* letter-spacing : 3px; */                /* 文字間 */
  text-shadow: 2px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  2px 0px rgba(255, 255, 255, 0.97),
       2px -2px 0px rgba(255, 255, 255, 0.97),
      -2px -2px 0px rgba(255, 255, 255, 0.97),
       2px  0px 0px rgba(255, 255, 255, 0.97),
       0px  2px 0px rgba(255, 255, 255, 0.97),
      -2px  0px 0px rgba(255, 255, 255, 0.97),
       0px -2px 0px rgba(255, 255, 255, 0.97);        /* 文字の影 */
  display: block;
}
.tabs__body {
  display: none;
  /* background: #eff6fb; */
  padding: 25px 0;
  }
  .tabs__body.is-active {
    display: block;
    }
.tabs__contain ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: flex-start;
}
.tabs__contain span.list_L {
    background-color: #06008b;
    border: solid 1px #FFF;
    color: #FFF;
    padding: 8px 8px;
    white-space: nowrap;
    font-size: 1.3em;
}

.tabs__body li {
    margin: 8px 3px;
}
@media screen and (min-width: 351px){/*★以上*/
#talent_data_list .list_box{
	width: 150px;
	display:inline-block;
	text-align: center;
	/* margin: 8px 5px; */
	/* padding: 0 10px; */
	padding-bottom: 15px;
}
}
@media screen and (max-width: 919px){/*★以下*/
span.t_m {
    font-size: 0.8em;
}
}
@media screen and (max-width: 760px){/*★以下*/
.tabs__contain ul {
    display: flex;
    padding: 5px;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 350px){/*★以下*/
#talent_data_list .list_box {
    /* width: 150px; */
    display: inline-block;
    text-align: center;
    /* margin: 8px 5px; */
    /* padding: 0 10px; */
    padding-bottom: 15px;
}
#talent_data_list .list_img_bk {
    width: 120px;
    background: #6199ce;
    padding: 2px;
    margin-bottom: 10px;
    /* text-align: center; */
    /* padding-right: 10px; */
    margin-left: 10px;
}
}

/*-------------
タレントページ
-------------*/
@media screen and (min-width: 830px) {
div#talent_box {
    /* width: 70%; */
    margin: 30px 0;
    /*background-color: #4d91d2;*/
    /* background-image: url(images/talent_head.jpg); */
    /* background-repeat: no-repeat; */
    /* padding: 0 20px; */
}
/*パーソナルデータ部分*/
#talent_data{
	position: relative;
	width: 70%;
	float: left;
	background-color: #ffffff;
	padding: 30px;
}

#talent_data_box{
	overflow: hidden;
}

#voice_data_balloon{
	position:absolute;
	top: 20px;
	right: 40px;
}

/*名前と画像とプロフ部分*/

#talent_name{
	width: 100%;
	border-top: 1px solid #135797;
	border-bottom: 1px solid #135797;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0;
}

#talent_name h2{
	float:left;
	color: #002d84;
	font-size: 1.28em;
	line-height: 2.0em;
}

#talent_name p.roman{
	float:left;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 10px;
}

#talent_name p.only{/*ローマ字入力が完了するまでの設定*/
	float:left;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 3.0em;
	margin-left: 10px;
}



#talent_img_prof_box{
	/* width: 330px; */
	/* float: left; */
	overflow: hidden;
}
#talent_img{/* float: right; */text-align: center;padding: 30px 0;}
#talent_img img{
	border: 2px solid #5e97cd;
	width: 35%;
}

#talent_profile{
	/* float: left; */
	width: 100%;
	line-height: 1.5em;
}

#talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	width: 20%;
	color: #135797;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}
#talent_profile td{
	padding: 8px 0;
	/* width: 120px; */
	border-bottom: 1px solid #b7b7b7;
}

.border_none{ border:none; }



/*サンプルボイス部分*/
#voice_data{
	float: right;
	width: 25%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 15px;
}

#voice_head{
	width: 100%;
	height: 9px;
	background: url(images/voice_head.png) no-repeat;
}
#voice_body{
	padding: 10px;
	/* background: url(images/voice_body.png) repeat-y; */
	/* display: flex; */
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #fffefe;
	border-radius: 3px;
	box-shadow: inset 1px 2px 20px 0px rgb(35 146 255 / 64%);
}
#voice_bottom{
	/* width: 100%; */
	/* height: 9px; */
	/* background: url(images/voice_bottom.png) no-repeat; */
}

#voice_play{ padding:10px; }

/*出演履歴部分*/

#talent_history_box{ margin-top: 20px; }

#talent_history_tt{
	text-align: center;
	background-color: #4f8faa;
	color: #ffffff;
	font-weight:bold;
	/* line-height:1.5em; */
	margin-bottom: 20px;
}

#talent_history_box .history_tt{
	font-size:1.0em;
	font-weight:bold;
}

#talent_history_box ul li{
	padding-left: 1em;
	text-indent: -1em;
}

#talent_content .history_genre_box,
#talent_content .history_genre_box_1line{
	border-bottom: 1px solid #004484;
	line-height:1.3em;
	padding: 20px 0;
	overflow: hidden;
}

.history_genre_box ul,
.history_genre_box_1line ul{
	margin-left: 10px;
	list-style-type: disc !important;
	list-style-position:inside;
	font-size: 1em;
	overflow: hidden;
	line-height: 1.6;
}

.history_genre_box ul{/*1列2列切り替え*/
	float: left;
	width: 48%;
}
table.none {
    display: none;
}
}
/*-------------*/

@media screen and (max-width: 829px){
div#talent_box {
    /* width: 70%; */
    margin: 30px 0;
    /*background-color: #4d91d2;*/
    /* background-image: url(images/talent_head.jpg); */
    /* background-repeat: no-repeat; */
    /* padding: 0 20px; */
}
/*パーソナルデータ部分*/
#talent_data{
	/* position: relative; */
	/* width: 70%; */
	/* float: left; */
	background-color: #ffffff;
	padding: 30px;
}

#talent_data_box{
	overflow: hidden;
}

#voice_data_balloon{
	position:absolute;
	top: 20px;
	right: 40px;
}

/*名前と画像とプロフ部分*/

#talent_name{
	width: 100%;
	border-top: 1px solid #135797;
	border-bottom: 1px solid #135797;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0;
}

#talent_name h2{
	float:left;
	color: #002d84;
	font-size: 1.28em;
	line-height: 2.0em;
}

#talent_name p.roman{
	float:left;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 10px;
}

#talent_name p.only{/*ローマ字入力が完了するまでの設定*/
	float:left;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 3.0em;
	margin-left: 10px;
}



#talent_img_prof_box{
	/* width: 330px; */
	/* float: left; */
	overflow: hidden;
}
#talent_img{/* float: right; */text-align: center;padding: 30px 0;}
#talent_img img{
	border: 2px solid #5e97cd;
	/* width: 35%; */
}

#talent_profile{
	/* float: left; */
	width: 100%;
	line-height: 1.5em;
}

#talent_profile th{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
	width: 20%;
	color: #135797;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
}
#talent_profile td{
	padding: 8px 0;
	/* width: 120px; */
	border-bottom: 1px solid #b7b7b7;
}

.border_none{ border:none; }



/*サンプルボイス部分*/
#voice_data{
	/* float: right; */
	/* width: 25%; */
	/* line-height: 1.5em; */
	/* font-weight: bold; */
	margin: 30px 0;
}

#voice_head{
	width: 100%;
	height: 9px;
	background: url(images/voice_head.png) no-repeat;
}
#voice_body{
	padding: 10px;
	/* background: url(images/voice_body.png) repeat-y; */
	/* display: flex; */
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #fffefe;
	border-radius: 3px;
	box-shadow: inset 1px 2px 20px 0px rgb(35 146 255 / 64%);
}
#voice_bottom{
	/* width: 100%; */
	/* height: 9px; */
	/* background: url(images/voice_bottom.png) no-repeat; */
}

#voice_play{ padding:10px; }

/*出演履歴部分*/

#talent_history_box{ margin-top: 20px; }

#talent_history_tt{
	text-align: center;
	background-color: #4f8faa;
	color: #ffffff;
	font-weight:bold;
	/* line-height:1.5em; */
	margin-bottom: 20px;
}

#talent_history_box .history_tt{
	font-size:1.0em;
	font-weight:bold;
}

#talent_history_box ul li{
	padding-left: 1em;
	text-indent: -1em;
}

#talent_content .history_genre_box,
#talent_content .history_genre_box_1line{
	border-bottom: 1px solid #004484;
	line-height:1.3em;
	padding: 20px 0;
	overflow: hidden;
}

.history_genre_box ul,
.history_genre_box_1line ul{
	margin-left: 10px;
	list-style-type: disc !important;
	list-style-position:inside;
	font-size: 1em;
	overflow: hidden;
	line-height: 1.6;
}

.history_genre_box ul{/*1列2列切り替え*/
	/* float: left; */
	/* width: 48%; */
}
table.none {
    display: none;
}
}
/*fanletter*/
@media screen and (min-width: 830px){
#other div.h3 {
    border-bottom: 2px solid #f00000;
    margin: 2px 0 24px;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
}
#other div.h4 {
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#other .other_box {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #000000;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
#other .box-inner {
    position: relative;
}
#other img.pop {
    position: absolute;
    left: 65%;
    top: 10%;
}
ul.non {
    list-style: square inside;
    padding: 10px;
}
.other_flex {
    display: flex;
}
}
@media screen and (max-width: 829px){
#other div.h3 {
    border-bottom: 2px solid #f00000;
    margin: 2px 0 24px;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
}
#other div.h4 {
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#other .other_box {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #000000;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
#other .box-inner {
    position: relative;
}
#other img.pop {
    position: absolute;
    left: 65%;
    top: 10%;
}
ul.non {
    list-style: square inside;
    padding: 10px;
}
.other_flex {
    /* display: flex; */
}
}
/*プライバシーポリシー*/
div#privacy-policy h3 {
    border-bottom: 2px solid #f00000;
    margin: 2px 0 24px;
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
}
div#privacy-policy h4 {
    padding-top: 20px;
    font-size: 1.2em;
}
#privacy-policy p {
    font-size: 1.1em;
    word-break: break-all;
}
p.top_ind {
    padding-top: 0.8em;
}
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/*reCAPTCHA*/
div#request p.c_recapcha {
    padding-top: 20px;
    font-size: 0.9em;
}
#footer-03 a {
    color: #fff;
}
#footer-03 p.recapcha {
	font-size: 0.8em;
	line-height: 1.5;
}

.grecaptcha-badge { visibility: hidden; }

