/*---------------------------------------
   #login
----------------------------------------*/
#tpl-header {
	margin-bottom: 0;
}

#tpl-contents {
	padding-top: 0;
}

#tpl-contents .login_inner {
	width: 920px;
	padding: 30px 0 52px 0;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_inner {
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 auto;
	}
}

#tpl-contents .login_inner .sec-ttl {
	color: #cc0000;
	font-size: 36px;
	margin-bottom: 38px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_inner .sec-ttl {
		font-size: 38px;
		font-size: 5.06667vw;
		margin: 0 0 3.33333vw 0;
	}
}

#tpl-contents .login_inner .sec-ttl span {
	font-size: 28px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_inner .sec-ttl span {
		font-size: 30px;
		font-size: 4vw;
	}
}

#tpl-contents .login_section {
	width: 920px;
	margin: 30px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		margin: 15px 0;
	}
}

#tpl-contents .login_section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
}

#tpl-contents .login_section .login_area {
	width: 283px;
	float: left;
	padding: 15px 30px 15px 15px;
	background: #fdf8f8;
	border: 1px solid #dcdcdc;
	box-sizing: content-box;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area {
		width: 100%;
		float: none;
		padding: 20px 10px;
		background: #fdf8f8;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
	}
}

#tpl-contents .login_section .login_area .txt01 {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.7;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .txt01 {
		font-size: 2.66667vw;
		margin-bottom: 10px;
		line-height: 1.7;
	}
}

#tpl-contents .login_section .login_area .txt01.career {
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-top: 20px;
}
#tpl-contents .login_section .login_area .txt01.career  .link--wrap{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}
#tpl-contents .login_section .login_area .txt01.career  .link--wrap a{
	display: flex;
	align-items: center;
	height: 20px;
	width: 100%;
}
@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .txt01.career {
		margin: 1.33333vw;
		padding: 1.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .txt01 .careerimg {
		width: 100%;
		height: auto;
	}
	#tpl-contents .login_section .login_area .txt01 a{
		display: inline-block;
		width: 48%;
	}
	#tpl-contents .login_section .login_area .txt01 a:nth-of-type(2){
		margin-left: 2%;
	}
}

#tpl-contents .login_section .login_area .login_enter {
	width: 275px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .login_enter {
		width: 100%;
	}
}

#tpl-contents .login_section .login_area .login_enter li {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .login_enter li {
		overflow: hidden;
		margin-bottom: 20px;
	}
}

#tpl-contents .login_section .login_area .login_enter li span {
	display: block;
	width: 90px;
	float: left;
	font-size: 15px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .login_enter li span {
		display: block;
		width: 100%;
		float: none;
		font-size: 2.66667vw;
	}
}

#tpl-contents .login_section .login_area .login_enter li input {
	width: 180px;
	float: right;
	height: 26px;
	line-height: 26px;
	border: 1px solid #c5c5c5;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_area .login_enter li input {
		width: 100%;
		float: none;
		height: 7.33333vw;
		line-height: 30px;
	}
}

#tpl-contents .login_section .login_info {
	width: 563px;
	float: right;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_section .login_info {
		width: 100%;
		float: none;
	}
}

#tpl-contents .login_btn,
#tpl-contents .txt_confirm,
#tpl-contents .enter_btn {
	width: 275px;
	text-align: right;
	margin-bottom: 4px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_btn,
	#tpl-contents .txt_confirm,
	#tpl-contents .enter_btn {
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	#tpl-contents .login_btn .loginimg,
	#tpl-contents .txt_confirm .loginimg,
	#tpl-contents .enter_btn .loginimg {
		height: 7.33333vw;
	}
}
/*
#tpl-contents .enter_btn {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: 'alpha(opacity=30)';
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
}
*/

#tpl-contents .txt_remark {
	margin-bottom: 18px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .txt_remark {
		margin-bottom: 18px;
	}
}

#tpl-contents .txt_confirm {
	margin: 10px 0 14px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .txt_confirm {
		margin: 5px 0 10px 0;
	}
}

#tpl-contents .txt_confirm span {
	padding-left: 12px;
	font-size: 16px;
	background: url(../img/ico-confirm.gif) 0 5px no-repeat;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .txt_confirm span {
		padding-left: 12px;
		font-size: 2.66667vw;
		background: url(../img/ico-confirm.gif) 0 3px no-repeat;
		background-size: 5px auto;
	}
}

#tpl-contents .login_info p {
	font-size: 15px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info p {
		font-size: 2.66667vw;
	}
}

#tpl-contents .login_info .banner {
	margin: 0 0 35px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .banner {
		margin: 35px 0;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .banner img {
		width: 100%;
	}
}

#tpl-contents .login_info .banner a {
	opacity: 1;
	transition: .3s;
}

#tpl-contents .login_info .banner a:hover {
	opacity: 0.6;
}

#tpl-contents .login_info .txt02 {
	margin: 0 0 26px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .txt02 {
		margin: 20px 0;
	}
}

#tpl-contents .login_info .news_area {
	position: relative;
	padding: 40px 16px 60px 16px;
	margin-top: 72px;
	background: #fdf8f8;
	border: 1px solid #dcdcdc;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area {
		position: relative;
		padding: 30px 16px;
		margin-top: 30px;
		background: #fdf8f8;
		border: 1px solid #dcdcdc;
	}
}

#tpl-contents .login_info .news_area .news_title {
	position: absolute;
	left: 16px;
	top: -16px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area .news_title {
		position: absolute;
		left: 16px;
		top: -12px;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area .news_title img {
		width: 120px;
	}
}

#tpl-contents .login_info .news_area dl {
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area dl {
		overflow: hidden;
	}
}

#tpl-contents .login_info .news_area dl:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area dl:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
}

#tpl-contents .login_info .news_area dl dt {
	float: left;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area dl dt {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
}

#tpl-contents .login_info .news_area dl dd {
	float: left;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area dl dd {
		float: none;
		width: 100%;
	}
}

#tpl-contents .login_info .news_area dl dd span {
	padding: 0 15px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .login_info .news_area dl dd span {
		padding: 0;
		padding-right: 15px;
	}
}

#tpl-contents .ad_section {
	width: stretch;
	width: -webkit-fill-available;
	width: -moz-available;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .ad_section {
		width: 100%;
		padding: 0 10px 24px;
		box-sizing: border-box;
		height: auto;
		background: none;
	}
}

#tpl-contents .ad_section .ad_title {
	height: 40px;
	line-height: 1.75;
	padding-left: 20px;
	padding-bottom: 1px;
	font-size: 14px;
	background: #F9F9F9;
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	width: stretch;
	width: -webkit-fill-available;
	width: -moz-available;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .ad_section .ad_title {
		height: auto;
		line-height: normal;
		padding-left: 0;
		font-size: 2.66667vw;
		text-align: center;
		justify-content: center;
		padding: 6px;
	}
}

#tpl-contents .ad_section ul {
	width: 920px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	align-items: center;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .ad_section ul {
		display: flex;
		width: 100%;
		flex-direction: column;
		/*margin-top: 6.66667vw;*/
		margin-top: 0;
		padding-bottom: 26px;
	}
}

#tpl-contents .ad_section ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .ad_section ul:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
}
#tpl-contents .ad_section ul li {
	float: none;
	padding: 20px 15px;
	width: 230px;
	width: calc((100% - 0px) / 3);
	width: 100%;
	border-right: 1px solid #ccc5;
}
#tpl-contents .ad_section ul li:nth-of-type(3){
	grid-column: 1/3;
	grid-row: 2/3;
	border-top: 1px solid #ccc5;
	padding-bottom: 24px;
}
#tpl-contents .ad_section ul li a{
	display: block;
	width: 100%;
}
#tpl-contents .ad_section ul li img{
	width: 200px;
	margin: auto;
	display: block;
}

.rikunabi_link_list{
	width: fit-content;
	display: flex;
	gap: 40px;
	margin-inline: auto;
	margin-top: 14px;
}
.rikunabi_link_list .rikunabi_link{
	display: block;
	text-decoration: underline;
	font-size: 14px;
	white-space: nowrap;
	transition: all .3s;
	color: #000;
}

@media (any-hover: hover) {
  .rikunabi_link_list .rikunabi_link:hover {
    color: #333;
  }
}

@media only screen and (max-width: 750px) {

	#tpl-contents .ad_section ul li {
		background-color: white;
		width: 100%;
		/*height: 16.66667vw;
		margin: 2.66667vw;*/
		float: none;
		/*padding: 1.33333vw 2vw;*/
		border: none;
		min-height: 84px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#tpl-contents .ad_section ul li + li{
		border-top: 1px solid #ccc5;
	}
	.rikunabi_link_list{
		width: 100%;
		gap: 15px;
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
	}
	.rikunabi_link_list .rikunabi_link{
		width: fit-content !important;
		font-size: 11px;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-contents .ad_section ul li:nth-of-type(1) img {
		width: 220px;
	}
	#tpl-contents .ad_section ul li:nth-of-type(2) img {
		width: 200px;
	}
	#tpl-contents .ad_section ul li:nth-of-type(3) {
		padding-bottom: 0;
	}
	#tpl-contents .ad_section ul li:nth-of-type(3) img {
		width: 210px;
	}
}

/*# sourceMappingURL=style.css.map */
