@charset "UTF-8";

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

body {
    font-size: 1rem;
    min-width: 1200px;
    background-image: url("../img/wellbeing/fv_bg_00.png"), url("../img/wellbeing/fv_bg_01.png"), url("../img/wellbeing/wave01.png"), url("../img/wellbeing/body_bg.png");
    background-position: left top 20px, right top 190px, left top, center;
    background-size: 75%, 75%, 40%, 15px;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-color: #f5f5f5;
    font-family: fot-rodin-pron, sans-serif;
}

header {
    height: 90px;
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 0;
    width: 100%;
}

.header_inner {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}

header h1 {
    width: 180px;
    top: 22px;
    position: absolute;
}

.fix_cv {
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 16px rgb(0 0 0 / 15%);
    padding: 12px 0 7px;
    background: #122b58;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 220px;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fix_cv:hover {
    opacity: 0.6;
}

.fix_cv span {
    color: #fff;
    font-size: 0.8rem;
    display: block;
    letter-spacing: 2px;
    font-family: 'Advent Pro', sans-serif;
}

.fix_cv i {
    color: #fff;
    margin-right: 8px;
}

.mv {
    height: 950px;
    background: none;
    width: 100%;
    position: relative;
    padding: 160px 0;
}

.mv:after {
    content: "";
    background: #fff;
    width: 950px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -475px;
    bottom: 0;
    z-index: 999;
}

.mv h2 {
    max-width: 1100px;
    margin: 0 auto;
}

.mv h2 img {
    width: 800px;
    margin: 0 auto;
    height: auto;
}

.concept_area {
    background-image: url("../img/wellbeing/wave02.png"), url("../img/wellbeing/okinawawellbeing.png");
    background-position: right bottom -1px, left -20px bottom -30px;
    background-size: 90%, 190px;
    background-repeat: no-repeat no-repeat;
    padding-bottom: 100px;
}

.concept {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 150px 50px;
    position: relative;
}

.concept:after {
    position: absolute;
    display: block;
    content: "";
    background: #fff;
    width: 950px;
    bottom: -80px;
    margin-left: -475px;
    height: 80px;
    left: 50%;
}

.concept h2 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #122b58;
    margin-bottom: 40px;
}

.concept h2 span {
    display: block;
    color: #122b58;
    font-family: 'Advent Pro', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 4.2rem;
}

.wellbeing {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: scale(1.4);
}

.concept iframe {
    margin: 50px auto 0;
}

.concept h3 {
    font-size: 1rem;
    line-height: 36px;
    font-weight: bold;
    margin-top: 20px;
}

.program {
    padding: 100px 0 200px;
    background-color: #284270;
}

.program h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 100px;
}

.program h2 span {
    display: block;
    color: #fff;
    font-family: 'Advent Pro', sans-serif;
    letter-spacing: 1px;
    font-size: 4rem;
    margin-bottom: 10px;
}

.program h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 30px auto 0;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    max-width: 1100px;
    display: flex;
    text-align: left;
    padding: 25px 35px 25px 35px;
    color: #fff;
    position: relative;
}

.program h3 span {
    margin: 0 25px 0 0;
    width: 22%;
    text-align: center;
    color: #fff;
    padding: 0 20px 0 0;
    border-right: 1px solid #fff;
    letter-spacing: 1px;
    font-family: 'Advent Pro', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 2px;
}

.program_contents {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 0 0 6px 6px;
    background: #122b58;
}

/*クラウドファンディング名前用*/
.crowd_member {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.crowd_member li {
    vertical-align: top;
    margin: 0.5%;
    border-radius: 5px;
    padding: 3%;
    width: 48.5%;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.crowd_member img {
    margin: 0 auto;
    padding-bottom:10px;
}

.crowd_contents {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 0 0 6px 6px;
    background: #000;
}
/*
.crowd_contents h5 {
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 6px;
    border-bottom:1px solid;
    font-family:'Advent Pro', sans-serif;
}
*/
.crowd_member li h2 {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom:1px solid;
    padding-bottom: 20px;
    font-family:'Advent Pro', sans-serif;
}

.crowd_member li h3 {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0% !important;
}

.crowd_member_info {
    margin-left: 4%;
    /*width: 100%;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
}

.crowd_member li h4 {
    margin-left: 4%;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 6px;
}


/*クラウドファンディング名前用おわり*/

.member {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.member li {
    vertical-align: top;
    margin: 0.5%;
    border-radius: 5px;
    padding: 3%;
    width: 48.5%;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

. li {
    vertical-align: top;
    margin: 0.5%;
    border-radius: 5px;
    padding: 3%;
    width: 48.5%;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.member li:hover {
    opacity: 0.5;
}

.member li:hover i {
    transform: scale(1.4);
}

.member li a i {
    position: absolute;
    background: #fff;
    padding: 7px;
    top: 8%;
    font-size: 1rem;
    border-radius: 100%;
    color: #005581;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    left: 1%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.program_contents h4 {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Advent Pro', sans-serif;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
}

.member_thumb {
    display: inline-block;
    width: 30%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #fff;
    vertical-align: middle;
}

.member_thumb img {
    width: 100%;
    height: auto;
}

.member_info {
    margin-left: 4%;
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}

.member li h5 {
    text-align: left;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 6px;
}

.member li h5 span {
    font-size: 0.8rem;
    display: block;
    color: #fff;
    line-height: 15px;
    letter-spacing: 1px;
    opacity: 0.4;
    font-family: 'Advent Pro', sans-serif;
    margin-bottom: 3px;
}

p.member_others {
    color: #fff;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member_info h6 {
    font-size: 0.7rem;
    color: #fff;
    text-align: left;
    line-height: 20px;
}

.comingsoon {
    color: #fff;
    font-family: 'Advent Pro', sans-serif;
    font-size: 1.4rem;
    opacity: 0.4;
}

.outline {
    padding: 200px 50px;
    background-image: url("../img/wellbeing/wb_bg.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
}

.outline h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 100px;
}

.outline h2 span {
    display: block;
    color: #fff;
    font-family: 'Advent Pro', sans-serif;
    letter-spacing: 1px;
    font-size: 4rem;
    margin-bottom: 10px;
}

.outline_table {
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.outline_table th {
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    width: 120px;
    font-size: 0.9rem;
    text-align: left;
}

.outline_table td {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 15px;
    line-height: 25px;
    font-size: 0.9rem;
    text-align: left;
}

.ticket_buy {
    background: #fff;
    display: block;
    text-align: center;
    width: 180px;
    font-size: 0.75rem;
    padding: 5px 0 3px;
    margin-top: 8px;
    font-weight: bold;
    color: #005581;
    border-radius: 100px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ticket_buy:hover {
    color: #fff;
    background: #005581;
}

.cf_button {
    border: 2px solid #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-size: .9rem;
    padding: 8px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    /*border-radius: 100px;*/
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cf_button:hover {
    color: #fff;
    /*background: #005581;*/
    background-color: rgba(255, 255, 255, 0.5);
}

.gm_area {
    display: inline-block;
    vertical-align: top;
}

.gm_area iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponsor {
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.sponsor_area {
    background: #fff;
    padding: 50px;
}

.sponsor h2 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.sponsor h2 span {
    display: block;
    font-family: 'Advent Pro', sans-serif;
    letter-spacing: 1px;
    opacity: 0.3;
    font-size: 1.2rem;
}

.sponsor h3 {
    text-align: center;
    border-bottom: 2px solid #005581;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-family: 'Advent Pro', sans-serif;
    color: #005581;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

.sponsor_list {
    text-align: center;
    margin-bottom: 30px;
}

.sponsor_list li {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.sponsor span.cs {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 30px;
    font-family: 'Advent Pro', sans-serif;
    color: #ccc;
    letter-spacing: 1px;
}

.banner {
    max-width: 860px;
    margin: 0px auto 50px;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_sp {
    margin: 0px auto 30px;
    display: none;
    width: 90%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner:hover,
.banner_sp:hover {
    opacity: 0.5;
}

.banner img,
.banner_sp img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

footer {
    background: #000;
    padding: 0px 0 200px 0;
}

footer small {
    display: block;
    margin: 8px 0 0;
    color: #fff;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-align: right;
    opacity: 0.5;
}

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

.footer_inner img {
    float: left;
    width: 180px;
}

.footer_cap {
    float: right;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
}

.trainers_thumb_modal {
    width: 200px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    border-radius: 9px;
}

.trainers_name_modal span {
    display: block;
    font-size: 1rem;
    font-family: 'Advent Pro', sans-serif;
    color: #ccc;
    margin-bottom: 10px;
}

.trainers_name_modal {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 27px;
}

.text_modal {
    font-size: 0.6rem;
    line-height: 18px;
    text-align: left;
}

.position_modal {
    width: 100%;
    display: block;
    font-size: 0.75rem;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.desktop-hidden {
    display: none;
}

.concept p {
    background: #284270;
    padding: 40px;
    color: #fff;
    margin-top: 60px;
    font-size: 0.8rem;
}

span.concept_p_main {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 0;
}

span.concept_p_sub {
    color: #fff;
    font-size: 1rem;
    display: block;
    border-bottom: 1px solid  #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    body {
        min-width: inherit;
        font-size: 1rem;
        background-image: url("../img/wellbeing/fv_bg_00.png"), url("../img/wellbeing/fv_bg_01.png"), url("../img/wellbeing/wave01.png"), url("../img/wellbeing/body_bg.png");
        background-position: left top 20px, right top 190px, left top, center;
        background-size: 100%, 100%, 90%, 15px;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat;
        background-color: #f5f5f5;
        font-family: fot-rodin-pron, sans-serif;
    }

    header {
        height: 63px;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
    }

    header h1 {
        width: 120px;
        top: 13px;
        position: absolute;
        left: 15px;
    }

    .fix_cv {
        position: fixed;
        right: 8px;
        color: #fff;
        top: 8px;
        text-align: center;
        border: 1px solid #f8f8f8;
        width: 50%;
        display: block;
        font-weight: bold;
        font-size: 0.8rem;
        line-height: 22px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        z-index: 999;
    }

    .fix_cv span {
        font-size: 0.7rem;
    }

    .mv {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        margin-top: 63px;
        padding: 90px 0 120px;
        height: auto;
    }

    .mv h2 img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .mv:after {
        content: "";
        background: #fff;
        width: 74%;
        height: 30px;
        position: absolute;
        left: 50%;
        margin-left: -37%;
        bottom: 0;
        z-index: 999;
    }

    .concept {
        max-width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 30px 7% 30px;
        width: 90%;
        position: relative;
        overflow: hidden;
    }

    .concept h2 {
        font-weight: bold;
        font-size: 1.1rem;
        color: #005581;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .concept h2 span {
        display: block;
        color: #005581;
        font-family: 'Advent Pro', sans-serif;
        letter-spacing: 1px;
        font-size: 2.4rem;
        margin-bottom: 28px;
    }

    .concept h3 {
        font-size: 0.75rem;
        line-height: 23px;
        font-weight: bold;
        margin-top: 15px;
    }

    .program {
        padding: 30px 4%;
        background-position: center;
        background-repeat: repeat;
        background-size: 50px;
    }

    .program h2 {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 50px;
        font-weight: bold;
        color: #fff;
    }

    .program h2 span {
        display: block;
        color: #fff;
        font-family: 'Advent Pro', sans-serif;
        letter-spacing: 1px;
        opacity: 0.3;
        font-size: 2.5rem;
        margin-bottom: 8px;
    }

    .program h3 {
        text-align: center;
        font-weight: bold;
        font-size: 0.9rem;
        display: block;
        margin: 20px auto 0;
        line-height: 23px;
        text-align: left;
        max-width: 1100px;
        padding: 15px 5%;
        position: relative;
    }

    .program h3 span {
        display: block;
        width: 100%;
        margin: 0 auto 13px;
        left: 0;
        text-align: left;
        color: #ded1c0;
        border-right: none;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 0 8px;
        position: inherit;
        font-size: 1.1rem;
        top: 0;
    }

    .program_contents h4 {
        display: block;
        text-align: left;
        margin-bottom: 15px;
        font-family: 'Advent Pro', sans-serif;
        color: #fff;
        font-size: 1rem;
        letter-spacing: 1px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

    .program_contents {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 5%;
    }

    .member li {
        display: block;
        vertical-align: top;
        padding: 4%;
        margin: 0 0 8px;
        width: 100%;
    }

    .member_thumb {
        display: inline-block;
        width: 24%;
        height: auto;
        background: #fff;
        overflow: hidden;
        border: 1px solid #fff;
        vertical-align: middle;
    }

    .member_info {
        margin-left: 2%;
        width: 69%;
        display: inline-block;
        vertical-align: middle;
    }

    /*クラウドファンディング名前用*/

    .crowd_contents {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 5%;
    }

    .crowd_member li {
        display: block;
        vertical-align: top;
        padding: 4%;
        margin: 0 0 8px;
        width: 100%;
    }
    .crowd_member_info {
        margin-left: 2%;
        width: 65%;
        /*display: inline-block;*/
        /*vertical-align: middle;*/
    }
    .crowd_member li h4 {
        margin-left: 2%;
        text-align: left;
        color: #fff;
        font-size: 0.75rem;
        font-weight: bold;
        margin-bottom: 2px;
    }


    /*クラウドファンディング名前用おわり*/




    .program_contents h4 {
        display: block;
        text-align: left;
        margin-bottom: 15px;
        font-family: 'Advent Pro', sans-serif;
        color: #fff;
        font-size: 1.3rem;
        letter-spacing: 1px;
        border-bottom: none;
        opacity: 0.3;
        padding-bottom: 0;
    }

    .member li h5 {
        text-align: left;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 2px;
    }

    .member li h5 span {
        font-size: 0.8rem;
        display: block;
        color: #fff;
        line-height: 8px;
        opacity: 0.4;
        font-family: 'Advent Pro', sans-serif;
        margin-bottom: 3px;
    }

    .member_info h6 {
        font-size: 0.6rem;
        color: #fff;
        text-align: left;
        line-height: 15px;
    }

    .comingsoon {
        color: #fff;
        font-family: 'Advent Pro', sans-serif;
        font-size: 1.1rem;
        opacity: 0.4;
        margin-bottom: 20px;
    }

    .outline {
        padding: 80px 5%;
        background-position: center;
        background-size: cover;
        text-align: center;
    }

    .outline h2 {
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 20px;
    }

    .outline h2 span {
        display: block;
        color: #fff;
        font-family: 'Advent Pro', sans-serif;
        letter-spacing: 1px;
        opacity: 0.3;
        font-size: 2.5rem;
        margin-bottom: 5px;
    }

    .outline_table {
        max-width: 600px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    .outline_table th {
        color: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        width: 24%;
        font-size: 0.8rem;
        text-align: left;
    }

    .outline_table td {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px;
        line-height: 21px;
        font-size: 0.8rem;
        text-align: left;
    }

    .ticket_buy {
        background: #fff;
        display: block;
        text-align: center;
        width: 170px;
        font-size: 0.7rem;
        padding: 4px 0;
        margin-top: 0;
        font-weight: bold;
        color: #005581;
        border-radius: 100px;
        margin-bottom: 5px;
        margin-top: 6px;
    }

    .cf_button {
        /*background: #fff;*/
        border: 2px solid #fff;
        display: block;
        text-align: center;
        font-size: 0.9rem;
        padding: 4px 0;
        margin-top: 0;
        font-weight: bold;
        color: #fff;
        /*border-radius: 100px;*/
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .gm_area {
        display: block;
        vertical-align: top;
        margin-top: 30px;
    }

    .gm_area iframe {
        height: 300px;
    }

    .sponsor {
        padding: 30px 5%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .sponsor h2 {
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .sponsor h2 span {
        display: block;
        font-family: 'Advent Pro', sans-serif;
        letter-spacing: 1px;
        opacity: 0.3;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .sponsor_area {
        background: #fff;
        padding: 5%;
    }

    .sponsor h3 {
        text-align: center;
        border-bottom: 1px solid #005581;
        padding-bottom: 8px;
        margin-bottom: 10px;
        font-family: 'Advent Pro', sans-serif;
        color: #005581;
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .sponsor_list {
        text-align: center;
        margin-bottom: 10px;
    }

    .sponsor_list li {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 3%;
    }

    .sponsor span.cs {
        display: block;
        text-align: center;
        font-size: 0.8rem;
        margin: 0 auto 20px;
        font-family: 'Advent Pro', sans-serif;
        color: #ccc;
        letter-spacing: 1px;
    }

    a.banner {
        width: 90%;
        margin-bottom: 30px;
    }

    footer {
        padding: 20px 0 100px;
    }

    .footer_inner {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .footer_cap {
        float: inherit;
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
    }

    .footer_inner img {
        width: 30%;
        margin: 0 auto 30px;
        float: inherit;
    }

    footer small {
        display: block;
        padding: 0;
        text-align: center;
        font-size: 0.5rem;
        letter-spacing: 0px;
    }

    .desktop-hidden {
        display: none;
    }
	
	.concept p {
    background: #284270;
    padding: 25px 5%;
    color: #fff;
    margin-top: 30px;
    font-size: 0.6rem;
}

span.concept_p_main {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 10px;
}

span.concept_p_sub {
    color: #fff;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid  #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 20px;
}

}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

    .concept iframe {
        margin: 30px auto 0;
    }

    .banner {
        display: none !important;
    }

    .banner_sp {
        display: block !important;
    }

    .desktop-hidden {
        display: inline;
    }

}

/*---------------------------------------------------------------*\
	$320px
\*---------------------------------------------------------------*/
@media screen and (max-width: 320px) {

    .mv {
        height: 300px;
        background-image: url(../img/wellbeing/mv_back.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        margin-top: 63px;
        padding: 40px 0;
    }

    .desktop-hidden {
        display: inline;
    }

}