@charset "utf-8";

@media (max-width: 767px) {
	#pageTop {
	height: 55px;
	}
	#header {
	background-color: #fff;
	}
	#pankuzu {
	display: none;
	}
}

/* CONTAINER */
#titleSCT {
position: relative;
background: url("../img/works/bg.jpg") no-repeat center center;
background-size: cover;
height: 240px;
}
#titleSCT .cont {
padding: 76px 20px 20px 20px;
}
#titleSCT p {
position: relative;
padding-left: 45px;
font-family: 'Fjalla One', sans-serif;
font-size: 40px;
font-weight: normal;
color: #0068b7;
}
#titleSCT p::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#titleSCT h1 {
margin-top: -11px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
color: #000;
}
@media (min-width: 768px) {
	#titleSCT {
	padding: 0 20px;
	height: 480px;
	}
	#titleSCT .cont {
	margin: 0 auto;
	padding: 207px 0 20px 0;
	max-width: 1000px;
	}
	#titleSCT p {
	padding-left: 60px;
	font-size: 48px;
	}
	#titleSCT p::before {
	width: 50px;
	}
	#titleSCT h1 {
	margin-top: -6px;
	padding-left: 60px;
	font-size: 22px;
	}
}
#greetSCT {
overflow: hidden;
}
#greetSCT .cont {
padding: 40px 20px 20px 20px;
}
#greetSCT h2 {
position: relative;
margin-bottom: 16px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
color: #0068b7;
letter-spacing: 0.1em;
}
#greetSCT h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#greetSCT h3 {
margin-bottom: 10px;
font-size: 16px;
font-weight: normal;
}
#greetSCT p {
font-size: 14px;
line-height: 1.73;
}
#greetSCT .group {
padding-top: 40px;
}
#greetSCT .group h3 {
margin: 0 0 28px 0;
padding-bottom: 16px;
font-family: Georgia, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 24px;
border-bottom: solid 1px #a8a8a8;
}
#greetSCT .group h3 span {
font-family: 'Fjalla One', sans-serif;
font-size: 14px;
color: #0068b7;
}
#greetSCT .slider .block {
border: solid 1px #e0e0e0;
background-color: #fff;
padding-bottom: 12px;
}
#greetSCT .slider img {
display: block;
border-bottom: solid 1px #e0e0e0;
width: 100%;
height: auto;
}
#greetSCT .slider .image img {
cursor: pointer;
}
#greetSCT .slider p.name {
margin: 10px 14px 0 14px;
font-size: 13px;
line-height: 1.4;
}
#greetSCT .slider p.date {
margin: 8px 14px 0 14px;
font-size: 10px;
}
#greetSCT .bx-wrapper {
position: relative;
}
#greetSCT .bx-viewport {
overflow: visible !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
#greetSCT .bx-wrapper .bx-prev {
left: -10px;
}
#greetSCT .bx-wrapper .bx-prev::before {
position: absolute;
left: 40%;
top: 50%;
-webkit-transform: translateY(-45%) rotate(-45deg);
transform: translateY(-45%) rotate(-45deg);
content: '';
box-sizing: border-box;
border-top: solid 2px #333;
border-left: solid 2px #333;
width: 10px;
height: 10px;
}
#greetSCT .bx-wrapper .bx-prev:hover,
#greetSCT .bx-wrapper .bx-prev:focus {
}
#greetSCT .bx-wrapper .bx-next {
right: -10px;
}
#greetSCT .bx-wrapper .bx-next::before {
position: absolute;
right: 40%;
top: 50%;
-webkit-transform: translateY(-45%) rotate(-45deg);
transform: translateY(-45%) rotate(-45deg);
content: '';
box-sizing: border-box;
border-bottom: solid 2px #333;
border-right: solid 2px #333;
width: 10px;
height: 10px;
}
#greetSCT .bx-wrapper .bx-next:hover,
#greetSCT .bx-wrapper .bx-next:focus {
}
#greetSCT .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
background-color: rgba(255,255,255,0.8);
border-radius: 50%;
margin-top: -22px;
outline: 0;
width: 44px;
height: 44px;
text-indent: -9999px;
z-index: 9999;
}
#greetSCT .bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
@media (min-width: 768px) {
	#greetSCT {
	padding: 0 20px;
	}
	#greetSCT .cont {
	margin: 0 auto;
	padding: 100px 0 50px 0;
	max-width: 1000px;
	}
	#greetSCT h2 {
	margin-bottom: 26px;
	font-size: 22px;
	}
	#greetSCT h3 {
	margin: 0 45px 15px 45px;
	font-size: 18px;
	}
	#greetSCT p {
	margin-right: 45px;
	margin-left: 45px;
	font-size: 14px;
	}
	#greetSCT .group {
	padding-top: 60px;
	}
}
#beforeafterSCT {}
#beforeafterSCT .cont {
padding: 20px 0 20px 0;
}
#beforeafterSCT h2 {
position: relative;
margin: 0 20px 16px 20px;
margin-bottom: 16px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
color: #0068b7;
letter-spacing: 0.1em;
}
#beforeafterSCT h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#beforeafterSCT .block {
border-top: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
background-color: #fff;
padding: 10px;
}
#beforeafterSCT .before {
box-sizing: border-box;
padding-right: 2px;
width: 50%;
float: left;
}
#beforeafterSCT .after {
box-sizing: border-box;
padding-left: 2px;
width: 50%;
float: right;
}
#beforeafterSCT .block img {
width: 100%;
height: auto;
}
#beforeafterSCT p {
font-size: 14px;
font-weight: bold;
text-align: center;
}
/* PAGER */
#beforeafterSCT .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #a8a8a8;
padding-top: 11px;
}
#beforeafterSCT .bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
}
#beforeafterSCT .bx-wrapper .bx-pager.bx-default-pager a:hover,
#beforeafterSCT .bx-wrapper .bx-pager.bx-default-pager a.active,
#beforeafterSCT .bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #0091ff;
}
#beforeafterSCT .bx-wrapper .bx-pager-item,
#beforeafterSCT .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
@media (min-width: 768px) {
	#beforeafterSCT {
	padding: 0 20px;
	}
	#beforeafterSCT .cont {
	margin: 0 auto;
	padding: 50px 0 50px 0;
	max-width: 1000px;
	}
	#beforeafterSCT h2 {
	margin: 0 0 26px 0;
	font-size: 22px;
	}
}
#resultsSCT {}
#resultsSCT .cont {
padding: 20px 0 40px 0;
}
#resultsSCT h2 {
position: relative;
margin: 0 20px 16px 20px;
padding-left: 45px;
font-size: 18px;
font-weight: bold;
color: #0068b7;
}
#resultsSCT h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: block;
background-color: #2d67a3;
width: 40px;
height: 1px;
}
#resultsSCT .view {
overflow: none;
overflow-x: auto;
height: 300px;
}
#resultsSCT .view.active {
height: auto;
}
#resultsSCT .view::-webkit-scrollbar {
height: 0;
width: 0;
}
#resultsSCT .view::-webkit-scrollbar-track {
background: #fff;
}
#resultsSCT .view::-webkit-scrollbar-thumb {
background: #f0f0f0;
box-shadow:0 0 0 5px rgba(255, 255, 255, 1) inset;
}
#resultsSCT .box {
width: 1040px;
}
#resultsSCT table {
background-color: #fff;
border: solid 1px #e0e0e0;
border-collapse: collapse;
margin: 0 20px;
width: 1000px;
font-size: 14px;
}
#resultsSCT th {
background-color: #0068b7;
border: solid 1px #e0e0e0;
padding: 12px;
font-weight: normal;
color: #fff;
text-align: center;
}
#resultsSCT td {
border: solid 1px #e0e0e0;
padding: 12px;
text-align: center;
}
#resultsSCT th.cnt,
#resultsSCT td.cnt,
#resultsSCT th.nam,
#resultsSCT td.nam {
text-align: left;
}
#resultsSCT .more {
background-color: #fff;
border: solid 1px #e0e0e0;
margin: 20px 20px 0 20px;
font-size: 14px;
line-height: 45px;
color: #0068b7;
text-align: center;
cursor: pointer;
}
@media (min-width: 768px) {
	#resultsSCT {
	padding: 0 20px;
	}
	#resultsSCT .cont {
	margin: 0 auto;
	padding: 50px 0 100px 0;
	max-width: 1000px;
	}
	#resultsSCT h2 {
	margin: 0 0 26px 0;
	font-size: 22px;
	}
	#resultsSCT .box {
	width: 1000px;
	}
	#resultsSCT table {
	margin: 0;
	}
	#resultsSCT .more {
	margin: 20px 0 0 0;
	}
}