@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dd {
  margin: 0;
}
ul,
li {
  list-style: none;
}
a,
h1,
h2,
h3,
p,
li,
dt,
dd,
div {
  color: #0000ff;
  font-size: 16px;
  font-family: helvetica, arial, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', 'hiragino kaku gothic pro', 'ms pgothic', sans-serif;
  letter-spacing: 0.04em;
  font-weight: lighter;
}
body {
  background: #faf8ff;
}
body #container {
  width: 100%;
}
body #container #menu_bar {
  width: 100%;
  height: 97px;
  background: #ffffff;
  display: none;
  padding-left: 51px;
  padding-right: 51px;
}
@media screen and (max-width: 399px) {
  body #container #menu_bar {
    height: 305px;
  }
}
@media screen and (min-width: 400px) and (max-width: 770px) {
  body #container #menu_bar {
    height: 126px;
  }
}
@media screen and (max-width: 320px) {
  body #container #menu_bar {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 321px) and (max-width: 399px) {
  body #container #menu_bar {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 400px) and (max-width: 470px) {
  body #container #menu_bar {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media screen and (min-width: 471px) and (max-width: 600px) {
  body #container #menu_bar {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
@media screen and (min-width: 601px) and (max-width: 770px) {
  body #container #menu_bar {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
@media screen and (min-width: 400px) {
  body #container #menu_bar nav ul li {
    float: left;
  }
}
body #container #menu_bar nav ul li a {
  text-decoration: none;
}
body #container #menu_bar nav.left_nav {
  padding-top: 40px;
}
@media screen and (min-width: 771px) {
  body #container #menu_bar nav.left_nav {
    float: left;
  }
}
@media screen and (max-width: 399px) {
  body #container #menu_bar nav.left_nav {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 400px) and (max-width: 770px) {
  body #container #menu_bar nav.left_nav {
    margin-bottom: 12px;
  }
}
body #container #menu_bar nav.left_nav ul li {
  margin-right: 16px;
}
@media screen and (max-width: 399px) {
  body #container #menu_bar nav.left_nav ul li {
    margin-bottom: 6px;
  }
}
body #container #menu_bar nav.left_nav ul li a {
  font-size: 16px;
}
body #container #menu_bar nav.left_nav ul li a.current {
  color: #999999;
  pointer-events: none;
}
body #container #menu_bar nav.right_nav {
  padding-top: 38px;
}
@media screen and (min-width: 771px) {
  body #container #menu_bar nav.right_nav {
    float: right;
  }
}
@media screen and (max-width: 770px) {
  body #container #menu_bar nav.right_nav {
    padding-top: 0;
  }
}
@media screen and (max-width: 399px) {
  body #container #menu_bar nav.right_nav ul li {
    margin-bottom: 3px;
  }
}
body #container #menu_bar nav.right_nav ul li a {
  font-size: 12px;
  color: #9999cc;
}
@media screen and (max-width: 399px) {
  body #container #menu_bar nav.right_nav ul li a {
    font-size: 14px;
  }
}
body #container #menu_bar nav.right_nav ul li a:hover {
  color: #0000ff;
}
.mobile body #container #menu_bar nav.right_nav ul li a:hover {
  color: #9999cc;
}
body #container #menu_bar nav.right_nav ul li span {
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 399px) {
  body #container #menu_bar nav.right_nav ul li span {
    display: none;
  }
}
body #container #menu_bar nav.right_nav ul li span .menu_slash {
  width: 4px;
  height: 10px;
}
body #container #header {
  width: 100%;
  padding-top: 18px;
  padding-left: 51px;
  padding-right: 51px;
  padding-bottom: 39px;
  border-bottom: 1px solid #faf8ff;
}
@media screen and (max-width: 320px) {
  body #container #header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  body #container #header {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  body #container #header {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media screen and (min-width: 471px) and (max-width: 600px) {
  body #container #header {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
@media screen and (min-width: 601px) and (max-width: 770px) {
  body #container #header {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
body #container #header.index_border {
  border-bottom: 0px solid #ffffff;
}
body #container #header .header_center_box {
  width: 100%;
  text-align: center;
}
body #container #header .header_center_box a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 11px;
  margin: 0 auto;
}
body #container #header .header_center_box a .about_btn {
  width: 11px;
  height: 6px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  body #container #header .header_center_box a .about_btn {
    width: 9px;
    height: 4px;
  }
}
body #container #header .header_center_box a .about_btn #arrow {
  width: 100%;
  height: auto;
  display: block;
}
body #container #header .header_center_box a .about_btn.btn_rotate_z {
  transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
}
body #container #header .header_center_box a:hover {
  cursor: pointer;
  opacity: 0.4;
}
.mobile body #container #header .header_center_box a:hover {
  cursor: pointer;
  opacity: 1;
}
body #container #header .header_inner_box {
  padding-top: 8px;
}
body #container #header .header_inner_box .header_left_box {
  float: left;
  padding-top: 3px;
}
body #container #header .header_inner_box .header_left_box h1 a {
  text-decoration: none;
}
body #container #header .header_inner_box .header_left_box .back_btn a {
  text-decoration: none;
}
body #container #header .header_inner_box .header_left_box .back_btn a:hover {
  opacity: 0.4;
}
.mobile body #container #header .header_inner_box .header_left_box .back_btn a:hover {
  opacity: 1;
}
body #container #header .header_inner_box .header_right_box {
  float: right;
  text-align: right;
}
body #container #header .header_inner_box .header_right_box .text_index,
body #container #header .header_inner_box .header_right_box .visual_index {
  margin-top: 5px;
  font-size: 12px;
}
body #container #header .header_inner_box .header_right_box .text_index:hover,
body #container #header .header_inner_box .header_right_box .visual_index:hover {
  text-decoration: none;
}
body #container #header .header_inner_box .header_right_box .post_single_title {
  font-size: 12px;
  line-height: 1.9;
}
body #container #main {
  width: 100%;
  padding-left: 51px;
  padding-right: 51px;
}
@media screen and (max-width: 320px) {
  body #container #main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  body #container #main {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  body #container #main {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media screen and (min-width: 471px) and (max-width: 770px) {
  body #container #main {
    padding-left: 6.6%;
    padding-right: 6.6%;
  }
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 660px) {
  #top #container #header .header_inner_box {
    padding-top: 31px;
  }
}
@media screen and (max-width: 560px) {
  #top #container #header .header_inner_box .header_right_box .text_index {
    font-size: 11px;
  }
}
#top #container #main #posts {
  width: 100%;
  position: relative;
  visibility: hidden;
}
#top #container #main #posts .post {
  position: absolute;
}
@media screen and (max-width: 770px) {
  #top #container #main #posts .post {
    position: relative;
    top: 0 !important;
  }
}
#top #container #main #posts .post.odd {
  top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 320px) {
  #top #container #main #posts .post.odd {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  #top #container #main #posts .post.odd {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  #top #container #main #posts .post.odd {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 471px) and (max-width: 650px) {
  #top #container #main #posts .post.odd {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 651px) and (max-width: 770px) {
  #top #container #main #posts .post.odd {
    margin-bottom: 52px;
  }
}
#top #container #main #posts .post.odd a {
  width: 100%;
  text-decoration: none;
}
#top #container #main #posts .post.odd a .image_box {
  width: 100%;
}
#top #container #main #posts .post.odd a .image_box img {
  width: 100%;
  height: auto;
  display: block;
}
#top #container #main #posts .post.even {
  top: 0;
  margin-bottom: 58px;
}
@media screen and (max-width: 320px) {
  #top #container #main #posts .post.even {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  #top #container #main #posts .post.even {
    margin-bottom: 39px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  #top #container #main #posts .post.even {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 471px) and (max-width: 650px) {
  #top #container #main #posts .post.even {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 651px) and (max-width: 770px) {
  #top #container #main #posts .post.even {
    margin-bottom: 52px;
  }
}
#top #container #main #posts .post.even a {
  width: 100%;
  text-decoration: none;
}
#top #container #main #posts .post.even a .image_box {
  width: 100%;
}
#top #container #main #posts .post.even a .image_box img {
  width: 100%;
  height: auto;
  display: block;
}
#top #container #main #posts .post a .image_box {
  position: relative;
  margin-bottom: 20px;
}
#top #container #main #posts .post a .image_box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#top #container #main #posts .post a .image_box .post_hover {
  width: 100%;
}
#top #container #main #posts .post a .text_box {
  position: relative;
  width: 100%;
}
#top #container #main #posts .post a .text_box .cat,
#top #container #main #posts .post a .text_box h2 {
  font-size: 16px;
  line-height: 1.3;
}
#top #container #main #posts .post a .text_box .cat {
  position: absolute;
  left: 0;
  top: 3px;
}
#top #container #main #posts .post a .text_box .slash {
  position: absolute;
  left: 22px;
  top: 0;
  width: 24px;
  height: 24px;
}
#top #container #main #posts .post a .text_box .slash #slash {
  display: block;
}
#top #container #main #posts .post a .text_box h2 {
  margin-left: 60px;
  padding-top: 3px;
}
@media screen and (max-width: 770px) {
  #top #container #main #posts .post a .text_box h2 br {
    display: none;
  }
}
#top #container #main #posts .post a:hover .image_box {
  background: #041196;
}
#top #container #main #posts .post a:hover .image_box img {
  opacity: 0;
}
.mobile #top #container #main #posts .post a:hover .image_box {
  background: #faf8ff;
}
.mobile #top #container #main #posts .post a:hover .image_box img {
  opacity: 1;
}
#index {
  background: #ffffff;
}
#index #container {
  padding-bottom: 47px;
}
@media screen and (max-width: 660px) {
  #index #container #header .header_inner_box {
    padding-top: 31px;
  }
}
@media screen and (max-width: 560px) {
  #index #container #header .header_inner_box .header_right_box .visual_index {
    font-size: 11px;
  }
}
#index #container #main #index_header {
  width: 100%;
  border-top: 1px solid #ebe6ff;
  border-bottom: 1px solid #ebe6ff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 770px) {
  #index #container #main #index_header {
    display: none;
  }
}
#index #container #main #index_header p {
  float: left;
  font-size: 12px;
}
#index #container #main #index_header .category {
  width: 147px;
}
@media screen and (max-width: 770px) {
  #index #container #main #index_header .category {
    display: none;
  }
}
#index #container #main #index_header .title {
  width: calc(100% - 227px);
}
@media screen and (max-width: 770px) {
  #index #container #main #index_header .title {
    width: 100%;
  }
}
#index #container #main #index_header .year {
  text-align: right;
  width: 80px;
  padding-right: 10px;
}
@media screen and (max-width: 770px) {
  #index #container #main #index_header .year {
    display: none;
  }
}
#index #container #main #posts {
  width: 100%;
}
#index #container #main #posts .index_body {
  padding-bottom: 12px;
  padding-top: 43px;
  border-bottom: 1px solid #ebe6ff;
}
@media screen and (max-width: 320px) {
  #index #container #main #posts .index_body {
    padding-top: 43px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  #index #container #main #posts .index_body {
    padding-top: 43px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  #index #container #main #posts .index_body {
    padding-top: 43px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 471px) and (max-width: 770px) {
  #index #container #main #posts .index_body {
    padding-top: 43px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 770px) {
  #index #container #main #posts .index_body:first-child {
    border-top: 1px solid #ebe6ff;
  }
}
#index #container #main #posts .index_body .category_body {
  padding-top: 5px;
}
@media screen and (max-width: 320px) {
  #index #container #main #posts .index_body .category_body {
    width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  #index #container #main #posts .index_body .category_body {
    width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  #index #container #main #posts .index_body .category_body {
    width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 471px) and (max-width: 770px) {
  #index #container #main #posts .index_body .category_body {
    width: 100%;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 771px) {
  #index #container #main #posts .index_body .category_body {
    float: left;
    width: 147px;
    padding-bottom: 34px;
  }
}
#index #container #main #posts .index_body .category_body .inner_box {
  width: 100%;
}
@media screen and (max-width: 770px) {
  #index #container #main #posts .index_body .category_body .inner_box {
    width: 60px;
    float: left;
  }
}
#index #container #main #posts .index_body .category_body .inner_box .cat {
  float: left;
  font-size: 16px;
  line-height: 1.7;
}
#index #container #main #posts .index_body .category_body .inner_box .slash {
  margin-left: 7px;
  float: left;
  width: 24px;
  height: 24px;
}
#index #container #main #posts .index_body .category_body .inner_box .slash #slash {
  display: block;
}
#index #container #main #posts .index_body .category_body h2 {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 37px;
}
@media screen and (max-width: 770px) {
  #index #container #main #posts .index_body .category_body h2 {
    float: left;
    padding-top: 3px;
  }
}
#index #container #main #posts .index_body ul {
  float: left;
  width: calc(100% - 147px);
  padding-bottom: 3px;
}
@media screen and (max-width: 770px) {
  #index #container #main #posts .index_body ul {
    width: 100%;
    padding-bottom: 10px;
  }
}
#index #container #main #posts .index_body ul .post {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (max-width: 320px) {
  #index #container #main #posts .index_body ul .post {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  #index #container #main #posts .index_body ul .post {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 376px) and (max-width: 470px) {
  #index #container #main #posts .index_body ul .post {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 471px) and (max-width: 770px) {
  #index #container #main #posts .index_body ul .post {
    margin-bottom: 28px;
  }
}
#index #container #main #posts .index_body ul .post a {
  width: 100%;
  display: block;
  padding-top: 4px;
  padding-bottom: 1px;
  text-decoration: none;
}
#index #container #main #posts .index_body ul .post a .title_body {
  padding-right: 40px;
}
@media screen and (max-width: 650px) {
  #index #container #main #posts .index_body ul .post a .title_body {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 651px) {
  #index #container #main #posts .index_body ul .post a .title_body {
    float: left;
    width: calc(100% - 80px);
  }
}
#index #container #main #posts .index_body ul .post a .title_body h2 {
  font-size: 16px;
  line-height: 1.7;
}
#index #container #main #posts .index_body ul .post a .year_body {
  float: left;
  text-align: right;
  width: 80px;
  padding-right: 8px;
  min-height: 1px;
}
@media screen and (max-width: 650px) {
  #index #container #main #posts .index_body ul .post a .year_body {
    display: none;
  }
}
#index #container #main #posts .index_body ul .post a .year_body p {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 2px;
}
#index #container #main #posts .index_body ul .post a:hover {
  background: #041196;
}
#index #container #main #posts .index_body ul .post a:hover .title_body h2 {
  color: #041196;
}
#index #container #main #posts .index_body ul .post a:hover .year_body p {
  color: #041196;
}
.mobile #index #container #main #posts .index_body ul .post a:hover {
  background: #ffffff;
}
.mobile #index #container #main #posts .index_body ul .post a:hover .title_body h2 {
  color: #0000ff;
}
.mobile #index #container #main #posts .index_body ul .post a:hover .year_body p {
  color: #0000ff;
}
#single {
  background: #ffffff;
}
#single #container #header {
  padding-top: 28px;
}
@media screen and (max-width: 320px) {
  #single #container #header {
    padding-bottom: 33px;
  }
}
#single #container #header .header_center_box {
  display: none;
}
#single #container #header .header_inner_box {
  padding-top: 8px;
}
#single #container #header .header_inner_box .header_left_box {
  width: 147px;
}
@media screen and (max-width: 770px) {
  #single #container #header .header_inner_box .header_left_box {
    width: 30%;
  }
}
#single #container #header .header_inner_box .header_right_box {
  width: calc(100% - 147px);
}
@media screen and (max-width: 770px) {
  #single #container #header .header_inner_box .header_right_box {
    width: 70%;
  }
}
#single #container #main {
  padding-bottom: 47px;
}
#single #container #main .content_wrapper {
  border-top: 1px solid #ebe6ff;
  width: 100%;
}
#single #container #main .content_wrapper .post_single {
  width: 100%;
}
#single #container #main .content_wrapper .post_single .main_content {
  width: 100%;
  border-bottom: 1px solid #ebe6ff;
  padding-bottom: 60px;
}
#single #container #main .content_wrapper .post_single .main_content .main_header {
  width: 100%;
  text-align: center;
  padding-top: 42px;
}
@media screen and (max-width: 560px) {
  #single #container #main .content_wrapper .post_single .main_content .main_header p {
    font-size: 14px;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_header p .slash {
  margin-left: 4px;
  margin-right: 4px;
}
#single #container #main .content_wrapper .post_single .main_content .main_header p a {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  #single #container #main .content_wrapper .post_single .main_content .main_header p a {
    font-size: 14px;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_header p a.main_prev {
  margin-right: 12px;
}
#single #container #main .content_wrapper .post_single .main_content .main_header p a.main_next {
  margin-left: 12px;
}
#single #container #main .content_wrapper .post_single .main_content .main_header p a:hover {
  opacity: 0.4;
}
.mobile #single #container #main .content_wrapper .post_single .main_content .main_header p a:hover {
  opacity: 1;
}
#single #container #main .content_wrapper .post_single .main_content .main_images {
  padding-top: 40px;
  position: relative;
  display: table;
  width: 100%;
}
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box {
  display: table-cell;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box .main_alpha_img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box .main_slide_img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  opacity: 0;
}
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box .main_slide_img.current {
  opacity: 1;
  z-index: 99;
}
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box .main_slide_img img,
#single #container #main .content_wrapper .post_single .main_content .main_images .inner_box .main_slide_img iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single #container #main .content_wrapper .post_single .main_content .main_description {
  padding-top: 57px;
}
#single #container #main .content_wrapper .post_single .main_content .main_description .left_box {
  padding-left: 50px;
  padding-right: 100px;
}
@media screen and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 930px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box {
    float: left;
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 931px) and (max-width: 1380px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1381px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box {
    width: 100%;
    padding-right: 0;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_description .left_box h1 {
  line-height: 1.9;
}
@media screen and (max-width: 560px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box h1 {
    font-size: 15px;
  }
  #single #container #main .content_wrapper .post_single .main_content .main_description .left_box h1 br {
    display: none;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box {
  padding-top: 64px;
  padding-right: 50px;
}
@media screen and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box {
    padding-right: 0;
    padding-top: 43px;
  }
}
@media screen and (min-width: 771px) and (max-width: 930px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box {
    float: left;
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (min-width: 931px) and (max-width: 1380px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box {
    float: left;
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1381px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box {
    padding-left: 50px;
    width: 100%;
    padding-right: 0;
    padding-top: 64px;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box p,
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box div {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 560px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box p,
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box div {
    font-size: 11px;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box p.disappear,
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box div.disappear {
  display: none;
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box p.spilt,
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box div.spilt {
  float: left;
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box p a,
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box div a {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #0000ff;
}
@media screen and (max-width: 560px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box p a,
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box div a {
    font-size: 11px;
  }
}
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box p a:hover,
#single #container #main .content_wrapper .post_single .main_content .main_description .right_box div a:hover {
  border-bottom: 1px solid transparent;
}
.mobile #single #container #main .content_wrapper .post_single .main_content .main_description .right_box p a:hover,
.mobile #single #container #main .content_wrapper .post_single .main_content .main_description .right_box div a:hover {
  border-bottom: 1px solid #0000ff;
}
@media screen and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box .small_title {
    display: none;
  }
}
@media screen and (min-width: 1381px) {
  #single #container #main .content_wrapper .post_single .main_content .main_description .right_box .small_title {
    display: none;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content {
  width: 100%;
  border-bottom: 1px solid #ebe6ff;
  padding-bottom: 55px;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header {
  padding-top: 42px;
  padding-bottom: 40px;
}
@media screen and (max-width: 580px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header {
    padding-top: 30px;
  }
}
@media screen and (min-width: 581px) and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header {
    padding-top: 42px;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .left_box {
  width: 25%;
  font-size: 14px;
  padding-left: 50px;
}
@media screen and (max-width: 580px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .left_box {
    padding-left: 0;
    width: 100%;
    padding-bottom: 37px;
    font-size: 13px;
  }
}
@media screen and (min-width: 581px) and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .left_box {
    padding-left: 0;
    float: left;
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 771px) and (max-width: 930px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .left_box {
    float: left;
    padding-left: 6%;
  }
}
@media screen and (min-width: 931px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .left_box {
    float: left;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box {
  width: 50%;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}
@media screen and (max-width: 580px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box {
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box {
    float: left;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box .slash {
  margin-left: 3px;
  margin-right: 3px;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box a {
  font-size: 12px;
  text-decoration: none;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box a.behind_prev {
  margin-right: 15px;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box a.behind_next {
  margin-left: 15px;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box a:hover {
  opacity: 0.4;
}
.mobile #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .center_box a:hover {
  opacity: 1;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .right_box {
  width: 25%;
  float: left;
}
@media screen and (max-width: 580px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_header .right_box {
    display: none;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images {
  padding: 0 108px;
  position: relative;
  display: table;
  width: 100%;
}
@media screen and (max-width: 770px) {
  #single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images {
    padding: 0 0;
  }
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box {
  display: table-cell;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box .behind_alpha_img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box .behind_slide_img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box .behind_slide_img.current {
  opacity: 1;
  z-index: 99;
}
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box .behind_slide_img img,
#single #container #main .content_wrapper .post_single .behind_the_scene_content .behind_the_scene_images .inner_box .behind_slide_img iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#about {
  background: #ffffff;
}
@media screen and (max-width: 660px) {
  #about #container #header .header_inner_box {
    padding-top: 31px;
  }
}
#about #container #main article dl dt,
#about #container #main article dl dd,
#about #container #main article dl p,
#about #container #main article dl li,
#about #container #main article dl a {
  font-size: 12px;
  line-height: 1.7;
}
#about #container #main article dl a {
  text-decoration: none;
  border-bottom: 1px solid #0000ff;
}
#about #container #main article dl a:hover {
  border-bottom: 1px solid transparent;
}
.mobile #about #container #main article dl a:hover {
  border-bottom: 1px solid #0000ff;
}
#about #container #main .profile {
  margin-top: 81px;
}
@media screen and (max-width: 660px) {
  #about #container #main .profile {
    margin-top: 0;
  }
}
#about #container #main .profile,
#about #container #main .selected_clients {
  width: 100%;
  border-top: 1px solid #ebe6ff;
  padding-top: 17px;
  padding-bottom: 39px;
}
#about #container #main .profile dl dt,
#about #container #main .selected_clients dl dt {
  width: 39%;
  padding-left: 10px;
}
@media screen and (min-width: 661px) {
  #about #container #main .profile dl dt,
  #about #container #main .selected_clients dl dt {
    float: left;
  }
}
@media screen and (max-width: 660px) {
  #about #container #main .profile dl dt,
  #about #container #main .selected_clients dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 830px) {
  #about #container #main .profile dl dt,
  #about #container #main .selected_clients dl dt {
    width: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .profile dl dt,
  #about #container #main .selected_clients dl dt {
    width: 444px;
  }
}
#about #container #main .profile dl dd,
#about #container #main .selected_clients dl dd {
  margin-left: 39%;
}
@media screen and (max-width: 660px) {
  #about #container #main .profile dl dd,
  #about #container #main .selected_clients dl dd {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #about #container #main .profile dl dd,
  #about #container #main .selected_clients dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 771px) and (max-width: 830px) {
  #about #container #main .profile dl dd,
  #about #container #main .selected_clients dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .profile dl dd,
  #about #container #main .selected_clients dl dd {
    margin-left: 444px;
  }
}
#about #container #main .profile dl dd.profile_ja,
#about #container #main .selected_clients dl dd.profile_ja {
  margin-top: 22px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
#about #container #main .profile dl dd.profile_ja p,
#about #container #main .selected_clients dl dd.profile_ja p {
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0.03em;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
#about #container #main .selected_clients dl dd p {
  visibility: hidden;
}
#about #container #main .publication {
  width: 100%;
  border-top: 1px solid #ebe6ff;
  padding-top: 17px;
  padding-bottom: 39px;
}
#about #container #main .publication dl {
  width: 100%;
}
#about #container #main .publication dl dt {
  padding-left: 10px;
  width: 27.8%;
}
@media screen and (max-width: 660px) {
  #about #container #main .publication dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) {
  #about #container #main .publication dl dt {
    float: left;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .publication dl dt {
    width: 317px;
  }
}
#about #container #main .publication dl dd {
  width: 72.2%;
  margin-left: 27.8%;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  #about #container #main .publication dl dd {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #about #container #main .publication dl dd {
    margin-left: 27.8%;
    width: calc(100% - 27.8%);
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .publication dl dd {
    margin-left: 317px;
    width: calc(100% - 317px);
  }
}
#about #container #main .publication dl dd .year_box {
  width: 15.5%;
}
@media screen and (min-width: 831px) {
  #about #container #main .publication dl dd .year_box {
    float: left;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .publication dl dd .year_box {
    width: 127px;
  }
}
#about #container #main .publication dl dd .publication_box {
  margin-left: 15.5%;
  width: 84.5%;
}
@media screen and (max-width: 830px) {
  #about #container #main .publication dl dd .publication_box {
    margin-left: 0;
    width: 100%;
    padding-top: 11px;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .publication dl dd .publication_box {
    margin-left: 127px;
    width: calc(100% - 127px);
  }
}
#about #container #main .publication dl dd:last-child {
  margin-bottom: 0;
}
#about #container #main .design_conference {
  width: 100%;
  border-top: 1px solid #ebe6ff;
  padding-top: 17px;
  padding-bottom: 39px;
}
#about #container #main .design_conference dl {
  width: 100%;
}
#about #container #main .design_conference dl dt {
  padding-left: 10px;
  width: 27.8%;
}
@media screen and (max-width: 660px) {
  #about #container #main .design_conference dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) {
  #about #container #main .design_conference dl dt {
    float: left;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .design_conference dl dt {
    width: 317px;
  }
}
#about #container #main .design_conference dl dd {
  width: 72.2%;
  margin-left: 27.8%;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  #about #container #main .design_conference dl dd {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #about #container #main .design_conference dl dd {
    margin-left: 27.8%;
    width: calc(100% - 27.8%);
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .design_conference dl dd {
    margin-left: 317px;
    width: calc(100% - 317px);
  }
}
#about #container #main .design_conference dl dd .year_box {
  width: 15.5%;
}
@media screen and (min-width: 831px) {
  #about #container #main .design_conference dl dd .year_box {
    float: left;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .design_conference dl dd .year_box {
    width: 127px;
  }
}
#about #container #main .design_conference dl dd .conference_box {
  margin-left: 15.5%;
  width: 84.5%;
}
@media screen and (max-width: 830px) {
  #about #container #main .design_conference dl dd .conference_box {
    margin-left: 0;
    width: 100%;
    padding-top: 11px;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .design_conference dl dd .conference_box {
    margin-left: 127px;
    width: calc(100% - 127px);
  }
}
#about #container #main .design_conference dl dd:last-child {
  margin-bottom: 0;
}
#about #container #main .exhibitions {
  width: 100%;
  border-top: 1px solid #ebe6ff;
  padding-top: 17px;
  padding-bottom: 39px;
  margin-bottom: 47px;
}
#about #container #main .exhibitions dl {
  width: 100%;
}
#about #container #main .exhibitions dl dt {
  padding-left: 10px;
  width: 16.6%;
}
@media screen and (max-width: 660px) {
  #about #container #main .exhibitions dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) {
  #about #container #main .exhibitions dl dt {
    float: left;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #about #container #main .exhibitions dl dt {
    width: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dt {
    width: 189px;
  }
}
#about #container #main .exhibitions dl dd {
  width: 83.4%;
  margin-left: 16.6%;
}
@media screen and (max-width: 660px) {
  #about #container #main .exhibitions dl dd {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #about #container #main .exhibitions dl dd {
    margin-left: 27.8%;
    width: calc(100% - 27.8%);
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dd {
    margin-left: 189px;
    width: calc(100% - 189px);
  }
}
#about #container #main .exhibitions dl dd .exhibitions_type_box {
  width: 13.45%;
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dd .exhibitions_type_box {
    width: 128px;
  }
}
@media screen and (min-width: 771px) {
  #about #container #main .exhibitions dl dd .exhibitions_type_box {
    float: left;
  }
}
@media screen and (max-width: 770px) {
  #about #container #main .exhibitions dl dd .exhibitions_type_box {
    width: 100%;
    padding-bottom: 21px;
  }
}
#about #container #main .exhibitions dl dd .exhibitions_box {
  width: 86.55%;
  margin-left: 13.45%;
  margin-bottom: 20px;
}
@media screen and (max-width: 770px) {
  #about #container #main .exhibitions dl dd .exhibitions_box {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dd .exhibitions_box {
    margin-left: 128px;
    width: calc(100% - 128px);
  }
}
#about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_year_box {
  width: 15.45%;
}
@media screen and (min-width: 831px) {
  #about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_year_box {
    float: left;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_year_box {
    width: 127px;
  }
}
#about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_title_box {
  margin-left: 15.45%;
}
@media screen and (max-width: 830px) {
  #about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_title_box {
    margin-left: 0;
    width: 100%;
    padding-top: 11px;
  }
}
@media screen and (min-width: 1241px) {
  #about #container #main .exhibitions dl dd .exhibitions_box .exhibitions_title_box {
    margin-left: 127px;
  }
}
#about #container #main .exhibitions dl dd.exhibitions_group_box {
  margin-top: 20px;
}
@media screen and (max-width: 770px) {
  #about #container #main .exhibitions dl dd.exhibitions_group_box {
    margin-top: 34px;
  }
}
#about #container #main .exhibitions dl dd.exhibitions_group_box .exhibitions_box:last-child {
  margin-bottom: 0;
}
#contact {
  background: #ffffff;
}
@media screen and (max-width: 660px) {
  #contact #container #header .header_inner_box {
    padding-top: 31px;
  }
}
#contact #container #main article {
  margin-top: 81px;
  border-top: 1px solid #ebe6ff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 39px;
}
@media screen and (max-width: 660px) {
  #contact #container #main article {
    margin-top: 0;
  }
}
#contact #container #main article dl dt,
#contact #container #main article dl dd,
#contact #container #main article dl a,
#contact #container #main article dl p {
  font-size: 12px;
  line-height: 1.7;
}
#contact #container #main article dl dt {
  float: left;
  width: 39%;
  padding-left: 10px;
}
@media screen and (min-width: 661px) {
  #contact #container #main article dl dt {
    float: left;
  }
}
@media screen and (max-width: 660px) {
  #contact #container #main article dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 830px) {
  #contact #container #main article dl dt {
    width: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #contact #container #main article dl dt {
    width: 444px;
  }
}
#contact #container #main article dl dd {
  margin-left: 39%;
}
@media screen and (max-width: 660px) {
  #contact #container #main article dl dd {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #contact #container #main article dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 771px) and (max-width: 830px) {
  #contact #container #main article dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #contact #container #main article dl dd {
    margin-left: 444px;
  }
}
#contact #container #main article dl dd a {
  text-decoration: none;
  border-bottom: 1px solid #0000ff;
}
#contact #container #main article dl dd a:hover {
  border-bottom: 1px solid transparent;
}
.mobile #contact #container #main article dl dd a:hover {
  border-bottom: 1px solid #0000ff;
}
#shop {
  background: #ffffff;
}
@media screen and (max-width: 660px) {
  #shop #container #header .header_inner_box {
    padding-top: 31px;
  }
}
#shop #container #main article {
  margin-top: 81px;
  border-top: 1px solid #ebe6ff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 39px;
}
@media screen and (max-width: 660px) {
  #shop #container #main article {
    margin-top: 0;
  }
}
#shop #container #main article dl dt,
#shop #container #main article dl dd,
#shop #container #main article dl a,
#shop #container #main article dl p {
  font-size: 12px;
  line-height: 1.7;
}
#shop #container #main article dl dt {
  float: left;
  width: 39%;
  padding-left: 10px;
}
@media screen and (min-width: 661px) {
  #shop #container #main article dl dt {
    float: left;
  }
}
@media screen and (max-width: 660px) {
  #shop #container #main article dl dt {
    width: 100%;
    padding-bottom: 34px;
    padding-left: 0;
  }
}
@media screen and (min-width: 661px) and (max-width: 830px) {
  #shop #container #main article dl dt {
    width: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #shop #container #main article dl dt {
    width: 444px;
  }
}
#shop #container #main article dl dd {
  margin-left: 39%;
}
@media screen and (max-width: 660px) {
  #shop #container #main article dl dd {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 661px) and (max-width: 770px) {
  #shop #container #main article dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 771px) and (max-width: 830px) {
  #shop #container #main article dl dd {
    margin-left: 27.8%;
  }
}
@media screen and (min-width: 1241px) {
  #shop #container #main article dl dd {
    margin-left: 444px;
  }
}
#shop #container #main article dl dd a {
  text-decoration: none;
  border-bottom: 1px solid #0000ff;
}
#shop #container #main article dl dd a:hover {
  border-bottom: 1px solid transparent;
}
.mobile #shop #container #main article dl dd a:hover {
  border-bottom: 1px solid #0000ff;
}
