/*******************************************

snav

*******************************************/
.snav {
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
.snav a {
	display:block;
	height:auto;
	padding:15px 5% 12px 5%;
	clear:both;
}
.snav a:after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.snav li {
	border-top: 1px solid #787878;
	border-bottom: 1px solid #FFF;
	position:relative;
	float:left;
	color:#000;
	font-weight:bold;
	font-size:104%;
	background: -moz-linear-gradient(top, #FFF, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dddddd));
  text-align: center;
}
.snav li.long {
	width:100%!important;
  border-right: none!important;
}
.snav li:nth-child(-n+2) {
	border-top: none;
}
.snav li a {
	color: #000;
}
.snav li:nth-child(2n-1) {
	border-right:1px solid #787878;
	width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.snav li:nth-child(2n) {
	border-left:1px solid #FFF;
	width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*******************************************

Person

*******************************************/
.person dl {
  margin-bottom: 2px;
}
.person dt img {
  width: 100%;
}
.person dd {
  padding: 15px 15px 25px 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  display:none;
}
.person dd .tit {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

/*******************************************

Blog

*******************************************/
.blog{
	padding-top:20px;
}
.blog .inner:first-child{
	margin:0 15px 25px 15px;
	padding-top:0;
  border-style: none;
}
.blog .inner{
	margin:0 15px 25px 15px;
	padding-top:15px;
  border-top: 2px solid #2e8adb;
}
.blog img {
	width:100%;
}
.blog .ico_new {
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	background: #ff0000;
	font-size: .8em;
  margin-right: 5px;
}
.blog .txtbox .tit {
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  border-bottom: 1px dotted #766043;
  padding: 0px 0 5px;
  font-size: 120%;
}
.blog .cnt_box {
  font-size: 12px;
  line-height: 1.6;
}
.archive {
width:90%;
margin: 10px auto 20px;
}
.archive img.space{
        padding: 0 0 0px 0;
}
.archive .open{
  background:#2e8adb;
  position:relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-weight:bold;
  font-size:13px;
  text-align: center;
}
.archive .open p{
	color:#fff;
}
.archive .menu li{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),color-stop(1, #f7f7f7));
	border-bottom:1px solid #BFBFCE;
	border-bottom-style: dotted;
	border-left:1px solid #BFBFCE;
	border-right:1px solid #BFBFCE;
	position:relative;
text-align: left;
}
.archive .menu li:last-child{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),color-stop(1, #f7f7f7));
	border-bottom:1px solid #BFBFCE;
	border-left:1px solid #BFBFCE;
	border-right:1px solid #BFBFCE;
	position:relative;
	text-align: left;
	-webkit-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
.archive .menu a{
	display:block;
	width:95%;
	height:40px;
	font-size:14px;
	color:#2e8adb;
	font-weight:bold;
	line-height:40px;
	padding:0px 0px 0px 22px;
text-align: left;
}
.archive .menu li.close{
	text-align: right;
}
.archive .menu li.close span a{
	display:block;
	width:95%;
	height:40px;
	font-size:14px;
	color:#766043;
	font-weight:bold;
	line-height:40px;
	background:none;
	padding:0px 15px 0px 0px;
}

/*******************************************

Voice

*******************************************/
.tit_list {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
}
.voice .inner:first-child{
	margin:0 15px 25px 15px;
	padding-top:0;
  border-style: none;
}
.voice .inner{
	margin:0 15px 25px 15px;
	padding-top:15px;
  border-top: 2px solid #2e8adb;
}
.voice img {
	width:100%;
}
.voice .tit {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
}
.voice .sub {
  margin: 0px 17px 10px 17px;
}
.voice dl {
	border-bottom: 1px solid #787878;
}
.voice dt {
  padding: 10px 25px 10px 17px;
  font-weight: bold;
  position: relative;
	background: -moz-linear-gradient(top, #FFF, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dddddd));
	border-top: 1px solid #787878;
}
.voice dt::after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.voice dt.active::after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.voice dd {
  padding: 10px 17px 10px;
  display: none;
}

/*******************************************

Performance

*******************************************/
.performance{
	padding-top:20px;
}
.performance .inner:first-child{
	margin:0 15px 25px 15px;
	padding-top:0;
  border-style: none;
}
.performance .inner{
	margin:0 15px 25px 15px;
	padding-top:15px;
  border-top: 2px solid #2e8adb;
}
.performance img {
	width:100%;
}
.performance .ico_new {
	font-weight: bold;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	background: #ff0000;
	font-size: .8em;
  margin-right: 5px;
}
.performance .txtbox .tit {
  margin: 0px 0px 15px 0px;
  font-weight: bold;
  border-bottom: 1px dotted #766043;
  padding: 0px 0 5px;
  font-size: 120%;
}
.performance .detail{
	margin:0 15px 25px 15px;
	padding-bottom:15px;
  border-bottom: 2px solid #2e8adb;
}
.performance .detail img {
	width:100%;
}
.performance .detail .tit {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
}
.performance .detail .photo {
  margin-bottom: 10px;
}
.performance .detail .sub {
  margin: 0px 0px 10px 0px;
}
.performance .detail dl {
  margin:0 0 5px 0;
}
.performance .detail dt {
  background: #eaeaea;
  padding: 10px 17px;
  margin:0 0 10px 0;
  font-weight: bold;
}
.performance .detail dd {
  padding: 0 17px 10px;
}
.performance .detail .txt {
  font-size: 12px;
  line-height: 1.6;
}

/*******************************************

Privacy

*******************************************/
.privacy dl {
  margin:0 0 5px 0;
}
.privacy dt {
  background: #eaeaea;
  padding: 10px 17px;
  margin:0 0 10px 0;
  font-weight: bold;
}
.privacy dd {
  padding: 0 17px 10px;
}

/*******************************************

Faq

*******************************************/
.faq dt {
	border-top: 1px solid #787878;
  padding: 10px 25px 10px 25px;
	position:relative;
	background: -moz-linear-gradient(top, #FFF, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dddddd));
}
.faq dt::after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.faq dt.active::after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.faq dt:before {
	content: "Q.";
	font-size: 15px;
	position: absolute;
	top: 8px;
	left: 5px;
	font-weight:bold;
}
.faq dd {
  padding: 15px 15px 25px 25px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  display:none;
  color: #069;
	position:relative;
}
.faq dd:before {
	content: "A.";
	position: absolute;
	top: 15px;
	left: 5px;
	font-weight:bold;
}

/*******************************************

Business

*******************************************/
.business .header_txt{
	margin:0 15px 15px 15px;
	padding-top:15px;
  text-align: center;
  font-size: 13px;
}
.business .header_txt .tit{
	margin-bottom:15px;
}
.business img{
	width: 100%;
}
.business .unit{
	margin-bottom:25px;
}
.business .unit .tit {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
	margin-bottom:15px;
}
.business .unit .gallery {
	margin:0 15px 30px 15px;
}
.business .unit .gallery img {
  width: 100%;
}
.business .unit .txt {
	margin:0 17px 17px 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.business dl {
	border-bottom: 1px solid #787878;
}
.business dt {
	font-weight:bold;
	font-size:104%;
	border-top: 1px solid #787878;
  padding: 10px 15px 10px 25px;
	position:relative;
	background: -moz-linear-gradient(top, #FFF, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dddddd));
  text-align: center;
}
.business dt .blue {
	color: #2e8adb;
}
.business dt:after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.business dt.active:after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.business dd {
  padding: 15px 15px 25px 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
	position:relative;
  display:none;
}
.business dd .photo {
  margin-bottom: 10px;
}
.business dd .photo img {
  width: 100%;
}
.business dd .emphasis {
  font-size: 15px;
  font-weight: bold;
  color: #F56200;
}


/*******************************************

Recruit

*******************************************/
.recruit img {
  width: 100%;
}
.recruit .unit {
  margin-bottom: 35px;
}
.recruit .unit .btn_wrapper {
  margin: 0 15px;
}
.recruit .unit .txt_frame {
  padding: 15px;
  margin: 0 15px;
  border: 2px solid #2c2c2c;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.recruit .unit .photo {
  margin: 0 15px;
}
.recruit .unit .txt {
  margin: 0 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.recruit .unit .txt_tit {
  font-weight: bold;
  font-size: 20px;
	text-align: center;
}
.recruit .unit .txt_tit02 {
  font-weight: bold;
  font-size: 14px;
	text-align: center;
}
.recruit .unit .tit {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
	margin-bottom:15px;
}

p.txt02 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.mynavi {
  width: 50%;
  margin: 0 auto;
}

.recruit .table_wrapper {
	margin: 0 15px;
  overflow: scroll;
}
.recruit .recruit_table {
	width: 800px;
	border: 1px solid #12559E;
}
.recruit .recruit_table a {
	color: #333;
}
.recruit .recruit_table a:hover {
	color: #999;
}
.recruit .recruit_table th.w25p {
	width: 25%;
	border-right: 1px solid #12559E;
	border-bottom: 1px solid #12559E;
	font-weight: bold;
	text-align: center;
	background-color: #EBF7FF;
	padding: 10px;
	color: #12559E;
}
.recruit .recruit_table th.w20p {
	width: 20%;
	border-right: 1px solid #12559E;
	border-bottom: 1px solid #12559E;
	font-weight: bold;
	text-align: center;
	background-color: #EBF7FF;
	padding: 10px;
	color: #12559E;
}
.recruit .recruit_table th.data {
	border-right: 1px solid #12559E;
	border-bottom: 1px solid #12559E;
	font-weight: bold;
	text-align: right;
	background-color: #FFFBF5;
	padding: 10px;
	color: #755B33;
}
.recruit .recruit_table td {
	border-right: 1px solid #12559E;
	border-bottom: 1px solid #12559E;
	text-align: center;
	padding: 10px;
}

/*******************************************

Company

*******************************************/
.company img {
  width: 100%;
}
.company .unit {
  margin-bottom: 35px;
}
.company .unit .tit {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
	margin-bottom:15px;
}
.company .unit .photo {
  margin: 0 15px;
}
.company .unit .name {
  margin: 0 17px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
.company .unit .name .emphasis {
  font-size: 20px;
  font-weight: bold;
}
.company .unit .txt_tit01 {
  font-weight: bold;
  font-size: 17px;
	text-align: center;
}
.company .unit .txt_tit02 {
  font-weight: bold;
  font-size: 20px;
	text-align: center;
}
.company .unit .txt {
  margin: 0 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.company .table_wrapper {
  margin: 0 15px;
}
.company .company_table td a,
.company .company_table02 td a {
  text-decoration: underline!important;
}
.company .company_table {
	border: 1px solid #7d7d7d;
  width: 100%;
}
.company .company_table td {
	border-bottom: 1px solid #7d7d7d;
	text-align: center;
	padding: 10px;
  font-weight: bold;
  font-size: 15px;
}
.company .company_table td .s_txt {
  font-size: 13px;
  font-weight: normal;
}
.company .company_table02 {
	border: 1px solid #999;
}
.company .company_table02 th {
	width: 20%;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-align: right;
	background-color: #fbfbfb;
	padding: 10px;
}
.company .company_table02 td {
	width: 80%;
	border-bottom: 1px solid #999;
	text-align: left;
	padding: 10px;
}
.company .map_tit {
	background-color: #999;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.company .map iframe {
  height: 200px;
  width: 100%;
}
.photo_wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pre_photo img{
  width: 90%;
}
.pre_txt_area{
  width: 50%;
}

/*******************************************

Flow

*******************************************/
.flow img {
  width: 100%;
}
.flow .unit {
  margin-bottom: 35px;
}
.flow .unit .tit {
  font-weight: bold;
  font-size: 17px;
	text-align: center;
}
.flow dl {
  margin: 0 15px;
  padding: 13px 7px;
  text-align: left;
  border-bottom: 1px dotted #6f6f6f;
}
.flow dt {
	font-weight: bold;
}
.flow .unit .photo {
  margin: 0 15px;
}
.flow .unit .txt {
  margin: 0 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

/*******************************************

Maintenance

*******************************************/
.maintenance img{
	width: 100%;
}
.maintenance .header_txt{
	margin:0 15px 15px 15px;
	padding-top:15px;
  text-align: center;
  font-size: 13px;
}
.maintenance .header_txt .tit{
	margin-bottom:15px;
}
.maintenance .unit {
	padding:15px;
  border-top: 1px solid #cbcbcb;
}
.maintenance .unit .tit {
  font-weight: bold;
  font-size: 20px;
	text-align: center;
  margin-bottom: 10px;
}
.maintenance .unit .green {
	color: #5aaa3a;
}
.maintenance .unit .blue {
	color: #2e8adb;
}
.maintenance .unit .orange {
	color: #f15a24;
}
.maintenance .unit .photo {
  margin-bottom: 10px;
}
.maintenance .unit .txt {
  margin: 0 2px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

/*******************************************

Otasuke

*******************************************/
.otasuke img{
	width: 100%;
}
.otasuke .unit {
	margin-bottom:15px;
}
.otasuke .conv {
	background: #2c2c2c;
	padding:15px 15px 25px 15px;
}
.otasuke .table_wrapper {
	margin: 0 15px 10px;
  overflow: scroll;
}
.otasuke .table_img {
	width: 424px;
}
.otasuke .unit .txt {
  margin: 0 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.otasuke .unit .txt_conv {
  margin: 0 17px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.otasuke .unit .tit01 {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #8fc31f;
  color: #fff;
	text-align: center;
}
.otasuke .unit .tit02 {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #5696df;
  color: #fff;
	text-align: center;
}
.otasuke dl {
	border-bottom: 1px solid #787878;
}
.otasuke dt {
	font-weight:bold;
	font-size:104%;
	border-top: 1px solid #787878;
  padding: 10px 15px 10px 25px;
	position:relative;
	background: -moz-linear-gradient(top, #FFF, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dddddd));
  text-align: center;
}
.otasuke dt:after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.otasuke dt.active:after {
	border-right: 1px solid #535353;
  border-top: 1px solid #535353;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
  display: block;
  height: 6px;
  right: 10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.otasuke dd {
  padding: 15px 15px 25px 25px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
	position:relative;
  display:none;
}

/*******************************************

Freon

*******************************************/
.freon .header_txt{
	margin:0 15px 15px 15px;
	padding-top:15px;
  text-align: left;
  font-size: 13px;
}
.freon .header_txt .tit{
	margin-bottom:15px;
}
.freon img{
	width: 100%;
}
.freon .unit {
  margin-bottom: 35px;
}
.freon .unit .tit {
  font-weight: bold;
  font-size: 17px;
  padding: 10px 17px;
  background: #4496df;
  color: #fff;
	text-align: center;
	margin-bottom:15px;
}
.freon .unit .txt {
  margin: 0 17px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}
.freon .unit .emphasis {
  font-size: 15px;
  font-weight: bold;
}
.freon .unit .emphasis .red {
  color: #c80000;
}
.freon .freon_table {
	width: 100%;
	border: 1px solid #383838;
}
.freon .freon_table th {
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	text-align: center;
	background-color: #e4e4e4;
	padding: 10px;
  font-weight: normal;
}
.freon .freon_table td {
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
	text-align: center;
	padding: 10px;
}
.freon .freon_table .emphasis {
  font-size: 15px;
  font-weight: bold;
}
.freon .conv {
	background: #2c2c2c;
	padding:15px 15px 25px 15px;
}
