@charset "UTF-8";
/*@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/NotoSerifJP-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(/css/fonts/NotoSerifJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/NotoSerifJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/css/fonts/NotoSerifJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(/css/fonts/NotoSerifJP-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(/css/fonts/NotoSerifJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(/css/fonts/NotoSerifJP-Black.otf) format("opentype");
}
@media only screen and (max-width : 600px) {
  body {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}*/

/*.noto-serif {
  font-family: "Noto Serif Japanese", serif;
}

.text-en {
  font-family: "Helvetica Neue", sans-serif;
}*/

/*p {
  line-height: 1.8rem;
}*/

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }
}
@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
    padding-top: 0;
  }
}
.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

/* module ======================================== */
.text_red {
  color: #AD2929;
}

.Midashi01 {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 auto 0.5em;
}

.Midashi01:after {
  content: url(/images/base/midashi_after.png);
  position: relative;
  top: -4px;
  margin-left: 10px;
}

.Midashi01:before {
  content: url(/images/base/midashi_before.png);
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.defaultpagehead .Midashi01:after,
.defaultpagehead .Midashi01:before {
  content: none;
}

.defaultpagehead .Midashi01 span:after {
  content: url(/images/base/midashi_after.png);
  position: relative;
  top: -4px;
  margin-left: 10px;
}

.defaultpagehead .Midashi01 span:before {
  content: url(/images/base/midashi_before.png);
  position: relative;
  top: -4px;
  margin-right: 10px;
}

#c_conents_area .Midashi01 {
  margin: 1em auto 1em;
}

/*before markup*/
.Midashi02 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5em auto;
  text-transform: uppercase;
  background: url(/images/base/midashi2_bg.png) bottom center no-repeat;
  padding-bottom: 2px;
}

.Midashi03 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5em auto;
  color: #0d6e53;
  font-weight: bold;
}

.Midashi04 {
  font-size: 1.2rem;
  text-align: center;
  margin: 1em auto 2em;
  color: #111111;
  font-weight: bold;
}

.Midashi04 span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  color: #0d6e53;
  text-transform: uppercase;
  padding: 0 0 3px;
}

.btn.IjiLogin {
  background: #c39713;
  text-decoration: none !important;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(17, 17, 17, 0.4);
  font-size: 1em;
  font-weight: normal;
}

/* list */
.dl-tableList01 a,
.dl-tableList02 a {
  color: #111111;
}

.dl-tableList01 a:hover,
.dl-tableList02 a:hover {
  text-decoration: underline;
}

.dl-tableList01 dt,
.dl-tableList02 dt {
  float: left;
  clear: left;
  width: 18em;
  font-weight: bold;
}

.dl-tableList02 dt {
  width: 9em;
}

.dl-tableList01 dd,
.dl-tableList02 dd {
  border-bottom: 1px solid #d0d0d0;
  padding-left: 19em;
  margin: 0;
}

.dl-tableList02 dd {
  padding-left: 10em;
}

.dl-tableList01 dt,
.dl-tableList01 dd,
.dl-tableList02 dt,
.dl-tableList02 dd {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  vertical-align: middle;
}

.dl-tableList01 dt img,
.dl-tableList01 dd img,
.dl-tableList02 dt img,
.dl-tableList02 dd img {
  vertical-align: middle;
  margin: 0 5px;
}

/* responsivetable-list */
table.responsivetable-list {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  table.responsivetable-list {
    margin: 0 -10px;
  }

  table.responsivetable-list tr {
    display: block;
    margin-bottom: 10px;
  }

  table.responsivetable-list th {
    display: block;
    width: 100%;
  }

  table.responsivetable-list td {
    display: list-item;
    width: 90%;
    margin-left: 10%;
    border: none;
  }
}
/*table02 */
.table02.bordered {
  border-radius: initial;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #3b434e;
}

.table02.bordered tr {
  border-bottom: 1px solid #3b434e;
}

.table02.bordered th {
  background: #d8dde6;
  border-radius: initial;
  padding: 15px;
  border-right: 1px solid;
}

.table02.bordered td {
  border-radius: initial;
  border-right: 1px solid;
  padding: 15px;
}

/*ggmap*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width : 600px) {
  .Midashi01:after,
.Midashi01:before {
    content: none;
    display: none;
  }

  .Midashi04 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .Midashi04 span {
    font-size: 0.7rem;
  }

  .dl-tableList01 dt,
.dl-tableList02 dt {
    padding: 5px 0 0;
  }

  .dl-tableList01 dd,
.dl-tableList02 dd {
    font-size: 0.9em;
    padding: 5px 0 10px;
  }

  .dl-tableList01 dt,
.dl-tableList01 dd,
.dl-tableList02 dt,
.dl-tableList02 dd {
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
  }
}
/* gate-nav */
.gate-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  padding: 0 0.75rem;
  margin-bottom: 3em;
}

#Service .gate-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Service .gate-nav .col {
  float: none;
  height: auto;
}

.gate-nav .col {
  float: left;
  margin-left: initial !important;
}

#visitors .gate-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#visitors .gate-nav .col {
  float: none;
  margin-bottom: 2em;
}

.gate-nav .card {
  float: none;
  padding: 1rem 1.75rem;
  text-decoration: none !important;
}

.gate-nav .card .CardCaption.badge {
  background: #3b434e;
  color: #ffffff;
  font-size: 0.9em;
  padding: 5px 10px;
  float: none;
  margin: -30px 0 0 0;
  position: absolute;
  line-height: 1.4em;
}

.gate-nav a {
  /* padding: 5% 10%; */
  /* overflow: hidden; */
  display: block;
}

.gate-nav p,
.gate-nav a {
  font-size: 0.9em;
  line-height: 1.8em;
  height: 100%;
  color: #565f6f;
}

#Service .gate-nav p {
  height: auto;
}

.gate-nav a .card-image {
  margin: 1em auto 0em;
  overflow: hidden;
  display: block;
}

#visitors .gate-nav p,
#visitors .gate-nav a {
  height: auto;
}

#visitors .gate-nav a {
  height: 100%;
  display: block;
  overflow: hidden;
}

#visitors .gate-nav .visi-nav-text {
  background: #fafafa;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  text-align: left;
}

#visitors .gate-nav .visi-nav-text h3 {
  font-size: 1em;
  margin: 10px auto;
  color: #111111;
  font-weight: bold;
}

#visitors .gate-nav .visi-nav-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#visitors .gate-nav .visi-nav-text h3:before,
#visitors .gate-nav .visi-nav-text h3:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#visitors .gate-nav .visi-nav-text h3:before {
  margin-right: 10px;
}

#visitors .gate-nav .visi-nav-text h3:after {
  margin-left: 10px;
}

#visitors .gate-nav .visi-nav-text p {
  text-align: left;
}

#visitors.service .gate-nav .visi-nav-text p,
#visitors.report .gate-nav .visi-nav-text p {
  display: none;
}

#visitors .gate-nav ul.visi-tag {
  display: block;
  margin: 10px -5px 20px;
}

#visitors.service .gate-nav ul.visi-tag,
#visitors.report .gate-nav ul.visi-tag {
  display: none;
}

#visitors .gate-nav ul.visi-tag li {
  font-size: 10px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin: 5px;
  border-radius: 3px;
}

.gate-nav .card p,
.gate-nav .card a {
  line-height: 1.4em;
}

.gate-nav a img {
  vertical-align: middle;
  margin-right: 10px;
  display: block;
  float: left;
  line-height: 20px;
  max-width: 100%;
}

.gate-nav a strong {
  font-size: 1.3em;
  vertical-align: middle;
  display: block;
  /* float:left; */
  line-height: 20px;
  color: #111111;
}

#visitors .gate-nav a strong {
  font-size: 1.4em;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  text-align: left;
}

#visitors.service .gate-nav a strong {
  color: #175b92;
}

#visitors.report .gate-nav a strong {
  color: #927617;
}

#visitors.jrei .gate-nav a strong {
  color: #16795d;
}

.gate-nav a strong:after {
  clear: both;
  display: block;
  content: "";
}

@media (max-width: 768px) {
  .gate-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 100%; */
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
    margin-bottom: 0em;
    clear: both;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .gate-nav .col {
    margin-bottom: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    float: none;
    /* margin: 0; */
  }

  .gate-nav .card {
    /* float: left; */
    /* margin: auto auto 1em; */
  }

  .gate-nav .card .CardCaption.badge {
    display: none;
  }
}
/* gate-buttons */
.gate-buttons {
  margin: 2em auto;
}

.gate-buttons .btn-flat {
  width: 100%;
  display: block;
  padding: 0.75em 1em;
  height: auto;
  line-height: initial;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* top =========================================== */
body#TOP .GrobalNav {
  /* display:none; */
}

body#TOP .top-main-visual {
  background: url(/images/top/top-main-bg2019.jpg) no-repeat bottom center;
  background-size: cover;
  min-height: 400px;
  width: 100%;
  /* display: table; */
  margin-bottom: 2em;
  display: block;
  overflow: hidden;
}

body#TOP .top-main-visual h2 {
  /* vertical-align: middle; */
  margin: 1em auto;
  /* text-align: center; */
  /* height: auto; */
  /* display: table-cell; */
  display: block;
  overflow: hidden;
}

body#TOP .top-main-visual h2 img {
  display: block;
  margin: auto;
  /* margin-top: -84px; */
}

body#TOP #top-visitors-nav {
  margin-bottom: 5em;
  /* margin-top: -160px; */
}

body#TOP #top-visitors-nav .container {
  /* background: rgba(255, 255, 255, 0.6); */
  /* padding: 0.5em 0 1em; */
  /* border-radius: 4px; */
}

body#TOP #top-visitors-nav h3 {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5em auto;
  /* color: $white; */
  /* text-shadow: 2px 2px 3px rgba(17, 17, 17, 0.49); */
  color: #0098dc;
}

body#TOP #top-visitors-nav h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#TOP #top-visitors-nav h3:before,
body#TOP #top-visitors-nav h3:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #0098dc;
  display: block;
}

body#TOP #top-visitors-nav h3:before {
  margin-right: 1em;
}

body#TOP #top-visitors-nav h3:after {
  margin-left: 1em;
}

/*
    body#TOP #top-visitors-nav .visi-service {
    background: URL(/images/top/top-visitors-nav01.jpg) no-repeat center center;
    }
    body#TOP #top-visitors-nav .visi-report {
    background: URL(/images/top/top-visitors-nav02.jpg) no-repeat center center;
    }
    body#TOP #top-visitors-nav .visi-jrei {
    background: URL(/images/top/top-visitors-nav03.jpg) no-repeat center center;
    }
    */
body#TOP #top-visitors-nav .visi-service,
body#TOP #top-visitors-nav .visi-report,
body#TOP #top-visitors-nav .visi-jrei {
  background: rgba(255, 255, 255, 0.3);
}

body#TOP #top-visitors-nav .visi-service,
body#TOP #top-visitors-nav .visi-report,
body#TOP #top-visitors-nav .visi-jrei {
  /* display: flex; */
  background-size: cover;
  padding: 5px 15px 15px;
  overflow: hidden;
}

body#TOP #top-visitors-nav .visi-service a,
body#TOP #top-visitors-nav .visi-report a,
body#TOP #top-visitors-nav .visi-jrei a {
  background: url(/images/base/arrow_right_gray01.png) 15px no-repeat white;
  /* background-size: 11px; */
  padding: 13px 15px 13px 45px;
  font-weight: bold;
  font-size: 1em;
  color: #3b434e;
  /* display: block; */
  overflow: hidden;
  margin: auto;
  /* float: left; */
  /* width: 47%; */
  margin: 0 1.5%;
  border: 2px solid #3b434e;
  border-radius: 2px;
  -webkit-box-shadow: 1px 3px 3px rgba(59, 67, 78, 0.3);
          box-shadow: 1px 3px 3px rgba(59, 67, 78, 0.3);
  /* width: 100%; */
  float: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body#TOP #top-visitors-nav .visi-service a:hover,
body#TOP #top-visitors-nav .visi-report a:hover,
body#TOP #top-visitors-nav .visi-jrei a:hover {
  background: url(/images/base/arrow_right_gray01.png) 15px no-repeat white;
  color: #26a69a;
  text-decoration: none;
}

body#TOP #top-visitors-nav .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#TOP #top-visitors-nav .visi-service .nav-wrapper {
  /* width: 65%; */
  margin: auto;
}

body#TOP #top-visitors-nav .visi-jrei .nav-wrapper {
  /* width: 60%; */
  margin: auto;
}

@media only screen and (max-width : 600px) {
  header nav .nav-wrapper form {
    display: none;
  }

  header nav .search form {
    display: block;
    width: auto;
    float: none;
    height: auto;
    margin: auto;
  }

  header nav form input[type=submit] {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    color: #26a69a;
    width: auto;
    background: none;
    border: none;
  }

  body#TOP .top-main-visual {
    min-height: 150px;
  }

  body#TOP .top-main-visual h2 img {
    max-width: 70%;
  }

  body#TOP #top-visitors-nav {
    margin-top: 0;
    padding-bottom: 1px;
    margin-bottom: 0;
  }

  body#TOP #top-visitors-nav .visi-service .nav-wrapper,
body#TOP #top-visitors-nav .visi-report .nav-wrapper,
body#TOP #top-visitors-nav .visi-jrei .nav-wrapper {
    width: 85%;
    margin: auto;
  }

  body#TOP #top-visitors-nav .container,
body#TOP #top-visitors-nav .container .col {
    width: 100%;
    padding: 0;
  }

  body#TOP #top-visitors-nav .visi-service,
body#TOP #top-visitors-nav .visi-report,
body#TOP #top-visitors-nav .visi-jrei {
    padding: 10px 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 1em;
  }

  body#TOP #top-visitors-nav .visi-service a,
body#TOP #top-visitors-nav .visi-report a,
body#TOP #top-visitors-nav .visi-jrei a {
    display: block;
    width: 90%;
    overflow: hidden;
    margin: 0.5em auto;
    float: none;
  }
}
#top-message,
#top-icon-area-a,
#top-icon-area-b,
#top-icon-area-c {
  overflow: hidden;
}

#top-message {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

#top-message h3 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 2em;
}

#top-message p {
  letter-spacing: 1px;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.4em;
}

@media only screen and (max-width : 600px) {
  #top-message p {
    text-align: justify;
    font-size: 0.85em;
  }

  #top-message p br {
    display: none;
  }
}
#top-icon-area-b {
  background: #f9fbfd url(/images/base/bluedots_bg01.gif) left top repeat;
}

#top-icon-area-c {
  /* background: #edf1f4 url(/images/base/bluedots_bg02.gif) left top repeat; */
  margin-bottom: 4em;
}

#c_conents_area .c-icon-area .card,
#top-icon-area-a .card,
#top-icon-area-b .card,
#top-icon-area-c .card {
  border: 3px solid #e5eaef;
  border-radius: 5px;
}

#top-icon-area-c {
  /* display: none; */
}

#c_conents_area .c-icon-area .card-action,
#top-icon-area-a .card .card-action,
#top-icon-area-b .card .card-action,
#top-icon-area-c .card .card-action {
  background: url(/images/base/arrow_right_gray01.png) 10px no-repeat;
  padding: 10px 10px 10px 40px;
  border-top: 1px solid #e5eaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  vertical-align: middle;
  width: 100%;
}

#c_conents_area .c-icon-area span,
#top-icon-area-a span,
#top-icon-area-b span,
#top-icon-area-c span,
#c_conents_area .c-icon-area a,
#top-icon-area-a a,
#top-icon-area-b a,
#top-icon-area-c a {
  padding: 0px 0px;
  /* margin-left: 30px; */
  display: block;
  color: #111111;
  /* margin-right: 0; */
  font-size: 1em;
  font-weight: bold;
  /* min-height: 23px; */
  /* line-height: 23px; */
  /* vertical-align: middle; */
  margin: auto 0;
  width: 100%;
  text-decoration: none;
}

#c_conents_area .c-icon-area span.badge {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-color: #0d6e53;
  font-size: 0.6em;
  padding: 2px 10px;
  color: #ffffff;
  width: inherit;
}

#TOP #top-icon-area-a span.badge {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-color: #0d6e53;
  font-size: 0.6em;
  padding: 2px 10px;
  color: #ffffff;
  width: auto;
}

#c_conents_area .c-icon-area .collapsible span,
#top-icon-area-a .collapsible span,
#top-icon-area-b .collapsible span,
#top-icon-area-c .collapsible span {
  padding: 2px 5px;
  display: block;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: normal;
  margin: auto 0;
  width: auto;
  float: right;
}

#c_conents_area .c-icon-area .collapsible a,
#top-icon-area-a .collapsible a,
#top-icon-area-b .collapsible a,
#top-icon-area-c .collapsible a {
  padding: 0px 10px;
  /* margin-left: 30px; */
  display: block;
  color: #111111;
  /* margin-right: 0; */
  font-size: 1em;
  font-weight: bold;
  /* min-height: 23px; */
  /* line-height: 23px; */
  /* vertical-align: middle; */
  margin: auto 0;
  width: auto;
}

#c_conents_area .c-icon-area a:hover,
#top-icon-area-a a:hover,
#top-icon-area-b a:hover,
#top-icon-area-c a:hover {
  color: #9e9e9e;
}

#c_conents_area .c-icon-area .card .card-image,
#top-icon-area-a .card .card-image,
#top-icon-area-b .card .card-image,
#top-icon-area-c .card .card-image {
  padding: 10px;
}

#c_conents_area .c-icon-area .card .card-image img,
#top-icon-area-a .card .card-image img,
#top-icon-area-b .card .card-image img,
#top-icon-area-c .card .card-image img {
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 0;
}

#c_conents_area .c-icon-area .card:hover .card-image,
#top-icon-area-a .card:hover .card-image,
#top-icon-area-b .card:hover .card-image,
#top-icon-area-c .card:hover .card-image {
  background: #f5f5f5;
}

#c_conents_area .c-icon-area .card.red,
#c_conents_area .c-icon-area .card.blue,
#c_conents_area .c-icon-area .card.green,
#c_conents_area .c-icon-area .card.purple,
#c_conents_area .c-icon-area .card.orange,
#top-icon-area-a .card.red,
#top-icon-area-b .card.red,
#top-icon-area-c .card.red,
#top-icon-area-a .card.blue,
#top-icon-area-b .card.blue,
#top-icon-area-c .card.blue,
#top-icon-area-a .card.green,
#top-icon-area-b .card.green,
#top-icon-area-c .card.green,
#top-icon-area-a .card.purple,
#top-icon-area-b .card.purple,
#top-icon-area-c .card.purple,
#top-icon-area-a .card.orange,
#top-icon-area-b .card.orange,
#top-icon-area-c .card.orange {
  background-color: white !important;
}

#c_conents_area .c-icon-area .card.red .card-action,
#top-icon-area-a .card.red .card-action,
#top-icon-area-b .card.red .card-action,
#top-icon-area-c .card.red .card-action,
#c_conents_area .c-icon-area .card.red,
#top-icon-area-a .card.red,
#top-icon-area-b .card.red,
#top-icon-area-c .card.red {
  border-color: #c4656a;
}

#c_conents_area .c-icon-area a:hover .card.red .card-action,
#top-icon-area-a a:hover .card.red .card-action,
#top-icon-area-b a:hover .card.red .card-action,
#top-icon-area-c a:hover .card.red .card-action {
  color: #c4656a;
}

#c_conents_area .c-icon-area .card.blue .card-action,
#top-icon-area-a .card.blue .card-action,
#top-icon-area-b .card.blue .card-action,
#top-icon-area-c .card.blue .card-action,
#c_conents_area .c-icon-area .card.blue,
#top-icon-area-a .card.blue,
#top-icon-area-b .card.blue,
#top-icon-area-c .card.blue {
  border-color: #1f6289;
}

#c_conents_area .c-icon-area a:hover .card.blue .card-action,
#top-icon-area-a a:hover .card.blue .card-action,
#top-icon-area-b a:hover .card.blue .card-action,
#top-icon-area-c a:hover .card.blue .card-action {
  color: #1f6289;
}

#c_conents_area .c-icon-area .card.green .card-action,
#top-icon-area-a .card.green .card-action,
#top-icon-area-b .card.green .card-action,
#top-icon-area-c .card.green .card-action,
#c_conents_area .c-icon-area .card.green,
#top-icon-area-a .card.green,
#top-icon-area-b .card.green,
#top-icon-area-c .card.green {
  border-color: #13928c;
}

#c_conents_area .c-icon-area .card.green .card-action,
#top-icon-area-a a:hover .card.green .card-action,
#top-icon-area-b a:hover .card.green .card-action,
#top-icon-area-c a:hover .card.green .card-action {
  color: #13928c;
}

#c_conents_area .c-icon-area .card.purple .card-action,
#top-icon-area-a .card.purple .card-action,
#top-icon-area-b .card.purple .card-action,
#top-icon-area-c .card.purple .card-action,
#c_conents_area .c-icon-area .card.purple,
#top-icon-area-a .card.purple,
#top-icon-area-b .card.purple,
#top-icon-area-c .card.purple {
  border-color: #8e62a7;
}

#c_conents_area .c-icon-area a:hover .card.purple .card-action,
#top-icon-area-a a:hover .card.purple .card-action,
#top-icon-area-b a:hover .card.purple .card-action,
#top-icon-area-c a:hover .card.purple .card-action {
  color: #8e62a7;
}

#c_conents_area .c-icon-area .card.orange .card-action,
#top-icon-area-a .card.orange .card-action,
#top-icon-area-b .card.orange .card-action,
#top-icon-area-c .card.orange .card-action,
#c_conents_area .c-icon-area .card.orange,
#top-icon-area-a .card.orange,
#top-icon-area-b .card.orange,
#top-icon-area-c .card.orange {
  border-color: #e4c5a7;
}

#c_conents_area .c-icon-area a:hover .card.orange .card-action,
#top-icon-area-a a:hover .card.orange .card-action,
#top-icon-area-b a:hover .card.orange .card-action,
#top-icon-area-c a:hover .card.orange .card-action {
  color: #e4c5a7;
}

/*#c_conents_area*/
#c_conents_area .c-icon-area {
  padding-bottom: 2em;
  border-bottom: 1px solid #e5eaef;
}

#c_conents_area .c-icon-area.jisseki {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#c_conents_area .info-gate-marketview .c-icon-area .col:first-child {
  margin-left: 12.3%;
}

#c_conents_area .c-icon-area .card-action {
  font-size: 0.8em;
  font-weight: normal;
  height: 9em;
  vertical-align: top;
  display: block;
  line-height: 1.4em;
}

#c_conents_area .c-icon-area.underlayer.second .card-action {
  height: 14em;
  padding: 10px;
}

#c_conents_area .c-icon-area.jisseki .card-action {
  height: 6.5em;
}

#c_conents_area .c-icon-area.underlayer .card-image img {
  height: 100px;
}

#c_conents_area .c-icon-area.underlayer .card-image:hover {
  background: none;
}

#c_conents_area .c-icon-area.underlayer .card-action {
  background: none;
}

#c_conents_area .c-icon-area.underlayer a .card-action {
  background: url(/images/base/arrow_right_gray01.png) 10px no-repeat;
}

#c_conents_area .c-icon-area .card-action strong {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  color: #111111;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

#c_conents_area .c-icon-area a,
#c_conents_area .c-icon-area .card-action span {
  vertical-align: top;
  color: #9e9e9e;
  font-weight: normal;
}

#c_conents_area .c-icon-area.booklist .card .card-image img {
  width: auto;
  height: 65px;
}

@media (max-width: 768px) {
  #top-icon-area-a,
#top-icon-area-b,
#top-icon-area-c {
    padding-top: 2em;
  }

  #c_conents_area .c-icon-area:after {
    display: none;
    clear: none;
  }

  #c_conents_area .c-icon-area:last-child:after {
    display: block;
    clear: both;
  }

  #c_conents_area .c-icon-area .col,
#top-icon-area-a .row .col,
#top-icon-area-b .row .col,
#top-icon-area-c .row .col {
    padding: 0 0.2rem;
  }

  #c_conents_area .c-icon-area .card .card-image img, #top-icon-area-a .card .card-image img, #top-icon-area-c .card .card-image img {
    width: auto;
    max-height: 80px;
  }

  #top-icon-area-b .card .card-image img {
    max-height: auto;
  }

  #c_conents_area .c-icon-area.underlayer a .card-action {
    background: none;
  }

  #c_conents_area .c-icon-area .card .card-action,
#top-icon-area-a .card .card-action,
#top-icon-area-b .card .card-action,
#top-icon-area-c .card .card-action {
    background: none;
    padding: 5px 10px;
    border-top: 1px solid #e5eaef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    vertical-align: middle;
    width: 100%;
  }

  #c_conents_area .c-icon-area .card .card-action a,
#top-icon-area-a .card .card-action a,
#top-icon-area-b .card .card-action a,
#top-icon-area-c .card .card-action a {
    padding: 0px 0px;
    display: block;
    color: #111111;
    font-size: 1.1em;
    font-weight: normal;
    margin: auto 0;
    width: 100%;
    line-height: 1.3em;
  }

  #c_conents_area .c-icon-area .card .card-image,
#top-icon-area-a .card .card-image,
#top-icon-area-b .card .card-image,
#top-icon-area-c .card .card-image {
    padding: 5px;
  }

  #c_conents_area .c-icon-area .card-action {
    height: 4.3em !important;
  }

  #c_conents_area .c-icon-area .card-action span {
    margin-left: -9999px;
    /* display: table; */
  }

  #c_conents_area .c-icon-area .card-action span br {
    display: none;
  }

  #c_conents_area .c-icon-area .card-action span strong {
    display: block;
    margin-left: 9999px;
    width: 100%;
    text-align: center;
    padding: 0.2em 0 0;
    vertical-align: middle;
    height: 2.8em;
  }

  #c_conents_area .info-gate-marketview .c-icon-area .col:first-child {
    margin-left: auto;
  }
}
#TOP .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

#TOP .collapsible .collapsible-header {
  background: #e5eaef url(/images/base/arrow_bottom_blk01.png) center bottom 3px no-repeat;
  text-align: center;
  border: none;
  font-size: 0.9em;
  font-weight: bold;
}

#TOP .collapsible .tab {
  background: #e5eaef;
}

#TOP .collapsible .tab a {
  border-right: 1px solid #bdc1c5;
  border-bottom: 1px solid #bdc1c5;
  font-size: 1em;
  font-weight: bold;
}

#TOP .collapsible .tab:first-child a {
  border-left: 1px solid #bdc1c5;
}

#TOP .collapsible .tab a img {
  vertical-align: middle;
  margin-right: 10px;
}

#TOP .collapsible .tab a.active {
  border-bottom: none;
}

#TOP .collapsible .collapsible-body {
  background: #ffffff;
}

#TOP .collapsible .collapsible-body .container {
  background: #ffffff;
  /* border-top: 1px solid $glay; */
  overflow: hidden;
}

#TOP .collapsible .collapsible-body .container .btn {
  width: 19.2%;
  padding: 0%;
  float: left;
  margin-left: 1%;
  background: none;
}

#TOP .collapsible .collapsible-body .container .btn:first-child {
  margin-left: 0;
}

#TOP .collapsible .collapsible-body .container .btn:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#TOP .collapsible .collapsible-body .container .btn.s12 {
  width: 100%;
  padding: 0 4%;
}

@media only screen and (max-width : 600px) {
  #TOP .collapsible {
    display: none;
  }

  #TOP .side-nav .collapsible {
    display: block;
  }
}
ul.ListNav01 {
  margin-bottom: 1em;
}

.ListNav01 li {
  padding: 5px;
  font-size: 14px;
  text-indent: 0;
  background: url(/images/base/icon_secondnav_gray01.png) left no-repeat;
  line-height: 1.2em;
  padding-left: 20px;
}

.ListNav01 li a {
  color: #111111;
  display: block;
}

/* top news area */
#TOP .TopNewsArea table {
  margin-bottom: 2em;
}

#TOP .TopNewsArea table th {
  font-weight: normal;
}

#TOP .TopNewsArea a {
  color: #111111;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#TOP .TopNewsArea a:hover {
  color: #26a69a;
  text-decoration: underline;
}

#TOP .TopNewsArea a.btn-flat:hover {
  color: #111111;
  text-decoration: none;
}

@media (min-width: 601px) {
  #TOP .TopNewsArea table th {
    width: 15%;
  }

  #TOP .TopNewsArea table td {
    width: 85%;
  }
}
@media only screen and (max-width : 600px) {
  #TOP .TopColumnArea .col.s6:nth-child(3) {
    clear: both;
  }

  #TOP .TopNewsArea table tr,
#TOP .TopNewsArea table th,
#TOP .TopNewsArea table td {
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 1.05em;
  }

  #TOP .TopNewsArea table th {
    color: #9e9e9e;
    font-size: 0.8em;
  }

  #TOP .TopNewsArea .btn-flat {
    font-size: 0.8em;
    padding: 0 10px;
  }
}
/* top banner area */
.Midashi01.front:before,
.Midashi01.front:after {
  content: "";
  display: block;
  border-top: solid 1px black;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.Midashi01.front:before {
  left: 0;
}

.Midashi01.front:after {
  right: 0;
}

#top-icon-area-b .topBannerLeft .Midashi01.front:before,
#top-icon-area-b .topBannerLeft .Midashi01.front:after {
  width: 12%;
}

#top-icon-area-b .topBannerRight .Midashi01.front:before,
#top-icon-area-b .topBannerRight .Midashi01.front:after {
  width: 42.8%;
}

#top-icon-area-b .topBannerLeft,
#top-icon-area-b .topBannerRight {
  padding: 0;
}

#top-icon-area-b .topBannerLeft .Midashi01,
#top-icon-area-b .topBannerRight .Midashi01 {
  position: relative;
  margin: 0 0.65em;
}

#top-icon-area-b span span.Small {
  font-size: 0.5em;
}

@media only screen and (max-width: 480px) {
  #top-icon-area-b .topBannerLeft .Midashi01.front:before,
#top-icon-area-b .topBannerLeft .Midashi01.front:after,
#top-icon-area-b .topBannerRight .Midashi01.front:before,
#top-icon-area-b .topBannerRight .Midashi01.front:after {
    display: none;
  }

  #top-icon-area-b .topBannerLeft .Midashi01,
#top-icon-area-b .topBannerRight .Midashi01 {
    margin: 0 auto;
  }
}
/* footer ===============================*/
footer.page-footer {
  margin: 5em 0 0 0;
  padding: 0;
}

footer.page-footer #FooterFirstArea {
  height: 63px;
  border-bottom: 1px solid #565f6f;
}

footer.page-footer a#PageTopBtn {
  background: #292e34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  vertical-align: middle;
}

footer.page-footer a#PageTopBtn img {
  margin: auto;
  text-align: center;
  display: block;
  font-size: 1px;
  line-height: 1px;
  vertical-align: middle;
  height: 41px;
}

footer.page-footer #FootNav {
  float: left;
  margin-right: 40px;
}

footer.page-footer #FootNav li {
  margin: 0 0 0 15px;
  float: left;
}

footer.page-footer #FootNav li a {
  background: url(/images/base/arrow_right_w01.png) left center no-repeat;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  padding: 0 0 0 10px;
  font-size: 0.8em;
  line-height: 30px;
}

footer.page-footer #FootNav li:first-child {
  margin: 0;
}

footer.page-footer #FootSNS {
  float: left;
}

footer.page-footer #FooterText {
  vertical-align: middle;
  display: table;
  height: 150px;
}

footer.page-footer #FooterText p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  line-height: 1.6em;
  margin: auto;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

footer.page-footer #FooterLangBtn {
  padding-top: 50px;
  /* display: none; */
}

footer.page-footer #FooterLangBtn .btn-flat {
  background: none;
  color: #ffffff;
  margin: 3em 0 1em auto;
}

footer.page-footer #FooterLangBtn .btn-flat img {
  margin-top: -2px;
  width: 6px;
  height: auto;
}

footer.page-footer #FooterLangBtn .btn-flat:hover {
  background: #26a69a;
}

footer.page-footer #FooterLangBtn h5 {
  float: left;
  font-size: 0.8em;
  color: #26a69a;
  line-height: 50px;
  padding: 0;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

footer.page-footer #FooterLangBtn ul {
  float: left;
  line-height: 50px;
  padding: 0;
  margin: 0;
}

footer.page-footer #FooterLangBtn ul li {
  float: left;
  vertical-align: middle;
}

footer.page-footer #FooterLangBtn ul li a {
  font-weight: bold;
  color: #ffffff;
}

footer.page-footer #FooterLangBtn ul li a.active {
  color: #26a69a;
}

footer.page-footer #FooterLangBtn ul li a:hover {
  color: #26a69a;
}

footer.page-footer #FooterLangBtn ul li a:after {
  content: "/";
  padding: 0 5px;
  color: #26a69a;
}

footer.page-footer #FooterLangBtn ul li:last-child a:after {
  content: none;
}

@media (max-width: 700px) {
  footer.page-footer #FootNav li:first-child {
    margin: 5px 0 0 5px;
  }

  footer.page-footer #FootNav li {
    margin: 5px 0 0 5px;
  }

  footer.page-footer #FootNav li a {
    font-size: 0.6em;
    line-height: 16px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  footer.page-footer {
    margin: 2em 0 0 0;
  }

  footer.page-footer .container {
    width: 100%;
  }

  footer.page-footer .container .row {
    margin: 0;
  }

  footer.page-footer .container .col {
    padding: 0 !important;
  }

  footer.page-footer .container .col.s12 {
    width: 100%;
  }

  footer.page-footer #FooterText {
    display: none;
  }

  footer.page-footer #FooterLangBtn {
    text-align: center;
    margin: 1em auto 2em;
  }

  footer.page-footer #FooterLangBtn ul,
footer.page-footer #FooterLangBtn ul li,
footer.page-footer #FooterLangBtn h5 {
    float: none;
    display: inline;
    line-height: 30px;
  }

  footer.page-footer #FooterLangBtn h5:before {
    content: "";
    display: block;
  }

  footer.page-footer #FooterLangBtn .btn-flat {
    width: auto;
    margin: 1em auto;
    clear: both;
  }

  footer.page-footer #FootNav {
    padding: 0 15px;
    margin: auto;
    display: block;
    float: none;
  }

  footer.page-footer #FootNav li {
    width: 50%;
    margin: 0;
    float: left;
    padding: 1%;
  }

  footer.page-footer #FootNav li a {
    font-size: 0.8em;
    line-height: 16px;
    padding: 10px;
    border-bottom: 1px solid #565f6f;
    text-align: center;
  }

  footer.page-footer #FootNav li:first-child {
    margin: 0;
  }

  footer.page-footer #FootSNS {
    display: none;
  }

  footer.page-footer .footer-copyright {
    font-size: 0.6em;
  }
}
/* c_head_area ===============================*/
#c_head_area {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#c_head_area nav {
  background: none;
  color: #3b434e;
  height: auto;
  line-height: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 0 1em;
}

#c_head_area nav .breadcrumb {
  color: #3b434e;
  font-size: 0.8em;
}

#c_head_area nav .breadcrumb:before {
  color: #3b434e;
  font-size: 1.2em;
  margin: 3px 10px 0 8px;
}

#c_head_area nav .breadcrumb.howsingnewspage p {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

#c_head_area nav .breadcrumb.howsingnewspage p br {
  display: none;
}

#c_head_area #c_haed_cate {
  background: url(/images/information/c_cate_head_info.png) center center no-repeat;
  height: 219px;
}

body#Information #c_head_area #c_haed_cate {
  background-image: url(/images/information/c_cate_head_info.png);
}

body#About #c_head_area #c_haed_cate {
  background-image: url(/images/about/c_cate_head_about2.png);
}

body#membersite #c_head_area #c_haed_cate {
  background-image: url(/images/membersite/bg_membersite.png);
  height: auto;
  background-size: cover;
  padding-bottom: 1em;
}

body#visitors #c_head_area #c_haed_cate {
  background-image: url(/images/visitors/visitors-mainbg-01.jpg);
  height: auto;
  background-size: cover;
  padding-bottom: 4em;
}

body#visitors.service #c_head_area #c_haed_cate {
  background-image: url(/images/visitors/visitors-mainbg-01.jpg);
}

body#visitors.report #c_head_area #c_haed_cate {
  background-image: url(/images/visitors/visitors-mainbg-02.jpg);
}

body#visitors.jrei #c_head_area #c_haed_cate {
  background-image: url(/images/visitors/visitors-mainbg-03.jpg);
}

body#Service #c_head_area #c_haed_cate {
  background-image: url(/images/service/c_cate_head_service.png);
}

body#About #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/about/c_cate_head_about_gate2.png);
  height: 436px;
}

body#About.kantei #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/about/c_cate_head_about_div-kantei.png);
  height: 436px;
}

body#About.kenkyu #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/about/c_cate_head_about_div-kenkyu.png);
  height: 436px;
}

body#About.solution #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/about/c_cate_head_about_div-sol.png);
  height: 436px;
}

body#Information #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/information/c_cate_head_info_gate.png);
  height: 320px;
}

body#Report #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/report/c_cate_head_repo_gate.png);
  height: 320px;
}

body#Service #c_head_area #c_haed_cate.Gate {
  background-image: url(/images/service/c_cate_head_service_gate.png);
  height: 320px;
}

#c_head_area #c_haed_cate p {
  background: url(/images/base/c_cate_w_bg.png) bottom 1px center no-repeat;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 71px auto 0;
  line-height: 2rem;
}

#c_head_area #c_haed_cate.Gate p {
  background: none;
  text-align: center;
  font-size: 1.6em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: 10px auto 0;
  line-height: 2rem;
}

#c_head_area #c_haed_cate.Gate p.about_gate_catch {
  margin-top: 4em;
}

#c_head_area #c_haed_cate.Gate h1 {
  text-align: center;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

#c_head_area #c_haed_cate.Gate p.GateName {
  background: url(/images/base/c_cate_w_bg.png) bottom 0px center no-repeat;
  text-align: center;
  font-size: 2.6em;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: 130px auto 0;
  line-height: 2rem;
  padding-bottom: 30px;
  font-weight: bold;
}

body#Service #c_head_area #c_haed_cate.Gate p.GateName {
  background: url(/images/base/c_cate_w_bg.png) bottom 0px center no-repeat;
  /* text-align: center; */
  /* font-size: 2.6em; */
  /* font-weight: normal; */
  /* color: $white; */
  /* text-transform: uppercase; */
  /* margin: 120px auto 0; */
  /* line-height: 2rem; */
  /* padding-bottom: 30px; */
}

body#Information #c_head_area #c_haed_cate.Gate p.GateName {
  background: url(/images/base/c_cate_w_bg.png) bottom 0px center no-repeat;
  text-align: center;
  font-size: 2.6em;
  /* font-weight: normal; */
  color: #ffffff;
  text-transform: uppercase;
  margin: 120px auto 0;
  line-height: 2rem;
  padding-bottom: 30px;
}

body#membersite #c_head_area #c_haed_cate.Gate p.GateName {
  margin: 60px auto 0;
  font-size: 2.6em;
}

body#visitors #c_head_area #c_haed_cate.Gate p.GateName {
  margin: 60px auto 0;
  font-size: 1.4em;
  color: #ffffff;
  padding-bottom: 20px;
}

body#membersite #c_head_area #c_haed_cate.Gate p.GateName span {
  display: block;
  padding-bottom: 0;
}

body#membersite #c_head_area #c_haed_cate.Gate h1 {
  margin: 1em auto 2em;
  font-size: 1em;
}

body#visitors #c_head_area #c_haed_cate.Gate h1 {
  margin: 1em auto 2em;
  font-size: 1.4em;
  color: #ffffff;
}

body#membersite #c_head_area #c_haed_cate.Gate p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
}

body#membersite #c_head_area #c_haed_cate.Gate p strong {
  font-size: 1.1em;
  font-weight: normal;
}

body#visitors #c_head_area #c_haed_cate.Gate p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
}

body#visitors #c_head_area #c_haed_cate.Gate p strong {
  font-size: 1.1em;
  font-weight: normal;
}

#c_head_area #c_haed_cate.Gate p.GateName,
#c_head_area #c_haed_cate.Gate h1 {
  color: #111111;
}

body#membersite #c_head_area #c_haed_cate.Gate h1,
body#membersite #c_head_area #c_haed_cate.Gate p.GateName,
body#Information #c_head_area #c_haed_cate.Gate h1,
body#Service #c_head_area #c_haed_cate.Gate h1,
body#Service #c_head_area #c_haed_cate.Gate p.GateName,
body#About #c_head_area #c_haed_cate.Gate h1,
body#About #c_head_area #c_haed_cate.Gate p.GateName {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(59, 67, 78, 0.3);
}

#c_head_area h1 {
  font-size: 1.6rem;
  margin: 1em auto 1em;
  color: #3b434e;
  clear: both;
  font-weight: 300;
}

#c_head_area.defaultpagehead h1 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #0d6e53;
  text-transform: uppercase;
  padding: 0 0 3px;
}

#c_head_area.defaultpagehead h1 {
  padding: 0 4em;
  line-height: 1.4em;
}

#c_head_area .leadtext {
  width: 650px;
  margin: 0 auto;
}

#c_head_area .leadtext .col img {
  max-width: 100%;
  height: auto;
  padding-right: 20px;
}

#c_head_area .leadtext p {
  margin: 0 auto;
  text-indent: 1em;
  color: #3b434e;
  line-height: 1.6rem;
}

#c_head_area .Gateleadtext {
  width: 650px;
  margin: 0 auto;
}

#c_head_area .Gateleadtext p {
  margin: 2em auto;
  text-indent: 0;
  color: #3b434e;
  line-height: 2rem;
  font-size: 1.2em;
  text-align: center;
}

@media (max-width: 768px) {
  #c_head_area {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }

  #c_head_area .container {
    width: 100%;
  }

  #c_head_area .container .col.s12 {
    width: 94%;
    margin-left: 3%;
    margin-right: auto;
  }

  #c_head_area h1 {
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    color: #111111;
    margin: 2em auto;
    letter-spacing: 2px;
  }

  #c_head_area .leadtext .col img {
    padding-right: 0px;
    margin: auto;
    padding-bottom: 1em;
    text-align: center;
    display: block;
  }

  #c_head_area #c_haed_cate {
    height: 100px;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    margin: 0;
  }

  #c_head_area #c_haed_cate p {
    margin: 25px auto 0;
    line-height: 1.8rem;
    font-size: 1em;
  }

  #c_head_area #c_haed_cate.Gate p.GateName {
    background-size: 50% !important;
  }

  body#About #c_head_area #c_haed_cate.Gate {
    /* height: 250px !important; */
    /* background-position: bottom center; */
    /* background-size: cover; */
  }

  #c_head_area #c_haed_cate.Gate {
    height: 150px !important;
    background-position: bottom center;
    background-size: cover;
    margin-bottom: 0;
  }

  body#About.kenkyu #c_head_area #c_haed_cate.Gate p img {
    max-height: 17px;
    width: auto;
    height: auto;
  }

  body#membersite #c_head_area #c_haed_cate {
    height: auto !important;
    padding-bottom: 3em;
  }

  #c_head_area #c_haed_cate.Gate p.GateName {
    font-size: 1.2em !important;
    padding-bottom: 0em !important;
    margin: 50px auto 0 !important;
  }

  #About #c_head_area #c_haed_cate.Gate p.GateName {
    /* color: $green-dark !important; */
    /* margin: 80px auto 0 !important; */
  }

  body#membersite #c_head_area #c_haed_cate.Gate p.GateName {
    color: #0d6e53 !important;
    line-height: 1.8em;
    text-align: center;
  }

  body#membersite #c_head_area #c_haed_cate.Gate p.GateName span {
    width: 40px;
    margin: auto;
  }

  body#membersite #c_head_area #c_haed_cate.Gate p {
    font-size: 0.8em;
    text-align: justify;
  }

  body#membersite #c_head_area #c_haed_cate.Gate p br {
    display: none;
  }

  #c_head_area #c_haed_cate.Gate h1 {
    font-size: 0.9em;
    font-weight: bold;
  }

  #c_head_area #c_haed_cate.Gate p.about_gate_catch {
    display: none;
  }

  #c_head_area #c_haed_cate.Gate img {
    width: auto;
    height: auto;
    max-width: 95%;
    margin: auto;
  }

  #c_head_area .leadtext,
#c_head_area .Gateleadtext {
    text-align: left;
    width: 85%;
  }

  #c_head_area .Gateleadtext p,
#c_head_area .leadtext p {
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
  }

  #c_head_area .Gateleadtext p br,
#c_head_area .leadtext p br {
    display: none;
    overflow: hidden;
  }

  #c_head_area nav {
    display: none;
  }

  #c_head_area .leadtext {
    width: 90%;
    margin: 0 auto 2em;
  }

  #c_head_area .leadtext h3 {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .fudousankenkyu-nav .BTN05 {
    margin: 0 1% !important;
    width: 48% !important;
    padding: 0 1% !important;
  }

  .fudousankenkyu-nav .BTN05:first-child {
    padding: 0 1% !important;
  }
}
/* c_conents_area ===============================*/
#c_conents_area {
  min-height: 20em;
  margin-bottom: 1em;
}

#c_conents_area a {
  /* text-decoration:underline; */
}

#c_conents_area a:hover {
  text-decoration: none;
}

/* c_footer_area ===============================*/
/*
#c_footer_area {
  padding-top: 2rem;
}

#c_footer_area .footer_tel_cta p.badge {
  border: 1px solid #0d6e53;
  display: inline;
  padding: 5px 10px;
  font-size: 0.85em;
  color: #0d6e53;
  background: #ffffff;
  margin: auto;
  font-weight: bold;
}

#c_footer_area .footer_tel_cta .tel-border {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 32.333333%;
  margin-left: 1%;
  padding: 1% 0 2%;
}

#c_footer_area .center.tel_and_mail p {
  display: inline;
  padding: 0 10px;
}

#c_footer_area .tel_and_mail span.badge {
  background: #0d6e53;
  color: #ffffff;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0 5px;
  vertical-align: middle;
  letter-spacing: 2px;
  float: none;
}

#c_footer_area .tel_and_mail span.tel_no {
  font-size: 2em;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.6em;
}

@media only screen and (max-width : 600px) {
  #c_footer_area h3 {
    font-size: 1.1rem;
  }

  #c_footer_area h4 {
    font-size: 1rem;
  }

  #c_footer_area p {
    line-height: 1.4em;
  }

  #c_footer_area .center.tel_and_mail p {
    display: block;
    padding: 0px;
  }

  #c_footer_area h3,
#c_footer_area h4,
#c_footer_area p,
#c_footer_area .center {

  }

  #c_footer_area h3 br,
#c_footer_area h4 br,
#c_footer_area p br {
    display: none;
  }

  #c_footer_area .footer_tel_cta .tel-border {
    width: 100%;
    border-top: none;
    margin-left: auto;
    padding: 2% 0.75rem;
  }

  #c_footer_area .tel_and_mail span.badge {
    margin: 0 auto;
    letter-spacing: 0;
    clear: both;

    margin-right: 10px;
  }

  #c_footer_area .tel_and_mail span.tel_no {
    font-size: 1.8em;
    display: inline;
    text-align: center;
  }

  #c_footer_area .tel_and_mail p:first-child {
    display: block;
    overflow: hidden;
    background: #0d6e53;
    border-radius: 5px;
    color: #ffffff;
  }

  #c_footer_area .tel_and_mail p:first-child a {
    color: #ffffff;
  }

  #c_footer_area .tel_and_mail p:first-child span.badge {
    background: #ffffff;
    color: #0d6e53;
  }

  #c_footer_area p a.btn {
    width: 100%;
  }
}*/
/*.BottomBanner*/
/*#c_footer_area .BottomBanner {}*/
.BottomBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.BottomBanner .Bnr {
  color: #ffffff;
  float: none;
  height: 240px;
  text-align: center;
  padding: 2.75rem 0.75rem 1rem;
  background: url(/images/base/bg_jigyousyo.png) center center no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.BottomBanner .Bnr a {
  color: #ffffff;
}

.BottomBanner .Bnr p {
  font-size: 1.05em;
  /* font-weight: bold; */
}

.BottomBanner .Bnr h6 {
  font-size: 0.9em;
  margin: 1em auto 1em;
  line-height: 1.4em;
}

.BottomBanner .Bnr .btn-flat {
  margin: 0 auto;
  border: none;
  background: none;
  font-weight: bold;
  min-width: 60%;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.3rem;
  height: auto;
  font-size: 1em;
}

.BottomBanner .Bnr .btn-flat:hover {
  background: none;
}

.BottomBanner .Bnr .btn-flat img {
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 15px;
}

.BottomBanner .Bnr .btn-flat.Green {
  background: #0d6e53;
}

.BottomBanner .Bnr .btn-flat.Green:hover {
  background: #26a69a;
}

.BottomBanner .Bnr.Bnr-Jigyousyo {
  background-image: url(/images/base/bg_jigyousyo.png);
}

.BottomBanner .Bnr.Bnr-Tosyositsu {
  background-image: url(/images/base/bg_tosyositsu.png);
}

.BottomBanner .Bnr.Bnr-Jigyousyo {
  background-image: url(/images/base/bg_member_small.png);
}

.BottomBanner .Bnr.Bnr-Recruit {
  background-image: url(/images/base/bg_recruit.png);
}

.BottomBanner .Bnr.Bnr-ServiceContact {
  background-image: url(/images/base/bg_soudan.png);
  height: 351px;
}

.BottomBanner .Bnr.Bnr-ServiceContact .btn-flat {
  min-width: auto;
  padding: 0.3rem 20px;
  margin-bottom: 3em;
}

@media (max-width: 768px) {
  .BottomBanner {
    display: inherit;
  }

  .BottomBanner .Bnr p {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4em;
  }

  .BottomBanner .Bnr p br {
    display: none;
  }

  .BottomBanner .Bnr {
    height: auto;
    padding: 1.75rem 0.75rem;
    margin: 0 auto 0.75rem;
  }

  .BottomBanner .Bnr .btn-flat {
    min-width: 80%;
    letter-spacing: 0;
    padding: 0.3rem;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  .BottomBanner .Bnr.Bnr-ServiceContact {
    height: auto;
  }

  .BottomBanner .Bnr h6 {
    font-size: 0.8em;
  }
}
/* About ==========================================================*/
/*#CEO-message*/
#CEO-message .CEO {
  background: #fff url(/images/about/rijicyou2022@2x.png) right 0px bottom no-repeat;
  background-size: cover;
  height: 203px;
  vertical-align: middle;
  display: table;
  width: 80%;
  margin: 0 auto 2em 10%;
}

#CEO-message .CEO h3 {
  vertical-align: middle;
  display: table-cell;
  padding-left: 5%;
  line-height: 1.6em;
}

#CEO-message p {
  width: 80%;
  margin: 0.75rem auto;
}

#CEO-message li {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width : 600px) {
  #CEO-message .CEO {
    height: 280px;
    width: 100%;
    margin: 0 auto 2em;
    background-size: 220% auto;
  }

  #CEO-message .CEO h3 {
    padding-left: 0;
    display: block;
    font-size: 1.2em;
    width: 90%;
    margin: 2em auto 0;
  }

  #CEO-message .CEO h3 br {
    display: none;
  }
}
/* membersite ==========================================================*/
body#membersite .membersite-gatebutton {
  text-align: center;
}

body#membersite .membersite-gatebutton li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  margin: 1em;
}

body#membersite .membersite-gatebutton .membersite-IjiLogin {
  background: #c39713;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#c39713), to(#d1913c));
  background: linear-gradient(to right, #c39713, #d1913c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body#membersite .membersite-gatebutton .membersite-WebLogin {
  background: #2f92ae;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2f92ae), to(#0d6e53));
  background: linear-gradient(to right, #2f92ae, #0d6e53);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body#membersite .membersite-gatebutton .membersite-IjiLogin a,
body#membersite .membersite-gatebutton .membersite-WebLogin a {
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  /* border-radius: 4px; */
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9); */
  /* border: 2px solid $white; */
}

body#membersite .membersite-gatebutton .membersite-IjiLogin a:hover {
  background: #94710a;
}

body#membersite .membersite-gatebutton .membersite-WebLogin a:hover {
  background: #17677d;
}

body#membersite .membersite-gatebutton .membersite-IjiLogin img,
body#membersite .membersite-gatebutton .membersite-WebLogin img {
  display: block;
  margin-right: 10px;
  vertical-align: middle;
  padding-top: 4px;
}

body#membersite #MemberGuideContents {
  /* display: flex; */
  width: 100%;
}

body#membersite #MemberGuideContents .MemberIjiArea {
  background: #e3dbc3;
}

body#membersite #MemberGuideContents .MemberIjiArea .container {
  float: right;
}

body#membersite #MemberGuideContents .MemberWebArea {
  background: #dff5f2;
}

body#membersite #MemberGuideContents .MemberWebArea .container {
  float: left;
}

body#membersite #MemberGuideContents .MemberWebArea .container,
body#membersite #MemberGuideContents .MemberIjiArea .container {
  width: 480px;
  text-align: left;
  padding: 20px 20px 50px;
}

body#membersite #MemberGuideContents .MemberIjiArea h3,
body#membersite #MemberGuideContents .MemberWebArea h3 {
  font-size: 1.6em;
}

body#membersite #MemberGuideContents .MemberIjiArea p a,
body#membersite #MemberGuideContents .MemberWebArea p a {
  color: #111111;
  text-decoration: underline;
}

body#membersite #MemberGuideContents .container dl {
  margin: 2em auto;
  min-height: 24em;
}

body#membersite #MemberGuideContents .container dt {
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto 3px;
  padding-left: 1em;
  background: url(/images/base/arrow_right_glay01.png) left 2px top 31px no-repeat;
}

body#membersite #MemberGuideContents .container dt span {
  display: block;
  background: #111111;
  color: #ffffff;
  width: 110px;
  text-align: center;
  margin: 0 0px 5px -1em;
  padding: 3px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: normal;
}

body#membersite #MemberGuideContents .MemberIjiArea .container dt span {
  background: #c39713;
}

body#membersite #MemberGuideContents .MemberWebArea .container dt span {
  background: #2f92ae;
}

body#membersite #MemberGuideContents .container dd {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 0.9em;
}

body#membersite .gate-nav .col {
  height: 150px;
}

@media (max-width: 768px) {
  body#membersite .membersite-gatebutton li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48%;
    display: block;
    float: left;
    padding: 3% 2%;
    margin: 0 1%;
  }

  body#membersite .membersite-gatebutton .membersite-IjiLogin a,
body#membersite .membersite-gatebutton .membersite-WebLogin a {
    padding: 0px;
    color: #ffffff;
    font-size: 0.9em;
  }

  body#membersite .membersite-gatebutton .membersite-IjiLogin a img,
body#membersite .membersite-gatebutton .membersite-WebLogin a img {
    margin-right: 2px !important;
    padding-top: 5px;
    width: 10px !important;
    display: block;
  }

  body#membersite #MemberGuideContents .MemberWebArea .container,
body#membersite #MemberGuideContents .MemberIjiArea .container {
    width: 100%;
    text-align: left;
    padding: 20px 20px 50px;
    float: none;
  }

  body#membersite .gate-nav .col {
    height: auto;
  }
}
/* bottom_conents_area ===============================*/
#bottom_conents_area.AboutMemberContents {
  background: url(/images/base/bg_member_bottom.png) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: 3em auto -5em;
  padding: 1em 0 4em;
}

#visitors.report #bottom_conents_area.AboutMemberContents {
  margin: 3em auto -7em;
}

#bottom_conents_area.AboutMemberContents h2 {
  font-size: 0.8em;
  color: #0d6e53;
  line-height: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
}

#bottom_conents_area.AboutMemberContents h2 span {
  font-size: 1.6em;
  color: #0d6e53;
}

#bottom_conents_area.AboutMemberContents h2 span img {
  display: block;
  text-align: center;
  margin: auto;
  padding-bottom: 0.5em;
}

#bottom_conents_area.AboutMemberContents .btn-flat {
  background: #0d6e53 !important;
  color: #ffffff;
  border: none;
}

#bottom_conents_area.AboutMemberContents .btn-flat:hover {
  background: #26a69a !important;
}

@media only screen and (max-width : 600px) {
  #bottom_conents_area.AboutMemberContents {
    margin: auto;
    padding: 0 2em;
  }

  #bottom_conents_area.AboutMemberContents .leadtext.center {
    text-align: left;
  }

  #bottom_conents_area.AboutMemberContents .leadtext p {
    font-size: 0.9em;
    line-height: 1.6em;
  }

  #bottom_conents_area.AboutMemberContents .btn-flat {
    margin: 1em auto;
  }

  #visitors.report #bottom_conents_area.AboutMemberContents {
    margin: 3em auto -4em;
  }
}
/* before markup */
.defaultpage {
  /* border-top: 1px solid #e5eaef; */
  /* padding-top: 0; */
}

/*.defaultpage .container {
  width: 950px;
  -webkit-box-shadow: 0px 0 10px rgba(17, 17, 17, 0.15);
          box-shadow: 0px 0 10px rgba(17, 17, 17, 0.15);
  padding: 2em 50px;
  background: #ffffff;
}*/

/*@media only screen and (max-width : 600px) {
  .defaultpage .container {
    width: 90%;
    padding: 2em;
  }
}*/
/*.defaultpage #MainContentsArea {
  margin: 2em 0;
}*/

.defaultpage img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #ffffff;
}

.defaultpage .IMG_FloatRight {
  float: right;
  padding: 0 0 1em 2em;
  margin: 0;
}

.defaultpage .IMG_FloatLeft {
  float: left;
  padding: 0 2em 1em 0;
  margin: 0;
}

/*.defaultpage h2 {
  font-size: 1.3rem;
  text-align: center;
  margin: 4em auto 1em;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #565f6f;
  clear: both;
  color: #ffffff;
  text-shadow: 1px 3px 6px rgba(17, 17, 17, 0.5);
  width: 100%;
  margin-left: -52px;
}

@media only screen and (max-width : 600px) {
  .defaultpage h2 {
    width: 100%;
    margin-left: 0;
  }

  .defaultpage h2::before {
    display: none;
  }

  .defaultpage h2::after {
    display: none;
  }
}
.defaultpage h2 br {
  display: none;
}

.defaultpage.fudousankenkyu h2 {
  font-size: 1.1em;
  letter-spacing: -1px;
  font-weight: bold;
}*/
/*
.defaultpage.fudousankenkyu {
  text-align: justify;
}

.defaultpage h2:first-child {
  margin-top: 1em;
}*/

/*.defaultpage h2::before,
.defaultpage h2::after {
  content: "";
  position: absolute;
}*/

/*.defaultpage h2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #3b434e;
}

.defaultpage h2::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ffffff;
}

.defaultpage h3 {
  border-bottom: 1px solid #e5eaef;
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #3b434e;
}

.defaultpage h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0;
  line-height: 140%;
  color: #3b434e;
}*/

.defaultpage #ReportDay,
.defaultpage #ReportDay2 {
  padding: 0em 1em;
  display: block;
  overflow: hidden;
  /* box-shadow: 1px 1px 3px rgba(17, 17, 17, 0.16); */
  border-radius: 5px;
  font-size: 0.8em;
  background: #f5f5f5;
}

.defaultpage .ReportBack {
  display: block;
  overflow: hidden;
  clear: both;
}

.defaultpage .ReportBack a {
  border: 1px solid #565f6f;
  padding: 0.5em 0.75em;
  float: right;
  clear: both;
  color: #111111;
}

.defaultpage .ReportList03 {
  overflow: hidden;
  width: 100%;
  display: block;
}

.defaultpage .ReportList03 li {
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 1px solid #e5eaef;
  display: block;
  background: url(/images/base/arrow_right_blk01.png) left 10px center no-repeat #ffffff;
}

.defaultpage .ReportList03 li a {
  color: #3b434e;
}

.defaultpage .ReportList03 li a:hover {
  color: #26a69a;
}

.defaultpage .btn-flat img {
  display: inline;
  margin: 0 5px;
  vertical-align: middle;
  background: none;
}

.defaultpage .btn-flat img:first-child {
  margin-left: 0;
}

.defaultpage p.lead {
  margin: 0 auto;
  text-indent: 1em;
  color: #3b434e;
  line-height: 2rem;
  font-size: 1.05em;
  text-align: justify;
  overflow: hidden;
  /* padding: 20px; */
  /* border-bottom: 1px solid #e5eaef; */
  margin-bottom: 1em;
}

.defaultpage p.lead img {
  display: block;
  margin: 0 2em 2em auto;
  float: left;
}

/* before css copy */
.waku01Back {
  background: #fafafa;
  overflow: hidden;
  display: block;
  padding: 1em 2em;
  margin: 1em 0;
  clear: both;
}

.waku01,
.waku02,
.waku03,
.waku04 {
  background: #ffffff;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 1em 0;
  clear: both;
}

.waku01Back div.Clear {
  display: none;
}

.waku01 .FloatRight,
.waku02 .FloatRight,
.waku03 .FloatRight,
.waku04 .FloatRight,
.waku01Back .FloatRight {
  border-left: 1px solid #ddd;
}

.FloatRight,
.FloatLeft {
  width: 50%;
}

.FloatRight {
  float: right;
  padding-left: 2%;
}

.FloatLeft {
  float: left;
  padding-right: 2%;
}

.BTN01Back {
  margin: auto;
  text-align: center;
}

.FloatRight .BTN01Back,
.FloatLeft .BTN01Back {
  float: none;
  margin: auto;
  text-align: center;
}

.FloatRight .BTN01Back a,
.FloatLeft .BTN01Back a {
  display: block;
  margin: auto;
}

.BTN01 a,
.BTN02 a,
.BTN03 a,
.BTN04 a,
.BTN05 a,
.BTN06 a,
.BTN07 a,
.BTN08 a,
.BTN01Back a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
/*  background: url(/assets/images/icon/arrow_right_blk01.png) left 10px center no-repeat #ffffff;*/
  color: #555555;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid;
  font-weight: 400;
  text-decoration: none !important;
  width: auto;
  padding: 0.75em 1.5em 0.75em 2em;
  height: auto;
  line-height: initial;
  font-size: 1em;
  margin: 0em 0 1em;
  overflow: hidden;
  display: inline-block;
  min-width: 150px;
  /* text-align: center; */
}

.BTN01Back a {
/*  background: url(/images/base/arrow_left_b01.png) left 10px center no-repeat #ffffff;*/
}

.BTN01 a img,
.BTN02 a img,
.BTN03 a img,
.BTN04 a img,
.BTN05 a img,
.BTN06 a img,
.BTN07 a img,
.BTN08 a img,
.BTN01Back a img {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1px;
  line-height: 1px;
  margin-top: -2px;
  display: inline;
  margin-left: 5px;
}

.BTN01 a:focus,
.BTN01 a:active,
.BTN02 a:focus,
.BTN02 a:active,
.BTN03 a:focus,
.BTN03 a:active,
.BTN04 a:focus,
.BTN04 a:active,
.BTN05 a:focus,
.BTN05 a:active,
.BTN06 a:focus,
.BTN06 a:active,
.BTN07 a:focus,
.BTN07 a:active,
.BTN08 a:focus,
.BTN08 a:active,
.BTN01Back a:focus,
.BTN01Back a:active {
  background-color: transparent;
}

.BTN01 a:focus,
.BTN01 a:hover,
.BTN02 a:focus,
.BTN02 a:hover,
.BTN03 a:focus,
.BTN03 a:hover,
.BTN04 a:focus,
.BTN04 a:hover,
.BTN05 a:focus,
.BTN05 a:hover,
.BTN06 a:focus,
.BTN06 a:hover,
.BTN07 a:focus,
.BTN07 a:hover,
.BTN08 a:focus,
.BTN08 a:hover,
.BTN01Back a:focus,
.BTN01Back a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.BTN01 a:active,
.BTN02 a:active,
.BTN03 a:active,
.BTN04 a:active,
.BTN05 a:active,
.BTN06 a:active,
.BTN07 a:active,
.BTN08 a:active,
.BTN01Back a:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.BTN01 a.disabled,
.BTN02 a.disabled,
.BTN03 a.disabled,
.BTN04 a.disabled,
.BTN05 a.disabled,
.BTN06 a.disabled,
.BTN07 a.disabled,
.BTN08 a.disabled,
.BTN01Back a.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

.BTN05 {
  float: left;
  margin-left: 0.75em;
}

.BTN05:first-child {
  margin-left: 0;
}

.BTN05 a {
  font-size: 0.9em;
  min-width: initial;
  padding: 0.75em 0.75em 0.75em 1.5em;
}

.fudousankenkyu-nav {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.fudousankenkyu-nav .BTN05 {
  margin: 0;
  width: 14%;
  padding: 0 0 0 1%;
}

.fudousankenkyu-nav .BTN05:first-child {
  padding: 0;
}

.fudousankenkyu-nav .BTN05 a {
  width: 100%;
  text-align: center;
  margin: 0;
}

.list01 {
  margin-left: 2px;
}

.list01 li {
  background: url(/images/base/arrow_right_blk01.png) left 0.5em no-repeat;
  margin-bottom: 0.5em;
  padding: 0px 0 0 12px;
}

.PrivacyPolicy ul.list01 li {
  list-style: none !important;
}

.list02 {
  padding-left: 22px;
  margin-top: -8px;
}

.list02 li {
  background: url(/images/base/arrow_right_blk01.png) left 0.5em no-repeat;
  padding: 0px 0 0 12px;
}

.list03 {
  padding-left: 25px;
}

.list03 li {
  list-style-type: decimal !important;
}

.list03-2 {
  padding-left: 25px;
}

.list03-2 li {
  list-style-type: decimal !important;
}

.list04 {
  margin-bottom: 25px;
}

.list04 li {
  /* background:url(/images/base/arrow_right_blk01.png) left top no-repeat; */
  padding: 0.5%;
  margin: 0.5% 1%;
  float: left;
  width: 23%;
  /* font-size:120%; */
  border-bottom: 1px solid #e5eaef;
  min-height: 4em;
  vertical-align: bottom;
}

.list04 li.futosen {
  border-bottom: #999 solid 1px;
}

.list04 li a {
  text-decoration: none !important;
}

.list04 li a:hover {
  color: #26a69a;
}

html > body .list03 li {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.list01 li,
.list02 li,
.list03 li,
.list04 li {
  font-size: 0.95em;
}

.list01 li img,
.list02 li img,
.list03 li img,
.list04 li img {
  display: inline !important;
  vertical-align: middle;
  margin: 0 5px;
}

.list01 li a,
.list02 li a,
.list03 li a,
.list04 li a {
  color: #3b434e;
  /* font-size: 1.1em; */
}

ol.list_parentheses {
  padding: 0 0 0 1.4em;
  margin: 0 0 1em 0;
}

ol.list_parentheses li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  /*text-indent: -1.4em;*/
  margin-bottom: 0.5em;
}

ol.list_parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  width: 2em;
  text-align: center;
  display: block;
  float: left;
  margin-left: -2em;
}

#RightColumn {
  margin: 0 auto;
  padding: 0 0 2em 1%;
  text-align: left;
  width: 50%;
  float: right;
}

#LeftColumn {
  margin: 0 auto;
  padding: 0 1% 2em 0;
  text-align: left;
  width: 50%;
  float: left;
  background: none;
}

.backtop {
  float: right;
  clear: both;
  margin-bottom: 1em;
}

.text_pdf a {
  background: url(/images/base/arrow_right_blk01.png) left center no-repeat #ffffff;
  padding-left: 15px;
  color: #111111;
}

.text_pdf img {
  display: inline;
  margin: 0 5px;
  vertical-align: middle;
}

/*koyusei*/
.defaultpage #koyuuseigate {
  padding-bottom: 25px;
  clear: both;
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 30px;
  display: block;
}

.defaultpage #koyuuseigate a {
  color: #111111;
}

.defaultpage #koyuuseigate .gate01 {
  float: left;
  width: 50%;
  text-align: left;
}

.defaultpage #koyuuseigate .gate01 img {
  text-align: left;
  margin: 0;
}

.defaultpage #koyuuseigate .gate02 {
  float: right;
  background: url(../img/report/koyusei/parts01.gif) left 4px no-repeat;
  padding: 0 0 2%;
  margin: 0 !important;
  width: 50%;
  color: #999;
  font-size: 12px;
  line-height: 22px;
}

.defaultpage #koyuuseigate h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0 0 2px !important;
  margin: 0;
  /* color:$black; */
}

.defaultpage #koyuuseigate h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  background: none;
  padding: 0 0 2px;
  margin: 0;
  color: #111111;
}

.defaultpage #koyuuseigate h5 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0 0 14px;
  margin: 0;
  color: #027e8d;
}

.defaultpage #koyuuseigate02 {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden;
}

.defaultpage #koyuuseigate02 a {
  color: #111111;
}

.defaultpage #koyuuseigate02 .gate01 {
  float: left;
  width: 20%;
}

.defaultpage #koyuuseigate02 .gate02 {
  float: left;
  background: url(../img/report/koyusei/parts01.gif) 0 3px no-repeat;
  padding: 0 2%;
  margin: 0 !important;
  width: 30%;
  color: #999;
  /* font-size:12px; */
  /* line-height:22px; */
}

.defaultpage #koyuuseigate02 .gate03 {
  border-left: 1px solid #dae1f4;
  display: block;
  float: left;
  width: 50%;
  padding-left: 2%;
  /* font-size:12px; */
  /* line-height:20px; */
  color: #999;
}

.defaultpage #koyuuseigate02 .gate03 ol {
  margin: 0;
  padding: 0;
}

.defaultpage #koyuuseigate02 .gate03 li {
  list-style-position: outside;
  list-style-type: upper-hexadecimal;
  padding-left: 0;
  margin-left: 18px;
  padding-bottom: 5px;
}

.defaultpage #koyuuseigate02 h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0 0 25px !important;
  margin: 0 !important;
  color: #111111;
}

.defaultpage #koyuuseigate02 h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border: none;
  background: none;
  padding: 0 0 5px;
  margin: 0;
  color: #111111;
}

.defaultpage #koyuuseigate02 h5 {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  border: none;
  background: none;
  padding: 0 0 14px;
  margin: 0;
  color: #027e8d;
}

.defaultpage #koyuuseimessage h3 {
  border-bottom: 1px solid #00a5d5;
  border-top: none;
  padding: 0;
  background: none;
}

.defaultpage #koyuseidetailMain {
  /* position:absolute; */
  /* overflow:hidden; */
  /* top:357px; */
  text-align: center;
  /* width: 900px; */
  /* margin:0 0 0 -26px; */
  padding: 0;
  /* margin: 0 0 0 -26px; */
  width: 100%;
}

.defaultpage #koyuseidetailMain h2 {
  background: none !important;
  height: auto;
  padding: 0;
  margin: 0;
  width: 100%;
}

.defaultpage #koyuseidetailMain h2:before,
.defaultpage #koyuseidetailMain h2:after {
  display: none;
}

.defaultpage #koyuseidetail {
  /* padding: 400px 0 30px; */
  /* font-size:14px; */
  /* line-height:26px; */
}

.defaultpage #koyuseidetail .FloatLeft,
.defaultpage #koyuseidetail .FloatRight {
  width: 100%;
  float: none;
  clear: both;
}

.defaultpage #koyuseidetail img.FloatLeft,
.defaultpage #koyuseidetail img.FloatRight {
  width: auto;
  float: inherit;
  clear: inherit;
}

.defaultpage #koyuseidetail img.FloatLeft {
  float: left;
  clear: none;
}

.defaultpage #koyuseidetail img.FloatRight {
  float: right;
  clear: none;
}

.defaultpage #koyuseidetail h3 {
  /* font-size:16px; */
  /* line-height:20px; */
  /* border:none; */
  /* background:none; */
  /* padding:0 50px 5px!important; */
  /* margin:0!important; */
  /* color:$black; */
}

.defaultpage #koyuseidetail h3.KoyuseiH3Title {
  /* font-size:18px; */
  /* line-height:27px; */
  /* font-weight:700; */
  /* padding:0 10px 0 25px !important; */
  /* margin:0 0 20px 24px !important; */
  /* color:$black; */
}

.defaultpage #koyuseidetail h3.KoyuseiH3Title br {
  display: none;
}

.defaultpage #koyuseidetail h4 {
  /* font-size:14px; */
  /* line-height:18px; */
  /* font-weight:400; */
  /* border:none; */
  /* background:none; */
  /* padding:0 50px 5px; */
  /* margin:0; */
  /* color:$black; */
}

.defaultpage #koyuseidetail h4 strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700 !important;
}

.defaultpage #koyuseidetail h5 {
  font-size: 14px;
  /* line-height:16px; */
  font-weight: 700;
  /* background:none; */
  padding: 0 0px 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #027e8d !important;
  color: #027e8d;
  border-top: none !important;
}

.defaultpage #koyuseidetail ul {
  /* font-size:14px; */
  /* line-height:26px; */
  /* padding:0 50px 30px; */
  list-style-type: disc;
  margin-left: 20px;
  list-style-position: outside;
}

.defaultpage #koyuseidetail ul li {
  list-style-type: disc;
}

.defaultpage #koyuseidetail p {
  /* font-size:14px; */
  /* line-height:26px; */
  /* padding:0 50px 30px */
}

.defaultpage #koyuseidetail p br {
  display: none;
}

.defaultpage #koyuseidetail p strong {
  color: #7a0910;
}

.defaultpage #koyuseidetail p em {
  font-size: 12px;
}

.defaultpage #koyuseidetail p .FloatLeft {
  padding: 0 15px 0 0;
}

.defaultpage #koyuseidetail p .FloatRight {
  padding: 0 0 0 15px;
}

.defaultpage #koyuseidetail .koyusei_b_navi {
  padding: 0;
  margin: 3em auto 0;
  width: initial;
  text-align: left;
  height: auto;
  clear: both;
  border-top: 1px solid #ccc;
}

.defaultpage #koyuseidetail .koyusei_b_navi ol {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  list-style-type: decimal;
  margin-left: 77px;
  list-style-position: outside;
}

.defaultpage #koyuseidetail .koyusei_b_navi ol li {
  padding-bottom: 10px;
}

.defaultpage #koyuseidetail .koyusei_b_navi ul li {
  /* font-size:14px; */
  /* padding-bottom:10px; */
  /* line-height:15px; */
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.defaultpage #koyuseidetail .koyusei_b_navi ul li br {
  display: none;
}

.defaultpage .NonProfLeft {
  /* width:545px; */
  /* float:left; */
}

.defaultpage .NonProfLeft p {
  /* padding:0 20px 30px 50px !important */
}

.defaultpage .ProfRight {
  /* width:302px; */
  /* background:#eee; */
  display: block;
  /* float:right; */
  overflow: hidden;
}

.defaultpage .ProfRight img {
  padding: 0 2em 0 0;
  float: left;
}

.defaultpage .ProfRight p {
  /* font-weight:400!important; */
  /* font-size:12px!important; */
  /* line-height:18px!important; */
  /* color:#666!important; */
  /* padding:0 15px 15px!important; */
  /* margin:0!important; */
}

.defaultpage .ProfRight p strong {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #111111 !important;
  text-decoration: none !important;
}

/*booklistdetail*/
.booklistdetail h3 {
  clear: both;
  border-bottom: none;
  border-top: 1px solid #e5eaef;
  font-size: 1.4em;
  padding: 1em 0;
  margin: 1em 0 0em;
  overflow: hidden;
}

.booklistdetail .FloatLeft {
  width: 25%;
}

.booklistdetail .FloatLeft img {
  text-align: left;
  margin: 0;
}

.booklistdetail .TextFloatRight {
  display: block;
  float: left;
  overflow: hidden;
  width: 75%;
  padding-bottom: 1em;
}

@media only screen and (max-width : 600px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .defaultpage .container {
    width: 96%;
    padding: 0.5em;
  }

  .FloatRight,
.FloatLeft {
    width: 100%;
    padding: 2% 0;
  }

  .defaultpage h2 {
    font-size: 1em;
    text-align: center;
    margin: 1em auto;
    font-weight: bold;
    position: relative;
    height: auto;
    line-height: 1.2em;
    padding: 1em;
    width: 100%;
  }

  .defaultpage h2::before,
.defaultpage h2::after {
    display: none;
  }

  #RightColumn,
#LeftColumn {
    margin: 0 auto 1em;
    padding: 0 0 2em;
    width: 100%;
    float: none;
  }

  .defaultpage .IMG_FloatRight,
.defaultpage .IMG_FloatLeft {
    float: none;
    padding: 1em 0;
    margin: 0;
  }

  /*koyusei*/
  .defaultpage #koyuuseigate .gate01,
.defaultpage #koyuuseigate .gate02,
.defaultpage #koyuuseigate02 .gate01,
.defaultpage #koyuuseigate02 .gate02,
.defaultpage #koyuuseigate02 .gate03 {
    float: none;
    width: 100%;
    padding: 0 0 1em;
  }

  .defaultpage #koyuuseigate02 .gate03 {
    border-left: none;
    border-bottom: 1px solid #ccc;
  }

  .defaultpage #koyuuseigate02 h3 br {
    display: none;
  }

  .list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list04 li {
    width: 48%;
    min-height: auto;
    padding: 0.5em 0;
  }
}
/* Share */
#ShareArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ShareArea .Facebook {
  /* display: inline; */
}

#ShareArea .Tweet {
  /* display: inline; */
  margin-top: 1px;
  margin-left: 1rem;
}

/* sitemap */
#sitemap_list {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

#sitemap_list a {
  text-decoration: none;
  color: #444;
  display: block;
  width: 100%;
}

#sitemap_list a:hover {
  color: #26a69a;
  text-decoration: underline;
}

#sitemap_list li {
  font-size: medium;
  text-indent: 0;
  padding: 10px 0 10px 0px;
  margin: 0 0 10px;
  list-style-type: none;
  border-top: 1px solid #565f6f;
  font-weight: bold;
}

#sitemap_list li ul {
  margin: 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #e5eaef;
}

#sitemap_list li li {
  font-size: small;
  font-weight: normal;
  background: url(/images/base/arrow_right_blk01.png) no-repeat 0 0.5em;
  margin: 0 0 3px 15px;
  padding: 0 0 0 15px;
  border-top: none;
}

#sitemap_list li li li {
  background: url(/images/base/arrow_right_blk01.png) no-repeat 0 0.5em;
  border-top: none;
}

#sitemap_list .posts_in_category {
  position: absolute;
  padding-left: 10px;
}

#sitemap_list .posts_in_category a {
  background: url(/images/base/arrow_right_blk01.png) no-repeat center;
  text-indent: -9999px;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #ccc;
}

/* tabMenu FAQ */
.tabContainer {
  /* width: 850px; */
  width: 100%;
  margin: 3em 0;
}

.tabContainer .table04 {
  font-size: 12px;
}

.tabContainer .table04 tr {
  border-bottom: 1px solid #d0d0d0;
}

.tabMenu {
  /* height:10px; */
  border-bottom: 1px solid #565f6f;
  /* height: 2.5em; */
  height: auto;
  overflow: hidden;
}

.tabContainer ul.tabMenu li {
  float: left;
  /* margin-right: 5px; */
  /* padding: 0; */
  /* position: relative; */
  /* font-size:14px; */
  line-height: 2em;
  /* margin-top: -1px; */
}

.tabContainer ul.tabMenu li a {
  display: block;
  float: left;
  padding: 0.25em 1em;
  text-decoration: none;
  background: url(/images/base/arrow_right_blk01.png) left center no-repeat;
  border-bottom: 1px solid #e5eaef;
  color: #0d6e53;
  margin-right: 0.5em;
}

.tabContainer ul.tabMenu li.active a {
  position: relative;
  /* top: 1px; */
  border-left: 1px solid #e5eaef;
  /* background:url(../img/base/bg_qa.gif) no-repeat right top; */
  color: #ffffff;
  background: #565f6f;
}

/* Q&A */
.tabContainer dl {
  clear: both;
  width: 820px;
  padding: 15px;
}

/* Q */
.tabContainer dl dt {
  margin: 0 0 5px;
  padding-left: 20px;
  background: url(/images/base/arrow_right_blk01.png) left 0.5em no-repeat;
  font-size: 100%;
}

/* A */
.tabContainer dl dd {
  margin-bottom: 15px;
  padding: 0 10px 10px 25px;
  border-bottom: 1px dotted #ccc;
  color: #666;
  font-size: 100%;
  overflow: hidden;
  display: block;
}

.tabContainer dl dd p {
  display: inline;
}

.tabContainer dl dd ul {
  /* margin: -1.5em 0 0 1em; */
  padding: 0;
  margin: 0 0 1em 1em;
}

.tabContainer dl dd ul li {
  list-style: disc;
  margin-left: 2em;
  background: none;
  margin-bottom: 0.5em;
}

.tabContainer dl dd .card {
  margin-left: 2em;
}

.tabContainer dl dd .card-title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: initial !important;
  border-bottom: 1px solid #ccc;
  display: block;
}

.tabContainer dl dd .card h4 {
  margin: 1em auto;
  font-size: 1em;
}

.tabContainer dl dd .card p {
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.tabContainer dl dd .card p img {
  display: block;
  overflow: hidden;
}

/* kisochishiki */
.tabContainer.kisochishiki dl dd p {
  display: block;
  margin-bottom: 1em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tabContainer dl {
    width: 100%;
  }

  .tabContainer dl dd {
    padding: 0 0px 0 0px;
    margin-left: 20px;
    font-size: 0.9em;
  }

  .tabContainer ul.tabMenu li {
    float: none;
    width: 100%;
  }

  .tabContainer ul.tabMenu li a {
    float: none;
    width: 100%;
    border-right: 1px solid #e5eaef;
  }

  .tabContainer ul.tabMenu {
    height: auto;
  }

  .tabContainer .table04 {
    /* margin: 0 -10px; */
  }

  .tabContainer .table04 thead {
    border-bottom: none;
  }

  .tabContainer .table04 tr {
    display: block;
    margin-bottom: 10px;
  }

  .tabContainer .table04 th {
    display: block;
    width: 100%;
  }

  .tabContainer .table04 td {
    display: list-item;
    width: 90%;
    margin-left: 10%;
    border: none;
  }

  .tabContainer .table04 th,
.tabContainer .table04 td {
    padding: 5px 10px;
    /* border: 1px solid #ddd; */
    word-break: break-all !important;
  }

  .tabContainer .table04 th br,
.tabContainer .table04 td br {
    display: none;
  }
}
#accordion a {
  color: #565f6f;
}

.tabContainer #c_footer_area {
  padding: 1em;
}

.tabContainer #c_footer_area h4 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto 2em;
  color: #111111;
  font-weight: bold;
}

.tabContainer #c_footer_area .tel_and_mail h5 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5em auto;
  color: #0d6e53;
  font-weight: bold;
}

/*gigyousyo*/
#GigyousyoList .table02 {
  margin-bottom: 2em;
}

#GigyousyoList .table02 th,
#GigyousyoList .table02 td {
  padding: 0.5em 1em;
}

#GigyousyoList #honsya dl {
  padding: 10px 0;
  font-size: 12px;
  line-height: 110%;
  width: 400px;
}

#GigyousyoList #honsya dt {
  float: left;
  width: 170px;
  height: 20px;
}

#GigyousyoList #honsya dd {
  height: 20px;
}

#GigyousyoList #honsya {
  padding-bottom: 20px;
}

#GigyousyoList .zenkoku {
  width: 33.33333%;
  float: left;
  padding: 1%;
  display: block;
  margin: 0;
  overflow: hidden;
}

#GigyousyoList .zenkoku h3 {
  font-size: 100%;
  padding: 10px 0 15px;
  background: none;
  margin: 10px 0 0;
}

#GigyousyoList .zenkoku h4 {
  font-size: 88%;
  clear: both;
  margin: 0;
  line-height: 120%;
  font-weight: 400;
}

#GigyousyoList .zenkoku p {
  font-size: 70%;
  line-height: 150%;
  color: #9d9d9d;
}

#GigyousyoList .zenkoku h2 {
  font-size: 0.8em;
  background: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
  padding: 0.5em;
  margin: 3em 0 1em;
  background: #3b434e;
  line-height: 1.2em;
  height: auto;
  width: initial;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
}

#GigyousyoList .zenkoku h2:first-child {
  margin-top: 0;
}

#GigyousyoList .zenkoku h2:before,
#GigyousyoList .zenkoku h2:after {
  display: none;
}

#GigyousyoList .zenkoku h5 {
  padding: 1em 0 0.5em;
  font-size: 1.2em;
  border-top: 1px solid #e5eaef;
  margin: 0;
}

#GigyousyoList .zenkoku h5:first-child {
  border-top: none;
}

#GigyousyoList .zenkoku h4 a {
  display: block;
  background: url(/images/base/arrow_right_gray01.png) left no-repeat;
  padding: 5px 0 5px 30px;
  font-weight: bold;
  font-size: 1.1em;
  color: #565f6f;
}

#GigyousyoList .zenkoku a:hover {
  color: #26a69a;
}

#ChikaArea {
  /* padding-top:0; */
  /* clear:both; */
  overflow: hidden;
  display: block;
  border: 2px solid #e0e0e0;
  padding: 20px 30px;
  margin-top: 70px;
  display: none !important;
}

#ChikaArea h3 {
  text-align: center;
  font-weight: bold;
  color: #0d6e53;
  font-size: 1.6em;
  margin: 0;
  clear: both;
}

#ChikaArea #tika_title {
  text-align: right;
  float: right;
  margin-top: -23px;
}

#ChikaArea #magazine_list2,
#ChikaArea #magazine_list {
  /* overflow: hidden; */
  display: block;
}

#ChikaArea #magazine_list2 dl,
#ChikaArea #magazine_list dl {
  clear: both;
  display: table;
  width: 100%;
  overflow: hidden;
  padding: 0.5em 0;
  border-top: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
  margin: 0;
}

#ChikaArea #magazine_list2 dt,
#ChikaArea #magazine_list2 dd,
#ChikaArea #magazine_list dt,
#ChikaArea #magazine_list dd {
  float: left;
  font-size: 1px;
  line-height: 1px;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
}

#ChikaArea #magazine_list2 dt,
#ChikaArea #magazine_list2 dd,
#ChikaArea #magazine_list dt,
#ChikaArea #magazine_list dd {
  width: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#ChikaArea #magazine_list2 dt img,
#ChikaArea #magazine_list2 dd img,
#ChikaArea #magazine_list dt img,
#ChikaArea #magazine_list dd img {
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  display: block;
  margin: auto;
}

#ChikaArea #magazine_list2 #LeftColumn,
#ChikaArea #magazine_list #LeftColumn {
  padding: 0 2em 0 0;
}

#ChikaArea #magazine_list2 #RightColumn,
#ChikaArea #magazine_list #RightColumn {
  padding: 0 0 0 2em;
}

#ChikaArea #magazine_list2 #LeftColumn strong,
#ChikaArea #magazine_list2 #RightColumn strong,
#ChikaArea #magazine_list #LeftColumn strong,
#ChikaArea #magazine_list #RightColumn strong {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  display: block;
  color: #565f6f;
  margin: 0;
  padding: 0;
  display: none;
}

#JigyosyoGaiyo {
  margin-bottom: 30px;
  clear: both;
  background: url(../img/base/waku03_bottom.gif) left bottom no-repeat;
  width: 574px;
  float: left;
}

#JigyosyoGaiyo p {
  font-size: 100%;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 20px;
  margin: 0;
  background: url(../img/base/waku03_top.gif) left top no-repeat;
  color: #018090;
}

#JigyosyoSonota {
  /* padding:30px 50px; */
  /* line-height:180%; */
  /* letter-spacing:1px; */
  /* background-color:#f8f8f8; */
  /* clear:both; */
  margin-top: 3em;
}

* html #JigyosyoSonota {
  zoom: 1;
}

:first-child + html #JigyosyoSonota {
  zoom: 1;
}

@media only screen and (max-width : 600px) {
  #GigyousyoList .zenkoku {
    width: 100%;
    float: none;
  }

  #GigyousyoList .zenkoku p br {
    display: none;
  }

  #GigyousyoList .zenkoku p {
    clear: both;
    /* display: none; */
  }

  #GigyousyoList .zenkoku p br {
    display: block;
  }

  #GigyousyoList .zenkoku h5 {
    font-size: 1.1em;
    margin: 0;
    padding: 15px 0 0;
  }

  #GigyousyoList .zenkoku h2 {
    margin: 40px 0;
    font-size: 1em;
  }

  #GigyousyoList .zenkoku h4 {
    float: right;
    margin-top: -27px;
    /* font-size: .8em; */
    border: 1px solid #565f6f;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 0.7em;
  }

  #GigyousyoList .table02,
#GigyousyoList .table02 tr {
    border: none;
    background: none;
  }

  #GigyousyoList .table02 th {
    display: none !important;
  }

  #GigyousyoList .table02 th,
#GigyousyoList .table02 td {
    display: block;
    width: 100%;
    padding: 0px 5px;
    border: none;
  }

  #GigyousyoList .table02 th br,
#GigyousyoList .table02 td br {
    display: none;
  }

  #GigyousyoList .table02 tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e5eaef;
  }

  #ChikaArea #magazine_list2 #LeftColumn,
#ChikaArea #magazine_list2 #RightColumn,
#ChikaArea #magazine_list #LeftColumn,
#ChikaArea #magazine_list #RightColumn {
    padding: 0 0 1em;
  }

  #ChikaArea #tika_title {
    text-align: center;
    float: none;
    margin: 10px auto 0;
  }
}
/*form */

#FormArea .font-b {
font-size: 14px !important;
    color: #333 !important;
}

#FormArea textarea {
  /* height:10em; */
}

#FormArea p.lead {
  clear: both;
}

#FormArea em {
  text-align: right;
  float: right;
  color: #999;
  font-style: normal;
  font-weight: bold;
  margin: 0.25em 0.5em 0;
  font-size: 0.8em;
}

#FormArea .dl-tableList01,
#FormArea .dl-tableList02 {
  /* overflow:hidden; */
}

#FormArea .dl-tableList01 dt,
#FormArea .dl-tableList01 dd,
#FormArea .dl-tableList02 dt,
#FormArea .dl-tableList02 dd {
  margin: auto;
  padding: 0;
  width: auto;
}

#FormArea .dl-tableList01 dd,
#FormArea .dl-tableList02 dd {
  border-bottom: none;
}

#FormArea .dl-tableList01 dt,
#FormArea .dl-tableList02 dt {
  padding: 2em 0 0;
  border-bottom: none;
  width: 100%;
}

#FormArea .waku01 {
  /* box-shadow: 1px 1px 10px rgba(17, 17, 17, 0.18); */
  border-radius: 3px;
  padding: 1em;
  text-align: center;
  margin: 2em auto 0;
  border: 2px solid #26a69a;
}

#FormArea .waku01 p {
  text-align: center;
  margin: 1em auto;
}

#FormArea button {
  margin: 1em auto;
  font-size: 1.2em;
}

#FormArea button.syusei {
  background: #e5eaef;
  color: #111111;
}

/* tika-map */
@media only screen and (max-width : 600px) {
  #tikamap .tika-map iframe {
    width: 632px;
  }

  #tikamap .defaultpage .container {
    width: 632px;
    padding: 0;
  }

  #tikamap #c_head_area h1 {
    font-size: 1.4rem;
    margin: 1em auto 1em;
    color: #3b434e;
  }
}
/* PrivacyPolicy */
.PrivacyPolicy a {
  text-decoration: underline;
}

.PrivacyPolicy ol li ul,
.PrivacyPolicy ol li ol,
.PrivacyPolicy ul li ul {
  margin: 0.5em 0 1em 2em !important;
}

.PrivacyPolicy ol li ul li,
.PrivacyPolicy ol li ol li,
.PrivacyPolicy ul li ul li {
  margin: 0.2em;
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: cnt !important;
  text-indent: -1.4em;
}

.PrivacyPolicy ol li ol li:before,
.PrivacyPolicy ul li ul li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.PrivacyPolicy ol li ol li ul li,
.PrivacyPolicy ul li ul li ul li {
  margin: 0.2em;
  list-style-type: none !important;
  list-style-position: inside !important;
  counter-increment: none !important;
  text-indent: 0;
}

.PrivacyPolicy ol li ol li ul li:before,
.PrivacyPolicy ul li ul li ul li:before {
  display: inline;
  content: none;
}

.PrivacyPolicy ol li ul.list01 li,
.PrivacyPolicy ul li ul.list01 li {
  list-style: disc !important;
  background: none;
  margin-left: 0;
  padding-left: 0;
  margin-left: 0.3em;
  text-indent: 0;
}

.PrivacyPolicy ol li ul.list01 li:before,
.PrivacyPolicy ul li ul.list01 li:before {
  display: inline;
  content: none;
}

/*land_human_column*/
.land_human_column .col:nth-child(4n+1) {
  clear: both;
}

@media only screen and (max-width : 600px) {
  .land_human_column .col:nth-child(4n+1) {
    clear: none;
  }

  .land_human_column .col:nth-child(2n+1) {
    clear: both;
  }
}
/* recruit */
.rec-btn-mail {
  margin: 1em auto;
}

.rec-btn-mail a {
  background: #007ab9;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  width: 400px;
  display: block;
  margin: auto;
}

.rec-btn-mail a:hover {
  background: #26a69a;
}

.rec-btn-mail a i {
  margin: -2px 0 0 10px;
  vertical-align: middle;
}

.rec-btn-mail a br {
  display: none;
}

.rec-banner-sp_site {
  background: #e5eaef;
  padding: 0.5em;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width : 600px) {
  .rec-btn-mail a {
    width: auto;
  }
}
/* housing-news */
.MBOnly {
  display: none;
}

.howsingnewspage .container {
  width: 950px;
  padding: 0 50px 2em;
}

.howsingnewspage .container .headArea .seriesImg {
  padding-left: 0;
}

.howsingnewspage .container .ttlArea {
  border-bottom: 1px solid #707070;
  height: 156px;
  margin-bottom: 3em;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.howsingnewspage .container .ttlArea h1.column_ttl {
  text-align: left;
  font-size: 20px;
  margin: 0;
}

.howsingnewspage .container .ttlArea h1.column_ttl span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.howsingnewspage .container .ttlArea h1.column_ttl p {
  line-height: 1.3;
  margin: 0;
}

.howsingnewspage .container .ttlArea .column_writer {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.howsingnewspage .container .ttlArea .column_writer p {
  margin: 0;
  text-align: right;
  line-height: 1.4;
}

.howsingnewspage #MainContentsArea {
  clear: both;
  overflow: hidden;
}

.howsingnewspage .container .housing-pdflink {
  border: #3b434e 2px solid;
  border-radius: 7px;
  padding: 27px 17px;
  overflow: hidden;
  width: 70%;
  margin: 1em auto 0;
  color: #111111;
  font-weight: bold;
  text-align: center;
}

.howsingnewspage .container .housing-pdflink span {
  display: block;
  padding-top: 25px;
}

.howsingnewspage .container .backlink {
  margin-top: 6em;
  clear: both;
  overflow: hidden;
}

.howsingnewspage .container .backlink div:nth-child(2n-1) {
  text-align: right;
}

.howsingnewspage .container p img {
  max-width: 100%;
  height: auto;
}

.howsingnewshead .container .ttlArea {
  padding: 2em 0 2em 3em;
}

.howsingnewshead .ttlArea h1.column_ttl {
  padding: 0;
}

.howsingnewshead .container .ttlArea h1.column_ttl {
  text-align: left;
  font-size: 20px;
  margin: 0;
}

.howsingnewshead .container .ttlArea h1.column_ttl span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.howsingnewspage.archive .container {
  width: auto;
  padding: 0;
}

.howsingnewspage.archive .col:nth-child(3n+1) {
  clear: both;
}

.howsingnewspage.archive .frame {
  border: #3b434e 1px solid;
  border-radius: 7px;
  padding: 0;
  overflow: hidden;
  margin: 0 5% 10%;
}

.howsingnewspage.archive .number {
  background: #3b434e;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 13px;
}

.howsingnewspage.archive .column_ttl {
  min-height: 100px;
  padding: 8px 15px;
  background: url(/images/information/housing_news-arrow.png) no-repeat center right 8px;
}

.howsingnewspage.archive .column_ttl p {
  margin: 0;
  color: #3b434f;
}

.Housing_news .card .card-action span.new {
  margin-left: 10px;
  background: #cc1a3c;
  padding: 0 4px;
  color: #ffffff;
}

/*/住宅新報購読キャンペーン/////*/
.Housing_news .campaign {
  border: 1px solid #eb7d21;
  position: relative;
}

.Housing_news .campaign h4 {
  font-size: 22px;
  color: #eb7d21;
  font-weight: 600;
  background: #ffffff;
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: -12px;
  padding: 0 10px;
}

.Housing_news .campaign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.Housing_news .campaign ul li.text,
.Housing_news .campaign ul li.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Housing_news .campaign ul li.text {
  font-size: 0.95rem;
  font-size: 15px;
}

.Housing_news .campaign ul li.textLarge {
  /* font-size: 2rem; */
  font-size: 30px;
  padding: 0 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
}

.Housing_news .campaign ul li.textLarge span {
  color: #eb7d21;
  display: block;
  font-size: 21px;
  line-height: 1.4;
  margin-right: 10px;
}

.Housing_news .campaign ul li.link a {
  display: inline-block;
  background-color: #eb7d21;
  padding: 6px 25px;
  margin: 4px 0;
  font-size: 1.15rem;
  font-size: 16px;
  color: #ffffff;
}

.Housing_news .campaign ul li.link a span {
  font-size: 13px;
  vertical-align: text-top;
}

.Housing_news .campaign ul li.link a img {
  vertical-align: middle;
  padding-left: 10px;
}

/*//////*/
@media only screen and (max-width : 600px) {
  .PCOnly {
    display: none;
  }

  .MBOnly {
    display: block;
  }

  .howsingnewspage .container {
    width: 100%;
    padding: 0.8em;
  }

  #c_head_area.defaultpagehead h1 {
    padding: 0;
  }

  .howsingnewspage .container .headArea .seriesImg {
    padding: 0;
    margin-bottom: 10px;
  }

  .howsingnewspage .container .headArea .seriesImg img {
    width: 100%;
  }

  .howsingnewspage .container .ttlArea {
    height: auto;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
  }

  .howsingnewspage .container .ttlArea .column_writer {
    position: relative;
    text-align: right;
    padding-top: 0.8em;
    bottom: 0;
  }

  .howsingnewspage .container .housing-pdflink {
    width: 80%;
    padding: 15px 0;
  }

  .howsingnewspage .container .housing-pdflink span {
    padding-top: 0;
    padding-left: 10px;
    display: inline-block;
  }

  .howsingnewspage .container .backlink div:nth-child(2n-1) {
    text-align: center;
    margin-bottom: 1em;
  }

  .howsingnewspage .container .backlink div {
    text-align: center;
  }

  .howsingnewshead .container .ttlArea {
    padding: 0;
  }

  #c_head_area.howsingnewshead .container h1.column_ttl {
    margin: 1em auto;
  }

  .howsingnewspage.archive .column_ttl {
    min-height: auto;
  }

  /*/住宅新報購読キャンペーン/////*/
  .Housing_news .campaign {
    width: 90%;
    margin: 3em auto 2em;
  }

  .Housing_news .campaign h4 {
    margin-top: -20px;
    text-align: center;
    line-height: 1.4;
  }

  .Housing_news .campaign ul {
    display: block;
  }

  .Housing_news .campaign ul li.textLarge {
    padding: 0.8em 0;
    line-height: 1.2;
  }

  .Housing_news .campaign ul li.textLarge span {
    line-height: 1.2;
    display: inline-block;
  }

  .Housing_news .campaign ul li.text {
    padding-top: 6px;
  }

  .Housing_news .campaign ul li.text,
.Housing_news .campaign ul li.link {
    display: block;
    text-align: center;
  }
}
/* thinkesgsdgs */
.thinkesgsdgs {
  margin-bottom: 4em;
}

.thinkesgsdgs .inner {
  margin-bottom: 6em;
}

.thinkesgsdgs h2 {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}

.thinkesgsdgs h2 span {
  background: #ffffff;
  z-index: 10;
  position: relative;
  padding: 0 0.4em;
}

.thinkesgsdgs h2.think-blue {
  color: #3b6fc3;
}

.thinkesgsdgs h2.think-green {
  color: #0a887e;
}

.thinkesgsdgs h2::before {
  left: 0;
}

.thinkesgsdgs h2::after {
  right: 0;
}

.thinkesgsdgs h2::before,
.thinkesgsdgs h2::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 50%;
  height: 1px;
}

.thinkesgsdgs h2.think-blue::before,
.thinkesgsdgs h2.think-blue::after {
  background-color: #3b6fc3;
}

.thinkesgsdgs h2.think-green::before,
.thinkesgsdgs h2.think-green::after {
  background-color: #0a887e;
}

.thinkesgsdgs .genre ul {
  margin: 0;
}

.thinkesgsdgs .genre ul li {
  display: inline;
}

.thinkesgsdgs .genre.time {
  margin-bottom: 0.6em;
}

.thinkesgsdgs .genre.time ul li:first-child {
  color: #111111;
  font-size: 0.85rem;
  padding-left: 0;
}

.thinkesgsdgs .genre.time ul li:first-child::before {
  display: none;
}

.thinkesgsdgs .genre ul li {
  position: relative;
  padding-left: 5em;
  color: #c3c3c3;
  font-size: 0.9rem;
}

.thinkesgsdgs .genre ul li::before {
  left: 0;
  top: 50%;
  content: "";
  width: 48px;
  height: 1px;
  background-color: #c3c3c3;
  margin: 0 0.5em;
  position: absolute;
}

.thinkesgsdgs .database,
.thinkesgsdgs .reference {
  margin: 2em auto 0;
  font-size: 0.92rem;
  color: #111111;
}

.thinkesgsdgs .database:first-child,
.thinkesgsdgs .reference:first-child {
  margin-top: 1.5em;
}

.thinkesgsdgs .database p {
  line-height: 1.5;
}

.thinkesgsdgs .database p.ttl {
  margin-top: 6px;
}

.thinkesgsdgs .contenedor {
  display: table;
  position: relative;
  margin-top: 1.8em;
  width: 100%;
}

.thinkesgsdgs .expand {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  position: relative;
  /*  transition: 1s;*/
  border-top: 1px solid #aaa;
  padding-top: 1.5em;
}

.thinkesgsdgs .expand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff));
  background-image: linear-gradient(white, #ffffff);
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.thinkesgsdgs .contenedor input {
  visibility: hidden;
}

.thinkesgsdgs .contenedor label {
  position: absolute;
  top: -1.1em;
  display: block;
  font-size: 0.9em;
  color: white;
  z-index: 999;
  cursor: pointer;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.8;
  height: 28px;
}

.thinkesgsdgs .contenedor label:before {
  content: "Background / Contents";
  background: url(/images/information/thinkesgsdgs-arrow.png) no-repeat 50% 90% #0a887e;
  padding: 2px 10px;
  height: 28px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  border: none;
  border-radius: 3px;
}

.thinkesgsdgs .contenedor input:checked + label:before {
  content: "Background / Contents";
  background: url(/images/information/thinkesgsdgs-arrow.png) no-repeat 50% 90% #c3c3c3;
  padding: 2px 10px;
  height: 28px;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  width: 150px;
  border: none;
  border-radius: 3px;
  transform: none;
  -webkit-transform: none;
}

.thinkesgsdgs input[type=checkbox]:checked ~ .expand {
  max-height: 100%;
}

.thinkesgsdgs input[type=checkbox]:checked ~ .expand:before {
  opacity: 0;
}

.thinkesgsdgs .investor {
  border-bottom: 1px dashed #c3c3c3;
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.thinkesgsdgs .investor:first-child {
  margin-top: 1px;
}

.thinkesgsdgs .investor p {
  line-height: 1.5;
  margin: 0.5em 0;
  font-size: 1rem;
}

.thinkesgsdgs .investor .col:first-child {
  padding-left: 0;
}

.thinkesgsdgs .investor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thinkesgsdgs .investor ul li:first-child {
  padding-left: 0;
}

.thinkesgsdgs .investor ul li {
  padding-left: 8px;
}

.thinkesgsdgs .investor .genre ul {
  display: block;
}

.thinkesgsdgs .investor .genre ul li {
  display: block;
  padding-left: 5em;
}

.thinkesgsdgs.archive .investor ul li {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-right: 1em;
}

.thinkesgsdgs.archive .investor .genre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thinkesgsdgs .investor img {
  max-width: 100%;
  height: auto;
}

.thinkesgsdgs.archive h2 {
  font-size: 0.92rem;
  color: #3a434e;
  text-align: left;
  font-weight: normal;
  margin: 0.5rem 0 1.8rem;
  line-height: 1.5;
}

#c_head_area.thinkesgsdgshead,
#c_head_area.thinkesgsdgshead h1 {
  margin: 0;
  width: 100%;
}

.thinkesgsdgs.archive .database .genre ul li::before {
  margin: 0;
}

.thinkesgsdgs.archive .time ul li {
  font-size: 0.85rem;
}

.thinkesgsdgs.archive .database:first-child {
  margin-top: 0;
}

.thinkesgsdgs.archive .database,
.thinkesgsdgs.archive .reference {
  margin-top: 3em;
  padding-bottom: 4em;
  border-bottom: 1px dashed #c3c3c3;
}

.thinkesgsdgs.archive .investor {
  margin-top: 2em;
  border-bottom: 1px dashed #c3c3c3;
  min-height: 161px;
  width: 48.5%;
}

.thinkesgsdgs.archive .investor:nth-child(2n-1) {
  margin-right: 3%;
}

.thinkesgsdgs .reference .expand .content a {
  background: url(/images/base/icon_pdf24.png) no-repeat right 15px center;
  padding-right: 13%;
  display: block;
  margin: 1em 0 0;
  line-height: 24px;
}

.thinkesgsdgs .reference .expand .content a > p,
.thinkesgsdgs .reference .expand .content a > span {
  color: #111111;
  font-weight: 700;
  font-size: 0.96rem;
  display: inline;
}

.thinkesgsdgs .reference .expand .content p {
  line-height: 1.5;
}

.thinkesgsdgs .reference .ttlArea {
  display: block;
  margin: 0.5em 0 0.8em;
}

.thinkesgsdgs .reference .owlimg {
  display: inline-block;
  vertical-align: middle;
}

.thinkesgsdgs .reference .ttl {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  max-width: 82%;
  margin: 0 auto;
  margin-left: 0.7em;
  border: solid 1px #0a887e;
  vertical-align: middle;
  line-height: 1.5;
}

.thinkesgsdgs.archive .reference .ttl {
  padding: 10px 15px;
  max-width: 90%;
  margin-left: 2em;
  line-height: 1.8;
}

/* 上に載せる三角アイコン */
.thinkesgsdgs .reference .ttl:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  left: -9px;
  top: 40%;
  border-right: 9px solid #0a887e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.thinkesgsdgs.archive .reference .ttl:before {
  border-right: 12px solid #0a887e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -12px;
  top: 35%;
}

/* 下に載せる三角アイコン */
.thinkesgsdgs .reference .ttl:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -7px;
  top: 40%;
  border-right: 9px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.thinkesgsdgs.archive .reference .ttl:after {
  border-right: 13px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -11px;
  top: 35%;
}

.thinkesgsdgs.archive .reference .genre {
  margin-bottom: 0.6em;
}

.thinkesgsdgs.archive .reference .content p {
  margin: 0;
  line-height: 1.5;
}

.thinkesgsdgs.archive .reference .content p:first-child {
  margin-bottom: 0.5em;
}

.thinkesgsdgs.archive .reference .linkPdf {
  background: url(/images/information/icon-pdf-wh.png) no-repeat right 10px center, url(/images/base/arrow_right_w02.png) no-repeat left 15px center #0d6e53;
  width: 35%;
  margin: 2em auto 0;
  text-align: center;
}

.thinkesgsdgs.archive .reference .linkPdf a {
  display: block;
  padding: 0.7em 0;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.85rem;
}

.thinkesgsdgs.archive .reference .linkPdf a p {
  margin: 0;
  line-height: 1.5;
}

@media only screen and (max-width : 600px) {
  .thinkesgsdgs .inner {
    margin-bottom: 2em;
  }

  .think-green {
    margin-top: 3em;
  }

  .thinkesgsdgs .investor .genre ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .thinkesgsdgs .archivelink {
    margin-bottom: 2em;
  }

  .thinkesgsdgs.archive .investor {
    width: 100%;
    min-height: auto;
  }

  .thinkesgsdgs.archive .reference .ttl {
    max-width: 80%;
    margin-left: 1.5em;
  }

  .thinkesgsdgs.archive .reference .linkPdf {
    width: 90%;
  }
}
.header-right-nav {
  line-height: 1.1rem;
  padding: 19px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right-nav li a {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(17, 17, 17, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 39px;
  background: #3b434e;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
}
.header-right-nav li a:hover {
  background: #111111;
}
.header-right-nav li a img {
  margin-right: 5px;
}
.header-right-nav li::first-letter {
  margin-left: 0;
}
.header-right-nav li.member a {
  background: -webkit-gradient(linear, right bottom, left top, from(#927617), to(#E0BD00));
  background: linear-gradient(to top left, #927617, #E0BD00);
}
.header-right-nav li.member a:hover {
  background: #927617;
}

.contents-lead--main-text {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 1.8;
  margin-bottom: 2em;
  color: #555555;
}
.contents-lead--catch {
  font-size: 2.4em;
  line-height: 1.4;
  font-weight: 100;
  text-align: center;
  margin: 2em auto 1em;
}
@media only screen and (max-width : 600px) {
  .contents-lead--catch {
    font-size: 1.8em;
  }
}
.contents-lead--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fafafa;
  padding: 1em 0;
  border-radius: 7px;
}
.contents-lead--list li {
  width: auto;
  margin: 0.5em;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #bdc1c5;
  min-width: calc(25% - 1em);
  padding: 0.25em;
  font-size: 0.95em;
  font-weight: 600;
  color: #555;
}
@media only screen and (max-width : 600px) {
  .contents-lead--list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contents-lead--list li {
    min-width: auto;
  }
}
.contents-lead--sub-text {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.5em;
  color: #555555;
}
.contents-lead--sub-text.kome {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 200;
  margin-left: 2em;
}
.contents-lead--sub-text.kome::before {
  content: "(※)";
  margin-left: -2em;
  width: 2em;
  text-align: left;
}
@media only screen and (max-width : 600px) {
  .contents-lead--sub-text.kome {
    font-size: 0.8em;
  }
}
@media only screen and (max-width : 600px) {
  .contents-lead {
    width: 90%;
    margin: auto;
  }
}

.contents_detail section {
  position: relative;
  margin: 0em auto;
  padding: 7em 0;
}
@media only screen and (max-width : 600px) {
  .contents_detail section {
    padding: 4em 0;
  }
}
.contents_detail section:first-child {
  margin-top: 3em;
}
.contents_detail section:nth-child(odd) {
  background: #fafafa;
  padding: 3em 0;
}
.contents_detail section::before {
  position: absolute;
  top: -24px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 1px;
  height: 48px;
  background-color: #555555;
  content: "";
}
.contents_detail section .container h2 {
  font-size: 1em;
  text-align: left;
  font-weight: 600;
  color: #175b92;
  letter-spacing: 2px;
  margin: 1em auto 0.5em;
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container h2 {
    font-size: 0.8em;
    margin-bottom: 2em;
  }
}
.contents_detail section .container .c_detail--catch {
  font-size: 2em;
  margin: 0.5em 0 2em;
  line-height: 1.4;
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container .c_detail--catch {
    font-size: 1.6em;
  }
}
.contents_detail section .container .c_detail--text {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 200;
  color: #555555;
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container .c_detail--text {
    font-size: 0.9em;
  }
}
.contents_detail section .container .c_detail--table {
  margin: 3em auto;
}
.contents_detail section .container .c_detail--table tr {
  border-bottom: 1px solid #b5b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container .c_detail--table tr {
    display: block;
  }
}
.contents_detail section .container .c_detail--table tr th,
.contents_detail section .container .c_detail--table tr td {
  padding: 24px 0;
  border: none;
}
.contents_detail section .container .c_detail--table tr th {
  width: 40%;
  font-size: 1.3em;
  font-weight: 400;
  color: #111111;
  font-style: italic;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents_detail section .container .c_detail--table tr th br {
  display: none;
}
.contents_detail section .container .c_detail--table tr th span ul {
  width: 100%;
  list-style: disc;
  margin: 0.5em auto 0.5em 2em;
  font-size: 0.8em;
  font-style: normal;
}
.contents_detail section .container .c_detail--table tr th span ul li {
  list-style: disc;
  margin: 0 auto 0.2em;
}
.contents_detail section .container .c_detail--table tr th .num {
  counter-increment: number 1;
  content: counter(number) ". ";
  font-size: 3em;
  font-style: italic;
  padding-right: 5px;
  font-weight: 600;
  margin-right: 0.2em;
  color: #175b92;
}
.contents_detail section .container .c_detail--table tr td {
  font-size: 0.85em;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #555555;
  width: 55%;
  margin-left: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents_detail section .container .c_detail--table tr td .BTN02 {
  display: block;
  width: 100%;
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container .c_detail--table tr td {
    width: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width : 600px) {
  .contents_detail section .container .c_detail--table tr th,
.contents_detail section .container .c_detail--table tr td {
    width: 100%;
    display: block;
  }
  .contents_detail section .container .c_detail--table tr th {
    width: 100%;
  }
  .contents_detail section .container .c_detail--table tr td {
    padding-top: 0;
  }
}

.service-faq--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-faq--title span.back-text {
  position: absolute;
  z-index: 0;
  font-size: 145px;
  color: #F0F7F5;
  font-weight: 900;
}
.service-faq--title span.service-faq--catch {
  z-index: 1;
  font-size: 1.8em;
  line-height: 1.4;
  position: relative;
  margin-left: 1em;
}
.service-faq--title span.service-faq--catch br {
  display: none;
}
.service-faq--title span.service-faq--catch span {
  display: block;
  font-weight: 100;
  font-size: 1.7em;
}
@media only screen and (max-width : 600px) {
  .service-faq--title span.service-faq--catch span {
    font-size: 1.3em;
  }
}
@media only screen and (max-width : 600px) {
  .service-faq--title span.back-text {
    font-size: 100px;
  }
  .service-faq--title span.service-faq--catch {
    font-size: 1.4em;
    margin-left: 2em;
    margin-bottom: -2em;
  }
  .service-faq--title span.service-faq--catch br {
    display: block;
  }
}
.service-faq .c_detail--table .service-faq--question {
  font-size: 1em !important;
}
@media only screen and (max-width : 600px) {
  .service-faq .c_detail--table .service-faq--question {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.service-faq .c_detail--table .service-faq--answer {
  -ms-flex-wrap: initial !important;
      flex-wrap: initial !important;
}
.service-faq .c_detail--table .service-faq--answer img {
  display: block;
  width: 50px;
  height: auto;
  margin-left: 1em;
}
@media only screen and (max-width : 600px) {
  .service-faq .c_detail--table .service-faq--answer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.service-faq--expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width : 600px) {
  .service-faq--expert {
    display: block;
  }
}
.service-faq--expert h3 {
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto 10px 0;
  color: #175b92;
}
@media only screen and (max-width : 600px) {
  .service-faq--expert h3 {
    margin: 1em auto;
  }
}
.service-faq--expert .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width : 600px) {
  .service-faq--expert .author {
    display: block;
  }
  .service-faq--expert .author .author-box {
    width: 100%;
  }
}
.service-faq--expert .author .author-box {
  background: #F0F7F5;
  padding: 0 20px 0 0px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  min-width: 280px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-left: 10px solid #175b92;
}
@media only screen and (max-width : 600px) {
  .service-faq--expert .author .author-box {
    min-width: auto;
    margin: 1em auto;
  }
}
.service-faq--expert .author .author-box img {
  margin-right: 10px;
  width: 75px;
  height: 77px;
}
.service-faq--expert .author .author-box h4 {
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6;
  margin: auto 0;
}
.service-faq--expert .author .author-box h4 span {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.6;
  color: #175b92;
  display: block;
}

.service-achievements--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.service-achievements--title span.back-text {
  position: absolute;
  z-index: 0;
  font-size: 150px;
  letter-spacing: -10px;
  color: #ffffff;
  font-weight: 900;
}
.service-achievements--title span.achievements--catch {
  z-index: 1;
  font-size: 1.8em;
  line-height: 1.4;
  position: relative;
  margin-left: 1em;
}
.service-achievements--title span.achievements--catch br {
  display: none;
}
@media only screen and (max-width : 600px) {
  .service-achievements--title {
    height: 60px;
  }
  .service-achievements--title span.back-text {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .service-achievements--title span.achievements--catch {
    font-size: 1.4em;
    margin-left: 0em;
    margin-bottom: -2em;
  }
  .service-achievements--title span.achievements--catch br {
    display: block;
  }
}
.service-achievements table thead {
  background: #175b92;
  color: #ffffff;
}
.service-achievements table thead tr,
.service-achievements table thead th,
.service-achievements table thead td {
  border: none;
  border-radius: 0;
}
.service-achievements table thead th,
.service-achievements table thead td {
  padding: 15px 20px;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 200;
  white-space: nowrap;
}
@media only screen and (max-width : 600px) {
  .service-achievements table thead th,
.service-achievements table thead td {
    padding: 10px;
  }
}
.service-achievements table tbody th {
  white-space: nowrap;
}
.service-achievements table tbody th,
.service-achievements table tbody td {
  padding: 15px 20px;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 200;
}
@media only screen and (max-width : 600px) {
  .service-achievements table tbody th,
.service-achievements table tbody td {
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px;
  }
  .service-achievements table tbody th br,
.service-achievements table tbody td br {
    display: none;
  }
}

.achievements section:nth-child(odd) {
  background: #005C72;
  padding: 3em 0;
  color: #ffffff;
}
.achievements section.achievements-area .bg-text {
  position: absolute;
  z-index: 1;
  color: rgba(17, 17, 17, 0.1);
  font-size: 145px;
  text-align: right;
  font-weight: 900;
  right: 0;
  top: -3rem;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area .bg-text {
    display: none;
  }
}
.achievements section.achievements-area .container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area .container {
    display: block;
  }
}
.achievements section.achievements-area .container h3 {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8em;
  margin: 1em auto;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area .container h3 {
    line-height: 1.4;
    font-size: 1.2em;
  }
}
.achievements section.achievements-area .container .achievements-box {
  width: 50%;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area .container .achievements-box {
    width: auto;
    margin-bottom: 3em;
  }
  .achievements section.achievements-area .container .achievements-box:last-child {
    margin-bottom: 0;
  }
}
.achievements section.achievements-area .container .achievements-box figure {
  margin: 3em auto;
}
.achievements section.achievements-area .container .achievements-box figure img {
  display: block;
  margin: auto;
}
.achievements section.achievements-area .container .achievements-box p {
  text-align: center;
}
.achievements section.achievements-area .container .achievements-box p span.small {
  font-size: 0.8em;
  display: inline;
}
@media only screen and (min-width : 601px) {
  .achievements section.achievements-area-2nd .container .achievements-box:first-child {
    margin-top: 1em;
  }
  .achievements section.achievements-area-2nd .container .achievements-box:first-child h3 {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width : 601px) {
  .achievements section.achievements-area-3rd .container .achievements-box:nth-child(2) h3 {
    margin-bottom: 3em;
  }
}
.achievements section.achievements-area-4th .container {
  display: block;
}
.achievements section.achievements-area-4th .container h3 {
  text-align: center;
  margin: 1em auto;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area-4th .container h3 {
    margin-bottom: 0 auto 2em;
  }
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area-4th .container .achievements-area-4th--wrapper {
    display: block;
  }
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box {
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 10px rgba(17, 17, 17, 0.3);
          box-shadow: 1px 3px 10px rgba(17, 17, 17, 0.3);
  width: calc(33.333333% - 15px);
  padding: 10px 20px;
}
@media only screen and (max-width : 600px) {
  .achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box {
    width: auto;
  }
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box:last-child figure {
  background: #F0F7F5;
  border: 1px solid #ffffff;
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box:last-child figure img {
  width: 100%;
  height: auto;
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box figure {
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #F0F7F5;
  min-height: 185px;
}
.achievements section.achievements-area-4th .container .achievements-area-4th--wrapper .achievements-box figure img {
  display: block;
  margin: auto;
}
.achievements--note {
  background: none !important;
  padding: 0 !important;
}
.achievements--note::before {
  display: none;
}
.achievements--note p {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  color: #555555;
}

body#top_v3 a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
body#top_v3 a img:hover {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
body#top_v3 .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #005C72;
}
body#top_v3 .btn-flat:hover {
  border-color: #005C72;
  color: #005C72;
  background-color: #ffffff;
}
body#top_v3 .dl-tableList01 a,
body#top_v3 .dl-tableList02 a {
  color: #111111;
}
body#top_v3 .dl-tableList01 a:hover,
body#top_v3 .dl-tableList02 a:hover {
  text-decoration: none;
  color: #005C72;
}
body#top_v3 h1 {
  margin: 0;
  padding: 0;
  display: block;
}
body#top_v3 .bg-teloptext {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  word-break: keep-all;
  white-space: nowrap;
}
body#top_v3 .bg-teloptext .teloptext {
  z-index: 1;
  line-height: 1;
  margin: 0;
  font-size: 145px;
  font-weight: 800;
  color: rgba(13, 110, 83, 0.1);
  -webkit-animation: flowing 60s linear infinite;
          animation: flowing 60s linear infinite;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media only screen and (max-width : 600px) {
  body#top_v3 .bg-teloptext .teloptext {
    font-size: 60px;
    -webkit-animation: flowing 30s linear infinite;
            animation: flowing 30s linear infinite;
  }
}
body#top_v3 #index-banner.section {
  padding: 0;
}
body#top_v3 #index-banner.section img {
  max-width: 100%;
}
@media only screen and (max-width : 600px) {
  body#top_v3 #index-banner.section .swiper-button-prev,
body#top_v3 #index-banner.section .swiper-button-next {
    display: none;
  }
}
body#top_v3 #index-banner.section .swiper-button-prev {
  background: url(/images/top/v3/carousel-back.svg) no-repeat center center/contain;
}
body#top_v3 #index-banner.section .swiper-button-next {
  background: url(/images/top/v3/carousel-next.svg) no-repeat center center/contain;
}
body#top_v3 #index-banner.section .swiper-pagination-bullet-active {
  background: #ffffff;
}
body#top_v3 h2 {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
body#top_v3 .top_v3--shortcut {
  max-width: 450px;
  margin: 1em auto;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--shortcut {
    max-width: initial;
  }
}
body#top_v3 .top_v3--shortcut h2 {
  font-size: 0.8em;
  line-height: 1.4;
  font-weight: 600;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d6e53;
  text-transform: uppercase;
}
body#top_v3 .top_v3--shortcut h2:before, body#top_v3 .top_v3--shortcut h2:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #0d6e53;
}
body#top_v3 .top_v3--shortcut h2:before {
  margin-right: 1rem;
}
body#top_v3 .top_v3--shortcut h2:after {
  margin-left: 1rem;
}
body#top_v3 .top_v3--shortcut-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto;
}
body#top_v3 .top_v3--shortcut-wrapper .box {
  width: calc(100% / 2 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#top_v3 .top_v3--shortcut-wrapper .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  color: #111111;
}
body#top_v3 .top_v3--shortcut-wrapper .box a:hover {
  color: #005C72;
}
body#top_v3 .top_v3--shortcut-wrapper .box a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0.5em;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 200;
}
body#top_v3 .top_v3--shortcut-wrapper .box a p img {
  margin-right: 10px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--shortcut-wrapper .box a p {
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  body#top_v3 .top_v3--shortcut-wrapper .box a p img {
    display: block;
    text-align: center;
    max-width: 25px;
    margin: 0 auto 0.5em;
  }
}
body#top_v3 .top_v3--news {
  margin: 4em auto 6em;
}
body#top_v3 .top_v3--news .row .col .dl-tableList02 {
  padding: 0 10px;
}
body#top_v3 .top_v3--news .row .col .dl-tableList02 dt {
  font-size: 0.9em;
  font-weight: normal;
  width: 6em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--news .row .col .dl-tableList02 dt {
    width: auto;
  }
}
body#top_v3 .top_v3--news .row .col .dl-tableList02 dd {
  padding-left: 7em;
  padding-left: 0;
}
body#top_v3 .top_v3--news .row .col .btn-flat {
  margin: 1em auto;
  font-size: 12px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--news .row .col .btn-flat {
    margin: 1em auto;
    font-size: 10px;
    height: auto;
    line-height: 1.4;
    padding: 10px;
  }
}
body#top_v3 .top_v3--column {
  margin: 4em auto 6em;
}
body#top_v3 .top_v3--column-wrapper .New .col a {
  color: #111111;
  display: block;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--column-wrapper .New .col a {
    margin: 1em auto;
  }
}
body#top_v3 .top_v3--column-wrapper .New .col a:hover {
  color: #005C72;
}
body#top_v3 .top_v3--column-wrapper .New .col a .image img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--column-wrapper .New .col a .image {
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
  }
}
body#top_v3 .top_v3--column-wrapper .New .col a .ttlArea p {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}
body#top_v3 .top_v3--column-wrapper .New .col a .ttlArea .time {
  font-size: 0.75em;
  color: #555555;
  padding: 12px 0 6px;
}
body#top_v3 .top_v3--column-wrapper .New .col a .ttlArea .series {
  font-size: 0.85em;
}
body#top_v3 .top_v3--column-wrapper .New .col a .ttlArea .ttl {
  font-size: 1.2em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--column-wrapper .New .col a .ttlArea .ttl {
    font-size: 1em;
  }
}
body#top_v3 .top_v3--column-wrapper .New .btn-flat {
  margin: 1em auto;
  font-size: 12px;
  display: inline-block !important;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--column-wrapper .New .btn-flat {
    margin: 1em auto;
    font-size: 10px;
    height: auto;
    line-height: 1.4;
    padding: 10px;
  }
}
body#top_v3 .top_v3--service {
  margin: 6em auto;
}
body#top_v3 .top_v3--service h2 {
  text-align: left;
  color: #ffffff;
  font-size: 3.5em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service h2 {
    font-size: 2em;
  }
}
body#top_v3 .top_v3--service-wrapper {
  position: relative;
  margin-top: -2em;
  margin-bottom: 120px;
  z-index: 2;
  background: url(/images/top/v3/service-bg.jpg) no-repeat center center/cover;
  padding: 30px 0 150px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-wrapper {
    margin-top: 0em;
    background-size: 100% auto;
    background-position: top center;
    padding: 0;
    margin-bottom: 0;
  }
}
body#top_v3 .top_v3--service-wrapper .box {
  background: #0d6e53;
  color: #ffffff;
  padding: 10px 30px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-wrapper .box {
    width: calc(100% - 30px);
    margin: auto;
    float: none;
    overflow: hidden;
  }
}
body#top_v3 .top_v3--service-wrapper .box h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em auto;
  text-align: left;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-wrapper .box h3 {
    font-size: 1em;
  }
}
body#top_v3 .top_v3--service-wrapper .box h3::after {
  display: block;
  margin: 1.25em auto;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
}
body#top_v3 .top_v3--service-wrapper .box p {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 200;
  margin: 1em auto;
}
body#top_v3 .top_v3--service-list {
  margin: 9px auto 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-list {
    position: static;
    margin: 0 auto 1em;
  }
  body#top_v3 .top_v3--service-list .container {
    width: auto;
  }
}
body#top_v3 .top_v3--service-list h3 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(17, 17, 17, 0.1);
  font-size: 1.1em;
  font-weight: 600;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-list h3 {
    font-size: 1em;
    color: #111111;
    text-shadow: none;
  }
}
body#top_v3 .top_v3--service-list .col a {
  display: block;
  color: #0d6e53;
}
body#top_v3 .top_v3--service-list .col a img {
  display: block;
  max-width: 100%;
  height: auto;
}
body#top_v3 .top_v3--service-list .col a span {
  display: block;
  margin: 1em auto;
  text-align: center;
  font-size: 0.85em;
  font-weight: 500;
}
body#top_v3 .top_v3--service-list .col a:hover {
  color: #005C72;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--service-list .col:nth-child(odd) {
    clear: both;
  }
}
body#top_v3 .top_v3--service .btn img {
  margin-right: 10px;
}
body#top_v3 .top_v3--about_j {
  margin: 6em auto;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j {
    margin: 0em auto;
  }
}
body#top_v3 .top_v3--about_j h2 {
  text-align: left;
  color: #175b92;
  font-size: 3.5em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j h2 {
    font-size: 2em;
    text-align: right;
  }
}
body#top_v3 .top_v3--about_j-wrapper {
  position: relative;
  margin-top: -2em;
  z-index: 2;
  background: url(/images/top/v3/about_bg.jpg) no-repeat right top/718px 366px;
  padding: 30px 0 150px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j-wrapper {
    background-size: 100% auto;
    padding: 0;
    margin-top: 0;
  }
}
body#top_v3 .top_v3--about_j-wrapper .box {
  background: #175b92;
  color: #ffffff;
  padding: 10px 30px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j-wrapper .box {
    width: calc(100% - 30px);
    margin: auto;
    float: none;
    overflow: hidden;
  }
}
body#top_v3 .top_v3--about_j-wrapper .box h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em auto;
  text-align: left;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j-wrapper .box h3 {
    font-size: 1em;
  }
}
body#top_v3 .top_v3--about_j-wrapper .box h3::after {
  display: block;
  margin: 1.25em auto;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
}
body#top_v3 .top_v3--about_j-wrapper .box p {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 200;
  margin: 1em auto;
}
body#top_v3 .top_v3--about_j-wrapper .box .btn-flat {
  margin: 0em 0 1em auto;
  float: right;
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
body#top_v3 .top_v3--about_j-wrapper .box .btn-flat:hover {
  background: #005C72;
}
body#top_v3 .top_v3--about_j .btn img {
  margin-right: 10px;
}
body#top_v3 .top_v3--about_j--contents .col {
  text-align: center;
}
body#top_v3 .top_v3--about_j--contents .col .lead {
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
  color: #175b92;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j--contents .col .lead {
    font-size: 1em;
  }
}
body#top_v3 .top_v3--about_j--contents .col .btn {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j--contents .col .btn {
    margin-bottom: 2em;
  }
}
body#top_v3 .top_v3--about_j--contents .col:first-child img {
  margin: 30px auto 48px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j--contents .col:first-child img {
    margin: 0 auto;
  }
}
body#top_v3 .top_v3--about_j--contents .col:first-child .btn img {
  margin: 0;
  margin-right: 10px;
}
body#top_v3 .top_v3--about_j--contents .col:last-child .btn {
  margin-top: -100px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--about_j--contents .col:last-child .btn {
    margin-top: -80px;
  }
}
body#top_v3 .top_v3--about_j .bg-teloptext .teloptext {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
body#top_v3 .top_v3--experts {
  margin: -8em auto 5em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts {
    margin: 2em auto 4em;
  }
}
body#top_v3 .top_v3--experts h2 {
  text-align: left;
  color: #ffffff;
  font-size: 3.5em;
  margin-top: 260px;
  position: absolute;
  margin-left: 20px;
}
body#top_v3 .top_v3--experts h2 span {
  color: #0d6e53;
  display: block;
  margin-left: 3em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts h2 {
    font-size: 2em;
    color: #0d6e53;
    margin: 0 auto;
  }
  body#top_v3 .top_v3--experts h2 span {
    color: #0d6e53;
    display: inline;
    margin-left: 0.2em;
  }
}
body#top_v3 .top_v3--experts-wrapper {
  position: relative;
  margin-top: -2em;
  z-index: 2;
  background: url(/images/top/v3/experts_bg.jpg) no-repeat left top/717px 366px;
  padding: 30px 0 150px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts-wrapper {
    background-size: 100% auto;
    padding: 0;
    background-position: center top 3.5em;
  }
}
body#top_v3 .top_v3--experts-wrapper .box {
  background: #0d6e53;
  color: #ffffff;
  padding: 10px 30px;
  margin-top: 230px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts-wrapper .box {
    background: none;
    color: #111111;
    padding: 0 0.75rem;
    text-align: center;
  }
}
body#top_v3 .top_v3--experts-wrapper .box h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em auto;
  text-align: left;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts-wrapper .box h3 {
    font-size: 1.2em;
    font-weight: 200;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
body#top_v3 .top_v3--experts-wrapper .box h3::after {
  display: block;
  margin: 1.25em auto;
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts-wrapper .box h3::after {
    display: none;
  }
}
body#top_v3 .top_v3--experts-wrapper .box p {
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 200;
  margin: 1em auto;
}
body#top_v3 .top_v3--experts-wrapper .box .btn-flat {
  margin: 0em 0 1em 1em;
  float: right;
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
body#top_v3 .top_v3--experts-wrapper .box .btn-flat:hover {
  background: #005C72;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts-wrapper .box .btn-flat {
    border-color: #0d6e53;
    background: #0d6e53;
    color: #ffffff;
    margin: auto;
    float: none;
  }
}
body#top_v3 .top_v3--experts .btn img {
  margin-right: 10px;
}
body#top_v3 .top_v3--experts--contents .col {
  text-align: center;
}
body#top_v3 .top_v3--experts--contents .col .lead {
  font-size: 1.2em;
  font-weight: 600;
  text-align: left;
  color: #175b92;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts--contents .col .lead {
    font-size: 1em;
  }
}
body#top_v3 .top_v3--experts--contents .col .btn {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts--contents .col .btn {
    margin-bottom: 2em;
  }
}
body#top_v3 .top_v3--experts--contents .col:first-child img {
  margin: 30px auto 48px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts--contents .col:first-child img {
    margin: 0 auto;
  }
}
body#top_v3 .top_v3--experts--contents .col:first-child .btn img {
  margin: 0;
  margin-right: 10px;
}
body#top_v3 .top_v3--experts--contents .col:last-child .btn {
  margin-top: -100px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--experts--contents .col:last-child .btn {
    margin-top: -80px;
  }
}
body#top_v3 .top_v3--experts .bg-teloptext .teloptext {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
body#top_v3 .top_v3--movie {
  margin: -4em auto 4em;
  padding: 50px 0 10px;
  background: #ECF2F4;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--movie {
    margin: 2em auto 4em;
  }
}
body#top_v3 .top_v3--movie h2 {
  text-align: left;
  color: #111111;
  font-size: 3.5em;
  margin: 0 auto 0.5em;
}
body#top_v3 .top_v3--movie h2 span {
  color: #0d6e53;
  display: block;
  margin-left: 3em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--movie h2 {
    font-size: 2em;
    color: #0d6e53;
    margin: 0 auto;
  }
  body#top_v3 .top_v3--movie h2 span {
    color: #0d6e53;
    display: inline;
    margin-left: 0;
  }
}
body#top_v3 .top_v3--movie .movie-btn {
  float: right;
  margin-top: 1.5em;
}
body#top_v3 .top_v3--movie .movie-btn img {
  margin-right: 10px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--movie .movie-btn {
    float: none;
    margin: auto;
  }
}
body#top_v3 .top_v3--movie-wrapper {
  position: relative;
}
body#top_v3 .top_v3--movie-wrapper .owl-carousel a {
  color: #111111;
  display: block;
}
body#top_v3 .top_v3--movie-wrapper .owl-carousel a:hover {
  color: #005C72;
}
body#top_v3 .top_v3--movie-wrapper .owl-carousel a img {
  max-width: 100%;
  height: auto;
}
body#top_v3 .top_v3--movie-wrapper .owl-carousel a p {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
body#top_v3 .top_v3--movie-wrapper .owl-carousel a p span {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin: 0.5em;
}
body#top_v3 .top_v3--movie .owl-nav {
  margin: auto;
  text-align: center;
}
body#top_v3 .top_v3--topics {
  margin: 6em auto 6em;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--topics {
    margin: 2em auto 4em;
  }
}
body#top_v3 .top_v3--topics h2 {
  color: #AD2929;
  font-size: 0.9em;
  text-transform: uppercase;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
}
body#top_v3 .top_v3--topics-wrapper {
  padding: 0 50px;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--topics-wrapper {
    padding: 0 30px;
  }
}
body#top_v3 .top_v3--topics-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#top_v3 .top_v3--topics-wrapper ul li {
  width: calc(100% / 3 - 2em);
  margin: 0 1em 2em;
}
body#top_v3 .top_v3--topics-wrapper ul li a {
  display: block;
}
body#top_v3 .top_v3--topics-wrapper ul li a img {
  max-width: 100%;
}
@media only screen and (max-width : 600px) {
  body#top_v3 .top_v3--topics-wrapper ul li {
    width: calc(100% / 2 - 1em);
    margin: 0 0.5em 1em;
  }
}

.covid19-banner {
  margin: 2em auto -2em;
}
.covid19-banner .container {
  background: #F0F7F5;
}
.covid19-banner .container a {
  text-align: center;
  color: #175b92;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
  display: block;
}
.covid19-banner .container a:hover {
  text-decoration: underline;
}
.covid19-banner .container a img {
  margin: auto 5px auto auto;
}