@charset "utf-8";
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single {
	padding-bottom: 150px;
}
#single h1 {
  display: block;
  clear: both;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}
#single h1 {
  position: relative;
  color: #38874E;
  padding-left: 20px;
}
#single h1::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #38874E;
  position: absolute;
  top: 0;
  left: 0;
}
#single img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
/* アイキャッチ */
#eyecatch img {
  margin-bottom: 30px;
}
/* 日付 */
#blog_date time {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
/* カテゴリ */
#blog_date #cat {
  display: inline-block;
  margin-bottom: 20px;
}
#blog_date #cat a {
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding: 2px 8px;
  background: #eee;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* 記事本文 */
#post {
  overflow: hidden;
  margin-bottom: 40px;
}
#post > *:last-child {
	margin-bottom: auto;
}
#post h2, #post h3, #post h4 {
  display: block;
  clear: both;
  line-height: 1.8;
}
#post h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#post h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2.0rem;
}
#post h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#post p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
#post a {
  color: #2C56F8;
}
#post a:hover {
}
#post strong {
  font-weight: bold;
}
#post ul, #post ol {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#post ul {
  list-style-type: disc;
}
#post ol {
  list-style-type: decimal;
}
#post blockquote {
  background-color: #eee;
  padding: 40px 20px 30px 25px;
  margin-bottom: 20px;
  position: relative;
}
#post blockquote p {
  margin-bottom: 0;
}
#post blockquote:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  content: "\f10d"; /* http://fontawesome.io/icons/ */
  position: absolute;
  top: 11px;
  left: 25px;
}
#post del {
  text-decoration: line-through;
}
#post ins {
  text-decoration: underline;
}
#post sup {
  vertical-align: super;
  font-size: smaller;
}
#post sub {
  vertical-align: sub;
  font-size: smaller;
}
#post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/* テーブル */
#post table {
  margin: 0 0 30px 0;
  width: 100%;
  width: calc(100% - 2px);
  text-align: left;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 20px;
  font-size: 2.0rem;
	line-height: 1.6;
  letter-spacing: 0.05em;
}
#post td, #post th {
  padding: 20px 30px;
  background: #fff;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  word-break: break-all; /* 英文折り返し */
}
#post th {
  width: 180px;
  background-color: #EBF3ED;
  text-align: center;
}
/*  画像回り込み 
--------------------------------------------------------- */
.alignnone {
  margin-top: 10px;
  clear: both;
}
.alignleft {
  float: left;
  margin: 15px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 15px 0 20px 15px;
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto 20px;
}
/*  ページャー - single - 
--------------------------------------------------------- */

.pagenation {
  margin: 0 auto 0;
  overflow: hidden;
}
.previous {
  float: left;
}
.next {
  float: right;
}
.pagenation a {
  display: block;
  background-color: #FFF;
  font-size: 13px;
  font-weight: bold;
  color: #38874E;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px none;
  width: 110px;
}
/* 一覧へ戻る */
.center_back_link a {
  background-color: #38874E;
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px none;
  width: 110px;
  margin: 0 auto;
}
/* 応募バナー
------------------------------------------------------------ */
#single .banner_tel {
  padding: 30px 0;
  margin-bottom: 50px;
}
#single .banner_tel .ment {
  margin-bottom: 10px;
}
#single .banner_tel .box {
  text-align: center;
  margin-bottom: -20px;
}
#single .banner_tel .tel, #single .banner_tel .form_link {
  display: inline-block;
  margin: auto 3% 20px;
}
#single .banner_tel .form_link {
  text-align: center;
}
#single .banner_tel .form_link a {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
}

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
	#single {
		padding-bottom: 75px;
	}
#contents {
  width: 90%;
}
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
/* アイキャッチ */
/* 日付 */
#blog_date time {
  margin-right: 8px;
}
/* カテゴリ */
#blog_date #cat {
  margin-bottom: 10px;
}
#blog_date #cat a {
  font-size: 11px;
  margin-right: 4px
}
/* 記事本文 */
#post h2 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
#post h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
#post h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
#post p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#post a {
  color: #2C56F8;
}
#post ul {
  margin-bottom: 20px;
  margin-left: 5px;
}
#post ol {
  margin-left: 5px;
}
	#post td, #post th {
		display: block;
		width: 100%;
	}
	#post iframe {
		height: 300px;
	}
/*  画像回り込み 
--------------------------------------------------------- */
#post p img {
  max-width: 60%;
  height: auto;
}
/*  ページャー - PREV　NEXT - 
--------------------------------------------------------- */
.pagenation {
  margin: 0 auto 2%;
}
.previous {
  width: 49%;
  margin-bottom: 2%;
}
	.previous a {
		text-align: left;
	}
.next {
  width: 49%;
  margin-bottom: 2%;
}
	.next a {
		text-align: right;
	}
.pagenation a {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
/*一覧へ戻る*/

.center_back_link {
  clear: both;
  overflow: hidden;
}
.center_back_link a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
/*  画像回り込み -解除-
--------------------------------------------------------- */
#post p img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: none;
  margin-right: 0;
  display: block;
}
.alignright {
  float: none;
  margin-left: 0;
  display: block;
}
/* 応募バナー
------------------------------------------------------------ */
#single .banner_tel .ment {
  font-size: 16px;
  font-size: 1.6rem;
}
}
