@charset "UTF-8";
@import url(/common/css/base.css);
@import url(/common/css/module.css);
@import url(/common/css/contents.css);
@import url(/common/css/custom.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

body { margin: 0; }

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

hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

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

a { background-color: transparent; }

abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

b, strong { font-weight: bolder; }

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

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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ 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 { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ }

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

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

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

::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

/******************************************************************
reset
******************************************************************/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd { margin: 0; padding: 0; }

li { list-style: none; }

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

iframe { border: 0; }

button { background-color: transparent; border: none; cursor: pointer; padding: 0; appearance: none; }

em { font-style: normal; font-weight: bold; }

fieldset { border: 0; padding: 0; margin: 0; }

address { font-style: normal; }

/******************************************************************
base
******************************************************************/
body { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1rem; color: #2f2f2f; line-height: 1.8; -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 736px) { body { font-size: 0.9rem; } }

body[data-menu-open="true"] { overflow: hidden; }

@media print { body { width: 1300px; transform: scale(0.8); transform-origin: 0 0; } }

a { color: #872d7f; text-decoration: none; }

a:hover { color: #3b1437; text-decoration: underline; }

h1, h2 { line-height: 1.5; }

h3 { line-height: 1.6; }

h4 { line-height: 1.7; }

small { line-height: 1.6; }

img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #d5d5d5; }

button, input, optgroup, select, textarea { color: #2f2f2f; line-height: inherit; }

/******************************************************************
image-noselect
******************************************************************/
img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-drag: none; /* Prevents dragging of images/divs etc */ user-drag: none; -webkit-touch-callout: none; }

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper { width: 100%; overflow: hidden; }

@media print, screen and (min-width: 737px) { .l-wrapper { box-sizing: border-box; border-left: 10px solid #61205b; border-right: 10px solid #61205b; } }

@media print, screen and (min-width: 1101px) { .l-wrapper { box-sizing: border-box; border-left: 10px solid #872d7f; border-right: 10px solid #872d7f; } }

.l-header-tb-media { display: none; }

@media print, screen and (max-width: 1100px) { .l-header-pc-media { display: none; }
  .l-header-tb-media { display: block; } }

header.l-header-pc-media { position: relative; z-index: 999; }

.l-header-overlay { display: none; z-index: 998; position: fixed; top: 0; left: 10px; width: calc(100% - 20px); height: 100vh; background-color: rgba(0, 0, 0, 0.65); }

/******************************************************************
layout - header-fixed
******************************************************************/
.l-header-fixed { position: relative; z-index: 1000; }

.l-header-fixed[data-header-fixed="false"] .l-header-fixed__inner { position: static; }

.l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { position: fixed; top: 0; }

@media print { .l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { position: static; } }

@media print, screen and (min-width: 737px) { .l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { width: calc(100% - 20px); } }

@media screen and (max-width: 736px) { .l-header-fixed[data-header-fixed="true"] .l-header-fixed__inner { width: 100%; } }

/******************************************************************
layout - header-top-top
******************************************************************/
.l-header-top { color: #fff; background: #872d7f; }

@media print, screen and (min-width: 737px) { .l-header-top__inner { padding-right: 0.6rem; padding-left: 0.6rem; padding-top: 0.4rem; padding-bottom: 0.4rem; line-height: 1.3; }
  .l-header-top__inner ul { display: flex; justify-content: flex-end; align-items: center; }
  .l-header-top__inner ul > * { margin-left: 0.65rem; }
  .l-header-top__item a { color: #872d7f; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; background-color: #ffffff; font-size: 0.8rem; padding: 0.1em 1em  0em 1em; border-radius: 4px; transition-property: background; transition-duration: 0.3s; }
  .l-header-top__item a:hover { color: #872d7f; text-decoration: none; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-header-top__item a { font-size: 0.72rem; } }

@media print, screen and (min-width: 737px) { .l-header-top__item a:hover { background-color: #ebdcea; }
  .l-header-top__english a { color: inherit; text-decoration: none; font-size: 0.8rem; background: url(/common/img/header_english.png) left center/1em auto no-repeat; padding-left: 1.4em; transition-property: color; transition-duration: 0.3s; }
  .l-header-top__english a:hover { color: #872d7f; text-decoration: none; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-header-top__english a { font-size: 0.72rem; } }

@media print, screen and (min-width: 737px) { .l-header-top__english a:hover { color: #ebdcea; } }

@media screen and (max-width: 736px) { .l-header-top { display: none; } }

/******************************************************************
layout - header
******************************************************************/
.l-header-indexpage { position: absolute; width: 100%; }

.l-header-indexpage .l-header { background: rgba(255, 255, 255, 0.85); }

.l-header { background: #ffffff; border-bottom: 1px solid #bebebe; }

.l-header__inner { padding-left: 2rem; display: flex; }

.l-header__logo { flex-grow: 1; box-sizing: border-box; display: flex; align-items: center; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .l-header__logo { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.l-header__logo img { width: 100%; max-width: 280px; }

.l-header__taeget { display: flex; flex-direction: column; justify-content: center; margin-right: 1rem; line-height: 1.5; }

.l-header__taeget a { font-size: 0.85rem; color: #2f2f2f; text-decoration: none; display: inline-block; position: relative; padding-left: 7px; padding-left: 0.75em; }

@media screen and (max-width: 736px) { .l-header__taeget a { font-size: 0.765rem; } }

@media print, screen and (max-width: 1200px) { .l-header__taeget a { font-size: 1.1vw; } }

.l-header__taeget a:hover { color: #872d7f; text-decoration: none; }

.l-header__taeget a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0px; height: 8px; border-color: #959595; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.l-header__taeget a:hover { color: #3b1437; }

.l-header__taeget li:first-child a { font-weight: bold; color: #872d7f; text-decoration: none; position: relative; padding-left: 7px; padding-left: 0.75em; }

.l-header__taeget li:first-child a:hover { color: #872d7f; text-decoration: none; }

.l-header__taeget li:first-child a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0px; height: 8px; border-color: #9f5799; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.l-header__about { display: flex; font-size: 0.85rem; letter-spacing: -1px; position: relative; }

@media print, screen and (max-width: 1200px) { .l-header__about { font-size: 1.1vw; } }

.l-header__about-support, .l-header__about-quick, .l-header__about-access, .l-header__about-contact, .l-header__about-qa { display: flex; align-items: center; flex-direction: column; }

.l-header__about-support > a, .l-header__about-quick > a, .l-header__about-access > a, .l-header__about-contact > a, .l-header__about-qa > a { flex-grow: 1; display: block; padding-bottom: 0.3rem; min-width: 6em; padding-top: 65px; background-size: 50px auto; background-repeat: no-repeat; background-position: center 28%; color: inherit; text-decoration: none; transition-property: opacity; transition-duration: 0.3s; }

.l-header__about-support > a:hover, .l-header__about-quick > a:hover, .l-header__about-access > a:hover, .l-header__about-contact > a:hover, .l-header__about-qa > a:hover { color: #872d7f; text-decoration: none; }

.l-header__about-support > a span, .l-header__about-quick > a span, .l-header__about-access > a span, .l-header__about-contact > a span, .l-header__about-qa > a span { display: block; flex-grow: 1; text-align: center; }

.l-header__about-support > a { min-width: 7.5em; }

.l-header__about-support > a { background-image: url("/common/img/header_support.png"); }

.l-header__about-quick > a { background-image: url("/common/img/header_quick.png"); }

.l-header__about-access > a { background-image: url("/common/img/header_access.png"); }

.l-header__about-contact > a { background-image: url("/common/img/header_contact.png"); }

.l-header__about-qa > a { background-image: url("/common/img/header_qa.png"); }

.l-header__about-support > a:hover { background-image: url("/common/img/header_support_ov.png"); }

.l-header__about-quick > a:hover { background-image: url("/common/img/header_quick_ov.png"); }

.l-header__about-access > a:hover { background-image: url("/common/img/header_access_ov.png"); }

.l-header__about-contact > a:hover { background-image: url("/common/img/header_contact_ov.png"); }

.l-header__about-qa > a:hover { background-image: url("/common/img/header_qa_ov.png"); }

.l-header__about-support > a::before { content: url("/common/img/header_support_ov.png"); display: none; }

.l-header__about-quick > a::before { content: url("/common/img/header_quick_ov.png"); display: none; }

.l-header__about-access > a::before { content: url("/common/img/header_access_ov.png"); display: none; }

.l-header__about-contact > a::before { content: url("/common/img/header_contact_ov.png"); display: none; }

.l-header__about-qa > a::before { content: url("/common/img/header_qa_ov.png"); display: none; }

.l-header__about .js-quick a[aria-expanded="true"] { color: #872d7f; background-image: url("/common/img/header_quick_ov.png"); position: relative; padding-bottom: 10px; padding-bottom: 0; }

.l-header__about .js-quick a[aria-expanded="true"]::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: 0px; right: 0; left: 0; width: 8px; height: 10px; border-color: #9f5799; border-style: solid; border-top-width: 0; border-bottom-width: 8px; border-left: 5px solid transparent; border-right: 5px solid transparent; }

.l-header__about-search { margin-left: 1rem; margin-right: 1rem; display: flex; align-items: center; }

.l-header__about-search form { display: flex; }

.l-header__about-search form input[type="text"] { width: 8em; padding-left: 0.3em; border: 1px solid #959595; background-color: rgba(255, 255, 255, 0.5); }

@media print, screen and (max-width: 1200px) { .l-header__about-search form input[type="text"] { width: 8vw; } }

.l-header__about-search form button { background: #959595; padding: 0.4em; display: flex; align-items: center; transition-property: background; transition-duration: 0.3s; }

.l-header__about-search form button svg { width: 21px; height: 21px; fill: #ffffff; }

.l-header__about-search form button:hover { background-color: #9f5799; }

.l-header__about-pamphlet { background-color: #e2cce0; display: flex; align-items: center; flex-direction: column; }

.l-header__about-pamphlet a { flex-grow: 1; display: block; padding-left: 1rem; padding-right: 1rem; padding-bottom: 0.3rem; padding-top: 80px; background-size: 50px auto; background-repeat: no-repeat; background-position: center 28%; color: #872d7f; text-decoration: none; transition-property: opacity; transition-duration: 0.3s; }

.l-header__about-pamphlet a:hover { color: #872d7f; text-decoration: none; }

.l-header__about-pamphlet a:hover { opacity: 0.7; }

/******************************************************************
layout - header-sp
******************************************************************/
.l-header-sp { background: #ffffff; }

.l-header-sp__inner { display: flex; justify-content: flex-end; }

.l-header-sp__logo { flex-grow: 1; box-sizing: border-box; width: 55%; padding: 0.5625rem; }

.l-header-sp__logo img { width: 100%; max-width: 220px; }

.l-header-sp__pamphlet { display: flex; align-items: center; margin-right: 0.75rem; }

.l-header-sp__pamphlet a { color: #872d7f; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; line-height: 1; padding: 0.6em 0.6em; background-color: #e5d1e3; display: inline-block; position: relative; padding-left: 12px; padding-left: 0.975rem; white-space: nowrap; }

.l-header-sp__pamphlet a:hover { color: #872d7f; text-decoration: none; }

.l-header-sp__pamphlet a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(12px, 2px) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

/******************************************************************
layout - quick
******************************************************************/
.l-quick .l-quick__inner { opacity: 0; transition-property: opacity; transition-duration: 0.3s; transition-delay: 0.2s; }

.l-quick[aria-expanded="true"] .l-quick__inner { opacity: 1; }

.l-quick { display: none; background-color: #fbf9fb; border-bottom: 1px solid #bebebe; }

.l-quick__inner { max-width: 1000px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; line-height: 1.5; padding-top: 1rem; padding-bottom: 1rem; font-size: 0.9rem; }

@media screen and (max-width: 736px) { .l-quick__inner { font-size: 0.81rem; } }

.l-quick__inner ul { display: flex; justify-content: center; flex-wrap: wrap; margin-right: -1rem; }

.l-quick__inner ul li { margin-right: 1rem; position: relative; padding-left: 5px; padding-left: 0.75em; }

.l-quick__inner ul li::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(5px, 2px) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.l-quick__inner ul li::after { top: 3px; }

.l-quick__inner ul li a { color: inherit; text-decoration: none; }

.l-quick__inner ul li a:hover { color: #872d7f; text-decoration: none; }

/******************************************************************
layout - nav-fixed
******************************************************************/
.l-nav-fixed { position: relative; z-index: 1000; }

.l-nav-fixed[data-nav-fixed="false"] .l-nav-fixed__inner { position: static; }

.l-nav-fixed[data-nav-fixed="true"] .l-nav-fixed__inner { position: fixed; top: 0; left: 10px; width: calc(100% - 20px); }

@media print { .l-nav-fixed[data-nav-fixed="true"] .l-nav-fixed__inner { position: static; } }

/******************************************************************
layout - nav
******************************************************************/
.l-nav__inner > ul > li:first-child { display: none; flex-grow: 1; }

.l-nav__inner > ul > li:first-child img { width: 1px; }

[data-nav-fixed="true"] .l-nav__inner > ul > li:first-child { display: block; }

[data-nav-fixed="true"] .l-nav__inner > ul > li:first-child img { transition-property: width; transition-duration: 0.6s; width: 180px; }

[data-nav-fixed="true"] .l-nav__inner > ul > li:not(:first-child) > a { min-width: 0; font-size: 1rem; }

@media screen and (max-width: 736px) { [data-nav-fixed="true"] .l-nav__inner > ul > li:not(:first-child) > a { font-size: 0.9rem; } }

[data-nav-fixed="true"] .l-nav__inner > ul > li:not(:first-child) > a span { padding-top: 1.2rem !important; padding-bottom: 1.2rem !important; }

.l-header-indexpage .l-nav { background: rgba(255, 255, 255, 0.85); }

.l-nav { background-color: #ffffff; border-bottom: 1px solid #bebebe; }

.l-nav__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; line-height: 1.5; }

.l-nav__inner > ul { display: flex; align-items: center; justify-content: center; }

.l-nav__inner > ul > li:last-child > a span::after { border-right: 1px dotted #ababab; }

.l-nav__inner > ul > li:not(:first-child) > a { display: block; box-sizing: border-box; min-width: 8em; text-align: center; color: inherit; text-decoration: none; font-size: 1.1rem; }

.l-nav__inner > ul > li:not(:first-child) > a:hover { color: #872d7f; text-decoration: none; }

@media screen and (max-width: 736px) { .l-nav__inner > ul > li:not(:first-child) > a { font-size: 0.99rem; } }

.l-nav__inner > ul > li:not(:first-child) > a span { display: block; padding: 1.3em 1.2rem; transition-property: all; transition-duration: 0.3s; position: relative; }

.l-nav__inner > ul > li:not(:first-child) > a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 49%; border-left: 1px dotted #ababab; }

.l-nav__inner > ul > li:not(:first-child) > a { overflow: hidden; position: relative; padding-bottom: 12px; padding-bottom: 0; }

.l-nav__inner > ul > li:not(:first-child) > a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: 0px; right: 0; left: 0; width: 10px; height: 12px; border-color: #9f5799; border-style: solid; border-top-width: 0; border-bottom-width: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; }

.l-nav__inner > ul > li:not(:first-child) > a::after { bottom: -13px; transition-property: bottom; transition-duration: 0.3s; }

.l-nav__inner > ul > li:not(:first-child) > a:hover::after { bottom: -4px; }

.l-nav__inner > ul > li[data-menu-item="event,true"]:not(:first-child) > a::after { bottom: 0; }

/******************************************************************
layout - sp-nav-full
******************************************************************/
@media print, screen and (min-width: 1101px) { .l-sp-nav-full { display: none; } }

@media print, screen and (max-width: 1100px) { .l-sp-nav-full { display: none; position: absolute; overflow-y: auto; -webkit-overflow-scrolling: touch; max-height: 100vh; width: 100%; box-sizing: border-box; background-color: #ffffff; padding-bottom: 5rem; line-height: 1.5; } }

.l-sp-nav-full a { color: inherit; text-decoration: none; }

.l-sp-nav-full a:hover { color: #872d7f; text-decoration: none; }

.l-sp-nav-full__search { background-color: #a0659b; padding: 13px; display: flex; align-items: center; width: 100%; box-sizing: border-box; }

.l-sp-nav-full__search form { display: flex; width: 100%; }

.l-sp-nav-full__search form input[type="text"] { width: calc(100% - 43px); padding-left: 0.6em; border: 0; }

.l-sp-nav-full__search form button { background: #959595; padding: 10px; display: flex; align-items: center; transition-property: opacity; transition-duration: 0.3s; }

.l-sp-nav-full__search form button svg { width: 23px; height: 23px; fill: #ffffff; }

.l-sp-nav-full__taeget { display: flex; }

.l-sp-nav-full__taeget > * { box-sizing: border-box; width: 33.33333%; }

.l-sp-nav-full__taeget > *:not(:last-child) { border-right: 1px solid #ffffff; }

.l-sp-nav-full__taeget a { text-align: center; height: 8em; background-color: #a0659b; color: #ffffff; display: flex; align-items: center; }

.l-sp-nav-full__taeget a:hover { color: #ffffff; }

.l-sp-nav-full__taeget span { flex-grow: 1; display: block; font-weight: bold; }

.l-sp-nav-full__about { display: flex; border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; }

.l-sp-nav-full__about > * { box-sizing: border-box; width: 25%; }

.l-sp-nav-full__about > *:not(:last-child) { border-right: 1px solid #b3b3b3; }

.l-sp-nav-full__about a { display: block; text-align: center; height: 8em; background-color: #ffffff; display: flex; align-items: center; box-sizing: border-box; padding-top: 56px; background-size: 65px auto; background-repeat: no-repeat; background-position: center 26%; }

.l-sp-nav-full__about span { flex-grow: 1; display: block; font-size: 90%; line-height: 1.2; }

@media print, screen and (max-width: 320px) { .l-sp-nav-full__about span { font-size: 3.4vw; } }

.l-sp-nav-full__about-support a { background-image: url("/common/img/header_support.png"); }

.l-sp-nav-full__about-access a { background-image: url("/common/img/header_access.png"); }

.l-sp-nav-full__about-contact a { background-image: url("/common/img/header_contact.png"); }

.l-sp-nav-full__about-qa a { background-image: url("/common/img/header_qa.png"); }

.l-sp-nav-full__item { border-top: 1px solid #b3b3b3; background-color: #e2cce0; padding: 1rem; }

.l-sp-nav-full__item > *:not(:last-child) { margin-bottom: 0.75rem; }

.l-sp-nav-full__item a { display: block; padding-top: 0.75rem; padding-bottom: 0.75rem; text-align: center; background-color: #ffffff; border-radius: 6px; }

@media print, screen and (min-width: 1101px) { .l-sp-nav-full__item a:hover { color: #ffffff; } }

.l-sp-nav-full__english a { background-color: #a0659b; border: 1px solid #ffffff; color: #ffffff; }

.l-sp-nav-full__english a:hover { color: #ffffff; }

.l-sp-nav-full__english a span { display: inline-block; background: #a0659b url(/common/img/header_english.png) left center/1.3em auto no-repeat; padding-left: 1.8em; }

.l-sp-nav-full__close { border-top: 1px solid #ffffff; }

.l-sp-nav-full__close a { display: block; padding-top: 1rem; padding-bottom: 1rem; text-align: center; background-color: #872d7f; font-weight: bold; color: #ffffff; }

.l-sp-nav-full__close a:hover { color: #ffffff; }

.l-sp-nav-full__close a span { position: relative; padding-left: 33px; }

.l-sp-nav-full__close a span::before, .l-sp-nav-full__close a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.l-sp-nav-full__close a span::before { border-top: 1px solid #ffffff; width: 22px; height: 0; top: 0; bottom: 0; left: 0; transform: rotate(45deg); }

.l-sp-nav-full__close a span::after { border-left: 1px solid #ffffff; width: 0; height: 22px; top: 0; bottom: 0; left: 10px; transform: rotate(45deg); }

/******************************************************************
layout - nav-mega
******************************************************************/
.l-nav-mega .l-nav-mega__inner { opacity: 0; transition-property: opacity; transition-duration: 0.3s; }

.l-nav-mega[data-menu-item="item,true"] .l-nav-mega__inner { opacity: 1; }

.l-nav-mega { display: none; position: absolute; left: 0; width: 100%; border-top: 4px solid #9f5799; background: #fbf9fb; }

.l-nav-mega__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 2.5rem; padding-bottom: 2.5rem; position: relative; }

.l-nav-mega__inner a { color: inherit; text-decoration: none; transition-property: color; transition-duration: 0.3s; }

.l-nav-mega__inner a:hover { color: #872d7f; text-decoration: none; }

.l-nav-mega__inner a:hover { color: #872d7f; }

.l-nav-mega__top { font-size: 1.4rem; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 1px solid #bebebe; }

@media screen and (max-width: 736px) { .l-nav-mega__top { font-size: 1.26rem; } }

.l-nav-mega__top span { display: inline-block; position: relative; padding-left: 9px; padding-left: 1rem; }

.l-nav-mega__top span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(9px, 4px) rotate(135deg); transform-origin: top left; border-top: 2px solid #9f5799; border-left: 2px solid #9f5799; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.l-nav-mega__main { display: flex; flex-wrap: wrap; margin-right: -1.5rem; margin-bottom: -1.5rem; font-size: 0.9rem; }

@media screen and (max-width: 736px) { .l-nav-mega__main { font-size: 0.81rem; } }

.l-nav-mega__main > li { box-sizing: border-box; width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }

.l-nav-mega__main > li > a { position: relative; padding-left: 5px; padding-left: 0.75em; display: inline-block; }

.l-nav-mega__main > li > a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(5px, 0.5em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.l-nav-mega__main > li > a::after { top: 3px; }

.l-nav-mega__sub li { margin-top: 0.5rem; }

.l-nav-mega__sub a { position: relative; padding-left: 18px; padding-left: 1.5em; display: inline-block; }

.l-nav-mega__sub a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(18px, 0.5em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.l-nav-mega__sub a::after { top: 3px; }

.l-nav-mega__close { position: absolute; top: 1.5rem; right: 1.5rem; }

.l-nav-mega__close a { display: inline-block; width: 38px; height: 38px; position: relative; transition-property: opacity; transition-duration: 0.3s; }

.l-nav-mega__close a::before, .l-nav-mega__close a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.l-nav-mega__close a::before { border-top: 2px solid #9f5799; width: 39px; height: 0; top: 0; bottom: 0; left: 0; transform: rotate(45deg); }

.l-nav-mega__close a::after { border-left: 2px solid #9f5799; width: 0; height: 39px; top: 0; bottom: 0; left: 19px; transform: rotate(45deg); }

.l-nav-mega__close a:hover { opacity: 0.7; }

/******************************************************************
layout - sp-nav-control
******************************************************************/
.l-sp-nav-control { outline: 0; display: block; background: #872d7f; padding: 10px; width: 60px; }

.l-sp-nav-control__item { display: inline-block; top: -1px; vertical-align: middle; position: relative; border-top: 3px solid #fff; width: 28px; transition-property: all; transition-duration: 0.3s; }

.l-sp-nav-control__item::before, .l-sp-nav-control__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; width: 0; height: 0; left: 0; transition-property: all; transition-duration: 0.3s; }

.l-sp-nav-control__item::before { border-bottom: 3px solid #fff; width: 28px; bottom: 10px; }

.l-sp-nav-control__item::after { border-bottom: 3px solid #fff; width: 28px; bottom: -10px; }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item { border-top-color: transparent; }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::before { bottom: 0; transform: rotate(-45deg); }

.l-sp-nav-control[aria-expanded="true"] .l-sp-nav-control__item::after { bottom: 0; transform: rotate(45deg); }

/******************************************************************
layout - sp-nav-switch
******************************************************************/
.l-sp-nav-switch { display: none; }

@media screen and (max-width: 736px) { .l-sp-nav-switch { display: block; }
  .l-sp-nav-switch button { outline: 0; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; display: block; width: 100%; background: #efe4ef; color: #872d7f; }
  .l-sp-nav-switch button span { display: inline-block; box-sizing: border-box; position: relative; padding-right: 11px; padding: 0.6em 1.5em 0.6em 1em; }
  .l-sp-nav-switch button span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(0, 0.75px) rotate(45deg); transform-origin: top right; border-bottom: 2px solid #872d7f; border-right: 2px solid #872d7f; width: 8px; height: 8px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-sp-nav-switch button span::after { top: 5px; }
  .l-sp-nav-switch button[aria-expanded="true"] span::after { transform: translate(-11px, 5.5px) rotate(-135deg); } }

/******************************************************************
layout - header-navs
******************************************************************/
@media print, screen and (max-width: 1100px) { .js-l-header-nav__target { display: none; }
  .l-header-nav1-titles { border-bottom: 1px solid #ffffff; display: flex; background-color: #872d7f; }
  .l-header-nav1-titles__link { flex-grow: 1; display: block; color: inherit; text-decoration: none; padding-top: 0.95rem; padding-bottom: 0.95rem; }
  .l-header-nav1-titles__link:hover { color: #872d7f; text-decoration: none; }
  .l-header-nav1-titles__link span { display: inline-block; color: #ffffff; position: relative; padding-left: 18.5px; padding-left: calc(0.75rem + 13px); }
  .l-header-nav1-titles__link span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(18.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-header-nav1-titles__button { display: block; padding: 0 18px; border-left: 1px solid #d5d5d5; outline: 0; }
  .l-header-nav1-titles__icon { display: block; width: 11px; position: relative; }
  .l-header-nav1-titles__icon::before, .l-header-nav1-titles__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-header-nav1-titles__icon::before { border-top: 2px solid #ffffff; width: 16px; height: 0; top: 0; bottom: 0; left: 0; }
  .l-header-nav1-titles__icon::after { border-left: 2px solid #ffffff; width: 0; height: 16px; top: 0; bottom: 0; left: 7px; transition-property: all; transition-duration: 0.3s; }
  .l-header-nav1-titles__button[aria-expanded="true"] .l-header-nav1-titles__icon::after { height: 0; }
  .l-header-nav1-title__button { display: block; box-sizing: border-box; width: 100%; padding-top: 0.95rem; padding-bottom: 0.95rem; outline: 0; font-size: 1rem; } }

@media screen and (max-width: 1100px) and (max-width: 736px) { .l-header-nav1-title__button { font-size: 0.9rem; } }

@media print, screen and (max-width: 1100px) { .l-header-nav1-title__button span { position: relative; padding-left: calc(0.75rem + 21px); }
  .l-header-nav1-title__button span::before, .l-header-nav1-title__button span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-header-nav1-title__button span::before { border-top: 2px solid #7e7e7e; width: 16px; height: 0; top: 0; bottom: 0; left: 0; }
  .l-header-nav1-title__button span::after { border-left: 2px solid #7e7e7e; width: 0; height: 16px; top: 0; bottom: 0; left: 7px; transition-property: all; transition-duration: 0.3s; }
  .l-header-nav1-title__button span::before, .l-header-nav1-title__button span::after { transform: translateX(13px); }
  .l-header-nav1-title__button[aria-expanded="true"] span::after { height: 0; }
  .l-header-nav1-data { border-top: 1px solid #d5d5d5; display: block; color: inherit; text-decoration: none; padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: #efe4ef; }
  .l-header-nav1-data:hover { color: #872d7f; text-decoration: none; }
  .l-header-nav1-data span { display: inline-block; position: relative; padding-left: 18.5px; padding-left: calc(0.75rem + 13px); }
  .l-header-nav1-data span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(18.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-header-nav2-data { border-top: 1px dotted #d5d5d5; display: block; color: inherit; text-decoration: none; padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .l-header-nav2-data:hover { color: #872d7f; text-decoration: none; }
  .l-header-nav2-data > span { display: inline-block; position: relative; padding-left: 18px; padding-left: calc(0.75rem + 13px); }
  .l-header-nav2-data > span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(18px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

/******************************************************************
layout - breadcrumb
******************************************************************/
@media print, screen and (min-width: 737px) { .l-breadcrumb { background-color: #f3f3f2; border-bottom: 1px solid #d5d5d5; }
  .l-breadcrumb__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } }

@media screen and (max-width: 736px) { .l-breadcrumb { display: none; } }

/******************************************************************
layout - contents
******************************************************************/
@media print, screen and (min-width: 737px) { .l-contents--2row .l-contents__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; display: flex; justify-content: space-between; }
  .l-contents--2row .l-contents__aside { width: 20%; margin-top: 2px; margin-bottom: 6rem; }
  .l-contents--2row .l-contents__main { width: 74%; }
  .js-clone-area { display: none; } }

@media screen and (max-width: 736px) { .l-contents--2row .l-contents__inner { display: flex; flex-direction: column; }
  .l-contents--2row .l-contents__aside-inner { border-bottom: 10px solid #872d7f; } }

/******************************************************************
layout - aside
******************************************************************/
.l-aside-cattitle { box-sizing: border-box; background-color: #872d7f; color: #ffffff; text-align: center; font-weight: normal; font-size: 1.4rem; margin-bottom: 2px; }

@media screen and (max-width: 736px) { .l-aside-cattitle { font-size: 1.26rem; } }

@media screen and (max-width: 736px) { .l-aside-cattitle { font-size: 1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-aside-cattitle { font-size: 0.9rem; } }

.l-aside-cattitle > * { padding: 5%; }

.l-aside-cattitle a { display: block; color: #ffffff; background-color: #872d7f; transition-property: background; transition-duration: 0.3s; }

.l-aside-cattitle a:hover { background-color: #96328d; }

.blog-bungaku .l-aside-cattitle { background-color: #79b5c7; }

.blog-bungaku .l-aside-cattitle a { background-color: #79b5c7; }

.blog-bungaku .l-aside-cattitle a:hover { background-color: #87bdcd; }

.blog-eibungaku .l-aside-cattitle { background-color: #7ecce8; }

.blog-eibungaku .l-aside-cattitle a { background-color: #7ecce8; }

.blog-eibungaku .l-aside-cattitle a:hover { background-color: #8fd3eb; }

.blog-bibi .l-aside-cattitle { background-color: #a5b4bd; }

.blog-bibi .l-aside-cattitle a { background-color: #a5b4bd; }

.blog-bibi .l-aside-cattitle a:hover { background-color: #b1bec6; }

.blog-diet .l-aside-cattitle { background-color: #ebb9ab; }

.blog-diet .l-aside-cattitle a { background-color: #ebb9ab; }

.blog-diet .l-aside-cattitle a:hover { background-color: #efc7bb; }

.blog-environment .l-aside-cattitle { background-color: #d9b47b; }

.blog-environment .l-aside-cattitle a { background-color: #d9b47b; }

.blog-environment .l-aside-cattitle a:hover { background-color: #ddbd8b; }

.blog-seibun .l-aside-cattitle { background-color: #c2a7c8; }

.blog-seibun .l-aside-cattitle a { background-color: #c2a7c8; }

.blog-seibun .l-aside-cattitle a:hover { background-color: #cbb4d0; }

.blog-gendaiseikatsu .l-aside-cattitle { background-color: #f5acbb; }

.blog-gendaiseikatsu .l-aside-cattitle a { background-color: #f5acbb; }

.blog-gendaiseikatsu .l-aside-cattitle a:hover { background-color: #f7bec9; }

.blog-sociology .l-aside-cattitle { background-color: #a9c2b1; }

.blog-sociology .l-aside-cattitle a { background-color: #a9c2b1; }

.blog-sociology .l-aside-cattitle a:hover { background-color: #b5cbbc; }

.blog-Japanese-commu .l-aside-cattitle { background-color: #b7aeb9; }

.blog-Japanese-commu .l-aside-cattitle a { background-color: #b7aeb9; }

.blog-Japanese-commu .l-aside-cattitle a:hover { background-color: #c1b9c3; }

.blog-english-commu .l-aside-cattitle { background-color: #b2c3e2; }

.blog-english-commu .l-aside-cattitle a { background-color: #b2c3e2; }

.blog-english-commu .l-aside-cattitle a:hover { background-color: #c0cfe8; }

.l-aside-magazine { background-color: #fbf7fa; color: #a45091; text-align: center; padding: 5%; }

@media screen and (max-width: 736px) { .l-aside-magazine { padding: 0.75rem; } }

.l-aside-magazine .l-aside-magazinetitle { font-size: 1.2rem; }

@media screen and (max-width: 736px) { .l-aside-magazine .l-aside-magazinetitle { font-size: 1.08rem; } }

.l-aside-magazine .l-aside-magazineimg { padding: 0 5%; }

@media screen and (max-width: 736px) { .l-aside-magazine .l-aside-magazineimg { padding: 0 0.75rem; } }

.l-aside-magazine .l-aside-magazinetext { font-size: 0.96rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .l-aside-magazine .l-aside-magazinetext { font-size: 0.96rem; } }

.l-aside-grouptitle { font-size: 1rem; font-weight: normal; color: #585858; }

@media screen and (max-width: 736px) { .l-aside-grouptitle { font-size: 0.9rem; } }

.l-aside-grouptitle:not(:first-child) { padding-top: 4%; }

.blog-bungaku .l-aside-grouptitle, .blog-eibungaku .l-aside-grouptitle, .blog-bibi .l-aside-grouptitle, .blog-diet .l-aside-grouptitle, .blog-environment .l-aside-grouptitle, .blog-seibun .l-aside-grouptitle, .blog-gendaiseikatsu .l-aside-grouptitle, .blog-sociology .l-aside-grouptitle, .blog-Japanese-commu .l-aside-grouptitle, .blog-english-commu .l-aside-grouptitle { border-bottom: 2px solid #ececec; padding-left: 5%; }

@media screen and (max-width: 736px) { .blog-bungaku .l-aside-grouptitle, .blog-eibungaku .l-aside-grouptitle, .blog-bibi .l-aside-grouptitle, .blog-diet .l-aside-grouptitle, .blog-environment .l-aside-grouptitle, .blog-seibun .l-aside-grouptitle, .blog-gendaiseikatsu .l-aside-grouptitle, .blog-sociology .l-aside-grouptitle, .blog-Japanese-commu .l-aside-grouptitle, .blog-english-commu .l-aside-grouptitle { padding-left: 0.75rem; } }

.l-aside { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .l-aside { margin-bottom: 0; } }

.l-aside > ul > li { margin-bottom: 2px; background-color: #e2cce0; }

@media screen and (max-width: 736px) { .l-aside > ul > li { margin-bottom: 1px; } }

.l-aside > ul > li.is-active { background-color: #f4ebf4; }

.l-aside > ul > li > a { display: block; padding: 7% 5% 7% 5%; font-weight: bold; }

@media screen and (max-width: 736px) { .l-aside > ul > li > a { padding: 0.75rem; } }

.l-aside > ul > li > a:hover { text-decoration: none; }

.l-aside > ul > li > ul { margin-left: 4%; background-color: #ffffff; }

@media screen and (max-width: 736px) { .l-aside > ul > li > ul { margin-left: 0.75rem; } }

.l-aside > ul > li > ul > li:first-child { padding-top: 4%; }

.l-aside > ul > li > ul > li:last-child { padding-bottom: 4%; }

@media screen and (max-width: 736px) { .l-aside > ul > li > ul > li:first-child { padding-top: 0; }
  .l-aside > ul > li > ul > li:last-child { padding-bottom: 0; } }

.l-aside > ul > li > ul > li > a { display: block; padding: 3% 5% 3% 6%; color: inherit; }

@media screen and (max-width: 736px) { .l-aside > ul > li > ul > li > a { padding: 0.15rem 0.75rem 0.15rem 0.75rem; } }

.l-aside > ul > li > ul > li > a:hover { color: #a5349b; text-decoration: none; }

.l-aside > ul > li > ul > li.is-active > a { color: #a5349b; }

.l-aside > ul > li > ul > li > ul { margin-left: 8%; font-size: 90%; }

.l-aside > ul > li > ul > li > ul > li > a { display: block; padding: 1% 5% 1% 8%; color: inherit; position: relative; }

@media screen and (max-width: 736px) { .l-aside > ul > li > ul > li > ul > li > a { padding: 0.075rem 0.75rem 0.075rem 0.975rem; } }

.l-aside > ul > li > ul > li > ul > li > a:hover { color: #a5349b; text-decoration: none; }

.l-aside > ul > li > ul > li > ul > li > a::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 4%; height: 1px; border-top: 1px solid #872d7f; }

.l-aside > ul > li > ul > li > ul > li.is-active > a { color: #a5349b; }

.l-aside > ul > li > ul > li > ul > li > ul > li > a { display: block; padding: 0 5% 0 15%; color: inherit; position: relative; }

@media screen and (max-width: 736px) { .l-aside > ul > li > ul > li > ul > li > ul > li > a { padding: 0.075rem 0.75rem 0.075rem 1.2rem; } }

.l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #a5349b; text-decoration: none; }

.l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #a5349b; }

.blog-bungaku .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-bungaku .l-aside > ul > li > a { color: inherit; }

.blog-bungaku .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-bungaku .l-aside > ul > li.is-active { background-color: #c1dde5; }

@media screen and (max-width: 736px) { .blog-bungaku .l-aside > ul > li { margin-bottom: 0; } }

.blog-bungaku .l-aside > ul > li > ul { background-color: #f7fafc; }

.blog-bungaku .l-aside > ul > li > ul > li > a:hover { color: #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li.is-active > a { color: #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li > ul > li > a:hover { color: #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #5ca5bb; }

.blog-bungaku .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #5ca5bb; }

.blog-eibungaku .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-eibungaku .l-aside > ul > li > a { color: inherit; }

.blog-eibungaku .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-eibungaku .l-aside > ul > li.is-active { background-color: #c7e9f5; }

@media screen and (max-width: 736px) { .blog-eibungaku .l-aside > ul > li { margin-bottom: 0; } }

.blog-eibungaku .l-aside > ul > li > ul { background-color: #f7fcfd; }

.blog-eibungaku .l-aside > ul > li > ul > li > a:hover { color: #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li.is-active > a { color: #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li > ul > li > a:hover { color: #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #5bbfe1; }

.blog-eibungaku .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #5bbfe1; }

.blog-bibi .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-bibi .l-aside > ul > li > a { color: inherit; }

.blog-bibi .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-bibi .l-aside > ul > li.is-active { background-color: #dde3e6; }

@media screen and (max-width: 736px) { .blog-bibi .l-aside > ul > li { margin-bottom: 0; } }

.blog-bibi .l-aside > ul > li > ul { background-color: #f8f9fa; }

.blog-bibi .l-aside > ul > li > ul > li > a:hover { color: #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li.is-active > a { color: #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li > ul > li > a:hover { color: #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #8ea0ac; }

.blog-bibi .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #8ea0ac; }

.blog-diet .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-diet .l-aside > ul > li > a { color: inherit; }

.blog-diet .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-diet .l-aside > ul > li.is-active { background-color: #f8e6e0; }

@media screen and (max-width: 736px) { .blog-diet .l-aside > ul > li { margin-bottom: 0; } }

.blog-diet .l-aside > ul > li > ul { background-color: #fcf5f3; }

.blog-diet .l-aside > ul > li > ul > li > a:hover { color: #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li.is-active > a { color: #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li > ul > li > a:hover { color: #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #e39e8a; }

.blog-diet .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #e39e8a; }

.blog-environment .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-environment .l-aside > ul > li > a { color: inherit; }

.blog-environment .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-environment .l-aside > ul > li.is-active { background-color: #eddcc2; }

@media screen and (max-width: 736px) { .blog-environment .l-aside > ul > li { margin-bottom: 0; } }

.blog-environment .l-aside > ul > li > ul { background-color: #fbf7f1; }

.blog-environment .l-aside > ul > li > ul > li > a:hover { color: #d2a663; }

.blog-environment .l-aside > ul > li > ul > li.is-active > a { color: #d2a663; }

.blog-environment .l-aside > ul > li > ul > li > ul > li > a:hover { color: #d2a663; }

.blog-environment .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #d2a663; }

.blog-environment .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #d2a663; }

.blog-environment .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #d2a663; }

.blog-environment .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #d2a663; }

.blog-seibun .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-seibun .l-aside > ul > li > a { color: inherit; }

.blog-seibun .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-seibun .l-aside > ul > li.is-active { background-color: #e7dce9; }

@media screen and (max-width: 736px) { .blog-seibun .l-aside > ul > li { margin-bottom: 0; } }

.blog-seibun .l-aside > ul > li > ul { background-color: #f6f2f7; }

.blog-seibun .l-aside > ul > li > ul > li > a:hover { color: #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li.is-active > a { color: #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li > ul > li > a:hover { color: #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #b594bc; }

.blog-seibun .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #b594bc; }

.blog-gendaiseikatsu .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-gendaiseikatsu .l-aside > ul > li > a { color: inherit; }

.blog-gendaiseikatsu .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-gendaiseikatsu .l-aside > ul > li.is-active { background-color: #fad9e0; }

@media screen and (max-width: 736px) { .blog-gendaiseikatsu .l-aside > ul > li { margin-bottom: 0; } }

.blog-gendaiseikatsu .l-aside > ul > li > ul { background-color: #fef5f6; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > a:hover { color: #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li.is-active > a { color: #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > ul > li > a:hover { color: #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #f0889d; }

.blog-gendaiseikatsu .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #f0889d; }

.blog-sociology .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-sociology .l-aside > ul > li > a { color: inherit; }

.blog-sociology .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-sociology .l-aside > ul > li.is-active { background-color: #d3e0d7; }

@media screen and (max-width: 736px) { .blog-sociology .l-aside > ul > li { margin-bottom: 0; } }

.blog-sociology .l-aside > ul > li > ul { background-color: #f7f9f8; }

.blog-sociology .l-aside > ul > li > ul > li > a:hover { color: #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li.is-active > a { color: #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li > ul > li > a:hover { color: #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #91b19b; }

.blog-sociology .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #91b19b; }

.blog-Japanese-commu .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-Japanese-commu .l-aside > ul > li > a { color: inherit; }

.blog-Japanese-commu .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-Japanese-commu .l-aside > ul > li.is-active { background-color: #dedadf; }

@media screen and (max-width: 736px) { .blog-Japanese-commu .l-aside > ul > li { margin-bottom: 0; } }

.blog-Japanese-commu .l-aside > ul > li > ul { background-color: #f9f8f9; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > a:hover { color: #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li.is-active > a { color: #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > ul > li > a:hover { color: #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #a89eab; }

.blog-Japanese-commu .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #a89eab; }

.blog-english-commu .l-aside > ul > li { background-color: #ffffff; border-bottom: 2px solid #ececec; margin-bottom: 0; }

.blog-english-commu .l-aside > ul > li > a { color: inherit; }

.blog-english-commu .l-aside > ul > li > a:hover { color: #6c6c6c; }

.blog-english-commu .l-aside > ul > li.is-active { background-color: #dee6f3; }

@media screen and (max-width: 736px) { .blog-english-commu .l-aside > ul > li { margin-bottom: 0; } }

.blog-english-commu .l-aside > ul > li > ul { background-color: #f1f4fa; }

.blog-english-commu .l-aside > ul > li > ul > li > a:hover { color: #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li.is-active > a { color: #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li > ul > li > a:hover { color: #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li > ul > li > a::before { border-top: 1px solid #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li > ul > li.is-active > a { color: #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li > ul > li > ul > li > a:hover { color: #9bb2da; }

.blog-english-commu .l-aside > ul > li > ul > li > ul > li > ul > li.is-active > a { color: #9bb2da; }

@media print, screen and (min-width: 737px) { .l-aside-banner { margin-top: 2rem; }
  .l-aside-banner li:not(:last-child) { margin-bottom: 0.5rem; }
  .l-aside-area { margin-top: 2rem; }
  .l-aside-areatitle { background-color: #872d7f; color: #ffffff; padding: 4% 5%; font-size: 1rem; font-weight: normal; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-aside-areatitle { font-size: 0.9rem; } }

@media print, screen and (min-width: 737px) { .l-aside-area > div { background-color: #fafafa; padding: 5%; }
  .l-aside-area p { font-size: 0.8rem; line-height: 1.6; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-aside-area p { font-size: 0.8rem; } }

@media screen and (max-width: 736px) { .js-clone-target { display: none; }
  .l-aside-banner { padding-right: 0.75rem; padding-left: 0.75rem; }
  .l-aside-banner ul { display: flex; flex-wrap: wrap; margin-right: -0.75rem; margin-top: -0.75rem; }
  .l-aside-banner li { width: calc( 50% - 0.75rem); margin-right: 0.75rem; margin-top: 0.75rem; }
  .l-aside-areatitle { background-color: #872d7f; color: #ffffff; padding: 0.75rem; font-size: 1rem; font-weight: normal; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-aside-areatitle { font-size: 0.9rem; } }

@media screen and (max-width: 736px) { .l-aside-area > div { background-color: #fafafa; padding: 0.75rem; } }

/******************************************************************
layout - pagetop
******************************************************************/
@media print { [data-pagetop] { display: none; } }

@media print, screen and (min-width: 737px) { [data-pagetop] { position: relative; }
  [data-pagetop] .l-pagetop__btn { display: none; position: absolute; bottom: 0; right: 10px; }
  [data-pagetop="fixed"] .l-pagetop__btn { position: fixed; z-index: 100; }
  [data-pagetop="static"] .l-pagetop__btn { position: fixed; z-index: 100; }
  .l-pagetop__btn { display: block; box-sizing: border-box; }
  .l-pagetop__btn { position: relative; width: 63px; height: 63px; background: #872d7f; transition-property: background; transition-duration: 0.3s; }
  .l-pagetop__btn::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(9px, 1px) rotate(45deg); transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 18px; height: 18px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-pagetop__btn:hover { background: #ad3aa3; } }

@media screen and (max-width: 736px) { [data-pagetop] { position: relative; }
  .l-pagetop__btn { display: block; box-sizing: border-box; position: relative; height: 43px; background: #872d7f; transition-property: background; transition-duration: 0.3s; }
  .l-pagetop__btn::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(9px, 1px) rotate(45deg); transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 18px; height: 18px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-pagetop__btn:hover::after { border-color: #fff; } }

/******************************************************************
layout - relation-link
******************************************************************/
@media print, screen and (min-width: 737px) { .l-relation-link { background-color: #f3f3f2; }
  .l-relation-link__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 3rem; padding-bottom: 3rem; }
  .l-relation-link__inner a { color: inherit; text-decoration: none; }
  .l-relation-link__inner a:hover { color: #872d7f; text-decoration: none; }
  .l-relation-link__nav { font-size: 0.9rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-relation-link__nav { font-size: 0.81rem; } }

@media print, screen and (min-width: 737px) { .l-relation-link__navtitle { font-size: 1rem; font-weight: bold; margin-bottom: 1rem; padding-left: 2em; position: relative; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-relation-link__navtitle { font-size: 0.9rem; } }

@media print, screen and (min-width: 737px) { .l-relation-link__navtitle::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 1.5em; height: 1px; background-color: #000; }
  .l-relation-link__navbody { margin-left: 2em; }
  .l-relation-link__navitem a { display: inline-block; position: relative; padding-left: 5px; padding-left: 0.75em; }
  .l-relation-link__navitem a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #2f2f2f; border-left: 1px solid #2f2f2f; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media screen and (max-width: 736px) { .l-relation-link { background-color: #f3f3f2; }
  .l-relation-link__inner { padding-right: 0.75rem; padding-left: 0.75rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .l-relation-link__inner a { color: inherit; text-decoration: none; }
  .l-relation-link__inner a:hover { color: #872d7f; text-decoration: none; }
  .l-relation-link__navtitle { font-size: 1rem; padding-left: 2em; position: relative; margin-bottom: 0.75rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-relation-link__navtitle { font-size: 0.9rem; } }

@media screen and (max-width: 736px) { .l-relation-link__navtitle::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 1.5em; height: 1px; background-color: #000; }
  .l-relation-link__navbody { font-size: 1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-relation-link__navbody { font-size: 0.9rem; } }

@media screen and (max-width: 736px) { .l-relation-link__navitem a { display: inline-block; position: relative; padding-left: 5px; padding-left: 0.75em; }
  .l-relation-link__navitem a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #2f2f2f; border-left: 1px solid #2f2f2f; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

/******************************************************************
layout - relation
******************************************************************/
@media print, screen and (min-width: 737px) { .l-relation__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 3rem; padding-bottom: 3rem; }
  .l-relation__inner a { color: inherit; text-decoration: none; }
  .l-relation__inner a:hover { color: #872d7f; text-decoration: none; }
  .l-relation__nav { font-size: 0.9rem; line-height: 1.3; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-relation__nav { font-size: 0.81rem; } }

@media print, screen and (min-width: 737px) { .l-relation__navtitle { font-size: 1rem; font-weight: bold; margin-bottom: 1rem; padding-left: 2em; position: relative; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-relation__navtitle { font-size: 0.9rem; } }

@media print, screen and (min-width: 737px) { .l-relation__navtitle::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 1.5em; height: 1px; background-color: #000; }
  .l-relation__navbody { display: flex; align-items: center; justify-content: center; margin-right: -1rem; margin-bottom: -1rem; }
  .l-relation__navitem { width: calc( 100%/6 - 1rem); margin-right: 1rem; margin-bottom: 1rem; }
  .l-relation__navitem a { display: flex; align-items: center; }
  .l-relation__navitem img { width: 60px; border-radius: 100%; }
  .l-relation__navitem span:first-child { flex-shrink: 0; }
  .l-relation__navitem span:last-child { margin-left: 0.5rem; flex-grow: 1; } }

@media print, screen and (min-width: 737px) and (max-width: 1100px) { .l-relation__nav { width: 70%; margin-left: auto; margin-right: auto; }
  .l-relation__navbody { flex-wrap: wrap; }
  .l-relation__navitem { width: calc( 100%/3 - 1rem); } }

@media screen and (max-width: 736px) { .l-relation__inner { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .l-relation__inner a { color: inherit; text-decoration: none; }
  .l-relation__inner a:hover { color: #872d7f; text-decoration: none; }
  .l-relation__nav { font-size: 0.9rem; line-height: 1.3; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-relation__nav { font-size: 0.81rem; } }

@media screen and (max-width: 736px) { .l-relation__navtitle { font-size: 1rem; margin-left: 0.75rem; padding-left: 2em; position: relative; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .l-relation__navtitle { font-size: 0.9rem; } }

@media screen and (max-width: 736px) { .l-relation__navtitle::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 1.5em; height: 1px; background-color: #000; }
  .l-relation__navbody { display: flex; flex-wrap: wrap; }
  .l-relation__navitem { width: 50%; }
  .l-relation__navitem a { display: flex; align-items: center; padding: 0.75rem; }
  .l-relation__navitem img { width: 46px; border-radius: 100%; }
  .l-relation__navitem span:last-child { margin-left: 0.375rem; } }

/******************************************************************
layout - footer-nav
******************************************************************/
.l-footer-nav { background: #f2edf2; }

@media print, screen and (min-width: 1101px) { .l-footer-nav__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 3rem; padding-bottom: 3rem; display: flex; }
  .l-footer-nav__left { flex-grow: 1; display: flex; }
  .l-footer-nav__leftblock { width: 25%; box-sizing: border-box; padding-right: 1em; }
  .l-footer-nav__leftblock > *:not(:last-child) { margin-bottom: 1.5rem; }
  .l-footer-nav__right { width: 300px; }
  .l-footer-nav__right > *:not(:last-child) { margin-bottom: 1rem; } }

@media print, screen and (min-width: 737px) and (max-width: 1100px) { .l-footer-nav__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-top: 6rem; padding-bottom: 6rem; }
  .l-footer-nav__left { margin-bottom: 1rem; display: flex; }
  .l-footer-nav__leftblock { width: 25%; }
  .l-footer-nav__leftblock > *:not(:last-child) { margin-bottom: 1.5rem; }
  .l-footer-nav__right { margin: 0 auto; }
  .l-footer-nav__right > *:not(:last-child) { margin-bottom: 1rem; } }

@media print, screen and (max-width: 736px) { .l-footer-nav__leftblock dl dt { display: flex; }
  .l-footer-nav__leftblock dl dt a { flex-grow: 1; }
  .l-footer-nav__leftblock dl dd { display: none; }
  .l-footer-nav__right { padding: 0.75rem; }
  .l-footer-nav__right > *:not(:last-child) { margin-bottom: 0.75rem; } }

.l-footer-nav a { font-size: 0.9rem; color: inherit; transition-property: color; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .l-footer-nav a { font-size: 0.81rem; } }

.l-footer-nav a:hover { text-decoration: none; color: #872d7f; }

.l-footer-nav__right a { color: inherit; transition-property: color; transition-duration: 0.3s; }

.l-footer-nav__right a:hover { text-decoration: none; color: #872d7f; }

.l-footer-nav__rightblock { background: #fff; }

.l-footer-nav__rightblock dl { padding: 1em; }

.l-footer-nav__rightblock dl::after { content: ""; display: block; clear: both; }

.l-footer-nav__rightblock dl dt { width: 100%; padding-bottom: 1em; border-bottom: 1px solid #f2edf2; margin-bottom: 1em; }

.l-footer-nav__rightblock dl dt a { display: block; text-align: center; transition-property: opacity; transition-duration: 0.3s; }

.l-footer-nav__rightblock dl dt a:hover { opacity: 0.7; }

.l-footer-nav__rightblock dl dt a img { max-height: 19px; }

.l-footer-nav__rightblock dl dd { float: left; width: 100%; font-size: 85%; }

@media print, screen and (min-width: 737px) and (max-width: 1100px) { .l-footer-nav__rightblock dl dd { width: auto; margin-right: 1rem; } }

@media screen and (max-width: 736px) { .l-footer-nav__rightblock dl dd { width: 50%; font-size: 95%; } }

.l-footer-nav__rightblock dl dd a { display: inline-block; position: relative; padding-left: 5px; padding-left: 0.75em; }

.l-footer-nav__rightblock dl dd a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.l-footer-nav__rightblock p a { display: block; text-align: center; padding: 1em; transition-property: opacity; transition-duration: 0.3s; }

.l-footer-nav__rightblock p a:hover { opacity: 0.7; }

.l-footer-nav__rightblock p a img { max-height: 24px; }

/******************************************************************
layout - footer
******************************************************************/
.l-footer { text-align: center; }

@media print, screen and (min-width: 737px) { .l-footer__inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-top: 3rem; padding-bottom: 3rem; }
  .l-footer__logo { margin-bottom: 1rem; }
  .l-footer__logo img { max-width: 245px; }
  .l-footer__address { display: inline-block; text-align: left; padding-left: 1em; font-size: 0.85rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-footer__address { font-size: 0.765rem; } }

@media print, screen and (min-width: 737px) { .l-footer__copy { margin-top: 1.5rem; font-size: 0.75rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-footer__copy { font-size: 0.675rem; } }

@media screen and (max-width: 736px) { .l-footer__inner { padding-top: 1.125rem; padding-bottom: 1.125rem; }
  .l-footer__logo { margin-bottom: 0.75rem; }
  .l-footer__logo img { max-width: 200px; }
  .l-footer__address { display: inline-block; text-align: left; font-size: 80%; padding-left: 1em; }
  .l-footer__copy { margin-top: 1.125rem; font-size: 70%; } }

/******************************************************************
layout - footer-nav-list
******************************************************************/
@media print, screen and (min-width: 737px) { .l-footer-nav-list__item { position: relative; padding-left: 7.5px; padding-left: 0.75em; margin-top: 0.2rem; }
  .l-footer-nav-list__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(7.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 8px; height: 8px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer-nav-list__item a { display: inline-block; color: inherit; text-decoration: none; }
  .l-footer-nav-list__item a:hover { color: #872d7f; text-decoration: none; }
  .l-footer-nav-list__item a:hover { color: #872d7f; } }

@media screen and (max-width: 736px) { .l-footer-nav-list__item { border-top: 1px solid #d5d5d5; background-color: #ffffff; }
  .l-footer-nav-list__item a { display: block; padding-top: 0.75rem; padding-bottom: 0.75rem; position: relative; padding-left: 15.5px; padding-left: calc(0.75rem + 10px); }
  .l-footer-nav-list__item a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(15.5px, 2.5px) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer-nav-list:last-child { display: flex; flex-wrap: wrap; }
  .l-footer-nav-list:last-child > * { box-sizing: border-box; width: 50%; }
  .l-footer-nav-list:last-child > *:nth-child(odd) { border-right: 1px solid #d5d5d5; } }

/******************************************************************
layout - footer-navs
******************************************************************/
@media print, screen and (min-width: 737px) { .l-footer-nav1-titles { font-size: 1rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .l-footer-nav1-titles { font-size: 0.9rem; } }

@media print, screen and (min-width: 737px) { .l-footer-nav1-titles__link { display: inline-block; color: inherit; text-decoration: none; position: relative; padding-left: 7.5px; padding-left: 0.75em; }
  .l-footer-nav1-titles__link:hover { color: #872d7f; text-decoration: none; }
  .l-footer-nav1-titles__link:hover { text-decoration: underline; }
  .l-footer-nav1-titles__link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(7.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 8px; height: 8px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer-nav1-data { display: inline-block; color: inherit; text-decoration: none; margin-left: 0.8rem; padding-left: 0.75em; margin-top: 0.2rem; }
  .l-footer-nav1-data:hover { color: #872d7f; text-decoration: none; }
  .l-footer-nav1-data:hover { text-decoration: underline; } }

@media screen and (max-width: 736px) { .js-l-footer-nav__target { display: none; }
  .l-footer-nav1-titles { border-top: 1px solid #d5d5d5; display: flex; }
  .l-footer-nav1-titles__link { flex-grow: 1; display: block; color: inherit; text-decoration: none; padding-top: 0.95rem; padding-bottom: 0.95rem; background-color: #f2edf2; }
  .l-footer-nav1-titles__link:hover { color: #872d7f; text-decoration: none; }
  .l-footer-nav1-titles__link span { display: inline-block; position: relative; padding-left: 15.5px; padding-left: calc(0.75rem + 10px); }
  .l-footer-nav1-titles__link span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(15.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .l-footer-nav1-titles__button { display: block; padding: 0 18px; border-left: 1px solid #d5d5d5; background-color: #efe4ef; outline: 0; }
  .l-footer-nav1-titles__icon { display: block; width: 11px; position: relative; }
  .l-footer-nav1-titles__icon::before, .l-footer-nav1-titles__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .l-footer-nav1-titles__icon::before { border-top: 2px solid #9f5799; width: 16px; height: 0; top: 0; bottom: 0; left: 0; }
  .l-footer-nav1-titles__icon::after { border-left: 2px solid #9f5799; width: 0; height: 16px; top: 0; bottom: 0; left: 7px; transition-property: all; transition-duration: 0.3s; }
  .l-footer-nav1-titles__button[aria-expanded="true"] .l-footer-nav1-titles__icon::after { height: 0; }
  .l-footer-nav1-data { border-top: 1px solid #d5d5d5; display: block; color: inherit; text-decoration: none; padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: #efe4ef; }
  .l-footer-nav1-data:hover { color: #872d7f; text-decoration: none; }
  .l-footer-nav1-data span { display: inline-block; position: relative; padding-left: 15.5px; padding-left: calc(0.75rem + 10px); }
  .l-footer-nav1-data span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(15.5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

/******************************************************************
layout - information-disclosure
******************************************************************/
.l-information-disclosure .l-header-top, .l-information-disclosure .l-header__taeget, .l-information-disclosure .l-header__about, .l-information-disclosure .l-quick, .l-information-disclosure .l-nav-fixed, .l-information-disclosure .l-header-overlay, .l-information-disclosure .l-header-sp__pamphlet, .l-information-disclosure .l-sp-nav-control, .l-information-disclosure .l-sp-nav-full, .l-information-disclosure .l-breadcrumb, .l-information-disclosure .l-relation, .l-information-disclosure .l-pagetop, .l-information-disclosure .l-footer-nav, .l-information-disclosure .l-footer__address { display: none; }

/******************************************************************
component - bg-arrow
******************************************************************/
.c-bg-arrow { position: relative; padding-left: 5px; padding-left: 0.75em; }

.c-bg-arrow::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(5px, 2px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-bg-arrow.is-active::after { transform: translate(0px, 2px) rotate(-45deg); }

.c-bg-arrow--white::after { border-color: #ffffff; }

/******************************************************************
component - bg-top-arrow
******************************************************************/
a.c-bg-top-arrow { display: inline-block; }

.c-bg-top-arrow { position: relative; padding-left: 5px; padding-left: 0.75em; }

.c-bg-top-arrow::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(5px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-bg-top-arrow.is-active::after { transform: translate(0px, 0.8em) rotate(-45deg); }

.c-bg-top-arrow--white::after { border-color: #ffffff; }

/******************************************************************
component - heading
******************************************************************/
.c-heading1 { margin-top: 3.5rem; margin-bottom: 3rem !important; font-size: 2rem; font-weight: normal; color: #872d7f; }

@media screen and (max-width: 736px) { .c-heading1 { margin-top: 1.875rem; margin-bottom: 1.5rem !important; font-size: 1.5rem; } }

.c-heading1--department { margin-bottom: 2rem !important; }

.color-faculty-bungaku .c-heading1 { color: #6994b7; }

.color-faculty-life .c-heading1 { color: #cb7786; }

.color-faculty-human .c-heading1 { color: #7eaaa9; }

.color-faculty-junior .c-heading1 { color: #857da7; }

.color-bungaku .c-heading1 { color: #5ca5bb; }

.color-eibungaku .c-heading1 { color: #5bbfe1; }

.color-bibi .c-heading1 { color: #8ea0ac; }

.color-diet .c-heading1 { color: #e39e8a; }

.color-environment .c-heading1 { color: #d2a663; }

.color-seibun .c-heading1 { color: #b594bc; }

.color-gendaiseikatsu .c-heading1 { color: #f0889d; }

.color-sociology .c-heading1 { color: #91b19b; }

.color-Japanese-commu .c-heading1 { color: #a89eab; }

.color-english-commu .c-heading1 { color: #9bb2da; }

.color-department-bungaku .c-heading1 { color: #6994b7; }

.color-department-life .c-heading1 { color: #cb7786; }

.color-department-human .c-heading1 { color: #7eaaa9; }

.c-heading1 + .c-heading2, .c-card__body .c-heading2 { margin-top: 0 !important; }

.c-heading2 { font-weight: normal; font-size: 1.5rem; position: relative; padding-left: 2.5em; }

.c-heading2:not(:first-child) { margin-top: 3rem; }

@media screen and (max-width: 736px) { .c-heading2:not(:first-child) { margin-top: 2.625rem; } }

@media screen and (max-width: 736px) { .c-heading2 { font-size: 1.3rem; } }

@media screen and (max-width: 736px) { .c-heading2 { padding-left: 1.8em; } }

.c-heading2::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.65em; left: 0; width: 2em; height: 3px; background-color: #595959; }

@media screen and (max-width: 736px) { .c-heading2::before { width: 1.3em; } }

.blog-life .c-heading2::before { background-color: #b475ae; }

.color-faculty-bungaku .c-heading2::before { background-color: #8badc8; }

.color-faculty-life .c-heading2::before { background-color: #d99ca7; }

.color-faculty-human .c-heading2::before { background-color: #9dbebd; }

.color-faculty-junior .c-heading2::before { background-color: #a29bbc; }

.color-bungaku .c-heading2::before { background-color: #80b9ca; }

.color-eibungaku .c-heading2::before { background-color: #86d0e9; }

.color-bibi .c-heading2::before { background-color: #abb9c2; }

.color-diet .c-heading2::before { background-color: #edc0b3; }

.color-environment .c-heading2::before { background-color: #ddbd8b; }

.color-seibun .c-heading2::before { background-color: #cbb4d0; }

.color-gendaiseikatsu .c-heading2::before { background-color: #f6b5c2; }

.color-sociology .c-heading2::before { background-color: #afc6b6; }

.color-Japanese-commu .c-heading2::before { background-color: #c1b9c3; }

.color-english-commu .c-heading2::before { background-color: #c0cfe8; }

.color-department-bungaku .c-heading2::before { background-color: #8badc8; }

.color-department-life .c-heading2::before { background-color: #d99ca7; }

.color-department-human .c-heading2::before { background-color: #9dbebd; }

.c-heading2--link::before { background-color: #872d7f; }

.c-heading-brackets { font-weight: normal; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .c-heading-brackets { font-size: 1rem; } }

.c-heading-brackets span { display: inline-block; position: relative; padding: 0 1em; }

.c-heading-brackets span:before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 6px; height: 100%; border: 1px solid #000; border-right: 0; }

.c-heading-brackets span:after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; width: 6px; height: 100%; border: 1px solid #000; border-left: 0; }

.c-heading-exam { text-align: center; font-weight: normal; font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading-exam { font-size: 0.9rem; } }

.c-heading-exam span { display: block; color: #c355a3; font-size: 1.6rem; font-weight: bold; }

@media screen and (max-width: 736px) { .c-heading-exam span { font-size: 1.44rem; } }

.c-heading-academy__en { display: block; color: #872d7f; font-size: 0.8rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-heading-academy__en { font-size: 0.8rem; } }

.c-heading-academy__main { font-weight: normal; display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2rem; }

@media screen and (max-width: 736px) { .c-heading-academy__main { font-size: 1.8rem; } }

.c-heading-campus { font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 0.9rem; text-align: center; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-heading-campus { font-size: 0.81rem; } }

@media screen and (max-width: 736px) { .c-heading-campus { margin-bottom: 0.75rem; } }

.c-heading-campus span { color: #872d7f; }

.c-heading-1week { padding-bottom: 0.5rem; display: flex; width: 100%; font-weight: normal; border-bottom: 2px solid #872d7f; }

@media screen and (max-width: 736px) { .c-heading-1week { font-size: 1.2rem; } }

.color-faculty-bungaku .c-heading-1week { border-color: #6994b7; }

.color-faculty-life .c-heading-1week { border-color: #cb7786; }

.color-faculty-human .c-heading-1week { border-color: #7eaaa9; }

.color-faculty-junior .c-heading-1week { border-color: #857da7; }

.color-bungaku .c-heading-1week { border-color: #5ca5bb; }

.color-eibungaku .c-heading-1week { border-color: #5bbfe1; }

.color-bibi .c-heading-1week { border-color: #8ea0ac; }

.color-diet .c-heading-1week { border-color: #e39e8a; }

.color-environment .c-heading-1week { border-color: #d2a663; }

.color-seibun .c-heading-1week { border-color: #b594bc; }

.color-gendaiseikatsu .c-heading-1week { border-color: #f0889d; }

.color-sociology .c-heading-1week { border-color: #91b19b; }

.color-Japanese-commu .c-heading-1week { border-color: #a89eab; }

.color-english-commu .c-heading-1week { border-color: #9bb2da; }

.color-department-bungaku .c-heading-1week { border-color: #6994b7; }

.color-department-life .c-heading-1week { border-color: #cb7786; }

.color-department-human .c-heading-1week { border-color: #7eaaa9; }

.c-heading-1week__number { margin-right: 0.4em; color: #872d7f; }

.color-faculty-bungaku .c-heading-1week__number { color: #6994b7; }

.color-faculty-life .c-heading-1week__number { color: #cb7786; }

.color-faculty-human .c-heading-1week__number { color: #7eaaa9; }

.color-faculty-junior .c-heading-1week__number { color: #857da7; }

.color-bungaku .c-heading-1week__number { color: #5ca5bb; }

.color-eibungaku .c-heading-1week__number { color: #5bbfe1; }

.color-bibi .c-heading-1week__number { color: #8ea0ac; }

.color-diet .c-heading-1week__number { color: #e39e8a; }

.color-environment .c-heading-1week__number { color: #d2a663; }

.color-seibun .c-heading-1week__number { color: #b594bc; }

.color-gendaiseikatsu .c-heading-1week__number { color: #f0889d; }

.color-sociology .c-heading-1week__number { color: #91b19b; }

.color-Japanese-commu .c-heading-1week__number { color: #a89eab; }

.color-english-commu .c-heading-1week__number { color: #9bb2da; }

.color-department-bungaku .c-heading-1week__number { color: #6994b7; }

.color-department-life .c-heading-1week__number { color: #cb7786; }

.color-department-human .c-heading-1week__number { color: #7eaaa9; }

.c-heading3 { font-weight: normal; color: #872d7f; font-size: 1.3rem; }

@media screen and (max-width: 736px) { .c-heading3 { font-size: 1.1rem; } }

.c-heading3--link { position: relative; padding-left: 8px; padding-left: 15px; }

.c-heading3--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading3--link::after { top: -3px; }

.c-heading4 { font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading4 { font-size: 1rem; } }

.c-heading4--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading4--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading5 { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading5 { font-size: 0.8rem; } }

.c-heading5--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading5--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading6 { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading6 { font-size: 0.8rem; } }

.c-heading6--link { position: relative; padding-left: 8px; padding-left: 13px; }

.c-heading6--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading-catch { font-weight: normal; font-size: 1.7rem; }

.c-heading-catch strong { font-weight: normal; }

@media screen and (max-width: 736px) { .c-heading-catch { font-size: 1.4rem; } }

.c-heading-catch--link { position: relative; padding-left: 10px; padding-left: 16px; }

.c-heading-catch--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(10px, 5.5px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 13px; height: 13px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading-catch-s { font-weight: normal; font-size: 1.3rem; }

.c-heading-catch-s strong { font-weight: normal; }

@media screen and (max-width: 736px) { .c-heading-catch-s { font-size: 1.1rem; } }

.c-heading-catch-s--link { position: relative; padding-left: 8px; padding-left: 15px; }

.c-heading-catch-s--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-heading-catch-s--link::after { top: -3px; }

/******************************************************************
component - heading-news
******************************************************************/
.c-heading1news { font-size: 2rem; }

@media screen and (max-width: 736px) { .c-heading1news { font-size: 1.5rem; } }

.c-heading2news { font-size: 2rem; }

.c-heading2news:not(:first-child) { margin-top: 2rem; }

@media screen and (max-width: 736px) { .c-heading2news:not(:first-child) { margin-top: 1.5rem; } }

@media screen and (max-width: 736px) { .c-heading2news { font-size: 1.5rem; } }

.c-heading3news { font-size: 1.75rem; }

@media screen and (max-width: 736px) { .c-heading3news { font-size: 1.25rem; } }

.c-heading4news { font-size: 1.5rem; }

@media screen and (max-width: 736px) { .c-heading4news { font-size: 1rem; } }

.c-heading5news { font-size: 1rem; }

@media screen and (max-width: 736px) { .c-heading5news { font-size: 0.9rem; } }

.c-heading6news { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .c-heading6news { font-size: 0.8rem; } }

/******************************************************************
component - button
******************************************************************/
.c-button { color: inherit; text-decoration: none; display: inline-block; text-align: center; cursor: pointer; vertical-align: middle; box-sizing: border-box; border: 1px solid transparent; line-height: 1.5; padding: 0.5em 1.5em; }

.c-button:hover { color: #872d7f; text-decoration: none; }

.c-button--radius { border-radius: 6px; }

.c-button--circle { border-radius: 3em; }

.c-button--full { display: block; width: 100%; padding: 0.5em 1em; }

.c-button--bg-form { background-color: #9f5799; color: #ffffff !important; transition-property: background; transition-duration: 0.3s; }

.c-button--bg-form:hover { background-color: #7e4579; }

.c-button--bglight-form { background-color: #f5f3f5; color: #872d7f; transition-property: background, color; transition-duration: 0.3s; }

.c-button--bglight-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--bglight-border-form { background-color: #f5f3f5; border: 1px solid #7e4579; color: #872d7f; transition-property: background, color; transition-duration: 0.3s; }

.c-button--bglight-border-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--bglight-borderlight-form { background-color: #f5f3f5; border: 1px solid #c696c2; color: #872d7f; transition-property: background, color; transition-duration: 0.3s; }

.c-button--bglight-borderlight-form:hover { background-color: #9f5799; color: #ffffff; }

.c-button--border-form { border: 1px solid #7e4579; color: #872d7f !important; transition-property: background, color; transition-duration: 0.3s; }

.c-button--border-form:hover { background-color: #f5f3f5; }

.c-button--borderlight-form { border: 1px solid #c696c2; color: #872d7f !important; transition-property: background, color; transition-duration: 0.3s; }

.c-button--borderlight-form:hover { background-color: #f5f3f5; }

.c-button:disabled { opacity: 0.6; cursor: not-allowed; }

/******************************************************************
component - badge
******************************************************************/
.c-badge { display: inline-block; text-align: center; vertical-align: 1px; box-sizing: border-box; line-height: 1; font-size: 0.85em; border: 1px solid transparent; padding: 0.45em 0.5em 0.35em; }

@media all and (-ms-high-contrast: none) { .c-badge { padding-top: 0.65em; } }

.c-badge--full { display: block; width: 100%; }

.c-badge--new { margin: 0 0 0 8px; padding: 2px 4px; background-color: #cc475d; border-radius: 2px; color: #ffffff; font-size: 11px; font-weight: bold; }

.c-badge--required { border-radius: 3px; background-color: #dc3545; color: #ffffff; margin-right: 0.5em; padding: 0.35em 0.3em 0.25em; }

@media all and (-ms-high-contrast: none) { .c-badge--required { padding-top: 0.55em; } }

.c-badge--admission { min-width: 4.5em; }

.c-badge--admission:last-child { margin-left: 1px; }

.c-badge--people-taeget1 { color: #ffffff; border-radius: 60px; background-color: #5c97ad; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-alumni { border-radius: 60px; border-color: #595959; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-currentstudents { color: #872d7f; border-radius: 60px; border-color: #872d7f; padding-left: 0.8em; padding-right: 0.8em; }

.c-badge--people-list2-faculty-bungaku { background-color: #6994b7; color: #ffffff; }

.c-badge--people-list2-faculty-life { background-color: #cb7786; color: #ffffff; }

.c-badge--people-list2-faculty-human { background-color: #7eaaa9; color: #ffffff; }

.c-badge--people-list2-faculty-junior { background-color: #857da7; color: #ffffff; }

.c-badge--people-list2-bungaku { background-color: #5ca5bb; color: #ffffff; }

.c-badge--people-list2-eibungaku { background-color: #5bbfe1; color: #ffffff; }

.c-badge--people-list2-bibi { background-color: #8ea0ac; color: #ffffff; }

.c-badge--people-list2-diet { background-color: #e39e8a; color: #ffffff; }

.c-badge--people-list2-environment { background-color: #d2a663; color: #ffffff; }

.c-badge--people-list2-seibun { background-color: #b594bc; color: #ffffff; }

.c-badge--people-list2-gendaiseikatsu { background-color: #f0889d; color: #ffffff; }

.c-badge--people-list2-sociology { background-color: #91b19b; color: #ffffff; }

.c-badge--people-list2-Japanese-commu { background-color: #a89eab; color: #ffffff; }

.c-badge--people-list2-english-commu { background-color: #9bb2da; color: #ffffff; }

.c-badge--people-list2-department-bungaku { background-color: #6994b7; color: #ffffff; }

.c-badge--people-list2-department-life { background-color: #cb7786; color: #ffffff; }

.c-badge--people-list2-department-human { background-color: #7eaaa9; color: #ffffff; }

.c-badge--bg-news-all { background-color: #dcdddd; color: inherit; }

.c-badge--bg-news-activity { background-color: #f3cccc; color: inherit; }

.c-badge--bg-news-event { background-color: #dbd0e6; color: inherit; }

.c-badge--bg-news-info { background-color: #d6e9ca; color: inherit; }

.c-badge--bg-news-exam { background-color: #f8e58c; color: inherit; }

.c-badge--bg-graduate { background-color: #1740a8; color: #ffffff; }

.c-badge--bg-university { background-color: #bd9c00; color: #ffffff; }

.c-badge--bg-college { background-color: #74ad18; color: #ffffff; }

.c-badge--bg-common { background-color: #af4695; color: #ffffff; }

.c-badge--bg-hino { background-color: #25adb6; color: #ffffff; }

.c-badge--bg-shibuya { background-color: #ff770a; color: #ffffff; }

.c-badge--bg-news-career { background-color: #c5d9f1; color: inherit; }

.c-badge--bg-news-life { background-color: #e6d3bd; color: inherit; }

.c-badge--border-faculty-bungaku { border: 1px solid #6994b7; color: #6994b7; }

.c-badge--border-faculty-life { border: 1px solid #cb7786; color: #cb7786; }

.c-badge--border-faculty-human { border: 1px solid #7eaaa9; color: #7eaaa9; }

.c-badge--border-faculty-junior { border: 1px solid #857da7; color: #857da7; }

.c-badge--border-bungaku { border: 1px solid #5ca5bb; color: #5ca5bb; }

.c-badge--border-eibungaku { border: 1px solid #5bbfe1; color: #5bbfe1; }

.c-badge--border-bibi { border: 1px solid #8ea0ac; color: #8ea0ac; }

.c-badge--border-diet { border: 1px solid #e39e8a; color: #e39e8a; }

.c-badge--border-environment { border: 1px solid #d2a663; color: #d2a663; }

.c-badge--border-seibun { border: 1px solid #b594bc; color: #b594bc; }

.c-badge--border-gendaiseikatsu { border: 1px solid #f0889d; color: #f0889d; }

.c-badge--border-sociology { border: 1px solid #91b19b; color: #91b19b; }

.c-badge--border-Japanese-commu { border: 1px solid #a89eab; color: #a89eab; }

.c-badge--border-english-commu { border: 1px solid #9bb2da; color: #9bb2da; }

.c-badge--border-department-bungaku { border: 1px solid #6994b7; color: #6994b7; }

.c-badge--border-department-life { border: 1px solid #cb7786; color: #cb7786; }

.c-badge--border-department-human { border: 1px solid #7eaaa9; color: #7eaaa9; }

/******************************************************************
component - list-disc
******************************************************************/
.c-list-disc__item { margin-left: 1.5em; list-style: disc; }

/******************************************************************
component - wysiwyg - list-disc
******************************************************************/
.wysiwyg ul li { margin-left: 1.5em; list-style: disc; }

/******************************************************************
component - list-disc-glid
******************************************************************/
.c-list-disc-glid { display: flex; flex-wrap: wrap; margin-right: -1rem; }

.c-list-disc-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; }

.c-list-disc-glid__maker { display: list-item; list-style-type: disc; margin-left: 1.5em; }

@media screen and (max-width: 736px) { .c-list-disc-glid { flex-direction: column; margin-right: 0; }
  .c-list-disc-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-disc-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-order
******************************************************************/
.c-list-order__item { margin-left: 1.5em; list-style: decimal; }

/******************************************************************
component - wysiwyg - list-order
******************************************************************/
.wysiwyg ol li { margin-left: 1.5em; list-style: decimal; }

/******************************************************************
component - list-order-glid
******************************************************************/
.c-list-order-glid { display: flex; flex-wrap: wrap; margin-right: -1rem; }

.c-list-order-glid__item2 { width: calc( 50% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item3 { width: calc( 33.33333% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item4 { width: calc( 25% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

.c-list-order-glid__item5 { width: calc( 20% - 1rem - 1.5em); margin-right: 1rem; display: list-item; list-style-type: decimal; margin-left: 1.5em; }

@media screen and (max-width: 736px) { .c-list-order-glid { flex-direction: column; margin-right: 0; }
  .c-list-order-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-order-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-notes
******************************************************************/
.c-list-notes { display: table; }

.c-list-notes__row { display: table-row; }

.c-list-notes__head { display: table-cell; white-space: nowrap; padding-right: 0.5em; }

.c-list-notes__body { display: table-cell; }

@media screen and (max-width: 736px) { .c-list-notes.sp-vertial { display: block; }
  .c-list-notes.sp-vertial > .c-list-notes__row { display: block; }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__head { display: block; white-space: normal; padding-right: 0; }
  .c-list-notes.sp-vertial > .c-list-notes__row > .c-list-notes__body { display: block; } }

/******************************************************************
component - list-arrow
******************************************************************/
.c-list-arrow__item { position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow__item-s { position: relative; padding-left: 11px; padding-left: 1.5em; }

.c-list-arrow__item-s::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(11px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

/******************************************************************
component - list-arrow-glid
******************************************************************/
.c-list-arrow-glid { display: flex; flex-wrap: wrap; margin-right: -1rem; }

.c-list-arrow-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item2::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item3::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item4::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-glid__item5::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-list-arrow-glid { flex-direction: column; margin-right: 0; }
  .c-list-arrow-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-arrow-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-arrow-bottom-glid
******************************************************************/
.c-list-arrow-bottom-glid { display: flex; flex-wrap: wrap; margin-right: -1rem; }

.c-list-arrow-bottom-glid__item2 { width: calc( 50% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item2::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; transform: translate(6px, -1.5px) rotate(-45deg); transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item3 { width: calc( 33.33333% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item3::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; transform: translate(6px, -1.5px) rotate(-45deg); transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item4 { width: calc( 25% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item4::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; transform: translate(6px, -1.5px) rotate(-45deg); transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-list-arrow-bottom-glid__item5 { width: calc( 20% - 1rem); margin-right: 1rem; box-sizing: border-box; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-bottom-glid__item5::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; transform: translate(6px, -1.5px) rotate(-45deg); transform-origin: top left; border-bottom: 1px solid #9f5799; border-left: 1px solid #9f5799; width: 6px; height: 6px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .c-list-arrow-bottom-glid { flex-direction: column; margin-right: 0; }
  .c-list-arrow-bottom-glid__item2 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item3 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item4 { width: 100%; margin-right: 0; }
  .c-list-arrow-bottom-glid__item5 { width: 100%; margin-right: 0; } }

/******************************************************************
component - list-arrow-inline
******************************************************************/
.c-list-arrow-inline > *:not(:last-child) { margin-right: 1rem; }

@media screen and (max-width: 736px) { .c-list-arrow-inline > *:not(:last-child) { margin-right: 0.75rem; } }

.c-list-arrow-inline__item { display: inline-block; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-list-arrow-inline__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

/******************************************************************
component - list-arrow-bottom-inline
******************************************************************/
.c-list-arrow-bottom-inline > *:not(:last-child) { margin-right: 1rem; }

@media screen and (max-width: 736px) { .c-list-arrow-bottom-inline > *:not(:last-child) { margin-right: 0.75rem; } }

.c-list-arrow-bottom-inline__item { display: inline-block; position: relative; padding-left: 20px; padding-left: 1.8em; }

.c-list-arrow-bottom-inline__item::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0.8em; left: 0; transform: translate(6px, -2.5px) rotate(-45deg); transform-origin: top left; border-bottom: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

/******************************************************************
component - define-disc
******************************************************************/
.c-define-disc__head { display: list-item; list-style-type: disc; margin-left: 1.5em; font-weight: bold; }

.c-define-disc__body { margin-left: 1.5em; }

/******************************************************************
component - define-arrow
******************************************************************/
.c-define-arrow__head { font-weight: bold; position: relative; padding-left: 14px; padding-left: 1.5em; }

.c-define-arrow__head::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(14px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-define-arrow__body { margin-left: 1.5em; }

.c-define-arrow--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-define-arrow--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-define-arrow--border > .c-define-arrow__head:not(:first-child) { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-define-arrow--border > .c-define-arrow__head:not(:first-child)::after { top: 1rem; }

.c-define-arrow--border > .c-define-arrow__body:not(:last-child) { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-define-arrow--border > .c-define-arrow__head:not(:first-child) { padding-top: 0.75rem; }
  .c-define-arrow--border > .c-define-arrow__head:not(:first-child)::after { top: 0.75rem; }
  .c-define-arrow--border > .c-define-arrow__body:not(:last-child) { padding-bottom: 0.75rem; } }

/******************************************************************
component - image
******************************************************************/
.c-image > a { display: inline-block; }

.c-image--center { text-align: center; }

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

.blog-life .p-department-blog .c-image img { border: 10px solid #c290be; }

.p-department-blog .c-image img { box-sizing: border-box; }

.blog-bungaku .p-department-blog .c-image img { border: 10px solid #8bbfcf; }

.blog-eibungaku .p-department-blog .c-image img { border: 10px solid #7ecce8; }

.blog-bibi .p-department-blog .c-image img { border: 10px solid #a5b4bd; }

.blog-diet .p-department-blog .c-image img { border: 10px solid #ebb9ab; }

.blog-environment .p-department-blog .c-image img { border: 10px solid #dbb883; }

.blog-seibun .p-department-blog .c-image img { border: 10px solid #c7adcc; }

.blog-gendaiseikatsu .p-department-blog .c-image img { border: 10px solid #f5acbb; }

.blog-sociology .p-department-blog .c-image img { border: 10px solid #a9c2b1; }

.blog-Japanese-commu .p-department-blog .c-image img { border: 10px solid #bcb4be; }

.blog-english-commu .p-department-blog .c-image img { border: 10px solid #b9c9e5; }

.c-image__title { display: block; text-align: left; line-height: 1.5; font-weight: bold; font-size: 1.2rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-image__title { font-size: 1.08rem; } }

.c-image--center .c-image__title { margin-right: auto; margin-left: auto; }

.c-image--right .c-image__title { margin-left: auto; }

.c-image__caption { display: block; text-align: left; line-height: 1.5; }

.c-image--center .c-image__caption { margin-right: auto; margin-left: auto; }

.c-image--right .c-image__caption { margin-left: auto; }

.c-image img:not(:first-child) { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-image img:not(:first-child) { margin-top: 0.375rem; } }

.c-image img:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-image img:not(:last-child) { margin-bottom: 0.375rem; } }

/******************************************************************
component - image-row
******************************************************************/
.c-image-row { display: flex; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; margin-bottom: -1rem; }

.c-image-row--center { justify-content: center; }

.c-image-row--right { justify-content: flex-end; }

.c-image-row__item { margin-right: 0.5rem; margin-left: 0.5rem; margin-bottom: 1rem; box-sizing: border-box; }

@media screen and (max-width: 736px) { .c-image-row:not(.sp-keep):not(.sp-grid) { flex-direction: column; margin-right: 0; margin-left: 0; margin-bottom: -0.75rem; }
  .c-image-row:not(.sp-keep):not(.sp-grid) > .c-image-row__item { width: 100%; margin-right: 0; margin-left: 0; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid { flex-wrap: wrap; margin-right: -0.375rem; margin-left: -0.375rem; margin-bottom: -0.75rem; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item2 { width: calc( 50% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item3 { width: calc( 33.33333% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item4 { width: calc( 25% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item5 { width: calc( 20% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; }
  .c-image-row.sp-grid > .c-image-row__item.sp-item6 { width: calc( 16.66667% - 0.75rem); margin-right: 0.375rem; margin-left: 0.375rem; margin-bottom: 0.75rem; text-align: center; } }

/******************************************************************
component - text-row
******************************************************************/
.c-text-row { display: flex; }

.c-text-row--bg-gray { background-color: #f3f3f2; }

.c-text-row--bg-gray > .c-text-row__body-right { padding: 1.5rem 1.5rem 1.5rem 0.5rem; }

@media screen and (max-width: 736px) { .c-text-row--bg-gray > .c-text-row__body-right { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-row--bg-gray > .c-text-row__body-left { padding: 1.5rem 0.5rem 1.5rem 1.5rem; }

@media screen and (max-width: 736px) { .c-text-row--bg-gray > .c-text-row__body-left { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-row--inline { display: inline-flex; }

.c-text-row--center { align-items: center; }

.c-text-row--end { align-items: flex-end; }

.c-text-row > .c-text-row__head-left { box-sizing: border-box; flex-shrink: 0; order: 1; margin-right: 1rem; }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border { position: relative; display: inline-block; margin-bottom: 15px; }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); transform: translate(15px, 15px); }

.c-text-row > .c-text-row__head-left .c-text-row__bg-border img { position: relative; z-index: +1; }

.c-text-row > .c-text-row__head-right { box-sizing: border-box; flex-shrink: 0; order: 2; margin-left: 1rem; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border { margin-top: 15px; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner { position: relative; display: inline-block; }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); transform: translate(-15px, -15px); }

.c-text-row > .c-text-row__head-right .c-text-row__bg-border-inner img { position: relative; z-index: +1; }

.c-text-row > .c-text-row__body-right { box-sizing: border-box; flex-grow: 1; order: 2; }

.c-text-row > .c-text-row__body-left { box-sizing: border-box; flex-grow: 1; order: 1; }

@media print, screen and (max-width: 800px) { .c-text-row > .c-text-row__head-left { max-width: 50%; }
  .c-text-row > .c-text-row__head-right { max-width: 50%; } }

@media screen and (max-width: 736px) { .c-text-row--center:not(.sp-keep) { align-items: flex-start; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__head-left { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__head-right { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__body-right { width: 100%; }
  .c-text-row--center:not(.sp-keep) > .c-text-row__body-left { width: 100%; }
  .c-text-row:not(.sp-keep) { flex-direction: column; }
  .c-text-row:not(.sp-keep) > .c-text-row__head-left { margin-right: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__head-left { order: 2; margin-bottom: 0; margin-top: 0.75rem; }
  .c-text-row:not(.sp-keep) > .c-text-row__head-right { margin-left: 0; margin-bottom: 0.75rem; order: 1; text-align: center; max-width: none; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__head-right { order: 2; margin-bottom: 0; margin-top: 0.75rem; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__body-right { order: 1; }
  .c-text-row:not(.sp-keep) > .c-text-row__body-left { order: 2; }
  .c-text-row:not(.sp-keep).sp-bottom > .c-text-row__body-left { order: 1; }
  .c-text-row.sp-keep > .c-text-row__head-left { margin-right: 0.75rem; max-width: 40%; }
  .c-text-row.sp-keep > .c-text-row__head-right { margin-left: 0.75rem; max-width: 40%; } }

.c-text-row--2x > .c-text-row__head-left { margin-right: 2rem; }

.c-text-row--2x > .c-text-row__head-right { margin-left: 2rem; }

@media screen and (max-width: 736px) { .c-text-row--2x:not(.sp-keep) > .c-text-row__head-left, .c-text-row--2x:not(.sp-keep) > .c-text-row__head-right { margin-bottom: 1.5rem; }
  .c-text-row--2x:not(.sp-keep).sp-bottom > .c-text-row__head-left, .c-text-row--2x:not(.sp-keep).sp-bottom > .c-text-row__head-right { margin-top: 1.5rem; }
  .c-text-row--2x.sp-keep > .c-text-row__head-left { margin-right: 1.5rem; }
  .c-text-row--2x.sp-keep > .c-text-row__head-right { margin-left: 1.5rem; } }

/******************************************************************
component - text-around
******************************************************************/
.c-text-around::after { content: ""; display: block; clear: both; }

.c-text-around--bg-gray { background-color: #f3f3f2; }

.c-text-around--bg-gray > .c-text-around__body--right { padding: 1.5rem; }

@media screen and (max-width: 736px) { .c-text-around--bg-gray > .c-text-around__body--right { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-around--bg-gray > .c-text-around__body--left { padding: 1.5rem; }

@media screen and (max-width: 736px) { .c-text-around--bg-gray > .c-text-around__body--left { padding: 0 1.125rem 1.125rem 1.125rem; } }

.c-text-around > .c-text-around__image--left { display: block; float: left; margin-right: 1rem; margin-bottom: 1rem; }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border { position: relative; display: inline-block; margin-bottom: 15px; }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); transform: translate(15px, 15px); }

.c-text-around > .c-text-around__image--left .c-text-around__bg-border img { position: relative; z-index: +1; }

.c-text-around > .c-text-around__image--right { display: block; float: right; margin-left: 1rem; margin-bottom: 1rem; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border { margin-top: 15px; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner { position: relative; display: inline-block; }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border.png); transform: translate(-15px, -15px); }

.c-text-around > .c-text-around__image--right .c-text-around__bg-border-inner img { position: relative; z-index: +1; }

@media screen and (max-width: 736px) { .c-text-around:not(.sp-keep) > .c-text-around__image--left { float: none; margin-right: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-around:not(.sp-keep) > .c-text-around__image--right { float: none; margin-left: 0; margin-bottom: 0.75rem; text-align: center; max-width: none; }
  .c-text-around.sp-keep > .c-text-around__image--left { margin-right: 0.75rem; max-width: 40%; }
  .c-text-around.sp-keep > .c-text-around__image--right { margin-left: 0.75rem; max-width: 40%; } }

.c-text-around--2x > .c-text-around__image--left { margin-right: 2rem; margin-bottom: 2rem; }

.c-text-around--2x > .c-text-around__image--right { margin-left: 2rem; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-text-around--2x:not(.sp-keep) > .c-text-around__image--left, .c-text-around--2x:not(.sp-keep) > .c-text-around__image--right { margin-bottom: 1.5rem; }
  .c-text-around--2x.sp-keep > .c-text-around__image--left { margin-right: 1.5rem; }
  .c-text-around--2x.sp-keep > .c-text-around__image--right { margin-left: 1.5rem; } }

/******************************************************************
component - table
******************************************************************/
.c-table { width: 100%; }

.c-table__caption { font-weight: bold; font-size: 1.2rem; line-height: 1.6; text-align: left; }

@media screen and (max-width: 736px) { .c-table__caption { font-size: 1.08rem; } }

.p-department-blog .c-table__data { background: #ffffff; }

.c-table--type1 .c-table__data--bg { background-color: #f6f6f6; }

.c-table--type2 .c-table__data { border-color: #be99bb; }

.c-table--type2 .c-table__data--bg { background-color: #f7f1f7; }

.c-table__data { box-sizing: border-box; border: 1px solid #d5d5d5; text-align: left; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .c-table__data { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .c-table__data { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

.c-table__calendartitle { background-color: #f2f0f2; text-align: center; }

.c-table .holiday span.date { color: #b05050 !important; }

.c-table .weekend span.date { color: #316c99 !important; }

.c-table__calendartd { vertical-align: top; height: 5em; }

.c-table__s-calendartitle { background-color: #f2f0f2; text-align: center; }

@media screen and (max-width: 736px) { .c-table__s-calendartitle { padding-right: 0rem; padding-left: 0rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-table__s-calendartitle { padding-right: 0rem; padding-left: 0rem; } }

.c-table__s-calendartd { text-align: center; padding-right: 0.5rem; padding-left: 0.5rem; }

@media screen and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0.375rem; padding-left: 0.375rem; } }

@media screen and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0rem; padding-left: 0rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-table__s-calendartd { padding-right: 0rem; padding-left: 0rem; } }

/******************************************************************
component - wysiwyg - table
******************************************************************/
.wysiwyg table { width: 100%; }

.wysiwyg table th, .wysiwyg table td { box-sizing: border-box; border: 1px solid #d5d5d5; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .wysiwyg table th, .wysiwyg table td { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .wysiwyg table th, .wysiwyg table td { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

.wysiwyg table th { background-color: #9f5799; color: #ffffff; text-align: left; }

.wysiwyg table .bg { background-color: #f5f3f5; }

.wysiwyg table th.bg { color: inherit; font-weight: normal; }

/******************************************************************
component - table-borderrow
******************************************************************/
.c-table-borderrow { width: 100%; border-bottom: 1px solid #d5d5d5; }

.c-table-borderrow--stripe *:not(thead) tr:nth-child(odd) { background-color: #fafafa; }

.c-table-borderrow--stripe-even *:not(thead) tr:nth-child(even) { background-color: #fafafa; }

.c-table-borderrow__caption { font-weight: bold; font-size: 1.2rem; line-height: 1.6; text-align: left; }

@media screen and (max-width: 736px) { .c-table-borderrow__caption { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .c-table-borderrow.sp-column { display: block; width: 100%; }
  .c-table-borderrow.sp-column tbody, .c-table-borderrow.sp-column__data { display: block; width: 100%; } }

.c-table-borderrow__data { box-sizing: border-box; border-top: 1px solid #d5d5d5; text-align: left; padding-right: 1rem; padding-left: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }

@media screen and (max-width: 736px) { .c-table-borderrow__data { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media screen and (max-width: 736px) { .c-table-borderrow__data { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

/******************************************************************
component - table-scroll
******************************************************************/
.c-table-scroll { overflow-x: auto; }

.c-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }

.c-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }

.c-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; }

@media screen and (max-width: 736px) { .c-sp-table-scroll { overflow-x: auto; }
  .c-sp-table-scroll::-webkit-scrollbar { width: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar:horizontal { height: 5px; background: #F1F1F1; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb { background: #BCBCBC; border-radius: 2px; }
  .c-sp-table-scroll::-webkit-scrollbar-thumb:horizontal { background: #BCBCBC; border-radius: 2px; } }

/******************************************************************
component - news-row
******************************************************************/
.c-news-row { display: table; width: 100%; }

.c-news-row--side .c-news-row__time { padding-left: 1rem; }

.c-news-row--side .c-news-row__body { padding-right: 1rem; }

.c-news-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time, .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-news-row__item { display: table-row; }

.c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-row__item:not(:last-child) .c-news-row__body { padding-bottom: 0.75rem; } }

.c-news-row__time { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; color: #872d7f; }

.color-faculty-bungaku .c-news-row__time { color: #6994b7; }

.color-faculty-life .c-news-row__time { color: #cb7786; }

.color-faculty-human .c-news-row__time { color: #7eaaa9; }

.color-faculty-junior .c-news-row__time { color: #857da7; }

.color-bungaku .c-news-row__time { color: #5ca5bb; }

.color-eibungaku .c-news-row__time { color: #5bbfe1; }

.color-bibi .c-news-row__time { color: #8ea0ac; }

.color-diet .c-news-row__time { color: #e39e8a; }

.color-environment .c-news-row__time { color: #d2a663; }

.color-seibun .c-news-row__time { color: #b594bc; }

.color-gendaiseikatsu .c-news-row__time { color: #f0889d; }

.color-sociology .c-news-row__time { color: #91b19b; }

.color-Japanese-commu .c-news-row__time { color: #a89eab; }

.color-english-commu .c-news-row__time { color: #9bb2da; }

.color-department-bungaku .c-news-row__time { color: #6994b7; }

.color-department-life .c-news-row__time { color: #cb7786; }

.color-department-human .c-news-row__time { color: #7eaaa9; }

.c-news-row__body { display: table-cell; vertical-align: top; padding-left: 0.6rem; }

.c-news-row__body a { color: inherit; text-decoration: none; }

.c-news-row__body a:hover { color: #872d7f; text-decoration: none; }

@media screen and (max-width: 736px) { .c-news-row { display: block; }
  .c-news-row--side .c-news-row__time { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row--side .c-news-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__time { padding-top: 0.75rem; }
  .c-news-row--border .c-news-row__item:not(:first-child) .c-news-row__body { border-top: 0; padding-top: 0; }
  .c-news-row__item { display: block; }
  .c-news-row__time { display: block; width: auto; color: #872d7f; }
  .color-faculty-bungaku .c-news-row__time { color: #6994b7; }
  .color-faculty-life .c-news-row__time { color: #cb7786; }
  .color-faculty-human .c-news-row__time { color: #7eaaa9; }
  .color-faculty-junior .c-news-row__time { color: #857da7; }
  .color-bungaku .c-news-row__time { color: #5ca5bb; }
  .color-eibungaku .c-news-row__time { color: #5bbfe1; }
  .color-bibi .c-news-row__time { color: #8ea0ac; }
  .color-diet .c-news-row__time { color: #e39e8a; }
  .color-environment .c-news-row__time { color: #d2a663; }
  .color-seibun .c-news-row__time { color: #b594bc; }
  .color-gendaiseikatsu .c-news-row__time { color: #f0889d; }
  .color-sociology .c-news-row__time { color: #91b19b; }
  .color-Japanese-commu .c-news-row__time { color: #a89eab; }
  .color-english-commu .c-news-row__time { color: #9bb2da; }
  .color-department-bungaku .c-news-row__time { color: #6994b7; }
  .color-department-life .c-news-row__time { color: #cb7786; }
  .color-department-human .c-news-row__time { color: #7eaaa9; }
  .c-news-row__body { display: block; padding-left: 0; }
  .c-news-row__body a { color: inherit; text-decoration: none; }
  .c-news-row__body a:hover { color: #872d7f; text-decoration: none; } }

/******************************************************************
component - news-icon-row
******************************************************************/
.c-news-icon-row { display: table; width: 100%; }

.c-news-icon-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-icon-row--bordersand { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

.c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__time, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__icon, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-news-icon-row__item { display: table-row; vertical-align: top; }

.c-news-icon-row__item:not(:last-child) .c-news-icon-row__body { padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-news-icon-row__item:not(:last-child) .c-news-icon-row__body { padding-bottom: 0.75rem; } }

.c-news-icon-row__time { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; padding-right: 0.6rem; color: #872d7f; }

@media screen and (max-width: 736px) { .c-news-icon-row__time { padding-right: 0.45rem; } }

.color-faculty-bungaku .c-news-icon-row__time { color: #6994b7; }

.color-faculty-life .c-news-icon-row__time { color: #cb7786; }

.color-faculty-human .c-news-icon-row__time { color: #7eaaa9; }

.color-faculty-junior .c-news-icon-row__time { color: #857da7; }

.color-bungaku .c-news-icon-row__time { color: #5ca5bb; }

.color-eibungaku .c-news-icon-row__time { color: #5bbfe1; }

.color-bibi .c-news-icon-row__time { color: #8ea0ac; }

.color-diet .c-news-icon-row__time { color: #e39e8a; }

.color-environment .c-news-icon-row__time { color: #d2a663; }

.color-seibun .c-news-icon-row__time { color: #b594bc; }

.color-gendaiseikatsu .c-news-icon-row__time { color: #f0889d; }

.color-sociology .c-news-icon-row__time { color: #91b19b; }

.color-Japanese-commu .c-news-icon-row__time { color: #a89eab; }

.color-english-commu .c-news-icon-row__time { color: #9bb2da; }

.color-department-bungaku .c-news-icon-row__time { color: #6994b7; }

.color-department-life .c-news-icon-row__time { color: #cb7786; }

.color-department-human .c-news-icon-row__time { color: #7eaaa9; }

.c-news-icon-row__icon { display: table-cell; vertical-align: top; white-space: nowrap; width: 1%; }

.c-news-icon-row__icon > * { display: block; }

.c-news-icon-row__icon--long .c-badge { min-width: 9em; display: inline-block; }

.c-news-icon-row__body { display: table-cell; vertical-align: top; padding-left: 0.6rem; }

.c-news-icon-row__body a { color: inherit; text-decoration: none; }

.c-news-icon-row__body a:hover { color: #872d7f; text-decoration: none; }

@media screen and (max-width: 736px) { .c-news-icon-row { display: block; }
  .c-news-icon-row--side .c-news-icon-row__time { padding-left: 0.75rem; }
  .c-news-icon-row--side .c-news-icon-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__time, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__icon, .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { padding-top: 0.75rem; }
  .c-news-icon-row--border .c-news-icon-row__item:not(:first-child) .c-news-icon-row__body { border-top: 0; padding-top: 0; }
  .c-news-icon-row__item { display: block; }
  .c-news-icon-row__time { display: block; width: auto; float: left; color: #872d7f; }
  .color-faculty-bungaku .c-news-icon-row__time { color: #6994b7; }
  .color-faculty-life .c-news-icon-row__time { color: #cb7786; }
  .color-faculty-human .c-news-icon-row__time { color: #7eaaa9; }
  .color-faculty-junior .c-news-icon-row__time { color: #857da7; }
  .color-bungaku .c-news-icon-row__time { color: #5ca5bb; }
  .color-eibungaku .c-news-icon-row__time { color: #5bbfe1; }
  .color-bibi .c-news-icon-row__time { color: #8ea0ac; }
  .color-diet .c-news-icon-row__time { color: #e39e8a; }
  .color-environment .c-news-icon-row__time { color: #d2a663; }
  .color-seibun .c-news-icon-row__time { color: #b594bc; }
  .color-gendaiseikatsu .c-news-icon-row__time { color: #f0889d; }
  .color-sociology .c-news-icon-row__time { color: #91b19b; }
  .color-Japanese-commu .c-news-icon-row__time { color: #a89eab; }
  .color-english-commu .c-news-icon-row__time { color: #9bb2da; }
  .color-department-bungaku .c-news-icon-row__time { color: #6994b7; }
  .color-department-life .c-news-icon-row__time { color: #cb7786; }
  .color-department-human .c-news-icon-row__time { color: #7eaaa9; }
  .c-news-icon-row__icon { display: block; width: auto; }
  .c-news-icon-row__icon > * { width: auto; }
  .c-news-icon-row__body { display: block; padding-left: 0; }
  .c-news-icon-row__body a { color: inherit; text-decoration: none; }
  .c-news-icon-row__body a:hover { color: #872d7f; text-decoration: none; } }

/******************************************************************
component - forms-row
******************************************************************/
.c-forms-row { display: table; width: 100%; }

.c-forms-row--side .c-forms-row__head { padding-left: 1rem; }

.c-forms-row--side .c-forms-row__body { padding-right: 1rem; }

.c-forms-row--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; }

.c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__head, .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__head, .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__body { border-top: 1px solid #d5d5d5; padding-top: 1rem; }

.c-forms-row--stripe .c-forms-row__item:nth-child(odd) { background-color: #ecefef; }

.c-forms-row--stripe .c-forms-row__head, .c-forms-row--stripe .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row--stripe-even .c-forms-row__item:nth-child(even) { background-color: #ecefef; }

.c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__head, .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__body { padding-top: 1rem; }

.c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__head, .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row__item { display: table-row; }

.c-forms-row__item:not(:last-child) .c-forms-row__head, .c-forms-row__item:not(:last-child) .c-forms-row__body { padding-bottom: 1rem; }

.c-forms-row__head { display: table-cell; vertical-align: top; width: 25%; min-width: 25%; padding-right: 1rem; }

.c-forms-row__head > :first-child { padding-top: 0.25em; }

.c-forms-row__title { display: block; font-weight: bold; }

.c-forms-row__body { display: table-cell; vertical-align: top; }

@media screen and (max-width: 736px) { .c-forms-row { display: block; }
  .c-forms-row--side .c-forms-row__head { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-forms-row--side .c-forms-row__body { padding-right: 0.75rem; padding-left: 0.75rem; }
  .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--bordersand .c-forms-row__item:first-child .c-forms-row__body { padding-top: 0; }
  .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--bordersand .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--border .c-forms-row__item:not(:first-child) .c-forms-row__body { border-top: 0; padding-top: 0; }
  .c-forms-row--stripe .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--stripe .c-forms-row__body { padding-top: 0; }
  .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--stripe .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row--stripe-even .c-forms-row__item:nth-child(even) { background-color: #ecefef; }
  .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__head { padding-top: 0.75rem; }
  .c-forms-row--stripe-even .c-forms-row__item:not(:first-child) .c-forms-row__body { padding-top: 0; }
  .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row--stripe-even .c-forms-row__item:last-child .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row__item { display: block; }
  .c-forms-row__item:not(:last-child) .c-forms-row__head { padding-bottom: 0; }
  .c-forms-row__item:not(:last-child) .c-forms-row__body { padding-bottom: 0.75rem; }
  .c-forms-row__head { display: block; width: auto; min-width: 0; padding-right: 0; }
  .c-forms-row__head > :first-child { padding-top: 0; }
  .c-forms-row__body { display: block; } }

/******************************************************************
component - form-control
******************************************************************/
input.c-form-control, textarea.c-form-control { -webkit-appearance: none; }

.c-form-control { box-sizing: border-box; vertical-align: middle; padding: 0.25em 0.5em; background-color: #ffffff; border-radius: 6px; border: 1px solid #d5d5d5; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

select.c-form-control { height: calc(1.8em + ($form-gutter-vertical*2) + 2px); }

.c-form-control:disabled { background: #EEE; opacity: 0.6; cursor: not-allowed; }

.c-form-control.is-valid { border: 1px solid #76c26e; background: #f6fef2; }

.c-form-control.is-invalid { border: 1px solid #f17995; background: #fff1f1; }

.c-form-control:focus:not([readonly]) { border-color: #cccccc; box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); outline: 0; }

.c-form-control--full { display: block; width: 100%; }

.c-invalid { color: #f40940; }

@media screen and (max-width: 736px) { .c-sp-form-control--full { display: block; width: 100%; }
  .c-sp-form-control--full select { width: 100%; } }

/******************************************************************
component - check-control
******************************************************************/
.c-check-control--row { display: inline-block; margin-right: 0.75em; }

.c-check-control [type="checkbox"], .c-check-control [type="radio"] { margin-right: 0.3em; vertical-align: middle; }

/******************************************************************
component - check-style
******************************************************************/
.c-check-style { min-height: 25px; }

.c-check-style--row { display: inline-block; margin-right: 0.75em; }

.c-check-style [type="checkbox"], .c-check-style [type="radio"] { display: none; }

.c-check-style__checkbox, .c-check-style [type="checkbox"] + * { position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__checkbox::before, .c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::before, .c-check-style [type="checkbox"] + *::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-check-style__checkbox::before, .c-check-style [type="checkbox"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border: 1px solid #d5d5d5; border-radius: 2px; }

.c-check-style__checkbox::after, .c-check-style [type="checkbox"] + *::after { top: 0; bottom: -2.5px; left: 7.5px; width: 10px; height: 15px; border-bottom: 3px solid #9f5799; border-right: 3px solid #9f5799; transition-duration: 0.2s; transform: rotate(40deg) scale(0); }

.c-check-style [type="checkbox"]:checked + *::after { bottom: 2.5px; transform: rotate(40deg) scale(1); }

.c-check-style.is-active .c-check-style__checkbox::after { bottom: 2.5px; transform: rotate(40deg) scale(1); }

.c-check-style [type="checkbox"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="checkbox"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="checkbox"] + * { color: #448e3c; }

.c-check-style.is-valid [type="checkbox"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="checkbox"] + *::after { border-color: #448e3c; }

.c-check-style.is-invalid [type="checkbox"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="checkbox"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="checkbox"] + *::after { border-color: #e71d4c; }

.c-check-style__radio, .c-check-style [type="radio"] + * { position: relative; padding-left: calc(25px + 0.5em); }

.c-check-style__radio::before, .c-check-style__radio::after, .c-check-style [type="radio"] + *::before, .c-check-style [type="radio"] + *::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; border-radius: 100%; }

.c-check-style__radio::before, .c-check-style [type="radio"] + *::before { top: 0; bottom: 0; left: 0; width: 25px; height: 25px; border: 1px solid #d5d5d5; background-color: #ffffff; }

.c-check-style__radio::after, .c-check-style [type="radio"] + *::after { top: 0; bottom: 0; left: 5px; width: 15px; height: 15px; background-color: #9f5799; transition-duration: 0.2s; transform: scale(0); }

.c-check-style [type="radio"]:checked + *::after { transform: scale(1); }

.c-check-style.is-active .c-check-style__radio::after { transform: scale(1); }

.c-check-style [type="radio"]:disabled + * { opacity: 0.6; cursor: not-allowed; }

.c-check-style [type="radio"]:disabled + *::before { background: #EEE; }

.c-check-style.is-valid [type="radio"] + * { color: #448e3c; }

.c-check-style.is-valid [type="radio"] + *::before { border-color: #76c26e; background: #f6fef2; }

.c-check-style.is-valid [type="radio"] + *::after { background: #448e3c; }

.c-check-style.is-invalid [type="radio"] + * { color: #e71d4c; }

.c-check-style.is-invalid [type="radio"] + *::before { border-color: #f17995; background: #fff1f1; }

.c-check-style.is-invalid [type="radio"] + *::after { background: #e71d4c; }

/******************************************************************
component - select-style
******************************************************************/
.c-select-style { display: inline-block; position: relative; box-sizing: border-box; background-color: #ffffff; border-radius: 6px; border: 1px solid #d5d5d5; }

.c-select-style::before { content: ""; position: absolute; margin: auto; top: 0; bottom: 0.3em; right: 0.9em; width: 5px; height: 5px; border-top: 2px solid #9f5799; border-right: 2px solid #9f5799; transform: rotate(135deg); }

.c-select-style.is-valid { border: 1px solid #76c26e; background: #f6fef2; }

.c-select-style.is-invalid { border: 1px solid #f17995; background: #fff1f1; }

.c-select-style--full { display: block; width: 100%; }

.c-select-style select { box-sizing: border-box; width: 100%; vertical-align: middle; padding: 0.25em 1.9em 0.25em 0.5em; border: 0; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; background: transparent; position: relative; z-index: +1; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

.c-select-style select::-ms-expand { display: none; }

.c-select-style select:disabled { background: #EEE; opacity: 0.6; cursor: not-allowed; }

.c-select-style select:focus { border-color: #cccccc; box-shadow: 0 0 2px 3px rgba(204, 204, 204, 0.25); outline: 0; }

@media screen and (max-width: 736px) { .c-sp-select-style--full { display: block; width: 100%; }
  .c-sp-select-style--full select { width: 100%; } }

/******************************************************************
component - youtube
******************************************************************/
.c-youtube { max-width: 480px; }

.c-youtube--center { margin-right: auto; margin-left: auto; }

.c-youtube--right { margin-left: auto; }

.c-youtube--full { max-width: none; }

.c-youtube__title { display: block; text-align: left; line-height: 1.5; font-weight: bold; font-size: 1.2rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .c-youtube__title { font-size: 1.08rem; } }

.c-youtube__caption { display: block; text-align: left; line-height: 1.5; }

.c-youtube__inner { position: relative; padding-top: 56.25%; }

.c-youtube__inner > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.c-youtube__inner:not(:first-child) { margin-top: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:first-child) { margin-top: 0.375rem; } }

.c-youtube__inner:not(:last-child) { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-youtube__inner:not(:last-child) { margin-bottom: 0.375rem; } }

/******************************************************************
component - card
******************************************************************/
.c-card { display: flex; flex-direction: column; border: 1px solid #b9b9b9; }

a.c-card { color: inherit; text-decoration: none; }

a.c-card:hover { color: #872d7f; text-decoration: none; }

.c-card--borderless { border: 0 !important; }

.c-card--bordersand { border-left: 0 !important; border-right: 0 !important; }

.c-card--overlap + .c-card { border-top: 0 !important; }

.c-card--radius { border-radius: 6px; }

.c-card--radius .c-card__head, .c-card--radius .c-card__headimage img { border-top-right-radius: 6px; border-top-left-radius: 6px; }

.c-card--radius .c-card__body { border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; }

.c-card--border-type1 { border: 1px solid #b9b9b9; }

.c-card--border-type2 { border: 1px solid #be99bb; }

.c-card--bg-type1 { background-color: #fbfbfb; }

.c-card--bg-type2 { background-color: #f9f4f9; }

.c-card__head { order: 1; padding-top: 0.75rem; padding-bottom: 0.75rem; padding-right: 1rem; padding-left: 1rem; min-height: 0%; }

@media screen and (max-width: 736px) { .c-card__head { padding-top: 0.5625rem; padding-bottom: 0.5625rem; } }

@media screen and (max-width: 736px) { .c-card__head { padding-right: 0.75rem; padding-left: 0.75rem; } }

.c-card__heading { font-weight: normal; }

.c-card__heading--link { color: #872d7f; font-size: 1.3rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .c-card__heading--link { font-size: 1.1rem; } }

.c-card__heading--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-card__heading--link::after { top: -3px; }

.c-card__head + .c-card__body { border-top: 1px solid #b9b9b9; }

.c-card__body { order: 2; padding: 1rem; min-height: 0%; }

@media screen and (max-width: 736px) { .c-card__body { padding: 0.75rem; } }

.c-card__title { font-weight: normal; }

.c-card__title--link { color: #872d7f; font-size: 1.3rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .c-card__title--link { font-size: 1.1rem; } }

.c-card__title--link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-card__title--link::after { top: -3px; }

.c-card__headimage { order: 1; text-align: center; min-height: 0%; }

/******************************************************************
component - vertical-area
******************************************************************/
/******************************************************************
component - vertical-area
******************************************************************/
.c-vertical-area { position: absolute; z-index: +1; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; }

.c-vertical-area--top { align-items: flex-start; }

.c-vertical-area--bottom { align-items: flex-end; }

.c-vertical-area__inner { box-sizing: border-box; width: 100%; }

.c-vertical-area__title { color: #ffffff; font-weight: bold; padding: 1rem; font-size: 2rem; }

@media screen and (max-width: 736px) { .c-vertical-area__title { font-size: 1.8rem; } }

@media screen and (max-width: 736px) { .c-vertical-area__title { font-size: 1.5rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .c-vertical-area__title { font-size: 1.35rem; } }

/******************************************************************
component - feature
******************************************************************/
.c-feature { position: relative; box-sizing: border-box; background-position: center center; background-repeat: no-repeat; background-size: cover; }

/******************************************************************
component - feature-ratio
******************************************************************/
.c-feature-ratio { position: relative; padding-top: 75%; box-sizing: border-box; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.c-feature-ratio--wide { padding-top: 56.25%; }

.c-feature-ratio--cinema { padding-top: 42.55319%; }

.c-feature-ratio--square { padding-top: 100%; }

.c-feature-ratio--aside { padding-top: 90%; }

@media screen and (max-width: 736px) { .c-feature-ratio--aside { padding-top: 7vw; } }

@media screen and (max-width: 736px) { .c-feature-ratio.sp-standard { padding-top: 75%; }
  .c-feature-ratio.sp-wide { padding-top: 56.25%; }
  .c-feature-ratio.sp-cinema { padding-top: 42.55319%; }
  .c-feature-ratio.sp-square { padding-top: 100%; } }

/******************************************************************
component - feature-img
******************************************************************/
.c-feature-img { position: relative; box-sizing: border-box; }

.c-feature-img__img img { width: 100%; }

/******************************************************************
component - grid
******************************************************************/
.c-grid { display: flex; flex-wrap: wrap; margin-right: -1rem; margin-bottom: -1rem; }

.c-grid--center { justify-content: center; }

.c-grid--right { justify-content: flex-end; }

.c-grid > .c-grid__item1 { position: relative; box-sizing: border-box; width: calc( 8.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item2 { position: relative; box-sizing: border-box; width: calc( 16.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item3 { position: relative; box-sizing: border-box; width: calc( 25% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item4 { position: relative; box-sizing: border-box; width: calc( 33.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item5 { position: relative; box-sizing: border-box; width: calc( 41.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item6 { position: relative; box-sizing: border-box; width: calc( 50% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item7 { position: relative; box-sizing: border-box; width: calc( 58.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item8 { position: relative; box-sizing: border-box; width: calc( 66.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item9 { position: relative; box-sizing: border-box; width: calc( 75% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item10 { position: relative; box-sizing: border-box; width: calc( 83.33333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item11 { position: relative; box-sizing: border-box; width: calc( 91.66667% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item12 { position: relative; box-sizing: border-box; width: calc( 100% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid > .c-grid__item5col { position: relative; box-sizing: border-box; width: calc( 20% - 1rem); margin-right: 1rem; margin-bottom: 1rem; }

.c-grid--vertical > .c-grid__item1 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item2 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item3 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item4 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item5 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item6 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item7 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item8 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item9 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item10 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item11 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item12 { display: flex; align-items: center; }

.c-grid--vertical > .c-grid__item5col { display: flex; align-items: center; }

@media screen and (max-width: 736px) { .c-grid:not(.sp-keep) { flex-direction: column; margin-right: 0; margin-bottom: -0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item1 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item2 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item3 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item4 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item5 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item6 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item7 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item8 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item9 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item10 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item11 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid:not(.sp-keep) > .c-grid__item5col { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-grid.sp-keep { margin-right: -0.75rem; margin-bottom: -0.75rem; }
  .c-grid.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item3 { width: calc( 25% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item6 { width: calc( 50% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item9 { width: calc( 75% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item12 { width: calc( 100% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .c-grid__item5col { width: calc( 20% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item3 { width: calc( 25% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item6 { width: calc( 50% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item9 { width: calc( 75% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item12 { width: calc( 100% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; }
  .c-grid.sp-keep > .sp-item5col { width: calc( 20% - 0.75rem); margin-right: 0.75rem; margin-bottom: 0.75rem; } }

.c-grid--2s { margin-right: -0.5rem; margin-bottom: -0.5rem; }

.c-grid--2s > .c-grid__item1 { width: calc( 8.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item2 { width: calc( 16.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item3 { width: calc( 25% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item4 { width: calc( 33.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item5 { width: calc( 41.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item6 { width: calc( 50% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item7 { width: calc( 58.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item8 { width: calc( 66.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item9 { width: calc( 75% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item10 { width: calc( 83.33333% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item11 { width: calc( 91.66667% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item12 { width: calc( 100% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

.c-grid--2s > .c-grid__item5col { width: calc( 20% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-grid--2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.375rem; }
  .c-grid--2s:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep { margin-right: -0.375rem; margin-bottom: -0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .c-grid__item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid--2s.sp-keep > .sp-item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; } }

.c-grid--l { margin-right: -1.25rem; margin-bottom: -1.25rem; }

.c-grid--l > .c-grid__item1 { width: calc( 8.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item2 { width: calc( 16.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item3 { width: calc( 25% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item4 { width: calc( 33.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item5 { width: calc( 41.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item6 { width: calc( 50% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item7 { width: calc( 58.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item8 { width: calc( 66.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item9 { width: calc( 75% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item10 { width: calc( 83.33333% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item11 { width: calc( 91.66667% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item12 { width: calc( 100% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

.c-grid--l > .c-grid__item5col { width: calc( 20% - 1.25rem); margin-right: 1.25rem; margin-bottom: 1.25rem; }

@media screen and (max-width: 736px) { .c-grid--l:not(.sp-keep) { margin-bottom: -0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.9375rem; }
  .c-grid--l:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep { margin-right: -0.9375rem; margin-bottom: -0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .c-grid__item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid--l.sp-keep > .sp-item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; } }

.c-grid--2x { margin-right: -2rem; margin-bottom: -2rem; }

.c-grid--2x > .c-grid__item1 { width: calc( 8.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item2 { width: calc( 16.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item3 { width: calc( 25% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item4 { width: calc( 33.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item5 { width: calc( 41.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item6 { width: calc( 50% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item7 { width: calc( 58.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item8 { width: calc( 66.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item9 { width: calc( 75% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item10 { width: calc( 83.33333% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item11 { width: calc( 91.66667% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item12 { width: calc( 100% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

.c-grid--2x > .c-grid__item5col { width: calc( 20% - 2rem); margin-right: 2rem; margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-grid--2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 1.5rem; }
  .c-grid--2x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep { margin-right: -1.5rem; margin-bottom: -1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .c-grid__item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid--2x.sp-keep > .sp-item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; } }

.c-grid--3x { margin-right: -3rem; margin-bottom: -3rem; }

.c-grid--3x > .c-grid__item1 { width: calc( 8.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item2 { width: calc( 16.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item3 { width: calc( 25% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item4 { width: calc( 33.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item5 { width: calc( 41.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item6 { width: calc( 50% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item7 { width: calc( 58.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item8 { width: calc( 66.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item9 { width: calc( 75% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item10 { width: calc( 83.33333% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item11 { width: calc( 91.66667% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item12 { width: calc( 100% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

.c-grid--3x > .c-grid__item5col { width: calc( 20% - 3rem); margin-right: 3rem; margin-bottom: 3rem; }

@media screen and (max-width: 736px) { .c-grid--3x:not(.sp-keep) { margin-bottom: -2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 2.25rem; }
  .c-grid--3x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep { margin-right: -2.25rem; margin-bottom: -2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .c-grid__item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid--3x.sp-keep > .sp-item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.375rem; }
  .c-grid.sp-2s:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep { margin-right: -0.375rem; margin-bottom: -0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .c-grid__item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item3 { width: calc( 25% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item6 { width: calc( 50% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item9 { width: calc( 75% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item12 { width: calc( 100% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; }
  .c-grid.sp-2s.sp-keep > .sp-item5col { width: calc( 20% - 0.375rem); margin-right: 0.375rem; margin-bottom: 0.375rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-l:not(.sp-keep) { margin-bottom: -0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0.9375rem; }
  .c-grid.sp-l:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep { margin-right: -0.9375rem; margin-bottom: -0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .c-grid__item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item1 { width: calc( 8.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item2 { width: calc( 16.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item3 { width: calc( 25% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item4 { width: calc( 33.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item5 { width: calc( 41.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item6 { width: calc( 50% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item7 { width: calc( 58.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item8 { width: calc( 66.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item9 { width: calc( 75% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item10 { width: calc( 83.33333% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item11 { width: calc( 91.66667% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item12 { width: calc( 100% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; }
  .c-grid.sp-l.sp-keep > .sp-item5col { width: calc( 20% - 0.9375rem); margin-right: 0.9375rem; margin-bottom: 0.9375rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 1.5rem; }
  .c-grid.sp-2x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep { margin-right: -1.5rem; margin-bottom: -1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .c-grid__item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item1 { width: calc( 8.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item2 { width: calc( 16.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item3 { width: calc( 25% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item4 { width: calc( 33.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item5 { width: calc( 41.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item6 { width: calc( 50% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item7 { width: calc( 58.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item8 { width: calc( 66.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item9 { width: calc( 75% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item10 { width: calc( 83.33333% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item11 { width: calc( 91.66667% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item12 { width: calc( 100% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; }
  .c-grid.sp-2x.sp-keep > .sp-item5col { width: calc( 20% - 1.5rem); margin-right: 1.5rem; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .c-grid.sp-3x:not(.sp-keep) { margin-bottom: -2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item1 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item2 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item3 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item4 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item5 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item6 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item7 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item8 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item9 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item10 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item11 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item12 { margin-bottom: 2.25rem; }
  .c-grid.sp-3x:not(.sp-keep) > .c-grid__item5col { margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep { margin-right: -2.25rem; margin-bottom: -2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .c-grid__item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item1 { width: calc( 8.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item2 { width: calc( 16.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item3 { width: calc( 25% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item4 { width: calc( 33.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item5 { width: calc( 41.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item6 { width: calc( 50% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item7 { width: calc( 58.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item8 { width: calc( 66.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item9 { width: calc( 75% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item10 { width: calc( 83.33333% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item11 { width: calc( 91.66667% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item12 { width: calc( 100% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; }
  .c-grid.sp-3x.sp-keep > .sp-item5col { width: calc( 20% - 2.25rem); margin-right: 2.25rem; margin-bottom: 2.25rem; } }

.c-grid--13px { margin-right: -13px; margin-bottom: -13px; }

.c-grid--13px > .c-grid__item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }

.c-grid--13px > .c-grid__item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; }

@media screen and (max-width: 736px) { .c-grid--13px:not(.sp-keep) { margin-bottom: -13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item1 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item2 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item3 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item4 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item5 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item6 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item7 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item8 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item9 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item10 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item11 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item12 { margin-bottom: 13px; }
  .c-grid--13px:not(.sp-keep) > .c-grid__item5col { margin-bottom: 13px; }
  .c-grid--13px.sp-keep { margin-right: -13px; margin-bottom: -13px; }
  .c-grid--13px.sp-keep > .c-grid__item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .c-grid__item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item1 { width: calc( 8.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item2 { width: calc( 16.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item3 { width: calc( 25% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item4 { width: calc( 33.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item5 { width: calc( 41.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item6 { width: calc( 50% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item7 { width: calc( 58.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item8 { width: calc( 66.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item9 { width: calc( 75% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item10 { width: calc( 83.33333% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item11 { width: calc( 91.66667% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item12 { width: calc( 100% - 13px); margin-right: 13px; margin-bottom: 13px; }
  .c-grid--13px.sp-keep > .sp-item5col { width: calc( 20% - 13px); margin-right: 13px; margin-bottom: 13px; } }

.c-grid--fit { margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item3 { width: 25%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item6 { width: 50%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item9 { width: 75%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0; }

.c-grid--fit > .c-grid__item5col { width: 20%; margin-right: 0; margin-bottom: 0; }

@media screen and (max-width: 736px) { .c-grid--fit:not(.sp-keep) { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item1 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item2 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item3 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item4 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item5 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item6 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item7 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item8 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item9 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item10 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item11 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item12 { margin-bottom: 0; }
  .c-grid--fit:not(.sp-keep) > .c-grid__item5col { margin-bottom: 0; }
  .c-grid--fit.sp-keep { margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item3 { width: 25%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item6 { width: 50%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item9 { width: 75%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item12 { width: 100%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .c-grid__item5col { width: 20%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item1 { width: 8.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item2 { width: 16.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item3 { width: 25%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item4 { width: 33.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item5 { width: 41.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item6 { width: 50%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item7 { width: 58.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item8 { width: 66.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item9 { width: 75%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item10 { width: 83.33333%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item11 { width: 91.66667%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item12 { width: 100%; margin-right: 0; margin-bottom: 0; }
  .c-grid--fit.sp-keep > .sp-item5col { width: 20%; margin-right: 0; margin-bottom: 0; } }

/******************************************************************
component - flex
******************************************************************/
.c-flex { display: flex; margin-right: -1rem; }

.c-flex--inline { display: inline-flex; }

.c-flex--center { justify-content: center; }

.c-flex--right { justify-content: flex-end; }

.c-flex--between { justify-content: space-between; }

.c-flex--wrap { flex-wrap: wrap; margin-bottom: -1rem; }

.c-flex > .c-flex__item { box-sizing: border-box; margin-right: 1rem; }

.c-flex--wrap > .c-flex__item { margin-bottom: 1rem; }

.c-flex--vertical { align-items: center; }

@media screen and (max-width: 736px) { .c-flex:not(.sp-keep) { flex-direction: column; margin-right: 0; margin-bottom: -0.75rem; }
  .c-flex:not(.sp-keep) > .c-flex__item { width: 100%; margin-right: 0; margin-bottom: 0.75rem; }
  .c-flex.sp-keep { margin-right: -0.75rem; }
  .c-flex.sp-keep > .c-flex__item { margin-right: 0.75rem; }
  .c-flex--wrap.sp-keep { margin-bottom: -0.75rem; }
  .c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 0.75rem; } }

.c-flex--2s { margin-right: -0.5rem; }

.c-flex--2s.c-flex--wrap { margin-bottom: -0.5rem; }

.c-flex--2s > .c-flex__item { margin-right: 0.5rem; }

.c-flex--2s.c-flex--wrap > .c-flex__item { margin-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .c-flex--2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-flex--2s:not(.sp-keep) > .c-flex__item { margin-bottom: 0.375rem; }
  .c-flex--2s.sp-keep { margin-right: -0.375rem; }
  .c-flex--2s.sp-keep > .c-flex__item { margin-right: 0.375rem; }
  .c-flex--2s.c-flex--wrap.sp-keep { margin-bottom: -0.375rem; }
  .c-flex--2s.c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 0.375rem; } }

.c-flex--2x { margin-right: -2rem; }

.c-flex--2x.c-flex--wrap { margin-bottom: -2rem; }

.c-flex--2x > .c-flex__item { margin-right: 2rem; }

.c-flex--2x.c-flex--wrap > .c-flex__item { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .c-flex--2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-flex--2x:not(.sp-keep) > .c-flex__item { margin-bottom: 1.5rem; }
  .c-flex--2x.sp-keep { margin-right: -1.5rem; }
  .c-flex--2x.sp-keep > .c-flex__item { margin-right: 1.5rem; }
  .c-flex--2x.c-flex--wrap.sp-keep { margin-bottom: -1.5rem; }
  .c-flex--2x.c-flex--wrap.sp-keep > .c-flex__item { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .c-flex.sp-2s:not(.sp-keep) { margin-bottom: -0.375rem; }
  .c-flex.sp-2s:not(.sp-keep) > .c-flex__item { margin-bottom: 0.375rem; }
  .c-flex.sp-2s.sp-keep { margin-right: -0.375rem; }
  .c-flex.sp-2s.sp-keep > .c-flex__item { margin-right: 0.375rem; } }

@media screen and (max-width: 736px) { .c-flex.sp-2x:not(.sp-keep) { margin-bottom: -1.5rem; }
  .c-flex.sp-2x:not(.sp-keep) > .c-flex__item { margin-bottom: 1.5rem; }
  .c-flex.sp-2x.sp-keep { margin-right: -1.5rem; }
  .c-flex.sp-2x.sp-keep > .c-flex__item { margin-right: 1.5rem; } }

.c-flex--fit { margin-right: 0; }

.c-flex--fit > .c-flex__item { margin-right: 0; }

@media screen and (max-width: 736px) { .c-flex--fit:not(.sp-keep) { margin-bottom: 0; }
  .c-flex--fit:not(.sp-keep) > .c-flex__item { margin-bottom: 0; }
  .c-flex--fit.sp-keep { margin-right: 0; }
  .c-flex--fit.sp-keep > .c-flex__item { margin-right: 0; } }

/******************************************************************
component - qa
******************************************************************/
.c-qa__head { padding-left: 1rem; font-size: 1rem; font-weight: normal; color: #872d7f; cursor: pointer; border: 1px solid #b9b9b9; outline: 0; }

@media screen and (max-width: 736px) { .c-qa__head { padding-left: 0.75rem; } }

.c-qa__headinner { display: block; position: relative; padding-top: 1rem; padding-bottom: 1rem; padding-right: 1em; padding-left: 2em; }

.c-qa__headinner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; display: flex; align-items: center; text-align: center; justify-content: center; width: 1.5em; height: 1.5em; border-radius: 100%; line-height: 1; background: #872d7f; color: #fff; content: "Q"; }

@media screen and (max-width: 736px) { .c-qa__headinner { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

@media screen and (max-width: 736px) { .c-qa__headinner { padding-right: 1em; } }

.c-qa__headinner2 { display: block; position: relative; padding-right: 27px; }

.c-qa__headinner2::before, .c-qa__headinner2::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }

.c-qa__headinner2::before { border-top: 2px solid #6b6b6b; width: 20px; height: 0; top: 0; bottom: 0; right: 0; }

.c-qa__headinner2::after { border-left: 2px solid #6b6b6b; width: 0; height: 20px; top: 0; bottom: 0; right: 9px; transition-property: all; transition-duration: 0.3s; }

.c-qa__head[aria-expanded="true"] .c-qa__headinner2::after { height: 0; }

.c-qa__head:hover .c-qa__headinner2::before { border-top-color: #872d7f; }

.c-qa__head:hover .c-qa__headinner2::after { border-left-color: #872d7f; }

.c-qa__body { display: none; }

/******************************************************************
component - tab
******************************************************************/
.c-tab__menu { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .c-tab__menu { margin-bottom: 0.75rem; } }

@media print, screen and (min-width: 737px) { .c-tab__menu { display: flex; flex-wrap: wrap; border-bottom: 1px solid #d5d5d5; } }

@media screen and (max-width: 736px) { .c-tab__menu { border-left: 1px solid #d5d5d5; } }

.c-tab__menu--full > * { flex-grow: 1; }

.c-tab__item { display: block; cursor: pointer; box-sizing: border-box; position: relative; }

@media print, screen and (min-width: 737px) { .c-tab__item { text-align: center; padding: 1em 1em; } }

@media screen and (max-width: 736px) { .c-tab__item { padding: 0.5em 1em; } }

.c-tab__body { display: none; }

.c-tab__item { outline: 0; transition-property: background color; transition-duration: 0.3s; }

.c-tab__item[aria-expanded="true"] { font-weight: bold; color: #872d7f; }

.c-tab__item[aria-expanded="true"]::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; }

@media print, screen and (min-width: 737px) { .c-tab__item[aria-expanded="true"]::after { border-bottom: 3px solid #872d7f; bottom: -1px; } }

@media screen and (max-width: 736px) { .c-tab__item[aria-expanded="true"]::after { border-left: 3px solid #872d7f; } }

.c-tab__item:hover { color: #872d7f; }

/******************************************************************
component - more-read
******************************************************************/
.c-more-read__taeget { display: none; }

.c-more-read__button { text-align: center; }

.c-more-read__button a { display: inline-block; color: inherit; text-decoration: none; }

.c-more-read__button a:hover { color: #872d7f; text-decoration: none; }

.c-more-read__button a[aria-expanded="false"] { position: relative; padding-bottom: 10px; padding-bottom: 0.8em; }

.c-more-read__button a[aria-expanded="false"]::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; right: 0; transform: translate(6px, 0px) rotate(-45deg); transform-origin: bottom left; border-bottom: 2px solid #989898; border-left: 2px solid #989898; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-more-read__button a[aria-expanded="false"]:hover::after { border-color: #872d7f; }

.c-more-read__button a[aria-expanded="false"]:hover::after { bottom: -5px; }

.c-more-read__button a[aria-expanded="true"] { position: relative; padding-top: 10px; padding-top: 0.8em; }

.c-more-read__button a[aria-expanded="true"]::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; right: 0; transform: translate(6px, 0px) rotate(45deg); transform-origin: top left; border-top: 2px solid #989898; border-left: 2px solid #989898; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.c-more-read__button a[aria-expanded="true"]:hover::after { border-color: #872d7f; }

.c-more-read__button a[aria-expanded="true"]:hover::after { top: -5px; }

/******************************************************************
component - section
******************************************************************/
.c-section { position: relative; padding-right: 2rem; padding-left: 2rem; padding-top: 0.1px; padding-bottom: 0.1px; }

@media screen and (max-width: 736px) { .c-section { padding-right: 0.75rem; padding-left: 0.75rem; } }

@media print, screen and (min-width: 737px) { .c-section--contentsrow { padding-right: 0; padding-left: 0; } }

.c-section--bg1 { background: url(/common/img/bg_1.png) left top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg1 { background-size: 30% auto; } }

.c-section--bg2 { background: url(/common/img/bg_2.png) right top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg2 { background-size: 30% auto; } }

.c-section--bg3 { background: url(/common/img/bg_3.png) right top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg3 { background-size: 30% auto; } }

.c-section--bg4 { background: url(/common/img/bg_4.png) left top no-repeat; }

@media screen and (max-width: 736px) { .c-section--bg4 { background-size: 30% auto; } }

.c-section--bordertop { border-top: 1px solid #d5d5d5; }

.c-section--borderbottom { border-bottom: 1px solid #d5d5d5; }

.c-section--bordersand { border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; }

.c-section__fit { max-width: 1100px; margin-right: auto; margin-left: auto; }

.c-section__top { max-width: 1100px; margin-right: auto; margin-left: auto; margin-top: 6rem; }

@media screen and (max-width: 736px) { .c-section__top { margin-top: 3rem; } }

.c-section__bottom { max-width: 1100px; margin-right: auto; margin-left: auto; margin-bottom: 6rem; }

@media screen and (max-width: 736px) { .c-section__bottom { margin-bottom: 3rem; } }

.c-section__vertical { max-width: 1100px; margin: 6rem auto 6rem auto; }

@media screen and (max-width: 736px) { .c-section__vertical { margin: 3rem auto 3rem auto; } }

.c-section__information-disclosure { max-width: 700px; }

.c-section--bg-gray { background-color: #f3f3f2; }

.c-section__top--3s { margin-top: 2.1rem; }

.c-section__bottom--3s { margin-bottom: 2.1rem; }

.c-section__vertical--3s { margin: 2.1rem auto 2.1rem auto; }

@media screen and (max-width: 736px) { .c-section__top--3s { margin-top: 1.05rem; }
  .c-section__bottom--3s { margin-bottom: 1.05rem; }
  .c-section__vertical--3s { margin: 1.05rem auto 1.05rem auto; } }

.c-section__top--2s { margin-top: 3rem; }

.c-section__bottom--2s { margin-bottom: 3rem; }

.c-section__vertical--2s { margin: 3rem auto 3rem auto; }

@media screen and (max-width: 736px) { .c-section__top--2s { margin-top: 1.5rem; }
  .c-section__bottom--2s { margin-bottom: 1.5rem; }
  .c-section__vertical--2s { margin: 1.5rem auto 1.5rem auto; } }

.c-section__top--academy { margin-top: 3.9rem; }

.c-section__bottom--academy { margin-bottom: 3.9rem; }

.c-section__vertical--academy { margin: 3.9rem auto 3.9rem auto; }

@media screen and (max-width: 736px) { .c-section__top--academy { margin-top: 1.95rem; }
  .c-section__bottom--academy { margin-bottom: 1.95rem; }
  .c-section__vertical--academy { margin: 1.95rem auto 1.95rem auto; } }

.c-section__top--l { margin-top: 7.5rem; }

.c-section__bottom--l { margin-bottom: 7.5rem; }

.c-section__vertical--l { margin: 7.5rem auto 7.5rem auto; }

@media screen and (max-width: 736px) { .c-section__top--l { margin-top: 3.75rem; }
  .c-section__bottom--l { margin-bottom: 3.75rem; }
  .c-section__vertical--l { margin: 3.75rem auto 3.75rem auto; } }

@media screen and (max-width: 736px) { .c-section__top.sp-3s { margin-top: 1.05rem; }
  .c-section__bottom.sp-3s { margin-bottom: 1.05rem; }
  .c-section__vertical.sp-3s { margin: 1.05rem auto 1.05rem auto; }
  .c-section__top.sp-2s { margin-top: 1.5rem; }
  .c-section__bottom.sp-2s { margin-bottom: 1.5rem; }
  .c-section__vertical.sp-2s { margin: 1.5rem auto 1.5rem auto; }
  .c-section__top.sp-academy { margin-top: 1.95rem; }
  .c-section__bottom.sp-academy { margin-bottom: 1.95rem; }
  .c-section__vertical.sp-academy { margin: 1.95rem auto 1.95rem auto; }
  .c-section__top.sp-l { margin-top: 3.75rem; }
  .c-section__bottom.sp-l { margin-bottom: 3.75rem; }
  .c-section__vertical.sp-l { margin: 3.75rem auto 3.75rem auto; } }

/******************************************************************
component - gutter
******************************************************************/
.c-gutter > *:not(:last-child) { margin-bottom: 1rem; }

.c-gutter-2s > *:not(:last-child) { margin-bottom: 0.5rem; }

.c-gutter-s > *:not(:last-child) { margin-bottom: 0.75rem; }

.c-gutter-l > *:not(:last-child) { margin-bottom: 1.25rem; }

.c-gutter-2l > *:not(:last-child) { margin-bottom: 1.5rem; }

.c-gutter-2x > *:not(:last-child) { margin-bottom: 2rem; }

.c-gutter-3x > *:not(:last-child) { margin-bottom: 3rem; }

.c-gutter-4x > *:not(:last-child) { margin-bottom: 4rem; }

.c-gutter-5x > *:not(:last-child) { margin-bottom: 5rem; }

@media screen and (max-width: 736px) { .c-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-gutter-2s > *:not(:last-child) { margin-bottom: 0.375rem; }
  .c-gutter-s > *:not(:last-child) { margin-bottom: 0.5625rem; }
  .c-gutter-l > *:not(:last-child) { margin-bottom: 0.9375rem; }
  .c-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; }
  .c-gutter-3x > *:not(:last-child) { margin-bottom: 2.25rem; }
  .c-gutter-4x > *:not(:last-child) { margin-bottom: 3rem; }
  .c-gutter-5x > *:not(:last-child) { margin-bottom: 3.75rem; }
  .c-sp-gutter > *:not(:last-child) { margin-bottom: 0.75rem; }
  .c-sp-gutter-2s > *:not(:last-child) { margin-bottom: 0.375rem; }
  .c-sp-gutter-s > *:not(:last-child) { margin-bottom: 0.5625rem; }
  .c-sp-gutter-l > *:not(:last-child) { margin-bottom: 0.9375rem; }
  .c-sp-gutter-2l > *:not(:last-child) { margin-bottom: 1.125rem; }
  .c-sp-gutter-2x > *:not(:last-child) { margin-bottom: 1.5rem; }
  .c-sp-gutter-3x > *:not(:last-child) { margin-bottom: 2.25rem; }
  .c-sp-gutter-4x > *:not(:last-child) { margin-bottom: 3rem; }
  .c-sp-gutter-5x > *:not(:last-child) { margin-bottom: 3.75rem; } }

/******************************************************************
project - breadcrumb
******************************************************************/
.p-breadcrumb::after { content: ""; display: block; clear: both; }

.p-breadcrumb__item { float: left; padding-right: 0.5em; font-size: 85%; }

.p-breadcrumb__item a { color: inherit; }

.p-breadcrumb__item:not(:last-child)::after { content: '>'; padding-left: 0.5em; }

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

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

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

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

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

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

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

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

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

.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; }

.p-top-visual__slick { position: relative; }

@media screen and (max-width: 736px) { .p-top-visual__slick .p-carousel-slick { margin-bottom: 1rem; } }

.p-top-visual__slick .slick-slide { line-height: 0; }

.p-top-visual__slick .slick-slide img { width: 100%; }

.p-top-visual__slick .slick-prev, .p-top-visual__slick .slick-next { position: absolute; top: 50%; transform: translate(0, -50%); width: 30px; height: 30px; overflow: hidden; text-indent: -999px; }

@media screen and (max-width: 736px) { .p-top-visual__slick .slick-prev, .p-top-visual__slick .slick-next { display: none !important; } }

.p-top-visual__slick .slick-prev { left: 10px; position: relative; position: absolute; z-index: +1; }

.p-top-visual__slick .slick-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(3px, 0) rotate(225deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 16px; height: 16px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-top-visual__slick .slick-next { right: 10px; position: relative; position: absolute; }

.p-top-visual__slick .slick-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-3px, 0) rotate(45deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 16px; height: 16px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-top-visual__slick .slick-dots { position: absolute; width: 100%; bottom: 15px; display: flex; justify-content: center; margin-top: 0.5rem; height: 8px; }

@media screen and (max-width: 736px) { .p-top-visual__slick .slick-dots { bottom: -15px; } }

.p-top-visual__slick .slick-dots li { margin: 0 10px; }

@media screen and (max-width: 736px) { .p-top-visual__slick .slick-dots li { margin: 0 6px; } }

.p-top-visual__slick .slick-dots li button { width: 8px; height: 8px; border-radius: 100%; overflow: hidden; text-indent: -999px; background: #f3f3f2; transition-property: background; transition-duration: 0.3s; }

.p-top-visual__slick .slick-dots li button:hover { background: #dbdbd7; }

.p-top-visual__slick .slick-dots li.slick-active button { background: #ad3aa3; }

/******************************************************************
project - carousel-swiper
******************************************************************/
/** Swiper 4.5.0 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: February 22, 2019 */
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

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

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

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: 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(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

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

/* 3D Effects */
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.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-slide-shadow-bottom { 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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next { 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-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-button-prev, .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-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-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-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-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-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-lock { display: none; }

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); }

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 200ms top, 200ms -webkit-transform; transition: 200ms top, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top; transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms left, 200ms -webkit-transform; transition: 200ms left, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left; transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 200ms right, 200ms -webkit-transform; transition: 200ms right, 200ms -webkit-transform; -o-transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right; transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; }

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #ffffff; }

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

.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000000; }

.swiper-pagination-lock { display: none; }

/* Scrollbar */
.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-scrollbar-lock { display: none; }

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.swiper-slide-zoomed { cursor: move; }

/* Preloader */
.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%; -ms-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);
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

.p-carousel-swiper { position: relative; }

.p-carousel-swiper:not(.p-carousel-swiper--insufficient) { padding-left: 50px; padding-right: 50px; }

@media screen and (max-width: 736px) { .p-carousel-swiper:not(.p-carousel-swiper--insufficient) { padding-left: 25px; padding-right: 25px; } }

.p-carousel-swiper__prev, .p-carousel-swiper__next { position: absolute; top: 50%; transform: translateY(-50%); z-index: +10; cursor: pointer; outline: 0; width: 45px; height: 45px; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev, .p-carousel-swiper__next { width: 30px; height: 30px; } }

.p-carousel-swiper__prev { left: 0; position: relative; position: absolute; }

.p-carousel-swiper__prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(8px, 0) rotate(225deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 36px; height: 36px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev { left: -4px; position: relative; position: absolute; }
  .p-carousel-swiper__prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(3px, 0) rotate(225deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 16px; height: 16px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

.p-carousel-swiper__prev:hover::after { border-color: #872d7f; }

.p-carousel-swiper__prev:hover::after { left: -6px; }

.p-carousel-swiper__prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__next { right: 0; position: relative; position: absolute; }

.p-carousel-swiper__next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-8px, 0) rotate(45deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 36px; height: 36px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-carousel-swiper__next { right: -4px; position: relative; position: absolute; }
  .p-carousel-swiper__next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-3px, 0) rotate(45deg); border-top: 2px solid #6b6b6b; border-right: 2px solid #6b6b6b; width: 16px; height: 16px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

.p-carousel-swiper__next:hover::after { border-color: #872d7f; }

.p-carousel-swiper__next:hover::after { left: 6px; }

.p-carousel-swiper__next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__prev-oc, .p-carousel-swiper__next-oc { position: absolute; top: 50%; transform: translateY(-50%); z-index: +10; cursor: pointer; outline: 0; background-color: #ff2a7a; border-radius: 100%; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev-oc, .p-carousel-swiper__next-oc { width: 26px; height: 26px; } }

.p-carousel-swiper__prev-oc.swiper-button-disabled, .p-carousel-swiper__next-oc.swiper-button-disabled { background-color: #d3b9c3; }

.p-carousel-swiper__prev-oc { left: 0; }

@media screen and (max-width: 736px) { .p-carousel-swiper__prev-oc { left: -7px; position: relative; position: absolute; }
  .p-carousel-swiper__prev-oc::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(1.5px, 0) rotate(225deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

.p-carousel-swiper__prev-oc.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.p-carousel-swiper__next-oc { right: 0; }

@media screen and (max-width: 736px) { .p-carousel-swiper__next-oc { right: -7px; position: relative; position: absolute; }
  .p-carousel-swiper__next-oc::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-1.5px, 0) rotate(45deg); border-top: 2px solid #fff; border-right: 2px solid #fff; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

.p-carousel-swiper__next-oc.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

/******************************************************************
project - modal (Modaal)
******************************************************************/
/*! Modaal - accessible modals - v0.4.4 by Humaan, for all humans. http://humaan.com */
.modaal-noscroll { overflow: hidden; }

.modaal-accessible-hide { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; opacity: 0; }

.modaal-wrapper { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; overflow: auto; opacity: 1; box-sizing: border-box; -webkit-overflow-scrolling: touch; transition: all 0.3s ease-in-out; }

.modaal-wrapper * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close { border: none; background: transparent; padding: 0; -webkit-appearance: none; }

.modaal-wrapper.modaal-start_none { display: none; opacity: 1; }

.modaal-wrapper.modaal-start_fade { opacity: 0; }

.modaal-wrapper *[tabindex="0"] { outline: none !important; }

.modaal-wrapper.modaal-fullscreen { overflow: hidden; }

.modaal-outer-wrapper { display: table; position: relative; width: 100%; height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper { display: block; }

.modaal-inner-wrapper { display: table-cell; width: 100%; height: 100%; position: relative; vertical-align: middle; text-align: center; padding: 80px 25px; }

.modaal-fullscreen .modaal-inner-wrapper { padding: 0; display: block; vertical-align: top; }

.modaal-container { position: relative; display: inline-block; width: 100%; margin: auto; text-align: left; color: #000; max-width: 1000px; border-radius: 0px; background: #fff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); cursor: auto; }

.modaal-container.is_loading { height: 100px; width: 100px; overflow: hidden; }

.modaal-fullscreen .modaal-container { max-width: none; height: 100%; overflow: auto; }

.modaal-close { position: fixed; right: 20px; top: 20px; color: #fff; cursor: pointer; opacity: 1; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border-radius: 100%; transition: all 0.2s ease-in-out; }

.modaal-close:focus, .modaal-close:hover { outline: none; background: #fff; }

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after { background: #9f5799; }

.modaal-close span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-close:before, .modaal-close:after { display: block; content: " "; position: absolute; top: 14px; left: 23px; width: 4px; height: 22px; border-radius: 4px; background: #fff; transition: background 0.2s ease-in-out; }

.modaal-close:before { transform: rotate(-45deg); }

.modaal-close:after { transform: rotate(45deg); }

.modaal-fullscreen .modaal-close { background: #afb7bc; right: 10px; top: 10px; }

.modaal-content-container { padding: 30px; }

.modaal-confirm-wrap { padding: 30px 0 0; text-align: center; font-size: 0; }

.modaal-confirm-btn { font-size: 14px; display: inline-block; margin: 0 10px; vertical-align: middle; cursor: pointer; border: none; background: transparent; }

.modaal-confirm-btn.modaal-ok { padding: 10px 15px; color: #fff; background: #555; border-radius: 3px; transition: background 0.2s ease-in-out; }

.modaal-confirm-btn.modaal-ok:hover { background: #2f2f2f; }

.modaal-confirm-btn.modaal-cancel { text-decoration: underline; }

.modaal-confirm-btn.modaal-cancel:hover { text-decoration: none; color: #2f2f2f; }

@keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-o-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-moz-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-ms-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

.modaal-instagram .modaal-container { width: auto; background: transparent; box-shadow: none !important; }

.modaal-instagram .modaal-content-container { padding: 0; background: transparent; }

.modaal-instagram .modaal-content-container > blockquote { width: 1px !important; height: 1px !important; opacity: 0 !important; }

.modaal-instagram iframe { opacity: 0; margin: -6px !important; border-radius: 0 !important; width: 1000px !important; max-width: 800px !important; box-shadow: none !important; animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper { padding-left: 140px; padding-right: 140px; }

.modaal-image .modaal-container { width: auto; max-width: 100%; }

.modaal-gallery-wrap { position: relative; color: #fff; }

.modaal-gallery-item { display: none; }

.modaal-gallery-item img { display: block; }

.modaal-gallery-item.is_active { display: block; }

.modaal-gallery-label { position: absolute; left: 0; width: 100%; padding: 15px; font-size: 14px; background-color: #ffffff; line-height: 1.4; }

.modaal-gallery-label span { display: block; color: #b14e93; }

.modaal-gallery-label:focus { outline: none; }

.modaal-gallery-control { position: absolute; top: 50%; transform: translateY(-50%); opacity: 1; cursor: pointer; color: #fff; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border: none; border-radius: 100%; transition: all 0.2s ease-in-out; }

.modaal-gallery-control.is_hidden { opacity: 0; cursor: default; }

.modaal-gallery-control:focus, .modaal-gallery-control:hover { outline: none; background: #fff; }

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after { background: #afb7bc; }

.modaal-gallery-control span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-gallery-control:before, .modaal-gallery-control:after { display: block; content: " "; position: absolute; top: 16px; left: 25px; width: 4px; height: 18px; border-radius: 4px; background: #fff; transition: background 0.2s ease-in-out; }

.modaal-gallery-control:before { margin: -5px 0 0; transform: rotate(-45deg); }

.modaal-gallery-control:after { margin: 5px 0 0; transform: rotate(45deg); }

.modaal-gallery-next-inner { left: 100%; margin-left: 40px; }

.modaal-gallery-next-outer { right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after { left: 22px; }

.modaal-gallery-prev:before { margin: 5px 0 0; transform: rotate(-45deg); }

.modaal-gallery-prev:after { margin: -5px 0 0; transform: rotate(45deg); }

.modaal-gallery-prev-inner { right: 100%; margin-right: 40px; }

.modaal-gallery-prev-outer { left: 45px; }

.modaal-video-wrap { margin: auto 50px; position: relative; }

.modaal-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); background: #000; max-width: 1300px; margin-left: auto; margin-right: auto; }

.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.modaal-iframe .modaal-content { width: 100%; height: 100%; }

.modaal-iframe-elem { width: 100%; height: 100%; display: block; }

@media only screen and (min-width: 1400px) { .modaal-video-container { padding-bottom: 0; height: 731px; } }

@media only screen and (max-width: 1140px) { .modaal-image .modaal-inner-wrapper { padding-left: 25px; padding-right: 25px; }
  .modaal-gallery-control { top: auto; bottom: 20px; transform: none; background: rgba(0, 0, 0, 0.7); }
  .modaal-gallery-control:before, .modaal-gallery-control:after { background: #fff; }
  .modaal-gallery-next { left: auto; right: 20px; }
  .modaal-gallery-prev { left: 20px; right: auto; } }

@media screen and (max-width: 900px) { .modaal-instagram iframe { width: 500px !important; } }

@media screen and (max-height: 1100px) { .modaal-instagram iframe { width: 700px !important; } }

@media screen and (max-height: 1000px) { .modaal-inner-wrapper { padding-top: 60px; padding-bottom: 60px; }
  .modaal-instagram iframe { width: 600px !important; } }

@media screen and (max-height: 900px) { .modaal-instagram iframe { width: 500px !important; }
  .modaal-video-container { max-width: 900px; max-height: 510px; } }

@media only screen and (max-width: 600px) { .modaal-instagram iframe { width: 280px !important; } }

.modaal-loading-spinner { background: none; position: absolute; width: 200px; height: 200px; top: 50%; left: 50%; margin: -100px 0 0 -100px; transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner { 0% { opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% { opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div { width: 24px; height: 24px; margin-left: 4px; margin-top: 4px; position: absolute; }

.modaal-loading-spinner > div > div { width: 100%; height: 100%; border-radius: 15px; background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) { -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .12s; -moz-animation-delay: .12s; -webkit-animation-delay: .12s; -o-animation-delay: .12s; animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) { -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .25s; -moz-animation-delay: .25s; -webkit-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) { -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .37s; -moz-animation-delay: .37s; -webkit-animation-delay: .37s; -o-animation-delay: .37s; animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) { -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) { -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .62s; -moz-animation-delay: .62s; -webkit-animation-delay: .62s; -o-animation-delay: .62s; animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) { -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .75s; -moz-animation-delay: .75s; -webkit-animation-delay: .75s; -o-animation-delay: .75s; animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) { -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .87s; -moz-animation-delay: .87s; -webkit-animation-delay: .87s; -o-animation-delay: .87s; animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) { -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/******************************************************************
project - top-visual
******************************************************************/
.p-top-visual { position: relative; }

.p-top-visual__scroll { bottom: 15px; left: 0; right: 0; z-index: +1; width: 6em; margin: 0 auto; position: relative; padding-bottom: 16px; position: absolute; color: #ffffff; text-align: center; }

.p-top-visual__scroll::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; right: 0; transform: translate(10px, 0px) rotate(-45deg); transform-origin: bottom left; border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 20px; height: 20px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-top-visual__headline { border-bottom: 1px solid #d5d5d5; background-color: rgba(255, 255, 255, 0.75); padding-top: 1.5rem; padding-bottom: 1.5rem; }

@media print, screen and (min-width: 737px) { .p-top-visual__headline { position: absolute; bottom: 0; z-index: +2; width: 100%; } }

@media screen and (max-width: 736px) { .p-top-visual__headline { padding: 0.75rem; } }

.p-top-visual__headline-inner { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; display: flex; align-items: center; }

@media screen and (max-width: 736px) { .p-top-visual__headline-inner { display: block; padding: 0; } }

.p-top-visual h2 { font-family: serif; font-weight: normal; width: 118px; }

@media print, screen and (min-width: 737px) { .p-top-visual h2 { margin-right: 1.5rem; font-size: 1.4rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-top-visual h2 { font-size: 1.26rem; } }

@media screen and (max-width: 736px) { .p-top-visual h2 { font-size: 1.1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-top-visual h2 { font-size: 0.99rem; } }

.p-top-visual__headline-main { flex-grow: 1; line-height: 1.5; }

@media print, screen and (min-width: 737px) { .p-top-visual__headline-main { width: calc(100% - 118px); padding-left: 1.5rem; position: relative; border-left: 1px solid #696969; }
  .p-top-visual__headline-main::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: -3px; border-left: 1px solid #696969; }
  .p-top-visual__headline-main::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 1px; border-left: 1px solid #696969; } }

.p-top-visual__headline-main p + p { margin-top: 5px; }

.p-top-visual a { color: inherit; text-decoration: none; display: block; }

.p-top-visual a:hover { color: #872d7f; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-top-visual a { display: flex; align-items: center; }
  .p-top-visual a span:first-child { margin-right: 1rem; } }

/******************************************************************
project - campus-nav
******************************************************************/
@media print, screen and (min-width: 737px) { .p-campus-nav { margin: 3rem auto 0 auto; }
  .p-campus-nav .p-campus-nav__main { display: flex; }
  .p-campus-nav .p-campus-nav__main li { width: 50%; box-sizing: border-box; display: flex; }
  .p-campus-nav .p-campus-nav__main li a { flex-grow: 1; position: relative; padding-top: 33.33333%; box-sizing: border-box; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; width: 0; height: 100%; transition-property: width; transition-duration: 0.3s; }
  .p-campus-nav .p-campus-nav__main li a:hover .c-vertical-area::after { width: 100%; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area__inner { z-index: +1; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a { background: center center / cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a .c-vertical-area::after { background-color: #eebbcb; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a { background: center center / cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a .c-vertical-area::after { background-color: #afbfe5; } }

@media screen and (max-width: 736px) { .p-campus-nav { margin: 1.5rem auto 0 auto; }
  .p-campus-nav .p-campus-nav__main { display: flex; }
  .p-campus-nav .p-campus-nav__main li { width: 50%; box-sizing: border-box; display: flex; }
  .p-campus-nav .p-campus-nav__main li a { flex-grow: 1; position: relative; padding-top: 75%; box-sizing: border-box; }
  .p-campus-nav .p-campus-nav__main li a .c-vertical-area__inner { padding: 1.875rem 3rem; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__hino a { background: url(/common/img/campus_hino.jpg) center center/cover no-repeat; }
  .p-campus-nav .p-campus-nav__main .p-campus-nav__shibuya a { background: url(/common/img/campus_shibuya.jpg) center center/cover no-repeat; } }

/******************************************************************
project - pickup-main
******************************************************************/
a.p-pickup-main { color: inherit; text-decoration: none; }

a.p-pickup-main:hover { color: #872d7f; text-decoration: none; }

.p-pickup-main { background-color: #f3f3f2; }

.p-pickup-main__img { border-right: 2px solid #872d7f; }

@media screen and (max-width: 736px) { .p-pickup-main__img { border-right: 0; border-bottom: 2px solid #872d7f; } }

.p-pickup-main__img img { width: 100%; }

.p-pickup-main__title { font-weight: normal; }

/******************************************************************
project - pickup-card
******************************************************************/
a.p-pickup-card { color: inherit; text-decoration: none; }

a.p-pickup-card:hover { color: #872d7f; text-decoration: none; }

.p-pickup-card { display: flex; flex-direction: column; }

.p-pickup-card__body { order: 2; line-height: 1.6; }

.p-pickup-card__title { font-weight: normal; margin-bottom: 0.75rem; position: relative; padding-left: 8px; padding-left: 15px; }

@media screen and (max-width: 736px) { .p-pickup-card__title { margin-bottom: 0.5625rem; } }

.p-pickup-card__title::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(8px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-pickup-card__headimage { order: 1; margin-bottom: 1.3rem; min-height: 0%; }

@media screen and (max-width: 736px) { .p-pickup-card__headimage { margin-bottom: 0.975rem; } }

/******************************************************************
project - people-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-people-list__item { display: flex; flex-direction: column; }
  .p-people-list a.p-people-list__item { color: inherit; text-decoration: none; }
  .p-people-list a.p-people-list__item:hover { color: #872d7f; text-decoration: none; }
  .p-people-list a.p-people-list__item img { transition-property: transform; transition-duration: 0.3s; }
  .p-people-list a.p-people-list__item:hover img { transform: translate(4px, 4px); }
  .p-people-list__body { order: 2; }
  .p-people-list__title { font-weight: normal; position: relative; padding-left: 8px; padding-left: 15px; }
  .p-people-list__title::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(8px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .p-people-list__note { color: #872d7f; font-size: 0.8rem; line-height: 1.6; margin-top: 0.5rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-people-list__note { font-size: 0.8rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-people-list__note { margin-top: 0.375rem; } }

@media print, screen and (min-width: 737px) { .p-people-list__img { order: 1; padding-right: 30%; padding-bottom: 10%; margin-bottom: 1rem; }
  .p-people-list div:nth-child(1) .p-people-list__img { background: url(/common/img/people_pattern_1.png) right bottom/48% auto no-repeat; }
  .p-people-list div:nth-child(2) .p-people-list__img { background: url(/common/img/people_pattern_2.png) right bottom/76% auto no-repeat; }
  .p-people-list div:nth-child(3) .p-people-list__img { background: url(/common/img/people_pattern_3.png) right bottom/50% auto no-repeat; } }

@media screen and (max-width: 736px) { .p-people-list__item { display: flex; color: inherit; text-decoration: none; }
  .p-people-list__item:hover { color: #872d7f; text-decoration: none; }
  .p-people-list__body { order: 2; width: 65%; box-sizing: border-box; padding-top: 1rem; }
  .p-people-list__title { font-weight: normal; }
  .p-people-list__note { color: #872d7f; font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-people-list__note { font-size: 0.8rem; } }

@media screen and (max-width: 736px) { .p-people-list__img { order: 1; width: 35%; box-sizing: border-box; padding-right: 1rem; padding-bottom: 7%; }
  .p-people-list div:nth-child(1) a { background: url(/common/img/people_pattern_1.png) 28% bottom/27% auto no-repeat; }
  .p-people-list div:nth-child(2) a { background: url(/common/img/people_pattern_2.png) 10% bottom/43% auto no-repeat; }
  .p-people-list div:nth-child(3) a { background: url(/common/img/people_pattern_3.png) 10% bottom/34% auto no-repeat; } }

/******************************************************************
project - news-genre-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-news-genre-list { display: flex; justify-content: center; margin-right: -1rem; }
  .p-news-genre-list__item { margin-right: 1rem; }
  .p-news-genre-list a { color: inherit; text-decoration: none; }
  .p-news-genre-list a:hover { color: #872d7f; text-decoration: none; }
  .p-news-genre-list .c-badge { min-width: 9em; } }

@media screen and (max-width: 736px) { .p-news-genre-list { display: table; width: 100%; }
  .p-news-genre-list__item { display: table-cell; letter-spacing: -1px; }
  .p-news-genre-list__item a { display: block; min-width: 4em; } }

/******************************************************************
project - diary
******************************************************************/
@media print, screen and (min-width: 737px) { .p-diary { margin: 3rem auto 6rem auto; }
  .p-diary li { margin-right: 20px; }
  .p-diary li a { display: block; overflow: hidden; background-size: cover; background-position: center center; transition-property: transform; transition-duration: 0.3s; }
  .p-diary li a:hover { transform: scale(1.02, 1.02); } }

@media screen and (max-width: 736px) { .p-diary { margin: 1.5rem auto 3rem auto; }
  .p-diary li { margin-right: 10px; }
  .p-diary li a { display: block; background-size: cover; background-position: center center; }
  .p-diary li a img { width: 130px; } }

/******************************************************************
project - department-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-department-list__item a { display: block; position: relative; background-color: #f0f0ef; transition-property: background, box-shadow; transition-duration: 0.3s; }
  .p-department-list__item a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; bottom: 0; left: 0; width: 100%; height: 0; transition-property: height; transition-duration: 0.3s; }
  .p-department-list__item a:hover { background-color: #ffffff; z-index: 100; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .p-department-list__item-new { display: none; position: absolute; top: 0; left: 0; width: 100%; } }

@media screen and (max-width: 736px) { .p-department-list__item a { display: block; position: relative; }
  .p-department-list__item-new { display: none; position: absolute; top: 0; left: 0; width: 100%; } }

/******************************************************************
project - calendar-s
******************************************************************/
.p-calendar-s__title { font-size: 1rem; text-align: center; }

@media screen and (max-width: 736px) { .p-calendar-s__title { font-size: 0.9rem; } }

.p-calendar-s__caption { display: flex; background-color: #9f5799; }

.p-calendar-s__caption p { order: 2; flex-grow: 1; color: #fff; font-weight: bold; text-align: center; padding: 0.5rem; }

@media screen and (max-width: 736px) { .p-calendar-s__caption p { padding: 0.375rem; } }

.p-calendar-s__prev { order: 1; width: 2em; display: flex; }

.p-calendar-s__prev a { width: 2em; flex-grow: 1; position: relative; transition-property: opacity; transition-duration: 0.3s; }

.p-calendar-s__prev a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(2px, 0) rotate(225deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-calendar-s__prev a:hover { opacity: 0.7; }

.p-calendar-s__next { order: 3; width: 2em; display: flex; }

.p-calendar-s__next a { width: 2em; flex-grow: 1; position: relative; transition-property: opacity; transition-duration: 0.3s; }

.p-calendar-s__next a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(-2px, 0) rotate(45deg); border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-calendar-s__next a:hover { opacity: 0.7; }

/******************************************************************
project - general-calendar
******************************************************************/
.p-general-calendar th { width: 15%; text-align: center; white-space: nowrap; color: #9f5799; }

.p-general-calendar th span { font-size: 3rem; }

@media screen and (max-width: 736px) { .p-general-calendar th span { font-size: 2.7rem; } }

@media screen and (max-width: 736px) { .p-general-calendar th span { font-size: 1.2rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-general-calendar th span { font-size: 1.08rem; } }

.p-general-calendar tr > :last-child { width: 25%; text-align: right; }

@media print, screen and (min-width: 737px) { .p-top-admissions { display: none; } }

.p-top-admissions { margin: 0.75rem; margin-bottom: 0; }

.p-top-admissions a { display: block; text-align: center; border: 1px solid #e2cfe0; background-color: #f8f3f8; font-weight: bold; padding: 0.7em; }

.p-top-admissions a span { display: inline-block; position: relative; padding-left: 7px; padding-left: 0.75em; }

.p-top-admissions a span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0px; height: 8px; border-color: #9f5799; border-style: solid; border-right-width: 0; border-left-width: 7px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

/******************************************************************
project - oc
******************************************************************/
.p-oc-body { background-color: #fbf5fe; }

.l-footer { background-color: #fff; }

.p-oc-menu { background-size: auto auto; background-color: #fbf5fe; background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fbdffb 5px, #fbdffb 7px); }

.p-oc-menu__inner { padding-top: 2rem; padding-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-oc-menu__inner { padding-top: 1rem; padding-bottom: 1rem; } }

.p-oc-menu__anker { border: 1px solid #f99bbe; background-color: #fff; box-sizing: border-box; padding: 12px 16px; color: #ff2a7a; text-decoration: none; text-align: center; line-height: 1.4; min-height: 4.6em; transition-property: background; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-menu__anker { min-height: 0; } }

.p-oc-menu__anker:hover { color: #ff2a7a; text-decoration: none; background-color: #fff9fb; }

.p-oc-heading2 { text-align: center; padding-left: 0; margin-top: 5rem; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-oc-heading2 { margin-top: 3rem; margin-bottom: 1.5rem !important; } }

.p-oc .c-heading2 { text-align: center; padding-left: 0; margin-top: 5rem; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-oc .c-heading2 { margin-top: 3rem; margin-bottom: 1.5rem !important; } }

.p-oc .c-heading2::before { content: none; }

.p-oc-learning__bungaku, .p-oc-learning__hles, .p-oc-learning__human_sociology, .p-oc-learning__junior_college { background-color: #fff; box-sizing: border-box; padding: 6px 16px; text-decoration: none; text-align: center; line-height: 1.4; min-height: 4.6em; transition-property: opacity; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-learning__bungaku, .p-oc-learning__hles, .p-oc-learning__human_sociology, .p-oc-learning__junior_college { min-height: 3em; } }

.p-oc-learning__bungaku:hover, .p-oc-learning__hles:hover, .p-oc-learning__human_sociology:hover, .p-oc-learning__junior_college:hover { text-decoration: none; }

.p-oc-learning__bungaku { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; color: #106ab3; }

.p-oc-learning__bungaku:hover { opacity: 0.6; color: #106ab3; }

.p-oc-learning__hles { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; color: #de1c3f; }

.p-oc-learning__hles:hover { opacity: 0.6; color: #de1c3f; }

.p-oc-learning__human_sociology { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; color: #0a8885; }

.p-oc-learning__human_sociology:hover { opacity: 0.6; color: #0a8885; }

.p-oc-learning__junior_college { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; color: #5438ca; }

.p-oc-learning__junior_college:hover { opacity: 0.6; color: #5438ca; }

.p-oc-movie .c-card { background-color: #fff; }

.p-oc-insta { background: linear-gradient(135deg, #d0f1fc 0%, #fce9eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ margin-top: 5rem; padding: 3rem; }

@media print, screen and (min-width: 737px) { .p-oc-insta { display: flex; } }

@media print, screen and (max-width: 1000px) { .p-oc-insta { padding: 5%; } }

@media screen and (max-width: 736px) { .p-oc-insta { margin-top: 3rem; padding: 1rem; } }

.p-oc-insta__main { text-align: center; }

@media print, screen and (min-width: 737px) { .p-oc-insta__main { width: 50%; display: flex; flex-direction: column; justify-content: center; } }

.p-oc-insta__main-inner { display: inline-block; }

.p-oc-insta__main-inner iframe { min-width: 200px !important; }

.p-oc-insta__head { box-sizing: border-box; padding: 3rem 2rem; width: calc(50% - 2rem); text-align: center; }

@media print, screen and (min-width: 737px) { .p-oc-insta__head { margin-right: 2rem; display: flex; flex-direction: column; justify-content: center; } }

@media print, screen and (max-width: 1000px) { .p-oc-insta__head { padding: 5% 5%; width: calc(50% - 2%); } }

@media screen and (max-width: 736px) { .p-oc-insta__head { padding: 1.5rem 1rem; width: 100%; margin-bottom: 0.9375rem; } }

.p-oc-insta__title { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-oc-insta__title { margin-bottom: 0.75rem; }
  .p-oc-insta__title img { max-width: 70%; } }

.p-oc-insta__copy { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .p-oc-insta__copy { margin-bottom: 1.125rem; } }

.p-oc-insta__btn a { display: inline-block; background-color: #ff2a7a; color: #fff; text-align: center; min-width: 13em; padding: 0.6em 0; border-radius: 4em; font-weight: bold; transition-property: background; transition-duration: 0.3s; }

.p-oc-insta__btn a:hover { color: #fff; text-decoration: none; background-color: #ff4e90; }

.p-oc-card--bungaku, .p-oc-card--hles, .p-oc-card--human_sociology, .p-oc-card--junior_college, .p-oc-card--other { background-color: #fff; box-sizing: border-box; text-decoration: none; transition-property: opacity; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-oc-card--bungaku, .p-oc-card--hles, .p-oc-card--human_sociology, .p-oc-card--junior_college, .p-oc-card--other { min-height: 0; } }

.p-oc-card--bungaku:hover, .p-oc-card--hles:hover, .p-oc-card--human_sociology:hover, .p-oc-card--junior_college:hover, .p-oc-card--other:hover { text-decoration: none; color: inherit !important; }

.p-oc-card--bungaku .c-card__title, .p-oc-card--hles .c-card__title, .p-oc-card--human_sociology .c-card__title, .p-oc-card--junior_college .c-card__title, .p-oc-card--other .c-card__title { font-size: 100%; }

.p-oc-card--bungaku { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; }

.p-oc-card--bungaku .c-card__title { color: #106ab3; }

.p-oc-card--hles { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; }

.p-oc-card--hles .c-card__title { color: #de1c3f; }

.p-oc-card--human_sociology { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; }

.p-oc-card--human_sociology .c-card__title { color: #0a8885; }

.p-oc-card--junior_college { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; }

.p-oc-card--junior_college .c-card__title { color: #5438ca; }

.p-oc-card--other { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); border: 1px solid #c7c7c7; }

.p-oc__detail { padding: 2rem; }

@media screen and (max-width: 736px) { .p-oc__detail { padding: 1rem; } }

.p-oc__detail--bungaku { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #eef5fd 4px, #eef5fd 6px); border: 1px solid #93b4cf; }

.p-oc__detail--hles { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff3f5 4px, #fff3f5 6px); border: 1px solid #dd9da8; }

.p-oc__detail--human_sociology { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f1fbfb 4px, #f1fbfb 6px); border: 1px solid #a2c4c4; border: 1px solid #a2c4c4; }

.p-oc__detail--junior_college { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f4fd 4px, #f7f4fd 6px); border: 1px solid #a7a2c2; }

.p-oc__detail--other { background-size: auto auto; background-color: white; background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f7f7f7 4px, #f7f7f7 6px); border: 1px solid #c7c7c7; }

.p-oc-back { text-align: center; }

.p-oc-back a { display: inline-block; background-color: #ff2a7a; color: #fff; text-align: center; min-width: 13em; padding: 0.6em 3em; border-radius: 4em; font-weight: bold; transition-property: background; transition-duration: 0.3s; }

.p-oc-back a:hover { color: #fff; text-decoration: none; background-color: #ff4e90; }

/******************************************************************
project - academy
******************************************************************/
.p-academy-btn { display: inline-block; text-align: left; min-width: 14em; padding: 6px 10px; border: 1px solid #bc89b7; background: #ffffff url(/common/img/academy_arrow1.png) right 8px bottom 8px no-repeat; transition-property: background; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-academy-btn { padding: 8px 10px 4px 10px; } }

.p-academy-btn:hover { text-decoration: none; background: #ffffff url(/common/img/academy_arrow1.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-academy-chair { background: url(/common/img/academy_bg2.png) left top no-repeat, url(/common/img/academy_bg1.jpg) bottom center/contain no-repeat; }
  .p-academy-chair__main { padding-right: 40%; }
  .p-academy-chair__main > *:not(:last-child) { margin-bottom: 2rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-academy-chair__main > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-academy-chair__title { padding: 15vw 40% 15vw 2vw; background: url(/common/img/academy_bg1.jpg) center right/115% no-repeat; } }

.p-academy-bg { background: url(/common/img/academy_bg3.png) right top repeat-y, url(/common/img/academy_bg4.png) left top repeat-y; }

@media print, screen and (max-width: 1000px) { .p-academy-bg { background: url(/common/img/academy_bg3.png) right top/20vw auto repeat-y, url(/common/img/academy_bg4.png) left top/20vw auto repeat-y; } }

@media print, screen and (min-width: 737px) { .p-academy-shimoda-text { border-top: 1px solid #6C6C6C; border-bottom: 1px solid #6C6C6C; padding-top: 2rem; padding-bottom: 2rem; } }

.p-academy-shimoda-menu__item { background-color: #f6f6f6; }

.p-academy-shimoda-menu__item a:hover { background-color: #e9e9e9; }

.p-academy-shimoda-menu__item:nth-child(even) { background-color: #ececec; }

.p-academy-shimoda-menu__item:nth-child(even) a:hover { background-color: #dfdfdf; }

.p-academy-shimoda-menu a { transition-property: background; transition-duration: 0.3s; color: inherit; text-decoration: none; }

.p-academy-shimoda-menu a:hover { color: #872d7f; text-decoration: none; }

.p-academy-shimoda-menu a:hover { color: inherit; }

.p-academy-shimoda-menu a:hover .c-vertical-area__inner { background: url(/common/img/academy_arrow2.png) right 3px bottom 8px no-repeat; }

.p-academy-shimoda-menu .c-vertical-area__inner { background: url(/common/img/academy_arrow2.png) right 8px bottom 8px no-repeat; transition-property: background; transition-duration: 0.3s; padding: 2rem 1rem 2rem 1rem; }

@media screen and (max-width: 736px) { .p-academy-shimoda-menu .c-vertical-area__inner { padding: 1.4rem 1rem 1.4rem 1rem; } }

.p-academy-menu { border-top: 1px solid #872d7f; border-left: 1px solid #872d7f; }

.p-academy-menu__item { border-bottom: 1px solid #872d7f; border-right: 1px solid #872d7f; }

.p-academy-menu__item .c-vertical-area { box-sizing: border-box; background: url(/common/img/academy_arrow3.png) right 8px bottom 8px no-repeat; transition-property: background; transition-duration: 0.3s; background-color: #ffffff; min-height: 5.5em; padding: 0.5rem 1rem; }

@media screen and (max-width: 736px) { .p-academy-menu__item .c-vertical-area { min-height: 3.5em; padding: 0.375rem 0.75rem; } }

.p-academy-menu__item .c-vertical-area:hover { background: url(/common/img/academy_arrow3.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

.p-academy-menu__charm { display: block; background: url(/common/img/academy_arrow3.png) right 8px bottom 8px no-repeat; transition-property: background; transition-duration: 0.3s; background-color: #ffffff; }

.p-academy-menu__charm-main { box-sizing: border-box; padding: 1.5rem 2rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-main { padding: 0.75rem 0.75rem; } }

.p-academy-menu__charm-title { font-weight: normal; margin-bottom: 0.75rem; font-size: 1.3rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-title { font-size: 1.17rem; } }

.p-academy-menu__charm-copy { margin-bottom: 5px; }

.p-academy-menu__charm-text { font-size: 0.9rem; }

@media screen and (max-width: 736px) { .p-academy-menu__charm-text { font-size: 0.81rem; } }

.p-academy-menu__charm:hover { background: url(/common/img/academy_arrow3.png) right 3px bottom 8px no-repeat; background-color: #fcf7fa; text-decoration: none; }

@media print, screen and (min-width: 737px) { .p-academy-menu__dt { display: flex; }
  .p-academy-menu__dt-title { min-width: 10em; border-right: 1px dotted #872d7f; }
  .p-academy-menu__dt-data { padding-left: 2em; } }

@media screen and (max-width: 736px) { .p-academy-menu__dt { padding: 0.375rem 0; }
  .p-academy-menu__dt-title { display: block; border-bottom: 1px dotted #872d7f; margin-bottom: 6px; }
  .p-academy-menu__dt-data { display: block; font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-academy-menu__dt-data { font-size: 0.8rem; } }

/******************************************************************
project - exam
******************************************************************/
@media print, screen and (max-width: 768px) { .p-exam-visual { margin-top: 2rem; } }

.p-exam-visual .c-card { background-color: #ffffff; border-color: #dfe2e2; }

.p-exam-visual .c-card:hover { color: inherit; }

.p-exam-visual .c-card__body { padding-top: 2rem; padding-bottom: 2rem; line-height: 1.8; }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__body { padding: 0.75rem; font-size: 0.9rem; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam-visual .c-card__body { font-size: 0.81rem; } }

.p-exam-visual .c-card__title { padding-bottom: 2rem; color: #c355a3; text-align: center; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .p-exam-visual .c-card__title { font-size: 1.08rem; } }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__title { padding-bottom: 0.75rem; } }

.p-exam-visual .c-card__headimage { margin: 6px; }

@media print, screen and (max-width: 768px) { .p-exam-visual .c-card__headimage { margin: 3px; } }

.p-exam-nav { text-align: center; }

.p-exam-nav a { display: block; color: #c355a3; }

.p-exam-nav a:hover { text-decoration: none; }

.p-exam-nav__icon { display: block; border-radius: 100%; background: #c355a3; }

@media print, screen and (min-width: 769px) { .p-exam-nav__icon { position: relative; margin: 1.5rem auto 0 auto; width: 42px; height: 42px; transition-property: background transform; transition-duration: 0.3s; }
  .p-exam-nav__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(6px, 11px) rotate(-135deg); transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (max-width: 768px) { .p-exam-nav__icon { position: relative; margin: 0.375rem auto 1.125rem auto; width: 32px; height: 32px; }
  .p-exam-nav__icon::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; left: 0; transform: translate(6px, 11px) rotate(-135deg); transform-origin: top left; border-top: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 12px; height: 12px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }

@media print, screen and (min-width: 769px) { a:hover .p-exam-nav__icon { background: #d07bb7; transform: translateY(10px); } }

.p-exam__menu .c-grid__item3 { border: 1px solid #e2e2e2; background-color: #ffffff; }

.p-exam__menu a { box-sizing: border-box; text-align: center; color: #c355a3; transition-property: border background; transition-duration: 0.3s; font-size: 1.2rem; padding: 3rem 0.5rem; border: 5px solid #f6e7f1; }

@media screen and (max-width: 736px) { .p-exam__menu a { font-size: 1.08rem; } }

@media print, screen and (max-width: 768px) { .p-exam__menu a { font-size: 1rem; padding: 1.125rem 0.375rem; border: 3px solid #f6e7f1; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam__menu a { font-size: 0.9rem; } }

.p-exam__menu a:hover { border: 5px solid #c355a3; background-color: #c355a3; color: #ffffff; text-decoration: none; }

@media print, screen and (max-width: 768px) { .p-exam__menu a:hover { border: 3px solid #c355a3; } }

@media print, screen and (min-width: 769px) { .p-exam-outer { padding-top: 3rem; }
  .p-exam { background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; margin-top: 3rem; }
  .p-exam--dot2, .p-exam--dot3, .p-exam--dot4 { margin-bottom: 3rem; }
  .p-exam::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: -3rem; right: 0; left: 0; width: 1100px; height: 3rem; }
  .p-exam--dot1::before { background: url(/common/img/exam_dot1.png); }
  .p-exam--dot2::before { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::before { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::before { background: url(/common/img/exam_dot4.png); }
  .p-exam::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: -3rem; left: 0; width: 100%; height: 3rem; }
  .p-exam--dot2::after { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::after { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::after { background: url(/common/img/exam_dot4.png); }
  .p-exam--dot2 .p-exam__title { margin-left: auto; }
  .p-exam--dot4 .p-exam__title { margin-left: auto; }
  .p-exam__title { position: relative; top: -3rem; width: 36%; padding: 3rem 2rem; background-color: #ffffff; border: 1px solid #e2e2e2; }
  .p-exam__title h2 { font-weight: normal; color: #c355a3; font-size: 2rem; margin-bottom: 1.5rem; } }

@media screen and (min-width: 769px) and (max-width: 736px) { .p-exam__title h2 { font-size: 1.8rem; } }

@media print, screen and (max-width: 768px) { .p-exam-outer { padding-top: 1rem; }
  .p-exam { background-position: top center; background-repeat: no-repeat; background-size: 100% auto; position: relative; margin-top: 1rem; padding-top: 25vw; }
  .p-exam--dot2 .c-section__bottom, .p-exam--dot3 .c-section__bottom, .p-exam--dot4 .c-section__bottom { margin-bottom: 0; }
  .p-exam::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: -1rem; right: 0; left: 0; width: 100%; height: 1rem; }
  .p-exam--dot1::before { background: url(/common/img/exam_dot1.png); }
  .p-exam--dot2::before { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::before { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::before { background: url(/common/img/exam_dot4.png); }
  .p-exam::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: -3rem; left: 0; width: 100%; height: 1rem; }
  .p-exam--dot2::after { background: url(/common/img/exam_dot2.png); }
  .p-exam--dot3::after { background: url(/common/img/exam_dot3.png); }
  .p-exam--dot4::after { background: url(/common/img/exam_dot4.png); }
  .p-exam__title { position: relative; padding: 1.5rem 1.5rem; background-color: #ffffff; border: 1px solid #e2e2e2; margin-bottom: 1rem; }
  .p-exam__title h2 { font-weight: normal; color: #c355a3; font-size: 1.6rem; margin-bottom: 1.125rem; } }

@media screen and (max-width: 768px) and (max-width: 736px) { .p-exam__title h2 { font-size: 1.44rem; } }

.p-exam-menu { background: url(/common/img/exam_dot1.png) left top; }

.p-exam-menu a { background-color: #ffffff; border: 1px solid #e2e2e2; padding: 0.8rem 0.6rem; box-sizing: border-box; text-align: center; color: inherit; text-decoration: none; transition-property: color background; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-exam-menu a { padding-top: 0.9rem; } }

.p-exam-menu a:hover { color: #872d7f; text-decoration: none; }

.p-exam-menu a:hover { color: #ffffff; background-color: #c355a3; }

.p-exam-banner { background: url(/common/img/exam_dot1.png); margin-top: 8rem; margin-bottom: 3rem; }

@media print, screen and (max-width: 768px) { .p-exam-banner { margin-top: 6rem; margin-bottom: 0; } }

.p-exam-banner > div:first-child a { transform: translateY(-2em); }

@media print, screen and (max-width: 768px) { .p-exam-banner > div:first-child a { transform: translateY(-1em); } }

.p-exam-banner > div:last-child a { margin-left: auto; transform: translateY(2em); }

@media print, screen and (max-width: 768px) { .p-exam-banner > div:last-child a { transform: translateY(1em); } }

.p-exam-banner a { width: 60%; }

@media print, screen and (max-width: 768px) { .p-exam-banner a { width: 90%; } }

.p-exam-banner .c-vertical-area__title { font-weight: normal; font-size: 1.8rem; }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.62rem; } }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.4rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-exam-banner .c-vertical-area__title { font-size: 1.26rem; } }

.p-exam-banner .c-vertical-area__title span { display: block; font-size: 0.8rem; line-height: 1.6; }

@media screen and (max-width: 736px) { .p-exam-banner .c-vertical-area__title span { font-size: 0.8rem; } }

.p-exam-contact { text-align: left; }

@media print, screen and (min-width: 769px) { .p-exam-contact { border: 6px solid #f6e7f1; display: inline-flex; align-items: center; } }

@media print, screen and (max-width: 768px) { .p-exam-contact { border: 3px solid #f6e7f1; } }

@media print, screen and (min-width: 769px) { .p-exam-contact__left { padding: 1rem 3rem; } }

@media print, screen and (max-width: 768px) { .p-exam-contact__left { padding: 0.75rem; } }

.p-exam-contact__left a { color: #c355a3; }

@media print, screen and (min-width: 769px) { .p-exam-contact__right { border-left: 1px solid #e2e2e2; padding: 1.5rem; } }

@media print, screen and (max-width: 768px) { .p-exam-contact__right { border-top: 1px solid #e2e2e2; padding: 0.75rem; } }

/******************************************************************
project - philosophy
******************************************************************/
.p-philosophy { border: 0; }

.p-philosophy__body { border: 1px solid #b9b9b9; background-color: #f9f4f9; padding: 3rem; padding-bottom: 4rem; }

.p-philosophy__body > *:not(:last-child) { margin-bottom: 2.5rem; }

@media screen and (max-width: 736px) { .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.875rem; } }

@media screen and (max-width: 736px) { .p-philosophy__body { padding: 1.125rem; padding-bottom: 1.875rem; }
  .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-philosophy__body > *:not(:last-child) { margin-bottom: 1.125rem; } }

.p-philosophy__copy { text-align: center; color: #872d7f; line-height: 1.6; font-size: 2.2rem; }

@media screen and (max-width: 736px) { .p-philosophy__copy { font-size: 1.98rem; } }

@media screen and (max-width: 736px) { .p-philosophy__copy { font-size: 1.8rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-philosophy__copy { font-size: 1.62rem; } }

/******************************************************************
project - people-info
******************************************************************/
.p-people-info { background: #fbfbfb; border: 1px solid #b9b9b9; display: flex; align-items: center; padding: 1.5rem; }

@media screen and (max-width: 736px) { .p-people-info { padding: 1.125rem; } }

@media screen and (max-width: 736px) { .p-people-info { display: block; } }

.p-people-info__thum-inner { margin-right: 2rem; position: relative; display: inline-block; margin-bottom: 15px; }

.p-people-info__thum-inner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border2.png); transform: translate(15px, 15px); }

.p-people-info__thum-inner img { max-width: none; position: relative; z-index: +1; }

@media screen and (max-width: 736px) { .p-people-info__thum-inner { margin-right: 0; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-people-info__thum { text-align: center; } }

.p-people-info__main { flex-grow: 1; }

.p-people-info__catch { font-weight: normal; color: #872d7f; font-size: 1.5rem; }

.color-faculty-bungaku .p-people-info__catch { color: #6994b7; }

.color-faculty-life .p-people-info__catch { color: #cb7786; }

.color-faculty-human .p-people-info__catch { color: #7eaaa9; }

.color-faculty-junior .p-people-info__catch { color: #857da7; }

.color-bungaku .p-people-info__catch { color: #5ca5bb; }

.color-eibungaku .p-people-info__catch { color: #5bbfe1; }

.color-bibi .p-people-info__catch { color: #8ea0ac; }

.color-diet .p-people-info__catch { color: #e39e8a; }

.color-environment .p-people-info__catch { color: #d2a663; }

.color-seibun .p-people-info__catch { color: #b594bc; }

.color-gendaiseikatsu .p-people-info__catch { color: #f0889d; }

.color-sociology .p-people-info__catch { color: #91b19b; }

.color-Japanese-commu .p-people-info__catch { color: #a89eab; }

.color-english-commu .p-people-info__catch { color: #9bb2da; }

.color-department-bungaku .p-people-info__catch { color: #6994b7; }

.color-department-life .p-people-info__catch { color: #cb7786; }

.color-department-human .p-people-info__catch { color: #7eaaa9; }

@media screen and (max-width: 736px) { .p-people-info__catch { font-size: 1.35rem; } }

@media screen and (max-width: 736px) { .p-people-info__catch { font-size: 1.2rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-people-info__catch { font-size: 1.08rem; } }

.p-people-info__title { font-weight: normal; }

/******************************************************************
project - time-schedule
******************************************************************/
.p-time-schedule { border-top: 1px solid #d5d5d5; }

.p-time-schedule__item { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #d5d5d5; padding-top: 1.4rem; padding-bottom: 1.4rem; }

@media screen and (max-width: 736px) { .p-time-schedule__item { padding-top: 1.05rem; padding-bottom: 1.05rem; } }

.p-time-schedule__time { display: flex; align-items: center; }

.p-time-schedule__time-img { margin-right: 0.5rem; }

.p-time-schedule__time-text { color: #872d7f; }

@media print, screen and (min-width: 737px) { .p-time-schedule__time-text { width: 140px; } }

.p-time-schedule__time-text span { font-size: 2rem; }

@media screen and (max-width: 736px) { .p-time-schedule__time-text span { font-size: 1.8rem; } }

.p-time-schedule__thum { margin-right: 1rem; }

@media screen and (max-width: 736px) { .p-time-schedule__thum img { width: 70px; } }

.p-time-schedule__main { flex-grow: 1; }

@media screen and (max-width: 736px) { .p-time-schedule__main { width: 100%; } }

/******************************************************************
project - teacher-info
******************************************************************/
.p-teacher-info { background: #fbfbfb; border: 1px solid #b9b9b9; display: table; box-sizing: border-box; width: 100%; padding: 1.5rem; }

@media screen and (max-width: 736px) { .p-teacher-info { padding: 1.125rem; } }

@media screen and (max-width: 736px) { .p-teacher-info { display: block; } }

.p-teacher-info__thum { display: table-cell; vertical-align: top; width: 10%; }

@media screen and (max-width: 736px) { .p-teacher-info__thum { display: block; width: 100%; } }

.p-teacher-info__thum-inner { margin-right: 2rem; position: relative; display: inline-block; margin-bottom: 15px; }

.p-teacher-info__thum-inner::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/common/img/bg_img_border2.png); transform: translate(15px, 15px); }

.p-teacher-info__thum-inner img { max-width: none; position: relative; z-index: +1; }

@media screen and (max-width: 736px) { .p-teacher-info__thum-inner { margin-right: 0; margin-bottom: 1.5rem; } }

@media screen and (max-width: 736px) { .p-teacher-info__thum { text-align: center; } }

.p-teacher-info__main { display: table-cell; vertical-align: top; }

@media screen and (max-width: 736px) { .p-teacher-info__main { display: block; } }

.p-teacher-info__position { color: #872d7f; margin-bottom: 1rem; }

.color-faculty-bungaku .p-teacher-info__position { color: #6994b7; }

.color-faculty-life .p-teacher-info__position { color: #cb7786; }

.color-faculty-human .p-teacher-info__position { color: #7eaaa9; }

.color-faculty-junior .p-teacher-info__position { color: #857da7; }

.color-bungaku .p-teacher-info__position { color: #5ca5bb; }

.color-eibungaku .p-teacher-info__position { color: #5bbfe1; }

.color-bibi .p-teacher-info__position { color: #8ea0ac; }

.color-diet .p-teacher-info__position { color: #e39e8a; }

.color-environment .p-teacher-info__position { color: #d2a663; }

.color-seibun .p-teacher-info__position { color: #b594bc; }

.color-gendaiseikatsu .p-teacher-info__position { color: #f0889d; }

.color-sociology .p-teacher-info__position { color: #91b19b; }

.color-Japanese-commu .p-teacher-info__position { color: #a89eab; }

.color-english-commu .p-teacher-info__position { color: #9bb2da; }

.color-department-bungaku .p-teacher-info__position { color: #6994b7; }

.color-department-life .p-teacher-info__position { color: #cb7786; }

.color-department-human .p-teacher-info__position { color: #7eaaa9; }

.p-teacher-info__title { font-weight: normal; }

.p-teacher-info__about th { width: 9em; font-weight: normal; vertical-align: top; text-align: left; }

.p-teacher-info__about td { width: calc(100% - 9em); vertical-align: top; }

/******************************************************************
project - department-grid
******************************************************************/
@media print, screen and (min-width: 801px) { .p-department-grid { display: flex; }
  .p-department-grid__text { box-sizing: border-box; width: 34.5%; margin-right: 2rem; }
  .p-department-grid__main { width: 65.5%; } }

@media print, screen and (max-width: 800px) { .p-department-grid__text { margin-bottom: 1.5rem; } }

/******************************************************************
project - department-blog
******************************************************************/
.p-department-blog-title { font-family: 'Kosugi Maru', sans-serif; text-align: center; margin-bottom: 1rem !important; }

.blog-life .p-department-blog-title, .blog-bungaku .p-department-blog-title, .blog-eibungaku .p-department-blog-title, .blog-bibi .p-department-blog-title, .blog-diet .p-department-blog-title, .blog-environment .p-department-blog-title, .blog-seibun .p-department-blog-title, .blog-gendaiseikatsu .p-department-blog-title, .blog-sociology .p-department-blog-title, .blog-Japanese-commu .p-department-blog-title, .blog-english-commu .p-department-blog-title { box-sizing: border-box; padding: 2.5rem 120px 1rem 120px; min-height: 120px; }

@media screen and (max-width: 736px) { .blog-life .p-department-blog-title, .blog-bungaku .p-department-blog-title, .blog-eibungaku .p-department-blog-title, .blog-bibi .p-department-blog-title, .blog-diet .p-department-blog-title, .blog-environment .p-department-blog-title, .blog-seibun .p-department-blog-title, .blog-gendaiseikatsu .p-department-blog-title, .blog-sociology .p-department-blog-title, .blog-Japanese-commu .p-department-blog-title, .blog-english-commu .p-department-blog-title { padding: 0 63px 0.75rem 63px; min-height: 80px; } }

.blog-life .p-department-blog-title { background: url(/common/img/blog-hand-life.png) right bottom no-repeat, url(/common/img/blog-line-life.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-life .p-department-blog-title { background: url(/common/img/blog-hand-life.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-life.png) left bottom -6px repeat-x; text-align: left; padding-left: 0; font-size: 1.2rem; }
  .blog-life .p-department-blog-title img { max-width: 40%; } }

.blog-bungaku .p-department-blog-title { background: url(/common/img/blog-hand-bungaku.png) right bottom no-repeat, url(/common/img/blog-line-bungaku.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-bungaku .p-department-blog-title { background: url(/common/img/blog-hand-bungaku.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-bungaku.png) left bottom -6px repeat-x; } }

.blog-eibungaku .p-department-blog-title { background: url(/common/img/blog-hand-eibungaku.png) right bottom no-repeat, url(/common/img/blog-line-eibungaku.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-eibungaku .p-department-blog-title { background: url(/common/img/blog-hand-eibungaku.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-eibungaku.png) left bottom -6px repeat-x; } }

.blog-bibi .p-department-blog-title { background: url(/common/img/blog-hand-bibi.png) right bottom no-repeat, url(/common/img/blog-line-bibi.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-bibi .p-department-blog-title { background: url(/common/img/blog-hand-bibi.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-bibi.png) left bottom -6px repeat-x; } }

.blog-diet .p-department-blog-title { background: url(/common/img/blog-hand-diet.png) right bottom no-repeat, url(/common/img/blog-line-diet.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-diet .p-department-blog-title { background: url(/common/img/blog-hand-diet.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-diet.png) left bottom -6px repeat-x; } }

.blog-environment .p-department-blog-title { background: url(/common/img/blog-hand-environment.png) right bottom no-repeat, url(/common/img/blog-line-environment.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-environment .p-department-blog-title { background: url(/common/img/blog-hand-environment.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-environment.png) left bottom -6px repeat-x; } }

.blog-seibun .p-department-blog-title { background: url(/common/img/blog-hand-seibun.png) right bottom no-repeat, url(/common/img/blog-line-seibun.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-seibun .p-department-blog-title { background: url(/common/img/blog-hand-seibun.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-seibun.png) left bottom -6px repeat-x; } }

.blog-gendaiseikatsu .p-department-blog-title { background: url(/common/img/blog-hand-gendaiseikatsu.png) right bottom no-repeat, url(/common/img/blog-line-gendaiseikatsu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-gendaiseikatsu .p-department-blog-title { background: url(/common/img/blog-hand-gendaiseikatsu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-gendaiseikatsu.png) left bottom -6px repeat-x; } }

.blog-sociology .p-department-blog-title { background: url(/common/img/blog-hand-sociology.png) right bottom no-repeat, url(/common/img/blog-line-sociology.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-sociology .p-department-blog-title { background: url(/common/img/blog-hand-sociology.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-sociology.png) left bottom -6px repeat-x; } }

.blog-Japanese-commu .p-department-blog-title { background: url(/common/img/blog-hand-Japanese-commu.png) right bottom no-repeat, url(/common/img/blog-line-Japanese-commu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-Japanese-commu .p-department-blog-title { background: url(/common/img/blog-hand-Japanese-commu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-Japanese-commu.png) left bottom -6px repeat-x; } }

.blog-english-commu .p-department-blog-title { background: url(/common/img/blog-hand-english-commu.png) right bottom no-repeat, url(/common/img/blog-line-english-commu.png) left bottom repeat-x; }

@media screen and (max-width: 736px) { .blog-english-commu .p-department-blog-title { background: url(/common/img/blog-hand-english-commu.png) right bottom/60px auto no-repeat, url(/common/img/blog-line-english-commu.png) left bottom -6px repeat-x; } }

.p-department-blog-prev, .p-department-blog-next { color: inherit; }

.p-department-blog-prev { position: relative; padding-left: 13px; padding-left: 20px; }

.p-department-blog-prev::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(4px, 4px) rotate(-45deg); transform-origin: top left; border-top: 2px solid #6C6C6C; border-left: 2px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-department-blog-next { position: relative; padding-right: 13px; padding-right: 20px; }

.p-department-blog-next::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-4px, 4px) rotate(45deg); transform-origin: top right; border-top: 2px solid #6C6C6C; border-right: 2px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-department-blog { font-family: 'Kosugi Maru', sans-serif; line-height: 2; background: url(/common/img/blog-line.png) left top; padding: 2rem; }

@media screen and (max-width: 736px) { .p-department-blog { padding: 0.75rem; } }

.p-department-blog__title { font-weight: normal; font-size: 1.5rem; padding-bottom: 0.5rem; }

@media screen and (max-width: 736px) { .p-department-blog__title { font-size: 1.3rem; padding-bottom: 0.375rem; } }

.blog-life .p-department-blog { background-color: #f8f3f8; }

.blog-life .p-department-blog__title { border-bottom: 3px solid #9f5799; }

.blog-bungaku .p-department-blog { background-color: #fafcfd; }

.blog-bungaku .p-department-blog__title { border-bottom: 3px solid #5ca5bb; }

.blog-eibungaku .p-department-blog { background-color: #f7fcfd; }

.blog-eibungaku .p-department-blog__title { border-bottom: 3px solid #5bbfe1; }

.blog-bibi .p-department-blog { background-color: #f8f9fa; }

.blog-bibi .p-department-blog__title { border-bottom: 3px solid #8ea0ac; }

.blog-diet .p-department-blog { background-color: #fdf7f5; }

.blog-diet .p-department-blog__title { border-bottom: 3px solid #e39e8a; }

.blog-environment .p-department-blog { background-color: #fbf7f1; }

.blog-environment .p-department-blog__title { border-bottom: 3px solid #d2a663; }

.blog-seibun .p-department-blog { background-color: #f8f6f9; }

.blog-seibun .p-department-blog__title { border-bottom: 3px solid #b594bc; }

.blog-gendaiseikatsu .p-department-blog { background-color: #fef9fa; }

.blog-gendaiseikatsu .p-department-blog__title { border-bottom: 3px solid #f0889d; }

.blog-sociology .p-department-blog { background-color: #f7f9f8; }

.blog-sociology .p-department-blog__title { border-bottom: 3px solid #91b19b; }

.blog-Japanese-commu .p-department-blog { background-color: #f6f5f7; }

.blog-Japanese-commu .p-department-blog__title { border-bottom: 3px solid #a89eab; }

.blog-english-commu .p-department-blog { background-color: #f5f7fb; }

.blog-english-commu .p-department-blog__title { border-bottom: 3px solid #9bb2da; }

/******************************************************************
project - 1week-visual
******************************************************************/
.p-1week-visual { position: relative; margin-bottom: 15px; }

.p-1week-visual::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; transform: translate(15px, 15px); }

.p-1week-visual--cold::after { background: url(/common/img/bg_1week_cold.png); }

.p-1week-visual--warm::after { background: url(/common/img/bg_1week_warm.png); }

.p-1week-visual__inner { background-color: #ffffff; position: relative; z-index: +1; padding: 1.2rem; }

@media screen and (max-width: 736px) { .p-1week-visual__inner { padding: 0.9rem; } }

.p-1week-visual__inner > *:not(:last-child) { margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-1week-visual__inner > *:not(:last-child) { margin-bottom: 0.75rem; } }

.p-1week-visual__title { font-weight: normal; font-size: 1.8rem; }

@media screen and (max-width: 736px) { .p-1week-visual__title { font-size: 1.62rem; } }

@media screen and (max-width: 736px) { .p-1week-visual__title { font-size: 1.4rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-visual__title { font-size: 1.26rem; } }

/******************************************************************
project - 1week-table
******************************************************************/
.p-1week-table-icon { display: flex; line-height: 1.4; flex-wrap: wrap; }

@media screen and (max-width: 736px) { .p-1week-table-icon { font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table-icon { font-size: 0.8rem; } }

.p-1week-table-icon li { margin-right: 1em; margin-bottom: 4px; display: flex; align-items: center; }

.p-1week-table-icon__icon { width: 2.4em; height: 1.2em; border: 1px solid #d5d5d5; margin-right: 4px; }

.p-1week-table { width: 100%; line-height: 1.4; table-layout: fixed; margin-bottom: 2px; }

@media screen and (max-width: 736px) { .p-1week-table { font-size: 0.8rem; line-height: 1.6; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table { font-size: 0.8rem; } }

.p-1week-table__title { box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; font-weight: normal; white-space: nowrap; padding-right: 0.1rem; padding-left: 0.1rem; padding-top: 0.1rem; padding-bottom: 0.1rem; }

@media screen and (max-width: 736px) { .p-1week-table__title { padding-right: 0.075rem; padding-left: 0.075rem; } }

@media screen and (max-width: 736px) { .p-1week-table__title { padding-top: 0.075rem; padding-bottom: 0.075rem; } }

.p-1week-table__title:first-child { width: 4%; }

.p-1week-table__title2 { box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; font-weight: normal; white-space: nowrap; padding-right: 0.1rem; padding-left: 0.1rem; padding-top: 0.1rem; padding-bottom: 0.1rem; background-color: #818284; color: #fff; }

@media screen and (max-width: 736px) { .p-1week-table__title2 { padding-right: 0.075rem; padding-left: 0.075rem; } }

@media screen and (max-width: 736px) { .p-1week-table__title2 { padding-top: 0.075rem; padding-bottom: 0.075rem; } }

.p-1week-table__title2:first-child { width: 4%; }

.p-1week-table__data { box-sizing: border-box; border: 1px solid #d5d5d5; text-align: center; padding-right: 0.2rem; padding-left: 0.2rem; padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-1week-table__data { padding-right: 0.15rem; padding-left: 0.15rem; } }

@media screen and (max-width: 736px) { .p-1week-table__data { padding-top: 0.75rem; padding-bottom: 0.75rem; } }

@media screen and (max-width: 736px) { .p-1week-table__data { font-size: 0.85rem; word-wrap: break-word; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-1week-table__data { font-size: 0.765rem; } }

/******************************************************************
project - cat-visual
******************************************************************/
.p-cat-visual { line-height: 1.2; }

@media print, screen and (min-width: 737px) { .p-cat-visual { min-height: 260px; } }

@media screen and (max-width: 736px) { .p-cat-visual { min-height: 180px; } }

.p-cat-visual--exam { background-position: top center; background-image: url(/common/img/exam_bg1.png); padding-bottom: 4rem; }

@media screen and (max-width: 736px) { .p-cat-visual--exam { padding-bottom: 1.5rem; background-image: none; background-color: #ffeefa; } }

@media print, screen and (min-width: 737px) { .p-cat-visual--academy { min-height: 484px; } }

@media screen and (max-width: 736px) { .p-cat-visual--academy { min-height: 250px; } }

@media print, screen and (min-width: 737px) { .p-cat-visual--department { min-height: 400px; } }

@media screen and (max-width: 736px) { .p-cat-visual--department { min-height: 250px; } }

.p-cat-visual__main { max-width: 1100px; margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; }

.p-cat-visual--academy .p-cat-visual__main { text-align: center; }

@media screen and (max-width: 736px) { .p-cat-visual--exam .p-cat-visual__main { padding-right: 0.75rem; padding-left: 0.75rem; } }

.p-cat-visual__main2 { display: inline-block; background: #ffffff; padding: 1.3rem 1.8rem; }

@media all and (-ms-high-contrast: none) { .p-cat-visual__main2 { padding-top: 1.7rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__main2 { padding: 0.975rem 1.35rem; } }

.p-cat-visual__subtitle { display: flex; font-size: 1.1rem; margin-bottom: 1rem; }

@media screen and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.99rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.9rem; margin-bottom: 0.75rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__subtitle { font-size: 0.81rem; } }

.p-cat-visual__subtitle > *:first-child { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.p-cat-visual__subtitle > *:first-child span { color: #872d7f; }

.p-cat-visual__subtitle > *:last-child { border-left: 1px solid #2f2f2f; margin-left: 0.5em; padding-left: 0.5em; }

.p-cat-visual__title { font-size: 2.5rem; font-weight: normal; }

@media screen and (max-width: 736px) { .p-cat-visual__title { font-size: 1.2rem; } }

.p-cat-visual__exam-main { padding-top: 7rem; padding-bottom: 7rem; text-align: center; }

@media screen and (max-width: 736px) { .p-cat-visual__exam-main { padding: 4.875rem 0; background-position: top center; background-repeat: no-repeat; background-size: cover; background-image: url(/common/img/exam_bg1.png); } }

.p-cat-visual__exam-title { color: #c355a3; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; letter-spacing: 4px; font-weight: normal; font-size: 2.5rem; }

@media screen and (max-width: 736px) { .p-cat-visual__exam-title { font-size: 2rem; display: inline-block; background: #ffffff; padding: 0.75rem 0.9rem; } }

.p-cat-visual__academy-main { display: inline-block; background: rgba(135, 45, 127, 0.9); color: #ffffff; padding: 2.2rem 3.5rem; font-weight: normal; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-main { padding: 1.05rem 1.8rem; } }

.p-cat-visual__academy-title1 { display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.2rem; margin-bottom: 0.4rem; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 1rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__academy-title1 { font-size: 0.9rem; } }

.p-cat-visual__academy-title2 { display: block; font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2.4rem; margin-bottom: 0.4rem; }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 2.16rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 1.7rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-cat-visual__academy-title2 { font-size: 1.53rem; } }

@media screen and (max-width: 736px) { .p-cat-visual__academy-logo img { width: 60%; } }

.p-cat-visual-department { height: 20px; border-left: 30vw solid #595959; }

@media screen and (max-width: 736px) { .p-cat-visual-department { height: 10px; } }

.color-faculty-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #6994b7; }

.color-faculty-life .p-cat-visual-department { border-color: #cb7786; background-color: #cb7786; }

.color-faculty-human .p-cat-visual-department { border-color: #7eaaa9; background-color: #7eaaa9; }

.color-faculty-junior .p-cat-visual-department { border-color: #857da7; background-color: #857da7; }

.color-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #80b9ca; }

.color-eibungaku .p-cat-visual-department { border-color: #6994b7; background-color: #86d0e9; }

.color-bibi .p-cat-visual-department { border-color: #6994b7; background-color: #abb9c2; }

.color-diet .p-cat-visual-department { border-color: #cb7786; background-color: #edc0b3; }

.color-environment .p-cat-visual-department { border-color: #cb7786; background-color: #ddbd8b; }

.color-seibun .p-cat-visual-department { border-color: #cb7786; background-color: #cbb4d0; }

.color-gendaiseikatsu .p-cat-visual-department { border-color: #cb7786; background-color: #f69cae; }

.color-sociology .p-cat-visual-department { border-color: #7eaaa9; background-color: #afc6b6; }

.color-Japanese-commu .p-cat-visual-department { border-color: #857da7; background-color: #c1b9c3; }

.color-english-commu .p-cat-visual-department { border-color: #857da7; background-color: #c0cfe8; }

.color-department-bungaku .p-cat-visual-department { border-color: #6994b7; background-color: #6994b7; }

.color-department-life .p-cat-visual-department { border-color: #cb7786; background-color: #cb7786; }

.color-department-human .p-cat-visual-department { border-color: #7eaaa9; background-color: #7eaaa9; }

/******************************************************************
project - button
******************************************************************/
.p-button { color: inherit; text-decoration: none; }

.p-button:hover { color: #872d7f; text-decoration: none; }

.p-button:hover { color: #872d7f; }

.p-button > span { display: inline-block; position: relative; padding-left: 8px; padding-left: 20px; }

.p-button > span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(8px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-button > span::after { transition-property: left; transition-duration: 0.3s; }

.p-button:hover > span::after { left: 4px; }

.p-button-border { border: 1px solid #7c7a7c; background: #ffffff; box-sizing: border-box; padding: 12px 16px; min-height: 4.5em; color: inherit; text-decoration: none; transition-property: background, color; transition-duration: 0.3s; }

@media all and (-ms-high-contrast: none) { .p-button-border { padding-top: 16px; } }

@media screen and (max-width: 736px) { .p-button-border { min-height: auto; padding: 12px; } }

.p-button-border:hover { color: #872d7f; text-decoration: none; }

.p-button-border:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border > span { position: relative; padding-left: 8px; padding-left: 20px; }

.p-button-border > span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; left: 0; transform: translate(8px, 4px) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-button-border > span::after { transition-property: left; transition-duration: 0.3s; }

.p-button-border:hover > span::after { left: 4px; }

.p-button-border-bottom { border: 1px solid #7c7a7c; background: #ffffff; box-sizing: border-box; padding: 0.8rem 1rem; min-height: 4.5em; color: inherit; text-decoration: none; transition-property: background, color; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-button-border-bottom { padding: 0.75rem 0.75rem; min-height: auto; } }

.p-button-border-bottom:hover { color: #872d7f; text-decoration: none; }

.p-button-border-bottom:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border-bottom > span { position: relative; padding-right: 14px; padding-right: 24px; }

.p-button-border-bottom > span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(0px, 2.5px) rotate(45deg); transform-origin: top right; border-bottom: 1px solid #6C6C6C; border-right: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-button-border-bottom > span::after { transition-property: top; transition-duration: 0.3s; }

.p-button-border-bottom:hover > span::after { top: 4px; }

.p-button-border-right { border: 1px solid #7c7a7c; background: #ffffff; box-sizing: border-box; padding: 0.8rem 1rem; min-height: 4.5em; color: inherit; text-decoration: none; transition-property: background, color; transition-duration: 0.3s; }

@media screen and (max-width: 736px) { .p-button-border-right { padding: 0.75rem 0.75rem; min-height: auto; } }

.p-button-border-right:hover { color: #872d7f; text-decoration: none; }

.p-button-border-right:hover { color: inherit; background-color: #f5f5f5; }

.p-button-border-right > span { position: relative; padding-right: 8px; padding-right: 24px; }

.p-button-border-right > span::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(0px, 4px) rotate(45deg); transform-origin: top right; border-top: 1px solid #6C6C6C; border-right: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-button-border-right > span::after { transition-property: right; transition-duration: 0.3s; }

.p-button-border-right:hover > span::after { right: -4px; }

.p-button-right { color: inherit; text-decoration: none; text-align: right; display: inline-flex; justify-content: flex-end; }

.p-button-right:hover { color: #872d7f; text-decoration: none; }

.p-button-right:hover { color: #872d7f; }

.p-button-right__txt { padding-right: 0.5rem; }

.p-button-right__arrow img { max-width: none; }

/******************************************************************
project - people-list2
******************************************************************/
a.p-people-list2 { display: block; color: inherit; text-decoration: none; }

a.p-people-list2:hover { color: #872d7f; text-decoration: none; }

.p-people-list2 { min-height: 256px; position: relative; }

.p-people-list2__title { font-weight: normal; font-size: 1.2rem; }

@media screen and (max-width: 736px) { .p-people-list2__title { font-size: 1.08rem; } }

.p-people-list2__title-link { position: relative; padding-left: 8px; padding-left: 15px; }

.p-people-list2__title-link::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; left: 0; transform: translate(8px, 0.8em) rotate(135deg); transform-origin: top left; border-top: 1px solid #6C6C6C; border-left: 1px solid #6C6C6C; width: 10px; height: 10px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }

.p-people-list2__img { position: absolute; z-index: +1; top: 0; }

.p-people-list2__img { width: 192px; }

@media screen and (max-width: 736px) { .p-people-list2__img { width: 35%; } }

.c-grid .p-people-list2__img { width: 35%; }

.p-people-list2__main-title { padding-bottom: 1rem; position: relative; z-index: +1; }

.p-people-list2__main-title { padding-left: 216px; }

@media screen and (max-width: 736px) { .p-people-list2__main-title { padding-left: calc(35% + 24px); } }

.c-grid .p-people-list2__main-title { padding-left: calc(35% + 24px); }

.p-people-list2__main-text { padding: 24px; margin-left: 24px; }

.p-people-list2__main-text--color1 { background: url(/common/img/bg_people-list2_01.png); }

.p-people-list2__main-text--color2 { background: url(/common/img/bg_people-list2_02.png); }

.p-people-list2__main-text--color3 { background: url(/common/img/bg_people-list2_03.png); }

.p-people-list2__main-text--color4 { background: url(/common/img/bg_people-list2_03.png); }

.p-people-list2__main-text { padding-left: 192px; }

@media screen and (max-width: 736px) { .p-people-list2__main-text { padding-left: 35%; } }

.c-grid .p-people-list2__main-text { padding-left: 35%; }

/******************************************************************
project - accordion
******************************************************************/
.p-accordion-outer { border-top: 1px solid #d5d5d5; }

.p-accordion { border-bottom: 1px solid #d5d5d5; }

.p-accordion__open { display: none; }

@media print, screen and (min-width: 737px) { .p-accordion { padding: 2rem 0; }
  .p-accordion__inner { display: flex; align-items: center; justify-content: space-between; }
  .p-accordion__title { width: 25%; margin-right: 3%; font-weight: normal; font-size: 1.2rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-accordion__title { font-size: 1.08rem; } }

@media print, screen and (min-width: 737px) { .p-accordion__inner2 { width: 72%; display: flex; align-items: center; justify-content: space-between; }
  .p-accordion__main { width: calc(100% - 100px); }
  .p-accordion__button { width: 50px; }
  .p-accordion__button a { display: block; width: 50px; height: 50px; position: relative; }
  .p-accordion__button a::before, .p-accordion__button a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .p-accordion__button a::before { border-top: 2px solid #595959; width: 50px; height: 0; top: 0; bottom: 0; left: 0; }
  .p-accordion__button a::after { border-left: 2px solid #595959; width: 0; height: 50px; top: 0; bottom: 0; left: 24px; transition-property: all; transition-duration: 0.3s; }
  .p-accordion__button a:hover::before { border-top-color: #872d7f; }
  .p-accordion__button a:hover::after { border-left-color: #872d7f; }
  .p-accordion__button a[aria-expanded="true"]::after { height: 0; }
  .p-accordion__open { width: 72%; margin-left: auto; } }

@media screen and (max-width: 736px) { .p-accordion { padding: 1.5rem 0; }
  .p-accordion__title { font-weight: normal; font-size: 1.2rem; padding-bottom: 1.125rem; } }

@media screen and (max-width: 736px) and (max-width: 736px) { .p-accordion__title { font-size: 1.08rem; } }

@media screen and (max-width: 736px) { .p-accordion__button { padding-top: 0.75rem; }
  .p-accordion__button a { margin: 0 auto; display: block; width: 20px; height: 20px; position: relative; transition-property: opacity; transition-duration: 0.3s; }
  .p-accordion__button a::before, .p-accordion__button a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .p-accordion__button a::before { border-top: 2px solid #595959; width: 20px; height: 0; top: 0; bottom: 0; left: 0; }
  .p-accordion__button a::after { border-left: 2px solid #595959; width: 0; height: 20px; top: 0; bottom: 0; left: 9px; transition-property: all; transition-duration: 0.3s; }
  .p-accordion__button a[aria-expanded="true"]::after { height: 0; } }

/******************************************************************
project - point3
******************************************************************/
.p-point3__title { font-weight: normal; font-size: 1.3rem; }

.p-point3__title strong { font-weight: normal; }

@media screen and (max-width: 736px) { .p-point3__title { font-size: 1.1rem; } }

.p-point3__img { position: relative; text-align: center; }

.p-point3__img > img { border-radius: 100%; width: 80%; }

@media screen and (max-width: 736px) { .p-point3__img > img { width: 50%; } }

.p-point3__number { top: 0; left: 0; position: absolute; width: 44px; }

.p-point3__number svg { height: 62px; width: auto; fill: #595959; }

@media screen and (max-width: 736px) { .p-point3__number svg { height: 42px; } }

.color-faculty-bungaku .p-point3__number svg { fill: #8badc8; }

.color-faculty-life .p-point3__number svg { fill: #d99ca7; }

.color-faculty-human .p-point3__number svg { fill: #9dbebd; }

.color-faculty-junior .p-point3__number svg { fill: #a29bbc; }

.color-bungaku .p-point3__number svg { fill: #80b9ca; }

.color-eibungaku .p-point3__number svg { fill: #86d0e9; }

.color-bibi .p-point3__number svg { fill: #abb9c2; }

.color-diet .p-point3__number svg { fill: #edc0b3; }

.color-environment .p-point3__number svg { fill: #ddbd8b; }

.color-seibun .p-point3__number svg { fill: #cbb4d0; }

.color-gendaiseikatsu .p-point3__number svg { fill: #f6b5c2; }

.color-sociology .p-point3__number svg { fill: #afc6b6; }

.color-Japanese-commu .p-point3__number svg { fill: #c1b9c3; }

.color-english-commu .p-point3__number svg { fill: #c0cfe8; }

.color-department-bungaku .p-point3__number svg { fill: #8badc8; }

.color-department-life .p-point3__number svg { fill: #d99ca7; }

.color-department-human .p-point3__number svg { fill: #9dbebd; }

/******************************************************************
project - paper-list
******************************************************************/
@media print, screen and (min-width: 737px) { .p-paper-list { display: table; width: 100%; }
  .p-paper-list__title { display: table-cell; width: 10em; white-space: nowrap; padding-left: 1em; padding-right: 2em; vertical-align: middle; }
  .p-paper-list__main { display: table-cell; font-size: 0.9rem; } }

@media screen and (min-width: 737px) and (max-width: 736px) { .p-paper-list__main { font-size: 0.81rem; } }

@media screen and (max-width: 736px) { .p-paper-list__title { margin-bottom: 0.75rem; } }

/******************************************************************
project - article-margin
******************************************************************/
.p-article-margin-top { margin-top: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-top { margin-top: 2.625rem !important; } }

.p-article-margin-bottom { margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-bottom { margin-bottom: 2.625rem !important; } }

.p-article-margin-vertical { margin-top: 3rem !important; margin-bottom: 3rem !important; }

@media screen and (max-width: 736px) { .p-article-margin-vertical { margin-top: 2.625rem !important; margin-bottom: 2.625rem !important; } }

/******************************************************************
utility - mediaQuery
******************************************************************/
.u-sp-media { display: none; }

@media screen and (max-width: 736px) { .u-pc-media { display: none; }
  .u-sp-media { display: block; }
  img.u-sp-media { display: inline-block; } }

/******************************************************************
utility - display
******************************************************************/
.u-block { display: block; }

.u-none { display: none; }

.u-inline { display: inline; }

.u-inline-block { display: inline-block; }

.u-table { display: table; }

.u-table-row { display: table-row; }

.u-table-cell { display: table-cell; }

.u-flex { display: flex; }

.u-inline-flex { display: inline-flex; }

@media screen and (max-width: 736px) { .u-sp-block { display: block; }
  .u-sp-none { display: none; }
  .u-sp-inline { display: inline; }
  .u-sp-inline-block { display: inline-block; }
  .u-sp-table { display: table; }
  .u-sp-table-row { display: table-row; }
  .u-sp-table-cell { display: table-cell; }
  .u-sp-flex { display: flex; }
  .u-sp-inline-flex { display: inline-flex; } }

/******************************************************************
utility - display-off
******************************************************************/
.u-display-off { position: absolute; width: 0px; height: 0px; top: -999px; overflow: hidden; }

@media screen and (max-width: 736px) { .u-sp-display-off { position: absolute; width: 0px; height: 0px; top: -999px; overflow: hidden; } }

/******************************************************************
utility - padding
******************************************************************/
.u-padding { padding: 1rem; }

.u-padding-l { padding: 1.25rem; }

.u-padding-2l { padding: 1.5rem; }

.u-padding-2x { padding: 2rem; }

@media screen and (max-width: 736px) { .u-padding { padding: 0.75rem; }
  .u-padding-l { padding: 0.9375rem; }
  .u-padding-2l { padding: 1.125rem; }
  .u-padding-2x { padding: 1.5rem; }
  .u-sp-padding { padding: 0.75rem; }
  .u-sp-padding-l { padding: 0.9375rem; }
  .u-sp-padding-2l { padding: 1.125rem; }
  .u-sp-padding-2x { padding: 1.5rem; } }

/******************************************************************
utility - padding-top
******************************************************************/
.u-padding-top { padding-top: 1rem; }

.u-padding-top-l { padding-top: 1.25rem; }

.u-padding-top-2l { padding-top: 1.5rem; }

.u-padding-top-2x { padding-top: 2rem; }

@media screen and (max-width: 736px) { .u-padding-top { padding-top: 0.75rem; }
  .u-padding-top-l { padding-top: 0.9375rem; }
  .u-padding-top-2l { padding-top: 1.125rem; }
  .u-padding-top-2x { padding-top: 1.5rem; }
  .u-sp-padding-top { padding-top: 0.75rem; }
  .u-sp-padding-top-l { padding-top: 0.9375rem; }
  .u-sp-padding-top-2l { padding-top: 1.125rem; }
  .u-sp-padding-top-2x { padding-top: 1.5rem; } }

/******************************************************************
utility - margin-top
******************************************************************/
.u-margin-top { margin-top: 1rem; }

.u-margin-top-2x { margin-top: 2rem; }

@media screen and (max-width: 736px) { .u-margin-top { margin-top: 0.75rem; }
  .u-margin-top-2x { margin-top: 1.5rem; }
  .u-sp-margin-top { margin-top: 0.75rem; }
  .u-sp-margin-top-2x { margin-top: 1.5rem; } }

/******************************************************************
utility - margin-bottom
******************************************************************/
.u-margin-bottom { margin-bottom: 1rem; }

.u-margin-bottom-2x { margin-bottom: 2rem; }

@media screen and (max-width: 736px) { .u-margin-bottom { margin-bottom: 0.75rem; }
  .u-margin-bottom-2x { margin-bottom: 1.5rem; }
  .u-sp-margin-bottom { margin-bottom: 0.75rem; }
  .u-sp-margin-bottom-2x { margin-bottom: 1.5rem; } }

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

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

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

@media screen and (max-width: 736px) { .u-sp-center { text-align: center; }
  .u-sp-right { text-align: right; }
  .u-sp-left { text-align: left; } }

/******************************************************************
utility - font-size-percent
******************************************************************/
.u-font-size50per { font-size: 50%; }

.u-font-size55per { font-size: 55%; }

.u-font-size60per { font-size: 60%; }

.u-font-size65per { font-size: 65%; }

.u-font-size70per { font-size: 70%; }

.u-font-size75per { font-size: 75%; }

.u-font-size80per { font-size: 80%; }

.u-font-size85per { font-size: 85%; }

.u-font-size90per { font-size: 90%; }

.u-font-size95per { font-size: 95%; }

.u-font-size100per { font-size: 100%; }

.u-font-size110per { font-size: 110%; }

.u-font-size120per { font-size: 120%; }

.u-font-size130per { font-size: 130%; }

.u-font-size140per { font-size: 140%; }

.u-font-size150per { font-size: 150%; }

.u-font-size160per { font-size: 160%; }

.u-font-size170per { font-size: 170%; }

.u-font-size180per { font-size: 180%; }

.u-font-size190per { font-size: 190%; }

.u-font-size200per { font-size: 200%; }

.u-font-size210per { font-size: 210%; }

.u-font-size220per { font-size: 220%; }

.u-font-size230per { font-size: 230%; }

.u-font-size240per { font-size: 240%; }

.u-font-size250per { font-size: 250%; }

.u-font-size260per { font-size: 260%; }

.u-font-size270per { font-size: 270%; }

.u-font-size280per { font-size: 280%; }

.u-font-size290per { font-size: 290%; }

.u-font-size300per { font-size: 300%; }

@media screen and (max-width: 736px) { .u-sp-font-size50per { font-size: 50%; }
  .u-sp-font-size55per { font-size: 55%; }
  .u-sp-font-size60per { font-size: 60%; }
  .u-sp-font-size65per { font-size: 65%; }
  .u-sp-font-size70per { font-size: 70%; }
  .u-sp-font-size75per { font-size: 75%; }
  .u-sp-font-size80per { font-size: 80%; }
  .u-sp-font-size85per { font-size: 85%; }
  .u-sp-font-size90per { font-size: 90%; }
  .u-sp-font-size95per { font-size: 95%; }
  .u-sp-font-size100per { font-size: 100%; }
  .u-sp-font-size110per { font-size: 110%; }
  .u-sp-font-size120per { font-size: 120%; }
  .u-sp-font-size130per { font-size: 130%; }
  .u-sp-font-size140per { font-size: 140%; }
  .u-sp-font-size150per { font-size: 150%; }
  .u-sp-font-size160per { font-size: 160%; }
  .u-sp-font-size170per { font-size: 170%; }
  .u-sp-font-size180per { font-size: 180%; }
  .u-sp-font-size190per { font-size: 190%; }
  .u-sp-font-size200per { font-size: 200%; }
  .u-sp-font-size210per { font-size: 210%; }
  .u-sp-font-size220per { font-size: 220%; }
  .u-sp-font-size230per { font-size: 230%; }
  .u-sp-font-size240per { font-size: 240%; }
  .u-sp-font-size250per { font-size: 250%; }
  .u-sp-font-size260per { font-size: 260%; }
  .u-sp-font-size270per { font-size: 270%; }
  .u-sp-font-size280per { font-size: 280%; }
  .u-sp-font-size290per { font-size: 290%; }
  .u-sp-font-size300per { font-size: 300%; } }

/******************************************************************
utility - font-weight
******************************************************************/
.u-font-normal { font-weight: normal; }

.u-font-bold { font-weight: bold; }

@media screen and (max-width: 736px) { .u-sp-font-normal { font-weight: normal; }
  .u-sp-font-bold { font-weight: bold; } }

.u-font-serif { font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/******************************************************************
utility - icon-blank
******************************************************************/
.l-quick a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading1 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading2 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading-brackets a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading3 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading4 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading5 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading6 a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading-catch a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-heading-catch-s a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-list-disc__item a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .wysiwyg ul li a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-list-order__item a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .wysiwyg ol li a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-list-arrow__item a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-list-arrow-glid a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-list-arrow-inline__item a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-define-disc__head a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-define-arrow__head a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-news-row__body a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, .c-news-icon-row__body a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"])::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).c-card .c-card__heading--link span::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).c-card .c-card__title--link span::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]) .c-image__caption::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).p-button-right .p-button-right__txt::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).p-button-border .c-vertical-area__inner span::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).p-button-border-right .c-vertical-area__inner span::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).p-pickup-card .p-pickup-card__title span::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]) .u-icon-blank::after, a[target="_blank"]:not([href$=".pdf"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".xlsm"]):not([href$=".doc"]):not([href$=".docx"]).u-icon-blank::after { content: ""; display: inline-block; margin-left: 6px; width: 11px; height: 11px; background: url(/common/img/icon_blank.svg); background-size: contain; vertical-align: middle; }

/******************************************************************
utility - width-percent
******************************************************************/
.u-width0 { width: 0; }

.u-width1per { width: 1%; }

.u-width2per { width: 2%; }

.u-width3per { width: 3%; }

.u-width4per { width: 4%; }

.u-width5per { width: 5%; }

.u-width6per { width: 6%; }

.u-width7per { width: 7%; }

.u-width8per { width: 8%; }

.u-width9per { width: 9%; }

.u-width10per { width: 10%; }

.u-width11per { width: 11%; }

.u-width12per { width: 12%; }

.u-width13per { width: 13%; }

.u-width14per { width: 14%; }

.u-width15per { width: 15%; }

.u-width16per { width: 16%; }

.u-width17per { width: 17%; }

.u-width18per { width: 18%; }

.u-width19per { width: 19%; }

.u-width20per { width: 20%; }

.u-width21per { width: 21%; }

.u-width22per { width: 22%; }

.u-width23per { width: 23%; }

.u-width24per { width: 24%; }

.u-width25per { width: 25%; }

.u-width26per { width: 26%; }

.u-width27per { width: 27%; }

.u-width28per { width: 28%; }

.u-width29per { width: 29%; }

.u-width30per { width: 30%; }

.u-width31per { width: 31%; }

.u-width32per { width: 32%; }

.u-width33per { width: 33%; }

.u-width34per { width: 34%; }

.u-width35per { width: 35%; }

.u-width36per { width: 36%; }

.u-width37per { width: 37%; }

.u-width38per { width: 38%; }

.u-width39per { width: 39%; }

.u-width40per { width: 40%; }

.u-width41per { width: 41%; }

.u-width42per { width: 42%; }

.u-width43per { width: 43%; }

.u-width44per { width: 44%; }

.u-width45per { width: 45%; }

.u-width46per { width: 46%; }

.u-width47per { width: 47%; }

.u-width48per { width: 48%; }

.u-width49per { width: 49%; }

.u-width50per { width: 50%; }

.u-width51per { width: 51%; }

.u-width52per { width: 52%; }

.u-width53per { width: 53%; }

.u-width54per { width: 54%; }

.u-width55per { width: 55%; }

.u-width56per { width: 56%; }

.u-width57per { width: 57%; }

.u-width58per { width: 58%; }

.u-width59per { width: 59%; }

.u-width60per { width: 60%; }

.u-width61per { width: 61%; }

.u-width62per { width: 62%; }

.u-width63per { width: 63%; }

.u-width64per { width: 64%; }

.u-width65per { width: 65%; }

.u-width66per { width: 66%; }

.u-width67per { width: 67%; }

.u-width68per { width: 68%; }

.u-width69per { width: 69%; }

.u-width70per { width: 70%; }

.u-width71per { width: 71%; }

.u-width72per { width: 72%; }

.u-width73per { width: 73%; }

.u-width74per { width: 74%; }

.u-width75per { width: 75%; }

.u-width76per { width: 76%; }

.u-width77per { width: 77%; }

.u-width78per { width: 78%; }

.u-width79per { width: 79%; }

.u-width80per { width: 80%; }

.u-width81per { width: 81%; }

.u-width82per { width: 82%; }

.u-width83per { width: 83%; }

.u-width84per { width: 84%; }

.u-width85per { width: 85%; }

.u-width86per { width: 86%; }

.u-width87per { width: 87%; }

.u-width88per { width: 88%; }

.u-width89per { width: 89%; }

.u-width90per { width: 90%; }

.u-width91per { width: 91%; }

.u-width92per { width: 92%; }

.u-width93per { width: 93%; }

.u-width94per { width: 94%; }

.u-width95per { width: 95%; }

.u-width96per { width: 96%; }

.u-width97per { width: 97%; }

.u-width98per { width: 98%; }

.u-width99per { width: 99%; }

.u-width100per { width: 100%; }

@media screen and (max-width: 736px) { .u-sp-width0per { width: 0; }
  .u-sp-width1per { width: 1%; }
  .u-sp-width2per { width: 2%; }
  .u-sp-width3per { width: 3%; }
  .u-sp-width4per { width: 4%; }
  .u-sp-width5per { width: 5%; }
  .u-sp-width6per { width: 6%; }
  .u-sp-width7per { width: 7%; }
  .u-sp-width8per { width: 8%; }
  .u-sp-width9per { width: 9%; }
  .u-sp-width10per { width: 10%; }
  .u-sp-width11per { width: 11%; }
  .u-sp-width12per { width: 12%; }
  .u-sp-width13per { width: 13%; }
  .u-sp-width14per { width: 14%; }
  .u-sp-width15per { width: 15%; }
  .u-sp-width16per { width: 16%; }
  .u-sp-width17per { width: 17%; }
  .u-sp-width18per { width: 18%; }
  .u-sp-width19per { width: 19%; }
  .u-sp-width20per { width: 20%; }
  .u-sp-width21per { width: 21%; }
  .u-sp-width22per { width: 22%; }
  .u-sp-width23per { width: 23%; }
  .u-sp-width24per { width: 24%; }
  .u-sp-width25per { width: 25%; }
  .u-sp-width26per { width: 26%; }
  .u-sp-width27per { width: 27%; }
  .u-sp-width28per { width: 28%; }
  .u-sp-width29per { width: 29%; }
  .u-sp-width30per { width: 30%; }
  .u-sp-width31per { width: 31%; }
  .u-sp-width32per { width: 32%; }
  .u-sp-width33per { width: 33%; }
  .u-sp-width34per { width: 34%; }
  .u-sp-width35per { width: 35%; }
  .u-sp-width36per { width: 36%; }
  .u-sp-width37per { width: 37%; }
  .u-sp-width38per { width: 38%; }
  .u-sp-width39per { width: 39%; }
  .u-sp-width40per { width: 40%; }
  .u-sp-width41per { width: 41%; }
  .u-sp-width42per { width: 42%; }
  .u-sp-width43per { width: 43%; }
  .u-sp-width44per { width: 44%; }
  .u-sp-width45per { width: 45%; }
  .u-sp-width46per { width: 46%; }
  .u-sp-width47per { width: 47%; }
  .u-sp-width48per { width: 48%; }
  .u-sp-width49per { width: 49%; }
  .u-sp-width50per { width: 50%; }
  .u-sp-width51per { width: 51%; }
  .u-sp-width52per { width: 52%; }
  .u-sp-width53per { width: 53%; }
  .u-sp-width54per { width: 54%; }
  .u-sp-width55per { width: 55%; }
  .u-sp-width56per { width: 56%; }
  .u-sp-width57per { width: 57%; }
  .u-sp-width58per { width: 58%; }
  .u-sp-width59per { width: 59%; }
  .u-sp-width60per { width: 60%; }
  .u-sp-width61per { width: 61%; }
  .u-sp-width62per { width: 62%; }
  .u-sp-width63per { width: 63%; }
  .u-sp-width64per { width: 64%; }
  .u-sp-width65per { width: 65%; }
  .u-sp-width66per { width: 66%; }
  .u-sp-width67per { width: 67%; }
  .u-sp-width68per { width: 68%; }
  .u-sp-width69per { width: 69%; }
  .u-sp-width70per { width: 70%; }
  .u-sp-width71per { width: 71%; }
  .u-sp-width72per { width: 72%; }
  .u-sp-width73per { width: 73%; }
  .u-sp-width74per { width: 74%; }
  .u-sp-width75per { width: 75%; }
  .u-sp-width76per { width: 76%; }
  .u-sp-width77per { width: 77%; }
  .u-sp-width78per { width: 78%; }
  .u-sp-width79per { width: 79%; }
  .u-sp-width80per { width: 80%; }
  .u-sp-width81per { width: 81%; }
  .u-sp-width82per { width: 82%; }
  .u-sp-width83per { width: 83%; }
  .u-sp-width84per { width: 84%; }
  .u-sp-width85per { width: 85%; }
  .u-sp-width86per { width: 86%; }
  .u-sp-width87per { width: 87%; }
  .u-sp-width88per { width: 88%; }
  .u-sp-width89per { width: 89%; }
  .u-sp-width90per { width: 90%; }
  .u-sp-width91per { width: 91%; }
  .u-sp-width92per { width: 92%; }
  .u-sp-width93per { width: 93%; }
  .u-sp-width94per { width: 94%; }
  .u-sp-width95per { width: 95%; }
  .u-sp-width96per { width: 96%; }
  .u-sp-width97per { width: 97%; }
  .u-sp-width98per { width: 98%; }
  .u-sp-width99per { width: 99%; }
  .u-sp-width100per { width: 100%; } }

/******************************************************************
utility - bg
******************************************************************/
.u-bg-type1 { background-color: #fbfbfb; }

.u-bg-type2 { background-color: #f9f4f9; }

/******************************************************************
utility - bglight
******************************************************************/
/******************************************************************
utility - color
******************************************************************/
.u-color-supplementary { color: #999999; }

.u-color-emphasis { color: #cc0000; }

.u-color-emphasis2 { color: #872d7f; }

.color-faculty-bungaku .u-color-emphasis2 { color: #6994b7; }

.color-faculty-life .u-color-emphasis2 { color: #cb7786; }

.color-faculty-human .u-color-emphasis2 { color: #7eaaa9; }

.color-faculty-junior .u-color-emphasis2 { color: #857da7; }

.color-bungaku .u-color-emphasis2 { color: #5ca5bb; }

.color-eibungaku .u-color-emphasis2 { color: #5bbfe1; }

.color-bibi .u-color-emphasis2 { color: #8ea0ac; }

.color-diet .u-color-emphasis2 { color: #e39e8a; }

.color-environment .u-color-emphasis2 { color: #d2a663; }

.color-seibun .u-color-emphasis2 { color: #b594bc; }

.color-gendaiseikatsu .u-color-emphasis2 { color: #f0889d; }

.color-sociology .u-color-emphasis2 { color: #91b19b; }

.color-Japanese-commu .u-color-emphasis2 { color: #a89eab; }

.color-english-commu .u-color-emphasis2 { color: #9bb2da; }

.color-department-bungaku .u-color-emphasis2 { color: #6994b7; }

.color-department-life .u-color-emphasis2 { color: #cb7786; }

.color-department-human .u-color-emphasis2 { color: #7eaaa9; }

/******************************************************************
utility - over-opacity
******************************************************************/
.u-over-opacity { transition-property: opacity; transition-duration: 0.3s; }

.u-over-opacity:hover { opacity: 0.7; }

/******************************************************************
utility - over-opacity-img
******************************************************************/
.u-over-opacity-img img { transition-property: opacity; transition-duration: 0.3s; }

.u-over-opacity-img:hover img { opacity: 0.7; }

/******************************************************************
utility - over-scale-img
******************************************************************/
.u-over-scale-img { overflow: hidden; }

.u-over-scale-img img { width: 100%; transition-property: transform; transition-duration: 0.3s; }

a:hover .u-over-scale-img img { transform: scale(1.05); }

.u-over-scale-img--light img, .u-over-scale-img--dark img { transition-property: all; }

a:hover .u-over-scale-img--light img, a:hover .u-over-scale-img--dark img { opacity: 0.9; }

.u-over-scale-img--light { background-color: #ffffff; }

.u-over-scale-img--dark { background-color: #000000; }

/******************************************************************
utility - over-slide
******************************************************************/
.u-over-slide { position: relative; overflow: hidden; }

.u-over-slide::after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 200%; height: 100%; background: rgba(0, 0, 0, 0.06); transform: translateX(-120%); }

.u-over-slide::after { transition-property: all; transition-duration: 0.3s; transition-timing-function: ease-in-out; }

.u-over-slide:hover::after { transform: translateX(-20%); }

/******************************************************************
utility - over-translate
******************************************************************/
.u-over-translate { transition-property: all; transition-duration: 0.3s; }

a:hover .u-over-translate { transform: translateX(10px); }

/******************************************************************
utility - link-reset
******************************************************************/
.u-link-reset { color: inherit; text-decoration: none; }

.u-link-reset:hover { color: #872d7f; text-decoration: none; }

@media screen and (max-width: 736px) { .u-sp-link-reset { color: inherit; text-decoration: none; }
  .u-sp-link-reset:hover { color: #872d7f; text-decoration: none; } }

/******************************************************************
utility - position
******************************************************************/
.u-static { position: static; }

.u-relative { position: relative; }

.u-absolute { position: absolute; }

.u-fixed { position: fixed; }

@media screen and (max-width: 736px) { .u-sp-static { position: static; }
  .u-sp-relative { position: relative; }
  .u-sp-absolute { position: absolute; }
  .u-sp-fixed { position: fixed; } }

/******************************************************************
utility - radius-percent
******************************************************************/
.u-radius-percent10per { border-radius: 10%; }

.u-radius-percent20per { border-radius: 20%; }

.u-radius-percent30per { border-radius: 30%; }

.u-radius-percent40per { border-radius: 40%; }

.u-radius-percent50per { border-radius: 50%; }

.u-radius-percent60per { border-radius: 60%; }

.u-radius-percent70per { border-radius: 70%; }

.u-radius-percent80per { border-radius: 80%; }

.u-radius-percent90per { border-radius: 90%; }

.u-radius-percent100per { border-radius: 100%; }

@media screen and (max-width: 736px) { .u-sp-radius-percent10per { border-radius: 10%; }
  .u-sp-radius-percent20per { border-radius: 20%; }
  .u-sp-radius-percent30per { border-radius: 30%; }
  .u-sp-radius-percent40per { border-radius: 40%; }
  .u-sp-radius-percent50per { border-radius: 50%; }
  .u-sp-radius-percent60per { border-radius: 60%; }
  .u-sp-radius-percent70per { border-radius: 70%; }
  .u-sp-radius-percent80per { border-radius: 80%; }
  .u-sp-radius-percent90per { border-radius: 90%; }
  .u-sp-radius-percent100per { border-radius: 100%; } }
