@charset "UTF-8";
@import url(reset.css);
body {
  font-family: "メイリオ", sans-serif;
  color: #353F55;
  background: #fafff5;
}

.morebtn {
  background: #297ed7;
  color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
}

.morebtn:hover {
  background: #005689;
}

.morebtn:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}

.bluettl {
  background: #003a86;
  color: #fff;
  border-radius: 4px;
  font-weight: normal;
}

.pbluettl {
  background: #cadce5;
  color: #005689;
  border-radius: 4px;
  text-align: center;
  font-weight: normal;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. --------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#cntbtn.morebtnwrap {
  text-align: center;
}

#cntbtn.morebtnwrap .morebtn {
  background: #c0db18;
  color: #005689;
}

#cntbtn.morebtnwrap .morebtn:hover {
  background: #003a86;
  color: #fff;
}

#cntbtn.morebtnwrap .morebtn:before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  margin-right: 5px;
}

#cntbtn.morebtnwrap .morebtn:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
}

.commontxt {
  border: 1px solid;
  border-color: #005689;
}

.commontxt p {
  color: #005689;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .spnone {
    display: none;
  }
  .morebtn {
    font-size: 1em;
    padding: 10px 0;
    border-radius: 20px;
  }
  .bluettl {
    font-size: 1.2em;
    padding: 5px 10px 5px;
    margin-bottom: 20px;
  }
  .pbluettl {
    font-size: 16px;
    padding: 5px 0;
  }
  #cntbtn.morebtnwrap {
    width: 90%;
    margin: 0 auto;
  }
  .commontxt {
    padding: 15px;
    margin-bottom: 25px;
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
  .pcnone {
    display: none;
  }
  .morebtn {
    font-size: 14px;
  }
  .bluettl {
    font-size: 20px;
    padding: 12px 15px 8px;
    margin-bottom: 20px;
  }
  .pbluettl {
    font-size: 16px;
    padding: 5px 0;
  }
  #cntbtn.morebtnwrap {
    text-align: center;
    margin-top: 30px;
  }
  #cntbtn.morebtnwrap .morebtn {
    width: 60%;
    line-height: 3em;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 30px;
  }
  .commontxt {
    padding: 15px;
  }
}

header {
  background: #fafff5;
}

header .headwrap .logoarea .f-right {
  line-height: 1em;
}

header .headwrap .logoarea .f-right p {
  line-height: 1.5em;
}

header .headwrap .logoarea .f-right .twitterbtn {
  display: inline-block;
}

header .headwrap .infoarea .f-left h2 {
  color: #005689;
}

header .headwrap .infoarea .f-left .telbtn {
  font-family: 'Fjalla One', sans-serif;
  position: relative;
}

header .headwrap .infoarea .f-left .telbtn:before {
  background-image: url(../img/telicon.png);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

header .headwrap .infoarea .f-left .mailbtn {
  color: #fff;
  background: #297ed7;
  border-radius: 4px;
  text-align: center;
}

header .headwrap .infoarea .f-left .mailbtn:hover {
  background: #005689;
}

header .headwrap .infoarea .f-left .mailbtn:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: bold;
}

header .headwrap .infoarea .f-right .tourokubtn {
  float: left;
}

header .headwrap .infoarea .f-right .tourokubtn a {
  color: #005689;
  background: #c0db18;
}

header .headwrap .infoarea .f-right .tourokubtn a:hover {
  color: #fff;
  background: #003a86;
}

header .headwrap .infoarea .f-right .tourokubtn a:before {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
}

header .headwrap .infoarea .f-right .companybtn {
  float: left;
}

header .headwrap .infoarea .f-right .companybtn a {
  display: block;
  position: relative;
}

header .headwrap .infoarea .f-right .companybtn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #cadce5), color-stop(0, #fafff5));
  background: -webkit-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -moz-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -o-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -ms-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: linear-gradient(to bottom, #fafff5 0%, #cadce5 88%);
}

header .headwrap .infoarea .f-right .companybtn a:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
  font-weight: bold;
  color: #005689;
}

header nav {
  background: #003a86;
}

header nav ul li a:hover {
  background: #005689;
}

@media only screen and (max-width: 768px) {
  header .headwrap {
    min-width: 100%;
  }
  header .headwrap .logoarea {
    width: 40%;
    float: left;
  }
  header .headwrap .logoarea .f-left {
    width: 100%;
    height: 45px;
    display: table;
  }
  header .headwrap .logoarea .f-left h1 {
    display: table-cell;
    vertical-align: middle;
  }
  header .headwrap .logoarea .f-left h1 img {
    width: 90%;
    max-width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 0;
  }
  header .headwrap .logoarea .f-right {
    display: none;
  }
  header .headwrap .infoarea {
    width: 40%;
    float: right;
    border-left: 1px solid;
    border-color: #005689;
    border-right: 1px solid;
    border-color: #005689;
    text-align: center;
    height: 45px;
    margin-right: 43px;
  }
  header .headwrap .infoarea .f-left {
    display: none;
  }
  header .headwrap .infoarea .f-right {
    width: 100%;
    border-left: 1px solid;
    border-color: #005689;
  }
  header .headwrap .infoarea .f-right .tourokubtn {
    border-right: 1px solid;
    border-color: #005689;
    height: 45px;
    width: 58%;
  }
  header .headwrap .infoarea .f-right .tourokubtn a {
    width: 90%;
    display: block;
    margin: 7px auto 0;
    border-radius: 15px;
    line-height: 2.5em;
    font-size: 0.8em;
  }
  header .headwrap .infoarea .f-right .tourokubtn a:before {
    margin-right: 5px;
  }
  header .headwrap .infoarea .f-right .companybtn {
    width: 40%;
  }
  header .headwrap .infoarea .f-right .companybtn a {
    height: 45px;
    width: 100%;
  }
  header .headwrap .infoarea .f-right .companybtn a span {
    position: absolute;
    display: block;
    text-align: center;
    margin: 24px auto 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 0.5em;
  }
  header .headwrap .infoarea .f-right .companybtn a:before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header nav {
    box-shadow: 0 0 3px #ccc;
  }
  header nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  header nav ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  header nav ul li {
    width: 90%;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
    border-color: #4c75aa;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
    position: relative;
  }
  header nav ul li a:after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 0;
  }
  header nav .nav-menu.toggled {
    display: block;
  }
  header nav .menu-toggle {
    width: 30px;
    height: 50px;
    top: 5px;
    right: 6px;
    margin: auto;
    padding: 0;
    cursor: pointer;
    position: absolute;
    font-size: 0.5em;
  }
  header nav .nav_line {
    display: block;
    width: 30px;
    height: 5px;
    background: #003a86;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto;
  }
  header nav .nav_line1 {
    transform: translateY(-12px);
  }
  header nav .nav_line2 {
    transform: translateY(-6px);
  }
  header nav .nav_line3 {
    transform: translateY(0px);
  }
  header nav .inner {
    padding: 9px 0 5px;
    width: 95%;
    margin: 0 auto;
  }
  header nav .inner .telbtn {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    position: relative;
  }
  header nav .inner .telbtn:before {
    background-image: url(../img/telicon_wht.png);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  header nav .inner .mailbtn {
    color: #fff;
    background: #297ed7;
    border-radius: 4px;
    text-align: center;
  }
  header nav .inner .mailbtn:hover {
    background: #005689;
  }
  header nav .inner .mailbtn:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    font-weight: bold;
  }
  header nav .inner .telbtn {
    letter-spacing: 1px;
    float: left;
    width: 55%;
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.3em;
  }
  header nav .inner .telbtn:before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  header nav .inner .mailbtn {
    font-size: 3vw;
    line-height: 2em;
    padding: 0 0;
    float: right;
    width: 45%;
  }
  header nav .inner .mailbtn:before {
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px) {
  header .headwrap {
    min-width: 1000px;
    height: 60px;
  }
  header .headwrap .logoarea {
    width: 520px;
    float: left;
    height: 60px;
  }
  header .headwrap .logoarea .f-left {
    width: 35%;
  }
  header .headwrap .logoarea .f-left img {
    width: 85%;
    height: auto;
    display: block;
    margin: 5px auto 0;
  }
  header .headwrap .logoarea .f-right {
    width: 65%;
    font-size: 9.5px;
    text-align: justify;
    padding-top: 11px;
  }
  header .headwrap .logoarea .f-right p {
    margin-bottom: 5px;
  }
  header .headwrap .infoarea {
    width: 470px;
    float: right;
    border-left: 1px solid;
    border-color: #005689;
    text-align: center;
    height: 60px;
  }
  header .headwrap .infoarea .f-left {
    width: 60%;
  }
  header .headwrap .infoarea .f-left h2 {
    margin-bottom: 5px;
  }
  header .headwrap .infoarea .f-left .inner {
    width: 95%;
    margin: 0 auto;
  }
  header .headwrap .infoarea .f-left .inner .telbtn {
    letter-spacing: 1px;
    float: left;
    width: 55%;
    text-align: center;
    font-size: 17px;
  }
  header .headwrap .infoarea .f-left .inner .telbtn:before {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }
  header .headwrap .infoarea .f-left .inner .mailbtn {
    font-size: 10px;
    line-height: 2em;
    padding: 0 0;
    float: right;
    width: 45%;
  }
  header .headwrap .infoarea .f-left .inner .mailbtn:before {
    font-size: 12px;
  }
  header .headwrap .infoarea .f-right {
    width: 39%;
    border-left: 1px solid;
    border-color: #005689;
  }
  header .headwrap .infoarea .f-right .tourokubtn {
    border-right: 1px solid;
    border-color: #005689;
    height: 60px;
    width: 58%;
  }
  header .headwrap .infoarea .f-right .tourokubtn a {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    line-height: 2.5em;
    margin-top: 8px;
  }
  header .headwrap .infoarea .f-right .tourokubtn a:before {
    margin-right: 5px;
  }
  header .headwrap .infoarea .f-right .companybtn {
    width: 40%;
  }
  header .headwrap .infoarea .f-right .companybtn a {
    height: 60px;
    width: 100%;
  }
  header .headwrap .infoarea .f-right .companybtn a span {
    position: absolute;
    display: block;
    text-align: center;
    margin: 30px auto 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 14px;
  }
  header .headwrap .infoarea .f-right .companybtn a:before {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header nav {
    box-shadow: 0 0 3px #ccc;
  }
  header nav ul {
    width: 999px;
    margin: 0 auto;
    background: url(../img/bdr.jpg) repeat-y;
    background-position: right;
  }
  header nav ul li {
    width: 199.5px;
    float: left;
  }
  header nav ul li a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 3.5em;
    font-size: 14px;
    background: url(../img/bdr.jpg) repeat-y;
    background-position: left;
  }
}

.slidebox {
  width: 100%;
  position: relative;
}

.slidebox .slick-slide img {
  width: 100%;
}

.slidebox .slick-prev {
  left: 2%;
  z-index: 100;
}

.slidebox .slick-next {
  right: 2%;
  z-index: 100;
}

.slidebox .slidetxt {
  background: rgba(83, 142, 170, 0.5);
  width: 100%;
}

.slidebox .slidetxt p {
  color: #fff;
}

#contentswrap .f-left .toplist li {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px #ccc;
}

#contentswrap .f-left .toplist li h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#contentswrap .f-left .toplist li img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#contentswrap .f-left .toplist li p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

#contentswrap .f-left .toplist li a {
  width: 70%;
  margin: 0 auto;
}

#contentswrap .f-left .toplist li:hover a {
  background: #005689;
}

#contentswrap .f-right .fbwrap {
  margin-bottom: 30px;
  width: 100% !important;
}

#contentswrap .f-right .fbwrap .fb_iframe_widget,
#contentswrap .f-right .fbwrap .fb_iframe_widget span,
#contentswrap .f-right .fbwrap .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

#contentswrap .f-right .fbwrap .fb-like-box,
#contentswrap .f-right .fbwrap .fb-like-box span,
#contentswrap .f-right .fbwrap .fb-like-box iframe[style] {
  width: 100% !important;
}

#contentswrap .f-right .fbwrap ._2p3a, #contentswrap .f-right .fbwrap .uiScaledImageContainer {
  width: 100% !important;
}

#contentswrap .f-right .fbwrap iframe {
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
}

#contentswrap .f-right .fb-page {
  display: block !important;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
}

#contentswrap .f-right .dlwrap a {
  background: #cadce5;
  box-shadow: 0 0 3px #ccc;
  color: #005689;
  display: block;
  border-radius: 4px;
  position: relative;
}

#contentswrap .f-right .dlwrap a:before {
  background-image: url(../img/dlicon.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

#contentswrap .f-right .dlwrap a:after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #297ed7;
  right: 0;
}

#contentswrap .f-right .dlwrap a:hover {
  background: #fff;
}

#contentswrap .f-right .searchwrap ul li a {
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  display: block;
  border-radius: 4px;
  position: relative;
}

#contentswrap .f-right .searchwrap ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #cadce5), color-stop(0, #fafff5));
  background: -webkit-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -moz-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -o-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: -ms-linear-gradient(top, #fafff5 0%, #cadce5 88%);
  background: linear-gradient(to bottom, #fafff5 0%, #cadce5 88%);
}

#contentswrap .f-right .searchwrap ul li a:before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

#contentswrap .f-right .searchwrap ul li a:after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #297ed7;
  right: 0;
}

#contentswrap .f-right .searchwrap ul li:nth-child(1) a:before {
  background-image: url(../img/searchicon01.png);
}

#contentswrap .f-right .searchwrap ul li:nth-child(2) a:before {
  background-image: url(../img/searchicon02.png);
}

#contentswrap .f-right .searchwrap ul li:nth-child(3) a:before {
  background-image: url(../img/searchicon03.png);
}

#contentswrap .f-right .bnrwrap {
  border-top: 2px dotted;
  border-color: #4c75aa;
}

#contentswrap .f-right .bnrwrap ul li {
  line-height: 0;
}

#contentswrap .f-right .bnrwrap ul li a {
  box-shadow: 0 0 3px #ccc;
  display: block;
  line-height: 0;
}

#contentswrap .f-right .bnrwrap ul li a img {
  width: 100%;
}

#contentswrap .f-right .mynaviwrap .f-left {
  width: 49%;
  display: block;
  float: none;
  margin: 0 auto;
}

#contentswrap .f-right .mynaviwrap .f-right {
  width: 49%;
  display: block;
  float: none;
  margin: 0 auto;
}

#contentswrap .f-right .mynaviwrap .f-left img, #contentswrap .f-right .mynaviwrap .f-right img {
  width: 100%;
}

#contentswrap .f-right .enbnr img {
  display: block;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .slidebox .slidetxt {
    position: absolute;
    bottom: 0;
  }
  .slidebox .slidetxt p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    line-height: 1.8em;
    letter-spacing: 2px;
    font-size: 14px;
  }
  #contentswrap {
    width: 95%;
    margin: 30px auto;
  }
  #contentswrap .f-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #contentswrap .f-left .toplist li:nth-child(2n+1) {
    margin-left: 0;
  }
  #contentswrap .f-left .toplist li {
    float: left;
    width: 49%;
    margin-left: 2%;
    padding: 8px 0;
    margin-bottom: 14px;
  }
  #contentswrap .f-left .toplist li h3 {
    margin-bottom: 12px;
    font-size: 3vw;
  }
  #contentswrap .f-left .toplist li img {
    margin-bottom: 10px;
  }
  #contentswrap .f-left .toplist li p {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 1.5em;
  }
  #contentswrap .f-left .toplist li a {
    font-size: 12px;
  }
  #contentswrap .f-left .toplist li .morebtn {
    padding: 2px 0 !important;
  }
  #contentswrap .f-right {
    width: 100%;
    float: none;
  }
  #contentswrap .f-right .dlwrap {
    margin-bottom: 15px;
  }
  #contentswrap .f-right .dlwrap a {
    padding: 10px 10px 10px 70px;
  }
  #contentswrap .f-right .dlwrap a span {
    display: block;
    margin-top: 5px;
  }
  #contentswrap .f-right .dlwrap a:before {
    background-image: url(../img/dlicon.png);
    position: absolute;
    left: 10px;
  }
  #contentswrap .f-right .dlwrap a:after {
    position: absolute;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #297ed7;
    right: 2%;
    top: 34%;
  }
  #contentswrap .f-right .searchwrap ul {
    margin-bottom: 25px;
  }
  #contentswrap .f-right .searchwrap ul li {
    margin-bottom: 15px;
  }
  #contentswrap .f-right .searchwrap ul li a {
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    display: block;
    border-radius: 4px;
    position: relative;
    line-height: 4em;
    padding: 0 10px;
    font-size: 18px;
  }
  #contentswrap .f-right .searchwrap ul li a:before {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  #contentswrap .f-right .searchwrap ul li a:after {
    position: absolute;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #297ed7;
    right: 2%;
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(1) a:before {
    background-image: url(../img/searchicon01.png);
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(2) a:before {
    background-image: url(../img/searchicon02.png);
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(3) a:before {
    background-image: url(../img/searchicon03.png);
  }
  #contentswrap .f-right .bnrwrap {
    border-top: 2px dotted;
    border-color: #4c75aa;
    padding-top: 20px;
  }
  #contentswrap .f-right .bnrwrap ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  #contentswrap .f-right .bnrwrap ul li {
    line-height: 0;
    margin-bottom: 5px;
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  #contentswrap .f-right .bnrwrap ul li a {
    box-shadow: 0 0 3px #ccc;
    display: block;
    line-height: 0;
  }
  #contentswrap .f-right .bnrwrap ul li a img {
    width: 100%;
  }
  #contentswrap .f-right .fb-container {
    width: 100%;
    max-width: 500px;
  }
}

@media only screen and (min-width: 769px) {
  .slidebox .slidetxt {
    position: absolute;
    bottom: 0;
  }
  .slidebox .slidetxt p {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    line-height: 2em;
    letter-spacing: 2px;
  }
  #contentswrap {
    width: 1000px;
    margin: 50px auto;
  }
  #contentswrap .f-left {
    width: 700px;
  }
  #contentswrap .f-left .toplist li:nth-child(3n+1) {
    margin-left: 0;
  }
  #contentswrap .f-left .toplist li {
    float: left;
    width: 32%;
    margin-left: 2%;
    padding: 13px 0;
    margin-bottom: 14px;
  }
  #contentswrap .f-left .toplist li h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #contentswrap .f-left .toplist li img {
    margin-bottom: 10px;
  }
  #contentswrap .f-left .toplist li p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #contentswrap .f-left .toplist li a {
    font-size: 12px;
  }
  #contentswrap .f-right {
    width: 270px;
  }
  #contentswrap .f-right .dlwrap {
    margin-bottom: 15px;
  }
  #contentswrap .f-right .dlwrap a {
    padding: 10px 10px 10px 70px;
  }
  #contentswrap .f-right .dlwrap a span {
    display: block;
    margin-top: 3px;
  }
  #contentswrap .f-right .dlwrap a:before {
    background-image: url(../img/dlicon.png);
    position: absolute;
    left: 10px;
  }
  #contentswrap .f-right .dlwrap a:after {
    position: absolute;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #297ed7;
    right: 2%;
    top: 34%;
  }
  #contentswrap .f-right .searchwrap ul {
    margin-bottom: 25px;
  }
  #contentswrap .f-right .searchwrap ul li {
    margin-bottom: 15px;
  }
  #contentswrap .f-right .searchwrap ul li a {
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    display: block;
    border-radius: 4px;
    position: relative;
    line-height: 4em;
    padding: 0 10px;
  }
  #contentswrap .f-right .searchwrap ul li a:before {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  #contentswrap .f-right .searchwrap ul li a:after {
    position: absolute;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #297ed7;
    right: 2%;
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(1) a:before {
    background-image: url(../img/searchicon01.png);
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(2) a:before {
    background-image: url(../img/searchicon02.png);
  }
  #contentswrap .f-right .searchwrap ul li:nth-child(3) a:before {
    background-image: url(../img/searchicon03.png);
  }
  #contentswrap .f-right .bnrwrap {
    border-top: 2px dotted;
    border-color: #4c75aa;
    padding-top: 20px;
  }
  #contentswrap .f-right .bnrwrap ul li {
    line-height: 0;
    margin-bottom: 20px;
  }
  #contentswrap .f-right .bnrwrap ul li a {
    box-shadow: 0 0 3px #ccc;
    display: block;
    line-height: 0;
  }
  #contentswrap .f-right .bnrwrap ul li a img {
    width: 100%;
  }
}

footer {
  background: #538eaa;
}

footer .ftmenuwrap .f-left ul li:first-child {
  margin-top: 0;
}

footer .ftmenuwrap .f-left ul li a {
  color: #fff;
}

footer .ftmenuwrap .f-left ul li a:hover {
  color: #005689;
}

footer .ftmenuwrap .f-left ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

footer .ftmenuwrap .f-center ul li:first-child {
  margin-top: 0;
}

footer .ftmenuwrap .f-center ul li a {
  color: #fff;
}

footer .ftmenuwrap .f-center ul li a:hover {
  color: #005689;
}

footer .ftmenuwrap .f-center ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

footer .ftmenuwrap .f-center ul li ul li a {
  color: #fff;
}

footer .ftmenuwrap .f-center ul li ul li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  font-size: 50%;
}

footer .ftmenuwrap .f-right ul li:first-child {
  margin-top: 0;
}

footer .ftmenuwrap .f-right ul li a {
  color: #fff;
}

footer .ftmenuwrap .f-right ul li a:hover {
  color: #005689;
}

footer .ftmenuwrap .f-right ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

footer .ftcopyrightwrap {
  background: #003a86;
}

footer .ftcopyrightwrap .inner .f-center ul li {
  display: inline-block;
}

footer .ftcopyrightwrap .inner .f-center ul li a {
  color: #fff;
}

footer .ftcopyrightwrap .inner .f-center ul li a:before {
  content: "/";
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

footer .ftcopyrightwrap .inner .f-center ul li:first-child a:before {
  display: none;
}

footer .ftcopyrightwrap .inner .f-right p {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .ftmenuwrap {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .ftmenuwrap .f-left {
    width: 100%;
    float: none;
  }
  .ftmenuwrap .f-left ul li:first-child {
    border-top: none;
  }
  .ftmenuwrap .f-left ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #005689;
    border-top: 1px solid #80cfed;
  }
  .ftmenuwrap .f-center {
    width: 100%;
    float: none;
  }
  .ftmenuwrap .f-center ul li:nth-child(5) {
    display: none;
  }
  .ftmenuwrap .f-center ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #005689;
    border-top: 1px solid #80cfed;
  }
  .ftmenuwrap .f-center ul li .co2li {
    display: none;
  }
  .ftmenuwrap .f-right {
    width: 100%;
    float: none;
  }
  .ftmenuwrap .f-right ul li:last-child {
    border-bottom: none;
  }
  .ftmenuwrap .f-right ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #005689;
    border-top: 1px solid #80cfed;
  }
  .ftcopyrightwrap .inner {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .ftcopyrightwrap .inner .f-left {
    width: 100%;
    float: none;
  }
  .ftcopyrightwrap .inner .f-left img {
    width: 60%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .ftcopyrightwrap .inner .f-center {
    width: 100%;
    float: none;
  }
  .ftcopyrightwrap .inner .f-center ul {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .ftcopyrightwrap .inner .f-center ul li a {
    font-size: 10px;
  }
  .ftcopyrightwrap .inner .f-right {
    width: 100%;
    float: none;
    margin-top: 2vw;
    border-top: 1px solid;
    border-color: #fff;
  }
  .ftcopyrightwrap .inner .f-right p {
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-width: 769px) {
  .ftmenuwrap {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .ftmenuwrap .f-left {
    width: 33%;
  }
  .ftmenuwrap .f-left ul li {
    margin-top: 10px;
  }
  .ftmenuwrap .f-center {
    width: 45%;
  }
  .ftmenuwrap .f-center ul li {
    margin-top: 5px;
  }
  .ftmenuwrap .f-center ul li .co2li {
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
  }
  .ftmenuwrap .f-center ul li .co2li li {
    width: 50%;
    line-height: 1.2em;
    margin-top: 0;
  }
  .ftmenuwrap .f-center ul li .co2li li a {
    font-size: 12px;
  }
  .ftmenuwrap .f-center ul li .co2li li:nth-child(even) {
    float: left;
  }
  .ftmenuwrap .f-center ul li .co2li li:nth-child(odd) {
    float: left;
    clear: left;
  }
  .ftmenuwrap .f-right {
    width: 20%;
  }
  .ftmenuwrap .f-right ul li {
    margin-top: 10px;
  }
  .ftcopyrightwrap .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .ftcopyrightwrap .inner .f-left {
    width: 20%;
  }
  .ftcopyrightwrap .inner .f-left img {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .ftcopyrightwrap .inner .f-center {
    width: 55%;
  }
  .ftcopyrightwrap .inner .f-center ul {
    margin: 9px 0 0 20px;
  }
  .ftcopyrightwrap .inner .f-center ul li a {
    font-size: 12px;
  }
  .ftcopyrightwrap .inner .f-right {
    width: 25%;
  }
  .ftcopyrightwrap .inner .f-right p {
    font-size: 8px;
    text-align: right;
    margin-top: 9px;
    letter-spacing: 1px;
  }
}

#contents h3 {
  color: #005689;
  background: #cadce5;
  box-shadow: 0 0 3px #ccc;
  border-radius: 4px;
}

#contents h4 {
  color: #005689;
  border-bottom: 1px solid;
  border-color: #005689;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#contents h5 {
  color: #005689;
}

#contents p {
  text-align: justify;
}

#contents a {
  color: #297ed7;
}

#contents a:hover {
  color: #c0db18;
}

#contents ul li:first-child, #contents ol li:first-child {
  margin-top: 0;
}

#contents ul li {
  list-style: disc;
}

#contents ol li {
  list-style: decimal;
}

#contents .imglrbox {
  width: 100%;
}

#contents .imglrbox img {
  width: 100%;
}

#contents .imgbox {
  width: 100%;
}

#contents .imgbox img {
  width: 100%;
}

#contents strong {
  color: #005689;
}

#contents .companyinfo {
  width: 100%;
}

#contents .companyinfo dt {
  color: #005689;
  display: block;
  width: 20%;
  clear: left;
  float: left;
  border-top: 1px dotted;
  border-color: #4c75aa;
  text-align: center;
}

#contents .companyinfo dd {
  display: block;
  width: 80%;
  float: left;
  border-top: 1px dotted;
  border-color: #4c75aa;
}

#contents .companyinfo dd .position dt {
  color: #353F55;
  border: none !important;
  display: block;
  width: 20%;
  clear: left;
  float: left;
  border-top: 1px dotted;
}

#contents .companyinfo dd .position dd {
  display: block;
  width: 80%;
  float: left;
  border: none !important;
}

#contents .company-network {
  margin-left: 0;
}

#contents .company-network li:first-child {
  width: 100%;
}

#contents .company-network li:first-child .tokyoshiten {
  margin-bottom: 10px;
}

#contents .company-network li:first-child .tokyoshiten span {
  font-size: 10px;
  line-height: 1.3em;
  display: block;
}

#contents .company-network li:first-child iframe {
  width: 100%;
  margin-top: 10px;
  clear: both;
}

#contents img {
  width: 100%;
}

#contents .step {
  margin-left: 0;
}

#contents .step li:first-child {
  margin-top: 0 !important;
}

#contents .step li {
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  border-radius: 4px;
  list-style: none;
  margin-left: 0;
  position: relative;
}

#contents .step li .stepinner .f-right ul li {
  list-style: disc;
  padding: 0;
  box-shadow: none;
}

#contents .step li .stepinner .f-right ul li:after {
  display: none;
}

#contents .step li:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #005689;
  position: absolute;
}

#contents .step .lilast:after {
  display: none !important;
}

#contents .mochimono {
  border: 1px solid;
  border-color: #005689;
}

#contents .mochimono li:first-child {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

#contents .mochimono li {
  border-top: 1px dotted;
  border-color: #005689;
}

#contents.workswrap .imgbox {
  margin-bottom: 30px;
}

#contents.workswrap .imgbox .f-left, #contents.workswrap .imgbox .f-right {
  width: 48%;
}

#contents.workswrap .imgbox .f-left img, #contents.workswrap .imgbox .f-right img {
  width: 100%;
}

#contents.workswrap .read {
  border-bottom: 1px solid;
  border-color: #005689;
}

#contents.workswrap .accessttl {
  background: #fff;
  color: #005689;
  box-shadow: 0 0 3px #ccc;
  border-radius: 4px;
}

#contents.workswrap .accessli li {
  list-style: disc;
  float: none;
  width: 100%;
}

#contents.workswrap .accessnote {
  font-size: 80%;
}

#contents.stepwrap p strong {
  display: block;
  text-align: center;
}

#contents.cntwrap .formTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#contents.cntwrap .formTable th {
  background: #cadce5;
  color: #005689;
  width: 30%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  padding: 10px 0;
  vertical-align: middle;
}

#contents.cntwrap .formTable th span {
  color: #990000;
  font-weight: normal;
  font-size: 80%;
}

#contents.cntwrap .formTable td {
  width: 70%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  padding: 15px 5px;
}

#contents.cntwrap .formTable td .chkbox {
  width: 49%;
  display: block;
  float: left;
}

#contents.cntwrap .formTable td .txtarea {
  width: 100%;
}

#contents.cntwrap .formTable td .birth {
  width: 30%;
  display: block;
  float: left;
  margin-right: 2%;
}

#contents.cntwrap .formTable td .birth input[type="text"] {
  width: 70%;
  margin-right: 5px;
}

#contents.cntwrap .formTable td .address {
  width: 100%;
}

#contents.cntwrap .cntbtnbox {
  text-align: center;
  margin-bottom: 30px;
}

#contents.cntwrap .cntbtnbox input[type="submit"] {
  background: #c0db18;
  color: #005689;
  box-shadow: 0 0 3px #ccc;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 4px;
  line-height: 3em;
  cursor: pointer;
}

#contents.cntwrap .cntbtnbox input[type="submit"]:hover {
  background: #005689;
  color: #fff;
}

#contents.cntwrap .cntbtnbox input[type="reset"] {
  background: #538eaa;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 4px;
  line-height: 3em;
  cursor: pointer;
}

#contents.cntwrap .cntbtnbox input[type="reset"]:hover {
  background: #005689;
  color: #fff;
}

#contents.cntwrap .cntbtnbox input[type="button"] {
  background: #538eaa;
  color: #fff;
  box-shadow: 0 0 3px #ccc;
  border: 1px solid;
  border-color: #ccc;
  border-radius: 4px;
  line-height: 3em;
  cursor: pointer;
}

#contents.cntwrap .cntbtnbox input[type="button"]:hover {
  background: #005689;
  color: #fff;
}

#contents.qawrap dl dt {
  position: relative;
}

#contents.qawrap dl dt:before {
  content: "Q";
  color: #d93472;
  font-weight: bold;
  position: absolute;
}

#contents.qawrap dl dd {
  border-top: 1px dotted;
  border-color: #005689;
  position: relative;
}

#contents.qawrap dl dd:after {
  content: "A";
  color: #005689;
  font-weight: bold;
  position: absolute;
}

#contents.emplwrap dl {
  width: 100%;
}

#contents.emplwrap dl dt {
  color: #005689;
  border-top: 1px dotted;
  border-color: #005689;
  display: block;
  clear: left;
  float: left;
  text-align: left;
}

#contents.emplwrap dl dd {
  display: block;
  float: left;
  border-top: 1px dotted;
  border-color: #005689;
}

#contents.emplwrap .note {
  border: 1px solid;
  border-color: #005689;
}

#listwrap h3 {
  color: #fff;
  background: #297ed7;
  box-shadow: 0 0 3px #ccc;
  border-radius: 4px;
}

#listwrap .listmenu li {
  float: left;
}

#listwrap .listmenu li a {
  color: #005689;
  background: #c0db18;
  box-shadow: 0 0 3px #ccc;
  display: block;
  border-radius: 4px;
  text-align: center;
}

#listwrap .listmenu li a:hover {
  background: #cadce5;
  color: #005689;
}

#listwrap .toplist {
  margin-bottom: 30px;
}

#listwrap .accessnote {
  margin-top: 10px;
}

#contents.dlwrap .btnarea a {
  box-shadow: 0 0 3px #ccc;
  background: #cadce5;
  color: #005689;
  display: block;
  position: relative;
  text-align: center;
}

#contents.dlwrap .btnarea a:hover {
  background: #005689;
  color: #fff;
}

#contents.dlwrap .btnarea a:after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #297ed7;
  right: 2%;
}

@media only screen and (max-width: 768px) {
  #contents h3 {
    margin-bottom: 15px;
    font-size: 1em;
    padding: 5px 10px;
  }
  #contents h4 {
    margin-bottom: 10px;
    font-size: 1em;
  }
  #contents h5 {
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  #contents p {
    margin-bottom: 15px;
    font-size: 0.9em;
  }
  #contents ul {
    margin-left: 1.5em;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  #contents ul li {
    margin-top: 20px;
  }
  #contents ol {
    margin-left: 1.5em;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  #contents ol li {
    margin-top: 20px;
  }
  #contents ul li ul, #contents ol li ul {
    margin: 5px 0 0 1.5em;
  }
  #contents ul li ul li, #contents ol li ul li {
    margin-top: 5px;
  }
  #contents .imgbox {
    margin-bottom: 20px;
  }
  #contents .imgbox .f-left {
    width: 48%;
    float: left !important;
    margin-bottom: 0;
  }
  #contents .imgbox .f-right {
    width: 48%;
    float: right !important;
    margin-bottom: 0;
  }
  #contents .companyinfo {
    font-size: 0.8em;
  }
  #contents .companyinfo dt {
    padding: 20px 0;
  }
  #contents .companyinfo dd {
    padding: 20px 0;
  }
  #contents .companyinfo dd .position dt {
    padding: 0;
    text-align: left !important;
    width: 90%;
  }
  #contents .companyinfo dd .position dd {
    padding: 0;
  }
  #contents .company-network {
    margin-left: 0;
  }
  #contents .company-network li {
    float: none;
    width: 100%;
    margin-left: 0;
    list-style: none;
    font-size: 0.8em;
  }
  #contents .company-network li h4 {
    font-size: 1.4em;
  }
  #contents .company-network li .tokyoshiten {
    float: right;
    width: 40%;
  }
  #contents .company-network li .tokyoshiten span {
    font-size: 10px;
    line-height: 1.3em;
    display: block;
  }
  #contents .step li {
    padding: 15px;
    margin-top: 35px !important;
  }
  #contents .step li .stepinner .f-left {
    width: 20%;
    margin: 0 auto 15px;
  }
  #contents .step li .stepinner .f-left img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto 0 0;
  }
  #contents .step li .stepinner .f-right {
    width: 100%;
    font-size: 2vw;
    line-height: 1.5em;
  }
  #contents .step li .stepinner .f-right h5 {
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: center;
  }
  #contents .step li .stepinner .f-right ul {
    margin-left: 1.5em;
    margin-bottom: 5px;
  }
  #contents .step li .stepinner .f-right ul li {
    margin-top: 5px !important;
  }
  #contents .step li:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
    font-size: 29px;
    text-align: center;
  }
  #contents .mochimono {
    padding: 15px 15px 15px 35px;
    margin-left: 0;
    font-size: 0.8em;
  }
  #contents .mochimono li {
    margin-top: 10px;
    padding-top: 10px;
  }
  #contents.workswrap ul li, #contents.workswrap ol li {
    margin-top: 10px;
  }
  #contents.workswrap .read {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #contents.workswrap .accessttl {
    margin-top: 15px;
    padding: 3px 5px;
  }
  #contents.workswrap .accessli {
    font-size: 1.1em;
  }
  #contents.workswrap .accessli li {
    margin-top: 5px;
    line-height: 1.5em;
  }
  #contents.workswrap .accessnote {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #contents.stepwrap p strong {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
  }
  #contents.cntwrap .formTable {
    font-size: 0.8em;
  }
  #contents.cntwrap .formTable th {
    width: 40%;
  }
  #contents.cntwrap .formTable th span {
    display: block;
  }
  #contents.cntwrap .formTable td {
    vertical-align: middle;
  }
  #contents.cntwrap .formTable td input[type="text"] {
    width: 96%;
    font-size: 0.8em;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
    padding: 5px 2%;
    border: none;
  }
  #contents.cntwrap .formTable td .chkbox {
    width: 100% !important;
  }
  #contents.cntwrap .formTable td textarea {
    width: 96% !important;
    box-shadow: 0 0 3px #ccc;
    border-radius: 4px;
    padding: 5px 2%;
    border: none;
  }
  #contents.cntwrap .cntbtnbox input[type="submit"] {
    width: 45%;
    font-size: 0.9em;
  }
  #contents.cntwrap .cntbtnbox input[type="reset"] {
    width: 45%;
    font-size: 0.9em;
  }
  #contents.cntwrap .cntbtnbox input[type="button"] {
    width: 45%;
    font-size: 0.9em;
  }
  #contents.emplwrap p {
    margin-bottom: 0;
  }
  #contents.emplwrap dl {
    font-size: 0.7em;
    margin-bottom: 25px;
    line-height: 1.5em;
  }
  #contents.emplwrap dl dt {
    padding: 10px 0;
    width: 50%;
  }
  #contents.emplwrap dl dt span {
    margin-right: 5px;
  }
  #contents.emplwrap dl dd {
    padding: 10px 0;
    width: 50%;
  }
  #contents.emplwrap .note {
    padding: 15px 15px 15px 30px;
    margin-left: 0 !important;
    font-size: 0.8em;
  }
  #contents.emplwrap .note li {
    margin-top: 5px !important;
  }
  #contents.qawrap dl {
    font-size: 0.8em;
  }
  #contents.qawrap dl dt {
    padding-left: 25px;
  }
  #contents.qawrap dl dt:before {
    left: 0;
    top: 0;
    font-size: 20px;
  }
  #contents.qawrap dl dd {
    padding-left: 25px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 35px;
  }
  #contents.qawrap dl dd div h5 {
    margin-top: 15px;
  }
  #contents.qawrap dl dd div ul li {
    margin-top: 5px !important;
  }
  #contents.qawrap dl dd:after {
    left: 0;
    top: 15px;
    font-size: 20px;
  }
  #contents.qawrap .smallfont {
    margin-bottom: 20px;
  }
  #listwrap h3 {
    margin-bottom: 25px;
    font-size: 18px;
    padding: 5px 10px;
  }
  #listwrap .listmenu {
    margin-bottom: 25px;
  }
  #listwrap .listmenu li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
  #listwrap .listmenu li a {
    line-height: 3em;
    font-size: 3vw;
  }
  #listwrap .listmenu li:nth-child(2n+1) {
    margin-left: 0;
  }
  #listwrap .toplist {
    margin-bottom: 30px;
  }
  #listwrap .toplist li h4 {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 2.6vw;
  }
  #contents.dlwrap .btnarea a {
    width: 100%;
    line-height: 3em;
    border-radius: 20px;
  }
  #contents.dlwrap .btnarea a.f-right {
    margin-top: 15px;
  }
}
.indeed_link{
	text-align: center;
}
.indeed_link a{
	display: inline-block;
	padding:20px 10px;
	background: #2557a7;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
}
.indeed_link a:hover{
	opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  #contents h3 {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 5px 10px;
  }
  #contents h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #contents h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #contents p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #contents ul {
    margin-left: 1.5em;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #contents ul li {
    margin-top: 20px;
  }
  #contents ol {
    margin-left: 1.5em;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #contents ol li {
    margin-top: 20px;
  }
  #contents ul li ul, #contents ol li ul {
    margin: 5px 0 0 1.5em;
  }
  #contents ul li ul li, #contents ol li ul li {
    margin-top: 5px;
  }
  #contents .imglrbox {
    margin-bottom: 20px;
  }
  #contents .imglrbox .f-left {
    width: 48%;
  }
  #contents .imglrbox .f-right {
    width: 48%;
  }
  #contents .imgbox {
    margin-bottom: 20px;
  }
  #contents .imgbox .f-left {
    width: 48%;
  }
  #contents .imgbox .f-right {
    width: 48%;
  }
  #contents .companyinfo dt {
    padding: 20px 0;
  }
  #contents .companyinfo dd {
    padding: 20px 0;
  }
  #contents .companyinfo dd .position dt {
    padding: 0;
    text-align: left !important;
    margin-right: 5%;
  }
  #contents .companyinfo dd .position dd {
    padding: 0;
    width: 75%;
  }
  #contents .company-network {
    margin-left: 0;
  }
  #contents .company-network li {
    float: left;
    width: 47%;
    margin-left: 0;
    list-style: none;
  }
  #contents .company-network li .tokyoshiten {
    width: 30%;
  }
  #contents .company-network li.magl {
    margin-left: 6%;
  }
  #contents img {
    width: 100%;
  }
  #contents .step li {
    padding: 15px;
    margin-top: 35px !important;
  }
  #contents .step li .stepinner .f-left {
    width: 15%;
  }
  #contents .step li .stepinner .f-left img {
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto 0 0;
  }
  #contents .step li .stepinner .f-right {
    width: 85%;
  }
  #contents .step li .stepinner .f-right ul {
    margin-left: 1em;
    margin-bottom: 5px;
  }
  #contents .step li .stepinner .f-right ul li {
    margin-top: 5px !important;
  }
  #contents .step li:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
    font-size: 29px;
    text-align: center;
  }
  #contents .mochimono {
    padding: 15px 15px 15px 35px;
    margin-left: 0;
  }
  #contents .mochimono li {
    margin-top: 10px;
    padding-top: 10px;
  }
  #contents.workswrap ul li, #contents.workswrap ol li {
    margin-top: 5px;
  }
  #contents.workswrap .read {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #contents.workswrap .accessttl {
    padding: 3px 5px;
  }
  #contents.workswrap .accessnote {
    margin-top: 10px;
  }
  #contents.stepwrap p strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #contents.cntwrap .formTable {
    font-size: 14px;
  }
  #contents.cntwrap .cntbtnbox input[type="submit"] {
    width: 200px;
    font-size: 20px;
  }
  #contents.cntwrap .cntbtnbox input[type="reset"] {
    width: 200px;
    font-size: 20px;
  }
  #contents.cntwrap .cntbtnbox input[type="button"] {
    width: 200px;
    font-size: 20px;
  }
  #contents.qawrap dl {
    font-size: 14px;
  }
  #contents.qawrap dl dt {
    padding-left: 25px;
  }
  #contents.qawrap dl dt:before {
    left: 0;
    top: 0;
    font-size: 20px;
  }
  #contents.qawrap dl dd {
    padding-left: 25px;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
  }
  #contents.qawrap dl dd div h5 {
    margin-top: 15px;
  }
  #contents.qawrap dl dd div ul li {
    margin-top: 5px !important;
  }
  #contents.qawrap dl dd:after {
    left: 0;
    top: 15px;
    font-size: 20px;
  }
  #contents.qawrap .smallfont {
    margin-bottom: 20px;
  }
  #contents.emplwrap dl {
    font-size: 14px;
    margin-bottom: 25px;
  }
  #contents.emplwrap dl dt {
    padding: 10px 0;
    width: 30%;
  }
  #contents.emplwrap dl dt span {
    margin-right: 10px;
  }
  #contents.emplwrap dl dd {
    padding: 10px 0;
    width: 70%;
  }
  #contents.emplwrap .note {
    padding: 15px 15px 15px 30px;
    margin-left: 0 !important;
  }
  #contents.emplwrap .note li {
    margin-top: 5px !important;
  }
  #listwrap p {
    margin-bottom: 15px;
  }
  #listwrap h3 {
    margin-bottom: 25px;
    font-size: 18px;
    padding: 5px 10px;
  }
  #listwrap .listmenu {
    margin-bottom: 35px;
  }
  #listwrap .listmenu li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
  #listwrap .listmenu li a {
    line-height: 3em;
  }
  #listwrap .listmenu li:nth-child(2n+1) {
    margin-left: 0;
  }
  #listwrap .toplist {
    margin-bottom: 30px;
  }
  #listwrap .toplist li h4 {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 13px;
  }
  #contents.dlwrap .btnarea a {
    width: 48%;
    line-height: 3em;
    border-radius: 20px;
  }
  #contents.dlwrap .btnarea a.f-right {
    margin-left: 4%;
  }
/*__________________________________________*/}
