@charset "UTF-8";

/*TOPロゴ*/

.main-ttl-wrap {
margin-bottom: 2em;
padding: 1em 0;
background: #5AB59B;

}

.main-ttl {
background: initial;
margin: 30px 0;
padding: 0;
}

@media screen and (max-width: 739px) {
.main-ttl {
margin: 20px 0;
padding: 0;
}
}

/* 色変更 */
.main-sec-ttl:after {
background: #5AB59B;
}
.form-btn {
background: #5AB59B;
}

@media screen and (max-width: 650px) {
/* ロゴ追加 */
.logo-wrap {
margin: 0 0 20px;
}

}

/*窓口選択*/
.window-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.window-list li {
  display: flex;
  flex-direction: column; /* 縦並び */
  width: 48%;
}

.window-list .newline {
  display: inline-block;
}

/* 追加：ボタン上のテキスト */
.window-text {
  flex: 1;                   /* 余った高さをここが受け持つ */
  margin: 0 0 12px;
  display: flex;
  align-items: flex-end;     /* 下揃え */
  justify-content: center;   /* 横中央 */
  text-align: center;        /* 複数行も中央 */
  line-height: 1.6;
}

.window-list li a {
  width: 100%;
  margin-top: auto;          /* ボタンを下に揃える */
  font-size: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  box-sizing: border-box;
}

.window-btn a {
  position: relative;
  top: 0;
  padding: 26px 0;
  background-color: #25d080;
  box-shadow: 0 4px #00a050;
  transition: .2s ease-in-out;
}

.window-btn a:hover {
  top: 4px;
  box-shadow: 0 0 #00a050;
}

.board-member-text {
  width: 32%;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  text-align: left;
}

.board-member-text span {
  flex-shrink: 0;
}

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

/*窓口選択*/
.window-list {
display: flex;
justify-content: space-between;
flex-direction: column;
}

.window-list li {
width: 100%;
}

.window-list li:not(:last-child) {
margin-bottom: 20px;
}

.window-list li a {
font-size: 20px;
}


.window-btn a:hover {
top: 0;
box-shadow: 0 4px #00a050;
}


.board-member-text {
width: 100%;
margin-top: 10px;
margin-left: 0;
display: flex;
}
}

@media screen and (max-width: 650px) {
.window-list {
margin-top: 40px;
}

.window-list li a {
padding: 15px;
font-size: 18px;
}
}


.logo-wrap {
display: flex;
align-items: center;
color: #fff;
font-weight: bold;
}

.logo-wrap img {
width: auto;
height: 40px;
margin-right: 20px;
}

@media screen and (max-width: 1079px) {
.logo-wrap img {
width: auto;
height: 35px;
margin-right: 10px;
}
}

.list {
list-style: disc;
padding-left: 24px;
}


.attention-content {
margin-top: 40px;
}

.checkbox-text {
cursor: pointer;
}
.checkbox-text input {
margin-left: 10px;
transform: scale(1.5);
transform-origin: left center;
}

.attention-content-text,.top-content-text {
margin-bottom: 10px;
}

.list-tx span {
display: inline-block;}