@charset "utf-8";

/*=============================
  基本設定
=============================*/
body {
    color: #333 !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
    background: #fff !important;
    width: 100% !important;
}

.scoutLP_wrap {
    overflow-x: hidden;
}

.keisai_co_btn a,
#masthead .navbar,
.page-template-page-published .page-header,
.page-template-page-no-box .page-header,
.wp_social_bookmarking_light {
    display: none;
}

.box {
    padding: 0px !important;
    box-shadow: none !important;
}

.container {
    padding: 0;
}

.row {
    margin: 0;
}

.scoutLP-button {
    text-align: center;
}

.scoutLP-button a {
    padding: 16px 0px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 70px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    transition: all ease .3s;
    background-color: #ff9813;
    background-image: linear-gradient(90deg, #ff9813 0%, #f7b71e 100%);
    font-weight: 700;
}

.scoutLP-button a:hover {
    text-decoration: none;
    font-size: 24px;
    padding: 18px 0px;
    filter: brightness(115%);
    color: #fff;
}

.scoutLP-button a:focus {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    outline-offset: unset !important;
}

.scoutLP-button.userLP__button p {
    margin: 0;
}

.scoutLP-button.userLP__button p span {
    font-size: 13px;
}

.scoutLP-button.userLP__button a {
    background-image: linear-gradient(90deg, #ff9813 0%, #f5c413 100%);
    box-shadow: 6px 8px 13px #b9b9b9;
}

.merit h2,
.movie h2,
.scoutFlow h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    color: #1f51a2;
    margin-bottom: 60px;
}

div#content {
    background: #fff !important;
}

@media (max-width:520px) {
    .appear-520 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 850px) {
    .hidden-850 {
        display: none;
    }
}

@media (min-width: 768px) {
    .pc-hidden {
        display: none;
    }

    .container {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .hidden-700 {
        display: none;
    }
}

@media (min-width: 650px) {
    .hidden-650 {
        display: none;
    }
}

@media (min-width: 520px) {
    .hidden-520 {
        display: none;
    }
}

@media (min-width: 500px) {
    .hidden-500 {
        display: none;
    }
}

@media (max-width:460px) {

    .merit h2,
    .movie h2,
    .scoutFlow h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 24px;
    }

    .scoutLP-button.userLP__button a {
        max-width: 320px;
        font-size: 20px;
        padding: 20px 0;
    }
}

header {
    height: 80px;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    padding: 17px 10px;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
}

.header_logo {
    width: 250px;
    margin: auto 0;
}

.header_logo img {
    width: 100%;
}

.header_menu {
    display: flex;
}

.header_btn {
    text-align: center;
    width: 170px;
}

.header_btn a {
    color: #fff;
    padding: 8px 0;
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    transition: all ease .3s;
    height: 44px;
}

.header_btn a:hover {
    text-decoration: none;
    filter: brightness(115%);
    padding: 10px 0;
    color: #fff;
}

.header_btn a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.header_search {
    margin-right: 20px;
}

.header_search a {
    background: #1b68e4;
}

.header_register a {
    background: #f7a31e;
}

/* user LP */
.userLp__header_logo {
    width: 150px;
}

header.userLp__header {
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    header {
        height: 70px;
        padding: 15px 10px;
    }

    .header_logo {
        width: 200px;
    }

    .header_btn {
        width: 140px;
    }

    .header_btn a {
        font-size: 16px;
        padding: 8px 0;
        height: 41px;
    }
}

@media (max-width: 520px) {
    header {
        padding: 5px 10px;
    }

    .header_logo {
        width: 170px;
    }

    .header_menu {
        flex-direction: column-reverse;
    }

    .header_btn {
        width: 140px;
    }

    .header_btn a {
        font-size: 14px;
        padding: 4px 0;
        height: 28px;
    }

    .header_btn a:hover {
        padding: 4px 0;
    }

    .header_search {
        margin-right: 0;
    }

    .header_register {
        margin-bottom: 5px;
    }

}

/*=============================
  Main Visual
=============================*/
.mainVisual {
    height: 400px;
    position: relative;
    background: url(/contents/wp-content/themes/doraever/images/ph_top_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 70px;
}

.main_text-middle {
    position: absolute;
    width: 100%;
    max-width: 400px;
    top: 50%;
    left: 47%;
    transform: translate(0, -40%);
    padding: 10px;
}

.main_text-title {
    margin-bottom: 60px;
}

.main_text-title::before {
    content: '';
    background: #fff;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    filter: blur(15px);
    z-index: -1;
}

.mainVisual.userLp__mainVisual {
    background: url(/contents/wp-content/themes/doraever/images/user_lp/ph_top_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 70px;
    height: 550px;
}

.userLp__mainVisual .main_text-middle {
    max-width: 550px;
}

.userLp__mainVisual .main_text-title {
    margin-bottom: 20px;
    margin-left: -200px;
}

.userLp__mainVisual .main_text-title::before {
    content: '';
    background: transparent;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    z-index: -1;
}

.userLp__mainVisual .userLp__No1-icon {
    position: absolute;
    top: 40px;
    left: 72%;
    width: 150px;
}


.userLp__mainVisual .scoutLP-button {
    text-align: right;
    width: 100%;
}

.userLp__mainVisual .scoutLP-button a {
    background-image: linear-gradient(90deg, #ff9813 0%, #f5c413 100%);
    box-shadow: 0 0 15px #0000005c;
}

.userLP__annotation {
    width: 100%;
    position: absolute;
    bottom: -33%;
}

@media (max-width: 1050px) {
    .userLp__mainVisual .main_text-middle {
        left: 40%;
    }
}

@media (max-width: 920px) {
    .userLp__mainVisual .main_text-middle {
        left: 31%;
    }
    .userLp__mainVisual .main_text-title {
        margin-left: -150px;
    }
}

@media (max-width: 800px) {
    .main_text-middle {
        max-width: 400px;
        transform: translate(-25%, -50%);
    }

    .mainVisual.userLp__mainVisual {
        height: 480px;
    }

    .userLp__No1-icon {
        position: absolute;
        top: 0;
        right: -10px;
        width: 130px;
    }

    .userLp__mainVisual .main_text-title {
        margin-left: -20px;
    }

    .userLp__mainVisual .main_text-middle {
        left: 35%;
    }
    .userLP__annotation {
        bottom: -48%;
    }
}

@media (max-width: 650px) {
    .mainVisual {
        background: url(/contents/wp-content/themes/doraever/images/ph_sp_top.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        margin-top: 70px;
    }

    .main_text-title {
        display: none;
    }

    .main_text-middle {
        transform: translate(-50%, 50%);
    }

    .mainVisual.userLp__mainVisual {
        background: url(/contents/wp-content/uploads/ph_sp_top_20250430.jpg);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        margin-top: 70px;
    }

    .userLp__mainVisual .userLp__No1-icon {
        display: none;
    }

    .userLp__mainVisual .main_text-middle {
        left: 50%;
        transform: translateX(-50%);
        top: 90%;
    }

    .userLp__mainVisual .scoutLP-button {
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: -50px;
    }
    .userLP__annotation {
        display: none;
    }
}

@media (max-width: 550px) {
    .mainVisual.userLp__mainVisual {
        height: 420px;
    }
}

@media (max-width: 480px) {
    .mainVisual {
        height: 350px;
    }

    .mainVisual.userLp__mainVisual {
        height: 350px;
    }

    .userLp__mainVisual .scoutLP-button a {
        max-width: 320px;
        height: 60px;
        padding: 12px 0;
    }
}

@media (max-width: 350px) {
    .scoutLP-button a {
        font-size: 22px;
        padding: 20px 0px;
    }
}

@media (min-width: 1500px) {
    .mainVisual {
        height: 550px;
    }
}

/*=============================
  About
=============================*/
.about {
    background: #1f51a2;
}

.about p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 15px 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

.userLp__about p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 23px 0 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
}

/*=============================
  merit
=============================*/
.merit {
    padding: 100px 0;
    background-image: url(/contents/wp-content/themes/doraever/images/ph_bg.png);
}

.merit_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.merit_items {
    margin: 0;
    display: flex;
}

.merit_item {
    border: 5px solid #1f51a2;
    border-radius: 10px;
    margin: 10px;
    background: #fff;
    width: 33%;
    padding: 16px 12px;
}

.merit_item h3 {
    text-align: center;
    font-size: 22px;
    color: #323232;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.merit_item h3 span {
    background: linear-gradient(transparent 50%, #f7e01e 50%);
}

.merit_item p {
    color: #323232;
    margin: 12px 0;
    font-size: 16px;
}

.userLp__merit {
    background: transparent;
    padding: 60px 0;
}

.merit.userLp__merit .merit_container {
    margin: 0 auto 20px;
    max-width: 1100px;
}

.merit.userLp__merit h2 {
    margin-bottom: 40px;
}

.merit.userLp__merit h2 span {
    position: relative;
}

.merit.userLp__merit h2 span:before {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(-27deg);
    left: -1em;
}

.merit.userLp__merit h2 span:after {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(27deg);
    right: -1em;
}

.merit.userLp__merit h3 {
    color: #323232;
    text-align: center;
    margin: 0 0 19px;
}

.merit.userLp__merit .merit_item {
    width: 50%;
    border: none;
    background: #edf3ff;
    padding: 0;
    border-radius: 0;
}

.merit.userLp__merit .merit_item h3 {
    color: #fff;
    background: #5f85c5;
    padding: 20px 0;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.merit.userLp__merit .merit_item ul {
    padding: 0px 20px;
    margin-bottom: 0;
}

.merit.userLp__merit .merit_item ul li {
    padding: 32px 0 32px 50px;
    font-weight: bold;
    border-bottom: 2px solid #d6dce8;
    list-style: none;
    position: relative;
    font-size: 16px;
}

.merit.userLp__merit .merit_item ul li:last-child {
    border-bottom: none;
}

.merit.userLp__merit .merit_item ul li::before {
    content: '';
    width: 27px;
    height: 17px;
    background: url(/contents/wp-content/themes/doraever/images/user_lp/ph_checkicon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.merit.userLp__merit .merit_item ul li span {
    color: #ea8d15;
}

.merit_item-uservoice-wrap {
    padding: 15px 5px;
}

.merit.userLp__merit .merit_item-uservoice {
    display: flex;
    padding: 10px;
}

.merit.userLp__merit .merit_item-uservoice-icon {
    width: 100px;
    margin: auto;
}

.merit.userLp__merit .merit_item-uservoice-icon img {
    width: 100%;
}

.merit.userLp__merit .merit_item-uservoice-text {
    width: calc(100% - 70px);
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
}

.merit.userLp__merit .merit_item-uservoice-text p {
    font-weight: bold;
    padding: 0 0 0 25px;
    position: relative;
}

.merit.userLp__merit .merit_item-uservoice-text p::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #ffffff;
    border-left: 0;
}

.merit.userLp__merit .merit_item-uservoice-text p span {
    color: #ea8d15;
}

.userLP__merit-text {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 20px 0 0;
}

.userLP__merit-text span {
    background: linear-gradient(transparent 50%, #ffff47 50%);
}

.search__wrap {
    margin: 50px 0px 50px 0px;
    text-align: center;
}

.search__wrap select {
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    background: #fff;
    height: 60px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

.search__wrap button {
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    background: #1f51a2;
    color: #fff;
    height: 61px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
    margin-left: 10px;
}

.popular-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}

.popular-inner {
    background: #fff;
    margin: 0 auto 30px;
    padding: 30px 20px;
    border-radius: 4px;
}

.popular-inner ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}

.popular-inner ul li {
    width: 33%;
    text-align: center;
    padding: 8px;
}

.popular-inner h3 {
    margin: 0 0 15px;
    text-align: center;
}

.popular-inner a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.search__wrap span {
    color: #1f51a2;
}

@media (max-width: 1040px) {
    .merit_item h3 {
        font-size: 20px;
    }
}

@media (max-width: 980px) {
    .merit.userLp__merit .merit_items {
        display: block;
        margin: 0 10px;
    }

    .merit.userLp__merit .merit_item {
        width: 100%;
        max-width: 640px;
        margin: 10px auto;
    }

    .merit.userLp__merit .merit_item ul {
        padding: 0 20px;
    }
}

@media (max-width: 960px) {
    .merit_item h3 {
        font-size: 18px;
    }

    .popular-inner ul li {
        width: 50%;
    }
}

@media (max-width: 880px) {
    .merit_item h3 {
        font-size: 15px;
    }

    .merit_item {
        padding: 16px 8px;
    }
}

@media (max-width: 767px) {
    .merit {
        padding: 60px 10px;
    }

    .merit_items {
        display: block;
    }

    .merit_item {
        width: 100%;
        max-width: 420px;
        margin: 10px auto;
    }

    .merit_item h3 {
        font-size: 22px;
    }

    .userLp__merit {
        padding: 40px 0 50px;
    }

    .merit.userLp__merit h2 {
        margin-bottom: 20px;
    }

    .search__wrap form {
        text-align: center;
        display: flex;
        flex-direction: column;
        max-width: 300px;
        margin: 50px auto;
    }

    .search__wrap button {
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .popular-inner ul li {
        width: 100%;
    }

    .doraever_first_entry_content #entry_form input[type="email"] {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .merit h2 {
        font-size: 26px;
        padding: 20px 0px !important;
    }

    .merit_item p {
        padding: 0 5% !important;
    }

    .userLp__merit {
        padding: 20px 0 50px;
    }

    .merit.userLp__merit h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .merit.userLp__merit .merit_item ul li {
        font-size: 15px;
        padding: 27px 0 27px 40px;
    }

    .merit.userLp__merit .merit_item ul li::before {
        left: 4px;
    }

    .merit_item-uservoice-wrap {
        padding: 15px 0;
    }

    .merit.userLp__merit .merit_item-uservoice-text {
        margin: 0 0 0 20px;
        padding: 0;
    }

    .merit.userLp__merit .merit_item-uservoice-text p {
        padding: 15px 0 15px 15px !important;
        font-size: 15px;
        width: 100%;
    }
}

@media (max-width: 389px) {
    .merit h2 {
        font-size: 24px;
    }

    .merit.userLp__merit .merit_item ul li {
        font-size: 14px;
    }

    .merit.userLp__merit .merit_item-uservoice-text p {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .merit_item h3 {
        font-size: 18px;
    }
}

/*=============================
  Movie
=============================*/
.movie {
    padding: 100px 10px;
}

.movie_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.movie_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 60px;
}

.movie iframe {
    position: absolute;
    right: 0;
    top: 0;
}

.movie_wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .movie {
        padding: 60px 10px;
    }
}

/*=============================
  Flow
=============================*/
.scoutFlow {
    background: #ecf8ff;
    padding: 100px 10px;
}

.scoutFlow_container {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.scoutFlow_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 5px solid #1f51a2;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
}

.step_wrap {
    margin: auto 0 auto 40px;
    width: 100%;
}

.step_title {
    color: #1f51a2;
    font-size: 22px;
    font-weight: bold;
}

.step_title span {
    background: linear-gradient(transparent 50%, #f7e01e 50%);
}

.step_text {
    color: #1f51a2;
    font-size: 18px;
    padding-right: 10px;
}

.scoutFlow_img img {
    width: 100%;
    max-width: 270px;
    height: auto;
}

@media (max-width: 767px) {
    .scoutFlow {
        padding: 60px 10px;
    }

    .scoutFlow_content {
        width: 100% !important;
        display: block;
    }

    .step_wrap {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .step_text {
        font-size: 16px;
    }

    .scoutFlow_img {
        text-align: center;
    }

    .scoutFlow_img img {
        width: 100% !important;
    }
}

@media (max-width: 460px) {
    .step_title {
        font-size: 18px;
    }
}

@media (max-width: 370px) {
    .scoutFlow_wrap {
        padding: 20px 10px !important;
    }
}

/*=============================
  Compare (userLP)
=============================*/
.userLp__compare {
    padding: 0 0 100px;
}

.userLp__compare_container {
    margin: 0 auto 20px;
    max-width: 1100px;
}

.userLp__compare_items {
    margin: 0 10px;
    display: flex;
}

.userLp__compare_item {
    width: 50%;
}

.userLp__compare h3 {
    color: #323232;
    text-align: center;
    margin-bottom: 40px;
}

.userLp__compare_graph {
    width: 100%;
}

.userLp__compare_graph img {
    width: 100%;
}

.userLp__compare_table {
    width: 100%;
}

.userLp__compare_table h4 {
    color: #fff;
    background: #5f85c5;
    padding: 20px 0;
    text-align: center;
    margin: 0;
}

.userLp__compare_table table {
    width: 100%;
}

.userLp__compare_table table th,
.userLp__compare_table table td {
    text-align: center;
    padding: 35px 0;
    font-size: 18px;
}

.userLp__compare_table table th {
    background: #b6c9ea;
    width: 30%;
    border-bottom: 2px solid #d1dfec;
}

.userLp__compare_table table td {
    background: #edf3ff;
    width: 70%;
    font-weight: bold;
    border-bottom: 2px solid #d8deec;
}

.userLp__compare_table table tr:last-child th {
    border-bottom: 0;
}

.userLp__compare_table table tr:last-child td {
    border-bottom: 0;
}

@media (max-width:960px) {
    .userLp__compare {
        padding: 0 0 30px;
    }

    .userLp__compare_items {
        display: block;
    }

    .userLp__compare_item {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }
}


/*=============================
  Search Area (userLP)
=============================*/
.userLP__search {
    background: #ebf8fe;
    padding: 60px 0 100px;
}

.userLP__search_container {
    margin: 0 auto 20px;
    max-width: 1100px;
}

.userLP__search_container h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    color: #1f51a2;
}

.userLP__search_container h2 span {
    position: relative;
    letter-spacing: 3px;
}

.userLP__search_container h2 span:before {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(-27deg);
    left: -1em;
}

.userLP__search_container h2 span:after {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(27deg);
    right: -1em;
}

.userLP__search_items {
    display: flex;
    max-width: 650px;
    margin: 0 auto;
}

.userLP__search_img {
    width: 24%;
    margin: 0 30px;
}

.userLP__search_text {
    width: 76%;
}

.userLP__search_text p {
    margin: 0;
    line-height: 1.7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.userLP__search_text p.userLP__search_text-annotation {
    line-height: 1;
    margin-bottom: 0;
}

.userLP__search_text p span {
    font-size: 12px;
    font-weight: normal;
}
@media (max-width: 650px) {
    .userLP__search {
        padding: 30px 0 60px;
    }

    .userLP__search_container h2 span {
        letter-spacing: 0;
    }

    .userLP__search_items {
        display: block;
    }

    .userLP__search_img {
        margin: 0 auto 10px;
        max-width: 200px;
        width: 100%;
    }

    .userLP__search_text {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .userLP__search_text p.userLP__search_text-annotation {
        text-align: left;
        max-width: 350px;
        margin: auto;
    }
}

/*=============================
  Guidance
=============================*/
.userLP__guidance {
    background-image: url(/contents/wp-content/themes/doraever/images/ph_bg.png);
    padding: 60px 0 100px;
}

.userLP__guidance_container {
    margin: 0 auto 20px;
    max-width: 1100px;
}

.userLP__guidance_container h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    color: #1f51a2;
}

.userLP__guidance_container h2 span {
    position: relative;
    letter-spacing: 3px;
}

.userLP__guidance_container h2 span:before {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(-27deg);
    left: -1em;
}

.userLP__guidance_container h2 span:after {
    content: "";
    width: 3px;
    height: 1.5em;
    background: #1f51a2;
    position: absolute;
    transform: rotate(27deg);
    right: -1em;
}

.userLP__guidance_items {
    display: flex;
    max-width: 1100px;
    margin: 0 auto 20px;
    justify-content: center;
}

.userLP__guidance_balloon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    position: relative;
    background-color: #fff;
    border: 3px solid #67a1d2;
    border-radius: 0.5em;
    width: 77%;
    max-width: 500px;
    height: 100%;
}

.userLP__guidance_balloon::before,
.userLP__guidance_balloon::after {
    content: '';
    position: absolute;
}

.userLP__guidance_balloon {
    margin-right: 1.5em;
}

.userLP__guidance_balloon::before,
.userLP__guidance_balloon::after {
    top: 80%;
    transform: translateY(-50%);
    right: -1.5em;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 1.5em solid #67a1d2;
}

.userLP__guidance_balloon::after {
    right: calc(7px - 1.5em);
    border-left: solid 1.5em #fff;
}

.userLP__guidance_balloon p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.userLP__guidance_balloon p.userLP__guidance_balloon-bold {
    font-weight: bold;
    margin-bottom: 20px;
}

.userLP__guidance_balloon p span {
    color: #f7a31e;
}


.userLP__guidance_img {
    width: 23%;
    min-width: 230px;
}

@media (max-width:800px) {
    .userLP__guidance {
        padding: 30px 0 60px;
    }

    .userLP__guidance_items {
        display: block;
        margin: 0 10px 20px;
    }

    .userLP__guidance_balloon {
        margin: 0 auto 1.5em;
        width: 100%;
    }

    .userLP__guidance_balloon::before,
    .userLP__guidance_balloon::after {
        top: unset;
        left: 20%;
        transform: translateX(-50%);
        bottom: -2.2em;
        border-top: 1.5em solid #67a1d2;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        right: unset;
    }

    .userLP__guidance_balloon::after {
        right: unset;
        border-left: 10px solid transparent;
        bottom: calc(7px - 2.2em);
        border-top: solid 1.5em #fff;
    }

    .userLP__guidance_img {
        margin: 0 auto;
        width: 35%;
        min-width: 250px;
    }
}

@media (max-width:650px) {
    .userLP__guidance_container h2 span {
        letter-spacing: 0;
    }

    .userLP__guidance_container h2 span:before {
        left: -4.5em;
        bottom: 0;
    }

    .userLP__guidance_container h2 span:after {
        bottom: 0;
    }
}

@media (max-width:500px) {
    .userLP__guidance_container h2 {
        font-size: 22px;
    }

    .userLP__guidance_balloon p {
        font-size: 16px;
    }

    .userLP__guidance_balloon p.userLP__guidance_balloon-bold {
        font-size: 18px;
    }
}

/*=============================
  Bottom Section
=============================*/
.bottom {
    background-image: url(/contents/wp-content/themes/doraever/images/ph_change_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 0 10px;
}

.bottom_change {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.bottom_img {
    margin-top: 20px;
}

.bottom_img img {
    max-width: 100%;
}

.bottom_bg {
    background: transparent linear-gradient(180deg, #064CA3 0%, #000811 100%) 0% 0% no-repeat padding-box;
    clip-path: polygon(50% 60%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    padding: 200px 20px 20px;
    margin-bottom: 30px;
}

.bottom_order {
    display: flex;
    flex-direction: column;
}

.bottom_text {
    text-align: center;
    font-size: 26px;
}

.bottom_text p {
    margin-top: 40px;
    margin-bottom: 30px;
}

.bottom_icon {
    text-align: center;
    margin-bottom: -140px;
}

.bottom_icon img {
    width: 100%;
    max-width: 136px;
}

@media (max-width: 767px) {
    .bottom_img {
        margin-top: 0px;
    }

    .bottom_order {
        flex-direction: column-reverse;
    }

    .bottom_icon {
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .bottom_text {
        margin-bottom: -140px;
    }

    .bottom_text p {
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    .bottom_bg {
        background: transparent linear-gradient(180deg, #064CA3 0%, #000811 100%) 0% 0% no-repeat padding-box;
        clip-path: polygon(50% 60%, 100% 30%, 100% 100%, 0 100%, 0 30%);
        padding: 200px 20px 20px;
    }

    .bottom_text p {
        font-size: 20px;
    }

    .bottom_icon img {
        max-width: 90px;
    }
}

@media (max-width: 350px) {
    .bottom_text p {
        margin-bottom: 40px;
    }
}

/*=============================
  Register
=============================*/
#entry-container {
    padding-top: 85px;
    margin-top: -85px;
}

.doraever_first_entry_content {
    margin-top: 60px !important;
}

.privacy_area {
    margin: 0 15px;
}