/********************
 accepting_flow
 *******************/
 .o-com-h1{
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.o-main-bk{
    box-sizing: border-box;
    background-size: cover;
    /* height: 46vh; */
    /* min-height: 262px; */
    display: flex;
    justify-content: center;
    align-items: center;
   height: 269px;
}

.webp .o-main-bk{
	background: url(../img/accepting-main-ti-bk-st.webp) no-repeat;
	background-position:top center;
	background-size: cover;
}


.no-webp .o-main-bk{
	background: url(../img/accepting-main-ti-bk-st.jpg) no-repeat;
	background-position:top center;
	background-size: cover;
}

.o-sec-pb-1{
	box-sizing: border-box;
	padding-bottom: 55px;
}

.o-mb-1{
	margin-bottom: 40px;
}

.o-flow-ob{
	width: 100%;
	overflow-x: auto;
}

.o-flow-bk{
	/* background: #fff; */
	box-sizing: border-box;
	padding: 30px 0;
}

.o-orange-bk{
	background: rgba(254,247,234,.8);
}

.o-sec-pt-3{
    box-sizing: border-box;
    padding-top: 50px;
}

.o-flow-ib{
	margin: 5px 0 0 0;
}

.o-flow-h3{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	margin: 0;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom :solid 2px rgba(125,195,130,1);
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.o-maru-b{
	position: relative;
	min-width: 45px;
	box-sizing: border-box;
	padding-top: 6px;
}

.o-flow-txt-ob{
	width: 100%;
	margin-bottom: 30px;
}

.o-num-maru{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	border: solid 3px #7dc382;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
	color: #7dc382;
	background: #fff;
	z-index: 100;
	padding-bottom: 3px;
}

.o-triangle{
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 50px solid rgba(175,216,173,1);
	border-bottom: 0;
	margin: 0 auto;
	margin-top: -7px;
}

.o-flow-pl{
	box-sizing: border-box;
	padding-left: 8px;
	/* padding-bottom: 0; */
}

/*accepting_flow*/
.webp .o-f-img-bk{
	background: url(../img/accepting-flow-bk.webp) no-repeat;
	background-position:bottom center;
	background-size: cover;
}


.no-webp .o-f-img-bk{
	background: url(../img/accepting-flow-bk.jpg) no-repeat;
	background-position:bottom center;
	background-size: cover;
}

.o-flow-1{
    min-width: 720px;
}

.o-day-dl{
	display: flex;
	/* border-bottom: solid 1px #f8b62c; */
	flex-wrap: wrap;
}

.o-day-dl dt,.o-day-dl dd{
	box-sizing: border-box;
	padding-top: 6px;
	padding-bottom: 5px;
	font-weight: 500;
}

.o-day-dl dt{
	background: url(../img/accepting-yaji.svg) no-repeat;
	background-position:center right;
	background-size: cover;
	width: 217px;
	font-size: 17px;
	line-height: 17px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.o-day-dl dd{
	font-size: 16px;
	line-height: 25px;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 0;
}

.o-sec-pb-2{
	padding-bottom: 50px;
}

.o-st-ti{
	display: block;
	width: 90%;
	padding-left: 10px;
}

.o-flw-pt-1{
	padding-top:0;
}





@media (min-width:576px){
.o-main-bk{
    box-sizing: border-box;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 31%;
	height: auto;
}

.webp .o-main-bk{
	background: url(../img/accepting-main-ti-bk.webp) no-repeat;
	background-position:top center;
	background-size: cover;
}


.no-webp .o-main-bk{
	background: url(../img/accepting-main-ti-bk.jpg) no-repeat;
	background-position:top center;
	background-size: cover;
}

.o-flow-txt-ob {
    width: 89%;
    margin-bottom: 0;
}

.o-day-dl dt{
   width: 253px;
}

.o-flow-bk{
    padding: 30px 0;
}

.o-flow-ib{
    justify-content : flex-start;
}

.o-flow-h3{
	display: block;
}

.o-num-maru{
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 3px;
}

.o-st-ti{
	display: inline;
	width: auto;
	padding: 0;
}
}



@media (min-width:768px){
.o-main-bk{
    padding-top: 27%;
}

.o-flow-txt-ob {
    width: 93%;
}

.o-day-dl dt{
   width: 310px;
}

.o-day-dl {
   flex-wrap: nowrap;
   border-bottom: solid 1px #f8b62c;
}

.o-flow-bk{
    padding: 30px 15px 35px 15px;
}

.o-day-dl dt{
	padding: 0;
    padding-left: 10px;
}

.o-sec-pt-1{
    box-sizing: border-box;
    padding-top: 70px;
}
}



@media (min-width:992px){	
.o-main-bk{
   padding-top: 24%;
}

.o-flow-txt-ob {
    width: 95%;
}

.o-day-dl dt{
   width: 217px;
}
}


@media (min-width:1050px){

}

@media (min-width:1101px){

}


@media (min-width:1200px){

}

