@charset "utf-8";

@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import url("reset.css");
@import url("footer.css");

body{
    font-family: Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

input,select{
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
}

#wrapper{
    min-width: 1024px;
    overflow: hidden;
    color: #333;
}

body:before{
    display: none !important;
}

input, textarea{
    outline: none;
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    vertical-align: middle;
}

.page_width{
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.content_width{
    max-width: 1120px;
    min-width: 864px;
    margin: 0 auto;
    position: relative;
}

#wrapper > header .open_nav{
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 27px;
    right: 0;
    text-indent: -9999px;
}

#wrapper > header .open_nav:before,
#wrapper > header .open_nav:after,
#wrapper > header .open_nav span{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #ea7cab;
}

#wrapper > header .open_nav:before{
    top: 0;
}

#wrapper > header .open_nav:after{
    top: 7px;
}

#wrapper > header .open_nav span{
    top: 14px;
}


#wrapper.sub > header,
#wrapper.label > header{
    height: 100px;
    background: #242e6a;
    box-shadow: 0 0 2px rgba(112, 112, 133, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

#wrapper.sub > header .upper,
#wrapper.label > header .upper{
    overflow: hidden;
    height: 70px;
}

#wrapper > header .breadcrumb{
    height: 30px;
    background: #FFF;
    color: #1d2961;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.06em;
}

#wrapper > header .breadcrumb ul{
    width: 1120px;
    margin: 0 auto;
    white-space: nowrap;
}

#wrapper > header .breadcrumb li{
    display: inline-block;
    padding-left: 32px;
    background: url(../img/s_header_arr.png) no-repeat 15px center;
}

#wrapper > header .breadcrumb li:first-child{
    padding-left: 20px;
    background: none !important;
}

#wrapper > header .breadcrumb li a:hover{
    text-decoration: underline;
}

#wrapper.label > header .upper .back{
    display: block;
    float: left;
    margin-left: 20px;
    padding-top: 12px;
    position: relative;
    z-index: 2;
    transition: all 0.2s;
}

#wrapper.label > header .upper .back:hover{
    opacity: 0.5;
}

#wrapper.label > header .upper nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

#wrapper.label > header .upper nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
    font-size: 16px;
    font-weight: bold;
    height: 70px;
    letter-spacing: 0.15em;
    border-style: solid;

}

#wrapper.label > header .upper nav li a{
    display: block;
    padding: 25px 5px 0;
    height: 45px;
    position: relative;
}

#wrapper.label > header .upper nav li a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.2s;
}

#wrapper.label > header .upper nav li a span{
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: 100;
    padding-top: 9px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

#wrapper.label > header .upper nav li a span:before,
#wrapper.label > header .upper nav li a span:after{
    content: " / ";
}

#wrapper.label > header .upper nav li a:hover:after,
#wrapper.label > header .upper nav li.current a:after{
    height: 6px;
}

#wrapper.label > header .upper nav li a{
    display: block;
}

#wrapper.label > header > nav{
    display: none;
}

#wrapper.label #main{
    padding-top: 100px;
}

.label_books .content_width{
    width: 1024px;
}

.label_books .articles{
    overflow: hidden;
    width: 1024px;
    margin: 0 auto;
}

.label_books article{
    width: 340px;
    width: 297.9px;
    height: 359px;
    position: relative;
    border-bottom: 1px solid #FFF;
    float: left;
    margin-left: 33.3px;
    margin-bottom: 60px;
}

.label_books article .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 146px;
    height: 220px;
}

.label_books article .img span{
    display: table-cell;
    width: 146px;
    height: 220px;
    vertical-align: middle;
    text-align: center;
}

.label_books article .img img{
    max-width: 146px;
    max-height: 220px;
    vertical-align: middle;
}

.label_books article .meta{
    margin-left: 158px;
    height: 105px;
    padding-top: 115px;
    position: relative;
}

.label_books article.new .meta:before,
.label_news article.new:before{
    content: "NEW";
    display: block;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
    background: #d1111b;
    padding: 2px 4px;
    position: absolute;
    top: 80px;
    left: 0;
}

.label_books article h3{
    font-size: 19px;
    line-height: 25px;
}

.label_books article a:hover h3{
    text-decoration: underline;
}

.label_books article .author{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #ebe6ce;
    letter-spacing: 0.1em;
}

.label_books article .author span{
    display: block;
    padding-top: 5px;
}

.label_books article .content{
    padding: 15px 0;
    font-size: 12px;
    line-height: 23px;
}

.label_books article .date{
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    right: 0;
    bottom: 10px;
    letter-spacing: 0.1em;
}

.label_books .content_width > p,
.label_news .content_width > p{
    float: right;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/s_2_arr.png) no-repeat left center;
    letter-spacing: 0.1em;
}

.label_books .content_width > p{
    margin-right: 33.3px;
}

.label_books .content_width > p a,
.label_news .content_width > p a{
    display: inline-block;
    line-height: 18px;
    border-bottom: 2px solid #000;
    transition: all 0.2s;
    opacity: 1;
}

.label_books .content_width > p a:hover,
.label_news .content_width > p a:hover{
    opacity: 0.5;
}

.wp-pagenavi{
    text-align: center;
    width: 292px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.wp-pagenavi a{
    transition: all 0.4s;
}
.wp-pagenavi a:hover{
    opacity: 0.5;
}

.wp-pagenavi .page,
.wp-pagenavi span{
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 4px;
}

.wp-pagenavi span{
    border-radius: 13px;
    background: #e6e6e3;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.05) inset;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
    display: block;
    width: 11px;
    height: 25px;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}

.wp-pagenavi a.previouspostslink{
    left: 0;
    background: url(../img/n_pager_prev.png) no-repeat center center;
}

.wp-pagenavi a.nextpostslink{
    right: 0;
    background: url(../img/n_pager_next.png) no-repeat center center;
}

#glob_nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 41, 97, 0.9);
    z-index: 10;
    text-align: center;
    display: none;

}

#glob_nav .container{
    height: 591px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -294px;
    z-index: 2;
}

#glob_nav .container:before{
    content: "";
    display: block;
    width: 1140px;
    height: 610px;
    background: url(../img/g_bg_2.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    top: 50%;
    margin-top: -268px;
    z-index: 2;
    opacity: 0;
    transition: all 800ms;
}

#glob_nav .container .bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/g_bg.png?t=1) no-repeat center 30px;
    opacity: 0;
    transition: all 800ms;
    z-index: 1;
}

#glob_nav.show .container .bg,
#glob_nav.show .container:before{
    opacity: 1;
}

#glob_nav .container .bg:before,
#glob_nav .container .bg:after{
    content: "";
    display: block;
    height: 452px;
    position: absolute;
    width: 50%;
    top: 79px;
    z-index: 0;
}

#glob_nav .container .bg:before{
    right: 50%;
    margin-right: 332px;
    background: url(../img/g_bg_r.png) repeat right 0;
}

#glob_nav .container .bg:after{
    left: 50%;
    margin-left: 332px;
    background: url(../img/g_bg_r.png) repeat left 0;
}

#glob_nav .container .line{
    width: 0;
    left: 50%;
    margin-left: 0;
    position: absolute;
    height: 52px;
    overflow: hidden;
    transition: all 800ms;
}

#glob_nav.show .container .line{
    width: 100%;
    margin-left: -50%;
}

#glob_nav .container .line.top{
    top: 19px;
    background: url(../img/g_line_top.png) no-repeat center top;
}

#glob_nav .container .line.bottom{
    bottom: 0;
    background: url(../img/g_line_bottom.png) no-repeat center top;
}

#glob_nav .container .line:before,
#glob_nav .container .line:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
#glob_nav .container .line.top:before,
#glob_nav .container .line.top:after{
    border-bottom: 1px solid #FFF;
}
#glob_nav .container .line.bottom:before,
#glob_nav .container .line.bottom:after{
    border-top: 1px solid #FFF;
}

#glob_nav .container .line:before{
    right: 50%;
    margin-right: 340px;
}
#glob_nav .container .line:after{
    left: 50%;
    margin-left: 340px;
}

#glob_nav h2{
    float: none !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    -webkit-perspective: 1200;
    perspective: 1200;
}

#glob_nav h2 a{
    display: block;
    width: 260px;
    margin: 0 auto;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 800ms;
}

#glob_nav.show h2 a{
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

#glob_nav ul.label{
    width: 940px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

#glob_nav .label li{
    width: 450px;
    height: 103px;
    position: relative;
    margin: 0 10px 30px;
    float: left;
}

#glob_nav .label li a{
    display: block;
    padding-top: 3px;
    position: relative;
}

#glob_nav .label li a:before{
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: url(../img/g_arr.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    opacity: 0;
    top: -10px;
    transition: all 0.4s;
}

#glob_nav.show .label li a:before{
    opacity: 1;
    top: 0px;
}

#glob_nav > a{
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: default;
}

#glob_nav > a.button{
    width: 41px;
    height: 41px;
    background: url(../img/g_close.png) no-repeat 0 0;
    top: 15px;
    left: 50%;
    margin-left: 529px;
    cursor: pointer;
    opacity: 0;
    transition: all 800ms;
    z-index: 5;
}

#glob_nav.show > a.button{
    opacity: 1;
}

#glob_nav .nav{
    position: absolute;
    bottom: 190px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: all 800ms;
}

#glob_nav.show .nav{
    opacity: 1;
}

#glob_nav .nav ul{
    position: absolute;
}

#glob_nav .nav ul li{
    margin-bottom: 14px;
}

#glob_nav .nav ul li img{
    height: 20px !important;
    width: auto !important;
}

#glob_nav .nav ul.left{
    width: 278px;
    text-align: left;
    right: 50%;
}

#glob_nav .nav ul.right{
    width: 289px;
    text-align: left;
    left: 50%;
    margin-left: 20px;
}

#glob_nav a{
    transition: all 400ms;
    opacity: 1;
}

#glob_nav a:hover{
    opacity: 0.7;
}

.plugin_form{
    text-align: center;
}

.plugin_form form > ul{
    width: 800px;
    margin: 0 auto;
}

.plugin_form form > ul li{
    height: 60px;
    position: relative;
}

.plugin_form ul li label{
    font-size: 14px;
    font-weight: bold;
    width: 170px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    border-bottom: 1px solid #CCC;
    line-height: 18px;
}

.plugin_form ul li label span{
    font-size: 12px;
    color: #ea3c6d;
    display: block;
    font-weight: 100;
}

.plugin_form ul li .input{
    display: table-cell;
    width: 624px;
    height: 40px;
    padding: 10px 0;
    padding-left: 8px;
}

.plugin_form form > ul li .input input,
.plugin_form form > ul li .input select{
    height: 40px;
    padding: 0;
    border: none;
    width: 592px;
    padding: 0 15px;
    font-size: 14px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
    outline: none;
    overflow: hidden;
}

.plugin_form form > ul li.select .input span{
    display: block;
    height: 39px;
    width: 622px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
    background: #FFF;

}

.plugin_form form > ul li .input select{
    width: 722px;
    height: 41px;
    display: block;
    background: transparent;
    position: relative;
    z-index: 2;
    border: none;
}

.plugin_form form > ul li.select .input:after{
    content: "";
    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 10px;
    right: -1px;
    background: url(../img/library/s_4_down.png) no-repeat 0 0;
}

.plugin_form form > ul li ul{
    position: absolute;
    left: 170px;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 8px;
}

.plugin_form form > ul li ul li{
    width: 150px;
    float: left;
    text-align: left;
    padding: 10px 0;
    position: relative;
}

.plugin_form form > ul li ul li:after{
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    right: 8px;
    top: 30px;
    background: #808080;
}

.plugin_form form > ul li ul li:last-child:after{
    display: none;
}

.plugin_form form > ul li ul li input{
    width: 90px;
    height: 40px;
    border: 0;
    padding: 0 15px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
}

.plugin_form form > ul li ul li:last-child:after{
    display: none;
}

.plugin_form form > ul li.textarea{
    padding-top: 20px;
    height: auto;
}

.plugin_form form > ul li.textarea label{
    display: block;
    background: #ea7cab;
    border: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: left;
    text-indent: 22px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.plugin_form form > ul li.textarea label span{
    display: inline;
    color: #FFF;
}

.plugin_form form > ul li.textarea textarea{
    height: 265px;
    width: 769px;
    padding: 15px;
    border: none;
    margin: 0;
    border-left: 1px solid #CCC;
    border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

.plugin_form input[type=submit]{
    width: 235px;
    height: 60px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 60px;
    background: #ea7cab;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.2em;
    border-radius: 5px;
    border-right: 2px solid #cf5b8d;
    border-bottom: 2px solid #cf5b8d;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.plugin_form input[type=submit]:hover{
    border-right: 1px solid #cf5b8d;
    border-bottom: 1px solid #cf5b8d;
    top: 1px;
    left: 1px;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.screen-reader-response,
.wpcf7-response-output{
    font-size: 14px !important;
    color: #ea3c6d !important;
    line-height: 1.8em !important;
}

.screen-reader-response{
    position: relative !important;
    height: auto !important;
    width: auto !important;
}


.screen-reader-response ul{
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.screen-reader-response li{
    height: auto !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: none !important;
}

#searchResultNone{
    text-align: center;
    font-weight: bold;
    padding: 40px 0;
    position: relative;
    margin-top: 20px;
}

#searchResultNone:before{
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

#searchResultNone .notFound{
    font-size: 18px;
    padding-bottom: 40px;
    line-height: 40px;
}

#searchResultNone .text{
    font-size: 12px;
    line-height: 26px;
}

#qb_box_button{
    position: fixed;
    top: 117px;
    right: 20px;
    z-index: 10;
}

#qb_box_button a{
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;

    display: block;
    position: relative;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    border-radius: 71px;
    background: #ffff00;
    overflow: hidden;
    border: 6px solid #00479d;
    z-index: 10;
    box-shadow: 2px 2px 5px rgba(8,1,3, 0.25);
}

#qb_box_button.show a{
    opacity: 1;
}

#qb_box_button a:before,
#qb_box_button a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#qb_box_button a:before{
    right: 0;
    bottom: 0;
    background: url(../img/qb_button_q.png) no-repeat center center #ffff00;
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

#qb_box_button a:hover:before{
    opacity: 1;
}

#qb_box_button a:after{
    width: 84px;
    height: 84px;
    border: 6px solid #82e1f7;
    border-radius: 48px;
    z-index: 1;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}

#qb_box_button a:hover:after{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#qb_box_button a span{
    display: block;
    position: relative;
    z-index: 2;
}

#qb_box_button a span:before,
#qb_box_button a span:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 4px solid transparent;
}

#qb_box_button a span:before{
    top: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #82e1f7;
}

#qb_box_button a span:after{
    bottom: 0;
    border-top: 8px solid #82e1f7;
    border-bottom: 8px solid transparent;
}

#qb_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    overflow-y: scroll;
    display: none;
}

#qb_box .min_area{
    width: 100%;
    height: 100%;
    min-height: 900px;
    position: relative;
}

#qb_box .min_area > .close{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#qb_box .content{
    width: 860px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -385px;
    margin-left: -437px;
    padding:0 0 37px;
    border: 7px solid #FFF;
    background: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
}

#qb_box .content .upper{
    position: relative;
    padding-top: 32px;
    margin-bottom: 32px;
}

#qb_box .content .upper:before,
#qb_box .content .upper:after{
    content: "";
    display: block;
    position: absolute;
}

#qb_box .content .upper:before{
    width: 18px;
    height: 15px;
    left: 568px;
    bottom: 80px;
    background: url(../img/qb_balloon.png) no-repeat center center;
}

#qb_box .content .upper:after{
    right: 82px;
    bottom: 0;
    width: 157px;
    height: 222px;
    background: url(../img/qb_img.png) no-repeat center center;
    background-size: contain;
}

#qb_box .content .close{
    width: 74px;
    height: 74px;
    background: #82e1f7;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#qb_box .content .close a{
    display: block;
    position: absolute;
    left: 22px;
    top: -48px;
    width: 100px;
    height: 100px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
}

#qb_box .content .close:before,
#qb_box .content .close:after{
    content: "";
    display: block;
}

#qb_box .content .close:before{
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    z-index: 2;
    border: 37px solid #f2f2f2;
    border-top-color: transparent;
    border-right-color: transparent;
}

#qb_box .content .close:after{
    z-index: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url(../img/qb_close.png) no-repeat center center;
}

#qb_box .content h2{
    margin: 0 0 20px 38px;
    padding-bottom: 16px;
    width: 271px;
    border-bottom: 2px solid #d0d0d0;
}

#qb_box .content .upper .text{
    width: 468px;
    font-size: 14px;
    line-height: 26px;
    padding: 17px 31px;
    margin-left: 38px;
    background: #FFF;
    border-radius: 3px;
}

#qb_box .content .form{
    padding: 0 42px 0 18px;
}

#qb_box .content .form ul{
    padding-bottom: 33px;
}

#qb_box .content .form li{
    position: relative;
    padding-left: 179px;
}

#qb_box .content .form li:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 1px;
    background: #CCC;
}

#qb_box .content .form li h3{
    width: 170px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    font-size: 14px;
    text-align: center;
}

#qb_box .content .form li h3 span{
    font-size: 12px;
    font-weight: 100;
    color: #ea3c6d;
    padding-left: 5px;
}

#qb_box .content .form li.text h3 span{
    color: #999;
}

#qb_box .content .form li.textarea h3{
    margin-top: -1em;
}

#qb_box .content .form li.textarea h3 span{
    padding-left: 0;
}

#qb_box .content .form li .input{
    padding: 9px 0;
}

#qb_box .content .form li.radio .input{
    padding: 21px 0;
}

#qb_box .content .form li.radio .input input{
    display: none;
}

#qb_box .content .form li.radio .input p{
    display: inline-block;
}

#qb_box .content .form li.radio label{
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    font-weight: bold;
    padding-left: 28px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
}

#qb_box .content .form li.radio label:before,
#qb_box .content .form li.radio label:after{
    content: "";
    display: block;
    position: absolute;
}

#qb_box .content .form li.radio label:before{
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 3px solid #d0d0d0;
    border-radius: 9px;
}

#qb_box .content .form li.radio label:after{
    width: 6px;
    height: 6px;
    background: #00bd9c;
    border-radius: 3px;
    left: 6px;
    top: 6px;
    display: none;
}

#qb_box .content .form li.radio label.checked:before{
    border: 3px solid #00bd9c;
}

#qb_box .content .form li.radio label.checked:after{
    display: block;
}

#qb_box .content .form li.text input,
#qb_box .content .form li.textarea textarea{
    font-size: 14px;
    line-height: 26px;
    padding: 6px 10px;
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 3px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#qb_box .content .form li.textarea textarea{
    height: 211px;
}

#qb_box .content .form .submit{
    text-align: center;
    position: relative;
}

#qb_box .content .form .submit p{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    margin-left: 140px;
    display: none;
}

#qb_box.sending .content .form .submit p{
    display: block;
}

#qb_box .content .form button{
    width: 235px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #f27c06;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #FFF;
    border: none;
    border-radius: 6px;
    border-right: 2px solid #d06800;
    border-bottom: 3px solid #d06800;
    outline: none;
}

#qb_box.send .upper .text,
#qb_box.send .content .upper:before,
#qb_box.send .content .form,
#qb_box .content .upper .send_message{
    display: none;
}

#qb_box.send .min_area{
    min-height: 700px;
}

#qb_box.send .content{
    padding-bottom: 0;
    margin-top: -300px;
}

#qb_box.send .content .upper{
    margin-bottom: 0;
    padding-bottom: 67px;
}

#qb_box.send .content .upper .send_message{
    display: block;
    text-align: center;
}

#qb_box.send .content .upper .send_message h3{
    font-size: 23px;
    display: inline-block;
    line-height: 64px;
    height: 61px;
    color: #FFF;
    background: #82e1f7;
    padding: 0 42px;
    letter-spacing: 0.2em;
    margin-bottom: 29px;
}

#qb_box.send .content .upper .send_message p{
    width: 590px;
    padding: 41px 0;
    height: 148px;
    font-size: 14px;
    line-height: 26px;
    background: #FFF;
    margin: 0 auto;
    position: relative;
    margin-bottom: 74px;
}

#qb_box.send .content .upper .send_message p:after{
    content: "";
    display: block;
    width: 28px;
    height: 62px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -42px;
    background: url(../img/qb_img_02.png) no-repeat center center;
}

#qb_box.send .content .upper .send_message h4{
    font-size: 26px;
    color: #343c73;
}

#qb_box.send .content .upper:after{
    left: 57px;
    right: auto;
}
