@charset "utf-8";

/* =============================================
	function
============================================= */
.base-frame{
  margin-bottom: 70px;
}
.simple-section + .simple-section {
  margin-top: 50px;
}
.simple-section:first-child .ttl_lv1{
  margin-top: 0;
} 
#how_apply{
  margin-top: 70px;
}
.simple-section p{
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.simple-section li{
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.info_cont{
	margin: 10px 0 10px;
	padding: 35px;
	border: 1px solid var(--line-light);
	font-size: 1.3rem;
}
.simple-section h4{
  margin: 0 0 20px;
  padding: 15px;
  font-size: 1.6rem;
  background-color: var(--bg-color-dark);
  color: #fff;
}
.anchor_path{
  gap: 10px;
}
.anchor_path li{
 flex: 1;
}
ol.decimal {
  margin: 0;
}
ol.decimal > li:before{
	content: counter(li);
	counter-increment: li;
	margin: 0 5px 0 0;
	padding: 3px 6px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #b5c4cc;
	border-radius: 15px;
	line-height: 1;
	color: #676a71;
	font-weight: bold;
}
.note_indent1 .link_arrow{
  padding-left: 3.0rem;
  position: relative;
}
.note_indent1 .link_arrow::before{
  margin: auto 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

p.web_apply_img{
  margin: 0 0 10px;
  padding: 0;
	text-align: center;
	position: relative;
}
img.img_border{
	border: solid 1px #ccc;
  max-width: 100%;
  height: auto;
}

.apply_img{
  text-align: center;
}
.link-btn__wrap{
  padding: 15px 15px 5px;
  background-color: var(--bg-color-light2);
}
.link-btn a{
  width: 300px;
  padding: 15px 35px 15px 15px;
  display: block;
  position: relative;
  height: 100%;
  background-color: var(--bg-color-darkpoint-color);
  color: #333;
  transition: all 0.1s ease;
  border: 1px solid var(--nikken-red);
  font-size: 2.5rem;
  margin: 0 auto 10px;
  color: var(--nikken-red);
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-weight: 700;
  box-shadow: 3px 3px 0px #e6e6e6;
  background-color: #fff;
}
.link-btn a::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 33px;
  height: 11px;
  background: url(/nikken/img/arrow-s.svg) no-repeat left top;
  background-size: 27px 11px;
  transition: all 0.1s ease;
}
.link-btn a:hover{
  opacity: 0.8;
  box-shadow: 2px 2px 0px #e6e6e6;
}
.link-btn a:hover::before{
  background-position: 5px top;
}
.link-btn a span img{
  margin: -1px 10px 0 0;
  vertical-align: middle;
}
.info_cont p.note_indent1{
  font-size: 1.4rem;
}
.info_cont h3{
  margin: 70px 0 20px;
  padding: 0 0 10px;
  font-size: 2.0rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .apply_img__wrap{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .apply_img__wrap .decimal,
  .apply_img__wrap > div{
    flex: 1;
  }
  .apply_img__wrap > p{
    max-width: 50%;
  }
  .apply_img__wrap p > img{
    width: 100%;
    height: auto;
  }

}

/* ----------------------------- */
@media screen and (max-width: 767px){

}
