@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
		
/*********** 共通・背景 *************/

.position_bg01 {
	background-image: url("../../position/images/sp_position_bg01.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 40px;
}


/*********** ↑共通・背景 *************/



	

.position_01-bg {
	margin-top: 80px;
	padding: 40px 0;
}

.position_01-wrap li:nth-child(1) {
	width: 100%;
	margin-top: 20px;
	order: 2;
}

.position_01-wrap li:nth-child(2) {
	width: 100%;
	margin-top: -80px;
	order: 1;
}

.position_03-copy {
	padding-top: 40px;
}

.position_03-copy li {
	width: 100%;
}

.position_03-copy .txt-head {
	text-align: justify;
}

.position_03-copy .txt-lead {
	margin-top: 20px;
}

.position_03-wrap {
	margin-top: 30px;
}

.position_04-wrap {
	margin-top: 30px;
}

.position_04-wrap li:nth-child(1) {
	width: 100%;
}

.position_04-wrap li:nth-child(2) {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}

dl.position_05 {
	width: 48.53%;
}

.position_05 dd {
	font-size: 1.4rem;
}

.position_05 .min {
	top: 5px;
	right: auto;
	left: 5px;
	width: 50px;
}

dl.position_06 {
	width: 48.53%;
	margin-left: 0;
	margin-top: 0;
}

.position_06 dd {
	font-size: 1.4rem;
}

.position_06 .min {
	top: 5px;
	left: 5px;
	width: 50px;
}


.position_07-bg {
	padding: 40px 0;
}


.position_07-wrap li:nth-child(1) {
	width: 100%;
}

.position_07-wrap li:nth-child(2) {
	width: 100%;
	margin-top: 30px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.position_03-wrap .scroll-box div img {
  min-width:900px;
}


	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	
	
	
	
	
	

	
	
	
}








