body {
	color: #545454;
	line-height: 140%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
}
  @media ( min-width: 768px ) {

	  .top-catch {
		text-align: center;
		background-color: #777777;
		height: 50px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		font-size: 21px;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 100%;
	}
	.sub-catch {
		font-size: 20px;
		text-align: center;
		background-color: #e0041b;
		color: #FFF;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 35px;
		border-radius: 20px;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.poster-main-text {
		font-size: 22px;
		color: #ff4500;
		margin-bottom: 10px;
		line-height: 130%;
		font-weight: bold;
	}
	.poster-sub-text {
	}

	.conditions {
		clear: both;
		background-color: #dddddd;
		padding: 30px;
	}
	.conditions-text {
		text-align:right
	}
	.conditions-photo {
		margin-left: 30px;
	}
	.midashi {
		text-align: center;
		background-color: #cccccc;
		padding:10px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
	.onerow {
		margin-top: 20px;
	}

	.img600 {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		display: flex;
		width: 600px;
	}
	
	.pcNone {
	display: none;
	}
 }
  @media ( max-width: 768px ) {


	  .top-catch {
		text-align: center;
		background-color: #777777;
		height: 50px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		font-size: 21px;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 100%;
	}
	.sub-catch {
		font-size: 20px;
		text-align: center;
		background-color: #e0041b;
		color: #FFF;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 35px;
		border-radius: 20px;
		margin-bottom: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.poster-main-text {
		font-size: 18px;
		color: #ff4500;
		margin-top: 20px;
		margin-bottom: 10px;
		line-height: 130%;
		font-weight: bold;
	}
	.poster-sub-text {
		margin-top: 15px;
	}

	.conditions {
		clear: both;
		background-color: #dddddd;
		padding: 30px;
	}
	.conditions-text {
		text-align:left
	}
	.conditions-photo {
		margin-left: 30px;
	}
	.midashi {
		text-align: center;
		background-color: #cccccc;
		padding:10px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}
	.onerow {
	}
	.img600 {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
		display: flex;
		width: 100%;
	}
	.spNone {
	display: none;
	}

 }
 
