@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** 画像等の下の変な空白を削除する設定
************************************/
.article .wp-block-image{
/*  margin-bottom: 0;*/
  line-height: 0;
}
figure.wp-block-table{
/*  margin-bottom: 0 !important;*/
  line-height: 0 !important;
}

/************************************
** ナビゲーションメニューの設定
************************************/
.navi-in>ul li  {
  height: 40px;
  line-height: 40px;
}

/************************************
** モバイルスライドインメニューの設定
************************************/
.menu-drawer a {
  border: none !important;
  margin: 0.1em 0 !important;
  padding: 0.3em 0 !important;
  line-height: 1.0em !important;
}
.menu-drawer .sub-menu {
  padding: 0 0 0 0.9em !important;
}

/************************************
** ホームページの設定
************************************/
.amh_h1_contents
{
  border-bottom: 0.1em solid #43a047;
  margin-top: 1.8em !important;
  font-weight: bold;
}
.amh_btn{
  margin: 0 !important;
}
.amh_btn>.btn{
  line-height:1.0em !important;
  background-color: #e8f5e9;
  text-align: justify !important;
  text-decoration: none !important;
  font-weight: normal;
  color: #333333;
}
.amh_btn>.btn-l{
  margin: 0.3em 0 !important;
  padding: 0.3em 2.7em 0.3em 0.9em;
  border: none;
  justify-content: left;
}
.amh_btn a:hover{
  opacity: 1.0;
  background-color: #43a047;
  color: #000000 !important;
}
.amh_btn_q>.btn{
	background-color: #fef1eb;
}
.amh_btn_q a:hover{
  opacity: 1.0;
  background-color: #ED7D31;
  color: #000000 !important;
}

/************************************
** ページ送りナビの左右を入れ替える(Cocoon ver.2～)
************************************/
.pager-post-navi a.prev-post {
    flex-direction: row-reverse;
    padding:10px 5px 10px 10px;
}
.pager-post-navi a.next-post {
    flex-direction: row;
    padding:10px 10px 10px 5px;
}
.pager-post-navi a.next-post .iconfont:before {
	content: '\f053';
}
.pager-post-navi a.prev-post .iconfont:before {
	content: '\f054';
}
.pager-post-navi a.next-post .next-post-title {
	margin: 0 0 0 10px;
}
.pager-post-navi a.prev-post .prev-post-title {
	margin: 0 10px 0 0;
}
@media screen and (min-width: 481px) {
    .pager-post-navi.post-navi-square {
        flex-direction: row-reverse;
    }
    .post-navi-square.post-navi-border a:last-child {
        border-left-width: 1px;
    }
    .post-navi-square.post-navi-border a:first-child {
        border-left-width: 0;
    }
}
/* タイトルの上に表示する文字 */
.prev-post-title:before,
.next-post-title:before {
    color: #43a047; /* 文字色 */
	font-weight: bold;
    font-size: 12px; /* 文字サイズ */
    margin-bottom: 0.3em;
    display: block;
}
.next-post-title:before {
	content: "前のページ";
}
.prev-post-title:before {
	content: "次のページ";
}

/************************************
** 見出しの設定
************************************/
.article h2 {
  line-height: 1em;
  margin: 1.8em 0 0.9em;
}
/* 過去問用設定 */
.amh_past_questions {
  margin: 1.8em 0 0 !important;
  font-size: 0.75em !important;
  font-weight: normal !important;
  color: #666666 !important;
  text-align: right;
  border: none !important;
}
.article h3 {
  line-height: 1em;
  margin: 1.8em 0 0.9em;
  padding: 0 0.6em !important;
  border-bottom: none !important;
  border-left: 0.6em solid #43a047 !important;
}
.article h4 {
  line-height: 1em;
  margin: 1.8em 0 0.9em;
  padding: 0 0.6em !important;
  border-bottom: none !important;
  border-left: 0.3em solid #000000 !important;
  color: #333333 !important;
}
.article h5 {
  line-height: 1em;
  margin: 1.8em 0 0.9em;
  padding: 0 0.6em !important;
  border-bottom: none !important;
  border-left: 0.1em solid #000000 !important;
  color: #333333 !important;
}
.article h6 {
  line-height: 1em;
  margin: 1.8em 0 0.9em;
  padding: 0 !important;
  border-bottom: none !important;
  color: #333333 !important;
}

/************************************
** フォントの設定
************************************/
/* フォントサイズ(0.9字) */
.amh_font_size_09 {
  font-size: 0.9em;
}
/* 囲み線 */
.amh_border_1 {
  border: 1px solid #000000;
}
/* 囲み線&網掛け */
.amh_border_fill_1 {
  font-size: 0.9em;
  border: 1px solid #000000;
  background: #cccccc;
}
/* 上線(真上) */
.amh_border_top_1 {
  border-top: 1px solid #000000;
}
/* 上線(少し上) */
.amh_border_top_1_1 {
  border-top: 1px solid #000000;
  padding-top: 0.2em;
}
/* 点滅 */
@keyframes blinking {
	0%, 100% {
		color: #ffffcc;
		background:#43a047;
		line-height: 1.8em;
		padding: 0.2em 0.9em;
		border: solid 1px #ffffcc;
	}
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.amh_flash {
	animation: blinking 1s ease-in-out infinite alternate;
}
/************************************
** コードブロックの設定
************************************/
/* コードブロックのフォント */
pre.wp-block-code {
  letter-spacing: 0em;
  font-size: 0.8em;
  background: #e8f5e9 !important;
}
/* コード部分のレイアウト */
.amh_pre pre {
    position: relative;
    padding: 0.9em;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.code-copy-button {
    position: absolute;
    top: 0.9em;
    right: 0.9em;
    padding: 0.3em 0.9em;
    background-color: #66bb6a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.8em;
    border-radius: 0.3em;
}
.code-copy-button:hover {
    background-color:  #43a047;
}
/************************************
** 段落の設定
************************************/
.entry-content p {
  line-height: 1.8em;
  margin: 0;
}
.amh_v_align_top {
	vertical-align: top;
	display: inline-block;
}

/************************************
** 行の高さの設定
************************************/
.amh_lineheight-12 {
  line-height: 1.2em !important;
}
.amh_lineheight-15 {
  line-height: 1.5em !important;
}

/************************************
** インデントの設定
************************************/
.amh_indent-2 {
  padding-left:2em;
}
.amh_bindent-1 {
  padding-left:1em;
  text-indent:-1em;
}
.amh_bindent-2 {
  padding-left:2em;
  text-indent:-1em;
}
.amh_bindent-3 {
  padding-left:3em;
  text-indent:-1em;
}
.amh_bindent-3-3 {
  padding-left:3em;
  text-indent:-3em;
}
.amh_bindent-4-1 {
  padding-left:4em;
  text-indent:-1em;
}
.amh_bindent-5-1 {
  padding-left:5em;
  text-indent:-1em;
}
.amh_bindent-3-2 {
  padding-left:3em;
  text-indent:-2em;
}

/************************************
** マージンの設定
************************************/
.amh_margin_m0 {
  margin: 0 !important;
}
.amh_margin_0 {
  margin: 0.9em 0 0.9em !important;
}
.amh_margin_1 {
  margin: 1.8em 0 !important;
}
.amh_margin_top_0 {
  margin-top: 0.9em !important;
}
.amh_margin_top_05 {
  margin-top: 1.35em !important;
}
.amh_margin_top_1 {
  margin-top: 1.8em !important;
}
.amh_margin_bottom_0 {
  margin-bottom: 0 !important;
}
.amh_margin_bottom_05 {
  margin-bottom: 0.9em !important;
}
.amh_margin_bottom_1 {
  margin-bottom: 1.8em !important;
}
.amh_margin_bottom_12 {
  margin-bottom: 12em !important;
}
.amh_margin_left_-05 {
  margin-left: -0.45em !important;
}
.amh_margin_left_0 {
  margin-left: 0.9em !important;
}
.amh_margin_left_1 {
  margin-left: 1.8em !important;
}
.amh_margin_left_2 {
  margin-left: 2em !important;
}
.amh_margin_left_3 {
  margin-left: 3em !important;
}
.amh_margin_left_4 {
  margin-left: 4em !important;
}
.amh_margin_left_8 {
  margin-left: 8em !important;
}
.amh_margin_top_bottom_0 {
  margin: 0.9em 0 0.9em 0 !important;
}
.amh_margin_left_right_1 {
  margin: 0 0.9em 0 0.9em !important;
}


/************************************
** パディングの設定
************************************/
.amh_padding_top_0 {
  padding-top: 0 !important;
}
.amh_padding_bottom_0 {
  padding-bottom: 0 !important;
}

/************************************
** 色のサンプルに関する表示設定
************************************/
.amh_color_black {
  border: solid 1px #000000;
  background-color: #000000;
}
.amh_color_white {
  border: solid 1px #000000;
  background-color: #ffffff;
}
.amh_color_red {
  border: solid 1px #000000;
  background-color: #ff0000;
}
.amh_color_blue {
  border: solid 1px #000000;
  background-color: #0000ff;
}
.amh_color_yellow {
  border: solid 1px #000000;
  background-color: #ffff00;
}

/************************************
** リストの設定
************************************/
.article ul {
  margin: 0 !important;
}
.article ul li {
}

/************************************
** 画像の設定
************************************/
.entry-content img {
  line-height: 1.8em !important;
}
.amh-img-margin {
  margin: 1em 0 !important;
}
.amh-img-margin_0 {
  margin: 0 auto !important;
}
.amh-img-margin-ct {
  margin: 1em auto 0 !important;
}
.amh-img-margin-ctl {
  margin: 1em 0 0 1.8em !important;
}
.amh-img-margin-c {
  margin: 1em auto !important;
}
.amh-img-margin-cq {
  margin: 0.9em auto !important;
  padding-left: 2em;
}
.amh-img-margin-ctq {
  margin: 0.9em auto 0 !important;
  padding-left: 2em;
}
.amh-img-margin-s {
  margin: 1em 2em !important;
}
/************************************
** 分数の表示設定
************************************/
.fraction{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.fraction_n,.fraction_d{
  display: block;
  line-height: 1em;
  padding: 0.3em 0;
}
.fraction_n{
  border-bottom: 1px solid #000000;
}
/* オレンジ色 */
.fraction_orange{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.fraction_orange_n,.fraction_orange_d{
  display: block;
  line-height: 1em;
  padding: 0.3em 0;
}
.fraction_orange_n{
  border-bottom: 1px solid #ea5506;
}

/************************************
** 定義リストの表示設定
************************************/
dl {
  margin: 0 0.9em;
}
dl dt {
  float: left;
}
dl dd {
}
/* 1列目の幅：3文字分 */
.amh_dl_w3 dd{ padding-left:3em; }
.amh_dl_w3 dt{ width: 3em; }
/* 1列目の幅：4文字分 */
.amh_dl_w4 dd{ padding-left:4em; }
.amh_dl_w4 dt{ width: 4em; }
/* 1列目の幅：5文字分 */
.amh_dl_w5 dd{ padding-left:5em; }
.amh_dl_w5 dt{ width: 5em; }
/* 1列目の幅：6文字分 */
.amh_dl_w6 dd{ padding-left:6em; }
.amh_dl_w6 dt{ width: 6em; }
/* 1列目の幅：7文字分 */
.amh_dl_w7 dd{ padding-left:7em; }
.amh_dl_w7 dt{ width: 7em; }
/* 1列目の幅：8文字分 */
.amh_dl_w8 dd{ padding-left:8em; }
.amh_dl_w8 dt{ width: 8em; }
/* 1列目の幅：9文字分 */
.amh_dl_w9 dd{ padding-left:9em; }
.amh_dl_w9 dt{ width: 9em; }

/************************************
** 白抜きボックスの設定
************************************/
.blank-box {
  border-color: #43a047;
  line-height: 1.8em;
  padding: 0.9em;
  margin: 0.9em 0.3em !important;
}
.blank-box ul {
  margin: 0 !important;
  padding: 0 0 0 1.8em !important;
}
.amh-blank-box-margin-bottom-0 {
  margin: 0.9em 0.3em 0 0.3em !important;
}

/************************************
** 便箋風ボックス（緑色）の設定
************************************/
.blank-box.sticky.st-green {
  border-color: #43a047;
  background-color: #e8f5e9;
  line-height: 1.8em;
  padding: 0.9em 0;
  margin: 0.9em 0.3em;
}
.blank-box.sticky.st-green ul {
  margin: 0 !important;
  padding: 0 0 0 1.8em !important;
}
.amh-st-green-padding-zero {
  padding: 0.9em !important;
}
.amh-st-green-padding-zero-i {
  padding: 0 0 0 0.9em !important;
}
.amh-st-green-padding {
  padding: 0.9em 0.9em 0.9em 1.9em !important;
}
.amh-st-green-padding-i {
  padding: 0.9em 0.9em 0.9em 1.9em !important;
  text-indent:-1em;
}
.amh-st-green-margin-bottom-0 {
  margin: 0.9em 0.3em 0 0.3em !important;
}

/************************************
** タブボックスの設定
************************************/
.wp-block-cocoon-blocks-tab-box-1{
  line-height: 1.8em;
  margin: 2.4em 0.3em 0.9em !important;
}

/************************************
** アイコンボックス（チェック）の設定
************************************/
.wp-block-cocoon-blocks-icon-box {
  border-color: #ea5506 !important;
  background-color: #fef1eb;
  line-height: 1.8em;
  margin: 0.9em 0.3em;
}
.information-box::before, .information::before {
  border-right: 1px solid #ea5506;
  color: #ea5506;
}

/************************************
** 表（画面解像度によるフォントサイズ縮小を防ぐ）の設定
************************************/
div table th, div table td {
    font-size: 1em;
}
/************************************
** 表の設定（基本）
************************************/
.wp-block-table table {
  border: none !important;
  line-height: 1.5em;
}
.wp-block-table thead {
  border: none !important;
}
.wp-block-table tbody {
  border: none !important;
}
.wp-block-table th {
  border: none !important;
  background-color: transparent !important;	
}
.wp-block-table tr {
  background-color: transparent !important;	
}

/************************************
** 表の追加設定（マージン）
************************************/
.amh-table-margin {
  margin: 0.9em 0 !important;
}
.amh-table-margin-t {
  margin: 0.9em 0 0 !important;
}
.amh-table-margin-lr-0 {
  margin: 0 0.9em !important;
}
.amh-table-margin-lr {
  margin: 0 2em !important;
}
.amh-table-margin-l {
  margin: 0 0 0 1em !important;
}
.amh-table-margin-ld {
  margin: 0 0 0.9em 1em !important;
}
.amh-table-margin-ldt {
  margin: 1.8em 0 1.8em 1em !important;
}

/************************************
** 表の追加設定（パディング）
************************************/
.amh-table-padding-0 td {
  padding: 0 !important;
}

/************************************
** 表の追加設定（改行禁止）
************************************/
.amh_td_nowrap td{
  white-space: nowrap !important;
}

/************************************
** 表の追加設定（セル：垂直方向の配置）
************************************/
.amh_td_valign_top td {
  vertical-align: top !important;
}

/************************************
** 表の追加設定－（フォントサイズ：小）
************************************/
.amh-table-font-small table {
  font-size: 88%;
  /* font-size: 10.5pt; */
}
/************************************
** 表の追加設定－（行の高さ）
************************************/
.amh_table_lineheight-1 table {
  line-height: 1em !important;
}
.amh_table_lineheight-15 P{
  line-height: 1.5em !important;
}

/************************************
** 表の追加設定（緑色）
************************************/
.amh-table-green th {
  border: none !important;
  background-color: #43a047 !important;
  font-weight: normal;
  color: #ffffff;
}
.amh-table-green td {
  border: none !important;
  border-bottom: 1px solid #43a047 !important;
}
.amh-table-green table tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}
.amh-table-green table tr:nth-of-type(2n) {
  background-color: #e8f5e9;
}

/* 表の追加設定（緑色：ボーダー）*/
.amh-table-border-top td{
  border-top:  1px solid #43a047 !important;
}

/* 表の追加設定（緑色：見出しなし）*/
.amh-table-green-zero td{
  border-top:  1px solid #43a047 !important;
  background-color: #ffffff;
}
/* 表の追加設定（緑色：見出しなし，1列目）*/
.amh-table-green-one td {
  border-top:  1px solid #43a047 !important;
  background-color: #ffffff;
}
.amh-table-green-one tr td:nth-child(1){
  background-color:#e8f5e9;
}
/* 表の追加設定（緑色：見出しなし，2列目だけ）*/
.amh-table-green-add_two td{
  border-top:  1px solid #43a047 !important;
  background-color: #ffffff;
}
.amh-table-green-add_two tr td:nth-child(2){
  background-color:#e8f5e9;
}
/* 表の追加設定：セルの結合対応（緑色：見出しなし，1列目）*/
.amh-table-green-one-m td{
  border-top:  1px solid #43a047 !important;
  background-color: #ffffff;
}
.amh-table-green-one-m tr td[rowspan]{
  background-color:#e8f5e9;
}
/* 表の追加設定：セルの結合対応（緑色：見出しなし，1列目，2列目塗りつぶし）*/
.amh-table-green-two tr td:nth-child(1){
  background-color:#e8f5e9;
}
.amh-table-green-two tr td[rowspan]{
  background-color:#e8f5e9;
}
.amh-table-green-two tr td[rowspan] + td{
  background-color:#e8f5e9;
}
/* 表の追加設定：セルの結合対応（緑色：見出しなし，1列目，3列目塗りつぶし）*/
.amh-table-green-one-three tr td:nth-child(1){
  background-color:#e8f5e9;
}
.amh-table-green-one-three tr td:nth-child(2){
  background-color:#e8f5e9;
}
.amh-table-green-one-three tr td[rowspan]{
  background-color:#ffffff;
}
.amh-table-green-one-three tr td[rowspan] + td{
  background-color:#e8f5e9;
}
.amh-table-green-one-three tr td[rowspan] + td + td{
  background-color:#ffffff;
}

/************************************
** 表の追加設定（オレンジ色）
************************************/
.amh-table-orange th {
  border: none !important;
  background-color: #ea5506 !important;
  font-weight: normal;
  color: #ffffff;
}
.amh-table-orange td {
  border: none !important;
  border-bottom: 1px solid #ea5506 !important;
}
.amh-table-orange table tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}
.amh-table-orange table tr:nth-of-type(2n) {
  background-color: #fef1eb;
}
/* 表の追加設定（オレンジ色：見出しなし，1列目）*/
.amh-table-orange-one td{
  border-top:  1px solid #ea5506 !important;
  background-color: #ffffff;
}
.amh-table-orange-one tr td:nth-child(1){
  background-color:#fef1eb;
}
/* 表の追加設定（緑色：見出しなし，2列目だけ）*/
.amh-table-orange-add_two td{
  border-top:  1px solid #ea5506 !important;
  background-color: #ffffff;
}
.amh-table-orange-add_two tr td:nth-child(2){
  background-color:#fef1eb;
}
/* 表の追加設定：セルの結合対応（緑色：見出しなし，1列目，3列目塗りつぶし）*/
.amh-table-orange-one-three tr td:nth-child(1){
  background-color:#fef1eb;
}
.amh-table-orange-one-three tr td:nth-child(2){
  background-color:#fef1eb;
}
.amh-table-orange-one-three tr td[rowspan]{
  background-color:#ffffff;
}
.amh-table-orange-one-three tr td[rowspan] + td{
  background-color:#fef1eb;
}
.amh-table-orange-one-three tr td[rowspan] + td + td{
  background-color:#ffffff;
}

/************************************
** 表の追加設定（黒色）
************************************/
.amh-table-black th {
  border: none !important;
  background-color: #000000 !important;
  font-weight: normal;
  color: #ffffff;
}
.amh-table-black td {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}

/* 表の追加設定（黒色：ボーダー）*/
.amh-table-black-border td {
  border: none !important;
  border: 1px solid #000000 !important;
  line-height: 1em !important;
}

/* 表の追加設定（黒色：ボーダー_セル用）*/
.amh-table-black-border-cell{
  border: 1px solid #000000 !important;
}

/************************************
** 表の追加設定（レスポンシブ解除）
************************************/
/* 表全体の幅：100% */
.amh-table-td-width table {
  table-layout: auto;
  width: 100%;
}
.amh-table-td-width td {
  overflow-wrap: break-word;
  white-space: normal;
}
/* 1列目固定(改行なし) */
.amh-table-td-fix-1 tr td:nth-child(1) {
  white-space: nowrap;
}
.amh-table-td-fix-1 tr td:nth-child(n+2) {
  width: 100%;
}
/* 1,2列目固定(改行なし) */
.amh-table-td-fix-1-2 tr td:nth-child(1) {
  white-space: nowrap;
}
.amh-table-td-fix-1-2 tr td:nth-child(2) {
  white-space: nowrap;
}
.amh-table-td-fix-1-2 tr td:nth-child(n+3) {
  width: 100%;
}


/*******************************************/

/* 1列目：2文字幅 */
.amh-table-td-width-2 tr td:nth-child(1) {
  width: 2em;
}
/* 1列目：3文字幅 */
.amh-table-td-width-3 tr td:nth-child(1) {
  width: 3em;
}
/* 1列目：4文字幅 */
.amh-table-td-width-4 tr td:nth-child(1) {
  width: 4em;
}
/* 1列目：5文字幅 */
.amh-table-td-width-5 tr td:nth-child(1) {
  width: 5em;
}
/* 1列目：6文字幅 */
.amh-table-td-width-6 tr td:nth-child(1) {
  width: 6em;
}
/* 1列目：7文字幅 */
.amh-table-td-width-7 tr td:nth-child(1) {
  width: 7em;
}
/* 1列目：8文字幅 */
.amh-table-td-width-8 tr td:nth-child(1) {
  width: 8em;
}
/* 1列目：9文字幅 */
.amh-table-td-width-9 tr td:nth-child(1) {
  width: 9em;
}
/* 1列目：10文字幅 */
.amh-table-td-width-10 tr td:nth-child(1) {
  width: 10em;
}
/* 1列目：11文字幅 */
.amh-table-td-width-11 tr td:nth-child(1) {
  white-space: nowrap;
  width: 11em;
}
.amh-table-td-width-11 tr td:nth-child(n+2) {
  width: 100%;
}
/* 1列目：12文字幅 */
.amh-table-td-width-12 tr td:nth-child(1) {
  width: 12em;
}
/* 1列目：13文字幅 */
.amh-table-td-width-13 tr td:nth-child(1) {
  width: 13em;
}
/* 1列目：14文字幅 */
.amh-table-td-width-14 tr td:nth-child(1) {
  width: 14em;
}
/* 1列目：15文字幅 */
.amh-table-td-width-15 tr td:nth-child(1) {
  width: 15em;
}
/* 1列目：16文字幅 */
.amh-table-td-width-16 tr td:nth-child(1) {
  width: 16em;
}
/* 1列目：19文字幅 */
.amh-table-td-width-19 tr td:nth-child(1) {
  width: 19em;
}
/* 2列目，3列目：5文字幅 */
.amh-table-td-width-0-5-5 tr td:nth-child(2) {
  width: 5em;
}
.amh-table-td-width-0-5-5 tr td:nth-child(3) {
  width: 5em;
}
/* 2列目，3列目：9文字幅 */
.amh-table-td-width-0-9-9 tr td:nth-child(2) {
  width: 9em;
}
.amh-table-td-width-0-9-9 tr td:nth-child(3) {
  width: 9em;
}
/* 2列目，3列目：10文字幅 */
.amh-table-td-width-0-10-10 tr td:nth-child(2) {
  width: 10em;
}
.amh-table-td-width-0-10-10 tr td:nth-child(3) {
  width: 10em;
}
/* 2列目，3列目：12文字幅 */
.amh-table-td-width-0-12-12 tr td:nth-child(2) {
  width: 12em;
}
.amh-table-td-width-0-12-12 tr td:nth-child(3) {
  width: 12em;
}
/* 2列目，3列目，4列目：6文字幅 */
.amh-table-td-width-0-6-6-6 tr td:nth-child(2) {
  width: 6em;
}
.amh-table-td-width-0-6-6-6 tr td:nth-child(3) {
  width: 6em;
}
.amh-table-td-width-0-6-6-6 tr td:nth-child(4) {
  width: 6em;
}
/* 2列目，3列目，4列目：9文字幅 */
.amh-table-td-width-0-9-9-9 tr td:nth-child(2) {
  width: 9em;
}
.amh-table-td-width-0-9-9-9 tr td:nth-child(3) {
  width: 9em;
}
.amh-table-td-width-0-9-9-9 tr td:nth-child(4) {
  width: 9em;
}
/* 2列目，3列目，4列目：12文字幅 */
.amh-table-td-width-0-12-12-12 tr td:nth-child(2) {
  width: 12em;
}
.amh-table-td-width-0-12-12-12 tr td:nth-child(3) {
  width: 12em;
}
.amh-table-td-width-0-12-12-12 tr td:nth-child(4) {
  width: 12em;
}
/* 3列目：25文字幅 */
.amh-table-td-width-0-0-25 tr td:nth-child(3) {
  width: 25em;
}
/* 1列目：5文字幅，2列目：6文字幅 */
.amh-table-td-width-5-6 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-6 tr td:nth-child(2){
  width: 6em;
}
/* 1列目：5文字幅，2列目：5文字幅（セルの結合対応） */
.amh-table-td-width-5-5 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-5 tr td[rowspan]{
  width: 5em;
}
.amh-table-td-width-5-5 tr td[rowspan] + td{
  width: 5em;
}
/* 1列目：5文字幅，2列目：6文字幅 */
.amh-table-td-width-5-6 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-6 tr td:nth-child(2){
  width: 6em;
}
/* 1列目：5文字幅，2列目：8文字幅 */
.amh-table-td-width-5-8 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-8 tr td:nth-child(2){
  width: 8em;
}
/* 1列目：5文字幅，2列目：12文字幅（セルの結合対応） */
.amh-table-td-width-5-12 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-12 tr td[rowspan]{
  width: 5em;
}
.amh-table-td-width-5-12 tr td[rowspan] + td{
  width: 12em;
}
/* 1列目：5文字幅，2列目：22文字幅 */
.amh-table-td-width-5-22 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-22 tr td:nth-child(2){
  width: 22em;
}
/* 1列目：7文字幅，2列目：8文字幅 */
.amh-table-td-width-7-8 tr td:nth-child(1){
  width: 7em;
}
.amh-table-td-width-7-8 tr td:nth-child(2){
  width: 8em;
}
/* 1列目：7文字幅，2列目：18文字幅（セルの結合対応） */
.amh-table-td-width-7-18 tr td:nth-child(1){
  width: 7em;
}
.amh-table-td-width-7-18 tr td[rowspan]{
  width: 7em;
}
.amh-table-td-width-7-18 tr td[rowspan] + td{
  width: 18em;
}
/* 1列目：7文字幅，2列目：10文字幅（<td style="display: none;"></td>を使用）*/
.amh-table-td-width-7-10 tr td:nth-child(1) {
  width: 7em;
}
.amh-table-td-width-7-10 tr td:nth-child(2) {
  width: 10em;
}
/* 1列目：8文字幅，2列目：6文字幅 */
.amh-table-td-width-8-6 tr td:nth-child(1), th:nth-child(1){
  width: 8em;
}
.amh-table-td-width-8-6 tr td:nth-child(2), th:nth-child(2){
  width: 6em;
}
/* 1列目：11文字幅，2列目：11文字幅（<td style="display: none;"></td>を使用）*/
.amh-table-td-width-11-11 tr td:nth-child(1) {
  width: 11em;
}
.amh-table-td-width-11-11 tr td:nth-child(2) {
  width: 11em;
}
/* 1列目：13文字幅，2列目：9文字幅（<td style="display: none;"></td>を使用）*/
.amh-table-td-width-13-9 tr td:nth-child(1) {
  width: 13em;
}
.amh-table-td-width-13-9 tr td:nth-child(2) {
  width: 9em;
}
/* 1列目：5文字幅，2列目：9文字幅，3列目：5文字幅（セルの結合対応） */
.amh-table-td-width-5-9-5 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-9-5 tr td[rowspan]{
  width: 5em;
}
.amh-table-td-width-5-9-5 tr td[rowspan] + td{
  width: 9em;
}
.amh-table-td-width-5-9-5 tr td[rowspan] + td + td{
  width: 5em;
}
/* 1列目：5文字幅，2列目：6文字幅，3列目：7文字幅 */
.amh-table-td-width-5-6-7 tr td:nth-child(1){
  width: 5em;
}
.amh-table-td-width-5-6-7 tr td:nth-child(2){
  width: 6em;
}
.amh-table-td-width-5-6-7 tr td:nth-child(3){
  width: 7em;
}
/* 1列目：5文字幅，3列目：5文字幅，4列目：14文字幅 */
.amh-table-td-width-4-5-0-14 tr td:nth-child(1){
  width: 4em;
}
.amh-table-td-width-4-5-0-14 tr td:nth-child(3){
  width: 5em;
}
.amh-table-td-width-4-5-0-14 tr td:nth-child(4){
  width: 14em;
}
/* 1列目：11文字幅，2列目：8文字幅，3列目：5文字幅 */
.amh-table-td-width-11-8-5 tr td:nth-child(1){
  width: 11em;
}
.amh-table-td-width-11-8-5 tr td:nth-child(2){
  width: 8em;
}
.amh-table-td-width-11-8-5 tr td:nth-child(3){
  width: 5em;
}
/* 1列目：10文字幅，2列目：残りすべて，3列目以降20%幅（<td style="display: none;"></td>を使用）*/
.amh-table-td-width-10-all tr td:nth-child(1) {
  width: 10em;
}
.amh-table-td-width-10-all tr td:nth-child(2) {
  width: *;
}
.amh-table-td-width-10-all tr td:nth-child(3) {
  width: 20%;
}
.amh-table-td-width-10-all tr td:nth-child(4) {
  width: 20%;
}
.amh-table-td-width-10-all tr td:nth-child(5) {
  width: 20%;
}
/* 1列目～4列目：20% */
.amh-table-td-width-20p-all tr td:nth-child(1) {
  width: 8em;
}
.amh-table-td-width-20p-all tr td:nth-child(2) {
  width: 8em;
}
.amh-table-td-width-20p-all tr td:nth-child(3) {
  width: 8em;
}
.amh-table-td-width-20p-all tr td:nth-child(4) {
  width: 8em;
}
/* 1列目～4列目：25% */
.amh-table-td-width-25p-all tr td:nth-child(1) {
  width: 10em;
}
.amh-table-td-width-25p-all tr td:nth-child(2) {
  width: 10em;
}
.amh-table-td-width-25p-all tr td:nth-child(3) {
  width: 10em;
}
.amh-table-td-width-25p-all tr td:nth-child(4) {
  width: 10em;
}
/* 1列目～2列目：50% */
.amh-table-td-width-50p-all tr td:nth-child(1) {
  width: 20em;
}
.amh-table-td-width-50p-all tr td:nth-child(2) {
  width: 20em;
}

/*******************************************/


/************************************
** アコーディオンの設定
************************************/
/*全体枠*/
.toggle-wrap {
  border: none;
  color: #ea5506;
}
/*見出し*/
.toggle-button {
  text-align: left;	
  color: #ea5506;
  background-color: #ffffff;
  border: none;
}
/*見出しの＋/－ボタン*/
.toggle-button::before {
  font-family: FontAwesome;
  content: '\f078'; /*クリック前のアイコン*/
  color: #ea5506;
}
.toggle-checkbox:checked ~ .toggle-button::before {
  font-family: FontAwesome;
  content: '\f077'; /*クリック後のアイコン*/
  color: #ea5506;
}
/*内容*/
.toggle-content {
  color: #ea5506 !important;
  border: 2px solid #ea5506 !important;
}

/************************************
** ウィジェット（サイドバー）の見出し3の表示設定
************************************/
.sidebar h3 {
  border: none !important;
  line-height: 1em;
  padding: 0 2em!important;
  height: 2.1em;
}

/************************************
** ウィジェット（カテゴリ）の表示設定
************************************/
.widget_categories ul li a{
  line-height: 1em;
  padding: 0.3em 0;
}
/* 親カテゴリのカスタマイズ */
.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f115"; /* FontAwesomeのユニコード */
  color: #43a047;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
/* 子カテゴリのカスタマイズ */
.widget_categories ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #43a047;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
/* カスタムカテゴリのカスタマイズ */
.widget_nav_menu ul li a{
  line-height: 1.2em;
  padding: 0.3em 0;
  padding-left:2.1em;
  text-indent:-2.1em;
}
.widget_nav_menu ul li a::before{
  font-family: FontAwesome;
  content: "\f115"; /* FontAwesomeのユニコード */
  color: #43a047;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.widget_nav_menu ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #43a047;
  padding-left: 0.6em;
  padding-right: 0.6em;
}

/************************************
** ウィジェット（タグクラウド）の表示設定
************************************/
.widget_tag_cloud .tagcloud a {}
.widget_tag_cloud .tagcloud a:hover {}
/*アイコンの設定は，一旦，デフォルトのアイコンを非表示にしてから設定する*/
.tag-caption .fa-tag {
    display: none;
}
.tagcloud a .tag-caption::before {
  font-family: FontAwesome;
  content: "\f02b";
  padding-right: 3px;
  color: #43a047;
  text-align: left !important;
}

/*ダイナミックタグクラウドの設定*/

.DynamicCategoryTagCloud .tagcloud {
  line-height: 1em;
  padding: 0.3em 0;
}
.DynamicCategoryTagCloud .tagcloud a {
  border-color: #e8f5e9;
}
.DynamicCategoryTagCloud .tagcloud a:hover {
  background-color: #e8f5e9;
}


/************************************
** 印刷時のスタイルを定義
************************************/
@media print {
  img {
    max-width: 100% !important;
    height: auto;
  }
  body, .article {
    font-size: 18px !important;
  }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023pxより大*/
@media screen and (width > 1023px){
}
/*1023px以下*/
@media screen and (max-width: 1023px){
}
/*834px以下*/
@media screen and (max-width: 834px){
  .wp-block-table table {
	font-size: 88%;
    line-height: 1.5em;
  }
  .amh-table-font-small table {
    font-size: 77%;
    /* font-size: 10.5pt; */
  }
  .amh_table_lineheight-1 table {
    line-height: 1em !important;
  }
  .amh_table_lineheight-15 P{
    line-height: 1.5em !important;
  }
  .amh-img135 {
	transform: scale(0.88);
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  .wp-block-table table {
	font-size: 88%;
    line-height: 1.5em;
  }
  .amh-table-font-small table {
    font-size: 77%;
    /* font-size: 10.5pt; */
  }
  .amh_table_lineheight-1 table {
    line-height: 1em !important;
  }
  .amh_table_lineheight-15 P{
    line-height: 1.5em !important;
  }
  .amh-img135 {
	transform: scale(0.88);
  }
}

