﻿@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
MESSAGE
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.header-img {
	width:100%;
	background:#EEADA7;
	margin:0 auto 50px;
	padding:0 0 0;
	text-align:center;
}
.header-img img{
	width:100%;
	max-width:612px;
	height:auto;
}

section.page-message div.section-inner-center {
	border-top:#000 1px solid;
	padding-top:60px;
	padding-bottom:20px;
}

section.page-message .start {
	border-top:none !important;
	padding-top:0 !important;
}

.page-message .switch-image {
	float: none;
	margin: 0;
	text-align: center;
}

.page-message figcaption {
	margin-top: 10px;
	font-weight: 700;
}

.page-message .name {
	font-size: 2.4rem;
}

.title-night {
}
.title-night-sub {
	font-size: 2.6rem;
	color:#d92127;
}

.list-bn {
	list-style:disc inside;
	font-size: 2rem;
	line-height:1.8;
}

.list-bn-banner {
	margin-top:15px;
	list-style:none;
}
.list-bn-banner li{
	margin-bottom:24px;
}
.list-bn-banner li:last-child{
	margin-bottom:0;
}

@media screen\0 {
.page-news-sns-twitter {
	display: none;
}
}

@media screen and (min-width: 768px) {

.page-message .switch-image {
	margin: 0;
}

.page-message .position {
	margin-right: 20px;
}
}


@media screen and (max-width: 767.9px) {
.page-message .switch-image {
	width: 38%;
}
.page-message .switch-image img{
	width:190px;
	height:480px;
}

.page-message .position {
	display: block;
}

.page-message .more {
	margin-left: auto;
}
}

@media screen and (max-width: 479.9px) {

}

 .flex08 {
    justify-content: space-between;
    flex-wrap: wrap;
	gap:5px 3px;
  }
  .flex08 .item {
    display: flex;
    align-items: center;
    font-weight:bold;
    margin:10px auto;
  }
  .flex08 .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .flex08 .item > div:first-child {
    width: 100px;
    height: 100px;
    background-image: url("https://questory.co.jp/wp-content/uploads/2024/01/icn-bdn.png");
    background-repeat: no-repeat;
  }
  .flex08 .item > div:nth-child(2) {
    width: calc(100% - 115px);
    margin-left: 15px;
    text-align: left;
  }