
@charset "UTF-8";

* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
ol, ul {
    list-style: none;
}

#mainContents{
position: relative;
z-index: 0;
width: 100%;
margin: 0 auto;
}
#mainHeader {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-sizing: content-box;
    z-index: 5;
    transition: all .15s;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
}


  #mainHeader p {
    text-align: left;
    padding-left: 10px;
  }
  #mainHeader p {
    display: table-cell;
    vertical-align: middle;
}

  .wrap {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",
      sans-serif;
font-size: 14px;
  }

  .wrap img {
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .wrap h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5;
  }

  .main-area {
    margin: 0 15px;
    color: #686868;
    text-align: center;
    padding: 16px 0;
  }

  .top-area {
    
    position: relative;
  }

  .oricon_logo_box {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 18%;
    height: auto;
  }

  .top-txt-eye-catch {
    font-weight: normal;
    font-size: 18px;
    text-align: right;
  }

  .top-txt-eye-catch__child {
    font-size: 23px;
    font-weight: bold;
    vertical-align: baseline;
  }

  .top-txt-eye-catch__child--second {
    margin-left: -6px;
  }
/*-------- オリコンロゴあり　
  .top-txt-area-inner {
    display: flex;
    justify-content: right;
    line-height: 1.3;
    margin: 8px 0;
  }
--------*/
/*-------- オリコンロゴなし　--------*/
  .top-txt-area-inner {
    display: flex;
    justify-content: center;
    line-height: 1.3 !important;
    margin: 20px 0 0;
  }
.top-txt-area-inner span {
  display: block;
}

  .main-area-txt-small {
    font-size: 12px;
    font-weight: normal;
    margin-top: 7px;
}


  .top-txt-blue {
    color: #007fc3;
  }

  .txt-number-one {
    color: #ea545d;
    letter-spacing: -3.35px;
    margin-left: 2px;
    position: relative;
    font-weight: bold;
  }

  .note {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
    margin-left: -10px;
    letter-spacing: 1px;
    position: absolute;
    top: 53px;
    right: -16px;
  }

  .note--second {
    position: inherit;
    margin: 0;
  }

  .top-txt-big {
    font-size: 20px;
  }

  .top-txt-area-inner .top-txt-doda {
    font-size: 40px;
    color: #007fc3;
    font-weight: bold;
    display: inline-block;
    line-height: 1.1;
  }

  .top-txt-area-inner .top-txt-doda__child {
    font-size: 18px;
    line-height: 1.5;
  }

  .top-txt-satisfaction-level {
    color: #6C6C6C;
  }

.top-img-area{
  margin-top: 14px;
  margin-bottom: 20px;
}

.memberRegistrationBtnTopTxtArea{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.sub02{
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
  font-size: 10px;
  font-weight: normal;
}
.blueBoxArea{
  position: relative;
  background-color: #0B98E9;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
  padding: 6px 8px;
  font-weight: bold;
}
.blueBoxArea:before{
   content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 4px solid #0B98E9;  
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.leadSentenceArea{
  font-size: 16px;
  font-weight: bold;
  color:#515151;
}
.lineYellow{
  background-image: linear-gradient(to right, #fff100 50%, transparent 50%);
  background-position: 0% 94%;
  display: inline;
  background-repeat: no-repeat;
  background-size: 200% 5px;
  color:#007FC3
}

  .published-txt {
    position: relative;
    color: #292929;
    margin-bottom: 16px;
    width: 288px;
    margin: 0 auto 16px;
  }

  .published-txt::before {
    content: "";
    background: no-repeat
      url("https://doda.jp/cmn_web/img/front/parts_member/callout1_left_sp.png");
    background-size: cover;
    height: 37.5px;
    width: 22px;
    display: block;
    position: absolute;
    top: 20px;
    left: -6px;
  }

  .published-txt::after {
    content: "";
    background: no-repeat
      url("https://doda.jp/cmn_web/img/front/parts_member/callout1_right_sp.png");
    background-size: cover;
    height: 37.5px;
    width: 22px;
    display: block;
    position: absolute;
    top: 20px;
    right: -6px;
  }




  .company-logo-list-item--his {
    width: 27%;
    margin-left: 10px;
  }

  .company-logo-list-item--softbank {
    width: 35%;
  }

  .company-logo-list-item--taisei {
    width: 31%;
    margin-right: -7px;
  }

  .company-logo-list-item--hitachi {
    width: 35%;
    margin-left: -3px;
  }

  .company-logo-list-item--sapporo {
    width: 22%;
    margin: 0 6%;
  }

  .company-logo-list-item--yahoo {
    width: 33%;
    margin-right: -7px;
  }

  .company-logo-list-item--sumitomo {
    width: 31%;
  }

  .company-logo-list-item--fuji {
    width: 38%;
    margin-left: -3px;
    margin-right: 2px;
  }

  .company-logo-list-item--benesse {
    width: 18%;
    margin-right: 19px;
  }

  .note-txt-area {
    text-align: right;
    margin-top: 16px;
  }

  .note-txt {
    font-size: 10px;
    color: #515151;
    line-height: 1.4;
  }

  .contents-wrap {
    background: #fafafa;
    padding: 24px 16px;
    text-align: center;
  }

  .section {
    margin-top: 40px;
  }

  .section:first-child {
    margin-top: 0;
  }

  .section-ttl-area {
    display: block;
    margin-bottom: 24px;
  }

  .section-ttl {
    background-image: linear-gradient(to right, #fff100 50%, transparent 50%);
    background-position: 0% 94%;
    display: inline;
    background-repeat: no-repeat;
    background-size: 200% 5px;
    font-size: 19px;
    font-weight: bold;
  }

  .section-sub-ttl {
    font-size: 16px;
    font-weight: bold;
  }

  .section-txt--blue-strong {
    font-size: 19px;
    color: #007fc3;
    font-weight: bold;
    vertical-align: baseline;
  }

  .section-img-wrap {
    margin: 16px 8px 0;
  }

  .section-img-small {
    height: 190px;
  }

  .section-img--contents1 {
    background: no-repeat
      url("https://doda.jp/cmn_web/img/front/parts_member/contents1_picture.jpg");
  }

  .section-img--contents2 {
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/contents2_picture.jpg");
  }

  .section-img-small--first {
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/contents3_picture04sp.jpg");
      background-position: center;
  }

  .section-img-small--second {
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/contents3_picture01sp.jpg");
      background-position: center;
  }

  .section-img-small--third {
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/contents3_picture02sp.jpg");
    background-position: center;
  }

  .section-list-wrap {
    position: relative;
  }

  .section-list-wrapper {
    margin-top: 16px;
  }

  .section-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 24px;
    justify-content: flex-start;
  }

  .section__item {
    background: #007fc3;
    color: #fff;
    margin: 0 10px 13px 0;
    padding: 3px 16px;
    border-radius: 2px;
  }

  .section__item.txt-blue {
    background: #fafafa;
    padding: 0;
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }

  .section-txt {
    margin: 24px 16px 0;
  }

  .section-txt--desired-condition {
    text-align: center;
  }

  .desired-condition-list-wrap {
    margin: 16px 16px 0;
  }

  .desired-condition-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #007fc3;
    border-radius: 7px;
    padding: 16px 32px;
    position: relative;
    margin-bottom: 24px;
    background: #fff;
  }

  .desired-condition-list::before {
    content: "";
    display: block;
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/contents2_icon_01.png");
    background-size: cover;
    height: 69px;
    width: 58px;
    position: absolute;
    bottom: -18px;
    left: -14px;
  }

  .desired-condition-list__item {
    margin: 0 5px 10px 0;
  }

  .desired-condition-list__item:nth-child(6),
  .desired-condition-list__item:nth-child(7) {
    margin-bottom: 0;
  }

  .desired-condition-list__item:nth-child(6) {
    margin-right: 0;
  }

  .feature-list-item {
    margin-bottom: 40px;
  }

  .feature-txt {
    margin: 16px 8px 0;
    text-align: left;
  }

  .oricon_logo_area {
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 10px 26px;
  }
  .oricon_logo_area img {
    width: auto;
    max-width: 280px;
    margin: 0 auto;
  }
  .oricon_logo_area p {
    font-size: 16px;
    margin-top: 18px;
  }

  .registration-txt-area {
    position: relative;
    width: 285px;
    margin: 0 auto;
  }

  .registration-txt {
    word-break: break-all;
    font-weight: bold;
  }

  .registration-txt-area::before {
    content: "";
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/callout1_left_sp.png");
    background-size: cover;
    height: 37.5px;
    width: 22px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
  }

  .registration-txt-area::after {
    content: "";
    background: no-repeat url("https://doda.jp/cmn_web/img/front/parts_member/callout1_right_sp.png");
    background-size: cover;
    height: 37.5px;
    width: 22px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
  }

  .memberRegistrationBtnArea {

max-width: 600px;
        margin: 0 auto;
        padding: 5px 0 16px;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        box-shadow: none;
        background: none;
        border: none;
  }

  .memberRegistrationBtnArea .memberRegistrationBtn,
  .assessBtnArea .assessBtnAreaBtn {
    width: 100%;
    height: auto;
  }

  .memberRegistrationBtnArea .memberRegistrationBtn a {
    font-weight: normal;
    display: block;
    height: 55px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(180deg, #FD8331 0%, #F60 100%);
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .memberRegistrationBtnArea .memberRegistrationBtn a:hover{
    background: #FF8340;
  }
.fixed-registration-btn-area.memberRegistrationBtnArea{
width: 260px;
margin: 20px auto 14px;
}

  .fixed-registration {
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .fixed-registration.is-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
  }


/*nensa*/
.leadTextarrowArea{
  font-size: 14px;
  color: #515151;
  margin-bottom: 4px;
}
.leadTextarrowArea::before {
	content: "＼";
  font-size: inherit;
}
.leadTextarrowArea::after {
	content: "／";
  font-size: inherit;
}
.assessBtnArea{
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto 4px;
}
.assessBtnArea .assessBtn a {
    font-weight: normal;
    border: 2px solid #007FC3;
    background: #fff;
    display: block;
    height: 55px;
    color: #007FC3;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.assessBtnArea .assessBtn a:hover{
  background-color: #F2FCFF;
}


  .txt-blue {
    color: #007fc3;
    vertical-align: baseline;
  }

  .txt-blue--fs16px {
    color: #007fc3;
    font-size: 16px;
  }

  .d-flex {
    display: flex;
  }

  .fw-bold {
    font-weight: bold;
  }

  .txt-align--left {
    text-align: left;
  }

/*  .sp-none {
    display: none;
  }
*/
  .logo {
    position: absolute;
    top: 76px;
    left: 0px;
    width: 20%;
    min-width: 75px;
    height: auto;
  }
  .logo>img {
    height: auto;
  }
  
  .top-area_widthAdjustSP {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .top-txt-eye-catch_adjustSP {
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .top-txt-area-inner_adjustSP {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-txt-area-inner .top-txt-doda_adjustSP {
    font-size: 37px;
  }
  .top-txt-area-inner .top-txt-doda__child_adjustSP {
    font-size: 16px;
  }
  .top-txt-satisfaction-level_adjustSP {
    font-size: 16px;
    font-weight: bold;
  }
  .txt-number-one_adjustSP {
    font-size: 60px;
    margin-right: 6px;
  }
  .txt-number-one_adjustSP .note {
    right: -26px;
    top: initial;
    bottom: 21px;
  }
  .top-txt-fvArea{
    font-size: 16px;
    color: #686868;
    line-height: 1.3;
  }
  .fvAreaL{
    font-weight: bold;
    font-size:22px;
  }


/* mainFooter
--------------------------------------------------*/
#mainFooter {
    text-align: center;
    padding: 1em 0;
    margin: 0;
    border-top: 2px #007fc3 solid;
    background: #fff;
}
#mainFooter a {
    color: #007fc3;
    font-size: 16px;
    text-decoration: underline;
}
#mainFooter a:hover {
    text-decoration: underline;
}
.logo_persol {
    text-align: center;
    padding: 10px;
}
#copyright {
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}
.company-logo {
    max-width: 100%;
    box-sizing: border-box;
    background-color: #e6f4fd;
    padding: 10px;
}
.company-logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    align-items: center;
    gap: 8px;
}
.company-logo-list .img-wrap {
	width: 30%;
	margin: 0 4px 10px;
}
.company-logo-list .img-wrap img {
	max-width: 100%;
}


@media screen and (max-width: 374px) {
  .top-txt-eye-catch_adjustSP {
    margin-bottom: 5vw;
  }
  .top-txt-area-inner .top-txt-doda_adjustSP {
    font-size: 10vw;
  }
  .top-txt-area-inner .top-txt-doda__child_adjustSP {
    font-size: 4.2vw;
  }
  .top-txt-satisfaction-level_adjustSP {
    font-size: 4.2vw;
    margin-right: 5px;
  }
  .txt-number-one_adjustSP {
    font-size: 16vw;
  }
}

@media screen and (min-width: 641px) {
    #mainHeader p {
    text-align: center;
}
  .section-list {
    justify-content:center;
  }
}



