@charset "UTF-8";

/******************* 
/assets/css/init.css 修正
/assets/css/style.css 修正
*******************/


/* ハンバーバーメニューのバグ（init.css：庭山先生にjs調整いただいた）
-----------------------*/
html {
  overflow-x: hidden;
}


*,
*::before,
*::after {
  box-sizing: unset;
}

h1 {
  text-align: left;
}

@media screen and (min-width: 768px) {
.mf_finder_header {
      width: inherit;
}
}
@media screen and (max-width: 767px) {
.mf_finder_header {
    width: 100%;
}
}
.mf_finder_searchBox_query_wrap {
  height: 42px;
}
.header__block__global_navi__inbox {
line-height: normal;/*1.7*/
}

a, a:visited, a:hover {
    color: #333333 !important;
    text-decoration: none !important;
}
.btn__mypage_login:hover {
  color: #ffffff !important;
}
.link__cubes li[data-no="01"] a,
.link__cubes li[data-no="01"] a:visited {
  color: #ff7a34 !important;
}
.link__cubes li[data-no="02"] a,
.link__cubes li[data-no="02"] a:visited {
  color: #1ba2e8 !important;
}
.link__cubes li[data-no="03"] a,
.link__cubes li[data-no="03"] a:visited {
  color: #67bbe6 !important;
}
.link__cubes li[data-no="04"] a,
.link__cubes li[data-no="04"] a:visited {
  color: #f0909b !important;
}
.link__cubes li[data-no="05"] a,
.link__cubes li[data-no="05"] a:visited {
  color: #1fadc4 !important;
}


#header.header__underline {
  border-bottom: none;
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  html.on_middle header.header__underline,
  html.on_large header.header__underline {
    height: auto !important;
}
}
@media screen and (max-width: 1130px) and (min-width: 768px) {
  html.on_middle header.header__underline,
  html.on_large header.header__underline {
    padding-bottom: 25px;
}
}

@media screen and (min-width: 768px) {
html.on_large body {
    font-size: 20px !important;
    line-height: 1.7;
}
html.on_middle body {
  font-size: 18px !important;
  line-height: 1.7;
}
html.on_large body .header__block__global_navi__inbox,
html.on_middle body .header__block__global_navi__inbox {
  line-height: 1.7;
}
#header.header__underline {
  border-bottom: 1px solid #ccc;
}
html.on_middle header.header__underline,
html.on_large header.header__underline {
  height: auto;
}
}

.customer1 .bg * {
  box-sizing: border-box;
}
.block__sidenav__area {
  padding-right: 0;
  box-sizing: unset;
}

a.btn__link_valuation , 
a.btn__link_request {
  color: #fff !important;
}


/* テンプレ下余白調整
-----------------------*/

.block__has_sidenav {
  margin: 0px auto 0;
}

@media (max-width: 767px) {
.block__sidenav__area {
  padding-right: 15px;
}
}
@media (min-width: 768px) {
.low_comp {
  margin-top: 30px;
}
}
.customer1 .bg > .container .block__sidenav__area {
  width: 28%;
}
@media (max-width: 767px) {
  .customer1 .bg > .container .block__sidenav__area {
    width: 100%;
  }
  .block__sidenav__area {
    padding: 0;
  }
}

main * {
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1229px) {
  .container {
  max-width: 1200px;
}
}

@media (min-width: 768px) {
.mf_finder_searchBox_submit span {
        display: flex;
}
}


/* コンテンツが短い時対策
参考：https://techmemo.biz/css/shortpage-footer-bottom/
-----------------------*/
main {
  flex-grow: 1;
}


/******************* 
/commons/css/style.css 修正
*******************/


.template__old {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .template__old {
    margin-bottom: 40px;
  }
}

.template__old * {
  line-height: 1.4;
}

.template__old *,
.template__old *::before,
.template__old *::after {
  box-sizing: border-box;
}

/* init */
.template__old h2, .template__old h3, .template__old h4, .template__old h5, .template__old h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.template__old h1 {
  font-size: 34px;
  text-align: center;
}
@media (max-width: 767px) {
.template__old h1 {
    font-size: 24px;
    margin-top: 0;
}
}
.template__old .pageComp-h1 {
  line-height: 1.3em;
}
.template__old .pageComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin: 40px 0 24px 0;
  padding: 0 0 6px 0;
}
.template__old .formComp-h2 {
  border-bottom: 3px solid #0061d5;
    color: #333333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    margin: 24px 0 20px 0;
    padding: 0 0 6px 0;
}

.template__old .pageComp-h3 {
  border-bottom: 3px solid #d4ecff;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  margin: 36px 0 24px 0;
  padding: 0 0 6px 0;
  position: relative;
}
.template__old .backnumber h3 {
  position: absolute;
  background: #0061d5;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 14px 26px;
  top: 0;
  left: 0;
  margin-top: 0;
}
.template__old .pageComp-h4 {
  border-bottom: 3px solid #d4ecff;
  color: #333333;
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  margin: 20px 0 20px 0;
  padding: 0 0 6px 0;
}

@media (min-width: 768px) {
.template__old .pageComp-h2 {
    font-size: 28px;
    margin: 40px 0 36px 0;
    padding: 0 0 6px 0;
}
.template__old .formComp-h2 {
  border-bottom: 3px solid #0061d5;
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 28px 0 24px 0;
  padding: 0 0 6px 0;
}
.template__old .backnumber h3 {
    font-size: 1rem;
    padding: 12px 20px;
}
.template__old .pageComp-h3 {
  font-size: 26px;
  margin: 36px 0 28px 0;
}
.template__old .pageComp-h4 {
  border-bottom: 3px solid #d4ecff;
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  margin: 24px 0 20px 0;
  padding: 0 0 6px 0;
}
}

.template__old .badge-category {
  background-color: #000099;
  color: #d4ecff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.template__old .badge-st {
  background-color: #dd0429;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  padding: 10px;
  white-space: nowrap;
  border-radius: 0;
  font-size: 14px;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.template__old sup {
  top: -0.5em;
}
.template__old sub {
  bottom: -0.25em;
}
.template__old sup,
.template__old sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}


.template__old ol,
.template__old ul,
.template__old dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.template__old ul, 
.template__old ol {
  padding: revert; /* unset */
}
.template__old ul {
  list-style: none;
}

.template__old ul > li > ol,
.template__old ul > li > ul,
.template__old ol > li > ol,
.template__old ol > li > ul {
  margin-bottom: 0;
}

.template__old ul.selectAns {
  margin-bottom: 1rem;
  padding-left: 0; /* unset */
}
.template__old ol.pro__inner {
  padding: 0 !important;
}

.template__old img {
  vertical-align: middle;
}
.template__old img[src="/assets/img/29.png"],
.template__old img[src="/assets/img/29_2.png"] {
  padding-bottom: 2px;
}

.template__old .text-link,
.template__old a, 
.template__old a:visited,
.template__old a:hover {
  color: #0061d5 !important;
}
.template__old a.secBtn, 
.template__old a.secBtn:visited,
.template__old a.secBtn:hover {
  color: #fff !important;
}

.template__old .text-white, 
.template__old .text-white:visited,
.template__old .text-white:hover { 
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .template__old a:hover img {
    opacity: 1;
}
}

.template__old .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.template__old .indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.template__old .indent-1_2 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.template__old #Medical h1,
.template__old #Medical h2 {
  margin: 0;
}
.template__old #Medical {
  margin-top: -30px;
}
.template__old #Medical p {
  line-height: 1.4;
}

.template__old .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
.template__old.block__has_sidenav__main_contents {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 1200px) {
.template__old .container {
    max-width: 1200px;
}
}
@media (max-width: 767px) {
.template__old .container {
  padding-right: 8px;
  padding-left: 8px;
}
.template__old.block__has_sidenav__main_contents {
  display: block;
  width: 100%;
}
}

.template__old .radio__head--top {
  margin-top: 0px;
}
@media (max-width: 767px) {
.template__old .radio__head {
  padding-top: 0px;
}
}


/* ページ内リンク調整
-----------------------*/
@media (max-width: 991px) {
  .template__old .mp-jump-area,
  .template__old .mp-jump-area-2,
  .template__old .mp-jump-area-3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* .template__old .safe-life-modal {
  height: 85%;
  padding: 0;
}
@media (max-width: 1180px) {
  .template__old .safe-life-modal {
    top: 50%;
    height: 80%;
  }
} */

.template__old .list__mgl--press,
.template__old .list__mgl--info {
  margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .template__old .list__mgl--press > a,
  .template__old .list__mgl--info > a {
    margin-left: 1rem;
    display: inline-block;
}
}

.template__old ul.radio-list {
  padding-left: 0;
}
.template__old ul.pagination {
  padding-left: 0;
}
.template__old p.w380 {
  width: unset !important;
}


/* モーダル調整
-----------------------*/
#over-ray-bg {
  z-index: 100;
}
.template__old .safe-life-modal {
  z-index: 101;
}


/* 検索結果（フリー_フルWYG[検索結果ページテンプレート]）
-----------------------*/
.template__old .mf_finder_drilldown ul {
  padding-left: 0;
  padding-right: 0;
}
.template__old .mf_finder_searchBox_query_input {
    min-height: 36px;
    padding: 0 10px;
}
.template__old .mf_finder_searchBox_query_input {
  border: none;
}
.template__old .mf_finder_searchBox_query_wrap {
  border: 1px solid #aaa;
  border-right: none;
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media screen and (max-width: 767px) {
  .template__old .mf_finder_searchBox_query_wrap {
      width: 100%;
}
.template__old .mf_finder_searchBox_submit span {
  display: none;
}
}
  
.template__old .mf_finder_searchBox_doctype_select {
  border: 1px solid #aaa;
  padding: 0.55rem 1.5rem 0.55rem 0.5rem;
}

.template__old .mf_finder_searchBox_links .mf_finder_searchBox_category_links div a,
.template__old .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links div a,
.template__old .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div a,
.template__old .mf_finder_searchBox_links .mf_finder_searchBox_sort_links div a {
  display: block;
  margin-right: 0;
  line-height: 175%;
}

.template__old .mf_finder_searchBox_items_wrapper {
  margin: 10px auto;
}

@media (max-width: 767px) {
.template__old .mf_finder_searchBox_submit:before {
    margin-left: 0;
}
}
@media (min-width: 768px) {
.template__old .mf_finder_searchBox_submit:before {
    margin-left: 0.75rem;
}
.template__old .mf_finder_searchBox_submit span {
    display: inline-block;
}
.template__old .mf_finder_searchBox_submit {
  min-width: 120px;
}
}

/* すこやかんぽ */
.template__old #sukoyakampo section.sns-share {
  padding: 1em 0;
  background-color: #e2f5f7;
}
@media print, screen and (min-width: 810px) {
  .template__old #sukoyakampo section.sns-share {
    padding: 2em 0;
}
}

/* 健康のススメ */
.template__old .merit h3,
.template__old .demerit h3,
.template__old .merit_s h3,
.template__old .demerit_s h3,
.template__old .bg-blue-Box h3 {
  font-size: 2.125rem;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.template__old .merit h3,
.template__old .demerit h3,
.template__old .bg-blue-Box h3 {
    font-size: 1.5rem;
    margin-bottom: 18px;
}
}
.template__old .backnumberList {
  margin-top: 50px;
}

.template__old #skykColumn .skyk_thanks_memo {
  margin: 0 auto 50px;
}

.template__old .inpage__inner {
  padding: 15px;
  margin: 0;
}
.template__old .baloon-right {
  line-height: 42px;
}

/* 巡回ラジオ体操 */
.template__old .speIdx h1,
.template__old .spe2019 h1,
.template__old .speArea h1,
.template__old .speDetail h1 {
  margin-bottom: 0.5rem;
}
.template__old .speArea .arrow img {
  vertical-align: top;
}
.template__old .speArea .placeArea {
  padding: 0;
}

/* 資料請求（特徴から探す） */
.template__old a.on_d-swich,
.template__old a.on_d-swich:visited,
.template__old a.on_d-swich:hover {
  color: #333333 !important;
}

/* お見積り（特徴から探す） */
.template__old .est-fixed {
  top: 68px;
}
@media screen and (max-width: 1180px) {
  .template__old .est-fixed {
    top: 100px;
  }
}


/******************* 
重複css 打ち消し用
*******************/

.template__old .p5 {
  padding: 1.25rem !important;
}
.template__old .p10 {
  padding: 2.5rem !important;
}
.template__old .p15 {
  padding: 3.75rem !important;
}
.template__old .p20 {
  padding: 5rem !important;
}
.template__old .p25 {
  padding: 6.25rem !important;
}
.template__old .p30 {
  padding: 7.5rem !important;
}
.template__old .p35 {
  padding: 8.75rem !important;
}
.template__old .p40 {
  padding: 10rem !important;
}


.template__old .m5 {
  margin: 1.25rem !important;
}
.template__old .m10 {
  margin: 2.5rem !important;
}
.template__old .m15 {
  margin: 3.75rem !important;
}
.template__old .m20 {
  margin: 5rem !important;
}
.template__old .m25 {
  margin: 6.25rem !important;
}
.template__old .m30 {
  margin: 7.5rem !important;
}
.template__old .m35 {
  margin: 8.75rem !important;
}
.template__old .m40 {
  margin: 10rem !important;
}

.template__old .auto_filesize {
  margin: revert; /* 0 */
  text-decoration: none;
}
.template__old .auto_filesize .size_part {
  display: inline;
  position: static;
  text-decoration: none;
}
.template__old .auto_filesize .size_part::after {
  content: "";
}


/******************* 
以下、「重複css 打ち消し用」よりも強い事象
*******************/

@media (min-width: 1230px) {
  .template__old .btn__talent{
    padding-top: 2rem !important;
  }
}


/******************* 
検索結果ページ css打ち消し用
*******************/
.mf_finder_pager_items li a,
.mf_finder_pager_items li a:visited,
.mf_finder_pager_items li a:hover {
  color: #fff !important;
}



