/*!
Theme Name: wellness-recipe
Theme URI: https://wellness-recipe.jp/
Description: Wellness recipe original theme
Version: 1.0.0
Author: Wellness Dining
*/

/*-------------------------------------------*/

/*  CONTENTS:
/*--------------------------------------------
1.0 - Typography
    1.1 - links
    1.2 - color
    1.3 - background-images
2.0 - Elements
3.0 - Forms
4.0 - ヘッダー
    4.1 - グローバルナビゲーション
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Widgets
9.0 - Posts and pages
10.0 - Infinite scroll
11.0 - Media
12.0 - Captions
13.0 - 計算機
    13.1 - 制限チェック
    13.2 - ステージチェック
14.0 - 1食分の設定
15.0 - レシピリスト
    15.1 - レシピリスト（サイドカラム）
    15.2 - レシピリスト（アーカイブ/検索結果）
16.0 - レシピ詳細ページ
    16.1 - ヘッダー
    16.2 - 動画
    16.3 - レシピ説明
    16.4 - 栄養成分値 / レシピ詳細
    16.5 - 材料
    16.6 - 作り方
    16.7 - まとめ
    16.8 - おすすめ組み合わせレシピ
    16.9 - シェアエリア
17.0 - トップ
    17.1 - メインビジュアル
    17.2 - 腎臓病食の基本について
    17.3 - 体に合わせた制限を知ろう
    17.4 - 新着レシピ
18.0 - コンテンツページ
    18.1 - ウェルネスレシピとは
    18.2 - 腎臓病とは
    18.3 - 腎臓病の基本について
    18.4 - 腎臓病の方必見！便利グッズ
    18.5 - 外食・コンビニの食事選びのポイント
    18.6 - ウェルネスレシピの管理栄養士
    18.7 - よくある質問
19.0 - サイドカラム
    19.1 - メニュー
    19.2 - ピックアップレシピ
    19.3 - コンテンツメニュー
20.0 - footer
    20.1 - トップ用
21.0 - MediaQuery
    21.1 - max-width: 920px
    21.2 - max-width: 768px
    21.3 - max-width: 600px
    21.4 - max-width: 480px
22.0 - ページャー
23.0 - ページトップ
24.0 - ボタン/テキストリンク
    24.1 - テキストリンク
    24.2 - アンカーリンク
---------------------------------------------*/

/*-------------------------------------------*/

/*  1.0 - Typography
/*-------------------------------------------*/

html {
    font-size: 62.5%;
}
body, button, input, select, optgroup, textarea {
    color: #333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
}
p {
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*  1.1 - links
/*-------------------------------------------*/

a {
    color: #333;
}
a:visited {
    color: #333;
}
a:hover, a:focus, a:active {
    color: #333;
    text-decoration: none;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
/*  1.2 - color
/*-------------------------------------------*/

a {
    color: #333;
}
.red {
    color: #ff0000;
}
/*  1.3 - background-images
/*-------------------------------------------*/

.bg_cork {
    background: url("img/bg_cork.png");
    background-size: 125px auto;
}
.bg_block {
    background: url("img/bg_block.png");
    background-size: 10px auto;
}
/*-------------------------------------------*/

/*  2.0 - Elements
/*-------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    background-color: #fff;
    background-image: url("img/bg_body.png");
    counter-reset: number 0;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: bottom;
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
#content {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
#primary {
    width: 720px;
    float: left;
/*    background: url("img/bg_fabric_main.png");
    padding: 20px;
    border-radius: 10px;*/
}
.block-wrap {
    background: url("img/bg_fabric_main.png");
    padding: 20px;
    border-radius: 10px;
}
#secondary {
    width: 300px;
    float: right;
}
.block h2.plate {
    position: relative;
    margin: 0 0 20px;
    background: repeating-linear-gradient(-45deg, #6d4d2a, #6d4d2a 2px, #765737 0, #765737 5px);
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 2px 0;
    border-radius: 30px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
    box-shadow: 0px 0px 1px 1px #fff inset;
}
.block h2.plate:before {
    content: "●";
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-shadow: -1px -1px #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    height: 1rem;
    display: block;
}
.block h2.plate:after {
    content: "●";
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-shadow: -1px -1px #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    height: 1rem;
    display: block;
}
.block h2.orange {
    background: #ff911b;
    background-image: url("img/ico_arrow_w.png");
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 10px center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 3px 0 3px 35px;
}
.block h3 {
    color: #ff8400;
    font-size: 2.4rem;
    padding-left: 45px;
    margin: 0 0 20px;
}
.block h3.line {
    position: relative;
    font-size: 1.8rem;
    border-bottom: 1px dashed #ff8400;
    margin-bottom: 15px;
    padding: 0 0 2px 25px;
}
.block h3.line:before {
    content: "";
    display: inline-block;
    background: url("img/ico_arrow_o02.png") no-repeat;
    width: 16px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0;
}
.block h3.count {
    font-size: 1.8rem;
    border-bottom: 1px dashed #ff8400;
    margin-bottom: 15px;
    padding: 0 0 4px 0;
}
.block h3.count:before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ff8400;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
}
.block h3.stripe {
    color: #fff;
    background: repeating-linear-gradient(-45deg, #ff911a, #ff911a 2px, #ff8400, #ff8400 5px);
    text-align: center;
    padding: 2px 0;
    font-size: 2.2rem;
    border-radius: 25px;
}
.block {
    background: #fff;
    margin: 0;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.box_border {
    border: 5px solid #fdbf7d;
    background: #fff;
    padding: 15px;
}
.box_double {
    border: 4px double #cea578;
}
.under_orange {
    position: relative;
}
.under_orange:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(-45deg, #ff911b, #ff911b 2px, white 2px, white 3px);
}
.under_orange .br-sp{
    display: none
}
@media screen and (max-width: 767px){
    .under_orange .br-sp{
        display: block;
    }
}

.under_yellow {
    background-size: 200% 15px;
    background-position: 0 2px;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
    background-image: linear-gradient(transparent 50%, #ffff00 50%);
}
.breadcrumbs {
    font-size: 1.2rem;
    padding: 20px 0 10px;
}
/*-------------------------------------------*/

/*  3.0 - Forms
/*-------------------------------------------*/

select, input[type="text"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 34px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: .6em 1em .4em;
    cursor: pointer;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
    padding: 3px 30px 3px 8px;
    background: #fff url("img/ico_arrow_select.png") no-repeat right 10px center;
    background-size: 10px auto;
    cursor: pointer;
}
textarea {
    width: 100%;
}
.serach_area {
    position: absolute;
    top: 25px;
    right: 10px;
}
.serach_area input[type="text"] {
    padding: 0 0 0 30px;
    background: #fff url("img/ico_search_box.png") no-repeat left 10px center;
    background-size: 15px auto;
    border-radius: 20px;
    padding: 4px 10px 4px 32px;
    width: 250px;
}
.page-content input[type="text"] {
    padding: 0 0 0 30px;
    background: #fff url("img/ico_search_box.png") no-repeat left 10px center;
    background-size: 15px auto;
    border-radius: 20px;
    padding: 4px 10px 4px 32px;
    width: 50%;
}
/*-------------------------------------------*/

/*  4.0 - ヘッダー
/*-------------------------------------------*/

.site-header {
    background-image: url("img/bg_header_line.png");
    background-repeat: repeat-x;
    background-position: center top;
}
.site-branding {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}
.site-title {
    width: 118px;
    height: 119px;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.site-title a {
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 118px;
    height: 119px;
    padding: 0;
    text-indent: -9999px;
}
/*.site-description {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
    padding: 26px 0 8px 130px;
    color: #666;*/
.site-description {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
    padding: 30px 0 18px 130px;
    color: #666;
    display: flex;
    align-items: center;
    line-height: 1;
}
.site-description img{
    width: 150px;
}
/*  4.1 - グローバルナビゲーション
/*-------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #f39938;
}
.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    padding-left: 0;
    width: 1040px;
}
.main-navigation li {
    position: relative;
    width: 155px;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 6px 18px;
    line-height: 1.2;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.main-navigation li:hover {
    background: #be6300;
    cursor: pointer;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#trigger {
    display: none;
}
/*-------------------------------------------*/

/*  5.0 - Accessibility
/*-------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*-------------------------------------------*/

/*  6.0 - Alignments
/*-------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------------*/

/*  7.0 - Clearings
/*-------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/*-------------------------------------------*/

/*  8.0 - Widgets
/*-------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}

.content-bottom ul {
	display: flex;
	justify-content: space-around;
}
.content-bottom ul li {
	margin: 1em;
}
@media screen and (max-width: 767px) {
	.content-bottom ul {
		display: flex;
		flex-direction: column;
	}
	.content-bottom ul li {
		margin: 1em 0 0;
	}
}

/*-------------------------------------------*/

/*  9.0 - Posts and pages
/*-------------------------------------------*/

.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*-------------------------------------------*/

/*  10.0 - Infinite scroll
/*-------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*-------------------------------------------*/

/*  11.0 - Media
/*-------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}
/*-------------------------------------------*/

/*  12.0 - Captions
/*-------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*-------------------------------------------*/

/*  13.0 - 計算機
/*-------------------------------------------*/

/*  13.1 - 制限チェック
/*-------------------------------------------*/

.calculator {
    background: #fff7e6;
    border-radius: 6px;
    padding: 20px 20px 15px 20px;
    margin-bottom: 10px;
}
.calculator .err {
    display: none;
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2rem;
}
.calculator .err + ul {
    margin-top: 5px;
}
.calculator ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator .stege span, .calculator .tall span {
    background: url("img/ico_arrow_y.png") no-repeat;
    background-size: 12px auto;
    background-position: center left;
    font-weight: bold;
    display: block;
    padding-left: 15px;
}
.calculator .stege {
    margin-right: 20px;
}
.calculator .stege select {
    width: 170px;
}
.calculator .tall {
    width: 150px;
    margin-right: 20px;
}
.calculator .tall input {
    width: 80%;
    margin-right: 5px;
}
.calculator .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.calculator .submit {
    width: 180px;
}
.calculator .submit button {
    width: 100%;
    font-size: 1.54rem;
    padding: 14px 1em 12px;
}
.calculator .link_text {
    margin-top: 10px;
}
.calculator .link_text a {
    font-size: 1.2rem;
}
.result_box {
    overflow: hidden;
    border: 1px solid #d6a570;
    margin: 20px 10px 10px 10px;
    padding: 15px 15px 10px;
    display: none;
}
.result_box > ul {
    width: 249px;
    float: left;
}
.result_box .limit_day {
    position: relative;
    margin-right: 15px;
}
.result_box .limit_day:after {
    content: "";
    border-right: 1px solid #d6a570;
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
}
.result_box .limit_one_meal {
    margin-left: 15px;
}
.result_box li h4 {
    background: #b86c19;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 2px;
    border-radius: 3px;
}
.result_box ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    padding: 5px 0;
    border-bottom: 1px dotted #d6a570;
}
.result_box ul li:last-child ul {
    border-bottom: none;
    padding: 5px 0 0 0;
}
.result_box ul ul li:first-child {
    width: 80px;
    color: #b86c19;
    font-weight: bold;
}
.result_box ul ul li:last-child input {
    width: 160px;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}
/*  13.2 - ステージチェック
/*-------------------------------------------*/

.stage_calculator {
    background: #fff7e6;
    border-radius: 6px;
    padding: 20px 20px 15px 20px;
}
.stage_calculator .err {
    display: none;
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2rem;
}
.stage_calculator .err + .check_table {
    margin-top: 5px;
}
.stage_calculator .check_table {
    font-size: 1.6rem;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 15px;
}
.stage_calculator .check_table th, .stage_calculator .check_table td {
    padding: 5px 0;
}
.stage_calculator .check_table th {
    width: 40%;
    text-align: right;
}
.stage_calculator .check_table td {
    width: 60%;
}
.stage_calculator .check_table td input[type="text"] {
    margin-right: 10px;
    width: 50%;
}
.stage_calculator .check_table tr:nth-child(3) td {
    padding: 15px 0;
}
.stage_calculator .check_table td label {
    margin-right: 10px;
}
.stage_calculator .check_table td input[type="radio"] {
    vertical-align: -1px;
    margin-right: 5px;
}
.stage_calculator .check_table .btn_area {
    text-align: center;
}
.stage_calculator .check_table .btn_area .btn_green {
    width: 50%;
    font-size: 1.6rem;
    padding: 12px 0;
}
.stage_calculator .notice {
    background: #fff;
    padding: 10px 15px;
    font-size: 1.14rem;
    border-radius: 6px;
}
.stage_result {
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    display: none;
}
.stage_result h4 {
    position: relative;
    text-align: center;
    font-size: 1.84rem;
    color: #ff8400;
}
.stage_result h4 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}
.stage_result h4::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff911b;
}
.stage_result .result_table {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.stage_result .result_table th, .stage_result .result_table td {
    border-top: 1px solid #ff9f39;
    border-bottom: 1px solid #ff9f39;
}
.stage_result .result_table tr:nth-child(1) th {
    border-bottom: 1px solid #fff;
}
.stage_result .result_table th {
    background: #ff9f39;
    color: #fff;
    width: 35%;
    padding: 8px 0;
}
.stage_result .result_table td {
    border-right: 1px solid #ff9f39;
    width: 65%;
    padding: 0;
}
.stage_result .result_table td input[type="text"] {
    width: 100%;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #333;
    border: none;
}
.stage_check p.source {
    text-align: right;
    font-size: 1.14rem;
    margin-top: 10px !important;
}
/*-------------------------------------------*/

/*  14.0 - 1食分の設定
/*-------------------------------------------*/

.meal {
    padding: 20px;
    border-radius: 8px;
}
.meal .inner {
    padding: 20px;
}
.meal h3 {
    background: none;
    padding: 0
}
/*-------------------------------------------*/

/*  15.0 - レシピリスト
/*-------------------------------------------*/

.list {
    overflow: hidden;
}
.list li {
    float: left;
    width: 200px;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.list li:nth-child(3n) {
    margin-right: 0;
}
.list li a {
    position: relative;
    display: block;
    text-decoration: none;
}
.list li a div.recommend_recipe{
    position: relative;
}
.list li img {
    width: 200px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}
.list li .category_main, .list li .category_side {
    color: #fff;
    font-size: 1.34rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 1px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.list li .category_main {
    background: #ff911b;
}
.list li .category_side {
    background: #79bb39;
}
.list li p {
    margin: 0;
}
.list li p.recipe_title,.list li .recipe_title {
    font-weight: bold;
    padding: 8px 12px;
    line-height: 1.5;
    min-height: 60px;
}
.list li .recipe_title .seasonal_items {
    color: #765737;
    font-size: 11px;
}
.list li .recipe_title .seasonal_items > span + span {
    display: inline-block;
    margin-left: 4px
}
.list li p.time {
    text-align: right;
    padding: 0 10px 10px 10px;
    font-size: 1.2rem;
}
.list li a dl{
    padding: 8px 12px;
}
.list li a dl dt,.list li dl dd{
    width: 50%;
    float: left;
    margin: 0;
    padding: 1px 0;
}
/*  15.1 - レシピリスト（サイドカラム）
/*-------------------------------------------*/

.side_list li {
    border-bottom: 1px dotted #f39938;
}
.side_list li:last-child {
    border-bottom: none;
}
.side_list.pickup li:last-child {
    border-bottom: 1px dotted #f39938;
}
.side_list li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 10px 0;
}
.side_list li img {
    width: 110px;
    height: 85px;
    float: left;
}
.side_list li .block_right {
    position: relative;
    padding-left: 120px;
    height: 85px;
}
.side_list li .category_main, .side_list li .category_side {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 6px;
}
.side_list li .category_main {
    background: #ff911b;
}
.side_list li .category_side {
    background: #79bb39;
}
.side_list li p {
    margin: 0;
    font-size: 1.3rem;
}
.side_list li p.recipe_title {
    padding-top: 2px;
    font-weight: bold;
    line-height: 1.4;
}
.side_list li p.time {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 1.2rem;
}
/*  15.2 - レシピリスト（アーカイブ/検索結果）
/*-------------------------------------------*/

.archive .block, .search .block {
    margin: 0;
}
.archive .block h1, .search .block h1, .error404 .block h1, .sitemap .block h1 {
    color: #333;
    border-bottom: 2px dotted #ff911b;
}
.archive .post, .search .post {
    overflow: hidden;
    border-bottom: 1px dotted #f39938;
    margin: 0;
}
.archive .post:first-child, .search .post:first-child {
    border-bottom: none;
}
.archive .post a, .search .post a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    padding: 15px 0;
}
.archive .post img, .search .post img {
    float: left;
}
.archive .post .block_right, .search .post .block_right {
    padding-left: 240px;
}
.archive .post .block_right h2, .search .post .block_right h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}
.archive .post .tag_area, .search .post .tag_area {
    overflow: hidden;
    margin-bottom: 8px;
}
.archive .post .tag_area span, .search .post .tag_area span {
    float: left;
    display: inline-block;
    font-weight: bold;
    font-size: 1.26rem;
    line-height: 1.3;
    margin-right: 5px;
    padding: 2px 8px;
    border-radius: 2px;
    color: #fff;
}
.archive .post .tag_area .genre, .archive .post .tag_area .type, .search .post .tag_area .genre, .search .post .tag_area .type {
    letter-spacing: 0.04em;
}
.archive .post .tag_area .genre.category_main, .archive .post .tag_area .type.category_main, .search .post .tag_area .genre.category_main, .search .post .tag_area .type.category_main {
    background: #ff911b;
}
.archive .post .tag_area .genre.category_side, .search .post .tag_area .genre.category_side {
    background: #79bb39;
}
.archive .post .tag_area .time, .search .post .tag_area .time {
    background: #d4a572;
}

.archive .post .tag_area2 {
    margin-top: 5px;
    font-weight: bold;
}
.archive .post .tag_area2 p span {
    display: inline-block;
    font-size: 1.26rem;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 4px 8px 2px 8px;
    border: 1px solid #333333;
    border-radius: 2px;
}

.archive .post p, .search .post p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
}
/*-------------------------------------------*/

/*  16.0 - レシピ詳細ページ
/*-------------------------------------------*/

.single .post h2 {
    color: #ff8400;
    margin: 0 0 20px;
    padding-left: 45px;
    border-bottom: 2px solid #ff8400;
    font-size: 2.2rem;
}
.single .post .material_area h2 {
    background: url("img/ico_material.png") no-repeat;
    background-size: 30px auto;
    background-position: left 5px center;
}
.single .post .howto_list h2 {
    background: url("img/ico_howto.png") no-repeat;
    background-size: 28px auto;
    background-position: left 5px center;
}
.ico_pointtag {
    background: url("img/ico_pointtag.png") no-repeat;
    background-size: 16px auto;
    background-position: left center;
    color: #b86c19;
    margin-bottom: 10px;
    padding: 5px 0 5px 25px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #cea578;
}
/*  16.1 - ヘッダー
-------------------------------------------- */

.single .post .common_title {
    text-align: center;
    background: #ffecd7;
    color: #ff8400;
    font-weight: bold;
    font-size: 1.7rem;
    border-radius: 50px;
    padding: 2px 0;
    margin: 0 30px;
}
.single .post header {
    border-bottom: 2px solid #ff911b;
    margin: 0 -30px;
}
.single .post header .title_area {
    overflow: hidden;
    margin: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.single .post header .title_area span {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    display: inline-block;
    /*border-radius: 50px;
    width: 60px;
    height: 60px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 15px;
    padding: 0 15px;
}
.single .post header .title_area span.category_main {
    background: #ff911b;
}
.single .post header .title_area span.category_side {
    background: #79bb39;
}
.single .post header .title_area h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
/*  16.2 - 動画
-------------------------------------------- */

.single .movie {
    width: 600px;
    margin: 20px auto 15px;
}
.single .thumbnail {
    display: none;
}
@media screen and (max-width: 767px) {
    .movie {
        position: relative;
        width: 100% !important;
        padding-top: 56.25%;
    }
    .single .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
/*  16.3 - レシピ説明
-------------------------------------------- */

.single .post .detail_text {
    position: relative;
    border: 2px solid #ff8400;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 30px;
    min-height: 120px;
}
.single .post .detail_text p {
    margin: 0;
    padding: 0 140px 0 0;
}
.single .post .detail_text img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 140px;
}
/*  16.4 - 栄養成分値 / レシピ詳細
-------------------------------------------- */

.single .post .float_box {
    overflow: hidden;
    margin-bottom: 30px;
}
.single .post .float_box h3 {
    border-bottom: 2px solid #ff8400;
    font-size: 1.8rem;
    padding-left: 0;
    margin: 0 0 10px;
}
.single .post .float_box dl, .single .post .float_box dt, .single .post .float_box dd {
    margin: 0;
}
.single .post .float_box dt, .single .post .float_box dd {
    border-bottom: 1px solid #fff;
    padding: 6px 15px 5px;
}
.single .post .float_box dl {
    overflow: hidden;
}
.single .post .float_box dt {
    float: left;
    clear: left;
    width: 120px;
    background: #ffaf59;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.single .post .float_box dd {
    float: left;
    width: 170px;
    background: #ffeedb;
}
.single .post .component, .single .post .detail {
    float: left;
    width: 290px;
    margin: 0 10px;
}
/*  16.5 - 材料
-------------------------------------------- */

.single .post .material_area {
    margin-bottom: 30px;
}
.single .post .material_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.single .post .material_area dl.flex {
    width: 360px;
}
.single .post .material_area dl.no_flex {
    width: 100%;
}
.single .post .material_area dl, .single .post .material_area dt, .single .post .material_area dd {
    margin: 0;
}
.single .post .material_area dt, .single .post .material_area dd {
    border-bottom: 1px solid #ddd;
    padding: 6px 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .post .material_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single .post .material_area dt {
    width: 85%;
    font-weight: normal;
}
.single .post .material_area dd {
    width: 15%;
}
.single .post .material_area dd span {
    width: 100%;
    text-align: right;
}
/* 食材選びポイント */

.single .post .material_point {
    margin-left: 40px;
    width: 220px;
    padding: 5px 15px 15px;
    border: 4px double #cea578;
}
.single .post .material_point .ico_pointtag {
    text-align: center;
    padding: 3px 0 3px 23px;
    background-position: 20px center;
}
.single .post .material_point .material_point_area {
    margin-top: 10px;
}
.single .post .material_point .name {
    font-weight: bold;
    margin-left: 0;
    padding: 0;
    background-size: 200% 12px;
    background-position: 0 5px;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
    background-image: linear-gradient(transparent 50%, #ffff00 50%);
    font-size: 1.36rem;
}
.single .post .material_point p {
    margin: 3px 0 0 0;
    font-size: 1.28rem;
    line-height: 1.4;
}
/*  16.6 - 作り方
-------------------------------------------- */

.single .post .howto_list {
    counter-reset: number 0;
    margin-bottom: 30px;
}
.single .post .howto_list li {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}
.single .post .howto_list li:first-child {
    padding-top: 5px;
}
.single .post .howto_list li p.howto_text {
    margin: 0;
    position: relative;
    padding-left: 40px;
}
.single .post .howto_list li p.howto_text:before {
    counter-increment: number 1;
    content: counter(number) " ";
    background: #d6a570;
    color: #fff;
    font-weight: bold;
    font-size: 1.66rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    left: 0;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}
/* 調理法ポイント */

.single .post .howto_list li .howto_point {
    width: 580px;
    margin: 20px 0 0 40px;
    padding: 10px 15px 15px;
    border: 4px double #cea578;
}
.single .post .howto_list li .howto_point .name {
    color: #333;
    margin-left: 10px;
    padding: 3px 0;
    background-size: 200% 18px;
    background-position: 0 4px;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff100));
    background-image: linear-gradient(transparent 50%, #fff100 50%);
}
.single .post .howto_list li .howto_point p {
    margin: 0;
    font-size: 1.28rem;
}
/* 旬の食材（追加）*/

.single .post .seasonal_list {
    margin-top: 30px;
}
.single .post .seasonal_list h2 {
    background: #ffecd7;
    padding-left: 0;
    border: 0;
    border-radius: 18px;
    text-align: center;
}
.single .post .seasonal_list .seasonal_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.single .post .seasonal_list .seasonal_box + .seasonal_box {
    border-top: 2px dotted #f39938;
    padding-top: 1.5em;
}
.single .post .seasonal_list .seasonal_box .seasonal_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding: 0 2rem 1.5em 0
}
.single .post .seasonal_list .seasonal_box .seasonal_body {
    width: 100%
}
.single .post .seasonal_list .seasonal_box .seasonal_body .seasonal_title {
    color: #333;
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 10px;
    float: left
}
.single .post .seasonal_list .seasonal_box .seasonal_body .seasonal_month {
    color: #ff8400;
    text-align: right;
    float: right;
    margin: 2px 0 8px;
}
.seasonal_month span.months {
    width: 1.8rem;
    height: 1.8rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 1px solid #aaa;
    color: #fff;
}
.seasonal_month span.months.selected {
    background: #ff9c1e;
    border: 1px solid #ef8d10;
    color: #fff;
}
.seasonal_month span.months.secondary {
    background: #ffcc8b;
    border: 1px solid #ff9c1e;
    color: #fff;
}
span.months + span.months {
    margin-left: .2rem
}
.single .post .seasonal_list .seasonal_box .seasonal_body .seasonal_detail {
    clear: both
}
@media screen and (max-width: 600px) {
    .single .post .seasonal_list .seasonal_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .single .post .seasonal_list .seasonal_box .seasonal_img {
        text-align: center;
        margin: 0 0 2rem
    }
}
/*  16.7 - まとめ
-------------------------------------------- */

.single .post .summary {
    border: 5px solid #fdbf7d;
    padding: 10px 15px;
    counter-reset: number 0;
}
.single .post .summary h3 {
    background: #ff911b;
    color: #fff;
    font-size: 1.8rem;
    margin: 0 0 15px;
    padding: 2px 0 2px 0;
    text-align: center;
}
.single .summary li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.single .post .summary li:first-child {
    padding-top: 0;
}
.single .post .summary li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.single .post .summary li span.name {
    position: relative;
    font-weight: bold;
    padding-left: 25px;
    display: inline-block;
    line-height: 1.4;
}
.single .post .summary li span.name::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number 1;
    content: counter(number) " ";
    background: #ff911b;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: top;
}
.single .post .summary li p {
    margin: 0;
    padding-left: 30px;
}

/*  追加 - 体に合わせた制限を知ろう
-------------------------------------------- */

.single .post .limit{
    margin-top: 30px;
}

.single .post .limit h2{
    background: url("img/ico_test.png") no-repeat;
    background-size: 28px auto;
    background-position: left 5px center;
}


/*  16.8 - おすすめ組み合わせレシピ
-------------------------------------------- */

.single .recommend {
    margin-top: 40px;
}
.single .recommend h2 {
    background: url("img/ico_heart.png") no-repeat;
    background-size: 28px auto;
    background-position: left 5px center;
}
.single .recommend .btn {
    margin-top: 30px;
}
/*  16.9 - シェアエリア
-------------------------------------------- */

.share_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.share_area .sns .addtoany_shortcode {
    height: 30px;
}
.share_area .sns .addtoany_shortcode span {
    border-radius: 100% !important;
    width: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
    background-size: 30px auto !important;
}
.share_area .sns .a2a_svg svg {
    top: 4px !important;
    width: 75% !important;
}
.share_area .btn {
    display: block;
    color: #a45500;
    border: 1px solid #a45500;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
}
.share_area .btn.mobile {
    background: url("img/ico_mobile.png") no-repeat;
    background-size: 18px auto;
    background-position: left 3px center;
    padding: 2px 5px 2px 25px;
}
.share_area .btn.print {
    background: url("img/ico_print.png") no-repeat;
    background-size: 18px auto;
    background-position: left 5px center;
    padding: 2px 5px 2px 30px;
}
.share_area #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}
.share_area #modalWindow {
    width: 290px;
    height: 250px;
    position: fixed;
    border: 2px solid #f39938;
    background-color: #fff;
    display: none;
    z-index: 2;
    text-align: center;
    padding: 10px;
}
.share_area #close {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    background: #f39938;
    color: #fff;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 31px;
    cursor: pointer;
}
.share_area #modalWindow p {
    margin: 0;
    font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
    .share_area .for_mobile, .share_area .for_print {
        display: none;
    }
}
/*-------------------------------------------*/

/*  17.0 - トップ
/*-------------------------------------------*/

.home #content {
    margin-top: 30px;
}
.home #primary {
    background: none;
    padding: 0;
    border-radius: 0;
}
.home .entry-content {
    margin: 0;
}
.home .mainVisual p, .home .top_content p {
    margin: 0;
}
/*  17.1 - メインビジュアル
/*-------------------------------------------*/

.mainVisual {
    position: relative;
    background: url("img/bg_mv.png");
    background-repeat: repeat;
    background-size: 125px 125px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}
.mainVisual .inner {
    background: url("img/bg_mv_block.png");
    background-repeat: repeat-y;
    background-size: 660px 20px;
    padding: 20px 20px 0 30px;
}
.mainVisual .inner h2 {
    width: 700px;
    margin: -29px 0 20px -45px;
}
.mainVisual .inner h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.mainVisual .inner .msg {
    position: relative;
}
.mainVisual .inner .msg .text {
    background: url("img/img_line.png");
    background-repeat: repeat-y;
    background-size: 88% auto;
}
.mainVisual .inner .msg .text p {
    width: 74%;
    font-size: 1.36rem;
    line-height: 1.76;
    padding: 0 4px;
}
.mainVisual a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    background: url("img/bg_fabric.png");
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
    box-shadow: 0px 0px 1px 1px #fff inset;
    margin: 20px 0px 20px 100px;
}
.mainVisual a:hover {
    opacity: 0.7;
}
.mainVisual a span {
    background: url("img/ico_arrow_brown02.png") no-repeat 0 50%;
    background-size: 15px auto;
    width: 15px;
    padding-left: 20px;
}
.mainVisual .inner .msg img {
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 32%;
}
.mainVisual .tape {
    width: 115px;
}
.mainVisual .top {
    position: absolute;
    top: 10px;
    right: 10px;
}
.mainVisual .bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
/*  17.2 - 腎臓病食の基本について
-------------------------------------------- */

.top_content {
    background: url("img/bg_fabric_main.png");
    padding: 30px 20px;
    border-radius: 10px;
}
.top_content .block {
    margin-bottom: 30px;
}
.top_content .block h2 {
    margin: 0 -10px 20px;
}
.top_content .block.basic_kidney h3 {
    background: url("img/ico_point.png") no-repeat;
    background-size: 35px auto;
}
.top_content .block .lead {
    margin-bottom: 15px;
}
.top_content .block.basic_kidney ul li {
    background: url("img/bg_wood.png");
    margin-top: 10px;
    padding: 5px;
}
.top_content .block.basic_kidney ul li .in_box {
    padding: 10px 15px 15px;
    overflow: hidden;
}
.top_content .block.basic_kidney ul li .in_box img {
    float: left;
    width: 70px;
}
.top_content .block.basic_kidney ul li .in_box .text {
    padding-left: 90px;
}
.top_content .block.basic_kidney ul li .in_box p {
    margin: 0;
    font-size: 1.34rem;
    line-height: 1.4;
}
.top_content .block.basic_kidney ul li .in_box p.title {
    display: inline-block;
    margin: 7px 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 3px 0;
    background-size: 200% 18px;
    background-position: 0 9px;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff100));
    background-image: linear-gradient(transparent 50%, #fff100 50%);
    text-shadow: 1px 2px 0px #fff;
}
.top_content .block.basic_kidney ul li .in_box p.title span {
    font-size: 2.0rem;
}
.top_content .block.basic_kidney a {
    float: right;
    margin: 20px -30px 0 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: repeating-linear-gradient(-45deg, #ff911a, #ff911a 2px, #ff8400 0, #ff8400 5px);
    border-radius: 3px 0 0 3px;
    padding: 3px 20px;
    font-size: 1.5rem;
}
.top_content .block.basic_kidney a:hover {
    opacity: 0.7;
}
.top_content .block.basic_kidney a span {
    position: relative;
    padding-left: 15px;
}
.top_content .block.basic_kidney a span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*  17.3 - 体に合わせた制限を知ろう
-------------------------------------------- */

.top_content .block.limit .box_border {
    margin-bottom: 30px;
}
.top_content .block.limit h3, .single .post .limit h3 {
    background: url("img/ico_check.png") no-repeat;
    background-size: 35px auto;
}
.top_content .block.limit p.source,
.entry-content .limit p.source{
    margin: 0;
    text-align: right;
    font-size: 1.14rem;
}
.top_content .block.limit .meal h3 {
    background: none;
}
.top_content .block.limit .meal p {
    margin-bottom: 15px;
}
/*  17.4 - 新着レシピ
-------------------------------------------- */

.new_entry.block {
    margin-bottom: 0;
}
.new_entry .list li {
    margin-bottom: 15px;
}
.new_entry .btn {
    margin-top: 10px;
}
.new_entry .btn a {
    width: 300px;
}
/*  17.5 - 旬のレシピ（追加）
-------------------------------------------- */

.new_entry.block.seasonal_featured {
    margin-bottom: 30px;
}
/*-------------------------------------------*/

/*  18.0 - コンテンツページ
/*-------------------------------------------*/

.page-template-page_contents .entry-header {
    position: relative;
    border-left: 5px solid #ff8400;
    line-height: 1;
    margin-bottom: 30px;
}
.page-template-page_contents .entry-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #ff8400;
}
.page-template-page_contents .entry-header span {
    color: #a45500;
    font-weight: bold;
    padding-left: 10px;
    font-size: 1.5rem;
}
.page-template-page_contents h1.entry-title {
    padding: 8px 0 0 10px;
}
.page-template-page_contents .lead {
    overflow: hidden;
    margin-bottom: 10px;
}
.page-template-page_contents .lead p {
    margin: 0;
}
/*  18.1 - ウェルネスレシピとは
-------------------------------------------- */

.page .about p {
    margin: 0;
}
.page .about .about_wellness {
    position: relative;
    background: repeating-linear-gradient(-45deg, #ffeab5, #ffeab5 2px, #ffde8e 0, #ffde8e 6px);
    padding: 10px;
}
.page .about .about_wellness .inner {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 7px #fccb00;
    box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 7px #fccb00;
    padding: 20px 30px;
}
.page .about .about_wellness .inner p + img {
    margin-top: 15px;
}
.page .about .about_wellness .inner p.source {
    margin: 5px 0 0 0;
    text-align: right;
    font-size: 1.14rem;
}
.page .about .about_wellness .pin {
    position: absolute;
    top: 11px;
    left: 11px;
    width: 22px;
}
.page .about .section01 {
    margin-top: 35px;
}
.page .about .section01 .inner {
    overflow: hidden;
    margin-top: 20px;
}
.page .about .section01 .inner .pic {
    float: left;
    width: 160px;
    margin-right: 20px;
}
.page .about .section01 .float_box {
    float: left;
    width: 435px;
    text-align: center;
}
.page .about .section01 .float_box p {
    font-size: 1.6rem;
}
.page .about .section01 .text {
    text-align: center;
    margin: 30px 10px;
}
.page .about .section01 .lead {
    text-align: center;
    font-size: 1.6rem;
}
.page .about .section02 {
    margin-top: 30px;
}
.page .about .section02 .bg_cork {
    padding: 10px;
    margin: 20px 10px 0 10px;
    border-radius: 6px;
}
.page .about .section02 .bg_block {
    text-align: center;
    padding: 20px 0;
}
.page .about .section03 {
    margin-top: 35px;
    text-align: center;
}
.page .about .section03 h2 {
    font-size: 1.7rem;
}
.page .about .section03 p {
    font-size: 1.5rem;
    margin: 15px 0 20px;
}
.page .about .section03 .banner {
    width: 300px;
    height: 80px;
}
.page .about .section03 .banner:hover {
    opacity: 0.7;
}
/*  18.2 - 腎臓病とは
-------------------------------------------- */

.page .kidney {
    counter-reset: number 0;
}
.page .kidney h2.count {
    font-size: 1.8rem;
    color: #ff8400;
    border-bottom: 1px dashed #ff8400;
    margin-bottom: 20px;
    padding: 0 0 4px 0;
}
.page .kidney h2.count::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ff8400;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
}
.page .kidney .box {
    margin-bottom: 30px;
}
.page .kidney p {
    margin: 0;
}
.page .kidney .kidney01 .float_box {
    overflow: hidden;
    margin-top: 20px;
}
.page .kidney .kidney01 .float_box .left {
    float: left;
    width: 400px;
}
.page .kidney .kidney01 h4 {
    color: #b86c19;
}
.page .kidney .kidney01 .float_box img {
    float: right;
    width: 200px;
}
.page .kidney .kidney05 {
    margin-bottom: 0;
}
.page .kidney .kidney05 .lead {
    margin-bottom: 20px;
}
.page .kidney .bg_cork {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    border-radius: 6px;
}
.page .kidney .bg_block {
    padding: 10px;
}
.page .kidney .stage_check {
    border: 5px solid #fdbf7d;
    padding: 15px;
}
.page .kidney .classify {
    margin-top: 30px;
}
.page .kidney .classify h3 {
    font-size: 1.9rem;
    padding: 0 0 0 0;
    border-bottom: 2px solid #ff911b;
}
.page .kidney .classify img {
    display: block;
    margin: 0 auto;
}
.page .kidney .classify p {
    margin-bottom: 15px;
}
/*  18.3 - 腎臓病の基本について
-------------------------------------------- */

.page .basic {
    counter-reset: number 0;
}
.page .basic h2 {
    background-image: none;
    margin-bottom: 20px;
    padding: 3px 0 3px 15px;
}
.page .basic h3 {
    margin-bottom: 20px;
}
.page .basic p {
    margin: 0;
}
.page .basic p.lead {
    margin-bottom: 30px;
}
.page .basic .box {
    margin-bottom: 30px;
}
.page .basic .basic01 .inner {
    overflow: hidden;
}
.page .basic .basic01 .inner img {
    width: 290px;
    float: left;
    margin-right: 20px;
}
.page .basic .basic02 .lead {
    margin-bottom: 20px;
}
.page .basic .basic02 .inner, .page .basic .basic03 .inner {
    padding: 15px;
}
.page .basic .basic02 .inner h4, .page .basic .basic03 .inner h4 {
    font-size: 1.7rem;
    color: #a45500;
    border-bottom: 1px dotted #cea578;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.page .basic .basic02 .inner img {
    display: block;
    margin: 0 auto;
}
.page .basic .basic03 p.lead {
    margin-bottom: 20px;
}
.page .basic .basic03 .inner {
    margin-bottom: 20px
}
.page .basic .basic03 .inner .calculator .link_text {
    margin-top: 10px;
}
.page .basic .basic03 .inner .result_box h4 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 2px;
    border-bottom: none;
}
.page .basic .basic03 .inner p.source {
    margin: 0;
    text-align: right;
    font-size: 1.14rem;
}
.page .basic .basic03 .meal {
    padding: 10px;
}
.page .basic .basic03 .meal .inner {
    margin-bottom: 0;
    padding: 15px 15px 20px 15px;
}
.page .basic .basic03 .meal p {
    margin-bottom: 15px;
}
/*  18.4 - 腎臓病の方必見！便利グッズ
-------------------------------------------- */

.page .goods p {
    margin: 0;
}
.page .goods .goods01, .page .goods .goods02 {
    counter-reset: number 0;
}
.page .goods .child > p {
    margin-bottom: 20px;
}
.page .goods .box {
    margin-bottom: 40px;
}
.page .goods .goods02 .box:last-child {
    margin-bottom: 0
}
.page .goods .img_text {
    display: block;
    margin: 0 auto 25px;
}
.page .goods .inner {
    overflow: hidden;
    margin-bottom: 20px;
}
.page .goods .inner span {
    font-weight: bold;
}
.page .goods .goods01 .inner img {
    width: 200px;
    float: right;
    margin-left: 15px;
}
.page .goods .goods02 h3.count {
    margin-bottom: 20px;
}
.page .goods .goods02 .inner {
    padding: 15px;
    margin: 0 10px 20px
}
.page .goods .goods02 .inner h4 {
    color: #a45500;
    border-bottom: 1px dotted #cea578;
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.page .goods .goods02 .inner img {
    display: block;
    margin: 0 auto;
}
.page .goods .point_area {
    border: 1px solid #ff911b;
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page .goods .point_area li:nth-child(1) {
    width: 54%;
}
.page .goods .point_area li:nth-child(2) {
    width: 46%;
}
.page .goods .point_area span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #999;
    background: #fff;
    margin-top: 5.5%;
    padding: 2px 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.page .goods .inner .point_area {
    width: 100%;
}
.page .goods .box h3 + p {
    margin-bottom: 20px;
}
/*  18.5 - 外食・コンビニの食事選びのポイント
-------------------------------------------- */

.page .eat_point p {
    margin: 0;
}
.page .eat_point h3 + p {
    margin-bottom: 20px;
}
.page .eat_point .child {
    margin-bottom: 30px;
}
.page .eat_point .child ul {
    margin-bottom: 20px;
}
.page .eat_point .child ul li {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.page .eat_point .child ul li .inner {
    overflow: hidden;
    padding: 20px;
}
.page .eat_point .child ul li img {
    width: 170px;
    float: left;
}
.page .eat_point .child ul li img.sp {
    display: none;
}
.page .eat_point .child ul li p {
    padding-left: 190px;
}
.page .eat_point .child.western li:nth-child(1) img {
    padding-top: 30px;
}
.page .eat_point .child.western li:nth-child(2) img {
    padding-top: 70px;
}
.page .eat_point .child.china li:nth-child(1) img {
    padding-top: 90px;
}
.page .eat_point .child.china li:nth-child(2) img {
    padding-top: 10px;
}
.page .eat_point .child.convenience li:nth-child(2) img {
    padding-top: 90px;
}
.page .eat_point .child.convenience li:nth-child(4) img {
    padding-top: 45px;
}
.page .eat_point .wellness .introduction {
    overflow: hidden;
}
.page .eat_point .wellness .introduction img {
    width: 210px;
    float: left;
}
.page .eat_point .wellness .introduction img.sp {
    display: none;
}
.page .eat_point .wellness .introduction p {
    padding-left: 230px;
}
.page .eat_point .wellness .introduction a {
    clear: both;
    display: block;
    width: 98%;
    margin: 30px auto 0;
    text-decoration: none;
}
.page .eat_point .wellness .introduction a img {
    width: 100%
}
.page .eat_point .wellness .introduction a img:hover {
    opacity: 0.7;
}
/*  18.6 - ウェルネスレシピの管理栄養士
-------------------------------------------- */

.page .content.dietician .lead {
    margin-bottom: 15px;
}
.page .content.dietician li {
    overflow: hidden;
    border: 5px solid #fdbf7d;
    padding: 15px;
    margin-bottom: 15px;
}
.page .content.dietician li img {
    width: 160px;
    float: left;
}
.page .content.dietician li .right {
    padding-left: 180px;
}
.page .content.dietician li h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.page .content.dietician li h2 span {
    display: inline-block;
    background: #ff911b;
    color: #fff;
    font-size: 1.26rem;
    vertical-align: middle;
    padding: 0 15px;
    border-radius: 2px;
    margin: -2px 15px 0 0;
}
.page .content.dietician li p {
    margin: 0;
}
.page .content.dietician li.adviser .ico_adviser {
    height: 30px;
    margin: 0 0 20px -15px;
    background: url("img/img_adviser.png") no-repeat scroll left bottom;
    background-size: 240px auto;
    text-indent: -9999px;
}
.page .content.dietician li.adviser {
    border-color: #ff911b;
}
.page .content.dietician li.adviser img {
    width: 140px;
}
.page .content.dietician li.adviser .right {
    padding-left: 160px;
}
.page .content.dietician li.adviser .msg {
    border: 1px solid #ffb769;
    background: #fdf8ed;
    border-radius: 8px;
    margin: 20px 0 0 160px;
    padding: 12px 18px;
}
.page .content.dietician li.adviser h4 {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 3px;
    color: #ff8400;
    border-bottom: 1px solid #ffb769;
}
/*  18.7 - よくある質問
-------------------------------------------- */

.page .content.faq .lead img {
    width: 134px;
    float: right;
    margin-left: 15px;
}
.page .content.faq .lead p span {
    font-size: 1.3rem;
}
.page .content.faq a {
    color: #ff7200;
}
.page .content.faq .question {
    position: relative;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.page .content.faq .question .ac_button {
    margin: 0;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("img/ico_click.png");
    background-size: 50px auto;
    text-indent: -9999px;
}
.page .content.faq .question .active .ac_button {
    background: url("img/ico_close.png");
    background-size: 50px auto;
}
.page .content.faq dl {
    margin: 0;
    padding: 20px 10px 15px 10px;
}
.page .content.faq dt, dd {
    position: relative;
}
.page .content.faq dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #a45500;
    padding: 5px 60px 10px 45px;
    cursor: pointer;
}
.page .content.faq dd {
    display: none;
    margin: 0;
    border-top: 1px solid #a45500;
    padding: 20px 10px 10px 50px;
    margin-top: 5px;
}
.page .content.faq dd img {
    display: block;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.page .content.faq dt:before, dd:before {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}
.page .content.faq dt:before {
    content: "Q";
    background: #ff8400;
    top: 0;
    left: 5px;
}
.page .content.faq dd:before {
    content: "A";
    background: #79bb39;
    top: 15px;
    left: 5px;
}
.page .content.faq dt img {
    width: 50px;
}
/*-------------------------------------------*/

/*  19.0 - サイドカラム
/*-------------------------------------------*/

/*  19.1 - メニュー
-------------------------------------------- */

.side_menu {
    background-image: url("img/bg_sidemenu_white_top.png"), url("img/bg_sidemenu_white_bottom.png"), url("img/bg_sidemenu.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top 15px center, bottom 15px center, top left;
    padding: 27px 10px 30px;
    margin-bottom: 30px;
}
.side_menu .inner {
    background-image: url("img/bg_sidemenu_white.png");
    background-position: top left;
    padding: 0 10px;
}
.side_menu h2 {
    background: url("img/ico_search.png") no-repeat;
    background-size: 20px auto;
    background-position: left 5px center;
    border-bottom: 2px solid #a45500;
    color: #a45500;
    font-size: 1.9rem;
    padding: 3px 0 3px 30px;
}
.side_menu .cat_main, .side_menu .cat_side {
    border-bottom: 1px dotted #a45500;
    padding: 10px 0 5px;
}
.side_menu span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    background: url("img/ico_arrow_b.png") no-repeat;
    background-size: 15px auto;
    background-position: left 5px center;
    margin-bottom: 5px;
    padding: 0 0 0 25px;
}
.side_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 25px;
}
.side_menu ul li {
    margin: 0 5px 8px 0;
}
.side_menu ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    position: relative;
    padding: 4px 15px 4px 24px;
    border-radius: 2px;
}
.side_menu ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -4px;
}
.side_menu ul li a:hover {
    opacity: 0.8;
}
.side_menu .cat_main ul li a {
    background: #ff911b;
}
.side_menu .cat_side ul li a {
    background: #79bb39;
}
.side_menu .link_text {
    text-align: right;
    margin: 10px 0 0 0;
}
/*  19.2 - ピックアップレシピ
-------------------------------------------- */

.side_pickup {
    background: url("img/bg_stripe01.png");
    margin-bottom: 30px;
    padding: 5px;
}
.side_pickup .inner {
    background: #fff;
    padding: 7px 10px 5px;
}
.side_pickup h2 {
    position: relative;
    font-size: 1.8rem;
    color: #fff;
    background: url("img/bg_pickup.png") repeat;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
    box-shadow: 0px 0px 1px 1px #fff inset;
}
.side_pickup h2::before, .side_pickup h2::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 96%;
    height: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.side_pickup h2::before {
    top: 2px;
    border-top: 1px solid #ff8400;
    border-bottom: 1px dashed #fff;
}
.side_pickup h2::after {
    bottom: 2px;
    border-top: 1px dashed #fff;
    border-bottom: 1px solid #ff8400;
}
.side_pickup h2 span {
    display: inline-block;
    padding: 6px 25px;
    background: url("img/ico_menu_l.png"), url("img/ico_menu_r.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center right;
    background-size: 15px auto, 15px auto;
}
/*  19.3 - コンテンツメニュー
-------------------------------------------- */

.widget_nav_menu {
    background-image: url("img/bg_stripe02.png");
    background-position: top left;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
}
.widget_nav_menu h2 {
    position: relative;
    font-size: 1.7rem;
    color: #fff;
    margin-bottom: 10px;
    padding: 6px 5px 6px 45px;
    background: #ff8400 url("img/ico_menu.png") no-repeat;
    background-size: 22px auto;
    background-position: left 15px center;
}
.widget_nav_menu h2::before, .widget_nav_menu h2::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_nav_menu h2::before {
    top: 0;
    border-top: 1px solid #ff8400;
    border-bottom: 1px dashed #fff;
}
.widget_nav_menu h2::after {
    bottom: 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px solid #ff8400;
}
.widget_nav_menu ul {
    margin: 0 10px;
    background: #fff;
}
.widget_nav_menu li {
    border-bottom: 1px dotted #f39938;
}
.widget_nav_menu li:last-child {
    border-bottom: none;
}
.widget_nav_menu li a {
    display: block;
    text-decoration: none;
    padding: 12px 0 12px 30px;
    background: url("img/ico_arrow_b.png") no-repeat;
    background-size: 10px auto;
    background-position: left 13px center;
}
.widget_nav_menu li a:hover {
    background-color: #ffecd7;
}
/*-------------------------------------------*/

/*  20.0 - footer
/*-------------------------------------------*/

.site-footer {
    background: #f39938;
    margin-top: 70px;
    padding: 30px 0 20px;
}
.site-info {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}
.site-info li {
    display: inline-block;
}
.site-info li:before {
    content: "|";
    padding-right: 5px;
}
.site-info li:first-child:before {
    content: none;
}
.site-info li a {
    color: #333;
    font-size: 1.3rem;
}
.site-info li a:hover {
    text-decoration: none;
}
.site-info p {
    font-size: 1.2rem;
    margin: 0;
}
.site-info p.copyright {
    margin: 25px 0 5px;
}
/*  20.1 - トップ用
/*-------------------------------------------*/

.home .sns_area {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 70px;
    padding: 25px 0;
}
.home .sns_area p {
    margin: 0 0 20px 0;
    font-size: 1.9rem;
}
.home .sns_area .addtoany_shortcode span {
    border-radius: 100% !important;
}
.home .sns_area .a2a_svg svg {
    top: 8px !important;
    width: 65% !important;
}
.top_footer {
    background: url("img/bg_top_footer.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0 50px;
}
.top_footer h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.top_footer p {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.top_footer a {
    display: inline-block;
    margin-top: 40px
}
.top_footer a:hover {
    opacity: 0.8;
}
.home .site-footer {
    margin: 0;
}
/*-------------------------------------------*/

/*  21.0 - MediaQuery
/*-------------------------------------------*/

/*  21.1 - max-width: 920px
-------------------------------------------- */

@media screen and (max-width: 920px) {}
/*  21.2 - max-width: 768px
-------------------------------------------- */

@media screen and (max-width: 768px) {
    #content {
        width: 100%;
    }
    #primary {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    #secondary {
        float: none;
    }
    .block {
        padding: 30px 20px;
    }
    .site-branding {
        width: 100%;
    }
    .block h2.plate {
        font-size: 2.5rem;
        padding: 5px 0;
    }
    #site-navigation {
        display: none;
    }
    #trigger {
        display: block;
    }
    .site-header {
        background-position: center top -5px;
    }
    .site-title {
        position: unset;
        width: 80px;
        height: 80px;
        margin: 15px 0 3px 15px;
    }
    .site-title a {
        background-image: url("img/logo_sp.png");
        background-size: 80px auto;
        width: 80px;
        height: 80px;
    }
    .site-description {
        font-size: 2vw;
        line-height: 1.3;
        margin: 0;
        padding: 7px 5px;
        color: #fff;
        background: #f39938;
        text-align: center;
        font-weight: bold;
        justify-content: center;
    }
    .site-description br {
        display: none;
    }
    header .serach_area {
        top: 25px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 50%;
    }
    .serach_area input[type="text"] {
        width: 100%;
    }
    .page-content input[type="text"] {
        width: 60%;
    }
    .toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 42px;
        height: 51px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
    }
    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 4px #f39938;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }
    .toggle span:nth-child(1) {
        top: 9px;
    }
    .toggle span:nth-child(2) {
        top: 18px;
    }
    .toggle span:nth-child(3) {
        top: 27px;
    }
    .toggle span:nth-child(4) {
        border: none;
        color: #333;
        font-size: 0.96rem;
        font-weight: bold;
        top: 34px;
    }
    .toggle.active {
        z-index: 9999;
        position: fixed;
        top: -0;
        right: 5px;
    }
    .toggle.active span {
        border-bottom: solid 4px #fff;
    }
    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggle.active span:nth-child(4) {
        display: none;
    }
    #slider {
        background: #f39938;
    }
    #slider h2 {
        color: #fff;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 6px 0;
    }
    #slider li {
        border-bottom: 1px solid #fff;
    }
    #slider li a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px 10px 10px 25px;
        font-weight: bold;
    }
    #slider li a:before {
        content: '';
        width: 0;
        height: 0;
        border: solid 3px transparent;
        border-left: solid 5px #fff;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -4px;
    }
    .breadcrumbs {
        padding: 15px 15px 10px;
    }
    .archive .block h1, .search .block h1, .error404 .block h1, .sitemap .block h1 {
        font-size: 2.2rem;
    }
    .archive .post img, .search .post img {
        width: 180px;
    }
    .archive .post .block_right, .search .post .block_right {
        padding-left: 200px;
    }
    .archive .post .block_right h2, .search .post .block_right h2 {
        font-size: 2rem;
    }
    .calculator {
        padding: 15px 15px 10px 15px;
    }
    .calculator .stege {
        margin-right: 3%;
        width: 35%;
    }
    .calculator .stege select {
        width: 100%;
    }
    .calculator .tall {
        width: 25%;
        margin-right: 3%;
    }
    .calculator .tall input {
        width: 75%;
        margin-right: 5px;
    }
    .calculator .submit {
        width: 39%;
    }
    .result_box .limit_day {
        margin-right: 2%;
    }
    .result_box .limit_one_meal {
        margin-left: 2%;
    }
    .result_box .limit_day::after {
        right: -4%;
    }
    .result_box > ul {
        width: 48%;
        float: left;
    }
    .result_box ul ul {
        font-size: 1.3rem;
    }
    .result_box ul ul li:first-child {
        width: 35%;
    }
    .result_box ul ul li:last-child {
        width: 65%;
    }
    .result_box ul ul li:last-child input {
        width: 100%;
        font-size: 1.3rem;
    }
    .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .list li {
        /*float: none;*/
        width: 100%;
    }
    .single .post header {
        margin: 0 -20px;
    }
    .single .post .common_title {
        margin: 0 20px;
        font-size: 1.5rem;
    }
    .single .post header .title_area {
        margin: 5px 20px;
    }
    .single .post .float_box {
        margin-bottom: 10px;
    }
    .single .post .component, .single .post .detail {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .single .post .float_box dt {
        width: 35%;
    }
    .single .post .float_box dd {
        width: 65%;
    }
    .single .post .material_area dl.flex {
        width: 100%;
    }
    .single .post .material_area dt, .single .post .material_area dd {
        padding: 8px 5px 7px;
    }
    .single .post .material_point {
        margin: 20px 0 0;
        width: 100%;
    }
    .single .post .material_point .ico_pointtag {
        text-align: left;
        background-position: 0 center;
    }
    .single .post .howto_list li .howto_point {
        width: 92%;
        margin: 20px 0 0 40px;
    }
    .single .post .detail_text p {
        padding: 0 23% 0 0;
    }
    .mainVisual {
        padding: 20px;
    }
    .mainVisual .inner {
        background-size: 100% auto;
    }
    .mainVisual .inner h2 {
        width: 114%;
        margin: -30px 0 15px -7.6%;
    }
    .mainVisual .inner h3 {
        font-size: 1.42rem;
        margin-bottom: 20px;
    }
    .mainVisual .inner .msg .text {
        background: none;
    }
    .mainVisual .inner .msg .text p {
        font-size: 1.3rem;
        padding: 0;
    }
    .mainVisual .inner .msg .text p.text_top {
        width: 84%;
    }
    .mainVisual .inner .msg .text p.text_bottom {
        width: 78%;
    }
    .mainVisual .inner .msg img {
        right: -45px;
        width: 30%;
    }
    .mainVisual a {
        margin-left: 18%;
        padding: 1.8% 8%;
        font-size: 1.6rem;
    }
    .mainVisual a span {
        background-size: 8% auto;
        padding-left: 20px;
    }
    .mainVisual .tape {
        width: 13%;
    }
    .mainVisual .top {
        top: 5px;
        right: 5px;
    }
    .mainVisual .bottom {
        bottom: 5px;
        left: 5px;
    }
    .top_content .block.basic_kidney a {
        margin: 20px -20px 0 0;
    }
    .new_entry .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .new_entry .list li {
        width: 32%;
        margin-right: 0;
    }
    .page .about .section01 .inner .pic {
        width: 27%;
        margin-right: 3%;
    }
    .page .about .section01 .float_box {
        width: 70%;
    }
    .page .about .section01 .float_box p {
        font-size: 1.4rem;
    }
    .page .about .section01 .text {
        margin: 30px 0;
    }
    .page .about .section01 .lead {
        font-size: 1.5rem;
    }
    .page .about .section02 .bg_cork {
        margin: 20px 0 0 0;
    }
    .page .about .section02 .bg_block {
        padding: 20px 15px;
    }
    .page .kidney .kidney01 .float_box .left {
        width: 70%;
    }
    .page .kidney .kidney01 .float_box img {
        width: 26%;
    }
    .page .goods .goods01 .inner img {
        width: 170px;
    }
    .page .goods .point_area {
        width: 94%;
    }
    .page .goods .point_area span {
        margin-top: 5%;
        font-size: 1.5rem;
    }
    .page .eat_point .child ul li img {
        width: 140px;
    }
    .page .eat_point .child ul li p {
        padding-left: 160px;
    }
    .page .content.faq dl {
        padding: 15px 10px 10px 5px;
    }
    #secondary {
        width: 100%;
    }
    .side_menu {
        background-image: none, none, url("img/bg_sidemenu.png");
        padding: 20px 15px 20px;
    }
    .side_menu .inner {
        background-image: none;
        background: #fff;
        padding: 10px;
    }
    .widget_media_image, .widget_custom_html {
        text-align: center;
    }
    .site-info {
        width: 100%;
    }
    .top_footer {
        padding: 5% 0;
    }
    .top_footer h3 {
        font-size: 2.4vw;
        margin-bottom: 1%;
    }
    .top_footer p {
        font-size: 1.7vw;
    }
    .top_footer a {
        margin-top: 3%;
    }
}
/*  21.3 - max-width: 600px
-------------------------------------------- */

@media screen and (max-width: 600px) {
    body {
        font-size: 1.3rem;
    }
    #primary {
        padding: 15px 10px;
    }
    .block {
        padding: 20px;
    }
    .block h2.plate {
        font-size: 1.6rem;
        padding: 8px 0;
    }
    .block h3.stripe {
        font-size: 2.0rem;
        margin-bottom: 15px;
    }
    .site-title {
        margin: 14px 0px 3px 10px;
        width: 50px;
        height: 50px;
    }
    .site-title a {
        background-size: 50px auto;
        width: 50px;
        height: 50px;
    }
    header .serach_area {
        top: 10px;
        width: 55%;
    }
    .page-content input[type="text"] {
        width: 100%;
    }
    .toggle {
        right: 10px;
        top: -3px;
    }
    .site-description {
        font-size: 3vw;
        line-height: 1.6;
        padding: 7px 5px;
    }
    .site-description br {
        display: block;
    }
    .site-description img{
    width: 120px;
}
    .archive .block h1, .search .block h1, .error404 .block h1, .sitemap .block h1 {
        font-size: 1.8rem;
    }
    .archive .post img, .search .post img {
        width: 110px;
    }
    .archive .post .block_right, .search .post .block_right {
        padding-left: 125px;
    }
    .archive .post .block_right h2, .search .post .block_right h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .archive .post .tag_area span, .search .post .tag_area span {
        font-size: 1.16rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .calculator {
        padding: 15px 13px 10px 13px;
    }
    .calculator .tall {
        width: 35%;
    }
    .calculator .submit {
        width: 30%;
    }
    .calculator .submit button {
        width: 100%;
        font-size: 1.46rem;
        padding: 12px 0 10px;
    }
    .result_box > ul {
        width: 100%;
        float: none;
    }
    .result_box .limit_day {
        margin-right: 0;
    }
    .result_box .limit_one_meal {
        margin-left: 0;
    }
    .result_box .limit_day::after {
        content: none;
    }
    .result_box ul ul {
        margin: 0 20px;
        padding: 4px 0;
    }
    .result_box ul ul li:first-child {
        width: 35%;
    }
    .result_box ul ul li:last-child {
        width: 65%;
    }
    .stage_calculator {
        padding: 15px 15px 15px 15px;
    }
    .stage_calculator .check_table {
        width: 100%;
        font-size: 1.44rem;
    }
    .stage_calculator .check_table th {
        width: 45%;
    }
    .stage_calculator .check_table td {
        width: 55%;
    }
    .meal {
        padding: 10px;
    }
    .meal .inner {
        padding: 15px;
    }
    .meal h3 {
        font-size: 1.9rem;
    }
    .list {
        display: block;
    }
    .list li {
        border-top: none;
        border-bottom: 1px solid #ccc;
        border-right: none;
        border-left: none;
    }
    .list li a {
        overflow: hidden;
        padding: 10px 0;
    }
    .list li .category_main, .list li .category_side {
        position: static;
        font-size: 1.2rem;
        padding: 1px 6px;
    }
    .list li img {
        width: 110px;
        height: 85px;
        float: left;
        margin-right: 10px;
    }
    .list li p.recipe_title {
        padding: 2px 0 0;
    }
    .list li p.time {
        padding: 0;
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
    .list li a dl{
        padding: 10px 0 8px;
    }
    .list li a dl dt,.list li a dl dd{
        width: 25%;
    }
    .single .post h2 {
        padding-left: 40px;
        font-size: 1.9rem;
    }
    .single .post .float_box h3 {
        font-size: 1.6rem;
    }
    .single .post .material_area h2, .single .post .howto_list h2, .single .post .recommend h2 {
        font-size: 1.7rem;
        background-size: 24px auto;
        padding-left: 35px;
    }
    .single .post .recommend h2 {
        margin-bottom: 5px;
    }
    .single .post .common_title {
        font-size: 2.4vw;
    }
    .single .post header .title_area {
        margin: 0 20px;
    }
    .single .post header .title_area span {
        font-size: 2.8vw;
        /*width: 35px;
        height: 35px;*/
        margin-left: 10px;
    }
    .single .post header .title_area h1 {
        font-size: 4vw;
    }
    .single .post .detail_text {
        padding: 12px 15px;
        min-height: auto;
    }
    .single .post .detail_text p {
        padding: 0 24% 0 0;
        font-size: 2.3vw;
        line-height: 1.4;
    }
    .single .post .detail_text img {
        right: -10px;
        width: 30%;
    }
    .single .post .float_box dl {
        font-size: 1.3rem;
    }
    .single .post .howto_list li .howto_point {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .single .post .summary {
        padding: 10px 10px;
    }
    .single .post .summary h3 {
        font-size: 3.2vw;
        padding: 3px 0;
    }
    .single .post .howto_list li .howto_point {
        padding: 5px 12px 12px;
    }
    .single .post .howto_point .ico_pointtag {
        background-position: top 8px left;
        font-size: 1.36rem;
    }
    .single .post .howto_list li .howto_point .name {
        padding: 0;
        background-size: 200% 15px;
        background-position: 0 1px;
    }
    .single .recommend {
        margin-top: 30px;
    }
    .mainVisual {
        padding: 15px;
    }
    .mainVisual .inner {
        padding: 20px 15px 0 25px;
    }
    .mainVisual .inner h3 {
        font-size: 1.4rem;
    }
    .mainVisual .inner .msg .text p {
        font-size: 1.26rem;
        line-height: 1.7;
    }
    .mainVisual .inner .msg .text p.text_top {
        width: 100%;
    }
    .mainVisual .inner .msg .text p.text_bottom {
        width: 82%;
    }
    .mainVisual .inner .msg img {
        right: -30px;
        width: 26%;
    }
    .mainVisual a {
        margin-left: 18%;
        padding: 1.8% 6%;
        font-size: 1.5rem;
    }
    .top_content {
        padding: 15px 10px;
    }
    .top_content .block.basic_kidney .box_border, .top_content .block.limit .box_border {
        padding: 10px 12px;
    }
    .top_content .block.basic_kidney h3, .top_content .block.limit h3, {
        background-size: 20px auto;
        background-position: left center;
        font-size: 1.6rem;
        padding-left: 26px;
        margin: 0 0 15px;
    }
    .top_content .block.basic_kidney ul li .in_box {
        padding: 10px 12px 15px;
    }
    .top_content .block.basic_kidney ul li .in_box img {
        width: 18%;
    }
    .top_content .block.basic_kidney ul li .in_box .text {
        padding-left: 22%;
    }
    .top_content .block.basic_kidney ul li .in_box p.title {
        font-size: 1.6rem;
        margin: 5px 0 3px;
        background-position: 0 7px;
    }
    .top_content .block.basic_kidney ul li .in_box p.title span {
        font-size: 1.8rem;
    }
    .top_content .block.limit .meal h3 {
        padding-left: 0;
    }
    .new_entry h2.plate {
        margin-bottom: 5px !important;
    }
    .new_entry .list li {
        width: 100%;
        margin-bottom: 0;
    }
    .page .entry-header {
        margin-bottom: 25px;
    }
    .page .entry-header span {
        font-size: 1.3rem;
    }
    .page h1.entry-title {
        font-size: 1.9rem;
    }
    .page .about .section01 .inner .pic {
        width: 22%;
        margin-right: 4%;
        padding-top: 7%;
    }
    .page .about .section01 .float_box {
        width: 74%;
    }
    .page .about .section01 .float_box p {
        font-size: 1.26rem;
    }
    .page .about .section01 .lead {
        font-size: 1.4rem;
    }
    .page .about .section03 h2 {
        font-size: 1.54rem;
    }
    .page .about .section03 p {
        font-size: 1.4rem;
    }
    .page .basic .basic01 .inner img {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
        float: none;
    }
    .page .basic .basic03 .inner .result_box h4 {
        color: #fff;
        font-size: 1.5rem;
    }
    .page .basic .basic03 .meal .inner {
        padding: 12px 12px 17px 12px;
    }
    .page .goods .goods01 .inner img {
        width: 75%;
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
    .page .goods .goods02 .inner {
        margin: 0 0 20px;
    }
    .page .goods .point_area {
        width: 100%;
        display: block;
        text-align: center;
    }
    .page .goods .point_area li:nth-child(1), .page .goods .point_area li:nth-child(2) {
        width: 100%;
    }
    .page .goods .point_area li img {
        width: 90%;
    }
    .page .goods .point_area span {
        margin: 0 0 10px 0;
        font-size: 1.3rem;
    }
    .page .eat_point .child ul li {
        padding: 5px;
    }
    .page .eat_point .child ul li .inner {
        padding: 15px 12px;
    }
    .page .eat_point .child ul li img.pc {
        display: none;
    }
    .page .eat_point .child ul li img.sp {
        display: block;
        width: 100%;
        float: none;
    }
    .page .eat_point .child ul li p {
        padding-left: 0;
    }
    .page .eat_point .child.western li:nth-child(1) img, .page .eat_point .child.western li:nth-child(2) img, .page .eat_point .child.china li:nth-child(1) img, .page .eat_point .child.china li:nth-child(2) img, .page .eat_point .child.convenience li:nth-child(2) img, .page .eat_point .child.convenience li:nth-child(4) img {
        padding-top: 0;
    }
    .page .eat_point .child.convenience li:nth-child(1) img, .page .eat_point .child.convenience li:nth-child(3) img {
        margin-bottom: 10px;
    }
    .page .eat_point .wellness .introduction img.pc {
        display: none;
    }
    .page .eat_point .wellness .introduction img.sp {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .page .eat_point .wellness .introduction p {
        padding-left: 0;
    }
    .page .content.dietician li {
        padding: 10px 12px;
    }
    .page .content.dietician li img {
        width: 100px;
    }
    .page .content.dietician li .right {
        padding-left: 115px;
    }
    .page .content.dietician li h2 {
        font-size: 1.9rem;
    }
    .page .content.dietician li h2 span {
        font-size: 1.12rem;
        margin: -2px 12px 0 0;
        padding: 0 10px;
    }
    .page .content.dietician li.adviser .ico_adviser {
        background-size: 200px auto;
        margin: 0 0 12px -12px;
        height: 25px;
    }
    .page .content.dietician li.adviser img {
        width: 100px;
    }
    .page .content.dietician li.adviser .right {
        padding-left: 115px;
    }
    .page .content.dietician li.adviser .msg {
        margin: 15px 0 5px 0;
    }
    .page .content.faq .lead img {
        width: 110px;
    }
    .page .content.faq .lead {
        margin-bottom: 20px;
    }
    .page .content.faq .question {
        padding: 5px;
    }
    .page .content.faq dl {
        padding: 10px 10px 5px 5px;
    }
    .page .content.faq dt {
        font-size: 1.5rem;
    }
    .page .content.faq dd {
        padding: 15px 10px 10px 50px;
    }
    .side_menu {
        padding: 15px 10px 15px;
    }
    .site-footer {
        padding: 30px 15px 20px;
    }
    .home .sns_area {
        padding: 3% 0;
    }
    .home .sns_area p {
        margin: 0 0 3% 0;
        font-size: 1.6rem;
    }
    .home .sns_area .addtoany_shortcode span {
        width: 40px !important;
        line-height: 40px !important;
        height: 40px !important;
        background-size: 40px auto !important;
    }
    .home .sns_area .a2a_svg svg {
        top: 7px !important;
    }
    .top_footer {
        padding: 5% 3%;
    }
    .top_footer h3 {
        font-size: 1.4rem;
    }
    .top_footer p {
        font-size: 1.2rem;
    }
}
/*  21.4 - max-width: 480px
-------------------------------------------- */

@media screen and (max-width: 480px) {
    .block h2.orange {
        font-size: 1.6rem;
        background-size: 13px auto;
        padding: 3px 0 3px 32px;
    }
    .block h3.line {
        font-size: 1.6rem;
    }
    .block h3.line::before {
        width: 14px;
        height: 11px;
        top: 7px;
    }
    .block h3.count {
        font-size: 1.6rem;
    }
    .block h3.count::before {
        width: 22px;
        height: 22px;
        line-height: 24px;
    }
    .block h3.stripe {
        font-size: 1.7rem;
    }
    .archive .post img, .search .post img {
        width: 90px;
    }
    .archive .post .block_right, .search .post .block_right {
        padding-left: 100px;
    }
    .archive .post .block_right h2, .search .post .block_right h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .archive .post .tag_area, .search .post .tag_area {
        margin-bottom: 0;
    }
    .archive .post .tag_area span, .search .post .tag_area span {
        font-size: 1.06rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .calculator .err + ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .calculator .stege {
        width: 52%;
    }
    .calculator .tall {
        width: 45%;
        margin-right: 0;
    }
    .calculator .submit {
        width: 100%;
        margin-top: 10px;
    }
    .result_box {
        margin: 20px 0 10px 0;
        padding: 15px 12px 10px;
    }
    .result_box ul ul {
        margin: 0 5px;
    }
    .stage_calculator {
        padding: 10px 12px 15px 12px;
    }
    .stage_calculator .check_table {
        width: 100%;
        font-size: 1.36rem;
        margin-bottom: 10px;
    }
    .stage_calculator .check_table th, .stage_calculator .check_table td {
        display: block;
    }
    .stage_calculator .check_table th {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .stage_calculator .check_table td {
        width: 100%;
        padding: 5px 0;
    }
    .stage_calculator .check_table td input[type="text"] {
        width: 70%;
    }
    .stage_calculator .check_table tr:nth-child(3) td {
        padding: 5px 0 10px;
        text-align: center;
    }
    .stage_calculator .check_table td label {
        margin-right: 3%;
        width: 46%;
        display: inline-block;
    }
    .stage_calculator .check_table td input[type="radio"] {
        margin-right: 10%;
    }
    .stage_calculator .check_table .btn_area .btn_green {
        width: 100%;
    }
    .stage_calculator .notice {
        padding: 10px 10px;
        font-size: 1.1rem;
    }
    .meal .inner {
        padding: 10px;
    }
    .single .post .detail_text p {
        padding: 0 23% 0 0;
    }
    .single .recommend .btn {
        margin-top: 20px;
    }
    .single .recommend .btn a {
        font-size: 1.4rem;
        padding: 11px 30px 11px 20px;
        width: 96%;
    }
    .mainVisual {
        padding: 10px;
    }
    .mainVisual .inner h2 {
        width: 113%;
        margin: -25px 0 15px -7%;
    }
    .mainVisual .inner h3 {
        font-size: 1.36rem;
        margin-bottom: 10px;
    }
    .mainVisual .inner .msg .text p {
        font-size: 1.22rem;
        line-height: 1.7;
    }
    .mainVisual .inner .msg .text p.text_bottom {
        width: 100%;
    }
    .mainVisual .inner .msg img {
        display: none;
    }
    .mainVisual .btn_link {
        text-align: center;
    }
    .mainVisual a {
        margin: 10px 0 15px;
    }
    .mainVisual .top {
        top: 2px;
        right: 5px;
    }
    .mainVisual .bottom {
        bottom: 2px;
        left: 2px;
    }
    .top_content .block h2 {
        margin: 0 -10px 15px;
    }
    .top_content .block.basic_kidney ul li .in_box {
        padding: 10px 10px 12px;
    }
    .top_content .block.basic_kidney ul li .in_box p.title {
        font-size: 1.4rem;
        margin: 0px 0 2px;
        background-position: 04px;
    }
    .top_content .block.basic_kidney ul li .in_box p.title span {
        font-size: 1.6rem;
    }
    .top_content .block.basic_kidney ul li .in_box p {
        font-size: 1.3rem;
    }
    .top_content .block.basic_kidney h3, .top_content .block.limit h3 {
        font-size: 1.5rem;
    }
    .new_entry .btn {
        margin-top: 20px;
    }
    .new_entry .btn a {
        font-size: 1.4rem;
        padding: 11px 30px 11px 20px;
        width: 96%;
    }
    .page .about .about_wellness .inner {
        padding: 15px 20px 20px;
    }
    .page .about .about_wellness .inner h2 {
        font-size: 1.4rem;
        background-size: 11px auto;
        margin-bottom: 15px;
        padding: 3px 0 3px 27px;
    }
    .page .about .about_wellness .pin {
        width: 16px;
    }
    .page .about .about_wellness .inner p.source {
        font-size: 1.0rem;
    }
    .page .about .section01 .inner {
        margin: 0;
    }
    .page .about .section01 .inner .pic {
        padding-top: 12%;
    }
    .page .about .section01 .float_box p {
        font-size: 1.10rem;
    }
    .page .about .section01 .float_box p br {
        display: none;
    }
    .page .about .section01 .lead {
        font-size: 1.2rem;
    }
    .page .about .section02 .bg_block {
        padding: 15px 10px;
    }
    .page .about .section03 h2 {
        font-size: 1.4rem;
    }
    .page .about .section03 p {
        font-size: 1.16rem;
    }
    .page .kidney h2.count {
        font-size: 1.6rem;
    }
    .page .kidney h2.count::before {
        width: 22px;
        height: 22px;
        line-height: 24px;
    }
    .page .kidney .kidney01 .float_box .left {
        float: none;
        width: 100%;
    }
    .page .kidney .kidney01 .float_box img {
        float: none;
        width: 50%;
        display: block;
        margin: 15px auto 0;
    }
    .page .kidney .bg_cork {
        padding: 5px;
    }
    .page .kidney .bg_block {
        padding: 5px;
    }
    .page .kidney .stage_check {
        border: 4px solid #fdbf7d;
        padding: 10px;
    }
    .page .kidney .classify h3 {
        font-size: 1.6rem;
    }
    .page .basic h2 {
        padding: 3px 0 3px 13px;
    }
    .page .basic .basic02 .inner, .page .basic .basic03 .inner {
        padding: 10px 12px;
    }
    .page .basic .basic02 .inner h4, .page .basic .basic03 .inner h4 {
        font-size: 1.4rem;
    }
    .page .basic .meal h3 {
        font-size: 1.6rem;
    }
    .page .goods .goods02 .inner {
        padding: 10px 12px;
    }
    .page .goods .goods02 .inner h4 {
        font-size: 1.4rem;
    }
    .page .content.dietician li h2 span {
        display: block;
        width: 80px;
        text-align: center;
    }
    .page .content.faq dt {
        font-size: 1.36rem;
        padding: 5px 40px 10px 43px;
    }
    .page .content.faq .question .ac_button {
        width: 40px;
        height: 24px;
        background-size: 40px auto;
    }
    .page .content.faq .question .active .ac_button {
        background-size: 40px auto;
    }
}
/*-------------------------------------------*/

/*  22.0 - ページャー
/*-------------------------------------------*/

#pagination {
    margin: 20px 0 10px;
    text-align: center;
}
#pagination .page-numbers {
    display: inline-block;
    background: #fff;
    color: #d3a472;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 6px 19px;
    border-radius: 2px;
    border: 2px solid #d3a472;
}
#pagination .page-numbers.current {
    background: #d3a472;
    color: #fff;
}
#pagination .page-numbers:hover {
    background: #d8b58f;
    color: #fff;
}
@media screen and (max-width: 600px) {
    #pagination .page-numbers {
        font-size: 1.2rem;
        margin-bottom: 5px;
        padding: 5px 15px;
    }
}
/*-------------------------------------------*/

/*  23.0 - ページトップ
/*-------------------------------------------*/

#pageTop {
    position: fixed;
    right: 20px;
    bottom: 0;
    margin: 0;
}
#pageTop a img {
    width: 95px;
}
@media screen and (max-width: 768px) {
    #pageTop a img {
        width: 80px;
    }
}
@media screen and (max-width: 600px) {
    #pageTop {
        right: 10px;
        bottom: 10px !important;
    }
    #pageTop a img {
        width: 70px;
    }
}
@media screen and (max-width: 480px) {
    #pageTop {
        right: 5px;
        bottom: 5px !important;
    }
    #pageTop a img {
        width: 60px;
    }
}
/*-------------------------------------------*/

/*  24.0 - ボタン/テキストリンク
/*-------------------------------------------*/

.btn {
    text-align: center;
}
.btn a {
    display: inline-block;
    background: #ff911b;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    padding: 11px 42px 11px 32px;
    border-radius: 4px;
}
.btn a span {
    position: relative;
}
.btn a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    content: "";
    vertical-align: middle;
}
.btn a span:after {
    right: -15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_green {
    color: #fff;
    font-weight: bold;
    background: #8fd04f;
    background: -webkit-gradient(linear, left top, left bottom, from(#8fd04f), to(#79bb39));
    background: linear-gradient(to bottom, #8fd04f 0%, #79bb39 100%);
    border: none;
    border-radius: 2px;
}
.btn a:hover, .btn_green:hover {
    opacity: 0.7;
}
/*  24.1 - テキストリンク
/*-------------------------------------------*/

.link_text {
    margin: 0;
}
.link_text a {
    font-size: 1.3rem;
    background: url("img/ico_arrow_brown01.png") no-repeat;
    background-size: 14px auto;
    background-position: left center;
    padding-left: 18px;
}
/*  24.2 - アンカーリンク
/*-------------------------------------------*/

.anchor_link {
    width: 70%;
    margin: 20px auto 30px;
}
.anchor_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.anchor_link ul li {
    width: 46%;
}
.anchor_link ul a {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 2px solid #ff911b;
    padding: 10px 0;
}
.anchor_link ul a:hover {
    background: repeating-linear-gradient(-45deg, #ffe6cb, #ffe6cb 2px, #fff7ef 0, #fff7ef 5px);
}
.anchor_link ul a span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    background: url("img/ico_arrow_o.png") no-repeat;
    background-size: 8px auto;
    background-position: left center;
    margin-left: -5px;
    padding: 0 0 0 20px;
    color: #ff911b;
}
@media screen and (max-width: 768px) {
    .anchor_link {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    .anchor_link {
        width: 90%;
    }
    .anchor_link ul a {
        padding: 8px 0;
    }
}
