@charset "UTF-8";
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

body {
  line-height: 1.2; }

#header #headline {
  background: #efefef;
  margin: 0 0 20px; }
  #header #headline .inner {
    margin: 0 auto;
    width: 980px; }
    #header #headline .inner h1 {
      color: #262626;
      font-size: 10px;
      margin: 0;
      padding: 5px; }
#header #brand {
  zoom: 1;
  margin: 0 auto;
  width: 980px;
  box-sizing: border-box;
  margin-bottom: 13px;
  margin-top: 20px;
  padding: 0 10px 0 18px; }
  #header #brand:before, #header #brand:after {
    content: "";
    display: table; }
  #header #brand:after {
    clear: both; }
  #header #brand .logo {
    float: left;
    font-size: 18px;
    width: 80%; }
    #header #brand .logo div {
      display: inline-block; }
    #header #brand .logo a {
      color: #3b3c3c;
      text-decoration: none; }
    #header #brand .logo .js-editor-block {
      min-width: 300px; }
    #header #brand .logo img {
      margin-right: 10px;
      vertical-align: bottom; }
  #header #brand .tel_area {
    color: #4e4e4e;
    float: right;
    font-size: 12px;
    width: 20%; }
  #header #brand .tel_text {
    margin: 0; }
  #header #brand .tel_num {
    color: #747474;
    font-size: 18px;
    margin: 0; }
    #header #brand .tel_num:before {
      content: '☎';
      margin-right: 10px; }
    #header #brand .tel_num input {
      width: 150px; }
#header #navigation {
  margin: 13px 0 12px; }
  #header #navigation ul {
    zoom: 1;
    margin: 0 auto;
    width: 980px;
    list-style-type: none;
    padding: 0; }
    #header #navigation ul:before, #header #navigation ul:after {
      content: "";
      display: table; }
    #header #navigation ul:after {
      clear: both; }
    #header #navigation ul li {
      border-right: 1px solid #fff;
      box-sizing: border-box;
      float: left;
      text-align: center;
      width: 20%; }
      #header #navigation ul li:last-child {
        border-right: none; }
      #header #navigation ul li a {
        color: #ffffff;
        display: block;
        font-size: 14px;
        padding: 15px 0 14px;
        text-decoration: none;
        width: 100%; }

#contents {
  margin: 0 auto;
  width: 980px; }

#sidebar {
  float: left;
  width: 228px; }
  #sidebar ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0; }
    #sidebar ul li {
      margin-bottom: 6px; }
      #sidebar ul li a {
        color: #ffffff;
        display: block;
        padding: 8px 9px;
        position: relative;
        text-decoration: none; }
        #sidebar ul li a:before {
          border-style: solid;
          border-width: 0 5px 5px 0;
          border-color: transparent #fff transparent transparent;
          content: '';
          position: absolute;
          right: 4px;
          top: 4px; }
        #sidebar ul li a.tsukulink_banner {
          padding: 4px; }
          #sidebar ul li a.tsukulink_banner:before {
            display: none; }
          #sidebar ul li a.tsukulink_banner img {
            vertical-align: bottom; }
        #sidebar ul li a span {
          border-left: 3px solid #fff;
          display: block;
          padding: 15px 12px; }

#main_contents {
  float: right;
  margin: 0 20px 30px 0;
  width: 700px; }
  #main_contents .section .title {
    border-left-width: 3px;
    border-left-style: solid;
    color: #3b3c3c;
    font-size: 14px;
    font-weight: normal;
    margin: 4px 0 5px 2px;
    padding: 5px 0 0 8px; }
  #main_contents .section .inner {
    border-top: 1px solid #303131;
    margin: 5px 0 15px 0; }
  #main_contents .section .text {
    color: #222222;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 10px 20px 20px; }
  #main_contents .section .info {
    color: #222222;
    font-size: 14px;
    list-style: none;
    margin: 20px 10px 20px 20px;
    padding: 0; }
    #main_contents .section .info li table {
      width: 100%; }
      #main_contents .section .info li table th {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        width: 130px; }
  #main_contents .section .table {
    font-size: 14px;
    margin: 5px 0;
    width: 100%; }
    #main_contents .section .table tr:nth-child(n+2) {
      border-top: 1px solid #e5e5e4; }
    #main_contents .section .table th,
    #main_contents .section .table td {
      line-height: 2;
      padding: 7px; }
    #main_contents .section .table th {
      padding-left: 10px;
      text-align: left;
      width: 180px;
      vertical-align: top; }
  #main_contents .section .section {
    margin: 20px 0 0; }
    #main_contents .section .section .sub_title {
      font-size: 14px;
      font-weight: bold;
      margin: 5px 0 0 10px; }
    #main_contents .section .section .text {
      margin: 15px 10px 10px 25px; }
  #main_contents .section .form {
    font-size: 14px;
    margin: 5px 0;
    width: 100%; }
    #main_contents .section .form th,
    #main_contents .section .form td {
      line-height: 2;
      padding: 7px; }
    #main_contents .section .form th {
      padding-left: 10px;
      text-align: left;
      width: 180px;
      vertical-align: top; }
    #main_contents .section .form .required {
      background: #df221b;
      border-radius: 3px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      margin: 0 0 0 10px;
      padding: 2px 5px; }
    #main_contents .section .form input[type='text'] {
      width: 100%; }
      #main_contents .section .form input[type='text']#zipcode, #main_contents .section .form input[type='text']#tel {
        width: 200px; }
    #main_contents .section .form textarea {
      height: 150px;
      width: 100%; }

#footer .inner {
  margin: 0 auto;
  width: 980px;
  padding: 70px 0 20px; }
#footer .link {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px; }
  #footer .link li {
    padding: 0 0 5px; }
  #footer .link a {
    color: #fff;
    font-size: 12px;
    text-decoration: none; }
    #footer .link a:hover {
      text-decoration: underline; }
#footer .text {
  font-size: 12px;
  margin: 10px 0 0;
  text-align: center; }
  #footer .text a {
    color: #fff;
    text-decoration: none; }

.index #main_visual {
  margin: 12px 0 23px;
  position: relative; }
  .index #main_visual .image {
    text-align: center; }
    .index #main_visual .image img {
      width: 980px; }
  .index #main_visual .label {
    bottom: 30px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    text-align: right;
    width: 100%; }

.company .section {
  margin-bottom: 50px; }
.company #company_map {
  height: 230px;
  margin-top: 20px; }
.company .contact_area {
  border-width: 3px;
  border-style: solid;
  color: #040000;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 30px 0;
  text-align: center; }
  .company .contact_area .tel:before {
    content: '☎';
    margin-right: 5px; }
  .company .contact_area .tel input {
    width: 160px; }
  .company .contact_area .mail {
    background-image: url("../images/mail.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #fff;
    margin-left: 30px;
    padding: 10px 10px 10px 40px;
    text-decoration: none; }

.construction .section .images {
  zoom: 1;
  margin: 0 0 0 10px; }
  .construction .section .images:before, .construction .section .images:after {
    content: "";
    display: table; }
  .construction .section .images:after {
    clear: both; }
  .construction .section .images .image,
  .construction .section .images .no_image {
    float: left;
    height: 225px;
    margin: 0 0 10px 20px;
    overflow: hidden;
    text-align: center;
    width: 300px; }
    .construction .section .images .image img,
    .construction .section .images .no_image img {
      max-height: 225px;
      max-width: 300px; }

.contact .error {
  color: #f00; }
.contact pre {
  margin: 0; }
.contact .submit_area {
  margin: 20px 0;
  text-align: right; }
  .contact .submit_area .contact_btn {
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
    padding: 10px 25px;
    text-decoration: none; }
.contact #preview {
  display: none; }
.contact #loading {
  display: none;
  padding-top: 100px;
  text-align: center; }
.contact #complete {
  display: none; }
  .contact #complete p {
    line-height: 2;
    padding: 60px 0;
    text-align: center; }

@media screen and (max-width: 480px) {
  .mobile_hide {
    display: none; }

  #header #headline .inner {
    width: auto; }
  #header #brand {
    padding: 0 10px;
    width: auto; }
    #header #brand .logo {
      width: auto; }
    #header #brand .tel_area {
      margin-top: 5px;
      width: auto; }
  #header #navigation {
    margin-bottom: 0; }
    #header #navigation ul {
      width: auto; }
      #header #navigation ul li a {
        font-size: 12px;
        padding: 25px 0 10px; }

  #contents {
    position: relative;
    width: auto; }

  #sidebar {
    display: none; }

  #main_contents {
    float: none;
    margin: 10px 15px 30px;
    width: auto; }
    #main_contents .section .inner {
      border: none; }
    #main_contents .section .text {
      margin: 20px 0 20px 12px; }
    #main_contents .section .info {
      margin: 20px 0 20px 12px; }
      #main_contents .section .info li {
        padding: 1.5em 0 0 10px; }
        #main_contents .section .info li .date {
          left: 0;
          top: 0; }
    #main_contents .section .table {
      margin: 5px 0;
      width: 100%; }
      #main_contents .section .table tr:nth-child(n+2) {
        border: none; }
      #main_contents .section .table th,
      #main_contents .section .table td {
        display: block; }
      #main_contents .section .table th {
        padding: 10px 0 0 10px;
        width: auto; }
      #main_contents .section .table td {
        padding: 0 0 0 20px; }
    #main_contents .section .section .text {
      margin-left: 10px; }
    #main_contents .section .form th,
    #main_contents .section .form td {
      display: block;
      padding: 0 10px; }
    #main_contents .section .form th {
      padding-top: 10px;
      width: auto; }
    #main_contents .section .form input[type='text']#zipcode, #main_contents .section .form input[type='text']#tel {
      width: 100%; }

  #footer {
    display: none; }

  .index #main_visual {
    margin: 0;
    overflow: hidden;
    position: relative; }
    .index #main_visual .image {
      margin: 0 -10px; }
      .index #main_visual .image img {
        height: 140px;
        width: auto; }
    .index #main_visual .label {
      bottom: 10px;
      font-size: 12px;
      font-weight: normal;
      padding: 3px 10px; }
  .index #sidebar {
    display: block;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px; }
    .index #sidebar ul li a {
      padding: 8px 9px; }
      .index #sidebar ul li a.tsukulink_banner {
        display: none; }
      .index #sidebar ul li a span {
        border-left: 3px solid #fff;
        display: block;
        padding: 5px 10px; }

  .company .contact_area {
    padding: 15px 0;
    text-align: center; }
    .company .contact_area .tel {
      display: block;
      margin: 5px 0; }
    .company .contact_area .mail {
      display: block;
      margin: 5px auto 0;
      width: 130px; }

  .construction .section .images {
    margin: 0; }
    .construction .section .images .image {
      height: 100px;
      margin: 0 0 10px 10px;
      width: 45%; }
      .construction .section .images .image img {
        max-height: 100%;
        max-width: 100%; }

  .contact #complete p {
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 0;
    text-align: left; } }

/*main-contents business*/

.main-contents {
}

.main-contents__title {
  background-image: url("../images/content/main-content-bg.png");
  background-repeat: repeat-y;
  background-size: contain;
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 4px 0 4px 20px;
  width: 100%;
}

.main-contents__text {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 5px 30px 15px;
}

.main-contents__text strong {
  white-space: nowrap;
}

.main-contacts__step-title {
  color: #303b6a;
  margin: 20px 0 0 0;
}

.main-contents__step-text {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 5px 15px 0px;
}

.main-contents__step-text strong {
  white-space: nowrap;
}

.main-contents__step-img {
  float: left;
  padding: 15px 0 0px 20px;
  width: 15px;
}

.main-contents__step-right {
  float: right;
  width: 85%;
}

@media screen and (max-width: 480px) {
  .main-contents__step-right {
    width: 70%;
  }
}
