@charset "UTF-8";
/*
Theme Name: 大阪大学ビジュアライズ
Author: Caracri Works
*/
/* font resize base 16px */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "太ゴB101", "Arial", "游ゴシック", YuGothic, "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: "太ゴB101", "Arial", "游ゴシック", YuGothic, "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px;
}

dl {
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearFix */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/*text align*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* width */
body .set-w-200 {
  width: 200px;
}

body .set-w-250 {
  width: 250px;
}

body .set-w-300 {
  width: 300px;
}

body .set-w-350 {
  width: 350px;
}

body .set-w-400 {
  width: 400px;
}

/* margin top */
body .set-mt-10 {
  margin-top: 10px;
}

body .set-mt-20 {
  margin-top: 20px;
}

body .set-mt-50 {
  margin-top: 50px;
}

body .set-mt-100 {
  margin-top: 100px;
}

/* margin right */
body .set-mr-10 {
  margin-right: 10px;
}

body .set-mr-20 {
  margin-right: 20px;
}

body .set-mr-50 {
  margin-right: 50px;
}

body .set-mr-100 {
  margin-right: 100px;
}

/* margin bottom */
body .set-mb-10 {
  margin-bottom: 10px;
}

body .set-mb-20 {
  margin-bottom: 20px;
}

body .set-mb-50 {
  margin-bottom: 50px;
}

body .set-mb-100 {
  margin-bottom: 100px;
}

/* margin left */
body .set-ml-10 {
  margin-left: 10px;
}

body .set-ml-20 {
  margin-left: 20px;
}

body .set-ml-50 {
  margin-left: 50px;
}

body .set-ml-100 {
  margin-left: 100px;
}

/* padding top */
body .set-pt-10 {
  padding-top: 10px;
}

body .set-pt-20 {
  padding-top: 20px;
}

body .set-pt-50 {
  padding-top: 50px;
}

body .set-pt-100 {
  padding-top: 100px;
}

/* padding right */
body .set-pr-10 {
  padding-right: 10px;
}

body .set-pr-20 {
  padding-right: 20px;
}

body .set-pr-50 {
  padding-right: 50px;
}

body .set-pr-100 {
  padding-right: 100px;
}

/* padding bottom */
body .set-pb-10 {
  padding-bottom: 10px;
}

body .set-pb-20 {
  padding-bottom: 20px;
}

body .set-pb-50 {
  padding-bottom: 50px;
}

body .set-pb-100 {
  padding-bottom: 100px;
}

/* padding left */
body .set-pl-10 {
  padding-left: 10px;
}

body .set-pl-20 {
  padding-left: 20px;
}

body .set-pl-50 {
  padding-left: 50px;
}

body .set-pl-100 {
  padding-left: 100px;
}

/************************************************

 Clearfix

************************************************/
#nav ul, #content-inner, #site-header-inner, 　.section, .inner, .unit, .unit-col, .box {
  zoom: 1;
}

#nav ul:after, #content-inner:after, #site-header-inner:after, 　.section:after, .inner:after, .unit:after, .unit-col:after, .box:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}

/************************************************

 Link color

************************************************/
/************************************************

 Sidebar

************************************************/
/************************************************

 Layout

************************************************/
.section {
  clear: both;
}

.unit, .unit-col {
  clear: both;
}

.unit-col .unit-left {
  float: left;
}
.unit-col .unit-right {
  float: right;
}

/************************************************

 Navigation

************************************************/
/************************************************

 Heading

************************************************/
/************************************************

 Conmponent

************************************************/
/*tables*/
.table-a {
  width: 100%;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-a th, .table-a td {
  padding: 6px 8px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/************************************************

 Form Elenments

************************************************/
/************************************************

 Base Layout PC

************************************************/
h1 {
  line-height: 1.3em;
}

h2 {
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

.list {
  background: #EDE9E6 url(./images/common/bg_body.jpg) 0 0 repeat;
}

.detail {
  background-color: #ffffff;
}

/*--------------------
 Container
--------------------*/
.infograph #wrapper .wrapper-inner {
  position: relative;
  margin: 0 auto;
  padding: 28px 0;
  width: 1200px;
}
.infograph #wrapper .wrapper-inner .btn-totop {
  text-align: right;
}

/*--------------------
 Header
--------------------*/
.list #site-header {
  margin: 0 auto 50px;
  width: 1200px;
}
.list #site-header .unit-top {
  padding-bottom: 11px;
}
.list #site-header .unit-top .unit-left {
  padding-top: 9px;
  width: 600px;
}
.list #site-header .unit-top .unit-left a {
  margin-right: 10px;
  vertical-align: top;
}
.list #site-header .unit-top .unit-left a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.list #site-header .unit-top .unit-left [class^="btn-"], .list #site-header .unit-top .unit-left [class*=" btn-"] {
  display: inline-block;
  padding: 8px 13px;
}
.list #site-header .unit-top .unit-left [class^="btn-"].btn-osakau, .list #site-header .unit-top .unit-left [class*=" btn-"].btn-osakau {
  padding-top: 11px;
  padding-bottom: 6px;
}
.list #site-header .unit-top .unit-left [class^="btn-"].btn-digestbook, .list #site-header .unit-top .unit-left [class*=" btn-"].btn-digestbook {
  position: relative;
  padding-left: 31px;
}
.list #site-header .unit-top .unit-left [class^="btn-"].btn-digestbook:before, .list #site-header .unit-top .unit-left [class*=" btn-"].btn-digestbook:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -9px;
  content: "";
  width: 16px;
  height: 16px;
  background: transparent url(./images/common/pdficon_small.png) left top no-repeat;
}
.list #site-header .unit-top .unit-right {
  padding-right: 7px;
  width: 345px;
  text-align: right;
}
.list #site-header .unit-bottom {
  height: 146px;
}
.list #site-header .unit-bottom .logo {
  float: left;
  margin: 0;
  width: 401px;
  height: 142px;
}
.list #site-header .unit-bottom .nav-btns {
  float: left;
  margin-left: -2px;
  padding-top: 12px;
  padding-left: 25px;
  width: 375px;
  height: 126px;
  border: solid 2px #4A4A4A;
}
.list #site-header .unit-bottom .nav-btns ul {
  margin: 0;
  padding: 0;
  width: 370px;
  list-style: none outside none;
}
.list #site-header .unit-bottom .nav-btns ul li {
  float: left;
  margin: 0 10px 10px 0;
  width: 110px;
}
.list #site-header .unit-bottom .area-address {
  float: left;
  width: 390px;
  border-top: solid 2px #4A4A4A;
  border-bottom: solid 2px #4A4A4A;
}
.list #site-header .unit-bottom .area-address .txt-area {
  padding: 14px 0 6px 22px;
  height: 118px;
}
.list #site-header .unit-bottom .area-address p {
  margin: 0;
}
.list #site-header .unit-bottom .area-address .update {
  margin-bottom: 18px;
  font-size: 14px;
}
.list #site-header .unit-bottom .area-address .address {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.list #site-header .unit-bottom .area-address .copyright {
  font-size: 9px;
  letter-spacing: 0.04em;
}

/*--------------------
 Content Main
--------------------*/
#main {
  width: 1200px;
}

/************************************************

 Grid PC

************************************************/
.infograph #main .grid {
  position: relative;
  margin: 1px;
  padding: 30px 0;
  background-color: #fff;
}
.infograph #main .grid.column {
  background-color: transparent;
}
.infograph #main .grid .info-area {
  display: none;
}
.infograph #main .grid .cat-name {
  margin: 0 auto 25px;
}
.infograph #main .grid .title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: "UD新ゴ DB";
  font-size: 40px;
  text-align: center;
  border-bottom: solid 2px #313131;
}
.infograph #main .grid .display-num {
  line-height: 1;
  text-align: center;
}
.infograph #main .grid .display-num strong {
  display: inline-block;
  margin: 0 5px;
  font-size: 90px;
  vertical-align: baseline;
}
.infograph #main .grid .display-num .unit-prefix,
.infograph #main .grid .display-num .unit-suffix {
  font-size: 40px;
}
.infograph #main .grid .post-img {
  margin-bottom: 20px;
  text-align: center;
}
.infograph #main .grid .graph-unit {
  margin: 0;
  padding: 0 30px;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
.infograph #main .grid .display-area {
  margin-bottom: 30px;
}
.infograph #main .grid .display-area .graph {
  text-align: center;
}
.infograph #main .grid .display-area.doughnut {
  position: relative;
}
.infograph #main .grid .display-area.doughnut .display-num {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  margin-left: -160px;
  width: 320px;
  z-index: 2;
  text-align: center;
}
.infograph #main .grid .post-content {
  margin-bottom: 30px;
  color: #333;
}
.infograph #main .grid .post-content a {
  word-break: break-all;
}
.infograph #main .grid .graph-category-list {
  margin: 0 auto;
  width: 320px;
}
.infograph #main .grid .graph-category-list ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.infograph #main .grid .graph-category-list ul li {
  float: left;
  margin: 0 10px 8px 0;
}
.infograph #main .grid .graph-category-list ul li .graph-cat-cube {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.list #site-header .nav-btns button.active.btn-lang {
  color: #666;
  border-color: #666;
}
.list #main .grid {
  width: 398px;
}
.list #main .grid .section-inner {
  margin: 0 auto;
}
.list #main .grid .heading-area {
  padding: 0 30px;
}
.list #main .grid .post-content {
  padding: 0 30px;
}
.list #main .grid .cat-name {
  margin-left: 0;
  margin-right: 0;
}
.list #main .grid .title {
  text-align: left;
}
.list #main .grid .title a {
  color: #333;
  text-decoration: none;
}

.detail #main .btn-back {
  margin-bottom: 75px;
}
.detail #main .grid {
  margin: 0 auto;
  width: 850px;
}
.detail #main .grid .graph-unit {
  margin: 0 auto;
  padding: 0;
  width: 320px;
}
.detail #main .grid .post-content {
  color: #333;
}
.detail #main .grid .unit-socials {
  margin-top: 70px;
  text-align: center;
}
.detail #main .social-btns {
  margin: 0 auto;
  width: 320px;
}

/************************************************

 button

************************************************/
button {
  border: none;
}

.btn-txt {
  padding: 5px;
  border: none;
  background-color: transparent;
  text-align: center;
}

a[class^="btn-"], a[class*=" btn-"] {
  text-decoration: none;
}

.btn-round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn-gray {
  color: #fff;
  background-color: #636363;
}

.btn-orange {
  color: #fff;
  background-color: #FF9531;
}

.btn-lang {
  border: solid 1px #636363;
  background-color: #ffffff;
}

.btn-osakau {
  background-color: #2C277E;
}

.btn-base {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  width: 110px;
  height: 0;
  line-height: 1.7;
  background: transparent 0 0 no-repeat;
}

.btn-all {
  background-image: url(./images/header/btn_all_off.png);
}
.btn-all:hover, .btn-all.normal {
  background-image: url(./images/header/btn_all_on.png);
}
.btn-all.active {
  background-image: url(./images/header/btn_all_active.png);
}

.btn-ja {
  background-image: url(./images/header/btn_ja_off.png);
}
.btn-ja:hover, .btn-ja.normal {
  background-image: url(./images/header/btn_ja_on.png);
}
.btn-ja.active {
  background-image: url(./images/header/btn_ja_active.png);
}

.btn-en {
  background-image: url(./images/header/btn_en_off.png);
}
.btn-en:hover, .btn-en.normal {
  background-image: url(./images/header/btn_en_on.png);
}
.btn-en.active {
  background-image: url(./images/header/btn_en_active.png);
}

.btn-library {
  background-image: url(./images/header/btn_library_off.png);
}
.btn-library:hover, .btn-library.normal {
  background-image: url(./images/header/btn_library_on.png);
}
.btn-library.active {
  background-image: url(./images/header/btn_library_active.png);
}

.btn-credit {
  background-image: url(./images/header/btn_credit_off.png);
}
.btn-credit:hover, .btn-credit.normal {
  background-image: url(./images/header/btn_credit_on.png);
}
.btn-credit.active {
  background-image: url(./images/header/btn_credit_active.png);
}

.btn-exchange {
  background-image: url(./images/header/btn_exchange_off.png);
}
.btn-exchange:hover, .btn-exchange.normal {
  background-image: url(./images/header/btn_exchange_on.png);
}
.btn-exchange.active {
  background-image: url(./images/header/btn_exchange_active.png);
}

.btn-freshman {
  background-image: url(./images/header/btn_freshman_off.png);
}
.btn-freshman:hover, .btn-freshman.normal {
  background-image: url(./images/header/btn_freshman_on.png);
}
.btn-freshman.active {
  background-image: url(./images/header/btn_freshman_active.png);
}

.btn-seru {
  background-image: url(./images/header/btn_seru_off.png);
}
.btn-seru:hover, .btn-seru.normal {
  background-image: url(./images/header/btn_seru_on.png);
}
.btn-seru.active {
  background-image: url(./images/header/btn_seru_active.png);
}

.btn-career {
  background-image: url(./images/header/btn_career_off.png);
}
.btn-career:hover, .btn-career.normal {
  background-image: url(./images/header/btn_career_on.png);
}
.btn-career.active {
  background-image: url(./images/header/btn_career_active.png);
}

.btn-skip {
  position: relative;
  display: block;
  padding: 11px 5px;
  color: #ffffff;
  text-align: center;
}
.btn-skip:after {
  position: absolute;
  top: 0;
  right: 25%;
  content: "";
  width: 26px;
  height: 46px;
  background: transparent url(./images/common/ico_arrow_w_r.png) 0 0 no-repeat;
}

.btn-more {
  position: relative;
  display: block;
  padding: 0 5px;
  color: #636363;
}
.btn-more span {
  position: relative;
  display: block;
  z-index: 2;
  margin: 0 auto;
  padding: 11px 0;
  padding-right: 30px;
  width: 80px;
  background: transparent url(./images/common/ico_arrow_r.png) right center no-repeat;
}

.btn-back {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 11px 5px;
  width: 310px;
  color: #636363;
}
.btn-back:after {
  position: absolute;
  top: 0;
  left: 25%;
  content: "";
  width: 26px;
  height: 46px;
  background: transparent url(./images/common/ico_arrow_l.png) 0 0 no-repeat;
}

.social-btns .hatena-bookmark-button-frame {
  display: inline-block;
  vertical-align: bottom;
}
.social-btns .btn2-twitter {
  display: inline-block;
  vertical-align: bottom;
}
.social-btns .btn2-line {
  display: inline-block;
  vertical-align: bottom;
}
.social-btns .btn2-line img {
  display: block;
}

@media all and (max-width: 810px) {
  .social-btns .hatena-bookmark-button-frame,
  .social-btns .btn2-twitter,
  .social-btns .btn2-facebook span,
  .social-btns .btn2-line {
    margin-bottom: 15px;
  }
}
/************************************************

 home PC

************************************************/
.home .slider-img {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home .slider-img img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  width: 100%;
}
.home .home-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.home .home-content .home-content-inner {
  padding-top: 220px;
  padding-bottom: 20px;
}
.home .home-content .slider-txt {
  position: relative;
  margin: 0 auto;
  width: 700px;
}
.home .home-content .slider-txt .scene {
  width: 100%;
  color: #fff;
  font-family: "新丸ゴ R";
  text-align: center;
}
.home .home-content .slider-txt .scene img {
  margin: 0 auto;
  text-align: center;
}
.home .home-content .slider-txt .scene a {
  color: #fff;
  text-decoration: underline;
}
.home .home-content .slider-txt .scene .txt-area {
  margin: 0 auto;
  line-height: 2.2;
}
.home .home-content .slider-txt .scene .txt-area h1, .home .home-content .slider-txt .scene .txt-area h2, .home .home-content .slider-txt .scene .txt-area h3, .home .home-content .slider-txt .scene .txt-area h4, .home .home-content .slider-txt .scene .txt-area h5, .home .home-content .slider-txt .scene .txt-area h6 {
  margin: 0 auto;
  font-family: "新丸ゴ B";
}
.home .home-content .slider-txt .scene.scene1 .logo {
  margin: 0 auto;
}
.home .home-content .slider-txt .scene.scene1 .logo-osakau {
  margin: 0 auto 58px;
}
.home .home-content .slider-txt .scene.scene3 .pic1 {
  margin-right: 10px;
}
.home .home-content .slider-txt .scene.scene3 .txt {
  font-family: "UD新ゴ R";
}
.home .home-content .slider-txt .navigation {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.home .home-content .slider-txt .navigation li {
  position: absolute;
  top: 0;
  margin-top: -23px;
  padding: 0;
  cursor: pointer;
  width: 50px;
  height: 340px;
}
.home .home-content .slider-txt .navigation li.btn-prev {
  left: -50px;
}
.home .home-content .slider-txt .navigation li.btn-prev:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -12px;
  width: 14px;
  height: 23px;
  background: transparent url(./images/common/ico_arrow_ws_l.png) 0 0 no-repeat;
}
.home .home-content .slider-txt .navigation li.btn-next {
  right: -50px;
}
.home .home-content .slider-txt .navigation li.btn-next:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin-top: -12px;
  width: 14px;
  height: 23px;
  background: transparent url(./images/common/ico_arrow_ws_r.png) 0 0 no-repeat;
}
.home .home-content .btn-area {
  margin: 20px auto 0;
  width: 250px;
}
.home .modal {
  font-family: "新丸ゴ R";
}
.home .modal h1, .home .modal h2, .home .modal h3, .home .modal h4, .home .modal h5, .home .modal h6 {
  font-family: "新丸ゴ B";
}
.home .modal .txt-area {
  font-family: "新丸ゴ R";
}
.home .modal .txt-area p {
  font-family: "新丸ゴ R";
}

@media all and (max-width: 1200px) {
  /************************************************
  
   Base Tablet
  
  ************************************************/
  /*--------------------
   Container
  --------------------*/
  .infograph #wrapper .wrapper-inner {
    width: 100%;
  }

  /*--------------------
   Header
  --------------------*/
  .list #site-header {
    width: 100%;
    height: auto;
  }
  .list #site-header .unit-bottom {
    height: auto;
  }

  /*--------------------
   Content Main
  --------------------*/
  #main {
    width: 100%;
  }

  /************************************************
  
   Grid Tablet
  
  ************************************************/
  /************************************************
  
   home Tab
  
  ************************************************/
  .home .home-content .home-content-inner {
    padding-top: 100px;
  }
  .home .home-content .slider-txt {
    width: 80%;
  }
  .home .home-content .slider-txt .scene.scene2 .txt-area {
    width: 80%;
  }
  .home .home-content .slider-txt .scene.scene3 img {
    width: 38%;
  }
  .home .home-content .slider-txt .navigation li.btn-prev {
    left: -25px;
  }
  .home .home-content .slider-txt .navigation li.btn-next {
    right: -25px;
  }
}
@media all and (max-width: 810px) {
  /************************************************
  
   Base SmartPhone
  
  ************************************************/
  /*--------------------
   Container
  --------------------*/
  #wrapper .wrapper-inner {
    padding-top: 5px;
  }
  #wrapper .wrapper-inner .btn-totop a {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }

  /*--------------------
   Header
  --------------------*/
  .list #site-header .unit-top {
    padding-bottom: 0;
  }
  .list #site-header .unit-top .unit-left {
    float: none;
    margin: 0 auto;
    width: 96%;
  }
  .list #site-header .unit-top .unit-left [class^="btn-"], .list #site-header .unit-top .unit-left [class*=" btn-"] {
    margin-bottom: 11px;
  }
  .list #site-header .unit-top .unit-right {
    float: none;
    margin: 0 auto;
    width: 96%;
  }
  .list #site-header .unit-bottom {
    width: 100%;
  }
  .list #site-header .unit-bottom .logo {
    width: 100%;
    height: auto;
  }
  .list #site-header .unit-bottom .logo img {
    display: block;
    width: 100%;
  }
  .list #site-header .unit-bottom .nav-btns {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .list #site-header .unit-bottom .nav-btns ul {
    margin: 0 auto;
    width: 300px;
  }
  .list #site-header .unit-bottom .nav-btns ul li {
    width: 30%;
    font-size: 14px;
  }
  .list #site-header .unit-bottom .nav-btns button {
    width: 100%;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .list #site-header .unit-bottom .area-address {
    border-top: none;
    width: 100%;
  }
  .list #site-header .unit-bottom .area-address .txt-area {
    padding-top: 6px;
    height: auto;
  }
  .list #site-header .unit-bottom .area-address .update {
    margin-bottom: 6px;
  }
  .list #site-header .unit-bottom .area-address .address {
    margin-bottom: 4px;
  }
  .list #site-header .unit-bottom .area-address .copyright {
    line-height: 1.2;
  }

  /*--------------------
   Content Main
  --------------------*/
  /************************************************
  
   Grid Tablet
  
  ************************************************/
  .infograph #main .grid {
    margin: 1px 0;
    width: 100%;
  }
  .infograph #main .grid .section-inner .heading-area {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
  .infograph #main .grid .section-inner .post-content {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
  .infograph #main .grid .graph-category-list {
    padding: 0 10px;
    width: 298px;
  }

  .list #main .grid {
    width: 100%;
  }

  .detail #main .btn-back {
    margin-bottom: 10px;
  }

  /************************************************
  
   home SP
  
  ************************************************/
  .home .home-content .home-content-inner {
    padding-top: 50px;
  }
  .home .home-content .slider-txt .scene .txt span {
    display: block;
  }
  .home .home-content .slider-txt .scene .txt-area h1, .home .home-content .slider-txt .scene .txt-area h2, .home .home-content .slider-txt .scene .txt-area h3, .home .home-content .slider-txt .scene .txt-area h4, .home .home-content .slider-txt .scene .txt-area h5, .home .home-content .slider-txt .scene .txt-area h6 {
    width: 80%;
  }
  .home .home-content .slider-txt .scene.scene1 {
    padding-top: 20px;
  }
  .home .home-content .slider-txt .scene.scene1 .logo-osakau {
    margin: 10px 0 58px;
  }
  .home .home-content .slider-txt .scene.scene1 .logo-osakau img {
    width: 60%;
  }
  .home .home-content .slider-txt .scene.scene1 .logo {
    margin: 10px 0 58px;
  }
  .home .home-content .slider-txt .scene.scene1 .logo img {
    width: 90%;
  }
  .home .home-content .slider-txt .scene.scene2 {
    padding: 50px 0;
  }
  .home .home-content .slider-txt .scene.scene2 .txt-area {
    width: 90%;
  }
  .home .home-content .slider-txt .scene.scene3 img {
    display: block;
    margin: 0 auto 10px;
    width: 70%;
  }
  .home .home-content .slider-txt .scene.scene3 .pic1 {
    margin-right: auto;
    margin-bottom: 48px;
  }
  .home .home-content .slider-txt .scene.scene3 .pic2 {
    margin-bottom: 40px;
  }
  .home .home-content .slider-txt .scene.scene3 .txt {
    margin-top: 5px;
  }
  .home .home-content .slider-txt .navigation li {
    height: 320px;
  }
  .home .home-content .slider-txt .navigation li.btn-prev:before {
    left: 5px;
  }
  .home .home-content .slider-txt .navigation li.btn-next:before {
    right: 5px;
  }
}
