/*********************************************
e-input.css
*********************************************/

.o-m-imgb{
	display: flex;
	align-items: flex-end;
}

.o-maim-ib{
	/* width: 400px; */
}

.o-st-main-1,.o-st-main-2{
	position: absolute;
	bottom: 0;
}

.o-st-main-1{
	width: 25%;
	left: -3%;
}

.o-st-main-2{
	width: 19%;
	right: 0%;
}

.o-main-h1{
	color: #000;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.o-m-btnb{
	padding: 0 15px;
}

.o-m-btnb .o-w-btn{
	margin-top: 15px;
}

/*add entry*/
.o-start-main-b{
	justify-content: center;
	max-width: 935px;
	margin: 10px auto;
}

.o-main-tib{
	display: block;
	padding-top: 45px;
}

.o-h1-ti{
  text-align: center;
  margin-bottom: 15px;
}

.o-ti-sub{
	 margin-bottom: 0;
	 font-size: 22px;
	 line-height: 35px;
	 text-align: center;
}

.o-h3-fm{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.o-stp-mk{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	width: 33px;
	height: 33px;
	background: #f39700;
	box-sizing: border-box;
	border-radius: 10px;
	margin-left: 15px;
}

.o-inp-ti{
	display: block;
}

.o-form-b{
    width: 100%;
    /* margin-left: 6px!important; */
}

.label{
	display: flex!important;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding:5px;
	background: #f8faf0;
	border-radius: 5px;
	width: 100%;
	margin: 0 1.5% 15px 1.5%!important;
	padding: 15px 2px;
	transition: .3s;
}

input.check_box[type="checkbox"] + label:before,
input.o-radio-btn[type="radio"] + label:before{
    content: none;
}

input.check_box,input.o-radio-btn{
  display: none;
}

.check_box:checked + .label,
.o-radio-btn:checked + .label{
  background-color: #00a040;
  color: #fff;
}

.o-radio-lb{
	font-size: 15px;
	font-weight:500;
	color: #595757;
}

.toggle{
	display: none;
}

.o-ac-label{		/*タイトル*/
	box-sizing: border-box;
	padding: 20px 25px!important;
	display: block;
	color: #fff;
	font-size: 15px!important;
}

.o-ac-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 27px!important;
	height: 27px!important;
	border: none!important;
	background-image: url(../../img/e-ac-yaji.svg)!important;
	background-position: center;
	background-size: contain;
	-webkit-transform: rotate(45deg)!important;
	/* top: 18px!important; */
	position: absolute!important;
	top: calc( 50% - 12px )!important;
	left: auto!important;
	right: 20px!important;
	transform: rotate(0deg)!important;
}
.o-ac-label,
.o-ac-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.o-ac-content {		/*本文*/
	height: 0;
	margin-bottom: 0;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .o-ac-label + .o-ac-content {	/*開閉時*/
	height: auto;
	padding: 5px 0;
	transition: all .3s;
}
.toggle:checked + .o-ac-label::before {
	transform: rotate(180deg) !important;
}

.o-form-b .o-bd-t:first-of-type{
	margin-top: 10px;
}

.o-efm-og-btn{
    background: rgba(243,151,0,1);
    color: #fff!important;
    position: relative;
	border: none;
}

.o-efm-og-btn:active,.o-efm-og-btn:hover{
	 background: rgba(235,96,0,1);
}

.o-add-btn{
    display: flex;
    align-items: center;
	justify-content: space-between;
    box-sizing: border-box;
	width: 215px;
    height: 55px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s;
    cursor: pointer;
	background: rgba(237,121,120.1);
	color: #fff;
	margin: 0 0 25px auto;
}

.o-add-btn:active,.o-add-btn:hover{
	background: rgba(230,42,75.1);
}

.o-inp-add-b{
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.o-add-btn i{
	font-size: 20px;
}

.o-area-cb{
	width: 46.9%;
}
.o-full-inp{
	width: 98.5%;
}

.o-epan-img{
	display: block;
	margin: 0 auto;
	width: 90%;
}

.o-bd-t{
	border-top: solid 1px rgba(0,0,0,.5);
}

.o-bd-b{
	border-bottom: solid 1px rgba(0,0,0,.5);
}

.o-en-mb-1{
	margin-bottom: 15px;
}

.o-en-mb-2{
	margin-bottom: 30px;
}

.o-en-mb-3{
	margin-bottom: 25px;
}

.o-en-mb-4{
	margin-bottom: 27px;
}

.o-en-pt-1{
	padding-top: 28px;
	box-sizing: border-box;
}

.o-fm-btn-mt-1{
	margin-top: 50px;
}

.o-efm-spacer{
	padding-top: 100px;
}

.o-efm-pb-1{
	box-sizing: border-box;
	padding-bottom: 170px;
}

.o-single-mr{
	margin-right: 48%!important;
}

.org-style{
    padding: 15px;
    margin-left: 1.5%;
}

.o-tani-inp{
	width: 88%;
	display: inline-block;
	margin-right: 5%;
}

.o-birth-b{
	align-items: center;
}

.o-year-w,.o-month-w,
.o-day-w{
	text-align: right;
	margin-right: 15px;
	margin-bottom: 5px;
	height: 56px;
	color: #000;
}

.o-year-w{
	width: 140px;
}

.o-m-day-b{
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
}

.o-month-w,.o-day-w{
	width: 85px;
}

.o-day-w{
	margin-left: 10px;
}

.o-al-center{
	align-items: center;
}

.o-inp-2{
	width: 100%;
}

.o-inp-full{
	width: 100%;
}

.o-reg-fnt{
	font-weight: 400;
	font-size: 15px;
	margin-left: 16px;
}

.org-check-txt{
    margin-right: 45px!important;
    margin-bottom: 5px!important;
}

.o-pri-ti {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
    display: block;
}

.o-ti-pb-1{
	/* padding-bottom: 15px; */
}

.o-vert-mb{
	/* margin-bottom: 40px; */
}

.o-bd-t-2{
    border-top: solid 1px rgba(0,0,0,.2);
}

.o-inp-ti{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-left: 1.5%;
}

.o-vert-line{
	border-top: solid 1px rgba(0,0,0,.2);
}

.o-terms-b{
	margin-bottom: 20px;
}

.o-ad-ob{
	width: 100%;
}

.o-pos1-ob{
    width: 100%;
}

.o-post-2{
	margin: 20px 0 0 0;
}

.o-fm-ml-1{
    margin-left: 0;
}

.o-post-2{
    width: 100%;
}

.o-st-con{
	padding: 0;
}

.o-fm-w-bk{
    border-radius: 0;
}

.org-style{
    margin-left:0;
}

.o-m-btnb p{
	text-align: center;
}

.o-main-bk{
	/* height: 300px; */
}

.o-man-1{
	width: 45%;
}

.o-man-2{
	width: 46%;
}

.o-main-tib{
    height: auto;
}

.o-fm-btn-b{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 40px auto;
}

.o-ver-mt-1{
	margin-top: 15px;
}

.remove-history{
	margin-top: 20px;
	margin-left: 1.5%;
}

.o-py-md-1{
	padding-left: 15px!important;
	padding-right: 15px!important;
}




/*ck*/
.o-ac-label-ck{
    padding: 0 0 5px 0!important;
    font-size: 15px!important;
    margin-top: 0;
    color: #595757;
}

.o-ac-con-ck{
	/* padding-left: 25px; */
	margin-bottom: 20px;
}

.o-en-ckmb-1{
	margin-bottom: 25px;
}

.o-en-ckpb-1{
	padding-bottom: 25px;
}

.o-ck-ti{
	margin-left: 0;
	margin-bottom: 10px;
}

.o-form-b{
	font-size: 15px;
}

.o-en-ckpt-1{
	padding-bottom: 9px;
}
.o-name-mb-1{
	margin-bottom: 20px;
}

.o-main-tib-ck{
    box-sizing: border-box;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
}

.o-ck-top-txt{
	margin-bottom: 35px;
	margin-top: 25px;
}

.o-comf-stpbtn{
	width: 200px;
	height: 45px;
	margin-top: 20px;
	font-size: 14px;
	margin: 0 auto 28px auto;
}

.is-error{
	padding-left: 1.5%;
}



@media (min-width: 576px){
.o-maim-ib{
	width: 500px;
	justify-content: space-between;
}

.o-st-main-1,.o-st-main-2{
	display: none;
}

.o-sm-main{
	max-width: 90%;
	padding: 0;
}

.o-h3-fm {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.o-ad-ob{
	/* width: 98.5%; */
	width: 100%;
}

.o-area-cb{
    width: 30.3%;
}

.o-inp-2 {
    width: 70%;
}

.o-pos1-ob{
    width: 36%;
}

.o-post-2{
	/* margin: 0 0 0 1.5%; */
}

.o-post-2{
    width: 98.5%;
}

.o-inp-full{
	width: 98.5%;
}


.o-fm-ml-1{
    margin-left: 1.5%;
}

.o-container{
    padding: 0 15px;
}

.o-fm-w-bk {
    border-radius: 15px;
}

.org-style{
    margin-left: 1.5%;
}

.o-inp-2{
    width: 98%;
}

.o-main-bk{
	height: auto;
	/* position: relative; */
}

.o-ti-sub{
    margin-bottom: 0;
    font-size: 24px;
    line-height: 35px;
}

.o-sm-main-b{
	position: absolute;
	bottom: 39px;
}

.o-sm-main-b .o-man-1{
	 width: 40%;
}

.o-sm-main-b .o-man-2{
	 width: 40%;
}

.o-sm-main-b .o-m-imgb {
    display: flex;
    align-items: flex-end;
}

.o-main-tib{
    padding-bottom: 45px;
}

.o-sm-r{
	right: -158px;
}

.o-epan-img{
   width: auto;
}
}




@media (min-width: 650px){

.o-st-main-1{
	width: 18%;
	left: -3%;
	display: block;
}

.o-st-main-2{
	width: 14%;
	right: 0%;
	display: block;
}
}




@media (min-width: 768px){
.o-maim-ib{
	width: auto;
}

.o-start-main-b{
    justify-content: space-between;
    max-width: 935px;
    margin: -210px auto 0 auto;
}

.o-m-btnb{
	padding-top: 242px;
	margin-right: -93px;
}

.o-man-1{
	width: 17%;
}

.o-man-2{
	width: 27%;
}

.o-m-imgb img{
	display: block;
	/* width: 145%; */
	max-width: 223px;
}


.o-man-1 img{
	margin-left: -43px;
	max-width: 288px;
}

.o-man-2 img{
	margin: 0;
	max-width: 288px;
}

.o-main-h1{
	font-size: 65px;
	line-height: 75px;
	margin-bottom: 10px;
	text-align: center;
}

.o-sm-main{
	max-width: 720px;
	padding: 0;
}

.label{
    width: 47%;
    margin: 0 1.5% 15px 1.5%!important;
    padding: 15px 10px!important;
}

.o-area-cb{
    width: 21.9%;
}

.o-single-mr {
    margin-right: 60%!important;
}

.o-fm-ml-1{
    margin-left: 6.5%;
}

.o-m-day-b {
    width: 300px;
    margin-left: 10px;
	margin-top: 0;
}
.o-main-bk {
    height: 226px;
}

.o-main-tib{
    padding-bottom: 15px;
}

.o-ver-mt-1{
	margin-top: 0;
}

.o-h3-fm{
    margin-bottom: 45px;
}

.o-post-2 {
    width: 78.1%;
}

.o-post-2 {
    margin: 0 0 0 1.5%;
}

.o-py-md-1{
	padding-left: 22px!important;
	padding-right: 22px!important;
}


/*ck*/
.o-ck-top-txt{
	margin-bottom: 40px;
	margin-top: 0;
}
}



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

}

@media (orientation: landscape) and (max-width: 991px){

}


@media (min-width: 992px){
.o-job-search {
    margin: 0 auto;
    max-width: 870px;
    align-items: flex-end;
}

.o-m-imgb{
	width: auto;
}

.o-m-imgb img{
	width: auto;
	max-width: 100%;
}

.o-man-1 img{
	margin: 0;
}

.o-man-2 img{
	margin: 0;
}

.o-sm-main{
	max-width: 100%;
	padding: 0 15px;
}

.o-inp-ti{
    font-size: 15px;
    line-height: 20px;
    /*margin-bottom: 15px;*/
	margin-bottom: 0;
    margin-left: 0;
}

.o-ac-label{
	padding: 20px 25px!important;
	font-size: 17px!important;
	margin-top: 0;
}

.o-form-b .o-bd-t:first-of-type{
	margin-top: 0;
}

.o-form-b{
    width: 69.1%;
	margin-left: 0!important;
}

.o-ad-ob {
    width: 69.1%;
}

.o-bd-t{
	border-top: solid 1px rgba(0,0,0,.3);
}

.o-bd-b{
	border-bottom: solid 1px rgba(0,0,0,.3);
}

.o-en-mb-1{
	margin-bottom: 15px;
}

.o-en-mb-2{
	margin-bottom: 15px;
}

.o-en-mb-3{
	margin-bottom: 25px;
}

.o-en-mb-4{
	margin-bottom: 27px;
}

.o-terms-b{
	margin-bottom: 0;
}

.mb-0{
	margin-bottom: 0;
}

.o-ti-pb-1{
    padding-bottom: 15px;
}

.o-reg-fnt{
    margin-left: 0;
}

.o-fm-ml-1{
    margin-left: 6%;
}

.o-m-btnb{
	padding-top: 242px;
	margin-right: 0;
}

.is-error{
	padding-left: 31.9%;
}

/*ck*/
.o-ck-adj .o-inp-ti{
	margin-bottom: 0;
}

.o-ck-ti{
	margin-left: 0;
	margin-bottom: 0;
}

.o-py-md-1{
	padding-left: 15px!important;
	padding-right: 15px!important;
}

/*ck*/
.o-ac-label-ck{
    padding: 0 0 5px 0!important;
    font-size: 17px!important;
    margin-top: 0;
    color: #595757;
}

.o-comf-stpbtn{
	width: 200px;
	height: 45px;
	margin: 0 0 28px 30.9%;
}
}



@media (min-width: 1025px){

}

@media (min-width: 1100px){
.o-sm-main{
	max-width: 1100px;
	padding: 0 15px;
}
}



@media (min-width: 1200px){

}

