@charset "UTF-8";
/* ▼ここから本文▼ */
.p-news__wrapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #777777;
}

.p-news__block {
	width: 500px;
}

.p-news__p-news__img-block p {
	text-align: center;
	font-size: 13px;
}

.p-news__p-news__img-block img {
	width: 400px;
}

.p-news__notes-box {
	margin-top: 4px;
}

.p-news__notes-box p {
	font-size: 13px;
	line-height: 20px;
}

.p-news__movie {
	width: 560px;
	margin: 0 auto;
	padding-top: 20px;
}

.p-news__movie-title {
	text-align: center;
	margin-bottom: 10px;
}

.p-news__img-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 20px;
}

.p-news__img-item {
	text-align: center;
}

.p-news__img-item img {
	width: 350px;
}

.p-news__img-item p {
	font-size: 13px;
}

.p-news__list {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-top: 20px;
}

.p-news__item {
	background: #e9e9e9;
	padding: 10px 20px;
	text-align: center;
}

.p-news__sub-title {
	margin-bottom: 10px;
}

.p-news__container {
	display: flex;
	gap: 10px;
}

.p-news__contents {
	text-align: center;
}


.p-news__contents img {
	width: 200px;
}


/* ▼お問い合わせ▼ */

.p-news__info-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.p-news__info-box {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.p-news__info-maillink {
	display: inline-block;
	text-decoration: underline;
}

.p-news__info-maillink:hover {
	opacity: 50%;
}

.p-news__info-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.p-news__link-hedding {
	font-size: 13px;
}

.p-news__info-list {
	display: flex;
	gap: 40px;
}

.p-news__info-item {
	display: flex;
	align-items: center;
}

.p-news__link-wrapper {
	text-align: center;
}

.p-news__link-wrapper:hover {
	opacity: 50%;
}

.p-news__info-link-box {
	width: 180px;
	line-height: 20px;
	margin: 10px 0;
}

.p-news__link-title {
	font-size: 13px;
	text-decoration: underline;
}

.p-news__link-img {
	width: 150px;
}

.p-news__info-block {
	align-items: center;
}

.l-news__attention_center { 
    text-align: center;
    font-size: 17px;
	font-weight: bold;
	margin-bottom: 30pt;	
}
/* ▼お問い合わせリンクです▼ */
.p-user__info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.p-user__info-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-user__info-maillink {
  display: inline-block;
  text-decoration: underline;
}
.p-user__info-maillink:hover {
  opacity: 50%;
}
.p-user__info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.p-user__link-hedding {
  font-size: 13px;
}
.p-user__info-list {
  display: flex;
  gap: 40px;
}
.p-user__info-item {
  display: flex;
  align-items: center;
}
.p-user__link-wrapper {
  text-align: center;
}
.p-user__link-wrapper:hover {
  opacity: 50%;
}
.p-user__info-link-box {
  width: 180px;
  line-height: 20px;
  margin: 10px 0;
}
.p-user__info-title {
  font-size: 12px;
  text-decoration: underline;
}
.p-user__link-img {
  width: 180px;
}
.p-user__info-block {
  align-items: center;
}
.p-user__link-box {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.p-user__link-box a:hover {
  opacity: 50%;
}
a {
  text-decoration: underline;
}
a:hover {
  opacity: 50%;
}
.p-user__list {
  display: flex;
  justify-content: space-between;
}


