/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 http://www.websitebundles.com/
Description:	 Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author:			 WebsiteBundles
Author URI:		 http://childthemegenerator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 WP-Bootstrap-Starter-child
-------------------------------------------------------------- */ 

/*--------------------------------------------------------------
# モックアップ用
--------------------------------------------------------------*/
.ktb-field-label>.acf-label:first-child {
    color: blue;
	font-size: 1.3125rem;
}
.ktb-tile {
    display: flex;
}
.ktb-tile>a {
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.5rem;
    border: solid 1px #ddd;
    border-radius: 0.25rem;
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

/*================================================ Basic Settings ================================================*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html,
body {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
@media only screen and (max-width: 575px) {
header, .container {
	padding-left: 20px;
	padding-right: 20px;
}
}
#content.site-content {
    padding-top: 2rem;
    padding-bottom: 0;
}
section {
    margin-bottom: 6rem;
}
@media only screen and (max-width: 575px) {
section {
    margin-bottom: 4rem;
}
}
section>section {
    margin-bottom: 0;
}
section#primary {
    margin-bottom: 0!important;
}
p {
    margin-bottom: 2rem;
}
/*----- スマホ時 full-width -----*/
@media only screen and (max-width: 575px) {
.row.xs-full-width {
    margin-right: -35px;
    margin-left: -35px;
}
.row.xs-full-width figcaption {
    margin-right: 20px;
    margin-left: 20px;
}
}
/*----- マージン -----*/
.mt-05rem {
    margin-top: 0.5rem!important;
}
.mt-1rem {
    margin-top: 1rem!important;
}
.mt-15rem {
    margin-top: 1.5rem!important;
}
.mt-2rem {
    margin-top: 2rem!important;
}
.mt-3rem {
    margin-top: 3rem!important;
}
.mt-4rem {
    margin-top: 4rem!important;
}
.mt-6rem {
    margin-top: 6rem!important;
}
.mt--1rem {
    margin-top: -1rem!important;
}
.mt--2rem {
    margin-top: -2rem!important;
}
.mt--3rem {
    margin-top: -3rem!important;
}
.mt--35rem {
    margin-top: -3.5rem!important;
}
.mt--4rem {
    margin-top: -4rem!important;
}
.mt--6rem {
    margin-top: -6rem!important;
}
.mb-04rem {
    margin-bottom: 0.4rem!important;
}
.mb-05rem {
    margin-bottom: 0.5rem!important;
}
.mb-1rem {
    margin-bottom: 1rem!important;
}
.mb-15rem {
    margin-bottom: 1.5rem!important;
}
.mb-2rem {
    margin-bottom: 2rem!important;
}
.mb-3rem {
    margin-bottom: 3rem!important;
}
.mb-4rem {
    margin-bottom: 4rem!important;
}
.mb-6rem {
    margin-bottom: 6rem!important;
}
.mb-64rem {
    margin-bottom: 6rem!important;
}
@media only screen and (max-width: 575px) {
.mb-64rem {
    margin-bottom: 4rem!important;
}
}
.mb--4rem {
    margin-bottom: -4rem!important;
}
.mb-end {
    margin-bottom: -6rem!important;
}
@media only screen and (max-width: 575px) {
.mb-end {
    margin-bottom: -4rem!important;
}
}
/*----- パディング -----*/
.pt-4rem {
    padding-top: 4rem!important;
}
.pt-6rem {
    padding-top: 6rem!important;
}
.pb-2rem {
    padding-bottom: 2rem!important;
}
.pb-3rem {
    padding-bottom: 3rem!important;
}
.pb-4rem {
    padding-bottom: 4rem!important;
}
.pb-6rem {
    padding-bottom: 6rem!important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height: 2.5;
    text-align: left;
    color: #333333;
	font-size: 1.125rem;
}
@media only screen and (max-width: 575px) {
body {
	line-height: 2.25;
}
}
/*----- ルビ -----*/
rt {
	margin-bottom: -3px;
    font-size: 0.625rem;
    font-weight: 400;
}
a rt {
    color: inherit;
}
/*----- ルビなしの場合 -----*/
.noruby { 
	line-height: 2;
}
/*----- ヘディング -----*/
h2, .h2 {
    font-size: 1.6875rem;
}
h3, .h3 {
    font-size: 1.3125rem;
}
h4, .h4 {
    font-size: 1.125rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    /*margin-bottom: 0.67rem;*/
	margin-bottom: 1rem;
    /*line-height: 1.47;*/
	line-height: 1.6;
    text-align: left;
    font-weight: bold;
}
h1.h1-books {
    font-size: 2.25rem;
}

/*----- ヘディング > small -----*/
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small {
    display: inline-block;
    line-height: 1.35;
    font-weight: normal;
}
h1 small, .h1 small {
    font-size: 1.3125rem;
}
h2 small, .h2 small, h1.h1-books small {
    font-size: 1.125rem;
}
h3 small, .h3 small, h4 small, .h4 small {
    font-size: 1rem;
}
/*----- ヘディング with border-bottom -----*/
h2.h-border, .h2.h-border,
h3.h-border, .h3.h-border,
h4.h-border, .h4.h-border {
	margin-bottom: 1.35rem;
	position: relative;
	border-bottom: 1px solid #ededee;
}
h2.h-border::after, .h2.h-border::after,
h3.h-border::after, .h3.h-border::after,
h4.h-border::after, .h4.h-border::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 1px;
	background-color: #333;
}
/*----- リード文 -----*/
.lead {
    font-size: 1.3125rem;
	font-weight: bold;
}
@media only screen and (max-width: 575px) {
.lead {
    font-size: 1.125rem;
}
}
/*----- フォントサイズ調整 -----*/　/*---------------------------------------- 整理が必要 -----*/
.text-bxl, .text-blg, .text-bmd, text-bxl {
	font-weight: bold;
	margin: 0 3px;
}
.text-bxl {
    font-size: 1.3125rem;
}
.text-blg {
    font-size: 1.125rem;
}
.text-bmd {
    font-size: 1rem;
}
.text-sm {
    font-size: 0.875rem;
}
.fs-13125rem {
    font-size: 1.3125rem!important;
}
.fs-1125rem {
    font-size: 1.125rem!important;
}
.fs-1rem {
    font-size: 1rem!important;
}
.fs-0875rem {
    font-size: 0.875rem!important;
}
.fs-075rem {
    font-size: 0.75rem!important;
}
/*----- インデント -----*/
.ti-05em {
    text-indent: -0.5em!important;
}
a.ti-05em {
    display: inline-block;
}
/*----- ラインハイト -----*/
.lh-225 {
    line-height: 2.25!important;
}
.lh-2 {
    line-height: 2!important;
}
.lh-16 {
    line-height: 1.6!important;
}
.lh-135 {
    line-height: 1.35!important;
}
.lh-1 {
    line-height: 1!important;
}
/*----- フォント色 -----*/
.c-white {
    color: #fff!important;
}
.c-333 {
    color: #333!important;
}
.c-555 {
    color: #555!important;
}
.c-888 {
    color: #888!important;
}
.c-999 {
    color: #999!important;
}
.c-green {
    color: #81c001!important;
}
.c-green2 {
    color: #2ea300!important;
}
.c-red {
    color: red!important;
}
.c-l0 {
    color: #64abd2!important;
}
.c-l1 {
    color: #e983a4!important;
}
.c-l2 {
    color: #e45263!important;
}
.c-l3 {
    color: #CE9D1D!important;
}
.c-l4 {
    color: #2D5428!important;
}
.c-l5 {
    color: #193d8c!important;
}
/*----- フォントウエイト -----*/
.fw-normal {
    font-weight: normal!important;
}
.fw-bold {
    font-weight: bold!important;
}
/*----- ダーシ -----*/
span.dash {
    letter-spacing: -3px;
	margin-right: 3px;
}
/*----- hr -----*/
hr.hr-full {
    margin: 0 -1000px 0 -1000px;
	padding: 0 1000px 0 1000px;
    border-color: #eee;
}
/*----- リンク・色 -----*/
a {
	color:#2ea300;
}
a.a-gray {
	color:#333;
}
a.a-gray2 {
	color:#555;
}
a.a-gray:hover,
a.a-gray2:hover {
	color:#2ea300;
}
/*----- リンク・ハイライト -----*/
a {
	-webkit-tap-highlight-color: rgba(97, 97, 97, 0.2);
}
/*----- リンク・準備中 -----*/
a.a-disabled {
	color: #999!important;
}
a.a-disabled:hover {
	cursor: default!important;
	color: #999!important;
}
a.a-disabled img:hover {
	opacity: 1!important;
}
/*----- リンク・moreボタン -----*/
a.more-btn {
	display: inline-block;
    font-size: 0.875rem;
	font-weight: bold;
}
/*----- アンダーライン -----*/
.u-l0, .u-l1, .u-l2, .u-l3, .u-l4, .u-l5, .u-rainbow {
position: relative;
}
.u-l0::before, .u-l1::before, .u-l2::before, .u-l3::before, .u-l4::before, .u-l5::before, .u-rainbow::before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50%;
z-index: -1;
}
.u-l0::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe00.gif);
}
.u-l1::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe01.gif);
}
.u-l2::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe02.gif);
}
.u-l3::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe03.gif);
}
.u-l4::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}
.u-l5::before {
background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe05.gif);
}
.u-rainbow::before {
background: url(https://tadoku.org/japanese/wp-content/uploads/bg_stripe-rainbow.gif);
}

/*----- リスト -----*/
dl, ol, ul {
    margin-bottom: 2rem;
}
ol, ul {
    padding-left: 3.375rem;
}
@media only screen and (max-width: 575px) {
ol, ul {
    padding-left: 2.25rem;
}
}
dd {
    margin-bottom: 0;
}
/*----- リスト・丸 -----*/
ol.ol-circle {
    counter-reset: my-counter;
    list-style: none;
    padding-left: .5rem;
}
@media only screen and (max-width: 575px) {
ol.ol-circle {
	margin-left: -3px;
    padding-left: 0;
}
}
ol.ol-circle li {
	padding-left: 2.875rem;
    position: relative;
}
ol.ol-circle li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #f2f2f2;
    color: #7a7a7a;
	font-weight: bold;
    display: block;
    float: left;
    line-height: 2.1;
    margin-left: -2.875rem;
    text-align: center;
    height: 2.475rem;
    width: 2.475rem;
    border: solid 3px white;
    border-radius: 50%;
}
ol.ol-circle li h4 {
	display: inline-block;
}

/*----- リスト・４つのルール -----*/
ol.ol-rules {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 7.5rem;
}
ol.ol-rules li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    height: 5.5rem;
    width: 5.5rem;
	margin-top: 0.31rem;
    margin-left: -7.5rem;
    background-color: none;
    color: #333;
	font-size: 3rem;
	font-weight: bold;
    line-height: 5.5rem;
    text-align: center;
    float: left;
	border: solid 1px #333;
}
ol.ol-rules li h3 {
	display: inline-block;
}
@media only screen and (max-width: 575px) {
ol.ol-rules {
    padding-left: 4.5rem;
}
ol.ol-rules li:before {
    height: 3.375rem;
    width: 3.375rem;
	margin-top: 0.31rem;
    margin-left: -4.5rem;
	font-size: 2rem;
    line-height: 3.375rem;
}
}

/*----- リスト・チェック -----*/
ul.ul-check {
    list-style: none;
}
ul.ul-check li:before {
    color: #7a7a7a;
    margin-left: -1.625rem;
	padding-right: 0.6rem;
	font-family: FontAwesome;
	font-size: 1.125rem;
	content: '\f058';
}
ul.ul-check2 {
    list-style: none;
}
ul.ul-check2 li:before {
    margin-left: -1.725rem;
	padding-right: 0.6rem;
	font-family: FontAwesome;
	font-size: 1.125rem;
	content: '\f00c';
}
/*----- リスト・RSS Import -----*/
.tdk-rssimport ul {
	margin-bottom: 0;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
    list-style: none;
	font-size: 1rem;
	line-height: 1.35;
}
@media only screen and (max-width: 991px) {
.tdk-rssimport ul {
	padding-right: 0;
}
}
.tdk-rssimport .more-btn {
	margin-right: 2.25rem;
}
@media only screen and (max-width: 991px) {
.tdk-rssimport .more-btn {
	margin-right: 0;
}
}
.tdk-rssimport li {
    margin-bottom: 0.75rem;
}
.tdk-rssimport-new li:before,
.tdk-rssimport-pickup li:before {
    margin-left: -1.6125rem;
	padding-right: 0.5rem;
	font-family: FontAwesome;
	font-size: 1.125rem;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	width: 1.6125rem;
	color: #555;
}
.tdk-rssimport-new li:before {
	content: '\f00c';
}
.tdk-rssimport-pickup li:before {
	content: '\f02c';
}
.tdk-rssimport li a {
    color: #555;
}
.tdk-rssimport li a:hover {
    color: #0056b3;
}
.tdk-rssimport small {
	display: block;
	font-size: 0.75rem;
	line-height: 1.35rem;
	color: #888;
}
/*----- リスト・リンク -----*/
ul.ul-links {
    list-style: none;
	padding-left: 0;
	line-height: 2;
}
ul.ul-links li {
	padding-left: 2.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
    border-top: solid 1px #eee;
}
ul.ul-links li:before {
    color: #7a7a7a;
    margin-left: -1.625rem;
	padding-right: 0.6rem;
	font-family: FontAwesome;
	font-size: 1.125rem;
	line-height: 2rem;
	content: '\f08e';
	vertical-align: middle;
}
.ul-links-title {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
}
.ul-links-note {
	display: inline-block;
	font-size: 0.875rem;
	color: #999;
}
ul.ul-links a:hover {
    text-decoration: none;
}
ul.ul-links li.ul-links-ref:before {
	content: '\f15c';
}
ul.ul-links li.ul-links-angle:before {
	content: '\f101';
}

/*----- クオート -----*/
blockquote,
.blockquote {
    background-color: #f7f7f7;
    padding: 3rem 3.375rem 3.5rem 3.375rem;
    margin-bottom: 2rem;
	font-size: 1rem;
}
@media only screen and (max-width: 575px) {
blockquote,
.blockquote {
    padding: 2rem 1.5rem;
}
}
blockquote p,
.blockquote p {
    margin-bottom: 0.75rem;
}
blockquote footer,
.blockquote footer {
    font-size: 0.875rem;
    text-align: right;
	color: #2ea300;
}
blockquote footer::before,
.blockquote footer::before {
    content: "\2014 \00A0";
}
/*----- クオート・ルビ付き -----*/
blockquote.ruby,
.blockquote.ruby {
	font-size: 1.125rem;
}
/*----- クオート２・左ボーダー -----*/
blockquote.bq2,
.blockquote.bq2 {
	margin-left: -1.25rem;
	margin-bottom: 3rem;
	padding: 0 0 0 1.25rem;
	border-left: solid 2px #81c001;
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
blockquote.bq2,
.blockquote.bq2 {
	margin-left: 0;
	padding-left: calc(1.125rem - 2px);
	padding-right: 0;
}
}
blockquote.bq2 > footer,
.blockquote.bq2 > footer, 
blockquote.bq2 > footer rt,
.blockquote.bq2 > footer rt {
	color: #2ea300;
	line-height: 1;
}
/*----- クオート３・折り目付き -----*/
blockquote.bq3,
.blockquote.bq3,
.tdk-card.bq3 {
	border: solid 1px #81c001;
	background-color: #fff;
    position: relative;
	box-shadow: -3px 3px 5px -1px rgba(0,0,0,.2);
}
blockquote.bq3::after,
.blockquote.bq3::after,
.tdk-card.bq3::after {
    position: absolute;
    content: '';
    right: -1px;
    top: -1px;
    border-width: 0 2rem 2rem 0;
    border-style: solid;
    border-color: #81c001 #fff #81c001;
}
/*----- クオート・縦書き -----*/
.bq-vertical blockquote {
	margin-bottom: 0.5rem;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	background-color: #fff;
	font-family: serif;
	color: #000;
}
.bq-vertical blockquote p {
	line-height: 2rem;
	margin: 0;
	text-indent: 1rem;
}
.bq-vertical>p {
	font-size: 0.875rem;
	line-height: 1.35;
	color: #999;
}
@media only screen and (min-width: 768px) {
.bq-vertical blockquote {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright; /* すべて縦方向に表示 */
	-webkit-text-orientation: upright;
	width: 100%;
	height: 46.5rem;
}
.bq-vertical blockquote span.text-combine {/* 2桁の数字はspanでくくって縦書きに */
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
}
/*----- note 注釈 -----*/
.note-small,
.note-small2,
.note-small2-jp-en,
.note-small3 {
	margin-bottom: 2rem;
	font-size: 0.875rem;
	line-height: 1.35;
}
.note-small4 {
	margin-bottom: 2rem;
	font-size: 0.875rem;
}
.note-small,
.note-small2,
.note-small3 {
	color: #999;
}
.note-small2-jp-en .en {
	font-size: 0.875rem;
}
.note-small2-jp-en h4 {
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}
.note-small2-jp-en ul {
    padding-left: 0;
    list-style: none;
	margin-bottom: 0;
	line-height: 1.65;
}
@media only screen and (max-width: 575px) {
.note-small2-jp-en ul {
	margin-bottom: 0.5rem;
}
}
.note-small {
	border-top: solid 1px #ccc;
	padding-top: 1rem;
}
.note-small2,
.note-small2-jp-en,
.note-small4 {
	border: solid 1px #ccc;
	padding: 1rem 1.125rem;
}
.note-small p:last-child,
.note-small2 p:last-child,
.note-small2-jp-en p:last-child,
.note-small4 p:last-child {
	margin-bottom: 0;
}
.note,
.note-ruby {
	border: solid 2px #7a7a7a;
    padding: 3rem 3.375rem 3.5rem 3.375rem;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
.note,
.note-ruby {
    padding: 2rem 1.5rem;
}
}
.note p,
.note-ruby p,
.note ul,
.note-ruby ul {
    margin-bottom: 0;
}
.note {
	font-size: 1rem;
}
.note-jp-en p {
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.47;
}
.note-jp-en p .en {
    display: block;
    font-size: 0.875rem;
    line-height: 1.35;
}

/*--------------------------------------------------------------
# Typography・日英併記
--------------------------------------------------------------*/
span.en {
    color: #888!important;
}
h1 span.en,
h2 span.en,
h3 span.en,
h4 span.en,
p.jp-en2 span.en {
    display: block;
	line-height: 1.35;
}
h1 span.en {
	font-size: 1.3125rem;
}
h2 span.en {
	font-size: 1.125rem;
}
h3 span.en,
.h3 span.en,
h4 span.en,
.h4 span.en,
p.jp-en2 span.en {
	font-size: 0.875rem;
}
.en {
	line-height: 1.6;
	color: #888;
	font-size: inherit;
}
@media only screen and (max-width: 575px) {
.en {
	font-size: 1rem;
}
}
.jp-en {
	color: #888;
}
@media only screen and (max-width: 991px) {
.jp-en {
	line-height: 1.65;
}
}
@media only screen and (max-width: 575px) {
.jp-en {
	font-size: 1rem;
}
}
.note-small2-jp-en a {
	color: inherit;
}



/*--------------------------------------------------------------
# Typography・フォントサイズリセット
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 991px) {
html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
html {
    font-size: 100%;
  }
h1 {
    font-size: 2.25rem;
  }
h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
html {
    font-size: 100%;
  }
h1 {
    font-size: 2rem;
  }
h2 {
	font-size: 1.5rem;
  }
h1.h1-books {
    font-size: 1.6875rem;
}
}



/*--------------------------------------------------------------
# 画像
--------------------------------------------------------------*/
/*----- キャプション -----*/
figure {
    margin-bottom: 2rem;
}
figure img {
    margin-bottom: 0.5rem;
}
figure figcaption {
    font-size: 0.875rem;
	line-height: 1.35;
	color: #999;
}
/*----- ２枚並び、３枚並び -----*/
figure.figx2,
figure.figx3 {
	display: flex;
	flex-wrap: wrap;
    margin: -5px -5px 2rem -5px;
}
figure.figx2 img,
figure.figx2>div {
	display: block;
	margin: 5px;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
}
@media only screen and (max-width: 575px) {
figure.figx2 img,
figure.figx2>div {
    width: calc(100% - 10px);
}
}
figure.figx3 img,
figure.figx3>div {
	display: block;
	margin: 5px;
    width: calc(33.3% - 10px);
    height: calc(33.3% - 10px);
}
@media only screen and (max-width: 575px) {
figure.figx3 img,
figure.figx3>div {
    width: calc(100% - 10px);
}
}
figure.figx2 figcaption,
figure.figx3 figcaption {
	margin: 5px;
}
/*----- 画像ホーバー -----*/
a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: “alpha( opacity=75 )”;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*----- 画像シャドウ -----*/
img.img-shadow {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}


/*--------------------------------------------------------------
# テーブル
--------------------------------------------------------------*/
/*----- 一般 -----*/
.tdk-table {
    margin-bottom: 0;
}
.tdk-table th,
.tdk-table td {
    vertical-align: middle;
	padding: 0.75rem 0.5rem;
	line-height: 2;
}
.table-borderless.table td, .table-borderless.table th {
    border-top: none;
}

/*----- 受講料表 -----*/
.price-list-wrap {
	margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
.price-list-wrap {
	margin-right: -20px;
}
}
.price-list-wrap th,
.price-list-wrap td {
	padding-left: 0;
}
.price-list1, .price-list2 {
	padding: calc(2.25rem - 2px);
	background-color: #fff;
}
@media only screen and (max-width: 575px) {
.price-list1, .price-list2 {
	width: fit-content;
}
}
.price-list1 {
    border: solid 2px #81c001;
}
.price-list2 {
    border: solid 1px #7a7a7a;
}
.price-list1 h3, .price-list2 h3 {
	margin-bottom: 3rem;
	font-size: 1.125rem;
}
.price-list1 h3>i {
	color: #81c001;
	font-size: 1.3125rem;
}
.price-list1 td, .price-list2 td {
	font-size: 0.875rem;
}
th.pl-head {
    min-width: 100px;
}
td.pl-price {
    min-width: 120px;
    text-align: right;
}
td.pl-note {
    min-width: 260px;
}
p.pl-info {
    font-size: 1rem;
}

/*----- 左右スクロール用メッセージ -----*/
.tdk-scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.2;
	text-align:center;
	color: #888;
}
.tdk-scroll::before,
.tdk-scroll::after {
	font-family: FontAwesome;
	font-size: 1.125rem;
	letter-spacing: 0.5rem;
}
.tdk-scroll::before {
	margin-right: 1rem;
	content: '\f104\f104';
}
.tdk-scroll::after {
	margin-left: 1rem;
	content: '\f105\f105';
}

/*--------------------------------------------------------------
# 全幅背景
--------------------------------------------------------------*/
/*----- ヘッダー・フル -----*/
.row.header-full {
    margin: -3.7rem -1000px 4rem -1000px;
	padding: 4rem 985px;
}
/*----- 背景・フル -----*/
section.bgc-full {
    margin: 0 -1000px;
	padding: 6rem 1000px;
	border-top: solid 6px #fff;
	border-bottom: solid 6px #fff;
}
.row.bgc-full {
    margin: 0 -1000px;
	padding: 6rem 985px;
	border-top: solid 6px #fff;
	border-bottom: solid 6px #fff;
}
@media only screen and (max-width: 575px) {
section.bgc-full {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.row.bgc-full {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
}
/*----- CTA・フル -----*/
.row.bgc-full-cta {
    margin: 0 -1000px;
	padding: 6rem 985px 4rem 985px;
	background-color: #eee;
}
@media only screen and (max-width: 575px) {
.row.bgc-full-cta {
	padding-top: 4rem;
	padding-bottom: 2rem;
}
}

/*--------------------------------------------------------------
# 背景色
--------------------------------------------------------------*/
.bgc-white {
    background-color: #fff;
}
.bgc-gray {
    background-color: #f7f7f7;
}
.bgc-gray2 {
    background-color: #eee;
}
.bgc-gray3 {
    background-color: #fafafa;
}
.bgc-gray4 {
    background-color: #555;
}
.bgc-border {
	border: solid 1px #eee;
}
.bgc-border-top {
	border-top: solid 1px #eee;
}
.bgc-border-bottom {
	border-bottom: solid 1px #eee;
}
.bgc-border-top-green {
	border-top: solid 1px #81c001;
}
.bgc-border-top-rainbow {
	position: relative;
	border-top: solid 1px #999;
}
.bgc-border-top-rainbow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background: url(https://tadoku.org/japanese/wp-content/uploads/bg_stripe-rainbow.gif);
}
.bgc-shadow {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
.bgc-stgreen {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe10.gif);
}
.bgc-stgreen2 {
-webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #fff;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #c0df80), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #c0df80),
            color-stop(.75, #c0df80), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #c0df80 25%, transparent 25%,
          transparent 50%, #c0df80 50%, #c0df80 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #c0df80 25%, transparent 25%,
          transparent 50%, #c0df80 50%, #c0df80 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #c0df80 25%, transparent 25%,
          transparent 50%, #c0df80 50%, #c0df80 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #c0df80 25%, transparent 25%,
          transparent 50%, #c0df80 50%, #c0df80 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #c0df80 25%, transparent 25%,
          transparent 50%, #c0df80 50%, #c0df80 75%,
          transparent 75%, transparent);
}
.bgc-stgray {
-webkit-background-size: 4px 4px;
-moz-background-size: 4px 4px;
background-size: 4px 4px;
background-color: #fff;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ddd), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ddd),
            color-stop(.75, #ddd), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ddd 25%, transparent 25%,
          transparent 50%, #ddd 50%, #ddd 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ddd 25%, transparent 25%,
          transparent 50%, #ddd 50%, #ddd 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ddd 25%, transparent 25%,
          transparent 50%, #ddd 50%, #ddd 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ddd 25%, transparent 25%,
          transparent 50%, #ddd 50%, #ddd 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ddd 25%, transparent 25%,
          transparent 50%, #ddd 50%, #ddd 75%,
          transparent 75%, transparent);
}

.bgc-level0 {
	border-top: solid 1px #9CD7F7;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe00.gif);
}
.bgc-level1 {
	border-top: solid 1px #e983a4;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe01.gif);
}
.bgc-level2 {
	border-top: solid 1px #e45263;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe02.gif);
}
.bgc-level3 {
	border-top: solid 1px #F2BD47;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe03.gif);
}
.bgc-level4 {
	border-top: solid 1px #ADCF47;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}
.bgc-level5 {
	border-top: solid 1px #193d8c;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe05.gif);
}

/*----- レベル・ストライプ -----*/
.bgc-l0 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe00.gif);
}
.bgc-l1 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe01.gif);
}
.bgc-l2 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe02.gif);
}
.bgc-l3 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe03.gif);
}
.bgc-l4 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}
.bgc-l5 {
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe05.gif);
}


/*--------------------------------------------------------------
# ボックスシャドウ
--------------------------------------------------------------*/
/*.shadow {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}*/
.shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


/*--------------------------------------------------------------
# オーディオプレーヤー
--------------------------------------------------------------*/
.mejs-container .mejs-controls {
    background: #555!important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #8d8d8d!important;
}


/*================================================ Components ================================================*/



/*--------------------------------------------------------------
# カルーセル
--------------------------------------------------------------*/
/*----- インディケーター・まる-----*/
ol.carousel-indicators {
	flex-wrap: wrap;
    margin: 0 20px 1rem 20px;
}
.carousel-indicators li {
    max-width: 12px;
    min-width: 12px;
    height: 12px;
    margin-right: 9px;
    margin-left: 9px;
	margin-bottom: 18px;
    border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.3);
}
.carousel-indicators .active {
	background-color: rgba(51, 51, 51, 0.6);
}
/*----- インディケーター・やじるし-----*/
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-image: none;
    width: 3rem;
    height: 3rem;
}
.carousel-control-next-icon::before {
	content: '\f054';
}
.carousel-control-prev-icon::before {
	content: '\f053';
}
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
	margin-top: 0;
	font-family: FontAwesome;
	font-size: 1.3125rem;
	color: #fff;
    background-color: rgba(51, 51, 51, 0.3);
	border: solid 2px #fff;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
	font-size: 1rem;
    width: 2rem;
    height: 2rem;
}
}
/*----- インディケータ・スマホ-----*/
@media only screen and (max-width: 575px) {
ol.carousel-indicators {
    margin-bottom: 0.5rem;
}
.carousel-indicators li {
    max-width: 9px;
    min-width: 9px;
    height: 9px;
    margin-right: 4.5px;
    margin-left: 4.5px;
	margin-bottom: 9px;
}
}
/*----- カルーセル・Look inside -----*/
.carousel-look-inside {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 1rem;
	width: auto;
}
.carousel-look-inside .carousel-item {
    padding: 1rem;
}
.carousel-look-inside img {
    margin: auto;
    max-width: 100%;
    max-height: 75vh;
    box-shadow: 0 0 0 0.75pt #d1d1d1, 0 0 3pt 0.75pt #ccc;
    position: relative;
}
@media only screen and (max-width: 575px) {
.carousel-look-inside img {
    max-width: calc(100% - 40px);
}
}


/*--------------------------------------------------------------
# カード表示
--------------------------------------------------------------*/
.tdk-card {
	display: flex;
	flex-direction: column;
	border: solid 1px #ccc;
	padding: 2.25rem;
	height: 100%;
	background-color: #fff;
}
.tdk-card h2, .tdk-card h3, .tdk-card h4 {
	margin-bottom: 1.5rem;
}
.tdk-card .tdk-card-btn {
	margin-top: auto;
	font-size: 1rem;
	font-weight: bold;
}



/*--------------------------------------------------------------
# ブックリスト・ビデオリスト
--------------------------------------------------------------*/
/*----- tdkbl -----*/
.tdkbl-wrap,
.tdkvl-wrap {
	margin-bottom: 2rem;
	font-size: 1rem;
}
.tdkbl-wrap dl {
	display: flex;
	flex-direction: column;
}
.tdkbl-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	margin-bottom: 0.5em; 
	order: -1;
}
.tdkbl-thumb img {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	max-width: 85%;
	max-height: 150px;
}
.tdkvl-wrap .embed-responsive {
	margin-bottom: 1rem; 
}
.tdkbl-title,
.tdkvl-title {
	margin-bottom: 1rem;
	line-height: 1.35;
	
}
.tdkbl-detail ul,
.tdkvl-detail ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	font-size: 0.75rem;
	line-height: 1.6;
	color: #888;
}
.tdkbl-desc,
.tdkvl-desc {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.tdkbl-btn {
    display: flex;
	flex-wrap: wrap;
	margin: 0.5rem -2px 0 -2px;
}
.tdkbl-btn .btn{
	display: block;
	margin: 2px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
    color: #333;
	font-size: 0.875rem;
    border-color: rgba(0,0,0,.1);
    border-radius: 1px;
	background-color: #fff;
}
.tdkbl-btn .btn:hover {
    border-color: #333;
}
/*----- tdkbl2 -----*/
.tdkbl2-thumb img {
	margin-bottom: 1rem;
}
.tdkbl2-thumb2 {
	display: flex;
	justify-content: flex-start;
	margin: 0 -1rem;
}
@media only screen and (max-width: 575px) {
.tdkbl2-thumb2 {
	justify-content: space-around;
	margin: 0;
}
}
.tdkbl2-thumb2 img {
	height: 120px;
	margin: 0 1rem 2rem 1rem;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
@media only screen and (max-width: 374px) {
.tdkbl2-thumb2 img {
	height: 90px;
}
}
.tdkbl2-wrap dl {
	margin-bottom: 0;
	line-height: 2.25;
}
dt.tdkbl2-title {
	font-size: 1.3125rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 575px) {
dt.tdkbl2-title {
	font-size: 1.3125rem;
}
}
dd.tdkbl2-desc {
	margin-bottom: 0.5rem;
}
.tdkbl2-links ul,
.tdkbl2-notes ul {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 1rem;
}
.tdkbl2-links ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5rem;
	margin-right: -3rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.tdkbl2-links ul li {
	padding-right: 3rem;
}
.tdkbl2-links ul i {
	padding-right: 0.5rem;
}
dd.tdkbl2-notes {
	border-top: dotted 1px #ccc;
}
.tdkbl2-notes ul {
	margin-right: -2rem;
	padding: 0.75rem 0 0 1.125rem;
	font-size: 0.875rem;
	line-height: 1.6;
}
.tdkbl2-notes ul li {
	display: inline-block;
	margin-right: 2rem;
}
.tdkbl2-notes ul li::before {
	margin-left: -1.125rem;
	padding-right: 0.25rem;
	content: "◯";
}



/*--------------------------------------------------------------
# ナビゲーション・ナブバー
--------------------------------------------------------------*/
/* ヘッダ */
header#masthead {
    background-color: #fff;
    border-bottom: none;
    box-shadow: none;
	padding: 0 30px;
}
@media only screen and (max-width: 575px) {
header#masthead {
	padding: 0 20px;
}
}
#masthead nav {
	padding: 1rem 0;
}

/* ロゴ */
.navbar-brand {
    padding: 0;
	font-size: 0;
}
.navbar-brand a {
	font-size: 0;
}
.navbar-brand img {
    height: 32px;
}
@media only screen and (max-width: 575px) {
.navbar-brand img {
    height: 27px;
}
.navbar-toggler {
    padding: 0;
}
}
/* メニュ */
#masthead .navbar-nav > li > a,
#masthead .navbar-nav > li > a:hover,
#masthead .navbar-nav > li.current_page_item > a {
    color: #333333;
    padding: 0.25rem 1.25rem;
    font-weight: bold;
	font-size: 1rem;
	line-height: 2.5;
}
/* #masthead .navbar-nav > li:last-child > a:after {  言語選択 ▼  -----------------------------------------------------------------------------------------------------------------------------fix
    content: " ";
}
*/
/*#masthead .navbar-nav > li:last-child::after {  言語選択左　タテ棒  -----------------------------------------------------------------------------------------------------------------------------fix
	content: ' ';
	border-left: solid 1px rgba(0,0,0,.2);
	margin-left: 1.5rem;
	padding-left: 1.25rem;
}
*/
/* 
#masthead .navbar-nav > li:last-child > a { 言語選択左　地球アイコン -----------------------------------------------------------------------------------------------------------------------------fix
	display: inline-block;
}
#masthead .navbar-nav > li:last-child > a::before {
	margin-right: 0.5rem;
	font-family: FontAwesome;
	font-size: 1rem;
	font-weight: normal;
	content: '\f0ac';
	color: #888;
}
*/
#masthead .dropdown-toggle::after { /* ドロップダウン */
    content: none;
} 
#masthead .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
}
#masthead .navbar-nav > li > .dropdown-menu {
    top: 3rem;
    width: 19rem;
    margin-top: 0;
	margin-left: 1.125rem;
    padding: 0 0 0.5rem 0;
    border: none;
    border-radius: 0;
}
#masthead .navbar-nav > li > .dropdown-menu li { /* ドロップダウン内 */
	display: flex;
	margin-bottom: 0.3rem;
}
#masthead .navbar-nav > li > .dropdown-menu li::before {
	font-family: FontAwesome;
	content: '\f105';
	width: 38px;
	padding-left: 1rem;
	font-size:1rem;
	line-height: 2.5;
}
#masthead .navbar-nav > li:nth-child(2) > .dropdown-menu li:nth-last-child(-n+4)::before { /* 本をさがす サジェスト系のみアイコン変更 */
	content: '\f08d';
	color: #2ea300;
}
#masthead .navbar-nav > li > .dropdown-menu .dropdown-item {
    padding: 0;
	font-size: 1rem;
	font-weight: bold;
    line-height: 2.5;
    color: #333;
}
#masthead .navbar-nav > li:nth-child(2) > .dropdown-menu li:nth-last-child(-n+4) .dropdown-item { /* 本をさがす サジェスト系のみ色変更 */
    color: #2ea300;
}
#masthead .navbar-nav > li > .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
	background-color: transparent;
}
/* #masthead .navbar-nav > li:last-child > .dropdown-menu li::before { 言語ドロップダウン内 ----------------------------------------------------------------------------------fix
	content:none;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu {
	margin-left: 24px;
	background-color: #f7f7f7;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu .dropdown-item {
    padding: 0 61px;
}
*/
/* スマホメニュ */
.navbar-toggler { /* ハンバーガーメニュ */
	margin-left: auto;
	padding: 0;
	border: none;
}
.navbar-toggler-icon {
	width: 32px;
	height: 32px;
}
.navbar-toggler-icon::before {
	display: block;
	background-color: #ddd;
	border-radius: 1000px;
	width: 32px;
	height: 32px;
	font-family: FontAwesome;
	font-size: 1.125rem;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	content: '\f0c9';
	color: #fff;
}
@media only screen and (max-width: 575px) { /* ハンバーガーメニュ小 */
.navbar-toggler-icon {
	width: 27px;
	height: 27px;
}
.navbar-toggler-icon::before {
	width: 27px;
	height: 27px;
	font-size: 1rem;
	line-height: 27px;
}
}
@media only screen and (max-width: 1199px) { /* スマホドロップダウン */
#masthead .navbar-nav {
	margin-top: 1.5rem;
}
#masthead .navbar-nav > li {
    margin-bottom: 0.5rem;
}
#masthead .navbar-nav > li > .dropdown-menu,
#masthead .navbar-nav > li:hover > .dropdown-menu {
	display: block;
    width: 100%;
	box-shadow: none;
}
#masthead .navbar-nav > li > .dropdown-menu {
	margin-left: 0;
	background-color: transparent;
}
#masthead .navbar-nav > li > .dropdown-menu {
    padding: 0.5rem 0 1rem 0;
}
#masthead .navbar-nav > li  > a {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 0.75rem;
}
#masthead .navbar-nav > li > a,
#masthead .navbar-nav > li > a:hover {
	padding: 0;
	font-size: 1.125rem;
}
/* #masthead ul.navbar-nav { スマホ言語メニュ ------------------------------------------------------------------------------------------------------------------fix
    display: flex;
}
#masthead ul.navbar-nav > li:last-child {
    order: -1;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
#masthead .navbar-nav > li:last-child::before {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
#masthead .navbar-nav > li:last-child > a:after {
    content: none;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu {
	margin-top: -40px;
	margin-left: 4rem;
	background-color: transparent;
	display: flex;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu li {
    display: flex ;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu .dropdown-item {
    padding: 0;
}
#masthead .navbar-nav > li:last-child > .dropdown-menu > li::before {
    content: '／';
	color: #888;
    padding: 0 0.75rem;
}
*/
}
@media screen and (min-width:766px) and ( max-width:1199px) { /* スマホメニュ横並び md-lg */
#masthead .navbar-nav {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	padding: 0 24px 0.5rem 24px;
}
#masthead .navbar-nav > li {
	margin-left: 1rem;
	margin-right: 1rem;
}
#masthead .navbar-nav > li {
	width: calc(33% - 2rem);
	margin-bottom: 1.5rem;
}
}
@media screen and (min-width:766px) and ( max-width:991px) { /* スマホメニュ横並び sm */
#masthead .navbar-nav > li {
	min-width: calc(49% - 2rem);
}
}
/* 言語スイッチャー */
.globalnav-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.globalnav-lang select {
    border: none;
    font-size: 1rem;
    font-weight: bold;
    color: inherit;
	margin-right: -0.75rem;
	padding: 0 0.75rem 0 1.5rem;
	background-color: transparent;
}
.globalnav-lang select:hover {
    cursor: pointer;
}
.globalnav-lang::before {
	border-left: solid 1px rgba(0,0,0,.2);
	font-family: FontAwesome;
	font-size: 1.125rem;
	font-weight: normal;
	content: '\f107';
	color: #888;
    margin-left: 1.25rem;
	margin-right: -1.75rem;
	padding-left: 2rem;
}
@media screen and ( max-width:1199px) {
.globalnav-lang::before {
	border: none;
    margin-left: 0;
	padding-left: 0.75rem;
}
}
@media screen and ( min-width:1200px) {
.globalnav-lang {
    order: 100;
}
.globalnav-lang::before {
	content: '\f0ac';
	margin-right: -1.5rem;
}
}


/*--------------------------------------------------------------
# ナビゲーション・フッター
--------------------------------------------------------------*/
footer#colophon,
#footer-widget {
    background-color: #f7f7f7;
}
#footer-widget.border,
#footer-widget .border {
    border: none!important;	
}
footer#colophon {
	font-size: 0.75rem;
	color: #333;
	margin-top: -2rem;
}
.footer nav {
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -15px;
}
.footer .footer-groupe {
	margin: 0 15px 1.5rem 15px;
	padding-top: 2.15rem;
	width: calc(20% - 30px);
}
.footer .footer-groupe.fg-langnav {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
}
.footer .footer-groupe.fg-langnav li {
	display: inline-block;
	margin-right: 1rem;
	margin-bottom: 0;
}
.footer .footer-groupe.fg-npo {
	margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
.footer .footer-groupe {
	width: calc(25% - 30px);
}
.footer .footer-groupe.fg-npo {
	width: calc(100% - 30px);
}
.footer-groupe .fg-npo-detail br {
    display: none;
}
}
@media only screen and (max-width: 767px) {
.footer .footer-groupe {
	width: calc(50% - 30px);
}
.footer .footer-groupe.fg-npo {
	width: calc(100% - 30px);
}
}
@media only screen and (max-width: 575px) {
.footer .footer-groupe {
	width: calc(100% - 30px);
	border-top: solid 1px #ddd;
}
}
.footer-groupe h3 {
    font-size: 1.125rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.footer-groupe ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
    font-size: 1rem;
	line-height: 1.5;
}
.footer-groupe li {
	margin-bottom: 0.65rem;
}
.footer-groupe li a {
	color: #333;
}
.footer-groupe hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.footer-groupe.fg-npo h3 {
    font-size: 1.3125rem;
	margin-top: -3px;
}
.fg-npo-wrap {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.footer-groupe .fg-npo-detail {
    font-size: 0.875rem;
	margin-bottom: 1.5rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.footer-groupe .fg-npo-detail li {
    line-height: 1.5;
	margin-bottom: 0.35rem;
}
.footer-groupe .fg-npo-aboutus {
	margin-bottom: 1.5rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.footer-groupe .fg-npo-aboutus i {
    width: 1rem;
}
.footer-groupe .fg-npo-sns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.footer-groupe .fg-npo-sns a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.625rem;
	line-height: 1;
	text-align: center;
}
.footer-groupe .fg-npo-sns a:hover {
	text-decoration: none;
}
.footer-groupe .fg-npo-sns i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	font-size: 1.125rem;
	background-color: #797979;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1199px) {
.footer .footer-groupe.fg-npo {
	border-top: solid 1px #333;
}
.footer-groupe .fg-npo-detail {
	width: 50%;
}
.footer-groupe .fg-npo-aboutus,
	.footer-groupe .fg-npo-sns {
	width: 25%;
}
}
@media only screen and (max-width: 767px) {
.footer-groupe .fg-npo-detail,
.footer-groupe .fg-npo-aboutus {
	width: 50%;
}
.footer-groupe .fg-npo-sns {
	width: 100%;
}
.footer-groupe .fg-npo-sns {
	justify-content: space-around;
}
}
@media only screen and (max-width: 575px) {
.footer-groupe .fg-npo-detail,
.footer-groupe .fg-npo-aboutus {
	width: 100%;
}
.footer .footer-groupe.fg-langnav {
	border: none;
}
}
/*--- 英語版調整 ---*/
.english.footer .footer-groupe {
	width: calc(25% - 30px);
}
.english.footer .footer-groupe.fg-langnav {
	width: 100%;
}
@media only screen and (max-width: 991px) {
.english.footer .footer-groupe {
	width: calc(33.3% - 30px);
}
.english.footer .footer-groupe.fg-npo {
	width: calc(100% - 30px);
}
.english.footer-groupe .fg-npo-detail br {
    display: none;
}
}
@media only screen and (max-width: 767px) {
.english.footer .footer-groupe {
	width: calc(100% - 30px);
	border-top: solid 1px #ddd;
}
.english.footer .footer-groupe.fg-npo {
	width: calc(100% - 30px);
}
.english.footer .footer-groupe.fg-langnav {
	border: none;
}
}
.english.footer .footer-groupe.fg-npo {
	border-top: none;
}
.english .footer-groupe .fg-npo-detail {
	width: 100%;
}
.english .footer-groupe .fg-npo-aboutus,
.english .footer-groupe .fg-npo-sns {
	width: 100%;
}
@media only screen and (max-width: 991px) {
.english.footer .footer-groupe.fg-npo {
	border-top: solid 1px #333;
}
.english .footer-groupe .fg-npo-detail {
	width: 50%;
}
.english .footer-groupe .fg-npo-aboutus,
.english .footer-groupe .fg-npo-sns {
	width: 25%;
}
}
@media only screen and (max-width: 767px) {
.english .footer-groupe .fg-npo-detail,
.english .footer-groupe .fg-npo-aboutus {
	width: 50%;
}
.english .footer-groupe .fg-npo-sns {
	width: 100%;
}
}
@media only screen and (max-width: 575px) {
.english .footer-groupe .fg-npo-detail,
.english .footer-groupe .fg-npo-aboutus {
	width: 100%;
}
}




/*--------------------------------------------------------------
# ナビゲーション・言語切り替え
--------------------------------------------------------------*/
nav.nav-lang ul {
    margin-top: -2rem;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
	display: flex;
	justify-content: flex-end;
    font-size: 1rem;
	font-weight: bold;
	line-height: 1rem;
}
nav.nav-lang li:after {
    content: "/";
    margin: 0 0.5rem;
	font-weight: normal;
}
nav.nav-lang li:last-child:after {
    content: none;
}


/*--------------------------------------------------------------
# ナビゲーション・レベルメニュー
--------------------------------------------------------------*/
.nav-levels2 ul {
	list-style: none;
	padding-left: 0;
	margin: 3px;
}
.nav-levels2 li {
	padding: 3px;
}
.nav-levels2 a {
	display: block;
	line-height: 1;
	padding: 0.75rem 0.25rem;
}


/*--------------------------------------------------------------
# ナビゲーション・ページネーション
--------------------------------------------------------------*/
nav.suggest-pages {
	margin-bottom: 6rem;
	padding: 0.5rem 0;
	border: solid 1px rgba(0,0,0,.2);
	border-radius: 0.25rem;
}
@media (max-width: 767px) {
nav.suggest-pages {
	padding: 0;
	border: none;
	border-top: solid 1px rgba(0,0,0,.2);
	border-radius: 0;
}	
}
@media (max-width: 575px) {
nav.suggest-pages {
	margin-bottom: 4rem;
}	
}
.suggest-pages ul {
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.suggest-pages li {
	flex: 1;
	border-right: solid 1px rgba(0,0,0,.2);
}
@media (max-width: 767px) {
.suggest-pages li {
	flex: 100%;
	border-right: none;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
}
.suggest-pages li:last-child {
	border-right: none;
}
.suggest-pages li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	color: inherit;
}
@media (max-width: 767px) {
.suggest-pages li a {
	padding: 1.5rem 0;
}
}
/*-- ボーダーグリーン --*/
nav.suggest-pages.sp-green,
.suggest-pages.sp-green li {
	border-color: #81c001!important;
}


/*--------------------------------------------------------------
# 申し込みフォーム一般
 --------------------------------------------------------------*/
input {
	-webkit-tap-highlight-color: rgba(97, 97, 97, 0.2);
}
.form-control {
	border-radius: 0;
}
.tdk-contactform label,
.tdk-contactform .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.tdk-contactform span.wpcf7-list-item {
    display: block;
}
.tdk-contactform .wpcf7-acceptance {
	display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.6;
}
.tdk-contactform .wpcf7-submit {
	display: block;
	margin: 0 auto;
}
.tdk-contactform .wpcf7-response-output {
	margin-top: 0;
}
span.wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 1rem;
}
.tdk-contactform .wpcf7-response-output.wpcf7-validation-errors,
.tdk-contactform .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    padding: 1rem 2rem;
	margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
}
.tdk-contactform .wpcf7-response-output.wpcf7-validation-errors {
    color: #dc3545;
    border: 3px solid #dc3545;
}
.tdk-contactform .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #28a745;
    border: 3px solid #28a745;
}

/* recaptcha ロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
# リライト講座申し込みフォーム
# オンライン多読授業入門講座申し込みフォーム
 --------------------------------------------------------------*/
.rewriting-courses-form iframe {
	border: none;
}
/*-- 日付呼び出し一般（ラジオボタン消し、太字） ---*/
.rewriting-courses-date-wrap input[type="radio"] {
	display: none;
}
.rewriting-courses-date-wrap span {
	margin: 0;
	font-weight: bold;
}
/*-- 教師・支援者トップ用 ---*/
.ft-top-rewritedate span.wpcf7-list-item {
	display: block;
	font-size: 1rem!important;
	line-height: 1.6;
}
/*-- new 日付呼び出し一般（ラジオボタン消し） ---*/
.datewrap span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.datewrap input[type="radio"] {
    display: none;
} 

/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/
.btn {
    border-radius: 0;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	line-height: 1.5!important;
}
.btn-b {
	border-width: 2px;
}
.btn-r {/*角丸はすべてこのクラスに変更すること*/
	border-radius: 3rem;
}
.btn-r1rem {
	border-radius: 1.125rem;
}
.btn-r1125rem {
	border-radius: 1.19375rem;
}
.btn-primary {
    background-color: #81c001;
    border-color: #81c001;
    text-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #81c001;
    border-color: #81c001;
}
.btn-outline-primary {
    color: #2ea300;
    border-color: #2ea300;
	font-weight: bold;
}
.btn-gray,
.bs-wrap .btn-primary/*本の検索*/ {
    color: #fff;
    background-color: #555;
    border-color: #555;
}
.btn-gray:hover,
.bs-wrap .btn-primary:hover/*本の検索*/ {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}
.btn-outline-gray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333;
}
.btn-outline-gray:hover {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}
.btn-gray2 {
    color: #555;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.btn-outline-gray2 {
    color: #555;
    background-color: transparent;
    background-image: none;
    border-color: #7a7a7a;
}
.btn-gray2:hover,
.btn-outline-gray2:hover {
	color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}


/*--------------------------------------------------------------
モーダル　bootstrap modal
--------------------------------------------------------------*/
.tdk-modal-btn{
    border: none;
    padding: 0.5rem;
    background-color: transparent;
    color: inherit;
	font-size: inherit;
	line-height: 1;
}
.tdk-modal h3 {
	font-size: 1.125rem;
	margin-bottom: 0;
}
.tdk-modal .modal-footer {
	justify-content: center;
}
.tdk-modal .modal-footer button span:last-child {
	font-size: 1rem;
	margin-left: 0.5rem;
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
/*----- 知らせてください -----*/
ul.tt-btn {
    list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.35;
}
ul.tt-btn li {
    width: 75px;
	margin-bottom: 1rem;
}
.tt-btn a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #81c001;
}
.tt-btn a:hover {
	text-decoration: none;
	color: #0056b3;
}
.tt-btn i {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 0.25rem;
}

/*----- CTA card -----*/
.cta-card1, .cta-card2 {
	display: flex;
	flex-direction: column;
	padding: 2.25rem;
	height: 100%;
	background-color: #fff;
}
.cta-card1 {
	border: solid 1px #ddd;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
.cta-card1 h2, .cta-card1 h3, .cta-card1 h4,
.cta-card2 h2, .cta-card2 h3, .cta-card2 h4 {
	margin-bottom: 1.5rem;
}
.cta-card1 p {
	font-size: 1rem;
	line-height: 2.25;
	margin-bottom: 1.5rem;
}
.cta-card2 p {
	margin-bottom: 1.5rem;
}
.cta-card2-date,
.cta-card2-note {
	font-size: 1rem;
}
.cta-card2 p.cta-card2-date {
	margin-bottom: 0;
}

.cta-card2 {
	border: solid 1px #81c001;
    position: relative;
	box-shadow: -3px 3px 5px -1px rgba(0,0,0,.1);
}
.cta-card2::after {
    position: absolute;
    content: '';
    right: -1px;
    top: -1px;
    border-width: 0 2rem 2rem 0;
    border-style: solid;
    border-color: #81c001 #eee #81c001;
}
.cta-card2w::after {
    border-color: #81c001 #fff #81c001;
}
.cta-card-a,
.cta-card-btn {
	margin-top: auto;
	margin-right: auto;
	font-size: 1rem;
}
.cta-card-a {
	font-weight: bold;
}
.cta-card-badge {
	margin-top: -1rem;
	margin-bottom: 1rem;
	margin-right: auto;
	padding: 0 6px;
	background-color: #f2f2f2;
	border: solid 4px #f2f2f2;
	border-radius: 1.5rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #888;
	
}


/*--------------------------------------------------------------
# simple calendar
--------------------------------------------------------------*/
/* ブロック表示 */
.cal .post-edit-link,
.cal .simcal-align-right {
	display: none;
}
.cal ul.simcal-events {
	padding-left: 0;
	margin-bottom: 0;
}
.cal ul.simcal-events li {
	list-style: none;
}
.cal div,
.cal ul {
	display: inline;
}
.cal li {
	width: fit-content;
}

/* インライン表示 */
.cal-inline * {
	display: inline;
	color: transparent;
}
.cal-inline .post-edit-link,
.cal-inline .simcal-align-right {
	display: none;
}
.cal-inline ul.simcal-events {
	padding-left: 0;
	margin-bottom: 0;
}
.cal-inline ul.simcal-events li {
	list-style: none;
}
.cal-inline .simcal-day-has-events {
    margin-right: -1.5em; 
}
.cal-inline .simcal-day-has-events:not(:first-child) .simcal-event::before {
    content: '、';
    color: #333;
}
.cal-inline .simcal-event-start-date {
	color: #333;
}
.cal-inline .simcal-event-start-time,
.cal-inline .simcal-event-start-time ~ * {
	display: none;
}

/*================================================ Pages ================================================*/



/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
/*----- 教師・支援者の方はこちら -----*/
.top-btntoteachers a {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1rem;
    right: 0;
    z-index: 100;
    width: 115px;
    height: 115px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,0.2);
	background-color: #81c001;
    border-radius: 50%;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media only screen and (max-width: 991px) {
.top-btntoteachers a {
	margin-right: 15px;
}
}
@media only screen and (max-width: 575px) {
.top-btntoteachers a {
	margin-right: -5px;
    bottom: calc(-40px - 1rem);
}
}
.top-btntoteachers a:hover {
	background-color: #0069d9;
	text-decoration: none;
}
/*----- ジャンボトロン -----*/
.row.top-jumbotron-wrap {
	margin-top: -2rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
.top-jumbotron-wrap .carousel {
	margin-left: calc(-50vw + 50% + 25px);
	margin-right: calc(-50vw + 50% + 25px);
}
}
@media only screen and (max-width: 575px) {
.row.top-jumbotron-wrap {
	background-color: #f7f7f7;
	background: url(https://tadoku.org/japanese/wp-content/uploads/top-background4k.jpg);
	background-size: 1200px auto;
	margin: -3.7rem -35px 4rem -35px;
	padding: 2.5rem 1.5rem;
}
}
.top-jumbotron-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 0 -10px;
	height: 370px;
}
@media only screen and (max-width: 1199px) {
.top-jumbotron-item {
	height: 315px;
}
}
@media only screen and (max-width: 767px) {
.top-jumbotron-item {
	height: 256px;
}
}
@media only screen and (max-width: 575px) {
.top-jumbotron-item {
	background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
	margin: 0 -5px;
	padding: 1.5rem;
	height: 256px;
}
}
.top-jumbotron-item img {
	margin: 10px;
}
.top-jti1 img {
	margin: 0;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 575px) {
.top-jti1 img {
	margin: 10px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
}
.top-jti2 img {
	height: 270px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
.top-jti3 img {
	height: 120px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
@media only screen and (max-width: 991px) {
.top-jti2 img {
	height: 210px;
}
}
@media only screen and (max-width: 767px) {
.top-jti2 img {
	height: 150px;
}
.top-jti3 img {
	height: 90px;
}
}
@media only screen and (max-width: 575px) {
.top-jumbotron-item img {
	margin: 5px;
}
.top-jumbotron-item.top-jti1 img {
	width: auto;
	height: 135px;
}
.top-jti2 img {
	height: 135px;
}
.top-jti3 img {
	height: 60px;
}
}
/* ジャンボトロン　矢印 */
.top-jumbotron-wrap .carousel-control-prev,
.top-jumbotron-wrap .carousel-control-next {
	width: 0;
}
/* ジャンボトロン　インディケーター */
.top-jumbotron-wrap .carousel-indicators li {
	margin-bottom: 0;
}
/* 書籍日本語多読 */
.top-jti-nihongotadoku-sm { 
	margin: 0!important;
	max-height: calc(256px - 3rem);
}


/*----- お知らせ -----*/
.top-info {
	display: table;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 6px;
	margin-bottom: 2rem;
	padding: 0.5rem 3.375rem 0.75rem 3.375rem;
	font-size: 0.875rem;
	line-height: 1.6;
}
@media only screen and (max-width: 575px) {
.top-info {
	padding: 0.5rem 1.125rem;
	margin-top: -2rem;
	margin-bottom: 4rem;
}
}
.top-info dt {
	display: table-cell;
	width: 4rem;
}
.top-info dd {
	display: table;
	padding-left: 2.625rem;
	color: #888;
}
@media only screen and (max-width: 575px) {
.top-info dd {
	padding-left: 1.75rem;
}
}
.top-info dd:before {
	color: #888;
	margin-left: -0.875rem;
	font-size: 0.875rem;
	content: '・';
}
.top-info a {
	color: #888;
	text-decoration: underline;
}
.top-info a:hover {
	color: #555;
}

/*----- 多読について -----*/
/*レイアウト*/
.top-tdk-header {
	margin-top: 2rem;
}
@media only screen and (max-width: 575px) {
.top-tdk-header {
	margin-top: 0;
}
}
.top-tdk-wrap {
	display: flex;
	flex-wrap: wrap;
	/*margin-left: -20px;*/
	/*margin-right: -20px;*/
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
.top-tdk-desc {
	width: 65%;
}
.top-tdk-menu {
	width: 35%;
}
@media only screen and (max-width: 991px) {
.top-tdk-desc, .top-tdk-menu {
	width: 100%;
}
}
@media only screen and (max-width: 575px) {
.top-tdk-wrap {
	margin-left: 0;
	margin-right: 0;
    box-shadow: none;
}
}
/*背景*/
.top-tdk-wrap {
    position: relative;
}
.top-tdk-wrap::before {
    content: "";
    position: absolute;
	bottom: -6rem;
	left: calc(-50vw + 50%);
	width: 100vw;
    height: 100%;
	z-index: -1;
    background: url(https://tadoku.org/japanese/wp-content/uploads/top-background4k.jpg);
	background-size: 1920px auto;
}
@media only screen and (max-width: 575px) {
.top-tdk-wrap::before {
    content: none;
}
}
/*背景色*/
.top-tdk-desc, .top-tdk-menu {
	background-color: #fafafa;
}
@media only screen and (max-width: 575px) {
.top-tdk-desc, .top-tdk-menu {
	background-color: #fff;
}
}
/*多読について*/
@media only screen and (max-width: 575px) {
.top-tdk-header h1 {
	padding-left: 20px;
	padding-right: 20px;
}
}
/*多読とは*/
.top-tdk-desc {
	padding: 3.375rem;
}
.top-tdk-desc h2 {
	margin-top: -1rem;
}
@media only screen and (max-width: 575px) {
.top-tdk-desc {
	padding: 0 20px 2.25rem 20px;
}
.top-tdk-desc h2 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
}
}
/*メニュー*/
.top-tdk-menu {
	padding: 3.375rem 3.375rem 3.375rem 0;
}
@media only screen and (max-width: 991px) {
.top-tdk-menu {
	margin-top: -1.125rem;
	padding-top: 0;
	padding-left: 3.375rem;
}
}
@media only screen and (max-width: 575px) {
.top-tdk-menu {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
}
}
.top-tdk-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -10px -10px;
	padding: 0;
	list-style: none;
}
.top-tdk-menu ul li {
	width: 100%;
	min-height: 85px;
	margin: 0 10px 10px 10px;
}
@media only screen and (max-width: 767px) {
.top-tdk-menu ul li {
	width: 100%;
}
}
.top-tdk-menu ul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 1rem 2rem;
	border: solid 1px #ddd;
	font-size: 1rem;
	font-weight: bold;
	background-color: #fff;
}
@media only screen and (max-width: 575px) {
.top-tdk-menu ul a {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
}
.top-tdk-menu ul a:hover {
	text-decoration: none;
	border-color: #0056b3;
}
.top-tdk-menu ul a i {
	font-size: 1.3125rem;
	color: #999;
}

/*----- 本をさがす -----*/
.top-books-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
	margin-top: 6rem;
}
@media only screen and (max-width: 575px) {
.top-books-header {
	margin-top: 0;
}
}
ul.top-books-wrap {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
li.top-books-item {
	margin: 0 10px 15px 10px;
}
li.top-books-item {
	width: calc(25% - 20px);
}
@media only screen and (max-width: 991px) {
li.top-books-item {
	width: calc(50% - 20px);
}
}
@media only screen and (max-width: 767px) {
li.top-books-item {
	width: calc(100% - 20px);
}
}
li.top-books-item-gr, 
li.top-books-item-friendly {
	width: 100%;
}
li.top-books-item a {
	display: flex;
	flex-direction: column;
	border: solid 1px #ccc;
	padding: 1.5rem;
	color: #333;
	line-height: 2.25;
	text-align: center;
	width: 100%;
	height: 100%;
}
li.top-books-item-gr a,
li.top-books-item-friendly a {
	padding: 3rem 1.5rem;
}
li.top-books-item a:hover {
	text-decoration: none;
	background-color: #fafafa;
	border: solid 1px #81c001;
}
.top-books-icon {
	order: 1;
}
.top-books-title {
	order: 2;
}
.top-books-desc {
	order: 3;
}
.top-books-item-gr .top-books-icon img {
	height: 5rem;
	margin: 0 0.25rem 1.5rem 0.25rem ;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
@media only screen and (max-width: 575px) {
.top-books-item-gr .top-books-icon img {
	height: 4rem;
	margin: 0 2px 1.5rem 2px ;
}
}
.top-books-icon i {
	font-size: 1.5rem;
	margin: 0 0.25rem;
	color: #555;
}
.top-books-item-friendly .top-books-icon i {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}
.top-books-title {
	font-size: 1rem;
	font-weight: bold;
	margin: auto 0;
}
.top-books-item-gr .top-books-title,
.top-books-item-friendly .top-books-title {
	font-size: 1.125rem;
}
.top-books-desc {
	font-size: 1rem;
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
.top-books-desc {
	text-align: left;
}
}
/*特集*/
li.top-books-item2 .top-books-title,
.top-books-item2 .top-books-icon i {
	color: #2ea300;
}
li.top-books-item2 a {
	border-color: #2ea300;
	border-top-left-radius: 1.3125rem;
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
li.top-books-item2 a:hover {
	text-decoration: none;
	border-color: #2ea300;
	background-image: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}

/*----- 本をつくる -----*/
.top-writer-wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #f7f7f7;
	border: solid 1px #eee;
}
.top-writer-content {
	order: 1;
	width: 50%;
	padding: 3.375rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.top-writer-content {
	padding: 2rem;
}
}
@media only screen and (max-width: 991px) {
.top-writer-content {
	order: 2;
	width: 100%;
}
}
@media only screen and (max-width: 575px) {
.top-writer-content {
	padding: 2.25rem 20px;
}
}
.top-writer-img {
	order: 2;
	width: 50%;
}
@media only screen and (max-width: 991px) {
.top-writer-img {
	order: 1;
	width: 100%;
}
}
.top-writer-title {
	font-size: 1.3125rem;
	text-align: center;
}
@media only screen and (max-width: 575px) {
.top-writer-title {
	font-size: 1.125rem;
}
}
p.top-writer-desc {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
p.top-writer-desc {
	text-align: left;
}
}

ul.top-writer-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.5rem -0.5rem -1.5rem;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
ul.top-writer-menu li {
	margin: 0.5rem 1.5rem;
}
@media only screen and (max-width: 575px) {
ul.top-writer-menu li {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
}
ul.top-writer-menu a:hover {
	text-decoration: none;
}

ul.top-writer-menu i {
	font-size: 1.125rem;
}



/*--------------------------------------------------------------
# 多読のはじめかた
--------------------------------------------------------------*/
.what-is-tadoku section {
	padding: 7rem 0 6rem 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
.what-is-tadoku section {
	padding: 5rem 0 4rem 0;
}
}
.what-is-tadoku h1 {
	font-size: 3rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
.what-is-tadoku h1 {
	font-size: 2.25rem;
	margin-top: 2rem;
}
}

/*
.what-is-tadoku h1, 
.what-is-tadoku h2 {
	position: relative;
	display: inline-block;
}
.what-is-tadoku h1:before, 
.what-is-tadoku h2:before {
	content: "";
	position: absolute;
	top: -10%;
	transform: rotate(-2deg);
	z-index: -1;
	width: 110%;
	height: 110%;
	left: -5%;
}
.what-is-tadoku h1:before {
	background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}
.what-is-tadoku h2:before {
	background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
}
*/
/*----- 見出しの装飾 -----*/
.what-is-tadoku .circle-lg, 
.what-is-tadoku .circle-sm {
	position: relative;
}
.what-is-tadoku .circle-lg:before, 
.what-is-tadoku .circle-lg2:before, 
.what-is-tadoku .circle-sm:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 70%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.what-is-tadoku .circle-lg2:before {
	top: 150%;
}
.what-is-tadoku .circle-lg:before,
.what-is-tadoku .circle-lg2:before {
	background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
	width: 500px;
	height: 500px;
	left: calc(-250px + 0.5em);
}
.what-is-tadoku .circle-sm:before {
	background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe04.gif);
	width: 150px;
	height: 150px;
	left: calc(-75px + 0.5em);
}
/*----- 4つのルール -----*/
.what-is-tadoku ol.ol-rules {
	background-color: #fafafa;
	padding: 3.375rem 3.375rem 3.375rem 10.875rem;
}
@media only screen and (max-width: 575px) {
.what-is-tadoku ol.ol-rules {
	margin-left: -20px;
	margin-right: -20px;
    padding-left: calc(4.5rem + 20px);
	padding-right: 20px;
}
}
.what-is-tadoku ol.ol-rules li:before {
    color: #81c001;
    border-color: #81c001;
}



/*--------------------------------------------------------------
# 本をさがす
--------------------------------------------------------------*/
.row.tm-materialtypes {
    border: solid 1px #ddd;
	border-radius: 0.25rem;
	padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
.row.tm-materialtypes {
	margin: 0 .1px;
	padding: 0 10px;
}
}
.row.tm-materialtypes>.col-12 {
	padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
.row.tm-materialtypes>.col-12 {
	padding: 1.5rem 10px;
}
}
@media only screen and (max-width: 575px) {
.row.tm-materialtypes>.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
}
.row.tm-materialtypes>.col-12:first-child {
    border-right: solid 1px #ddd;
}
@media only screen and (max-width: 767px) {
.row.tm-materialtypes>.col-12:first-child {
    border-right: none;
    border-bottom: solid 1px #ddd;
}
}
.row.tm-materialtypes h2 {
    font-size: 1.5rem;
}


/*--------------------------------------------------------------
# 学習者むけレベル別読み物
--------------------------------------------------------------*/
.gr-table {
	line-height: 1.6;
}
.gr-table th {
	background-color: #fafafa;
}
.gr-table thead th {
	min-width: 16rem;
	text-align: center;
	vertical-align: middle;
}
.gr-table thead th:last-child {
	min-width: 10rem;
}


/*--------------------------------------------------------------
# その他のレベル別よみもの
--------------------------------------------------------------*/
img.our-levels {
	height: 16px;
}


/*--------------------------------------------------------------
# 教師・支援者の方へ
--------------------------------------------------------------*/
/*----- タイトル -----*/
h1.ft-title small {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.35;
	color: #999;
}
/*----- トップ・タイルメニュー -----*/
ul.ft-menu {
	list-style: none;
	margin: -3rem -10px 2rem -10px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.ft-menu li {
	flex: 1;
	min-width:calc(25% - 20px);
	margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 767px) {
ul.ft-menu li {
	min-width:calc(50% - 20px);
}
}
ul.ft-menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	border: solid 1px #ddd;
    box-shadow: 0 1px 6px #ededee;
	padding: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	color: #333;
	height: 130px;
}
ul.ft-menu a:hover {
	text-decoration: none;
	border-color: #81c001;
}
.ft-menu-icon {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	color: #81c001;
}
.ft-menu-title {
	display: flex;
	align-items: center;
}
.ft-menu-titleno {
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}
/*----- トップ　日本語教師のための多読授業入門 -----*/
.ft-tdkbl-thumb.tdkbl-thumb {
    height: 225px;
}
.ft-tdkbl-thumb.tdkbl-thumb img {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	max-width: 85%;
	max-height: 225px;
}
@media only screen and (max-width: 575px) {
.ft-tdkbl-thumb.tdkbl-thumb {
    height: 150px;
}
.ft-tdkbl-thumb.tdkbl-thumb img {
	max-height: 150px;
}
}
/*----- トップ　tell us -----*/
.ft-top-tellus {
	text-align: center;
}
.ft-top-tellus h2 {
	text-align: center;
	margin-bottom: 3rem;
}
.ft-top-tellus p {
	font-weight: bold;
	text-align: center;
}
.ft-top-tellus i {
	font-size: 2rem;
	margin-bottom: 2rem;
}
/*----- トップ　follow us -----*/
.ft-followus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.ft-followus i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
.ft-followus p {
	margin-bottom: 3rem;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6;
}
a.ft-followus:hover {
	text-decoration: none;
}


/*----- サブメニュー -----*/
.row.ft-nav {
	margin: 0 -1000px 3rem -1000px;
	padding: 0.5rem 985px;
	border-bottom: solid 1px #ededee;
	background-color: #f7f7f7;
}
@media only screen and (max-width: 575px) {
.row.ft-nav {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
}
.ft-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	margin: 0 -1.25rem;
	padding-left: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 575px) {
.ft-nav ul {
	font-size: 0.875rem;
}
}
.ft-nav li {
	margin: 0.5rem 1.25rem;
}
.ft-nav a {
	display: block;
	padding: 0.5rem 0;
	color: #555;
}
.ft-nav a:hover {
	color: #007bff;
	text-decoration: none;
}
.ft-nav a.ft-nav-active {
	border-bottom: solid 2.5px #2ea300;
	color: #2ea300;
}
/*----- QA 頭文字 -----*/
span.dropcap-qa {
	display: inline-block;
    margin-right: 0.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 1;
}
/*----- ドロップキャップ -----*/
span.dropcap {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    float: left;
    line-height: 1;
}


/*--------------------------------------------------------------
# 日本語の多読向け読みものを作ろう
--------------------------------------------------------------*/
.fw-fig .fw-fig-item1 {
	width: calc(100% / 3 * 2 - 13.3px);
}
.fw-fig .fw-fig-item2 {
	width: calc(100% / 3 - 6.7px);
}
@media only screen and (max-width: 575px) {
.fw-fig .fw-fig-item1 {
	width: 100%;
}
.fw-fig .fw-fig-item2 {
	width: 50%;
}
}
.fw-fig figcaption {
	width: 100%;
}

/*--------------------------------------------------------------
# にほんごの本を読む会／オンライン日本語多読クラブ
 --------------------------------------------------------------*/
.japanese-book-reading-club h1 {
	font-size: 3rem;
}
@media only screen and (max-width: 575px) {
.japanese-book-reading-club h1 {
	font-size: 2.25rem;
}
}
/*----- 無料バッジ -----*/
.free-badge {
	display:inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	margin: 2rem 0.5rem;
	border-radius: 100%;
	font-size: 1rem;
	font-weight: bold;
}
/*----- 無料バッジ2 -----*/
.free-badge-lg {
	display:inline-block;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: solid 6px #fff;
	border-radius: 100%;
	box-sizing: content-box;
	font-size: 1.3125rem;
	font-weight: bold;
}



/*--------------------------------------------------------------
# 私たちについて
 --------------------------------------------------------------*/
ul.aboutus-logolist {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 3rem;
	font-size: 0;
}
.aboutus-logolist li:first-child {
	width: 460px;
}
.aboutus-logolist li {
	width: 210px;
	margin: 0 20px 2rem 20px;
}
@media only screen and (max-width: 575px) {
.aboutus-logolist li {
	width: 100%;
	margin: 0 0 1rem 0;
}
}
.aboutus-logolist a:hover {
	cursor: pointer;
}
.aboutus-logolist a img {
	height: 25px;
}
/*--------------------------------------------------------------
# 更新履歴
 --------------------------------------------------------------*/
.update-history {
	font-size: 1rem;
	line-height: 1.8;
}
.update-history h2 {
	margin-bottom: 1rem;
	padding-bottom: 0;
}
.update-history small {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}
.update-history p,
.update-history ul {
	margin-bottom: 1rem;
}
.update-history ul {
	padding-left: 2rem;
}
.update-history hr {
	margin: 2rem 0;
}


/*--------------------------------------------------------------
# レベルの目安
--------------------------------------------------------------*/
.table-levels table {
	font-size: 1rem;
	text-align: center;
	line-height: 1.35;
	min-width: 930px;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 0;
}
.table-levels .en {
	display: block;
	font-size: 0.75rem;
	line-height: 1.35;
}
.table-levels .table td,
.table-levels .table th {
    padding: 1.5rem .75rem;
}
.table-levels thead .en {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 3rem - 28px);
	margin-bottom: 0.5rem;
}
.table-levels thead th {
	vertical-align: top;
}
.table-levels thead img {
	width: 28px;
	margin: 0 0 0.5rem 0;
}
.table-levels tbody tr:nth-child(2) td {
	font-size: 1.125rem;
}
.table-levels tbody tr:first-child td,
.table-levels tbody tr:last-child td {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.65;
}
.level-modal .modal-content {
    background-color: #f7f7f7;
}
.level-modal .modal-header img {
    align-self: center;
	width: 28px;
	margin-right: 0.5rem;
}
.level-modal .modal-body img {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
/*--- 幅調整 ---*/
.table-levels tr {
	display: flex;
}
.table-levels tbody tr:nth-child(n + 2):not(:nth-child(n + 5)) td {
	display: flex;
	justify-content: center;
	align-items: center;
}
.table-levels td {
	flex: 1;
}
.table-levels thead th:nth-child(n+2) {
	flex: 1;
}
.table-levels thead th:first-child,
.table-levels tbody th {
	width: 115px;
}


/*--------------------------------------------------------------
# 注文申し込み
--------------------------------------------------------------*/
.to-stepswrap {
	background-color: #f7f7f7;
	margin-bottom: 1rem;
	padding: 1.5rem 3rem;
	display: flex;
	align-items: center;
}
@media (max-width: 575px) {
.to-stepswrap {
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.125rem 1.3125rem;
}
}
.to-stepswrap>i {
	display: block;
	font-size: 3rem;
	margin-right: 3rem;
	order: -1;
	color: #555;
}
@media (max-width: 575px) {
.to-stepswrap>i {
	font-size: 1.6875rem;
	margin: 0.5rem 0 0 0;
	order: 0;
}
}
.to-order-form h2 {
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	padding: 1rem 0;
	text-align: center;
}
.to-order-form h3 {
	border-left: solid 3px #333333;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
}
.to-cart,
.to-payment,
.to-delivery,
.to-shippingaddress {
	margin-bottom: 3rem;
}
.to-en {
	color: #999;
	font-size: 0.875rem;
}
.to-table table {
	line-height: 1.35;
}
.to-table thead {
	font-size: 0.875rem;
}
.to-table thead th {
	vertical-align: top;
}
@media (max-width: 575px) {
.to-table th,
.to-table td	{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
}
td.to-title a {
	display: flex;
	color: #333;
}
@media (max-width: 991px) {
td.to-title a {
	font-size: 1rem;
}
}
td.to-title a .to-thumb {
	flex: 0 0 35px;
	margin-right: .5rem;
}
td.to-title a img {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
td.to-price,
td.to-quantity {
    vertical-align: baseline;
}
.to-pricetax {
	font-weight: normal;
	font-size: 0.75rem;
}
@media (max-width: 575px) {
td.to-price {
	text-align: center;
}
}
.to-header p,
.to-payment p,
.to-delivery p,
.to-shippingaddress p {
    margin-bottom: 1rem;
    line-height: 1.47;
}
.to-header p .en,
.to-payment p .en,
.to-delivery p .en,
.to-shippingaddress p .en {
    display: block;
	font-size: 0.875rem;
    line-height: 1.35;
}
.to-payment .wpcf7-list-item,
.to-delivery .wpcf7-list-item {
    line-height: 1.35;
	margin-bottom: 1rem;
}
.to-payment .wpcf7-list-item {
	display: block;
}
.to-delivery p {
    font-size: 1rem;
}
	
/*--- 表のサイズ調整 ---*/
.to-table th,
.to-table td {
	padding: 0.5rem;
}
th.to-price,
td.to-price {
	width: 160px;
}
@media (max-width: 575px) {
th.to-price,
td.to-price {
	width: 90px;
}
}
th.to-quantity,
td.to-quantity {
	width: 90px;
}

/*--- 確認・戻る・注文ボタン ---*/
.to-confirm {
	text-align: center;
}
.to-confirm .btn {
    display: inline-block;
	margin: 0 0.5rem 2rem 0.5rem;
    padding: .5rem 1.5rem;
	width: auto;
}
@media (max-width: 575px) {
.to-confirm .btn {
    display: block;
	margin: 0.5rem auto;
}
}
.to-confirm .wpcf7c-btn-confirm,
.to-confirm .wpcf7-submit{
    color: #fff;
    background-color: #555;
	border-color: #555;
}
.to-confirm .wpcf7c-btn-confirm:hover,
.to-confirm .wpcf7-submit:hover,
.to-confirm .wpcf7-submit:active,
.to-confirm .wpcf7-submit:focus {
	background-color: #7a7a7a;
	border-color: #7a7a7a;
}
.to-confirm .wpcf7c-btn-back {
    color: #333;
    border: 1px solid #ced4da;
}
.to-confirm .wpcf7c-btn-back:hover {
    border-color: #333;
}
/*--- 確認画面 ---*/
.to-order-form .wpcf7c-conf {
    color: #333333;
}
/* 作品名リンク色 */
.custom-wpcf7c-confirmed .to-title a {
	color: #333333;
}
/* 数量 */
.to-order-form select.wpcf7c-conf:disabled {
	background-color: #fff;
	border: none;
	padding: 0;
	height: auto!important;
	font-size: 1.3125rem;
	font-weight: bold;
}
/* ラジオボタン消し */
.to-order-form input[type=radio].wpcf7c-conf {
    display: none;
}
/* チェックなしラベル消し */
.to-order-form input[type=radio].wpcf7c-conf + span {
    display: none;
}
/* チェックありラベル太字  */
.to-order-form input[type=hidden].wpcf7c-conf-hidden + span {
	font-size: 1rem;
	font-weight: bold;
	margin-left: 0.125rem;
}
/* 届け先 */
.to-shippingaddress input.wpcf7c-conf {
	padding: 0 1.125rem;
	font-weight: bold;
}
/* テキストボックス */
.to-shippingaddress input[type=text].wpcf7c-conf,
.to-shippingaddress input[type=email].wpcf7c-conf {
	background-color: #fff;
	border: none;
}
.to-shippingaddress textarea[readonly].wpcf7c-conf {
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-radius: 0;
	height: 8.5rem;
	font-weight: bold;
	padding: 0.5rem 1.125rem;
}



/*================================================ Okazaki-san ================================================*/



/*--------------------------------------------------------------
# star-rating 1以上5以下
--------------------------------------------------------------*/
.star-rating-10::before,
.star-rating-15::before,
.star-rating-20::before,
.star-rating-25::before,
.star-rating-30::before,
.star-rating-35::before,
.star-rating-40::before,
.star-rating-45::before,
.star-rating-50::before {
	font-family: FontAwesome;
	font-size: 1rem;
	letter-spacing: 0.125em;
	margin-right: 0.5rem;
}
.star-rating-10::before {
	content: '\f005\f006\f006\f006\f006';
}
.star-rating-15::before {
	content: '\f005\f123\f006\f006\f006';
}
.star-rating-20::before {
	content: '\f005\f005\f006\f006\f006';
}
.star-rating-25::before {
	content: '\f005\f005\f123\f006\f006';
}
.star-rating-30::before {
	content: '\f005\f005\f005\f006\f006';
}
.star-rating-35::before {
	content: '\f005\f005\f005\f123\f006';
}
.star-rating-40::before {
	content: '\f005\f005\f005\f005\f006';
}
.star-rating-45::before {
	content: '\f005\f005\f005\f005\f123';
}
.star-rating-50::before {
	content: '\f005\f005\f005\f005\f005';
}
.tdk-star-rating-container ul.star-list li i.full,
.tdk-star-rating-container ul.star-list li i.half {
	color: #daa532;
}


/*--------------------------------------------------------------
# book-list-heading
--------------------------------------------------------------*/
.book-list-heading h2 {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 0;
}
.book-list-heading.blh-en h2 {
	line-height: 1;
}
.book-list-heading.blh-en h2>span {
	font-size: 1.3125rem;
	color: #888;
}
.book-list-heading a {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	margin-left: auto;
	width: 110px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #888;
}
.book-list-heading a:hover {
	text-decoration: none;
}
.book-list-heading i {
	font-size: 1.125rem;
	margin-right: 5px;
}
.icon-list {
	display: flex;
	margin: 0 0 3rem 0;
	padding: 1.5rem 1rem 1rem 1rem;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.35;
}
.icon-list dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	margin-bottom: 1rem;
}
.icon-list dd {
	display: flex;
	align-items: center;
	width: 15%;
	margin-bottom: 1rem;
	padding-left: 0;
	text-align: left;
}
@media only screen and (max-width: 991px) {
.icon-list dt {
	width: 13%;
}
.icon-list dd {
	width: 20%;
}
}
@media only screen and (max-width: 767px) {
.icon-list dt {
	width: 20%;
}
.icon-list dd {
	width: 30%;
}
}
@media only screen and (max-width: 575px) {
.icon-list dt {
	width: 40%;
}
.icon-list dd {
	width: 60%;
}
}
.icon-list img {
	height: 28px;
	margin-right: 6px;
}
.icon-list .il-en {
	letter-spacing: 0;
	color: #999;
}
.icon-list dd.il-levels {
	display: block;
	text-align: center;
	margin-bottom: 1.5rem;
	padding-right: 0;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
/*--------------------------------------------------------------
# book-list
--------------------------------------------------------------*/
/*--------------------------------------------------------------
.bl-wrap-large
.bl-wrap-small
.bl-thumb
.bl-title
.bl-icons
.bl-reviews
.bl-description
--------------------------------------------------------------*/
.bl-wrap-large {
	margin-bottom: 3rem; 
}
.bl-wrap-small {
	margin-bottom: 2rem; 
	font-size: 0.875rem;
}
.bl-thumb {
	position: relative;
	width: 100%;
	margin-bottom: 0.5em; 
}
.bl-wrap-large .bl-thumb {
	height: 180px;
}
.bl-wrap-small .bl-thumb {
	height: 160px;
}
.bl-thumb img {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 85%;
	max-height: 150px;
}
.bl-title a,
.bl-wrap-small .bl-reviews a,
.bl-wrap-large .bl-reviews a,
.wp-pagenavi a {
	color: #888;
}
.bl-wrap-large .bl-title a {
	color: #333;
}
.bl-title,
.bl-reviews {
	margin-bottom: 0.625rem;
}
.bl-wrap-small .bl-title {
	line-height: 1.35;
}
.bl-wrap-large .bl-title {
	line-height: 1.9;
}
.bl-icons ul {
	margin: 0 -6px 6px 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
	font-size: 0;
}
.bl-icons ul li {
	margin: 0 6px 4px 0;
	display: inline-block;
}
.bl-icons ul li img {
	height: 28px;
}
.bl-reviews {
	line-height: 1.35;
	text-align: left;
}
.bl-more {
	margin-top: -1.5rem;
	text-align: right;
}
@media only screen and (max-width: 575px) {
.bl-more {
	margin-top: -1rem;
	text-align: center;
}
}
.bl-more a {
	padding: 0.5rem 1rem;
	line-height: 1;
	font-size: 1rem;
	border-radius: 1rem;
	background-color: #f7f7f7;
}
.bl-description {
	line-height: 2.25;
	font-size: 1rem;
}
.bl-new {
  display: inline-block;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  background-color:  #fff;
  border: solid 1px #2ea300;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2ea300;
  line-height: 1;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# 各書籍の詳細ページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
.bd-thumb
.bd-title
.bd-author
.bd-desc
.bd-order
.bd-info
.bd-icon
--------------------------------------------------------------*/
.col-sm-12.book {
    padding: 0;
}

/*--- 書影 ---*/
.bd-thumb {
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
}
.bd-thumb img {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
    max-height: 350px;
}
@media only screen and (max-width: 991px) {
.bd-thumb {
    padding: 0 1rem;
}
}
@media only screen and (max-width: 767px) {
.bd-thumb {
    padding: 0 2rem;
}
.bd-thumb img {
    max-height: 300px;
}
}
@media only screen and (max-width: 575px) {
.bd-thumb {
    padding: 0 1rem;
}
.bd-thumb img {
    max-height: 250px;
}
}
/*--- NEW ---*/
/*.bd-new {
  display: block;
  width: fit-content;
  padding: 0 0.5em;
  margin-top: calc(-2em - 2px);
  margin-bottom: 0.65em;
  background-color:  #fff;
  border: solid 1px #2ea300;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2ea300;
  line-height: 1.35em;
}*/
.bl-new-lg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.4em;
  margin-bottom: 1em;
  background-color:  #fff;
  border: solid 1px #2ea300;
  font-size: 1rem;
  font-weight: bold;
  color: #2ea300;
  line-height: 1;
  vertical-align: middle;
}
/*--- タイトル ---*/
.bd-title h1 {
	font-size: 2rem;
	line-height: 1.9;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
.bd-title h1 {
	font-size: 1.3125rem;
}
}
/*--- 作者 ---*/
.bd-author ul {
	padding-left: 0;
	list-style: none;
}
.bd-author li {
	display: inline;
	margin-right: .1rem;
}
.bd-author li::after {
	content: "／";
	margin-left: .5rem;
}
.bd-author li:last-child::after {
	content: none;
}
/*--- 紹介文 ---*/
.bd-desc-jp p {
	margin-bottom: 1rem;
}
/*--- 紹介文 英語 ---*/
.bd-desc-en p {
	line-height: 1.65;
	color: #888;
}
@media only screen and (max-width: 767px) {
.bd-desc-en p {
	font-size: 1rem;
}
}
.bd-title-en {
	display: block;
	font-weight: bold;
}
.bd-author-en {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
}

/*--- アイコン ---*/
.row.bd-detail-wrap {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.row.bd-detail-wrap>div:first-child {
	padding-right: 0;
}
@media only screen and (max-width: 767px) {
.row.bd-detail-wrap>div:first-child {
	padding-right: 15px;
}
}
.bd-icons ul {
	margin: 0 -5px 0 -5px;
	padding-left: 0;
	list-style: none;
	font-size: 0;
	line-height: 1.35;
	display: flex;
	flex-wrap: wrap;
}
.bd-icons li {
	display: flex;
	align-items: center;
	padding: 0 5px 8px 5px;
	width: 50%;
	font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
.bd-icons li {
	width: 33.33333%;
}
}
@media only screen and (max-width: 575px) {
.bd-icons li {
	width: 50%;
}
}
@media only screen and (max-width: 374px) {
.bd-icons li {
	width: 100%;
}
}
.bd-icons li a {
	display: flex;
	align-items: center;
	min-height: 40px;
	color: #333;
}
.bd-icons li a:hover {
	text-decoration: none;
}
.bd-icons li img {
	height: 28px;
	margin-right: 6px;
}
.bd-icons li.bd-l0 a,
.bd-icons li.bd-l1 a,
.bd-icons li.bd-l2 a,
.bd-icons li.bd-l3 a,
.bd-icons li.bd-l4 a,
.bd-icons li.bd-l5 a {
	justify-content: center;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 0.0625em;
	color: #fff;
	width: 100%;
}
.bd-icons li.bd-l0 a {
	background-color: #9CD7F7;
}
.bd-icons li.bd-l1 a {
	background-color: #E983A4;
}
.bd-icons li.bd-l2 a {
	background-color: #E45263;
}
.bd-icons li.bd-l3 a {
	background-color: #F2BD47;
}
.bd-icons li.bd-l4 a {
	background-color: #ADCF47;
}
.bd-icons li.bd-l5 a {
	background-color: #193D8C;
}

/*--- レビュー・購入ボタン ---*/
.bd-reviews-wrap a,
.bd-buy a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
	height: 40px;
	font-size: 0.875rem;
	line-height: 1;
}
.bd-reviews-wrap a>div,
.bd-buy a>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.bd-reviews span:first-child {
	margin-right: 0.5rem;
	font-size: 1rem;
}
.bd-reviews-wrap a {
	color: #333;
	border: 1px solid rgba(0,0,0,.1);
}
.bd-reviews-wrap a:hover {
	text-decoration: none;
	border-color: #333;
}
.bd-buy a {
	color: #fff;
	background-color: #555;
}
.bd-buy a:hover {
	text-decoration: none;
	background-color: #666;
}
.bd-buy a span:first-child {
	line-height: 1rem;
	font-weight: bold;
	border-right: 1px solid #999;
	letter-spacing: 0.0625em;
}

/*--- 詳細 ---*/
.bd-note,
.bd-info-wrap,
.bd-order {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid rgba(0,0,0,.1);
}
.bd-note table,
.bd-info-1 table,
.bd-info-2 table,
.bd-order table {
	margin-bottom: 0;
	font-size: 0.875rem;
    line-height: 1.35;
}
.bd-note th,
.bd-note td,
.bd-info-1 th,
.bd-info-1 td, 
.bd-info-2 th,
.bd-info-2 td,
.bd-order th,
.bd-order td{
    padding: 0.5rem 0;
}
.bd-note th,
.bd-info-1 th,
.bd-info-2 th,
.bd-order th {
	width: 6rem;
    font-size: 0.875rem;
	font-weight: bold;
}
.bd-en {
    color: #999!important;
}
.bd-info-more {
    font-size: 0.875rem;
	text-align: right;
}
.bd-info-1 ul,
.bd-order ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	font-size: 0;
}
.bd-info-1 li,
.bd-order li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 1px;
	text-align: center;
	font-size: 0.875rem;
}
.bd-info-1 li:hover,
.bd-order li:hover {
	border-color: #333;
}
.bd-info-1 li a,
.bd-order li a {
	display: block;
	padding: 6px 9px;
	color: #333;
}
.bd-info-1 li a:hover,
.bd-order li a:hover {
	text-decoration: none;
}
.bd-order-price {
	font-size: 1.125rem;
}
.bd-order-tax {
	display: inline-block;
}

/*--- 見出し ---*/
.bd-order h2,
#bd-look-inside h2,
#bd-boxset h2,
#bd-reviews h2,
#bd-write-reviews h2 {
	line-height: 1.47;
}
#bd-look-inside h2,
#bd-boxset h2,
#bd-reviews h2,
#bd-write-reviews h2 {
	font-size: 1.5rem;
}
@media only screen and (max-width: 575px) {
#bd-look-inside h2,
#bd-boxset h2,
#bd-reviews h2,
#bd-write-reviews h2 {
	font-size: 1.3125rem;
}
}
.bd-order h2 .bd-en,
#bd-look-inside h2 .bd-en,
#bd-boxset h2 .bd-en,
#bd-reviews h2 .bd-en,
#bd-write-reviews h2 .bd-en {
	font-size: 0.875rem;
	display: block;
}

/*--- 購入 ---*/
.bd-order h2 {
	font-size: 1.3125rem;
	margin-left: 2rem;
}
@media only screen and (max-width: 575px) {
.bd-order h2 {
	font-size: 1.125rem;
	
}
}
.bd-order h2::before {
	margin-left: -2rem;
	margin-right: 0.6875rem;
	font-family: FontAwesome;
	font-size: 1.3125rem;
	content: '\f07a';
}
@media only screen and (max-width: 575px) {
.bd-order h2::before {
	font-size: 1.125rem;
}
}
li.bd-order-buy {
	width: 100%;
	font-weight: bold;
	font-size: 1rem;
}
/*--- 購入2 ---*/
.bd-order2 a {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 1rem 5rem;
	border: 1px solid rgba(0,0,0,.1);
	color: #333333;
}
@media only screen and (max-width: 575px) {
.bd-order2 a {
	padding: 1rem 0.5rem;
}
}
.bd-order2 a:hover {
	border-color: #333;
	text-decoration: none;
}
.bd-order2 a div {
	padding: 0 5px;
}
.bd-order2 a>div:first-child {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.35;
}
.bd-order2 a>div:last-child {
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.bd-order2 a>div:last-child .bd-en {
	font-size: 0.875rem;
}

/*--- 中を見る・無料で読む ---*/
section#bd-look-inside {
	margin: -2rem -1000px 3rem -1000px;
	padding: 3rem 1000px 3rem 1000px;
	background-color: #fafafa;
}
.bd-lookinside-note {
	background-color: #e0e0e0;
	margin-bottom: 1rem;
	padding: 4.5rem 2.5rem 4.5rem 2.5rem;
	text-align: center;
	font-size: 1rem;
	line-height: 2;
}
.bd-lookinside-note>a {
	display: block;
}
.bd-lookinside-audio {
	margin-bottom: 0.5rem;
}
.bd-lookinside-pdf {
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
.bd-lookinside-pdf {
	justify-content: flex-start;
}
}
.bd-lookinside-pdf ul {
	list-style: none;
	margin-bottom: 2rem;
	padding-left: 0;
	font-size: 0.875rem;
	line-height: 1.3125;
}
@media only screen and (max-width: 575px) {
.bd-lookinside-audio {
	text-align: center;
}
}
/*--- コントローラーの調整　効かない！ 
#bd-look-inside .mejs-controls {
	background-color: rgba(51, 51, 51, 0.3)!important;
}---*/

/*--- このセットに含まれる他の作品 ---*/
section#bd-boxset {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/*--- みんなの感想 ---*/
section#bd-reviews {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#bd-reviews .card {
	margin-bottom: 1rem;
}
@media (min-width: 992px) {
#bd-reviews .card-columns {
	column-count: 2;
}
}
@media (max-width: 991px) {
#bd-reviews .card-columns {
	column-count: 1;
}
}
#bd-reviews .card {
	border: none;
}
#bd-reviews .card blockquote {
	margin-bottom: 0;
}

/*--- 感想を書く ---*/
.row.bd-wr-wrap {
	background-color: #f7f7f7;
	border-left: solid 15px #fff;
	border-right: solid 15px #fff;
	padding: 4.5rem 1.5rem 3rem 1.5rem;
}
@media only screen and (max-width: 575px) {
.row.bd-wr-wrap {
	padding: 3rem 0 1.5rem 0;
}
}
.bd-wr-wrap .tdk-star-rating-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.5rem;
}
.bd-wr-wrap .star-list {
	display: flex;
	align-items: center;
}
.tdk-star-rating-container.input ul.star-list li {
	font-size: 2rem;
}
.tdk-star-rating-container ul.string-list li {
	border: none;
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: normal!important;
}
#bd-write-reviews .bd-wr-wrap ul.string-list {
	margin: 0;
	padding-left: 0;
}
.bd-wr-wrap ul li:first-child {
	font-weight: bold;
}
#bd-write-reviews form {
	margin-bottom: 2rem;
}
#bd-write-reviews textarea,
#bd-write-reviews input {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 2;
}
#bd-write-reviews textarea {
	min-height: 200px;
}
#bd-write-reviews ul {
	padding-left: 18px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}
#bd-write-reviews .btn-primary {
	width: fit-content;
	display: block;
	margin: 2rem auto 3rem auto;
}

/*--------------------------------------------------------------
# 本の検索
--------------------------------------------------------------*/
.bs-wrap {
	margin: 0 -1000px 0 -1000px;
	padding: 3rem 985px 3rem 985px;
    background: url(https://tadoku.org/wp/wp-content/themes/tadoku/images/bg_stripe10.gif);
	background-color: #f7f7f7;
	font-size: 0.875rem;
	line-height: 1.35;
	border-bottom: solid 5px #fff;
}
section#results {
	margin-top: 4rem;
}
.bs-wrap>.col-lg-6:first-child {
	padding-right: 30px;
}
.bs-wrap>.col-lg-6:nth-child(2) {
	padding-left: 30px;
}
@media (max-width: 991px) {
.bs-wrap>.col-lg-6:first-child {
	padding-right: 15px;
}
.bs-wrap>.col-lg-6:nth-child(2) {
	padding-left: 15px;
}
}
.bs-en {
    color: #999!important;
}
.bs-select-wrap label .bs-en,
.bs-wrap legend .bs-en {
    font-size: 0.875rem;
}
.bs-wrap fieldset {
	margin-bottom: 2rem;
	padding: 0;
}
.bs-wrap legend {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
}
.bs-wrap input[type=checkbox],
.bs-wrap input[type=radio] {
    transform: scale(1.2,1.2);
}
.bs-cb-wrap input {
	margin-left: .25rem;
	margin-right: .5rem;
}
.bs-cb-wrap,
.bs-select-wrap {
	display: flex;
	flex-wrap: wrap;
}
.bs-cb-wrap label {
	margin: 0.5rem 0;
}
.bs-cb-lg,
.bs-cb-md,
.bs-cb-sm,
.bs-cb-boxsetonly {
	display: flex;
	align-items: center;
}
.bs-cb-lg {
	width: 50%;
}
.bs-cb-md {
	width: 33.3%;
}
.bs-cb-sm {
	width: 25%;
}
.bs-cb-boxsetonly {
	width: 100%;
	padding-left: 12px;
	border: dotted 1px #999;
	background-color: #fff;
}
.bs-select-wrap label {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
	width: 25%;
}
.bs-select-wrap select,
.bs-select-wrap input {
	margin-bottom: 2rem;
	line-height: 2rem;
	width: 75%;
}
.bs-submit-wrap {
	display: flex;
	flex-direction: column;
}
.bs-submit-wrap input {
	order: 1;
	width: fit-content;
	margin: 1rem auto;
}
.tdk-reset-form-btn {
	width: fit-content;
    margin-left: auto;
    margin-right: 15px;
	color: #333;
}
.tdk-reset-form-btn:hover {
	color: #2ea300;
}
@media (max-width: 575px) {
.tdk-reset-form-btn {
    margin-left: 0;
    margin-right: auto;
}
}
@media (max-width: 1199px) {
.bs-cb-sm {
	width: 33.3%;
}
}
@media (max-width: 991px) {
.bs-cb-lg {
	width: 33.3%;
}
.bs-cb-md {
	width: 25%;
}
.bs-cb-sm {
	width: 25%;
}
}
@media (max-width: 767px) {
.bs-cb-lg {
	width: 50%;
}
.bs-cb-md {
	width: 33.3%;
}
.bs-cb-sm {
	width: 33.3%;
}
}
@media (max-width: 575px) {
.bs-cb-lg {
	width: 100%;
}
.bs-cb-md {
	width: 50%;
}
.bs-cb-sm {
	width: 50%;
}
.bs-select-wrap label {
	width: 100%;
}
.bs-select-wrap select,
.bs-select-wrap input {
	width: 100%;
}
}
/*--- 見出し・登録数 ---*/
.bs-heading h1 {
	line-height: 1;
}
.bs-heading h1 .bs-en {
	font-size: 1.3125rem;
	vertical-align: middle;
}
.bs-heading p {
	font-size: 0.875rem;
	line-height: 1.35;
}
/*--- 検索結果ページネーション ---*/
#results .wp-pagenavi>span,
#results .wp-pagenavi>a {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	margin: 0 0 0 -1px;
	padding: 0.5rem 0.75rem;
	border: none;
}
#results .wp-pagenavi>.pages {
	display: none;
}
#results .wp-pagenavi>a:hover {
    background-color: #f2f2f2;
	text-decoration: none;
}
#results .wp-pagenavi>.current {
	background-color: #7a7a7a;
	color: #fff;
	z-index: 2;
}

/*--------------------------------------------------------------
# 朗読音声のダウンロード
--------------------------------------------------------------*/
.ad-en {
	color: #999;
}
.ad-table table {
	font-size: 0.875rem;
	line-height: 1.35;
}
td.ad-level {
	text-align: center;
}
td.ad-level img {
	width: 28px;
}
th.ad-title {
	padding-left: calc(1.25rem + 50px);
}
td.ad-title>a {
	font-size: 1.125rem;
	color: #333;
}
@media (max-width: 991px) {
td.ad-title>a {
	font-size: 1rem;
}
}
td.ad-title>a .ad-en {
	font-size: 0.875rem;
}
td.ad-title>a {
	display: flex;
}
td.ad-title>a div:first-child {
	flex: 0 0 50px;
	margin-right: .5rem;
}
td.ad-title>a img {
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
th.ad-download div {
    display: inline-block;
	margin-right: 5px;
}
td.ad-download ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
td.ad-download li {
	display: inline-block;
	min-width: 135px;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 1px;
	text-align: center;
	font-size: 0.875rem;
}
td.ad-download li:hover {
	border-color: #333;
}
td.ad-download li a {
	display: block;
	padding: 6px 12px;
	color: #333;
}
td.ad-download li a:hover {
	text-decoration: none;
}
.ad-note-btn{
    border: none;
    padding: 0;
    background-color: #fff;
    color: #999;
	font-size: 1.125rem;
	line-height: 1;
}
button.ad-note-more{
	display: inline-block;
	padding: 0;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	background-color: transparent;
	border: none;
	color: #2ea300 !important;
}
button.ad-note-more:hover {
	color: #0056b3 !important;
	text-decoration: underline !important;
	cursor : pointer;
}
#ad-note-modal h3 {
	font-size: 1.125rem;
	margin-bottom: 0;
}
#ad-note-modal .modal-body {
	font-size: 0.875rem;
	line-height: 1.6;
}
#ad-note-modal .modal-body dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#ad-note-modal .modal-body dt {
	min-width: 150px;
}
#ad-note-modal .modal-body dt div {
	min-width: 135px;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	padding: 6px 12px;
	border: 1px solid #333;
	border-radius: 1px;
	text-align: center;
	line-height: 1.35;
	font-weight: normal;
}
#ad-note-modal .modal-body dd {
	width: calc(100% - 152px);
	margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
#ad-note-modal .modal-body dd {
	width: 100%;
}
}
#ad-note-modal .modal-footer {
	justify-content: center;
}
#ad-note-modal .modal-footer button span:last-child {
	font-size: 1rem;
	margin-left: 0.5rem;
}
.ad-app {
	display: inline-block;
	margin-top: 0.5rem;
	margin-right: 10px;
}
.ad-app>img {
	display: inline-block;
	height: 30px;
}
/*--- 表のサイズ調整 ---*/
th.ad-level,
td.ad-level {
	width: calc(2.7rem + 24px);
}
@media (max-width: 991px) {
th.ad-level,
td.ad-level {
	min-width: 2.625rem;
	padding-left: 0;
	padding-right: 0;
}
}
td.ad-title {
	min-width: 13.5rem;
	max-width: 350px;
}
td.ad-download {
	min-width: 330px;
}
th.ad-author,
td.ad-author {
	min-width: 100px;
}
/*--- nav ---*/
nav.ad-nav {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
nav.ad-nav a {
	display: flex;
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
	line-height: 1.35;
	text-decoration: none;
	color: #333;
	flex-grow: 1;
	background-color: #f7f7f7;
	margin: 0.25rem;
	align-items: center;
	border: 1px solid #fff;
}
nav.ad-nav a:hover {
	background-color: #fff;
	border: 1px solid #333;
}
nav.ad-nav a img {
	display: block;
	max-width: 50px;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	margin-right: 0.5rem;
}
/*--- nav 幅調整 ---*/
nav.ad-nav a {
	min-width: calc(33.3% - 0.5rem);
	max-width: calc(33.3% - 0.5rem);
}
@media (max-width: 991px) {
nav.ad-nav a {
	min-width: calc(50% - 0.5rem);
	max-width: calc(50% - 0.5rem);
}
}
@media (max-width: 767px) {
nav.ad-nav a {
	min-width: calc(100% - 0.5rem);
}
}
/*--------------------------------------------------------------
# 講座用音源リスト
--------------------------------------------------------------*/
ul.audiolist-ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0 -15px 2rem -15px;
}
ul.audiolist-ul li {
	width: calc(25% - 30px);
	margin: 0 15px 3rem 15px;
}
@media (max-width: 991px) {
ul.audiolist-ul li {
	width: calc(33.3% - 30px);
}
}
@media (max-width: 767px) {
ul.audiolist-ul li {
	width: calc(50% - 30px);
}
}
@media (max-width: 413px) {
ul.audiolist-ul li {
	width: 100%;
}
}
.audiolist-fig {
	margin-bottom: 0.5rem;
}
.audiolist-thumb {
	display: block;
	height:225px;
	margin: 0 auto 0.5rem auto;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}
.audiolist-titlejp,
.audiolist-titleen {
	line-height: 1.375;
}
.audiolist-titlejp {
	font-size: 0.875rem;
	color: #333;
}
.audiolist-titleen {
	font-size: 0.75rem;
	color: #999;
}


.audiolist-player .mejs-volume-button,
.audiolist-player .mejs-controls a.mejs-horizontal-volume-slider {
	display: none;
}
