@charset "UTF-8";

/*green-line*/
/* #contents ul.guidance li.zeimusyo{
	background: #fff;
	border: 2px solid #197f4a;
	padding: 10px 10px 0 10px;
	margin: 30px 0;
} */

#contents ul.link li a{
	padding: 0;
}

#contents ul.link li.note{
	margin-bottom: 20px;
}

#contents ul.link li.helpdesk_time{
	margin-bottom: 20px;
}

#contents .form-note {
	margin-bottom: 20px;
}

/* title */
#title{
	border-bottom: none;
}

/* contact_box */
.contact_box {
	margin-bottom: 60px;
}
.contact_box p {
	line-height: 1.8;
}

/* deducation-menu-link-style-change */
.deducation-menu-link-style-change {
	position: relative;
	display: block;
	margin: 20px 0 30px 0;
}

/* guidance */
#contents .guidance a {
	text-decoration: underline;
}

/* contact */
#contents .deducation-menu-detail .label {
	margin-top: 0;
}

.contact_freq,
.contact_faq,
.contact_bot{
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
}

.contact_freq{
	background-image: url(../../img2024/sp/contact_freq.svg);
}
.contact_faq{
	background-image: url(../../img2024/sp/contact_faq.svg);
}
.contact_bot{
	background-image: url(../../img2024/sp/contact_bot.svg);
}

/* open-close handle */
#contents .oc-handle.toggle_img::after {
	transform: rotate(-90deg);
}


/* oc-help */
#contents .oc-help {
	margin-top: 30px;
	margin-bottom: 35px;
}
.oc-help span {
	display: block;
	line-height: 1.8;
}
.oc-help .contact_tel a {
	display: block;
	font-size: 2.3rem;
}
.oc-help .contact_tel_small a {
	display: block;
	font-size: 1.6rem;
}
.oc-help .note {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

/*ul.list*/
#contents ul.list li{
	padding: 0;
}

#contents ul.link li.helpdesk_time a,
#contents ul.link li.zeimusyo a{
	padding-left: 25px;
}

#contents ul.link li.helpdesk_time a::before,
#contents ul.link li.zeimusyo a::before{
	left: 0;
	top: 10px;
}

#contents ul.link li.contact_tel a::before{
	display: none;
}
#contents ul.link li.contact_tel_small a::before{
	display: none;
}
#contents ul.link li span.guidance_kome_mark a::before{
	content: none;
}

ul ul {
    list-style-type: disc;
    margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.font_red{
	color: #dd2246;
}

.contact_box #guidance_title {
	font-size: clamp(1.17em, 3vw, 1.5em);
}

.contact_box hr.separator-line {
	height: 1px;
	width: 100%;
	margin: -15px 0;
	background-color: #c4bcb3;
}