/*=================================
	media screen
===================================*/
@media screen and (max-width: 549px) {
	img {
		width:100%;
	}
}
@media screen and (max-width: 767px) {
	body {
		width:100%;
		min-width:100%;
		position: relative;
	}
	.sp-none {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {

/* HEADER
-------------------------*/
header {
	margin:0 auto;
	width:100%;
	z-index: 10;
	width: 100%;
	height: 50px;
	position:absolute;
	left: 0;
	top: 0px;
	width: 100%;
}
	header h1 {
		display: block;
		z-index: 500;		
	}
	header h1 span {
		display: block;
		padding-left: 6px;
	}
	header h1 img {
		width: 40px;
		float: left;
	}
	header h1 b {
		display: block;
		float: left;
		font-size: 22px;
		padding: 10px 0 0 5px;
		color: #4D5896;		
		font-style: italic;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: 500;
		letter-spacing: -1px;
	}
	header .ref {
		display: none;
	}
	.fix-nav {
		display: none;
	}
	.fix {
		margin-left: 3%;
		margin-right: 3%;
	}
	header .fix {
		margin-left: 0%;
		margin-right: 0%;
	}
	header .ref {
		display: none;
	}
}


/*  TGG-NAV
-------------------------*/
@media screen and (max-width: 768px) {
	aside{
		display: none;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 60px 0px 0px 0px;
		background: #2EC0B1;
		line-height: 42px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 1000;
	}
	aside nav {

	}
	aside nav ul {
		display: block;
		width: 100% !important;
		height: 70vh;
		overflow: auto;
		position: fixed;
		top: 67px;
	}
	aside nav li {
		display: block;
		width: 100% !important;
	}
	aside a {
		display: block;
		color: #FFF !important;
		text-decoration: none !important;
		text-align: left !important;
		font-size: 12px;
		padding: 4px 10px 4px 10px;
		border-bottom: #FFF solid 1px;
	}
	aside nav li:nth-child(1) a {
		border-top: #FFF solid 1px;
	}
	#menuButton {
		display: block;
		width: 52px;
		height:42px;
		position: fixed;
		top: 0px;
		right: 3px;
		z-index: 2000;
		background: #FFF;
		border-radius: 0px 0px 4px 4px;
	}
	#menuButton span {
		display: block;
		background: #3c1e47;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 14px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#menuButton.active {
		background: none;
	}
	#menuButton span:first-child {
		top: 12px;
	}
	#menuButton span:nth-child(2) {
		margin-top: -1px;
		top: 50%;
	}
	#menuButton span:last-child {
		bottom: 12px;
	}
	#menuButton.active span {
		background: #FFF;
	}
	#menuButton.active span:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
		opacity: 0;
	}
	#menuButton.active span:last-child {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}


/*  SP-NAV
-------------------------*/
@media screen and (max-width: 768px) {
	.mebt {
		position:fixed;
		right: 0px;
		top: -5px;
		z-index: 2000;
	}
	.menu-trigger,
	.menu-trigger.active,
	.menu-trigger:hover{
		position: relative;
		width: 55px;
		height: 50px;
		z-index: 2000;
		display: block;
		cursor: pointer;
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.menu-trigger span {
    position: absolute;
    background: #000;
    width: 30px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2000;
	border-radius: 4px;
	-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;}

  .menu-trigger span:nth-of-type(1) {
    top: 10px; }

  .menu-trigger span:nth-of-type(2) {
    top: -8px;
    bottom: 0; }

  .menu-trigger span:nth-of-type(3) {
    bottom: 18px; }
	.menu-trigger span:nth-of-type(3)::after {
		position: absolute;
		left: 0px;
		bottom: -18px;
		content: "MENU";
		width: 100%;
		font-size: 10px;
		color: #000;
		font-family: athelas,'Noto Serif JP', sans-serif;
		font-weight: 400;
		font-style: normal;
	}

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background: #000;
	 top:14px;}

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    background: #000; }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
    background: #000;
	 bottom: 14px;}
	.menu-trigger.active span:nth-of-type(3)::after {
		display: none;
	}
  nav.downs {
    display: none;
    position: fixed;
    top: 0px;
    background: #2c2c2c;
    width: 100vw;
    height: 100vh;
	  font-family: 'Noto Serif JP', sans-serif;
    z-index: 1000; }
	nav.downs .inner {
		height: 90vh;
		overflow: auto;
	}

  nav.downs .lef {
    width: 250px;
    margin: 0 auto;
    padding-top: 25px; }

  nav.downs li,
	nav.downs p{
    padding: 8px;
}
	
	nav.downs p a {
		display: block;
	 cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    /*padding: 13px;*/
    font-size: 15px;
	 position: relative;
	 z-index: 2000;
	letter-spacing: 2px;}
	nav.downs li a:hover {
		opacity: 1;
	}
 nav.downs li a {
    display: block;
	 cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
	 position: relative;
	 z-index: 2000;
	letter-spacing: 2px;}
	nav.downs li a:hover {
		opacity: 1;
	}
	.fix-nav {
		display: none;
	}
	.clb {
		display: block;
		height: 70vh ;
		overflow: auto;
	}
	.b-nav {
		display: block;
		position: absolute;
		width: 60%;
		bottom: 16%;
		left: 40px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 13px;
		color: #FFF;
	}
	.b-nav a {
		color: #FFF;
		text-decoration: none;
	}
	.clb a {
		position: absolute;
		right: 30px;
		bottom: 16%;
		font-size: 40px;
		color: #FFF;
		text-decoration: none;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
}


/* TOPMAINIMG
-------------------------*/
@media screen and (max-width: 549px) {
	.topmainimg {
		display: block;
		position: relative;
		background:url(../images/spmain.jpg) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 100vh;
	}
	.topmainimg figure img {
		width: 100%;
	}
	.topmainimg h2 {
		display: block;
		line-height: 110%;
		font-weight: 400;
		text-align: center;
		font-size: 26px;
		padding: 44% 0 0 0;
		letter-spacing: 9px;
		margin-bottom: 15px;
	}
	.topmainimg h2 span {
		font-size: 30px;
		display: block;
		text-align: center;
		letter-spacing: 4px;
		padding: 10px 0 0 0;
	}
	.topmainimg small {
		display: block;
		text-align: center;
		font-size: 11px;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: 1px;
	}
	.scrll {
		display: block;
		position: absolute;
		bottom: 13%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
		width: 32px;
	}
	.scrll img {
		width: 100%;
	}
}


/* TOPNEWS
-------------------------*/
@media screen and (max-width: 549px) {
	#content-top {
		width: 100%;
	}
	.top-newsbase {
		display: block;
		padding: 35px 0 15px 0;
	}
	.top-newsbase table {
		width: 100%;
	}
	.top-newsbase th {
		text-align: center;
		vertical-align: middle;
		display: block;
		font-size: 20px;
		letter-spacing: 3px;
		position: relative;
		padding-bottom: 30px;
	}
	.top-newsbase th::after {
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		width: 60px;
		height: 1px;
		content: "";
		background: #303030;
	}
	.top-newsbase td {
		text-align: left;
		display: block;
		padding: 30px 4% 0 4%;
	}
	.top-newsbase dl {
		display: block;
		line-height: 180%;
		font-size: 13px;
		padding-bottom: 20px;
	}
	.top-newsbase dt {
		display: block;
	}
	.top-newsbase dd {
		display: block;
	}
	.top-newsbase dd a {
		text-decoration: none;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
		word-break:break-all;
	}
	.top-newsbase dd a:hover {
		text-decoration: underline;
	}
}


/* TOPBOX01
-------------------------*/
@media screen and (max-width: 549px) {
	#content-top {
		width: 100%;
	}
	.top-box01 {
		display: block;
		position: relative;
		background:url(../images/box1-spbg.jpg) bottom center no-repeat #000;
		background-size: 100% auto;
		padding: 80px 0 80px 0;
		color: #FFF;
	}
	.top-box01 .ca {
		display: block;
		text-align: center;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	.top-box01 h2 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 7px;
		margin-bottom: 35px;
	}
	.top-box01 h2 span {
		display: block;
		text-align: center;
		font-size: 23px;
		padding-top: 15px;
		letter-spacing: 7px;
	}
	.top-box01 p {
		display: block;
		text-align: center;
		font-size: 12px;
		letter-spacing: 2px;
	}
}


/* TOPBOX02
-------------------------*/
@media screen and (max-width: 549px) {
	.top-box02 {
		display: block;
		position: relative;
		padding: 35px 0 35px 0;
	}
	.top-box02 h2 {
		display: block;
		text-align: center;
		font-size: 35px;
		line-height: 100%;
		letter-spacing: 2px;
	}
	.top-box02 span {
		display: block;
		text-align: center;
		color: #a6a6a6;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 2px;
		padding: 10px 0 30px 0;
	}
	.top-box02 p {
		display: block;
		padding-left: 3%;
		padding-right: 3%;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 13px;
		line-height: 170%;
		letter-spacing: 1px;
	}
}


/* TOPPROD01
-------------------------*/
@media screen and (max-width: 549px) {
	.top-prod01 {
		display: block;
		padding: 35px 3% 35px 3%;
		background: #dedfe3;
	}
	.num-ti {
		display: block;
		text-align:left;
	}
	.num-ti span {
		display: block;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 1px;
		padding-bottom: 18px;
	}
	.num-ti b {
		display: block;
		line-height: 100%;
		margin-bottom: 30px;
	}
	.num-ti b img {
		display: inline-block;
		width: 55px;
	}
	.catchs-base {
		display: block;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.catchs-base::before {
		position: absolute;
		left: 0;
		bottom: 0px;
		content: "";
		background: #FFF;
		height: 1px;
		width: 85px;
	}
	.catchs-base p {
		display: block;
		line-height: 150%;
		font-size: 16px;
		letter-spacing: 5px;
		padding-bottom: 20px;
	}
	.catchs-base p small {
		font-size: 13px;
	}
	.catchs-base h2 {
		display: block;
		line-height: 100%;
		font-size: 22px;
		letter-spacing: 6px;
	}
	.txmain {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 13px;
		line-height: 180%;
		letter-spacing: 1px;
	}
	.top-prod01.col2 {
		background: #d9d6d4;
	}
	.col2 .num-ti span {
		color: #FFF;
	}
	.top-prod01.col3 {
		background: #FFF;
	}
	.top-prod01.col3 .catchs-base::before {
		background: #d9d6d4;
	}
	.top-prod01.col4 {
		background:url(../images/bg3.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		padding-bottom: 0px !important;
	}
	.top-prod01.col4 figure {
		display: block;
		width: 100%;
	}
	.top-prod01.col4 figure img {
		width: 100%;
	}
	.sps-none {
		display: none !important;
	}
}


/* TOPSOLISION
-------------------------*/
@media screen and (max-width: 549px) {
	.top-solusion {
		display: block;
		position: relative;
		overflow: hidden;
		background:url(../images/bg4.jpg) top 270px center no-repeat;
		background-size: 500px auto;
		padding: 10px 0 40px 0;
	}
	.downbtn {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.downbtn p {
		display: block;
		float: right;
	}
	.downbtn a {
		display: block;
		position: relative;
		text-align: center;
		overflow: hidden;
		text-decoration: none;
		letter-spacing: 2px;
		font-size: 12px;
		background: #d9d6d4;
		padding: 13px 13px 2px 23px;
	}
	.downbtn a:hover {
		opacity: 1;
	}
	.downbtn a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.downbtn a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.downbtn span {
		display: inline-block;
		background: url(../images/d-ico.jpg) left top no-repeat;
		background-size: 14px auto;
		padding: 2px 15px 13px 22px ;
		line-height: 100%;
		position: relative;
		z-index: 4;
	}
	.top-solusion h2 {
		display: block;
		text-align: center;
		font-size: 37px;
		line-height: 110%;
		margin-bottom: 30px;
		padding-top: 55px;
	}
	.top-solusion p.tx {
		display: block;
		text-align: center;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.top-solusion .txmain {
		padding-left: 3%;
		padding-right: 3%;
	}
	.t-solbox01 {
		display: block;
		position: relative;
		overflow: hidden;
	}
	.t-solbox01 figure {
		position: relative;
		padding-left: 5%;
		margin-top: -25px;
	}
	.t-solbox01 figure img {
		display: block;
		width: 100%;
	}
	.t-solbox01 .fix {
		position: relative;
		padding-top: 45px;
		padding-left: 0;
		padding-right: 0;
		margin: 0px !important;
		z-index: 5;
	}
	.t-solbox01 .box {
		display: block;
		max-width: 260px;
		background: #2e2e2e;
	}
	.t-solbox01 .box .ptb {
		display: block;
		padding: 20px 25px 10px 25px;
		color: #b19a7d;
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 100%;
	}
	.t-solbox01 .box .ptb span {
		font-size: 16px;
		margin-left: 8px;
		font-style: italic;
		letter-spacing: 2px;
	}
	.t-solbox01 .box small {
		display: block;
		color: #FFF;
		font-size: 11px;
		padding: 0px 25px 10px 25px;
		letter-spacing: 3px;
		line-height: 100%;
	}
	.t-solbox01 .box b {
		display: block;
		font-size: 16px;
		line-height: 130%;
		padding: 0px 25px 20px 25px;
		color: #FFF;
		letter-spacing: 6px;
	}
	.t-solbox01 .box b span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.t-solbox01.left .box {
		float: right;
		margin-left: 0;
	}
	.t-solbox01.left figure {
		text-align: left;
		padding-left: 0%;
		padding-right: 5%;
		position: relative;
		top: -25px;
		margin-bottom: -25px;
		
	}
}


/* TOPLINEUP
-------------------------*/
@media screen and (max-width: 549px) {
	.top-lineup {
		display: block;
		background: #000000;
		padding: 35px 0 0 0;
	}
	.top-lineup figure {
		display: block;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 20px;
	}
	.top-lineup figure img {
		width: 100%;
	}
	.top-lineup h2 {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 28px;
		line-height: 110%;
		letter-spacing: 5px;
		padding-bottom: 20px;
	}
	.sub-t {
		display: block;
		text-align: center;
		color: #FFF;
		line-height: 140%;
		font-size: 19px;
		letter-spacing: 5px;
		font-weight: normal;
		padding-bottom: 20px;
	}
	.top-lineup .txmain {
		color: #FFF;
		padding-left: 3%;
		padding-right: 3%;
		margin-bottom: 30px;
	}
	.top-lineup .list {
		display: block;
		padding-left: 3%;
		padding-right: 3%;
	}
	.top-lineup .list li {
		display: block;
		margin-bottom: 20px;
		background: #FFF;
	}
	.top-lineup .list li .in {
		display: block;
		padding: 5%;
	}
	.top-lineup li h3 {
		display: block;
		position: relative;
		font-size: 17px;
		line-height: 130%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.top-lineup li h3::after {
		position: absolute;
		left: 0;
		bottom: 0px;
		content: "";
		width: 40px;
		height: 2px;
		background: #c48851;
	}
	.top-lineup li p {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 13px;
		line-height: 170%;
	}
	.top-lineup .bottom-box {
		display: block;
		padding: 25px 0 25px 0;
	}
	.btn02 {
		display: block;
		width: 220px;
		margin: 0 auto;
	}
	.btn02 a {
		display: block;
		text-align: center;
		text-decoration: none;
		letter-spacing: 2px;
		font-size: 15px;
		color: #FFF;
		padding: 14px 0 13px 0;
		background: #b19a7d;
		position: relative;
	}
	.btn02 a:hover {
		opacity: 1;
	}
	.btn02 a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.btn02 a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.btn02 a span {
		display: inline-block;
		position: relative;
		z-index: 3;
	}
	.top-lineup .btn02 {
		padding-bottom: 20px;
	}
}


/* BOTTOMCONTACT
-------------------------*/
@media screen and (max-width: 549px) {
	.bottom-contact {
		display: block;
		background: #d9d6d4;
		padding: 25px 0 25px 0;
	}
	.bottom-contact h2 {
		display: block;
		text-align: center;
		font-size: 23px;
		line-height: 120%;
		letter-spacing: 5px;
		padding-bottom: 15px;
	}
	.bottom-contact .list {
		display: block;
		padding-left: 3%;
		padding-right: 3%;
	}
	.bottom-contact .list .tels {
		display: block;
		text-align: center;
		font-size: 20px;
		letter-spacing: 3px;
		padding-bottom: 15px;
	}
	.mailbtn {
		display: block;
		width: 200px;
	}
	.mailbtn a {
		display: block;
		text-align: center;
		position: relative;
		background: #FFF;
		padding: 12px 0 10px 0;
		text-decoration: none;
	}
	.mailbtn a:hover {
		opacity: 1;
	}
	.mailbtn a::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0px;
		content: "";
		z-index: 1;
		-moz-transition: all  0.2s;
		-o-transition: all  0.2s;
		-webkit-transition: all  0.2s;
		transition: all  0.2s;
	}
	.mailbtn a:hover::after {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
		background: #bbb8b7;
		content: "";
		z-index: 1;
	}
	.mailbtn a span {
		display: inline-block;
		position: relative;
		z-index: 4;
		background: url(../images/mailico.jpg) left top 5px no-repeat;
		font-size: 17px;
		padding: 0 0 0 33px;
		line-height: 100%;
	}
	.bottom-contact .mailbtn {
		display: block;
		margin: 0 auto;
	}
}



/* footer
-------------------------*/
@media screen and (max-width: 767px) {
	footer {
		display: block;
		background: #2c2c2c;
		color: #FFF;		
	}
	.foot-top {
		display: block;
		padding: 20px 0 20px 0;
	}
	.foot-top figure {
		display: block;
		float: left;
		width: 14%;
		padding: 4px 10px 0 10px;
	}
	.foot-top figure img {
		width: 100%;
	}
	.foot-top .txt {
		display: block;
		float: left;
		width: 77%;
		color: #FFF;
		font-size: 10px;
		line-height: 145%;
	}
	.flink {
		display: none;
	}
	.copy {
		display: block;
		text-align: center;
		padding: 6px 0 6px 0;
		background: #000000;
	}
	.copy small {
		font-size: 11px;
		color: #FFF;
	}
	.pagetop {
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 180px;
	}
	.pagetop a {
		display: block;
		text-align: center;
		width: 180px;
		padding: 45px 0 45px 0;
		background: #FFF;
	}
	.pagetop a img {
		display: inline-block;
	}
}



/*=============================
	sub-page
===============================*/

/* ITEM
-------------------------*/
@media screen and (max-width: 699px) {
	header.color-fff li {
		color: #FFF;
	}
	header.color-fff a {
		color: #FFF;
	}
	header.color-fff .hnav p:nth-child(1) {
		border-right: #FFF solid 1px;
	}
	.sub-main {
		display: block;
		text-align: center;
		height: 220px;
	}
	.sub-main.item {
		background: url(../images/item/submain.jpg) top center no-repeat #191919;
		color: #FFF;
	}
	.sub-main h2 {
		display: block;
		text-align: center;
		font-size: 18px;
		letter-spacing: 5px;
		line-height: 120%;
		padding: 75px 0 20px 0;
	}
	.sub-main span {
		display: block;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
	}
	.branch {
		display: block;
		padding: 25px 0 0px 0;
	}
	.branch ul {
		display: none;
	}
	.item-base {
		display: block;
		padding-bottom: 40px;
	}
	h2.ce-ti01 {
		display: block;
		text-align: center;
		font-size: 15px;
		letter-spacing: 6px;
		line-height: 120%;
		margin-bottom: 30px;
	}
	.item-base {
		display: block;
	}
	.item-base .one {
		display: block;
		margin-bottom: 35px;
	}
	.item-base h3 {
		display: block;
		position: relative;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: 2px;
		padding: 13px 20px 13px 25px;
		line-height: 140%;
		background: #2e2e2e;
	}
	.item-base h3::before {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: #b19a7d;
		width: 11px;
		height: 11px;
	}
	.item-base figure {
		display: block;
		background: #d9d6d4;
		padding: 15px;
		margin-bottom: 20px;
	}
	.item-base figure img {
		width: 100%;
	}
	.item-base table {
		width: 100%;
		border-collapse: collapse;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 140%;
		font-size: 12px;
		margin-bottom: 27px;
	}
	.item-base table th {
		text-align: left;
		font-weight: normal;
		padding: 20px 0 25px 0;
		width: 37%;
		position: relative;
		border-bottom: #b19a7d solid 1px;
	}
	.item-base table th::before {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 6px;
		background: #b19a7d;
	}
	.item-base table td {
		text-align: left;
		padding: 15px 2% 15px 2%;
		border-bottom: #b19a7d solid 1px;
	}
	.item-base .txt {
		display: block;
	}
	.item-base .txt li {
		display: inline-block;
		position: relative;
		background: url(../images/item/pdf.jpg) left top 7px no-repeat;
		background-size: auto 15px;
		padding: 5px 2px 5px 17px;
		margin-right: 14px;
		margin-bottom: 10px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 12px;
	}
	.item-base .txt li.zip {
		background: url(../images/item/zip.jpg) left top 7px no-repeat;
		background-size: auto 15px;
	}
	.item-base .txt li a {
		text-decoration: underline;
		color: #3481bd;
		font-size: 12px;
		line-height: 110%;
	}
	.item-base .txt li a:hover {
		text-decoration: none;
	}
	.item-base .txt li span {
		margin-left: 5px;
		margin-right: 0px;
	}
}


/* RECRUIT
-------------------------*/
@media screen and (max-width: 549px) {
	.sub-main.recruit {
		background:url(../images/recruit/submain.jpg) top center no-repeat;
		background-size: cover;
	}
	.recruit-box {
		display: block;
		padding: 35px 0 0 0;
	}
	.recruit-box .b-mtx {
		display: block;
		text-align: center;
		line-height: 190%;
		letter-spacing: 3px;
		font-size: 13px;
		margin-bottom: 40px;
	}
	.ti02 {
		display: block;
		text-align: center;
		font-size: 21px;
		letter-spacing: 6px;
		line-height: 110%;
		margin-bottom: 35px;
	}
	.ti02 span {
		display: block;
		text-align: center;
		font-size: 14px;
		letter-spacing: 100%;
	}
	.coupon {
		display: block;
		padding-bottom: 35px;
	}
	.coupon li {
		display: block;
		background: #b19a7d;
		text-align: center;
		padding: 1%;
		margin-bottom: 25px;
	}
	.coupon li .in {
		display: block;
		border: #FFF solid 1px;
		padding: 14px;
		position: relative;
		text-decoration: none;
	}
	/*.coupon li .in::before,
	.coupon li .in::after{
		position: absolute;
		bottom: -65px;
		right: -65px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}*/
	.coupon li .in::before{
		box-sizing: border-box;
		width: 44px;
		height: 44px;
		border: 44px solid transparent;
		border-left: 44px solid #FFF;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.coupon li span {
		display: block;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 100%;
		padding: 0px 0 10px 0;
	}
	.coupon li b {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 110%;
		padding-bottom: 10px;
	}
	.coupon li small {
		display: inline-block;
		color: #FFF;
		font-size: 13px;
		line-height: 120%;
		background: url(../images/recruit/down.jpg) left top no-repeat;
		padding: 0px 5px 0px 24px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.rec-info {
		display: block;
		padding: 35px 0 35px 0;
		background: #2e2e2e;
	}
	.rec-info .ti02 {
		color: #FFF;
	}
	.rec-info .ti02 span {
		margin-top: 12px;
	}
	.rec-info .list {
		display: block;
	}
	.rec-info .list li {
		display: block;
		text-align: center;
		color: #FFF;
		font-size:15px;
		line-height: 120%;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
}


/* COMPANY
-------------------------*/
@media screen and (max-width: 549px) {
	.sub-main.company {
		background:url(../images/company/submain.jpg) top center no-repeat;
		background-size: cover;
		color: #FFF;
	}
	.company-box1 {
		display: block;
		background: url(../images/company/bg1.jpg) top center no-repeat;
		padding: 35px 0 35px 0;
	}
	.company-box1 table {
		width: 100%;
		border-collapse: collapse;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 140%;
		font-size: 12px;
		margin-bottom: 40px;
	}
	.company-box1 table th {
		text-align: left;
		font-weight: normal;
		padding: 20px 0 25px 0;
		width: 33%;
		position: relative;
		border-bottom: #b19a7d solid 1px;
	}
	.company-box1 table th::before {
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: "";
		width: 100%;
		height: 6px;
		background: #b19a7d;
	}
	.company-box1 table td {
		text-align: left;
		padding: 15px 2% 15px 2%;
		border-bottom: #b19a7d solid 1px;
	}
	.company-box1 .ti02 {
		margin-bottom: 10px;
	}
	.company-box1 .list02 {
		display: block;
	}
	.company-box1 .list02 li {
		display: block;
		float: left;
		width: 38.5%;
		padding: 4%;
		background: #eeeeee;
		border: #b19a7d solid 1px;
		margin-bottom: 20px;
	}
	.company-box1 .list02 li:nth-child(2n) {
		float: right;
	}
	.company-box1 .list02 li img {
		width: 100%;
	}
	.rec-info .if {
		display: block;
		padding-bottom: 20px;
	}
	.rec-info .if iframe {
		width: 100%;
		height: 245px;
	}
	.rec-info .list02 {
		display: block;
	}
	.rec-info .list02 li {
		display: block;
		color: #FFF;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 12px;
		line-height: 120%;
		border-left: #b19a7d solid 5px;
		padding-left: 20px;
		margin-bottom: 22px;
	}
	.ir-base {
		display: block;
		padding: 35px 0 40px 0;
	}
	.ir-base .tx {
		display: block;
		text-align: center;
		letter-spacing: 2px;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 14px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	.ir-base .list {
		display: block;
	}
	.ir-base .list .one {
		display: block;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		padding: 20px 14px 20px 14px;
		background: #e7e7e7;
		margin-bottom: 20px;
	}
	.ir-base .one h3 {
		display: block;
		width: 93%;
		position: relative;
		font-size: 20px;
		line-height: 120%;
		padding-left: 6%;
		margin-bottom: 10px;
	}
	.ir-base .one h3::before {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		content: "";
		width: 11px;
		height: 11px;
		background: #b19a7d;
	}
	.ir-base .one p {
		display: block;
		float: right;
		font-size: 14px;
	}
	.ir-base .one p a {
		text-decoration: underline;
		color: #3481bd;
	}
	.ir-base .one p span {
		display: inline-block;
		margin-left: 25px;
		
	}
}


/* COMPANY
-------------------------*/
@media screen and (max-width: 549px) {
	.sub-main.contact {
		background:#dad6d5;
	}
	.contact-box {
		display: block;
		padding: 35px 0 35px 0;
	}
	.contact-box .tx {
		display: block;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 200%;
		padding-bottom: 40px;
	}
	.contact-box table {
		width: 100%;
		font-size: 12px;
		line-height: 140%;
		border-collapse: collapse;
	}
	.contact-box table td {
		border-bottom: #b19a7d solid 1px;
		padding: 15px 0 17px 0;
		vertical-align: top;
	}
	.contact-box table .hi {
		display: none;
	}
	.contact-box table .ma span {
		display:inline-block;
		text-align: center;
		color: #FFF;
		font-size: 12px;
		background: #b19a7d;
		margin-left: 15px;
	}
	.contact-box table .ma {
		display: block !important;
		border-bottom: #b19a7d solid 0px;
		font-size: 15px;
	}
	.contact-box table td.int {
		display: block !important;
		padding: 0px 0 15px 0;
	}
	.n001 {
		width: 98%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
	}
	.n002 {
		width: 22%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	.contact-box select {
		width: 22%;
		height: 36px;
		padding: 4px 1% 4px 1%;
		border: #f4f4f4 solid 1px;
		border: none;
	}
	.txer {
		width: 98%;
		height: 140px;
		padding: 4px 1% 4px 1%;
		background: #f4f4f4;
		border: none;
	}
	.privlink {
		display: block;
		padding: 20px 0 20px 0;
		text-align: center;
	}
	.privlink a {
		text-decoration: underline;
		font-size: 12px;
		letter-spacing: 2px;
		color: #3481bd;
	}
	.cbtn {
		display: block;
		padding: 30px 0 20px 0;
		text-align: center;
	}
	.sbt {
		font-size: 16px;
		color: #FFF;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
		background: #b19a7d;
		border: none;
		cursor: pointer;
		width: 230px;
		height: 45px;
	}
	.int-lf {
		display: block;
		float: left;
		width: 45%;
	}
	.int-lf .n002 {
		width: 70%;
	}
	span.error {
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}
}


/* PRIVACY
-------------------------*/
@media screen and (max-width: 549px) {
	.priv01 {
		display: block;
		padding-bottom: 20px;
	}
	.priv01 h3 {
		font-size: 15px;
		line-height: 160%;
		border-bottom: #333 dotted 1px;
		margin-bottom:15px;
	}
	.priv01 p {
		display: block;
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 2px;
		padding-bottom: 10px;
	}
	.top-newsbase .sti {
		font-size: 15px;
		margin-bottom: 15px;
		color: #5B71AD;
	}
	.top-newsbase dd .txt {
		font-size: 12px;
		font-weight: normal;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 160%;
		letter-spacing: 2px;
		padding-bottom: 25px;
	}
	.top-newsbase dd .txt a {
		text-decoration: underline;
		color: #5B71AD;
	}
	.b-mtx.mb2 {
		margin-bottom: 25px;
	}
	.b-mtx.mb3 {
		margin-bottom: 35px;
	}
	.mainb {
		display: block;
		padding-bottom: 35px;
	}
	.bts {
		display: block;
		text-align: center;
		padding: 20px 6% 20px 6%;
	}
	.bts a {
		display: block;
		text-align: center;
		border-top: #359A03 solid 3px;
		background: #D7F4B4;
		text-decoration: none;
		margin: 0 auto;
		padding: 13px 0 13px 0;
		font-size: 12px;
		line-height: 170%;
		position: relative;
	}
	.bts a span {
		display: block;
		text-align:center;
	}
	.bts a small {
		display: block;
		font-size: 10px;
		font-weight: bold;
		color: #359A03;
	}
	.bts a::before,
	.bts a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.bts a::before{
		right: 13px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #359A03;
		border-right: 1px solid #359A03;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.bg-ef {
		background: #EFEFEF;
	}
}



/* CORONAVIRUS
-------------------------*/
@media screen and (max-width: 549px) {
	.sub-main.coronavirus {
		background:url("../images/coronavirus/submain.png") top center no-repeat;
		background-size: cover;
		color: #FFF;
	}
	.coronavirus-box{
		display: block;
		width:95%;
		margin:0 auto;
		padding: 70px 0 0 0;
		animation-delay: 0.5s;
	}
	.coronavirus-box h2.ce-ti01{
		text-align:left;
		font-size:22px;
		font-weight:bold;
	}
	.coronavirus-box h3{
		display: block;
		text-align: left;
		font-size: 20px;
		font-weight:bold;
		letter-spacing: 6px;
		line-height: 200%;
		margin-bottom: 50px;
	}
	.coronavirus-box h4{
		display: block;
		text-align: left;
		font-size: 18px;
		font-weight:bold;
		letter-spacing: 6px;
		line-height: 200%;
		margin-bottom: 50px;
	}
	.coronavirus-box > p{
		display: block;
		width:100%;
		margin-bottom: 50px;
		line-height: 230%;
		text-align: left;
		font-size: 12px;
		letter-spacing: 3px;
	}
	.coronavirus-box > p a{
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size:12px;
		word-wrap:break-word;
	}
	.coronavirus-box > .c_news_list{
		width:100%;
		margin:0 auto 50px;
		padding:30px;
		background-color:#eee;
	}
	.coronavirus-box > ul li{
		margin-bottom:10px;
		font-size:12px;
	}
	.coronavirus-box > ul li:last-child{
		margin-bottom:0;
	}
	
	.coronavirus-box > p .red{
		padding:5px 5px;
		background-color:#fdeff2;
		color:#e60033;
	}
	.coronavirus-box .coronavirus_01{
		width:100%;
		margin:0 auto 50px;
	}
	
	.coronavirus-box .coronavirus_02{
		width:100%;
		margin:0 auto 50px;
	}
	.coronavirus-box .float_img_text{
		margin:0 auto 50px;
	}
	.coronavirus-box .coronavirus_03{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.coronavirus-box .float_img_text p{
		margin-top:20px;
		line-height: 230%;
		font-size: 12px;
		letter-spacing: 3px;
	}
	.coronavirus-box .youtube{
		margin-bottom:50px;
	}
	.coronavirus-box .movie-wrap{
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
	}
	.coronavirus-box .movie-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.bnr_coronavirus_sp{
		display:block;
		width:90%;
		margin:20px auto;
	}
	.bnr_coronavirus_pc{
		display:none;
	}
}



  /* 省エネ大賞 */
  @media screen and (max-width: 767px) {
	.shoene-banner {
		display: none;
	}
	.shoene_news {
		/*text-align:center;*/
		margin-top:-20px;
		margin-bottom:20px
	}
	.shoene_news ul{
		display:block;
	}
	.shoene_news ul li{
		width:90%;
		margin:15px auto;
	}
	
}