/* /gardening_column/配下 旧サイトの直style移植分 ここから */
main section.prof dt {
  border-bottom: solid 1px;
}
main section.prof dd {
  padding: 1.5rem;
}
main section.prof {
  padding: 0.5em;
}
.detail b {
  font-weight: bold;
}
.button {
  text-align: right;
  position: absolute;
  padding-top: 10px;
  right: 260px;
}
.button li {
  display: inline-block;
}
.button li:nth-child(1):after {
  content: "|";
  font-size: 18px;
  color: #00a3d9;
}
.middlecontainer main .button_inner a {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #00a3d9;
  line-height: 3em;
}
.middlecontainer main .button_inner a:hover {
  text-decoration: underline;
}
h1+p {
  padding-top: 3.5em;
}
.button {
  position: relative;
}
.sumitomo h1+p {
  padding-bottom: 0;
}
.middlecontainer main .button a {
  top: -90px;
  right: 7px;
  position: absolute;
  padding-top: 3px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: initial;
  display: block;
  min-height: 30px;
  border-radius: 20px;
  background: #00a3d9;
  border: solid 1px #00a3d9;
  color: #fff;
  width: 300px;
}
.buttonlink {
  text-align: right;
/*position: absolute;
        padding-top: 10px;
        right: 260px;*/
}
.buttonlink li {
  display: inline-block;
}
.buttonlink li:nth-child(1):after {
  content: "|";
  font-size: 25px;
}
.middlecontainer main .button_inner a {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #00a3d9;
  line-height: 2em;
}
.middlecontainer main .button_inner a:hover {
  text-decoration: underline;
}
.column_page {
  position: relative;
}
.column_page h1+div {
  top: 40px !important;
  right: 10px !important;
}
.column_page h1+div a {
  width: 280px !important;
}
.column_page .button {
  right: 0;
  margin-top: 0 !important;
}
.column_page .button .button_inner a {
  position: inherit;
  display: inline-block;
  min-height: auto;
  width: auto;
  padding-top: 0;
  background: none;
  border: 0;
  border-radius: 0;
}
/* /gardening_column/配下 旧サイトの直style移植分 ここまで */
/* 2024リニューアル時 追記分 */
main {
  font-size: 10px;
}
main h1 {
  margin: 0 0 20px;
}
main h2 {
  line-height: 1;
}
main p {
  font-size: 14px;
}
main dd {
  margin: 0;
}
.sumitomo main > section.column_page > div > a {
  padding-top: 5px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: block;
  min-height: 25px;
  border-radius: 20px;
  font-weight: bold;
  width: 260px;
  margin-left: auto;
}
main > section.column_page.spring > div > a {
  background: #b2d1c3;
  border: solid 1px #b2d1c3;
  color: #006837;
}
main > section.column_page.summer > div > a {
  background: #ebf7fb;
  border: solid 1px #ebf7fb;
  color: #00a3d9;
}
main > section.column_page.autumn > div > a {
  background: #f5e2d0;
  border: solid 1px #f5e2d0;
  color: #ea8015;
}
main > section.column_page.winter > div > a {
  border: solid 1px #efdefc;
  background: #efdefc;
  color: #a275c6;
}
.column_page.spring .button li:nth-child(1):after,
.middlecontainer main .column_page.spring .button_inner a {
  color: #006837;
}
.column_page.summer .button li:nth-child(1):after,
.middlecontainer main .column_page.summer .button_inner a {
  color: #00a3d9;
}
.column_page.autumn .button li:nth-child(1):after,
.middlecontainer main .column_page.autumn .button_inner a {
  color: #ea8015;
}
.column_page.winter .button li:nth-child(1):after,
.middlecontainer main .column_page.winter .button_inner a {
  color: #a275c6;
}
.column_page ul.button li.button_inner:nth-child(1):last-child::after {
  display: none; /* 前後へのナビが1つしかない時セパレータの縦線を非表示 */
}
@media screen and (max-width: 1279px) {
  .middlecontainer main .button {
    text-align: right;
    margin-top: 1rem;
  }
  .middlecontainer main .button a {
    top: 0;
    position: initial;
    width: auto;
    padding: 0.3rem 1rem 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .column_page h1+div {
    position: inherit !important;
    top: inherit !important;
    right: inherit !important;
    margin-top: 15px;
    float: none !important;
    display: flex;
    justify-content: flex-end;
  }
  .buttonlink li:nth-child(1):after {
    content: '';
  }
  .buttonlink li {
    display: block;
  }
  .column_page .button {
    position: inherit !important;
    width: 100%;
  }
  .column_page .button .button_inner {
    width: 100%;
  }
  .column_page .button .button_inner:nth-child(1):after {
    content: none;
  }
  .column_page .button .button_inner a {
    line-height: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .column_page section {
    padding-top: 10px !important;
  }
  .column_page section h2 {
    padding-left: 2em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .column_page .row20>.left {
    width: 50% !important;
  }
  .sumitomo .column_page section.prof dt {
    width: 100% !important;
    border-radius: 0 !important;
  }
  main.movie .table_custom {
    overflow: hidden;
  }
  main.movie .table_custom table {
    min-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  main.movie .table_custom table {
    zoom: 0.7;
  }
}
@media screen and (max-width: 374px) {
  main.movie .table_custom table {
    zoom: 0.6;
  }
}
