@charset "UTF-8";
/*//////////////////////////////////////////////////

contact style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
#pagettl {
  background: url("/img/education/evaluation/ttlimg.jpg") center/cover no-repeat; }

#rate {
  margin-bottom: 60px; }
  #rate .rate__txt {
    margin-bottom: 20px; }
  #rate .rate__box {
    margin-bottom: 30px; }
    #rate .rate__box .sec__subttl-wp {
      margin-bottom: 15px; }
    #rate .rate__box .rate__list {
      position: relative;
      padding: 15px 15px 0; }
      #rate .rate__box .rate__list::after {
        position: absolute;
        bottom: -2.5px;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background: radial-gradient(circle farthest-side, #BEBEBE, #BEBEBE 40%, transparent 50%, transparent);
        background-size: 5px 5px; }
      #rate .rate__box .rate__list:last-of-type::after {
        display: none; }
      #rate .rate__box .rate__list .rate__list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-content: flex-start;
        align-items: center; }
        #rate .rate__box .rate__list .rate__list-item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          justify-content: flex-start;
          align-items: center;
          margin: 0 15px 15px 0;
          color: #DBAD11;
          font-weight: bold;
          text-decoration: underline;
          line-height: 1; }
          #rate .rate__box .rate__list .rate__list-item a span {
            display: block;
            width: 1em;
            margin-right: .25em; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #rate {
    margin-bottom: 80px; }
    #rate .rate__txt {
      margin-bottom: 30px; }
    #rate .rate__box .rate__list {
      padding: 20px 25px; }
      #rate .rate__box .rate__list .rate__list-item a {
        margin: 0 50px 0 0; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1201px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
