body {
    -webkit-text-size-adjust: 100%
}
article {
    position: relative
}
img {
    display: block
}
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
body {
    background-color: #e5e8e9
}
#oc-wrapper {
    max-width: 1620px;
    margin: 0 auto;
    background-color: #fff
}
#Contents a {
    transition: .2s
}
#Contents a:hover {
    opacity: .6
}
body, html {
    font-size: 62.5%
}
.pc {
    display: block
}
.hidden, .sp {
    display: none
}
.headline {
    background-color: #f2f3f4;
    padding: 12px 20px;
    font-size: 1.1rem;
    line-height: 1.2
}
.headline li {
    display: flex;
    flex-direction: row;
    white-space: nowrap
}
.headline li .title {
    color: #909090;
    font-weight: 700
}
.headline li .desc {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #909090;
    color: #2f3138;
    overflow: hidden;
    text-overflow: ellipsis
}
.home-slide {
    border-bottom: 1px solid #ccc
}
.home-slide .slides, .home-slide .slides .slide .image {
    height: 100%
}
.home-slide .slides .slide .image a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.home-slide .slides .slide .image.fit a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;", serif
}
/* Top Work Styles 2020 */
.home-slide .slides .slide .video.fit {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 46.25%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home-slide .slides .slide .video.fit iframe {
  min-height: 115%;
  min-width: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.movie-text-area {
    text-align: center;
    margin-top: 10.0%;
	width: 300px;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.movie-logo {
    margin-bottom: 45px;
}
.movie-link {
    display: inline-block;
    width: 250px;
    line-height: 50px;
    border: #000 solid 2px;
    border-radius: 30px;
    color: #000;
    opacity: 0.7;
}
.din2014demi {
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
}
/* Top Work Styles 2020 */
/* Top New Products 2020 */
/* Top New Products 2020 */
/* Top Game Changing Products */
.gamechangingproducts {
    background: linear-gradient(115deg, #b4e692, #db2c70, #dce110, #b210e1, #1083e1, #05bb64, #f7a534);
    background-size: 1400% 1400%;
    -webkit-animation: gamechangingproducts 29s ease infinite;
    -moz-animation: gamechangingproducts 29s ease infinite;
    animation: gamechangingproducts 29s ease infinite;
}
.gamechangingproducts img {
    min-width: 600px;
}
@-webkit-keyframes gamechangingproducts {
    0%{background-position:0% 27%}
    50%{background-position:100% 74%}
    100%{background-position:0% 27%}
}
@-moz-keyframes gamechangingproducts {
    0%{background-position:0% 27%}
    50%{background-position:100% 74%}
    100%{background-position:0% 27%}
}
@keyframes gamechangingproducts {
    0%{background-position:0% 27%}
    50%{background-position:100% 74%}
    100%{background-position:0% 27%}
}
/* Top Game Changing Products */

.home-slide .slides .slick-list {
    height: 100%;
    overflow: hidden
}
.home-slide .slides .slick-list .slick-track {
    height: 100%
}
.home-slide .slides .slick-list .slick-track .slide {
    display: flex;
    justify-content: center;
    align-items: center
}
.home-slide .slides .slick-next, .home-slide .slides .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1;
    transition: .2s
}
.home-slide .slides .slick-next:hover, .home-slide .slides .slick-prev:hover {
    opacity: .6
}
.home-slide .slides .slick-prev {
    background-image: url(/top_assets/images/slide-prev.png);
    left: 25px
}
.home-slide .slides .slick-next {
    background-image: url(/top_assets/images/slide-next.png);
    right: 25px
}
.home-slide .slides .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto
}
.home-slide .slides .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 9px
}
.solution {
    margin: 80px 0 0
}
.solution .title {
    width: 150px;
    margin: 0 auto
}
.solution .title img {
    width: 100%
}
.solution .title-ja {
    margin-top: 35px;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1
}
.solution .desc {
    margin-top: 35px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.5;
}
.solution .solution-items {
    /*max-width: 780px;*/
    max-width: 1120px;
    margin: 40px auto 0
}
.solution .solution-items .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}
.solution .solution-items .item {
    /*width: 265px;*/
    width: 250px;
    margin: 5px;
    position: relative;
}

#Contents .solution .solution-items .item:hover {
    cursor: pointer;
    opacity: 1;
}

.solution .solution-items .item .card-front,
.solution .solution-items .item .card-back {
    width: 250px;
    height: auto;
	transition: opacity 0.2s
}

.solution .solution-items .item .card-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.solution .solution-items .item:hover .card-front,
.solution .solution-items .item:hover .card-back {
	transition: opacity 0.4s;
}

.solution .solution-items .item:hover .card-front {
    opacity: 0;
}

.solution .solution-items .item:hover .card-back {
    opacity: 1;
}

.solution .solution-items .item_mini {
    /*width: 265px;*/
    width: 100px;
    margin: 5px;
    position: relative;
}

#Contents .solution .solution-items .item_mini:hover {
    cursor: pointer;
    opacity: 1;
}

.solution .solution-items .item_mini .card-front,
.solution .solution-items .item_mini .card-back {
    width: 100px;
    height: auto;
	transition: opacity 0.2s
}

.solution .solution-items .item_mini .card-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.solution .solution-items .item_mini:hover .card-front,
.solution .solution-items .item_mini:hover .card-back {
	transition: opacity 0.4s;
}

.solution .solution-items .item_mini:hover .card-front {
    opacity: 0;
}

.solution .solution-items .item_mini:hover .card-back {
    opacity: 1;
}

.solution .solution-items .button {
    position: relative;
    margin: 45px auto 0;
    width: 320px;
    height: 64px;
    border: 2px solid #d6d8d9
}
.solution .solution-items .button>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 64px;
    font-size: 1.5rem;
    color: #2f3138;
    transition: .2s
}
.solution .solution-items .button>a:hover {
    background-color: #e60039;
    color: #fff
}
.solution .solution-items .button>a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 400
}
.solution .solution-items .button>a:after:hover {
border-top:1px solid #fff;
border-right:1px solid #fff
}
.new-topics {
    margin: 60px auto 80px;
}
.new-topics .topics-wrap {
    padding: 0 15px 20px;
    background-color: #f2f3f4
}
.new-topics .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto
}

@media screen and (max-width:1406px) {
.new-topics .items {
    justify-content: center
}
}
.new-topics .item {
    width: 208px;
    margin: 20px 10px 0;
    transition: .5s;
    opacity: 1;
	background: #FFF;
}
.new-topics .item.hidden {
    display: block;
    opacity: 0
}
.new-topics .item.empty {
    margin-top: 0;
	background: none;  /*2019/11/01 add*/
}
.new-topics .item>a {
    display: block;
    transition: .2s
}
.new-topics .item>a:hover {
    opacity: .6
}
.new-topics .item .image {
    background-color: #999
}
.new-topics .item .image>img {
    width: 100%
}
.new-topics .item .caption {
    position: relative;
    background-color: #fff;
    padding: 12px 24px 12px 10px;
    color: #2f3138;
    font-size: 1.2rem;
/*	min-height: 104px;  */
	min-height: 78px;
}
.new-topics .item .caption .date {
    color: #909090
}
.new-topics .item .caption:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.new-topics .button {
    position: relative;
    margin: 45px auto 0;
    width: 320px;
    height: 64px;
    border: 2px solid #d6d8d9
}
.new-topics .button>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 64px;
    font-size: 1.5rem;
    color: #2f3138;
    transition: .2s
}
.new-topics .button>a:after {
    content: "+";
    position: absolute;
    height: 2.5rem;
    right: 15px;
    top: 0;
    bottom: 1px;
    margin: auto;
    font-size: 2.5rem;
    font-weight: 400;
    color: #e60039;
    line-height: 1
}
.banner-links {
    margin: 50px 0 0;
    position: relative
}
.banner-links .links {
    position: static;
    max-width: 1120px;
    margin: 0 auto
}

@media screen and (max-width:1279px) {
.banner-links .links {
    padding: 0 80px
}
}
.banner-links .slick-list {
    overflow: hidden
}
.banner-links .slick-list .slick-track .slide {
    display: flex;
    justify-content: center;
    align-items: center
}
.banner-links .slick-next, .banner-links .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 1;
    transition: .2s
}
.banner-links .slick-next:hover, .banner-links .slick-prev:hover {
    opacity: .6
}
.banner-links .slick-prev {
    background-image: url(/top_assets/images/slide-prev.png);
    left: 25px
}
.banner-links .slick-next {
    background-image: url(/top_assets/images/slide-next.png);
    right: 25px
}
.banner-links .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 9px
}
.banner-links .item {
    width: 265px;
    margin: 0px 10px
}

.banner-links .item>a {
    display: block;
    transition: .2s
}
.banner-links .item>a:hover {
    opacity: .6
}
.banner-links .item .image {
    background-color: #999
}
.banner-links .item .image>img {
    width: 100%
}
.banner-links .item .caption {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center
}
.news-release {
    margin: 100px 20px 0
}
.news-release .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d9da
}
.news-release .title h1 {
    font-size: 1.8rem;
    line-height: 1
}
.news-release .title .view-list {
    position: relative;
    padding-right: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #2f3138;
    transition: .2s
}
.news-release .title .view-list:hover {
    opacity: .6
}
.news-release .title .view-list:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.news-release .lists {
    max-width: 1120px;
    margin: 30px auto 0
}
.news-release .lists .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 1.2rem;
    line-height: 1
}
.news-release .lists .list:nth-child(n+2) {
    margin-top: 20px
}
.news-release .lists .list .date {
    width: 70px;
    color: #909090
}
.news-release .lists .list .topic {
    margin-left: 25px
}
.news-release .lists .list .topic>a {
    color: #2f3138;
    transition: .2s
}
.news-release .lists .list .topic>a:hover {
    opacity: .6
}
.info-ir {
    margin: 60px 20px 120px
}
.info-ir .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto
}
.info-ir .information, .info-ir .ir-news {
    margin-top: 60px
}
.info-ir .information .title, .info-ir .ir-news .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 530px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #999
}
.info-ir .information .title h1, .info-ir .ir-news .title h1 {
    font-size: 1.8rem;
    line-height: 1
}
.info-ir .information .title .view-list, .info-ir .ir-news .title .view-list {
    position: relative;
    padding-right: 20px;
    font-size: 1.5rem;
    line-height: 1;
    color: #2f3138;
    transition: .2s
}
.info-ir .information .title .view-list:hover, .info-ir .ir-news .title .view-list:hover {
    opacity: .6
}
.info-ir .information .title .view-list:after, .info-ir .ir-news .title .view-list:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.info-ir .information .lists, .info-ir .ir-news .lists {
    margin: 30px auto 0
}
.info-ir .information .lists .list, .info-ir .ir-news .lists .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap
}
.info-ir .information .lists .list:nth-child(n+2), .info-ir .ir-news .lists .list:nth-child(n+2) {
    margin-top: 20px
}
.info-ir .information .lists .list .date, .info-ir .ir-news .lists .list .date {
    width: 70px;
    color: #909090
}
.info-ir .information .lists .list .topic, .info-ir .ir-news .lists .list .topic {
    width: calc(100% - 95px);
    margin-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis
}
.info-ir .information .lists .list .topic>a, .info-ir .ir-news .lists .list .topic>a {
    display: flex;
    align-items: center;
    color: #2f3138;
    transition: .2s
}
.info-ir .information .lists .list .topic>a:hover, .info-ir .ir-news .lists .list .topic>a:hover {
    opacity: .6
}
.info-ir .information .lists .list .topic>a.pdf:after, .info-ir .ir-news .lists .list .topic>a.pdf:after {
    content: "";
    display: inline-block;
    margin-left: .5em;
    width: 1.66667em;
    height: 1.66667em;
    background-size: contain;
    background: url(/common_assets/img/img-icon-pdf@2x.png) no-repeat 50%
}
#Contents a {
    color: #2f3138
}
#Contents .solution .solution-items .item .image>a {
    opacity: 1
}
#Contents .solution .solution-items .button>a {
    margin-left: -2px;
    margin-top: -2px;
    font-weight: 700
}
#Contents .solution .solution-items .button>a:hover {
    background-color: #e60039;
    color: #fff;
    opacity: 1
}
#Contents .solution .solution-items .button>a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}
#Contents .new-topics .button>a {
    margin-left: -2px;
    margin-top: -2px;
    font-weight: 700
}
#Contents .new-topics .button>a:hover {
    background-color: #e60039;
    color: #fff;
    opacity: 1
}
#Contents .new-topics .button>a:hover:after {
    color: #fff
}
#Contents .page-nav {
    margin: 60px 0px;
}
#Contents .page-nav .rack .panel {
    background-color: transparent;
    position: relative
}
#Contents .page-nav .rack .panel img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;", serif
}
#Contents .page-nav .rack .panel a {
    font-size: 2.6rem
}
#Contents .page-nav .rack .panel a:before {
    margin-top: -1.275rem;
    width: 2.5rem;
    height: 2.5rem
}
#Contents .news-release .title h1 {
    font-weight: 700
}
#Contents .mod-news .title {
    padding-bottom: 20px
}
#Contents .mod-news .title em {
    font-size: 1.8rem;
    font-weight: 700
}
#Contents .mod-news .title a.link {
    font-size: 1.5rem;
    font-weight: 700
}
#Contents .mod-news .news {
    margin-top: 30px;
    font-size: 1.2rem
}
#Contents .mod-news .news .item {
    align-items: baseline
}
#Contents .mod-news .news .item a {
    position: relative;
    display: initial
}
#Contents .mod-news .news .item a.pdf:after, #Contents .mod-news .news .item a[href$=".pdf"]:after {
    position: absolute
}

.random-link { background: #1a1819; padding: 20px 15px; margin: 60px 0; }
.random-link img { width: 100%; }
.random-link .random-link--big { margin: 0 auto 20px; max-width: 1140px; }
.random-link .random-link--big { padding: 0 10px; }
.random-link .random-link--small { max-width: 1140px; display: flex; justify-content: center; margin: 0 auto; }
.random-link .random-link--small > * { width: 33.3%; padding: 0 10px; }

@media screen and (max-width:767px) {
body, html {
    font-size: 2.66667vw
}
.pc {
    display: none!important
}
.sp {
    display: block
}
.headline {
    background-color: #f2f3f4;
    padding: 12px 20px;
    font-size: 1.1rem;
    line-height: 1.2
}
.headline li {
    display: flex;
    flex-direction: row
}
.headline li .title {
    color: #909090;
    font-weight: 700;
    white-space: nowrap
}
.headline li .desc {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #909090;
    overflow: inherit;
    color: #2f3138;
    text-overflow: clip;
    white-space: normal
}
.home-slide .slides .slide .image, .home-slide .slides .slide .image a {
    height: 100%
}
.home-slide .slides .slick-next, .home-slide .slides .slick-prev {
    display: none!important
}
.home-slide .slides .slick-dots {
    bottom: 20px
}
.solution {
    margin: 50px 0 0
}
.solution .title-ja {
    margin-top: 25px;
    font-size: 2.2rem;
    line-height: 1.5
}
.solution .desc {
    margin-top: 20px;
    font-size: 1.2rem
}
.solution .solution-items {
    margin: 40px 10px 10px;
}
.solution .solution-items .item {
    width: calc(50% - 10px);
}
.solution .solution-items .item .image .hover {
    display: none
}
.solution .solution-items .item .caption {
    margin-top: 5px;
    font-size: 1.2rem
}
.solution .solution-items .item_mini {
    width: calc(20% - 10px);
}
.solution .solution-items .item_mini .image .hover {
    display: none
}
.solution .solution-items .item_mini .caption {
    margin-top: 5px;
    font-size: 1.2rem
}
.solution .solution-items .button {
    width: auto;
    margin: 45px 20px 0
}
.solution .solution-items .button>a {
    width: 100%;
    font-weight: 700
}
.solution .solution-items .button>a:after {
    font-weight: 400
}
.new-topics .topics-wrap {
    padding: 0 20px 20px
}
.new-topics .button-wrap {
    margin-top: 20px;
    padding: 0 20px
}
.new-topics .item {
    width: 100%;
    margin: 20px 0 0
}
.new-topics .item>a {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.new-topics .item .image {
    width: 135px
}
.new-topics .item .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 135px);
    font-size: 1rem
}
.new-topics .item .caption p+p {
    padding-right: 16px
}
.new-topics .button {
    width: auto;
    margin: 0 auto
}
.new-topics .button>a {
    width: 100%;
    font-weight: 700
}
.new-topics .button>a:after {
    font-weight: 400
}
.page-navi .navigation {
    flex-direction: column
}
.page-navi .navigation .company-info, .page-navi .navigation .product-info {
    margin: 1px 0
}
#Contents .page-nav .rack .panel a {
    font-size: 2.4rem
}
#Contents .info-ir.bundle {
    display: block;
    margin-top: 15px;
    padding: 0 20px
}
.info-ir .link-button+.link-button, .news-release .link-button+.link-button {
    margin-top: 15px
}
.info-ir .link-button .button, .news-release .link-button .button {
    position: relative;
    margin: 0 auto;
    height: 64px;
    border: 2px solid #d6d8d9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2f3138;
    transition: .5s
}
.info-ir .link-button .button:after, .news-release .link-button .button:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.banner-links {
    margin-top: 60px
}
.banner-links .links {
    display: block;
    position: relative;
    padding: 0
}
.banner-links .links .item {
    margin: 0 20px
}
.banner-links .slick-next, .banner-links .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top: auto;
    bottom: -5px;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}
.banner-links .slick-prev {
    left: 20px;
    border-bottom: 2px solid #e7033e;
    border-left: 2px solid #e7033e
}
.banner-links .slick-next, .banner-links .slick-prev {
    background-image: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.banner-links .slick-next {
    right: 20px;
    border-top: 2px solid #e7033e;
    border-right: 2px solid #e7033e
}
.banner-links .slick-dots {
    padding-top: 25px;
    bottom: 0
}
.news-release {
    margin-top: 50px
}
.info-ir {
    margin-top: 15px
}
	
.random-link { padding: 20px 20px 0; margin: 60px 0; }
.random-link .random-link--big { padding: 0; }
.random-link .random-link--small { display: block; }
.random-link .random-link--small > * { width: 100%; padding: 0; padding-bottom: 20px; }

}

/*2020/6/8追加*/
.aimg p{position: absolute;
top: 0;
    left: 0;
    color: #ffffff;
}
.category_ttl{
color: rgba(255, 255, 255, 1);
    font-size: 1rem;
    text-align: center;
    line-height: 22px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    /*left: 2%;
    top: -6%;*/
    transform-origin: bottom;
    min-width: 30%;
    max-width: 80%;
    padding: 2px 5px;
    z-index: 10;
   }

.title_jirei { text-align: center; padding-bottom: 2.5rem; }
.title_jirei em { letter-spacing: 0.025em;
    color: #2f3138;
    font-weight: normal;
	font-size: 2rem; }

.title_jirei span {display: block;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    color: #e60039; }

.banner-links .button {
    position: relative;
    margin: 25px auto 0;
    width: 320px;
    height: 64px;
    border: 2px solid #d6d8d9;
}

.banner-links .button>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 64px;
    font-size: 1.5rem;
}

.banner-links .button>a {
    margin-left: -2px;
    margin-top: -2px;
    font-weight: 700;
}

.banner-links .button>a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 400;
}

#Contents .banner-links .button>a:hover {
    background-color: #e60039;
    color: #fff;
	opacity: 1
}
.banner-links .button>a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #e60039;
    border-right: 1px solid #e60039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 400
}


#Contents .banner-links .button>a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
.banner-links .button {
    position: relative;
    margin: 70px auto 0;
    width: 320px;
    height: 64px;
    border: 2px solid #d6d8d9;
}
.banner-links .links .item {
    position: relative;
}
}

/*.headline_bn img {
    width: 30%;
	display: inline;
}
*/
.headline_bn{
	margin-top: 30px;
		padding: 0px 20px;
}

.headline_bn li{
	width: 32%;
	display: inline-block;
}

.headline_bn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.headline_bn li a {
    display: block;
}

@media screen and (max-width: 767px) {
.headline_bn img {
    width: 100%;
	padding-bottom: 2%;
}
.headline_bn ul{
	width: 100%;
	display: block;
}
.headline_bn li{
	width: 90%;
}}
