@charset "UTF-8";

/*-----------------------------------------------------------------------
  ●   2025 Common People (https://common-people.me/)
  ●   index
  rest- : reset
  main- : common layout
  page- : page layout
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  ●   ! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
  ●   ! ress.css • v1.0.1 | MIT License | github.com/filipelinhares/ress
  ●   ! re-defined by 2025 Common People (https://common-people.me/)
  ●   basic tag definition
  rest-001. basic
  rest-002. common
  rest-003. typography
  rest-004. list/description list
  rest-005. media
  rest-006. heading/caption

  ●   main(common) layout menu
  main-001.   ページ全体
  main-002.   全体配置
  main-003.   ヘッダー詳細
  main-004.   ナビゲーション詳細
  main-005.   タイトル詳細
  main-006.   メイン詳細
  main-007.   フッター詳細
  main-999.   その他

  ●   page layout menu
  page-001.   共通
  page-002.   ホーム（./）
  page-003.   学部紹介（./introduce/）
  page-004.   研究活動（./study/）
  page-005.   入試（./exam/）
  page-006.   就職（./employment/）
  page-007.   学生生活（./campuslife/）
  page-008.   お問い合わせ（./contact/）
  page-009.   お知らせ（./news/）
  page-999.   サイトマップ/プライバシーポリシー（./sitemap_ppolicy/）
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
  norm-001. basic
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  line-height: 1.8;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  margin: 0;
  min-width: 320px;
  padding: 0;
}

/*-----------------------------------------------------------------------
  norm-002. common
-----------------------------------------------------------------------*/
article,
aside,
details,
div,
figcaption,
figure,
footer,
form,
header,
main,
nav,
p,
section,
summary {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  zoom: 1;
}
*:before,
*:after {
  box-sizing: inherit;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
a:link,
a:visited {
  box-sizing: border-box;
}
a:hover,
a:active,
a:focus {
  outline: none;
  outline-width: 0
}

/*-----------------------------------------------------------------------
  norm-003. typography
-----------------------------------------------------------------------*/
b,
em,
i,
q,
strong {
  box-sizing: border-box;
  font-weight: 600;
}
blockquote {
  box-sizing: border-box;
  margin: 20px;
}
small {
  box-sizing: border-box;
  font-size: 87.5%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/*-----------------------------------------------------------------------
  norm-004. list/description list
-----------------------------------------------------------------------*/
ul,
ol {
  padding: 1em 0 0 1em;
}
ul,
ol,
li {
  box-sizing: border-box;
  margin: 0;
}
dl,
dt,
dd {
  box-sizing: border-box;
  margin: 0;
}

/*-----------------------------------------------------------------------
  norm-005. media
-----------------------------------------------------------------------*/
img {
  border: 0;
  border-style: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

/*-----------------------------------------------------------------------
  norm-006. heading/caption
-----------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
caption,
address {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

/*-----------------------------------------------------------------------
  main-001. ページ全体
-----------------------------------------------------------------------*/
body {
  background: #884898;
  color: #333333;
  font-size: 1em;
  min-width: 320px;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5 {
  color:#111111;
}
h1,
h2,
h3 {
  font-feature-settings: "palt";
}
h1 {
  font-size: 2rem;
}
@media screen and (max-width: 460px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.125rem;
}
a,
a:link,
a:visited {
  color: #054f80;
  text-decoration: underline;
  transition: all 0.2s linear;
}
a:hover,
a:active,
a:focus {
  color: #ff96aa;
  outline: none;
  text-decoration: underline;
  transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------
  main-002. 全体配置
-----------------------------------------------------------------------*/
header {
  margin: 1rem;
  min-width: 320px;
  width: calc(100% - 2rem);
}
.main {
  flex: 1;
  margin: 0 1rem;
  min-width: 320px;
  width: calc(100% - 2rem);
}
footer {
  display: flex;
  justify-content: center;
  min-width: 320px;
  padding: 2rem;
  width: calc(100% - 2rem);
}

/*-----------------------------------------------------------------------
  main-003. ヘッダー詳細
-----------------------------------------------------------------------*/
header h1 {
  font-family: "Monoton", serif;
} 
header h1 a,
header h1 a:link,
header h1 a:visited {
  color: #a0d8ef;
  text-decoration: none;
  transition: all 0.2s linear;
}
header h1 a:hover,
header h1 a:active {
  color: #ff96aa;
}

/*-----------------------------------------------------------------------
  main-006. メイン詳細
-----------------------------------------------------------------------*/
div[role="group"]{
  background: #fff;
  border-radius: 8px;
  margin: 0 0 2rem;
  padding: 2rem;
}
div[role="group"] li {
  margin: 0 0 0.5rem 1rem;
}
div[role="group"] li:last-child {
  margin: 0 0 0 1rem;
}

/*-----------------------------------------------------------------------
  main-007. フッター詳細
-----------------------------------------------------------------------*/
footer a,
footer a:link,
footer a:visited {
  color: #a0d8ef;
  text-decoration: none;
  transition: all 0.2s linear;
}
footer a:hover,
footer a:active {
  color: #ff96aa;
}

/*-----------------------------------------------------------------------
  main-999. その他
-----------------------------------------------------------------------*/

