/*  ========================
	*********  COLOR *********
=============================================  */
/*  ========================
	*********  column *********
=============================================  */
.inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.inner .back {
  margin-bottom: 90px;
  display: block;
}
.inner .back i {
  margin-right: 10px;
}

.inner02 {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.dataArea {
  font-weight: 700;
}
.dataArea .newIcon {
  margin-left: 0.5em;
}

#column {
  background: inherit;
  color: #1e353e;
  margin-top: 130px;
}
#column .bf_circle {
  line-height: 1.5;
  font-size: min(2.08vw, 30px);
}
#column .bf_circle:before {
  font-size: 0.9em;
  left: 0.3em;
  top: 0.1em;
  color: #1e353e;
}
#column .group .textWrap a {
  padding: 1em 0;
  /*border-top: 1px solid #889094;*/
  transition: 0.6s all ease-in-out;
  /*padding: 1em;*/
  font-size: min(1.36vw, 15px);
}
#column .group a .dataArea .day {
  margin: 0 1em 0 0;
}
#column .group a:last-child {
  /*border-bottom: 1px solid #889094;*/
}
#column .group a:hover {
  /*background: #ebeded;*/
}
#column .group a:hover .tx_line {
  background: none;
}
#column .group .btn {
  margin-top: 2em;
}
#column .group:nth-child(2) {
  padding-left: 3em;
}
#column:hover {
  color: inherit;
  background: inherit;
}
#column .textArea {
  background: #FFF;
  padding: 3.7em;
  margin: 80px auto;
}

#column .textArea p{
    margin-bottom:1.5em;
}

#column .wp-block-list {
    margin-bottom: 1.5em;
}

#column .wp-block-heading{
    margin-bottom:.5em;
}

#column .wp-block-list li{
    list-style: disc;
    text-indent: 0;
    margin-left: 1.5em;
    margin-bottom: .5em;
    line-height: 1.6;
}

.flex_2col {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #889094;
}

.fa-circle-arrow-left {
  margin-right: 5px;
}

.fa-circle-arrow-right {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .lowerPage .breadCrumbs {
    margin-top: 10px;
  }
  .inner .back {
    margin-bottom: 3em;
  }
  .inner {
    width: 90%;
  }
	.inner02 {
  width: 100%;
}
  #column {
    margin: 26.5vw auto 0;
    padding-bottom: 0;
    position: relative;
    font-feature-settings: "palt";
  }
  #column .breadCrumbs {
    margin-top: 10px;
  }
  #column h2 {
    font-size: 7.291vw;
  }
  #column .inner02 {
    flex-wrap: wrap;
    width: 100%;
  }
  #column .group {
    width: 100%;
    margin-bottom: 0;
  }
  #column .group a {
    padding: 3.9vw;
  }
  #column .group .btn {
    position: absolute;
    bottom: -4em;
    left: 0;
    right: 0;
    margin: auto;
    height: 11.19vw;
    line-height: 11.19vw;
  }
  #column .group .bf_circle {
    font-size: 4.68vw;
    margin-bottom: 0;
  }
  #column .group:nth-child(2) {
    padding-left: 0;
  }
  #column .textArea {
    font-size: 3.8vw;
    margin: 11.7vw auto 10.8vw;
    padding: 1.2em;
  }
  .flex_2col {
    font-weight: 800;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    font-size: 4vw;
  }
  .btn.medium {
    width: 90%;
    margin: 0 auto;
  }
  .dataArea {
    font-size: 3.9vw;
  }
}
#column_all {
  background: inherit;
  color: #1e353e;
  margin-top: 130px;
}
#column_all .bf_circle {
  line-height: 1.5;
  font-size: min(2.08vw, 30px);
}
#column_all .bf_circle:before {
  font-size: 0.9em;
  left: 0.3em;
  top: 0.1em;
  color: #1e353e;
}
#column_all .group a {
  padding: 1em 0;
  border-top: 1px solid #889094;
  transition: 0.6s all ease-in-out;
  padding: 1em;
  font-size: min(1.36vw, 15px);
}
#column_all .group a .dataArea .day {
  margin: 0 1em 0 0;
}
#column_all .group a:last-child {
  border-bottom: 1px solid #889094;
}
#column_all .group a:hover {
  background: #ebeded;
}
#column_all .group a:hover .tx_line {
  background: none;
}
#column_all .group .btn {
  margin-top: 2em;
}
#column_all .group:nth-child(2) {
  padding-left: 3em;
}
#column_all:hover {
  color: inherit;
  background: inherit;
}
#column_all .textArea {
  background: #FFF;
  padding: 3.7em;
  margin: 80px auto;
}

.flex_2col {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #889094;
}

@media screen and (max-width: 768px) {
  .inner .back {
    margin-bottom: 3em;
  }
  .inner {
    width: 90%;
  }
  #column_all {
    margin: 10vw auto 0;
    padding-bottom: 0;
    position: relative;
  }
  #column_all .inner02 {
    flex-wrap: wrap;
    width: 90%;
  }
  #column_all .group {
    width: 100%;
    margin-bottom: 0;
  }
  #column_all .group a {
    padding: 3.9vw 0vw;
  }
  #column_all .group .btn {
    position: absolute;
    bottom: -4em;
    left: 0;
    right: 0;
    margin: auto;
    height: 11.19vw;
    line-height: 11.19vw;
  }
  #column_all .group .bf_circle {
    font-size: 4.68vw;
    margin-bottom: 0;
  }
  #column_all .group .tx_line {
    font-size: 3.9vw;
    line-height: 1.5;
  }
  #column_all .group:nth-child(2) {
    padding-left: 0;
  }
  #column_all .textArea {
    margin-top: 11.7vw;
  }
  .newsArea {
    padding: 0;
  }
  .flex_2col {
    font-weight: 800;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
  }
  .btn.medium {
    width: 90%;
    font-size: 4vw;
  }
  .pagenavi {
    font-size: 4vw;
    margin-top: 2.5em;
  }
  .pagenavi .icon02 {
    font-size: 4vw;
  }
}
.flex_ctaArea {
  margin-top: 10vw;
}

#column .column_all li .box_cont {
  display: flex;
  width: 100%;
  flex-direction: inherit;
  align-items: flex-start;
  gap: 0 30px;
  border-radius: 0;
  border-bottom: 1px solid #1e353e;
}
#column .column_all li .box_cont {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#column .column_all li .box_cont .imgMsk {
  width: 340px;
}
#column .column_all li .group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#column .column_all li .group .co_img {
  margin-top: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

#column .box_cont:hover img {
    transform: none;
}

#column .box_cont > a:hover img{
    transform: scale(1.1);
}

#column .box_cont:hover .ttl
 {
    background-size: 0% 0px;
}

#column .group a:hover {
    background-size: unset;
}

#column .box_cont .group .textWrap a:hover .ttl
 {
    background-size: 100% 2px;
}

@media screen and (max-width: 768px) {
    #column .column_all li .box_cont {
    flex-direction: column;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  #column .column_all li .box_cont .imgMsk {
    width: 100%;
  }
  #column .column_all li .box_cont .group .co_img {
    margin-top: 20px;
  }
  #column .column_all li .box_cont .group .co_img img {
    width: auto;
  }
  #column .column_all li scale(1.1) .co_name {
    margin: 2.5vw 0 1.25vw;
  }
  #column .column_all li .box_cont .ttlwrap {
    line-height: 1.5;
  }
  #column .column_all li .box_cont .ttlwrap .textWrap .ttl {
    font-size: 3.9vw;
  }
}

#column ul {
    margin-bottom: 2em;
}

#column .textArea ul li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

#column .textArea ul li ul li{
    list-style-type: circle;
}

#column .textArea  li{
	margin-bottom:0.5em;
}

#column .textArea  figure{
	margin-bottom:2em;
}

.post-tags { margin: .4em 0 0; line-height: 1.6; color: #444; }
.post-tags .post-tag { display: inline-block; margin-right: .5em; font-size: .9em; }

/* Wアラート CTA セクション */
.w-alert-cta {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  padding: 60px;
  margin-top: 80px;
}

.w-alert-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ヘッダー部分 */
.w-alert-header {
  text-align: center;
  margin-bottom: 50px;
}

.w-alert-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.w-alert-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-alert-logo img {
  max-width: 300px;
  height: auto;
}

/* コンテンツ部分 */
.w-alert-content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}

.w-alert-image {
  flex: 0 0 45%;
  text-align: center;
}

.w-alert-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

.w-alert-description {
  flex: 1;
}

.w-alert-description p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* ボタン */
.w-alert-button-wrapper {
  text-align: center;
}

.w-alert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 60px;
  background: linear-gradient(135deg, #4a7bb7 0%, #5ac8d8 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 123, 183, 0.3);
}

.w-alert-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 123, 183, 0.4);
}

.w-alert-button .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.w-alert-button:hover .arrow-icon {
  transform: translateX(5px);
}

.wp-block-image figcaption {
    font-size:.8em;
}


/* タブレット対応 (768px以下) */
@media screen and (max-width: 768px) {
  .w-alert-cta {
    padding: 40px 15px;
    margin-top: 60px;
  }

  .w-alert-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .w-alert-logo img {
    max-width: 250px;
  }

  .w-alert-content {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .w-alert-image {
    flex: 0 0 100%;
  }

  .w-alert-description p {
    font-size: 15px;
    line-height: 1.8;
  }

  .w-alert-button {
    padding: 16px 50px;
    font-size: 16px;
  }
}

/* スマートフォン対応 (480px以下) */
@media screen and (max-width: 480px) {
  .w-alert-cta {
    padding: 30px 15px;
    margin-top: 40px;
  }

  .w-alert-header {
    margin-bottom: 35px;
  }

  .w-alert-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .w-alert-logo img {
    max-width: 200px;
  }

  .w-alert-content {
    gap: 30px;
    margin-bottom: 35px;
  }

  .w-alert-description p {
    font-size: 14px;
    line-height: 1.75;
  }

  .w-alert-button {
    width: 100%;
    padding: 15px 30px;
    font-size: 15px;
  }
  #column .textArea p{
	font-size:3.8vw;
}
}
/*# sourceMappingURL=information.css.map */


/* -------------------------
  2025/12/07追記
  columnサイドナビの追加
------------------------- */

/* columnページ全体のレイアウト調整 */
.inner.sideNavshow.index{
  display: flex;
  position: relative;
}
.column_tagNav{
    position: sticky;
    height: 100%;
    width: 240px;
}
.column_list{
    margin-left: 40px;
    max-width: 890px;
}
@media screen and (max-width: 768px) {
    .inner.sideNavshow.index {
        flex-direction: column-reverse;
    }
  .column_tagNav{
    /*display: none;*/
  }
  .column_tagNav > p{
    font-size:3.9vw;
  }
  .column_list{
    margin-left: auto;
    max-width: auto;
  }
  .column_tagNav {
        position: sticky;
        height: 100%;
        width: 100%;
    }
}

/* サイドナビ部分のスタイル */
.column_tagNav .post-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  color: #878787;
  margin-left: 0.9rem;
}
.column_tagNav .post-tag {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-right: 1.1rem;
  width: 100%;
}
.column_tagNav .post-tag.active a {
  background: #c90026;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.2rem 0.8rem 0.3rem;
  margin-left: -0.8rem;
}

@media screen and (max-width: 768px) {
  .column_tagNav .post-tag {
    font-size: 3vw;
    width: auto;
    padding: 2vw 3.9vw;
  }
}

