@media screen and (min-width: 1081px), print {
  .row {
    max-width: 940px;
  }
  .p_outline .sec_tt {
    margin-bottom: 20px;
    text-align: center;
  }
  .p_outline .sec_tt h3 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .p_outline .sec_tt span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .p_outline .sec_list_area .sec_list {
    border-bottom: 1px dashed #e6e6e6;
    border-top: 1px dashed #e6e6e6;
    margin: 20px 0 80px;
  }
  .p_outline .sec_list_area .sec_list li {
    padding: 18px 0;
  }
  .p_outline .sec_list_area .sec_list li + li {
    border-top: 1px dashed #e6e6e6;
  }
  .p_outline .sec_list_area .sec_list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    transition: opacity .35s ease;
  }
  .p_outline .sec_list_area .sec_list li a:hover {
    opacity: .7;
  }
  .p_outline .sec_list_area .sec_list li time {
    color: #a0a0a0;
    font-size: 1.8rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    padding-right: 2px;
    width: 90px;
  }
  .p_outline .sec_list_area .sec_list li p {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 24px;
    margin-left: 20px;
    width: -webkit-calc(100% - 90px - 20px);
    width: -moz-calc(100% - 90px - 20px);
    width: calc(100% - 90px - 20px);
  }
  .p_outline .sec_list_area .sec_list li p span {
    background: #780e00;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.3rem;
    line-height: 18px;
    margin-right: 14px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
  }
  .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_box {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .p_outline .sec_tc_box + .sec_tc_box {
    margin-left: 60px;
  }
  .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;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .p_outline .sec_tt {
    text-align: center;
    margin-bottom: 1.85185vw;
  }
  .p_outline .sec_tt h3 {
    font-size: 4.62963vw;
    line-height: 1;
    margin-bottom: 0.64815vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 0.27778vw;
  }
  .p_outline .sec_tt span {
    font-size: 1.2963vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.18519vw;
  }
  .p_outline .sec_list_area .sec_list {
    border-bottom: 1px dashed #e6e6e6;
    border-top: 1px dashed #e6e6e6;
    margin: 3.7037vw 0 9.25926vw;
  }
  .p_outline .sec_list_area .sec_list li {
    padding: 2.03704vw 0;
  }
  .p_outline .sec_list_area .sec_list li + li {
    border-top: 1px dashed #e6e6e6;
  }
  .p_outline .sec_list_area .sec_list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_outline .sec_list_area .sec_list li time {
    color: #a0a0a0;
    font-size: 2.03704vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.40741vw;
    padding-right: 0.18519vw;
    width: 12%;
  }
  .p_outline .sec_list_area .sec_list li p {
    color: #000;
    font-size: 1.66667vw;
    letter-spacing: 1px;
    line-height: 2.40741vw;
    margin-left: 3%;
    width: 85%;
  }
  .p_outline .sec_list_area .sec_list li p span {
    background: #780e00;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.38889vw;
    line-height: 1.85185vw;
    margin-right: 1.48148vw;
    padding: 0 0.74074vw;
    text-align: center;
    vertical-align: middle;
  }
  .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_box {
    width: 47%;
  }
  .p_outline .sec_tc_box + .sec_tc_box {
    margin-left: 6%;
  }
  .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;
  }
}

@media screen and (max-width: 767px) {
  .p_outline .sec_tt {
    text-align: center;
    margin-bottom: 3.90625vw;
  }
  .p_outline .sec_tt h3 {
    font-size: 9.11458vw;
    line-height: 1;
    margin-bottom: 1.95312vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
  }
  .p_outline .sec_tt span {
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 400;
  }
  .p_outline .sec_list_area .sec_list {
    border-bottom: 1px dashed #e6e6e6;
    border-top: 1px dashed #e6e6e6;
    margin: 5.20833vw 0 13.02083vw;
  }
  .p_outline .sec_list_area .sec_list li {
    padding: 2.86458vw 0;
  }
  .p_outline .sec_list_area .sec_list li + li {
    border-top: 1px dashed #e6e6e6;
  }
  .p_outline .sec_list_area .sec_list li time {
    color: #a0a0a0;
    display: block;
    font-size: 3.64583vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 3.64583vw;
    padding-right: 0.26042vw;
    width: 100%;
  }
  .p_outline .sec_list_area .sec_list li p {
    color: #000;
    font-size: 3.38542vw;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 1.30208vw;
    width: 85%;
  }
  .p_outline .sec_list_area .sec_list li p span {
    background: #780e00;
    color: #fff;
    display: inline-block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 3.125vw;
    line-height: 3.64583vw;
    margin-right: 2.60417vw;
    padding: 0 1.04167vw;
    text-align: center;
    vertical-align: middle;
  }
  .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;
  }
}
