body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; 
}

caption, th {
  text-align: left; }

/*--h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}--*/
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #000435;
  font-size: 16px;
  font-family: 'noto sans';
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* article
------------------------------------------------- */
article .wrap {
  overflow: hidden; }
  article .wrap .main {
    width: 75%;
    height: 100vh;
    float: right; }
    article .wrap .main iframe {
      width: 100%;
      height: 100%; }
  article .wrap .side {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.05);
    width: 25%;
    height: 100vh;
    float: left;
    overflow-y: auto; }
    article .wrap .side__head {
      background: #000435; }
      article .wrap .side__head dl {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        overflow: hidden; }
        article .wrap .side__head dl dt {
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          width: 49.7%;
          float: left; }
          article .wrap .side__head dl dt a {
            display: block;
            padding: 12px 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            article .wrap .side__head dl dt a span {
              padding-right: 7px;
              font-family: 'Oswald'; }
            article .wrap .side__head dl dt a:hover {
              background: #1b216c;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
        article .wrap .side__head dl dd {
          width: 49.7%;
          float: left; }
          article .wrap .side__head dl dd a {
            display: block;
            padding: 12px 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            article .wrap .side__head dl dd a span {
              padding-left: 25px;
              position: relative; }
              article .wrap .side__head dl dd a span:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/search/icon_guide_w.png") no-repeat center center;
                width: 20px;
                height: 21px; }
            article .wrap .side__head dl dd a:hover {
              background: #1b216c;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      article .wrap .side__head--input {
        padding: 30px 5% 40px; }
        article .wrap .side__head--input .ttl {
          margin-bottom: 10px;
          color: #fff;
          font-family: 'noto sans bold'; }
          article .wrap .side__head--input .ttl:first-letter {
            color: #ba1400; }
        article .wrap .side__head--input .box_search {
          position: relative; }
          article .wrap .side__head--input .box_search input[type="text"] {
            border-radius: 5px;
            border: 1px solid #d2d7de;
            background: #fff;
            width: 69.5%;
            margin: 0;
            padding: 14px 27% 14px 3%;
            font-size: 16px; }
            article .wrap .side__head--input .box_search input[type="text"]:focus-visible {
              outline: 1px solid #d2d7de; }
          article .wrap .side__head--input .box_search input.glass {
            position: absolute;
            top: 15px;
            right: 10%;
            border-right: 1px solid #d2d7de;
            margin-right: 3%;
            padding-right: 4%; }
          article .wrap .side__head--input .box_search input.clear {
            position: absolute;
            top: 15px;
            right: 4%; }
    article .wrap .side__cont--step01 {
      padding: 40px 5%; }
      article .wrap .side__cont--step01 .ttl {
        margin-bottom: 15px;
        font-family: 'noto sans bold'; }
      article .wrap .side__cont--step01 .usage {
        border-top: 1px solid #d2d7de;
        border-bottom: 1px solid #d2d7de;
        padding: 20px 0; }
        article .wrap .side__cont--step01 .usage li {
          margin-bottom: 15px;
          margin-left: 1.6em;
          text-indent: -1.6em; }
          article .wrap .side__cont--step01 .usage li span {
            margin-right: 10px; }
    article .wrap .side__cont--step03 {
      padding: 40px 5%; }
      article .wrap .side__cont--step03 .ttl {
        margin-bottom: 5px;
        font-family: 'noto sans bold'; }
        article .wrap .side__cont--step03 .ttl:first-letter {
          color: #ba1400; }
        article .wrap .side__cont--step03 .ttl span {
          font-family: 'noto sans'; }
      article .wrap .side__cont--step03 select.workingday {
        border-radius: 5px;
        border: 1px solid #d2d7de;
        background-color: #f5f5f5;
        width: 55%;
        margin: 0 0 30px;
        padding: 12px 10% 12px 3%;
        font-size: 16px;
        cursor: pointer; }
        article .wrap .side__cont--step03 select.workingday:focus-visible {
          outline: none; }
      article .wrap .side__cont--step03 .clr {
        margin-bottom: 5px;
        text-align: right; }
        article .wrap .side__cont--step03 .clr input[type="button"] {
          border: none;
          background: none;
          color: #0066cc;
          font-size: 14px;
          cursor: pointer; }
      article .wrap .side__cont--step03 .model {
        border-top: 1px solid #d2d7de;
        margin-bottom: 20px; }
        article .wrap .side__cont--step03 .model dl {
          border-bottom: 1px solid #d2d7de; }
          article .wrap .side__cont--step03 .model dl dt {
            padding: 17px 10% 17px 5px;
            position: relative;
            cursor: pointer;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            article .wrap .side__cont--step03 .model dl dt:hover {
              background: #f5f5f5;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
            article .wrap .side__cont--step03 .model dl dt:after {
              content: "";
              position: absolute;
              top: 45%;
              right: 5px;
              background: url("../img/search/icon_arrow_open.png") no-repeat center center;
              width: 10px;
              height: 6px; }
            article .wrap .side__cont--step03 .model dl dt.open:after {
              background: url("../img/search/icon_arrow_close.png") no-repeat center center; }
          article .wrap .side__cont--step03 .model dl dd {
            padding: 10px 0 20px; }
            article .wrap .side__cont--step03 .model dl dd .cb {
              overflow: hidden; }
              article .wrap .side__cont--step03 .model dl dd .cb li {
                width: 33.3333%;
                float: left;
                margin-bottom: 15px; }
                article .wrap .side__cont--step03 .model dl dd .cb li input[type=checkbox] {
                  display: none; }
                  article .wrap .side__cont--step03 .model dl dd .cb li input[type=checkbox]:checked + .check_css:after {
                    background: #000435; }
                  article .wrap .side__cont--step03 .model dl dd .cb li input[type=checkbox]:checked + .check_css:before {
                    opacity: 1.0; }
                article .wrap .side__cont--step03 .model dl dd .cb li .check_css {
                  -webkit-transition: background-color 0.2s linear;
                  transition: background-color 0.2s linear;
                  position: relative;
                  display: inline-block;
                  padding: 0 0 0 30px;
                  vertical-align: middle;
                  cursor: pointer; }
                  article .wrap .side__cont--step03 .model dl dd .cb li .check_css.dis:after {
                    border: none; }
                  article .wrap .side__cont--step03 .model dl dd .cb li .check_css:after {
                    -webkit-transition: border-color 0.2s linear;
                    transition: border-color 0.2s linear;
                    border-radius: 5px;
                    border: 1px solid #d2d7de;
                    background: #f5f5f5;
                    width: 20px;
                    height: 20px;
                    content: '';
                    position: absolute;
                    top: 40%;
                    left: 0;
                    display: block;
                    margin-top: -10px; }
                  article .wrap .side__cont--step03 .model dl dd .cb li .check_css:before {
                    -webkit-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                    position: absolute;
                    top: 30%;
                    left: 7px;
                    display: block;
                    border-right: 3px solid #fff;
                    border-bottom: 3px solid #fff;
                    width: 6px;
                    height: 8px;
                    margin-top: -4px;
                    content: '';
                    opacity: 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: 9999; }
      article .wrap .side__cont--step03 .btn {
        width: 100%; }
        article .wrap .side__cont--step03 .btn .button {
          display: block;
          border-radius: 5px;
          background: #ba1400;
          border: none;
          width: 100%;
          padding: 20px 0;
          text-align: center;
          color: #fff;
          font-size: 16px;
          font-family: 'noto sans bold';
          cursor: pointer;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
          article .wrap .side__cont--step03 .btn .button:hover {
            background: #d33522;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
    article .wrap .side__cont--step04 ul.selection {
      margin-bottom: 35px; }
      article .wrap .side__cont--step04 ul.selection li {
        border-bottom: 1px solid #d2d7de;
        padding: 15px 5%;
        display: flex;
        align-items: center; }
        article .wrap .side__cont--step04 ul.selection li .item {
          width: 21%;
          margin-right: 2%;
          font-size: 14px;
          font-family: 'noto sans bold'; }
        article .wrap .side__cont--step04 ul.selection li .choice {
          width: 62%;
          margin-right: 2%; }
        article .wrap .side__cont--step04 ul.selection li .change {
          width: 13%;
          text-align: right; }
          article .wrap .side__cont--step04 ul.selection li .change a {
            color: #0066cc;
            font-size: 14px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            article .wrap .side__cont--step04 ul.selection li .change a:hover {
              color: #6baef1;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    article .wrap .side__cont--step04 .ttl {
      margin-bottom: 5px;
      padding: 0 5%;
      font-family: 'noto sans bold'; }
      article .wrap .side__cont--step04 .ttl:first-letter {
        color: #ba1400; }
      article .wrap .side__cont--step04 .ttl span {
        font-family: 'noto sans'; }
    article .wrap .side__cont--step04 .result {
      border-top: 1px solid #d2d7de;
      margin-bottom: 35px; }
      article .wrap .side__cont--step04 .result li {
        border-bottom: 1px solid #d2d7de;
        padding: 15px 5% 20px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        article .wrap .side__cont--step04 .result li .detail {
          width: 73%;
          float: left; }
          article .wrap .side__cont--step04 .result li .detail .name {
            margin-bottom: 5px;
            font-family: 'noto sans bold'; }
          article .wrap .side__cont--step04 .result li .detail .add {
            margin-bottom: 10px;
            line-height: 1.4; }
          article .wrap .side__cont--step04 .result li .detail .model {
            color: #ba1400;
            font-family: 'noto sans bold'; }
        article .wrap .side__cont--step04 .result li .web {
          width: 25%;
          float: right; }
          article .wrap .side__cont--step04 .result li .web a {
            display: block;
            border-radius: 5px;
            border: 1px solid #0066cc;
            padding: 5px 3px;
            text-align: center;
            color: #0066cc;
            font-size: 12px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            article .wrap .side__cont--step04 .result li .web a span {
              padding-left: 17px;
              position: relative; }
              article .wrap .side__cont--step04 .result li .web a span:before {
                content: "";
                position: absolute;
                top: 3px;
                left: 0;
                background: url("../img/search/icon_web.png") no-repeat center center;
                width: 12px;
                height: 12px; }
            article .wrap .side__cont--step04 .result li .web a:hover {
              background: #ddedfc;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
        article .wrap .side__cont--step04 .result li.act {
          background: #f5f5f5;
          position: relative; }
          article .wrap .side__cont--step04 .result li.act .distance {
            position: absolute;
            bottom: 20px;
            right: 5%;
            width: 25%;
            text-align: right;
            color: #ff0000;
            font-size: 14px;
            font-family: 'noto sans bold'; }
        article .wrap .side__cont--step04 .result li:hover {
          background: #f5f5f5;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    article .wrap .side__cont .guide {
      padding: 0 5% 40px; }

      article .wrap .side__cont .guide h3.title {
        background-color: #ba1400;
        color:#fff;
        padding:10px;
      }
      article .wrap .side__cont .guide .txt {
        margin-bottom: 15px;
        color: #ba1400;
        font-size: 14px;
        font-family: 'noto sans bold'; }
      article .wrap .side__cont .guide .btn a {
        position: relative;
        display: block;
        border-radius: 5px;
        background-color: #ba1400;
        /* border: 1px solid #ba1400; */
        padding: 13px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'noto sans bold';
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin-top: 22px;
      }

      article .wrap .side__cont .guide .btn a::before {
        position: absolute;
        content: '';
        width:10px;
        height:10px;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        top:50%;
        right:20px;
        transform: translateY(-50%)rotate(45deg);
      }
        article .wrap .side__cont .guide .btn a span {
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%);
          border-radius: 3px;
          background: #fff;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
          padding: 2px 10px 2px;
          color:#ba1400;
          font-size: 13px;
          font-family: 'noto sans';
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;        
        }
        article .wrap .side__cont .guide .btn a:hover {
          background: #ea4d3d;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

          article .wrap .side__cont .guide .btn a:hover span{
            opacity: .5;
          }

@media (max-width: 1200px) {
  article .wrap .main {
    width: 72%; }
  article .wrap .side {
    width: 28%; }
    article .wrap .side__cont--step03 select.workingday {
      width: 70%; }
    article .wrap .side__cont--step04 ul.selection li {
      display: block;
      overflow: hidden; }
      article .wrap .side__cont--step04 ul.selection li .item {
        width: 25%;
        float: left;
        margin-right: 2%;
        padding-top: 2px; }
      article .wrap .side__cont--step04 ul.selection li .choice {
        width: 73%;
        float: left;
        margin-right: 0; }
      article .wrap .side__cont--step04 ul.selection li .change {
        width: 30%;
        float: right; }
    article .wrap .side__cont--step04 .result li {
      padding: 15px 5% 20px; }
      article .wrap .side__cont--step04 .result li .detail {
        width: 100%;
        float: none;
        margin-bottom: 3%; }
      article .wrap .side__cont--step04 .result li .web {
        width: 50%;
        float: none;
        margin-bottom: 3%; }
      article .wrap .side__cont--step04 .result li.act .distance {
        position: relative;
        bottom: 0;
        right: 0;
        width: 50%;
        text-align: left; } }
@media (max-width: 640px) {
  article .wrap .main {
    width: 100%;
    height: 100%;
    float: none; }
    article .wrap .main dl {
      background: #000435;
      overflow: hidden; }
      article .wrap .main dl dt {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        width: 49.7%;
        float: left; }
        article .wrap .main dl dt a {
          display: block;
          padding: 12px 0;
          text-align: center;
          color: #fff;
          font-size: 13px;
          font-family: 'noto sans bold'; }
          article .wrap .main dl dt a span {
            padding-right: 7px;
            font-family: 'Roboto'; }
          article .wrap .main dl dt a:hover {
            text-decoration: none; }
      article .wrap .main dl dd {
        width: 49.7%;
        float: left; }
        article .wrap .main dl dd a {
          display: block;
          padding: 12px 0;
          text-align: center;
          color: #fff;
          font-size: 13px;
          font-family: 'noto sans bold'; }
          article .wrap .main dl dd a span {
            padding-left: 25px;
            position: relative; }
            article .wrap .main dl dd a span:before {
              content: "";
              position: absolute;
              top: 2px;
              left: 0;
              background: url("../img/search/icon_guide_w.png") no-repeat center center;
              background-size: cover;
              width: 18px;
              height: 19px; }
          article .wrap .main dl dd a:hover {
            text-decoration: none; }
    article .wrap .main iframe {
      width: 100%;
      height: 500px;
      vertical-align: bottom; }
  article .wrap .side {
    box-shadow: none;
    width: 100%;
    height: 100%;
    float: none; }
    article .wrap .side__head--input {
      padding: 4% 5% 6%; }
      article .wrap .side__head--input .ttl {
        margin-bottom: 3%; }
      article .wrap .side__head--input .box_search input[type="text"] {
        font-size: 13px; }
      article .wrap .side__head--input .box_search input.glass {
        top: 12px; }
      article .wrap .side__head--input .box_search input.clear {
        top: 12px; }
    article .wrap .side__cont--step01 {
      padding: 5% 5%; }
      article .wrap .side__cont--step01 .ttl {
        margin-bottom: 4%; }
      article .wrap .side__cont--step01 .usage {
        padding: 5% 0 3%; }
        article .wrap .side__cont--step01 .usage li {
          margin-bottom: 4%;
          margin-left: 1.8em;
          text-indent: -1.8em; }
          article .wrap .side__cont--step01 .usage li span {
            margin-right: 3%; }
    article .wrap .side__cont--step03 {
      padding: 5% 5%; }
      article .wrap .side__cont--step03 .ttl {
        margin-bottom: 1%; }
      article .wrap .side__cont--step03 select.workingday {
        width: 55%;
        margin: 0 0 6%;
        padding: 4% 10% 4% 3%;
        font-size: 13px; }
      article .wrap .side__cont--step03 .clr {
        margin-bottom: 1%; }
        article .wrap .side__cont--step03 .clr input[type="button"] {
          font-size: 13px; }
      article .wrap .side__cont--step03 .model {
        margin-bottom: 4%; }
        article .wrap .side__cont--step03 .model dl dt {
          padding: 4% 10% 4% 2%; }
          article .wrap .side__cont--step03 .model dl dt:hover {
            background: #fff; }
        article .wrap .side__cont--step03 .model dl dd {
          padding: 10px 0 20px; }
          article .wrap .side__cont--step03 .model dl dd .cb {
            overflow: hidden; }
            article .wrap .side__cont--step03 .model dl dd .cb li {
              margin-bottom: 3%; }
      article .wrap .side__cont--step03 .btn {
        width: 100%; }
        article .wrap .side__cont--step03 .btn .button {
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          article .wrap .side__cont--step03 .btn .button:hover {
            background: #ba1400; }
    article .wrap .side__cont--step04 ul.selection {
      margin-bottom: 6%; }
      article .wrap .side__cont--step04 ul.selection li {
        padding: 4% 5%;
        display: flex;
        align-items: center; }
        article .wrap .side__cont--step04 ul.selection li .item {
          width: 20%;
          margin-right: 1%;
          font-size: 12px; }
        article .wrap .side__cont--step04 ul.selection li .choice {
          width: 60%;
          margin-right: 2%; }
        article .wrap .side__cont--step04 ul.selection li .change {
          width: 17%; }
          article .wrap .side__cont--step04 ul.selection li .change input[type="button"] {
            font-size: 12px; }
    article .wrap .side__cont--step04 .ttl {
      margin-bottom: 2%; }
    article .wrap .side__cont--step04 .result {
      margin-bottom: 5%; }
      article .wrap .side__cont--step04 .result li {
        padding: 4% 5% 5%; }
        article .wrap .side__cont--step04 .result li .detail {
          width: 72%;
          float: left;
          margin-bottom: 0; }
          article .wrap .side__cont--step04 .result li .detail .name {
            margin-bottom: 2%; }
          article .wrap .side__cont--step04 .result li .detail .add {
            margin-bottom: 4%; }
        article .wrap .side__cont--step04 .result li .web {
          width: 26%;
          float: right; }
          article .wrap .side__cont--step04 .result li .web a {
            padding: 5px 2px;
            font-size: 11px; }
            article .wrap .side__cont--step04 .result li .web a span {
              padding-left: 15px; }
              article .wrap .side__cont--step04 .result li .web a span:before {
                top: 4px;
                background-size: cover;
                width: 10px;
                height: 10px; }
            article .wrap .side__cont--step04 .result li .web a:hover {
              background: none; }
        article .wrap .side__cont--step04 .result li.act .distance {
          position: absolute;
          bottom: 15%;
          right: 5%;
          width: 25%;
          text-align: right;
          font-size: 12px; }
        article .wrap .side__cont--step04 .result li:hover {
          background: #f5f5f5;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    article .wrap .side__cont .guide {
      padding: 0 5% 5%; }
      article .wrap .side__cont .guide .txt {
        margin-bottom: 4%;
        font-size: 13px; }
      article .wrap .side__cont .guide .btn a {
        padding: 4% 0;
        font-size: 13px; }
        article .wrap .side__cont .guide .btn a span:before {
          border-radius: 3px;
          background: #ba1400;
          margin-left: 10px;
          padding: 0 5px 1px;
          color: #fff;
          font-size: 12px;
          font-family: 'noto sans'; }
        article .wrap .side__cont .guide .btn a:hover {
          background: #fff; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover,
a:active {
  color: #333;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
  #map {
    height:100vh;
  }
  @media (max-width: 640px) {
  #map{
    height:500px;
  }
  }
  .search-btn_detail{
    text-align: center;
    margin-top:10px;
  }
  .search-btn_detail a{
    color: #0066cc;
  }

  