/* カスタム CSS をここに入力してください */
/* 記事の文面はpタグなので、line-height：文字の高さ指定（連続文の行間調整）、margin-bottom：pタグの下の空き指定、font-size：フォントサイズ指定。仮入力*/
/*   margin-bottom:10px;
   font-size: 14px; */
p {
   line-height: 1.7em;
}
/* リンクの下線を調整 */
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border-bottom: none;
	text-decoration: underline;
}

/* ul（・）の左マージン調整 仮入力 */
ul {
    margin-left: 1.5em;
}

/* ol（1,2,3...）の左マージン調整 仮入力 */
ol {
    margin-left: 1.5em;
}

/* liの下の空間調整のための文字の高さ調整 仮入力 */
li {
   line-height: 1.7em;
}

/* imgにグレーの枠線をつける 仮入力 */
/* img {
    border:1px solid #c7c7c7c7;
} */

/* prev,nextのナビリンク非表示 */
.nav-links {
    display: none;
}
/* ヘッダー部分のカテゴリ非表示 */
.page-header {
		display: none;
}

/* フッター非表示 */
footer.entry-footer {
  display: none;
}

#main p, #main li, #main pre, #main table{
		font-size: 14px;
}

/* 全体的なフォント */
* {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal; 
}


#main article , .page-header , .page-content  {
    box-shadow: none !important;
    /*margin: 20px;*/
}
	.site-main {
		padding: 0;
	}

#main #comments {
	box-shadow: none !important;
}

#main .nav-previous {
	box-shadow: none !important;
}

#colophon {
	display: none;
}

#main p, #main li, #main pre{
		font-size: 14px;
}
.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	text-transform: none;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 2em;
    text-decoration: none;
    color: #FFF;
	   background: #696969; 
	border: solid 1px #808080;/*線色*/
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
		margin: 10px 20px 10px 20px;
}
.square_btn:hover {/*ホバー*/
		color: #000;
		background: #d3d3d3;/*色*/
    border: solid 1px #a9a9a9;/*線色*/
    box-shadow: none;
    text-shadow: none;
}
.index_trialmenu {
    width: 100%;
    text-align: center;
  *zoom: 1;
  background: #f9f9f9;
  padding: 20px 35px;
  margin-bottom: 30px;
}
.index_trialmenu::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.index_trialmenu dt {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    *zoom: 1;
}
.index_trialmenu dt::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.index_trialmenu dt span {
    display: inline-block;
    position: relative;
}
.index_trialmenu dt span::before {
    position: absolute;
    content: "";
    background: url(https://litmus.jig-saw.com/developer/wp-content/uploads/2018/05/title_bg.png);
    width: 80px;
    height: 21px;
    top: 2px;
    left: -90px;
}
.index_trialmenu dt span::after {
    position: absolute;
    content: "";
    background: url(https://litmus.jig-saw.com/developer/wp-content/uploads/2018/05/title_bg.png);
    width: 80px;
    height: 21px;
    top: 2px;
    right: -90px;
}
.index_trialmenu dd {
    float: left;
    padding: 0;
    margin: 0;
    width: 48%;
}
.index_trialmenu dd a {
    display: block;
    color: #FFF;
    padding: 15px;
    background: #999 url(https://litmus.jig-saw.com/developer/wp-content/uploads/2018/05/white-arrow.png) no-repeat 90% center;
    font-size: 18px;
    text-decoration: none;
  line-height: 1.0;
    border-radius: 10px;
}
.index_trialmenu dd a:hover {
    opacity: 0.75;
}
.index_trialmenu dd + dd {
    float: right;
}
.index_trialmenu dd + dd a {
    background: #999 url(https://litmus.jig-saw.com/developer/wp-content/uploads/2018/05/white-arrow.png) no-repeat 90% center;
}
.sidemenuNavi {
  	margin: 0 !important;
}
.sidemenuNavi li {
    list-style: none;
}
.sidemenuNavi li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
  padding: 15px 10px;
    text-align: center;
  background: #333 url(https://litmus.jig-saw.com/developer/wp-content/uploads/2018/05/white-arrow.png) no-repeat 95% center;
  border-bottom: none !important;
  border-radius: 10px;
}
.sidemenuNavi li a:hover {
    opacity: 0.75;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .index_trialmenu dt {
        font-size: 16px;
    }
  .index_trialmenu dt span::before,
    .index_trialmenu dt span::after {
        display: none;
    }
    .index_trialmenu dd {
        float: none;
        display: block;
        width: 100%;
    }
    .index_trialmenu dd + dd {
        float: none;
        margin-top: 10px;
    }
}

.sample-box-13 {
    border: 2px solid dimgray;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
  font-size: 15px;
}
.sample-box-13::before {
    background-color: #fff;
    color: dimgray;
    content: "お知らせ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}