@charset "UTF-8";
/* =========================================

title : MYレシピノート
scope : MYレシピノート

last modify : 2019/04/02 319_shimizu フォントサイズ18px

modify : 
2019/03/26 319_shimizu
2018/12/17 TCI_sakaguchi

============================================ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  font-size: 18px;
  line-height: 1.7em;
}

#contents {
  padding-bottom: 43px;
}
.content {
  margin: 0 auto;
  width: 965px;
}
.mainvisual {
  text-align: center;
}
.read_area {
  margin: 20px auto 0;
  width: 650px;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*------------------------------------------
 .content
------------------------------------------*/

/*  searching_option
------------------------------*/
.searching_option {
  margin: 34px auto 0;
  position: relative;
}

/*  search_box
------------------------------*/
#search_box {
  margin: 0 auto;
  position: relative;
  width: 800px;
  z-index: 1200;
}
#search_box.floating {
  left: 50%;
  margin: 0 0 0 -400px;
  position: fixed;
  top: 0;
}

/*  heading_block
------------------------------*/
.heading_block {
  background: #fff;
  border: 1px solid #eb7986;
  margin: 0 auto;
  width: 798px;
}
.heading_block h2 {
  background: #eb7986;
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 2px;
  padding: 6px 0 0 60px;
  position: relative;
}
.heading_block h2::before {
  background: url(/search/image/ico-heading01.png) center / auto no-repeat;
  content: '';
  display: block;
  height: 38px;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 38px;
}

/*  opstion_block
------------------------------*/
.opstion_block {
  background: #fdf2f3;
  margin: 0 auto;
  padding: 28px 0 30px 30px;
  width: 770px;
}
.select_list {
  padding-top: 0;
}
.opstion_block .ttl_keyword {
  border-left: 4px solid #e0364a;
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  padding-left: 12px;
  width: 156px;
}
.opstion_block .condition {
  float: left;
  font-size: 17px;
  font-weight: bold;
  width: 318px;
}
.opstion_block .condition li {
  margin-top: 14px;
}
.opstion_block .condition li:first-child {
  margin-top: 0;
}
.opstion_block .condition li input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  height: 26px;
  margin-right: 7px;
  padding: 0 7px;
  width: 188px;
}
.opstion_block .btn {
  float: left;
  opacity: 1;
  position: relative;
  width: 264px;
}
.opstion_block .btn span {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 25px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.opstion_block .btn span::after {
  background: url(/search/image/ico-btn-search.png) center / auto no-repeat;
  content: '';
  display: block;
  height: 29px;
  position: absolute;
  top: -1px;
  right: -40px;
  width: 30px;
}
.opstion_block .btn:hover {
  opacity: .8;
}

/*  js_checkList
------------------------------*/
.js_checkList {
  float: left;
  width: 580px;
}
.js_checkList li {
  background: #fff;
  border: 1px solid #dad8d8;
  border-radius: 5px;
  color: #585454;
  display: inline-block;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0 9px 7px 0;
  padding: 2px 30px 2px 10px;
  position: relative;
}

.js_checkList li::after {
  color: #fff;
  content: url(/search/image/ico-end.png);
  cursor: pointer;
  display: inline-block;
  font-size: 80%;
  height: 17px;
  margin: auto 0;
  position: absolute;
  bottom: 0;
  top: -2px;
  right: 5px;
  text-align: center;
  vertical-align: 0;
  width: 17px;
}
.disabled {
  display: none;
}
#no_list {
  color: #f00;
  font-size: 20px;
  font-weight: bold;
}

/*  item_block
------------------------------*/
.item_block {
  margin: 60px auto 0;
  width: 910px;
}
.ttl_item {
  overflow: hidden;

}
.ttl_item_inner {
  background: #40a5df;
  display: inline-block;
  height: 48px;
  position: relative;
}
.ttl_item_inner::after {
  border-color: transparent transparent transparent #40a5df;
  border-style: solid;
  border-width: 48px 0 0px 36px;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
}
.ttl_item h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 10px 30px 0 30px;
  position: relative;
}
.ttl_item h3::after {
  border-color: transparent transparent transparent #acdffc;
  border-style: solid;
  border-width: 80px 0 0px 60px;
  content: "";
  height: 0;
  position: absolute;
  top: -15px;
  right: -59px;
  width: 0;
}
.item_detail_block {
  border-top: 6px solid #40a5df;
  background: #eef9ff;
  margin-top: -1px;
  padding: 27px 0;
}
.item_detail_block_inner {
  align-content: stretch;
  background: #fffaf2;
  border: 2px solid #ffc6cc;
  border-radius: 15px;
  display: flex;
  margin: 20px auto 0;
  min-height: 116px;
  width: 856px;
}
.item_detail_block_inner:first-child {
  margin-top: 0;
}
.item_detail_block .ttl_detail {
  align-items: center;
  border-right: 1px solid #ffc6cc;
  display: flex;
  justify-content: center;
  width: 189px;
}
.item_detail_block .ttl_detail img {
  margin: 10px 0;
}
.item_detail_block .item_detail {
  background: #fff;
  border-right: 1px solid #fff;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 7px 15px 15px;
  width: 672px;
}
.item_detail_block .item_detail li {
  margin-top: 15px;
  width: 215px;
}
.item_detail_block .three_rows .item_detail {
  padding: 20px 7px 13px 15px;
}
.item_detail_block .three_rows .item_detail li {
  margin-top: 13px;
}
.item_detail_block .item_detail li:nth-of-type(1) ,
.item_detail_block .item_detail li:nth-of-type(2) ,
.item_detail_block .item_detail li:nth-of-type(3) {
  margin-top: 0;
}
.item_detail_block .one_rows .item_detail {
  padding: 40px 7px 35px 20px;
}

/*  checkbox
------------------------------*/
input[type='checkbox'] {
  display: none;
}
label {
  cursor: pointer;
}
.item {
  font-size: 17px;
  line-height: 20px;
  margin-left: 30px;
  position: relative;
}
.item::before {
  background: url(/search/image/img-checkbox.jpg) center / auto no-repeat;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  left: -25px;
  width: 19px;
}
input[type='checkbox']:checked + .item::after {
  border-right: 3px solid #e45f6c;
  border-bottom: 3px solid #e45f6c;
  content: '';
  display: block;
  height: 7px;
  position: absolute;
  top: 5px;
  left: -18px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 2px;
}

/*------------------------------------------
 .con_link
------------------------------------------*/

/*  見出し
------------------------------*/
.western {
  background: #eb7986 url(/renew/search/image/hdmrk_western.png) no-repeat 15px center;
  color: #fff;
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  padding-left: 80px;
}
.con_link {
  border-top: 1px dashed #999;
  margin: 60px auto 0;
}
.con_link .box_bnrmini {
  font-size: 0;
  margin: 30px auto 30px;
  overflow: hidden;
  width: 880px;
}
.con_link .box_bnrmini li {
  display: inline-block;
  font-size: 100%;
  margin: 0 50px 30px 0;
  width: 260px;
  vertical-align: top;
}
.con_link .box_bnrmini li:nth-child(3n) {
  margin-right: 0;
}
.con_link .box_bnrmini li p {
  font-size: 14px;
  margin-top: 5px;
  text-align: justify;
}
.con_link .box_bnr {
  border-top: 1px dashed #999;
  overflow: hidden;
}

/*------------------------------------------
 .ad_area
------------------------------------------*/
.ad_area {
  margin: 51px auto 0 auto;
}

/*------------------------------------------
 .box_seo
------------------------------------------*/
.box_seo {
  background-color: #fdeff1;
  margin: 80px auto 0;
  padding: 15px;
  width: 860px;
}