@charset "UTF-8";

/* reset */
body{
    width: 100%;
}

.only-sp-inline{
    display: none;
}
@media screen and (max-width: 768px) {
    .only-sp-inline{
        display: inline-block;
    }
}


/* container */

@media screen and (min-width: 769px) {

    #GlobalFooter,
    .comSection,
    .nav-breadcrumb.--footer{
        min-width: 984px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 768px) {

    #Wrap{
        width: 100%;
        padding: 8px;
        background-color: #eff0d8;
    }

    #Content{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    #contents{
        width: 100%;
    }

    #GlobalFooter,
    .comSection,
    .nav-breadcrumb.--footer{
        width: 100%;
    }

}

/* helper */

.py-10{
    padding: 10px 0;
}


@media (max-width: 768px) {
    .py-10{
       padding: 0;
    }

    .py-s-0{
        padding: 0;
    }    

}

/* top */
.msg_1{
    font-weight: 600;
    color: #4b0416;
    padding: 10px 20px;
    text-align:  center;
    line-height: 1.5em;
}

.wrap-btn-start{
    display: block;
    width: 480px;
    height: 120px;
    margin: 0 auto;
}

dl.syumi_list02{
    min-height: unset;
}

dl.syumi_list01 dd,
dl.syumi_list02 dd,
p.list_text02{
    font-size: 1rem;
    font-weight: bold;
}

p.list_text{
    font-size: 1.7rem;
    font-weight: bold;
}


@media (max-width: 768px) {
    #contents h3.title_1{
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 30px;
        padding: 10px;
        margin: 12px 0;
        font-size: 1.2rem;
        text-align: center;
        font-weight: bold;
        color: #006699;
    }
    
    .wrap-btn-start{
        width: 280px;
        height: auto;
    }

    .wrap-btn-start img{
        display: inline-block;
        width: 100%;
        height: auto;
    }

    div#nagare_wrapper{
        width: 100%;
    }
    dl.syumi_list01,
    dl.syumi_list01 dd,
    dl.syumi_list02,
    dl.syumi_list02 dd {
        background-image: none;
        width: 100%;
    }

    dl.syumi_list01 dd,
    dl.syumi_list02 dd{
        position: relative;
        padding: 8px 24px;
        border-bottom: 1px solid #006699;
        border-left: 1px solid #006699;
        border-right: 1px solid #006699;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        background-color: #fff;
        display: table-cell;
    }

    dl.syumi_list01 dt,
    dl.syumi_list02 dt{
        padding: 8px 20px;
        background-color: #87ceeb;
        border-top: 1px solid #006699;
        border-left: 1px solid #006699;
        border-right: 1px solid #006699;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    div.nintei_nagare{
        margin-left: 0;
    }

    div.list_img.flow-1-img,
    div.list_img.flow-2-img{
        position: absolute;
        padding-top: 40px;
    }

    div.list_img.flow-3-img{
        position: relative;
        padding-top: 40px;
    }


    div.list_img.flow-1-img,
    div.list_img.flow-2-img,
    div.list_img.flow-3-img{
        display: block;
    }

    div.list_img.flow-1-img,
    div.list_img.flow-3-img{
        width: 260px;
        margin: 0 auto;
    }

    div.list_img.flow-1-img{
        bottom: 20px;
    }

    div.list_img.flow-2-img{
        width: 130px;
        right: 100px;
        bottom: 16px;
    }


    .flow-1{
        padding-bottom: 130px;
    }

    .flow-2{
        padding-bottom: 110px;
    }



}

/* step nav */
.nav-sindan-list {
	background: #fff;
	border: 2px solid #bfe0f1;
    margin: 30px 0;
    font-weight: normal;
    border-radius: 8px;
    padding: 8px;
}

.nav-sindan-list-item {
    padding: 0 20px;
}
.nav-sindan-list-item.selected {
    background-color: #b4ddf1;
    font-weight: bold;
    z-index: 1;
}
.nav-sindan-list a {
	color: #0c83bb !important;
	display: block;
    position: relative;
    font-size: 16px;
	line-height: 30px;
    z-index: 1;
    padding: 4px 0;
}

/* last page */
.kekka_img-1 img{
    width: 800px;
    height: auto;
}

.kekka_img-2 img{
    width: 515px;
    height: 81;
}

.mail_popup{
    display: none;
}
.mail_popup .area_box2, .mail_popup .area_box{
    padding: 0;
} 

.shindan_list ul li .accordion_head{
    position: relative;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #b4ddf1;
    border-radius: 8px;
    border: 1px solid #0c83bb;
}

.shindan_list ul li .accordion_head::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 16px;
    height: 16px;
    border-top: solid 2px #0c83bb;
    border-right: solid 2px #0c83bb;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.shindan_list ul li .accordion_head.open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}



@media (max-width: 768px) {
    p.kekka_text01{
        font-size: 3.3em;
        text-shadow: none;
    }
    p.kekka_text02{
        font-size: 1.2em;
    }
    .nav-sindan-list-item a{
        cursor: not-allowed;
        pointer-events: none;
    }
    .blockUI{
     z-index: 3000 !important;
    }
    .blockPage{
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%,-50%) !important;
    }
}
.notice{
    line-height: 1.5;
}
div.k_box_money p , div.k_box_time p{
    line-height: 1.5;
}
div.k_box_money h4 ,div.k_box_time h4{
    font-size: 1.4em;
}
.kekka_text02{
    line-height: 1.5;
}



.shindan_list ul li p{
    font-size: 1rem;
    padding: 0 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

table.table-01{
    width: 100%;
}


@media (max-width: 768px) {
    div.kekka{
        width: 100%;
        background-image: none;
    }
    
    div.k_innerbox{
        background-image: none;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ffa500;
        border-radius: 8px;
    }
    .k_innerbox.k_add{
        padding-top: 0;
    }
     #contents .k_innerbox.k_add .title_2,  #contents .k_innerbox.k_add .title_3{
        padding: 12px 20px;
        color: #ee922c;
        text-align: center;
        margin-top: 0;
        border-top-left-radius: 8px;
        font-size: 1.3rem;
        border-bottom-right-radius:0;
        border-bottom-left-radius:0;
        border-top-right-radius: 8px;
        margin-left: -10px !important;
        width: calc(100% + 20px) !important;
    }
    #contents h3.sindankekka.title_2,
    #contents h3.naiyou.title_3{
        width: 100% !important;
        background: #ffe4b5;
        border: 1px solid #ddd;
        border-radius: 30px;
        padding: 10px;
        margin: 12px 0;
        font-size: 1.2rem;
        text-align: center;
        font-weight: bold;
        color: #ffa500;
    }

    .kekka_img-1 img,
    .kekka_img-2 img{
        width: 98%;
        height: auto;
    }

    .kekka_img-2{
        margin-top: 24px;
    }
    

    div.k_box_time,
    div.k_box_money{
        width: 100%;
        margin: 0;
        background-image: none;
    }

    div.k_box_money{
        margin-bottom: 20px;
    }

    div.k_box_time h4,
    div.k_box_money h4{
        background-image: none;
        padding: 12px 20px;
        text-align: center;
        background-color: #ffe4b5;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 1px solid #ffa500;
        border-left: 1px solid #ffa500;
        border-right: 1px solid #ffa500;        
    }

    div.k_box_time p,
    div.k_box_money p{
        margin: 0;
        padding: 12px;
        line-height: 1.5em;
        background-color: #fff;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom: 1px solid #ffa500;
        border-left: 1px solid #ffa500;
        border-right: 1px solid #ffa500;        
    }

    .notice{
        width: 100%;
        margin: 20px 0;
        background-color: #fff;
    }
    .notice dd{
        line-height: 1.5em;
    }
    p.kekka_text02{
        line-height: 1.5em;
    }
    h3.naiyou {
        width: 100%;
    }

    .shindan_list{
        margin: 0;
        width: 100%;
    }

    .shindan_list ul li p{
        padding: 8px 16px;
    }

    table.table-01 tr,
    table.table-01 th,
    table.table-01 td{
        width: auto;
        display: block;
    }

    table.table-01 td:nth-child(2){
        background-color: #f8f8ff;
    }

    table.table-01 td:nth-child(3){
        background-color: #fff;
    }

    table.sindan_tbl tr td input{
        margin: 16px;
    }

    table.sindan_tbl tr td label{
        display: inline-block;
        margin: 0;
        padding: 16px 0;
        width: calc( 100% - 60px );
    }

    .shindan_list ul li .accordion_head::after {
        top: 25%;
    }


}



/* img */

.wrap-header-banner{
    position: relative;
}


.header-banner{
    width: 960px;
    height: auto;
}

@media (max-width: 768px) {
    .header-banner-btn{
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 70%;
    }

}


@media (max-width: 768px) {


    .header-banner{
        width: 100%;
        height: auto;
        padding: 4px;
        margin: 0 auto;
    }


}

/* step table */
div.sindan_box h4 {
    font-size: 1.6rem;
}

table.sindan_tbl td.td_q,
table.sindan_tbl td{
    font-size: 1.1rem;
}


@media (max-width: 768px) {

    h3.sindan_title{
        width: 100% !important;
    }

    div.sindan_box{
        width: 100%;
        background-image: none;
        border: 1px solid #EE922C;
        background-color: #fff5e1;
        border-radius: 8px;
    }

    div.sindan_box h4 {
        background-image: none;
        border-bottom: 1px solid #EE922C;
        background-color: #fff5e1;
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    table.sindan_tbl{
        width: 100%;
        border: 0;
    }

    table.sindan_tbl tr,
    table.sindan_tbl th,
    table.sindan_tbl td{
        width: auto;
        display: block;
        border: 0;
        padding: 0;
    }

    table.sindan_tbl th,
    table.sindan_tbl td{
        text-align: left;
        padding: 8px 16px;
    }

    table.sindan_tbl td.td_q{
        width: auto;
        border: 0;
        padding: 8px 16px;
        background-color: #f8f8ff;
    }

    div.sindan_btn{
        padding: 40px 8px 10px;
        width: 280px;
    }

    div.sindan_btn a{
        display: inline-block;
        width: 120px;
    }

    div.sindan_btn a:nth-child(2){
        margin-left: 16px;
    }

    div.sindan_btn img{
        margin: 0;
    }

}


/* footer */
.comSection .ranking{
    width:971px
}

.comSection .ranking .erialinkList li.kenWrapp01{
    line-height: 21px;
}


@media (max-width: 768px) {
    .comSection .ranking{
        width: 100%;
        padding: 8px;
    }

    .accordion-inner{
        display: none;
    }

    .comSection .ranking .erialinkList .eriaBox01,
    .comSection .ranking .erialinkList .eriaBox02{
        width: 100%;
    }

    .comSection .ranking .erialinkList li.areaName01,
    .comSection .ranking .erialinkList li.kenWrapp01,
    .comSection .ranking .erialinkList li.areaName02,
    .comSection .ranking .erialinkList li.kenWrapp02{
            width: 100%;
            text-align: left;
            padding: 16px;
    }

    .comSection .ranking .erialinkList li.kenWrapp01,
    .comSection .ranking .erialinkList li.kenWrapp02{
        padding: 8px 16px;
    }

    .comSection .ranking a{
        display: block;
        width: 100%;
        padding: 16px;
        border: 1px solid #ddd;
        border-bottom: 0;
    }

    .comSection .ranking a:last-child{
        border-bottom: 1px solid #ddd;
    }

}

/* modal */

.area_box2,
.area_box{
    padding: 8px;
}

.btn-result{
    display: block;
    margin: 0 auto;
    margin-top:20px; 
}

.ui-corner-all>.ui-header:first-child,
.ui-page-theme-a .ui-bar-inherit{
    border: 1px solid #EE922C;
    background-color: #EE922C;
    font-size: 1.2rem;
}

.ui-header .ui-title{
    margin: 0 8px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #222; 
}

@media (max-width: 768px) {
    .ui-header .ui-title{
        font-size: 1rem;
    }
}


.popup-btn-wrap{
    width: 100%;
    text-align: center;
}

.popup-close-wrap{
    width: 100%;
    text-align: right;
    padding: 16px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.popup-close-wrap .popup-close,
.popup-btn-wrap .button{
    display: inline-block;
}
/* UI mobile */

.ui-mobile label{
    display: inline-block;
}

.ui-dialog-contain>.ui-content,
.ui-dialog-contain>.ui-content,
.ui-content{
    background-color: #fff;
}
