@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, 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;
}

p img{
	max-width:100%;
}

.bg img{
	width:100%;
	vertical-align:bottom;
}
:root{
	scroll-padding: 226px;
}

/* 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;}
.green{color:#00a61c!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.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;}

@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 {
}

#subpage #main{
	min-height:850px;
  padding-top: 150px;
}

/* Footer
------------------------------------------------------------------- */
#footer .ad-sec{
  background:#fff7d9;
	color:#494949;
}
#footer .ad-sec-inner{
  margin:0 auto;
  padding:30px 20px;
  max-width:1400px;
  position:relative;
}

#footer .time{
	display:inline-block;
	background:#ffa661;
	color:#fff;
	padding:0px 10px 1px;
	border-radius:100vw;
	margin-right:10px;
}

#footer .secom{
	position:absolute;
	right:20px;
	bottom:30px;
}

#footer .address p{
	font-size:1.5em;
}
#footer h2{
	font-size:2.4em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
	font-weight:bold;
}

#footer .copyright {
  font-size: 1.3em;
  text-align: center;
  padding: 35px 0;
  background:#ffa661;
  color:#fff;
}

#subpage #footer .bg,
#subpage #footer .ad-sec{
	display:none;
}

/* 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: 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: #5ca5c3;
  -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 #5ca5c3;
}
#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: 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;
}
.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: 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: #ff8377;
}
/* 保養 */
.news-list--cat span.news2 {
	background-color: #ffb277;
}
/* INFO */
.news-list--cat span.news3 {
	background-color: #add488;
}
/* イベント */
.news-list--cat span.news4 {
	background-color: #5ca5c3;
}
/* 保険給付 */
.news-list--cat span.news5 {
	background-color: #ffc864;
}
/* 公告 */
.news-list--cat span.news6 {
	background-color: #b98c73;
}




@media screen and (max-width: 767px) {
  /* Body
  ------------------------------------------------------------------ */

:root{
	scroll-padding: 50px;
}
	
  body {

    min-width: auto;
  }
  body.fix {
    position: fixed;
    width: 100%;
  }
	#main{
}
 


/* Common
------------------------------------------------------------------- */

/*メインコンテンツ*/
    #subpage #main{
	min-height:784px;}

    #main {
    padding-top: 50px!important;
  }
	
    


  /* Footer
  ------------------------------------------------------------------- */

#footer .bg{
	display:block;
}
#footer .bg img{
	width:100%;
	vertical-align:bottom;
}

#footer .ad-sec-inner{
  margin:0 auto;
  padding:30px 15px;
}
	
	
#footer .footer-img{
	display:block;
}
	
#footer .footer-img img{
	width:100%;
	vertical-align:middle;
}
	
    #footer {
	margin-top:0;
    }
    #footer .copyright {
    }
	


  /* 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;
  }
}
