@charset "utf-8";
/*------------------------------------------
  list
------------------------------------------*/
.list-type06 .item-head_column {
  width: 70px;
  line-height: 1;
}

.list-type06 .item-head_column .head__category_column {
  font-size: 1.2rem;
  color: #fff;
  background: #da291c;
  width: 70px;
  text-align: center;
  padding: 4px 0 6px;
  margin-left: auto;
}

.list-type06 .item-title_column {
  width: calc( 100% - 100px);
  margin-left: auto;
  text-decoration: underline;
}

.icn-new {
    display: inline-block;
	text-align: center;
	margin-left: 1em;
    color: #da291c;
    font-weight: bold;
}

.icn-comingsoon {
    display: inline-block;
	text-align: center;
	margin-left: 1em;
    color: #6A6A6A;
    font-weight: bold;
}
/*------------------------------------------
  color
------------------------------------------*/
.text-blue a{
  color: #2552c1;
  text-decoration:underline;
}
/*------------------------------------------
  title_sub
------------------------------------------*/
.title_sub{
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px){
  .title_sub{
    font-size: 1.7rem;
  }
}
/*------------------------------------------
  title_sub
------------------------------------------*/
.title-point{
  font-size: 3rem;
}
@media only screen and (max-width: 768px){
  .title-point{
    font-size: 2.3rem;
  }
}

/*------------------------------------------
  txt-ind1
------------------------------------------*/

.txt-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*------------------------------------------
  small
------------------------------------------*/
.small, small {
  font-size: 80%;
}