@media screen and (min-width: 1081px), print {
  .gr_ttl_ctn {
    margin-bottom: 70px;
  }
  .main_bl {
    margin-bottom: 44px;
  }
  .main_bl h4 {
    font-size: 2.2rem;
    line-height: 24px;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 12px 11px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .main_bl_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 18px;
  }
  .main_bl_list li {
    margin: 0 10px;
    width: 140px;
  }
  .main_bl_list li a {
    display: block;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_bl_list li a figure {
    line-height: 0;
  }
  .main_bl_list li a figure img {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_bl_list li a figure figcaption {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
  }
  .main_bl_list li a:hover {
    opacity: 0.7;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li::after {
    top: 26px;
  }
  ul.link.col {
    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;
    border-top: none;
  }
  ul.link.col li {
    width: 450px;
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link li {
    font-size: 1.6rem;
    line-height: 28px;
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 12px;
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    letter-spacing: 1px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    margin-right: 0;
    text-decoration: underline;
  }
  ul.link li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 18px;
    line-height: 22px;
    background: url("/outline/css/img/pdf.png") no-repeat;
    text-indent: -9999px;
    margin-left: 11px;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 17px;
    line-height: 13px;
    background: url("/outline/css/img/_blank.png") no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -4px;
  }
  .kouhou_in {
    margin-bottom: 98px;
  }
  .kouhou_in .kou_main_ct_bl p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 14px;
    letter-spacing: 1.5px;
  }
  .kouhou_in .kou_main_ct_bl .btn_more a {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl .btn_more a:hover {
    opacity: 0.7;
    border: none;
  }
  .kouhou_in .kou_main_ct_bl dl {
    border-bottom: 1px dashed #dcdcdc;
    padding: 14px 0 20px;
  }
  .kouhou_in .kou_main_ct_bl dl dt {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: bold;
    letter-spacing: 1.2px;
    margin-bottom: 9px;
  }
  .kouhou_in .kou_main_ct_bl dl dd a {
    font-size: 1.6rem;
    line-height: 1;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl dl dd a:hover {
    opacity: 0.7;
    border: none;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img {
    border: none;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img img {
    width: 184px;
  }
  .kouhou_in .kou_main_ct:not(:first-child) {
    margin-top: 76px;
  }
  .kouhou_in .kou_main_ct:not(:first-child) .ttl_art {
    margin-bottom: 3px;
  }
  .uunow_in {
    margin-bottom: 110px;
  }
  .uunow_in .u_main_ct_bl {
    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;
  }
  .uunow_in .u_main_ct_bl ul {
    width: -webkit-calc(100% - 144px);
    width: -moz-calc(100% - 144px);
    width: calc(100% - 144px);
    padding-right: 29px;
  }
  .uunow_in .u_main_ct_bl ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
    line-height: 3rem;
    border-bottom: 1px dashed #dcdcdc;
    padding: 13.5px 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .uunow_in .u_main_ct_bl ul li a:after {
    content: '';
    width: 10px;
    height: 16px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    margin-left: 10px;
    background: url("/outline/img/uunow/ic_arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  .uunow_in .u_main_ct_bl ul li a:hover {
    opacity: 0.7;
  }
  .uunow_in .u_main_ct_bl ul li a:hover:after {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .uunow_in .u_main_ct_bl ul li span {
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 20px 0 0;
  }
  .uunow_in .u_main_ct_bl figure {
    width: 280px;
    padding-top: 15px;
  }
  .uunow_in .u_main_ct_bl figure img {
    width: 100%;
  }
  .uunow_in .u_main_ct:not(:first-child) {
    margin-top: 62px;
  }
  .uunow_in .u_main_ct:first-child .ttl_art {
    margin-bottom: 3px;
  }
  .utasu_in {
    margin-bottom: 102px;
  }
  .utasu_in .utasu_main_ct .ttl_art {
    margin-bottom: 14px;
  }
  .utasu_in .utasu_main_ct_des {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 17px;
    letter-spacing: 1.2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .gr_ttl_ctn {
    margin-bottom: 6.48148vw;
  }
  .main_bl {
    margin-bottom: 4.07407vw;
  }
  .main_bl h4 {
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 1.11111vw 1.01852vw;
    letter-spacing: 0.18519vw;
    margin-bottom: 2.22222vw;
  }
  .main_bl_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.92593vw;
    margin-bottom: 1.66667vw;
  }
  .main_bl_list li {
    margin-left: 0.92593vw;
    width: -webkit-calc(16.6666% - 0.92593vw);
    width: -moz-calc(16.6666% - 0.92593vw);
    width: calc(16.6666% - 0.92593vw);
  }
  .main_bl_list li a {
    display: block;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_bl_list li a figure {
    line-height: 0;
  }
  .main_bl_list li a figure img {
    width: 100%;
    margin-bottom: 0.92593vw;
  }
  .main_bl_list li a figure figcaption {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    letter-spacing: 0.09259vw;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 1.38889vw;
    padding-bottom: 1.38889vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li::after {
    top: 2.31481vw;
  }
  ul.link.col {
    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;
    border-top: none;
  }
  ul.link.col li {
    width: -webkit-calc(50% - 1.85185vw);
    width: -moz-calc(50% - 1.85185vw);
    width: calc(50% - 1.85185vw);
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link li {
    font-size: 1.48148vw;
    line-height: 2.59259vw;
    letter-spacing: 0.09259vw;
    padding-left: 1.2037vw;
    padding-right: 1.2037vw;
    position: relative;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: 0.92593vw;
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: underline;
  }
  ul.link li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  ul.link li a:hover span {
    border: none;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 1.66667vw;
    line-height: 2.03704vw;
    background: url("/outline/css/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 1.01852vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 1.57407vw;
    line-height: 1.2037vw;
    background: url("/outline/css/img/_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 0.64815vw;
    margin-top: -0.18519vw;
  }
  .kouhou_in {
    margin-bottom: 9.07407vw;
  }
  .kouhou_in .kou_main_ct_bl p {
    font-size: 1.48148vw;
    line-height: 0.22222vw;
    margin-bottom: 1.2963vw;
    letter-spacing: 0.13889vw;
  }
  .kouhou_in .kou_main_ct_bl .btn_more a {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl .btn_more a:hover {
    opacity: 0.7;
  }
  .kouhou_in .kou_main_ct_bl dl {
    border-bottom: 1px dashed #dcdcdc;
    padding: 1.2963vw 0 1.85185vw;
  }
  .kouhou_in .kou_main_ct_bl dl dt {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    font-weight: bold;
    letter-spacing: 0.11111vw;
    margin-bottom: 0.83333vw;
  }
  .kouhou_in .kou_main_ct_bl dl dd a {
    font-size: 1.48148vw;
    line-height: 1;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl dl dd a:hover {
    opacity: 0.7;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img {
    border: none;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img img {
    width: 17.03704vw;
  }
  .kouhou_in .kou_main_ct:not(:first-child) {
    margin-top: 7.03704vw;
  }
  .kouhou_in .kou_main_ct:not(:first-child) .ttl_art {
    margin-bottom: 0.27778vw;
  }
  .uunow_in {
    margin-bottom: 10.18519vw;
  }
  .uunow_in .u_main_ct_bl {
    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;
  }
  .uunow_in .u_main_ct_bl ul {
    width: -webkit-calc(100% - 13.33333vw);
    width: -moz-calc(100% - 13.33333vw);
    width: calc(100% - 13.33333vw);
    padding-right: 2.68519vw;
  }
  .uunow_in .u_main_ct_bl ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    border-bottom: 1px dashed #dcdcdc;
    padding: 1.25vw 0;
  }
  .uunow_in .u_main_ct_bl ul li a:after {
    content: '';
    width: 0.92593vw;
    height: 1.48148vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 0.92593vw;
            flex: 0 0 0.92593vw;
    margin-left: 0.92593vw;
    background: url("/outline/img/uunow/ic_arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .uunow_in .u_main_ct_bl ul li span {
    display: block;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    padding: 1.85185vw 0 0;
  }
  .uunow_in .u_main_ct_bl figure {
    width: 25.92593vw;
    padding-top: 1.38889vw;
  }
  .uunow_in .u_main_ct_bl figure img {
    width: 100%;
  }
  .uunow_in .u_main_ct:not(:first-child) {
    margin-top: 5.83333vw;
  }
  .uunow_in .u_main_ct:first-child .ttl_art {
    margin-bottom: 0.27778vw;
  }
  .utasu_in {
    margin-bottom: 9.44444vw;
  }
  .utasu_in .utasu_main_ct .ttl_art {
    margin-bottom: 1.2963vw;
  }
  .utasu_in .utasu_main_ct_des {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-bottom: 1.57407vw;
    letter-spacing: 0.11111vw;
  }
}

@media screen and (max-width: 767px) {
  .gr_ttl_ctn {
    margin-bottom: 9.11458vw;
  }
  .main_bl {
    margin-bottom: 8.33333vw;
  }
  .main_bl h4 {
    font-size: 4.16667vw;
    line-height: 1.5;
    color: #780e00;
    background: #f4eceb;
    font-weight: 300;
    padding: 1.5625vw 1.43229vw;
    letter-spacing: 0.26042vw;
    margin-bottom: 4.42708vw;
  }
  .main_bl_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.30208vw;
  }
  .main_bl_list li {
    margin-left: 1.30208vw;
    width: -webkit-calc(33.333% - 1.30208vw);
    width: -moz-calc(33.333% - 1.30208vw);
    width: calc(33.333% - 1.30208vw);
    margin-bottom: 3.90625vw;
  }
  .main_bl_list li a {
    display: block;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  .main_bl_list li a figure {
    line-height: 0;
  }
  .main_bl_list li a figure img {
    width: 100%;
    margin-bottom: 1.30208vw;
  }
  .main_bl_list li a figure figcaption {
    font-size: 3.125vw;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .main_bl_list li a:hover {
    opacity: 0.7;
  }
  ul.link.b_dashed {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  ul.link.b_dashed li:not(:last-of-type) {
    margin-bottom: 0;
  }
  ul.link.b_dashed li::after {
    top: -webkit-calc(6.11979vw - 2.5px);
    top: -moz-calc(6.11979vw - 2.5px);
    top: calc(6.11979vw - 2.5px);
  }
  ul.link.col {
    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;
    border-top: none;
  }
  ul.link.col li {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
  }
  ul.link.col li:nth-of-type(1), ul.link.col li:nth-of-type(2) {
    border-top: 1px dashed #dcdcdc;
  }
  ul.link.col li.full {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  ul.link.col li.full_b {
    width: 100%;
  }
  ul.link.col li a {
    display: block;
  }
  ul.link li {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.03906vw;
    padding-left: 3.25521vw;
    position: relative;
  }
  ul.link li:not(:last-of-type) {
    margin-bottom: 1.95313vw;
  }
  ul.link li::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #780e00;
    position: absolute;
    top: -webkit-calc(2.08333vw - 2.5px);
    top: -moz-calc(2.08333vw - 2.5px);
    top: calc(2.08333vw - 2.5px);
    left: 0;
  }
  ul.link li a {
    color: #0099e8;
    text-decoration: underline;
  }
  ul.link li a span {
    border-bottom: 1px solid #0099e8;
  }
  ul.link li a .pdf {
    display: inline-block;
    width: 2.86458vw;
    line-height: 3.38542vw;
    background: url("/outline/css/img/pdf.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    margin-left: 2.60417vw;
  }
  ul.link li a ._blank {
    display: inline-block;
    width: 2.60417vw;
    line-height: 1.95313vw;
    background: url("/outline/css/img/_blank.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
    margin-left: 1.95313vw;
    margin-top: -0.52083vw;
  }  
  .kouhou_in {
    margin-bottom: 12.76042vw;
  }
  .kouhou_in .kou_main_ct_bl p {
    font-size: 3.38542vw;
    line-height: 1.5;
    margin-bottom: 2.60417vw;
    letter-spacing: 0.19531vw;
  }
  .kouhou_in .kou_main_ct_bl .btn_more a {
    font-size: 3.38542vw;
    line-height: 1.9;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl dl {
    border-bottom: 1px dashed #dcdcdc;
    padding: 3.90625vw 0 5.20833vw;
  }
  .kouhou_in .kou_main_ct_bl dl dt {
    font-size: 3.38542vw;
    line-height: 1.9;
    font-weight: bold;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.17188vw;
  }
  .kouhou_in .kou_main_ct_bl dl dd a {
    font-size: 3.38542vw;
    line-height: 1;
    color: #0099e8;
    border-bottom: 1px solid #0099e8;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    letter-spacing: 1px;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img {
    border-bottom: none;
  }
  .kouhou_in .kou_main_ct_bl dl dd a.btn_img img {
    width: 47.91667vw;
  }
  .kouhou_in .kou_main_ct:not(:first-child) {
    margin-top: 9.89583vw;
  }
  .kouhou_in .kou_main_ct:not(:first-child) .ttl_art {
    margin-bottom: 0.39062vw;
  }
  .uunow_in {
    margin-bottom: 14.32292vw;
  }
  .uunow_in .u_main_ct_bl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .uunow_in .u_main_ct_bl ul {
    width: 100%;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .uunow_in .u_main_ct_bl ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.38542vw;
    line-height: 1.9;
    border-bottom: 1px dashed #dcdcdc;
    padding: 2.60417vw 0;
  }
  .uunow_in .u_main_ct_bl ul li a:after {
    content: '';
    width: 2.60417vw;
    height: 4.16667vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 2.60417vw;
            flex: 0 0 2.60417vw;
    margin-left: 2.60417vw;
    background: url("/outline/img/uunow/ic_arrow.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .uunow_in .u_main_ct_bl ul li span {
    display: block;
    font-size: 3.38542vw;
    line-height: 1.9;
    padding: 2.60417vw 0 0;
  }
  .uunow_in .u_main_ct_bl figure {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    padding: 6.51042vw 0 3.90625vw;
  }
  .uunow_in .u_main_ct_bl figure img {
    width: 36.45833vw;
  }
  .uunow_in .u_main_ct:not(:first-child) {
    margin-top: 11.97917vw;
  }
  .uunow_in .u_main_ct:first-child .ttl_art {
    margin-bottom: 0.39062vw;
  }
  .utasu_in {
    margin-bottom: 13.28125vw;
  }
  .utasu_in .utasu_main_ct_des {
    font-size: 3.38542vw;
    line-height: 1.5;
    margin-bottom: 3.51562vw;
    letter-spacing: 0.15625vw;
  }
}
