@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin-top: 130px;
}
@media screen and (max-width: 1024px) {
.pagehead-bg{
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
.pagehead-bg{
    margin-top: 160px;
  }
}

.pagehead-bg::before{
  content: "";
  background: rgb(105,105,105,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: left;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 20px;
  z-index: 1;
  max-width: 100%;
}
.pagehead-ttl h2 {
  font-size: 26px;
}
.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {

}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  padding: 30px 0;
}

/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
border-left: 5px solid #000;
  color: #000;
  font-size: 18px;
  margin: 3rem 0 1rem;
  padding: .5rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #04a9ea;
color: #04a9ea;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #04a9ea;
background: #04a9ea;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #04a9ea;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
border-color: #04a9ea !important;
background: #04a9ea;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #e3007f;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
background: #41bcef;
    border: 1px solid #1385b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #1385b5;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}

/*****************************
  seisaku
*****************************/

/* ===== layout ===== */
.style-layout{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.style-layout .style-main{
    width: calc(100% - 280px);
    margin-right: 50px;
}

.style-layout .style-side{
  width: 230px;
}

@media (max-width: 1024px){
.style-layout .style-main{
    width: calc(100% - 0px);
    margin-right: 0px;
  }
.style-layout .style-side{
    width: 100%; 
  }
}

/* ===== list ===== */
.publications_flex{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.publications_flex_item{
  margin: 0;
}

/* カスタム投稿ページ基本*/
.pub-card{
  display: flex;
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
  flex-direction: row;
  flex-wrap: wrap;
}

.kenshu-page .pub-card{
  display: flex;
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background: #FBF5E5;
  transition: transform .15s ease, box-shadow .15s ease;
  flex-direction: row;
  flex-wrap: wrap;
}
.pub-card .date{
  margin-left: auto;
}


.pub-card .pub-thumb{
  width: 130px;
  margin-right: 20px;
  text-align: center;
}
.pub-card .pub-body{
  width: calc(100% - 150px);
}

@media screen and (max-width: 767px) {
.pub-card .pub-thumb{
  width: 100px;
  margin-right: 0px;
}
.pub-card .pub-body{
  width: 100%;
}
}
.pub-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
/* PDF icon badge */
.pdf-ico{
  text-align: center;
}

.pdf-ico img{
  width: 80px;
  aspect-ratio: 66 / 76;
  object-fit: cover;

}
.pdf-ico2{
  text-align: center;
}

.pdf-ico2 img{
  width: 130px;
  aspect-ratio: 146 / 92;
  object-fit: cover;
}

.item__title{
    color: #008ACC;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.top_style .item__title{
    color: #008ACC;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.kenshu-page .item__title{
 position: relative;
}
.kenshu-page .item__title::before{
content: "";
position: absolute;
background-image: url(../images/top/bg_line.jpg);
background-repeat: repeat-x;
width: 100%;
height: 5px;
bottom: -10px;
}

.kenshu-page .item__title a{
    color: #926600;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.kenshu-date{
  color: #926600;
  font-size: 18px;
  font-weight: bold;
}


.top_style .item__title::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/pdf-icon.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 20px;
    aspect-ratio: 119 / 136;
    left: 0px;
    top: 0px;
}


.title-link{
  color: inherit;
  text-decoration: none;
}

.title-link:hover{
  text-decoration: underline;
}

.item__excerpt{
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== sidebar ===== */
.side-box{
padding: 20px 0;
}

.side-ttl{
  margin: 0px 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
}

.month-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.month-list li{
  width: 100%;
}
@media (max-width: 1024px){
.month-list li{
  width: calc(100% / 3);
  padding: 0 5px;
}
}
@media (max-width: 600px){
.month-list li{
  width: calc(100% / 2);
  padding: 0 5px;
}
}

.month-list a{
display: block;
padding: 5px 10px;
border-radius: 10px;
text-decoration: none;
color: #ffffff;
background: #41bcef;
text-align: center;
font-size: 16px;
/* font-weight: bold; */
letter-spacing: 1px;
margin-bottom: 5px;
}

.month-list a:hover{
background: #e3007f;
}

/* ===== pagination ===== */
.pagination ul{
list-style: none;
padding: 5px 20px;
margin: 18px 0 0;
display: flex;
gap: 8px;
flex-wrap: wrap;
}

.pagination a,
.pagination span{
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  background: #fff;
  font-size: 14px;
}

.pagination .current{
  background: #41bcef;
  color: #fff;
  border-color: #e1e1e1;
}

.kenshu-meta{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  width: 100%;
}
.kenshu-meta dt{
  width: 65px;
 font-weight: bold;
}

.kenshu-meta dd{
   width: calc(100% - 100px);
}

.main-text-area{
  margin-bottom: 30px;
}
.main-text-area p{
  font-size: 16px;
  margin-bottom: 10px;
}


.page_btn{
--pink: #bd731c;
--white: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 15px 40px 15px 40px;
min-width: 250px;
background: var(--pink);
color: var(--white);
text-decoration: none;
border: 2px solid var(--white);
border-radius: 6px;
position: relative;
line-height: 1;
box-sizing: border-box;
}

/* ★ 内側の白いライン */
.page_btn::before{
  content: "";
  position: absolute;
  inset: 4px;                 /* 内側にどれくらい入れるか */
  border: 1px solid #ffffff;  /* 内枠の白線 */
  border-radius: 4px;         /* 外枠より少し小さく */
  pointer-events: none;
}

/* 右の▶ */
.page_btn::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-left: 9px solid var(--white);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.page_btn__text{
  display: grid;
  gap: 4px;
}

.page_btn__line1{
  display: block;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 16px; 
}

.page-flex01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-flex01 .left_area{
  width: 200px;
  margin-right: 50px;
}
.page-flex01 .left_area img{
  width: 200px;
}

.page-flex01 .right_area{
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
.page-flex01 .left_area{
  width: 200px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.page-flex01 .left_area img{
  width: 200px;
}

.page-flex01 .right_area{
  width: 100%;
}
}




.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
  position: relative;
  z-index: -1;
}

.top_btn_style{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.btn_item{
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

/* =========================
  network archive
========================= */
.network-archive .inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* .network-block{
  margin: 0 0 50px;
} */

/* 見出し：左右に金ライン */
.network-title{
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .04em;
}
.network-title::before,
.network-title::after{
  content:"";
  height: 6px;
  flex: 1 1 auto;
  background: #caa24a; /* 金 */
  border-radius: 3px;
}
.network-note{
  margin: 0 0 18px;
  font-size: 13px;
  color: #666;
}

.network-list{
  border-top: 1px dotted #cfcfcf;
}

.network-row{
  display: flex;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px dotted #cfcfcf;
}

.network-left{
  flex: 0 0 38%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 260px;
}

.network-bullet{
  width: 8px;
  height: 8px;
  margin-top: 7px;
  background: #caa24a;
  border-radius: 2px;
  flex: 0 0 auto;
}

.network-link{
color: #41bcef;
text-decoration: underline;
line-height: 1.6;
}
.network-link:hover{
  opacity: .8;
}
.network-link.is-nolink{
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.network-right{
  flex: 1 1 auto;
  color: #333;
  line-height: 1.9;
  font-size: 14px;
}

.network-detail{
  white-space: normal;
}

/* 便利リンク（右カラムを詰めたい場合） */
.network-list.is-simple .network-right{
  display:none;
}

/* SP */
@media (max-width: 820px){
  .network-row{
    flex-direction: column;
    gap: 10px;
  }
  .network-left{
    flex-basis: auto;
    min-width: 0;
  }
  .network-list.is-simple .network-right{
    display:none;
  }
}



.anchor {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
  position: relative;
  z-index: -1;
}

.vision_page{
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.vision_page{
  margin-top: 20px;
  margin-bottom: 70px;
}
}


.vision_page p{
  margin-bottom: 30px;
}

.vision_page .subtitle{
  font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.5;
    padding-left: 55px;
    margin-bottom: 20px;
}

.vision_page .subtitle.number01::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/n01.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 45px;
    aspect-ratio: 1 / 1;
    left: 0px;
    top: -11px;
}
.vision_page .subtitle.number02::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/n02.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 45px;
    aspect-ratio: 1 / 1;
    left: 0px;
    top: -11px;
}
.vision_page .subtitle.number03::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/n03.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 45px;
    aspect-ratio: 1 / 1;
    left: 0px;
    top: -11px;
}


.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    }
    @media screen and (max-width: 767px) {
    .gmap {
    padding-bottom: 60%;
      }
    }
    @media screen and (max-width: 600px) {
    .gmap {
    padding-bottom: 100%;
      }
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }

    .page_btn_style{
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
    }
  
.kessan_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.kessan_list .kessan_item{
  width: calc(100% /5);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.kessan_list .kessan_item{
  width: calc(100% /4);
}
}
@media screen and (max-width: 820px) {
.kessan_list .kessan_item{
  width: calc(100% /3);
}
}
@media screen and (max-width: 767px) {
.kessan_list .kessan_item{
  width: calc(100% /2);
}
}

  .kessan_item__pdf{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  }
  .kessan_item__pdf img{
    width: 80px;
    margin: 10px 0 0;
    display: block;
  }

  .kessan_item__pdf .kessan_pdf_filename{
    display: block;
  }

  .riji_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  }
  .riji_flex .left_area{
    width: 210px;
    margin-right: 20px;
  }

.riji_flex .right_area{
    width: calc(100% - 230px);
  }
  @media screen and (max-width: 820px) {
  .riji_flex .left_area{
    width: 100%;
    margin-right: 0px;
  }

.riji_flex .right_area{
    width: 100%;
  }
}


.riji_block__ttl{
background-color: #ACAC9D;
color: #FFFFFF;
text-align: center;
font-size: 16px;
padding: 5px;
border-radius: 5px;
margin-bottom: 10px;
  }


  /* 画像の見た目に寄せた「点線区切り＋左に青丸＋2列」 */
.corp-info{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.corp-info__row{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 0;
}

/* オレンジの点線（border:dottedだと四角いので、丸ドットで再現） */
.corp-info__row::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-image: radial-gradient(circle, #e3b86d 1.5px, transparent 1.6px);
  background-size: 6px 3px;     /* ドット間隔 */
  background-repeat: repeat-x;
  background-position: left bottom;
  opacity: .9;
}

/* 最後の行は区切り不要なら消す（画像は最後も見えてるので、消したい場合だけON） */
/* .corp-info__row:last-child::after{ display:none; } */

.corp-info__dot{
  width: 10px;
  height: 10px;
  border: 2px solid #0aa0d6;
  border-radius: 50%;
  margin-top: 4px; /* 文字のベースラインに合わせる */
  flex: 0 0 auto;
}

.corp-info__label{
  width: 100px;              /* ラベル列幅（調整OK） */
  font-weight: 700;
  color: #181818;
  line-height: 1.6;
  letter-spacing: 1px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.corp-info__value{
  flex: 1 1 auto;
  color: #181818;
  line-height: 1.6;
  letter-spacing: 1px;
  min-width: 0;              /* 折り返し崩れ対策 */
}

/* SP調整 */
@media (max-width: 640px){
  .corp-info__row{ 
    gap: 12px; padding: 14px 0; 
  }
  .corp-info__label{ 
    width: 60px;
    font-size: 14px;
  }
}
/******************************
SPのbr
******************************/
.sp_br {
  display: none; /* pcの時は非表示 */
}
.pc_br {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp_br {
    display: block; /* spの時は表示 */
  }
  .pc_br {
  display: none; /* spの時は非表示 */
  }
}


/*****************************
  RECRUIT
*****************************/
.recruittxt{
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.recruittxt p{
  margin-bottom: 20px;
}

.recruitsec table {
  border-top: none;
  border-left: none;
  border-collapse: collapse;
  width: min(800px, 100%);
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .recruitsec table {
    border-top:  2px solid #c7c7c7;
    font-size: 14px;
  }
}

.recruitsec table th {
  border-bottom: 2px solid #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .recruitsec table th {
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #f7f7f7;
  }
}

.recruitsec table td {
  border-bottom: 2px solid #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruitsec table td {
    padding: 20px 10px;
    display:block;
  }
}


.recruit_detail_contents{
  width: min(900px, 100%);
  padding: 50px;
  margin: 50px auto 50px;
  background: #fff;
  min-height: 300px;
  border: 1px solid #c7c7c7;

}
@media screen and (max-width: 767px) {
.recruit_detail_contents{
  width: 100%;
  padding: 0px;
  margin: 0 auto 20px;
  border: unset;
}
}


.chousa-archive .inner1{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

/* タイトル（金ライン） */
.chousa-page-ttl{
  text-align:center;
  font-weight:700;
  letter-spacing:.08em;
  position:relative;
  padding:14px 0;
  margin:40px 0 30px;
}
.chousa-page-ttl:before,
.chousa-page-ttl:after{
  content:"";
  position:absolute;
  top:50%;
  width:32%;
  height:6px;
  background:#c79b2b;
  transform:translateY(-50%);
}
.chousa-page-ttl:before{ left:0; }
.chousa-page-ttl:after{ right:0; }

/* 各投稿 */
.chousa-item{
  padding: 10px 0 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.chousa-ttl{
  font-size: 18px;
  margin: 0 0 14px;
  font-weight: 700;
}
.chousa-content{
  line-height: 1.9;
}

/* DLボックス */
.chousa-dlbox{
  background:#dff0f7;
  padding:18px 18px 14px;
  margin-top:18px;
  border-radius:6px;
}
.chousa-dlbox-ttl{
  text-align:center;
  font-weight:700;
  margin:0 0 14px;
  color:#2b7fa3;
  font-size: 18px;
}

/* PDF並び */
.chousa-dl-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
}
.chousa-dl-item{ 
  width:calc(100% / 3); 
  padding: 5px;
}
@media screen and (max-width: 820px) {
.chousa-dl-item{ 
  width:calc(100% / 2); 
  padding: 5px;
}
}
@media screen and (max-width: 600px) {
.chousa-dl-item{ 
  width:calc(100% / 1); 
  padding: 5px;
}
}


.chousa-dl-link{
  display:flex;
  align-items: flex-start;
  gap:10px;
  padding:10px 12px;
  background:rgba(255,255,255,.65);
  border-radius:6px;
  text-decoration:none;
  color:#181818;
  min-height: 120px;
}
.chousa-dl-link:hover{ 
  background:rgba(255,255,255,.9); 
}

.chousa-dl-link .pdfstyle01{
  width: 50px;
  margin-right: 10px;
}
.chousa-dl-link .pdfstyle02{
 width: calc(100% - 60px);
}
.chousa-dl-link .pdfstyle02 .chousa-dl-text{
 font-size: 16px;
 font-weight: bold;
}
.chousa-dl-link .pdfstyle02 p{
 font-size: 12px;
}


/* PDFアイコン（簡易） */
.chousa-pdf-ico{
  width:36px; height:36px;
  background:#fff;
  border:1px solid #cfcfcf;
  border-radius:4px;
  position:relative;
  flex:0 0 36px;
}
.chousa-pdf-ico:after{
  content:"PDF";
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  font-size:11px;
  font-weight:700;
  color:#d40000;
}
.chousa-dl-text{
  font-size:14px;
  font-weight:600;
}


.entry_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.entry_flex .item{
  padding: 10px;
}


/* ===========================
  会員入会ページ（画像寄せ）
  - ゴールドの見出しライン
  - セクション点線区切り
  - PDFカードっぽい見せ方
  - フォームの“白背景＋罫線”寄せ
=========================== */

.membership-page{
  --gold: #c9a64b;
  --gold2:#d8bd6b;
  --line: #e6e6e6;
  --text: #222;
  --muted:#666;
  --bg:   #ffffff;
  --panel:#faf8f1;
}

.membership-page .network-title{
  text-align:center;
  font-weight:700;
  letter-spacing:.08em;
  margin: 10px 0 26px;
  color: var(--text);
}

/* セクション全体：画像の「区切り」感 */
.membership-page .member_section{
  padding: 26px 0 34px;
  border-top: 1px dashed var(--line);
}
.membership-page .member_section:first-of-type{
  border-top: none;
}

/* 画像っぽい中央見出し：左右ゴールド線 */
.membership-page .section-title{
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 0 0 18px;
  color: var(--text);
  padding: 8px 0;
}
.membership-page .section-title::before,
.membership-page .section-title::after{
  content:"";
  position:absolute;
  top:50%;
  width: 36%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: translateY(-50%);
  border-radius: 20px;
}
.membership-page .section-title::before{ left:0; }
.membership-page .section-title::after{ right:0; }

/* 文章ブロック */
.membership-page .member_desc{
  line-height: 1.9;
  color: var(--text);
  margin: 0 auto 18px;
  max-width: 100%;
}

/* ===========================
  PDFカード（左にアイコン、右に説明の雰囲気）
=========================== */
.membership-page .member_box{
display: grid;
grid-template-columns: 180px 1fr;
gap: 22px;
align-items: center;
}

.membership-page .member_box__pdf{
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 14px 12px;
  text-align: center;
  max-width: 180px;
}


.member_box_area{
  width: 100%;
  margin-top: 50px;
}

.membership-page .pdf-ico2{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 100%;
}
.membership-page .pdf-ico2 img{
  width: 72px;
  height: auto;
  display:block;
  transition: transform .18s ease, opacity .18s ease;
}
.membership-page .pdf-ico2:hover img{
  transform: translateY(-2px);
  opacity: .9;
}

.membership-page .member_box__pdf .pdf-label{
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* ===========================
  正会員：ラベル＋内容（画像の「左に小ラベル」感）
=========================== */
.membership-page .member_dl{
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 10px;
  column-gap: 14px;
  margin: 0;
}

.membership-page .member_dl__row{
  display: contents;
}

.membership-page .member_dl__dt{
  align-self: start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #f0dc9a, #e6c86d);
  border: 1px solid #d7b85a;
  font-weight: 700;
  font-size: 16px;
  color: #5a460d;
}

.membership-page .member_dl__dd{
  line-height: 1.9;
  color: var(--text);
}

/* ===========================
  賛助会費（個人/団体の2行を画像っぽく）
=========================== */
.membership-page .fee_list{
  list-style: none;
  padding: 0;
  margin: 12px 0 6px;
  max-width: 760px;
}
.membership-page .fee_list__item{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e6e0cf;
  border-radius: 8px;
  background: #fffdf7;
  margin-bottom: 10px;
}
.membership-page .fee_list__label{
  font-weight: 700;
  color: #5a460d;
}
.membership-page .fee_list__body p{
  margin: 0;
  line-height: 1.8;
}

/* 賛助 note（WYSIWYG） */
.membership-page .note{
  max-width: 920px;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.8;
}

/* ===========================
  口座情報（DL）
=========================== */
.membership-page .bank_dl{
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 10px;
  column-gap: 14px;
  max-width: 100%;
  margin: 14px auto 0;
}
.membership-page .bank_dl__row{ display: contents; }
.membership-page .bank_dl__dt{
  font-weight: 700;
  color: #444;
}
.membership-page .bank_dl__dd{
  color: var(--text);
  line-height: 1.8;
}

/* ===========================
  PDF単体行（退会・調査票）
=========================== */
.membership-page .pdf_line{
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 10px auto 0;
  padding: 14px 12px;
  border: 1px solid #dcdcdc;
  background: #f4f4f4;
  border-radius: 8px;
}
.membership-page .pdf_line .pdf-text{
  font-weight: 700;
  color: #333;
}

/* ===========================
  フォーム（埋め込み用の“白背景＋罫線”寄せ）
  ※CF7/他フォームにも効きやすい
=========================== */
.membership-page .member_form{
  max-width: 760px;
  margin: 18px auto 0;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.membership-page .member_form input[type="text"],
.membership-page .member_form input[type="email"],
.membership-page .member_form input[type="tel"],
.membership-page .member_form input[type="number"],
.membership-page .member_form select,
.membership-page .member_form textarea{
  width: 100%;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px 12px;
  background: #fff;
  box-sizing: border-box;
}

.membership-page .member_form textarea{
  min-height: 140px;
  resize: vertical;
}

.membership-page .member_form input[type="submit"],
.membership-page .member_form button[type="submit"]{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 12px 14px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(180deg, #4aa6d8, #2f8fca);
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
}
.membership-page .member_form input[type="submit"]:hover,
.membership-page .member_form button[type="submit"]:hover{
  filter: brightness(0.98);
}

/* ===========================
  SP
=========================== */
@media (max-width: 768px){
  .membership-page .section-title::before,
  .membership-page .section-title::after{
    width: 28%;
    height: 5px;
  }

  .membership-page .member_box{
    grid-template-columns: 1fr;
  }

  .membership-page .member_dl,
  .membership-page .bank_dl{
    grid-template-columns: 1fr;
  }

  .membership-page .member_dl__dt{
    justify-content: flex-start;
  }
}
