@charset "utf-8";
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.evaluation {
    border: solid 2px #0F4C81;
    padding: 1rem 2rem 3rem 2rem;
    border-radius: 1rem;
    background: #F9FCFF;
    margin: 2rem 0;
}

.point {
    display: flex;
    align-items: center;
    position: relative;
    margin: 3rem 0 2rem 1.5rem;
    padding: 1rem 2rem 1rem 1rem;
    background: #e1ebff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
}

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
	#contents .seccc3 {
    overflow-x: scroll;
  }

  #contents .seccc3 table {
    width: 800px;
    table-layout: fixed;
  }

  #contents .seccc3 table td {
    width: 35%;
    display: table-cell;
  }
	#contents .seccc3 table th:first-child {
    width: 100px; /
	  }

  #contents .seccc3 table th {
    width: 15%;
    display: table-cell;
  }

}