@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 {
display: flex;
justify-content: space-between;
align-items: stretch;
}

.window-list li {
display: flex;
width: 48%;
}

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

.window-list li a {
width: 100%;
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;
}


.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: 20px;
}

.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: 80px;
height: 80px;
margin-right: 20px;
}

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