@charset "utf-8";

/***************************************************************************

  子育てシェアチェックシート

***************************************************************************/
.col1 main {
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
}
.areaIntBlock .scsheet-form_h {
  background-color: #ff6600;
  color: #fff;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.scs_intro-box {
  display: flex;
  align-items: center;
}
.scs_intro-box .img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
/* #ff7834 */
.scsheet-step {
  background-color: #fff;
  border-radius: 18px;
  border: dashed 2px #ffd605;
  display: inline-block;
  padding: 20px 30px;
  margin: 30px 0;
}
.scsheet-step_list {
  position: relative;
}
.scsheet-step_list::before {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 20px);
  box-sizing: border-box;
  background-color: #ffcaa7;
  border-radius: 12px;
  top: 8px;
  left: 4px;
  z-index: 1;
}
.scsheet-step_list > li {
  position: relative;
  padding-left: 88px;
  margin-bottom: 20px;
}
.scsheet-step_list > li:last-of-type {
  margin-bottom: 0;
}
.scsheet-step_list > li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #ff6600;
  border-radius: 12px;
  top: 5px;
  left: 0;
  z-index: 5;
}
.scsheet-step_num {
  color: #ff6600;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 22px;
}
.scsheet-form_block {
  background-color: #ffe9da;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.scsheet-form_q {
  margin-bottom: 5px;
  font-weight: 700;
}
.scsheet-form_a label {
  margin-right: 15px;
}
.scsheet-form_a label:last-of-type {
  margin-right: 0;
}
.scsheet-form_a label:hover,
.scsheet-form_a label input:hover {
  cursor: pointer;
}
.scsheet-form_a label input {
  position: relative;
  top: -2px;
  margin-right: 4px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .scs_intro-box {
    display: block;
    max-width: 300px;
    margin: 15px auto;
  }
  .scs_intro-box .img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    max-width: 300px;
  }
  .areaIntBlock .scsheet-form_h {
    padding: 5px 8px;
    font-size: 1.5rem;
  }
  .scsheet-step {
    display: block;
    box-sizing: border-box;
    max-width: 446px;
    margin: 15px auto;
    padding: 10px 15px;
  }
  .scsheet-step_list > li::before {
    width: 9px;
    height: 9px;
  }
  .scsheet-step_list::before {
    left: 3px;
  }
  .scsheet-step_num {
    left: 15px;
  }
  .scsheet-step_list > li {
    padding-left: 68px;
    margin-bottom: 15px;
  }
  .scsheet-form_a label input {
    width: 16px;
    height: 16px;
  }
}
/* シェア率の結果 */
.scsheet-result {
  border: solid 2px #ff6600;
  border-radius: 20px;
  padding: 0 0 20px 0;
  margin: 40px 0;
}
#scsheet-result_h {
  text-align: center;
  margin: 0;
  color: #fff;
  background-color: #ff6600;
  margin-bottom: 15px;
  border-radius: 16px 16px 0 0;
}
#scsheet-result_h span {
  display: inline-block;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 5px 0 10px;
  margin: 0;
}
#scs_result_block {
  position: fixed;
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  bottom: 0;
  left: auto;
  right: auto;
  padding: 10px 0;
  background-color: #fff;
  z-index: 2;
}
.scs_checked {
  position: relative !important;
}
.scs_result_inner {
  display: flex;
  justify-content: center;
}
#scs_result_cap {
  text-align: center;
}
#scs_result_cap .scsrc_real-time {
  margin-right: 15px;
}
.scs_checked .scsrc_real-time {
  display: none !important;
}
.scs_result_papa,
.scs_result_mama {
  font-size: 115%;  
  font-weight: 700;
  margin: 0 3px;
}
.scs_result_neither {
  font-weight: 700;
  margin: 0 3px;
}
#scs_result_papa_num,
#scs_result_mama_num,
#scs_result_neither_num {
  font-size: 130%;  
}
.scs_result_papa {
  color: #487ccf;
}
.scs_result_mama {
  color: #f15d5a;
  margin-left: 15px;
}
.scs_result_neither {
  margin-left: 15px;
}
.scs_neither {
  display: none;
}
.scs_result_img {
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  #scs_result_block {
    max-width: calc( 100% - 80px );
  }
  #sharing-check-sheet .contentsBlock {
    overflow: visible;
  }
  #scs_result_block {
    bottom: 78px;
    padding: 5px 0;
  }
  .scs_checked {
    bottom: 0 !important;
  }
  .scsheet-result {
    margin: 20px 0;
  }
  #scsheet-result_h span {
    font-size: 120%;
  }
  .scs_result_img {
    margin: 15px auto 0;
  }
}

/* アクセシビリティ */
body.black .scsheet-step,
body.black .scsheet-form_block,
body.black .areaIntBlock .scsheet-form_h,
body.black .scsheet-result {
  background-color: transparent;
  border-color: #fff;
}
body.black .scsheet-step_num,
body.black .areaIntBlock .scsheet-form_h,
body.black .scsheet-result_txt .srt_papa,
body.black .scsheet-result_txt .srt_mama,
body.black .scs_result_papa,
body.black .scs_result_mama {
  color: #fff;
}
body.black .scsheet-step_list::before,
body.black .scsheet-step_list > li::before {
  background-color: #fff;
}
body.black .areaIntBlock .scsheet-form_h,
body.black .scsheet-form_block {
  border: 1px solid #fff;
}
body.black #scsheet-result_h span {
  color: #fff;
  border-color: #fff;
}
body.black #scs_result_block {
  background-color: #000;
  border: 1px solid #fff;
}
body.black .scs_checked {
  border: none !important;
}
body.black #scsheet-result_h {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;

}

body.blue .scsheet-step,
body.blue .scsheet-form_block,
body.blue .areaIntBlock .scsheet-form_h,
body.blue .scsheet-result {
  background-color: transparent;
  border-color: #FFFF00;
}
body.blue .scsheet-step_num,
body.blue .areaIntBlock .scsheet-form_h,
body.blue .scsheet-result_txt .srt_papa,
body.blue .scsheet-result_txt .srt_mama,
body.blue .scs_result_papa,
body.blue .scs_result_mama {
  color: #FFFF00;
}
body.blue .scsheet-step_list::before,
body.blue .scsheet-step_list > li::before {
  background-color: #FFFF00;
}
body.blue .areaIntBlock .scsheet-form_h,
body.blue .scsheet-form_block {
  border: 1px solid #FFFF00;
}
body.blue #scsheet-result_h span {
  color: #FFFF00;
  border-color: #FFFF00;
}
body.blue #scs_result_block {
  background-color: #00f;
  border: 1px solid #FFFF00
}
body.blue .scs_checked {
  border: none !important;
}
body.blue #scsheet-result_h {
  background-color: transparent;
  border-bottom: 1px solid #FFFF00;
  color: #FFFF00;
}

body.yellow .scsheet-step,
body.yellow .scsheet-form_block,
body.yellow .areaIntBlock .scsheet-form_h,
body.yellow .scsheet-result {
  background-color: transparent;
  border-color: #000000;
}
body.yellow .scsheet-step_num,
body.yellow .areaIntBlock .scsheet-form_h,
body.yellow .scsheet-result_txt .srt_papa,
body.yellow .scsheet-result_txt .srt_mama,
body.yellow .scs_result_papa,
body.yellow .scs_result_mama {
  color: #000000;
}
body.yellow .scsheet-step_list::before,
body.yellow .scsheet-step_list > li::before {
  background-color: #000000;
}
body.yellow .areaIntBlock .scsheet-form_h,
body.yellow .scsheet-form_block {
  border: 1px solid #000000;
}
body.yellow #scsheet-result_h span {
  color: #000000;
  border-color: #000000;
}
body.yellow #scs_result_block {
  background-color: #ff0;
  border: 1px solid #000;
}
body.yellow .scs_checked {
  border: none !important;
}
body.yellow #scsheet-result_h {
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
}