@charset "utf-8";

/* =========================================================== */
/* Contents of social/community/competition/css/49th/style.css  第49回 ゆうちょアイデア貯金箱コンクールcss
/* ===========================================================

/* 01. Common
-------------------------------------------------------------- */
/* content */
.p-loc-content_format {
	margin-top: 20px;
	margin-bottom: 20px;
}

.p-loc-focus {
	box-sizing: border-box;
	height: calc(100% - 2rem);
	margin: 1rem 0;
	padding: 2rem;
	border: solid 1px #009900;
	position: relative;
}

/* column3 local */
.p-loc-column3 {
	justify-content: center;
}
  
.p-loc-column3_2_item {
	width: 66.6%;
}

@media screen and (max-width: 767px) {
	.p-loc-column3_2_item {
		width: 100%;
	}
}

/* Youtubelink */
.p-loc-youtubelink {
  width: 100%;
  margin: 30px auto;
}

.p-loc-youtubelink .p-cmn-arrowlink_btn {
  height: auto;
  padding: 20px;
}

.p-loc-youtubelink .p-cmn-arrowlink_btn p {
  line-height: 1.4;
  padding-right: 4rem;
  padding-left: 0;
}