@charset "UTF-8";
@import url(../../../../../../fonts.googleapis.com/earlyaccess/notosansjp.css);
/* line 3, ../sp_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, ../sp_scss/_reset.scss */
html {
  line-height: 1;
}

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

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

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

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

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

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

/* line 55, ../sp_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, ../sp_scss/_variables.scss */
  .visible-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 55, ../sp_scss/_variables.scss */
  .visible-pc {
    display: none;
  }
}

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

/* line 5, ../sp_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, ../sp_scss/_common.scss */
div, p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

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

/* line 27, ../sp_scss/_common.scss */
a {
  outline: none;
  text-decoration: underline;
}
/* line 30, ../sp_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, ../sp_scss/_common.scss */
a:visited {
  color: #1f1715;
}
/* line 40, ../sp_scss/_common.scss */
a:hover {
  cursor: pointer;
  opacity: 0.75;
}

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

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

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

/* line 78, ../sp_scss/_common.scss */
.wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 103, ../sp_scss/_common.scss */
h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 112, ../sp_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 123, ../sp_scss/_common.scss */
.btn-red {
  border: 1px solid #e20013;
  background: #e20013 url("../img/icon_arrow_white.png") 96% center no-repeat;
}
/* line 126, ../sp_scss/_common.scss */
.btn-red:link, .btn-red:visited {
  color: #fff;
}

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

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

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

/* line 161, ../sp_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 171, ../sp_scss/_common.scss */
.mt10 {
  margin-top: 5px;
}

/* line 172, ../sp_scss/_common.scss */
.mt15 {
  margin-top: 7.5px;
}

/* line 173, ../sp_scss/_common.scss */
.mt20 {
  margin-top: 10px;
}

/* line 174, ../sp_scss/_common.scss */
.mt25 {
  margin-top: 12.5px;
}

/* line 175, ../sp_scss/_common.scss */
.mt30 {
  margin-top: 15px;
}

/* line 176, ../sp_scss/_common.scss */
.mt35 {
  margin-top: 12.5px;
}

/* line 177, ../sp_scss/_common.scss */
.mt40 {
  margin-top: 20px;
}

/* line 179, ../sp_scss/_common.scss */
.mr10 {
  margin-right: 5px;
}

/* line 180, ../sp_scss/_common.scss */
.mr15 {
  margin-right: 7.5px;
}

/* line 181, ../sp_scss/_common.scss */
.mr20 {
  margin-right: 10px;
}

/* line 182, ../sp_scss/_common.scss */
.mr25 {
  margin-right: 12.5px;
}

/* line 183, ../sp_scss/_common.scss */
.mr30 {
  margin-right: 15px;
}

/* line 184, ../sp_scss/_common.scss */
.mr35 {
  margin-right: 17.5px;
}

/* line 185, ../sp_scss/_common.scss */
.mr40 {
  margin-right: 20px;
}

/* line 187, ../sp_scss/_common.scss */
.mb10 {
  margin-bottom: 5px;
}

/* line 188, ../sp_scss/_common.scss */
.mb15 {
  margin-bottom: 7.5px;
}

/* line 189, ../sp_scss/_common.scss */
.mb20 {
  margin-bottom: 10px;
}

/* line 190, ../sp_scss/_common.scss */
.mb25 {
  margin-bottom: 12.5px;
}

/* line 191, ../sp_scss/_common.scss */
.mb30 {
  margin-bottom: 15px;
}

/* line 192, ../sp_scss/_common.scss */
.mb35 {
  margin-bottom: 17.5px;
}

/* line 193, ../sp_scss/_common.scss */
.mb40 {
  margin-bottom: 20px;
}

/* line 195, ../sp_scss/_common.scss */
.ml10 {
  margin-left: 5px;
}

/* line 196, ../sp_scss/_common.scss */
.ml15 {
  margin-left: 7.5px;
}

/* line 197, ../sp_scss/_common.scss */
.ml20 {
  margin-left: 10px;
}

/* line 198, ../sp_scss/_common.scss */
.ml25 {
  margin-left: 12.5px;
}

/* line 199, ../sp_scss/_common.scss */
.ml30 {
  margin-left: 15px;
}

/* line 200, ../sp_scss/_common.scss */
.ml35 {
  margin-left: 17.5px;
}

/* line 201, ../sp_scss/_common.scss */
.ml40 {
  margin-left: 20px;
}

/* line 207, ../sp_scss/_common.scss */
header {
  width: 100%;
  padding-bottom: 5px;
  background: transparent url("../img/sp/bg_head_border.png") 0 bottom repeat-x;
  background-size: 100%;
}
/* line 212, ../sp_scss/_common.scss */
header .contents-inner {
  background: transparent url("../img/sp/bg_head.png") center repeat;
  background-size: 120%;
}
/* line 216, ../sp_scss/_common.scss */
header .logo-area {
  float: none;
  width: 100%;
}
/* line 219, ../sp_scss/_common.scss */
header .logo-area a {
  display: block;
  text-decoration: none;
}
/* line 223, ../sp_scss/_common.scss */
header .logo-area .logo {
  display: table-cell;
  width: 33%;
  height: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
/* line 233, ../sp_scss/_common.scss */
header .logo-area h1 {
  display: table-cell;
  height: 100px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 4.1vw;
  line-height: 5.2vw;
  vertical-align: middle;
}
/* line 240, ../sp_scss/_common.scss */
header .logo-area h1 strong {
  font-size: 5.8vw;
  font-weight: 500;
}
/* line 247, ../sp_scss/_common.scss */
header .head-right {
  float: none;
  width: auto;
  height: auto;
}
/* line 251, ../sp_scss/_common.scss */
header .head-right .sns-list {
  position: absolute;
  bottom: 60px;
  left: 5%;
  background: #fff url("../img/sp/bg_sns_list.png") 0 center no-repeat;
  background-size: 18%;
}
/* line 257, ../sp_scss/_common.scss */
header .head-right .sns-list li {
  float: left;
  width: 13%;
  margin-left: 10px;
}
/* line 261, ../sp_scss/_common.scss */
header .head-right .sns-list li:first-child {
  margin-left: 45px;
}
/* line 266, ../sp_scss/_common.scss */
header .head-right .btn-area {
  display: none;
}
/* line 268, ../sp_scss/_common.scss */
header .head-right .btn-area .btn {
  display: none;
}

/* line 279, ../sp_scss/_common.scss */
footer {
  position: relative;
  width: 100%;
  margin-top: 60px;
  background: transparent url("../img/sp/bg_head_border.png") 0 bottom repeat-x;
  background-size: 100%;
}
/* line 285, ../sp_scss/_common.scss */
footer .contents-inner {
  overflow: hidden;
}
/* line 288, ../sp_scss/_common.scss */
footer .copyright {
  display: block;
  width: 70%;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 9px;
  font-size: 0.9rem;
  color: #868686;
}
/* line 296, ../sp_scss/_common.scss */
footer .pagetop {
  position: absolute;
  right: 5%;
  bottom: 20px;
  z-index: 9999;
  display: block;
}
/* line 302, ../sp_scss/_common.scss */
footer .pagetop .btn-pagetop {
  display: block;
  text-indent: -9999px;
  width: 45px;
  height: 39px;
  background: transparent url("../img/btn_pagetop.png") 0 0 no-repeat;
  background-size: 45px;
}

/* line 317, ../sp_scss/_common.scss */
.contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 327, ../sp_scss/_common.scss */
.contents .main-area {
  float: none;
  width: 100%;
}
/* line 331, ../sp_scss/_common.scss */
.contents .side-area-sp {
  float: none;
  width: 100%;
}

/* line 341, ../sp_scss/_common.scss */
.breadcrumbs {
  display: none;
}

/* line 349, ../sp_scss/_common.scss */
.side-area-sp {
  margin-top: 50px;
}
/* line 351, ../sp_scss/_common.scss */
.side-area-sp .head {
  position: relative;
  margin-bottom: 20px;
  background: transparent url("../img/bg_side_head.png") top center no-repeat;
  background-size: 248px;
  height: 43px;
}
/* line 357, ../sp_scss/_common.scss */
.side-area-sp .head h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 359, ../sp_scss/_common.scss */
.side-area-sp .head h2 strong {
  padding: 0px 3px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

/* line 369, ../sp_scss/_common.scss */
.side-area-sp .theme-list li a {
  display: block;
  text-decoration: none;
  background: #FFF;
}

/* line 379, ../sp_scss/_common.scss */
.slide-container {
  width: 100%;
  overflow: hidden;
}
/* line 382, ../sp_scss/_common.scss */
.slide-container .slide-inner {
  position: relative;
  width: 200%;
  left: 50%;
  margin-left: -100%;
}
/* line 388, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper {
  margin-bottom: 55px;
}
/* line 390, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper .bx-viewport {
  overflow: visible !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 395, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper .bx-pager.bx-default-pager a {
  margin-right: 3px;
  background: #b1b1b1 !important;
}
/* line 398, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e20013 !important;
}
/* line 403, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper .bxslider li {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 407, ../sp_scss/_common.scss */
.slide-container .slide-inner .bx-wrapper .bxslider li img {
  width: 100%;
}

/* line 419, ../sp_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 426, ../sp_scss/_common.scss */
.radius {
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
}

/* line 429, ../sp_scss/_common.scss */
.ttl-block h2 {
  margin: 0px auto;
  width: 56%;
  text-align: center;
}
/* line 433, ../sp_scss/_common.scss */
.ttl-block h2 img {
  display: inline-block;
}

/* line 442, ../sp_scss/_common.scss */
.side-banner-list li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
/* line 446, ../sp_scss/_common.scss */
.side-banner-list li:last-child {
  margin-bottom: 0;
}
/* line 449, ../sp_scss/_common.scss */
.side-banner-list li:before {
  content: "";
  display: block;
  padding-top: 24%;
}
/* line 454, ../sp_scss/_common.scss */
.side-banner-list li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/* line 464, ../sp_scss/_common.scss */
.side-banner-list li.side-banner01:before {
  padding-top: 33%;
}
/* line 467, ../sp_scss/_common.scss */
.side-banner-list li.side-banner01 a {
  background: transparent url("../img/sp/banner_side01.png") 0 0 no-repeat;
  background-size: 100%;
}
/* line 473, ../sp_scss/_common.scss */
.side-banner-list li.side-banner02 a {
  background: transparent url("../img/sp/banner_side02.png") 0 0 no-repeat;
  background-size: 100%;
}
/* line 479, ../sp_scss/_common.scss */
.side-banner-list li.side-banner03 a {
  background: transparent url("../img/sp/banner_side03.png") 0 0 no-repeat;
  background-size: 100%;
}
/* line 485, ../sp_scss/_common.scss */
.side-banner-list .btn {
  width: 100%;
  height: 98px;
}

/* line 495, ../sp_scss/_common.scss */
.bottom-banner-area {
  margin-top: 30px;
}

/* line 501, ../sp_scss/_common.scss */
.bottom-banner-list li a {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
/* line 506, ../sp_scss/_common.scss */
.bottom-banner-list li a img {
  width: 100%;
}
/* line 510, ../sp_scss/_common.scss */
.bottom-banner-list li:nth-child(even) a {
  margin-right: 0;
}

/* line 521, ../sp_scss/_common.scss */
.news-list li {
  padding: 12px 5px;
  border-bottom: 1px dashed #b1b1b1;
}
/* line 524, ../sp_scss/_common.scss */
.news-list li:first-child {
  padding-top: 0;
}
/* line 527, ../sp_scss/_common.scss */
.news-list li:last-child {
  border-bottom: none;
}
/* line 530, ../sp_scss/_common.scss */
.news-list li p {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 533, ../sp_scss/_common.scss */
.news-list li .icon-new {
  display: inline-block;
  width: 34px;
  height: 15px;
  line-height: 15px;
  margin-left: 5px;
  margin-top: 2px;
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #e20013;
}

/* line 553, ../sp_scss/_common.scss */
.remodal {
  padding: 25px 25px 30px 25px !important;
}
/* line 555, ../sp_scss/_common.scss */
.remodal h2 {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 1px dashed #000;
}
/* line 563, ../sp_scss/_common.scss */
.remodal h2 strong {
  font-size: 44px;
  font-size: 4.4rem;
}
/* line 567, ../sp_scss/_common.scss */
.remodal .img img {
  width: 70%;
  margin: 0 auto;
}
/* line 571, ../sp_scss/_common.scss */
.remodal .txt {
  text-align: left;
  line-height: 23px;
  line-height: 2.3rem;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 577, ../sp_scss/_common.scss */
.remodal .project-list li {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-top: 15px;
  text-align: left;
}
/* line 583, ../sp_scss/_common.scss */
.remodal .project-list li:nth-child(2n) {
  margin-right: 0;
}
/* line 587, ../sp_scss/_common.scss */
.remodal .project-list li .icon img {
  width: 100%;
  height: auto;
}
/* line 592, ../sp_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 597, ../sp_scss/_common.scss */
.remodal .project-list li .logo img {
  width: auto;
  height: 22px;
  vertical-align: middle;
  margin-left: 3px;
}
/* line 608, ../sp_scss/_common.scss */
.remodal .link-list li a {
  display: block;
}
/* line 610, ../sp_scss/_common.scss */
.remodal .link-list li a.link-arrow {
  background: transparent url(../img/icon_arrow_black.png) 0px 4px no-repeat;
}

/* line 4, ../sp_scss/_top.scss */
#top .main-area {
  width: 100%;
}
/* line 7, ../sp_scss/_top.scss */
#top .side-area {
  margin-top: 35px;
}
/* line 12, ../sp_scss/_top.scss */
#top .news-list-area .news-ttl {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  background: #fff url("../img/bg_ttl_news.png") center bottom no-repeat;
  background-size: 134px;
  text-align: center;
}
/* line 23, ../sp_scss/_top.scss */
#top .news-list-area .news-ttl span {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
/* line 30, ../sp_scss/_top.scss */
#top .news-list-area .news-list-box {
  height: auto;
}
/* line 33, ../sp_scss/_top.scss */
#top .news-list-area .news-list {
  border-bottom: 1px solid #b1b1b1;
}
/* line 36, ../sp_scss/_top.scss */
#top .news-list-area .news-list li:nth-child(n+6) {
  display: none;
}
/* line 39, ../sp_scss/_top.scss */
#top .news-list-area .news-list li:nth-child(5n) {
  border: none;
  padding-bottom: 25px;
}
/* line 45, ../sp_scss/_top.scss */
#top .news-list-area .btn-area {
  padding: 22px 0;
  border-bottom: 1px solid #b1b1b1;
}
/* line 49, ../sp_scss/_top.scss */
#top .news-list-area .btn {
  width: 60%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 57, ../sp_scss/_top.scss */
#top .project-list-area {
  margin-top: 35px;
  position: relative;
}
/* line 61, ../sp_scss/_top.scss */
#top .project-list-area .project-list-ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff url("../img/bg_ttl_ribbon01.png") center 0 no-repeat;
  background-size: 275px;
  height: 49px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
/* line 70, ../sp_scss/_top.scss */
#top .project-list-area .project-list-ttl strong {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
/* line 76, ../sp_scss/_top.scss */
#top .project-list-area .project-list li {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
  height: auto;
  margin-top: 20px;
  box-sizing: border-box;
}
/* line 84, ../sp_scss/_top.scss */
#top .project-list-area .project-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-decoration: none;
  border: 1px solid #7b7b7b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #FFF;
}
/* line 94, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .icon-block {
  position: absolute;
  top: -7px;
  left: 14px;
  width: 18%;
  max-width: 50px;
}
/* line 101, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block {
  text-align: center;
}
/* line 103, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo {
  display: block;
  width: 100%;
  margin-top: 35px;
}
/* line 107, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo img {
  width: 67%;
  max-width: 160px;
  margin-left: 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 115, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo01 {
  margin-top: 20px;
}
/* line 117, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo01 img {
  max-width: 100px;
}
/* line 121, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo02 {
  margin-top: 25px;
}
/* line 123, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo02 img {
  width: 59%;
  max-width: 200px;
  margin-left: 20px;
}
/* line 130, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo06 img {
  max-width: 165px;
}
/* line 134, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo06 {
  margin-top: 20px;
}
/* line 136, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .logo.logo06 img {
  max-width: 125px;
}
/* line 141, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .ttl {
  height: 45px;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
/* line 146, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .ttl strong {
  font-size: 24px;
  font-size: 2.4rem;
}
/* line 150, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .sub-ttl {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
/* line 157, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .txt-block .txt {
  width: 74%;
  margin: 20px auto 0px auto;
  padding: 0px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
}
/* line 166, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .btn-block {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
/* line 170, ../sp_scss/_top.scss */
#top .project-list-area .project-list li .btn-block .btn {
  width: 42%;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 4, ../sp_scss/_project.scss */
#project .main-area, #project .side-area {
  margin-top: 25px;
}
/* line 8, ../sp_scss/_project.scss */
#project .detail-area h3 {
  margin: 20px 0px 15px 0px;
}
/* line 11, ../sp_scss/_project.scss */
#project .detail-area dt {
  margin-top: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 15, ../sp_scss/_project.scss */
#project .detail-area dd {
  margin: 5px 0 0 8px;
  line-height: 22px;
  line-height: 2.2rem;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 19, ../sp_scss/_project.scss */
#project .detail-area dd strong {
  font-size: 20px;
  font-size: 2rem;
}
/* line 23, ../sp_scss/_project.scss */
#project .detail-area p {
  line-height: 22px;
  line-height: 2.2rem;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 28, ../sp_scss/_project.scss */
#project .btn-area {
  margin-top: 25px;
}
/* line 30, ../sp_scss/_project.scss */
#project .btn-area .btn-red {
  width: 60%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4, ../sp_scss/_archive.scss */
#archive h2.ttl {
  height: 70px;
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  background: #fff url("../img/bg_ttl_ribbon02.png") center no-repeat;
  background-size: 200px;
  line-height: 63px;
}
/* line 14, ../sp_scss/_archive.scss */
#archive .archive-list-area {
  margin-top: 10px;
  padding-bottom: 35px;
  text-align: center;
}
/* line 18, ../sp_scss/_archive.scss */
#archive .archive-list-area h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
/* line 23, ../sp_scss/_archive.scss */
#archive .archive-list-area .intro-txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: left;
}
/* line 29, ../sp_scss/_archive.scss */
#archive .archive-list-area .archive-list li {
  float: none;
  margin-top: 20px;
}
/* line 32, ../sp_scss/_archive.scss */
#archive .archive-list-area .archive-list li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #7b7b7b;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  background: #FFF;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 45, ../sp_scss/_archive.scss */
#archive .archive-list-area .archive-list li .txt {
  margin-top: 10px;
  text-align: left;
}
/* line 49, ../sp_scss/_archive.scss */
#archive .archive-list-area .archive-list li .btn-block {
  margin: 20px auto 0px auto;
}
/* line 51, ../sp_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, ../sp_scss/_news.scss */
#news .ttl {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  padding: 0px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  background: #fff url("../img/bg_ttl_news.png") center bottom no-repeat;
  background-size: 134px;
  text-align: center;
}
/* line 15, ../sp_scss/_news.scss */
#news .ttl span {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
/* line 22, ../sp_scss/_news.scss */
#news .news-list-area {
  padding-bottom: 35px;
}
/* line 24, ../sp_scss/_news.scss */
#news .news-list-area .news-list {
  border-bottom: 1px solid #b1b1b1;
}
/* line 26, ../sp_scss/_news.scss */
#news .news-list-area .news-list li {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 34, ../sp_scss/_news.scss */
#news-detail {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 36, ../sp_scss/_news.scss */
#news-detail h2.ttl {
  padding-top: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
/* line 41, ../sp_scss/_news.scss */
#news-detail hr {
  margin-bottom: 0;
}
/* line 45, ../sp_scss/_news.scss */
#news-detail .detail-area .img, #news-detail .detail-area p, #news-detail .detail-area dl {
  padding: 0 2%;
}
/* line 48, ../sp_scss/_news.scss */
#news-detail .detail-area img, #news-detail .detail-area p, #news-detail .detail-area dt {
  margin-top: 30px;
}
/* line 51, ../sp_scss/_news.scss */
#news-detail .detail-area dt {
  font-weight: 500;
}
/* line 54, ../sp_scss/_news.scss */
#news-detail .detail-area .btn-area {
  padding: 30px 0 50px 0;
  border-bottom: 1px solid #acacac;
}
/* line 57, ../sp_scss/_news.scss */
#news-detail .detail-area .btn-area .btn {
  width: 70%;
  height: 35px;
  padding-left: 3%;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, ../sp_scss/_report.scss */
#report .main-area, #report .side-area {
  margin-top: 25px;
}
/* line 8, ../sp_scss/_report.scss */
#report .detail-area h3 {
  margin-top: 25px;
}
/* line 11, ../sp_scss/_report.scss */
#report .detail-area p {
  margin-top: 25px;
  line-height: 23px;
  line-height: 2.3rem;
}
/* line 15, ../sp_scss/_report.scss */
#report .detail-area .img.double img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 21, ../sp_scss/_report.scss */
#report .btn-area {
  margin-top: 25px;
}
/* line 23, ../sp_scss/_report.scss */
#report .btn-area .btn-red {
  width: 60%;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}
