.business01 h2 {
  background: url("../images/bg_index01.jpg") no-repeat 0 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 60%;
  }
}

.btn01 a {
  padding: 15px 0;
}

@media all and (-ms-high-contrast: none) {
  .btn01 a {
    padding: 18px 0 12px;
  }
}

.businessTop01 {
  padding-bottom: 0;
}

.businessTop01 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #235bad;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.businessTop01 h3 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
}


.businessTop01 .copy01 {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .businessTop01 .copy01 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.businessTop01 .localNavArea01 {
  padding: 150px 0;
  background: url("../images/bg_index02.jpg") no-repeat 50% 0;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .businessTop01 .localNavArea01 {
    padding: 110px 0;
  }
}

@media screen and (max-width: 1200px) {
  .businessTop01 .localNavArea01 {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1100px) {
  .businessTop01 .localNavArea01 {
    padding: 85px 0;
  }
}

@media screen and (max-width: 1000px) {
  .businessTop01 .localNavArea01 {
    padding: 75px 0;
  }
}

@media screen and (max-width: 900px) {
  .businessTop01 .localNavArea01 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 800px) {
  .businessTop01 .localNavArea01 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 420px) {
  .businessTop01 .localNavArea01 {
    padding: 45px 0;
  }
}

.businessTop01 .localNav01 {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .businessTop01 .localNav01 {
    top: -134px;
  }
}

.businessTop01 .localNav01 li:hover a:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .businessTop01 .localNav01 li:nth-last-child(3) a, .businessTop01 .localNav01 li:nth-last-child(2) a, .businessTop01 .localNav01 li:last-child a {
    padding: 23px 0 28px;
  }
	.localNav01 li:nth-last-child(2) a,.localNav01 li:last-child a{
    height: 100%;
    width: 100%;
    line-height: 3em;
	}
}

.businessTop01 .localNav01 a {
  padding: 36px 0 48px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .businessTop01 .localNav01 a {
    padding: 16px 0 22px;
    line-height: 1.2;
  }
}

.businessTop01 .localNav01 a:after {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 auto;
  border-bottom: 2px solid #235bad;
  border-right: 2px solid #235bad;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .businessTop01 .localNav01 a:after {
    bottom: 12px;
  }
}


.contentArea02 .content01 {
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .contentArea02 .content01 {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 .content01 {
    padding-top: 0;
    background: #fff;
  }
}

.contentArea02 li {
  font-size: 15px;
  width: calc((100% - 3% * 2) / 3);
}

@media screen and (max-width: 767px) {
  .contentArea02 li {
    width: calc((100% - 3%) / 2);
  }
}

@media screen and (max-width: 420px) {
  .contentArea02 li {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .contentArea02 li:nth-child(3n+1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 li:nth-child(2n+1) {
    clear: both;
  }
}

@media print, screen and (min-width: 768px) {
  .contentArea02 li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .contentArea02 li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 420px) {
  .contentArea02 li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contentArea02 li{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 li{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .contentArea02 li{
    margin-bottom: 40px;
  }
}

.contentArea02 h3 {
  font-weight: bold;
  font-size: 22px;
	margin-top: 5px;
	margin-bottom: 0;
  color: #235bad;
}

@media screen and (max-width: 767px) {
  .contentArea02 h3 {
    font-size: 14px;
  }
}

.contentArea02 h3:after {
  content: "";
  width: 50px;
  height: 1px;
  margin: 8px 0 15px;
  background: #416cb1;
  display: block;
}

@media screen and (max-width: 767px) {
  .contentArea02 h3:after {
    width: 20px;
    margin: 5px 0 8px;
  }
}

.contentArea02 .image01 {
  position: relative;
}

.contentArea02 .image01 a:hover {
  opacity: 0.5;
}

.contentArea02 .image01:before, .contentArea02 .image01:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
}

.contentArea02 .image01:before {
  width: 40px;
  height: 40px;
  background: #235bad;
  right: 0px;
  bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .contentArea02 .image01:before {
    width: 40px;
    height: 40px;
    bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 .image01:before {
    width: 30px;
    height: 30px;
    bottom: 5px;
  }
}

.contentArea02 .image01:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
  bottom: 19px;
}

@media screen and (max-width: 1100px) {
  .contentArea02 .image01:after {
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 .image01:after {
    width: 8px;
    height: 8px;
    right: 12px;
    bottom: 15px;
  }
}

.contentArea02 .textArea01 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contentArea02 .textArea01 {
    font-size: 12px;
    margin-top: 0;
  }
}

.contentArea02 .btn02 {
  font-style: normal;
  max-width: 240px;
  margin: 20px auto 0;
  letter-spacing: 0;
}

.contentArea02 .btn02 a {
  padding: 12px 0;
}

@media all and (-ms-high-contrast: none) {
  .contentArea02 .btn02 a {
    padding: 14px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .contentArea02 .btn02 a {
    padding: 10px 0;
  }
}

.contentArea02 .btn02 a:after {
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 767px) {
  .contentArea02 .btn02 a:after {
    width: 4px;
    height: 4px;
  }
}

.contentArea02 .btn02 a:hover {
  color: #fff;
  background: #235bad;
}

.contentArea02 .btn02 a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contentArea02 a {
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
}

.contentArea02 a:hover {
  opacity: 1;
}


.businessList01{
	padding-bottom: 0!important;
}

@media screen and (max-width: 767px) {
  .businessList01 h2 {
    margin-bottom: 0;
  }
}

.businessList01 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #235bad;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .businessList01 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.businessList01 h3 span {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .businessList01 h3 span {
    font-size: 12px;
  }
}

.businessList01 h3 span:before {
  content: "";
  width: 50px;
  height: 1px;
  margin: 5px auto 10px;
  background: #416cb1;
  display: block;
  position: relative;
  right: 0;
  left: 0;
}

.businessList01 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #235bad;
  margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .businessList01 h4 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .businessList01 h4 {
    font-size: 15px;
  }
}

.businessList01 .categoryContent{
	padding-top: 0;
}

.businessDetail01 h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .businessDetail01 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.businessDetail01 h3 span {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #235bad;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .businessDetail01 h3 span {
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  .businessDetail01 .btn01 a {
    padding: 12px 0;
  }
}

.list01 li {
  font-size: 16px;
  width: 376px;
  margin-bottom: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(96, 96, 96, 0.2);
  box-shadow: 0 0 5px rgba(96, 96, 96, 0.2);
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1250px) {
  .list01 li {
    width: 31.3%;
  }
}

@media screen and (max-width: 1000px) {
  .list01 li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .list01 li {
    font-size: 13px;
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .list01 li {
    width: 100%;
    float: none;
  }
}

.list01 li:hover {
  border-bottom: 2px solid #235bad;
  opacity: 1;
}

.list01 li:hover a {
  color: #fff;
  background: #235bad;
}

.list01 li:hover a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.list01 li h5 {
  font-size: 18px;
  font-weight: bold;
  color: #235bad;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .list01 li:nth-child(3n+1) {
    clear: both;
  }
}

@media print, screen and (min-width: 768px) {
  .list01 li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .list01 li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .list01 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.list01 .image01 {
  height: 196px;
  padding: 8px 10px;
}

@media screen and (max-width: 1000px) {
  .list01 .image01 {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .list01 .image01 {
    height: 115px;
  }
}

@media screen and (max-width: 767px) {
  .list01 .image01 {
    height: 175px;
  }
}

@media screen and (max-width: 640px) {
  .list01 .image01 {
    height: 145px;
  }
}

@media screen and (max-width: 500px) {
  .list01 .image01 {
    height: 110px;
  }
}

@media screen and (max-width: 420px) {
  .list01 .image01 {
    height: 195px;
  }
}

@media screen and (max-width: 375px) {
  .list01 .image01 {
    height: 175px;
  }
}

@media screen and (max-width: 320px) {
  .list01 .image01 {
    height: 148px;
  }
}

.list01 .new01 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 68px;
  background: #eac839;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .list01 .new01 {
    font-size: 14px;
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .list01 .new01 {
    font-size: 12px;
    width: 45px;
  }
}

.list01 .textArea01 {
  padding: 15px 20px 20px;
}

@media screen and (max-width: 767px) {
  .list01 .textArea01 {
    padding: 10px 10px 15px;
  }
}

.list01 .btn02 {
  font-size: 12px;
  max-width: 120px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .list01 .btn02 {
    margin-top: 15px;
  }
}

.list01 .btn02 a {
  padding: 4px 0;
}

.list01 .btn02 a:after {
  right: 15px;
}

.detailArea01 {
  padding-bottom: 40px;
}

.detailArea01 .image01 {
  width: 600px;
}

@media screen and (max-width: 1250px) {
  .detailArea01 .image01 {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .detailArea01 .image01 {
    width: 100%;
    float: none;
  }
}

.detailArea01 .image01 img {
  width: 100%;
}

.detailArea01 .text01 {
  width: 542px;
  line-height: 2;
}

@media screen and (max-width: 1250px) {
  .detailArea01 .text01 {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .detailArea01 .text01 {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}

.detailArea01 .text01 p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .detailArea01 .text01 p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.galleryArea01 {
  padding: 45px 0;
  background: -moz-linear-gradient(left, #effafc, #e2e9f3);
  background: -webkit-linear-gradient(left, #effafc, #e2e9f3);
  background: -webkit-gradient(linear, left top, right top, from(#effafc), to(#e2e9f3));
  background: -o-linear-gradient(left, #effafc, #e2e9f3);
  background: linear-gradient(to right, #effafc, #e2e9f3);
}

.galleryArea01 li {
  width: 236px;
  line-height: 0;
}

@media screen and (max-width: 1250px) {
  .galleryArea01 li {
    width: 19.68%;
  }
}

@media screen and (max-width: 767px) {
  .galleryArea01 li {
    width: 49%;
  }
}

.galleryArea01 li:nth-child(2) a {
  background: url("../images/pic_detail03.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(3) a {
  background: url("../images/pic_detail04.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(4) a {
  background: url("../images/pic_detail05.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(5) a {
  background: url("../images/pic_detail06.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(6) a {
  background: url("../images/pic_detail07.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(7) a {
  background: url("../images/pic_detail06.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(8) a {
  background: url("../images/pic_detail04.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:nth-child(9) a {
  background: url("../images/pic_detail05.jpg") no-repeat 50% 0;
  background-size: cover;
}

.galleryArea01 li:last-child a {
  background: url("../images/pic_detail03.jpg") no-repeat 50% 0;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .galleryArea01 li:nth-child(5n+1) {
    clear: both;
  }
}

@media print, screen and (min-width: 768px) {
  .galleryArea01 li:not(:nth-child(5n)) {
    margin-right: 0.4%;
  }
}

@media print, screen and (min-width: 768px) {
  .galleryArea01 li:not(:nth-last-child(5)):not(:nth-last-child(4)):not(:nth-last-child(3)):not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 0.4%;
  }
}

@media screen and (max-width: 767px) {
  .galleryArea01 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .galleryArea01 li:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 2%;
  }
}

.galleryArea01 a {
  height: 236px;
  background: url("../images/pic_detail02.jpg") no-repeat 50% 0;
  background-size: cover;
  display: block;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .galleryArea01 a {
    height: 218px;
  }
}

@media screen and (max-width: 1100px) {
  .galleryArea01 a {
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .galleryArea01 a {
    height: 180px;
  }
}

@media screen and (max-width: 900px) {
  .galleryArea01 a {
    height: 160px;
  }
}

@media screen and (max-width: 800px) {
  .galleryArea01 a {
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .galleryArea01 a {
    height: 345px;
  }
}

@media screen and (max-width: 640px) {
  .galleryArea01 a {
    height: 285px;
  }
}

@media screen and (max-width: 500px) {
  .galleryArea01 a {
    height: 215px;
  }
}

@media screen and (max-width: 420px) {
  .galleryArea01 a {
    height: 180px;
  }
}

@media screen and (max-width: 375px) {
  .galleryArea01 a {
    height: 160px;
  }
}

@media screen and (max-width: 320px) {
  .galleryArea01 a {
    height: 135px;
  }
}

.galleryArea01 img {
  opacity: 0;
}

.detailArea02 {
  padding: 45px 0 15px;
}

.detailArea02 li:not(:last-child) {
  margin-bottom: 30px;
}

.detailArea02 h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 2px solid #e3e6e8;
}

@media screen and (max-width: 767px) {
  .detailArea02 h4 {
    font-size: 18px;
  }
}

.detailArea02 h4 span {
  position: relative;
}

.detailArea02 h4 span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #235bad;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  .detailArea02 h4 span:before {
    top: -9px;
  }
}

.detailArea02 .company01 {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .detailArea02 .company01 {
    font-size: 16px;
  }
}

.detailArea02 p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .detailArea02 p {
    font-size: 13px;
  }
}

.categoryContent {
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .categoryContent {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 1101px) {
  .categoryContent .container {
    width: 1000px;
  }
}

.categoryContent h3 {
  font-size: 36px;
  color: #235bad;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  .categoryContent h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .categoryContent h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.categoryContent h3 span {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 1100px) {
  .categoryContent h3 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .categoryContent h3 span {
    font-size: 12px;
  }
}

.categoryContent h3 span:before {
  content: "";
  width: 50px;
  height: 1px;
  margin: 2px 0 8px;
  background: #416cb1;
  display: block;
}

@media screen and (max-width: 767px) {
  .categoryContent h3 span:before {
    width: 30px;
    margin: 0 0 5px;
  }
}

.categoryContent h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
	color: #333;
}

@media screen and (max-width: 767px) {
  .categoryContent h4 {
    font-size: 18px;
  }
}

.categoryContent h4 span {
  font-size: 14px;
  font-style: italic;
  color: #235bad;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .categoryContent h4 span {
    font-size: 12px;
  }
}

.categoryContent h5 {
  font-size: 18px;
  font-weight: bold;
  color: #235bad;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .categoryContent h5 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

.categoryContent .mainText01 {
  font-size: 16px;
  font-weight: bold;
  width: 670px;
  min-height: 383px;
  padding: 70px 0 50px;
  line-height: 1.8;
}

@media screen and (max-width: 1650px) {
  .categoryContent .mainText01 {
    width: 580px;
  }
}

@media screen and (max-width: 1500px) {
  .categoryContent .mainText01 {
    width: 520px;
  }
}

@media screen and (max-width: 1440px) {
  .categoryContent .mainText01 {
    width: 416px;
  }
}

@media screen and (max-width: 1200px) {
  .categoryContent .mainText01 {
    width: 42%;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .categoryContent .mainText01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .categoryContent .mainText01 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .categoryContent .mainText01 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 800px) {
  .categoryContent .mainText01 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .categoryContent .mainText01 {
    width: 100%;
    padding: 0 0 30px;
    min-height: inherit;
  }
}

.categoryContent .mainImage01 {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .categoryContent .mainImage01 {
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .categoryContent .mainImage01 {
    width: 100%;
    position: static;
  }
}

.categoryContent .caseArea01 {
  padding: 50px 0 55px;
  background: -moz-linear-gradient(left, #d9e2ef, #e8f9fe);
  background: -webkit-linear-gradient(left, #d9e2ef, #e8f9fe);
  background: -webkit-gradient(linear, left top, right top, from(#d9e2ef), to(#e8f9fe));
  background: -o-linear-gradient(left, #d9e2ef, #e8f9fe);
  background: linear-gradient(to right, #d9e2ef, #e8f9fe);
}

@media screen and (max-width: 1300px) {
  .categoryContent .caseArea01 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 900px) {
  .categoryContent .caseArea01 {
    padding: 45px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .categoryContent .caseArea01 {
    padding: 30px 0 50px;
  }
}

@media print, screen and (min-width: 1251px) {
  .categoryContent .caseArea01 .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1101px) {
  .categoryContent .caseArea01 .container {
    width: 94%;
  }
}

.categoryContent .list01 li {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (min-width: 768px) {
  .categoryContent .list01 li {
    margin-bottom: 40px;
  }
}

.categoryContent .btn01 {
  font-style: normal;
  margin-top: 0;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .categoryContent .btn01 {
    font-size: 18px;
    width: 375px;
  }
}

@media screen and (max-width: 420px) {
  .categoryContent .btn01 {
    width: 80%;
  }
}

.glassContent01 .mainImage01,
.conveyerContent01 .mainImage01,
.autoContent01 .mainImage01 {
  right: 0;
}

.caseContent01 .mainImage01,
.controlContent01 .mainImage01,
.heatContent01 .mainImage01 {
  left: 0;
}

.caseContent01 .mainText01,
.controlContent01 .mainText01,
.heatContent01 .mainText01 {
  width: 620px;
  float: right;
}

@media screen and (max-width: 1650px) {
  .caseContent01 .mainText01,
  .controlContent01 .mainText01,
  .heatContent01 .mainText01 {
    width: 480px;
  }
}

@media screen and (max-width: 1500px) {
  .caseContent01 .mainText01,
  .controlContent01 .mainText01,
  .heatContent01 .mainText01 {
    width: 520px;
  }
}

@media screen and (max-width: 1440px) {
  .caseContent01 .mainText01,
  .controlContent01 .mainText01,
  .heatContent01 .mainText01 {
    width: 416px;
  }
}

@media screen and (max-width: 1250px) {
  .caseContent01 .mainText01,
  .controlContent01 .mainText01,
  .heatContent01 .mainText01 {
    width: 38%;
  }
}

@media screen and (max-width: 767px) {
  .caseContent01 .mainText01,
  .controlContent01 .mainText01,
  .heatContent01 .mainText01 {
    width: 100%;
  }
}

.caseContent01:last-child .caseArea01,
.controlContent01:last-child .caseArea01,
.heatContent01:last-child .caseArea01 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .caseContent01:last-child .caseArea01,
  .controlContent01:last-child .caseArea01,
  .heatContent01:last-child .caseArea01 {
    padding-bottom: 50px;
  }
}

.displayNone {
  display: none;
}

#cboxContent button:focus {
  outline: none;
}
