/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*ブログタイトル変更*/
#logo img {
    font-size: 3em;
    font-weight: bold;
    padding-top: 2em;
}
/*サイドバーリンク文字*/
.sideber-link{
font-size: 1.5em;
  margin-top: 1em;
}
/*サイドバーリンク文字*/
.sideber-link a{
font-weight: bold;
}
.sideber-link a:hover {
text-decoration:underline;
color:orange;
}
/*プロフィール画像*/
.profile img{
border-radius:50%;
margin-top: 2em;
margin-bottom: 2em;
}
.profile a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*お問い合わせ文字*/
.situmonmozi{
  font-size:2em;
  font-weight:bold;
}
.gray{
    color: gray;
}
/*外枠*/
.sotowaku{
    padding: 1em; /*内側余白*/
    margin-bottom: 2em; /*下側余白*/
    background: #ffffe0; /*背景　黄色*/
}
/*中枠*/
.nakawaku{
    padding: 1em 1em 0em 1em; /*内側余白*/
    margin-bottom: 0em; /*下側余白*/
    background: white; /*背景　白色*/
}
/*　賢威力より移植 */
.doga {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.doga iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}
.doga video {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
background-color:#000000;
}
.doga2 {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.doga2 script {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}
.doga2 video {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
background-color:#000000;
}
.maru img{
width:200px;
height:120px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
border-radius:10px;
}
.maru a:hover{
opacity:0.70;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-moz-opacity:0.70;
}
.shiro_waku{
background:#F5F5F5;
border-radius:10px;
margin-bottom:20px;
padding-top:0px;
padding-bottom:0px;
border:10px solid #D3D3D3;
}

.main-contents2{
	margin: 0 0 0.5em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	border-left: 28px solid #40ad3b;
	border-top:2px solid #696969;
	border-right:2px solid #696969;
	border-bottom:2px solid #696969;
	background: url(./images/common/bg-dot.png) #DCDCDC;
　　　　font-size: 1em;
}
.main-contents3{
	margin: 0 0 0em;
	padding: 0em 0em;
	color: #00B;
	font-size: 1.2em;
}
.moji1 a{
text-decoration:none;
}
.shiro_waku2{
background:#FFFFFF;
border-radius:10px;
margin-bottom:10px;
padding-top:0px;
padding-bottom:0px;
border-top:1px solid #959595;
border-left:1px solid #959595;
}
.shiro_waku3{
background:#F5F5F5;
border-radius:10px;
margin-bottom:20px;
padding-top:0px;
padding-bottom:0px;
border:10px solid #D3D3D3;
}

/* ----------------------------------------------------
 SNSボタン
-----------------------------------------------------*/
.sns-wrap {
    width:100%;/*横一列の横幅*/
    margin-top: 1em;/*ボタン上の空白*/
}
.sns {
    margin: 0 auto;
    list-style: none;
}
.sns a {
    text-decoration: none;
    font-size: 30px;/*ボタン文字サイズ*/
}
.sns {
    text-align: center;
}
.sns li {
    float: left;
    width: 49%;/*ボタン横幅19%*/
    margin: 0 1% 3% 0;
}
.sns a {
    position: relative;
    display: block;
    padding: 10px;/*文字上下の空白10px*/
    color: #fff;/*リンク文字色*/
    border-radius: 5px;
    text-align: center;
}
.sns span,
.sns .fa {
    margin-right: .4em;
    color: #fff;
}
.sns li a:hover {
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
}
.sns .twitter a {
    background: #0092ca;
    box-shadow:0 5px 0 #016DA9;
}
.sns .facebook a {
    background: #315096;
    box-shadow:0 5px 0 #2c4373;
}
.sns .googleplus a {
    background: #dd4b39;
    box-shadow: 0 5px 0 #ad3a2d;
}
.sns .hatebu a {
    background: #008fde;
    box-shadow: 0 5px 0 #016DA9;
}
.sns .line a {
    background: #78C315;
    box-shadow: 0 5px 0 #359A34;
}
.sns .pocket a {
    background:#f03e51;
    box-shadow:0 5px 0 #c0392b;
}
.sns .rsss a {
    background:#ffb53c;
    box-shadow:0 5px 0 #e09900;
}
.sns .feedly a {
    background:#87c040;
    box-shadow:0 5px 0 #74a436;
}
@media only screen and ( max-width: 736px ) {
    .sns li {
        width: 96%;/*スマホ横幅30%*/
        margin: 0 3% 4% 0;
    }
    .sns a {
        padding: 6px;
    }
}
/* ----------------------------------------------------
 SNSボタン　マウスオーバー
-----------------------------------------------------*/
.sns .twitter a:hover {
    background: #55acee;
}
.sns .facebook a:hover {
    background: #2c4373;
}
.sns .googleplus a:hover {
    background: #ad3a2d;
}
.sns .hatebu a:hover {
    background: #016DA9;
}
.sns .line a:hover {
    background: #359A34;
}
.sns .pocket a:hover {
    background: #c0392b;
}
.sns .rsss a:hover {
    background: #e09900;
}
.sns .feedly a:hover {
    background: #74a436;
}
/* ----------------------------------------------------
 SNSボタン　マウスオーバー時間設定
-----------------------------------------------------*/
.sns a {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.sns .pocket a:hover {
    background: #c0392b;
}
/* ----------------------------------------------------
 追尾広告
-----------------------------------------------------*/
.koukoku {
    bottom: 200px;
    position: fixed;
    z-index: 0;
    margin-right:-160px;
    width: 120px;
    padding:10px;
}
/* ----------------------------------------------------
固定ページタイトル装飾
-----------------------------------------------------*/
.koteipage {
	margin: 0 0 1.5em;
	padding: 0.3em 0.5em;
	border-left: 28px solid #40ad3b;
	background: url(./images/common/bg-dot.png) #333;
	color: #fff;
	font-size: 1.429em;
}
/* ----------------------------------------------------
収入実績文字大きさ変更
-----------------------------------------------------*/
.moji100 {
	font-size: 2em;
	font-weight:bold;
}
/* ----------------------------------------------------
リストデザイン変更
-----------------------------------------------------*/
.risuto{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.risuto li{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #f00;
  margin-bottom: 5px;
}
.risuto li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align:center;
}
/* ----------------------------------------------------
タイトル変更
-----------------------------------------------------*/
.ribbon1 {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 20px;
	position: relative;
	padding: 10px;
	background: url(./images/common/bg-dot.png) #333;
	box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0,0,0,0.1);
}
.ribbon1:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: -10px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #4f4f4f;
}
/* ----------------------------------------------------
タイトルボーダー変更
-----------------------------------------------------*/
.border4 {
	font-size: 1.3em;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border-left: 28px solid #40ad3b;
	border-bottom: 1px solid #757575;
}

/* --------------------------------------------------
記事画像変更
-----------------------------------------------------*/
#kizidake img{
	max-width: 100%;
	height: auto;
}
/* --------------------------------------------------
記事した画像
-----------------------------------------------------*/
#kizishitadake img{
	max-width: 100%;
	height: auto;
}
/* ----------------------------------------
 コンタクトフォーム背景色の変更
----------------------------------------- */
.wpcf7c-conf {
    background-color: #F5F5F5; /* 背景色 */
    color: black; /* 文字色 */
    border: 1px solid #AEAEAE; /* 周りの線: 太さ　線種 線の色 */
}
 
/* ----------------------------------------
コンタクトフォーム ボタンのデザイン変更
------------------------------------------*/
input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
    width: 8em; /* ボタンの横幅: 8文字分の大きさ */
    height: 2em; /* ボタンの高さ: 2文字分の高さ */
}
input.wpcf7-confirm, 
input.wpcf7-submit {
    background: green;	/* 背景色を緑に */
    color: #fff;	/* 文字色を白に */
    border-color: #9ABB9A #80B577 #80B577 #9ABB9A;
    /* 周りの線を緑系に */
}
input.wpcf7c-btn-back {
    background: lightgray;
}
 
/* -----------------------------------------
コンタクトフォーム　戻るボタンと送信ボタンの間の余白を調整
-------------------------------------------*/
input.wpcf7c-btn-back {
    margin-right: 1em;
}
/*　ContactForm7の横並びテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
	margin-top:20px;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}
 
/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 90%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
background: green;	/* 背景色を緑に */
    color: #fff;	/* 文字色を白に */
    border-color: #9ABB9A #80B577 #80B577 #9ABB9A;
    /* 周りの線を緑系に */
	font-size:1em;
	font-weight: bold;
	padding:10px;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}
/*確認画面非表示*/
.mw_wp_form_preview .gray{ display:none; }
.waku{
        border:solid 1px;
	margin: 2em auto;
}
/* ----------------------------------------------------
タイトルボーダー変更
-----------------------------------------------------*/
.border5 {
	font-size: 1.2em;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border: 2px solid;
}
/* ----------------------------------------------------
記事一覧用
-----------------------------------------------------*/
.border6 {
	font-size: 1.2em;
	line-height: 20px;
	padding: .5em 0 .5em .5em;
	border: 2px solid;
	margin-bottom: 1em;
}
.border6 a{
	text-decoration: none;
}
/* ----------------------------------------------------
賢威下余白
-----------------------------------------------------*/
.keniyohaku{
	margin-bottom: 1em;
}
/* ----------------------------------------------------
ふちどり
-----------------------------------------------------*/
.fuchi {
  color: #fff;
  text-shadow: 1px 1px 0 #000,
               -1px 1px 0 #000,
               1px -1px 0 #000,
               -1px -1px 0 #000;
}
/* ----------------------------------------------------
 人気記事一覧画像変更用
-----------------------------------------------------*/
.popularlist img{
	max-width: 98%;
	height:auto;
	border: black solid;
}
.popularlist img:hover{
filter:alpha(opacity=50);
opacity:0.5;
}
.popularlist2{
  background: #000;
  padding: 0.5em;
}
.popularlist2 a{
	color:white;
	text-decoration: none;
}
.popularlist2 a:hover{
filter:alpha(opacity=50);
opacity:0.5;
}
/* ----------------------------------------------------
 人気記事一覧画像に文字を重ねる方法
-----------------------------------------------------*/
.absolute {
    position: absolute;
    bottom: 80px;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 100%;
    max-width: 600px;
    padding: 1em 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 150%;
    text-align: center;
}
/* ----------------------------------------------------
 サイドバーリンク
-----------------------------------------------------*/
.side {
	color:blue;
}
/*太字*/
.b {
font-weight:
bold!important;
}
/* ----------------------------------------------------
 パソコン画面表示1300px以下
-----------------------------------------------------*/
@media screen and (max-width: 1300px){
 .grid_post_thumbnail{
  height: 200px;
        }
}
/*h1タイトル消し*/
h1{
		display: none;
}