@charset "UTF-8";


.header-simple {
    border-bottom: 4px solid #004166;
}

.list-step li.current {
    background-color: #004166;
}

.wrap-text {
    margin-left: 0 !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wrap-text-head {
    clear: both;
}

.wrap-element_box {
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
}

.p_info {
    text-align: left;
    margin: 30px auto;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    max-width: 1120px;
    line-height: 3rem;
    border: 1px solid #000;
    padding: 30px 50px;
}

.checkbox-input {
    display: none;
}

.checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    /*  border-radius: 4px;*/

}

.wrap-form .wrap .required-mark {
    background-color: #004166;
}



.checkbox-input:checked + .checkbox-parts {
    color: #000;

}

.checkbox-input:checked + .checkbox-parts::before {
    background-color: #004166;
}

.checkbox-input:checked + .checkbox-parts::after {

    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.radio-input {
    display: none;
}

.radio-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.radio-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 8px;

}

.wrap-form .wrap .required-mark {
    background-color: #004166;
}



.radio-input:checked + .radio-parts {
    color: #000;

}

.radio-input:checked + .radio-parts::before {
    background-color: #004166;
}

.radio-input:checked + .radio-parts::after {

    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}


.at_text {
    background-color: #ccc;
    padding: 10px 30px;

}

.at_text02 {
    background-color: #004166;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.wrap-text input[type=number],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 0;
    background-color: #fff;
    resize: none;
    max-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #f3f3f3;
    border-radius: 3px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  
}

input[type="number"] {
    -moz-appearance: textfield;

}


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
.wrap-textarea textarea {
    background-color: #c8dde9;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
.wrap-textarea textarea:focus {
    background-color: #fff !important;
}




.decision {
    border-color: #004166 !important;
    background-color: #004166 !important;

}

a {
    color: #004166;
}

.list-link > li a:before {

    border-top-color: #004166 !important;
    border-right-color: #004166 !important;
}

.wrap-form .wrap label {
    display: initial;
    margin-left: 5px;
}

table.ad td {
    padding: 0 0 10px 0;

}

.sp {
    display: none;
}

.w_s p{
  width: 20%;
}

.kome-mark{
    color: red;
}

.bc_rules{
    width: 100%;
    display: inline-block;
}

select{font-size:16px;padding:10px;}

#tel{max-width:40%;}

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


    .sp {
        display: block;
    }

    .hdg-level01.ver02 {
        text-align: center;
    }

    .p_info {
        padding: 10px;
        line-height: 2rem;
        font-size: 1.2rem;

    }


    .wrap-form .wrap .inner .wrap-element.column2 .wrap-text + .wrap-text,
    .wrap-form .wrap .inner .wrap-legend.column2 .wrap-text + .wrap-text {

        margin-top: 0px;
    }


    .wrap-form .wrap .inner .wrap-element.column2 .wrap-text,
    .wrap-form .wrap .inner .wrap-legend.column2 .wrap-text {
        width: initial;

    }

    .checkbox-parts {
        margin-right: 0px;
    }
    .radio-parts {
        margin-right: 0px;
    }

    .flex-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;

    }

    #cCOL_54_y,#cCOL_54_m,#cCOL_54_d {width: 100% !important;}
    #cog_child{width: 100%}

    .p_sp {
        padding: 0 0 30px !important;
    }

    .txt-attend {
        margin-bottom: 20px;
    }
    
    .wrap-list-step >.list-step > li{
        min-height: 59px;
    }    
    
.list-step li span {
    padding: 1em 0 0 0;
}

	#tel{max-width:100%;}

}

/*カレンダー*/
.ui-widget-content {
  border: 1px solid black;
  background: white;
  color: black;
}
.ui-widget-content a {
  color: black;
}
.ui-widget-header {
  border: 1px solid white;
  background: #211b0d;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid white;
  background: #e0e0e0;
  font-weight: normal;
  color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: black;
  text-decoration: none;
}
.ui-widget-header .ui-icon {
  background-image: url(./img/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(./img/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: white;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 4px;
}
#Main div.entryTable dl dd .ui-datepicker-title span{color:#FFFFFF;}
.sunday .ui-state-default {color: red;}
.saturday .ui-state-default {color: blue;}
.holiday .ui-state-default {color: red;}

#attention{
    border:solid 1px #000000;
    padding:10px;
    width:90%;
    height:100%;
}
.datepicker img {
    vertical-align: top;
    margin-left: 2px;
    border: 1px solid dimgray;
    cursor:pointer;
}
/*カレンダー*/

.wid2{width:48%;}
.wid3{width:30%;}

#cCOL_54_y,#cCOL_54_m,#cCOL_54_d {width: 110px;}