@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
	color: #000;
	line-height: 1.8em;
	position: relative;
    background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

header {
    height: 180px;
    background-color: #00a053;
    border-bottom: 10px solid #fff100;
    box-sizing: border-box;
}
h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
}

.contents_wrapp {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}
.list_01 {
    list-style-type: disc;
    margin: 10px 0 10px 1em;
    color: #00a053;
}
.list_01 span {
    color: #000;
}
.marker {
    background: linear-gradient(transparent 60%, #fff100 60%);
    font-size: 16px;
    font-weight: bold;
}
.txt_01 {
    text-align: right;
    margin-bottom: 50px;
}

.wrapp_01 {
    border: 5px solid #00a053;
    border-radius: 20px;
    padding: 30px;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 70px;
}
.wrapp_01 span {
    color: #00a053;
    font-weight: bold;
}

.wrapp_02 {
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 70px;
}
.h3_01 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.h4_01 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.list_02 {
    list-style-type: disc;
    margin-left: 1em;
}

.txt_02 {
    text-align: center;
    margin-bottom: 50px;
}
.poster_wrapp {
    display: flex;
    justify-content: space-between;
}

footer{
    height: 10px;
    background-color: #00a053;
}