@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@600&display=swap');


* {
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong {
font-weight: bold;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*base*/
html {
	font-size: 62.5%;
}
body {
	background: #ffffff;
	text-align: left;
	color: #333;
	font-size: 1.6rem;
	font-family:'Noto Sans JP', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	width: 100%;
}

p {
	font-size: 1.8rem;
	line-height: 2.1;
}
h2 {
	line-height: 1.3;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}

#help .request-btn {
	margin-left: 4rem;
}

#help .btn_conversion a,
.link_banner {
	transition: 0.3s;
}
#help .btn_conversion a:hover {
	transform: scale(1.07);
	opacity: 0.85;
}
.link_banner:hover {
	opacity: 0.7;
}

#help .request-btn a {
	background: #e50012;
	padding: 1rem 0 1.25rem;
	width: 24rem;
	border-radius: 4rem;
	color: #fff;
	margin-bottom: 0.75rem;
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	transition: 0.5s ease;
	border: 4px solid #e50012;;
	font-size: 2rem;
}

#help .request-btn a:hover {
	background: #fff;
	color: #e50012;
	border: 4px solid #e50012;;
}

#help .request-btn a::before {
	position: absolute;
	content: "";
	background: url(../images/icon-nav01.png) no-repeat;
	width: 21px;
	height: 26px;
	top: 16px;
	left: 20px;
}

#help .request-btn a:hover::before {
	background: url(../images/icon-nav01_hover.png) no-repeat;
}
#help .pc-nav {
	display: flex;
	align-items: center;
}
#help nav ul {
	display: flex;
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px 2.5px;
	margin: 20px auto 0;
	box-sizing: border-box;
}
#help nav ul li:last-child {
	margin-left: auto;
}
#help .tab ul li a {
	position: relative;
	width: 27rem;
	padding: 6rem 1.5rem 0;
	text-align: center;
	font-size: 2.3rem;
	border-radius: 10px 10px 0 0;
	background: #fff;
	box-sizing: border-box;
	font-weight: bold;
	display: block;
	line-height: 1.4;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#help .tab ul li a::before {
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
#help .sec01 {
	margin: 60px auto 100px;
}
#help .sec01 h2,
#help .sec04 h2 {
	font-size: 4.8rem;
	font-weight: 900;
	position: relative;
	display: inline-block;
	padding: 0 20px 0 45px;
}
#help .sec01 h2 span {
	color: #e50012;
}
#help .sec01 h2::before,
#help .sec01 h2::after,
#help .sec04 h2::before,
#help .sec04 h2::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	background: #333;
}
#help .sec01 h2::before,
#help .sec04 h2::before {
	transform: rotate(-21deg);
	left: 0;
	top: 0;
}
#help .sec01 h2::after,
#help .sec04 h2::after {
	transform: rotate(21deg);
	right: 0;
	top: 0;
}
#help .sec01 .box {
	max-width: 960px;
	padding: 30px 2.29% 15px 3.12%;
	margin: 30px auto 60px;
	border: 3px solid #333;
	border-radius: 30px;
	background: -moz-linear-gradient(top, #fff, #f0ffcc);
	background: -webkit-linear-gradient(top, #fff, #f0ffcc);
	background: linear-gradient(to bottom, #fff, #f0ffcc);
	box-shadow: 6px 6px 0px 0px #333;
}
#help .sec01 .flex-wrap {
	display: flex;
}
#help .sec01 h3 {
	margin-bottom: 30px;
}
#help .sec01 h4,
#help .sec01 h5 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#help .sec01 h5 {
	white-space: nowrap;
}
#help .sec01 h4 {
	margin-bottom: -10px;
}
#help .sec01 h5 {
	margin-top: 26px;
	margin-right: 20px;
}
#help .sec01 h5 span {
	font-size: 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e50012;
	color: #fff;
	margin-top: 5px;
	padding-bottom: 4px;
}
#help .sec01 .flex-l .wrap_flex-l {
	display: flex;
	margin-bottom: 10px;
} 
#help .sec01 .price {
	font-size: 6.2rem;
	line-height: 1.2;
	color: #e50012;
	font-weight: 900;
	margin-right: 28px;
	white-space: nowrap;
}
#help .sec01 .price span {
	font-family: 'Oswald', sans-serif;
	font-size: 12.5rem;
	font-weight: 600;
}
#help .sec01 .chushaku {
	font-size: 1.3rem;
	text-align: right;
	margin-right: 23px;
	margin-top: -8px;
}
#help .sec01 .explanation {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
#help .sec01 .txt_obligation {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	line-height: 2;
}
#help .sec01 .txt_obligation span {
	color: #fff;
	font-size: 4.8rem;
	background: #19aa65;
	border-radius: 10px;
	padding: 2px 16px 8px;
	margin-right: 6px;
}
#help .sec02 {
	background-color: #fffac8;
    background-image:
	 repeating-linear-gradient(-45deg,#fff1a9, #fff1a9 10px,transparent 0, transparent 40px);
	 padding: 170px 0 80px;
}
#help .sec02 div.box {
	background: #fff;
	border: 3px solid #19aa65;
	box-shadow: 6px 6px 0px 0px #19aa65;
	margin-bottom: 80px;
}
#help .sec02 .box h2 {
	margin: -80px auto 28px;
	text-align: center;
}
#help .sec02 .box .list {
	margin: 0 65px 76px;
}
#help .sec02 .box .list h3 {
	position: relative;
	padding-left: 124px;
	padding-bottom: 20px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 52px;
	margin-bottom: 30px;
	color: #19aa65;
	border-bottom: 3px solid #bae5d0;
}
#help .sec02 .box .list h3::before {
	content: "";
	position: absolute;
	width: 113px;
	height: 96px;
	left: 0;
	top: -30px;
}
#help .sec02 .box .list h3:nth-of-type(1)::before {
	background: url(../images/bicycle-lp/number01.png) no-repeat;
}
#help .sec02 .box .list h3:nth-of-type(2)::before {
	background: url(../images/bicycle-lp/number02.png) no-repeat;
}
#help .sec02 .box .list h3:nth-of-type(3)::before {
	background: url(../images/bicycle-lp/number03.png) no-repeat;
}
#help .sec02 .box .list h3:nth-of-type(4)::before {
	background: url(../images/bicycle-lp/number04.png) no-repeat;
}
#help .sec02 .box .list h3:nth-of-type(5)::before {
	background: url(../images/bicycle-lp/number05.png) no-repeat;
}
#help .sec02 .box .list h3:not(:nth-of-type(1)) {
	margin-top: 90px;
}
#help .sec02 .box .list h3 span {
	color: #333;
	font-size: 2.6rem;
	font-weight: 500;
}
#help .sec02 .box .list p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 20px;
}
#help .sec02 .box .list p span {
	font-size: 3rem;
	font-weight: bold;
	color: #e50012;
	background: linear-gradient(transparent 60%, #ffff00 0%);
}
#help .sec02 .flex-wrap {
	display: flex;
	margin-top: 40px;
	margin-left: 20px;
}
#help .sec02 .flex-l,
#help .sec02 .flex-r {
	display: flex;
}
#help .sec02 .flex-l {
	margin-right: 70px;
}
#help .sec02 .flex-l .img,
#help .sec02 .flex-r .img {
	margin-right: 18px;
}
#help .sec02 .flex-wrap .flex-l p,
#help .sec02 .flex-wrap .flex-r p {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.375;
}
#help .sec02 .flex-wrap .flex-l p {
	padding-left: 10px;
}
#help .sec02 .flex-wrap .flex-l p.box_red,
#help .sec02 .flex-wrap .flex-r p.box_red {
	font-size: 3rem;
	line-height: 1.2;
	font-weight: bold;
	color: #e50012;
	border: 4px solid #e50012;
	border-radius: 10px;
	padding: 2px 10px 6px;
	margin-top: 8px;
	text-align: center;
}
#help .btn_conversion {
	display: flex;
	justify-content: center;
}
#help .btn_conversion li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	width: 500px;
	border-radius: 100px;
	color: #fff;
	height: 100%;
	padding: 10px;
}
#help .btn_conversion li:first-child a {
	background: #e50012;
	box-shadow: 0px 8px 0px 0px #ba0012;
	margin-right: 40px;
}
#help .btn_conversion li:last-child a {
	background: #f7931e;
	box-shadow: 0px 8px 0px 0px #e05a1e;
}
#help .sec03 {
	margin-top: 100px;
}
#help .sec03 h2 {
	margin-bottom: 60px;
}
#help .sec03 table {
	width: 100%;
}
#help .sec03 table th,
#help .sec03 table td {
	border: #808080 1px solid;
	padding: 30px 20px;
}
#help .sec03 table thead th:first-child {
	border-left: none;
	border-top: none;
}
#help .sec03 table thead th:last-child {
	border-right: none;
	border-top: none;
	border-bottom: none;
}
#help .sec03 table thead th span {
	font-size: 3rem;
	font-weight: bold;
	color: #ffff00;
}
#help .sec03 table thead th {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
	color: #fff;
}
#help .sec03 table thead th:nth-child(2) {
	background: #19aa65;
}
#help .sec03 table thead th:nth-child(3) {
	background: #ff7b98;
}
#help .sec03 table .wrap_orange th {
	background: #f7931e;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.41;
	vertical-align: middle;
}
#help .sec03 table .wrap_orange th small {
	font-size: 1.8rem;
}
#help .sec03 table .wrap_orange td,
#help .sec03 table .wrap_blue td,
#help .sec03 table .wrap_red td {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.33;
}
#help .sec03 table .wrap_orange td small {
	font-size: 1.5rem;
	font-weight: 400;
}
#help .sec03 table .wrap_orange td span,
#help .sec03 table .wrap_blue td span,
#help .sec03 table .wrap_red td span {
	font-size: 2.7rem;
	color: #e50012;
}
#help .sec03 table .wrap_orange td span.price_bk,
#help .sec03 table .wrap_blue td span.price_bk {
	color: #333;
	position: relative;
	top: 3px;
}
#help .sec03 table .wrap_blue th {
	background: #49b8e6;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.41;
	vertical-align: middle;
}
#help .sec03 table .wrap_blue td span {
	position: relative;
	top: 3px;
}
#help .sec03 table .wrap_blue td .tx_center-left {
	max-width: 450px;
	margin: auto;
}
#help .sec03 table .wrap_red th {
	background: #ea3341;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.41;
	vertical-align: middle;
}
#help .sec03 table .wrap_red td span.price_red_s {
	font-size: 1.8rem;

}
#help .pos_top {
	position: relative;
	top: -6px;
}
#help .w-short {
	width: 164px;
}
#help .sec03 table .wrap_orange td.fukidashi-orange,
#help .sec03 table .wrap_blue td.fukidashi-blue {
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 15px 0 15px 15px;
	background: #fff;
	position: relative;
	width: 101px;
}
#help .sec03 table .wrap_orange td.fukidashi-orange::after {
	content: "";
	position: absolute;
	background: #f7931e url(../images/bicycle-lp/table-txt01.svg) no-repeat;
	background-position: center;
	width: 84px;
	height: 94%;
	border-radius: 10px;
}
#help .sec03 table .wrap_orange td.fukidashi-orange::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 21px 12.5px 0;
	border-color: transparent #f7921e transparent transparent;
}
#help .sec03 table .wrap_blue td.fukidashi-blue::after {
	content: "";
	position: absolute;
	background: #49b8e6 url(../images/bicycle-lp/table-txt02.svg) no-repeat;
	background-position: center;
	width: 84px;
	height: 88%;
	border-radius: 10px;
}
#help .sec03 table .wrap_blue td.fukidashi-blue::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 21px 12.5px 0;
	border-color: transparent #49b8e6 transparent transparent;
}
#help .sec03 p.chushaku {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 70px;
}
#help .sec04 {
	margin-top: 90px;
}
#help .sec04 .bg-blue {
	background: #e6faff;
	padding-bottom: 100px;
}
#help .sec04 h2 {
	margin-bottom: 20px;
}
#help .sec04 .banner {
	border: 3px solid #009de4;
	border-radius: 30px;
}
#help .sec04 h3 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background: #e50012;
	padding: 5px 5px 10px;
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
}
#help .sec04 h3:before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 0;
	border: none;
	border-top: solid 15px transparent;
	border-right: solid 20px #ba0012;
}
#help .sec04 h3:after {
	position: absolute;
	content: '';
	bottom: 100%;
	right: 0;
	border: none;
	border-top: solid 15px transparent;
	border-left: solid 20px #ba0012;
}
#help .sec04 h3 span {
	font-size: 4.8rem;
}
footer .copyright {
	font-size: 1.5rem;
	padding: 20px 15px;
	text-align: center;
}

.tx-indent {
	padding-left:1em;
	text-indent:-1em;
}

.tx-indent02 {
	padding-left:0.5em;
	text-indent:-0.5em;
}

.tx-red {
	color: #e50012;
}

.tx-bold {
	font-weight: bold;
}

.tx-redbold {
	color: #e50012;
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}
#help .sec-flex {
	display: flex;
	margin: 6rem 1rem;
	justify-content: space-between;
	align-items: flex-start;
}
.campaign_request {
	max-width: 1200px;
	margin: 0 auto 100px;
}
.campaign_request ul {
	display: flex;
    justify-content: center;
	padding: 30px 10px 38px;
	background: #FFF5C8;
}
.campaign_request ul li a {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    width: 500px;
    border-radius: 100px;
    color: #fff;
    height: 100%;
    padding: 10px;
	transition: 0.3s;
}
.campaign_request ul li a:hover {
	transform: scale(1.07);
    opacity: 0.85;
}
.campaign_request ul li:first-child a {
	background: #e50012;
    box-shadow: 0px 8px 0px 0px #ba0012;
    margin-right: 40px;
}
.campaign_request ul li:last-child a {
	background: #f7931e;
    box-shadow: 0px 8px 0px 0px #e05a1e;
}








.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 1rem !important;
}
.mt20 {
	margin-top: 2rem !important;
}
.mt30 {
	margin-top: 3rem !important;
}
.mt40 {
	margin-top: 4rem !important;
}
.mt50 {
	margin-top: 5rem !important;
}
.mb30 {
	margin-bottom: 3rem !important;
}
.mb40 {
	margin-bottom: 4rem !important;
}
.mb50 {
	margin-bottom: 5rem !important;
}

.tx-center {
	text-align: center !important;
}

.tx-left {
	text-align: left !important;
}

.font-b {
	font-weight: bold !important;
}

@media screen and (min-width:1400px) {
	#help .menu-box {
		border-width: 4px 0 4px 4px;
		border-style: solid;
		border-color: #e50012;
		border-radius: 10px 0 0 10px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		z-index: 10000;
		background: #fff;
		height: 305px;
		width: 144px;
	}
	#help .menu-box ul {
		height: 100%;
	}
	#help .menu-box ul li:nth-child(1) {
		height: 171px;
	}
	#help .menu-box ul li:nth-child(2) {
		height: 126px;
	}
	#help .menu-box ul li a {
		text-align: center;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		position: relative;
		padding: 30px 20px;
		color: #e50012;
		height: 100%;
		line-height: 1.4;
		font-weight: bold;
		transition: 0.5s ease;
	}
	#help .menu-box ul li a:hover {
		background: #fce5e7;
	}
	#help .menu-box ul li:nth-child(1) a:hover {
		border-radius: 5px 0 0 0;
	}
	#help .menu-box ul li:nth-child(2) a:hover {
		border-radius: 0 0 0 5px;
	}
	#help .menu-box ul li a::after {
		position: absolute;
		content: "";
		border-bottom: 1px dotted #ccc;
		width: 80%;
		bottom: 0;
	}
	#help .menu-box ul li:last-child a::after {
		content: none;
	}
	#help .menu-box ul li a::before {
		position: absolute;
		content: "";
		right: 0;
		left: 0;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		width: 36px;
		height: 26px;
		background: url(../images/nav-icon01.png) no-repeat;
		top: -10px;
		bottom: 0;
		margin: auto;
	}
	#help .menu-box ul li:nth-child(2) a::before {
		width: 29px;
		height: 37px;
		background: url(../images/nav-icon02.png) no-repeat;
		top: -40px;
		bottom: 0;
		margin: auto;
	}
	#help .menu-box ul li:nth-child(3) a::before {
		width: 31px;
		height: 54px;
		background: url(../images/nav-icon03.png) no-repeat;
		top: -50px;
		bottom: 0;
		margin: auto;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		width: 45px;
		height: 34px;
		background: url(../images/nav-icon04.png) no-repeat;
		top: -70px;
		bottom: 0;
		margin: auto;
	}
}

@media screen and (max-width:1399px) {
	#help .request-btn {
		display: none;
	}
	#help .menu-box {
		position: fixed;
		background: #fff;
		height: 8rem;
		width: 100%;
		bottom: 0;
		z-index: 1000;
		border-top: 1px solid #e50012;
	}
	#help .menu-box ul {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	#help .menu-box ul li {
		width: calc(100% / 2);
		height: 100%;
		font-size: 1.8rem;
		border-style: dotted;
		border-color: #ccc;
	}
	#help .menu-box ul li a {
		color: #e50012;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding-left: 5rem;
		position: relative;
		transition: 0.5s ease;
		font-weight: bold;
	}
	#help .menu-box ul li a:hover {
		background: #fce5e7;
	}
	#help .menu-box ul li a::before {
		position: absolute;
		content: "";
	}
	#help .menu-box ul li a br {
		display: none;
	}
	#help .menu-box ul li a br.sp-br {
		display: block;
	}
	#help .menu-box ul li:nth-child(1) {
		border-width: 0 1px 1px 0;
	}
	#help .menu-box ul li:nth-child(2) {
		border-width: 0 0 1px;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		background: url(../images/nav-icon04.png) no-repeat;
		background-size: 80%;
		width: 36px;
		height: 26px;
		left: 0;
		right: 240px;
		margin: auto;
		top: 30px;
	}
	#help .menu-box ul li:nth-child(2) a::before {
		background: url(../images/nav-icon02.png) no-repeat;
		background-size: 80%;
		width: 29px;
		height: 37px;
		left: 0;
		right: 70px;
		margin: auto;
		top: 25px;
	}
	footer {
		padding-bottom: 8rem;
	}
	.table-box {
		overflow: auto;
		white-space: nowrap;
		max-width: 1200px;
		width: 100%;
	}
}

@media screen and (min-width:1200px) {
	#help .nav-wrap {
		margin: 0 auto;
		width: 1200px;
	}
	#help nav ul,
	#help .sec01,
	#help .sec02 .box,
	#help .sec03,
	#help .sec04 .wrap {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#help nav {
		width: 1200px;
	}
}

@media screen and (max-width:1199px) {
	html, body {
		overflow-x: hidden;
	}
	#help nav {
		width: 100%;
	}
	#help .sec01,
	#help .sec02,
	#help .sec03,
	#help .sec04 .wrap,
	.campaign_request {
		padding-left: 15px;
		padding-right: 15px;
	}
	#help .main-bg img,
	#help .tab ul,
	#help aside {
		max-width: 100%;
	}
	#help .btn_conversion li {
		width: calc((100% / 2) - 20px);
	}
	#help .btn_conversion li:first-child {
		margin-right: 20px;
	}
	#help .btn_conversion li:first-child a {
		margin-right: 0;
	}
	#help .btn_conversion li a {
		width: 100%;
		font-size: 3rem;
	}
	.table-box {
		overflow: auto;
		white-space: nowrap;
	}
	.table-box::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	.table-box::-webkit-scrollbar-track {
		border-radius: 5px;
		box-shadow: 0 0 4px #aaa inset;
	}
	.table-box::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #19aa65;
	}
	#help nav ul {
		margin: 20px 20px 0;
	}
	.campaign_request ul li {
		width: calc((100% / 2) - 20px);
	}
	.campaign_request ul li:first-child {
		margin-right: 20px;
	}
	.campaign_request ul li a {
		width: 100%;
		font-size: 3rem;
	}
}

@media screen and (min-width:1100px) {
	#help .aside-box p br {
		display: none;
	}
}

/*spグローバルnav*/
@media screen and (max-width:1099px) {
	html {
		font-size: 50%;
	}
	#help .features div:first-of-type {
		max-width: 70px;
	}
	.btn-detail::after {
		top: 25px;
	}
	#help .course01 {
		width: 160px;
		margin: -22px auto 0;
	}
	#help .course02::after, #help .course03::after {
		width: 175px;
		top: 14px;
	}
	#help .course02,
	#help .course03 {
		margin-top: -24px;
	}
	#help .ranking-title::before {
		top: 6px;
	}
	#help .pc-nav div p {
		font-size: 1.5rem;
	}
	#help .course04 {
		margin: -24px auto 0;
	}
	#help .course04::after {
		width: 190px;
		top: 14px;
	}
	#help h2.sec04-title {
		margin-top: -9.5px;
	}
	.junia-txt br {
		display: none;
	}
	#help h3.table-title::before {
		vertical-align: 12px;
	}
	#help .tab ul li a::before {
		top: 8px;
	}
	#help .tab ul li:nth-child(4) a::before {
		top: 13px;
	}
	header .head-txt {
		top: 0;
	}
	#help .tab ul li:nth-child(1) a::before {
		top: 15px;
	}
	#help .tab ul li:nth-child(4) a::before {
		top: 19px;
	}
	dt.number01::before,
	dt.number02::before {
		top: 16px
	}
	.faq_contents dd::before {
		top: 2px;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		right: 200px;
		top: 24px;
	}
	#help .menu-box ul li:nth-child(2) a::before {
		top: 17px;
	}
}

@media screen and (max-width:999px) {
	#help .tab ul li a {
		margin: auto 0;
		padding: 7rem 0.5rem 0;
		font-size: 1.8rem;
	}
	.btn-detail {
		width: 100%;
	}
	#help .sec01 .sec-flex .sec-left {
		flex-basis: 45%;
	}
}
@media screen and (min-width:769px) {
	.minw769none {
		display: none;
	}
}

@media screen and (min-width:768px) {
	#help .md-br,
	.sp-img,
	.minw768none {
		display: none;
	}
	#help .sp-nav {
		display: none;
	}
	#help nav {
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1000;
		transition: 0.6s ease;
		animation: fadeout 0.6s linear 0s forwards;
	}
	#help nav.fixed {
		width: 100%;
		margin: 0 auto;
		top: 0;
		left: 0;
		right: 0;
		animation: fadein 0.6s linear 0s forwards;
	}
	@keyframes fadein {
		from {
			opacity: 0;
		  }
		
		  to {
			opacity: 1;
		  }
		}
	@keyframes fadeout {
		from {
			opacity: 0;
			}
		
			to {
			opacity: 1;
			}
		}
	
	#help nav.fixed ul {
		margin: 0;
		border-radius: 0;
		width: 100%;
	}
	.head-txt {
		font-size: 1.1rem;
		position: absolute;
		right: 2rem;
		top: 2px;
		color: #fff;
	}
	.head-txt_sp {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.maxw768none {
		display: none;
	}
	#help .sec01 h2::before,
	#help .sec04 h2::before {
		left: 25px;
	}
	#help .sec01 h2::after,
	#help .sec04 h2::after {
		right: 25px;
	}
	#help .sec01 h2 {
		padding: 0 45px;
	}
	#help .sec04 h2 {
		padding: 0 45px;
	}
	#help .sec02 .box .list {
		margin: 0 40px 50px;
	}
	#help .sec02 .flex-l, #help .sec02 .flex-r {
		flex-direction: column;
	}
	#help .sec02 .flex-l .img, #help .sec02 .flex-r .img {
		margin-bottom: auto;
	}
	#help .sec02 .flex-wrap .flex-l p {
		padding-left: 0;
	}
	#help .sec02 .flex-wrap {
		margin-top: 20px;
	}
	.campaign_request {
		margin-bottom: 60px;
	}
}
@media screen and (max-width:767px) {
	.head-txt {
		display: none;
	}
	.head-txt_sp {
		font-size: 1.1rem;
		position: absolute;
		right: 5px;
		top: 17.5%;
		color: #fff;
	}
	.md-tx-center {
		text-align: center !important;
	}
	.mdmx-br {
		display: none;
	}
	#help header {
		padding-top: 0;;
	}
	#help .pc-nav {
		display: none;
	}
	#help nav {
		margin: 0;
	}
	#help nav ul {
		border-radius: 0;
		margin: 0;
		padding: 10px;
		min-height: 60px;
	}
	#help nav ul li {
		max-width: 270px;
		margin: auto;
	}
	#help nav.sp-nav ul {
		background: #fce5e7;
		justify-content: space-between;
		margin: 0;
		padding: 5px;
		min-height: 56px;
	}
	.pc-img {
		display: none;
	}
	#help main {
		font-size: 50%;
	}
	#help .tab ul li a {
		font-size: 1.8rem;
		padding: 7rem 0.5rem 0;
		line-height: 1.2;
		min-height: 12rem;
		margin: auto 0;
	}
	#help .sec-flex {
		flex-direction: column;
		display: block;
	}
	#help .sec-flex {
		margin: 2rem 2rem 6rem;
	}
	#help .sec-flex .sec-left {
		margin-bottom: 3rem;
	}
	.md-tx-center {
		text-align: center;
	}
	.md-brnone {
		display: none;
	}
	.btn-detail::before {
		background-size: 50%;
		top: -24px;
		left: 18px;
	}
	.btn-detail::after,
	.btn-detail:hover::after {
		background-size: 70%;
		top: 28px;
		right: 10px;
	}
	.btn-detail {
		font-size: 2.4rem;
		margin-top: 3rem;
	}
	#help aside p {
		font-size: 2rem;
	}
	#help .sp-nav ul .tel-img {
		flex-basis: 50%;
	}
	#help .sp-nav ul li.tx-time {
		font-size: 1.6rem;
	}
	#help .table_contents {
		margin: 2rem 4rem 4rem;
	}
	#help .menu-box {
		position: fixed;
		background: #fff;
		height: 60px;
		width: 100%;
		bottom: 0;
		z-index: 1000;
		border-top: 1px solid #e50012;
	}
	#help .menu-box ul li {
		width: calc(100% / 2);
		font-size: 1.8rem;
		border-style: dotted;
		border-color: #ccc;
	}
	#help .tab ul li:nth-child(1) a::before {
		top: 12px;
	}
	#help .tab ul li:nth-child(2) a::before {
		top: 12px;
		background-size: 85%;
	}
	#help .tab ul li:nth-child(3) a::before {
		background-size: 60%;
		top: 10px;
	}
	footer {
		padding-bottom: 64px;
	}
	#help .sec01 .flex-wrap {
		flex-direction: column;
		align-items: center;
		max-width: 414px;
		margin: auto;
	}
	#help .sec01 .flex-l .wrap_flex-l {
		flex-direction: column;
	}
	#help .sec01 h4 {
		max-width: 414px;
		margin: auto;
	}
	#help .sec01 h4, #help .sec01 h5 {
		font-size: 2.4rem;
	}
	#help .sec01 h5 {
		display: flex;
		align-items: center;
	}
	#help .sec01 h5 span {
		margin-left: 10px;
		padding: 0 8px 4px;
		font-size: 3rem;
	}
	#help .sec01 .box {
		padding: 20px 15px 15px;
	}
	#help .sec01 .chushaku {
		text-align: left;
		margin-top: 5px;
	}
	#help .sec01 .price span {
		font-size: clamp(70px, 25vw, 100px);
	}
	#help .sec01 .price {
		margin-right: 0;
		font-size: clamp(30px, 13vw, 70px);
	}
	#help .sec02 .box .list h3:nth-of-type(1)::before,
	#help .sec02 .box .list h3:nth-of-type(2)::before,
	#help .sec02 .box .list h3:nth-of-type(3)::before,
	#help .sec02 .box .list h3:nth-of-type(4)::before,
	#help .sec02 .box .list h3:nth-of-type(5)::before {
		background-size: 60%;
		background-position: left center;
	}
	#help .sec02 .box .list h3 {
		font-size: 3rem;
		padding-left: 80px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#help .sec02 .box .list p span {
		font-size: 2.4rem;
	}
	#help .sec02 .box .list p {
		font-size: 2rem;
	}
	#help .btn_conversion {
		flex-direction: column;
	}
	#help .btn_conversion li {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	#help .btn_conversion li:first-child {
		margin: 0 auto 30px;
	}
	#help .btn_conversion li a {
		min-height: 80px;
	}
	.campaign_request ul {
		flex-direction: column;
	}
	.campaign_request ul li {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	.campaign_request ul li:first-child {
		margin-right: auto;
		margin-bottom: 30px;
	}
	.campaign_request ul li a {
		min-height: 80px;
	}

	.mdmt10 {
		margin-top: 1rem !important;
	}
	.mdmt20 {
		margin-top: 2rem !important;
	}
	.mdmt30 {
		margin-top: 3rem !important;
	}
	.mdmt40 {
		margin-top: 4rem !important;
	}
	.mdmt50 {
		margin-top: 5rem !important;
	}
	.mdmb10 {
		margin-bottom: 1rem !important;
	}
	.mdmb20 {
		margin-bottom: 2rem !important;
	}
	.mdmb30 {
		margin-bottom: 3rem !important;
	}
	.mdmb40 {
		margin-bottom: 4rem !important;
	}
	.mdmb50 {
		margin-bottom: 5rem !important;
	}
	header .nav-wrap {
		position: fixed;
		z-index: 1000;
		width: 100%;
	}
	#help .header-main {
		padding-top: 127px;
		margin-top: 0;
	}
	#help #course02 h2 {
		margin-top: 5px;
	}
	dt.number01::before,
	dt.number02::before {
		left: 0;
	}
	dt.number01, 
	dt.number02 {
		padding-left: 40px;
	}
	.faq_contents dd::before {
		left: 10px;
	}
	.faq_contents dd {
		padding-left: 40px;
	}
	.explanation02 {
		margin: 40px 15px 0;
	}

}
@media screen and (max-width:768px) and (min-width:481px) {
	.minw768maxw481none {
		display: none;
	}
}

@media screen and (min-width:481px) {
	#help .sp-br {
		display: none;
	}
	#help .sp-tab {
		display: none;
	}
	#help aside p:nth-of-type(2) br:nth-of-type(2) {
		display: none;
	}
	.minw481none {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.head-txt_sp {
		top: 11.5%;
	}
	.maxw480none {
		display: none;
	}
	#help .tx-time {
		font-size: 1.4rem;
	}
	#help .sp-nav ul li:first-child {
		width: calc(100% / 2);
	}
	#help .tab {
		display: none;
	}
	#help .sp-tab ul {
		display: flex;
	}
	#help .sp-tab li {
		width: calc(100% / 2);
		margin: 0.5rem;
	}
	#help .sp-tab li a {
		width: 100%;
		display: block;
		position: relative;
		padding: 4rem 1rem 1rem;
		border-radius: 1rem;
		background: #fff;
	}
	#help .sp-tab .menu-up li {
		margin-top: -0.5rem;
	}
	#help .sp-tab li a::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 12px;
	}
	#help .sp-tab ul.menu-up li:nth-child(1) a {
		border: 5px solid #f7931e;
		color: #f7931e;
	}
	#help .sp-tab ul.menu-up li:nth-child(1) a::before {
		background: url(../images/tab-icon01.png) no-repeat;
		width: 25px;
		height: 21px;
		background-size: 100%;
	}
	#help .sp-tab ul.menu-up li:nth-child(2) a {
		border: 5px solid #e83381;
		color: #e83381;
	}
	#help .sp-tab ul.menu-up li:nth-child(2) a::before {
		background: url(../images/tab-icon02.png) no-repeat;
		width: 19px;
		height: 20px;
		background-size: 100%;
	}
	#help .sp-tab ul.menu-down li:nth-child(1) a {
		border: 5px solid #29abe2;
		color: #29abe2;
	}
	#help .sp-tab ul.menu-down li:nth-child(1) a::before {
		background: url(../images/tab-icon03.png) no-repeat;
		width: 18.5px;
		height: 21px;
		background-size: 100%;
	}
	#help .sp-tab ul.menu-down li:nth-child(2) a {
		border: 5px solid #e50012;
		color: #e50012;
	}
	#help .sp-tab ul.menu-down li:nth-child(2) a::before {
		background: url(../images/tab-icon04.png) no-repeat;
		width: 19px;
		height: 16px;
		background-size: 100%;
	}
	.btn-detail::before {
		background-size: 30%;
		top: 2px;
		left: 10px;
	}
	.btn-detail::after,
	.btn-detail:hover::after {
		background-size: 50%;
		top: 18px;
		right: -10px;
	}
	.btn-detail {
		padding: 1.5rem 0 1.75rem 2rem;
		font-size: 2.1rem;
	}
	#help .table_contents {
		margin: 1rem 1rem 4rem;
	}
	#help .sec-flex .sec-left,
	#help .sec-flex .sec-right {
		margin: 3rem 0 0;
	}
	#help .sec-flex {
		margin: 2rem 1rem 5rem;
	}
	#help .features div:first-of-type {
		max-width: 55px;
	}
	#help .features h3 {
		font-size: 2.1rem;
	}
	#help h3.table-title {
		font-size: 3.2rem;
	}
	#help table tr th, #help table tr td {
		font-size: 1.8rem;
	}
	#help table small {
		font-size: 1.5rem;
	}
	#help .sp-nav ul li.tx-time {
		font-size: 1.4rem;
	}
	#help section {
		border-width: 6px !important;
	}
	#help .menu-box ul li br.menu-box-br {
		display: block;
	}
	#help .sp-tab li a {
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		height: 100%;
	}
	#help .header-main {
		padding-top: 118px;
	}
	#help .main-bg img {
		margin-top: 10px;
	}
	#help .risk-box ul li {
		width: calc((100% / 3) - 6px);
		margin: 0 5px;
		flex-direction: column;
	}
	#help .risk-box ul {
		align-items: stretch;
	}
	#help .risk-box ul li:nth-child(2) img,
	#help .risk-box ul li:nth-child(3) img {
		height: 73px;
		margin: 0 auto;
	}
	#help .risk-box ul li img {
		display: block;
	}
	#help .risk-box ul li p {
		line-height: 1.4;
	}
	#help .risk-box ul li:first-child {
		margin-left: 0;
	}
	#help .risk-box ul li:last-child {
		margin-right: 0;
	}
	.explanation02 {
		margin-top: 30px;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		right: 125px;
	}
	#help .sec01 h2::before,
	#help .sec04 h2::before,
	#help .sec01 h2::after,
	#help .sec04 h2::after {
		content: none;
	}
	#help .sec01 h2 {
		padding: 15px 0 0;
		font-size: 4rem;
		margin-bottom: 10px;
		text-align: left;
	}
	#help .sec04 h2 {
		font-size: 4rem;
		margin-bottom: 10px;
		padding: 30px 0 0;
	}
	#help .sec01 .fukidashi {
		max-width: 270px;
		margin: auto;
	}
	#help .sec01 h5 {
		margin-top: 10px;
		margin-right: 0;
	}
	#help .sec01 .txt_obligation {
		text-align: left;
		font-size: clamp(2.2rem, 6vw, 2.8rem);
		max-width: 320px;
		margin: auto;
		line-height: 2.2;
	}
	#help .sec01 .txt_obligation span {
		font-size: 3.8rem;
		font-size: clamp(3.2rem, 8vw, 3.8rem);
		margin-right: 0;
	}
	#help .sec02 .box .list {
		margin: 0 20px 30px;
	}
	#help .sec02 .flex-wrap {
		flex-direction: column;
		max-width: 270px;
		margin: 20px auto;
	}
	#help .sec02 .flex-l {
		margin-right: 0;
	}
	#help .sec02 .box .list h3:not(:nth-of-type(1)) {
		margin-top: 45px;
	}
	#help .sec02 .box h2 {
		margin: -60px 15px 15px;
	}
	#help .sec02 .box .list h3 {
		margin-top: 35px;
		font-size: 2.8rem;
	}
	#help .sec02 .box .list h3 span {
		font-size: 2rem;
	}
	#help .sec02 .flex-wrap .flex-l p.box_red {
		margin-bottom: 20px;
	}
	#help .btn_conversion li a {
		font-size: 2.7rem;
	}
	#help .sec03 table th, #help .sec03 table td {
		padding: 15px;
	}
	#help .sec03 table .wrap_orange th,
	#help .sec03 table .wrap_blue th,
	#help .sec03 table .wrap_red th {
		font-size: 2rem;
	}
	#help .w-short {
		width: 100px;
	}
	#help .sec01 h3 {
		max-width: 270px;
		margin: 0 auto 30px;
	}
	#help .sec01 .img01 {
		max-width: 270px;
		margin: auto;
	}
	#help .sec01 {
		margin: 30px 0 50px;
	}
	#help .sec01 .box {
		margin: 15px 0 30px;
	}
	#help .sec02 {
		padding: 85px 15px 40px;
	}
	#help .sec02 div.box {
		margin-bottom: 40px;
	}
	#help .sec03 {
		margin-top: 50px;
	}
	#help .sec03 h2 {
		margin-bottom: 30px;
	}
	#help .sec03 p.chushaku {
		margin: 15px 0 35px;
	}
	#help .sec04 {
		margin-top: 60px;
	}
	#help .sec04 .banner {
		border-radius: 15px;
	}
	#help .sec04 .bg-blue {
		padding-bottom: 50px;
	}
	.btn_pdf {
		background: #19aa65;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		border-radius: 50px;
		padding: 15px;
		display: block;
		width: 100%;
		margin: 30px auto;
		max-width: 320px;
		text-align: center;
		box-shadow: 0px 6px 0px 0px #197465;
	}
	#help nav.sp-nav ul {
		min-height: 50px;
		padding: 5px 0;
	}
	#help .sec03 table .wrap_orange td.fukidashi-orange::after {
		background-size: 23%;
	}
	#help .sec03 table .wrap_blue td.fukidashi-blue::after {
		background-size: 50%;
	}
	#help .sec03 table .wrap_orange td.fukidashi-orange, #help .sec03 table .wrap_blue td.fukidashi-blue {
		padding: 10px 0 10px 15px;
	}
	#help .btn_conversion li:first-child a {
		box-shadow: 0px 6px 0px 0px #ba0012;
	}
	#help .btn_conversion li:last-child a {
		box-shadow: 0px 6px 0px 0px #e05a1e;
	}
	#help .sec01 h4, #help .sec01 h5 {
		font-size: 2.2rem;
	}
	#help .sec04 h3 {
		font-size: 2.7rem;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	#help .sec04 h3 span {
		font-size: 3.6rem;
	}
	#help .sec04 h3:before,
	#help .sec04 h3:after {
		content: none;
	}
	.campaign_request {
		margin-bottom: 20px;
	}
	.campaign_request ul li a {
		font-size: 2.7rem;
	}
	.campaign_request ul li:first-child a {
		box-shadow: 0px 6px 0px 0px #ba0012;
	}
	.campaign_request ul li:last-child a {
		box-shadow: 0px 6px 0px 0px #e05a1e;
	}
}
@media screen and (max-width:375px) {
	#help .header-main {
		padding-top: 116px;
	}
	.head-txt_sp {
		top: 12.5%;
	}
	#help .main-bg img {
		margin-top: 0;
	}
}