@charset "utf-8";
/*-----------------------------------------------------
	style-simpleib.css
	
	シンプルインバスケットとは
------------------------------------------------------*/
section p{
	line-height: 1.8;
	margin-bottom: 3rem;
}
section{
	margin-bottom: 100px;
}
/*シンプルインバスケットとは*/
section#secSimpleibAbout {
	margin-bottom: 0;
}
/*ポイント*/
	ul.simplePoint li {
		font-size: 1.8rem;
		line-height: 1.8;
	}

/*申込の流れ*/
section#secSimpleibFlow ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
section#secSimpleibFlow ul li {
	font-size: 2rem;
	padding: 5px 10px;
	display: block;
}
section#secSimpleibFlow ul li img {
	margin-right: 10px;
}
section#secSimpleibFlow ul li:after {
	content:url("../images/arrow08.png");
	vertical-align: middle;
	padding-left: 15px;
}
section#secSimpleibFlow ul li:last-child:after {
	content: none;
}
	p.day3 {
		border: 1px solid #0071BC;
		padding: 5px 10px;
		display: inline-block;
	}

/*注意*/
section#secSimpleibCaution {
	margin-bottom: 50px;
}
section#secSimpleibCaution div.cautionBox {
	margin: 0;
	padding: 15px;
	background: #F3FBFF;	
}
section#secSimpleibCaution div.cautionBox h3 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
section#secSimpleibCaution div.cautionBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*サポートデスクについて*/
table#tbl-support th {
	font-weight: normal;
}
table#tbl-support td,table#tbl-support th {
	padding: 10px;
	border: 1px solid #CFCFCF;
}
table#tbl-support ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

	
/*PC画面レイアウト調整*/
@media (max-width: 1170px) {

}


/*-----------------------------------------------------
	For tablet
------------------------------------------------------*/
@media (max-width: 768px) {
	/*申込の流れ*/
	section#secSimpleibFlow ul {
		margin-left: 20px;
	}
	section#secSimpleibFlow ul li{
		width: 100%;
		padding-bottom: 60px;
		position: relative;		
	}
	section#secSimpleibFlow ul li::after {
		position: absolute;
		left:70px;
		top:70px;
		transform:rotate(90deg);
	}
}

/*-----------------------------------------------------
	For sp
------------------------------------------------------*/
@media (max-width: 428px) {
	section{
	margin-bottom: 60px;
	}
	
	
}
@media (max-width: 320px) {
	
}




