@charset "utf-8";

/* style.css
 * おまかせプラン ver.7 - v1.0.0
 * 2023-04-01
 * **************************************************
 * Reset
 * Body
 * Header
 * Header Fixed
 * Common
 * Footer
 * Side Follow（文字サイズ）
 * Page Top
 * Print
 * **************************************************
 */

/* Reset
------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
}
ol,ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}
blockquote {
  quotes: none;
}
blockquote::before, blockquote::after {
  content: '';
  content: none;
}
fieldset,img {
  border: 0;
}
abbr,acronym {
  border: 0;
}
main {
  display: block;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

a{
	color:#009cdc;
}

a:hover{
	text-decoration:none;
}

/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

/* Overlay */
body:after {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 120px;
  background-color: rgba(0,0,0,0.3);
  content: '';
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
body.overlay::after {
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* 汎用クラス
------------------------------------------------------------------- */
.mt_00 {margin-top: 0 !important; }
.mt_10 {margin-top: 1em !important; }
.mt_20 {margin-top: 2em !important; }
.mt_30 {margin-top: 3em !important; }
.mr_00 {margin-right: 0 !important; }
.mr_10 {margin-right: 1em !important; }
.mr_20 {margin-right: 2em !important; }
.mr_30 {margin-right: 3em !important; }
.mb_00 {margin-bottom: 0em !important; }
.mb_10 {margin-bottom: 1em !important; }
.mb_20 {margin-bottom: 2em !important; }
.mb_30 {margin-bottom: 3em !important; }
.ml_00 {margin-left: 0 !important; }
.ml_10 {margin-left: 1em !important; }
.ml_20 {margin-left: 2em !important; }
.ml_30 {margin-left: 3em !important; }

._14 {font-size:1.4em!important;}
._15{font-size:1.5em!important;}
._16{font-size:1.6em!important;}
._x2{font-size:200%!important;}

.red {color: red!important;}
.blue{color:#0058a6!important;}
.black{color:#000!important;}
.underLine{text-decoration: underline;}
.fz_100 {font-size: 100% !important;}
.fz_p {font-size: 1.6em !important;}
.left {text-align: left !important;}
.right {text-align: right !important;}
.center {text-align: center !important;}
.indent_00 {text-indent: 0 !important;}
.indmn_00 {text-indent: 0!important;margin-left: 0!important;}
.dot{font-feature-settings: normal!important;}
._bl{display:block!important;}

table.td_left td{text-align: left !important;}
table.td_right td{text-align: right !important;}
table.td_center td{text-align: center !important;}
table.td_w2 td{width : calc(100% / 2)!important;}
table.td_w3 td{width : calc(100% / 3)!important;}
table.td_w4 td{width : calc(100% / 4)!important;}
table.td_w5 td{width : calc(100% / 5)!important;}

table.th_left th{text-align: left !important;}
table.th_right th{text-align: right !important;}
table.th_center th{text-align: center !important;}
table.th_w2 th{width : calc(100% / 2)!important;}
table.th_w3 th{width : calc(100% / 3)!important;}
table.th_w4 th{width : calc(100% / 4)!important;}
table.th_w5 th{width : calc(100% / 5)!important;}

@media screen and (min-width: 768px) {
.pc-none {display: none!important}
}
@media screen and (max-width: 767px) {
.sp-none {display: none!important;}
}

/* Common
------------------------------------------------------------------- */

/*メインコンテンツ*/
#main {
  padding-top: 240px;
}
#subpage #main{
	min-height:850px;
}

/* Footer
------------------------------------------------------------------- */
#footer {
	margin-top:50px;
}
#footer .bullet-train img{
	width:100%;
	vertical-align:middle;
}
#footer .copyright {
  font-size: 1.2em;
  text-align: center;
  color:#3a3a3a;
  padding: 35px 0;
  background:#94d8ee;
}

/* PageTop
------------------------------------------------------------------ */
#page-top {
  z-index: 999;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
#page-top span {
  z-index: 1;
  opacity: 0.9;
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 15px;
  height:61px;
  width:89px;
  background: url("../images/common/page-top.svg") no-repeat center/contain;
  text-indent: -9999px;
  outline: none;
}
#page-top span:hover {
  opacity: 0.7;
}


/*NEWS（トップページ・news内共通）
------------------------------------------------------------------- */
/*news*/

.news-list dl{
	display:flex;
}
.news-list dt{
	display:flex;
}
.news-list--cat > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 1.6em;
  margin-right: 15px;
  background-color: #336699;
  font-size: 0.875em;
  color: #ffffff;
  font-weight:bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  border-radius:100vw;
}
.news-list--date {
  margin-right: 15px;
  white-space: nowrap;
  color:#333;
}
.news-list dd{
  flex-grow: 1;
  padding-right:35px;
}
.news-list dd a {
  text-decoration:underline;
  color:#333;
}
.news-list dd a:hover{
  text-decoration:none;
}
.new {
  margin: 5px 0 0 10px;
  padding: 2px 5px;
  max-height: 15px;
  background-color: #ff0000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 78%;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
}


/* 重要 */
.news-list--cat span.news1 {
	background-color: #ff9999;
}
/* 保養 */
.news-list--cat span.news2 {
	background-color: #b8db8f;
}
/* INFO */
.news-list--cat span.news3 {
	background-color: #ffaa7a;
}
/* イベント */
.news-list--cat span.news4 {
	background-color: #94d8ee;
}
/* 保険給付 */
.news-list--cat span.news5 {
	background-color: #66cccc;
}
/* 公告 */
.news-list--cat span.news6 {
	background-color: #cc99cc;
}

/*メニューボタン*/
.content__inner-index li,
.like-this__btn li {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
 .content__inner-indexli.animate,
.like-this__btn > li.animate {
  animation: like-this-btn 0.6s;
}
.content__inner-index > li:hover,
.like-this li:hover {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  transform: scale(1.05);
}
.content__inner-index li a,
.like-this li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:90px 5px 10px;
  min-height: 160px;
  height:100%;
  font-size: 1.4em;
  color: #333333;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background:no-repeat center 16px / 100px;
  position:relative;
  z-index:1;
  border:1px solid #dddddd;
  border-radius:15px;
  font-weight:bold;
}

.content__inner-index li a:hover{border:1px solid #26b6e0;}
.consultation .content__inner-index #card li a:hover{border:1px solid #9bcc61;}
.consultation .content__inner-index #consultation li a:hover{border:1px solid #51c5c5;}
.consultation .content__inner-index #lifescene li a:hover{border:1px solid #ff985e;}

.insurance-benefits .content__inner-index ul li:nth-of-type(1) a{background-image: url("../images/category/icon/A-01.webp");}
.insurance-benefits .content__inner-index ul li:nth-of-type(2) a{background-image: url("../images/category/icon/A-02.webp");}
.insurance-benefits .content__inner-index ul li:nth-of-type(3) a{background-image: url("../images/category/icon/A-03.webp");}

.consultation .content__inner-index #card ul li:nth-of-type(1) a,
.like-this__btn li:nth-of-type(1) a {background-image: url("../images/category/icon/B-01.webp");}
.consultation .content__inner-index #card ul li:nth-of-type(2) a,
.like-this__btn li:nth-of-type(2) a {background-image: url("../images/category/icon/B-02.webp");}
.consultation .content__inner-index #card ul li:nth-of-type(3) a,
.like-this__btn li:nth-of-type(3) a {background-image: url("../images/category/icon/B-03.webp");}

.consultation .content__inner-index #consultation ul li:nth-of-type(1) a,
.like-this__btn li:nth-of-type(4) a {background-image: url("../images/category/icon/B-04.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(2) a,
.like-this__btn li:nth-of-type(5) a {background-image: url("../images/category/icon/B-05.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(3) a,
.like-this__btn li:nth-of-type(6) a {background-image: url("../images/category/icon/B-06.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(4) a,
.like-this__btn li:nth-of-type(7) a {background-image: url("../images/category/icon/B-07.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(5) a,
.like-this__btn li:nth-of-type(8) a {background-image: url("../images/category/icon/B-08.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(6) a,
.like-this__btn li:nth-of-type(9) a {background-image: url("../images/category/icon/B-09.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(7) a,
.like-this__btn li:nth-of-type(10) a {background-image: url("../images/category/icon/B-10.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(8) a,
.like-this__btn li:nth-of-type(11) a {background-image: url("../images/category/icon/B-11.webp");}
.consultation .content__inner-index #consultation ul li:nth-of-type(9) a,
.like-this__btn li:nth-of-type(12) a {background-image: url("../images/category/icon/B-12.webp");}

.consultation .content__inner-index #lifescene ul li:nth-of-type(1) a,
.like-this__btn li:nth-of-type(13) a {background-image: url("../images/category/icon/B-13.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(2) a,
.like-this__btn li:nth-of-type(14) a {background-image: url("../images/category/icon/B-14.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(3) a,
.like-this__btn li:nth-of-type(15) a {background-image: url("../images/category/icon/B-15.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(4) a,
.like-this__btn li:nth-of-type(16) a {background-image: url("../images/category/icon/B-16.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(5) a,
.like-this__btn li:nth-of-type(17) a {background-image: url("../images/category/icon/B-17.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(6) a,
.like-this__btn li:nth-of-type(18) a {background-image: url("../images/category/icon/B-18.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(7) a,
.like-this__btn li:nth-of-type(19) a {background-image: url("../images/category/icon/B-19.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(8) a,
.like-this__btn li:nth-of-type(20) a {background-image: url("../images/category/icon/B-20.webp");}
.consultation .content__inner-index #lifescene ul li:nth-of-type(9) a,
.like-this__btn li:nth-of-type(21) a {background-image: url("../images/category/icon/B-21.webp");}

.health-promotion .content__inner-index ul li:nth-of-type(1) a{background-image: url("../images/category/icon/C-01.webp");}
.health-promotion .content__inner-index ul li:nth-of-type(2) a{background-image: url("../images/category/icon/C-02.webp");}
.health-promotion .content__inner-index ul li:nth-of-type(3) a{background-image: url("../images/category/icon/C-03.webp");}

.structure-insurance .content__inner-index ul li:nth-of-type(1) a{background-image: url("../images/category/icon/D-01.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(2) a{background-image: url("../images/category/icon/D-02.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(3) a{background-image: url("../images/category/icon/D-03.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(4) a{background-image: url("../images/category/icon/D-04.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(5) a{background-image: url("../images/category/icon/D-05.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(6) a{background-image: url("../images/category/icon/D-06.webp");}
.structure-insurance .content__inner-index ul li:nth-of-type(7) a{background-image: url("../images/category/icon/D-07.webp");}

.care .content__inner-index ul li:nth-of-type(1) a{background-image: url("../images/category/icon/E-01.webp");}
.care .content__inner-index ul li:nth-of-type(2) a{background-image: url("../images/category/icon/E-02.webp");}
.care .content__inner-index ul li:nth-of-type(3) a{background-image: url("../images/category/icon/E-03.webp");}
.care .content__inner-index ul li:nth-of-type(4) a{background-image: url("../images/category/icon/E-04.webp");}
.care .content__inner-index ul li:nth-of-type(5) a{background-image: url("../images/category/icon/E-05.webp");}
.care .content__inner-index ul li:nth-of-type(6) a{background-image: url("../images/category/icon/E-06.webp");}


@media screen and (max-width: 767px) {
  /* Body
  ------------------------------------------------------------------ */
  body {
    min-width: auto;
  }
  body.fix {
    position: fixed;
    width: 100%;
  }
    

/* Common
------------------------------------------------------------------- */

/*メインコンテンツ*/
    #subpage #main{
	min-height:784px;}

    #main {
    padding-top: 59px!important;
	background:none;
  }
	
    
    /*メニューボタン*/
    .content__inner-index ul,
    .like-this__btn {
        justify-content:start!important;
    }

    .like-this__btn li {
        width: -webkit-calc(50% - 17px)!important;
        width: calc(50% - 17px)!important;
    }

    .content__inner-index ul li a,
    .like-this li a {
        background:no-repeat center 20px / 80px;
		min-height: 140px;
    }
    
    .content__inner-index ul li:first-child,
    .content__inner-index ul li + li,
    .like-this__btn li:first-child,
    .like-this__btn li + li {
        margin: 15px 15px 0 0!important;
    }

    .content__inner-index ul li a,
    .like-this__btn li a {
        height: 65px!important;
        font-size: 1.4em!important;
        letter-spacing: 0!important;
    } 
	
  /* Footer
  ------------------------------------------------------------------- */
    #footer {
	background:#fff;
	padding-top:40px;
    }
    #footer .copyright {
    }
	

/* #page-top
  ------------------------------------------------------------------ */
  #page-top {
    z-index: 1;
  }
  #page-top span {
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:-380px;
    width:130px;
	height:auto;
    transition: .3s;
  }

  /* Side Follow（文字サイズ）
  ------------------------------------------------------------------ */
  .side-follow {
    display: none;
  }
}



/* Print
------------------------------------------------------------------ */
@media print {
    body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
    }
  /* 非表示 */
   /* .navigation-area,
  .global-nav__list__inner,
  .content__side, */
  .sizeChange,
  #page-top {
    display: none !important;
  }
  .sp .global-nav__list li[class^="h-nav"] {
    display: none !important;
  }
  /* 調整：高さ */
  #header {
    position: initial!important;
    height: auto !important;
  }
  #main {
    padding-top:100px !important;
  }
  /* 調整：横幅
  .header__inner,
  .content__inner-column,
  .access .content__inner,
  .sitemap .content__inner {
    padding: 0 !important;

    max-width: none !important;
  }
  .content__layout {
    width: auto !important;
  } */
  /* タブ：表示 */
  .tab-content {
    display: block !important;
  }
  .tab-content + .tab-content {
    display: block !important;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dotted #dddddd;
  }
  /* もっと詳しく：表示 */
  .content__layout__learn-more dd {


    display: block !important;
  }
  /* よくある質問：表示 */
  .faq-cnt,
  .faq-cnt dd {
    display: block !important;
  }
}
