/* カスタム CSS をここに入力してください */


/* 画像を二つ並べる */
.img-float .floatbox {
  width:50%;  /* 画像の横幅（２つなので） */
  float: left;  /* 画像の左寄せ */ 
}
/* スマホサイズ変更 */
@media screen and (max-width:599px){
.img-float .floatbox {
  width:100%;
  height:100%;
}
}


/*緑チェック*/
/* 画像の上の文字の位置 */
.content .float-title  {
    margin: 15px 0px 5px 0px;
}
/* 画像の上の文字の頭にアイコン付ける */
.float-title {
   padding: 0 0 0 35px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/a5e2e0d97aa1a9b884413c7f1719836a.png) no-repeat;
      background-size: auto 31px;
      font-size: 125%;
      font-weight: bold;
      color: #3E3E3E;
}











/* 人気記事アイコン下のグレーを消す */
@media screen and (min-width: 1030px) and (max-width: 1165px){
.single .authorbox .author-newpost li .eyecatch, .related-box li .eyecatch {
    height: 100px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
}
@media screen and (min-width: 925px) and (max-width: 1029px){
.single .authorbox .author-newpost li .eyecatch, .related-box li .eyecatch {
    height: 87px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
}
@media screen and (min-width: 910px) and (max-width: 924px){
.single .authorbox .author-newpost li .eyecatch, .related-box li .eyecatch {
    height: 80px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
}
@media screen and (min-width: 844px) and (max-width: 909px){
.single .authorbox .author-newpost li .eyecatch, .related-box li .eyecatch {
    height: 75px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
}
@media screen and (min-width: 673px) and (max-width: 767px){
.single .authorbox .author-newpost li .eyecatch, .related-box li .eyecatch {
    height: 100px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
}






/* 吹き出しアイコンの丸を消す */
.voice .icon img {
    border-radius: 0%;
    margin: 0;
    border: 0;
}



/* h3の色を青にする */
h3, .h3 {
    color: #1BB4D3;
}

/* h4の色を青にする */
h4, .h4 {
    font-size: 1.3em;
    font-weight: 700;
    color: #1BB4D3;
 /*線の種類（点線）2px 線色*/
 /*ウィジットのタイトルの下にも点線が入ってしまっている*/
    border-bottom: dashed 2px #1BB4D3;
}



/*h3の上のスペースを詰める*/
.entry-content h3 {
    margin-top: 1.3em;
}
/*img下のh3の上のスペースを詰めるクラス*/
h3.h3uetsume {
    margin-top: 0.8em;
}



/*imgの下のスペースを詰める*/
/*.entry-content img {
    margin-bottom: 0.2em;
}*/

/*テーブルの下のスペースを詰める*/
.entry-content table {
    margin-bottom: 0em;
}

/*引用BOXの下のスペースを詰める*/
.entry-content blockquote {
    margin-bottom: 0em;
}



/*pの下のスペースを詰めるクラス*/
p.shitatsume {
    margin-bottom: 0em;
}
/*関連記事の上のスペースを詰める*/
.related_article {
    margin: 0em 0;
}





/*pの左にスペースを入れるクラス*/
p.leftspace {
    margin-left: 2.5em;
}
/* スマホサイズ変更 */
@media screen and (max-width:599px){
p.leftspace {
    margin-left: 1.2em;
}
}



/* facebookリンク文字スマホサイズ変更 */
@media screen and (max-width:599px){
.fb-likebtn .like_text {
    font-size: 0.6em;
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.4;
}
}


/* 子カテゴリーもう少し右へ寄せる */
.widget.widget_categories li ul a {
    padding-left: 3em;
}


/* フォントを変える */
/*body {
font-family: 'Kosugi', sans-serif;
}*/

/* フォントサイズ大きくする */
h2, .entry-content h2 {
  font-size: 1.4em;
}
h3, .entry-content h3 {
  font-size: 1.4em;
}
body {
  font-size: 18px;
}




/* フォントサイズ大きくするスマホサイズ変更 */
@media screen and (max-width:599px){
h2, .entry-content h2 {
  font-size: 1.25em;
}
 h3, .entry-content h3 {
  font-size: 1.3em;
}
}






/* 目次のh3をもうちょっと右に寄せる */
#toc_container li li a {
    padding-left: 2.5em;
}

/* ボックススタイルのマージンを変更 */
/*.c_box {
    margin: 1em 1em 1.5em 1em;
} */



/* 関連記事のアイキャッチサイズを変更 */
/* アイキャッチのサイズデフォルトは22% */
.related_article .thum {
    width: 35%;
    float: left;
}
/* タイトルを左へ寄せるデフォルトは25% */
.related_article .inbox {
    padding-left: 38%;
}
/* スマホサイズ変更 */
@media screen and (max-width:599px){
.related_article .thum {
   width: 48%;
   float: left;
}
.related_article .inbox {
   padding-left: 51%;
}
}
/* 関連記事のタイトルの色を変更 */
.related_article p.ttl {
   color: #1BB4D3;
}
/* 関連記事のタイトル横黒枠→赤へ */
.related_article .ttl:before {
    background: #ff0000;
}




/* トップ画面の記事一覧をビッグにした後の対応 */
/* 記事下に点線の罫線を入れる */
/* 上にスペースを作る */
.post-list-big article {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    padding: 2em 0 0 0;
}




/* ピンクの四角に白文字 */
.box-title {
    font-size: 1.2em;
    background: #F55F78;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}




/* スマホサイズ上部おススメ記事にタイトルがかぶるのを修正 */
/* 位置を下にずらして文字の色を変える文字も少し大きく */
@media only screen and (max-width: 480px){
.carouselwrap .slider a .entry-title {
    position: static;
    color: #444;
    font-size: 1.25em;
}
}
/* タイトル背景グラデーションを消す */
@media only screen and (max-width: 480px){
.carouselwrap .slider a:after {
    background: 0,0,0,0;
}
}
/* imgの下が切れているので伸ばす */
@media only screen and (max-width: 480px){
.carouselwrap .slider .eyecatch {
    max-height: 200px;
}
}
/* タイトルが切れてしまうのでimgとタイトルを含めたBOXを伸ばす */
@media only screen and (max-width: 480px){
.carouselwrap .slider li {
    max-height: 300px;
}
}





/* 目次アンカーのずれ修正 */
#i{
  padding-top:90px;
  margin-top:-90px;
}
#i-2{
  padding-top:90px;
  margin-top:-90px;
}
#i-3{
  padding-top:90px;
  margin-top:-90px;
}
#i-4{
  padding-top:90px;
  margin-top:-90px;
}
#i-5{
  padding-top:90px;
  margin-top:-90px;
}
#i-6{
  padding-top:90px;
  margin-top:-90px;
}
#i-7{
  padding-top:90px;
  margin-top:-90px;
}
#i-8{
  padding-top:90px;
  margin-top:-90px;
}
#i-9{
  padding-top:90px;
  margin-top:-90px;
}
#i-10{
  padding-top:90px;
  margin-top:-90px;
}
#i-11{
  padding-top:90px;
  margin-top:-90px;
}
#i-12{
  padding-top:90px;
  margin-top:-90px;
}
#i-13{
  padding-top:90px;
  margin-top:-90px;
}
#i-14{
  padding-top:90px;
  margin-top:-90px;
}
#i-15{
  padding-top:90px;
  margin-top:-90px;
}
#i-16{
  padding-top:90px;
  margin-top:-90px;
}
#i-17{
  padding-top:90px;
  margin-top:-90px;
}
#i-18{
  padding-top:90px;
  margin-top:-90px;
}
#i-19{
  padding-top:90px;
  margin-top:-90px;
}
#i-20{
  padding-top:90px;
  margin-top:-90px;
}
#i-21{
  padding-top:90px;
  margin-top:-90px;
}
/* 目次アンカーのずれ修正 */
/*スマホサイズ変更 */
@media screen and (max-width:599px){
#i{
  padding-top:45px;
  margin-top:-45px;
}
#i-2{
  padding-top:45px;
  margin-top:-45px;
}
#i-3{
  padding-top:45px;
  margin-top:-45px;
}
#i-4{
  padding-top:45px;
  margin-top:-45px;
}
#i-5{
  padding-top:45px;
  margin-top:-45px;
}
#i-6{
  padding-top:45px;
  margin-top:-45px;
}
#i-7{
  padding-top:45px;
  margin-top:-45px;
}
#i-8{
  padding-top:45px;
  margin-top:-45px;
}
#i-9{
  padding-top:45px;
  margin-top:-45px;
}
#i-10{
  padding-top:45px;
  margin-top:-45px;
}
#i-11{
  padding-top:45px;
  margin-top:-45px;
}
#i-12{
  padding-top:45px;
  margin-top:-45px;
}
#i-13{
  padding-top:45px;
  margin-top:-45px;
}
#i-14{
  padding-top:45px;
  margin-top:-45px;
}
#i-15{
  padding-top:45px;
  margin-top:-45px;
}
#i-16{
  padding-top:45px;
  margin-top:-45px;
}
#i-17{
  padding-top:45px;
  margin-top:-45px;
}
#i-18{
  padding-top:45px;
  margin-top:-45px;
}
#i-19{
  padding-top:45px;
  margin-top:-45px;
}
#i-20{
  padding-top:45px;
  margin-top:-45px;
}
#i-21{
  padding-top:45px;
  margin-top:-45px;
}
}




/*tableをスクロールさせるを参考にした記事からコピペ*/
table{
width:100%;
}
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll{
overflow: auto;
   /*この下のメモを解除するとtableのセル内にある文字の折り返しを禁止される*/
   /*white-space: nowrap;*/
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar{
 height: 10px;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}




/*ランキング１位 */
h3.ranking01-title {
   padding: 14px 0 20px 110px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/55aaa3d2bfb415da663f165ce53f582c.png) no-repeat;
   background-size: auto 90px;
   background-position: left center;
   font-size: 150%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング２位 */
h3.ranking02-title {
   padding: 14px 0 20px 110px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/db67321d5c96e12bbd63a8e175fbaf9c.png) no-repeat;
   background-size: auto 90px;
   background-position: left center;
   font-size: 150%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング３位 */
h3.ranking03-title {
   padding: 14px 0 20px 110px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/97a77ef4091254bb612d32367f7738ba.png) no-repeat;
   background-size: auto 90px;
   background-position: left center;
   font-size: 150%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング４位 */
h3.ranking04-title {
   padding: 14px 0 14px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/3b66ed5b8b31d88f1186939cea621631.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 120%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング５位 */
h3.ranking05-title {
   padding: 14px 0 14px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/ec42c5d7db25940b7361634375f53cbf.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 120%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング６位 */
h3.ranking06-title {
   padding: 14px 0 14px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/c527e2b951c516b31c914ec45977c59f.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 120%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
}
/*ランキング７位 */
h3.ranking07-title {
   padding: 14px 0 14px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/c56723a96c1ad1d20641690204e911f6.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 120%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}

/* スマホサイズ変更 */
@media screen and (max-width:599px){
 h3.ranking01-title {
   padding: 14px 0 20px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/55aaa3d2bfb415da663f165ce53f582c.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング２位 */
h3.ranking02-title {
   padding: 14px 0 20px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/db67321d5c96e12bbd63a8e175fbaf9c.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング３位 */
h3.ranking03-title {
   padding: 14px 0 20px 80px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/97a77ef4091254bb612d32367f7738ba.png) no-repeat;
   background-size: auto 70px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング４位 */
h3.ranking04-title {
   padding: 14px 0 14px 60px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/3b66ed5b8b31d88f1186939cea621631.png) no-repeat;
   background-size: auto 50px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング５位 */
h3.ranking05-title {
   padding: 14px 0 14px 60px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/ec42c5d7db25940b7361634375f53cbf.png) no-repeat;
   background-size: auto 50px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング６位 */
h3.ranking06-title {
   padding: 14px 0 14px 60px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/c527e2b951c516b31c914ec45977c59f.png) no-repeat;
   background-size: auto 50px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
/*ランキング７位 */
h3.ranking07-title {
   padding: 14px 0 14px 60px;
   background: url(https://hokennyumon.com/wp-content/uploads/2019/01/c56723a96c1ad1d20641690204e911f6.png) no-repeat;
   background-size: auto 50px;
   background-position: left center;
   font-size: 100%;
   font-weight: bold;
   border-top: solid 4px #1BB4D3;
   border-bottom: dashed 2px #1BB4D3;
   border-left: none;
   color: #3E3E3E;
}
}

/*目次上の広告の位置*/
.mokujiue-ad{
  margin-bottom:60px;
}

/*スポンサーリンクの文字センターへ*/
.sponsor-link-moji{
   font-size:100%;
   text-align: center;
   margin-bottom:0px;
}


/*タグ付きbox*/
.tagbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #1BB4D3;
}
.tagbox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 29px;
    font-size: 1em;
    background: #1BB4D3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.tagbox p {
    margin: 0; 
    padding: 0;
}


/*破線薄い青box*/
.usu-blue-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #ddf4f8;
    border: dashed 1px #1bb4d3;/*点線*/
    border-radius: 4px;/*角の丸み*/
}
.usu-blue-box p {
    margin: 0; 
    padding: 0;
}

/*薄いグレーbox*/
.usu-gray-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fafafa;
    border: solid 1px #f0f0f0;/*点線*/
    border-radius: 4px;/*角の丸み*/
}
.usu-gray-box p {
    margin: 0; 
    padding: 0;
}






