#sidebar1 .textwidget{
	font-size:%;
}

/*フォント*/
body {
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", 'メイリオ' , Meiryo , sans-serif;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	#asumeruform .asumeru input{
		width:200px!important;
	}
	.asumeru-btn input{
width:130px!important;
		font-size:14px!important;
	}
}
/* ************************************************ 
*	メニュー周りのデザイン
* ************************************************ */

/*メニューバーの太さ・PCの場合*/
@media only screen and (min-width: 768px)
{
.header--center .desktop-nav li a {
    height: 40px;
    padding: 10px 15px 15px;
    font-size: 18px;
    line-height: 2
			px;}
}


/* ************************************************ 
*	TOP記事一覧・ブログカード
* ************************************************ */
/*記事タイトルのフォントサイズ*/
.cardtype h2 {
    margin: 8px 13px 0;
    font-size: 16px;
	height: 70px;
}

/* 記事抜粋 */
p.item-text {
    margin: 0px 13px 25px;
    font-size: 13px;
    line-height: 135%;
}

/* 記事タイトルと抜粋の間のバー */
p.bar {
    border-bottom: 2px solid #e8e8e8;
    width: 50px;
}

/* スペースの調整 */
.cardtype__link {
    padding-bottom: 5px;
}
/* ************************************************ 
*	シェアボタン
* ************************************************ */

ul.the_champ_sharing_ul {
    border: none;
}

.the_champ_sharing_container.the_champ_horizontal_sharing {
    float: right;
}

p.entry-meta.vcard.dfont {
    display: inline-block;
}

.header .post-descr {
    margin: 0;
    padding: 3px 0 0;/*文字上下の余白*/
    width: 100%;
    text-align: center;
    background-color: #58a9f0;/*説明部分の背景色*/
    color: #FFF;/*文字色*/
    font-size: 12px;/*文字サイズ*/
}


.asumeru_form,fieldset{
 width:100%;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.asumeru_form fieldset{
 padding:10px;
}

.asumeru_th{
 width:100%;
 padding:5px;
 background-color:#fff;/*ここで背景色を変更*/
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.asumeru_td input{
 margin-top:5px;
 height:30px;
 width:100%;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.inputText{
 width: 100%;
}

fieldset {
    border: none;
    padding: .35em .625em 0em;
}

.entry-content table {
    border: none;
}

.entry-content tr:not(:last-child) {
    border-bottom: none;
}

.entry-content th {
    border-right: none;
    border-bottom: none;
    background-color: #fff;
}

.entry-content td {
    border-right: none;
}

.entry-content td:last-child {
    border-right: none;
}

・label {
    font-size: 10px;
}


/*メルマガ登録ボタンのデザイン*/
#asumeruform .formbtn {
  width: 230px;
  height: 55px;
	vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: bold;
  color: #fff;
background: #EB3349;
background: -webkit-linear-gradient(to right, #F45C43, #EB3349);
background: linear-gradient(to right, #F45C43, #EB3349); 
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
	margin-bottom:20px;
  }
#asumeruform .formbtn:hover {
  background-color: #DF212C;
box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
  color: #fff;
-webkit-tap-highlight-color: transparent;
}



#asumeruform .center-text {
	text-align: center;
    border: none;
}

#asumeruform span.require {
	color: red;
	font-weight: bold;
}
/*END アスメルのフォーム*/


/*TAGSを非表示*/
.meta-tag{
	display:none;
}


.linkto img{
border-radius : 10% ;
}
.linkto {
background: #ffeff3;
border: none;
}


/*--------------------------------------
wppでランキング順位を表示する
--------------------------------------*/
/* カウンタをリセット */
.my-widget.show_num {
    counter-reset: wpp-ranking;
}
/* 一覧の表示 */
.my-widget.show_num li {
    position: relative;
}
/* 順位を表示 */
.my-widget.show_num li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
 	display: inline-block;
 	position: absolute;
 	z-index: 1;
 	top: 0;
 	left: 0;
 	width: 25px;
 	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}
/* 1位 */
.my-widget.show_num li:nth-child(1):before {
	background: #F08E9C;
	color: #fff;
}
/* 2位 */
.my-widget.show_num li:nth-child(2):before {
	background: #F08E9C;
	color: #fff;
}
/* 3位 */
.my-widget.show_num li:nth-child(3):before {
	background: #F08E9C;
	color: #fff;
}
/* 4位以降の色 */
.my-widget.show_num li:nth-child(n + 4):before{
	background: #E2F3F0;
	color: #9a9a9a;
}
article li.widget{
	list-style:none!important;	
	margin-bottom:0;
}




/*--------------------------------------
関連記事カード２を変更 パターン２
--------------------------------------*/
.longc_linkto{/*カード全体の設定*/
    position: relative;/*疑似要素の基準に設定*/
    padding: 5px;/*内側の余白*/
    line-height:0;/*画像の下の余白削除(20180915追記)*/
}
.longc_linkto img {/*アイキャッチ画像が入っている部分の大きさ*/
    max-width: 40%;/*画像部分の横幅最大*/
    vertical-align:baseline;/*文字下に合わせる*/
}
.longc_img img {/*アイキャッチ画像*/
    padding: 0px;/*内側の余白10pxから0pxに*/
}
.longc_linkto .c_linkto_text {/*テキスト部分*/
    display: inline-block;/*横並びに*/
    padding: 0 60px 0 2%;/*内側の余白*/
    max-width: 55%;/*テキスト部分の横幅最大*/
    font-size: .8em;/*フォントサイズを小さく*/
    vertical-align:top;/*上によせる(20180915追記)*/
}
.longc_time {/*投稿日*/
    display: none;/*削除*/
}
.longc_linkto .c_linkto_text:before {/*疑似要素（前）*/
    position: absolute;/*基準に対して動けるように*/
    content: "関連";/*表示する文字*/
    top: 5px;/*上からの位置*/
    left: 5px;/*左からの位置*/
    display: inline-block;/*自由に横幅や高さを設定できるように*/
    width: 47px;/*横幅*/
    height: 27px;/*高さ*/
    text-align: center;/*中央揃え*/
    background: #FF7979;/*背景色*/
    font-size: 14px;/*フォントサイズ*/
    line-height: 28px;/*行の高さ（縦方向中央揃え用）*/
    color: white;/*文字の色*/
    letter-spacing: 3px;/*文字の間隔*/
    padding-left: 3px;/*内側の余白（左）*/
    border-radius: 2px;/*角丸*/
}
.longc_linkto .c_linkto_text:after {/*疑似要素（後）*/
    position: absolute;/*基準を元に*/
    display: flex;/*中央揃えするために*/
    height: 100%;/*背景の高さ*/
    width: 30px;/*背景の横幅*/
    padding: 0px 15px;/*水平方向に中央揃え*/
    content: "\f138";/*アイコン*/
    font-family: "FontAwesome";/*アイコンを表示させる*/
    top: 0px;/*上からの位置*/
    right: 0px;/*右からの位置*/
    font-size: 2.8em;/*文字の大きさ*/
    color: #fff;/*文字の色*/
    background:  #FFBABA;/*背景色*/
    align-items: center;/*アイコンを中央揃え*/
}
/*****   PCでの画像表示   *****/
@media only screen and (min-width: 481px){/*横幅481px以上での表示*/
.longc_img {/*アイキャッチ画像が入っている部分の大きさ*/
    width: 30%;/*横幅*/
}
.longc_linkto img {/*アイキャッチ画像の大きさ*/
    max-width: 100%;/*横幅*/
    vertical-align: top;/*上揃え*/
}
.c_linkto.longc_linkto .longc_content {/*テキスト部分*/
    vertical-align: top;/*上揃え*/
}
.longc_linkto .c_linkto_text {/*テキスト部分*/
    padding: 0 70px 0 2%;/*内側の余白*/
    font-size: 1em;/*フォントサイズ*/
}
.longc_linkto .c_linkto_text:after {/*アイコン*/
    width: 38px;/*位置調整用*/
}}





/*--------------------------------------
  ヘッダーお知らせ欄
--------------------------------------*/
.header-info a {/*お知らせ欄全体*/
    padding: 5px;/*内側の余白　上下左右*/
    font-size: 15px;/*文字の大きさ*/
}
.header-info a:after {/*後ろにぶち込む*/
    content: "Click here!";/*PCでのセリフ*/
    font-weight: 500;/*文字の太さ*/
    border: 1px solid #fff;/*枠線*/
    border-radius: 5px;/*角丸*/
    padding: 2px 10px;/*内側の余白*/
    margin-left: 5px;/*外側の余白（文字との距離）*/
}
@media screen and (max-width: 500px){/*スマホ表示*/
.header-info a:after {
    width: 30%;/*ボタンっぽいやつの横幅*/
    content: "Tap here!";/*スマホでのセリフ*/
    margin: 0 auto;/*中央寄せ*/
    font-size: .8em;/*文字のサイズ*/
}}


/*サイドバー上広告の背後透過*/
div#custom_html-2{
    background: none;
}


/*--------------------------------------
サイドバーの枠線を消す
--------------------------------------*/
.post, .sidebar .widget {
border: none!important;
}