@charset "utf-8";



	div.PanelProposePhoto
	{
	}
	div.PanelProposePhoto img
	{
		width				:	100%;
	}
	div.PanelProposePhotoBefore
	{
		position			:	relative;
	}
	div.PanelProposePhotoBefore:after
	{
		position			:	absolute;
		color				:	#72c9dc;
		opacity		:	0.5;
	}

/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	div.PanelProposePhoto
	{
		text-align			:	center;
	}
	div.PanelProposePhoto div
	{
		display			:	inline-block;
		width				:	30%;
		margin			:	0px;
		vertical-align		:	top;
	}
	div.PanelProposePhoto img
	{
		margin			:	30px 0px;
	}
	div.PanelProposePhotoBefore
	{
		margin-right		:	50px !important;
	}
	div.PanelProposePhotoBefore:after
	{
		top				:	100px;
		left				:	100%;
		margin			:	0px 8px;
		content		:	"▶︎";
		font-size			:	50px;
	}

}



/*
======================================
Pc Wide
======================================
*/
@media print, screen and (min-width:1241px)
{
}

/*
======================================
Pc Narrow
======================================
*/
@media screen and (min-width:801px) and (max-width:1240px)
{
}


/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelContent h2
	{
	}
	div.PanelContent h3
	{
		font-size			:	14px;
		font-weight			:	normal;
	}
	div.PanelProposePhoto img
	{
		margin			:	15px 0px;
	}
	div.PanelProposePhotoBefore
	{
		margin-bottom	:	50px !important;
	}
	div.PanelProposePhotoBefore:after
	{
		top				:	100%;
		left				:	0%;
		width				:	100%;
		margin			:	15px 0px;
		content		:	"▼";
		font-size			:	30px;
		text-align			:	center;
	}

}
