@charset "UTF-8";
/* line 6, ../sass/frame/__reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../sass/frame/__reset.scss */
body {
  line-height: 1;
}

/* line 30, ../sass/frame/__reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 34, ../sass/frame/__reset.scss */
ul, ol {
  list-style: none;
}

/* line 37, ../sass/frame/__reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/frame/__reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/frame/__reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 54, ../sass/frame/__reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../sass/frame/__reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 66, ../sass/frame/__reset.scss */
del {
  text-decoration: line-through;
}

/* line 69, ../sass/frame/__reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 73, ../sass/frame/__reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 78, ../sass/frame/__reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 86, ../sass/frame/__reset.scss */
input, select {
  vertical-align: middle;
}

/* line 89, ../sass/frame/__reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 1, ../sass/frame/_layouts.scss */
html, body {
  height: 100%;
  font-family: Arial,"微軟正黑體","新細明體";
  color: #4a4a4a;
  background: #1cb6dd;
  font-size: 1rem;
  line-height: 140%;
}

/* line 9, ../sass/frame/_layouts.scss */
body {
  width: 100%;
}

/* line 12, ../sass/frame/_layouts.scss */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 17, ../sass/frame/_layouts.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 21, ../sass/frame/_layouts.scss */
.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
/* line 209, ../sass/define/___mixins.scss */
.crop img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 23, ../sass/frame/_layouts.scss */
.crop a {
  display: block;
}

/* line 27, ../sass/frame/_layouts.scss */
.inline {
  display: inline-block;
  vertical-align: middle;
}

/* line 31, ../sass/frame/_layouts.scss */
.hide {
  display: none;
}

/* line 18, ../sass/define/___mixins.scss */
.container, .clearfix {
  zoom: 1;
}
/* line 21, ../sass/define/___mixins.scss */
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 37, ../sass/frame/_layouts.scss */
.container {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}
@media only screen and (max-width: 980px) {
  /* line 37, ../sass/frame/_layouts.scss */
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 45, ../sass/frame/_layouts.scss */
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  /* line 50, ../sass/frame/_layouts.scss */
  .hidden-pad {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 55, ../sass/frame/_layouts.scss */
  .hidden-desktop {
    display: none;
  }
}

/* line 60, ../sass/frame/_layouts.scss */
.col-left {
  float: left;
}

/* line 63, ../sass/frame/_layouts.scss */
.col-right {
  float: right;
}

/* line 66, ../sass/frame/_layouts.scss */
.text-center {
  text-align: center;
}

/* line 69, ../sass/frame/_layouts.scss */
.text-right {
  text-align: right;
}

/* line 72, ../sass/frame/_layouts.scss */
.text-left {
  text-align: left;
}

/* line 75, ../sass/frame/_layouts.scss */
.red {
  color: #e30c0c;
}

/* line 78, ../sass/frame/_layouts.scss */
.bold {
  font-weight: bold;
}

/* line 81, ../sass/frame/_layouts.scss */
.font-12 {
  font-size: 0.75rem;
}

/* line 84, ../sass/frame/_layouts.scss */
.font-13 {
  font-size: 0.813rem;
}

/* line 87, ../sass/frame/_layouts.scss */
.font-14 {
  font-size: 0.875rem;
}

/* line 90, ../sass/frame/_layouts.scss */
.font-15 {
  font-size: 0.9375rem;
}

/* line 93, ../sass/frame/_layouts.scss */
.font-16 {
  font-size: 1rem;
}

/* line 96, ../sass/frame/_layouts.scss */
.font-17 {
  font-size: 1.063rem;
}

/* line 99, ../sass/frame/_layouts.scss */
.font-18 {
  font-size: 1.125rem;
}

/* line 102, ../sass/frame/_layouts.scss */
.font-20 {
  font-size: 1.25rem;
}

/* line 105, ../sass/frame/_layouts.scss */
.font-22 {
  font-size: 1.375rem;
}

/* line 108, ../sass/frame/_layouts.scss */
.font-24 {
  font-size: 1.5rem;
}

/* line 111, ../sass/frame/_layouts.scss */
.font-30 {
  font-size: 1.875rem;
}

/* line 114, ../sass/frame/_layouts.scss */
.font-36 {
  font-size: 2.25rem;
}

/* line 117, ../sass/frame/_layouts.scss */
.delay-one {
  animation-delay: 1s;
}

/* line 120, ../sass/frame/_layouts.scss */
.delay-two {
  animation-delay: 2s;
}

/* line 123, ../sass/frame/_layouts.scss */
.delay-three {
  animation-delay: 3s;
}

/* line 126, ../sass/frame/_layouts.scss */
.delay-four {
  animation-delay: 4s;
}

/* line 129, ../sass/frame/_layouts.scss */
.delay-five {
  animation-delay: 5s;
}

/* line 132, ../sass/frame/_layouts.scss */
.delay-seven {
  animation-delay: 7s;
}

/* line 135, ../sass/frame/_layouts.scss */
.repeat-three {
  animation-duration: 3s !important;
  animation-iteration-count: infinite;
}

/* line 139, ../sass/frame/_layouts.scss */
.repeat-two {
  animation-duration: 2s !important;
  animation-iteration-count: infinite;
}

/* line 143, ../sass/frame/_layouts.scss */
.repeat-one {
  animation-duration: 1s !important;
  animation-iteration-count: infinite;
}

/* line 147, ../sass/frame/_layouts.scss */
.repeat {
  animation-iteration-count: infinite;
}

/* line 1, ../sass/frame/_icon.scss */
.icon-block1 {
  margin-right: 10px;
}
/* line 39, ../sass/define/___background.scss */
.icon-block1 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block1:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block1:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block1:before {
  width: 42px;
  padding-top: 42px;
  background-position: 0px 0px;
  top: -1px;
  left: 0px;
}

/* line 5, ../sass/frame/_icon.scss */
.icon-block2 {
  margin-right: 10px;
}
/* line 39, ../sass/define/___background.scss */
.icon-block2 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block2:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block2:before {
  width: 42px;
  padding-top: 42px;
  background-position: -42px 0px;
  top: -2px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-arrow-r {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-arrow-r:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-arrow-r:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-arrow-r:before {
  width: 31px;
  padding-top: 36px;
  background-position: -86px -1px;
  top: -18px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block3 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block3:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block3:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block3:before {
  width: 195px;
  padding-top: 223px;
  background-position: 0px -42px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block4 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block4:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block4:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block4:before {
  width: 195px;
  padding-top: 223px;
  background-position: -195px -42px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block5 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block5:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block5:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block5:before {
  width: 195px;
  padding-top: 223px;
  background-position: -391px -42px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block6 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block6:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block6:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block6:before {
  width: 195px;
  padding-top: 223px;
  background-position: -586px -42px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block7 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block7:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block7:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block7:before {
  width: 195px;
  padding-top: 223px;
  background-position: 0px -265px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block8 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block8:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block8:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block8:before {
  width: 195px;
  padding-top: 223px;
  background-position: -195px -265px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block9 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block9:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block9:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block9:before {
  width: 195px;
  padding-top: 223px;
  background-position: -391px -265px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-block10 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-block10:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-block10:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-block10:before {
  width: 195px;
  padding-top: 223px;
  background-position: -586px -265px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-download1 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-download1:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-download1:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-download1:before {
  width: 123px;
  padding-top: 122px;
  background-position: 0px -498px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-download2 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-download2:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-download2:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-download2:before {
  width: 123px;
  padding-top: 122px;
  background-position: -123px -498px;
  top: 0px;
  left: 0px;
}

/* line 39, ../sass/define/___background.scss */
.icon-download3 {
  position: relative;
}
/* line 42, ../sass/define/___background.scss */
.icon-download3:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-download3:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
/* line 23, ../sass/define/___background.scss */
.icon-download3:before {
  width: 21px;
  padding-top: 22px;
  background-position: -186px 0px;
  top: 0px;
  left: -2px;
}

/* line 50, ../sass/frame/_icon.scss */
[class^="icon-"]:before,
[class*="icon-"]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  /* line 39, ../sass/define/___background.scss */
  .icon-arrow-r {
    position: relative;
  }
  /* line 42, ../sass/define/___background.scss */
  .icon-arrow-r:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (max--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2) {
  /* line 60, ../sass/define/___background.scss */
  .icon-arrow-r:before {
    background-image: url(../images/icons@2x.png);
    background-size: 800px 800px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/define/___background.scss */
  .icon-arrow-r:before {
    width: 20px;
    padding-top: 20px;
    background-position: -139px 0px;
    top: 0px;
    left: 6px;
  }
}
/* line 2, ../sass/frame/_header.scss */
.header {
  /* 20201123 */
  width: 100%;
  background-color: #fff;
  line-height: 1;
  padding: 16px 18px;
  /* 20201123 END */
}
/* line 5, ../sass/frame/_header.scss */
.header .logo {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  width: 223px;
  display: block;
}
/* line 9, ../sass/frame/_header.scss */
.header .logo img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 480px) {
  /* line 22, ../sass/frame/_header.scss */
  .header {
    padding: 0;
    height: auto;
  }
  /* line 25, ../sass/frame/_header.scss */
  .header .logo {
    margin: 0 auto;
    width: 45%;
  }
}
