@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

/* --------------------------------
	reset
-------------------------------- */
#main p {
	font-size: 106.71%;
}
#main img {
	margin: 20px 0;
}

/* --------------------------------
	#product-block
-------------------------------- */
.product-block {
/* 	text-align: center; */
}
.product-block .sub-desc-title {
	font-size: 148.71%;
	text-align: center;
	padding: 14px 0;
	margin: 20px 0 10px;
	border-bottom: 2px solid #3887ab;
	font-weight: bold;
	font-family: "I-OTFゴシックオールドPro D","IwaOGoPro-Db";
}
.send {
	background-color: #3887ab;
	color: #fff;
	padding: 5px 8px;
}
.gray {
	background-color: #efefef;
	padding: 10px;
	margin: 10px 0;
}
/* --------------------------------
	#product-list-block
-------------------------------- */
.product-list-block {
	margin-top: 40px;
}
.product-list-block img {
	margin: 0 auto 20px !important;
}

/* --------------------------------
	#flow-title-block
-------------------------------- */
.flow-title-block {
	background-color: #d7e7ee;
	padding: 16px;
	margin-bottom: 10px;
}
.step { text-align: left; margin-bottom: 10px; }
.flow-count {
	background-color: #3887ab;
	color: #fff;
	font-size: 118.71%;
	padding: 6px 20px;
	display: inline-table;

	-moz-border-radius: 1.4em;
	-webkit-border-radius: 1.4em;
	-o-border-radius: 1.4em;
	-ms-border-radius: 1.4em;	
    border-radius: 1.4em;
    -webkit-transform: translateZ(0);
}
.flow-title-block .flow-title {
	font-size: 148.71%;
	margin-top: 10px;
	font-family: "I-OTFゴシックオールドPro D","IwaOGoPro-Db";
}
.arrow {
	width: 30px;
}

/* --------------------------------
	.green-btn
-------------------------------- */
.green-btn a {
	display: block;
	background-color: #35b16c;
	padding: 26px 10px;
	font-size: 148.71%;
	text-align: center;
	color: #fff;
	font-family: "I-OTFゴシックオールドPro D","IwaOGoPro-Db";
}
.green-btn a:hover {
	background-color: #0b7b2e;
	color: #fff;
}


/* PC SIZE */
@media screen and (min-width: 980px){
	/* --------------------------------
		.product-list-block
	-------------------------------- */
	.product-list-block div {
		width: 590px;
	}
	.product-list-block div:first-child {
		width: 360px;
		float: left;
		margin-right: 30px;
	}
	.product-list-block div {
		display: inline-table;
	}
}

/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
	.send-desc {
		line-height: 2.4;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 350px){
}
