@charset "utf-8";

.mainarea p {
	margin: 35px 0 30px;
	font-size: 26px;
}
.mainarea .logo {
	position: relative;
	max-width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.mainarea p {
		margin: 3% 0;
		font-size: 3vw;
	}
}
@media screen and (max-width: 480px) {
	.mainarea p {
		font-size: 3.6vw;
	}
}

.sec01 h2 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
}
.sec01 h2 img {
	margin-top: 25px;
}
.sec01 .imgCol {
	display: flex;
	align-items: center;
}
.sec01 .imgCol img {
	margin-right: 35px;
	width: 320px;
}
.sec01 .centerTitle {
	margin-top: 90px;
}
.sec01 .pickupBox {
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	background: url(../img/bg_01.png) no-repeat 50% 100%;
	padding: 55px 30px 120px;
	text-align: center;
}
.sec01 .pickupBox ul {
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
.sec01 .pickupBox li {
	padding-left: 22px;
	background: url(../img/mrk_02.png) no-repeat 0 5px;
	font-size: 20px;
}
.sec01 .pickupBox li + li {
	margin-top: 30px;
}
.sec01 .pickupBox strong {
	position: relative;
	background: linear-gradient(to top, #fff 0, #fff 5px, #fffd38 6px, #fffd38 11px, #fff 12px);
}
.sec01 .flow {
	display: flex;
	justify-content: space-between;
}
.sec01 .flow li {
	position: relative;
	width: 31.37%;
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	padding: 20px 20px 20.7%;
}
.sec01 .flow li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -24px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-left: 23px solid #004386;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
}
.sec01 .flow li:last-child::after {
	display: none;
}
.sec01 .flow .textArea {
	position: relative;
	padding-left: 55px;
}
.sec01 .flow .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #004386;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
}
.sec01 .flow .title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.sec01 .flow .note {
	font-size: 80%;
}
.sec01 .flow img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
}
.sec01 .btnArea {
	margin: 80px 0;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.sec01 h2 {
		margin-bottom: 40px;
		font-size: 28px;
	}
	.sec01 h2 img {
		margin-top: 15px;
		width: 300px;
	}
	.sec01 .imgCol img {
		width: 280px;
		max-width: 40%;
	}
	.sec01 .centerTitle {
		margin-top: 60px;
	}
	.sec01 .pickupBox {
		padding: 40px 30px 120px;
	}
	.sec01 .pickupBox li + li {
		margin-top: 20px;
	}
	.sec01 .flow {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 4%;
		max-width: 700px;
		margin: 0 auto;
	}
	.sec01 .flow li {
		width: 47%;
		padding: 20px 20px 31%;
	}
	.sec01 .btnArea {
		margin: 50px 0;
	}
}
@media screen and (max-width: 600px) {
	.sec01 h2 {
		margin-bottom: 8%;
		font-size: 5vw;
		line-height: 1.3;
	}
	.sec01 h2 img {
		margin-top: 10px;
		width: 60%;
	}
	.sec01 .imgCol {
		flex-direction: column-reverse;
	}
	.sec01 .imgCol img {
		margin: 20px 0 0;
		max-width: 60%;
	}
	.sec01 .centerTitle {
		margin-top: 12%;
	}
	.sec01 .pickupBox {
		border-radius: 15px;
		padding: 25px 15px 17%;
		background-size: 200% auto;
	}
	.sec01 .pickupBox li {
		padding-left: 18px;
		background-size: 12px auto;
		font-size: 15px;
	}
	.sec01 .pickupBox li + li {
		margin-top: 15px;
	}
	.sec01 .pickupBox strong {
		background: linear-gradient(to top, #fff 0, #fff 4px, #fffd38 5px, #fffd38 8px, #fff 9px);
	}
	.sec01 .flow {
		max-width: 400px;
	}
	.sec01 .flow li {
		width: 100%;
		border-radius: 15px;
		padding: 15px 15px 0;
	}
	.sec01 .flow li::after {
		top: auto;
		left: 0;
		right: 0;
		bottom: -19px;
		width: 0;
		margin: 0 auto;
		border-top: 18px solid #004386;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: none;
	}
	.sec01 .flow .textArea {
		margin-bottom: 10px;
		padding-left: 45px;
	}
	.sec01 .flow .num {
		width: 36px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
	}
	.sec01 .flow .title {
		font-size: 18px;
	}
	.sec01 .flow img {
		position: static;
		display: block;
		border-radius: 0 0 15px 15px;
		width: 80%;
	}
	.sec01 .btnArea {
		margin: 30px 0;
	}
}

.accordion_component {
	max-width: none;
	border: 1px solid #80af23;
	border-radius: 6px;
}
.accordion_header {
	background-color: #80af23;
	padding: 16px 0;
	text-align: center;
	color: #fff;
}
.accordion_header:before,
.accordion_header:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 4px;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto 0;
	background: #fff;
}
.accordion_header:after {
	transform: rotate(90deg);
}
.accordion_header.accordion-close:after {
	display: none;
}
.accordion_contents {
	padding: 25px 30px;
}
.accordion_contents.pt0 {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.accordion_contents {
		padding: 20px 20px 15px;
	}
	.accordion_header:before,
	.accordion_header:after {
		width: 16px;
		height: 2px;
		right: 12px;
	}
}

.checkText {
	display: inline-block;
	background: url(../img/mrk_02.png) no-repeat 0 4px;
	padding-left: 24px;
	color: #333;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.checkText {
		background-size: 14px auto;
		background-position: 0 3px;
		padding-left: 20px;
	}
}

.table {
	margin: 0;
	width: 100%;
}
.table th,
.table td {
	border-left: none;
	border-right: none;
	background-color: #fff;
	line-height: 1.6;
}
.table tr:first-child th,
.table tr:first-child td {
	border-top: none;
}
.table th {
	width: 29%;
	padding: 30px;
	font-weight: bold;
}
.table th > span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.table th > span::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 10px;
	background-color: #000;
}
.table td {
	padding: 30px 20px;
}
.table .note {
	margin-top: 10px;
	font-size: 80%;
}
@media screen and (max-width: 1000px) {
	.table th {
		padding: 20px;
	}
	.table th > span::before {
		top: 6px;
	}
	.table td {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 600px) {
	.table th {
		padding: 10px 15px 10px 0;
		font-size: 12px;
	}
	.table th > span {
		padding-left: 8px;
	}
	.table th > span::before {
		top: 4px;
		width: 3px;
		height: 8px;
	}
	.table td {
		padding: 10px 0;
		font-size: 12px;
	}
	.table td p {
		font-size: 12px;
	}
	.table .note {
		margin-top: 5px;
	}
}

.mrkTitle {
	margin: 70px 0 50px;
	background: url(../img/mrk_02.png) no-repeat 0 9px;
	padding-left: 30px;
	font-size: 30px;
	font-weight: bold;
}
.mrkTitle:first-child {
	margin-top: 0;
}
.mrkTitle > span {
	background: linear-gradient(to top, transparent 4px, #fffd38 5px, #fffd38 9px, transparent 10px);
}
.mrkText {
	padding-left: 30px;
}
@media screen and (max-width: 1000px){
	.mrkTitle {
		margin: 50px 0 25px;
		background-position: 0 6px;
		padding-left: 25px;
		font-size: 24px;
	}
	.mrkText {
		padding-left: 25px;
	}
}
@media screen and (max-width: 480px){
	.mrkTitle {
		margin: 30px 0 12px;
		background-position: 0 4px;
		background-size: 12px auto;
		padding-left: 18px;
		font-size: 18px;
	}
	.mrkText {
		padding-left: 0;
	}
}

.boldTitle {
	margin: 40px 0 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 1000px){
	.boldTitle {
		margin: 30px 0 20px;
	}
}
@media screen and (max-width: 480px){
	.boldTitle {
		margin: 30px 0 15px;
		font-size: 16px;
	}
}

.borderSection {
	margin: 50px 0 75px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 75px;
}
.borderSection.s_marginS {
	margin-bottom: 40px;
}
@media screen and (max-width: 1000px){
	.borderSection {
		margin: 40px 0 50px;
		padding-bottom: 50px;
	}
	.borderSection.s_marginS {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px){
	.borderSection {
		margin: 25px 0 30px;
		padding-bottom: 30px;
	}
	.borderSection.s_marginS {
		margin-bottom: 20px;
	}
}

.sec02 .note {
	margin-bottom: 10px;
	font-size: 80%;
	text-indent: -1em;
	padding-left: 1em;
}
.sec02 .imgCol01 {
	position: relative;
	min-height: 240px;
	padding-right: 300px;
}
.sec02 .imgCol01 .img {
	position: absolute;
	top: 0;
	right: 0;
}
.sec02 .imgCol02 {
	position: relative;
}
.sec02 .imgCol02 .img {
	position: absolute;
	top: 0;
	right: 0;
}
.sec02 .bnrArea {
	display: flex;
	gap: 30px;
}
@media screen and (max-width: 1200px){
	.sec02 .bnrArea {
		flex-direction: column;
		gap: 20px;
	}
}
@media screen and (max-width: 1000px){
	.sec02 .imgCol01 {
		min-height: 20vw;
		padding-right: 35%;
	}
	.sec02 .imgCol01 .img {
		max-width: 30%;
	}
	.sec02 .imgCol02 {
		padding-right: 25%;
	}
	.sec02 .imgCol02 .img {
		max-width: 20%;
	}
}
@media screen and (max-width: 600px){
	.sec02 .imgCol01 {
		min-height: 0;
		padding-right: 0;
	}
	.sec02 .imgCol01 .img {
		position: static;
		max-width: 60%;
		margin: 15px auto 0;
		text-align: center;
	}
	.sec02 .imgCol02 {
		padding-right: 0;
	}
	.sec02 .imgCol02 .img {
		position: static;
		max-width: 35%;
		margin: 15px auto;
		text-align: center;
	}
}

.storeLink {
	display: flex;
	gap: 10px;
}

.leftImg01 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
}
.leftImg01 img {
	max-width: 30%;
}

.leftImg02 {
	position: relative;
	margin: 75px 0 0;
	padding-left: 170px;
}
.leftImg02.s_inBox {
	margin-left: 0;
	min-height: 100px;
}
.leftImg02.s_hasLogo {
	padding-right: 380px;
	min-height: 200px;
}
.leftImg02 + .leftImg02 {
	margin-top: 100px;
}
.leftImg02 + .leftImg02.s_inBox {
	margin-top: 80px;
}
.leftImg02 h4 {
	margin-bottom: 15px;
	color: #c03;
	font-weight: bold;
	line-height: 1.3;
}
.leftImg02 .text {
	margin-bottom: 20px;
}
.leftImg02 .note {
	margin-top: 3px;
	font-size: 80%;
}
.leftImg02 .img {
	position: absolute;
	top: 0;
	left: -30px;
}
.leftImg02.s_inBox .img {
	left: 0;
}
.leftImg02 .logo {
	position: absolute;
	top: 0;
	right: 0;
}
.leftImg02 .link01 {
	position: absolute;
	top: 3%;
	right: 2%;
	font-size: 12px;
}
@media screen and (max-width: 1000px){
	.leftImg02 {
		margin: 50px 0 0;
	}
	.leftImg02.s_hasLogo {
		padding-right: 0;
	}
	.leftImg02 + .leftImg02 {
		margin-top: 60px;
	}
	.leftImg02 + .leftImg02.s_inBox {
		margin-top: 50px;
	}
	.leftImg02 .img {
		left: 0;
		width: 160px;
	}
	.leftImg02 .logo {
		position: relative;
		display: block;
		max-width: 340px;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 600px){
	.leftImg02.tp_other {
		padding-left: 0;
	}
	.leftImg02.tp_other .colorBtn {
		display: flex;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px){
	.leftImg02 {
		margin: 30px 0 0;
		padding-left: 0;
	}
	.leftImg02 + .leftImg02 {
		margin-top: 40px;
	}
	.leftImg02 + .leftImg02.s_inBox {
		margin-top: 40px;
	}
	.leftImg02 h4 {
		margin-bottom: 10px;
	}
	.leftImg02 .text {
		margin-bottom: 10px;
	}
	.leftImg02 .img {
		position: static;
		display: block;
		margin: 15px auto;
		width: 190px;
	}
	.leftImg02.s_inBox .img {
		width: 132px;
	}
	.leftImg02 .logo {
		margin: 0 auto 20px;
	}
	.leftImg02 .colorBtn {
		display: flex;
		margin: 0 auto;
	}
}

.sec03 .aboutBox {
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	padding: 30px;
}
.sec03 .aboutBox .text {
	margin-bottom: 25px;
	display: flex;
}
.sec03 .aboutBox h5 {
	color: #c03;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.5714;
	white-space: nowrap;
}
.sec03 .aboutBox p {
	position: relative;
	padding-left: 50px;
}
.sec03 .aboutBox p::before {
	content: '｜';
	position: absolute;
	top: 0;
	left: 18px;
}
.sec03 .btnArea {
	margin: 35px 0 15px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.sec03 .aboutBox {
		border-radius: 15px;
		padding: 20px;
	}
	.sec03 .aboutBox .text {
		margin-bottom: 15px;
		display: block;
	}
	.sec03 .aboutBox h5 {
		margin-bottom: 3px;
	}
	.sec03 .aboutBox p {
		padding-left: 0;
	}
	.sec03 .aboutBox p::before {
		display: none;
	}
	.sec03 .btnArea {
		margin: 25px 0 5px;
	}
}

.sec04 .registBox {
	border: 1px solid #b9b9b9;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
}
.sec04 .registBox p {
	margin-bottom: 20px;
	color: #c03;
	font-weight: bold;
}
@media screen and (max-width: 480px){
	.sec04 .registBox {
		border-radius: 15px;
		padding: 20px;
	}
	.sec04 .registBox p {
		margin-bottom: 15px;
	}
}

.sec05 .linkList {
	margin: 30px 0 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 80px;
}
.sec05 .linkList a {
	position: relative;
	padding: 3px 17px 3px 42px;
}
.sec05 .linkList img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec05 .img {
	text-align: center;
}
.sec05 .colorBtn {
	margin: 30px auto 0;
	display: flex;
	width: 400px;
}
@media screen and (max-width: 480px){
	.sec05 .linkList {
		margin: 20px 0;
		gap: 30px;
	}
	.sec05 .colorBtn {
		margin: 15px auto 0;
	}
}

.leftImg03 {
	position: relative;
	margin: 75px 0 0;
	padding-left: 170px;
}
.leftImg03 .mrkTitle {
	margin-bottom: 25px;
}
.leftImg03 p {
	margin-bottom: 15px;
}
.leftImg03 .img {
	position: absolute;
	top: 0;
	left: -30px;
}
@media screen and (max-width: 1000px){
	.leftImg03 {
		margin: 50px 0 0;
	}
	.leftImg03 .img {
		left: 0;
		width: 170px;
	}
}
@media screen and (max-width: 600px){
	.leftImg03 {
		margin: 30px 0 0;
		padding-left: 0;
	}
	.leftImg03 .mrkTitle {
		margin-bottom: 10px;
	}
	.leftImg03 p {
		margin-bottom: 10px;
	}
	.leftImg03 .img {
		position: static;
		display: block;
		width: 200px;
		margin: 0 auto 20px;
	}
}

.sec07 {
	background-color: #fff8de;
	padding: 40px 0 60px;
}
.sec07 .inner {
	position: relative;
	z-index: 1;
	padding: 0 23%;
}
.sec07 h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
.sec07 h2 strong {
	font-size: 140%;
}
.sec07 .lead {
	text-align: center;
	font-weight: bold;
}
.sec07 ul {
	margin-top: 25px;
	text-align: center;
}
.sec07 li + li {
	margin-top: 20px;
}
.sec07 .colorBtn {
	width: 540px;
	font-weight: bold;
}
.sec07 .img01 {
	position: absolute;
	top: 0;
	left: 14px;
	bottom: 65px;
	margin: auto 0;
	max-width: 22%;
}
.sec07 .img02 {
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 75px;
	margin: auto 0;
	max-width: 20%;
}
@media screen and (max-width: 1000px){
	.sec07 {
		padding: 40px 0;
	}
	.sec07 .inner {
		padding: 0 30px 0 30%;
	}
	.sec07 h2 {
	margin-bottom: 20px;
		font-size: 26px;
	}
	.sec07 ul {
	margin-top: 25px;
	}
	.sec07 li + li {
	margin-top: 20px;
	}
	.sec07 .colorBtn {
	width: 540px;
	}
	.sec07 .img01 {
	position: absolute;
	top: 0;
	left: 14px;
		bottom: 30px;
	margin: auto 0;
		max-width: 26%;
	}
	.sec07 .img02 {
		display: none;
	}
}
@media screen and (max-width: 600px){
	.sec07 {
		padding: 6% 5%;
	}
	.sec07 .inner {
		padding: 0;
	}
	.sec07 h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.sec07 ul {
		margin-top: 20px;
	}
	.sec07 .colorBtn {
		height: 50px;
	}
	.sec07 .img01 {
		position: static;
		display: block;
		margin: 20px auto 0;
		max-width: 45%;
	}
	.sec07 .img02 {
	display: none;
	}
}

.footerNote {
	margin: 30px auto 0;
	max-width: 1140px;
}
.footerNote li {
	position: relative;
	padding-left: 1em;
	color: #fff;
	font-size: 12px;
}
.footerNote li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 480px){
	.footerNote li {
		font-size: 10px;
	}
}
