@charset "UTF-8";
/*
 Theme Name: envssil
 Author: Azure
 Author URI: https://azure-ad.jp/


 CSS Document
 *
 * ------------------------------
 * - Index -
 *
 * 0.0 - Normalize
 * 1.0 - Base
 * 2.0 - Layout
 *   2.1 - Header
 *   2.2 - Main
 *   2.3 - Sidebar
 *   2.4 - Footer
 * 3.0 - Component
 *   3.1 - Element
 *   3.2 - Variant
 * 4.0 - Utility
 *
 * ------------------------------
 *
 *
 * ========================================
 * 0.0 - Normalize
 * ===================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* ========================================
 * 1.0 - Base
 * ===================================== */
body {
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  color: #444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#gnav, .section-header .en, .section-doctor .text-content > .title, .profile-title, .list-profile > .list-title {
  font-family: 'Chalkboard', sans-serif;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, :root {
  overflow-y: scroll;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  body {
    line-height: 1.5;
  }
  body.__sidemenu-open__:before {
    content: "";
    position: fixed;
    z-index: 997;
    top: -50vw;
    left: -50vh;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.5);
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a {
/*  color: inherit;*/
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dd, dt {
  margin: 0;
  padding: 0;
}

input, textarea {
  width: 100%;
  border: 1px solid #ccc;
}

/* ========================================
 * 2.0 - Layout
 * ===================================== */
#main {
  margin: 50px auto;
}

@media screen and (max-width: 640px) {
  #main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 0 20px;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .container {
    margin-right: 15px !important;
    margin-left: 15px !important;
    width: auto;
  }
}

#contents-wrapper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  #contents-wrapper {
    display: block;
    margin-top: 10px;
  }
}

/* ------------------------------
 * 2.1 - Header
 * --------------------------- */
#sidemenu-button {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  display: none;
}

.__sidemenu-open__ #sidemenu-button {
  background: transparent;
}

@media screen and (max-width: 1000px) {
  #sidemenu-button {
    display: block;
  }
}

.sidemenu-button {
  width: 60px;
  height: 50px;
  z-index: 999;
}

.sidemenu-button .button-text {
  display: block;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #3b0b56;
}

.sidemenu-button:hover {
  cursor: pointer;
}

.hamburger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px auto 3px;
  width: 32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}

.hamburger-button:hover {
  cursor: pointer;
}

.hamburger-button .hamburger-icon {
  display: block;
  margin: 5px 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #3b0b56;
}

.hamburger-button:before, .hamburger-button:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #3b0b56;
}

.__sidemenu-open__ .hamburger-button .hamburger-icon {
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.__sidemenu-open__ .hamburger-button:before {
  -webkit-transform: rotate(45deg) translate(5.65685px, 5.65685px);
  transform: rotate(45deg) translate(5.65685px, 5.65685px);
}

.__sidemenu-open__ .hamburger-button:after {
  -webkit-transform: rotate(-45deg) translate(5.65685px, -5.65685px);
  transform: rotate(-45deg) translate(5.65685px, -5.65685px);
}

/* ------------------------------
 * 2.2 - Main
 * --------------------------- */
.main-column {
  max-width: 1000px;
  width: 100%;
}
#main h3 {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em;
	box-sizing: border-box;
	font-size: 1.5em;
	font-weight: bold;
	border-left: 8px solid #f0a53a;
	border-bottom: 1px solid #CCC;
}
#main h4 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

/* ------------------------------
 * 2.3 - Sidebar
 * --------------------------- */
#sidemenu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  width: 200px;
  height: 100%;
  z-index: 998;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1000px) {
  #sidemenu {
    right: -200px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

.__sidemenu-open__ #sidemenu {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ------------------------------
 * 2.4 - Footer
 * --------------------------- */
.to-top {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
}

.to-top a {
  display: block;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .to-top {
    display: none;
  }
}

/* ========================================
 * 3.0 - Component (Block)
 * ===================================== */
/* ------------------------------
 * 3.1 - Element
 * --------------------------- */
#header {
  border-bottom: 9px solid #f0a53a;
}
#header a {color: inherit;}
#header-logo {
  padding: 9px 0;
  font-weight: bold;
}

@media screen and (min-width: 1001px) {
  #header-logo {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  #header-logo {
    padding: 5px 0 5px 2%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#header-logo img {
  display: inline;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  #header-logo img {
    margin-right: 10px;
    height: 40px;
    width: auto;
  }
}

#gnav {
  background: #ffd000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
  #gnav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -260px;
    padding-top: 50px;
    width: 260px;
    height: 100vh;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #gnav .list-item {
    width: 100%;
  }
  #gnav .link-item {
    display: block;
    border-bottom: 1px solid #f0a53a;
    padding: 12px;
  }
  #gnav .link-item .jp {
    color: #774;
  }
  .__sidemenu-open__ #gnav {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media screen and (min-width: 1001px) {
  #gnav .gnav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #fff;
  }
  #gnav .gnav-ul .list-item:hover, #home #gnav .gnav-ul #gnav-home, #member #gnav .gnav-ul #gnav-member, #research #gnav .gnav-ul #gnav-research {
    background: #fff;
  }
  #gnav .gnav-ul .list-item:hover .link-item, #home #gnav .gnav-ul #gnav-home .link-item, #member #gnav .gnav-ul #gnav-member .link-item, #research #gnav .gnav-ul #gnav-research .link-item {
    background: rgba(59, 11, 86, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #gnav .gnav-ul .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 142px;
    height: 60px;
    border-right: 1px solid #fff;
    line-height: 1.4;
  }
}

#gnav .jp {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) {
  #footer-nav .fnav-ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    text-align: center;
  }
  #footer-nav .fnav-ul:before {
    font-size: 16px;
    font-size: 1.6rem;
    content: "|";
    margin-right: 0.5em;
  }
  #footer-nav .fnav-ul > .list-item {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer-nav .fnav-ul > .list-item:after {
    content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #footer-nav .fnav-ul {
    margin-bottom: 30px;
  }
  #footer-nav .fnav-ul > .list-item {
    border-bottom: 1px solid #999;
  }
  #footer-nav .fnav-ul .link-item {
    display: block;
    padding: 10px;
  }
}
#footer-nav a {color: inherit;}
#footer-nav a:hover {
  text-decoration: underline;
}

#mainvisual {
  position: relative;
	text-align: left;
  background: #ccc url(img/main-home.jpg) no-repeat center center;
	background-size: cover;
  border-bottom: 9px solid #3b0b56;
}
/*
#mainvisual::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
*/
#mainvisual .mainvisual_area {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	padding-left: 2%;
	box-sizing: border-box;
}
#mainvisual h1 {
	color: #000;
	font-weight: bold;
	text-shadow: 3px 3px 3px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 0px 1px #fff, 0px 3px 1px #fff, -3px 0px 1px #fff, 0px -3px 1px #fff, 5px 5px 4px #000;
	font-family: 'Chalkboard', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
#mainvisual h1 span {
	font-size: 0.5em;
}
#mainvisual p {
	display: inline-block;
	padding: 0.3em 1em;
	box-sizing: border-box;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	background: #333;
}
.breadcrumb {
	margin: 1em auto 0;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	font-size: 0.75em;
}

@media screen and (max-width: 1000px) {
	.breadcrumb {padding-left: 2%;}
}

@media screen and (max-width: 640px) {
  #mainvisual {
    height: 180px;
  }
	#mainvisual h1 {
		padding-top: 30px;
		font-size: 2em;
	}
	#mainvisual span {
		display: block;
	}
	#mainvisual p {margin-top: 1em;}
	.breadcrumb {padding-left: 2%;}
}

@media screen and (min-width: 641px) {
  #mainvisual {
    height: 240px;
  }
	#mainvisual h1 {
		padding-top: 60px;
		font-size: 3em;
	}
	#mainvisual span {
		margin-left: 1em;
	}
  #home #mainvisual {
    padding-top: 0;
  }
}

#mainvisual img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
	#mainvisual img {
		padding-bottom: 30px;
	}
	#home #mainvisual {
		padding-top: 50%;
	}
}

@media screen and (max-width: 640px) {
  #home #mainvisual {
    padding-top: 50%;
  }
}

#mainvisual.news {background: url(img/main-news.jpg) no-repeat center; background-size: cover;}
#mainvisual.investigation {background: url(img/main-investigation.jpg) no-repeat center; background-size: cover;}
#mainvisual.contact {background: url(img/main-contact.jpg) no-repeat center; background-size: cover;}
#mainvisual.link {background: url(img/main-link.jpg) no-repeat center; background-size: cover;}
#mainvisual.member {background: url(img/main-member.jpg) no-repeat center; background-size: cover;}
#mainvisual.research {background: url(img/main-research.jpg) no-repeat center; background-size: cover;}
#mainvisual.page {background: url(img/main-page.jpg) no-repeat center; background-size: cover;}

.section-header {
  background: #ffd000;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 35px;
  padding: 12px 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #f0a53a;
}

@media screen and (max-width: 640px) {
  .section-header {
    padding: 4px 10px;
  }
}

.section-header .en {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

.section-header .jp {
  display: inline-block;
}

.title-secondary {
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: 10px solid #236ab3;
  border-bottom: 2px solid #236ab3;
  padding: 4px 0 4px 15px;
  color: #0071b9;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
}

.main-copy {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .main-copy {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .main-copy {
    font-size: 20px;
    font-size: 2rem;
  }
}

#top-section-introduction .section-inner {
  padding-top: 0;
}

#top-section-news {
  background: #e4e3d4;
  padding: 50px 0;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow-y: scroll;
  max-height: 660px;
}

@media screen and (max-width: 640px) {
  .list-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.list-news > .list-dt {
  margin-right: 15px;
  width: 90px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background: #3b0b56;
}

@media screen and (max-width: 640px) {
  .list-news > .list-dt {
    margin: 0 0 8px 0;
  }
}

.list-news > .list-dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .list-news > .list-dd {
    width: 100%;
  }
}

.list-news-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 640px) {
  .list-news-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: 480px;
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: scroll;
  }
}

.list-news-all > .list-dt {
  margin-right: 15px;
  width: 90px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background: #3b0b56;
}

@media screen and (max-width: 640px) {
  .list-news-all > .list-dt {
    margin: 0 0 8px 0;
  }
}

.list-news-all > .list-dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .list-news-all > .list-dd {
    width: 100%;
  }
}

.member-link-list {
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .member-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.member-link-list > .list-item {
  margin-bottom: 12px;
}

@media screen and (min-width: 1000px) {
  .member-link-list > .list-item {
    width: 48%;
  }
}

.member-link-list > .list-item .link-item {
  display: block;
  position: relative;
  padding: 11px 50px 11px 20px;
  line-height: 1.4;
  border-radius: 3px;
  background: #052c44;
  background: -webkit-gradient(linear, left top, left bottom, from(#052c44), to(#5ba1b4));
  background: linear-gradient(to bottom, #052c44 0%, #5ba1b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052c44', endColorstr='#5ba1b4',GradientType=0 );
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.member-link-list > .list-item .link-item.nolink {
  pointer-events: none;
}

.member-link-list > .list-item .link-item.nolink:after {
  content: none;
}

.member-link-list > .list-item .link-item b {
  font-size: 16px;
  font-size: 1.6rem;
}

.member-link-list > .list-item .link-item:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(https://www.envssil.t.u-tokyo.ac.jp/cms/wp-content/themes/envssil/img/arrow-white.svg) no-repeat center center/contain;
}

section, #top-section-news {
  margin-bottom: 60px;
}

.wp-text-content h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

.wp-text-content p {
  margin-bottom: 1em;
}

.wp-text-content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .inner-content {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .column-wrap .photo-content {
    margin-bottom: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .column-wrap .photo-content figcaption {
    margin-top: 0;
    background: #eee;
    padding: 0.5em;
  }
}

@media screen and (min-width: 641px) {
  .column-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-wrap .left-column {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6%;
    width: 39%;
  }
  .column-wrap .right-column {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.inner-content.list-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.list-contents-index {
  margin-bottom: 40px;
  background: #f8f7f0;
}

@media screen and (min-width: 641px) {
  .list-contents-index {
    padding: 16px 50px;
  }
}

@media screen and (max-width: 640px) {
  .list-contents-index {
    padding: 16px;
  }
}

.list-contents-index > .list-item {
  margin: 10px 0;
  line-height: 1.3;
}

.list-contents-index > .list-item:before {
  content: "•";
  margin-right: 0.5em;
}

.list-contents-index .link-item {
  color: #0000ff;
  text-decoration: underline;
}

.list-contents-index .link-item:hover, .list-contents-index .link-item:active, .list-contents-index .link-item:focus {
  color: #6666ff;
}

@media screen and (min-width: 641px) {
  .section-doctor .text-content {
    -ms-flex-negative: 1 1 auto;
    flex-shrink: 1 1 auto;
    width: auto;
  }
}

.section-doctor .photo-content {
  margin-right: 30px;
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  .section-doctor .photo-content {
    margin: 0 auto 15px;
  }
}

.section-doctor .text-content > .title {
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  .section-doctor .profile-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
  }
  .section-doctor .profile-photo p {
    margin: 0;
    max-width: 350px;
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .section-doctor .profile-photo p {
    margin: 20px auto;
    max-width: 90%;
  }
}

.history-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .history-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 640px) {
  .history-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.history-column > .title {
  margin-bottom: 8px;
  width: 60px;
  background: #2ca3dd;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2ca3dd), to(#182984));
  background: linear-gradient(to right, #2ca3dd 1%, #182984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca3dd', endColorstr='#182984',GradientType=1 );
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 1px;
}

.history-column > .list-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -2px 0 10px;
}

@media screen and (min-width: 641px) {
  .history-column > .list-history {
    width: calc(100% - 80px);
  }
}

.history-column > .list-history > .date {
  width: 90px;
}

.history-column > .list-history > .description {
  margin-bottom: 5px;
  width: calc(100% - 100px);
}

.list-profile-wrap {
  position: relative;
  margin-top: 20px;
  padding: 19px 24px 4px;
}

.list-profile-wrap::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 12px, transparent 12px, transparent 17px), linear-gradient(to right, #000, #000 12px, transparent 12px, transparent 17px), linear-gradient(to bottom, #000, #000 12px, transparent 12px, transparent 17px), linear-gradient(to bottom, #000, #000 12px, transparent 12px, transparent 17px);
  background-size: 17px 1px, 17px 1px, 1px 17px, 1px 17px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border-radius: 7px;
}

.profile-title, .list-profile > .list-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #3b0b56;
}

.profile-title > span, .list-profile > .list-title > span {
  display: inline-block;
  background: #3b0b56;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 85px;
  text-align: center;
  margin-right: 10px;
}

.list-profile > .list-description {
  margin-bottom: 20px;
}

.list-thesis > .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 10px;
  line-height: 1.4;
}

.list-thesis > .list-item .year {
  margin-right: 10px;
  width: 90px;
}

.list-thesis > .list-item .author {
  margin-right: 10px;
  width: 100px;
}

.list-thesis > .list-item .title {
  width: calc(100% - 210px);
}

@media screen and (max-width: 640px) {
  .list-thesis > .list-item .title {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 100px;
    width: 100%;
  }
}

#project-link li {
  margin: 10px 0;
  line-height: 1.3;
}

#project-link li:before {
  content: "•";
  margin-right: 0.5em;
}

#project-link li a {
  color: #0000ff;
  text-decoration: underline;
}

#project-link li a:hover, #project-link li a:active, #project-link li a:focus {
  color: #6666ff;
}

#footer-info-list {
  background: #f7f5e6;
  padding: 50px 0;
  position: relative;
}

.swiper-wrapper > .swiper-slide {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 640px) {
  .swiper-wrapper > .swiper-slide {
    width: 240px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.swiper-wrapper > .swiper-slide .title {
  overflow: hidden;
  padding: 12px 0 8px;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .swiper-wrapper > .swiper-slide .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.swiper-wrapper > .swiper-slide .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.swiper-wrapper > .swiper-slide .text .content {
  overflow: hidden;
  height: 63px;
}

.swiper-wrapper a h4, .swiper-wrapper a p, .swiper-wrapper a img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-wrapper a:hover h4, .swiper-wrapper a:hover p, .swiper-wrapper a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  top: 50px;
  height: calc(100% - 100px);
  width: 50px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1200px) {
  .btn-controll {
    width: 30px;
  }
}

.btn-controll:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-controll .st0 {
  fill: #fff;
}

.btn-controll .st1 {
  fill: #666;
}

@media screen and (min-width: 1000px) {
  .button-prev {
    right: 50%;
    margin-right: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .button-prev {
    left: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .button-next {
    left: 50%;
    margin-left: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .button-next {
    right: 15px;
  }
}

#footer {
  background: #444;
  color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 0 15px 30px;
  }
}

#footer p {
  margin: 5px 0;
}

#copyright {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

/**
 ** Swiper 3.3.1
 ** Most modern mobile touch slider and framework with hardware accelerated transitions
 **
 ** http://www.idangero.us/swiper/
 **
 ** Copyright 2016, Vladimir Kharlampidi
 ** The iDangero.us
 ** http://www.idangero.us/
 **
 ** Licensed under MIT
 **
 ** Released on: February 7, 2016
 **/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ------------------------------
 * 3.2 - Variant (Modifier, State)
 * --------------------------- */
/* ========================================
 * 4.0 - Utility
 * ===================================== */
._mincho {
  font-family: 'Noto Serif JP', serif;
}

._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._clear {
  clear: both;
}

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

._ro {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

._ro:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 641px) {
  ._for-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  ._for-pc {
    display: none;
  }
}

._nolink {
  pointer-events: none;
}