@charset "UTF-8";
/*
Theme Name: 筑波大学 グローバル教師力開発推進室 -PC（2017）
Author: EXEC JAPAN
*/
progress, sub, sup {
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

button, hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

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

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

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

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

[aria-disabled], [disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

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

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

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

button, select {
  text-transform: none;
}

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

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

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

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

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

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

img {
  border-style: none;
}

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

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

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

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

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.3rem;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p {
  line-height: 1.83;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

ul, ol {
  list-style-type: none;
}

address {
  font-style: normal;
}

a:link, a:visited, a:hover, a:active {
  color: #333;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
}

img {
  vertical-align: middle;
  line-height: 1;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.wrap {
  width: 1010px;
  margin: 0 auto;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
.header-nav {
  background: url(img/pattern_purple.gif);
}
.header-nav li {
  float: left;
  padding: 0 0 0 1px;
  background: url(img/nav_line.png) no-repeat left center;
}
.header-nav li:last-child {
  background: url(img/nav_line.png) no-repeat left center, url(img/nav_line.png) no-repeat right center;
}
.header-nav li a:hover img {
  opacity: 1;
  background: #2f1c5f;
}
.header-nav .active img {
  opacity: 1;
  background: #2f1c5f;
}
.header-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header-logo-area {
  padding: 27px 0 22px;
  background: url(img/pattern_purple.gif) repeat-x;
}

.header-logo {
  float: left;
}

.header-link {
  float: right;
  margin: 5px 24px 0 0;
}
.header-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  color: #fff;
  background: url(img/pattern_purple.gif);
}

.footer-link-area {
  padding-top: 20px;
  padding-bottom: 15px;
}

.footer-link {
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}
.footer-link li {
  float: left;
  margin-right: 15px;
}
.footer-link a {
  text-decoration: underline;
  color: inherit;
}
.footer-link a:hover {
  text-decoration: none;
}

.footer-add {
  float: right;
  width: 280px;
}

.copyright {
  padding: 10px 0 9px;
  background: #29155c;
}
.copyright small {
  display: block;
  padding-left: 10px;
  font-size: 1.1rem;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
.home .contents {
  padding: 30px 0;
  background: url(img/contents_bg.png) repeat-x;
}

.contents {
  background: #dadada;
}

/*----------------------------------------------------
	slider
----------------------------------------------------*/
.slider-area {
  min-width: 1010px;
}
.slider-area img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  float: left;
  width: 700px;
}

.emergency {
  margin-bottom: 30px;
}

.sub-nav {
  margin-bottom: 30px;
}
.sub-nav li {
  float: left;
  margin-right: 20px;
}
.sub-nav li:last-child {
  margin: 0;
}

.top-h-news-bg {
  margin-bottom: 10px;
  padding: 7px 20px 7px;
  background: url(img/top/headline_bg.png) no-repeat left center;
}

.h-news {
  float: left;
}

.btn-cat-area {
  float: right;
  padding: 5px 0;
  font-size: 1rem;
}
.btn-cat-area li {
  float: left;
  width: 55px;
  margin-left: 10px;
  text-align: center;
}
.btn-cat-area li a {
  display: block;
  padding: 3px 0;
  border-radius: 5px;
  background: #d6d6d6;
}
.btn-cat-area li a:hover {
  text-decoration: none;
  color: #fff;
  background: #4f8e00;
}
.btn-cat-area li:last-child {
  width: 75px;
  margin-left: 30px;
}

.news-article {
  background-image: linear-gradient(to right, #9f9f9f, #9f9f9f 2px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.news-data {
  padding: 23px 0 20px;
  background: url(img/page/news/btn_open.gif) no-repeat right center;
}
.news-data:hover {
  cursor: pointer;
}
.news-data p, .news-data h1 {
  float: left;
}
.news-data .date {
  width: 93px;
}
.news-data .cat {
  margin-right: 10px;
}
.news-data .cat.event {
  background: #f37f2b;
}
.news-data h1 {
  width: 760px;
  margin-right: 10px;
}

.news-data.close {
  background: url(img/page/news/btn_close.gif) no-repeat right center;
}

.news-contents {
  display: none;
  padding-bottom: 20px;
}

.top-news-area .news-data .date {
  padding: 0 0 0 15px;
}
.top-news-area .news-data .cat {
  margin: 0 15px;
}
.top-news-area .news-data h1 {
  width: 430px;
  font-size: 1.3rem;
}
.top-news-area .news-contents {
  padding-left: 15px;
}

.cat {
  display: inline-block;
  width: 55px;
  padding: 3px 6px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  background: #4f8e00;
}

/*----------------------------------------------------
	side
----------------------------------------------------*/
.side {
  float: right;
  width: 280px;
}
.side a {
  display: block;
  margin-bottom: 30px;
}

/*----------------------------------------------------
	Lower layer common
----------------------------------------------------*/
.contents-article {
  min-height: 800px;
  padding: 50px 0;
}

.page-title-area {
  display: table;
  width: 100%;
  height: 200px;
  min-width: 1010px;
  text-align: center;
}
.page-title-area div {
  display: table-cell;
  vertical-align: middle;
}

.page-nav-wrap {
  padding: 15px 0;
  color: #fff;
  background: #241750;
}

.page-nav ul {
  display: table;
  margin: 0 auto;
}
.page-nav li {
  display: table-cell;
  text-align: center;
}
.page-nav li a {
  padding: 0 35px;
}
.page-nav li:after {
  content: "/";
}
.page-nav li:last-child:after {
  content: "";
}
.page-nav a {
  color: inherit;
}
.page-nav .active a {
  text-decoration: underline;
}
.page-nav .active a:hover {
  text-decoration: none;
}

.headline {
  margin: 0 0 25px;
  padding: 0 0 15px;
  background-image: linear-gradient(to right, #241650, #241650 3px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.breadcrumb {
  padding: 15px 0;
  text-align: right;
  color: #fff;
  background: #241750;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  padding: 0 15px;
}
.breadcrumb li:after {
  content: "＞";
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: inherit;
}

.contents-article a {
  color: #1e18a7;
  text-decoration: underline;
}
.contents-article a:hover {
  text-decoration: none;
}

.archive .news-data {
  background: none;
}
.archive .news-data:hover {
  cursor: default;
}
.archive .news-data h1 {
  width: 880px;
  font-size: 1.17em;
}
.archive .news-data a {
  color: inherit;
}

.single-pagenavi {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.single-pagenavi .navlink {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
  text-align: center;
}
.single-pagenavi .navlink.prev {
  text-align: left;
}
.single-pagenavi .navlink.next {
  text-align: right;
}
.single-pagenavi a {
  padding: 20px 10px;
}

/*----------------------------------------------------
	message
----------------------------------------------------*/
.h-message-bg {
  background: url(img/page/message/message_bg.jpg) no-repeat center;
  background-size: cover;
}

.message-article img {
  float: right;
  margin: 0 0 30px 30px;
}
.message-article p {
  text-indent: 1em;
}
.message-article .last-line {
  margin-top: 20px;
}
.message-article .message-name {
  margin-top: 50px;
  text-align: right;
  font-weight: 800;
}

/*----------------------------------------------------
	member
----------------------------------------------------*/
.h-member-bg {
  background: url(img/page/member/member_bg.jpg) no-repeat center;
  background-size: cover;
}

.member-list {
  margin-bottom: 25px;
}
.member-list h3 {
  font-size: 1.3rem;
}
.member-list ul {
  margin-left: 1em;
  line-height: 1.83;
}

.member-article p {
  margin-left: 1em;
}

/*----------------------------------------------------
	project
----------------------------------------------------*/
.h-project-bg {
  background: url(img/page/project/project_bg.jpg) no-repeat center;
  background-size: cover;
}

.project-article {
  line-height: 1.83;
}
.project-article dt {
  font-weight: 800;
}
.project-article dd, .project-article p {
  margin-bottom: 25px;
}
.project-article dd {
  text-indent: 1em;
}

/*----------------------------------------------------
	access
----------------------------------------------------*/
.h-access-bg {
  background: url(img/page/access/access_bg.jpg) no-repeat center;
  background-size: cover;
}

.access-article p {
  margin-bottom: 25px;
}
.access-article p:nth-child(3) {
  margin-bottom: 40px;
}
.access-article .access-text-b {
  margin: 0;
  font-weight: 800;
}

.map-area {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	news
----------------------------------------------------*/
.h-news-bg {
  background: url(img/page/news/news_bg.jpg) no-repeat center;
  background-size: cover;
}

.pagenavi {
  margin-top: 50px;
}
.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  display: inline-block;
  margin: 0 7px;
  padding: 7px 10px;
  color: #241750;
  text-decoration: none;
  border: solid 1px #241750;
  background-color: #fff;
}
.pagenavi .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span:hover {
  color: #fff;
  background: #241750;
}
.pagenavi .wp-pagenavi .previouspostslink, .pagenavi .wp-pagenavi .nextpostslink {
  border: none;
  background: none;
}
.pagenavi .wp-pagenavi .previouspostslink:hover, .pagenavi .wp-pagenavi .nextpostslink:hover {
  color: inherit;
  background: none;
}
.pagenavi .wp-pagenavi .current {
  color: #fff;
  background: #241750;
}

.single-news-data h1 {
  margin-bottom: 10px;
}
.single-news-data .date {
  margin-bottom: 10px;
  text-align: right;
}

.single-news-contents {
  padding-bottom: 20px;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
.h-contact-bg {
  background: url(img/page/contact/contact_bg.jpg) no-repeat center;
  background-size: cover;
}

.contact-article {
  margin-bottom: 80px;
  line-height: 1.83;
}

.contact-about {
  margin-bottom: 25px;
}
.contact-about dd {
  padding-left: 1em;
}

.bold {
  font-weight: 800;
}

.mb-45 {
  margin-bottom: 45px;
}

.mail-box {
  display: table;
  padding: 24px;
  border: solid 1px #333333;
  background: #fff;
}

.mail {
  display: table-cell;
  padding-right: 20px;
  background: url(img/page/contact/mail_border.gif) no-repeat right center;
}
.mail h3 {
  display: inline-block;
  width: 240px;
  margin-bottom: 25px;
  padding: 10px 0 8px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: url(img/page/contact/pattern_01.gif);
}
.mail .icon {
  padding: 0 0 0 55px;
  font-size: 2.4rem;
  background: url(img/page/contact/icon_mail.gif) no-repeat left center;
}
.mail .icon a {
  color: inherit;
  text-decoration: none;
}
.mail .icon a:hover {
  text-decoration: underline;
}

.add {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}

.headline#soudan {
  margin-top: -100px;
  padding-top: 100px;
}

.soudan-article {
  padding: 60px 55px;
  background: #fff;
}

.soudan-form {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  font-weight: 800;
  background-image: linear-gradient(to right, #d6d6d6, #d6d6d6 2px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.soudan-form tr:first-child th:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #d6d6d6, #d6d6d6 2px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.soudan-form th {
  position: relative;
  width: 140px;
  padding: 20px 0;
  background: #f5f2f6;
  background-image: linear-gradient(to right, #d6d6d6, #d6d6d6 2px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.soudan-form td {
  padding: 20px;
  background-image: linear-gradient(to right, #d6d6d6, #d6d6d6 2px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.soudan-form td input[type=text],
.soudan-form td input[type=tel],
.soudan-form td input[type=email],
.soudan-form td textarea {
  padding: 5px 15px;
  font-weight: normal;
  border: solid 1px #dadada;
}
.soudan-form td input[type=number],
.soudan-form td input[type=time] {
  padding: 5px 0 5px 15px;
  font-weight: normal;
  border: solid 1px #dadada;
}
.soudan-form td label {
  cursor: pointer;
}

.p-margin {
  margin-bottom: 25px;
}

.input-w-1 input {
  width: 430px;
}
.input-w-1 p {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}

.affi-style th {
  padding: 26px 0 20px;
  vertical-align: top;
}
.affi-style td p:first-child span:first-child {
  margin: 0 43px 0 10px;
}
.affi-style td p:first-child span:nth-child(3) {
  margin: 0 32px 0 10px;
}
.affi-style td p span {
  margin: 0 20px 0 10px;
}
.affi-style td p span:first-child {
  margin: 0 30px 0 10px;
}
.affi-style td p input {
  width: 140px;
}
.affi-style td p input[type=number] {
  width: 100px;
}
.affi-style td div {
  display: table;
  vertical-align: middle;
}
.affi-style td div span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 43px 0 10px;
}
.affi-style td textarea {
  width: 430px;
  height: 80px;
}

.email-area th span {
  color: #f00;
}

.kibou-area span {
  margin: 0 15px;
}
.kibou-area span:first-child {
  margin: 0 15px 0 0;
}
.kibou-area input[type=number] {
  width: 70px;
}
.kibou-area input[type=text] {
  width: 110px;
}

.checkbox-style span {
  font-weight: 800;
}
.checkbox-style input {
  margin: 8px 10px 10px 0;
  cursor: pointer;
  vertical-align: middle;
}
.checkbox-style div input[type=text] {
  width: 530px;
  margin-left: 0;
  cursor: initial;
}
.checkbox-style label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: url(img/page/contact/check.gif) no-repeat center;
}
.checkbox-style label input[type="checkbox"]:checked {
  background: url(img/page/contact/checked.gif) no-repeat center;
}

.another-area textarea {
  width: 530px;
  height: 90px;
}

.btn-submit {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.btn-submit input {
  width: 280px;
  padding: 20px 10px 20px 5px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background: url(img/page/contact/arrow_contact.png) no-repeat 90% 50% #e2220e;
}
.btn-submit input:hover {
  opacity: 0.7;
}
.btn-submit input[name=submitBack] {
  margin-right: 35px;
  color: #333;
  background: url(img/page/contact/arrow_contact_left.png) no-repeat 10% 50% #dadada;
}

.soudan-confirm .soudan-form td {
  font-weight: normal;
}
.soudan-confirm .soudan-form td span {
  font-weight: 800;
}

/*----------------------------------------------------
	training
----------------------------------------------------*/
.h-training-bg {
  background: url(img/page/training/training_bg.jpg) no-repeat center;
  background-size: cover;
}

/*----------------------------------------------------
	support
----------------------------------------------------*/
.h-support-bg {
  background: url(img/page/support/support_bg.jpg) no-repeat center;
  background-size: cover;
}

/*----------------------------------------------------
	qualification
----------------------------------------------------*/
.h-qualification-bg {
  background: url(img/page/qualification/qualification_bg.jpg) no-repeat center;
  background-size: cover;
}