@charset "utf-8";

/*===========================================================
For beginner
===========================================================*/

.beginner01-container,
.beginner02-container {
    border-image-source: url(/system_panel/uploads/images/widow_black.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    /* border-image-repeat: round; */
	will-change: max-height, opacity;
}

.beginner01-text-box a {
	color: #33322E;
	text-decoration: underline;
}

.beginner01-text-box a:hover {
	color: #33322E;
	text-decoration: none;
}

.beginner01-btn-area {
    gap: 20px;
}

.beginner01-img-flex {
    gap: 20px;
}

.beginner01-main-title-box {
    border-bottom: 1px solid #33322E;
    padding: 0 0 20px;
}

.beginner02-area .text01 br {
	display: none;
}

/* .beginner01-btn-area .btn04 {
	height: auto;
	padding: 5px 10px;
} */

/*===========================================================
accordion
===========================================================*/

.faqList {
	padding: 0 15px;
}

.faqList:last-child {
    margin: 0;
}

.accordionBtn {
    position: relative;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 10px;
    border-radius: 3px;
}

.faqIcon {
	border: 1px solid #A3CC52;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}  

.qIcon {
    color: #fff;
    background: #A3CC52;
}

.aIcon {
    color: #33322E;
    background: #fff;
    border-color: #33322E;
}

.qBox {
	display: flex;
	align-items: center;
}

.qBox:hover {
    opacity: .5;
}

.question {
	max-width: 900px;
	width: 75%;
	margin: 0 0 0 1.6%;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	flex: 1;
}

.aBox {
	display: none;
}

.answerInBox {
	display: flex;
	align-items: center;
	padding: 10px 0 0;
}

.answer {
    max-width: 900px;
    width: 75%;
	margin: 0 0 0 1.6%;
    font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.05em;
    line-height: 1.688em;
}

.answer > a {
    display: inline-block;
}

.faqList {
	overflow: hidden;
}

/*アコーディオンアイコン*/

.accordionIcon {
	position: relative;
	width: 100%;
	height: 24px;
	margin-right: 5px;
	margin: 0 0 0 5%;
	max-width: 24px;
	border-radius: 50%;
}

.accordionIconItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 2px;
	background-color: #A3CC52;
	border-radius: 4px;
	top: 50%;
	transform: rotate(0deg);
}

.accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 2px;
	background-color: #A3CC52;
	border-radius: 4px;  
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.accordionIcon.active > .accordionIconItem01 {
	display: none;
}

.accordionIcon.active > .accordionIconItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}


.gjs-dashed  .aBox {
    display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 


.beginner02-area .text01 br {
	display: block;
}

/*===========================================================
accordion
===========================================================*/

.faqIcon {
    max-width: 68px;
    width: 100%;
    height: 68px;
    font-size: 18px;
} 

.question,.answer  {
    width: 83%;
}

.faqList:last-child {
	margin: 0;
}

.question,.answer {
	font-size: 16px;
}

.accordionIcon {
	margin: 0 0 0 8.9%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */