@charset "UTF-8";
@import url(../../../../../../fonts.googleapis.com/earlyaccess/notosansjp.css);
/* line 3, ../scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 23, ../scss/_reset.scss */
html {
  line-height: 1;
}

/* line 27, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 36, ../scss/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 42, ../scss/_reset.scss */
q, blockquote {
  quotes: none;
}

/* line 46, ../scss/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 51, ../scss/_reset.scss */
a img {
  border: none;
}

/* line 55, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 55, ../scss/_variables.scss */
  .visible-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 55, ../scss/_variables.scss */
  .visible-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  /* line 64, ../scss/_variables.scss */
  .visible-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 64, ../scss/_variables.scss */
  .visible-sp {
    display: block;
  }
}

/* line 5, ../scss/_common.scss */
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  line-height: 1.4;
  letter-spacing: normal;
  color: #1f1715;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 15, ../scss/_common.scss */
div, p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

/* line 20, ../scss/_common.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* line 27, ../scss/_common.scss */
a {
  outline: none;
  text-decoration: underline;
}
/* line 30, ../scss/_common.scss */
a:link {
  color: #1f1715;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/* line 37, ../scss/_common.scss */
a:visited {
  color: #1f1715;
}
/* line 40, ../scss/_common.scss */
a:hover {
  cursor: pointer;
  opacity: 0.75;
}

/* line 50, ../scss/_common.scss */
body {
  width: 100%;
  background-color: #fff;
  min-width: 980px;
  _display: inline;
  _zoom: 1;
}

/* line 58, ../scss/_common.scss */
.clearfix {
  min-height: 1px;
}
/* line 60, ../scss/_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 69, ../scss/_common.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* line 82, ../scss/_common.scss */
.noto100 {
  font-weight: 100;
}

/* line 83, ../scss/_common.scss */
.noto300 {
  font-weight: 300;
}

/* line 84, ../scss/_common.scss */
.noto400 {
  font-weight: 400;
}

/* line 85, ../scss/_common.scss */
.noto500 {
  font-weight: 500;
}

/* line 86, ../scss/_common.scss */
.noto700 {
  font-weight: 700;
}

/* line 87, ../scss/_common.scss */
.noto900 {
  font-weight: 900;
}

/* line 89, ../scss/_common.scss */
.left {
  text-align: left;
}

/* line 90, ../scss/_common.scss */
.center {
  text-align: center;
}

/* line 91, ../scss/_common.scss */
.right {
  text-align: right;
}

/* line 93, ../scss/_common.scss */
.blue {
  color: #40aed0;
}

/* line 94, ../scss/_common.scss */
.yellow {
  color: #ffae00;
}

/* line 95, ../scss/_common.scss */
.pink {
  color: #f08888;
}

/* line 96, ../scss/_common.scss */
.green {
  color: #97c15d;
}

/* line 97, ../scss/_common.scss */
.orange {
  color: #ffa03b;
}

/* line 98, ../scss/_common.scss */
.purple {
  color: #9e81b1;
}

/* line 100, ../scss/_common.scss */
h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
}

/* line 109, ../scss/_common.scss */
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  border: 1px solid #acacac;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #fff url("../img/icon_arrow_black.png") 96% center no-repeat;
}

/* line 120, ../scss/_common.scss */
.btn-red {
  border: 1px solid #e20013;
  background: #e20013 url("../img/icon_arrow_white.png") 96% center no-repeat;
}
/* line 123, ../scss/_common.scss */
.btn-red:link, .btn-red:visited {
  color: #fff;
}

/* line 128, ../scss/_common.scss */
.btn-back {
  background-image: url("../img/icon_arrow_white_back.png");
  background-position: 4% center;
}

/* line 134, ../scss/_common.scss */
.btn-area.left {
  text-align: left;
}
/* line 137, ../scss/_common.scss */
.btn-area.center {
  text-align: center;
}
/* line 140, ../scss/_common.scss */
.btn-area.rigth {
  text-align: right;
}

/* line 149, ../scss/_common.scss */
.link-list {
  margin-top: 30px;
  text-align: left;
}
/* line 152, ../scss/_common.scss */
.link-list li {
  margin-bottom: 10px;
}

/* line 157, ../scss/_common.scss */
.link-arrow {
  padding-left: 10px;
  background: transparent url("../img/icon_arrow_black.png") 0 center no-repeat;
  background-size: auto 10px;
}

/* line 167, ../scss/_common.scss */
.mt10 {
  margin-top: 10px;
}

/* line 168, ../scss/_common.scss */
.mt15 {
  margin-top: 15px;
}

/* line 169, ../scss/_common.scss */
.mt20 {
  margin-top: 20px;
}

/* line 170, ../scss/_common.scss */
.mt25 {
  margin-top: 25px;
}

/* line 171, ../scss/_common.scss */
.mt30 {
  margin-top: 30px;
}

/* line 172, ../scss/_common.scss */
.mt35 {
  margin-top: 35px;
}

/* line 173, ../scss/_common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 175, ../scss/_common.scss */
.mr10 {
  margin-right: 10px;
}

/* line 176, ../scss/_common.scss */
.mr15 {
  margin-right: 15px;
}

/* line 177, ../scss/_common.scss */
.mr20 {
  margin-right: 20px;
}

/* line 178, ../scss/_common.scss */
.mr25 {
  margin-right: 25px;
}

/* line 179, ../scss/_common.scss */
.mr30 {
  margin-right: 30px;
}

/* line 180, ../scss/_common.scss */
.mr35 {
  margin-right: 35px;
}

/* line 181, ../scss/_common.scss */
.mr40 {
  margin-right: 40px;
}

/* line 183, ../scss/_common.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 184, ../scss/_common.scss */
.mb15 {
  margin-bottom: 15px;
}

/* line 185, ../scss/_common.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 186, ../scss/_common.scss */
.mb25 {
  margin-bottom: 25px;
}

/* line 187, ../scss/_common.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 188, ../scss/_common.scss */
.mb35 {
  margin-bottom: 35px;
}

/* line 189, ../scss/_common.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 191, ../scss/_common.scss */
.ml10 {
  margin-left: 10px;
}

/* line 192, ../scss/_common.scss */
.ml15 {
  margin-left: 15px;
}

/* line 193, ../scss/_common.scss */
.ml20 {
  margin-left: 20px;
}

/* line 194, ../scss/_common.scss */
.ml25 {
  margin-left: 25px;
}

/* line 195, ../scss/_common.scss */
.ml30 {
  margin-left: 30px;
}

/* line 196, ../scss/_common.scss */
.ml35 {
  margin-left: 35px;
}

/* line 197, ../scss/_common.scss */
.ml40 {
  margin-left: 40px;
}

/* line 203, ../scss/_common.scss */
header {
  width: 100%;
  height: 140px;
  background: transparent url("../img/bg_head.png") 0 0 repeat-x;
}
/* line 207, ../scss/_common.scss */
header .logo-area {
  float: left;
  width: 500px;
  height: 130px;
}
/* line 211, ../scss/_common.scss */
header .logo-area a {
  text-decoration: none;
  display: block;
}
/* line 215, ../scss/_common.scss */
header .logo-area a:hover {
  opacity: 1.0;
}
/* line 218, ../scss/_common.scss */
header .logo-area .logo {
  display: block;
  float: left;
  margin-top: 14px;
  margin-left: -1px;
}
/* line 224, ../scss/_common.scss */
header .logo-area h1 {
  height: 104px;
  padding-top: 24px;
  margin-left: 170px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
}
/* line 231, ../scss/_common.scss */
header .logo-area h1 strong {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
}
/* line 237, ../scss/_common.scss */
header .head-right {
  float: right;
  width: 300px;
  height: 130px;
}
/* line 241, ../scss/_common.scss */
header .head-right .sns-list {
  float: right;
  margin: 25px 0 12px 0;
  padding-left: 45px;
  background: #fff url("../img/bg_sns_list.png") 0 center no-repeat;
}
/* line 246, ../scss/_common.scss */
header .head-right .sns-list li {
  float: left;
  margin-left: 5px;
}
/* line 251, ../scss/_common.scss */
header .head-right .btn-area {
  float: right;
}
/* line 253, ../scss/_common.scss */
header .head-right .btn-area .btn {
  width: 210px;
  height: 38px;
  line-height: 36px;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 268, ../scss/_common.scss */
footer {
  width: 100%;
  height: 92px;
  margin-top: 60px;
  background: transparent url("../img/bg_foot.png") 0 bottom repeat-x;
}
/* line 273, ../scss/_common.scss */
footer .contents-inner {
  overflow: hidden;
}
/* line 276, ../scss/_common.scss */
footer .copyright {
  float: left;
  width: 900px;
  height: 82px;
  line-height: 75px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 11px;
  font-size: 1.1rem;
  color: #868686;
}
/* line 286, ../scss/_common.scss */
footer .btn-pagetop {
  display: block;
  text-indent: -9999px;
  float: right;
  width: 59px;
  height: 45px;
  margin-right: 5px;
  background: transparent url("../img/btn_pagetop.png") 0 0 no-repeat;
}

/* line 301, ../scss/_common.scss */
.contents-inner {
  width: 980px;
  margin: 0 auto;
}

/* line 307, ../scss/_common.scss */
.contents .main-area {
  float: left;
  width: 640px;
}
/* line 311, ../scss/_common.scss */
.contents .side-area {
  float: right;
  width: 300px;
}

/* line 321, ../scss/_common.scss */
.breadcrumbs {
  margin: 10px 0 35px 0;
  text-align: right;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 326, ../scss/_common.scss */
.breadcrumbs li {
  display: inline-block;
}

/* line 335, ../scss/_common.scss */
.side-area .head {
  height: 62px;
  margin-bottom: 30px;
  background: transparent url("../img/bg_side_head.png") top center no-repeat;
  background-size: 100%;
}
/* line 340, ../scss/_common.scss */
.side-area .head h2 {
  padding-top: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 343, ../scss/_common.scss */
.side-area .head h2 strong {
  padding: 0px 3px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}

/* line 351, ../scss/_common.scss */
.side-area .theme-list li {
  margin-bottom: 20px;
  clear: both;
}
/* line 354, ../scss/_common.scss */
.side-area .theme-list li a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  border: 1px solid #7b7b7b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #FFF;
}
/* line 362, ../scss/_common.scss */
.side-area .theme-list li .icon-block {
  float: left;
  position: relative;
  width: 70px;
  margin-top: -6px;
}
/* line 367, ../scss/_common.scss */
.side-area .theme-list li .icon-block img {
  margin: -5px 0px 0px 11px;
}
/* line 371, ../scss/_common.scss */
.side-area .theme-list li .txt-block {
  margin: 0px 3px 0px 70px;
  text-align: center;
}
/* line 374, ../scss/_common.scss */
.side-area .theme-list li .txt-block .ttl {
  margin: 10px 0px 5px 0px;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 378, ../scss/_common.scss */
.side-area .theme-list li .txt-block .txt {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}

/* line 390, ../scss/_common.scss */
hr.dot {
  margin: 20px 0px;
  height: 2px;
  width: 100%;
  border: 0;
  background: #FFF url("../img/border_dot.png") top left repeat-x;
}

/* line 397, ../scss/_common.scss */
.radius {
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
}

/* line 400, ../scss/_common.scss */
.ttl-block h2 {
  margin-top: -9px;
  margin-left: -6px;
}

/* line 409, ../scss/_common.scss */
.side-banner-list li {
  margin-bottom: 10px;
}
/* line 411, ../scss/_common.scss */
.side-banner-list li:last-child {
  margin-bottom: 0;
}
/* line 414, ../scss/_common.scss */
.side-banner-list li a {
  display: block;
  text-indent: -9999px;
  width: 300px;
  height: 200px;
}
/* line 420, ../scss/_common.scss */
.side-banner-list li.side-banner01 a {
  background: transparent url("../img/banner_side01.png") 0 0 no-repeat;
}
/* line 423, ../scss/_common.scss */
.side-banner-list li.side-banner02 a {
  background: transparent url("../img/banner_side02.png") 0 0 no-repeat;
}
/* line 426, ../scss/_common.scss */
.side-banner-list li.side-banner03 a {
  background: transparent url("../img/banner_side03.png") 0 0 no-repeat;
  height: 100px;
}
/* line 431, ../scss/_common.scss */
.side-banner-list .btn {
  width: 100%;
  height: 98px;
}

/* line 441, ../scss/_common.scss */
.bottom-banner-area {
  margin-top: 60px;
}

/* line 446, ../scss/_common.scss */
.bottom-banner-list li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
/* line 450, ../scss/_common.scss */
.bottom-banner-list li:nth-child(4n) {
  margin-right: 0;
}

/* line 461, ../scss/_common.scss */
.news-list li {
  padding: 12px 5px;
  border-bottom: 1px dashed #b1b1b1;
}
/* line 464, ../scss/_common.scss */
.news-list li:first-child {
  padding-top: 0;
}
/* line 467, ../scss/_common.scss */
.news-list li:last-child {
  border-bottom: none;
}
/* line 470, ../scss/_common.scss */
.news-list li p {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 473, ../scss/_common.scss */
.news-list li .icon-new {
  display: inline-block;
  width: 40px;
  height: 18px;
  line-height: 16px;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #e20013;
}

/* line 492, ../scss/_common.scss */
.remodal {
  padding: 100px;
}
/* line 494, ../scss/_common.scss */
.remodal h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 3px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
  border-bottom: 1px dashed #000;
}
/* line 501, ../scss/_common.scss */
.remodal h2 strong {
  font-size: 44px;
  font-size: 4.4rem;
}
/* line 505, ../scss/_common.scss */
.remodal .txt {
  text-align: left;
  line-height: 23px;
  line-height: 2.3rem;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 510, ../scss/_common.scss */
.remodal .project-list {
  margin: 10px 0;
}
/* line 512, ../scss/_common.scss */
.remodal .project-list li {
  float: left;
  width: 206px;
  margin-right: 21px;
  margin-top: 30px;
  text-align: left;
}
/* line 518, ../scss/_common.scss */
.remodal .project-list li:nth-child(3n) {
  margin-right: 0;
}
/* line 522, ../scss/_common.scss */
.remodal .project-list li .icon img {
  width: 100%;
  height: auto;
}
/* line 527, ../scss/_common.scss */
.remodal .project-list li .logo {
  width: 205px;
  margin-top: 5px;
  letter-spacing: -0.5px;
  font-size: 8px;
  font-size: 0.8rem;
}
/* line 532, ../scss/_common.scss */
.remodal .project-list li .logo img {
  width: auto;
  height: 22px;
  vertical-align: middle;
  margin-left: 3px;
}

/* line 4, ../scss/_top.scss */
#top .contents {
  margin-top: 45px;
}
/* line 7, ../scss/_top.scss */
#top .main-area {
  width: 630px;
}
/* line 10, ../scss/_top.scss */
#top .side-area {
  margin-top: 107px;
}
/* line 15, ../scss/_top.scss */
#top .news-list-area .news-ttl {
  height: 80px;
  margin-bottom: 25px;
  padding: 28px 0 0 35px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  background: #fff url("../img/bg_ttl_news.png") 0 0 no-repeat;
}
/* line 24, ../scss/_top.scss */
#top .news-list-area .news-list-box {
  height: 408px;
  margin-right: 15px;
  padding-right: 45px;
  overflow-y: scroll;
}
/* line 30, ../scss/_top.scss */
#top .news-list-area .news-list {
  border-bottom: 1px solid #b1b1b1;
}
/* line 33, ../scss/_top.scss */
#top .news-list-area .btn-area {
  padding: 22px 0;
  border-bottom: 1px solid #b1b1b1;
}
/* line 37, ../scss/_top.scss */
#top .news-list-area .btn {
  width: 268px;
  height: 38px;
  line-height: 36px;
}
/* line 44, ../scss/_top.scss */
#top .project-list-area {
  margin-top: 75px;
}
/* line 46, ../scss/_top.scss */
#top .project-list-area .project-list-ttl {
  width: 478px;
  height: 83px;
  margin: 0 auto 20px auto;
  padding-top: 3px;
  text-align: center;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 300;
  background: #fff url("../img/bg_ttl_ribbon01.png") 0 0 no-repeat;
}
/* line 55, ../scss/_top.scss */
#top .project-list-area .project-list-ttl strong {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
/* line 61, ../scss/_top.scss */
#top .project-list-area .project-list li {
  float: left;
  margin-top: 20px;
}
/* line 64, ../scss/_top.scss */
#top .project-list-area .project-list li:nth-child(odd) {
  margin-right: 40px;
}
/* line 68, ../scss/_top.scss */
#top .project-list-area .project-list li:nth-child(n+5) a {
  height: 426px;
}
/* line 72, ../scss/_top.scss */
#top .project-list-area .project-list li a {
  display: block;
  position: relative;
  width: 468px;
  height: 406px;
  text-decoration: none;
  border: 1px solid #7b7b7b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #FFF;
}
/* line 82, ../scss/_top.scss */
#top .project-list-area .project-list li .icon-block {
  position: absolute;
  top: -7px;
  left: 14px;
}
/* line 87, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block {
  text-align: center;
}
/* line 89, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo {
  display: table-cell;
  width: 468px;
  height: 120px;
  vertical-align: bottom;
}
/* line 95, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block .ttl {
  height: 45px;
  margin-top: 12px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
}
/* line 100, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block .ttl strong {
  font-size: 33px;
  font-size: 3.3rem;
}
/* line 104, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block .sub-ttl {
  display: table-cell;
  width: 468px;
  height: 70px;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
/* line 112, ../scss/_top.scss */
#top .project-list-area .project-list li .txt-block .txt {
  margin-top: 5px;
  padding: 0 65px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
/* line 120, ../scss/_top.scss */
#top .project-list-area .project-list li .btn-block {
  position: absolute;
  bottom: 22px;
  width: 468px;
  text-align: center;
}
/* line 125, ../scss/_top.scss */
#top .project-list-area .project-list li .btn-block .btn {
  width: 164px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4, ../scss/_project.scss */
#project .main-area, #project .side-area {
  margin-top: 30px;
}
/* line 8, ../scss/_project.scss */
#project .detail-area h3 {
  margin: 35px 0px 20px 0px;
}
/* line 11, ../scss/_project.scss */
#project .detail-area dt {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
}
/* line 15, ../scss/_project.scss */
#project .detail-area dd {
  margin: 5px 0 0 12px;
  line-height: 23px;
  line-height: 2.3rem;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 19, ../scss/_project.scss */
#project .detail-area dd strong {
  font-size: 20px;
  font-size: 2rem;
}
/* line 23, ../scss/_project.scss */
#project .detail-area p {
  line-height: 23px;
  line-height: 2.3rem;
}
/* line 27, ../scss/_project.scss */
#project .btn-red {
  width: 290px;
  height: 50px;
  line-height: 48px;
}

/* line 4, ../scss/_archive.scss */
#archive h2.ttl {
  width: 297px;
  height: 70px;
  margin: 0 auto 20px auto;
  padding-top: 16px;
  text-align: center;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 300;
  background: #fff url("../img/bg_ttl_ribbon02.png") 0 0 no-repeat;
}
/* line 14, ../scss/_archive.scss */
#archive .archive-list-area {
  margin-top: 35px;
  text-align: center;
}
/* line 17, ../scss/_archive.scss */
#archive .archive-list-area h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
}
/* line 22, ../scss/_archive.scss */
#archive .archive-list-area .intro-txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
/* line 27, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li {
  float: left;
  margin-top: 20px;
}
/* line 30, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li:nth-child(odd) {
  margin-right: 40px;
}
/* line 33, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li a {
  display: block;
  position: relative;
  width: 410px;
  height: 288px;
  padding: 20px 29px 0 29px;
  border: 1px solid #7b7b7b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #FFF;
  text-decoration: none;
}
/* line 44, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li .txt {
  margin-top: 10px;
  text-align: left;
}
/* line 48, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li .btn-block {
  position: absolute;
  bottom: 22px;
  width: 410px;
  text-align: center;
}
/* line 53, ../scss/_archive.scss */
#archive .archive-list-area .archive-list li .btn-block .btn {
  width: 164px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4, ../scss/_news.scss */
#news .ttl {
  width: 785px;
  height: 80px;
  margin: -20px auto 15px auto;
  padding: 28px 0 0 35px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  background: #fff url("../img/bg_ttl_news.png") 0 0 no-repeat;
}
/* line 14, ../scss/_news.scss */
#news .news-list-area {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
}
/* line 18, ../scss/_news.scss */
#news .news-list-area .news-list {
  border-bottom: 1px solid #b1b1b1;
}
/* line 20, ../scss/_news.scss */
#news .news-list-area .news-list li {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 28, ../scss/_news.scss */
#news-detail {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 30, ../scss/_news.scss */
#news-detail h2.ttl {
  width: 790px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
}
/* line 38, ../scss/_news.scss */
#news-detail hr {
  margin-bottom: 0;
}
/* line 41, ../scss/_news.scss */
#news-detail .detail-area {
  width: 820px;
  margin-right: auto;
  margin-left: auto;
}
/* line 45, ../scss/_news.scss */
#news-detail .detail-area .img, #news-detail .detail-area p, #news-detail .detail-area dl {
  padding: 0 21px;
}
/* line 48, ../scss/_news.scss */
#news-detail .detail-area img, #news-detail .detail-area p, #news-detail .detail-area dt {
  margin-top: 30px;
}
/* line 51, ../scss/_news.scss */
#news-detail .detail-area dt {
  font-weight: 500;
}
/* line 54, ../scss/_news.scss */
#news-detail .detail-area .btn-area {
  padding: 30px 0 45px 0;
  border-bottom: 1px solid #acacac;
}
/* line 57, ../scss/_news.scss */
#news-detail .detail-area .btn-area .btn {
  width: 265px;
  height: 38px;
  line-height: 36px;
}

/* line 4, ../scss/_report.scss */
#report .main-area, #report .side-area {
  margin-top: 30px;
}
/* line 8, ../scss/_report.scss */
#report .detail-area h3 {
  margin-top: 30px;
}
/* line 11, ../scss/_report.scss */
#report .detail-area p {
  margin-top: 30px;
  line-height: 23px;
  line-height: 2.3rem;
}
/* line 15, ../scss/_report.scss */
#report .detail-area .img.double img {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}
/* line 19, ../scss/_report.scss */
#report .detail-area .img.double img:last-child {
  margin-right: 0px;
}
/* line 24, ../scss/_report.scss */
#report .btn-red {
  width: 290px;
  height: 50px;
  line-height: 48px;
}
