@charset "utf-8";

/* ----------- guide_box ------------------------------------------ */
.guide_box {
    font-family: "NotoSansJP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo;
    width: 620px;
}


/* ----------- flowarea ------------------------------------------ */
.flowarea {
font-family: "NotoSansJP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo;
width: 620px;
overflow: hidden;
margin-left: 18px;
margin-bottom: 20px;
}
.flowarea .wrap {
display: inline-block;
}
.flow {
float: left;
}
.flow.block {
display: table-cell;
vertical-align: middle;
height: 67px;
text-align: center;
background-color: #e6e6e6;
padding-top: 23px;
padding-left: 5px;
padding-right: 0px;
width: 160px;
font-size: 19px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
color: #444;
}
.flow.direction {
width:0;
border-top:45px solid transparent;
border-bottom:45px solid transparent;
border-left:20px solid #e6e6e6;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.flow.direction2 {
width:0;
border-top:45px solid #e6e6e6;
border-bottom:45px solid #e6e6e6;
border-left:20px solid transparent;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.flow.direction3 {
width:0;
border-top:45px solid #e6e6e6;
border-bottom:45px solid #e6e6e6;
border-left:20px solid transparent;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.flow.block .step {
font-size: 12px;
font-weight: normal;
}
a.active .flow.block {
background-color: #9FC730;
color: #fff;
}

a.active .flow.direction {
border-left:20px solid #9FC730;
}
a.active .flow.direction2 {
border-top:45px solid #9FC730;
border-bottom:45px solid #9FC730;
}
a.active .flow.direction3 {
border-top:45px solid #9FC730;
border-bottom:45px solid #9FC730;
}
.flow.block.small {
font-size: 16px;
}

/* ----------- description ------------------------------------------ */
.description {
    position: relative;
    font-family: "NotoSansJP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo;
}
.description .text {
    padding-left: 1.2em;
    color: #555;
    overflow: auto;
}
.description .text p {
    margin-bottom: 10px;
}
.description .text img.float {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.description .text .voucher-pagetitle {
    color: #175443;
    font-size: 1.25em;
    font-weight: bold;
}

.description .text form.search input[type="text"] {
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 10px !important;
    width: 350px;
    font-size: 18px;
}
.description .text form.search .submitarea {
    margin-top: 1.5em;
    text-align: center;
}
.description .text form.search button[type="submit"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 1em !important;
    width: auto;
    min-width: 300px;
    background-color: #9fc730;
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 0 7px 7px rgba(145,145,145,0.1) inset;
    -webkit-box-shadow: 0 0 7px 7px rgba(145,145,145,0.1) inset;
    -moz-box-shadow: 0 0 7px 7px rgba(145,145,145,0.1) inset;
}

.description .text form.search button#usebtn[type="submit"] {
    min-width: auto;
    border-radius: 0 5px 5px 0;
}

.description .text form.search button[type="submit"]:hover {
    background-color: #6b8e23;
    cursor: pointer;
}

.description .text .information {
    margin-top: 4em;
    background-color: #ffdead;
    padding: 1.2em;
}
#content .description .text .information h3 {
    margin: 5px 0 7px;
    color: #ee0000;
    font-size: 110%;
    margin-bottom: 0.8em;
}
#content .description .text .information h4 {
    font-size: 80%;
    margin-bottom: 0.4em;
    font-weight: bold;
    margin-top: 1.5em;
}
#content .description .text .information p {
    margin: 0.5em 0 0;
    font-size: 90%;
}
.description .text .voucher-name {
    color: #ff6600;
    font-size:20px;
    font-weight:bold;
}
.description .text .voucher-cover-td {
    width: 200px;
}
.description .text .voucher-txt-td {
    width: 400px;
    word-wrap:break-word;
    word-break:break-all;
}
.description .text .voucher-limitdate {
    margin-top: 10px;
    background-color: #ffdead;
    font-weight:bold;
    padding:10px;
    font-size: 90%;
}
.description .text .voucher-finish-thanks {
    margin-top: 30px;
    color: #ff6600;
    font-size: 120%;
    font-weight:bold;
}
.description .text .information li {
    font-size: 80%;
    line-height: 1.5em;
}
.description .text .notice {
    background-color: #fdc87a;
    padding: 1.2em;
    font-size: 80%;
}
.description .text .notice > p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
