@charset "utf-8";
@media screen and (min-width : 641px) and (max-width : 1024px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
}
/* wrapper
================================================== */
#tmp_wrapper {
	width:100%;
    min-width: auto;
}
.container {
	width:100%;
	padding:0 10px;
}
#tmp_visual .container {
	padding:0;
}
/* pnavi
================================================== */
.pnavi .ptop a {
    min-width: auto;
}
/* gnavi/footer
================================================== */
.gnavi li,
.fnavi li {
	width:15%;
	font-size:100%;
}
.gnavi li.glist2 {
	width:32%;
}
.gnavi li.glist3,
.fnavi li:nth-child(3) {
	width:25%;
}
.gnavi li.glist4,
.fnavi li:nth-child(2) {
	width:13%;
}
.gnavi li.glist5,
.fnavi li:nth-child(4) {
	width:15%;
}
.fnavi li:nth-child(5) {
	width:28%;
}
.gnavi li a,
.fnavi li a {
	min-width:auto;
}
.gnavi li span,
.fnavi li span {
	padding:0 2px;
}
.figure_box .figure_caption .ttl {
	font-size:112.5%;
}
.foot_mainL {
	width:calc(100% - 340px);
	padding:0 20px 0 0;
}
.foot_mainR {
	width:340px;
}
.foot_btn p {
	width:50%;
}
/* ==================================================
parts
================================================== */
#tmp_contents table {
	width:auto;
}
/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/site_jinji/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_jinji/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_jinji/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/* ==================================================
top
================================================== */
#tmp_info_cnt {
	padding:0 20px;
}
.work_list li {
	width:20%;
}
}
@media screen and (max-width : 980px) {
.gnavi li span::after,
.fnavi li span::after,
.gnavi li:first-child span::before,
.fnavi li:first-child span::before {
	top:2px;
}
.work_list li {
	width:25%;
}
#tmp_info,
#tmp_work {
	-webkit-background-size:200px auto;
	-moz-background-size:200px auto;
	background-size:200px auto;
}
.box_pickup {
	font-size:100%;
}
#tmp_pickup_link_inner {
	padding:5px 15px;
}
#tmp_pickup_link p {
	font-size:100%;
	margin-bottom:10px;
	padding-left:40px;
	background-position:left 6px;
	-webkit-background-size:28px auto;
	-moz-background-size:28px auto;
	background-size:28px auto;
}
}
@media screen and (max-width : 952px) {
#tmp_shisaku_lead .container,
.custom_shisaku #tmp_wrap_main .container {
    width: 100%;
}
#tmp_shisaku_lead .introduce_img {
	width:200px;
}
#tmp_shisaku_lead .introduce_cnt {
	width: calc(100% - 220px);
}
#tmp_contents .shisaku_other_cnt ul li {
	width:25%;
}
#tmp_contents .shisaku_other_cnt ul li:nth-child(5n+1) {
	clear:none;
}
#tmp_contents .shisaku_other_cnt ul li:nth-child(4n+1) {
	clear:both;
}
}
@media screen and (max-width : 768px) {
#tmp_contents .shisaku_other_cnt ul li {
	width:33.3%;
}
#tmp_contents .shisaku_other_cnt ul li:nth-child(4n+1) {
	clear:none;
}
#tmp_contents .shisaku_other_cnt ul li:nth-child(3n+1) {
	clear:both;
}
.foot_mainL {
	margin-bottom:32px;
}
.foot_mainL,
.foot_mainR {
	float:none;
	width:100%;
	padding:0;
	clear:both;
}
#tmp_pickup .pickup_read {
	font-size:133.3%;
}
.box_pickup {
	font-size:77.8%;
}

}

/* ==================================================
clearfix
================================================== */
.foot_mainL:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}