/* ===== /line/地域/XXXX.htmlのページ ===== */

body{
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width: 768px){
  body, header, main {
    font-size: 15px;
  }
}

a:link {
  color: #076baf;
  text-decoration: underline;
}
a:visited,
a:hover {
  color: #076baf;
}

/*レイアウト*/
#area-list-wrap{
  padding-top: 18px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px){
  #area-list-wrap{
    display: flex;
    padding-top: 36px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
#area-list-wrap .section-inner {
  width: auto;
  padding: 0;
  position: relative;
  max-width: initial;
  margin: 0;
}
@media only screen and (min-width: 768px){
  #area-list-wrap .section-inner {
    width: 750px;
  }
}
.cf:before, .cf:after {
  content: none;
}

/*ヘッダー内検討リストボタンのテキスト*/
.btn__to-list_save_resources,
.btn__to-list_save_resources:visited,
.btn__to-list_save_resources:hover{
  color: #fff;
}

/*直書きされてたのでclassつけてこちらに移動 h1すぐ下*/
.line-list-note{
  max-width: 930px;
  left: 0;
  right: 0;
  margin: auto;
}

/*
右カラムの固定されるバナー
左カラムの情報が少ないと挙動が安定しないため固定を解除する。
*/
.fix-side-bnr.fixed {
  position: relative;
}
.fix-side-bnr.stop{
  position: relative;
  bottom: auto;
}

/*h1*/
#area-list-wrap h1{
  margin: 0 10px 0;
}

/*h1下のリード*/
.line-list__lead{
  font-size: 14px;
  margin: 0 10px 20px 10px;
}
@media only screen and (min-width: 768px){

  #area-list-wrap h1{
    margin: 0 0 20px;
  }

  .line-list__lead{
    margin: 0 auto 40px 0;
  }
}

/*現在の駅*/
.line-list__station{
  margin: 10px 10px 24px;
  padding: 0;
  border: 2px solid #05aa22;
  border-radius: 5px;
}
@media only screen and (min-width: 768px){
  .line-list__station{
    margin: 30px 0;
  }
}
.line-list__station--inr{
  margin: 0;
  padding: 0;
}
.line-list__station--anchor{
  color: #232b39 !important;
  text-decoration: none !important;
}
.line-list__station--contents{
  display:flex;
}
.line-list__station--title{
  background: #05aa22;
  width: 20%;
  text-align: center;
}
.line-list__station--title,
.line-list__station--discription{
  line-height: 1;
  padding: 16px;
}
.line-list__station--title{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.line-list__station--discription{
  position: relative;
  width: 100%;
}
.line-list__station-name{
  font-size: 16px;
  font-weight: bold;
}
.line-list__change{
  font-size: 14px;
  color: #05aa22;
  font-weight: bold;
  position: absolute;
  right: 16px;
}

/*区画エリア・微調整*/
.sec_type{
  margin:20px 10px;
}
.sec_type .info_type::before{
  line-height: 14px;
}
@media only screen and (min-width: 768px){
  .sec_type{
    margin:0 0 20px 0;
  }
  .sec_type .info_type{
    top: -2px;
  }
}

/*該当する霊園がない場合のアナウンス*/
.txt-result {
  border: 3px solid #70c39a;
  font-size: 16px;
  margin: 0 auto 20px auto;
  padding: 20px;
  text-align: left;
  width: 95%;
}
@media only screen and (min-width: 768px){
  .txt-result {
    width: 100%;
    margin: 40px auto;
    text-align: center;
  }
}

/*掲載件数*/
.line-list__number{
  margin: 20px 0;
  padding: 0 10px;
}
.line-list__number .line-list__number--discriotion{
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px){
  .line-list__number{
    padding: 0 10px;
  }
  .line-list__number .line-list__number--discriotion{
    font-size: 20px;
  }
}

/*フッター上の背景グリーンのコメント*/
.desc-foot{
  padding: 10px;
  max-width: 980px;
  margin: auto;
  background: #ebfbdb;

}
.desc-foot p{
  font-size: 12px;
}

/*フッターCTA*/
.blk_cta .txt_cta_sp{
  margin-right: 0;
}
.button_conversion-pdf a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px){
  .tel_cta .footer-tel dd:first-of-type{
    height: 30px;
  }
}

/*ランキング・駅の説明・周辺の検索*/
/*2010120 PC 市区町村ページへのデータコンテンツ追加*/
article.area-list-bottom-search {
  margin: 0 10px;
}
@media only screen and (min-width: 768px){
  article.area-list-bottom-search {
    margin: 0;
  }
}

.line_reien h3.title-main,
.area-list-bottom-search h3.title-main{
  background: none;
  color: #404040;
  border-left: 4px solid #05aa22;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  margin: 12px 0 !important;
  padding: 4px 20px;
}
@media only screen and (min-width: 768px){
  .line_reien h3.title-main,
  .area-list-bottom-search h3.title-main{
    font-size: 18px;
    margin: 0 0 20px 0 !important;

  }
}

.line_reien article{
  font-size: 14px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px){
  .line_reien article {
    font-size: 15px;
  }
}

.line_reien .data-cbox{
  width: auto;
  padding: 0px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px){
  .line_reien .data-cbox {
    padding: 0;
  }
}

@media only screen and (min-width: 768px){
  .line_reien .area-menu-f {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .line_reien p {
    font-size: 14px;
  }
  .line_reien table strong {
    font-weight: bold;
  }
}

.line_reien table{
  table-layout: fixed;
  font-size: 12px;
  font-feature-settings: 'palt';
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
}
.line_reien table a{
  color: #076baf;
}
.line_reien table tbody{
  border:1px solid #aaa;
}
.line_reien table tr{
  background: #fff;
}
.line_reien table tr td:first-child{
  border-right:1px solid #aaa;
}
.line_reien table tr:first-child td:first-child{
  border:none;
}
.line_reien table.reien_graph05 tr td:first-child{
  width:25%;
}
.line_reien table.reien_graph05 tr td:nth-child(6){
  width:25%;
}
.line_reien table.reien_graph05.rank tr td:first-child{
  width:10%;
}
.line_reien table td{
  border:none;
  vertical-align: middle;
  text-align:center;
  padding:4px 2px;
}
.line_reien table.reien_graph05 tr:first-child{
  border:1px solid #aaa;
  background: #bdd7ee;
}
.line_reien table.reien_graph05 tr:nth-child(2n+3){
  background: #fff;
}
.line_reien table.reien_graph05 tr td{
  border-bottom:1px solid #aaa;
  border-right:none;
}
.line_reien table.reien_graph05 tr:nth-child(2n+3) td:first-child{
  background: #d9e1f2;
  border: 1px solid #aaa;
}
.line_reien table.reien_graph05 tr:nth-child(2n-2) td:first-child{
  background: #d9e1f2;
  border: 1px solid #aaa;
}
.line_reien table.reien_graph05 tr.reien_graph05_outside td:first-child{
  background: #b4c6e7;
}
.line_reien table.reien_graph05 tr td.current_area{
  background: #fefbe4;
  font-weight: bold;
}
@media only screen and (min-width: 768px){
  .line_reien table {
    table-layout: fixed;
    font-size: 15px;
    border-collapse: collapse;
  }
  .line_reien table a {
    color: #076baf;
  }
  .line_reien table tbody {
    border: 1px solid #aaa;
  }
  .line_reien table tr {
    background: #fff;
  }
  .line_reien table tr td:first-child {
    border-right: 1px solid #aaa;
  }
  .line_reien table tr:first-child td:first-child {
    border: none;
  }
  .line_reien table td {
    text-align: center;
    padding: 4px 2px;
  }
  .line_reien table.reien_graph05 {
    width: 100%;
    margin-bottom: 10px;
  }
  .line_reien table.reien_graph05 tr:first-child {
    border: 1px solid #aaa;
    background: #bdd7ee;
  }
  .line_reien table.reien_graph05 tr td:first-child {
    width: 20%;
  }
  .line_reien table.reien_graph05 tr td:nth-child(6) {
    width: 25%;
  }
  .line_reien table.reien_graph05.rank tr td:first-child {
    width: 5%;
  }
  .line_reien table.reien_graph05 tr:nth-child(2n + 3) {
    background: #fff;
  }
  .line_reien table.reien_graph05 tr td {
    border-bottom: 1px solid #aaa;
    border-right: none;
    width: 10%;
  }
  .line_reien table.reien_graph05 tr:nth-child(2n + 3) td:first-child {
    background: #d9e1f2;
    border: 1px solid #aaa;
  }
  .line_reien table.reien_graph05 tr:nth-child(2n-2) td:first-child {
    background: #d9e1f2;
    border: 1px solid #aaa;
  }
  .line_reien table.reien_graph05 tr.reien_graph05_outside td:first-child {
    background: #b4c6e7;
  }
  .line_reien table.reien_graph05 tr td.current_area {
    background: #fefbe4;
    font-weight: bold;
  }
  .line_reien table.reien_graph05 .reien_graph_station_group_list li {
    display: inline-block;
  }
  .line_reien table.reien_graph05 .reien_graph_station_group_list li:after {
    content: "・";
  }
  .line_reien table.reien_graph05 .reien_graph_station_group_list li:last-child:after {
    content: "";
  }
  .list-keyword h4{
    font-weight: bold;
  }

}

/*周辺の霊園・墓地*/
.title-sub {
  color: #404040;
  font-weight: bold;
  display: block;
  font-size: 15px;
  padding: 10px;
  background: #efefef;
  border-bottom: #ddd solid 1px;
}
.box-solid .list-keyword{
  display: flex;
  flex-wrap: wrap;
}
.box-solid .list-keyword li {
  color: #999;
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
  position: relative;
  font-size: 15px;
}
.box-solid .list-keyword li::after {
  content: '／';
  display: inline;
  margin: 0 10px;
  color: #ddd;
}
.box-solid .list-keyword li:last-child::after {
  content: none;
}
.box-solid .list-keyword li a {
  padding: 0;
}