@charset "UTF-8";

/*子テーマ用「base.css」*/

/*アイコンをFont Awesomeに変更*/
.breadcrumbs-in li{
margin-right: 10px;
padding-right: 0px;
background: none;
}
.breadcrumbs-in li:after{
content: "\f105";
font-family: FontAwesome;
}
.breadcrumbs-in li:before{
content: "\f114";
font-family: FontAwesome;
}
.breadcrumbs-in li.bcl-first:before{
content: "\f015";
font-family: FontAwesome;
}

/*アイコンをFontAwesomeに変更 Retina（高解像度）ディスプレイ用*/
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){ 
.breadcrumbs-in li,
.breadcrumbs-in li:before,
.breadcrumbs-in li.bcl-first:before{
background: none;
}
.breadcrumbs-in li:after,
.breadcrumbs-in li:before,
.breadcrumbs-in li.bcl-first:before{
padding-bottom:3px;
}
}

/*--------------------------------------------------------
ロゴ画像のサイズ変更
--------------------------------------------------------*/
.site-header-conts{
    width: 100%;
    padding: 0; 
}

/*--------------------------------------------------------
メインビジュアル削除
--------------------------------------------------------*/

/*#main-image-in ,#main-image {
   padding: 0;
}

.main-image-in-text-cont {
   padding: 0;
}

.main-image {
    z-index: 100;
    position: relative;
    border-bottom: #fff solid 2em;
    border-top: #222 solid 3px;
    margin-bottom: -3px;
    margin-top: -3px;
    background: #fff;
}*/

/*--------------------------------------------------------
グローバルメニューの色
--------------------------------------------------------*/
.global-nav{
    padding: 0;
    border-top:1px solid #c0c6c9 ;
    border-bottom:1px solid #c0c6c9 ;
    background:#c0c6c9 ;
}


.global-nav-in li a{
    display: block;
    min-height: 1.5em; /*メニュー毎に高さが変わるときに調整*/
    padding: 0.8em 1em; /*画像をメニューにする場合は値を0に*/
    border-right: 1px dotted #fff ;
    background-color: #c0c6c9 ;
    color: #fff ;
    text-decoration: none;
}

.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
    background-color: #eee;
    color: #333;
}


/*--------------------------------------------------------
パンくずリスト
--------------------------------------------------------*/
.breadcrumbs-in{
margin-bottom: 0.5em;
}
.breadcrumbs-in li:last-child{
display: none;
}
.breadcrumbs{
font-size: 0.8em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.5;
}
.breadcrumbs a{
text-decoration: none;
}
.breadcrumbs-in a:hover,
.breadcrumbs-in a:active,
.breadcrumbs-in a:focus{
color: #78c8de;
}


/*--------------------------------------------------------
フォント
--------------------------------------------------------*/
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
}

.single .article-body,
.page .article-body{
    margin-bottom: 2.6em;
    color: #333;
    font-size: 17px;
    line-height: 1.8;
}


/*--------------------------------
画像つきページ送り
---------------------------------*/
#prev_next{
    width:100%;
    margin: 40px 0 40px 0;
    padding:0;
    display: table;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding:30px 10px 10px;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	    font-size:90%;
		line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:80%;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#666;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
    padding:0 10px;
    display: table-cell;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}




/*-- ここまで --*/

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 736px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 736px) {

/*-- ここから --*/
/*--------------------------------------
  768px PREV NEXT
--------------------------------------*/

#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#prev_next #prev_title, #prev_next #next_title{
    padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img{
    float:left;
    margin-right:10px
}


#prev_next #next img{
   float:right;
   margin-left: 10px;
}
/*-- ここまで --*/
}


/*--------------------------------
ロゴ画像左右ワイド
---------------------------------*/
.site-header-in {
   width: 100%;
}
.site-header-in img {
   width: 100%;
}

/*--------------------------------
記事背景色
---------------------------------*/
 
.col2 .main-conts{
background-color: #fff;
}


/*--------------------------------------
サイドバー／カテゴリーとアーカイブの文字
--------------------------------------*/
.widget_categories ul li,
.widget_archive ul li{
	font-size:0.8em;
	color:#666;
	background-image: none !important;
}
.widget_categories ul li:before,
.widget_archive ul li:before{
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 4px;
}
.widget_categories ul li ul li,
.widget_archive ul li ul li{
	margin-left:-11px;
}
.widget_categories ul li ul li:before,
.widget_archive ul li ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 4px;
}
.widget_categories ul li ul *,
.widget_archive ul li ul *{
	font-size:0.8em;
}
.widget_categories ul li a,
.widget_archive ul li a{
	text-decoration:none;
	font-size:1.28em;
	color:#666;
}

/*--------------------------------------
サイドバー子カテゴリー調整
--------------------------------------*/
ul.children {
    font-size: 1.2em;
    line-height: 1.5;
}

/*--------------------------------------
サイドバーのタイトル文字
--------------------------------------*/
.sub-conts .section-wrap .section-in h3.section-title {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
}

/*アーカイブタイトルの重複を削除*/
label.screen-reader-text {
  display: none;
}

/*--------------------------------------
サイドバーの余白・背景色・フォントサイズ
--------------------------------------*/
.sub-conts .section-wrap .section-in {
    padding: 0 12px 0 12px;
    background: #fff;
    font-size: 0.9em;
    line-height: 1.6;
    border: none;
}

a {
text-decoration: none;
}

.sub-conts .section-wrap .section-in h3.section-title {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0px;
}


.sub-conts .section-wrap {
    margin: 0 auto 50px;
    padding: 0;
    border: none;
}


/*--------------------------------------
人気記事調整
--------------------------------------*/
/* 個別記事ごとのliタグ */
.popular-posts li{
list-style-type:none;
list-style-image:none;
clear: both;
padding: 5px 0 5px 0;
margin:0;
}
 
/* サムネイル */
.popular-posts img{
padding:0px;
float: left;
}

ul,
ol{
	margin-left: 0px;
	padding-left: 0;
}


	/* LI - Post container styles */
	.wpp-list li {
border-bottom:1px dashed #ccc;
	}

.wpp-list li.current {
    background-color: #f3f5f6;
}


/*--------------------------------------
最近の投稿調整
--------------------------------------*/
ul#npcatch {
    margin: 0;
	padding-left: 0;
}


#npcatch img{
	float:left;
	padding: 0px;
}

 
  
#npcatch li:hover{
}
 
#npcatch li:hover .title{
}
 
#npcatch li:hover .title a{
}
 
#npcatch li:hover .date{
}

#npcatch li{
    overflow: hidden;
    background: none;
    clear: both;
    margin: 0;
    padding: 0 0 1.0em 0;
}

#npcatch .title{
    width: 75%;
    float: left;
padding: 0px 0 5px 10px;
}



/*--------------------------------------
プルダウン
--------------------------------------*/
select#archives-dropdown-2 {
    width: 60%;
    height: 30px;
    padding: 0em;
    margin: 0 0em;
color:#666
}


/*--------------------------------------
記事一覧調整
--------------------------------------*/
p.post-date {
    margin: 0;
}


/*コンテンツの基本単位（「section-wrap」＋「section-in」でコンテンツを覆う）*/
.section-wrap{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
}

/*アイキャッチ*/
.eye-catch{
	float: left;
	margin-top: 0;
	margin-left: 0;
    margin-right: 30px;
}


.section-wrap .section-title{
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 15px 0;
    border: none;
    background: transparent;
    letter-spacing: -1px;
    padding:5px 0;
    position: relative;
}


.section-wrap{
padding: 30px 48px 40px 48px;
}


/*--------------------------------------------------------
続きを読む
--------------------------------------------------------*/

.link-next:before {
	content: '\f061';
	padding: 0 .4em 1em .4em;
	font-family: FontAwesome;
font-size:15px;
color:#42879c;
}

.link-next a {
    color: #42879c;
    font-weight: bold;
    font-size: 1em;
}

.link-next a:hover {
    color: #7DB5D0
    font-weight: bold;
    font-size: 1em;
}

/*--------------------------------------------------------
カテゴリー表示のデザイン
--------------------------------------------------------*/

/*カテゴリ表示を日付の横に*/
.post-date,
.post-cat {
  display:inline-block;
}


.post-cat:before{
content: "\f114";
font-family: FontAwesome;
color: #666;
padding: 0 0 0 1em;
}


.cat {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
    padding: 0em 0.3em;
    border-bottom: none;
    color: #fff;
    font-size: 1em;
    word-break: break-all;
}

.cat a {
    display: inline-block;
    margin: -0.1em -0.8em;
    padding: 0.1em 0.5em;
    text-decoration: none;
}


.cat a:hover {
  color: #78c8de;
}


/*--------------------------------------------------------
個別記事タイトル文字サイズ
--------------------------------------------------------*/

.single .section-in .article-header {
    padding-top: 1em;
}
.single .section-title {
    padding: 15px 0;
}

.single .section-in .article-header,.single .section-in .article-body,.single .section-in .sns-wrap,.single .section-in .content-ad-wrap,.single .section-in .post-tag,.single .section-in .cont-nav,.single .section-in .comments-area {
    padding: 0em;
}

/*--------------------------------------------------------
個別記事hタグ修正
--------------------------------------------------------*/
.main-body h2 {
    border-bottom: dashed 2px #5e8599;
    background: #f3f5f6;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    margin: 2em 0 1em 0;
    padding: 0.5em 1em;
}

.main-body h3 {
    margin: 2.5em 0 1.5em 0;
    padding: 0em 0.5em;
    color: #000;
    background: transparent;
    border-left: solid 7px #5e8599;
    border-bottom: none;
    font-size: 1.3em;
}

.main-body h4 {
    margin: 2.5em 0 1.5em 0;
    padding: 0em 0.5em;
    color: #000;
    background: transparent;
    border-bottom: none;
    font-size: 1.1em;
}

.main-body h5 {
    margin: 1.5em 0 1em 0;
    padding: 0em 0.5em;
    color: #000;
    background: transparent;
    border-bottom: none;
    font-size: 1.1em;
}

/*--------------------------------------------------------
関連記事タイトル調整
--------------------------------------------------------*/
h2#keni-relatedposts {
    margin: 80px 0 30px;
    padding: 0em 0.5em;
    color: #000;
    background: transparent;
    border-left: solid 7px #5e8599;
    border-bottom: none;
    font-size: 1.3em;
}

/*-------------------------------------
関連記事を2列表示
-------------------------------------*/
.related-articles-thumbs01 li {
      width: 48%;
     display: inline-block;
     vertical-align: top;
     font-size: 14px;
line-height: 1.5;
letter-spacing: -0.4px;
}

.related-articles-thumbs01 .related-thumb {
    margin-right: 10px;
}



/*--------------------------------------------------------
コメント欄上部アキ
--------------------------------------------------------*/
h3#reply-title {
    margin-top: 40px;
    font-size: 1.2em;
    color: #5e8599;
}
/*--------------------------------------------------------
コメント欄
--------------------------------------------------------*/
.btn-form01 {
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	border: none;
	background-color: #92b3bf;
    width: 100%;
}


/* 名前 */
.comment-form-author input {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

/* url */
.comment-form-url input {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}


/* コメント */
textarea#comment {
    border: 1px solid #ccc;
    background: none;
    color: #333;
width:99%!important;
}

.btn-form01:hover {
    border: none;
    background: #accad2;
}

/*--------------------------------------------------------
投稿日／更新日スタイル
--------------------------------------------------------*/
.post-date {
    margin-right: 1em;
    font-size: 16px;
    color: #666666;
}


/*--------------------------------------------------------
一覧下とカテゴリー下のページ送り
--------------------------------------------------------*/
/* ページャー */
.pager{
    margin-bottom: 20px;
    text-align:center}
 
a.page-numbers,
.pager .current{
    background-color: #fff;
    border: solid 1px #aaaaaa;
    border-radius:5px;
    padding:5px 8px;
    margin:0 2px;}
 
.pager .current{
    background-color: #69808c;
    border: solid 1px #69808c;
    color: #ffffff;}
 
.pager a:hover{
    color: #ffffff;
    border: solid 1px #69808c;
    background-color: #69808c;}



/*--------------------------------------------------------
アドセンス2つ
--------------------------------------------------------*/
p.double-rectangle-title {
    font-size: 0.8em;
    margin-top: 50px;
margin-bottom: 0;
    text-align: center;
}

.double-rectangle {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.left-rectangle {
  float: left;
  margin-left: 0px;/*左の余白*/
}
.right-rectangle {
  float: right;
  margin-right: 0px;/*右の余白*/
}


/*--------------------------------------
テキストボックス
--------------------------------------*/
/*テキストボックス*/
.textbox {	
    background-color: #f3f5f6;
    padding:10px 0;
}

/*テキストボックス*/
.textbox2 {	
    background-color: #f3f5f6;
    padding: 10px 0px 10px;
    margin: 50px 0 10px 0;
}

/* ----------------------------------------------------
PC用SNSボタン
-----------------------------------------------------*/

span.share-count {
    display: none;
}

.share-comm {
    background: #f3f5f6;
    padding: 10px 0 0 0;
    text-align: center;
}

ul.sns.clearfix {
    background: #f3f5f6;
    padding: 20px 0;
    margin-bottom: 0.5em;
}


.sns-wrap {
    width:100%;
}

.sns {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


.sns a {
    text-decoration: none;
    font-size: 20px;
}

.sns li {
display:inline-block;
    width: 10%;
    margin: 0;
}
.sns a {
    position: relative;
    padding: 12px;
    color: #fff;
    text-align: center;
  border-radius: 5px;
}

.sns span,
.sns .fa {
    margin: 0;
    color: #fff;
}

.sns li a:hover {
  opacity: 0.6;
}

.sns .twitter a {
    background: #55ACEE;
}
.sns .facebook a {
    background: #315096;
}
.sns .googleplus a {
    background: #dd4b39;
}
.sns .hatebu a {
    background: #008fde;
}
.sns .line a {
    background: #78C315;
    color:#fff;
}
.sns .pocket a {
    background:#f03e51;
}
@media only screen and ( max-width: 736px ) {
    .sns li {
        width: 15%;
        margin: 0;
    }
    .sns a {
        padding: 6px;
    }
}



/* ----------------------------------------------------
 フォローSNSボタン
-----------------------------------------------------*/

.tw:before {
	content: '\f081';
	font-family: FontAwesome;
font-size:50px;
color:#72A7B6;
}

.fb:before {
	content: '\f082';
	font-family: FontAwesome;
font-size:50px;
color:#6587a9;
}

/*.ig:before {
	content: '\f16d';
	font-family: FontAwesome;
font-size:40px;
color:#6b7e9c;
}*/

/*.rss:before {
	content: '\f143';
	font-family: FontAwesome;
font-size:40px;
color:#7ba572;
}*/

span.icon-instagram {
    font-size: 44px;
    color: #62718a;
}

span.icon-feedly-square {
    font-size: 44px;
    color: #80c172;
}

ul.fo-clearfix {
    margin: 0 auto;
}

li.fo {
    position: relative;
    display: inline-block;
    padding: 0 8px 0 8px;
}

li.fo a:hover {
  opacity: 0.6;
}

.fo-btn {
    text-align: center;
margin: -15px 0 0 0;
}

/* ----------------------------------------------------
テキストリンク色
-----------------------------------------------------*/

/*メインコンテンツ リンク色*/
.main-conts a {
  color:#378eb7;
}

.main-conts a:hover{
  color:#78c8de;
}


/*サイドバー リンク色*/
.sidebar a {
  color: #666;
}

.sidebar a:hover{
  color: #78c8de;
}

.main-body .section-title a:hover{
  text-decoration: none;
  color: #78c8de;
}


/*--------------------------------
タグデザイン
---------------------------------*/
#tag_title,
.post-tag {
  display:inline-block;
}


#tag_title {
    font-size: 1em;
    font-weight: bold;
    padding: 0 10px 0 10px;
}


.post-tag a {
    word-break: break-all;
    background: #5e8599;
    color: #ffffff;
    padding: 0.5em 0.8em;
    border-bottom: none;
    border-radius: 3px;
    text-decoration: none;
    /* border: solid 1px #78c8de; */
    font-size: 0.8em;
}

.post-tag a:hover{
  text-decoration: none;
  color: #78c8de;
}


.single .section-in .post-tag {
    background: #f3f5f6;
    width: 100%;
}


/*--------------------------------
一覧アドセンス下にアキ
---------------------------------*/

.pcfeed {
    margin-bottom: 30px;
}




/*--------------------------------------------------------
カエレバ
--------------------------------------------------------*/

.kaerebalink-box,
.booklink-box {
border: 1px solid #dfdfdf; 	padding: 15px;
	overflow: hidden;
	margin: 50px 0;
}
@media screen and ( min-width: 640px ){
.kaerebalink-box,
.booklink-box {
	margin: 50px 0px;
}
}
.kaerebalink-image,
.booklink-image {
	margin-right: 20px;
	float:left;
}
.kaerebalink-info,
.booklink-info {
	overflow: hidden;
}
.kaerebalink-name a,
.booklink-name a{
	font-size: 16px;
	text-decoration: none;
}
.kaerebalink-powered-date a,
.kaerebalink-powered-date,
.booklink-powered-date a,
.booklink-powered-date {
	font-size: 12px;
	margin-top: 5px;
	color:#444;
	margin-bottom:10px;
}
.kaerebalink-link1,
.booklink-link2 {
	font-size: 16px;
	margin-top:30px;
}
.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo {
	width: 75%;
	text-align: center;
	margin: 15px 0;
}
.shoplinkamazon {
	background-color:#f6a247;
	border: 1px solid #f6a247;
	border-radius: 6px;
}
.shoplinkrakuten {
	background-color:#ec3636;
	border: 1px solid #ec3636;
	border-radius: 6px;
}
.shoplinkyahoo {
	background-color:#47b1d8;
	border: 1px solid #47b1d8;
	border-radius: 6px;
}
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	color:#fff;
}
.shoplinkamazon a:hover{
	background-color:#ffad33;
}
.shoplinkrakuten a:hover{
	background-color:#cc3333;
}
.shoplinkyahoo a:hover{
	background-color:#668dff;
}

/* iPhone6 Plus以下のスマホを想定 */
@media only screen and (max-width: 380px) {
.kaerebalink-image,
.booklink-image {
	margin: 0 auto;
	margin-bottom: 20px;
	float: none;
}
.kaerebalink-image img,
.booklink-image img {
	display: block;
}
.shoplinkamazon,
.shoplinkrakuten,
.shoplinkyahoo {
	width: 95%;
	margin: 10px auto;
}
.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a {
	padding: 10px 0;
}
}

/* 非表示設定 */
.kaerebalink-detail {display:none;}
.booklink-detail {display:none;}

.shoplinkrakuten img,
.shoplinkamazon img {
	display: none;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

.site-footer {
    background: #f3f5f6;
    font-size: 90%;
}

.site-footer-in a {
    color: #3D2225;
}

.site-footer-nav a:before {
	content: '\f0da';
	padding: 0 .4em 0 .4em;
	font-family: FontAwesome;
color:#3D2225;
}

.site-footer-nav {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.site-footer-nav li {
    display: inline;
    list-style: none;
    margin-left: 10px;
    padding: 0px;
}


.copyright {
    margin: 0;
    padding: 30px 0 5px 0;
    background: #f3f5f6;
    color: #3D2225;
    text-align: center;
}

.copyright small {
    font-size: 70%;
}


.site-footer-conts {
    display: table;
    width: 100%;
    background: #f3f5f6;
}
.site-footer-nav,.site-footer-conts-area {
    width: 100%;
    vertical-align: top;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin: 0;
  margin-bottom: 0.5em;
}

#sidebar .widget_archive ul.years li{
  margin-bottom: 0;
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}



/*--------------------------------------------------------
コメント欄おりたたみ
--------------------------------------------------------*/

.comment-open-btn:before {
	content: '\f0e6';
	padding: 0 .4em 0 .4em;
	font-family: FontAwesome;
	color:#fff;
    font-size: 1.2em;
}


#comment-open .comment-open-btn{
 display: block;
 margin: 1em 0;
 padding: 0.5em;
 color: #fff;
 font-size: 1em;
 cursor: pointer;
 background-color: #5e8599;
text-align: center;
}

#comment-open #comment-open-in{ display: none; }

#comment-open .showComentopen{
 display: block!important;
}


/*--------------------------------------------------------
カテゴリー／アーカイブタイトル
--------------------------------------------------------*/
.main-body .archive-title {
    margin: 1em 0 1em 0;
    color: #72a7b6;
    text-align: center;
    font-weight: bold;
border-bottom: dashed 2px #72a7b6;
font-size:1.4em;
}

/*--------------------------------------------------------
グローバルメニューと記事の間
--------------------------------------------------------*/
.main-body-in {
    padding-top: 40px;
}

/*--------------------------------------------------------
お問い合わせフォーム背景
--------------------------------------------------------*/
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}


/*--------------------------------------------------------
引用
--------------------------------------------------------*/
blockquote:after {
content:none
}


blockquote{
position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    background: #fafbfb;
    color: #777777;
    border-left: 4px solid #D6E2E5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #D6E2E5;
    font-size: 30px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/*--------------------------------------------------------
マーカー
--------------------------------------------------------*/
.marker-yellow {
  background: linear-gradient(transparent 60%, #fbfb91 60%);
}

.marker-blue {
  background: linear-gradient(transparent 60%, #bcedec 60%);
}

.marker-green {
  background: linear-gradient(transparent 60%, #a3ee67 60%);
}



