header.cps-post-header {
    display: none;
}

body {
	font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif!important;
}

p {
    line-height: 1.5rem!important;
}

strong {
	font-weight:700!important;
}

.cps-post-box {
    padding-top: 0!important;
}

.simple-box1, .simple-box2, .simple-box3, .simple-box4, .simple-box5, .simple-box6, .simple-box7, .simple-box8, .simple-box9, .kaisetsu-box1, .kaisetsu-box2, .kaisetsu-box3, .kaisetsu-box4, .kaisetsu-box5, .kaisetsu-box6, .concept-box1, .concept-box2, .concept-box3, .concept-box4, .concept-box5, .concept-box6, .innerlink-box1 {
    margin-bottom: 15px;
}

.simple-box1 P, .simple-box2 P, .simple-box3 P, .simple-box4 P, .simple-box5 P, .simple-box6 P, .simple-box7 P, .simple-box8 P, .simple-box9 P, .kaisetsu-box1 P, .kaisetsu-box2 P, .kaisetsu-box3 P, .kaisetsu-box4 P, .kaisetsu-box5 P, .kaisetsu-box6 P, .concept-box1 P, .concept-box2 P, .concept-box3 P, .concept-box4 P, .concept-box5 P, .concept-box6 P, .innerlink-box1 P {
    padding-bottom: 5px!important;
}

blockquote p {
	padding-bottom: 5px!important;
}

/* カスタム CSS をここに入力してください */
h1 {
  background: #ffcdc4;
  box-shadow: 0px 0px 0px 5px #ffcdc4;
  border: dashed 1px #ffffff;
  padding: 0.2em 0.5em;
}

h2 {
  position: relative;
  padding: 0.2em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

h3 {
  position: relative;
  padding: 1rem .5rem;
}

h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

h4  {
  position: relative;
	font-size: 15px!important;
  padding: 1rem 2rem;
  text-align: left;
  color: #0075a9;
  border-radius: 0 10px 10px 10px;
  background: #d8ecf5;
}

h4:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-size: 1.0rem;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: '\f0a7\ POINT';
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #0075a9;
}

h5 {
  position: relative;
  padding: 2px 2px 2px 7px!important;
  background: -webkit-linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  background: linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
  color: #495193;
}

/* 黄色の太マーカー */
.marker-bold{
background: linear-gradient(transparent 0, #ffff66 0);
}
/* 細マーカー */
.marker-fine{
background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* 二重マーカー */
.towunder {
  border-bottom: double 6px #face87;
}
/* 動くマーカー黃 */
.marker-animation.active{
    background-position: -100% .5em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
/* 動くマーカー赤 */
.redmarker-animation.active{
    background-position: -100% .5em;
}

.redmarker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffcedb 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffcedb 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffcedb 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffcedb 50%);
    background-image: linear-gradient(left, transparent 50%, #ffcedb 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
/* ボックスシャドウ*/
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}
/* 飾り枠*/
.box18{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box18 p {
    margin: 0; 
    padding: 0;
}
/* ピンクストライプ枠 */
.mybox{
	border: 1px solid #f5d5da;  /* 線の太さ・種類・色 */
	padding: 10px;  /* 内側の余白 */
	position: relative;
}
.mybox:before{
	background-color: #f5d5da;  /* 上部分ストライプの色1 */
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent));  /* ストライプの色2 */
	background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	content: '';
	display: inline-block;
	height: 5px;  /* ストライプの高さ */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.mybox:after{
	background-color: #f5d5da;  /* 下部分ストライプの色1 */
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent));  /* ストライプの色2 */
	background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);  /* ストライプの色2 */
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	content: '';
	display: inline-block;
	height: 5px;  /* ストライプの高さ */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -2;
}