@charset 'UTF-8';
/* ==================================================

		ページ全般の共通 PC・SP

================================================== */
/* --------------------------------------------------
		html, body
-------------------------------------------------- */
html, body {
	height: 100%;
 position: relative;
}
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* --------------------------------------------------
		.clearfix
-------------------------------------------------- */
.clearfix:after {
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	content: ".";
}

/* --------------------------------------------------
		link
-------------------------------------------------- */
.ldeco01 a:link,
.ldeco01 a:visited,
.ldeco02 a:link,
.ldeco02 a:visited {
 color: #333333;
 text-decoration: underline;
}
.ldeco01 a:hover {
 text-decoration: none;
}
.ldeco02 a:hover {
 transition: opacity 0.5s;
 opacity: 0.8;
}

/* --------------------------------------------------
		txt
-------------------------------------------------- */
.centered {
 text-align: center;
}
.rightjustified {
 text-align: right;
}
.leftjustified {
 text-align: left;
}

/* --------------------------------------------------
		flex
-------------------------------------------------- */
.col01 {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.col02 {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: center;
}
.col03 {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: flex-start;
}
.col04 {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: flex-end;
}
.colwrap {
 flex-wrap: wrap;
}
.colai01 {
 align-items: center;
}

/* --------------------------------------------------
		float
-------------------------------------------------- */
.fl {
 float: left;
}
.fr {
 float: right;
}

/* --------------------------------------------------
		.vi
-------------------------------------------------- */

/* 2024.01.17---------------- */

#main-contents .vi h1.topics p {
	float: left;
	background-color: #000;
}

#main-contents .vi h1.topics span {
	background-color: #000;
	float: left;
	clear: both;
	padding-left: 16px;
	font-size: 28px;
}

#main-contents .vi .swiper-slide .note {
	position: absolute;
	color: #fff;
}


/* ==================================================

		ページ全般の共通 PC

================================================== */
@media screen and (min-width:750px) {

/* --------------------------------------------------
		SPの要素を非表示
-------------------------------------------------- */
.spDisp {
	display: none !important;
}

/* --------------------------------------------------
		body
-------------------------------------------------- */
body {
	font-size: 14px;
 min-width: 1040px;
}

/* --------------------------------------------------
		base
-------------------------------------------------- */
.inner {
 width: 1040px;
 margin: 0 auto;
}
.righticon {
 font-size: 13px;
 font-family: 'Noto Sans JP', sans-serif;
 color: #ffffff;
 letter-spacing: 1.5px;
 background: #ff0000;
 writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode:vertical-rl;
 position: absolute;
 top: 35px;
 right: 0;
 width: 44px;
 padding: 19px 9px 24px 0;
 z-index: 1;
}
.righticon::before {
 position: absolute;
 top: -15px;
 left: 0;
 width: 44px;
 height: 15px;
 content: "";
 background: url(../img/icon_before.png);
}
.righticon::after {
 position: absolute;
 bottom: -15px;
 left: 0;
 width: 44px;
 height: 15px;
 content: "";
 background: url(../img/icon_after.png);
}

/* --------------------------------------------------
		#main-contents
-------------------------------------------------- */
#main-contents {
 /* margin-top: -24px; */
}

/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.swiper-container { transition: opacity .3s; }
#main-contents .vi {
 color: #ffffff;
 font-family: 'Noto Sans JP', sans-serif;
 position: relative;
}
#main-contents .vi .icon {
 color: #fff;
 font-size: 14px;
 letter-spacing: 2.8px;
 background: #ff0000;
 padding: 14px 7px 0 13px;
 height: 54px;
 position: absolute;
 right: 0;
 top: 0;
 z-index: 4;
}
#main-contents .vi .icon::before {
 position: absolute;
 top: 0;
 left: -20px;
 width: 20px;
 height: 54px;
 content: "";
 background: url(../img/vi_icon.png);
 z-index: -1;
}
#main-contents .vi h1 {
 width: 1040px;
 margin: 0 auto;
 font-size: 56px;
 /* letter-spacing: 1px; */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 z-index: 2;
 text-shadow: rgba(0,0,0,.5) 0 0 30px;;
}
#main-contents .vi h1.black {
  color: #333;
  text-shadow: none;
}
#main-contents .vi h1 span {
 font-size: 18px;
 display: block;
 margin-top: -3px;
}

/* 2024.01.17---------------- */
#main-contents .vi h1 {
	width: 1230px;
	font-size: 52px;
}

#main-contents .vi h1.topics {
	letter-spacing: 1px;
	font-size: 50px;
	margin-left: -15px;
	top: 51%;
	width: 1200px;
}

#main-contents .vi h1.topics p {
	padding-left: 15px;
	padding-right: 14px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

#main-contents .vi h1.topics span {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
}

#main-contents .vi .swiper-slide .note {
	bottom: 20px;
	right: 20px;
}
/* ---------------- */

/*	スライダー
-------------------------------------------------- */
#main-contents .vi .swiper-container {
 height: 686px;
}
#main-contents .vi .swiper-container .swiper-wrapper .swiper-slide .slide-img img {
 width: 100%;
 min-height: 686px;
 object-fit: cover;
}

/* 2024.01.17---------------- */
#main-contents .vi .swiper-container .swiper-wrapper .swiper-slide .slide-img .topics img.title {
	width: auto;
	min-height: auto;
	object-fit: none;
}

/*	noscript
-------------------------------------------------- */
#main-contents .vi .still {
 position: absolute;
 width: 100%;
 height: 686px;
 background: url(../img/vi_still_img01_pc.jpg) no-repeat left top / cover;
}

/* --------------------------------------------------
		.intro
-------------------------------------------------- */
#main-contents .intro {
 background: #f5f5f5 url(../img/intro_img01_pc.jpg) no-repeat right top;
 height: 356px;
}
#main-contents .intro .intro-inner {
 padding: 37px 0 0 83px;
}
#main-contents .intro .intro-inner p {
 line-height: 1.7;
 letter-spacing: 0.5px;
 width: 480px;
}
#main-contents .intro .intro-inner p span {
 font-size: 40px;
 font-weight: 500;
 line-height: 1;
 padding-right: 13px;
 margin-top: 5px;
 float: left;
}

/* --------------------------------------------------
		.topics
-------------------------------------------------- */
#main-contents .topics {
 position: relative;
 padding: 40px 0 50px;
}
#main-contents .topics ul {
 padding: 0 83px;
}
#main-contents .topics ul li {
 padding: 20px 0 19px;
 border-top: 1px solid #e3e3e3;
}
#main-contents .topics ul li:first-of-type {
 padding-top: 0;
 border: none;
}
#main-contents .topics ul li dl dt {
 font-size: 12px;
 color: #ffffff;
 letter-spacing: 1.5px;
 background: #ff0000;
 padding-top: 5px;
 width: 115px;
 height: 29px;
}
#main-contents .topics ul li dl dd {
 font-size: 16px;
 font-weight: bold;
 letter-spacing: 1.25px;
 padding: 1px 0 0 13px;
 width: calc(100% - 126px);
}
#main-contents .topics ul li .comment .img {
 width: 98px;
}
#main-contents .topics ul li .comment .img img {
 padding-top: 8px;
}
#main-contents .topics ul li .comment .txt {
 letter-spacing: 0.7px;
 line-height: 1.7;
 background: #f5f5f5;
 width: calc(100% - 127px);
 position: relative;
 padding: 16px 25px 16px;
}
#main-contents .topics ul li .comment .txt::before {
 position: absolute;
 top: 26px;
 left: -18px;
 width: 18px;
 height: 19px;
 content: "";
 background: url(../img/arrow_img01.png);
 z-index: -1;
}

/* 2024.01.17---------------- */
#main-contents .topics ul li .movie {
	width: 747px;
	float: right;
	margin-bottom: 20px;
}
/* ---------------- */

/* --------------------------------------------------
		.message
-------------------------------------------------- */
#main-contents .message {
 position: relative;
 background: url(../img/bak_message_pc.jpg) no-repeat left top / cover;
 padding: 91px 0 84px;
}
#main-contents .message .message-inner .movie {
 width: 646px;
 margin: 0 auto;
}
#main-contents .message .message-inner .message-box {
 padding: 0 201px 0 197px;
}
#main-contents .message .message-inner .message-box .img {
 padding-top: 14px;
}
#main-contents .message .message-inner .message-box .txt {
 color: #ffffff;
 letter-spacing: 0.7px;
 line-height: 1.7;
 width: 490px;
}

/* --------------------------------------------------
		.profile
-------------------------------------------------- */
#main-contents .profile {
 padding: 59px 0 0;
}
#main-contents .profile .profile-inner .profile-box {
 width: calc(100% - 530px);
}
#main-contents .profile .profile-inner .profile-box h2 {
 font-size: 39px;
 font-family: 'Noto Sans JP', sans-serif;
 letter-spacing: 3.9px;
}
#main-contents .profile .profile-inner .profile-box h2 .img {
 position: relative;
 top: -9px;
 left: 6px;
}
#main-contents .profile .profile-inner .profile-box h2 .txt {
 font-size: 14px;
 letter-spacing: 0.8px;
 display: block;
 padding-top: 2px;
}

/*	table
-------------------------------------------------- */
#main-contents .profile .profile-inner .profile-box table tbody tr {
 line-height: 1.82;
}
#main-contents .profile .profile-inner .profile-box table tbody tr th {
 letter-spacing: 0.7px;
 background: #f4f4f4;
 padding: 10px 0 8px 22px;
 width: 204px;
}
#main-contents .profile .profile-inner .profile-box table tbody tr td {
 letter-spacing: 1.2px;
 background: #f9f9f9;
 padding: 10px 0 8px 22px;
}
#main-contents .profile .profile-inner .profile-box table tbody tr:nth-child(even) th,
#main-contents .profile .profile-inner .profile-box table tbody tr:nth-child(even) td {
 background: #ffffff;
}

/* --------------------------------------------------
		utility
-------------------------------------------------- */
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt77 { margin-top: 77px !important; }
.mt80 { margin-top: 80px !important; }

.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
}


/* ==================================================

		ページ全般の共通 SP

================================================== */
@media screen and (max-width:749px) {

/* --------------------------------------------------
		PCの要素を非表示
-------------------------------------------------- */
.pcDisp {
	display: none !important;
}

/* --------------------------------------------------
		文字サイズの制御
-------------------------------------------------- */
body {
 width: 100%;
 font-size: 12px;
	-webkit-text-size-adjust: 100%;
}

/* --------------------------------------------------
		img
-------------------------------------------------- */
img {
 width: 100%;
 max-width: 100%;
 height: auto;
}

/* --------------------------------------------------
		クリア
-------------------------------------------------- */
.spcolcl {
 display: block;
}

/* --------------------------------------------------
		base
-------------------------------------------------- */
.inner {
 margin: 0 20px;
}

/* --------------------------------------------------
		#main-contents
-------------------------------------------------- */
#main-contents {
 /* margin-top: -24px; */
}

/* --------------------------------------------------
		.vi
-------------------------------------------------- */
#main-contents .vi {
 color: #ffffff;
 font-family: 'Noto Sans JP', sans-serif;
 position: relative;
}
#main-contents .vi .icon {
 color: #fff;
 font-size: 10px;
 letter-spacing: 1px;
 background: #ff0000;
 padding: 10px 4px 0 3px;
 height: 54px;
 position: absolute;
 right: 0;
 top: 0;
 z-index: 4;
}
#main-contents .vi .icon::before {
 position: absolute;
 top: 0;
 left: -20px;
 width: 20px;
 height: 54px;
 content: "";
 background: url(../img/vi_icon.png);
 background-size: 20px 54px;
 z-index: -1;
}
#main-contents .vi h1 {
 width: 100%;
 font-size: 36px;
 letter-spacing: 4px;
 padding: 0 20px;
 position: absolute;
 top: 56%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 z-index: 2;
 line-height: 1.2;
 text-shadow: rgba(0,0,0,.8) 0 0 30px;;
}
#main-contents .vi h1.black {
 color: #333;
 text-shadow: none;
}
#main-contents .vi h1 span {
 font-size: 12px;
 letter-spacing: 3px;
 display: block;
 margin-top: 13px;
 padding-left: 10px;
 line-height: 160%;
}

/* 2024.01.17---------------- */
#main-contents .vi h1.topics {
	letter-spacing: 1px;
	font-size: 30px;
	padding: 0 10px;
	top: 64%;
}

#main-contents .vi h1.topics p {
	padding-top: 2px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 5px;
	line-height: 137%;
}

#main-contents .vi h1.topics span {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 144%;
}

#main-contents .vi .swiper-slide .note {
	bottom: 5px;
	right: 5px;
}
/* ---------------- */

/*	スライダー
-------------------------------------------------- */
#main-contents .vi .swiper-container {
 height: 514px;
}
#main-contents .vi .swiper-container .swiper-wrapper .swiper-slide .slide-img img {
 width: 100%;
 min-height: 514px;
 object-fit: cover;
}

/* 2024.01.17---------------- */
#main-contents .vi .swiper-container .swiper-wrapper .swiper-slide .slide-img .topics img.title {
	width: auto;
	min-height: auto;
}
/* ---------------- */

/*  noscript
-------------------------------------------------- */
#main-contents .vi .still {
 position: absolute;
 width: 100%;
 height: 514px;
 background: url(../img/vi_still_img01_sp.jpg) no-repeat left top / cover;
}
#main-contents .vi .still h1 span {
 padding-left: 0;
}

/* --------------------------------------------------
		.intro
-------------------------------------------------- */
#main-contents .intro {
 background: #f5f5f5;
}
#main-contents .intro .intro-inner {
 padding: 20px 0;
}
#main-contents .intro .intro-inner p {
 line-height: 2;
}
#main-contents .intro .intro-inner p span {
 font-size: 43px;
 font-weight: 500;
 line-height: 1;
 padding-right: 10px;
 margin-top: 4px;
 float: left;
}

/* --------------------------------------------------
		.topics
-------------------------------------------------- */
#main-contents .topics {
 padding: 20px 0 5px;
}
#main-contents .topics ul li {
 padding: 15px 0;
 border-top: 1px solid #e3e3e3;
}
#main-contents .topics ul li:first-of-type {
 padding-top: 0;
 border: none;
}
#main-contents .topics ul li dl dt {
 font-size: 10px;
 color: #ffffff;
 letter-spacing: 1px;
 background: #ff0000;
 padding-top: 4px;
 width: 86px;
 height: 25px;
}
#main-contents .topics ul li dl dd {
 font-size: 12px;
 font-weight: bold;
 padding: 0 0 0 10px;
 width: calc(100% - 80px);
}
#main-contents .topics ul li .img {
 width: 100%;
}
#main-contents .topics ul li .comment .img {
 width: 33px;
}
#main-contents .topics ul li .comment .img img {
 padding-top: 8px;
}
#main-contents .topics ul li .comment .txt {
 background: #f5f5f5;
 width: calc(100% - 53px);
 position: relative;
 padding: 15px 20px 16px;
}
#main-contents .topics ul li .comment .txt::before {
 position: absolute;
 top: 15%;
 left: -14px;
 width: 14px;
 height: 19px;
 content: "";
 background: url(../img/arrow_img01.png);
 z-index: -1;
}

/* --------------------------------------------------
		.message
-------------------------------------------------- */
#main-contents .message {
 background: url(../img/bak_message_sp.jpg) no-repeat right top / cover;
 padding: 20px 0;
}
#main-contents .message .message-inner .movie {
 width: 100%;
 margin: 0 auto;
}
#main-contents .message .message-inner .message-box .img {
 width: 25%;
 padding: 5px 0 10px 10px;
}
#main-contents .message .message-inner .message-box .txt {
 color: #ffffff;
 line-height: 1.8;
}

/* --------------------------------------------------
		.profile
-------------------------------------------------- */
#main-contents .profile {
 padding: 20px 0;
}
#main-contents .profile .profile-inner .profile-box h2 {
 font-size: 24px;
 font-family: 'Noto Sans JP', sans-serif;
 letter-spacing: 2.2px;
}
#main-contents .profile .profile-inner .profile-box h2 .img {
 width: 7%;
 display: inline-block;
 position: relative;
 top: -3px;
 left: 2px;
}
#main-contents .profile .profile-inner .profile-box h2 .txt {
 font-size: 12px;
 letter-spacing: 0.2px;
 display: block;
}
#main-contents .profile .profile-inner .profile-box .img {
 width: 100%;
}

/*	table
-------------------------------------------------- */
#main-contents .profile .profile-inner .profile-box table {
 width: 100%;
}
#main-contents .profile .profile-inner .profile-box table tbody tr {
 line-height: 1.6;
 }
#main-contents .profile .profile-inner .profile-box table tbody tr th {
 background: #f4f4f4;
 padding: 10px 0 8px 10px;
 width: 45%;
}
#main-contents .profile .profile-inner .profile-box table tbody tr td {
 background: #f9f9f9;
 padding: 10px 0 8px 10px;
}
#main-contents .profile .profile-inner .profile-box table tbody tr:nth-child(even) th,
#main-contents .profile .profile-inner .profile-box table tbody tr:nth-child(even) td {
 background: #ffffff;
}

/* --------------------------------------------------
		スペース
-------------------------------------------------- */
.spmt05 { margin-top: 5px !important; }
.spmt10 { margin-top: 10px !important; }
.spmt15 { margin-top: 15px !important; }
.spmt20 { margin-top: 20px !important; }
.spmt25 { margin-top: 25px !important; }
.spmt30 { margin-top: 30px !important; }
.spmt35 { margin-top: 35px !important; }
.spmt40 { margin-top: 40px !important; }
.spmt45 { margin-top: 45px !important; }
.spmt50 { margin-top: 50px !important; }
.spmt55 { margin-top: 55px !important; }
.spmt60 { margin-top: 60px !important; }
.spmt65 { margin-top: 65px !important; }
.spmt70 { margin-top: 70px !important; }
.spmt75 { margin-top: 75px !important; }
.spmt80 { margin-top: 80px !important; }

.spmb05 { margin-bottom: 5px !important; }
.spmb10 { margin-bottom: 10px !important; }
.spmb15 { margin-bottom: 15px !important; }
.spmb20 { margin-bottom: 20px !important; }
.spmb25 { margin-bottom: 25px !important; }
.spmb30 { margin-bottom: 30px !important; }
.spmb35 { margin-bottom: 35px !important; }
.spmb40 { margin-bottom: 40px !important; }
.spmb45 { margin-bottom: 45px !important; }
.spmb50 { margin-bottom: 50px !important; }
.spmb55 { margin-bottom: 55px !important; }
.spmb60 { margin-bottom: 60px !important; }
.spmb65 { margin-bottom: 65px !important; }
.spmb70 { margin-bottom: 70px !important; }
.spmb75 { margin-bottom: 75px !important; }
.spmb80 { margin-bottom: 80px !important; }
}

/* リニューアル前コード引継ぎ-------------- */
@media screen and (min-width: 750px) {
	.sec_01 {
		padding: 40px 0 50px;
	}
}
@media screen and (max-width: 749px) {
	.sec_01 {
		padding: 20px 0;
	}
}
.sec_01 ul li {
	border-bottom:1px solid #ccc;
	padding-bottom:25px;
	margin-bottom:25px;
}
.sec_01 ul li:last-child {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
.sec_01 ul li time {
	font-size:13px;
}
.sec_01 ul li h3 {
	font-weight:bold;
	font-size:16px;
}
.sec_01 ul li dl.news {
	margin-bottom: 25px;
}
.sec_01 ul li dl.news:last-child {
	margin-bottom: 0px;
}
.sec_01 ul li dl.news dt {
	margin-bottom:5px;
}
.sec_01 ul li dl.news dd .voice {
	margin-top:25px;
	background:#f5f5f5;
	padding:20px 20px 30px;
	border-radius:10px;
}
.sec_01 ul li dl.news dd .voice > span {
	position:relative;
	display:block;
	font-weight:bold;
	font-size:18px;
	padding:10px 0 10px 75px;
	margin-bottom:20px;
	letter-spacing:.05em;
}
.sec_01 ul li dl.news dd .voice > span:before {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background-image:url(../img/icon-voice.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:60px auto;
	width:60px;
	height:60px;
}
.sec_01 ul li dl.news dd .voice > span span {
	color:#DC1532;
}

@media print, (min-width: 750px) {
	.sec_01 ul li h3 {
	    font-size: 18px;
	}
	.sec_01 ul li time {
		font-size:14px;
	}
	.sec_01 ul li dl.news {
		display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
	}
	.sec_01 ul li dl.news dt {
		width:100px;
		margin-right:20px;
	}
	.sec_01 ul li dl.news dd {
		width:calc(100% - 120px);
		width:webkit-calc(100% - 120px);
	}
	.sec_01 ul li dl.news dd .voice {
		padding:30px 40px 40px;
	}
}

.sec_01 ul li dl.news dd .voice .record {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.sec_01 ul li dl.news dd .voice .record dl {
	width: 100%;
	border-top: 1px solid #b8a9a9;
}

@media print, (min-width: 440px) {
	.sec_01 ul li dl.news dd .voice .record dl {
		width: 50%;
	}
}

@media print, (min-width: 750px) {
	.sec_01 ul li dl.news dd .voice .record dl {
		width: 33%;
	}
}

.sec_01 ul li dl.news dd .voice .record dl dt, .sec_01 ul li dl.news dd .voice .record dl dd {
	width: 100%;
}

.sec_01 ul li dl.news dd .voice .record dl dt {
	margin-bottom: 0px;
	border-right: 1px solid #b8a9a9;
	border-left: 1px solid #b8a9a9;
	border-bottom: 1px solid #b8a9a9;
	background-color: #f4eaea;
}

.sec_01 ul li dl.news dd .voice .record dl dd {
	border-right: 1px solid #b8a9a9;
	border-left: 1px solid #b8a9a9;
	border-bottom: 1px solid #b8a9a9;
	margin-bottom: 20px;
	background-color: #fff;
}

@media print, (min-width: 440px) {
	.sec_01 ul li dl.news dd .voice .record dl:nth-child(2n) dt, .sec_01 ul li dl.news dd .voice .record dl:nth-child(2n) dd {
		border-left: none;
	}
}

@media print, (min-width: 750px) {
	.sec_01 ul li dl.news dd .voice .record dl:nth-child(2n) dt, .sec_01 ul li dl.news dd .voice .record dl:nth-child(2n) dd {
		border-left: 1px solid #b8a9a9;
	}
	.sec_01 ul li dl.news dd .voice .record dl dt, .sec_01 ul li dl.news dd .voice .record dl dd {
		border-right: none;
	}

	.sec_01 ul li dl.news dd .voice .record dl:nth-child(3) dt, .sec_01 ul li dl.news dd .voice .record dl:nth-child(3) dd {
		border-right: 1px solid #b8a9a9;
	}

	.sec_01 ul li dl.news dd .voice .record dl:last-child dt, .sec_01 ul li dl.news dd .voice .record dl:last-child dd {
		border-right: 1px solid #b8a9a9;
	}
}


/* 2022.03.30ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
@media screen and (min-width:750px) {
	#main-contents .year {
		display: flex;
		justify-content: center;
		width: 874px;
		margin: 0 auto;
	}
	#main-contents .year p {
		font-size: 16px;
		padding: 0 20px;
	}
	#main-contents .year p span {
		font-weight: bold;
	}
}

#main-contents .moreTopics {
	text-align: center;
}

#main-contents .moreTopics a {
	text-decoration: none;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #6f6f6f;
}

@media screen and (min-width:750px) {
	#main-contents .moreTopics {
		margin: 20px 0;
	}
	#main-contents .moreTopics a {
		font-size: 16px;
		padding: 6px 50px;
	}
}

@media screen and (max-width:749px) {
	#main-contents .moreTopics {
		margin: 15px 0 20px;
	}
	#main-contents .moreTopics a {
		font-size: 12px;
		padding: 6px 30px;
	}
}

/* index_gra.htmlｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
@media screen and (min-width:750px) {
	#main-contents .gra {
		padding: 81px 0 43px;
	}

	#main-contents .gra h2 {
	 font-size: 39px;
	 font-family: 'Noto Sans JP', sans-serif;
	 letter-spacing: 3.9px;
	 color: #333333;
	 width: 1040px;
	 margin: 0 auto;
	 font-weight: bold;
	}

	#main-contents .gra {
	 background: #fff url(../img/bak_message_pc_gra.jpg) no-repeat right;
	 height: 227px;
	}
	#main-contents .gra .intro-inner {
	 padding: 37px 0 0 83px;
	}
}

@media screen and (max-width:749px) {
	#main-contents .gra {
		padding: 75px 0 43px;
	}

	#main-contents .gra h2 {
	 font-size: 24px;
 	 font-family: 'Noto Sans JP', sans-serif;
 	 letter-spacing: 2.2px;
	 color: #333333;
 	 padding: 0 20px;
	 font-weight: bold;
	}

	#main-contents .gra {
	 background: #fff url(../img/bak_message_sp_gra.jpg) no-repeat left;
	 height: 200px;
	}
	#main-contents .gra .intro-inner {
	 padding: 37px 0 0 83px;
	}
}

/* 2023.02.22--------------------------- */
@media screen and (min-width:750px) {
	.pc-taR {
		text-align: right;
	}
}

@media screen and (min-width:750px) {
	br.pcnone {
		display: none;
	}
}

#main-contents .vi h1.wb {
  color: #fff;
  text-shadow: none;
}

@media screen and (max-width:749px) {
	#main-contents .vi h1.wb {
	  color: #333;
	}
}

#main-contents .moreTopics p {
	margin-right: 20px;
}

#main-contents .moreTopics p:last-child {
	margin-right: 0px;
}

.b-comment {
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 35px;
}

@media screen and (max-width:749px) {
	.b-comment {
		font-size: 19px;
		margin-bottom: 25px;
	}
}


.b-comment p {
	margin-bottom: 5px;
	border-bottom: 1px solid #ff0000;
}

.b-comment p.number {
	font-size: 30px;
	letter-spacing: 3px;
	margin-top: 40px;
}

@media screen and (max-width:749px) {
.b-comment p.number {
		font-size: 23px;
		margin-top: 50px;
	}
}

#main-contents div.yearLink {
	padding-top: 20px;
}

/* 2024.01.17--------------------------- */
#main-contents .vi h1.topics {
  color: #fff;
}

@media screen and (max-width:749px) {
	#main-contents .vi h1.sp_b-shadow {
	  text-shadow: rgba(0,0,0,1) 0 0 9px;
	}
}


/* --------------------------- */
/* Mao's Message無しバージョン */
/* --------------------------- */
#main-contents .profile-a {
	background-color: #f5f5f5;
}

#main-contents .profile-a .profile-inner .profile-box table tbody tr:nth-child(even) th, #main-contents .profile .profile-inner .profile-box table tbody tr:nth-child(even) td {
 background: #f5f5f5;
}

#main-contents .profile-a .profile-inner .profile-box table tbody tr th {
 background: #f9f9f9;
}

#main-contents .profile-a .profile-inner .profile-box table tbody tr td{
 background: #fff;
}

/* 2025.04.09--------------------------- */
#main-contents .vi h1.white {
	color: #fff;
	text-shadow: none;
  }

#main-contents .vi h1.w-shadow {
	text-shadow: rgb(255, 255, 255) 0 0 9px;
}
