@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
/* 英語用 */
/* style */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin-bottom: 0;
}

a img {
  transition: opacity 0.3s;
}
a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
}

input:hover,
button:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

.header_logo a:hover img,
.footer_logo a:hover img {
  opacity: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.dn {
  display: none !important;
}

/* header */
.header_logo h1 {
  font-weight: normal;
}
.header_logo h1 a {
  display: block;
}

.header_nav {
  border-top: solid 4px #333333;
}

.header_bottom_link a {
  display: block;
}
.header_bottom_link a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.header_bottom_link a:hover {
  text-decoration: none;
}

.bottom_link_1 a:hover {
  color: #a981cc;
}

.icon_pen a::before {
  content: "\f304";
}

.icon_access a::before {
  content: "\f3c5";
}

.bottom_link_2 a {
  color: #fff;
}

.icon_mail {
  background-color: #3ab4fa;
}
.icon_mail:hover {
  opacity: 0.8;
}
.icon_mail a::before {
  content: "\f658";
}

.icon_question {
  background-color: #ff9639;
}
.icon_question:hover {
  opacity: 0.8;
}
.icon_question a::before {
  content: "\f059";
}

/* footer */
.footer {
  border-top: solid 4px #a981cc;
}

.footer_logo {
  text-align: center;
}

.h-campus_box {
  margin: 0 0 10px;
}

.campus_box p {
  margin: 0;
}

.sns_area {
  text-align: center;
}

.policyLink_area {
  background: #ccc;
}
.policyLink_area a {
  display: block;
  color: #666666;
}

.policy {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: #333333;
}

.gotop {
  z-index: 20000;
  position: fixed;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
}

.at::after {
  content: "@";
}

/* mv */
.mv_text {
  position: relative;
  text-align: right;
  /* color: #fff; */
  font-weight: bold;
}
.mv_text p {
  margin: 0;
  line-height: 1.1;
}

.inner_mv_text {
  position: absolute;
}

.anchor_area {
  display: flex;
  justify-content: center;
  width: 100%;
}
.anchor_area div {
  flex-basis: 50%;
}
.anchor_area a {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
}
.anchor_area a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.anchor_area_1 a {
  background: linear-gradient(125deg, #336699, #3366cc);
}

.anchor_area_2 a {
  background: linear-gradient(155deg, #33cc66, #339966);
}

.anchor-en_text {
  display: block;
  margin-top: 5px;
}

/* top contents */
.h_news {
  font-weight: normal;
  border-bottom: solid 1px #333;
}

.news_list {
  color: #666666;
  line-height: 1.8;
}
.news_list a {
  color: inherit;
}
.news_list a:hover {
  color: #a981cc;
}
.news_list dd {
  margin: 10px 0 15px;
}

.h_about {
  font-weight: normal;
  color: #fff;
  background: #a981cc;
}

.sec_about {
  background: #fdfcf2;
}

.h_course {
  font-weight: normal;
  color: #fff;
}

.course_box {
  background: #fff;
}

.course_1 {
  background: url(/grdc/en/img/title_design_bg.jpg) no-repeat center;
  background-size: cover;
}

.course_2 {
  background: url(/grdc/en/img/title_general_bg.jpg) no-repeat center;
  background-size: cover;
}

.course_boxline {
  border: solid 1px #fff;
}

.shadow {
  text-shadow: 2px 1px 0px #333333;
}

.program-en_text {
  display: block;
}

.course_list li a {
  display: flex;
  align-items: center;
}
.course_list li a p span {
  display: block;
}

.bottom_link {
  background: url(/grdc/en/img/bg_stripe.gif);
}

.bottom_link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom_link-wrap li {
  transition: all 0.3s;
  border: solid 2px #a981cc;
}
.bottom_link-wrap li a {
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.2;
  color: #a981cc;
  background-color: #fff;
}
.bottom_link-wrap li a::before {
  content: "";
  display: block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bottom_link-wrap li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #a981cc;
}

.icon_1 a::before {
  margin-top: -0.2em;
  background-image: url(/grdc/en/img/icon_01_off.png);
}
.icon_1 a:hover::before {
  background-image: url(/grdc/en/img/icon_01_on.png);
}

.icon_2 a::before {
  margin-top: -0.15em;
  background-image: url(/grdc/en/img/icon_02_off.png);
}
.icon_2 a:hover::before {
  background-image: url(/grdc/en/img/icon_02_on.png);
}

.icon_3 a::before {
  margin-top: -0.1em;
  background-image: url(/grdc/en/img/icon_03_off.png);
}
.icon_3 a:hover::before {
  background-image: url(/grdc/en/img/icon_03_on.png);
}

.icon_4 a::before {
  margin-top: -0.2em;
  background-image: url(/grdc/en/img/icon_04_off.png);
}
.icon_4 a:hover::before {
  background-image: url(/grdc/en/img/icon_04_on.png);
}

.icon_5 a::before {
  margin-top: -0.2em;
  background-image: url(/grdc/en/img/icon_05_off.png);
  background-size: cover;
}
.icon_5 a:hover::before {
  background-image: url(/grdc/en/img/icon_05_on.png);
}

.forStudent_link li {
  font-size: 1.125rem;
}
.forStudent_link li a {
  position: relative;
}
.forStudent_link li a:hover {
  background-color: #333;
}
.forStudent_link li a:hover::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 37%;
}

/* お知らせ */
.btn_more {
  display: flex;
  justify-content: center;
}
.btn_more a {
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-color: #333333;
  border: 2px solid #333333;
}
.btn_more a::after {
  position: absolute;
  top: calc(50% - 0.5em);
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: auto;
}
.btn_more a:hover {
  text-decoration: none;
  color: #333333;
  background-color: #fff;
}

/* ------ page ----- */
/* パンくず */
.breadcrumbs li {
  font-weight: 900;
  color: #333;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
  font-weight: normal;
  color: #333;
}
.breadcrumbs li a {
  font-weight: normal;
  color: #666;
}
.breadcrumbs li a:hover {
  color: #a981cc;
}

/* 共通リンク */
.btn_border a {
  transition: all 0.3s;
  float: right;
  display: flex;
  justify-content: center;
  min-width: 200px;
  padding: 15px 25px 15px 30px;
  border: solid 3px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.btn_border a[target=_blank]::after {
  content: "\f35d";
  font-size: 0.5em;
  vertical-align: text-top;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.btn_border a:hover {
  text-decoration: none;
}
.btn_border::after {
  content: "";
  display: block;
  clear: both;
}
.btn_border.design a {
  color: #336699;
  border-color: #336699;
}
.btn_border.design a:hover {
  color: #fff;
  background-color: #336699;
}
.btn_border.general a {
  color: #339966;
  border-color: #339966;
}
.btn_border.general a:hover {
  color: #fff;
  background-color: #339966;
}
.btn_border.common a {
  color: #a981cc;
  border-color: #a981cc;
}
.btn_border.common a:hover {
  color: #fff;
  background-color: #a981cc;
}
.btn_border.color_pdf a {
  background-color: #fff;
}

.top_link {
  /* 下層でも使用中 */
}
.top_link a {
  text-decoration: underline;
}
.top_link a:hover {
  text-decoration: none;
}

.pdf::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #de1113;
}

.color_pdf {
  /* 文字も同色にしたいとき */
  color: #FF0000;
}
.color_pdf a {
  color: #FF0000;
}
.color_pdf a::after {
  color: #FF0000;
}
.color_pdf a:hover {
  border-color: #FF0000;
  color: #fff;
  background-color: #FF0000;
}
.color_pdf a:hover::after {
  color: #fff;
}
.color_pdf a[href$=".pdf"]::after {
  content: "\f1c1";
  font-weight: normal;
  line-height: 1.5;
  font-size: 1rem;
}

.xls::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  color: #207546;
  font-weight: normal;
}

.color_xls {
  /* 文字も同色にしたいとき */
  color: #207546;
}
.color_xls a {
  color: #207546;
}
.color_xls a:hover {
  color: #fff;
  background-color: #207546;
}
.color_xls a:hover::after {
  color: #fff;
}
.color_xls a[href$=".xlsx"]::after {
  content: "\f1c3";
  font-weight: normal;
  line-height: 1.5;
  font-size: 1rem;
}

.word::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  color: #2b5797;
}

.btn-program_pamphlet {
  display: table;
  margin: 0 auto 10%;
  padding: 0 1em;
}
.btn-program_pamphlet a {
  display: block;
  border: solid 2px;
}
.btn-program_pamphlet.design a {
  border-color: #336699;
}
.btn-program_pamphlet.general a {
  border-color: #339966;
}

/* ページタイトル */
.page_title-wrap.design {
  background-color: #336699;
}
.page_title-wrap.general {
  background-color: #339966;
}
.page_title-wrap.common {
  background-color: #a981cc;
}

.page_title {
  font-weight: normal;
  color: #fff;
}
.page_title .title {
  display: block;
  padding-top: 5px;
}

.degree {
  text-align: center;
  font-weight: 900;
  border: solid 1px #fff;
  background: #fff;
}

.common .degree {
  color: #a981cc;
}

.design .degree {
  color: #336699;
}

.general .degree {
  color: #339966;
}

/* 共通セクション */
.sec_box.bg_color {
  background-color: #fdfcf2;
}

/* 見出しパターン */
.h-deco1 {
  border-bottom: solid 3px;
}
.h-deco1.design {
  border-color: #336699;
}
.h-deco1.general {
  border-color: #339966;
}
.h-deco1.common {
  border-color: #a981cc;
}

.h-deco2 {
  position: relative;
  display: table;
  margin: 0 auto 50px;
  padding: 0 1.2em;
  text-align: center;
}
.h-deco2::before, .h-deco2::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 1em;
  height: 2px;
  background: #333;
}
.h-deco2::before {
  left: 0;
}
.h-deco2::after {
  right: 0;
}

.h-deco3 {
  margin: 0 0 20px;
  padding: 15px 0 13px;
  text-align: center;
  line-height: 1.3;
  border-top: solid 5px;
  border-bottom: solid 5px;
}
.h-deco3.design {
  color: #336699;
  border-color: #336699;
}
.h-deco3.general {
  color: #339966;
  border-color: #339966;
}
.h-deco3.common {
  color: #a981cc;
  border-color: #a981cc;
}

.h-deco4.design {
  border-color: #336699;
}
.h-deco4.general {
  border-color: #339966;
}
.h-deco4.common {
  border-color: #a981cc;
}

.h-deco5 {
  text-align: center;
  color: #fff;
}
.h-deco5.design {
  background-color: #336699;
}
.h-deco5.general {
  background-color: #339966;
}
.h-deco5.common {
  background-color: #a981cc;
}

.h-deco6 {
  text-align: center;
}

.no_mt {
  margin-top: 0 !important;
}

/* テーブル */
.table-1 {
  border-spacing: 0px;
  border: solid 2px;
}
.table-1 caption {
  text-align: left;
  font-weight: 900;
  line-height: 1;
  margin-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
.table-1 caption::before {
  content: "●";
  line-height: 1;
  margin-right: 10px;
}
.table-1 thead {
  color: #fff;
}
.table-1 tbody {
  border-top: solid 2px;
}
.table-1 tbody td:not(:first-child) {
  text-align: center;
}
.table-1 th {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.table-1 th:first-child {
  border-left: solid 1px #fff;
}
.table-1 .th-1 {
  text-align: left;
}
.table-1.design {
  border-color: #336699;
}
.table-1.design caption {
  color: #336699;
}
.table-1.design tbody,
.table-1.design td {
  border-color: #336699;
}
.table-1.design tbody:not(:last-child),
.table-1.design td:not(:last-child) {
  border-color: #336699;
}
.table-1.design thead {
  background-color: #336699;
  border-width: 2px;
}
.table-1.general {
  border-color: #339966;
}
.table-1.general caption {
  color: #339966;
}
.table-1.general tbody,
.table-1.general td {
  border-color: #339966;
}
.table-1.general tbody:not(:last-child),
.table-1.general td:not(:last-child) {
  border-color: #339966;
}
.table-1.general thead {
  background-color: #339966;
}
.table-1.common {
  border-color: #a981cc;
}
.table-1.common caption {
  color: #a981cc;
}
.table-1.common tbody,
.table-1.common td {
  border-color: #a981cc;
}
.table-1.common tbody:not(:last-child),
.table-1.common td:not(:last-child) {
  border-color: #a981cc;
}
.table-1.common thead {
  background-color: #a981cc;
}
.table-1.long {
  width: 100%;
}
.table-1.long .th-2 {
  padding: 15px 0 13px 20px;
  text-align: left;
}
.table-1.long tbody td:not(:first-child) {
  text-align: left;
  padding: 15px 5px 15px 20px;
}
.table-1.table_link tbody td:first-child {
  padding: 0;
  vertical-align: unset;
}
.table-1.table_link a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 23px;
  color: #a981cc;
}
.table-1.table_link a:hover {
  text-decoration: none;
}
.table-1.table_link.design a:hover {
  background-color: #f0f5fa;
}
.table-1.table_link.general a:hover {
  background-color: #f0faf5;
}

/* light box */
.window_text {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: right;
}
.window_text a {
  color: #a981cc;
}

/* 研究科概要index */
.link_wrap li {
  font-weight: 900;
  border: solid 3px;
}
.link_wrap li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.link_wrap li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
.link_wrap li a::after {
  position: absolute;
  right: 5%;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.img_box figcaption {
  margin-top: 10px;
}

/* ３つのポリシー */
.list-number {
  margin-right: 5%;
  margin-left: 5%;
  counter-reset: my-counter;
}
.list-number > li:not(:last-child) {
  margin-bottom: 30px;
}

.h-number::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  margin-right: 10px;
}

.design .h-number::before {
  color: #336699;
}

.general .h-number::before {
  color: #339966;
}

.common .h-number::before {
  color: #a981cc;
}
.common .member-name {
  margin-top: 20px;
  font-weight: 900;
}

.list-disc li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.list-disc li::before {
  content: "?";
}

/* overview_area */
.point {
  display: block;
  text-align: center;
}

/* 教員紹介 */
.member-profile {
  margin: 0;
  font-size: 1.125rem;
}
.member-profile dt {
  line-height: 1.5;
  font-weight: 900;
}
.member-profile dt::before {
  content: "●";
  font-size: 1.43rem;
  line-height: 1;
}
.member-profile .member_t-1 {
  font-weight: normal;
}
.member-profile .member_t-1::before {
  content: "";
}
.member-profile dd {
  line-height: 1.2;
}
.member-profile .member-name {
  line-height: 1;
}

.member_t-1 {
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.member_t-1.design {
  background-color: #336699;
}
.member_t-1.general {
  background-color: #339966;
}
.member_t-1.common {
  background-color: #a981cc;
}

.common_gsbi .member_t-1 {
  background-color: #a981cc;
}

.design .member_t-1 {
  background-color: #336699;
}

.general .member_t-1 {
  background-color: #339966;
}

.btn_dean {
  position: relative;
  align-self: center;
  width: 200px;
}
.btn_dean a {
  display: block;
  text-align: center;
  font-weight: 900;
  background-color: #fff;
}
.btn_dean a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  font-size: 0.8em;
}
.btn_dean a:hover {
  color: #fff;
  text-decoration: none;
}

.btn_member a {
  display: block;
  text-align: center;
  font-weight: 900;
  background-color: #fff;
}
.btn_member a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.btn_member a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333;
}

.member-icon dt {
  line-height: 1.5;
  font-weight: 900;
}
.member-icon dt::before {
  content: "●";
  line-height: 1;
}

/* アコーディオン */
.acco:hover {
  cursor: pointer;
}
.acco .btn_open::after, .acco .btn_open::before {
  color: #fff;
}
.acco.design .btn_open {
  background-color: #336699;
}
.acco.general .btn_open {
  background-color: #339966;
}

.acco2:hover {
  cursor: pointer;
}
.acco2.common .btn_open {
  color: #a981cc;
}
.acco2.common .btn_open::before {
  color: #a981cc;
}
.acco2.design .btn_open {
  color: #336699;
}
.acco2.design .btn_open::before {
  color: #336699;
}
.acco2.general .btn_open {
  color: #339966;
}
.acco2.general .btn_open::before {
  color: #339966;
}

.btn_open {
  padding: 5px 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  background-color: #fff;
}
.btn_open::before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
.btn_open::after {
  content: "OPEN";
}

.active .btn_open::before {
  content: "\f056";
}
.active .btn_open::after {
  content: "CLOSE";
}

/* プログラム紹介 */
.course_info {
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
}
.course_info .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course_info .info + span {
  margin-left: 20px;
}

.degree_white {
  border: solid 1px #fff;
}

.bg_stripe.general {
  background: url(/grdc/en/img/link_bg_general.gif);
}
.bg_stripe.design {
  background: url(/grdc/en/img/link_bg_design.gif);
}

.program.sec_box {
  padding-top: 0;
}
.program .h-deco4 {
  margin: 0 0 15px;
}
.program .index_link {
  margin-bottom: 15px;
}

/* 地域創生科学研究科 */
.advantage_check {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #a981cc;
}
.advantage_check::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}

.advantage_text_area {
  border: solid 3px #a981cc;
  background: #fff;
}

.design .overview_text-title {
  color: #336699;
}
.design .more_style a {
  border: solid 2px #336699;
  background-color: #336699;
}
.design .more_style a:hover {
  color: #336699;
}

.general .overview_text-title {
  color: #339966;
}
.general .more_style a {
  border: solid 2px #339966;
  background-color: #339966;
}
.general .more_style a:hover {
  color: #339966;
}

.btn_center {
  margin: 30px auto;
}
.btn_center .more_style.common a {
  border: solid 2px #a981cc;
  background-color: #a981cc;
}
.btn_center .more_style.common a:hover {
  color: #a981cc;
  background-color: #fff;
}

.more_style a {
  position: relative;
  transition: all 0.2s;
  display: block;
  text-align: center;
  font-weight: 900;
  color: #fff;
}
.more_style a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
}
.more_style a:hover {
  text-decoration: none;
  background-color: #fff;
}

.gso-more_link {
  margin-bottom: 15px;
}

.common .inner-sec_box {
  background: url(/grdc/en/img/bg_stripe_common.gif);
}

/* 取得可能な学位?資格 */
.deg_qua-data {
  margin-bottom: 30px;
}
.deg_qua-data dd {
  margin-left: 0;
  margin-bottom: 25px;
}
.deg_qua-data dd p {
  margin: 10px 0 5px 36px;
  line-height: 1.2;
}
.deg_qua-data dd p + p {
  margin: 0 0 5px 36px;
}
.deg_qua-data dd b {
  display: block;
}

.t-deg_qua {
  margin-bottom: 10px;
  font-weight: 900;
}
.t-deg_qua::before {
  content: "●";
  margin-right: 10px;
}
.t-deg_qua.design {
  color: #336699;
}
.t-deg_qua.general {
  color: #339966;
}

/* 研究指導体制 */
.bg_stripe {
  background: url(/grdc/en/img/bg_stripe_common.gif);
  background-size: 3.4%;
}

.border_box {
  border: solid 3px #a981cc;
}

.bg_box {
  font-weight: 900;
}
.bg_box p .arrow {
  position: relative;
  display: inline-block;
  color: #990000;
  border-bottom: solid 1px #990000;
}
.bg_box p .arrow::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/grdc/en/img/arrow_down_red.png) no-repeat center;
  background-size: contain;
}

.bg_box-text {
  margin: 0 0 30px;
}

.color_square {
  display: inline-block;
  color: #fff;
  background-color: #a981cc;
}

.bg_box-text_2 {
  border: solid 3px #990000;
  background: #fff;
}

.circle_data {
  margin: 0;
}
.circle_data dt {
  font-weight: 900;
}
.circle_data dt::before {
  content: "●";
}
.circle_data.common dt {
  color: #a981cc;
}

/* 研究科共通科目と境界?学際領域科目 */
.icon_pickup {
  position: relative;
  color: #fff;
  background-color: #a981cc;
}
.icon_pickup::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}

.table_list-box {
  position: relative;
  border: solid 1px #999999;
  background-color: #fff;
}
.table_list-box::after {
  content: "";
  position: absolute;
  background: url(/grdc/en/img/arrow_right.png) no-repeat center;
}

.h_table_list {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #999999;
}

.list_number_1 li {
  margin-left: 1.7em;
  text-indent: -1.7em;
}
.list_number_1 li:not(:last-child) {
  padding-left: 0.5em;
}
.list_number_1 li:last-child {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.list_number_2 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.circle_list-box {
  border: solid 1px #a981cc;
  background-color: #fff;
}

.h_circle_list {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #a981cc;
}

.circle_list {
  font-size: 1.125rem;
}
.circle_list span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  background-color: #a981cc;
}

/* 刊行物一覧 */
.page_publi .align_center_text {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }

  p {
    line-height: 1.8;
  }

  .pc,
.pc-inline {
    display: none;
  }

  .wrap,
.sp-wrap {
    width: 89.4%;
    margin: 0 auto;
  }

  /* スマホメニューopen時 */
  body {
    position: relative;
  }
  body.fixed {
    overflow: hidden;
  }

  /* header */
  .header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header_logo {
    width: 70%;
    padding: 5px 10px;
    align-self: center;
  }
  .header_logo h1 {
    margin: 0;
  }

  .inner-header_nav {
    display: none;
  }

  .header_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
    background-color: #fff;
  }

  .header_right-area {
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
  }

  .header_right-area-sp {
    width: 17%;
    padding: 2%;
  }
  .header_right-area-sp p {
    margin: 0;
    padding-top: 90%;
    text-align: center;
    font-size: 0.5rem;
    line-height: 0;
    font-weight: bold;
  }
  .header_right-area-sp p:not(:last-child) {
    margin-right: 2%;
  }

  .btn_search {
    background: url(/grdc/en/img/btn_search_sp.png) no-repeat top center;
    background-size: 70%;
  }

  .btn_menu {
    background: url(/grdc/en/img/btn_menu_sp.png) no-repeat top center;
    background-size: 70%;
  }
  .btn_menu.active {
    background: url(/grdc/en/img/btn_menu_sp_close.png) no-repeat top center;
    background-size: 70%;
  }

  .search_box-sp {
    z-index: 100;
    display: none;
    position: absolute;
    width: 100%;
    padding: 3%;
    background-color: #be9cda;
  }
  .search_box-sp .input_box {
    width: 80%;
    padding: 2%;
  }
  .search_box-sp .btn_submit {
    width: 17%;
    padding: 2%;
  }

  .inner-header_nav-sp {
    display: none;
    position: absolute;
    width: 100%;
  }
  .inner-header_nav-sp .h-nav_box {
    border-bottom: solid 1px #c6a2e4;
    background: url(/grdc/en/img/nav_arrow_down.png) no-repeat 97% 50% #a981cc;
    background-size: 5%;
  }
  .inner-header_nav-sp .h-nav_box.active {
    background: url(/grdc/en/img/nav_arrow_up.png) no-repeat 97% 50% #a981cc;
    background-size: 5%;
  }
  .inner-header_nav-sp .footer-nav_list {
    display: none;
    font-size: 1rem;
    background: #333;
  }
  .inner-header_nav-sp .footer-nav_list a {
    padding: 5% 10% 5% 8%;
    color: #fff;
  }
  .inner-header_nav-sp .footer-nav_list li:not(:last-child) {
    border-bottom: solid 1px #666;
  }

  .header_nav_bottom {
    padding-bottom: 5%;
    background-color: #fff;
  }

  .header_bottom_link {
    display: flex;
    text-align: center;
  }
  .header_bottom_link li {
    flex-basis: 50%;
  }
  .header_bottom_link a {
    padding: 8%;
  }
  .header_bottom_link a::before {
    margin-right: 6px;
  }

  .bottom_link_1 {
    font-size: 1rem;
  }
  .bottom_link_1 a {
    padding: 8% 2%;
  }

  .bottom_link_2 {
    font-size: 1.125rem;
    text-align: left;
  }
  .bottom_link_2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5% 8%;
  }
  .bottom_link_2 a::before {
    margin-right: 5%;
    font-size: 1.875rem;
  }

  .link_main,
.btn_uugs {
    position: relative;
    width: 86%;
    margin: 5% auto 0;
    border: solid 1px #333333;
  }
  .link_main a,
.btn_uugs a {
    display: block;
    padding: 5% 3% 4% 41%;
    font-size: 0.937rem;
    background: url(/grdc/en/img/logo_small.png) no-repeat 8% center;
    background-size: 30%;
  }

  .btn_en {
    width: 86%;
    margin: 5% auto 0;
    border: solid 1px #333333;
  }
  .btn_en a {
    display: block;
    padding: 12px 9px;
    text-align: center;
    font-size: 0.875rem;
  }

  /* footer */
  .footer_logo {
    margin: 10% 0 16%;
  }

  .campus_box-area {
    padding: 0 5% 5% 5%;
  }

  .h-campus_box {
    font-size: 1.125rem;
  }

  .campus_box {
    flex-basis: 38%;
    margin-bottom: 30px;
  }
  .campus_box p {
    font-size: 0.875rem;
  }

  .h-nav_box {
    margin: 0;
    padding: 4% 5%;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    background: #666666;
  }

  .footer-nav_list li {
    position: relative;
  }
  .footer-nav_list li::before {
    position: absolute;
    top: 35%;
    right: 5%;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
  }
  .footer-nav_list li:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .footer-nav_list li a {
    display: block;
    padding: 3% 5%;
  }
  .footer-nav_list li a:hover {
    text-decoration: none;
    color: #fff;
    background: #565656;
  }

  .nav_box-big .footer-nav_list {
    border-bottom: solid 1px #ccc;
  }

  .sns_area {
    padding: 6% 0;
  }
  .sns_area a:not(:last-child) {
    margin-right: 20px;
  }
  .sns_area a img {
    width: 10%;
  }

  .policyLink_area {
    display: block;
    width: 100%;
  }
  .policyLink_area li:not(:last-child) {
    border-bottom: solid 1px #fff;
  }
  .policyLink_area a {
    padding: 15px 5% 12px;
    font-size: 0.75rem;
  }

  .policy {
    padding: 25px 0;
  }
  .policy small {
    font-size: 0.875rem;
  }

  .gotop {
    right: 15px;
    bottom: 15px;
    padding: 18px 20px;
  }

  /* mv */
  .mv_area {
    padding: 1% 0 0;
    background: url(/grdc/en/img/mv_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .mv_text {
    height: 225px;
  }

  .inner_mv_text {
    right: 10px;
    bottom: 15px;
  }
  .inner_mv_text .mv_text_1 {
    font-size: 0.75rem;
  }
  .inner_mv_text .mv_text_2 {
    font-size: 1.5rem;
  }

  .anchor_area a {
    height: 100%;
    padding: 5% 0;
    font-size: 0.875rem;
    letter-spacing: -0.05em;
  }

  .anchor-en_text {
    font-size: 0.625rem;
  }

  /* top contents */
  .h_news {
    margin: 0 0 3%;
    font-size: 1rem;
  }

  .sec_news {
    width: 88%;
  }

  .inner-sec_news {
    padding: 7% 0 24%;
  }

  .news_list {
    font-size: 0.812rem;
  }
  .news_list dd {
    margin: 3px 0 20px 1em;
  }

  .btn_more a {
    max-width: 400px;
    max-height: 80px;
    min-width: 200px;
    min-height: 40px;
    width: 80vw;
    height: 15vw;
    font-size: 1.125rem;
    margin-top: 4%;
  }
  .btn_more a::after {
    right: 4vw;
  }

  .sec_about {
    padding-bottom: 11%;
  }
  .sec_about .btn_list {
    margin-bottom: 17%;
  }
  .sec_about .btn_list .li {
    padding: 5px;
  }
  .sec_about .btn_list .slick-dots {
    bottom: -35px;
  }
  .sec_about .btn_list .slick-prev:before, .sec_about .btn_list .slick-next:before {
    color: #333;
  }
  .sec_about .btn_list .slick-prev, .sec_about .btn_list .slick-next {
    z-index: 100;
    top: 110%;
  }
  .sec_about .btn_list .slick-next {
    right: 9%;
  }
  .sec_about .btn_list .slick-prev {
    left: 9%;
  }

  .h_about {
    margin: 0 0 8%;
    padding: 6% 5% 5% 10%;
    font-size: 1.5rem;
  }

  .slick-dots li {
    width: 65px;
  }
  .slick-dots li button {
    width: 65px;
    height: 8px;
  }
  .slick-dots li button::before {
    content: "";
    opacity: 1;
    width: 65px;
    height: 8px;
    border-radius: 10px;
    background-color: #999999;
  }
  .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #a981cc;
  }

  .h_course {
    margin: 0 0 6%;
    padding: 3.5% 3% 3.5%;
    font-size: 1.375rem;
  }
  .h_course span {
    display: block;
  }

  .course_box {
    padding-bottom: 4%;
  }
  .course_box:nth-of-type(1) {
    margin-bottom: 9%;
  }

  .course_boxline {
    padding: 2.5% 2% 2% 6%;
    font-size: 4vw;
  }

  .course-en_text {
    font-size: 0.5rem;
  }

  .shadow {
    margin-top: 4%;
    text-align: right;
  }

  .shadow-en_text {
    font-size: 0.625rem;
  }

  .course_text {
    margin: 0 4% 6%;
    font-size: 0.875rem;
  }

  .course_list {
    margin: 0 4%;
  }
  .course_list li {
    position: relative;
    margin-bottom: 4%;
    border: solid 1px #ccc;
    background-color: #fff !important;
  }
  .course_list li::after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 3%;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  .course_list li p {
    width: 80%;
    margin: 0;
    padding-left: 10px;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .course_list li a {
    width: 100%;
    padding-right: 7%;
  }

  .design .course_list li::after {
    color: #336699;
  }

  .general .course_list li::after {
    color: #339966;
  }

  .course_img {
    width: 19%;
  }

  .program-en_text {
    font-size: 0.562rem;
  }

  .bottom_link {
    padding: 8% 0;
  }

  .bottom_link-wrap {
    align-content: center;
  }
  .bottom_link-wrap li {
    width: 49%;
    font-size: 1.125rem;
    margin-bottom: 2%;
  }
  .bottom_link-wrap li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .bottom_link-wrap a {
    padding: 8% 5%;
  }
  .bottom_link-wrap a::before {
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
  }
  .bottom_link-wrap .icon_2 a::before,
.bottom_link-wrap .icon_4 a::before {
    width: 1.2em;
    height: 1.2em;
  }

  .forStudent_link-area {
    margin: 11% auto;
    padding: 6% 5%;
    border: solid 1px #ccc;
  }

  .h-forStudent_link {
    margin: 0 0 6%;
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
  }

  .forStudent_link li {
    border: solid 1px #a981cc;
  }
  .forStudent_link li:not(:last-child) {
    margin-bottom: 4%;
  }
  .forStudent_link a {
    display: flex;
    justify-content: center;
    padding: 5% 10%;
    color: #a981cc;
  }
  .forStudent_link a:hover {
    color: #fff;
  }

  /* ------ page ----- */
  .page_top-area {
    margin-top: 18vw;
  }

  /* パンくず */
  .breadcrumbs {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
    padding: 2% 0;
  }
  .breadcrumbs li {
    line-height: 1.5;
  }

  /* ページタイトル */
  .page_title-wrap {
    padding: 20px 0;
  }

  .page_title {
    font-size: 1.5rem;
  }

  /* 見出しパターン */
  .h-deco1 {
    margin: 0 0 20px;
    padding-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .h-deco2 {
    margin: 0 auto 30px;
    font-size: 1.25rem;
  }
  .h-deco2.long {
    padding: 0 50px;
  }
  .h-deco2.long::before, .h-deco2.long::after {
    width: 40px;
  }

  .h-deco3 {
    font-size: 1.25rem;
  }

  .h-deco4 {
    margin: 25px 0 15px;
    padding: 10px 10px 8px 15px;
    line-height: 1.3;
    font-size: 1.125rem;
    border-left: solid 7px;
  }

  .h-deco5 {
    width: 60%;
    margin: 0 auto 30px;
    padding: 20px 10px 18px 9%;
    font-size: 1.125rem;
  }
  .h-deco5.long {
    width: 100%;
    padding: 20px 10px;
  }
  .h-deco5.long::after {
    display: block;
    margin: 0;
  }
  .h-deco5.long.sp-wrap {
    width: 89.4%;
  }

  /* 共通セクション */
  .sec_box {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  /* テーブル */
  .page_mb_table .table-1 {
    margin-bottom: 50px;
  }

  .table-1 {
    width: 100%;
  }
  .table-1.mb {
    margin-bottom: 50px;
  }
  .table-1 thead {
    display: none;
  }
  .table-1 caption {
    padding-bottom: 10px;
    font-size: 1rem;
  }
  .table-1 caption::before {
    font-size: 1rem;
  }
  .table-1 tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-1 tbody tr:not(:first-child) {
    border-top-width: 1px;
  }
  .table-1 tbody tr:not(:last-child) {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .table-1 tbody td {
    padding: 11px 3px;
    line-height: 1.25;
  }
  .table-1 tbody td:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .table-1 tbody td:first-child {
    width: 100%;
    padding: 11px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
  }
  .table-1 tbody td:last-child {
    border-right-width: 1px;
  }
  .table-1 tbody .td_left {
    width: 30%;
    padding: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
  .table-1 tbody .td_left span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: solid 1px #fff;
  }
  .table-1 tbody .td_right {
    width: 70%;
    font-size: 1rem;
  }
  .table-1 th {
    padding: 12px 0 11px;
  }
  .table-1 .th-1 {
    width: 54%;
    padding-left: 11px;
  }
  .table-1 .th-2 {
    width: 31%;
  }
  .table-1 .th-3 {
    width: 15%;
  }
  .table-1.long {
    margin: 20px 0 0;
  }
  .table-1.long td {
    display: block;
    line-height: 1.3;
  }
  .table-1.long tbody tr:last-child td:last-child {
    border-bottom: none;
  }
  .table-1.long tbody td {
    border-top: none;
    border-bottom: solid 2px #a981cc;
  }
  .table-1.long tbody td:not(:first-child) {
    padding: 10px 5px 10px 15px;
  }
  .table-1.long tbody td:not(:last-child) {
    border-right: none;
  }
  .table-1.long tbody td:first-child {
    color: #fff;
    border: solid 1px #fff;
    background-color: #a981cc;
  }
  .table-1.long tbody td:last-child {
    border-top: solid 2px #a981cc;
  }
  .table-1.common tbody td:first-child {
    background-color: #a981cc;
  }
  .table-1.common .td_left {
    background-color: #f8efff;
  }
  .table-1.design tbody td:first-child {
    background-color: #336699;
  }
  .table-1.design .td_left {
    background-color: rgba(51, 102, 153, 0.1);
  }
  .table-1.general tbody td:first-child {
    background-color: #339966;
  }
  .table-1.general .td_left {
    background-color: rgba(51, 153, 102, 0.1);
  }
  .table-1.table_link tbody td:first-child {
    background: none;
  }
  .table-1.table_link a {
    text-decoration: underline;
  }

  /* 教員紹介 */
  .dean.member-box {
    background-color: #fff !important;
  }
  .dean .member-img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .dean .member-img img {
    width: 100%;
  }
  .dean .member-profile {
    float: none;
    width: 100%;
  }
  .dean .member_t-1 {
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
    font-size: 0.875rem;
  }
  .dean dd {
    margin: 0 0 0 10px;
  }
  .dean .member-name {
    margin: 0 0 30px;
    font-size: 1.125rem;
  }
  .dean .btn_dean {
    width: 90%;
  }

  .member-box {
    padding: 30px 20px;
  }
  .member-box:nth-child(2n).common_gsbi {
    background-color: rgba(169, 129, 204, 0.1);
  }
  .member-box:nth-child(2n).general {
    background-color: rgba(51, 153, 102, 0.1);
  }
  .member-box:nth-child(2n).design {
    background-color: rgba(51, 102, 153, 0.1);
  }

  .member-img {
    margin: 0 0 20px;
    text-align: center;
  }
  .member-img img {
    width: 170px;
  }

  .member-profile {
    margin: 0;
    font-size: 0.812rem;
  }
  .member-profile dt {
    margin-bottom: 3px;
  }
  .member-profile dt::before {
    font-size: 0.812rem;
  }
  .member-profile dd {
    margin-left: 1em;
  }
  .member-profile dd + dt {
    margin-top: 1em;
  }
  .member-profile dd img {
    width: 50px;
    margin-bottom: 5px;
  }

  .member-name {
    margin: 0 0 20px 0;
  }

  .member_t-1 {
    min-width: 206px;
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .member_t-1.common {
    width: auto;
  }

  .member-name_2 {
    display: block;
    font-size: 1.5rem;
  }

  .member_d-3 {
    margin-left: 1em;
  }

  .btn_dean {
    width: 60%;
    margin: 5% auto 0;
  }
  .btn_dean a {
    padding: 8% 0 7%;
    font-size: 1.125rem;
    border: solid 2px #333;
    background-size: 4%;
  }
  .btn_dean a:hover {
    border: solid 2px #333;
    background-size: 4%;
  }

  .btn_member {
    position: relative;
    width: 91%;
    margin: 9% auto 0;
  }
  .btn_member a {
    padding: 5% 0;
    font-size: 1.125rem;
    border: solid 2px #333;
    background-size: 4%;
  }
  .btn_member a:hover {
    border: solid 2px #333;
    background-size: 4%;
  }
  .btn_member a::after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 20px;
  }

  .member-icon {
    clear: both;
    margin-top: 25px;
  }
  .member-icon dt {
    margin-bottom: 10px;
    font-size: 0.812rem;
  }
  .member-icon dt::before {
    font-size: 0.875rem;
  }
  .member-icon dd {
    margin: 0;
  }
  .member-icon dd img {
    float: left;
    width: 18.4%;
    margin-bottom: 2%;
  }
  .member-icon dd img:not(:nth-child(5n)) {
    margin-right: 2%;
  }

  /* テキスト?画像の組み合わせ */
  .text_box {
    margin-bottom: 4%;
  }

  .img_box {
    margin: 30px 0 0;
    text-align: right;
  }
  .img_box img {
    width: 100%;
  }

  /* ３つのポリシー */
  .policy_list {
    padding: 35px 10px 30px;
  }
  .policy_list .list-number {
    margin: 0;
  }

  .list-number p {
    margin-left: calc(1.75rem + 13px);
  }

  .h-number {
    margin: 0 0 15px;
    margin-left: calc(1.75rem + 13px);
    text-indent: calc(-1.75rem - 13px);
    font-size: 1rem;
  }
  .h-number::before {
    font-size: 1.75rem;
  }

  .list-disc {
    margin-left: calc(1.75rem + 10px);
  }
  .list-disc li {
    margin-bottom: 10px;
  }

  .column-2 .btn_border {
    margin-top: 1em;
  }

  /* overview_area */
  .point {
    margin-bottom: 50px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .overview_text {
    margin-left: 25px;
  }

  .overview_area .list-disc {
    margin: 0 0 0 25px;
  }
  .overview_area .list-disc li {
    margin-bottom: 15px;
  }

  /* アコーディオン */
  .acco2 {
    font-size: 1.5rem;
  }

  .btn_open {
    display: block;
    width: 50%;
    margin: 10px auto 0;
  }

  /* 研究科概要index */
  .link-area {
    padding: 30px 20px 5px;
  }

  .link_wrap {
    font-size: 1rem;
  }
  .link_wrap li {
    margin-bottom: 10%;
  }
  .link_wrap li a {
    padding: 15px 9% 15px 5%;
  }
  .link_wrap .first_link a {
    padding: 30px 10%;
  }

  /* プログラム紹介 */
  .page_title.pc-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .course_info {
    margin: 0 10px 20px 10px;
    justify-content: space-between;
  }
  .course_info .info {
    width: 49%;
    padding: 12px 5px 11px;
    font-size: 1rem;
    text-align: center;
  }
  .course_info .info.w_100 {
    width: 100%;
    font-size: 1rem;
  }
  .course_info .info.degree_white {
    font-size: 0.875rem;
  }
  .course_info .info.degree_white .br {
    font-size: 1rem;
  }

  .column2 .info {
    flex-direction: column;
  }

  .index_link .course_list {
    padding: 5% 0 1%;
  }

  /* 地域創生科学研究科 */
  .advantage_check {
    padding: 14px 16px 8px 48px;
    font-size: 1rem;
  }
  .advantage_check::before {
    top: 6px;
    left: 10px;
    font-size: 1.75rem;
  }

  .advantage_text_area {
    padding: 20px;
  }

  .advantage_title {
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .advantage_img {
    width: 100%;
    margin: 15px auto 0;
  }

  .overview_text-link {
    margin-left: 26px;
  }
  .overview_text-link li p {
    margin-left: 1em;
  }

  .overview_text-title {
    margin: 25px 0 15px;
    font-size: 1.125rem;
  }

  .btn_center {
    width: 80%;
  }

  .more_style a {
    padding: 12px 35px 12px 15px;
  }
  .more_style a::after {
    top: calc(50% - 0.5em);
    right: 15px;
  }

  .overview_more {
    float: right;
    width: 60%;
    margin-top: 5%;
    font-size: 1rem;
  }
  .overview_more a {
    padding: 20px 25px 20px 15px;
  }

  .gso-more_link {
    margin-top: 20px;
  }
  .gso-more_link li {
    margin-bottom: 20px;
  }
  .gso-more_link li a {
    display: flex;
    align-items: center;
    min-height: 97px;
    text-align: left;
    font-size: 1.25rem;
  }

  .h-deco6 {
    font-size: 1.25rem;
    margin: 0 0 30px;
  }

  .list-number {
    margin: 0 5% 60px;
  }

  /* 取得可能な学位?資格 */
  .deg_qua-data {
    margin-top: 47px;
    margin-bottom: 60px;
  }
  .deg_qua-data dd p {
    margin-left: 0;
    margin-top: 30px;
    line-height: 1.5;
  }
  .deg_qua-data dd b {
    line-height: 1.5;
  }

  .t-deg_qua {
    margin-bottom: 17px;
    font-size: 1rem;
  }
  .t-deg_qua::before {
    font-size: 1.125rem;
  }

  /* 研究指導体制 */
  .bg_box {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1rem;
  }
  .bg_box p .arrow {
    font-size: 1.375rem;
    line-height: 1;
  }
  .bg_box p .arrow::after {
    left: calc(50% - 20px);
    width: 40px;
    height: 26px;
    margin-top: 5px;
  }

  .color_square {
    display: block;
    width: 37%;
    margin-bottom: 10px;
    padding: 10px 0 5px;
    text-align: center;
  }

  .bg_box-text .ml {
    font-size: 1.125rem;
  }

  .bg_box-text_2 {
    padding: 10px;
    font-size: 1.125rem;
  }
  .bg_box-text_2 strong span {
    display: block;
    margin-top: 5px;
    margin-left: 0.5em;
  }

  .border_box {
    margin: 20px auto 0;
    padding: 20px;
  }

  .circle_data dt {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .circle_data dt::before {
    font-size: 1.25rem;
  }
  .circle_data dd {
    margin-left: 20px;
  }
  .circle_data dd:nth-child(2) {
    margin-bottom: 15px;
  }

  .align_center_text::after {
    content: "";
    display: block;
    clear: both;
  }
  .align_center_text .btn_border {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* 研究科共通科目と境界?学際領域科目 */
  .pickup_box {
    margin-bottom: 50px;
    padding: 22px;
  }

  .h_pickup {
    margin: 0 0 25px 0;
    font-size: 1rem;
  }

  .icon_pickup {
    display: block;
    width: 145px;
    margin-bottom: 10px;
    padding: 10px 0 6px 40px;
    font-size: 1.125rem;
  }
  .icon_pickup::before {
    top: 5px;
    left: 10px;
    font-size: 1.5rem;
  }

  .notes {
    font-size: 0.75rem;
  }

  .table_area {
    margin: 23px auto;
  }

  .table_list-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .table_list-box::after {
    bottom: -38px;
    right: 46%;
    width: 24px;
    height: 33px;
    background: url(/grdc/en/img/arrow_down.png) no-repeat center;
    background-size: contain;
  }

  .h_table_list,
.h_circle_list {
    padding: 7px 0;
    font-size: 1rem;
  }

  .list_wrap {
    padding: 20px 15px 25px;
  }
  .list_wrap li {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .circle_list-box {
    width: 100%;
  }

  .circle_list {
    padding: 18px 10px;
  }
  .circle_list li {
    margin-bottom: 15px;
  }
  .circle_list span {
    margin-right: 8px;
    padding: 7px 0 5px 11px;
    font-size: 0.812rem;
  }

  /* 沿革?組織構成 */
  .advantage_box.history {
    margin-top: 30px;
  }

  /* 刊行物一覧 */
  .page_publi .align_center_text {
    margin-top: 50px;
  }

  .publi_text_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
    font-size: 1rem;
  }

  p {
    line-height: 1.6;
  }

  .wrap,
.pc-wrap {
    width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .sp,
.header_right-area-sp,
.search_box-area-sp,
.search_box-sp,
.inner-header_nav-wrap {
    display: none;
  }

  .sp-inline {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc-inline {
    display: inline-block;
  }

  .page-wrap {
    width: 1040px;
    margin: 0 auto 190px;
    padding: 0 20px;
  }

  /* header */
  .header_top {
    display: flex;
    justify-content: space-between;
  }

  .header_logo {
    width: 362px;
  }
  .header_logo h1 {
    margin: 23px 0 16px;
    line-height: 1;
  }

  .header_nav_bottom {
    position: relative;
    width: 505px;
    height: 120px;
    font-size: 0.875rem;
  }

  .header_bottom_link {
    display: flex;
    float: left;
  }

  .bottom_link_1 {
    width: 305px;
    margin-top: 85px;
  }
  .bottom_link_1 li:not(:last-child) {
    border-right: solid 1px #999999;
  }
  .bottom_link_1 a {
    padding: 0 19px;
    color: #666;
  }
  .bottom_link_1 a::before {
    margin-right: 10px;
    color: #333;
  }

  .bottom_link_2 {
    width: 200px;
    height: 100%;
    text-align: center;
  }
  .bottom_link_2 li {
    width: 100px;
  }
  .bottom_link_2 a {
    display: block;
    height: 100%;
  }
  .bottom_link_2 a::before {
    display: block;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 2.375rem;
  }

  .link_main,
.btn_uugs,
.btn_en {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 0.75rem;
  }
  .link_main::before,
.btn_uugs::before,
.btn_en::before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .link_main a,
.btn_uugs a,
.btn_en a {
    display: block;
    color: #666;
  }
  .link_main a:hover,
.btn_uugs a:hover,
.btn_en a:hover {
    color: #a981cc;
  }

  .btn_en {
    margin-top: 10px;
  }
  .btn_en span {
    padding: 0 5px;
    color: #fff;
    background-color: #666666;
  }
  .btn_en a {
    display: inline-block;
  }
  .btn_en a::before {
    transition: width 0.2s;
    position: absolute;
    bottom: -2px;
    content: "";
    display: block;
    width: 85%;
    height: 0.7em;
    background-color: rgba(169, 129, 204, 0.5);
  }
  .btn_en a:hover {
    text-decoration: none;
  }
  .btn_en a:hover::before {
    width: 0px;
  }

  .link_main {
    top: 18px;
  }

  .btn_uugs {
    top: 43px;
  }

  .header_nav {
    background: #333;
  }

  .inner-header_nav {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
  }
  .inner-header_nav li {
    width: 33.33%;
    text-align: center;
  }
  .inner-header_nav li a {
    display: block;
    padding: 20px 0 18px;
    color: #fff;
  }
  .inner-header_nav li a:hover {
    text-decoration: none;
    background: #a981cc;
  }

  /* footer */
  .footer_logo {
    margin: 35px 0 45px;
  }

  .campus_box-area {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
  }

  .h-campus_box {
    text-align: center;
    font-size: 1.25rem;
  }

  .footer_nav {
    display: flex;
    justify-content: space-around;
    padding: 45px 0;
  }

  .nav_box:not(:last-child) {
    margin-right: 25px;
  }
  .nav_box li {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }

  .h-nav_box {
    margin: 0 0 20px;
    font-size: 1.125rem;
  }

  .nav_box-big {
    width: 43%;
  }
  .nav_box-big .footer-nav_list {
    float: left;
  }
  .nav_box-big .footer-nav_list.list_1 {
    margin-right: 70px;
  }

  .footer-nav_list a {
    color: #666;
  }
  .footer-nav_list a:hover {
    color: #a981cc;
  }

  .sns_area {
    text-align: center;
  }
  .sns_area a:not(:last-child) {
    margin-right: 25px;
  }

  .policyLink_area {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  .policyLink_area a {
    padding: 20px 15px;
  }

  .policy {
    padding: 23px 0;
  }
  .policy small {
    font-size: 1rem;
  }

  .gotop {
    right: 20px;
    bottom: 20px;
    padding: 25px;
  }
  .gotop:hover {
    cursor: pointer;
  }

  /* mv */
  .mv_area {
    background: url(/grdc/en/img/mv_bg.jpg) no-repeat center;
    background-size: cover;
  }

  .mv_text {
    position: relative;
    height: 528px;
    text-align: right;
    /* color: #fff; */
    font-weight: bold;
  }
  .mv_text p {
    margin: 0;
    line-height: 1.1;
  }

  .inner_mv_text {
    position: absolute;
    right: 30px;
    bottom: 45px;
  }
  .inner_mv_text .mv_text_1 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .inner_mv_text .mv_text_2 {
    font-size: 4.5rem;
  }

  .anchor_area a {
    padding: 26px;
    font-size: 2rem;
  }

  .anchor-en_text {
    margin-top: 5px;
    font-size: 0.875rem;
  }

  /* top_contents */
  .sec_news {
    padding: 50px 20px 80px;
  }

  .inner-sec_news {
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    border: solid 1px #cccccc;
  }

  .h_news {
    margin: 0 0 25px;
    font-size: 1.875rem;
  }

  .news_list dt {
    float: left;
  }
  .news_list dd {
    padding: 0 0 0 106px;
  }

  .btn_more a {
    width: 300px;
    height: 62px;
    margin-top: 40px;
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
  .btn_more a::after {
    right: 20px;
  }

  .sec_about {
    padding-bottom: 30px;
  }

  .h_about {
    margin: 0 0 50px;
    padding: 38px 0 34px;
    text-align: center;
    font-size: 2rem;
  }

  .btn_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .h_course {
    height: 100px;
    margin: 0 0 40px;
    padding: 17px 15px;
    font-size: 1.875rem;
  }
  .h_course span {
    display: inline-block;
  }
  .h_course .course-en_text {
    display: block;
    font-size: 0.562rem;
  }
  .h_course .shadow-en_text {
    display: block;
    text-align: right;
    font-size: 0.875rem;
  }

  .course_box {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .course_boxline {
    padding: 12px 15px 10px;
    font-size: 1.25rem;
  }

  .shadow {
    float: right;
    margin-top: 18px;
  }

  .course_text {
    margin: 0 40px 35px;
  }

  .course_list {
    margin: 0 40px;
  }
  .course_list li {
    float: left;
    width: 420px;
    margin-bottom: 20px;
    font-size: 1rem;
    border: solid 1px #ccc;
    background-color: #fff;
  }
  .course_list li:not(:nth-child(2n)) {
    margin-right: 80px;
  }
  .course_list li img {
    float: left;
  }
  .course_list li p {
    margin: 0;
    padding-left: 15px;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }
  .course_list li p span {
    font-size: 1.25rem;
  }
  .course_list li .long {
    padding-top: 0;
  }
  .course_list li a:hover {
    text-decoration: none;
  }
  .course_list.no_en li p {
    vertical-align: middle;
    padding-top: 0;
  }

  .program-en_text {
    font-size: 0.75rem;
  }

  .bottom_link {
    padding: 80px 0;
  }

  .bottom_link-wrap li {
    width: 315px;
    height: 120px;
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .bottom_link-wrap li:last-child {
    margin-bottom: 0;
  }
  .bottom_link-wrap li.long {
    width: 100%;
  }
  .bottom_link-wrap a {
    letter-spacing: -0.05em;
  }
  .bottom_link-wrap a::before {
    width: 1em;
    height: 1em;
    margin-right: 15px;
  }
  .bottom_link-wrap .icon_2 {
    font-size: 1.75rem;
  }
  .bottom_link-wrap .icon_2 a::before {
    font-size: 2rem;
  }
  .bottom_link-wrap .icon_4 a::before,
.bottom_link-wrap .icon_5 a::before {
    margin-right: 20px;
  }
  .bottom_link-wrap .icon_5 {
    font-size: 1.75rem;
  }
  .bottom_link-wrap .icon_5 a::before {
    font-size: 2rem;
  }

  .forStudent_link-area {
    width: 920px;
    margin: 80px auto;
    padding: 40px 20px;
    border: solid 1px #ccc;
  }

  .h-forStudent_link {
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: normal;
  }

  .forStudent_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .forStudent_link li {
    width: 430px;
    height: 60px;
  }
  .forStudent_link li:nth-child(1), .forStudent_link li:nth-child(2) {
    margin-bottom: 20px;
  }
  .forStudent_link a {
    transition: all 0.2s;
    display: block;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    color: #a981cc;
    border: solid 1px #a981cc;
  }
  .forStudent_link a:hover {
    color: #fff;
    border: solid 1px #333333;
    background-color: #333333;
    text-decoration: none;
  }

  /* ------ page ----- */
  /* 共通リンク */
  .sub_nav-area {
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: #f5f5f5;
  }

  .sub_nav-list {
    text-align: center;
    font-size: 1.75rem;
  }
  .sub_nav-list li {
    float: left;
    width: 33.33%;
  }
  .sub_nav-list li:nth-child(1), .sub_nav-list li:nth-child(2), .sub_nav-list li:nth-child(3) {
    height: 90px;
  }
  .sub_nav-list li:nth-child(4), .sub_nav-list li:nth-child(5) {
    width: 50%;
    height: 100px;
    font-size: 1.5rem;
  }
  .sub_nav-list li a {
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 0px #333333;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sub_nav-list li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  .sub_nav_01 a {
    background-image: url(/grdc/en/img/sub_nav_01.jpg);
  }

  .sub_nav_02 a {
    background-image: url(/grdc/en/img/sub_nav_02.jpg);
  }

  .sub_nav_03 a {
    background-image: url(/grdc/en/img/sub_nav_03.jpg);
  }

  .sub_nav_04 a {
    background-image: url(/grdc/en/img/sub_nav_04.jpg);
  }

  .sub_nav_05 a {
    background-image: url(/grdc/en/img/sub_nav_05.jpg);
  }

  /* パンくず */
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .breadcrumbs li {
    float: left;
  }

  /* ページタイトル */
  .page_title-wrap {
    padding: 25px 0;
  }

  .page_title {
    font-size: 3rem;
  }
  .page_title .title.long {
    font-size: 2.375rem;
  }
  .page_title .title.long2 {
    font-size: 2.8rem;
  }

  .fs4 {
    font-size: 2.45rem;
  }

  /* 共通セクション */
  .sec_box {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec_box_sort {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* 見出しパターン */
  .h-deco1 {
    margin: 0 0 50px;
    padding-bottom: 10px;
    font-size: 1.875rem;
  }
  .h-deco1.long {
    font-size: 1.75rem;
    letter-spacing: -0.06em;
  }

  .h-deco2 {
    font-size: 1.75rem;
  }

  .h-deco3 {
    font-size: 2.25rem;
  }

  .h-deco4 {
    display: inline-block;
    margin: 50px 0 15px;
    padding: 10px 10px 8px 30px;
    font-size: 1.5rem;
    border-left: solid 10px;
  }

  .h-deco5 {
    width: 35%;
    margin: 0 auto 50px;
    padding: 20px 10px;
    font-size: 1.75rem;
  }
  .h-deco5.long {
    width: 80%;
  }

  /* テキスト?画像の組み合わせ */
  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .text_box {
    width: 620px;
    margin: 0;
  }

  .img_box {
    width: 350px;
    margin: 0;
  }

  /* テーブル */
  .page_mb_table .table-1 {
    margin-bottom: 50px;
  }

  .table-1 {
    margin-top: 20px;
    width: calc(100% - 40px);
    margin-left: 40px;
    font-size: 1rem;
  }
  .table-1.mb {
    margin-bottom: 50px;
  }
  .table-1 caption {
    padding-bottom: 20px;
    font-size: 1.125rem;
  }
  .table-1 caption::before {
    font-size: 1.5rem;
  }
  .table-1 tbody .td_left,
.table-1 tbody .td_left {
    display: none;
  }
  .table-1 tbody tr {
    border: solid 2px;
  }
  .table-1 tbody td {
    border-top: solid 1px;
    padding: 15px 5px;
  }
  .table-1 tbody td:not(:last-child) {
    border-right: solid 1px;
  }
  .table-1 tbody td:first-child {
    padding: 15px 23px;
    line-height: 1.3;
  }
  .table-1 th {
    padding: 15px 0 13px;
  }
  .table-1 .th-1 {
    width: 76%;
    padding-left: 23px;
  }
  .table-1 .th-2 {
    width: 13.5%;
  }
  .table-1 .th-3 {
    width: 10.5%;
  }
  .table-1 .first_tr td {
    border-top-style: solid;
    border-top-width: 2px;
  }
  .table-1.table-col2 caption {
    height: 35px;
    margin-bottom: 10px;
  }
  .table-1.table-col2 .th-1 {
    width: 66%;
  }
  .table-1.table-col2 .th-2 {
    width: 34%;
  }
  .table-1.long {
    margin: 50px 0 0;
  }
  .table-1.long .th-1 {
    width: 300px;
  }
  .table-1.long .th-2 {
    width: 695px;
    padding: 15px 0 13px 20px;
  }
  .table-1.long tbody td {
    line-height: 1.5;
  }
  .table-1.long tbody td:not(:first-child) {
    padding: 15px 5px 15px 20px;
  }
  .table-1.table_link tbody tr {
    border: none;
    display: flex;
    width: 151.7%;
  }
  .table-1.table_link tbody td {
    width: 34%;
  }
  .table-1.table_link tbody td:first-child {
    width: 66%;
  }
  .table-1.table_link tbody .td_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* アコーディオン */
  .btn_open {
    display: inline-block;
  }

  .acco .btn_open {
    margin-left: 50px;
  }

  .acco2 .btn_open {
    margin-left: 20px;
  }

  /* ３つのポリシー */
  .policy_list {
    padding: 50px 100px;
  }
  .policy_list .h-deco6 {
    margin: 0 0 50px;
    line-height: 1.8;
  }
  .policy_list .list-number {
    margin: 0;
  }

  .h-number {
    margin: 0 0 20px;
    font-size: 1.25rem;
    margin-left: calc(3rem + 10px);
    text-indent: calc(-3rem - 10px);
  }
  .h-number::before {
    font-size: 3rem;
  }

  .list-disc {
    margin-left: 75px;
  }
  .list-disc li {
    margin-bottom: 15px;
  }

  .column-2 {
    display: flex;
    justify-content: space-between;
  }
  .column-2 .btn_border {
    flex-shrink: 0;
    margin-left: 20px;
  }

  /* overview_area */
  .point {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }

  .overview_text {
    margin-left: 50px;
  }

  .overview_area .list-disc {
    margin-left: 50px;
  }

  /* 教員紹介 */
  .member-box {
    display: flex;
  }
  .member-box .btn_member {
    width: 7%;
  }
  .member-box:not(:last-child) {
    margin-bottom: 50px;
  }

  .profile-wrap {
    width: 93%;
    padding: 30px;
  }

  .member-img_text-wrap {
    display: flex;
  }

  .member-img {
    width: 19.54%;
    margin: 0 30px 0 0;
  }

  .member_text-wrap {
    width: 80.46%;
  }

  .dean .profile-wrap {
    display: flex;
    width: 100%;
  }
  .dean .member-img {
    width: 250px;
  }
  .dean .member-profile {
    width: 720px;
  }
  .dean .member-profile dd {
    margin: 0;
  }
  .dean .member_t-1 {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px 2px;
    font-size: 1.25rem;
  }
  .dean .btn_dean {
    float: right;
  }
  .dean .btn_dean a {
    padding: 15px 0;
    font-size: 1.5rem;
  }

  .member-profile dt {
    margin-bottom: 5px;
  }
  .member-profile dt::before {
    font-size: 1.3rem;
    margin-right: 5px;
  }
  .member-profile dd {
    margin-left: calc(1.3rem + 5px);
  }
  .member-profile dd + dt {
    margin-top: 15px;
  }
  .member-profile dd img {
    width: 50px;
    margin-bottom: 5px;
  }

  .member_t-1 {
    min-width: 300px;
    margin-right: 30px;
    padding: 10px 5px 5px;
    font-size: 1.5rem;
    font-weight: normal;
  }

  .btn_dean a {
    transition: all 0.3s;
    padding: 15px 0;
    font-size: 1.5rem;
    border: solid 3px #333;
  }
  .btn_dean a:hover {
    border: solid 3px #333;
    color: #fff;
    text-decoration: none;
    background-color: #333;
  }

  .btn_member a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s;
    height: 100%;
    padding: 15px 0;
    font-size: 1.125rem;
    border: solid 3px #333;
  }
  .btn_member a::after {
    display: block;
    margin-top: 10px;
  }

  .member-name {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
    font-size: 1.875rem;
    line-height: 1;
  }

  /* 研究科概要index */
  .link-area {
    padding: 65px 40px 30px;
  }

  .link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_wrap li {
    width: 47.9%;
    height: 90px;
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
  .link_wrap li a {
    transition: all 0.2s;
  }
  .link_wrap .first_link {
    width: 100%;
    height: 180px;
    font-size: 2.25rem;
  }
  .link_wrap .first_link a {
    padding-right: 5%;
  }

  /* プログラム紹介 */
  .course_info {
    justify-content: flex-end;
  }
  .course_info .info {
    padding: 12px 20px;
    font-size: 1.5rem;
  }

  .index_link .course_list {
    margin: 0 0 0 40px;
    padding: 40px 0 20px;
  }
  .index_link .course_list li {
    width: 460px;
  }
  .index_link .course_list li:not(:nth-child(2n)) {
    margin-right: 40px;
  }

  /* 地域創生科学研究科 */
  .br {
    display: block;
    margin-left: 0.5em;
  }

  .list-number {
    margin-bottom: 80px;
  }
  .list-number.common p {
    margin-left: 85px;
    margin-right: 50px;
  }

  .advantage_check {
    padding: 15px 11px 8px 50px;
    font-size: 1.25rem;
  }
  .advantage_check::before {
    top: 5px;
    left: 10px;
    font-size: 2.125rem;
  }

  .advantage_text_area {
    padding: 30px;
  }

  .advantage_title {
    margin: 0 0 30px;
    font-size: 1.125rem;
  }

  .advantage_text {
    float: left;
    width: 645px;
    margin: 0;
  }

  .advantage_img {
    float: right;
    width: 267px;
  }

  .overview_text-link {
    margin-top: 30px;
    margin-left: 100px;
  }
  .overview_text-link li {
    margin-bottom: 40px;
  }
  .overview_text-link li p {
    float: left;
    width: 640px;
    margin: 0 0 0 1em;
  }

  .overview_text-title {
    margin: 0 0 16px;
    font-size: 1.25rem;
  }

  .btn_center {
    width: 50%;
  }

  .more_style {
    font-size: 1.5rem;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .more_style a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 26px 20px 15px;
  }
  .more_style a::after {
    top: calc(50% - 0.6em);
    right: 15px;
  }

  .overview_more {
    float: right;
    width: 200px;
    margin-top: -20px;
    font-size: 1.5rem;
  }

  .gso-more_link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .gso-more_link li {
    width: 460px;
  }
  .gso-more_link li:first-child {
    margin-right: 40px;
  }
  .gso-more_link li a {
    font-size: 1.125rem;
  }

  .h-deco6 {
    font-size: 2.25rem;
  }

  /* 取得可能な学位?資格 */
  .deg_qua-data {
    margin-top: 50px;
  }
  .deg_qua-data b {
    margin-left: 36px;
  }
  .deg_qua-data .align_center_text:not(:first-of-type) {
    margin-top: 30px;
  }

  .t-deg_qua {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .t-deg_qua::before {
    font-size: 1.5rem;
  }

  /* 沿革?組織構成 */
  .advantage_box.history {
    margin-top: 50px;
  }

  .noimage_text {
    margin: 0 20px;
  }

  /* 研究指導体制 */
  .bg_box {
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .bg_box p .arrow {
    position: relative;
    display: inline-block;
    color: #990000;
    border-bottom: solid 1px #990000;
  }
  .bg_box p .arrow::after {
    left: calc(50% - 25px);
    width: 50px;
    height: 29px;
    margin-top: 5px;
  }

  .bg_box-text {
    margin: 0 0 30px;
  }

  .color_square {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 28px 6px;
    color: #fff;
    background-color: #a981cc;
  }

  .bg_box-text_2 {
    margin: 0 20px;
    padding: 20px 60px;
    font-size: 1.25rem;
  }
  .bg_box-text_2 span {
    display: block;
    margin-left: 1em;
  }

  .border_box {
    width: 750px;
    margin: 30px auto 0;
    padding: 28px 30px 30px;
  }

  .circle_data {
    margin: 0;
  }
  .circle_data dt {
    margin-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 900;
  }
  .circle_data dt::before {
    content: "●";
    font-size: 1.625rem;
  }
  .circle_data dd {
    margin-left: 30px;
  }
  .circle_data dd:nth-child(2) {
    margin-bottom: 30px;
  }
  .circle_data.common dt {
    color: #a981cc;
  }

  .align_center_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .align_center_text p {
    margin: 0;
  }

  /* 研究科共通科目と境界?学際領域科目 */
  .pickup_box {
    margin-bottom: 50px;
    padding: 45px;
  }

  .h_pickup {
    margin: 0 0 45px 185px;
    font-size: 1.5rem;
    text-indent: -185px;
  }

  .icon_pickup {
    position: relative;
    margin-right: 20px;
    padding: 10px 20px 7px 55px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #a981cc;
  }
  .icon_pickup::before {
    top: 5px;
    left: 15px;
    font-size: 2.125rem;
    text-indent: 0;
  }

  .notes {
    font-size: 0.75rem;
    margin-left: 1em;
    text-indent: -1em;
  }

  .table_area {
    margin: 45px auto;
  }

  .table_list-box {
    position: relative;
    float: left;
    width: 488px;
    border: solid 1px #999999;
    background-color: #fff;
  }
  .table_list-box::after {
    top: 50%;
    right: -34px;
    width: 26px;
    height: 24px;
    background: url(/grdc/en/img/arrow_right.png) no-repeat right center;
  }

  .h_table_list {
    padding: 12px 0;
    font-size: 1.125rem;
  }

  .list_wrap {
    padding: 30px;
  }
  .list_wrap li:not(:last-child) {
    margin-bottom: 13px;
  }

  .list_number_1 {
    margin-right: 28px;
    margin-bottom: 13px;
  }

  .circle_list-box {
    float: right;
    width: 385px;
  }

  .h_circle_list {
    padding: 12px 0;
    font-size: 1.125rem;
  }

  .circle_list {
    padding: 30px;
  }
  .circle_list li {
    font-size: 1.5rem;
  }
  .circle_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .circle_list span {
    padding: 6px 0;
    font-size: 1.125rem;
  }

  /* 刊行物一覧 */
  .publi_text_area {
    margin-top: 15px;
    margin-left: 40px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .table-1.table_link tbody tr {
  display: table-row;
  width: auto;
}

_:-ms-lang(x)::-ms-backdrop, .table-1.table_link tbody td:first-child {
  width: auto;
}

_:-ms-lang(x)::-ms-backdrop, .table-1.table_link tbody td {
  width: auto;
}

_:-ms-lang(x)::-ms-backdrop, .table-1.table_link tbody .td_right {
  display: table-cell;
}