/*
Theme Name: oops-child
Template: oops_tcd048
*/
/* スムーズスクロール */
html {
  scroll-behavior: smooth;
}

.footer_columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
  justify-content: space-between;
}

.footer_column_left,
.footer_column_right {
  width: 100%;
}

.footer_column_right {
    display: inline-flex;
    justify-content: center;
}
.footer_column_right p.u-clearfix {
    display: inline-block;
	font-size: 14px;
	line-height: 1.6;
}

@media (min-width: 768px) {
  .footer_column_left,
  .footer_column_right {
    width: 48%;
  }
}

.footer_column_left .footer_logo {
  margin-bottom: 20px;
}

.footer_column_left .p-social-nav {
  margin: 20px 0;
}

.footer_address {
  font-size: 14px;
  line-height: 1.6;
}

.footer_copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}
.p-footer-nav {
	color: #333333;
  font-size: 14px;
    margin: 10px auto;
}
body.font_black .p-footer-nav a {
	color: #333333;
  font-size: 14px;
}
body .l-header--large .p-global-nav > li > a,
body.font_black .p-news-ticker a.p-news-ticker__archive-link,
html body.font_black .p-news-ticker__item-date,
html body.font_black .p-news-ticker a,
html body{
	color: #333333;
}

/* フッターナビを縦並びに変更 */
.p-footer-nav--vertical li {
  display: block;
  margin-bottom: 10px;
}
/* font設定 */
html body,body　.p-index-slider__item-catch, body .p-index-content01__catch, body .p-index-content02__item-catch, body .p-showcase__catch, body .p-index-content04__catch, body .p-index-content06__item-catch, body .p-index-content07__catch, body .p-index-content09__catch, body .p-index-content10__catch, body .p-footer-blog__catch, body .p-article01__title, body .p-page-header__title, body .p-headline, body .p-article02__title, body .p-latest-news__title h2, body .p-review__name, body .p-review-header__title, body #js-header-video .caption body .title, body #js-header-youtube .caption body .title {
    font-family: "Noto Sans JP",Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.p-page-header__title {
	font-weight: bold;
}

/* ----------------------------------------------------------------------
	line-height
---------------------------------------------------------------------- */
.lh00 {line-height: 0   !important;}
.lh10 {line-height: 1.0 !important;}
.lh11 {line-height: 1.1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh19 {line-height: 1.9 !important;}
.lh20 {line-height: 2.0 !important;}
.lh25 {line-height: 2.5 !important;}