@charset "utf8";

/*======================================================================================================================
========================================================================================================================

index.css

インデックスページ専用スタイル

========================================================================================================================
======================================================================================================================*/

/* 全体・ヘッダー・Gナビ
-------------------------------------------------------------------------------------------------------- */
body {
  background: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック',
    'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

br.is-sp--show {
  display: none;
}
br.is-pc--show {
  display: block;
}
@media all and (min-width: 680px) {
  br.is-pc--show {
    display: block;
  }
}

#wrapper {
  width: 100%;
}

/* ヘッダー */

/*2021/09/06 add*/
.hd__subLogoWr {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 904px;
  margin: auto;
  padding-top: 20px;
}

.hd__subLogo {
  width: 300px;
}

.hd__subLogo-right {
  width: 240px;
  display: block;
  margin-left: 20px;
}

.hd__subLogoTxt {
  margin-left: 60px;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #111;
}

/* グローバルナビ下マージン */
#gnavi {
  margin: 0;
}

/* コンテンツエリア　幅再指定 */
#contents {
  overflow: hidden;
  width: 904px;
  /*margin:0 auto 20px;7/27コメントアウト*/
  margin: 0 auto;
}
.container {
  width: 904px;
  margin: 0 auto;
}

/* 左メインエリア */
#main {
  width: 100%;
  background: #fff;
}

/* CSSロールオーバー */
.hvr {
  transition: opacity 0.3s;
}
.hvr:hover {
  opacity: 0.8;
}

/* 見出し共通 */
h2 {
  color: #333;
}

/* リンク共通 */
a {
  transition: 0.3s;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* ボタン共通 */
.linkbtn {
  font-size: 116%;
  letter-spacing: 0.05em;
  display: block;
  color: #fff;
  width: 100%;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  transition: opacity 0.3s;
}
.linkbtn::before {
  content: '';
  display: inline-block;
  margin-right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #fff;
}
a.linkbtn:link,
a.linkbtn:visited {
  color: #fff;
  text-decoration: none;
}
.linkbtn.--large {
  font-size: 180%;
  line-height: 62px;
}
.linkbtn.--large::before {
  transform: translateY(-3px);
  margin-right: 10px;
}
.linkbtn.--green {
  background: #7ac636;
}
.linkbtn.--blue {
  background: #23b4d4;
}
.linkbtn.--orange {
  background: #fd9b1c;
}
.linkbtn.--pink {
  background: #ff5150;
}
.linkbtn.is-large {
  font-size: 180%;
  line-height: 62px;
}
.linkbtn.is-large::before {
  transform: translateY(-3px);
  margin-right: 10px;
}
.linkbtn.is-green {
  background: #7ac636;
}
.linkbtn.is-blue {
  background: #23b4d4;
  font-size: 16px;
}
.linkbtn.is-orange {
  background: #fd9b1c;
}
.linkbtn.is-pink {
  background: #ff5150;
}

#gnavi::before {
  background-image: url(../common/img/bg_gnavi.jpg);
}

#header .container {
  position: relative;
  z-index: 0;
}

/* あなたの会社のがん対策～
-------------------------------------------------------------------------------------------------------- */
.about_area {
  text-align: center;
  /*padding:60px 0 52px;7/27コメントアウト*/
  padding: 10px 0 10px;
  font-size: 140%;
  line-height: 1.8;
}
/*.about_area::after{7/27コメントアウト
  content:"";
  display:block;
  width:calc(100% + 24px);
  height:1px;
  background:#A0A0A0;
  margin:52px -12px 0;
}*/
/*.about_area h2::after{7/27コメントアウト
  content:"";
  margin:20px auto 20px;
  display:block;
  width:80px;
  height:4px;
  border-radius:2px;
  background:#7CC16D;
}*/
h2#about {
  margin-bottom: 10px;
}
h2#about .sp {
  display: none;
}
.about_area p,
.conso_area p {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

/*非画像化追記分*/
#about {
  /*letter-spacing: 0.2em;7/27コメントアウト*/
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}
#about p {
  letter-spacing: 0.1em;
}

/* 3つの入口エリア entrance_area 2022/7追加
「3つのパネルエリア」が1カラムになる679pxに揃えてbpを追加
-------------------------------------------------------------------------------------------------------- */
.entrance_area {
  margin-bottom: 40px;
}
.entrance_list {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  gap: 40px;
  margin-bottom: 30px;
}
/*@media all and (max-width: 679px){
  .entrance_list{
  flex-direction: column;

  }
}
*/
.entrance_list li {
  width: 275px;
  border: 4px solid #23b4d4;
  border-radius: 7px;
}
.entrance_list li a {
  display: block;
  padding: 15px;
}
.entrance_list li a:hover {
  opacity: 0.7;
}

.entrance_list_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entrance_list li h2 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 233%;
  line-height: 1;
  text-decoration: underline solid #23b4d4;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.entrance_list li img {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 75px;
}
.entrance_list_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
}
.entrance_list_bottom div {
  margin-right: 5px;
}
.entrance_list_bottom div p {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
}
.entrance_list_bottom div p:last-child {
  margin-bottom: 0;
}
.entrance_list_bottom div p::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.entrance_list_bottom span {
  position: relative;
  padding-right: 10px;
  font-size: 10px;
}
.entrance_list_bottom span::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../img_new/top_entrance_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.b30 {
  margin-bottom: 0;
}

/* ニュースエリア
-------------------------------------------------------------------------------------------------------- */
.news_area {
  /*width: 600px;7/27コメントアウト*/
  /*float: left;7/27コメントアウト*/
  font-size: 116%;
  margin-bottom: 10px;
}
.news_area h2 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#activity.news_area h2 {
  margin-bottom: 10px;
}
.news_linklist {
  /*margin: 32px 0;7/27コメントアウト*/
  margin: 32px 0 40px;
  padding: 0;
  list-style: none;
}
.news_linklist.link-activity {
  margin: 20px 0 0 0;
}
.news_linklist li {
}
.news_linklist li + li {
  margin-top: 10px;
}

/* 推進パートナー事例
-------------------------------------------------------------------------------------------------------- */
.activity_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.activity {
  width: 290px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding-top: 140px;
  position: relative;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.activity:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 32px;
}
.activity a:link,
.activity a:visited {
  color: #333;
  text-decoration: none !important;
}
.activity a {
  line-height: 1.7;
}
.activity a span {
  font-weight: bold;
}
.activity img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.activity .corp {
  display: block;
  padding: 10px 16px;
}

/* 202506 add */
.activity_area__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

a.activity_link {
  text-decoration: underline;
}
@media (hover: hover) {
  a.activity_link {
    transition: 0.3s all;
  }

  a.activity_link:hover {
    opacity: 0.7;
  }
}
/* 202506 add */

/* お知らせ・イベント情報リスト */
/*.news_area dl { 
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #A0A0A0;
} 
.news_area dl dt {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 7em;
} 
.news_area dl dd {
	margin-left: 8em;
	padding-right:2em;
}*/
.news_area_report li {
  /*margin-bottom: 15px;*/
  border-bottom: solid 1px #a0a0a0;
}
.news_area_report a {
  display: flex;
  padding: 15px 10px;
}
.news_area_report li:first-child a {
  padding-top: 0;
}
.news_area_report span {
  display: block;
}
.news_area_report p {
  margin-left: 2em;
}

/* 推進パートナーエリア
-------------------------------------------------------------------------------------------------------- */
.partner_area {
  margin: 0px 0px 0px 0px;
  margin: 0 auto;
  max-width: 904px;
  /*width: 272px;7/27コメントアウト*/
  /*float: right;7/27コメントアウト*/
  font-size: 116%;
  padding-bottom: 80px;
}
.partner_area .list_number {
}
.partner_area .list_number .number {
  padding: 18px 0px 0px 16px;
  color: #ff4040;
  font-size: 70px;
  line-height: 100%;
  font-family: Arial;
  font-weight: bold;
  position: relative;
}
.partner_area .list_number .number::before,
.partner_area .list_number .number::after {
  position: absolute;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック',
    'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}
.partner_area .list_number .number::before {
  content: 'の';
  right: 72px;
  top: 16px;
}
.partner_area .list_number .number::after {
  content: '企業・\A団体';
  white-space: pre;
  line-height: 1;
  right: 10px;
  top: 32px;
}
.partner_area .list_number p {
  margin: 5px auto;
  text-align: center;
}

/* よく見られているページエリア
-------------------------------------------------------------------------------------------------------- */
.ranking_contain.is-bb {
  border-bottom: 1px solid #dfdadb;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.ranking_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ranking_list li {
  font-size: 120%;
  width: 50%;
  line-height: 2;
  letter-spacing: 0.1em;
}
.ranking_list li:nth-child(2n) {
  margin-bottom: 7px;
}

.ranking_list li a:link,
.ranking_list li a:visited {
  text-decoration: none;
}
.ranking_list li a {
  display: block;
  padding-left: 20px;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  position: relative;
}
.ranking_list li a:hover {
  text-decoration: underline;
}
.ranking_list li a::before {
  content: '';
  display: block;
  position: absolute;
  /*top:50%;7/27コメントアウト*/
  top: 8px;
  /*margin-top:-8px;7/27コメントアウト*/
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #7ac636;
}
.ranking_update {
  text-align: right;
  font-size: 90%;
  margin-bottom: 0;
}

/* バナー
-------------------------------------------------------------------------------------------------------- */

.banner > div::before {
  background-image: url(../common/img/sn_arrow_01.png);
}

/*.banner>div.is-after01::after{
  background-image: url(../common/img/sn_bn_01.jpg);
}
.banner>div.is-after02::after{
  background-image: url(../common/img/sn_bn_02.png);
}
.banner>div.is-after03::after{
  background-image: url(../common/img/sn_bn_03.png);
}*/

.banner > div a {
  font-size: 85%;
}

/* 3つのパネルエリア
-------------------------------------------------------------------------------------------------------- */
.box_panel {
  /*background:#F5F5E9;7/27コメントアウト*/
  padding: 22px 0;
}
.box_panel ul {
  width: 904px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.box_panel ul li {
  width: 276px;
}
.box_panel ul li a {
  display: block;
  border: 2px solid;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  background: #fff;
  width: 100% !important;
}
.box_panel ul li a img {
  margin: 13px 0 13px;
}
.box_panel ul li a span {
  display: block;
  color: #fff;
  padding: 8px 0 4px;
  line-height: 1.5;
  font-size: 140%;
  font-weight: bold;
}
.box_panel ul li a.--blue {
  border-color: #23b4d4;
}
.box_panel ul li a.--blue span {
  background: #23b4d4;
}
.box_panel ul li a.--orange {
  border-color: #fd9b1c;
}
.box_panel ul li a.--orange span {
  background: #fd9b1c;
}
.box_panel ul li a.--green {
  border-color: #7ac636;
}
.box_panel ul li a.--green span {
  background: #7ac636;
}

.box_panel ul li a.is-blue {
  border-color: #23b4d4;
}
.box_panel ul li a.is-blue span {
  background: #23b4d4;
}
.box_panel ul li a.is-orange {
  border-color: #fd9b1c;
}
.box_panel ul li a.is-orange span {
  background: #fd9b1c;
}
.box_panel ul li a.is-green {
  border-color: #7ac636;
}
.box_panel ul li a.is-green span {
  background: #7ac636;
}

/* お問い合わせ・推進パートナー申請はこちらエリア
-------------------------------------------------------------------------------------------------------- */

.contact_area {
  width: 904px;
  margin: 0 auto;
  position: relative;
  /*padding:58px 0;7/27コメントアウト*/
  padding: 10px 0 40px;
}
.contact_area ul {
  display: flex;
  justify-content: space-between;
}
.contact_area ul li {
  /*width:432px;7/27コメントアウト*/
  width: 100%;
}

/* 企業事例コンソートノート partner_new.cssより
-------------------------------------------------------------------------------------------------------- */
@media all and (max-width: 679px) {
  .sp679 {
    display: block;
  }
}
@media all and (min-width: 680px) {
  .sp679 {
    display: none;
  }
}

.p-isotopeCnt__wr {
  width: 100%;
  max-width: 1020px;
}
.p-isotopeCnt__wr a {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .p-isotopeCnt__wr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#top .p-isotopeCnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.p-isotopeCnt::before {
  content: '該当なし';
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  animation: fadein 0.3s both 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-isotopeCnt__itm {
  box-sizing: border-box;
  position: relative;
  width: calc(100% / 3);
  padding: 10px;
}

@media all and (min-width: 692px) and (max-width: 947px) {
  .p-isotopeCnt__itm {
    width: 50%;
  }
}

@media all and (max-width: 691px) {
  .p-isotopeCnt__itm {
    width: 100%;
  }
}

.p-isotopeCnt__itm > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #000;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

@media all and (min-width: 811px) {
  .p-isotopeCnt__itm > a:hover {
    background-color: #f7dd62;
  }
}

/*.p-isotopeCnt__itm::before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        opacity: 0;
        pointer-events: none;
        transition: .3s;
        z-index: 1;
        }*/

/*@media all and (min-width: 811px){
        .p-isotopeCnt__itm:hover::before{
            opacity: .3;
        }
        }*/

.p-isotopeCnt__pic {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.p-isotopeCnt__pic source,
.p-isotopeCnt__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-isotopeCnt__txt {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-top: 1px solid #000;
}

.p-isotopeCnt__txt__name {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 1.2em;
}

.p-isotopeCnt__txt__name::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../partner/img/bg_ribbon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (min-width: 811px) {
  .p-isotopeCnt__itm:hover .p-isotopeCnt__txt__name::before {
    background-image: url(../partner/img/bg_ribbon_w.svg);
  }
}

.p-isotopeCnt__txt__ld {
  font-weight: normal;
  margin-bottom: 10px;
  min-height: 56px;
}

@media all and (min-width: 948px) and (max-width: 1029px) {
  .p-isotopeCnt__txt__ld {
    min-height: 84px;
  }
}

.p-isotopeCnt__txt__tag {
  margin: auto 0 0 0;
}

.p-isotopeCnt__txt__tag > span {
  padding: 4px 5px 3px;
  background-color: #0eaed0;
  border-radius: 10px;
  line-height: 1;
  font-size: 74%;
  /*font-weight: bold;*/
  white-space: nowrap;
  color: #fff;
}

.p-isotopeCnt__txt__tag .is-industry {
  background-color: #333;
}

.p-isotopeCnt__txt__tag .is-cat {
  background-color: #f88365;
}

@media all and (min-width: 811px) {
  .p-isotopeCnt__itm:hover .p-isotopeCnt__txt__tag > span {
    background-color: #fff;
    color: #000;
  }
}

/*
--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
インデックスページ改修 2022.7  frame_pc.cssからのコピペ
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------- */

//* フレーム全体
--------------------------------------------------------------------------------------------------------
  */
  body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /*background: url(../img/bg_body.jpg) left top repeat-x;*/
}

#wrapper {
  /*width: 904px;*/
  /*width: 948px;*/
  margin: 0px auto;
  padding: 0px;
  /*background: url(../img/bg_wrapper.gif) center top repeat-y;*/
  background-color: #fff;
  min-height: calc(100vh - 176px);
}
#wrapper #w_inner {
  position: relative;
  z-index: 0;
  margin: 0px;
  text-align: left;
}

#top #main {
  float: none;
}

/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
  margin: 0px;
  padding: 0px 20px;
}

/* ロゴ
---------------------------------- */
#header #logo {
  display: none;
  /*margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 264px;
  text-align: right;
  float: left;7/27コメントアウト*/
}
#header #logo a {
  display: block;
  width: 264px;
  height: 44px;
  margin: 0px 0px 0px 22px;
  overflow: hidden;
}
#header #logo img {
  vertical-align: bottom;
}
/*テキストだったのをimgに変更*/
#hd__subLogo-right {
  display: block;
  margin-left: 20px;
}

/* ユーティリティエリア
---------------------------------- */
#top #header #utility {
  margin: 0px;
  padding: 14px 3px 10px 0px;
  /*width: 453px;7/27コメントアウト*/
  /*float: right;7/27コメントアウト*/
}
#top #header #utility.wide {
  /*position: relative;7/27コメントアウト*/
  /*width:600px;7/27コメントアウト*/
  margin-bottom: 24px;
  width: 100%;
}

#top #header #utility.wide::after {
  content: none;
  /*display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 904px;
  height: 1px;
  background-color:#e4e4e4;0727コメントアウト*/
}

/* パートナー申請ボタンエリア */
#header #partner_area {
  margin: 0px 0px 6px 0px;
  padding: 0px;
}
#header #partner_area ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#header #partner_area ul li {
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*line-height: 0;*/
  /*float: left; 7/27コメントアウト*/
}
#header #partner_area ul .left {
  width: 225px;
}
#header #partner_area ul .right {
  width: 215px;
}
#top #header #partner_area ul .leftbtn {
  /*width:140px;7/27コメントアウト*/
  width: 432px;
  overflow: hidden;
  margin-right: 5px;
}
#header #partner_area ul .leftbtn a img {
  transform: translateX(-38px);
}
#header #partner_area ul .rightbtn {
  /*width:190px;7/27コメントアウト*/
  width: 432px;
  overflow: hidden;
  margin-right: 0;
}
#header #partner_area ul .rightbtn a img {
  transform: translateX(-12px);
}
#header #partner_area ul .search {
  display: none;
  width: 250px;
}
#top #header .bottom {
  display: none;
  /*margin: 10px 0 0 0;
  padding: 0px;
  float:right;7/27コメントアウト*/
}

/* ユーティリティボタンエリア */
#top #header #un_area {
  /*margin: 10px 0px 0px 0px;*/
  margin: 6px 20px 0px 0px;
  padding: 0px;
  /*width: 287px;*/
  float: left;
}

#header #un_area a {
  transition: 0.3s;
}

#header #un_area a:hover {
  opacity: 0.7;
}

#header #un_area li img {
  margin: 0px;
  padding: 0px;
  display: block;
}
#header #un_area li {
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*line-height: 0;*/
  float: left;
}

/* テキストサイズボタンエリア */
#header #size_area {
  margin: 0px;
  padding: 0px;
  width: 155px;
  float: left;
}
#header #size_area .inner {
  width: 155px;
}

#header #size_area img {
  display: block;
}

#header #size_area ul {
  list-style: none;
  background: url(../common/img/btn_size_s_over.png) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.png) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.png) no-repeat -5000px 0px;
}

#header #size_area ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 0;
  float: left;
}

#header #size_area ul li.small a,
#header #size_area ul li.middle a,
#header #size_area ul li.large a {
  display: block;
  width: 31px;
  height: 29px;
  text-decoration: none;
  overflow: hidden;
}
#header #size_area ul li.small a {
  width: 31px;
  background: url(../common/img/btn_size_s.png) no-repeat;
}
#header #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.png) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.png) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#header #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.png) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.png) no-repeat;
}
#header #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.png) no-repeat;
  text-decoration: none;
}

#header #size_area ul li a span {
  text-indent: -5000px;
  position: relative;
  left: -5000px;
  font-size: 0px;
  display: block;
  height: 0px;
  overflow: hidden;
}

/* グローバルナビエリア
-------------------------------------------------------------------------------------------------------- */
#gnavi {
  clear: both;
  position: relative;
  /*margin: 0px 0px 10px 0px;*/
  padding: 2px 0px 2px 0px;
  background: url(../common/img/bg_gnavi.jpg) repeat-x;
}
#gnavi li img {
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}
#gnavi li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  /*line-height: 0;*/
  float: left;
}
#top #gnavi .container ul li:nth-of-type(6n) {
  margin-right: 0;
}
#top #gnavi .container ul li:nth-of-type(5n) {
  margin-right: 0px;
}

/* ヘッダー共通処理
-------------------------------------------------------------------------------------------------------- */
.hd__nv {
  background-color: #fff;
  margin-bottom: -5px;
}

.hd__nv a:link,
.hd__nv a:visited {
  color: #333;
  text-decoration: none;
}

.h_inner {
  position: relative;
  z-index: -1;
}

/*リンク領域の拡大*/
.leftbtn,
.rightbtn {
  margin-top: 5px;
}

.leftbtn a,
.rightbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-weight: bold;
  width: 100%;
}

.leftbtn a:link,
.leftbtn a:visited,
.rightbtn a:link,
.rightbtn a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 116%;
}

.leftbtn {
  background-color: #23b4d4;
}

.rightbtn {
  background-color: #fd9b1c;
}

.bottom #un_area ul {
  display: flex;
  flex-direction: row;
}

.bottom #un_area ul li {
  box-sizing: border-box;
  padding-left: 20px;
}

.bottom #un_area ul li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}

.bottom #un_area ul li a:link,
.bottom #un_area ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

#top .bottom #un_area ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom #size_area ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .bottom #size_area ul li.ttl {
  font-size: 87%;
  font-weight: bold;
  color: #808080;
  margin-right: 10px;
}

#gnavi .container > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

#gnavi .container > ul > li {
  margin: 0;
  box-sizing: border-box;
  width: calc((100% - 30px) / 7);
  height: 40px;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background-color: #f0f0f0;
  transition: 0.3s;
}

#gnavi .container ul li.is-current {
  background-color: #fd9b1c;
}
#gnavi .container ul li.is-current a {
  color: #fff;
}

#gnavi .container ul li:hover {
  /*background-image: url(../img/btn_bg_02.png);*/
  background-color: #fd9b1c;
}

#top #gnavi .container ul li:nth-of-type(6n) {
  margin-right: 0;
}

#gnavi .container ul li a,
#gnavi .container ul li > .not-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
  font-size: 105%;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}

#gnavi .container ul li > .not-link {
  position: relative;
  cursor: default;
}
#gnavi .container ul li > .not-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.3s ease;
}

#gnavi .container ul > li:hover > a,
#gnavi .container ul > li:hover > .not-link {
  color: #fff;
  opacity: 1;
  /*text-shadow: 2px 1px 1px rgba(0,0,0,0.5);*/
}

#gnavi ul > li .gnavi-layer02-wrap {
  display: block;
  position: absolute;
  z-index: 100;
  padding-top: 8px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* ホバー時以外は反応させない */
  opacity: 0;
  visibility: hidden;
}

#gnavi ul > li .gnavi-layer02 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 24px;
  background-color: #eee;
  border-radius: 8px;
}

#gnavi ul > li:hover .gnavi-layer02-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto; /* 表示時は反応可能にする */
}

#gnavi .container > ul > li .gnavi-layer02 > li {
  width: 100%;
  min-width: 250px;
  height: 40px;
  margin: 0;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s;
}

#gnavi .container > ul > li .gnavi-layer02 > li:hover {
  background-color: #fd9b1c;
}

#gnavi .container ul li a {
  font-size: 105%;
  line-height: 1.26;
  transition: 0.3s;
}

#gnavi .container > ul > li .gnavi-layer02 > li:hover {
  color: #fff;
}

/* Gナビメニュー「厚労省が指針で/検診を勧める5つのがん」の調整 */
#gnavi .container ul li a.is-sm {
  font-size: 85%;
}

#gnavi::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  margin: auto;
  width: calc(100vw + 444px);
  height: 100%;
  background-image: url(../common/img/bg_gnavi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#header .container {
  position: relative;
  z-index: 0;
}
#header .container:has(.gnavi-layer02-wrap) {
  position: relative;
  z-index: 100;
  padding: 5px 0;
}
/*検索窓*/
#header .search--pc {
  margin-left: auto;
}
#header .search--pc .gsc-input-box {
  width: 180px;
}
.gsc-input-box {
  padding-top: 2px !important;
  padding-bottom: 3px !important;
}

/* ヘッダー TOP（改修後）のFVを広げるための指定（上書き）
-------------------------------------------------------------------------------------------------------- */
#top .hd__subLogoWr {
  padding-top: 10px;
}
#top .hd__subLogo {
  width: 180px;
}
#top .hd__subLogoTxt {
  margin-left: 30px;
  font-size: 24px;
}
#top #header #utility.wide {
  margin-bottom: 8px;
}
#top #header #utility {
  padding: 5px 0 3px 0;
}
#top #slide {
  padding: 0 0 10px 0;
  height: 250px;
  background-color: #ffffff;
}

/*4500の企業団体が登録*/
#top .hd__subLogoWr {
  /*  height: 68.8px;*/
}
@media all and (min-width: 948px) {
  #top .hd__subLogoWr .list_number {
    display: block;
  }
}
@media all and (max-width: 947px) {
  #top .hd__subLogoWr .list_number {
    display: none;
  }
}

#top .hd__subLogoWr .list_number .number {
  padding: 0 0 0 32px;
  color: #ff4040;
  font-size: 30px;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  position: relative;
}
#top .hd__subLogoWr .list_number .number span {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
#top .hd__subLogoWr .list_number .number span.is-p {
  font-size: 11px;
  color: #333;
  line-height: 1;
  font-weight: normal;
}
#top .hd__subLogoWr .list_number p {
  padding: 0 0 0 32px;
  font-size: 11px;
}
/*上記4500の企業団体を追加するにあたりGoogle検索を小さく*/
/* #top .gsc-search-button-v2{
  padding: 6px 14px;
} */
#top table.gsc-search-box td.gsc-input {
  padding-right: 6px;
}
#top .gsc-input-box {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#top .gsc-search-button-v2 {
  width: auto;
  padding: 11px 10px;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 40px;
}

/* バナー
-------------------------------------------------------------------------------------------------------- */
.banner {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.banner a:link,
.banner a:visited {
  color: #333;
  text-decoration: none;
}

.banner > div {
  position: relative;
  box-sizing: border-box;
  display: flex;
  /*align-items: center;7/27コメントアウト*/
  /*width: 100%;7/27コメントアウト*/
  width: 220px;
  min-height: 70px;
  border: 3px solid #dfdadb;
  border-radius: 8px;
  font-weight: bold;
  /*margin-right: 10px;7/27コメントアウト*/
  margin-bottom: 0;
}
.banner > div:nth-child(4n) {
  margin-right: 0;
}

#top .banner > div a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px 9px 20px;
  position: relative;
  z-index: 1;
  font-size: 85%;
  transition: 0.3s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.banner > div a:hover {
  opacity: 0.8;
}

.banner > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-image: url(../common/img/sn_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner > div.is-after::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner > div.is-after01::after {
  background-image: url(../common/img/sn_bn_01.jpg);
}
.banner > div.is-after02::after {
  width: 35px;
  height: 35px;
  background-image: url(../common/img/sn_bn_02.png);
}
.banner > div.is-after03::after {
  width: 35px;
  height: 35px;
  background-image: url(../common/img/sn_bn_03.png);
}

.banner > div span.is-red {
  color: #b22222;
}

.banner > div span.is-orange {
  color: #fd9b1c;
}

.banner > div span.is-blue {
  color: #1455cc;
}

.banner > div span.is-sm {
  font-size: 90%;
}

#top .banner > div span.is-strong {
  color: #000;
  font-size: 100%;
}

.banner > div span.is-black {
  color: #000;
}

.banner > div .is-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner > div .is-sp_flex {
  line-height: 1.2;
}

.banner > div span.is-block {
  display: block;
}
.banner > div span.is-nowrap {
  font-feature-settings: 'palt';
}

/* フッター （index用を下層に統一）
-------------------------------------------------------------------------------------------------------- */

#footer {
  font-size: 125%;
  background: #f0f0f0;
  margin: 0;
}
#top .footer_area {
  display: block;
  align-items: center;
  justify-content: space-between;
  /*padding:20px 15px;7/27コメントアウト*/
  padding: 40px 0 30px;
}
/*.footer_area .left img{7/27コメントアウト
  display:block;
  margin-top:5px;
}*/
.footer_area > img {
  display: block;
  margin-bottom: 20px;
}
.footer_area .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
.footer_area #un_area {
  font-size: 80%;
  margin-right: 20px;
}
/* テキストサイズボタンエリア headerより */
#footer #size_area {
  margin: 0px;
  padding: 0px;
  /*width: 155px;7/27コメントアウト*/
  /*float: left;7/27コメントアウト*/
}
#footer #size_area .inner {
  /*width: 155px;7/27コメントアウト*/
}

#footer #size_area img {
  display: block;
}

#footer #size_area ul {
  list-style: none;
  background: url(../common/img/btn_size_s_over.png) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.png) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.png) no-repeat -5000px 0px;
}
#footer .bottom #size_area ul li.ttl {
  font-size: 66.66%;
  font-weight: bold;
  color: #808080;
  margin-right: 10px;
}
#footer #size_area ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 0;
  float: left;
}

#footer #size_area ul li.small a,
#footer #size_area ul li.middle a,
#footer #size_area ul li.large a {
  display: block;
  width: 31px;
  height: 29px;
  text-decoration: none;
  overflow: hidden;
}
#footer #size_area ul li.small a {
  width: 31px;
  background: url(../common/img/btn_size_s.png) no-repeat;
}
#footer #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.png) no-repeat;
  text-decoration: none;
}
#footer #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.png) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#footer #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.png) no-repeat;
  text-decoration: none;
}
#footer #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.png) no-repeat;
}
#footer #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.png) no-repeat;
  text-decoration: none;
}
#footer #size_area ul li a span {
  text-indent: -5000px;
  position: relative;
  left: -5000px;
  font-size: 0px;
  display: block;
  height: 0px;
  overflow: hidden;
}
/* テキストサイズボタンエリア ここまで */

#footer .bottom > ul {
  margin-left: auto;
}

.footer_area .left ul {
  margin-top: 15px;
  display: flex;
}
.footer_area .left ul li + li {
  margin-left: 1em;
}
.footer_area .left ul li + li::before {
  content: '|';
  margin-right: 1em;
}
.footer_area .left ul li a {
  text-decoration: none;
}
.footer_area .left ul li a:hover {
  text-decoration: underline;
}
#footer #copyright {
  display: block;
  width: 100%;
  background: #7ac636;
  padding: 16px 0;
  margin-top: 0;
  text-align: center;
}

/*レスポンシブ化追記分*/

#footer a:link,
#footer a:visited {
  color: #333;
  text-decoration: none;
}
#footer .address_area address a.is-fb {
  text-decoration: underline;
}

#footer .container {
  width: 904px;
  margin: 0 auto;
}

.footer_area address {
  font-style: normal;
}

.footer_area address a {
  pointer-events: none;
}
.footer_area address a:last-child {
  pointer-events: auto;
}
.footer_area .address_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_area .address_area > ul li {
  /*font-size: 106%;*/
  /*width: 50%;*/
  line-height: 2;
  letter-spacing: 0.1em;
}
.footer_area .address_area > ul li a:link,
.footer_area .address_area > ul li a:visited {
  text-decoration: none;
}
.footer_area .address_area > ul li a {
  display: block;
  padding-left: 20px;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  position: relative;
}
.footer_area .address_area > ul li a:hover {
  text-decoration: underline;
}
.footer_area .address_area > ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #7ac636;
}

/*非画像化（downloadボタン）*/
.btn.is-download:link,
.btn.is-download:visited {
  color: #fff;
  text-decoration: none;
}

.btn.is-download {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 40px;
  padding-left: 40px;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #999999 0%,
    #999999 50%,
    #6c6c6c 50%,
    #6c6c6c 100%
  );
  font-weight: bold;
  font-size: 116%;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.btn.is-download:hover {
  opacity: 0.8;
}

.btn.is-download::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 20px;
  height: 12px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*非画像化（ご案内はこちらボタン）*/
.btn.is-registration:link,
.btn.is-registration:visited {
  color: #fff;
  text-decoration: none;
}

.btn.is-registration {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 330px;
  height: 40px;
  margin: auto;
  padding-left: 55px;
  border: 1px solid #dfdadb;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #e64e4e 0%,
    #e64e4e 50%,
    #cb0909 50%,
    #cb0909 100%
  );
  font-weight: bold;
  font-size: 116%;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.btn.is-registration:hover {
  opacity: 0.8;
}

.btn.is-registration::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 20px;
  height: 12px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.is-objectfit-top {
  object-position: top;
}
