@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/* https://tajuso.com/stork_customize_link_box_mark */
/* ラベルBOX1 */
.label-box1 {
    position: relative;
    margin: 40px 10px 15px;
    padding: 0.5em 1em;
    border: solid 3px #07689f;
}
.label-box1-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 3px 9px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #07689f;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}
.label-box1 p {
    margin: 0; 
    padding: 0;
}
/* ラベルBOX2 */
.label-box2 {
    position: relative;
    margin: 10px 10px;
    padding: 35px 15px 7px;
    border: solid 3px #ff7e67;
}
.label-box2-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 3px 9px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff7e67;
    color: #ffffff;
    font-weight: bold;
}
.label-box2 p {
    margin: 0; 
    padding: 0;
}
/* ワンポイントBOX1 */
.point-box1 {
    position: relative;
    margin: 10px 10px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: solid 3px #62c1ce;
    border-left-width: 50px;
}
.point-box1:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: -ms-translateY(-50%);
    transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "\f0a4";
    font-family: FontAwesome;
    color: #FFF;
    font-size:22px; 
    line-height: 1;
}
.point-box1 p {
    position: relative;
    padding: 0;
    margin: 10px 5px;
    z-index: 3;
    line-height: 1.7;
}
/* ワンポイントBOX2 */
.point-box2 {
    position: relative;
    margin: 10px 10px;
padding: 15px 15px 5px 65px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 2px #ff7d6e;
}
.point-box2:before{
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background: #ff7d6e;
}
.point-box2:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #ff7d6e;
    border-right: 19px solid #ff7d6e;
    border-bottom: 10px solid transparent;
}
.point-box2 p {
    position: relative;
    padding: 0;
    margin: 10px 10px;
    z-index: 3;
    line-height: 1.7;
}
/* ワンポイントBOX3 */
.point-box3 {
    position: relative;
    margin: 15px 10px;
    padding: 20px 25px 5px;
    box-sizing: border-box;
    border: solid 2px #ffb270;
}
.point-box3:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f005";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #ffb270;
}
.point-box3:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #f08e6b;
    border-right: solid 9px transparent;
}
.point-box3 p {
    position: relative;
    padding: 0;
    margin: 10px 10px;
    z-index: 3;
    line-height: 1.7;
}
/* マーク1*/
.mark1 {
    position: relative;
    margin: 0 10px 0 3px;
    padding: 3px 5px;
    color: #ff8f07;
    background: #ffd6a4;
    font-weight: bold;
    font-size: 0.7em;
}
.mark1:before{
    margin: 0 3px 0 0;
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff8f07;
}
/* マーク2*/
.mark2 {
    position: relative;
    margin: 0 10px 0 3px;
    padding: 3px 5px;
    color: #fff;
    background: #ff2b64;
    font-weight: bold;
    font-size: 0.7em;
}
.mark2:before{
    margin: 0 3px 0 0;
    content: "\f005";
    font-family: FontAwesome;
    color: #fff;
}
/* マーク3*/
.mark3 {
    position: relative;
    margin: 0 3px 0 8px;
    padding: 3px 5px;
    color: #009dff;
    background: #badcf2;
    font-weight: bold;
    font-size: 0.7em;
}
.mark3:before{
    margin: 0 3px 0 0;
    content: "\f00c";
    font-family: FontAwesome;
    color: #009dff;
}
/* マーク4*/
.mark4 {
    position: relative;
    margin: 0 3px 0 8px;
    padding: 3px 5px;
    color: #fff;
    background: #475053;
    font-weight: bold;
    font-size: 0.7em;
}
.mark4:before{
    margin: 0 3px 0 0;
    content: "\f004";
    font-family: FontAwesome;
    color: #fff;
}


/* https://azu3.com/midashi-css/ */
/* h2見出しのデザイン変更 */
.entry-content h2{
    font-size: 1em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #fff!important;
    background: #000000!important;
    padding: 12px;
    margin: 2.0em 0 1.5em;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 0 5px #000000, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: 0 0 0 5px #000000, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: 0 0 0 5px #000000, 0 2px 3px 5px rgba(0,0,0,0.5)!important;
}
/* h3見出しのデザイン変更 */
.entry-content h3{
    font-size: 1em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #000000!important;/* 文字の色 */
    border-left: 7px solid #000000!important;/* 文字左の点線の太さ・種類・カラー */
    border-bottom: 2px dashed #000000!important;/* 文字下の点線の太さ・種類・カラー */
    margin: 0 0 1.5em;
    padding: 0.2em 0.8em;
}
/* h4見出しのデザイン変更 */
.entry-content h4 {
position: relative;
font-size: 1em;/* 文字の大きさ */
}
.entry-content h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: -webkit-repeating-linear-gradient(-45deg, #000000, #000000 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #000000, #000000 2px, #fff 2px, #fff 4px);
}