@charset "UTF-8";
.p-wysiwyg img{
	max-width:100%;
	height: auto;
}
.wp-caption {
    max-width: 100%;
    height: auto;
    text-align: center;
    background-color: #e4e4e4;
	margin-bottom: 40px;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.wp-caption-text{
　 font-size: 12px;
   font-size: 1.2rem;
   line-height: 1.4;
   padding: 7px 15px;
   background-color: #eaeaea;
   text-align: left;
}
.p-wysiwyg figure img{
   max-width: 100%;
   height: auto;
}
.p-wysiwyg figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 7px 15px;
    background-color: #eaeaea;
    text-align: left;
    margin-bottom: 15px;
}
.p-wysiwyg>ul,
.p-wysiwyg>ol{
    margin-bottom: 26px;
    margin-left:2rem;
}
.p-wysiwyg>ul li{
    list-style: disc;
}
.p-wysiwyg>ol li{
   list-style: decimal;
}
.p-wysiwyg>li{
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 1.75;
}

.p-wysiwyg>h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
}
.p-wysiwyg>h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 30px;
}
.p-wysiwyg>h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 30px;
}
.alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em;
 }
 .alignright {
     display: inline;
     float: right;
     margin-left: 1.5em;
 }
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
.p-wysiwyg>table {
     border-collapse: collapse;
     margin: 0 0 26px;
      max-width: 100%;
     font-size: 15px;
     font-size: 1.5rem;
     line-height: 1.75;
 }
thead th {
     border: 2px solid #bbb;
     padding-bottom: 0.5em;
 }
th {
     padding: 0.4em;
     text-align: left;
 }
td {
     border: 1px solid #eee;
 }
td {
     padding: 0.4em;
 }
th:first-child,
td:first-child {
     padding-left: 0;
 }
th:last-child,
td:last-child {
     padding-right: 0;
 }

.p-wysiwyg>h2,
.p-wysiwyg>h3,
.p-wysiwyg>h4,
.p-wysiwyg>h5,
.p-wysiwyg>h6{
    clear: both;
 }
/*前の記事、次の記事のナビゲーション崩れ修正*/
.p-pager-article__item--next, .p-pager-article__item--prev{
   -webkit-box-flex: 0 1 auto;
       -ms-flex: 0 1 auto;
	       flex: 0 1 auto;
}

.p-pager-article {
    justify-content: space-around;
}

.p-pager-article__item--list{
	flex:2;
}
.presents_logo.dis_flex{
	display:flex;
	justify-content:center;
	margin-top: 100px;
}

@media screen and (max-width: 768px){
 .p-wysiwyg>ul li,
 .p-wysiwyg>table{
   font-size: 1.3rem;
   line-height: 1.75;
  }

}
