
@charset "utf-8";
/*-------------------------------- 
FV
 --------------------------------*/
/*-------- 
sp
 --------*/
.sp_01 {
  background-color: #fff;
}

.sp_01 .textArea h1.h12line {
  font-size: 238%;
  color: #484848;
  font-weight: bold;
  padding: 5% 5% 0;
  line-height: 1.2;
}

.sp_01 .textArea .speechBubble {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f45269;
  font-weight: bold;
  font-size: 140%;
  margin: 1% 5%;
}
.sp_01 .textArea .speechBubble span {
  font-weight: bold;
}
.sp_01 .textArea .speechBubble:before {
  content: "＼";
  color: #007fc3;
  margin-right: 3px;
}
.sp_01 .textArea .speechBubble:after {
  content: "／";
  color: #007fc3;
  margin-left: 3px;
}
.sp_01 .textArea .topTextArea {
  margin: 0 5%;
  display: block;
  background-color: #007fc3;
  color: #fff;
  padding: 1px 5px 3px;
  text-align: center;
  font-size: 103%;
}
.sp_01 .backGround {
  position: relative;
}

.sp_01 .backGround ul.pointArea {
  position: absolute;
  left: 6%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 63%;
  align-content: stretch;
  margin-top: 3px;
  z-index: 2;
}
.sp_01 .backGround ul.pointArea li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 9px 7px 0px 0;
  padding: 10% 0;
  box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
  background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
}
.sp_01 .backGround ul.pointArea li p {
  font-size: 112%;
  font-weight: bold;
  line-height: 1.3;
  color: #484848;
}
.pointArea span {
  color: #007fc3;
  font-weight: bold;
}

.sp_01 ol.annotationArea {
  background: #fff;
  padding: 5px 10px;
  text-align: right;
}
.sp_01 ol.annotationArea li {
  list-style-type: none;
  font-size: 75%;
  line-height: 1.2;
}
.sp_01 ol.annotationArea li::before {
  content: "※";
  display: inline-block;
  width: 1.2em;
}

.sp_01 picture {
  position: relative;
}
.sp_01 picture::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1.1) 87%
  );
  height: 55px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.fontM {
  font-size: 120%;
}
.fS {
  font-size: 80%;
  font-weight: bold;
}
.cBlue {
  color: #007fc3;
  font-weight: bold;
}
.cYellow {
  color: #fff100;
}
sup {
  vertical-align: super;
  font-size: 10px;
}
/*SE*/
@media screen and (max-width: 321px) {
  body {
    font-size: 75%;
  }
  .sp_01 .textArea h1.h12line {
    font-size: 220%;
    color: #484848;
    font-weight: bold;
    padding: 15px 0 2px 0;
    line-height: 1.1;
  }
  .sp_01 .textArea .topTextArea {
    margin: 0 5%;
    display: block;
    background-color: #007fc3;
    color: #fff;
    padding: 0 5px 3px;
    text-align: center;
    font-size: 88%;
  }
  .sp_01 .backGround ul.pointArea li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 7px 7px 0px 0;
    padding: 7% 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
  }

  .sp_01 picture::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1.4) 117%
    );
    height: 45px;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  .sp_01 .textArea .topTextArea {
    margin: 0 5%;
    display: block;
    background-color: #007fc3;
    color: #fff;
    padding: 1px 5px 3px;
    text-align: center;
    font-size: 92%;
  }
  .sp_01 .backGround ul.pointArea {
    position: absolute;
    left: 6%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 63%;
    align-content: stretch;
    margin-top: 6px;
    z-index: 2;
  }
  .sp_01 .backGround ul.pointArea li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 7px 7px 0px 0;
    padding: 8% 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
  }
}
@media screen and (min-width: 380px) and (max-width: 398px) {
  .sp_01 .textArea .topTextArea {
    margin: 0 5%;
    display: block;
    background-color: #007fc3;
    color: #fff;
    padding: 1px 5px 3px;
    text-align: center;
    font-size: 99%;
  }
  .sp_01 .backGround ul.pointArea {
    position: absolute;
    left: 6%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 63%;
    align-content: stretch;
    margin-top: 7px;
    z-index: 2;
  }
  .sp_01 .backGround ul.pointArea li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 7px 7px 0px 0;
    padding: 9% 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
  }
}

@media screen and (max-width: 639px) {
  .sp_none {
    display: none;
  }
}
/*-------- 
 PC
 --------*/

@media screen and (min-width: 640px) {
  .content630 {
    position: relative;
    margin: 0 auto;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 850px;
    margin-top: 10px;
  }
  #r52_member_header_style0001 {
    width: 1200px;
    margin: 0 auto 0px;
  }
  #r52_header_style0001_1 {
    width: 1200px;
    margin: 0 auto 0px;
  }
  .clr {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
  .floatingPart2 {
    width: 320px;
    padding: 0px 10px 10px;
    margin-top: 10px;
    border: 5px solid #007fc3;
    background: #eef4fc;
  }
  .floatingPart {
    border: 5px solid #007fc3;
  }
  .mb_reg_form_inner,
  .mb_reg_form_inner2 {
    padding: 6px 16px;
  }
  .mb_reg_footer_inner {
    width: 1200px;
  }
  #r52_pagetop_style0001 {
    width: 1200px;
    margin: 10px auto 5px;
    text-align: right;
    font-size: small;
  }
  #contents_wrap {
    padding-top: 10px;
    text-align: left;
  }
  .mb_reg_footer_copy_right {
    margin: 0 auto;
    width: 1200px;
  }
  .r52_contbox_style0002 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content630 .textArea {
    width: 470px;
    position: absolute;
    top: auto;
    left: 50px;
    z-index: 2;
  }
  .content630 .textArea .h1Area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
  }
  .content630 .textArea .h1Area h1.h12line {
    font-size: 43px;
    color: #484848;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }

  .content630 .textArea .speechBubble {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 23px;
    margin: 1% 0;
    line-height: 1.3;
  }

  .content630 .textArea .speechBubble:before {
    content: "＼";
    color: #007fc3;
    margin-right: 3px;
  }
  .content630 .textArea .speechBubble:after {
    content: "／";
    color: #007fc3;
    margin-left: 3px;
  }
  .content630 .textArea .topTextArea {
    display: block;
    background-color: #007fc3;
    color: #fff;
    padding: 2px 5px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
  }
  .content630 .textArea ul.pointArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 475px;
    align-content: stretch;
  }

  .content630 .textArea ul.pointArea li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    margin: 10px 6px 0px 0;
    padding: 4% 13%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    background-image: linear-gradient(135deg, #007fc3 10px, transparent 0);
  }
  .content630 .textArea ul.pointArea li::before {
    content: "";
    background-image: url(https://doda.jp/promo/lp/img/icon_book.png);
    width: 24px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  .content630 .textArea ul.pointArea li:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .content630 .textArea ul.pointArea li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #484848;
  }
  .content630 ol.annotationArea {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #000;
    background: #fff;
    padding: 0.1% 2%;
    width: 96%;
    text-align: right;
    opacity: 80%;
  }
  .content630 ol.annotationArea li {
    display: inline-block;
    list-style-type: none;
    font-size: 75%;
    line-height: 1.2;
  }
  .content630 ol.annotationArea li::before {
    content: "※";
    display: inline-block;
    width: 14px;
  }
  .content630 picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 74%;
    height: 452px;
    background-image: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 50) 22%
    );
  }
  .pc_none {
    display: none;
  }
}

/*-------------------------------- 
企業ロゴ
 --------------------------------*/

/*-------- 
SP
 --------*/
.fLeft .bar_title {
  border-top: 2px solid #007fc3;
  border-bottom: 2px solid #007fc3;
}
.fLeft .bar_title h2 span {
  color: #007fc3;
}
.fLeft .company-logo {
  background: #ffffff;
}
.fLeft .company-logo .company-logo-list {
  width: 320px;
  margin: auto;
  padding: 10px;
}

.fLeft .company-logo .company-logo-list li {
  width: 90px;
  margin: 5px;
  text-indent: none;
  list-style: none;
  float: left;
}
.fLeft .company-logo ul:after {
  content: " ";
  display: block;
  clear: both;
}

/*--------
PC 
 --------*/
@media screen and (min-width: 640px) {
  .content1024 {
    clear: both;
    width: auto;
    margin: 0 auto;
  }
  .company-logo {
    width: auto;
    padding: 15px 0 35px;
    background: #efefef;
    border-top: 15px solid #fff;
  }
  .company-logo .company-logo-list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    max-width: none;
    align-items: center;
    margin: 15px 7px 0px;
  }
  .company-logo-list .img-wrap {
    width: auto;
    /*max-width: 120px;*/
    box-sizing: border-box;
    margin: 0 7px 0px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
  }
  .img-wrap {
    display: block;
  }

  .bar_title h2 {
    margin-left: 14px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #686868;
  }
  .bar_title h2 .note-txt {
    font-size: 12px;
    font-weight: normal;
  }
}



