.help-main_wrap{
	color: #313f52;
	font-size:0;
	margin-left: 5px;
}
.help-main_wrap h1{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
	clear: both;
	margin: 8px 0;
	display: block;
}
.help-main_title{
	font-size: 18px;
	font-weight: bold;
	color: #313f52;
	display: block;
}
.help-sub_title{
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #313f52;
}
.help-main_wrap h2 {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	padding: 10px 0;
	display: block;
	position: relative;
}
.help-main_wrap h2 span{
	padding-left: 16px;
}
.help-main_wrap h2 span:before {
	content: "";
	position: absolute;
	background: #313f52;
	top: 16px;
	left: 0;
	height: 11px;
	width: 11px;
	border-radius: 300px;
}
.help-main_wrap h3 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	padding: 10px 8px;
	display: block;
}
.help-main_wrap h4 {
	font-size: 14px;
	clear: both;
	padding: 8px;
	display: block;
}
.help-main_wrap h4 span{
	font-size: 14px;
	font-weight: bold;
}
.help-newmark{
	padding-left: 4px;
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	letter-spacing: -1px;
}
/*アンカー*/
.help-anchor_wrap{
	padding: 10px 8px;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}
.help-anchor_wrap li{
	list-style: none;
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}
.help-anchor_wrap li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	border: 5px solid transparent;
	border-left: 8px solid #313f52;
}
.help-anchor_wrap a{
	display:inline-block;
	font-size:14px;
	color: #06f !important;
}

/*順番*/
.help-number_wrap{
	padding: 0 20px 10px;
	margin: 0 4px;
}
.help-number_wrap li{
	list-style-type: decimal;
	padding-bottom:4px;
	font-size:14px;
}
.help-number_wrap a{
	display:inline;
}
.help-number_wrap img{
	width:100%;
	margin:8px auto 16px;
	max-width: max-content;
}
.help-dot_wrap{
	padding: 0 10px 10px;
}
.help-dot_wrap li{
	list-style: inside;
	padding-bottom:8px;
	font-size:14px;
}
.help-dot_wrap a{
	display:inline;
	color: #06f !important;
}
.help-main_wrap p{
	font-size:14px;
	padding: 0 8px 8px;
}
.help-main_wrap p a{
	display:inline;
	color: #06f !important;
}
.help-text_note{
	font-size:14px;
	color:#717171;
}
.help-text_warning{
	font-size:14px;
	color:#f00;
}
.help-btn_wrap{
	margin: 16px 0;
}
.help-btn_wrap a{
	width: 50%;
	margin: 0 auto;
	color: #313f52!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 32px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e6e6e6;
	position: relative;
}
.help-btn_wrap a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 10;
}
.help-prevbtn_wrap{
	margin:32px 0;
}
.help-prevbtn_wrap a{
	width: 50%;
	margin: 0 auto;
	color: #313f52!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 32px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e6e6e6;
	position: relative;
}
.help-prevbtn_wrap a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(225deg) !important;
	-webkit-transform: rotate(225deg) !important;
	-moz-transform: rotate(225deg) !important;
	-o-transform: rotate(225deg) !important;
	-ms-transform: rotate(225deg) !important;
	z-index: 10;
}
.help-greenbtn_wrap{
	margin:32px 0;
}
.help-greenbtn_wrap a{
	width: 50%;
	margin: 0 auto;
	color: #fff!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 32px;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #8FC31F;
	position: relative;
}
.help-greenbtn_wrap a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	z-index: 10;
}
.help-img_wrap{
	max-width: 400px;
	padding:0 8px 10px;
	margin: 0 auto;
	text-align: center;
}
.help-img_wrap img{
	width:100%;
	max-width: max-content;
}
.help-img_s_wrap {
	max-width: 300px;
	padding:0 8px 10px;
	margin: 0 auto;
	text-align: center;
}
.help-img_s_wrap img {
	width:100%;
	max-width: max-content;
}
.help-img_m_wrap {
	max-width: 650px;
	padding:0 8px 10px;
	margin: 0 auto;
	text-align: center;
}
.help-img_m_wrap img {
	width:100%;
	max-width: max-content;
}
.help-img_l_wrap {
	padding:0 8px 10px;
	margin: 0 auto;
	text-align: center;
}
.help-img_l_wrap img{
	width:100%;
	max-width: max-content;
}
.help-hide{
	display:none;
}
.help-pc_hide{
	display:none;
}
.help-pc_show{
	display:block!important;
}
/*横並び　help_rentaapp*/
.help-side_wrap{
	padding:0 8px 8px;
}
.help-side_wrap img{
	height: 40px;
	vertical-align: middle;
}
.help-side_wrap span{
	font-size:12px;
	vertical-align: middle;
	padding-left: 10px;
}
.help-table_wrap{
	font-size: 0;
	padding: 0 8px;
}
.help-table_wrap .help-side_wrap{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
}
/*色指定*/
.help-color_red{
	color: red;
}
/*太字指定*/
.help-font_bold{
	font-weight: bold;
}
/*「役に立ちましたか」部分*/
div #facility_q{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
hr{
	height: 1px;
	background: #e6e6e6;
	border: none;
}

/*help_kessai*/
.help-payment_logo {
	margin: 0 16px 16px;
}
.help-payment_logo img {
	height: 50px;
}
.help-payment_multiple {
	margin-bottom: 6px;
}
.help-payment_multiple img {
	height: 28px;
	display: inline-block;
}

/*スライド枠*/
.help-main_wrap .swiper{
	padding: 0 16px!important;
}
.help-main_wrap .swiper-container-horizontal>.swiper-pagination-bullets,
.help-main_wrap .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
}
.help-main_wrap .swiper-slide img{
	width:100%;
}
.help-main_wrap .swiper-pagination-bullet-active {
	background: #919191;
}
.help-main_wrap .swiper-pagination-bullet {
	 margin:0 8px;
}
.help-main_wrap .swiper-pagination {
	display: block;
	margin: 8px 0;
	position: relative;
}
.help-main_wrap .swiper_text{
	font-size: 14px;
	padding: 8px 4px;
	height: 40px;
	line-height: 19px;
}

/*ブラウザ版レンタURL*/
.help-linkcopy_wrap{
	text-align:center;
	margin: 16px 8px 24px;
}
.help-linkcopy_text{
	font-size: 14px;
	font-weight: bold;
}
.help-link{
	font-weight: bold;
	font-size: 14px;
	padding: 16px;
	border-radius: 10px;
	border: 2px solid #ccc;
	max-width: 280px;
	margin: 4px auto;
}

.help-appImg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 16px;
}
.help-appImg a {
    width: 50%;
    max-width: 130px;
}
.help-appImg img {
    width: 100%;
}
