@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, body, html {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #333;
}
body a {
  color: #333;
}

body {
  font-family: 'Noto Sans JP', YuGothic, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
WYSIWYGエディタに関わる部分の設定し、ステークホルダーにてサイトの随所で再利用します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE

・ リセットCSS適用後に再設定するための定義です。

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#01 要素の基本定義

	#01-01 Colors
		font-color
		background-color
		background-image
		border-color（ top, right, bottom, left ）

	#01-02 font-family
		font-family
		@include (WebFontの読み込み)

	#01-03 border-style
		border-style

	#01-04 Fonts ( font-color font-family 以外を定義 )
		font
		line-height
		…

	#01-03 Box Model (梱包される親の横幅を100％使った時の定義)
		margin
		border-size
		padding
		…

	#01-05 layout
		display
		width
		height
		float
		…

#02 WYSIWYG部分の設定

/*
┌─────────────────────────────
│ #01 要素の基本定義
│
*/
table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-left: auto;
  margin-right: auto;
}

table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  table, .wysiwyg table,
  #tinymce table, .wysiwyg dl,
  #tinymce dl, .wysiwyg ol,
  #tinymce ol, .wysiwyg ul,
  #tinymce ul, .wysiwyg h6,
  #tinymce h6, .wysiwyg h5,
  #tinymce h5, .wysiwyg h4,
  #tinymce h4, .wysiwyg h3,
  #tinymce h3, .wysiwyg h2,
  #tinymce h2, .wysiwyg h1,
  #tinymce h1 {
    margin-bottom: 3vw;
  }
}

.wysiwyg span,
#tinymce span {
  display: inline;
}

.wysiwyg h1,
#tinymce h1 {
  font-size: 2.5em;
}

.wysiwyg h2,
#tinymce h2 {
  font-size: 2em;
}

.wysiwyg h3,
#tinymce h3 {
  font-size: 1.75em;
}

.wysiwyg h4,
#tinymce h4 {
  font-size: 1.5em;
}

.wysiwyg h5,
#tinymce h5 {
  font-size: 1.25em;
}

.wysiwyg h6,
#tinymce h6 {
  font-size: 1.15em;
}

.wysiwyg p,
#tinymce p {
  margin-bottom: 1rem;
  display: block;
  overflow: inherit;
}

.wysiwyg a,
#tinymce a {
  color: #c46d2f;
}
.wysiwyg strong,
#tinymce strong {
  font-weight: bold;
}

.wysiwyg em,
#tinymce em {
  font-style: italic;
}

.wysiwyg img,
#tinymce img {
  max-width: 100%;
}

.wysiwyg ul,
#tinymce ul {
  list-style: disc;
}
.wysiwyg ul ul,
#tinymce ul ul,
.wysiwyg ul ol,
#tinymce ul ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg ol,
#tinymce ol {
  list-style: decimal;
}
.wysiwyg ol ul,
#tinymce ol ul,
.wysiwyg ol ol,
#tinymce ol ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg li,
#tinymce li {
  margin-left: 1.5em;
}

/*
┌─────────────────────────────
│ #02 WYSIWYG部分の設定
│
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
  body {
    font-size: 0.9333333333em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.8em;
  }
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

.sans-serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.en-font {
  font-family: "Oswald", sans-serif;
}

small {
  font-size: 0.8em;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block !important;
  }
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}
@media only screen and (max-width: 1100px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents {
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 8% 0;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 12% 0;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.red {
  color: #ff0000;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
.section-title {
  margin: 0 auto 50px;
  text-align: center;
}
.section-title span {
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
}
.section-title span.ja {
  font-size: 1.5555555556em;
}
.section-title span.en {
  color: #c46d2f;
  font-size: 0.9444444444em;
}
@media only screen and (max-width: 640px) {
  .section-title {
    margin: 0 auto 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバーありスタイル */
#sidebar-style {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sidebar-style-wrapper {
  background-image: url(../images/bgi-1.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
}
#sidebar-style-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #c46d2f;
  mix-blend-mode: multiply;
  z-index: 0;
}
#sidebar-style-wrapper.achievements {
  background-image: none;
  background-color: #fafafa;
}
#sidebar-style-wrapper.achievements:before {
  content: none;
}
#sidebar-style-wrapper.achievements #sidebar {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #sidebar-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#sidebar-style #main-wrapper {
  position: relative;
  z-index: 1;
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  #sidebar-style #main-wrapper {
    width: 100%;
  }
}
#sidebar-style #sidebar-wrapper {
  background-color: #fff;
  position: sticky;
  top: 120px;
  z-index: 1;
  width: 230px;
}
@media screen and (max-width: 768px) {
  #sidebar-style #sidebar-wrapper {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGエディタ「 TinyMCE 」の記事の表示設定 */
.wysiwyg,
#tinymce {
  overflow: hidden;
}
.wysiwyg .entry-header,
#tinymce .entry-header {
  margin-bottom: 2em;
}
.wysiwyg .entry-header .meta,
#tinymce .entry-header .meta {
  font-size: 0.8888888889em;
  font-weight: 600;
  line-height: 1.75;
}
.wysiwyg .entry-header .category,
#tinymce .entry-header .category {
  font-size: 0.8888888889em;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 0;
}
.wysiwyg .entry-header h1,
#tinymce .entry-header h1 {
  font-size: 1.3333333333em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .entry-header,
  #tinymce .entry-header {
    margin-bottom: 1em;
  }
  .wysiwyg .entry-header h1,
  #tinymce .entry-header h1 {
    font-size: 1.1111111111em;
  }
}
.wysiwyg footer,
#tinymce footer {
  margin-top: 2em;
  clear: both;
}
.wysiwyg table,
#tinymce table {
  word-break: break-all;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.more a, .button, .button-wrapper {
  max-width: 400px;
  margin: 50px auto 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.more a a, .button a, .button-wrapper a {
  background-color: #fff;
  border: 1px solid #c46d2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c46d2f;
  display: block;
  font-size: 1.1111111111em;
  font-weight: 600;
  padding: 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.more a a:after, .button a:after, .button-wrapper a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c46d2f;
  border-right: 2px solid #c46d2f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
}
.more a:hover a, .button:hover a, .button-wrapper:hover a {
  background-color: #c46d2f;
  border-color: #fff;
  color: #fff;
}
.more a:hover a:after, .button:hover a:after, .button-wrapper:hover a:after {
  border-color: #fff;
}
@media only screen and (max-width: 640px) {
  .more a, .button, .button-wrapper {
    margin-top: 30px;
  }
}

.button-wrapper a.back-button:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  right: inherit;
  left: 1.5em;
  margin: auto;
}

.more {
  text-align: center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アイコンスタイル */
.icon-login, .icon-signup, .icon-mail {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-mail {
  background-image: url(../images/icon_03.svg);
  width: 18px;
  height: 14px;
  vertical-align: -2px;
}

.icon-signup {
  background-image: url(../images/icon_02.svg);
  width: 40px;
  height: 40px;
}

.icon-login {
  background-image: url(../images/icon_01.svg);
  width: 40px;
  height: 40px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーブルスタイル */
table, .wysiwyg table,
#tinymce table {
  border-collapse: collapse;
  width: 100%;
}
table th, .wysiwyg table th,
#tinymce table th,
table td,
.wysiwyg table td,
#tinymce table td {
  vertical-align: middle;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  table th, .wysiwyg table th,
  #tinymce table th,
  table td,
  .wysiwyg table td,
  #tinymce table td {
    padding: 5px;
    font-size: 0.8em;
  }
}
table th, .wysiwyg table th,
#tinymce table th {
  background-color: #f4f6f1;
  border: 1px solid #231815;
  font-weight: bold;
  white-space: nowrap;
}
table td, .wysiwyg table td,
#tinymce table td {
  border-bottom: 1px dashed #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border: 1px solid #231815;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景スタイル */
.background-right, .background {
  background-color: #f8faf2;
}

.background-right:after {
  background-image: url(../images/background-02.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}

.background-gray {
  background: #666;
}

.background-section {
  background-color: #f4f6f0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.disc-list {
  list-style: disc;
}
.disc-list ul,
.disc-list ol {
  width: auto;
  margin-bottom: 0;
}
.disc-list li {
  margin-left: 2em;
}

.disc-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.disc-list li {
  width: calc(33.333% - 2em);
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .disc-list li {
    width: calc(100% - 2em);
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.no-post {
  font-size: 1.25em;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .no-post {
    font-size: 1.125em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　ヘッダー */
header {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  header {
    height: 100px;
  }
}
@media only screen and (max-width: 640px) {
  header {
    height: 60px;
  }
}
header #header-nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  width: 90%;
  height: 75px;
}
header #header-nav .logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  z-index: 100;
}
header #header-nav .logo a {
  display: block;
  text-decoration: none;
}
header #header-nav .logo a:hover {
  opacity: 0.8;
}
header #header-nav .logo img {
  max-width: inherit;
  width: 280px;
  height: auto;
  vertical-align: middle;
}
header #header-nav .logo span {
  display: block;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 1100px) {
  header #header-nav .logo span {
    font-size: 0.8888888889em;
  }
}
@media only screen and (max-width: 640px) {
  header #header-nav .logo img {
    width: 180px;
  }
  header #header-nav .logo span {
    font-size: 0.6666666667em;
  }
}
header .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  header .flex-box {
    width: 100%;
  }
}
header #global-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #global-nav ul {
  margin-top: 2em;
  margin-right: 2em;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #global-nav ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
header #global-nav ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 0.7222222222em;
  font-weight: 500;
  padding: 0 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
header #global-nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #c46d2f;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header #global-nav ul li a:hover:after {
  width: calc(100% - 27px);
}
header #global-nav ul li.current:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 27px);
  height: 2px;
  background-color: #c46d2f;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header #global-nav ul li:first-child a {
  padding-left: ;
}
header #global-nav ul li:nth-child(5) a {
  padding-right: ;
}
header #global-nav ul li:last-child {
  display: none;
}
@media only screen and (max-width: 1100px) {
  header #global-nav ul {
    display: block;
    margin-right: 0;
    margin-top: 0;
  }
  header #global-nav ul li a {
    border-bottom: 1px solid #fff;
    font-size: 0.8333333333em;
    padding: 15px 10px;
  }
  header #global-nav ul li a:after {
    content: none;
  }
  header #global-nav ul li a:hover {
    background-color: rgba(30, 118, 214, 0.6);
  }
  header #global-nav ul li:last-child {
    display: block;
  }
}
header #global-nav .contact a {
  background-color: #c46d2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 0.6666666667em;
  padding: 6px 6px 6px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
header #global-nav .contact a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
}
header #global-nav .contact a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1100px) {
  header #global-nav .contact {
    display: none;
  }
}

#mobile-head {
  display: none;
}

@media only screen and (max-width: 1100px) {
  /* Fixed reset */
  #mobile-head {
    display: block;
    position: relative;
    width: 75px;
    height: 75px;
    padding: 25px 23px;
  }
  /* Toggle Button */
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #mobile-head {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  #global-nav {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 100px;
    right: 0;
    width: 0%;
    max-width: 320px;
    opacity: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s, visibility 0s ease-in 0.3s;
    transition: opacity 0.3s, visibility 0s ease-in 0.3s;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden;
    height: 100vh !important;
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  #global-nav {
    top: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  #global-nav ul {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
  }
  #global-nav ul li {
    width: 100%;
    border: 0 !important;
    margin: 0 auto;
    padding: 0;
  }
  #nav-toggle {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
  }
  #nav-toggle span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    z-index: 999;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
    background: #c46d2f;
  }
  #nav-toggle span:nth-child(2) {
    top: 13px;
    background: #c46d2f;
  }
  #nav-toggle span:nth-child(3) {
    top: 23px;
    background: #c46d2f;
  }
  .open {
    /* #global-nav スライドアニメーション */
  }
  .open #nav-toggle span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 12px;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(3) {
    background: #cccccc;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  .open #global-nav {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    top: 100px;
    right: 0;
    max-width: 320px;
    width: 100%;
    position: fixed;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  .open #global-nav {
    top: 60px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 950px;
  width: 90%;
  margin: 1em auto;
  font-size: 1em;
}
@media only screen and (max-width: 640px) {
  #header-breadcrumb {
    margin: 1em auto;
  }
}
#header-breadcrumb li {
  display: inline-block;
}
#header-breadcrumb li + li:before {
  content: ">";
  padding: 0 0.5em;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバー */
#sidebar-style #sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}
@media only screen and (max-width: 640px) {
  #sidebar-style #sidebar {
    padding: 5%;
  }
}
#sidebar-style #sidebar h3 {
  border-bottom: 1px solid #c46d2f;
  font-size: 1.1111111111em;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#sidebar-style #sidebar .notes {
  font-size: 0.8333333333em;
  line-height: 1.55;
  letter-spacing: normal;
  margin-bottom: 15px;
}
#sidebar-style #sidebar ul.normal li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8888888889em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0.5em 0 0.5em 1.5em;
}
#sidebar-style #sidebar ul.normal li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #sidebar-style #sidebar ul.normal li:after {
    width: 5px;
    height: 5px;
  }
}
#sidebar-style #sidebar ul.normal li a {
  color: #333;
  display: block;
  text-decoration: none;
}
#sidebar-style #sidebar ul.normal li a:hover {
  text-decoration: underline;
}
#sidebar-style #sidebar ul.achievements_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px -2.5px 0;
  padding-top: 15px;
  border-top: 1px solid #e4e4e4;
}
#sidebar-style #sidebar ul.achievements_list1 li {
  margin: 0 2.5px 5px;
  width: calc(50% - 5px);
}
#sidebar-style #sidebar ul.achievements_list1 li a {
  background-color: #e4e4e4;
  color: #fff;
  display: block;
  font-size: 0.7777777778em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
#sidebar-style #sidebar ul.achievements_list1 li a[aria-current=page] {
  background-color: #4D4D4D;
}
#sidebar-style #sidebar ul.achievements_list1 li a:hover {
  background-color: #4D4D4D;
}
#sidebar-style #sidebar ul.achievements_list2 li a {
  background-color: #e4e4e4;
  border-radius: 5px;
  color: #808080;
  display: block;
  font-size: 0.7777777778em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
#sidebar-style #sidebar ul.achievements_list2 li a:hover {
  color: #fff;
}
#sidebar-style #sidebar ul.achievements_list2 li + li {
  margin-top: 5px;
}
#sidebar-style #sidebar ul.achievements_list2 li.current-cat a {
  color: #fff;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-7.current-cat a {
  background-color: #c46d2f;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-7 a:hover {
  background-color: #c46d2f;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-8.current-cat a {
  background-color: #006837;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-8 a:hover {
  background-color: #006837;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-9.current-cat a {
  background-color: #acc824;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-9 a:hover {
  background-color: #acc824;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-10.current-cat a {
  background-color: #e88623;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-10 a:hover {
  background-color: #e88623;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-11.current-cat a {
  background-color: #f44264;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-11 a:hover {
  background-color: #f44264;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-12.current-cat a {
  background-color: #662d8f;
}
#sidebar-style #sidebar ul.achievements_list2 li.cat-item-12 a:hover {
  background-color: #662d8f;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#pagetop a {
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 99;
  right: 5vw;
  bottom: 5vh;
  display: block;
}
@media only screen and (max-width: 1100px) {
  #pagetop a {
    width: 50px;
    height: 50px;
    right: 3vw;
    bottom: 3vh;
  }
}

#footer .container {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
#footer .footer a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#footer .footer a img {
  width: 320px;
}
#footer .footer a span {
  display: block;
  font-size: 1.1111111111em;
  font-weight: 500;
  margin-top: 0.8em;
}
#footer .footer ul {
  margin-top: 3em;
  text-align: center;
}
#footer .footer ul li {
  display: inline-block;
}
#footer .footer ul li a {
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 0.9444444444em;
  font-weight: 500;
  padding: 0 1em;
}
#footer .footer ul li:last-child a {
  border-right: none;
}
@media only screen and (max-width: 640px) {
  #footer .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer ul li {
    margin-top: 5px;
    width: 50%;
  }
  #footer .footer ul li:last-child a {
    border-right: 1px solid #333333;
  }
  #footer .footer ul li:nth-child(odd) a {
    border-left: 1px solid #333333;
  }
}
#footer .footer .copyright {
  background-color: #c46d2f;
  color: #fff;
  font-size: 0.6666666667em;
  padding: 1em;
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination .nav-links {
  margin: 2em 0 0;
  text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  width: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  background-color: #fff;
  margin: 0 5px;
  font-size: 1.1111111111em;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .pagination .nav-links a,
  .pagination .nav-links span {
    width: 30px;
    line-height: 28px;
    margin: 0;
  }
}
.pagination .nav-links a.next, .pagination .nav-links a.prev,
.pagination .nav-links span.next,
.pagination .nav-links span.prev {
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
}
.pagination .nav-links a:hover {
  background-color: #c46d2f;
  border-color: #c46d2f;
  color: #fff;
}
.pagination .nav-links .current {
  background: #0b3168;
  border-color: #0b3168;
  color: #fff;
}

#research .pagination .nav-links a.next, #research .pagination .nav-links a.prev,
#research .pagination .nav-links span.next,
#research .pagination .nav-links span.prev {
  border: 1px solid transparent;
  background-color: transparent;
  color: #333;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title {
  background-image: url(../images/bgt-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-title-wrapper {
  clear: both;
}
#page-title section {
  height: 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-title .title {
  text-align: center;
}
#page-title .title span {
  display: block;
  font-weight: 600;
  width: 100%;
}
#page-title .title span.ja {
  font-size: 1.5555555556em;
}
#page-title .title span.en {
  color: #c46d2f;
  font-size: 0.9444444444em;
}
@media only screen and (max-width: 1100px) {
  #page-title {
    height: 300px;
  }
  #page-title section {
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #page-title {
    height: 200px;
  }
  #page-title section {
    height: 140px;
  }
}
#page-title.bgt2 {
  background-image: url(../images/bgt-2.jpg);
}
#page-title.bgt3 {
  background-image: url(../images/bgt-3.jpg);
}
#page-title.bgt4 {
  background-image: url(../images/bgt-4.jpg);
}
#page-title.bgt5 {
  background-image: url(../images/bgt-5.jpg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フロントページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
#hero {
  position: relative;
}
#hero .hero-slider .slide-img {
  background-size: cover;
  background-position: center;
  height: 620px !important;
}
@media only screen and (max-width: 640px) {
  #hero .hero-slider .slide-img {
    height: 320px !important;
  }
}
#hero .copy {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}
#hero .copy img {
  width: 400px;
}
@media screen and (min-width: 1400px) {
  #hero .copy {
    width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  #hero .copy {
    bottom: 8%;
    width: 95%;
  }
  #hero .copy img {
    width: 280px;
  }
}

/*index: トップページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 研究室について */
#home-about p {
  font-size: 0.8888888889em;
}
#home-about p.copy {
  font-size: 1.1111111111em;
  font-weight: bold;
}
#home-about figure {
  margin: 1rem auto 0;
  max-width: 700px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #home-about figure {
    margin: 0.75rem auto 0;
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 研究内容 */
#home-reserch ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
#home-reserch ul li .meta {
  font-size: 0.8888888889em;
  line-height: 1.75;
  margin-right: 3em;
}
#home-reserch ul li a {
  display: block;
  line-height: 1.55;
  text-decoration: none;
}
#home-reserch ul li a:hover {
  text-decoration: underline;
}
#home-reserch ul li:first-child {
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  #home-reserch ul li {
    display: block;
    padding: 1em 0;
  }
  #home-reserch ul li .meta {
    line-height: 1;
    margin-right: 0;
  }
  #home-reserch ul li a {
    margin-top: 0.15em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 教員・研究員紹介 */
#home-member {
  position: relative;
  z-index: 1;
}
#home-member-wrapper {
  background-image: url(../images/bgi-1.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
}
#home-member-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #c46d2f;
  mix-blend-mode: multiply;
  z-index: 0;
}
#home-member .section-title span.ja, #home-member .section-title span.en {
  color: #fff;
}
#home-member .profile-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
#home-member .profile-box + .profile-box {
  margin-top: 30px;
}
#home-member .profile-box.professors {
  background-color: rgba(255, 255, 255, 0.7);
}
#home-member .profile-box .head {
  color: #c46d2f;
  font-size: 1.2222222222em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
#home-member .profile-box .flex-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home-member .profile-box .flex-box .photo {
  width: 215px;
}
#home-member .profile-box .flex-box .profile {
  width: calc(100% - 245px);
}
#home-member .profile-box .flex-box .profile h3 {
  font-size: 1.3333333333em;
  font-weight: 500;
  line-height: 1;
}
#home-member .profile-box .flex-box .profile p {
  font-size: 0.8888888889em;
}
#home-member .profile-box .flex-box .profile a {
  color: #c46d2f;
}
#home-member .profile-box .flex-box .profile .kana {
  font-size: 0.6666666667em;
  line-height: 1;
  margin-top: 8px;
}
#home-member .profile-box .flex-box .profile .type {
  color: #c46d2f;
  font-size: 0.8333333333em;
  margin: 10px auto 15px;
}
#home-member .profile-box .flex-box .profile .hobby {
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #home-member .profile-box {
    padding: 15px;
  }
  #home-member .profile-box + .profile-box {
    margin-top: 20px;
  }
  #home-member .profile-box .flex-box {
    display: block;
  }
  #home-member .profile-box .flex-box .photo {
    margin: 0 auto 15px;
    width: 65%;
  }
  #home-member .profile-box .flex-box .profile {
    width: 100%;
  }
  #home-member .profile-box .flex-box .profile h3 {
    text-align: center;
  }
  #home-member .profile-box .flex-box .profile .kana {
    text-align: center;
  }
  #home-member .profile-box .flex-box .profile .type {
    margin: 8px auto 10px;
    text-align: center;
  }
  #home-member .profile-box .flex-box .profile .hobby {
    font-size: 0.8888888889em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 研究業績 */
#home-achievements .achievements_list1 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
#home-achievements .achievements_list1 ul li {
  margin: 0 5px 10px;
  width: calc(20% - 10px);
}
#home-achievements .achievements_list1 ul li a {
  background-color: #e4e4e4;
  color: #fff;
  display: block;
  font-size: 1.1666666667em;
  letter-spacing: 5px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
#home-achievements .achievements_list1 ul li a:hover {
  background-color: #4d4d4d;
}
@media only screen and (max-width: 640px) {
  #home-achievements .achievements_list1 ul {
    margin: 0 -2.5px;
  }
  #home-achievements .achievements_list1 ul li {
    margin: 0 2.5px 5px;
    width: calc(33.3333333333% - 5px);
  }
  #home-achievements .achievements_list1 ul li a {
    font-size: 1em;
    letter-spacing: 3px;
    margin: 0 2.5px 5px;
    padding: 10px;
  }
}
#home-achievements .achievements_list2 {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
  #home-achievements .achievements_list2 {
    margin-top: 1.5em;
  }
}
#home-achievements .achievements_list2 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
#home-achievements .achievements_list2 ul li {
  margin: 0 5px 10px;
  width: calc(33.3333333333% - 10px);
}
#home-achievements .achievements_list2 ul li a {
  background-color: #e4e4e4;
  color: #808080;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#home-achievements .achievements_list2 ul li a:hover {
  color: #fff;
}
#home-achievements .achievements_list2 ul li.category01 a:hover {
  background-color: #c46d2f;
}
#home-achievements .achievements_list2 ul li.category02 a:hover {
  background-color: #006837;
}
#home-achievements .achievements_list2 ul li.category03 a:hover {
  background-color: #acc824;
}
#home-achievements .achievements_list2 ul li.category04 a:hover {
  background-color: #e88623;
}
#home-achievements .achievements_list2 ul li.category05 a:hover {
  background-color: #f44264;
}
#home-achievements .achievements_list2 ul li.category06 a:hover {
  background-color: #662d8f;
}
@media only screen and (max-width: 640px) {
  #home-achievements .achievements_list2 ul {
    margin: 0 -2.5px;
  }
  #home-achievements .achievements_list2 ul li {
    margin: 0 2.5px 5px;
    width: calc(50% - 5px);
  }
  #home-achievements .achievements_list2 ul li a {
    font-size: 0.8333333333em;
    margin: 0 2.5px 5px;
    padding: 10px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アクセス */
#home-access-wrapper {
  background: url(../images/bgi-2.jpg) no-repeat left center/cover;
}
#home-access .map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 810px;
  margin: auto;
  padding: 30% 0;
  position: relative;
}
#home-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #home-access .map {
    padding: 40% 0;
  }
}
#home-access .txt-box {
  margin: 50px auto;
}
#home-access .txt-box p {
  font-size: 1.1111111111em;
  text-align: center;
}
#home-access .txt-box p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  #home-access .txt-box {
    margin: 20px 0;
  }
  #home-access .txt-box p {
    font-size: 1em;
  }
  #home-access .txt-box p + p {
    margin-top: 7.5px;
  }
}
#home-access .txt-box .mail a {
  text-decoration: none;
}
#home-access .txt-box .mail a:hover {
  color: #c46d2f;
}
#home-access .txt-box .message {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #c46d2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em auto;
  max-width: 700px;
  padding: 1em;
}
#home-access .txt-box .message p {
  font-size: 0.8888888889em;
  line-height: 1.5;
}
#home-access .txt-box .message p.head {
  color: #c46d2f;
  font-size: 1.2222222222em;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  #home-access .txt-box .message {
    padding: 5%;
  }
}
#home-access figure {
  max-width: 700px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  #home-access figure {
    margin-bottom: 25px;
  }
}
#home-access p.coment {
  background-color: #c46d2f;
  color: #fff;
  font-size: 1.3333333333em;
  font-weight: 500;
  max-width: 700px;
  margin: auto;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #home-access p.coment {
    font-size: 1.1111111111em;
    line-height: 1.5;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホームのお知らせ一覧*/
#home-information {
  position: relative;
  z-index: 1;
}
#home-information-wrapper {
  background-image: url(../images/bgi-1.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
}
#home-information-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #c46d2f;
  mix-blend-mode: multiply;
  z-index: 0;
}
#home-information .section-title span.ja, #home-information .section-title span.en {
  color: #fff;
}
#home-information ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
#home-information ul li .meta {
  color: #fff;
  font-size: 0.8888888889em;
  line-height: 1.75;
  margin-right: 3em;
}
#home-information ul li a {
  color: #fff;
  display: block;
  line-height: 1.55;
  text-decoration: none;
}
#home-information ul li a:hover {
  text-decoration: underline;
}
#home-information ul li:first-child {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  #home-information ul li {
    display: block;
    padding: 1em 0;
  }
  #home-information ul li .meta {
    line-height: 1;
    margin-right: 0;
  }
  #home-information ul li a {
    margin-top: 0.15em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, 11%);
  transform: translate(0, 11%);
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .slick-prev,
  .slick-next {
    -webkit-transform: translate(0, 14%);
    transform: translate(0, 14%);
  }
}
@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 0;
  color: #006837;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -14px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -14px;
  z-index: 2;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slick-dots {
  position: absolute;
  top: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #006837;
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #006837;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: 0.8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  z-index: 9;
  width: 26px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #c46d2f;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #c46d2f;
}
.slider.slick-dotted {
  margin-bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#employment-wrapper {
  background-color: #fafafa;
}
#employment-wrapper .container {
  padding: 3% 0;
}
@media only screen and (max-width: 640px) {
  #employment-wrapper .container {
    padding: 6% 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせのアーカイブ*/
#post-archive ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
#post-archive ul li .meta {
  color: #fff;
  font-size: 0.8888888889em;
  line-height: 1.75;
  margin-right: 3em;
}
#post-archive ul li a {
  color: #fff;
  display: block;
  line-height: 1.55;
  text-decoration: none;
}
#post-archive ul li a:hover {
  text-decoration: underline;
}
#post-archive ul li:first-child {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  #post-archive ul li {
    display: block;
    padding: 1em 0;
  }
  #post-archive ul li .meta {
    line-height: 1;
    margin-right: 0;
  }
  #post-archive ul li a {
    margin-top: 0.15em;
  }
}
#post-archive h3 {
  color: #c46d2f;
  font-size: 1.5555555556em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
}
#post-archive.achievements h3 {
  color: #c46d2f;
  font-size: 1.5555555556em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
}
#post-archive.achievements h3.category02 {
  color: #006837;
}
#post-archive.achievements h3.category03 {
  color: #acc824;
}
#post-archive.achievements h3.category04 {
  color: #e88623;
}
#post-archive.achievements h3.category05 {
  color: #f44264;
}
#post-archive.achievements h3.category06 {
  color: #662d8f;
}
#post-archive.achievements .num {
  color: #c46d2f;
  font-size: 0.8333333333em;
  margin-bottom: 0.5rem;
}
#post-archive.achievements .num.category02 {
  color: #006837;
}
#post-archive.achievements .num.category03 {
  color: #acc824;
}
#post-archive.achievements .num.category04 {
  color: #e88623;
}
#post-archive.achievements .num.category05 {
  color: #f44264;
}
#post-archive.achievements .num.category06 {
  color: #662d8f;
}
#post-archive.achievements ul li {
  border-color: #b1b1b1;
}
#post-archive.achievements ul li a {
  color: #c46d2f;
  word-break: break-all;
}
#post-archive.achievements ul li a .title {
  color: #c46d2f;
  font-size: 1.3333333333em;
}
#post-archive.achievements ul li a p {
  color: #333;
  margin-top: 0.5em;
}

body.date #post-archive.achievements h3 span {
  display: none;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#research-wrapper {
  background-color: #fafafa;
}
#research ul {
  margin-bottom: 5em;
}
@media only screen and (max-width: 640px) {
  #research ul {
    margin-bottom: 3.5em;
  }
}
#research ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
#research ul li .meta {
  font-size: 0.8888888889em;
  line-height: 1.75;
  margin-right: 3em;
}
#research ul li a {
  display: block;
  line-height: 1.55;
  text-decoration: none;
}
#research ul li a:hover {
  text-decoration: underline;
}
#research ul li:first-child {
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  #research ul li {
    display: block;
    padding: 1em 0;
  }
  #research ul li .meta {
    line-height: 1;
    margin-right: 0;
  }
  #research ul li a {
    margin-top: 0.15em;
  }
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#member {
  position: relative;
  z-index: 1;
}
#member-wrapper {
  background-image: url(../images/bgi-1.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
}
#member-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #c46d2f;
  mix-blend-mode: multiply;
  z-index: 0;
}
#member .container {
  max-width: 950px;
}
#member img {
  width: 100%;
}
#member .profile-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
#member .profile-box + .profile-box {
  margin-top: 30px;
}
#member .profile-box.professors {
  background-color: rgba(255, 255, 255, 0.7);
}
#member .profile-box .head {
  color: #c46d2f;
  font-size: 1.2222222222em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
#member .profile-box .flex-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#member .profile-box .flex-box .photo {
  width: 215px;
}
#member .profile-box .flex-box .profile {
  width: calc(100% - 245px);
}
#member .profile-box .flex-box .profile h3 {
  font-size: 1.3333333333em;
  font-weight: 500;
  line-height: 1;
}
#member .profile-box .flex-box .profile p {
  font-size: 0.8888888889em;
}
#member .profile-box .flex-box .profile a {
  color: #c46d2f;
}
#member .profile-box .flex-box .profile .kana {
  font-size: 0.6666666667em;
  line-height: 1;
  margin-top: 8px;
}
#member .profile-box .flex-box .profile .type {
  color: #c46d2f;
  font-size: 0.8333333333em;
  margin: 10px auto 15px;
}
#member .profile-box .flex-box .profile .hobby {
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  #member .profile-box {
    padding: 15px;
  }
  #member .profile-box + .profile-box {
    margin-top: 20px;
  }
  #member .profile-box .flex-box {
    display: block;
  }
  #member .profile-box .flex-box .photo {
    margin: 0 auto 15px;
    width: 65%;
  }
  #member .profile-box .flex-box .profile {
    width: 100%;
  }
  #member .profile-box .flex-box .profile h3 {
    text-align: center;
  }
  #member .profile-box .flex-box .profile .kana {
    text-align: center;
  }
  #member .profile-box .flex-box .profile .type {
    margin: 8px auto 10px;
    text-align: center;
  }
  #member .profile-box .flex-box .profile .hobby {
    font-size: 0.8888888889em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 記事ページの基本スタイル*/
article.category-news {
  color: #fff;
}
article.category-news .entry-header {
  margin-bottom: 2em;
}
article.category-news .entry-header .meta {
  color: #fff;
  font-size: 0.8888888889em;
  font-weight: 600;
  line-height: 1.75;
  margin-right: 3em;
}
article.category-news .entry-header h1 {
  font-size: 1.3333333333em;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  article.category-news .entry-header {
    margin-bottom: 1em;
  }
  article.category-news .entry-header h1 {
    font-size: 1.1111111111em;
  }
}
article.category-news a {
  color: #fff;
}
article.category-news .button-wrapper a {
  color: #c46d2f;
}
article.category-news .button-wrapper:hover a {
  color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイトマップ */
.sitemap .wysiwyg h2 {
  font-size: 1em;
}
.sitemap .sitemap-list > .page_item {
  list-style: none;
  margin-left: 0;
}
.sitemap .sitemap-list > .page_item > a {
  background-color: #fff;
  border-left: 5px solid #c46d2f;
  display: block;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
}
.sitemap .sitemap-list > .page_item > .children {
  border-bottom: 1px dashed #000;
  display: inline;
}
.sitemap .sitemap-list > .page_item > .children > .page_item {
  list-style: none;
}
.sitemap .sitemap-list > .page_item > .children > .page_item > a {
  background-color: #e88623;
  padding: 5px 10px;
}
.sitemap .sitemap-list > .page_item > .children a {
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
.sitemap .sitemap-list > .page_item > .children a:hover {
  color: #c46d2f;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children {
  display: inline;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children li {
  display: inline;
  margin: 0;
  padding: 0;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children a {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 検索ボックス */
#search {
  position: absolute;
  top: 78px;
  width: 100%;
  text-align: center;
  z-index: -1;
  -webkit-transition: opacity 0.25s, visibility 0s ease 0.25s;
  transition: opacity 0.25s, visibility 0s ease 0.25s;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background-color: #acc824;
}
@media only screen and (max-width: 640px) {
  #search {
    top: 58px;
  }
}
#search.open {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
#search .search-form {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.search-form {
  padding: 1.5em 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-form {
    padding: 1em 0;
  }
}
.search-form .search-submit {
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 37px;
  margin: auto;
  border: none;
}
.search-form .search-submit:hover {
  opacity: 0.8;
}

.search-field {
  border: none;
  background-color: #ddd;
  border-radius: 0;
  background-image: url(../images/icon-search.svg);
  background-size: 16px 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-size: 1em;
  text-indent: 2em;
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 80px;
}
@media only screen and (max-width: 640px) {
  .search-field {
    width: 95%;
  }
}
.search-field:focus {
  background-image: url(../images/icon-search.svg);
  background-size: 16px 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-right: 10px;
}
#contents .search-field {
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 個人情報保護方針 */
#privacy .container {
  max-width: 900px;
}
#privacy .wysiwyg {
  margin: 0 auto;
  width: 100%;
}
#privacy .wysiwyg h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  #privacy .wysiwyg h2 {
    font-size: 1.15em;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}
#privacy .wysiwyg h3 {
  background: rgba(30, 118, 214, 0.1);
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  #privacy .wysiwyg h3 {
    font-size: 0.9em;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}
#privacy .wysiwyg p {
  font-size: 0.9em;
}
#privacy .wysiwyg a {
  color: #c46d2f;
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */