@charset "UTF-8";
/* Scss Document */
/* color */
/* media queries*/
.box_top ul li {
  margin-bottom: 1rem; }
.box_top ol li {
  margin-bottom: 5px; }
  .box_top ol li a {
    text-decoration: underline; }


.box_bottom ul li:nth-of-type(4) img {
		margin-top: 2rem;
		margin-bottom: 1rem;
}
.box_bottom ul li:nth-of-type(5) img {
		margin-top: 2rem;
		margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
		.box_bottom ul li:nth-of-type(4) img {
				margin-top: 0rem;
				margin-bottom: 0rem;
		}
		.box_bottom ul li:nth-of-type(5) img {
				margin-top: 0rem;
				margin-bottom: 0rem;
		}
}

picture.pic-center {
  display: block;
  margin: 20px auto 0;
  text-align: center; }

.link_more + .link_more {
  padding-top: 0;
  margin-top: -.5rem; }

p.link_more {
  background: none;
  text-align: left;
  padding: .5rem;
  margin: 0; }
  p.link_more:before {
    font-family: "Font Awesome 5 Free";
    content: " \f0da";
    font-weight: 900;
    color: #f26628;
    margin-right: .5rem; }
  p.link_more a {
    display: inline;
    color: #f26628;
    text-decoration: underline; }
    p.link_more a:hover {
      text-decoration: underline !important; }

/*========== IE用202206まで ==========*/
.img_box img.img-fluid {
  width: 100% !important; }

/*========== IE用202206まで ==========*/



/* === 2024新規 === */
.outsorcing_head {
		background: url("../img/outsorcing_head_bg.jpg") no-repeat;
		background-position: 50% center;
		background-size: cover;
}
