@charset "UTF-8";
/* line 17, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, scss/_common.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 58, scss/_common.scss */
* {
  box-sizing: border-box;
}

/*Selected Text*/
/* line 60, scss/_common.scss */
::selection {
  background: #fffcbb;
}

/* line 61, scss/_common.scss */
::-moz-selection {
  background: #fffcbb;
}

/* line 62, scss/_common.scss */
html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

/* line 63, scss/_common.scss */
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

/*マウスオン フェード*/
/* line 65, scss/_common.scss */
a {
  text-decoration: none;
  vertical-align: top;
  color: #555555;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 70, scss/_common.scss */
img, video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 71, scss/_common.scss */
figure img {
  margin: 10px auto;
}

/* line 72, scss/_common.scss */
p {
  margin: 10px 0 0;
}
/* line 73, scss/_common.scss */
p small {
  font-size: 12px;
  display: block;
}

/* line 75, scss/_common.scss */
table {
  width: 100%;
}

/* line 76, scss/_common.scss */
strong {
  font-weight: bold;
}

/* line 77, scss/_common.scss */
.txtRight {
  text-align: right;
  margin: 10px 0 0 0;
}

/* line 78, scss/_common.scss */
.ico-circle {
  color: #409ad6;
}

/* line 79, scss/_common.scss */
.listIdent li {
  padding-left: 1em;
  margin-top: 5px;
}
/* line 80, scss/_common.scss */
.listIdent li:first-letter {
  margin-left: -1em;
}

/* line 83, scss/_common.scss */
.container {
  margin: 0 auto;
  padding: 44px 20px 0;
}

@media (min-width: 768px) {
  /* line 85, scss/_common.scss */
  .container {
    width: 760px;
    padding-top: 0;
  }
  /* line 86, scss/_common.scss */
  .container .border {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 992px) {
  /* line 90, scss/_common.scss */
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  /* line 93, scss/_common.scss */
  .container {
    width: 1180px;
  }
}
@media print {
  /* line 99, scss/_common.scss */
  header {
    display: none;
  }
}
/* line 104, scss/_common.scss */
.pc-header {
  display: none;
  -webkit-box-shadow: 0 2px 0 rgba(225, 225, 225, 0.5);
  -moz-box-shadow: 0 2px 0 rgba(225, 225, 225, 0.5);
  box-shadow: 0 2px 0 rgba(225, 225, 225, 0.5);
  position: relative;
  z-index: 10000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 105, scss/_common.scss */
.siteName {
  float: left;
  width: 140px;
  display: block;
  height: auto;
}
/* line 106, scss/_common.scss */
.siteName:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 108, scss/_common.scss */
.shoulderBox {
  float: right;
}

/* line 109, scss/_common.scss */
.numTel {
  float: left;
  margin: 0 0 0 20px;
}

@media (min-width: 768px) {
  /* line 111, scss/_common.scss */
  .pc-header {
    display: block;
  }

  /* line 112, scss/_common.scss */
  .siteName {
    width: 245px;
    margin-top: 25px;
  }

  /* line 113, scss/_common.scss */
  .numTel {
    width: 240px;
  }
}
@media (min-width: 992px) {
  /* line 116, scss/_common.scss */
  .numTel {
    width: 270px;
  }
}
/* line 121, scss/_common.scss */
.sp-header {
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px #cccccc;
  -moz-box-shadow: 0 3px 3px #cccccc;
  box-shadow: 0 3px 3px #cccccc;
  z-index: 10000;
}

/* line 122, scss/_common.scss */
.drawer-navbar-header {
  background: #fff;
}

/* line 123, scss/_common.scss */
.drawer-toggle {
  float: right;
  width: 6.5em;
}

@media (min-width: 768px) {
  /* line 125, scss/_common.scss */
  .sp-header {
    display: none;
  }
}
/* line 132, scss/_common.scss */
.shoulder {
  background: #409ad6;
  margin-bottom: 5px;
}
/* line 133, scss/_common.scss */
.shoulder li {
  float: left;
  text-align: center;
  width: 30%;
}
/* line 134, scss/_common.scss */
.shoulder li:nth-child(3) {
  width: 40%;
}
/* line 136, scss/_common.scss */
.shoulder a {
  display: block;
  color: #fff;
  padding: 4px 0;
}
/* line 137, scss/_common.scss */
.shoulder a:hover {
  background: #005189;
}
/* line 139, scss/_common.scss */
.shoulder img {
  width: auto;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
}

@media (min-width: 768px) {
  /* line 142, scss/_common.scss */
  .shoulderBox {
    width: 456px;
  }
}
@media (min-width: 992px) {
  /* line 145, scss/_common.scss */
  .shoulderBox {
    width: 520px;
  }
}
/* line 150, scss/_common.scss */
.hd_srch {
  float: left;
  display: block;
  height: 30px;
  padding: 0 4px 0 32px;
  border: 1px solid #409ad6 !important;
  background: whitesmoke url(/img/common/ico-search.gif) no-repeat 0 50%;
  vertical-align: middle;
}

/* line 151, scss/_common.scss */
#cse-search-box {
  display: inline;
}

/* line 152, scss/_common.scss */
.hd_srch #intext {
  width: 162px;
  height: 20px;
  padding: 6px 0 4px 0;
  border: 0;
  background: none;
  font-size: 86%;
  line-height: 20px;
}

/* line 153, scss/_common.scss */
.hd_srch #intext.tipped {
  color: #999;
}

/* line 155, scss/_common.scss */
.hd_srch .gsc-search-button {
  display: none;
}

/* line 156, scss/_common.scss */
.hd_srch .gsc-input {
  padding: 0;
  font-size: 85.7%;
}

/* line 157, scss/_common.scss */
.hd_srch .gsc-input, .gsc-input-box, .gsc-input-box-hover {
  border: none;
  background: #f5f5f5;
}

/* line 158, scss/_common.scss */
.hd_srch #gs_id50 {
  width: 163px;
}

/* line 159, scss/_common.scss */
.hd_srch #gsc-iw-id1, .gsc-input-box-hover, .gsc-input-box-focus {
  border: none;
  background: #f5f5f5;
}

/* line 161, scss/_common.scss */
.hd_srch .gsc-search-box-tools .gsc-search-box .gsc-input {
  font-size: 100%;
}

/* line 162, scss/_common.scss */
.hd_srch .gsc-search-box-tools .gsc-search-box .gsc-input {
  background: #f5f5f5 !important;
}

/* line 163, scss/_common.scss */
.hd_srch .gsc-search-box-tools .gsc-input-box-focus .gsc-input, .hd_srch .gsc-input-box-focus .gsib_a {
  background: #f5f5f5 !important;
}

/* line 164, scss/_common.scss */
.hd_srch .gsc-input-box-focus .gsib_a input {
  background: #f5f5f5;
  font-size: 12px;
}

/* line 165, scss/_common.scss */
.hd_srch table.gsc-search-box td {
  background: #f5f5f5;
}

/* line 166, scss/_common.scss */
.hd_srch .gsib_b {
  display: none;
}

/* line 167, scss/_common.scss */
.hd_srch .gsc-input {
  background: #f5f5f5 !important;
}

@media (min-width: 768px) {
  /* line 169, scss/_common.scss */
  .hd_srch {
    width: 190px;
  }
}
@media (min-width: 992px) {
  /* line 172, scss/_common.scss */
  .hd_srch {
    width: 230px;
  }
}
/* line 177, scss/_common.scss */
.global a {
  display: block;
}

@media (min-width: 768px) {
  /* line 179, scss/_common.scss */
  .global {
    margin-top: 15px;
  }
  /* line 180, scss/_common.scss */
  .global li {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 16.666%;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  /* line 181, scss/_common.scss */
  .global li:nth-child(4n+1) {
    border-left: 1px solid #ccc;
  }
  /* line 183, scss/_common.scss */
  .global a {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #fff;
    padding: 5px 0;
  }
  /* line 184, scss/_common.scss */
  .global a:hover {
    border-bottom-color: #409ad6;
    color: #409ad6;
  }
}
/* line 193, scss/_common.scss */
.drawer-nav li {
  border-top: 1px solid #ccc;
  width: 50%;
  float: left;
}
/* line 194, scss/_common.scss */
.drawer-nav li:nth-child(even) {
  border-left: 1px solid #ccc;
}
/* line 195, scss/_common.scss */
.drawer-nav li:last-child {
  width: 100%;
}
/* line 197, scss/_common.scss */
.drawer-nav a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
/* line 198, scss/_common.scss */
.drawer-nav a:after {
  content: ">";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -9px;
  display: block;
  font-size: 10px;
}

/* line 205, scss/_common.scss */
.top-ban {
  border-top: 1px solid #ccc;
}
/* line 206, scss/_common.scss */
.top-ban img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 212, scss/_common.scss */
.dirIndex .crumbWrap {
  margin-top: 60px;
}

/* line 213, scss/_common.scss */
.crumbWrap {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 214, scss/_common.scss */
.crumbList {
  padding: 10px 1em;
}

/* line 215, scss/_common.scss */
.crumbItem {
  float: left;
  margin-right: 5px;
  font-size: 13px;
}
/* line 216, scss/_common.scss */
.crumbItem:before {
  content: '>';
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  font-size: 1rem;
}
/* line 217, scss/_common.scss */
.crumbItem:first-child:before {
  display: none;
}
/* line 218, scss/_common.scss */
.crumbItem a:hover {
  text-decoration: underline;
  color: #409ad6;
}

/* line 220, scss/_common.scss */
.btn-top {
  display: block;
  background-color: #fafafa;
  background-image: url(/img/common/ico-top.png);
  background-repeat: no-repeat;
  color: #409ad6;
  padding: 0.5em 1em;
  background-position: 97% center;
  cursor: pointer;
}
/* line 221, scss/_common.scss */
.btn-top:hover {
  background-color: #409ad6;
  background-image: url(/img/common/ico-top-on.png);
  color: #fff;
}

@media (min-width: 768px) {
  /* line 224, scss/_common.scss */
  .crumbWrap {
    border-top: 1px solid #ccc;
    display: table;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
  }

  /* line 225, scss/_common.scss */
  .crumbList {
    display: table-cell;
    width: 75%;
  }

  /* line 226, scss/_common.scss */
  .btn-top {
    display: table-cell;
    width: 25%;
    line-height: 40px;
    border-left: 1px solid #ccc;
    padding: 0 1em;
  }
}
/* line 231, scss/_common.scss */
footer {
  background: #f2f6f9;
  border-top: 1px solid #ccc;
}
/* line 232, scss/_common.scss */
footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 234, scss/_common.scss */
.ft-ban {
  margin-right: -20px;
  margin-left: -20px;
}
/* line 235, scss/_common.scss */
.ft-ban li {
  float: left;
  padding: 10px 20px;
  width: 50%;
}

/* line 237, scss/_common.scss */
.copyright {
  background: #409ad6;
  padding: 10px;
}
/* line 238, scss/_common.scss */
.copyright small {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 241, scss/_common.scss */
  .ft-ban li {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  /* line 244, scss/_common.scss */
  .ft-ban li {
    width: 16.6%;
  }
}
/* line 249, scss/_common.scss */
.tbl-def {
  margin: 15px 0 0;
}
/* line 250, scss/_common.scss */
.tbl-def dt {
  background: #cfe6ff;
  padding: 1em;
  border-bottom: 1px solid #fff;
}
/* line 251, scss/_common.scss */
.tbl-def small {
  font-size: 12px;
  display: block;
}

@media (min-width: 768px) {
  /* line 254, scss/_common.scss */
  .tbl {
    display: table;
    width: 100%;
  }
  /* line 255, scss/_common.scss */
  .tbl dl {
    display: table-row;
  }
  /* line 256, scss/_common.scss */
  .tbl dt, .tbl dd {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 257, scss/_common.scss */
  .tbl dt {
    text-align: center;
    padding: 0.75em 0.5em;
  }
  /* line 258, scss/_common.scss */
  .tbl dd {
    padding: 0.75em 1em;
  }

  /* line 261, scss/_common.scss */
  .tbl-def dl:nth-of-type(1) dd {
    border-top: 1px solid #ccc;
  }
  /* line 262, scss/_common.scss */
  .tbl-def dt {
    width: 10em;
  }
  /* line 263, scss/_common.scss */
  .tbl-def dd {
    border-bottom: 1px solid #ccc;
  }
}
/* line 269, scss/_common.scss */
.btn-pdf {
  background: url(/img/common/ico-pdf.svg) no-repeat left center;
  background-size: 22px;
  padding-left: 2em;
  margin-top: 15px;
}
/* line 270, scss/_common.scss */
.btn-pdf a {
  color: #005189;
  text-decoration: underline;
}
/* line 271, scss/_common.scss */
.btn-pdf a:hover {
  text-decoration: none;
}

/* line 274, scss/_common.scss */
a.btn-pdf {
  background-size: 15px;
  padding-left: 1.25em;
  color: #005189;
  text-decoration: underline;
}
/* line 275, scss/_common.scss */
a.btn-pdf:hover {
  text-decoration: none;
}

/* line 277, scss/_common.scss */
.no-svg .btn-pdf {
  background: url(/img/common/ico-pdf.png) no-repeat left top;
  background-size: 22px;
}

/* line 281, scss/_common.scss */
.btn-link {
  background: url(/img/common/ico-link.svg) no-repeat left center;
  background-size: 20px;
  padding-left: 2em;
}
/* line 282, scss/_common.scss */
.btn-link a {
  color: #005189;
  text-decoration: underline;
}
/* line 283, scss/_common.scss */
.btn-link a:hover {
  text-decoration: none;
}

/* line 286, scss/_common.scss */
a.btn-link {
  background-size: 16px;
  display: inline-block;
  padding-left: 1.5em;
  color: #005189;
  text-decoration: underline;
}
/* line 287, scss/_common.scss */
a.btn-link:hover {
  text-decoration: none;
}

/* line 289, scss/_common.scss */
.no-svg .btn-link {
  background: url(/img/common/ico-link.png) no-repeat left top;
  background-size: 20px;
}

/* line 293, scss/_common.scss */
.btn-blanc {
  background: url(/img/common/ico-window.svg) no-repeat left center;
  background-size: 16px;
  padding-left: 1.5em;
}

/* line 294, scss/_common.scss */
a.btn-blanc {
  color: #005189;
  text-decoration: underline;
}
/* line 295, scss/_common.scss */
a.btn-blanc:hover {
  text-decoration: none;
}

/* line 297, scss/_common.scss */
.no-svg .btn-blanc {
  background: url(/img/common/ico-window.png) no-repeat left center;
  background-size: 16px;
}

/* line 301, scss/_common.scss */
.row {
  margin-right: -20px;
  margin-left: -20px;
}
/* line 302, scss/_common.scss */
.row:after {
  clear: both;
}
/* line 303, scss/_common.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 305, scss/_common.scss */
.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 307, scss/_common.scss */
  .box {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 308, scss/_common.scss */
  .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
  }

  /* line 309, scss/_common.scss */
  .col-3 {
    width: 25%;
  }

  /* line 310, scss/_common.scss */
  .col-4 {
    width: 33%;
  }

  /* line 311, scss/_common.scss */
  .col-5 {
    width: 41.6%;
  }

  /* line 312, scss/_common.scss */
  .col-6 {
    width: 50%;
  }

  /* line 313, scss/_common.scss */
  .col-7 {
    width: 58.3%;
  }

  /* line 314, scss/_common.scss */
  .col-8 {
    width: 66.6%;
  }

  /* line 315, scss/_common.scss */
  .col-9 {
    width: 75%;
  }
}
/* line 320, scss/_common.scss */
.tit-lead {
  font-size: 24px;
  color: #409ad6;
  font-weight: bold;
  margin-bottom: 0.25em;
  margin: 50px 0 10px;
}

/* line 321, scss/_common.scss */
.tit-line + .tit-lead {
  margin-top: 0;
}

/* line 322, scss/_common.scss */
.tit-line {
  font-weight: bold;
  padding: 0.7em 20px 0.6em 14px;
  margin: 1.5em 0 1em;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px dashed #ccc;
  font-size: 20px;
}
/* line 323, scss/_common.scss */
.tit-line:before {
  position: absolute;
  content: '';
  background: url(/img/common/tit_line.png) repeat-y top left;
  height: 56%;
  width: 4px;
  left: 0;
  top: 22%;
}

/* line 325, scss/_common.scss */
.tit-bar {
  display: block;
  padding: 0.35em 10px 0.2em 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f2f2f2 url(/img/common/ico-arrow.png) no-repeat 0.5em center;
  border: 1px solid #ddd;
  font-size: 18px;
  margin: 1.5em 0 1em;
}
/* line 326, scss/_common.scss */
.tit-bar span {
  font-size: 13px;
}

/* line 329, scss/_common.scss */
.tit-fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #005189;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 25px 0;
  text-shadow: 1px 1px 1px black;
  font-size: 16px;
  color: #fff;
}
/* line 330, scss/_common.scss */
.tit-fukidashi:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #005189;
}

/* line 335, scss/_common.scss */
.pageheader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 40px;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 336, scss/_common.scss */
.ph-tit {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .14em;
}

/* line 337, scss/_common.scss */
.ph-tit-small {
  font-size: 16px;
  color: #409ad6;
  margin-left: 0.5em;
  font-weight: normal;
}

/* line 339, scss/_common.scss */
.tit-heading {
  font-size: 32px;
  padding: 30px 40px;
  letter-spacing: .14em;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.3;
  margin-left: -20px;
  margin-right: -20px;
}
/* line 340, scss/_common.scss */
.tit-heading:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 1px;
  background-color: #409ad6;
}

/* line 343, scss/_common.scss */
.outline .pageheader {
  background-image: url(/img/outline/bg-header.jpg);
}

/* line 344, scss/_common.scss */
.role .pageheader {
  background-image: url(/img/role/bg-header.jpg);
}

/* line 345, scss/_common.scss */
.activity .pageheader {
  background-image: url(/img/activity/bg-header.jpg);
}

/* line 346, scss/_common.scss */
.access .pageheader {
  background-image: url(/img/access/bg-header.jpg);
}

/* line 347, scss/_common.scss */
.contact .pageheader {
  background-image: url(/img/contact/bg-header.jpg);
}

/* line 349, scss/_common.scss */
.dirIndex .pageheader {
  padding: 60px 0 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
/* line 350, scss/_common.scss */
.dirIndex .pageheader .ph-tit {
  font-size: 32px;
  letter-spacing: .14em;
}
/* line 351, scss/_common.scss */
.dirIndex .pageheader .ph-tit-small {
  display: block;
  margin: 0.5em 0 0 0;
}

/* line 353, scss/_common.scss */
.heading__small {
  margin: 60px 0 30px;
  padding-top: 28px;
  border-top: 1px solid #409ad6;
  font-size: 16px;
  letter-spacing: .14em;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 356, scss/_common.scss */
  .pageheader {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 357, scss/_common.scss */
  .tit-heading {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 362, scss/_common.scss */
.intro_top {
  padding: 60px 0 0;
}
/* line 363, scss/_common.scss */
.intro_top p {
  padding: 20px 0 0 0;
}

/* line 366, scss/_common.scss */
.ico-arrow {
  position: relative;
  padding-left: 30px;
}
/* line 367, scss/_common.scss */
.ico-arrow:before, .ico-arrow:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 368, scss/_common.scss */
.ico-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background-color: #afcceb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
}
/* line 369, scss/_common.scss */
.ico-arrow:after {
  content: ">";
  color: #fff;
  font-size: 10px;
  margin-top: 3px;
  left: 7px;
}

/* line 371, scss/_common.scss */
.scalingImg {
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 372, scss/_common.scss */
.scalingImg img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  margin: 0 auto;
}

/* line 374, scss/_common.scss */
a:hover .scalingImg img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 376, scss/_common.scss */
.contentsMap {
  overflow: hidden;
  *zoom: 1;
}
/* line 378, scss/_common.scss */
.contentsMap .index a {
  display: block;
}
/* line 379, scss/_common.scss */
.contentsMap .index a:hover {
  color: #409ad6;
}
/* line 381, scss/_common.scss */
.contentsMap .index a:hover .ico-arrow:before {
  background-color: #409ad6;
}
/* line 382, scss/_common.scss */
.contentsMap .index a:hover .ico-arrow:after {
  left: 10px;
}
/* line 387, scss/_common.scss */
.contentsMap p {
  margin-top: 10px;
}

/* line 390, scss/_common.scss */
.contentsList {
  padding-top: 5px;
}
/* line 391, scss/_common.scss */
.contentsList li {
  margin-top: 5px;
  padding-left: 1em;
  position: relative;
}
/* line 392, scss/_common.scss */
.contentsList li:before {
  content: ">";
  color: #409ad6;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 50%;
  margin-top: -8px;
}
/* line 394, scss/_common.scss */
.contentsList a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 398, scss/_common.scss */
  .intro_top p {
    padding: 0;
  }

  /* line 401, scss/_common.scss */
  .contentsMap .index {
    width: 25%;
    float: left;
    padding: 0 20px;
  }
}
/* line 407, scss/_common.scss */
.contents {
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  /* line 409, scss/_common.scss */
  .contents-wrap {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: relative;
  }

  /* line 410, scss/_common.scss */
  .contents, .sidebar {
    vertical-align: top;
    display: table-cell;
  }

  /* line 411, scss/_common.scss */
  .contents {
    width: 75%;
    padding: 0 0 60px 0;
  }

  /* line 412, scss/_common.scss */
  .sidebar {
    width: 25%;
    border-left: 1px solid #ccc;
  }
}
/* line 417, scss/_common.scss */
.sidebar {
  background: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
}

/* line 419, scss/_common.scss */
.subNavi-0 a {
  display: block;
  padding: 1em;
}

/* line 422, scss/_common.scss */
.subNavi li {
  border-bottom: 1px solid #ccc;
}
/* line 423, scss/_common.scss */
.subNavi a {
  display: block;
  padding: 1em 1em 1em 2.5em;
  position: relative;
}
/* line 424, scss/_common.scss */
.subNavi a:before {
  position: absolute;
  display: block;
  color: #409ad6;
  content: '>';
  z-index: 5;
  left: 1em;
  top: 50%;
  margin-top: -11px;
}
/* line 425, scss/_common.scss */
.subNavi a:hover {
  color: #409ad6;
  background: #afcceb;
}

@media (min-width: 768px) {
  /* line 429, scss/_common.scss */
  .sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 434, scss/_common.scss */
.intro {
  padding-top: 50px;
}

@media (min-width: 768px) {
  /* line 436, scss/_common.scss */
  .innr {
    overflow: hidden;
    *zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 442, scss/_common.scss */
.tbl-form > dl > dt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}

/* line 448, scss/_common.scss */
label {
  display: block;
  padding: 3px 0;
}

/* line 450, scss/_common.scss */
.ico {
  float: right;
  border-radius: 4px;
  width: 4em;
  text-align: center;
  color: #fff;
}

/* line 451, scss/_common.scss */
.must {
  background: #ff9b5b;
}

@media only screen and (min-width: 768px) {
  /* line 453, scss/_common.scss */
  .tbl-form > dl > dt {
    width: 14em;
  }
}
/* line 456, scss/_common.scss */
input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

/* line 460, scss/_common.scss */
input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

/* ------ ベース ------ */
@media only screen and (min-width: 600px) {
  /* line 467, scss/_common.scss */
  textarea {
    resize: vertical;
    overflow: hidden;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 476, scss/_common.scss */
  input, button, select {
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    background: transparent;
    margin: 0;
    padding: 0;
  }
}
/* line 487, scss/_common.scss */
input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  background-color: #eeeeee;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  border: 1px solid #cccccc;
}

/* line 489, scss/_common.scss */
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
  vertical-align: text-top;
}

/* line 491, scss/_common.scss */
select {
  z-index: 3;
  line-height: 30px;
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 8px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  border: 1px solid #cccccc;
}

/* line 493, scss/_common.scss */
.btn-submit {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #ff9b5b;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  width: 40%;
  display: block;
  margin: 30px auto 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
/* line 494, scss/_common.scss */
.btn-submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 4, scss/_top.scss */
.bx-wrapper {
  position: relative;
}
/* line 5, scss/_top.scss */
.bx-wrapper img {
  display: block;
}
/* line 6, scss/_top.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/img/top/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* line 12, scss/_top.scss */
.tit-indexContents {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
/* line 13, scss/_top.scss */
.tit-indexContents span {
  font-size: 18px;
  display: block;
  color: #409ad6;
}

/* line 18, scss/_top.scss */
.departmentIndex {
  margin: 0 -20px;
  padding: 50px 5%;
  background-size: 3px 3px;
  background-color: #e1ebf8;
  background-image: gradient(linear, 0 0, 100% 0, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
  background-image: -webkit-linear-gradient(90deg, #ffffff 50%, transparent 50%, transparent);
  background-image: -moz-linear-gradient(90deg, #ffffff 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(90deg, #ffffff 50%, transparent 50%, transparent);
  background-image: linear-gradient(90deg, #ffffff 50%, transparent 50%, transparent);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 20, scss/_top.scss */
.departmentIndex .row a {
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  /* line 23, scss/_top.scss */
  .departmentIndex {
    margin: 0;
  }
  /* line 24, scss/_top.scss */
  .departmentIndex .row {
    margin-top: 20px;
  }
  /* line 25, scss/_top.scss */
  .departmentIndex .row a {
    margin-top: 0;
  }
  /* line 26, scss/_top.scss */
  .departmentIndex .row a:hover {
    -webkit-box-shadow: 2px 2px 5px #aaaaaa;
    -moz-box-shadow: 2px 2px 5px #aaaaaa;
    box-shadow: 2px 2px 5px #aaaaaa;
  }
}
/* line 35, scss/_top.scss */
.pick {
  padding: 50px 5%;
}

/* line 36, scss/_top.scss */
#picupSlide {
  margin-top: 30px;
}
/* line 37, scss/_top.scss */
#picupSlide .image a {
  display: block;
  margin: 0 10px 20px;
  text-align: center;
}

/* clearfix */
/* line 41, scss/_top.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 50, scss/_top.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 56, scss/_top.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 61, scss/_top.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 66, scss/_top.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 74, scss/_top.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 76, scss/_top.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 77, scss/_top.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
}

/* fix */
/* line 90, scss/_top.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Styling Pagination*/
/* line 100, scss/_top.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 107, scss/_top.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 5px;
  background: #dddddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 121, scss/_top.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #d2a0dc;
}

/* line 130, scss/_top.scss */
.btn-panf {
  margin: 0 -20px;
}
/* line 131, scss/_top.scss */
.btn-panf a {
  display: block;
  background: #409ad6 url(/img/top/ico-arrow.png) no-repeat 15px center;
  color: #fff000;
  padding: 20px 20px 20px 50px;
}
/* line 132, scss/_top.scss */
.btn-panf a h2 {
  font-size: 26px;
  font-weight: bold;
}
/* line 133, scss/_top.scss */
.btn-panf a h2 span {
  font-size: 14px;
  display: block;
}
/* line 135, scss/_top.scss */
.btn-panf a .btn {
  display: none;
}
/* line 136, scss/_top.scss */
.btn-panf a:hover {
  background-color: #005189;
}
/* line 137, scss/_top.scss */
.btn-panf a:hover .btn {
  background: #fff;
  color: #409ad6;
}

@media (min-width: 768px) {
  /* line 142, scss/_top.scss */
  .btn-panf {
    margin: 0;
  }
  /* line 143, scss/_top.scss */
  .btn-panf a {
    background: #409ad6 url(/img/top/ico-arrow.png) no-repeat 30px center;
    padding: 30px 50px 30px 80px;
  }
  /* line 144, scss/_top.scss */
  .btn-panf a h2 {
    float: left;
  }
  /* line 145, scss/_top.scss */
  .btn-panf a .btn {
    border: 1px solid;
    display: inline-block;
    text-align: center;
    padding: 0.5em;
    margin-top: 13px;
    width: 20em;
    float: right;
  }
}
/* line 152, scss/_top.scss */
.infoFeed {
  padding: 30px 3% 0;
  border-top: 1px solid #ccc;
  /*.catBlog { background: $BLUE;}*/
}
/* line 153, scss/_top.scss */
.infoFeed h2 {
  color: #409ad6;
  font-size: 32px;
}
/* line 154, scss/_top.scss */
.infoFeed h2 span {
  color: #555555;
  font-size: 16px;
  margin-left: 0.5em;
}
/* line 155, scss/_top.scss */
.infoFeed h2 a {
  display: block;
  font-size: 15px;
  border: solid 1px #409ad6;
  color: #409ad6;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 20px;
}
/* line 156, scss/_top.scss */
.infoFeed h2 a:hover {
  background: #409ad6;
  color: #fff;
}
/* line 158, scss/_top.scss */
.infoFeed li {
  border-top: 1px dotted #666;
  padding: 20px;
}
/* line 159, scss/_top.scss */
.infoFeed li:first-child {
  border-top: 1px solid #ccc;
}
/* line 160, scss/_top.scss */
.infoFeed li a:hover {
  text-decoration: underline;
  color: #409ad6;
}
/* line 162, scss/_top.scss */
.infoFeed .date, .infoFeed .category {
  margin-right: 10px;
}
/* line 163, scss/_top.scss */
.infoFeed .category {
  text-align: center;
  width: 7em;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 165, scss/_top.scss */
.infoFeed .catInfo {
  background: #409ad6;
}
/* line 166, scss/_top.scss */
.infoFeed .catExarm {
  background: #b0ba3e;
}
/* line 167, scss/_top.scss */
.infoFeed .catMedia {
  background: #ff9b5b;
}
/* line 168, scss/_top.scss */
.infoFeed .catCampus {
  background: #EC6D74;
}
/* line 169, scss/_top.scss */
.infoFeed .catCourse {
  background: #D580AD;
}

@media (min-width: 768px) {
  /* line 176, scss/_top.scss */
  .infoFeed h2 a {
    display: inline-block;
    float: right;
    font-size: 15px;
    border: solid 1px #409ad6;
    color: #409ad6;
    padding: 0.5em;
    width: 10em;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 177, scss/_top.scss */
  .infoFeed h2 a:hover {
    background: #409ad6;
    color: #fff;
  }
}
/* line 1, scss/_contents.scss */
.txt-right {
  text-align: right;
}

/* line 6, scss/_contents.scss */
.tit-type {
  color: #005189;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 8, scss/_contents.scss */
.agreement p {
  margin-top: 5px;
  font-size: 15px;
  margin-left: 10px;
}

/* line 13, scss/_contents.scss */
.tit-name {
  color: #fff;
  font-size: 20px;
  padding: 0 10px 5px 10px;
}
/* line 14, scss/_contents.scss */
.tit-name span {
  font-size: 14px;
}

/* line 16, scss/_contents.scss */
.tit-sub {
  font-size: 16px;
  font-weight: bold;
}

/* line 17, scss/_contents.scss */
.in-wrap {
  padding: 20px;
}

/* line 19, scss/_contents.scss */
.chiiki-wrap {
  border: solid 3px #97C649;
}

/* line 20, scss/_contents.scss */
.chikyo-wrap {
  border: solid 3px #FF8232;
}

/* line 21, scss/_contents.scss */
.hamagaku-wrap {
  border: solid 3px #409ad6;
}

/* line 23, scss/_contents.scss */
.chiiki-wrap .tit-name {
  background: #97C649;
}

/* line 24, scss/_contents.scss */
.chikyo-wrap .tit-name {
  background: #FF8232;
}

/* line 25, scss/_contents.scss */
.hamagaku-wrap .tit-name {
  background: #409ad6;
}

/* line 27, scss/_contents.scss */
.in-wrap li span {
  font-size: 10px;
  padding-right: 3px;
}

/* line 28, scss/_contents.scss */
.chiiki-wrap li span {
  color: #97C649;
}

/* line 29, scss/_contents.scss */
.chikyo-wrap li span {
  color: #FF8232;
}

/* line 30, scss/_contents.scss */
.hamagaku-wrap li span {
  color: #409ad6;
}

/* line 32, scss/_contents.scss */
.tit-work {
  background: #FFE6D6;
  color: #ff9b5b;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

/* line 33, scss/_contents.scss */
.work-box {
  border: solid 1px #ff9b5b;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 34, scss/_contents.scss */
.work-box ul {
  padding: 10px 20px;
}

/* line 36, scss/_contents.scss */
.effect-box {
  margin-top: 15px;
}

/* line 39, scss/_contents.scss */
.role-steps li {
  float: left;
  width: 45%;
  margin: 10px 5% 0 0;
  position: relative;
}
/* line 40, scss/_contents.scss */
.role-steps li:after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 10px solid #005189;
  margin-top: -4px;
}
/* line 41, scss/_contents.scss */
.role-steps li:nth-child(5) {
  margin-right: 0;
}
/* line 42, scss/_contents.scss */
.role-steps li:nth-child(5):after {
  display: none;
}

@media (min-width: 768px) {
  /* line 47, scss/_contents.scss */
  .effect-wrap {
    display: flex;
    display: -webkit-flex;
  }

  /* line 48, scss/_contents.scss */
  .effect-box {
    float: left;
    width: 49%;
    margin-top: 0;
  }
  /* line 49, scss/_contents.scss */
  .effect-box:nth-child(1) {
    margin-right: 1%;
  }
  /* line 50, scss/_contents.scss */
  .effect-box:nth-child(2) {
    margin-left: 1%;
  }

  /* line 53, scss/_contents.scss */
  .role-steps li {
    width: 31%;
    margin: 10px 2% 0 0;
  }
}
@media (min-width: 992px) {
  /* line 57, scss/_contents.scss */
  .left-txt {
    float: left;
  }

  /* line 58, scss/_contents.scss */
  .right-img {
    float: right;
  }

  /* line 59, scss/_contents.scss */
  .work-box {
    float: left;
    width: 49%;
  }
  /* line 60, scss/_contents.scss */
  .work-box:nth-child(1) {
    margin-right: 1%;
  }
  /* line 61, scss/_contents.scss */
  .work-box:nth-child(2) {
    margin-left: 1%;
  }
  /* line 62, scss/_contents.scss */
  .work-box ul {
    padding: 10px 20px;
  }
  /* line 63, scss/_contents.scss */
  .work-box ul li {
    float: left;
    width: 50%;
  }
  /* line 64, scss/_contents.scss */
  .work-box ul li span {
    font-size: 14px;
  }

  /* line 69, scss/_contents.scss */
  .role-steps li {
    width: 18.4%;
  }
}
/* line 75, scss/_contents.scss */
.activeList span {
  color: #d2001e;
}

/* line 76, scss/_contents.scss */
.activeList figcaption {
  font-size: 12px;
  margin-top: 10px;
}
/* line 77, scss/_contents.scss */
.activeList figcaption strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #409ad6;
}

/* line 83, scss/_contents.scss */
.report-wrap img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 89, scss/_contents.scss */
#map {
  height: 300px;
}

/* line 95, scss/_contents.scss */
.privacyCont dt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
/* line 96, scss/_contents.scss */
.privacyCont dt:first-letter {
  color: #409ad6;
}
/* line 98, scss/_contents.scss */
.privacyCont dd {
  padding-left: 1em;
}

/* line 105, scss/_contents.scss */
.info span {
  color: #409ad6;
}
/* line 107, scss/_contents.scss */
.info a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 109, scss/_contents.scss */
.info figure {
  float: right;
}
/* line 110, scss/_contents.scss */
.info figcaption {
  font-size: 13px;
}
/* line 111, scss/_contents.scss */
.info .pdf-link {
  margin-top: 20px;
}
/* line 112, scss/_contents.scss */
.info .pdf-link a {
  display: block;
  float: left;
  border: 1px solid #555555;
  margin-right: 10px;
}
/* line 113, scss/_contents.scss */
.info .pdf-link a:hover {
  border: solid 1px #409ad6;
}
/* line 114, scss/_contents.scss */
.info .pdf-link a:nth-child(2) {
  margin-right: 0;
}
