
/*
工作機械のことなら用のcssファイルです。
このcssファイルは「header-machine_articles.php」で読み込まれます。
*/

/*foundation.cssなどの邪魔なcssを初期化*/

.site-main{
	padding-top: 10px;
}

.articles_top_image{
	height: 300px;
	width: 100%;
    background-image: url(../images/articles/top_1280.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}
.articles_top_image_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(46, 54, 66, .5);
	text-align: center;
	color: white;
	padding: 80px 20px;
}

.articles_top_text{
	font-size: 1.5em;
	font-weight: bold;
	color: white;
}
.articles_top_title h1 {
	font-size: 3.2em;
	font-weight: bold;
	color: white;
	margin-top: 20px;
}

.article_flex_box{
	display: flex; 			/* サイドバーのアイコンを追従するようにするため */
}

.articles_main{
	display: inline-block;
    width: 70%;
    float: left;
    padding: 0 25px 0 25px;
    line-height: 2em;
}

/* サイドバーの動きを大きく変えるため、メディアクエリで全く違く動きをさせる */
.articles_side{
	/*display: inline-block;*/		/* サイドバーのアイコンを追従するようにするため */
	display: flex; 					/* サイドバーのアイコンを追従するようにするため */
    width: 28%;
    /*min-width: 250px;*/
    max-width: 360px;
	vertical-align: top;
	margin-top: 10px;
	padding: 10px 20px 0px 20px;
}

.articles_side img{
	width: 100%;
	max-width: 360px;
}

.articles_wp_link_mainver{
	display: none;
	padding: 0 8%;
	margin-top: 100px;
	margin-bottom: 100px;
}
.articles_wp_link_sidever{

}

.articles_wp_link_area{
	background-color: white;
	box-shadow: 2px 2px 4px gray;
	border-radius: 5px;
	cursor: pointer;
	border: solid 1px gray;
	margin-bottom: 20px;
}
.articles_wp_link_image{
	padding:10px;
	display:inline-block;
	width:50%;
	float: left;
}
.articles_wp_link_text{
	padding:10px;
	display:inline-block;
	width:50%;
	text-align: center;
	font-weight: bold;
}
.articles_wp_link_button{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	padding:5px 10px;
	border-radius: 5px;
	color:white;
	background-image: linear-gradient(rgb(226, 65, 65), rgb(202, 22, 22));
}


/*@media screen and (max-width: 1024px) and (min-width: 641px){*/
@media screen and (max-width: 1024px) and (min-width: 769px){


	.articles_side{
		padding: 10px 10px 0px 10px;
		font-size: 0.85em;
	}

}

/*@media screen and (max-width: 480px){*/
/*@media screen and (max-width: 640px){*/
@media screen and (max-width: 768px){

	.article_flex_box{
		display: initial;	/* サイドバーのアイコンを追従するようにするため */
	}

	.articles_main {
		/*display: block;*/ /*書いてあると、PDFダウンロードのリンクが変に表示される 消しても表示に変わりなかったのでコメントアウト*/
		display: inline-block;
 		width: 100%;
		margin: 10px 0;
		width: auto;
   		padding: 0px 10px;
	}
	.articles_side {
		/*display: block;*/ /*書いてあると、PDFダウンロードのリンクが変に表示される 消しても表示に変わりなかったのでコメントアウト*/
		display: inline-block;
		width: auto;
 		width: 100%;
    	max-width: 700px;
	}
	.articles_side img{
		width: 100%;
		max-width: 600px;
	}


	.articles_top_image_mask{
		width: 100%;
		height: 100%;
		background-color: rgba(46, 54, 66, .5);
		text-align: center;
		color: white;
		padding: 30px 10px;
	}

	.articles_top_text{
		font-size: 1.2em;
		font-weight: bold;
		color: white;
		margin-top: 20px;
	}
	.articles_top_title h1 {
		font-size: 2.5em;
		font-weight: bold;
		color: white;
		margin-top: 40px;
	}
	.articles_wp_link_mainver{
		display: block;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.articles_wp_link_sidever{
		display: none;
	}

	.articles_wp_link_image{
		padding:10px;
		display:block;
		width:100%;
		float: initial;
	}
	.articles_wp_link_text{
		padding:10px;
		display:block;
		width:100%;
		text-align: center;
		font-weight: bold;
	}

}



/*h1*/
.entry-title{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 3px 10px 10px;
	border-bottom: 5px solid #00A42C;
	margin-bottom: 0.8em;
}

/*
h2{
	font-size: 24px;
	font-weight: bold;
	padding: 20px 10px;
	margin-bottom: 0.8em;
	margin-top: 3.0em;
	line-height: 1.2em;
	background-color: #00A42C;
	color: white;
}
*/

h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 3.5em;
	padding: 0.5em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #00A42C;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
}
@media screen and (max-width: 640px){
	h2{
		margin-top: 3.0em;
	}
}




h3{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 3.2em;
	padding: 0.2em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	border-bottom: solid 2px #d7d7d7;/*下線*/
}
@media screen and (max-width: 640px){
	h3{
		margin-top: 2.8em;
	}
}


/*
h4{
	margin-top: 1.0em;
	font-weight: bold;
	color: black;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #EEEEEE;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}
h4:before {
	content: '●';
	color: black;
	margin-right: 8px;
}
*/

h5{
	margin-top: 1.0em;
	padding: 0.5em;
	display: inline-block;
	border-bottom: 3px double #000;
}

h6{
	margin-top: 1.0em;
	padding: 0.2em;
	display: inline-block;
	font-weight: bold;
}




figcaption{
	text-align: center;
}



.entry-content a{
	color: #1779ba;
}
.entry-content a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

.entry-content p{
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin-bottom: 1.8em;
}



/* 目次 */
/*
.entry-content > ul{
	list-style-position: inside;
	border: 2px solid #00A42C;
	padding: 20px;
	width: auto;
	line-height: 2em;
}
*/
#toc_container {
	margin-left: auto;
	margin-right: auto;
	min-width: 50%;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.1em;
	border: 3px solid #00A42C;
}
#toc_container ul li{
	margin-top: 0.3em;
}
#toc_container li > ul > li{
	margin-top: 0.1em;
}



/* サイドバー */
.articles_side_content{
	padding-bottom: 3.5em;
}

.articles_side_title{
	font-size: 1.2em;
	border-bottom: 1px solid #888888;
	color: #00A42C;
	font-weight: bold;

}
.articles_side_content li{
	border-bottom: 1px solid #DDDDDD;
	padding: 0.5em 0;
}

.articles_side_icon{
	cursor: pointer;
}
.articles_side_icon:hover{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}









@media screen and (max-width: 640px){

	.entry-title{
		font-size: 23px;
	}

	.entry-content p{
		font-size: 14px;
	}

	.entry-content div{
		font-size: 14px;
	}

	#toc_container {
		padding: 10px 10px;
		font-size: 16px;
	}
}









.post_main_content{

}
.category_article_item_area{
	padding: 1em 2em;
	box-shadow: 2px 2px 4px gray;
	border-radius: 5px;
	vertical-align: top;
	cursor: pointer;
	border: solid 1px #DDDDDD;
}
.category_article_item_area:hover{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.category_article_item_title{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.2em;
	padding: 0.2em 0.5em;/*文字の上下 左右の余白*/
	border-bottom: solid 2px #d7d7d7;/*下線*/
}
.category_article_item_image{
	display: inline-block;
	width: 40%;
	border: solid 1px #EEEEEE;
	vertical-align: top;
}
.category_article_item_text{
	display: inline-block;
	width: 50%;
	margin-left: 5%;
	vertical-align: top;
}
.category_article_item_time{
	margin-top: 20px;
}



@media screen and (max-width: 640px){

	.category_article_item_area{
		padding: 0.4em 1em;
	}
	.category_article_item_image{
		display: block;
		width: 100%;
	}
	.category_article_item_text{
		display: block;
		width: 100%;
		margin-left: 0;
	}

}


/* ことなら記事内の内部リンクボタン */
.wrapper-recommend {
	margin: 100px 0 50px;
  }

  .recommend {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1em;
	padding: 20px;
	border: 2px solid #03743A;
	text-decoration: none;
	transition: 0.5s;
  }

  .recommend__label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 12px;
	background-color: #03743A;
	color: #fff;
	font-size: 12px;
	transform: translate(-2px, -100%);
	border-radius: 6px 6px 0 0;
  }

  .recommend__label::before {
	content: "\f35d";
	font-family: "Font Awesome 5 free";
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	margin-right: 6px;
  }

  .recommend__thumbnail {
	width: 50%;
  }

  .recommend__img {
	width: 100%;
  }

  .recommend__body {
	width: 100%;
	margin-left: 12px;
	margin-right: 12px;
  }

  .recommend__title {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
  }

  .recommend:hover {
	/*background-color:rgba(55,162,327,.1);*/
	/*transform: translateY(-4px);*/
	/*box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, .1);*/
	opacity: 0.7;
  }


/* 留のうらがわ */


/*必要な個所のみ書き換え*/
.uragawa_top_image{
    background-image: url(../images/uragawa/top_1280_2.jpg);
}
.uragawa_top_image_mask{
	background-color: rgba(46, 54, 66, .3);
}


/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: black;
  background-color: #FFFFFF;
  margin-left: 110px;          /* 左に余白を設ける */
  margin-right: 40px;          /* 右に余白を設ける */
  margin-top: 60px;
  margin-bottom: 30px;
  border: solid 4px #DDDDDD; 	/*0888ff*/ /*88CCff*/
  z-index: 3;
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .post_talk_icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #DDDDDD;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 20px;
  border-right: 15px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 2;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: black;
  background-color: #FFFFFF;
  margin-right: 110px;          /* 右に余白を設ける */
  margin-left: 40px;          /* 左に余白を設ける */
  margin-top: 30px;
  margin-bottom: 30px;
  border: solid 4px #DDDDDD;
  z-index: 3;
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .post_talk_icon{
  position: absolute;
  right: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #DDDDDD;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 20px;
  border-left: 15px solid #FFFFFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 2;
}

.post_talk_icon img{
  width: 84px;
  height: 84px;
  border-radius: 50%;
}




@media only screen and (max-width: 40.063em) {

/*
	.balloon1{
	  position: relative;
	  padding: 10px 5px;
	  margin-top: 90px;
	  margin-left: 0px;
	  margin-right: 0px;
	  line-height: 1.8em;
	}

	.balloon1 .post_talk_icon{
	  position: absolute;
	  left: 0;
	  top: -80px;
	}

	.balloon1::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: 15px;
	  top: -15px;
	  border-bottom: 15px solid #DDDDDD;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
	  border-top: initial;
	  z-index: 1;
	}
	.balloon1::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: 15px;
	  top: -10px;
	  border-bottom: 15px solid #FFFFFF;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
	  border-top: initial;
	  z-index: 2;
	}



	.balloon2{
	  position: relative;
	  padding: 10px 5px;
	  margin-top: 90px;
	  margin-left: 0px;
	  margin-right: 0px;
	  line-height: 1.8em;
	}

	.balloon2 .post_talk_icon{
	  position: absolute;
	  right: 0;
	  top: -80px;
	}

	.balloon2::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: 15px;
	  top: -15px;
	  border-bottom: 15px solid #DDDDDD;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
	  border-top: initial;
	  z-index: 1;
	}
	.balloon2::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: 15px;
	  top: -10px;
	  border-bottom: 15px solid #FFFFFF;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
	  border-top: initial;
	  z-index: 2;
	}
*/








	.balloon1{
	  position: relative;
	  padding: 15px 10px;
	  border-radius: 10px;
	  color: black;
	  background-color: #FFFFFF;
	  margin-left: 80px;
	  margin-right: 0px;
	  margin-top: 60px;
	  margin-bottom: 30px;
	  border: solid 4px #DDDDDD;
	  line-height: 1.8em;
	  z-index: 3;
	}

	.balloon1 .post_talk_icon{
	  position: absolute;
	  left: -80px;
	  top: 0;
	}

	.balloon1::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: -15px;
	  top: 15px;
	  border-right: 15px solid #DDDDDD;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  z-index: 1;
	}
	.balloon1::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  left: -10px;
	  top: 15px;
	  border-right: 15px solid #FFFFFF;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  z-index: 2;
	}


	.balloon2{
	  position: relative;
	  padding: 15px 10px;
	  border-radius: 10px;
	  color: black;
	  background-color: #FFFFFF;
	  margin-right: 80px;
	  margin-left: 0px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	  border: solid 4px #DDDDDD;
	  line-height: 1.8em;
	  z-index: 3;
	}

	.balloon2 .post_talk_icon{
	  position: absolute;
	  right: -80px;
	  top: 0;
	}

	.balloon2::before{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: -15px;
	  top: 15px;
	  border-left: 15px solid #DDDDDD;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  z-index: 1;
	}
	.balloon2::after{
	  content: '';
	  position: absolute;
	  display: block;
	  width: 0;
	  height: 0;
	  right: -10px;
	  top: 15px;
	  border-left: 15px solid #FFFFFF;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	  z-index: 2;
	}






	.post_talk_icon img{
	  width: 60px;
	  height: 60px;
	  border-radius: 50%;
	}

}

















/* 共通部分 */
.strong_color{
	color: #BF222C;
}

.keiko_yellow{
	background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}

.post-thumbnail{
	text-align : center;
}
.post-thumbnail img{
}

.pointbox {
    position: relative;
    margin: 3em 50px;
    padding: 0.5em 1em;
    border: solid 3px #00A42C;
    /*min-width: 400px;*/
}

@media only screen and (max-width: 40.063em) {
	.pointbox {
	    margin: 3em 10px;
	}
}

.pointbox .pointbox_title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #00A42C; /*62c1ce*/
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.pointbox p {
    margin: 0;
    padding: 0;
}

.columnbox {
    margin: 3em 2em 20px;
    background: #f1f1f1;
    border: solid 1px #CCCCCC;
}
.columnbox .columnbox_title {
    font-size: 1.2em;
    background: #00A42C; /*62c1ce*/
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.columnbox p {
    padding: 15px 20px;
    margin: 0;
}





/* YARPP用のCSS */
ul.related-post{
	width:100%;
	overflow:hidden;
	margin:20px 0;
	height:100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.related-post li {
	float: left;
	width:22%;
	display: block;
	margin-right: 4%;
	margin-bottom: 20px;
}

ul.related-post li:nth-child(4n) {
	margin-right: 0;
}

ul.related-post li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

ul.related-post li p.title{
	line-height: 1.8;
    font-size: 95%;
}

ul.related-post li p.title a{
	text-decoration: none;
}

ul.related-post li img{
	width: 100%;
	height: 120px;
	object-fit: cover;
	overflow: hidden;
}

@media (max-width: 599px) {
/* small devices */

ul.related-post li {
	width:48%;
}

ul.related-post li:nth-child(2n) {
	margin-right: 0;
}


/************************************
** 比較表
************************************/
/* 比較表全体 */
.compare-box {
  display:-webkit-box;/* 配置 */
  display:-ms-flexbox;/* 配置 */
  display:flex;/* 配置 */
  max-width:600px;/* 横幅 */
  margin: 0 auto 2rem;/* 余白 */
  border-radius:4px;/* 角丸 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
  background: #fef9ed; /* 背景色 */
}
/* 左のボックス、右のボックス */
.compare-box .compare-left-wrap, .compare-box .compare-right-wrap{
  width:50%;/* 横幅半分ずつ */
  overflow:hidden;/* はみ出さないように*/
}
/* 左のタイトル、右のタイトル */
.compare-box .compare-left-head, .compare-box .compare-right-head{
  background: #fdc44f; /* 背景色 */
  text-align: center;/* 中央寄せ */
  color: #FFF; /* 文字色 */
  font-weight: bold;/* 文字太さ */
  padding:0em 1em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:1.5;/* 行間 */
  height:65px;/* 縦幅 */
  display:table-cell;/* 形式 */
  vertical-align:middle;/* 高さ中央寄せ */
  width:1000px;/* 横幅 */
}
/* 左のタイトル */
.compare-box .compare-left-head{
  border-radius:4px 0 0 0;/* 角丸 */
}
/* 右のタイトル */
.compare-box .compare-right-head{
  border-radius:0 4px 0 0;/* 角丸 */
}
/* 左のコンテンツ、右のコンテンツ */
.compare-box .compare-left, .compare-box .compare-right{
  padding:1.5em;/* 余白 */
  font-size:15px;/* 文字大きさ */
  line-height:2;/* 行間 */
  text-align: justify;/* 段落両端 */
  text-justify: inter-ideograph;/* 段落両端 */
}
/* 文章 */
.compare-box p {
  padding: 0;/* 余白 */
  margin: 0 0 20px 0;/* 余白 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 左のタイトル、右のタイトル */
  .compare-box .compare-left-head, .compare-box .compare-right-head{
    font-size:12px;/* 文字大きさ */
    height:50px;/* 高さ */
  }
  /* 左のコンテンツ、右のコンテンツ */
  .compare-box .compare-left, .compare-box .compare-right {
      padding: 1.2em;/* 余白 */
      font-size: 12px;/* 文字大きさ */
   }
}
/************************************
** 比較表 箇条書き(記号)
************************************/
/* 箇条書き(記号) */
.compare-box .list{
   list-style: none !important;/* 行頭記号リセット */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き 行 */
.compare-box .list li {
   border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類 色) */
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px;/* 横幅 */
   padding: 0 0 0.7em 1.4em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き 行最後 */
.compare-box .list li:last-child{
   border:none;
}
/* 箇条書き 行頭記号 */
.compare-box .list li:before {
   background-color:  #ffa952; /* 色 */
   position: absolute;/* 配置 */
   content: '';/* 空文字 */
   top: 10px;/* 上からの距離 */
   left: 7px;/* 下からの距離 */
   width: 7px;/* 横幅 */
   height: 7px;/* 縦幅 */
   border-radius: 4px;/* 角丸 */
}
/*スマホで見たとき*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号 */
  .compare-box .list li:before {
    top: 9px;/* 上からの距離 */
    left: 3px;/* 下からの距離 */
    width:5px;/* 横幅 */
    height:5px;/* 縦幅 */
  }
}
/************************************
** 比較表　箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.compare-box .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.compare-box .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
  border-bottom:1px dashed #cdcdcd;/* 線(太さ 種類 色) */
}
/* 箇条書き 行最後 */
.compare-box .list-number li:last-child{
   border:none;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 12px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:5px;/* 上からの距離 */
   width: 18px;/* 横幅 */
   height: 18px;/* 縦幅 */
   line-height: 18px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/* 箇条書き 行頭記号リセット */
.compare-box .list-number li:after{
  content:'';
}
/*スマホで見た時*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .compare-box .list-number li{
     padding: 0 0 0.5em 1.8em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .compare-box .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 16px;/* 横幅 */
    height: 16px;/* 縦幅 */
    line-height: 16px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}
/************************************
** 比較表シルバー
************************************/
/* 全体 */
.compare-box-silver{
background:#fafafa !important;
}
/* タイトル */
.compare-box-silver .compare-left-head,.compare-box-silver .compare-right-head{
background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%) !important;
color:#777 !important;
}
/* 箇条書き(記号) 行頭番号 */
.compare-box-silver .list li:before {
background:#ccc !important;
}
/* 箇条書き(番号) 行頭番号 */
.compare-box-silver .list-number li:before {
background:#ccc !important;
}
}

/************************************
** モーダルウィンドウ
************************************/

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 300px;
    max-width: 600px;
	background: #fff;
}

.onetime_popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
	position: absolute;
    top: -3%;
    left: 100%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    background: #000;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}


/*----WordPress Popular Posts用CSS----*/

/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776E;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    margin: 10px 10px 10px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: #3fa3ff;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
	max-width: 100px;
	width: 100%;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 10px;
    border-radius:50%;
    z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
    background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
    background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
    background-color: #BA6E40;
}

/*サムネイル*/
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
	max-width: 100px;
	width: 100%;
}


/*----サイドバーおすすめ資料一覧用CSS----*/

.sidebar-library-container {
	margin: 10px 0;
}

.sidebar-library-item {
	padding:10px;
}

.sidebar-library-link {
	display: flex;
    padding: 10px!important;
    width: 100%;
    border-radius: 3px;
    background-color: #eee;
}

.sidebar-library-link:hover {
	background-color: #3fa3ff;
	color: #fff;
}

.sidebar-library-link__image {
}

.sidebar-library-link__image img {
	width: 100%;
    height: auto;
	display: block;
}

.sidebar-library-link__text {
	width: 100%;
	max-height: 100px;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}

.sidebar-library-link__title {
	font-size: 0.8rem;
}

@media screen and (max-width: 786px) {
		.sidebar-library-link__text {
		line-height: 10px;
	}
	.sidebar-library-link__title {
		font-size: 0.7rem;
	}
}


.wrap {
	max-width: 1200px;
	margin: 0 auto;
}