@charset "utf-8";
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single {
	width: 1080px;
	margin: 0 auto 64px;
}
#pankuzu.single {
    padding-top: 90px;
}
#single h1 {
	display: block;
	clear: both;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 20px;
	background-color: #f2f7fa;
	padding: 12px 20px;
}
#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: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 400;
}
/* カテゴリ */
#blog_date #cat {
	display: inline-block;
	margin-bottom: 30px;
}
#blog_date #cat a {
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: #FFF;
	padding: 2px 8px;
	background: #00b7ee;
	margin-right: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
/* 記事本文 */
#post {
	overflow: hidden;
	margin-bottom: 56px;
}
#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;
	font-weight: bold;
}
#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: 16px;
	font-size: 1.6rem;
}
#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 table {
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	width: calc(100% - 2px) ;
	text-align: left;
	border: 1px solid #bbb;
}

#post td, #post th {
	border: 1px solid #bbb;
	padding: 10px 15px 7px;
	line-height: 1.5;
	word-break:normal;
    vertical-align: middle;
}
#post th {
	background: #eee;
}

/* 新技術情報用 */
#post .skill_table {
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	width: calc(100% - 2px) ;
	text-align: left;
	border: 1px solid #bfbfbf;
	font-size: 16px;
	font-size: 1.6rem;
}
#post .skill_table td {
	padding: 12px 15px 10px;
	text-align: center;
}
#post .skill_table tbody .gray {
	background-color: #fcfcfc;
	text-align: center;
}
#post .skill_table tbody tr .middle_line {
	vertical-align: middle;
}
#post .skill_table tbody tr .left_line {
	padding-left: 30px;
	text-align: left;
}

#post .line_btn a {
	font-size: 16px; font-size: 1.6rem;
	display: inline-block;
	padding: 6px 64px;
	border: 1px solid #005d97;
	background-color: #FFF;
	color: #005d97
}
#post .line_btn a:hover {
	opacity: 1;
	background-color: #005d97;
	color: #FFF;
}




/*  画像回り込み 
--------------------------------------------------------- */
.alignnone {
	margin-top: 10px;
	clear: both;
}
.alignleft {
	float: left;
	margin: 15px 30px 20px 0;
}
.alignright {
	float: right;
	margin: 15px 0 20px 30px;
}
.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: #e5e5e5;
	font-size: 15px;
	font-weight: 400;
	color: #707070;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	border: 1px none;
	border-radius: 4px;
	width: 110px;
	font-family: 'Open Sans', sans-serif;
}
/* 一覧へ戻る */
.center_back_link a {
	background-color: #00b7ee;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px none;
	border-radius: 4px;
	width: 110px;
	margin: 0 auto;
}

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

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
#contents {
	width: 90%;
}
/* ------------------------------------------------------
    kizi 
--------------------------------------------------------- */
#single h1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 8px;
}
/* アイキャッチ */
/* 日付 */
#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 p img {
	max-width: 60%;
	height: auto;
}
/*  ページャー - PREV　NEXT - 
--------------------------------------------------------- */
.pagenation {
	margin: 0 auto 2%;
}
.previous {
	width: 49%;
	margin-bottom: 2%;
}
.next {
	width: 49%;
	margin-bottom: 2%;
}
.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;
}
}

/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */

#archive_list {
	width: 100%;
	margin-bottom: 30px;
}
/* 記事リスト */
#archive_list li {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dotted #CCC;
}
#archive_list li:first-child {
	padding-top: 0;
}
/* アイキャッチ画像 */
#archive_list li .eyecatch {
	width: 20%;
	float: left;
	display: block;
}
#archive_list li .eyecatch img {
	width: 100%;
	height: auto;
}
/* 記事ボックス */
#archive_list li .box {
	width: 100%;
	display: block;
	background-image: url(img/kasou/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}
/* 日付 */
#archive_list li .blog_date time {
	
}
/* カテゴリ */
#archive_list li .blog_date .cat {
	display: inline-block;
}
#archive_list li .blog_date .cat a {
	text-align: center;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	padding: 2px 8px;
	background: #eee;
	margin-right: 8px;
	margin-bottom: 6px;
}
/* 記事タイトル */
#archive_list li .box .title {
	margin-bottom: 5px;
}
#archive_list li .box .title a {
	color: #000;
	font-size: 20px;
	font-size: 2.0em;
	line-height: 1.3;
}
/* 記事本文 */
#archive_list li .box .desc p {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
/* 続きを読む */
#archive_list li .box .motto a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
/*  ページャー
------------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 30px;
	overflow: hidden;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: block;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 8px 13px 7px 13px;
	text-decoration: none;
	width: auto;
	color: #707070;
	background-color: #e5e5e5;
	line-height: 1.5;
	vertical-alSign: middle;
}
.wp-pagenavi a:hover {
	color: #fff;
	opacity: 1;
}
.wp-pagenavi .current {
	padding: 8px 13px 7px 13px;
	color: #fff;
}
#archive_list li .box .inner .blog_date {
	display: inline-block;
	float: left;
}
#archive_list li .box .inner .kizi_title {
	float: left;
}
#archive_list li .box .inner .kizi_title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#archive_list li .box .inner {
	margin-bottom: 10px;
}

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

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */
/* 記事タイトル */
#archive_list li .box .title a {
	font-size: 18px;
	font-size: 1.8rem;
}
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */
/* 日付 */
#archive_list li .blog_date time {
	margin-right: 8px;
}
/* カテゴリ */
#archive_list li .blog_date .cat a {
	padding: 2px 4px;
}
/* 記事タイトル */
#archive_list li .box .title a {
	font-size: 1.6rem;
}
/* 記事本文 */
#archive_list li .box .desc p {
	font-size: 1.3rem;
}
/*  ページャー
---------------------------------------S---------------------*/
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	display: none;
}

}
/*------------------------------------------------------------
     ３周年プレミアムキャンペーン
------------------------------------------------------------ */
#post .anni3_h2 {
  max-width: 234px;
  padding: 3px;
  border: 4px solid red;
  text-align: center;
}
#post .anni3_gray {
  padding: 40px;
  background-color: #EEEEEE;
  margin-bottom: 55px;
}
#post .anni3_gray p {
  font-size: 24px;
  font-size: 2.4rem;
}
#post .anni3_price .anni3_img {
  position: absolute;
}
#post .anni3_price .anni3_img img {
  width: auto;
}
#post .anni3_price .anni3_box {
  margin-left: 110px;
}
#post .anni3_price h2 {
  margin-bottom: auto;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: .05em;
}
#post .anni3_price h2 .nyukai {
  display: inline-block;
  max-width: 100%;
  width: 14em;
}
#post .anni3_price h2 img {
  display: inline-block;
  width: auto;
  margin: auto 30px 10px auto;
}
#post .anni3_price h2 .kingaku {
  display: inline-block;
  color: #01ACEB;
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: bold;
  line-height: 0.8;
}
#post .anni3_price .ment {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#post .anni3_blue {
  padding: 40px;
  background-color: #00ACEB;
  margin: 60px auto 120px;
  color: #FFF;
}
#post .anni3_blue ul {
  max-width: 920px;
  padding-right: 0;
  margin: 0 auto 15px;
}
#post .anni3_blue ul li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
#post .anni3_blue .ment {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#post .anni3_blue h2 {
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
}
#post .anni3_box_l {
  float: left;
  max-width: 550px;
  font-weight: bold;
}
#post .anni3_box_l p {
  margin-bottom: 5px;
}
#post .anni3_box_l p span {
  font-size: 18px;
  font-size: 1.8rem;
}
#post .anni3_box_r {
  float: right;
}
@media screen and (max-width: 768px) {
  #post .anni3_gray,
  #post .anni3_blue {
    padding: 30px 3%;
  }
  #post .anni3_gray p {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #post .anni3_price .anni3_img {
    position: static;
  }
  #post .anni3_price .anni3_box {
    margin-left: auto;
  }
  #post .anni3_price h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #post .anni3_price h2 .kingaku {
    font-size: 40px;
    font-size: 4.0rem;
  }
  #post .anni3_blue .ment {
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
  }
  #post .anni3_blue h2 {
  text-align: left;
    font-size: 30px;
    font-size: 3.0rem;
  }
  #post .anni3_box_l,
  #post .anni3_box_r {
    float: none;
    max-width: 100%;
  }
}
