@charset "utf-8";

.sec_type01 {
	background: url("../img/bg_sec01.gif") repeat;
}
.sec_type02 {
	background: #FFF;
}
.sec_type03 {
	background: url("../img/bg_note.png") repeat;
}
.sec_type04 {
	background: url("../img/bg_blue.png") repeat;
}
.sec_type05 {
	background: url("../img/bg_voice.jpg") repeat;
}
/***** お問い合わせ *****/
.sec_contact {
	width:100%;
	position:fixed;
	bottom: 0;
	left: 0;
	z-index:200;
	padding: 8px 4px 0px 4px;
	background: #FFF;
	border-top: 1px solid #01c3f4;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.btmContact {
		-js-display: flex;
	display: flex;
	justify-content: space-between;
	width:1140px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.sec_contact p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}
.btmContact li{
	width:100%;
	width: calc(100% / 3);
	box-sizing: border-box;
}
.b_line {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #5ae628;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #4dc423;
}
.b_mail {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #ff71aa;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #da4e86;
}
.b_tel {
	margin:0 4px;
	padding:12px 10px;
	text-align:center;
	background: #00c9e1;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #00aabe;
}
.b_line a , .b_mail a , .b_tel a {
	display:block;
	color: #fff !important;
	font-size: 14px;
	font-weight:bold;
}
/*.contactDetail{
	width: 100%;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack:start;
	justify-content: flex-start;
}
.contactDetail li{
	width:100%;
	width: calc(100% / 3);
	padding: 5px;
	box-sizing: border-box;
}*/
.action:hover{
	animation: rubberBand 1s;
}
/***** /お問い合わせ *****/

/*.sec_contact {
	background: url("../img/bg_contact.gif") repeat;
}
.contactDetail{
	width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.contactDetail li{
	width:290px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}
.action:hover{
	animation: rubberBand 1s;
}*/
.black{
	color: #000 !important;
}
/***** 応募事項 *****/
.recruitWrap {
	-js-display: flex;
	display: flex;
	justify-content:space-between;
	padding: 15px 0;
	border-top: solid 1px #e8e8e8;
}
.recruitWrap dt {
	padding-left: 5px;
	flex-basis: 30%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.recruitWrap dd {
	flex-basis: 70%;
	font-size: 15px;
	line-height: 1.8;
}
.recruitWrap dd ul li {
	line-height: 1.8;
}
/***** /応募事項 *****/

/***** COS-CHAOについて *****/
.aboutList li:nth-child(1){
	background: url(../img/ph_about01.jpg) no-repeat right;
	background-size: 290px;
}
.aboutList li:nth-child(2){
	background: url(../img/ph_about02.jpg) no-repeat left;
	background-size: 290px;
}
.aboutList li:nth-child(3){
	background: url(../img/ph_about03.jpg) no-repeat right;
	background-size: 290px;
}
.aboutList li:nth-child(4){
	background: url(../img/ph_about04.jpg) no-repeat left;
	background-size: 290px;
}
.aboutList li:nth-child(5){
	background: url(../img/ph_about05.jpg) no-repeat right;
	background-size: 290px;
}
.aboutBox_l{
	min-height:200px;
	margin-top: 80px;
	padding-right: 330px;
}
.aboutBox_r{
	min-height:200px;
	margin-top: 80px;
	padding-left: 330px;
}
.aboutBox_l dt , .aboutBox_r dt {
	margin-bottom: 15px;
	font-size:30px;
	color: #FF007E;
}
.aboutBox_l dd , .aboutBox_r dd {
	font-size: 15px;
	line-height: 2;
}
.aboutBox_l strong , .aboutBox_r strong {
	color: #FF007E;
}
/***** /COS-CHAOについて *****/

/***** 給与例 *****/
.exampleTxt h3{
	margin: 35px 0 12px;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #FF0;
}
.exampleTxt p {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #FFF;
}
.modelDetail{
	width: 100%;
	margin-top: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.modelDetailInner{
	width:340px;
	margin-top: 10px;
	padding: 15px 15px 3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	background: #FFF;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing: border-box;
}
.modelEx {
	table-layout:fixed;
	display:table;
	line-height:1.5;
}
.modelEx figure{
	width:105px;
	display:table-cell;
}
.modelDetail h4 {
	padding: 5px 0 3px;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff9500), color-stop(0.00, #ff6b00));
	background-image: linear-gradient(to top, #ff6b00 0%, #ff9500 100%);
	background: -moz-linear-gradient(top, #ff6b00 0%, #ff9500 100%);
	background: -o-linear-gradient(top, #ff6b00 0%, #ff9500 100%);
	background: -ms-linear-gradient(top, #ff6b00 0%, #ff9500 100%);
	background: linear-gradient(to bottom, #ff6b00 0%, #ff9500 100%);
}
.modelEx dl {
	width:205px;
	margin-left:-120px;
	display:table-cell;
	vertical-align:middle;
}
.modelEx dt , .modelEx dd {
	font-size: 15px;
	color: #000;
}
.money {
	margin-top: 10px;
	font-size: 18px;
}
.moneyTotal {
	margin-top: 8px;
	border-top: 1px solid #999;
	font-size: 18px;
	color: #FF007E !important;
	text-align: right;
}
.moneyTotal span {
	font-size: 32px !important;
}
/***** /給与例 *****/

/***** 面接から撮影会当日までの流れ *****/
.flowDetail{
	width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	justify-content: space-between;
}
.flowDetail li{
	width:340px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border:2px solid #FFF;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	position: relative;
}
.flowDetail li span {
	display:block;
	min-height: 370px;
	padding: 25px;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #04befe), color-stop(0.00, #4481eb));
	background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
	background: -moz-linear-gradient(top, #4481eb 0%, #04befe 100%);
	background: -o-linear-gradient(top, #4481eb 0%, #04befe 100%);
	background: -ms-linear-gradient(top, #4481eb 0%, #04befe 100%);
	background: linear-gradient(to bottom, #4481eb 0%, #04befe 100%);
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
.number{
	font-family: 'Kanit', sans-serif;
	position: absolute;
	top:-2px;
	left: 20px;
	font-size: 55px;
	color: #FF0;
}
.flowDetail figure {
	width: 120px;
	margin: 0 auto;
}
.flowDetail dt {
	margin: 25px 0 20px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.flowDetail dd {
	font-size: 14px;
}
/***** /面接から撮影会当日までの流れ *****/

/***** 面接について *****/
.interviewWrap{
	width:920px;
	margin:0 auto;
}
.interviewTxt{
	width: 390px;
	float: left;
}
.interviewTxt dt{
	margin-bottom: 15px;
	font-size:18px;
	color: #01c3f4;
	border-bottom:1px solid #01c3f4;
}
.interviewTxt dd{
	margin-bottom: 20px;
	font-size:15px;
}
.map{
	width: 500px;
	margin-left: 30px;
	float: left;
}
.map iframe{
	width: 100%;
}
/***** /面接について *****/

/***** お問い合わせ *****/
#form{
	width:920px;
	margin:0 auto;
}
.input_text,.input_select {
	margin-bottom:30px;
}
.input_text span,.input_select span {
	font-size:12px;
	color: #FF007E;
}
.input_text label {
	width:230px;
	font-size:18px;
	margin-top:5px;
	color:#000;
	float:left;
	display:block;
}
.input_text input {
	font-size:15px;
	width:680px;
	height:35px;
	margin-left:10px;
	padding:5px;
	float:left;
	border:1px solid #ddd;
	border-radius:5px;
	display:block;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
.dateWrap{
	width: 680px;
	-js-display: flex;
	display: flex;
	align-content: space-between;
	box-sizing: border-box;
}
#form .date{
	width: 100%;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #ddd;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	color:#444;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
.input_text textarea {
	font-size:15px;
	width:680px;
	height:200px;
	margin-left:10px;
	padding:5px;
	float:left;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:5px;
	display:block;
}
.labelfocus {
  color:#0066E4 !important;
	font-weight: bold;
}
.clearer{
	clear:both;
	float:none;
	display:block;
	height:0;
}

.btn_detail{
	width:240px;
	margin:0 auto;
}
.button {
	width:240px;
	display: inline-block;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	padding: 8px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.button:after {
	position: absolute;
	display: block;
	content: "";
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: -1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.button:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.02) !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.02) !important;
}

.button:active:after {
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) !important;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) !important;
}
.orange-button:hover {
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #fec04e;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #fec04e;
	background-color: #feb23f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#feb23f), to(#fe8a2d));
	background-image: -webkit-linear-gradient(top, #feb23f, #fe8a2d);
	background-image: -moz-linear-gradient(top, #feb23f, #fe8a2d);
	background-image: -o-linear-gradient(top, #feb23f, #fe8a2d);
	background-image: -ms-linear-gradient(top, #feb23f, #fe8a2d);
	background-image: linear-gradient(top, #feb23f, #fe8a2d);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feb23f', EndColorStr='#fe8a2d');
}

.orange-button {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #feb646;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 0 #feb646;
}

.orange-button,
.orange-button:active {
	background-color: #fea638;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fea638), to(#fe812a));
	background-image: -webkit-linear-gradient(top, #fea638, #fe812a);
	background-image: -moz-linear-gradient(top, #fea638, #fe812a);
	background-image: -o-linear-gradient(top, #fea638, #fe812a);
	background-image: -ms-linear-gradient(top, #fea638, #fe812a);
	background-image: linear-gradient(top, #fea638, #fe812a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fea638', EndColorStr='#fe812a');
}

/*.orange-button:after {
	background-color: #fe8122;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8122), to(#fe4717));
	background-image: -webkit-linear-gradient(top, #fe8122, #fe4717);
	background-image: -moz-linear-gradient(top, #fe8122, #fe4717);
	background-image: -o-linear-gradient(top, #fe8122, #fe4717);
	background-image: -ms-linear-gradient(top, #fe8122, #fe4717);
	background-image: linear-gradient(top, #fe8122, #fe4717);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fe8122', EndColorStr='#fe4717');
}

.orange-button:active:after {
	background-color: #fe721f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe721f), to(#fe511a));
	background-image: -webkit-linear-gradient(top, #fe721f, #fe511a);
	background-image: -moz-linear-gradient(top, #fe721f, #fe511a);
	background-image: -o-linear-gradient(top, #fe721f, #fe511a);
	background-image: -ms-linear-gradient(top, #fe721f, #fe511a);
	background-image: linear-gradient(top, #fe721f, #fe511a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fe721f', EndColorStr='#fe511a');
}*/
/***** /お問い合わせ *****/

/***** 体験談 *****/
.swiper-slide img{
	width: 200px;
	float: left;
}
.voiceTxt{
	width: 570px;
	margin-left: 30px;
	float: left;
}
.voiceTxt dt{
	margin-bottom: 15px;
	font-size:22px;
	color: #8E7909;
}
.voiceTxt dd{
	font-size:16px;
	line-height: 1.9;
	color: #000;
}
/***** /体験談 *****/

/***** よくある質問 *****/
.qaList li:nth-child(1){
	background: url(../img/icon_question01.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(2){
	background: url(../img/icon_question02.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(3){
	background: url(../img/icon_question03.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(4){
	background: url(../img/icon_question04.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(5){
	background: url(../img/icon_question05.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(6){
	background: url(../img/icon_question06.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(7){
	background: url(../img/icon_question07.png) no-repeat left;
	background-size: 140px;
}
.qaList li:nth-child(8){
	background: url(../img/icon_question08.png) no-repeat left;
	background-size: 140px;
}
.qaBox{
	min-height:140px;
	margin-top: 100px;
	padding-left: 180px;
}
.qaBox dt{
	margin-bottom: 15px;
	font-size:24px;
	color: #8E7909;
}
.qaBox dd{
	font-size:18px;
	color: #000;
	line-height: 1.8;
}
/***** /よくある質問 *****/