@charset "UTF-8";
/* 固定ページ「j.union書記局業務支援サービス」用のスタイルシート */

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.disp_blc {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

/* margin, padding */
.margin_bottom_zero {
    margin-bottom: 0 !important;
}

.margin_bottom_ss {
    margin-bottom: 10px !important;
}

.margin_bottom_s {
    margin-bottom: 20px !important;
}

@media screen and (max-width:767px) {
    .margin_bottom_s {
        margin-bottom: 10px !important;
    }
}

.margin_bottom_m {
    margin-bottom: 60px !important;
}

@media screen and (max-width:767px) {
    .margin_bottom_m {
        margin-bottom: 30px !important;
    }
}

.margin_bottom_l {
    margin-bottom: 100px !important;
}

.padding_zero {
    padding: 0 !important;
}

.padding_bottom_zero {
    padding-bottom: 0 !important;
}

.padding_s {
    padding: 20px !important;
}

.padding_m {
    padding: 60px !important;
}

.padding_l {
    padding: 100px !important;
}

.padding_bottom_s {
    padding-bottom: 20px !important;
}

.padding_bottom_m {
    padding-bottom: 60px !important;
}

.padding_bottom_l {
    padding-bottom: 100px !important;
}

/* PC、スマートフォンの非表示 */
.p-junionbpo__pc-off {
    display: none;
}

@media screen and (max-width:767px) {
    .p-junionbpo__pc-off {
        display: block;
    }
}

.p-junionbpo__sp-off {
    display: block;
}

@media screen and (max-width:767px) {
    .p-junionbpo__sp-off {
        display: none;
    }
}


/* ナビ */
.p-junionbpo__navigation {
    width: 800px;
    margin: 0 auto;;
    padding: 0 20px 10px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-junionbpo__navigation {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
        border: 1px solid #aaa;
    }
}

.navigationMenu {
    font-family: "Yu Mincho", "游明朝", "游明朝体" !important;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .navigationMenu {
        display: flex;
        flex-wrap: wrap;
    }
}

.navigationMenu li {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0 15px 0;
    border-right: 1px solid #666;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .navigationMenu li {
        width: 50%;
        margin: 0;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #aaa;
        font-size:14px;
        text-align: center;
    }
}

.navigationMenu li:first-child,.navigationMenu li:nth-child(5) {
    border-left: 1px solid #666;
}

@media screen and (max-width:767px) {
    .navigationMenu li:first-child,.navigationMenu li:nth-child(5) {
        border-left: none;
    }
}

@media screen and (max-width:767px) {
    .navigationMenu li:nth-child(5),.navigationMenu li:nth-child(6) {
        border-bottom: none;
    }
}

@media screen and (max-width:767px) {
    .navigationMenu li:nth-child(odd) {
        border-right: 1px solid #aaa;
    }
}

.navigationMenu li a {
    color: #333 !important;
}

@media screen and (max-width:767px) {
    .navigationMenu li a {
        display: block;
        padding: 10px 5px;
        color: #333 !important;
    }
}

.navigationMenu li a:hover {
    border-bottom: 1px solid #b3b3b3 !important;
    color: #858585 !important;
}

@media screen and (max-width:767px) {
    .navigationMenu li a:hover {
        border-bottom: none !important;
        color: #333 !important;
    }
    
}



/* 構造 */
#content {
    padding: 0;
}

@media screen and (max-width:767px) {
    .one-column #content .wrap {
    padding: 10px 0 20px !important;
    }
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch
}

@media only screen and (min-width: 480px) {
    .col-sm {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-sm-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.header_catetop_img-inner {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.c-heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
}

.c-hr-decoratedruledline_1 {
    border: none !important;
    margin: 0 !important;
    height: 40px;
    background-repeat: repeat-x;
    background-size: 40px 40px;
    background-image: url("/img/junionbpo_img_decoratedruledline_1.svg");
}

.c-hr-decoratedruledline_2 {
    border: none !important;
    margin: 0 0 50px !important;
    height: 40px;
    background-repeat: repeat-x;
    background-size: 40px 40px;
    background-image: url("/img/junionbpo_img_decoratedruledline_2.svg");
}


.p-junionbpo__header-bg {
    position: relative;
    min-height: 377px;
    background-image: url("/img/junionbpo_header_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .p-junionbpo__header-bg {
        background-image: url("/img/junionbpo_header_bg_sp.jpg");
    }
}

.p-junionbpo__grid-wrapper {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 10px;
    padding-right: 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    width: 100%;
    overflow: hidden;
}

.p-junionbpo-block {
    margin: 0 0 60px;
}

.p-junionbpo-block__bg-white {
    background: #fff;
}

.p-junionbpo-block__bg-gray1 {
    background-color: #f7f7f7;
}

.p-junionbpo-block__bg-gray2 {
    background-color: #f4f4f4;
}

.p-junionbpo-block__bg-img--cover {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 0 30px;
    padding: 30px 10px;
    background-image: url("/img/junionbpo_header_bg_green.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .p-junionbpo-block__bg-img--cover {
        margin: 0;
        padding: 10px;
    }
    
}

.p-junionbpo-block__bg-img--cover.dark::before {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100% ;
    width: 100%;
}


.p-junionbpo-block__wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 60px;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .p-junionbpo-block__wrapper {
        margin: 0 auto;
        padding: 10px 0;
    }
}

.p-junionbpo-block__wrapper--sm {
    max-width: 720px;
    margin: 0 auto;
}

.p-junionbpo-block__wrapper__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

@media screen and (max-width:767px) {
    .p-junionbpo-block__wrapper__inner {
        padding: 0 10px;
    }
}

.p-junionbpo-block__wrapper__inner--padding {
    padding: 40px;
}

.p-junionbpo-block__wrapper__inner-paragraph {
    display: inline-block;
    width: 52%;
    margin: 0 !important;
    padding: 0;
    font-weight: bold;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .p-junionbpo-block__wrapper__inner-paragraph {
        display: block;
        width: 100%;
        padding: 1.0em 0 2.0em;
        font-size: 14px;
    }
}

.p-junionbpo-block__wrapper--gray {
    width: 95%;
    margin: 0 auto 80px;
    padding: 50px;
    background-color: #f4f4f4;
}

@media screen and (max-width:767px) {
    .p-junionbpo-block__wrapper--gray {
        width: 100%;
        margin: 0 auto 40px;
        padding: 30px 10px 10px;
    }
}


.p-junionbpo__button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width: 40%;
    margin: 0 20px 0 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-junionbpo__button {
        position: static;
        width: 100%;
        margin: 0;
    }
}

.p-junionbpo__button a {
    display: block;
    padding: 0.8em 1.0em;
    background-color: rgb(195, 57, 37);
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.p-junionbpo__button a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.p-heading__inner {
    padding: 20px 5px;
}

@media screen and (max-width:767px) {
    .p-heading__inner {
        padding: 10px 5px;
    }
}

.p-premium-heading-frame {
    background-color: #199aa9;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-shadow: inset 0 0 0 5px #199aa9, inset 0 0 0 6px #fff;
}

@media screen and (max-width:767px) {
    .p-premium-heading-frame {
        font-size: 16px;
        text-align: justify;
    }
    
}


/* text */
.p-junionbpo__text-xs {
    font-size: 14px;
    text-align: left;
}

.p-junionbpo_text-s {
    font-size: 16px;
    text-align: left;
}

.p-junionbpo_text-m {
    font-size: 18px;
    text-align: left;
}

.p-junionbpo__text-l {
    font-size: 20px;
    text-align: left;
}

.p-junionbpo__text-white {
    color: #fff;
}

.text_serif {
    font-family: "Yu Mincho", "游明朝", "游明朝体" !important;
}

h1 {
    display: block;
    overflow: hidden;
    height: 32px;
    padding: 0 !important;
    text-indent: 100%;
    white-space: nowrap;
}

.p-junionbpo__grid-wrapper h2 {
    margin: 0;
    padding: 0;
    border: none;
    color: #cc0000
}

.p-junionbpo__grid-wrapper.display_none h2 {
    display: block;
    overflow: hidden;
    padding: 0 !important;
    text-indent: 100%;
    white-space: nowrap;
}

.post-content h2 {
    display: block;
    margin: 0 !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2 !important;
    text-align: center;
    border-top: none !important;
    border-bottom: none !important;
}

h3::before {
    background: none !important;
}

h3::after {
    border-bottom: none !important;
}

.p-junionbpo__subtitle {
    display: inline-block;
}

.p-junionbpo__subtitle_en {
    color: #707070;
    font-size: 16px;
}

.p-junionbpo__text-caption {
    margin: 1.0em 0 !important;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}


h2.p-junionbpo__subtitle-support {
    padding: 0 !important;
}

@media screen and (max-width:767px) {
    h2.p-junionbpo__subtitle-support {
       font-size: 22px;
    }
}

.p-junionbpo__border-blue {
    padding-bottom: 0;
    border-bottom: 2px solid #28c3d4;
}

.p-junionbpo__border-blue-title {
        display: block;
        padding: 0 10px 5px !important;
        font-size: 20px !important;
}

.p-premium-sentence-merit {
    width: 90%;
    margin: 0 auto;
    color: #05161a;
}

@media screen and (max-width:767px) {
    .p-premium-sentence-merit {
        width: 100%;
    }
}

.p-premium-sentence-merit__header {
    padding: 20px;
    border-bottom: 1px solid #28c3d4;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-premium-sentence-merit__header {
        padding: 5px 0;
    }
}

.p-premium-sentence-merit__label {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 10px;
    background-color: #28c3d4;
    color: #fff;
    font-style: italic;
    font-size: 18px;
    line-height: 1.0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-premium-sentence-merit__label {
        margin: 0 0 10px;
        padding: 6px 10px;
        font-size: 16px;
    }
}

.p-premium-sentence-merit__title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .p-premium-sentence-merit__title {
        display: block;
        font-size: 20px;
    }
}

.p-premium-sentence-merit__description {
    padding: 20px;
    color: #05161a;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
}

@media screen and (max-width:767px) {
    .p-premium-sentence-merit__description {
        padding: 10px 0 0;
    }
    
}

.p-flex-service {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 0 30px;
}

@media screen and (max-width:767px) {
    .p-flex-service {
        gap: 10px 30px;
    }
}

.p-flex-service__item {
    flex-basis: 47.5%;
}

@media screen and (max-width:767px) {
    .p-flex-service__item {
        flex-basis: 100%;
        margin: 0;
    }
}

.p-flex-service__item-img {
    width: 100%;
}

.img {
    overflow: hidden;
    flex-basis: 47%;
    text-align: center;
}

.p-junionbpo__flex-item__caption-gray {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: center;
}

.p-heading-put-on-bdr {
    overflow: hidden;
    width: 100%;
    margin: 0 0 -15px;
    text-align: center;
}

.p-heading-put-on-bdr__inner,
.p-heading-put-on-bdr__inner-white,
.p-heading-put-on-bdr__inner-inquiry {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
    line-height: 1.4;
}

@media screen and (max-width:767px) {
    .p-heading-put-on-bdr__inner,
    .p-heading-put-on-bdr__inner-white,
    .p-heading-put-on-bdr__inner-inquiry {
        display: block;
        margin: 0;
        padding: 0.6em 0 1.2em 0;
    }
}

.p-heading-put-on-bdr__inner-title {
    padding: 0 !important;
    font-weight: bold !important;
}

@media screen and (max-width:767px) {
    .p-heading-put-on-bdr__inner-title {
        padding: 0 !important;
        font-size: 22px !important;
        text-align: left !important;
    }
}

.p-heading-put-on-bdr__inner-subtitle {
    display: block;
    margin: 0.5em 0 0!important;
    font-size: 14px;
    text-align: center !important;
}

@media screen and (max-width:767px) {
    .p-heading-put-on-bdr__inner-subtitle {
        display: inline-block;
        text-align: left;
    }
}


.p-heading-put-on-bdr__inner:before,
.p-heading-put-on-bdr__inner:after,
.p-heading-put-on-bdr__inner-white:before,
.p-heading-put-on-bdr__inner-white:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 2px;
}



.p-heading-put-on-bdr__inner:before,
.p-heading-put-on-bdr__inner:after {
    background-color: #383838;
}

@media screen and (max-width:767px) {
    .p-heading-put-on-bdr__inner:before,
    .p-heading-put-on-bdr__inner:after {
        background-color: transparent;
    }
}

.p-heading-put-on-bdr__inner-white:before,
.p-heading-put-on-bdr__inner-white:after {
    background-color: #fff;
}


.p-heading-put-on-bdr__inner:before,
.p-heading-put-on-bdr__inner-white:before {
    right: 100%;
}

.p-heading-put-on-bdr__inner:after,
.p-heading-put-on-bdr__inner-white:after {
    left: 100%;
}


.p-title-plan {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 70px);
}

@media screen and (max-width:767px) {
    .p-title-plan {
        margin: 0 0 20px;
    }
}

.p-title-plan:before,
.p-title-plan:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #383838;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@media screen and (max-width:767px) {
    .p-title-plan:before,
    .p-title-plan:after {
        width: 1px;
    }
    
}

.p-title-plan:before {
    left: -30px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

@media screen and (max-width:767px) {
    .p-title-plan:before {
        left: -20px;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

.p-title-plan:after {
    right: -30px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media screen and (max-width:767px) {
    .p-title-plan:after {
        right: -20px;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

.p-title-plan__subtitle {
    font-size: 14px;
}

.p-title-plan__title {
    display: block;
    margin: 0;
    padding: 24px 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

@media screen and (max-width:767px) {
    .p-title-plan__title {
        padding: 10px 0px !important;
        font-size: 24px !important;
    }
}


.c-inner {
    padding: 20px 40px;
}

.c-inner--vertical {
    padding-left: 0;
    padding-right: 0;
}

.p-article-point__box {
    background-color: #fff;
}

.c-border {
    border: 3px solid #28c3d4;
}

.c-img--responsive img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.title__intro {
    margin: 0 0 0.8em 0;
    padding: 0;
    border-bottom: none;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}


/* list */
.p-area__list {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 80px;
    color: #383838 !important;
    text-align: left !important;
}

@media screen and (max-width:767px) {
    .p-area__list {
        width: 95%;
    }
}

.p-list_item {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left !important;
}

.p-list__title {
    margin: 0 0 0.8em 0;
    padding: 0;
    border-bottom: none;
    font-size: 28px;
}

@media screen and (max-width:767px) {
    .p-list__title {
        margin: 0 0 1.0em 0 !important;
        font-size: 20px !important;
        text-align: left;
    }
}


.p-list__title::before {
    background: none;
}

.p-list__title::after {
    border-bottom: none;
}

.p-list__title_sub {
    margin: 0 0 0.4em -0.6em !important;
    padding: 0;
    color: #383838 !important;
    font-size: 18px !important;
    font-weight: bold;
    text-align: left !important;
}

@media screen and (max-width:767px) {
    .p-list__title_sub {
        font-size: 16px !important;
    }
}

.p-flow {
    overflow: hidden;
    width: 100%;;
    margin: 0 auto;
}

.p-flow__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
    .p-flow__list {
        margin: 0 auto 10px;
    }
}

.p-flow__list:last-of-type {
    margin: 0 auto;
}

.p-flow__list-title {
    width: 20%;
    margin: 0 0 10px;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #1493a1;
    color: #1493a1;
    font-size: 26px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .p-flow__list-title {
        width: 100%;
        padding: 0;
        font-size: 20px;
        border-right: none;
        border-bottom: 1px solid #1493a1;
    }
}

.p-flow__list-description {
    width: 80%;
    margin: 0 0 10px;
    padding: 10px 0 10px 20px;
    text-align: left;
}

@media screen and (max-width:767px) {
    .p-flow__list-description {
        width: 100%;
        padding: 0 ;
    }
}

.p-flow__list-description__heading {
    margin: 0;
    border-bottom: none !important;
    color: #1493a1;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width:767px) {
    .p-flow__list-description__heading {
        margin: 5px 0 !important;
        padding: 0 !important;
        font-size: 22px !important;
    }
}



/* フォーム */
form {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    form {
        width: 100%;
        margin: 0 auto;
    }
}


.form-group {
    width: 100%;
    padding: 10px 0;
}

.control-label {
    display: block;
    font-weight: bold;
    margin-bottom: .3em;
}

.customFormGroup_ttl_required:after {
    background-color: #e31f1f;
    border-radius: 3px;
    content: "\5FC5\9808";
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 0 5px;
    padding: 2px 3px;
}


.c-form .col-sm-3,
.c-form .col-sm-8 {
    float: none !important;
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.p-form-simple input[type="text"],
.p-form-simple input[type="email"],
.p-form-simple input[type="tel"],
.p-form-simple input[type="number"] {
    -webkit-appearance: none;
    border: 0;
    outline: none;
    padding: .5em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: inset 0 -1px 0 0 #bbb;
    margin-top: -0.2em;
    border-radius: 0;
}

.c-btn a,
.c-btn input,
.c-btn.btn-customform-submit,
.c-btn button {
    display: inline-block;
    min-width: 30%;
    border: 0;
    background-color: #2581c4;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: none;
    transition: opacity .3s ease;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
}

.c-btn a:hover,
.c-btn input:hover,
.c-btn.btn-customform-submit:hover,
.c-btn button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form input[type="date"],
.c-form input[type="number"],
.c-form textarea,
.c-form select {
    border: 2px solid #ccc;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.c-form input[type="text"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="date"]:focus,
.c-form input[type="number"]:focus,
.c-form textarea:focus,
.c-form select:focus {
    border-color: #28c3d4;
    box-shadow: 0 0 6px 0 #a7e7ee;
    outline: none;
}

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

@media screen and (max-width:767px) {
    .p-form__caution {
        font-size: 14px;
        text-align: left;
    }    
}