@charset "UTF-8";
/*---------------------------------------------------
COLOR
---------------------------------------------------*/
/*---------------------------------------------------
TEXT
---------------------------------------------------*/
/*---------------------------------------------------
MARGIN
---------------------------------------------------*/
/* Reset CSS
* --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

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

abbr, acronym {
  border: 0;
}

h2#policy, h2#privacy {
  padding-top: 55px;
  margin-top: -55px;
}

/* Develop CSS

* --------------------------------------- */
pre {
  clear: both;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}

/* Custom CSS
* --------------------------------------- */
body {
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

div, li, a, p, table, tr, th, td, input {
  box-sizing: border-box;
}

p {
  padding-bottom: 15px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  color: #ffa800;
}

a {
  color: #44883d;
  text-decoration: none;
  transition: color 0.5s;
}

a img {
  opacity: 1;
  transition: opacity 0.5s;
}

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

img {
  vertical-align: bottom;
}

/* CLEARFIX */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.clear {
  clear: both;
}

/*---------------------------------------------------
HEADER FOOTER
---------------------------------------------------*/
/* header */
header #header-top {
  height: 100px;
  padding-top: 15px;
}
header #header-top::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #00939a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00939a 0%, #86af49 50%, #00939a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00939a", endColorstr="#00939a",GradientType=1 ); /* IE6-9 */
}
header #header-top .content-inner {
  position: relative;
}
header #header-top #logo {
  float: left;
  margin-top: -15px;
  height: 80px;
}
header #header-top #logo img {
  height: 72px;
  margin-top: 10px;
}
header #header-top #logo-jcs {
  position: absolute;
  top: 0;
  right: 320px;
  width: 212px;
}
header #header-top .search {
  position: absolute;
  width: 305px;
  top: 50px;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
header #header-top .search input {
  display: inline-block;
  vertical-align: bottom;
  width: 270px;
  height: 30px;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
header #header-top .search input.search-btn {
  float: right;
  width: 29px;
  text-indent: -9999px;
  background: #efefef url(../images/icon_search.png) center center no-repeat;
  border-radius: 0 3px 3px 0;
}
header #header-top .search input.search-btn:hover {
  cursor: pointer;
}
header #header-top .btn-tab {
  position: relative;
  z-index: 10;
  margin-top: -15px;
  float: right;
}
header #header-top .btn-tab .donation,
header #header-top .btn-tab .register {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border: 1px solid #86af49;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -1px 0 #ffffff inset;
  background: #86af49; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #86af49 0%, #44883d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#86af49", endColorstr="#44883d",GradientType=0 ); /* IE6-9 */
}
header #header-top .btn-tab .donation:hover,
header #header-top .btn-tab .register:hover {
  text-decoration: none;
  background: #44883d;
}
header #header-top .btn-tab .donation {
  position: relative;
  padding-left: 45px;
}
header #header-top .btn-tab .donation::before {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  width: 24px;
  height: 31px;
  background-image: url(../images/icon_cover.png);
}
header #header-top .btn-tab .register {
  border-color: #00939a;
  background: #59c9d5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #59c9d5 0%, #00939a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#59c9d5", endColorstr="#00939a",GradientType=0 ); /* IE6-9 */
}
header #header-top .btn-tab .register:hover {
  background: #00939a;
}
header #menu-area #logo-s {
  display: none;
  position: absolute;
  top: 5px;
  left: 15px;
}
header #menu-area #logo-s img {
  height: 35px;
  margin: 5px 0;
}
header #menu-area #menu {
  background-color: #fff;
  padding-bottom: 15px;
}
header #menu-area #menu li {
  position: relative;
  display: inline-block;
}
header #menu-area #menu li a {
  position: relative;
  display: inline-block;
  padding: 15px 8px 0 18px;
  color: #44883d;
  text-align: center;
  font-weight: bold;
}
header #menu-area #menu li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: -10px;
  width: 2px;
  height: 30px;
  background-color: #44883d;
  transform: rotate(30deg);
}
header #menu-area #menu li a:hover {
  text-decoration: none;
}
header #menu-area #menu li.sub-menu-top a {
  padding-right: 20px;
}
header #menu-area #menu li.sub-menu-top::after {
  content: "";
  position: absolute;
  display: block;
  content: "▼";
  top: 15px;
  right: 0;
  color: #44883d;
}
header #menu-area #menu li ul {
  position: absolute;
  list-style: none;
  z-index: 1000;
  margin: 0;
  padding: 0;
}
header #menu-area #menu li ul li {
  display: list-item;
  padding-bottom: inherit;
}
header #menu-area #menu li ul li a {
  text-align: left;
  font-weight: normal;
  font-size: 90%;
  padding: 10px;
  background-color: #eff7e4;
  color: #44883d;
  border-top: 1px dotted #44883d;
  width: 200px;
}
header #menu-area #menu li ul li a:after {
  content: none;
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  transform: rotate(0deg);
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
}
header #menu-area #menu li ul li a:hover {
  background-color: #44883d;
  color: #ffffff;
  text-decoration: none;
}
header #menu-area #menu li ul li:last-child a {
  border-bottom: 1px dotted #44883d;
}
header #menu-area #menu nav > ul li:last-child a::after {
  display: none;
}

/* nav */
.slicknav_menu {
  display: none;
}

/*Media Queries*/
@media screen and (max-width: 800px) {
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
#fixedBox {
  background-color: #fff;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}

/* footer */
footer {
  position: relative;
  clear: both;
  margin-top: 50px;
  padding-top: 50px;
  color: #fff;
  font-size: 0.85rem;
  background-color: #86af49;
}
footer h2 {
  margin-bottom: 20px;
  color: #fff;
}
footer p {
  padding: 15px 0;
  border-top: 1px solid #fff;
}
footer p.no-line {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  margin-bottom: 10px;
}
footer li {
  display: inline-block;
  margin: 0 0 10px 1em;
}
footer li a:hover {
  text-decoration: underline;
}
footer .copyright {
  margin-top: 10px;
  text-align: center;
  background-color: #44883d;
}

/*---------------------------------------------------
COMMON PARTS
---------------------------------------------------*/
/* layout */
.content-inner {
  width: 1000px;
  margin: auto;
}

.col-l {
  width: 640px;
  float: left;
  padding-bottom: 50px;
}

.col-r {
  width: 330px;
  float: right;
  padding-bottom: 50px;
}

.col-l-50,
.col-r-50 {
  float: left;
  width: 49%;
}
.col-l-50 img,
.col-r-50 img {
  width: 100%;
}

.col-r-50 {
  float: right;
}

.col2,
.col3,
.col4 {
  display: flex;
}

.col2 > div {
  width: 49%;
  margin: 0 0.5%;
}

.col3 > div {
  width: 32.6%;
  margin: 0 0.5%;
}

.col4 > div {
  width: 24%;
  margin: 0 0.5%;
}

.col3 > div:first-child,
.col3 > div:nth-child(3n+1) {
  margin-left: 0;
}

.col3 > div:nth-child(3n) {
  margin-right: 0;
}

/* heading */
h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.t-bg-green, .t-bg-blue, .t-bg-bluegreen {
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1rem;
  background-color: #44883d;
}
.t-bg-green a, .t-bg-blue a, .t-bg-bluegreen a {
  color: #fff;
}
.t-bg-green small, .t-bg-blue small, .t-bg-bluegreen small {
  font-size: 0.85rem;
}

.t-bg-bluegreen {
  background-color: #00939a;
}

.t-bg-blue {
  background-color: #0062a3;
}

.t-uline-green, .t-green, .t-uline-blue, .t-blue, .t-uline-bluegreen, .t-bluegreen {
  clear: both;
  margin-bottom: 15px;
  color: #44883d;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #44883d;
}

.t-uline-bluegreen, .t-bluegreen {
  color: #00939a;
  border-color: #00939a;
}

.t-uline-blue, .t-blue {
  color: #0062a3;
  border-color: #0062a3;
}

.t-green {
  border: none;
}

.t-bluegreen {
  border: none;
}

.t-blue {
  border: none;
}

/* Anchor link */
h2#policy, h2#privacy {
  padding-top: 55px;
  margin-top: -55px;
}

/* box */
.box-transparent {
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px #999;
  background-color: rgba(255, 255, 255, 0.3);
}
.box-transparent .box-transparent-inner {
  height: 100%;
  padding: 0 20px 20px;
  background-color: #fff;
}

.box-gray, .box-grayline, .box-blue, .box-bluegreen, .box-lime {
  margin: 15px 0;
  padding: 15px;
  background-color: #efefef;
}

.box-lime {
  background-color: #eff7e4;
}
.box-lime a {
  color: #44883d;
}

.box-bluegreen {
  background-color: #ebf8f9;
}
.box-bluegreen a {
  color: #00939a;
}

.box-blue {
  background-color: #ebf4f9;
}
.box-blue a {
  color: #0062a3;
}

.box-grayline {
  background-color: transparent;
  border: 3px solid #efefef;
}

/* list */
.list-arrow-green li, .list-arrow-blue li, .list-arrow-bluegreen li {
  position: relative;
  display: block;
  padding: 0 0 5px 25px;
}
.list-arrow-green li::before, .list-arrow-blue li::before, .list-arrow-bluegreen li::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 0;
  background: url(../images/arrow.png) 0 0 no-repeat;
}
.list-arrow-green li a, .list-arrow-blue li a, .list-arrow-bluegreen li a {
  color: #44883d;
  transition: color 0.5s;
}
.list-arrow-green li a:hover, .list-arrow-blue li a:hover, .list-arrow-bluegreen li a:hover {
  color: #ffa800;
}

.list-arrow-bluegreen li::before {
  background-position: 0 -15px;
}
.list-arrow-bluegreen li a {
  color: #00939a;
  transition: color 0.5s;
}
.list-arrow-bluegreen li a:hover {
  color: #ffa800;
}

.list-arrow-blue li::before {
  background-position: 0 -30px;
}
.list-arrow-blue li a {
  color: #0062a3;
  transition: color 0.5s;
}
.list-arrow-blue li a:hover {
  color: #ffa800;
}

.list-disc, ol {
  margin-left: 25px;
}
.list-disc li, ol li {
  padding-bottom: 5px;
  list-style: disc;
}

.list-uline {
  margin: 10px 10px 20px;
}
.list-uline li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

ol li {
  list-style: decimal;
}

.list-news-thumb {
  margin: 10px 10px 20px;
}
.list-news-thumb li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.list-news-thumb li img {
  float: right;
  margin: 0 0 5px 15px;
}
.list-news-thumb a {
  text-decoration: none;
}
.list-news-thumb a:hover {
  text-decoration: underline;
}

dl dt {
  padding: 5px 10px;
  background-color: #efefef;
}

/* link */
.link-arrow-green {
  position: relative;
  clear: both;
  padding-right: 20px;
  text-align: right;
  font-size: 0.85rem;
}
.link-arrow-green::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 15px;
  height: 15px;
  background: url(../images/arrow.png) 0 0 no-repeat;
}

/* tag */
p.tag-line {
  padding-bottom: 0px;
}

.tags {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
  background-color: #ffa800;
  color: #fff;
  text-decoration: none;
}
.tags:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
}
.tags a {
  color: #fff;
  text-decoration: none;
}
.tags a:hover {
  color: #fff;
}

.bk-green {
  background-color: #44883d;
}

.bk-blue {
  background-color: #0062a3;
}

.bk-lime {
  background-color: #86af49;
}

/* text */
.txt-b {
  font-weight: bold;
}

.txt-l {
  font-size: 1.5rem !important;
}

.txt-s {
  font-size: 0.85rem !important;
}

.txt-notice {
  color: #999;
  font-size: 14px;
}

.date {
  font-size: 0.85rem;
  font-weight: normal;
  color: #999;
}

/* align */
.ta-c {
  text-align: center !important;
}
.ta-c img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

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

/* float */
.fl-l {
  float: left;
  margin: 0 15px 15px 0;
}

.fl-r {
  float: right;
  margin: 0 0 15px 15px;
}

.fl-l img, .fl-r img {
  max-width: 300px;
}

.error {
  color: #FE4908;
  font-size: 14px;
}

/* hr */
hr {
  clear: both;
  height: 1px;
  margin: 0 0 20px;
  padding-top: 10px;
  border: none;
  border-bottom: 1px solid #999999;
}

/* margin padding */
.mgt50 {
  margin-top: 50px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt15 {
  margin-top: 15px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl30 {
  margin-left: 30px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt15 {
  padding-top: 15px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb15 {
  padding-bottom: 15px;
}

/* table */
th.nowrap, td.nowrap {
  white-space: nowrap;
}

.table-h,
.table-v {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.table-h th, .table-h td,
.table-v th,
.table-v td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table-h th,
.table-v th {
  background-color: #efefef;
}
.table-h p,
.table-v p {
  padding-bottom: 0;
}

.tl-f {
  table-layout: fixed;
}
.tl-f th.w20 {
  width: 20%;
}

.table-v .sp-label {
  display: none;
}

/* btn */
.btn-area {
  clear: both;
  padding: 30px 0;
  text-align: center;
}
.btn-area a {
  position: relative;
  display: inline-block;
  border: 2px solid #44883d;
  padding: 10px 60px;
  border-radius: 5px;
  transition: background-color 0.5s;
}
.btn-area a::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow.png) 0 0 no-repeat;
  top: 50%;
  right: 15px;
  margin-top: -7.5px;
}
.btn-area a:hover {
  text-decoration: none;
  background-color: #86af49;
  color: #fff;
}
.btn-area .btn-brown {
  border-color: #6e5214;
  color: #6e5214;
}
.btn-area .btn-brown::after {
  background-position: 0 -60px;
}
.btn-area .btn-brown:hover {
  background-color: #99772c;
}
.btn-area .btn-disabled {
  border-color: #CCCCCC;
  color: #CCCCCC;
}
.btn-area .btn-disabled::after {
  background-position: 0 20px;
}
.btn-area .btn-disabled:hover {
  background-color: #ffffff;
  color: #CCCCCC;
}
.btn-area a.btn-green-donation {
  border-color: #44883d;
  background-color: #86af49;
  color: #ffffff;
}
.btn-area a.btn-green-donation::before {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  width: 24px;
  height: 31px;
  background-image: url(../images/icon_cover.png);
}
.btn-area a.btn-green-donation:hover {
  background-color: #44883d;
}

.btn-movie {
  clear: both;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  z-index: 999;
  right: 40px;
  bottom: 40px;
}
.btn-movie a {
  position: relative;
  display: inline-block;
  border: 2px solid #FFFFFF;
  min-width: 120px;
  padding: 10px 30px;
  border-radius: 50px;
}
.btn-movie a::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow.png) 0 0 no-repeat;
  top: 50%;
  right: 15px;
  margin-top: -7.5px;
}
.btn-movie a:hover {
  text-decoration: none;
}
.btn-movie .btn-play {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-movie .btn-play::after {
  background-position: 0 -45px;
}
.btn-movie .btn-play:hover {
  background-color: #44883d;
}

/* SNS */
.sns-area {
  clear: both;
  padding: 15px 0;
  text-align: center;
}
.sns-area a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  padding-top: 5px;
  border-radius: 3px;
  background: #3e5a94 url(../images/icon_facebook.png) no-repeat center center;
  text-indent: -9999px;
}
.sns-area .tw {
  background: #55acee url(../images/icon_twitter.png) no-repeat center center;
}
.sns-area .line {
  background: #55acee url(../images/icon_line.png) no-repeat center center;
  background-size: cover;
}

.sns-area-in-story {
  padding: 10px 0;
  text-align: center;
}
.sns-area-in-story a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  padding-top: 5px;
  border-radius: 3px;
  background: #3e5a94 url(../images/icon_facebook.png) no-repeat center center;
  text-indent: -9999px;
}
.sns-area-in-story .tw {
  background: #55acee url(../images/icon_twitter.png) no-repeat center center;
}
.sns-area-in-story .line {
  background: #55acee url(../images/icon_line.png) no-repeat center center;
  background-size: cover;
}

/* youtube */
.youtube {
  position: relative;
}

.youtube iframe {
  width: 100%;
  top: 0;
  right: 0;
}

/* pagination */
.paginate {
  clear: both;
  padding: 15px 0;
  text-align: center;
}
.paginate a, .paginate span {
  display: inline-block;
  width: 30px;
  border: 1px solid #44883d;
  border-radius: 3px;
  margin-bottom: 10px;
}
.paginate a:hover,
.paginate .current {
  color: #fff;
  background-color: #44883d;
  text-decoration: none;
}
.paginate .prev, .paginate .next {
  width: auto;
  padding: 0 10px;
}

/* form */
select {
  -webkit-appearance: menulist-button;
  height: 50px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  color: #555;
  background-color: #fff;
  font-size: 1.1em;
  min-height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #ccc;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  display: inline;
  width: 20px;
  height: 20px;
  min-height: 0;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0;
  vertical-align: middle;
}

input.error, select.error {
  background: #fcc;
  color: #000;
  font-size: 1.1em;
}

input.error:-moz-placeholder {
  color: #999;
}

input.error:placeholder-shown {
  color: #999;
}

input.error::-webkit-input-placeholder {
  color: #999;
}

input.error:-moz-placeholder {
  color: #999;
  opacity: 1;
}

input.error::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input.error:-ms-input-placeholder {
  color: #999;
}

textarea {
  height: auto;
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

label {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}

.birthday select {
  display: inline-block;
}
.birthday select:first-of-type {
  width: 30%;
}
.birthday select:nth-of-type(2), .birthday select:last-of-type {
  width: 15%;
  margin-left: 2%;
}

.zipcode input, .zipcode select {
  width: 80px;
  display: inline-block;
}

.btn-form {
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  box-sizing: border-box;
}

.box-privacy {
  height: 100px;
  overflow: auto;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mark-required {
  margin: 0 10px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #be1211;
}

.wdt50 {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
}

form th {
  font-weight: bold;
}

/* pagetop link */
#page-top {
  position: fixed;
  z-index: 500;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
}
#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #44883d url(../images/icon_arrow_top.png) no-repeat center center;
  opacity: 0.4;
  text-indent: -9999px;
  transition: background-color 0.3s ease-out;
}

/* google map api */
.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*---------------------------------------------------
TOP PAGE
---------------------------------------------------*/
#hero,
#story,
#news,
#supporter,
#section-name,
footer {
  min-width: 1000px;
}

/* hero */
#hero {
  position: relative;
  overflow: hidden;
}
#hero .lineart-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  opacity: 0.6;
}
#hero .video-area {
  position: relative;
  width: 100%;
  top: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#hero .video-area::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#hero .video-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .content-inner {
  position: relative;
  z-index: 20;
  height: 100%;
}
#hero .content-inner h1, #hero .content-inner p {
  position: absolute;
  top: 150px;
  width: 100%;
  font-size: 300%;
  text-align: center;
  color: #fff;
}
#hero .content-inner p {
  top: 350px;
  font-size: 16px;
}

/* submenu */
#submenu {
  position: relative;
  z-index: 20;
  margin: 20px 0 50px;
}
#submenu .col3 > div, #submenu .col4 > div {
  overflow: hidden;
}
#submenu .col3 > div .box-transparent-inner, #submenu .col4 > div .box-transparent-inner {
  height: 100%;
  padding: 20px 10px;
  background-color: #eff7e4;
}
#submenu .col3 > div h2, #submenu .col4 > div h2 {
  font-size: 1.18rem;
  position: relative;
  margin: -20px -10px 20px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  background-color: #44883d;
}
#submenu .col3 > div h2::after, #submenu .col4 > div h2::after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 3px;
  border: 1px solid #44883d;
}
#submenu .col3 > div.menubox-bluegreen .box-transparent-inner, #submenu .col4 > div.menubox-bluegreen .box-transparent-inner {
  background-color: #ebf8f9;
}
#submenu .col3 > div.menubox-bluegreen h2, #submenu .col4 > div.menubox-bluegreen h2 {
  background-color: #00939a;
}
#submenu .col3 > div.menubox-bluegreen h2::after, #submenu .col4 > div.menubox-bluegreen h2::after {
  border-color: #00939a;
}
#submenu .col3 > div.menubox-blue .box-transparent-inner, #submenu .col4 > div.menubox-blue .box-transparent-inner {
  background-color: #ebf4f9;
}
#submenu .col3 > div.menubox-blue h2, #submenu .col4 > div.menubox-blue h2 {
  background-color: #0062a3;
}
#submenu .col3 > div.menubox-blue h2::after, #submenu .col4 > div.menubox-blue h2::after {
  border-color: #0062a3;
}
#submenu .news, #submenu .info, #submenu .event {
  box-shadow: 0 0 5px #999;
  margin-top: 30px;
  padding: 10px;
}
#submenu .news h2, #submenu .info h2, #submenu .event h2 {
  position: relative;
  padding: 10px 10px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
}
#submenu .news h2::after, #submenu .info h2::after, #submenu .event h2::after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 3px;
}
#submenu .news p a, #submenu .info p a, #submenu .event p a {
  text-decoration: none;
}
#submenu .news p a:hover, #submenu .info p a:hover, #submenu .event p a:hover {
  text-decoration: underline;
}
#submenu .news h2 {
  background-color: #86af49;
}
#submenu .news h2::after {
  border: 1px solid #86af49;
}
#submenu .info h2 {
  background-color: #00939a;
}
#submenu .info h2::after {
  border: 1px solid #00939a;
}
#submenu .event h2 {
  background-color: #ffa800;
}
#submenu .event h2::after {
  border: 1px solid #ffa800;
}

/* story */
#story {
  padding: 50px 0;
  background: url(../images/bg_paper.jpg) 0 0;
}
#story .title {
  font-size: 0.85rem;
}
#story .title h2 {
  padding: 20px 10px;
  font-size: 0.85rem;
  font-weight: normal;
  text-align: center;
  border: 6px double #6e5214;
}
#story .title h2 img {
  margin-bottom: 20px;
}
#story .title .profile {
  margin-top: 20px;
}
#story .title .profile img {
  float: left;
  margin: 0 10px 5px 0;
}
#story .box-w {
  box-shadow: 0 0 5px #999;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.85rem;
}
#story .box-w img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#story .box-w p {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#story .box-w p a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
#story .box-w p a:hover {
  text-decoration: underline;
}

/* news */
#news {
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
}
#news h2 {
  position: relative;
  color: #fff;
  margin: 0 -20px;
  padding: 10px 0;
  text-align: center;
  border: 3px solid #fff;
  background-color: #86af49;
}
#news h2::after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 3px;
  border: 1px solid #86af49;
}

/* exam */
#exam {
  padding: 50px 0;
}
#exam .cancer-exam .title {
  position: relative;
  float: left;
  height: 332px;
  width: 499px;
  text-align: center;
  background: #eff7e4;
}
#exam .cancer-exam .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background: url(../images/icon.png) 0 0 no-repeat;
}
#exam .cancer-exam .title h2 {
  position: absolute;
  top: 70%;
  width: 100%;
  color: #44883d;
}
#exam .cancer-exam .list-panel {
  float: right;
  width: 500px;
}
#exam .cancer-exam .list-panel li {
  position: relative;
  width: 165px;
  height: 140px;
  float: left;
  margin: 0 1px 1px 0;
  text-align: center;
  background-color: #86af49;
  transition: background-color 0.5s;
}
#exam .cancer-exam .list-panel li:hover {
  background-color: #44883d;
}
#exam .cancer-exam .list-panel li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -50px;
  background: url(../images/icon.png) 0 -100px no-repeat;
}
#exam .cancer-exam .list-panel li:nth-child(2)::before {
  background-position: 0 -200px;
}
#exam .cancer-exam .list-panel li:nth-child(3)::before {
  background-position: 0 -300px;
}
#exam .cancer-exam .list-panel li:nth-child(4)::before {
  background-position: 0 -400px;
}
#exam .cancer-exam .list-panel li:nth-child(5)::before {
  background-position: 0 -500px;
}
#exam .cancer-exam .list-panel li:nth-child(6)::before {
  background-position: 0 -600px;
}
#exam .cancer-exam .list-panel li:nth-child(3n) {
  margin-right: 0;
}
#exam .cancer-exam .list-panel li a {
  position: relative;
  z-index: 10;
  display: block;
  width: 165px;
  height: 140px;
  color: #fff;
}
#exam .cancer-exam .list-panel li p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  font-size: 1.5rem;
}
#exam .cancer-exam .list-panel li p small {
  font-size: 0.85rem;
}
#exam .cancer-exam .list-panel li p::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: url(../images/arrow.png) 0 -45px no-repeat;
}
#exam .cancer-exam .list-panel .etc-cancer {
  width: 497px;
  height: 50px;
}
#exam .cancer-exam .list-panel .etc-cancer a {
  position: relative;
  z-index: 10;
  display: block;
  width: 497px;
  height: 50px;
  color: #fff;
}
#exam .cancer-exam .list-panel .etc-cancer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -50px;
  background: none;
}
#exam .cancer-exam p.link-txt {
  clear: both;
  text-align: right;
  font-size: 90%;
}
#exam .hotline {
  clear: both;
  padding-top: 20px;
}
#exam .hotline h2 {
  position: relative;
  padding: 100px 0 50px;
  text-align: center;
  color: #0062a3;
  background-color: #ebf4f9;
}
#exam .hotline h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: 0 0 0 -50px;
  background: url(../images/icon.png) 0 -700px no-repeat;
}
#exam .hotline .col3 > div {
  position: relative;
  margin-top: 5px;
  padding: 40px 20px 10px;
  color: #fff;
  background-color: #0062a3;
}
#exam .hotline .col3 > div::after {
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  border: 10px solid #0062a3;
  background: #fff url(../images/icon.png) -20px -815px no-repeat;
}
#exam .hotline .col3 > div:nth-child(2)::after {
  background-position: -20px -925px;
}
#exam .hotline .col3 > div:nth-child(3)::after {
  background-position: -20px -1020px;
}
#exam .hotline .col3 > div .txt-c {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}
#exam .hotline .col3 > div .txt-c p {
  padding: 0;
}
#exam .hotline .col3 > div .txt-c small {
  font-size: 0.85rem;
}

/* link */
#link {
  padding: 50px 0;
  background: url(../images/bg_link.jpg) bottom center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#link .col3 { /* Safari */
  flex-wrap: wrap;
}
#link .col3 > div {
  margin-bottom: 15px;
}
#link .col3 > div h3 {
  position: relative;
  margin: 0 -20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #86af49;
}
#link .col3 > div h3::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 5px;
  margin-top: -3px;
  background-color: #86af49;
}
#link .col3 > div h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-left: 30px;
  padding: 15px 30px;
  background-color: #fff;
}
#link .col3 > div h3 span::before, #link .col3 > div h3 span::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  width: 10px;
  height: 10px;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-radius: 100%;
  background-color: #86af49;
}
#link .col3 > div h3 span::after {
  left: auto;
  right: -5px;
}
#link .col3 > div:nth-child(2) h3 {
  color: #44883d;
}
#link .col3 > div:nth-child(2) h3::after {
  background-color: #44883d;
}
#link .col3 > div:nth-child(2) h3 span::after, #link .col3 > div:nth-child(2) h3 span::before {
  background-color: #44883d;
}
#link .col3 > div:nth-child(3) h3 {
  color: #1f4478;
}
#link .col3 > div:nth-child(3) h3::after {
  background-color: #1f4478;
}
#link .col3 > div:nth-child(3) h3 span::after, #link .col3 > div:nth-child(3) h3 span::before {
  background-color: #1f4478;
}
#link .col3 > div:nth-child(4) h3 {
  color: #0062a3;
}
#link .col3 > div:nth-child(4) h3::after {
  background-color: #0062a3;
}
#link .col3 > div:nth-child(4) h3 span::after, #link .col3 > div:nth-child(4) h3 span::before {
  background-color: #0062a3;
}
#link .col3 > div:nth-child(5) h3 {
  color: #00939a;
}
#link .col3 > div:nth-child(5) h3::after {
  background-color: #00939a;
}
#link .col3 > div:nth-child(5) h3 span::after, #link .col3 > div:nth-child(5) h3 span::before {
  background-color: #00939a;
}
#link .col3 > div:nth-child(6) h3 {
  color: #20aab9;
}
#link .col3 > div:nth-child(6) h3::after {
  background-color: #20aab9;
}
#link .col3 > div:nth-child(6) h3 span::after, #link .col3 > div:nth-child(6) h3 span::before {
  background-color: #20aab9;
}

/* supporter */
#supporter {
  background-color: #eff7e4;
  margin-bottom: -50px;
  padding: 50px 0;
}
#supporter .facebook-box {
  text-align: center;
}

/* activity */
#activity {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
#activity h2 {
  margin-bottom: 20px;
  color: #44883d;
  text-align: center;
}
#activity .col3 > div img {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
#activity .col3 > div h3 {
  color: #44883d;
}

/*---------------------------------------------------
ARTICLE PAGE
---------------------------------------------------*/
#section-name {
  line-height: 2.5;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #86af49;
}

#section-name.green {
  background-color: #44883d;
}

#section-name.bluegreen {
  background-color: #00939a;
}

#section-name.blue {
  background-color: #0062a3;
}

#breadcrumb {
  padding: 15px 0;
  font-size: 0.85rem;
}
#breadcrumb li {
  display: inline-block;
  padding-right: 30px;
}
#breadcrumb li a {
  position: relative;
}
#breadcrumb li a::after {
  content: "";
  position: absolute;
  display: block;
  content: "/";
  top: 0;
  right: -15px;
}

#article {
  padding: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#article .article-ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#article .article-ttl .article-label {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.8;
  background-color: #ffa800;
}
#article .article-ttl h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
#article .article-ttl span {
  color: #44883d;
}

span.interviewer, span.guest1, span.guest2, span.guest3 {
  font-weight: bold;
  margin-right: 10px;
}

span.interviewer {
  color: #86af49;
}

span.guest1 {
  color: #44883d;
}

span.guest2 {
  color: #00939a;
}

span.guest3 {
  color: #0062a3;
}

/*---------------------------------------------------
RIGHT COLUMN
---------------------------------------------------*/
.col-r .box-r-green, .col-r .box-r-gray, .col-r .box-r-blue, .col-r .box-r-bluegreen {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.col-r .box-r-green .ttl, .col-r .box-r-gray .ttl, .col-r .box-r-blue .ttl, .col-r .box-r-bluegreen .ttl {
  margin: 0 -20px 20px;
  color: #44883d;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  border-top: 3px solid #86af49;
  background-color: #eff7e4;
}
.col-r .box-r-bluegreen .ttl {
  color: #00939a;
  border-color: #00939a;
  background-color: #ebf8f9;
}
.col-r .box-r-blue .ttl {
  color: #0062a3;
  border-color: #0062a3;
  background-color: #ebf4f9;
}
.col-r .box-r-gray .ttl {
  color: #666;
  border-color: #ccc;
  background-color: #efefef;
}
.col-r .bnr-area {
  text-align: center;
}
.col-r .bnr-area .bnr {
  margin-bottom: 10px;
}
.col-r .bnr-area .bnr img {
  max-width: 100%;
}
.col-r .bnr-area .bnr p {
  font-size: 0.85rem;
}

/*---------------------------------------------------
CANCER PAGE
---------------------------------------------------*/
.list-cancer {
  margin-bottom: 15px;
  overflow: hidden;
}
.list-cancer li {
  position: relative;
  width: 20%;
  height: 150px;
  display: inline-block;
  float: left;
  border-right: 1px solid #fff;
  background-color: #86af49;
  transition: 0.5s background-color;
}
.list-cancer li:hover {
  background-color: #44883d;
}
.list-cancer li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -50px;
  background: url(../images/icon.png) 0 -200px no-repeat;
}
.list-cancer li:nth-child(2)::before {
  background-position: 0 -300px;
}
.list-cancer li:nth-child(3)::before {
  background-position: 0 -400px;
}
.list-cancer li:nth-child(4)::before {
  background-position: 0 -500px;
}
.list-cancer li:nth-child(5)::before {
  background-position: 0 -600px;
}
.list-cancer li a {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.list-cancer li span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
}

/*---------------------------------------------------
COMFORT PAGE
---------------------------------------------------*/
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flexbox .item {
  width: 19.6%;
  border: 1px solid #ccc;
  margin-right: 2px;
}

.flexbox .item img {
  width: 100%;
  height: 100%;
}

.slider {
  margin-bottom: 80px !important;
}
.slider a:hover img {
  opacity: 0.7;
}

.list-gallary {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  overflow: hidden;
}
.list-gallary li {
  float: left;
  width: 20%;
  padding: 5px 5px 10px;
  text-align: center;
}
.list-gallary li a:hover img {
  opacity: 0.7;
}
.list-gallary li img {
  max-width: 100%;
  max-height: 150px;
}
.list-gallary li span {
  display: block;
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.3;
}

/*---------------------------------------------------
JAPAN MAP
---------------------------------------------------*/
.japanmap-head-pc {
  display: block;
}

.japanmap-head-sp {
  display: none;
  cursor: pointer;
}
.japanmap-head-sp h2 {
  padding: 5px 15px;
  background: #86af49;
  color: white;
  border-radius: 4px;
  border-bottom: none;
}

.japanmap-area {
  position: relative;
}
.japanmap-area .btn-allarea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
}
.japanmap-area .btn-allarea a {
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #44883d;
}
.japanmap-area .btn-allarea a:hover {
  text-decoration: none;
  background-color: #ffa800;
}
.japanmap-area .btn-allarea span {
  padding: 10px 30px;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
  background-color: #dfdfdf;
}

.japan-map {
  position: relative;
  width: 100%;
  height: 300px;
}
.japan-map li {
  position: absolute;
  width: 8%;
  height: 30px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.japan-map li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  background-color: #44883d;
  border-radius: 5px;
}
.japan-map li a:hover {
  text-decoration: none;
  background-color: #ffa800;
}
.japan-map li span {
  display: block;
  height: 100%;
  width: 100%;
  padding: 5px 0;
}

.japan-map li#hokkaido {
  top: 0;
  right: 0;
  width: 16%;
  height: 60px;
}

.japan-map li#aomori {
  top: 60px;
  right: 0;
  width: 16%;
}

.japan-map li#akita {
  top: 90px;
  right: 8%;
}

.japan-map li#iwate {
  top: 90px;
  right: 0;
}

.japan-map li#yamagata {
  top: 120px;
  right: 8%;
}

.japan-map li#miyagi {
  top: 120px;
  right: 0;
}

.japan-map li#fukushima {
  top: 150px;
  right: 0;
  margin-bottom: 5px;
}

.japan-map li#ibaraki {
  top: 180px;
  right: 0;
  clear: both;
}

.japan-map li#tochigi {
  top: 150px;
  right: 8%;
}

.japan-map li#gunma {
  top: 180px;
  right: 16%;
}

.japan-map li#saitama {
  top: 180px;
  right: 8%;
}

.japan-map li#chiba {
  top: 210px;
  right: 0;
}

.japan-map li#tokyo {
  top: 210px;
  right: 8%;
}

.japan-map li#kanagawa {
  top: 210px;
  right: 16%;
  margin-bottom: 5px;
}

.japan-map li#niigata {
  top: 120px;
  right: 16%;
  clear: both;
}

.japan-map li#nagano {
  top: 150px;
  right: 16%;
  width: 16%;
}

.japan-map li#toyama {
  top: 120px;
  right: 24%;
}

.japan-map li#ishikawa {
  top: 120px;
  right: 32%;
}

.japan-map li#gifu {
  top: 150px;
  right: 32%;
}

.japan-map li#fukui {
  top: 120px;
  right: 40%;
}

.japan-map li#yamanashi {
  top: 180px;
  right: 24%;
}

.japan-map li#shizuoka {
  top: 210px;
  right: 24%;
}

.japan-map li#aichi {
  top: 180px;
  right: 32%;
  margin-bottom: 5px;
}

.japan-map li#shiga {
  top: 150px;
  right: 40%;
  clear: both;
}

.japan-map li#nara {
  top: 180px;
  right: 40%;
}

.japan-map li#kyoto {
  top: 120px;
  right: 48%;
}

.japan-map li#mie {
  top: 210px;
  right: 40%;
}

.japan-map li#osaka {
  top: 180px;
  right: 48%;
}

.japan-map li#wakayama {
  top: 210px;
  right: 48%;
}

.japan-map li#hyogo {
  top: 150px;
  right: 48%;
  margin-bottom: 5px;
}

.japan-map li#tottori {
  top: 120px;
  right: 56%;
  clear: both;
}

.japan-map li#shimane {
  top: 120px;
  right: 64%;
}

.japan-map li#okayama {
  top: 150px;
  right: 56%;
}

.japan-map li#hiroshima {
  top: 150px;
  right: 64%;
}

.japan-map li#yamaguchi {
  top: 120px;
  right: 72%;
  margin-bottom: 5px;
}

.japan-map li#ehime {
  top: 210px;
  right: 64%;
  clear: both;
}

.japan-map li#kagawa {
  top: 210px;
  right: 56%;
}

.japan-map li#kochi {
  top: 240px;
  right: 64%;
}

.japan-map li#tokushima {
  top: 240px;
  right: 56%;
  margin-bottom: 5px;
}

.japan-map li#fukuoka {
  top: 120px;
  right: 80%;
  clear: both;
}

.japan-map li#oita {
  top: 150px;
  right: 80%;
}

.japan-map li#miyazaki {
  top: 180px;
  right: 80%;
}

.japan-map li#saga {
  top: 120px;
  right: 88%;
}

.japan-map li#nagasaki {
  top: 150px;
  right: 88%;
}

.japan-map li#kumamoto {
  top: 180px;
  right: 88%;
}

.japan-map li#kagoshima {
  top: 210px;
  right: 88%;
}

.japan-map li#okinawa {
  top: 240px;
  right: 88%;
}

/* slider */
.bx-wrapper {
  position: relative;
  margin: 0 20px 40px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  1px solid #cccccc;
  background: #fff;*/
  max-height: 500px;
  overflow: hidden;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #777777;
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -5px;
  background: url(../images/controls.png) no-repeat 0 -32px;
  padding: 0;
}

.bx-wrapper .bx-next {
  right: -6px;
  background: url(../images/controls.png) no-repeat -43px -32px;
  padding: 0;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  background-color: transparent;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
  background-color: transparent;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9 ;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* effect */
.show-left, .show-right, .show-up {
  position: relative;
  display: none;
}

.cover-404 {
  background: linear-gradient(-45deg, rgba(0, 98, 98, 0.8), rgba(68, 136, 136, 0.8)), url(../images/bg_news.jpg);
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}

.message-box-404 {
  position: relative;
  left: 0px;
  right: 0px;
  top: 170px;
  bottom: 0px;
  margin: auto;
}

.message-box-404 h2 {
  font-size: 2em;
  color: #ffffff;
}

/*---------------------------------------------------
PRINT
---------------------------------------------------*/
@media print {
  #menu,
  #page-top {
    display: none;
  }
}
/*---------------------------------------------------
donation add 20170509
---------------------------------------------------*/
.article-ttl h1 img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.txt_center {
  text-align: center !important;
  font-size: 120%;
  display: block !important;
}

.txt-ml {
  font-size: 1.2em;
}

.images {
  text-align: center;
  margin: 25px 0;
  border-bottom: 1px solid #cccccc;
}

.images img {
  max-width: 100%;
}

.header-img {
  width: 100%;
}
.header-img img {
  width: 100%;
}

div.hero {
  position: relative;
}

.hero-txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #FFFFFF;
  padding: 3px;
}

.table-h td, .table-v td {
  background-color: #FFFFFF;
}

.donation-area {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.donation-area .btn-box-top {
  overflow: hidden;
  margin: 15px auto;
  text-align: center;
  width: 100%;
  padding: 0 5%;
}

.donation-area .btn-box-top-2 {
  padding: 0 24%;
}

.donation-area .btn-box-bottom {
  overflow: hidden;
  margin: 15px auto;
  text-align: center;
  width: 100%;
  padding: 0 35%;
}

.donation-area .circle, .donation-area .circle-box, .donation-area .mini-circle {
  float: left;
  margin: 15px;
}

.donation-area .circle a {
  display: table-cell;
  width: 250px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background: #00939a;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.donation-area .circle a.person_common {
  background-color: #44883d;
}

.donation-area .circle a.person_supporter {
  background-color: #00939a;
}

.donation-area .circle a.corp {
  background-color: #0062a3;
}

.donation-area .circle a.person_common:hover {
  opacity: 0.8;
}

.donation-area .circle a.person_supporter:hover {
  opacity: 0.8;
}

.donation-area .circle a.corp:hover {
  opacity: 0.8;
}

.donation-area .circle span {
  color: #FFFFFF;
  display: block;
}

.donation-area .circle a span.small {
  font-size: 50%;
  display: block;
  padding-top: 0%;
  text-align: center;
}

.donation-area .circle-box a {
  /*margin: 15px;*/
  width: 200px;
  height: 100px;
  /*display: table-cell;*/
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  /*background: #00939a;*/
  color: #FFFFFF;
  border-radius: 5px;
  display: block;
}

.donation-area .circle-box a span {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding-top: 12%;
  font-size: 150%;
}

.donation-area .circle-box a span.small {
  font-size: 70%;
  display: block;
  padding-top: 0%;
  text-align: center;
}

.donation-area .circle-box a.person_common {
  background-color: #ffa800;
}

.donation-area .circle-box a.person_supporter {
  background-color: #ffa800;
}

.donation-area .circle-box a.corp {
  background-color: #0062a3;
}

.donation-area .circle-box a.person_common:hover {
  background-color: #FE4908;
}

.donation-area .circle-box a.person_supporter:hover {
  background-color: #FE4908;
}

.donation-area .mini-circle a.corp:hover {
  opacity: 0.8;
}

.donation-area .mini-circle a {
  /*display: table-cell;*/
  /*margin:15px;*/
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background: #00939a;
  color: #FFFFFF;
  border-radius: 50px;
  display: block;
  padding-top: 20%;
}

.donation-area .mini-circle a span {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.donation-area .mini-circle a span:hover {
  text-decoration: none;
}

.donation-area .mini-circle a span.small {
  display: block;
  padding-top: 0;
  text-align: center;
  font-size: 50%;
}

.donation-area .mini-circle a.person_common {
  background-color: #ffa800;
}

.donation-area .mini-circle a.person_supporter {
  background-color: #ffa800;
}

.donation-area .mini-circle a.corp {
  background-color: #0062a3;
}

.donation-area .mini-circle a.person_common:hover {
  background-color: #FE4908;
}

.donation-area .mini-circle a.person_supporter:hover {
  background-color: #FE4908;
}

.donation-area .mini-circle a.corp:hover {
  opacity: 0.8;
}

.donation-area a.sub_link {
  color: #00939a;
  font-size: 90%;
  margin: 10px auto;
  width: 200px;
  height: 25px;
}

.donation-area a.sub_link:hover {
  text-decoration: underline;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 70%;
  left: 15px;
  margin-top: -7px;
}

#corp-info {
  margin-top: -50px;
  padding-top: 50px;
}

#QnA {
  margin-top: -70px;
  padding-top: 70px;
}

#individual-info {
  margin-top: -50px;
  padding-top: 50px;
}

#individual-span-info {
  margin-top: -50px;
  padding-top: 50px;
}

.donation-area p {
  padding: 15px 0 15px 15px;
  /*display: table-cell;*/
}

.donation-area .btn-area {
  padding: 5px;
}

.donation-area .btn-area a {
  color: #00939a;
  border-color: #00939a;
}

.donation-type ul {
  overflow: hidden;
}

.donation-type li {
  padding: 5px;
  border-left: 2px solid #44883d;
  text-align: center;
  float: left;
  width: 50%;
}

.donation-type li:first-child {
  border: none;
}

.donation-content div {
  overflow: hidden;
}

.donation-area p {
  display: block !important;
}

/*.donation-area .qa-q{color:$bluegreen;}
.donation-area .qa-a{color:$tango;}*/
.donation-area .qa-q {
  padding: 30px 1% 5px 1%;
  font-weight: bolder !important;
  color: #133dc6;
  margin-bottom: 1%;
}

.donation-area .qa-a {
  padding: 0 1% 15px;
}

.donation-area .qa-text {
  padding: 5px 2% 10px 2%;
}

.donation-area .two-button {
  padding: 0 20%;
}

@media screen and (max-width: 800px) {
  .donation-area .circle, .donation-area .circle-box, .donation-area .mini-circle {
    float: none;
    margin: 20px auto;
  }
  .donation-area .circle a, .donation-area .circle-box a, .donation-area .mini-circle a {
    margin: 0 auto;
  }
  .donation-area .mini-circle a {
    padding-top: 8%;
  }
  .donation-area .btn-box-top-2 {
    padding: 0 10%;
  }
  .donation-area .btn-box-top {
    padding: 0 30%;
  }
}
@media screen and (max-width: 640px) {
  .donation-area .circle-box a {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .donation-area .mini-circle a {
    padding-top: 10%;
  }
  .donation-area .btn-box-top {
    padding: 0 15%;
  }
}
/*---------------------------------------------------
donation flow add 20170524
---------------------------------------------------*/
.donation-flow {
  /*background-color:#f8f8f8;*/
  margin-bottom: 4%;
  /*padding:2% 2% 0.5%;*/
  border-bottom: 4px solid #b0b0b0;
  box-shadow: 0 3px 0 #eee;
}

.donation-flow h2 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 34px;
  padding: 1.5% 0;
  text-align: center;
  width: 100%;
}

.donation-flow-link {
  width: 100%;
  overflow: hidden;
  /*border-top:1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  margin-bottom: 4%;
  padding: 2% 0;
}

.donation-flow-link .link-in {
  float: left;
  width: 23%;
  margin-right: 2%;
  padding-top: 1%;
}

.donation-flow-link .link-in:last-child {
  margin-right: 0;
}

.donation-flow-link .link-in a {
  color: #252525;
}

.donation-flow-link .link-in a:hover {
  color: #ccc;
}

.donation-flow-link .month {
  border-top: 10px solid #44883d;
}

.donation-flow-link .year {
  border-top: 10px solid #00939a;
}

.donation-flow-link .corp {
  border-top: 10px solid #0062a3;
}

.donation-flow-link .free {
  border-top: 10px solid #ea5308;
}

#individual-month-flow, #individual-year-flow, #corp-flow, #free-flow {
  margin-top: -50px;
  padding-top: 50px;
}

.donation-flow .green {
  background-color: #44883d !important;
  border-top: 8px solid #58a550;
  border-bottom: 8px solid #58a550;
}

.donation-flow .bluegreen {
  background-color: #00939a;
  border-top: 8px solid #34b8be;
  border-bottom: 8px solid #34b8be;
}

.donation-flow .blue {
  background-color: #0062a3;
  border-top: 8px solid #328ecb;
  border-bottom: 8px solid #328ecb;
}

.donation-flow .orange {
  background-color: #ea5308;
  border-top: 8px solid #f8854c;
  border-bottom: 8px solid #f8854c;
}

.donation-flow .flow-type {
  padding: 4%;
  margin-bottom: 25px;
  position: relative;
}

.donation-flow .flow-type .month {
  background-color: #58a550;
}

.donation-flow .flow-type .year {
  background-color: #34b8be;
}

.donation-flow .flow-type .corp {
  background-color: #328ecb;
}

.donation-flow .flow-type .free {
  background-color: #f8854c;
}

.donation-flow .flow-type .flow-item {
  line-height: 1.8;
  font-size: 120%;
  color: #353535;
  padding: 4% 4% 3% 12%;
  position: relative;
}

.donation-flow .flow-item .flow-number {
  font-size: 44px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.donation-flow .flow-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 45px 45px;
  border-style: solid;
  border-color: #fff #fff #fff #fff;
}

.donation-flow .flow-type .box-month-a {
  background-color: #d9f4d6;
}

.donation-flow .flow-type .box-month-b {
  background-color: #ecfaea;
}

.donation-flow .flow-type .box-year-a {
  background-color: #d3f4f5;
}

.donation-flow .flow-type .box-year-b {
  background-color: #e6f6f6;
}

.donation-flow .flow-type .box-corp-a {
  background-color: #dce8f0;
}

.donation-flow .flow-type .box-corp-b {
  background-color: #ecf2f5;
}

.donation-flow .flow-type .box-free-a {
  background-color: #f2dcd2;
}

.donation-flow .flow-type .box-free-b {
  background-color: #f6f0ee;
}

.donation-flow .box-month-a::after, .donation-flow .box-month-b::after {
  border-color: #44883d #fff #fff #44883d;
}

.donation-flow .box-year-a::after, .donation-flow .box-year-b::after {
  border-color: #00939a #fff #fff #00939a;
}

.donation-flow .box-corp-a::after, .donation-flow .box-corp-b::after {
  border-color: #0062a3 #fff #fff #0062a3;
}

.donation-flow .box-free-a::after, .donation-flow .box-free-b::after {
  border-color: #ea5308 #fff #fff #ea5308;
}

.flow-arrow {
  width: 140px;
  height: 70px;
  margin: 10px auto 15px;
}

.flow-arrow::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 30px;
  background: #df4900;
}

.flow-arrow::after {
  content: "";
  display: block;
  border-top: 100px solid #df4900;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  transform-origin: center top;
  transform: scaleY(0.5);
}

.pattern {
  /*background-color:#e9e9e9;*/
  border-bottom: 1px dotted #999;
  box-shadow: 0 1px 0 #fff;
  margin: 2% 0 0;
  padding: 2%;
}

.donation-flow .btn-box {
  overflow: hidden;
  margin: 0 30% 6%;
  text-align: center;
  width: 90%;
}

.donation-flow .btn-box-2 {
  overflow: hidden;
  margin: 0 9% 6%;
  text-align: center;
  width: 90%;
}

.donation-flow .btn-box-3 {
  overflow: hidden;
  margin: 0 6.5% 5%;
  text-align: center;
  width: 90%;
}

.donation-flow .btn-link {
  text-align: center;
}

.donation-flow .btn-link a {
  display: block;
  width: 40%;
  /*height:120px;*/
  margin: 0 3%;
  padding: 5% 4%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  background: #ffa800;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  float: left;
}

.donation-flow .btn-link a:hover {
  background: #FE4908;
}

.donation-flow .btn-box-3 .btn-link a {
  width: 28%;
  height: 120px;
  margin: 0 2%;
  padding: 3%;
}

.donation-flow .img-pdf {
  float: left;
}

span.info {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 800px) {
  .donation-flow h2 {
    font-size: 30px;
  }
  .donation-flow .flow-type .flow-item {
    padding: 15% 4% 0;
  }
  .donation-flow .flow-type .flow-number {
    color: #ffffff;
    font-weight: normal;
    font-size: 36px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
  }
  .donation-flow .btn-box, .donation-flow .btn-box-2, .donation-flow .btn-box-3 {
    margin: 0 auto;
    text-align: center;
  }
  .donation-flow .btn-link a {
    width: 90%;
    margin: 0 auto 4%;
    padding: 7% 4%;
    font-size: 26px;
    float: none;
  }
  .donation-flow .btn-box-3 .btn-link a {
    width: 90%;
    margin: 0 auto 4%;
    padding: 7% 4%;
  }
}
@media screen and (max-width: 640px) {
  .donation-flow {
    padding: 2% 0;
  }
  .donation-flow-link {
    border-bottom: 4px solid #ccc;
  }
  .donation-flow-link .link-in {
    float: none;
    width: 100%;
    margin-bottom: 3%;
    padding-top: 0;
    padding-bottom: 1%;
  }
  .donation-flow-link .month {
    background: #44883d;
  }
  .donation-flow-link .year {
    background: #00939a;
  }
  .donation-flow-link .corp {
    background: #0062a3;
  }
  .donation-flow-link .free {
    background: #ea5308;
  }
  .donation-flow-link .link-in a {
    text-align: center;
    display: block;
    color: #fff;
  }
  .donation-flow-link .link-in a:hover {
    color: #fff;
  }
  .donation-flow h2 {
    font-size: 24px;
    padding: 1%;
  }
  .donation-flow .flow-type {
    padding: 4% 0;
  }
  .donation-flow .flow-type .flow-number {
    margin: 0 auto;
  }
  .donation-flow .flow-type .flow-item {
    font-size: 100%;
    color: #353535;
    padding: 15% 4% 2%;
    position: relative;
  }
  .donation-flow .flow-item::after {
    display: none;
  }
  .pattern {
    margin: 2% 0 0;
    padding: 4%;
  }
  .flow-arrow {
    width: 140px;
    height: 70px;
    margin: 25px auto 0px;
  }
  .flow-arrow::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    background: #df4900;
    display: none;
  }
  .flow-arrow::after {
    content: "";
    display: block;
    border-top: 100px solid #df4900;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    transform-origin: center top;
    transform: scaleY(0.5);
  }
  .donation-flow .btn-box, .donation-flow .btn-box-2, .donation-flow .btn-box-3 {
    margin: 0 auto;
    text-align: center;
  }
  .donation-flow .btn-link a {
    margin: 0 auto 4%;
    padding: 10% 4%;
    font-size: 26px;
  }
  .donation-flow .btn-box-3 .btn-link a {
    width: 100%;
    height: 120px;
    margin: 0 auto 4%;
    padding: 15% 3%;
  }
}
@media screen and (max-width: 480px) {
  .donation-flow {
    margin-bottom: 5%;
    padding: 4% 0 2%;
  }
  .donation-flow .flow-type .flow-item {
    padding: 25% 4% 2%;
  }
  .donation-flow .btn-box, .donation-flow .btn-box-2, .donation-flow .btn-box-3 {
    margin: 6% auto;
    text-align: center;
  }
  .donation-flow .btn-link a {
    font-size: 20px;
    padding: 15% 4%;
  }
}
/*---------------------------------------------------
 precaution add 20170510
---------------------------------------------------*/
.precaution-list-box {
  margin-bottom: 30px;
}

ol.twelve {
  background: #EFF7E4;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 3%;
  margin-left: 0 !important;
  /*border-radius:5px;*/
  border: 6px solid #dbe6cc;
}

ol.twelve li {
  position: relative;
  line-height: 2;
  padding: 1% 1% 1% 8%;
  list-style-type: none !important; /*数字を一旦消す*/
}

ol.twelve li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #129675;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下上下中央寄せのため
    top: 50%;
    -moz-transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
  */
}

ol.twelve li.even:before {
  background: #46a40e;
}

@media screen and (max-width: 640px) {
  ol.twelve li {
    padding: 1% 1% 1% 15%;
  }
}
/*---------------------------------------------------
 hospital add 20170511
---------------------------------------------------*/
.box-gray-hospital {
  background-color: #f2f2f2;
  border: 10px solid #e8e8e8;
  padding: 35px;
  margin: 15px 0;
  font-size: 120%;
}

h3.list-hospital {
  margin: 40px 0 10px;
  background-color: #44883d;
  padding: 20px;
  color: #ffffff;
}

h3.list-hospital a {
  color: #ffffff;
}

p.search-hospital {
  margin: 40px 0 5px;
}

ul.map {
  overflow: hidden;
}

ul.map li {
  float: left;
  padding-left: 20px;
  margin: 5px 20px 5px 0;
}

.t-hospital {
  font-size: 120%;
  margin-bottom: 0;
  text-align: center;
}

.t-hospital span {
  font-size: 60%;
  display: block;
}

ul.hospital {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .box-hospital img {
    display: none;
  }
}
/* modal */
.modal-content {
  position: fixed;
  z-index: 1000;
  width: 50%;
  margin: 0;
  padding: 20px 20px 5px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

div.modal-content {
  position: fixed;
}

.modal-content a {
  display: block;
  cursor: pointer;
}

.modal-content a.modal-close {
  position: relative;
}

.modal-content a.modal-close::before, .modal-content a.modal-close::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 40%;
  display: block;
  width: 1.125em;
  height: 0.125em;
  background-color: #333333;
  transform: translate3d(0px, 7px, 0) rotate(45deg);
}

.modal-content a.modal-close::after {
  transform: translate3d(0px, 7px, 0) rotate(-45deg);
}

#modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

h2.author {
  text-align: right !important;
  font-size: 1.2rem;
}

/*---------------------------------------------------
 membership add 20170522
---------------------------------------------------*/
#individual-rules, #corp-rules {
  margin-top: -50px;
  padding-top: 50px;
}

/*---------------------------------------------------
 form donation & inquiry add 20170523 20170529
---------------------------------------------------*/
input.error, select.error, textarea.error {
  background: #fcc;
  color: #000;
  font-size: 1.1em;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #999;
}

input.error:placeholder-shown, textarea.error:placeholder-shown {
  color: #999;
}
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #999;
}
input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #999;
  opacity: 1;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: transparent;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*---------------------------------------------------
 sponcer add 20170530
---------------------------------------------------*/
.sponcer-logo .ta-c img {
  max-width: 163px;
}

/*---------------------------------------------------
 story-list add 20170605
---------------------------------------------------*/
#story-list {
  padding: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
}

ul.sub-menu {
  display: none;
}

span.yomigana {
  font-size: 80%;
  color: #999;
}

.article-ttl h1 + p {
  padding: 0;
}

/* new-mark add 20170623 */
.new-mark {
  color: #ff0000;
  background: #FFDDDD;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 13.3px;
  border-radius: 7px;
}

.circle-list .box-w {
  box-shadow: 0 0 5px #999;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.85rem;
}
.circle-list .box-w h3 {
  font-size: 1rem;
  padding: 10px 0;
}
.circle-list .box-w h3 span {
  color: #999;
  font-weight: normal;
}
.circle-list .box-w p {
  padding-top: 10px;
}
.circle-list .box-w p a {
  text-decoration: none;
}
.circle-list .box-w p a:hover {
  text-decoration: underline;
}
.circle-list .box-w .circle-activities {
  border-top: 1px solid #ccc;
}
.circle-list .box-w .tags {
  margin: 0 5px 5px 0;
}

.cancer-tag {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.5;
  background: #0062a3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 5px 0;
}

.info-table .list-news-thumb {
  max-width: 500px;
}
.info-table td.image-td {
  text-align: center;
}
.info-table td.info-td {
  vertical-align: bottom;
}
.info-table td.info-td p {
  margin-left: 90px;
  padding: 5px;
}
.info-table td.info-td .list-news-thumb li {
  padding: 10px 0;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 15px;
}
.info-table .info-image {
  width: 100%;
  max-height: 330px;
  max-width: 485px;
  padding-top: 10px;
}
.info-table .info-image-thumb {
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-event-list a.fl-r {
  color: #111111;
}
#page-event-list label {
  margin-right: 5px;
}
#page-event-list .lightbox-modal {
  display: none;
}
#page-event-list table.event-list-table th.event-date-m,
#page-event-list table.event-list-table td.event-date-m {
  width: 92px;
}
#page-event-list table.event-list-table th.event-date,
#page-event-list table.event-list-table td.event-date {
  width: 150px;
}
#page-event-list table.event-list-table th.event-organizer,
#page-event-list table.event-list-table td.event-organizer {
  width: 150px;
}
#page-event-list table.event-list-table th.event-cancer,
#page-event-list table.event-list-table td.event-cancer {
  width: 120px;
}
#page-event-list table.event-list-table th.prefectures {
  width: 105px;
}
#page-event-list table.event-list-table span.sp-show {
  display: none;
}
#page-event-list table.event-list-table th.sp-show,
#page-event-list table.event-list-table td.sp-show {
  display: none;
}
#page-event-list .filter-table th {
  width: 110px;
}
#page-event-list input[type=text], #page-event-list select {
  width: 390px;
}

.circle-previous-activity-plan {
  display: none;
}

.object-fit-thumbnail-image {
  max-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.trial-list th {
  width: 20%;
}

p.trial-count {
  margin-top: 30px;
}

#trial-search-btn {
  max-width: 50%;
  margin: 0 auto;
  color: #fff;
  background: #86af49;
}

.trial-panel {
  margin: 48px 0;
  padding: 48px 24px 24px;
  background-color: #E7F3DA;
}

.trial-panel .t-uline-green, .trial-panel .t-uline-bluegreen, .trial-panel .t-uline-blue, .trial-panel .t-green, .trial-panel .t-bluegreen, .trial-panel .t-blue {
  margin-top: 0;
}

.trial-panel-btn {
  text-align: center;
}
.trial-panel-btn a {
  display: inline-block;
  min-width: 200px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  background: #86af49;
  text-decoration: none;
}

p.clinical-form-area-desc {
  font-size: 0.9rem;
}

@media screen and (max-width: 640px) {
  p.clinical-form-area-desc {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */
