@charset "utf-8";
html{
	background-position: 50% -670px;
	/* background-size: 375px; */
}

@keyframes catch {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  100% {
    bottom: 40px;
    opacity: 1;
  }
}

@keyframes catchSP {
  0% {
    bottom: -140px;
    opacity: 0;
  }
  100% {
    bottom: -110px;
    opacity: 1;
  }
}


.mainv_page_photo{
	background-image: url(../img/oneday/mainv-v2.jpg);
}

.oneday{
    margin: 0 0 100px;
}
.oneday_inner{
    /* padding: 99px 0 0; */
}

/*.oneday_list_box{
	position: relative;
	z-index: 1;
}
.oneday_list_box:before{
	content: "";
	z-index: 1;
	position: absolute;
	position: absolute;
	background: url(../img/oneday/line2.png) 0 0 repeat-x;
	height: 2px;
	width: 10%;
	top: 31px;
	left: 50%;
}

.oneday_list_l{
	width: 50%;
	float: left;
	position: relative;
	z-index: 1;
}
.oneday_list_l:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/oneday/line2.png) 0 0 repeat-x;
	height: 2px;
	bottom: 0;
	left: 29px;
	right: 0;
}
.oneday_list_l:after{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/oneday/line.png) 0 0 repeat-y;
	width: 3px;
	top: 31px;
	bottom: 0;
	right: 0;
}

.oneday_list_r{
	width: 44%;
	float: right;
	position: relative;
	z-index: 1;
}


.oneday_list li{
	position: relative;
	z-index: 1;
	padding: 17px 15px 42px 95px;
	min-height: 125px;
}
.oneday_list li:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/oneday/line.png) 0 0 repeat-y;
	width: 2px;
	top:0;
	bottom: 0;
	left: 31px;
}
.oneday_list_r li:last-child:before{
	display: none;
}

.oneday_list_icon{
    position:  absolute;
    z-index:  5;
    top: 0;
    left:  0;
    transform: rotate(-720deg);

    transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
}
.oneday_list_time{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
    letter-spacing: 0;
}

.oneday_list_time small{
	font-size: 11px;
	white-space: nowrap;
	display: inline-block;
}

.oneday_list_time span{display:  inline-block;letter-spacing: 1px;margin: 0 3px 0 0;}
.oneday_list_naiyou{
    letter-spacing: 0;
}


.inview_box_on .oneday_list_icon{
	transform: rotate(0deg);
}
*/

.oneday_list{}
.oneday_list li{
    float: left;
    width: 26.4%;
    /* text-align: center; */
    font-size: 16px;
    margin: 0 0 0 10.4%;
    padding: 0 0 63px;
    letter-spacing: 0px;
}
.oneday_list li:nth-child(4n+1){
    margin-left: 0;
}
.oneday_list_img{
    margin: 0 0 13px;
    position: relative;
    z-index: 1;
}
.oneday_list_img img{
    position: relative;
    z-index: 5;
}
/* .oneday_list_img:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: #dfe8ed;
    width: 43%;
    height: 22px;
    top:0;
    left: 100%;
    bottom: 0;
    margin: auto;
} */

.arrow-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 115%;
  border-left: 30px solid #dfe8ed;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
}

.arrow-left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 115%;
  border-right: 30px solid #dfe8ed;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
}

.arrow-down:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #dfe8ed;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent; 
}

.oneday_list_m{
    position: relative;
    z-index: 5;
    /* font-size: 16px; */
}
.oneday_list_text{
    position: relative;
    z-index: 5;
    font-size: 13px;
    word-break: normal;
}

.oneday_list2 li{
    float: right;
    margin: 0 10.4% 0 0;
}
.oneday_list li:nth-child(4n+1){
    margin-right: 0;
}


/* .oneday_list2 .oneday_list_img:before{
    right: 100%;
    left: auto;
} */


/* .oneday_list li:last-child .oneday_list_img:before{
width: 22px;
height: 200px;
top:100%;
right: 0;
left: 0;
bottom: auto;
} */

.end .oneday_list_img:before{
    display: none;
}




/*----------------------------------------------------------*/


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
/*@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {*/
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {

	.oneday{
    margin: 0 0 35px;
    padding-top: 24px;
}
	.oneday_inner{}

/*	.oneday_list_box{
    margin: 0 6%;
}
	.oneday_list_box:before{
    display: none;
}

	.oneday_list_l{
    float:  none;
    width:  auto;
}
	.oneday_list_l:before{
    display: none;
}
	.oneday_list_l:after{
    display: none;
}

	.oneday_list_r{
    float: none;
    width: auto;
}


	.oneday_list li{}
	.oneday_list li:before{
    background-size:  1px auto;
}
	.oneday_list_r li:last-child:before{}

	.oneday_list_icon{}
	.oneday_list_time{
    font-size:  13px;
}

	.oneday_list_time small{}

	.oneday_list_time span{}
	.oneday_list_naiyou{
    font-size:  12px;
}
	.oneday_list_naiyou br{
		display: none;
	}
*/


    .oneday_list{}
    .oneday_list li{
    float: none;
    width: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: left;
    padding: 0 0 0 97px;
    margin: 0 0 7px;
    min-height: 88px;
    font-size: 14px;
}
    .oneday_list li:nth-child(4n+1){}
    .oneday_list_img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 80px;
}
    .oneday_list_img img{}
    .oneday_list_img:before{
    display: none;
}

    .oneday_list_m{
    /* display: inline; */
}
    .oneday_list_text{
    /* display: inline; */
    font-size: 13px;
}
    .oneday_list2 li{}
    .oneday_list li:nth-child(4n+1){}
    .oneday_list2 .oneday_list_img:before{}
    .oneday_list li:last-child .oneday_list_img:before{}
    .end .oneday_list_img:before{}

}
