@charset "UTF-8";
/*ヘッダー*/
#header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff; }
  #header.fixed #pc_menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10; }
    #header.fixed #pc_menu #h_logo {
      width: 250px; }
  #header h1 {
    text-indent: -9999px;
    overflow: hidden;
    height: 0; }
  #header #h_logo {
    float: left;
    padding-left: 20px; }
  #header #gnav {
    float: right; }
    #header #gnav ul {
      overflow: hidden;
      height: 80px; }
      #header #gnav ul li {
        float: left; }
        #header #gnav ul li a {
          display: inline-block;
          padding: 0 30px;
          font-family: 'Oswald', sans-serif;
          font-size: 19px;
          font-size: 1.9rem;
          font-weight: 600; }
        #header #gnav ul li.contact a {
          padding: 0;
          width: 80px;
          text-align: center;
          display: inline-block;
          background-color: #036eb7; }
        #header #gnav ul li.tel {
          background-color: #082350;
          color: #fff;
          font-family: 'Oswald', sans-serif;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 600;
          padding: 0 30px; }
  #header #nav-toggle, #header #nav-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer; }
  #header #nav-toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #000;
    top: 0;
    right: 0;
    z-index: 2; }
    #header #nav-toggle span {
      position: absolute;
      background: #fff;
      width: 30px;
      height: 2px;
      left: 0;
      right: 0;
      margin: auto; }
      #header #nav-toggle span:nth-of-type(1) {
        top: 15px; }
      #header #nav-toggle span:nth-of-type(2) {
        top: 0;
        bottom: 0; }
      #header #nav-toggle span:nth-of-type(3) {
        bottom: 15px; }
  #header.open #nav-toggle span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  #header.open #nav-toggle span:nth-of-type(2) {
    opacity: 0; }
  #header.open #nav-toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg); }
  #header #sp_menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 50px; }
    #header #sp_menu .sp_logo {
      line-height: 50px;
      padding-left: 10px; }
    #header #sp_menu .contact {
      text-align: center;
      line-height: 50px;
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #036eb7;
      top: 0;
      right: 50px;
      z-index: 2; }
    #header #sp_menu .tel {
      text-align: center;
      line-height: 50px;
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #082350;
      top: 0;
      right: 100px;
      z-index: 2; }
  #header #sp_nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    padding-bottom: 50px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.97);
    overflow: scroll; }
    #header #sp_nav #sp_navInner {
      padding: 30px 25px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: scroll; }
    #header #sp_nav ul {
      padding: 20px; }
      #header #sp_nav ul li a {
        display: block;
        text-decoration: none;
        color: #036eb7;
        padding: 20px;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
        font-family: 'Oswald', sans-serif; }
        #header #sp_nav ul li a span {
          font-size: 12px;
          font-size: 1.2rem;
          padding-left: 15px;
          font-family: 'Zen Kaku Gothic New','メイリオ', Meiryo, sans-serif;
          color: #fff; }
      #header #sp_nav ul li ul {
        display: none;
        padding: 0 0 12px 0;
        margin-bottom: 10px; }
        #header #sp_nav ul li ul li a {
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400;
          color: #fff;
          padding: 8px 20px 8px 35px; }
          #header #sp_nav ul li ul li a:before {
            position: absolute;
            content: '';
            display: block;
            width: 5px;
            height: 1px;
            background-color: #fff;
            top: 50%;
            left: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

@media screen and (max-width: 1199px) {
  #header #h_logo {
    width: 280px;
    padding-left: 10px; }
  #header #gnav ul li a {
    padding: 0 15px; }
  #header #gnav ul li.contact a {
    width: 65px; }
  #header #gnav ul li.tel {
    padding: 0 25px; } }
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
    line-height: 50px; }
    #header #sp_menu {
      display: block;
      line-height: 1; }
    #header #pc_menu {
      display: none; } }
#container.open {
  position: fixed;
  width: 100%; }

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
#main_visual {
  position: relative; }
  #main_visual img {
    width: 80%;
    height: auto;
    display: block; }
    #main_visual img.img1 {
      margin-left: auto;
      position: relative;
      z-index: 2; }
    #main_visual img.img2 {
      position: absolute;
      left: 0;
      bottom: -100px;
      z-index: 1; }
  #main_visual .key_copy {
    position: absolute;
    bottom: 60px;
    left: 30px;
    color: #fff;
    z-index: 3; }
    #main_visual .key_copy .main_copy {
      font-size: 60px;
      font-size: 6rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 20px; }
    #main_visual .key_copy .sub_copy {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.8;
      padding-left: 1em; }
  #main_visual .scroll_btn {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    z-index: 3; }
    #main_visual .scroll_btn:before {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 60px;
      bottom: -85px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      background-color: #fff; }
    #main_visual .scroll_btn:after {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 60px;
      bottom: -145px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      background-color: #082350; }

@media screen and (max-width: 1024px) {
  #main_visual img {
    width: 90%; }
    #main_visual img.img2 {
      bottom: -20px; }
  #main_visual .key_copy {
    position: absolute;
    bottom: 80px;
    left: 10px;
    color: #fff; }
    #main_visual .key_copy .main_copy {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 10px; }
    #main_visual .key_copy .sub_copy {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      padding-left: 0; }
  #main_visual .scroll_btn {
    bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem; }
    #main_visual .scroll_btn:before {
      height: 30px;
      bottom: -40px; }
    #main_visual .scroll_btn:after {
      height: 30px;
      bottom: -70px; } }
/*----------------------------------------------------
	ページトップ
----------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 100;
  font-weight: 700;
  font-family: 'Oswald', sans-serif; }

#pagetop a {
  background: #036eb7;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 25px; }

#pagetop a:hover {
  opacity: .8;
  text-decoration: none;
  background: #666; }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  padding-top: 50px;
  background-color: #082350;
  color: #fff; }
  #footer .footer_inner {
    max-width: 1480px;
    padding: 0 30px;
    margin: 0 auto; }
    #footer .footer_inner a {
      color: #fff; }
    #footer .footer_inner #foot_info {
      float: left;
      width: 20%; }
      #footer .footer_inner #foot_info .f_logo {
        margin-bottom: 10px; }
    #footer .footer_inner #foot_nav {
      position: relative;
      width: 70%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: end; }
      #footer .footer_inner #foot_nav > ul > li {
        padding: 0 20px;
        vertical-align: top;
        text-align: left;
        margin-top: 15px; }
        #footer .footer_inner #foot_nav > ul > li > a {
          position: relative;
          padding-left: 1em; }
          #footer .footer_inner #foot_nav > ul > li > a:before {
            position: absolute;
            content: '';
            display: block;
            width: 5px;
            height: 1px;
            background-color: #fff;
            top: 50%;
            left: 3px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        #footer .footer_inner #foot_nav > ul > li ul li {
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 2em;
          margin-top: 5px; }
      #footer .footer_inner #foot_nav .wrecker {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1; }
        #footer .footer_inner #foot_nav .wrecker a {
          display: inline-block;
          margin: 0 0 0 auto;
          background-color: #fff;
          color: #082350 !important;
          padding: 10px 30px;
          font-weight: 600; }
    #footer .footer_inner .bnr_list .wrecker {
      display: none !important; }
      #footer .footer_inner .bnr_list .wrecker a {
        display: inline-block;
        margin: 0 0 0 auto;
        background-color: #fff;
        color: #082350 !important;
        padding: 10px 30px;
        font-weight: 600; }
    #footer .footer_inner .bnr_list li + li {
      margin-top: 20px; }
  #footer .copyright {
    margin-top: 50px;
    padding: 10px 0;
    background-color: #fff;
    color: #012358;
    text-align: center; }

@media screen and (max-width: 1279px) {
  #footer .footer_inner #foot_info {
    width: 20%; }
    #footer .footer_inner #foot_info .bnr_list li {
      display: inline-block;
      width: 43%; }
      #footer .footer_inner #foot_info .bnr_list li + li {
        margin-left: 5%; }

  #footer .footer_inner #foot_nav {
    width: 80%; }

  #footer .footer_inner #foot_nav ul li {
    padding: 0 10px; } }
@media screen and (max-width: 767px) {
  #footer .footer_inner #foot_info, #footer .footer_inner #foot_nav {
    text-align: center;
    float: none;
    width: 100%; }

  #footer #foot_nav {
    display: none !important; }

  #footer .footer_inner #foot_info .bnr_list .wrecker {
    display: block !important;
    display: block !important;
    margin: 15px auto 0;
    width: 100%; } }
/*----------------------------------------------------
	iframe
----------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; } }
/*----------------------------------------------------
	共通デザイン
----------------------------------------------------*/
.bold {
  font-weight: 700; }

.key {
  color: #036eb7; }

a.link_key {
  color: #036eb7;
  text-decoration: underline; }

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

.title_style01 {
  color: #036eb7;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }
  .title_style01 span {
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif; }

.title_style02 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #999;
  font-weight: 700; }
  .title_style02 span {
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #036eb7; }

.more_link {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  height: 67px;
  line-height: 67px;
  font-family: 'Oswald', sans-serif;
  background: url("../img/common/more_arrow.png") no-repeat right center;
  padding-right: 100px; }
  .more_link:hover {
    color: #036eb7; }

@media screen and (max-width: 767px) {
  .title_style01 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    .title_style01 span {
      font-size: 32px;
      font-size: 3.2rem; }

  .title_style02 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
    .title_style02 span {
      font-size: 32px;
      font-size: 3.2rem; }

  .more_link {
    font-size: 20px;
    font-size: 2rem;
    height: 37px;
    line-height: 37px;
    background-size: contain;
    padding-right: 50px; } }
/*トップ設定*/
.toppage #about {
  overflow: hidden;
  position: relative;
  background: url("../img/top/about_bg.jpg") no-repeat center;
  background-size: cover;
  background-color: #e9eff5;
  padding: 180px 0 80px; }
  .toppage #about:before {
    position: absolute;
    top: 120px;
    left: 0;
    padding-left: 100%;
    content: "ABOUT\00a0 US";
    white-space: pre-wrap;
    display: block;
    color: #f7fafc;
    font-size: 300px;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
    animation: scrollSample01 20s linear infinite; }
  .toppage #about .img_wrap {
    position: relative;
    float: left;
    width: 40%;
    z-index: 2; }
  .toppage #about .txt_wrap {
    position: relative;
    float: right;
    width: 55%;
    z-index: 2; }
.toppage #service {
  overflow: hidden;
  position: relative;
  padding: 80px 0 80px; }
  .toppage #service:before {
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 100%;
    content: "SERVICE";
    white-space: pre-wrap;
    display: block;
    color: #edf2f7;
    font-size: 300px;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
    animation: scrollSample01 20s linear infinite; }
  .toppage #service .title_style01 {
    position: relative;
    z-index: 1; }
  .toppage #service .wrecker_service {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 40px;
    z-index: 2; }
    .toppage #service .wrecker_service:before {
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      right: 0;
      content: '';
      display: block;
      background: #012358;
      background: linear-gradient(180deg, rgba(1, 35, 88, 0) 0%, #012358 100%);
      z-index: 1; }
    .toppage #service .wrecker_service a {
      color: #fff; }
      .toppage #service .wrecker_service a p {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        width: 100%;
        font-size: 48px;
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1.1;
        z-index: 1; }
        .toppage #service .wrecker_service a p span {
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 600;
          padding-left: 20px; }
        .toppage #service .wrecker_service a p .arrow {
          position: absolute;
          right: 70px;
          bottom: 10px;
          font-size: 34px;
          font-size: 3.4rem;
          font-weight: 600;
          padding-left: 0; }
  .toppage #service .service_list {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 2; }
    .toppage #service .service_list li {
      position: relative;
      text-align: center; }
      .toppage #service .service_list li:before {
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        right: 0;
        content: '';
        display: block;
        background: #012358;
        background: linear-gradient(180deg, rgba(1, 35, 88, 0) 0%, #012358 100%);
        z-index: 1; }
      .toppage #service .service_list li a {
        color: #fff; }
        .toppage #service .service_list li a p {
          position: absolute;
          bottom: 20px;
          left: 0;
          right: 0;
          width: 100%;
          font-size: 32px;
          font-size: 3.2rem;
          font-weight: 600;
          line-height: 1.1;
          z-index: 1; }
          .toppage #service .service_list li a p span {
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: 600; }
.toppage #news {
  overflow: hidden;
  position: relative;
  background: url("../img/top/news_bg.jpg") no-repeat center;
  background-size: cover;
  background-color: #e9eff5;
  padding: 80px 0 80px; }
  .toppage #news:before {
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 100%;
    content: "NEWS";
    white-space: pre-wrap;
    display: block;
    color: #dde5ed;
    font-size: 300px;
    font-size: 30rem;
    font-weight: 700;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    z-index: 1;
    animation: scrollSample01 20s linear infinite; }
  .toppage #news .clearfix {
    position: relative;
    z-index: 1; }
    .toppage #news .clearfix .title_style01 {
      float: left;
      width: 200px; }
    .toppage #news .clearfix .news_wrap {
      background-color: rgba(255, 255, 255, 0.65);
      padding: 40px;
      float: right;
      width: 750px; }
      .toppage #news .clearfix .news_wrap #newsList li {
        margin-bottom: 20px; }
        .toppage #news .clearfix .news_wrap #newsList li .up_ymd {
          font-weight: 600;
          padding-right: 3em; }

#contact {
  padding: 50px 0 50px;
  background: url("../img/top/contact_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff; }
  #contact .title_style01 {
    float: left;
    width: 200px;
    color: #fff; }
  #contact .contact_wrap {
    float: right;
    width: 660px; }
    #contact .contact_wrap .contact_btn_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #contact .contact_wrap .contact_btn_list li {
        width: 48%; }
        #contact .contact_wrap .contact_btn_list li.tel a {
          display: block;
          text-align: center;
          padding: 20px;
          width: 100%;
          background-color: #082350;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 700;
          font-family: 'Oswald', sans-serif;
          color: #fff; }
        #contact .contact_wrap .contact_btn_list li.mail a {
          display: block;
          text-align: center;
          padding: 20px;
          width: 100%;
          background-color: #fff;
          color: #036eb7;
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: 700;
          font-family: 'Oswald', sans-serif; }
          #contact .contact_wrap .contact_btn_list li.mail a:before {
            display: inline-block;
            content: "";
            width: 25px;
            height: 20px;
            background: url("../img/common/mail2.svg") no-repeat center; }

@keyframes scrollSample01 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@media screen and (max-width: 767px) {
  .toppage #about {
    background-image: none;
    background-color: #e9eff5;
    padding: 70px 0 50px; }
    .toppage #about:before {
      font-size: 100px;
      font-size: 10rem; }
    .toppage #about .img_wrap, .toppage #about .txt_wrap {
      float: none;
      width: 100%; }
  .toppage #service {
    padding: 50px 0 50px; }
    .toppage #service:before {
      font-size: 100px;
      font-size: 10rem; }
    .toppage #service .wrecker_service:before {
      display: none; }
    .toppage #service .wrecker_service a p {
      text-align: center;
      margin-top: 10px;
      position: static;
      font-size: 17px;
      font-size: 1.7rem;
      color: #082350; }
      .toppage #service .wrecker_service a p span {
        font-size: 14px;
        font-size: 1.4rem; }
      .toppage #service .wrecker_service a p .arrow {
        right: 10px;
        bottom: 10px;
        font-size: 20px;
        font-size: 2rem; }
    .toppage #service .service_list li:before {
      display: none; }
    .toppage #service .service_list li a p {
      margin-top: 10px;
      position: static;
      font-size: 17px;
      font-size: 1.7rem;
      color: #082350; }
      .toppage #service .service_list li a p span {
        font-size: 14px;
        font-size: 1.4rem; }
    .toppage #service .more_link {
      position: absolute;
      top: 70px;
      right: 0;
      z-index: 1; }
  .toppage #news {
    background: none;
    background-color: #e9eff5;
    padding: 50px 0 50px; }
    .toppage #news:before {
      font-size: 100px;
      font-size: 10rem;
      color: #f7fafc; }
    .toppage #news .clearfix .title_style01 {
      float: none;
      width: 100%; }
    .toppage #news .clearfix .news_wrap {
      padding: 20px;
      float: none;
      width: 100%; }
    .toppage #news .more_link {
      position: absolute;
      top: 20px;
      right: 0;
      z-index: 1; }

  #contact .title_style01 {
    float: none;
    width: 100%; }
  #contact .contact_wrap {
    float: none;
    width: 100%; }
    #contact .contact_wrap .contact_btn_list li.tel a {
      padding: 15px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700; }
    #contact .contact_wrap .contact_btn_list li.mail a {
      padding: 15px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700; } }
#wrapper #page_title {
  position: relative; }
  #wrapper #page_title .img {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1; }
    #wrapper #page_title .img:before {
      display: block;
      position: absolute;
      content: "";
      left: 0;
      bottom: -100px;
      width: 80%;
      height: 500px;
      background-color: #0b2e64;
      z-index: -1; }
    #wrapper #page_title .img:after {
      display: block;
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      width: 80%;
      height: 500px;
      background-color: #999;
      z-index: 2; }
  #wrapper #page_title h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    z-index: 3; }
    #wrapper #page_title h2:before {
      display: block;
      position: absolute;
      right: 0;
      bottom: -50px;
      font-size: 270px;
      font-size: 27rem;
      line-height: 1;
      font-weight: 700;
      font-family: 'Oswald', sans-serif;
      mix-blend-mode: overlay;
      opacity: .4; }
    #wrapper #page_title h2 span {
      font-size: 80px;
      font-size: 8rem;
      font-weight: 700;
      font-family: 'Oswald', sans-serif; }
#wrapper #main {
  padding: 110px 0 80px; }
  #wrapper #main .pNav {
    margin-bottom: 70px;
    font-size: 12px;
    font-size: 1.2rem; }
    #wrapper #main .pNav a {
      color: #036eb7;
      text-decoration: underline; }
      #wrapper #main .pNav a:hover {
        text-decoration: none; }
#wrapper.news #page_title .img:after {
  background: url("../img/news/title.png") no-repeat center;
  background-size: cover; }
#wrapper.news #page_title h2:before {
  content: "NEWS"; }
#wrapper.news #main {
  background-color: #edf2f7; }
  #wrapper.news #main #newsList li {
    background-color: #fff;
    padding: 15px 40px;
    margin-bottom: 20px; }
    #wrapper.news #main #newsList li .up_ymd {
      font-weight: 600;
      padding-right: 3em; }
    #wrapper.news #main #newsList li .title a {
      color: #036eb7; }
#wrapper.news .pager {
  margin-top: 30px;
  text-align: center; }
#wrapper.news .pager a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px;
  background-color: #036eb7;
  color: #fff; }
#wrapper.news .single_postwrap {
  background-color: #fff;
  padding: 30px; }
  #wrapper.news .single_postwrap h2.detail-title {
    margin: 0 0 10px;
    border-bottom: 1px solid #0b2e64;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
  #wrapper.news .single_postwrap #up_ymd {
    text-align: right;
    margin-bottom: 20px; }
  #wrapper.news .single_postwrap .detailUpfile {
    margin: 25px 0 35px;
    text-align: center; }
  #wrapper.news .single_postwrap .detailUpfile img {
    max-width: 100%;
    height: auto; }
  #wrapper.news .single_postwrap .detailText {
    line-height: 2; }
  #wrapper.news .single_postwrap .detailText b {
    font-weight: bold; }
  #wrapper.news .single_postwrap .detailText i {
    font-style: italic; }
  #wrapper.news .single_postwrap .detailText ul {
    list-style-type: disc;
    list-style-position: inside; }
  #wrapper.news .single_postwrap .detailText ol {
    list-style-type: decimal;
    list-style-position: inside; }
#wrapper.news .backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px; }
#wrapper.news .backORcloseBtn a {
  border-radius: 5px;
  display: inline-block;
  padding: 8px 10px;
  margin-top: 20px;
  border: solid 1px #036eb7;
  background-color: #fff;
  color: #036eb7;
  font-size: 16px;
  font-size: 1.6rem; }
#wrapper.reason #page_title .img:after {
  background: url("../img/reason/title.png") no-repeat center;
  background-size: cover; }
#wrapper.reason #page_title h2:before {
  content: "REASON"; }
#wrapper.reason .reason_list li {
  padding: 80px 0; }
  #wrapper.reason .reason_list li:first-child {
    padding-top: 0; }
  #wrapper.reason .reason_list li .inner {
    position: relative; }
  #wrapper.reason .reason_list li .txt_box .point {
    padding: 3px 5px;
    display: inline-block;
    border: solid 1px #036eb7;
    background-color: #fff;
    color: #036eb7;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Oswald', sans-serif; }
  #wrapper.reason .reason_list li .txt_box h3 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    color: #036eb7; }
  #wrapper.reason .reason_list li .txt_box .sub_title {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #082350; }
  #wrapper.reason .reason_list li:nth-child(odd) .txt_box {
    position: absolute;
    width: 58%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%); }
  #wrapper.reason .reason_list li:nth-child(odd) .img {
    float: right;
    width: 37%; }
  #wrapper.reason .reason_list li:nth-child(even) {
    background-color: #edf2f7; }
    #wrapper.reason .reason_list li:nth-child(even) .txt_box {
      position: absolute;
      width: 58%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }
    #wrapper.reason .reason_list li:nth-child(even) .img {
      float: left;
      width: 37%; }
#wrapper #flow {
  padding-top: 80px; }
  #wrapper #flow .sub_title {
    background-color: #036eb7;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #fff; }
  #wrapper #flow h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
    color: #0b2e64; }
  #wrapper #flow a {
    color: #036eb7;
    text-decoration: underline; }
    #wrapper #flow a:hover {
      text-decoration: none; }
    #wrapper #flow a.tel_link {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 600;
      font-weight: 700;
      font-family: 'Oswald', sans-serif;
      text-decoration: none; }
  #wrapper #flow .flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #wrapper #flow .flow_list li {
      position: relative;
      width: 22%;
      position: relative;
      margin-top: 30px;
      padding: 30px 20px 20px 20px;
      background-color: #f5f5f5; }
      #wrapper #flow .flow_list li:after {
        position: absolute;
        right: -32px;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        display: block;
        content: "";
        background: url("../img/reason/flow_arrow.png");
        width: 12px;
        height: 33px; }
      #wrapper #flow .flow_list li:last-child:after {
        display: none; }
      #wrapper #flow .flow_list li dl dt {
        margin-bottom: 10px;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
        text-align: center;
        color: #0b2e64; }
        #wrapper #flow .flow_list li dl dt img {
          position: absolute;
          top: -25px;
          left: 0;
          right: 0;
          text-align: center;
          margin: 0 auto; }
      #wrapper #flow .flow_list li dl dd {
        text-align: center; }
        #wrapper #flow .flow_list li dl dd p {
          margin-top: 10px;
          text-align: left; }
#wrapper.service #main {
  padding-bottom: 0;
  background-color: #edf2f7; }
#wrapper.service #page_title .img:after {
  background: url("../img/service/title.png") no-repeat center;
  background-size: cover; }
#wrapper.service #page_title h2:before {
  content: "SERVICE"; }
#wrapper.service #anker {
  padding-bottom: 80px; }
  #wrapper.service #anker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper.service #anker ul li {
      width: 19%;
      margin-left: 1%; }
      #wrapper.service #anker ul li:nth-child(1), #wrapper.service #anker ul li:nth-child(2), #wrapper.service #anker ul li:nth-child(3), #wrapper.service #anker ul li:nth-child(4) {
        width: 24%;
        margin-left: 1%;
        margin-bottom: 20px; }
        #wrapper.service #anker ul li:nth-child(1) a, #wrapper.service #anker ul li:nth-child(2) a, #wrapper.service #anker ul li:nth-child(3) a, #wrapper.service #anker ul li:nth-child(4) a {
          height: 80px;
          padding-right: 20px;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 600; }
          #wrapper.service #anker ul li:nth-child(1) a:before, #wrapper.service #anker ul li:nth-child(2) a:before, #wrapper.service #anker ul li:nth-child(3) a:before, #wrapper.service #anker ul li:nth-child(4) a:before {
            position: absolute;
            right: 20px;
            background: url("../img/service/anker_l.png") no-repeat center;
            display: block;
            content: "";
            width: 16px;
            height: 10px;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            /* Safari用 */
            transform: translate(0%, -50%);
            bottom: inherit;
            margin-right: inherit; }
          #wrapper.service #anker ul li:nth-child(1) a span, #wrapper.service #anker ul li:nth-child(2) a span, #wrapper.service #anker ul li:nth-child(3) a span, #wrapper.service #anker ul li:nth-child(4) a span {
            padding-bottom: 0; }
      #wrapper.service #anker ul li:nth-child(1), #wrapper.service #anker ul li:nth-child(5) {
        margin-left: 0; }
      #wrapper.service #anker ul li a {
        position: relative;
        width: 100%;
        height: 60px;
        display: block;
        background-color: #fff;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
        color: #0b2e64; }
        #wrapper.service #anker ul li a:before {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 10px;
          background: url("../img/service/anker_s.png") no-repeat center;
          display: block;
          content: "";
          width: 11px;
          height: 6px;
          margin: 0 auto; }
        #wrapper.service #anker ul li a span {
          padding-bottom: 10px;
          position: absolute;
          top: 50%;
          right: 0;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%);
          font-weight: 600; }
#wrapper.service #service {
  padding: 30px 0 80px;
  background-color: #fff; }
  #wrapper.service #service .flex_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper.service #service .flex_list section {
      width: 30%;
      margin-left: 5%; }
      #wrapper.service #service .flex_list section:first-child, #wrapper.service #service .flex_list section:nth-child(4) {
        margin-left: 0; }
      #wrapper.service #service .flex_list section h3.service_title {
        padding: 0 15px;
        margin-bottom: 10px; }
        #wrapper.service #service .flex_list section h3.service_title span {
          font-size: 24px;
          font-size: 2.4rem; }
      #wrapper.service #service .flex_list section .img {
        margin-bottom: 15px; }
  #wrapper.service #service section {
    padding-top: 50px; }
    #wrapper.service #service section h3.service_title {
      text-align: center;
      position: relative;
      padding: 0 65px;
      margin-bottom: 30px; }
      #wrapper.service #service section h3.service_title:before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #d0d0d0; }
      #wrapper.service #service section h3.service_title span {
        font-size: 38px;
        font-size: 3.8rem;
        font-weight: 600;
        color: #036eb7;
        position: relative;
        padding: 0 1em;
        background: #fff; }
    #wrapper.service #service section.main_service .txt_box {
      float: right;
      width: 50%;
      line-height: 1.8; }
      #wrapper.service #service section.main_service .txt_box .wrecker_link {
        margin-top: 20px;
        text-align: right; }
        #wrapper.service #service section.main_service .txt_box .wrecker_link a {
          display: inline-block;
          margin: 0 0 0 auto;
          background-color: #fff;
          color: #082350;
          border: solid 1px #082350;
          padding: 10px 30px;
          font-weight: 600; }
          #wrapper.service #service section.main_service .txt_box .wrecker_link a:hover {
            background-color: #082350;
            color: #fff; }
      #wrapper.service #service section.main_service .txt_box .tit {
        color: #0b2e64;
        font-weight: 600; }
      #wrapper.service #service section.main_service .txt_box dl dt {
        float: left;
        font-weight: 600; }
      #wrapper.service #service section.main_service .txt_box dl dd {
        padding-left: 100px; }
        #wrapper.service #service section.main_service .txt_box dl dd a {
          border: solid 1px #036eb7;
          color: #036eb7;
          display: inline-block;
          margin-left: 1em;
          padding: 5px 5px 5px 15px;
          line-height: 1;
          background: url(../img/service/arrow_map.png) no-repeat center left 5px;
          border-radius: 5px;
          font-size: 14px;
          font-size: 1.4rem; }
    #wrapper.service #service section.main_service .img {
      float: left;
      width: 46%; }
    #wrapper.service #service section .example {
      position: relative;
      margin-top: 50px;
      border: solid 1px #c7d3db;
      border-radius: 10px;
      padding: 40px 40px 30px 40px; }
      #wrapper.service #service section .example h4 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        position: absolute;
        left: 0;
        right: 0;
        top: -15px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        width: fit-content;
        padding: 0 30px; }
      #wrapper.service #service section .example ul li {
        float: left;
        width: 30%;
        margin-left: 5%;
        border-bottom: solid 1px #c7d3db;
        font-size: 14px;
        font-size: 1.4rem;
        background: url("../img/service/ex_check.png") no-repeat center left;
        padding: 10px 0 10px 20px;
        margin-bottom: 10px; }
        #wrapper.service #service section .example ul li:first-child, #wrapper.service #service section .example ul li:nth-child(4) {
          margin-left: 0; }
#wrapper.policy #page_title .img:after {
  background: url("../img/policy/title.png") no-repeat center;
  background-size: cover; }
#wrapper.policy #page_title h2:before {
  content: "POLICY"; }
#wrapper.policy dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #c7d3db; }
  #wrapper.policy dl dt strong {
    font-weight: 600; }
#wrapper.policy dl dd {
  margin: 0 0 30px 1em; }
  #wrapper.policy dl dd ul {
    list-style-type: disc;
    list-style-position: inside; }
#wrapper.faq #page_title .img:after {
  background: url("../img/faq/title.png") no-repeat center;
  background-size: cover; }
#wrapper.faq #page_title h2:before {
  content: "FAQ"; }
#wrapper.faq .faq_list li {
  margin-bottom: 20px; }
  #wrapper.faq .faq_list li dl .faq_q {
    cursor: pointer;
    position: relative;
    padding: 20px;
    background-color: #f5f5f5; }
    #wrapper.faq .faq_list li dl .faq_q .cat {
      display: inline-block;
      width: 120px;
      padding: 3px;
      margin-right: 20px;
      background-color: #fff;
      border: solid 1px #036eb7;
      color: #036eb7;
      text-align: center; }
    #wrapper.faq .faq_list li dl .faq_q .q_icon {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      padding-right: 5px; }
    #wrapper.faq .faq_list li dl .faq_q .dli-plus {
      display: inline-block;
      vertical-align: middle;
      color: #000;
      line-height: 1;
      width: 1.5em;
      height: 0.1em;
      background: currentColor;
      position: absolute;
      top: 50%;
      right: 30px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    #wrapper.faq .faq_list li dl .faq_q .dli-plus::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: inherit;
      transform: rotate(90deg); }
    #wrapper.faq .faq_list li dl .faq_q.open .dli-plus::before {
      display: none; }
  #wrapper.faq .faq_list li dl .faq_a {
    display: none;
    padding: 20px 20px 20px 160px; }
    #wrapper.faq .faq_list li dl .faq_a .a_icon {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      padding-right: 5px; }
#wrapper.contact #page_title .img:after {
  background: url("../img/contact/title.png") no-repeat center;
  background-size: cover; }
#wrapper.contact #page_title h2:before {
  content: "CONTACT"; }
#wrapper.contact #main {
  background-color: #edf2f7;
  padding-bottom: 0; }
  #wrapper.contact #main .inner {
    max-width: 800px; }
    #wrapper.contact #main .inner .title_style02 {
      float: left;
      width: 300px; }
    #wrapper.contact #main .inner .txt_box {
      float: right;
      width: 470px; }
  #wrapper.contact #main #tel {
    padding-bottom: 80px; }
    #wrapper.contact #main #tel .tel_bnr {
      display: inline-block;
      width: 100%;
      background-color: #036eb7;
      padding: 30px;
      text-align: center; }
  #wrapper.contact #main #form {
    padding: 80px 0;
    background-color: #fff; }
  #wrapper.contact #main #thanks {
    padding-bottom: 80px; }
#wrapper.company #page_title .img:after {
  background: url("../img/company/title.png") no-repeat center;
  background-size: cover; }
#wrapper.company #page_title h2:before {
  content: "COMPANY"; }
#wrapper.company #greeting {
  padding-bottom: 80px; }
  #wrapper.company #greeting .clearfix {
    position: relative; }
  #wrapper.company #greeting .img {
    float: right;
    width: 37%; }
  #wrapper.company #greeting .txt_box {
    position: absolute;
    width: 58%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #wrapper.company #greeting .txt_box p {
      line-height: 2;
      font-size: 18px;
      font-size: 1.8rem; }
    #wrapper.company #greeting .txt_box .name {
      margin-top: 20px;
      text-align: right; }
      #wrapper.company #greeting .txt_box .name span {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600; }
#wrapper.company #staff {
  background-color: #edf2f7;
  padding: 80px 0; }
  #wrapper.company #staff .title_style02 {
    float: left;
    width: 25%; }
  #wrapper.company #staff .txt_box {
    float: right;
    width: 70%; }
    #wrapper.company #staff .txt_box .comment {
      font-size: 18px;
      font-size: 1.8rem;
      color: #036eb7;
      margin: 10px 0 30px;
      font-weight: 600; }
  #wrapper.company #staff .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #wrapper.company #staff .staff_list li {
      width: 47%; }
      #wrapper.company #staff .staff_list li dl {
        font-size: 18px;
        font-size: 1.8rem; }
        #wrapper.company #staff .staff_list li dl dt {
          color: #036eb7;
          margin: 10px 0;
          font-weight: 600; }
#wrapper.company #overview {
  padding-top: 80px; }
  #wrapper.company #overview .title_style02 {
    float: left;
    width: 25%; }
  #wrapper.company #overview .txt_box {
    float: right;
    width: 70%;
    padding: 30px;
    background-color: #f5f5f5; }

@media screen and (max-width: 767px) {
  #wrapper #page_title .img {
    height: 200px; }
    #wrapper #page_title .img:before {
      bottom: -50px;
      width: 80%;
      height: 200px; }
    #wrapper #page_title .img:after {
      width: 80%;
      height: 200px; }
  #wrapper #page_title h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px; }
    #wrapper #page_title h2:before {
      bottom: -30px;
      font-size: 100px;
      font-size: 10rem; }
    #wrapper #page_title h2 span {
      font-size: 40px;
      font-size: 4rem; }
  #wrapper #main {
    padding: 60px 0 50px; }
    #wrapper #main .pNav {
      margin-bottom: 40px; }
  #wrapper.news #main #newsList li {
    padding: 10px 20px;
    margin-bottom: 10px; }
    #wrapper.news #main #newsList li .up_ymd {
      padding-right: 2em; }
  #wrapper.news #main .pager a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 3px 8px; }
  #wrapper.news #main .single_postwrap {
    padding: 15px; }
    #wrapper.news #main .single_postwrap h2.detail-title {
      font-size: 17px;
      font-size: 1.7rem; }
  #wrapper.contact #main .inner .title_style02, #wrapper.contact #main .inner .txt_box {
    float: none;
    width: 100%; }
  #wrapper.contact #main #tel {
    padding-bottom: 50px; }
    #wrapper.contact #main #tel .tel_bnr {
      padding: 20px;
      max-width: 250px; }
  #wrapper.contact #main #form {
    padding: 50px 0; }
  #wrapper.faq .faq_list li {
    margin-bottom: 10px; }
    #wrapper.faq .faq_list li dl .faq_q {
      padding: 15px 40px 15px 15px; }
      #wrapper.faq .faq_list li dl .faq_q .cat {
        display: block; }
      #wrapper.faq .faq_list li dl .faq_q .dli-plus {
        right: 15px; }
      #wrapper.faq .faq_list li dl .faq_q .q_icon {
        font-size: 18px;
        font-size: 1.8rem; }
    #wrapper.faq .faq_list li dl .faq_a {
      padding: 15px; }
      #wrapper.faq .faq_list li dl .faq_a .a_icon {
        font-size: 18px;
        font-size: 1.8rem; }
  #wrapper.reason .reason_list li {
    padding: 50px 0; }
    #wrapper.reason .reason_list li .txt_box .point {
      padding: 2px 4px;
      font-size: 15px;
      font-size: 1.5rem; }
    #wrapper.reason .reason_list li .txt_box h3 {
      font-size: 28px;
      font-size: 2.8rem; }
    #wrapper.reason .reason_list li .txt_box .sub_title {
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem; }
    #wrapper.reason .reason_list li:nth-child(odd) .txt_box {
      position: inherit;
      width: 100%;
      -webkit-transform: none;
      transform: none;
      margin-bottom: 10px; }
    #wrapper.reason .reason_list li:nth-child(odd) .img {
      float: none;
      width: 100%; }
    #wrapper.reason .reason_list li:nth-child(even) .txt_box {
      position: inherit;
      width: 100%;
      -webkit-transform: none;
      transform: none;
      margin-bottom: 10px; }
    #wrapper.reason .reason_list li:nth-child(even) .img {
      float: none;
      width: 100%; }
  #wrapper #flow .sub_title {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    font-size: 2rem; }
  #wrapper #flow h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem; }
  #wrapper #flow .flow_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #wrapper #flow .flow_list li {
      width: 47%;
      padding: 30px 10px 10px 10px;
      margin-bottom: 20px; }
      #wrapper #flow .flow_list li:after {
        display: none; }
      #wrapper #flow .flow_list li dl dt {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; }
        #wrapper #flow .flow_list li dl dt img {
          position: absolute;
          top: -25px;
          left: 0;
          right: 0;
          text-align: center;
          margin: 0 auto; }
      #wrapper #flow .flow_list li dl dd img {
        width: 60%; }
  #wrapper.company #greeting {
    padding-bottom: 50px; }
    #wrapper.company #greeting .img {
      float: none;
      width: 100%; }
    #wrapper.company #greeting .txt_box {
      position: inherit;
      width: 100%;
      -webkit-transform: none;
      transform: none;
      margin-bottom: 20px; }
      #wrapper.company #greeting .txt_box p {
        line-height: 1.8;
        font-size: 15px;
        font-size: 1.5rem; }
      #wrapper.company #greeting .txt_box .name {
        margin-top: 10px;
        text-align: right; }
        #wrapper.company #greeting .txt_box .name span {
          font-size: 16px;
          font-size: 1.6rem; }
  #wrapper.company #staff {
    padding: 50px 0; }
    #wrapper.company #staff .title_style02 {
      float: none;
      width: 100%; }
    #wrapper.company #staff .txt_box {
      float: none;
      width: 100%; }
      #wrapper.company #staff .txt_box .comment {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem; }
    #wrapper.company #staff .staff_list li dl {
      font-size: 14px;
      font-size: 1.4rem; }
  #wrapper.company #overview {
    padding-top: 50px; }
    #wrapper.company #overview .title_style02 {
      float: none;
      width: 100%; }
    #wrapper.company #overview .txt_box {
      float: none;
      width: 100%;
      padding: 10px; }
  #wrapper.service #anker {
    padding-bottom: 50px; }
    #wrapper.service #anker ul li {
      width: 32.6666666%;
      margin-bottom: 10px; }
      #wrapper.service #anker ul li:nth-child(4) {
        margin-left: 0; }
      #wrapper.service #anker ul li:nth-child(5) {
        margin-left: 1%; }
      #wrapper.service #anker ul li:nth-child(1), #wrapper.service #anker ul li:nth-child(2), #wrapper.service #anker ul li:nth-child(3), #wrapper.service #anker ul li:nth-child(4) {
        width: 32.6666666%;
        margin-bottom: 10px; }
        #wrapper.service #anker ul li:nth-child(1) a, #wrapper.service #anker ul li:nth-child(2) a, #wrapper.service #anker ul li:nth-child(3) a, #wrapper.service #anker ul li:nth-child(4) a {
          height: 60px;
          font-size: 12px;
          font-size: 1.2rem; }
          #wrapper.service #anker ul li:nth-child(1) a:before, #wrapper.service #anker ul li:nth-child(2) a:before, #wrapper.service #anker ul li:nth-child(3) a:before, #wrapper.service #anker ul li:nth-child(4) a:before {
            background: url("../img/service/anker_s.png") no-repeat center;
            width: 11px;
            height: 6px;
            bottom: 7px;
            right: 0;
            left: 0;
            top: inherit;
            margin: 0 auto;
            -webkit-transform: none;
            transform: none; }
          #wrapper.service #anker ul li:nth-child(1) a span, #wrapper.service #anker ul li:nth-child(2) a span, #wrapper.service #anker ul li:nth-child(3) a span, #wrapper.service #anker ul li:nth-child(4) a span {
            padding-bottom: 10px; }
      #wrapper.service #anker ul li:nth-child(7) {
        margin-left: 0; }
      #wrapper.service #anker ul li a {
        padding-right: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
        #wrapper.service #anker ul li a:before {
          bottom: 7px; }
        #wrapper.service #anker ul li a span {
          padding-bottom: 10px; }
  #wrapper.service #service {
    padding: 0 0 50px; }
    #wrapper.service #service .flex_list section {
      width: 48%;
      margin-left: 0; }
      #wrapper.service #service .flex_list section:nth-child(2n) {
        margin-left: 4%; }
      #wrapper.service #service .flex_list section h3.service_title {
        padding: 0; }
        #wrapper.service #service .flex_list section h3.service_title span {
          font-size: 15px;
          font-size: 1.5rem; }
    #wrapper.service #service section {
      padding-top: 50px; }
      #wrapper.service #service section h3.service_title {
        padding: 0 25px;
        margin-bottom: 20px; }
        #wrapper.service #service section h3.service_title span {
          font-size: 22px;
          font-size: 2.2rem;
          display: inline-block; }
      #wrapper.service #service section.main_service .txt_box {
        float: none;
        width: 100%;
        line-height: 1.6; }
        #wrapper.service #service section.main_service .txt_box dl dd a {
          font-size: 12px;
          font-size: 1.2rem; }
      #wrapper.service #service section.main_service .img {
        margin-bottom: 15px;
        float: none;
        width: 100%; }
      #wrapper.service #service section .example {
        margin-top: 30px;
        border-radius: 10px;
        padding: 20px 20px 10px 20px; }
        #wrapper.service #service section .example h4 {
          font-size: 16px;
          font-size: 1.6rem;
          top: -10px;
          padding: 0 10px; }
        #wrapper.service #service section .example ul li {
          width: 100%;
          margin-left: 0; }
  #wrapper.policy dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 3px; } }
