@charset "shift_jis";
@media screen and (max-width: 750px) {
	/* ======================================================
 * /common-files/css/contribution/style_sp.css
 * ------------------------------------------------------
 * SETTING **********************************************
 * BUTTON
 * LAYOUT
 * Clearfix
====================================================== */
	.floatCenter.type-Con > ul, .floatCenter.type-Con > ol {
		display: block;
		width: 100%;
	}
	.floatCenter.type-Con .btnList01 > li {
		margin-right: 0;
	}
	/* BUTTON
------------------------------------------------------ */
	.btnLink01 a, .btnLink01 input, .btnList01 > li a, .btnList01 > li input {
		padding-right: 40px;
		padding-left: 30px;
	}
	/* LAYOUT
------------------------------------------------------ */
	.contribution-spLayout .text {
		clear: both;
	}
	.heralbony-heading02 {
		margin-top: 50px;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		font-size: 2.0rem;
	}
	.heralbony-colLayout01 {
		margin: 24px 15px 0;
	}
	.heralbony-colLayout01 + .heralbony-colLayout01{
		margin-top: 35px;
	}
	.heralbony-figureCol01 > * {
		display: inline-block;
		vertical-align: middle;
	}
	.heralbony-figureCol01 > .image-left {
		width: 140px;
		margin-right: 15px;
	}
	.heralbony-figureCol01 > .text {
		width: calc(100% - 160px);
	}
	.heralbony-colLayout01.col2 > .col {
		width: 100%;
		margin-left: 0;
	}
	.heralbony-colLayout01.col2 > .col >:first-child {
		margin-top: 0!important;
	}
	.heralbony-colLayout01.col2 > .col:nth-child(n+3) {
		margin-top: 35px;
	}
	.heralbony-colLayout01.col2 > .col:nth-child(n+2) {
		margin-top: 35px;
	}
	.heralbony-figureCol01 {
		margin-top: 35px;
	}
	.heralbony-textLarge01 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.heralbony-textLarge02{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.heralbony-textSub{
		padding-left: 7px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.heralbony-moreButton {
		margin-top: 30px;
	}
	.heralbony-moreButton a {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 10px 20px 8px;
		border: solid 1px #000;
		text-align: center;
		font-size: 1.4rem;
		color: #222;
		text-decoration: none;
	}
	.heralbony-moreButton a:hover {
		opacity: 1;
	}
	.heralbony-moreButton a::before,
	.heralbony-moreButton a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 2px;
		margin-top: -1px;
		background-color: #a5001e;
	}
	.heralbony-moreButton a::after {
		transform: rotate(90deg);
	}
	.heralbony-moreButton a.is-open::after {
		transform: rotate(0);
	}
	.movieArea {
	width: 100vw;
	margin-left: -10px;
	margin-top: 10px;
}
	.movieArea iframe {
	width: 100%;
	height: 56.2vw;
}
.minden-movie{
	text-align: center;
	margin-top: 20px;	
}
.minden-movie iframe{
	width: 100%;
	height: 53vw;
}
.contributionCol{
	display: block;
	margin-top: 20px;
	text-align: center;
}
.contributionColItem{
	width: auto;
	margin-right: 0px;
}
.contributionButtonColumn {
	display: block;
	margin-top: 20px;
}
.contributionButtonColumn .contributionButtonColumnItem + .contributionButtonColumnItem {
	margin-top: 35px;
}
.contributionButtonColumn .contributionButtonColumnItem >:first-child {
	margin-top: 0 !important;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton {
	margin-top: 10px;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a {
	width: 100%;
	font-size: 1.6rem;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a:hover {
	margin-top: 2px;
	background-color: #c04d62;
	border-bottom: solid 1px #9f4d5c;
	color: #ffffff;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a::before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/memberservice/pc/smp/v1/common-files/img/sp_com_btn_ic01.png);
	background-size: 20px 20px;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a[data-link="blank"]::before {
	background-image: url(/memberservice/pc/smp/v1/common-files/img/sp_com_btn_ic02.png);
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a[data-color="gray"] {
	color: #222222;
	background-color: #e6e6e6;
	border-bottom: solid 3px #a5a5a5;
}
.contributionButtonColumn .contributionButtonColumnItem .contributionButton a[data-color="gray"]:hover {
	color: #222222;
	background-color: #ebebeb;
	border-bottom: solid 1px #b7b7b7;
}
	/* Clearfix
------------------------------------------------------ */
	.heralbony-colLayout01.clearfix:after {
		content: "";
		display: block;
		clear: both;
	}
	.heralbony-colLayout01.clearfix {
		zoom: 1;
	}
}