@charset "utf-8";
/* 待遇 */
h3 {
font-size: 2.4rem;
font-weight: 700;
line-height: 100%;
text-align: center;
padding-bottom: 70px;
border-bottom: solid 1px #ddd;
color: #267944;
margin-top: 80px;
margin-bottom: 5px;
}
h4 {
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.2em;
line-height: 100%;
max-width: 185px;
width: 100%;
}
.txt01 {
font-size: 1.5rem;
line-height: 200%;

}
.tBox {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 25px 10px 25px 20px;
border-bottom: solid 1px #ddd;
}
.tBox ul {
list-style: none;
}
.tBox ul li {
padding-left: 15px;
background-image: url("../common/img/bullet.gif");
background-repeat: no-repeat;
background-position: left 7px;
margin-top: 5px;
margin-bottom: 5px;
}


/* IE11にのみ適用したいスタイルシート */
@media screen and (-ms-high-contrast: none) {

.main_inner {
width: 980px;
margin: auto;
margin-bottom: 100px;
}

}


/*スマートフォン*/
@media screen and (max-width: 767px) {
main {
width: 90%;
}
h3 {
font-size: 2.0rem;
padding-bottom: 30px;
margin-top: 35px;
margin-bottom: 5px;
}
h4 {
font-size: 1.3rem;
margin-bottom: 10px;
padding-left: 0px;
margin-left: 0px;
}
.txt01 {
font-size: 1.2rem;
line-height: 180%;

}
.tBox {
display: block;
padding: 20px 10px 20px 10px;
}
.tBox ul li {
background-position: left 7px;
font-size: 1.2rem;
}
}