/* common */
.text-bold{
  font-weight: bold;
}
.text-center{
  text-align: center;
}

.font_bold{
  font-weight: bold;
}
@media screen and (max-width: 812px){
  .text-center{
    text-align: left;
  }
}
.flex_center{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contents_Inner{
  margin: 0 auto;
  padding-top: 80px;
  margin-top: -80px;

}

.monitor_step_Btn{
  max-width: 576px;
  width: 100%;
}

.monitor_flow_Btn{
  margin: 0 auto 55px auto;
  max-width: 576px;
  width: calc( (420 / 756)*100%);
}


.monitor_stepFlow{
  padding: 0 0 12px 0;
}

.monitor_stepFlow_Text{
  margin: 0 0 28px 0;
}

.monitor_maintitle{
  font-size: 20px;
  line-height: 21px;
  margin-left: 15px;
}

@media screen and (max-width: 812px){
  .monitor_maintitle{
    font-size: 16px;
    line-height: 28px;
    margin-left: 15px;
  }
  .monitor_step_Btn{
    padding: 0 15px 25px 15px;
  }
  .contents_Inner{
    width: 100%;
  }
  .monitor_flow_Btn{
    margin: 0 15px 36px 15px;
    width: calc( (697 / 756)*100%);
  }
  .monitor_stepFlow_Text{
    margin: 0 15px 28px 15px;
  }
  .monitor_step_number{
    font-size: 24px;
    line-height: 28.8px;
    width: 44px;
    height: 44px;
  }
}

/* hero_img */

.hero_contents_pc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: solid 1px #DADADA;
  padding: 72px 13px 87px 25px;
}
.hero_contents_pc img{
  width: 100%;
  min-width: 45%;
}
.hero_contents_subText p{
  text-align: center;
  margin: 38px 0;
}
.hero_contents_TextInner{
  min-width: 404px;
}
.hero_contents_TextInner h1{
  margin-bottom: 20px;
}

.hero_contents_sp{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero_contents_textBold{
  font-weight: 700;
}

.hero_imgInner img{
  width: 100vw;
  min-width: 320px;
}
.hero_contents_mainText_sp{
  margin: 21px 0 27px 13px;
}

.hero_contents_SubText{
  text-align: center;
  margin: 0 13px;
}

.hero_contents_TextInner p{
  font-size: 23px;
  line-height: 1.5;
}
.monitor_heroSub_text{
  margin: 38px 0 39px 0;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 812px){
  .hero_contents_TextInner{
    min-width: 100%;
  }
  .hero_contents_TextInner h1{
    margin-bottom: 0;
  }
  .hero_contents_pc img{
    width: 50%;
  }
  .hero_contents_SubText{
    text-align: left;
  }
  .hero_contents_textBold{
    font-size: 14px;
    margin: 0 14px 12px 16px;
  }
  .hero_contents_TextInner p{
    font-size: 16px;
    line-height: 1.5;
  }
  .monitor_heroSub_text{
    margin: 0 15px 36px;
    font-size: 14px;
    line-height: 21px;
  }
  .hero_contents_SubText{
    margin: 0 13px;
  }
}

/*  */
.fr-anchorButton_itemLink {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 12px;
  line-height: 1.5;
  min-height: 71px;
  padding: var(--sp-v-m) var(--sp-h-05g);
  text-align: center;
}
.fixedAnchor.is-fixed {
  max-width: 1176px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  margin-top: 0;
  transition: margin-top 0.3s;
  z-index: 11;
}
.fixedAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  margin-top: -71px;
  flex-wrap: nowrap;
  border-width: 0 0 1px 1px;
  width: 100%;
  transition: margin-top 0.3s;
  min-height: 71px;
}
.fixedAnchor_item.-half {
  width: 50%;
}
.fixedAnchor_item:first-child {
  border-left: 1px solid #dadada;
}
.fixedAnchor_item {
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 25%;
  height: 71px;
  background: #fff;
  min-height: 71px;
  cursor: pointer;
}
.fixedAnchor_itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15.6px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.fixedAnchor_itemLink[data-anchor-current="true"] {
  border-bottom-color: #1b1b1b;
}

/* アンカーボタン */
.monitor_anchor{
  box-shadow: none;
  border-top: none;
  border-left:none;
  margin-bottom: 66px;
}
.monitor_anchor li:first{
  border-left: none;
}
.monitor_anchor_Btn{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 28px 0;
  font-weight: 700;
  font-size: 17px !important;
}
@media screen and (max-width: 812px){
  .monitor_anchor_Btn{
    padding: 26px 0;
    font-size: 12px!important;
  }
  .monitor_anchor{
    margin-bottom: 36px;
  }
}

/* monitor_toha */
.monitor_toha_title{
  font-size: 18px;
  margin-top: 66px;
  margin-bottom: 28px;
}
.monitor_toha_text{
  font-size: 14px;
  margin: 0 auto 28px auto;
}
.monitor_toha_img{
  margin-bottom: 28px;
}
.monitor_toha_subtext{
  margin-bottom: 28px;
}
@media screen and (max-width: 812px){
  .monitor_toha_title{
    font-size: 30px;
    margin-top: 36px;
    margin-bottom: 15px;
  }
  .monitor_toha_text{
    font-size: 13px;
    margin: 0 0 36px 0;
  }
  .monitor_toha_subtext{
    margin-bottom: 21px;
  }
  .monitor_toha_img{
    margin-bottom: 21px;
  }
}


/* monitor_entry */
.monitor_anchor_title{
  padding: 0 0 28px 0;
}

.monitor_entry_step{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitor_entry_step_Contents{
  display: flex;
  flex-direction: column;
  width: 576px;
}

.monitor_entry_Subtext{
  text-align: center;
  margin: 0 0 28px 0;
}

.monitor_entryStep{
  display: flex;
  justify-content: center;
}

.dowBtnInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dowBtnInner a{
  width: 270px;
}

.dowBtnInner a img{
  width: 100%;
}

.monitor_entry_stepImg{
  display: flex;
  justify-content: center;
  align-items: center;
}

.dowBtn_link{
  width: 576px;
  text-align: right;
  margin: 20px 0 40px 0;
}
.monitor_entry_subtext{
  font-size: 14px;
  margin-bottom: 40px;
}
.dowBtn_link_two{
  text-align: center;
  width: 576px;
  margin: 9px 15px 40px 0;
}
@media screen and (max-width: 812px){
  .monitor_anchor_title{
    padding: 10px 0 21px 0;
  }
  .dowBtn_link{
    width: 100%;
    margin: 21px 19px 36px 0;
  }
  .monitor_entry_step_Contents{
    width: 100%;
  }
  .monitor_entry_subtext{
    font-size: 13px;
    margin: 0 15px 36px 15px;
    margin-bottom: 36px;
  }
  .monitor_entry_main{
    padding: 10px 0 21px 0;
  }
  .dowBtnInner img{
    width: 100%;
    padding: 0 15px;
  }
  .monitor_entry_Subtext{
    text-align: left;
    margin: 0 15px 40px 15px;
  }
  .flex_center img{
    width: 100%;
  }
  .dowBtn_link_two{
    text-align: center;
    width: 100%;
    margin: 9px 15px 27px 0;
  }
  .monitor_entry_stepImg img{
    width: 100%;
  }
}

.monitor_step_subText{
  padding: 0 15px 34px 15px;
}
.monitor_faq_Btn{
  margin: 0 auto 60px auto ;
}

.mb60{
  margin-bottom: 60px;
}
.mt28_pc{
  margin-top: 28px;
}
.mb64_pc{
  margin-bottom: 64px;
}
@media screen and (max-width: 812px){
  .mt21_sp{
    margin-top: 21px;
  }
}

/*  */
@media screen and (max-width: 812px){
  .fr-commonBanner_inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 13vh;
    margin: 0 10px;
  }
}


/*  */
.anchorButton_itemInner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*  */
.monitor_updata{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}
.monitor_updata img{
  width: 174px;
}

.monitor_updata_text{
  text-align: center;
  font-size: 23px;
  margin: 20px 0 28px 0;
  font-weight: 700;
}
@media screen and (max-width: 812px){
  .monitor_updata img{
    width: 89px;
  }
  .monitor_updata_text{
    font-size: 16px;
    margin: 20px 0 15px 0;
  }
}

.monitor_application_title{
  margin: 0 0 28px 0;
}
.monitor_application_text{
  margin: 0 15px 28px 15px;
}

.monitor_review_Btn{
  margin-bottom: 64px;
}

/* 新着記事表示 */
.swiper {
  max-width: 1174px;
  margin:  0 auto;
}

.monitor_gender{
  margin: 9px 0 0 0;
}

.monitor_title{
  margin: 2px 0 0 0;
  font-weight: 700;
}

.monitor_title{
  margin: 6px 0 0 0;
}

.monitor_day{
  margin: 2px 0 0 0; 
}
.monitor_comment{
  margin: 6px 0 0 0; 
}

@media screen and (max-width: 812px){
  .swiper {
    max-width: 1174px;
    margin-left: 15px;
  }
}