#freeword {
	background: #A7A08D;
	padding: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}

#freeword h3 {
	margin-bottom: 10px;
}

#talent {
	background: #C2F0FE;
	padding: 30px;
	color: #2994B4;
	margin-bottom: 30px;
}

#talent h3,
#kids h3 {
	margin-bottom: 10px;
	color: #054D61;
}

#kids {
	background: #DDDED8;
	padding: 30px;
	color: #9B9C8C;
}

#kids .check_area {
	background: #EFEDE9;
	margin: 30px 0;
    padding: 20px 30px;
}

#contact{
	background: #ffffff;
	padding: 40px 30px;
	color: #A5A08D;
	font-size: 16px;
}

/*　フォームパーツ　*/
#talent label,
#kids label,
#contact label {
	display: inherit;
	white-space: nowrap;
	margin-right: 10px;
}
label.check {
	display:inline-block!important;
	cursor: pointer;
	color: #68665e;
}
/*.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}*/
.cp_iptxt input[type='text'] {
	box-sizing: border-box;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #747474;
	border: 1px solid #A7A08D;
	border-radius: 4px;
	font-size: 16px;
}
.ef input[type='text']:focus,
select:focus,
input[type='checkbox']:focus {
	border: 1px solid #69695F;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(105,105,95,1);
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #A7A08D;
	border-radius: 4px;
	height: 38px;
	color: #747474;
	background-image: url(../image/arrow.png);
	background-repeat: no-repeat;
	background-size: 6px 11px;
	background-position: right 10px center;
	background-color: #ffffff;
	font-size: 16px;
}
.sub {
	vertical-align: bottom;
}

.wide_01 {
	width: 50%;
}

.mr50 {
	margin-right: 50px;
}
.form_group2,
.form_group3 {
	margin-bottom: 10px;
}
.form_group2 select {
	padding-left: 10px;
	width: 280px;
}
.form_group3 select {
	padding-left: 10px;
	width: 180px;
}
.select_box {
	display: flex;
	display: -webkit-flex;
}
.space {
	width: none;
}

/*　ボタン　*/
.btn-search01 {
  display: inline-block !important;
  background: #69695F !important;
  color: #ffffff !important;
  border: 1px solid rgba(165, 160, 141, 0.5) !important;
  border-radius: 6px !important;
  font-size: 100% !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 5px 20px !important;
  transition: all 0.2s !important;
}
.btn-search01:visited {
  background: transparent !important;
  color: #a5a08d !important;
  border: 2px solid rgba(165, 160, 141, 0.5) !important;
  text-decoration: none !important;
}
.btn-search01:active {
  background: #666666 !important;
  color: #ffffff !important;
  border: 1px solid #666666 !important;
  text-decoration: none !important;
}
.btn-search01:hover {
  background: #ffffff !important;
  color: #69695F !important;
  border: 1px solid #69695F !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.btn-search02 {
  display: inline-block !important;
  background: #2994B4 !important;
  color: #ffffff !important;
  border: 1px solid #7999A0 !important;
  border-radius: 6px !important;
  font-size: 100% !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 5px 20px !important;
  transition: all 0.2s !important;
  width: 100%;
  max-width: 240px;
}
.btn-search02:visited {
  background: transparent !important;
  color: #2994B4 !important;
  border: 2px solid #7999A0 !important;
  text-decoration: none !important;
}
.btn-search02:active {
  background: #2994B4 !important;
  color: #ffffff !important;
  border: 1px solid #7999A0 !important;
  text-decoration: none !important;
}
.btn-search02:hover {
  background: #ffffff !important;
  color: #2994B4 !important;
  border: 1px solid #2994B4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.btn-search03 {
  display: block !important;
  background: #C8C6B9 !important;
  color: #ffffff !important;
  border: 1px solid rgba(200,198,185,1) !important;
  border-radius: 6px !important;
  font-size: 100% !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 5px 20px !important;
  transition: all 0.2s !important;
  width: 100%;
  max-width: 830px;
  margin: 30px auto 0 auto;
}
.btn-search03:visited {
  background: transparent !important;
  color: #a5a08d !important;
  border: 2px solid rgba(167,160,141,1) !important;
  text-decoration: none !important;
}
.btn-search03:active {
  background: #666666 !important;
  color: #ffffff !important;
  border: 1px solid #666666 !important;
  text-decoration: none !important;
}
.btn-search03:hover {
  background: #ffffff !important;
  color: #C8C6B9 !important;
  border: 1px solid #C8C6B9 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.btn-search04 {
  display: block !important;
  background: #054D61 !important;
  color: #ffffff !important;
  border: 1px solid #054D61 !important;
  border-radius: 6px !important;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 10px !important;
  transition: all 0.2s !important;
  width: 100%;
  max-width: 630px;
  margin: 0 auto 30px auto;
}
.btn-search04:visited {
  background: #054D61 !important;
  color: #ffffff !important;
  border: 2px solid #054D61 !important;
  text-decoration: none !important;
}
.btn-search04:active {
  background: #054D61 !important;
  color: #ffffff !important;
  border: 1px solid #054D61 !important;
  text-decoration: none !important;
}
/*.btn-search04:hover {
  background: #ffffff !important;
  color: #D4D4D4 !important;
  border: 1px solid #D4D4D4 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}*/
.btn-default {
  display: inline-block !important;
  background: transparent !important;
  color: #2794B5 !important;
  border: 1px solid #2794B5 !important;
  border-radius: 6px !important;
  /*width: 100% !important;*/
  font-size: 100% !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 5px 20px !important;
  transition: all 0.2s !important;
}
.btn-default:visited {
  background: transparent !important;
  color: #2794B5 !important;
  border: 2px solid #2794B5 !important;
  text-decoration: none !important;
}
.btn-default:active {
  background: #2794B5 !important;
  color: #ffffff !important;
  border: 1px solid #2794B5 !important;
  text-decoration: none !important;
}
.btn-default:hover {
  background: #2794B5 !important;
  color: #ffffff !important;
  border: 1px solid #2794B5 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

[class^=bindicon-], [class*=" bindicon-"] {
    font-family: bindicon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=bindicon-], [class*=" bindicon-"] {
    font-size: 1em;
    margin-right: 5px;
    margin-left: 3px;
}

.btn_submit {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

.items {
	display: none;
}

.isActive {
	background: #9AE0FC!important;
	color: #054D61!important;
	border: 1px solid #9AE0FC!important;
}


/* タレント一覧 */
#list .c-space_narrow .g-column.-col5>.column {
    width: 19.1%;
	margin-top: 2%;
}

#list .c-space_narrow .g-column.-col5>.-column1 {
	margin-right: 0.5%;
}

#list .c-space_narrow .g-column.-col5>.-column2,
#list .c-space_narrow .g-column.-col5>.-column3,
#list .c-space_narrow .g-column.-col5>.-column4,
#list .c-space_narrow .g-column.-col5>.-column5 {
	margin-right: 0.5%;
	margin-left: 0.5%;
}

#list .b-headlines .column {
    background-color: #ffffff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    position: relative;
}
#list .b-headlines #list_div_recommend .column {
	background-color: #2994B4;
    box-shadow: 0 0 6px 1px #054D61;
	color: #ffffff;
}
#list .b-headlines #list_div_recommend .column a {
	color:  #ffffff;
}
#list .b-headlines #list_div_recommend .column .c-lead {
	color:  #C6E6F3;
}
#list .c-img {
	display:flex;
	display: -webkit-flex;
}
#list .c-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#list .b-headlines .column a {
	color: #054D61;
	display: block;
}
#list .b-headlines .column a:hover {
    opacity: 0.5!important;
}
#list .c-large_headline {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
	margin-bottom: 5px;
	text-align: center;
}
#list .c-lead {
    color: #2994B4;
    font-size: 12px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
}
#list .c-body {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
#list .b-headlines .column {
    background-color: #C2F0FE;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 16%);
    border-radius: 10px;
    position: relative;
}

.rcm {
    color: #2994b5;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.6;
    margin: 80px 0 20px 0;
	text-align: center;
}

.rcm span {
	border-bottom: #2994b5 5px dashed;
	border-top: #2994b5 5px dashed;
}

.nameLine {
    background: #C2F0FE;
    height: 45px;
    color: #054D61;
    text-align: center;
    margin: 50px 0;
    line-height: 45px;
    font-size: 1.5rem;
    font-weight: bold;
}

.nameLine span {
	font-size: 1rem;
}

/* タレント詳細*/
#detail_area {
	display: flex;
	display: -webkit-flex;
}
#detail_area .photo {
	width: 45%;
	margin-right: 2%;
}
#detail_area .profile {
	width: 53%;
}

#detail_area .photo .main,
#detail_area .photo .main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#detail_area .photo .main {
  margin-bottom: 15px;
}
#detail_area .photo .main li {
    width: 100%;
    height: auto;
    overflow: hidden;
	position: relative;
}
#detail_area .photo .main li img.zoom {
	position: absolute;
    right: 10px;
    bottom: 10px;
	width: 24px;
	height: 24px
}
#detail_area .photo .main li.item2,
#detail_area .photo .main li.item3,
#detail_area .photo .main li.item4,
#detail_area .photo .main li.item5,
#detail_area .photo .main li.item6,
#detail_area .photo .main li.item7,
#detail_area .photo .main li.item8,
#detail_area .photo .main li.item9,
#detail_area .photo .main li.item10,
#detail_area .photo .main li.item11,
#detail_area .photo .main li.item12 {
  display: none;
}
#detail_area .photo .main li:after:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#detail_area .photo .thumb {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#detail_area .photo .thumb li {
    display: inline-block;
    width: 30%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
#detail_area .photo .thumb li img {
	width: 100%;
	height: auto;
}
#detail_area .photo .thumb li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#detail_area .profile .name {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
	color: #054D61;
}
#detail_area .profile .ruby {
    font-size: 25px;
    color: #2794B5;
    font-weight: 700;
}
#detail_area .profile ul.icon_area {
	display: flex;
	display: -webkit-flex;
	margin: 10px 0;
}
#detail_area .profile ul.icon_area li {
	margin-right: 7px;
}
#detail_area .profile ul.icon_area li img {
	width: 32px;
	height: 32px;
}
#detail_area .sns_link {

	line-height: 1.5;
}
#detail_area .profile .data dl {
	overflow: hidden;
}
#detail_area .profile .data dl dt {
	width: 23%;
	float: left;
	padding: 5px 0;
}
#detail_area .profile .data dl dd {
	width: 77%;
	float: left;
	padding: 5px 0;
}
#detail_area .profile .data dl {
	border-bottom: 1px #BFBFBF solid;
	padding: 10px 0;
}
#detail_area .profile .data dl:first-of-type,
#detail_area .profile .data dl:last-of-type {
	border-bottom: none;
}
#detail_area .profile .free_area {
	padding: 10px 0;
}

#detail_area .profile .btn-search02 {
	max-width: 100%!important;
}
#detail_area .profile .btn {
	margin: 10px 0;
}


#works {
	background: #ffffff;
	padding: 30px 20px;
}
#works h2 {
	color: #2794B5;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.6;
}
#works h3 {
	background: #2794B5;
    height: 40px;
    color: #ffffff;
    margin: 30px 0 20px 0;
    line-height: 40px;
    font-size: 1.3rem;
	padding: 0 10px;
}
#works p {
	font-size: 20px;
	margin-top: 15px;
}
#works ul li {
    list-style-type: none;
    margin-left: 10px;
    text-indent: -10px;
    padding-left: 10px;
}

#works ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: -3px;
    left: -10px;
    background: #7FE2FF;
}

#print_area {
	display:none;
}

/*お問い合わせ*/
#contact p.name {
	color: #707070;
	font-size: 18px;
	font-weight: bold;
}
#contact .cp_iptxt {
	margin-top: 20px;
}
#contact .name_area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#contact .name_area input {
	width: 49%!important;
}
#contact .cp_iptxt input {
	width: 100%;
	background: #F6F5F3;
}

#contact .cp_iptxt input[type='text']:focus,
#contact .cp_iptxt textarea:focus {
	border: 1px solid #69695F;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(105,105,95,1);
}
#contact .cp_iptxt textarea {
	font-size: 16px;
	box-sizing: border-box;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #747474;
	border: 1px solid #A7A08D;
	border-radius: 4px;
	width: 100%;
	height: 155px;
	background: #F6F5F3;
}
#contact .btn-search02 {
	display: block!important;
	margin: 20px auto 0 auto;
}
#contact .btn-search02,
#contact .btn-default {
	display: block!important;
	margin: 10px auto 0 auto;
	max-width: 240px;
	width: 100%;
}
#contact dl {
	border-bottom: 1px #D6D3CB solid;
	padding: 10px 0;
}
#contact dl:first-of-type {
	padding: 0 0 10px 0;
}
#contact dl:last-of-type {
	border-bottom: none;
}
#contact dl dd {
	color: #707070;
	font-size: 14px;
}
#contact .error {
	color: #ce0000;
	font-weight: bold;
}
	


/*@media print,screen and (max-width: 975px) {*/
@media screen and (max-width: 1035px) {
.mr50 {
	margin-right: 0;
}
.select_box {
	display: block;
}
.space {
	width: 100%;
}
.form_group3 {
	display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    flex-wrap: wrap;
}
.form_group3 select {
	width: 44%;
}
.sub {
	margin-top: 11px;
}
::placeholder{
  color:#747474;
}
}

@media screen and (max-width: 768px) {
.wide_01 {
	width: 100%;
}
.btn-search01 {
	width: 100%;
	margin-top: 20px;
}
.btn-search03 {
	width: 85%;
}
.rcm {
    margin: 40px 0 20px 0;
}
.nameLine {
    font-size: 1.3rem;
	margin: 30px 0;
}
#kids .check_area {
	margin: 20px 0;
}
#detail_area {
	display: block;
}
#detail_area .photo {
	width: 100%;
	margin-right: 0;
}
#detail_area .profile {
    width: 100%;
}
#detail_area .photo .main li {
    max-width: 100%;
    margin: 0 auto;
}
.btn-search04 {
  font-size: 16px !important;
}
select {
	font-size: 16px;
}
.form_group3 select {
	width: 43%;
}
#contact .name_area {
	display: block;
}
#contact .name_area input {
	width: 100%!important;
}
#contact .name_area input:first-child {
	margin-bottom: 15px;
}


@media screen and (max-width: 641px) {
#list .c-large_headline {

	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
}
#list .c-lead {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#list .c-body {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#list .c-space_narrow .g-column.-col5>.column {
    width: 47%;
	margin-top: 4%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
}
@media screen and (max-width: 500px) {
.form_group3 select {
	width: 39%;
}
.Android .form_group3 select {
	font-size:90%;
}
.sub {
	font-size: 90%;
}
.Android .cp_iptxt input {
	font-size: 90%;
}
}












