
div.wysiwyg{
    margin-top: 32px;
    margin-bottom: 80px;
    clear: both;
    line-height: 200%;
    word-break: break-all;
}

/*br[data-mce-bogus="1"] {
     display:none;
}*/

div.wysiwyg:after{
    display: block;
    content: "";
    clear: both;
}

div.wysiwyg table{
    border: 1px solid #333;
    margin-bottom: 20px;
}

div.wysiwyg table th,
div.wysiwyg table td{
    padding: 15px 20px;
    border: 1px solid #333;
}

div.wysiwyg p{
    line-height: 200%;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

div.wysiwyg img{
    max-width: 100%;
    height: auto;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6{
    font-weight: bold;
    color: #000624;
    margin-bottom: 10px;
}

.wysiwyg h2{
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CFCFCF;
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 39px;
    text-align: left;
    color: #333;

}

.wysiwyg h3{
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-indent: -7px;
    margin-left: 7px;
}

.wysiwyg h3:before{
    content: "";
    display: inline-block;
    vertical-align: 2px;
    background: #10467e;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.wysiwyg ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.wysiwyg a{
    font-weight: normal;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 34px;
    text-align: left;
    color: #9f9f9f;
}

.wysiwyg a:hover{
    opacity: 0.6;
}


.wysiwyg a[target="_blank"]{
    position: relative;
}

.wysiwyg a[target="_blank"]:after {
    position: absolute;
    display: block;
    right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    /* color:#17A6FF; */
    background: url(../img/blank.png) no-repeat 50% 0;
}

.wysiwyg ul li{
    margin-bottom: 5px;
}


.wysiwyg ul li:before{
    content: "● ";
    font-size: 10px;
    vertical-align: 2px;
    color: #000;
    margin-right: 8px;
}

.wysiwyg ol{
    list-style: none; 
    counter-reset: li;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.wysiwyg ol li{
    counter-increment: li;
    margin-bottom: 5px;
}

.wysiwyg ol li::before {
    content: counter(li);
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.wysiwyg blockquote {
    position: relative;
    padding: 70px 80px;
    background: #F2F7FF;
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 180%;
}

@media screen and (max-width: 767px) {
    .wysiwyg blockquote {
        margin: 0 0 15px 0;
        padding-left: 40px;
        line-height: 160%;
    }

    
    div.wysiwyg table th,
    div.wysiwyg table td{
        padding: 5px 20px;
    }
}

.wysiwyg blockquote:after,
.wysiwyg blockquote:before {
    content: "";
    position: absolute;
    
    display: block;
}

.wysiwyg blockquote:after {
    content: "”";
    position: absolute;
    right: 70px;
    bottom: 5px;
    color: #B0C6EB;
    font-size: 6rem;
    line-height: 100%;
}

.wysiwyg blockquote:before {
    content: "“";
    position: absolute;
    left: 40px;
    top: 25px;
    color: #B0C6EB;
    font-size: 6rem;
    line-height: 100%;
}


/* iframe */
.wysiwyg iframe{
    max-width: 100%;
}


/*button*/

.wysiwyg a.button{
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 70px;
    border-radius: 70px;
    background: #c3d700;
    /*border: 1px solid #c3d700;*/

    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 9.37px;
    text-align: center;
    color: #fff;
    transition: 0.3s opacity;
}
@media screen and (min-width:768px){

    .wysiwyg a:hover{
        opacity: 0.7;
    }
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 7px 0 20px 40px;
}

.size-full {
    margin-bottom: 30px;
}

.alignleft {
    float: left;
    margin: 8px 40px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    /*background: #fff;*/
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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


    .wysiwyg h2{
       font-size: 18px;
   }

   div.wysiwyg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
}

div.wysiwyg{
    margin-bottom: 30px;
}


}

.graph_block{
    pointer-events: none;
}

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


    .graph_block{
      pointer-events: all;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      padding: 18px 10px 10px;
      margin-bottom: 0;
      border: 1px solid #ddd;
      border-radius: 3px;
  }

  .graph_block a{
    text-decoration: none;
}

.graph_block dt{
    font-size: 13px;
}

.graph_block dd{
    font-size: 12px;
}

.zoom{
    display: block!important;
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 6px;
    margin-top: 6px;
    margin-bottom: 0px;
    background: url(../img/other/icon_mag.png) no-repeat 0 90%;
    background-size: 14px;
}

.graph_block:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 17px;
    height: 17px;
    background: url(../img/other/icon_mag.png) no-repeat 0 0;
    background-size: 100%;
}

.graph_block img{
    width: 100%;
}
}

@media screen and (max-width: 767px) {
    .image {
        width: 100%;
    }
}