@charset "utf-8";

html{
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body{
    background-size: auto auto;
    /* background-color: #e35433; */
    background-color: #fce5c1;
}

section{
    position: relative;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.inr{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.mrl{
    margin-right: auto;
    margin-left: auto;
}
.center{
    text-align: center;
}
.mb40{
    margin-bottom: 20px;
}
.mincho{
    font-family: system-ui;
    font-weight: 100;
}

section#procedure{
    /* background-color: #eacf58; */
    background-color: #f7ea88;
    padding-top:20px;
    padding-bottom:20px;
}

h2{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px dotted;
}
@media screen and (max-width: 560px) {
    h2{
        padding-bottom: 10px;
    }
}
img{
    display: block;
    margin: 0 auto;
    max-width:100%; 
    width /***/:auto; /*IE8用ハック*/
}
.chance img{
    max-width: 1000px;
}

*{
    box-sizing: border-box;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 560px) {
    p,th,td{ font-size:14px; }
}

/*pc-sp切替用*/
.pc{ display: block; }
.sp{ display: none; }
@media screen and (max-width: 560px) {
    .pc{ display: none; }
    .sp{ display: block; }
}
.logo{
    background-color:white;
}
.logo img{
    width:42px;
    padding:8px 0;
}
.main{
    /* background-color: #e35433; */
    /* background-color: #fce5c1; */
    background-color: #ff9d67;
}
.main img{
    max-width:1000px;
    width: 100%;
}

.wrap{
    max-width:980px;
    width:95%;
    background-color:white;
    border-radius: 5px;
}
.content{
   padding:25px;
   overflow: hidden;
   max-width:768px;
   margin-right: auto;
   margin-left: auto;
}
@media screen and ( max-width: 767px) {
    .wrap{ margin:15px auto; }
    .content{ padding:20px; }
}    

/*キャンペーン概要*/
section#outline{
    border: 4px solid #1A5481;
    border-radius: 10px;
    background-color: #fff;
    max-width: 1000px;
    padding: 40px;
    width: 95%;
}
section#outline .flex{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section#outline .fig01{
    max-width: 280px;
    padding-bottom: 20px;
}
section#outline .fig02{
    max-width: 520px;
    padding-bottom: 20px;
}
section#outline .flex{
    border-bottom: 2px solid #1A5481;
}
section#outline .fig03,
section#outline .fig04{
    max-width: 700px;
}
section#outline .fig03{
    padding: 30px 0 20px;
}
section#outline .fig04{
    margin-bottom: 15px;
}
.kome{
    display: block;
    font-size: 10px;
    color: #b1a29c;
}

@media screen and (max-width: 560px) {
    section#outline{
        padding: 20px;
    }
    section#outline .flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#outline .fig01{
        margin: 0 auto;
        width: 60vw;
    }
    section#outline .fig03{
        padding: 20px 0 10px;
    }
    section#outline .fig04{
        margin-bottom: 10px;
    }
}


/*応募方法*/
section#procedure figure{
    max-width: 720px;
    padding: 0 20px;
}
section#procedure:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.button{
    display: block;
    position:relative;
    background:#c61722;
    color:white;
    border-radius: 40px;
    text-align: center;
    width:100%;
    max-width:350px;
    text-decoration: none;
    padding:20px 0;
    margin:20px auto;
    box-shadow: #8c1018 0px 5px 0px;
}
.button:hover {
    box-shadow: #8c1018 0px 3px 0px;
    transform: translate3d(0, 2px, 0);
}
.button:after{
    content:'→';
    position:absolute;
    right:1.5em;
}

@media screen and (max-width: 767px) {
    .button{ margin:20px auto; }
}



 /*応募詳細*/
 section#guideline .wrap{
    border: 4px solid #d93924;
    border-radius: 10px;
 }
 section#guideline:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
 section#guideline:after{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section#guideline h3,
section#guideline p{
    margin-bottom: 10px;
}
section#guideline h3{
    color: #176c1a;
    border-left: 4px solid;
    padding-left: 10px;
}
@media screen and (max-width: 560px) {
    section#guideline h2,
    section#form h2{
        margin-bottom: 20px;
    }
}


/*フォーム*/
section#form .wrap{
    border: 4px solid #d93924;
    border-radius: 10px;
}
section#form .cap{
    margin-bottom: 40px;
}
section#form table th,
section#form table td{
    display:block; 
    width: 100%; 
    text-align: left; 
}
section#form table th{
    margin-bottom: 10px;
    color: #000;
    margin-top: 10px;
}
section#form table td{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid  #9e917b1c;
}
section#form table th.option{
    color: #000;
}
section#form table th.required span{
    background-color: #d93725;
    color:white;
    font-size:12px;
    padding:5px;
    margin-right: 7px;
}
section#form table th.option span{
    background-color: #176c1a;
}

/**************アンケート***********/
section#form .question th.option{
    color:#000;
}
section#form .question td{
    padding-bottom: 5px;
    border-bottom:initial;
    margin-bottom: auto;
}

table.question{
    background-color: #ffe4b1;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 0px;
    border:2px solid #176c1a;
    width: 100%;
    margin-top: 15px;
}

table.question ul li{
    list-style: none;
}

table.question input{
    margin-right: 5px;
    font-size: 16px;
    border: 2px
    solid #d93725;
    background-color: #f5f4f4;
    padding: 5px;
    border-radius: 3px;
}


input[type=text], 
input[type=number], 
input[type=email]{
    font-size:16px;
    border: 2px solid #d2cfc9;
    background-color:#9e917b1c;
    padding:5px;
    border-radius: 3px;
}
input[type=number]{
    width: 20vw;
    max-width: 100px;
}
/***ラジオボタンバージョン***/
.radioWrap li {
    display: inline-block;
    margin-bottom: 16px;
}

.radio-input {
    display: none;
}

.radio-input + label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.radio-input + label::before,
.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}

.radio-input + label::before {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #b18127;
}

.radio-input:checked + label {
    color: #533b11;
}

.radio-input:checked + label::after {
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #e25534;
}
/***セレクトボックスバージョン***/
.select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrap:before {
    z-index: 1;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #c61722;
    border-right: solid 2px #c61722;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}

/*numberの場合の矢印を消す*/

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 
/**********/

input[type=radio]{
    display: none;
}
label.prize{
    display: block;
    border: 2px solid #1A5481;
    border-bottom: 4px solid #1A5481;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #1A5481;
}
input[type=radio]:checked + label{
    background-color: #ffe4b1;
    border-color: #906719;
}
select{
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #f4f3f1;
    border: 2px solid #f2ac20;
    border-radius: 4px;
    display: inline-block;
    padding: 5px;
    width: 100%;
    font-size: 16px;
}
div.select{
    position: relative;
    width: 100%;
    max-width: 240px;
}
div.select:after{
    display: block;
    content: "";
    position: absolute;
    right: 12px;
    top: 13px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #d2cfc9 transparent transparent transparent;
    border-width: 10px 7px 0 7px;
}
input[type=file]{
    display: none;
}
label.file{
    color: #fff;
    display: inline-block;
    border: 2px solid #333;
    border-bottom: 4px solid #333;
    padding: 0 10px;
    background-color: #000;
    margin-bottom: 5px;
}
::placeholder{
    color: #d2cfc9;
}

@media screen and (max-width: 560px) {
    section#form .cap{
        margin-bottom: 20px;
    }
    input[type=text],
    input[type=email]{
        width: 100%;
    }

}

.attention{
    color:#c61722;
    font-size:12px;
}

.error{
    display: block;
    background-color:#c61722;
    color: #fff;
    font-size:12px;
    padding: 2px 5px;
    margin-top: 10px;
}

.infobox {
   height: 15em;
   overflow-y: scroll; 
   border:1px solid #f7ea88;
   background-color: #f4f3f1;
   border-top-right-radius: 3px;
   border-top-left-radius:3px;
   padding:15px;
   font-size:12px;
}
.infobox h2{
    text-align: left;
    padding-bottom: 10px;
}
.infobox ul{
    padding-left:15px;
    margin:15px 0;
}
.ta-c{
    padding:15px 0;
    font-size:15px;
    text-align: center;
    color:#000;
    background-color: #f7ea88;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius:3px;
}
.ta-c label{
    color: #000;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: #c61722;
    border-radius: 40px;
    box-shadow: #8c1018 0px 5px 0px;
    display:block;
    width:100%;
    max-width:350px;
    height:70px;
    padding:2%;
    color:white;
    font-size:18px;
    letter-spacing:0.8px;
    margin:20px auto;
}
input[type="submit"]:hover{
    box-shadow: #8c1018 0px 3px 0px;
    transform: translate3d(0, 2px, 0);
}
input[type="submit"]:after{
    content:'→';
    position:absolute;
    right:1.5em;
}
.submit {
    list-style: none;
    width:515px;
    margin:20px auto 0;
}
.backbutton { 
    display:block;
    text-align: center;
    outline: none;
    background: #d8d2c7;
    border-radius: 40px;
    box-shadow: #bfb9ae 0px 5px 0px;
    padding:2% 0;
    width:100%;
    max-width:350px;
    height:70px;
    color:white;
    font-size:18px;
    letter-spacing:0.8px;
    margin:0 auto 20px auto;
    border-color: transparent;
}
.backbutton:hover{
    box-shadow: #bfb9ae 0px 3px 0px;
    transform: translate3d(0, 2px, 0);
}
.backbutton:after{
    /*content:'→';*/
    position:absolute;
    right:1.5em;
}
@media screen and (max-width: 560px) {
    input[type="submit"]{ font-size:16px;}
    .backbutton{ font-size:16px; }
    .b1 input[type="submit"]{ width:100%; }
    .submit {  width:100%; }
}
.back:hover{
    box-shadow: none;
}

section#confirm .wrap,
section#thanks .wrap{
    border: 4px solid;
    border-radius: 10px;
    margin: 40px auto;
}

section#thanks .info{
    background-color: #f3f0eb;
    padding: 30px;
}
section#thanks .info h3{
    border-left: 4px solid;
    padding-left: 7px;
    margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
    section#confirm .wrap,
    section#thanks .wrap{
        margin: 15px auto;
    }
    section#thanks .info{
        padding: 15px;
    }
    section#thanks .info h3{
        font-size: 16px;
    }
}

footer{
    background-color: #d93924;
    padding: 20px;
}
footer p{
    color: #fff;
}

.foot_fix_wrap{
    position: relative;
    padding-bottom: 60px;
    min-height: 100vh;
}
.foot_fix_wrap footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.foot_fix_wrap .grd{
    padding-bottom: 10px;
    min-height: 100vh;
    /* background-color:#e35433; */
    background-color:#fce5c1;
    background-color:#ff9d67;
}

div.announce{
    border: 4px solid;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 10px;
}