@charset "utf-8";


/*フォントサイズ(削除✕)
-----------------------------------------------------------*/
h1{font-size: 3.5rem;}
h2{font-size: 2.5rem;}
h3{font-size: 2.0rem;}
p{font-size: 1.6rem;} /*基本サイズ*/


/* ===================================================================
　header
=================================================================== */
header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 50px;
}

header img.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
    margin-bottom: 30px;
}

h1 {
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

h1 span.line {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: left;
}

h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

h1 span.ddc_da_t{
    font-size: 1.8rem;
    position: relative;
    top: -7px;
    padding-left: 10px;
}

/*テキスト*/
header p.note{
	text-align:center;
	font-size:1.4rem;
	font-weight: normal;
    margin-bottom: 10px;
}

/*必須事項*/
header p.required{
	text-align:center;
	font-size:1.4rem;
	font-weight: normal;
	color:#c80000;
    margin-bottom: 50px;
}


/* ===================================================================
01デジタル部門＆アニメーション部門(contact.html)
=================================================================== */
article.contact {
	width: 1000px;
    display: flex;
    justify-content: space-between;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
    margin-bottom: 200px;
}

.contact dl {
	width: 1000px;
    margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding: 30px 0px 30px 0px; 
}

.contact dl img{
	width: 40px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

.contact dl img.pic_g{
	width: 50px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}


/*デジタルアート部門　奇数行の背景色*/
.contact dl:nth-child(odd){
    width: 450px;
	background-color:#D3ECF2;
    text-align: center;
}

/*アニメーション部門　偶数行の背景色*/
.contact dl:nth-child(even){
    width: 450px;
	background-color:#d6ffdc;
    text-align: center;
}

/*デジタルアート部門　個人・グループ*/
.contact dl.box_d{
    width: 450px;
	margin-right: auto;
	margin-left: auto;
    background-color:#D3ECF2;
}

/*デジタルアート部門　個人・グループ*/
.contact dl.box_a{
    width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color:#d6ffdc;
}


/*ボタン
----------------------------------------------------------- */
/*デジタルアート部門*/
.contact h2.d{
	color: #2B70B8;
	font-weight: bold;
    font-size: 3.0rem;
}

/*アニメーション部門*/
.contact h2.a{
	color: #5f852d;
	font-weight: bold;
    font-size: 3.0rem;
}

/*デジタルアート部門　個人＆グループ*/
.contact dl.box_d a{
    color: #FFFFFF;
    text-decoration: none;
}

/*デジタルアート部門　個人*/
.contact dt.t_d_p{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #2B70B8;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.contact dt.t_d_p:hover{
	background: #009EEB; 
    color: #FFFFFF;
}

/*デジタルアート部門　グループ*/
.contact dd.t_d_g{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #2B70B8;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.contact dd.t_d_g:hover{
	background: #009EEB; 
    color: #FFFFFF;
}

/*----------------------------------------------------------- */

/*アニメーション部門　個人＆グループ*/
.contact dl.box_a a{
    color: #FFFFFF;
    text-decoration: none;
}

/*アニメーション部門　個人*/
.contact dt.t_a_p{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #5f852d;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}

.contact dt.t_a_p:hover{
    background: #22bd55; 
    color: #FFFFFF;
}

/*アニメーション部門　グループ*/
.contact dd.t_a_g{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color:#5f852d;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.contact dd.t_a_g:hover{
    background: #22bd55; 
    color: #FFFFFF;
}

/*応募期間は9月1日～です。(contact.being)
----------------------------------------------------------- */
article.contact_being {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 1em; 
    background: -webkit-linear-gradient(top left, #1e9d00, #198300, #105500, #092e00);
    background: -o-linear-gradient(top left, #1e9d00, #198300, #105500, #092e00);
    background: linear-gradient(to bottom right, #1e9d00, #198300, #105500, #092e00);  
    color: #fff; /* 文章色 */
    border: 8px solid #b2771f; /* 枠線 */
    border-radius: 3px; /* 角の丸み */
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
    margin-bottom: 200px;
}

article.contact_being::before,
article.contact_being::after {
    position: absolute;
    content: '';
    bottom: 0;
} 

article.contact_being::before {
    width: 20px; 
    right: 10px;
    border: solid 3px #ffff00; /*チョーク（黄色）*/
    border-radius: 3px 2px 0 2px;
}

article.contact_being::after {
    width: 15px; 
    right: 45px;
    border: solid 3px #FFFFFF; /*チョーク（白） */
    border-radius: 8px 5px 2px 5px;
}

article.contact_being p{
    width: 900px;
    margin-right: auto;
	margin-left: auto;
    font-size: 3.5rem;
    font-weight: bold;
    color:#FFFFFF;
    text-align: center;
    padding: 80px 0px 100px 0px;
}

article.contact_being span{
    font-size: 5.2rem;
    /*color: #FF92BB;*/
	color: #ffff00;
    line-height: 1.4;
}

article.contact_being p.spo{
    width: 80px;
    position: absolute;
    bottom: 120px;
    right: 0px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    
}

article.contact_being p.spo_y{
    position: absolute;
    width: 50px;
    bottom: 41px;
    right: 22px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    padding-right: 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
}

article.contact_being p.spo_o{
    position: absolute;
    width: 50px;
    bottom: 27px;
    right: 10px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
    
}

/*応募受付を終了しました(contact.close)
----------------------------------------------------------- */
article.contact_close {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 1em;
    background: -webkit-linear-gradient(top left, #1e9d00, #198300, #105500, #092e00);
    background: -o-linear-gradient(top left, #1e9d00, #198300, #105500, #092e00);
    background: linear-gradient(to bottom right, #1e9d00, #198300, #105500, #092e00);  
    color: #fff; /* 文章色 */
    border: 8px solid #b2771f; /* 枠線 */
    border-radius: 3px; /* 角の丸み */
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
    margin-bottom: 200px;
}

article.contact_close::before,
article.contact_close::after {
    position: absolute;
    content: '';
    bottom: 0;
} 

article.contact_close::before {
    width: 20px; 
    right: 10px;
    border: solid 3px #ffff00; /*チョーク（黄色）*/
    border-radius: 3px 2px 0 2px;
}

article.contact_close::after {
    width: 15px; 
    right: 45px;
    border: solid 3px #FFFFFF; /*チョーク（白） */
    border-radius: 8px 5px 2px 5px;
}

article.contact_close p{
    width: 900px;
    margin-right: auto;
	margin-left: auto;
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffff00;
    text-align: center;
    padding: 100px 0px 130px 0px;
}


article.contact_close p.spo{
    width: 80px;
    position: absolute;
    bottom: 120px;
    right: 0px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    
}

article.contact_close p.spo_y{
    position: absolute;
    width: 50px;
    bottom: 41px;
    right: 22px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    padding-right: 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
}

article.contact_close p.spo_o{
    position: absolute;
    width: 50px;
    bottom: 27px;
    right: 10px;
    color: #FFFFFF;
    font-size: 1.4rem;
    padding: 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
    
}


/* ===================================================================
02応募用紙(contact02.html)
=================================================================== */
/*ステップ手順*/
div.step_box{
    border-radius: 4px;
    margin-bottom: 30px;
}

ol.step {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ol.step li{
    width: 33%;
    display: table-cell;
    position: relative;
    background: #828282;
    padding: 0.7em 0.5em 0.7em 2em;
    color: #FFFFFF;
}

ol.step li:last-child{
    padding-right: 1em;
}

ol.step li:last-child:before,
ol.step li:last-child:after{
    display:none;
}

ol.step li:before,
ol.step li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
ol.step li:before{
    top:-4px;
    right:-1.1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

ol.step li:after{
    top:-4px;
    right:-1.0em;
    border-style: solid;
    border-color: transparent transparent transparent #828282;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

ol.step li.is-current{
    background: #5DC0BC;
    font-weight: bold;
}

ol.step li.is-current:after{
    border-color: transparent transparent transparent #5DC0BC;
}

ol.step_t {
    list-style-type: none;
    display:table;
    width:100%;
    padding:0;
    margin:0;
    overflow:hidden;
}

ol.step_t li{
    box-sizing: content-box;
    width: calc(100% / 3);
	font-size: 0.8rem;
	display:table-cell;
	position:relative;
	padding: 0.7em 1.5em 0.7em 2em;
	color: #000000;
}


/* ===================================================================
　応募者情報入力
=================================================================== */
.ddc_c{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
} 

.ddc_c h2{
    width: 300px;
	color: #FFFFFF;
    background: #9CC830;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
} 

.d_p_form table {
    border-collapse: collapse;
    border: 3px solid #9cc830;
    margin-bottom: 100px;
}


/*入力部分：fromパーツ
----------------------------------------------------------- */
.d_p_form td input[type="text"],
.d_p_form td input[type="tel"],
.d_p_form td input[type="email"],
.d_p_form td select{
	width: 90%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	position: relative;
}

/*生年月日入力欄*/
.d_p_form td select.select1{
	width: 20%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.d_p_form td select.select2{
	width: 20%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.d_p_form td select.year{
	width: 30%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.d_p_form td input[type="radio"]{
    font-size: 40px;
    width: 24px;
    height: 24px;
	vertical-align: text-bottom;
	margin-right: 6px;
}

.d_p_form input[type="checkbox"] {
    font-size: 40px;
    width: 25px;
    height: 25px;
	vertical-align: text-middle;
	margin-right: 6px;
	position: relative;	
}

.d_p_form td textarea {
	font-family: inherit;
	width: 94%;
    height: 120px;
    box-sizing: border-box;
    padding: 7px 12px;
	font-size: 1.8rem;
    background: #f1f5ff;
    border-radius: 4px;
    border: 1px solid #b5b6c4;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
}

.d_p_form td label{
	margin-right: 20px;
	padding: 6px;
}

.d_p_form td label:last-child{
	margin-right: 0px;
}

.d_p_form {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #9cc830;
    margin-bottom: 100px;
}

.d_p_form h2{
    width: 300px;
	color: #FFFFFF;
    background: #9CC830;
    text-align: center;
    padding: 10px 0px 10px 0px;   
}

.d_p_form p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}
 
input[type="submit"],
input[type="text"],
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
	position: relative;
}

.d_p_form td input.txt01{
    width: 90%;
	font-family: inherit;
	padding: 7px 12px;
    margin-left: 8px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
 
input[type="text"],
textarea {
    width: 95%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}
 
input::placeholder,
textarea::placeholder {
    color: #ccc;
}
 
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
 
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
 
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.d_p_form th,
.d_p_form td {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

/*生年月日入力欄*/
.d_p_form td.dob {
    border: none;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.d_p_form td.dob02 {
    border: none;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
 
.d_p_form th {
    width: 280px;
    background: #f2f6da;
    padding-left: 25px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-right: 3px solid #9cc830;
}
 
/*spanで囲んだ　赤文字　太文字*/
.d_p_form th span{
	color: #c80000;
	font-weight: bold;
	margin-left: 4px;
    font-size: 1.8rem;
}

/*spanで囲んだ　赤文字*/
.d_p_form th span.r_nomal{
	color: #c80000;
    font-weight: normal;
	margin-left: 0px;
    font-size: 1.4rem;
}

/*spanで囲んだ　青文字*/
.d_p_form th span.b_nomal{
	color: #3c97d3;
    font-weight: normal;
	margin-left: 0px;
    font-size: 1.4rem;
}

.d_p_form td span{
	color: #c80000;
	font-weight: bold;
	margin-left: 4px;
    font-size: 1.8rem;
}


/* ===================================================================
　戻るボタン＆次へボタン
=================================================================== */
.ddc_c dl.r_n_btn{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
    align-items: center;
}

.ddc_c dl.r_n_btn a{
    text-decoration: none;
}

/*戻るボタン*/
.ddc_c dt.r_btn{
    width: 180px;
    padding: 10px 0px 10px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #d1d1d1;
    color: #000000;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.ddc_c dt.r_btn:hover{
    background: #B4B4B4;  
    color: #000000;
}

/*次へボタン*/
.ddc_c dd.n_btn{
    width: 250px;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #0b9b93;
    color: #FFFFFF;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.ddc_c dd.n_btn:hover{
    background: #00C578; 
    color: #FFFFFF;
}

/* ===================================================================
セルフチェックシート(個人)　
=================================================================== */
table.d_p_s_form {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #9cc830;
    margin-bottom: 100px;
}

table.d_p_s_form tbody{
    border-bottom: 5px solid #9cc830;
}


/*入力部分：fromパーツ
----------------------------------------------------------- */
.d_p_s_form td input[type="text"],
.d_p_s_form td input[type="tel"],
.d_p_s_form td input[type="email"],
.d_p_s_form td select{
	width: 90%;
	font-family: inherit;
	padding: 7px 12px;
	font-size: 1.8rem;
	background: #f1f5ff;
	border-radius: 4px;
	border: 1px solid #b5b6c4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.d_p_s_form td input[type="radio"]{
    font-size: 40px;
    width: 24px;
    height: 24px;
	vertical-align: text-bottom;
	margin-right: 6px;
}

.d_p_s_form td input[type="checkbox"] {
    font-size: 40px;
    width: 20px;
    height: 20px;
	vertical-align: text-bottom;
	margin-right: 6px;
	position: relative;	
}

.d_p_s_form td textarea {
	font-family: inherit;
	width: 94%;
    height: 120px;
    box-sizing: border-box;
    padding: 7px 12px;
	font-size: 1.8rem;
    background: #f1f5ff;
    border-radius: 4px;
    border: 1px solid #b5b6c4;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
}

.d_p_s_form td{
    padding: 7px 0;
    background: #fff;
    border: solid 1px #d0dbe6;
    vertical-align: middle;
    color: #333;
    text-align: center;
}

.d_p_s_form h2{
    width: 300px;
	color: #FFFFFF;
    background: #9CC830;
    text-align: center;
    padding: 10px 0px 10px 0px;   
}

.d_p_s_form p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}

.d_p_s_form th,
.d_p_s_form td {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.d_p_s_form td.td02 {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.d_p_s_form td.text {
    width: 675px;
}

.d_p_s_form td.number {
    border-right: 3px solid #9cc830;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.d_p_s_form td.number02 {
    width: 20px;
    border-right: 3px solid #9cc830;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.d_p_s_form td.gray {
    background-color: #d7d7d7; 
}

.d_p_s_form tr {
    border: 2px dotted #868686;
}

.d_p_s_form th {
    width: 300px;
    background: #f2f6da;
    padding-left: 25px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-right: 3px solid #9cc830;
}
 
/*テキスト*/
dl.r_t{
	text-align:center;
}

dl.r_t dt{
	font-weight: normal;
    font-size: 1.4rem;
}

dl.r_t span{
	color: #E6600E;
    font-weight: bold;
}

dl.r_t span{
	color: #E6600E;
    font-weight: bold;
}

.ddc_c dl.r_t {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 200px;
}

.ddc_c dl.r_t a{
    /*width: 1000px;*/
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
}

/*修正ボタン*/
.ddc_c dd.r_t_btn{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #E6600E;
    color: #FFFFFF;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.ddc_c dd.r_t_btn:hover{
    background: #FF9E00; 
    color: #FFFFFF;
}


/* ===================================================================
応募作品(データ添付)
=================================================================== */
.ddc_c h2.data_t{
    width: 1000px;
	color: #FFFFFF;
    background: darkgreen;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
} 

#inputFile {
    position: relative;
    padding: 210px 0 100px;
    text-align: center;
}

#dropArea {
    position: relative;
    top: 0;
    left: 0;
    width: 996px;
    padding-bottom: 180px;
	height: auto;
    border: 2px dashed #494949;
    background-color: #E8E8E8;
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
	text-align: center;
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 300px;
    height: 80px;
    opacity: 0;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
    margin-bottom: 200px;
}

#btnInputFile,
#btnChangeFile {
    width: 300px;
}

#btnChangeFile {
    display: none;
}

#btnInputFile span,
#btnChangeFile span {
    width: 300px;
    height: auto;
    padding: 20px 30px 20px 30px;
    border-radius: 4px;
    background: #565656;
    color: #FFFFFF;
    font-size: 2.0rem;
    font-weight: bold;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}


/* ===================================================================
規約（応募要項、注意事項・個人情報の取り扱いについて）
=================================================================== */
.ddc_c dl.rules {
    width: 990px; 
    margin-right: auto;
    margin-left: auto;
    border: 5px solid #c8161e;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin-bottom: 100px;
}

.ddc_c dl.rules h2{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
	color: #FFFFFF;
    background: #c8161e;
    text-align: center;
    font-size: 3.5rem;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
}

.ddc_c dl.rules dt.h_t{
    color: #c8161e;
    font-weight: bold;
    margin-bottom: 10px;
}


.ddc_c dl.rules_box {
    width: 800px; 
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    overflow:auto;
    padding:5px;
    border:2px solid #000000;
    color:#000000;
    line-height:1.5em;
    text-align: left;
    margin-bottom: 60px;
}

.ddc_c dl.rules_t {
    width: 800px; 
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: inline;
}

.ddc_c dl.rules_t dt{
    width: 800px; 
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    display: table-row-group;;
    margin-bottom: 10px;
    font-weight: bold;
}

.ddc_c dl.rules_t dd{
    margin-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 60px;
    font-weight: bold;
    color: #c8161e;
}

.ddc_c dl.rules dd input[type="checkbox"] {
    transform: scale(1);
    width: 20px;
    height: 20px;
	vertical-align: text-bottom;
	margin-right: 6px;
}

.ddc_c dl.rules dt.signature {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.rules_f{
    display: inline-block;
    width: 10em;
    max-width: 12%;
    padding: 0.5em;
    border: 1px solid #b5b6c4;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f1f5ff;
    margin: 0.5em 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	text-align: right;
}

.rules_f02{
    display: inline-block;
    width: 10em;
    max-width: 10%;
    padding: 0.5em;
    border: 1px solid #b5b6c4;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f1f5ff;
    margin: 0.5em 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	text-align: right;
}

.rules_f03{
    display: inline-block;
    width: 10em;
    max-width: 25%;
    padding: 0.5em;
    border: 1px solid #b5b6c4;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f1f5ff;
    margin: 0.5em 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}


/* ===================================================================
送信ボタン
=================================================================== */
.ddc_c dl.tra {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 200px;
}

.ddc_c dl.tra a{
   /* width: 1000px;*/
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
}

dl.tra span {
    color: #0b9b93;
    font-weight: bold;
}

.ddc_c dd.tra_btn{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
    border-radius: 100px;
	font-size: 2.5rem;
    background-color: #0b9b93;
    color: #FFFFFF;
	font-weight: bold;
    text-align: center;
    box-shadow: 2px 4px 4px rgb(0 0 0 / 15%);
}

.ddc_c dd.tra_btn:hover{
    background: #00C578; 
    color: #FFFFFF;
}

.ddc_c dl.tra dt{
    font-size: 1.4rem;
}


/* ===================================================================
　footer
=================================================================== */
footer{
    width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top: #ccc solid 1px;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 15px;
}

footer p{
	text-align: center;
	font-size: 1.0rem;
	color: #727272;
}


/* ===================================================================
　送信完了画面
=================================================================== */
article.finish {
	/*width: 700px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

article.finish div{
    /*width: 700px;*/
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 20px 0px;
	background-color: #a8a8a8;
    color: #FFFFFF;
    margin-bottom: 30px;
}

article.finish span{
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
    margin-top: 30px;
	margin-bottom:0px;
	color: #FFFFFF;
}

article.finish p{
	font-size:1.6rem;
	margin-bottom:20px;
}

article.finish div p{
	margin-bottom: 0px;
}



/* ===================================================================
　エラーページ
=================================================================== */

.error{
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.error label{
	font-size:18px;
	display:block;
	margin-bottom:40px;
}


.error label span{
	width:120px;
	display:inline-block;
}

p.first{
	margin:0px;
	margin-bottom:30px;
	padding:0px;
	text-align:center;
}

p.first a{
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
	padding:10px;
	background-color:#39acd6;
}


p.first a:hover{
	background-color:#2172bd;
}

/*エラー表示*/
.error_box{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	margin-top:20px;
	border:#a13434 dotted 1px;
	background-color:#fff9f9;
	padding:50px;
	width:640px;

}
.error_box p.no{
	text-align:center;
	font-size:18px;
	background-color:#a13434;
	padding:10px;
	color:#FFFFFF;
	margin-bottom:15px;
}

.error_box p.font{
	font-size:24px;
	color:#a13434;
	text-align:center;
}





































