#easy .content__2col , #other .content__2col{
	justify-content: flex-start;
}

#easy .content__2col.select{
	justify-content: space-between;
}

.content__2col.select div{
	width: 48%;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
}

h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.content__howto{
	margin-top: 50px;
}

.content__howto > div{
	margin-bottom: 30px;
}

.content__attention{
	padding: 20px;
    border: 1px solid #FF0000;
    border-radius: 10px;
    margin-top: 10px;
}

.content__attention li{
	list-style: disc;
	margin-left: 1em;
}

.panel-area{
	margin-top: 30px;
}

.panel-area .panel__title{
	margin-top: 0;
	text-align: center;
}

.panel-area .txt__step{
	margin-top: 50px;
	margin-bottom: 20px;
}

.accordion{
	cursor: pointer;
	border-bottom: 2px solid #555555;
	margin: 10px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion__open{
	display: none;
}

.accordion.open img{
	transform: rotate(180deg);
	transition-duration: 0.2s;
}

.tab-area{
	display: flex;
	justify-content: center;
}

.tab,
.tab2,
.tab3,
.tab4 {
	border: 2px solid #81838D;
	background-color: #fff;
	cursor: pointer;
	padding: 15px;
	margin: 10px;
	font-size: 24px;
}

.tab:hover,
.tab2:hover,
.tab3:hover,
.tab4:hover{
	border: 2px solid #C00000;
	color: #C00000;
}

.tab.active,
.tab2.active,
.tab3.active,
.tab4.active{
	border: 2px solid #C00000;
	color: #C00000;
}
.panel,
.panel2,
.panel3,
.panel4 {
	display: none;
}

.panel.active,
.panel2.active,
.panel3.active,
.panel4.active {
	display: block;
}
.panel__title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

#inquiry .content__col{
	background-color: #ffffff;
}

#inquiry .content__col p{
	color: #555555;
}

.text__inquiry{
	font-size: 32px;
	margin-bottom: 30px;
}

#inquiry .content__col{
	display: flex;
	align-items: center;
	width: 400px;
	height: 300px;
	padding: 30px 20px;
	font-size: 18px;
}
#inquiry .content__inner{
	padding: 0 60px;
}
.inq__bold{
	font-weight: bold;
	margin-bottom: 16px;
}
#inquiry ul{
	list-style: disc;
	padding-left: 1em;
}
#inquiry li{
	color: #555555;
	margin-bottom: 1em;
}
#inquiry .content--img{
	width: 160px;
}
#inquiry .content--img img{
	width: 100%;
}
#inquiry .content--text{
	width: 200px;
	margin-left: 10px;
}

.inc_title{
	font-size: 32px;
	text-align: left;
	margin: 50px 0 30px;
	padding: 0 60px;
}

h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}

.txt__step{
	font-weight: bold;
	font-size: 24px;
}

.content__2col{
	display: flex;
}

.content__2col img{
	width: 300px;
	margin-right: 50px;
}

.content__2col a{
	word-break: break-all;
}

.arrow__step {
	text-align: center;
	margin: 10px 0;
}

.content__2col li{
	font-size: 18px;
}

.txt__small{
	font-size: 16px;
}

.txt__attention{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px 0;
	text-align: center;
}

.txt__small.right{
	text-align: right;
}

.text__last{
	margin-top: 2em;
}

.text-red-step5{
	text-align: right;
	color: #ff0000;
}
.faq__area--numberlist{
	margin-top: 20px;
	list-style: decimal;
}
.faq__area--numberlist li{
	margin-top: 5px;
	margin-left: 1.5em;
}

.content__bg--gray p{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.content__bg--gray .content__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content__bg--gray .content__inner ul li {
    width: 300px;
    height: 200px;
    padding: 18px 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.content__bg--gray .content__inner ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.guide_icons li a img {
    width: 35%;
    margin: 20px auto;
}

@media screen and (max-width: 768px){
	#easy .content__2col.select{
		flex-direction: column;
	}

	.content__2col.select div{
		width: 100%;
	}

	.tab,
	.tab2,
	.tab3,
	.tab4{
		font-size: 12px;
		margin: 0 5px;
		padding: 12px 12px;
	}
	.panel__title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
	}
	.inc_title{
		font-size: 18px;
		margin: 30px 0 10px;
		padding: 0 15px;
	}

	h3{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 22px;
	}

	.txt__step{
		font-size: 18px;
	}

	.content__2col{
		flex-direction: column;
	}

	.content__2col img{
		width: 100%;
		margin-bottom: 10px;
	}

	.content__2col li{
		font-size: 16px;
	}

	.tab,
	.tab2,
	.tab3,
	.tab4{
		font-size: 18px;
	}

	.panel__title{
		font-size: 18px;
	}

	.arrow__step img{
		width: auto;
	}
	#inquiry .content__2col li {
		font-size: 10px;
	}

	.content__bg--gray p {
    	font-size: 18px;
	}

	.content__bg--gray .content__inner .guide_icons li {
    	height: 125px;
    	width: 160px;
    	padding: 9px 10px;
    	border-radius: 5px;
    	margin-bottom: 10px;
	}

	.txt__attention{
		font-size: 18px;
	}

	.txt__small{
		font-size: 12px;
	}

	.accordion img{
		width: 15px;
	}
}
