#ex_css{
    display: block;
    margin: 0 auto;
    position:relative;
    box-sizing:border-box;
}
#ex_css .ex_wrapper_bg1{
    width: 100%;
/*    background: fixed url(/file.jsp?id=14832) center top;
    background-repeat: no-repeat;
    background-size: cover;
*/
    padding: 0 0 2rem;
}

#ex_css .fc-orange{
    color: #eb7700;
}
#ex_css .ex_wrapper{
    display:block;
    position:relative;
    box-sizing:border-box;
    width:92%;
    max-width:1245px;
    background:#fff;
    margin:2rem auto;
    padding:2rem 1.5rem 3rem;
    border-radius:8px;
    border:1px solid #efefef;
}
#ex_css .ex_catch_ex{
    display:block;
    width:100%;
    padding:1.5rem 0 ;
    line-height: 3rem;
    background: #f5b60c;
    margin:0 auto;
}
#ex_css .ex_catch_ex img{
    width:initial;
    max-width:30%;
    display:block;
    margin:0 auto;
}
#ex_css .ex_catch{
    display:block;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
}
#ex_css .ex_catch_sub{
    display:block;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
#ex_css h3.ttlh3{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:baseline;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
    margin:1rem auto;
}
#ex_css h3.ttlh3 > span.num{
    font-size:2.5rem;
    font-weight:bold;
    padding:0 0.5rem;
}

#ex_css .ex_point_list{
    width:65%;
    margin:2rem auto 0;
    display:block;
}
#ex_css .ex_point_list li{
    width:100%;
    margin:0.5rem auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
}
#ex_css .ex_point_list li > span.point_num{
    width: 8rem;
    box-sizing: border-box;
    padding: 0 1rem;
    display: block;
    font-size: 1.3rem;
    background: #eb7700;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#ex_css .ex_point_list li > span.point_txt{
    width:calc(100% - 8rem);
    box-sizing:border-box;
    padding:0 1rem;
    display:block;
    font-size:1.1rem;
}
#ex_css .ex_flowstep{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    position:relative;
    box-sizing:border-box;
    margin:0 auto 3rem;
}
#ex_css .ex_flowstep > li{
    display: block;
    width: calc((100% / 3) - 4rem);
    margin: 0.5rem 2rem;
}
#ex_css .ex_flowstep > li h4{
    display:block;
    width:100%;
    text-align:center;
}
#ex_css .ex_flowstep > li h4 .step_ttl{
    font-size:1.3rem;
    font-weight:bold;
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:baseline;
    width:100%;
    position:relative;
    box-sizing:border-box;
}
#ex_css .ex_flowstep > li h4 .step_ttl > span.num{
    font-size:1.5rem;
    font-weight:bold;
    padding:0 0.2rem;
}
#ex_css .ex_flowstep > li img{
    display: block;
    margin: 0.5rem auto 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
#ex_css .ex_flowstep > li > p{
    margin:0.5rem 0 0;
}
#ex_css .ex_wrapper .flex-jfc-sa{
    justify-content:center;
}
#terms-wrap{
    width: 100%;
    overflow-y: scroll;
    padding: 1rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 2rem auto 3rem;
    height: 350px;
    border: 1px solid #ccc;
}
#ex_css .ex_btn_wrap{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-around;
    align-items:center;
}
#ex_css .ex_btn{
    width: 100%;
    max-width: 375px;
    display: block;
    margin: 2rem auto 0;
    box-sizing: border-box;
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.0rem;
    background: #009688;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
#ex_css .ex_btn2{
    width: 100%;
    max-width: 375px;
    display: block;
    margin: 2rem auto 0;
    box-sizing: border-box;
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.0rem;
    background: #f5b60c;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
#ex_css .ex_btn > span,#ex_css .ex_btn2 > span{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.5rem;
}
#ex_css .ex_btn:after,#ex_css .ex_btn2:after{
    content: '';
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: calc(50% + 0.15rem);
    right: 1rem;
    transform: translate(0,-50%) rotate(45deg);
}
#ex_css .alg-r{text-align:right;display: block;line-height: 0.5rem;}
#ex_css .ex_btn:hover,#ex_css .ex_btn:hover *,#ex_css .ex_btn2:hover,#ex_css .ex_btn2:hover *{opacity:.7;transition:.2s;}
#ex_css .ex_wrapper .caution_txt{
    color:#ff0000;
}
#ex_css .ex_wrapper .mini_txt {display:block;width:100%;font-size:0.8rem;text-align: center;}

#ex_css .border-dotted-orange{
    font-size: 1.6rem;
    margin: 2rem auto 1rem;
    border: 8px dotted #f5b60c;
    border-right: transparent;
    border-left: transparent;
    width: 96%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 1rem;
    color: #444;
}
.pc_only{display:inline-block;}
.sp_only{display:none;}
/* smartdevice*/

@media screen and (max-width:768px){
    #ex_css .ex_catch{font-size:1.8rem;}
    #ex_css .ex_flowstep > li{width:100%;}
    #ex_css .ex_point_list{width:100%;}
    #ex_css .ex_catch_ex img{max-width:90%;}
    .pc_only{display:none;}
    .sp_only{display:block;}
}





/* common Absolute Setting */
.elem-heading-lv1{display:none !important;opacity:0 !important;visibility:hidden !important;}
.main-column{padding:0 0 2rem!important;background:#fff4db;}
.main-column>div {padding:0 !important;}
@media screen and (max-width:568px){.main-column>div {padding:0 !important;}}