@charset "UTF-8";
@media screen and (min-width: 768px) {
#header_area {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sp_header {
	display: none;
}
#sb-site {
	padding-top: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#header_area {
	display: none;
}
#sp_header {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sb-site {
	padding-top: 50px;
	background: #FFF;
}
}



/*////////////////////////////////////
lineup
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.lineup_place {
	width: 80%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_word {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 p.dc:first-letter {
	font-size: 1.5em;
}
.lineup_photo {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_area {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_right {
	width: 300px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.lineup_subtitle h3 {
	position: relative;
	padding-bottom: .2em;
	font-size: 16px;
	font-weight: normal;
	color: #483e30;
}
.lineup_subtitle h3::before,
.lineup_subtitle h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.lineup_subtitle h3::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
.lineup_subtitle h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.workd_bt {
	width: 80%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.workd_bt a {
	display: block;
	color: #615A52;
	text-decoration: none;
	border: 2px solid #615A52;
	border-radius: 10px;
	padding: 10px 0;
	font-size: 1.6rem;
	
	transition-property: all;
	transition: 0.2s linear;
}
.workd_bt a:hover {
	color: #FFF;
	background: #e0dbd6;
	border: 2px solid #CCC;
	border-radius: 10px;
	padding: 10px 0;
}
#paint_head {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.paint_head_left {
	width: 70%;
	float: left;
}
.paint_head_right {
	width: 28%;
	float: right;
}
.paint_title1 {
	width: 100%;
	max-width: 600px;
}
.paint_title2 {
	width: 100%;
	max-width: 500px;
}
.paint_word1 {
	width: 100%;
	color: #00355b;
	font-size: 16px;
	line-height: 1.6;
	font-weight:600;
}
#paint_pointc_place {
	width: 100%;
}
.paint_point {
	width: 25%;
	float: left;
}
.paint_subtitle {
	width: 100%;
}
.paint_point_word {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #00355b;
}
#whats_senergy {
	width: 50%;
	float: left;
}
.whats_senergy_title {
	width: 80%;
}
.whats_senergy_word {
	width: 68%;
	float: left;
	font-size: 14px;
	line-height: 1.6;
	color: #00355b;
}
.whats_senergy_image {
	width: 20%;
	float: left;
	margin-left: 2%;
}
.paint_img2 {
	width: 40%;
	float: right;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
.lineup_place {
	width: 80%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_word {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 p.dc:first-letter {
	font-size: 1.5em;
}
.lineup_photo {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_area {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_right {
	width: 40%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.lineup_subtitle h3 {
	position: relative;
	padding-bottom: .2em;
	font-size: 1.6rem;
	font-weight: normal;
	color: #483e30;
}
.lineup_subtitle h3::before,
.lineup_subtitle h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.lineup_subtitle h3::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
.lineup_subtitle h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.workd_bt {
	width: 80%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.workd_bt a {
	display: block;
	color: #615A52;
	text-decoration: none;
	border: 2px solid #615A52;
	border-radius: 10px;
	padding: 10px 0;
	font-size: 1.6rem;
	
	transition-property: all;
	transition: 0.2s linear;
}
.workd_bt a:hover {
	color: #FFF;
	background: #e0dbd6;
	border: 2px solid #CCC;
	border-radius: 10px;
	padding: 10px 0;
}

#paint_head {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.paint_head_left {
	width: 100%;
	float: left;
}
.paint_head_right {
	display: none;
}
.paint_title1 {
	width: 100%;
	max-width: 600px;
}
.paint_title2 {
	width: 100%;
	max-width: 500px;
}
.paint_word1 {
	width: 100%;
	color: #00355b;
	font-size: 16px;
	line-height: 1.6;
	font-weight:600;
}
#paint_pointc_place {
	width: 100%;
}
.paint_point {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.paint_subtitle {
	width: 100%;
}
.paint_point_word {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #00355b;
}
#whats_senergy {
	width: 100%;
}
.whats_senergy_title {
	width: 80%;
}
.whats_senergy_word {
	width: 68%;
	float: left;
	font-size: 14px;
	line-height: 1.6;
	color: #00355b;
}
.whats_senergy_image {
	width: 20%;
	float: left;
	margin-left: 2%;
}
.paint_img2 {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 480px) {
.lineup_place {
	width: 80%;
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_word {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #555;
}
.lineup_word2 p.dc:first-letter {
	font-size: 1.5em;
}
.lineup_photo {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_area {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.lineup_right {
	width: 40%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.lineup_subtitle h3 {
	position: relative;
	padding-bottom: .2em;
	font-size: 16px;
	font-weight: normal;
	color: #483e30;
}
.lineup_subtitle h3::before,
.lineup_subtitle h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.lineup_subtitle h3::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
.lineup_subtitle h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.workd_bt {
	width: 80%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.workd_bt a {
	display: block;
	color: #615A52;
	text-decoration: none;
	border: 2px solid #615A52;
	border-radius: 10px;
	padding: 10px 0;
	
	transition-property: all;
	transition: 0.2s linear;
	font-size: 1.6rem;
}
.workd_bt a:hover {
	color: #FFF;
	background: #e0dbd6;
	border: 2px solid #CCC;
	border-radius: 10px;
	padding: 10px 0;
}

#paint_head {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.paint_head_left {
	width: 100%;
	float: left;
}
.paint_head_right {
	display: none;
}
.paint_title1 {
	width: 100%;
	max-width: 600px;
}
.paint_title2 {
	width: 100%;
	max-width: 500px;
}
.paint_word1 {
	width: 100%;
	color: #00355b;
	font-size: 16px;
	line-height: 1.6;
	font-weight:600;
}
#paint_pointc_place {
	width: 100%;
}
.paint_point {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.paint_subtitle {
	width: 100%;
}
.paint_point_word {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #00355b;
}
#whats_senergy {
	width: 100%;
}
.whats_senergy_title {
	width: 80%;
}
.whats_senergy_word {
	width: 78%;
	float: left;
	font-size: 14px;
	line-height: 1.6;
	color: #00355b;
}
.whats_senergy_image {
	width: 20%;
	float: left;
	margin-left: 2%;
}
.paint_img2 {
	display: none;
}
}



