
/*----------------------------
  本文のスタイル
-----------------------------*/

/* アイキャッチ画像　中央 */
.eye-catch {
	text-align: center;
}

.eye-catch .cat-label {
    display: none;
}

/* 本文上のマージン */
.entry-content {
	margin-top: 3em;
}

/* フォントを灰色にする */
body{
 color:#555555 !important;
}

/* 黄色マーカー */
.marker {
 background-color: #FFF9C4;
}

/* 太赤 */
.red {
	color: #ff5353;
}

/* 青下線 */
.marker-under-blue {
	background: linear-gradient(transparent 68%, #a8eaff96 68%);
  }

/* タイトル */
.article h1{
	font-size: 17px;
	line-height: 1.5;
	color: #a01238;
}
	
/* タイトル */
.article h2{
	font-size: 18px;
	line-height: 1.5;
}
	
	


/* リスト 白丸 */
.article ul[style="list-style-type: circle;"] {
	list-style-type: none !important;
	padding-left: 30px;
	padding-right: 20px;
}
 
.article ul[style="list-style-type: circle;"] li {
	text-indent: -1.5em;
	margin-left: 1em;
	padding: 8px 0px 8px 0px;
}
 
.article ul[style="list-style-type: circle;"] li::before {
	display: inline-block;
	width: 1em;
	margin-right: 0.5em;
	color: #ff4470; /*アイコン色*/
	/*font-size: 1em;*/
	content: "\f00c";/*アイコン種類*/
	font-family: FontAwesome;
	text-indent: 0;
}

/* リスト 黒丸 */
.article ul[style="list-style-type: disc;"] {
	list-style-type: none !important;
	padding-left: 15px;
	padding-right: 15px;
}
 
.article ul[style="list-style-type: disc;"] li {
	text-indent: -1.5em;
	margin-left: 1em;
	padding: 0px 0px 0px 0px;
}
 
.article ul[style="list-style-type: disc;"] li::before {
	display: inline-block;
	width: 1em;
	margin-right: 0.5em;
	color: #a6dafb; /*アイコン色*/
	content: "\f138";/*アイコン種類*/
	font-family: FontAwesome;
	text-indent: 0;
}

/*----------------------------
  ランキング用見出しのカスタマイズ 
-----------------------------*/
h3.rnk {

}

.rnk img.alignleft {
 	margin: 0 0.5em 0em 0;
}

/*----------------------------
  ボックスのスタイル
-----------------------------*/

/* 枠だけボックス */
.box {
    padding: 0.1em 1em;
    margin: 2em 0;
    background: #fff5f5;
    /*border: solid 3px #ff9090; 線*/
    border-radius: 4px;/*角の丸み*/
		color: #545b5f;
}
.box p{
		margin-top: 20px;
    margin-bottom: 20px;
}

.box2 {
    padding: 1em 1em;
    margin: 2em 0;
		color: #565656;
    /*font-weight: bold;*/
    background: #fffaf0;
   box-shadow: 0px 0px 0px 10px #fffaf0;
    border: dashed 2px #ffd46f;
}

.box3 {
    padding: 1em 1em;
    margin: 2em 0;
		color: #565656;
/*    font-weight: bold;*/
    background: #fff9ec;
    border-radius: 0px;/*角の丸み*/
		border-top: dashed  2px #d4d4d4;
    border-bottom: dashed 2px #d4d4d4;
	box-shadow: 0px 0px 0px 13px #fff9ec;
}

/* 見出しつきボックス */
.box-midasi {
    font-weight: bold;
    background: #ffffff;
	  margin: 3.5em 0;
		padding: 0px 0px 18px 0px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
/*    border: solid 3px #ffc107;線*/
}

.box-midasi .box-title {
	  font-size: 1.2em;
	  background: #ffc5c5;
    padding: 10px;
		margin-bottom: 18px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-midasi p {
    padding: 0 2em;
}

/* 見出しつきボックス */
.box-midasi2 {
    padding: 1em 1em;
    margin: 3.5em 0;
		color: #565656;
/*    font-weight: bold;*/
    background: #fff9ec;
    border-radius: 0px;/*角の丸み*/
		border-top: dashed  2px #d4d4d4;
    border-bottom: dashed 2px #d4d4d4;
	box-shadow: 0px 0px 0px 13px #fff9ec;
}

.box-midasi2 .box-title {
	  text-align: center;
	  background: #fff9ec;
    padding: 10px 9px;
    line-height: 1;
    font-size: 19px;
    color: #ff859b;
    font-weight: bold;
}

.box-midasi2 p {
    padding: 0 2em;
}

/* ラベル風ボックス */
.box-label {
    position: relative;
	  margin: 5em 0 3em 0;
		padding: 10px 10px 10px 10px;
    border: solid 3px #ffb78d;
}
.box-label .box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
  	padding:5px 13px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ffb78d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*.box-label p {
    margin: 0; 
    padding: 0;
}*/

/* 関連記事ボックス */

.box-kanrenkizi {
    position: relative;
	  margin: 5em 0 3em 0;
		padding: 15px 20px 10px 25px;
	  background: #f6fcfd;
    border: solid 3px #f6fcfd;
		box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	
}
.box-kanrenkizi .box-title {
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 5px;
    padding: 2px 8px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 15px;
    background: #87cefa;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 0px 0 0;
}
.box-kanrenkizi p {
	  font-size: 16px;
	  line-height: 170%;
		font-weight: bold;
}

/*----------------------------
  ボタンのスタイル
-----------------------------*/

/* メインボタン */
.btn{
	display: inline-block;
	font-size: 2vh;
	width: 80%;
	padding: 15px 20px 15px 30px;
	margin: 0px 10px;
	text-decoration: none;
	background: #a75bf8;/*ボタン色*/
	color: #FFF !important;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: .3s;
	border-radius: 8px;
}

/*ボタンを押したとき*/
.btn:hover {
	-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(2px);/*下に動く*/ border-bottom: none;/*線を消す*/ } 

/*ボタン２*/
.btn2{
	display: inline-block;
	font-size: 2vh;
	width: 80%;
	padding: 10px 20px 10px 30px;
	margin: 0px 10px;
	text-decoration: none;
	background: #ff86a2;/*ボタン色*/
	color: #FFF !important;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: .3s;
	border-radius: 8px;
}

/*ボタンを押したとき*/
.btn2:hover { 
	-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(2px);/*下に動く*/ border-bottom: none;/*線を消す*/ }

/* メインボタン ミニ */
.mini_btn{
	display: inline-block;
	font-size: 12px;
	width: 95%;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px;
	text-decoration: none;
	background: #56d071;/*ボタン色*/
	color: #FFF !important;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: .3s;
	border-radius: 8px;
}

/*ボタンを押したとき*/
.mini_btn:hover {
	-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(2px);/*下に動く*/ border-bottom: none;/*線を消す*/ } 

/*ボタン２ ミニ*/
.mini_btn2{	display: inline-block;
	font-size: 12px;
	width: 95%;

	padding: 5px 5px 5px 5px;
	margin: 5px 5px;
	text-decoration: none;
	background: #ff86a2;/*ボタン色*/
	color: #FFF !important;
	font-weight: bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: .3s;
	border-radius: 8px;
}

/*ボタンを押したとき*/
.mini_btn2:hover { 
	-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(2px);/*下に動く*/ border-bottom: none;/*線を消す*/ }


/*----------------------------
  テーブルのスタイル

.article table{

}

.article table th{
	background-color: #fff2f2;
}

.articletable td:nth-child(odd){
  background-color: #fffbfa;
}
-----------------------------*/
