@charset "utf-8";

/** Sプラン **/

#results .plan_s_ribbon {
    width: 900px;
    position: relative;
    top: -25px;
    left: -35px;
}

.plan_s_ribbon  {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px 8px 30px;
    width: 99%;
    background: linear-gradient(to right, #947002, #ffdc4f, #947002);
    line-height: 3;
    top: -25px;
    left: -15px;
    border-radius: 4px 0 0 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 5px #000;
}

.plan_s_ribbon::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -30px;
    width: 30px;
    height: 100%;
    display: block;
    background: linear-gradient(55deg, #947002 22px, transparent 0) 0 20px, linear-gradient(120deg, #947002 22px, transparent 0) 0 20px;
    background-size: 81px 81px;
    background-position: left top;
    background-repeat: repeat-y;
}

.plan_s_balloon {
    width: 130px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -40px;
    z-index: 1;
}

.plan_s_balloon::before {
    content: none; /* バルーンの矢印を非表示に */
}

#results .plan_s_box {
    border: 7px solid;
    border-image: linear-gradient(to bottom, #947002, #ffdc4f, #947002) 1;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 0px 30px 125px 30px;
    margin: 75px 0;
}

#results .box .plan_s_thumb {
    width: 825px;
    height: 495px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    margin-bottom:20px
}

#results .box .intro .plan_s_txt {
    width: 325px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan_s_note {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0px;
    width: 100%;
    text-align: right;
}

.plan_s_tag_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #d3e3eb;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#results > div.box.plan_s_box > h3 > a {
    color:#5b3b02;
}

.plan_s_excerpt_list {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.plan_s_excerpt_list th {
    width: 80px;
    background: #ffeab7;
    color: #784a18;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.plan_s_excerpt_list th, .plan_s_excerpt_list td {
    border-bottom: 3px solid #fff;
    border-right:3px solid #fff;
    box-sizing: border-box;
    padding: 10px 15px;
}

.plan_s_excerpt_list .th_jobcat::before {
    content: '\e90f';
}
.plan_s_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_s_excerpt_list .th_salary::before {
    content: '\e90b';
}
.plan_s_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_s_excerpt_list .th_station::before {
    content: '\e90c';
}
.plan_s_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_s_excerpt_list td {
    background: #fff5b3;
}

.plan_s_excerpt_list td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.plan_s_bg_border {
    background: repeating-linear-gradient(-45deg, #fbd967 0, #fbd967 6px, #f9c658 6px, #f9c658 12px);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

#results .plan_s_btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
}

.plan_s_btn_area{
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
}

.plan_s_btn_area .plan_s_btn.more {
    width: 265px;
}
.plan_s_btn_area .plan_s_btn {
    height: 50px;
    line-height: 50px;
}
.plan_s_btn {
    width: 135px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ff004e, #c04547);
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: .2s;
}

.plan_s_btn:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    border-top-width: 2px;
    transform: translateY(4px);
}

.plan_s_btn_area .plan_s_btn.keep {
    width: 170px;
    margin-right: 15px;
    position: relative;
}

.plan_s_btn.keep {
    background: linear-gradient(to bottom, #1890f7, #2d5eb8 );
    color: #fff;
}

.plan_s_btn_area .btn.keep a {
    color: #fff;
}
.plan_s_btn_area .plan_s_btn a {
    position: relative;
}
.plan_s_btn a {
    display: block;
    height: 100%;
    color: #fff;
}
a {
    text-decoration: none;
    color: #222;
    transition: .3s;
}

.plan_s_btn_area .plan_s_btn.keep a {
    color: #fff;
}

.plan_s_btn_area .plan_s_btn.keep a::before {
    content: '\e900';
    font-size: 20px;
    color: #f8c860;
    padding-right: 5px;
    line-height: 1;
    vertical-align: text-top;
}
.plan_s_btn_area .plan_s_btn a::before {
    font-family: 'icomoon';
    font-weight: normal;
}

.plan_s_btn.more a::before, .plan_s_btn.more-inline a::before {
    font-family: 'icomoon';
    content: '\e91b';
    font-size: 22px;
    color: #ff8400;
    position: absolute;
    right: 10px;
    top: -2px;
}
.plan_s_btn_area .plan_s_btn a::before {
    font-family: 'icomoon';
    font-weight: normal;
}


/** Aプラン **/

#results .plan_a_ribbon {
    width: 900px;
    position: relative;
    top: -25px;
    left: -35px;
}

.plan_a_ribbon  {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px 8px 30px;
    width: 99%;
    background: linear-gradient(to right, #0275bd, #86cffd, #0275bd);
    line-height: 2.6;
    top: -25px;
    left: -15px;
    border-radius: 4px 0 0 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 5px #000;
}

.plan_a_ribbon::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 100%;
    display: block;
    background: linear-gradient(55deg, #0275bd 20px, transparent 0) 0 20px, linear-gradient(120deg, #0275bd 17px, transparent 0) 0 20px;
    background-size: 65px 65px;
    background-position: left top;
    background-repeat: repeat-y;
}

.plan_a_balloon {
    width: 130px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -40px;
    z-index: 1;
}

.plan_a_balloon::before {
    content: none; /* バルーンの矢印を非表示に */
}

#results .plan_a_box {
    border: 7px solid;
    border-image: linear-gradient(to bottom, #0275bd, #86cffd, #0275bd) 1;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 0px 30px 125px 30px;
    margin: 75px 0;
}

#results .box .intro .plan_a_thumb {
    width: 475px;
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}

#results .box .intro .plan_a_txt {
    width: 325px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan_a_note {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0px;
    width: 100%;
    text-align: right;
}

.plan_a_tag_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #d3e3eb;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}

#results > div.box.plan_a_box > h3 > a {
    color:#5b3b02;
}

.plan_a_excerpt_list {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.plan_a_excerpt_list th {
    width: 80px;
    background: #d9ebfb;
    color: #2082d7;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.plan_a_excerpt_list th, .plan_a_excerpt_list td {
    border-bottom: 3px solid #fff;
    border-right:3px solid #fff;
    box-sizing: border-box;
    padding: 10px 15px;
}

.plan_a_excerpt_list .th_jobcat::before {
    content: '\e90f';
}
.plan_a_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_a_excerpt_list .th_salary::before {
    content: '\e90b';
}
.plan_a_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_a_excerpt_list .th_station::before {
    content: '\e90c';
}
.plan_a_excerpt_list th::before {
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 2px;
}

.plan_a_excerpt_list td {
    background: #f1f8fe;
}

.plan_a_excerpt_list td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.plan_a_bg_border {
    background: repeating-linear-gradient(-45deg, #439fd1 0, #439fd1 6px, #6fb5dc 6px, #6fb5dc 12px);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

#results .plan_a_btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
}

.plan_a_btn_area{
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
}

.plan_a_btn_area .plan_a_btn.more {
    width: 265px;
}
.plan_a_btn_area .plan_a_btn {
    height: 50px;
    line-height: 50px;
}
.plan_a_btn {
    width: 135px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ff004e, #c04547);
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2px;
    transition: .2s;
}

.plan_a_btn:hover {
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
    border-top-width: 2px;
    transform: translateY(4px);
}

.plan_a_btn_area .plan_a_btn.keep {
    width: 170px;
    margin-right: 15px;
    position: relative;
}

.plan_a_btn.keep {
    background: linear-gradient(to bottom, #1890f7, #2d5eb8 );
    color: #fff;
}

.plan_a_btn_area .btn.keep a {
    color: #fff;
}
.plan_a_btn_area .plan_a_btn a {
    position: relative;
}
.plan_a_btn a {
    display: block;
    height: 100%;
    color: #fff;
}
a {
    text-decoration: none;
    color: #222;
    transition: .3s;
}

.plan_a_btn_area .plan_a_btn.keep a {
    color: #fff;
}

.plan_a_btn_area .plan_a_btn.keep a::before {
    content: '\e900';
    font-size: 20px;
    color: #f8c860;
    padding-right: 5px;
    line-height: 1;
    vertical-align: text-top;
}
.plan_a_btn_area .plan_a_btn a::before {
    font-family: 'icomoon';
    font-weight: normal;
}

.plan_a_btn.more a::before, .plan_a_btn.more-inline a::before {
    font-family: 'icomoon';
    content: '\e91b';
    font-size: 22px;
    color: #ff8400;
    position: absolute;
    right: 10px;
    top: -2px;
}
.plan_a_btn_area .plan_a_btn a::before {
    font-family: 'icomoon';
    font-weight: normal;
}

