@charset "utf-8";

/* ------------------------------------------------------------
0x. LINKEY
------------------------------------------------------------ */
@media screen and (min-width: 641px) {
		
	.auto-lock h1 {
		border-bottom: 1px solid #fff;
		height: 500px;
		background: url(../img/pc/main_bg.png) center 0 no-repeat;
		position: relative;
		min-width: 1000px;
	}
	.auto-lock h1 .txt-img {
		width: auto;
		height: auto;
		position: absolute;
		top: 130px;
		left: 50%;
		margin-left: -502px;
	}
	
	.auto-lock .block00 h2 {
		margin-bottom: 20px!important;
		font-size: 44px!important;
		font-weight: normal!important;
	}
	.auto-lock .block00 .lead {
		margin-bottom: 50px;
		font-size: 20px;
	}
	.auto-lock .block00 figure {
		margin-bottom: 15px;
	}
	.auto-lock .block00 dl {
		margin-bottom: 35px;
	}
	.auto-lock .block00 dt {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}
	.auto-lock .block00 dd {
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1.5;
	}
	.auto-lock .block00 .box {
		padding: 30px;
		background-color: #f1f1f1;
	}
	.auto-lock .block00 .box .img {
		float: left;
	}
	.auto-lock .block00 .box .text-area {
		margin-left: 100px;
	}
	.auto-lock .block00 .box .text-area p {
		font-size: 16px;
		line-height: 1.5;
	}
	.auto-lock .block00 .box .text-area p.tit {
		padding-top: 5px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	.auto-lock .box_linkey{
		display: flex;
		padding: 0 0 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.auto-lock .box_linkey p{
		line-height: 1.5;
	}
	.auto-lock .box_linkey > div{
		width: 48%;
	}
	.auto-lock .box_linkey h3{
		margin: 0 0 40px;
		text-align: center;
	}
	.auto-lock .box_linkey .tbl{
		display: flex;
		margin: 0 0 20px;
		padding: 30px 20px 40px;
		background: #f1f1f1;
		flex-wrap: wrap;
	}
	.auto-lock .tbl h4{
		width: 100%;
		margin: 0 0 20px;
		font-weight: bold;
	}
	.auto-lock .tbl > div{
		width: 50%;
	}
	.auto-lock .tbl .thumb{
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.auto-lock .block00 h2 {
		margin-bottom: 30px!important;
		font-size: 46px!important;
		font-weight: normal!important;
		line-height: 1.5;
	}
	.auto-lock .block00 .lead {
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 1.5;
	}
	.auto-lock .block00 figure {
		margin-bottom: 50px;
	}
	.auto-lock .block00 dl {
		margin-bottom: 40px;
	}
	.auto-lock .block00 dt {
		margin-bottom: 26px;
		font-size: 32px;
		font-weight: bold;
		line-height: 1.5;
	}
	.auto-lock .block00 dd {
		margin-bottom: 2px;
		font-size: 28px;
		line-height: 1.5;
	}
	.auto-lock .block00 .box {
		padding: 30px;
		background-color: #f1f1f1;
	}
	.auto-lock .block00 .box .img {
		margin-bottom: 10px;
		text-align: center;
	}
	.auto-lock .block00 .box .text-area p {
		font-size: 28px;
		line-height: 1.5;
	}
	.auto-lock .block00 .box .text-area p.tit {
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: bold;
	}
	
	.auto-lock .box_linkey{
		padding: 0 0 100px;
	}
	.auto-lock .box_linkey p{
		line-height: 1.5;
	}
	.auto-lock .box_linkey > div{
		width: 100%;
	}
	.auto-lock .box_linkey h3{
		width: 60%;
		margin: 0 auto 40px;
	}
	.auto-lock .box_linkey h3 img{
		width: 100%;
		height: auto;
	}
	.auto-lock .box_linkey .tbl{
		margin: 40px 0 20px;
		padding: 20px;
		background: #f1f1f1;
		flex-wrap: wrap;
	}
	.auto-lock .tbl h4{
		margin: 0 0 10px;
		font-weight: bold;
	}
	.auto-lock .tbl .thumb{
		margin: 0 0 20px;
		text-align: center;
	}
	
}