@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;
	
}
.pc{display: block;}
.sp{display: none;}

.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;
}

.con_1, .con_2, .con_3 {
    width: 100%;
    margin-top: 105px;
	position: relative;
}
.SDGs_block{
	width: 80%;
	margin: 0 auto 40px;
}
.step_box {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 auto 40px;
    justify-content: space-evenly;
}
.step_con {
    width: calc((100% - 157px) / 4);
    border: solid 5px #f15a24;
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 45px;
    font-weight: bold;
    min-height: 120px;
}
.step_con p {
    color: #f15a24;
    font-size: 26px;
    margin-bottom: 20px;
}
.step_con span {
    display: inline-block;
}
.attention {
    width: 50%;
    margin: 0 auto 40px;
    background-color: #fff;
    padding: 20px 20px 40px;
    line-height: 1.4;
}
.attention p {
    text-align: center;
    margin-bottom: 20px;
}
.download_btn {
    text-align: center;
    margin-top: 95px;
}
.download_btn a {
    color: #fff;
    background-color: #333;
    padding: 25px 50px;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
}
.download_btn_2{
	text-align: center;
    margin: 95px auto 30px;
	color: #fff;
    background-color: #333;
    padding: 25px 50px;
    text-decoration: none;
    font-size: 30px;
	width:50%;
}

.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_text{
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
	margin-bottom: 20px;
}
sup,p.red_text span{
	color: #FF0000;
}
.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;
	width: 100%;
}
.table_main tr {
    line-height: 2.5;
}
.table_main th {
    width: 10em;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: dashed 2px #808080;
    padding: 50px 0px 50px 10px;
	line-height: 1.5;
}
span.red_att{
	color: #ff0000;
	padding-right: 5px;
}
.box_1,.box_2{
	display: inline-block;
    /*コレ*/width: 30em;
    padding: 10px 10px 10px 15px;
	border: solid 1px #000;	
	margin-bottom: 20px;
    box-sizing: border-box;;
}
.box_1{
 /*コレ*/min-width: 60%;}

.box_2{
 /*コレ*/min-width: 100%;}
.table_main th p {
  position: relative;
  font-size: 16px;
  text-align: left;
  margin: 8px 0 0 1em;
}
.table_main th p::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: -1em;
}
.table_main td{
	border-bottom: dashed 2px #808080;
    line-height: 1.5;
    padding: 50px 0px;
    vertical-align: top;
}
.table_main td input{
	padding: 10px;
	font-size: 20px;
	border: solid 1px #000;	
	margin-bottom: 20px;
}
.table_main td .group label{
	padding-left: 10px;
	
}
select {
    padding: 12px 80px 12px 12px;
    font-size: 20px;
}
textarea{
	min-width: 97%;
	padding: 10px;
	resize: vertical;
	font-size: 20px;
}
p.post-name-comment{
	font-size: 16px;
	
}
label > input {
display:none; /* アップロードボタンのスタイルを無効にする */
}
label.upload {
	font-size: 18px;
	font-weight: bold;
	color: #fff; /* ラベルテキストの色を指定する */
	background-color: #4d4d4d;/* ラベルの背景色を指定する */
	padding: 15px 45px; /* ラベルとテキスト間の余白を指定する */
	cursor: pointer;

}
.agreement_title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.agreement {
    width: 55%;
	min-width: 600px;
    margin: 0 auto 80px;
    background-color: #fff;
    padding: 35px;
    line-height: 1.5;
    font-size: 17px;
}
ul.agreement_list {
    margin-left: 17px;
}
.con_3 p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
	line-height: 2;
}
.agreement_box {
    width: 30%;
    max-width: 500px;
    margin: 0 auto 40px;
    background-color: #f9dbb4;
    padding: 20px 60px;
    text-align: center;
    font-size: 22px;
}
.agreement_box label {
	display:		inline-block;
	cursor:			pointer;
	position: relative;
}
/* ボックスのスタイル */
.agreement_box label:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: -40px;
}
/* 元のチェックボックスを表示しない */
.agreement_box input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.agreement_box input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		25px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#0035f1;			/* チェックした時の色 */
}
p.agreement_comment {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
p.complete{
	text-align: center;
	font-size: 30px;
	margin-bottom: 130px;
	
}
/*
.orange_btn {
    width: 100%;
    text-align: center;
    margin: 60px auto 68px;
}
*/
.gray_btn input {
    font-size: 22px;
    background-color: #333333;
    color: #fff;
    padding: 18px 50px;
    border-radius: 40px;
    border: none;
	cursor: pointer;
}
.gray_btn {
    width: 100%;
    text-align: center;
}
/*
.orange_btn a {
    font-size: 22px;
    background-color: #F15A24;
    color: #fff;
    padding: 18px 50px;
    border-radius: 40px;
    text-decoration: none;
}
.orange_btn a:hover{
	opacity: 0.8;
}
*/
.orange_btn {
    width: 300px;
    text-align: center;
    margin: 60px auto 68px;
    font-size: 22px;
    background-color: #F15A24;
    color: #fff;
    padding: 18px 50px;
    border-radius: 40px;
    text-decoration: none;
	display:block;
	border: none;
	cursor: pointer;
		
}
.orange_btn:hover{
	opacity: 0.8;
}

.pink_btn {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    padding-bottom: 150px;
}
.pink_btn a {
    background-color: #ed1e79;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    text-decoration: none;
    border-radius: 30px;
}



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;
}
p.error_message{
	position: relative;
    padding: 10px 30px;
    border: solid 2px #E50003;
    background-color: #FFD3D4;
    font-size: 16px;
    text-align: left;
    color: #E50003;
}
p.error_message::before{
	content: '\f071';
    position: absolute;
    top: 25%;
    left: 13px;
    font-family: FontAwesome;
    font-size: 16px;
    transform: translate(-25%, 0px);
}
/*ドラッグエリア*/
.drag {
    margin: 50px auto;
    width: 800px;
    height: 400px;
    box-shadow: 0 0 2px #3e3e3e;
    padding: 30px;
    text-align: center;
}
 
.upload-area {
    margin: auto;
    width: 50%;
    height: 300px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
}

.upload-area p {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
	font-size: 20px;
}
 
#input-files {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
 
#submit-btn {
    font-weight: bold;
    margin-top: 20px;
    border-radius: 3px;
    width: 200px;
    height: 45px;
    background-color: rgba(108, 168, 255, .7);
    border: none;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.6);
    opacity: .6;
    cursor: pointer;
}
#submit-btn:hover {
    background-color: rgba(108, 168, 255, 1.0);
}
#submit-btn:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}

/*ドラッグエリア*/

@media screen and (max-width:1400px) {

.head_img {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.pc{display: none;}
.sp{display: block;}
.con_1{
	width: 90%;
	margin: 0 auto;
		
	}
.con_2, .con_3 {
	width: 90%;
    margin: 80px auto 0;
}
.SDGs_block {
    width: 100%;
    margin: 0 auto 30px;
}
.step_box {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
}
.step_con {
    width: 80%;
    margin: 20px auto;
}
.attention {
    width: 70%;
    padding: 20px;
}
.download_btn {
    margin-top: 45px;
}
.download_btn a {
    padding: 15px 20px;
    font-size: 18px;
}
.blue_title {
    width: 80%;
    font-size: 20px;
    padding: 20px;
}

p.red_text{
    font-size: 18px;
}
.description {
    width: 90%;
	min-width: 250px;
    padding: 20px 10px;
}
table.table_main {
    font-size: 16px;
}

.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;
	text-align: left;
    vertical-align: top;
    font-weight: bold;
	border-bottom: none;
    padding: 30px 0px;
}
.table_main td {
    padding:0 0 20px 0;
	display: list-item;
	list-style: none;
}
.table_main td input {
    padding: 10px;
    font-size: 20px;
    border: solid 1px #000;
    margin-bottom: 20px;
}
.box_1, .box_2 {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    border: solid 1px #000;
    margin-bottom: 20px;
    box-sizing: border-box;
}
textarea{
	min-width: 90%;
}

.orange_btn {
    margin: 60px auto 30px;
}
.gray_btn {
	margin: 60px auto 30px;
}
.orange_btn a {
    font-size: 20px;
}

.agreement {
    width: 70%;
	min-width: 240px;
    margin: 0 auto 80px;
    background-color: #fff;
    padding: 35px 20px;
    line-height: 1.5;
    font-size: 17px;
}
.agreement_box {
    width: 70%;
    margin: 0 auto 40px;
    background-color: #f9dbb4;
    padding: 20px 40px;
    text-align: center;
    font-size: 14px;
}
.agreement_box label:before {
    top: 0px;
    left: -40px;
}
p.agreement_comment {
    text-align: left!important;
    width: 90%;
    margin: 0 auto;
}
.con_3 p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.5;
}
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;
}
	p.complete{
	font-size: 18px;
	margin-bottom: 60px;	
}
}