@charset "utf-8";
/* CSS Document */

/*
 *共通上書きCSSここから
 * */
.contentfix960N2014 .mainArea {
  min-width: 960px;
  width: 100% !important;
}
.mod_topicPath {
  width: 960px;
  margin: auto;
}
/*
 *共通上書きCSSここまで
 * */

.specialContentBody {
  margin-top: 50px;
}
#kennosuke a {
  cursor: pointer !important;
}
#kennosuke .guide_b:after {
  content: "";
  margin: 0 0 0 2px;
  background: url(/resource/club_com/services/kennosuke/images/popup_icon.gif) no-repeat;
  width: 9px;
  height: 10px;
  display: inline-block;
}
#kennosuke h2 {
  text-align: center;
  margin-bottom: 30px;
}

#kennosuke .btn_contact {
  text-align: center;
}
#kennosuke .btn_contact a {
  display: inline-block;
}
#kennosuke .btn_contact a:hover img {
  opacity: .7;
}
/*---------------- 共通パーツ（お問い合わせ・資料請求はこちら） ----------------*/
#kennosuke .common_btn_contact {
  background-color: #f6f6f6;
  padding: 55px 0;
  margin-bottom: 80px;
}
#kennosuke .common_btn_contact.last {
  margin-bottom: 20px;
}
#kennosuke .common_btn_contact .btn_contact a {
  margin-top: -30px;
}


/*---------------- 追従アンカー ----------------*/
#kennosuke #anchor_nav {
  position: sticky;
  width: 100%;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
  background-color: #13b5b8;
  z-index: 5;
}
#kennosuke #anchor_nav .nav {
  width: 960px;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#kennosuke #anchor_nav .nav {
  display: flex;
}
#kennosuke #anchor_nav .nav li {
  border-left: 1px solid white;
}
#kennosuke #anchor_nav .nav li:last-child {
  border-right: 1px solid white;
}
/* jsの追従処理 */
#kennosuke #anchor_nav.is-fixed {
  position: fixed;
  top: 0;
  backface-visibility: hidden;
}
#kennosuke #anchor_nav {
  transition: .3s;
}
#kennosuke #anchor_nav.is-hide {
  transform: translateY(-100%);
  box-shadow: none;
}


/*---------------- 追従ボタン ----------------*/
#kennosuke #fixed_btn_contact {
  position: fixed;
  top: 720px;
  right: 0;
  width: 172px;
  z-index: 5;
}
/* jsの追従処理 */
#kennosuke #fixed_btn_contact.is-fixed {
  backface-visibility: hidden;
}
#kennosuke #fixed_btn_contact {
  transition: .3s;
}
#kennosuke #fixed_btn_contact.is-hide {
  transform: translateY(-900%);
  box-shadow: none;
}


/*---------------- メインビジュアル ----------------*/
#main_visual {
  background-color: #f6f6f6;
  height: 500px;
  padding: 32px 0 0 0;
  box-sizing: border-box;
  margin-bottom: 70px;
}
#main_visual .box_inner {
  z-index: 1;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#main_visual .header_contents .column_l {
  float: left;
  width: 515px;
  padding: 29px 0 0 0;
}
#main_visual .header_contents .column_r {
  float: right;
  width: 437px;
}
#main_visual .btn_contact a {
  margin-top: -8px;
}


/*---------------- こんなお悩みはありませんか？ ----------------*/
#kennosuke #problems {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #problems .problems_point {
  margin-bottom: 110px;
}
#kennosuke #problems .problems_point .column_l {
  float: left;
  width: 300px;
  padding: 5px 0 0 0;
}
#kennosuke #problems .problems_point .column_m {
  float: left;
  width: 360px;
}
#kennosuke #problems .problems_point .column_r {
  float: left;
  width: 300px;
  padding: 5px 0 0 0;
}
#kennosuke #problems .problems_point .worries {
  border: 1px solid #13b5b8;
  padding: 30px 0;
  border-radius: 3px;
}
#kennosuke #problems .problems_point .worries.no1,
#kennosuke #problems .problems_point .worries.no3 {
  margin-bottom: 70px;
}
#kennosuke #problems .problems_point .worries p {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
#kennosuke #problems .problems_resolution {
  padding: 40px 0;
  text-align: center;
  background-color: #f6f6f6;
}



/*---------------- 健康管理システム健ノ助 5つの機能 ----------------*/
#kennosuke #functions5 {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #functions5 .functions5_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
#kennosuke #functions5 .functions5_index .piece {
  border: 1px solid #13b5b8;
}
#kennosuke #functions5 .functions5_index .piece:nth-child(1) {
  margin-left: 160px;
  margin-right: 35px;
  margin-bottom: 35px;
}
#kennosuke #functions5 .functions5_index .piece:nth-child(2) {
  margin-right: 160px;
  margin-bottom: 35px;
}
#kennosuke #functions5 .functions5_index .piece:nth-child(3) {
  margin-right: 35px;
}
#kennosuke #functions5 .functions5_index .piece:nth-child(4) {
  margin-right: 35px;
}
#kennosuke #functions5 .functions5_index .piece h3 {
  background-color: #13b5b8;
}
#kennosuke #functions5 .functions5_point .piece h3 {
  background-color: #13b5b8;
  position: relative;
}
#kennosuke #functions5 .functions5_point .piece h3 span {
  position: absolute;
  top: -10px;
  left: -15px;
}
#kennosuke #functions5 .functions5_point .piece {
  background-color: #f6f6f6;
  padding: 30px 30px 30px 20px;
  margin-bottom: 30px;
}
#kennosuke #functions5 .functions5_point .piece:last-of-type {
  margin-bottom: 0;
}
#kennosuke #functions5 .functions5_point .piece .catch_text {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#kennosuke #functions5 .functions5_point .piece .catch_text span {
  font-weight: normal;
  font-size: 14px;
}
#kennosuke #functions5 .functions5_point .piece .column_l {
  width: 330px;
  float: left;
}
#kennosuke #functions5 .functions5_point .piece .column_r {
  width: 562pxpx;
  float: right;
  background-color: white;
}
#kennosuke #functions5 .functions5_point .piece .column_r .box_inner {
  padding: 20px 0;
}
#kennosuke #functions5 .functions5_point .piece .column_r .img {
  text-align: center;
}


/*---------------- 製造業　総務課主任A氏の場合 ----------------*/
#kennosuke #exampleA {
  width: 960px;
  margin: 0 auto 80px;
}


/*---------------- 健ノ助が選ばれる理由・導入メリット ----------------*/
#kennosuke #merit {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #merit h2 {
    margin-bottom: 40px;
}
#kennosuke #merit .merit_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#kennosuke #merit .merit_index .piece h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
#kennosuke #merit .merit_point .piece h3 {
  background-color: #13b5b8;
  position: relative;
}
#kennosuke #merit .merit_point .piece {
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
#kennosuke #merit .merit_point .piece:last-of-type {
  margin-bottom: 0;
}
#kennosuke #merit .merit_point .piece .box_inner {
  padding: 25px 0 40px 0;
}
#kennosuke #merit .merit_point .piece .explain_text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#kennosuke #merit .merit_point .piece .img {
  text-align: center;
}


/*---------------- 料金プラン ----------------*/
#kennosuke #plan {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #plan .plan_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
#kennosuke #plan .plan_index .piece {
  border: 1px solid #13b5b8;
  position: relative;
}
#kennosuke #plan .plan_index .piece .box_inner {
  padding: 30px 0;
}
#kennosuke #plan .plan_index .piece h3 {
  background-color: #13b5b8;
  position: relative;
}
#kennosuke #plan .plan_index .piece h3 span {
  position: absolute;
  top: -26px;
  left: 10px;
}
#kennosuke #plan .plan_index .piece h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#kennosuke #plan .plan_index .piece .price {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#kennosuke #plan .plan_index .piece .price span {
  font-family: Arial;
  font-size: 60px;
}
#kennosuke #plan .plan_index .piece .detail {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
#kennosuke #plan .plan_index .piece .supplement {
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -24px;
}
#kennosuke #plan .plan_table {
  margin-bottom: 80px;
}
#kennosuke #plan .plan_table table {
  width: 100%;
  border-collapse: collapse;
}
#kennosuke #plan .plan_table table th,
#kennosuke #plan .plan_table table td {
  border: 1px solid #13b5b8;
  padding: 25px 0;
  text-align: center;
  vertical-align: middle;
}
#kennosuke #plan .plan_table table th.null {
  border: none;
}
#kennosuke #plan .plan_table table th.plan_name {
  background-color: #13b5b8;
  width: 32%;
}
#kennosuke #plan .plan_table table th.element {
  background-color: #f6f6f6;
  font-size: 20px;
}
#kennosuke #plan .plan_table table td {
  font-size: 22px;
}
#kennosuke #plan .plan_table table td span {
  font-size: 12px;
  display: inline-block;
  line-height: 1.4;
}
#kennosuke #plan .plan_table table td.adjust01 {
  padding: 8px 0;
}
#kennosuke #plan .plan_simulator .piece h3 {
  background-color: #13b5b8;
}
#kennosuke #plan .plan_simulator .piece .box_inner {
  background-color: #f6f6f6;
  padding: 40px 0;
}
#kennosuke #plan .plan_simulator .piece .explain_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#kennosuke #plan .plan_simulator .piece .supplement {
  font-size: 14px;
  text-align: center;
}

/* 料金シミュレーター */
#kennosuke #plan .simulator_area {
  padding: 0 70px;
}
#kennosuke #plan .simulator_area .btn_calculation {
  margin: 0 auto 50px;
  width: 320px;
}
#kennosuke #plan .simulator_area #simulate {
  display: inline-block;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-color: #ffd550;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
}
#kennosuke #plan .simulator_area #simulate:hover {
  opacity: .7;
}
#kennosuke #plan .simulator_area .text_result {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#kennosuke #plan .simulator_area .block_calculation {
  margin-bottom: 30px;
}
#kennosuke #plan .simulator_area .block_calculation .column_select {
  display: flex;
  align-items: center;
}
#kennosuke #plan .simulator_area .block_calculation .column_select.for_plan {
  float: left;
}
#kennosuke #plan .simulator_area .block_calculation .column_select.for_people {
  float: right;
}
#kennosuke #plan .simulator_area .block_calculation .col_name {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
#kennosuke #plan .simulator_area .block_calculation .col_unit {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
#kennosuke #plan .simulator_area .block_calculation .select_plan {
  position: relative;
  width: 320px;
}
#kennosuke #plan .simulator_area .block_calculation .select_plan:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  margin: auto;
  right: 24px;
  pointer-events: none;
  border-right: 7px solid transparent;
  border-top: 11px solid #333333;
  border-left: 7px solid transparent;
}
#kennosuke #plan .simulator_area .block_calculation .select_plan select {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 0 8px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-align: center;
}
#kennosuke #plan .simulator_area .block_calculation .textbox_pepple input {
  height: 50px;
  width: 300px;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}
#kennosuke #plan .simulator_area .block_result {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
#kennosuke #plan .simulator_area .block_result .box_cost {
  font-size: 18px;
  font-weight: bold;
}
#kennosuke #plan .simulator_area .block_result .box_cost span {
  font-family: Arial;
  font-size: 50px;
  padding-right: 5px;
}





/*---------------- 簡単3ステップ ご利用の流れ ----------------*/
#kennosuke #step3 {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #step3 .step3_flow .piece {
  background-color: #f6f6f6;
  padding: 20px 75px;
  margin-bottom: 20px;
}
#kennosuke #step3 .step3_flow .piece:last-of-type {
  margin-bottom: 0;
}
#kennosuke #step3 .step3_flow .piece .icon {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #13b5b8;
  color: white;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
  margin-bottom: 15px;
}
#kennosuke #step3 .step3_flow .piece h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#kennosuke #step3 .step3_flow .piece .explain_text {
  font-size: 18px;
  line-height: 1.4;
}
#kennosuke #step3 .step3_flow .piece .column_l {
  float: left;
  width: 580px;
  padding: 15px 0 0 0;
}
#kennosuke #step3 .step3_flow .piece .column_r {
  float: right;
  width: 209px;
}
#kennosuke #step3 .step3_flow .arrow {
  text-align: center;
  margin-bottom: 20px;
}


/*---------------- よくある質問 ----------------*/
#kennosuke #question {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #question .qa_wrap {
  background-color: #f6f6f6;
  padding: 50px 60px;
}
#kennosuke #question .qa_wrap .bold {
  font-weight: bold;
}
#kennosuke #question .qa_wrap a {
  color: #206ae0;
  font-weight: bold;
}
#kennosuke #question .qa_wrap .attention {
  color: #d80000;
}
#kennosuke #question .qa {
  color: #333333;
}
#kennosuke #question .qa .q,
#kennosuke #question .qa .q-ttl {
  background: url(/resource/club_com/services/kennosuke/images/qa_q.png) no-repeat 0px 3px;
  padding: 10px 35px 15px 35px;
  border-bottom: solid 1px #13b5b8;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  margin: 8px 0 0 0;
  line-height: 1.3em;
  font-weight: bold;
}
#kennosuke #question .qa.Normal .q-ttl {
  cursor: default !important;
  padding: 20px 35px;
  background-position: left 20px;
}
#kennosuke #question .qa.Normal .q {
  cursor: default !important;
  padding:0;
  background-position: left 20px;
}
#kennosuke #question .qa.Normal .q a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
  text-decoration: none;
}
#kennosuke #question .qa.Normal .a {
  margin: 0 0 40px;
}
#kennosuke #question .qa .q span {
  display: block;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 7px;
  right: 0;
}
#kennosuke #question .qa .q span.minus {
  background: url(/resource/club_com/services/kennosuke/images/qa_minus.gif) no-repeat left top;
}
#kennosuke #question .qa .q span.plus {
  background: url(/resource/club_com/services/kennosuke/images/qa_plus.gif) no-repeat left top;
}
#kennosuke #question .qa .a {
  background: url(/resource/club_com/services/kennosuke/images/qa_a.png) no-repeat 16px 10px;
  padding: 12px 15px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
}
#kennosuke #question .qa .a p.in,
#kennosuke #question .qa .a p {
  padding: 0 0 8px 38px;
  line-height: 1.6;
}
#kennosuke #question .qa .a ul {
  margin: 0 0 5px 42px;
}
#kennosuke #question .qa .a ul li {
  background: url(/resource/images/shared/2015new_icon_arrow_01.png) no-repeat left center;
  padding-left: 10px;
}
#kennosuke #question .qa .off {
  display: none;
}
#kennosuke #question .qa .on {
  display: block;
}


/*---------------- お申込みサポート資料 ----------------*/
#kennosuke #document {
  width: 960px;
  margin: 0 auto 80px;
}
#kennosuke #document .document_download {
  background-color: #f6f6f6;
  padding: 40px 50px;
}
#kennosuke #document .document_download .btn_download.full {
  margin-bottom: 40px;
}
#kennosuke #document .document_download .btn_download a {
  display: block;
  text-align: center;
  background-color: #ffd550;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 0;
  border-radius: 8px;
  text-decoration: none;
}
#kennosuke #document .document_download .btn_download a:hover {
  opacity: .7;
}
#kennosuke #document .document_download .btn_download.full a {
  width: 456px;
  margin: 0 auto;
  font-size: 22px;
}
#kennosuke #document .document_download .others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
#kennosuke #document .document_download .others .piece {
  width: 265px;
}
#kennosuke #document .document_download .others .piece h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#kennosuke #document .document_download .others .piece .img_space {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: white;
}


/*---------------- ページ下部のトップアンカーリンク ----------------*/
.footer_link_area {
  width: 960px;
  margin: auto;
}


/*---------------- フッターバナー ----------------*/
#kennnosuke_footer_bnner {
    margin: 40px auto;
    text-align: center;
}
#kennnosuke_footer_bnner a:hover {
	opacity: 0.75;
}


/*---------------- 重要なお知らせ ----------------*/
#important_notices_area {
    width: 761px;
    margin: 30px auto;
}
#important_notices_area .border_box_red {
    border: 2px solid #cd1929;
    background-color: #cd1929;
    margin-bottom: 20px;
}
#important_notices_area .border_box_red .title_text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 8px 0;
}
#important_notices_area .border_box_red .info_text_area {
    padding: 20px 15px;
}
#important_notices_area .border_box_red .sub_title {
    color: #cd1929;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#important_notices_area .border_box_red .info_text {
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
}
#important_notices_area .border_box_red .bg_white {
    background-color: #fff;
}

