@charset "UTF-8";

div.section div.topStoreBlock {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1019px){
  div.section div.topStoreBlock {
    display: block;
    padding: 40px 15px;
  }
}
div.section div.topStoreBlock .topStoreImg {
  width: 65%;
}
@media screen and (max-width: 1019px){
  div.section div.topStoreBlock .topStoreImg {
    width: 100%;
  }
}
div.section div.topStoreBlock .topStoreTxt {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 1019px){
  div.section div.topStoreBlock .topStoreTxt {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.topStoreBlock .topStoreTxt h3 {
  color: #2BADBD;
  text-align: left;
}
div.section div.topStoreBlock .topStoreTxt p {
  margin: 0;
}
div.section div.topStoreBlock .topStoreTxt ul {
  margin: 0;
}
div.section div.topStoreBlock .topStoreTxt span {
  font-weight: bold;
  margin-top: 30px;
  display: block;
}
div.section p.commonLink.commonLinkMb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1019px){
  div.section p.commonLink.commonLinkMb50 {
    margin-bottom: 40px;
  }
}


div.section div.btnFixBlock {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0 0;
}

.btnFixBlock.last {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0;
}

@media screen and (max-width: 1019px){
  div.section div.btnFixBlock {
    display: block;
    margin: 30px 0 0;
  }
  .btnFixBlock.last {
    display: block;
    width: auto;
    padding: 0 15px;
    margin: 30px 0 50px;
  }
}
div.section div.btnFixBlock .commonLink {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px){
  div.section div.btnFixBlock .commonLink {
    width: 100%;
  }
}
div.section div.btnFixBlock .commonLink + .commonLink {
  margin-left: 20px;
}
@media screen and (max-width: 1019px){
  div.section div.btnFixBlock .commonLink {
    margin-bottom: 30px;
  }
  div.section div.btnFixBlock .commonLink + .commonLink {
    margin: -20px 0 0 0
  }
}


.contactGadgetListTxt{
  font-size: 14px;
}
.contactGadgetListTxt .left{
  width: 55px;
}
.flex{
  display: flex;
}
.items-baseline{
  align-items: baseline;
}
.mr-5{
  margin-right: 5px;
}
@media screen and (max-width: 1019px){
  .contactGadgetList tr, .contactGadgetList td{
    display: block;
  }
  .contactGadgetListTxt a{
    white-space: nowrap;
  }
  .contactWrap .contactGadgetList li .contactGadgetListTxt span {
    font-size: 18px;
  }
  .contactWrap {
    width: 280px;
  }
  .contactWrap .contactGadgetList li {
    min-width: 280px;
    width: 280px;
  }
  .contactGadgetListTxt .left {
    width: 50px;
  }
} 