@charset "utf-8";
/* =========================================

nasluck dictionary tategu

============================================ */

h1 {
	background: url("../image/bg-main.jpg") no-repeat;
	background-size: cover;
}

h1.ttl_second {
	background: url("../image/bg-main_second.jpg") no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 736px) {
	h1.ttl_second {
		background-size: cover;
	}
}

h1 span {
	background: rgba( 23, 95, 175, .8);
}

.con_search.tategu .inner {
	background: url("/dictionary/image/bg-search-tategu.png") no-repeat;
	background-size: contain;
	background-position: right center;
}

@media screen and (max-width: 1023px) {
	.con_search.tategu .inner {
		background-position: right -30% center;
	}
}

@media screen and (max-width: 736px) {
	.con_search.tategu .inner {
		background-image: none;
	}
}

/*----------------------------------

 .con_search

-----------------------------------*/
.con_search {
	background: #CBEAF3;
}

@media (min-width: 941px) and (max-width: 1023px) {
	.con_search {
		background: linear-gradient(to right, #CBEAF3, #fff);
	}
}

.con_search_second {
	background: #CBEAF3;
	border: 1px solid #0E59B7;
}

.con_search .inner h2 {
	color: #004AA6;
}

.con_search .inner h2:after {
	background-image: -webkit-linear-gradient(left, transparent, #004AA6 0, #004AA6 75%, transparent);
	background-image: linear-gradient(to right, transparent, #004AA6 0, #004AA6 75%, transparent);
}

.con_search .inner h2:before {
	background: url(../image/ico-pen.png) center center no-repeat;
  	background-size: 1em;
}
.con_search_second .ttl_h2_search {
	background: #0E59B7;
}

.con_search_second .inner .ttl {
	color: #004AA6;
}

.con_search_second .inner .ttl:before {
	background: #004AA6;
}

.con_word_list .box_word_list h3 {
	background-color: #6EB9F3;
}

.con_word_list .box_word_list h3 span.small {
	background: #4291e2;
	border-left: 2px solid #b8d9ff;
	border-right: 2px solid #b8d9ff;
}


@media (min-width: 941px) and (max-width: 1023px) {
	.con_search {
	 	background: linear-gradient(to right, #cbeaf3 0%,#cbeaf3 70%,#fff 87%,#fff 100%);
	}
}