@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Catamaran:700);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:700);
@import url(//fonts.googleapis.com/css?family=Hind:700);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
.page-content {
 padding: 0;
 padding-bottom: 2em;
 width: 100%;
 font-family: "GenShinGothic";
 font-weight: 400;
 /*  リンク
	------------------------------------*/
 /*  見出し
	------------------------------------*/
 /*  段落
	------------------------------------*/
 /*  強調文字
	------------------------------------*/
 /*  リスト
	------------------------------------*/
 /*  リスト（数字）
	------------------------------------*/
 /*  DLタグ
	------------------------------------*/
 /*  引用
------------------------------------*/
 /*  引用
	------------------------------------*/
 /* もくじ */
}

.page-content a {
 color: #e95464;
}

.page-content a.blank:before {
 margin-right: .3em;
 content: '\f35d';
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
}

.page-content a:hover {
 text-decoration: underline;
}

.page-content h2 {
 margin: 2em 0 1em 0;
 padding: .5em .5em;
 border-left: 7px solid #27333b;
 border-bottom: 2px solid #27333b;
 font-size: 22px;
 font-weight: 700;
 line-height: 26px;
}

.page-content h3 {
 margin: 2em 0 1em 0;
 padding: .25em 1em;
 border-bottom: 1px solid #27333b;
 font-size: 18px;
 font-weight: 700;
}

.page-content h4 {
 margin-bottom: 1em;
 padding: .8em 1em;
 font-size: 15px;
 font-size: 1.5rem;
 font-weight: 700;
 line-height: 20px;
}

.page-content p {
 margin-bottom: 1.5em;
}

.page-content p.mb0 {
 margin-bottom: 0;
}

.page-content strong {
 background: linear-gradient(transparent 60%, #f3f3f3 60%);
 font-size: 18px;
 font-weight: 700;
}

.page-content ul {
 margin: .5em 1em 1.5em 1em;
 padding: 0 1em;
}

.page-content ol {
 margin: .5em 1em 1.5em 1em;
 padding: 0 1em;
}

.page-content ul li {
 text-indent: -.7em;
 list-style: none;
}

.page-content ol li {
 padding-left: .5em;
 list-style-type: decimal;
}

.page-content ul li:before {
 content: '\f10c';
 padding-right: .8em;
 font-family: 'icomoon';
 color: #191919;
}

.page-content dl {
 border: 1px solid #ddd;
 margin: 3em 0;
 padding: 0 1.5em 1em 1.5em;
}

.page-content dt {
 display: inline-block;
 background: #fff;
 padding: 1em 1em 0 1em;
 font-size: 18px;
 font-weight: 700;
 letter-spacing: .1em;
 position: relative;
 top: -34px;
 left: -12px;
}

.page-content dd {
 position: relative;
 margin-top: -1em;
}

.page-content dd img {
 margin: 0;
}

.page-content table td {
 padding: 0 .5em;
 vertical-align: top;
}

.page-content table td span {
 font-weight: 700;
}

.page-content blockquote {
 position: relative;
 padding: 10px 20px;
 box-sizing: border-box;
 font-style: italic;
 color: #4e4e4e;
 background: #f3f3f3;
}

.page-content blockquote:before {
 display: inline-block;
 position: absolute;
 top: 7px;
 left: 10px;
 vertical-align: middle;
 content: "\e977";
 font-family: 'icomoon';
 color: #ccc;
 font-size: 40px;
 line-height: 1;
 font-weight: 900;
}

.page-content blockquote:after {
 display: inline-block;
 position: absolute;
 bottom: 5px;
 right: 15px;
 vertical-align: middle;
 text-align: center;
 content: "\e978";
 font-family: 'icomoon';
 color: #ccc;
 font-size: 40px;
 line-height: 1;
 font-weight: 900;
}

.page-content blockquote p {
 position: relative;
 padding: 0;
 margin: 10px 0;
 z-index: 3;
 line-height: 1.7;
}

.page-content blockquote cite {
 position: relative;
 z-index: 3;
 display: block;
 text-align: right;
 color: #888888;
 font-size: 0.9em;
}

.page-content .box {
 margin: 1em 0;
 padding: 1.5em;
 background: #efefef;
 border-radius: 10px;
}

.page-content .box .title {
 margin-bottom: .8em;
 padding: 0 .5em .5em .5em;
 border-bottom: 1px solid #191919;
 font-size: 18px;
 line-height: 26px;
 font-weight: 700;
}

.page-content .box p {
 margin-bottom: 0;
}

.page-content .post-table {
 margin: 0 15px;
 margin-bottom: 2em;
 width: calc(100% - 30px);
 border-top: 1px solid #191919;
 border-left: 1px solid #191919;
 border-bottom: 1px solid #191919;
}

.page-content .post-table th,
.page-content .post-table td {
 padding: 1em;
}

.page-content .post-table th {
 width: 40%;
 border-bottom: 1px solid #f1f1f1;
 background: #191919;
 color: #f1f1f1;
}

.page-content .post-table tr:last-child th {
 border-bottom: 1px solid #191919;
}

.page-content .post-table td {
 width: 60%;
 border-right: 1px solid #191919;
 border-bottom: 1px solid #191919;
 background: #f1f1f1;
 color: #27333b;
}

.page-content img {
 margin: .5em 0;
 max-width: 100%;
 height: auto;
}

.page-content .alignleft {
 display: inline-block;
 float: left;
 clear: both;
 margin-bottom: 2em;
 padding-right: 1em;
}

.page-content .alignright {
 display: inline-block;
 float: right;
 clear: both;
 margin-bottom: 2em;
 padding-left: 1em;
}

.page-content #toc_container {
 margin-bottom: 1em 0 2em 0;
 padding: 0;
 background: #f3f3f3;
 border: 2px solid #27333b;
 border-radius: 3px;
 /* -- リスト -- */
}

.page-content #toc_container a {
 text-decoration: none;
}

.page-content #toc_container .toc_title {
 margin: 0;
 padding: .5em 1em;
 background: #27333b;
 border: 0;
 color: #f1f1f1;
 font-size: 16px;
 text-align: center;
}

.page-content #toc_container .toc_list {
 margin: 0 auto;
 list-style-type: none !important;
 padding: 1em 0;
}

.page-content #toc_container .toc_list li {
 position: relative;
 padding: .5em 2em;
}

.page-content #toc_container .toc_list li ul {
 padding: 0 .5em;
}

.page-content #toc_container .toc_list li ul li {
 position: relative;
 padding: 0 0 0 2em;
 line-height: 20px;
}

.page-content #toc_container .toc_list li ul li:before {
 position: absolute;
 display: inline-block;
 top: 10px;
 left: 0;
 width: 20px;
 height: 20px;
 font-family: 'icomoon';
 font-size: 15px;
 text-align: center;
 content: '\f10c';
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

.page-content #toc_container .toc_list li:before {
 content: '';
}

.page-content #toc_container .toc_list li .toc_number {
 padding-right: .5em;
 font-weight: 700;
}

.page-content #toc_container .toc_list li .toc_number:after {
 content: ',';
}

.page-content .iframe-wrap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
}

.page-content .iframe-wrap iframe,
.page-content .iframe-wrap object,
.page-content .iframe-wrap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media screen and (min-width: 768px) {
 .page-content {
  padding: 0 1em;
 }
 .page-content img {
  margin: 1em 0;
 }
 .page-content .alignleft {
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 2em;
  padding-right: 1em;
 }
 .page-content .alignright {
  display: inline-block;
  float: right;
  clear: both;
  margin-bottom: 2em;
  padding-left: 1em;
 }
}

.info-box {
 display: flex;
 margin: 15px 0;
 padding: 15px;
 border: 3px solid #9fb0b9;
}

.info-box div:nth-child(1) {
 margin-right: 15px;
 width: calc(35% - 15px);
}

.info-box div:nth-child(1) img {
 width: 100%;
 height: auto;
}
