@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: url(../images/global-nav/scoop01.svg) 10 20, pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

a{
	color:#66a3cc;
}

a:hover {
    color: red;
    text-decoration: none;
    cursor: url(../images/global-nav/scoop01.svg) 10 20, pointer;
}


/* 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: rgb(255 255 255 / 30%);
  content: '';
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
body.overlay::after {
  opacity: 1;
  position:fixed;
  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: 220px;
  padding-bottom:176px;
}

#home #main {
	background:#f3f8fa;
}

#subpage #main{
	min-height:850px;
	background:#fff;
}

/* Footer
------------------------------------------------------------------- */
#footer {
  background:#66a3cc;
	position:relative;
}

#footer::before {
  content: "";
  position: absolute;
  top:-176px;
  margin:auto;
  left:0;
  right:0;
  width:1098px;
  height:176px;
  background: url(../images/common/footer-img.svg)no-repeat center center/1098px 176px;
}

#footer .footer-img{
	display:none;
}
#footer .copyright {
  font-size: 1.2em;
  text-align: center;
  color:#fff;
  padding: 35px 0;}


/* PageTop
------------------------------------------------------------------ */
#page-top {
  z-index: 999;
  position: relative;
  margin: 0 auto;
  cursor: url(../images/global-nav/scoop01.svg) 10 20, pointer;
}
#page-top span {
  z-index: 1;
  opacity: 0.9;
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 45px;
  width: 45px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  background: #fbc902;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none;
}
#page-top span:hover {
  opacity: 0.7;
}
/* Arrow */
#page-top span::before,
#page-top span::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: -10px;
  border: 10px solid transparent;
}
#page-top span::before {
  top: 50%;
  margin-top: -12px;
  border-bottom: 10px solid #fbc902;
}
#page-top span::after {
  z-index: -1;
  top: 50%;
  margin-top:-15px;
  border-bottom: 10px solid #fff;
}

/*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: 2em;
  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:5px;
}
.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: #e6a0d6;
}
/* 保養 */
.news-list--cat span.news2 {
	background-color: #7ec95d;
}
/* INFO */
.news-list--cat span.news3 {
	background-color: #a4c8e1;
}
/* イベント */
.news-list--cat span.news4 {
	background-color: #fbc902;
}
/* 保険給付 */
.news-list--cat span.news5 {
	background-color: #baba9e;
}
/* 公告 */
.news-list--cat span.news6 {
	background-color: #66a3cc;
}

/*カテゴリメニュー（トップページ・カテゴリページ共通）
------------------------------------------------------------------- */
/*共通*/
.content__inner-index ul,
.like-this__btn {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left:20px;
}
.content__inner-index li,
.like-this__btn li {
  overflow: hidden;
  position: relative;
  width: -webkit-calc(16.6% - 20px);
  width: calc(16.6% - 20px);
  background-color: #fff;
  -webkit-border-radius: 15px;
  transition: 0.3s;

}
.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: 20px 20px 0 0;
}
.content__inner-index li:hover,
.like-this li:hover {
  -webkit-box-shadow: 0 0 5px rgb(0 127 137 / 25%);
  box-shadow: 0 0 5px rgb(0 127 137 / 25%);
  transform: scale(1.05);
}
.content__inner-index li a,
.like-this li a {
  border:2px solid #a4c8e1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:90px 5px 10px;
  min-height: 165px;
  font-size: 1.4em;
  color: #66a3cc;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background:no-repeat center 16px / 100px;
}
.content__inner-index li:hover a,
.like-this li:hover a{
	background-color:#f3f8fa;
	position:relative;
}
.content__inner-index li:hover a::before,
.like-this li:hover a::before{
	position:absolute;
	content:'';
	top:-1px;
	left:12px;
	background:url(../images/common/btn-label.svg)no-repeat center top/contain;
	width:18px;
	height:32px;
	z-index:100;
}



/*保険料と保険給付*/
.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）*/
.like-this__btn li:nth-child(1) a  {background-image: url("../images/category/icons/F-04.png");}
.like-this__btn li:nth-child(2) a  {background-image: url("../images/category/icons/B-18.png");}
.like-this__btn li:nth-child(3) a  {background-image: url("../images/category/icons/B-22.png");}
.like-this__btn li:nth-child(4) a  {background-image: url("../images/category/icons/B-23.png");}
.like-this__btn li:nth-child(5) a  {background-image: url("../images/category/icons/B-02.png");}
.like-this__btn li:nth-child(6) a  {background-image: url("../images/category/icons/B-03.png");}
.like-this__btn li:nth-child(7) a  {background-image: url("../images/category/icons/B-01.png");}
.like-this__btn li:nth-child(8) a  {background-image: url("../images/category/icons/B-20.png");}
.like-this__btn li:nth-child(9) a  {background-image: url("../images/category/icons/B-21.png");}
.like-this__btn li:nth-child(10) a {background-image: url("../images/category/icons/B-10.png");}
.like-this__btn li:nth-child(11) a {background-image: url("../images/category/icons/D-04.png");}
.like-this__btn li:nth-child(12) a {background-image: url("../images/category/icons/B-24.png");}
.like-this__btn li:nth-child(13) a {background-image: url("../images/category/icons/B-09.png");}
.like-this__btn li:nth-child(14) a {background-image: url("../images/category/icons/D-07.png");}
.like-this__btn li:nth-child(15) a {background-image: url("../images/category/icons/B-15.png");}
.like-this__btn li:nth-child(16) a {background-image: url("../images/category/icons/B-17.png");}
.like-this__btn li:nth-child(17) a {background-image: url("../images/category/icons/B-12.png");}
.like-this__btn li:nth-child(18) a {background-image: url("../images/category/icons/B-11.png");}
.like-this__btn li:nth-child(19) a {background-image: url("../images/category/icons/B-08.png");}
.like-this__btn li:nth-child(20) a {background-image: url("../images/category/icons/F-02.png");}
.like-this__btn li:nth-child(21) a {background-image: url("../images/category/icons/B-21.png");}

/* カテゴリページ（consultation）*/
.consultation  .content__inner-index #card li:nth-child(1) a {background-image: url("../images/category/icons/B-01.png");}
.consultation  .content__inner-index #card li:nth-child(2) a {background-image: url("../images/category/icons/B-02.png");}
.consultation  .content__inner-index #card li:nth-child(3) a {background-image: url("../images/category/icons/B-03.png");}

.consultation  .content__inner-index #consultation li:nth-child(1) a {background-image: url("../images/category/icons/B-04.png");}
.consultation  .content__inner-index #consultation li:nth-child(2) a {background-image: url("../images/category/icons/B-05.png");}
.consultation  .content__inner-index #consultation li:nth-child(3) a {background-image: url("../images/category/icons/B-06.png");}
.consultation  .content__inner-index #consultation li:nth-child(4) a {background-image: url("../images/category/icons/B-07.png");}
.consultation  .content__inner-index #consultation li:nth-child(5) a {background-image: url("../images/category/icons/B-08.png");}
.consultation  .content__inner-index #consultation li:nth-child(6) a {background-image: url("../images/category/icons/B-09.png");}
.consultation  .content__inner-index #consultation li:nth-child(7) a {background-image: url("../images/category/icons/B-10.png");}
.consultation  .content__inner-index #consultation li:nth-child(8) a {background-image: url("../images/category/icons/B-11.png");}
.consultation  .content__inner-index #consultation li:nth-child(9) a {background-image: url("../images/category/icons/B-12.png");}

.consultation  .content__inner-index #lifescene li:nth-child(1) a {background-image: url("../images/category/icons/B-13.png");}
.consultation  .content__inner-index #lifescene li:nth-child(2) a {background-image: url("../images/category/icons/B-14.png");}
.consultation  .content__inner-index #lifescene li:nth-child(3) a {background-image: url("../images/category/icons/B-15.png");}
.consultation  .content__inner-index #lifescene li:nth-child(4) a {background-image: url("../images/category/icons/B-16.png");}
.consultation  .content__inner-index #lifescene li:nth-child(5) a {background-image: url("../images/category/icons/B-17.png");}
.consultation  .content__inner-index #lifescene li:nth-child(6) a {background-image: url("../images/category/icons/B-18.png");}
.consultation  .content__inner-index #lifescene li:nth-child(7) a {background-image: url("../images/category/icons/B-19.png");}
.consultation  .content__inner-index #lifescene li:nth-child(8) a {background-image: url("../images/category/icons/B-20.png");}
.consultation  .content__inner-index #lifescene li:nth-child(9) a {background-image: url("../images/category/icons/B-21.png");}

/* consultation-index.php: 全ボタン統合（#all）*/
.consultation .content__inner-index #all li:nth-child(1) a  {background-image: url("../images/category/icons/F-04.png");}
.consultation .content__inner-index #all li:nth-child(2) a  {background-image: url("../images/category/icons/B-18.png");}
.consultation .content__inner-index #all li:nth-child(3) a  {background-image: url("../images/category/icons/B-22.png");}
.consultation .content__inner-index #all li:nth-child(4) a  {background-image: url("../images/category/icons/B-23.png");}
.consultation .content__inner-index #all li:nth-child(5) a  {background-image: url("../images/category/icons/B-02.png");}
.consultation .content__inner-index #all li:nth-child(6) a  {background-image: url("../images/category/icons/B-03.png");}
.consultation .content__inner-index #all li:nth-child(7) a  {background-image: url("../images/category/icons/B-01.png");}
.consultation .content__inner-index #all li:nth-child(8) a  {background-image: url("../images/category/icons/B-20.png");}
.consultation .content__inner-index #all li:nth-child(9) a  {background-image: url("../images/category/icons/B-21.png");}
.consultation .content__inner-index #all li:nth-child(10) a {background-image: url("../images/category/icons/B-10.png");}
.consultation .content__inner-index #all li:nth-child(11) a {background-image: url("../images/category/icons/D-04.png");}
.consultation .content__inner-index #all li:nth-child(12) a {background-image: url("../images/category/icons/B-24.png");}
.consultation .content__inner-index #all li:nth-child(13) a {background-image: url("../images/category/icons/B-09.png");}
.consultation .content__inner-index #all li:nth-child(14) a {background-image: url("../images/category/icons/D-07.png");}
.consultation .content__inner-index #all li:nth-child(15) a {background-image: url("../images/category/icons/B-15.png");}
.consultation .content__inner-index #all li:nth-child(16) a {background-image: url("../images/category/icons/B-17.png");}
.consultation .content__inner-index #all li:nth-child(17) a {background-image: url("../images/category/icons/B-12.png");}
.consultation .content__inner-index #all li:nth-child(18) a {background-image: url("../images/category/icons/B-11.png");}
.consultation .content__inner-index #all li:nth-child(19) a {background-image: url("../images/category/icons/B-08.png");}
.consultation .content__inner-index #all li:nth-child(20) a {background-image: url("../images/category/icons/F-02.png");}
.consultation .content__inner-index #all li:nth-child(21) a {background-image: url("../images/category/icons/B-05.png");}
.consultation .content__inner-index #all li:nth-child(22) a {background-image: url("../images/category/icons/B-06.png");}
.consultation .content__inner-index #all li:nth-child(23) a {background-image: url("../images/category/icons/B-13.png");}
.consultation .content__inner-index #all li:nth-child(24) a {background-image: url("../images/category/icons/B-14.png");}
.consultation .content__inner-index #all li:nth-child(25) a {background-image: url("../images/category/icons/B-19.png");}

/*健康づくり*/
.health-promotion .content__inner-index  li:nth-child(1) a {background-image: url("../images/category/icons/C-01.png");}
.health-promotion .content__inner-index  li:nth-child(2) a {background-image: url("../images/category/icons/C-02.png");}
.health-promotion .content__inner-index  li:nth-child(3) a {background-image: url("../images/category/icons/C-03.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 {
  padding-bottom:80px;
}
 


/* Common
------------------------------------------------------------------- */

/*メインコンテンツ*/
    #subpage #main{
	min-height:784px;}

    #main {
    padding-top: 53px!important;
    padding-bottom:200px!important;
  }
	
    
    /*メニューボタン*/
    .content__inner-index ul,
    .like-this__btn {
        justify-content:start!important;
		border-radius:0;
		padding:0px;
		margin:0;
    }


.like-this__btn {
  margin-left:10px;
}
	
.like-this li:first-child,
.like-this li + li {
  margin: 10px 10px 0 0;
}
    .like-this__btn li {
        width: -webkit-calc(50% - 17px)!important;
        width: calc((100% - 30px) / 3)!important;
    }


.content__inner-index li a,
.like-this li a {
  padding:70px 5px 10px;
  min-height: 150px;
  background:no-repeat center 16px / 70px;
}
	
    .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 {
    }
    #footer .copyright {
    }

#footer::before {
  content: "";
  position: absolute;
  top:-176px;
  margin:auto;
  left:0;
  right:0;
  width:100%;
  height:176px;
  background: url(../images/common/footer-img-sp.svg)no-repeat center bottom/contain;
}

	

/* #page-top
  ------------------------------------------------------------------ */
  #page-top {
    z-index: 1;
  }
  #page-top span {
    position: absolute;
    left:auto;
    right:20px;
    margin:auto;
    top:-450px;
    transition: .3s;
  }

  /* Side Follow（文字サイズ）
  ------------------------------------------------------------------ */
  .side-follow {
    display: none!important;
  }
}



/* 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;
  }
}
