* {
    box-sizing: border-box;
    padding: 0px;
    /* margin:0px; */
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    max-width: 100%;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    display: block;
}
li {
    list-style: none;
}
ul {
    padding-left: 0;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="number"] { 
    -moz-appearance:textfield; 
} 

.header {
    width: 100%;
    li {
        padding-right: 10px;
    }
    .header-Nav_Items {
        display: flex;
        justify-content: flex-end;
    }
    .logo {
        margin: 0 auto;
        max-width: 700px;
    }
}
.main {
    display: flex;
    .Detail {
        width: 100%;
        background: #ffffff;
        margin: 10px 10px 10px 0px;
    }

    .home-News {
        .DefaultPage {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            img {
                width: 250px;
                height: 220px;
            }
            .module-Article_Item_Link {
               width: 250px; 
               margin-right: 50px;
            }
            .module-Article_Item_Body {
                word-break: break-all;
            }
            .Kanren_Page {
                display: flex;
                img {
                    width: 290px;
                    height: 220px;
                    padding-bottom: 10px;
                    padding-right: 10px;
                }
            }
        }
    }
    .connection {
        .side-cate {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            img {
                width: 250px;
                height: 220px;
            }
            .article-link {
                padding-right: 10px;
            }
            .caption {
                width: 250px;
            }
        }
    }
    .content-Body {
        padding-left: 10px;
        .content-EyeCatch {
            img {
                width: 50%;
                height: 50%;
            }
        }
    }
}
.sidebar {
    width: 30%;
    margin: 10px 0px 10px 0px;
    background: #ffffff;
    .module-Article_Item_Link {
        display: flex;
        height: 130px;
    }
    .module-Article_Item_Body {
        word-break: break-all;
        overflow:hidden;
        max-width: 50%;
    }
    .side_saikin {
        img {
            width: 160px;
            height: 130px;
            padding-bottom: 10px;
            padding-right: 10px;
        }
    }
    .side_Tool {
        img {
            width: 160px;
            height: 130px;
            padding-bottom: 10px;
            padding-right: 10px;
        }
    }
}
.footer {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    justify-content: space-start;
    .footer_title {
        margin-right: 50px;
    }
}
#copyright {
    text-align: center;
}

/*パンくずリスト */
.breadcrumb {
    margin: 0;
    padding: 1em;
    list-style: none;
    background: #51a8ff;
    overflow: hidden;
    display: flex;
  }
  .breadcrumb span {
    display: inline;/*横に並ぶように*/
    font-weight: bold;/*太字*/
  }
  .breadcrumb span a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
  }

  /* ヘッダー検索 */
  .header_kensaku {
    height: 50px;
    background: #51a8ff;
  }

  .searchform {
    line-height: 1;
    position: relative;
    margin: 0;
    max-width: 35%;
  }
   
  .searchfield {
    box-sizing: border-box;
    width: 100%;
    padding: .75em;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #efefef;
    margin-top: 7px;
    margin-left: 5px;
  }
   
  .searchsubmit {
    position: absolute;
    top: 60%;
    right: .75em;
    display: block;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #000;
    border: none;
    background: transparent;
  }
   
  .searchsubmit:hover {
    opacity: .6;
  }


  /*H2見出し*/
main h2.wp-block-heading {
    color: #2e2f35;/*文字色*/
    font-size: 20px;/*文字サイズ*/
    padding: 5px;/*文字回りの余白（上下左右）*/
    padding-top: 20px;
    display: block;
    position: relative;
}

main h2.wp-block-heading:before,
main h2.wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
}

main h2.wp-block-heading:before {
    bottom: -10px;
    right: 10%;
    width: 5px;/*斜線部の間の幅*/
    height: 50px;/*斜線部の高さ*/
    transform: skewX(-15deg);/*斜線部の傾き*/
}

main h2.wp-block-heading:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;/*下線の太さ（高さ）*/
    background: #68bad9;/*下線の色*/
}

/*H3見出し*/
main h3.wp-block-heading {
    color: #2e2f35;/*文字色*/
    font-size: 18px;/*文字サイズ*/
    padding: 5px;/*文字回りの余白（上下左右）*/
    display: block;
    /*border-bottom: 4px solid #68bad9;/*下線（太さ 実線 色）*/
    position: relative;
}

main h3.wp-block-heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;/*下線部 二本線の間の余白*/
    width: 100%;
    height: 2px;/*下線部上線の太さ（高さ）*/
    background: #68bad9;/*下線部上線の色*/
}

/*H4見出し*/
main h4.wp-block-heading {
    color: #2e2f35;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    padding: 8px 35px;/*文字回りの余白（上下 左右）*/
	display: block;
    position: relative;
}

main h4.wp-block-heading:before {
    font-family: FontAwesome;
    font-weight: 900;/*指さしマークの太さ*/
    font-size: 25px;/*指さしマークのサイズ*/
    color: #68bad9;/*指さしマークの色*/
    left: 0;
    top: 0;
    content:"\f0a4";
    position: absolute;
}

/*pzカード　max幅調整*/
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap{
	max-width:50%;
}

/*ページネーション*/
.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      white-space: nowrap;
      width: 1px;
  }
  .pagination {
    display: flex;
    justify-content: center;
    text-align: center;
    
    a {
      display: inline-block;
      padding: .5rem .7rem;
      background-color: #eee;
      text-decoration: none;
      color: black;
      
      &:hover,
      &:focus {
        background-color: #ddd;
      }
    }
  }
  .current {
    background-color: black;
    color: white;
    padding: .5rem .7rem;
  }

/* 献立お助けツール */
  .result {
    background-color: #e7e7e7;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
}

.recipe-name {
    /* cursor: pointer; */
    position: relative;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.17em;
}

.recipe-body {
    margin-left: 30px;
}






  /* 1000pxまでの幅の場合に適応される */
  @media screen and (max-width: 1000px) { 
    p,li {
        font-size: 14px;
    }
    .header img {
        .logo {
            /* width: 100%; */
            max-width: 100%; 
            height: auto;
        }
    }
    .main {
        display: flex;
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
    }
    .breadcrumb span {
        font-size: 14px;
    }
}
  /* 500pxまでの幅の場合に適応される */
  @media screen and (max-width: 500px) { 
    .content-EyeCatch_single {
        img {
            width: 100%;
            height: 100%;
        }
    }
    .searchform {
        max-width: 80%;
      }
  }
