/**************************************************
 *
 * common
 *
 **************************************************/
html{
    font-size:100%;
	font-family: arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
}
@media screen and (max-width: 979px) {
    html{
        font-size:3.5vw;
    }
}

body{
    border-top: 4px solid #C60000;
    color:#333333;
    background-color:#F2EFF0;
}

@media screen and (min-width: 980px) {
    .hide-pc{
        display:none;
    }
}
@media screen and (max-width: 979px) {
    .hide-sp{
        display:none !important;
    }
}

input[type="text"]{
    display:block;
    width:100%;
    height:2em;
    font-size:14px;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

@media screen and (max-width: 979px) {
    select{
        font-size:3vw;
        height:2em;
        width:100%;
        display:block;
    }
}

.txt-red {
    color: #C70000;
}

.orange{
    display:inline-block;
    color:#fff;
    background-color:#C60000;
    border:1px solid #cf9a6c;
    border-radius:13px;
    font-size:18px;
    width:220px;
    padding:6px 0;
    cursor:pointer;
    text-align:center;
}
.orange:hover{
    background-color:#F09D2E;
}
@media screen and (max-width: 979px) {
    .orange{
        width:90%;
        font-size:5.5vw;
    }
}

.orange2{
    display:block;
    color:#fff;
    background-color:#C60000;
    border:1px solid #cf9a6c;
    border-radius:13px;
    font-size:18px;
    width:80%;
    padding:6px 0;
    cursor:pointer;
    margin:0 auto;
}
.orange2:hover{
    background-color:#F09D2E;
}
.search2 {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 979px) {
    .orange2{
        width:90%;
        font-size:5.5vw;
    }
}

.orange4 {
    display: block;
    color: #333333;
    background-color: #e6e6e6;
    border: 1px solid #999999;
    border-radius: 13px;
    font-size: 18px;
    width: 20%;
    padding: 8px 0;
    cursor: pointer;
    text-align: center;
}
.orange4:hover{
    opacity: 0.7;
}
@media screen and (max-width: 979px) {
    .orange4{
        width:40%;
        font-size:5.5vw;
    }
}

.green{
    display:inline-block;
    color:#fff;
    background-color:#35b24a;
    border:1px solid #cf9a6c;
    border-radius:8px;
    font-size:18px;
    width:220px;
    padding:6px 0;
    cursor:pointer;
    text-align:center;
}
@media screen and (max-width: 979px) {
    .green{
        width:90%;
        font-size:5.5vw;
    }
}

.green2{
    display:block;
    color:#fff;
    background-color: #C70000;
    border: #E9BEB9;
    border-radius:13px;
    font-size:18px;
    width:40%;
    padding:8px 0;
    cursor:pointer;
    margin:0 auto;
    text-align:center;
}
@media screen and (max-width: 979px) {
    .green2{
        width:90%;
        font-size:5.5vw;
    }
}

.green3{
    display:block;
    color:#fff;
    background-color: #C60000;
    border: 1px solid #999999;
    border-radius:13px;
    font-size:20px;
    width:40%;
    padding:10px 0;
    cursor:pointer;
    margin:0 auto;
    text-align:center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.green3 > div:first-child{
    margin:0 10px 0 0;
}
.green3 > div:not(:first-child){
    font-size:0.7em;
}
@media screen and (max-width: 979px) {
    .green3{
        width:90%;
        font-size:5.5vw;
    }
}
.green4{
    display:block;
    color:#fff;
    background-color: #C70000;
    border: #E9BEB9;
    border-radius:13px;
    font-size:18px;
    width:20%;
    padding:8px 0;
    cursor:pointer;
    text-align:center;
}
.green1:hover ,
.green2:hover ,
.green3:hover ,
.green4:hover {
    opacity: 0.7;
}
@media screen and (max-width: 979px) {
    .green4{
        width:40%;
        font-size:5.5vw;
    }
}
.brown2 {
    display:block;
    color:#fff;
    background-color: #643212;
    border:1px solid #cf9a6c;
    border-radius:13px;
    font-size:18px;
    width:40%;
    padding:8px 0;
    cursor:pointer;
    text-align:center;
    margin: 0 auto;
}
.brown2:hover {
    background-color: #905d3c;
}

.skelton {
    display: block;
    font-size: 20px;
    width: 40%;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #663612;
    color: #663612;
    font-weight: bold;
}
@media screen and (max-width: 979px) {
    .brown2 {
        width: 90%;
    }
    .skelton{
        width:90%;
        font-size:5.5vw;
    }
}

.page-nav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top:20px;
    position:relative;
}
.page-nav:before{
    content:"";
    display:block;
    position:absolute;
    width: 1em;
    height: 1em;
    background:#C60000;
}
.page-nav:after{
    content:"";
    display:block;
    position:absolute;
    top:0.35em;
    left:0.4em;
    width: 0.25em;
    height: 0.25em;
    border-top: 0.1em solid #fff;
    border-left: 0.1em solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-nav > div{
    text-indent:1.5em
}
.page-nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
}
.page-nav ul li{
    border-left:1px solid #643212;
    padding:0 0.5em;
}
.page-nav a{
    text-decoration:underline;
    text-align:center;
}
.page-nav .active{
    text-decoration:none;
}

.breadscrumbs{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:15px;
    font-size:12px;
    color:#323232;
}
.breadscrumbs a{
    text-decoration:underline;
}
.breadscrumbs li{
    margin:5px 5px 0 0;
}
.breadscrumbs li:last-child{
    color:#C60000;
}

.banner:hover{
    opacity:0.8;

}
/**************************************************
 *
 * layout
 *
 **************************************************/
@media screen and (min-width: 980px) {
    .container{
        width:980px;
        margin:0 auto;
    }
}
@media screen and (max-width: 979px) {
    .container{
        width:95%;
        margin:0 auto;
    }
}


#TwoCol{
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 979px) {
    #TwoCol{
        display:block;
    }
}

#LeftCol{
    width:70%;
    padding:0 18px 0 0;
}
@media screen and (max-width: 979px) {
    #LeftCol{
        width:100%;
        padding:0;
    }
}
#RightCol{
    width:30%;
    padding:0 0 0 18px;
}
@media screen and (max-width: 979px) {
    #RightCol{
        width:100%;
        padding:0;
    }
}

/**************************************************
 *
 * element
 *
 **************************************************/
/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ header
+++++++++++++++++++++++++++++++++++++++++++++++++*/
header{
    background-color:#fff;
    padding:0 0 20px 0;
}
@media screen and (max-width: 979px) {
    header{
        padding:5px 0;
    }
}

#Sub{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    text-align:right;
    font-size:14px;
}
@media screen and (max-width: 979px) {
    #Sub{
        display:none;
    }
}
#Sub > p{
    color:#323232;
    margin:0 15px 0 0;
}
#Sub > div{
    color:#fff;
    background-color:#C60000;
    border-radius:4px;
    padding:14px 10px 10px 10px;
    position:relative;
    top:-4px;
}
#Sub > div i{
    margin:0 5px 0 0;
}

#HeaderFlex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position:relative;
}
@media screen and (min-width: 980px) {
    #HeaderFlex{
        margin:25px 0 0 0;
    }
}
@media screen and (max-width: 979px) {
    #HeaderFlex{
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media screen and (min-width: 980px) {
    #LogoWrap{
        width:370px;
        position:absolute;
        top:-40px;
        left:0;
    }
}
@media screen and (max-width: 979px) {
    #LogoWrap{
        width:45vw;
    }
}

#HeaderAmount{
    font-size:12px;
}
@media screen and (max-width: 979px) {
    #HeaderAmount{
        text-align:right;
        font-size:2.5vw;
    }
    #AmountWrap{
        display:block;
        margin:5px 0 0 0;
    }
}

#HeaderCount{
    font-size:32px;
    color:#ec1c24;
    font-weight:bold;
    margin:0 10px;
}
@media screen and (max-width: 979px) {
    #HeaderCount{
        font-size:9vw;
    }
}
#HeaderTail{
    font-size:20px;
    color:#ec1c24;
    font-weight:bold;
}
@media screen and (max-width: 979px) {
    #HeaderTail{
        font-size:5vw;
    }
}

#TelFlex{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin:0 0 0 20px;
}
@media screen and (max-width: 979px) {
    #TelFlex{
        display:none;
    }
}
#TelLabel{
    border: 2px solid #333333;
    padding:4px;
    margin:0 10px 0 0;
    font-size:20px;
}
#TelNumber{
    font-size:44px;
    font-weight:bold;
    position:relative;
    top:3px;
}

@media screen and (min-width: 980px) {
    #Hamburger{
        display:none;
    }
    #SpNavBackground{
        display:none;
    }
    #SpNav{
        display:none !important;
    }
}
@media screen and (max-width: 979px) {
    #Hamburger{
        background-color:#C60000;
        padding:8px;
        color:#fff;
        border-radius:4px;
        text-align:center;
        width:15%;
    }
    #Hamburger li{
        background-color:#fff;
        width:100%;
        height:1vw;
    }
    #Hamburger li:not(:last-child){
        margin:0 0 1.5vw 0;
    }
    #Hamburger p{
        font-size:3vw;
        margin:1.5vw 0 0 0;
    }
    #SpNavBackground{
        background:#000;
        opacity:0.5;
        width:100%;
        height:120%;
        position:fixed;
        z-index:2;
        top:0;
        left:0;
        display:none;
    }
    #SpNav{
        background:#fff;
        width:70%;
        position:fixed;
        z-index:3;
        top:0;
        right:0;
        display:none;
        color:#fff;
        font-size:3vw;
    }
    #SpNav > li{
        padding:14px;
        border-top:1px solid #fff;
    }
    #SpNav > .bgwhite{
        color:#323232;
        position:relative;
    }
    #SpNav > .bgwhite:before,
    #SpNav > .bgwhite:after {
        content:"";
        position:absolute;
        display:block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right:1em;
        background:#C60000;
        width:2em;
        height:0.2em;
    }
    #SpNav > .bgwhite:before{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #SpNav > .bgwhite:after{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #SpNav > .bgyellow{
        background:#FC9709;
    }
    #SpNav > .bgorange{
        background:#C60000;
    }
    #SpNav > .bgorange a,
    #SpNav > .bgyellow a{
        padding-left:1.5em;
        position:relative;
    }
    #SpNav > .bgorange a:before,
    #SpNav > .bgyellow a:before{
        content:"";
        display:block;
        position:absolute;
        width: 1em;
        height: 1em;
        background: #fff;
    }
    #SpNav > .bgorange a:after,
    #SpNav > .bgyellow a:after{
        content:"";
        display:block;
        position:absolute;
        top:50%;
        margin-top:-0.175em;
        left:0.175em;
        width: 0.25em;
        height: 0.25em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #SpNav > .bgyellow a:after{
        border-top: 0.2em solid #FC9709;
        border-right: 0.2em solid #FC9709;
    }
    #SpNav > .bgorange a:after{
        border-top: 0.2em solid #C60000;
        border-right: 0.2em solid #C60000;
    }
}

nav{
    margin:20px 0 0 0;
    background-color:#F3EFF0;
    font-size:0.9em;
    font-weight:boldj
}
@media screen and (max-width: 979px) {
    nav{
        display:none;
    }
}
nav > ul{
    border: 1px solid #999999;
    border-radius:4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
nav > ul > a{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding:16px 0;
    text-align:center;
}
nav > ul > a img{
    margin: 0 auto;
}
nav > ul > a:hover{
    background:#E9BEB9;
}
nav > ul > a:not(:last-child){
    border-right:1px solid #999999;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ footer
+++++++++++++++++++++++++++++++++++++++++++++++++*/
footer{
    margin:60px 0 0 0;
    padding:28px 0 30px 0;
    background-color:#D9D9D9;
}
@media screen and (max-width: 979px) {
    footer{
        margin:22px 0 0 0;
        padding:14px 0 15px 0;
    }
}

@media screen and (max-width: 979px) {
    #FooterSPWrap{
        background-color:#fff;
        border-radius:4px;
        padding:2.75vh;
    }
}

#FooterH2Wrap{
    border-bottom:1px solid #808080;
    padding:0 0 9px 0;
}
#FooterH2Wrap h2{
    font-size:18px;
}
@media screen and (max-width: 979px) {
    #FooterH2Wrap h2{
        font-size:5vw;
    }
}
#FooterDisc{
    color:#323232;
    font-size:12px;
    margin:12px 0 0 0;
    line-height:1.4;
}
@media screen and (max-width: 979px) {
    #FooterDisc{
        font-size:3.75vw;
    }
}

@media screen and (min-width: 980px) {
    #FooterSPRow{
        display:none;
    }
}
@media screen and (max-width: 979px) {
    #FooterSPRow{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 25px 0 0 0;
    }
    #FooterLogoWrap{
        width:45%;
    }
    #FooterTelFlex{
        width:55%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    #FooterTelLabel{
        border: 1px solid #333333;
        padding:2px;
        font-size:2.5vw;
        margin:0 5px 0 0;
    }
    #FooterTelNumber{
        font-size:5vw;
        font-weight:bold;
        position:relative;
        top:0.75vw;
    }
}

#FooterNav{
    margin:47px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (max-width: 979px) {
    #FooterNav{
        margin:25px 0 0 0;
        display: block;
    }
}
#FooterNav > li{
    position:relative;
    text-indent:1em;
    margin:0 10px;
}
@media screen and (max-width: 979px) {
    #FooterNav > li{
        margin:10px 5px;
        display: block;
    }
}
#FooterNav > li:before{
    content:"";
    display:block;
    position:absolute;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
    border: 0.5em solid transparent;
    border-left: 0.5em solid #C70000;
}
#Copyright{
    text-align:center;
    margin:25px 0 0 0;
    color:#323232;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ right_col
+++++++++++++++++++++++++++++++++++++++++++++++++*/
#PreRegistration{
    margin:46px 0 0 0;
}
.right-col-section{
    border:1px solid #999999;
    border-radius:4px;
}
.section-header2{
    padding:12px 18px;
    border-bottom:1px solid #999999;
    background:linear-gradient(180deg,#E5E5E5 0%,#E5E5E5 50%,#DBD9DA 50%,#DBD9DA 100%);
    font-size:16px;
    font-weight:bold;
    color:#333333;
}
@media screen and (max-width: 979px) {
    #PreRegistration{
        margin-top: 10px;
    }
    .section-header2{
        font-size:4.375vw;
    }
}
.section-header2 h2{
    position:relative;
    text-indent:1.5em;
}
.section-header2 h2:before{
    content:"";
    display:block;
    position:absolute;
    width: 1em;
    height: 1em;
    background: #C60000;
}
.section-header2 h2:after{
    content:"";
    display:block;
    position:absolute;
    bottom:5px;
    left:4px;
    width: 0.25em;
    height: 0.25em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
    .section-header2 h2:after{
        bottom:1.3vw;
        left:1.3vw;
    }
}
.section-content2{
    padding:16px;
    background-color:#fff
}
.section-content2:not(:last-child){
    border-bottom:1px dashed #999999;
}
.section-content2 .row1{
    display: -webkit-flex;
    display: flex;
    margin:0 0 10px 0;
}
.section-content2 .row1 img {
    max-height: 70px;
    object-fit: cover;
}
.section-content2 .row1 > div{
    width:40%;
    padding:0 5px 0 0;
    position: relative;
    border: solid 2px #fff;
    outline: solid 1px #ccc;
    background-color: #eee;
    height: 80px;
    width: 96px;
}
.section-content2 .row1 > div img{
    width: auto;
    max-height: 74px;
    max-width: 92px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.section-content2 .row1 > h3{
    width:100%;
    padding:0 0 0 5px;
}
.section-content2 .row1 > h3 a{
    color:#C60000;
    text-decoration:underline;
    line-height:1.4;
}

.section-content2 .row2:not(:first-child){
    margin:7px 0 0 0;
}
.section-content2 .row2 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}
.section-content2 .row2 > span {
    border:1px solid #999999;
    padding:4px;
    background-color:#F3EFF0;
    margin-right: 10px;
    width: 70px;
    display: inline-block;
    text-align: center;
}
.section-content2 .row2 > div:first-child{
    width:35%;
    text-align:center;
    border:1px solid #999999;
    padding:4px;
    background-color:#F3EFF0;
    display: inline-block;
}
.section-content2 .row2 > div:last-child{
    width:60%;
    display: inline-block;
    font-size:12px;
    margin:0;
    color:#323232;
}
.right-col-section .section-content2 .row2 > div:first-child {
    font-weight: lighter;
    white-space: nowrap;
    font-size: 12px;
}
.right-col-section .section-content2 .row2 > div:last-child {
    margin-right: 0;
}
@media screen and (max-width: 979px) {
    .section-content2 .row2 > div:last-child{
        font-size:3vw;
    }
}
.right-col-banner{
    margin:22px 0 0 0;
}
#RightColDesc{
    margin:22px 0 0 0;
    line-height:1.4;
    color:#323232;
    font-size:12px;
}
@media screen and (max-width: 979px) {
    #RightColDesc{
        font-size:3vw;
    }
}

/**************************************************
 *
 * contents
 *
 **************************************************/
/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ トップページ
+++++++++++++++++++++++++++++++++++++++++++++++++*/
.sub{
    color:#323232;
    font-size:14px;
}
@media screen and (max-width: 979px) {
    .sub{
        font-size:2.5vw;
    }
}

section:first-child{
    margin:46px 0 0 0;
}
section:not(:first-child){
    margin:30px 0 0 0;
}
.section-header1{
    position: relative;
    padding: 1rem 2rem;
    border-bottom: 6px solid #808080;
    display: -webkit-flex;
    display: flex;
    padding:0 0 10px 0;
    position:relative;
    font-weight:bold;
}
.section-header1:after{

    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30%;
    height: 6px;
    content: '';
    background: #C60000;
}

.section-header1 > img{
    width:35px;
    margin:0 5px 0 0;
}
@media screen and (max-width: 979px) {
    .section-header1 > img{
        width:6vw;
    }
}

.section-header1 > h2{
    font-size:26px;
}
@media screen and (max-width: 979px) {
    .section-header1 > h2{
        font-size:5vw;
    }
}

.gojuon{
    display:none;
}
@media screen and (max-width: 979px) {
    .gojuon{
        display:block;
        border:1px solid #999999;
    }
    .gojuon-header{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding:0px 10px;
        color: #fff;
        background:#C60000;
        border-bottom:1px dashed #999999;
        font-weight:bold;
        height:12vw;
    }
    .minus,
    .plus{
        background-color:#663612;
        position:relative;
        width:7vw;
        height:7vw;
        border-radius:4px;
        display:block;
    }
    .minus:before,
    .plus:before{
        content:"";
        display:block;
        position:absolute;
        top:3vw;
        left:1vw;
        background-color:#fff;
        width:5vw;
        height:1vw;
    }
    .plus:after{
        content:"";
        display:block;
        position:absolute;
        top:1vw;
        left:3vw;
        background-color:#fff;
        width:1vw;
        height:5vw;
    }

    .gojuon-row{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding:0px 15px;
        background:#fff;
        height:9vw;
        color:#323232;
    }
    .gojuon-row:not(:last-child){
        border-bottom:1px dashed #999999;
    }
    .gojuon-row > div,
    .gojuon-row a{
        width:33.333%;
        text-indent:1.5em;
        position:relative;
    }
    .gojuon-row div:before{
        content:"";
        display:block;
        position:absolute;
        width: 1em;
        height: 1em;
        background: #844d20;
    }
    .gojuon-row div:after{
        content:"";
        display:block;
        position:absolute;
        top:0.3em;
        left:0.25em;
        width: 0.25em;
        height: 0.25em;
        border-top: 0.1em solid #fff;
        border-right: 0.1em solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.section-header1 .right{
    font-size:14px;
    text-align:right;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
@media screen and (max-width: 979px) {
    .section-header1 .right{
        font-size:3vw;
        position:absolute;
        top:13vw;
        right:0;
    }
    .map-search-txt {
    line-height: 1.5;
    text-align: left !important;
}
}

.right-count{
    color:#ec1c24;
    font-weight:bold;
    font-size:32px;
    margin:0 10px;
}
@media screen and (max-width: 979px) {
    .right-count{
        font-size:9vw;
    }
}

.section-header1 .right .right-ken{
    color:#ec1c24;
    font-weight:bold;
    font-size:20px;
}
@media screen and (max-width: 979px) {
    .section-header1 .right .right-ken{
        font-size:5vw;
    }
}

.section-content{
    margin:50px 0 0 0;
}

.section-content-border{
    border:1px solid #999999;
    margin:24px 0 0 0;
    padding:24px;
    background-color:#fff;
}
@media screen and (max-width: 979px) {
    .section-content-border{
        padding:0;
    }
    .section-content-border.first{
        margin-top:15vw;
    }
}

.section-content-border h2{
    position:relative;
    text-indent:1.5em;
}
.section-content-border h2:before{
    content:"";
    display:block;
    position:absolute;
    width: 1em;
    height: 1em;
    background: #C70000;
}
.section-content-border h2:after{
    content:"";
    display:block;
    position:absolute;
    bottom:5px;
    left:3px;
    width: 0.25em;
    height: 0.25em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 979px) {
    .section-content-border h2:before{
        content:"";
        display:block;
        position:absolute;
        width: 1em;
        height: 1em;
        background: #C70000;
    }
    .section-content-border h2:after{
        content:"";
        display:block;
        position:absolute;
        top:0.3em;
        left:0.25em;
        width: 0.25em;
        height: 0.25em;
        border-top: 0.1em solid #fff;
        border-right: 0.1em solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.section-content-border{
    font-size:14px;
}
@media screen and (max-width: 979px) {
    .section-content-border{
        font-size:3.5vw;
    }
}


.section-content-border .row1{
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 979px) {
    .section-content-border .row1{
        display:block;
        padding: 15px;
        border-bottom: 1px dashed #999999;
    }
}

.section-content-border .row1 > div{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
@media screen and (max-width: 979px) {
    .section-content-border .row1 > div{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border-bottom:1px dashed #999999;
        padding:15px;
    }
}

@media screen and (max-width: 979px) {
    .section-content-border .row1 > div h2{
        width:40%;
    }
}

@media screen and (max-width: 979px) {
    .section-content-border .row1 > div > select{
        width:100%;
    }
}

@media screen and (max-width: 979px) {
    .section-content-border .row1 > div h3{
        text-indent:1.5em;
        width:40%;
    }
}

.section-content-border .row1 > div:nth-child(2){
    margin:0px 20px;
}
@media screen and (max-width: 979px) {
    .section-content-border .row1 > div:nth-child(2){
        margin:0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border-bottom:none;
        padding:15px;
    }
}

.section-content-border .row1 > div:nth-child(2) > div{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 979px) {
    .section-content-border .row1 > div:nth-child(2) > div{
        display:block;
        width:60%;
    }
}

.section-content-border .row1 > div:nth-child(2) > div > div{
    width:50%;
}
@media screen and (max-width: 979px) {
    .section-content-border .row1 > div:nth-child(2) > div > div{
        width:100%;
    }
}
@media screen and (max-width: 979px) {
    .section-content-border .row1 > div:nth-child(3) > div{
        width:60%;
    }
}

.section-content-border ul{
    border:1px solid #999999;
    margin:6px 0 0 0;
    overflow-y:scroll;
    max-height:150px;
}
.section-content-border ul::-webkit-scrollbar{
    display:none;
}

.section-content-border .row1 > div:nth-child(2) > div > div:first-child ul{
    border-right:none;
}
.section-content-border ul > li{
    border:0px solid #999999;
    color:#323232;
    padding:5px 1em;
    cursor:pointer;
}
.section-content-border ul > li.active{
    background-color:#B2B2B2;
}

.section-content-border .row2{
    margin:15px 0 0 0;
}
@media screen and (max-width: 979px) {
    .section-content-border .row2{
        margin:0;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border-bottom:1px dashed #999999;
        padding:15px;
    }
}

.section-content-border .row2 h2{
    border-bottom:2px solid #643212;
    padding: 0 0 5px 0;
}
.section-content-border .row2 h2:after{
    bottom:10px;
    left:3px;
}
@media screen and (max-width: 979px) {
    .section-content-border .row2 h2{
        border-bottom:none;
        width:40%;
    }
}

@media screen and (max-width: 979px) {
    .section-content-border .row2 div{
        width:60%;
    }
}

.section-content-border .row2 label{
    margin:0 15px 0 0;
    cursor:pointer;
    display:block;
    padding:5px 0;
}
@media screen and (max-width: 979px) {
    .section-content-border .row2 label{
        margin:0 5px 0 0;
        padding:0;
    }
}

.section-content-border .row2 > div{
    background-color:#F3EFF0;
    padding:8px 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:8px 0 0 0;
}
@media screen and (max-width: 979px) {
    .section-content-border .row2 > div{
        background-color:#fff;
        margin:0;
        padding:0;
    }
}

.section-content-border .button-row{
    margin:25px 0 0 0;
    text-align:center;
}
@media screen and (max-width: 979px) {
    .section-content-border .button-row{
        margin:0;
        padding:15px;
    }
}

@media screen and (max-width: 979px) {
    #SearchSection2 .section-content-border{
        padding:15px;
    }
}

@media screen and (max-width: 979px) {
    #SearchSection3 .section-content-border{
        padding:15px;
    }
}

.section-content-border .text-row{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin:15px 0 0 0;
}
@media screen and (max-width: 979px) {
    .section-content-border .text-row{
        display:block;
    }
}

.section-content-border .text-row > div:first-child{
    width:70%;
}
@media screen and (max-width: 979px) {
    .section-content-border .text-row > div:first-child{
        width:100%;
    }
}

.section-content-border .text-row > div:last-child{
    width:30%;
}
@media screen and (max-width: 979px) {
    .section-content-border .text-row > div:last-child{
        width:100%;
        margin-top:15px;
    }
}

.section-content3{
    color:#323232;
    background-color:#fff;
}
.section-content3 .row3{
    padding:12px 24px;
}
.section-content3 .row3:not(:last-child){
    border-bottom:1px dashed #999999;
}

#search-section {
    position: relative;
    padding: 10px;
    border: 8px solid #a0a0a0;
    background: #fff;
}

#Slide{
    border-bottom:1px solid #643212;
    /*padding:0 0 15px 0;*/
    padding:0;
}
#ImgOnSlide {
    position: absolute;
    width: 26%;
    height: auto;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    top: 5%;
    right: 10%;
    border: 1px solid #ccc;
}
@media screen and (max-width: 979px) {
    #ImgOnSlide {
        display: none;
    }
}

#SubSlide a,
#SubSlide2 a {
    border:1px solid #ccc;
}
#SubSlide2 .slick-slide > div {
    text-align: center;
}
#SubSlide2 a {
    width: 97% !important;
    margin-bottom: 2%;
}
#SubSlide a {
    margin: 0 5px;
}
@media screen and (max-width: 979px) {
    #SubSlide a {
        border: none;
    }
    #SubSlide a img {
    }
}
#SubSlideBack {
    background: #fff;
    width: 100%;
    padding: 10px;
    border-bottom:1px solid #643212;
}
#SubSlideBack2 {
    background: #fff;
    width: 110%;
    padding: 10px;
    margin-top: 10px;
    margin-left: -5%;
    padding-bottom: 40px;
}
#SubSlide2 .slick-dots {
    bottom: -30px;
}
#SubSlide2 .slick-prev,
#SubSlide2 .slick-next {
    display: block;
    height: 25px;
    width: 60px;
    background: #fff;
    border: 1px solid #ccc;
    top: unset;
    bottom: -42px;
    z-index: 10;
}
#SubSlide2 .slick-arrow:before,
#SubSlide2 .slick-arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ' ';
    vertical-align: middle;
}
#SubSlide2 .slick-prev:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-top: 2px solid #A73630;
    border-right: 2px solid #A73630;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: -3px;
}
#SubSlide2 .slick-next:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-top: 2px solid #A73630;
    border-right: 2px solid #A73630;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
}
#SubSlide2 .slick-dots li {
    width: 10px;
}
#SubSlide2 .slick-dots li button {
    border-radius: 0;
    background-color: #eee;
    border: 1px solid #ccc;
}
#SubSlide2 .slick-dots li.slick-active button {
    background-color: #d0190f;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ 検索結果ページ
+++++++++++++++++++++++++++++++++++++++++++++++++*/
#SearchedConditionSection .section-content{
    border:8px solid #a0a0a0;
    padding:15px;
    background:#fff;
}

#SearchedConditionSection .section-content .row1{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#SearchedConditionSection .section-content .row1 h3{
    color:#323232;
    text-indent:1.5em;
    position:relative;
}
#SearchedConditionSection .section-content .row1 h3:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width: 1em;
    height: 1em;
    background:#323232;
}

#SearchedConditionSection .section-content .row1 > div {
    padding: 5px 10px;
    border: 2px solid #CBCDCE;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    background: #ece9e7;
}

#SearchedConditionSection .section-content .row1 > div img{
    width:0.8rem;
    display:inline-block;
}

#SearchedConditionSection .section-content .row2{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin:10px 0 0 0;
    font-size:0.8rem;
    color:#323232;
}
#SearchedConditionSection .section-content .row2.first{
    margin:15px 0 0 0;
}

#SearchedConditionSection .section-content .row2 > div{
    margin:0 20px 0 0;
}

#SearchedConditionSection .section-content .row2 > div > span{
    color: #C50000;
}

#ResultSection .section-header1{
    text-indent:0;
}
#ResultSection .section-header1:after{
    border-bottom:none;
}

#ResultSection .section-header1 h2{
    font-size:1rem;
}

#ResultSection .section-header1 h2 .right-count{
    margin:0 5px 0 0;
}

#ResultSection .section-content-border{
    margin:30px 0 0 0;
    border-radius:10px;
    border:2px solid #999999;
    padding:0;
}
#ResultSection .section-content-border > h3{
    color: #1A1A1A;
    background: #D9D1CC;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 8px 8px 0 0;
}

#ResultSection .section-content-border > h3 > a{
    text-decoration:underline;
}

#ResultSection .section-content-border > .first{
    display: -webkit-flex;
    display: flex;
    padding:20px;
}
@media screen and (max-width: 979px) {
    #ResultSection .section-content-border > .first{
        display: block;
    }
}
/*
#ResultSection .section-content-border > .first > div:first-child{
    width:40%;
    position: relative;
    border: solid 3px #fff;
    outline: solid 1px #ccc;
    background-color: #eee;
    max-height: 176px;
    max-width: 220px;
}
*/
#ResultSection .section-content-border > .first > div:first-child img{
    width: auto;
    max-height: 170px;
    max-width: 212px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
@media screen and (max-width: 979px) {
    #ResultSection .section-content-border > .first > div:first-child{
        width:100%;
        min-height: 176px;
        margin: 0 auto 20px;
    }
}

#ResultSection .section-content-border > .first > div:last-child{
    width:100%;
    padding:0 0 0 20px;
}
@media screen and (max-width: 979px) {
    #ResultSection .section-content-border > .first > div:last-child{
        width:100%;
    }
}

#ResultSection .section-content-border > .first > div:last-child > div{

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top:1px dashed #999999;
    padding:15px 0;
    overflow: hidden;
}

#ResultSection .section-content-border > .first > div:last-child > div:last-child{
    border-bottom:1px dashed #999999;
}

#ResultSection .section-content-border > .first > div:last-child > div > div:first-child{
    width:20%;
}

#ResultSection .section-content-border > .first > div:last-child > div > div:last-child{
    color:#323232;
}

#ResultSection .section-content-border > .second{
    padding:10px;
    border-top:1px solid #999999;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ 詳細ページ
+++++++++++++++++++++++++++++++++++++++++++++++++*/
#DetailSection .content{
    background:#fff;
    padding:20px;
    margin:20px 0 0 0;
}

#DetailSection .content .sect1{
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 979px) {
    #DetailSection .content .sect1{
        display: block;
    }
}

/*
#DetailSection .content .sect1 > div:first-child{
    width:40%;
    position: relative;
    border: solid 3px #fff;
    outline: solid 1px #ccc;
    background-color: #eee;
    height: 210px;
    width: 100%;
    max-width: 312px;
}
*/
#DetailSection .content .sect1 > div:first-child img{
    height: 204px;
    width: 100%;
    max-width: 306px;
    /*object-fit: cover;*/
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#DetailSection .content .sect1 > div:last-child{
    width:100%;
    padding:0 0 0 20px;
}
@media screen and (max-width: 979px) {
    #DetailSection .content .sect1 > div:last-child{
        width:100%;
        padding:0px;
        margin-top:20px;
    }
}

#DetailSection .content .sect1 > div:last-child > h3{
    color: #C60000;
    font-size:20px;
    font-weight:bold;
}

#DetailSection .content .sect1 > div:last-child > p{
    color:#323232;
    line-height:1.4;
    margin:20px 0 0 0;
}

#DetailSection .content .sect1 > div:last-child > .character{
    padding:20px;
    background:#fdf1cc;
    margin:20px 0 0 0;
    padding-top: 10px;
}

#DetailSection .content .sect1 > div:last-child > .character > h4{
    font-size:18px;
    position:relative;
    text-indent:1em;
    font-weight:bold;
}
#DetailSection .content .sect1 > div:last-child > .character > h4:before{
    content:"";
    display:block;
    width:7px;
    height:150%;
    position:absolute;
    top:-10px;
    left:0;
    background:#C60000;
}
#DetailSection .content .sect1 > div:last-child > .character > div{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:10px 0 0 0;
}
#DetailSection .content .sect1 > div:last-child > .character > div > div{
    margin:10px 10px 0 0;
    border:1px solid #cf9a6c;
    border-radius:4px;
    background:#fff;
    padding:5px 10px;
    font-size:14px;
}

#DetailSection .content .sect2{
    margin:20px 0 0 0;
}

#DetailSection .content .sect2 > div{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top: 2px solid #dadada;
}
#DetailSection .content .sect2 > div.last{
    /*border-bottom:1px solid #cf9a6c;*/
}

#DetailSection .content .sect2 > div > div{
    padding:20px;
}
#DetailSection .content .sect2 > div > div:first-child{
    background:#fdf1cc;
    width:15%;
    text-align:center;
}
@media screen and (max-width: 979px) {
    #DetailSection .content .sect2 > div > div{
        padding:0 20px;
    }
    #DetailSection .content .sect2 > div > div:first-child{
        width:30%;
        min-height: 70px;
        line-height: 70px;
    }
    #DetailSection .content .sect2 > div > div:last-child{
        width: 70%;
    }
}

#DetailSection .content .sect2 > div > div:last-child{
    color:#323232;
}

#DetailSection .content .sect3{
    margin:20px 0 0 0;
}

#DetailSection .content .sect3 > h3{
    margin:20px 0 0 0;
    position:relative;
    text-indent:1em;
    font-weight:bold;
    color: #663612;
}
#DetailSection .content .sect3 > h3:before{
    content:"";
    display:block;
    width:7px;
    position:absolute;
    top:-5px;
    left:0;
    background:#C60000;
    height:150%;
}

#MapWrap{
    margin:15px 0 0 0;
    width: 100%;
    height: 420px;
    border: solid 1px #dadada;
}

#DetailSection .content .sect4{
    margin:20px 0 0 0;
}
#DetailSection .content .sect4 .row2{
    margin:20px 0 0 0;
}
#DetailSection .content .sect4 .row3{
    margin:20px 0 0 0;
    color:#323232;
    text-align:center;
    line-height:1.4;
}

#DetailSection .content .sect4 .row3 > span{
    font-size:1.2em;
    color:#ec1c24;
}

#DetailSection .content .sect4 .row4{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin:20px 0 0 0;
}

#DetailSection .content .sect4 .row4 > div:first-child{
    width:2.2em;
    margin:0 5px 0 0;
}
#DetailSection .content .sect4 .row4 > div:last-child{
    color:#ec1c24;
    font-size:2.2em;
    font-weight:bold;
}

#DetailSection .content .sect4 .row4 > div:last-child > a{
    text-decoration:underline;
}

#DetailSection .content .sect4 .row5{
    color:#323232;
    font-size:0.6em;
    text-align:center;
    margin:20px 0 0 0;
    line-height:1.4;
}

#detailSect2 {
    background-color: #f0edeb;
    border-bottom:1px solid #dadada;
}
#detailSect2 .header {
    width: 15%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #804d20;
}
#detailSect2 .cont {
    width: 85%;
    min-height: 50px;
    padding: 10px;
    background-color: #fff;
}
@media screen and (max-width: 979px) {
    #detailSect2 .header {
        width: 30%;
    }
    #detailSect2 .cont {
        width: 70%;
    }
}

#OtherJobSection .section-header1{
    text-indent:0;
}
#OtherJobSection .section-header1:after{
    border-bottom:none;
}

#OtherJobSection .section-header1 h2{
    font-size:1rem;
}

#OtherJobSection .section-content{
    background-color: #D9D9D9;
    padding:20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
}
@media screen and (max-width: 979px) {
    #OtherJobSection .section-content{
        display: block;
    }
}

#OtherJobSection .section-content > div{
    width:30%;
    border:1px solid #999999;
    background:#fff;
    padding:16px;
    margin:0 5% 10px 0;
}
#OtherJobSection .section-content > div:last-child{
    margin:0 0 10px 0;
}
@media screen and (max-width: 979px) {
    #OtherJobSection .section-content > div{
        width: 100%;
    }
}

#OtherJobSection .section-content > div > .row1{
    display: -webkit-flex;
    display: flex;
    margin:0 0 10px 0;
}
#OtherJobSection .section-content > div > .row1 > div{
    width:40%;
    padding:0 5px 0 0;
    position: relative;
    border: solid 2px #fff;
    outline: solid 1px #ccc;
    background-color: #eee;
    height: 80px;
    width: 96px;
    min-width: 96px;
}
#OtherJobSection .section-content > div > .row1 > div img{
    max-height: 74px;
    max-width: 92px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#OtherJobSection .section-content > div > .row1 > h3{
    width:100%;
    padding:0 0 0 5px;
}
#OtherJobSection .section-content > div > .row1 > h3 > a{
    color:#C60000;
    text-decoration:underline;
    line-height:1.4;
}
#OtherJobSection .section-content > div > .row2{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}
#OtherJobSection .section-content > div > .row2 > span{
    border:1px solid #999999;
    padding:4px;
    background-color:#F3EFF0;
    margin-right: 10px;
    width: 70px;
    display: inline-block;
    text-align: center;
}
#OtherJobSection .section-content > div > .row2:not(:first-child){
    margin:7px 0 0 0;
}
#OtherJobSection .section-content > div > .row2 > div:first-child{
    width:35%;
    text-align:center;
    border:1px solid #999999;
    padding:4px;
    background-color:#F3EFF0;
}
#registlation  > div > .row > div:first-child{
    background: #000000;
}
@media screen and (max-width: 979px) {
    #OtherJobSection .section-content > div > .row2 > div:last-child{
        font-size:3vw;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++
+ 仮登録フォーム
+++++++++++++++++++++++++++++++++++++++++++++++++*/
#PreregistSection > .section-content-border > h3{
    border-bottom:1px dashed #999999;
    padding-bottom:10px;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border{
        padding:20px;
    }
}

#PreregistSection > .section-content-border > .first{
    padding-bottom:10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom:1px dashed #999999;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border > .first{
        display:block;
    }
}

#PreregistSection > .section-content-border > .first > div{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width:50%;
    margin-top:10px;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border > .first > div{
        width:100%;
    }
}

#PreregistSection > .section-content-border > .first > div > div:first-child{
    background:#C60000;
    color:#fff;
    padding:0.5em;
}

#PreregistSection > .section-content-border > .first > div > div:last-child{
    padding-left:0.5em;
}

#PreregistSection > .section-content-border > .second{
    margin-top:30px;
    color:#323232;
    border-bottom:1px dashed #999999;
    padding-bottom:20px;
}

#PreregistSection > .section-content-border > .second > h4{
    color:#323232;
    font-weight:bold;
    text-align:center;
}

#PreregistSection > .section-content-border > .second > p{
    color:#323232;
    margin-top:20px;
    text-align: center;
    line-height: 23px;
}

#PreregistSection > .section-content-border > .second > div{
    color:#323232;
    font-size:0.8em;
    background:#F1F5F6;
    padding:10px;
    margin-top:20px;
}

#PreregistSection > .section-content-border > .second > div > div{
    background:#fff;
    max-height:10em;
    overflow-y:scroll;
    padding:10px;
}

#kiyakuin span {
    display: block;
    padding: 0 0 10px;
    line-height: 15px;
}
#kiyakuin span.kiyakuhl {
    margin: 5px 0;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
}

#PreregistSection > .section-content-border > .third{
    margin-top:20px;
    text-align:center;
}

#PreregistSection > .section-content-border > .third > label{
    margin-right:20px;
    color:#323232;
}

#PreregistSection > .section-content-border .fourth{
    margin-top:20px;
}

#PreregistSection > .section-content-border .fourth > p{
    color:#ec1c24;
}

#PreregistSection > .section-content-border .fourth > div{
    margin-top:5px;
}

#PreregistSection > .section-content-border .fourth > div > div{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-top: 2px solid #dadada;
}
#PreregistSection > .section-content-border .fourth > div > div:last-child{
    border-bottom:1px solid #cf9a6c;
}

#PreregistSection > .section-content-border .fourth > div > div > div:first-child{
    background: #f0edeb;
    padding:20px;
    width:30%;
    line-height:1.4;
    color: #804d20;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > div > div:first-child{
        width:50px;
    }
}

#PreregistSection > .section-content-border .fourth > div > div > div:first-child  > span{
    color:#ec1c24;
}

#PreregistSection > .section-content-border .fourth > div > div > div:last-child{
    padding:10px 20px;
    width:70%;
    color:#323232;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#appendWorkHistoryWrap{
}
#appendWorkHistory{
    width:auto !important;
    color:#323232;
    background:white !important;
    margin:5px auto;
    text-align:center;

    display: inline-block !important;
    padding: 6px 12px !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
}

#PreregistSection > .section-content-border .fourth > div > div > div:last-child > div{
    width:100%;
}
.label-danger {
    color: red;
    font-size: 70%;
    display: inline;
    width: auto !important;
}

@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > div > div:last-child{
        width:100%;
    }
}
#PreregistSection > .section-content-border .fourth > div > div > div:last-child > p{
    margin-top:5px;
    font-size:0.8em;
}
#PreregistSection > .section-content-border .fourth > div > .rrow3 label{
    display:block;
    margin-right:10px;
}

@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow4 > div:last-child{
        display:block;
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow4 span{
        display:inline-block;
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow4 select{
        display:inline-block;
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow4 select:first-child{
        width:6em;
        margin-top:7px;
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow4 select:last-child{
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow4 select:not(first-child){
        width:4em;
    }
}

#PreregistSection > .section-content-border .fourth > div > .rrow5 > div:last-child input{
    /*width: 3em;*/
    display:inline-block;
}
#PreregistSection > .section-content-border .fourth > div > .rrow5 > div:last-child .mobile{
    width: 100%;
    margin-top:5px;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow5 > div:last-child input{
        display:block;
        margin-top:5px;
    }
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow5 > div:last-child span{
        display:none;
    }
}

#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child > div input input[type="text"]{
    width:90%;
    display:inline-block;
    margin-top:5px;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child > div input[type="text"]{
        width:70%;
    }
}

#PreregistSection > .section-content-border .fourth > div > .rrow6 p{
    margin-top:5px;
    font-size:0.8em;
}
.workLabel{
font-size:100% !important;
}

#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row{
        display:block;
        margin-top:5px;
    }

}
#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > .first{
    width:4em;
}
#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > .second{
    width:6em;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > .first{
        width:100%;
    }
    #PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > .second{
        width:100%;
    }
}
#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > div:last-child{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > div:last-child input{
    width:80%;
    display:inline-block;
    margin:0 3px;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border .fourth > div > .rrow6 div:last-child .kakko-row > div:last-child input{
        width:60%;
    }
}

#PreregistSection > .section-content-border  .fourth > div > .rrow7 > div:last-child > div{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#PreregistSection > .section-content-border  .fourth > div > .rrow7 > div:last-child label{
    display:block;
    margin-right:10px;
    padding:5px 0;
}

#PreregistSection > .section-content-border  .fourth > div > .rrow8 > div:last-child > div{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 979px) {
    #PreregistSection > .section-content-border  .fourth > div > .rrow8 > div:last-child > div{
        display:block;
    }
}

#PreregistSection > .section-content-border  .fourth > div > .rrow8 label{
    margin-right:30px;
    display:block;
}

#PreregistSection > .section-content-border .fifth{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top:20px;
}
#PreregistSection > .section-content-border .fifth > button:first-child{
    margin-right:15px;
}
#PreregistSection > .section-content-border .fifth > button:last-child{
    margin-left:15px;
}

#modal-content {
    border: 8px solid #a0a0a0 !important;
}

/*申込フォームCSS--------------------------------------------------------------*/
#PreregistSection table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    }
#PreregistSection th {
    background: #f0edeb;
    padding: 20px;
    width: 30%;
    line-height: 1.4;
    color: #804d20;
    text-align: left;
    border-top: 2px solid #dadada;
}
#PreregistSection th > span {
    color: #ec1c24;
}
#PreregistSection td{
    padding: 10px 15px;
    border-top: 2px solid #dadada;
}
#PreregistSection td .inline{
    display: inline-block;
}
#PreregistSection td p {
    margin-top: 5px;
    font-size: 0.8em;
}
@media screen and (max-width: 979px){
    #PreregistSection > .section-content-border {
        padding: 10px;
    }
    select {
            font-size: 3vw;
            height: 2em;
            width: auto;
            display: inherit;
    }
    #PreregistSection td .inline{
        display: block;
    }
    .s-none{
        display: none;
    }
}







/*base------------------------------------------------------------------------*/
.m-t20{ margin-top: 20px;}
