/*
Theme Name:関税協会 オフィシャルテーマ
Theme URL:
Description:
Author:
Version:
*/

html, body {
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
	color: #2A67B2;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1000px;
		padding: 0;
    }
}

.navbar.bg-dark {
	background: #006699 !important;
	padding: 0;
}
.navbar.bg-dark a {
	color: #FFF;
}
.logo {
	margin: 6px 0;
	font-size: 1rem;
}
#cse-search-box {
	margin-top: 6px;
}
#search-2 {
	position: relative;
}
[type=search] {
	height: 20px;
	margin-top: 10px;
}
#search-2 [type=button],
#search-2 [type=reset],
#search-2 [type=submit],
#search-2 button {
	position: absolute;
	right: 0;
	top: -3px;
	background: #CCC;
	border: none;
	height: 30px;
	margin-top: 9px;
	padding-top: 1px;
	font-size: 15px;
}

.navbar.navbar-light {
	background: linear-gradient(180deg, #FFF 0%, #EEE 0%, #FFF 49%, #b7b7b7 100%);
	padding: 0;
}
.navbar.navbar-light a {
	color: #000;
	font-weight: bold;
}
.navbar.navbar-light .sub-menu a {
	color: #000 !important;
}
/*navbar*/
.navbar ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar ul a {
	display: block;
	padding: .5rem 0.9rem;
	color: #000;
	text-decoration: none;
}
/* サブメニューをabsoluteにするため、親メニューをrelativeに */
.menu-item-has-children {
  position: relative;
}
/* 親メニューにマウスオーバーしたときにカーソルを変更 */
.menu-item-has-children:hover {
  cursor: pointer;
}
/* 子を持つ親メニューにマウスオーバーしたときサブメニューを表示 */
.menu-item-has-children:hover .sub-menu {
  display: block;
}
/* サブメニューをabsoluteにして親メニューの下に配置。スタイルは適宜調整してください */
.navbar .sub-menu,
.second-navbar .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
  padding: 0;
	font-size: 0.9rem;
	z-index: 1;
}
.navbar .sub-menu .sub-menu,
.second-navbar .sub-menu .sub-menu {
	width: 199px;
	box-shadow: 0 0 0 transparent;
	border: none;
	border-right: 1px solid #000;
}
/* サブニューのリンクタグをmenu-itemの大きさと合わせ、クリックしやすいようにした */
.sub-menu > .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .4em;
	color: #000;
}
/* サブメニューにマウスオーバーしたときリンクの背景色とテキストカラーを変更 */
.sub-menu > .menu-item a:hover {
	display: block;
	background: #AAA;
	width: 100%;
}
@media screen and (max-width: 768px) {
#navbarSupportedContent {
	background: #FFF;
	margin: 0 -1rem;
}
}

/**/
.second-navbar ul.navbar-nav {
	display: -webkit-box;
}
.second-navbar li {
	display: inline-block;
	background: #406286;
	border-radius: 10px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	padding: 6px 14px;
	text-align: center;
}
.second-navbar li a {
	color: #FFF;
	text-decoration: none;
}
.second-navbar .container {
	margin: 0;
	padding: 0;
}
.second-navbar .sub-menu li {
	width: 100%;
	background: transparent;
	padding: 0;
	text-align: left;
	margin: 0;
	border-radius: 0;
	list-style: none;
}
.bg-orange {
	background: #ff6d00ff !important;
	padding: 0 0.3rem;
}
.bg-red {
	background: #ff0000ff !important;
	color: #FFF !important;
	padding: 0 0.3rem;
}
.bg-red:hover {
	background: rgb(58, 89, 119) !important;
	border-color: #ff0000ff !important;
}
.bg-red a {
	color: #FFF !important;
}

.slick-dots {
	bottom: 4px !important;
}
.page-sub .slick-dots {
	bottom: 14px !important;
}
.slick-dotted.slick-slider {
	margin-bottom: 20px;
}

main.body-main {
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
.home main.body-main {
	margin-top: 125px;
}
main.body-main {
	margin-top: 35px;
}
}

/*breadcrumbs*/
ul.breadcrumbs {
	position: absolute;
    list-style: none;
	margin: 6px 0;
	padding: 0;
	font-size: 0.9rem;
  }
.breadcrumbs  li{
    display: inline;
	text-shadow: 1px 1px 0 #FFF;
  }
.breadcrumbs  li a{
    color: inherit;
    text-decoration: underline;
  }
.breadcrumbs  li + li:before{
    content: ">";
    margin:.5em;
  }

/*common*/
.h1 {
	font-size: 1.2rem;
}
.h2 {
	font-size: 1.2rem;
}
.h3 {
	font-size: 1.2rem;
}
.text-right {text-align: right;}
.btn-primary {
	background: #2A67B2 !important;
	border-color: #2A67B2 !important;
}
.btn-secondary {
	background: linear-gradient(#CCC, #FFF);
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
}
.border {
	border-color: #000 !important;
}

/*topics @ top*/
#top-topics img {
	width: 100%;
	object-fit: cover;
}

/*banners @ top*/
#top-banners {
	font-size: 0.9rem;
}
#top-banners .col-lg-2 a {
	display: block;
	height: 66px;
	border: 4px solid #006699;
	background: #EEE;
	border-radius: 10px;
	line-height: 1;
	padding: 9px 0 7px;
	text-decoration: none;
	color: #000;
}
#top-banners .col-lg-2 a:hover {
	background: #fff59d;
	border: 4px solid #990407;
	transition: .2s;
}
#top-banners .col-lg-2 a h4 {
	margin-bottom: 2px;
	font-size: 1.2rem;
	font-weight: bold;
}
#top-banners .col-lg-2 a p {
	margin-bottom: 2px;
	font-weight: bold;
}
#top-banners .col-lg-2 a span {
	display: block;
	margin-bottom: 6px;
	color: red;
	font-weight: bold;
}
#top-banners .line-2 a {
}
#top-banners .line-1 a {
	padding: 18px 0;
}

/*tab news @ top*/
#top-tab .nav-item {
	margin-bottom: 10px;
	text-align: center;
}
#top-tab .nav-link {
	width: 87%;
	border: 1px solid #000;
	background: none;
	margin: 0 1rem;
	padding: 4px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 0.8rem;
}
#top-tab .nav-link:last-child {
	margin-right: 0;
}
#top-tab .nav-link:hover {
	background: #2962FF;
	color: #FFF;
}
@media screen and (max-width: 768px) {
#top-tab .nav-link {
	width: 90%;
}
}

.list-tablist li {
	padding: 8px 0 0;
}
.list-tablist .txt-date {
	display: inline-block;
	width: 8rem;
}
.list-tablist .ico-cat {
	display: inline-block;
	width: 80px;
	background: #339966;
	border-radius: 6px;
	margin-right: 0.5rem;
	padding: 2px 1px;
	color: #FFF;
	font-size: 0.8rem;
	text-decoration: none;
	text-align: center;
}
.list-tablist .ico-週間為替 {
	background: #993300;
}
.list-tablist .ico-セミナー {
	background: #CC3434;
}
.list-tablist .ico-貿易統計 {
	background: #993366;
}
.list-tablist .ico-部会・協議会 {
	background: #008080;
}
.list-tablist .ico-お知らせ {
	background: #3366FF;
}
.list-tablist .ico-通関士養成 {
	background: #FF6600;
}
.list-tablist .ico-Webサービス {
	background: #006699;
}
.list-tablist .ico-その他 {
	background: #999999;
}
.list-tablist .ico-cate-函館支部,
.list-tablist .ico-cate-東京支部,
.list-tablist .ico-cate-横浜支部,
.list-tablist .ico-cate-名古屋支部,
.list-tablist .ico-cate-大阪支部,
.list-tablist .ico-cate-神戸支部,
.list-tablist .ico-cate-門司支部,
.list-tablist .ico-cate-長崎支部,
.list-tablist .ico-cate-沖縄支部,
.list-tablist .ico-cate-Information {
	background: #006699;
}

/*branch @ top*/
#top-branch .col-6 a {
	display: block;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 1px 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#top-branch .col-6 a:hover {
	background: #ff7f00ff;
}
#top-branch .w-110 {
	padding-left: 0;
}
/*icon @ top*/
#top-icons a {
	display: block;
	border: 2px solid #000;
	height: 100px;
	padding: 20px 0 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#top-icons a:hover {
	background: #fff59d;
	border: 4px solid #990407;
	transition: .2s;
}
#top-icons a img {
	height: 60%;
	margin-bottom: 5px;
}
#top-icons .line-2 a {
	padding-top: 12px;
	line-height: 1;
}

/*sitemap @ top*/
#top-sitemap {
	background: #E3E3E3;
	padding: 6rem 1rem 3rem;
}
#top-sitemap li {
	list-style-type: disc;
}
#top-sitemap li a {
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
#top-sitemap {
	padding: 2rem;
}
}

/*footer*/
footer .navbar.navbar-light {
	background: #006699ff;
}
footer .navbar.navbar-light a{
	color: #FFF;
	font-weight: normal;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer .copy {
	background: #006699ff;
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	.footer-nav,
	.footer-nav li {
		display: block !important;
	}
}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
	display: table-cell;
	width: 90px;
	height: 90px;
    background-color: rgba(0,0,0,0.6);
	border-radius: 90px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
	vertical-align: middle;
}
#page_top a:hover {
    background-color: rgba(0,0,0,0.8);
    text-decoration: none;
}



/********************
 Hakodate
********************/
#page-hakodate .main-visual {
	background: url("img/bg-hakodate.jpeg") no-repeat center center;
}
#page-hakodate .main-visual2 {
	background: url("img/bg-hakodate2.jpeg") no-repeat center center;
}
#page-hakodate .main-visual3 {
	background: url("img/bg-hakodate3.jpeg") no-repeat center center;
}
#page-hakodate .main-visual4 {
	background: url("img/bg-hakodate4.jpeg") no-repeat center center;
}

.page-sub .main-visual {
	height: 150px;
	color: #FFF;
	text-align: right;
}
.page-sub .main-visual h1 {
	margin-right: 1rem;
	margin-top: 0.5rem;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.page-sub .navbar.bg-dark,
.page-sub footer .navbar.navbar-light,
.page-sub footer .copy {
	background: #0288D1 !important;
}
.list-tablist .ico-cate-函館支部からのお知らせ {
	background: deeppink;
	border-color: deeppink;
}
#page-hakodate .breadcrumbs,
#page-tokyo .breadcrumbs,
#page-yokohama .breadcrumbs,
#page-nagoya .breadcrumbs,
#page-osaka .breadcrumbs,
#page-kobe .breadcrumbs,
#page-moji .breadcrumbs,
#page-nagasaki .breadcrumbs,
#page-okinawa .breadcrumbs,
#page-english .breadcrumbs,
#page-cipic .breadcrumbs {
	position: relative;
	top: 2px;
}

/********************
 Tokyo
********************/
#page-tokyo .main-visual {
	background: url("img/bg-tokyo.jpeg") no-repeat center center / 100%;
}
#page-tokyo .main-visual2 {
	background: url("img/bg-tokyo2.jpeg") no-repeat center center / 100%;
}
#page-tokyo .main-visual3 {
	background: url("img/bg-tokyo3.jpeg") no-repeat center center / 100%;
}
#page-tokyo .main-visual4 {
	background: url("img/bg-tokyo4.jpeg") no-repeat center center / 100%;
}


.list-tablist .ico-cate-函館支部からのお知らせ {
	background: deeppink;
	border-color: deeppink;
}
/********************
 Yokohama
********************/
#page-yokohama .main-visual {
	background: url("img/bg-yokohama.jpeg") no-repeat center center / 100%;
}
#page-yokohama .main-visual2 {
	background: url("img/bg-yokohama2.jpeg") no-repeat center center / 100%;
}
#page-yokohama .main-visual3 {
	background: url("img/bg-yokohama3.jpeg") no-repeat center center / 100%;
}
#page-yokohama .main-visual4 {
	background: url("img/bg-yokohama4.jpeg") no-repeat center center / 100%;
}

/********************
 Nagoya
********************/
#page-nagoya .main-visual {
	background: url("img/bg-nagoya.jpeg") no-repeat center center / 100%;
}

/********************
 Osaka
********************/
#page-osaka .main-visual {
	background: url("img/bg-osaka.jpeg") no-repeat center center / 100%;
}
#page-osaka .main-visual2 {
	background: url("img/bg-osaka2.jpeg") no-repeat center center / 100%;
}
#page-osaka .main-visual3 {
	background: url("img/bg-osaka3.jpeg") no-repeat center center / 100%;
}
#page-osaka .main-visual4 {
	background: url("img/bg-osaka4.jpeg") no-repeat center center / 100%;
}

/********************
 Kobe
********************/
#page-kobe .main-visual {
	background: url("img/bg-kobe.jpeg") no-repeat center center / 100%;
}

/********************
 Moji
********************/
#page-moji .main-visual {
	background: url("img/bg-moji.jpeg") no-repeat center center / 100%;
}
#page-moji .main-visual2 {
	background: url("img/bg-moji2.jpeg") no-repeat center center / 100%;
}
#page-moji .main-visual3 {
	background: url("img/bg-moji3.jpeg") no-repeat center center / 100%;
}
#page-moji .main-visual4{
	background: url("img/bg-moji4.jpeg") no-repeat center center / 100%;
}

/********************
 Nagasaki
********************/
#page-nagasaki .main-visual {
	background: url("img/bg-nagasaki.jpeg") no-repeat center center / 100%;
}
#page-nagasaki .main-visual2 {
	background: url("img/bg-nagasaki2.jpeg") no-repeat center center / 100%;
}
#page-nagasaki .main-visual3 {
	background: url("img/bg-nagasaki3.jpeg") no-repeat center center / 100%;
}
#page-nagasaki .main-visual4 {
	background: url("img/bg-nagasaki4.jpeg") no-repeat center center / 100%;
}

/********************
 Okinawa
********************/
#page-okinawa .main-visual {
	background: url("img/bg-okinawa.jpeg") no-repeat center center / 100%;
}

/********************
 CIPIC
********************/
#page-cipic .main-visual {
	background: url("img/bg-cipic.jpg") no-repeat center center / 100%;
}
.page-cipic .main-visual {
	height: 300px;
	margin-bottom: 1rem;
	color: #FFF;
	text-align: right;
}
.page-cipic .main-visual h1 {
	margin-top: 125px;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	justify-content: flex-start;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.page-cipic .navbar.bg-dark,
.page-cipic footer .navbar.navbar-light,
.page-cipic footer .copy {
	background: #304FFE !important;
}
#cipic-banners h4 {
	margin-bottom: 0;
	font-size: 16px;
}
#cipic-banners p {
	font-size: 12px;
}
#cipic-banners .line-1 a {
	padding: 18px 0;
}
#cipic-banners a {
	display: block;
	height: 55px;
	border-radius: 10px;
	padding: 9px 0;
	color: #FFF;
	text-decoration: none;
}
.bg-blue { background: #0070c0ff;}
.bg-orange2 { background: #ff9900ff;}
.bg-navy { background: #002060ff;}
.bg-green { background: #339933ff;}
.bg-pink { background: #cc0066ff;}
.bg-sky { background: #009999ff;}
.bg-red2 { background: #990033ff;}
.bg-gray { background: #767171ff;}

.news-h3 {
	background: linear-gradient(45deg, #dfdfdfff, #FFF);
	border-left: 5px solid #cc0000ff;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 16px;
}

a[href*=".pdf"] {
	padding-right: 20px;
	background: url("img/ico-pdf.png") no-repeat right 0 top 2px / 16px 16px;
	position: relative;
}
.pdfimg a[href*=".pdf"],
a.pdfimg[href*=".pdf"] {
	padding-right: 0;
	background: none;
}
.pdfimg a[href*=".pdf"]::after,
a.pdfimg[href*=".pdf"]::after {
	display: inline-block;
	content: url("img/ico-pdf.png");
	position: absolute;
	top: 130px;
	right: 10px;
}


/********************
固定ページ
********************/
.page-title {
	padding: 38px 100px 38px 40px;
	font-size: 1.5rem;
	font-weight: bold;
}
.page-h1 {
	background: linear-gradient(1800deg, rgba(153, 153, 153, 0.38) 40%, #ffffff 100%) !important;
	border-bottom: 1px solid #3333334d !important;
	border-left: 8px solid #006699;
	border-right: 1px solid #3333334d;
	border-top: 1px solid #3333334d;
	height: 40px;
	margin: 0 0 1rem;
	padding: 5px 5px 5px 10px !important;
	font-size: 1.5rem;
}


/********************
 post page
********************/
.contents-post h1 {
  padding: 1rem 0 0.2rem 0.7rem;/*文字周りの余白*/
  color: #000;/*文字色*/
  font-weight: 500;
  border-bottom: solid 5px #006699;/*下線*/
}
.contents-post h2 {
  padding: 0.5rem 0 0.2rem 0.5rem;/*文字周りの余白*/
  color: #000;/*文字色*/
  font-weight: 500;
  border-bottom: 5px double #006699;/*二重線*/
}
.contents-post h3 {
  padding: 0.4rem 0 0.2rem 0.3rem;/*文字周りの余白*/
  color: #000;/*文字色*/
  font-weight: 500;
  border-bottom: 2px dotted #006699;/*点線*/
}
.contents-post h4 {
  padding: 0.4rem 0 0.2rem 0.3rem;/*文字周りの余白*/
  color: #000;/*文字色*/
  font-weight: 500;
  border-bottom: solid 2px #006699;/*下線*/
}

/* tableを囲むdiv */
.table-sticky {
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.table-sticky table {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.table-sticky table th {
  background-color: #ddd;
}
.table-sticky table th, .table-sticky table td {
  padding: 10px;
  border: 1px solid #111;
}
.table-sticky table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table-sticky table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
}

.table-basic {
	width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

.table-basic tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
.table-basic th,
.table-basic td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table-basic th {
  font-size: .85em;
}
.table-basic thead tr{
  background-color: #eee;
}
.table-basic .txt{
   text-align: left;
   font-size: .85em;
}
.table-basic .price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  .table-basic {
    border: 0;
    width:100%
  }
  .table-basic th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .table-basic thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-basic tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .table-basic td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .table-basic td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .table-basic td:last-child {
    border-bottom: 0;
  }
}

.table-border {
	width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  color: #000;
}

.table-border tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table-border thead{
  border-bottom: 5px solid #ff9900 !important;
}
.table-border tr:last-child{
   border-bottom: none;
}
.table-border th,
.table-border td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table-border thead th {
  border: 1px solid #bbb !important;
}
.table-border tbody th {
    color: #ff9901;
}
.table-border .txt{
   text-align: left;
   font-size: .85em;
}
.table-border .price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  .table-border {
    border: 0;
    width:100%
  }
  .table-border th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  .table-border thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-border tr {
    display: block;
    margin-bottom: 2em;
  }
  
  .table-border td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .table-border td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .table-border td:last-child {
    border-bottom: 0;
  }
}

.table-stripe {
	width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
}
.table-stripe tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
.table-stripe tr:nth-child(even){
  background-color: #eee;
}
.table-stripe th,
.table-stripe td {
	border: none !important;
  padding: .35em 1em;
}
.table-stripe thead th {
    font-size: .85em;
    padding: 1em;
}
.table-stripe thead tr{
  background-color: #fd6767;
  color:#fff;
}
.table-stripe tbody th {
  text-align: left;
  font-size: .8em;
}
.table-stripe .txt{
   text-align: left;
   font-size: .75em;
}
.table-stripe .price{
  text-align: right;
  color: #FF7043;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .table-stripe {
    border: 0;
    width:100%
  }
  .table-stripe th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
  .table-stripe thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-stripe tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
  .table-stripe td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  .table-stripe td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  .table-stripe td:last-child {
    border-bottom: 0;
  }
  .table-stripe tbody th {
    color: #fff;
    padding: 1em
}
  .table-stripe tr:nth-child(even){
  background-color: #fff;
}
}

.table-compare {
  width: 100%;
}
.table-compare thead th:nth-child(2) {
  background-color: #D0104C;
  color: #fff;
}
.table-compare thead th:nth-child(3) {
  background-color: #006284;
  color: #fff;
}
@media screen and (min-width: 501px) {
  .table-compare {
    table-layout: fixed;
  }
  .table-compare th, .table-compare td {
    padding: 10px;
    border: 1px solid #111;
  }
  .table-compare th {
    background-color: #eee;
  }
}
@media screen and (max-width: 500px) {
  .table-compare {
    display: block;
  }
  .table-compare thead, .table-compare tbody, .table-compare th, .table-compare td {
    display: block;
    width: 100%;
  }
  .table-compare td, .table-compare th {
    padding: 10px;
  }
  .table-compare thead {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .table-compare thead tr {
    display: flex;
  }
  .table-compare thead th {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .table-compare thead th.smt-hide {
    display: none;
  }
  .table-compare tbody {
    border-top: 1px solid #111;
  }
  .table-compare tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #111;
  }
  .table-compare tbody th {
    flex: 0 0 100%;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background-color: #eee;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
  }
  .table-compare td {
    flex: 0 0 50%;
    width: 50%;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
  }
}

:root :where(.wp-block-list li) {
	margin-top: 0 !important;
}
.contents-post {
	line-height: 1.5 !important;
}

.line-height-140 {
	line-height: 1.4 !important;
}
.contents-post ol ol {
	list-style: lower-alpha;
}
.contents-post ol ol ul,
.contents-post ol ol ol {
	list-style: disc;
}

/*枠線*/
.img-border img {
	border: 2px solid #999;
}

/*Bold*/
b, strong {
  font-weight: bold !important;
}


/*ぶら下げインデント*/
.indent{
	margin-left: 2rem; /*全体を2文字分右へ*/
	text-indent: -1.7rem; /*1行目だけ2文字分左へ*/
	margin-bottom: 0.2rem;
}

/*合格体験記*/
.taiken {
	background: url(img/sakura.gif) no-repeat right 10px;
}

/*contact*/
.require {
	background: #D80707;
	padding: 1px 2px;
	color: #FFF;
	font-size: 0.9rem;
}
@media screen and (max-width: 428px) {
.table-contact td {
	display: block;
	width: 100%;
}
}

/*spacer*/
.space5 { margin-bottom: 5px !important;}
.space10 { margin-bottom: 10px !important;}
.space15 { margin-bottom: 15px !important;}
.space20 { margin-bottom: 20px !important;}
.space30 { margin-bottom: 30px !important;}
.space50 { margin-bottom: 50px !important;}
.space100 { margin-bottom: 100px !important;}


@media print {
	header {
		position: static !important;
	}
}

/*契約書*/
#contract p {
	margin-bottom: 10px;
}

#contract {
	height: 300px;
	overflow-y: auto;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
#contract div {
	width: 100%;
}

#contract h5 {
	font-size: 100%!important;
	color: #333;
	margin: 0 0 5px;
	clear: both;
}

#contract dt {
	float: left;
	width: 4em;
	line-height: 1.5;
}
#contract dd {
	margin: 0 0 15px 4em;
	line-height: 1.5;
}
#contract dd ul,
#contract dd ol {
	margin: 5px 0 10px!important;
}
ul.none {

}
.none li {
	list-style: none;
	margin-bottom: 3px;
}
.rteright {
    text-align: right;
}
/*END--契約書--END*/


/*FAQ*/
#inquiry_faq {

}
#contents #inquiry_faq h5 {
	margin-top: 30px;
}
#inquiry_faq .faqgroup {
	margin-bottom: 10px;
}

#inquiry_faq p.shadebtn {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}


#inquiry_faq .faqanswer {
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(/wp-content/uploads/2025/07/faq_A.gif) no-repeat 0px 0px;
}




#inquiry_faq .faqopen .shadebtn,
#inquiry_faq .faqclose .shadebtn {
	padding-left: 30px;
}
#inquiry_faq .faqopen .shadebtn, .faqclose .shadebtn {
	cursor:pointer;
}
#inquiry_faq .faqopen .shadebtn,
#inquiry_faq .faqclose .shadebtn {
	background: url(/wp-content/uploads/2025/07/faq_Q.gif) no-repeat 0px 0px;
}

#inquiry_faq .faqanswer p {
	margin-bottom: 1em;
}
/*END--FAQ--END*/