@charset "utf-8";

/** メイン：FV **/
.main_wrap {
    background: #84be2a;
    height: 696px;
    position: relative;
    overflow: hidden;
}
.main_wrap_image {
    position: absolute;
    top: 0;
    left: 48%;
    height: 100%;
    width: 100%;
}
.main_text {
    position: relative;
    z-index: 100;
}
.main_text .logo {
    display: inline-block;
    padding: 10px 18px;
    background: #ffffff;
    border-radius: 0 0 0.2em 0.2em;
}
.main_text h2 {
    padding: 70px 0 20px;
}
.main_text p {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #fff;
}
.main_text .text_color1 {
    color: #ffe400;
}
.main_bottom {
    height: 24px;
    background: url("../image/contents_bg.gif");
}

@media (max-width: 1024px) {
    .main_text p {
        font-size: 18px;
        letter-spacing: 0.05em;
    }
}

@media (max-width: 1000px) {
    .main_wrap {
        height: auto;
    }
    .main_wrap_image {
        position: static;
        top: 0;
        left: 0;
        height: 280px;
        width: 100%;
    }
    .main_wrap_image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .main_text h2 {
        text-align: center;
        padding: 30px 0 20px;
    }
    .main_text p {
        padding: 0 0 30px;
    }
    .main_text p br {
        display: none;
    }
}
@media (max-width: 767px) {
    .main_wrap_image {
        height: 200px;
    }
    .main_text h2 {
        padding: 20px 0 15px;
    }
    .main_text h2 img {
        max-width: 70%;
    }
    .main_text p {
        font-size: 15px;
        line-height: 1.8em;
        padding: 0 0 15px;
    }
    .main_bottom {
        height: 15px;
    }
}

/** 冒頭説明 **/
.main_info_wrap {
    padding-bottom: 50px;
}
.main_info_wrap > figure {
    margin-left: auto;
}
.main_info_text {
    margin-right: auto;
    padding-left: 40px;
}
.main_info_text > strong {
    font-size: 25px;
    display: block;
    color: #0068b7;
    padding-bottom: 5px;
    line-height: 1.5em;
}
.main_info_text > h3 {
    font-size: 48px;
    color: #0068b7;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}
.main_info_text p {
    line-height: 2.1em;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .main_info_text > strong {
        font-size: 22px;
    }
    .main_info_text > h3 {
        font-size: 36px;
    }
    .main_info_text p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .main_info_text > strong {
        font-size: 20px;
    }
    .main_info_text > h3 {
        font-size: 30px;
    }
    .main_info_text p {
        font-size: 15px;
        letter-spacing: 0.05em;
    }
    .main_info_text .sp_none {
        display: none;
    }
}
@media (max-width: 767px) {
    .main_info_wrap {
        padding-bottom: 25px;
    }
    .main_info_wrap > figure {
        margin: 0 auto 15px;
        width: 30%;
    }
    .main_info_text {
        margin-right: 0;
        padding-left: 0;
    }
    .main_info_text > strong {
        font-size: 15px;
    }
    .main_info_text > h3 {
        font-size: 22px;
    }
    .main_info_text p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.6em;
    }
}

/** コース一覧 **/
.course_list {
    margin: 0 -1.5%;
}
.course_list li {
    width: 47%;
    border: 2px solid #0068b7;
    padding: 30px;
    margin: 0 1.5% 30px;
}
.course_image {
    width: 57.5%;
    padding-bottom: 20px;
}
.course_name {
    width: 42.5%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.course_name strong {
    color: #0068b7;
    font-size: 24px;
    display: block;
    padding-bottom: 15px;
}
.course_name strong span {
    font-size: 50px;
}
.course_name > p {
    font-size: 14px;
    background: #e20095;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
}
.course_name > p span {
    font-size: 18px;
}
.course_name > p b {
    font-size: 24px;
}
.course_text > em {
    font-size: 16px;
    display: block;
    line-height: 1.4em;
}
.course_text > strong {
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.course_text p {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

@media (max-width: 768px) {
    .course_list li {
        padding: 20px;
    }
    .course_list li .flex {
        flex-wrap: wrap;
    }
    .course_image {
        width: 100%;
        text-align: center;
    }
    .course_image img {
        max-width: 80%;
    }
    .course_name {
        width: 100%;
        padding-left: 0;
    }
    .course_name strong {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .course_list {
        margin: 0;
    }
    .course_list li {
        width: 100%;
        margin: 0 0 20px;
    }
    .course_image {
        padding-bottom: 10px;
    }
    .course_image img {
        max-width: 60%;
    }
    .course_name > p {
        padding: 3px 8px;
    }
    .course_name strong {
        font-size: 20px;
        padding-bottom: 7px;
    }
    .course_name strong span {
        font-size: 30px;
    }
    .course_name {
        padding-bottom: 10px;
    }
    .course_text > em {
        font-size: 14px;
    }
    .course_text > strong {
        font-size: 16px;
    }
    .course_text p {
        font-size: 13px;
        line-height: 1.6em;
    }
}

/*** 期間 ***/
.kikan_wrap {
    text-align: center;
    padding: 50px 0;
}

.main_days {
    margin: auto;
    border: 4px solid #0068b7;
    padding: 0.55em 0.65em;
    background: #ffffff;
    border-radius: 100px;
    display: inline-block;
}
.main_days strong {
    display: inline-block;
    border-radius: 100px;
    background: #0068b7;
    padding: 0.3em 1em;
    color: #ffffff;
}
.main_days p {
    padding: 0 0.4em;
    font-size: 29px;
    font-weight: 700;
}
.main_days p span {
    font-size: 23px;
    display: inline-block;
    padding-right: 0.2em;
}
.main_days em {
    color: #e20095;
}

.kikan_data {
    padding: 30px 0 0 0;
    font-size: 22px;
}
.kikan_data p {
    line-height: 1.6em;
}
.kikan_data p + p {
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .main_days strong {
        font-size: 15px;
    }
    .main_days p {
        font-size: 22px;
    }
    .main_days p span {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .kikan_wrap {
        padding: 30px 0;
    }

    .main_days {
        border: 3px solid #0068b7;
        padding: 0.35em 0.45em;
        max-width: 95%;
    }
    .main_days strong {
        padding: 0.2em 0.8em;
        font-weight: 500;
        margin: 0 auto;
    }
    .main_days p {
        padding: 0 0.3em;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .main_days p span {
        font-size: 15px;
    }
    .contents_wrap {
        padding-bottom: 70px;
    }

    .kikan_data {
        padding: 10px 0 0 0;
        font-size: 16px;
    }
}

/** 動画 **/
.movie_wrap {
    background: url("../image/contents_bg.gif");
    padding: 90px 0;
}
.movie_wrap .wrap {
    width: 703px;
    text-align: center;
}
.movie_wrap h3 {
    padding-bottom: 25px;
}
.movie_wrap figure {
    padding-bottom: 25px;
}
.movie_text {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.movie_text p {
    font-size: 20px;
    line-height: 1.7em;
}

@media screen and (max-width: 767px) {
    .movie_wrap {
        padding: 45px 0;
    }
    .movie_wrap h3 {
        padding-bottom: 15px;
    }
    .movie_wrap figure {
        padding-bottom: 15px;
    }
    .movie_text {
        padding: 15px;
    }
    .movie_text p {
        font-size: 15px;
        line-height: 1.6em;
    }
}

/** 動画：クイズボタン **/
.quiz_btn {
    text-align: center;
    padding: 30px 0;
}
.quiz_btn a {
    display: inline-block;
    min-width: 70%;
    padding: 30px 20px;
    background: #e40076;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), 3px 3px 5px 0px rgba(255, 255, 255, 0.5) inset;
    line-height: 1.6em;
}
.quiz_btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .quiz_btn {
        padding: 20px 0;
    }
    .quiz_btn a {
        padding: 15px;
        font-size: 20px;
    }
}

/** 工場見学 **/
.fac_tit {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../image/fac_main.jpg) no-repeat center top;
}
.fac_tit figure {
    position: absolute;
    z-index: 500;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.fac_tit h3 {
    text-align: center;
    width: 100%;
    padding: 86px 0 300px;
}

.fac_tx {
    text-align: center;
    padding: 0 20px 10px 20px;
    font-size: 16px;
    line-height: 2em;
    position: relative;
    z-index: 2000;
    margin-top: -15px;
}
.fac_tx span {
    color: #ff6000;
    font-weight: bold;
}

@media screen and (max-width: 1415px) {
    .fac_tit {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 1200px) {
    .fac_tit h3 {
        padding: 86px 0 230px;
    }
}
@media screen and (max-width: 1000px) {
    .fac_tit h3 {
        padding: 86px 0 150px;
    }
}

@media screen and (max-width: 768px) {
    .fac_tit {
    }
    .fac_tit h3 {
        padding: 80px 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .fac_tit {
    }
    .fac_tit h3 {
        padding: 30px 0 35px;
    }
    .fac_tit h3 img {
        max-width: 90%;
    }
    .fac_tx {
        text-align: left;
        padding: 0 15px 10px 15px;
        font-size: 14px;
        line-height: 1.8em;
        margin-top: -10px;
    }
}

/*** 工場見学：地図 ***/
.fac_info {
    padding: 0 0 50px 0;
}

.fac_map {
    float: right;
    width: 50%;
}
.fac_map img {
    max-width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.fac_map_tx {
    float: left;
    width: 45%;
    padding: 15px 0 30px;
}

.fac_map_tx h4 {
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    padding: 8px 10px 5px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.fac_st01 {
    background: #f08127;
}
.fac_st02 {
    background: #0072bf;
}
.fac_map_tx p {
    font-size: 15px;
    line-height: 1.8em;
    color: #2a2a2a;
    padding: 10px 10px 30px 10px;
    letter-spacing: 0.05em;
}

.fac_map_tx table {
    border-collapse: collapse;
    width: 96%;
    margin: 0 auto;
}
.fac_map_tx table th,
.fac_map_tx table td {
    border-collapse: collapse;
    padding: 8px 15px;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.7em;
    color: #2a2a2a;
    text-align: left;
    border: 1px solid #939393;
    font-weight: normal;
}

.fac_map_tx table th {
    background: #eeeadb;
}

@media screen and (max-width: 768px) {
    .fac_map_tx table th,
    .fac_map_tx table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 10px;
    }
    .fac_map_tx table th {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .fac_info {
        padding: 0 0 30px 0;
    }
    .fac_map {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .fac_map_tx {
        float: none;
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .fac_map_tx h4 {
        font-size: 16px;
        padding: 5px 10px 3px;
        letter-spacing: 0.05em;
    }
    .fac_map_tx p {
        font-size: 14px;
        line-height: 1.7em;
        color: #2a2a2a;
        padding: 8px 10px 15px 10px;
    }

    .fac_map_tx table th,
    .fac_map_tx table td {
        font-size: 14px;
    }
}

/*** お申し込みはこちら ***/
.contact_wrap {
    padding: 0 0 80px 0;
}
.contact_tit {
    text-align: center;
    display: block;
    padding: 8px 15px 7px 15px;
    background: #fff1c0;
    border-radius: 50px;
    border: 3px solid #beb48f;
    font-size: 23px;
}
.contact_wrap p {
    font-size: 15px;
    line-height: 1.8em;
    padding: 20px 15px;
    color: #2a2a2a;
    text-align: center;
}

.contact_btn {
    background: #eaebee;
    padding: 10px;
}
.contact_btn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_btn ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 31.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.5%;
}

.contact_btn ul li a {
    display: block;
    background: url(../image/fac_arr02.png) no-repeat left #ffffff;
    padding: 10px 10px 8px 45px;
    color: #1e3b51;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.contact_btn ul li a:hover {
    text-decoration: underline;
}
.contact_btn ul li .link_re {
    background: url(../image/fac_arr01.png) no-repeat left #ffffff;
}

@media screen and (max-width: 768px) {
    .contact_wrap {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .contact_tit {
        padding: 5px 10px 3px 10px;
        font-size: 18px;
    }
    .contact_wrap p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 10px 20px;
        text-align: left;
    }

    .contact_btn ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 49%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0.5%;
    }

    .contact_btn ul li a {
        background-size: 1.5em;
        padding: 7px 3px 5px 21px;
        color: #1e3b51;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
    }
    .contact_btn ul li .link_re {
        background-size: 1.5em;
    }
}

/** 免責事項 **/
.menseki {
    border: 3px solid #cfcfcf;
    padding: 30px;
    margin-bottom: 48px;
}
.menseki h5 {
    text-align: center;
    font-size: 24px;
    color: #0068b7;
    padding-bottom: 7px;
    letter-spacing: 0.1em;
}
.menseki ul {
    margin-left: 15px;
}
.menseki li {
    list-style: disc;
    font-size: 13px;
}
.menseki p {
    padding: 10px 25px 0;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .menseki {
        margin-bottom: 40px;
        padding: 20px;
    }
    .menseki li {
        line-height: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .menseki {
        margin-bottom: 15px;
        padding: 15px;
    }
    .menseki h5 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .menseki p {
        padding: 10px 0 0;
    }
}

/*** モーダル Youtube ***/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    left: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 96%;
    width: 100%;
}

.modal__content iframe {
    max-width: 100%;
}
.modal .close_btn {
    position: fixed;
    right: 15px;
    top: 15px;
    font-size: 40px;
    color: #ffffff;
}
.mail_btn {
    padding: 1.5em 0;
    text-align: center;
}
.mail_btn a {
    font-size: 1.3em;
    text-decoration: underline;
}
.mail_btn a:hover {
    text-decoration: none;
}
.guide_text {
    padding: 1.5em 0 0 0;
    text-align: center;
}
.guide_text strong {
    display: block;
    text-align: center;
    padding-bottom: 0.3em;
    font-size: 1.3em;
}

@media (max-width: 767px) {
    .guide_text {
        font-size: 0.9em;
    }
    .mail_btn a {
        font-size: 1.1em;
    }
}

/*** 応募フォーム：タイトル ***/
.form_title {
    font-size: 34px;
    font-weight: 700;
    color: #109f94;
    padding-bottom: 25px;
    text-align: center;
    line-height: 1.5em;
}
.form_info {
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .form_title {
        font-size: 24px;
    }
}

/*** 応募フォーム：テーブル ***/
.form_table {
}
.form_table th,
.form_table td {
    padding: 25px 0;
    border-bottom: dashed 1px #bcbcbc;
    vertical-align: middle;
    vertical-align: top;
}
.form_table th {
    width: 30%;
    position: relative;
    white-space: nowrap;
}
.form_table td .name_tit {
    white-space: nowrap;
}
.form_table td li + .name_tit {
    padding-left: 15px;
}
.form_table td p {
    font-size: 14px;
}

.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="email"],
.form_table textarea {
    border: 1px solid #444444;
    border-radius: 5px;
    padding: 10px;
    width: 100% !important;
}
.form_table textarea {
    min-height: 150px !important;
}
.form_table .mwform-checkbox-field label,
.form_table .mwform-radio-field label {
    cursor: pointer;
    font-size: 1.1em;
    display: inline-block;
    width: 40%;
}
.form_table .border_none th,
.form_table .border_none td {
    border-bottom: 0;
    padding-bottom: 0;
}

.form_table th {
    position: relative;
    padding-left: 55px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.form_table th::before {
    position: absolute;
    left: 0;
    top: 26px;
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    color: #ffffff;
    background: #5a5a5a;
    content: "任意";
    line-height: 1.2em;
}
.form_table th.hissu::before {
    background: #b70000;
    content: "必須";
}
.form_table th.hissu_none::before {
    display: none;
}
.form_table .tx_sub {
    font-size: 12px;
}
.form_table td .input_short {
    width: 35% !important;
}

.form_table_sub th,
.form_table_sub td {
    border-bottom: 0;
    padding: 8px 0;
}
.form_table_sub th {
    width: auto;
    white-space: nowrap;
    padding-right: 20px;
}
.form_table_sub td {
    width: 80%;
}
.form_table .form_table_sub th::before {
    display: none;
}
.form_table label {
    cursor: pointer;
    display: inline-block;
}

.form_doui {
    text-align: center;
    padding: 25px 0;
    border-bottom: dashed 1px #bcbcbc;
}
.form_doui .doui_hissu {
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    color: #ffffff;
    background: #b70000;
    line-height: 1.2em;
}
.form_doui p {
    padding: 8px 0;
}
.form_doui a {
    font-size: 16px;
    text-decoration: underline;
    color: #3dac4a;
    font-weight: bold;
}
.form_doui label {
    background: #ecf6fa;
    padding: 10px 30px;
    border: 3px solid #d6d6d6;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
}

.form_soushin {
    padding: 30px 0;
    text-align: center;
}
.form_soushin a,
.form_soushin button {
    display: inline-block;
    padding: 14px 15px 13px;
    min-width: 60%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    background: #555555;
    box-shadow: 5px 5px 0 #eeeeee;
    border: 0;
    cursor: pointer;
}
.form_soushin a:hover,
.form_soushin button:hover {
    opacity: 0.85;
}

.form_doui_title {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 15px;
}
.contact_privacy {
    width: 80%;
    text-align: left;
    padding: 15px 25px;
    border: 1px solid #555;
    border-radius: 10px;
    margin: 0 auto;
    line-height: 1.6em;
    font-size: 13px;
    margin-bottom: 10px;
}

.tx_blue {
    color: #0085b6;
}
.quiz_radio01 {
    padding: 6px 0 15px 0;
}
.quiz_radio01 label + label {
    margin-left: 20px;
}
.seibetsu {
    padding: 6px 0 15px 0;
}
.seibetsu label + label {
    margin-left: 20px;
}

.form_table .sub_radio th {
    padding-right: 5px;
    width: 2%;
}
.form_table .sub_radio td p {
    letter-spacing: 0;
}

@media (max-width: 920px) {
    .contact_privacy {
        width: 90%;
    }
    .form_table th {
        width: 40%;
    }
    .form_table .mwform-checkbox-field label,
    .form_table .mwform-radio-field label {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .form_table .mwform-checkbox-field label,
    .form_table .mwform-radio-field label {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .form_table,
    .form_table tbody,
    .form_table tr,
    .form_table th,
    .form_table td {
        display: block;
        width: 100%;
    }
    .form_table th {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .form_table td {
        padding-top: 8px;
    }
    .form_soushin a,
    .form_soushin input {
        font-size: 18px;
    }

    .name_tit + li {
        width: 6em;
    }
    .form_doui p {
        font-size: 0.85em;
        line-height: 1.6em;
    }
    .form_table .mwform-checkbox-field label,
    .form_table .mwform-radio-field label {
        border: 1px solid #ccc;
        padding: 8px;
        margin: 0 auto 5px 5%;
        border-radius: 8px;
    }

    .contact_privacy {
        width: 100%;
        padding: 10px 15px;
    }
    .quiz_radio01 label {
        margin: 0 15px 5px 0;
    }
    .quiz_radio01 label + label {
        margin-left: 0;
    }

    .sub_radio {
        display: table;
    }
    .sub_radio tbody {
        display: table-row-group;
    }
    .sub_radio tr {
        display: table-row;
    }
    .sub_radio th,
    .sub_radio td {
        display: table-cell;
    }
}

/** 応募フォーム：ステップ **/
.step {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    overflow: hidden;
}
.step li {
    font-size: 18px;
    display: table-cell;
    position: relative;
    background: #c7c7c7;
    padding: 0.8em 0.5em 0.8em 1.5em;
    color: #fff;
    text-align: center;
}
.step li:last-child {
    padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after {
    display: none;
}
.step li:before,
.step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.step li:before {
    top: -15px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.step li:after {
    top: -15px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #c7c7c7;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.form_nyuryoku .step li:nth-child(1) {
    background: #109f94;
}
.form_nyuryoku .step li:nth-child(1)::after {
    border-color: transparent transparent transparent #109f94;
}
#mfp_phase_confirm .step li:nth-child(2) {
    background: #109f94;
}
#mfp_phase_confirm .step li:nth-child(2)::after {
    border-color: transparent transparent transparent #109f94;
}
.thanks .step li:nth-child(3) {
    background: #109f94;
}
.thanks .step li:nth-child(3)::after {
    border-color: transparent transparent transparent #109f94;
}

@media (max-width: 767px) {
    .step li {
        font-size: 13px;
        line-height: 1.4em;
    }
}

/** お問い合わせ：送信完了 **/
.thanks_wrap {
    text-align: center;
}
.thanks_wrap > strong {
    display: block;
    font-size: 24px;
    padding: 30px 0;
}
.thanks_wrap p {
    line-height: 2em;
    text-align: left;
    font-weight: 400;
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .thanks_wrap > strong {
        font-size: 20px;
    }
}
