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

/*レイアウト*/
.wrap_01 {
	background: url("/view/promotion/jp/asiagraph/kidcgcompetion/img/bg.png") no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-size:cover;

}

.wrap_01 .section_wrapper{
	max-width:1040px;
	box-sizing: content-box;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.send{
	width:1040px;
	margin:0 auto;
}
#Contents_type02 {
	font-size:115%;
	line-height:1.5em;
	padding:0;
}
#main_contents{
	padding:40px 120px;
}
.social{
	margin:20px 0 40px;
}
.tweet{
	position:static;
	margin-right:5px;
	float:left;
}
.facebook{
	position:static;
	margin-right:5px;
	width:70px !important;
	float:left;
}
.line{
	position:static;
	width:82px;
	float:left;
}
.lead{
	font-size:1.4em;
	margin: 20px 0;
}

.lead em{
	font-weight: bold;
}

.lead2{
	font-size:1.2em;
	margin: 1.5000em 0;
}

.moushikomi_text p{
	font-size:1.4em;
}

.function_debut{
	margin-bottom:40px;
}

.function_debut_wrap{
	background-color:#f7ffcb;
	padding:35px;
	border-radius:15px;
	font-size:1.2em;
}

.function_debut_wrap p:last-child{
	margin-bottom:0;
}

.function_debut_wrap .itemBox02-inner_col1{
	display:flex;
	flex-direction:column;
	background-image: url(../img/bg_function_debut.png);
	background-repeat: no-repeat;
	background-size: 222px;
	background-position: center 30%;
	max-width:706px;
}
.function_debut_wrap .itemBox02-inner_col2{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.function_debut_wrap .list0 li{
	padding-left:1.5em;
}
.function_debut_wrap i{
	position:absolute;
	left:0;
}

.attwaku{
	border:3px solid #ccc;
	padding:20px;
	margin: 0 auto 30px auto;
	border-radius: 15px;
}
.list_kome p {
	position: relative;
	margin-left: 1em;
	margin-bottom:15px;
}
.list_kome p:before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	width: 1em;
}
.list_kome p:last-child{
	margin-bottom:0;
}


/*リンク*/
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/*見出し*/
h1 {
	margin-bottom:10px;
}
h1 img{
	width:auto;
	max-width:100%;
}
h1.image {
	line-height:normal;
	margin:0;
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
h3 {
	font-size:105%;
}
.send h3 {
	font-size:1.5em;
	line-height:1.5em;
	padding:50px 0 25px 0px;
}
.send h3 .h3_br{
	display:block;
}
h4{
	font-size:1.2em;
	line-height:1.5em;
}
div.h {
	margin-top:40px;
}
div.h h3,
div.h h2 {
	font-size:120%;
	padding:3px 0;
}
.caution_color{
	color:#c81b38 !important;
}

/*Parts*/
.font110 {
	font-size:110%;
}
.font_green01 {
	color:#BFDD72;
}
.font_green02 {
	color:#839C00;
}
.font_family_h {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
section ul li{
	margin-bottom:3px;
}
.list_kome li {
	padding-left:15px;
	text-indent:-15px;
}
.list_inner {
	list-style-type:none !important;
}
.list_inner li {
	padding-bottom:0;
	list-style:none;
	position:relative;
	margin-left:24px;
}
.list_inner li span {
	position:absolute;
	top:0;
	left:-1.5em;
}
.dec_list
.dec_list li{
	padding:0;
	margin:0px;
}
.dec_list li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list0 li{
	position:relative;
	padding-left:0px;
	padding-bottom:10px;
}
.list0 li i.fa{
	color:#a8c31d;
}


.dec_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin: 10px 0 0 10px;
}


.box_type02 {
	background-color:#fff;
	background-image:none;
	border:3px double #D63037;
}
.box_type02 h4 {
	padding-top:2px;
	font-size:110%;
}

/*クリア*/
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/*テーブル*/
table tr th {
	text-align:left;
	padding:15px 10px 12px;
	color:#666;
}
.oubo{
	margin: 30px auto;
}
.oubo th,
.oubo td{
	line-height:1.5em;
	padding: 20px;
	border:1px solid #4d4d4d;
}
.oubo th{
	background: #333333;
	color:#fff;
	width:18%;
	vertical-align:middle;
}


/*ボタン*/
.color_green02 a,
a.color_green02{
	background-color:#A1B829;
	border-color:#A1B829;
}
.bt_debut{
	display:inline-block;
	color:#fff;
	font-size:0.9em;
	padding:5px 20px;
	text-align:center;
	text-decoration:none;
	background-color:#b8d523;
	border-radius:20px;
}
.moushikomi{
	box-sizing: border-box;
	background-color: #e0334f;
	background-position: left bottom;
	background-repeat:repeat-x;
	border: solid 2px;
	border-width:1px 1px 3px 1px;
	border-color: #cc2c47 #cc2c47 #920921;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	max-width:925px;
	margin: 0 auto;
	font-size:180%;
	transition:0.3s ease 0s;
}
.moushikomi a{
	color:#FFF !important;
	text-decoration: none;
	display:block;
	padding: 20px;
}
.moushikomi:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.moushikomi a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.moushikomi.gray {
	background: #b1b1b1;
	border:2px solid #a9a9a9 !important;
	border-bottom:2px solid #888 !important;
}
.moushikomi.gray:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.moushikomi.gray a {
	border:none !important;
}

/*余白*/
.mar_top3{
	margin-top: 3px !important;
}
.mar_top5{
	margin-top: 5px !important;
}
.mar_top10{
	margin-top: 10px !important;
}
.mar_btm0{
	margin-bottom: 0px !important;
}
.mar_btm10{
	margin-bottom: 10px !important;
}
.mar_btm15{
	margin-bottom: 15px !important;
}
.mar_btm20{
	margin-bottom: 20px !important;
}
.mar_btm30{
	margin-bottom: 30px !important;
}
.mar_btm40{
	margin-bottom: 40px !important;
}
.mar_top40{
	margin-top: 40px !important;
}
.pad_top20{
	padding-top: 20px !important;
}
.pad_top60{
	padding-top: 60px !important;
}
.pad_top80{
	padding-top: 80px !important;
}
.pad_top100{
	padding-top: 100px !important;
}
.pad_btm20{
	padding-bottom: 20px !important;
}
.pad_btm60{
	padding-bottom: 60px !important;
}
.pad_btm80{
	padding-bottom: 80px !important;
}
.pad_btm100{
	padding-bottom: 100px !important;
}

/*下のSNSボタン*/
 .sns-icons {
    background-color: #90c31f !important;
	 padding: 30px 0;
}
.sns-icons a{
	text-decoration: none;
}
.sns-icons li:nth-last-child(-n+3){
	display:none;
}



/*微調整*/
.bt_toparea_w450{display:none;}
.bt_toparea_w980{display:inline;}
.about_debut_w620{display:none;}
.about_debut_w980{display:inline;}

.dec_maxw740{
	max-width:740px;
	margin: 0 auto;

}

.dec_maxw1000{
	max-width:1000px;
	margin: 0 auto;
}

.dec_maxw1100{
	max-width:1100px;
	margin: 0 auto;
}
.dec_maxw1200{
	max-width:1200px;
	margin: 0 auto;
}