@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* --- common -------------------------------------- */
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #004899;
  line-height: 1.66; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

input[type=button]:hover, input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8; }

p, div, li, span {
  overflow-wrap: break-word;
  word-wrap: break-word; }

strong, .b {
  font-weight: bold; }

.show-sp, .show-tb {
  display: none; }

.show-sp.inline {
  display: none; }

.show-pc {
  display: block; }

.show-pc.inline {
  display: inline-block; }

/*-- clear ------------------------------------------*/
.cl {
  clear: both; }

.clf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clf {
  min-height: 1px; }

* html .clf {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/*-- modules ----------------------------------------*/
.tal {
  text-align: left !important; }

.tac {
  text-align: center;
  margin: 0 auto; }

.tar {
  text-align: right !important; }

.vat {
  vertical-align: top !important; }

.vam {
  vertical-align: middle !important; }

.vab {
  vertical-align: bottom !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.relative {
  position: relative; }

.block {
  display: block; }

.inline {
  display: inline; }

.nowrap {
  white-space: nowrap; }

.fcolor_red {
  color: #E55454; }

.w10p {
  width: 10%; }

.w20p {
  width: 20%; }

.w30p {
  width: 30%; }

.w40p {
  width: 40%; }

.w50p {
  width: 50%; }

.w60p {
  width: 60%; }

.w70p {
  width: 70%; }

.w80p {
  width: 80%; }

.w90p {
  width: 90%; }

.w100p {
  width: 100%; }

.mr20 {
  margin-right: 20px; }

.ml20 {
  margin-left: 20px; }

.fs18 {
  font-size: 18px; }

.fs23 {
  font-size: 23px; }

.strong {
  font-weight: 700;
  color: #ff5405; }

a {
  color: #004899;
  text-decoration: underline;
  -webkit-transition: .4s;
  transition: .4s; }
  a:hover {
    opacity: 0.8; }

/* --- header -------------------------------------- */
header {
  position: relative;
  padding-bottom: 30px;
  width: 100%; }
  header .discript {
    display: inline-block;
    padding: 20px 0 0 5px;
    color: #004899;
    text-align: center;
    line-height: 1.33; }
  header .logo {
    width: 530px; }
  header .box_contact {
    position: absolute;
    top: 20px;
    right: 170px;
    width: 236px; }
    header .box_contact p {
      font-size: 16px;
      letter-spacing: -0.4px; }
    header .box_contact .tel-link {
      margin: 3px 0 8px;
      text-align: center; }
    header .box_contact .search_text input {
      vertical-align: top; }
    header .box_contact .search_text input[type=submit] {
      font-family: FontAwesome;
      background: #ffbf05;
      color: #004899;
      border-top: 1px solid #004899;
      border-left: 1px solid #004899;
      border-right: none;
      border-bottom: 1px solid #004899;
      height: 36px;
      width: 36px;
      font-size: 24px; }
    header .box_contact .search_text input[type=text] {
      width: 200px;
      height: 36px;
      border-top: 1px solid #004899;
      border-left: none;
      border-right: 1px solid #004899;
      border-bottom: 1px solid #004899; }
  header .box_btn {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 150px; }
    header .box_btn li:first-child {
      margin-bottom: 10px; }

/* --- nav ----------------------------------------- */
nav {
  background: #004899;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2865C4), color-stop(51%, #004899));
  background: -webkit-linear-gradient(top, #2865C4 50%, #004899 51%);
  background: linear-gradient(to bottom, #2865C4 50%, #004899 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorBlue02', endColorstr='$colorBlue01',GradientType=0 ); }
  nav .navigation {
    display: table;
    width: 100%; }
    nav .navigation li {
      display: table-cell;
      border-right: 1px solid #004899; }
      nav .navigation li a {
        display: block;
        padding: 0.5em 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 1.4; }
        nav .navigation li a:hover {
          background: #d3dae4;
          color: #004899; }
      nav .navigation li:first-child {
        border-left: 1px solid #004899; }
        nav .navigation li:first-child a {
          padding: 0.5em 10px; }
          nav .navigation li:first-child a i {
            font-size: 25px; }
      nav .navigation li.show-sp {
        display: none; }

/* --- layout -------------------------------------- */
.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.wrapper02 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

/* --- bandarea -------------------------------------- */
.sec_band {
  background: #004899;
  text-align: center;
  padding: 30px 0 0; }
  .sec_band h2 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px; }
  .sec_band h3 {
    margin-bottom: 20px; }
  .sec_band p {
    background: #FFBF05;
    padding: 15px 0; }

/* --- footer -------------------------------------- */
footer {
  background: #004899;
  color: #fff;
  position: relative; }
  footer .btn_pagetop {
    position: absolute;
    top: -42px;
    right: 35px;
    display: table; }
    footer .btn_pagetop a {
      display: table-cell;
      vertical-align: middle;
      font-size: 20px;
      width: 84px;
      height: 84px;
      border-radius: 50%;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      background: #ffbf05; }
  footer .wrapper {
    padding: 40px 55px 70px; }
    footer .wrapper .footer_left {
      float: left; }
      footer .wrapper .footer_left h2 {
        margin-bottom: 10px; }
      footer .wrapper .footer_left p {
        font-size: 19px; }
    footer .wrapper .footer_nav {
      float: right;
      width: 55%; }
      footer .wrapper .footer_nav ul {
        display: inline-block;
        width: 49%;
        vertical-align: top; }
        footer .wrapper .footer_nav ul li {
          margin-bottom: 0.5em; }
          footer .wrapper .footer_nav ul li a {
            text-decoration: none;
            color: #fff; }
            footer .wrapper .footer_nav ul li a:before {
              display: inline-block;
              width: 4px;
              content: "";
              height: 0.9em;
              vertical-align: middle;
              background: #fff;
              margin-right: 4px; }

/* --- title --------------------------------------- */
.ttl_skin01 {
  color: #ff5405;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px; }
  .ttl_skin01 span {
    position: relative;
    display: inline-block;
    padding: 0 90px;
    text-align: left;
    background: url(../img/common/ttl_bg01l.png?date=20161214113400) no-repeat left bottom 2px, url(../img/common/ttl_bg01r.png?date=20161214113400) no-repeat right bottom 2px; }
    .ttl_skin01 span:before {
      right: 100%; }
    .ttl_skin01 span:after {
      left: 100%; }
    .ttl_skin01 span:before, .ttl_skin01 span:after {
      position: absolute;
      bottom: 2px;
      content: '';
      width: 400%;
      height: 30px;
      background-color: #ff5405; }

.ttl_skin02 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px; }

.ttl_skin03 {
  color: #ff5405;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center; }
  .ttl_skin03:after {
    content: "";
    background: #ff5405;
    display: block;
    height: 2px;
    width: 30%;
    margin: 10px auto 0; }

.ttl_skin04 {
  color: #004899;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  border-left: 7px solid #004899;
  padding-left: 15px;
  margin: 0 0 15px 10px; }

/* --- skin ---------------------------------------- */
/* link */
.link_skin01:after {
  content: "\f101";
  font-family: FontAwesome; }

/* btn */
.btn_skin01 {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 10px;
  border: 2px solid #ff5405;
  background: #ff5405;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff8012), color-stop(51%, #ff5405));
  background: -webkit-linear-gradient(top, #ff8012 50%, #ff5405 51%);
  background: linear-gradient(to bottom, #ff8012 50%, #ff5405 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorOrange02', endColorstr='$colorOrange01',GradientType=0 );
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1; }

.subpage .main .btn_skin01 {
  min-width: 260px;
  padding-top: 13px;
  padding-bottom: 13px; }

/* li */
/* bg */
/* hover */
/* table */
/* form */
input[type=text], textarea, select {
  padding: 3px;
  border: 1px solid #004899;
  font-size: 16px;
  font-weight: 500; }

textarea {
  width: 100%;
  height: 5em; }

/* toppage ------------------------------------- */
.box_slide {
  text-align: center; }
  .box_slide .text_message {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -150px;
    z-index: 1; }

.center-item li {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5; }
  .center-item li > img {
    width: 100% !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .center-item li.slick-current {
    opacity: 1; }
    .center-item li.slick-current > img {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
  .center-item li.slick-slide {
    padding: 0;
    height: 460px;
    overflow: hidden; }
    .center-item li.slick-slide > img {
      position: relative;
      top: 0%;
      left: 50%;
      width: 2000px !important;
      max-width: none;
      height: auto;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.slick-slider {
  margin-bottom: 0; }

/* search_cat ------------------------------------- */
.search_cat {
  margin-top: -70px;
  position: relative; }
  .search_cat .box_btn {
    margin-bottom: 8px;
    max-width: 620px; }
  .search_cat .box_btn li {
    display: inline-block;
    width: 48%;
    background: #fff;
    border-radius: 10px; }
  .search_cat .box_btn li:first-child {
    margin-right: 10px; }
  .search_cat div {
    background: url(../img/top/search_cat_bgl.png?date=20161214113400) no-repeat left bottom #004899;
    border: 6px solid #2865C4;
    position: relative;
    padding: 20px; }
    .search_cat div h2 {
      position: absolute;
      top: -74px;
      left: -6px; }
    .search_cat div p {
      color: #fff;
      font-size: 25px;
      letter-spacing: -0.4px; }
    .search_cat div ul {
      width: 75%;
      letter-spacing: -.4em;
      margin-bottom: -10px; }
      .search_cat div ul li {
        display: inline-block;
        letter-spacing: normal;
        width: 20%;
        margin-bottom: 10px; }
        .search_cat div ul li a {
          display: inline-block; }

/* search_min ------------------------------------- */
.search_min {
  z-index: 10;
  position: absolute;
  top: 30px;
  max-width: 280px;
  font-size: 14px;
  border: 3px solid #004899;
  background: rgba(255, 255, 255, 0.8); }
  .search_min h2 {
    background: #004899;
    color: #fff;
    padding: 3px;
    font-size: 21px;
    text-align: center; }
  .search_min dl {
    width: 90%;
    margin: 10px auto;
    font-size: 17px; }
    .search_min dl dt {
      float: left;
      width: 5em;
      margin-bottom: 5px; }
    .search_min dl dd {
      margin-left: 5em;
      margin-bottom: 5px; }
      .search_min dl dd input {
        width: 100%; }
  .search_min input.btn_skin01 {
    font-size: 20px;
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    padding: 0.5em 2.5em;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500; }
  .search_min input[type=number] {
    border: 1px solid #004899;
    font-size: 14px;
    padding: 3px; }
  .search_min select {
    width: 100%;
    height: 32px;
    border: 1px solid #004899;
    font-size: 14px;
    padding: 3px; }
.consultation {
  padding: 10px;
  line-height: 1.6;
}
.consultation_a {
  display: block;
  width: 80%;
  margin: 20px auto;
}

/* sec_newTrack" ------------------------------------- */
.sec_newTrack {
  background: url(../img/top/bg_img01.png?date=20161214113400) no-repeat right bottom #cee6ff;
  background-size: 70%;
  padding: 40px 0; }

/* .bn_list01 ------------------------------------- */
.bn_list01 {
  margin-bottom: 40px; }
.bn_list01 li {
  display: inline-block;
  width: 33%;
}
/* .product_list01 ------------------------------------- */
.product_list01 {
  margin-bottom: 40px; }
  .product_list01 > li {
    background: #fff;
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 10px;
    height: 450px; }
    .product_list01 > li:nth-child(4n) {
      margin-right: 0; }
    .product_list01 > li a {
      display: block;
      text-decoration: none; }
      .product_list01 > li a:hover {
        opacity: 0.8; }
      .product_list01 > li a img {
        border: 2px solid #004899; }
      .product_list01 > li a h4 {
        background: #004899;
        color: #fff;
        font-size: 20px;
        padding: 0 5px; }
      .product_list01 > li a ul {
        padding: 10px; }
        .product_list01 > li a ul li {
          line-height: 1.4;
          font-size: 13px; }
          .product_list01 > li a ul li p {
            display: inline-block;
            padding-right: 0.5em; }
            .product_list01 > li a ul li p:after {
              content: " : ";
              padding-left: 0.5em; }

/* sec_main01" ------------------------------------- */
.sec_main01 {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #004899; }

/* sec_main02" ------------------------------------- */
.sec_main02 {
  margin-bottom: 20px; }
  .sec_main02 div:first-of-type {
    margin-bottom: 80px; }
    .sec_main02 div:first-of-type h3 {
      margin-left: 325px; }

/* .sec_user_voice ------------------------------------- */
.sec_user_voice {
  width: 56%;
  float: left; }
  .sec_user_voice h2 {
    background: url(../img/icon/balloon.png?date=20161214113400) no-repeat 5px center;
    color: #ff5405;
    border-bottom: 2px solid #ff5405;
    font-size: 30px;
    min-height: 40px;
    padding-left: 60px; }
  .sec_user_voice dl {
    margin-bottom: 15px; }
    .sec_user_voice dl dt {
      font-size: 21px;
      font-weight: bold;
      margin-top: 10px; }
    .sec_user_voice dl dd {
      border-bottom: 1px solid #004899;
      padding-bottom: 10px; }
      .sec_user_voice dl dd a {
        text-decoration: none; }
        .sec_user_voice dl dd a:hover {
          text-decoration: underline; }
  .sec_user_voice > a {
    color: #ff5405;
    font-size: 21px;
    float: right; }

/* .sec_news_blog ------------------------------------- */
.sec_news_blog {
  width: 38%;
  float: right; }
  .sec_news_blog h2 {
    background: #004899;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 3px  20px; }
  .sec_news_blog dl {
    border: 2px solid #004899;
    padding: 0 15px 15px;
    overflow-y: scroll;
    max-height: 360px;
    margin-bottom: 10px; }
    .sec_news_blog dl dt {
      font-size: 20px;
      border-bottom: 1px solid #004899;
      margin-top: 15px; }
    .sec_news_blog dl dd a {
      text-decoration: none; }
      .sec_news_blog dl dd a:hover {
        text-decoration: underline; }
  .sec_news_blog > a {
    font-size: 21px; }

/* subpage ------------------------------------- */
/* --- under page ----------------------------------------- */
#under_h1 {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  background: url(../img/common/main_bg.jpg?date=20161214113400) no-repeat center center;
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 10px; }

#breadcrumb {
  display: block;
  padding: 5px 10px;
  margin-bottom: 40px; }
  #breadcrumb li {
    float: left;
    margin-right: 10px; }

/* --- list page ----------------------------------------- */
.search_cat.list_page {
  margin-top: 0; }

.search_min.list_page {
  position: static;
  max-width: 60%;
  margin: 0 auto 40px; }

/* --- faq page ----------------------------------------- */
.faq_q {
  color: #ff5405;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer; }

.faq_a {
  display: none;
  line-height: 24px;
  margin-bottom: 30px; }

/* --- profile page ----------------------------------------- */
.profile table {
  width: 100%; }
  .profile table th {
    width: 30%;
    color: #ff5405;
    background: #cee6ff;
    padding: 10px 0;
    border-bottom: 1px solid #fff; }
  .profile table td {
    width: 55%;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #cee6ff; }

/* --- page ----------------------------------------- */
.category {
  display: inline-block;
  background-color: #004899;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  margin-right: 8px;
  vertical-align: middle; }

.box-pager {
  padding-top: 40px;
  font-size: 14px; }
  .box-pager a {
    display: block;
    background-color: #004899;
    text-align: center;
    color: #fff;
    padding: 3px 16px;
    text-decoration: none; }
  .box-pager .next {
    float: right; }
    .box-pager .next a:after {
      content: "\f054";
      font-family: FontAwesome;
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px; }
  .box-pager .prev {
    float: left; }
    .box-pager .prev a:before {
      content: "\f053";
      font-family: FontAwesome;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }

.post-list {
  padding-top: 40px; }
  .post-list li {
    border-bottom: dashed 1px #004899;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .post-list li p {
      margin-bottom: 10px; }
    .post-list li .thums {
      float: left;
      width: 300px; }
      .post-list li .thums img {
        max-width: 100%;
        height: auto; }
    .post-list li .text {
      padding-left: 320px;
      font-size: 16px; }
      .post-list li .text .date {
        font-size: 14px;
        display: inline-block;
        background-color: #ff5405;
        padding: 4px 8px;
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-text-shadow: 1px 1px 2px #37291e;
        -moz-text-shadow: 1px 1px 2px #37291e;
        -ms-text-shadow: 1px 1px 2px #37291e;
        -o-text-shadow: 1px 1px 2px #37291e;
        text-shadow: 1px 1px 2px #37291e; }
      .post-list li .text .ttl {
        font-weight: 700;
        border-left: solid 4px #004899;
        padding-left: 10px; }
      .post-list li .text a {
        display: block;
        padding: 10px;
        background-color: #004899;
        text-decoration: none;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        position: relative;
        z-index: 0; }
        .post-list li .text a:before {
          content: "\f054";
          display: block;
          font-family: FontAwesome;
          position: absolute;
          top: 50%;
          right: 10px;
          z-index: 1;
          margin-top: -11px; }

.post_pager {
  text-align: center;
  letter-spacing: -4px;
  padding-top: 45px;
  position: relative;
  z-index: 0; }
  .post_pager li {
    display: inline-block;
    letter-spacing: normal;
    padding: 6px 2px;
    width: 40px;
    font-size: 1.6rem;
    color: #37291e;
    margin: 2px; }
    .post_pager li.active {
      background-color: #004899;
      color: #fff; }
    .post_pager li.prev {
      width: 88px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: transparent;
      font-size: 1.4rem;
      line-height: 1; }
      .post_pager li.prev:before {
        content: "\f053";
        display: block;
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 5px;
        z-index: 1;
        margin-top: -7px; }
    .post_pager li.next {
      width: 88px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      background-color: transparent;
      font-size: 1.4rem;
      line-height: 1; }
      .post_pager li.next:before {
        content: "\f054";
        display: block;
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 5px;
        z-index: 1;
        margin-top: -7px; }
    .post_pager li a {
      display: block; }

.contact-table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px; }
  .contact-table th {
    background-color: #004899;
    color: #fff;
    padding: 8px; }
  .contact-table td {
    padding: 20px 0; }
    .contact-table td span {
      display: block; }
    .contact-table td textarea {
      display: block;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      min-height: 250px;
      padding: 8px;
      border: solid 1px #004899; }
    .contact-table td input {
      display: block;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      padding: 8px;
      border: solid 1px #004899; }

.btn-submit {
  text-align: center; }
  .btn-submit input {
    background-color: #ff5405;
    padding: 8px 4px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    width: 240px;
    cursor: pointer; }
  .btn-submit button {
    margin-top: 40px;
    background-color: #ff5405;
    padding: 8px 4px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    width: 90%;
    max-width: 400px;
    cursor: pointer; }

.search_input {
  text-align: center; }

.mod-from-table {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .mod-from-table input {
    width: 100%; }
  .mod-from-table .mod-from-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .mod-from-table .mod-cell-short {
    width: 30px;
    font-size: 12px; }

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 1049px) {
  /* common ------------------------------------- */
  body {
    font-size: 16px; }

  .show-pc {
    display: none; }

  .show-pc.inline {
    display: none; }

  .show-sp.inline {
    display: none; }

  .show-tb {
    display: block; }

  .show-tb.inline {
    display: inline-block; }

  /* header ------------------------------------- */
  header .discript {
    padding-left: 0;
    font-size: 13px; }
  header .logo {
    width: 300px; }
  header .box_contact {
    width: 200px; }
    header .box_contact p {
      font-size: 13px; }
    header .box_contact .search_text input[type=submit] {
      height: 30px;
      width: 30px;
      font-size: 22px; }
    header .box_contact .search_text input[type=text] {
      width: 170px;
      height: 30px; }
  header .box_btn {
    width: 130px; }
    header .box_btn li:first-child {
      margin-bottom: 5px; }

  /* nav ---------------------------------------- */
  nav .navigation li {
    padding: 1px 4px; }
    nav .navigation li a {
      font-size: 15px; }
    nav .navigation li:first-child a {
      padding: 0 8px; }
      nav .navigation li:first-child a i {
        font-size: 20px; }

  /* search_cat ------------------------------------- */
  .search_cat .box_btn {
    margin-bottom: 8px;
    max-width: 50%; }
  .search_cat .box_btn li {
    display: inline-block;
    width: 48%;
    background: #fff;
    border-radius: 10px; }
  .search_cat .box_btn li:first-child {
    margin-right: 10px; }
  .search_cat div ul {
    width: 100%;
    text-align: center; }

  /* layout ------------------------------------- */
  .wrapper, .wrapper02 {
    width: 95%; }

  .fs23 {
    font-size: 18px; }

  /* --- bandarea -------------------------------------- */
  .sec_band {
    padding: 20px 0 0; }
    .sec_band h2 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 10px; }
    .sec_band h3 {
      margin-bottom: 10px; }
      .sec_band h3 img {
        width: 280px; }
    .sec_band p img {
      width: 280px; }

  /* footer ------------------------------------- */
  footer .btn_pagetop a {
    font-size: 17px; }
    footer .btn_pagetop a:before {
      width: 60px;
      height: 60px; }
  footer .wrapper {
    padding: 40px 15px 70px; }
    footer .wrapper .footer_left h2 {
      width: 250px; }
    footer .wrapper .footer_left p {
      font-size: 16px; }
    footer .wrapper .footer_nav {
      font-size: 16px; }

  /* --- skin ----------------------------------- */
  /* btn */
  /* column */
  /* li */
  /* title */
  .ttl_skin01 {
    font-size: 24px; }

  .ttl_skin02 {
    font-size: 20px; }

  .ttl_skin03 {
    font-size: 22px; }

  .ttl_skin04 {
    font-size: 20px; }

  /* toppage ------------------------------------- */
  .box_slide .text_message {
    margin-left: -80px; }
    .box_slide .text_message img {
      width: 90%; }

  /* .sec_user_voice ------------------------------------- */
  .sec_user_voice h2 {
    background-size: 30px;
    font-size: 24px;
    min-height: 30px;
    padding-left: 40px; }
  .sec_user_voice > a {
    font-size: 18px; }

  /* .sec_news_blog ------------------------------------- */
  .sec_news_blog h2 {
    font-size: 20px; }
  .sec_news_blog dl dt {
    font-size: 18px; }
  .sec_news_blog > a {
    font-size: 16px; }

  /* subpage ------------------------------------ */ }
/* #Mobile (Landscape) */
@media only screen and (max-width: 767px) {
  .post-list {
    padding-top: 20px; }
    .post-list li .thums {
      float: none;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
      .post-list li .thums img {
        width: 300px; }
    .post-list li .text {
      font-size: 14px;
      padding-left: 0;
      width: 100%; }

  /* common ------------------------------------- */
  .show-pc, .show-pc.inline, .show-tb {
    display: none !important; }

  .show-sp {
    display: block; }

  .show-sp.inline {
    display: inline-block; }

  body {
    font-weight: normal; }

  .fl, .fr {
    float: none; }

  .sp-tac {
    text-align: center; }

  .sp-tar {
    text-align: right; }

  .mb40 {
    margin-bottom: 20px !important; }

  .fs23 {
    font-size: 13px;
    line-height: 1.4; }

  /* header ------------------------------------- */
  header {
    height: 46px;
    padding: 8px; }
    header .logo {
      width: 175px; }
    header .sp_btn {
      position: absolute;
      top: 10px;
      right: 60px; }
      header .sp_btn i {
        vertical-align: top; }
        header .sp_btn i.fa-phone {
          font-size: 36px;
          color: #ff5405;
          margin-right: 8px; }
        header .sp_btn i.fa-search {
          font-size: 28px; }

  /* nav ---------------------------------------- */
  nav {
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
    background-color: rgba(217, 227, 200, 0.9); }
    nav .navigation {
      position: relative;
      top: 0;
      display: block;
      display: none;
      margin: 10px auto 20px;
      padding: 10px 20px 0;
      background: #fff; }
      nav .navigation li {
        display: block;
        padding: 0;
        border: none !important;
        border-bottom: 1px solid #004899 !important; }
        nav .navigation li a {
          color: #004899;
          display: block;
          padding: 10px;
          font-size: 16px; }
        nav .navigation li.show-sp {
          display: block;
          margin-left: -20px;
          margin-right: -20px;
          margin-top: -1px;
          padding: 8px;
          border-bottom: none !important;
          border-top: 2px solid #004899 !important;
          text-align: center; }
          nav .navigation li.show-sp p:first-of-type {
            margin-bottom: 0px;
            color: #004899;
            font-size: 14px;
            font-weight: bold; }
          nav .navigation li.show-sp .btn_skin01 {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 10px;
            color: #fff;
            font-weight: normal; }
            nav .navigation li.show-sp .btn_skin01 i {
              padding-right: 5px; }
            nav .navigation li.show-sp .btn_skin01:after {
              content: none; }
  .fix_uesato_tel {
    position: fixed;
    bottom: 0;
    background: #f00;
    border: 3px solid #ff0;
    color: #fff;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    z-index: 9999;
    font-weight: 700;
  }

  .toggle_menu {
    background: #004899;
    position: absolute;
    right: 0px;
    top: -46px;
    display: block;
    width: 46px;
    height: 46px; }
    .toggle_menu span {
      display: inline-block;
      width: 30px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      left: 8px;
      transition: .15s ease-in-out;
      border-radius: 2px; }
      .toggle_menu span:nth-child(1) {
        top: 9px; }
      .toggle_menu span:nth-child(2) {
        top: 16px; }
      .toggle_menu span:nth-child(3) {
        top: 23px; }
    .toggle_menu:after {
      position: absolute;
      bottom: 2px;
      display: block;
      width: 100%;
      content: "メニュー";
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      letter-spacing: -1px; }
    .toggle_menu.open span {
      transition: .15s ease-in-out; }
      .toggle_menu.open span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg); }
      .toggle_menu.open span:nth-child(2) {
        width: 0; }
      .toggle_menu.open span:nth-child(3) {
        top: 14px;
        transform: rotate(-45deg); }
    .toggle_menu.open:after {
      content: "CLOSE";
      letter-spacing: 0px; }

  /* layout ------------------------------------- */
  .wrapper01 {
    width: 90%; }

  .wrapper02 {
    width: 85%; }

  /* --- bandarea -------------------------------------- */
  .sec_band {
    padding: 20px 0 0; }
    .sec_band.mrb50 {
      margin-bottom: 25px; }
    .sec_band h2 {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 10px; }
    .sec_band h3 {
      margin-bottom: 15px; }
      .sec_band h3 img {
        width: 60%; }
    .sec_band p {
      padding: 5px 0 10px; }
      .sec_band p img {
        width: 55%; }

  /* --- footer -------------------------------------- */
  footer .btn_pagetop {
    top: -25px;
    right: 10px; }
    footer .btn_pagetop a {
      font-size: 14px;
      letter-spacing: -1px;
      width: 50px;
      height: 50px; }
  footer .wrapper {
    padding: 30px 4%; }
    footer .wrapper .footer_left {
      width: 170px;
      float: none;
      margin-left: 5px; }
      footer .wrapper .footer_left h2 {
        margin-bottom: 10px; }
      footer .wrapper .footer_left p {
        font-size: 14px;
        margin-bottom: 10px; }
    footer .wrapper .footer_nav {
      float: none;
      width: 100%;
      font-size: 12px;
      letter-spacing: -0.4px; }
      footer .wrapper .footer_nav ul {
        width: 49.5%; }

  /* --- title --------------------------------------- */
  .ttl_skin01 {
    font-size: 16px;
    margin-bottom: 10px; }
    .ttl_skin01 span {
      position: relative;
      display: inline-block;
      padding: 0 40px;
      text-align: left;
      background: url(../img/common/ttl_bg01l.png?date=20161214113400) no-repeat left bottom 2px, url(../img/common/ttl_bg01r.png?date=20161214113400) no-repeat right bottom 2px;
      background-size: 35px; }

  .ttl_skin02 {
    font-size: 14px;
    margin-bottom: 10px; }

  .ttl_skin03 {
    font-size: 16px; }

  .ttl_skin04 {
    font-size: 14px;
    padding-left: 5px;
    margin: 0 0 15px 0;
    border-left: 4px solid #004899; }

  /* skin --------------------------------------- */
  /* btn */
  /* column */
  /* li */
  /* table */
  /* tag */
  /* link */
  /* toppage ------------------------------------- */
  .box_slide .text_message {
    top: 20px; }
    .box_slide .text_message img {
      -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      max-width: none; }

  .center-item li.slick-slide {
    height: 200px; }
    .center-item li.slick-slide > img {
      width: 870px !important; }

  /* search_cat ------------------------------------- */
  .search_cat {
    margin-top: -90px; }
    .search_cat.mb50 {
      margin-bottom: 0 !important; }
    .search_cat .box_btn {
      margin-bottom: 5px;
      max-width: 165px;
      float: right; }
      .search_cat .box_btn li {
        width: 75px;
        background: #fff;
        border-radius: 15px; }
        .search_cat .box_btn li:first-child {
          margin-right: 10px; }
        .search_cat .box_btn li img {
          width: 100%; }
    .search_cat div {
      background: url(../img/top/search_cat_bgr.png?date=20161214113400) no-repeat right bottom #004899;
      background-size: 95px;
      border: 3px solid #2865C4;
      padding: 5px; }
      .search_cat div h2 {
        top: -36px;
        left: -3px; }
        .search_cat div h2 img {
          width: 130px; }
      .search_cat div p {
        font-size: 12px;
        margin-bottom: 5px; }
      .search_cat div ul {
        width: 100%;
        margin: 0 auto; }
        .search_cat div ul li {
          width: 68px;
          margin-right: 10px;
          margin-bottom: 10px; }
          .search_cat div ul li img {
            width: 100%; }
        .search_cat div ul li:nth-child(5),
        .search_cat div ul li:last-child {
          margin-right: 10px; }

  /* sec_newTrack" ------------------------------------- */
  .sec_newTrack {
    background: #cee6ff;
    padding: 40px 0 10px; }

  .sec_newTrack > div {
    background: url(../img/top/bg_img01.png?date=20161214113400) no-repeat right bottom #cee6ff;
    background-size: 70%; }

  /* .bn_list01 ------------------------------------- */
  .bn_list01 {
    margin-bottom: 20px;
  }
  .bn_list01 li {
  width: 49%;
  }
  /* .product_list01 ------------------------------------- */
  .product_list01 {
    margin-bottom: 30px;
    padding-left: 1%; }
    .product_list01 > li {
      width: 32%;
      margin-right: 1%;
      height: 250px; }
      .product_list01 > li:nth-child(4n) {
        margin-right: 1%; }
      .product_list01 > li a h4 {
        font-size: 12px;
        font-weight: normal;
        padding: 0 0 0 2px; }
      .product_list01 > li a ul {
        padding: 2px; }
        .product_list01 > li a ul li {
          font-size: 10px; }

  /* sec_main01" ------------------------------------- */
  .sec_main01 img.mb20, .sec_main02 img.mb20 {
    text-align: center;
    margin: 0 auto 20px !important;
    display: block;
    width: 70%; }

  .sec_main01 {
    padding: 20px 0;
    margin-bottom: 40px; }
    .sec_main01 img.track_icn {
      width: 53px;
      margin: 0 auto 10px !important; }

  /* sec_main02" ------------------------------------- */
  .sec_main02 {
    margin-bottom: 20px; }
    .sec_main02 div:first-of-type {
      margin-bottom: 40px; }
      .sec_main02 div:first-of-type h3 {
        margin-left: 0px; }

  /* .sec_user_voice ------------------------------------- */
  .sec_user_voice {
    width: 90%;
    margin: 0 auto 30px;
    float: none; }
    .sec_user_voice h2 {
      background-size: 30px;
      font-size: 16px;
      min-height: 30px;
      padding-left: 40px; }
    .sec_user_voice dl {
      margin-bottom: 10px; }
      .sec_user_voice dl dt {
        font-size: 14px; }
      .sec_user_voice dl dd {
        font-size: 12px;
        line-height: 1.4; }
    .sec_user_voice > a {
      font-size: 12px; }

  /* .sec_news_blog ------------------------------------- */
  .sec_news_blog {
    width: 90%;
    margin: 0 auto 70px;
    float: none; }
    .sec_news_blog h2 {
      font-size: 12px;
      padding: 3px  10px; }
    .sec_news_blog dl {
      padding: 0 10px 10px;
      max-height: 200px;
      margin-bottom: 10px; }
      .sec_news_blog dl dt {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px; }
      .sec_news_blog dl dd {
        font-size: 12px; }
    .sec_news_blog > a {
      font-size: 12px;
      float: right; }

  /* subpage ------------------------------------- */
  #under_h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    background: url(../img/common/main_bg.jpg?date=20161214113400) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 10px; } }
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  @page {
    margin: 1cm 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  body {
    width: auto;
    -webkit-print-color-adjust: exact; } }
.controlWrap ul li {
  width: 20%;
  float: left;
  height: 129px;
  overflow: hidden; }
  .controlWrap ul li a {
    display: block;
    line-height: 0; }

.bx-wrapper {
  text-align: center;
  margin-bottom: 20px; }
  .bx-wrapper img {
    display: inline; }

.bx-wrapper .bx-viewport {
  left: 0; }

.track-table {
  width: 100%;
  margin-top: 40px;
  table-layout: fixed; }
  .track-table th {
    text-align: left;
    background-color: #004899;
    border: solid 1px #004899;
    border-bottom: solid 1px #fff;
    color: #fff;
    width: 27%;
    max-width: 150px;
    padding: 8px;
    font-size: 14px; }
  .track-table tr:last-child th {
    border-bottom: solid 1px #004899; }
  .track-table td {
    text-align: left;
    border: solid 1px #004899;
    padding: 8px;
    font-size: 14px; }

.searchKey span {
  font-weight: 700;
  color: #ff5405; }

@media only screen and (max-width: 767px) {
  .controlWrap ul li {
    height: 59px; } }

/*# sourceMappingURL=style.css.map */

.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%;
}

/* news_block */
.news_block {
  border: 2px solid #f00;
  padding: 10px;
  display: block;
  width: 70%;
  margin: 20px auto 40px;
  color: #f00;
  font-size: 18px;
  text-decoration: none;
}
.news_block span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

/* youtube */
.youtube_track {
	width: 70%;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
	.youtube_track {
		width: 90%;
	}
}

/* jolly-phone */
.jolly-phone-a {
  color: #ff5405;
  font-size: 32px;
  font-weight: 700;
}

/* bn_group */
.bn_group {
  margin: 20px auto 60px;
}
.bn_group li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .bn_group {
    margin: 20px 20px 60px;
  }
  .bn_group li {
    margin: 0 0 20px 0;
  }
}

/* line */
.line_friend {
  margin: 0 auto 40px;
  text-align: center;
}
.line_friend img {
  width: 20%;
}
.line_friend a {
  display: block;
  margin: 20px auto;
  background: #06C755;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  width: 30%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .line_friend img {
    width: 40%;
  }
  .line_friend a {
    width: 80%;
  }
  .fix_line {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 15%;
    z-index: 9999;
  }
}