@charset "UTF-8";
/* CSS Document */

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.3;
  /* 1 */
font-feature-settings: "palt";
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
	animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
img{
	width: 100%;
	height: auto;
}
p{font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";}
main{
	width: 100%;
	background-color: #FFFBDA;

}

.inner{
	background-image: url(images/SDGs_pattern.png),url(images/SDGs_pattern.png);
    background-size: 11px,11px;
    background-repeat: repeat-y,repeat-y;
    background-position: top 0 left 0,top 0 right 0;
}
.head_img {
    width: 50%;
    margin: 0 auto;
    padding: 70px 0;
}
.top_img {
    width: 65%;
    margin: 30px auto;
}
.pc{display: block;}
.sp{display: none;}
.con_1, .con_2, .con_3 {
    width: 100%;
    margin-top: 105px;
	position: relative;
}

.con_3 {
	position: static;
}


p.green_text {
    width: 40%;
	min-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #009245;
    padding: 40px 10px;
    border: solid 3px #009245;
    border-radius: 10px;
	font-weight: 600;
	position: relative;
}
p.green_text::after{
	content: "";
    position: absolute;
    display: inline-block;
    width: 156px;
    height: 152px;
    background: url(../images/brush.png) no-repeat;
    background-size: contain;
    left: 20px;
    bottom: -80px;
}
.blue_title {
    width: 10%;
    text-align: center;
    margin: 60px auto 20px;
	background-color: #0068B6;
    color: #fff;
    font-size: 30px;
    padding: 18px 50px;
    border-radius: 40px;
    text-decoration: none;
}

p.red_test{
    color: #FF0000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
	margin-bottom: 20px;
}
.description {
    width: 55%;
	min-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 3px #0068B6;
    padding: 56px 48px;
}
table.table_main {
    font-size: 20px;
	margin-bottom: 45px;
}
.table_main tr {
    line-height: 2.5;
}
.table_main th{
	width: 6em;
    text-align: left;
    vertical-align: top;
}
.table_main td {
    line-height: 1.5;
    padding-top: 9px;
	vertical-align: top;
}
.table_main td li {
    margin-left: 20px;
}
.table_main td li + li {
	margin-top: 5px;
}
.table_main p{
    font-size: 14px!important;
	font-weight: normal!important;
	line-height: 1.2!important;
}
.flex{
	display: flex;
	align-items: flex-end;
}
.poster_img {
    width: 30%;
	max-width: 160px;
	min-width: 100px;
	margin-left: 20px;
}

ul.sponsorship {
    font-size: 23px;
    line-height: 1.5;
}
ul.sponsorship li {
    margin-left: 23px;
}
ul.sponsorship li span{
	font-size: 14px;
}
li.indent{
	text-indent: -103px;
    padding-left: 103px;
}
.orange_btn {
    width: 100%;
    text-align: center;
    margin: 60px auto;
}
.gray_btn {
    width: 20%;
	margin: 60px auto 20px;
    font-size: 30px;
    background-color: #8e8e8e;
    color: #fff;
    padding: 18px;
    border-radius: 40px;
	text-align: center;
}
.orange_btn a{
    font-size: 30px;
    background-color: #F15A24;
    color: #fff;
    padding: 18px 50px;
    border-radius: 40px;
    text-decoration: none;
}
.orange_btn a:hover{
	opacity: 0.8;
}
.orange_btn a span,
.gray_btn span {
    font-size: 24px;
    padding-right: 10px;
}
.description p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.company {
    width: 120px;
    margin: 0 auto 20px;
}
.company_box {
    width: 65%;
    margin: 0 auto 20px;
    background-color: #fff;
    border: solid 3px #009245;
    padding: 30px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.company_img {
    width: calc((100% - 200px) / 5);
	min-width: 150px;
    margin-bottom: 5px;
}
.bot_m{
	text-align: center;
	margin-bottom: 15px;
}
.bot_m img{
	width: 65%;
}
.company_img a:hover{
	opacity: 0.8;
}
p.comapny_text {
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;
	line-height: 1.5;
}
footer {
    background-color: #009245;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-bottom: 40px;
    position: relative;
    margin-top: 30px;
}
footer::before {
    position: absolute;
    content: "";
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(45deg,#009245 50%,rgba(255 251 218 / 0)50%), linear-gradient(315deg,#009245 50%, rgba(0 0 0 / 0) 50%);
    background-size: 65px 65px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.flex{
		display: block;
	}
	.poster_img {
    width: 40%;
    margin: 20px 0 20px 20px;
}

}
@media screen and (max-width:768px) {

.head_img {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.top_img {
    width: 90%;
	margin: 0 auto;
}
.pc{display: none;}
.sp{display: block;}
.con_1, .con_2, .con_3 {
	width: 90%;
    margin: 80px auto 0;
}
p.green_text {
    width: 80%;
	font-size: 16px;
	min-width: 250px;
    padding: 20px 10px;
}
p.green_text::after{
    width: 116px;
    height: 122px;
    left: -40px;
    bottom: -80px;
}
.blue_title {
    width: 80%;
    font-size: 20px;
    padding: 20px;
}

p.red_test{
    font-size: 18px;
}
.description {
    width: 90%;
	min-width: 250px;
    padding: 20px 10px;
}
table.table_main {
    font-size: 16px;
}
	.table_main p{
    font-size: 14px!important;
	font-weight: normal!important;
	line-height: 1.2!important;
}
.table_main tr,
.table_main th,
.table_main td {
	display: block;
}
.table_main tr:nth-of-type(n+2) {
	margin-top: 15px;
}
.table_main th{
	width: 100%;
 	display: list-item;
	list-style: none;
	line-height: 1;
	margin-bottom: 5px;
}
.table_main td {
    padding:0;
	display: list-item;
	list-style: none;
}
.table_main td li {
    margin-left: 16px;
}
.table_main span{
    font-size: 14px;
}
.flex{
	display: block;
}
.poster_img {
    width: 90%;
	margin: 20px auto;
}

ul.sponsorship {
    font-size: 16px;
}
ul.sponsorship li {
    margin-left: 16px;
}
ul.sponsorship li span{
	font-size: 14px;
}
li.indent{
	text-indent: -72px;
    padding-left: 72px;
}
.orange_btn {
    margin: 60px auto 30px;
}
.gray_btn {
    width: 80%;
	margin: 60px auto 30px;
    font-size: 20px;
}
.orange_btn a {
    font-size: 20px;
}
.orange_btn a span,.gray_btn span {
    font-size: 18px;
}
.description p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.company {
    width: 100px;
}
.company_box {
    width: 85%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}
.company_img {
    width: calc((100% - 30px) / 2);
    margin-bottom: 20px;
	min-width: 130px;
}
.bot_m{
	margin-bottom: 10px;
	text-align: center;
}
.bot_m img{
		width: 65%;
}
p.comapny_text {
    font-size: 18px;
    text-align: center;
    padding-bottom: 60px;
}
footer {
    padding: 20px 0 30px;
    margin-top: 0px;
}
footer::before {
    position: absolute;
    content: "";
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(45deg,#009245 50%,rgba(255 251 218 / 0)50%), linear-gradient(315deg,#009245 50%, rgba(0 0 0 / 0) 50%);
    background-size: 65px 65px;
}
footer::before {
    bottom: 65px;
    height: 25px;
    background-size: 25px 25px;
}
}