/*---------------------------------------
	function css
---------------------------------------*/
.c-title.--primary::after {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c-title.--primary::after {
    width: 100%;
  }
}

.wrapper .computeFlatTypeSection h1 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .grid-cmn > .col3-2 {
    width: 820px;
  }
}

.c-title.--primary h2.--ja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}

.c-title.--primary h2.--ja .ico-cmn-mark-img {
  line-height: 17px;
  margin-right: 10px;
}