@charset "UTF-8";
/*
Theme Name: 筑波大学ASIP
Author: SSCT
*/
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-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

ul, ol {
  list-style-type: none;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

.header-logo a:hover img,
.footer-logo a:hover img,
.tsukuba-logo a:hover img,
.address-area a:hover img {
  opacity: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: none;
}

.wrap {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
body.page #slider {
  display: none;
}
.header-bg #slider li {
  position: absolute;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-color: #464646;
}
.bx-clone {
  display: none;
}

.logo-area {
  position: relative;
  display: table;
  width: 100%;
  padding: 1.5% 0 2%;
  background: #fff;
}

#global-nav ul {
  z-index: 10000;
}

/* Toggle Button */
#nav-toggle {
  display: block;
  position: absolute;
  right: 4%;
  top: 5vw;
  width: 10vw;
  height: 40px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #271555;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 2.8vw;
}

#nav-toggle span:nth-child(3) {
  top: 5.5vw;
}

#nav-toggle.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

#nav-toggle.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

#nav-toggle.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.mv-logo-wrap {
  display: table;
  width: 100%;
  height: 84%;
  margin-top: -4vw;
}

.mv-logo {
  display: table-cell;
  padding: 0 2%;
  text-align: center;
  vertical-align: middle;
}

.top-chach {
  display: table;
  height: 68%;
}

.top-chach h2 {
  display: table-cell;
  vertical-align: middle;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
}




/*----------------------------------------------------
	サイド
----------------------------------------------------*/
.bnr-area {
  text-align: center;
}
.bnr-area img {
  margin-bottom: 6%;
}

.sns {
  width: 280px;
  margin: 0 auto 6%;
}

.btn-sns {
  font-weight: 900;
  border-radius: 5px;
}
.btn-sns a {
  display: block;
  padding: 5%;
  color: #fff;
}

.btn-fb {
  background: #4267b2;
}

.btn-tw {
  background: #5ea9dd;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.asip-logo {
  text-align: center;
}

.address-area {
  padding: 5%;
  border: solid 1px #d7d7d7;
  background: #fff;
}

.footer-tsukuba-logo {
  text-align: center;
}

.footer-link-area {
  color: #fff;
  background: #170b38;
}
.footer-link-area a {
  color: #fff;
}

.copyright {
  text-align: center;
  line-height: 1.2;
}
.copyright small {
  font-size: 1.2rem;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  position: relative;
}

.go-top {
  position: absolute;
  right: 0;
  bottom: 0;
}
.go-top:hover {
  cursor: pointer;
}

.sp-go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
}

@media only screen and (max-width: 767px) {
  #global-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  #global-nav ul {
    display: none;
  }

  .nav {
    position: relative;
    top: 17vw;
    margin-left: 30px;
    background: #fff;
  }
  .nav li > ul {
    border-left: solid 1px #453c60;
  }
  .nav li > ul li {
    border-bottom: solid 1px #453c60;
  }
  .nav li > ul a {
    display: block;
    padding: 4% 3% 4% 16.5%;
    background: url(img/arrow_nav.png) no-repeat 94% 50%;
    background-size: 2vw;
  }
  #global-nav ul li img {
    width: 100%;
  }

  .logo-area .wrap {
    background: url(img/asip_logo_bg.png) no-repeat 2% top;
    background-size: 10%;
  }
  .logo-area .logo-box {
    width: 70%;
    margin-left: 11.5%;
    margin-bottom: 2%;
  }

  .tsukuba-logo img {
    width: 30%;
  }

  .header-logo {
    padding: 3% 0 2%;
    line-height: 1;
  }
  .header-logo img {
    width: 72.6vw;
  }

  .asip-logo,
  .address-area {
    margin-bottom: 7%;
  }

  .footer-link-area {
    padding-bottom: 2%;
  }

  .footer-link {
    margin-bottom: 5.5%;
  }
  .footer-link li {
    display: table;
    float: left;
    width: 50%;
    height: 75px;
    line-height: 1.2;
    border-bottom: solid 1px #453c60;
  }
  .footer-link li:not(:nth-child(2n)) {
    border-right: solid 1px #453c60;
  }
  .footer-link a {
    display: table-cell;
    vertical-align: middle;
    padding: 10% 28% 8% 10%;
    background: url(img/arrow_footer_nav.png) no-repeat 90% 50%;
  }

  .address-area p a {
    display: block;
  }
  .address-area img {
    margin-top: 10px;
    border: solid 1px #d7d7d7;
  }

  .page .contents, .search .contents, .error404 .contents, .single .contents {
    padding-bottom: 7%;
  }
}
/* @media screen and (max-width: 384px) {
  .nav {
    top: 14.5vw;
  }
}
@media screen and (max-width: 375px) {
  .nav {
    top: 13vw;
  }
}
@media screen and (max-width: 360px) {
  .nav {
    top: 14.5vw;
  }
}
@media screen and (max-width: 320px) {
  .nav {
    top: 16.3vw;
  }
} */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  a:hover, a:active, a:focus {
    text-decoration: underline;
  }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
  }

  .sp {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .wrap,
  .pc-wrap {
    width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
  }

  #nav-toggle {
    display: none;
  }

  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  .header-bg {
    height: 100vh;
    margin: 0 0 30px;
  }
  
  .menu-btn, .close {
    display: none;
  }

  .logo-area {
    display: block;
    padding: 30px 0;
    background: url(img/header_bg_map.png) no-repeat center, url(img/header_bg.gif);
  }
  .logo-area .wrap {
    background: url(img/asip_logo_bg.png) no-repeat left top;
  }
  .logo-area .logo-box {
    margin-left: 80px;
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .tsukuba-logo {
    margin-bottom: 15px;
  }

  .search-area {
    width: 180px;
    margin-left: 50px;
  }
  .search-area li {
    font-size: 1.2rem;
  }

  .btn-en a {
    display: block;
    padding: 3px;
    color: inherit;
    text-align: center;
    background: #d7d7d7;
  }
  .btn-en a:hover {
    text-decoration: none;
    color: #fff;
    background: #684fa5;
  }

  .search-box {
    position: relative;
    margin-bottom: 10px;
  }
  .search-box input[type=text] {
    width: 100%;
    padding: 3px 0 3px 33px;
    border-radius: 15px;
    background: #d7d7d7;
  }
  .search-box input[type=submit] {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(img/icon_search.png) no-repeat center;
  }

  .home .header #global-nav {
    position: absolute;
    bottom: 0;
  }

  .header {
    position: relative;
    min-width: 1040px;
  }
  .header #global-nav {
    display: block;
    width: 100%;
    height: 80px;
    background: url(img/nav_bg.png);
    background-size: cover;
  }
  .header #global-nav .nav {
    width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: transparent;
  }
  .header #global-nav .nav > li:after {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
  }
  .header #global-nav li {
    position: relative;
    float: left;
  }
  .header #global-nav li a {
    padding: 0;
  }
  .header #global-nav li:hover ul {
    position: absolute;
    top: 90px;
  }
  .header #global-nav li > ul {
    display: none;
    position: absolute;
    top: 50px;
    width: 145%;
    margin: 0;
    border-top: solid 2px #1d0d49;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
  }
  .header #global-nav li > ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #d7d7d7;
  }
  .header #global-nav li > ul li a {
    display: block;
    padding: 8% 3% 8% 13%;
    line-height: 1.2;
    background: url(img/nav_arrow_pc.png) no-repeat 6% 50% #fff;
  }
  .header #global-nav li > ul li a:hover {
    color: #1f0e4c;
  }
  .header #global-nav li > ul:before {
    position: absolute;
    top: -9px;
    left: 30px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 7px 4px;
    border-color: transparent transparent #1d0d49 transparent;
  }
  .header #global-nav li:hover ul {
    display: block;
  }
  .header #global-nav.fixed {
    position: fixed;
    top: 0;
    bottom: inherit;
    z-index: 1;
  }

  .mv-logo-wrap {
    margin-top: -80px;
  }

  .mv-logo {
    padding: 0;
  }

  .header-bg #slider li {
    height: 74vh;
    min-width: 1040px;
  }

  .home header #global-nav {
    position: absolute;
  }

  /*----------------------------------------------------
  	main
  ----------------------------------------------------*/
  .main {
    float: left;
    width: 700px;
    margin-bottom: 50px;
  }

  /*----------------------------------------------------
  	side
  ----------------------------------------------------*/
  .side {
    float: right;
    width: 280px;
  }

  /*----------------------------------------------------
  	フッター
  ----------------------------------------------------*/
  .footer {
    font-size: 1.2rem;
  }

  .asip-logo-area {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }

  .asip-logo {
    float: left;
    margin-top: 23px;
  }

  .address-area {
    float: right;
    width: 540px;
    padding: 20px 25px;
  }
  .address-area p {
    float: left;
    margin-right: 15px;
  }
  .address-area .footer-tsukuba-logo {
    display: block;
    float: right;
    margin-top: 5px;
  }

  .footer-link-area {
    padding: 30px 0 20px;
  }

  .footer-link {
    float: left;
  }
  .footer-link li {
    float: left;
    border-right: solid 1px #fff;
  }
  .footer-link li:first-child {
    border-left: solid 1px #fff;
  }
  .footer-link li a {
    padding: 0 15px;
  }

  .copyright {
    float: right;
  }
}
.lang-box {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.btn-lang {
  padding: 2%;
  border: solid 1px #d7d7d7;
  background: url(img/top/header_arrow.gif) no-repeat 95% center;
}

.lang-list {
  display: none;
}
.lang-list li {
  border-left: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
}
.lang-list li a {
  display: block;
  padding: 2%;
}

.top-bnr-area {
  margin: 0 0 5.6%;
  text-align: center;
}
.top-bnr-area a {
  display: inline-block;
  margin: 0 0 8.4%;
}

.top-headline {
  margin: 0 0 6%;
}

.category a {
  display: block;
  padding: 3.5% 0 3%;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.category a:hover {
  text-decoration: none;
}
.category.news a {
  background: #950202;
}
.category.students a {
  background: #114a0b;
}
.category.activity a {
  background: #104484;
}
.category.event a {
  background: #d8582d;
}

.news-box-large {
  margin-bottom: 6.8%;
}
.news-box-large .news-thumb {
  float: left;
  width: 42.5%;
}
.news-box-large .news-thumb img {
  width: 100%;
}
.news-box-large .news-text-area {
  float: right;
  width: 52.3%;
}
.news-box-large .news-title {
  margin-bottom: 5%;
}

.news-title {
  font-size: 1.6rem;
  border-bottom: #d7d7d7;
}

.news-data-large {
  font-weight: 900;
}

.news-data {
  font-weight: 900;
}
.news-data li {
  float: left;
}
.news-data li:first-child {
  margin: 0 20px 0 0;
  font-weight: 900;
}

.news-text {
  clear: both;
  border-top: solid 1px #d7d7d7;
}

.news-box {
  padding: 6% 0 5.5%;
  border-bottom: solid 1px #d7d7d7;
}
.news-box .news-title {
  font-weight: normal;
}

.btn-more {
  margin: 11% 0 12%;
  text-align: center;
}
.btn-more img {
  width: 56.2vw;
}

/*---------------------------------------------
	PAGE
----------------------------------------------*/
.contents {
  padding-top: 30px;
  background: url(img/page/page_bg.jpg);
}

.home .contents {
  background: none;
}

.page-layout {
  min-height: 300px;
  margin-bottom: 70px;
}
.page-layout h1 {
  margin-bottom: 25px;
  padding: 20px 20px 0 20px;
  font-size: 2.4rem;
  border-top: solid 5px #6600cc;
}
.page-layout h2 {
  margin-bottom: 30px;
  padding: 10px 15px 8px 30px;
  font-size: 1.5rem;
  font-weight: normal;
  border: solid 1px #bfbfbf;
  background: url(img/page/h_line.gif) no-repeat 15px center, url(img/page/h_bg_gradation.gif) repeat-x left bottom #fff;
}
.page-layout h3 {
  margin-bottom: 20px;
  padding: 5px 5px 5px 0;
  font-size: 1.5rem;
  background: url(img/page/h_border.gif) repeat-x left bottom;
}
.page-layout h4 {
  margin-bottom: 20px;
  padding: 5px 5px 2px 5px;
  font-size: 1.4rem;
  background: url(img/page/h_pattern_bg.gif);
}
.page-layout h5 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #6600cc;
}
.page-layout p {
  margin-bottom: 20px;
}
.page-layout hr {
  margin: 20px 0;
  border-top: solid 1px #d7d7d7;
}
.page-layout .bold {
  font-weight: 800;
}
.page-layout ul {
  margin: 10px 0;
}
.page-layout ul li:before {
  content: "■";
  color: #60c;
  display: inline;
  margin-right: 5px;
}
.page-layout ul li ul {
  padding-left: 3%;
}
.page-layout ul li ul li:before {
  content: "＞";
  font-weight: 800;
}
.page-layout ol {
  margin: 10px 0;
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}
.page-layout table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border-top: solid 1px #d7d7d7;
}
.page-layout table th {
  width: 21%;
  padding: 3% 5%;
  border: solid 1px #d7d7d7;
  background: #e6e6e6;
}
.page-layout table td {
  width: 79%;
  padding: 3% 5%;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  background: #fff;
  word-break: break-word;
}
.page-layout .pattern-table th, .page-layout .pattern-table td {
  width: 33.33%;
  text-align: center;
}
.page-layout .pattern-table th {
  background: url(img/pattern_01.gif);
}
.page-layout .pattern-table tr td {
  border-left: solid 1px #d7d7d7;
}
.page-layout .pattern-table tr td:first-child a {
  color: #2617b5;
  text-decoration: underline;
}
.page-layout .pattern-table tr td:first-child a:hover {
  text-decoration: none;
}
.page-layout .pdf a {
  display: inline-block;
  padding: 33px 0 0 60px;
  background: url(img/page/pdf_192x192.png) no-repeat left -1px;
  background-size: 60px;
  color: #6600cc;
  text-decoration: underline;
}
.page-layout .pdf a:hover {
  text-decoration: none;
}
.page-layout .selection-list li:before {
  content: "";
}
.page-layout .message-text-area img {
  float: right;
  margin: 0 0 20px 20px;
}
.page-layout .message-text-area p {
  margin-bottom: 0;
  text-indent: 1em;
}
.page-layout .message-text-area .right-bold {
  margin: 20px 0;
  font-weight: 800;
  text-align: right;
}
.page-layout .partner-box {
  margin-bottom: 30px;
  border-bottom: solid 1px #d7d7d7;
}
.page-layout .risk-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #d7d7d7;
}
.page-layout .risk-box .risk-link-area li:before {
  content: "";
  margin: 0;
}
.page-layout .risk-box .risk-link-area a {
  color: #2617b5;
  text-decoration: underline;
}
.page-layout .risk-box .risk-link-area a:before {
  content: "＞";
}
.page-layout .risk-box .risk-link-area a:hover {
  text-decoration: none;
}
.page-layout .risk-box .risk-img-area {
  margin-top: 50px;
}
.page-layout .risk-box .risk-img-area li:before {
  content: "";
  margin: 0;
}
.page-layout .introduction-box {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
}
.page-layout .introduction-box dt {
  float: left;
  font-weight: 800;
}
.page-layout .introduction-box dd {
  padding-left: 70px;
}

.side {
  margin-bottom: 10%;
}

/*---------------------------------------------
	下層共通
----------------------------------------------*/
.pager, .wp-pagenavi {
  margin: 30px 0;
  text-align: center;
}
.pager a, .pager span, .wp-pagenavi a, .wp-pagenavi span {
  margin-right: 13px;
  padding: 4px 12px;
  color: #6600cc;
  border-bottom: solid 2px #d7d7d7;
  background: #fff;
}
.pager a:hover, .pager span:hover, .wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #333;
  text-decoration: none;
  border-bottom: solid 2px #6600cc;
}

.breadcrumb {
  clear: both;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #fff;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:first-child):before {
  content: "＞";
  margin: 0 10px;
}
.breadcrumb li:first-child {
  width: 20px;
  background: url(img/page/icon_home.png) no-repeat 50% 45%;
}
.breadcrumb li:first-child a {
  color: transparent;
}
.breadcrumb li:first-child a:hover {
  color: transparent;
}
.breadcrumb li a:hover {
  color: #1f0e4c;
  text-decoration: underline;
}

.side-page-title {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: solid 5px #6600cc;
}
.side-page-title p:first-child {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.side-page-title p:last-child {
  font-size: 1.2rem;
  color: #6600cc;
}

.page-nav li {
  border-left: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  background: #fff;
}
.page-nav li:first-child {
  border-top: solid 1px #d7d7d7;
}
.page-nav li a {
  display: block;
  padding: 20px 20px 20px 40px;
  background: url(img/page/arrow_side.png) no-repeat 25px 50%;
}
.page-nav li a:hover {
  color: #6600cc;
  text-decoration: none;
}

/*---------------------------------------------
	アーカイブ共通
----------------------------------------------*/
.archive .contents {
  padding-top: 30px;
  background: url(img/page/page_bg.jpg);
}
.archive .news-h1style {
  margin-bottom: 25px;
  padding: 20px 20px 0 20px;
  font-size: 2.4rem;
  font-weight: 800;
  border-top: solid 5px #6600cc;
}
.archive .news-h2style {
  margin-bottom: 30px;
  padding: 10px 15px 8px 30px;
  font-size: 1.5rem;
  font-weight: normal;
  border: solid 1px #bfbfbf;
  background: url(img/page/h_line.gif) no-repeat 15px center, url(img/page/h_bg_gradation.gif) repeat-x left bottom #fff;
}

/*---------------------------------------------
	検索
----------------------------------------------*/
.search-list {
  padding: 3% 2%;
  border-top: solid 1px #d7d7d7;
}
.search-list:last-child {
  border-bottom: solid 1px #d7d7d7;
}
.search-list p {
  margin: 0 !important;
}

/*---------------------------------------------
	NEWS
----------------------------------------------*/
.news-layout p {
  margin: 0 !important;
}

.thumb-area {
  margin-bottom: 50px;
}

.post-type-archive .news-text {
  margin-bottom: 100px;
}

/*---------------------------------------------
	リンク
----------------------------------------------*/
.link-box ul {
  margin: 10px 0 10px 15px;
}
.link-box ul li ul {
  padding: 0;
}

/*---------------------------------------------
	サイトマップ
----------------------------------------------*/
.sitemap-box ul {
  margin: 10px 0 30px 15px;
}

@media only screen and (max-width: 767px) {
  .news-area {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 3.5%;
  }

  .top-headline {
    width: 27.82vw;
  }

  .news-data {
    margin-bottom: 4.8%;
  }
  .news-data li:first-child {
    padding: 1% 0 0 0;
  }

  .news-box-large .category {
    width: 70%;
    margin-bottom: 4%;
  }

  .category {
    width: 40%;
  }

  .breadcrumb ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .breadcrumb ul::-webkit-scrollbar {
    display: none;
  }

  .page-layout .download-area a {
    display: block;
    max-width: 250px;
    margin: 0 auto 5%;
  }
  .page-layout .event-layout .pdf-left {
    text-align: center;
  }
  .page-layout .event-layout table {
    margin-top: 0;
  }
  .page-layout .event-layout table th {
    padding: 8% 5%;
    background: url(img/pattern_01.gif);
  }
  .page-layout .event-layout table td {
    padding: 8% 6%;
  }

  .risk-box .risk-img-area li {
    text-align: center;
  }
  .risk-box .risk-img-area li:first-child {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  /*----------------------------------------------------
  	TOP
  ----------------------------------------------------*/
  .home .lang-box.sp {
    display: none;
  }

  .bnr-area img {
    margin-bottom: 30px;
  }

  .sns {
    margin-bottom: 30px;
  }

  .top-bnr-area {
    margin: 0 0 50px;
  }
  .top-bnr-area a {
    margin: 0 0 30px;
    background: #000;
  }

  .news-area {
    margin: 0 0 30px;
  }

  .top-headline {
    margin: 0 0 30px;
  }

  .news-box-large {
    float: left;
    width: 50%;
    margin: 0 0 7%;
    padding: 0 15px 0 0;
  }
  .news-box-large:nth-child(2) {
    padding: 0 0 0 15px;
  }
  .news-box-large .news-title {
    margin-bottom: 15px;
    padding: 0;
  }

  .category {
    width: 90px;
    margin-bottom: 5px;
  }
  .category a {
    padding: 2px 0 1px;
    font-size: 1.2rem;
  }

  .news-box {
    clear: both;
    padding: 20px 0 18px;
  }

  .news-data {
    float: left;
    width: 210px;
  }
  .news-data li:first-child {
    margin: 0 20px 0 0;
  }

  .news-title {
    padding: 0 0 0 215px;
    font-size: 1.4rem;
  }

  .btn-more {
    margin: 30px 0 0 0;
  }
  .btn-more a {
    display: inline-block;
    background: #000;
  }
  .btn-more a img {
    width: 250px;
  }

  /*----------------------------------------------------
  	PAGE
  ----------------------------------------------------*/
  .page-layout .download-area a {
    display: inline-block;
    margin: 0 35px 0 0;
  }
  .page-layout .event-layout .pdf-left {
    float: left;
    width: 38%;
  }
  .page-layout .event-layout table {
    float: right;
    width: 58.6%;
    margin-top: 0;
  }

  .risk-box .risk-img-area li {
    float: left;
  }
  .risk-box .risk-img-area li:first-child {
    margin-right: 40px;
  }
}
