@charset "utf8";

/*======================================================================================================================
========================================================================================================================

index.css

インデックスページ専用スタイル

========================================================================================================================
======================================================================================================================*/

/* 全体・ヘッダー・Gナビ
-------------------------------------------------------------------------------------------------------- */
body {
  /* padding-top: 110px; */
  padding-top: 67px;
  background: none;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック',
    'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

br.is-sp--show {
  display: none;
}
@media all and (max-width: 679px) {
  br.is-sp--show {
    display: block;
  }
}
br.is-pc--show {
  display: none;
}

#wrapper {
  width: 100%;
}

/* ヘッダー */
#h_inner {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 6px;
}

/*2021/09/06 add*/
.hd__subLogoWr {
  display: none;
  /* flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;*/
}

.hd__subLogo,
.hd__subLogo-right {
  width: 140px;
}
.hd__subLogo-right {
  display: block;
  margin-left: 10px;
}

.hd__subLogoTxt {
  margin-left: 5px;
  font-weight: bold;
  color: #111;
}

.hd__nv {
  /*top: 110px;*/
  top: 60px;
}

.hd__nv__wr {
  padding: 40px 0 150px;
}

/* グローバルナビ下マージン */
#gnavi {
  margin: 0;
}

/* コンテンツエリア　幅再指定 */
#contents {
  overflow: hidden;
  /*width:904px;*/
  margin: 0;
}
.container {
  /*width:904px;*/
  margin: 0 auto;
}

/* 左メインエリア */
#main {
  width: 100%;
  background: #fff;
}

/* CSSロールオーバー */
.hvr {
  transition: opacity 0.3s;
}
.hvr:hover {
  opacity: 0.8;
}

/* 見出し共通 */
h2 {
  max-width: 100%;
  color: #333;
}

/* リンク共通 */
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

/* ボタン共通 */
.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;
}
.linkbtn.is-orange {
  background: #fd9b1c;
}
.linkbtn.is-pink {
  background: #ff5150;
}

/* あなたの会社のがん対策～
-------------------------------------------------------------------------------------------------------- */
.about_area {
  text-align: center;
  /*padding:60px 0 52px;7/27コメントアウト*/
  padding: 10px 0 10px;
  font-size: 140%;
  line-height: 1.8;
}
.about_area p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
/*.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:30px auto 20px;
  display:block;
  width:80px;
  height:4px;
  border-radius:2px;
  background:#7CC16D;
}*/
h2#about {
  margin-bottom: 10px;
  line-height: 1.4;
}

h2#about .sp {
  display: block;
}

#about {
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.07;
}

/* 3つの入口エリア entrance_area 2022/7追加
-------------------------------------------------------------------------------------------------------- */
.entrance_area {
  margin-bottom: 40px;
}
.entrance_list {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  gap: 20px;
  margin-bottom: 30px;
}
.entrance_list li {
  width: calc((100% - 40px) / 3);
  border: 4px solid #23b4d4;
  border-radius: 7px;
  box-sizing: border-box;
}
@media all and (min-width: 680px) {
  .entrance_list li {
    width: calc((100% - 20px) / 3);
  }
}
@media all and (max-width: 679px) {
  .entrance_list {
    flex-direction: column;
  }
  .entrance_list li {
    width: 100%;
    box-sizing: border-box;
  }
}
.entrance_list li a {
  display: block;
  padding: 15px;
}
.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: center;
  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;
}
@media all and (max-width: 679px) {
  .entrance_list_bottom div {
    margin-left: auto;
  }
}
.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;
}
@media all and (max-width: 679px) {
  .entrance_list_bottom span {
    margin-left: auto;
  }
}
.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;
}

/* ニュースエリア
-------------------------------------------------------------------------------------------------------- */
.news_area {
  /*width: 600px;*/
  width: 100%;
  /*float: left;*/
  font-size: 116%;
  background-color: #fff;
}
.news_area h2 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#activity.news_area h2 {
  margin-bottom: 10px;
}
.news_linklist.link-activity {
  margin: 20px 0 0 0;
}
.news_linklist {
  margin: 30px 0 40px;
  padding: 0;
  list-style: none;
}
.news_linklist li {
}
.news_linklist li + li {
  margin-top: 20px;
}

/* 推進パートナー事例
-------------------------------------------------------------------------------------------------------- */
.activity_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.activity {
  /*width:290px;*/
  width: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding-top: 140px;
  position: relative;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.activity:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 530px) {
  .activity {
    /*width:290px;*/
    width: calc((100% - 20px) / 2);
    background: #f0f0f0;
    display: flex;
    align-items: center;
    padding-top: 140px;
    position: relative;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
  }
  .activity:nth-of-type(odd) {
    margin-right: 20px;
  }
  .activity:not(:nth-last-child(2)) {
    margin-bottom: 40px;
  }
}
.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;
  object-fit: cover;
}
.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;
  /*width: 272px;*/
  /*width: 100%;*/
  /*float: right;*/
  font-size: 116%;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 530px) and (max-width: 947px) {
  .partner_area .list_number .tab {
    display: none;
  }
}
.partner_area .list_number .number {
  display: block;
  width: 285px;
  margin: auto;
  padding-top: 18px;
  color: #ff4040;
  font-size: 70px;
  line-height: 100%;
  font-family: Arial;
  font-weight: bold;
  position: relative;
}
.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::after {
  content: 'の企業・団体';
  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: 20px;
}
.ranking_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 679px) {
  .ranking_list {
    flex-direction: column;
  }
}
.ranking_list li {
  font-size: 120%;
  width: 50%;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (max-width: 679px) {
  .ranking_list li {
    width: 100%;
  }
}
.ranking_list li:nth-child(2n) {
  margin-bottom: 7px;
}
@media all and (max-width: 679px) {
  .ranking_list li:nth-child(n) {
    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;
  position: relative;
}
@media all and (max-width: 679px) {
  .ranking_list li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.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%;
}
/* バナー
-------------------------------------------------------------------------------------------------------- */

.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);
}

/* 3つのパネルエリア
-------------------------------------------------------------------------------------------------------- */
.box_panel {
  /*background:#F5F5E9;7/27コメントアウト*/
  /*padding:30px 0 60px;*/
}
.box_panel ul {
  max-width: 904px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box_panel ul li {
  /*width:276px;*/
  width: 100%;
}

.box_panel ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media all and (min-width: 680px) {
  .box_panel ul li {
    width: calc((100% - 20px) / 3);
  }
  .box_panel ul li:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
}

.box_panel ul li a {
  box-sizing: border-box;
  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;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 40px;
}
.contact_area ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_area ul li {
  /*width:432px;*/
  width: 100%;
}
.contact_area ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

/* スライダー(jquery.bxslider.css)
-------------------------------------------------------------------------------------------------------- */
/*.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  display: inline-block;
  position: relative!important;
  top: 20px;
}*/

/* 企業事例コンソートノート 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;
}

@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;
  margin-bottom: 20px;
}

.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
--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------- */

/*======================================================================================================================
========================================================================================================================

frame.css

全体フレーム・ヘッダー・フッター用

========================================================================================================================
======================================================================================================================*/

/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
html .is-fixed,
body .is-fixed {
  height: 100vh;
  overflow: hidden;
}

body {
  /*padding-top: 60px;*/
}

#wrapper {
  min-height: calc(100vh - 325px);
}

img {
  max-width: 100%;
}

/* ヘッダー
-------------------------------------------------------------------------------------------------------- */

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*4500の企業団体 SP時*/
#top .hd__subLogoWr .list_number {
  display: none;
}

#h_inner #logo a img {
  max-width: 200px;
  width: 50%;
}

/* ロゴ
---------------------------------- */

/* ユーティリティエリア
---------------------------------- */

/* テキストサイズボタンエリア */
#header #size_area {
  margin: 0px;
  padding: 0px;
  width: 260px;
  float: left;
}
#header #size_area .inner {
  width: 260px;
}

#header #size_area img {
  display: block;
}

#header #size_area ul {
  list-style: none;
  background: url(../common/img/btn_size_s_over.gif) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.gif) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.gif) 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.gif) no-repeat;
}
#header #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.gif) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.gif) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#header #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.gif) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.gif) no-repeat;
}
#header #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.gif) 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;
}

#logo {
  display: block;
  width: calc(100% - 60px);
  height: 60px;
  float: left;
}

#logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 2%;
  padding-left: 10px;
}

#partner_area ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: auto;
}

.search {
  display: block;
  width: 355px;
  max-width: 100%;
  margin-bottom: 10px;
}
/*最上部ロゴ横の検索はPC時のみ*/
.search--pc {
  display: none;
}

.gsc-input .gsc-input-box {
  padding-top: 3px;
  padding-bottom: 2px;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom #un_area {
  width: 100%;
}

.bottom #un_area ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 10px auto 30px;
}

.bottom #un_area ul li {
  box-sizing: border-box;
  padding-left: 20px;
  width: calc((100% - 10px) / 2);
  max-width: 170px;
}

.bottom #un_area ul li:nth-of-type(odd) {
  margin-right: 10px;
}

.bottom #un_area ul li:nth-of-type(n + 3) {
  margin-top: 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;
  font-size: 116%;
}

.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;
  justify-content: center;
  margin-bottom: 10px;
}

#header .bottom #size_area ul li.ttl {
  font-weight: bold;
  color: #808080;
  margin-right: 15px;
}

#header #size_area ul li:not(:last-of-type) {
  margin-right: 10px;
}

#gnavi .container ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#gnavi:has(.gnavi-layer02-wrap) .container > ul > li,
#gnavi:has(.gnavi-layer02-wrap) .container > ul > li .not-link {
  box-sizing: border-box;
  width: 100%;
  max-width: 355px;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdadb;
}

#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;
  font-size: 126%;
}

#gnavi:has(.gnavi-layer02-wrap) .container > ul > li .not-link {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: default;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li {
  position: relative;
  padding-right: 1.2em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dfdadb;
  box-sizing: border-box;
  width: 100%;
  max-width: 355px;
  height: 40px;
  cursor: pointer;
}
#gnavi .gnavi-accordion span {
  position: relative;
}
#gnavi .gnavi-accordion span::before,
#gnavi .gnavi-accordion span::after {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#gnavi .gnavi-accordion span::after {
  transform: translateY(-50%) rotate(90deg);
}

#gnavi .gnavi-accordion span.is-open::after {
  opacity: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li > a::before {
  position: relative;
  content: '・';
  left: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li:last-of-type {
  border-bottom: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 110%;
}

/* ハンバーガーメニュー
-------------------------------------------------------------------------------------------------------- */

.hd__nv a:link,
.hd__nv a:visited {
  color: #333;
  text-decoration: none;
}

.hd__btn.js-ham-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  float: right;
}

.hd__btn > span {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn > span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn.is-active > span {
  transform: rotate(135deg);
}
.hd__btn.is-active > span::before {
  top: 0;
  transform: rotate(-90deg);
}
.hd__btn.is-active > span::after {
  bottom: 0;
  transform: rotate(-90deg);
  opacity: 0;
}

.hd__nv {
  position: fixed;
  /*top: 60px;*/
  left: 100%;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%) inset;
  overflow-y: scroll;
}

.hd__nv__wr {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 40px 0 100px;
}

.hd__nv.is-active {
  z-index: 98;
}

/*リンク領域の拡大*/
.leftbtn,
.rightbtn {
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}

.leftbtn a,
.rightbtn a {
  /*max-width: 215px;*/
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
}

.leftbtn a:link,
.leftbtn a:visited,
.rightbtn a:link,
.rightbtn a:visited {
  color: #fff;
  font-size: 116%;
}

.leftbtn {
  margin-right: 10px;
  background-color: #23b4d4;
}

.rightbtn {
  background-color: #fd9b1c;
}

/* バナー
-------------------------------------------------------------------------------------------------------- */

.banner {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.banner > div {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  border: 3px solid #dfdadb;
  border-radius: 8px;
  font-weight: bold;
}

.banner > div:not(:last-of-type) {
  margin-bottom: 15px;
}

@media all and (min-width: 680px) {
  .banner > div {
    width: calc((100% - 10px) / 2);
    margin-bottom: 0;
  }

  .banner > div:not(:last-of-type),
  .banner > div:not(:nth-last-of-type(2)) {
    margin-bottom: 15px;
  }
  .banner > div:nth-of-type(odd) {
    margin-right: 10px;
  }
}

.banner > div a {
  display: block;
  width: 100%;
  padding: 9px 10px 9px 30px;
  position: relative;
  z-index: 1;
}

.banner a:link,
.banner a:visited {
  color: #333;
  text-decoration: none;
}

.banner > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  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: 10px;
  margin: auto;
  width: 50px;
  height: 50px;
  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 {
  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%;
}

.banner > div span.is-strong {
  color: #000;
  font-size: 120%;
}

.banner > div span.is-black {
  color: #000;
}

.banner > div .is-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner > div .is-sp_flex {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.banner > div .is-sp_colomn {
  display: flex;
  flex-direction: column;
}

.banner > div span.is-nowrap {
  font-feature-settings: 'palt';
}

/* フッター （index用を下層に統一）
-------------------------------------------------------------------------------------------------------- */
#footer {
  font-size: 125%;
  background: #f0f0f0;
  margin: 0;
}
.footer_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}
/*.footer_area .left img{7/27コメントアウト
  display:block;
  margin: auto;
}*/
.footer_area > img {
  display: block;
}
.footer_area .bottom {
  display: none;
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
}
.footer_area #un_area {
  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.gif) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.gif) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.gif) no-repeat -5000px 0px;
}
#footer .bottom #size_area ul li.ttl {
  font-size: 87%;
  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.gif) no-repeat;
}
#footer #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.gif) no-repeat;
  text-decoration: none;
}
#footer #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.gif) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#footer #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.gif) no-repeat;
  text-decoration: none;
}
#footer #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.gif) no-repeat;
}
#footer #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.gif) 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_area .address_area ul {
  margin-top: 15px;
  display: flex;
}
.footer_area .address_area ul li + li {
  margin-left: 1em;
}
.footer_area .address_area ul li + li::before {
  content: '|';
  margin-right: 1em;
}
.footer_area .address_area ul li a {
  text-decoration: none;
}
.footer_area .address_area ul li a:hover {
  text-decoration: underline;
}
#footer #copyright {
  display: block;
  width: 100%;
  background: #7ac636;
  padding: 16px 0;
  margin-top: 0;
  text-align: center;
  font-size: 90%;
}

/*レスポンシブ化追記分*/

#footer a:link,
#footer a:visited {
  color: #333;
  text-decoration: none;
}

.footer_area {
  margin-top: 20px;
}

.footer_area address {
  font-style: normal;
  font-size: 79%;
  line-height: 1.8;
  margin-top: 20px;
}

@media all and (min-width: 530px) {
  .footer_area address {
    font-size: 90%;
  }
}

.footer_area address a {
  pointer-events: none;
}
.footer_area address a:last-child {
  pointer-events: auto;
}
.footer_area .address_area {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

/*.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;
  margin-bottom: 15px;
  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: 10px;
  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: 310px;
  height: 40px;
  margin: auto;
  padding-left: 40px;
  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: 15px;
  width: 20px;
  height: 10px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
