@charset "utf-8";
/* ----------------------------------------------
	共通
---------------------------------------------- */

.cf:before, .cf:after,
div:before, div:after,
dl:before, dl:after,
nav:before, nav:after,
section:before, section:after,
header:before, header:after,
footer:before, footer:after,
ol:before, ol:after,
ul:before, ul:after {
	display: none;
}

/* common */
.wrap {
	position: relative;
	width : 100%;
	min-height: 100%;
	padding-bottom: 200px;
}
.content_area {
	width : 980px;
	margin : 0 auto;
}
/* header */
.header {
	border-top : 2px solid #005496;
}
.header_logo {
	background : #f1f1f1;
	padding : 20px 0 ;
}
.header_wrap {
	width : 100%;
	background : #005496;
	position : relative;
	height: 44px;
	overflow : hidden;
	margin:0 0 40px 0;
}
.header_title {
	color : #fff;
	font-size : 1.6rem;
	font-weight : 700;
	padding : 10px 0;
	margin : 0 auto;
	text-align : center;
}
.header_title .title_sub {
	margin-right: 8px;
	color: #fee900;
}

.entry_step_wrap_list {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border: 2px solid #0f75ea;
}
.entry_step_wrap_list > li {
	position: relative;
	width: calc(100% / 2);
	padding: 16px 10px;
	color: #999;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.entry_step_wrap_list > li.active {
	color: #008ae1;
}
.entry_step_wrap_list > li + li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/contents/enterprise/entry/step_angle.png) no-repeat;
	background-size: auto 100%;
}
/*
.entry_step_wrap_list > li + li:before {
	display: block;
	content: "";
	position: absolute;
	top: -30px;
	left: -120px;
	width: 120px;
	height: 120px;
	border-top: 2px solid #0f75ea;
	border-right: 2px solid #0f75ea;
	transform: rotate(45deg);
}*/

.entry_step_list {
	display: flex;
	justify-content: flex-start;
}
.entry_step_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 120px) / 4);
}
.entry_step_list > li:not(:first-child) {
	width: calc((100% - 120px) / 4 + 40px);
}
.entry_step_list > li + li:before {
	display: block;
	content: "\f105";
	flex-shrink: 0;
	width: 40px;
	color: #07308c;
	font-family: FontAwesome;
	font-size: 3.6rem;
	text-align: center;
}
.entry_step_list > li > .-inner {
	border: 1px solid #07308c;
	border-radius: 5px;
	overflow: hidden;
}
.entry_step_list > li .-title {
	padding: 10px;
	background: #07308c;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.entry_step_list > li .-img {
	padding: 17px 8px;
	text-align: center;
}
.entry_step_list > li .-text {
	padding: 10px 4px;
	background: #07308c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.header_flow {
	width:980px;
	margin:0 auto;
	margin:0 0 40px 0;
}
.header_flow ol {
	margin: auto;
	position: relative;
	width: 800px;
}
.header_flow li {
	width:25%;
	float:left;
	text-align: center;
	font-size:1.6rem;
	line-height:20px;
	position: relative;
	padding:30px 5px 0 5px;
	color:#ccc;
}
.header_flow li:before {
	content:"";
	background:#fff;
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 5px solid #ccc;
	border-radius:50%;
	position: absolute;
	top:0px;
	left:calc(50% - 9px);
	z-index:3;
	text-align: center;

}
.header_flow li.active {
	font-weight:bold;
	color:#000;
}
.header_flow li.active:before {
	background:#000;
	border: 5px solid #000;
}
.header_flow li:after {
	content:"";
	width:100%;
	height:5px;
	background:#ccc;
	position: absolute;
	top:12px;
	left:0;
	z-index:2;
}
.header_flow li:first-child:after {
	width:50%;
	left:auto;
	right:0;
}
.header_flow li:last-child:after {
	width:50%;
}
.main_title {
	border-bottom: 2px solid #ccc;
	color: #002664;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 40px 0 20px 0;
	position: relative;
}
.main_title:after {
	background-color: #00457a;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 35%;
	z-index: 2;
}
/*contents*/
p.sub_title {
    font-weight: bold;
    background: #94bae0;
    color: #fff;
    padding: 3px 20px;
}
/* WSYS-12067 【フロント】企業登録完了ページの画面にauthリンク追加 20250313 M.Shimizu */
.content_area .description {
	text-align: center;
	line-height: 1.6;
}
.content_area p.text {
	margin: 0 0 20px 0;
}
.content_area p.text span {
	font-weight: 600;
}
.content_area p.text_note {
	color: #ff0000;
}
.layout-btn_area {
	margin: 40px auto;
	text-align: center;
}
.module-base_btn {
	display: inline-block;
	position: relative;
	min-width: 470px;
	border: solid 1px #008ae1;
	border-radius: 50px;
	box-shadow: 0px 3px 0px #07308c;
	background: #008ae1;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
}
.module-base_btn::after {
	content: "\f0a9";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 2.2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.module-base_btn:hover {
	border: solid 1px #07308c;
	background: #07308c;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.text_box {
    border-bottom: solid 2px #fff;
    background: #f4f4f4;
    padding: 15px;
}
.entry_info_area {
	border:solid 5px #ccc;
	padding:20px;
	margin:20px 0 40px 0;
}
.entry_info_area .title {
	font-size:18px;
	font-weight: bold;
	color:#09b1e2;
	text-align: center;
	margin:0 0 20px 0 ;
}
.entry_info_list {
	width: 100%;
	text-align: center;
	letter-spacing: -1em;
}
.entry_info_list > li {
	display: inline-block;
	width: 25%;
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0;
}
.entry_info_area .item {
	text-align: center;
	font-weight: bold;
	width:25%;
	float:left;
	margin:20px 0 ;
}
.entry_info_area .prize {
	clear:both;
	font-weight: bold;
	color:#09b1e2;
	text-align: center;
}
.entry_info_area .prize span{
	font-size: small;
}
select {
    border-radius: 4px;
}
.base_table caption {
	border-right: none;
}
.base_table input[type=password].half {
    width: 290px;
}
.base_table input[name="url"] {
	padding-left: 130px;
}
.url_form {
	position: relative;
}
#protocol {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
#protocol select {
    border-radius: 4px 0 0 4px;
    height: 42px;
}
ul.side_list li{
	display: inline-block;
}
ul.side_list li + li{
	margin-left: 50px;
}
.design_check:after {
    top: 0;
    width: 0;
}
.design_check input {
    display: none;
}
.design_check input + span{
	display:inline-block;
	padding:2px 0 0 35px;
	cursor:pointer;
	min-height:17px;
}
.design_check input + span:before{
	background:#fafafa;
	border:1px solid #666666;
}
.design_check input + span:before,
.design_check input + span:after{
	content:'';
	position:absolute;
	left:0;
	border-radius:4px;
	width:20px;
	height:20px;
}
.design_check input:checked + span:after{
	top:7px;
	left:5px;
	height:12px;
	width:12px;
	background:#666;
}
.attention_txt{
	color: #333;
	font-size: 1.3rem;
    text-indent: -1.3rem;
    margin: 5px 10px 0 2.6rem;
}
textarea {
    font-size: 1.6rem;
    width: 95%;
}
.comment_area{
	text-align: center;
	background: #f4f4f4;
}
ol.rules_area{
	background: #f4f4f4;
}
td.btn_area_center {
	text-align: center;
}
.invisible{
 display: none !important;
}
/* エラーメッセージ */
.inner_error {
    margin: 5px 0 0 5px;
}
/* 前に戻る */
.prev_area {
	margin-bottom: 30px;
}
.prev_area a,
.prev_area button{
	margin : 35px 0 0 0;
	font-weight : 700;
	padding : 5px 15px 5px 35px;
	position: relative;
}
.prev_area a:hover,
.prev_area button:hover{
	opacity : 0.7;
}
.return_btn {
	border:solid 3px #f5f7f8;
	background:#fff;
	box-shadow:0px 0px 2px 2px #e2e2e2;
	padding:0 30px;
}
.return_btn:visited , .return_btn:link  {
	color:#051d44;
}
.return_btn:after {
	color:#051d44;
	font-size:2.1rem;
}
.return_btn:hover {
	color:#051d44;
}

.base_btn {
	position: relative;
	padding: 5px calc(18px + 6%) 5px 6%;
	line-height: 1.4;
}
.base_btn:after {
	position: absolute;
	top: 50%;
	margin: 0;
	transform: translate(0, -50%);
}
.action_btn {
	min-height: 70px;
}

/*footer*/
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background : #ededed;
	overflow : hidden;
}
.footer_copyright {
	color : #fff;
	text-align : center;
	padding : 5px;
	background : #005496;
	font-size : 1.2rem;
}
.footer_in {
	overflow : hidden;
	padding : 15px 0;
}
.footer_logo,
.footer_address,
.footer_info,
.footer_copy {
	float : left;
	padding : 15px 20px 0 0;
}
.footer_logo {
	padding-top : 23px;
}
.footer_address,
.footer_copy{
	font-size : 1.2rem;
}
.footer_copy {
	padding : 0;
}
.footer_info {
	padding : 0 0 0 10px;
	font-size : 1.2rem;
}
.footer_info .mado {
	line-height : 1.5rem;
	display: inline-block;
}
.footer_info .tel {
	padding : 3px 10px;
	color : red;
	display: inline-block;
	font-size : 2.6rem;
	font-weight : 700;
	-webkit-transform: scale( 1,1.4 );
	-moz-transform: scale(1,1.4 );
	transform : scale( 1,1.4);
	pointer-events: none;
}

/* WSYS-10491追加対応（enterprise系も個人情報の取り扱いついての情報を追加） M.Amano */
.slide_hook_link span {
	font-size : 1.6rem;
	color : #004fa9;
	text-decoration : underline;
}

.slide_hook_link,
.slide_hook_btn {
	margin : 20px 0;
}

.slide_hook_btn span{
	background : #333;
	color : #fff;
	padding : 3px 20px;
	border-radius : 3px;
	margin : 20px auto 0 auto;

}
.slide_hook_btn span:hover,
.slide_hook_link span:hover{
	cursor : pointer;
}

/* WSYS-11733【フロント】企業登録フォームと修正依頼 20241205 N.Sugino */
.spacing-row-between td {
	background: unset;
}