#content {
  max-width: 1120px;
  margin: 0 auto 40px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#station .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
#station .title + p {
  margin-bottom: 20px;
}
#station a {
  color: #3b71a3;
}
#station .lines-headline {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 2rem;
  text-align: center;
  background: #f5f5f5;
  padding: 5px;
  margin-bottom: 20px;
}
#station .lines-headline input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: 0px;
  display: inline-block;
  margin-right: 5px;
}
#station .lines-headline .num {
  font-size: 1.6rem;
}
#station .lines-headline.with-checkbox {
  text-align: left;
  padding: 5px 10px;
}
#station .lines {
  font-size: 1.4rem;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#station .lines li {
  width: 33.3333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 5px;
}
#station .lines li input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: -1px;
  display: inline-block;
  margin-right: 5px;
}
#station .lines li label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}
#station .lines li label .txt {
  padding: 2px 10px 2px 0;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media all and (-ms-high-contrast: none){
    #station .lines li label .txt {
      line-height:2;
    }
}
#station .lines li label .txt .num {
  white-space: nowrap;
}
#station .lines.with-icon li {
  padding: 0;
  margin-bottom: 10px;
}
#station .lines.with-icon li label .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  margin-right: 10px;
}
#station .lines.with-icon li label .ckb {
  width: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #station .lines-headline {
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 10px;
  }
  #station .lines-headline input[type=checkbox] {
    vertical-align: 0;
  }
  #station .lines-headline .num {
    font-size: 1.3rem;
  }
  #station .lines-headline.with-checkbox {
    padding: 10px;
  }
  #station .lines {
    font-size: 1.2rem;
    line-height: 1.42;
    margin-bottom: 20px;
  }
  #station .lines li {
    width: 50%;
  }
  #station .lines li input[type=checkbox] {
    vertical-align: -2px;
  }
  #station .lines.with-icon li label .icon {
    margin-right: 10px;
  }
  #station .lines.with-icon li label .ckb {
    padding-top: 2px;
  }
  #station .lines.with-icon li label .txt {
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  #station .title {
    font-size: 2.2rem;
  }
  #station p {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  #station p > br {
    display: none;
  }
  #station ul {
    font-size: 1.2rem;
  }
  #station ul li {
    width: 50%;
    padding: 10px 5px 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #station ul li > a .fig {
    width: 60px;
    height: 60px;
  }
  #station ul li > a .txt {
    padding: 10px 0 10px 10px;
  }
}
.btn {
  display: block;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 auto 50px;
  display: block;
  border-radius: 4px;
  color: #fff;
}
.btn a.search {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  width: 260px;
  background: #555;
}
.btn a.search span::before {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  content: "";
  background-image: url(../images/common/icon_search.png);
}
@media screen and (max-width: 768px) {
  .btn a.search {
    width: 100%;
  }
}
#contact {
  -ms-flex-preferred-size: 69.64285714%;
  flex-basis: 69.64285714%;
  margin-bottom: 40px;
  padding: 30px 40px;
  border: 3px solid #D0111B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
#contact section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -ms-flex-preferred-size: 56.48414986%;
  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 {
  -ms-flex-preferred-size: 37.46397695%;
  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;
}
@media (max-width: 768px) {
  #content {
    padding: 20px 10px;
  }
  #recently .title {
    font-size: 2.2rem;
  }
  #recently .number {
    margin: 15px 0;
    padding: 15px;
    font-size: 1.3rem;
  }
  #recently .number span {
    font-size: 2rem;
    color: #d0111b;
    font-weight: bold;
  }
  #recently .btnwrap {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
  }
  #recently .btnwrap a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    float: left;
  }
  #recently .btnwrap a.select {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    text-align: center;
    line-height: 40px;
    width: 110px;
    background: #555;
    margin-right: 10px;
    padding-left: 20px;
  }
  #recently .btnwrap a.select::before {
    background-position: 10px center;
    background-size: 40%;
    width: 30px;
  }
  #recently .btnwrap a.select::after {
    display: none;
  }
  #recently .btnwrap a.mail {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3rem;
    text-align: center;
    line-height: 40px;
    width: 180px;
    padding-left: 40px;
  }
  #recently .btnwrap a.mail span > span {
    font-size: 1.2rem;
  }
  #recently .btnwrap a.mail::before {
    background-position: 10px center;
    width: 30px;
  }
  #recently .btnwrap a.mail:after {
    border-width: 20px 0 20px 8px;
    left: 30px;
  }
  #recently .btnwrap a:last-child {
    margin-bottom: 0;
  }
  #recently select {
    width: 100% !important;
  }
  #recently .contact_tbl {
    display: block;
    position: relative;
  }
  #recently .contact_tbl .property_chk {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  #recently .contact_tbl .property_chk div {
    position: relative;
    text-align: center;
  }
  #recently .contact_tbl .property_chk input {
    width: 20px;
    display: inline-block;
  }
  #recently .contact_tbl .property_chk + div {
    display: block;
  }
  #recently .contact_tbl .property_chk + div .property_name {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px 10px 10px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #recently .contact_tbl .property_chk + div .property_name h2 {
    font-size: 1.4rem;
    line-height: 30px;
  }
  #recently .contact_tbl .property_chk + div .property_name p {
    float: right;
    line-height: 30px;
  }
  #recently .contact_tbl .property_chk + div .property_detail {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  #recently .contact_tbl .property_chk + div .property_detail div:nth-child(1) {
    display: block;
    width: calc(100% - 20px);
    height: 200px;
    margin: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #recently .contact_tbl .property_chk + div .property_detail div:nth-child(2) {
    display: block;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview {
    display: block;
    font-size: 1.3rem;
    line-height: 1.32;
    margin: 10px;
    overflow: hidden;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview tbody,
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview tr {
    display: block;
    width: 100%;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview th,
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview td {
    padding: 1px 0;
    text-align: left;
    width: 100%;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview .lbl {
    display: inline-block;
    padding: 3px 0;
    margin-right: 10px;
    font-size: 1.1rem;
    width: 6em;
    white-space: nowrap;
    text-align: center;
  }
  #recently .contact_tbl .property_chk + div .property_detail table.shortoverview .txt {
    margin-right: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px);
  }
  #contact {
    margin-bottom: 20px;
    padding: 20px;
  }
  #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;
  }
}
