@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------------------

　   toppage

--------------------------------------------------------------------------------------------- */
.toppage #contents section h2 {
  color: #00A296;
  font-size: 2em;
  margin: 2em 0;
}
.toppage #topmain a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.toppage #topmain a {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #8f82bc;
  font-size: 16px;
  font-weight: 900;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.toppage #topmain a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 100px;
  background: #8f82bc;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.toppage #topmain {
  background: url("/img/topBgImg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.toppage #policy {
  background: #FFF;
}
.toppage #contents #news dl dt {
  display: flex;
  justify-content: space-between;
}
.toppage #contents #news dl dt span {
  padding-left: 1em;
}
.toppage #contents #news dl dt span.cate {
    background-color: #00A296;
    color: #FFF;
    padding: 0 1em;
    margin-left: 1em;
}
@media all and (-ms-high-contrast:none) and (min-width : 769px) {
  .toppage #topmain .container {
        display: table-cell;
        min-height: 150px;
        vertical-align: middle;
    }
}
@media print, screen and (min-width : 769px) {
  .toppage #topmain .container {
    width: 70%;
    max-width: 700px;
  }
  .toppage #news {
    display: flex;
		flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 600px;
  }
  .toppage #contents #news dl {
    margin: 0 auto 2em auto;
    width: 800px;
  }
.toppage #contents #news dl dt {
	flex: 1 0 35%;
}
.toppage #contents #news dl dd {
	flex: 1 0 60%;
}
}
@media only screen and (max-width : 599px) {
.toppage #topmain {
	background-size: auto 100%;
  height: 400px;
}
.toppage #topmain a {
	display: none;
}
}
@media only screen and (max-width : 768px) {
  .toppage #contents #news dl {
    margin: 0 auto 2em auto;
    flex-direction: column;
    align-items: inherit;
  }
  .toppage #contents #news dl dt {
    flex-basis: auto;
    justify-content: start;
  }
  .toppage #contents #news dl dd {
    flex-basis: auto;
    justify-content: start;
    border-top: 1px #00A296 dotted;
  }
}
@media  (min-width : 600px)  and (max-width : 1024px) {
.toppage #topmain {
	background-size: 100% auto;
  height: 600px;
}
.toppage #topmain a {
	display: none;
}
}
.toppage #contents #news .link a {
  background-color: #0fa496;
  padding: 1em 1.5em;
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}
.toppage #policy .lead {
  font-weight: 900;
  font-size: 1.2em;
  margin: 0 auto 2em;
  color: #FFF;
}
.toppage #policy .lead p {
  margin-bottom: 1em;
}
@media print, screen and (min-width : 581px) {
  .toppage #policy {
    background: url("/company/img/titleBg.png") no-repeat bottom center;
    background-size: cover;
    padding: 2.4em 0;
    min-height: 520px
  }
}
@media only screen and (max-width : 580px) {
  .toppage #policy {
    background: url("/company/img/titleBg_sp.png") #7093cd no-repeat center bottom;
    ;
    background-size: contain;
    padding: 2.4em 0;
    min-height: 500px
  }
}
.toppage #policy .lead img {
  max-width: 500px;
  margin: auto;
}

.toppage .top_bnr li{
padding: 0.8em;}
/* ---------------------------------------------------------------------------------------------

　   company

--------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .companyTop #contents .vimeo {
    margin-top: 80px;
  }
  .companyTop #contents section .video-conts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 80px;
  }
  .companyTop #contents section .video-conts .inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 66vh;
  }
}
.companyTop #contents section .video-conts .inner .ttlBox {
  color: white;
  font-size: 1.5em;
}
.companyTop #contents section .video-conts .inner .rows {
  margin: 50px 0 0;
}
.companyTop #contents section .video-conts .inner .rows ul {
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}
.rows ul.col2_1 > li {
  flex-basis: 50%;
  padding: 2em;
  background: rgb(255 255 255 / 50%);
  margin: 0em 1em;
}
.companyTop .rows ul.col2_1 > li h4 {
  color: #00A296;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.companyTop #contents section .video-conts .inner .rows ul li div .text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: left;
}
.companyTop #contents section .video-conts .inner .rows.field .col2_1.clearfix li div .more {
  margin: 0 auto;
  width: 200px;
}
.companyTop #contents section .video-conts {}
.companyTop #contents section {
  padding: 0;
}
.companyTop .more a {
  display: inline-block;
  border: 1px solid rgb(30 30 30 / 90%);
  color: #141516;
  padding: 5px 2em;
}
.companyTop .more a:hover {
  background: #00A296;
  border: 1px solid #00A296;
  color: white;
  text-decoration: none;
}
.companyTop .more a:link, a:active, a:visited {
  color: #363636;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .companyTop #contents {
    height: 90vh;
  }
  .companyTop #contents section .video-conts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url("/company/img/top_psBG.jpg");
    background-size: cover;
    margin-top: 60px;
  }
  .companyTop #contents section .video-conts .inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 90vh;
    margin: 20px auto;
  }
  .companyTop #contents section .video-conts .inner .rows ul {
    list-style: none;
    flex-direction: column;
  }
  .companyTop .rows ul.col2_1 > li {
    margin: 1em
  }
  .companyTop #contents section {
    padding: 0;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  /* .pc { display: none !important; } */
  .sp {
    display: block !important;
  }
}
/*********************************************************************/
.company #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
@media print, screen and (min-width : 769px) {
  .company #contents .title {
    background: url("/company/img/titleBg.png") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
@media only screen and (max-width : 768px) {
  .company #contents .title {
    background: url("/company/img/titleBg_sp.png") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
.company #contents #message {}
@media (min-width : 451px) {
  .company #contents #message .message_wrap {
    display: flex;
    justify-content: space-between;
  }
  .company #contents #message .message_wrap .textL {
    text-align: justify;
    padding: 3em;
  }
  .company #contents #message .message_wrap .ceo {
    flex-basis: 25%;
  }
}
.company #contents #message .message_wrap .textL {
  flex-basis: 75%;
  padding: 2em;
  text-align: left;
}
.company #contents #message .message_wrap .textL .ceo_name {
  margin-bottom: 3em;
  text-align: right;
}
.company #contents #message .message_wrap .textL .ceo_name span {
  font-size: 1.2em;
}
@media (max-width : 450px) {
  #message .message_wrap .ceo {
    flex-basis: 25%;
    position: absolute;
    width: 25%;
    left: 0;
    top: 35%;
  }
}
/*******************9/15　変更************************/
@media (min-width : 769px) {
  #message .message_wrap2 {
    position: relative;
    display: flex;
    align-items: end;
    height: 700px;
  }
  #message .message_wrap2 .ceo {
    width: 60%;
    margin: 0;
    display: grid;
    place-items: center center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#message .message_wrap2 .text {
  background: #FFF;
  padding: 1.5em;
  flex-basis: 60%;
  box-sizing: border-box;
  z-index: 2;
  text-align: left;
  line-height: 1.9;
}
#message .message_wrap2 .text .ceo_name {
  margin-top: 2em;
  text-align: right;
}
#message .message_wrap2 .text .ceo_name span {
  font-size: 1.2em;
}
@media (max-width : 768px) {
  #message .message_wrap2 {
    flex-direction: column;
  }
}
/*******************************************/
.company #contents .history ul.timeline > li {
  margin-bottom: 0px;
  text-align: left;
}
.company #contents .history .timeline .timeline-date {
  color: #00A296;
  margin-bottom: 0px;
}
.company #contents .history .timeline .timeline-content {
  padding-bottom: 1.5em;
  padding-left: 2em;
  border-left: 1px #999 solid;
  margin-left: 1.5em;
}
.company #contents .history .timeline .timeline-content h3 {
  color: #00A296;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width : 750px) {
  .company #contents .history .timeline .timeline-date {
    font-size: 1.5rem;
  }
  .company #contents .history .timeline .timeline-content h3 {}
}
@media (min-width : 751px) {
  .company #contents .history ul.timeline > li {
    display: flex;
  }
  .company #contents .history .timeline .timeline-date {
    width: 30%;
    font-size: 2.0rem;
    padding-top: 5px;
    padding-right: 50px;
    text-align: right;
    line-height: 1;
  }
  .company #contents .history .timeline .timeline-content {
    text-align: left;
    padding-top: 5px;
    border-left: 1px #999 solid;
    padding-left: 50px;
    width: 75%;
    position: relative;
  }
  .company #contents .history .timeline .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00A296;
    position: absolute;
    left: -5px;
    top: 8px;
    border-radius: 100%;
  }
}
.company #contents .access ul.accessInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: content-box;
}
.company #contents .access ul.accessInfo li p {
  text-align: left;
}
.company #contents .access ul.accessInfo li {
  padding: 1em 0.5em;
}
@media (min-width : 768px) {
  .company #contents .access ul.accessInfo li p {
    margin-bottom: 10px;
  }
  .company #contents .access ul.accessInfo li:first-child {
    width: 30%;
  }
  .company #contents .access ul.accessInfo li:last-child {
    flex: 1;
  }
}
@media (max-width : 767px) {
  .company #contents .access ul.accessInfo {
    flex-direction: column;
  }
  .company #contents .access ul.accessInfo li p {
    margin: 2px 5px;
    text-align: center;
  }
  .company #contents .access ul.accessInfo li p .br_sp_none {
    padding-left: 10px;
  }
  .company #contents .access ul.accessInfo li:first-child img {
    width: 80%;
    margin: 10px auto;
  }
  .company #contents .access ul.accessInfo li .gmap_wrap {
    height: 400px;
  }
} /*
.history #contents ul li {
  width: 100%;
  text-align: left;
  margin: 4em 0;
  position: relative;
}
.history #contents ul li.li_bg_l {
  padding-right: 20%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(90deg, rgb(255 255 255 / 100%) 0 70%, #fff0 70% 100%);
}
.history #contents ul li.li_bg_r {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(90deg, rgb(255 255 255 / 100%) 0 90%, #fff0 90% 100%);
  margin-left: 20%;
  width: 80%;
}
.history #contents ul li > div.text {
  flex-basis: 80%;
  position: relative;
  padding: 2em;
}
.history #contents ul li > div.photo {
  padding: 2em 0;
  flex-basis: 50%;
}
.history #contents ul li span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: #00A296;
  line-height: 1.8;
}
.history #contents ul li span::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 4%;
  transform: translate(-50%) rotate(45deg);
  width: 2px;
  height: 90px;
  background-color: #00A296;
}
.history #contents ul li h3 {
  color: #00A296;
  margin-bottom: 1em;
}
@media print, screen and (min-width : 769px) {
  .history #contents ul li.h1967 .photo_s {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 20%;
  }
  .history #contents ul li.h1991 .photo_s {
    position: absolute;
    top: 150px;
    right: 40px;
    width: 20%;
  }
  .history #contents ul li.h2005 .photo_s {
    position: absolute;
    top: 190px;
    right: 0px;
    width: 30%;
  }
  .history #contents ul li.h2011 .text {
    flex-basis: 50%;
  }
  .history #contents ul li.h2020 {
    flex-direction: column
  }
  .history #contents ul li.h2020 .text {
    width: 85%;
  }
  .history #contents ul li.h2020 .photo_s {
    position: absolute;
    top: 190px;
    right: 0px;
    width: 30%;
  }
  .history #contents ul li.h2020 .photo > ul {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: content-box;
    margin: 0 2em;
  }
}
.history #contents ul li.h2020 .photo > ul li {
  padding: 0.5em;
  margin: 0;
}
@media (max-width : 767px) {
  .history #contents ul li {
    flex-direction: column;
    padding-bottom: 2em;
  }
  .history #contents ul li.li_bg_l {
    background: linear-gradient(90deg, rgb(255 255 255 / 100%) 0 90%, #fff0 90% 100%);
    padding-right: 10%;
  }
  .history #contents ul li.li_bg_r {
    background: rgb(255 255 255 / 100%);
    margin-left: 10%;
    width: 90%;
  }
  .history #contents ul li > div.text {
    width: 100%;
  }
  .history #contents ul li > div.photo {
    padding: 0 2em;
  }
  .history #contents ul li .photo_s {
    position: initial;
    width: auto;
    padding: 2em 2em 0 2em;
  }
}
.history .wrapper {
  position: relative;
  padding-top: 1px;
  background: #eef7f9;
}
.history .grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.history .grid div {
  height: 100%;
  border-right: 1px #ddd dashed;
  width: 20%;
}*/
/* ---------------------------------------------------------------------------------------------

　   service

--------------------------------------------------------------------------------------------- */
@media print, screen and (min-width : 769px) {
  .serviceTop #contents .title {
    background: url("/service/img/titleBg_service.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
@media only screen and (max-width : 768px) {
  .serviceTop .title {
    background: url("/service/img/titleBg_service_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
.service #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
@media print, screen and (min-width : 769px) {
  .serviceTop .service_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px;
    margin-bottom: 2em;
  }
  .serviceTop .service_menu ul li {
    flex-basis: 24%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 900;
  }
  .serviceTop .service_menu ul li a {
    min-height: 250px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .serviceTop .service_menu ul {
    display: flex;
    gap: 1px;
    flex-direction: column;
  }
  .serviceTop .service_menu ul li a {
    min-height: 120px;
  }
}
.serviceTop .service_menu ul li {
  background: #8f82bc;
  display: flex;
}
.serviceTop .service_menu ul li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  color: #FFF;
}
.serviceTop .service_menu ul li a:hover {}
.serviceTop .service_menu ul li:first-child {
  /* background: url("/service/img/service_menu01.jpg") no-repeat;
  background-size: cover;*/
}
/* ---.recycle----*/
@media print, screen and (min-width : 769px) {
  .recycle #contents .title {
    background: url("/service/img/titleBg.png") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
@media only screen and (max-width : 768px) {
  .recycle #contents .title {
    background: url("/service/img/titleBg_sp.png") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-attachment: fixed;*/
  }
}
.recycle #contents .section01 .items4_2 .item > div {
  padding: 1px;
}
.recycle #contents .section01 .items4_2 .item > div p {
  background: #eef7f9;
  padding: 1em;
  margin: 0;
}
.recycle #contents .section02 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recycle #contents .section02 h3.h3ttle {}
.recycle #contents .section02 h4 {
  font-size: 1.8em;
  letter-spacing: 2px;
  margin: 1em;
  color: #00A296;
}
.recycle #contents .section02 .container {
  width: 60%;
  max-width: 700px;
}
.recycle #contents .section02 .container p {
  text-align: left;
}
.recycle #contents .section02 .container .graph img {
  width: 70%;
  margin: 1em;
}
.recycle #contents .section02 .sozai {
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.recycle #contents .section02 .sozai li {
  background: #00A296;
  padding: 0.5em 1em;
  border-radius: 50px;
  color: #FFF;
}
.recycle #contents .section03 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eef7f9;
}
.recycle #contents .section03 ul.step > li {
  background: #FFF;
  margin-bottom: 1em;
  padding: 1em;
  text-align: left;
  display: flex;
  box-sizing: content-box;
}
.recycle #contents .section03 ul.step > li > div {
  padding: 1em;
  flex-basis: 50%;
  position: relative;
  align-content: flex-end;
}
.recycle #contents .section03 ul.step > li > div h4 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #00A296;
  position: absolute;
  top: 0;
  left: -1em;
}
.recycle #contents .section03 ul.step > li > div p {
  margin-top: 50px;
}
.recycle #contents .section03 ul.step > li > div.photo ul {
  box-sizing: content-box;
  margin-bottom: 0;
}
.recycle #contents .section03 ul.step > li > div.photo ul li {
  padding: 1px;
}
@media only screen and (max-width : 768px) {
  .recycle #contents .section02 .container {
    width: 90%;
  }
  .recycle #contents .section03 ul.step > li {
    flex-direction: column;
  }
}
.ribbon {
  position: relative;
  background: #00A296;
  color: #FFF;
  padding: 1em 1.5em 1em 1em;
  margin-right: 0.5em;
  font-size: 0.8em;
}
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 10px 25px 0;
}
/* ---.export----*/
@media print, screen and (min-width : 769px) {
  .export #contents .title {
    background: url("/service/img/titleBg_export.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width : 768px) {
  .export .title {
    background: url("/service/img/titleBg_export_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ---.products----*/
@media print, screen and (min-width : 769px) {
  .products #contents .title {
    background: url("/service/img/titleBg_products.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width : 768px) {
  .products .title {
    background: url("/service/img/titleBg_products_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ---.carlife----*/
@media print, screen and (min-width : 769px) {
  .carlife #contents .title {
    background: url("/service/img/titleBg_carlife.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width : 768px) {
  .carlife .title {
    background: url("/service/img/titleBg_carlife_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ---------------------------------------------------------------------------------------------

　   csr

--------------------------------------------------------------------------------------------- */
.csr_top #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
@media print, screen and (min-width : 769px) {
  .csr_top #contents .title {
    background: url("/csr/img/titleBg_top.jpg") no-repeat;
    background-size: cover;
    padding: 10em 0;
    color: #FFF;
    height: 400px;
  }
  .csr_top #contents .csr_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .csr_top #contents .csr_menu ul li {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 900;
    max-width: 300px;
  }
  .csr_top #contents .csr_menu ul li a {
    min-height: 250px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .csr_top #contents .title {
    background: url("../csr/img/titleBg_top_sp.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    display: flex;
    height: 250px;
    justify-content: center;
    align-items: center;
  }
  .csr_top #contents .csr_menu ul {
    display: flex;
    gap: 1px;
    flex-direction: column;
  }
  .csr_top #contents .csr_menu ul li a {
    min-height: 120px;
  }
}
.csr_top #contents .csr_menu ul {
  margin-bottom: 3em;
}
.csr_top #contents .csr_menu ul li {
  background: #8f82bc;
  display: flex;
}
.csr_top #contents .csr_menu ul li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  color: #FFF;
}
.csr .bunner {
  margin: auto;
  max-width: 700px;
}
@media print, screen and (min-width : 769px) {
  .csr #contents .title {
    background: url("/csr/img/titleBg_csr.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .csr #contents .back_number .container {
    width: 70%;
    max-width: 700px;
  }
}
@media only screen and (max-width : 768px) {
  .csr .title {
    background: url("/csr/img/titleBg_csr_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.csr #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
.csr_tour #contents .title {
  background: #eef7f9;
  padding: 2em;
}
.csr_tour #contents .title h1 {
  margin-top: 0em;
  margin: 0;
}
.csr_tour #contents h2.h2ttle {
  text-align: left;
  font-size: 1.6em;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #00A296;
  position: relative;
  margin-top: 1em;
}
.csr_tour #contents h2.h2ttle span.date {
  background: #00A296;
  color: #FFF;
  font-size: 0.6em;
  padding: 0.2em 1em;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -5px;
  border-radius: 5px;
}
@media only screen and (max-width : 768px) {
  .csr_tour #contents h2.h2ttle {
    font-size: 1.3em;
    padding: 0.7em;
  }
}
.csr_tour #contents section p {
  text-align: left;
}
.csr_tour #contents section h3 {
  background: #f2f2f2;
  border-left: 10px solid #00A296;
  padding: 0.8em;
  text-align: left;
  margin: 1em 0;
}
.list #contents ul.back_number {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 2em auto;
  justify-content: center;
}
.list #contents ul.back_number li {
  background: #00A296;
  padding: 1em;
}
.list #contents ul.back_number li a {
  padding: 1em;
  color: rgba(255, 255, 255, 1.00);
  background: #00A296;
}
.list #contents dl {}
.list #contents dl dt {
  flex-basis: 20%;
}
.list #contents dl dd {
  flex-basis: 80%;
}
.list #contents dl dd .imgbox, .list #contents dl dd > a {
  display: flex;
  color: #00A296;
}
.list #contents dl span {
  padding: 0.5em;
  color: rgba(255, 255, 255, 1.00);
  background: #00A296;
  font-size: 0.7em;
  margin-left: 20px;
}
.list #contents dl dd .imgbox .img, .list #contents dl dd > a > .img {
  flex-basis: 25%;
  margin-left: auto;
}
.list #contents dl dd .imgbox .text, .list #contents dl dd > a > .text {
  flex-basis: 70%;
  margin-right: auto;
}
.list #contents dl dd span.more{
background: #f2f2f3;
border-radius: 20px;
display: inline-block;
color: #333;
padding: 0.1em 1em;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0.5em 0;
border: 1px solid #dfdfdf;
margin-left:20px;
}

@media only screen and (max-width : 768px) {
  .list #contents dl dd a {
    display: flex;
    /*flex-direction: column;*/
  }
  .list #contents dl dt {
    flex-basis: 100%;
  }
  .list #contents dl dd {
    flex-basis: 100%;
  }
  .list #contents dl dd a > div:last-child {
   /* width: 60%;
    margin: 0.5em auto; */
  }
}
/* ---------------------------------------------------------------------------------------------

　   recruit

--------------------------------------------------------------------------------------------- */
.recruit #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
@media print, screen and (min-width : 769px) {
  .recruit #contents .title {
    background: url("/recruit/img/titleBg_recruit.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit #contents .recruit_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .recruit #contents .recruit_menu ul li {
    flex: 1;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 900;
    max-width: 300px;
  }
  .recruit #contents .recruit_menu ul li a {
    min-height: 250px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .recruit .title {
    background: url("/recruit/img/titleBg_recruit_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .recruit #contents .recruit_menu ul {
    display: flex;
    gap: 1px;
    flex-direction: column;
  }
  .recruit #contents .recruit_menu ul li a {
    min-height: 120px;
  }
}
.recruit #contents .recruit_menu ul {
  margin-bottom: 3em;
}
.recruit #contents .recruit_menu ul li {
  background: #8f82bc;
  display: flex;
}
.recruit #contents .recruit_menu ul li a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  color: #FFF;
}
.recruit #contents #bumon {
  background: #eef7f9;
}
.recruit #contents #bumon .car_recycling {}
.recruit #contents #bumon .rmc {}
@media print, screen and (min-width : 769px) {
  .recruit #contents #bumon ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-content: space-between;
    max-width: 1024px;
    margin: auto;
    gap: 2em 2em;
  }
  .recruit #contents #bumon ul li {
    padding: 2em;
    box-sizing: border-box;
    flex-basis: 48%;
    max-width: 50%;
    position: relative;
    background: #FFF;
  }
}
.recruit #contents #bumon ul li h4 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #00A296;
  position: absolute;
  top: 15px;
  left: -10px;
}
.recruit #contents #bumon ul li p {}
.recruit #contents #bumon ul li {
  display: flex;
  gap: 1em;
}
.recruit #contents #bumon ul li > div {
  flex: 1;
  margin-top: 50px;
}
@media only screen and (max-width : 768px) {
  .recruit #contents #bumon ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: auto;
    gap: 2em 2em;
    max-width: 90%;
  }
  .recruit #contents #bumon ul li {
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
  }
}


.recruit #contents section.employment .item-img {
	align-self: center;
}
.recruit #contents section.employment table {
	align-self: center;
}
@media (max-width: 768px) {
.recruit #contents section.employment table,.recruit #contents section.employment table tbody,.recruit #contents section.employment table thead,.recruit #contents section.employment table tfoot,.recruit #contents section.employment table tr,.recruit #contents section.employment table th,.recruit #contents section.employment table td {
	display: block;
}
.recruit #contents section.employment table {
	margin-bottom: 20px;
}
.recruit #contents section.employment table th {
	border-radius: 8px;
	padding: 4px 15px;
	color: #00A296;
}
.recruit #contents section.employment table td {
	border-bottom: 2px solid #00A296;
	padding: 4px 15px;
	margin-bottom: 4px;
}
}
@media print, screen and (min-width : 769px) {
.recruit #contents section.employment table {
	width: 100%;
	margin-bottom: 20px;
}
.recruit #contents section.employment table th {
	padding: 15px;
	width: 200px;
	vertical-align: middle;
	font-weight: bold;
	border-right: 8px solid #FFF;
	border-bottom: 2px solid #00A296;
}
.recruit #contents section.employment table td {
	padding: 15px;
	border-bottom: 2px solid #00A296;
}
.recruit #contents section.employment table {
	border-top: 2px solid #00A296;
}
}
/* ---------------------------------------------------------------------------------------------

　   contact

--------------------------------------------------------------------------------------------- */
.contact #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
@media print, screen and (min-width : 769px) {
  .contact #contents .title {
    background: url("/contact/img/titleBg_contact.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width : 768px) {
  .contact .title {
    background: url("/contact/img/titleBg_contact_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contact #contents .hissu {
  background: #00A296;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  color: #FFF;
  font-size: 0.7em;
  margin-left: 10px;
}
.contact #contents dl dt {
  font-size: 1.8rem;
  font-weight: 900;
}
/* ---------------------------------------------------------------------------------------------

　   sitemap

--------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  .sitemap #contents .container {
    width: 70%;
    max-width: 700px;
    margin: auto;
  }
}
.sitemap section ul li {
  border-bottom: 1px dotted #999;
  text-align: left;
}
.sitemap section ul li > ul {
  margin-left: 2em;
  border-top: 1px dotted #999;
}
.sitemap section ul li > ul li:last-child {
  border-bottom: none;
}
.sitemap section ul li a {
  font-weight: bold;
  display: block;
  padding: 1em;
  text-decoration: none;
}
.sitemap section ul li > ul > li a {}
.sitemap section ul li a:hover {
  background-color: #00A296;
  color: #FFF;
}
.sitemap section ul li > ul > li a:hover {
  background-color: rgba(199, 229, 226, 1.00);
  color: #00A296;
}
/* ---------------------------------------------------------------------------------------------

　   news

--------------------------------------------------------------------------------------------- */
.news_index #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.news_index #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
.news_index #contents .container dl {
  margin: 0 auto 2em auto;
  max-width: 800px;
}
.news_index #contents .container dl dt span.cate {
  background-color: #00A296;
  color: #FFF;
  padding: 0 1em;
  margin-left: 1em;
}
@media print, screen and (min-width: 769px) {
  .news_index #contents .container dl dt {}
  .news_index #contents .container dl dd {}
}
.news_index #contents .container dl dt {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .news_index #contents .title {
    min-height: 180px;
  }
  .news_index #contents .title h1 {
    padding: 1.5em 0 0;
  }
  .news_index #contents .container dl {
    margin: 0 auto 2em auto;
    flex-direction: column;
    align-items: inherit;
  }
  .news_index #contents .container dl dt {
    flex-basis: auto;
    justify-content: start;
  }
  .news_index #contents .container dl dd {
    flex-basis: auto;
    justify-content: start;
    border-top: 1px #00A296 dotted;
  }
}
@media print, screen and (min-width: 769px) {
  .news #contents section .container {
    width: 70%;
    max-width: 700px;
  }
}
.news #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.news #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
.news #contents .date {
  text-align: right;
  color: #00A296;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: end;
}
.news #contents .date .cate {
  background-color: #00A296;
  color: #FFF;
  padding: 0 1em;
  margin-left: 1em;
}
.news #contents .article {
  text-align: left;
  margin-bottom: 2em;
  border-top: solid 1px #ccc;
  padding-top: 2em;
}
.news #contents .article p {
  margin-bottom: 1em;
}
.news #contents .pdf a {
  background-color: #00A296;
  padding: 1em 1.5em;
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  .news #contents .title {
    min-height: 180px;
  }
  .news #contents .title h1 {
    padding: 1.5em 0 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   press

--------------------------------------------------------------------------------------------- */
.press #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.press #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
.press #contents ul.list {
  border-bottom: solid 1px #00A296;
}
.press #contents ul.list li a {
  border-top: solid 1px #00A296;
  color: #00A296;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  box-sizing: content-box;
  text-decoration: none;
  align-items: center;
}
.press #contents ul.list li a:hover {
  background: #eef7f9;
  text-decoration: inherit;
}
.press #contents ul.list li h3 {}
.press #contents ul.list li p {
  color: #FFF;
  background: #00A296;
  padding: 0.2em 1em;
  border-radius: 10px;
  margin: 0.2em 0;
  text-align: center;
}
.press #contents ul.list li .data {
  font-size: 0.8em;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .press #contents .container {
    width: 70%;
    max-width: 700px;
  }
  .press #contents ul.list li div {
    flex-basis: 70%;
    padding: 1em 0.5em;
  }
  .press #contents ul.list li .thumbnail {
    flex-basis: 30%;
  }
  .press #contents ul.list li p {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (max-width : 768px) {
  .press #contents ul.list {
    width: 80%;
    margin: auto;
  }
  .press #contents ul.list li a {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1em;
  }
  .press #contents ul.list li div {
    width: 100%;
    padding: 0.5em;
  }
  .pressroom .container ul li p {
    width: 90%;
    margin: 0.2em auto 0;
  }
  .press #contents .title {
    min-height: 180px;
  }
  .press #contents .title h1 {
    padding: 1.5em 0 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   about

--------------------------------------------------------------------------------------------- */
.about #contents .title h1 {
  margin-top: 0em;
  color: #ffffff;
}
.about .text_lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .text_lead ul {
  text-align: left;
}
.about.about_facility .lead {
  padding: 50px 0 0;
}
@media print, screen and (min-width : 769px) {
  .about #contents .title {
    background: url("/about/img/titleBg_about.jpg") no-repeat top center;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width : 768px) {
  .about .title {
    background: url("/about/img/titleBg_about_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about.about_facility .lead {
    padding: 30px 15px 0px;
  }
}
.about #contents .room {
  margin-bottom: 10vh;
}
.about #contents .room .flexWrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1024px;
  margin-bottom: 5vh;
  height: 60vh;
  align-items: flex-end;
}
.about #contents .room .flexWrap .photo {
  position: absolute;
  right: 0;
  text-align: right;
  width: 66%;
}
.about #contents .room .flexWrap .text {
  background: rgb(160 146 209 / 83%);
  color: #FFF;
  text-align: justify;
  width: 40%;
  padding: 3em;
  z-index: 1;
  margin-bottom: 2em;
}
.about #contents .room .flexWrap .text h3 span {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 3em;
  color: #FFF;
  line-height: 1.8;
  margin-right: 10px;
}
.about .items3 {
  justify-content: center;
}
.about #contents h4 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #00A296;
}
.about .about_menu ul {
  display: flex;
  justify-content: center
}
.about .about_menu ul li {
	flex-basis: 33.3%;
	flex-grow: 2;
  background: #8f82bc;
  margin: 8px;
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.about .about_menu ul li a {
  color: #FFF;
	align-self: stretch;
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
@media print, screen and (min-width: 769px) {
  .about #contents .room:nth-last-child(even) .flexWrap {
    flex-direction: column-reverse;
  }
  .about #contents .room:nth-last-child(even) .flexWrap .photo {
    position: absolute;
    left: 0;
    text-align: left;
    width: 66%;
  }
  .about .about_menu ul {
		flex-direction: row;
		align-items: stretch;
		min-height: 250px;
  }
  .about .about_menu ul li {
    flex-basis: 33.3%;
}
.about .about_menu ul li a {
		min-height: 250px;
  }
}
@media only screen and (max-width : 768px) {
  .about #contents .room {
    margin-bottom: 5vh;
  }
  .about #contents .room .flexWrap {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 0vh;
    align-items: flex-start;
  }
  .about #contents .room .flexWrap .photo {
    position: inherit;
    width: 90%;
    margin-left: 2em;
    margin-bottom: -2em;
  }
  .about #contents .room .flexWrap .text {
    text-align: justify;
    width: 90%;
    padding: 2em;
    z-index: 1;
  }
  .about #contents .room .flexWrap .text h3 span {
    font-size: 2em;
  }
  .about .about_menu ul {
		flex-direction: column;
  }
  .about .about_menu ul li {
    flex-basis: 120px;
  }
  .about .about_menu ul li a {
    min-height: 120px;
  }
}
.privacy #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.privacy #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
@media only screen and (max-width : 768px) {
  .privacy #contents .title {
    min-height: 180px;
  }
  .privacy #contents .title h1 {
    padding: 1.5em 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .privacy dl div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .privacy dl div dt {
    min-width: 9em;
  }
  .privacy dl div dd {
    margin: 0;
  }
}
.privacy dl div dd p.midashi {
  font-weight: 900;
  margin: 0.5em 0;
}
.privacy dl div dd ol {
  list-style: decimal;
  padding-left: 25px;
  margin: 1em;
}
.privacy dl div dd ol li {}
.privacy dl div dd ul {
  margin: 1em 0
}
.privacy dl div dd ul li {}
/* ---------------------------------------------------------------------------------------------

　   err_doc

--------------------------------------------------------------------------------------------- */
section.err_doc {
  background-color: #00A296;
  color: #FFF;
}
.err_doc .titleBox {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px 15px;
}
.err_doc .titleBox h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1.1;
}
.err_doc .titleBox h1 span {
  font-size: 50px;
}
.err_doc .titleBox h2 {
  font-size: 18px;
}
.err_doc .reason {
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  margin-bottom: 15px;
  padding: 8px;
}
.err_doc .cause {
  background-color: #FFF;
  color: #000;
  border-radius: 2px;
  padding: 0.5em 2em;
  text-align: left;
  font-size: 12px;
}
.err_doc .cause a {
  color: #00A296;
}
@media (min-width: 769px) {
  .err_doc {
    margin-top: 80px;
  }
  .err_doc .titleBox {
    height: 380px;
  }
  .err_doc .titleBox h1 {
    font-size: 50px;
  }
  .err_doc .titleBox h1 span {
    font-size: 110px;
  }
  .err_doc .titleBox h2 {
    font-size: 26px;
  }
  .err_doc .cause {
    font-size: 14px;
  }
}
.pager {
  max-width: 800px;
}
.pager .right li {
  display: inline;
  margin: 1px;
}
.pager .right li span {
  padding: 3px 8px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  color: #999;
  display: inline-block;
}
.pager .right li a {
  padding: 3px 8px;
  border: 1px solid #489664;
  background-color: #EBF1ED;
  color: #489664;
  display: inline-block;
}
@media (max-width: 750px) {
  .pager {
    margin: 10px 0;
    font-size: 80%;
    text-align: center;
  }
  .pager .right {
    margin-bottom: 10px;
  }
}
@media (min-width: 751px) {
  .pager {
    margin: 30px auto;
  }
  .pager .left {
    float: left;
  }
  .pager .right {
    float: right;
  }
  .pager .right li a:hover {
    background-color: #489664;
    color: #FFF;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ---------------------------------------------------------------------------------------------

　   calendar

--------------------------------------------------------------------------------------------- */
.calendar {
  overflow: auto;
}
.calendar #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.calendar #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
@media only screen and (max-width : 768px) {
  .calendar #contents .title {
    min-height: 180px;
  }
  .calendar #contents .title h1 {
    padding: 1.5em 0 0;
  }
}
.calendar .eigyo_ca {
  padding: 50px 0;
}
.calendar .eigyo_ca ul li {
  float: left;
}
.calendar .eigyo_ca ul li > div {
  padding: 5px;
}
.calendar .contents ul li table {
  width: 100%;
}
.calendar .contents ul li table caption {
  font-weight: bold;
}
.calendar .eigyo_ca ul li table tr td {
  border: 1px solid #999;
}
.calendar .eigyo_ca ul li table thead tr td {
  text-align: center;
  background-color: #D9D9D9;
}
.calendar .eigyo_ca ul li table thead tr td.sun {
  background-color: #FFEFEF;
  color: #FC0011
}
.calendar .eigyo_ca ul li table thead tr td.sta {
  background-color: #E5F5FF;
  color: #075AC0;
}
.calendar .eigyo_ca ul li table tbody tr td {
  text-align: right;
}
.calendar .eigyo_ca ul li table tbody tr td.close {
  background-color: #FF9999;
}
.calendar .eigyo_ca ul li table tbody tr td span.sun {
  color: #FC0011;
}
.calendar .eigyo_ca ul li table tbody tr td span.sta {
  color: #075AC0;
}
#contents .container.calendar {}
@media (max-width: 800px) {
  .calendar .eigyo_ca ul li {
    width: 50%;
    font-size: 11px;
  }
  .calendar .eigyo_ca ul li table tr td {
    padding: 0 1px;
  }
}
@media (min-width: 801px) {
  .calendar .eigyo_ca ul li {
    width: 33.3%;
  }
  .calendar .eigyo_ca ul li table tr td {
    padding: 0 3px;
  }
}
#contents .container.calendar {
  margin-bottom: 50px;
}
.sitemap #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.sitemap #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
  text-shadow: none;
}
@media only screen and (max-width : 768px) {
  .sitemap #contents .title {
    min-height: 180px;
  }
  .sitemap #contents .title h1 {
    padding: 1.5em 0 0;
  }
}

.list #contents .title {
  background-color: rgba(160, 146, 208, 0.05);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.list #contents .title h1 {
  color: #00A296;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
  padding: 3em 0 0;
}
@media only screen and (max-width : 768px) {
  .list #contents .title {
    min-height: 180px;
  }
  .list #contents .title h1 {
    padding: 1.5em 0 0;
  }
}

/* 20220301 追加 */
#notice .cation {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 3px double #F00;
	padding: 15px;
	text-align: left;
}
#notice .cation h3 {
	color: #F00;
}
#notice .cation .text {
}
@media only screen and (max-width : 768px) {
#notice .cation {
	width: 100%;
}
}



