<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0
}

html {
  box-sizing: border-box
}

*, *:before, *:after {
  box-sizing: inherit
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0;
  text-align: left
}


/* ---------------------------------------------------------
共通
--------------------------------------------------------- */

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 3.72vw;
  line-height: 2;
}

a {
  text-decoration: none;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #eb6877;
}

a:active {
  color: #eb6877;
}

.link_red a {
  color: #eb6877;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
}

p {
  font-feature-settings: "pkna";
  margin-bottom: 1em;
}

.small-font {
  font-size: 80%;
  vertical-align: middle;
}

.small-font-few {
  font-size: 85%;
}

.m-l-1em {
  margin-left: 1em;
}

.paragraph {
  font-feature-settings: "pkna";
  margin-bottom: 1em;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2.55em;
  text-indent: -2.55em;
}

.indent-2em {
  padding-left: 2em;
  text-indent: -2em;
}


/* ---------------------------------------------------------
ヘッダ
--------------------------------------------------------- */

.header_sp {
  display: flex;
}

.header-item_sp:first-child {
  margin-right: auto;
  padding: 0;
  font-size: 0;
  width: 36.28vw;
}

.header-item_sp:last-child a:link {
  color: #000000;
}

.header-item_sp:last-child a:visited {
  color: #000000;
}

.header-item_sp:last-child a:hover {
  color: #eb6877;
}

.header-item_sp:last-child a:active {
  color: #eb6877;
}

.header_pc {
  display: none;
}


/* ---------------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------------- */

#ham-menu {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 20px;
  position: fixed;
  right: -280px;
  top: 0;
  transition: transform 0.3s linear 0s;
  width: 280px;
  z-index: 1000;
}

#menu-background {
  background-color: #333;
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1;
}

#menu-icon {
  background-color: #eb6877;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 7.32vw;
  width: 11.63vw;
  height: 11.63vw;
  line-height: 11.63vw;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.3s linear 0s;
  z-index: 1000;
}

#menu-cb {
  display: none;
}

#menu-cb:checked~#ham-menu, #menu-cb:checked~#menu-icon {
  transform: translate(-280px);
}

#menu-cb:checked~#menu-background {
  opacity: 0.5;
  z-index: 999;
}


/* ---------------------------------------------------------
トップページ
--------------------------------------------------------- */

.swiper-container {
  font-size: 0;
}

.swiper-slide {
  position: relative;
}

.slideshow-img {
  width: 100%;
  animation-name: scale;
  animation-duration: 12s;
}

@keyframes scale {
    from { transform: scale(1.5, 1.5); }
    to   { transform: scale(1.0, 1.0); }
}

.slideshow-img-logo {
  position: absolute;
  left: 2.45vw;
  bottom: 1.98vw;
  width: 36.51vw;
  animation-name: logo;
  animation-duration: 10s;
}

@keyframes logo {
    0% { opacity: 0; }
    70% { opacity: 0; }
    90% { opacity: 1; }
    100% { opacity: 1; }
}

.slideshow-img-copy {
  position: absolute;
  right: 1.98vw;
  top: 2.81vw;
  width: 8.49vw;
  animation-name: copy;
  animation-duration: 10s;
}

@keyframes copy {
    0% { opacity: 0; }
    30% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; }
}

.news-menu {
  display: none;
}

.news {
  padding: 3% 6.98% 6.16%;
}

.news-h2 {
  font-size: 6.5vw;
  font-weight: bold;
  text-align: center;
}

.news-h3 {
  font-size: 3.72vw;
  font-weight: bold;
  text-align: center;
  margin: -3.26vw 0 2.21vw;
}

.news-container {
  display: flex;
  margin: 0 0 1.05vw;
}

.news-item {
  padding: 0 3.48vw 0 0;
  line-height: 1.5;
}

.news-hr {
  margin: 0 0 1.4vw;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #dcdcdc, #ffffff, #dcdcdc);
  background-image: -moz-linear-gradient(left, #dcdcdc, #ffffff, #dcdcdc);
  background-image: -ms-linear-gradient(left, #dcdcdc, #ffffff, #dcdcdc);
  background-image: -o-linear-gradient(left, #dcdcdc, #ffffff, #dcdcdc);
  background-image: linear-gradient(left, #dcdcdc, #ffffff, #dcdcdc);
}

.news-link {
  border: solid 2px;
  text-align: center;
  margin: 5.7vw 0 5.35vw;
  padding: 0.12vw;
  font-size: 3.26vw;
  font-weight: bold;
}

.news-arrow {
  display: none;
}

/* ---------------------------------------------------------
トップページ（IE11対応）
--------------------------------------------------------- */

.slideshow-img-fix {
  width: 100%;
}

.swiper-ie11 {
  display: none;
}

/* ---------------------------------------------------------
第2階層のページ共通
--------------------------------------------------------- */

.bnr {
  font-size: 0;
  text-align: center;
  background: #e9e7e4;
}

.bnr .pc {
  display: none;
}

.title {
  margin: 0 6.98vw;
  padding: 2.4vw 0 0;
  border-bottom: solid 2px;
}

.title-h2 {
  font-size: 6.6vw;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.title-h3 {
  font-size: 3.72vw;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.61vw;
}

.contents-h4 {
  font-size: 3.72vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.24vw;
}

.contents-h5 {
  font-size: 3.26vw;
  font-weight: bold;
  margin: 6.38vw 0;
}

.contents {
  padding: 4.81vw 6.98vw 10.12vw;
}

.contents-max {
  padding: 3.65vw 6.98vw 11.63vw;
}

.contents-full {
  padding: 3.65vw 0 11.63vw;
}

.subtitle {
  margin: 1.51vw 0 8.02vw;
}

.download-box {
  display: flex;
  justify-content: flex-start;
}

.download-btn {
  margin: 1.39vw 2.4vw 0 0;
  padding: 0 0.93vw;
  background-color: #e74c3c;
  color: #fff;
  font-size: 62.5%;
  font-weight: bold;
  text-align: center;
  flex-basis: 7.56vw;
}

.download-txt {
    flex-grow: 1;
}


/* ---------------------------------------------------------
わたくし、つまり Nobody賞
--------------------------------------------------------- */

.shou-container {
  margin: 0 0 7.67vw;
}

.shou-item {
  font-size: 3.26vw;
}


/* ---------------------------------------------------------
受賞者一覧
--------------------------------------------------------- */

.jushou-container {
  margin: 0 0 7.67vw;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 0;
}

.jushou-item {
  width: 47.5vw;
}

.jushou-item img {
  width: 47.5vw;
}

.jushou-text {
  font-size: 3.72vw;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}

.jushou-name {
  display: none;
}


/* ---------------------------------------------------------
受賞者詳細
--------------------------------------------------------- */

.jushou-left {
  font-size: 0;
  position: relative;
}

.jushou-title_sp {
  margin: -66.51vw 0 0;
  height: 63vw;
}

.migiyose {
  text-align: right;
}

.jushou-title_pc, .jushou-photo_pc {
  display: none;
}

.jushou-right {
  font-size: 3.72vw;
  padding: 3.72vw 6.98vw 0;
}

.jushou-h3 {
  font-size: 3.72vw;
  font-weight: bold;
  margin-bottom: 3.24vw;
}

.jushou-h4 {
  font-size: 3.72vw;
  font-weight: bold;
}

.booklist {
  padding: 2.79vw 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.booklist-thumb {
  font-size: 0;
  width: 28.5vw;
  padding: 1.51vw 0 0;
}

.booklist-thumb img {
  width: 28.5vw;
}

.booklist-text {
  width: 52.5vw;
  border-bottom: solid 2px;
  font-size: 2.79vw;
}

.booklist-text-noborder {
  width: 52.5vw;
  font-size: 2.79vw;
}

.jushou-h5 {
  font-size: 3.26vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.jushou-back {
  font-weight: bold;
  border: solid 2px;
  text-align: center;
  padding: 0.23vw;
  margin: 0 6.98vw 1.4vw;
}

.jushou-copyright {
  position: absolute;
  left: 2.09vw;
  bottom: 1.4vw;
}

.jushou-copyright-08_yoshitake {
  position: absolute;
  left: 7.91vw;
  bottom: 3.02vw;
}

.jushou-copyright-09_takeda {
  position: absolute;
  right: 4.65vw;
  bottom: 3.02vw;
}

.jushou-migiyose {
  text-align: right;
}


/* ---------------------------------------------------------
受賞者 記念講演
--------------------------------------------------------- */

.speech-title {
  margin: 1em 0 3em;
}

.speech-date {
  text-align: right;
  font-weight: bold;
}

.speech-sub ,.speech-name {
  line-height: 1.6;
  font-weight: bold;
}

.speech-h4 {
  font-size: 6.6vw;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 0.6em;
  font-feature-settings: "pkna";
}

.speech-text {
  margin: 2em 0;
}

.speech-p {
  margin: 0 0 2em;
}

.speech-h5 {
  font-weight: bold;
  margin: 0 0 2em;
  font-feature-settings: "pkna";
}

.speech-ui {
  display: flex;
  justify-content: center;
  margin: 0 0 2em;
}

.speech-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px;
  width: 11.73vw;
  height: 11.73vw;
  margin: 0 2.93vw;
}

.speech-number-off {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  width: 11.73vw;
  height: 11.73vw;
  margin: 0 2.93vw;
}

.cyrillic {
  font-family: "Verdana", sans-serif;
}

.speech-indent {
  padding: 0 0 0 2em;
}


/* ---------------------------------------------------------
お知らせページ
--------------------------------------------------------- */

.info-download {
  display: flex;
  align-items: center;
  padding: 6.38vw 0 5.76vw;
}

.info-download-icon {
  font-size: 0;
  width: 6.98vw;
  margin: 0 1.4vw 0 0;
}

.info-download-item {
  font-weight: bold;
  width: 77.9vw;
}

.info-back {
  font-weight: bold;
  border: solid 2px;
  text-align: center;
  padding: 0.23vw;
  margin: 0 0 1.4vw;
}


/* ---------------------------------------------------------
お問い合わせページ
--------------------------------------------------------- */

.toiawase-sup {
  color: #ff2323;
}

.toiawase-note {
  font-size: 2.79vw;
  text-align: center;
  margin: -3.14vw 0 3.14vw;
}

.toiawase-col1 {
  margin-bottom: 1.4vw;
}

.toiawase-col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.4vw;
}

.toiawase-col2-item {
  width: 41vw;
}

.toiawase-sex {
  display: flex;
  margin: 3.37vw 0 2.09vw;
}

.toiawase-sex-item {
  margin: 0 4.65vw 0 0;
}

input:focus, textarea:focus {
  box-shadow: 0 0 0.7vw #eb6877;
  border: solid 1px #eb6877;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  background: #eeeeee;
  width: 100%;
  font-size: 5vw;
  padding: 1vw;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 4.65vw;
  overflow: hidden;
  padding-left: 5.81vw;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 4.65vw;
  height: 4.65vw;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  left: 0px;
  top: 1.4vw;
  content: '';
  z-index: 3;
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 4.42vw;
  height: 4.42vw;
  border-radius: 100%;
  left: 0;
  top: 1.51vw;
  background-color: #eb6877;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none !important;
  position: absolute;
  z-index: 2;
  width: 4.65vw;
  height: 4.65vw;
  left: -4.65vw;
  top: 1.4vw;
  margin: 0;
  box-shadow: 4.65vw -1px #FFF;
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 4.65vw -1px #FFF;
}

textarea {
  line-height: 1.7;
  height: 55vw;
}

/* ---------------------------------------------------------
チェックボックス - お問い合わせページ
--------------------------------------------------------- */

label.checkbox_text {
  cursor: pointer;
  position: relative;
  margin-right: 4.65vw;
  overflow: hidden;
  padding-left: 5.81vw;
  display: inline-block;
}

label.checkbox_text:before {
  position: absolute;
  width: 4.65vw;
  height: 4.65vw;
  border: 2px solid #000000;
  border-radius: 5%;
  left: 0px;
  top: 1.4vw;
  content: '';
  z-index: 3;
}

label.checkbox_text:after {
  content: '';
  position: absolute;
  width: 4.42vw;
  height: 4.42vw;
  border-radius: 10%;
  left: 0;
  top: 1.51vw;
  background-color: #eb6877;
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none !important;
  position: absolute;
  z-index: 2;
  width: 4.65vw;
  height: 4.65vw;
  left: -4.65vw;
  top: 1.4vw;
  margin: 0;
  box-shadow: 4.65vw -1px #FFF;
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

input[type="submit"] {
  border: solid 2px #000;
  cursor: pointer;
  width: 100%;
  font-size: 3.72vw;
  font-weight: bold;
  padding: 1.75vw;
  margin: 1.16vw 0;
  color: #000;
}

.toiawase-submit {
  margin: 3.37vw 0 2.67vw;
  color: #000;
}

.toiawase-ssl {
  font-size: 2.79vw;
}

.toiawase-henshin-textarea {
  margin: 1em 0 1em;
}

.toiawase-henshin-submit {
  margin: 0 0 1em;
}


/* ---------------------------------------------------------
お問い合わせ確認ページ
--------------------------------------------------------- */

table.toiawase-table {
	border-collapse: collapse;
	width:100%;
}

th.toiawase-table {
	border: #000000 1px solid;
	background: #eeeeee;
	padding: 10px;
	font-weight: normal;
}

td.toiawase-table {
	border: #000000 1px solid;
	padding: 10px;
}

.toiawase-kakunin {
  margin: 0 0 2.79vw;
  font-size: 2.79vw;
  font-weight: bold;
  line-height: 1;
}

.toiawase-kakunin-box {
  margin: 3.37vw 0;
  display: flex;
  align-items: center;
  background: #000000;
}

.toiawase-kakunin-back {
  width: 50%;
}

.toiawase-kakunin-back-btn {
  font-size: 3.72vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 1.7vw;
  margin: 0;
}

.toiawase-kakunin-submit {
  width: 50%;
}

input[type="submit"].toiawase-kakunin-submit-btn {
  border: solid 2px #000;
  cursor: pointer;
  width: 100%;
  font-size: 3.72vw;
  font-weight: bold;
  padding: 1.75vw;
  margin: 0;
  color: #000;
  background: #ffffff;
}


/* ---------------------------------------------------------
NPO法人
--------------------------------------------------------- */

.npo-h4 {
  font-size: 3.72vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.24vw;
}

.npo-h5 {
  font-size: 3.72vw;
  font-weight: bold;
  margin: 6.38vw 0;
}


/* ---------------------------------------------------------
当サイトについて
--------------------------------------------------------- */

.colophon-mobius {
  padding: 1em;
}

.colophon-production {
  margin : 4em 0 0;
  font-size: 87.5%;
}


/* ---------------------------------------------------------
池田晶子の「墓」ができました！
--------------------------------------------------------- */

.tomb-h2 {
  margin : 0 0 5vw 0;
}

.tomb-h3 {
  font-weight: bold;
  font-size: 3.26vw;
}

.tomb-hr {
  height: 1px;
  margin : 5vw 0 8.1vw;
  background-color: #dbdbdb;
  border: none;
}

.tomb-hr-non {
  height: 1px;
  margin : 5vw 0 8.1vw;
  background-color: #dbdbdb;
  border: none;
}

.tomb-item {
  margin : 0 0 5vw 0;
}

.tomb-item p {
  font-size: 2.8vw;
}


/* ---------------------------------------------------------
哲学甲子園
--------------------------------------------------------- */

.tetsugaku-k-dash {
  display: none;
}

.tetsugaku-k-spimg {
  margin: 0 0 1em;
}

.tetsugaku-k-container {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.tetsugaku-k-item-r {
  display: none;
}

.tetsugaku-k {
  color: #92c133;
  font-weight: bold;
  margin: 0 0 2em;
}

.tetsugaku-k-award {
  margin : 0 0 3em;
}

.tetsugaku-k-h3 {
  font-size: 3.72vw;
  font-weight: bold;
  margin: 1em 0;
}

.tetsugaku-k-h4 {
  font-size: 3.72vw;
  font-weight: bold;
  margin: 1em 0 0;
}

.tetsugaku-k-p {
  font-size: 3.72vw;
  margin: 1em 0;
}

.tetsugaku-h3 {
  font-size: 3.72vw;
  font-weight: bold;
  margin: 0 0 2em;
}

.tetsugaku-h4 {
  font-size: 3.72vw;
  font-weight: bold;
  margin: 0 0 3vw;
}

.tetsugaku-commentary {
  display: flex;
  justify-content: flex-end;
  margin: 0.5em 0 0;
}


/* ---------------------------------------------------------
哲学甲子園 アコーディオン
--------------------------------------------------------- */

.ac_container {
  width: 100%;
  margin: 1em auto;
}

.ac_title {
  text-align: right;
  background-color: #e1e1e1;
  border: 1px solid transparent;
  color: #eb6877;
  padding: .1em 1em;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.ac_content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  line-height: 0;
  padding: .6em 1em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}

.ac_content.is-open {
  background-color: #ebebeb;
  padding: .6em 1em;
  line-height: 2;
  height: auto;
  opacity: 1;
}

.backtotop {
  display: flex;
  justify-content: flex-end;
  margin: 0 1em 1em;
}


/* ---------------------------------------------------------
フッタ
--------------------------------------------------------- */

.footer_pc {
  display: none;
}

.footer {
  text-align: center;
  background-color: #eeeeee;
  font-size: 2.2vw;
  padding: 1.92vw 0 10vw;
}


/* ---------------------------------------------------------
スペシャル
--------------------------------------------------------- */

.special-col3-item {
  width: 27vw;
}

.special-btn {
  font-weight: bold;
  border: solid 2px;
  text-align: center;
  padding: 0.23vw;
  margin: 7vw 0;
}

.special-btn-60 {
  font-weight: bold;
  border: solid 2px;
  text-align: center;
  padding: 0.23vw;
  margin: 10.5vw 0 7vw;
}

.file-container {
  margin: 10vw 0;
}

.file-label {
  border: solid 2px;
  cursor: pointer;
  padding: 1.85vw;
  font-weight: bold;
}

.file-label input {
  display: none;
}

select {
  cursor: pointer;
  font-size: 5vw;
  border: 2px solid;
  padding: 0.84vw;
  width: 100%;
}

.onoff+label {
  cursor: pointer;
}

.onoff+label:before, .onoff+label:after {
  display: inline-block;
  width: 2.5em;
  overflow: hidden;
  text-align: center;
}

.onoff+label:before {
  content: "OFF";
  background: #eeeeee;
  border-top-left-radius: .3em;
  border-bottom-left-radius: .3em;
}

.onoff+label:after {
  content: "ON";
  background: #c2c2c2;
  color: #c2c2c2;
  border-top-right-radius: .3em;
  border-bottom-right-radius: .3em;
}

.onoff:checked+label:before {
  background: #b5545e;
  color: #b5545e;
}

.onoff:checked+label:after {
  background: #eb6877;
  color: #ffffff;
}

.special-item {
  line-height: 1.5;
  width: 25vw;
}

.special-item2 {
  line-height: 1.5;
  width: 33vw;
}

.special-h3 {
  font-weight: bold;
}

/* ---------------------------------------------------------
■■■■■■■■ IE11対応 CSS ■■■■■■■■
--------------------------------------------------------- */

_:lang(x)::-ms-backdrop, .swiper-container {
  display: none;
}
_:lang(x)::-ms-backdrop, .swiper-ie11 {
  display: block;
  font-size: 0;
}

/* ---------------------------------------------------------
■■■■■■■■ デスクトップ用 CSS ■■■■■■■■
--------------------------------------------------------- */

@media print, screen and (min-width: 860px) {
  /* ---------------------------------------------------------
デスクトップ用 共通
--------------------------------------------------------- */
  body {
    font-size: 16px;
  }
  /* ---------------------------------------------------------
デスクトップ用 ヘッダ
--------------------------------------------------------- */
  .header_pc {
    display: flex;
  }
  .header_sp {
    display: none;
  }
  .header-item_pc {
    display: flex;
    align-items: center;
    padding: 5px 24px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  .header-item_pc:first-child {
    margin-right: auto;
    padding: 0;
    font-size: 0;
  }
  .header-item_pc:last-child {
    background-color: #eb6877;
    padding: 5px 20px 0;
  }
  .header-item_pc:last-child a:link {
    color: #ffffff;
  }
  .header-item_pc:last-child a:visited {
    color: #ffffff;
  }
  .header-item_pc:last-child a:hover {
    color: #000000;
  }
  .header-item_pc:last-child a:active {
    color: #000000;
  }
  /* ---------------------------------------------------------
デスクトップ用 トップページ
--------------------------------------------------------- */
  .news-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
  }
  .news {
    margin: 0 auto;
    max-width: 860px;
    padding: 0;
    display: flex;
  }
  .news-title:first-child {
    margin-right: auto;
  }
  .news-h2 {
    font-size: 30px;
    font-weight: bold;
    margin: -17px 0 0;
  }
  .news-h3 {
    font-size: 14px;
    font-weight: bold;
    margin: -16px 0 0;
  }
  .news-contents {
    width: 707px;
    margin: -3px 0 0;
  }
  .news-container {
    margin: 0;
  }
  .news-item {
    padding: 0 17px 0 0;
    font-size: 16px;
    margin: 0 0 4px;
  }
  .news-hr {
    margin: 0 0 7px;
  }
  .news-link {
    border: none;
    text-align: right;
    margin: 0;
    padding: 0 0 91px;
    font-size: 14px;
    font-weight: bold;
  }
  .news-arrow {
    display: inline;
  }
  /* ---------------------------------------------------------
デスクトップ用 第2階層のページ共通
--------------------------------------------------------- */
  .bnr {
    height: 180px;
  }
  .bnr .pc {
    display: inline;
  }
  .bnr .sp {
    display: none;
  }
  .title {
    margin: 0 auto;
    max-width: 860px;
    padding: 33px 0 10px;
    border-bottom: solid 2px;
  }
  .title-h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 9px 0 0;
  }
  .title-h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0;
  }
  .contents-h4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .contents-h5 {
    font-size: 14px;
    margin: 27px 0;
  }
  .contents {
    margin: 0 auto;
    max-width: 860px;
    padding: 37px 60px 93px;
  }
  .contents-max {
    margin: 0 auto;
    max-width: 860px;
    padding: 37px 0 93px;
  }
  .contents-full {
    margin: 0 auto;
    max-width: 860px;
    padding: 37px 0 93px;
  }
  .subtitle {
    margin: 6px 0 37px;
  }

.download-btn {
  margin: 7px 11px 5px 0;
  padding: 0 8px;
  font-size: 10px;
  flex-basis: 65px;
}

  /* ---------------------------------------------------------
デスクトップ用 わたくし、つまり Nobody賞
--------------------------------------------------------- */
  .shou-container {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .shou-item {
    font-size: 14px;
    width: 350px;
  }
  /* ---------------------------------------------------------
デスクトップ用 受賞者一覧
--------------------------------------------------------- */
  .jushou-container {
    margin: 0;
  }

  .jushou-container:after {
    content: "";
    display: block;
    width: 270px;
  }

  .jushou-item {
    width: 270px;
  }
  a:hover .jushou-img {
    outline: solid 3px #eb6877;
    outline-offset: -3px;
  }
  .jushou-text {
    padding: 5px 0 42px;
    font-size: 16px;
    line-height: 2;
  }
  .jushou-name {
    display: inline;
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    letter-spacing: 0.03em;
  }
  /* ---------------------------------------------------------
デスクトップ用 受賞者詳細
--------------------------------------------------------- */
  .jushou-left {
    width: 270px;
  }
  .jushou-title_sp, .jushou-photo_sp {
    display: none;
  }
  .migiyose {
    text-align: left;
  }
  .jushou-title_pc {
    display: inline;
    margin: 18px 0 0;
    height: 446px;
  }
  .jushou-photo_pc {
    display: inline;
  }
  .jushou-right {
    font-size: 16px;
    padding: 0;
    width: 560px;
  }
  .jushou-h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .jushou-h4 {
    font-size: 16px;
  }
  .booklist {
    padding: 12px 0;
  }
  .booklist-thumb {
    width: 126px;
    padding: 7px 0 0;
  }
  .booklist-thumb img {
    width: 126px;
  }
  .booklist-text {
    width: 420px;
    font-size: 12px;
  }
  .booklist-text-noborder {
    width: 420px;
    font-size: 12px;
  }
  .jushou-h5 {
    font-size: 14px;
  }
  .jushou-back {
    width: 300px;
    margin: 38px auto 7px;
    padding: 4px;
  }

.jushou-copyright {
  left: 10px;
  top: 163px;
}

.jushou-copyright-08_yoshitake {
  left: 2px;
  top: 132px;
}

.jushou-copyright-09_takeda {
  right: 18px;
  top: 163px;
}

  /* ---------------------------------------------------------
デスクトップ用 受賞者 記念講演
--------------------------------------------------------- */

.speech-title {
  margin: 22px 0 31px;
}

.speech-date {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 40px;
}

.speech-sub {
  line-height: 1;
  margin: 0 0 18px;
}

.speech-h4 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 29px;
}

.speech-name {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.speech-photo {
  font-size: 15px;
  line-height: 1;
  margin: 0;
}

.speech-text {
  margin: 39px 0 52px;
}

.speech-h5 {
  line-height: 2;
}

.speech-number {
  font-size: 15px;
  width: 23px;
  height: 23px;
  margin: 0 5px;
}

.speech-number-off {
  font-size: 15px;
  width: 23px;
  height: 23px;
  margin: 0 5px;
}


  /* ---------------------------------------------------------
デスクトップ用 お知らせページ
--------------------------------------------------------- */
  .info-download {
    padding: 27px 0 41px;
  }
  .info-download-icon {
    width: 30px;
    margin: 0 12px 0 0;
  }
  .info-download-item {
    font-weight: bold;
    width: 698px;
  }
  .info-back {
    width: 300px;
    margin: 0 auto 7px;
    padding: 4px;
    font-weight: bold;
  }
  .info-container {
    display: flex;
  }
  .info-item {
    width: 15em;
  }

  /* ---------------------------------------------------------
デスクトップ用 お問い合わせページ
--------------------------------------------------------- */
  .toiawase {
    display: flex;
    justify-content: space-between;
    margin: 7px 0 0;
  }
  .toiawase-left, .toiawase-right {
    width: 400px;
  }
  .toiawase-note {
    font-size: 13px;
    text-align: right;
    margin: -29px 0 0;
  }
  .toiawase-col1 {
    margin-bottom: 10px;
  }
  .toiawase-col2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .toiawase-col2-item {
    width: 195px;
  }
  .toiawase-sex {
    display: flex;
    margin: 31px 0 24px;
  }
  .toiawase-sex-item {
    margin: 0 30px 0 0;
  }
  input:focus, textarea:focus {
    box-shadow: 0 0 6px #eb6877;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    font-size: 16px;
    padding: 9px;
  }
  label.radio_text {
    margin-right: 20px;
    padding-left: 25px;
  }
  label.radio_text:before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
  }
  label.radio_text:after {
    width: 18px;
    height: 18px;
    left: 0;
    top: 6px;
  }
  label.radio_text input[type="radio"] {
    width: 20px;
    height: 20px;
    left: -20px;
    top: 5px;
    margin: 0;
    box-shadow: 20px -1px #FFF;
  }
  label.radio_text input[type="radio"]:focus {
    box-shadow: 20px -1px #FFF;
  }
  textarea {
    height: 340px;
  }
  label.checkbox_text {
    margin-right: 20px;
    padding-left: 25px;
  }
  label.checkbox_text:before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
  }
  label.checkbox_text:after {
    width: 18px;
    height: 18px;
    left: 0;
    top: 6px;
  }
  label.checkbox_text input[type="checkbox"] {
    width: 20px;
    height: 20px;
    left: -20px;
    top: 5px;
    margin: 0;
    box-shadow: 20px -1px #FFF;
  }
  input[type="submit"] {
    padding: 10px;
    font-size: 16px;
    margin: 0;
  }
  input[type="submit"]:hover {
    border: solid 2px #eb6877;
    color: #eb6877;
  }
  .toiawase-submit {
    margin: 30px 0 20px;
  }
  .toiawase-ssl {
    margin: 15px 0 0;
    font-size: 13px;
  }
  .toiawase-henshin-textarea {
    margin: 52px 0 50px;
  }
  .toiawase-henshin-submit {
    margin: 0 0 40px;
  }

  /* ---------------------------------------------------------
デスクトップ用 お問い合わせ確認ページ
--------------------------------------------------------- */

th.toiawase-table {
	width: 194px;
	font-size: 13px;
	padding: 4px 9px;
}

td.toiawase-table {
	font-size: 15px;
	padding: 4px 9px;
	line-height: 1.6;
}

.toiawase-kakunin {
    margin: 0 0 13px;
    font-size: 13px;
}

.toiawase-kakunin-box-container {
  display: flex;
  justify-content: center;
}

.toiawase-kakunin-box {
  margin: 20px 0 80px;
  justify-content: center;
  width: 472px;
}

.toiawase-kakunin-back-btn {
  font-size: 13px;
  padding: 7px;
}

input[type="submit"].toiawase-kakunin-submit-btn {
  font-size: 13px;
  padding: 8px;
  margin: 0;
}


  /* ---------------------------------------------------------
デスクトップ用 NPO法人
--------------------------------------------------------- */
  .npo-h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .npo-h5 {
    font-size: 16px;
    margin: 27px 0;
  }

/* ---------------------------------------------------------
デスクトップ用 当サイトについて
--------------------------------------------------------- */

.colophon-production {
  margin : 46px 0 0;
  font-size: 14px;
  line-height: 2.29;
}

/* ---------------------------------------------------------
デスクトップ用 池田晶子の「墓」ができました！
--------------------------------------------------------- */

.tomb-h2 {
  margin : 0 0 33px 0;
}

.tomb-h3 {
  font-size: 16px;
}

.tomb-hr {
  margin : 31px 0 13px;
}

.tomb-hr-non {
  display : none;
}

.tomb-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #dbdbdb solid;
  margin : 13px 0 0 0;
}

.tomb-photo {
  width: 240px;
  margin : 7px 0 10px;
}

.tomb-item {
  width: 480px;
  margin : 0;
}

.tomb-item p {
  font-size: 14px;
}

.tomb-aoyama-reien {
  margin : 47px 0 0;
}


/* ---------------------------------------------------------
デスクトップ用 哲学甲子園
--------------------------------------------------------- */

  .tetsugaku-k-dash {
    display: inline;
  }

  .tetsugaku-k-spimg {
    display: none;
  }

  .tetsugaku-k-item-l {
    width: 586px;
  }

  .tetsugaku-k-item-r {
    display: block;
    font-size: 0;
    margin: 6px 0 0;
    width: 124px;
  }

  .tetsugaku-k {
    margin : 0;
  }

  .tetsugaku-k-award {
    margin : 0 0 61px;
  }

  .tetsugaku-k-h3 {
    font-size: 22px;
    margin: 33px 0 8px;
  }

  .tetsugaku-k-h4 {
    font-size: 18px;
    margin: 0;
  }

  .tetsugaku-k-p {
    font-size: 18px;
    margin: 10px 0;
  }

  .tetsugaku-h3 {
    font-size: 21px;
    margin: 0 0 58px;
  }

  .tetsugaku-h4 {
    font-size: 16px;
    margin: 37px 0 8px;
  }


/* ---------------------------------------------------------
デスクトップ用 哲学甲子園 アコーディオン
--------------------------------------------------------- */

.ac_container {
  margin: 40px auto 5px;
}

.ac_title {
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
}

.ac_content {
  padding: 17px 26px;
}

.ac_content.is-open {
  font-size: 14px;
  padding: 17px 26px;
}


  /* ---------------------------------------------------------
デスクトップ用 フッタ
--------------------------------------------------------- */

  .footer_pc {
    display: flex;
    justify-content: center;
    background-color: #eeeeee;
    padding: 27px 0 0;
    font-size: 13px;
    line-height: 1;
  }

  .footer_pc-item {
    padding: 0 10px;
    border-right: solid 1px;
  }

  .footer_pc-item:last-child {
    border-right: none;
  }

  .footer {
    font-size: 10px;
    padding: 9px 0 85px;
  }

  /* ---------------------------------------------------------
デスクトップ用 スペシャル
--------------------------------------------------------- */
  .special-col3-item {
    width: 125px;
  }
  .special-btn {
    width: 300px;
    padding: 4px;
    font-weight: bold;
    margin: 40px auto;
  }
  .special-btn-60 {
    width: 300px;
    padding: 4px;
    font-weight: bold;
    margin: 60px auto 40px;
  }
  .file-container {
    margin: 47px 0;
  }
  .file-container300 {
    margin: 47px auto;
    width: 300px;
  }
  .file-label {
    padding: 11px;
  }
  select {
    font-size: 16px;
    padding: 9px;
  }
  .special-item {
    width: 104px;
    margin: 0 0 4px;
  }
  .special-item2 {
    width: 520px;
    margin: 0 0 4px;
  }
}
</pre></body></html>