body {
    line-height: 1.5;
    color: #fff;
    font-family: "メイリオ","Helvetica Neue",Helvetica,Roboto,"Droid Sans","Hiragino Kaku Gothic ProN",Sans-Serif;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    background-color: #739e34;

}
html, textarea {
　scrollbar-base-color: #739e34;
}
/* ログイン */
.login_content{
  text-align:center;
}
.login-area{
  padding-bottom:15px;
}
.login-input{
  width:240px;
  height:30px;
  background-color: #fff;
  border-radius:2px;
  border:0px solid #fff;
  font-size: 15px;
}
.login-button{
  width:250px;
  color:#fff;
  height:35px;
  border:0px solid #9ee23a;
  vertical-align: middle;
  font-size: 16px;
  font-weight:600;
  background-color: #9ee23a;
  border-radius:2px;
}
.login-button:hover{
  opacity: 0.6;
}
.gheader {
    background: url(bg.png);
    background-size: 100% auto;
}

.shindan_contents {
    margin-top: 0 !important;
    padding-top: 35px;
    background: url(bg.png);
    background-color: #739e34;
    background-size: 100% auto;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%;
    outline: 0;
}
.row {
  /*
    margin-right: -25px;
    margin-left: -25px;
    */
}
#answer_btn_area {
    margin-top: 0px;
}
dl {
    padding: 45px 0 0;
}
dt {
    min-height: 50px;
    line-height: 1.3;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}
dd {
    padding: 0 10px 10px;
}
.radioPanel.style02 li {
    margin: 0;
}
.radioPanel.col1 li {
    float: none;
}
.radioPanel li {
    float: left;
    text-align: center;
}
.radioPanel.style02 li label {
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.radioPanel.style02 li label {
    height: auto;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    text-align: left;
    color: #fff;
    font-size: 16px;
}


.radioPanel label {
    display: block;
    height: 90px;
    padding: 0 10px;
    border-radius: 2px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    color: #3f5380;
    font-size: 15px;
    cursor: pointer;
}
.radioPanel.style02 {
    margin: 0 -20px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.radioPanel.col1 {
    margin: 0;
}
.radioPanel {
    overflow: hidden;
    margin: -7px 0;
}

.radioPanel label input {
    display: none;
}
input {
    -webkit-user-select: auto;
}
input, select, textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}
.que-title {
    position: relative;
    display: table;
    width: 100%;
    height: 100px;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,.2);
    text-align: center;
}
.que-title-hdr {
    display: table-cell;
    line-height: 1.5;
    margin: 0 40px;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
}
ol, ul {
    list-style: none;
}
#stepBar.show {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#stepBar {
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 11px;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
}
#stepBar ul {
    display: table;
    overflow: hidden;
    width: 100%;
}

#stepBar li.active {
    background: #7fb44e;
}
#stepBar li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 21%;
    width: calc(25% - 13px);
    height: 24px;
    line-height: 24px;
    margin-right: 13px;
    padding: 0;
    background: rgba(255,255,255,.3);
    vertical-align: top;
    text-align: center;
    color: #fff;
}
#stepBar {
    font-size: 11px;
}
#stepBar li {
    line-height: 24px;
    text-align: center;
    color: #fff;
}
#stepBar li.active::before {
    border-color: #7fb44e #7fb44e #7fb44e transparent;
}
#stepBar li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -12px;
    border-width: 12px 0 12px 12px;
    border-style: solid;
    border-color: rgba(255,255,255,.3) rgba(255,255,255,.3) rgba(255,255,255,.3) transparent;
}
#stepBar li:last-child::after {
    border-color: rgba(255,255,255,.3);
}
#stepBar li.active:last-child::after {
    border-color: #7fb44e;
}
#stepBar li.active::after {
    border-left-color: #7fb44e;
}
#stepBar li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -12px;
    border-top: 12px solid transparent;
        border-top-color: transparent;
    border-bottom: 12px solid transparent;
        border-bottom-color: transparent;
    border-left: 12px solid rgba(255,255,255,.3);
        border-left-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255,255,255,.3);
}

.radioPanel li.active label {
    background: #fff;
    color: #12b5cd;
}
.radioPanel label {
    display: block;
    height: 70px;
    padding: 0 10px;
    border-radius: 2px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    color: #3f5380;
    font-size: 15px;
    cursor: pointer;
}
.radioPanel.col2 li:nth-child(2n) {
    padding: 7px 0 7px 7px;
}
.radioPanel.col2 li:nth-child(2n+1) {
    padding: 7px 7px 7px 5px;
}
.radioPanel.col2 li {
    width: 46%;
}

.radioPanel label span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    line-height: 1.3;
}
.card.slid-animation {
    transition: all 250ms cubic-bezier(.165,.84,.44,1);
}
.card {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
}
.card-frame {
    position: relative;
    width: 100%;
    height: 100%;
}
.card-inner {
    position: relative;
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0 0 60px;
        padding-bottom: 60px;
}
.card .card-frame .card-inner dd {
    padding: 0 20px 20px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
}
#contents {
  padding-left: 0%;
  padding-right: 0%;
  min-height: 423px;
}
.gheader {
    padding: 0px 0px;
}
.back {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 10px;
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 24px;
    line-height: 20px;
    padding-left: 17px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 20px;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
}
.userInput {
    position: relative;
    display: block;
}
.userInput input {
    width: 92%;
    height: 55px;
    line-height: 1;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: rgba(255,255,255,.7);
    box-shadow: none;
    color: #58678a;
    font-size: 15px;
}
input {
    -webkit-user-select: auto;
}
.bottom-btn.fixed {
    position: fixed;
}
.bottom-btn {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}
.bottom-btn .btn-link {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 0;
}
a.btn-link.invalid {
    background: #a6aab8;
    pointer-events: none;
}
a.btn-link {
    display: block;
    padding: 18px 10px;
    border-radius: 2px;
    background: #76bc36;
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.checkList {
    margin: 0 -20px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.checkList li {
    line-height: 1.3;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background: 0 0;
    box-shadow: none;
    color: #fff;
}
.checkList li label input {
    display: none;
}
.checkList li label.active {
    background: rgba(255,255,255,.2);
}
.checkList li label {
    position: relative;
    display: block;
    min-height: 24px;
    padding: 20px 10px 20px 58px;
    font-size: 16px;
    cursor: pointer;
}
.checkList li label::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 20px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255,255,255,.2);
}
.checkList li label.active::before {
    background-image: url(../img/check.png);
    background-size: 41px 42px;
    width: 24px;
    height: 24px;
    background-position: -5px -10px;
}
.checkList li label::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 20px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255,255,255,.2);
}
