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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #000;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 500;
  overflow-x: hidden;
}
body:before {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #890000;
  z-index: 101;
}
a {
  text-decoration: none;
  color: #000;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.82em;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

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

::-moz-selection {
  color: #fff;
  background: #BBB;
}

::selection {
  color: #fff;
  background: #BBB;
}

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

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.fit {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #231815;
  color: #231815;
}

.pagination a:hover {
  color: #fff;
  background: #231815;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #fff;
  background: #231815;
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.not-found {
  text-align: center;
}

.wrapper-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 20px;
}

.page-wrap .inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 10px 175px 10px;
}
@media only screen and (max-width: 767px) {
  .page-wrap .inner {
    padding: 50px 10px 100px 10px;
  }
}

.heading {
  margin-bottom: 30px;
  text-align: center;
}
.heading h2 {
  font-size: 30px;
  color: #890000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 20px;
  }
}
.heading h2:after {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 19px;
  height: 12px;
  background: url("../img/shared/arrow.svg") center center/contain no-repeat;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .heading h2:after {
    top: 2px;
  }
}
.heading h2 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 30px;
}
.heading h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 3px;
}

.caption {
  text-align: center;
  margin-bottom: 40px;
}

.btn {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
  }
}
.btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #890000;
  border-radius: 25px;
  color: #890000;
}
@media print, screen and (min-width: 961px) {
  .btn a:hover {
    color: #fff;
    background: #890000;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 13px;
  }
}

.btn-links {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .btn-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.btn-links .btn {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slider-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .slider-item {
    padding: 0 5px;
  }
}
.slider-item img {
  max-width: 100%;
}

/* Images */
/* Arrows */
.slider-next {
  display: none !important;
}

/* Dots */
.slick-dots {
  position: absolute;
  left: -5px;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

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

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

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

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

/* Overwrite style */
.header-logo {
  width: 306px;
  max-width: 21%;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    position: relative;
    top: 2px;
    left: 15px;
    width: 240px;
    max-width: 100%;
  }
}
.header-logo img {
  width: 306px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 240px;
  }
}

.nav-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-logo {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.nav-logo img {
  width: 220px;
  height: 40px;
  max-width: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .nav-logo img {
    width: 180px;
    height: 32px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.top-header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border-bottom: none;
  z-index: 1000;
}
.top-header a {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-header {
    position: fixed;
  }
}

.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 76px;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (max-width: 767px) {
  .global-header {
    height: 50px;
    padding: 0;
  }
}
.global-header .global-nav {
  width: 740px;
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .global-header .global-nav {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
.global-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .global-header .menu {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 100px 40px 45px 40px;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 961px) {
  .global-header .menu-item:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .global-header .menu-item {
    border-bottom: 1px solid #890000;
  }
}
.global-header .menu-item a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .global-header .menu-item a {
    display: inline;
    width: 100%;
    line-height: 40px;
    text-align: center;
  }
}
.global-header .sp-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .global-header .sp-menu {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  .global-header .sp-menu {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .global-header .sp-menu .menu-trigger,
  .global-header .sp-menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .global-header .sp-menu .menu-trigger {
    position: relative;
    width: 44px;
    height: 44px;
  }
  .global-header .sp-menu .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 2px;
    background-color: #222;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  .global-header .sp-menu .menu-trigger span {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .global-header .sp-menu .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .global-header .sp-menu .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .global-header .sp-menu .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.nav-contact {
  display: block;
  position: relative;
  width: 145px;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav-contact {
    position: static;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
}
.nav-contact a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #890000;
  border: 1px solid #890000;
  border-radius: 25px;
  color: #fff;
}
@media print, screen and (min-width: 961px) {
  .nav-contact a:hover {
    color: #890000;
    background: #fff;
    border: 1px solid #890000;
  }
}
@media only screen and (max-width: 767px) {
  .nav-contact a {
    display: inline;
    color: #222;
    background: none;
    border-radius: 0;
    border: none;
  }
}

footer {
  color: #fff;
  font-size: 14px;
  background: #890000;
}

.footer-inner {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px 80px 20px;
  text-align: center;
}
.footer-inner .logo {
  margin-bottom: 28px;
}
.footer-inner .logo img {
  width: 306px;
  max-width: 100%;
}

.info {
  margin-bottom: 32px;
}

.sns {
  display: inline-block;
}

.sns-link {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.sns-link img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding-bottom: 20px;
}

.footer-banner {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  background: #fff;
}

.main-img {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 76px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img {
    margin-top: 50px;
  }
}
.main-img img {
  width: 100%;
}

.copy {
  width: 56.2%;
  position: absolute;
  top: 50%;
  left: 5.1%;
  -webkit-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
@media only screen and (max-width: 320px) {
  .copy {
    width: 184px;
  }
}
.copy img {
  width: 100%;
}

#about, #business, #activities, #lymphoma, #organization {
  margin-top: -50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  #about, #business, #activities, #lymphoma, #organization {
    margin-top: -30px;
    padding-top: 30px;
  }
}

.top-sec1 .inner {
  padding: 80px 10px;
}
@media only screen and (max-width: 767px) {
  .top-sec1 .inner {
    padding: 50px 10px;
  }
}
.top-sec1 p {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 30px;
}
.top-sec1 .logo {
  display: block;
  width: 301px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top-sec1 .logo {
    width: 250px;
  }
}

.top-sec2 .inner {
  padding: 80px 10px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .top-sec2 .inner {
    padding: 50px 10px;
  }
}
.top-sec2 .content {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec2 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px;
  }
}
.top-sec2 .content .map {
  width: 412px;
  max-width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .top-sec2 .content .map {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.top-sec2 .content .text {
  width: 474px;
}
.top-sec2 .content .text p {
  line-height: 1.5;
}
.top-sec2 .content .text p:not(:last-child) {
  margin-bottom: 10px;
}

.top-sec3 .inner {
  padding: 80px 10px;
}
@media only screen and (max-width: 767px) {
  .top-sec3 .inner {
    padding: 50px 10px;
  }
}
.top-sec3 .content {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
.top-sec3 .content ul {
  list-style: none;
}
.top-sec3 .content ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 45px;
}
.top-sec3 .content ul li:not(:last-child) {
  margin-bottom: 18px;
}
.top-sec3 .content ul li:nth-of-type(1):before {
  background: url("../img/top/list01.svg") center center/contain no-repeat;
}
.top-sec3 .content ul li:nth-of-type(2):before {
  background: url("../img/top/list02.svg") center center/contain no-repeat;
}
.top-sec3 .content ul li:nth-of-type(3):before {
  background: url("../img/top/list03.svg") center center/contain no-repeat;
}
.top-sec3 .content ul li:nth-of-type(4):before {
  background: url("../img/top/list04.svg") center center/contain no-repeat;
}
.top-sec3 .content ul li:nth-of-type(5):before {
  background: url("../img/top/list05.svg") center center/contain no-repeat;
}
.top-sec3 .content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 22px;
  margin: auto;
  display: block;
}

.top-sec4 .inner {
  padding: 80px 10px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .top-sec4 .inner {
    padding: 50px 10px;
  }
}
.top-sec4 .content {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 42px 50px 50px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .top-sec4 .content {
    padding: 15px 25px 25px 25px;
  }
}

.top-sec5 .inner {
  padding: 80px 10px;
}
@media only screen and (max-width: 767px) {
  .top-sec5 .inner {
    padding: 50px 10px;
  }
}
.top-sec5 .caption:nth-of-type(1) {
  margin-bottom: 18px;
}
.top-sec5 .caption:last-of-type {
  margin-bottom: 30px;
}

.request {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 60px auto 0 auto;
  padding: 40px 40px 30px 40px;
  border: 1px solid #890000;
}
@media only screen and (max-width: 767px) {
  .request {
    padding: 35px 30px 30px 30px;
  }
}
.request h3 {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  background: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #890000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .request h3 {
    top: -15px;
    width: 200px;
    margin-left: -100px;
    font-size: 16px;
    line-height: 30px;
  }
}
.request p {
  text-align: center;
  margin-bottom: 15px;
}
.request p:last-of-type {
  margin-bottom: 22px;
}

.top-sec6 .inner {
  padding: 80px 10px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .top-sec6 .inner {
    padding: 50px 10px;
  }
}
.top-sec6 .item-wrap {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 50px 50px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .top-sec6 .item-wrap {
    padding: 15px 25px 30px 25px;
  }
}
.top-sec6 .item-wrap + .heading {
  margin-top: 40px;
}
.top-sec6 .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .top-sec6 .item-wrap .item {
    display: block;
  }
}
.top-sec6 .item-wrap .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 300px;
  padding-left: 35px;
  margin-right: 90px;
}
.top-sec6 .item-wrap .item .head .position {
  min-width: 110px;
}
.top-sec6 .item-wrap .item .head .name {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .top-sec6 .item-wrap .item .head .name {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-sec6 .item-wrap .item .head {
    display: block;
    min-width: 150px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .top-sec6 .item-wrap .item .head .name {
    font-size: 15px;
    font-weight: bold;
  }
}
.content-officer {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto 40px auto;
  padding: 35px 50px 50px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .content-officer {
    padding: 15px 25px 30px 25px;
  }
}
.content-officer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .content-officer .item {
    display: block;
  }
}
.content-officer .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 300px;
  padding-left: 35px;
  margin-right: 90px;
}
.content-officer .item .head .name {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .content-officer .item .head {
    display: block;
    width: 150px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .content-officer .item .head .name {
    font-size: 15px;
    font-weight: bold;
  }
}

.content-member {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 50px 50px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .content-member {
    padding: 15px 25px 30px 25px;
  }
}
.content-member .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .content-member .item {
    display: block;
  }
}
.content-member .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 300px;
  padding-left: 35px;
  margin-right: 90px;
}
.content-member .item .head .name {
  width: 110px;
}
@media only screen and (max-width: 767px) {
  .content-member .item .head {
    display: block;
    width: 150px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .content-member .item .head .name {
    font-size: 15px;
    font-weight: bold;
  }
}

.top-sec7 .inner {
  padding: 80px 10px;
}
@media only screen and (max-width: 767px) {
  .top-sec7 .inner {
    padding: 50px 10px;
  }
}
.top-sec7 .content-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 40px;
  border: 1px solid #890000;
}
@media only screen and (max-width: 767px) {
  .top-sec7 .content-wrap {
    padding: 20px 20px;
  }
}
.top-sec7 .content-wrap ul {
  list-style: none;
}
.top-sec7 .content-wrap ul li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.top-sec7 .content-wrap ul li:not(:first-of-type) {
  margin-top: 10px;
}
@media print, screen and (min-width: 961px) {
  .top-sec7 .content-wrap ul li a:hover {
    opacity: 0.7;
  }
}
.top-sec7 .content-wrap ul li a:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 7px;
  background: url(../img/shared/icon-window.svg) center center/contain no-repeat;
}

.activities-wrap .inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 10px 175px 10px;
}
@media only screen and (max-width: 767px) {
  .activities-wrap .inner {
    padding: 50px 10px 100px 10px;
  }
}

.activities-list-wrap {
  margin-bottom: 30px;
}

.activities-item {
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
}
@media print, screen and (min-width: 961px) {
  .activities-item:hover {
    opacity: 0.7;
  }
}
.activities-item .date {
  color: #890000;
  font-size: 16px;
  font-weight: bold;
  margin-right: 40px;
}
.activities-item h3 {
  font-weight: normal;
  line-height: 1.5;
}

.post-wrap .inner {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 10px;
}
@media only screen and (max-width: 767px) {
  .post-wrap .inner {
    padding: 50px 10px;
  }
}

.post-head {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post-head {
    margin-bottom: 20px;
  }
}
.post-head .date {
  font-size: 30px;
  font-weight: bold;
  color: #890000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-head .date {
    font-size: 20px;
  }
}
.post-head .date:after {
  position: relative;
  content: "";
  width: 19px;
  height: 12px;
  background: url("../img/shared/arrow.svg") center center/contain no-repeat;
  margin: 0 auto;
  display: block;
}
.post-head h2 {
  font-size: 16px;
  font-weight: normal;
  color: #890000;
  display: block;
  margin-top: 10px;
  line-height: 1.3;
}

.post-content {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .post-content {
    margin-bottom: 40px;
  }
}
.post-content img {
  width: 380px;
  max-width: 100%;
  height: auto;
}
.post-content a {
  color: #0013a0;
  text-decoration: underline;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .post-content a:hover {
    text-decoration: none;
  }
}
.post-content p:nth-of-type(n+2) {
  margin-top: 10px;
}

.lymphoma-wrap .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 10px 175px 10px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-wrap .inner {
    padding: 50px 10px 100px 10px;
  }
}
.lymphoma-wrap .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-wrap .heading {
    margin-bottom: 48px;
  }
}
.lymphoma-wrap .heading h2:after {
  top: 60px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-wrap .heading h2:after {
    top: 45px;
  }
}

.lymphoma-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 40px 18px 60px;
  border: 1px solid #890000;
}
@media only screen and (max-width: 767px) {
  .lymphoma-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 20px 20px 20px;
  }
}
.lymphoma-item:not(:last-child) {
  margin-bottom: 20px;
}
.lymphoma-item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lymphoma-item .head .number {
  font-size: 20px;
  font-weight: bold;
  color: #890000;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-item .head .number {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.lymphoma-item .head h3 {
  font-size: 20px;
  color: #890000;
}
@media only screen and (max-width: 767px) {
  .lymphoma-item .head h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.lymphoma-item .btn {
  width: 240px;
  margin: 0;
}
.lymphoma-item .btn span {
  font-weight: normal;
}

.perma-links {
  width: 300px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .perma-links {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.perma-links .btn {
  width: 145px;
  margin: 0;
}

.lymphoma-post-wrap .inner {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 10px 175px 10px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-post-wrap .inner {
    padding: 50px 10px 100px 10px;
  }
}

.lymphoma-post-head {
  margin-bottom: 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lymphoma-post-head {
    margin-bottom: 40px;
  }
}
.lymphoma-post-head h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #890000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lymphoma-post-head h1 {
    font-size: 20px;
  }
}
.lymphoma-post-head h1:after {
  position: relative;
  top: 10px;
  content: "";
  width: 19px;
  height: 12px;
  background: url("../img/shared/arrow.svg") center center/contain no-repeat;
  margin: 0 auto;
  display: block;
}

.lymphoma-post-content:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-post-content:not(:last-child) {
    margin-bottom: 40px;
  }
}
.lymphoma-post-content h2 {
  font-size: 20px;
  color: #890000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lymphoma-post-content h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.lymphoma-post-content img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.lymphoma-post-content .btn {
  margin: 30px auto;
}

.caption-contact {
  margin-bottom: 40px;
}

.form-wrap .textarea {
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .textarea {
    height: 150px;
    padding: 0;
  }
}
.form-wrap dl {
  padding: 15px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .form-wrap dl {
    padding: 0 0 15px 0;
  }
}
.form-wrap dt {
  font-size: 14px;
  font-weight: bold;
  color: #890000;
  margin-bottom: 8px;
}
.form-wrap dd {
  position: relative;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form-wrap dd {
    display: block;
    width: 100%;
  }
}

.wpcf7 {
  background: #f4f4f4;
}
.wpcf7-form {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 40px 50px 40px;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form {
    padding: 20px 20px;
  }
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    padding: 5px 10px;
  }
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: #fff;
}

.consent {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .consent {
    margin-top: 30px;
  }
}
.consent .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .consent .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}
.consent .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.consent a {
  font-size: 13px;
  text-decoration: underline;
}

input.wpcf7-submit {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  height: 50px;
  line-height: 45px;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #890000;
  border-radius: 25px;
  color: #890000;
}
@media print, screen and (min-width: 961px) {
  input.wpcf7-submit:hover {
    color: #fff;
    background: #890000;
  }
}
@media only screen and (max-width: 767px) {
  input.wpcf7-submit {
    width: 160px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
  }
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  display: block;
  color: red;
  font-weight: 600;
  font-size: 13px;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-validation-errors {
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px 5px 10px !important;
  text-align: center;
  border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
  max-width: 100%;
  color: #2679bf;
  font-weight: bold;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #2679bf !important;
  text-align: center;
  margin: 20px auto !important;
}

.privacy-wrap .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 10px 175px 10px;
}
@media only screen and (max-width: 767px) {
  .privacy-wrap .inner {
    padding: 50px 10px 100px 10px;
  }
}
.privacy-wrap .inner h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.privacy-wrap .inner .content {
  margin-top: 40px;
}
.privacy-wrap .inner .content h4 {
  line-height: 1.5;
  margin-bottom: 8px;
}
.privacy-wrap .inner .content p {
  line-height: 1.5;
  padding-left: 1.2em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .privacy-wrap .inner .content p {
    padding-left: 0;
  }
}
