@charset "UTF-8";
/*
Theme Name: canon_tcd109_child
Template: canon_tcd109
*/
/* ---------------------------------------------
アニメーション
-----------------------------------------------*/
.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay02 {
  animation-delay: 0.2s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay06 {
  animation-delay: 0.6s;
}

.delay08 {
  animation-delay: 0.8s;
}

.l-nav {
  display: none;
}
@media screen and (max-width: 480px) {
  .is-fixed .l-nav {
    opacity: 1;
    pointer-events: all;
  }
  .l-nav-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: spvw(100);
  }
  .l-nav__button {
    width: calc(100% - 3.5em);
    height: spvw(100);
    margin: 0 auto;
  }
  .l-nav__button a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #a79280;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

html {
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  body {
    min-width: auto;
  }
}

img {
  border: 0;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
.safari img {
  image-rendering: inherit;
}

.wide-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .wide-wrapper {
    width: 95%;
  }
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .wrapper {
    width: 93%;
  }
}
@media screen and (max-width: 800px) {
  .wrapper {
    width: 90%;
  }
}

.min-wrapper {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .min-wrapper {
    width: 93%;
  }
}
@media screen and (max-width: 800px) {
  .min-wrapper {
    width: 90%;
  }
}

.pc {
  display: block;
}

.sp, .ssp {
  display: none;
}

.pc-tb {
  display: block;
}

@media screen and (max-width: 800px) {
  .pc, .ssp {
    display: none;
  }
  .sp, .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp, .ssp {
    display: block;
  }
  .pc-tb, .pc {
    display: none;
  }
}
p, span, li {
  font-family: "Yu Mincho", "游明朝", "游明朝体", "Hiragino Mincho Pro", serif;
}

.pc {
  display: block;
}

.sp, .ssp {
  display: none;
}

.pc-tb {
  display: block;
}

@media screen and (max-width: 800px) {
  .pc, .ssp {
    display: none;
  }
  .sp, .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp, .ssp {
    display: block;
  }
  .pc-tb, .pc {
    display: none;
  }
}
.mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 800px) {
  .mt160 {
    margin-top: 48px;
  }
}

.mt160 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .mt160 {
    margin-top: 48px;
  }
}

.about {
  margin-top: 100px;
}
.about img {
  width: 100%;
  height: auto;
  vertical-align: text-bottom;
}
.about a {
  display: block;
}
@media screen and (max-width: 800px) {
  .about {
    margin-top: 48px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    /*opacity: $opacity;*/
  }
}

#site_loader_overlay img {
  width: auto;
}

#page_header .overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1.5s ease 0s;
}

#page_header .content {
  width: 1000px !important;
  max-width: 1000px !important;
}
@media screen and (max-width: 800px) {
  #page_header .content {
    width: 100% !important;
  }
}

#page_header .headline {
  width: 1000px !important;
  max-width: 1000px !important;
}
@media screen and (max-width: 800px) {
  #page_header .headline {
    width: 100% !important;
  }
}
#page_header .headline {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  height: auto !important;
}

.page_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 auto 0;
}
@media screen and (max-width: 800px) {
  .page_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.page_nav .nav_item {
  border-bottom: #947D66 1px solid;
  padding: 0 0 0.9722222222vw 0.6944444444vw;
  position: relative;
  font-weight: 600;
  font-size: max(14px, 1.1111111111vw);
  display: block;
}
.page_nav .nav_item::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url(images/arrow-down.svg) 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2.title {
  padding-left: 25px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}
h2.title span {
  color: #947D66;
  font-size: max(10px, 0.9722222222vw);
  display: block;
  line-height: 1;
}
h2.title::before {
  content: "";
  width: 4px;
  height: 53px;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(12deg);
  position: absolute;
  background: #947D66;
}
@media screen and (max-width: 800px) {
  h2.title {
    font-size: 22px;
    padding-left: 22px;
  }
  h2.title span {
    font-size: 12px;
  }
  h2.title::before {
    width: 3px;
  }
}

h2.center {
  text-align: center;
  padding: 0 0 20px;
}
h2.center::before {
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  top: auto;
  bottom: 0;
}

h2.vertical {
  writing-mode: vertical-lr;
}
h2.vertical::before {
  transform: none;
  height: 50px;
}
@media screen and (max-width: 800px) {
  h2.vertical {
    writing-mode: horizontal-tb;
  }
  h2.vertical::before {
    transform: rotate(12deg);
  }
}

/* HTML: <div class="triangle"></div> */
.triangle {
  width: 150px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: linear-gradient(45deg, #FA6900, #C02942);
}

/* 会長挨拶 */
.lead {
  position: relative;
  background: #F8F6F4;
  color: #93704D;
  font-size: 20px;
  padding: 1.6666666667vw 1.4583333333vw;
  margin-top: 64px;
  font-weight: 600;
  font-family: serif;
}
@media screen and (max-width: 800px) {
  .lead {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px;
    margin-top: 40px;
  }
}
.lead::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #947D66;
  position: absolute;
  bottom: 0;
  right: 0;
}

.greeting {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .greeting {
    margin-top: 48px;
  }
}
.greeting .greeting_container {
  display: flex;
  justify-content: space-between;
  margin-top: 4.4444444444vw;
}
@media screen and (max-width: 800px) {
  .greeting .greeting_container {
    flex-direction: column;
    gap: 40px;
  }
}
.greeting .greeting_container .text {
  flex-basis: 60%;
}
.greeting .greeting_container .text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.greeting .greeting_container .text p:not(:first-child) {
  margin-top: 1.6666666667vw;
}
.greeting .greeting_container .imgbox {
  flex-basis: 32%;
}
.greeting .greeting_container .imgbox .com {
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .greeting .greeting_container .imgbox {
    max-width: 500px;
    margin: 0 auto;
  }
}

.name {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto Serif JP", serif;
}
.name span {
  font-size: 14px;
  margin-right: 20px;
}

.about_01 {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .about_01 {
    margin-top: 64px;
  }
}
.about_01 .about_container {
  display: flex;
  background: linear-gradient(90deg, #F8F6F4 0%, #F8F6F4 75%, transparent 75%, transparent 100%);
  padding: 60px 20px 60px 15.0694444444vw;
  margin-top: 110px;
  gap: 5.6vw;
}
@media screen and (max-width: 800px) {
  .about_01 .about_container {
    margin: 50px 20px 0 0;
    margin: 0;
    padding: 40px 0 40px 25px;
    padding: 0;
    flex-direction: column;
    background: transparent;
  }
}
.about_01 h3 {
  color: #93704D;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .about_01 h3 {
    margin-bottom: 24px;
  }
}
.about_01 .text {
  max-width: 44.0972222222vw;
}
@media screen and (max-width: 800px) {
  .about_01 .text {
    max-width: none;
    width: 100%;
    padding: 40px 10px 140px 20px;
    margin-top: 50px;
    background: linear-gradient(90deg, #F8F6F4 0%, #F8F6F4 75%, transparent 75%, transparent 100%);
  }
}
.about_01 .text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 18px;
  line-height: 1.8;
}
.about_01 .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .about_01 .text {
    max-width: none;
    width: 93%;
    padding-right: 10px;
  }
}
.about_01 .img {
  max-width: 21.25vw;
  margin-top: -110px;
}
@media screen and (max-width: 800px) {
  .about_01 .img {
    margin: -120px auto;
    max-width: none;
    width: 80%;
  }
  .about_01 .img img {
    object-fit: cover;
  }
}
.about_01 .reverse {
  flex-direction: row-reverse;
  padding: 60px 15.0694444444vw 60px 20px;
  background: linear-gradient(270deg, #F8F6F4 0%, #F8F6F4 75%, transparent 75%, transparent 100%);
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .about_01 .reverse {
    flex-direction: column;
    background: transparent;
    padding: 0;
    margin-top: 100px;
  }
  .about_01 .reverse .text {
    width: 100%;
    background: linear-gradient(270deg, #F8F6F4 0%, #F8F6F4 75%, transparent 75%, transparent 100%);
    padding-right: 15px;
  }
}
.about_01 .reverse .namebox .date {
  font-weight: 600;
  font-size: 14px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
}
.about_01 .reverse .namebox .name {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  .about_01 .reverse .namebox {
    padding-right: 15px;
  }
}

.purpose {
  border-top: 1px solid #E1DBD4;
  border-bottom: 1px solid #E1DBD4;
  padding: 64px 0;
}
@media screen and (max-width: 800px) {
  .purpose {
    margin-top: 180px;
    padding: 40px 0;
  }
}
.purpose .purpose_container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .purpose .purpose_container {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.purpose .purpose_container p {
  font-size: 16px;
  flex-basis: 45%;
  padding-left: 20px;
  margin-top: 57px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .purpose .purpose_container p {
    padding: 0;
    margin-top: 10px;
  }
}
.purpose .purpose_container .img {
  flex-basis: 45%;
}

/* 愛知県代協の事業 */
.project {
  background: #F8F6F4;
  padding: 100px 25px;
}
@media screen and (max-width: 800px) {
  .project {
    padding: 48px 16px;
  }
}
.project .project_grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .project .project_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
.project .project_grid .grid {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 1px 4px rgba(148, 125, 102, 0.28));
  height: 220px;
  gap: 16px;
  padding: 20px 14px;
}
@media screen and (max-width: 800px) {
  .project .project_grid .grid {
    justify-content: flex-start;
    padding: 30px 16px 20px;
    min-height: 180px;
    height: auto;
  }
}
.project .project_grid .grid img {
  display: block;
  object-fit: contain;
  height: 69px;
}
@media screen and (max-width: 800px) {
  .project .project_grid .grid img {
    height: 50px;
  }
}
.project .project_grid .grid p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 800px) {
  .project .project_grid .grid p {
    font-size: 13px;
  }
}
.project .project_grid .grid p strong {
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  .project .project_grid .grid p strong {
    font-size: 15px;
  }
}

/* 愛知県代協の事業 */
.m-box {
  width: 270px;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #F8F6F4 50%, #FFFAF4 100%);
  padding: 0 24px 40px;
}
@media screen and (max-width: 800px) {
  .m-box {
    width: 100%;
    padding: 0 15px 16px;
  }
  .m-box.half {
    width: 50%;
  }
}
.m-box .p-img {
  width: 222px;
  height: 274px;
}
@media screen and (max-width: 800px) {
  .m-box .p-img {
    width: 100%;
    height: 190px;
  }
}
.m-box .p-img img {
  object-fit: cover;
  height: 274px;
}
@media screen and (max-width: 800px) {
  .m-box .p-img img {
    height: 190px;
  }
}
.m-box .ex, .m-box h4 {
  text-align: center;
}
.m-box .ex {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 22px;
}
@media screen and (max-width: 800px) {
  .m-box .ex {
    margin-top: 12px;
  }
}
.m-box h4 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 8px;
}
.m-box h4 .en {
  color: #947D66;
  font-family: "Zen Old Mincho", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .m-box h4 {
    margin-top: 5px;
  }
  .m-box h4 .en {
    font-size: 10px;
  }
}

.history {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.history .history_list {
  flex-basis: 78%;
}
@media screen and (max-width: 800px) {
  .history {
    flex-direction: column;
    gap: 32px;
  }
}

dl {
  display: flex;
  gap: 10px;
  border-top: 1px solid #CCCCCC;
}
dl:last-child {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 800px) {
  dl {
    flex-direction: column;
    gap: 6px;
  }
}
dl dt {
  flex-basis: 19%;
  font-family: "Noto Serif JP", serif;
  color: #93704D;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 0;
}
@media screen and (max-width: 800px) {
  dl dt {
    padding: 13px 0 0;
  }
}
dl dd {
  padding: 13px 0;
  flex-basis: 78%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  dl dd {
    padding: 0 0 13px;
    font-size: 15px;
  }
}

/* 組織図 */
.chart .img {
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  .chart .img {
    margin-top: 38px;
  }
}
.chart .chart_box {
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .chart .chart_box {
    margin-top: 38px;
  }
}
.chart dl dt {
  flex-basis: 11%;
}
.chart .bb {
  border-bottom: 1px solid #CCCCCC;
}
.chart .member {
  margin: 0 auto;
  padding: 32px 16px 40px 120px;
  max-width: 1000px;
}
@media screen and (max-width: 800px) {
  .chart .member {
    padding: 32px 16px;
    margin: auto;
  }
}
.chart .member .member_container {
  gap: 16px 3px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 800px) {
  .chart .member .member_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 28px;
  }
}

/* 一般社団法人 愛知県損害保険代理業協会 */
.office {
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .office {
    margin-bottom: 80px;
  }
}
.office .officec_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px 3px;
}
@media screen and (max-width: 800px) {
  .office .officec_container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.office .officec_container .list {
  flex-basis: 60%;
}
@media screen and (max-width: 800px) {
  .office .officec_container .list {
    width: 100%;
  }
}
.office .officec_container .list .list_contents {
  margin: 64px 20px 0 40px;
}
@media screen and (max-width: 800px) {
  .office .officec_container .list .list_contents {
    margin: 48px auto 0;
  }
}
.office .officec_container .list dl {
  width: 100%;
}
.office .officec_container .m-box {
  margin-top: 3.2px;
}
@media screen and (max-width: 800px) {
  .office .officec_container .m-box {
    margin-top: 24px;
  }
}

#footer_logo img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  #footer_logo img {
    width: 50px;
    height: 50px;
  }
}

#page_header .headline {
  top: 50% !important;
  bottom: auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  #page_header .headline {
    text-align: center !important;
  }
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 0;
}
h4 span {
  padding-bottom: 9px;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
h4 span::after {
  content: "";
  width: 100%;
  background: #947D66;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
h4::before {
  content: "";
  width: 100%;
  background: #f9f4f0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company_box {
  margin-top: 64px;
}
.company_box .company_messe {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .company_box .company_messe {
    flex-direction: column;
    gap: 30px;
  }
}
.company_box .company_messe .img {
  flex-basis: 30%;
  padding: 16px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_box .company_messe .img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .company_box .company_messe .img img {
    max-height: 200px;
    object-fit: contain;
  }
}
.company_box .company_messe .text {
  flex-basis: 65%;
  padding-right: 28px;
}
@media screen and (max-width: 480px) {
  .company_box .company_messe .text {
    padding: 0;
  }
}
.company_box .company_messe .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.company_box .company_messe .text p:not(:first-child) {
  margin-top: 8px;
}
.company_box .company_table {
  margin-top: 32px;
}
.company_box .company_table dl {
  display: flex;
}
@media screen and (max-width: 800px) {
  .company_box .company_table dl {
    gap: 0;
  }
}
.company_box .company_table dl dt {
  flex-basis: 30%;
  background: #F9F4F0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .company_box .company_table dl dt {
    padding: 16px 10px;
    border-bottom: 1px solid #ccc;
  }
}
.company_box .company_table dl dd {
  flex-basis: 70%;
  padding-left: 40px;
  padding-right: 24px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .company_box .company_table dl dd {
    border-left: 1px solid #ccc;
    padding: 16px 10px;
  }
}
.company_box .company_table dl dd p {
  font-family: "Noto Sans JP", sans-serif;
}
.company_box .company_table dl .plan a {
  text-decoration: underline;
  color: #947D66;
}
.company_box .company_table dl a span {
  vertical-align: sub;
  margin-left: 7px;
}
.company_box .company_table dl a span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: baseline;
}
.company_box .company_table dl a:hover {
  opacity: 0.7;
}

.announce {
  margin: 100px auto;
}
.announce p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .announce p {
    font-size: 18px;
  }
}

#archive_gallery .content h2.title span {
  font-size: 18px;
  color: #333;
}
#archive_gallery .content h2.title::before {
  content: none;
}

#archive_blog {
  margin-top: 0;
}
#archive_blog .blog_list .title span {
  font-size: 18px;
  color: #333;
}
#archive_blog .blog_list .title {
  padding-left: 0;
  line-height: 1.5;
}
#archive_blog .blog_list .title::before {
  content: none;
}

.member_logincontainer .onlymember-contents {
  width: 100%;
}

#only-member .onlymember_container {
  display: flex;
  justify-content: center;
  gap: 20%;
}
@media screen and (max-width: 480px) {
  #only-member .onlymember_container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  #only-member .onlymember_container .link_button {
    margin: 0 auto;
  }
}
#only-member .link_button {
  margin: 40px auto;
  text-align: center;
}

.onlymember-contents {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .onlymember-contents {
    margin-top: 80px;
  }
}
.onlymember-contents .docu-list {
  margin-top: 80px;
}
.onlymember-contents .docu-list table tr th {
  background: #F9F4F0;
  text-align: center;
  padding: 12px 18px;
  border: 1px solid #ccc;
  color: #333;
}
.onlymember-contents .docu-list table tr td {
  color: #333;
  border: 1px solid #ccc;
  padding: 12px 18px 12px 30px;
}
.onlymember-contents .docu-list table tr th:nth-child(3), .onlymember-contents .docu-list table tr td:first-child {
  width: 15%;
  text-align: center;
  padding: 12px 18px 12px;
}
.onlymember-contents .docu-list table tr th:nth-child(3), .onlymember-contents .docu-list table tr td:nth-child(3) {
  width: 25%;
  text-align: center;
  padding: 12px 18px 12px;
}
.onlymember-contents .docu-list table tr th:nth-child(2) {
  width: 60%;
}
.onlymember-contents .docu-list table tr span {
  margin-right: 13px;
}
.onlymember-contents .docu-list table tr span img {
  width: 16px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .onlymember-contents .docu-list {
    margin-top: 50px;
  }
  .onlymember-contents .docu-list table {
    width: 100%;
  }
  .onlymember-contents .docu-list table tr {
    display: block;
    margin-bottom: 12px;
  }
  .onlymember-contents .docu-list table tr:first-child {
    display: none;
  }
  .onlymember-contents .docu-list table tr td {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100% !important;
    padding: 0;
    text-align: left;
    border-bottom: 0;
  }
  .onlymember-contents .docu-list table tr td span {
    margin-right: 5px;
  }
  .onlymember-contents .docu-list table tr td::before {
    padding: 12px 18px;
    content: attr(data-label);
    width: 120px;
    color: #666;
    font-weight: 600;
    background: #f9f4f0;
  }
}
@media screen and (max-width: 800px) and (max-width: 480px) {
  .onlymember-contents .docu-list table tr td::before {
    width: 80px;
    font-size: 14px;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 800px) {
  .onlymember-contents .docu-list table tr td:first-child, .onlymember-contents .docu-list table tr td:nth-child(3) {
    width: auto;
    padding: 12px 18px;
    padding: 0;
    text-align: left;
  }
  .onlymember-contents .docu-list table tr td:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }
}

.contents_minutes .minutes_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .contents_minutes .minutes_container {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.contents_minutes .minutes_container .onlymember-contents {
  margin-top: 0;
  flex-basis: 80%;
}
.contents_minutes .minutes_container .onlymember-contents .docu-list {
  margin-top: 30px;
}
.contents_minutes .minutes_container .onlymember-contents .link_button {
  margin-top: 30px;
  text-align: center;
}
.contents_minutes .minutes_container .onlymember-contents .link_button a {
  padding: 14px 20px;
}
.contents_minutes .minutes_container .onlymember-contents .link_button a.design_button {
  height: 58px;
}
.contents_minutes .minutes_container .onlymember-contents .one_cate + .one_cate {
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  .contents_minutes .minutes_container .onlymember-contents .one_cate + .one_cate {
    margin-top: 40px;
  }
}
.contents_minutes .minutes_container .cate-list {
  flex-basis: 17%;
  max-width: 200px;
}
@media screen and (max-width: 800px) {
  .contents_minutes .minutes_container .cate-list {
    width: 100%;
    max-width: none;
  }
}
.contents_minutes .minutes_container .cate-list h5 {
  background: #f9f4f0;
  padding: 14px 10px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.contents_minutes .minutes_container .cate-list ul a {
  padding: 14px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
}
.contents_minutes .minutes_container .cate-list ul a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 10px;
  background: url(images/arrow-icon.svg) 0/contain no-repeat;
  transform: translateY(-50%);
  right: 5px;
  transition: 0.3s;
}
.contents_minutes .minutes_container .cate-list ul a:hover {
  opacity: 0.7;
}
.contents_minutes .minutes_container .cate-list ul a:hover::after {
  opacity: 0.7;
}

/*----------------------  レガシーぺーじへのリンク  -------------------------*/
.c-legacyLinkArea {
  text-align: right;
  margin: 0 auto 100px;
}
@media screen and (max-width: 800px) {
  .c-legacyLinkArea {
    margin: 0 auto 60px;
    text-align: center;
  }
}
.c-legacyLinkArea .c-legacyBtn {
  background: #947D66;
  color: #fff;
  padding: 10px 32px;
  margin: 0 0 0 auto;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .c-legacyLinkArea .c-legacyBtn {
    width: 90%;
    margin: 0 auto;
    padding: 12px 32px;
  }
}

.legacy-btn_container:has(.c-legacyLinkArea.is-posts) {
  background: #f5f5f5;
  padding: 0 0 20px;
  margin-bottom: 0;
}

/*----------------------  会員ログイン用  -------------------------*/
@media screen and (max-width: 800px) {
  #only-member #wpmem_login {
    width: 100%;
  }
}

/*----------------------  支部代協だよりのカテゴリー  -------------------------*/
#archive_blog .category_sort_button {
  gap: 10px;
}
#archive_blog .category_sort_button a {
  background: transparent;
  border: none;
  border-bottom: #947D66 1px solid;
  position: relative;
  justify-content: flex-start;
}
#archive_blog .category_sort_button a::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url(images/arrow-down.svg) 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #archive_blog .category_sort_button a {
    padding-left: 0;
  }
}