@charset "UTF-8";
/* setting File */
/* mixin File */
/* Reset Css and Base Style */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

/* Sections
   ========================================================================== */
body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

/* Misc
   ========================================================================== */
template {
  display: none; }

[hidden] {
  display: none; }

/**
 * Reset Styles
 * Deprecated normalize.css v5.0.0
 * 参考 : html5doctor.com Reset Stylesheet v1.6.1
 */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* table */
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* padding,margin reset */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0; }

/* list reset */
ul, ol {
  list-style: none; }

/* img vertical-align */
img {
  vertical-align: top; }

/* ----------------------------------------
*	Expand Base Style
---------------------------------------- */
.cad-wrapper img {
  max-width: 100%;
  height: auto; }

.cad-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.u-fluid-img {
  width: 100%;
  height: auto; }

.is-sp-show {
  display: none; }
  @media screen and (max-width: 768px) {
    .is-sp-show {
      display: block; }
      .is-sp-show br.is-sp-show {
        display: inline; }
      .is-sp-show img.is-sp-show {
        display: inline; }
      .is-sp-show span.is-sp-show {
        display: inline; } }

.is-tablet-show {
  display: none; }
  @media screen and (min-width: 769px) and (max-width: 1099px) {
    .is-tablet-show {
      display: block; }
      .is-tablet-show br.is-tablet-show {
        display: inline; }
      .is-tablet-show img.is-tablet-show {
        display: inline; }
      .is-tablet-show span.is-tablet-show {
        display: inline; } }

.is-tabletSp-show {
  display: none; }
  @media screen and (max-width: 1099px) {
    .is-tabletSp-show {
      display: block; }
      .is-tabletSp-show br.is-tabletSp-show {
        display: inline; }
      .is-tabletSp-show img.is-tabletSp-show {
        display: inline; }
      .is-tabletSp-show span.is-tabletSp-show {
        display: inline; } }

@media screen and (max-width: 768px) {
  .is-tabletPc-show {
    display: none; } }

@media screen and (max-width: 1100px) {
  .is-pc-show {
    display: none; } }

.cad-wrapper {
  max-width: 100%;
  font-size: 100%;
  color: #333333; }

/* Utility Classes */
.is-hidden {
  display: none !important; }

.is-unvisible {
  visibility: hidden; }

.is-show {
  display: block !important; }

.is-nolist-style {
  list-style: none; }

/* ===========================================
   (cad-*) common and layout
============================================== */
.cad-wrapper a[href$=".pdf"]:after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  width: 13px;
  height: 19px;
  margin: 0 4px 0 4px;
  background: url(../img/icon_pdf-bk.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }

.cad-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.cad-lnav {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .cad-lnav a:hover img {
    opacity: 1; }
  .cad-lnav__home {
    background: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cad-lnav__home a {
      display: inline-block;
      width: 152px;
      padding: 15px 10px 13px;
      text-align: center; }
      .cad-lnav__home a img {
        width: 65px; }
    .cad-lnav__home a:hover {
      opacity: .8; }
  .cad-lnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #ffffff; }
  .cad-lnav__item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #cccccc; }
    .cad-lnav__item > a {
      height: 100%;
      padding: 15px 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 87.5%;
      color: #333333;
      text-align: center;
      font-weight: bold; }
    @media (hover: hover) {
      .cad-lnav__item a:hover {
        background-color: #fdd100; } }
    .cad-lnav__item a.is-active {
      background-color: #fdd100; }
    .cad-lnav__item span {
      display: inline-block; }
    .cad-lnav__item a span:nth-child(1) {
      margin-bottom: 10px; }
    .cad-lnav__item a span:nth-child(2) {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 2.5em;
      line-height: 1.28571;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .cad-lnav__item--news a span:first-child {
    width: 24px; }
  .cad-lnav__item--news a {
    color:#f00;
    font-weight:bold;}
  .cad-lnav__item--side-event a span:first-child {
    width: 21px; }
  .cad-lnav__item--partner a span:first-child {
    width: 28px; }
  .cad-lnav__item--conference a span:first-child {
    width: 38px; }
  .cad-lnav__item--network a span:first-child {
    width: 24px; }
  .cad-lnav__item--topics a span:first-child {
    width: 23px; }
  .cad-lnav__item--links a span:first-child {
    width: 24px; }
  .cad-lnav__item--recommend a span:first-child {
    width: 22px; }
  .cad-lnav__sptgl-btn {
    padding: 20px;
    text-align: center;
    font-weight: bold; }
  .cad-lnav .cad-lnav__sptgl-hum {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 30px; }
    .cad-lnav .cad-lnav__sptgl-hum:before, .cad-lnav .cad-lnav__sptgl-hum:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: -moz-calc(100% - 10px);
      width: calc(100% - 10px);
      height: 2px;
      margin: 0 auto;
      background: #333;
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transition: all .15s ease-out;
      -moz-transition: all .15s ease-out;
      transition: all .15s ease-out; }
    .cad-lnav .cad-lnav__sptgl-hum:before {
      top: 50%;
      margin-top: 5px; }
    .cad-lnav .cad-lnav__sptgl-hum:after {
      bottom: 50%;
      margin-bottom: 5px; }
    .cad-lnav .cad-lnav__sptgl-hum.is-active:before {
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      margin: 0 auto;
      top: auto;
      bottom: 13px; }
    .cad-lnav .cad-lnav__sptgl-hum.is-active:after {
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      margin: 0 auto;
      bottom: 13px; }
  .cad-lnav__subitem {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: 250%;
    text-align: left;
    background: #fff;
    font-size: 87.5%; }
    .cad-lnav__subitem li {
      border-top: 1px solid #ccc; }
    .cad-lnav__subitem li > span,
    .cad-lnav__subitem a {
      display: inline-block;
      width: 100%;
      padding: 10px;
      color: inherit; }
      .cad-lnav__subitem li > span img,
      .cad-lnav__subitem a img {
        vertical-align: middle; }
  @media screen and (max-width: 1000px) {
    .cad-lnav__home a {
      width: 120px; }
    .cad-lnav__item .cad-lnav__subitem > li > span,
    .cad-lnav__item a {
      font-size: 75%; } }
  @media screen and (max-width: 768px) {
    .cad-lnav {
      display: block;
      position: relative; }
      .cad-lnav__home {
        position: absolute;
        bottom: -95px;
        left: 10px;
        width: 62px;
        background-color: transparent; }
        .cad-lnav__home > a {
          width: 80px;
          padding: 0; }
        body.post .cad-lnav__home {
          bottom: -65px; }
      .cad-lnav__list {
        display: none; }
        .cad-lnav__list:after {
          visibility: hidden;
          display: block;
          content: " ";
          clear: both;
          height: 0; }
        * html .cad-lnav__list {
          height: 1px; }
        .cad-lnav__list li {
          float: left;
          width: 50%; }
          .cad-lnav__list li a {
            padding: 20px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .cad-lnav__list li br {
            display: none; }
          .cad-lnav__list li a span:first-child {
            margin-right: 20px;
            margin-bottom: 0; }
      .cad-lnav__subitem {
        position: relative;
        width: auto; } }
  @media screen and (max-width: 640px) {
    .cad-lnav__home {
      position: absolute;
      bottom: -75px;
      background-color: transparent; }
      .cad-lnav__home > a {
        width: 62px; } }

.cad-modal-menu {
  position: relative;
  background: #FFF;
  padding: 40px 20px 20px;
  width: auto;
  max-width: 93.75%;
  margin: 20px auto; }
  .cad-modal-menu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cad-modal-menu .cad-lnav__item {
    border-left: none;
    border-bottom: 1px solid #ccc; }
    .cad-modal-menu .cad-lnav__item > a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px; }
    .cad-modal-menu .cad-lnav__item a span:first-child {
      margin-bottom: 0;
      margin-right: 10px;
      max-width: 20px; }
    .cad-modal-menu .cad-lnav__item a span:nth-child(2) br {
      display: none; }
      [lang="en"] .cad-lnav__item--conference span:nth-child(2) br {
        display: inline; }
  .cad-modal-menu li {
    list-style: none; }

.cad-modal-close {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  border: 0;
  background: none;
  cursor: pointer; }

/* ===========================================
   (cad-*) page styles
============================================== */
.cad-visual {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .cad-visual a[href$=".pdf"]:after {
    display: none; }
  .cad-visual__credit {
    position: absolute;
    left: 10px;
    top: 82%; }
  .cad-visual__main {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 130px 120px 130px 120px; }
    [lang="en"] .cad-visual__main {
      padding: 50px 120px 80px 120px; }
  .cad-visual__main-title {
    font-size: 100%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 50px; }
    .cad-visual__main-title span {
      display: block; }
    .cad-visual__main-title span:first-child {
      margin-bottom: 20px;
      font-size: 287.5%; }
    .cad-visual__main-title span:nth-child(2) {
      margin: 20px 0; }
  .cad-visual__main-lead {
    max-width: 745px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    line-height: 1.5; }
  .cad-visual__side {
    z-index: 2;
    width: 250px;
    border-left: 1px solid #fff;
    background: rgba(0, 0, 0, 0.5); }
    .cad-visual__side a {
      color: inherit; }
      .cad-visual__side a:after {
        display: none; }
    [lang="en"] .cad-visual__side {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .cad-visual__side-item {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
  .cad-visual__side-item + .cad-visual__side-item {
    border-top: 1px solid #fff; }
  .cad-visual__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 135%; }
    .cad-visual__bg-slide {
      position: absolute;
      top: -15%;
      width: 100%;
      height: 105%; }
      .cad-visual__bg-slide img {
        position: absolute;
        max-width: none;
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  @media screen and (min-width: 1380px) {
    .cad-visual__bg {
      height: 165%; }
    .cad-visual__credit {
      top: 69%; } }
  @media screen and (max-width: 1100px) {
    .cad-visual__main {
      padding: 60px 60px 100px 60px; }
      [lang="en"] .cad-visual__main {
        padding: 60px 45px 60px 45px; }
    [lang="en"] .cad-visual__main-title span:first-child {
      font-size: 225%; } }
  @media screen and (max-width: 768px) {
    .cad-visual {
      margin-top: 0;
      background-position: left top;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      flex-direction: column;
      padding-top: 0; }
      .cad-visual__main {
        padding: 0; }
        [lang="en"] .cad-visual__main {
          padding: 0; }
      .cad-visual__main-lead {
        margin-top: 62.5%; }
      .cad-visual__main-title {
        background-color: #000;
        padding: 15px  0 15px 100px; }
        [lang="en"] .cad-visual__main-title span:first-child {
          font-size: 200%; }
      .cad-visual__side {
        margin-top: 0;
        width: 100%;
        border-left: none; }
        .cad-visual__side:after {
          visibility: hidden;
          display: block;
          content: "";
          clear: both;
          height: 0; }
        * html .cad-visual__side {
          height: 1px; }
      .cad-visual__bg {
        width: 100%;
        height: 0;
        padding-top: 62.5%;
        top: 235px; }
      .cad-visual__credit {
        top: auto;
        left: 10px;
        bottom: 10px; } }
  @media screen and (max-width: 640px) {
    .cad-visual {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 15px;
      background-color: #000;
      -webkit-background-size: 200% 200%;
      -moz-background-size: 200%;
      background-size: 200%;
      background-position: right 30px; }
      [lang="en"] .cad-visual {
        -webkit-background-size: 200% 200%;
        -moz-background-size: 200%;
        background-size: 200%;
        background-position: right 30px; }
      .cad-visual__main {
        padding: 0; }
      .cad-visual__main-title {
        background: #000; }
      .cad-visual__credit {
        top: auto;
        left: 10px;
        bottom: 10px;
        font-size: 62.5%; }
      .cad-visual__main-title {
        font-size: 100%;
        padding: 0  0 15px 90px; }
        .cad-visual__main-title span:first-child {
          margin-bottom: 5px;
          font-size: 112.5%;
          line-height: 1.5; }
        .cad-visual__main-title span:nth-child(2) {
          margin: 0 0 20px;
          font-size: 87.5%; }
        [lang="en"] .cad-visual__main-title span:first-child {
          margin-bottom: 5px;
          font-size: 112.5%; }
        [lang="en"] .cad-visual__main-title span:nth-child(2) {
          margin: 0 0 20px;
          font-size: 87.5%; }
      .cad-visual__main-lead {
        margin-top: 62.5%;
        font-size: 87.5%; }
      .cad-visual__side {
        margin-top: 0;
        width: 100%;
        border-left: none; }
        .cad-visual__side:after {
          visibility: hidden;
          display: block;
          content: " ";
          clear: both;
          height: 0; }
        * html .cad-visual__side {
          height: 1px; }
      .cad-visual__bg {
        top: 125px; } }
  @media screen and (max-width: 480px) {
    [lang="en"] .cad-visual {
      background-position: right 70px; }
      [lang="en"] .cad-visual__bg {
        top: 150px; } }
  @media screen and (max-width: 400px) {
    [lang="en"] .cad-visual {
      background-position: right 100px; }
    .cad-visual__main-lead {
      margin-top: 62.5%; } }
  @media screen and (max-width: 395px) {
    .cad-visual__bg {
      top: 125px; } }

.cad-countdown {
  padding: 45px 10px 40px; }
  .cad-countdown span {
    font-size: 375%; }
  @media screen and (max-width: 1280px) {
    .cad-countdown {
      padding: 70px 10px 65px; } }
  @media screen and (max-width: 640px) {
    .cad-countdown {
      padding: 10px; }
      .cad-countdown span {
        font-size: 187.5%; } }
  [lang="en"] .cad-countdown {
    padding: 75px 10px 75px; }
    @media screen and (max-width: 640px) {
      [lang="en"] .cad-countdown {
        padding: 10px; } }

.cad-about {
  padding: 50px 10px; }
  .cad-about span {
    display: inline-block;
    margin-bottom: 15px; }
  .cad-about a:hover span {
    text-decoration: underline; }
  .cad-about__icon {
    width: 29px; }
  .cad-about img {
    vertical-align: middle; }
  @media screen and (max-width: 640px) {
    .cad-about {
      padding: 10px 10px; }
      .cad-about span {
        margin-bottom: 0; }
      .cad-about__icon {
        margin: 5px 0 0 5px; } }

.cad-pamphlet {
  padding: 35px 10px; }
  [lang="en"] .cad-pamphlet {
    padding: 35px 10px; }
  .cad-pamphlet span {
    display: inline-block; }
  .cad-pamphlet a:hover span {
    text-decoration: underline; }
  .cad-pamphlet__icon {
    width: 29px; }
  @media screen and (min-width: 980px) {
    [lang="ja"] .cad-pamphlet {
      min-height: 160px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (min-width: 980px) and (max-width: 1280px) {
    [lang="en"] .cad-pamphlet {
      min-height: 160px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 640px) {
    .cad-pamphlet {
      padding: 10px 10px; }
      [lang="en"] .cad-pamphlet {
        padding: 10px 10px; }
      .cad-pamphlet span {
        margin-bottom: 0; }
      .cad-pamphlet__icon {
        margin: 5px 0 0 5px; } }

/* share
---------------------------------------------- */
.cad-share {
  background-color: #f2f2f2; }
  .cad-share ul {
    text-align: right;
    padding: 15px; }
  .cad-share-item {
    display: inline-block;
    margin-left: 20px; }
    .cad-share-item > a {
      display: inline-block;
      padding: 5px 20px 5px 40px;
      color: #fff;
      text-align: center;
      font-size: 87.5%; }
      .cad-share-item > a:hover {
        opacity: .8; }
  .cad-share-item--facebook a {
    background: #4267b2 url(../img/icon_fb.png) center left 5px no-repeat; }
  .cad-share-item--twitter a {
    padding: 5px 13px 5px 33px;
    background: #1da1f2 url(../img/icon_tw.png) center left 5px no-repeat; }
  @media screen and (max-width: 640px) {
    .cad-share ul {
      text-align: center; }
    .cad-share-item:first-child {
      margin-left: 0; } }

.cad-info {
  padding: 50px 0 0; }
  .cad-info__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 5px solid #008e60; }
  .cad-info__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 65px;
    font-size: 200%;
    color: #fff;
    background-color: #008e60; }
  .cad-info__icon {
    display: inline-block;
    margin-right: 20px; }
  .cad-info__body {
    background-color: #f2f2f2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    line-height: 1.5; }
    .cad-info__body a {
      color: inherit; }
      .cad-info__body a:hover {
        text-decoration: underline; }
    .cad-info__body > ul > li {
      padding: 0 0 0 1.3em;
      background: url(../img/icon_circle-allow.png) left top 0.3em no-repeat;
      -webkit-background-size: 16px 16px;
      -moz-background-size: 16px;
      background-size: 16px; }
      .cad-info__body > ul > li > ul {
        padding-top: .5em; }
        .cad-info__body > ul > li > ul > li {
          margin-bottom: .5em; }
        /* .cad-info__body > ul > li > ul > li:before {
          content: '・'; } */
  @media screen and (max-width: 1130px) {
    .cad-info {
      padding: 50px 15px 0; }
      .cad-info__title {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 20px;
        font-size: 150%; }
      .cad-info__icon {
        width: 24px; } }
  @media screen and (max-width: 960px) {
    .cad-info__box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 640px) {
    .cad-info {
      padding: 25px 15px 0; }
      .cad-info__box {
        border-width: 3px; }
      .cad-info__title {
        padding: 10px;
        font-size: 112.5%; }
      .cad-info__icon {
        width: 18px;
        margin-right: 10px; }
      .cad-info__body {
        padding: 10px;
        font-size: 87.5%; } }

/* 最新情報
---------------------------------------------- */
.cad-news__box {
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cad-news__title {
  padding: 0 0 0 62px;
  margin-right: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 200%;
  font-weight: normal;
  background: url(../img/icon_info.png) left 8px no-repeat;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px;
  background-size: 35px; }
  .cad-news__title span {
    display: block; }
  .cad-news__title span:first-child {
    font-size: 43.75%; }
  .cad-news__title span:nth-child(2) {
    font-size: 100%; }

.cad-news__list {
  min-width: 0; }

.cad-news__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 775px; }
  .cad-news__item span,
  .cad-news__item > div {
    line-height: 1.25;
    display: inline-block;
    padding: 8px 1em; }
  .cad-news__item img {
    vertical-align: baseline; }
  .cad-news__item span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 10.5em; }
    .cad-news__item span:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      height: 1px;
      background-color: #008e60;
      width: 10.5em; }
  .cad-news__item > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #cccccc; }
  .cad-news__item a {
    color: #005e3b; }
    .cad-news__item a:hover {
      text-decoration: underline; }
  .cad-news__item > div:first-child {
    margin-left: 10.5em; }

.cad-news__more {
  margin: 10px 0 10px 0;
  text-align: right; }
  .cad-news__more a {
    color: #005e3b;
    display: inline-block;
    border: 2px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 29px 8px 40px;
    background: url(../img/icon_circle-allow.png) left 10px center no-repeat;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px; }

@media screen and (max-width: 960px) {
  .cad-news__box {
    padding: 30px; }
  .cad-news__item {
    max-width: 100%; }
  .cad-news__title {
    margin-right: 100px; } }

@media screen and (max-width: 640px) {
  .cad-news__title {
    margin: 0 auto 25px; }
  .cad-news__box {
    display: block;
    padding: 30px 15px; }
  .cad-news__item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc; }
    .cad-news__item span,
    .cad-news__item > div {
      padding: 0;
      line-height: 1.5; }
    .cad-news__item span {
      font-size: 75%; }
    .cad-news__item span:before {
      display: none; }
    .cad-news__item > div {
      padding: 0;
      font-size: 87.5%;
      border-bottom: none; }
    .cad-news__item > div:first-child {
      margin-left: 0; }
  .cad-news__more {
    margin: 0 auto;
    text-align: center;
    font-size: 14px; } }

/* event (サイドイベント)
---------------------------------------------- */
.cad-event {
  background-color: #f2f2f2; }
  .cad-event .cad-inner {
    padding: 50px 0; }
  .cad-event__title {
    padding: 0 0 0 62px;
    margin-bottom: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 200%;
    font-weight: normal;
    background: url(../img/icon_info.png) left 8px no-repeat;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px;
    background-size: 35px; }
    .cad-event__title span {
      display: block; }
    .cad-event__title span:first-child {
      font-size: 43.75%; }
    .cad-event__title span:nth-child(2) {
      font-size: 100%; }
  .cad-event__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .cad-event__cat {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.5; }
  .cad-event__cat-title {
    font-weight: bold;
    font-size: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 4px solid #008e60; }
  .cad-event__cat--other {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 350px;
    margin-left: 25px; }
    .cad-event__cat--other .cad-event__cat-title {
      border-bottom-color: #ccc; }
  .cad-event__row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }
  * html .cad-event__row {
    height: 1px; }
  .cad-event__item {
    max-width: 350px;
    float: left;
    margin-bottom: 15px; }
    .cad-event__item:nth-child(odd) {
      clear: both; }
    .cad-event__item:nth-child(even) {
      float: right;
      margin-left: 25px; }
  .cad-event__item-lead {
    margin-bottom: 1em; }
  .cad-event__item-list {
    font-size: 87.5%; }
    .cad-event__item-list a {
      color: inherit; }
      .cad-event__item-list a:hover, .cad-event__item-list a:focus {
        text-decoration: underline; }
      .cad-event__item-list a img {
        vertical-align: middle; }
  .cad-event__item-list > li {
    margin-bottom: .5em; }
    .cad-event__item-list > li a {
      display: inline-block;
      padding: 0 0 0 1.75em;
      background: url(../img/icon_circle-allow.png) left top 0.2em no-repeat;
      -webkit-background-size: 16px 16px;
      -moz-background-size: 16px;
      background-size: 16px; }
  @media screen and (max-width: 1130px) {
    .cad-event .cad-inner {
      padding: 30px 30px; }
    .cad-event__item {
      max-width: 100%; }
      .cad-event__item:nth-child(odd), .cad-event__item:nth-child(even) {
        margin: 0 0 15px; } }
  @media screen and (max-width: 768px) {
    .cad-event .cad-inner {
      padding: 30px 15px; }
    .cad-event__box {
      display: block; }
    .cad-event__cat--other {
      margin-left: 0;
      max-width: 100%; }
    .cad-event__item {
      max-width: 100%; }
      .cad-event__item:nth-child(odd), .cad-event__item:nth-child(even) {
        float: none;
        margin: 0 0 15px; }
    .cad-event__item + .cad-event__item {
      border-top: 1px solid #333;
      padding-top: 15px; } }

.cad-cts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  background: #333333; }
  .cad-cts-list a[href$=".pdf"]:after {
    background-image: url(../img/icon_pdf.png); }

.cad-cts-item {
  width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }
  .cad-cts-item:nth-child(3n + 1) {
    border-left: none; }
  .cad-cts-item__head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 215px;
    padding: 25px 30px;
    border-bottom: 1px solid #008e60;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
    .cad-cts-item__head:before {
      content: '';
      position: absolute;
      top: 20px;
      left: 30px; }
    .cad-cts-item__head h2 {
      font-weight: normal;
      font-size: 100%; }
    .cad-cts-item__head span {
      display: block; }
    .cad-cts-item__head span:first-child {
      font-size: 87.5%; }
    .cad-cts-item__head span:nth-child(2),
    .cad-cts-item__head span:first-child:last-child {
      font-size: 200%; }
  .cad-cts-item__body {
    padding: 25px 30px;
    height: -moz-calc(100% - 215px);
    height: calc(100% - 215px);
    font-size: 87.5%;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5); }
    .cad-cts-item__body a {
      color: inherit; }
      .cad-cts-item__body a:hover {
        text-decoration: underline; }
    .cad-cts-item__body img {
      vertical-align: baseline; }
    .cad-cts-item__body p {
      margin-bottom: .75em; }
    .cad-cts-item__body > ul > li {
      margin-bottom: .75em;
      padding: 0 0 0 1.75em;
      background: url(../img/icon_circle-allow.png) left top 0.2em no-repeat;
      -webkit-background-size: 16px 16px;
      -moz-background-size: 16px;
      background-size: 16px; }
      .cad-cts-item__body > ul > li > ul {
        padding-top: .5em; }
        .cad-cts-item__body > ul > li > ul > li {
          margin-bottom: .5em;
          padding-left: 1em;
          text-indent: -1em; }
        /* .cad-cts-item__body > ul > li > ul > li:before {
          content: '・'; } */
  @media screen and (max-width: 768px) {
    .cad-cts-item {
      width: 100%;
      border-left: 0;
      border-top: 1px solid #ffffff; }
      .cad-cts-item__head {
        padding: 15px; }
        .cad-cts-item__head:before {
          left: 15px; }
        .cad-cts-item__head span:first-child {
          font-size: 75%; }
        .cad-cts-item__head span:nth-child(2),
        .cad-cts-item__head span:first-child:last-child {
          font-size: 162.5%; }
      .cad-cts-item__body {
        padding: 20px 15px; } }

.cad-cts-item--event {
  background: url(../img/pic_event.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--event .cad-cts-item__head:before {
    width: 28px;
    height: 32px;
    background: url(../img/icon_side-wh.png) left top no-repeat;
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px;
    background-size: 28px; }
  [lang="en"] .cad-cts-item--event {
    background-image: url(../img/pic_event_en.jpg?updated=20190711); }

.cad-cts-item--about {
  background: url(../img/pic_info.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--about .cad-cts-item__head:before {
    width: 50px;
    height: 32px;
    background: url(../img/icon_conference-wh.png) left top no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px;
    background-size: 50px; }

.cad-cts-item--logoterm {
  background: url(../img/pic_logo-term.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--logoterm .cad-cts-item__head:before {
    width: 36px;
    height: 36px;
    background: url(../img/icon_share-wh.png) left top no-repeat;
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px;
    background-size: 36px; }

.cad-cts-item--partner {
  background: url(../img/pic_partner.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--partner .cad-cts-item__head:before {
    width: 42px;
    height: 36px;
    background: url(../img/icon_partner-wh.png) left top no-repeat;
    -webkit-background-size: 42px 42px;
    -moz-background-size: 42px;
    background-size: 42px; }

.cad-cts-item--conference {
  background: url(../img/pic_conference.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--conference .cad-cts-item__head:before {
    width: 50px;
    height: 32px;
    background: url(../img/icon_conference-wh.png) left top no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px;
    background-size: 50px; }
  [lang="en"] .cad-cts-item--conference {
    background-image: url(../img/pic_conference_en.jpg?updated=20190711); }

.cad-cts-item--support {
  background: url(../img/pic_support.jpg?updated=20190726) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--support .cad-cts-item__head:before {
    width: 50px;
    height: 32px;
    background: url(../img/icon_conference-wh.png) left top no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px;
    background-size: 50px; }
  [lang="en"] .cad-cts-item--support {
    background-image: url(../img/pic_support_en.jpg?updated=20190528); }

.cad-cts-item--caravan {
  background: url(../img/pic_caravan.jpg?updated=20190726) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--caravan .cad-cts-item__head:before {
    width: 50px;
    height: 32px;
    background: url(../img/icon_conference-wh.png) left top no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px;
    background-size: 50px; }
  [lang="en"] .cad-cts-item--caravan {
    background-image: url(../img/pic_caravan_en.jpg?updated=20190528); }

.cad-cts-item--coverage {
  background: url(../img/pic_coverage.jpg?updated=20190528) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--coverage .cad-cts-item__head:before {
    width: 40px;
    height: 40px;
    background: url(../img/icon_coverage-wh.png) left top no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px;
    background-size: 40px; }
  [lang="en"] .cad-cts-item--coverage {
    background-image: url(../img/pic_coverage_en.jpg?updated=20190528); }

.cad-cts-item--network {
  background: url(../img/pic_network.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--network .cad-cts-item__head:before {
    width: 36px;
    height: 36px;
    background: url(../img/icon_network-wh.png) left top no-repeat;
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px;
    background-size: 36px; }
  [lang="en"] .cad-cts-item--network {
    background-image: url(../img/pic_network_en.jpg?updated=20190711); }

.cad-cts-item--topics {
  background: url(../img/pic_topics.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--topics .cad-cts-item__head:before {
    width: 36px;
    height: 37px;
    background: url(../img/icon_topics-wh.png) left top no-repeat;
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px;
    background-size: 36px; }
  [lang="en"] .cad-cts-item--topics {
    background-image: url(../img/pic_topics_en.jpg?updated=20190711); }

.cad-cts-item--links {
  background: url(../img/pic_links.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--links .cad-cts-item__head:before {
    width: 36px;
    height: 36px;
    background: url(../img/icon_links-wh.png) left top no-repeat;
    -webkit-background-size: 36px 36px;
    -moz-background-size: 36px;
    background-size: 36px; }
  [lang="en"] .cad-cts-item--links {
    background-image: url(../img/pic_links_en.jpg?updated=20190711); }

.cad-cts-item--recommend {
  background: url(../img/pic_recommend.jpg?updated=20190711) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--recommend .cad-cts-item__head:before {
    width: 34px;
    height: 36px;
    background: url(../img/icon_recommend-wh.png) left top no-repeat;
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px;
    background-size: 34px; }
  [lang="en"] .cad-cts-item--recommend {
    background-image: url(../img/pic_recommend_en.jpg?updated=20190711); }

.cad-cts-item--materials {
  background: url(../img/pic_materials.jpg) center top no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%; }
  .cad-cts-item--materials .cad-cts-item__head:before {
    width: 40px;
    height: 40px;
    background: url(../img/icon_coverage-wh.png) left top no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px;
    background-size: 40px; }

/* 下層ベースレイアウト
---------------------------------------------- */
.cad-breadcrumubs {
  padding: 0 30px;
  background-color: #f2f2f2; }
  .cad-breadcrumubs > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0; }
  .cad-breadcrumubs-item + .cad-breadcrumubs-item {
    font-size: 87.5%; }
    .cad-breadcrumubs-item + .cad-breadcrumubs-item > a {
      color: #000; }
      .cad-breadcrumubs-item + .cad-breadcrumubs-item > a:hover {
        text-decoration: underline; }
    /* .cad-breadcrumubs-item + .cad-breadcrumubs-item:before {
      position: relative;
      top: -1px;
      content: '>';
      display: inline-block;
      margin: 0 5px; }
  @media screen and (max-width: 768px) {
    .cad-breadcrumubs {
      padding: 0 15px 0 80px; } } */

.cad-article-heading {
  padding: 0 30px; }
  .cad-article-heading-inner {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cad-article-heading-icon {
    max-width: 50px;
    margin-right: 30px; }
  .cad-article-heading-cat {
    font-weight: normal;
    font-size: 200%;
    line-height: 1.3; }
  .cad-article-heading .cad-article-name {
    display: block; }
  .cad-article-heading .cad-article-subname {
    display: block;
    font-size: 43.75%; }
  @media screen and (max-width: 768px) {
    .cad-article-heading {
      padding: 0 15px; }
      .cad-article-heading-icon {
        max-width: 20px;
        margin-right: 15px; }
      .cad-article-heading-inner {
        padding: 15px 0; }
      .cad-article-heading-cat {
        font-size: 125%; } }

/**
 *
 */
.cad-article-body {
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .cad-article-body {
      padding: 30px 15px; } }

.cad-heading {
  margin-bottom: 30px; }

.cad-heading-title {
  font-size: 187.5%;
  line-height: 1.5;
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .cad-heading-title {
      font-size: 125%; } }

.cad-article-date {
  margin-bottom: 30px;
  font-size: 100%;
  color: #666666; }
  @media screen and (max-width: 768px) {
    .cad-article-date {
      font-size: 87.5%; } }

.cad-article-content {
  line-height: 1.75;
  margin-bottom: 50px; }
  .cad-article-content h2 {
    font-size: 100%;
    color: #666666;
    margin: 1em 0;
    border-top: 3px solid #008e60;
    background-color: #f2f2f2;
    padding: .5em; }
    .cad-article-content h2:first-child {
      margin-top: 0; }
  .cad-article-content h3 {
    font-size: 1.5em;
    margin: 1em 0; }
  .cad-article-content h4 {
    font-size: 1em;
    margin: 1em 0; }
  .cad-article-content p, .cad-article-content ul, .cad-article-content ol, .cad-article-content dl, .cad-article-content table {
    margin: .75em 0; }
  .cad-article-content ol, .cad-article-content ul {
    margin-left: 1.2em; }
    .cad-article-content ol li, .cad-article-content ul li {
      text-indent: 0;
      padding-left: 0; }
  .cad-article-content ol > li {
    list-style: decimal; }
    .cad-article-content ol > li:before {
      display: none; }
  .cad-article-content ul > li {
    list-style: disc; }
    .cad-article-content ul > li ul > li {
      list-style: circle; }
  .cad-article-content dd {
    margin-left: 1em; }
  .cad-article-content table {
    border-spacing: 0; }
    .cad-article-content table th, .cad-article-content table td {
      padding: 10px; }
    .cad-article-content table tbody th, .cad-article-content table tbody td {
      text-align: left; }
  .cad-article-content a[target="_blank"]:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 9px;
    margin-left: .2em;
    vertical-align: baseline; }
  .cad-article-content a + img {
    vertical-align: baseline; }
  .cad-article-content blockquote {
    padding: 1em;
    color: #222; }
  .cad-article-content code {
    padding: 1em; }
  .cad-article-content iframe {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 640px) {
    .cad-article-content {
      font-size: 87.5%; } }
  .cad-article-content .cad-unit:first-of-type {
    margin-top: 30px; }
  .cad-article-content .cad-unit h2 {
    padding: .5em 30px .5em; }
  .cad-article-content .cad-unit .cad-unit-body {
    padding: 0 30px .25em; }
    .cad-article-content .cad-unit .cad-unit-body:first-child {
      padding: 30px 30px .25em; }
  @media screen and (max-width: 768px) {
    .cad-article-content .cad-unit h2 {
      padding: .5em 15px .5em; }
    .cad-article-content .cad-unit .cad-unit-body {
      padding: 0 15px .25em; }
      .cad-article-content .cad-unit .cad-unit-body:first-child {
        padding: 15px 15px .25em; } }

.cad-tohome {
  margin-bottom: 50px;
  text-align: center; }
  .cad-tohome > a {
    color: #005e3b;
    display: inline-block;
    border: 2px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 29px 8px 40px;
    background: url(../img/icon_circle-allow.png) left 10px center no-repeat;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px; }
  @media screen and (max-width: 768px) {
    .cad-tohome {
      font-size: 87.5%; } }
