/* Scss Document */
@media screen and (max-width: 639px) {
  .pc {
    display: none !important;
  }

  html {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    /*background: #f2f2f2;*/
  }
	
  #header{
	  margin-top: 50px;
	  text-align: center;
  }
	
  #header img{
	  
  }

  #top-area {
    background: #00afcc;
    padding: 10px 10px 30px 10px;
    margin-bottom: 20px;
  }
  #top-area a.logo {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background-color: #1a1a1a;
    height: 50px;
    text-align: left;
    z-index: 1000;
    padding: 10px 0 5px 20px;
  }
  #top-area a.logo img {
    width: 90px;
    margin-bottom: 10px;
  }
  #top-area #slider {
    width: 100%;
    margin: 0px auto 30px;
	position:relative;
  }
  #top-area #slider .slider-logo {
    width: 170px;
    position: absolute;
    left: -10px;
    z-index: 200;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
  }
  #top-area #slider .slider-logo img {
    width: 100%;
    height: auto;
  }
  #top-area #slider .white {
    width: 170px;
    height: 60px;
    position: absolute;
    left: -10px;
    z-index: 199;
    background: #fff;
  }
  #top-area #slider .slider-img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    display: block;
	margin-top:-20px
  }
  #top-area #slider .slider-img div {
    width: 100%;
    height: 62vw;
  }
  #top-area #slider .slider-img div img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  #top-area #slider .caption {
    width: 100%;
    height: 70%;
    display: block;
  }
  #top-area #slider .caption .slider-text {
    width: 100%;
    box-sizing: border-box;
  }
  #top-area #slider .caption .slider-text .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  #top-area #slider .caption .slider-text .txt {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    word-wrap: break-word; /* 20180725追加 */
  }
  #top-area #slider .caption .slider-text .copyright {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    word-wrap: break-word; /* 20180725追加 */
  }
  #top-area #slider .thumbnail {
    width: 100%;
    height: 60px;
    background: #fff;
  }
  #top-area #slider .thumbnail div {
    height: 100%;
	  width: auto;
    display: block;
  }
  #top-area #slider .thumbnail div img {
    width: auto;
    height: 100%;
  }
  #top-area #slider .slick-current {
    opacity: 1;
  }

  #topics-area {
    margin: 30px auto 50px;
  }
  #topics-area h2 {
    text-align: center;
  }
  #topics-area h2 img {
    height: 20px;
	  width: auto;
    max-width: 80%;
  }
  #topics-area .main {
    padding: 30px 10px 20px;
  }
  #topics-area .main table tbody tr {
    margin-bottom: 3px;
    display: block;
  }
  #topics-area .main table tbody tr th {
    display: block;
    font-weight: normal;
    text-align: left;
  }
  #topics-area .main table tbody tr td {
    padding-right: 10px;
  }
  #topics-area .main table tbody tr td div {
    float: left;
    margin-right: 10px;
  }
  #topics-area .main table tbody tr td .company {
    background-color: #00afcc;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    margin-top: 5px;
  }
  #topics-area .main table tbody tr td .categoly {
    background-color: #7d7d7d;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    margin-top: 5px;
  }
  #topics-area .main table tbody tr .text {
    padding-bottom: 15px;
  }
  #topics-area .main table tbody tr .text a {
    color: #00afcc;
    text-decoration: none;
  }
  #topics-area a.detail {
    color: #fff;
    font-size: 14px;
    background: #2f2f2f;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  #company-area {
    width: 100%;
    display: block;
    height: auto;
  }
  #company-area h2 {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
  #company-area h2 img {
    width: auto;
    height: 20px;
  }
  #company-area ul {
    width: 100%;
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    /*background: #c2dfe4;*/
    background: #00afcc;
  }
  #company-area ul li.h2 {
    width: 100%;
    margin-left: -40px;
    display: block;
  }
  #company-area ul li.h2 img {
    height: 50px;
  }
  #company-area ul li.border-ani {
    width: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company-area ul li.border-ani img {
    width: 100%;
  }

  #footer {
    background-color: #1a1a1a;
    width: 100%;
  }
  #footer .nav {
    background: url(../../common/images/sp/g_nav_bg.png);
    background-size: 10px 100%;
    padding-left: 10px;
  }
  #footer .nav ul {
    background-color: #1a1a1a;
  }
  #footer .nav ul li {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #323232;
  }
  #footer .nav ul li a {
    padding: 13px 0 13px 10px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 4px;
    position: relative;
  }
  #footer .nav ul li a span {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 2px;
    top: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer .s-nav {
    padding-left: 10px;
  }
  #footer .s-nav ul {
    background-color: #1a1a1a;
  }
  #footer .s-nav ul li {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #323232;
  }
  #footer .s-nav ul li a {
    padding: 13px 0 13px 10px;
    display: block;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }
  #footer p.copyright {
    width: 100%;
    border-top: 1px solid #323232;
    font-size: 10px;
    text-align: center;
    color: #747474;
    padding: 20px 0;
  }
}

/*# sourceMappingURL=style-sp.css.map */
