html, body {
margin:0;
padding:0;
line-height: 1.5;
/*background-color: #ffffff;*/
background-image: url("images/bg01.png");
}
.wrap {
width: 1000px;
margin: 0 auto;
}
/*
.wrap img {
width: 100%;
}
*/

.content a[href$=".pdf"] {
	background-image: none;
	margin: 0;
	padding: 0;
}

.f_left{
  margin-top: 0px;
  width:  50%;
  color: #fff;
/*  background:rgba(0,0,0,0.3);*/
  float: left;
}
.f_right{
  margin-top: 0px;
  width:  50%;
  float: left;
}
.xy {
  min-width:100%;
/*  background:rgba(0,0,0,0.2);*/
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

}
.xy2 {
height: auto; /* 500px → auto */
  width:  100%;
  min-width:100%;
/*  background:rgba(0,0,0,0.2);*/
  background-color: green;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  
}
.xy3 {
  height: 100px;
  width:  auto;
  min-width:100%;
/*  background:rgba(0,0,0,0.2);*/
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align:center;
  margin-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: center; 
}
.xy3 p{
  font-size: 1em;
  color: green;
  text-align: center;
}


.xy3 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.xy3 a p {
  margin: 6px 0 0 0;
  text-align: center;
}

.xy3 .backnumber {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.xy3 .backnumber p {
  margin: 0;
  white-space: nowrap;
}
.topics_title_img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.topics_title_img2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}
.deteil_content_after0 {
  background-color: rgba(50,151,57,1);
/*  padding-top: 100px;*/
  padding-bottom: 20px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.deteil_content_after0div{
  margin-top: 50px;
  margin-left: 180px;
  width:75%;
}
.deteil_content_after0div p {
  text-align:center;
  margin-top: 10px;
  color: white;
}
.content ul li{
  background-image: none;
}
.f_clear {
  margin-top: 0;
  clear: both;
}
.f_clear2 {
  clear: both;
}
.pastarticle {
  text-align: center;
  color: green;
}
.btn_style {
  float: right;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 20px;      /* ← 少し小さく */
  font-size: 16px;         /* ← 約3/4サイズ */
  font-weight: bold;

  background: #2f7704;     /* ← 指定色 */
  color: #fff;

  text-decoration: none;
  border-radius: 8px;

  transition: 0.2s;
}

.btn_style:hover {
  background: #255c03;     /* 少し濃い緑（任意） */
}

.btn_style img {
  width: 22px;             /* ← アイコンも縮小 */
  height: auto;
}
.mb30 {
  margin-bottom: 30px;
}
.f_right .t_style1 {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.f_right  .t_style2 {
  font-size: 1em;
  margin-top: 10px;
}
.new_style {
  color: red;
}
.xy2 .title_style{
  text-align: center;
  padding-top:2%;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 25px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.xy2 > hr {
  display: none;
}
.xy2 hr {
  display: none;
  border-top: 6px solid white;
  margin-top: 0px;
  margin-bottom: 0px;
  width:76%;
}

.topics_bodar {
  width: 100%;
  height: auto;
}

.topics_title_img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.xy2 a,
.xy2 a:hover,
.xy2 a:visited {
  text-decoration: none;
}

.pc_disp {
  display:inline;
}

.sp_disp {
  display:none;
}

.mokuji {
  border: 1px solid rgba(50,151,57,1);
}

.mokuji_midashi {
  text-align: center;
  font-weight: bold;
  color: rgba(50,151,57,1);
  margin-top: 20px !important;
}

.mokuji_contents {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.mokuji a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 25px 10px 15px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  float: left;
  margin-left: 20px;
}

.mokuji_contents a span {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.mokuji_contents a::before {
  content: '';
  transform: rotate(45deg);
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-top: 3px rgba(50,151,57,1);
  border-right: 3px rgba(50,151,57,1);
}

.mokuji_contents a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #90be70;
  border-radius: 50%;
}

.deteil_content h2 {
  border: 1px solid rgba(50,151,57,1);
  border-left: 40px solid rgba(50,151,57,1);
  color: rgba(50,151,57,1);
  font-weight: unset;
  background-color: transparent;
}

.deteil_content h3 {
  border: none;
  margin-bottom: 10px;
}

.deteil_content h4 {
  border: none;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 1.142857em;
}

.deteil_content_img {
  width: 60%;
  margin-left: 20%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.deteil_content_fl {
  float: left
}

.deteil_content_left {
  width: 65%;
}

.deteil_content_right {
  width: 35%;
}

.deteil_content_after {
  background-color: rgba(50,151,57,1);
  padding-top: 100px;
  padding-bottom: 150px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.deteil_content_after2 {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
}

.deteil_content_after2 a {
  float: left;
  margin: 0 30px;
  color: #FFF;
}


@media (max-width: 767px) {
  .pc_disp {
    display:none;
  }

  .sp_disp {
    display:inline;
  }

  .deteil_content_img {
    width: 90%;
    margin-left: 5%;
 }

  .deteil_content_fl {
    float: none
  }

  .deteil_content_left, .deteil_content_right{
    width: 100%;
  }

  .deteil_content_left .topics_title_img, .deteil_content_right .topics_title_img {
    width: 60%;
    margin-left: 20%;
  }
  .f_left {
    width:  100%;
    float: none;
  }
  .f_right {
    width:  100%;
    float: none;
  }
  .deteil_content_after0div {
    margin-top: 50px;
    width:85%;
    margin-left: 50px;
  }
}


/*==================================================
�X���C�_�[�̂��߂�css
===================================*/
.slider {/*����94%�ō��E�ɗ]�����������Ē�����*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*�X���C�_�[���̉摜������100%��*/
    height:auto;
}

/*slick��JS�ŏ������^�O���A�X���C�h���E�̗]������*/

.slider .slick-slide {
    margin:0 10px;
}

/*���̐ݒ�*/

/*�߂�A���֖��̈ʒu*/
.slick-prev, 
.slick-next {
    position: absolute;/*��Δz�u�ɂ���*/
    top: 42%;
    cursor: pointer;/*�}�E�X�J�[�\�����w�}�[�N��*/
    outline: none;/*�N���b�N��������o�Ă���g��������*/
    border-top: 2px solid #FFF;/*���̐F*/
    border-right: 2px solid #FFF;/*���̐F*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*�߂���̈ʒu�ƌ`��*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*���֖��̈ʒu�ƌ`��*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*�h�b�g�i�r�Q�[�V�����̐ݒ�*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*�h�b�g�{�^���̃T�C�Y*/
    height:8px;/*�h�b�g�{�^���̃T�C�Y*/
    display:none;/*test_toyama*/
    border-radius:50%;
    background:#ccc;/*�h�b�g�{�^���̐F*/
}

.slick-dots .slick-active button{
    background:#333;/*�h�b�g�{�^���̌��ݒn�\���̐F*/
}
