@charset "UTF-8";

.list_bnr > li .bnr_copy textarea {
	font-family : inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

#entrybtn_block #check {
	margin-right: 5px;
}

#entrybtn_block .btn a {
	transition: .2s;
}

#entrybtn_block .notactive {
	position: relative;
}

#entrybtn_block a {
	display: block;
	transition: .2s;
}

#entrybtn_block .notactive a {
	opacity: .5;
}

#entrybtn_block .notactive:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
}

@media screen and (max-width: 640px) {
	/* link_name */
	.link_name {
		padding-top: 40px;
		margin-bottom: 20px;
	}
	
	.link_name .color-primary {
		margin-bottom: 10px;
	}

	.link_name .link_url {
		padding: 5px;
		text-align: center;
		background: #e2edf1;
		box-sizing: border-box;
	}
	
	.list_bnr {
		border-top: 1px solid #cccccc;
	}
	
	.list_bnr > li {
		padding: 30px 0;
		border-bottom: 1px solid #cccccc;
	}

	.list_bnr > li .bnr_copy h4 {
		margin-bottom: 10px;
		color: #005faf;
	}
	
	.list_bnr > li .bnr_area {
		margin-bottom: 20px;
		text-align: center;
		line-height: 0;
	}
	
	.list_bnr > li .bnr_copy textarea {
		width: 100%;
		padding: 0 10px 0;
		font-size: 16px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
	}
	
	.list_bnr > li .bnr_copy textarea.text-short {
		height: 48px;
	}
	
	#entrybtn_block {
		text-align: center;
	}

	#entrybtn_block .input {
		margin-bottom: 8px;
	}
	
	#entrybtn_block .btn {
		width: 100%;
		margin: 0 auto;
	}

	#entrybtn_block .btn .button-more {
		width: 100%;
	}
}

@media screen and (min-width: 641px), print {
	/* link_name */
	.link_name {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.link_name .link_url {
		width: 420px;
		padding: 5px;
		text-align: center;
		background: #e2edf1;
		box-sizing: border-box;
	}
	
	.list_bnr {
		border-top: 1px solid #cccccc;
	}
	
	.list_bnr > li {
		display: flex;
		padding: 40px 0;
		border-bottom: 1px solid #cccccc;
	}

	.list_bnr > li .bnr_area {
		width: 240px;
	}

	.list_bnr > li .bnr_copy {
		width: 840px;
	}

	.list_bnr > li .bnr_copy h4 {
		margin-bottom: 5px;
		color: #005faf;
	}

	.list_bnr > li .bnr_copy textarea {
		width: 840px;
		max-width: 840px;
		min-width: 840px;
		padding: 10px 20px 0;
		min-height: 48px;
		height: 104px;
		font-size: 16px;
		line-height: 1.75;
		border: 1px solid #cccccc;
		box-sizing: border-box;
	}
	
	.list_bnr > li .bnr_copy textarea.text-short {
		height: 48px;
	}
	
	#entrybtn_block {
		text-align: center;
	}

	#entrybtn_block .input {
		margin-bottom: 8px;
	}
	
	#entrybtn_block .btn {
		width: 420px;
		margin: 0 auto;
	}

	#entrybtn_block .btn .button-more {
		width: 100%;
	}
}

/* ソーシャルメディアポリシー */
.socialpolicy ul.list-number li.two_number::before{
    margin-left: -1.5em;
	width: 1.5em;
}

.pc_hide{ display: block;}
@media screen and (min-width: 641px), print {
	.pc_hide{ display: none;}
}
