﻿@font-face {
    font-family: 'SmileySans'; /* 定义字体名称 */
    src: url('../fonts/chendaifen.OTF') format('OTF'); /* 字体文件路径和格式 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体风格 */
}

@font-face {
  font-family: 'youyuan1';
  src: url('../fonts/youyuan1.ttf');
  src: url('../fonts/youyuan1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'youyuan2';
  src: url('../fonts/youyuan2.ttf');
  src: url('../fonts/youyuan2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}


:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}







body, input, textarea { font-family: "youyuan2", sans-serif; letter-spacing: 0.15rem;}

.rich_font, .p-vertical { font-family: Arial, "youyuan2", Meiryo, sans-serif; font-weight:500; letter-spacing: 0.15rem;}

.rich_font_type1 { font-family: Arial, "youyuan1", Meiryo, sans-serif; letter-spacing: 0.15rem;}
.rich_font_type2 { font-family: Arial, "youyuan1", Meiryo, sans-serif; font-weight:500; letter-spacing: 0.15rem;}
.rich_font_type3 { font-family: "youyuan1" , serif; font-weight:500; letter-spacing: 0.15rem;}

@media screen and (min-width: 1211px) {
  #header_logo .desc{ font-size:14px; }
}
#global_menu > ul > li > a { color:#333333; }
#global_menu > ul > li > a:after { background:#64a4d7; }
#global_menu ul ul a { color:#FFFFFF; background:#666666; }
#global_menu ul ul a:hover { background:#64a4d7; }
#global_menu ul ul li.menu-item-has-children > a:before { color:#FFFFFF; }
#drawer_menu { background:#222222; }
#mobile_menu a { color:#ffffff; background:#222222; border-bottom:1px solid #444444; }
#mobile_menu li li a { color:#ffffff; background:#333333; }
#mobile_menu a:hover, #drawer_menu .close_button:hover, #mobile_menu .child_menu_button:hover { color:#ffffff; background:#000000; }
#mobile_menu li li a:hover { color:#ffffff; }
.megamenu_recipe_category_list .headline { color:#64a4d7; font-size:18px; }
.megamenu_recipe_category_list .headline a { color:#64a4d7; }
.megamenu_blog_list .menu_area a:hover, .megamenu_blog_list .menu_area li.active a, .megamenu_blog_list .post_list { background:#e8e8e8; }
#header_search { background:rgba(51,51,51,0.7); }
#header_login, #header_logout { color:#333333; background:#eeeeee; }
#header_login:hover, #header_logout:hover { color:#ffffff; background:#64a4d7; }
#header_register { color:#333333; background:#eeeeee; }
#header_register:hover { color:#ffffff; background:#64a4d7; }
.footer_headline { color:#ffffff; }
.footer_menu ul li a { color:#ffffff; }
#footer_menu, #footer_category_menu, #footer_widget { border-color:rgba(206,206,206,0.3); }

#styled_post_list1_widget-2 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-2 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-2 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-2 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#styled_post_list1_widget-3 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-3 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-3 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-3 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#styled_post_list1_widget-4 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-4 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-4 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-4 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#styled_post_list1_widget-5 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-5 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-5 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-5 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#styled_post_list1_widget-6 .widget_headline { color:#333333; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-6 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-6 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-6 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#styled_post_list1_widget-7 .widget_headline { color:#333333; background:#ffffff; border-color:#dddddd; }
#styled_post_list1_widget-7 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #styled_post_list1_widget-7 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#styled_post_list1_widget-7 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#recipe_post_list_widget-2 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#recipe_post_list_widget-2 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #recipe_post_list_widget-2 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#recipe_post_list_widget-2 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#recipe_post_list_widget-3 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#recipe_post_list_widget-3 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #recipe_post_list_widget-3 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#recipe_post_list_widget-3 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#recipe_post_list_widget-4 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#recipe_post_list_widget-4 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #recipe_post_list_widget-4 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#recipe_post_list_widget-4 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }
#tab_post_list_widget-2 .widget_headline { color:#000000; background:#ffffff; border-color:#dddddd; }
#tab_post_list_widget-2 .widget_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:650px) {
  #tab_post_list_widget-2 .widget_headline:before { font-size:32px; line-height:52px !important; }
}
#tab_post_list_widget-2 .widget_headline:after { border-color:#64a4d7 transparent transparent transparent; }


.cat_id_36 { background:#64a4d7; }
.cat_id_36:hover { background:#64a4d7; }
.premium_icon { background:#bcab4a !important; }
.premium_icon:before { content:'\e911'; }
.index_blog .premium_icon, #post_list .premium_post .premium_icon, #related_post .premium_icon { background:#bcab4a !important; }
.index_blog .premium_icon:before, #post_list .premium_post .premium_icon:before, #related_post .premium_icon:before { content:'\e911'; }
#index_slider .item1 .catch { font-size:28px; color:#FFFFFF;  }
#index_slider .item1 .desc { font-size:18px; color:#FFFFFF;  }
@media screen and (max-width:650px) {
  #index_slider .item1 .catch { font-size:20px; }
  #index_slider .item1 .desc { font-size:13px; }
}
#index_slider .item1 .button { color:#FFFFFF; background:#333333; }
#index_slider .item1 .button:hover { color:#FFFFFF; background:#fbc525; }
#index_slider .item2 .catch { font-size:28px; color:#FFFFFF;  }
#index_slider .item2 .desc { font-size:18px; color:#FFFFFF;  }
@media screen and (max-width:650px) {
  #index_slider .item2 .catch { font-size:20px; }
  #index_slider .item2 .desc { font-size:13px; }
}
#index_slider .item2 .button { color:#FFFFFF; background:#333333; }
#index_slider .item2 .button:hover { color:#FFFFFF; background:#fbc525; }
#index_slider .item3 .catch { font-size:28px; color:#ffffff;  }
#index_slider .item3 .desc { font-size:18px; color:#FFFFFF;  }
@media screen and (max-width:650px) {
  #index_slider .item3 .catch { font-size:20px; }
  #index_slider .item3 .desc { font-size:13px; }
}
#index_slider .item3 .button { color:#FFFFFF; background:#333333; }
#index_slider .item3 .button:hover { color:#FFFFFF; background:#fbc525; }
#index_slider .item3 .overlay { background:rgba(0,0,0,0.2); }
.index_blog.num1 .design_headline { font-size:20px; color:#333333; background:#ffffff; border-color:#dddddd; }
.index_blog.num1 .design_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90a'; font-size:37px; line-height:65px; }
@media screen and (max-width:1210px) {
  .index_blog.num1 .design_headline:before { font-size:32px; line-height:52px; }
}
.index_blog.num1 .design_headline:after { border-color:#64a4d7 transparent transparent transparent; }
.index_blog.num1 .desc { font-size:猿払村での生き方・暮らし方を紹介する求人・移住情報サイト。隅から隅までじっくり見て、「自分ならどう働くか」を想像しながら楽しんでみてください。px; }
.index_blog.num1 .title { font-size:16px; }
@media screen and (max-width:650px) {
  .index_blog.num1 .design_headline { font-size:15px; }
  .index_blog.num1 .desc { font-size:13px; }
  .index_blog.num1 .title { font-size:14px; }
}
.index_recent_recipe.num2 .design_headline { font-size:20px; color:#333333; background:#ffffff; border-color:#dddddd; }
.index_recent_recipe.num2 .design_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90c'; font-size:20px; line-height:62px; }
@media screen and (max-width:1210px) {
  .index_recent_recipe.num2 .design_headline:before { font-size:17px; line-height:47px; }
}
.index_recent_recipe.num2 .design_headline:after { border-color:#64a4d7 transparent transparent transparent; }
.index_recent_recipe.num2 .desc { font-size:16px; }
.index_recent_recipe.num2 .title { font-size:16px; }
@media screen and (max-width:650px) {
  .index_recent_recipe.num2 .design_headline { font-size:15px; }
  .index_recent_recipe.num2 .desc { font-size:13px; }
  .index_recent_recipe.num2 .title { font-size:14px; }
}
.index_news.num3 .design_headline { font-size:20px; color:#333333; background:#ffffff; border-color:#dddddd; }
.index_news.num3 .design_headline:before { background:#64a4d7; font-family:'headline_icon'; content:'\e90b'; font-size:20px; line-height:62px; }
@media screen and (max-width:1210px) {
  .index_news.num3 .design_headline:before { font-size:17px; line-height:47px; }
}
.index_news.num3 .design_headline:after { border-color:#64a4d7 transparent transparent transparent; }
.index_news.num3 .desc { font-size:16px; }
.index_news.num3 a .date { color:#333333; }
@media screen and (max-width:650px) {
  .index_news.num3 .design_headline { font-size:15px; }
  .index_news.num3 .desc { font-size:13px; }
}

.author_profile a.avatar, .animate_image, .animate_background, .animate_background .image_wrap {
  background: #FFFFFF;
}
.author_profile a.avatar img, .animate_image img, .animate_background .image {
  -webkit-transition-property: opacity; -webkit-transition: 0.5s;
  transition-property: opacity; transition: 0.5s;
}
.author_profile a.avatar:hover img, .animate_image:hover img, .animate_background:hover .image {
  opacity: 0.6;
}


a { color:#000; }

a:hover, #header_logo a, #footer_logo a, #header_user_name .user_name, #comment_headline, .tcd_category_list a:hover, .tcd_category_list .child_menu_button:hover, .register_form_wrap .privacy_policy a, #my_account_edit #delete_account:hover, .widget_tab_post_list a:hover .date, #post_title_area .post_meta a:hover, #news_list a:hover .date,
  .recipe_list .title_area .title a:hover, .recipe_list .link:hover .title, .recipe_list .link:hover .post_meta, #post_list a:hover .title, #post_list a:hover .post_meta li, #recipe_archive a:hover .desc, .cf_data_list li a:hover, #footer_social_link li a:hover:before, #recipe_title_area .meta li a:hover, #recipe_image_slider .slick-arrow:hover:after, .recipe_slider_widget .slick-arrow:hover:before,
    #footer a:hover, .cardlink_title a:hover, #related_post .item a:hover, .comment a:hover, .comment_form_wrapper a:hover, #bread_crumb, #bread_crumb .last, #bread_crumb a:hover, #bread_crumb li.home a:hover:after, .author_profile a:hover, .author_profile .author_link li a:hover:before, #post_meta_bottom a:hover, .recipe_list .title_area .post_meta a:hover,
      #author_page_header .author_link li a:hover:before, #ranking_list_tab li.active a, .ranking_list a:hover .title, #author_list a:hover .title span, #searchform .submit_button:hover:before, .styled_post_list1 a:hover .title_area, .styled_post_list1 a:hover .date, .p-dropdown__title:hover:after, .p-dropdown__list li a:hover,
        #index_recipe_slider a:hover .title, #index_recipe_slider a:hover .post_meta, #index_recipe_slider .owl-nav button:hover span:after, .recipe_slider_widget .slick-arrow:hover:after, #about_faq_list dt:hover,#about_faq_list dt.active, #about_faq_list dt:hover:after,
          #menu_button:hover:before, .mobile #header_login:hover, .mobile #header_logout:hover, .mobile #header_search_button:hover:before, .styled_post_list1 .rank,
               #next_prev_post a:hover:before, #next_prev_post a:hover, .form_wrap .headline, #my_account_header .name, #index_recipe_slider .title a:hover
  { color: #64a4d7; }

.pc #header_search_button:hover, #index_slider .search_button:hover input, #return_top a, #comment_tab li a:hover, #comment_tab li.active a, #comment_header #comment_closed p, #submit_comment:hover, #cancel_comment_reply a:hover,
  #recipe_image_slider .slick-dots button:hover::before, #recipe_image_slider .slick-dots .slick-active button::before, .form_wrap .submit input, .login_form_wrap #create_account, .register_form_wrap .register_form_header, .recipe_list2 .delete:hover,
    #wp-calendar #prev a:hover, #wp-calendar #next a:hover, #wp-calendar td a:hover, #p_readmore .button, .page_navi span.current, .page_navi a:hover, #post_pagination p, #post_pagination a:hover, .c-pw__btn:hover, #post_pagination a:hover
  { background-color: #64a4d7; }

.form_wrap .input_field:focus, #guest_info input:focus, #comment_textarea textarea:focus, .c-pw__box-input:focus, .page_navi span.current, .page_navi a:hover, #post_pagination p, #post_pagination a:hover
  { border-color: #64a4d7; }

#comment_tab li.active a:after, #comment_header #comment_closed p:after
  { border-color:#64a4d7 transparent transparent transparent; }

.modal_wrap .close_modal_button:hover:before
  { color: #64a4d7 !important; }

#header_logo a:hover, #footer_logo a:hover, .register_form_wrap .privacy_policy a:hover, .megamenu_recipe_category_list .headline a:hover
  { color: #333333; }
#return_top a:hover, .form_wrap .submit input:hover, .login_form_wrap #create_account:hover, #p_readmore .button:hover
  { background-color: #333333; }
.post_content a, .custom-html-widget a { color: #64a4d7; }
.post_content a:hover, .custom-html-widget a:hover { color:#64a4d7; }

/*タイトル背景色*/
#recipe_title_area .parent_category{background: #fdd23e; color:#333;}
#page_header .headline{background: #64a4d7!important; }
/*ボタンカラー*/
.bt_blue {background:#fdd23e!important; color:#333!important;}
a.bt_blue:hover {background: #ffdd7d!important;}
.Form-Btn.back{background: #666!important; }
/*トップ求人数*/
#index_total_recipe{background:#fdd23e!important; color: #333;}
/*求人表*/
#recipe_video_data {border-top: 1px solid #ddd;}
.recipe_material dt{width: 25%;}
.recipe_material dd{width: calc(100% - 25%);}
/*求人募集中*/
.recipe_list .category,#author_list .category span,#author_page_header .category {background: #fdd23e!important; color:#333;}
body.search .design_headline:before {background: #64a4d7;}
/*職種カテゴリー*/
#page_header .desc{color:#333;}
.post_content ul{
list-style: none;
margin-left: 0;
}
.post_content p.side_menber{
margin-top:20px;
line-height: 2;
font-size:14px;
}
/*職種カテゴリーアイコン*/
.recipe_category_list_widget .widget_headline:before{font-family: 'design_plus'; content: '\e915'; color: #fff;display: block; font-size: 20px; line-height: 63px; text-align: center; -webkit-font-smoothing: antialiased; background: #64a4d7;}
/*職種カテゴリーリンク*/
.recipe_category_list_widget .widget_headline:after{border-color: #64a4d7 transparent transparent transparent;}
.custom-html-widget a {color: #333 ;}
.custom-html-widget a:hover {color:#64a4d7;}
/*ボタン指マーク*/
.btn{cursor: pointer;}
/*求人アイコン*/
.design_headline:before{background: #64a4d7;}
.design_headline:after{border-color: #64a4d7 transparent transparent transparent;}
.recipe_point.num0 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon07_20_20.png) no-repeat center;}
.recipe_point.num1 .design_headline:before {content:"";background:#64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon02_20_20.png) no-repeat center;}
.recipe_point.num2 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon19_20_20.png) no-repeat center;}
.recipe_point.num3 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon10_20_20.png) no-repeat center;}
.recipe_point.num4 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon15_20_20.png) no-repeat center;}
.recipe_point.num5 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon12_20_20.png) no-repeat center;}
.recipe_point.num6 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon09_20_20.png) no-repeat center;}
.recipe_material.num7 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon08_20_20.png) no-repeat center;}
.recipe_material.num8 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon11_20_20.png) no-repeat center;}
.recipe_point.num9 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon14_20_20.png) no-repeat center;}
.recipe_point.num10 .design_headline:before {content:"";background: #64a4d7 url(https://sarufutsu.net/wp-content/uploads/2023/11/icon03_20_20.png) no-repeat center;}
/*検索*/
#header_search .search_button:hover label:before {color:  #64a4d7;}
/*ユーザーネーム*/
#header_user_name .user_name,#my_account_header .name{color:#333;}
/*フッター*/
.footer_text{font-size: 14px; line-height: 2; color: #ffffff;}
#footer_menu,#footer_widget {border: none;}
.footer_menu ul li { padding: 0; }
.post_content .footer_menu h3 {font-size: 16px; margin:0 0 16px 0; padding:0; color:#ffffff;}
@media screen and (max-width: 767px){
.post_content .footer_menu h3 {font-size: 14px;}
}
/*リターントップ*/
#return_top a {background: none;}
#return_top a:before {color: #000;}
#return_top a:hover {background: none;}