@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;
  clear:both;
}
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_05 {margin-top: 0.5em !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_05 {margin-bottom: 0.5em !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;}
.orange{color:#ef582a!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;}
.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_center td.left{text-align:left !important;}
table.td_left td.center{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.fz_100t td{font-size:100%!important;}
table.fz_100t th{font-size:100%!important;}
table.fz_100t caption{font-size:100%!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;}
table.th_20 tbody th{width :20%!important;}
table.th_15 tbody th{width :15%!important;}
table.th_10 tbody th{width :10%!important;}
.left {text-align: left !important;}
.right {text-align: right !important;}

.yellow-m{
	background:yellow;
	display:inline-block;
	padding:0 5px;
}
.double_u{
	border-bottom:3px #000 double;
}
sup{
	position:relative;
	display:inline-block;
	top:-5px;
	font-size:80%;
}

@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: 226px;
}

#home #main {
	background:#fbf5f5 url(../images/common/back-home.svg)no-repeat center 226px/cover;
}

#subpage #main{
	min-height:850px;
	background:#fbf5f5;
}

/* Footer
------------------------------------------------------------------- */
#footer {
  border-top:1px solid #d097ae;
}
#footer .footer-img{
	display:none;
}
#footer .copyright {
  font-size: 1.2em;
  text-align: center;
  color:#000;
  padding: 35px 0;
  background:#fff;
}

/* 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:70px;
  width:57px;
  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: 5em;
  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;
}
.news-list--date {
  margin-right: 15px;
  white-space: nowrap;
  color:#333;
}
.news-list dd{
  flex-grow: 1;
}
.news-list dd a {
  text-decoration:none;
  color:#333;
}
.news-list dd a:hover{
  text-decoration:underline;
}
.new {
  margin: 5px 0 0 10px;
  padding: 2px 5px;
  max-height: 18px;
  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: #830051;
}
/* 保養 */
.news-list--cat span.news2 {
	background-color: #407a8c;
}
/* INFO */
.news-list--cat span.news3 {
	background-color: #f0ab00;
}
/* イベント */
.news-list--cat span.news4 {
	background-color: #4361ee;
}
/* 保険給付 */
.news-list--cat span.news5 {
	background-color: #4cc9f0;
}
/* 公告 */
.news-list--cat span.news6 {
	background-color: #ee2e31;
}

/*カテゴリメニュー（トップページ・カテゴリページ共通）
------------------------------------------------------------------- */
/*共通*/
.content__inner-index ul,
.like-this__btn {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  border-radius:0px 10px 10px 10px;
  padding: 20px;
  background:#830051;
}
.content__inner-index li,
.like-this__btn li {
  display:flex;
  align-items:center;
  background-color: #fff;
  transition: 0.3s;
  margin-top: 20px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #830051;

}
.content__inner-index > li.animate,
.like-this__btn > li.animate {
  animation: like-this-btn 0.6s;
}
@keyframes like-this-btn {
  0% {
   transform: scale(0.1);
  }
  100% {
   transform: none;
  }
}
.content__inner-index li + li ,
.content__inner-index li:first-child,
.like-this li:first-child,
.like-this li + li {
  margin: 7.5px;
}
.content__inner-index li:hover,
.like-this li:hover {
	background:#fff;
	transition: opacity .6s, transform .6s;
	position:relative;
}
.content__inner-index li a,
.like-this li a {
  display: flex;
  align-items: center;
  width:100%;
  min-height: 80px;
  font-size: 1.5em;
  color: #333333;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
　position:relative;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content__inner-index li:hover a,
.like-this li:hover a{
	background-color:#fbe7ee;
	color:#830051;
}

/*インデックスページ*/
.like-this li a {
  padding:10px 82px 10px 15px;
  background:no-repeat center right /100px 80px;
}
.like-this__btn li {
  width: -webkit-calc((100% - 60px) /4);
  width: calc((100% - 60px) /4);
}

/*カテゴリページ*/
.content__inner-index ul{
  padding:20px 0px 0;
  background:none;
}
.content__inner-index nav{
  padding:0px 0 20px;
  margin-top:40px;
  font-weight:bold;
}
.content__inner-index li {
  width: -webkit-calc((100% - 60px) /4);
  width: calc((100% - 60px) /4);
}
.content__inner-index li a{
  padding:10px 82px 10px 15px;
  background:no-repeat center right /100px 80px;}


/*保険料と保険給付*/
.insurance-benefits .content__inner-index li:nth-child(1) a {background-image: url("../images/category/icons/A-01.png");}
.insurance-benefits .content__inner-index li:nth-child(2) a {background-image: url("../images/category/icons/A-02.png");}
.insurance-benefits .content__inner-index li:nth-child(3) a {background-image: url("../images/category/icons/A-03.png");}

/*こんなとき*/
.like-this__btn .card01 a,
.consultation  .content__inner-index #card li:nth-child(1) a {background-image: url("../images/category/icons/B-01.png");}
.like-this__btn .card02 a,
.consultation  .content__inner-index #card li:nth-child(2) a {background-image: url("../images/category/icons/B-02.png");}
.like-this__btn .card03 a,
.consultation  .content__inner-index #card li:nth-child(3) a {background-image: url("../images/category/icons/B-03.png");}

.like-this__btn .consultaion01 a,
.consultation  .content__inner-index #consultation li:nth-child(1) a {background-image: url("../images/category/icons/B-04.png");}
.like-this__btn .consultaion02 a,
.consultation  .content__inner-index #consultation li:nth-child(2) a {background-image: url("../images/category/icons/B-05.png");}
.like-this__btn .consultaion03 a,
.consultation  .content__inner-index #consultation li:nth-child(3) a {background-image: url("../images/category/icons/B-06.png");}
.like-this__btn .consultaion04 a,
.consultation  .content__inner-index #consultation li:nth-child(4) a {background-image: url("../images/category/icons/B-07.png");}
.like-this__btn .consultaion05 a,
.consultation  .content__inner-index #consultation li:nth-child(5) a {background-image: url("../images/category/icons/B-08.png");}
.like-this__btn .consultaion06 a,
.consultation  .content__inner-index #consultation li:nth-child(6) a {background-image: url("../images/category/icons/B-09.png");}
.like-this__btn .consultaion07 a,
.consultation  .content__inner-index #consultation li:nth-child(7) a {background-image: url("../images/category/icons/B-10.png");}
.like-this__btn .consultaion08 a,
.consultation  .content__inner-index #consultation li:nth-child(8) a {background-image: url("../images/category/icons/B-11.png");}
.like-this__btn .consultaion09 a,
.consultation  .content__inner-index #consultation li:nth-child(9) a {background-image: url("../images/category/icons/B-12.png");}

.like-this__btn .lifescene01 a,
.consultation  .content__inner-index #lifescene li:nth-child(1) a {background-image: url("../images/category/icons/B-13.png");}
.like-this__btn .lifescene02 a,
.consultation  .content__inner-index #lifescene li:nth-child(2) a {background-image: url("../images/category/icons/B-14.png");}
.like-this__btn .lifescene03 a,
.consultation  .content__inner-index #lifescene li:nth-child(3) a {background-image: url("../images/category/icons/B-15.png");}
.like-this__btn .lifescene04 a,
.consultation  .content__inner-index #lifescene li:nth-child(4) a {background-image: url("../images/category/icons/B-16.png");}
.like-this__btn .lifescene05 a,
.consultation  .content__inner-index #lifescene li:nth-child(5) a {background-image: url("../images/category/icons/B-17.png");}
.like-this__btn .lifescene06 a,
.consultation  .content__inner-index #lifescene li:nth-child(6) a {background-image: url("../images/category/icons/B-18.png");}
.like-this__btn .lifescene07 a,
.consultation  .content__inner-index #lifescene li:nth-child(7) a {background-image: url("../images/category/icons/B-19.png");}
.like-this__btn .lifescene08 a,
.consultation  .content__inner-index #lifescene li:nth-child(8) a {background-image: url("../images/category/icons/B-20.png");}
.like-this__btn .lifescene09 a,
.consultation  .content__inner-index #lifescene li:nth-child(9) a {background-image: url("../images/category/icons/B-21.png");}

/*健康づくり*/
.health-promotion .content__inner-index .a li:nth-child(1) a {background-image: url("../images/category/icons/C-01.png");}
.health-promotion .content__inner-index .a li:nth-child(2) a {background-image: url("../images/category/icons/C-03.png");}
.health-promotion .content__inner-index .a li:nth-child(3) a {background-image: url("../images/category/icons/C-04.png");}
.health-promotion .content__inner-index .a li:nth-child(4) a {background-image: url("../images/category/icons/C-02.png");}
.health-promotion .content__inner-index .a li:nth-child(5) a {background-image: url("../images/category/icons/C-05.png");}
.health-promotion .content__inner-index .a li:nth-child(6) a {background-image: url("../images/category/icons/C-06.png");}
.health-promotion .content__inner-index .a li:nth-child(7) a {background-image: url("../images/category/icons/C-07.png");}
.health-promotion .content__inner-index .b li:nth-child(1) a {background-image: url("../images/category/icons/C-08.png");}
.health-promotion .content__inner-index .b li:nth-child(2) a {background-image: url("../images/category/icons/C-09.png");}

/*健康保険のしくみ*/
.structure-insurance .content__inner-index li:nth-child(1) a {background-image: url("../images/category/icons/D-01.png");}
.structure-insurance .content__inner-index li:nth-child(2) a {background-image: url("../images/category/icons/D-02.png");}
.structure-insurance .content__inner-index li:nth-child(3) a {background-image: url("../images/category/icons/D-03.png");}
.structure-insurance .content__inner-index li:nth-child(4) a {background-image: url("../images/category/icons/D-04.png");}
.structure-insurance .content__inner-index li:nth-child(5) a {background-image: url("../images/category/icons/D-05.png");}
.structure-insurance .content__inner-index li:nth-child(6) a {background-image: url("../images/category/icons/D-06.png");}
.structure-insurance .content__inner-index li:nth-child(7) a {background-image: url("../images/category/icons/D-07.png");}

/*介護保険制度*/
.care .content__inner-index li:nth-child(1) a {background-image: url("../images/category/icons/E-01.png");}
.care .content__inner-index li:nth-child(2) a {background-image: url("../images/category/icons/E-02.png");}
.care .content__inner-index li:nth-child(3) a {background-image: url("../images/category/icons/E-03.png");}
.care .content__inner-index li:nth-child(4) a {background-image: url("../images/category/icons/E-04.png");}
.care .content__inner-index li:nth-child(5) a {background-image: url("../images/category/icons/E-05.png");}
.care .content__inner-index li:nth-child(6) a {background-image: url("../images/category/icons/E-06.png");}
.care .content__inner-index li:nth-child(7) a {background-image: url("../images/category/icons/E-07.png");}


@media screen and (max-width: 767px) {
  /* Body
  ------------------------------------------------------------------ */
  body {
    min-width: auto;
  }
  body.fix {
    position: fixed;
    width: 100%;
  }
	#main{
	background:#fbf5f5!important;
}
 


/* Common
------------------------------------------------------------------- */

/*メインコンテンツ*/
    #subpage #main{
	min-height:784px;}

    #main {
    padding-top: 53px!important;
  }
	
    
    /*メニューボタン*/
    .content__inner-index ul,
    .like-this__btn {
        justify-content:start!important;
		border-radius:0;
		padding:10px;
    }

    .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 right /50px 40px;
        min-height: 81px!important;
        font-size: 1.4em!important;
        letter-spacing: 0!important;
		padding-right:40px;
    }
    .like-this li a {
		border:none!important;
	}
    .like-this li a br{
		display:none;
	}
    
    .like-this__btn li:first-child,
    .like-this__btn li + li {
    }

  /* Footer
  ------------------------------------------------------------------- */

#footer .footer-img{
	display:block;
}
	
#footer .footer-img img{
	width:100%;
	vertical-align:middle;
}
	
    #footer {
	margin-top:120px;
    }
    #footer .copyright {
    }
	

/* #page-top
  ------------------------------------------------------------------ */
  #page-top {
    z-index: 1;
  }
  #page-top span {
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:-280px;
    width:80px;
	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: 0 !important;
  }
  .subpage-visual {
    height: 150px !important;
  }
  .subpage-visual__hd {
    min-height: 60px !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;
  }
}
