

#b-1 #wrapper {
    padding-bottom: 50px;
}
#b-1 .ctInner h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    background-color: #009944;
    padding: 5px 20px 3px;
    margin: 0 0 25px;
}
#b-1 .formArea {
    margin-bottom: 20px;
}
#b-1 .formArea p {
    font-size: 17px;
}
#b-1 .formArea p span {
    font-size: 14px;
}
#b-1 .formArea h4>span {
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
#b-1 .subBlog {
    margin-top: 25px;
    padding: 35px;
    background-color: #f0f0f0;
}
#b-1 h5 {
    color: #009944;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#b-1 .subBlog p{
    font-size:14px;
}
#b-1 .subBlog dl {
    display: flex;
    margin: 20px 0;
}
#b-1 .subBlog dl dt {
    width: 165px;
    font-weight: bold;
}
#b-1 .subBlog dl dt span {
    display: inline-block;
    color: #fff;
    background-color: #009944;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: middle;
}
#b-1 .mgr_15 {
    margin-right: 15px;
}
#b-1 .mgr_7 {
    margin-right: 7px;
}
#b-1 .subBlog dl dd input[type="text"] {
    width: 478px;
    height: 36px;
    padding: 5px;
}
#b-1 .subBlog dl .row {
    display: flex;
}
#b-1 .subBlog dl dd .row01 {
    display: flex;
    align-items: center;
}
#b-1 .subBlog dl dd .row02 {
    display: flex;
    align-items: center;
}
#b-1 .subBlog dl dd select {
    height: 36px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: url(../images/drop_down.png) right center no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 7px;
}
#b-1 .subBlog dl dd .select01 {
    width: 172px;
}
#b-1 .subBlog dl dd .select02, #b-1 .subBlog dl dd .select03 {
    width: 96px;
}
#b-1 .subBlog dl dd .select04 {
    width: 450px;
    padding-right:30px;
}
#b-1 .subBlog dl dd label, #b-1 .sectionWrap label {
    cursor: pointer;
}
#b-1 label input {
    display: none;
}
#b-1 .subBlog dl dd label span {
    height: 19px;
    width: 19px;
    border: 2px solid #a4a4a4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 4px;
}
#b-1 .subBlog dl dd label [type=radio]:checked+span {
    border: 2px solid #009944;
}
#b-1 .subBlog dl dd label [type=radio]:checked+span:before {
    content: "";
    position: absolute;
    background: url(../images/check_green.png) no-repeat center;
    left: 1px;
    top: -5px;
    width: 17px;
    height: 19px;
}
#b-1 .subBlog dl dd label {
    margin-right: 30px;
    cursor: pointer;
}
#b-1 .subBlog dl:last-child {
    margin-top: 30px;
}
#b-1 .sectionWrap {
    /**margin-bottom: 90px;**/
}

#b-1 .top_margin {
    margin-top: 145px;
}

#b-1 .top_margin_seimei_ichiji {
    margin-top: 100px;
}

#b-1 .btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#b-1 .btnList li {
    width: 48%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
}
#b-1 .sectionWrap label .checkbox {
    width: 44px;
    border-right: 1px solid #a4a4a4;
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
#b-1 .sectionWrap .btnList li div {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #a0a0a0;
    display: flex;
    align-items: center;
    width: 100%;
}
#b-1 label .checkbox+p {
    width: 354px;
    text-align: left;
    padding-left: 20px;
}
#b-1 label .checkbox span {
    height: 19px;
    width: 19px;
    border: 2px solid #a4a4a4;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 0px;
}
#b-1 label [type=radio]:checked+div {
    border: 2px solid #009944;
}
#b-1 label [type=radio]:checked+div .checkbox {
    border: 1px solid #009944;
    background: #009944;
}
#b-1 label [type=radio]:checked+div p + p {
    color: #009944;
}
#b-1 label [type=radio]:checked+div .checkbox span {
    border: 2px solid #fff;
}
#b-1 label [type=radio]:checked+div .checkbox span:before {
    content: "";
    position: absolute;
    background: url(../images/check_white04.png) no-repeat center;
    left: 1px;
    top: -6px;
    width: 17px;
    height: 19px;
}
#b-1 .btnList input {
    display: none;
}
#b-1 label [type=radio]:checked+div {
    border: 2px solid #009944;
}
#b-1 .btnList p {
    font-size: 16px;
}
#b-1 .btnList li>label {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    width: 100%;
}
#b-1 .btnList>li>p {
    position: absolute;
    background-color: #ccebda;
    top: 100%;
    padding: 1em;
    border-radius: 5px;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    left: 0%;
}
#b-1 .btnList>li>p:after {
    content: '';
    position: absolute;
    top: -20px;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ccebda transparent;
    pointer-events: none;
}
#b-1 .btn {
    margin: 50px auto;
}
#b-1 .pNote {
    max-width: 940px;
    margin: 0 auto 50px;
    font-size: 14px;
}
a.textLink {
    color: #0024c1;
    border-bottom: 1px solid #0024c1;
}

@media (max-width: 768px) {
    #b-1 #wrapper {
        padding-bottom: 25px;
    }
    #b-1 .ctInner {
        width: 95%;
    }
    #b-1 .ctInner h4 {
        font-size: 17px;
        padding: 5px 15px;
        margin: 0 0 15px;
    }
    #b-1 .ctInner h4>span {
        font-size: 13px;
    }
    #b-1 h5 {
        margin-bottom: .5em;
    }
    #b-1 .ctInner p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    #b-1 .formArea .subBlog {
        padding: 20px;
    }
    #b-1 .subBlog {
        padding: 20px;
    }
    #b-1 .subBlog dl {
        flex-direction: column;
    }
    #b-1 .subBlog dl:last-child {
        margin-top: 10px;
    }
    #b-1 .subBlog dl dd input[type="text"] {
        width: 100%;
    }
    #b-1 .subBlog dl dd {
        margin: 0 0 10px 0;
    }
    #b-1 .subBlog dl .row {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 0;
    }
    #b-1 .subBlog dl dd .row01 {
        display: flex;
        align-items: center;
        width: 100%
    }
    #b-1 .subBlog dl dd .row02 {
        display: flex;
        align-items: center;
        width: 49%
    }
    #b-1 .subBlog dl dd .select01 {
        width: 100%;
    }
    #b-1 .subBlog dl dd .select04 {
        width: 100%
    }
    #b-1 .subBlog dl dd .select02, #b-1 .subBlog dl dd .select03 {
        width: 100%
    }
    #b-1 .mgr_15 {
        margin-right: 0;
    }
    #b-1 .subBlog dl dd select {
        display: inline-flex;
        margin-right: 5px;
    }
    #b-1 .subBlog dl dd label span {
        background-color: #fff;
        width: 21px;
        height: 21px;
        position: relative;
        top: 7px;
    }
    #b-1 .subBlog dl dd label [type=radio]:checked+span:before {
        top: -4px;
        left: 2px;
    }
    #b-1 .btnList, #b-1 .btnList li, #b-1 .sectionWrap .btnList li div, #b-1 .btnList label {
        width: 100%
    }
    #b-1 .btnList li:last-child label {
        margin-top: 87px;
    }
    #b-1 .btnList li:last-child .seido{
        margin-top: 155px;
    }
    #b-1 .btnList li>label {
        padding: 5px 0 25px 0;
    }
    #b-1 label .checkbox+p {
        width: 90%;
        padding: 0 1em;
        box-sizing: border-box;
    }
    #b-1 label [type=checkbox]:checked+div .checkbox {
        width: 10%;
    }
    #b-1 .sectionWrap label .checkbox {
        width: 10%;
    }
    #b-1 .btnList>li>p {
        height: auto;
    }
    #b-1 .pNote {
        width: 100%;
        padding: 15px;
        margin: 0;
        font-size: 13px;
    }
    #b-1 .btn {
        margin: 20px auto;
        width: 94% !important;
    }
    #b-1 .spm0 {
        margin: 0!important;
    }
    #b-1 .formArea p span {
        font-size: 13px;
    }
}
@media (max-width: 389px) {
    #b-1 .leadTitle_sp {
        font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (389 - 320)));
    }
}
