@charset "utf-8";
/* CSS Document */


/* --------------------
 PC
----------------------- */

#wrapper {
        width:100%;
        margin:0 auto;
        box-sizing:border-box;
}
br.pc_none {display:none;}

header {
        width:100%;
    border-bottom:8px solid #ee7024;
    box-sizing:border-box;
    }
    
    header .inner {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items:flex-end;
        justify-content: space-between;
        width:1280px;
        padding:10px 130px;
        margin:0 auto;
        box-sizing:border-box;
    }
    header img{
        width:144px;
        margin:0 auto;
        box-sizing:border-box;
    }
    header h1{
        font-size:28px;
        line-height:1.3;
        margin:0 auto;
        box-sizing:border-box;
    }
    
#fv {
    width:100%;
    background-color:#f8c6a7;
    margin:0 auto;
    box-sizing:border-box;
}
    #fv .inner{
        width:1280px;
        background-color:#ee7024;
        margin:0 auto;
        box-sizing:border-box;
    }
    
    .inner h2 {
        font-size:30px;
        font-weight:600;
        line-height:60px;
        box-sizing:border-box;
    }
    .inner h2:before {
        display:inline-block;
        width:60px;
        height:60px;
        content:"";
        position: relative;
        top: 15px;
        right:0;
        margin-right: 15px;
        background: url(../img/h2_icon.png) no-repeat;
        box-sizing:border-box;
    }
    
    #introduction {
        width:100%;
        height:555px;
        background-image:url(../img/bg_01.jpg);
        background-position:center;
        background-repeat:repeat-x;
        box-sizing:border-box;
    }
    #introduction .inner {
        width:960px;
        padding:20px 0;
        margin:0 auto;
        box-sizing:border-box;
    }
    #introduction .inner p{
        font-size:20px;
        font-weight:500;
        line-height:1.5;
        padding:1em 1em 1em 60px;
        box-sizing:border-box;
    }
    
#btn_youkou {
    width:460px;
    margin:0 auto;
    box-sizing:border-box;
    box-shadow:5px 5px 0px 0px rgba(0,0,0,0.4);
}
#btn_youkou a{
    display:block;
    font-size:40px;
    color:#fff;
    background-color:#ee5a24;
    text-align:center;
    padding:10px;
    margin:0 auto;
}
    #btn_youkou a:hover{
        display:block;
        font-size:40px;
        color:#fff;
        background-color:#ee5a24;
        text-align:center;
        padding:10px;
        margin:0 auto;
        opacity:0.7;
        transition: all 0.2s ease-in-out;
    }
    
    


    #graph {
        width:100%;
        background-color:#d6dd21;
        padding-top:35px;
        padding-bottom:10px;
        margin:0 auto;
        box-sizing:border-box;
    }
    #graph .inner {
        width:960px;
        background-color:transparent;
        margin:0 auto;
        box-sizing:border-box;
    }
    #graph ul {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        width:740px;
        margin:30px auto 20px;
    }
    #graph ul li{
        display:block;
        width:360px;
        font-size:24px;
        line-height:1.5;
        margin-bottom:20px;
        background-color:transparent;
        box-sizing:border-box;
    }
    #graph p {
        font-size:20px;
        line-height:1.3;
        padding:15px 5px;
        box-sizing:border-box;
    }



    #flow {
        width:100%;
        background-color:#E6E6E6;
        padding-top:35px;
        padding-bottom:50px;
        background-image:url(../img/bg_02.jpg);
        background-position:center;
        background-repeat:repeat-x;
        margin:0 auto;
        box-sizing:border-box;
    }
    #flow .grn{
		line-height: 1.3;
        background-color:#e3e77a;
        border-radius:70px;
    }
    #flow .org{
        background-color:#e3c07a;
        border-radius:70px;
    }
    #flow .inner {
        width:960px;
        margin:0 auto;
        box-sizing:border-box;
    }
    #flow h3 {
        width:760px;
        font-size:26px;
        font-weight:600;
        border-bottom:1px #000 dotted;
        margin:10px auto 10px;
    }
    
    
    #flow .introduction {
        width:760px;
        margin:0 auto 30px;
        box-sizing:border-box;
    }
    
    #flow ol li{
        width:740px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
        align-items: center; /* 縦方向中央揃え */
        background-color:#fff;
        padding:10px 15px;
        margin:0 auto;
        box-sizing:border-box;
    }
    #flow ol li .flow_li_in_01 {
        float:left;
        width:150px;
        padding:0;
        box-sizing:border-box;
    }
    #flow ol li .flow_li_in_01 img{
        display:inline-block;
        width:115px;
        vertical-align:middle;
    }
    #flow ol li .flow_li_in_02 {
        float:left;
        width:520px;
        vertical-align:middle;
        padding:10px;
        box-sizing:border-box;
    }
    #flow ol li .flow_li_in_02 p{
        
        font-size:20px;
        font-weight:600;
        box-sizing:border-box;
    }
    #flow .flow_arrow {
        width:155px;
        background-color:transparent;
    }
    #flow .flow_arrow img{
        width:155px;
    }

    
    
    
#merit {
    width:100%;
    background-color:#ee7024;
    margin:0 auto;
    box-sizing:border-box;
}

#merit .inner{
    width:960px;
    color:#fff;
    line-height:1.3;
    padding:10px;
    margin:0 auto;
    box-sizing:border-box;
}
#merit ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:760px;
    margin:20px auto;
    box-sizing:border-box;
}
#merit ul li{
    display:inline-block;
    width:240px;
    box-sizing:border-box;
}
#merit ul li img{
    display:inline-block;
    width:240px;
    margin-bottom:20px;
    box-sizing:border-box;
}


div.introduction p.introductionpsp{
    display: none;

}


    /* ----------------------------------------------------------------------------------------------------------------
     button、title帯css基本設定
    ------------------------------------------------------------------------------------------------------------------- */
    button {
        background-color: #fff;
        width: 460px;
        margin: 20px auto;
        display: block;
        border: none;
        cursor: pointer;
        font-size:40px;
        color: #fff;
        box-shadow:5px 5px 0px 0px rgba(0,0,0,0.4);
        background-color:#ee5a24;
        text-align:center;
        padding:10px;
        margin:0 auto;
        box-sizing:border-box;
    }

    button:hover {
        opacity: 0.5;
        transition: all 0.2s ease-in-out;
    }
    

    /* title_obe
    --------------------- */
    .title_obe {
        width:100%;
        padding:10px;
    margin:0 auto 30px;
        background-color:#d6dd21;
        box-sizing:border-box;
}
    .title_obe h2 {
        width:960px;
        font-size:40px;
        font-weight:600;
        text-align:center;
        margin:0 auto;
    }

    /* ----------------------------------------------------------------------------------------------------------------
      応募内容、フォームcss基本設定
    ------------------------------------------------------------------------------------------------------------------- */

    /* Step_naiyou start
    --------------------- */
    .step_naiyou {
        width: 930px;
        margin: 0 auto 30px;
        background-color: #fff;
    }

    .step_naiyou h1 {
        margin: 80px 0 20px;
    }

    .step_naiyou dl {
        overflow: hidden;
        border-bottom: 1px dotted #bdbdbd;
    }

    .step_naiyou dl dt,
    .step_naiyou dl dd {
        float: left;
    }

    .step_naiyou dl dt {
        background-color: #000;
        color: #fff;
        width: 180px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.2em;
        margin: 30px 30px 30px 0;
    }

    .step_naiyou dl dd {
        width: 660px;
        padding: 20px 0;
        color: #333;
        font-size: 16px;
        line-height: 30px;
    }

    .step_naiyou dl dd span {
        font-size: 25px;
        line-height: 50px;
    }

    /*お問い合わせ文字 start
    ------------------------------*/
    .step_naiyou em {
        font-size: 16px;
    }

    .step_naiyou a:link {
        color: #333;
    }

    /*form start
    ------------------------------*/
    form table {
        margin: 20px auto 40px;
        width: 930px;
        overflow: hidden;
        box-sizing:border-box;
    }

    form tr {
        border-bottom: 1px dotted #DDD;
    }

    form td,
    #form th {
        color: #000000;
        font-size:18px;
        vertical-align: middle;
        padding: 20px 40px 20px 20px;
        white-space: nowrap;
    }

    form th {
        font-weight: normal;
        vertical-align: center;
        background-color: #fff;
        border-left: 5px solid #009fde;
        width: 20%;
    }

    form td {
        vertical-align: middle;
        box-sizing: border-box !important;
    }

    form td p {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 10px 8px;
        border-bottom: 1px dotted #CCC;
    }

    form table {
        line-height: 1.6;
        font-size: 14px !important;
    }

    input,
    textarea {
        box-sizing: border-box;
        width: 100%;
        font-size: 20px;
        margin: 0;
        padding: 5px;
        border: 1px solid #b5b5b5;
        vertical-align: middle;
    }

    select {
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        margin: 0;
        padding: 5px;
        background-color: #fff;
        border-radius: 0;
        font-size: 16px;
        border: none;
        background-image: url(../img/select_ya.png);
        background-repeat: no-repeat;
        background-position: right 10px center;

    }

    form .select {
        border: 1px solid #ccc;
        overflow: hidden;
        width: 100%;
    }

    /*性別ほか　labelタグ右側に余白*/
    label {
        margin-right: 20px;
        vertical-align: middle;
    }

    /*テキストエリア設定*/
    form textarea.privacy {
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        height: 200px;
    }

    form input#pref,
    form input#add {
        display: block;
        margin-top: 5px;
    }

    /*個人情報_同意ボタン_チェックボックス*/
    form td p.check {
        border-bottom: none;
        font-size: 16px;
        padding: 0;
        margin: 5px 0 0 0;
    }

    p.button {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    /* footer
    --------------------- */
    footer {
        padding:20px;
        margin:40px auto 0;
    }

    footer p {
        clear: both;
        display: block;
        font-size: 12px;
        font-style: normal;
        padding: 0 0 10px;
        text-align: center;
    }


    /* ----------------------------------------------------------------------------------------------------------------
     thanks  SPcss基本設定
    ------------------------------------------------------------------------------------------------------------------- */
    .thanks {
        width: 600px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .thanks h1 {
        margin: 60px auto 20px;
        font-size: 24px;
        padding: 5px 0;
        border-bottom: 1px solid #000;
        text-align: center;
    }

    .thanks p {
        font-size: 18px;
        text-align: center;
    }

    .thanks_button {
        display: block;
        text-align: center;
        width: 280px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        margin: 20px auto;
        background: #0EBDAE;
        position: relative;
    }

    .thanks_button a {
        color: #FFF;
        font-size: 20px;
        text-decoration: none;
    }

    .thanks_button a:after {
        border-right: 2px solid #FFF;
        border-top: 2px solid #FFF;
        transform: rotate(45deg);
        content: "";
        display: block;
        height: 8px;
        right: 20px;
        margin-top: -5px;
        position: absolute;
        top: 50%;
        width: 8px;
    }

    address {
        text-align: center;
        font-style: normal;
        font-size: 12px;
        padding: 10px 0 10px;
        display: block;
        clear: both;
    }
}
