@media screen and (min-width: 1081px), print {
  .row {
    max-width: 940px;
  }
  .p_outline .o_ttl02 {
    font-size: 2.4rem;
    line-height: 30px;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  .p_outline .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_outline .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 114px;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_outline .o_ttl02 + p {
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 7px;
  }
  .p_outline .gr_ttl_ctn {
    margin-bottom: 65px;
  }
  .p_outline .sec {
    margin-bottom: 130px;
  }
  .p_outline .sec_tc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_outline .sec_tc_item {
    width: 46.80851%;
  }
  .p_outline .sec_tc_item ul {
    margin-bottom: 42px;
    margin-left: 8px;
    margin-top: 13px;
  }
  .p_outline .sec_tc_item ul li {
    position: relative;
    padding-left: 16px;
  }
  .p_outline .sec_tc_item ul li:not(:last-child) {
    margin-bottom: 11px;
  }
  .p_outline .sec_tc_item ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #780e00;
    display: block;
  }
  .p_outline .sec_tc_item ul li a {
    font-size: 1.6rem;
    color: #0099e8;
    position: relative;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1081px) and (-ms-high-contrast: active), screen and (min-width: 1081px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .p_outline .sec_tc_item ul li a {
    display: inline-block;
  }
}

@media screen and (min-width: 1081px), print {
  .p_outline .sec_tc_item ul li a:hover {
    opacity: 0.7;
  }
  .p_outline .sec_tc_item ul li a:hover::after {
    width: 0;
  }
  .p_outline .sec_tc_item ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0099e8;
    display: block;
  }
  .rinen {
    padding: 69px 0 95px;
  }
  .rinen p, .rinen li {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .rinen .mb71 {
    margin-bottom: 71px;
  }
  .rinen .mb42 {
    margin-bottom: 42px;
  }
  .rinen .row {
    max-width: 940px;
  }
  .rinen .univer .ttl_art {
    margin-bottom: 13px;
  }
  .rinen .univer_goal {
    margin-top: 5px;
  }
  .rinen .univer_goal h3 {
    font-size: 2.2rem;
    line-height: 24px;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 12px 11px;
    letter-spacing: 1.25px;
    margin-bottom: 16px;
  }
  .rinen .univer_goal_lst {
    counter-reset: numb;
    margin-bottom: 14px;
  }
  .rinen .univer_goal_lst li {
    line-height: 24px;
    padding: 29px 0 29px 70px;
    position: relative;
    border-bottom: 1px dashed #cac2b9;
  }
  .rinen .univer_goal_lst li::before {
    content: counter(numb);
    counter-increment: numb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1;
    color: #dcdcdc;
    margin-top: -5px;
  }
  .rinen .univer_goal_lst li:after {
    content: '';
    position: absolute;
    left: 17px;
    top: 50%;
    width: 1px;
    height: 52px;
    background: #dcdcdc;
    -webkit-transform: rotate(36deg) translateY(-50%);
       -moz-transform: rotate(36deg) translateY(-50%);
        -ms-transform: rotate(36deg) translateY(-50%);
            transform: rotate(36deg) translateY(-50%);
  }
  .rinen .univer_goal_count {
    counter-reset: count;
  }
  .rinen .univer_goal_count li {
    position: relative;
    padding-left: 35px;
  }
  .rinen .univer_goal_count li::before {
    content: counter(count) ")";
    counter-increment: count;
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .rinen .univer_goal_count span {
    color: #ab1b1b;
  }
  .rinen .univer_goal figure {
    margin: 35px 0 69px;
    text-align: center;
  }
  .rinen .univer_goal figure img {
    max-width: 100%;
  }
  .rinen .purpose .ttl_art {
    margin-bottom: 14px;
  }
  .rinen .purpose p a {
    display: inline-block;
    text-decoration: underline;
    color: #0099e8;
  }
  .rinen .purpose p a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p_outline .o_ttl02 {
    font-size: 2.22222vw;
    line-height: 2.77778vw;
    position: relative;
    padding-bottom: 1.01852vw;
    margin-bottom: 1.48148vw;
    letter-spacing: 0.18519vw;
    font-weight: normal;
  }
  .p_outline .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_outline .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14.84375vw;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_outline .o_ttl02 + p {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    padding-left: 0.64815vw;
  }
  .p_outline .gr_ttl_ctn {
    margin-bottom: 6.01852vw;
  }
  .p_outline .sec {
    margin-bottom: 5.55556vw;
  }
  .p_outline .sec_tc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_outline .sec_tc_item {
    width: 46.80851%;
  }
  .p_outline .sec_tc_item ul {
    margin-bottom: 3.88889vw;
    margin-left: 0.74074vw;
    margin-top: 1.2037vw;
  }
  .p_outline .sec_tc_item ul li {
    position: relative;
    padding-left: 1.48148vw;
  }
  .p_outline .sec_tc_item ul li:not(:last-child) {
    margin-bottom: 1.01852vw;
  }
  .p_outline .sec_tc_item ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.46296vw;
    height: 0.46296vw;
    background: #780e00;
    display: block;
  }
  .p_outline .sec_tc_item ul li a {
    font-size: 1.48148vw;
    color: #0099e8;
    position: relative;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .p_outline .sec_tc_item ul li a {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p_outline .sec_tc_item ul li a:hover {
    position: relative;
  }
  .p_outline .sec_tc_item ul li a:hover::after {
    width: 0;
  }
  .p_outline .sec_tc_item ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0099e8;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .rinen {
    padding: 6.38889vw 0 8.7963vw;
  }
  .rinen p, .rinen li {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 1px;
  }
  .rinen .mb71 {
    margin-bottom: 6.57407vw;
  }
  .rinen .mb42 {
    margin-bottom: 3.88889vw;
  }
  .rinen .univer .ttl_art {
    margin-bottom: 1.2037vw;
  }
  .rinen .univer_goal {
    margin-top: 3.98148vw;
  }
  .rinen .univer_goal h3 {
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 1.11111vw 1.01852vw;
    letter-spacing: 0.11574vw;
    margin-bottom: 1.48148vw;
  }
  .rinen .univer_goal_lst {
    counter-reset: numb;
    margin-bottom: 2.12963vw;
  }
  .rinen .univer_goal_lst li {
    line-height: 2.22222vw;
    padding: 1.94444vw 0 1.66667vw 6.48148vw;
    position: relative;
    border-bottom: 1px dashed #cac2b9;
  }
  .rinen .univer_goal_lst li::before {
    content: counter(numb);
    counter-increment: numb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1;
    color: #dcdcdc;
  }
  .rinen .univer_goal_lst li:after {
    content: '';
    position: absolute;
    left: 2.5vw;
    top: 50%;
    width: 1px;
    height: 4.81481vw;
    background: #dcdcdc;
    -webkit-transform: rotate(36deg) translateY(-50%);
       -moz-transform: rotate(36deg) translateY(-50%);
        -ms-transform: rotate(36deg) translateY(-50%);
            transform: rotate(36deg) translateY(-50%);
  }
  .rinen .univer_goal_count {
    counter-reset: count;
  }
  .rinen .univer_goal_count li {
    position: relative;
    padding-left: 3.24074vw;
  }
  .rinen .univer_goal_count li::before {
    content: counter(count) ")";
    counter-increment: count;
    position: absolute;
    left: 0.37037vw;
    top: 0;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .rinen .univer_goal_count span {
    color: #ab1b1b;
  }
  .rinen .univer_goal figure {
    margin: 3.24074vw 0 6.38889vw;
    text-align: center;
  }
  .rinen .univer_goal figure img {
    max-width: 100%;
  }
  .rinen .purpose .ttl_art {
    margin-bottom: 1.2963vw;
  }
  .rinen .purpose p a {
    display: inline-block;
    text-decoration: underline;
    color: #0099e8;
  }
  .rinen .purpose p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .p_outline .o_ttl02 {
    font-size: 4.42708vw;
    position: relative;
    padding-bottom: 3.71094vw;
    margin-bottom: 2.73438vw;
    letter-spacing: 0.39062vw;
    font-weight: normal;
  }
  .p_outline .o_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    display: block;
  }
  .p_outline .o_ttl02::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20.83333vw;
    height: 2px;
    background: #780e00;
    display: block;
    z-index: 1;
  }
  .p_outline .o_ttl02 + p {
    font-size: 3.125vw;
    margin-bottom: 1.95312vw;
  }
  .p_outline .sec {
    margin-bottom: 26.04167vw;
    margin-top: 10.41667vw;
  }
  .p_outline .sec .o_ttl02 {
    font-size: 4.6875vw;
    padding-bottom: 1.75781vw;
    margin-bottom: 3.125vw;
  }
  .p_outline .sec_tc_item ul {
    margin-bottom: 8.20312vw;
  }
  .p_outline .sec_tc_item ul li {
    position: relative;
    padding-left: 3.125vw;
  }
  .p_outline .sec_tc_item ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.43229vw;
    height: 1.43229vw;
    background: #780e00;
    display: block;
  }
  .p_outline .sec_tc_item ul li a {
    font-size: 3.38542vw;
    color: #0099e8;
    position: relative;
  }
  .p_outline .sec_tc_item ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0099e8;
    display: block;
  }
  .ttl.style02 {
    line-height: 1.5;
  }
  .rinen {
    padding: 7.55208vw 0 10.15625vw;
  }
  .rinen p, .rinen li {
    font-size: 3.38542vw;
    line-height: 5.98958vw;
  }
  .rinen .mb71 {
    margin-bottom: 9.24479vw;
  }
  .rinen .mb42 {
    margin-bottom: 5.46875vw;
  }
  .rinen .univer_goal h3 {
    font-size: 4.16667vw;
    line-height: 5.98958vw;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 2.34375vw 2.60417vw;
    margin-bottom: 2.08333vw;
  }
  .rinen .univer_goal_lst {
    counter-reset: numb;
    margin-bottom: 3.90625vw;
  }
  .rinen .univer_goal_lst li {
    padding: 3.90625vw 0 2.60417vw 10.41667vw;
    position: relative;
    border-bottom: 1px dashed #cac2b9;
  }
  .rinen .univer_goal_lst li::before {
    content: counter(numb);
    counter-increment: numb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 7.8125vw;
    line-height: 1;
    color: #dcdcdc;
  }
  .rinen .univer_goal_lst li:after {
    content: '';
    position: absolute;
    left: 3.64583vw;
    top: 50%;
    -webkit-transform: rotate(36deg) translateY(-50%);
       -moz-transform: rotate(36deg) translateY(-50%);
        -ms-transform: rotate(36deg) translateY(-50%);
            transform: rotate(36deg) translateY(-50%);
    width: 1px;
    height: 7.8125vw;
    background: #dcdcdc;
  }
  .rinen .univer_goal_count {
    counter-reset: count;
  }
  .rinen .univer_goal_count li {
    position: relative;
    padding-left: 5.20833vw;
  }
  .rinen .univer_goal_count li::before {
    content: counter(count) ")";
    counter-increment: count;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4.16667vw;
    line-height: 5.98958vw;
  }
  .rinen .univer_goal_count span {
    color: #ab1b1b;
  }
  .rinen .univer_goal figure {
    margin: 4.55729vw 0 9.11458vw;
    text-align: center;
  }
  .rinen .univer_goal figure img {
    max-width: 100%;
  }
  .rinen .purpose p a {
    display: inline-block;
    text-decoration: underline;
    color: #0099e8;
  }
}
