#select {
  border-bottom: solid 3px #cb292e;
}

.content_title {
  font-size: 32px;
  text-align: center;
  margin: 70px 0;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}

.page_title {
  padding: 0 0 70px 0;
}

.sub_title {
  color: #00532e;
  font-size: 28px;
  font-weight: 700;
  padding: 4px 0;
  font-family: "M PLUS 1p", sans-serif;
  border-bottom: solid 2px #00532e;
}

.contact_box {
  display: block;
  width: 450px;
  padding: 30px 20px;
  background-color: #c7161e;
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 30px 0;
}

.contact_img {
  height: 68px;
  display: block;
  margin: 20px auto;
}

.contact_box p {
  font-size: 20px;
}

.m-block {
  display: none;
}

.backGreen_text {
  color: #fff;
  background-color: #00532e;
  border-radius: 2px;
  font-family: "M PLUS 1p", sans-serif;
  margin: 30px 0;
  letter-spacing: 4px;
  display: table;
  font-weight: 300;
  padding: 5px 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .main_area p {
    font-size: 16px;
  }
  .m-block {
    display: block;
  }

  .content_title {
    font-size: 24px;
    margin: 40px 0;
  }

  .sub_title {
    font-size: 20px;
  }

  .contact_box {
    width: 80%;
    margin: 30px auto;
    padding: 16px;
    font-size: 14px;
    max-width: 320px;
  }

  .contact_img {
    margin: 14px auto;
    height: 50px;
  }

  .contact_box p {
    font-size: 16px;
  }

  .backGreen_text {
    font-size: 18px;
    margin: 30px auto;
  }
}

/* ヘッダー */

header {
  width: 100%;
  border-bottom: solid 4px #00532e;
  padding: 30px 0 16px 0;
  min-width: 1040px;
}

.header_area {
  width: 1040px;
  margin: 0 auto;
}

header p {
  margin: 10px 0;
  font-size: 14px;
}

header h2 {
  display: inline-block;
  line-height: 60px;
  margin: 0;
  font-weight: 600;
  font-size: 26px;
}

.title {
  margin: 0;
  height: 60px;
}

.title span {
  font-size: 20px;
  display: inline-block;
  margin: 0 8px;
}

.header_logo {
  height: 60px;
  vertical-align: bottom;
}

.title_logo {
  width: 240px;
}

.header_menu {
  list-style: none;
  display: flex;
  margin-top: 24px;
  font-weight: 500;
}

.header_menu a {
  margin: 0 8px;
  padding: 16px 8px 10px 8px;
}

.header_menu a:hover {
  border-bottom: solid 3px #cb292e;
  transition-duration: 0.2s;
}

@media (max-width: 768px) {
  header {
    width: 100%;
    padding: 16px 0 8px 0;
    min-width: auto;
  }

  .header_area {
    width: 100%;
  }

  header h2 {
    display: inline-block;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
  }

  header p {
    margin: 10px 3px;
    padding: 0 10px;
    font-size: 10px;
  }

  .header_logo {
    height: 40px;
    padding-left: 10px;
    vertical-align: bottom;
  }

  .title_logo {
    width: 180px;
  }

  .title {
    margin: 0;
    height: 40px;
  }

  .title span {
    font-size: 14px;
    display: inline-block;
    margin: 0 8px;
  }
}

.fb-container {
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fb-container {
    width: 300px;
    margin: 40px auto;
  }
}

/* トップ */
.main_img {
  width: 100%;
  object-fit: cover;
}

.new_info {
  font-size: 32px;
  text-align: center;
  margin: 70px 0 26px 0;
  font-weight: 300;
}

.content {
  background-color: #daeddb;
  min-width: 1040px;
  padding: 40px 0;
  width: full;
}

.content h2 {
  font-size: 32px;
  text-align: center;
  margin: 44px 0;
}

.content_area {
  width: 32%;
  font-size: 18px;
  overflow: hidden;
  display: block;
}

.content_area2 {
  display: flex;
  margin: 30px 0;
  font-size: 18px;
  width: 48%;
  height: 150px;
  overflow: hidden;
}

.content_img1 {
  height: 260px;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.content_img2 {
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 30%;
  transition: 1s all;
  vertical-align: bottom;
}

.content_img3 {
  width: 45%;
  object-fit: cover;
  display: block;
  margin: 25px auto;
}

.content_area:hover .content_img1 {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}

.content_area2:hover .content_img2 {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}

.content_text {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 16px 0 12px 0;
  height: 74px;
}

.content_text2 {
  text-align: center;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_text p {
  margin: 6px auto;
}

.bg-orange {
  background-color: #f29600;
  display: table;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.content_area3 {
  width: 32%;
  font-size: 18px;
  color: #fff;
  background-color: #00532e;
  height: 150px;
  text-align: center;
}

.content_area3 img {
  height: 75px;
  display: block;
  object-fit: cover;
  margin: 20px auto 10px auto;
}

.content_area3:hover .content_img4 {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}

.content_area4 {
  width: 32%;
  height: 150px;
}

.content_area4 img {
  width: 76%;
  object-fit: cover;
  display: block;
  margin: 10px auto;
}

.nav_img img {
  margin: 0 30px;
  display: block;
}

.life_img1 {
  width: 210px;
}

.life_img2 {
  width: 400px;
}

@media (max-width: 768px) {
  .main_img {
    margin-bottom: 0px;
  }
  .content {
    background-color: #daeddb;
    padding: 30px 0;
    min-width: auto;
  }

  .new_info {
    font-size: 24px;
    margin: 40px 0;
  }

  .content h2 {
    font-size: 24px;
    margin: 30px 0;
  }

  .content_area {
    width: 100%;
    font-size: 16px;
    margin: 30px auto;
  }

  .content_area2 {
    display: block;
    margin: 30px 0;
    font-size: 16px;
    width: 100%;
    height: auto;
  }

  .content_img1 {
    width: 100%;
  }

  .content_img2 {
    width: 100%;
    height: 160px;
  }

  .content_img3 {
    width: 100px;
    padding: 28px 0;
    margin: 0 auto;
  }

  .content_text {
    height: auto;
    padding: 30px 0;
  }

  .content_text2 {
    height: auto;
    padding: 20px 0;
    width: 100%;
  }

  .content_text p {
    margin: 0 auto;
  }

  .bg-orange {
    font-size: 14px;
  }

  .content_area3 {
    width: 100%;
    font-size: 16px;
    height: 150px;
    text-align: center;
  }

  .content_area3 img {
    padding-top: 20px;
    display: block;
    object-fit: cover;
    margin: 30px auto 10px auto;
  }

  .content_area4 {
    width: 96%;
    max-width: 320px;
    margin: 30px auto;
  }

  .nav_img img {
    margin: 30px auto;
  }

  .life_img1 {
    width: 200px;
  }

  .life_img2 {
    width: 300px;
  }
}

/* フッター */
footer {
  font-size: 14px;
  color: #fff;
  border-top: solid 4px #c7161e;
  min-width: 1040px;
  width: 100%;
}

footer a {
  color: #fff;
}

footer ul {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.footer_logo {
  display: block;
  margin-bottoom: 20px;
  vertical-align: bottom;
  object-fit: cover;
  max-width: 320px;
}

.footer_menu ul {
  margin: 20px;
}

.footer_menu li {
  margin: 10px 0;
  display: block;
}

.footer_menu a:hover {
  text-decoration: underline;
}

footer small {
  display: table;
  color: #000;
  margin: 20px auto 30px auto;
}

@media (max-width: 768px) {
  footer {
    min-width: auto;
  }

  .footer_menu ul {
    margin: 0;
  }
}

/* 会社紹介 */

.message {
  background-color: #daeddb;
  width: 100%;
  min-width: 1040px;
  margin-top: 60px;
}

.message p {
  margin: 14px 0;
}

.representative {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin: 10px 0;
  font-weight: lighter;
  text-align: right;
}

.representative span {
  font-size: 22px;
  margin: 0 10px;
  display: inline-block;
}

.company_logo {
  width: 120px;
  display: block;
  margin: 70px auto 40px auto;
}

.w-description {
  width: 60%;
}

.description {
  border-top: solid 2px #ccc;
  margin: 0 auto;
  min-width: 650px;
  display: flex;
}

.description h4 {
  padding: 22px 26px;
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  background-color: #efefef;
}

.description > p {
  padding: 22px 30px;
  line-height: 105%;
}

.description p {
  font-size: 18px;
  line-height: 150%;
}

.description > div {
  padding: 22px 0;
  margin: 0 0 0 30px;
}

.description ul {
  font-weight: 300;
  font-size: 18px;
  list-style: disc;
  padding: 6px 50px;
}

.description_img1 {
  height: 320px;
  display: block;
  object-fit: cover;
  margin: 36px 30px;
}

.access p {
  margin: 30px 0;
}

.access iframe {
  margin-bottom: 40px;
  height: 400px;
}

.border-b {
  border-bottom: solid 2px #ccc;
}

@media (max-width: 768px) {
  .company_logo {
    margin: 30px auto;
  }

  .message {
    min-width: auto;
    margin-top: 30px;
  }

  .message p {
    font-size: 14px;
  }

  .representative {
    font-size: 20px;
    margin: 6px 0;
  }

  .representative span {
    font-size: 16px;
  }

  .description_img1 {
    height: auto;
    width: 88%;
    display: block;
    margin: 40px auto;
  }

  .w-description {
    width: 95%;
    min-width: auto;
  }

  .description {
    border-top: solid 1px gray;
    min-width: auto;
  }

  .description h4 {
    padding: 8px 0;
    font-size: 14px;
    min-width: 100px;
  }

  .description > p {
    padding: 8px 2px;
    line-height: 120%;
  }

  .description p {
    font-size: 14px;
  }

  .description > div {
    padding: 8px 2px;
    margin: 0;
    font-size: 14px;
  }

  .description ul {
    list-style: disc;
    padding: 0px 22px;
    font-size: 14px;
  }

  .access h4 {
    margin: 20px 0;
    font-size: 14px;
  }

  .access iframe {
    margin-bottom: 20px;
    height: 200px;
  }

  .border-b {
    border-bottom: solid 1px #ccc;
  }
}

/* 保有設備・許可 */

.facility_img {
  display: block;
  width: 50%;
  margin: 50px auto;
}

.description2 {
  border-top: solid 2px #ccc;
  width: 60%;
  margin: 0 auto;
  display: flex;
}

.description2 h4 {
  font-weight: 300;
  padding: 20px 0;
  width: 30%;
  text-align: center;
  background-color: #efefef;
}

.description2 p {
  padding: 20px 30px;
  font-size: 16px;
}

.grid_menu {
  width: 62%;
  list-style: disc;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  font-weight: 300;
}

.grid_menu2 {
  width: 100%;
  min-width: 1040px;
  font-weight: 300;
  list-style: disc;
  margin: 0 0 50px 0;
  padding: 20px 0;
  list-style-position: inside;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.grid_menu2 span {
  width: 180px;
  overflow-x: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}

.facility_img2 {
  margin: 50px 0 0 0;
}

.facility_img2 img {
  width: 47%;
  display: block;
}

.min-w-20 {
  min-width: 260px;
}

@media (max-width: 768px) {
  .facility_img {
    width: 90%;
    margin: 30px auto;
  }

  .facility_title {
    margin: 30px auto;
    font-size: 16px;
  }

  .description2 {
    width: 95%;
  }

  .description2 h4 {
    padding: 10px 0;
    width: 30%;
    min-width: 100px;
    font-size: 14px;
  }

  .description2 p {
    padding: 8px 16px;
    font-size: 14px;
  }

  .grid_menu {
    width: 60%;
    font-size: 14px;
    display: block;
  }

  .grid_menu2 {
    margin-bottom: 30px;
    min-width: auto;
    width: 90%;
    padding: 20px;
    display: block;
  }

  .facility_img2 img {
    width: 95%;
    margin: 20px auto;
  }

  .min-w-20 {
    min-width: 110px;
  }
}

/* 採用情報 */

.recruit_text {
  text-align: center;
  margin: 50px 0 70px 0;
  font-size: 20px;
}

@media (max-width: 768px) {
  .recruit_text {
    font-size: 14px;
    margin: 40px 0;
  }
}

/* 軽トラ積み放題パック */
.poster1 {
  display: block;
  margin: 50px auto;
  width: 65%;
}

@media (max-width: 768px) {
  .poster1 {
    width: 95%;
  }
}

/* オフィス・店舗・事務所・工場の廃棄物処理 */

.text-red {
  text-align: center;
  margin: 40px 0 0 0;
  font-size: 26px;
  letter-spacing: 2px;
  color: #c7161e;
  font-weight: 600;
}

.service {
  width: 47%;
}

.service h4 {
  text-align: center;
  color: #00532e;
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0;
}

.list_area {
  color: #fff;
  writing-mode: vertical-rl;
  padding: 0 24px;
  letter-spacing: 1px;
  height: 210px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .text-red {
    font-size: 20px;
  }
  .service {
    width: 95%;
    margin: 0 auto;
  }

  .service h4 {
    font-size: 18px;
  }

  .list_area {
    writing-mode: horizontal-tb;
    padding: 12px;
    height: auto;
    margin: 0 auto;
    width: 90%;
    font-size: 16px;
  }

  .arrow {
    width: 30px;
    margin: 0;
    display: block;
    transform: rotate(90deg);
  }
}

/* ご家庭の粗大ゴミ・不用品の処分 */
.disposal_flow {
  background-color: #daeddb;
  width: 100%;
  border-radius: 5px;
  display: flex;
  padding: 44px 0;
  margin: 50px 0;
}

.disposal_flow h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  font-family: "DINNextLTPro", "sans-serif";
  padding-left: 44px;
}

.disposal_flow h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}

@media (max-width: 786px) {
  .disposal_flow {
    padding: 20px 0;
  }

  .disposal_flow h2 {
    font-size: 36px;
    line-height: 36px;
    padding-left: 20px;
  }

  .disposal_flow h4 {
    font-size: 18px;
  }

  .disposal_flow p {
    font-size: 14px;
  }
}

/* 蛍光灯の処分に関して */
.alert_text {
  display: flex;
  justify-content: center;
  min-width: 700px;
  margin: 40px auto;
}

.alert_text p {
  font-size: 20px;
  margin: 14px 16px;
}

.disposal_link {
  width: 70%;
  min-width: 700px;
  margin: 40px auto 100px auto;
  display: block;
  text-align: center;
  padding: 30px 0;
  background-color: #00532e;
  color: #fff;
  font-size: 24px;
  position: relative;
}

.next {
  position: absolute;
  height: 26px;
  margin-top: 6px;
  right: 30px;
}

.disposal_area {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.disposal_area img {
  width: 35%;
  height: 230px;
  object-fit: cover;
  object-position: 20% 30%;
}

.disposal_text {
  width: 60%;
}

.disposal_text h2 {
  font-size: 62px;
  line-height: 62px;
  font-weight: 600;
}

.disposal_text h4 {
  font-size: 24px;
  margin: 22px 0;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
}

.disposal_text p {
  font-size: 18px;
}

.arrow3 {
  text-align: center;
  margin: 0 auto;
  display: block;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .alert_text {
    min-width: auto;
    width: 95%;
  }

  .alert_text img {
    height: 60px;
    display: block;
  }

  .alert_text p {
    font-size: 14px;
    margin: 0 0 0 12px;
  }

  .disposal_link {
    width: 95%;
    min-width: auto;
    max-width: 330px;
    margin: 40px auto;
    padding: 16px 0;
    font-size: 14px;
  }

  .next {
    height: 16px;
    margin-top: 2px;
    right: 6px;
  }

  .disposal_area {
    display: block;
    margin: 30px auto;
  }

  .disposal_area img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 20% 30%;
  }

  .disposal_text {
    width: 100%;
  }

  .disposal_text h2 {
    font-size: 42px;
    font-weight: 600;
  }

  .disposal_text h4 {
    font-size: 22px;
    margin: 8px 0 14px 0;
  }

  .disposal_text p {
    font-size: 14px;
  }
}

/* 子どもリサイクル出前授業 */
.recycle_description p {
  margin: 30px 0;
}

/* 近畿サービスのSDGs */
.sdgs_img {
  width: 120px;
  margin: 48px auto;
  display: block;
}

.sdgs_img2 {
  width: 220px;
  margin: 48px auto;
  display: block;
}

.media_img {
  width: 200px;
}

@media (max-width: 768px) {
  .sdgs_img {
    width: 80px;
  }

  .media_img {
    margin: 20px auto 10px auto;
    display: block;
    width: 98%;
  }

  .m-media-w {
    width: 47%;
  }
  .m-media-w p {
    font-size: 14px;
  }
}

/* お問合せ */
.bg_red_text {
  background-color: #c7161e;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  margin-left: 10px;
}

contact_area {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.contact_area tr {
  margin: 0;
  border: solid 1px gray;
}

.contact_area th {
  text-align: left;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 22px;
}

.contact_area td {
  width: 66%;
}

.contact_area input {
  width: 92%;
  display: block;
  margin: 0 auto;
  padding: 16px 3%;
  font-size: 20px;
}

.contact_area textarea {
  width: 92%;
  display: block;
   padding: 16px 3%;
  margin: 4px auto;
  font-size: 20px;
}

.file_area {
  height: 160px;
  position: relative;
  border: solid 1px gray;
  width: 96%;
  margin: 4px auto;
}

.file_logo {
  width: 80px;
}

.dropify {
  display: block;
  font-size: 20px;
  height: 130px;
  width: 100%;
  top: 0;
  cursor: pointer;
}

.contact_area select::-ms-expand {
  display: none;
}

.contact_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 16px 20px;
  width: 98%;
  font-size: 20px;
  line-height: 1.1em;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px gray;
  background-image: url(../images/SVG/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px;
}

.border-r {
  border: solid 1px #ccc;
  position: absolute;
  right: 15%;
  top: 50%;
  width: 30px;
  transform: rotate(90deg);
}
.confirm .border-r{
	display:none;
}
.w-24 {
  width: 24px;
  display: inline-block;
}

@media (max-width: 768px) {
  .bg_red_text {
    font-size: 14px;
    padding: 4px 8px;
  }

  .contact_area {
    width: 96%;
    margin: 0 auto;
  }

  .contact_area th {
    padding: 20px 2%;
    width: 96%;
    font-size: 16px;
    display: block;
  }

  .contact_area td {
    width: 100%;
    display: block;
  }

  .contact_area input {
    width: 94%;
    margin: 4px auto;
    padding: 12px 6px;
    font-size: 16px;
  }

  .contact_area textarea {
    width: 94%;
    margin: 4px auto;
    padding: 12px 6px;
    font-size: 16px;
  }

  .contact_area select {
    background-size: 20px;
    padding: 12px 6px;
    background-position: right 20px center;
    width: 100%;
    margin: 4px auto;
    padding: 12px 6px;
    font-size: 16px;
  }

  .confirm_btn {
    width: 200px;
    font-size: 22px;
    padding: 12px;
  }

  .back_btn {
    width: 120px;
    font-size: 12px;
  }

  .submit_btn {
    width: 120px;
    font-size: 12px;
  }

  .w-24 {
    width: 0;
  }
}
