@charset "utf-8";
/*-----------------------------------------------------------------
トップページ刷新※PCファースト
-----------------------------------------------------------------*/
.sp{
  display: none;
}

.pc{
  display: block;
}

/*new 見出し*/
.c-ttl-l { 
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	color:#c43252;
	text-align: center;
}

.c-ttl-m{
  color:#c43252;
  font-size: 22px;
  margin-bottom: 25px;
}

.c-ttl-s{
  font-size: 18px ;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {

  .sp{
    display: block !important;
  }
  
  .pc{
    display: none !important;
  }
  
	.c-ttl-l { 
		font-size: 24px;
	}

	.c-ttl-m{
		font-size: 20px;
		margin-bottom: 15px;
	}

	
}

.c-wrap {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

.c-ttl-bdr {
  font-size: 26px;
  color: #c43252;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #c43252;
  margin-bottom: 30px;
}

/*テーブル１１*/
.c-tbl1{
	width: 100%;
	border:0;
}

.c-tbl1 thead th{
	background: #343a40;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 5px 10px;
}

.c-tbl1 thead th:last-child{
	border-right:0;
}

.c-tbl1 thead th:nth-child(1){
	width: 310px;
	color:#fff;
}

.c-tbl1 thead th:nth-child(2){
	width: 300px;
}

.c-tbl1 tbody td{
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 5px 10px;
  border-left: 1px solid #ccc;
}

.c-tbl1 tbody td:nth-child(1){
	background: #999999;
	color:#fff;
  border-left: 0;
}
.c-tbl1 tbody td:nth-child(2){
	background: #f2f2f2;
}


/*テーブル2*/
.c-tbl2{
	width: 100%;
	border:0;
}

.c-tbl2 thead th{
	background: #343a40;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding: 5px 10px;
}
.c-tbl2 t thead th:nth-child(1),
.oneid .c-tbl2 thead th:nth-child(1),
.oneid .c-tbl2 tbody td:first-child{
  width: 330px;
}

.c-tbl2 tbody td:nth-child(2),
.oneid .c-tbl2 thead th:nth-child(2),
.oneid .c-tbl2 tbody td:nth-child(2),
.oneid .c-tbl2 tbody td:last-child{
  width: calc(100% - 330px);
}


.c-tbl2 thead th:last-child {
  border-right: 0;
  width: calc(100% - 330px);
}
.c-tbl2 tbody td{
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 5px 10px;
	width: 330px;
}

.c-tbl2 tbody td:nth-child(1){
	background: #f2f2f2;
}

.c-tbl2 tbody td:nth-child(3){
	border-left: 1px solid #ccc;
}

.c-tbl2 tbody td:last-child{
	background: #fff;
}
@media only screen and (max-width: 768px) {
  .c-tbl1,
  .c-tbl2,
  .c-tbl3{
    width: 768px;
    font-size: 14px;
  }

  .c-tbl2 tbody td {
    width: 262px;
  }

  .c-tbl1 tbody td,
  .c-tbl1 thead th{
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl1 thead th:nth-child(1) {
    width: auto;
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl1 thead th:nth-child(2) {
    width: auto;
    text-align: left;
  }

  .c-tbl2 tbody td,
  .c-tbl2 thead th{
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl2 thead th:nth-child(1) {
    width: auto;
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl2 thead th:nth-child(2) {
    width: auto;
    text-align: left;
  }

  .c-tbl3 tbody td,
  .c-tbl3 thead th{
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl3 thead th:nth-child(1) {
    width: auto;
    text-align: left;
    white-space: nowrap;
  }

  .c-tbl3 thead th:nth-child(2) {
    width: auto;
    text-align: left;
  }

  .oneid .c-tbl2 thead th:nth-child(1),
  .oneid .c-tbl2 tbody td:first-child {
    width: 260px;
  }

  .oneid .c-tbl2 thead th:nth-child(2),
  .oneid .c-tbl2 tbody td:nth-child(2),
  .oneid .c-tbl2 tbody td:last-child {
    width: calc(100% - 260px);
  }

  .oneid .c-tbl3 thead th:nth-child(1),
  .oneid .c-tbl3 tbody td:first-child{
    width: auto;
  }

  .oneid .c-tbl3 thead th:nth-child(2),
  .oneid .c-tbl3 tbody td:nth-child(2),
  .oneid .c-tbl3 tbody td:last-child{
    width: auto;
  }

  .oneid .c-tbl3 thead th:nth-child(1),
  .oneid .c-tbl3 tbody td:first-child{
    width: auto;
  }

  .oneid .c-tbl3 thead th:nth-child(2),
  .oneid .c-tbl3 tbody td:nth-child(2),
  .oneid .c-tbl3 tbody td:last-child{
    width: auto;
  }
}

.c-tbl3{
	width: 100%;
	border:0;
}

.c-tbl3 tbody td{
	vertical-align: middle;
	border: 1px solid #ccc;
  border-left:0;
	font-weight: normal;
	padding: 5px 10px;
  background: #f2f2f2;
  width: 218px;
}

.c-tbl3 tbody td:nth-child(1){
  border-right: 1px solid #ccc;
}

.c-tbl3 tbody td:nth-last-child(2){
  border-right: 0;
}
.c-tbl3 tbody td:nth-last-child(1){
  background: #fff;
  border-left: 0;
  border-right: 0;
  width: auto;
}

#top-container{
  font-size: 16px;
}
#top-container img{
  width: 100%;
  max-width: none;
}

ul.mark-list>li{
  position: relative;
  padding-left: 1.2em;
}

ul.mark-list>li>em{
  position: absolute;
  left:0;
  top:0;
}
ul.note-list{
  text-indent: -1em;
}

ul.note-list>li{
  position: relative;
  padding-left: 1em;
}

ul.note-list>li em{
  font-weight: normal;
}

/*ボタン*/
#top-container .top-btn{
  position: relative;
  display: block;
  height: 60px;
  line-height: 62px;
  border-radius: 30px;
  background: #c43252;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  max-width: 1000px;
  margin: 0 auto;
}
#top-container .top-btn::before{
  content:'';
  position: absolute;
  display: block;
  width: 31px;
  height: 31px;
  top:14px;
  right:18px;
  border-radius: 50%;
  background: #fff;
}

#top-container .top-btn::after{
  content:'';
  position: absolute;
  top:50%;
  right:30px;
  width: 13px;
  height: 13px;
  border-right:1px solid #c43252;
  border-bottom:1px solid #c43252;
  transform: translate(0,-50%) rotate(-45deg);
}
/*タイトル*/
#top-container .top-ttl-bdr{
  font-size: 26px;
  color:#c43252;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #c43252;
  margin-bottom: 30px;
}
#top-container .top-content.news .top-ttl-bdr,
#top-container .top-content.contact .top-ttl-bdr{
  margin-bottom: 15px;
}
#top-container .top-content.firmware .top-ttl-bdr{
  margin-bottom: 0px;
}
#top-container .top-ttl-m{
  font-size: 26px;
  color:#c43252;
  text-align: center;
  font-weight: bold;
}
#top-container .wrap{
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
#top-container #main-visual{
  margin-bottom: 40px;
}

/*メッセージ*/
#top-container .top-message{
  line-height: 1.75;
  padding: 0 30px;
  margin-bottom: 30px;
}

/* もっと見るボタン
-----------------------------------------*/
#top-container .more-btn{
  display: block;
  width: 200px;
  line-height: 32px;
  height: 30px;
  text-align: center;
  border:1px solid #c43252;
  color: #c43252;
  font-size: 15px;
  border-radius: 30px;
  margin: 20px auto 55px;
}

/* ナビ
-----------------------------------------*/
#top-container .top-nav ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
#top-container .top-nav ul>li{
  width: 23%;
  max-width: 255px;
}

/* about
-----------------------------------------*/
#top-container .top-content.about{
  padding: 45px 0 35px;
  margin-top: 45px;
  background: #f9eaee;
}

#top-container .box-border2{
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

#top-container .box-border2>.ttl{
  font-size: 22px;
  color:#c43252;
}

#top-container .box-border2 .box{
  display: flex;
  justify-content: space-between;
}

#top-container .box-border2 .list>li{
  position: relative; 
  padding-left: 1.3em;
}
#top-container .box-border2 .list>li::after{
  content:'';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top:8px;
  left:2px;
  border-radius: 50%;
  background: #c43252;
}

#top-container .box-border2 .msg{
  margin-bottom: 20px;
}

#top-container .box-border2 .msg1{
  margin-bottom: 25px;
}
#top-container .box-border2 .msg2{
  margin-top: 40px;
}

#top-container .box-border2 .box .flex{
  display: flex;
}

#top-container .box-border2 .box .flex>div{
  margin-left: 20px;
}

#top-container .box-border2 .row1{
  display: flex;
  justify-content: space-between;
}

#top-container .box-border2 .row1 .col1{
  width: calc(100% - 300px);
  padding-right: 5%;
}
#top-container .box-border2 .row1 .col2{
  width: 300px;
}

#top-container .box-border2 .box-gray2{
  background: #f9eaee;
  padding: 25px;
  border-radius: 20px;
  margin-top: 30px;
}

#top-container .box-border2 .box-gray2>.ttl{
  font-size: 22px;
  color: #c43252;
}

#top-container .box-border2 .box-gray2 p{
  margin:20px 0 ;
}

/* case
-----------------------------------------*/
#top-container .top-content.case{
  padding: 45px 0 40px;
}
#top-container .case .img{
  display: block;
  max-width: 886px;
  margin: 0 auto 40px;
}
#top-container .case .case-box-body{
  padding-bottom: 10px;
}


/* relation
-----------------------------------------*/
#top-container .top-content.relation{
  padding: 40px 0 30px;
  margin-bottom: 45px;
  background: #f9eaee;
}
#top-container .top-relation{
  display: flex;
  justify-content: space-between;
}
#top-container .top-relation>li{
  width: 23%;
  max-width: 255px;
  background: #fff;
  border: 1px solid #C43252;
  border-radius: 20px;
  text-align: center;
}
#top-container .top-relation>li a{
  display: block;
  padding: 15px 15px 5px;
}
#top-container .top-relation>li .top-relation-ttl{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
#top-container .top-relation>li img{
  max-width: 170px;
}
#top-container .top-relation>li p{
  margin-bottom: 0;
}

/* lineup
-----------------------------------------*/
#top-container .top-content.lineup{
  padding-bottom: 70px;
}
#top-container .lineup-box{
  background: #F9EAEE;
  border-radius: 20px;
  padding: 25px 20px 10px;
}
#top-container .lineup-box .ttl{
  font-size: 22px;
  color: #C43252;
  margin-bottom: 0px;
  text-align: center;
}
#top-container .lineup-box .msg{
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
#top-container .lineup-box .sevice{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 10px;
}
#top-container .lineup-box .sevice>li{
  width: calc((100% - 20px)/3);
  max-width: 350px;
  background: #fff;
  border-radius: 20px;
  padding: 25px 10px 35px;
}
#top-container .lineup-box .sevice>li>p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #C43252;
  margin-bottom: 20px;
}
#top-container .lineup-box .sevice>li .box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  gap: 20px;
}
#top-container .lineup-box .sevice>li .box img{
  width: auto;
  max-width: 100%;
}
#top-container .lineup-box .list>li{
  position: relative; 
  padding-left: 1.3em;
}
#top-container .lineup-box .list>li::after{
  content:'';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top:8px;
  left:2px;
  border-radius: 50%;
  background: #c43252;
}
#top-container .lineup-box>.list{
  width: 340px;
  margin: 15px auto;
}
#top-container .lineup .plus{
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  color: #C43252;
  text-align: center;
}
#top-container .lineup-box + .top-btn{
  margin-top: 35px;
}

/* contact*/
#top-container .top-content.contact{
  padding-bottom: 35px;
}
#top-container .top-content.contact .top-ttl-bdr{
  margin-top: 50px;
  padding-top: 70px;
  border-top: 2px dotted #C43252;
}
#top-container .top-contact{
  display: flex;
  justify-content: space-between;
}
#top-container .top-contact>li{
  width: 23%;
  max-width: 255px;
  background: #fff;
  border: 1px solid #C43252;
  border-radius: 20px;
  text-align: center;
}
#top-container .top-contact>li a{
  display: block;
  padding: 15px 15px 5px;
}
#top-container .top-contact>li .ttl{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
#top-container .top-contact>li img{
  max-width: 170px;
}
#top-container .top-contact>li p{
  margin-bottom: 0;
}

@media screen and (max-width: 990px){
  #top-container .lineup-box .sevice{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #top-container .lineup-box .sevice>li{
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px){
  .sp{
    display: block;
  }
  #top-container #main-visual{
    margin-bottom: 30px;
  }
  #top-container .top-ttl-bdr,
  #top-container .top-ttl-m{
    font-size: 20px;
  }
  #top-container .top-nav ul{
    flex-wrap: wrap;
    gap: 15px;
  }
  #top-container .top-btn{
    font-size: 16px;
    height: auto;
    line-height: 1.2;
    padding: 0.9em;
  }
  #top-container .top-btn::before{
    top: calc(50% - 10px);
    right: 11px;
    width: 20px;
    height: 20px;
  }
  #top-container .top-btn::after{
    right: 19px;
    width: 8px;
    height: 8px;
  }
  #top-container .top-message{
    padding: 0 15px;
  }

  /*ナビ*/
  #top-container .top-nav ul>li{
    width: calc((100% - 15px)/2);
    max-width: 100%;
  }
  #top-container .top-nav ul>li a{
    display: block;
    text-align: center;
  }
  #top-container .top-nav ul>li.giga a{background: #24B7BD;}
  #top-container .top-nav ul>li.sec a{background: #E24B6C;}
  #top-container .top-nav ul>li.support a{background: #EF8A45;}
  #top-container .top-nav ul>li.log a{background: #5EABDA;}
  #top-container .top-nav ul>li.contact a{background: #82C850;}
  #top-container .top-nav ul>li img{
    max-width: 255px;
  }

  /* about */
  #top-container .box-border2{
    padding: 20px;
  }
  #top-container .box-border2>.ttl{
    font-size: 18px;
  }
  #top-container .box-border2 .box{
    flex-direction: column;
    gap: 20px;
  }
  #top-container .box-border2 .box .flex{
    gap: 10px;
  }
  #top-container .box-border2 .box .flex>div{
    margin-left: 0;
  }
  #top-container .box-border2 .row1{
    flex-direction: column;
    gap: 15px;
  }
  #top-container .box-border2 .row1 .col1{
    width: 100%;
  }
  #top-container .box-border2 .box-gray2{
    padding: 20px;
  }
  #top-container .box-border2 .box-gray2>.ttl{
    font-size: 16px;
  }

  /* relation */
  #top-container .top-relation{
    flex-wrap: wrap;
    gap: 15px;
  }
  #top-container .top-relation>li{
    width: calc((100% - 15px)/2);
    max-width: 50%;
  }
  #top-container .top-relation>li .top-relation-ttl{
    font-size: 16px;
  }
  #top-container .top-relation>li p{
    padding: 0 20px;
  }

  /* lineup */
  #top-container .lineup-box .ttl{
    font-size: 20px;
  }
  #top-container .lineup-box .msg{
    font-size: 18px;
  }
  #top-container .lineup-box .sevice>li{
    padding: 20px 30px;
  }
  #top-container .lineup-box .sevice>li>p{
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* contact */
  #top-container .top-contact{
    flex-wrap: wrap;
    gap: 15px;
  }
  #top-container .top-contact>li{
    width: calc((100% - 15px)/2);
    max-width: 50%;
  }
  #top-container .top-contact>li .ttl{
    font-size: 16px;
  }
  #top-container .top-contact>li p{
    padding: 0 20px;
  }
}

/*-----------------------------------------------------------------
	Common Style
-----------------------------------------------------------------*/

/*ボタン*/
.bar-btn{
  position: relative;
  display: block;
  height: 60px;
  line-height: 62px;
  border-radius: 30px;
  background: #c43252;
  text-align: center;
  color:#fff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  max-width: 1000px;
  margin: 0 auto;
}

.bar-btn:hover{
  text-decoration: none;
}

.bar-btn::before{
  content:'';
  position: absolute;
  display: block;
  width: 31px;
  height: 31px;
  top:14px;
  right:18px;
  border-radius: 50%;
  background: #fff;
}

.bar-btn::after{
  content:'';
  position: absolute;
  top:50%;
  right:30px;
  width: 13px;
  height: 13px;
  border-right:1px solid #c43252;
  border-bottom:1px solid #c43252;
  transform: translate(0,-50%) rotate(-45deg);
}
@media only screen and (max-width: 990px) {
  .bar-btn{
    font-size: 20px;
  }
  
}

/* 
.page-lineup
**************************************************/
/*メイン画像*/
.page-lineup .visual{
  margin-bottom: 20px;
}

.page-lineup p{
  margin-bottom: 0;
}

.page-lineup .tbl-wrap{
	overflow: hidden;
}

.page-lineup .va-top{
  vertical-align: top;
}

.page-lineup .section-about1 h2{
  text-align: center;
}
.page-lineup .section-about1 div.msg{
  background: #f9eaee;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 45px;
}
@media only screen and (max-width: 990px) {

  .page-lineup .section-about1 div.msg {
    background: #f9eaee;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 40px;
  }

  .page-lineup .tbl-wrap{
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  
  .page-lineup .visual{
    margin-bottom: 20px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

}

/*section-about2*/
.page-lineup .section-about2{
  margin-bottom: 20px;
}

.page-lineup .section-about2 .block{
  border:2px solid #c43252;
  border-radius: 20px;
  padding: 35px 60px 35px 40px;
}
.page-lineup .section-about2 .block>.logo{
  text-align: center;
}

.page-lineup .section-about2 .block>.logo .img{
  width: 282px;
  display: block;
  margin: 0 auto;
}

.page-lineup .section-about2 .block>.logo .msg {
  line-height: 1;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.page-lineup .section-about2 .block>h3.ttl{
  font-size: 22px;
  font-weight: bold;
  color:#000000;
  text-align: center;
  margin-bottom: 30px;
}

.page-lineup .section-about2 .block .block-row{
  display: flex;
  justify-content: space-between;
}

.page-lineup .section-about2 .block .block-row >.txt{
  width: calc(100% - 350px);
  padding-top: 80px;
  text-align: center;
}

.page-lineup .section-about2 .block .block-row >.txt p {
  text-align: left;
  font-size: 21px;
}

.oneid .section-about2 .block .block-row{
  display: flex;
  justify-content: space-between;
}

.page-lineup .section-about2 .block .block-row >.img {
  width: 350px;
}


.page-lineup .section-about2 .block .block-row >.txt>h4.ttl{
  font-size: 36px;
  font-weight: bold;
  color:#c43252;
}

.oneid .section-about2 .block .block-row >.txt{
  padding-right: 60px;
  padding-top: 0px;
}

.oneid .section-about2 .tbl{
  background: #f3d6dc;
  width: 100%;
}

.oneid .section-about2 .tbl tr:nth-child(2n){
  background: #f9eaee;
}

.oneid .section-about2 .block>h3.ttl {
  margin-top: 40px;
}

.oneid .section-about2 .tbl th{
  width: 167px;
  color:#c43252;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.19;
}

.oneid .section-about2 .tbl td {
  width: calc(100% - 167px);
  text-align: left;
  border-left: 1px solid #fff;
  padding: 13px 10px;
  line-height: 1.34;
}

@media only screen and (max-width: 1200px) {
  .page-lineup .section-about2 .block .block-row >.txt p {
    font-size:1.75vw;
  }
}

@media (max-width:990px) {
  .page-lineup .section-about2 .block .block-row {
    display: block;
  }

  .page-lineup .section-about2 .block .block-row >.txt {
    width: 100%;
    padding-top: 0px;
  }

  .page-lineup section.section-about2 .block {
    padding: 20px;
  }

  .page-lineup .section-about2 .block .block-row >.txt>h4.ttl {
    font-size: 25px;
  }

  .page-lineup .section-about2 .block .block-row >.txt {
    margin-bottom: 20px;
  }

  .page-lineup .section-about2 .block .block-row >.img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .page-lineup .section-about2 .block .block-row >.txt p {
    font-size: 18px;
  }

  .oneid .section-about2 .block>h3.ttl {
    margin-top: 20px;
  }

  .oneid .section-about2 .tbl th{
    width: 126px;
    font-size: 16px;
  }

  .oneid .section-about2 .tbl td{
    width: calc(100% - 126px);
    text-align: left;
    border-left:1px solid #fff;
    padding: 11px;
    line-height: 1.34;
  }

  .oneid .section-about2 .block .block-row >.txt{
    padding-right: 0px;
    padding-top: 0px;
  }

}

/*section-function*/
.page-lineup .section-function {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-lineup .bg{
  background:#f9eaee ;
}

.page-lineup .box-border1 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-lineup .box-border1 ul.mark-list{
  margin-bottom: 30px;
}

.page-lineup sup{
  font-size: 12px;
}

.page-lineup em{
  color: #c43252;
}

.page-lineup .box-border1 .img{
  display: block;
  margin: 0 auto;
}

.page-lineup .box-border1 .img1{
  margin: 0 auto;
  max-width: 900px;
}

.page-lineup .box-border1 .box{
  display: flex;
  flex-wrap:wrap;
}

.page-lineup .box-border1 .box>.txt {
  width: 41%;
  padding-right: 2%;
}

.page-lineup .box-border1 .box>figure{
  width: 59%;
  max-width: 601px;
  padding-right: 0;
}

.page-lineup .box-border1 .box>figure img{
  width: 100%;
}

.page-lineup .box-border1.bdr4 .msg{
  margin-bottom: 50px;
}

.page-lineup .box-border1.bdr4 .msg1{
  margin-bottom: 0.2em;
}

.page-lineup .box-border1.bdr4 .img{
  margin-bottom: 50px;
}

.page-lineup .box-border1.bdr4 .note{
  text-align: center;
}

.page-lineup .box-border1.bdr5 .msg{
  margin-bottom: 30px;
}

.page-lineup ul.note{
  margin-top: 1em;
}

.page-lineup ul.note>li{
  position: relative;
}
.page-lineup ul.note>li>i{
  position: absolute;
  left:0;
  top:0;
  font-style: normal;
}
.page-lineup ul.note>li>span{
  padding-left: 2.5em;
}

.page-lineup .note-sm{
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.oneid .box-border1 .msg1{
  margin-bottom: 0.2em;
}

.oneid .box-border1.bdr4 .img {
  margin-bottom: 0px;
}

@media only screen and (max-width: 990px) {
  .page-lineup .section-function {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .page-lineup .box-border1 {
    padding:30px 20px;
    background: #fff;
    margin-bottom: 20px;
  }

  .page-lineup .box-border1 .box {
    display: block;
  }

  .page-lineup .box-border1 .box>.txt {
    width: 100%;
    padding-right: 0;
  }

  .page-lineup .box-border1 .box>figure {
    width: 100%;
    padding-right: 0;
  }

  .page-lineup .box-border1.bdr4 .msg {
    margin-bottom: 30px;
  }

  .page-lineup .box-border1 ul.mark-list {
    margin-bottom: 15px;
  }

  .page-lineup .box-border1.bdr4 .img {
    margin-bottom: 30px;
  }

  .page-lineup .box-border1.bdr4 .note {
    text-align: left;
  }

  .page-lineup .box-border1 .box>figure img {
    width: 100%;
    max-width: 601px;
  }
  .oneid .box-border1.bdr4 .img {
    margin-bottom: 0px;
  }
}

/*section-function-list*/
.page-lineup .section-function-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-lineup .section-function-list .list{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;

}
.page-lineup .section-function-list .list>li{
  width: calc((100% - 60px) / 3);
  border:1px solid #c43252;
  border-radius: 20px;
  padding: 19px;
  margin-bottom: 30px;
  min-height: 300px;
}

.page-lineup .section-function-list .list>li:not(:nth-child(3n)){
  margin-right: 30px;
}

.page-lineup .section-function-list .list>li:last-child{
  margin-right: 0;
}

.page-lineup .section-function-list .list>li> .icon{
  width: 80px;
  display: block;
  margin: 0 auto 15px;
}
.page-lineup .section-function-list .list>li> h3.ttl1{
  font-size: 22px ;
  text-align: center;
  color:#c43252;
}
.page-lineup .section-function-list .list>li> h4.ttl2{
  font-size: 18px;
}

.page-lineup .section-function-list .list>li> ul.mark-list.mgn{
  margin-bottom: 30px;
}

.page-lineup .section-function-list .list>li> ul.mark-list>li{
  position: relative;
  padding-left: 15px;
}
.page-lineup .section-function-list .list>li> ul.mark-list>li::after{
  content:'';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top:8px;
  left:0;
  border-radius: 50%;
  background: #000;
}

@media only screen and (max-width: 990px) {
  .page-lineup .section-environment .block{
    padding: 0px ;
  }

  .page-lineup .section-function {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .page-lineup .section-function-list .list>li {
    width: calc((100% - 20px) / 2);
    border: 1px solid #c43252;
    border-radius: 20px;
    padding: 19px;
    margin-bottom: 20px;
    min-height: 0;
  }

  .page-lineup .section-function-list .list>li:not(:nth-child(3n)){
    margin-right: auto;
  }

  .page-lineup .section-function-list .list>li:not(:nth-child(2n)){
    margin-right: 20px;
  }

  .page-lineup .section-function-list .list>li:last-child{
    margin-right: 0;
  }

}

@media screen and (max-width: 767px){

  .page-lineup .section-function-list .list>li {
    width: 100%;
    border-radius: 20px;
    padding: 19px;
    margin-bottom: 20px;
  }

  .page-lineup .section-function-list .list>li:not(:nth-child(3n)){
    margin-right: auto;
  }
  
  .page-lineup .section-function-list .list>li:not(:nth-child(2n)){
    margin-right: 0px;
  }

  .page-lineup .section-function-list .list>li:last-child{
    margin-right: 0;
  }
}

/*section-environment*/
.page-lineup .section-environment .block{
  padding: 0 30px ;
}
.page-lineup .section-environment .c-tbl1{
  margin-bottom: 25px;
}

.page-lineup .section-environment .group {
  margin-bottom: 50px;
}
@media only screen and (max-width: 990px) {
  .page-lineup .section-environment .block{
    padding: 0px ;
  }
}

