@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Noto+Sans+JP:wght@500&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;
}

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 header {
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 2rem;
	/*border-bottom: 6px solid #f15a24;*/
	position: relative;
	z-index: 2000;
}
/*#help header::before {
	content: "";
	width: 50%;
	height: 6px;
	position: absolute;
	background: #29abe2;
	z-index: -1;
	bottom: -6px;
}
#help header::after {
	content: "";
    width: 50%;
    height: 6px;
    position: absolute;
    background: #f15a24;
    z-index: -1;
    bottom: -6px;
	right: 0;
}*/

#help nav {
	margin: 0 2rem;
}

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

#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: 1rem 2rem 0.25rem;
}

#help nav ul li:last-child {
	margin-left: auto;
}

#help .header-main {
	max-width: 1200px;
	margin: 1rem auto 0;
	text-align: center;
}

#help .main-bg img {
	max-width: 1135px;
	margin-top: 15px;
}

#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 .tab ul li a:nth-child(1) {
	border: solid #f7931e;
	border-width: 6px 6px 0 6px;
	color: #f7931e;
	transition: 0.5s ease;
}

#help .tab ul li:nth-child(1) a:hover {
	background-color: #fef2ee;
}

#help .tab ul li a:nth-child(1)::before {
	background: url(../images/tab-icon01.png) no-repeat;
	width: 50px;
	height: 41px;
}
#help .tab ul li:nth-child(1) a::before {
	top: 26px;
}


#help .tab {
	margin-top: -2rem;
}

#help .tab ul {
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
}

#help .tab ul li:nth-child(2) a {
	border: solid #e83381;
	border-width: 6px 6px 0 6px;
	color: #e83381;
	transition: 0.5s ease;
}

#help .tab ul li:nth-child(2) a:hover {
	background: #fef2f7;
}

#help .tab ul li:nth-child(2) a::before {
	background: url(../images/tab-icon02.png) no-repeat;
	width: 38px;
	height: 40px;
}

#help .tab ul li:nth-child(3) a {
	border: solid #29abe2;
	border-width: 6px 6px 0 6px;
	color: #29abe2;
	transition: 0.5s ease;
}

#help .tab ul li:nth-child(3) a:hover {
	background: #e9f6fc;
}

#help .tab ul li:nth-child(3) a::before {
	background: url(../images/tab-icon03.png) no-repeat;
	width: 57px;
	height: 41px;
}

#help .tab ul li:nth-child(4) a {
	border: solid #39b54a;
	border-width: 6px 6px 0 6px;
	color: #39b54a;
	transition: 0.5s ease;
}

#help .tab ul li:nth-child(4) a:hover {
	background: #edfbf3;
}

#help .tab ul li:nth-child(4) a::before {
	background: url(../images/tab-icon04.png) no-repeat;
	width: 37px;
	height: 32px;
	top: 30px;
}

#help .line-wrap {
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 6px;
}

#help .line-wrap::before {
	position: absolute;
	content: "";
	width: 50%;
	position: absolute;
	height: 6px;
	left: 0;
	background: #f7931e;
}
#help .line-wrap::after {
	position: absolute;
	content: "";
	width: 50%;
	position: absolute;
	height: 6px;
	right: 0;
	top: 0;
	background: #39b54a;
}

#help .line {
	width: 1188px;
	margin: -2px auto 0;
	height: 8px;
	background: #fff;
	position: relative;
	z-index: 1000;
}

#help section {
	width: 1200px;
	margin: auto;
	border: 10px solid #f7931e;
	border-radius: 20px;
	background: #fff;
}

#help section.sec01,
#help section.sec02,
#help section.sec03,
#help section.sec04 {
	margin-top: 12rem;
}

#help section.sec02 {
	border: 10px solid #e83381;
}

#help section.sec03 {
	border: 10px solid #29abe2;
}

#help section.sec04 {
	border: 10px solid #39b54a;
}

#help .course01 {
	text-align: center;
	position: relative;
	background: #fff;
	font-size: 2.6rem;
	width: 200px;
	margin: -30px auto 0;
	color: #f7931e;
	font-weight: bold;
}

#help .course01::before {
	position: absolute;
	content: "";
	background: url(../images/tab-icon01.png) no-repeat;
	width: 50px;
	height: 41px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

#help .course02 {
	text-align: center;
	position: relative;
	font-size: 2.6rem;
	width: 200px;
	margin: -30px auto 0;
	color: #e83381;
	font-weight: bold;
	z-index: 100;
	line-height: 1.4;
}

#help .course02::before {
	position: absolute;
	content: "";
	background: url(../images/tab-icon02.png) no-repeat;
	width: 50px;
	height: 41px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
#help #course02 h2 {
	margin-top: -20px;
}

#help .course02::after,
#help .course03::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 200px;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	background: #fff;
	z-index:-1
}

#help .course03 {
	text-align: center;
	position: relative;
	font-size: 2.6rem;
	width: 200px;
	margin: -30px auto 0;
	color: #29abe2;
	font-weight: bold;
	z-index: 100;
	line-height: 1.4;
}

#help .course03::before {
	position: absolute;
	content: "";
	background: url(../images/tab-icon03.png) no-repeat;
	width: 57px;
	height: 41px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

#help .course04 {
	text-align: center;
	position: relative;
	font-size: 2.6rem;
	width: 240px;
	margin: -30px auto 0;
	color: #39b54a;
	font-weight: bold;
	z-index: 100;
}

#help .course04::before {
	position: absolute;
	content: "";
	background: url(../images/tab-icon04.png) no-repeat;
	width: 37px;
	height: 32px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

#help .course04::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 240px;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	background: #fff;
	z-index:-1
}

#help section h2 {
	text-align: center;
	margin: 0 1rem;
}

#help .sec01 figcaption {
	font-size: 2.1rem;
	background: #ffffc8;
	position: relative;
	padding: 1rem 1rem 1rem 7.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

#help .sec01 figcaption span.chushaku02 {
	font-size: 1.5rem;
	font-weight: normal;
}

.chushaku03 {
	text-align: center;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 1.5rem;
}

#help .sec01 figcaption::before {
	content: "NEW";
	position: absolute;
	background: #e50012;
	color: #fff;
	left: 15px;
	top: 12px;
	padding: 0 0.5rem;
	font-size: 1.6rem;
}

#help .sec01 figure p {
	font-size: 1.3rem;
	padding-left:1em;
	text-indent:-1em;
}

.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;
}

.chushaku {
	font-size: 1.5rem;
	margin-top: 1rem;
	text-align: left;
	font-weight: normal;
}

#help .sec-flex {
	display: flex;
	margin: 6rem 1rem;
	justify-content: space-between;
	align-items: flex-start;
}

#help .sec-flex .sec-left,
#help .sec-flex .sec-right {
	margin: 0 2rem;
	flex-basis: 50%;
}

#help .sec01 .sec-flex .sec-left {
	flex-basis: 55%;
}

#help .sec01 .sec-flex .sec-right {
	flex-basis: 45%;
}

#help .sec04 .sec-flex .sec-left {
	flex-basis: 45%;
}

#help .sec04 .sec-flex .sec-right {
	flex-basis: 55%;
}
#help #course02 .table_contents02 tr th {
	width: 55%;
}
#help #course02 .table_contents02 tr td.icon-plus_s {
	padding-left: 40px;
	position: relative;
}
#help #course02 .table_contents02 tr td.icon-plus_s::before {
	position: absolute;
	content: "";
	width: 21px;
	height: 21px;
	background: url(../images/icon_plus_s.png) no-repeat;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.explanation01 {
	line-height: 1.5;
}
.explanation02 {
	line-height: 1.5;
	padding-bottom: 30px;
	padding-top: 20px;
	margin: 40px 30px 0;
	border-top: 1px dashed #cccccc;
}
dt.number01,
dt.number02 {
	font-weight: bold;
	position: relative;
	padding-left: 55px;
	font-size: 1.8rem;
	border-bottom: 1px solid #e50012;
	padding-bottom: 15px;
	line-height: 1.5;
	background: #fff;
	margin-top: 30px;
	padding-top: 20px;
}
.faq_contents {
	background: #fffff0;
	border-bottom: 1px solid #e50012;
}
.arrow {
	margin: -1px auto 0;
	text-align: center;
}
h3.appeal_txt {
	font-size: 2.1rem;
	color: #e50012;
	font-weight: bold;
	text-align: center;
}
.faq_contents dd {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	padding-left: 55px;
	margin-top: 20px;
	margin-right: 20px;
}
.faq_contents dd::before {
	content: "";
	position: absolute;
	background: url(../images/icon_note.png) no-repeat;
	width: 22px;
	height: 22px;
	left: 22px;
	top: 4px;
}
dt.number01::before {
	content: "";
	position: absolute;
	background: url(../images/icon_number01.png) no-repeat;
	width: 31px;
	height: 31px;
	left: 15px;
}
dt.number02::before {
	content: "";
	position: absolute;
	background: url(../images/icon_number02.png) no-repeat;
	width: 31px;
	height: 31px;
	left: 15px;
}
#help .features {
	display: flex;
	align-items: center;
	margin-top: 3rem;
}

#help .features div:first-of-type {
	flex-basis: 30%;
	max-width: 100px;
}

#help .features .f-caption {
	flex-basis: 70%;
}



#help .features:nth-of-type(1) {
	margin-top: 0;
}

#help .f-caption {
	margin-left: 1.5rem;
	flex-grow: 1;
}

#help .features h3 {
	font-size: 2.8rem;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	text-align: left;
}

#help .features h3::before {
	position: absolute;
	content: "";
	width: 10.5rem;
	height: 1px;
	background: #e50012;
	z-index: 1;
	bottom: -1px;
}

#help .features p {
	line-height: 1.6;
	text-align: left;
	font-weight: normal;
}

#help h3.table-title {
	font-size: 3.6rem;
	position: relative;
	text-align: center;
}

#help h3.table-title::before {
	/*position: absolute;*/
	content: "";
	background: url(../images/table-title_before.png) no-repeat;
	width: 21px;
	height: 21px;
	top: 5px;
	display: inline-block;
	vertical-align: 17px;
	padding-left: 3.5rem;
}

#help h3.table-title::after {
	/*position: absolute;*/
	content: "";
	background: url(../images/table-title_after.png) no-repeat;
	width: 21px;
	height: 21px;
	margin-left: 1rem;
	bottom: 5px;
	display: inline-block;
	vertical-align: -10px;
	padding-right: 3rem;
}

#help .table_contents {
	margin: 4rem;
}

#help .sec02 .sec-left,
#help .sec02 .sec-right {
	width: 47%;
}

#help table {
	width: 100%;
}

#help table thead tr th {
	background: #feefdd;
	text-align: center;
}

#help .sec02 table thead tr th {
	background: #fce5ef;
}

#help .sec03 table thead tr th {
	background: #e9f6fc;
}

#help .sec04 table thead tr th {
	background: #ebf7ed;
}

#help table tr th,
#help table tr td {
	border: 1px solid #ccc;
	padding: 1rem 2rem;
	font-size: 2.3rem;
	vertical-align: middle;
	height: 9rem;
}

#help table tr th:nth-of-type(1) {
	border-left: none;
}
#course01 .table_contents .table-box tr th:nth-of-type(1) {
	width: 33%;
}

#help table tr td:last-of-type,
#help table thead tr th:last-of-type {
	border-right: none;
}

#help table small {
	font-size: 1.8rem;
	font-weight: normal;
	display: block;
}

#help .table_contents02 table thead tr th {
	background: #e83381;
	color: #fff;
}

#help .table_contents03 table thead tr th {
	background: #61c46e;
	color: #fff;
}

#help .table_contents02 table tbody tr th,
#help .table_contents03 table tbody tr th {
	background: #f2f2f2;
}

#help .table_contents04 table thead tr th {
	background: #f37345;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

#help .table_contents04 table thead tr td {
	background: #fee6b0;
	color: #f15a24;
	font-size: 2.9rem;
	font-weight: bold;
}

#help .table_contents04 table tbody tr td:first-of-type {
	border-left: none;
	background: #feeee9;
}

.btn-detail {
	color: #e50012;
	border: #e50012 6px solid;
	border-radius: 7rem;
	width: 80rem;
	display: block;
	margin: auto;
	text-align: center;
	padding: 3rem 0 3.5rem;
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
	margin-top: 9rem;
	transition: all 300ms linear;
	transform: scale(1);
}

.btn-detail:hover {
	background: #ef6671;
	animation: bound 1s ease-in;
	color: #fff;
}


/** アニメーションの定義 */
@keyframes bound {
	/** 開始時は１倍の大きさ */
	from { transform: scale(1); }
	/** 0%～25%にかけて1.15倍する */
	25% { transform: scale(1.1); }
	/** 25%～50%にかけて0.95倍する */
	50% { transform: scale(0.97); }
	/** 50%～75%にかけて1.05倍する */
	75% { transform: scale(1.03); }
	/** 終了時は元の大きさに戻す */
	to { transform: scale(1); }
  }

.btn-detail::before {
	position: absolute;
	content: "";
	background: url(../images/kosuke.png) no-repeat;
	width: 142px;
	height: 167px;
	left: 30px;
	top: -85px;
}

.btn-detail::after {
	position: absolute;
	content: "";
	background: url(../images/btn_arrow.png) no-repeat;
	width: 41px;
	height: 41px;
	right: 30px;
	top: 35px;
}
.btn-detail:hover::after {
	background: url(../images/btn_arrow_hover.png) no-repeat;
}


#help aside {
	max-width: 1200px;
	margin: 6rem auto;
	background: #fff;
	text-align: center;
	padding: 2rem;
}

#help aside p {
	font-size: 2.2rem;
	line-height: 1.8;
	padding-bottom: 1.5rem;
}

#help .aside-box {
	display: flex;
	justify-content: space-between;
	padding: 2rem 1rem 0;
}

#help .aside-box div {
	margin: 0 1rem;
}

#help aside .p-line {
	border-bottom: 1px solid #ccc;
}

#help .ranking-title {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 40px;
	margin-top: 3rem;
	text-align: left;
}

#help .sec03 .ranking-title {
	margin-top: 0;
	line-height: 1.2;
	margin-bottom: 1rem;
}

#help .ranking-title::before {
	position: absolute;
	content: "";
	background: url(../images/ranking-icon.png) no-repeat;
	width: 31px;
	height: 25px;
	left: 0;
	top: 13px;
}

#help .ranking-title .font-s {
	font-size: 1.8rem;
}

#help .sec03 .ranking-title::before {
	background: url(../images/ranking-gr-icon.png) no-repeat;
	top: 2px;
}

#help .ranking-title02 {
	font-size: 2.4rem;
	font-weight: bold;
}

#help h3.fukidashi {
	position: relative;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	text-align: center;
	color: #e50012;
	font-size: 2.5rem;
	margin-top: 2rem;
	margin-bottom: 3.5rem;
}

#help h3.fukidashi::before,
#help h3.fukidashi::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#help h3.fukidashi::before {
	border: 12px solid transparent;
	border-top: 20px solid #ccc;
}

#help h3.fukidashi::after {
	border: solid 12px transparent;
	border-top: solid 22px #fff;
	margin-top: -5px;
}

#help .risk-box ul {
	display: flex;
	align-items: flex-end;
	margin: auto;
	margin-top: 2rem;
}

#help .risk-box ul li {
	width: calc(100% / 3);
	text-align: center;
}

#help h2.sec04-title {
	margin-top: -12px;
}

#help footer .copyright {
	text-align: center;
	padding: 2rem;
}

#help main {
	background: url(../images/bg-circle01.png) no-repeat left 1% top 0% / 410px 831px, url(../images/bg-circle02.png) no-repeat right 1% top 7% / 368px 710px, url(../images/bg-circle03.png) no-repeat left 1% top 15% / 624px 670px, url(../images/bg-circle04.png) no-repeat right 1% top 22% / 398px 808px, url(../images/bg-circle05.png) no-repeat left -1% top 29% / 399px 689px, url(../images/bg-circle06.png) no-repeat right -1% top 39% / 432px 786px, url(../images/bg-circle07.png) no-repeat left 1% top 49% / 410px 836px, url(../images/bg-circle08.png) no-repeat right 0 top 58% / 396px 792px, url(../images/bg-circle09.png) no-repeat left 1% top 66% / 383px 684px, url(../images/bg-circle10.png) no-repeat right 1% top 78% / 409px 830px, url(../images/bg-circle11.png) no-repeat left 1% top 86% / 368px 710px, url(../images/bg-circle12.png) no-repeat right 2% top 98.5% / 505px 867px, linear-gradient(#fff 0%,rgba(254,244,232,0.2) 5%,rgba(243,153,192,0.2) 30%,rgba(212,238,249,0.2) 60%,rgba(215,240,219,0.2) 100%);
	/*background-image: url(../images/bg-circle01.png);
	background-repeat: no-repeat;
	background-size: 410px 831px;
	background-position: left 1% top 0%;*/
	display: block;

	padding-bottom: 6rem;
}

#help .icon_plus {
	position: relative;
}

#help .icon_plus::before {
	position: absolute;
	content: "";
	background: url(../images/icon_plus.png) no-repeat;
	width: 41px;
	height: 41px;
	top: -19px;
	left: 0;
	right: 0;
	margin: auto;
}
#help .icon_plus_bk {
	position: relative;
	padding: 2rem;
}

#help .icon_plus_bk::before {
	position: absolute;
	content: "";
	background: url(../images/icon_plus_bk.png) no-repeat;
	width: 37px;
	height: 37px;
	top: -19px;
	left: 0;
	right: 0;
	margin: auto;
}


#help .table-box table tbody tr:nth-of-type(2n) {
	background: #fafafa;
}

#help .sec04-title img {
	max-width: 99%;
}

#help .sec02 table tr td {
	text-align: left;
}

.tx-time_pc {
	font-size: 1.5rem;
	padding-left: 5.2rem;
}

.ft22 {
	font-size: 2.2rem !important;
}

@media all and (-ms-high-contrast:none){
	#help .menu-box ul li a {
		border-bottom: 1px dotted #ccc;
	}
}

#help .table_contents02.ranking-table table tbody tr th,
#help .table_contents02.ranking-table table tbody tr td {
	font-weight: normal;
}

#help .table_contents02.ranking-table table tbody tr th,
#help .table_contents02.ranking-table table tbody tr td,
#help .table_contents03.ranking-table table tbody tr th,
#help .table_contents03.ranking-table table tbody tr td {
	height: 6rem;
}

#help .table_contents02.ranking-table table tbody tr,
#help .table_contents03.ranking-table table tbody tr {
	background: #fff;
}

.campaign_request {
	max-width: 1200px;
	margin: 0 auto;
}
.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: #39B54A;
    box-shadow: 0px 8px 0px 0px #009245;
    margin-right: 40px;
}
.campaign_request ul li:last-child a {
	background: #f7931e;
    box-shadow: 0px 8px 0px 0px #e05a1e;
}
.banner_follow {
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	right: 10px;
	max-width: 240px;
	animation: fadeIn .5s;
}
.banner_follow img {
	transition: .5s;
}
.banner_follow img:hover {
	filter: brightness(110%);
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.icon_remove {
	position: absolute;
	top: 26px;
	right: 26px;
	max-width: 40px;
	cursor: pointer;
}

.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: 140px;
		right: 0;
		margin: auto;
		z-index: 10000;
		background: #fff;
		height: 480px;
		width: 144px;
	}
	#help .menu-box ul {
		height: 100%;
	}
	#help .menu-box ul li {
		height: calc(100% / 3.5);
	}
	#help .menu-box ul li a {
		text-align: center;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		position: relative;
		padding: 3rem 2rem 1.5rem;
		color: #e50012;
		height: 100%;
		line-height: 1.2;
		font-weight: bold;
		transition: 0.5s ease;
	}
	#help .menu-box ul li:nth-child(1),
	#help .menu-box ul li:nth-child(2) {
		height: calc(100% / 4.5);
	}
	#help .menu-box ul li a:hover {
		background: #fce5e7;
	}
	#help .menu-box ul li:nth-child(4) a {
		height: calc(100% - 7px);
	}
	#help .menu-box ul li a::after {
		position: absolute;
		content: "";
		border-bottom: 1px dotted #ccc;
		width: 80%;
		bottom: 0;

	}
	#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: -25px;
		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: -27px;
		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(4) 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: 10000;
		border-top: 1px solid #e50012;
	}
	#help .menu-box ul {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	#help .menu-box ul li {
		width: calc(100% / 4);
		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;
		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(3) {
		border-width: 0 1px 0;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		background: url(../images/nav-icon01.png) no-repeat;
		background-size: 80%;
		width: 36px;
		height: 26px;
		left: 10px;
		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: 10px;
		top: 25px;
	}
	#help .menu-box ul li:nth-child(3) a::before {
		background: url(../images/nav-icon03.png) no-repeat;
		background-size: 80%;
		width: 31px;
		height: 54px;
		left: 10px;
		top: 18px;
	}
	#help .menu-box ul li:nth-child(4) a::before {
		background: url(../images/nav-icon04.png) no-repeat;
		background-size: 80%;
		width: 45px;
		height: 34px;
		left: 5px;
		top: 30px;
	}
	footer {
		padding-bottom: 8rem;
	}
	.banner_follow {
		bottom: 95px;
	}
}

@media screen and (min-width:1200px) {
	.ranking-title br {
		display: none;
	}
}

@media screen and (max-width:1199px) {
	html, body {
		overflow-x: hidden;
	}
	#help section,
	#help aside,
	.campaign_request {
		width: calc(100% - 2rem);
	}
	#help .main-bg img,
	#help .tab ul,
	#help aside {
		max-width: 100%;
	}
	#help .tab ul li {
		width: calc((100% / 4) - 1.5rem);
		margin: 0 1rem;
	}
	#help .tab ul li a {
		width: 100%;
	}
	#help .tab ul li:first-child {
		margin-left: 0;
	}
	#help .tab ul li:last-child {
		margin-right: 0;
	}
	#help .main-bg img {
		max-width: 97%;
	}
	#help .ranking-title::before {
		top: 12px;
	}
	.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-box ul li {
		margin: 0 1rem;
	}
	#help nav ul li:last-child {
		margin-left: 1rem;
	}
	#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;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		background: url(../images/nav-icon01.png) no-repeat;
		background-size: 70%;
		width: 36px;
		height: 26px;
		left: 10px;
		top: 24px;
	}
	#help .menu-box ul li:nth-child(2) a::before {
		background: url(../images/nav-icon02.png) no-repeat;
		background-size: 70%;
		width: 29px;
		height: 37px;
		left: 10px;
		top: 18px;
	}
	#help .menu-box ul li:nth-child(3) a::before {
		background: url(../images/nav-icon03.png) no-repeat;
		background-size: 70%;
		width: 31px;
		height: 54px;
		left: 10px;
		top: 12px;
	}
	#help .menu-box ul li:nth-child(4) a::before {
		background: url(../images/nav-icon04.png) no-repeat;
		background-size: 70%;
		width: 45px;
		height: 34px;
		left: 2px;
		top: 24px;
	}
	.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;
	}
	.banner_follow {
		bottom: 80px;
	}
}

@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:768px) {
	#help .md-br,
	.sp-img {
		display: none;
	}
	#help .sp-nav {
		display: none;
	}
	#help nav {
		position: fixed;
		width: calc(100% - 4rem);
		z-index: 1000;
		transition: 0.3s ease;
	}
	#help .header-main {
		padding-top: 8rem;
	}
	#help nav.fixed {
		width: 100%;
		margin: 0;
		top: 0;
		opacity: 0;
		animation: fadein 0.3s linear 0s forwards;
	}
	@keyframes fadein {
		from {
			opacity: 0;
		  }
		
		  to {
			opacity: 1;
		  }
		}
	#help nav.fixed ul {
		border-radius: 0;
	}
	.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) {
	.banner_follow {
		max-width: 180px;
	}
	.icon_remove {
		max-width: 30px;
		top: 20px;
		right: 20px;
	}
}

@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;
	}
	#help nav.pc-nav-box ul {
		justify-content: space-between;
	}
	#help nav.sp-nav ul {
		background: #fce5e7;
		justify-content: space-between;
	}
	#help nav ul {
		padding: 0.5rem 1.5rem;
		align-items: center;
	}
	.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;
	}
	.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: #e50012;
	}
	.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 .sec02 .sec-left, #help .sec02 .sec-right {
		width: auto;
	}
	#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 .tab ul li a:nth-child(1)::before,
	#help .tab ul li a:nth-child(2)::before,
	#help .tab ul li a:nth-child(3)::before,
	#help .tab ul li a:nth-child(4)::before {
		background-size: 80%;
		background-position: center;
	}
	#help .menu-box {
		position: fixed;
		background: #fff;
		height: 16rem;
		width: 100%;
		bottom: 0;
		border-top: 1px solid #e50012;
	}
	#help .menu-box ul li {
		width: calc(100% / 2);
		height: 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: 16rem;
	}
	.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;
	}
	#help .header-main {
		padding-top: 21%;
		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;
	}
	.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;
	}
	.banner_follow {
		bottom: 138px;
	}
}

@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;
	}
}

@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 #39b54a;
		color: #39b54a;
	}
	#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 aside p {
		text-align: left;
		font-size: 1.6rem;
	}
	#help .aside-box {
		flex-direction: column;
		padding: 2rem 0 0;
	}
	#help .aside-box div:first-of-type {
		margin-bottom: 2rem;
	}
	#help aside p:nth-of-type(2) {
		padding: 1rem;
	}
	#help .sp-nav ul li.tx-time {
		font-size: 1.4rem;
	}
	#help nav ul {
		padding: 0.5rem;
	}
	#help .pc-nav-box ul li {
		margin: 0;
	}
	#help section {
		border-width: 6px !important;
	}
	#help .course02::after, #help .course03::after {
		top: 18px;
		height: 6px;
	}
	#help .menu-box ul li br.menu-box-br {
		display: block;
	}
	#help .course04::before {
		top: -30px;
	}
	#help .course04::after {
		top: 18px;
	}
	#help .course04::after {
		height: 6px;
	}
	#help .sp-tab li a {
		font-size: 1.8rem;
		font-weight: bold;
		display: block;
		height: 100%;
	}
	#help .header-main {
		padding-top: 15rem;
	}
	#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;
	}
	.campaign_request ul li a {
		font-size: 2.7rem;
	}
	.campaign_request ul li:first-child a {
		box-shadow: 0px 6px 0px 0px #009245;
	}
	.campaign_request ul li:last-child a {
		box-shadow: 0px 6px 0px 0px #e05a1e;
	}
	#help header {
		background-position: 40%;
	}
	.banner_follow {
		max-width: 150px;
	}
	.icon_remove {
		max-width: 24px;
		top: 16px;
		right: 16px;
	}
}
@media screen and (max-width:375px) {
	#help .header-main {
		padding-top: 120px;
	}
	.head-txt_sp {
		top: 12.5%;
	}
	#help .main-bg img {
		margin-top: 0;
	}
	.banner_follow {
		bottom: 119px;
	}
	#help .menu-box {
		height: 110px;
	}
	#help .menu-box ul li a {
		line-height: 1.2;
	}
	#help .menu-box ul li:nth-child(1) a::before {
		top: 19px;
	}
	#help .menu-box ul li:nth-child(2) a::before {
		top: 15px;
	}
	#help .menu-box ul li:nth-child(3) a::before {
		top: 7px;
	}
	#help .menu-box ul li:nth-child(4) a::before {
		top: 18px;
	}
}