/* ==================================================
	RWD layout settings
================================================== */
.rwd_disp_xo,
.rwd_disp_ox {
  display: none !important;
}

/* SP
-------------------------------------------------- */
@media only screen and (max-width: 639px) {
  .rwd_disp_xo {
    display: block !important;
  }
}

/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 640px) {
  .rwd_disp_ox {
    display: block !important;
  }
}

/* ==================================================
================================================== */
.tac {
  text-align: center;
}

.f-28 {
  font-size: 28px;
}

@media print, screen and (min-width: 640px) {
  .sp_link {
    pointer-events: none;
    display: block;
    text-decoration: none;
  }
  .sp_link:visited, .sp_link:link {
    color: #001133;
  }
}

@media only screen and (max-width: 639px) {
  .img_w {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 640px) {
  #h_box .btn {
    margin: 4px 0 4px 15px;
  }
}
@media only screen and (max-width: 639px) {
  #h_box .btn {
    margin-left: 9vw;
  }
}

.btn {
  padding: 15px 0px;
  box-sizing: border-box;
  background: #77bb01;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  float: right;
  color: #fff;
}
@media print, screen and (min-width: 640px) {
  .btn {
    width: 190px;
    height: 50px;
  }
}
@media only screen and (max-width: 639px) {
  .btn {
    width: 12vw;
    height: 12vw;
  }
}
.btn:visited, .btn:link {
  color: #fff;
}
.btn i {
  font-size: 16px;
}
@media print, screen and (min-width: 640px) {
  .btn i {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 639px) {
  .btn i {
    font-size: 5vw;
  }
}

.h_news {
  text-align: right;
  font-size: 12px;
}
.h_news:visited, .h_news:link {
  color: #001033;
}

@media only screen and (max-width: 639px) {
  body.overflow {
    overflow: hidden;
    height: 100vh;
  }

  #header #h_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #header #h_box::after {
    content: unset;
  }

  #header #h_box,
  #header #h_top div.h_top_box,
  #gnav ul.topmenu,
  #main_visual,
  #topicPath,
  #main,
  .box,
  .page_up,
  #footer #footer_box,
  #all_internet a {
    width: 100%;
  }

  .col2_box .col2, .col3_box .col3, .col4_box .col4 {
    float: unset;
  }

  .title_images img {
    width: 90%;
  }

  .container .msg {
    width: 100%;
  }

  #scrollUp {
    width: 10vw;
    height: 10vw;
    bottom: 5vw;
    right: 5vw;
    background-size: contain;
  }

  #h_left {
    width: 60%;
  }

  #h_top h1 {
    font-size: 3vw;
    padding: 5px;
  }

  #header #h_box {
    padding: 0 2vw;
    box-sizing: border-box;
  }

  .hum_menu {
    width: 12vw;
    height: 12vw;
    background: #001134;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .hum_menu span {
    display: block;
    width: 7vw;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    transition: .3s;
  }
  .hum_menu span + span {
    margin-top: 5px;
  }
  .hum_menu.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hum_menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hum_menu.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  #gnav ul.topmenu {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32vw;
    background: rgba(0, 17, 51, 0.9);
    height: 100vh;
    z-index: 1;
  }

  #gnav ul.topmenu li {
    float: unset;
    border-top: 1px solid #000;
  }
  #gnav ul.topmenu li a {
    text-decoration: none;
    color: #fff;
    padding: 5vw;
    display: block;
  }
  #gnav ul.topmenu li img {
    display: none;
  }
  #gnav ul.topmenu li:last-of-type {
    border-bottom: 1px solid #000;
  }

  .container .img {
    width: auto;
  }
}
/*===========================================================================
=============================================================================
===========================================================================*/
#main_visual_box {
  background: url(../images/bg_main_box.jpg) no-repeat center top;
}
@media only screen and (max-width: 639px) {
  #main_visual_box {
    background-size: cover;
  }
}

#main_visual {
  height: 400px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  #main_visual {
    height: 45vw;
  }
}

#main_visual h2 {
  padding-top: 155px;
}
@media only screen and (max-width: 639px) {
  #main_visual h2 {
    padding: 13vw 2vw 0;
  }
}

.box {
  padding: 60px 0 50px 0;
  background: url(../common_img/bg_box01.gif) no-repeat center top;
}

.bg_green {
  background-color: #f6f9ee;
  border-top: 1px solid #e5edcf;
}

.bg_green .box {
  padding-bottom: 50px;
  background: url(../common_img/bg_box02.png) no-repeat center top;
}

/* ------side_news----- */
.side_news ul {
  height: 200px;
  overflow: auto;
}
@media print, screen and (min-width: 640px) {
  .side_news ul {
    padding: 0px 10px 0 0;
  }
}

.side_news li {
  display: block;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 639px) {
  .side_news li {
    padding: 5vw;
  }
}

.side_news li:first-child {
  border-top: 1px dotted #ccc;
}

.side_news li span {
  color: #001133;
  display: block;
}
@media print, screen and (min-width: 640px) {
  .side_news li span {
    float: left;
    width: 170px;
    margin-left: 35px;
  }
}

.side_news li span em {
  font-size: 12px;
  color: #fff;
  padding: 0px 5px;
  background-color: #77bb00;
  margin-left: 20px;
  display: inline-block;
  font-style: normal;
}

.side_news li a {
  color: #0088dd;
}
@media print, screen and (min-width: 640px) {
  .side_news li a {
    float: right;
    width: 690px;
  }
}
@media only screen and (max-width: 639px) {
  .side_news li a {
    display: block;
  }
}

.side_news a:hover {
  color: #ababab;
}

.side_news a:visited,
.side_news a:active {
  color: #40403f;
}

/*---------- content -------------*/
.box .txt_c p {
  font-size: 16px;
}
@media only screen and (max-width: 639px) {
  .box .txt_c p {
    padding: 0 5vw;
  }
}

/*---------- about -------------*/
#about .txt_c p {
  margin: 35px 0 55px 0;
}

/*---------- workflow -------------*/
@media only screen and (max-width: 639px) {
  #workflow .img {
    display: flex;
    justify-content: space-between;
    padding: 0 5vw 10vw;
  }
  #workflow .img img {
    width: calc((100% / 2) - 2vw);
    height: auto;
  }
}

#workflow .flow_box {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 639px) {
  #workflow .flow_box {
    margin: 10vw 0;
  }
}
@media only screen and (max-width: 639px) {
  #workflow .flow_box h4 {
    margin-bottom: 5vw;
  }
}

#workflow .flow .container {
  padding-bottom: 50px;
  background: url(../images/bg_workflow.png) no-repeat center bottom;
  margin-bottom: 20px;
}
@media only screen and (max-width: 639px) {
  #workflow .flow .container {
    text-align: center;
    padding-bottom: 10vw;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 640px) {
  #workflow .msg {
    width: 380px;
  }
}

@media print, screen and (min-width: 640px) {
  #workflow div.img {
    width: 530px;
  }
}

@media only screen and (max-width: 639px) {
  #workflow .msg img {
    width: 80% !important;
  }
}

@media only screen and (max-width: 639px) {
  #workflow .flow .msg {
    padding: 8vw 5vw 5vw;
    text-align: left;
    box-sizing: border-box;
  }
}

#workflow .msg p {
  margin: 35px 0 0 10px;
}
@media only screen and (max-width: 639px) {
  #workflow .msg p {
    margin: 5vw 0;
    text-align: left;
  }
  #workflow .msg p br {
    display: none;
  }
}

@media print, screen and (min-width: 640px) {
  #workflow .img img:first-child {
    margin-right: 5px;
  }
}

#workflow .flow .detail {
  padding: 65px 0 40px 0;
  background-color: #fff;
  margin-top: -40px;
}

@media print, screen and (min-width: 640px) {
  #workflow .flow .detail ul {
    float: left;
    margin-left: 117px;
  }
}
@media only screen and (max-width: 639px) {
  #workflow .flow .detail ul {
    padding: 0 10vw;
  }
  #workflow .flow .detail ul + ul {
    margin-top: 5vw;
  }
}

#workflow .flow .detail li {
  font-size: 16px;
  color: #001133;
}

/*---------- facilities -------------*/
#facilities .col2_box {
  position: relative;
  margin-bottom: 0;
}
@media print, screen and (min-width: 640px) {
  #facilities .col2_box {
    width: 1000px;
  }
}

@media print, screen and (min-width: 640px) {
  #facilities .col2 {
    margin-right: 40px;
    width: 460px;
  }
}
@media only screen and (max-width: 639px) {
  #facilities .col2 {
    padding: 5vw;
  }
}

#facilities .col2:first-child {
  margin-left: 0;
}

#facilities .col2 .item {
  margin-top: 25px;
}

#facilities .col2 span {
  font-size: 16px;
  color: #77bb00;
  display: block;
  margin-bottom: 5px;
}

#facilities .col2 em {
  color: #001133;
  font-style: normal;
}

/*---------- outline -------------*/
#outline .col2_box {
  position: relative;
}
@media print, screen and (min-width: 640px) {
  #outline .col2_box {
    width: 1000px;
  }
}

@media print, screen and (min-width: 640px) {
  #outline .col2 {
    margin-right: 40px;
    width: 460px;
  }
}

#outline .col2:first-child {
  margin-left: 0;
}

#outline .col2 table {
  width: 100%;
  border-top: 1px dotted #ccc;
}

#outline .col2 th {
  width: 75px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

#outline .col2 td,
#outline .col2 th {
  border-bottom: 1px dotted #ccc;
  padding: 8px 15px 5px 15px;
}

#outline .col2 td li {
  display: inline-block;
  vertical-align: top;
}

#outline .col2 td a img {
  margin: 0 0 7px 10px;
  display: inline-block;
}

#outline .white_box {
  background-color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 640px) {
  #outline .white_box {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 639px) {
  #outline .white_box {
    padding: 5vw 5vw 10vw;
  }
}

#outline .flex_box {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 640px) {
  #outline .flex_box {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
  }
}
#outline .flex_box .txt_s {
  font-size: 12px;
  display: block;
}
#outline .flex_box .col2:nth-of-type(2) {
  margin-right: 0;
}
@media only screen and (max-width: 639px) {
  #outline .flex_box .col2:nth-of-type(2) {
    margin-top: 30px;
  }
}
#outline .flex_box i {
  margin-left: 5px;
}
#outline .flex_box .tx_cnt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 640px) {
  #outline .flex_box .tx_cnt {
    height: 80%;
  }
}
#outline .flex_box .scroll {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 640px) {
  #outline .flex_box .scroll {
    overflow-y: scroll;
    height: 200px;
  }
}
#outline .flex_box .tac {
  text-align: center;
}

#outline .white_box h3 {
  text-align: center;
  margin-bottom: 30px;
}

#outline .white_box .container {
  padding: 0 10px;
  margin-bottom: 0;
}

#outline .white_box .msg {
  width: 270px;
}

@media print, screen and (min-width: 640px) {
  #outline .white_box .img {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  #outline .white_box .img {
    margin-bottom: 5vw;
  }
}

#outline .white_box iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 639px) {
  #outline .white_box iframe {
    width: 100%;
    margin-bottom: 0;
  }
}

/*---------- contact -------------*/
#contact li {
  text-align: center;
}
@media print, screen and (min-width: 640px) {
  #contact li {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 639px) {
  #contact li {
    width: 80%;
    margin: 0 auto;
    margin-top: 5vw;
  }
}

/*---------- End content -------------*/
#mv {
  height: 200px;
  text-align: center;
  background: url(../images/bg_main_box.jpg) no-repeat center;
  position: relative;
}
#mv::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  background: rgba(73, 115, 0, 0.6);
}
#mv h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-top: 79px;
  z-index: 3;
}

@media only screen and (max-width: 639px) {
  #eco .box {
    padding: 60px 5vw 50px 5vw;
    box-sizing: border-box;
  }
}
#eco h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #77bb01;
  padding-bottom: 5px;
  box-shadow: 0px 4px 0 rgba(238, 238, 238, 0.8);
  margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
  #eco h3 {
    line-height: 1.2;
    font-size: 17px;
  }
}
#eco h3:not(:first-of-type) {
  margin-top: 50px;
}
#eco h3::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #c8e497;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c8e497 2%, #77bb01 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c8e497 2%, #77bb01 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c8e497 2%, #77bb01 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e497', endColorstr='#77bb01',GradientType=0 );
  /* IE6-9 */
  border-radius: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 639px) {
  #eco h3::before {
    width: 20px;
    height: 20px;
  }
}
#eco h3::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 7px;
  background: #ffffff;
  top: 10px;
}
@media only screen and (max-width: 639px) {
  #eco h3::after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
  }
}
#eco p:not(.tar) {
  border-bottom: 1px dotted #adadad;
  padding-bottom: 5px;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  line-height: 2;
}
#eco p:not(.tar) + p {
  margin: 10px 0;
}
#eco p:not(.tar) + ol {
  margin: 10px 0 10px 20px;
}
#eco p:not(.tar) + ol li + li {
  margin-top: 10px;
}
#eco .tar {
  text-align: right;
  margin-top: 20px;
}
#eco .tar img {
  margin-top: 10px;
}
#eco .bnr_area {
  display: flex;
}
@media only screen and (max-width: 639px) {
  #eco .bnr_area {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 640px) {
  #eco .bnr_area li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 639px) {
  #eco .bnr_area li + li {
    margin-top: 5vw;
  }
}
#eco .bnr_area .bnr_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 0px 20px;
  border: 1px solid #ccc;
  height: 95px;
  box-sizing: border-box;
  transition: .3s;
}
@media print, screen and (min-width: 640px) {
  #eco .bnr_area .bnr_link {
    width: 380px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  #eco .bnr_area .bnr_link {
    justify-content: center;
  }
}
#eco .bnr_area .bnr_link + .bnr_link {
  margin-top: 20px;
}
#eco .bnr_area .bnr_link:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#eco .bnr_area .bnr_link i {
  margin-left: 20px;
  font-size: 14px;
}
#eco .bnr_area .bnr_link:link, #eco .bnr_area .bnr_link:visited {
  color: #001133;
  text-decoration: none;
}
#eco .bnr_area .bnr_link img {
  margin-right: 20px;
  width: 64px;
}
#eco dl dd {
  margin-top: 20px;
}
@media print, screen and (min-width: 640px) {
  #eco dl dd {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#eco dl a {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
#eco dl a:link, #eco dl a:visited {
  color: #001133;
}
#eco dl a i {
  margin-left: 5px;
}
@media print, screen and (min-width: 640px) {
  #eco dl a {
    width: 48%;
  }
}
