@charset "UTF-8";


#main #main-image {
	width: 100%;
	margin: 0 auto 10px auto;
	background: #ecf8fd url('../images/title-back-product-flow.jpg')  -200px 0px no-repeat;
	height: 165px;
	position: relative;
}

#main #main-image h2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	height: 104px;
	margin: auto;
	text-align: center;
	border: 4px double #2368c6;
}

#main #main-image h2 img {
	display: inline-block;
	margin-top: 30px;
}


#main #main-title {
	width: 100%;
	margin: 0 auto 70px auto;
}

#main #main-title h3 {
	font-size: 1.1rem;
	text-align: center;
	line-height: 32px;
	color: #2368c6;
}

#main #main-title h3 img {
	margin-right: 15px;
	vertical-align: top;
}

#main #product-flow {
	width: 100%;
	margin: 0 auto 0 auto;
}

#main #product-flow>ul {
	list-style-type: none;
	margin: 0 auto;
	width: 280px;
}

#main #product-flow>ul>li {
	margin: 0 0 10px 0;
	position: relative;
}

#main #product-flow>ul>li:last-child {
	margin-bottom: 30px;
}

#main #product-flow>ul>li>h4 {
	position: absolute;
	left: 0;
	right: 0;
	top: -1.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main #product-flow>ul>li>h4>span {
	color: #00adef;
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	background-color: #f8eacd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
	font-size: .95rem;
}

#main #product-flow>ul>li>div {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	border: 1px solid #00adef;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	border-radius: 12px;
}

#main #product-flow>ul>li>div>p {
	margin: 60px auto 40px auto;
	padding: 0;
	width: auto;
	font-size: .85rem;
	text-align: left;
}

#main #product-flow>ul>li:nth-child(4)>div>p, 
#main #product-flow>ul>li:nth-child(5)>div>p {
		margin: 80px auto 40px auto;
}

#main #product-flow>ul>li>div>p>br.pc {
	display: none;
}

#main #product-flow>ul>li::after {
	content: '';
	/* position: absolute;
	bottom: -48px;
	left: 270px; */
	display: block;
	margin: 10px auto 0 auto;
	width: 0;
	height: 0;
	border-top: 20px solid #00adef;
	border-right: 25px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid transparent;
}

#main #product-flow>ul>li:last-child::after {
	content: none;
}

#tori-step1 {
	position: absolute;
	left: 190px;
	top: 10px;
}

#tori-step2 {
	position: absolute;
	left: -10px;
	bottom: 30px;
}

#tori-step3 {
	position: absolute;
	right: -10px;
	bottom: 30px;
}

#tori-step4 {
	position: absolute;
	left: 0;
	top: 32px;
}

#tori-step5 {
	position: absolute;
	left: 230px;
	top: 30px;
}

#tori-step6 {
	position: absolute;
	left: -10px;
	bottom: 30px;
}

#tori-step7 {
	position: absolute;
	right: -10px;
	bottom: -20px;
}


#main #our-vow {
	width: 280px;
	margin: 0 auto 30px auto;
	position: relative;
}

#main h3 {
	color: #2368c6;
	margin: 0 0 15px 0;
}

#main h3.mark:before {
	content: '❖ ';
}

#main h3.mark:after {
	content: '  ❖';
}

#main section>ul.circle {
	margin: 0 10px 10px 20px;
}

#main section>ul.circle>li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 8px 10px;
	font-size: .85rem;
}

#main section>ul.circle>li:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #00adef;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	left: -10px;
	top: 6px;
	vertical-align: top;
}

#main section>ul.circle>li>br.sp320 {

}





/* スマホ用 */
@media print, screen and (min-width:360px) {

	#main #main-image {
		width: 360px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-product-flow.jpg')  -200px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #main-image h2 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 322px;
		height: 104px;
		margin: auto;
		text-align: center;
		border: 4px double #2368c6;
	}
	
	#main #main-title {
		width: 320px;
		margin: 0 auto 70px auto;
	}
	
	#main #product-flow>ul {
		list-style-type: none;
		margin: 0 auto;
		width: 320px;
	}
	
	#tori-step1 {
		position: absolute;
		left: 210px;
		top: 10px;
	}
	
	#tori-step4 {
		position: absolute;
		left: 15px;
		top: 30px;
	}
	
	#tori-step5 {
		position: absolute;
		left: 250px;
		top: 30px;
	}
	
	#main #our-vow {
		width: 320px;
		margin: 0 auto 30px auto;
		position: relative;
	}
	
	#main section>ul.circle>li>br.sp320 {
		display: none;
	}


}

/* タブレット用 */
@media print, screen and (min-width:600px) {

	#main #main-image {
		width: 600px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-product-flow.jpg')  0px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #main-title {
		width: 580px;
		margin: 0 auto 70px auto;
	}
	
	#main #product-flow {
		width: 580px;
		margin: 0 auto 0 auto;
	}
	
	#main #product-flow>ul {
		list-style-type: none;
		margin: 0 auto;
		width: 580px;
	}
	
	#main #product-flow>ul>li {
		margin: 0 0 60px 0;
		position: relative;
	}
	
	#main #product-flow>ul>li>h4>span {
		color: #00adef;
		display: inline-block;
		margin: 0;
		padding: 10px 20px;
		background-color: #f8eacd;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		text-align: center;
	}
	
	#main #product-flow>ul>li>h4>span>br.sp {
		display: none;
	}
	
	#main #product-flow>ul>li>div {
		margin: 0 0 0 0;
		padding: 0 0 0 20px;
		border: 1px solid #00adef;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
	
	#main #product-flow>ul>li>div>p {
		margin: 40px auto;
		padding: 0;
		width: 31rem;
		font-size: .85rem;
		text-align: center;
	}
	
	#main #product-flow>ul>li:nth-child(1)>div>p, 
	#main #product-flow>ul>li:nth-child(2)>div>p, 
	#main #product-flow>ul>li:nth-child(3)>div>p {
		text-align: left;
	}
	
	#main #product-flow>ul>li:nth-child(4)>div>p, 
	#main #product-flow>ul>li:nth-child(5)>div>p {
		margin: 40px auto;
	}

	#main #product-flow>ul>li::after {
		content: '';
		position: absolute;
		bottom: -48px;
		left: 270px;
		display: inline;
		margin: 0;
		width: 0;
		height: 0;
		border-top: 20px solid #00adef;
		border-right: 25px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 25px solid transparent;
	}
	
	#tori-step1 {
		position: absolute;
		left: 378px;
		top: -10px;
	}
	
	#tori-step2 {
		position: absolute;
		left: -10px;
		bottom: -20px;
	}
	
	#tori-step3 {
		position: absolute;
		right: -10px;
		bottom: -20px;
	}
	
	#tori-step4 {
		position: absolute;
		left: 12px;
		top: -10px;
	}
	
	#tori-step5 {
		position: absolute;
		left: 488px;
		top: -10px;
	}
	
	#tori-step6 {
		position: absolute;
		left: -10px;
		bottom: -20px;
	}
	
	#main #our-vow {
		width: 580px;
		margin: 0 auto 30px auto;
		position: relative;
	}
	
	#main section>ul.circle {
		margin: 0 0 10px 20px;
	}
	
	#main section>ul.circle>li {
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 10px;
		font-size: .85rem;
	}
	

}

/* PC用 */
@media print, screen and (min-width:1000px) {

	#main #main-image {
		width: 1000px;
		margin: 0 auto 10px auto;
		background: #ecf8fd url('../images/title-back-product-flow.jpg')  0px 0px no-repeat;
		height: 165px;
		position: relative;
	}
	
	#main #main-title {
		width: 920px;
		margin: 0 auto 70px auto;
	}
	
	#main #product-flow {
		width: 950px;
		margin: 0 auto 0 auto;
	}
	
	#main #product-flow>ul {
		list-style-type: none;
		margin: 0 auto;
		width: 774px;
	}
	
	#main #product-flow>ul>li>div {
		margin: 0 0 0 0;
		padding: 0 0 0 30px;
		border: 1px solid #00adef;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
	
	#main #product-flow>ul>li>div>p {
		margin: 40px auto;
		padding: 0;
		width: auto;
		font-size: .85rem;
		text-align: center;
	}
	
	#main #product-flow>ul>li:nth-child(1)>div>p, 
	#main #product-flow>ul>li:nth-child(2)>div>p, 
	#main #product-flow>ul>li:nth-child(3)>div>p {
		text-align: left;
		width: 35rem;
	}
	
	#main #product-flow>ul>li>div>p>br.pc {
		display: block;
	}
	
	#main #product-flow>ul>li::after {
		content: '';
		position: absolute;
		bottom: -48px;
		left: 360px;
		width: 0;
		height: 0;
		border-top: 20px solid #00adef;
		border-right: 25px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 25px solid transparent;
	}
	
	#tori-step1 {
		position: absolute;
		left: 478px;
		top: -10px;
	}
	
	#tori-step4 {
		position: absolute;
		left: 110px;
		top: -10px;
	}
	
	#tori-step5 {
		position: absolute;
		left: 588px;
		top: -10px;
	}
	
	#main #our-vow {
		width: 920px;
		margin: 0 auto 30px auto;
		position: relative;
	}
	
	#main section>ul.circle>li {
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 60px;
		font-size: .85rem;
	}
	
	











}
