/*************************************************************

要素のスタイルはこっちのCSSに記述します。

*************************************************************/

/*************************************************************
*
* 記事ページ
*
*************************************************************/
.detail .content .eyecatch {
  margin-bottom: 15px;
	
	text-align: center;
}
.post_body * {
  max-width: 100%;
  text-align: left;
}
.post_body img {
  max-width: 100%;
}
.post_body a:not([class]) {
  text-decoration: underline;
  color: #d70d18;
}
.hover .post_body a:not([class]):hover ,
.post_body a:not([class]).hover {
  text-decoration: none;
}
/*********************************
* 見出し
*********************************/
.post_body h1,
.post_body h2,
.post_body h3 {
  font-size: 2.2781rem;
  font-weight: 600;
  text-align: left;

  margin-bottom: 1.65em;
  margin-top: 2.414em;
  padding: 0.702em 0px 0.834em 0.746em;

  border-left: 4px solid #ee7800;
}
.post_body h4 {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 600;
	
	margin-bottom: 1.5em;
}
.post_body h4::before {
	content: "\e913";
	
	 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
	color: #ee7800;
	font-size: 1.5em;
  vertical-align: -0.16em;
	
	margin-right: 0.4em;
	
}

.post_body h5 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	
	margin-bottom: 1.25em;
	
	position: relative;
}
.post_body h5::before {
	content: "";
	position: relative;
	margin: auto;
	top: -2px;
	width: 10px;
	height: 10px;
	background-color: #ee7800;
	display: inline-block;
	
	margin-right: 0.75em;
}

.post_body h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .post_body h1,
  .post_body h2,
  .post_body h3 {
    font-size: 2.025rem;
  }
}
@media screen and (max-width: 599px) {
  .post_body h1,
  .post_body h2,
  .post_body h3 {
    font-size: 1.8rem;

    margin-bottom: 1.1em;
  }
  .post_body h4 {
    font-size: 1.6rem;
  }
}
/* 画像 */
.post_body img {
  margin-bottom: 10px;

  border: #ddd 1px solid;
}

/* 文章 */
.post_body p {
  margin-bottom: 28px;

  line-height: 1.75;
}
.post_body strong {
  font-weight: bold;
}
.post_body .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post_body .alignright {
  float: right;
  max-width: 50%;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* 引用 */
.post_body blockquote {
  background-color: #f9ebec;
  border-left: 3.5px solid #d70d18;
  padding: 25px 30px 10px;
  position: relative;

  margin-left: 10px;
  margin-bottom: 30px;

  font-size: 1.422rem;
}
.post_body blockquote:before{
  content: "“";
  font-size: 500%;
  line-height: 0.8em;
  font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
  color: #e0e0e0;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}
/* figure */
.post_body figure {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.post_body figcaption {
  font-size: 0.8em;
  font-style: oblique;
}
/* テーブル */
.post_body table {
  width: 100%;

  margin-bottom: 30px;
  margin-top: 20px;
  border-collapse: collapse;
}
.post_body table th,
.post_body table td {
  border: 1px solid #999;
  /*min-width:100px;*/
  padding: 12px;
  vertical-align: text-top;
}
/* 定義リスト */
.post_body dl {
  margin-bottom: 28px;
}
.post_body dt {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;

  font-weight: 600;
}
.post_body dt::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width:200px;
  height: 1px;
  background-color: #999; 
}
.post_body dd {
  margin-bottom: 28px;

  line-height: 1.35;
  font-size: 1.422rem;
}
/* リスト */
.post_body ul,
.post_body ol {
  margin-bottom: 30px;
  padding-left: 10px;
}
.post_body ul ul,
.post_body ol ol {
  margin-bottom: 10px;
}
.post_body ul li,
.post_body ol li {
  list-style-position: outside;
  list-style-type: disc;

  margin-left: 10px;
  margin-top: 3px;

  line-height: 1.75;
}
.post_body ol li {
  list-style: decimal;
}

/* pre */
.post_body pre {
  background-color: #eee;
  border-radius: 7px;

  padding: 15px;
  margin-bottom: 28px;

  font-size: 1.422rem;
  line-height: 1.25;
}
/*********************************
* カスタムクラス
*********************************/
/* 強調テキスト1 */
.post_body .custom_text_type1 {
  font-weight: 600;
  font-size: 2.2781rem;
}
/* 強調テキスト2 */
.post_body .custom_text_type2 {
  font-weight: 600;
  color: #d70d18;
}
/* 強調テキスト3 */
.post_body .custom_text_type3 {
  background: -moz-linear-gradient(top, rgba(254,195,135,0) 0%, rgba(254,195,135,0) 65%, rgba(254,195,135,1) 70%, rgba(254,195,135,1) 100%);
  background: -webkit-linear-gradient(top, rgba(254,195,135,0) 0%,rgba(254,195,135,0) 65%,rgba(254,195,135,1) 70%,rgba(254,195,135,1) 100%);
  background: linear-gradient(to bottom, rgba(254,195,135,0) 0%,rgba(254,195,135,0) 65%,rgba(254,195,135,1) 70%,rgba(254,195,135,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fec387', endColorstr='#fec387',GradientType=0 );
}
/* 強調テキスト4 */
.post_body .custom_text_type4 {
  font-size: 3rem;
  line-height: 1.35;

  display: block;

  margin-bottom: 25px;
}
/* 強調テキスト5 */
.post_body .custom_text_type5 {
  color: #ee7800;
}
@media screen and (max-width: 599px) {
  .post_body .custom_text_type1 {
    font-size: 2.025rem;
  }
  .post_body .custom_text_type4 {
    font-size: 2.5629rem;
  }
}

/* ボタン1 */
.post_body .custom_btn_type1 {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  display: block;
  position: relative;
  height:35px;
  width: 260px;
  overflow: hidden;
  cursor: pointer;

  line-height: 1.35;
  text-align: center;
  color: #fff;
  font-size: 2.025rem;
  font-weight: 600;
  text-decoration: none;
  
  background: #ee7800;
  border-radius: 7px;
  box-shadow:0px 4px 8px 0px #6e6e6e;

  padding: 12px 10px 40px;
  margin-left: auto;
  margin-right: auto;

  transition: 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-property: transform, box-shadow;
}

.post_body .custom_btn_type1:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);

  box-shadow:0px 4px 8px 3px #6e6e6e;
}

/* ボタン2 */
.post_body .custom_btn_type2 {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 5;
  height: 26px;

  padding: 2px 8px;
  margin-right: 30px;
  
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  
  background-color: #d70d18;
  border-radius: 5px;

  transition: 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-property: transform;
}
.post_body .custom_btn_type2:hover {
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.post_body .custom_btn_type2:after {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;

  margin: auto;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent transparent transparent #d70d17;
  border-radius: 3px;
}


/* talkbox */
.post_body .box_talk {
  display: table;
  width: 100%;

  margin-bottom: 30px;
}
.post_body .box_talk > * {
  display: table-cell;
  vertical-align: middle;
}
.post_body .box_talk .icon {
  width: 90px;
}
.post_body .box_talk .icon img {
  border-radius: 50%;
  border: #ddd 1px solid;

  margin-bottom: 0;
}
.post_body .box_talk .sentence {
  padding-left: 20px;
  
  line-height: 1.35;  
}
@media screen and (max-width: 599px) {
  .post_body .box_talk .sentence {
    padding-left: 15px;
  }
}

/* ブログカード */
.wp-embedded-content {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .wp-embedded-content {
    height: auto;
  }
}