@charset "UTF-8";

.recruitwrap a:link,  .recruitwrap a:visited {color: #F15A24; text-decoration: underline; }
.recruitwrap a:hover, .recruitwrap a:active  {color: #F15A24; text-decoration: none; }


/* 祝い金制度 
-------------------------------------*/
.oiwai {
	margin-top:60px;
	border: #f57a78 solid 6px;
    /*border: #f7b1b0 solid 6px;*/
    padding: 0px 20px 15px 20px;
    background-color: #fdf5f5;
}
.ribbon1 {
    display: table;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    background: #f57a78;
    /*background-color: #f7b1b0;*/
    color: #FFF;
    width: 36%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -22px;
    z-index: 1;
}
.ribbon1 h3 {
    font-family: 'Noto Serif JP', serif !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 20px;
}
.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #fdf5f5;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fdf5f5 transparent transparent;
    border-style: solid;
}
.oiwai p {
    text-align: center;
    padding-top: 16px;
}
.oiwai p span {
    font-size: 120%;
    font-weight: bold;
}
@media only screen and (max-width : 768px) {
	.oiwai {
		margin-top: 40px;
	}
	.ribbon1 {
		width: 94%;
	}
	.ribbon1 h3 {
		font-size: 16px;
	}
	.oiwai p {
		text-align: center;
		padding-top: 14px;
		line-height: 1.3em;
	}
	.oiwai p span {
		font-size: 105%;
		font-weight: bold;
	}
}

/* 流れ
-------------------------------------*/
.flow {
    display: table;
}
.flow li {
	border: #d0d0d0 solid 4px;
    background-color: #f5f5f5;
    padding: 8px 20px 8px 15px;
    margin-top: 30px;
    border-radius: 8px;
    position: relative;
	display: flex;
}
.flow li:nth-child(n+2)::before{
    content: '';
    position: absolute;
    top: -26px;
    left: 50%;
    
    border-top: 15px solid #ffcc00;  /* 好みで色を変えてください */ 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow li .no {
	color: #ff9000;
    font-size: 130%;
    font-weight: bold;
    padding-right: 8px;
}
.flow li h3 {
	font-weight: bold;
    font-size: 105%;
}
@media only screen and (max-width : 768px) {
	.flow {
		width: 100%;
	}
	.flow li .no {
		font-size: 120%;
	}
	.flow li h3 {
		font-size: 100%;
		line-height: 1.3em;
	}
	.flow li p {
		padding-top: 4px;
		line-height: 1.3em;
	}
}

/* ページタイトル 
-------------------------------------*/
h2.vit {
	margin-top:34px;
	line-height:100%;
	height:43px;
	text-indent: -9999px;
	background:url(../images/ptitle_recruit.png) no-repeat top left;
}

/* ----------------------------------*/
/* 費用 */
table.rec  {
	width:100%;
	border-collapse: collapse;
	border-right:solid #ccc 1px;
	border-top:solid #ccc 1px;
}
table.rec th, table.rec td {
	font-weight: normal;
	border-left:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
}
table.rec th {
	width:120px;
	background-color:#e9ded4;
	text-align:left;
	padding:8px 15px 8px 15px;
}
table.rec td {
	padding:8px 20px 8px 20px;
}





table.type1  {
	width: 100%;
	border-collapse: collapse;
	line-height: 2.0em;
	margin-top: 0px;
}
table.type1 th,
table.type1 td {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
table.type1 th {
	border-bottom: #bababa solid 1px;
	vertical-align: middle;
	text-align: left;
    width: 30%;
	padding-left: 15px;
    padding-right: 10px;
	white-space: nowrap;
    background-color:#fdf5f5;
}
table.type1 th:nth-of-type(1) {
	border-top: #bababa solid 1px;
}
table.type1 td {
	border-bottom: #bababa solid 1px;
    padding-left: 20px;
}
table.type1 td:nth-of-type(1) {
	border-top: #bababa solid 1px;
}
table.type1 td p {
	line-height: 1.4em;
    padding-top: 8px;
    color:#c1272d;
}
@media only screen and (max-width : 768px) {
	table.type1  {
		margin-top: 10px;
	}
	table.type1 th,
	table.type1 td {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
	table.type1 th {
		width: 100%;
		border-bottom: none;
	}
	table.type1 td {
		border-bottom: none;
		padding-left: 10px;
	}
}


.btnbox{
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
@media only screen and (max-width : 768px) {
	.btnbox{
		padding-top: 0px;
	}
}

table input,
table textarea {
	border:solid #dddddd 1px;
	padding: 7px !important;
	font-size:14px;
}

/* 確認ボタン */
.btn1 {
	font-size:15px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9a9a9a;
	letter-spacing:1.5px;
}
/* キャンセルボタン */
.btn2 {
	font-size:15px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff !important;
	border:1px solid #fff;
	background-color:#b4b4b4;
	letter-spacing:1.5px;
}
/* 送信ボタン */
button#mfp_button_send {
   font-size:15px;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#ac3e66;
	letter-spacing:1.5px;
	cursor:pointer;
}
/* キャンセルボタン */
#mfp_button_cancel {
   font-size:15px;
	cursor: pointer;
	width:240px;
	height: 45px;
	color:#fff;
	border:1px solid #fff;
	background-color:#9e9e9e;
	letter-spacing:1.5px;
}
@media only screen and (max-width : 768px) {
	.btn1,.btn2,button#mfp_button_send,
	#mfp_button_cancel {
		width:47%;
	}
}

.btn1:hover,.btn2:hover,
button#mfp_button_send:hover,
#mfp_button_cancel:hover {
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
table th .req {
	float: right;
	margin-top: 7px;
	background: #f57a78;
	padding-left:4px;
	padding-right:4px;
	padding-top:3px;
    padding-bottom: 3px;
    line-height: 100%;
	font-size:70%;
	color: #ffffff;
}
input,
textarea {
	border:solid #dddddd 1px;
	padding: 8px !important;
	font-size:14px;
}
input[type=radio] {
	transform:scale(1.15);
	margin-right: 8px;
	position: relative;
	top: 2px;
}
input::placeholder {
 font-size: 13px;
}

textarea {width:94% !important; height: 200px !important;}
input.w1 {width:100px;}
input.w2 {width:85%;}
input.w3 {width:100px;}	

:focus::-webkit-input-placeholder { color:#ffffff; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color:#ffffff; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color:#ffffff; } /* Firefox19以上用 */
:focus:placeholder-shown { color:#ffffff; } /* CSS標準(予定)の記述 */

/* thanks */
.thankslead {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	padding-bottom: 300px;
	line-height: 1.8em;
}
.thankslead p:nth-child(n+2) {
	padding-top: 40px;
}