@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */


/* ********************
トップページ ここから
******************** */

.main-visual {
	overflow: hidden;
	position: relative;
}

.main-slider{
	z-index: 10;
}

/* 看板検索システム */
.head-search{
	margin-bottom: 1em;
	font-weight: bold;
}
.list-search dt,
.list-search dd{
	display: inline-block;
	vertical-align: middle;
}
.list-search select{
	display: inline-block;
}
button.btn-search{
	display: block;
	padding: 0;
	margin: 0 auto 1.5em;
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
}
.text-search a{
	color: #1d2088;
}
.text-search:not(:last-child){
	margin-bottom: 1em;
}
/* 看板検索システム */

/* 大見出し */
.head-main{
	display: table;
	margin: 0 auto;
	padding: 0.5em 1em;
	color: #000;
	line-height: 1.75;
	text-align: center;
	border-bottom: 1px dotted #333;
}
/* 大見出し */


/* リスト */
.list-check li{
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.list-check li:not(:last-child){
	margin-bottom: 0.75em;
}
.list-check li:before{
	content: "";
	display: inline-block;
	margin-right: 1em;
	background: url(../images/icon-check.png) no-repeat center center;
	background-size: contain;
	vertical-align: -20%;
}
/* リスト */


/* 収益アップに結び付けます */
.head-problem{
	padding: 0 1em;
	color: #fff;
	background: #1d2088;
}
.head-problem span{
	color: #ffff00;
}
/* 収益アップに結び付けます */


/* 認知度をアップさせます */
.text-left p:not(:last-child){
	margin-bottom: 1em;
}
/* 認知度をアップさせます */


/* 経営のカギを握ります */
.key{
	background: url(../images/img-key.jpg) no-repeat center bottom;
}
/* 経営のカギを握ります */


/* すべてを兼ね備えた優秀な広告媒体が野外看板です */
.head-box{
	color: #e60012;
	text-align: center;
}
.img-box{
	text-align: center;
}
.text-signboard{
	font-weight: bold;
	color: #1d2088;
	text-align: center;
}
/* すべてを兼ね備えた優秀な広告媒体が野外看板です */


/* ********************
トップページ ここまで
******************** */


/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 791px) {
	/* ********************
	トップページ ここから
	******************** */
	.main-visual {
		position: relative;
		margin-left: -245px;
		width: 1480px;
		min-width: 960px;
		height: 651px;
		z-index: 10;
	}
	
	
	/* 看板検索システム */
	.box-search{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 25px 50px;
		width: 420px;
		height: 465px;
		color: #000;
		background: rgba(255,255,255,0.9);
		border: 1px solid #333;
		box-sizing: border-box;
		z-index: 1000;
	}
	.head-search{
		font-size: 23px;
	}
	.list-search{
		margin-bottom: 10px;
	}
	.list-search dt,
	.list-search dd{
		margin-bottom: 15px;
	}
	.list-search dt{
		width: 100px;
	}
	.list-search dd{
		width: 210px;
	}
	.list-search select{
		width: 210px;
		height: 25px;
	}
	.text-search{
		font-size: 15px;
	}
	.text-search a{
		font-size: 15px;
	}
	/* 看板検索システム */

	
	/* 大見出し */
	.head-main,
	.head-main span{
		margin-bottom: 50px;
		font-size: 35px;
	}

	/* 大見出し */
	
	
	/* リスト */
	.list-check li{
		font-size: 20px;
		line-height: 28px;
	}
	.list-check li:before{
		width: 28px;
		height: 28px;
	}
	/* リスト */
	
	
	/* 収益アップに結び付けます */
	.wrap-problem{
		padding: 20px 0;
		min-height: 340px;
		background: url(../images/img-problem.jpg) no-repeat right center;
		box-sizing: border-box;
	}
	.head-problem	{
		display: inline-block;
		margin-bottom: 50px;
		font-size: 28px;
		line-height: 1.75;
	}
	.head-problem span{
		font-size: 28px;
		line-height: 1.75;
	}
	/* 収益アップに結び付けます */
	
	
	/* 認知度をアップさせます */
	.text-left{
		width: 546px;
	}
	.text-left p{
		font-size: 18px;
	}
	/* 認知度をアップさせます */
	
	
	/* 経営のカギを握ります */
	.key{
		padding:0 30px 90px;
	}
	/* 経営のカギを握ります */
	
	
	/* すべてを兼ね備えた優秀な広告媒体が野外看板です */
	.wra-box{
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.box{
		width: 270px;
	}
	.head-box{
		margin-bottom: 10px;
		font-size: 29px;
	}
	.box:last-child .head-box{
		text-indent: -0.1em;
		letter-spacing: -0.1em;
	}
	.img-box{
		margin-bottom: 20px;
	}
	.text-box{
		line-height: 1.25;
	}
	
	.text-signboard{
		font-size: 18px;
	}
	/* すべてを兼ね備えた優秀な広告媒体が野外看板です */
	
	/* ********************
	トップページ ここまで
	******************** */
}


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 790px) {
	/* ********************
	トップページ ここから
	******************** */
	.main-slider-sp {
		width: 100%;
	}
	.main-slider-sp img {
		width: 100%;
		height: auto;
	}
	
	/* 看板検索システム */
	.box-search{
		margin: 5% 2.5%;
		padding: 5%;
		border: 1px solid #333;
		box-sizing: border-box;
	}
	.head-search{
		font-size: 6vw;
		text-align: center;
	}
	.list-search{
		margin-bottom: 1em;
	}
	.list-search dt,
	.list-search dd{
		margin-bottom: 1em;
	}
	.list-search dt{
		width: 25%;
	}
	.list-search dd{
		width: 70%;
	}
	.list-search select{
		width: 100%;
		height: 25px;
		font-size: 16px;
	}
	button.btn-search{
		width: 80%;
	}
	button.btn-search img{
		width: 100%;
	}
	/* 看板検索システム */
	
	/* 大見出し */
	.head-main,
	.head-main span{
		margin-bottom: 1em;
		font-size: 4.5vw;
		font-weight: bold;
	}
	.head-main-p-g{
		margin-left:-12.7em;
		padding-left:1.5em;
		display:block;
	}
	.head-main-p-y{
		display:block;
		margin-left:-1.6em;
		padding-top:0.5em;
	}
	/* 大見出し */
	
	
	/* リスト */
	.list-check li{
		margin-left: 2.1em;
		line-height: 1.5;
		text-indent: -2.1em;
	}
	.list-check li:before{
		width: 4vw;
		height: 4vw;
	}
	/* リスト */
	
	
	/* 収益アップに結び付けます */
	.head-problem{
		padding: 0.25em 1em;
		margin-bottom: 1em;
		font-size: 4.5vw;
		line-height: 1.25;
		text-align: center;
	}
	.head-problem span{
		font-size: 4.5vw;
		line-height: 1.25;
	}
	/* 収益アップに結び付けます */
	
	
	/* 認知度をアップさせます */
	.text-left{
		margin-bottom: 5vw;
	}
	/* 認知度をアップさせます */
	
	
	/* 経営のカギを握ります */
	.key{
		padding: 0 0 20vw;
	}
	/* 経営のカギを握ります */
	
	
	/* すべてを兼ね備えた優秀な広告媒体が野外看板です */
	.wra-box{
		margin-bottom: 10vw;
	}
	.box{
		margin: 0 auto 10vw;
		width: 80%;
	}
	.head-box{
		margin-bottom: 0.5em;
		font-size: 5vw;
	}
	.img-box{
		margin-bottom: 1em;
	}
	.text-box{
		line-height: 1.5;
	}


	/* すべてを兼ね備えた優秀な広告媒体が野外看板です */
	
	/* ********************
	トップページ ここまで
	******************** */
}


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
