﻿@charset "utf-8";


.pagiNation a.pn1 {
	background: url(../img/port19/01.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn2 {
	background: url(../img/port19/02.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn3 {
	background: url(../img/port19/03.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn4 {
	background: url(../img/port19/04.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn5 {
	background: url(../img/port19/05.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn6 {
	background: url(../img/port19/06.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn7 {
	background: url(../img/port19/07.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn8 {
	background: url(../img/port19/08.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn9 {
	background: url(../img/port19/09.JPG) no-repeat left top;
	background-size: cover;
}

.pagiNation a.pn10 {
	background: url(../img/port19/10.JPG) no-repeat left top;
	background-size: cover;
}

.port_text {
	text-align: right;
	margin-top: 50px;
	margin-right: calc(232px + 4%);
	margin-bottom: -30px;
	color: #555;
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
}

/*
=======================================
  450px以下
=======================================
*/

@media only screen and (max-width: 450px) {

.port_text {
	margin-top: -40px;
	margin-right: 8%;
	margin-bottom: 40px;
}

}



