@charset "UTF-8";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 2em;
  font-size: 65%;
  font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #fff;
  color: #333;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: #333;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

textarea {
  resize: none;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc;
}

input[type="text"] {
  padding: 5px;
  line-height: 1.5em;
  border-width: 2px;
  border-style: solid;
  border-color: #ccc;
}
input[type="text"].ime-on {
  ime-mode: active;
}
input[type="text"].ime-off {
  ime-mode: disabled;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
  padding: 0 20px;
  height: 30px;
  vertical-align: bottom;
  background-color: #333;
  border-width: 0px;
  border-color: #ccc;
  color: #fff;
  line-height: 31px;
  border-radius: 0;
  -webkit-appearance: none;
}

.small, #footer-inner, .pagination ul, .content-side #news .public_date, .estimate strong, .st-box dl {
  font-size: .8em;
}

.medium, button, input[type="button"], input[type="submit"], input[type="reset"] {
  font-size: 1em;
}

.large, .news-index #news h2, .estimate h4, .contact-inner strong, .contact-inner address, .contact-inner .tel, .st-box > ol li, .info-link h3, .info .info-content h3, .info .info-content .info-description h4, .info .info-content .info-description h5, .info .info-content .info-photo strong, .info .info-content .support, .type li .list-inner .title, .type li .list-inner .address span, .type li .list-inner .address .telelink {
  font-size: 1.3em;
}

.big, .searcharea h3, .contact h3, .contact.accent-contact h3, .type h2 {
  font-size: 1.8em;
}

.text-overflow, .news-index #news li .title, .content-main #news li .title, .content-side #news .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.error-message, .error-container div, .error-container ul li {
  color: #b24442;
  font-size: 0.9em;
  padding: 2px;
}

.error-container {
  border: 1px solid #ebccd1;
  background-color: #f2dede;
  padding: 10px;
  margin-bottom: 20px;
}
.error-container div {
  font-size: 1.0em;
  padding-bottom: 5px;
  border-bottom: 1px solid #b24442;
}
.error-container ul {
  list-style-type: disc;
  margin-top: 10px;
}
.error-container ul li {
  margin-left: 30px;
}

#header {
  background-color: #f1e5e7;
}
#header .header-top {
  background-color: #f1e5e7;
}
#header h1 {
  float: left;
}
#header h1 a {
  width: 221px;
  height: 40px;
  background-image: url(../img/sitelogo_s.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
#header .social {
  float: right;
  padding: 5px 0;
  text-align: right;
}

.crumb ol {
  overflow: hidden;
  *zoom: 1;
}
.crumb ol li {
  float: left;
}
.crumb ol li {
  margin-left: 10px;
  padding-left: 15px;
  background-image: url("../img/icon_crumb.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.crumb ol li:first-child {
  margin-left: 0;
  padding-left: 0;
  background-image: none;
}

#contact-link {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 99999;
}
#contact-link a {
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  width: 60px;
  height: 160px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
}
#contact-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#contents {
  background-color: #fff;
  position:relative;
  z-index:9999;
}

.category-news {
  display: block;
  width: 100%;
  background-color: #a487e3;
  text-align: center;
}

.category-estimate {
  display: block;
  width: 100%;
  background-color: #68b943;
  text-align: center;
}

.category {
  width: 80px;
  color: #fff;
}

.checkbox {
  padding: 10px;
  background-color: #f6f7f8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

footer {
  background-color: #ffffff;
  position:relative;
  z-index:9999;
}
footer .wrapper {
  padding: 15px 0 40px 0;
  font-size: 16px;
  line-height: 28px;
}
footer #under_wrapper {
  width:100%;
  background-color:#ff8b96;
  color:#fff;
}
footer #under_wrapper #inner {
  margin:0 auto;
  width:980px;
  line-height:40px;
  text-align:right;
  font-size: 12px;
  padding: 10px 0 10px 0;
}
footer .telelink {
  color: #fff;
}
footer .telelink:link, footer .telelink:visited, footer .telelink:hover, footer .telelink:active {
  color: #fff;
  text-decoration: none;
}

.totop a {
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  width: 162px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/to_top.png");
  background-repeat: no-repeat;
}
.totop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#footer-inner {
  color: #000;
}

#footer-inner #inner {
  margin-top:20px;
  margin-right:80px;
  float:left;
  color:#393523;
}
#footer-inner #inner #fladress {
  margin-top:20px;
}
.google_pin {
  padding-left:20px;
  background:url("../img/foot_pin.png") no-repeat;
}
.footer_navi {
  padding-left:20px;
  background:url("../img/foot_yaji01.png") no-repeat;
  background-position: 0 7px;
}
.footer_navi_sub {
  margin-left:10px;
  padding-left:20px;
  background:url("../img/foot_yaji02.png") no-repeat;
  background-position: 0 7px;
}
#footer-inner #right {
  margin-top:20px;
  float:left;
}
.pagination {
  margin: 40px 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}
.pagination li {
  width: 3em;
  height: 3em;
  float: left;
  margin-left: 5px;
  background-color: #dfdfdf;
  color: #fff;
  line-height: 3em;
  text-align: center;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3em;
  text-align: center;
}
.pagination li.more {
  background-color: #fff;
  color: #333;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li.active {
  background-color: #e69641;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active a:link, .pagination li.active a:visited, .pagination li.active a:hover, .pagination li.active a:active {
  color: #fff;
}

.pagination-link {
  margin: 40px 0;
  text-align: center;
}
.pagination-link span {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-left: 5px;
  background-color: #dfdfdf;
  color: #fff;
  line-height: 3em;
  text-align: center;
}
.pagination-link span a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3em;
  text-align: center;
}
.pagination-link span.more {
  background-color: #fff;
  color: #333;
}
.pagination-link span:first-child {
  margin-left: 0;
}
.pagination-link span.active {
  background-color: #e69641;
}
.pagination-link span.active a {
  color: #fff;
}
.pagination-link span.active a:link, .pagination-link span.active a:visited, .pagination-link span.active a:hover, .pagination-link span.active a:active {
  color: #fff;
}

@media only screen and (min-width: 600px) {
  #header {
    position: relative;
  }
  #header > h1 {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  #header .header-top {
    -moz-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    -webkit-transition: background 0.4s linear;
    transition: background 0.4s linear;
    width: 100%;
    height: 95px;
    background: #f1e5e7;
  }
  #header .header-logo {
	float: left;
	margin: 38px 0 5px 250px;
  }
  #header .header-top-inner h1 {
    float: left;
  }
  #header .header-top-inner .hinner {
    overflow:hidden;
    position:absolute;
    width:900px;
    top:0;
  }
  #header .header-top-inner .social {
    float: right;
    padding: 5px 0;
    text-align: right;
  }
  #header #gnavi {
    position: fixed;
    clear: both;
    top: 45px;
    width: 100%;
    background: #e65e72;
  }
  #header #gnavi a {
    height: 55px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }
  .home #header .header-top {
    background: #ffffff;
  }
  .home #header .header-top-inner h1 {
    display: none;
  }
  .home #header #gnavi {
    position: relative;
    top: 510px;
  }

  #gnavi {
    clear: both;
    width: 100%;
    background-color: #e65e72;
  }
  #gnavi a {
    height: 55px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    -webkit-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
  }

  .gnavi-01 a {
    width: 163px;
    background-image: url('../img/sprite_1-sa2f85257a4.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-01 a:hover, .gnavi-01 a:active, .gnavi-01 a.active {
    background-position-y: -57px;
  }

  .gnavi-02 a {
    width: 163px;
    background-image: url('../img/sprite_2-s7ddee1e32e.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-02 a:hover, .gnavi-02 a:active, .gnavi-02 a.active {
    background-position-y: -57px;
  }

  .gnavi-03 a {
    width: 163px;
    background-image: url('../img/sprite_3-sa9bf27387b.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-03 a:hover, .gnavi-03 a:active, .gnavi-03 a.active {
    background-position-y: -57px;
  }

  .gnavi-04 a {
    width: 163px;
    background-image: url('../img/sprite_4-s14d8cb6fab.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-04 a:hover, .gnavi-04 a:active, .gnavi-04 a.active {
    background-position-y: -57px;
  }

  .gnavi-05 a {
    width: 163px;
    background-image: url('../img/sprite_5-s83fd6b6fb7.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-05 a:hover, .gnavi-05 a:active, .gnavi-05 a.active {
    background-position-y: -57px;
  }
  .gnavi-06 a {
    width: 163px;
    background-image: url('../img/sprite_6.png');
    background-repeat: no-repeat;
    display: block;
    background-position: 0 0;
  }
  .gnavi-06 a:hover, .gnavi-06 a:active, .gnavi-06 a.active {
    background-position-y: -57px;
  }
  #gallery{
    height:470px;
    margin:0 auto;
  }
  .slick-prev{
    left:0;
    top:43%;
    transform: translate(900%, 0);
    z-index:1;
  }
  .slick-prev:before{
    font-family:'FontAwesome';
    font-size:50px;
  }
  .slick-next{
    right:0;
    top:43%;
    transform: translate(-900%, 0);
    z-index:1;
  }
  .slick-next:before{
    font-family:'FontAwesome';
    font-size:50px;
  }
  .cb-slideshow {
    display: inline-block;
    position:absolute;
    width:1600px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 599px) {
  #header > h1 {
    display: none;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

.clearfix, .wrapper:after, .social:after, .social .wrapper:after, footer .wrapper:after, #links:after, .news-index #news #news-inner:after, .news-index #news li:after, .banner-link:after, .content-main #news #news-inner:after, .content-main #news li:after, .content-side #news li:after, .checkbox-container:after, .kosodate-title ol:after, .step:after, .info:after, .type li .list-inner:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.wrapper {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 980px;
  text-align: left;
  font-size: 1.4em;
}

#gnavi ul {
  overflow: hidden;
  *zoom: 1;
}
#gnavi ul li {
  float: left;
}

.social .wrapper {
  text-align: right;
}
.social .fb-like, .social .tweet {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}
.social form {
  display: inline-block;
  margin-left: 5px;
  padding-left: 25px;
  background-image: url("../img/icon_search.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.content-main {
  float: left;
  width: 670px;
}

.content-main .top_bana {
margin-top: 231px;
}

@media only screen and (max-width: 599px) {
  .content-main .top_bana {
  margin-top: 0px;
  }
}

.content-side {
  float: right;
  width: 280px;
}

.totop {
  float: right;
}

#footer-inner {
  margin-right: 20px;
  color:#000;
}

.link-content {
  float: left;
}

.news-index {
  padding-bottom: 40px;
}
.news-index #news li p {
  float: left;
}
.news-index #news .category {
  margin-left: 10px;
}
.news-index #news .more {
  float: right;
}

.banner-link {
  margin: 40px 0;
}

.bank-link {
  float: left;
}

.sell-link {
  float: right;
}

.interview-laybox {
    width: 324px;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
  }
.interview-all {
    width: 670px;
    max-width: 100%;
  }

.content-main {
  margin-bottom: 80px;
}
.content-main #news {
  margin-bottom: 20px;
}
.content-main #news li p {
  float: left;
}
.content-main #news .category {
  margin-left: 10px;
}
.content-main .about_map_road {
  color:#4583ae;
  font-weight:bold;
  font-size:18px;
  line-height:40px;
}
.content-main .about_map_road_mes {
  font-size:15px;
}
.content-side {
  margin-bottom: 80px;
}
.content-main .about_point_mes {
  color:#228f3e;
  font-size:16px;
  line-height:1.5em;
  font-weight:bold;
}
.content-main .kanren_box2 {
  margin:20px 10px;
  border:solid 1px #c1c1c1;
  padding:20px;
  background-color:#eeeeee;
}
.content-main .kanren_box2 p {
  color:#666666;
  font-weight:bold;
}
.content-main .kanren_box2 ul {
  margin:5px 0 0 20px;
  overflow:hidden;
}
.content-main .kanren_box2 li {
  float:left;
  margin-right: 40px;
  font-size:0.8em;
  list-style-type: disc;
  list-style-position: inside;
}
.content-main .work_comment {
  padding:10px;
  font-size:1.1em;
  line-height:1.8em;
}
.content-main .work_comment .link {
  background: url("../img/icon_link.png") no-repeat;
  padding-left:25px;
  margin-top:10px;
}
.content-main .work_comment a {
  color:#007eb9;
  text-decoration: underline;
}
.content-main .work_box {
  border:solid 5px #76a5c9;
  margin-top: 30px;
  padding:30px 50px 30px 50px;
  line-height:1.8em;
}
.content-main .work_box .link {
  background: url("../img/icon_link.png") no-repeat;
  padding-left:25px;
  margin-top:10px;
}
.content-main .work_box a {
  color:#007eb9;
  text-decoration: underline;
}
.content-main .strong {
  font-weight:bold;
}
.content-main .work_box .title{
  color:#418ac2;
  font-size:1.5em;
  line-height:30px;
  font-weight:bold;
  line-height:1.8em;
}
.content-main .work_box .comment{
  color:#39576f;
  font-size:1.1em;
  line-height:28px;
  margin-bottom:30px;
}
.content-side #news .more {
  position: absolute;
}
.content-side #news li {
  margin-top: 10px;
}
.content-side #news li:first-child {
  margin-top: 0;
}
.content-side #news .category {
  float: left;
}
.content-side #news .public_date {
  width: 140px;
  float: right;
}
.content-side #news .title {
  width: 140px;
  float: right;
}

.crumb {
  padding: 12px 0 10px;
  font-size: 0.9em;
  color: #888888;
}

.checkbox-container .checkbox {
  float: left;
  margin: 0 5px 5px 0;
}

.estimate-inner {
  display: table;
}
.estimate-inner table {
  display: table-cell;
  width: calc(100% - 195px);
}
.estimate-inner th {
  width: 75px;
}
.estimate-inner td {
  width: 393px;
}
.estimate-inner td.colspan {
  width: 154px;
}
.estimate-inner .photo {
  display: table-cell;
  width: 195px;
}
.estimate-inner .photo .pstate {
  top:75px;
  position:relative;
  color:#ff00ff;
  font-size:30px;
  font-weight:bold;
}
#contact .row {
  display: table;
}
#contact dt, #contact dd {
  display: table-cell;
}
#contact dt {
  width: 200px;
  vertical-align: middle;
}
#contact dd {
  width: 430px;
}
#contact dd input[type="text"], #contact dd textarea {
  width: 80%;
}
.info-photo2 {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .wrapper-m {
    display: none;
  }

  #header > h1 {
    position: fixed;
    z-index: 2001;
    top: 40px;
    left: 50%;
    margin-left: -446.5px;
    width: 893px;
    height: 97px;
  }
  #header .header-top {
    position: fixed;
    z-index: 2003;
  }
  #header #gnavi {
    z-index: 2004;
  }

  #contents {
    position: relative;
    z-index: 2002;
    background-color: #fff;
  }
  #contents .wrapper > .pagetitle, #contents .wrapper > h1 {
    position: relative;
    margin-bottom: 100px;
    top: 100px;
    position: relative;
    z-index: 2002;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper-x {
    display: none;
  }

  .wrapper-m h1 {
    float: left;
    margin: 2%;
    width: 66%;
  }
  .wrapper-m .menu-btn {
    float: right;
    margin: 2% 2% 2% 0;
    max-width: 28%;
  }
  .wrapper-m .menu-btn ul {
    overflow: hidden;
    *zoom: 1;
  }
  .wrapper-m .menu-btn ul li {
    box-sizing: border-box;
    padding-left: 5px;
    float: left;
    max-width: 50%;
  }
  .wrapper-m img {
    width: 100%;
    max-width: 56px;
    max-height: 56px;
  }

  .wrapper {
    width: auto;
  }

  .home #contents .wrapper {
    padding: 0 5px;
  }

  #contents .content-main {
    width: auto;
    float: none;
    padding: 0 5px;
  }
  #contents .content-side {
    margin: 0;
    width: auto;
    float: none;
    padding: 0 5px;
  }

  .totop {
    margin: 10px 20px;
  }

  #footer-inner {
    margin-right: 0;
    text-align: center;
  }

  .contact-inner {
    margin-bottom: 20px;
  }

  #contact-link {
    display: none;
  }

  #links .link-content {
    float: none;
    position: static;
    text-align: center;
  }

  .news-index #news li p {
    float: none;
  }
  .news-index #news .category {
    margin-left: 0;
  }

  .banner-link {
    margin: 20px 0;
    text-align: center;
  }

  .bank-link {
    float: none;
    margin-bottom: 16px;
  }

  .sell-link {
    float: none;
    margin-bottom: 16px;
  }

  .content-main {
    margin-bottom: 40px;
  }
  .content-main #news li p {
    float: none;
  }
  .content-main #news .category {
    margin-left: 0;
  }

  .content-side {
    margin-bottom: 40px;
  }
  .content-side #news .category {
    float: none;
  }
  .content-side #news .public_date {
    float: none;
  }
  .content-side #news .title {
    float: none;
    width: auto;
  }
  .content-side #banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .crumb ol {
    margin: 0 20px;
  }

  .checkbox-container .checkbox {
    float: none;
  }

  .estimate-inner {
    display: table;
  }
  .estimate-inner table {
    display: table-cell;
  }
  .estimate-inner .photo {
    display: table-cell;
  }

  .estimate-inner {
    display: block;
  }
  .estimate-inner table {
    display: table;
    width: 100%;
  }
  .estimate-inner .photo {
    display: block;
    width: auto;
  }

  #contact .row {
    display: block;
  }
  #contact dt, #contact dd {
    display: block;
    width: 100%;
  }
  #contact dd input[type="text"], #contact dd textarea {
    width: calc(100% - 14px);
  }
}
#links {
  position: relative;
  height: 620px;
}
#links h2 {
  display: none;
}

.link-content {
/*  position: absolute; */
    margin:10px;
}
.link-content h3 {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.photo_0 {
  left: 0px;
  top: 100px;
}

.photo_1 {
  left: 240px;
  top: 120px;
}

.photo_2 {
  left: 480px;
  top: 100px;
}

.photo_3 {
  left: 720px;
  top: 120px;
}

.photo_4 {
  left: 960px;
  top: 340px;
  left: 0px;
}

.photo_5 {
  left: 1200px;
  top: 360px;
  left: 240px;
}

.photo_6 {
  left: 1440px;
  top: 340px;
  left: 480px;
}

.photo_7 {
  left: 1680px;
  top: 360px;
  left: 720px;
}

.news-index #news #news-inner {
  padding: 40px 60px;
  border-width: 7px;
  border-style: solid;
  border-color: #ff8a9a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fffce3;
}
.news-index #news h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.news-index #news li {
  margin-bottom: 20px;
}
.news-index #news li .public_date {
  width: 90px;
  color: #c74a36;
  font-weight: bold;
  font-size: 13px;
}
.news-index #news li .title {
  margin-left: 10px;
  max-width: 656px;
}
.news-index #news li .more a {
  width: 85px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/news_more.png");
  background-repeat: no-repeat;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.news-index #news li .more a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.news-index #news .more a {
  width: 85px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/news_more.png");
  background-repeat: no-repeat;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.news-index #news .more a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.bank-link {
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.bank-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.sell-link {
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.sell-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  #links {
    height: auto;
  }

  .news-index #news #news-inner {
    padding: 40px 20px;
  }
  .news-index #news li .public_date {
    width: auto;
  }
  .news-index #news li .title {
    margin-left: 0;
  }
}
#contents h1 {
  height: 68px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  background-color: #fbfbfb;
}
#contents h1 img {
  height: 68px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
#contents h1:before, #contents h1:after {
  content: "";
  display: inline-block;
  height: 68px;
  width: 1000px;
  background-color: #fbfbfb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
#contents h1:before {
  margin-left: -1000px;
}
#contents h1:after {
  margin-right: -1000px;
}
#contents .pagetitle {
  margin-left: -102px;
  width: 1184px;
  height: 266px;
  overflow: visible;
}
#contents .pagetitle.about {
  background-image: url("../img/headline04.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.about2 {
  background-image: url("../img/headline05.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.work {
  background-image: url("../img/headline06.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.medical {
  background-image: url("../img/headline07.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.kosodate {
  background-image: url("../img/headline04.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.sumai {
  background-image: url("../img/headline02.jpg");
  background-repeat: no-repeat;
}
#contents .pagetitle.shisetsu {
  background-image: url("../img/headline03.png");
  background-repeat: no-repeat;
}
#contents .pagetitle h1 {
  display: inline-block;
  margin-top: 197px;
  padding-left: 102px;
  width: 1184px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.5);
}
#contents .pagetitle h1:before, #contents .pagetitle h1:after {
  height: 68px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pagetitle_newspage h1 {
}

.news_title {
font-size: 22px;
position: relative; top:-25px; left:4px;
color: #888888;
font-weight: bold;
}

.content-main #news #news-inner {
  padding: 40px 60px;
  border-width: 7px;
  border-style: solid;
  border-color: #ff8a9a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fffce3;
}
.content-main #news li {
  margin-bottom: 20px;
}
.content-main #news li .public_date {
  width: 90px;
  color: #c74a36;
  font-weight: bold;
  font-size: 13px;
}
.content-main #news li .title {
  margin-left: 10px;
  max-width: 656px;
}
.content-main #news li .more a {
  width: 85px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/news_more.png");
  background-repeat: no-repeat;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.content-main #news li .more a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.content-side #news {
  margin-top: 30px;
  margin-bottom: 20px;
}
.content-side #news #news-inner {
  padding: 20px 0;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #e5acb0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content-side #news .news-header {
  position: relative;
}
.content-side #news h2 {
  margin-bottom: 10px;
  padding-left: 10px;
  height: 40px;
  background-image: url("../img/news_ttl_s.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #e55e71;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.content-side #news .more {
  top: 10px;
  right: 10px;
}
.content-side #news .more a {
  display: block;
  width: 73px;
  height: 23px;
  background-image: url("../img/news_more_s.png");
  background-repeat: none;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.content-side #news ul {
  padding: 0 20px;
}
.content-side #news li {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
}
.content-side #news .category {
  margin-top: .2em;
  padding: 3px 0;
}
.content-side #news .public_date {
  color: #194d87;
}

#banner h3 {
  display: none;
}
#banner li {
  margin-bottom: 10px;
}

.searcharea h3 {
  margin-bottom: 5px;
  padding: 20px;
  background-image: url("../img/h_bg.png");
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.searcharea-inner {
  margin-bottom: 20px;
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: #d0d0d0;
}
.searcharea-inner strong {
  display: block;
  margin-bottom: 10px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  width: 118px;
  height: 31px;
}
.searcharea-inner strong.s-area {
  background-image: url("../img/search_area.png");
  background-repeat: no-repeat;
}
.searcharea-inner strong.s-use {
  background-image: url("../img/search_use.png");
  background-repeat: no-repeat;
}
.searcharea-inner .checkbox-container {
  margin-bottom: 20px;
}
.searcharea-inner .checkbox input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
.searcharea-inner .checkbox input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}
@media (min-width: 1px) {
  .searcharea-inner .checkbox input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  .searcharea-inner .checkbox input[type="checkbox"] + label {
    padding: 0 0 0 24px;
    width: calc(100% - 36px);
  }
  .searcharea-inner .checkbox input[type="checkbox"] + label:before, .searcharea-inner .checkbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .searcharea-inner .checkbox input[type="checkbox"] + label:before {
    border-width: 2px;
    border-style: solid;
    border-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .searcharea-inner .checkbox input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 70%;
    left: 4px;
    box-sizing: border-box;
    display: block;
    width: 10px;
    height: 8px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #53b300;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.searcharea-inner .buttons input[type="submit"] {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  width: 363px;
  height: 52px;
  background-image: url("../img/search_btn.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.result-list h3 {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #efe9e5;
  color: #7b7051;
  font-weight: bold;
}
.result-list .none-result-msg {
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #b24442;
}

.estimate {
  margin-bottom: 20px;
}
.estimate strong {
  color: #989898;
}
.estimate h4 {
  margin-bottom: 5px;
  color: #d66a22;
  font-weight: bold;
}

.estimate-inner {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #fffbd5;
}
.estimate-inner .photo {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.estimate-inner table {
  vertical-align: middle;
  background-color: #fcfcfc;
}
.estimate-inner th, .estimate-inner td {
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
.estimate-inner th {
  background-color: #e8e8e8;
}
.estimate-inner tr:first-child th, .estimate-inner tr:first-child td {
  border-top: none;
}

.contact h3 {
  margin-bottom: 5px;
  padding: 20px;
  background-image: url("../img/h_bg_base.png");
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.contact .telelink {
  color: #fff;
}
.contact .telelink:link, .contact .telelink:visited, .contact .telelink:hover, .contact .telelink:active {
  color: #fff;
  text-decoration: none;
}
.contact.accent-contact h3 {
  padding: 20px;
  background-image: url("../img/h_bg.png");
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.contact-inner {
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: #d0d0d0;
  line-height: 2.5em;
}
.contact-inner strong {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-inner .tel {
  color: #308daf;
}
.contact-inner .tel a:link, .contact-inner .tel a:visited, .contact-inner .tel a:hover, .contact-inner .tel a:active {
  color: #308daf;
  text-decoration: none;
}
.contact-inner.accent-contact {
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: #e5cd8f;
}
.contact-inner.accent-contact2 {
  padding: 10px;
  border-width: 0px;
}

.news-content p {
  padding: 5px;
}

.news-content a {
    text-decoration: underline;
}

.news-content a:hover {
    color:#ff0000;
}

.kosodate-title {
  margin-bottom: 60px;
}
.kosodate-title ol {
  margin: 0 -3px;
}
.kosodate-title li {
  float: left;
  width: 332px;
  height: 129px;
  margin: 10px 3px;
}
.kosodate-title li a {
  display: block;
  width: 332px;
  height: 129px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.kosodate-title .st-1 a {
  background-image: url("../img/03kosodate_01.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-2 a {
  background-image: url("../img/03kosodate_02.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-3 a {
  background-image: url("../img/03kosodate_03.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-4 a {
  background-image: url("../img/03kosodate_04.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-5 a {
  background-image: url("../img/03kosodate_05.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-6 a {
  background-image: url("../img/03kosodate_06.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-7 a {
  background-image: url("../img/03kosodate_07.png");
  background-repeat: no-repeat;
}
.kosodate-title .st-8 a {
  background-image: url("../img/03kosodate_08.png");
  background-repeat: no-repeat;
}
#kanren_box {
  border:solid 1px #c1c1c1;
  padding:20px;
  background-color:#eeeeee;
  margin-bottom:50px;
}
.kanren_box {
  border:solid 1px #c1c1c1;
  padding:20px;
  background-color:#eeeeee;
  margin-bottom:50px;
}
#kanren_box p {
  color:#666666;
  font-weight:bold;
}
#kanren_box ul {
  margin:5px 0 0 20px;
  overflow:hidden;
}
#kanren_box li {
  float:left;
  margin-right: 40px;
  margin-bottom: 7px;
  list-style-type: disc;
  list-style-position: inside;
}
.st-box {
  padding: 20px;
  font-size:1.2em;
  line-height:1.8em;
  overflow:hidden;
}
.st-box > ol li {
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 2;
}
.st-box dl {
  padding-left: 20px;
  color: #692222;
}
.st-box dl dt {
  font-weight: bold;
}
.st-box dl dd {
  padding-left: 40px;
}
.st-box .download {
  background: url("../img/icon_pdf.png") no-repeat;
  padding-left:60px;
  margin-top:10px;
}
.st-box .download a {
  text-decoration: underline;
}
.st-box .download a:link, .st-box .download a:visited, .st-box .download a:hover, .st-box .download a:active {
  color: #1960a8;
}
.st-box .link {
  background: url("../img/icon_link.png") no-repeat;
  padding-left:25px;
  margin-top:10px;
}
.st-box .link a {
  text-decoration: underline;
}
.st-box table {
  margin-bottom: 20px;
  width: 100%;
}
.st-box table caption {
  color: #476dff;
}
.st-box table th {
  color: #fff;
}
.st-box #organi1 th, .st-box #organi1 td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffcccc;
}
.st-box #organi1 th {
  background-color: #ff9999;
  text-align: center;
}
.st-box #organi2 th, .st-box #organi2 td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccccff;
}
.st-box #organi2 th {
  background-color: #9999ff;
  text-align: center;
}
.st-box #organi3 th, .st-box #organi3 td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffad33;
}
.st-box #organi3 th {
  background-color: #ff9900;
  text-align: center;
}
.st-box #organi4 th, .st-box #organi4 td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6ccff;
}
.st-box #organi4 th {
  background-color: #cc99ff;
  text-align: center;
}
.st-box #organi5 th, .st-box #organi5 td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bfff00;
}
.st-box #organi5 th {
  background-color: #99cc00;
  text-align: center;
}

.step {
  margin-bottom: 30px;
}
.step h2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 5px;
  width: 670px;
  height: 65px;
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left:60px;
  line-height:65px;
  color:#fff;
  font-size:20px;
  font-weight:bold;
}
.step .totop {
  margin-top: 20px;
}

#step1 h2 {
  background-image: url("../img/k_h8.png");
  background-repeat: no-repeat;
}
#step1-1 h2 {
  background-image: url("../img/k_h8-1.png");
  background-repeat: no-repeat;
}
#step1-2 h2 {
  background-image: url("../img/k_h8-2.png");
  background-repeat: no-repeat;
}
#step1-3 h2 {
  background-image: url("../img/k_h8-3.png");
  background-repeat: no-repeat;
}
#step1-4 h2 {
  background-image: url("../img/k_h8-4.png");
  background-repeat: no-repeat;
}
#step1-5 h2 {
  background-image: url("../img/k_h8-5.png");
  background-repeat: no-repeat;
}
#step1-6 h2 {
  background-image: url("../img/k_h8-6.png");
  background-repeat: no-repeat;
}
#step1-7 h2 {
  background-image: url("../img/k_h8-7.png");
  background-repeat: no-repeat;
}
#step1-8 h2 {
  background-image: url("../img/k_h8-8.png");
  background-repeat: no-repeat;
}
#step1-9 h2 {
  background-image: url("../img/k_h8-9.png");
  background-repeat: no-repeat;
}
#step1 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #eec5cb;
}

#step2 h2 {
  background-image: url("../img/k_h2.png");
  background-repeat: no-repeat;
}
#step2 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #b9dcea;
}

#step3 h2 {
  background-image: url("../img/k_h3.png");
  background-repeat: no-repeat;
}
#step3 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #ebcc88;
}

#step4 h2 {
  background-image: url("../img/k_h4.png");
  background-repeat: no-repeat;
}
#step4 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #9ed8c6;
}

#step5 h2 {
  background-image: url("../img/k_h5.png");
  background-repeat: no-repeat;
}
#step5 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #afdd96;
}

#step6 h2 {
  background-image: url("../img/k_h6.png");
  background-repeat: no-repeat;
}
#step6 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #d8ade8;
}

#step7 h2 {
  background-image: url("../img/k_h7.png");
  background-repeat: no-repeat;
}
#step7 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #decaa6;
}
#step1_2 h2 {
  background-image: url("../img/k_h8_02.png");
  background-repeat: no-repeat;
}
#step1_2 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #ebcc88;
}
#step1_3 h2 {
  background-image: url("../img/k_h8_03.png");
  background-repeat: no-repeat;
}
#step1_3 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #b9dcea;
}
#step1_4 h2 {
  background-image: url("../img/k_h8_04.png");
  background-repeat: no-repeat;
}
#step1_4 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #d8ade8;
}
#step1_5 h2 {
  background-image: url("../img/k_h8_05.png");
  background-repeat: no-repeat;
}
#step1_5 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #9ed8c6;
}
#step1_6 h2 {
  background-image: url("../img/k_h8_06.png");
  background-repeat: no-repeat;
}
#step1_6 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #b9c7ea;
}
#step1_7 h2 {
  background-image: url("../img/k_h8_07.png");
  background-repeat: no-repeat;
}
#step1_7 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #decaa6;
}
#step1_8 h2 {
  background-image: url("../img/k_h8_08.png");
  background-repeat: no-repeat;
}
#step1_8 .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #eec5d5;
}

#contact_title h2 {
  background-image: url("../img/k_h_contact.png");
}
#contact_title .st-box {
  border-width: 3px;
  border-style: solid;
  border-color: #e5cd8f;
  line-height: 1.8em;
}

.other h2 {
  display: block;
  margin-bottom: 5px;
  width: 640px;
  height: 65px;
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left:30px;
  line-height:65px;
  color:#fff;
  font-size:24px;
  font-weight:bold;
}


#relation-list {
  margin-bottom: 60px;
}

.info-link {
  padding: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #c1c1c1;
  background-color: #eee;
  line-height: 1.7;
}
.info-link li {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.info-link li a {
  color: #5e8bc2;
}
.info-link li a:link, .info-link li a:visited, .info-link li a:hover, .info-link li a:active {
  color: #5e8bc2;
}
.info-link h3 {
  color: #757575;
}

.info {
  margin-bottom: 60px;
}
.info h2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 5px;
  width: 670px;
  height: 81px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.info .info-inner {
  padding: 5px;
  background-color: #f2f6d7;
}
.info .info-summary {
  padding: 20px;
}
.info .info-content {
  display: table;
  margin-bottom: 5px;
}
.info .info-content h3 {
  display: table-cell;
  padding: 20px 10px;
  width: 25%;
  text-align: center;
}
.info .info-content h3 span {
  display: block;
}
.info .info-content .info-description {
  display: table-cell;
  padding: 20px;
  background-color: #fff;
  line-height: 1.7;
}
.info .info-content .info-description p {
  margin-bottom: 40px;
}
.info .info-content .info-description h4 {
  margin-bottom: 20px;
  color: #356386;
  font-weight: bold;
}
.info .info-content .info-description h5 {
  margin-bottom: 10px;
  background-color: #b6d1e6;
  font-weight: bold;
}
.info .info-content .info-description .currency {
  color: #188cd5;
  font-weight: bold;
}
.info .info-content .info-photo {
  margin-bottom: 20px;
  text-align: center;
}
.info .info-content .info-photo strong {
  display: block;
  text-align: center;
  font-weight: bold;
}
.info .info-content .download {
  padding: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #c64f1b;
  background-color: #eb703a;
  background-image: url("../img/arrow_d.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
.info .info-content .download a {
  padding: 20px;
  color: #fff;
}
.info .info-content .download a:link, .info .info-content .download a:visited, .info .info-content .download a:hover, .info .info-content .download a:active {
  color: #fff;
}
.info .info-content .support {
  color: #3e84da;
}
.info .info-content .support-list li {
  list-style-position: inside;
  list-style-image: url("../img/icon_circle.png");
  font-weight: bold;
}

#info1 h2 {
  background-image: url("../img/s_h1.png");
  background-repeat: no-repeat;
}
#info1 .info-inner {
  border-width: 3px;
  border-style: solid;
  border-color: #b1d28f;
}

#info3 h2 {
  background-image: url("../img/s_h2.png");
  background-repeat: no-repeat;
}
#info3 .info-inner {
  border-width: 3px;
  border-style: solid;
  border-color: #99bcd7;
}

#info1 .info-content h3 {
  background-color: #89be6a;
  color: #fff;
}

#info3 .info-content h3 {
  background-color: #689cc4;
  color: #fff;
}

.map-box h2 {
  margin: 0 auto 60px;
  width: 554px;
  height: 164px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-image: url("../img/map_comment.png");
  background-repeat: no-repeat;
}

.map {
  margin-bottom: 80px;
}
.map .map-inner {
  margin: 0 auto;
  width: 670px;
  height: 670px;
  border-width: 5px;
  border-style: solid;
  border-color: #b1cb8e;
  box-sizing: border-box;
}

.type h2 {
  margin-bottom: 20px;
  padding: 20px;
  background-image: url("../img/h_bg_map.png");
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  line-height: .5;
  color: #3d6e1f;
}
.type ul {
  margin-bottom: 60px;
}
.type li {
  background-position: left 5px;
}
.type li .list-inner {
  margin-left: 40px;
  padding: 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.type li .list-inner .title {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: calc(50% - 15px);
}
.address {
  float: right;
  width: calc(50% - 5px);
}
.address span {
  color: #468b63;
  font-weight: bold;
}
.address .telelink {
  color: #468b63;
  font-weight: bold;
}
.address .telelink:link, .address .telelink:visited, .address .telelink:hover, .address .telelink:active {
  color: #468b63;
}

.type-list-1 {
  background-image: url("../img/map/05_map_icons_mini_1.png");
  background-repeat: no-repeat;
}

.type-list-2 {
  background-image: url("../img/map/05_map_icons_mini_2.png");
  background-repeat: no-repeat;
}

.type-list-3 {
  background-image: url("../img/map/05_map_icons_mini_3.png");
  background-repeat: no-repeat;
}

.type-list-4 {
  background-image: url("../img/map/05_map_icons_mini_4.png");
  background-repeat: no-repeat;
}

.type-list-5 {
  background-image: url("../img/map/05_map_icons_mini_5.png");
  background-repeat: no-repeat;
}

.type-list-6 {
  background-image: url("../img/map/05_map_icons_mini_6.png");
  background-repeat: no-repeat;
}

.type-list-7 {
  background-image: url("../img/map/05_map_icons_mini_7.png");
  background-repeat: no-repeat;
}

.type-list-8 {
  background-image: url("../img/map/05_map_icons_mini_8.png");
  background-repeat: no-repeat;
}

.type-list-9 {
  background-image: url("../img/map/05_map_icons_mini_9.png");
  background-repeat: no-repeat;
}

.type-list-10 {
  background-image: url("../img/map/05_map_icons_mini_10.png");
  background-repeat: no-repeat;
}

.type-list-11 {
  background-image: url("../img/map/05_map_icons_mini_11.png");
  background-repeat: no-repeat;
}

.type-list-12 {
  background-image: url("../img/map/05_map_icons_mini_12.png");
  background-repeat: no-repeat;
}

.type-list-13 {
  background-image: url("../img/map/05_map_icons_mini_13.png");
  background-repeat: no-repeat;
}

.type-list-14 {
  background-image: url("../img/map/05_map_icons_mini_14.png");
  background-repeat: no-repeat;
}

.type-list-15 {
  background-image: url("../img/map/05_map_icons_mini_15.png");
  background-repeat: no-repeat;
}

.type-list-16 {
  background-image: url("../img/map/05_map_icons_mini_16.png");
  background-repeat: no-repeat;
}

.type-list-17 {
  background-image: url("../img/map/05_map_icons_mini_17.png");
  background-repeat: no-repeat;
}

.type-list-18 {
  background-image: url("../img/map/05_map_icons_mini_18.png");
  background-repeat: no-repeat;
}

.type-list-19 {
  background-image: url("../img/map/05_map_icons_mini_19.png");
  background-repeat: no-repeat;
}

.type-list-20 {
  background-image: url("../img/map/05_map_icons_mini_20.png");
  background-repeat: no-repeat;
}

.type-list-21 {
  background-image: url("../img/map/05_map_icons_mini_21.png");
  background-repeat: no-repeat;
}

.type-list-22 {
  background-image: url("../img/map/05_map_icons_mini_22.png");
  background-repeat: no-repeat;
}

.type-list-23 {
  background-image: url("../img/map/05_map_icons_mini_23.png");
  background-repeat: no-repeat;
}

.type-list-24 {
  background-image: url("../img/map/05_map_icons_mini_24.png");
  background-repeat: no-repeat;
}

.type-list-25 {
  background-image: url("../img/map/05_map_icons_mini_25.png");
  background-repeat: no-repeat;
}

.type-list-26 {
  background-image: url("../img/map/05_map_icons_mini_26.png");
  background-repeat: no-repeat;
}

.type-list-27 {
  background-image: url("../img/map/05_map_icons_mini_27.png");
  background-repeat: no-repeat;
}

.type-list-28 {
  background-image: url("../img/map/05_map_icons_mini_28.png");
  background-repeat: no-repeat;
}

.type-list-29 {
  background-image: url("../img/map/05_map_icons_mini_29.png");
  background-repeat: no-repeat;
}

.type-list-30 {
  background-image: url("../img/map/05_map_icons_mini_30.png");
  background-repeat: no-repeat;
}

.type-list-31 {
  background-image: url("../img/map/05_map_icons_mini_31.png");
  background-repeat: no-repeat;
}

.type-list-32 {
  background-image: url("../img/map/05_map_icons_mini_32.png");
  background-repeat: no-repeat;
}

.type-list-33 {
  background-image: url("../img/map/05_map_icons_mini_33.png");
  background-repeat: no-repeat;
}

.type-list-34 {
  background-image: url("../img/map/05_map_icons_mini_34.png");
  background-repeat: no-repeat;
}

.type-list-35 {
  background-image: url("../img/map/05_map_icons_mini_35.png");
  background-repeat: no-repeat;
}

.type-list-36 {
  background-image: url("../img/map/05_map_icons_mini_36.png");
  background-repeat: no-repeat;
}

.type-list-37 {
  background-image: url("../img/map/05_map_icons_mini_37.png");
  background-repeat: no-repeat;
}

.type-list-38 {
  background-image: url("../img/map/05_map_icons_mini_38.png");
  background-repeat: no-repeat;
}

.type-list-39 {
  background-image: url("../img/map/05_map_icons_mini_39.png");
  background-repeat: no-repeat;
}

.type-list-40 {
  background-image: url("../img/map/05_map_icons_mini_40.png");
  background-repeat: no-repeat;
}

.type-list-41 {
  background-image: url("../img/map/05_map_icons_mini_41.png");
  background-repeat: no-repeat;
}

.type-list-42 {
  background-image: url("../img/map/05_map_icons_mini_42.png");
  background-repeat: no-repeat;
}

.type-list-43 {
  background-image: url("../img/map/05_map_icons_mini_43.png");
  background-repeat: no-repeat;
}

.type-list-44 {
  background-image: url("../img/map/05_map_icons_mini_44.png");
  background-repeat: no-repeat;
}

.type-list-45 {
  background-image: url("../img/map/05_map_icons_mini_45.png");
  background-repeat: no-repeat;
}

.type-list-46 {
  background-image: url("../img/map/05_map_icons_mini_46.png");
  background-repeat: no-repeat;
}

.type-list-47 {
  background-image: url("../img/map/05_map_icons_mini_47.png");
  background-repeat: no-repeat;
}

.type-list-48 {
  background-image: url("../img/map/05_map_icons_mini_48.png");
  background-repeat: no-repeat;
}

.type-list-49 {
  background-image: url("../img/map/05_map_icons_mini_49.png");
  background-repeat: no-repeat;
}

.type-list-50 {
  background-image: url("../img/map/05_map_icons_mini_50.png");
  background-repeat: no-repeat;
}

.type-list-51 {
  background-image: url("../img/map/05_map_icons_mini_51.png");
  background-repeat: no-repeat;
}

.type-list-52 {
  background-image: url("../img/map/05_map_icons_mini_52.png");
  background-repeat: no-repeat;
}

.type-list-53 {
  background-image: url("../img/map/05_map_icons_mini_53.png");
  background-repeat: no-repeat;
}

.type-list-54 {
  background-image: url("../img/map/05_map_icons_mini_54.png");
  background-repeat: no-repeat;
}

.type-list-55 {
  background-image: url("../img/map/05_map_icons_mini_55.png");
  background-repeat: no-repeat;
}

.type-list-56 {
  background-image: url("../img/map/05_map_icons_mini_56.png");
  background-repeat: no-repeat;
}

.type-list-57 {
  background-image: url("../img/map/05_map_icons_mini_57.png");
  background-repeat: no-repeat;
}

.type-list-58 {
  background-image: url("../img/map/05_map_icons_mini_58.png");
  background-repeat: no-repeat;
}

.type-list-59 {
  background-image: url("../img/map/05_map_icons_mini_59.png");
  background-repeat: no-repeat;
}

.type-list-60 {
  background-image: url("../img/map/05_map_icons_mini_60.png");
  background-repeat: no-repeat;
}

.type-list-61 {
  background-image: url("../img/map/05_map_icons_mini_61.png");
  background-repeat: no-repeat;
}

.type-list-62 {
  background-image: url("../img/map/05_map_icons_mini_62.png");
  background-repeat: no-repeat;
}

.type-list-63 {
  background-image: url("../img/map/05_map_icons_mini_63.png");
  background-repeat: no-repeat;
}

.type-list-64 {
  background-image: url("../img/map/05_map_icons_mini_64.png");
  background-repeat: no-repeat;
}

.type-list-65 {
  background-image: url("../img/map/05_map_icons_mini_65.png");
  background-repeat: no-repeat;
}

.type-list-66 {
  background-image: url("../img/map/05_map_icons_mini_66.png");
  background-repeat: no-repeat;
}

.type-list-67 {
  background-image: url("../img/map/05_map_icons_mini_67.png");
  background-repeat: no-repeat;
}

.type-list-68 {
  background-image: url("../img/map/05_map_icons_mini_68.png");
  background-repeat: no-repeat;
}

.type-list-69 {
  background-image: url("../img/map/05_map_icons_mini_69.png");
  background-repeat: no-repeat;
}

.type-list-70 {
  background-image: url("../img/map/05_map_icons_mini_70.png");
  background-repeat: no-repeat;
}

.type-list-71 {
  background-image: url("../img/map/05_map_icons_mini_71.png");
  background-repeat: no-repeat;
}

.type-list-72 {
  background-image: url("../img/map/05_map_icons_mini_72.png");
  background-repeat: no-repeat;
}

.type-list-73 {
  background-image: url("../img/map/05_map_icons_mini_73.png");
  background-repeat: no-repeat;
}

.type-list-74 {
  background-image: url("../img/map/05_map_icons_mini_74.png");
  background-repeat: no-repeat;
}

.type-list-75 {
  background-image: url("../img/map/05_map_icons_mini_75.png");
  background-repeat: no-repeat;
}

.type-list-76 {
  background-image: url("../img/map/05_map_icons_mini_76.png");
  background-repeat: no-repeat;
}

.type-list-77 {
  background-image: url("../img/map/05_map_icons_mini_77.png");
  background-repeat: no-repeat;
}

.type-list-78 {
  background-image: url("../img/map/05_map_icons_mini_78.png");
  background-repeat: no-repeat;
}

.type-list-79 {
  background-image: url("../img/map/05_map_icons_mini_79.png");
  background-repeat: no-repeat;
}

.type-list-80 {
  background-image: url("../img/map/05_map_icons_mini_80.png");
  background-repeat: no-repeat;
}

.type-list-81 {
  background-image: url("../img/map/05_map_icons_mini_81.png");
  background-repeat: no-repeat;
}

#contact #contact-inner {
  padding: 20px;
  background-color: #fffce3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#contact .row {
  margin-bottom: 15px;
}
#contact .caution {
  color: red;
}
#contact .contact-button {
  margin-top: 20px;
  text-align: center;
}
#contact .contact-button input[type="submit"] {
  margin-right: 30px;
}
#contact .complete-message {
  font-size: 120%;
  font-weight: bold;1
  line-height: 150%;
  color: #b24442;
}

.kosodate_list{
line-height: 1.5em;
margin-bottom: 0.7em;
}

@media only screen and (max-width: 599px) {
  #contents h1 {
    padding-bottom: 1px;
    height: auto;
  }
  #contents h1 img {
    vertical-align: top;
  }
  #contents h1:before, #contents h1:after {
    display: none;
  }
  #contents .pagetitle {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  #contents .pagetitle h1 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }
  #contents .pagetitle.kosodate {
    background-image: none;
  }
  #contents .pagetitle.sumai {
    background-image: none;
  }
  #contents .pagetitle.shisetsu {
    background-image: none;
  }

  .content-main #news #news-inner {
    padding: 40px 20px;
  }
  .content-main #news li .public_date {
    width: auto;
  }
  .content-main #news li .title {
    margin-left: 0;
  }

  .searcharea h3 {
    font-size: 1.3em;
  }

  .searcharea-inner .buttons input[type="submit"] {
    width: 250px;
    height: 36px;
    background-image: url("../img/search_btn_s.png");
    background-size: 250px 36px;
  }

  .contact h3 {
    font-size: 1.3em;
  }

  .kosodate-title {
    margin-bottom: 20px;
  }
  .kosodate-title li {
    float: none;
    margin: 0 auto 10px;
    width: 300px;
    height: 117px;
  }
  .kosodate-title li a {
    width: 300px;
    height: 117px;
    background-size: 100%;
  }

  .step {
    margin-bottom: 20px;
  }
  .step h2 {
    min-width: 300px;
    min-height: 36px;
    max-width: 100%;
    max-height: 100%;
    background-size: 100%;
    background-position: center bottom;
  }

  #step1 h2 {
    background-image: url("../img/k_h1_s.png");
    background-repeat: no-repeat;
  }

  #step2 h2 {
    background-image: url("../img/k_h2_s.png");
    background-repeat: no-repeat;
  }

  #step3 h2 {
    background-image: url("../img/k_h3_s.png");
    background-repeat: no-repeat;
  }

  #step4 h2 {
    background-image: url("../img/k_h4_s.png");
    background-repeat: no-repeat;
  }

  #step5 h2 {
    background-image: url("../img/k_h5_s.png");
    background-repeat: no-repeat;
  }

  #step6 h2 {
    background-image: url("../img/k_h6_s.png");
    background-repeat: no-repeat;
  }

  #step7 h2 {
    background-image: url("../img/k_h7_s.png");
    background-repeat: no-repeat;
  }

  .info {
    margin-bottom: 60px;
  }
  .info h2 {
    min-width: 300px;
    min-height: 47px;
    max-width: 100%;
    max-height: 100%;
    background-size: 100%;
    background-position: center bottom;
  }
  .info .info-content {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
  }
  .info .info-content h3 {
    display: block;
    width: auto;
  }
  .info .info-content h3 span {
    display: block;
  }
  .info .info-content .info-description {
    display: block;
    background-color: #fff;
  }
  .info .info-content .info-photo strong {
    display: block;
    text-align: center;
  }

  #info1 h2 {
    background-image: url("../img/s_h1_s.png");
    background-repeat: no-repeat;
  }

  #info3 h2 {
    background-image: url("../img/s_h2_s.png");
    background-repeat: no-repeat;
  }

  .map-box h2 {
    width: 300px;
    height: 89px;
    background-size: 100%;
  }

  .map .map-inner {
    width: 90%;
    height: 350px;
  }

  .type h2 {
    font-size: 1.3em;
  }
  .type ul {
    margin-bottom: 60px;
  }
  .type li .list-inner .title {
    margin-bottom: 10px;
    float: none;
    width: calc(100% - 10px);
  }
  .address {
    display: block;
    float: none;
    margin-left: 10px;
    width: calc(100% - 10px);
  }

@media screen and (max-width: 600px){
	.spNone {       
	display:none;
	
	}

}	






 