@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2.1em;
  font-weight: 500;
  background-color: #eaeaea;
  letter-spacing: 0.05em;
}
body.noscroll {
  overflow: hidden;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}

p, ul, ol, dl, table {
  margin: 0px 0px 24px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .35s;
  outline: none;
  color: #666;
  position: relative;
}
a:hover {
  color: #000;
}
a.text-link {
  text-decoration: none;
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 3px;
}
a.text-link::before {
  content: "＞ ";
  font-size: 10px;
  vertical-align: top;
}
a.text-link:hover {
  color: #000;
  background-size: 100% 1px;
}
a.text-link.outlink::after, a.text-link.pdf::after, a.text-link.word::after, a.text-link.excel::after, a.text-link[href^="http"]::after, a.text-link[href$=".pdf"]::after, a.text-link[href$=".doc"]::after, a.text-link[href$=".docx"]::after, a.text-link[href$=".xls"]::after, a.text-link[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
a.text-link.outlink:hover::after, a.text-link.pdf:hover::after, a.text-link.word:hover::after, a.text-link.excel:hover::after, a.text-link[href^="http"]:hover::after, a.text-link[href$=".pdf"]:hover::after, a.text-link[href$=".doc"]:hover::after, a.text-link[href$=".docx"]:hover::after, a.text-link[href$=".xls"]:hover::after, a.text-link[href$=".xlsx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_blk.png);
}
a.text-link[href^="https://www.tuad.ac.jp/"]::after {
  display: none;
}
a.text-link[href^="https://www.tuad.ac.jp/dezasen/"]::after, a.text-link[href^="https://www.tuad.ac.jp/tuad-review/"]::after, a.text-link[href^="https://www.tuad.ac.jp/dezasen/"]::after, a.text-link[href^="https://www.tuad.ac.jp/campusview/"]::after, a.text-link[href^="https://www.tuad.ac.jp/exam/"]::after, a.text-link[href^="https://www.tuad.ac.jp/jssd19f/"]::after, a.text-link[href^="https://www.tuad.ac.jp/mailbox/"]::after, a.text-link[href^="https://www.tuad.ac.jp/museum/"]::after, a.text-link[href^="https://www.tuad.ac.jp/special/"]::after, a.text-link[href^="https://www.tuad.ac.jp/gg/"]::after, a.text-link[href^="https://www.tuad.ac.jp/kouenkai/"]::after, a.text-link[href^="https://www.tuad.ac.jp/adm/"]::after, a.text-link[href^="https://www.tuad.ac.jp/sotsuten/"]::after, a.text-link[href^="https://www.tuad.ac.jp/oc/"]::after, a.text-link[href^="https://www.tuad.ac.jp/g_document/"]::after {
  display: inline-block;
}
a.text-link.pdf::after, a.text-link[href$=".pdf"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
a.text-link.pdf:hover::after, a.text-link[href$=".pdf"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_pdf_blk.png);
}
a.text-link.word::after, a.text-link[href$=".doc"]::after, a.text-link[href$=".docx"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
a.text-link.word:hover::after, a.text-link[href$=".doc"]:hover::after, a.text-link[href$=".docx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_word_blk.png);
}
a.text-link.excel::after, a.text-link[href$=".xls"]::after, a.text-link[href$=".xlsx"]::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
a.text-link.excel:hover::after, a.text-link[href$=".xls"]:hover::after, a.text-link[href$=".xlsx"]:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_excel_blk.png);
}
a.text-link[href^="mailto"]::before {
  content: "";
  display: none;
}

.palt {
  font-feature-settings: "palt";
}

::selection {
  background: #000;
  color: #fff;
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  padding-bottom: 664px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px auto;
  max-width: 1440px;
  background-color: #fff;
}
#home #layout {
  background-color: transparent;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  background-color: #000;
  color: #FFF;
  width: 100%;
  height: 50px;
  position: fixed;
  overflow: hidden;
  z-index: 20;
}
#page-header .inner {
  padding: 0px 20px;
}
#page-header h1 {
  width: 150px;
  margin-top: 13px;
  font-size: 20px;
  line-height: 20px;
}
#page-header h1 a:hover {
  opacity: 0.6;
}

#menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 0px;
  z-index: 200;
  background-color: #000;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 1px;
  background-color: #adadad;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu span {
  top: 24.5px;
}
#menu::before {
  content: "";
  top: 20px;
}
#menu::after {
  content: "";
  bottom: 19.5px;
}
#menu.on::before {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
#menu .alt {
  position: relative;
  top: 13px;
  left: -40px;
  background: none;
  color: #fff;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 14px;
  opacity: 1;
  text-indent: 0;
  transform: scaleX(1);
  transform-origin: center right;
}
#menu.on .alt {
  opacity: 0;
  transform: scaleX(0);
}

/* langage
--------------------------------------------------------------------------------- */
#language {
  position: fixed;
  z-index: 20;
  color: #FFF;
  overflow: hidden;
  right: 20px;
  top: 18px;
  display: none;
}
#language p {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
#language p a {
  color: #adadad;
  text-decoration: none;
}
#language p a.jp {
  color: #fff;
}
#language p a:hover {
  color: #fff;
}

/* search-box
--------------------------------------------------------------------------------- */
/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 30;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #000;
  color: #FFF;
  border-style: solid;
  border-color: #adadad;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}

#page-menu {
  z-index: 40;
  width: 100%;
  background-color: #000;
  color: #FFF;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gmenu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.gmenu li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.gmenu li a {
  display: block;
  text-decoration: none;
  color: #adadad;
}
.gmenu li a:hover {
  color: #fff;
}
.gmenu li a.on {
  background-color: #FFF;
  color: #000;
  opacity: 1;
}
.gmenu li a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr.png);
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  transition: all .35s;
}
.gmenu li a.outlink:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
}
.gmenu li.netbus a {
  border-style: solid;
  border-color: #adadad;
  border-width: 0px 1px 0px 0px;
  border-radius: 0px;
}
.gmenu li span {
  display: block;
  color: #adadad;
  cursor: pointer;
  background-image: url(/wp/wp-content/themes/tuad_main/images/gmenu_003.png);
  background-image: url(/wp/wp-content/themes/tuad_main/images/gmenu_001_on.png);
  background-position: center center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: all .2s;
  opacity: 0.7;
}
.gmenu li span:hover {
  opacity: 1;
}

#search-box {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  top: 0px;
  overflow: hidden;
}
#search-box .inner {
  margin: 10px 20px;
  position: relative;
}
#search-box form {
  margin: 0px;
  padding: 0px;
}
#search-box input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  border: none;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 70px);
  display: block;
}
#search-box input#submit {
  width: 44px;
  height: 44px;
  margin: 0px;
  position: absolute;
  background-color: #fff;
  right: 24px;
  top: -10px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/search.png);
  background-position: center center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
#search-box input:focus {
  outline: none;
}
#search-box .search-close {
  width: 44px;
  height: 44px;
  margin: 0px;
  position: absolute;
  top: -10px;
  right: -20px;
  background-color: #cccccc;
  text-indent: -9999px;
  cursor: pointer;
}
#search-box .search-close::before,
#search-box .search-close span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 1px;
  background-color: #fff;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  top: 22px;
  -webkit-transform: translateY(0.1px) rotate(-45deg);
  transform: translateY(0.1px) rotate(-45deg);
}
#search-box .search-close::before {
  content: "";
  -webkit-transform: translateY(0.1px) rotate(45deg);
  transform: translateY(0.1px) rotate(45deg);
}
#search-box .search-close:hover {
  background-color: #8c8c8c;
}

.gnav {
  margin: 0px -1px 20px 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
.gnav li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-color: #adadad;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.gnav li.morebtn {
  border: none;
}
.gnav li a {
  color: #adadad;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 1000px;
  display: table-cell;
  vertical-align: middle;
}
.gnav li a.opennav {
  background-color: #fff;
  color: #000;
}
.gnav li a.more {
  text-align: left;
  padding: 0px 20px 0px 36px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_101.png);
  background-position: right center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.gnav li a.more.opennav {
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_103.png);
  background-color: transparent;
  color: #fff;
}
.gnav li a.more.opennav::before {
  background-color: #fff;
}
.gnav li a.more::before {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background-color: #adadad;
  position: absolute;
  left: 20px;
  top: 18px;
}
.gnav li a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-top: -1px;
  transition: all .35s;
}
.gnav li.pcdisplay {
  display: none;
}
.gnav li .morenav {
  display: none;
  margin-bottom: 20px;
}
.gnav li .morenav ul {
  display: none;
}
.gnav li h3 {
  text-align: left;
  font-size: 12px;
  line-height: 49px;
  color: #adadad;
  padding: 0px 20px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_101.png);
  background-position: right center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  margin-top: -1px;
}
.gnav li h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #adadad;
}
.gnav li h3.opennav {
  background-color: #eeeeee;
  color: #000;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_102.png);
}
.gnav li h3.opennav::after {
  background-color: #eeeeee;
}
.gnav li ul {
  margin: 0px 20px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
.gnav li ul li {
  text-align: left;
}
.gnav li ul li .stext {
  font-size: 10px;
}
.gnav li ul li .new {
  font-size: 12px;
  display: inline-block;
  background-color: #adadad;
  color: #000;
  padding: 0px 2px;
  margin-right: 4px;
}
.gnav li ul a {
  color: #adadad;
  background-image: none;
  padding: 0px 14px;
}
.gnav li ul a.outlink::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr.png);
}
.gnav li ul a::before {
  content: ">";
  margin-right: 6px;
}
.gnav.en {
  padding: 0px 20px;
  margin-bottom: 80px;
}
.gnav.en li {
  text-align: left;
}

.object {
  overflow: hidden;
  background-color: #adadad;
  padding: 17px 0px 10px;
  margin-bottom: 24px;
}
.object h3 {
  font-size: 9px;
  line-height: 15px;
  color: #000;
  margin-bottom: 17px;
}
.object ul {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
  width: 260px;
  line-height: 10px;
}
.object li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  width: 50%;
  display: inline-block;
  position: relative;
}
.object li.students::after, .object li.protector::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 5px;
}
.object li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 90px;
}
.object li a:hover {
  background-color: #fff;
}

.snsnav {
  margin: 0px 0px 120px 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}
.snsnav li {
  margin: 0px 10px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}
.snsnav li a {
  display: block;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_&#49;&#56;&#56;&#20307;&#32946;&#24179;&#21488;.png);
  background-position: center center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  opacity: 0.7;
}
.snsnav li a:hover {
  opacity: 1;
}
.snsnav li.&#49;&#56;&#56;&#20307;&#32946;&#24179;&#21488; a {
  width: 20px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_&#49;&#56;&#56;&#20307;&#32946;&#24179;&#21488;_on.png);
}
.snsnav li.twitter a {
  width: 20px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_twitter_on.png);
}
.snsnav li.line a {
  width: 24px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_line_on.png);
}
.snsnav li.instagram a {
  width: 18px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_instagram_on.png);
}
.snsnav li.youtube_icon a {
  width: 68px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/sns_youtube_on.png);
}

.langnav {
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.langnav a {
  text-decoration: none;
}
.langnav a.jp {
  color: #fff;
}
.langnav a:hover {
  color: #fff;
}

/* gnav-slide
--------------------------------------------------------------------------------- */
#gnav-slide {
  display: none;
}

.gnav-bottom.en {
  display: none;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: #000;
  color: #fff;
  padding-top: 40px;
  z-index: 10;
}
#page-footer .snsnav {
  margin-bottom: 48px;
  margin-left: -5px;
  text-align: left;
}
#page-footer .inner {
  padding: 0px 20px;
}

#footer-nav {
  overflow: hidden;
}

.fnav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}
.fnav li {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.fnav li a {
  text-decoration: none;
  color: #adadad;
}
.fnav li a:hover {
  color: #fff;
}
.fnav li a.outlink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  transition: all .35s;
}
.fnav li a.outlink:hover::after {
  background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out.png);
}

#address {
  text-align: left;
  margin-bottom: 48px;
  padding-top: 48px;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-style: solid;
  border-color: #adadad;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}

#copyright {
  margin-bottom: 100px;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  font-size: 10px;
  line-height: 15px;
  width: 30px;
  margin: 0px;
  display: none;
}
#page-top a {
  display: block;
  text-decoration: none;
  color: #000;
  background-image: url(/wp/wp-content/themes/tuad_main/images/arrow_002.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 45px;
}
#page-top.absolute {
  position: absolute;
  bottom: auto;
  top: -80px;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  p, li, dt, dd, th, td, h5, h6 {
    font-size: 14px;
    line-height: 26px;
  }

  p, ul, ol, dl, table {
    margin: 0px 0px 26px 0px;
  }

  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding-bottom: 226px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 60px;
  }
  #page-header .inner {
    padding: 0px 25px;
  }
  #page-header h1 {
    width: 164px;
    margin-top: 15px;
  }

  #menu {
    right: 10px;
    top: 5px;
  }

  /* langage
  --------------------------------------------------------------------------------- */
  #language {
    position: fixed;
    color: #FFF;
    right: 0px;
    top: 50%;
    width: 80px;
    height: 40px;
    background-color: #000;
    z-index: 10;
    display: none;
    transition: all .35s;
    opacity: 0;
  }
  #language p {
    text-align: center;
    font-size: 10px;
    line-height: 40px;
  }
  #home #language {
    display: block;
    opacity: 1;
  }
  #home #language.hide {
    opacity: 0;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    top: 60px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer {
    padding-top: 40px;
  }
  #page-footer .inner {
    padding: 0px 25px;
  }
  #page-footer .snsnav {
    clear: both;
    margin-bottom: 76px;
  }

  #footer-nav {
    margin-bottom: 0px;
    border: none;
    display: block;
  }

  .fnav {
    margin: 0px 0px 26px 0px;
    line-height: 18px;
  }
  .fnav li {
    margin: 0px 1.8em 0px 0px;
    display: inline-block;
  }

  #address {
    line-height: 19px;
    margin-bottom: 0px;
    text-align: left;
    white-space: nowrap;
    border: none;
    padding: 0px;
  }
  #address .mr {
    margin-right: 1em;
  }
  #address .mr2 {
    margin-right: 0.5em;
  }

  #copyright {
    margin-bottom: 30px;
    line-height: 19px;
  }
}
/*
--------------------------------------------------------------------------------- 1100 */
@media all and (min-width: 1100px) {
  /* layout
  --------------------------------------------------------------------------------- */
  #layout {
    padding-bottom: 228px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    z-index: 50;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    display: none;
    top: 60px;
    width: auto;
    width: 100%;
    height: calc(100% - 60px);
    overflow: visible;
    color: #FFF;
    border: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #global-nav.open {
    height: 100%;
  }
  #global-nav .snsnav {
    display: none;
  }

  #page-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: visible;
    z-index: 100;
  }

  .gmenu {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .gmenu li {
    width: auto;
  }
  .gmenu li.netbus {
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
  }
  .gmenu li.netbus a {
    border: none;
    background: none;
    padding: 0px;
    position: relative;
    display: block;
    background: linear-gradient(#fff, #fff) 0 100%/0 2px no-repeat;
    transition: all .35s;
    padding-bottom: 12px;
  }
  .gmenu li.netbus a:hover {
    color: #fff;
    background-size: 100% 2px;
  }
  .gmenu li.search {
    position: fixed;
    right: 90px;
    top: 22px;
    display: inline-block;
    width: 24px;
  }

  #search-box {
    background-color: transparent;
    bottom: auto;
    border: none;
    position: fixed;
    top: 0px;
    z-index: 100;
    width: calc(100% - 70px);
  }
  #search-box .inner {
    margin: 15px 25px 10px;
  }
  #search-box input {
    font-size: 13px;
    line-height: 30px;
    padding: 0px 20px;
    height: 30px;
    width: 100%;
  }
  #search-box input#submit {
    width: 40px;
    height: 30px;
    padding: 0px;
    cursor: pointer;
    right: 5px;
    top: 0px;
  }
  #search-box .search-close {
    width: 30px;
    height: 30px;
    right: -25px;
    top: 0px;
  }
  #search-box .search-close::before,
  #search-box .search-close span {
    left: 8px;
    width: 15px;
    top: 15px;
  }

  .gnavscroll {
    overflow: scroll;
    height: 100%;
    display: block;
    position: relative;
  }

  .gnav-inner {
    background-color: #000;
    overflow: hidden;
  }

  .gnav {
    margin: 0px 30px;
    padding: 40px 0px 0px;
    text-align: left;
    border-style: solid;
    border-color: #adadad;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
  }
  .gnav li.morebtn {
    display: inline-block;
    vertical-align: top;
    width: 192px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
  }
  .gnav li .morenav {
    display: block;
    position: absolute;
    z-index: 50;
    background-color: #000;
    width: 100%;
    left: 0px;
    top: 80px;
    padding-top: 40px;
    text-align: left;
    transition: all .35s;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
  }
  .gnav li .morenav .inner {
    padding: 20px 30px 0px;
    font-size: 0;
    letter-spacing: 0;
  }
  .gnav li .morenav .col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .gnav li .morenav h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 18px;
    position: relative;
    color: #fff;
    background: none;
    cursor: auto;
  }
  .gnav li .morenav h3::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .gnav li .morenav h3::after {
    display: none;
  }
  .gnav li .morenav ul {
    display: block;
    margin: 0px 0px 50px 0px;
    padding: 0px;
  }
  .gnav li .morenav ul li {
    font-size: 12px;
    line-height: 18px;
    border: none;
    margin-bottom: 14px;
  }
  .gnav li .morenav ul li.top-margin {
    margin-top: 46px;
  }
  .gnav li .morenav ul li .new {
    font-size: 10px;
    padding: 0px 3px;
    margin-right: 4px;
    line-height: 14px;
    transition: all .2s;
  }
  .gnav li .morenav ul li a {
    height: auto;
    padding: 0px;
    position: relative;
    display: inline-block;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: all .35s;
    padding-bottom: 3px;
  }
  .gnav li .morenav ul li a::before {
    display: none;
  }
  .gnav li .morenav ul li a:hover {
    background-size: 100% 1px;
    color: #fff;
  }
  .gnav li .morenav ul li a:hover .new {
    background-color: #fff;
  }
  .gnav li .morenav #gnav-slide {
    display: block;
    width: auto;
    padding: 0px;
    position: relative;
  }
  .gnav li .morenav #gnav-slide .inner {
    padding-top: 4px;
    padding-bottom: 20px;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom-object {
    margin-bottom: 40px;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom-object li {
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom-object li a {
    display: block;
    background-color: #adadad;
    color: #000;
    border-style: solid;
    border-color: #000;
    border-width: 0px 1px 0px 0px;
    border-radius: 0px;
    padding: 0px;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom-object li a:hover {
    background-color: #fff;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 0;
    letter-spacing: 0;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom li {
    margin: 0px 1em 0px 0px;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom li a {
    padding: 0px;
    margin: 0px;
    padding-bottom: 3px;
    display: inline-block;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom li::after {
    content: "　｜";
    color: #adadad;
    display: inline-block;
  }
  .gnav li .morenav #gnav-slide .gnav-bottom li:last-child::after {
    display: none;
  }
  .gnav li .morenav #gnav-slide #language-bottom {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    position: absolute;
    right: 25px;
    top: 20px;
  }
  .gnav li .morenav #gnav-slide #language-bottom a {
    display: inline;
    color: #adadad;
  }
  .gnav li .morenav #gnav-slide #language-bottom a.jp {
    color: #fff;
  }
  .gnav li .morenav.open {
    display: block;
    z-index: 10;
    opacity: 1;
  }
  .gnav li a {
    width: auto;
    height: auto;
    display: block;
    padding: 0px;
  }
  .gnav li a.more {
    background: none;
    padding: 0px;
    position: relative;
    display: block;
    background: linear-gradient(#fff, #fff) 0 100%/0 2px no-repeat;
    transition: all .35s;
    margin-bottom: -1px;
  }
  .gnav li a.more::before {
    display: none;
  }
  .gnav li a.more:hover, .gnav li a.more.mouseon {
    color: #fff;
    background-size: 100% 2px;
  }
  .gnav.en {
    margin: 79px 30px 0px;
    padding: 30px 0px 0px;
    border-width: 1px 0px 0px;
  }
  .gnav.en li {
    font-size: 12px;
    line-height: 18px;
    border: none;
    margin: 0px auto 14px;
    width: 215px;
  }
  .gnav.en li a {
    height: auto;
    padding: 0px;
    position: relative;
    display: inline-block;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: all .35s;
    padding-bottom: 3px;
  }
  .gnav.en li a:hover {
    background-size: 100% 1px;
    color: #fff;
  }

  .gnav-bottom.en {
    display: block;
    margin: 50px 30px 30px 30px;
    padding: 0px;
    line-height: 18px;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
  }
  .gnav-bottom.en li {
    font-size: 12px;
    line-height: 18px;
    margin: 0px 1em 0px 0px;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .gnav-bottom.en li a {
    padding: 0px;
    margin: 0px;
    padding-bottom: 3px;
    display: inline-block;
    text-decoration: none;
    color: #adadad;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: all .35s;
    padding-bottom: 3px;
  }
  .gnav-bottom.en li a:hover {
    background-size: 100% 1px;
    color: #fff;
  }
  .gnav-bottom.en li a.outlink::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url(/wp/wp-content/themes/tuad_main/images/icon_out_gr.png);
    background-position: center center;
    background-size: 12px auto;
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-top: -1px;
    transition: all .35s;
  }
  .gnav-bottom.en li::after {
    content: "　｜";
    color: #adadad;
    display: inline-block;
  }
  .gnav-bottom.en li:last-child::after {
    display: none;
  }

  .object {
    display: none;
  }

  .langnav {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    position: fixed;
    right: 130px;
    top: 20px;
    z-index: 50;
  }

  /* gnav-slide
  --------------------------------------------------------------------------------- */
  #gnav-slide {
    display: none;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .fnav li {
    margin: 0px 3em 0px 0px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
/*
--------------------------------------------------------------------------------- 1440 */
@media all and (min-width: 1440px) {
  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    width: 1440px;
  }

  #menu {
    right: calc((100% - 1420px)/2);
  }

  /* langage
  --------------------------------------------------------------------------------- */
  #language {
    right: auto;
    left: 50%;
    margin-left: 640px;
  }

  .gmenu li.netbus {
    right: 30px;
  }
  .gmenu li.search {
    right: 90px;
    right: calc((100% - 1260px)/2);
  }

  #search-box {
    width: 1370px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    left: 50%;
    width: 1440px;
    margin-left: -720px;
  }

  .langnav {
    right: auto;
    left: 50%;
    margin-left: 540px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-top {
    right: auto;
    left: 50%;
    margin-left: 670px;
  }
  #page-top.absolute {
    top: -80px;
  }
}
