@charset "utf-8";
/***************************************************
  PC style
****************************************************/

@media print, screen and (min-width: 960px){

.intern_apply h2 span ,
#form h3 {
	background-repeat:no-repeat;
	height:0px;
	overflow:hidden;
	line-height:2;
}
.intern_apply h2 span {
	background-image:url(../img/lower/intern_apply_ttl.gif);
	padding-top:29px;
}
#form h3 {
	background-image: url(../img/lower/inq2_sbt.gif);
    padding-top: 18px;
    margin: 40px 0 20px;
}


#form table {
	border-collapse:collapse;
	width:100%;
	box-sizing:border-box;
	margin-bottom:45px;
}

#form table th ,
#form table td {
	padding:15px 25px;
	text-align:left;
	border-bottom:solid 1px #dddddd;
	line-height:1.5;
}
#form table em {
	color:#d90000;
}
#form h3 + p {
	color:#d90000;
	margin:30px 0 10px;
	font-size:14px;
	font-size:1.4rem;
}
#form table th {
	background-color:#f5f5f5;
	vertical-align:top;
	white-space:nowrap;
}

#form table td p {
	margin-bottom:0px;
	font-size:14px;
	font-size:1.4rem;
}

#form table + p {
	text-align:center;

}
#form table + p input {
	background-color:#005eb6;
	color:#FFF;
	padding:5px 30px;
	border:none;
}

#form input[type=text] {
	border:solid 1px #bbbbbb;
	padding:2px 5px;
	line-height:1;
	vertical-align:middle;
	box-sizing:border-box;
}
#form td ul li {
	position:relative;
	margin-bottom:10px;
}
#form td ul li:last-child {
	margin-bottom:0px;
}
#form td ul li span {
	position:absolute;
	left:0px;
	top:0px;
}
#form td ul.email li {
	padding-left:8em;
}
#form td ul.address li {
	padding-left:12em;
}
#form td ul.address li:nth-child(1) {
	padding-left:5em;
	float:left;
}
#form td ul.address li:nth-child(2) {
	float:left;
	margin-left:60px;
	padding-left:5em;
}
#form td ul.address li:nth-child(3) {
	clear:both;
}
.fw1 {
	width:150px;
}
.fw2 {
	width:490px;
}
.fw3 {
	width:435px;
}
.fw4 {
	width:200px;
}
span.error {
	color:#F00;
	display:block;
	margin-top:5px;
}
#sendDone{
	margin:50px 0;
}

textarea {
	width:500px;
	height:150px;
	border:solid 1px #bbbbbb;
	padding:2px 5px;
}
ul.course-detail {
	overflow:hidden;
	margin-top:5px;
	padding-left:1.5em;
}
#form ul.course-detail li {
	float:left;
	width:200px;
	margin-bottom:0px;
}
#form ul.course-detail li:nth-child(3) {
	width:400px;
}

#form .dayselect p {
	position:relative;
	padding-left:6em;
	margin-bottom:10px;
}

.dayselect p span {
	position:absolute;
	left:0px;
	top:0px;
}
.dayselect ul {
	margin-top:15px;
}
.dayselect ul li {
	text-indent:-1em;
	margin-left:1em;
}

.intern_apply input[type=submit] {
    border: none;
    background-color: #005eb6;
    color: #FFF;
    padding: 5px 30px;
}

.inqButton {
	margin-top:0px;
}

}
/***************************************************
  SP style
****************************************************/

@media screen and (max-width: 959px){
.intern_apply h2 span ,
.intern_apply h3 {
	background-repeat:no-repeat;
	height:0px;
	overflow:hidden;
	line-height:2;
}
.intern_apply h2 span {
	background-image:url(../img/lower/intern_apply_ttl_sp.gif);
	background-size:205px 32px;
	background-position:center top;
	padding-top:32px;
	display:block;
}
.intern_apply h3 {
    background-image: url(../img/lower/inq2_sbt_sp.gif);
    padding-top: 12px;
    margin: 30px 0 20px;
    background-size: 79px 12px;
    background-color: white;
}

#form table{
	border-collapse:collapse;
	width:100%;
	box-sizing:border-box;
	margin-bottom:20px;
}

#form table th ,
#form table td {
	padding:10px;
	text-align:left;
	border-bottom:solid 1px #dddddd;
	line-height:1.5;
	vertical-align:top;
}
#form table em {
	color:#d90000;
}
#form h3 + p {
	color:#d90000;
	margin:20px 0 10px;
}
#form table th {
	background-color:#f5f5f5;
	white-space:nowrap;
}

#form table + p {
	text-align:center;

}
#form table + p input {
	background-color:#005eb6;
	color:#FFF;
	padding:5px 30px;
	border:none;
}

#form input[type=text] {
	border:solid 1px #bbbbbb;
	padding:2px 5px;
	line-height:1;
	vertical-align:middle;
	box-sizing:border-box;
}
#form td ul li {
	position:relative;
	margin-bottom:10px;
}
#form td ul li:last-child {
	margin-bottom:0px;
}
#form td ul li span {
	display:block;
}

.fw1 {
	width:75%;
}
.fw1:first-child {
	margin-bottom:5px;
}
.fw2 {
	width:90%;
}
.fw3 {
	width:90%;
}
.fw4 {
	width:50%;
}
img.imgChange {
	width:100%;
}
#form table td.re_date input {
	margin-bottom:5px;
}
#flow {
	margin:35px 0 45px;
}
span.error {
	color:#F00;
	display:block;
	margin-top:5px;
}
#sendDone{
	margin:15px 0;
}
ul.course-detail {
	margin-top:5px;
	padding-left:1.5em;
}
#form ul.course-detail li {
	margin-bottom:0px;
	text-indent:-1.5em;
	margin-left:1.5em;
}

.c_wrap #form td p {
	margin-bottom:0px;
}

#form .dayselect ul {
	margin-top:5px;
}

#form .dayselect li {
	margin-bottom:5px;
	text-indent:-1em;
	margin-left:1em;
}

#form .dayselect input {
	width:90%;
}
input[name=tel1],
input[name=tel2] ,
input[name=tel3] {
	width:50px;
}
textarea {
	width:90%;
	height:100px;
	border:solid 1px #bbbbbb;
	padding:2px 5px;
	box-sizing:border-box;
}
.intern_apply input[type=submit] {
    border: none;
    background-color: #005eb6;
    color: #FFF;
    padding: 5px 30px;
}

.inqButton {
	margin-top:0px;
}


}