/* タイトル */
.entry-content {
    padding-bottom: 15px;
}
.entry-content h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.entry-content h2 {
    position: relative;
    /*color: #111;*/
    border-bottom: 4px solid #ccc;
    padding: 0 0 4px;
}
.entry-content h2::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 25%;
    height: 4px;
    background-color: #008F00;
    z-index: 2;
    content: '';
}
/* タイトルここまで */

/* サブタイトル */
h3.subtitle {
    font-size: 15px;
}
h3.subtitle {
    position: relative;
    border-top: solid 1px #008F00;
    border-bottom: solid 1px #008F00;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    /*margin: 1em 0 0.5em;*/
    margin: 0 0 0.5em;
}
/* サブタイトルここまで */

.section{
    padding-bottom: 20px;
}

.explanation-area{
    padding:5px 0 0;
    font-size:13px;
}

/* 吹き出し オンマウスオーバー（メールBOXロック解除で使用）*/
.balloonoya {
  position   : relative;                /* 指定した分だけ相対的に移動 */
}
.balloonoya:hover .balloon {
  display: inline;                /* インライン要素として表示 */
}
.balloon {
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 8px;                         /* テキストの前後の余白 */
/*background-color: rgba(255, 127, 127, 1);*/       /* 背景色（透明度） */
  background-color: rgba(242, 222, 222, 1);       /* 背景色（透明度） */
  width:270px;                          /* 吹き出し全体の幅 */
/*left : 40px;*/                        /* 表示位置 */
/*bottom : 50px;*/                      /* 表示位置 */
  left : 0%;                           /* 表示位置 */
  bottom : 65%;                         /* 表示位置 */
  margin-bottom : 12px;                 /* 表示位置 */
  font-size: 80%;                       /* 文字サイズ */
  color: #A94442;                       /* 文字色 */
}
.balloon:after{
/*border-top: 12px solid rgba(255, 127, 127, 1);*/    /* 吹き出し口の高さ・色 */
  border-top: 12px solid rgba(242, 222, 222, 1);    /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  bottom: -12px;                          /* 吹き出し口の位置調整 */
  left : 5%;                              /* 吹き出し口の横位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}
/* 吹き出し オンマウスオーバー（メールBOXロック解除で使用）ここまで */


/* 開閉アコーディオン */
/* リンク文字 */
.toggle-link {
/* text-decoration: none; */
}

/* 説明文エリア 枠あり */
.toggle-box, .toggle-box1, .toggle-box2{
  border: 1px dashed #CDCDCD;
  margin: 10px 0;
  padding: 10px;
  display: none;
}

/* 説明文エリア 枠なし */
.toggle-box-none {
  display: none;
}

/* 説明文エリア 黄色 */
.toggle-box-yellow{
  border: 1px dashed #D8CA76;
  background: #FFF9D3;
  margin: 10px 0;
  padding: 10px;
  font-size:12px;
  font-weight:normal;
  width:100%;
  display: none;
}

/* 説明文エリア 赤色 */
.toggle-box-red{
  border: 1px dashed #A94442;
  background: #F2DEDE;
  margin: 10px 0;
  padding: 10px;
  font-size:12px;
  font-weight:normal;
  width:100%;
  display: none;
}

/* 開閉アコーディオン ここまで */

/* 必須項目アスタリスク */
.asterisk {
  color:#ff0000;
}
/* 必須項目アスタリスクここまで */

/* ダッシュボードメニュー */
.line-up-area {
  /*
  margin: 40px 0;
  margin: 2.5rem 0;
  */
}
.max-contents {
  border: 1px solid #000;
  text-align: center;
}
.table-contents {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-cell-content {
  display: table-cell;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.table-cell-content:first-child {
  padding-left: 0;
}
.table-cell-content__text {
  /* background: #f8f8f8; */
  background: #f2f2f2;
  padding: 16px;
  padding: 1rem;
  text-align: center;
}
.table-cell-content__box {
  margin-top:8px;
}
/* ダッシュボードメニューここまで */

/* 警告 */
.warning{
    width: auto;
    color: #555;
 /* font-size: 12px; */
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    padding: 8px;
    background: #F2DEDE;
    border: dashed 1px #A94442;/*点線*/
}
/* 警告ここまで */

/* 注釈 背景グレー */
.comment-gray{
    width: auto;
    color: #555;
  /*font-size: 12px;*/
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  /*padding: 8px;*/
    padding: 12px;
    background: #f5f5f5;
    border: dashed 1px #c0c0c0;/*点線*/
}
/* 注釈 背景グレーここまで */

/* 注釈 背景白 */
.comment-white{
    width: auto;
    color: #555;
 /* font-size: 12px; */
    line-height: 20px;
    margin-top: 8px;
    padding: 8px;
    background: #ffffff;
    border: dashed 1px #c0c0c0;/*点線*/
}
/* 注釈 背景白ここまで */

div.list-style-disc ul li {list-style-type: disc;} /* 箇条書き 黒丸　*/

/* リンク色 黒 */
.link-color-black a:link{
    color: #454545;
    text-decoration: none;
}
.link-color-black a:visited{
    color: #454545;
    text-decoration: none;
}
.link-color-black a:hover{
    color: #36B336;
    text-decoration: none;
}
.link-color-black a:active{
    color: #36B336;
    text-decoration: none;
}
/* リンク色 黒 ここまで */

/* プレースホルダー */
.form-control-text::placeholder{
    padding: 3px 0;
    font-size: 12px;
}
/* プレースホルダー ここまで */

/* FourM VIDEO */
.trvdfloater{bottom: 100px !important;}
/* FourM VIDEO ここまで */