.rn_staticContents *,
.rn_staticContents *::after,
.rn_staticContents *::before {
    /* font-family: 'Noto Sans JP', sans-serif; */
    line-height: 1.7em;
}

html {
    scroll-behavior: smooth;
    font-feature-settings: "palt";
    margin: 0;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
}
.rn_staticContents .main-wrap p,
.rn_staticContents .main-wrap h3,
.rn_staticContents .main-wrap h4,
.rn_staticContents .main-wrap h5 {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    color: #333;
}

.rn_staticContents .main-wrap {
    width: 640px;
    margin: 0 auto;
}
.rn_staticContents .main-wrap p {
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 40px;
}
.rn_staticContents .main-wrap a {
    font-size: 14px;
    transition: 0.3s;
}
.rn_staticContents .main-wrap a:hover,
.rn_staticContents .main-wrap a:active {
    transition: 0.3s;
}
.rn_staticContents .main-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.23em;
}

/* span start */
.rn_staticContents .product_select_stext {
    font-size: 10px;
}
.rn_staticContents .product_select_btext {
    font-size: 16px;
    font-weight: 600;
}
.rn_staticContents .product_select_bbtext {
    font-size: 24px;
    font-weight: 600;
}
.rn_staticContents .product_select_bbmtext {
    font-size: 34px;
    font-weight: 600;
}
.rn_staticContents .product_select_blue {
    color: #0b298d;
    font-weight: 600;
}
.rn_staticContents .product_select_red {
    color: #e81c24;
    font-weight: 500;
}
.rn_staticContents .product_select_red_bold {
    color: #e81c24;
    font-weight: 600;
}
.rn_staticContents .product_select_a_underline {
    text-decoration: underline;
    color: #0a96d5;
    font-size: 18px !important;
    font-weight: 600;
}
.rn_staticContents .product_select_a_underline-r {
    text-decoration: underline;
    color: #e81c24;
}
.rn_staticContents .product_select_underline {
    font-weight: 500;
}
.rn_staticContents .product_select_underline::after {
    content: '';
    border-bottom: 1px solid #666;
    display: block;
    padding-bottom: 24px;
    margin-bottom: 42px;
}
/* span end */


.rn_staticContents .product_select ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,240px);
    grid-template-rows: repeat(4,1fr);
    justify-content: space-between;
    margin-bottom: 20px;
}
.rn_staticContents .product_select li {
    margin-bottom: 40px;
}
.rn_staticContents .product_select a {
    transition: 0.3s;
}
.rn_staticContents .product_select a:hover,
.rn_staticContents .product_select a:active {
    opacity: 0.6;
    transition: 0.3s;
}
.rn_staticContents .product_select_text {
    background: #666;
    height: 40px;
    align-items: center;
    position: relative
}
.rn_staticContents .product_select_text p {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
.rn_staticContents .product_select_text::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(/euf/assets/images/interview/cursor.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.rn_staticContents .product_select_link {
    margin-bottom: 40px;
}
.rn_staticContents .product_select_link a {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #333;
    text-decoration: underline;
}
.rn_staticContents .product_select_link a:active,
.rn_staticContents .product_select_link a:hover {
    color: #0b298d;
}
.rn_staticContents .product_select_link a:last-child {
    border-right: none;
}
.rn_staticContents .product_select_link a:nth-child(1) {
    padding-left: 0px;
}

.rn_staticContents .contact_channel {
    border-bottom: #aeaeae 1px dotted;
    display: grid;
    grid-template-columns: auto 500px;
    grid-gap: 50px;
    padding: 0 0 80px;
    margin-bottom: 80px;
    align-items: flex-start;
}
.rn_staticContents .contact_channel:last-child {
    border-bottom: none;
}
.rn_staticContents .contact_channel h3 {
    border-bottom: #aeaeae 1px solid;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.rn_staticContents .contact_channel p {
    margin-bottom: 0;
}
.rn_staticContents .contact_channel_r a:hover {
    transition: 0.3s;
    opacity: 0.6;
}
.rn_staticContents .contact_channel_r img {
    width: 100%;
}
.rn_staticContents .contact_channel_no {
    display: block;
    padding: 0 0 80px;
}
.rn_staticContents .contact_channel_no h3 {
    border-bottom: #aeaeae 1px solid;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.rn_staticContents .contact_channel_no p {
    margin-bottom: 0;
}
.rn_staticContents .search_container {
    display: grid;
    grid-template-columns: auto 110px;
    border: 1px solid #aeaeae;
    margin-bottom: 20px;
    width: 100%;
}
.rn_staticContents .bg-gray {
    background: #f2f2f2;
    padding: 20px
}
.rn_staticContents .form_txt {
    background: #fff;
    padding: 10px 16px;
    color: #333;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    font-weight: 600;
}
.rn_staticContents .form_txt::placeholder {
    color: #aeaeae;
  }
.rn_staticContents .form_sbm {
    background: #aeaeae;
    color: #fff;
    text-align: center;
    transition: .3s;
    font-size: 16px;
}
.rn_staticContents .form_sbm:hover,
.rn_staticContents .form_sbm:active {
    background: #0b298d;
    color: #fff;
    transition: .3s;
}

.rn_staticContents .contact_channel_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #aeaeae;
    width: 100%;
}
.rn_staticContents .contact_channel_box:last-child {
    border: none;
}
.rn_staticContents .contact_channel_box h3 {
    border-bottom: #aeaeae 1px solid;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.rn_staticContents .contact_channel_box a {
    font-weight: 500;
    text-decoration: underline;
    color: #0a96d5;
}
.rn_staticContents .contact_channel_chat {
    background: #f2f2f2;
    padding: 40px 48px;
}
.rn_staticContents .contact_channel_chat_box {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
}
.rn_staticContents .contact_channel_chat_box p {
    padding: 0px;
    margin: 0px;
}
.rn_staticContents .contact_channel_chat_hkds_r {
    position: relative;
    display: block;
    margin: 0 26px 20px auto;
    padding: 18px 60px;
    width: 380px;
    color: #555;
    font-size: 16px;
    background: #f2f2f2;
    right: 0;
    border-radius: 10px;
}
.rn_staticContents .contact_channel_chat_hkds_r:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 16px solid #f2f2f2;
}
.rn_staticContents .contact_channel_chat_hkds_lbox {
    display: grid;
    grid-template-columns: 50px auto;
    margin-bottom: 20px;
}
.rn_staticContents .contact_channel_chat_hkds_l {
    position: relative;
    display: inline-block;
    margin: 0 0 0 32px;
    padding: 20px;
    width: 400px;
    color: #555;
    font-size: 16px;
    background: #cad1e7;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
  }
.rn_staticContents .contact_channel_chat_hkds_l:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right: 16px solid #cad1e7;
}
.rn_staticContents .contact_channel_chat_hkds_lbox img{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.rn_staticContents .contact_channel_iconbox {
    display: grid;
    grid-template-columns: 105px 1fr;
    grid-gap: 28px;
    /* border-bottom: #aeaeae 1px dotted; */
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.rn_staticContents .contact_channel_iconbox p {
    margin-bottom: 0px;
}
.rn_staticContents .contact_channel_iconbox img {
    width: 100%;
}

.rn_staticContents .complete_tel_reserve {
    display: block;
}
.rn_staticContents .complete_tel_reserve h3,
.rn_staticContents .complete_tel_reserve_two h3,
.rn_staticContents .complete_tel_reserve_three h3 {
    letter-spacing: 0em;
}
.rn_staticContents .complete_tel_reserve_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.rn_staticContents .complete_tel_reserve_two h3 {
    border-bottom: 1px solid #aeaeae;
    padding: 85px 0 32px;
    margin-bottom: 32px;
}
.rn_staticContents .complete_tel_reserve_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    margin-bottom: 20px;
}
.rn_staticContents .complete_tel_reserve_three a {
    width: 100%;
}
.rn_staticContents .complete_tel_reserve_three img,
.rn_staticContents .intervie_online_two img {
    transition: .3s;
}
.rn_staticContents .complete_tel_reserve_three img:hover,
.rn_staticContents .complete_tel_reserve_three img:active,
.rn_staticContents .intervie_online_two img:hover,
.rn_staticContents .intervie_online_two img:active {
    opacity: 0.7;
    transition: .3s;
}
.rn_staticContents .complete_tel_reserve_three img {
    width: 100%;
}
.rn_staticContents .complete_tel_reserve_three_mds h3 {
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 40px;
}
.rn_staticContents .complete_tel_reserve_three .btn_blk_r {
    height: 35px;
}
.rn_staticContents .complete_tel_reserve_three .btn_blk_r img {
    width: 22px;
    margin-right: 12px;
}


.rn_staticContents .intervie_online {
    padding-bottom: 40px;
}
.rn_staticContents .intervie_online {
    padding-bottom: 0px;
}
.rn_staticContents .intervie_online img{
    margin-top: 10px;
}

.rn_staticContents .intervie_online p {
    margin-bottom: 14px;
}
.rn_staticContents .intervie_online_or {
    background: #fffcf5;
    padding: 8px 12px;
}
.rn_staticContents .intervie_online_or p {
    margin: 0;
}
.rn_staticContents .intervie_online_or img {
    vertical-align: middle;
    position:relative;
    bottom: 2px;
    padding:0 2px
}
.rn_staticContents .intervie_online_two_mds {
    text-align: center;
    letter-spacing: 0.05em;
    margin: 76px 0 0;
}
.rn_staticContents .intervie_online_two {
    max-width: 816px;
    margin: 0 auto;
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px
}
.rn_staticContents .intervie_online_two .btn_blk_r img {
    width: 22px;
    margin-right: 12px;
}

.rn_staticContents .call_number_page_head {
    margin: 0 auto 20px;
}
.rn_staticContents .call_number_page_head p {
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
    margin: 0;
}
.rn_staticContents .call_number_page_head_step {
    background: #0a96d5;
    font-size: 13px;
    color: #fff;
    padding: 2px 12px
}
.rn_staticContents .direct_tel_reserve_head {
    display: flex;
    margin-bottom: 20px;
}
.rn_staticContents .direct_tel_reserve_head h3 {
    padding: 15px 10px;
}
.rn_staticContents .direct_tel_reserve_merit {
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    white-space: nowrap;
    background: #0a96d5;
    font-size: 12px;
    line-height:1.4;
    color: #fff;
    border-radius: 50%;
/*    padding: 6px*/
    padding: 13px 0 0;
}
.rn_staticContents .direct_tel_reserve_margin {
    margin-bottom: 60px;
}
.rn_staticContents .direct_tel_reserve_margin img {
    transition: none;
}
.rn_staticContents .direct_tel_reserve_margin img:hover,
.rn_staticContents .direct_tel_reserve_margin img:active {
    opacity: 1.0;
    transition: none;
}
.rn_staticContents .direct_tel_reserve_middle {
    padding-bottom: 32px;
}
.rn_staticContents .direct_tel_reserve_middle h3 {
    background: #333631;
    color: #fff;
    margin-bottom: 40px;
    padding: 6px 10px;
}
.rn_staticContents .direct_tel_reserve_middle p > a {
    color: #0a96d5;
    text-decoration: underline;
    font-weight: 600;
}

/* 追加要望No.16対応 ここから*/
.rn_contactChanelSelect{
  width: 100%;
}
.contact_channel_product_name{
  color: #0d2ea1;
  margin-bottom: 20px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_channel_title{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_channel {
  border-bottom: none;
  padding: 0px;
  margin-bottom: 80px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_channel:last-child{
  margin-bottom: 40px;
}

.contact_channel_select_css_area .faq_top3{
  font-weight: bold;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_channel_content_title {
  background-color: #0d2ea1;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 20px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_chanel_merit{
  /* background-color:#e4fbff; */
  padding: 0 20px 20px 0px;
  margin-top: -20px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_chanel_merit_contents{
  display:flex;
  align-items: center;
  font-weight: bold;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_chanel_merit_contents .contact_chanel_merit_contents_icon::before{
  font-family: 'FontAwesome';
  content: "\f058";
  color: #0b97d3;
  font-size:30px;
  margin: 0 20px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_chanel_merit h3 {
  color: #0b97d3;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.rn_staticContents .main-wrap .contact_channel_select_css_area .contact_chanel_merit h3::before{
  font-family: 'FontAwesome';
  content: "\f0eb";
  font-size:30px;
  margin: 0 20px;
}
.contact_channel_select_css_area .contact_channel_border {
  border-bottom: #aeaeae 2px dotted;
  margin-bottom: 40px;
}
.rn_contactChanelSelect .contact_channel {
    border-bottom: #aeaeae 1px dotted;
    display: grid;
    grid-template-columns: auto 500px;
    grid-gap: 50px;
    margin-bottom: 80px;
    align-items: flex-start;
}
.rn_staticContents .main-wrap .direct_chat_css_area .contact_channel{
  margin-bottom: 0px;
}
.rn_staticContents .main-wrap .direct_chat_css_area .interview_btn_area{
  margin: 80px 0px;
}
.rn_staticContents .main-wrap .direct_chat_css_area .description_chat_guide_a{
  color: #0a96d5;
  text-decoration: underline;
  font-weight: 600;
}
/* 追加要望No.16対応 ここまで*/


/* tablet */
@media screen and (max-width: 650px) {
    .rn_staticContents .main-wrap {
        width: 100%;
        padding: 0 16px;
    }
    .rn_staticContents .product_select ul {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: repeat(4,1fr);
        justify-content: space-between;
        margin-bottom: 20px;
        grid-gap: 16px;
    }
    .rn_staticContents .product_select li {
        margin: 0;
    }
    .rn_staticContents .product_select p {
        font-size: 12px;
    }
    .rn_staticContents .product_select img {
        width: 100%;
    }
    .rn_staticContents .contact_channel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding: 0 0 60px;
        margin-bottom: 60px;
        align-items: flex-start;
    }
    .rn_contactChanelSelect .contact_channel {
        grid-template-columns: none;
    }
  }

/* smt */
@media screen and (max-width: 399px) {
    .rn_staticContents .main-wrap p {
        line-height: 1.8em;
        font-size: 12px;
        margin-bottom: 40px;
    }
    .rn_staticContents .main-wrap a {
        font-size: 12px;
        transition: 0.3s;
    }
    .rn_staticContents .main-wrap a:hover,
    .rn_staticContents .main-wrap a:active {
        transition: 0.3s;
    }
    .rn_staticContents .main-wrap h3 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.23em;
    }
    .rn_staticContents .contact_channel_chat p {
        line-height: 1.8em;
        font-size: 12px;
        margin-bottom: 0px;
    }

    .rn_staticContents .main-wrap {
        padding: 0 8px;
    }
    .rn_staticContents .product_select ul {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(6,1fr);
        margin-bottom: 20px;
        grid-gap: 16px;
    }
    .rn_staticContents .product_select_link a {
        padding-right: 0px;
        padding-left: 0px;
        border-right: none;
        text-decoration: underline;
        display: block;
        margin-bottom: 8px;
    }
    .rn_staticContents .contact_channel {
        display: block;
    }
    .rn_staticContents .contact_channel_l {
        margin-bottom: 32px;
    }
    .rn_staticContents .search_container {
        display: grid;
        grid-template-columns: auto 110px;
        width: 100%;
    }
    .rn_staticContents .bg-gray {
        padding: 20px 10px;
    }

    .rn_staticContents .contact_channel_chat {
        padding: 24px 16px;
    }
    .rn_staticContents .contact_channel_chat_hkds_r {
        padding: 18px 24px;
        width: 100%;
    }
    .rn_staticContents .contact_channel_chat_hkds_lbox {
        display: grid;
        grid-template-columns: 32px auto;
        margin-bottom: 20px;
    }
    .rn_staticContents .contact_channel_chat_hkds_lbox img{
        width: 32px;
    }
    .rn_staticContents .contact_channel_chat_hkds_l {
        margin: 0 0 0 16px;
        padding: 20px;
        width: 96%;
    }
    .rn_staticContents .contact_channel_chat_hkds_l:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -22px;
        margin-top: -6px;
        border: 6px solid transparent;
        border-right: 16px solid #cad1e7;
    }

    .rn_staticContents .complete_tel_reserve_three {
      display: grid;
      grid-template-rows: repeat(3, 1fr);
      grid-template-columns: 1fr;
      grid-gap: 32px;
    }
    .rn_staticContents .complete_tel_reserve_two {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2,1fr);
        grid-gap: 32px;
        border-bottom: #aeaeae 1px dotted;
    }
    .rn_staticContents .complete_tel_reserve_two p {
        margin-bottom: 0px;
    }
    .rn_staticContents .complete_tel_reserve_two .btn_blk {
        margin-bottom: 24px;
    }
    .rn_staticContents .complete_tel_reserve_two h3 {
        padding: 56px 0 32px;
    }
    .rn_staticContents .contact_channel_iconbox {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-gap: 28px;
        border-bottom: #aeaeae 1px dotted;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .rn_staticContents .product_select_bbmtext,
    .rn_staticContents .product_select_bbtext {
        font-size: 18px;
        font-weight: 600;
    }
    .rn_staticContents .intervie_online_two {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2,1fr);
        grid-gap: 16px
    }
    .rn_staticContents .intervie_online_two img {
        width: 100%;
    }
    .rn_contactChanelSelect .contact_channel {
        grid-template-columns: none;
    }
}



/* btn start */
.rn_staticContents .btn_blk {
    display: block;
    background: #1a1a1a;
    width: 400px;
    height: 62px;
    text-align: center;
    margin: 60px auto;
    position: relative;
}
.rn_staticContents .btn_blk_l {
    margin: 60px 0;
}
.rn_staticContents .btn_blk a {
    background: #1a1a1a;
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}
.rn_staticContents .btn_blk a:hover,
.rn_staticContents .btn_blk a:active {
    background: #0b298d;
}
.rn_staticContents .main-wrap .complete_tel_reserve_two .complete_tel_reserve_two_inner #btn_blk_id:hover,
.rn_staticContents .main-wrap .complete_tel_reserve_two .complete_tel_reserve_two_inner #btn_blk_id:active {
    background: #0b298d;
}

.rn_staticContents .btn_blk:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(/euf/assets/images/interview/cursor.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.rn_staticContents .btn_blk p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
}

.rn_staticContents .btn_blk_r {
    width: 100%;
}
.rn_staticContents .btn_blk_r {
    background: #1a1a1a;
    display: flex;
    color: #fff;
    justify-content: right;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    transition: .3s;
}
.rn_staticContents .btn_blk_r p {
    color: #fff;
    padding: 12px 32px 12px 0px;
    margin: 0;
}
.rn_staticContents .btn_blk_r:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(/euf/assets/images/interview/cursor.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.rn_staticContents .btn_blk_r:hover,
.rn_staticContents .btn_blk_r:active {
    background: #0b298d;
    transition: .3s;
}
.rn_staticContents .padding80 {
    padding-bottom: 80px;
    border-bottom: none;
}
.rn_staticContents .noborder {
    border-bottom: none;
}

@media screen and (max-width: 599px) {
    .rn_staticContents .btn_blk {
        width: 90%;
    }
}

.rn_staticContents .btn_blk_003 {
    display: block;
    background: #0b298d;
    width: 400px;
    height: 62px;
    text-align: center;
    margin: 60px auto;
    position: relative;
}
.rn_staticContents .btn_blk_003 a {
    background: #0b298d;
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}
.rn_staticContents .btn_blk_003 a:hover,
.rn_staticContents .btn_blk_003 a:active {
    background: #0000ff;
}

.rn_staticContents .btn_blk_003:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background-image: url(/euf/assets/images/interview/cursor.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.rn_staticContents .btn_blk_003 p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
}

@media screen and (max-width: 599px) {
    .rn_staticContents .btn_blk_003 {
        width: 90%;
    }
}
/* btn end */


/* おすすめ表記のグラデーション */
.no1font {
	background: linear-gradient(45deg, #FFCE08 0%, #FCF60C 37%, #FEFEB2 47%, #FAFAD6 50%, #FEFEB2 53%, #F9F045 63%, #F7E219 100%);
	background: -webkit-linear-gradient(45deg, #FFCE08 0%, #FCF60C 37%, #FEFEB2 47%, #FAFAD6 50%, #FEFEB2 53%, #F9F045 63%, #F7E219 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.no2font {
	background: linear-gradient(45deg, #666 0%, #868888 20%, #D8DCDC 34%, #999A9C 35%, #CCCDCE 43%, #FFF 53%, #D1D6D7 68%, #9B9D9F 84%, #888 100%);
	background: -webkit-linear-gradient(45deg, #666 0%, #868888 20%, #D8DCDC 34%, #999A9C 35%, #CCCDCE 43%, #FFF 53%, #D1D6D7 68%, #9B9D9F 84%, #888 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.no3font {
	background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
	background: -webkit-linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.no4font {
	color: #AFF;
}
