#contents {
  padding-top: 30px;
}
#contents > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
#contents > .inner > section,
#contents > .inner > div {
  margin-bottom: 40px;
}
#search {
  flex-basis: 100%;
}
#search .lead {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
}
#search .lead span {
  color: #d0111b;
  font-size: 3.4rem;
  font-weight: bold;
}
#search .tabs {
  display: flex;
  justify-content: space-between;
}
#search .tabs li {
  flex-basis: 32.85714286%;
}
#search .tabs a,
#search .tabs span {
  display: block;
  padding: 15px 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#search .tabs a {
  background-color: #ccc;
  color: #666;
}
#search .tabs span {
  position: relative;
  background-color: #D0111B;
  color: #fff;
}
#search .tabs span:after {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #D0111B transparent transparent transparent;
  content: "";
}
#search .content {
  padding: 35px 40px 40px;
  background-color: #fff;
}
#search .content > ul {
  display: flex;
  justify-content: space-around;
}
#search .content > ul li:nth-child(1) a {
  background-image: url(/images/top/icon_search1.gif);
  background-position: center 5px;
}
#search .content > ul li:nth-child(2) a {
  background-image: url(/images/top/icon_search2.gif);
  background-position: center 3px;
}
#search .content > ul li:nth-child(3) a {
  background-image: url(/images/top/icon_search3.gif);
  background-position: center 0;
}
#search .content > ul li:nth-child(4) a {
  background-image: url(/images/top/icon_mail.gif);
  background-position: center 7px;
}
#search .content > ul a {
  display: block;
  padding-top: 85px;
  background-repeat: no-repeat;
  color: #D0111B;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#search .content > ul a span {
  font-size: 2.6rem;
}
#search .content .area,
#search .content .station {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #D0111B;
}
#search .content .title {
  margin-bottom: 15px;
  color: #D0111B;
  font-size: 1.6rem;
  font-weight: bold;
}
#search .content .wrap {
  overflow: hidden;
}
#search .content .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -5px 0;
}
#search .content .wrap ul li {
  margin: 0 5px 5px 0;
}
#search .content .wrap a {
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #F0F0F0;
  color: #888;
  font-size: 1.4rem;
}
#search .content .inputWrap {
  display: flex;
  margin-top: 40px;
  border: 2px solid #D0111B;
}
#search .content .inputWrap input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
#search .content .inputWrap input[type="text"] {
  flex-basis: 84.74903475%;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#search .content .inputWrap input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
#search .content .inputWrap input[type="text"]::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
#search .content .inputWrap input[type="text"]:-ms-input-placeholder {
  color: #ddd;
}
#search .content .inputWrap input[type="submit"] {
  flex-basis: 15.25096525%;
  background-color: #D0111B;
  color: #fff;
  cursor: pointer;
}
#kodawari {
  flex-basis: 100%;
}
#kodawari .title {
  margin-bottom: 20px;
  padding-left: 40px;
  background-image: url(/images/top/icon_title1.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-size: 2.8rem;
  font-weight: bold;
}
#kodawari .lead {
  margin-bottom: 25px;
}
#kodawari .tabs {
  display: flex;
  justify-content: space-between;
}
#kodawari .tabs li {
  flex-basis: 32.85714286%;
}
#kodawari .tabs a,
#kodawari .tabs span {
  display: block;
  padding: 15px 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#kodawari .tabs a {
  background-color: #ccc;
  color: #666;
}
#kodawari .tabs span {
  position: relative;
  background-color: #D0111B;
  color: #fff;
}
#kodawari .tabs span:after {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #D0111B transparent transparent transparent;
  content: "";
}
#kodawari .content {
  padding: 35px 50px 40px;
  background-color: #fff;
}
#kodawari .content .wrap {
  overflow: hidden;
}
#kodawari .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2% 0;
}
#kodawari .content ul li {
  flex-basis: 18%;
  margin: 0 2% 20px 0;
}
#kodawari .content a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0989da;
  font-size: 1.3rem;
  font-weight: bold;
}
#kodawari .content .image {
  margin-right: 10px;
}
#advice,
#service {
  width: 48.21428571%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  display:inline-block;
}
#advice .title,
#service .title {
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 2.4rem;
  font-weight: bold;
}
#advice p,
#service p {
  margin-bottom: 30px;
}
#service p {
  margin-bottom: 50px;
}
#advice ul li,
#service ul li {
  padding: 15px 0;
  border-top: 1px solid #999;
}
#advice ul li a,
#service ul li a {
  display: inline-block;
  padding-left: 25px;
  background-image: url(/images/common/icon_arrow1.gif);
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #0989da;
  font-size: 1.6rem;
  font-weight: bold;
}
#advice .title {
  background-image: url(/images/top/icon_title2.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#service .title {
  background-image: url(/images/top/icon_title3.gif);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
#interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
}
#interview .title {
  padding-left: 40px;
  background-image: url(/images/top/icon_title4.gif);
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-size: 2.8rem;
  font-weight: bold;
}
#interview .btn a {
  display: block;
  padding: 15px 25px 15px 42px;
  background-color: #D0111B;
  background-image: url(/images/common/icon_arrow2.gif);
  background-position: 14px center;
  background-repeat: no-repeat;
  color: #fff;
}
#interview ul {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  margin-top: 20px;
}
#interview ul li {
  flex-basis: 22.32142857%;
  background-color: #fff;
}
#interview ul li a {
  display: block;
}
#interview ul li a:hover {
  text-decoration: none;
}
#interview .texts {
  padding: 20px;
  font-size: 1.3rem;
}
#interview .texts .customer {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
#achievement {
  flex-basis: 100%;
  padding: 40px 15px 45px;
  background-color: #fff;
}
#achievement .title {
  margin-bottom: 35px;
  color: #d0111b;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
#achievement p {
  margin-bottom: 40px;
  text-align: center;
}
#achievement .btn {
  max-width: 218px;
  margin: 0 auto;
}
#achievement .btn a {
  display: block;
  padding: 15px 25px 15px 42px;
  background-color: #D0111B;
  background-image: url(/images/common/icon_arrow2.gif);
  background-position: 14px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
#news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  padding: 30px;
  background-color: #fff;
}
#news .title {
  padding-left: 35px;
  background-image: url(/images/top/icon_title5.gif);
  background-position: 0 4px;
  background-repeat: no-repeat;
  font-size: 2.6rem;
  font-weight: bold;
}
#news .btn a {
  display: block;
  padding: 15px 25px 15px 42px;
  background-color: #D0111B;
  background-image: url(/images/common/icon_arrow2.gif);
  background-position: 14px center;
  background-repeat: no-repeat;
  color: #fff;
}
#news ul {
  flex-basis: 100%;
  margin-top: 30px;
}
#news ul li {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #999;
}
#news ul li:first-child {
  border-top: none;
}
#news .date {
  margin-right: 30px;
}
#contact {
  width: 69.64285714%;
  padding: 30px 40px;
  border: 3px solid #D0111B;
  box-sizing: border-box;
  background-color: #fff;
  display:inline-block;
}
#contact section {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 2px solid #D0111B;
}
#contact section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#contact section .texts {
  flex-basis: 56.48414986%;
}
#contact section .texts .title {
  font-size: 2.2rem;
  font-weight: bold;
}
#contact section .texts p {
  margin-top: 15px;
}
#contact section .texts p:first-child {
  margin-top: 0;
}
#contact section .images {
  flex-basis: 37.46397695%;
  text-align: center;
}
#contact .web .title {
  padding-left: 45px;
  background-image: url(/images/top/icon_title6.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#contact .web .info {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
}
#contact .web .info .tel {
  color: #555;
  font-size: 2.6rem;
  font-weight: bold;
}
#contact .web .info .tel span {
  display: inline-block;
  padding-left: 45px;
  background-image: url(/images/common/icon_tel2.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
#contact .office .title {
  padding-left: 45px;
  background-image: url(/images/top/icon_title7.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
}
#contact .office .note {
  /*padding-left: 1em;
  color: #D0111B;
  text-indent: -1em;*/
	padding-left: 1em;
	margin-top:15px;
  color: #D0111B;
  text-indent: -1em;
	font-size: 85%;
	text-align: left;
}
#facebook {
  width: 26.78571429%;
  text-align: center;
  display:inline-block;
}
#facebook .fb_iframe_widget,
#facebook .fb_iframe_widget span,
#facebook .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.banners {
  padding: 35px 15px 40px;
}
.banners.service {
  background-color: #fff;
}
.banners .inner {
  max-width: 1120px;
  margin: 0 auto;
}
.banners .title {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
}
.banners .wrap {
  overflow: hidden;
}
.banners ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.78571429% -1.78571429% 0;
}
.banners ul li {
  flex-basis: 23.24561404%;
  margin: 0 1.75438596% 1.75438596% 0;
}
.banners .builname {
  position: relative;
}
.banners .builname .links {
  position: absolute;
  width: 258px;
  bottom: 3px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
@-moz-document url-prefix() {
    .banners ul {
        margin: 0 -1.78571429% -20px 0;
    }
    .banners ul li {
        margin: 0 1.75438596% 20px 0;
    }
}

#nearConditions {
  width:100%;
  background-color:#FFF;
}
#nearConditions .wrap{
  margin: 40px;
  border: 1px solid #ccc;
}
#nearConditions .title {
  padding: 10px 5px;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
#nearConditions .text {
  padding: 10px 15px;
  font-size: 1.3rem;
}
#nearConditions .slider {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}
#nearConditions .slider ul {
}
#nearConditions .slider ul li {
  display: inline-block;
  width: 260px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 260px;
}
#nearConditions .slider ul li .texts {
  width: 110px;
  display: inline-block;
}
#nearConditions .slider ul li .texts .name {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
#nearConditions .slider ul li .texts .address {
  font-size: 1.3rem;
}
#nearConditions .slider ul li .texts .cost {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
#nearConditions .slider ul li .texts .btn a {
  display: inline-block;
  padding: 10px;
  background-color: #0989da;
  border-radius: 2px;
  font-size: 1.3rem;
  color: #fff;
}
#nearConditions .slider ul li .image {
  width: 105px;
  display: inline-block;
  vertical-align:top;
  text-align:center;
}
#nearConditions .slider ul li .image img {
  max-width: 90px;
  max-height:120px;
}
#nearConditions .slider .controller .prev {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#nearConditions .slider .controller .next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#nearConditions .slider .slick-arrow {
  cursor: pointer;
}

@media (max-width: 768px) {
  #contents {
    padding-top: 15px;
  }
  #contents > .inner {
    display: block;
    width: 94.66666667%;
    padding: 0;
  }
  #contents > .inner > section,
  #contents > .inner > div {
    margin-bottom: 30px;
  }
  #search .lead {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #search .lead span {
    font-size: 2.4rem;
  }
  #search .tabs li {
    flex-basis: 32.3943662%;
  }
  #search .tabs a,
  #search .tabs span {
    font-size: 1.6rem;
  }
  #search .tabs span:after {
    bottom: -8px;
    border-width: 8px 7.5px 0 7.5px;
  }
  #search .content {
    padding: 20px;
  }
  #search .content > ul {
    flex-wrap: wrap;
  }
  #search .content > ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  #search .content > ul a {
    padding-top: 85px;
    font-size: 1.6rem;
  }
  #search .content > ul a span {
    font-size: 1.6rem;
  }
  #search .content .area,
  #search .content .station {
    margin-top: 0;
    padding-top: 0;
  }
  #search .content .title {
    position: relative;
    padding: 15px 10px 15px 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    cursor: pointer;
  }
  #search .content .title:after {
    display: block;
    position: absolute;
    top: 20px;
    right: 2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #D0111B;
    border-bottom: 2px solid #D0111B;
    transform: rotate(45deg);
    content: "";
  }
  #search .content .title.opened:after {
    top: 24px;
    transform: rotate(-135deg);
  }
  #search .content .wrap {
    display: none;
    margin-bottom: 15px;
  }
  #search .content .wrap ul {
    margin: 0 -2% -5px 0;
  }
  #search .content .wrap ul li {
    flex-basis: 48%;
    margin: 0 2% 5px 0;
  }
  #search .content .wrap a {
    padding: 2.5px 5px;
    font-size: 1.2rem;
  }
  #search .content .inputWrap {
    margin-top: 15px;
  }
  #search .content .inputWrap input[type="text"] {
    flex-basis: 61.73633441%;
    padding: 10px;
    font-size: 1.3rem;
  }
  #search .content .inputWrap input[type="submit"] {
    flex-basis: 38.26366559%;
    font-size: 1.3rem;
  }
  #kodawari .title {
    margin-bottom: 15px;
    padding-left: 40px;
    background-position: 0 5px;
    font-size: 2rem;
  }
  #kodawari .lead {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  #kodawari .tabs li {
    flex-basis: 32.3943662%;
  }
  #kodawari .tabs a,
  #kodawari .tabs span {
    font-size: 1.6rem;
  }
  #kodawari .tabs span:after {
    bottom: -8px;
    border-width: 8px 7.5px 0 7.5px;
  }
  #kodawari .content {
    padding: 30px 15px;
  }
  #kodawari .content ul {
    margin: 0 -4.61538462% -15px 0;
  }
  #kodawari .content ul li {
    flex-basis: 45.58823529%;
    margin: 0 4.41176471% 15px 0;
  }
  #kodawari .content .image {
    flex-basis: 32.25806452%;
  }
  #advice,
  #service {
    width: auto;
    padding: 25px 20px 15px;
  }
  #advice .title,
  #service .title {
    margin-bottom: 15px;
    padding-left: 45px;
    font-size: 2rem;
  }
  #advice p,
  #service p {
    margin-bottom: 20px;
  }
  #advice ul li,
  #service ul li {
    padding: 10px 0;
  }
  #advice ul li a,
  #service ul li a {
    padding-left: 20px;
    background-position: 0 2px;
    font-size: 1.4rem;
  }
  #interview .title {
    padding-left: 35px;
    background-position: 0 0;
    font-size: 2rem;
  }
  #interview .btn a {
    padding: 10px 15px 10px 30px;
    background-position: 8px center;
    font-size: 1.3rem;
  }
  #interview ul {
    display: block;
  }
  #interview ul li {
    margin-top: 10px;
  }
  #interview ul li:first-child {
    margin-top: 0;
  }
  #interview .image img {
    width: 100%;
  }
  #interview .texts {
    padding: 15px 20px;
  }
  #interview .texts .customer {
    margin-bottom: 10px;
  }
  #achievement {
    padding: 25px 20px 35px;
  }
  #achievement .title {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  #achievement p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    text-align: left;
  }
  #achievement .btn {
    text-align: center;
  }
  #achievement .btn a {
    display: inline-block;
    padding: 15px 40px 15px 58px;
    background-position: 12px center;
    font-size: 1.4rem;
  }
  #news {
    padding: 15px 20px;
  }
  #news .title {
    padding-left: 35px;
    background-position: 0 1px;
    font-size: 2rem;
  }
  #news .btn a {
    padding: 10px 15px 10px 30px;
    background-position: 8px center;
    font-size: 1.3rem;
  }
  #news ul {
    margin-top: 15px;
  }
  #news ul li {
    display: block;
    padding: 10px 0;
    font-size: 1.3rem;
  }
  #news .date {
    margin: 0 0 5px;
  }
  #contact {
    padding: 20px;
    width: 100%;
  }
  #contact section {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
  #contact section .texts .title {
    font-size: 1.8rem;
  }
  #contact section .texts p {
    font-size: 1.3rem;
  }
  #contact section .images {
    margin-top: 15px;
  }
  #contact .web .title {
    padding: 2px 0 2px 45px;
    background-position: 0 0;
  }
  #contact .web .info {
    font-size: 1.2rem;
  }
  #contact .web .info .tel {
    font-size: 2.6rem;
  }
  #contact .web .info .tel span {
    background-position: 0 6px;
  }
  #contact .office .title {
    padding-left: 45px;
    background-position: 0 1px;
  }
  #facebook {
    width:100%;
  }
  .banners {
    padding: 35px 0 40px;
  }
  .banners .inner {
    width: 89.33333333%;
  }
  .banners .title {
    font-size: 2.2rem;
    text-align: center;
  }
  .banners ul {
    margin: 0 -4.47761194% -15px 0;
  }
  .banners ul li {
    flex-basis: 45.71428571%;
    margin: 0 4.28571429% 15px 0;
  }
  #search .content .inputWrap input[type="text"] ::placeholder {
    color: #bbb;
    font-size: 1.4rem;
  }
  .banners .builname {
    position: relative;
  }
  .banners .builname .links {
    position: absolute;
    width: 100%;
    max-width: 265px;
    bottom: 1px;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
  }
  #nearConditions .slider {
    overflow: hidden;
  }
  #nearConditions .slider ul {
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #nearConditions .slider ul li {
    flex-basis: 260px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  #search .content .wrap ul {
    margin: 0 -2% -5px 0;
  }
  #search .content .wrap ul li {
    flex-basis: 31.33%;
    margin: 0 2% 5px 0;
  }
}
@media (max-width: 768px) and (max-width: 320px) {

    #nearConditions .slider ul li .texts {
      width: 60%;
    }
    #nearConditions .slider ul li .image {
      width: 37%;
      text-align:center;
    }
}