@charset "utf-8";

body {
	font-family: "Meiryo", "Meiryo UI", "YuGothic", "Yu Gothic medium", "Hiragino Sans", sans-serif;
	color: #1e1e1e;
	font-size: 18px;
}

section, footer {
	padding: 70px 0;
}

a {
	text-decoration: underline;
}

a:hover {
	opacity: 0.5;
}

.container {
	width: 960px;
	margin: 0 auto;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/********top********/
.top {
	background-color: #f0f0f0;
	text-align: center;
	padding-top: 0;
}

h1 {
	margin-bottom: 70px;
}

h1 img {
	width: 1080px;
}

.top p {
	margin-bottom: 50px;
	line-height: 36px;
}

.top p:nth-child(3) {
	margin-bottom: 70px;
}

.date {
	margin-bottom: 30px;
	width: 607px;
}

.youtube {
	width: 488px;
}

.tabs {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    border-bottom: 2px solid #00873a;
    padding: 0 1em;
}
a.tab-item {
    display: block;
    width: 50%;
    text-align: center;
    height: 3em;
    line-height: 3em;
    text-decoration: none;
    border: 2px solid #00873a;
    color: #00873a;
    margin: 0 0.5em;
    border-bottom: 0;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
a.tab-item:hover {
	opacity: 1;
}
a.active.tab-item {
    background-color: #00873a;
    color: #F1F994;
}



/********program********/

h2 {
	margin-bottom: 70px;
	text-align: center;
}

/*
h2 img {
	width: 347px;
}
*/

table {
	text-align: left;
}

table tr {
	border-bottom: 1px solid #c3c8c8;
}

table th, table td {
	padding: 15px 0;
}

table th {
	width: 240px;
}

table td {
	width: 720px;
	line-height: 30px;
}

.p-bottom {
	margin-bottom: 30px;
}

.green {
	color: #00873a;
}
.red {
	color: #A0181A;
}
.orange {
	color: #C17D2E;
}
.lightblue {
	color: #00A9AC;
}
.blue {
	color: #0056E5;
}
.purple {
	color: #7133B5;
}
.lightgreen {
	color: #13CA00;
}
.pink {
	color: #D84EC9;
}

.flex {
	display: flex;
	margin-bottom: 30px;
}

.bottom-15 {
	margin-bottom: 15px;
}

.no-bottom {
	margin-bottom: 0;
}

.flex figure {
	margin-right: 30px;
}



/********info********/
.info {
	background-color: #f0f0f0;
}

.info table {
	margin-bottom: 70px;
}

.info figure {
	text-align: center;
}



/********footer********/
footer {
	text-align: center;
}

.agency-txt {
	font-size: 24px;
}

.agency-logo {
	margin: 30px 0;
}

.agency-logo img {
	width: 200px;
}

.footer-bottom {
	border-top: 1px solid #c3c8c8;
}

.footer-bottom p {
	margin-top: 30px;
	font-size: 12px;
}





/********REPORT********/
.report p {
	line-height: 30px;
}

.report-img {
	width: 400px;
}

.float-right {
	float: right;
	margin-left: 30px;
}
h3 {
	font-size: 20px;
	color: #00873a;
	font-weight: bold;
	margin-bottom: 50px;
	text-decoration: underline;
}

h4 {
	color: #00873a;
	font-weight: bold;
	margin-bottom: 15px;
}

ul li {
	list-style: disc;
	margin: 0 0 15px 30px;
	line-height: 30px;
}

.report .top {
	padding-bottom: 1px;
}
.bottom-70 {
	margin-bottom: 70px;
}

.report .intro {
	background-color: #f0f0f0;
	padding-top: 20px;
}

.report .stage2, .interview {
	background-color: #f0f0f0;
}