@charset "Shift_JIS";

/* message */
#contents .message.main {
	background: #fff;
	border: 2px solid #197f4a;
	line-height: 1.8;
	padding: 10px;
}

#contents .message.main ul {
	margin-top: 10px;
}

#contents .message.main li {
	padding-left: 20px;
}

/* news */
.news {
	margin-top : 30px;
	border: 1px solid #197f4a;
	box-sizing: border-box;
	background: #fff;
}
.news_title {
	background: #197f4a;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	position: relative;
}
.news_title span {
	position: absolute;
	right: 4px;
	top: 4px;
	background: #fff;
	width: 60px;
	line-height: 28px;
	border-radius: 14px;
}
.news_title span a {
	display: block;
	color: #197f4a;
}

.news_slide {
	list-style: none;
	width: 100%;
	min-height: 90px;/*高さ統一*/
	max-height: 270px;/*高さ統一*/
	overflow: hidden;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.news_item {
	width: 100%;
	height: 90px;/*高さ統一*/
	position: relative;
}

.news_textBox {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 65%;
	transform: translate(0, -48%);
}

#contents ul.list {
	margin: 0;
}

#contents .dialog-main ul.list {
	margin: 20px 0 0;
}

.news_textBox dl {
	margin: 0;
}

/*はみ出した分を"..."で表示*/
.news_textBox dd {
	width: 100%;
	height: 60px;/*高さ統一*/
	margin: 0 0 10px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
#contents ul.link li a::before {
	top: 9px;
	left: -20px;
}

#contents ul.link li, #contents ul.link li a {
	padding: 0;
}

/* flow */
.flow_img {
	text-align: center;
}
.flow_img img {
	width: 100%;
}
.flow_img a {
	display: block;
}


/* creation */
#contents .deducation-menu-detail .label {
	margin-top: 2px;
}

.creation{
	padding-top: 20px;
}

.new_creation,
.from_data{
	width: 100%;
	height: 60px;
	background-image: url(../../img2025/sp/new_creation.svg);
	background-repeat: no-repeat;
}

.from_data{
	background-image: url(../../img2025/sp/from_data.svg);
}

footer nav ul li{
	width: 50%;
}

/*Javascript無効注意文で追加*/
#scriptWarning_wrap{
	background: #fff;
	padding: 0 20px 13px;
}

#scriptWarning_wrap p.scriptWarning{
	line-height: 1.8;
	color: #f00;
	font-weight: bold;
}


#scriptWarning_contents ul.list{
	margin: 0px;
}



#scriptWarning_contents ul.list {
	padding: 0;
	list-style: none
}


#scriptWarning_contents ul.list li {
	margin-bottom: 0px;
	position: relative
}

#scriptWarning_contents ul.list li {
	padding: 0 0 0 20px
}

#scriptWarning_contents ul.list li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #555;
	vertical-align: top;
	left: 4px;
	top: 10px;
	border-radius: 50%
}

#scriptWarning_contents ul.list li:last-child {
	margin-bottom: 0
}

#scriptWarning_contents ul.link li {
	margin: 0
}

#scriptWarning_contents ul.link li::before {
	width: 0
}

#scriptWarning_contents ul.link li:first-child {
	margin-top: -10px
}

#scriptWarning_contents ul.link li a {
	display: inline-block;
	color: #444;
	text-decoration: underline;
	position: relative;
	padding: 10px 0
}

#scriptWarning_contents ul.link li a::before {
	position: absolute;
	content: "";
	vertical-align: top;
	top: 15px;
	left: -20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.font_red{
	color: #dd2246;
}

/* modal */
#contents .modal-frame-border {
	border: 1px dashed #999;
	margin-bottom: 20px
}

ol.progress-bar {
	transform: scale(0.9) translate(-10px);
}

.caption {
	font-weight: bold;
	caption-side: top;
}

.dialog-main {
	min-height: 60vh;
	max-height: 80vh;
}

.progress-bar {
	margin: 12px -19px 7px 0px;
}

/* correction */
#contents .oc-handle {
  font-size: clamp(1.17em, 3vw, 1.5em);
  border-bottom: 2px solid #197f4a;
}

#contents .form-note{
  padding-left: 20px;
  font-size: 1.4rem;
  margin-top: 10px;
}

#contents .guidance.ks{
  margin-bottom: 20px;
}

#contents .inner-link.kousei{
  margin: 5px 20px;
}