@charset "utf-8";
/* ------------------------------------------------------------

	special1 style

------------------------------------------------------------ */
/* ----------bnr_bearing---------- */
.bnr_bearing {
	width: 410px;
	margin: 30px auto 0;
	position: relative;
}
.bnr_bearing span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	font-size: 19px;
	font-weight: bold;
	color: #0581B7;
}
.bnr_bearing img {
	display: block;
	width: 100%;
	height: auto;
}
.bnr_bearing a:hover {
	opacity: 0.6;
}
@media only screen and (max-width:599px) {
	.bnr_bearing {
		width: 94%;
	}
}
/* ------------------- 202407 special css --------------------- */

.br-pc {
  display: block !important; }

.pc-on {
  display: block !important; }

.sp-on {
  display: none !important; }

.specialbox {
  text-align: center; }
  .specialbox h2.head1 {
    text-align: justify; }
  .specialbox h3 {
    color: #3398cb;
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
  .specialbox p.subread {
    font-size: 18px !important;
    font-weight: bold;
    text-align: justify;}
  .specialbox .flex-2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
  .specialbox .narrow-s {
    width: 580px;
    margin: 0 auto; }
    .specialbox .narrow-s li {
      width: 240px;
      margin-bottom: 30px; }
      .specialbox .narrow-s li img {
        width: 100%; }
  .specialbox .narrow {
    width: 580px;
    margin: 0 auto; }
    .specialbox .narrow li {
      width: 270px;
      margin-bottom: 30px; }
      .specialbox .narrow li img {
        width: 100%; }
  .specialbox .wider {
    width: 100%;
    margin: 0 auto; }
    .specialbox .wider li {
      width: 48%; }
      .specialbox .wider li img {
        width: 100%; }
  .specialbox .split1 {
    width: 90%;
    margin: 0 auto; }
    .specialbox .split1 li:first-child {
      width: 35%; }
    .specialbox .split1 li:nth-child(2) {
      width: 35%; }
    .specialbox .split1 li:last-child {
      width: 28%; }
    .specialbox .split1 li img {
      width: 100%; }
  .specialbox .h2box {
    display: block;
    padding: 15px 0;
    box-shadow: 2px 2px 3px 1px #555;
    margin-bottom: 15px;
    position: relative; }
    .specialbox .h2box:before {
      position: absolute;
      content: "";
      left: -1px;
      top: 0;
      height: 115%;
      width: 12px;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      background: #3398cb;
      transform: rotate(180deg); }
    .specialbox .h2box:after {
      position: absolute;
      content: "";
      right: -1px;
      top: 0;
      height: 100%;
      width: 12px;
      clip-path: polygon(100% 0, 100% 100%, 0 100%);
      background: #3398cb; }
    .specialbox .h2box h2 {
      margin-bottom: 0 !important;
      text-align: justify;
      margin: 0 5%;
      font-size: 18px; }
      .specialbox .h2box h2 span {
        font-size: 15px;
        font-weight: normal; }
    .specialbox .h2box + p {
      width: 90%;
      margin: 0 auto;
      text-align: justify; }
      .specialbox .h2box + p strong span {
        display: inline-block;
        position: relative; }
        .specialbox .h2box + p strong span:after {
          position: absolute;
          content: "";
          width: 100%;
          height: auto;
          left: 0;
          bottom: 10%;
          border-bottom: 6px solid #ffff00;
          z-index: -1; }
  .specialbox h3.head2 + p {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: justify !important; }
  .specialbox h2.head1 + p {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: justify !important; }
  .specialbox h4.uline {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px; }
    .specialbox h4.uline:after {
      position: absolute;
      content: "";
      width: 90%;
      height: 6px;
      background: #3398cb;
      left: 50%;
      bottom: -10px;
      transform: translate(-50%, 0) skew(-10deg, 0); }
  .specialbox h4.skbox {
    color: #FFF;
    font-size: 110%;
    position: relative;
    font-weight: normal;
    margin-bottom: 10px; }
    .specialbox h4.skbox span {
      position: absolute;
      width: 90%;
      height: 26px;
      background: #3398cb;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) skew(-10deg, 0);
      box-shadow: 2px 2px 3px 1px #555; }
      .specialbox h4.skbox + p {
        display: inline-block;
        line-height: 1.5;}
  .specialbox h4.h4s {
    font-size: 110%;
    text-align: justify; }
    .specialbox h4.h4s + p {
      text-align: justify; }
  .specialbox img.headph {
    display: block;
    margin-bottom: -5px; }
  .specialbox .special1_layout1 dt, .specialbox .special1_layout1 dd {
    text-align: justify; }
  .specialbox .smallread {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    font-size: 110%;
    font-weight: bold; }
  .specialbox .innerlink {
    font-size: 100% !important; }

.linetitle {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .linetitle p {
    font-size: 20px !important;
    font-weight: bold;
    color: #3398cb;
    display: inline-block;
    padding: 0 25px;
    background: #FFF; }
  .linetitle span {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background: #3398cb;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) skew(-10deg, 0);
    z-index: -1; }

figcaption {
  font-size: 14px;
  margin-top: 5px; }

img.area-img {
  width: 550px; }

.linkbox {
  display: inline-block; }
  .linkbox a {
    display: block;
    text-align: justify;
    font-size: 14px;
    color: #ea5755; }
    .linkbox a p {
      display: inline-block;
      position: relative; }
      .linkbox a p:before {
        position: absolute;
        content: "";
        width: 11px;
        height: 11px;
        background: url("../corporate/images_special1/link_arrow.svg") no-repeat;
        background-size: contain;
        background-position: center;
        left: -20px;
        top: 50%;
        transform: translateY(-50%); }
    .linkbox a:hover {
      color: #3398cb;
      text-decoration: underline; }

.profilebox {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  background: linear-gradient(45deg, transparent 10px, #d2ebfa 10px), linear-gradient(135deg, transparent 10px, #d2ebfa 10px), linear-gradient(225deg, transparent 10px, #d2ebfa 10px), linear-gradient(315deg, transparent 10px, #d2ebfa 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat; }
  .profilebox p.comprofile {
    font-size: 16px !important;
    margin-bottom: 10px; }
  .profilebox .inbox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
    .profilebox .inbox li {
      text-align: justify;
      font-size: 12px; }
      .profilebox .inbox li p {
        line-height: 3; }
      .profilebox .inbox li:nth-child(odd) {
        width: 40%; }
      .profilebox .inbox li:nth-child(even) {
        width: 60%; }
      .profilebox .inbox li span img {
        width: 36px; }
  .profilebox .wide100 {
    width: 90%;
    margin: 0 auto;
    font-size: 12px !important;
    text-align: justify;
    line-height: 3; }

@media only screen and (max-width: 960px) {
  .br-pc {
    display: none !important; }

  .pc-on {
    display: block !important; }

  .sp-on {
    display: none !important; }

  #main {
    width: 95% !important;
    margin-bottom: 30px; }

  .specialbox .h2box:after {
    position: absolute;
    content: "";
    right: -1px;
    top: -15%;
    height: 115%;
    width: 12px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #3398cb; } }
@media only screen and (max-width: 599px) {
  .br-pc {
    display: none !important; }

  .pc-on {
    display: none !important; }

  .sp-on {
    display: block !important; }

  .specialbox .innerlink {
    text-align: justify !important; }
  .specialbox .flex-2col.narrow-s {
    display: block;
    width: 80%;
    margin: 0 auto; }
    .specialbox .flex-2col.narrow-s li {
      width: 100%; }
  .specialbox .flex-2col.narrow {
    display: block;
    width: 80%;
    margin: 0 auto; }
    .specialbox .flex-2col.narrow li {
      width: 100%;
      margin-bottom: 20px; }
  .specialbox .flex-2col.wider {
    display: block;
    width: 100%; }
    .specialbox .flex-2col.wider li {
      width: 100%; }
  .specialbox .split1 {
    width: 95%;
    margin: 0 auto;
    position: relative; }
    .specialbox .split1 li:first-child {
      width: 100%;
      margin-bottom: 20px;
      margin-top: 130px; }
    .specialbox .split1 li:nth-child(2) {
      width: 100%; }
    .specialbox .split1 li:last-child {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60%; }
    .specialbox .split1 li img {
      width: auto; }
  .specialbox h4.skbox.big {
    width: 90%; }
  .specialbox .profilebox {
    width: 100%; }
    .specialbox .profilebox p.comprofile {
      font-size: 16px !important;
      margin-bottom: 10px; }
    .specialbox .profilebox .inbox {
      display: block; }
      .specialbox .profilebox .inbox li p {
        line-height: 2.5; }
      .specialbox .profilebox .inbox li:nth-child(odd) {
        width: 100%; }
      .specialbox .profilebox .inbox li:nth-child(even) {
        width: 100%; }
      .specialbox .profilebox .inbox li span img {
        width: 36px; }
    .specialbox .profilebox .wide100 {
      width: 90%;
      line-height: 2.5; }
  .specialbox img.area-img {
    width: 100%; } }
.mb00 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb90 {
  margin-bottom: 90px !important; }






/* ----------special1_layout1---------- */
.special1_layout1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 20px; */
	margin-top: 20px; /*20210324変更*/
	/* max-height: 260px; /*20210324追記*/
}
.special1_layout1 > p {
	width: 200px;
}
.special1_layout1 > p img {
	display: block;
	width: 100%;
	height: auto;
}
.special1_layout1 > dl {
	width: 200px;
}
.special1_layout1 > dl dt {
	font-weight: bold;
}
@media only screen and (min-width:960px) {
	.special1_layout1 {
        display: inline-block;
		/* max-height: auto; /*20210324追記*/
	}
	.special1_layout1 > dl {
		width: 250px;
        display: block;
	}
}

