@charset "UTF-8";
/* CSS Document */

#labelmightyBox{
  margin-bottom: 100px;
}

.title_bg_01{
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .title_bg_01{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 16px;
    padding-bottom: 17px;
    position: relative;
    border-left: 12px solid #152c81;
    font-size: 18px;
  }
}

.version_list_title{
  color: #152c81;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.version_icon_list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.version_icon_list .col{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c7cad5;
}
.version_icon_list .img{
  width: 60px;
  min-height: 60px;
  align-self: stretch;
  border-right: 1px solid #c7cad5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.version_icon_list .text{
  width: calc( 100% - 60px );
  align-self: stretch;
  border-right: 1px solid #c7cad5;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .version_icon_list .col{
    width: 100%;
  }
  .version_icon_list .col:first-of-type{
    border-top: 1px solid #c7cad5;
  }
  .version_icon_list .col{
    border-left: 1px solid #c7cad5;
  }
}
@media screen and (min-width: 768px) {
  .version_icon_list .col{
    width: calc( 100% / 2 );
  }
  .version_icon_list .col:nth-of-type(-n+2){
    border-top: 1px solid #c7cad5;
  }
  .version_icon_list .col:nth-of-type(odd){
    border-left: 1px solid #c7cad5;
  }
}


.lmTable_warp{
  overflow-x: auto;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.lmTable_warp::-webkit-scrollbar {
  height: 3px;
}
.lmTable_warp::-webkit-scrollbar-track {
  background-color: #ebedf2;
}
.lmTable_warp::-webkit-scrollbar-thumb {
  background-color: #5e73bc;
}
.lmTable{
  border-collapse: collapse;
  border-top: 1px solid #c7cad5;
  border-left: 1px solid #c7cad5;
  white-space: nowrap;
  width: 100%;
}
.lmTable th{
  background-color: #e3ebfa;
  font-weight: 700;
}
.lmTable tr{
  border-bottom: 1px solid #c7cad5;
}
.lmTable th:not(:first-of-type)  {
  border-left: 1px solid #c7cad5;
}
.lmTable tr,
.lmTable td {
  border-right: 1px solid #c7cad5;
}
.lmTable td{
  white-space: nowrap;
  font-weight: 400;
}
.lmTable td img{
  margin: 0 auto;
}
.lmTable td a{
  color: #065fd4;
  border-bottom: 1px solid #065fd4;
  line-height: 1.8;
}
.lmTable td a.linklabel{
  display: inline-block;
  background-color: #152c81;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 12px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lmTable th{
    padding: 10px;
  }
  .lmTable td{
    padding: 10px;
  }
  .lmTable td a.linklabel{
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .lmTable th{
    padding: 20px;
  }
  .lmTable td{
    padding: 20px;
  }
  .lmTable th:first-of-type{
    width: 120px; 
  }
  .lmTable th:nth-of-type(4){
    width: 200px; 
  }
  .lmTable th:nth-of-type(5){
    width: 200px; 
  }
  .lmTable td a.linklabel{
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #download > div{
    padding-right: 20px;
    padding-left: 20px;
  }
}

.howto{
  padding-bottom: 30px;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 30px;
}
.howto_inner{
  display: flex;
  column-gap: 10px;
}
.howto_inner:not(:first-of-type){
  margin-top: 20px;
}
.howto_inner .col-L{
  color: #e6960b;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  width: 1em;
}

.addtool{
  padding-bottom: 30px;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 30px;
}
.addtool .heading {
  color: #152c81;
  font-weight: 700;
}
.addtool .heading span{
  display: inline-block;
  background-color: #152c81;
  border-radius: 16px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.support{
  margin-top: 30px;
}
.bannerlink{
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}

.list_kome.bl li{
	color: #152c81;
  font-weight: 500;
}
.list_kome li{
	position: relative;
	font-size: 13px;
	padding-left: 1em;
	margin-bottom: 0.4em;
}
.list_kome li:before{
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.list_kome li{
		font-size: 14px;
	}
}

.text-wrap-auto{ text-wrap: auto; }

.title_vline_01 span{
  display: inline-block;
  background-color: #f2f7fd;
  border-radius: 4px;
  padding: 1px 10px;
  margin-left: 10px;
  font-size: 14px;
}

