@charset "UTF-8";
/*
Theme Name: CNJ2017 theme
*/
/* =Compass
---------------------------------------------------------------------------------------------- */
/* =SCSS
---------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =icon font
---------------------------------------------------------------------------------------------- */
.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* =link
---------------------------------------------------------------------------------------------- */
a {
  outline: none;
  color: #1111cc;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #1111cc;
  text-decoration: underline;
}

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

a:focus {
  outline: none;
}

/* =Repeatable patterns
---------------------------------------------------------------------------------------------- */
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* mouse hover */
img.hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img.hover:hover {
  opacity: 0.60;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/* Images */
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* =Basic structure
---------------------------------------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #555;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* ヘッダー 
---------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 100px;
  position: relative;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  border-bottom: 3px solid #0F4C96;
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
}

.header-inner {
  width: 100%;
  height: 100px;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0px auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 80px;
    text-align: center;
  }
}
.header-inner p {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .header-inner p {
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
  }
}
.header-inner p strong {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .header-inner p strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-inner p strong span {
  letter-spacing: -10px;
}

.title-logo {
  width: 300px;
  height: 60px;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 820px) {
  .title-logo {
    width: 240px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .title-logo {
    width: 200px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.title-logo a {
  background: url(img/logo_cnj5.svg) no-repeat top center;
  -webkit-background-size: 300px auto;
  -moz-background-size: 300px auto;
  -o-background-size: 300px auto;
  background-size: 300px auto;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
}
.title-logo a:hover {
  opacity: 0.60;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}
@media screen and (max-width: 820px) {
  .title-logo a {
    -webkit-background-size: 240px auto;
    -moz-background-size: 240px auto;
    -o-background-size: 240px auto;
    background-size: 240px auto;
  }
}
@media screen and (max-width: 768px) {
  .title-logo a {
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto;
  }
}

.header-btn-donate {
  width: 120px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 10px;
  background-color: #c7093f;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-btn-donate {
    display: none;
  }
}
.header-btn-donate a {
  width: 100%;
  height: 100%;
  line-height: 45px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  background: url(img/icon_gmenu_heart2.png) no-repeat 15px center;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 43px;
}
.header-btn-donate a span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 1px;
}

.header-btn-member {
  width: 130px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 135px;
  background-color: #0F4C96;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-btn-member {
    display: none;
  }
}
.header-btn-member a {
  width: 100%;
  height: 100%;
  line-height: 45px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  background: url(img/icon_gmenu_kaiin.png) no-repeat 15px center;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 43px;
}
.header-btn-member a span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 1px;
}

.header-btn-book {
  width: 140px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: 270px;
  background-color: #0F4C96;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 768px) {
  .header-btn-book {
    display: none;
  }
}
.header-btn-book a {
  width: 100%;
  height: 100%;
  line-height: 45px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  background: url(img/icon_gmenu_book.png) no-repeat 12px center;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 43px;
}
.header-btn-book a span {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 2px 0 0;
}

.header-menu {
  position: absolute;
  bottom: 20px;
  right: 50px;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header-menu {
    display: none;
  }
}
.header-menu li {
  float: right;
  margin: 0 0 0 15px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .header-menu li {
    margin: 0 0 0 5px;
  }
}
.header-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .header-menu li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-menu li a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #0F4C96;
  top: 50%;
  left: 0px;
  margin-top: -5px;
}
.header-menu li a:hover {
  color: #7C97C1;
}

.icon_header_search {
  width: 20px;
  position: absolute;
  bottom: 17px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .icon_header_search {
    width: 25px;
    height: auto;
    left: 10px;
    right: 0;
    top: 28px;
    bottom: 0;
  }
}
.icon_header_search img {
  width: 100%;
  height: auto;
}

#pop_up {
  width: 400px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #pop_up {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
    padding: 0 10px;
    right: 0;
  }
}

.header-search {
  width: 100%;
  height: 40px;
  display: table;
  border-collapse: collapse;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-search-box {
  width: auto;
  display: table-cell;
  background-color: #fff;
}
.header-search-box input#searchbox-s {
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0 10px;
  margin: 0 0 0 0;
  border: none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

.header-search-button {
  width: 40px;
  display: table-cell;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.header-search-button input#searchsubmit-s {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
}

/* グローバルメニュー
--------------------------------------------------------- */
.global-menu {
  width: 100%;
  height: 60px;
  position: relative;
  margin: 0px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #0F4C96;
}
@media screen and (max-width: 768px) {
  .global-menu {
    display: none;
  }
}
.global-menu ul {
  height: 100px;
  width: 100%;
  display: table;
  height: 60px;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0px auto;
}
.global-menu ul li {
  display: table-cell;
  width: 14.285%;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.global-menu ul li a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-menu ul li a:hover {
  color: #0F4C96;
}
.global-menu ul li .pulldown-box {
  display: none;
}
.global-menu ul li:hover .pulldown-box {
  width: 100%;
  position: absolute;
  display: block;
  background-color: #292E4B;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  top: 60px;
  left: 0;
  z-index: 99999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.global-menu ul li:hover .pulldown-box ul {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0px auto;
  text-align: center;
}
.global-menu ul li:hover .pulldown-box ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  height: auto;
  margin: 0 0.5% 10px;
  list-style: none;
}
.global-menu ul li:hover .pulldown-box ul li a {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  height: auto;
  line-height: 1.3;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-menu ul li:hover .pulldown-box ul li a:hover {
  color: #0F4C96;
  background-color: #fff;
}
.global-menu ul li:hover .wide ul li {
  width: 31%;
}
.global-menu ul li:hover .project ul li {
  width: 11.5%;
}
.global-menu ul li:hover .project ul li a {
  padding: 0;
  border: none;
}
.global-menu ul li:hover .project ul li a:hover {
  color: none;
  background-color: inherit;
}
.global-menu ul li:hover .project ul li a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* ハンバーガーメニュー
---------------------------------------------------------------------------------------------- */
/* 開閉ボタン
--------------------------------------------------------- */
#toggle-triger {
  display: none;
}
@media screen and (max-width: 768px) {
  #toggle-triger {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 25px;
    right: 10px;
    display: block;
  }
}

.header-toggle {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #0F4C96;
  text-indent: -9999px;
  border: none !important;
}

.header-toggle:before {
  width: 30px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background: #fff;
}

.header-toggle:after {
  width: 30px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  background: #fff;
}

/* オーバーレイ
--------------------------------------------------------- */
#modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
#modal.clicked {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 100;
  z-index: 9999999;
}
#modal ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0px auto 0;
  border-top: #fff 1px solid;
}
#modal ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
}
#modal ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0F4C96;
}
#modal ul li a:hover {
  background-color: #7C97C1 !important;
}
#modal ul li a span {
  font-size: 14px;
  font-size: 1.4rem;
}

/*アコーディオンメニュー
-----------------------------------------------------------------*/
dl.accordion-box {
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
dl.accordion-box dt {
  border-top: #fff 1px solid;
  display: block;
  width: 100%;
  background-color: #0F4C96;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  padding: 20px 25px;
  text-align: left;
  cursor: pointer !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.accordion-box dt:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
dl.accordion-box dt.hiku:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  margin-top: -12px;
}
dl.accordion-box dt:hover {
  background-color: #7C97C1;
}
dl.accordion-box dd {
  display: none;
  width: 100%;
  text-align: center;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  color: #fff;
  background-color: #F0F3F7;
}
dl.accordion-box dd ul {
  width: 100%;
  list-style: none;
  padding: 10px 0 !important;
  margin: 0px auto 0;
  border: none !important;
}
dl.accordion-box dd ul li {
  width: 100%;
  display: block;
  border: none !important;
}
dl.accordion-box dd ul li a {
  display: block;
  width: 100%;
  font-size: 15px !important;
  color: #0F4C96 !important;
  background-color: #F0F3F7 !important;
  text-decoration: none;
  padding: 15px 25px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dl.accordion-box dd ul li a:hover {
  background-color: #fd7cac !important;
  color: #fff !important;
}
dl.accordion-box dd ul li a span {
  font-size: 12px !important;
}
dl.accordion-box dd p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px !important;
  padding: 0 25px 15px !important;
  color: #fff;
}
dl.accordion-box dd p span {
  font-size: 12px !important;
}

/* フッター 
---------------------------------------------------------------------------------------------- */
/* ページトップへ戻る
-------------------------- */
.pagetop {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  overflow: hidden;
}
.pagetop a {
  width: 150px;
  height: 40px;
  padding: 0px;
  margin: 0 auto;
  display: block;
  float: right;
  text-indent: -9999px;
  background: url(img/bnr_pagetop_p.png) no-repeat 0 center;
}
@media screen and (max-width: 1024px) {
  .pagetop a {
    float: none;
  }
}
.pagetop a:hover {
  filter: alpha(opacity=80);
  opacity: 0.6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

/* CNJサポーター
------------------------------------------------ */
.footer-supporters {
  width: 100%;
  position: relative;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  border-top: 3px solid #0F4C96;
}

.footer-supporters-inner {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.footer-supporters-inner h2 {
  text-align: center;
  color: #0F4C96;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 0px 0 0 0;
  margin: 0 0 30px 0;
  line-height: 1.1;
}
.footer-supporters-inner ul {
  list-style: none;
  margin: 0 auto 10px;
  text-align: center;
  overflow: hidden;
}
.footer-supporters-inner ul li {
  display: inline-block;
  margin: 0 10px 10px 10px;
  vertical-align: middle;
}
.footer-supporters-inner ul li img {
  width: 100%;
  height: auto;
}
.footer-supporters-inner ul.sub li {
  margin: 0 3px 10px 3px;
}
.footer-supporters-inner p {
  float: right;
}
.footer-supporters-inner p a {
  color: #fff;
}

.button-supporters {
  margin: 0 auto;
}

/* フッター
------------------------------------------------ */
.footer-bar {
  width: 100%;
  height: 3px;
  background-color: #0F4C96;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 768px) {
  .footer-bar {
    margin: 0 auto 15px;
  }
}

.footer {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px 30px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0px 10px 15px;
  }
}

.footer-menu-social {
  width: 100%;
  display: table;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer-submenu ul {
  display: table-cell;
  vertical-align: top;
  width: auto;
}
@media screen and (max-width: 768px) {
  .footer-submenu ul {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
}
.footer-submenu ul li {
  float: left;
  list-style: none;
  width: 33%;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-submenu ul li {
    display: inline-block;
    width: 48%;
    margin: 0 1% 10px;
    text-align: center;
  }
}
.footer-submenu ul li a {
  display: block;
  color: #1111cc;
  padding: 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer-social {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .footer-social {
    display: block;
    width: auto;
    text-align: center;
  }
}
.footer-social li {
  float: right;
  list-style: none;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-social li {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
}
.footer-social li img {
  width: 50px;
  height: 50px;
}

.footer-text {
  /*width: 70%;*/
width: 100%;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer-text {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}

.footer-hon {
  width: 28%;
  float: right;
}
@media screen and (max-width: 768px) {
  .footer-hon {
    width: 100%;
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
}
.footer-hon .footer-hon-inner {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-hon .footer-hon-inner img {
  float: left;
  margin: 0 10px 0 0;
}
.footer-hon .footer-hon-inner p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-name {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
  border-top: 1px solid #ccc;
}
.footer-name b {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-name {
    border-top: none;
    padding: 0 10px 20px;
  }
}

.footer-copy {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 20px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    border-top: none;
    padding: 0 10px 20px;
  }
}

/* 構成
---------------------------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  clear: both;
}

.container-small {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 0;
  padding: 0px 10px 50px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}

.content {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0px 0 50px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    float: none;
  }
}

.sidebar {
  width: 35%;
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 50px 0;
  border-top: none;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    float: none;
  }
}
.sidebar p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  margin: 0 0 15px 0;
}

.page-header {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 0px auto;
  overflow: hidden;
}
.page-header h1 {
  float: left;
}
.page-header ul {
  float: right;
}

.archive-header {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 0px auto 30px;
  border-bottom: 2px solid #0F4C96;
  overflow: hidden;
}
.archive-header .h1-title-icon {
  display: inline-block;
  background-color: #7C97C1;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 7px 30px;
  margin: 0 0 10px 0;
}
.archive-header h1 {
 /* float: left;*/
}
.archive-header ul {
  float: right;
}

.page-social {
  list-style: none;
  padding: 10px 0 0 0;
  overflow: hidden;
}
/*
@media screen and (max-width: 768px) {
  .page-social {
    display: none;
  }
}
*/
.page-social li {
  float: right;
  margin: 0 0 0 10px;
}

.page-visual {
  width: 100%;
  height: 300px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
  margin: 0 0 50px 0;
  padding: 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  .page-visual {
    background-size: auto 300px;
  }
}

.end-attention {
  width: 200px;
  color: #fff;
  padding: 3px 10px;
  background-color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}

/* サイドバー
---------------------------------------------------------------------------------------------- */
.widget {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  overflow: hidden;
  clear: both;
}

.widget-title {
  display: none;
}

.sidemenu {
  width: 100%;
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
.sidemenu li {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
}
.sidemenu li a {
  width: 100%;
  display: block;
  padding: 15px 20px 15px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #7C97C1;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.sidemenu li a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.sidemenu li.highlight a {
  background-color: #0F4C96;
}
.sidemenu li.video a {
  background-color: #5A3F8D;
  padding: 25px 20px 25px 10px;
}
.sidemenu li.join a {
  background-color: #CC0808;
  padding: 25px 20px 25px 10px;
}
.sidemenu p {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3 !important;
  margin: 0 0 10px 0;
}

/* 文字装飾
---------------------------------------------------------------------------------------------- */
.h1-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  color: #0F4C96;
  clear: both;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .h1-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.entry-content {
  clear: both;
}
.entry-content h2 {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #0F4C96;
  padding: 10px 0;
  margin: 50px auto 15px auto;
  clear: both;
  border-bottom: 1px solid #0F4C96;
}
@media screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.entry-content h2:first-child {
  margin: 0px auto 15px auto;
}
.entry-content h3 {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 15px;
  margin: 50px auto 15px auto;
  clear: both;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  border-left: 10px solid #7C97C1;
}
.entry-content h3:first-child {
  margin: 0px auto 15px auto;
}
@media screen and (max-width: 768px) {
  .entry-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-content h4 {
  margin: 30px auto 15px auto;
  clear: both;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.entry-content h4:first-child {
  margin: 0px auto 15px auto;
}
@media screen and (max-width: 768px) {
  .entry-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.entry-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .entry-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.entry-content p.center {
  text-align: center;
}
.entry-content p.clear {
  clear: both;
}
.entry-content p strong {
  color: #0F4C96;
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-content ul {
  list-style: disc outside;
}
.entry-content ol {
  list-style: decimal outside;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0 30px 0;
  border-top: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content table th {
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  padding: 15px 30px 15px 0;
}
@media screen and (max-width: 768px) {
  .entry-content table th {
    width: 35%;
    padding: 10px 20px 10px 0;
  }
}
.entry-content table td {
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .entry-content table td {
    padding: 10px 0;
  }
}
.entry-content table td p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.entry-content table td p strong {
  font-size: 15px;
  font-size: 1.5rem;
}

.entry-content ol, .entry-content ul {
  margin: 0 0 20px 30px;
}
.entry-content ol li, .entry-content ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0;
}

.entry-content ul.ez-toc-list li a {
  color: #1111cc !important;
  text-decoration: underline;
}

/* グラデーションボタン
--------------------------------------------- */
.button-blue {
  display: block;
  text-align: left;
}
.button-blue:hover {
  filter: alpha(opacity=80);
  opacity: 0.6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.button-blue a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
  position: relative;
  border: 3px solid #0F4C96;
  background-color: #fff;
}
.button-blue a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #0F4C96;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.button-white {
  display: block;
  text-align: left;
}
.button-white:hover {
  filter: alpha(opacity=80);
  opacity: 0.6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.button-white a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  border: 3px solid #fff;
}
.button-white a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.button-large {
  width: 300px;
  height: 40px;
}
.button-large a {
  width: 100%;
  height: 40px;
  line-height: 34px;
}

.button-normal {
  width: 230px;
  height: 40px;
}
.button-normal a {
  width: 100%;
  height: 40px;
  line-height: 34px;
}

.button-small {
  width: 180px;
  height: 40px;
}
.button-small a {
  width: 100%;
  height: 40px;
  line-height: 34px;
}

.button-content {
  margin: 0 0 15px 0;
}

.button-donate {
  margin: 0 5px 5px 0;
}

/* トップページ 
---------------------------------------------------------------------------------------------- */
/* メイン画像 
--------------------------------------------- */
.top-visual {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 25px auto;
  background-color: #E7F3F7;
  z-index: 1;
}

.top-visual-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 0 auto;
  display: table;
  border-collapse: collapse;
}

.top-visual-slider {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  background-color: #E7F3F7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-visual-slider {
    width: 100%;
  }
}

.top-visual-ad {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  text-align: center;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-visual-ad {
    display: none;
  }
}
.top-visual-ad .top-visual-ad-block {
  width: 100%;
  height: 100%;
}
.top-visual-ad .top-visual-ad-block img {
  margin: 0 0 3px 0;
  width: 100%;
  height: auto;
}
.top-visual-ad .top-visual-ad-block p {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  margin: 0 3px 3px 0;
}

.top-visual-thumb {
  width: 100%;
  max-width: 980px;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0px 10px;
}
.top-visual-thumb img {
  border: 1px solid #ccc;
}

/* flexslider 
--------------------------------------------- */
/* メイン画像  */
#slider.flexslider {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.flexslider ul.slides {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.flexslider ul.slides li img {
  width: 100%;
  height: auto;
}

.loading #slider.flexslider ul.slides li img {
  display: none !important;
}

/* サムネイル画像  */
#carousel.flexslider {
  text-align: center !important;
}
#carousel.flexslider ul.slides {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 !important;
}
#carousel.flexslider ul.slides li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px  !important;
  border-bottom: 3px solid #fff;
}
#carousel.flexslider ul.slides li.flex-active-slide {
  border-bottom: 3px solid #0F4C96;
}

/* お知らせ＆Facebook
--------------------------------------------- */
.top-news {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto 30px;
  padding: 0px 10px;
  overflow: hidden;
}
.top-news h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}
.top-news h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 0px 0 0 10px;
  vertical-align: middle;
}

.top-news-info {
  width: 60%;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news-info {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

.top-news-facebook {
  width: 35%;
  float: right;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news-facebook {
    width: 100%;
    float: none;
    text-align: center;
  }
  .top-news-facebook .fb-page {
    margin: 0 auto 0;
  }
}

.ad-top-loc {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto 30px;
  border: 2px solid #77B23A;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cancer-video-button {
  width: 100%;
  height: 60px;
  display: block;
  text-align: left;
  margin: 0 auto 10px 0;
}
.cancer-video-button:hover {
  filter: alpha(opacity=80);
  opacity: 0.6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.cancer-video-button a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  background-color: #0F4C96;
}
.cancer-video-button a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.cancer-video-button-s {
  width: 100%;
  height: 60px;
  display: block;
  text-align: left;
  margin: 0 auto 10px 0;
}
.cancer-video-button-s:hover {
  filter: alpha(opacity=80);
  opacity: 0.6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
.cancer-video-button-s a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  background-color: #0F4C96;
}
@media screen and (max-width: 768px) {
  .cancer-video-button-s a {
  font-size: 16px;
  font-size: 1.6rem;
  }
}
.cancer-video-button-s a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.cancer-side-ad {
  width: 100%;
  clear: both;
  margin: 0 0 10px 0;
}
.cancer-side-ad img {
  width: 100%;
  height: auto;
}

.news-list {
  width: 100%;
  margin: 0 auto 10px;
  clear: both;
  overflow: hidden;
  list-style: none;
}
.news-list li {
  width: 100%;
  margin: 0 0 0 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.news-list li .news-list-tag {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #696969;
}
.news-list li .news-list-tag span {
  padding: 2px 10px;
  margin: 0 5px 0 0;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0F4C96;
  font-size: 12px;
  font-size: 1.2rem;
}
.news-list li .news-list-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.news-list li .news-list-text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 0px 0;
  padding: 0;
}

.button-news {
  float: right;
  margin: 0 0 30px 0;
}

.button-circle {
  float: right;
  margin: 0 10px 30px 0;
}

.button-report {
  float: right;
  margin: 0 0 0px 0;
}

/* スマホ用広告枠
--------------------------------------------- */
.top-ad-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-ad-block {
    display: block;
    margin: 0 auto 0px;
    text-align: center;
    clear: both;
  }
  .top-ad-block img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

/* 活動レポート
--------------------------------------------- */
.top-activity {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0px auto;
  padding: 0;
  background: url(img/bg-report.png) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .top-activity {
    height: auto;
    background-size: auto 150%;
  }
}
@media screen and (max-width: 768px) {
  .top-activity {
    height: auto;
    background-size: auto 200%;
    padding: 0 0 30px 0;
  }
}

.top-activity-inner {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-activity-inner {
    height: auto;
  }
}
.top-activity-inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding: 50px 0 0 0;
  margin: 0 0 30px 0;
  line-height: 1.1;
}
.top-activity-inner h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  border-bottom: 2px solid #0F4C96;
  padding: 0 5px 3px;
}

.button-activity {
  position: absolute;
  right: 10px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .button-activity {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 30px auto;
  }
}

ul.activity-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0 0;
  overflow: hidden;
}
ul.activity-list li {
  float: left;
  width: 24%;
  height: 400px;
  margin: 0 0.5% 10px;
}
@media screen and (max-width: 768px) {
  ul.activity-list li {
    float: none;
    display: table;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  ul.activity-list li .activity-list-pic {
    display: table-cell;
    width: 100px;
    vertical-align: top;
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  ul.activity-list li .activity-list-info {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 0;
  }
}
ul.activity-list li a {
  width: 100%;
  height: 400px;
  border: 1px solid #95989A;
  display: block;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  ul.activity-list li a {
    height: auto;
  }
}
ul.activity-list li a img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
ul.activity-list li a h3 {
  color: #0F4C96;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: left;
}
ul.activity-list li a p {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

/* プロジェクト一覧
--------------------------------------------- */
.top-project {
  width: 100%;
  position: relative;
  margin: 0px auto;
  padding: 0;
  background-color: #292E4B;
}

.top-project-inner {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #292E4B;
}
.top-project-inner h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding: 0px 0 0 0;
  margin: 0 0 30px 0;
  line-height: 1.1;
}
.top-project-inner h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #7E7E7F;
  border-bottom: 2px solid #7C97C1;
  padding: 0 5px 3px;
}
.top-project-inner ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.top-project-inner ul li {
  display: inline-block;
  margin: 0 10px 30px 10px;
}
.top-project-inner ul li img {
  width: 130px;
  height: auto;
}
.top-project-inner p {
  float: right;
}
.top-project-inner p a {
  color: #fff;
}

/* コラボレーション一覧
--------------------------------------------- */
.top-collaboration {
  width: 100%;
  position: relative;
  margin: 0px auto;
  padding: 0;
  background-color: #F5F5F0;
}

.top-collaboration-inner {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 10px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  background-color: #F5F5F0;
}
.top-collaboration-inner ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.top-collaboration-inner ul li {
  float: left;
  width: 23%;
  margin: 0 1% 20px 1%;
}
@media screen and (max-width: 768px) {
  .top-collaboration-inner ul li {
    width: 48%;
  }
}
.top-collaboration-inner ul li img {
  width: 100%;
  height: auto;
}

/* パンくず
---------------------------------------------------------------------------------------------- */
.pankuzu {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px 15px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ページナビゲーション
---------------------------------------------------------------------------------------------- */
.pagenavi {
  width: 100%;
  height: auto;
  margin: 0px 0 10px 0;
  padding: 0 0;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 10px 0;
  margin: 0px 0 15px 0;
  overflow: hidden;
}
.wp-pagenavi span {
  font-size: 18px;
  font-size: 1.8rem;
}
.wp-pagenavi a {
  font-size: 18px;
  font-size: 1.8rem;
}
.wp-pagenavi p {
  padding: 15px 0 0 0;
}

/* お問い合わせフォーム
---------------------------------------------------------------------------------------------- */
.contact-form {
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0px auto 0;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dl.contact-form-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.contact-form-table-last {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
}

/* th
-------------------------------------------- */
dt.contact-form-th {
  display: table-cell;
  background-color: #F0F3F7;
  width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
  border-top: 1px solid #ccc;
  vertical-align: top;
  font-weight: normal;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  dt.contact-form-th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-weight: bold;
  }
}
dt.contact-form-th p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tag-need {
  background-color: red;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1px 5px;
  margin: 10px 8px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .tag-need {
    float: left;
    padding: 3px 5px;
    margin: 0 5px 0 0;
  }
}

.tag-noneed {
  background-color: #0F4C96;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1px 5px;
  margin: 10px 8px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .tag-noneed {
    float: left;
    padding: 3px 5px;
    margin: 0 5px 0 0;
  }
}

div.contact-form-title {
  overflow: auto;
  zoom: 1;
  line-height: 1.5;
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  div.contact-form-title {
    padding: 0;
  }
}

/* td
-------------------------------------------- */
dd.contact-form-td {
  display: table-cell;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 5px 15px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  dd.contact-form-td {
    display: block;
    width: 100%;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px dotted #ccc;
  }
}
dd.contact-form-td input.wpcf7-text {
  width: 340px;
  margin: 0 0 10px 0;
  padding: 10px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  dd.contact-form-td input.wpcf7-text {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 8px;
  }
}
dd.contact-form-td textarea {
  width: 300px;
  height: 150px;
  padding: 10px;
  margin: 0 0 10px 0;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  dd.contact-form-td textarea {
    width: 100%;
    height: 140px;
    margin: 0 0 5px 0;
    padding: 8px;
  }
}
dd.contact-form-td .wpcf7-list-item {
  width: 190px;
  float: left;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 100000;
}
dd.contact-form-td #narrow .wpcf7-list-item {
  width: 120px;
  float: left;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 100000;
}
dd.contact-form-td #wide .wpcf7-list-item {
  width: 380px;
  float: left;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 100000;
}

.contact-box-input {
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .contact-box-input {
    margin: 0;
  }
}

.contact-box-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .contact-box-text {
    margin: 0;
  }
}

.tag-sample {
  background-color: #999;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1px 3px;
  margin: 0 5px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 1;
  font-style: normal;
  float: left;
}

.tag-text {
  overflow: auto;
  zoom: 1;
  clear: none;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .tag-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 送信前のチェックボタン
-------------------------------------------- */
.contact-form ul {
  width: 80%;
  list-style: none;
  margin: 30px auto;
}
@media screen and (max-width: 1024px) {
  .contact-form ul {
    margin: 0px auto 0px;
  }
}
.contact-form ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.contact-form ul li span {
  width: 25px;
  float: left;
  margin: 0;
  padding: 0;
  clear: none;
}
.contact-form ul li p {
  clear: none;
  overflow: auto;
  zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* メッセージ、申込みボタン等
-------------------------------------------- */
div.wpcf7-response-output, div.wpcf7-display-none {
  width: 80%;
  padding: 10px 5px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
}

div.wpcf7-validation-errors {
  border: 5px double red;
  color: red;
}

div.wpcf7-mail-sent-ok {
  border: 5px double #7C97C1;
  color: #333;
}

.wpcf7-not-valid-tip {
  clear: both;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}

.contact-form-submit-button {
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.contact-form-submit-button input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ヒラギノ明朝 W4 JIS2004";
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  background-color: #7C97C1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.contact-form-submit-button input:hover {
  background-color: #0F4C96;
}
@media screen and (max-width: 1024px) {
  .contact-form-submit-button input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 旧お問い合わせフォーム
-----------------------------------------------------------------------------------------------------*/
#formbutton input {
  background-color: #0F4C96;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 50px;
}

/* スタッフ紹介
-----------------------------------------------------------------------------------------------------*/
.entry-content td.photo {
  width: 220px;
  border-top: none;
  padding: 10px 15px 0 0;
}
.entry-content td.photo img {
  width: 100%;
  height: auto;
}

/* イベント情報一覧
-----------------------------------------------------------------------------------------------------*/
.event-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.event-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #B9B9B9;
}
.event-list li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.event-list li a p {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.event-list li a h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0F4C96;
}

/* イベント情報ページ
-----------------------------------------------------------------------------------------------------*/
.join-box {
  width: 100%;
  border: 2px solid #0F4C96;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.join-box p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.join-box p.policy {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.entry-content .join-box h3 {
  color: #0F4C96;
  font-size: 20px;
  font-size: 2rem;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
}

.btn-join a {
  width: 330px;
  padding: 20px 30px 20px 10px;
  margin: 0 auto 20px;
  display: block;
  background-color: #CC0808;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-join a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.event-mainpic {
  margin: 0 0 15px 0;
}
.event-mainpic img {
  width: 100%;
  height: auto;
}

.event-subpic {
  margin: 0 0 15px 0;
}
.event-subpic img {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}

.entry-content ul.event-reportpic {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}
.entry-content ul.event-reportpic li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1% 10px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content ul.event-reportpic li img {
  width: 100%;
  height: auto;
}

.entry-content .reportmenu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.entry-content .reportmenu li {
  display: inline-block;
  width: 31%;
  margin: 0 1% 10px 1%;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .entry-content .reportmenu li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.entry-content .reportmenu li a {
  width: 100%;
  display: block;
  padding: 15px 20px 15px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #7C97C1;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.entry-content .reportmenu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.entry-content .reportmenu li a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.entry-content .reportmenu li.highlight a {
  background-color: #0F4C96;
}
.entry-content .reportmenu li.video a {
  background-color: #5A3F8D;
}
.entry-content .reportmenu li.join a {
  background-color: #CC0808;
}
.entry-content .reportmenu p {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3 !important;
  margin: 0 0 10px 0;
}

table.eventtable {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0 30px 0;
  border-top: 1px solid #ccc;
}
table.eventtable th {
  width: 30%;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 15px 15px 15px 5px;
}
table.eventtable td {
  width: auto;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 0;
  line-height: 1.5;
}
table.eventtable td p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
table.eventtable td p strong {
  font-size: 15px;
  font-size: 1.5rem;
}

.report-video {
  margin: 0 auto 30px;
  text-align: center;
  padding: 10px 0 0 0;
}
.report-video a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

/* 寄付
-----------------------------------------------------------------------------------------------------*/
#nintei {
  width: 100%;
  background-color: #F0F3F7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 30px 0;
}

/*外部評価委員会
-----------------------------------------------------------------------------------------------------*/
.entry-content ul.boardmembers {
  list-style: none;
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0;
}

.entry-content ul.boardmembers li {
  display: inline-block;
  width: 30%;
  margin: 0 1% 15px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .entry-content ul.boardmembers li {
    width: 47%;
    margin: 0 1% 10px;
  }
}

.entry-content ul li .boardmembers-pic {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.entry-content ul li .boardmembers-pic img {
  width: 100%;
  height: auto !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}

.entry-content ul li .boardmembers-info {
  width: 68%;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.entry-content ul li .boardmembers-info h3 {
  border: none;
  margin: 0 0 10px 0 !important;
  padding: 0 0 0 0px !important;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  clear: both;
  float: none;
}
.entry-content ul li .boardmembers-info p {
  margin: 0 !important;
  padding: 0 0 0 0px !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  clear: both;
  float: none;
}

/*出版物
-----------------------------------------------------------------------------------------------------*/
ul.publication-list {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
ul.publication-list li {
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  ul.publication-list li {
    width: 47%;
    margin: 0 1% 30px;
  }
}
ul.publication-list li img {
  width: 150px;
  height: auto;
  margin: 0 0 10px 0;
}
ul.publication-list li h3 {
  line-height: 1.5;
}

ul.publication-list-s {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
ul.publication-list-s li {
  display: inline-block;
  width: 24%;
  margin: 0 0 30px 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  ul.publication-list-s li {
    width: 47%;
    margin: 0 1% 30px;
  }
}
ul.publication-list-s li img {
  margin: 0 0 10px 0;
}
ul.publication-list-s li h3 {
  line-height: 1.5;
}

/*Googleマップ
-----------------------------------------------------------------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*がん種別
-----------------------------------------------------------------------------------------------------*/
.cancer-header {
  width: 100%;
  height: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px;
  margin: 0px auto 30px;
  overflow: hidden;
}

.cancer-header-inner {
  width: 100%;
  max-width: 1000px;
  height: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 0px auto;
  display: table;
}
.cancer-header-inner .cancer-header-title {
  display: table-cell;
  width: auto;
}

.top-news-facebook .typebanner{
	width:100%;
	padding: 10px 0;
}
.top-news-facebook .typebanner img{
	width:100%;
	text-align: center;
}
.newstxt{
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 30px 0;	
}
.cancer-video2 ul li {
    display: inline-block;
    /* width: 24%; */
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    vertical-align: top;
}


@media screen and (max-width: 768px) {
  .cancer-header-inner .cancer-header-title {
    width: 100%;
  }
}
.cancer-header-inner .cancer-header-title h1 {
  color: #333 !important;
}
.cancer-header-inner .cancer-header-title p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cancer-header-inner ul {
  display: table-cell;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .cancer-header-inner ul {
    display: none;
  }
}

.cancer-video {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.cancer-video h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 30px 0;
  margin: 0px 0 0 0;
}
.cancer-video h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 0px 0 0 10px;
  vertical-align: middle;
}
.cancer-video p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.cancer-video ul {
  width: 100%;
  margin: 0 0 15px 0;
}
.cancer-video ul li {
  display: inline-block;
  width: 24%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cancer-video ul li {
    width: 49%;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 30px 0;
  }
}
.cancer-video ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  vertical-align: top;
}
.cancer-video .button-video {
  margin: 0 auto;
}

.cancer-detail-topic {
  width: 100%;
  max-width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 10px auto;
  background-color: #fff;
  text-align: left;
}
.cancer-detail-topic h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
}
.cancer-detail-topic h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 0px 0 0 10px;
  vertical-align: middle;
}
.cancer-detail-topic h3 {
  text-align: left;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
}
.cancer-detail-topic p {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.cancer-topic {
  width: 100%;
  max-width: 980px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0 auto 15px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cancer-topic {
    width: 95%;
    display: block;
    padding: 0 10px;
  }
}

.cancer-topic-pic {
  /*display: table-cell;*/
  width: 300px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .cancer-topic-pic {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.cancer-topic-pic img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.cancer-topic-info {
  /*display: table-cell;*/
  width: auto;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .cancer-topic-info {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.cancer-topic-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-topic-info p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-topic-s {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cancer-topic-s ul {
  width: 100%;
  display: table;
  list-style: none;
  list-style-position: inside;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cancer-topic-s ul {
    display: block;
  }
}
.cancer-topic-s ul li {
  display: table-cell;
  width: 25%;
  padding: 15px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .cancer-topic-s ul li {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}
.cancer-topic-s ul li a {
  text-decoration: none;
}
.cancer-topic-s ul li h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-topic-s ul li p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
  color: #333;
}

.cancer-topic-s-button {
  background-color: #0F4C96;
  color: #fff;
  padding: 8px 20px;
  margin: 0 0 3px 0;
  float: right;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.cancer-topic-s-button a {
  color: #fff;
}

.cancer-publication {
  width: 100%;
  background-color: #F0F3F7;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 30px 0 30px 0;
}
.cancer-publication h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 0 0;
}
.cancer-publication h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 0px 0 0 10px;
  vertical-align: middle;
}

.button-publication {
  margin: 0 auto 0;
}

.cancer-link {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}
.cancer-link h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 30px 0;
}
.cancer-link h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 0px 0 0 10px;
  vertical-align: middle;
}
.cancer-link ul {
  list-style: none;
}
.cancer-link ul li {
  display: inline-block;
  margin: 0 10px 10px;
  vertical-align: top;
}

.cancer-supporters {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #0F4C96;
  padding: 30px 10px;
}
.cancer-supporters table {
  max-width: 980px;
  margin: 0px auto;
}
.cancer-supporters table th {
  vertical-align: middle;
  padding: 10px 30px 10px 0;
  font-size: 20px;
  font-size: 2rem;
}
.cancer-supporters table td {
  vertical-align: middle;
  padding: 10px 0;
}

.blood-link {
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.blood-link li {
  width: 50%;
  float: left;
  padding: 0 5px 10px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .blood-link li {
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
  }
}
.blood-link li.big {
  width: 100%;
  padding: 0 5px 10px;
}
.blood-link li.big img {
  width: 100px;
  height: auto;
  float: left;
}
@media screen and (max-width: 768px) {
  .blood-link li.big {
    padding: 0 0 10px 0;
  }
}
.blood-link li a {
  text-decoration: none;
  border: 1px solid #ccc;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}
.blood-link li a h3 {
  color: #b62824;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 10px;
  text-align: left;
}
.blood-link li a p {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 10px 0;
}

ul.cancer-report {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0 0;
  overflow: hidden;
}
ul.cancer-report li {
  display: table;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
ul.cancer-report li .activity-list-pic {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  padding: 0 15px 0 0;
}
ul.cancer-report li .activity-list-info {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 0;
}
ul.cancer-report li a {
  width: 100%;
  height: auto;
  border: 1px solid #95989A;
  display: block;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-decoration: none;
  margin: 0;
}
ul.cancer-report li a img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
ul.cancer-report li a h3 {
  color: #0F4C96;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: left;
}
ul.cancer-report li a p {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

/*プロジェクト
-----------------------------------------------------------------------------------------------------*/
.entry-content .project-list {
  width: 100%;
  text-align: center;
}
.entry-content .project-list ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
.entry-content .project-list ul li {
  display: inline-block;
  margin: 0 0.5% 20px !important;
  padding: 0 !important;
  border: 1px solid #ccc;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content .project-list ul li a {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.entry-content .project-list ul li img {
  vertical-align: bottom;
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
}
.entry-content .project-list ul li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  border: none;
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.entry-content .project-list ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0  5px 10px;
  margin: 0 0 0 0;
  color: #333;
  text-align: left;
  text-align: justify;
}

.project-list-top ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .project-list-top ul li {
    width: 100%;
  }
}

.project-list-second ul li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .project-list-second ul li {
    width: 100%;
  }
}

.project-list-third ul li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .project-list-third ul li {
    width: 48%;
  }
}

/*養成講座
-----------------------------------------------------------------------------------------------------*/
.entry-content #training_list table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.entry-content #training_list table td.pic {
  width: 170px;
  padding: 15px 30px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.entry-content #training_list table td.pic img {
  width: 100%;
  height: auto;
}
.entry-content #training_list table td.text {
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.entry-content #training_list table td.text h3 {
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.entry-content #training_list table td.text h3:first-child {
  margin: 0 0 15px 0;
}

/* CNJがんナビゲーターコンテンツリスト
------------------------------------------------------------------------------------------------------------ */
.entry-content ul.cnj-navi {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.entry-content ul.cnj-navi li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  border-collapse: collapse;
}

/* th
------------------------------------------------ */
.cnj-navi-themetitle {
  display: table-cell;
  width: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #053b90;
  color: #fff;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cnj-navi-themetitle {
    padding: 5px;
    width: 100px;
  }
}

.cnj-navi-titletitle {
  display: table-cell;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #053b90;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cnj-navi-titletitle {
    padding: 5px;
  }
}

.cnj-navi-namedatetitle {
  display: table-cell;
  width: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #053b90;
  border-right: 1px solid #053b90;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cnj-navi-namedatetitle {
    padding: 5px;
  }
}

/* td
------------------------------------------------ */
.cnj-navi-theme {
  display: table-cell;
  width: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 0px 0;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background-color: #648ac1;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cnj-navi-theme {
    padding: 5px;
    width: 100px;
  }
}

.cnj-navi-title {
  display: table-cell;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cnj-navi-title {
    padding: 5px;
  }
}

.cnj-navi-name {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnj-navi-name {
    padding: 5px;
  }
}

.cnj-navi-date {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnj-navi-date {
    padding: 5px;
  }
}

/*啓発グッズページ
-----------------------------------------------------------------------------------------------------*/
.entry-content ul.goodsimg {
  margin: 0 0 30px 5px;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
}

.entry-content ul.goodsimg li {
  display: inline-block;
  width: 31%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0.5% 10px 0.5%;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .entry-content ul.goodsimg li {
    width: 48%;
    padding: 10px;
  }
}

.entry-content ul.goodsimg li img {
  width: 100%;
  height: auto;
}

.entry-content ul.goodsimg li p {
  font-size: 13px;
  padding: 0;
  line-height: 1.3em;
  text-align: left;
}

.entry-content ul.goodsimg li p b {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.entry-content ul.goodsimg li p span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: red;
  padding: 0 0 0 0;
  margin: 0 5px 0 0;
}

.entry-content ul.goodsimg li input {
  font-size: 15px;
}

/*臨床試験
-----------------------------------------------------------------------------------------------------*/
.clinical-trial-box {
  width: 100%;
}

.clinical-trial-box-bnr {
  width: 100%;
  display: table;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}

.clinical-trial-box-bnr-img {
  width: 400px;
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}

.clinical-trial-box-bnr-img img {
  width: 400px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
}

.clinical-trial-box-bnr-text {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 10px 0 10px 0;
}

.entry-content .entry-content .clinical-trial-box-bnr-text p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0px 0 5px 0;
  padding: 0;
}

.entry-content .clinical-trial-box-bnr-text a {
  font-weight: bold;
  text-decoration: underline;
}

/* BEC認定者活動状況
------------------------------------------------------------------------------------------------------------ */
.bec-activity-jump {
  width: 250px;
  float: left;
  margin: 0 0 30px 0;
  padding: 20px;
  font-size: 13px;
  line-height: 1.8;
  background-color: #e8f6fc;
}

.entry-content ul.bec-activity {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.entry-content ul.bec-activity li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  border-collapse: collapse;
}

.bec-activity-year {
  display: table-cell;
  width: 70px;
  vertical-align: top;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}

.bec-activity-year span.bec {
  background-color: #ec0091;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 5px 0;
  float: left;
}

.bec-activity-year span.cin {
  background-color: #0067a5;
  clear: both;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 0 0;
  float: left;
}

.bec-activity-year span.ccn {
  background-color: #228b22;
  clear: both;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 0 0 0;
  float: left;
}

.bec-activity-name {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
}

.bec-activity-detail {
  display: table-cell;
  width: auto;
  vertical-align: top;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}

/* 美恵ママ
------------------------------------------------------------------------------------------------------------ */
.miemama {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.miemama img {
  float: left;
  margin: 0 10px 10px 0px;
}

.miemama img.button {
  margin: 0 10px 40px 0px;
}

/* サポーターリスト
------------------------------------------------------------------------------------------------------------ */
.entry-content #supporter h3 {
  padding: 5px 0 5px 10px;
  margin: 50px 0 15px 0;
  color: #fff;
  line-height: 1.5em;
  border-bottom: none;
  font-weight: bold;
  letter-spacing: 2px;
  clear: both;
  border: 1px solid #ccc;
}

.entry-content #supporter.goldb h3 {
  background: #c89c51;
  background: -moz-linear-gradient(top, #c89c51 0%, #eccf8b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c89c51), color-stop(100%, #eccf8b));
  background: -webkit-linear-gradient(top, #c89c51 0%, #eccf8b 100%);
  background: -o-linear-gradient(top, #c89c51 0%, #eccf8b 100%);
  background: -ms-linear-gradient(top, #c89c51 0%, #eccf8b 100%);
  background: linear-gradient(to bottom, #c89c51 0%, #eccf8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c89c51', endColorstr='#eccf8b',GradientType=0 );
}

.entry-content #supporter.special h3 {
  background: #519cc3;
  background: -moz-linear-gradient(top, #519cc3 0%, #80b9d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #519cc3), color-stop(100%, #80b9d6));
  background: -webkit-linear-gradient(top, #519cc3 0%, #80b9d6 100%);
  background: -o-linear-gradient(top, #519cc3 0%, #80b9d6 100%);
  background: -ms-linear-gradient(top, #519cc3 0%, #80b9d6 100%);
  background: linear-gradient(to bottom, #519cc3 0%, #80b9d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519cc3', endColorstr='#80b9d6',GradientType=0 );
}

.entry-content #supporter.kojin h3 {
  background: #8bc378;
  background: -moz-linear-gradient(top, #8bc378 0%, #a5d68a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bc378), color-stop(100%, #a5d68a));
  background: -webkit-linear-gradient(top, #8bc378 0%, #a5d68a 100%);
  background: -o-linear-gradient(top, #8bc378 0%, #a5d68a 100%);
  background: -ms-linear-gradient(top, #8bc378 0%, #a5d68a 100%);
  background: linear-gradient(to bottom, #8bc378 0%, #a5d68a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc378', endColorstr='#a5d68a',GradientType=0 );
}

.entry-content #supporter.josei h3 {
  background: #bf7da2;
  background: -moz-linear-gradient(top, #bf7da2 0%, #e0a8c9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf7da2), color-stop(100%, #e0a8c9));
  background: -webkit-linear-gradient(top, #bf7da2 0%, #e0a8c9 100%);
  background: -o-linear-gradient(top, #bf7da2 0%, #e0a8c9 100%);
  background: -ms-linear-gradient(top, #bf7da2 0%, #e0a8c9 100%);
  background: linear-gradient(to bottom, #bf7da2 0%, #e0a8c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7da2', endColorstr='#e0a8c9',GradientType=0 );
}

.entry-content #supporter.media h3 {
  background: #fca919;
  background: -moz-linear-gradient(top, #fca919 0%, #fdd378 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca919), color-stop(100%, #fdd378));
  background: -webkit-linear-gradient(top, #fca919 0%, #fdd378 100%);
  background: -o-linear-gradient(top, #fca919 0%, #fdd378 100%);
  background: -ms-linear-gradient(top, #fca919 0%, #fdd378 100%);
  background: linear-gradient(to bottom, #fca919 0%, #fdd378 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca919', endColorstr='#fdd378',GradientType=0 );
}

.entry-content #supporter.lemon h3 {
  background: #0c6c19;
  background: -moz-linear-gradient(top, #0c6c19 0%, #20a332 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c6c19), color-stop(100%, #20a332));
  background: -webkit-linear-gradient(top, #0c6c19 0%, #20a332 100%);
  background: -o-linear-gradient(top, #0c6c19 0%, #20a332 100%);
  background: -ms-linear-gradient(top, #0c6c19 0%, #20a332 100%);
  background: linear-gradient(to bottom, #0c6c19 0%, #20a332 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6c19', endColorstr='#20a332',GradientType=0 );
}

.entry-content #supporter table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}

.entry-content #supporter td {
  margin: 0;
  padding: 10px 0 30px 0;
  border: none;
  background-color: #fff;
}

.entry-content #supporter.goldb td {
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 0px 0 30px 0;
  margin: 0;
  vertical-align: bottom;
}

.entry-content #supporter.gold td {
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 0px 0 15px 0;
  margin: 0;
  vertical-align: bottom;
}

.entry-content #supporter.shilver td {
  width: 50%;
  padding: 0px 0;
  text-align: center;
  vertical-align: bottom;
}

.entry-content #supporter.bronz td {
  width: 33%;
  text-align: center;
  vertical-align: top;
}

.entry-content ul.sup-list {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 30px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-content ul.sup-list li {
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  margin: 0 0 5px 0;
  padding: 0 20px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .entry-content ul.sup-list li {
    width: 100%;
    float: none;
  }
}

.entry-content ul.sup-list-kojin {
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 30px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-content ul.sup-list-kojin li {
  width: 20%;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 5px 0;
  padding: 0;
  list-style-position: outside;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .entry-content ul.sup-list-kojin li {
    width: 50%;
  }
}

/* 理事
------------------------------------------------------------------------------------------------------------ */
.staff-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0 0px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .staff-table {
    width: 100%;
    display: block;
  }
}

.staff-table-pic {
  display: table-cell;
  width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 30px 0;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff-table-pic {
    width: 100%;
    display: block;
    padding: 20px 0 20px 0;
    margin: 0;
    text-align: center;
  }
}
.staff-table-pic img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

.staff-table-info {
  display: table-cell;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 30px 0;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .staff-table-info {
    width: 100%;
    display: block;
    padding: 0px 0 20px 0;
  }
}
.staff-table-info img {
  margin: 0 0 15px 0;
}

/* 冊子詳細
------------------------------------------------------------------------------------------------------------ */
.entry-content #related_video h2 {
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
}

/* がん情報ステーション
------------------------------------------------------------------------------------------------------------ */
.hitokoto {
  border: 1px dotted #05509b;
  padding: 15px;
  margin: 0 0 40px 0;
}

.hitokoto span {
  color: #05509b;
  font-weight: bold;
  line-height: 2em;
  font-size: 18px;
  font-size: 1.8rem;
}

 /*最終更新日の表示
------------------------------------------------------------------------------------------------------------ */
#editdate {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.5;
  margin: 0px 0 0 0;
  padding: 30px 0 0px 0;
  text-align: right;
  clear: both;
}

 /*ビジュアルセット
------------------------------------------------------------------------------------------------------------ */
#download {
  clear: both;
}

.entry-content #download table {
  width: 100%;
  border-collapse: collapse;
  clear: both;
  border: none;
}
.entry-content #download table td.pic {
  width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .entry-content #download table td.pic {
    width: 40%;
    padding: 0 10px 0 0;
  }
}
.entry-content #download table td.text {
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .entry-content #download table td.text {
    width: 60%;
  }
}
.entry-content #download table td.text p {
  margin: 0 0 15px 0;
}

/* 検索結果
---------------------------------------------------------------------------------------------- */
.search-result-list {
  width: 100%;
  margin: 0 0 15px 0;
}
.search-result-list li {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.search-result-list li h3 {
  text-decoration: underline;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  border: none;
}
@media screen and (max-width: 768px) {
  .search-result-list li h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.search-result-list li p {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .search-result-list li p {
    display: none;
  }
}
.search-result-list li a {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  overflow: hidden;
}

/* がん種詳細
---------------------------------------------------------------------------------------------- */

.cancer-detail-container {
  width: 100%;
  display: table;
  max-width: 980px;
  padding: 0px 0px 50px 0px;
  margin: 0 auto;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #fff;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cancer-detail-container {
    padding: 10px 10px 0px 10px;
  }
}
.cancer-detail {
  float: right;
  vertical-align: top;
  width: 70%;
  margin: 0;
  padding: 0px 0 0px 0;
  border-top: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cancer-detail {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 10px 20px 10px;
    clear: both;
  }
}
.cancer-detail-pic {
  /*display: table-cell;*/
  width: 300px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
padding: 3rem 0;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cancer-detail-pic {
    display: block;
    width: 100%;
    padding: 10px;
	margin: 2rem 0;
  }
}
.cancer-detail-pic img {
  width: 100%;
  max-width: 300px;
  height: auto;
  text-align: center;
margin: 0 auto;
}

.cancer-detail-wpics {
  text-align: center;
padding: 3rem 0;
	margin: 0 auto;
}
.cancer-detail-wpics img {
  width: 100%;
  height: auto;
  text-align: center;
margin: 0 auto;
}

.cancer-detail-picq {
  /*display: table-cell;*/
  width: 500px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cancer-detail-picq {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.cancer-detail-picq img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.cancer-detail-pics {
  /*display: table-cell;*/
  /*width: 200px;*/
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .cancer-detail-pics {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.cancer-detail-pics img {
  width: 100%;
  max-width: 300px;
  height: auto;
margin: 0 auto;
	padding: 1rem 0;
}
.cancer-detail-info {
  /*display: table-cell;*/
  width: auto;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .cancer-detail-info {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.cancer-detail-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-detail-info h2.qtxt:first-letter {
  font-size: 150%;
  color: #fff;
background-color: #0F4C96;
padding: 1rem;
}

.cancer-detail-info .ainfo {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 4rem 0;
	font-weight: bold;
}
.cancer-detail-info .ainfo:first-letter {
  font-size: 200%;
  color: #0F4C96;
padding-right: 1rem;
}

.cancer-detail-info p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-detail-info p span{
  border-bottom: dashed 2px orange;
}
.cancer-detail-info p span.under{
  border-bottom: none;
  font-weight: bold;
  color: #0F4C96;
  text-decoration:underline;
  text-decoration-color:#FF0000;
}
.cancer-detail-info h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 0;
  margin: 20px 0 0px 0;
}
.cancer-detail-info h4 {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 1.2rem;
  margin: 3rem 0;
  color: #fff;/*文字色*/
	background: #519cc3;
  /*background: #fffaf4;*/
  /*border-left: solid 5px #ffaf58;*/
}
.cancer-detail-info h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0F4C96;
  margin: 30px 0 15px 0;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.cancer-detail-info h5:before,h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.cancer-detail-info h5:before {
  left:0;
}
.cancer-detail-info h5:after {
  right:0;
}
.cancer-detail-info h6 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
  color: #0F4C96;
  padding: 2rem 0;
  margin: 0px 0 0px 0;
}
.cancer-detail-box {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color: #fff4ea;/*背景色*/
    box-shadow: 0 0 0 8px #fff4ea;/*背景色外側*/
    border: 2px dashed #ffbf7f;/*線*/
    border-radius: 8px;/*角の丸み*/
    color: #000000;/*文字色*/
	margin: 5rem 0;
}
.cancer-detail-box p {
    margin: 0; 
    padding: 0;
}

.cancer-detail-box h6.voice {
  font-size: 2.0rem;
  line-height: 1.8;
  color: #ea7007;
  padding: 0 0 0 0;
  margin: 0;
}

h3.voice{
	font-size: 1.6rem;
    line-height: 1.7;
    padding: 1rem 0;
	margin: 0;
}

.columnbox{
	    background: #ffffea;
    padding: 15px;
    word-break: break-all;
    font-size: 16px;
    font-size: 1.5rem;
    margin: 4rem 0;
}

.box27 {
    position: relative;
    margin: 2em 0 4em 0;
    padding: 0.5em 2em;
    /*border: solid 3px #864a2b;*/
    background: #f5f4f2;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: #864a2b;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    /*border: solid 3px #1ad724;*/
    background: #f0f8f0;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background: #1ad724;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
.cancer-detail-sidebar {
  float: left;
  width: 28%;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cancer-detail-sidebar {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0px;
  }
}
.cancer-detail-menu {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1e7;
  padding: 0 0;
  margin: 0;
}
.cancer-detail-menu h2 {
  color: #fff;
  background-color: #0F4C96;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0px 0;
  padding: 15px 10px;
  letter-spacing: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cancer-detail-menu ul {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cancer-detail-menu ul li {
  margin: 0 0 0 0;
  line-height: 1.5;
  border-bottom: 1px dotted #cdcdc3;
  position: relative;
}
.cancer-detail-menu ul li:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #0F4C96;
  top: 50%;
  right: 5px;
}
.cancer-detail-menu ul li a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cancer-detail-menu ul li a:hover {
  background-color: #fff;
  color: #0F4C96;
}
.cancer-detail-ad {
  width: 100%;
  margin: 10px 0 0 0;
}

/* 冊子依頼フォーム
---------------------------------------------------------------------------------------------- */
/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.entry-content table.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.entry-content table.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.entry-content table.table-res-form tr:first-child {
    border-top: none;
}
/*thとtd内の余白指定*/
.entry-content table.table-res-form th,
.entry-content table.table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.entry-content table.table-res-form th {
    width: 30%;
    text-align: left;
    font-weight: bold;
}
/*「必須」部分のスタイリング*/
.entry-content table.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}

/*ここから768px以下の指定*/
@media screen and (max-width: 768px) {
    /*thをブロック化して幅100％にして、縦積み*/
    .entry-content table.table-res-form th {
        display: block;
        width: 100%;
        border: 0px none;
    }
}
@media screen and (max-width: 768px) {
    /*thをブロック化して幅100％にして、縦積み*/
    .entry-content table.table-res-form td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .entry-content table.table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    /*不要な最終行の左のthを非表示にする*/
    .entry-content table.res-form table-res-form .empty {
        display: none;
    }
}
/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.entry-content table.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.entry-content table.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.entry-content table.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.entry-content table.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}


/* ==========================
  タブ 2023
========================== */

.tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    /*max-width: 500px;*/
}

.tab-002 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2a8390;
    color: #fff;
    font-size: 1em;
	line-height: 1.4;
    text-align: center;
    cursor: pointer;
}

.tab-002 > label:hover {
    opacity: .8;
}

.tab-002 input {
    display: none;
}

.tab-002 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked) + div {
    display: block;
}

ul.cancer-report2 li a {
    width: 100%;
    height: auto;
    /* border: 1px solid #95989A; */
    display: block;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    padding: 15px;
    text-decoration: none;
    margin: 0;
}
ul.cancer-report2 li {
    display: table;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

/* 動画表示領域（表示サイズ）の設定 */
.slide-wrapper {
  width: 100%;
  max-width: 560px;
  margin: 0 auto
}

/* レスポンシブ対応 */
.slide-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.slide-item iframe {
  position: absolute;
  top:   0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 背景が白の場合に表示できるように黒文字としている */
.slick-next:before {
  content: '→';
  color: black;
}

.slick-prev:before {
  content: '←';
  color: black;
}

.slider-group {
  position: relative;
  width: 100%;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.slider-card {
  flex: 0 0 auto;
  max-width: 150px;
  height: 100%;
  margin-right: 20px;
}
.slider-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}

/*こちらを追記*/
.scroll-group::-webkit-scrollbar{
  display:none;
}
.slider-group {
  position: relative;
  width: 100%;
  min-height: 250px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.slider-card {
  flex: 0 0 auto;
  max-width: 150px;
  height: 100%;
  margin-right: 20px;
}
.slider-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}



/*スペースセット*/
.mb-1 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.mb-3 {
margin-bottom: 3rem;
}
.mb-4 {
margin-bottom: 4rem;
}
.mb-5 {
margin-bottom: 5rem;
}

/*プロジェクトタイトル*/
.heading03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	margin: 2rem 0;
}

.heading03::before,
.heading03::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #2a8390;
}

.heading03::before {
	margin-right: 20px;
}
.heading03::after {
	margin-left: 20px;
}

/*--スマートフォン--*/
/*--メディアクエリの記述なし--*/
ul.flex01 {
	width: 100%;
	margin: 0 auto;
}

ul.flex01 li.item01 {
	padding: 2em;
	list-style: none;
	
	margin: 2em auto;
padding:2em;/*内側余白*/
background-color:#F9F4E8;/*背景色*/
box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);/*ボックス影*/
    
}

ul.flex01 li.item01 img {
	width: 100%;
	text-align: center;
}

ul.flex01 li.item01 h3 {
	font-size: 1.2rem;
	font-weight: bold;
	padding: .5em 0;
}

ul.flex01 li.item01 p {
	font-size:  1em;          
    color:  #666; 
	line-height: 1.7;
}
	
ul.flex01 li.item01 p:first-of-type {padding-top: 2em;}
ul.flex01 li.item01 + li.item01 {margin-top: 2em;}

/*--PC--*/
@media screen and (min-width: 1025px){
	ul.flex01 {
		width: 100%;
	max-width: 1000px;
	}
	
	ul.flex01 li.item01 {overflow: hidden;}
	
	ul.flex01 li.item01 img {
		width: 300px;
		float: left; /*--フロートを指定--*/
		margin-right: 2em;
	}
}



a.btn_twr {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*width: 120px;*/
	margin: auto;
	padding: 1rem 4rem;
	line-height: 1.5;
	font-weight: bold;
	border: 2px solid #2a8390;
	background: #2a8390;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_twr:hover {
	color: #2a8390;
	background: #fff;
}
.btlist{
    /*追加*/display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.btlist li{
    /*追加*/width: 100%;
    /*追加*/box-sizing: border-box;
    /*追加*/text-align: center;
    padding: 10px;
    margin: 0;
}

/*汎用テキスト*/
.txtbox{
	font-size: 1em;
    line-height: 1.6;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/*メモアイコンをつけた囲み枠*/
.box-top-dis {
margin: 2em auto;
padding:1em 2em 2em;
border-radius:1px;
border: 1px solid #ccc;
}

.box-top-dis .box-top-distitle {
color: #555 ; /* タイトル文字色 */
font-size: 1.5em;
font-weight: bold;
}

.box-top-dis .box-top-distitle:before {
font-family: "Font Awesome 5 Free";
content: "\f304";
font-size: 1em;
margin: 0 3px 0 0;
font-weight: bold;
}


/* ==========================
  子宮頸がんページ追加  2024
========================== */
/* マックスサイズ　インナー */
.innerBox {
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8;
}
section.innerBox {
  padding: 30px 10px;
}
.innerBox h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #177888;
  padding: 0 0 0 0;
  margin: 0 0 1rem;
}
.innerBox h2.center {
	text-align: center;
	margin-bottom: 3rem;
}
.innerBox h2 span {
	display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 1.5rem 0 0;
  vertical-align: middle;
}
.innerBox p {
}
.innerBox h3 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
.innerBox dl {
	margin-bottom: 1rem;
}
.innerBox  dt {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.innerBox  dd {
	line-height: 1.6;
}

/* ミニサイズ　インナー */
.innerBox.mini {
	max-width: 660px;
	margin: 0 auto 0;
}

/* 左右ボックス */
.flexBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flexBox.center {
	align-items: center;
}
.flexBox .half {
	width: calc(50% - 20px);
}
.flexBox .img {
	width: 30%;
}
.flexBox .img img {
	width: 100%;
}
.flexBox .txt {
	width: calc(70% - 30px);
}
.flexBox .youtube {
	width: calc(50% - 20px);
	aspect-ratio: 16 / 9;
}
.flexBox .youtube iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.flexBox {
		flex-direction: column;
	}
	.flexBox .half {
		width: 100%;
		margin-bottom: 1rem;
	}
	.flexBox .img {
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
	.flexBox .img img {
		width: auto;
		max-width: 100%;
	}
	.flexBox .txt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.flexBox .youtube {
		width: 100%;
	}
}


/* ラインボックス */
.borderBox {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 15px;
	border: 1px solid #95989A;
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: left;
}
.borderBox.only .posttxt {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.borderBox.only {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
	}
}

/* ボタン */
.moreButton {
	margin: 10px 0 10px;
	display: inline-block;
}
.moreButton.block {
	display: block;
}
.innerCenter {
	text-align: center;
	margin: 0 auto;
}
.innerRight {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.moreButton a {
	display: block;
	min-width: 160px;
	background-color: #177888;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 1rem 2rem;
	line-height: 1;
	transition: opacity .3s ease;
}
.moreButton a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.moreButton {
		margin-bottom: 1rem;
	}
}

/* 既存cssの追記など */
.topnewsRight {
	width: 35%;
    float: right;	
}

.cancer-video-button.twr,
.cancer-video-button.new{
  height: inherit;
  min-height: 60px;
}
.cancer-video-button.twr a,
.cancer-video-button.new a{
  height: inherit;
  min-height: 60px;
  line-height: 1.3;
  padding: 2rem;
  padding-right: 2.1rem;
}
.cancer-video-button.twr a{
  background-color: #177888;
}
ul.publication-list.new li {
	width: 48%;	
}
ul.publication-list.new li img {
	width: 250px;
}
.boxRight {
  float: right;
  vertical-align: top;
  width: 70%;
  margin: 0;
  padding: 0px 0 0px 0;
  border-top: none;
  overflow: hidden;
}
.boxRight .cancer-detail {
  float: none;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0px 0 0px 0;
  border-top: none;
  overflow: hidden;
}
.cancer-header.twr {
	background: linear-gradient(0deg, rgba(164,198,207,1) 0%, rgba(255,255,255,1) 80%);
	height: auto;
	min-height: 150px;
}
.cancer-header.twr .cancer-header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	min-height: 150px;
}
.cancer-header.twr .page-social {
	width: 150px;
}
.cancer-header.twr .cancer-header-inner .cancer-header-title.flexBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333;
}
.cancer-header-title.flexBox .h1-title{
	width: 250px;
}
.cancer-header-title.flexBox p{
	width: calc(100% - 280px);
	padding-left: 30px;
}

@media screen and (max-width: 768px) {
	ul.publication-list.new li {
		width: 80%;	
	}
	.boxRight {
	  float: none;
	  width: 100%;
	  padding: 0px 10px 20px 10px;
	  box-sizing: border-box;
	}
	.cancer-header-title.flexBox .h1-title{
		width: 250px;
	}
	.cancer-header-title.flexBox p{
		width: 100%;
		padding-left: 0px;
	}
}

/* 背景色ありブロック */
.twrBg {
  width: 100%;
  background-color: #E6F1F2;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 30px 0 30px 0;
  margin-top: 0;
}
.twrBg h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  color: #177888;
  padding: 0 0 0 0;
  margin: 0 0 3rem;
}
.twrBg h2 span {
	display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #111;
  letter-spacing: 1px;
  padding: 1.5rem 0 0;
  vertical-align: middle;
}
.twrBg a.flexBox {
	text-decoration: none;
	color: #000;
}

img.onBorder {
	padding: 3rem;
	border: 1px solid #95989A;
}

/* ラインブロック */
.twrLine {
	width: 100%;
	margin: 50px 0 0;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	&.noborder {
		border: none;
		padding-top: 0;
	}
}

/* TWRデザイン色々 */
.twrBlock {
	line-height: 1.8;
}
.twrBlock h2 {
	margin-bottom: 3rem;
}
.twrBlock dl {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.twrBlock dl dt {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	color: #0F4C96;
}
.entry-content table.noBorder {
	border: none;
}
.entry-content table.noBorder th {
	border: none;
	width: inherit;	
}

/* 子宮頸がん冊子 */
.cancer-detail-container.booklet {
	display: block;
}
.cancer-detail-container.booklet .cancer-detail-pics img {
	max-width: inherit;
}
.cancer-detail-container.booklet .cancer-detail-pics.imgMini img {
	max-width: 50%;
	margin: 0 auto;
}
.cancer-detail-container.booklet .imgTItle {
	width: 100%;
}
.cancer-detail-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #0F4C96;
  padding: 0 0 0 0;
  margin: 0px 0 10px 0;
}
.cancer-detail-info h2.faqQ {
	position: relative;
	padding-left: 5.5rem;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.cancer-detail-info h2.faqQ:before {
	content: "Q";
	font-size: 130%;
	color: #fff;
	background-color: #0F4C96;
	padding: 0.5rem 1rem 1rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.box27.onPadding p{
	margin-bottom: 10px;
}

.cancer-detail-info .faqA {
    font-size: 1.7rem;
    line-height: 1.5;
	font-weight: bold;
	padding-left: 5.5rem;
	margin-bottom: 3rem;
	position: relative;
}
.cancer-detail-info .faqA:before{
	content: "A";
	font-size: 200%;
	color: #0F4C96;
	line-height: 1;
	padding-right: 1rem;
	position: absolute;
	left: 1rem;
	top: 0;
}



.tableBooklet {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #306060;
	box-sizing: border-box;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.tableBooklet th {
	background-color: #028982;
	background-color: #007f79;
	color: #fff;
	font-weight: 700;
	padding: 10px 5px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #306060;
	vertical-align: middle;
}
.tableBooklet td {
	padding: 10px 10px;
	background-color: #fff;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #306060;
}
.tableBooklet .first {
	width: 1rem;
	background-color: #687176 !important;
}
.tableBooklet .darkGray {
	background-color: #687176 !important;
	color: #fff;
}
.tableBooklet .bgGray {
	background-color: #e6e6e7;
}
.tableBooklet .bgMiddleGray {
	background-color:#8e9294;
	color: #fff;
	text-align: center;
}
.tableBooklet .left {
	text-align: left;
}
.tableBooklet .verticalMiddle {
	vertical-align: middle;
}
.tableBooklet .widthmini {
	width: 12%;
}
.tableBooklet .widthmiddle {
	width: 20%;
}

.tableBooklet.odd tbody tr:nth-child(even) th {
	background-color: #409997;
}
/*
.tableBooklet.odd tbody td {
	vertical-align: middle;
}
*/

.paddingTop {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.txtS {
	font-size: 1rem;
}
.txtRight {
	text-align: right;
}
.borderInner {
	background: #ffffea;
    padding: 0 15px 15px;
    margin: 10px 0 10px 0;
    border: 2px solid #99cc00;
    border-radius: 10px;
    word-break: break-all;
    font-size: 1.6rem;	
}
.colorGreen {
	color: #007f79;
}
@media screen and (max-width: 768px) {
	.cancer-detail-container.booklet {
		display: block;
		padding: 0;
	}
	table.tableBooklet {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	table.tableBooklet tbody {
		width: 100%;
		display:table;
	}
}