@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("sentan-grid.css");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* IMPORT CSS */
img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
}

a {
  display: block;
  color: #333;
  /*	background-color:#eeefff;*/
  text-decoration-line: none;
}

a:hover {
  color: #000;
  background-color: #eeffff;
}

/*ヘッダー
-------------------------------------*/
.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 1rem 0;
}

.header-box {
  margin-left: auto;
  margin-top: 0px;
}

.contact-button {
  padding: 1rem;
  border: 2px solid #000;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 0 0;
  line-height: 10px;
}

nav li {
  flex: 1 0 auto;
}

nav li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
}

nav a:hover {
  background-color: #eeffff;
}

nav a {
  padding: 0.5rem;
}

/* PC利用時
-------------------------------------*/
@media screen and (min-width: 768px) {
  /* PC時はMENUボタンを非表示 */
  #open, #close {
    display: none !important;
  }

  #navi {
    display: block !important;
  }

  td.heading02 {
    font-size: 110%;
    color: #fff;
    font-weight: normal;
    background-color: #a5a5a5;
    valign: middle;
    text-align: left;
    padding-left: 1rem;
    height: 30px;
    width: 100%;
  }

  td.heading03 {
    font-size: 100%;
    background-color: #e6e6e6;
    valign: middle;
    text-align: left;
    padding-left: 2rem;
    height: 30px;
    width: 100%;
  }

  td.title {
    padding-left: 2rem;
  }

  .title {
    font-weight: normal;
    color: #000;
  }

  .title span {
    font-size: 100%;
    /*font-weight:normal*/
  }

  td.author {
    font-weight: normal;
    width: 18.5%;
    /* PC使用時の氏名を1行 */
  }

  td.title02 {
    padding-left: 2rem;
  }

  .title02 {
    font-weight: normal;
    color: #999;
  }

  .title02 span {
    font-size: 100%;
    /*font-weight:normal*/
  }

  td.author02 {
    font-weight: normal;
    color: #999;
  }

  td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #b1b1b1;
  }
}
/* スマホ利用時
-------------------------------------*/
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .header #open, #close {
    position: absolute;
    top: 20px;
    right: 12px;
  }

  nav ul {
    flex-direction: column;
  }

  .header li {
    padding-top: 0;
  }

  /* MENUボタンを表示 */
  #open, #close {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }

  /* メニューを非表示 */
  #navi {
    display: none;
  }

  /* タイトルと著者名が縦に並ぶ */
  table {
    border-collapse: collapse;
  }

  table td, table th {
    display: block;
    padding: 10px;
  }

  td.author {
    /*	width:100%;*/
    text-align: left;
    border-top: 1px dashed #e9e9e9;
    border-bottom: 1px solid #b1b1b1;
  }

  td.author02 {
    /*	width:100%;*/
    text-align: left;
    border-top: 1px dashed #e9e9e9;
    border-bottom: 1px solid #b1b1b1;
  }

  td.heading02 {
    font-size: 110%;
    color: #fff;
    font-weight: normal;
    background-color: #a5a5a5;
    vertical-align: middle;
    text-align: left;
    padding-left: 1rem;
    height: 40px;
    width: 100%;
  }

  td.heading03 {
    font-size: 100%;
    background-color: #e6e6e6;
    vertical-align: middle;
    text-align: left;
    padding-left: 2rem;
    height: 40px;
    width: 100%;
  }

  td.title {
    padding-top: 1em;
    padding-left: 2rem;
    font-weight: bold;
    /* テスト的にbold設定 */
    color: #000;
  }

  td.title span {
    font-size: 90%;
  }

  /* サブタイトル 17号でテスト */
  td.author {
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 1em;
  }

  td.title02 {
    padding-top: 1em;
    padding-left: 2rem;
    font-weight: bold;
    /* テスト的にbold設定 */
    color: #999;
  }

  td.title02 span {
    font-size: 90%;
  }

  /* サブタイトル 17号でテスト */
  td.author02 {
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 1em;
    color: #999;
  }
}
/*メイン画像
-------------------------------------*/
/*.mainimg {text-align:center;} /* 拡大時の画像表示に問題 htmlに書き入れても可 */
.mainimg {
  margin: 0 auto;
}

.mainimg img {
  width: 100vw;
  margin-top: 1rem;
}

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 5rem 0 0 0;
}

section {
  margin: 5rem 0;
  padding: 3rem 0;
}

.gray-back {
  background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
}

.catch h2 {
  padding-bottom: 1rem;
}

.under {
  border-bottom: 0.4rem solid #000;
  padding: 0 1rem 1rem 1rem;
}

.under2 {
  border-bottom: 0.3rem solid #555;
  padding: 0 1rem 0rem 1rem;
}

.center {
  text-align: center;
  margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
  margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
  background-color: #f7f7f7;
  padding: 5rem 0;
}

footer h4 {
  border-bottom: 3px solid #ccc;
}

/*年報の各号
-------------------------------------*/
section table {
  margin: 0 auto;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
  border: 1px solid #ccc;
  text-align: center;
  padding: 2rem 0;
}

.table {
  margin: 4rem 0;
}

.table th {
  width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #000;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#pagetop a {
  display: block;
  background: #f08c00;
  /* #191964; */
  color: #fff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}

#pagetop a:hover {
  background: #f7c277;
  /* #7d8fb3; */
}

/* スマホ使用時 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
  -------------------------------------*/
  .header-box {
    display: none;
  }

  /*お問い合わせ
  -------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }

  .table td {
    display: block;
  }

  /*著者名を下げる
  -------------------------------------*/
  td.author {
    padding-left: 3rem;
  }

  td.author02 {
    padding-left: 3rem;
  }
}
#search {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#search01 {
  width: 550px;
  /* height:10px; */
  margin-top: 0px;
  float: right;
}

#search01 form {
  float: right;
}

/*#search01 table td {
	border:1px solid red;
	line-height:1rem
}
*/

/*# sourceMappingURL=sentan-archive.css.map */
