@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: 'Meiryo', sans-serif,"微軟正黑體","新細明體";
  color: #000;
  background: #fff;
  font-size: 1rem;
  font-size: 16px;
  /*IE8*/
  line-height: 140%;
}

/* line 10, ../sass/frame/_layouts.scss */
body {
  width: 100%;
}

/* line 13, ../sass/frame/_layouts.scss */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/frame/_layouts.scss */
a {
  text-decoration: underline;
  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, .row {
  zoom: 1;
}
/* line 21, ../sass/define/___mixins.scss */
.container:after, .clearfix:after, .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 37, ../sass/frame/_layouts.scss */
.container {
  position: relative;
  margin: 0 auto;
}

/* line 42, ../sass/frame/_layouts.scss */
.col-left {
  float: left;
}

/* line 45, ../sass/frame/_layouts.scss */
.col-right {
  float: right;
}

/* line 48, ../sass/frame/_layouts.scss */
.text-center {
  text-align: center;
}

/* line 51, ../sass/frame/_layouts.scss */
.text-right {
  text-align: right;
}

/* line 54, ../sass/frame/_layouts.scss */
.text-left {
  text-align: left;
}

/* line 57, ../sass/frame/_layouts.scss */
.text-italic {
  font-style: italic;
}

/* line 60, ../sass/frame/_layouts.scss */
.font-family {
  font-family: "微軟正黑體";
  font-weight: bold;
}

/* line 64, ../sass/frame/_layouts.scss */
.bold {
  font-weight: bold;
}

/* line 67, ../sass/frame/_layouts.scss */
.font-12 {
  font-size: 0.75rem;
  font-size: 12px;
  /*IE8*/
}

/* line 71, ../sass/frame/_layouts.scss */
.font-13 {
  font-size: 0.813rem;
  font-size: 13px;
  /*IE8*/
}

/* line 75, ../sass/frame/_layouts.scss */
.font-14 {
  font-size: 0.875rem;
  font-size: 14px;
  /*IE8*/
}

/* line 79, ../sass/frame/_layouts.scss */
.font-15 {
  font-size: 0.9375rem;
  font-size: 15px;
  /*IE8*/
}

/* line 83, ../sass/frame/_layouts.scss */
.font-16 {
  font-size: 1rem;
  font-size: 16px;
  /*IE8*/
}

/* line 87, ../sass/frame/_layouts.scss */
.font-17 {
  font-size: 1.063rem;
  font-size: 17px;
  /*IE8*/
}

/* line 91, ../sass/frame/_layouts.scss */
.font-18 {
  font-size: 1.125rem;
  font-size: 18px;
  /*IE8*/
}

/* line 95, ../sass/frame/_layouts.scss */
.font-20 {
  font-size: 1.25rem;
  font-size: 20px;
  /*IE8*/
}

/* line 99, ../sass/frame/_layouts.scss */
.font-22 {
  font-size: 1.375rem;
  font-size: 22px;
  /*IE8*/
}

/* line 103, ../sass/frame/_layouts.scss */
.font-24 {
  font-size: 1.5rem;
  font-size: 24px;
  /*IE8*/
}

/* line 107, ../sass/frame/_layouts.scss */
.font-28 {
  font-size: 1.75rem;
  font-size: 28px;
  /*IE8*/
}

/* line 111, ../sass/frame/_layouts.scss */
.font-30 {
  font-size: 1.875rem;
  font-size: 30px;
  /*IE8*/
}

/* line 115, ../sass/frame/_layouts.scss */
.font-36 {
  font-size: 2.25rem;
  font-size: 36px;
  /*IE8*/
}

/* line 119, ../sass/frame/_layouts.scss */
.linehight-30 {
  line-height: 30px;
}

/* line 122, ../sass/frame/_layouts.scss */
.mt-8 {
  margin: 8px 0 0;
}

/* line 125, ../sass/frame/_layouts.scss */
.mt-10 {
  margin: 10px 0 0;
}

/* line 128, ../sass/frame/_layouts.scss */
.mt-14 {
  margin-top: 14px;
}

/* line 131, ../sass/frame/_layouts.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 134, ../sass/frame/_layouts.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 137, ../sass/frame/_layouts.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 140, ../sass/frame/_layouts.scss */
.mtb-10 {
  margin: 10px 0;
}

/* line 143, ../sass/frame/_layouts.scss */
.mtb-14 {
  margin: 14px 0;
}

/* line 146, ../sass/frame/_layouts.scss */
.mtb-16 {
  margin: 16px 0;
}

/* line 149, ../sass/frame/_layouts.scss */
.mtb-20 {
  margin: 20px 0;
}

/* line 152, ../sass/frame/_layouts.scss */
.mtb-25 {
  margin: 25px 0;
}

/* line 155, ../sass/frame/_layouts.scss */
.mb-12 {
  margin-bottom: 12px;
}

/* line 158, ../sass/frame/_layouts.scss */
.mb-18 {
  margin-bottom: 18px;
}

/* line 161, ../sass/frame/_layouts.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 164, ../sass/frame/_layouts.scss */
.mb-36 {
  margin-bottom: 36px;
}

/* line 167, ../sass/frame/_layouts.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 170, ../sass/frame/_layouts.scss */
.plr-35 {
  padding: 0 35px;
}

/* line 173, ../sass/frame/_layouts.scss */
.w-55 {
  width: 55%;
}

/* line 176, ../sass/frame/_layouts.scss */
.w-87 {
  width: 87%;
}

/* line 179, ../sass/frame/_layouts.scss */
h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
}

/* line 184, ../sass/frame/_layouts.scss */
.text-justify-left {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/
}

/* line 191, ../sass/frame/_layouts.scss */
.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/
}
/* line 197, ../sass/frame/_layouts.scss */
.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
