* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background-color: #fff;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
    vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/*-------------------------
	Common
--------------------------*/
html,
body {
	width: 100%;
	min-width: 1200px;
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #555;
}

/*-------------------------
	Header
--------------------------*/
#wrap {
    width: 962px;
    margin: 0 auto;
}
#head {
    width: 100%;
    margin-bottom: 20px; /* メインコンテンツとの間に余白を追加 */
}
#head td:nth-child(1) { /* ロゴ */
    width: 200px;
    padding-top: 20px;
}
#head td:nth-child(2) { /* ナビゲーション */
    vertical-align: top;
    padding-top: 10px;
}
#head td:nth-child(3) { /* よくある質問ボタン */
    width: 130px;
    vertical-align: middle;
}

#sub_menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#sub_menu li {
    font-size: 11px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
#sub_menu li:last-child {
    border-right: none;
}
#sub_menu a {
    color: #666;
    background: url(https://www.seminar-info.jp/entry/img/arrow_5.jpg) no-repeat left center;
    padding-left: 12px;
    text-decoration: none;
}
#sub_menu a:hover {
    color: #004b91;
    text-decoration: underline;
}

#menu {
    display: flex;
    justify-content: flex-end;
}
#menu li {
    list-style: none;
    margin-left: -1px; /* 画像の隙間をなくす */
}
#menu a:hover img {
    opacity: 0.8;
}

/*-------------------------
	Press Release Page
--------------------------*/
.press-release-container {
	max-width: 962px;
	margin: 40px auto;
	padding: 0 20px;
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	line-height: 1.8;
}
.press-release-container .header-info {
	text-align: right;
	font-size: 1em;
}
.press-release-container .header-info p {
	margin: 0;
	line-height: 1.6;
}
.press-release-container .title-box {
	border: 4px double #000000;
	text-align: center;
	padding: 1.5em;
	margin: 2em 0;
}
.press-release-container h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	line-height: 1.6;
	font-family: inherit;
}
.press-release-container h2 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0;
	font-family: inherit;
}
.press-release-container .logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 4em 0;
}
.press-release-container .logos img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.press-release-container .press-body p {
	text-align: justify;
	margin-bottom: 2em;
	text-indent: 1em;
}
.press-release-container .company-info {
	margin: 3em 0;
}
.press-release-container .company-info h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
}
.press-release-container .company-info-table {
	width: 100%;
}
.press-release-container .company-info-table td {
	padding: 5px 0;
	vertical-align: top;
}
.press-release-container .company-info-table td:first-child {
	width: 110px;
}
.press-release-container a {
	color: #0000FF;
	text-decoration: underline;
}
.press-release-container .contact-box {
	border: 1px solid #000000;
	text-align: center;
	padding: 1.5em;
	margin: 4em 0;
}
.press-release-container .contact-box h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
}

/* === コメント欄のデザイン === */
.comments-section {
    margin: 3em 0;
}
.comments-section-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.comment-card {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5em;
    margin-bottom: 1.5em;
}
.comment-ceo {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #004b91;
    margin-bottom: 1em;
}
.comment-text {
    text-indent: 1em;
    margin-bottom: 1.5em;
}
.comment-bio {
    text-indent: 1em;
    font-size: 0.9em;
    color: #555;
    line-height: 1.8;
}

/*-------------------------
	Footer
--------------------------*/
#foot{
	clear:both;
	font-size:9pt;
	background-color: #012545;
	background-image:url(https://www.seminar-info.jp/img/foot_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding:45px 10px;
	color: #fff;
	min-width: 1200px;
}
#foot_contents{
	width:962px;
	margin: 0 auto;
}
#foot_contents table {
	width: 100%;
}
.foot_table_cell {
	vertical-align: top;
	padding: 0 10px;
}
.foot_table_cell img {
	margin-bottom: 10px;
}
.foot_navi{
	background-image:url(https://www.seminar-info.jp/img/arrow_2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	border-bottom:dotted 1px #d0e9ff;
	padding-left:26px;
	text-shadow:-1px -1px 0 #012545;
}
.foot_table_cell a{
	display: block;
	line-height:31px;
	color:#fff;
	text-decoration:none;
	font-size: 12px;
}
.foot_table_cell a:hover{
	text-decoration:underline;
}
#foot_logo{
	margin-left:18px;
	margin-bottom: 15px;
}
#foot_company_pr {
	font-size:12px;
	line-height: 1.6;
	color:#fff;
	text-align:left;
	padding-left: 18px;
    margin-bottom: 15px;
}
#foot_information{
	color:#fff;
	text-align:left;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 18px;
}
#copyright{
	display:block;
	width:100%;
	padding:15px 0;
	background-color:#013b6d;
}
#copyright small{
	display:block;
	margin:0 auto;
	width:962px;
	color:#fff;
	font-size:9pt;
	text-align:center;
}