@charset "UTF-8";
/*//////////////////////////*/
/* 下層ページ　共通設定 */
/*//////////////////////////*/
main {
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  main {
    min-width: 1280px;
    padding-top: 0;
  }
}
/* 見出しの設定 */
main h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #2070B5;
  /*margin-bottom: 30px;*/
  margin-bottom: 20px;
}

main h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  main h2 {
    font-size: 32px;
  }

  main h3 {
    font-size: 24px;
  }
}
/* 本文設定 */
main p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  main p {
    margin-bottom: 25px;
  }
}
/* ol設定 */
main ol {
  list-style: decimal;
  margin-left: 1.5em;
  padding: 0;
  margin-bottom: 15px;
}
main ol li {
  color: #2070B5;
  line-height: 1.8;
  font-weight: bold;
}

/* table設定 */
table {
  border: 1px solid #D2E2F0;
}
table caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 10px 15px;
  line-height: 1.5;
  border-bottom: 1px dotted #D2E2F0;
}

table td a:hover{
/* aタグリンクの設定 */
  opacity: 0.5;
  background: none;
}

table th {
  background: #F3F8FB;
  font-weight: bold;
}

.table-layout-2 .radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.table-layout-2 .radio label {
  display: block !important;
  margin-right: 1.5rem;
  padding: 0.2rem;
}
.table-layout-2 .radio label input {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: -0.2rem;
}

.table-layout-2 .inner {
  margin-top: 0.4rem;
  padding: 0.4rem 0;
  border-top: 1px dotted #D2E2F0;
}
.table-layout-2 .inner .tit {
  font-weight: 700;
}

.table-layout-2 th {
  position: relative;
}

@media screen and (max-width: 767px) {
  /* SP表示　tableレイアウト2 */
  table.table-layout-2 {
    border: none;
  }
  table.table-layout-2 .radio {
    flex-direction: column;
  }
  table.table-layout-2 .radio label {
    display: inline-block !important;
    margin-right: 0;
    line-height: 2;
  }
  table.table-layout-2 .radio label input {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    vertical-align: -0.2rem;
  }

  table.table-layout-2 th,
  table.table-layout-2 td {
    display: block;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  table th,
  table td {
    padding: 13px 30px;
    border-bottom: 1px dotted #D2E2F0;
  }

  table th {
    white-space: nowrap;
  }
}
/* 折り返しなし */
.nowrap {
  white-space: nowrap !important;
}

/* 赤文字 */
.text-red {
  color: #FF0000;
  font-weight: bold;
}

/* 青文字 */
.text-blue {
  color: #2070B5;
  font-weight: bold;
}

/* 下線 */
.border-bottom {
  border-bottom: 1px solid #D2E2F0;
}

/* hr */
hr {
  border: 1px solid #D2E2F0;
}

/* aタグリンクの設定 */
.a-link {
  display: inline;
  text-decoration: underline;
  color: #2070B5;
}

.a-link:hover {
  text-decoration: none;
}

/* 四角矢印アイコンのリンク設定 */
.icon_link {
  display: inline-block;
  color: #2070B5;
  padding-left: 24px;
  position: relative;
}

.icon_link:hover {
  text-decoration: underline;
}

.icon_link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_link.svg") no-repeat left top;
  background-size: 100% auto;
}

/*/////////////////////////////////////*/
/* メインイメージ */
/*/////////////////////////////////////*/
#main_view {
  height: 217px;
  position: relative;
  margin-bottom: 100px;
}
#main_view #headline {
  position: absolute;
  bottom: -100px;
  left: 0;
  max-width: 330px;
  min-height: 130px;
  background: #0F306A;
  padding: 35px 50px 35px 30px;
  border-radius: 0 3px 50px 0;
  box-shadow: 0px 10px 20px 0px rgba(15, 48, 106, 0.3);
  box-sizing: border-box;
}
#main_view #headline strong {
  color: #67B8FF;
}
#main_view #headline h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 13px;
  min-width: 6em;
  white-space: nowrap;
}

/* 各コンテンツのメイン画像設定 */
#strong #index #main_view {
  background: url("../img/strong/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#strong #network #main_view {
  background: url("../img/strong/network/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#strong #result #main_view {
  background: url("../img/strong/result/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#strong #communication #main_view {
  background: url("../img/strong/communication/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#strong #system #main_view {
  background: url("../img/strong/system/main_image.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

#business #index #main_view {
  background: url("../img/service/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#business.service #main_view {
  background: url("../img/service/g_logistics/main_image.jpg") no-repeat center bottom;
  background-size: 130% auto;
}

#logistics #main_view {
  background: url("../img/service/logistics/main_image.png") no-repeat center;
  background-size: 100% auto;
}

#transportation #main_view {
  background: url("../img/service/transportation/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#domestic #main_view {
  background: url("../img/service/domestic/main_image.jpg") no-repeat bottom center;
  background-size: 100% auto;
}

#company #main_view {
  background: url("../img/company/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#company #environment #main_view {
  background: url("../img/company/environment/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#news #main_view {
  background: url("../img/new/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#other #main_view {
  background: url("../img/other/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

#recruit #main_view {
  background: url("../img/recruit/main_image.jpg") no-repeat center;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #strong #network #main_view,
  #strong #result #main_view,
  #strong #communication #main_view {
    background-position: center top -13vw !important;
  }

  #strong #system #main_view {
    background-position: center top -33vw !important;
  }

  #business.service #main_view {
    background-position: center bottom -180px !important;
    background-size: 100% auto;
  }

  #domestic #main_view {
    background-position: center top -32vw !important;
  }

  #news #main_view {
    background-position: center bottom -16vw !important;
  }
}
@media screen and (min-width: 1700px) {
  #strong #network #main_view,
  #strong #result #main_view {
    background-position: center top -18vw !important;
  }

  #strong #communication #main_view {
    background-position: center top -22vw !important;
  }
}
@media screen and (max-width: 768px) {
  #main_view #headline h1.headline-size {
    font-size: 22px;
    white-space: normal;
  }
}
@media screen and (max-width: 320px) {
  #main_view {
    height: 185px;
  }
  #main_view #headline {
    max-width: 310px;
  }
  #main_view #headline h1 {
    font-size: 20px;
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  /* PC表示　メインイメージ */
  #main_view {
    min-width: 1240px;
    height: 400px;
    margin-bottom: 0;
    /*background-attachment: fixed !important;*/
  }
  #main_view #headline {
    display: flex;
    justify-content: flex-end;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 220px;
    min-width: 27.4%;
    /*min-width: 30%;*/
    max-width: none;
    border-radius: 0 6px 100px 0;
    padding: 66px 70px 0 50px;
  }
  #main_view #headline div {
    display: inline-block;
  }
  #main_view #headline strong {
    font-size: 20px;
  }
  #main_view #headline h1 {
    min-width: 7em;
    /*min-width: 11em;*/
    font-size: 32px;
    margin-top: 20px;
  }
  #main_view .headline-2 {
    padding: 45px 70px 0 50px !important;
  }

  /* PC表示　各コンテンツのメイン画像設定 */
  #strong #main_view {
    background: url("../img/strong/main_image.jpg") no-repeat center;
    background-size: cover;
  }
}
/* sectionの設定 */
section {
  padding: 0 20px 60px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  section {
    width: 1280px;
    margin: 0 auto;
  }

  section.W-max {
    width: 100%;
    padding: 0;
  }
}
/*　パンくずリスト　*/
.breadcrumb {
  margin: 0 auto;
  padding: 30px 20px;
}
.breadcrumb a {
  display: inline-block;
  color: #2070B5;
  font-size: 13px;
  line-height: 1.5;
  padding-right: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb a {
    margin-bottom: 5px;
  }
}
.breadcrumb a::after,
.breadcrumb .icon_arrow::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  background: url("../img/common/icon_arrow_left_worter_blue.svg") no-repeat right center;
  background-size: auto 100%;
}
.breadcrumb a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.breadcrumb span {
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  padding-right: 13px;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 1280px;
    padding: 20px 20px 60px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
/* 詳細 */
.detaile-wrrap {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #D2E2F0;
  position: relative;
}

.detaile-wrrap::before,
.detaile-wrrap::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}

.detaile-wrrap::before {
  top: -1px;
}

.detaile-wrrap::after {
  bottom: -1px;
}

@media screen and (min-width: 768px) {
  .detaile-wrrap::before,
  .detaile-wrrap::after {
    width: 93%;
  }
}
/*//////////////////////////*/
/* 郵船港運の強み */
/*//////////////////////////*/
/* index */
#strong #index section article {
  margin: 0 auto;
  padding: 30px 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}
#strong #index section article div h3 {
  font-size: 24px;
  font-weight: normal;
  color: #2070B5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #strong #index section article div a {
    display: inline-block;
    margin: 20px 0 0;
    float: right;
  }
}
#strong #index section article img {
  height: auto;
}
@media screen and (min-width: 768px) {
  #strong #index section article {
    width: 1280px;
    padding: 60px 20px;
  }
  #strong #index section article div {
    float: left;
    width: 690px;
  }
  #strong #index section article div h3 {
    font-size: 32px;
    margin-top: 0;
  }
  #strong #index section article img {
    float: right;
    width: 464px;
  }
}
#strong #index .blue {
  background: #F3F8FB;
}

/* 英語の見出し */
#strong .en_caption {
  display: block;
  font-family: 'Century Gothic Pro', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #2070B5;
}

@media screen and (min-width: 768px) {
  #strong .en_caption {
    font-size: 24px;
  }
}
/* missionエリア*/
#strong .mission {
  padding: 0 16px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #strong .mission p {
    width: 820px;
  }
}
/* Solutionエリア */
#strong .solution {
  padding: 0 0 90px;
  background: #F3F8FB url("../img/strong/background_white.jpg") repeat-x top left;
  background-size: auto 90px;
}
#strong .solution .first .heading_solution {
  float: right;
  max-width: 330px;
  padding: 30px 40px 20px;
  border-radius: 3px 0 0 50px;
  box-shadow: 0px 10px 20px 0px rgba(15, 48, 106, 0.3);
}
#strong .solution .first .heading_solution h2.white {
  line-height: 1.3;
  margin-bottom: 20px;
}
#strong .solution .heading_solution strong,
#strong .solution .heading_solution h2.white {
  color: #fff;
}
#strong .solution article {
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  #strong .solution .first .heading_solution {
    max-width: 280px;
  }

  #strong .solution .first .heading_solution h2.white {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #strong .solution .first article {
    clear: both;
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #strong .solution {
    width: 100%;
  }
  #strong .solution .first .heading_solution {
    min-width: 28%;
    max-width: none;
    padding: 50px 50px 50px 60px;
    border-radius: 6px 0 0 100px;
  }
  #strong .solution .first .heading_solution h2.white {
    min-width: 11em;
    line-height: 1.5;
    margin-bottom: 0 !important;
  }
  #strong .solution .first article {
    padding-top: 170px;
  }
  #strong .solution article {
    width: 1280px;
    margin: 0 auto;
  }
  #strong .solution p {
    width: 820px;
  }
  #strong .solution .comparison p {
    width: auto;
  }
}
/* ○○○に関してはこちらボタン */
.btn-related_pages {
  width: 90%;
  margin: -30px auto 0;
  display: flex;
  justify-content: flex-end;
}
.btn-related_pages a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 60px;
  padding: 15px 40px 15px 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #2070B5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 0px rgba(15, 48, 106, 0.3);
}
.btn-related_pages a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url("../img/common/icon_arrow_right.svg") no-repeat right center;
  background-size: auto 100%;
}
.btn-related_pages a:hover {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .btn-related_pages {
    width: 1280px;
    height: 70px;
    margin: -35px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .btn-related_pages a {
    display: inline-block;
    float: right;
    padding: 0 60px 0 40px;
    line-height: 70px;
    background: #2070B5;
  }
  .btn-related_pages a::after {
    right: 30px;
  }
  .btn-related_pages a:hover {
    box-shadow: none;
  }
}
#strong #solution_list {
  padding: 0 16px;
  margin: 60px auto;
}
#strong #solution_list strong {
  display: block;
  font-size: 22px;
  color: #2070B5;
  margin: 0 0 20px 10px;
}
#strong #solution_list li {
  margin-bottom: 10px;
  border: 1px solid #C9DDED;
  border-radius: 4px;
}
#strong #solution_list li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  color: #2070B5;
  font-size: 14px;
  line-height: 1.3;
}
#strong #solution_list li a img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
  height: 66px;
}
#strong #solution_list li a strong {
  margin: 0;
  height: 66px;
  font-size: 16px;
  color: #0F306A;
}
#strong #solution_list li a span {
  font-size: 14px;
  line-height: 1.5;
}
#strong #solution_list li a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url("../img/common/icon_arrow_right_blue.svg") no-repeat right center;
  background-size: auto 100%;
}
#strong #solution_list a:hover, #strong #solution_list li.selected {
  background: #F3F8FB;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #strong #solution_list li a {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #strong #solution_list li a img {
    flex: 0 0 100px;
  }
  #strong #solution_list li a strong {
    flex: 1;
    display: flex;
    align-items: center;
  }
  #strong #solution_list li a span {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  #strong #solution_list {
    width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 80px auto;
  }
  #strong #solution_list strong {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #strong #solution_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #strong #solution_list li {
    width: 610px;
    margin-bottom: 0.5vw;
  }
  #strong #solution_list li a {
    align-items: center;
    position: relative;
    padding: 15px 60px 15px 15px;
  }
  #strong #solution_list li a strong {
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
  }
  #strong #solution_list li a img {
    float: left;
    margin-right: 20px;
    width: 150px;
    height: auto;
  }
  #strong #solution_list li a span {
    line-height: 1.7;
  }
  #strong #solution_list li a::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
/*///////////////////////////////////*/
/* グループネットワーク */
/*///////////////////////////////////*/
#network .tab {
  margin-top: 30px;
}
#network .tab .tab_btn {
  margin-bottom: 25px;
}
#network .tab .tab_btn li {
  cursor: pointer;
  padding: 15px 0;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(15, 48, 106, 0.2);
  transition: .1s;
}
#network .tab .tab_btn li span {
  display: none;
}
#network .tab .tab_btn li:first-child {
  margin-right: 10px;
}
#network .tab .tab_btn li:hover {
  background: rgba(32, 112, 181, 0.2);
  box-shadow: none;
}
#network .tab .tab_btn .active {
  position: relative;
  background: #2070B5;
}
#network .tab .tab_btn .active:hover {
  background: #2070B5;
}
#network .tab .tab_btn .active::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 12px solid #2070B5;
  z-index: 2;
}
#network .tab .tab_btn strong {
  font-size: 17px;
  line-height: 1.4;
}
#network .tab .tab_btn .active strong {
  color: #fff;
}
#network .tab .img_usage_guide {
  display: block;
  width: 100%;
  margin: 20px auto 60px;
}

@media screen and (max-width: 767px) {
  #network .tab .tab_btn {
    display: flex;
    justify-content: space-between;
  }
  #network .tab .tab_btn li {
    flex: 1 0 10%;
  }
}
@media screen and (min-width: 768px) {
  /* PC表示 */
  #network .tab {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  #network .tab .tab_btn {
    width: 380px;
    height: 390px;
    margin-top: 70px;
    background: url("../img/strong/img_details.png") no-repeat center bottom;
    background-size: 363px auto;
  }
  #network .tab .tab_btn li {
    width: auto;
    padding: 23px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
  }
  #network .tab .tab_btn li span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
  #network .tab .tab_btn li:first-child {
    margin-right: 0;
  }
  #network .tab .tab_btn .active span {
    color: #fff;
  }
  #network .tab .tab_btn .active::before {
    bottom: 38%;
    left: -20px;
    margin-left: -11px;
    border: 13px solid transparent;
    border-right: 18px solid #2070B5;
    z-index: 2;
  }
  #network .tab .tab_btn strong {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #network .tab .tab_btn strong br {
    display: none;
  }
  #network .tab .img_usage_guide {
    display: none;
  }
}
/* 輸送ルート画像の設定 */
#network .tab_image {
  position: relative;
  height: auto;
}
#network .tab_image li {
  display: none;
}
#network .tab_image li.show {
  display: block;
}
#network .tab_image span {
  display: block;
  line-height: 1.8;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #network .tab_image li img {
    width: 100vw;
    margin-left: -20px;
  }
}
@media screen and (min-width: 768px) {
  #network .tab_image {
    flex: 0 0 64%;
    height: auto;
  }
  #network .tab_image li {
    display: none;
  }
  #network .tab_image li.show {
    display: block;
  }
  #network .tab_image span {
    display: none;
  }
}
#network .img_details {
  display: block;
  width: 90%;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

#network .photo {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  #network .article_point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #network .article_point h3 {
    order: 1;
  }
  #network .article_point img {
    order: 6;
  }
  #network .article_point ol:nth-of-type(1) {
    order: 2;
  }
  #network .article_point ol:nth-of-type(2) {
    order: 4;
  }
  #network .article_point p:nth-of-type(1) {
    order: 3;
  }
  #network .article_point p:nth-of-type(2) {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  #network .photo {
    float: right;
    width: 370px;
    height: auto;
    margin: 0;
  }
}
/* 大阪港トップクラスの検疫取り扱い実績 */
#result .comparison {
  margin-bottom: 50px;
}
#result .comparison div {
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 18px;
  margin-bottom: 20px;
}
#result .comparison div p {
  margin-bottom: 10px;
  line-height: 1.5;
}
#result .comparison div img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #result .mission p {
    width: 850px;
  }
  #result .comparison {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #result .comparison div {
    max-width: 610px;
    padding: 30px;
    margin-bottom: 0;
  }
  #result .comparison div img {
    margin-bottom: 20px;
  }
}
/* WEBシステムを生かしたソリューション */
@media screen and (min-width: 768px) {
  #system .mission {
    margin-bottom: 0;
  }
}
#system .solution {
  padding-bottom: 60px;
}
#system .solution article {
  position: relative;
}
#system .solution .image {
  margin-top: 30px;
}
#system .solution .image span {
  display: block;
  text-align: center;
  margin: 10px 0 50px;
}
@media screen and (min-width: 768px) {
  #system .solution .image {
    width: 400px;
    position: absolute;
    right: 20px;
    top: 310px;
  }
  #system .solution .image img {
    width: 100%;
    height: auto;
  }
  #system .solution .image span {
    text-align: right;
  }
}
#system .solution .text {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #system .solution .text {
    width: 760px;
    margin-bottom: 60px;
  }
  #system .solution .text p {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #system .solution {
    padding: 0 0 90px;
  }
}

/* コミュニケーション */
#communication section {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #communication section h2 {
    margin-bottom: 0;
  }
}
#communication section article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
#communication section article p {
  order: 2;
  margin-bottom: 20px;
}
#communication section article img {
  order: 3;
  width: 100%;
  height: auto;
}
#communication section:nth-of-type(1) {
  padding: 0 20px 20px;
}
#communication section.blue {
  padding: 0 20px 30px;
  background: #F3F8FB;
}

h3.decimal {
  order: 1;
  display: flex;
  align-items: center;
  font-weight: normal;
  min-height: 72px;
  color: #2070B5;
  font-size: 24px;
  padding-left: 60px;
  margin: 40px 0 20px;
}
h3.decimal span {
  display: inline-block;
}

h3.decimal_1 {
  background: url("../img/strong/num_1.png") no-repeat left center;
  background-size: 44px 66px;
}

h3.decimal_2 {
  background: url("../img/strong/num_2.png") no-repeat left center;
  background-size: 44px 66px;
}

h3.decimal_3 {
  background: url("../img/strong/num_3.png") no-repeat left center;
  background-size: 44px 66px;
}

h3.decimal_4 {
  background: url("../img/strong/num_4.png") no-repeat left center;
  background-size: 44px 66px;
}

@media screen and (min-width: 768px) {
  #communication section article {
    clear: both;
    display: block;
    width: 1280px;
    padding: 50px 20px 20px;
  }
  #communication section article p {
    float: left;
    width: 690px;
  }
  #communication section article img {
    float: right;
    width: 500px;
  }
  #communication section:nth-of-type(1) {
    padding: 0 20px 20px;
  }

  h3.decimal {
    margin-top: 20px;
    font-size: 32px;
    padding-left: 50px;
  }

  h3.decimal_1,
  h3.decimal_2,
  h3.decimal_3,
  h3.decimal_4 {
    background-size: 32px 48px;
  }
}
/*/////////////////////////////////*/
/* 事業内容 */
/*/////////////////////////////////*/
#business #index .blue {
  background: #F3F8FB;
  padding: 40px 0 60px;
}
#business #index article {
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}
#business #index article h2 {
  text-align: center;
  margin-bottom: 20px;
}
#business #index article div {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #D2E2F0;
  border-radius: 4px;
}
#business #index article div img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 40px;
}
#business #index article div ul li {
  margin-bottom: 15px;
}
#business #index article div ul li a {
  line-height: 1.5;
}
#business #index article div ul li .icon_link::before {
  top: 3px;
}
@media screen and (min-width: 768px) {
  #business #index .blue {
    padding: 60px 0 80px;
  }
  #business #index article {
    width: 1280px;
  }
  #business #index article div {
    position: relative;
    width: 610px;
    padding: 40px;
  }
  #business #index article div img {
    position: absolute;
    right: 40px;
    bottom: 0;
  }
  #business #index article div ul {
    width: 275px;
  }
  #business #index article div ul li {
    margin-bottom: 5px;
  }
  #business #index article .service_1 {
    float: left;
    height: 330px;
  }
  #business #index article .service_1 img {
    width: 230px;
    height: auto;
  }
  #business #index article .service_2 {
    float: right;
    height: 330px;
  }
  #business #index article .service_2 img {
    width: 196px;
    height: auto;
  }
  #business #index article .service_3 {
    float: left;
    height: 370px;
  }
  #business #index article .service_3 img {
    width: 242px;
    height: auto;
  }
  #business #index article .service_4 {
    float: right;
    height: 370px;
  }
  #business #index article .service_4 img {
    width: 206px;
    height: auto;
  }
}
#business footer {
  margin-top: 0 !important;
}

/* 国際サービスのご案内 */
@media screen and (max-width: 767px) {
  #business h2 {
    margin-bottom: 20px;
  }
}
#business .shokuhin_overview {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #business .text {
    float: left;
    width: 580px;
  }
}
#business .image div {
  float: left;
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
#business .image div strong {
  display: block;
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #business .image div:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  #business .image div {
    width: auto;
  }
  #business .image div strong {
    padding-top: 13px;
    font-size: 16px;
  }
  #business .image div:not(:nth-of-type(1)) {
    margin-left: 10px;
  }
}
#business .image p {
  clear: both;
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #business .image {
    float: right;
    width: 620px;
  }
}

#page_list {
  margin: 60px auto;
  padding: 0 20px;
}
#page_list strong {
  display: block;
  color: #2070B5;
  font-size: 20px;
  margin-bottom: 30px;
}
#page_list ul li {
  border-radius: 4px;
  border: 1px solid #D2E2F0;
  margin-bottom: 10px;
}
#page_list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#page_list ul li a:hover {
  opacity: 0.5;
  background: #F3F8FB;
}
#page_list ul li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 5px;
  height: 12px;
  margin: auto 0;
  background: url("../img/common/icon_arrow_right_blue.svg") no-repeat center;
  background-size: auto 100%;
}
#page_list ul li.selected a {
  background: #F3F8FB;
}

@media screen and (min-width: 768px) {
  #page_list {
    width: 1280px;
    margin: 80px auto 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #page_list strong {
    font-size: 24px;
  }
  #page_list ul {
    display: flex;
    justify-content: space-between;
  }
  #page_list ul li {
    flex: 1;
  }
  #page_list ul li a {
    height: 75px;
  }
  #page_list ul li:not(:first-child) {
    margin-left: 20px;
  }
}
/* 通関 */
#customs section {
  margin-bottom: 40px;
  padding-bottom: 0;
  overflow: hidden;
}
#customs section article {
  margin-bottom: 40px;
}
#customs section article h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #customs section article {
    float: left;
    width: 690px !important;
  }
  #customs section article .list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #customs section .image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -20px;
  }
  #customs section .image img {
    max-width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #customs section .image {
    width: 450px;
  }
  #customs section .image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

/* 物流センターのご案内 */
.service #center article {
  overflow: hidden;
}
.service #center .image {
  float: none;
  margin: 0 auto;
}
.service #center .image div {
  float: none;
  text-align: left;
  width: 100%;
}
.service #center .image div img {
  width: 100%;
  height: auto;
}
.service #center .image div span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service #center .image {
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .service #center .image div {
    max-width: 450px;
    text-align: center;
  }
  .service #center .image div span {
    font-size: 16px;
  }
}
.service #center table {
  float: left;
}
.service #center table caption {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service #center .google_Map iframe {
    width: 100%;
    height: 350px;
    margin-top: 30px;
  }
}
.service #center .google_Map span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service #center .google_Map {
    float: right;
    width: 520px;
    margin-top: 44px;
  }
  .service #center .google_Map span {
    text-align: right;
  }
}

/*/////////////////////////////////*/
/* 物流サービスのご提案 */
/*/////////////////////////////////*/
/*　物流コンサルティング */
#consulting section h2 {
  margin-bottom: 20px;
}
#consulting .image {
  height: 0;
  padding-top: 265vw;
  background: url("../img/service/logistics/img_3_cut_sp.png") no-repeat left top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  #consulting .image {
    width: 100%;
    padding-top: 0;
    height: 470px;
    background: url("../img/service/logistics/img_3_cut_pc.jpg") no-repeat left top;
  }
}
#consulting .blue {
  padding-top: 50px;
  background: #F3F8FB;
}
#consulting .blue article {
  margin: 0 auto;
  box-sizing: border-box;
}
#consulting .blue article .list_wrapp {
  background: #fff;
  border-radius: 4px;
  border: 2px solid #D2E2F0;
}
#consulting .blue article .list_wrapp div {
  padding: 0 20px 30px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #D2E2F0;
}
#consulting .blue article .list_wrapp div img {
  width: 100%;
  height: auto;
}
#consulting .blue article .list_wrapp div:nth-child(4) {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #consulting h3.decimal {
    margin: 30px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #consulting .blue {
    padding-top: 0;
  }
  #consulting .blue article {
    width: 1280px;
    padding: 60px 20px;
  }
  #consulting .blue article .list_wrapp div {
    min-height: 282px;
    padding: 10px 40px 30px;
  }
  #consulting .blue article .list_wrapp div p {
    width: 700px;
  }
  #consulting .blue article .list_wrapp div img {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 360px;
  }
}

/* WEBシステム */
@media screen and (max-width: 767px) {
  #websystem section {
    padding-bottom: 50px;
  }
}
#websystem section {
  border-bottom: 1px solid #BBD4E9;
}
#websystem section .wrapp div p {
  margin: 20px 0 0;
}
#websystem section .wrapp div p span {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #websystem section .wrapp div {
    width: 514px;
    margin-left: 40px;
  }
  #websystem section .wrapp div p {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #websystem section .wrapp {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #websystem section table {
    width: 100%;
    margin-bottom: 30px;
  }
  #websystem section table th {
    display: block;
  }
  #websystem section table td {
    display: block;
  }
  #websystem section table tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  #websystem section table {
    width: 620px;
  }
  #websystem section table th {
    width: 128px;
    vertical-align: middle;
    text-align: center;
  }
  #websystem section table td {
    padding: 10px 20px;
  }
}

/* CRU */
.cru .section-block {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cru .section-block {
    margin-top: 0 !important;
    padding-bottom: 50px !important;
  }
}

.cru-about {
  width: 100%;
  max-width: 1082px;
  margin: 45px auto 0;
  text-align: center;
}
.cru-about .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cru-about {
    max-width: 502px;
    margin: 30px auto 0;
  }
  .cru-about .pc {
    display: none;
  }
  .cru-about .sp {
    display: block;
  }
}

.cru-initiative {
  width: 100%;
  max-width: 1240px;
  margin: 45px auto 0;
  text-align: center;
}
.cru-initiative .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cru-initiative {
    max-width: 640px;
    margin: 30px auto 0;
  }
  .cru-initiative .pc {
    display: none;
  }
  .cru-initiative .sp {
    display: block;
  }
}

.cru-fushimi-inner {
  width: 100%;
  margin: 45px auto 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cru-fushimi-inner {
    flex-direction: column;
    margin: 30px auto 15px;
  }
}
.cru-fushimi-inner .table {
  width: 65.33% !important;
  max-width: 810px !important;
}
@media screen and (max-width: 767px) {
  .cru-fushimi-inner .table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.cru-fushimi-inner .table .list {
  margin-left: 30px;
}
.cru-fushimi-inner .table .list li {
  list-style-type: disc !important;
  border: none;
  padding: 5px;
}
.cru-fushimi-inner .cru-fushimi-map {
  width: 32.42%;
  max-width: 402px;
}
.cru-fushimi-inner .cru-fushimi-map iframe {
  width: 100% !important;
  height: 430px;
}
@media screen and (max-width: 767px) {
  .cru-fushimi-inner .cru-fushimi-map {
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px auto 0;
  }
  .cru-fushimi-inner .cru-fushimi-map iframe {
    height: 460px;
  }
}
.cru-fushimi-inner .cru-fushimi-map .txt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.cru-fushimi-img {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cru-fushimi-img {
    flex-direction: column;
    margin-top: 25px;
  }
}
.cru-fushimi-img li {
  width: 32.26%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .cru-fushimi-img li {
    width: 100%;
    margin: 25px auto 0;
  }
}

.cru-merit-table {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cru-merit-table {
    display: none;
  }
}
.cru-merit-table th {
  border-right: 1px solid #D2E2F0;
  border-bottom: 1px solid #D2E2F0;
}
.cru-merit-table td {
  border-right: 1px solid #D2E2F0;
  border-bottom: 1px solid #D2E2F0;
}
.cru-merit-table .tit {
  font-weight: 700;
}

.cru-merit-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .cru-merit-list {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .cru-merit-list li {
    line-height: 1.6;
    box-sizing: border-box;
    border-bottom: 1px dotted #8bb6d1;
    margin-top: 20px;
  }
  .cru-merit-list li .tit01 {
    background: #e2f2f8;
    padding: 10px;
    color: #0F306A;
    font-weight: 700;
    font-size: 1rem;
  }
  .cru-merit-list li .tit01 span {
    font-size: 12px;
  }
  .cru-merit-list li .tit02 {
    background: #F3F8FB;
    padding: 10px;
    color: #0F306A;
    font-weight: 700;
  }
  .cru-merit-list li .cont {
    margin-bottom: 15px;
    padding: 10px;
  }
  .cru-merit-list li .cont .tit03 {
    color: #0F306A;
    font-weight: 700;
  }
}

.cru-prospect,
.cru-contact {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cru-prospect,
  .cru-contact {
    margin-top: 30px;
  }
}

/*/////////////////////////////////*/
/* 港運関連サービス */
/*/////////////////////////////////*/
/* バンプール業務 */
@media screen and (max-width: 767px) {
  #vanpool section {
    padding-bottom: 30px;
  }
}
#vanpool .first {
  position: relative;
}
#vanpool .first table th {
  vertical-align: middle;
  box-sizing: border-box;
}
#vanpool .first table td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #vanpool .first table {
    width: 100%;
  }
  #vanpool .first table th {
    display: block;
  }
  #vanpool .first table td {
    display: block;
  }
  #vanpool .first img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #vanpool .first p {
    width: 700px;
  }
  #vanpool .first table {
    width: 700px;
  }
  #vanpool .first table th {
    width: 236px;
  }
  #vanpool .first img {
    position: absolute;
    top: 68px;
    right: 0;
  }
}

/*　コンテナ・ターミナル業務 */
#container_terminal .btn-related_pages a::after {
  content: '';
  background: url("../img/common/icon_new_window_white.svg") no-repeat center right;
  width: 18px;
}
@media screen and (min-width: 768px) {
  #container_terminal #main_view #headline {
    min-width: 29%;
  }
  #container_terminal .btn-related_pages a::after {
    right: 25px;
  }
}

.flow_list li {
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border: 1px solid #D2E2F0;
  border-radius: 4px;
}
.flow_list li p {
  margin-top: 10px;
}
.flow_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .flow_list li {
    min-width: 395px;
    box-sizing: border-box;
    margin-right: 17px;
    margin-bottom: 17px;
    padding: 30px 40px 0;
  }
  .flow_list li p {
    margin-top: 10px;
    width: 315px;
  }
  .flow_list li:nth-child(3n) {
    margin-right: 0;
  }
}
/* 船舶代理店業務 */
#shipping section {
  padding-bottom: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}
#shipping section .text table {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #shipping section .text table th {
    display: block;
  }
  #shipping section .text table td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #shipping section .text table th {
    width: 190px;
  }
}
#shipping section .text table th {
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
#shipping section .text table td {
  padding: 10px;
}
#shipping section .image {
  float: right;
}
#shipping section .image span {
  display: block;
  margin-top: 10px;
}
#shipping section .image img {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #shipping section .image {
    padding-top: 68px;
  }
  #shipping section .image span {
    margin: 10px 0 50px;
  }
  #shipping section .image img {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #shipping section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  #shipping section .text {
    float: left;
    width: 700px;
  }
  #shipping .first {
    padding-top: 0;
  }
}

/*/////////////////////////////////*/
/* 国内サービスのご案内 */
/*/////////////////////////////////*/
/* 概要と輸送ネットワーク */
#domestic #network article {
  margin-bottom: 40px;
}
#domestic #network article table {
  width: 100%;
}
#domestic #network article table th {
  padding: 7px 10px;
}
#domestic #network article table td {
  vertical-align: middle;
  padding: 7px 10px;
}
#domestic #network article table .border-right {
  white-space: nowrap;
  border-right: 1px dotted #D2E2F0;
}
@media screen and (min-width: 768px) {
  #domestic #network article table th {
    padding: 7px 30px;
  }
  #domestic #network article table td {
    padding: 7px 30px;
  }
  #domestic #network article table .border-right {
    width: 200px;
  }
}
#domestic #network article .text-red {
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #domestic #network article {
    margin-bottom: 80px;
  }
}
#domestic #network .image div {
  margin-top: 40px;
}
#domestic #network .image div span {
  display: block;
  text-align: right;
  margin: 10px 0 30px;
}
#domestic #network .image div span:nth-of-type(2) {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  #domestic #network .image {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #domestic #network .image span {
    margin: 10px 0 50px;
  }
}

/* 取扱貨種 */
#domestic #freight .image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #domestic #freight .image img {
    flex: 1;
    width: 0;
    display: block;
  }
  #domestic #freight .image img:not(:first-child) {
    margin-left: 10px;
  }
}
#domestic #freight table {
  width: 100%;
}
#domestic #freight table th, #domestic #freight table td {
  border-right: 1px dotted #D2E2F0;
}

/* 輸送保有機材と種類 */
#domestic #machinery section table {
  width: 100%;
}
#domestic #machinery section table a {
  color: #2070B5;
  text-decoration: underline;
}
#domestic #machinery section table a:hover {
  text-decoration: none;
}

/* 物流センターのご案内 */
#domestic #center .image {
  flex-wrap: wrap;
  padding: 0 0 20px;
}
#domestic #center .image div {
  text-align: left;
}
#domestic #center .image div span {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #domestic #center .image div span {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #domestic #center .image {
    padding: 10px 0 20px;
  }
}
#domestic #center table {
  width: 680px;
}
#domestic #center .google_Map {
  margin-top: 0;
}

/*/////////////////////////////////*/
/* 会社案内 */
/*/////////////////////////////////*/
/*　会社概要 */
.div_overview img {
  display: block;
  width: 62%;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .div_overview {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .div_overview img {
    width: auto;
    height: 409px;
    margin: 0;
  }
  .div_overview table {
    width: 910px;
  }
}
/* 会社概要 */
#message h2 {
  font-size: 32px;
  background: url("../img/company/img_cross.svg") no-repeat center;
  background-size: 32px 32px;
}
#message h2 span {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
#message h2 span:nth-of-type(2) {
  padding-top: 25px;
  padding-bottom: 0;
}
#message div img {
  display: block;
  width: 62%;
  height: auto;
  margin: 0 auto 30px;
}
#message div div:nth-of-type(1) {
  margin-bottom: 20px;
}
#message div div:nth-of-type(2) {
  text-align: right;
  font-family: YuMincho Medium, "Yu Mincho Medium", "Hiragino Mincho ProN Medium", "serif";
}
#message div div:nth-of-type(2) strong {
  display: inline-block;
  padding-top: 12px;
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  #message h2 {
    width: 984px;
    margin: 0 auto 80px;
    font-size: 50px;
    background-size: 68px 68px;
    display: flex;
    justify-content: space-between;
  }
  #message h2 span {
    display: inline-block;
    padding: 0 !important;
  }
  #message div img {
    float: left;
    width: 440px;
    height: auto;
  }
  #message div div:nth-of-type(1) {
    float: right;
    width: 760px;
    margin-bottom: 30px;
  }
  #message div div:nth-of-type(2) {
    clear: both;
  }
  #message div div:nth-of-type(2) span {
    font-size: 20px;
  }
  #message div div:nth-of-type(2) strong {
    font-size: 28px;
  }
}
/* 沿　革 */
#history {
  padding: 0 0 60px;
}
#history table {
  width: 100%;
  border-left: none;
  border-right: none;
}
#history table th {
  width: 110px;
  padding: 20px 10px 15px 20px;
  box-sizing: border-box;
  color: #2070B5;
  font-weight: normal;
}
#history table th img {
  width: auto;
  height: 25px;
}
#history table th span {
  display: block;
  margin-top: 5px;
}
#history table td {
  vertical-align: middle;
  padding: 20px 15px;
}
#history table td div:nth-of-type(2) {
  margin-top: 6px;
}
#history table td strong {
  display: inline-block;
  width: 2.5em;
  text-align: right;
  vertical-align: top;
}
#history table td p {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #history table td div {
    display: flex;
    justify-content: flex-start;
  }
  #history table td div strong {
    white-space: nowrap;
  }
  #history table td div p {
    flex: 1 1;
  }
}
@media screen and (min-width: 768px) {
  #history {
    padding: 0 20px 30px;
  }
  #history table {
    width: 100%;
  }
  #history table th {
    width: 130px;
    padding: 20px 30px 15px;
  }
  #history table td {
    vertical-align: middle;
    padding: 13px 30px 13px 10px;
  }
  #history table td div:nth-of-type(2) {
    margin-top: 6px;
  }
  #history table td strong {
    width: 3em;
  }
}
/* 組織図 */
#organization {
  text-align: center;
}
#organization img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #organization img {
    width: 906px;
  }
}

/* 本社案内 */
#access table {
  width: 100%;
}
#access .google_Map {
  width: 100%;
  height: 335px;
}
@media screen and (min-width: 768px) {
  #access .google_Map .google_Map {
    height: 400px;
  }
}

/* 拠点一覧 */
#list_of_bases .list-wrapp {
  margin-bottom: 40px;
  padding: 0;
}
#list_of_bases .list-wrapp h3 {
  margin-bottom: 10px;
}
#list_of_bases .list-wrapp p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #list_of_bases .list-wrapp {
    padding: 0 20px;
  }
}
#list_of_bases table {
  width: 100%;
  margin-bottom: 40px;
}
#list_of_bases table th {
  width: 8em;
  box-sizing: border-box;
  white-space: normal;
  padding: 10px;
}
#list_of_bases table td {
  padding: 10px;
}
#list_of_bases table td span {
  display: block;
}
@media screen and (min-width: 768px) {
  #list_of_bases table th {
    width: 15em;
    padding: 15px 20px;
  }
  #list_of_bases table td {
    padding: 15px 20px;
  }
  #list_of_bases table td span {
    display: inline;
  }
}
#list_of_bases .icon_map {
  color: #2070B5;
  font-size: 12px;
  display: inline-block;
  background: #D2E2F0;
  width: 70px;
  height: 30px;
  border-radius: 4px;
  line-height: 32px;
  box-sizing: border-box;
  padding-left: 28px;
  position: relative;
  margin-left: 15px;
}
#list_of_bases .icon_map::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 13px;
  height: 19px;
  background: url("../img/common/icon_map.svg") no-repeat left top;
  background-size: auto 100%;
}
#list_of_bases .icon_map:hover {
  opacity: 0.5;
}
#list_of_bases .text-red {
  display: inline-block;
  font-weight: normal;
  margin-top: 1em;
}

/* 経営理念・基本方針 */
#management_policy .policy_list p {
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  #management_policy .policy_list p {
    padding-left: 38px;
  }
}

/* 環境及び社会貢献の取り組み */
#environment section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #environment section {
    margin-bottom: 60px;
  }
}
#environment #green {
  overflow: hidden;
}
#environment #green .lead {
  overflow: hidden;
}
#environment #green .lead img {
  display: block;
  width: 38.4%;
  height: auto;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  #environment #green .lead img {
    float: left;
    margin: 0 60px;
    width: auto;
  }
}
#environment #green .lead p {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  #environment #green .lead {
    margin-bottom: 30px;
  }
}
#environment #green ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #environment #green ul {
    float: left;
    width: 565px;
  }
}
#environment #green .image_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#environment #green .image_list a {
  width: 144px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #environment #green .image_list a {
    flex: 45%;
  }
}
#environment #green .image_list a:nth-child(even) {
  margin-left: 5%;
}
#environment #green .image_list a:hover {
  opacity: 0.7;
}
#environment #green .image_list img {
  width: 100%;
  height: auto;
}
#environment #green .image_list p {
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #environment #green .image_list p {
    flex: 100%;
  }
}
@media screen and (min-width: 768px) {
  #environment #green .image_list {
    float: right;
    width: 636px;
  }
  #environment #green .image_list a {
    flex: 1 1 20%;
  }
  #environment #green .image_list a:not(:first-child) {
    margin-left: 20px;
  }
  #environment #green .image_list p {
    flex: 100%;
    text-align: right;
  }
}
#environment #initiatives {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#environment #initiatives h2 {
  order: 1;
}
#environment #initiatives div {
  order: 2;
  margin-bottom: 20px;
}
#environment #initiatives div .text-blue {
  display: block;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#environment #initiatives .image {
  order: 3;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#environment #initiatives .image img {
  flex: 0 1 50%;
  display: block;
  width: 0;
  height: auto;
  max-width: 50%;
  align-self: flex-start;
}
#environment #initiatives .image img:first-child {
  margin-right: 10px;
}
#environment #initiatives span {
  display: block;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  #environment #initiatives {
    display: block;
  }
  #environment #initiatives .image {
    float: right;
    width: 320px;
    display: block;
  }
  #environment #initiatives .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#environment .icon {
  position: relative;
  color: #2070B5;
  padding-left: 20px;
}
#environment .icon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url("../img/company/icon_blue.svg") no-repeat center;
}
#environment table {
  width: calc( 100% - 20px );
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  #environment table {
    width: 1220px;
  }
  #environment table.ver_3  {
    width: 620px;
  }
  #environment table.ver_3 th {
    width: 50%;
  }
}

ul.list li {
  padding: 15px 0;
  border-bottom: 1px dotted #BBD4E9;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  ul.list li {
    line-height: 1;
  }
}

/* 女性活躍推進法に基づく一般事業主行動計画 */
#environment span.col1{
  position: relative;
  margin-left: 20px;
}
#environment span.col1::before{
  content: '●';
  position: absolute;
  top: 0;
  left: -18px;
}
#environment .woman-success tr > td,
#environment .woman-success tr > th{
  border: 1px solid;
  text-align: center;
}
#environment .woman-success th,
#environment .woman-success td{
  padding: 10px 2px;
}
/* 女性活躍推進法に基づく一般事業主行動計画 */
@media screen and (min-width: 768px) {
  #environment .woman-success th,
  #environment .woman-success td{
    padding: 10px 15px;
  }
}



/*//////////////////////////////////*/
/* お知らせ */
/*//////////////////////////////////*/
#news_list {
  border-bottom: rgba(32, 112, 181, 0.2) 1px solid;
}
#news_list li {
  margin-left: 0 !important;
  text-indent: 0 !important;
  border-top: rgba(32, 112, 181, 0.2) 1px solid;
}
#news_list li a {
  position: relative;
  padding: 10px 30px 10px 10px;
  line-height: 1.5;
}
#news_list li a span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #news_list li a span {
    display: block;
  }
}
#news_list li a .time {
  color: #2070B5;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #news_list li a {
    padding: 23px 40px 23px 20px;
  }
}
#news_list li a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/common/icon_arrow_right_blue.svg") no-repeat center;
  background-size: auto 100%;
}
#news_list li a:hover {
  opacity: 1;
  background: rgba(32, 112, 181, 0.07);
}

#news_report {
  border-bottom: rgba(32, 112, 181, 0.2) 1px solid;
}
#news_report .time {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #news_report .time {
    margin-bottom: 20px;
  }
  #news_report article {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
#news_report h2 {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#news_report a {
  color: #2070B5;
  text-decoration: underline;
  display: inline;
}
#news_report a:hover {
  opacity: 0.5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #news_report img {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #news_report {
    margin: 0 20px;
    padding: 0 0 30px;
  }
}
#btn_news_list {
  width: 200px;
  margin: 40px auto;
  border: 1px solid rgba(32, 112, 181, 0.3);
  border-radius: 50px;
  overflow: hidden;
}
#btn_news_list a {
  color: #2070B5;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
#btn_news_list a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_arrow_right_blue.svg) no-repeat center;
  background-size: auto 100%;
  z-index: 1000;
}
#btn_news_list a:hover {
  background: #F3F8FB;
}

@media screen and (min-width: 768px) {
  #btn_news_list {
    margin: 40px auto 0;
  }
}
/*//////////////////////////////////*/
/* 採用情報 */
/*//////////////////////////////////*/

#recruit .bannerbox {
  text-align: center;
  padding: 60px 0;
  border: 1px solid #D2E2F0;
  box-sizing: border-box; 
}
#recruit .bannerbox:not(:last-child){
	margin-bottom: 30px;
}

#recruit .bannerbox2 {
  display: flex;
	margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
	#recruit .bannerbox2:hover{
		border: 1px solid #0F306A;
		transform-origin: bottom center;
		transform: scale(1.1);
	}
	#recruit .bannerbox2:hover .txt{margin: 10px 0 10px 10px;}
	#recruit .bannerbox2:hover .img{margin: 10px 10px 10px 0;}
}
#recruit .bannerbox2 .txt p{
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
	padding: 20px;
}
#recruit .bannerbox2 .txt{
	width: 50%;
	background-color: #0F306A;
	color: #fff;
	padding: 20px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height:1.5;
	display: flex;
	align-items: center;
	justify-content: center;	
}
#recruit .bannerbox2 .img{
	width: 50%;
	background: url(../img/recruit/main_image.jpg) center center no-repeat;
	background-size: cover;
}
#recruit .bannerbox2 .img img{width: 100%;}

@media screen and (max-width: 767px) {
  #recruit .bannerbox {
    padding: 30px;
  }
  #recruit .bannerbox img {
    width: auto;
    height: auto;
  }
	
	#recruit .bannerbox2{flex-direction: column;}
	#recruit .bannerbox2 .img,
	#recruit .bannerbox2 .txt{width: 100%;box-sizing: border-box;}
	#recruit .bannerbox2 .img{order: 1;height: 100px;}
	#recruit .bannerbox2 .txt{order: 2;font-size: 24px;}

}

/*//////////////////////////////////*/
/* その他 */
/*//////////////////////////////////*/
@media screen and (min-width: 768px) {
  #other #main_view #headline {
    padding-top: 84px !important;
  }
}
#other h1 {
  margin-top: 0 !important;
}
#other section ol {
  list-style: none;
}
#other section ol li {
  color: #0F306A;
  font-weight: normal;
  text-indent: -2.5em;
  margin-left: 2em;
}
#other section ol li p {
  margin-left: 0;
  text-indent: 0;
}
#other section ul li {
  margin-left: 1em;
  text-indent: -1em;
}

#other section ol li > .sub-list li{
  text-indent: -20px;
  margin-left: 10px;   
}

@media screen and (max-width: 767px) {
  #other #main_view #headline {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #other #kojinjoho #main_view #headline {
    padding-top: 66px !important;
  }
}
/* 特定個人情報扱い基本方針 */
@media screen and (max-width: 767px) {
  #other #kojinjoho #main_view #headline {
    padding-top: 35px;
  }
}
/* リンク集 */
#other #link section {
  overflow: hidden;
}
#other #link section ul li {
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 30px;
}
#other #link section ul li a {
  padding-right: 20px;
}
#other #link section ul li a::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 13px;
  height: 10px;
  background: url("../img/common/icon_new_window.svg") no-repeat left top;
  backgrounds-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #other #link section ul li a {
    line-height: 1.5;
  }
  #other #link section ul li a::before {
    top: 5px;
  }
  #other #link section ul li a::after {
    top: 8px;
  }
}
@media screen and (min-width: 768px) {
  #other #link section ul {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #other #link section ul.right {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  #other #link section {
    padding-bottom: 0;
  }
}
/* よくあるご質問 */
#other #qa section a {
  display: inline-block;
  text-decoration: underline;
  color: #2070B5;
  line-height: 1.5;
}
#other #qa section a:hover {
  text-decoration: none;
}
#other #qa .page_link {
  margin-bottom: 40px;
  padding-bottom: 10px;
}
#other #qa .page_link ul {
  margin-bottom: 30px;
}
#other #qa .page_link ul li {
  margin-bottom: 10px;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
#other #qa .page_link ul li a {
  position: relative;
  padding-left: 25px;
}
#other #qa .page_link ul li a::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_page_link.svg") no-repeat top left;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  #other #qa .page_link {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  #other #qa .page_link div {
    width: 50%;
    float: left;
  }
  #other #qa .page_link div h3 {
    margin-bottom: 10px;
  }
  #other #qa .page_link div ul {
    margin-bottom: 40px;
  }
}
#other #qa .qa_wrapp h2 {
  margin-bottom: 20px;
}
#other #qa .qa_wrapp div {
  padding: 30px;
  border: 1px solid #E9F1F8;
  margin-bottom: 10px;
}
#other #qa .qa_wrapp div h3 {
  margin-bottom: 10px;
}
#other #qa .qa_wrapp div p {
  margin-bottom: 0;
}

/* お問い合わせ */
#inquiry .first div {
  border: 1px solid #D2E2F0;
  padding: 20px;
  overflow: hidden;
}
#inquiry .first div .bold {
  font-weight: 700;
}
#inquiry .first div a {
  display: block;
  width: 91px;
  height: auto;
  margin: 0 auto;
}
#inquiry .first div a img {
  width: 100%;
  height: auto;
}
#inquiry .first div .text-red {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #inquiry .first div p {
    float: left;
  }
  #inquiry .first div a {
    display: inline-block;
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #inquiry .first div {
    padding: 30px 40px;
  }
}
#inquiry .inquiry-top {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top {
    flex-direction: column;
  }
}
#inquiry .inquiry-top .inquiry-top-title01 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .inquiry-top-title01 {
    font-size: 24px;
  }
}
#inquiry .inquiry-top .inquiry-top-box01 {
  box-sizing: border-box;
  width: 64%;
  border: 1px solid #D2E2F0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .inquiry-top-box01 {
    width: 100%;
  }
}
#inquiry .inquiry-top .inquiry-top-box01 .inquiry-top-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .inquiry-top-box01 .inquiry-top-inner {
    flex-direction: column;
  }
}
#inquiry .inquiry-top .inquiry-top-box01 .inquiry-top-inner .inquiry-top-inner-block {
  box-sizing: border-box;
  width: 48%;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .inquiry-top-box01 .inquiry-top-inner .inquiry-top-inner-block {
    width: 100%;
  }
  #inquiry .inquiry-top .inquiry-top-box01 .inquiry-top-inner .inquiry-top-inner-block:last-child {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dotted #a0c3e2;
  }
}
#inquiry .inquiry-top .inquiry-top-box02 {
  box-sizing: border-box;
  width: 34%;
  border: 1px solid #D2E2F0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .inquiry-top-box02 {
    width: 100%;
    margin-top: 25px;
  }
}
#inquiry .inquiry-top .inquiry-top-box02 .inquiry-top-inner-block02 {
  margin-top: 30px;
}
#inquiry .inquiry-top .btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  display: block;
  margin: 30px auto 0;
  width: 100%;
  border: none;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2070B5;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(15, 48, 106, 0.3);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-top .btn {
    margin: 20px auto 0;
  }
}
#inquiry .inquiry-top .btn:hover {
  opacity: 0.7;
  box-shadow: none;
}
#inquiry .inquiry-notes01 {
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 !important;
}
@media screen and (max-width: 1299px) {
  #inquiry .inquiry-notes01 {
    margin: 0 auto 80px !important;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .inquiry-notes01 {
    width: 92%;
    margin: -20px auto 40px !important;
  }
}
#inquiry .form_area table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #inquiry .form_area table th {
    width: 206px;
  }
}
#inquiry .form_area table td span {
  display: block;
}
#inquiry .form_area table td .text-red {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #inquiry .form_area table td span {
    display: inline-block;
  }
}
#inquiry .form_area input {
  width: 100%;
  line-height: 1.5;
}
#inquiry .form_area #zip01 {
  width: 20%;
}
#inquiry .form_area #zip02 {
  width: 40%;
}
@media screen and (min-width: 768px) {
  #inquiry .form_area input {
    width: 350px;
  }
  #inquiry .form_area #furigana,
  #inquiry .form_area #email,
  #inquiry .form_area #address {
    width: 500px;
  }
  #inquiry .form_area #zip01 {
    width: 100px;
  }
  #inquiry .form_area #zip02 {
    width: 150px;
  }
}
#inquiry .form_area select {
  padding-bottom: 5px;
}
#inquiry .form_area textarea {
  width: 100%;
  height: 150px;
  line-height: 1.5;
  padding: 0 3px;
}
#inquiry .form_area input[type='submit'] {
  -webkit-appearance: none;
  display: block;
  margin: 30px auto 0;
  width: 150px;
  height: 60px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2070B5;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(15, 48, 106, 0.3);
  transition: .3s;
}
#inquiry .form_area input[type='submit']:hover {
  opacity: 0.7;
  box-shadow: none;
}
#inquiry .notes {
  margin-top: 5rem;
  font-size: 0.9rem;
}
#inquiry .notes li {
  line-height: 1.4;
  padding: 0.3rem;
}
#inquiry .required-mark {
  display: inline-block;
  font-size: 12px;
  background-color: #FF0000;
  color: #fff;
  line-height: 1;
  padding: 4px 4px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: normal;
  position: absolute;
  top: 14px;
  right: 10px;
}
#inquiry .required-mark-sample {
  display: inline-block;
  font-size: 12px;
  background-color: #FF0000;
  color: #fff;
  line-height: 1;
  padding: 4px 4px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: normal;
}
#inquiry .free-mark {
  display: inline-block;
  font-size: 12px;
  background-color: #236EB3;
  color: #fff;
  line-height: 1;
  padding: 4px 4px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: normal;
  position: absolute;
  top: 14px;
  right: 10px;
}

/* サイトマップ */
#sitemap section {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sitemap section .right {
    margin-top: 50px;
  }
}
#sitemap section ul {
  margin-bottom: 30px;
}
#sitemap section ul li {
  margin-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 15px;
  padding-left: 24px;
}
#sitemap section ul li a {
  line-height: 1.5;
}
#sitemap section ul li a::before {
  top: 5px;
}
#sitemap section ul li span {
  display: block;
  padding: 10px 0 5px;
  font-weight: bold;
}
#sitemap section ul .first {
  border-bottom: 1px solid #D2E2F0;
  padding-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
}
#sitemap section ul .first a {
  font-size: 24px;
}
#sitemap section ul .first a::before {
  top: 10px;
}
#sitemap section ul .first span {
  font-size: 24px;
  font-weight: normal;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #sitemap section .left {
    float: left;
  }
  #sitemap section .right {
    float: right;
  }
  #sitemap section ul {
    width: 580px;
  }
}
