@charset "utf-8";


/******************************************
　Entry採用エントリーフォーム
******************************************/
#contact_form {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#contact_form .en_intro {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#contact_form .en_intro .flow {
	margin-bottom: 50px;
	width:840px;
	margin-right: auto;
	margin-left: auto;
}
#contact_form .en_intro .flow .arrow1{
	position: relative;
	display: inline-block;
	background: #d5d5d5;
	font-size: 14px;
	line-height: 50px;
	width:250px;
	text-align:center;
	font-weight:bold;
}
#contact_form .en_intro .flow .arrow1::after{
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-left: 25px solid #d5d5d5;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
#contact_form .en_intro .flow .arrow1_on{
	position: relative;
	display: inline-block;
	background: #03ad39;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	width:250px;
	text-align:center;
	font-weight:bold;
}
#contact_form .en_intro .flow .arrow1_on::after{
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-left: 25px solid #03ad39;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
#contact_form .en_intro .flow .arrow2{
	position: relative;
	display: inline-block;
	background: #d5d5d5;
	font-size: 14px;
	line-height: 50px;
	width:250px;
	text-align:center;
	margin-left:25px;
	font-weight:bold;
}
#contact_form .en_intro .flow .arrow2::after{
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-left: 25px solid #d5d5d5;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
#contact_form .en_intro .flow .arrow2_on{
	position: relative;
	display: inline-block;
	background: #03ad39;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	width:250px;
	text-align:center;
	margin-left:25px;
	font-weight:bold;
}
#contact_form .en_intro .flow .arrow2_on::after{
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-left: 25px solid #03ad39;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
}
#contact_form .en_intro .flow .arrow3{
	position: relative;
	display: inline-block;
	background: #d5d5d5;
	font-size: 14px;
	line-height: 50px;
	width: 240px;
	text-align: center;
	margin-left: 25px;
	font-weight:bold;
}
#contact_form .en_intro .flow .arrow3_on{
	position: relative;
	display: inline-block;
	background: #03ad39;
	font-size: 14px;
	line-height: 50px;
	width:240px;
	text-align:center;
	margin-left:25px;
	color: #FFFFFF;
	font-weight:bold;
}
#contact_form .en_intro .txt1 {
	margin-bottom: 45px;
}
#contact_form .en_intro .txt2 {
	margin-bottom: 30px;
}
#contact_form .en_intro .txt3 {
	margin-bottom: 75px;
}
#contact_form .en_intro .txt4 {
	margin-bottom: 200px;
}
#contact_form .en_intro .box {
	background-color: #e2f6e8;
	/*! border: 1px solid #CCC; */
	padding: 25px;
	margin-bottom: 40px;
}
#contact_form .from {
	width: 100%;
	margin-bottom: 70px;
}
#contact_form .from tr {
	line-height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#contact_form .from tr .ex1 {
	padding-left: 60px;
}
#contact_form .from tr .ex2 {
	padding-top: 52px;
	padding-bottom: 55px;
	text-align: center;
	line-height: 100%;
}
#contact_form .from tr .ex2 .txt {
	margin-bottom: 40px;
}
#contact_form .from tr .ex2 .bt {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	line-height: 60px;
}
#contact_form .from tr .ex2 .bt a{
	display: block;
	background-color: #d5d5d5;
	background-image: url(../entry/index.cgi/images/blank.gif);
	background-repeat: no-repeat;
	background-position: 88% center;
}
#contact_form .from tr .ex2 .bt a:hover {
	background-color: #999999;
}
#contact_form .from tr .ex2 .check {
}
#contact_form .kakunin_bt {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
}
#contact_form input[type="submit"] {
	width: 250px;
	height: 60px;
	border-style: none;
	font-size: 16px;
	background-color: #03ad39;
	color: #FFF;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#contact_form input[type="submit"]:hover {
	width: 250px;
	height: 60px;
	cursor: pointer;
	color: #eaff00;
	background-color: #35ad00;
}
#contact_form input[type="submit"][disabled] {
	width: 250px;
	height: 60px;
	cursor: default;
	background-color: #118065;
}
#contact_form .priv_bnt{
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	padding-bottom: 150px;
}
#contact_form .soshin_bt{
	float: right;
	width: 250px;
	line-height: 60px;
	font-weight: 700;
}
#contact_form .soshin_bt a{
	cursor: pointer;
	background-color: #03ad39;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#contact_form .soshin_bt a:hover {
	background-color: #03bd3e;
	color: #eaff00;
}

#contact_form .syusei_bt {
	float: left;
	width: 250px;
	line-height: 60px;
	font-weight: 700;
}
#contact_form .syusei_bt a{
	cursor: pointer;
	background-color: #03ad39;
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#contact_form .syusei_bt a:hover {
	background-color: #03bd3e;
	color: #eaff00;
}

#contact .contact_box {
	border: 2px solid #574A3A;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


#contact_form .from tr th {
	width: 30%;
	padding-left: 20px;
}
#contact_form .from tr td {
	width: 60%;
	padding-left: 10px;
}
#contact_form .from tr td.t {
	padding: 10px;
	line-height:1.5;
}
#contact_form .fstyle1 {
	width: 80%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contact_form .fstyle2 {
	width: 70%;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 35px;
	height: 35px;
}
#contact_form .fstyle3 {
	width: 40%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
}
#contact_form .fstyle4 {
	width: 15%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#contact_form .fstyle5 {
	width: 20%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#contact_form .fstyle6 {
	width: 80%;
	height: 200px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}
 
@media (min-width: 1px) {
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=checkbox] + label {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
    }
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: white;
    }
    input[type=checkbox] + label::before {
	border: 2px solid #FF0000;
    }
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0F298A;
	border-left-color: #0F298A;
    }
}




@media only screen and (max-width: 768px){


#contact_form {
	width: auto;
	/*! margin-right: 5%; */
	/*! margin-left: 5%; */
	/*! border-top-width: 1px; */
	/*! border-top-style: solid; */
	/*! border-top-color: #CCC; */
}


#contact_form .en_intro {
	width: auto;
}
#contact_form .en_intro .flow {
	margin-bottom: 25px;
	width:auto;
	/*! padding:0 5%; */
}
#contact_form .en_intro .flow .arrow1{
	font-size: 12px;
	line-height: 50px;
	width:37%;
}
#contact_form .en_intro .flow .arrow1::after{
  display: none;
}
#contact_form .en_intro .flow .arrow1_on{
	position: relative;
	display: inline-block;
	background: #0BB799;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 50px;
	width: 37%;
	text-align: center;
}
#contact_form .en_intro .flow .arrow1_on::after{
  content: "";
  position: absolute;
  top: 50px;
  right: 48%;
  border-top: 25px solid #0BB799;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  transform-origin: right top;
  transform: scaleX(.7);
  display: none;
}
#contact_form .en_intro .flow .arrow2{
	position: relative;
	display: inline-block;
	background: #d5d5d5;
	font-size: 12px;
	line-height: 50px;
	width: 30%;
	text-align: center;
	margin-left: 0px;
	/*! margin-top: 40px; */
}
#contact_form .en_intro .flow .arrow2::after{

  display: none;
}

#contact_form .en_intro .flow .arrow2_on{
	position: relative;
	display: inline-block;
	background: #0BB799;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	width: 30%;
	text-align: center;
	margin-top: 40px;
	margin-left: 0px;
}
#contact_form .en_intro .flow .arrow2_on::after{

  display: none;
}
#contact_form .en_intro .flow .arrow3{
	position: relative;
	display: inline-block;
	background: #d5d5d5;
	font-size: 12px;
	line-height: 50px;
	width: 30%;
	text-align: center;
	margin-left: 0px;
	/*! margin-top: 40px; */
}
#contact_form .en_intro .flow .arrow3_on{
	position: relative;
	display: inline-block;
	background: #0BB799;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-left: 0px;
}
#contact_form .en_intro .txt1 {
	margin-bottom: 22px;
}
#contact_form .en_intro .txt2 {
	margin-bottom: 15px;
}
#contact_form .en_intro .txt3 {
	margin-bottom: 38px;
}
#contact_form .en_intro .txt4 {
	margin-bottom: 250px;
}
#contact_form .en_intro .box {
	padding: 15px;
	margin-bottom: 15px;
}
#contact_form .from {
	margin-bottom: 35px;
}
#contact_form .from tr {
	line-height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#contact_form .from tr .ex1 {
	padding-left: 10px;
}
#contact_form .from tr .ex2 {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#contact_form .from tr .ex2 .txt {
	margin-bottom: 20px;
	line-height: 120%;
	text-align: left;
}
#contact_form .from tr .ex2 .bt {
	width: auto;
	margin-bottom: 15px;
	line-height: 60px;
}
#contact_form .from tr .ex2 .bt a{
	display: block;
	background-color: #d5d5d5;
	background-image: url(../entry/index.cgi/images/blank.gif);
	background-repeat: no-repeat;
	background-position: 88% center;
}
#contact_form .from tr .ex2 .bt a:hover {
	background-color: #999999;
}
#contact_form .from tr .ex2 .check {
}
#contact_form .kakunin_bt {
	width: auto;
	margin-bottom: 45px;
}
#contact_form input[type="submit"] {
	-webkit-appearance: none;
	width: 100%;
}
#contact_form input[type="submit"]:hover {
	width: 100%;
}
#contact_form input[type="submit"][disabled] {
	width: 100%;
}
#contact_form .priv_bnt{
	width: auto;
	padding-bottom: 50px;
}
#contact_form .soshin_bt{
	float: none;
	width: auto;
}
#contact_form .soshin_bt a{
}
#contact_form .soshin_bt a:hover {
}

#contact_form .syusei_bt {
	float: none;
	width: auto;
	margin-bottom:10px;
}
#contact_form .syusei_bt a{
}
#contact_form .syusei_bt a:hover {
}

#contact .contact_box {
	border: 2px solid #574A3A;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


#contact_form .from tr th {
	width: 100%;
	padding-left: 10px;
	display:block;
	line-height:100%;
	padding-top:15px;
}
#contact_form .from tr td {
	width: 100%;
	padding-left: 10px;
	display: block;
	line-height:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#contact_form .fstyle1 {
	width: 80%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contact_form .fstyle2 {
	width: 70%;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 35px;
	height: 35px;
}
#contact_form .fstyle3 {
	width: 30%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
}
#contact_form .fstyle4 {
	width: 15%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#contact_form .fstyle5 {
	width: 20%;
	height: 35px;
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}


}
.txt_red {
	color: #ff0000;
}
.ma_l25 {
	margin-left:25px;}
.ma_r25 {
	margin-right:25px;}
@media only screen and (max-width: 768px){
.ma_r25 {
	padding-bottom:12px;
	display: block;
}
}
