@charset "utf-8";

/* ======================================================
 * top_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  #top-page .container{
    max-width: 100%;
    padding-bottom: 0;
  }
  #top-page .inline-bleed {
    width: 1200px;
    margin: 0 auto;
  }
  #top-sp-nav {
    display: none !important;
  }
  #top-page #footer {
    margin-top: 50px;
  }
  /* ------------------------------------------------------
   * Information
  ------------------------------------------------------ */
  #top-info .info_link a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    color: #333;
  }
  #top-info .info_link a::before {
    position: absolute;
    display: block;
    top: .45em;
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  #top-info .info_link a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  #top-info .info_emergency {
    border-bottom: 1px solid #ffc2c2;
  }
  #top-info .info_emergency .info_heading {
    padding: 12px 0 11px;
    background: #ed6d47;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #top-info .info_emergency .info_heading > span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
  }
  #top-info .info_emergency .info_heading > span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -11px;
    background: url(/shared/img/com_sprite01.png) 0 -50px no-repeat;
    content: "";
  }
  #top-info .info_emergency .info_block {
    padding: 20px 0;
  }
  #top-info .info_emergency .info_block + .info_block {
    border-top: 1px solid #ffc2c2;
  }
  #top-info .info_emergency .info_title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #top-info .info_emergency .info_detail {
    font-size: 1.4rem;
  }
  #top-info .info_emergency .info_detail > .info_text {
    margin-top: 10px;
  }
  #top-info .info_emergency .info_link {
    margin-top: 1.0em;
  }
  #top-info .info_ordinary {
    padding: 12px 0;
    border-top: 1px solid #f88461;
    border-bottom: 1px solid #f8d7d7;
    background: #fff2ee;
  }
  #top-info .info_ordinary .info_block {
    display: -webkit-flex;
    display: flex;
  }
  #top-info .info_ordinary .notice_heading {
    margin-right: 1em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top-info .info_ordinary .info_detail {
    padding-top: .1em;
    font-size: 1.4rem;
  }
  #top-info .info_ordinary .info_detail .info_link {
    margin-top: 5px;
  }
  #top-info .info_ordinary .info_detail > *:first-child {
    margin-top: 0;
  }
  #top-info .info_emergency .info_link a.a-blank::after,
  #top-info .info_emergency .info_link a.a-pdf::after,
  #top-info .info_ordinary .info_link a.a-blank::after,
  #top-info .info_ordinary .info_link a.a-pdf::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }
  /* ------------------------------------------------------
   * Section
  ------------------------------------------------------ */
  .top-section {
    background: #fff;
  }
  .top-section--info {
    display: flex;
    width: 100%;
  }
  .top-section.top-section--hero {
    overflow: hidden;
  }
  .top-section.top-section--info {
    margin-top: 55px;
  }
  .top-section.top-section--pickup {
    margin-top: 70px;
    padding: 55px 0;
    background-color: #ebf2fd;
    overflow: hidden;
  }
  .top-section.top-section--hero {
  }
  .top-section.top-section--special {
    margin-top: 55px;
  }
  .top-section__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 1260px;
  }
  .top-section__inner > :first-child {
    margin-top: 0;
  }
  .top-section__inner > :last-child {
    margin-bottom: 0;
  }
  /* .top-heading */
  .top-heading {
    margin-top: 2em;
  }
  .top-heading__title {
    line-height: 1.4;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .top-heading__title.top-heading__title--type02 {
    font-size: 2.8rem;
  }
  .top-heading--wn,
  .top-heading--ir {
    display: flex;
  }
  .top-heading.top-heading--wn{
  }
  .top-heading.top-heading--ir {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-heading.top-heading__sub-menu{
    margin-left: 10px;
    justify-content: space-between;
  }
  .top-heading--wn > .top-heading__sub-menu{
    margin-left: 30px;
  }
  /* .top-text */
  .top-text .top-text__type {
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
  }
  .top-text .top-text__type::before {
    display: block;
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .top-text .top-text__type:hover {
    text-decoration: underline;
  }
  /* .top-button */
  .top-button {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
  .top-button .top-button__type {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 13px 70px 13px 85px;
    min-width: 273px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    background: #00307c;
  }
  .top-button .top-button__type::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 65px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform:  rotate(45deg);
    content: '';
  }
  .top-button .top-button__type:hover {
    background-color: #00a27c;
  }
  /* .slick */
  .slick-dots {
    display: flex;
  }
  .slick-dots > li {
    margin: 0 5px;
  }
  .slick-dots > li > button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background-color: #dddddd;
    text-indent: -9999em;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    cursor: pointer;
  }
  .slick-dots > li.slick-active > button {
    background-color: #00a27c;
  }
  .top-slider__control{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-slider__pager{
  }
  .top-slider__switch{
  }
  .top-slider__switch__pause,
  .top-slider__switch__play {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 21px;
    text-indent: -9999em;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
  }
  .top-slider__switch__pause::before,
  .top-slider__switch__pause::after,
  .top-slider__switch__play::before {
    content: '';
    display: block;
    position: absolute;
  }
  .top-slider__switch__pause::before,
  .top-slider__switch__pause::after {
    top: 0;
    width: 3px;
    height: 15px;
    background-color: #00307c;
  }
  .top-slider__switch__pause::before{
    left: 4px;
  }
  .top-slider__switch__pause::after {
    right: 4px;
  }
  .top-slider__switch__play::before {
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #00307c;
  }
  .top-slider__switch__label{
  }
  .top-slider__switch__play{
  }
  
  /* .top-hero-slider */
  .top-hero-slider{
    position: relative;
  }
  .top-hero-slider__list{
    position: relative;
    overflow: hidden;
  }
  .top-hero-slider .slick-slide {
    overflow: hidden;
  }
  .top-hero-slider__list__item{
  }
  .top-hero-slider__list > .top-hero-slider__list__item + .top-hero-slider__list__item{
    display: none;
  }
  .top-hero-slider__list__item img {
    width: 100%;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    height: auto;
  }
  .top-hero-slider__list.slick-slider .top-hero-slider__list__item:first-child img {
    -webkit-animation: firstZOut 10.0s linear;
    animation: firstZOut 10.0s linear;
  }
  .top-hero-slider__list .top-hero-slider__list__item:not(.slick-active) img {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    -webkit-transition: transform 0s linear 1.0s;
    transition: transform 0s linear 1.0s;
  }
  .top-hero-slider__list .top-hero-slider__list__item.slick-active img {
    -webkit-transform: scale(1.0,1.0) rotate(0.1deg);
    transform: scale(1.0,1.0) rotate(0.1deg);
    -webkit-transition: transform 10.0s linear;
    transition: transform 10.0s linear;
  }
  .top-hero-slider .top-slider__control {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 50%;
    bottom: 18px;
    padding: 5px 25px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 60px;
    transform: translateX(-50%);
  }
  .top-hero-slider .top-slider__switch {
    margin-right: 3px;
  }
  .top-hero-slider .top-slider__switch__pause {
    width: 17px;
  }
  .top-hero-slider .top-slider__switch__pause::before,
  .top-hero-slider .top-slider__switch__pause::after{
    top: 3px;
  }
  .top-hero-slider .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 50%;
    margin: -6px 0 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background: none;
    border: none;
    border-top: 1px solid #333;
    border-radius: 0;
    text-indent: -9999em;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    cursor: pointer;
  }
  .top-hero-slider .slick-arrow.slick-prev {
    left: 13px;
    border-left: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-hero-slider .slick-arrow.slick-next {
    right: 15px;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-hero-slider .slick-dots > li > button {
    width: 13px;
    height: 13px;
  }
  .top-hero-slider .slick-dots > li {
    margin: 0 6px;
  }

  /* .top-info-contents */
  .top-info-contents {
    display: flex;
    width: 100%;
  }
  .top-info-contents__wn,
  .top-info-contents__ir {
    display: flex;
    flex-direction: column;
  }
  .top-info-contents__wn {
    width: 770px;
  }
  .top-info-contents__ir {
    margin-left: 30px;
    width: 400px;
  }
  .top-info-contents__wn > :first-child,
  .top-info-contents__ir > :first-child {
    margin-top: 0;
  }
  .top-info-contents__wn{
  }
  .top-info-contents__bottom {
    margin-top: auto;
  }
  
  /* .top-wn-tab-list */
  .top-wn-tab-list{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .top-wn-tab-list__item{
    border-right: 2px solid #fff;
  }
  .top-wn-tab-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    color: #333;
    padding: 6px 11px 4px;
    line-height: 1.5;
    font-size: 1.6rem;
    background-color: #dddddd;
    border: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .top-wn-tab-button:hover,
  .is-current > .top-wn-tab-button{
    color: #fff;
    font-weight: bold;
    background-color: #00a27c;
  }
  .is-current > .top-wn-tab-button {
    cursor: inherit;
  }
  .top-wn-tab-button > span{
    position: relative;
  }
  .top-wn-tab__panel{
  }
  .top-wn-tab__panel__item{
  }
  /* .top-wn-news */
  .top-wn-news{
    margin-top: 20px;
  }
  .top-wn-news__article {
    border-bottom: 1px solid #dddddd;
  }
  .top-wn-news > .top-wn-news__article:first-child {
    border-top: 1px solid #dddddd;
  }
  .top-wn-news__article__type--no-link,
  a.top-wn-news__article__type,
  a.top-wn-news__article__type--blank,
  a.top-wn-news__article__type--pdf{
    display: block;
    padding: 20px 10px 13px 10px;
    line-height: 2;
    color: #00307c;
    text-decoration: none;
    background-color: #fff;
  }
  .top-wn-news__article__type--no-link {
    color: inherit;
  }
  a.top-wn-news__article__type--blank .top-wn-news__article__body__title::after,
  a.top-wn-news__article__type--pdf .top-wn-news__article__body__title::after{
    display: inline-block;
    margin: .5em 0 0 8px;
    vertical-align: top;
    background: url(/shared/img/com_sprite01.png) no-repeat;
    content: "";
  }
  a.top-wn-news__article__type--blank .top-wn-news__article__body__title::after{
    margin: .7em 0 0 8px;
    width: 10px;
    height: 10px;
    background-position: 0 0;
  }
  a.top-wn-news__article__type--pdf .top-wn-news__article__body__title::after{
    width: 14px;
    height: 14px;
    background-position: -100px 0;
  }
  a.top-wn-news__article__type:hover,
  a.top-wn-news__article__type--blank:hover,
  a.top-wn-news__article__type--pdf:hover {
    background-color: #eff8f6;
  }
  .top-wn-news__article__type--no-link{
  }
  .top-wn-news__article__type--blank{
  }
  .top-wn-news__article__type--pdf{
  }
  .top-wn-news__article__head{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .top-wn-news__article__head__date{
    margin-right: 10px;
    font-size: 1.4rem;
    color: #333333;
  }
  .top-wn-news__article__body{
  }
  .top-wn-news__article__head__icon {
    display: inline-block;
    padding: 4px 10px;
    min-width: calc(4em + 25px);
    line-height: 1.2;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .top-wn-news__article__head__icon.is-icon-release{
    background-color: #00307c;
  }
  .top-wn-news__article__head__icon.is-icon-news{
    background-color: #00a27c;
  }
  .top-wn-news__article__head__icon.is-icon-update{
    background-color: #d0611e;
  }
  .top-wn-news__article__head__icon.is-icon-recruit{
    background-color: #d01e5d;
  }
  .top-wn-news__article__head__icon.is-icon-sustainability{
    background-color: #1297b3;
  }
  .top-wn-news__article__head__icon.is-icon-works{
    background-color: #666666;
  }
  .top-wn-news__article__head__icon-v2 {
    display: inline-block;
    padding: 2px 10px;
    min-width: calc(4em + 20px);
    text-align: center;
    font-size: 1.2rem;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-disclosure {
    color: #d55500;
    border: 1px solid #d55500;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-closing {
    color: #00307c;
    border: 1px solid #00307c;
  }
  .top-wn-news__article__head__icon-v2.is-icon-v2-other {
    color: #008662;
    border: 1px solid #008662;
  }
  /* .top-ir-news */
  .top-ir-news{
    margin-top: 20px;
  }
  .top-ir-news__article {
    border-bottom: 1px solid #dddddd;
  }
  .top-ir-news > .top-ir-news__article:first-child {
    border-top: 1px solid #dddddd;
  }
  .top-ir-news__article__type--no-link,
  a.top-ir-news__article__type,
  a.top-ir-news__article__type--blank,
  a.top-ir-news__article__type--pdf{
    display: block;
    padding: 20px 10px;
    line-height: 2;
    color: #00307c;
    text-decoration: none;
    background-color: #fff;
  }
  .top-ir-news__article__type--no-link {
    color: inherit;
  }
  a.top-ir-news__article__type--blank .top-ir-news__article__body__title::after,
  a.top-ir-news__article__type--pdf .top-ir-news__article__body__title::after{
    display: inline-block;
    margin: .5em 0 0 8px;
    vertical-align: top;
    background: url(/shared/img/com_sprite01.png) no-repeat;
    content: "";
  }
  a.top-ir-news__article__type--blank .top-ir-news__article__body__title::after{
    margin: .7em 0 0 8px;
    width: 10px;
    height: 10px;
    background-position: 0 0;
  }
  a.top-ir-news__article__type--pdf .top-ir-news__article__body__title::after{
    width: 14px;
    height: 14px;
    background-position: -100px 0;
  }
  a.top-ir-news__article__type:hover,
  a.top-ir-news__article__type--blank:hover,
  a.top-ir-news__article__type--pdf:hover {
    background-color: #eff8f6;
  }
  .top-ir-news__article__head{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .top-ir-news__article__head__date{
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333333;
  }
  .top-ir-news__article__body{
  }
  .top-ir-news__article__head__icon {
    display: inline-block;
    padding: 2px 10px;
    min-width: calc(4em + 20px);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .top-ir-news__article__head__icon.is-icon-release{
    background-color: #00307c;
  }
  .top-ir-news__article__head__icon.is-icon-news{
    background-color: #00a27c;
  }
  .top-ir-news__article__head__icon.is-icon-update{
    background-color: #d0611e;
  }
  .top-ir-news__article__head__icon.is-icon-recruit{
    background-color: #d01e5d;
  }
  .top-ir-news__article__head__icon.is-icon-sustainability{
    background-color: #1297b3;
  }
  .top-ir-news__article__head__icon.is-icon-works{
    background-color: #666666;
  }
  .top-ir-news__article__head__icon-v2 {
    display: inline-block;
    padding: 4px 10px 2px;
    min-width: calc(4em + 20px);
    line-height: 1.2;
    text-align: center;
    font-size: 1.2rem;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-disclosure {
    color: #d55500;
    border: 1px solid #d55500;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-closing {
    color: #00307c;
    border: 1px solid #00307c;
  }
  .top-ir-news__article__head__icon-v2.is-icon-v2-other {
    color: #008662;
    border: 1px solid #008662;
  }
  .top-pickup-slider{
  }
  .top-pickup-slider .top-slider__control{
    margin-top: 50px;
  }
  .top-pickup-slider .slick-dots > li {
    margin: 0 7px;
  }
  .top-pickup-slider .slick-dots > li > button {
    width: 12px;
    height: 12px;
  }
  .top-pickup-slider .top-slider__switch__pause::before,
  .top-pickup-slider .top-slider__switch__pause::after {
    top: 3px;
  }
  .top-card-v2-wrap{
    position: relative;
    margin-top: 55px;
    width: 1200px;
  }
  .top-card-v2-wrap:not(.slick-initialized) {
    display: flex;
    justify-content: center;
  }
  .top-card-v2-wrap.slick-slider {
  }
  .top-card-v2-wrap .top-card-v2{
    display: flex;
    flex-direction: column;
    width: 360px;
  }
  .top-card-v2-wrap .top-card-v2.slick-slide{
    float: none;
  }
  .top-card-v2.slick-slide:not(.slick-current) {
    opacity: 0.6;
  }
  .top-card-v2 + .top-card-v2 {
    margin-left: 20px;
  }
  .top-card-v2-wrap > .top-card-v2:nth-child(n+4) {
    display: none;
  }
  a.top-card-v2__type,
  a.top-card-v2__type--blank,
  a.top-card-v2__type--pdf,
  a.top-card-v2__type--video,
  div.top-card-v2__type--nolink {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #00307c;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
  }
  a.top-card-v2__type:hover,
  a.top-card-v2__type--blank:hover,
  a.top-card-v2__type--pdf:hover,
  a.top-card-v2__type--video:hover {
    color: #00a27c;
    background-color: #eff8f6;
  }
  .top-card-v2__image {
    flex-shrink: 0;
    display: block;
  }
  .top-card-v2__image > img {
    width: 100%;
  }
  .top-card-v2__detail {
    flex-grow: 1;
    display: block;
    padding: 20px 15px;
  }
  .top-card-v2 .top-card-v2__title {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
  }
  a.top-card-v2__type .top-card-v2__title::before,
  a.top-card-v2__type--blank .top-card-v2__title::before,
  a.top-card-v2__type--pdf .top-card-v2__title::before,
  a.top-card-v2__type--video .top-card-v2__title::before,
  div.top-card-v2__type--nolink .top-card-v2__title::before {
    content: '';
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.top-card-v2__type--video .top-card-v2__title::after {
    content: '';
    display: inline-block;
    top: 0.1em;
    position: relative;
    margin: 0 0 0 10px;
    width: 20px;
    height: 16px;
    background: url(/shared/img/com_ic02.png) no-repeat;
  }
  .top-card-v2-wrap .slick-list {
    overflow: visible;
  }
  .top-card-v2-wrap .slick-slide {
    -webkit-transition: all .35s ease-out 0.3s;
    transition: all .35s ease-out 0.3s;
  }
  .top-card-v2-wrap .slick-slide.slick-current {
    position: relative;
    z-index: 100;
  }
  .top-card-v2-wrap .slick-slide {
    height: auto !important;
    -webkit-transition: all .25s ease-out 0.3s;
    transition: all .25s ease-out 0.3s;
  }
  .top-card-v2-wrap .slick-slide.slick-current {
    transform: scale(1.2);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .top-card-v2-wrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    padding: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    background: none;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    cursor: pointer;
  }
  .top-card-v2-wrap .slick-arrow:hover {
    background-color: #000;
  }
  .top-card-v2-wrap .slick-prev.slick-arrow {
    left: 360px;
    background-image: url(/assets/img/top_slider_ic01.png);
  }
  .top-card-v2-wrap .slick-next.slick-arrow {
    right: 360px;
    background-image: url(/assets/img/top_slider_ic02.png);
  }
  .top-pickup-slider__control{
    display: flex;
    justify-content: center;
    margin-top: 47px;
  }
  .slick-track {
    display: flex;
  }
  
  /* .top-card */
  .top-card-list{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -18px 0;
  }
  .top-card{
    margin-top: 30px;
  }
  .top-card-list > .top-card {
    padding: 0 18px;
    width: 33.333%;
  }
  .top-card-list > .top-card:nth-child(-n+3) {
    margin-top: 0;
  }
  .top-card__type{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
  }
  a.top-card__type,
  a.top-card__type--blank,
  a.top-card__type--pdf{
    color: #333333;
    text-decoration: none;
  }
  a.top-card__type:hover,
  a.top-card__type--blank:hover,
  a.top-card__type--pdf:hover{
    opacity: 0.7;
  }
  .top-card__image{
    flex-shrink: 0;
    width: 186px;
  }
  .top-card__detail{
    padding: 10px 20px 10px 15px;
    width: calc(100% - 186px);
  }
  .top-card__title{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: bold;
  }
  a.top-card__type .top-card__title::before,
  a.top-card__type--blank .top-card__title::before,
  a.top-card__type--pdf .top-card__title::before {
    content: '';
    display: block;
    position: absolute;
    top: .4em;
    left: 2px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


@-webkit-keyframes firstZOut {
  0% {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
  }
  100% {
    -webkit-transform: scale(1.0,1.0) rotate(0.1deg);
    transform: scale(1.0,1.0) rotate(0.1deg);
  }
}
@keyframes firstZOut {
  0% {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
  }
  100% {
    -webkit-transform: scale(1.0,1.0) rotate(0.1deg);
    transform: scale(1.0,1.0) rotate(0.1deg);
  }
}