body {
	color: #2c2c2c;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.head-titles {
	text-align: left;
	margin-left: 5%;
}

.flow-box-list {
	display: inline-block;
	position: relative;
	width:100%;
	text-align: center;
	top: 0;
	margin: 20px auto;
}
.flow-box-list .flow-box1{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: #f1f1f1;
	border-radius: 4px;
	width: 45%;
	margin: 2px 4px;
	height: 100%;
	padding: 8px 0px;
}
.flow-box1 .step{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: rgb(64,148,255);
	color: white;
	border-radius: 3px;
	height: 40px;
	width: 17%;
	padding-top: 15px;
}
.txt-bold10 {
	font-size: 10px;
	font-weight: bold;
}
.txt-bold16 {
	font-size: 16px;
	font-weight: bold;
}
.flow-box1 .txt-box {
	display: inline-block;
	position: relative;
	margin: 0px 2px;
	width: 67%;
	font-size: 10px;
}
.flow-box1 .arrow {
	color: rgb(64,148,255);
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
}


/* slick.js対応のため */
* {
	min-height: 0;
	min-width : 0;
}

h2{
	font-size: 18px;
}

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



/* 背景 */
.bg {
	background-color: #e5f5ff;
	padding: 5px;
	text-align: center;
}
/* 線 */
.hline {
	border: 1px solid rgb(64,148,255);
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.blue {
	color: rgb(64,148,255);
}
.gray {
	color: #c1c1c1;
}

.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}

.padding1 {
	height: 1em;
}


.box1 {
	display: inline-block;
	text-align: center;
	width: 95%;
	margin: 2%;
}

.box1 .blue-box {
	display: inline-block;
	vertical-align: middle;
	background-color: rgb(64,148,255);
	border: rgb(64,148,255) 1px solid;
	color: white;
	text-align: center;
	padding: 5px 5px;
	height: 70px;
	width: 100%;
}
.box1 .txt-white-frame{
	border: white 1px solid;
	padding: 2px 0px;
	width: 20%;
	margin: 10px auto;
}

.box1 .gray-box {
	display: inline-block;
	position: relative;
	background-color: white;
	border: #f1f1f1 1px solid;
	text-align: center;
	padding: 5px 5px;
	font-size: 10px;
	width: 100%;
}
.gray-box .txt-box2 {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 10px auto;
}
.txt-box2 .inner-left{
	display: inline-block;
	position: relative;
	text-align: left;
}
.box1 .gray-box .txt-box2 .blue-num{
	background-color: white;
	color: rgb(64,148,255);
}

.box1 .gray-box .img-box {
	text-align: center;
	background-color: #c1c1c1;
	width: 200px;
	height: 120px;
	margin: 10px auto;
}

.box1 .gray-box .img-box-variable {
	border: 1px solid #dcdcdc;
	text-align: center;
	width: 200px;
	margin: 10px auto;
}

.box1 .gray-box .img-box-variable img {
	vertical-align: bottom;
}

.gray-box a{
	background-color: rgb(64,148,255);
	color: white;
	padding: 10px 20px;
	border-radius: 15px;
	text-decoration: none;
}

p.indentback{
	text-indent: -1em;
	padding-left: 1em;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.shop-back-btn-area {
	position: relative;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

.shop-back-btn {
	position: relative;
	display: inline-block;
	margin: 50px auto;
	text-align: center;
}
.shop-back-btn a:hover.over {
	opacity: 0.6;
}
.shop-back-btn a {
	position: relative;
	display: inline-block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: rgb(64,148,255);
	border-radius: 10px;
	text-decoration: none;
}
.shop-back-btn a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
