@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", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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 {
  z-index: 1000;
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.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";
}

.link_main a,
.btn_en a,
.link_kouki a {
  display: block;
}

/* footer */
.gotop {
  z-index: 20000;
  position: fixed;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333;
}

.footer {
  color: #666666;
  border-top: solid 4px #a981cc;
}

.footer_logo {
  text-align: center;
}

.campus_box-area {
  display: flex;
  justify-content: space-around;
}

.h-campus_box {
  margin: 0 0 10px;
  text-align: center;
  color: #333333;
}

.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;
}
.policy small {
  font-size: 0.75rem;
}

.at::after {
  content: "@";
}

/* mv */
.anchor_area {
  display: flex;
  justify-content: center;
  width: 100%;
}
.anchor_area div {
  flex-basis: 50%;
}
.anchor_area a {
  transition: opacity 0.3s;
  display: block;
  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 {
  border-bottom: solid 1px #333;
}

.news_list {
  color: #666666;
  line-height: 1.8;
}
.news_list a {
  color: inherit;
}
.news_list dd {
  margin: 10px 0 15px;
}

.btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_more a {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-color: #333333;
  border: 1px solid #333333;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.btn_more a::after {
  content: "";
  display: block;
  background-image: url(/grdc/img/more-btn_arrow_white.png);
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.btn_more a:hover {
  text-decoration: none;
  color: #333333;
  opacity: 0.8;
  background-color: #fff;
}

.btn_more a:hover::after {
  background-image: url(/grdc/img/more-btn_arrow_black.png);
  background-size: contain;
}

.h_about {
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #a981cc;
}

.btn_list li {
  position: relative;
}
.btn_list li::before {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.btn_list li::after {
  position: absolute;
  top: 2%;
  content: "";
  display: block;
  border: solid 3px #fff;
}
.btn_list li:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.btn_list a {
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.25rem;
  color: #fff;
}
.btn_list a:hover {
  text-decoration: none;
}

.sec_about {
  background: #fdfcf2;
}

.h_course {
  font-weight: normal;
  color: #fff;
}
.h_course span {
  display: inline-block;
}

.course_box {
  background: #fff;
}

.course_1 {
  background: url(/grdc/img/title_design_bg.jpg) no-repeat center;
  background-size: cover;
}

.course_2 {
  background: url(/grdc/img/title_general_bg.jpg) no-repeat center;
  background-size: cover;
}

.course_3 {
  background: url(/grdc/img/title_informatics_bg.jpg) no-repeat center;
  background-size: cover;
}

.course_boxline {
  border: solid 1px #fff;
}

.shadow {
  float: right;
  text-shadow: 1px 1px 5px #333333;
}

.program-en_text {
  display: block;
}

.bottom_link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom_link-wrap li {
  transition: all 0.3s;
  text-align: center;
  border: solid 2px #a981cc;
  background-color: #fff;
}
.bottom_link-wrap li a {
  transition: all 0.3s;
  display: block;
  height: 100%;
  color: #a981cc;
}
.bottom_link-wrap li:hover a {
  text-decoration: none;
  color: #fff;
}

/* ------ page ----- */
/* パンくず */
.breadcrumbs li {
  float: left;
  font-weight: 900;
  color: #666666;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
  font-weight: normal;
  color: #999999;
}
.breadcrumbs li a {
  font-weight: normal;
  color: #999999;
}

/* 共通リンク */
.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;
}

.xls::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  color: #207546;
}

.word::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  color: #2b5797;
}

.btn_border a {
  float: right;
  display: block;
  margin-top: 1em;
  padding: 1em;
  border: solid 3px;
}
.btn_border.design a {
  color: #336699;
  border-color: #336699;
}
.btn_border.general a {
  color: #339966;
  border-color: #339966;
}
.btn_border.common a {
  color: #a981cc;
  border-color: #a981cc;
}
.btn_border.bg_btn a {
  background-color: #fff;
}

.btn-program_pamphlet {
  display: table;
  margin: 0 auto 10%;
  padding: 0 1em;
}
.btn-program_pamphlet a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  border: solid 2px;
}
.btn-program_pamphlet a::after {
  font-weight: normal;
}
.btn-program_pamphlet a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-program_pamphlet .normal_link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.btn-program_pamphlet.design a {
  color: #336699;
  border-color: #336699;
}
.btn-program_pamphlet.general a {
  color: #339966;
  border-color: #339966;
}
.btn-program_pamphlet.common a {
  color: main_color;
  border-color: main_color;
}

.link-border a {
  text-decoration: underline;
}
.link-border a:hover {
  text-decoration: none;
}
.link-border.blank a {
  position: relative;
  text-decoration: none;
}
.link-border.blank a::after {
  content: "\f35d";
  font-size: 0.5em;
  vertical-align: text-top;
  position: absolute;
  right: -2.6em;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.link-border.blank a:hover {
  text-decoration: underline;
}

/* ページタイトル */
.page_title-wrap.design {
  background-color: #336699;
}
.page_title-wrap.general {
  background-color: #339966;
}
.page_title-wrap.common {
  background-color: #a981cc;
}

.page_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  color: #fff;
}
.page_title .title {
  display: block;
  padding-top: 5px;
}

.degree {
  display: block;
  text-align: center;
  font-weight: 900;
  background-color: #fff;
}
.degree span {
  line-height: 1;
}
.degree.design {
  color: #336699;
}
.degree.general {
  color: #339966;
}

.h-degree {
  display: block;
  margin-bottom: 6px;
}

.degree-name {
  display: block;
  letter-spacing: 0.2em;
}

/* 共通セクション */
.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 45px;
  padding: 0 65px;
  text-align: center;
}
.h-deco2::before, .h-deco2::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 55px;
  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 {
  margin-top: 5%;
  border-spacing: 0px;
  border: solid 2px;
}
.table-1 caption {
  text-align: left;
  font-weight: 900;
  line-height: 1;
}
.table-1 caption::before {
  content: "●";
  line-height: 1;
}
.table-1 thead {
  color: #fff;
}
.table-1 tbody {
  border-top: solid 2px;
}
.table-1 tbody tr {
  border: solid 2px;
}
.table-1 tbody td {
  border-top: solid 1px;
}
.table-1 tbody td:not(:last-child) {
  border-right: solid 1px;
}
.table-1 tbody td:not(:first-child) {
  text-align: center;
}
.table-1 .first_tr td {
  border-top: solid 2px;
}
.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 thead {
  background-color: #336699;
}
.table-1.design tbody,
.table-1.design thead,
.table-1.design td {
  border-color: #336699;
}
.table-1.design tbody:not(:last-child),
.table-1.design thead:not(:last-child),
.table-1.design td:not(:last-child) {
  border-color: #336699;
}
.table-1.general {
  border-color: #339966;
}
.table-1.general caption {
  color: #339966;
}
.table-1.general thead {
  background-color: #339966;
}
.table-1.general tbody,
.table-1.general thead,
.table-1.general td {
  border-color: #339966;
}
.table-1.general tbody:not(:last-child),
.table-1.general thead:not(:last-child),
.table-1.general td:not(:last-child) {
  border-color: #339966;
}
.table-1.common {
  border-color: #a981cc;
}
.table-1.common caption {
  color: #a981cc;
}
.table-1.common thead {
  background-color: #a981cc;
}
.table-1.common tbody,
.table-1.common thead,
.table-1.common td {
  border-color: #a981cc;
}
.table-1.common tbody:not(:last-child),
.table-1.common thead:not(:last-child),
.table-1.common td:not(:last-child) {
  border-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;
}

/* ３つのポリシー */
.list-number {
  counter-reset: my-counter;
}
.list-number > li {
  margin-bottom: 30px;
}

.h-number {
  margin: 0 0 15px;
}
.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-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.list-disc li::before {
  content: "?";
}

/* overview_area */
.point {
  display: block;
  text-align: center;
}

/* 教員紹介 */
.member-box {
  margin-bottom: 50px;
}

.member-img {
  float: left;
  margin: 0;
}

.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;
}

.member_d-2 {
  padding-top: 3px;
}

.btn_member {
  align-self: center;
  width: 200px;
}
.btn_member a {
  display: block;
  text-align: center;
  font-weight: 900;
  background: url(/grdc/img/arrow_black_right.png) no-repeat 90% 50%;
}
.btn_member a:hover {
  color: #fff;
  text-decoration: none;
  background: url(/grdc/img/arrow_white_right_2.png) no-repeat 90% 50% #333;
}

.member-name {
  display: flex;
  align-items: center;
}

.member-icon dt {
  line-height: 1.5;
  font-weight: 900;
}
.member-icon dt::before {
  content: "●";
  line-height: 1;
}

/* アコーディオン */
.acco:hover {
  cursor: pointer;
}
.acco::after {
  margin-left: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
.acco.design::after {
  color: #336699;
}
.acco.general::after {
  color: #339966;
}
.acco.common::after {
  color: #a981cc;
}
.acco.active::after {
  content: "\f056";
}

.acco2:hover {
  cursor: pointer;
}
.acco2::after {
  margin-left: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
.acco2.active::after {
  content: "\f056";
}

/* プログラム紹介 */
.degree_white {
  padding: 24px 18px 22px;
  font-size: 1.5rem;
  border: solid 1px #fff;
}

.index_link.general {
  background: url(/grdc/img/link_bg_general.gif);
}
.index_link.design {
  background: url(/grdc/img/link_bg_design.gif);
}

.program.sec_box {
  padding-top: 0;
}
.program .h-deco4 {
  margin: 0 0 15px;
}
.program .index_link {
  margin-bottom: 15px;
}

/* 地域創生科学研究科 */
.degree_common {
  align-self: stretch;
  margin-left: auto;
  text-align: center;
  font-weight: 900;
  color: #a981cc;
  background: #fff;
}

.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/img/bg_stripe_common.gif);
}

.h-deco6 {
  text-align: center;
}

/* 取得可能な学位?資格 */
.deg_qua-data {
  margin-bottom: 30px;
}
.deg_qua-data dd {
  margin-left: 10px;
  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;
}

.t-deg_qua {
  margin-bottom: 10px;
  font-weight: 900;
}
.t-deg_qua::before {
  content: "●";
}
.t-deg_qua.design {
  color: #336699;
}
.t-deg_qua.general {
  color: #339966;
}

/* 研究指導体制 */
.bg_stripe {
  background: url(/grdc/img/bg_stripe_common.gif);
}

.border_box {
  border: solid 3px #a981cc;
}

.bg_box {
  font-weight: 900;
}
.bg_box p {
  line-height: 1.1;
}
.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/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 {
  text-align: center;
  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/img/arrow_right.png) no-repeat center;
}

.h_table_list {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #999999;
}

.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 span {
  display: inline-block;
  color: #fff;
  background-color: #a981cc;
}

/* お知らせ */
.breadcrumbs.news {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs.news li {
  float: none;
  display: inline;
}

.news.sec_box .news_index_inner .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news.sec_box .news_index_inner .news_date {
  margin-right: 1em;
}

.news.sec_box .news_index_inner .news_pagination {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news.sec_box .news_index_inner .news_pagination li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news.sec_box .news_index_inner .news_pagination li:last-of-type {
  margin-right: 0;
}

.news.sec_box .news_index_inner .news_pagination li.next, .news.sec_box .news_index_inner .news_pagination li.prev {
  position: absolute;
  width: 100%;
  max-width: 3.4em;
  min-width: 3.2em;
}

.news.sec_box .news_index_inner .news_pagination li.next {
  right: 0;
}

.news.sec_box .news_index_inner .news_pagination li.prev {
  left: 0;
}

.news.sec_box .news_index_inner .news_pagination li.next a, .news.sec_box .news_index_inner .news_pagination li.prev a {
  position: relative;
  border-bottom: 1px solid #666666;
  width: 100%;
  display: block;
  padding-bottom: 3px;
  font-size: 0.95rem;
  color: #666666;
}

.news.sec_box .news_index_inner .news_pagination li.next a, .news.sec_box .news_index_inner .news_pagination li.prev a {
  text-decoration: none;
}

.news.sec_box .news_index_inner .news_pagination li.next a::before, .news.sec_box .news_index_inner .news_pagination li.prev a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  background: url(/grdc/news/img/news_pagination_arrow.png) no-repeat;
  background-size: contain;
}

.news.sec_box .news_index_inner .news_pagination li.next a {
  text-align: left;
}

.news.sec_box .news_index_inner .news_pagination li.prev a {
  text-align: right;
}

.news.sec_box .news_index_inner .news_pagination li.prev a::before {
  transform: scale(-1, 1);
}

.news.sec_box .news_index_inner .news_pagination li:not(.prev):not(.next) a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #666666;
  color: #fff;
  border: 1px solid #666666;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.news.sec_box .news_index_inner .news_pagination li:not(.prev):not(.next).active a,
.news.sec_box .news_index_inner .news_pagination li:not(.prev):not(.next) a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #666666;
}

.news.sec_box .news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news.sec_box .news_btn a {
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-color: #333333;
  border: 1px solid #333333;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.news.sec_box .news_btn a::after {
  content: "";
  display: block;
  background-image: url(/grdc/news/img/news_detail_arrow_white.png);
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.news.sec_box .news_btn a:hover {
  text-decoration: none;
  color: #333333;
  opacity: 0.8;
  background-color: #fff;
}

.news.sec_box .news_btn a:hover::after {
  background-image: url(/grdc/news/img/news_detail_arrow_black.png);
  background-size: contain;
}

.news.sec_box .news_detail_inner img {
  max-width: 100%;
  height: auto;
}

.news.sec_box .news_detail_inner .news_detail_custom_txt {
  text-align: center;
}

.news.sec_box .news_detail_inner .news_detail_custom_txt .s1 {
  color: #0431b4;
}

.news.sec_box .news_detail_inner .news_detail_custom_txt .s2 {
  color: #0431b4;
}

/* 在学生?修了生の声 */
.voice_anchor-list.design a {
  color: #336699;
  border-color: #336699;
}
.voice_anchor-list.design a:hover {
  background-color: #336699;
}
.voice_anchor-list.design .h-circle {
  color: #336699;
}
.voice_anchor-list.general a {
  color: #339966;
  border-color: #339966;
}
.voice_anchor-list.general a:hover {
  background-color: #339966;
}
.voice_anchor-list.general .h-circle {
  color: #339966;
}
.voice_anchor-list.common a {
  color: #a981cc;
  border-color: #a981cc;
}
.voice_anchor-list.common a:hover {
  background-color: #a981cc;
}
.voice_anchor-list.common .h-circle {
  color: #a981cc;
}
.voice_anchor-list a {
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  border: solid 1px;
}
.voice_anchor-list a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.voice_anchor-list a:hover {
  color: #fff;
  text-decoration: none;
}
.voice_anchor-list .nolink {
  position: relative;
}
.voice_anchor-list .nolink::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.design .h-circle,
.design .h-voice {
  color: #336699;
}
.design .voice_box {
  border-color: #336699;
}

.general .h-circle,
.general .h-voice {
  color: #339966;
}
.general .voice_box {
  border-color: #339966;
}

.common .h-circle,
.common .h-voice {
  color: #a981cc;
}
.common .voice_box {
  border-color: #a981cc;
}

.h-circle {
  display: flex;
  align-items: center;
  line-height: 1;
}
.h-circle::before {
  content: "●";
  font-size: 1.8em;
}

.voice_box {
  border: solid 1px;
}

.voice_box-top {
  margin-bottom: 30px;
}

.voice_data dt {
  line-height: 1.5;
  font-weight: bold;
}
.voice_data dd {
  margin: 0;
}

/* 論文一覧 */
.thesis-area .program-name {
  display: block;
  margin-top: 5px;
  font-size: 0.7em;
}
.thesis-area .table-1 {
  margin: 0;
  line-height: 1.4;
}

.h-circle + .thesis-table--box {
  margin-top: 0;
}

.thesis_anchor .acco {
  width: 100%;
}

.text-link {
  text-align: right;
}
.text-link a {
  color: #336699;
  text-decoration: underline;
}
.text-link a:hover {
  text-decoration: none;
}

.btn_career {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}
.btn_career .more_style a {
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  body .fixed {
    overflow: hidden;
  }

  p {
    line-height: 1.8;
  }

  .pc,
.pc-inline {
    display: none;
  }

  .wrap,
.sp-wrap {
    width: 93%;
    margin: 0 auto;
  }

  .gotop {
    right: 15px;
    bottom: 15px;
    padding: 18px 20px;
  }

  /* header */
  .header_logo {
    width: 83%;
    padding: 2%;
    align-self: center;
  }
  .header_logo h1 {
    margin: 0;
  }
  .header_logo a {
    display: block;
    padding-left: 25px;
    background: url(/grdc/img/logo.png) no-repeat left center;
    background-size: 19px auto;
  }
  .header_logo img {
    width: 63.8%;
  }

  .header_right-area {
    overflow-y: scroll;
  }

  .header_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .header_right-area {
    z-index: 1000;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
  }

  .header_right-area-sp {
    width: 17%;
    padding: 2%;
  }
  .header_right-area-sp p {
    margin: 0;
    padding-top: 90%;
    text-align: center;
    font-size: 0.8rem;
    line-height: 0;
    font-weight: bold;
  }
  .header_right-area-sp p:not(:last-child) {
    margin-right: 2%;
  }

  .btn_search {
    background: url(/grdc/img/btn_search_sp.png) no-repeat top center;
    background-size: 70%;
  }

  .btn_menu {
    background: url(/grdc/img/btn_menu_sp.png) no-repeat top center;
    background-size: 70%;
  }
  .btn_menu.active {
    background: url(/grdc/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 {
    padding: 5.95% 5% 5%;
    font-size: 1.125rem;
    background: url(/grdc/img/nav_arrow_down.png) no-repeat 97% 50% #333;
    background-size: 5%;
  }
  .inner-header_nav-sp .h-nav_box:first-of-type {
    border-bottom: solid 1px #ccc;
  }
  .inner-header_nav-sp .h-nav_box.active {
    background: url(/grdc/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: #fff;
  }
  .inner-header_nav-sp .footer-nav_list a {
    padding: 5% 10% 5% 8%;
    color: #a981cc;
  }
  .inner-header_nav-sp .footer-nav_list li::before {
    color: #a981cc;
  }
  .inner-header_nav-sp .footer-nav_list li:not(:last-child) {
    border-bottom: 1px solid #E2D8EB;
  }
  .inner-header_nav-sp .footer-nav_list li.long {
    line-height: 1.3;
  }
  .inner-header_nav-sp .footer-nav_list .design {
    background-color: #336699;
  }
  .inner-header_nav-sp .footer-nav_list .design::before {
    color: #fff;
  }
  .inner-header_nav-sp .footer-nav_list .design a {
    color: #fff;
  }
  .inner-header_nav-sp .footer-nav_list .general {
    background-color: #339966;
  }
  .inner-header_nav-sp .footer-nav_list .general::before {
    color: #fff;
  }
  .inner-header_nav-sp .footer-nav_list .general a {
    color: #fff;
  }

  .header_nav_bottom {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #707070;
  }

  .sp-nav-btnnews {
    width: 94%;
    margin: 0 auto 10px;
    font-size: 1rem;
  }
  .sp-nav-btnnews a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    background-color: #fff;
  }

  .header_bottom_link {
    display: flex;
    text-align: center;
    width: 94%;
    margin: 0 auto 10px;
    font-size: 1rem;
  }
  .header_bottom_link li {
    flex-basis: 50%;
  }
  .header_bottom_link li:first-child {
    margin-right: 15px;
  }
  .header_bottom_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8%;
    min-height: 60px;
  }
  .header_bottom_link a::before {
    margin-right: 6px;
  }

  .bottom_link_1 li {
    background-color: #fff;
  }

  .link_main,
.btn_en,
.link_kouki {
    position: relative;
    width: 86%;
    margin: 5% auto 0;
    border: solid 1px #333333;
  }
  .link_main::before,
.btn_en::before,
.link_kouki::before {
    position: absolute;
    top: 40%;
    right: 3%;
  }
  .link_main a,
.btn_en a,
.link_kouki a {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 10px 0 10px 38%;
    font-size: 0.875rem;
    background: url(/grdc/img/logo_small.png) no-repeat 5% center;
    background-size: 28%;
    background-color: #fff;
  }

  /* footer */
  .footer_logo {
    margin: 10% 0 8%;
  }
  .footer_logo img {
    width: 30%;
  }

  .campus_box-area {
    padding-bottom: 5%;
  }

  .h-campus_box {
    font-size: 1rem;
  }

  .campus_box {
    flex-basis: 38%;
  }
  .campus_box p {
    font-size: 0.75rem;
  }

  .h-nav_box {
    margin: 0;
    padding: 3% 5%;
    font-size: 1rem;
    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: 10px 0;
  }

  /* mv */
  .mv_area {
    margin-bottom: 6%;
  }

  .mv_text {
    text-align: center;
    background-size: cover;
  }

  .anchor_area a {
    height: 100%;
    padding: 5% 0;
    font-size: 0.875rem;
  }

  .anchor-en_text {
    font-size: 0.625rem;
  }

  /* top contents */
  .top-main {
    padding-top: 15vw;
  }

  .h_news {
    margin: 0 0 3%;
    font-size: 1rem;
  }

  .sec_news {
    width: 88%;
  }

  .inner-sec_news {
    padding: 7% 0 13%;
  }

  .news_list {
    font-size: 0.875rem;
  }
  .news_list dd {
    margin: 5px 0 15px 1em;
  }

  .btn_more a {
    max-width: 400px;
    max-height: 80px;
    min-width: 200px;
    min-height: 40px;
    width: 55vw;
    height: 12vw;
    font-size: 0.9479166667rem;
    margin-top: 4%;
  }

  .btn_more a::after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
  }

  .h_about {
    margin: 0 0 4%;
    padding: 6% 0 5%;
    font-size: 1.5rem;
  }

  .btn_list {
    margin-bottom: 4%;
  }

  .btn_list {
    left: 8vw;
  }
  .btn_list li {
    width: 81vw !important;
    height: 57.6vw;
    margin: 0 5px;
    background-size: cover;
  }
  .btn_list li::after {
    top: 2%;
    left: 1.1%;
    width: 96%;
    height: 93.2%;
  }

  .slider-wrapper {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
    height: 66vw;
  }

  .slider {
    overflow: visible !important;
  }

  .bx-controls-direction {
    display: none;
  }

  .bx-pager {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .bx-pager a {
    display: block;
    width: 40px;
    height: 10px;
    border-radius: 5px;
    background-color: #999999;
    text-indent: -9999px;
  }
  .bx-pager a.active {
    background-color: #A981CC;
  }
  .bx-pager .bx-pager-item:not(:last-child) {
    margin-right: 20px;
  }

  .sec_about {
    padding-bottom: 16%;
  }

  .about_01 {
    background: url(/grdc/img/btn_about_01_sp.jpg) no-repeat center;
  }

  .about_02 {
    background: url(/grdc/img/btn_about_02_sp.jpg) no-repeat center;
  }

  .about_03 {
    background: url(/grdc/img/btn_about_03_sp.jpg) no-repeat center;
  }

  .about_04 {
    background: url(/grdc/img/btn_about_04_sp.jpg) no-repeat center;
  }

  .h_course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4%;
    padding: 3.5% 3% 3.5%;
    font-size: 4.5vw;
  }

  .course_box {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }

  .course_boxline {
    width: 45%;
    padding: 2.5% 2.5% 2%;
    font-size: 3.5vw;
  }

  .course-en_text {
    font-size: 0.5rem;
  }

  .shadow {
    width: 55%;
    margin-top: 2%;
    text-align: right;
  }

  .shadow-en_text {
    font-size: 0.625rem;
  }

  .course_text {
    margin: 0 4% 4%;
    font-size: 0.625rem;
  }

  .course_list {
    margin: 0 4%;
  }
  .course_list li {
    margin-bottom: 4%;
    border: solid 1px #ccc;
    background-color: #fff !important;
  }
  .course_list li p {
    margin: 0;
    padding-left: 10px;
    line-height: 1.4;
  }
  .course_list li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 7%;
  }

  .design .course_list li {
    background: url(/grdc/img/arrow_blue_right.png) no-repeat 98% center;
    background-size: 3%;
  }

  .general .course_list li {
    background: url(/grdc/img/arrow_green_right.png) no-repeat 98% center;
    background-size: 3%;
  }

  .program-en_text {
    font-size: 0.562rem;
  }

  .bottom_link {
    padding: 8% 0;
  }

  .bottom_link-wrap {
    align-content: center;
  }
  .bottom_link-wrap li {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.25rem;
  }
  .bottom_link-wrap li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .bottom_link-wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    line-height: 1;
    text-align: left;
  }
  .bottom_link-wrap li a::before {
    content: "";
    display: block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bottom_link-wrap .long {
    font-size: 1rem;
  }
  .bottom_link-wrap .long a {
    line-height: 1.2;
  }

  .icon_1 a::before {
    width: 16px;
    height: 20px;
    background-image: url(/grdc/img/icon_01_off.png);
  }

  .icon_2 a::before {
    width: 20px;
    height: 20px;
    background-image: url(/grdc/img/icon_02_off.png);
  }

  .icon_3 a::before {
    width: 16px;
    height: 20px;
    background-image: url(/grdc/img/icon_03_off.png);
  }

  .icon_4 a::before {
    width: 20px;
    height: 20px;
    background-image: url(/grdc/img/icon_04_off.png);
  }

  .icon_5 a::before {
    width: 22px;
    height: 22px;
    background-image: url(/grdc/img/icon_05_off.png);
  }

  .icon_3 {
    margin-right: 2%;
  }

  .forStudent_link-area {
    margin: 6.5% auto;
    padding: 6% 5%;
    border: solid 1px #ccc;
  }

  .h-forStudent_link {
    margin: 0 0 7%;
    text-align: center;
    font-weight: normal;
    font-size: 1.125rem;
  }

  .forStudent_link li {
    font-size: 1.125rem;
    border: solid 1px #a981cc;
  }
  .forStudent_link li:not(:last-child) {
    margin-bottom: 4%;
  }
  .forStudent_link a {
    display: block;
    padding: 4%;
    text-align: center;
    color: #a981cc;
  }
  .forStudent_link a:hover {
    color: #fff;
    background: url(/grdc/img/arrow_white_right.png) no-repeat 90% 50% #333333;
  }

  /* ------ page ----- */
  .page_top-area {
    padding-top: 58px;
  }

  /* パンくず */
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs li {
    line-height: 1.5;
  }

  .subnav_ja {
    font-size: 1.25rem;
  }

  .subnav_en {
    font-size: 0.875rem;
  }

  .btn-program_pamphlet {
    width: 100%;
    margin: 0 auto 10px;
  }
  .btn-program_pamphlet:last-child {
    margin-bottom: 50px;
  }
  .btn-program_pamphlet a {
    height: 90px;
    padding: 5px 15px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .btn-program_pamphlet a::after {
    margin-left: 15px;
  }

  .pamphlet a {
    background: url(/grdc/img/program_pamphlet_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .pamphlet a::after {
    font-size: 1.25rem;
  }

  .voice a {
    background: url(/grdc/img/voice_sp.jpg) no-repeat center;
    background-size: cover;
  }

  .btn-thesis a {
    background: url(/grdc/img/thesis_sp.png) no-repeat center;
    background-size: cover;
  }

  /* ページタイトル */
  .page_title-wrap {
    padding: 10px 0;
  }

  .page_title {
    font-size: 1.25rem;
  }

  .degree {
    width: 23%;
    min-width: 65px;
    margin-left: 15px;
    padding: 5px 5px 2px;
  }
  .degree.long {
    width: 33%;
  }

  .h-degree {
    font-size: 0.625rem;
  }

  .degree-name {
    font-size: 1rem;
  }

  /* 見出しパターン */
  .h-deco1 {
    margin: 0 0 4%;
    padding-bottom: 5px;
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .h-deco2 {
    margin: 0 auto 30px;
    font-size: 1.25rem;
  }
  .h-deco2::before, .h-deco2::after {
    width: 55px;
  }
  .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 10px;
    padding: 10px 10px 8px 15px;
    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: 80%;
    padding: 15px 10px 10px;
  }
  .h-deco5.long::after {
    display: block;
    margin: 0;
  }

  /* 共通セクション */
  .sec_box {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  /* テーブル */
  .table-1 {
    width: calc(100% - 20px);
    margin-left: 20px;
    font-size: 0.875rem;
  }
  .table-1:not(:last-child) {
    margin-bottom: 20px;
  }
  .table-1 caption {
    padding-bottom: 10px;
    font-size: 1rem;
  }
  .table-1 caption::before {
    font-size: 1rem;
  }
  .table-1 tbody td {
    padding: 11px 3px;
  }
  .table-1 tbody td:first-child {
    padding: 11px;
  }
  .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 .th-1 {
    width: 38%;
  }
  .table-1.long .th-2 {
    width: 62%;
  }
  .table-1.long td {
    line-height: 1.3;
  }
  .table-1.long tbody td:not(:first-child) {
    padding: 10px 5px 10px 15px;
  }

  /* 教員紹介 */
  .member-box {
    margin-bottom: 12%;
  }

  .member-img {
    width: 35%;
    margin: 0;
  }

  .member-profile {
    float: right;
    width: 62%;
    margin: 0;
    font-size: 0.812rem;
  }
  .member-profile dt {
    margin-bottom: 3px;
  }
  .member-profile dt::before {
    font-size: 0.812rem;
  }

  .member_t-1 {
    width: 85px;
    margin-right: 15px;
    padding: 5px;
    font-size: 0.875rem;
  }
  .member_t-1.common {
    width: auto;
  }

  .member_d-2 {
    margin-left: 1em;
  }

  .member_t-3 {
    margin-top: 10px;
  }

  .member_d-3 {
    margin-left: 1em;
  }

  .btn_member {
    width: 60%;
    margin: 5% auto 0;
  }
  .btn_member a {
    padding: 8% 0 7%;
    font-size: 0.875rem;
    border: solid 2px #333;
    background-size: 4%;
  }
  .btn_member a:hover {
    border: solid 2px #333;
    background-size: 4%;
  }

  .profile-area::after {
    content: "";
    display: block;
    clear: both;
  }

  .member-name {
    margin: 0 0 15px 0;
    font-size: 1rem;
  }

  .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 {
    text-align: center;
  }

  /* ３つのポリシー */
  .inner-sec_box.policy_list {
    width: 93%;
    margin: 0 auto;
  }

  .list-number > li {
    margin-bottom: 30px;
  }

  .h-number {
    margin-left: 2em;
    text-indent: -2em;
    font-size: 1rem;
  }
  .h-number::before {
    font-size: 1.75rem;
  }

  .list-disc {
    width: 89%;
    margin: 0 auto;
  }

  /* overview_area */
  .point {
    font-size: 1rem;
  }

  .overview_text {
    margin-left: 25px;
  }

  .overview_area .list-disc {
    width: inherit;
    margin-left: 25px;
  }

  /* アコーディオン */
  .acco2::after {
    margin-left: 20px;
  }

  /* 研究科概要index */
  .link-area {
    padding: 30px 20px 5px;
  }

  .link_wrap li {
    margin-bottom: 10%;
    text-align: center;
    font-weight: 900;
    border: solid 3px;
  }
  .link_wrap li a {
    display: block;
    padding: 15px 12%;
    background: url(/grdc/img/arrow_black_right_big.png) no-repeat 90% 50%;
    background-size: 2%;
  }
  .link_wrap li a:hover {
    text-decoration: none;
    color: #fff;
    background: url(/grdc/img/arrow_white_right_big.png) no-repeat 90% 50% #333333;
    background-size: 2%;
  }
  .link_wrap .first_link {
    font-size: 1.2rem;
  }
  .link_wrap .first_link a {
    padding: 30px 12%;
    background: url(/grdc/img/arrow_black_right_big.png) no-repeat 90% 50%;
    background-size: 3%;
  }
  .link_wrap .first_link a:hover {
    background: url(/grdc/img/arrow_white_right_big.png) no-repeat 90% 50% #333333;
    background-size: 3%;
  }

  /* プログラム紹介 */
  .degree_white {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .index_link .course_list {
    padding: 5% 0 1%;
  }

  /* 地域創生科学研究科 */
  .common .degree_white {
    text-align: center;
  }

  .degree_common {
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-right: 10px;
    padding: 10px;
    font-size: 0.75rem;
  }

  .br {
    display: block;
  }

  .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;
  }

  .advantage_img {
    width: 100%;
    margin: 15px auto 0;
  }

  .overview_text-link {
    margin-left: 26px;
  }

  .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: 28%;
    right: 15px;
  }

  .overview_more {
    width: 55%;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 1rem;
  }

  .gso-more_link {
    margin-top: 20px;
    font-size: 1rem;
  }
  .gso-more_link li {
    margin-bottom: 20px;
  }

  .common .inner-sec_box {
    padding: 20px 0 15px;
  }

  .h-deco6 {
    font-size: 1.25rem;
  }

  .list-number.common {
    margin: 0 5%;
  }

  /* 取得可能な学位?資格 */
  .deg_qua-data {
    margin-left: 20px;
  }

  .t-deg_qua {
    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::after {
    left: 32px;
    width: 40px;
    height: 26px;
  }

  .color_square {
    display: block;
    width: 6em;
    margin-bottom: 10px;
    padding: 10px 0 5px;
    text-align: center;
  }

  .bg_box-text .ml {
    margin-left: 17px;
  }

  .bg_box-text_2 {
    padding: 10px;
  }

  .border_box {
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
  }

  .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;
  }

  /* 研究科共通科目と境界?学際領域科目 */
  .pickup_box {
    margin-bottom: 25px;
    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 {
    width: 90%;
    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/img/arrow_down.png) no-repeat center;
    background-size: contain;
  }

  .h_table_list {
    padding: 5px 0 3px;
  }

  .list_wrap {
    padding: 20px 15px 25px;
    font-size: 0.812rem;
  }
  .list_wrap li {
    margin-bottom: 10px;
  }

  .list_number_1 {
    margin-right: 0;
  }

  .circle_list-box {
    width: 100%;
  }

  .h_circle_list {
    padding: 5px 0 3px;
  }

  .circle_list {
    padding: 18px 10px;
  }
  .circle_list li {
    margin-bottom: 15px;
  }
  .circle_list span {
    width: 100px;
    margin-right: 8px;
    padding: 7px 0 5px 11px;
    font-size: 0.812rem;
  }

  /* 沿革?組織構成 */
  .advantage_box.history {
    margin-top: 30px;
  }

  /* お知らせ */
  .page_title-wrap.news {
    height: 69px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news.news_index.sec_box {
    padding-top: 5%;
    padding-bottom: 16%;
  }

  .news.sec_box .news_index_inner .news_list li {
    font-size: 0.875rem;
  }

  .news.sec_box .news_index_inner .news_list li:not(:first-of-type) {
    margin-top: 5%;
  }

  .news.sec_box .news_index_inner .news_date {
    width: 88px;
  }

  .news.sec_box .news_index_inner .news_txt {
    width: calc(100% - 88px);
  }

  .news.sec_box .news_index_inner .news_pagination {
    margin-top: 46px;
    padding: 0 calc((100% - 62.08335vw) / 2);
  }

  .news.sec_box .news_index_inner .news_pagination li {
    height: 10.41667vw;
  }

  .news.sec_box .news_index_inner .news_pagination li:not(.prev):not(.next) {
    width: 10.41667vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
  }

  .news.sec_box .news_index_inner .news_pagination li:first-of-type:not(.prev):not(.next),
.news.sec_box .news_index_inner .news_pagination li.prev + li:not(.prev):not(.next) {
    margin-left: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.next {
    margin-top: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.next, .news.sec_box .news_index_inner .news_pagination li.prev {
    top: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a, .news.sec_box .news_index_inner .news_pagination li.prev a {
    font-size: 0.9479166667rem;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a::before, .news.sec_box .news_index_inner .news_pagination li.prev a::before {
    top: 1px;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a::before {
    right: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.prev a::before {
    left: 0;
  }

  .news.sec_box .news_btn a {
    max-width: 400px;
    max-height: 80px;
    min-width: 200px;
    min-height: 40px;
    width: 55vw;
    height: 12vw;
    font-size: 0.9479166667rem;
  }

  .news.sec_box .news_btn a::after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    right: 4vw;
  }

  .news.sec_box .news_btn.news_index {
    margin-top: 26px;
  }

  .news.news_detail.sec_box {
    padding-bottom: 16%;
  }

  .news_detail_date {
    font-size: 0.875rem;
  }

  .news.sec_box .news_detail_inner {
    margin-top: 6%;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_img {
    text-align: center;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_img img {
    width: 50%;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_txt .s1 {
    font-size: 0.78rem;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_txt .s2 {
    font-size: 0.78rem;
  }

  .news.sec_box .news_btn.news_detail {
    margin-top: 50px;
  }

  /* 在学生?修了生の声 sp */
  .voice_anchor-box {
    margin: 30px 0 50px;
  }
  .voice_anchor-box:first-of-type {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .voice_anchor-box:last-of-type {
    margin-bottom: 50px;
  }
  .voice_anchor-box:last-of-type {
    margin-bottom: 100px;
  }
  .voice_anchor-box .h-deco1 {
    margin-bottom: 0;
  }

  .voice_anchor-list li {
    margin-bottom: 5px;
  }
  .voice_anchor-list a {
    padding: 15px 20px;
  }

  .h-circle {
    margin: 20px 0 10px;
    font-size: 1rem;
  }
  .h-circle::before {
    margin-left: -4px;
  }

  .voice_box {
    margin-bottom: 10px;
    padding: 20px;
  }

  .voice_data {
    margin-top: 0;
  }
  .voice_data dt {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .voice_data p {
    margin: 0;
  }

  .h-voice {
    margin: 0 0 5px;
    font-size: 1.125rem;
  }

  .voice-area + .voice-area {
    margin-top: 50px;
  }

  /* 論文一覧 */
  .thesis-table--box {
    overflow-x: scroll;
    margin: 10% 0;
  }
  .thesis-table--box .table-1 {
    width: 550px;
  }
  .thesis-table--box .table-1 th:first-child {
    text-align: left;
    padding-left: 1em;
  }
  .thesis-table--box .table-1 .th-1 {
    width: 44%;
  }
  .thesis-table--box .table-1 .th-2 {
    width: 17%;
  }
  .thesis-table--box .table-1 .th-3 {
    width: 19%;
  }
  .thesis-table--box .table-1 .th-4 {
    width: 20%;
  }

  .thesis-area .more_style {
    width: 75%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .thesis-area .more_style a::after {
    top: calc(50% - 0.8em);
  }

  .thesis_program {
    margin-bottom: 50px;
  }

  .more_style + .h-circle {
    margin: 50px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  body {
    position: relative;
    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;
  }

  .pc {
    display: block;
  }

  .pc-inline {
    display: inline-block;
  }

  .page-wrap {
    width: 1040px;
    margin: 0 auto 190px;
    padding: 0 20px;
  }

  .gotop {
    right: 20px;
    bottom: 20px;
    padding: 25px;
  }
  .gotop:hover {
    cursor: pointer;
  }

  /* header */
  .header_top {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .header_logo {
    display: flex;
    align-items: center;
    width: 305px;
    margin-left: 30px;
  }
  .header_logo h1 {
    width: 100%;
    /* IE用 */
    margin: 0;
  }
  .header_logo a {
    display: block;
    padding-left: 35px;
    background: url(/grdc/img/logo.png) no-repeat left center;
    background-size: 25px auto;
  }

  .header_nav_bottom {
    position: relative;
    font-size: 0.875rem;
  }

  .header_bottom_link {
    display: flex;
    align-items: center;
    float: left;
    margin-top: 44px;
    margin-bottom: 10px;
  }

  .bottom_link_1 li {
    margin-right: 10px;
  }
  .bottom_link_1 a {
    padding: 12px 20px;
  }
  .bottom_link_1 a::before {
    margin-right: 10px;
  }
  .bottom_link_1 a:hover {
    color: #fff;
    background-color: #a981cc;
  }

  .bottom_link_2 {
    text-align: center;
  }
  .bottom_link_2 a {
    padding: 11px 20px;
  }
  .bottom_link_2 a::before {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1rem;
  }
  .bottom_link_2 .icon_mail {
    margin-right: 10px;
  }

  .link_main,
.btn_en,
.link_kouki {
    position: absolute;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 0.75rem;
  }
  .link_main::after,
.btn_en::after,
.link_kouki::after {
    content: "\f35d";
    font-size: 0.5em;
    vertical-align: text-top;
    position: absolute;
    top: -5px;
    right: -2.6em;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }

  .link_main {
    top: 0;
    right: 170px;
  }

  .link_kouki {
    top: 0;
    right: 0;
  }

  .btn_en {
    top: 0;
    right: 330px;
  }
  .btn_en span {
    padding: 0 5px;
    color: #fff;
    background-color: #666666;
  }
  .btn_en a {
    display: inline-block;
    padding: 0 5px;
  }
  .btn_en a::before {
    transition: width 0.2s;
    position: absolute;
    bottom: -2px;
    content: "";
    display: block;
    width: 95%;
    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;
  }

  .sub_nav-area {
    display: none;
    position: absolute;
    top: 154px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #e9dff2;
  }

  .sub_nav-list {
    width: 1000px;
    margin: 0 auto;
  }
  .sub_nav-list a {
    display: block;
    text-align: center;
    color: #fff;
  }
  .sub_nav-list a:hover {
    text-decoration: none;
  }
  .sub_nav-list.top {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
  }
  .sub_nav-list.top li {
    position: relative;
    width: 225px;
    background-size: cover;
  }
  .sub_nav-list.top li::before {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .sub_nav-list.top li:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sub_nav-list.top li a {
    z-index: 100;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 10px 31px;
  }
  .sub_nav-list.top li a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 0.5em;
  }
  .sub_nav-list.bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .sub_nav-list.bottom li {
    width: 483px;
  }
  .sub_nav-list.bottom a {
    padding: 29px 20px 24px;
  }
  .sub_nav-list.bottom a span {
    display: block;
  }
  .sub_nav-list.bottom a span::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: right;
  }
  .sub_nav-list.bottom a:hover {
    opacity: 0.8;
  }
  .sub_nav-list.bottom .design {
    background: linear-gradient(125deg, #336699, #3366cc);
  }
  .sub_nav-list.bottom .agri {
    background: linear-gradient(155deg, #33cc66, #339966);
  }

  .subnav_ja {
    font-size: 1.5rem;
  }

  .sub_nav-area-2 {
    display: none;
    position: absolute;
    top: 154px;
    left: 0;
    width: 100%;
    background-color: #e9dff2;
  }
  .sub_nav-area-2 .bottom_link-wrap {
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .sub_nav-area-2 .bottom_link-wrap li {
    width: 225px;
    height: 80px;
    margin: 0 10px 20px;
    font-size: 1.125rem;
  }
  .sub_nav-area-2 .bottom_link-wrap li:last-child {
    width: 40%;
  }
  .sub_nav-area-2 .bottom_link-wrap li:last-child a {
    font-size: 1rem;
  }
  .sub_nav-area-2 .bottom_link-wrap a::before {
    width: 2em;
    height: 2em;
  }
  .sub_nav-area-2 .bottom_link-wrap .icon_5 a::before {
    width: 2em;
    height: 2em;
  }

  .header_nav {
    background: #F5F5F5;
  }

  .inner-header_nav {
    display: flex;
    justify-content: center;
  }
  .inner-header_nav > li {
    width: 300px;
    padding: 20px 0 18px;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    background: #333;
  }
  .inner-header_nav > li:hover {
    cursor: pointer;
    text-decoration: none;
    background: #a981cc;
  }
  .inner-header_nav > li:first-child {
    border-right: solid 1px #F5F5F5;
  }
  .inner-header_nav .nav-program-link-wrap {
    width: 400px;
    padding: 10px 0;
    background: #F5F5F5;
  }
  .inner-header_nav .nav-program-link-wrap:hover {
    cursor: initial;
    background: #F5F5F5;
  }

  .nav-program-link {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
  }
  .nav-program-link li {
    width: 188px;
  }
  .nav-program-link li:first-child {
    margin-right: 5px;
  }
  .nav-program-link a {
    display: block;
    padding: 11px 0 9px;
    color: #fff;
  }
  .nav-program-link a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .nav-program-link .design a {
    background: linear-gradient(125deg, #336699, #3366cc);
  }
  .nav-program-link .general a {
    background: linear-gradient(155deg, #33cc66, #339966);
  }

  /* footer */
  .footer_logo {
    margin: 35px 0 45px;
  }

  .campus_box-area {
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
  }

  .h-campus_box {
    font-size: 1.25rem;
  }

  .footer_nav {
    display: flex;
    justify-content: space-between;
    padding: 45px 70px;
  }

  .nav_box {
    width: 50%;
  }
  .nav_box:not(:last-child) {
    margin-right: 30px;
  }
  .nav_box li {
    margin-bottom: 15px;
    font-size: 0.875rem;
  }

  .h-nav_box {
    margin: 0 0 20px;
    font-size: 1.125rem;
    color: #333333;
  }

  .nav_box-big .footer-nav_list {
    float: left;
  }
  .nav_box-big .footer-nav_list.list_1 {
    margin-right: 25px;
  }

  .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: 15px 0;
  }

  /* mv */
  .mv_area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 618px;
  }

  .mv_text_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    background: url(/grdc/img/mv_bg_informatics.jpg) no-repeat center;
    background-size: cover;
  }
  .mv_text_new img.pc {
    display: block;
  }

  .anchor_area a {
    padding: 26px 0;
    font-size: 2rem;
  }

  .anchor-en_text {
    margin-top: 5px;
    font-size: 0.875rem;
  }

  /* top_contents */
  .sec_news {
    padding: 60px 20px 50px;
  }

  .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;
    font-weight: normal;
  }

  .news_list dt {
    float: left;
  }
  .news_list dd {
    padding: 0 0 0 106px;
  }

  .btn_more a {
    font-size: 1.125rem;
    letter-spacing: 1px;
    width: 300px;
    height: 62px;
    margin-top: 40px;
  }

  .btn_more a::after {
    width: 10px;
    height: 16px;
  }

  .btn_more a::after {
    right: 20px;
  }

  .sec_about {
    padding-bottom: 40px;
  }

  .h_about {
    margin: 0 0 40px;
    padding: 38px 0 34px;
    font-size: 3rem;
  }

  .btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .btn_list li {
    width: 485px;
    height: 215px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .btn_list li:nth-child(2n) {
    margin-left: 30px;
  }
  .btn_list li::after {
    left: 1%;
    width: 97%;
    height: 94%;
  }

  .about_01 {
    background: url(/grdc/img/btn_about_01.jpg) no-repeat center;
  }

  .about_02 {
    background: url(/grdc/img/btn_about_02.jpg) no-repeat center;
  }

  .about_03 {
    background: url(/grdc/img/btn_about_03.jpg) no-repeat center;
  }

  .about_04 {
    background: url(/grdc/img/btn_about_04.jpg) no-repeat center;
  }

  .h_course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    margin: 0 0 40px;
    padding: 17px 40px;
    font-size: 2.5rem;
  }
  .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_3 {
    font-size: 2rem;
  }

  .informatics .course_list a {
    display: flex;
    align-items: center;
  }
  .informatics .course_list a p {
    height: auto;
    padding-top: 0;
  }

  .course_box {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .course_boxline {
    padding: 12px 15px 10px;
    text-align: center;
    font-size: 1.875rem;
  }

  .shadow {
    margin-top: 2px;
  }

  .course_text {
    margin: 0 40px 35px;
  }

  .course_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 40px;
  }
  .course_list li {
    width: 440px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    border: solid 1px #ccc;
    background-color: #fff;
  }
  .course_list li img {
    float: left;
  }
  .course_list li p {
    display: table-cell;
    height: 78px;
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
  .course_list li .small {
    font-size: 1rem;
  }
  .course_list li .p_20 {
    padding-top: 20px;
  }
  .course_list li a {
    display: block;
  }
  .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: 2.25rem;
  }
  .bottom_link-wrap li:last-child {
    margin-bottom: 0;
  }
  .bottom_link-wrap li.long {
    width: 100%;
  }
  .bottom_link-wrap li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    line-height: 1.2;
  }
  .bottom_link-wrap li a::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bottom_link-wrap li a:hover {
    background-color: #a981cc;
  }

  .icon_1 a::before {
    margin-top: -0.2em;
    background-image: url(/grdc/img/icon_01_off.png);
  }
  .icon_1 a:hover::before {
    background-image: url(/grdc/img/icon_01_on.png);
  }

  .icon_2 a::before {
    margin-top: -0.15em;
    background-image: url(/grdc/img/icon_02_off.png);
  }
  .icon_2 a:hover::before {
    background-image: url(/grdc/img/icon_02_on.png);
  }

  .icon_3 a::before {
    margin-top: -0.1em;
    background-image: url(/grdc/img/icon_03_off.png);
  }
  .icon_3 a:hover::before {
    background-image: url(/grdc/img/icon_03_on.png);
  }

  .icon_4 a::before {
    margin-top: -0.2em;
    background-image: url(/grdc/img/icon_04_off.png);
  }
  .icon_4 a:hover::before {
    background-image: url(/grdc/img/icon_04_on.png);
  }

  .bottom_link-wrap .icon_5 a::before {
    width: 1.15em;
    height: 1.15em;
    margin-right: 15px;
  }

  .icon_5 a {
    text-align: left;
    font-size: 2rem;
  }
  .icon_5 a::before {
    margin-top: -0.2em;
    background-image: url(/grdc/img/icon_05_off.png);
    background-size: cover;
  }
  .icon_5 a:hover::before {
    background-image: url(/grdc/img/icon_05_on.png);
  }

  .forStudent_link-area {
    width: 920px;
    margin: 65px auto;
    padding: 40px;
    border: solid 1px #ccc;
  }

  .h-forStudent_link {
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
  }

  .forStudent_link {
    display: flex;
    justify-content: space-between;
  }
  .forStudent_link li {
    width: 200px;
    height: 60px;
    font-size: 1.125rem;
  }
  .forStudent_link a {
    transition: all 0.2s;
    display: block;
    height: 100%;
    padding-top: 20px;
    text-align: center;
    color: #a981cc;
    border: solid 1px #a981cc;
    background: url(/grdc/img/arrow_white_right.png) no-repeat 90% 50%;
  }
  .forStudent_link a:hover {
    color: #fff;
    border: solid 1px #333333;
    background-color: #333333;
  }

  /* ------ TOP ------ */
  .top-main {
    padding-top: 155px;
  }

  /* ------ page ----- */
  .page_top-area {
    padding-top: 180px;
  }

  /* パンくず */
  .breadcrumbs {
    margin-bottom: 20px;
  }

  .btn-program_pamphlet {
    width: 1040px;
    margin: 0 auto 30px;
  }
  .btn-program_pamphlet:last-child {
    margin-bottom: 100px;
  }
  .btn-program_pamphlet a {
    padding: 54px 50px 46px;
    font-size: 2.25rem;
    line-height: 1;
  }
  .btn-program_pamphlet a::after {
    margin-left: 30px;
  }

  .pamphlet a {
    background: url(/grdc/img/program_pamphlet_pc.jpg) no-repeat center;
    background-size: cover;
  }

  .voice a {
    background: url(/grdc/img/voice_pc.jpg) no-repeat center;
    background-size: cover;
  }

  .btn-thesis a {
    background: url(/grdc/img/thesis_pc.png) no-repeat center;
    background-size: cover;
  }

  /* ページタイトル */
  .page_title-wrap {
    padding: 23px 0 22px;
  }

  .page_title {
    font-size: 3rem;
  }
  .page_title .title.long {
    font-size: 2.375rem;
  }
  .page_title .title.long2 {
    font-size: 2.8rem;
  }

  .degree {
    min-width: 200px;
    padding: 10px 30px 5px;
  }

  .h-degree {
    font-size: 1rem;
  }

  .degree-name {
    font-size: 2.25rem;
  }

  .fs4 {
    font-size: 2.45rem;
  }

  /* 共通セクション */
  .sec_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* 見出しパターン */
  .h-deco1 {
    margin: 0 0 50px;
    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 18px 80px;
    font-size: 2rem;
  }
  .h-deco5.long {
    width: 70%;
  }

  /* テキスト?画像の組み合わせ */
  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .text_box {
    width: 610px;
    margin: 0;
  }

  .img_box {
    width: 350px;
  }

  /* テーブル */
  .table-1 {
    width: calc(100% - 40px);
    margin-left: 40px;
    font-size: 1.125rem;
  }
  .table-1:not(:last-child) {
    margin-bottom: 35px;
  }
  .table-1 caption {
    padding-bottom: 18px;
    font-size: 1.5rem;
  }
  .table-1 caption::before {
    font-size: 1.8rem;
  }
  .table-1 tbody td {
    padding: 15px 5px;
  }
  .table-1 tbody td:first-child {
    padding: 15px 23px;
  }
  .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.table-col2 caption {
    height: 35px;
    margin-bottom: 10px;
  }
  .table-1.table-col2 .th-2 {
    width: 21%;
  }
  .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:not(:first-child) {
    padding: 15px 5px 15px 20px;
  }

  /* ３つのポリシー */
  .inner-sec_box.policy_list {
    width: 1040px;
    margin: 0 auto;
    padding: 0 100px;
  }

  .h-number {
    font-size: 1.25rem;
  }
  .h-number::before {
    font-size: 3rem;
  }

  .list-disc {
    margin-left: 75px;
  }

  .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;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .profile-wrap {
    width: 800px;
  }

  .member-img {
    width: 170px;
    margin: 0 30px 0 0;
  }

  .member-profile {
    float: left;
    width: 510px;
  }
  .member-profile dt::before {
    font-size: 1.43rem;
  }

  .member_t-1 {
    width: 170px;
    margin-right: 30px;
    padding: 10px 5px 5px;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .member_t-1.common {
    width: auto;
    padding: 5px 10px 2px;
  }

  .member_t-2 {
    float: left;
  }

  .member_d-2 {
    padding-top: 3px;
    padding-left: 110px;
  }

  .member_t-3 {
    margin-top: 15px;
  }

  .member_d-3 {
    margin-left: 1.43rem;
  }

  .btn_member {
    align-self: center;
    width: 200px;
  }
  .btn_member a {
    transition: all 0.3s;
    padding: 20px 0;
    font-size: 1.125rem;
    border: solid 3px #333;
  }
  .btn_member a:hover {
    border: solid 3px #333;
    color: #fff;
    text-decoration: none;
    background: url(/grdc/img/arrow_white_right_2.png) no-repeat 90% 50% #333;
  }

  .member-name {
    margin: 0 0 35px;
    font-size: 1.875rem;
    line-height: 1;
  }

  .member-icon {
    float: left;
    width: 510px;
  }
  .member-icon dt {
    margin-bottom: 5px;
  }
  .member-icon dt::before {
    font-size: 1.43rem;
  }
  .member-icon dd {
    margin-left: 1.43rem;
  }
  .member-icon dd img {
    width: 43px;
    margin-bottom: 5px;
  }

  /* 研究科概要index */
  .link-area {
    padding: 65px 120px 5px;
  }

  .link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_wrap li {
    width: 380px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    border: solid 3px;
  }
  .link_wrap li a {
    transition: all 0.2s;
    display: block;
    padding: 32px 0 28px;
    background: url(/grdc/img/arrow_black_right_big.png) no-repeat 90% 50%;
    background-size: 10px;
  }
  .link_wrap li a:hover {
    text-decoration: none;
    color: #fff;
    background: url(/grdc/img/arrow_white_right_big.png) no-repeat 90% 50% #333333;
    background-size: 10px;
  }
  .link_wrap .first_link {
    width: 100%;
    font-size: 2.25rem;
  }
  .link_wrap .first_link a {
    padding: 72px 0 68px;
    background: url(/grdc/img/arrow_black_right_big.png) no-repeat 90% 50%;
  }
  .link_wrap .first_link a:hover {
    background: url(/grdc/img/arrow_white_right_big.png) no-repeat 90% 50% #333333;
  }

  /* プログラム紹介 */
  .degree_white {
    padding: 24px 18px 22px;
    font-size: 1.5rem;
  }

  .index_link .course_list {
    padding: 40px 0 20px;
  }

  /* 地域創生科学研究科 */
  .degree_common {
    margin-right: 20px;
    padding: 25px 25px 23px;
    font-size: 1.5rem;
  }

  .br {
    margin-left: 0.5em;
  }

  .list-number.common p {
    margin-left: 75px;
    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: 620px;
    margin: 0 0 0 20px;
  }

  .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 a {
    padding: 22px 26px 18px 15px;
  }
  .more_style a::after {
    top: 37%;
    right: 15px;
  }

  .overview_more {
    float: right;
    width: 200px;
    margin-top: -20px;
    font-size: 1.125rem;
  }

  .gso-more_link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  .gso-more_link li {
    width: 380px;
  }
  .gso-more_link li:first-child {
    margin-right: 30px;
  }

  .common .inner-sec_box {
    padding: 45px 100px 15px;
  }

  .h-deco6 {
    font-size: 2.25rem;
  }

  /* 取得可能な学位?資格 */
  .deg_qua-data {
    margin-left: 40px;
  }

  .t-deg_qua {
    font-size: 1.5rem;
  }
  .t-deg_qua::before {
    font-size: 2rem;
  }

  /* 沿革?組織構成 */
  .advantage_box.history {
    margin-top: 50px;
  }

  .noimage_text {
    margin: 0 20px;
  }

  /*--- 文字サイズ ---*/
  #changeArea.f20 .search_area {
    width: 245px;
  }
  #changeArea.f20 .bottom_link-wrap li a {
    padding: 35px 0 40px 24px;
  }
  #changeArea.f20 .icon_1 {
    background-position: 27% center;
  }
  #changeArea.f20 .icon_1:hover {
    background-position: 27% center;
  }
  #changeArea.f20 .icon_2 {
    background-position: 12% center;
  }
  #changeArea.f20 .icon_2:hover {
    background-position: 12% center;
  }
  #changeArea.f20 .icon_3 {
    background-position: 11% center;
  }
  #changeArea.f20 .icon_3:hover {
    background-position: 11% center;
  }
  #changeArea.f20 .icon_4 {
    background-position: 12% center;
  }
  #changeArea.f20 .icon_4:hover {
    background-position: 12% center;
  }
  #changeArea.f20 .br {
    display: none;
  }
  #changeArea.f20 .degree_common {
    margin-left: 0;
  }
  #changeArea.f20 .advantage_check {
    padding: 15px 11px 8px 60px;
  }
  #changeArea.f20 .gso-more_link li {
    width: 415px;
  }
  #changeArea.f12 .bottom_link-wrap li a {
    padding: 45px 0 40px 24px;
  }
  #changeArea.f12 .degree_common {
    margin-left: 320px;
  }

  /* 研究指導体制 */
  .bg_box {
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .bg_box p {
    line-height: 1.1;
  }
  .bg_box p .arrow {
    position: relative;
    display: inline-block;
    color: #990000;
    border-bottom: solid 1px #990000;
  }
  .bg_box p .arrow::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 32%;
    display: block;
    width: 50px;
    height: 29px;
    background: url(/grdc/img/arrow_down_red.png) no-repeat center;
    background-size: contain;
  }

  .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: 15px 0;
    text-align: center;
    border: solid 3px #990000;
    background: #fff;
  }

  .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;
  }

  /* 研究科共通科目と境界?学際領域科目 */
  .pickup_box {
    margin-bottom: 50px;
    padding: 45px;
  }

  .h_pickup {
    margin: 0 0 50px 60px;
    font-size: 1.5rem;
  }

  .icon_pickup {
    position: relative;
    margin-right: 40px;
    padding: 10px 20px 7px 55px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #a981cc;
  }
  .icon_pickup::before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "\f058";
    font-size: 2.125rem;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
  }

  .notes {
    font-size: 0.75rem;
  }

  .table_area {
    width: 800px;
    margin: 45px auto;
  }

  .table_list-box {
    position: relative;
    float: left;
    width: 488px;
    height: 373px;
    border: solid 1px #999999;
    background-color: #fff;
  }
  .table_list-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -42px;
    width: 33px;
    height: 24px;
    background: url(/grdc/img/arrow_right.png) no-repeat center;
  }

  .h_table_list {
    display: block;
    padding: 5px 0 3px;
    text-align: center;
    color: #fff;
    background-color: #999999;
  }

  .list_wrap {
    display: flex;
    padding: 35px 26px 50px;
    font-size: 0.875rem;
  }
  .list_wrap li {
    margin-bottom: 10px;
  }

  .list_number_1 {
    margin-right: 28px;
  }

  .circle_list-box {
    float: right;
    width: 265px;
    height: 373px;
    border: solid 1px #a981cc;
    background-color: #fff;
  }

  .h_circle_list {
    display: block;
    padding: 5px 0 3px;
    text-align: center;
    color: #fff;
    background-color: #a981cc;
  }

  .circle_list {
    padding: 35px 20px;
  }
  .circle_list li {
    margin-bottom: 20px;
  }
  .circle_list span {
    display: inline-block;
    width: 110px;
    margin-right: 8px;
    padding: 7px 0 5px 11px;
    font-size: 0.875rem;
    color: #fff;
    background-color: #a981cc;
  }

  /* お知らせ */
  .news.news_index.sec_box {
    padding-top: 46px;
    padding-bottom: 64px;
  }

  .news.sec_box .news_index_inner .news_list li {
    min-height: 38px;
  }

  .news.sec_box .news_index_inner .news_list li:not(:first-of-type) {
    margin-top: 14px;
  }

  .news.sec_box .news_index_inner .news_date {
    width: 100px;
  }

  .news.sec_box .news_index_inner .news_txt {
    width: calc(100% - 100px);
  }

  .news.sec_box .news_index_inner .news_pagination {
    margin: 40px auto 0;
    padding: 0 calc((100% - 440px) / 2);
  }

  .news.sec_box .news_index_inner .news_pagination li {
    height: 40px;
  }

  .news.sec_box .news_index_inner .news_pagination li:not(.prev):not(.next) {
    width: 40px;
    margin-left: 10px;
  }

  .news.sec_box .news_index_inner .news_pagination li:first-of-type:not(.prev):not(.next),
.news.sec_box .news_index_inner .news_pagination li.prev + li:not(.prev):not(.next) {
    margin-left: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a, .news.sec_box .news_index_inner .news_pagination li.prev a {
    letter-spacing: 1px;
  }

  .news.sec_box .news_index_inner .news_pagination li.next, .news.sec_box .news_index_inner .news_pagination li.prev {
    top: 2px;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a::before, .news.sec_box .news_index_inner .news_pagination li.prev a::before {
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -moz-transition: transform 0.35s ease, -moz-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease, -moz-transform 0.35s ease;
    top: 0;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a::before {
    right: 2px;
  }

  .news.sec_box .news_index_inner .news_pagination li.prev a::before {
    left: 2px;
  }

  .news.sec_box .news_index_inner .news_pagination li.next a:hover::before {
    transform: translateX(6px);
  }

  .news.sec_box .news_index_inner .news_pagination li.prev a:hover::before {
    transform: scale(-1, 1) translateX(6px);
  }

  .news.sec_box .news_btn a {
    font-size: 1.125rem;
    letter-spacing: 1px;
    width: 300px;
    height: 62px;
  }

  .news.sec_box .news_btn a::after {
    width: 10px;
    height: 16px;
  }

  .news.sec_box .news_btn.news_index {
    margin-top: 50px;
  }

  .news.sec_box .news_btn.news_index a::after {
    right: 20px;
  }

  .news_detail_date {
    font-size: 1.5rem;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_img {
    float: right;
    margin-left: 40px;
  }

  .news.sec_box .news_detail_inner .news_detail_custom_txt .s2 {
    font-size: 1.125rem;
  }

  .news.sec_box .news_btn.news_detail {
    margin-top: 42px;
    margin-bottom: 14px;
  }

  .news.sec_box .news_btn.news_detail a::after {
    right: 22px;
  }

  /* 在学生?修了生の声 pc */
  .voice_anchor-box {
    margin: 50px 0;
  }
  .voice_anchor-box:last-of-type {
    margin-bottom: 100px;
  }
  .voice_anchor-box .h-deco1 {
    margin-bottom: 0;
  }

  .voice_anchor {
    padding: 30px 30px 0 30px;
  }
  .voice_anchor .h-deco4 {
    margin-top: 0;
  }

  .voice_anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.937rem;
  }
  .voice_anchor-list + .h-deco4 {
    margin-top: 30px;
  }
  .voice_anchor-list li {
    width: 225px;
    margin-bottom: 10px;
  }
  .voice_anchor-list a {
    height: 100%;
    min-height: 70px;
    padding: 10px 20px;
    line-height: 1.5;
    border: solid 1px;
  }

  .voice-area,
.thesis-area {
    margin-top: 100px;
  }

  .voice_program,
.thesis_program {
    padding: 0 30px;
  }

  .h-circle {
    margin: 20px 0;
    font-size: 1.5rem;
  }
  .h-circle::before {
    margin-left: -10px;
  }

  .voice_box {
    margin-bottom: 20px;
    padding: 30px;
  }
  .voice_box + .h-circle {
    margin-top: 50px;
  }

  .voice_box-top {
    display: flex;
    justify-content: space-between;
  }

  .voice_data {
    width: 529px;
    margin: 0;
    padding-right: 30px;
  }
  .voice_data dt {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }

  .h-voice {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }

  /* 論文一覧 */
  .page-thesis .voice_anchor-box {
    margin: 0 0 50px;
  }

  .thesis-table--box {
    margin: 5% 0;
  }
  .thesis-table--box .table-1 {
    width: 100%;
  }
  .thesis-table--box .table-1 .th-1 {
    width: 50%;
  }
  .thesis-table--box .table-1 .th-2,
.thesis-table--box .table-1 .th-3 {
    width: 14%;
  }
  .thesis-table--box .table-1 .th-4 {
    width: 22%;
  }

  .thesis_program {
    margin-bottom: 100px;
  }
  .thesis_program .more_style {
    width: 50%;
    margin: 0 auto;
  }

  .more_style + .h-circle {
    margin: 50px 0 20px;
  }

  .voice_anchor-list.thesis {
    justify-content: flex-start;
  }
  .voice_anchor-list.thesis li {
    font-size: 1.4rem;
  }
  .voice_anchor-list.thesis li:not(:nth-child(4n)) {
    margin-right: 13px;
  }
  .voice_anchor-list.thesis li a::after {
    font-size: 1rem;
  }

  /* 共通リンク */
  .link-border.blank a::after {
    top: -5px;
  }
}
/* 語尾各種アイコン追加 */
.main ul.pdf_icon li:after, .main ul.excel_icon li:after, .main ul.word_icon li:after {
  font-family: "Font Awesome 5 Free";
  padding-left: 0.5em;
  font-weight: 400;
}

.main ul.pdf_icon li:after {
  content: "\f1c1";
  color: red;
}

.main ul.excel_icon li:after {
  color: #2b579a;
  content: "\f1c2";
}

.main ul.word_icon li:after {
  color: #227447;
  content: "\f1c3";
}

/* IE用 */
_:-ms-lang(x)::-ms-backdrop, .h-circle::before {
  font-size: 1em;
}