@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, tt, var, b, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin-top: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {
  width: 100%;
  color: #000;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  line-height: 1.5;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_view{display: none;}

@media screen and (max-width: 768px){
  .pc_view{display: none;}
  .sp_view{display: block;}
}

/* header
----------------------------------------*/
/* 日経クロステックSpecial */
.nxt_header{
  max-width: 1000px;
  margin: 0 auto;
}
.nxt_header img{
  width: 100%;
}
.nxr_header_sp{
  display: none;
}
@media screen and (max-width: 768px){
  .nxt_header{
    display: none;
  }
  .nxr_header_sp{
    display: block;
    max-width: 200px;
    margin: 15px auto;
  }
  .nxr_header_sp img{
    width: 100%;
    height: auto;
  }
}

/* Layout
----------------------------------------*/
body .wrapper {
  color: #222;
  font-family: YuGothic, 'Yu Gothic', "游ゴシック体", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  font-size: 1.4rem;
  word-break: break-all;
  -webkit-text-size-adjust:100%;
	z-index: 1;
	margin: 0 auto;
  padding: 0 0 30px;
}

.wrapper .main-content .section-content {
  margin: 0 0 20px;
  padding: 0 0 20px
}

.wrapper .main-content .section-content:last-child {
  margin: 0;
  padding: 0
}

.wrapper .main-content .section-content .section-inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width: 1024px) {
  .wrapper .main-content .section-content .section-inner {
    padding: 0 10px
  }
}

.wrapper .main-content .section-content .section-inner>*:last-child {
  margin-bottom: 0
}

.wrap.has-nav .contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee
}

@media screen and (max-width: 1024px) {
  .wrap.has-nav .contents-wrap {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px
  }
}

.wrap.has-nav .contents-wrap .main-content {
  -ms-flex-preferred-size: 680px;
  flex-basis: 680px;
  padding-right: 20px
}

@media screen and (max-width: 1024px) {
  .wrap.has-nav .contents-wrap .main-content {
    margin-bottom: 20px;
    padding-right: 0
  }
}

.wrap.has-nav .contents-wrap nav {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  padding: 10px
}

@media screen and (max-width: 1024px) {
  .wrap.has-nav .contents-wrap nav {
    max-width: 1000px;
    margin: 0 auto
  }
}

.wrap.has-nav .contents-wrap nav .main-content-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-visual {
  margin-bottom: 40px;
  text-align: center
}

@media screen and (max-width: 991px) {
  .main-visual {
    margin-bottom: 20px
  }
}

.main-visual h1.heading {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 0
}

@media screen and (max-width: 991px) {
  .main-visual h1.heading .pc-image {
    display: none
  }
}

.main-visual h1.heading .sp-image {
  display: none
}

@media screen and (max-width: 991px) {
  .main-visual h1.heading .sp-image {
    display: block;
    width: 100%
  }
}

.mv-area h1.heading {
  padding-top: 450px
}

@media screen and (max-width: 991px) {
  .mv-area h1.heading {
    padding: 0
  }
}

.image {
  width: 37.7623%;
  margin-left: 30px;
  padding: 0 0 0 10px;
  float: right
}

@media screen and (max-width: 767px) {
  .image {
    width: 100%;
    max-width: 360px;
  margin-left: 0;
    padding: 0 0 10px !important
  }
}

.image figcaption {
  margin-top: .5rem
}

.image figcaption .name{
  font-weight: 700;
}

.image.left {
  float: left;
  padding: 0 10px 0 0
}

.has-nav .image {
  width: 37.87878787878788%
}

@media screen and (max-width: 767px) {
  .has-nav .image {
    width: 100%
  }  
  .image.left,
  .image.right{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.figure-wrap {
  margin-bottom: 1em
}

.figure-wrap img {
  border: 1px solid #e6e6e6
}

.figure-wrap figcaption {
  margin-top: 1rem;
}

.figure-wrap.zoom {
  margin-bottom: .5em
}

.zoom-btn {
  margin-bottom: 1em;
  text-align: center
}

.zoom-btn a {
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  background: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.zoom-btn a:hover {
  opacity: .7
}

.clear-r {
  clear: right
}

.clear-l {
  clear: left
}

.main-content {
  line-height: 1.6
}

.main-content h2 {
  font-size: 2.8rem
}

.main-content h3 {
  font-size: 2rem
}

.main-content h4 {
  font-size: 1.8rem
}

.main-content p {
  font-size: 1.4rem;
  line-height: 1.9
}

.txt-size-xl {
  font-size: 2rem !important
}

.txt-size-l {
  font-size: 1.6rem !important
}

.txt-size-base {
  font-size: 1.4rem !important
}

.txt-size-s {
  font-size: 1.2rem !important
}

.txt-size-xs {
  font-size: 1.1rem !important
}

.txt-center {
  text-align: center
}

.txt-left {
  text-align: left
}

.txt-right {
  text-align: right
}

.txt-bold {
  font-weight: bold
}

.txt-mt {
  margin: 1em 0 0
}

.txt-indent {
  text-indent: 1em
}

.txt-lead {
  font-size: 1.6rem;
  font-weight: bold
}

.link-btn-elem {
  position: relative
}

.link-btn-elem a:link, .link-btn-elem a:visited, .link-btn-elem a:active {
  display: inline-block;
  padding: 1em 2em;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}

@media screen and (min-width: 992px) {
  .link-btn-elem a:hover {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25)
  }
}

.table-elem {
  margin-bottom: 1em
}

.table-elem th {
  white-space: nowrap
}

.table-elem th, .table-elem td {
  padding: .5em;
  border: 1px solid #ccc
}

.table-elem.striped tbody tr:nth-child(odd) {
  background: #eee
}

.image-group {
  margin: 0 -20px
}

@media screen and (max-width: 767px) {
  .image-group {
    margin: -5px
  }
}

.image-group .col {
  float: left;
  padding: 0 20px
}

.image-group .col-lg-1 {
  width: 8.33333%
}

.image-group .col-lg-2 {
  width: 16.66667%
}

.image-group .col-lg-3 {
  width: 25%
}

.image-group .col-lg-4 {
  width: 33.33333%
}

.image-group .col-lg-5 {
  width: 41.66667%
}

.image-group .col-lg-6 {
  width: 50%
}

.image-group .col-lg-7 {
  width: 58.33333%
}

.image-group .col-lg-8 {
  width: 66.66667%
}

.image-group .col-lg-9 {
  width: 75%
}

.image-group .col-lg-10 {
  width: 83.33333%
}

.image-group .col-lg-11 {
  width: 91.66667%
}

.image-group .col-lg-12 {
  width: 100%
}

@media screen and (max-width: 1024px) {
  .image-group .col.col-md-1 {
    width: 8.33333%
  }
  .image-group .col.col-md-2 {
    width: 16.66667%
  }
  .image-group .col.col-md-3 {
    width: 25%
  }
  .image-group .col.col-md-4 {
    width: 33.33333%
  }
  .image-group .col.col-md-5 {
    width: 41.66667%
  }
  .image-group .col.col-md-6 {
    width: 50%
  }
  .image-group .col.col-md-7 {
    width: 58.33333%
  }
  .image-group .col.col-md-8 {
    width: 66.66667%
  }
  .image-group .col.col-md-9 {
    width: 75%
  }
  .image-group .col.col-md-10 {
    width: 83.33333%
  }
  .image-group .col.col-md-11 {
    width: 91.66667%
  }
  .image-group .col.col-md-12 {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .image-group .col {
    padding: 5px
  }
  .image-group .col-sm-1 {
    width: 8.33333%
  }
  .image-group .col-sm-2 {
    width: 16.66667%
  }
  .image-group .col-sm-3 {
    width: 25%
  }
  .image-group .col-sm-4 {
    width: 33.33333%
  }
  .image-group .col-sm-5 {
    width: 41.66667%
  }
  .image-group .col-sm-6 {
    width: 50%
  }
  .image-group .col-sm-7 {
    width: 58.33333%
  }
  .image-group .col-sm-8 {
    width: 66.66667%
  }
  .image-group .col-sm-9 {
    width: 75%
  }
  .image-group .col-sm-10 {
    width: 83.33333%
  }
  .image-group .col-sm-11 {
    width: 91.66667%
  }
  .image-group .col-sm-12 {
    width: 100%
  }
}

.image-group.reverse .col {
  float: right
}

.image-group.no-margin {
  margin: 0
}

.image-group.no-margin .col {
  padding: 0
}

.image-group.narrow {
  margin: 0 -10px
}

.image-group.narrow .col {
  padding: 0 10px
}

.image-group::after {
  content: '';
  display: block;
  clear: both
}

.image-group+.image-group {
  margin-top: 40px
}

.wrapper .sp-bg {
  width: 18vw;
  height: 100vh;
  background: url(mv_sp_bg.png) no-repeat top right;
  background-size: contain;
  position: fixed;
  top: 0;
  right: 0;
  opacity: .3;
  mix-blend-mode: multiply
}

@media screen and (min-width: 992px) {
  .wrapper .sp-bg {
    display: none
  }
}

.wrapper .sp-bg-icon {
  width: 75px;
  height: 105px;
  background: url(mv_sp_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 120px;
  right: 10px
}

@media screen and (min-width: 992px) {
  .wrapper .sp-bg-icon {
    display: none
  }
}

@media screen and (max-width: 374px) {
  .wrapper .sp-bg-icon {
    width: 15vw;
    height: 21vw;
    top: 150px
  }
}

@media screen and (min-width: 668px) {
  .wrapper .sp-bg-icon {
    width: 150px;
    height: 205px
  }
}

.wrapper .mv-area {
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 520px
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area {
    background: url(mv_heading_bg.png) no-repeat top center
  }
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area {
    height: auto;
    padding-top: 0;
    background: none !important
  }
}

.wrapper .mv-area .mv-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative
}

.wrapper .mv-area .mv-inner .catch {
  margin: 0;
  font-size: 2rem
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .catch {
    padding: 10px;
    background: #e6e6e7;
    font-size: 2rem
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .catch {
    position: absolute;
    top: 9px;
    left: 195px
  }
}

.wrapper .mv-area .mv-inner .catch span {
  padding: .25em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #000;
  -webkit-box-shadow: 2px 2px 2px #b4b4b4;
  box-shadow: 2px 2px 2px #b4b4b4
}

.wrapper .mv-area .mv-inner .catch span:not(:last-child) {
  margin-right: 2px
}

.wrapper .mv-area .mv-inner .catch span:nth-child(n+3):nth-child(-n+6) {
  background: #e60012
}

.wrapper .mv-area .mv-inner .event-data {
  margin: 0;
  color: #fff
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .event-data {
    padding: 10px;
    background: #261c19
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .event-data {
    position: absolute;
    top: 59px;
    left: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.wrapper .mv-area .mv-inner .event-data .title {
  font-size: 2.2rem;
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .event-data .title {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .event-data .title {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

.wrapper .mv-area .mv-inner .event-data .location {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.2
}

.wrapper .mv-area .mv-inner .booth {
  color: #fff;
  background: #f05a00;
  border: 4px solid #fff
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .booth {
    position: absolute;
    top: 64px;
    right: 40px
  }
}

.wrapper .mv-area .mv-inner .booth dl {
  margin: 0;
  padding: .5em 1em
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .booth dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: .5em 6px;
    background: #f08200;
  }  
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .booth dl dt {
    margin-right: .2em;
    font-size: 1.8rem;
    font-weight: normal
  }
}

.wrapper .mv-area .mv-inner .booth dl dd {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold
}

.wrapper .mv-area .mv-inner .company {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -1px
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .company {
    padding: 10px;
    font-size: 2.2rem;
    background: #f08200;
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .company {
    font-feature-settings: "palt";
    letter-spacing: 0.001em;
    position: absolute;
    left: 195px;
    top: 120px
  }
}

.wrapper .mv-area .mv-inner h1.heading {
  padding: 0;
  font-size: 4.4rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner h1.heading {
    padding: 10px;
    font-size: 2.4rem
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner h1.heading {
    position: absolute;
    top: 210px;
    left: 120px
  }
}

.wrapper .mv-area .mv-inner h1.heading::after {
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background: #f05a00;
  position: absolute;
  bottom: -10px;
  right: 0
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner h1.heading::after {
    bottom: 0
  }
}

.wrapper .mv-area .mv-inner .lead {
  max-width: 810px;
  margin: 0;
  color: #f05a00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6
}

@media screen and (max-width: 991px) {
  .wrapper .mv-area .mv-inner .lead {
    padding: 10px
  }
}

@media screen and (min-width: 992px) {
  .wrapper .mv-area .mv-inner .lead {
    position: absolute;
    top: 360px;
    left: 120px
  }
}

.wrapper .contents-wrap {
  background-color: #fafafa;
  padding: 60px 0
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap {
    padding: 0
  }
}

.wrapper .contents-wrap .main-content {
  padding-right: 0 !important
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content {
    margin: 0 0 10px
  }
}

.wrapper .contents-wrap .main-content .section-content {
  margin: 0;
  padding: 0
}

.wrapper .contents-wrap .main-content .section-content .section-inner {
  padding: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  position: relative
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content .section-content .section-inner {
    padding: 10px
  }
}

.wrapper .contents-wrap .main-content .section-content .section-inner+.section-inner {
  padding-top: 0
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content .section-content .section-inner+.section-inner {
    padding-top: 10px
  }
}

.wrapper .contents-wrap .main-content p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.6em
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content p {
    font-size: 1.5rem
  }
}

.wrapper .contents-wrap .main-content .main-content-heading {
  font-weight: 500;
  line-height: 1.4
}

.wrapper .contents-wrap .main-content h2.article-heading {
  margin: 1em 0;
  padding: 1em 0;
  color: #f05a00;
  font-size: 3.2rem;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content h2.article-heading {
    font-size: 2.4rem
  }
}

.wrapper .contents-wrap .main-content h2.article-heading span {
  z-index: 100;
  position: relative
}

.wrapper .contents-wrap .main-content h2.article-heading::before {
  content: '';
  display: block;
  width: 4em;
  height: 4em;
  background: url(heading-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wrapper .contents-wrap .main-content .figure-wrap {
  margin: 4em auto;
  max-width: 800px
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content .figure-wrap {
    margin: 2em auto
  }
}

@media screen and (max-width: 767px) {
  .wrapper .contents-wrap .main-content .figure-wrap {
    margin: 1em auto
  }
}

.wrapper .contents-wrap .main-content .figure-wrap img {
  border: none
}

.wrapper .contents-wrap .main-content .figure-wrap figcaption {
  margin-top: 1em;
  padding: .5em .5em .5em 1em;
  border-left: 2px solid #f05a00;
  border-bottom: 1px solid #eee
}

.wrapper .contents-wrap .main-content .figure-wrap figcaption span {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold
}

.wrapper .contents-wrap .main-content .contact {
  max-width: 680px;
  margin: 40px auto 0;
  padding: 40px;
  background: #fafafa;
  clear: both;
}

@media screen and (max-width: 991px) {
  .wrapper .contents-wrap .main-content .contact {
    margin-top: 20px;
    padding: 20px 10px
  }
}

.wrapper .contents-wrap .main-content .contact h3 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fafafa;
  position: relative
}

.wrapper .contents-wrap .main-content .contact h3::before {

}

.wrapper .contents-wrap .main-content .contact h3::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #f05a00;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
}

.wrapper .contents-wrap .main-content .contact h3 span {
  display: inline-block;
  background: #fafafa;
  position: relative;
  z-index: 100;
}

.wrapper .contents-wrap .main-content .contact dl {
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}

.wrapper .contents-wrap .main-content .contact dl img{
  width: 90%;
  max-width: 320px;
}

.wrapper .contents-wrap .main-content .contact dl dd {
  margin-bottom: 0;
  text-align: center;
margin-inline-start: 0 !important;
}

.wrapper .contents-wrap .main-content .contact dl dd a {
  word-break: break-all;
  display: inline-block;
  color: #f05a00;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wrapper .contents-wrap .main-content .contact dl dd a::after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 992px) {
  .wrapper .contents-wrap .main-content .contact dl dd a:hover {
    color: #000;
  }
  .wrapper .contents-wrap .main-content .contact dl dd a:hover::after {
    width: 100%;
  }
}

/* lightbox
----------------------------------------*/
.lightbox-wrap{
  max-width: 100%;
  width: auto;
  margin: auto;
  clear: both;
}
.bpimage_click{
  font-size: 13px;
  text-align: right;
}

@media screen and (max-width: 767px){
  .bpimage_click{
    display: none;
  }
  .lightbox-wrap a{    
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* add_20260507 */

.social_box {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}
