@charset "utf-8";
/* CSS Document */

/*-------------------------------------
// 会員登録系CSS
-------------------------------------*/

form fieldset{
	margin:1em 0 2em;
	padding: 15px 0;
	background-color:#fff;
	border:1px solid #ccc;
}

form fieldset legend {
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 0.5em 0.3em;
}
form fieldset span.attention{
	color:#ff0000;
	padding-right: 0.2em;
}
form .error{
	margin:0;
	padding:0;
	color:#EE0000;
	font-size:1.1em;
}
form fieldset dl{
	margin:0;
	padding:0;
	width:900px;
}
form fieldset dl dt,
form fieldset dl dd{
	margin:5px 0 10px;
}
form fieldset dl dt{
	padding:0 30px 0 0;
	width:220px;
	font-weight:600;
	text-align:right;
	float:left;
	clear:both;
	line-height: 2;
}
form fieldset dl dd{
	padding:0;
	width:calc(100% - 220px);
	float:right;
	line-height: 1.7;
	text-align: left;
}
form fieldset.field_kibou dl dd,
form fieldset.field_pr    dl dd{
	margin-bottom: 15px;
}
form fieldset dl dd span.small{
	font-size:0.9em;
}

form p.button{
	text-align:center;
	margin:10px;
}

div.regist_end{
	margin:100px 0 200px 50px;
}
div.regist_end p{
	margin:10px 0;
}

/* 2013/07/08 ADD
form input[type="submit"], form input[type="button"] {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 5px 0 5px 10px;
	min-width: 150px;
	padding: 6px 5px 4px;
	width: 200px;
} */
legend {
	font-size: 1.1em;
}

/* 2013/07/14 ADD */
body.regist-check form fieldset dl dt,
body.regist-check form fieldset dl dd{
	line-height: 1.6;
}

/* 登録完了画面 */
#regist-end .regist-message {
	font-weight: normal;
	font-size: 2.5em;
	line-height: 2em;
	color: #777;
	margin: 1em 0 1em;
	padding-left: 70px;
	text-align: center;
}
#regist-end .regist-message span {
	position: relative;
}
#regist-end .regist-message span::before {
	content: "";
	position: absolute;
	top: 0;
	left: -70px;
	width: 58px;
	height: 58px;
	background: url(../../images/ico_info.png) top left no-repeat;
}
#regist-end .regist-detail {
	text-align: center;
}

/* 企業一覧（まずは10社ブックマーク） */
#r_markList ul li {
	margin: 0 0 40px 15px;
	max-width:132px;
	width: 132px;
	float: left;
	position: relative;
	height: 174px;
	min-height: 174px !important;
}
#r_markList ul li div.img_div {
	min-height: 88px;
}
#r_markList ul li div.img_div a {
	display: block;
	text-align: center;
}
#r_markList ul li img{
	max-width:132px;
	max-height:88px;
}
#r_markList ul li p.name {
    color: #F00;
    line-height: 1.2em;
    margin: 2px 0;
    font-size: 0.9em;
    letter-spacing: -0.4px;
}

#r_markList ul li p.name a{
	color: #F00;
	text-decoration: none;
}

#r_markList ul li p.name a:hover {
    text-decoration: underline;
}

#r_markList ul li p.gyosyu {
	color:#555;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 2px 0;
	letter-spacing: -0.04em;
}

#r_markList div.btn-area-right {
	text-align: right;
	margin: 20px 20px 0 0 ;
}
#r_markList ul li a.more {
	position: absolute;
	top: 90px;
	left: 148px;
}

#r_markList .btn-book, #r_markList .btn-after{
    margin: 5px 0!important;
    padding: 1px 0 1px;
    font-size: 0.8em;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.8);
    width: 100%;
    height: 26px;
}

#r_markList .msg-ok{
    width: 100% !important;
    padding: 1px 0 0 28px !important;
    font-size: 0.8em !important;
    background-size: 12px;
    background-position: 9px;
    letter-spacing: -1px;
	min-width: 0;
}
@media (max-width: 767px) {
	#r_markList .msg-ok{
		width: 90% !important;
		padding-top: 5px !important;
		font-weight: 600;
		line-height: 1.2;
	}
}
#r_markList .msg-ok::before {
	top: 54%;
    left: 20% !important;
	font-size: 18px;
}

#r_markList .no-disp {
	display:none;
}
.r_markList_more {
    text-align: center;
}

/*-------------------------------------
// 管理画面からの学生登録
//                   body.regist_admin 
-------------------------------------*/
/* 汎用クラス：管理モード（代行登録、複製登録）では非表示 */
.regist_admin .admin-none {
	display:none;
}

/*-------------------------------------
// 個人情報の取り扱い（プライバシーポリシー）
// ※埋め込みタイプ
-------------------------------------*/
.privacy-frame {
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	font-size: .9em;
	border: 1px solid #CCC;
	padding: 1em 1.5em 2em;
}


/*-------------------------------------
// SCSSのスタイル上書き
-------------------------------------*/
/* PC用 */
@media (min-width: 768px) {
	/* ヘッダーエリア */
	.header-main__inner {
		width: 1000px;
	}
	/* コンテンツエリア */
	#contents {
		width: 1000px;
	}
	#contents .main {
		padding: 20px 50px;
	}
	/* フッターエリア */
	#footer {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-main {
		width: 1000px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

form label,
.form label {
    /* padding: 0;
    margin-right: 0; */
}
form label:hover,
form label:focus,
.form label:hover,
.form label:focus {
    color: initial;
}


/*-------------------------------------
// スマホ表示
-------------------------------------*/
@media (max-width: 767px) {

	body {
	    width: 100% !important;
	}

	div#wrapper {
	    width: 100% !important;
	}

	div#header {
	    width: 100% !important;
	    min-width: 100% !important;
	    max-width: 100% !important;
	}

	div#container {
	    width: 100% !important;
	}

	div#header-wrapper {
	    width: 100% !important;
	}

	div#header-main h1#logo {
	    width: 100% !important;
	}

	div#header-main h1#logo a img{
	    width: 100% !important;
	}

	form fieldset dl{
	    width: 100% !important;
	}

	#main {
	    width: 100% !important;
	}

	div#contents {
	    width: 100% !important;
	}

	div#footer {
	    width: 100% !important;
	    min-width: 100% !important;
	    max-width: 100% !important;
	}
	div#footer-wrapper {
	    width: 100% !important;
	}

	form fieldset{
		border:none;
	}

	form fieldset legend {
		font-size: 1.3em;
	}
	form fieldset dl dt ,
	body.regist-check form fieldset dl dt {
	    display: block;
	    border: none;
	    width: 100% !important;
	    text-align: left !important;
	    word-wrap: normal;
	    background-color: #F3F3F3;
	    border-top: #46A2E0 2px solid !important;
		padding: 5px 30px 5px 10px;
	}
	form fieldset dl dt label,
	body.regist-check form fieldset dl dt label {
		font-size: 1.7rem;
	}

	form fieldset dl dd,
	body.regist-check form fieldset dl dd{
	    display: block;
	    border: none;
	    width: 100% !important;
	    text-align: left !important;
	    word-wrap: normal;
	    padding-left: 5px;
		margin:6px 0 15px;
		}

	table tr th,
	table tr td{
	    display: block;
	    border: none;
	    width: 100% !important;
	    text-align: left !important;
	    word-wrap: normal;
	    padding-left: 10px;
	}

	/* 登録完了画面 */
	#regist-end .regist-message {
		font-weight: 500;
		font-size: 1.6em;
		line-height: 1.3;
		color: #666;
		padding-left: 35px;
	}
	#regist-end .regist-message span::before {
		left: -35px;
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	#regist-end .regist-detail {
		text-align: left;
	}

	/* 企業一覧（まずは10社ブックマーク） */
	#r_markList ul li {
		margin: 0 2% 30px 2%;
		max-width:45%;
		width:    45%;
		float: left;
		position: relative;
		height: auto;
	}
	#r_markList ul li div.img_div {
		min-height: initial;
	}
	#r_markList ul li div.img_div a {
		max-height: 20vw;
		overflow: hidden;
	}
	#r_markList ul li img{
		max-width: 80%;
		max-height:none;
	}

	#r_markList ul li p.name {
		margin: 2px auto;
		width: 90%;
	}
/*
	#r_markList ul li p.name a{
		color: #F00;
		text-decoration: none;
	}

	#r_markList ul li p.name a:hover {
		text-decoration: underline;
	}
*/
	#r_markList ul li p.gyosyu {
		margin: 2px auto;
		width: 90%;
	}
/*
	#r_markList div.btn-area-right {
		text-align: right;
		margin: 20px 20px 0 0 ;
	}
	#r_markList ul li a.more {
		position: absolute;
		top: 90px;
		left: 148px;
	}
*/
	#r_markList .btn-book, #r_markList .btn-after{
		margin: 5px auto !important;
		padding: 1px 0 2px;
		width: 90%;
		display: block;
	}
/*
	#r_markList .msg-ok{
		width: 112px !important;
		padding: 3px 0 0 13px!important;
		font-size: 0.8em !important;
		background-size: 12px;
		background-position: 9px;
		letter-spacing: -1px;
	}
 */

	/*-------------------------------------
	// 個人情報の取り扱い（プライバシーポリシー）
	// ※埋め込みタイプ
	-------------------------------------*/
	.privacy-frame {
		width: 94%;
		height: 300px;
		padding: 1em 1em 2em;
		margin: 0 auto 4em;
	}
		.doui-submit {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.doui-submit__back {
		order: 2;
		width: 100px;
		margin: 2em 0;
	}
	.doui-submit__next {
		order: 1;
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size: 1.8rem !important;
	}

}
