@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/*==================================================
　breakpoint
===================================================*/
/*==================================================
　PC・SP切り替え
===================================================*/
@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*==================================================
　カラー指定
===================================================*/
/*=================================================
　mixin
===================================================*/
/* 記事、固定ページベースタイトル
------------------------------------------ */
/* 外部リンクアイコン
------------------------------------------ */
/* ポジションセンター寄せ
------------------------------------------ */
/*==================================================
　　ベース・打ち消し
===================================================*/
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html body {
  margin-top: 0;
  overflow-x: hidden;
}
html body .entry-content {
  margin-top: 0;
}
html body .date-tags {
  margin-bottom: 0;
}
html a {
  text-decoration: none;
  color: #3D3D3D;
}
html img {
  display: block;
}
html address {
  font-style: normal;
}
.page section {
  margin-bottom: 0;
}
.page .entry-content, .page .entry-content > * {
  margin-bottom: 0;
}
.home ol, .home ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.home ul li, .home ol li {
  margin: 0;
  padding: 0;
}
/*==================================================
　レイアウト
===================================================*/
/* margin/padding
------------------------------------------ */
.page .mTop_4 {
  margin-top: 4em;
}
.page .mTop_3 {
  margin-top: 3em;
}
.page .mTop_2 {
  margin-top: 2em;
}
.page .mTop_1 {
  margin-top: 2em;
}
.page .mBtm_5 {
  margin-bottom: 5em;
}
.page .mBtm_4 {
  margin-bottom: 4em;
}
.page .mBtm_3 {
  margin-bottom: 3em;
}
.page .mBtm_2 {
  margin-bottom: 2em;
}
.page .mBtm_1 {
  margin-bottom: 1em;
}
.page .mBtm_05 {
  margin-bottom: 0.5em;
}
.page .mBtm_0 {
  margin-bottom: 0;
}
.page .pTop_0 {
  padding-top: 0;
}
.page .pBtm_3 {
  padding-bottom: 2em;
}
.page .pBtm_2 {
  padding-bottom: 2em;
}
.page .pBtm_1 {
  padding-bottom: 1;
}
.page .pBtm_0 {
  padding-bottom: 0 !important;
}
/* flex
------------------------------------------ */
@media screen and (min-width: 600px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .flexStart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/* grid
------------------------------------------ */
.grid2_1 {
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 600px) {
  .grid2_1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
  }
}
.grid3_1 {
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 600px) {
  .grid3_1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }
}
/*==================================================
　大枠・内枠・全幅表示
===================================================*/
/* 全体_枠
------------------------------------------ */
.content {
  margin-top: 3em;
  margin-bottom: 3em;
}
.wrap {
  width: 100%;
  max-width: 1260px;
}
/* 固定ページ共通_枠
------------------------------------------ */
.page .content .main {
  padding: 0 15px;
  border: none;
}
@media screen and (min-width: 600px) {
  .page .content .main {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1023px) {
  .page .content .main {
    padding: 0 50px;
  }
}
.page .content .main .contentWrap {
  padding: 3em 0;
}
@media screen and (min-width: 1023px) {
  .page .content .main .contentWrap {
    padding: 5em 0;
  }
}
.page .content .main .contentWrap .blockWrap {
  margin-bottom: 5em;
}
.page .wrap {
  width: 100%;
  max-width: 1260px;
}
/* 固定ページ共通_inner
------------------------------------------ */
.inner_lg {
  max-width: 1100px;
  margin: 0 auto;
}
.inner_md {
  max-width: 880px;
  margin: 0 auto;
}
.inner_sm {
  max-width: 680px;
  margin: 0 auto;
}
/* 固定ページ共通_全幅指定
------------------------------------------ */
.wideBg {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  vertical-align: middle;
}
/* トップページのみ_枠
------------------------------------------ */
.home .content {
  margin-top: 0;
}
/*=================================================
　 タイトル
===================================================*/
/* 固定ページ_タイトル類
------------------------------------------ */
.page .article {
  margin-bottom: 0 !important;
}
.page h1.entry-title {
  display: none;
}
.leadTxt {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .leadTxt {
    font-size: 1.4em;
    text-align: center;
  }
}
@media screen and (min-width: 1023px) {
  .leadTxt {
    font-size: 1.6em;
  }
}
.colorTxt {
  color: #EE303F;
}
.boldTxt {
  font-weight: 700;
}
.noteTxt {
  font-size: 0.8em !important;
  font-weight: normal !important;
}
/* トップページのみ_タイトル類
------------------------------------------ */
.home .article h2, .home .article h3, .home .article h4 {
  padding: 0 !important;
  margin-bottom: 0;
}
.home .article h2 {
  background-color: transparent;
}
.home .article h2.txtTtl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  .home .article h2.txtTtl {
    font-size: 2em;
  }
}
.home .article h3, .home .article h4 {
  border: none;
}
/*=================================================
　 ボタン類
===================================================*/
/* リンクボタン
------------------------------------------ */
.linkBtn a {
  display: block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  border: 2px solid #EE303F;
  border-radius: 50px;
  padding: 12px;
  background-color: #FFFFFF;
  color: #3D3D3D;
  margin: 1.4em auto;
  font-size: 0.8em;
}
.linkBtn.smBtn a {
  max-width: 260px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .linkBtn.leftSet a {
    margin-left: 0;
    margin-right: auto;
  }
  .linkBtn.rightSet a {
    margin-left: auto;
    margin-right: 0;
  }
}
.linkBtn.arrowLink a {
  position: relative;
}
.linkBtn.arrowLink a:before, .linkBtn.arrowLink a:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #EE303F;
}
.linkBtn.arrowLink a:before {
  top: 40%;
  transform: rotate(45deg);
}
.linkBtn.arrowLink a:after {
  top: 52%;
  transform: rotate(-45deg);
}
.linkBtn.extLink a {
  position: relative;
}
.linkBtn.extLink a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_link_icon.png) no-repeat;
  background-size: cover;
  margin-left: 0.3em;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
}
/* 外部リンクアイコン
------------------------------------------ */
.extLink a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_link_icon.png) no-repeat;
  background-size: cover;
  margin-left: 0.3em;
  vertical-align: baseline;
}
/*==================================================
　共通_ヘッダー
===================================================*/
/* ヘッダー_初期設定非表示
------------------------------------------ */
.header-in, .navi, .fixed-header, .mobile-header-menu-buttons {
  display: none !important;
}
.header-container-in.hlt-top-menu {
  display: inherit;
}
/* オリジナルヘッダー
------------------------------------------ */
@media screen and (min-width: 600px) {
  .home .or-header {
    padding-top: 2em;
  }
}
.or-header {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 1023px) {
  .or-header {
    padding: 1.2em 2em;
  }
}
.or-header .logo {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .or-header .logo {
    padding: 25px;
    border-bottom-right-radius: 40px;
  }
}
@media screen and (min-width: 1023px) {
  .or-header .logo {
    width: 220px;
    padding: 30px;
    border-bottom-right-radius: 60px;
  }
}
.or-header .or-headerNavWrap {
  height: 100vh;
  position: fixed;
  right: -80%;
  padding: 100px 20px;
  transition: all 0.3s;
  top: 0;
  width: 80%;
  z-index: 3;
  background-color: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .or-header .or-headerNavWrap {
    right: -40%;
    width: 40%;
  }
}
@media screen and (min-width: 1023px) {
  .or-header .or-headerNavWrap {
    position: static;
    height: auto;
    padding: 0;
    right: 0;
    width: 80%;
    background-color: transparent;
  }
}
.or-header .or-headerNavWrap.active {
  right: 0;
}
.or-header ul.header_nav_main {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 1023px) {
  .or-header ul.header_nav_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.or-header ul.header_nav_main li.nav-items__item a {
  position: relative;
  display: block;
  padding: 0.8em 0;
  border-bottom: 1px dotted #EE303F;
}
@media screen and (min-width: 1023px) {
  .or-header ul.header_nav_main li.nav-items__item a {
    padding: 0 2em;
    border: none;
  }
}
.or-header ul.header_nav_main li.nav-items__item a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #EE303F;
  border-right: solid 2px #EE303F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1023px) {
  .or-header ul.header_nav_main li.nav-items__item a:before {
    top: 30px;
    left: 50%;
    right: 0;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
  }
}
.or-header ul.header_nav_main li.searchForm {
  margin-top: 2em;
}
@media screen and (min-width: 1023px) {
  .or-header ul.header_nav_main li.searchForm {
    max-width: 260px;
    width: 100%;
    margin-left: 2em !important;
    margin-top: 0;
  }
}
.or-header ul.header_nav_main li.searchForm .search-box {
  margin: 0;
}
.or-header ul.header_nav_main li.searchForm .search-box .search-edit {
  border: 1px solid #EE303F;
  font-size: 1em;
  padding: 0.5em 1em;
}
/* ハンバーガーメニュー
------------------------------------------ */
.hamburgerBtn {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 1.2em;
  top: 1.2em;
  bottom: 0;
  display: block;
  z-index: 100;
  border: none;
  background: #EE303F;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .hamburgerBtn {
    height: 60px;
    width: 60px;
    right: 2.2em;
  }
}
@media screen and (min-width: 1023px) {
  .hamburgerBtn {
    display: none;
  }
}
.hamburgerBtn span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s;
}
.hamburgerBtn span::before, .hamburgerBtn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: inherit;
  background-color: inherit;
}
.hamburgerBtn span::before {
  transform: translate3d(0, -8px, 0);
}
.hamburgerBtn span::after {
  transform: translate3d(0, 8px, 0);
}
.hamburgerBtn.active span {
  background-color: transparent;
}
.hamburgerBtn.active span::before, .hamburgerBtn.active span::after {
  transform: translate3d(0, 0, 0);
  background-color: #FFFFFF;
}
.hamburgerBtn.active span::before {
  transform: rotate(-45deg);
}
.hamburgerBtn.active span::after {
  transform: rotate(45deg);
}
/*=================================================
　共通_メインビジュアル
===================================================*/
/* MV_トップページのみ
------------------------------------------ */
.home .mvWrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 600px) {
  .home .mvWrap {
    margin-left: auto;
    position: relative;
    background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_mv_bg_pc-scaled.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: 80px;
    height: 540px;
  }
}
@media screen and (min-width: 1023px) {
  .home .mvWrap {
    height: 680px;
  }
}
.home .mvWrap .catchCopy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  max-width: 600px;
  padding: 5em 2em 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .home .mvWrap .catchCopy {
    max-width: 550px;
    padding: 10em 2em 0;
  }
}
@media screen and (min-width: 1023px) {
  .home .mvWrap .catchCopy {
    max-width: 840px;
  }
}
.home .mvWrap .consulTxtBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 680px;
  width: 100%;
  bottom: 80px;
  padding: 0 2em;
}
@media screen and (min-width: 1023px) {
  .home .mvWrap .consulTxtBox {
    max-width: 840px;
    bottom: 100px;
  }
}
/* MV_下層ページ・投稿ページ共通
------------------------------------------ */
.lowerMv {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  background: url(/wordpress/wp-content/uploads/2024/04/tacctokyo_lower_mv_sp.jpg) no-repeat;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .lowerMv {
    padding: 0 30px;
    height: 260px;
    background: url(/wordpress/wp-content/uploads/2024/04/tacctokyo_lower_mv_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1023px) {
  .lowerMv {
    padding: 0 50px;
  }
}
.lowerMv .lowerMvTtl {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media screen and (min-width: 600px) {
  .lowerMv .lowerMvTtl {
    position: static;
    font-size: 2em;
  }
}
/*=================================================
　共通_フッター
===================================================*/
.footer {
  padding-top: 0;
  margin-top: 0;
  padding: 0 15px;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 0 50px;
  }
}
.footer .footer-in {
  display: none;
}
.footerContents .contentWrap {
  padding-bottom: 100px;
}
@media screen and (min-width: 600px) {
  .footerContents .contentWrap {
    padding-bottom: 5em;
  }
}
.footerContents .flex {
  gap: 3em;
}
.footerContents .footerLogo {
  max-width: 220px;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .footerContents .footerLogo {
    margin-bottom: 0;
    max-width: 200px;
  }
}
@media screen and (min-width: 1023px) {
  .footerContents .footerLogo {
    max-width: 240px;
  }
}
.footerContents .footerInfo ul.insideLinkList {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 600px) {
  .footerContents .footerInfo ul.insideLinkList {
    display: block;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
  }
  .footerContents .footerInfo ul.insideLinkList li {
    list-style: none;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1;
  }
  .footerContents .footerInfo ul.insideLinkList li a {
    padding: 0 2em;
  }
  .footerContents .footerInfo ul.insideLinkList li + li {
    border-left: 1px solid #3D3D3D;
  }
}
@media screen and (min-width: 600px) {
  .footerContents .footerInfo .infoArea {
    padding-left: 2em;
  }
}
.footerContents .footerInfo .infoArea .add, .footerContents .footerInfo .infoArea .tel {
  font-size: 0.9em;
}
.footerContents .footerInfo .infoArea .add {
  margin-bottom: 1em;
}
.footerContents .footerInfo .infoArea .tel {
  padding-bottom: 2em;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 2em;
}
.footerContents .footerInfo .infoArea ul.pageLinkList {
  list-style: none;
  padding-left: 0;
  gap: 2em;
}
.footerContents .footerInfo .infoArea ul.pageLinkList li {
  font-size: 0.9em;
}
.copyRight {
  background: #3D3D3D;
  color: #FFFFFF;
  font-size: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
/*=================================================
　共通_トップへ戻るボタン
===================================================*/
.go-to-top {
  display: none !important;
}
#pageTop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (min-width: 600px) {
  #pageTop {
    bottom: 10px;
  }
}
#pageTop a {
  display: block;
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}
/*　上に上がる動き　*/
#pageTop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#pageTop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*=================================================
　共通_固定ボタン_スマホ
===================================================*/
.fixedBtnWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.fixedBtnWrap .fixedBtn {
  display: flex;
}
.fixedBtnWrap .fixedBtn a {
  opacity: 1;
}
.fixedBtnWrap .fixedNote {
  background-color: #F5F5F5;
  padding: 0px 0;
  font-size: 12px;
  text-align: center;
}
/*=================================================
　アーカイブ（サーチ）・投稿ページレイアウト
===================================================*/
/* アーカイブ（サーチ）・投稿ページ_共通
------------------------------------------ */
.archive .main, .search .main, .single-post .main {
  padding-top: 1em;
}
@media screen and (min-width: 600px) {
  .archive .main, .search .main, .single-post .main {
    padding-top: 0;
  }
}
.archive .breadcrumb .sp, .search .breadcrumb .sp, .single-post .breadcrumb .sp {
  display: inline !important;
}
/* アーカイブ（サーチ）のみ
------------------------------------------ */
.archive h1.archive-title, .search h1.archive-title {
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
  padding-left: 0;
  margin-bottom: 1em !important;
  border-bottom: 3px solid #E0E0E0;
  color: #EE303F;
  background: transparent;
}
@media screen and (min-width: 600px) {
  .archive h1.archive-title, .search h1.archive-title {
    font-size: 1.6em;
  }
}
.archive h1.archive-title::before, .search h1.archive-title::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #EE303F;
  bottom: -3px;
  width: 15%;
}
.archive h1.archive-title span, .search h1.archive-title span {
  display: none;
}
.archive .ect-entry-card, .search .ect-entry-card {
  display: block;
}
.archive .ect-entry-card .entry-card-wrap, .search .ect-entry-card .entry-card-wrap {
  padding: 0 1.5%;
  margin-bottom: 1em;
}
.archive .ect-entry-card .entry-card-wrap:hover, .search .ect-entry-card .entry-card-wrap:hover {
  background-color: transparent;
  opacity: 0.7;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta, .search .ect-entry-card .entry-card-wrap .entry-card-meta {
  text-align: left;
  margin-top: 0;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info, .search .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info {
  display: block;
  margin-bottom: 0.5em;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info .post-date, .search .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info .post-date {
  font-size: 0.8em;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info .post-date span.fa, .search .ect-entry-card .entry-card-wrap .entry-card-meta .e-card-info .post-date span.fa {
  display: none;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta .entry-card-content, .search .ect-entry-card .entry-card-wrap .entry-card-meta .entry-card-content {
  padding-bottom: 1em;
  border-bottom: 1px dotted #EE303F;
}
.archive .ect-entry-card .entry-card-wrap .entry-card-meta .entry-card-content .entry-category, .search .ect-entry-card .entry-card-wrap .entry-card-meta .entry-card-content .entry-category {
  display: none;
}
/* 投稿ページのみ
------------------------------------------ */
.single-post h1.entry-title {
  padding: 0.4em 0.5em;
  margin-bottom: 1em;
  background: #F5F5F5;
  border-left: solid 5px #EE303F;
  border-bottom: solid 3px #E0E0E0;
  font-size: 1.4em;
  line-height: 1.6;
}
.sidebar h2.wp-block-heading {
  border-left: solid 5px #EE303F;
  border-radius: 0;
  background-color: #F5F5F5;
}
/* 関連記事
------------------------------------------ */
.single-post h2.related-entry-heading {
  border-bottom: 1px solid #EE303F;
  line-height: 1;
  margin: 2em 0 0.5em;
}
.single-post h2.related-entry-heading .related-entry-main-heading {
  display: inline-block;
  background-color: #EE303F;
  padding: 0.5em 1em;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
}
/*=================================================
　固定ページ共通レイアウト
===================================================*/
.bgBox {
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 3em 1.2em;
}
@media screen and (min-width: 600px) {
  .bgBox {
    border-radius: 40px;
    padding: 5em 30px;
  }
}
@media screen and (min-width: 1023px) {
  .bgBox {
    border-radius: 80px;
    padding: 5em 50px;
  }
}
.arrow {
  max-width: 250px;
  margin: 2em auto;
}
@media screen and (min-width: 600px) {
  .arrow {
    max-width: 400px;
    margin: 2.4em auto;
  }
}
.bgWhite {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 2em 1.2em;
}
@media screen and (min-width: 600px) {
  .bgWhite {
    border-radius: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.consulLead p {
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .consulLead p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1023px) {
  .consulLead p {
    font-size: 1.2em;
  }
}
.txtBox p {
  text-align: justify;
}
.txtBox p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .leadArea.grid2_1 {
    grid-template-columns: 28% 1fr;
    gap: 5em;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1023px) {
  .leadArea.grid2_1 {
    grid-template-columns: 28% 58%;
    gap: 2em;
  }
}
.borderBox {
  border: 2px solid #3D3D3D;
  border-radius: 20px;
  padding: 2em 1.2em;
  background: #FFFFFF;
}
@media screen and (min-width: 600px) {
  .borderBox {
    padding: 2.4em 50px;
  }
}
.ctaWrap .leadTxt, .consulWrap .leadTxt {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  h2.onayamiTtl {
    max-width: 360px;
  }
}
h2.consulTtl {
  width: 55%;
  max-width: 220px;
}
@media screen and (min-width: 600px) {
  h2.consulTtl {
    width: 100%;
    max-width: 300px;
  }
}
h3.subTtl {
  font-size: 1.6em;
  margin-bottom: 1em !important;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  h3.subTtl {
    font-size: 2em;
  }
}
body:not(.home) .article.type-page h2, body:not(.home) .article.type-page h3, body:not(.home) .article.type-page h4 {
  margin: 1em auto;
}
body:not(.home) .article.type-page h2 {
  position: relative;
  margin: 2em 0 1em;
  padding: 0.4em 0 0.4em 0.7em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #eaeaea;
  background: none;
}
body:not(.home) .article.type-page h2::before {
  content: "";
  position: absolute;
  top: 0.35em;
  bottom: 0.35em;
  left: 0;
  width: 5px;
  border-radius: 2px;
  background: #EE303F;
}
body:not(.home) .article.type-page h3 {
  margin: 1.75em 0 0.7em;
  padding-left: 0.6em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  border-left: 4px solid #EE303F;
}
.onsale {
  color: #fff;
  background: #EE303F;
  padding: 0.3em 0.6em;
}
.notsale {
  color: #333;
  background: #dedede;
  padding: 0.3em 0.6em;
}
/*=================================================
　TOP_お知らせ
===================================================*/
.newsWrap .linkBtn a {
  margin: 1em auto 0;
}
@media screen and (min-width: 600px) {
  .newsTtlWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.newsTtlWrap h2.newsTtl {
  font-size: 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .newsTtlWrap h2.newsTtl {
    margin-right: 100px;
  }
}
.newsTtlWrap h2.newsTtl span {
  font-size: 0.7em;
  margin-left: 1em;
}
.newsTtlWrap .tabList {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .newsTtlWrap .tabList {
    padding: 0;
  }
}
@media screen and (min-width: 1023px) {
  .newsTtlWrap .tabList {
    gap: 1em;
  }
}
.newsTtlWrap .tabList .tabItem a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  line-height: 1;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.newsTtlWrap .tabList .tabItem a:hover {
  opacity: 1;
}
.newsTtlWrap .tabList .tabItem.active a {
  font-weight: 700;
}
.newsTtlWrap .tabList .tabItem.tab_all.active a {
  background-color: #FFFFFF;
  border: 1px solid #EE303F;
}
.newsTtlWrap .tabList .tabItem.tab_general.active a {
  background-color: #F5C06C;
  color: #FFFFFF;
  border: 1px solid #F5C06C;
}
.newsTtlWrap .tabList .tabItem.tab_lawyer.active a {
  background-color: #8EA1D1;
  color: #FFFFFF;
  border: 1px solid #8EA1D1;
}
/* tab
------------------------------------------ */
/*エリアの表示非表示と形状*/
.area {
  display: none;
  opacity: 0;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  opacity: 1;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blogList {
  margin-bottom: 2em;
}
.blogList .titleArea {
  gap: 1.4em;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  font-size: 0.9em;
}
.blogList .titleArea .dayCat {
  display: flex;
  align-items: center;
}
.blogList .titleArea .dayCat .day {
  margin-right: 1em;
}
.blogList .titleArea .dayCat .post_cat {
  margin: 5px 0 8px;
}
.blogList .titleArea .dayCat .post_cat span {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 1em;
  border-radius: 50px;
}
.blogList .titleArea .dayCat .post_cat span:last-child {
  margin-right: 0;
}
.blogList .titleArea .dayCat .post_cat span.lawyer {
  border: 1px solid #8EA1D1;
  background-color: #8EA1D1;
  color: #FFFFFF;
}
.blogList .titleArea .dayCat .post_cat span.general {
  border: 1px solid #F5C06C;
  background-color: #F5C06C;
  color: #FFFFFF;
}
.blogList .titleArea .dayCat .post_cat span a {
  color: #fff;
}
.blogList .titleArea .dayCat .post_cat span a:hover {
  opacity: 0.7;
}
/* もっと見るアコーディオン
------------------------------------------ */
@media screen and (max-width: 599px) {
  .readmore {
    position: relative;
  }
  .readmore .readmoreContent1, .readmore .readmoreContent2 {
    position: relative;
    height: 150px;
    transition: all 0.4s;
    overflow: hidden;
  }
  .readmore .readmoreContent1::before, .readmore .readmoreContent2::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #FFFFFF 90%);
  }
  .readmore .readmoreContent1.is_open:before, .readmore .readmoreContent2.is_open:before {
    display: none;
  }
  .readmore .moreBtn1, .readmore .moreBtn2 {
    border: 1px solid #EE303F;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 5px;
    width: 180px;
    margin: 0 auto;
    display: block;
    color: #3D3D3D;
    font-size: 1em;
  }
}
/*=================================================
　TOP_こんなお悩みありませんか？
===================================================*/
.onayamiWrap .onayamiArea.bgBox {
  background: #E0E0E0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 4em;
  padding-bottom: 4em;
  border-radius: 40px;
}
@media screen and (min-width: 600px) {
  .onayamiWrap .onayamiArea.bgBox {
    width: 100%;
    margin-left: auto;
    border-radius: 80px;
    padding: 50px;
  }
}
@media screen and (min-width: 600px) {
  .onayamiWrap .onayamiArea.bgBox {
    padding: 60px;
  }
}
@media screen and (min-width: 600px) {
  .onayamiWrap .onayamiArea .grid2_1 {
    grid-template-columns: 35% 1fr;
    gap: 4em;
  }
}
.onayamiWrap .onayamiArea .grid2_1 .onayamiList {
  border: 2px solid #3D3D3D;
  border-radius: 20px;
  padding: 2em 1.2em;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .onayamiWrap .onayamiArea .grid2_1 .onayamiList {
    padding: 1.6em;
  }
}
@media screen and (min-width: 1023px) {
  .onayamiWrap .onayamiArea .grid2_1 .onayamiList {
    padding: 2.4em;
  }
}
.onayamiWrap .onayamiArea .grid2_1 .onayamiList img {
  max-width: 480px;
  width: 100%;
}
.onayamiWrap .omakaseItem {
  background-color: #F5F5F5;
  padding-top: 2em;
  margin-top: -2px;
}
.onayamiWrap .omakaseItem .omakaseLead {
  max-width: 800px;
  margin: 0 auto;
}
/*=================================================
　TOP_CTA
===================================================*/
/* CTA共通
------------------------------------------ */
.ctaWrap .bgWhite {
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .ctaWrap .bgWhite {
    padding-bottom: 2em;
  }
}
.ctaWrap .bgWhite .grid2_1 {
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .ctaWrap .bgWhite .grid2_1 {
    gap: 2em;
  }
}
.ctaWrap.btmCta {
  background-color: #F5F5F5;
}
.ctaWrap.btmCta .leadTxt {
  margin-bottom: 1em;
}
.ctaWrap.topCta {
  display: none;
}
@media screen and (min-width: 600px) {
  .ctaWrap.topCta {
    display: block;
    max-width: 600px;
    padding: 0 2em;
    margin: -60px auto 0;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1023px) {
  .ctaWrap.topCta {
    max-width: 840px;
  }
}
.ctaWrap.topCta .bgWhite {
  padding: 1em 2em;
}
/* CTA　注意事項
------------------------------------------ */
.explanationWrap {
  padding: 0 1em;
}
.explanationWrap dl {
  margin-bottom: 0;
}
.explanationWrap dl dt, .explanationWrap dl dd {
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  .explanationWrap dl dt, .explanationWrap dl dd {
    font-size: 1em;
  }
}
.explanationWrap dl dt {
  font-weight: 700;
}
.explanationWrap dl dt:before {
  content: "■";
  display: inline-block;
  margin-right: 0.3em;
}
.explanationWrap dl dd {
  margin-left: 0;
  margin-bottom: 1em;
  text-align: justify;
}
/*=================================================
　TOP_日弁連交通事故相談センターについて
===================================================*/
.aboutusWrap {
  background-color: #F5F5F5;
  padding-top: 3em;
  padding-bottom: 0;
}
.aboutusWrap .bgWhite {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .aboutusWrap .bgWhite:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -220px;
    width: 100%;
    height: 300px;
    background: #F5F5F5;
    border-radius: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 600px) {
  .aboutusWrap .bgWhite {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding-top: 5em;
    padding-bottom: 200px;
  }
}
.aboutusWrap .bgWhite .leadArea {
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .aboutusWrap .bgWhite .leadArea.grid2_1 {
    grid-template-columns: 35% 1fr;
    gap: 6em;
    align-items: flex-start;
  }
}
.aboutusWrap .bgWhite .leadArea.grid2_1 h2.aboutTtl {
  max-width: 210px;
}
@media screen and (min-width: 600px) {
  .aboutusWrap .bgWhite .leadArea.grid2_1 h2.aboutTtl {
    max-width: 360px;
  }
}
/*=================================================
　TOP_ここがすごい
===================================================*/
.kokosugoWrap {
  background-color: #F5F5F5;
  padding-bottom: 160px !important;
}
@media screen and (min-width: 600px) {
  .kokosugoWrap {
    padding-bottom: 240px !important;
  }
}
.kokosugoWrap h2.kokosugoTtl {
  position: relative;
  z-index: 1;
  margin-top: -180px;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .kokosugoWrap h2.kokosugoTtl {
    margin-top: -240px;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1023px) {
  .kokosugoWrap h2.kokosugoTtl {
    margin-top: -300px;
  }
}
.kokosugoWrap .borderBox .itemBox.grid2_1 {
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .kokosugoWrap .borderBox .itemBox.grid2_1 {
    grid-template-columns: 32% 1fr;
    gap: 2em;
  }
}
.kokosugoWrap .borderBox .itemBox.grid2_1 .imgBox {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .kokosugoWrap .borderBox .itemBox.grid2_1 .imgBox {
    max-width: 100%;
  }
}
.kokosugoWrap .borderBox .itemBox.grid2_1 .txtBox .linkBtnWrap.grid2_1 {
  grid-template-columns: 1fr;
  gap: 1em;
}
@media screen and (min-width: 1023px) {
  .kokosugoWrap .borderBox .itemBox.grid2_1 .txtBox .linkBtnWrap.grid2_1 {
    grid-template-columns: 260px 1fr;
    gap: 1em;
  }
}
.kokosugoWrap .borderBox .itemBox.grid2_1 .txtBox .linkBtn a {
  margin-top: 0;
  margin-bottom: 0;
}
/*=================================================
　TOP_相談方法のご案内
===================================================*/
.consulWrap {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -140px !important;
}
@media screen and (min-width: 600px) {
  .consulWrap {
    margin-top: -200px !important;
  }
}
.consulWrap .ttlWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .consulWrap .ttlWrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -80px;
    z-index: -1;
    background: #FFFFFF;
    width: 100%;
    border-radius: 50%;
    height: 300px;
  }
}
@media screen and (min-width: 1023px) {
  .consulWrap .ttlWrap:before {
    bottom: -60px;
  }
}
.consulWrap .ttlWrap h2 {
  max-width: 740px;
  margin: 0 auto 2em !important;
}
@media screen and (min-width: 600px) {
  .consulWrap .bgBox {
    padding: 3em 3em 2.4em;
  }
}
.consulWrap .bgBox .leadTxt {
  max-width: 800px;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  .consulWrap .bgBox .leadTxt {
    margin-bottom: 0;
  }
}
/*=================================================
　TOP_電話・会って相談共通
===================================================*/
.leadArea {
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  .leadArea {
    margin-bottom: 3em;
  }
}
/*=================================================
　TOP_電話で相談
===================================================*/
@media screen and (min-width: 600px) {
  .phoneConsulWrap .bgBox {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.phoneConsulWrap .bgBox .grid2_1 {
  gap: 0.5em;
  align-items: center;
}
.phoneConsulWrap .bgBox .txtBox h3.subTtl {
  margin-bottom: 0.5em !important;
  font-size: 1.4em;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #3D3D3D !important;
  padding-bottom: 0.3em !important;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .phoneConsulWrap .bgBox .txtBox h3.subTtl {
    font-size: 1.6em;
  }
}
.phoneConsulWrap .bgBox .txtBox p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .phoneConsulWrap .bgBox .txtBox p {
    font-size: 1.2em;
  }
}
/*=================================================
　TOP_会って相談
===================================================*/
.meetConsulWrap .bgBox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-radius: 40px;
}
@media screen and (min-width: 600px) {
  .meetConsulWrap .bgBox {
    width: 100%;
    margin: 0;
    border-radius: 80px;
  }
}
/* 面接相談の流れ
------------------------------------------ */
.meetFlow {
  counter-reset: ttl-number;
  margin-bottom: 3em;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .meetFlow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
}
.meetFlow .flowItem {
  position: relative;
  counter-increment: ttl-number 1;
  background-color: #FFFFFF;
  border: 2px solid #3D3D3D;
  padding: 2em 1.2em;
  border-radius: 20px;
}
.meetFlow .flowItem::before {
  content: "" counter(ttl-number);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -30px;
  font-size: 1.6em;
  color: #FFFFFF;
  background: #3D3D3D;
  width: 55px;
  height: 55px;
  display: grid;
  place-content: center;
  border-radius: 50px;
}
.meetFlow .flowItem h4 {
  font-size: 1.4em;
  text-align: center;
  padding: 1em 0 0 !important;
}
.meetFlow .flowItem .icon {
  max-width: 58px;
  width: 100%;
  display: block;
  margin: 1em auto 0.5em;
}
/* 横スクロール
------------------------------------------ */
.yoko-scroll {
  position: relative;
  overflow-x: auto;
  padding-top: 3em;
  margin-bottom: 3em;
}
.yoko-scroll .meetFlow {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1em;
  gap: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 1023px) {
  .yoko-scroll .meetFlow {
    display: grid;
    gap: 2.6em 1em;
  }
}
@media screen and (max-width: 1023px) {
  .yoko-scroll .meetFlow .flowItem {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 900px) {
  .yoko-scroll .meetFlow .flowItem {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 599px) {
  .yoko-scroll .meetFlow .flowItem {
    flex: 0 0 80%;
  }
}
/* チェックリスト（ご準備いただきたいもの）
------------------------------------------ */
.checkListTtl {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.2em !important;
}
@media screen and (min-width: 1023px) {
  .checkListWrap .readmoreContent2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.checkListWrap ul.checkList li {
  margin-bottom: 0.8em;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .checkListWrap ul.checkList li {
    margin-bottom: 0.5em;
  }
}
.checkListWrap ul.checkList li span {
  font-weight: normal;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 1023px) {
  .checkListWrap ul.checkList li:last-child {
    margin-bottom: 0;
  }
}
.checkListWrap ul.checkList li:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #EE303F;
  margin-right: 0.3em;
}
/* 面接相談を予約する
------------------------------------------ */
.reservationWrap {
  padding: 5em 0 0;
  margin-bottom: 3em;
}
.reservationWrap .rsvLead p {
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .reservationWrap .rsvLead p {
    text-align: center;
  }
}
.u-tab .u-block {
  display: block;
  background: #FFFFFF;
}
.u-tab .u-none {
  display: none;
}
.u-tab .u-tab__menu {
  display: flex;
  align-items: flex-end;
  margin-right: -1rem;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  gap: 0.2em;
}
.u-tab .u-tab__menu > * {
  width: calc(100% / 3);
}
.u-tab .u-tab__menu .u-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 0;
  padding: 0.5em 0.5em 0.3em;
  background: #E6E6E6;
  cursor: pointer;
  transition-property: background;
  transition-duration: 0.3s;
}
@media screen and (min-width: 600px) {
  .u-tab .u-tab__menu .u-tab__item {
    padding: 0.8em 0.5em;
  }
}
.u-tab .u-tab__menu .u-tab__item[aria-expanded="true"] {
  color: #EE303F;
  background: #FFFFFF;
  border-bottom: 2px solid #EE303F;
}
.u-tab__item-main {
  font-size: 1.1em;
  line-height: 1.4;
  flex-grow: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #949695;
}
@media screen and (min-width: 600px) {
  .u-tab__item-main {
    font-size: 1.4em;
  }
}
.u-tab__item[aria-expanded="true"] .u-tab__item-main {
  color: #EE303F;
}
.u-tab__item {
  border-bottom: 2px solid #E6E6E6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.u-tab__body {
  display: none;
  background: #FFFFFF;
  font-size: 16px;
  padding: 2em 1.2em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 600px) {
  .u-tab__body {
    padding: 30px;
  }
}
@media screen and (min-width: 1023px) {
  .u-tab__body {
    padding: 40px 50px;
  }
}
.officeItem h4.officeTtl {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.officeItem .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.officeItem .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.officeItem .ConsultationDate {
  background-color: #F5F5F5;
  padding: 1em 1.2em;
  border-radius: 10px;
  margin: 1.4em 0 0;
}
.officeItem .ConsultationDate p {
  margin-bottom: 0;
}
.officeItem .gutterTtl {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.officeItem .gutterTtl::before, .officeItem .gutterTtl:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 1px solid #3D3D3D;
  z-index: 1;
}
.officeItem .gutterTtl > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background-color: #FFFFFF;
  z-index: 2;
}
@media screen and (min-width: 1023px) {
  .officeItem .gutterTtl > span {
    font-size: 1.1em;
  }
}
.officeItem .telBtn, .officeItem .wenBtn {
  margin: 1em 0;
}
.officeItem .rsvTag {
  font-size: 0.8em;
  margin-right: 0.5em;
  padding: 5px 8px;
  background-color: #FFFFFF;
  border: 1px solid #3D3D3D;
  line-height: 1.2;
}
/* その他の相談窓口
------------------------------------------ */
.others .othersTtl {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
}
/*=================================================
 TOP_示談あっ旋
===================================================*/
.jidanWrap .bgBox .imgBox {
  max-width: 680px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 600px) {
  .jidanWrap .bgBox .imgBox {
    margin-bottom: 2em;
  }
}
.jidanWrap .bgBox .txtBox {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 600px) {
  .jidanWrap .bgBox .txtBox {
    margin-bottom: 2em;
  }
}
.jidanWrap .bgBox .pointBox {
  max-width: 680px;
  margin: 0 auto;
  padding: 1.2em;
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .jidanWrap .bgBox .pointBox {
    border-radius: 30px;
  }
}
.jidanWrap .bgBox .pointBox p {
  color: #EE303F;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .jidanWrap .bgBox .pointBox p {
    font-size: 1.2em;
  }
}
/*=================================================
　TOP_よくある質問
===================================================*/
.accordion-area li {
  margin-bottom: 1.4em !important;
}
.accordion-area section {
  border: 1px solid #3D3D3D;
}
.accordion-area .title, .accordion-area .box {
  position: relative;
  padding: 16px 20px 16px 40px;
  margin: 0 1em;
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .accordion-area .title, .accordion-area .box {
    padding: 30px 50px 30px 60px;
    margin: 0 2em;
    font-size: 1.1em;
  }
}
.accordion-area .title::before, .accordion-area .box::before {
  content: "";
  display: block;
  background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_faq_q.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 600px) {
  .accordion-area .title::before, .accordion-area .box::before {
    width: 40px;
    height: 40px;
    left: 5px;
  }
}
.accordion-area .title {
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 700;
}
.accordion-area .title::after {
  border-right: solid 2px #EE303F;
  border-top: solid 2px #EE303F;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 42%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
@media screen and (min-width: 600px) {
  .accordion-area .title::after {
    right: 25px;
  }
}
.accordion-area .title.close::after {
  transform: rotate(-45deg);
}
.accordion-area .box {
  display: none;
  border-top: 1px solid #E0E0E0;
}
.accordion-area .box::before {
  content: "";
  display: block;
  background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_faq_a.png) no-repeat;
  background-size: cover;
}
.accordion-area .box p:last-child {
  margin-bottom: 0;
}
/*=================================================
　lower_関連リンクページ
===================================================*/
.page-id-310 ul.connectionList {
  margin-bottom: 3em;
}
.page-id-310 ul.connectionList li {
  margin-bottom: 1em;
}
.page-id-310 ul.connectionList li a {
  font-size: 1em;
}
.page-id-310 ul.connectionList li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(https://m5m.me/tacctokyo/wp-content/uploads/2024/04/tacctokyo_link_icon.png) no-repeat;
  background-size: cover;
  margin-left: 0.3em;
  vertical-align: baseline;
}
h2.itemTitle {
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
  padding-left: 0;
  margin-bottom: 1em !important;
  border-bottom: 3px solid #E0E0E0;
  color: #EE303F;
  background: transparent;
}
@media screen and (min-width: 600px) {
  h2.itemTitle {
    font-size: 1.6em;
  }
}
h2.itemTitle::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #EE303F;
  bottom: -3px;
  width: 15%;
}
