@charset "UTF-8";

/* ▼1032px以上の場合に適用
--------------------------------------------------------------------- */
@media only screen and (min-width: 1033px) {

	.Sp_Cont {
		display: none;
	}

}

/* ▼1032px以下の場合に適用（ipad以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 1033px) {

	.Sp_None {
		display: none;
	}

	body {
		font-size: 16px;
		line-height: 1.6em;
	}

	.row {
		width: 90%;
		margin: 0 auto;
	}

	/* !汎用コンテンツ
	---------------------------------------------------------- */
	.main {
		display: none;
	}

	/*---見出し---*/
	h2 {
		font-size: 26px;
		font-family: 'M PLUS 1p', sans-serif;
		line-height: 1em;
		font-weight: bold;
	}

	h3 {
		font-size: 18px;
		font-family: 'M PLUS 1p', sans-serif;
		line-height: 1.4em;
		font-weight: bold;
		border-bottom: 1px solid #e6e6e6;
	}

	/* !賞品
	----------------------------------------------------------- */
	#Area_Prize {
		display: none;
	}

	#Area_Prize_Sp {
		background: #fff;
		padding:10px 0 20px;
	}

	/* !募集期間
	----------------------------------------------------------- */
	.bg_yellow {
		background: #fdf5e6;
		padding:20px 0;
	}

	.inner_white {
		background: #fff;
		padding:20px 20px 40px;
		border-radius: 10px;
	}

	.period {
		font-size: 24px;
		font-family: 'M PLUS 1p', sans-serif;
		line-height: 1.4em;
		font-weight: bold;
		color: #df261b;
		text-align: center;
	}

	/* !過去の受賞作品
	----------------------------------------------------------- */
	#Area_Award {
		background: #fff;
		padding:40px 0 20px;
	}

	/*---写真---*/
	.Photo_Flex {
		width: 76%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}

	.Photo_Flex div {
		flex: 1;
		margin-bottom: 14px;
	}

	.Photo_Flex p {
		font-size: 14px;
		text-align: center;
		margin-bottom: 2px;
	}

	/*--- 区切り線 ---*/
	.line_gray {
		border-top: 1px solid #ddd;
		margin: 20px 0;
	}

	/*---ボタン---*/
	#Btn_Flex {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.btn a {
		display: block;
		width: 90%;
		margin: 10px auto;
		font-size: 16px;
		line-height: 1.5em;
		position: relative;
		padding: 14px 0;
		transition: all 0.3s;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background: #1d9de5;
		border-radius: 50px;
	}

	.btn a::after {
		content: '▶';
		font-size: 9px;
		position: absolute;
		right: 22px;
	}

	/*---注意書き---*/
	.notice {
		border: 1px solid #ccc;
		padding: 20px;
		border-radius: 8px;
	}

	/* !応募フォーム
	----------------------------------------------------------- */
	.form_frame {
		width:100%;
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 50px rgba(128, 128, 128, 0.1) ;
	}

	.tit_thanks {
		display: inline;
		font-size: 24px;
		font-family: 'M PLUS 1p', sans-serif;
		line-height: 1.6em;
		font-weight: bold;
		background-image: linear-gradient(rgba(0,0,0,0) 76%, rgb(255,244,80) 76%);
	}

	/* !Footer
	---------------------------------------------------------- */
	.footer_wrap p {
		font-size: 18px;
		line-height: 1.6em;
	}

	/*---ページの先頭へ---*/
	#back-top a {
		display: none;
	}

	/* !Margin ------------------------------------------------------------------ */
	.mt20 { margin-top:14px !important;}
	.mt40 { margin-top:20px !important;}
	.mt60 { margin-top:30px !important;}
	.mt80 { margin-top:40px !important;}
	.mt100 { margin-top:50px !important;}

	/* !Inline Align ------------------------------------------------------------ */
	.taC_spL { text-align: left !important;}

}
