._pc {
  display: block !important;
}
._sp {
  display: none !important;
}
@media screen and (max-width: 36em) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
}
.header_utility .company {
    margin-right: 1.25em;
    padding: .2em 8px .2em 30px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    background: no-repeat 10px 50%;
    background-size: 11px 17px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAiCAYAAABbXymAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpi/P//PwMtABMDjQALiGhsbLQBUoepZGZ0fX39Mpq5eOgZzIJFbDoQf0ITKwBidij7GhBvRpM3BGI3QgZ3APEjNLEMJIMvAHEFmnwmusGjkYc3jEHh9QFNjB2JrQXE5WjyFsQYXEHAMQZQPHjDOA2IhdDwGnLCGB18BeL3aGK/hl9yo2s6RgezgHgKmhg3NQzmJsag0WJztNgcqcXmCDGYcci1jwECDAArliaeJem56AAAAABJRU5ErkJggg==);
}
#headerArea .l_product p, .l_product p {
    box-sizing: content-box;
}
.sidebar_local-nav > h2, .b_page-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0052a3), color-stop(1.00, #0066cc));
  background: -webkit-linear-gradient(#0052a3, #0066cc);
  background: -moz-linear-gradient(#0052a3, #0066cc);
  background: -o-linear-gradient(#0052a3, #0066cc);
  background: -ms-linear-gradient(#0052a3, #0066cc);
  background: linear-gradient(#0052a3, #0066cc);
}
/*パンクズの＞を表示する*/
.b_topic-path span {
  font-size: 0.75rem;
}
.b_topic-path span {
  margin: 0 1.25em;
}
._top .b_topic-path, .top .b_page-title {
  display: none;
}


/* _top */
._top .b_page-title {
    color: inherit;
	overflow:clip;
}
._top .b_page-title h2 {
	font-weight: inherit;
}
._top .b_page-title._image{
background-image: url("../../images/tit_image_bg.jpg");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
background-color: #005fbd;
position: relative;
}
._top .b_page-title._image:before{
position: absolute;
content: url("../../images/tit_image.png");
right: 0;
z-index: 1;
width: 40%;
}
@media print,screen and (max-width: 1200px) {
._top .b_page-title._image:before{
top: -80px;
width: 50%;
transform: scale(0.7);
}
}
@media print,screen and (max-width: 36em) {
._top .b_page-title._image:before{
top: 20px;
width: 90%;
transform: scale(0.5);
}
}
._top .b_page-title._image .pad{
position: relative;
padding: 100px 20px;
max-width: 1200px;
margin: auto;
z-index: 2;
}
@media print,screen and (max-width: 36em) {
._top .b_page-title._image .pad{
padding: 50px 20px;
}
}
._top .b_page-title h1{
display: inline-block;
background-color: #fff;
color: #0065b7;
    padding-top: .1em;
    padding-bottom: .1em;
	font-size: 1.2rem;
	margin-bottom: 1em;
	font-weight: bold;
}

._top .b_page-title .catch{
color: #fff;
margin-bottom: 100px;
}
@media print,screen and (max-width: 36em) {
._top .b_page-title .catch{
margin-bottom: 150px;
}
}
._proof .catch{
color: #000;
margin-bottom: 50px;
}
._proof .catch p,
._top .b_page-title .catch p{
font-size:3rem;
font-weight: 700;
}
._proof .catch p+p,
._top .b_page-title .catch p+p{
font-size:1.2rem;
}
@media print,screen and (max-width: 36em) {
._proof .catch p,
._top .b_page-title .catch p{
font-size:2.1rem;
}
._proof .catch p+p,
._top .b_page-title .catch p+p{
font-size:1rem;
}
}
._top .b_page-title .m-box-type2{
text-align: left;
}
._top .b_page-title h1, ._top .b_page-title h2, ._top .b_page-title h3, ._top .b_page-title h4, ._top .b_page-title h5, ._top .b_page-title h6 {
    font-weight: 700;
}
._top .b_page-title .m-heading-type2{
padding-bottom: 0;
}
._top .b_page-title .m-heading-type2::before, ._top .b_page-title .m-heading-type2::after {
display: none;
}
.b_page-title .m-box-type2+.m-box-type2{
margin-top: 60px;
}
._proof,
._value,
._customer,
._process,
._achievement,
._inquiry{
padding-top: 80px;
}
._value .l-content-area__inner,
._customer .l-content-area__inner,
._process .l-content-area__inner,
._achievement .l-content-area__inner,
._proof .l-content-area__inner{
max-width: 1160px;
}
.m-heading-type2 span{
background-color: #005fbd;
color: #fff;
font-size: 1.1rem;
margin-right: 10px;
  vertical-align:middle;
 border-radius:15px;
 padding: 3px 20px 5px;
}

/* proof */
._proof{
background-image: url("../../images/contents_01.jpg");
background-size: cover;
}
._proof .m-box-type2 {
    background-color: rgb(0 95 200 / 0.1);
	border: solid 1px #005fbd;
}
._proof .m-box-type2+.m-box-type2{
    position: relative;
	margin-top: 70px;
}
._proof .m-box-type2+.m-box-type2::before {
  content: "+";
  position: absolute;
  font-size: 50px;
  color: #005fbd;
  top:-80px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* achievement */
._achievement .m-list-category__list {
 display: flex;
  flex-wrap: wrap;
}
._achievement .m-list-category__item{
border: 1px solid #06C;
    color: #06C;
    display: block;
    padding: 0 10px;
}

.m-heading-type2 ._circle{
position: relative;
}
.m-heading-type2 ._circle p{
position: absolute;
font-size: 1.5rem;
  top: -110px;
  right: 0;
  left: 0;
  margin: auto;
color: #fff;
   width:100px;
   height:100px;
   border-radius:50%;
   background:#002850;   
      display:flex;
   align-items:center;
   justify-content:center;
}

/* _value */
._value{
background-color: #f7f8f9;
}
@media print,screen and (max-width: 36em) {
._value .m-media__media {
    max-width: 60%;
}}
/* _customer */
._customer{
}

/* _process */
._process{
background-color: #f7f8f9;
}

/* フロー図　*/
.flow_design {
max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.flow {
  padding-left: 0;
}
.flow > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
.flow > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow > li .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #002850;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow > li dl{
margin-bottom: 2em;
}
.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #002850;
}
.flow > li dl dd {
  margin-left: 0;
}
/* _inquiry　*/
@media print,screen and (max-width: 36em) {
._inquiry .m-heading-type2__heading {
    font-size: 1.34rem;
}
}