@charset "UTF-8";
/*==============================================
mynisshin
==============================================*/
.bar--mynisshin {
  background: url(/_assets/img/mynisshin/mynisshin_bar.jpg) no-repeat center right;
  background-size:cover;
}


/*lead*/
.myn__lead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.myn__lead-l {
  width: 70%;
}

.myn__lead-r {
  width: 25%;
}

.myn__lead-copy {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}

.myn__lead-logo {
  width: 85%;
  margin: 0 auto 20px;
}

.myn__lead-box {
  padding: 1.5em 1.5em 3em;
  background: #f4f4f4;
  margin-bottom: 1em;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.myn__lead-box-img {
  position: absolute;
  bottom:0;
  right:2em;
  width: 190px;
}

.myn__lead--tit {
  font-weight: bold;
  background: #044f8e;
  color: #fff;
  padding: .7em 1em;
  font-size: 1.8rem;
  border-radius: 5px 5px 0 0;
}

.myn__lead-list-item {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
}


.myn__lead-btns a, .myn__lead-btns a:visited {
  display: block;
  margin-bottom: .5em;
}

/*myn__features*/
.myn__features {
  background: #0e63a9;
  padding: 2em;
  border-radius: 5px;
  margin-bottom: 70px;
}

.myn__features-tit {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
  font-size: 2.8rem;
}

.myn__features-list {
  display: flex;
  justify-content: space-between;
}

.myn__features-list-item {
  width: 31.5%;
  background: #fff;
  padding: 1.5em 1.5em 0;
  border-radius: 8px;
  border: 4px solid #279aa5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.myn__features-list-item-tit {
  color: #044f8e;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .75em;
  padding-left: 5rem;
}

.myn__features-list-item-copy {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.myn__features-list-item-copy strong {
  color: #279aa5;
}

.myn__features-list-item-copy-marker {
  background: linear-gradient(transparent 30%, #ffff66 30%);
}

.myn__features-list-item-label {
  position: absolute;
  top:-20px;
  left:-20px;
  transform: rotate(-15deg);
}

.myn__features-list-item-label-inner {
  background: #279aa5;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
}

.myn__features-list-item-label-copy {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.7rem;
  color:#fff310;
}

.myn__features-list-item-img {
  min-height: 0%; /*IE11*/
}

/*myn__flow*/
.myn__flow-car {
  background: #e5f2fd;
  border-radius: 5px;
  padding: 2em 2em 3em;
  margin-bottom: 50px;
}

.myn__flow {
  /* border: 4px solid #e5f2fd; */
  border-radius: 5px;
  margin-bottom: 70px;
}

.myn__flow-tit {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1.25em;
  font-weight: bold;
  color: #044f8e;
  letter-spacing: 0.1em;
  position: relative;
}

.myn__flow-tit::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top:50%;
  left:0;
  background: #74a8d2;
}

.myn__flow-tit-inner {
  background: #e5f2fd;
  position: relative;
  z-index: 2;
  padding: 0 1em;
}

.myn__flow-list {
  display: flex;
  justify-content: space-between;
}

.myn__flow-list-item {
  background: #fff;
  padding: 1.5em 2em;
  width: 31%;
  border-radius: 5px;
  position: relative;
}

.myn__flow-list-item-tit {
  color: #044f8e;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: .75em;
}

.myn__flow-list-item-arrow {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: -20px;
  width: 30px;
}

/*myn__pr*/
.myn__pr-tit {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.myn__pr-mov {
  width: 85%;
  margin: 0 auto 50px;
}

.myn__pr-mov-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.myn__pr-mov-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.myn__pr-flyer {
  width: 35%;
  margin: 0 auto 40px;
  border:1px solid #ddd;
}

.myn__pr-flyer-btn {
  text-align: center;
}


/*myn__btns*/
.myn__btns {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}