@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* style.css
******************************************************/
/*======================================================
base
========================================================*/
html,
body {
  width: 100%;
  word-break: normal;
}

body {
  background: #fff;
  color: #000;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: #4275bb;
  text-decoration: none;
}

a:hover,
a:active {
  color: #b7dbfd;
  text-decoration: underline;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure.img img {
  width: 100%;
}

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

.center {
  text-align: center;
}

.text-lt {
  text-decoration: line-through;
}

.block {
  display: block;
}

/*======================================================
font-size

10px	72%
11px	79%
12px	86%
13px	93%
14px	100%
15px	108%
16px	115%
17px	122%
18px	129%
19px	136%
20px	143%
21px	150%
22px	158%
23px	165%
24px	172%
25px	179%
26px	186%
27px  193%
28px  200%
29px  207%
30px  214%
31px  221%
32px  229%

========================================================*/
/*======================================================
layout
========================================================*/
#wrap {
  width: 100%;
  text-align: center;
}

/* main
*****************************************************/
.content-wrap {
  width: 100%;
}

.content-header {
  background: url(../img/bg-content-header.jpg) no-repeat center bottom;
}

main#index .content-header {
  height: 450px;
}

main#local-pages .content-header {
  height: 150px;
}

.content-header-inner {
  width: 960px;
  padding: 0 20px;
  text-align: left;
  margin: 0 auto;
}

.content-header-sub-nav {
  background: #dddddd;
  height: 40px;
}

.content-header-sub-nav-inner {
  width: 960px;
  padding: 0 20px;
  text-align: left;
  margin: 0 auto;
}

.content-header-sub-nav-inner:after {
  content: "";
  display: block;
  clear: both;
}

.content-header-sub-nav-inner li {
  float: left;
  line-height: 40px;
  margin-right: 15px;
}

.content-header-sub-nav-inner li a {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  color: #be0026;
}

.content-header-sub-nav-inner li a.current {
  background: #efefef;
}

#content {
  width: 100%;
}

.content-inner {
  width: 960px;
  padding: 40px 20px;
  text-align: left;
  margin: 0 auto;
}

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

.content-inner-main {
  width: 680px;
  float: left;
}

.content-inner-side {
  width: 240px;
  float: right;
}

/* side-nav
*****************************************************/
.side-nav {
  width: 100%;
  box-sizing: border-box;
}

.side-nav-title {
  background: linear-gradient(-135deg, #F17285, #FBB35F);
  padding: 15px;
  font-weight: bold;
  font-size: 129%;
}

.side-nav ul > li {
  padding: 10px 10px 10px 25px;
  border-right: #eee 1px solid;
  border-bottom: #eee 1px solid;
  border-left: #eee 1px solid;
  font-size: 86%;
  position: relative;
}

.side-nav ul > li:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 120%;
  position: absolute;
  top: 6px;
  left: 15px;
}

/* toppage-layouts
*****************************************************/
.top-special-info {
  border: #BE0026 2px solid;
  padding: 15px;
  margin-bottom: 20px;
}

.top-info {
  width: 600px;
  float: left;
}

.top-info-inner {
  border: #ddd 1px solid;
  height: 500px;
  overflow: auto;
  padding: 10px;
}

.top-info-inner ul > li {
  display: block;
  padding: 10px;
  border-bottom: #ddd 1px solid;
}

.top-info-inner ul > li > span {
  display: block;
}

.top-info-inner ul > li > span.date {
  margin-bottom: 5px;
}

.top-info-inner ul > li > span.text {
  padding-left: 15px;
}

.top-info-inner.is-en, .top-info-inner.is-de {
  height: 360px;
}

.column-fl1-right {
  width: 320px;
  float: right;
}

.content-wide {
  background: #b7dbfd url(../../img/bg-wide-top.jpg) no-repeat center bottom;
  height: 400px;
  margin-bottom: 50px;
}

.content-wide-inner {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}

.content-wide-inner .btn {
  display: inline-block;
  width: 220px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  cursor: pointer;
  margin: 10px 0;
  font-size: 110%;
}

.content-wide-inner .btn.long {
  line-height: 20px;
  padding: 5px;
}

.content-wide-inner .btn::before,
.content-wide-inner .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.content-wide-inner .btn,
.content-wide-inner .btn::before,
.content-wide-inner .btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-wide-inner .btn {
  background-color: #4275bb;
  color: #fff;
}

.content-wide-inner .btn:hover {
  background-color: #91AFD9;
}

/* googlemap-layouts
*****************************************************/
#map-01 {
  width: 950px;
  height: 450px;
  border: #dddddd 5px solid;
}

/* breadcrumb
*****************************************************/
.breadcrumb {
  background: #dddddd;
  margin-bottom: 2px;
}

.breadcrumb-inner {
  width: 960px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: left;
}

.breadcrumb-inner:after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb-inner li {
  float: left;
  margin-right: 15px;
}

.breadcrumb-inner li a {
  color: #be0026;
}

/*======================================================
box
========================================================*/
.box-color-red {
  border: #be0026 1px solid;
  padding: 20px;
  margin: 0 0 30px;
  background-color: #FFE6E7;
}

/*======================================================
text
========================================================*/
/* p,b,em,strong
*****************************************************/
p.plain-text {
  margin-bottom: 20px;
}

b, em, strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

/*======================================================
figure,img
========================================================*/
figure.border img {
  border: #333 1px solid;
}

.caption {
  margin-top: 10px;
}

/* header
*****************************************************/
header#header {
  width: 100%;
  border-bottom: #be0026 2px solid;
}

#header-inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  padding-top: 30px;
}

#header-block-01 {
  height: 80px;
  overflow: hidden;
}

#header-block-01:after {
  content: "";
  display: block;
  clear: both;
}

#site-logo {
  float: left;
  margin: 0;
}

#header-sub-block-01 {
  float: right;
  margin: 0;
  text-align: right;
}

#header-sub-nav {
  margin-top: 10px;
}

#header-sub-nav li {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: #ddd 1px solid;
}

#header-sub-nav.is-de li {
  margin-left: 10px;
  padding-left: 10px;
}

#header-sub-nav li:first-child,
#header-sub-nav li:last-child {
  border-left: none;
}

#header-sub-nav li a {
  display: inline-block;
  padding: 3px 0;
}

#header-sub-nav li a.select-language {
  text-decoration: none;
  padding: 2px 12px;
  color: #F07383;
  border: solid 1px #F07383;
  border-radius: 3px;
  transition: 0.4s;
}

#header-sub-nav li a.select-language:hover {
  background: #F07383;
  color: white;
}

#global-nav {
  margin: 0;
  padding: 0;
  height: 50px;
}

#global-nav:after {
  content: "";
  display: block;
  clear: both;
}

#global-nav li {
  float: left;
  height: 50px;
}

#global-nav ul li a.current img {
  display: none;
}

#global-nav ul li.about a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-01_on.jpg) no-repeat 0 0;
}

#global-nav ul li.business a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-02_on.jpg) no-repeat 0 0;
}

#global-nav ul li.event a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-03_on.jpg) no-repeat 0 0;
}

#global-nav ul li.contact a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-04_on.jpg) no-repeat 0 0;
}

#global-nav ul li.donation a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-05_on.jpg) no-repeat 0 0;
}

#global-nav ul li.member a.current {
  width: 160px;
  height: 50px;
  display: block;
  background: url(../img/nav-gnav-06_on.jpg) no-repeat 0 0;
}

/* English Global Navigation */
#global-nav.en-nav ul li.about a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../en/assets/img/nav-gnav-01_on.jpg) no-repeat 0 0;
}

#global-nav.en-nav ul li.event a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../en/assets/img/nav-gnav-02_on.jpg) no-repeat 0 0;
}

#global-nav.en-nav ul li.library a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../en/assets/img/nav-gnav-03_on.jpg) no-repeat 0 0;
}

#global-nav.en-nav ul li.research a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../en/assets/img/nav-gnav-04_on.jpg) no-repeat 0 0;
}

/* German Global Navigation */
#global-nav.de-nav ul li.about a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../de/assets/img/nav-gnav-01_on.jpg) no-repeat 0 0;
}

#global-nav.de-nav ul li.event a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../de/assets/img/nav-gnav-02_on.jpg) no-repeat 0 0;
}

#global-nav.de-nav ul li.library a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../de/assets/img/nav-gnav-03_on.jpg) no-repeat 0 0;
}

#global-nav.de-nav ul li.research a.current {
  width: 240px;
  height: 50px;
  display: block;
  background: url(../../de/assets/img/nav-gnav-04_on.jpg) no-repeat 0 0;
}

.select-language-block {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 1px solid #f07383;
  border-radius: 8px;
  background: #ffffff;
}

.select-language-block select {
  padding: 8px 45px 8px 8px;
  cursor: pointer;
  text-indent: 0.01px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: black;
}

.select-language-block select::-ms-expand {
  display: none;
}

.select-language-block select option {
  width: 100%;
  padding: 10px 0;
}

.select-language-block::after {
  position: absolute;
  top: 0.9em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f07383;
  pointer-events: none;
}

/* footer
*****************************************************/
#footer {
  border-top: #dddddd 2px solid;
}

.page-top {
  display: none;
  margin: 0;
  padding: 0;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: 212px;
  font-size: 140%;
}

.move-page-top {
  display: block;
  background: #be0026;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.move-page-top:hover {
  opacity: 0.6;
  text-decoration: none;
}

#footer-inner {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

#footer-inner:after {
  content: "";
  display: block;
  clear: both;
}

.footer-about {
  float: left;
  width: 440px;
}

.footer-nav {
  float: right;
  width: 440px;
}

.footer-nav-main {
  float: left;
  width: 200px;
}

.footer-nav-sub {
  float: right;
  width: 240px;
}

#copylight {
  background: #be0026;
  padding: 10px;
}

#copylight p {
  font-size: 75%;
  color: #fff;
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

/* h1,h2,h3,h4,h5
*****************************************************/
.hdg-wrap-01 {
  border-bottom: #dddddd 1px solid;
  background: url(../img/bg-hdg-wrap-01.jpg) no-repeat left bottom;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

.hdg-01-01 {
  font-size: 229%;
  padding: 50px 0 0 20px;
  font-weight: normal;
}

.hdg-02-01 {
  font-size: 186%;
  font-weight: normal;
}

.hdg-03-01 {
  font-size: 143%;
  font-weight: normal;
  padding: 5px 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}

.hdg-03-event-title {
  font-size: 143%;
  margin-bottom: 10px;
}

.hdg-03-event-title .sub-title {
  font-size: 80%;
  margin-bottom: 10px;
  font-weight: normal;
}

.hdg-03-paper-title {
  font-size: 115%;
  margin-bottom: 15px;
}

.hdg-04-01 {
  font-size: 115%;
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* lyt-01 
*****************************************************/
.lyt-01 {
  width: 990px;
  margin: 0 0 40px -30px;
}

.content-inner-main .lyt-01 {
  width: 710px;
}

.lyt-01:after {
  content: "";
  display: block;
  clear: both;
}

.column,
.column-L,
.column-S {
  margin: 0 0 25px 30px;
  float: left;
}

.lyt-01.col-02 .column {
  width: 465px;
}

.content-inner-main .lyt-01.col-02 .column {
  width: 325px;
}

.lyt-01.col-02-02 .column-L {
  width: 630px;
}

.content-inner-main .lyt-01.col-02-02 .column-L {
  width: 430px;
}

.lyt-01.col-02-02 .column-S {
  width: 300px;
}

.content-inner-main .lyt-01.col-02-02 .column-S {
  width: 220px;
}

.lyt-01.col-02-03 .column-L {
  width: 680px;
}

.content-inner-main .lyt-01.col-02-03 .column-L {
  width: 450px;
}

.lyt-01.col-02-03 .column-S {
  width: 250px;
}

.content-inner-main .lyt-01.col-02-03 .column-S {
  width: 200px;
}

.lyt-01.col-03 .column {
  width: 300px;
}

.content-inner-main .lyt-01.col-03 .column {
  width: 206px;
}

.lyt-01.col-04 .column {
  width: 210px;
}

.content-inner-main .lyt-01.col-04 .column {
  width: 147px;
}

.lyt-02 {
  width: 960px;
  margin: 0 0 40px 0;
}

.content-inner-main .lyt-02 {
  width: 100%;
}

.lyt-02:after {
  content: "";
  display: block;
  clear: both;
}

table {
  border: 0 none;
  width: 100%;
}

table th, table th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.tbl-small th, .tbl-small td {
  font-size: 12px;
}

.tbl-01 {
  border-top: #dddddd 1px solid;
}

.tbl-01 tbody th, .tbl-01 tbody td {
  padding: 15px;
  border-bottom: #dddddd 1px solid;
}

.tbl-01 tbody th {
  background-color: #F0F0F0;
  font-weight: bold;
  width: 200px;
}

.tbl-02 {
  margin: 0 0 30px 0;
}

.tbl-02 th, .tbl-02 td {
  border: #dddddd 1px solid;
  padding: 8px 6px;
  vertical-align: middle;
}

.tbl-02 thead th {
  background: #eee;
  text-align: center;
  font-weight: bold;
}

.tbl-02 tbody th {
  text-align: center;
}

.tbl-02 .cat01 {
  background: #F17285;
}

.tbl-02 .cat02 {
  background: #54E4AC;
}

.tbl-02 .cat03 {
  background: #65BDEF;
}

.tbl-02 .cat04 {
  background: #D5AB42;
}

.tbl-02 tbody th.title-head {
  background: rgb(241, 203, 165);
  text-align: left;
  font-weight: bold;
}

/* ul
*****************************************************/
ul.list-ul-01 {
  list-style: none;
  margin: 0 0 20px 10px;
}

ul.list-ul-01 li {
  position: relative;
  padding: 0 0 0 17px;
}

ul.list-ul-01 li::after {
  display: block;
  font-family: FontAwesome;
  content: "\f111";
  font-size: 9px;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 6px;
  height: 6px;
  color: #ccc;
}

ul.list-link-01 {
  list-style: none;
  margin: 0 0 20px 10px;
}

ul.list-link-01:after {
  content: "";
  display: block;
  clear: both;
}

ul.list-link-01 li:before {
  font-family: FontAwesome;
  content: "\f105"; /* アイコンのunicode */
  color: #be0026;
  font-size: 100%;
  margin-right: 5px;
}

ul.list-link-01.col-04 li {
  float: left;
  width: 237px;
}

ul.list-link-01.col-03 li {
  float: left;
  width: 316px;
}

ul.list-notice-01 {
  list-style: none;
  margin: 0 0 20px 10px;
}

ul.list-notice-01 li {
  padding: 0 0 4px 40px;
  position: relative;
}

ul.list-notice-01 li:brfore {
  content: none;
}

ul.list-notice-01 li span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.list-notice-02 {
  margin-bottom: 20px;
}

ul.list-notice-02 li {
  padding: 0 0 10px 50px;
  position: relative;
}

ul.list-notice-02 li span {
  position: absolute;
  top: 0;
  left: 0;
}

ul.list-notice-03 {
  margin-bottom: 20px;
}

ul.list-notice-03 li {
  padding: 0 0 10px 1.25em;
  position: relative;
}

ul.list-notice-03 li span {
  position: absolute;
  top: 0;
  left: 0;
}

/* ol
*****************************************************/
ol.list-ol-01 {
  margin: 0 0 20px 1.5em;
}

ol.list-ol-01 li {
  list-style: decimal;
  margin: 0 0 5px 0;
}

ol.list-ol-02 {
  counter-reset: circle-number;
}

ol.list-ol-02 li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

ol.list-ol-02 li:before {
  content: counter(circle-number);
  counter-increment: circle-number;
  background-color: #333333;
  color: #fff;
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -25px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 72%;
}

ol.list-ol-03 {
  counter-reset: circle-number2;
}

ol.list-ol-03 li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

ol.list-ol-03 li:before {
  content: counter(circle-number2);
  counter-increment: circle-number2;
  background-color: #fff;
  color: #333;
  display: block;
  float: left;
  border: 1px solid #333;
  line-height: 18px;
  margin-left: -25px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 72%;
}

ol.list-ol-02 li p,
ol.list-ol-03 li p {
  position: relative;
  margin: 5px 0 5px 25px;
}

ol.list-ol-02 li p span,
ol.list-ol-03 li p span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -25px;
}

#inq-form input,
#inq-form textarea,
#inq-form select {
  padding: 5px;
  font-size: 100%;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  border: solid 1px #ccc;
  margin: 0 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#inq-form input:focus,
#inq-form textarea:focus {
  background-color: #E9E9E9;
}

#inq-form input::-webkit-input-placeholder {
  color: #ccc;
}

#inq-form input:-ms-input-placeholder {
  color: #ccc;
}

#inq-form input::-moz-placeholder {
  color: #ccc;
}

#inq-form button {
  border: solid 1px #ddd;
  padding: 10px;
  width: 250px;
  margin: 0 40px 20px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 115%;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  background-color: #ddd;
}

#inq-form button:hover {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

#inq-form button.form-send {
  border: solid 1px #BE0026;
  color: #fff;
  background-color: #BE0026;
}

#inq-form .form-name {
  display: inline-block;
  width: 30px;
  padding-right: 15px;
  text-align: right;
}

#inq-form .form-text-01 {
  width: 220px;
  margin-right: 30px;
}

#inq-form .form-text-02 {
  width: 400px;
}

#inq-form .form-text-03 {
  width: 280px;
}

#inq-form .form-text-04 {
  display: inline-block;
  width: 200px;
  padding-right: 15px;
  text-align: right;
}

#inq-form .form-text-05 {
  width: 200px;
}

#inq-form .form-textarea-01 {
  width: 100%;
  height: 200px;
  font-size: 100%;
  box-sizing: border-box;
}

#inq-form span.error {
  background: #E7AA3F;
  color: #fff;
  padding: 3px 7px;
  animation: bg-color 2s infinite;
  -webkit-animation: bg-color 2s infinite;
  border-radius: 20px;
  font-size: 80%;
  margin-bottom: 5px;
  display: inline-block;
}

@-webkit-keyframes bg-color {
  0% {
    background-color: #E7AA3F;
  }
  50% {
    background-color: #BE0026;
  }
  100% {
    background-color: #E7AA3F;
  }
}
@keyframes bg-color {
  0% {
    background-color: #E7AA3F;
  }
  50% {
    background-color: #BE0026;
  }
  100% {
    background-color: #E7AA3F;
  }
}
#inq-form span.error:before {
  font-family: FontAwesome;
  content: "\f06a"; /* アイコンのunicode */
  color: #fff;
  margin-right: 3px;
}

#inq-form span.notice {
  color: #6A6A6A;
  font-weight: normal;
  font-size: 86%;
}

.slider .slick-prev,
.slider .slick-next {
  z-index: 1000;
  width: 40px;
  height: 40px;
}

.slider .slick-prev {
  left: 10px;
}

.slider .slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}

.slick-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
}

.slick-next:before {
  font-family: "FontAwesome";
  content: "\f054";
}

.tabs {
  margin: 0 0 30px;
}

.tabs .tab-list {
  display: table;
  width: 100%;
  margin: 0 0 40px;
  box-sizing: border-box;
}

.tabs .tab-list li {
  display: table-cell;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 33%;
}

.tabs .tab-list li a {
  background-color: #eee;
  text-align: center;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.tabs .tab-list li a.active {
  background-color: #ddd;
  color: #be0026;
}

.tabs .tab-list li a:hover {
  background-color: #ddd;
  color: #be0026;
}

.tabs .tab-body {
  padding: 0;
}

.tabs .tab-body .tab-contents a.active {
  display: block;
}

/*======================================================
other
========================================================*/
/* color
*****************************************************/
.base-red {
  color: #be0026 !important;
}

.base-blue {
  color: #4275bb !important;
}

/* op
*****************************************************/
a:hover img.op {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

/* border
*****************************************************/
.border img {
  border: #dddddd 1px solid;
  display: block;
}

.no-border {
  border: none !important;
}

.cancel-border {
  text-decoration: line-through;
}

/* font-size
*****************************************************/
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

/* font-weight
*****************************************************/
.fb {
  font-weight: bold;
}

/* text-decoration
*****************************************************/
.linethrough {
  text-decoration: line-through;
}

/* text-align
*****************************************************/
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

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

/*======================================================
margin,padding
========================================================*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

/*======================================================
width（%）
========================================================*/
.w0 {
  width: 0%;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

/* pages.css
******************************************************/
/*======================================================
pages
========================================================*/
/* event-list
******************************************************/
.event-list {
  border-bottom: #ddd 1px solid;
  padding: 40px 0;
}

.event-list .no-border {
  border-bottom: none;
}

.event-list:after {
  content: "";
  display: block;
  clear: both;
}

.event-list figure {
  float: left;
  width: 180px;
  height: 180px;
  border: #ddd 1px solid;
}

.event-list figure.reports {
  height: auto;
}

.event-list figure img {
  width: 100%;
}

.event-list .photos {
  float: left;
  width: 180px;
}

.event-list .photos figure {
  float: none;
  margin-bottom: 10px;
}

.event-list .event-text {
  float: right;
  width: calc(95% - 180px);
}

.event-list .event-text .event-title {
  font-size: 143%;
  margin-bottom: 10px;
}

.event-list .event-text .event-title .sub-title {
  font-size: 80%;
  margin-bottom: 10px;
  font-weight: normal;
}

.event-list .event-text .event-info {
  margin-bottom: 5px;
}

.event-list .event-text .event-title {
  color: #e7aa3f;
}

.event-list .event-text .event-title a:link,
.event-list .event-text .event-title a:visited {
  color: #e7aa3f;
  text-decoration: underline;
}

.event-list .event-text .event-title a:hover,
.event-list .event-text .event-title a:active {
  color: #e7ca52;
  text-decoration: underline;
}

.event-button {
  display: inline-block;
  padding: 8px 50px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-top: 15px;
}

.event-button::before,
.event-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.event-button,
.event-button::before,
.event-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.event-button:link,
.event-button:visited {
  background-color: #e7aa3f;
  color: #fff;
  text-decoration: none;
}

.event-button:hover {
  background-color: #e7ca52;
}

/* event-detail
******************************************************/
.event-detail {
  padding: 20px 0;
}

.event-detail:after {
  content: "";
  display: block;
  clear: both;
}

.event-detail figure {
  float: left;
  width: 360px;
  height: 360px;
  border: #ddd 1px solid;
}

.event-detail.lyt-narrow figure {
  width: 200px;
  height: 200px;
}

.event-detail.lyt-narrow figure img {
  width: 100%;
}

.event-detail .event-text {
  float: right;
  width: 560px;
}

.event-detail.lyt-narrow .event-text {
  width: 460px;
}

.event-detail .event-text dt {
  font-weight: bold;
  background: #ddd;
  padding: 5px;
  margin: 0 0 10px;
}

.event-detail .event-text dd {
  margin: 0 0 15px 0;
}

.event-end {
  background-color: #be0026;
  color: #fff;
  font-size: 50%;
  padding: 3px;
  vertical-align: middle;
  margin-right: 20px;
}

/* papers-list
******************************************************/
.papers-list {
  border-bottom: #ddd 1px solid;
  padding: 40px 0;
}

.papers-list .no-border {
  border-bottom: none;
}

.papers-list:after {
  content: "";
  display: block;
  clear: both;
}

.papers-list .photos {
  float: right;
  width: 180px;
}

.papers-list .photos figure {
  float: left;
  border: #ddd 1px solid;
}

.papers-list .photos figure img {
  width: 100%;
}

.papers-list .papers-text {
  float: left;
  width: calc(95% - 180px);
}

/* ------------------------------------------------------------------------------------------- */
/* このファイルを編集する場合は、/src/sass/にある「.scss」ファイルから編集して下さい。 */
/* ------------------------------------------------------------------------------------------- */