/*********************************************
sayo-form.css
*********************************************/

.o-sec-pt{
	padding-top: 60px;
}

.o-h1-ob{
	/* margin-top: 50px; */
	/* margin-bottom: 50px; */
}

.o-sayo,.o-other{
	width: 100%;
}

.o-com-h1 span{
	display:block;
	text-align: center;
	margin-bottom: 5px;
}

.o-imp-b{
	margin-top: 50px;
	margin-bottom: 80px;
	box-sizing: border-box;
	padding: 40px 15px;
	border-radius: 8px;
	background: #fff;
}

.o-imp-h2{
	font-size: 24px;
	line-height: 45px;
	color: #e50011;
	text-align: center;
	margin-bottom: 15px;
}

.o-imp-txtb{
	margin-bottom: 40px;
}

.o-imp-ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.o-imp-ul li{
	box-sizing: border-box;
	padding-left: 18px;
	text-indent: -18px;
	color: #000;
}

.o-inp-h2{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 20px;
    background: #e50011;
    font-size: 21px;
    line-height: 44px;
    min-height: 40px;
    color: #fff;
    margin-bottom: 25px;
}

.o-inp-h2 img{
	max-width: 20px;
}

.o-inp-h2 img{
    margin-right: 10px;
}

input[type='file'] {
    display: inline;
    padding-left: 0;
    background: transparent;
}

.file-button{
    font-size: 10px;
}

.file-button::file-selector-button {
    font-weight: 500;
    color: white;
    background: #888889;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    padding: 8px 16px;
    text-align: center;
}

.block::file-selector-button {
    display: block;
}

.o-upimg{
    width: 100%;
    padding-top: 69%;
    vertical-align: middle;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,.5);
}

.o-upimg img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.o-upimg.is-empty { display: none; }

.o-file-ob{
	background: transparent;
	padding: 0;
}

.radio{
	width: auto;
	margin-right: 25px;
}

.o-next-btn{
    background: #e50011;
}

.o-n-prefectures{
	height: auto!important;
	/* width: 130px; */
	display: inline-flex;
	align-items: center;
	position: relative;
}


.o-n-prefectures:after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.o-n-prefectures select {
    appearance: none;
    min-width: 150px;
    height: auto!important;
    /* padding: .4em calc(.8em + 30px) .4em .8em; */
    /* border: 1px solid #d0d0d0; */
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 15px;
    cursor: pointer;
    /* text-align: center; */
}

.o-tokuten{
	width: 150px;
	margin-bottom: 5px;
}

.o-14-txt{
    line-height: 19px;
}

.o-radio-ob {
    align-items: center;
}

.o-photo-ob .invalid-feedback{
	padding-left: 0;
}

.o-tokuten-ob{
	position: relative;
}

.o-tokuten-ob .invalid-feedback{
	position: absolute;
	/* top: 50px; */
	bottom: -25px;
}

.o-file-ob .invalid-feedback{
	margin-top: -6px;
}

.u-hidden { display: none !important; }

/* ローディングスピナー用 */
/* 画面全体を覆う */
  #loadingOverlay{
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;                 /* 初期は非表示 */
    align-items: center;
    justify-content: center;
    z-index: 9999;                 /* 最前面に */
    backdrop-filter: blur(1px);
  }
  .loading-box{
    background: #fff;
    border-radius: .75rem;
    padding: 24px 28px;
    min-width: 260px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
  }
  /* シンプルCSSスピナー */
  .spinner{
    width: 48px; height: 48px;
    margin: 0 auto 12px;
    border: 4px solid #e5e7eb;      /* 薄グレー */
    border-top-color: #3b82f6;      /* アクセント（青系） */
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
  }
  .loading-text{ font-size: 14px; color:#333; }
  @keyframes spin{ to { transform: rotate(360deg); } }




@media (min-width: 576px){
.o-upimg{
    width: 300px;
    padding-top: 43%;
}

.o-sec-pt {
    padding-top: 71px;
}

.o-st-center{
	text-align: justify;
}

.o-imp-b{
	padding: 47px;
}
}



@media (min-width: 768px){

.o-h1-ob{
    /* margin-top: 80px; */
    /* margin-bottom: 90px; */
}

.o-sayo{
	width: 375px;
}

.o-other{
	width: 400px;
}

.o-st-center{
	text-align: center;
}




.o-com-h1{
    line-height: 54px;
}

.o-syokin-ln{
	vertical-align: 2px;
}

.o-upimg {
    width: 300px;
    padding-top: 34%;
}

.o-tokuten{
	margin: 0;
}

}



@media (orientation: landscape) and (max-width: 767px){

}

@media (orientation: landscape) and (max-width: 991px){

}


@media (min-width: 992px){

.o-upimg{
    width: 300px;
    padding-top: 42%;
}
.o-sec-pt{
    padding-top: 111px;
}

.o-lg-center{
	/* text-align: center; */
}
}



@media (min-width: 1025px){

}

@media (min-width: 1100px){

}



@media (min-width: 1200px){

}

@media (min-width: 1450px){

}