@charset "UTF-8";

@media screen and (min-width: 768px) {
  #main {
    width: 960px !important;
  }
}





/* ============================
 *
 *     Anzen Contents
 *
 * ============================ */
.anzen-style {
  position: relative;
  width: 100%;
  font-size: 1em;
  font-size: 1rem;
  line-height: 150%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
.anzen-style a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.anzen-style b {
  font-weight: normal;
}

@media screen and (max-width: 740px) {
  .anzen-style {
    margin-top: -20px;
    font-size: 0.8125em;
    font-size: 0.8125rem;
    line-height: 150%;
  }
}
/* ========================================================
 *
 *     Inline styles
 *
 * ======================================================== */
/* ===== Notes ===== */
.notes {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 130%;
  color: #808080;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: 0.6875rem;
    line-height: 130%;
  }
}
/* ========================================================
 *
 *    Sprites
 *
 * ======================================================== */
/* ------------------------------------------------------------
 *  arrow sprite
 * ------------------------------------------------------------ */
.sprite-arrows {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/sprite_arrows@2x.png) no-repeat 0 0;
  background-size: 72px auto;
  vertical-align: -0.125em;
}

.spr-arr-r-b {
  background-position: 0px 0px;
}

.spr-arr-l-b {
  background-position: -18px 0px;
}

.spr-arr-u-b {
  background-position: -36px 0px;
}

.spr-arr-d-b {
  background-position: -54px 0px;
}

.spr-arr-r-g {
  background-position: 0px -18px;
}

.spr-arr-l-g {
  background-position: -18px -18px;
}

.spr-arr-u-g {
  background-position: -36px -18px;
}

.spr-arr-d-g {
  background-position: -54px -18px;
}

.spr-arr-r-w {
  background-position: 0px -36px;
}

.spr-arr-l-w {
  background-position: -18px -36px;
}

.spr-arr-u-w {
  background-position: -36px -36px;
}

.spr-arr-d-w {
  background-position: -54px -36px;
}

@media screen and (max-width: 740px) {
  .sprite-arrows {
    background: url(../img/sprite_arrows@2x.png) no-repeat 0 0;
    background-size: 72px auto;
    vertical-align: -0.25em;
  }

  .spr-arr-r-b {
    background-position: 0px 0px;
  }

  .spr-arr-l-b {
    background-position: -18px 0px;
  }

  .spr-arr-u-b {
    background-position: -36px 0px;
  }

  .spr-arr-d-b {
    background-position: -54px 0px;
  }

  .spr-arr-r-g {
    background-position: 0px -18px;
  }

  .spr-arr-l-g {
    background-position: -18px -18px;
  }

  .spr-arr-u-g {
    background-position: -36px -18px;
  }

  .spr-arr-d-g {
    background-position: -54px -18px;
  }

  .spr-arr-r-w {
    background-position: 0px -36px;
  }

  .spr-arr-l-w {
    background-position: -18px -36px;
  }

  .spr-arr-u-w {
    background-position: -36px -36px;
  }

  .spr-arr-d-w {
    background-position: -54px -36px;
  }
}
/* ------------------------------------------------------------
 *  small arrow sprite
 * ------------------------------------------------------------ */
.sprite-arrows-s {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/sprite_arrows_s@2x.png) no-repeat 0 0;
  background-size: 54px auto;
  vertical-align: -0.175em;
}

.spr-arr-s-r-b {
  background-position: 0px 0px;
}

.spr-arr-s-l-b {
  background-position: -14px 0px;
}

.spr-arr-s-u-b {
  background-position: -28px 0px;
}

.spr-arr-s-d-b {
  background-position: -42px 0px;
}

.spr-arr-s-r-g {
  background-position: 0px -14px;
}

.spr-arr-s-l-g {
  background-position: -14px -14px;
}

.spr-arr-s-u-g {
  background-position: -28px -14px;
}

.spr-arr-s-d-g {
  background-position: -42px -14px;
}

.spr-arr-s-r-w {
  background-position: 0px -28px;
}

.spr-arr-s-l-w {
  background-position: -14px -28px;
}

.spr-arr-s-u-w {
  background-position: -28px -28px;
}

.spr-arr-s-d-w {
  background-position: -42px -28px;
}

@media screen and (max-width: 740px) {
  .sprite-arrows-s {
    background: url(../img/sprite_arrows_s@2x.png) no-repeat 0 0;
    background-size: 54px auto;
  }

  .spr-arr-s-r-b {
    background-position: 0px 0px;
  }

  .spr-arr-s-l-b {
    background-position: -14px 0px;
  }

  .spr-arr-s-u-b {
    background-position: -28px 0px;
  }

  .spr-arr-s-d-b {
    background-position: -42px 0px;
  }

  .spr-arr-s-r-g {
    background-position: 0px -14px;
  }

  .spr-arr-s-l-g {
    background-position: -14px -14px;
  }

  .spr-arr-s-u-g {
    background-position: -28px -14px;
  }

  .spr-arr-s-d-g {
    background-position: -42px -14px;
  }

  .spr-arr-s-r-w {
    background-position: 0px -28px;
  }

  .spr-arr-s-l-w {
    background-position: -14px -28px;
  }

  .spr-arr-s-u-w {
    background-position: -28px -28px;
  }

  .spr-arr-s-d-w {
    background-position: -42px -28px;
  }
}
/* ------------------------------------------------------------
 *  check mark sprite
 * ------------------------------------------------------------ */
.sprite-check {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/sprite_check@2x.png) no-repeat 0 0;
  background-size: auto 16px;
  vertical-align: -0.125em;
}

@media screen and (max-width: 740px) {
  .sprite-check {
    background: url(../img/sprite_check@2x.png) no-repeat 0 0;
    background-size: auto 16px;
    background-position: -16px 0;
    vertical-align: -0.25em;
  }
}
/* ------------------------------------------------------------
 *  icons sprite
 * ------------------------------------------------------------ */
.sprite-icons {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/sprite_icons@2x.png) no-repeat 0 0;
  background-size: 18px auto;
  vertical-align: -0.125em;
}

.spr-ico-cross-b {
  background-position: 0px 0px;
}

.spr-ico-cross-g {
  background-position: 0px -18px;
}

.spr-ico-cross-w {
  background-position: 0px -36px;
}

@media screen and (max-width: 740px) {
  .sprite-icons {
    background: url(../img/sprite_icons@2x.png) no-repeat 0 0;
    background-size: 18px auto;
    vertical-align: -0.25em;
  }

  .spr-ico-cross-b {
    background-position: 0px 0px;
  }

  .spr-ico-cross-g {
    background-position: 0px -18px;
  }

  .spr-ico-cross-w {
    background-position: 0px -36px;
  }
}
/* ------------------------------------------------------------
 *  check mark sprite
 * ------------------------------------------------------------ */
.sprite-outbound {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/sprite_outbound@2x.png) no-repeat 0 0;
  background-size: 16px auto;
  vertical-align: -0.125em;
}

/* ------------------------------------------------------------
 *  emotes sprite
 * ------------------------------------------------------------ */
.sprite-emotes {
  display: inline-block;
  width: 60px;
  height: 64px;
  background: url(../img/sprite_emotes.png) no-repeat 0 0;
}

.spr-emo-sad {
  background-position: 0px 0;
}

.spr-emo-sad-b {
  background-position: 0px -70px;
}

.spr-emo-surprise {
  background-position: -60px 0;
}

.spr-emo-surprise-b {
  background-position: -60px -70px;
}

.spr-emo-cry {
  background-position: -120px 0;
}

.spr-emo-cry-b {
  background-position: -120px -70px;
}

.spr-emo-smile {
  background-position: -180px 0;
}

.spr-emo-smile-b {
  background-position: -180px -70px;
}

@media screen and (max-width: 740px) {
  .sprite-emotes {
    width: 30px;
    height: 32px;
    background-size: auto 70px;
  }

  .spr-emo-sad {
    background-position: 0px 0;
  }

  .spr-emo-sad-b {
    background-position: 0px -35px;
  }

  .spr-emo-surprise {
    background-position: -30px 0;
  }

  .spr-emo-surprise-b {
    background-position: -30px -35px;
  }

  .spr-emo-cry {
    background-position: -60px 0;
  }

  .spr-emo-cry-b {
    background-position: -60px -35px;
  }
}
/* ------------------------------------------------------------
 *  ! sprite
 * ------------------------------------------------------------ */
.sprite-ex {
  display: inline-block;
  width: 20px;
  height: 48px;
  background: url(../img/movie/ico_ex.png) no-repeat 0 0;
}

@media screen and (max-width: 740px) {
  .sprite-ex {
    width: 10px;
    height: 24px;
    background-size: 10px auto;
  }
}
/* ========================================================
 *
 *    Buttons
 *
 * ======================================================== */
/* ------------------------------------------------------------
 *  Basic button style
 * ------------------------------------------------------------ */
/* ===== base style ===== */
.btn-base {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 0.5em;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 0 0 #CCC;
  text-decoration: none;
  text-align: center;
}
.btn-base:hover {
  margin-top: 2px;
  margin-bottom: -2px;
  box-shadow: 0 0 0 0 #CCC;
  text-decoration: none;
}

a.btn-base, b.btn-base, button.btn-base {
  color: #333;
}
a.btn-base:visited, b.btn-base:visited, button.btn-base:visited {
  color: #333;
}
a.btn-base:focus, b.btn-base:focus, button.btn-base:focus {
  color: #505050;
}
a.btn-base:hover, b.btn-base:hover, button.btn-base:hover {
  color: #505050;
}
a.btn-base:active, b.btn-base:active, button.btn-base:active {
  color: #333;
}

/* ===== fit ancestor width ===== */
.btn--fit {
  width: 100%;
}

/* ===== border style button ===== */
.btn--border {
  border: 1px solid #0070CB;
  border-radius: 4px;
  box-shadow: none;
  color: #0070CB;
}
.btn--border:hover {
  margin-top: 0;
  margin-bottom: 0;
  background: #E9F9FC;
  box-shadow: none;
  text-decoration: none;
}

a.btn--border, b.btn--border, button.btn--border {
  color: #0070CB;
}
a.btn--border:visited, b.btn--border:visited, button.btn--border:visited {
  color: #0070CB;
}
a.btn--border:focus, b.btn--border:focus, button.btn--border:focus {
  color: #0070CB;
}
a.btn--border:hover, b.btn--border:hover, button.btn--border:hover {
  color: #0070CB;
}
a.btn--border:active, b.btn--border:active, button.btn--border:active {
  color: #0070CB;
}

/* ----- sub color border style ----- */
.btn--border--sub-color {
  border: 1px solid #67C279;
  color: #67C279;
}
.btn--border--sub-color:hover {
  background: #EBFCE4;
}

a.btn--border--sub-color, b.btn--border--sub-color, button.btn--border--sub-color {
  color: #67C279;
}
a.btn--border--sub-color:visited, b.btn--border--sub-color:visited, button.btn--border--sub-color:visited {
  color: #67C279;
}
a.btn--border--sub-color:focus, b.btn--border--sub-color:focus, button.btn--border--sub-color:focus {
  color: #67C279;
}
a.btn--border--sub-color:hover, b.btn--border--sub-color:hover, button.btn--border--sub-color:hover {
  color: #67C279;
}
a.btn--border--sub-color:active, b.btn--border--sub-color:active, button.btn--border--sub-color:active {
  color: #67C279;
}

/* ===== disable style button ===== */
.btn--disable {
  background: #F7F7F7;
  box-shadow: none;
  color: #999;
}
.btn--disable:hover {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0;
  color: #999;
}
.btn--disable .btn-layout-arrow {
  visibility: hidden;
}

a.btn--disable, b.btn--disable, button.btn--disable {
  color: #999;
}
a.btn--disable:visited, b.btn--disable:visited, button.btn--disable:visited {
  color: #999;
}
a.btn--disable:focus, b.btn--disable:focus, button.btn--disable:focus {
  color: #999;
}
a.btn--disable:hover, b.btn--disable:hover, button.btn--disable:hover {
  color: #999;
}
a.btn--disable:active, b.btn--disable:active, button.btn--disable:active {
  color: #999;
}

/* ===== inverse color button ===== */
.btn--inverse {
  margin: 0;
  border: 1px solid #0070CB;
  border-radius: 4px;
  background: #0070CB;
  box-shadow: none;
  color: #FFF;
}
.btn--inverse:hover {
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  box-shadow: none;
}

a.btn--inverse, b.btn--inverse, button.btn--inverse {
  color: #FFF;
}
a.btn--inverse:visited, b.btn--inverse:visited, button.btn--inverse:visited {
  color: #FFF;
}
a.btn--inverse:focus, b.btn--inverse:focus, button.btn--inverse:focus {
  color: #FFF;
}
a.btn--inverse:hover, b.btn--inverse:hover, button.btn--inverse:hover {
  color: #FFF;
}
a.btn--inverse:active, b.btn--inverse:active, button.btn--inverse:active {
  color: #FFF;
}

/* ----- inverse sub color button ----- */
.btn--inverse--sub-color {
  border: 1px solid #67C279;
  background: #67C279;
  color: #FFF;
}

/* ===== button inner lauout ===== */
.btn-layout {
  display: table;
  width: 100%;
  height: 2.4em;
}
.btn-layout > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn-layout-arrow {
  width: 1%;
  text-align: right;
}

.btn-layout-left {
  width: 1%;
  text-align: left;
}

.btn-layout-right {
  width: 1%;
  text-align: right;
}

.btn-layout-icon-new {
  display: inline-block;
  position: absolute;
  left: 0.75em;
  top: 0.75em;
  padding: 0.1em 0.2em;
  border-radius: 2px;
  background: #E16062;
  color: #FFF;
  font-size: 0.75em;
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "HelveticaNeue-CondensedBold", "Impact", Arial, sans-serif;
  font-weight: 400;
}
.btn-layout-icon-new:before {
  content: "NEW!";
}

/* ===== fat lauout ===== */
.btn-layout--fat {
  height: 3.6em;
}

/* ===== narrow lauout ===== */
.btn-layout--narrow {
  height: auto;
  box-shadow: none;
}
.btn-layout--narrow:hover {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  box-shadow: none;
}

/* ===== button lauout label ===== */
.btn-label {
  font-weight: bold;
}

/* ===== button lauout sub text ===== */
.btn-sub-text {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 120%;
}

@media screen and (max-width: 740px) {
  .btn-base {
    position: relative;
  }

  .btn-layout--narrow {
    height: 2em;
  }

  .btn-sub-text {
    font-size: 0.6875em;
    font-size: 0.6875rem;
    line-height: 120%;
  }

  .btn-layout-icon-new {
    font-size: 0.625em;
    font-size: 0.625rem;
    line-height: 120%;
  }
}
/* ========================================================
 *
 *    Titles
 *
 * ======================================================== */
/* ------------------------------------------------------------
 *  page title　(proper h1)
 * ------------------------------------------------------------ */
/** define at set module */
/* ------------------------------------------------------------
 *  section title　(proper h2)
 * ------------------------------------------------------------ */
.section-title {
  position: relative;
  padding: 0.5em 0.75em;
  border-left: 5px solid #0070CB;
  background: #F7F7F7;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 140%;
}

@media screen and (max-width: 740px) {
  .section-title {
    font-size: 1.125rem;
    line-height: 140%;
  }
}
.section-title--sub-color {
  border-left-color: #67C279;
}

/* ------------------------------------------------------------
 *  sub title　(proper h3)
 * ------------------------------------------------------------ */
.sub-title {
  position: relative;
  padding: 0.1em 0.5em;
  border-left: 5px solid #808080;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 140%;
}

@media screen and (max-width: 740px) {
  .sub-title {
    font-size: 1rem;
    line-height: 140%;
  }
}
/* ------------------------------------------------------------
 *  small title　(proper h4)
 * ------------------------------------------------------------ */
.small-title {
  position: relative;
  font-size: 1em;
  font-size: 1rem;
  line-height: 140%;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .small-title {
    font-size: 0.875rem;
    line-height: 140%;
  }
}
/* ------------------------------------------------------------
 *  leading
 * ------------------------------------------------------------ */
.leading {
  color: #0070CB;
}

.leading--sub-color {
  color: #67C279;
}

.leading--movie {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 140%;
}

@media screen and (max-width: 740px) {
  .leading--movie {
    font-size: 0.8125rem;
    line-height: 140%;
  }
}
/* ========================================================
 *
 *     List
 *
 * ======================================================== */
/* -------------------------------------------------------
 *  burret list
 * ------------------------------------------------------- */
.burret-list li {
  list-style: outside disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}

@media screen and (max-width: 980px) {
  .burret-list li {
    margin-left: 1.5em;
  }
}
/* -------------------------------------------------------
 *  ordered list
 * ------------------------------------------------------- */
.ordered-list li {
  list-style: outside decimal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}

@media screen and (max-width: 980px) {
  .ordered-list li {
    margin-left: 1.5em;
  }
}
/* -------------------------------------------------------
 *  check list
 * ------------------------------------------------------- */
.check-list {
  margin-left: 1.9em;
}
.check-list li {
  margin: 0.5em 0;
  font-weight: bold;
  color: #505050;
  text-indent: -1.25em;
}

.check-list-icon {
  margin-right: 0.25em;
}

@media screen and (max-width: 740px) {
  .check-list {
    margin-left: 1.5em;
  }
  .check-list li {
    text-indent: -1.5em;
  }
}
/* -------------------------------------------------------
 *  notes list
 * ------------------------------------------------------- */
.notes-list li {
  margin: 0.5em 0;
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 130%;
  color: #808080;
}

@media screen and (max-width: 740px) {
  .notes-list li {
    font-size: 0.6875em;
    font-size: 0.6875rem;
    line-height: 130%;
  }
}
/* -------------------------------------------------------
 *  notes list
 * ------------------------------------------------------- */
.cite-list li {
  margin: 0.5em 0;
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 130%;
}

.cite-list li {
  font-size: 0.6875em;
  font-size: 0.6875rem;
  line-height: 130%;
}

/* ========================================================
 * 
 *    Tables
 *
 * ======================================================== */
/* ------------------------------------------------------------
 *  basic table style
 * ------------------------------------------------------------ */
.basic-table {
  width: 100%;
}
.basic-table th, .basic-table td {
  padding: 1em;
  background: #FFF;
  border: 1px solid #CCC;
}
.basic-table th[scope=col], .basic-table th[scope=row] {
  background: #F2F2F2;
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 130%;
}
.basic-table th[scope=col] {
  font-weight: bold;
}
.basic-table td {
  font-weight: normal;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 140%;
}

.basic-table--1-to-1 th {
  width: 50%;
}
.basic-table--1-to-1 td {
  width: 50%;
}

@media screen and (max-width: 740px) {
  .basic-table th, .basic-table td {
    padding: 0.5em;
  }
  .basic-table th[scope=col], .basic-table th[scope=row] {
    font-size: 0.8125em;
    font-size: 0.8125rem;
    line-height: 130%;
  }

  .basic-table--linearize th, .basic-table--linearize td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .basic-table--linearize td {
    border: 0;
  }
  .basic-table--linearize tr:last-child td {
    border-bottom: 1px solid #E0E0E0;
  }
}
/* ========================================================
 *
 *    Layouts
 *
 * ======================================================== */
/* --------------------------------------------------
 * Switcher
 * -------------------------------------------------- */
.switcher-m, .switcher-m-inline {
  display: none !important;
}

.switcher-pc-break {
  display: block;
}

.switcher-s-break {
  display: inline;
}

@media screen and (max-width: 740px) {
  .switcher-pc {
    display: none !important;
  }

  .switcher-m {
    display: block !important;
  }

  .switcher-m-inline {
    display: inline !important;
  }

  .switcher-pc-break {
    display: inline;
  }

  .switcher-s-break {
    display: block;
  }
}
/* --------------------------------------------------
 * Wrapper
 * -------------------------------------------------- */
.wrapper-indent-1 {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 740px) {
  .wrapper-indent-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-m {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* --------------------------------------------------
 * Gutter
 * -------------------------------------------------- */
.gutter-3 > article, .gutter-3 > aside, .gutter-3 > address, .gutter-3 > section, .gutter-3 > div, .gutter-3 > nav, .gutter-3 > menu, .gutter-3 > ul, .gutter-3 > ol, .gutter-3 > dl, .gutter-3 > p, .gutter-3 > table {
  margin-top: 3em;
  margin-bottom: 3em;
}
.gutter-3 > article:first-child, .gutter-3 > aside:first-child, .gutter-3 > address:first-child, .gutter-3 > section:first-child, .gutter-3 > div:first-child, .gutter-3 > nav:first-child, .gutter-3 > menu:first-child, .gutter-3 > ul:first-child, .gutter-3 > ol:first-child, .gutter-3 > dl:first-child, .gutter-3 > p:first-child, .gutter-3 > table:first-child {
  margin-top: 0;
}
.gutter-3 > article:last-child, .gutter-3 > aside:last-child, .gutter-3 > address:last-child, .gutter-3 > section:last-child, .gutter-3 > div:last-child, .gutter-3 > nav:last-child, .gutter-3 > menu:last-child, .gutter-3 > ul:last-child, .gutter-3 > ol:last-child, .gutter-3 > dl:last-child, .gutter-3 > p:last-child, .gutter-3 > table:last-child {
  margin-bottom: 0;
}

.gutter-2 > article, .gutter-2 > aside, .gutter-2 > address, .gutter-2 > section, .gutter-2 > div, .gutter-2 > nav, .gutter-2 > menu, .gutter-2 > ul, .gutter-2 > ol, .gutter-2 > dl, .gutter-2 > p, .gutter-2 > table {
  margin-top: 2em;
  margin-bottom: 2em;
}
.gutter-2 > article:first-child, .gutter-2 > aside:first-child, .gutter-2 > address:first-child, .gutter-2 > section:first-child, .gutter-2 > div:first-child, .gutter-2 > nav:first-child, .gutter-2 > menu:first-child, .gutter-2 > ul:first-child, .gutter-2 > ol:first-child, .gutter-2 > dl:first-child, .gutter-2 > p:first-child, .gutter-2 > table:first-child {
  margin-top: 0;
}
.gutter-2 > article:last-child, .gutter-2 > aside:last-child, .gutter-2 > address:last-child, .gutter-2 > section:last-child, .gutter-2 > div:last-child, .gutter-2 > nav:last-child, .gutter-2 > menu:last-child, .gutter-2 > ul:last-child, .gutter-2 > ol:last-child, .gutter-2 > dl:last-child, .gutter-2 > p:last-child, .gutter-2 > table:last-child {
  margin-bottom: 0;
}

.gutter-1 > article, .gutter-1 > aside, .gutter-1 > address, .gutter-1 > section, .gutter-1 > div, .gutter-1 > nav, .gutter-1 > menu, .gutter-1 > ul, .gutter-1 > ol, .gutter-1 > dl, .gutter-1 > p, .gutter-1 > table {
  margin-top: 1em;
  margin-bottom: 1em;
}
.gutter-1 > article:first-child, .gutter-1 > aside:first-child, .gutter-1 > address:first-child, .gutter-1 > section:first-child, .gutter-1 > div:first-child, .gutter-1 > nav:first-child, .gutter-1 > menu:first-child, .gutter-1 > ul:first-child, .gutter-1 > ol:first-child, .gutter-1 > dl:first-child, .gutter-1 > p:first-child, .gutter-1 > table:first-child {
  margin-top: 0;
}
.gutter-1 > article:last-child, .gutter-1 > aside:last-child, .gutter-1 > address:last-child, .gutter-1 > section:last-child, .gutter-1 > div:last-child, .gutter-1 > nav:last-child, .gutter-1 > menu:last-child, .gutter-1 > ul:last-child, .gutter-1 > ol:last-child, .gutter-1 > dl:last-child, .gutter-1 > p:last-child, .gutter-1 > table:last-child {
  margin-bottom: 0;
}

.gutter-05 > article, .gutter-05 > aside, .gutter-05 > address, .gutter-05 > section, .gutter-05 > div, .gutter-05 > nav, .gutter-05 > menu, .gutter-05 > ul, .gutter-05 > ol, .gutter-05 > dl, .gutter-05 > p, .gutter-05 > table {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.gutter-05 > article:first-child, .gutter-05 > aside:first-child, .gutter-05 > address:first-child, .gutter-05 > section:first-child, .gutter-05 > div:first-child, .gutter-05 > nav:first-child, .gutter-05 > menu:first-child, .gutter-05 > ul:first-child, .gutter-05 > ol:first-child, .gutter-05 > dl:first-child, .gutter-05 > p:first-child, .gutter-05 > table:first-child {
  margin-top: 0;
}
.gutter-05 > article:last-child, .gutter-05 > aside:last-child, .gutter-05 > address:last-child, .gutter-05 > section:last-child, .gutter-05 > div:last-child, .gutter-05 > nav:last-child, .gutter-05 > menu:last-child, .gutter-05 > ul:last-child, .gutter-05 > ol:last-child, .gutter-05 > dl:last-child, .gutter-05 > p:last-child, .gutter-05 > table:last-child {
  margin-bottom: 0;
}

.gutter-025 > article, .gutter-025 > aside, .gutter-025 > address, .gutter-025 > section, .gutter-025 > div, .gutter-025 > nav, .gutter-025 > menu, .gutter-025 > ul, .gutter-025 > ol, .gutter-025 > dl, .gutter-025 > p, .gutter-025 > table {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.gutter-025 > article:first-child, .gutter-025 > aside:first-child, .gutter-025 > address:first-child, .gutter-025 > section:first-child, .gutter-025 > div:first-child, .gutter-025 > nav:first-child, .gutter-025 > menu:first-child, .gutter-025 > ul:first-child, .gutter-025 > ol:first-child, .gutter-025 > dl:first-child, .gutter-025 > p:first-child, .gutter-025 > table:first-child {
  margin-top: 0;
}
.gutter-025 > article:last-child, .gutter-025 > aside:last-child, .gutter-025 > address:last-child, .gutter-025 > section:last-child, .gutter-025 > div:last-child, .gutter-025 > nav:last-child, .gutter-025 > menu:last-child, .gutter-025 > ul:last-child, .gutter-025 > ol:last-child, .gutter-025 > dl:last-child, .gutter-025 > p:last-child, .gutter-025 > table:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
 * Put Center
 * -------------------------------------------------- */
.put-center {
  text-align: center;
}

/* --------------------------------------------------
 * Put_X
 *
 * |----------|------------------------------|
 * |   fix    | <----- run (movable) ----->  |
 * |----------|------------------------------|
 * -------------------------------------------------- */
.put-left-240-fix {
  float: left;
  width: 240px;
}

.put-left-240-run {
  padding-left: 280px;
}

@media screen and (max-width: 767px) {
  .put-left-240-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-left-240-run {
    padding-left: 0;
  }
}
.put-left-320-fix {
  float: left;
  width: 320px;
}

.put-left-320-run {
  padding-left: 360px;
}

@media screen and (max-width: 767px) {
  .put-left-320-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-left-320-run {
    padding-left: 0;
  }
}
.put-left-360-fix {
  float: left;
  width: 360px;
}

.put-left-360-run {
  padding-left: 400px;
}

@media screen and (max-width: 767px) {
  .put-left-360-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-left-360-run {
    padding-left: 0;
  }
}
.put-left-460-fix {
  float: left;
  width: 460px;
}

.put-left-460-run {
  padding-left: 500px;
}

@media screen and (max-width: 767px) {
  .put-left-460-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-left-460-run {
    padding-left: 0;
  }
}
.put-right-240-fix {
  float: right;
  width: 240px;
}

.put-right-240-run {
  padding-right: 280px;
}

@media screen and (max-width: 767px) {
  .put-right-240-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-right-240-run {
    padding-right: 0;
  }
}
.put-right-320-fix {
  float: right;
  width: 320px;
}

.put-right-320-run {
  padding-right: 360px;
}

@media screen and (max-width: 767px) {
  .put-right-320-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-right-320-run {
    padding-right: 0;
  }
}
.put-right-360-fix {
  float: right;
  width: 360px;
}

.put-right-360-run {
  padding-right: 400px;
}

@media screen and (max-width: 767px) {
  .put-right-360-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-right-360-run {
    padding-right: 0;
  }
}
.put-right-460-fix {
  float: right;
  width: 460px;
}

.put-right-460-run {
  padding-right: 500px;
}

@media screen and (max-width: 767px) {
  .put-right-460-fix {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  .put-right-460-run {
    padding-right: 0;
  }
}
/* --------------------------------------------------
 * Float X
 *
 * |----------|------------------------------|
 * |   fix    |            float             |
 * |----------|              |               |
 * | <-----------------------'               |
 * |-----------------------------------------|
 * -------------------------------------------------- */
.float-left {
  float: left !important;
  width: 360px;
  margin: 0 1.5em 2em 0;
}

.float-right {
  float: right !important;
  width: 360px;
  margin: 0 0 2em 1.5em;
}

@media screen and (max-width: 767px) {
  .float-left {
    float: none;
    width: 100%;
    margin: 0;
  }

  .float-right {
    float: none;
    width: 100%;
    margin: 0;
  }
}
/* --------------------------------------------------
 * Grid
 * -------------------------------------------------- */
.grid-3col {
  margin: -1%;
  letter-spacing: -0.3em;
}
.grid-3col > li {
  display: inline-block;
  width: 31.2%;
  margin: 1%;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-2col {
  margin: -1%;
  letter-spacing: -0.3em;
}
.grid-2col > li {
  display: inline-block;
  width: 47.8%;
  margin: 1%;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-1col {
  margin: -1% 0;
}
.grid-1col > li {
  margin: 1% 0;
}

@media screen and (max-width: 740px) {
  .grid-3col {
    margin: 0;
    letter-spacing: 0;
  }
  .grid-3col > li {
    display: block;
    width: 100%;
    margin: 1% 0;
  }

  .grid-2col {
    margin: 0;
    letter-spacing: 0;
  }
  .grid-2col > li {
    display: block;
    width: 100%;
    margin: 1% 0;
  }
}
/* --------------------------------------------------
 * Action button layout
 * -------------------------------------------------- */
.raise-action {
  text-align: center;
  letter-spacing: -0.35em;
}
.raise-action > * {
  display: inline-block;
  letter-spacing: 0;
}

.raise-action--v > * {
  display: block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 740px) {
  .raise-action--v > * {
    display: block;
    width: auto;
  }
}
/* ========================================================
 *
 *    Panels
 *
 * ======================================================== */
/* -------------------------------------------------------
 *  section panel
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 *  well
 * ------------------------------------------------------- */
.well {
  padding: 20px;
  background: #F7F7F7;
}

.well-parents {
  background: #E9F9FC;
}

.well-children {
  background: #EBFCE4;
}

.well-warn {
  background: #FFF2F2;
}
.well-hamuhamu {
  background: #FFEFCE;
}

.well--narrow {
  padding: 10px;
}

@media screen and (max-width: 740px) {
  .well {
    padding: 10px;
  }
}
/* -------------------------------------------------------
 *  regular image container
 * ------------------------------------------------------- */
.image-container > img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------------------------------
 *  fit image container
 * ------------------------------------------------------- */
.fit-image-container > img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------
 *  video embed
 * ------------------------------------------------------- */
.video-embed {
  text-align: center;
}
.video-embed embed {
  max-width: 100%;
  margin: auto;
}
.video-embed video {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.video-embed > div {
  width: 320px;
  margin: auto;
}
.video-embed img[src*="error"] {
  max-width: 100%;
  height: auto;
}

.video-embed-android {
  width: 320px;
  margin: auto;
}

.video-embed-v2 {
  text-align: center;
}
.video-embed-v2 .ulizahtml5 {
  margin-left: auto;
  margin-right: auto;
}
.video-embed-v2 div[id^="player__"] {
  margin-left: auto;
  margin-right: auto;
}
.video-embed-v2 img[src="/_shared/img/img_play.png"] {
  display: none;
}

/* -------------------------------------------------------
 *  Balloon
 * ------------------------------------------------------- */
.balloon {
  position: relative;
  padding: 1em;
  background: #EBFCE4;
  border-radius: 8px;
}
.balloon:before {
  content: " ";
  position: absolute;
  left: -60px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: solid transparent 10px;
  border-right: solid #EBFCE4 30px;
  border-bottom: solid transparent 10px;
  border-left: solid transparent 30px;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 740px) {
  .balloon:before {
    left: -20px;
    border-right: solid #EBFCE4 10px;
    border-left: solid transparent 10px;
  }
}
.balloon--regular {
  background: #F7F7F7;
}
.balloon--regular:before {
  border-right-color: #F7F7F7;
}

.balloon--parents {
  background: #E9F9FC;
}
.balloon--parents:before {
  border-right-color: #E9F9FC;
}

/* -------------------------------------------------------
 *  Attention
 * ------------------------------------------------------- */
.attention {
  padding: 1em;
  background: #FFF2F2;
  border: 2px solid #E16062;
  border-radius: 4px;
  color: #505050;
  font-weight: bold;
}

/* -------------------------------------------------------
 *  Accordion Panel
 * ------------------------------------------------------- */
body {
  counter-reset: accordion;
}

.accordion-panel {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  counter-increment: accordion;
}

.accordion-panel-trigger {
  display: table;
  width: 100%;
  cursor: pointer;
  background: #FFF;
  border-radius: 7px;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.accordion-panel-trigger:hover {
  background: #E9F9FC;
}
.accordion-panel-trigger > * {
  display: table-cell;
  padding: 0.6em 0;
  vertical-align: middle;
}

.accordion-panel-counter {
  width: 1%;
  padding-left: 0.75em;
}

.accordion-panel-no {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #0070CB;
  border-radius: 4px;
  color: #FFF;
  vertical-align: 0;
  text-align: center;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.accordion-panel-no:before {
  content: counter(accordion);
  font-family: "HelveticaNeue-CondensedBold", "Impact", Arial, sans-serif;
  font-weight: 400;
}

.accordion-panel-title {
  padding-left: 0.75em;
  font-weight: bold;
  color: #08C;
}

.accordion-panel-deco {
  width: 19%;
  padding-left: 1em;
  padding-right: 1em;
  text-align: right;
}
.accordion-panel-deco .deco-btn {
  display: inline-block;
  width: 8em;
  margin-right: 1.25em;
  padding: 0.5em;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 0.75em;
  font-size: 0.75rem;
  line-height: 140%;
  text-align: center;
}

.accordion-panel-deco--open {
  display: inline-block;
}

.accordion-panel-deco--close {
  display: none;
}
.accordion-panel-deco--close .deco-btn {
  background: #505050;
  border: 1px solid #333333;
  color: #FFF;
}

.accordion-panel-layer {
  overflow: hidden;
}

.accordion-panel-inner {
  margin-bottom: -100%;
  padding: 0.6em 0.75em;
  background: #F7F7F7;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  border-radius: 0 0 7px 7px;
  -webkit-transition: margin 0.25s ease-in-out;
  transition: margin 0.25s ease-in-out;
}

.accordion-panel-leading {
  margin: 0.5em 0.5em 1em;
}

.accordion-panel--open .accordion-panel-trigger {
  background: #0070CB;
  border-radius: 7px 7px 0 0;
  color: #FFF;
}
.accordion-panel--open .accordion-panel-no {
  background: #FFF;
  color: #0070CB;
}
.accordion-panel--open .accordion-panel-title {
  color: #FFF;
}
.accordion-panel--open .accordion-panel-deco--open {
  display: none;
}
.accordion-panel--open .accordion-panel-deco--close {
  display: inline-block;
}
.accordion-panel--open .accordion-panel-inner {
  margin-bottom: 0;
}

@media screen and (max-width: 740px) {
  .accordion-panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .accordion-panel ~ .accordion-panel {
    margin-top: -1em;
    border-top: 0;
  }

  .accordion-panel-trigger {
    border-radius: 0;
  }
  .accordion-panel-trigger > * {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }

  .accordion-panel-deco {
    width: 1%;
  }
  .accordion-panel-deco .deco-btn {
    display: none;
  }

  .accordion-panel-inner {
    margin-bottom: -200%;
    border-radius: 0;
  }

  .accordion-panel--open .accordion-panel-trigger {
    border-radius: 0;
  }
}
/* ========================================================
 *
 *    Sets
 *
 * ======================================================== */
/* ------------------------------------------------------------
 *  Page Title
 * ------------------------------------------------------------ */
.page-title {
  position: relative;
  z-index: 0;
  width: 960px;
  height: 200px;
}

.page-title-wrapper {
  display: table-cell;
  width: 960px;
  height: 200px;
  padding: 0 30px;
  vertical-align: middle;
  text-align: left;
}

.page-title-sub-text {
  font-weight: bold;
  color: #505050;
}

.page-title--pt-s12 {
  background: transparent url(../img/pt/s12/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-s12-summer {
  background: transparent url(../img/summer/s12/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-s12-review {
  background: transparent url(../img/review/s12/maincut.jpg) no-repeat 0 0;
}

.page-title--c-s12 {
  background: transparent url(../img/movie/s12/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-s36 {
  background: transparent url(../img/pt/s36/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-s36-summer {
  background: transparent url(../img/summer/s36/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-s36-review {
  background: transparent url(../img/review/s36/maincut.jpg) no-repeat 0 0;
}

.page-title--c-s36 {
  background: transparent url(../img/movie/s36/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-ck {
  background: transparent url(../img/pt/ck/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-ck-summer {
  background: transparent url(../img/summer/ck/maincut.jpg) no-repeat 0 0;
}

.page-title--pt-ck-review {
  background: transparent url(../img/review/ck/maincut.jpg) no-repeat 0 0;
}

.page-title--c-ck {
  background: transparent url(../img/movie/ck/maincut.jpg) no-repeat 0 0;
}

@media screen and (max-width: 740px) {
  .page-title {
    width: 100%;
    height: auto;
    padding-bottom: 140px;
  }

  .page-title-wrapper {
    display: block;
    width: auto;
    height: auto;
    padding: 15px;
    vertical-align: top;
    text-align: left;
  }

  .page-title-label img {
    width: 100%;
    height: auto;
  }

  .page-title--pt-s12 {
    background: #96DDD8 url(../img/pt/s12/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-s12-summer {
    background: #96DDD8 url(../img/summer/s12/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-s12-review {
    background: #96DDD8 url(../img/review/s12/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-s36 {
    background: #96DDD8 url(../img/pt/s36/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-s36-summer {
    background: #96DDD8 url(../img/summer/s36/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-s36-review {
    background: #96DDD8 url(../img/review/s36/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-ck {
    background: #96DDD8 url(../img/pt/ck/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-ck-summer {
    background: #96DDD8 url(../img/summer/ck/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--pt-ck-review {
    background: #96DDD8 url(../img/review/ck/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--c-s12 {
    background: #87DCA0 url(../img/movie/s12/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--c-s36 {
    background: #87DCA0 url(../img/movie/s36/maincut_m@2x.jpg) no-repeat 50% 100%;
    background-size: 320px auto;
  }

  .page-title--c-ck {
    background: #87DCA0 url(../img/movie/ck/maincut_m@2x.jpg) no-repeat 100% 100%;
    background-size: contain;
  }
}
/* ------------------------------------------------------------
 *  Local Navigation
 * ------------------------------------------------------------ */
.local-nav {
  position: relative;
  margin: 3em 0;
  border-bottom: 1px solid #E0E0E0;
}

.local-nav-title {
  background: #F7F7F7;
  border-radius: 4px 4px 0 0;
  font-size: 0.75em;
  font-size: 0.75rem;
  line-height: 130%;
}

.local-nav-title-inner {
  display: table;
  width: 75%;
}
.local-nav-title-inner > * {
  display: table-cell;
  padding: 0.5em 1em;
}

.local-nav-back-top {
  position: relative;
  width: 33%;
}

.local-nav-title-label {
  width: 66%;
  text-align: center;
  font-weight: bold;
}

.local-nav-bar {
  letter-spacing: -0.35em;
}
.local-nav-bar li {
  position: relative;
  display: inline-block;
  width: 25%;
  border-top: 4px solid #E0E0E0;
  letter-spacing: 0;
  text-align: center;
  vertical-align: top;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 130%;
}
.local-nav-bar a, .local-nav-bar b {
  display: block;
  box-sizing: border-box;
  padding: 1em;
  text-decoration: none;
}
.local-nav-bar a:hover {
  background: #E9F9FC;
}
.local-nav-bar .current {
  border-top: 4px solid #0070CB;
  font-weight: bold;
}
.local-nav-bar .current a {
  color: #0070CB;
}
.local-nav-bar .pending {
  color: #E0E0E0;
}

.local-nav-arrow-right {
  display: none;
}

@media screen and (max-width: 740px) {
  .local-nav:last-child {
    margin-bottom: 0;
  }

  .local-nav-title {
    border-bottom: 1px solid #E0E0E0;
  }

  .local-nav-title-inner {
    display: block;
    width: 100%;
  }
  .local-nav-title-inner > * {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    border-top: 1px solid #E0E0E0;
  }

  .local-nav-back-top {
    padding: 1em;
    background: #FFF;
    text-align: center;
    font-size: 0.8125em;
    font-size: 0.8125rem;
    line-height: 130%;
  }

  .local-nav-bar li {
    display: block;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    vertical-align: middle;
  }
  .local-nav-bar a, .local-nav-bar b {
    display: block;
    box-sizing: border-box;
    padding: 1em;
    text-decoration: none;
  }
  .local-nav-bar .current {
    border-top: 1px solid #E0E0E0;
    background: #E9F9FC;
  }

  .local-nav-arrow-left {
    display: inline-block;
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -7px;
  }

  .local-nav-arrow-right {
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -7px;
  }
}
/* ------------------------------------------------------------
 *  Anchor Navigation
 * ------------------------------------------------------------ */
.anchor-nav {
  counter-reset: anchor-nav;
}
.anchor-nav li {
  counter-increment: anchor-nav;
  margin: 0.5em 0;
  font-weight: bold;
}
.anchor-nav li:first-child {
  margin-top: 0;
}
.anchor-nav li:last-child {
  margin-bottom: 0;
}
.anchor-nav a {
  display: block;
  text-decoration: none;
}

.anchor-nav-arrow {
  margin-right: 0.5em;
}

.anchor-nav-label:before {
  content: counter(anchor-nav) ".";
  margin-right: 0.25em;
  font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-weight: bold;
}

.anchor-nav-layout {
  display: table;
  width: 100%;
}
.anchor-nav-layout > * {
  display: table-cell;
  vertical-align: middle;
}

.anchor-nav-icon {
  width: 1%;
}

@media screen and (max-width: 740px) {
  .anchor-nav li {
    margin: 0;
  }
  .anchor-nav a {
    padding: 0.5em 0;
  }
}
/* ------------------------------------------------------------
 *  Case list
 * ------------------------------------------------------------ */
.case-list {
  position: relative;
}
.case-list > li {
  margin: 1em 0;
}

.case-list-layout {
  display: table;
  width: 100%;
}
.case-list-layout > * {
  display: table-cell;
  vertical-align: middle;
}

.case-list-emote {
  width: 1%;
  padding-right: 40px;
}

.case-attention {
  position: relative;
  margin: 2em 3em;
}

.case-attention-layout {
  display: table;
  width: 100%;
}
.case-attention-layout > * {
  display: table-cell;
  vertical-align: middle;
}

.case-attention-icon {
  width: 40px;
  padding-right: 1em;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .case-list-emote {
    padding-right: 15px;
  }

  .case-attention {
    margin: 2em 1em;
  }

  .case-attention-icon {
    width: 10px;
    padding-right: 1em;
  }
}
/* ------------------------------------------------------------
 *  Image cite and caption set
 * ------------------------------------------------------------ */
/* ------------------------------------------------------------
 *  Speaker representation
 * ------------------------------------------------------------ */
.speaker {
  display: table;
}
.speaker > * {
  display: table-cell;
  vertical-align: middle;
}

.speaker-left {
  text-align: center;
}

.speaker-title {
  display: inline-block;
  width: 4em;
  height: 4em;
  background: #0070CB;
  border-radius: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  line-height: 4em;
  color: #FFF;
}

.speaker-body {
  padding-left: 1em;
}

/** top hero image */
.anzen-index-hero {
  margin-top: 2em;
}

@media screen and (max-width: 740px) {
  .anzen-index-hero {
    margin-top: 0;
  }
}


/* breadcrumb */
@media (min-width: 741px) {
  /* PC */
  .pc {
    display: block !important;
  }
  .sp {
    display: none;
  }
}


@media screen and (max-width: 740px) {
  /* sp */
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
}



/* ------------------------------------------------------------
 *  h1
 * ------------------------------------------------------------ */
@media (min-width: 741px) {
  /* PC */
  .anzen__kv {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    height: 100%;
    margin-top: 30px;
  }
  .anzen__h1 {
    font-family: "A-OTF 丸フォーク Pro", "Maru Folk Regular", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;    position: absolute;
    top: 40px;
    /* left: 90px; */
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 70px;
    z-index: 50;
    color: #1a2f7e;
    text-shadow: 2px 2px 0 #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 3px 3px 3px #819598;
  }
  .anzen__h1--bold {
    font-size: 75px;
  }

  .anzen__kv--pc {
    position: absolute;
    z-index: 5;
  }
  .space {
    letter-spacing: -8px;
  }


}
@media screen and (max-width: 740px) {
  /* sp */
  .anzen__kv {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 160px;
    margin-top: 30px;
  }
  .anzen__h1 {
    font-family: "A-OTF 丸フォーク Pro", "Maru Folk Regular", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;    position: absolute;
    max-width: 740px;
    top: 40px;
    font-size: 7vw;
    z-index: 50;
    color: #1a2f7e;
    text-shadow: 2px 2px 0 #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 3px 3px 3px #819598;
    white-space: nowrap;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 0;
    text-align: center;
    width: 100%;
  }
  .anzen__h1--bold {
    font-size: 35px;
    font-size: 8vw;
  }

  .anzen__kv--pc {
    position: absolute;
    z-index: 5;
  }
  .space {
    letter-spacing: -8px;
  }

}


@media screen and (max-width: 500px) {
  /* sp */
  .anzen__kv {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 160px;
    margin-top: 30px;
  }
  .anzen__h1 {
    font-family: "A-OTF 丸フォーク Pro", "Maru Folk Regular", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;    position: absolute;
    max-width: 740px;
    top: 15px;
    font-size: 7vw;
    z-index: 50;
    color: #1a2f7e;
    text-shadow: 2px 2px 0 #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 3px 3px 3px #819598;
    white-space: nowrap;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 0;
    text-align: center;
    width: 100%;
  }
  .anzen__h1--bold {
    font-size: 35px;
    font-size: 8vw;
  }

  .anzen__kv--pc {
    position: absolute;
    z-index: 5;
  }
  .space {
    letter-spacing: -8px;
  }

}

/* IE仕様 */
@media all and (-ms-high-contrast: none) {
  .anzen__h1 {
    font-family: "A-OTF 丸フォーク Pro", "Maru Folk Regular", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;    position: absolute;
    top: 50px;
    /* left: 90px; */
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 70px;
    z-index: 50;
    color: #1a2f7e;
    text-shadow: 2px 2px 0 #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 3px 3px 3px #819598;
  }
}

/* ------------------------------------------------------------
 *  hamuhamu
 * ------------------------------------------------------------ */
 /* pc */
 @media(min-width:741px){
   .br-sp {
     display: none;
   }
   .hamuhamu__intro {
     display: flex;
     margin-bottom: 16px;
     position: relative;
     left: -9px;
   }
   .hamuhamu__title {
     font-size: 20px;
   }
   .hamuhamu__txt {
    margin-top: 5px;
  }
  .hamuhamu__main-img {
    width: 100%;
    max-width: 79px;
  }
   
 }
 /* sp */
 @media(max-width:740px){
  .br-sp {
    display: block;
  }
  .hamuhamu__intro {
    display: flex;
    margin-bottom: 8px;
    position: relative;
     left: -8px;
  }
  .hamuhamu__title {
    font-size: 15px;
  }
.hamuhamu__main-img {
  width: 100%;
  max-width: 110px;
}
  
 }
 /* se only */
 @media(max-width:320px){
  .hamuhamu__main-img {
    width: 100%;
    max-width: 130px;
}
 }
 /* ie only */
 @media all and (-ms-high-contrast: none){
   
 }