@charset "utf-8";

#contents-area .w1120 {
	text-align: center;
}
#contents-area.search-area section:first-child{
	margin-top: 45px !important;
}

.textbox1120 {
    width: 1120px;
    margin: 35px auto;
    text-align: left;
}

.main_tit40{
	/* Rounded Mplus 1c */
	font-family: 'Rounded Mplus 1c';
	font-size: 40px;
	font-weight: 300;
	color: #5a8296;
}

.w1120 img{
	margin: 20px 0;
}

/* search */
.box_s.search {
	width: 434px;
	margin: 0 auto 35px;
	padding:40px 0 0 0;
}

.box_s.search .kw {
	padding:0 10px 0 0;
	display:table-cell;
}

.box_s.search .btn{
	display:table-cell;
}


.box_s.search .kw input {
	color:#5a5a5a;
	font-size:16px;
  	width:320px;
	height:42px;
	padding:0 10px;
	border:1px solid #a7a3a1;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	box-shadow:0px 3px 8px -3px #bababa inset;
	border-radius:6px;
	border:1px solid #a7a3a1;
}

.box_s.search input[type="submit"] {
	width: 104px;
	color:#000;
	font-size:18px;
	margin:0 auto 0;
	padding:10px 25px 12px;
	background-color:#f2f2f2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0px 0px 4px 1px #e5e5e5;
	border-radius:6px;
	border:1px solid #a7a3a1;
	line-height:1em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	cursor:pointer;
	transition:.3s;
}

.box_s.search input[type="submit"]:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}

.txt_13 {
    font-size: 13px;
	line-height: 24px;
}
.txt_14 {
    font-size: 14px;
	line-height: 18px;
}
.txt_18 {
    font-size: 18px;
	line-height: 24px;
}
.txt_20 {
    font-size: 20px;
	line-height: 30px;
}

.search_frame{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	display: flex;
}

section.w1120 .search_frame:nth-of-type(2){
	border-top: 1px solid #cccccc;
}

.search_result{
	width: 800px;
	margin: 0 auto 25px;
	font-size: 14px;
	text-align: left;
	color: #5a5a5a;
}

.search_frame a {
	color: #000000;
}
.search_frame a:hover {
	color:#6699cc;
}
.search_word {
	color: #5a8296;
}

.search_img{
	margin: 0 20px 0 0;
}

.search_img img{
	margin: 0;
	border: 1px solid #b9b9b9;
}

/* サムネイル表示 */
.search_thum .img_cover{
	height: 98px;
	border: solid 1px #b9b9b9;
	overflow: hidden;
	position: relative;
	width: 133px;
   	float: left;
}
.search_thum img{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.search_thum a:hover img {
	opacity: 0.8;
	filter: alpha(oapcity=80);
}

button {
	color:#000;
	font-size:18px;
	width:200px;
	margin:50px auto 0;
	padding:10px 0 12px;
	background-color:#f2f2f2;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:0px 0px 4px 1px #e5e5e5;
	border-radius:6px;
	border:1px solid #a7a3a1;
	line-height:1em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	cursor:pointer;
	transition:.3s;
}

button :hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}

.pager ul{
	width: 360px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

.pager ul li{
	width: 25px;
}

.pager ul li.pg_prev a,
.pager ul li.pg_next a{
	position: relative;
	text-indent: -9999px;
	width: 19px;
	height: 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.5;
	filter: alpha(oapcity=50);
	transition:.3s;
}
.pager ul li.pg_prev a:hover,
.pager ul li.pg_next a:hover{
	opacity: 1;
}
.pager ul li.pg_prev {
	left: 0px;
	margin-right: 15px;
}
.pager ul li.pg_next {
	right: 0px;
	margin-left: 15px;
}
.pager ul li.pg_prev a,
.pager ul li.pg_next a{
	display: block;
}
.pager ul li.pg_prev a:before,
.pager ul li.pg_next a:before {
	color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	display: block;
}
.pager ul li.pg_prev a:before {
    left: 7px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pager ul li.pg_next a:before {
    left: 1px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 769px) {
	.w1120 img {
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.main_tit40{
		line-height: 1.4;
	}
	button {
		margin:50px auto 40px;
	}
	/* search */
	.box_s.search {
		width: 100%;
		padding:40px 0 5px 0;
	}

	.box_s.search form {
		width:100%;
		display:table;
	}

	.box_s.search .kw {
		width:90%;
		padding:0 10px 0 15px;
		display:table-cell;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.box_s.search .btn{
		width:10%;
		padding:0 15px 0 0;
		display:table-cell;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.box_s.search .kw input {
		color:#5a5a5a;
		font-size:14px;
	  width:100%;
		height:32px;
		padding:0 10px;
		border:1px solid #a7a3a1;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		box-shadow:0px 3px 8px -3px #bababa inset;
		border-radius:6px;
		border:1px solid #a7a3a1;
	}

	.box_s.search input[type="submit"] {
		color:#000;
		font-size:16px;
		margin:0 auto 0;
		padding:7px 25px 7px;
		background-color:#f2f2f2;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow:0px 0px 4px 1px #e5e5e5;
		border-radius:6px;
		border:1px solid #a7a3a1;
		line-height:1em;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		cursor:pointer;
		transition:.3s;
	}
	.search_result {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.search_frame,.search_txt{
		width: 100%;
	}
	.search_frame {
	    padding: 20px 0;
	    flex-direction: column;
	}
	.search_txt p{
		word-break: break-all;
	}
	.search_img{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.search_img img{
		margin: 0;
	}
	.pager ul{
		width: auto;
		margin: 40px 14px 0;
	}
}