/* other-title ==================================================================== */
#other-title {
	margin: 0 auto;
	width: 1000px;
}
#other-title #other-title-inner {
	padding: 60px 0 20px;
}
#other-title #other-title-inner .other-title-h {
	font-size: 60px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
#other-title #other-title-inner .other-title-sub {
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

/* main-title ==================================================================== */
.shoplist {
	overflow: hidden;
	border-bottom: dotted 1px #bcbcbc;
	margin: 0 30px;
}
.shoplist:last-child {
	margin-bottom: 20px;
}
.shoplist dt {
	position: relative;
	float: left;
	width: 16em;
	font-size: 15px;
	font-weight: normal;
	padding: 15px 15px 15px 30px;
}
.shoplist dt:before {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -0.6em;
}
.shoplist dd {
	margin-left: 20em;
	font-size: 15px;
	padding: 15px;
}

/* step-box */
.shop-box01{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.shop-box01 li{
	float: left;
	width: 300px;
	margin-right: 20px;
}
.shop-box01 li:nth-child(3n) {
	margin-right: 0;
}
.shop-box01 ul.ryugetsu-list{
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.shop-box01 ul.ryugetsu-list li{
	margin-bottom: 5px;
	list-style: disc;
	list-style-position: outside;
	margin-left: 24px;
	line-height: 1.4;
	font-size: 13px;
}

/* support ==================================================================== */
.support-box {
	background: #f1f1f1;
	padding: 50px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
.support-box h3 {
	font-size: 18px;
	font-weight: normal;
}
.support-box .time {
	font-size: 14px;
	margin-bottom: 5px;
}
.support-box .tel {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.support-box .company {
	font-size: 14px;
}
.support-box .info-txt {
	font-size: 13px;
	margin-top: -10px;
}

/* regular ==================================================================== */
.regular-img{
	text-align: center;
	margin: 0 0 30px;
}
.regular-box01{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.regular-box01 .txt-box{
	padding: 10px;
	margin-bottom: 10px;
}
.regular-box01 .txt-box02{
	padding: 10px;
}
.regular-box02{
	margin-top: 30px;
}
.regular-box02 .btn-box {
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.regular-box02 .btn-box .copy-box02 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
/* other-title ==================================================================== */
#other-title {
	padding-top: 20px;
	width: auto;
}
#other-title #other-title-inner {
	padding: 0;
}
#other-title #other-title-inner .other-title-h {
	font-size: 34px;
	margin-bottom: 5px;
}
#other-title #other-title-inner .other-title-sub {
	font-size: 14px;
}

/* main-title ==================================================================== */
.shoplist {
	margin: 0;
}
.shoplist:last-child {
	margin-bottom: 40px;
}
.shoplist dt {
	float: none;
	width: auto;
	font-size: 14px;
	padding: 10px 10px 5px 30px;
}
.shoplist dt:before {
	margin-top: -0.5em;
}
.shoplist dd {
	margin-left: 0;
	font-size: 13px;
	padding: 0 10px 10px;
}

/* step-box */
.shop-box01{
	width: auto;
	margin: 0 auto 40px;
	overflow: hidden;
}
.shop-box01 li{
	float: none;
	width: auto;
	margin: 0;
}
.shop-box01 ul.ryugetsu-list{
	padding: 10px;
	margin-bottom: 5px;
}
.shop-box01 ul.ryugetsu-list li{
	margin-bottom: 0;
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 12px;
	width: 100%;
}

/* support ==================================================================== */
.support-box {
	padding: 15px;
	margin-bottom: 30px;
}
.support-box h3 {
	font-size: 16px;
}
.support-box .time {
	font-size: 13px;
}
.support-box .tel {
	font-size: 22px;
	margin-bottom: 5px;
}
.support-box .company {
	font-size: 13px;
}
.support-box .info-txt {
	font-size: 12px;
	margin-top: 0;
}

/* regular ==================================================================== */
.regular-img{
	padding: 0 15%;
	margin: 0 0 15px;
}
.regular-box01{
	width: auto;
	margin: 0 auto;
	overflow: hidden;
}
.regular-box01 .txt-box{
	padding: 10px;
	margin-bottom: 10px;
}
.regular-box01 .txt-box02{
	padding: 10px;
}
.regular-box02{
	margin-top: 0;
	margin-bottom: 10px;
}
.regular-box02 .btn-box {
	width: auto;
}
.regular-box02 .btn-box .copy-box02 {
	margin-bottom: 5px;
	font-size: 15px;
}

}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
}

