@charset "utf-8";

/*
Theme Name: base
Theme URI: http://www.okuden-labo.com/
Author: okuden
Author URI: http://www.okuden-labo.com/
Description: Description
Version: 1.0.0

/* 0.import
-------------------------------------------------------------- */

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
 font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt,
 dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {font-size: 62.5%;}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body{
  color: #492626;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  background: url(images/base/bg.png) repeat;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.entry-content h3{font-weight:600;position:relative;padding-left:50px;margin-bottom:1rem;}
.entry-content h3:before{content:url(images/base/icon-box.gif);position:absolute;left:0;top:0;}

@media only screen and (min-width: 768px) {
.entry-content h3 {font-size: 2.2rem;}
.entry-content h3:before{top:-5px;}
}

p {
  margin-bottom: 1.5em;
}
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0 1.5em;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}

.entry-content h4 {
  font-size: 1.4em;
}
.entry-content h5 {
  font-size: 1.2em;
}
.entry-content h6 {
  font-size: 1em;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
 hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
figure {
  margin: 0;
}
table {margin: 0 0 1.5em;width: 100%;}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Inputs and buttons
--------------------------------------------------------------*/
input[type="checkbox"], input[type="radio"] {padding: 0;}

/*--------------------------------------------------------------
 Header 
--------------------------------------------------------------*/
header{width:100%;padding:0;margin:0 0 3rem 0;overflow:hidden;background: url(images/base/header-bg.png) repeat-x;}
@media only screen and (min-width: 992px) {
header{margin:0;}
}

.site-description {padding:0 1.5rem;float:none;font-size:1.2rem;text-align:center;}

@media only screen and (min-width: 992px) {
.site-description {padding: 50px 0 20px 20px;float: right;font-size: 0.85em;text-align:left;}
}


.site-branding {
  width:100%;
  margin:0 auto;
  padding:0px;
  text-align:center;
  margin-top:.5rem;
}


@media only screen and (min-width: 992px) {
.site-branding {width:972px;text-align:left;}
}

/* ぱんくず */
.bread_crumb{overflow:hidden;margin-bottom:1rem;}
.bread_crumb ul{margin: 0;list-style:none;}
.bread_crumb li {font-size: 12px;float: left;margin:0 1rem;}
.bread_crumb li a{background:#FFF;border:1px solid #ccc;padding:.2rem .5rem;position:relative;}
.bread_crumb li a:after{content:">";margin:0 .5rem;position:absolute;right:-20px;}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
 .site-main[class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
 a {
  color: #492626;
  text-decoration: none;
}
 a:hover, a:focus, a:active {
  text-decoration: underline;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */
 .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
9.0 Widgets(Side Menu)
--------------------------------------------------------------*/
.widget-area{display:inline-block;width:100%;}

@media only screen and (min-width: 992px) {
.widget-area {
  float: right;
  overflow: hidden;
  width: 32%;
}
}

.widget-area .widget{width:100%;}

.widget ul {
  font-size: 15px;
  margin: 0;
  list-style: none;
}

.widget a {
  text-decoration: none;
}
.widget a:hover, .widget a:focus, .widget a:active {
  text-decoration: underline;
}

.side-box1{background:url(images/base/bk-side-box1.png);border:2px solid #FFF;padding:4rem 1rem 1rem 1rem;position:relative;margin:0 1.5rem 1rem 1.5rem;}
.side-box1:before{content:url(images/base/side-box1-hata.png);position:absolute;left:-5px;top:-5px;}
.side-box1 h4{color:#633a3b;
font-weight:600;
font-size:1.8rem;
line-height:1.2;
letter-spacing:-0.1rem;
white-space:pre;
text-align:center;
text-shadow:#FFF 2px 2px 0px,#FFF -2px 2px 0px,#FFF 2px -2px 0px, #FFF -2px -2px 0px;
padding-bottom:1rem;
background:url(images/base/side-box1-tibk.png);
background-repeat:no-repeat;
background-position:center top;}
.side-box1-s{background:#FFF;border:1px solid #C0B44F;}
.side-box1-ti{color:#633a3b;font-weight:600;font-size:1.6rem;line-height:1.2;letter-spacing:-0.1rem;position:relative;margin-top:1rem;
padding-left:50px;}
.side-box1-ti:before{content:url(images/base/no1-s.png);
position:absolute;
left:1rem;top:-5px;}

.side-box1-box{display: flex;flex-direction: row;}
.side-box1-box div:nth-child(1){margin:1.5rem .5rem 1rem 1rem;}
.side-box1-box div:nth-child(2){margin:1rem 1rem 1rem .5rem;font-size:1.2rem;}

.side-box1-box div:nth-child(1) img{padding:3px;border:1px solid rgba(193,192,184,.4);}


.side-box2 a:hover,
.side-box3 a:hover,
.side-box a:hover{text-decoration:none;color:rgba(93,45,9,.8);}

.side-box2{background:url(images/base/bk-side-box2.png);border:2px solid #FFF;padding:3rem 1rem 0 1rem;position:relative;margin:0 1.5rem 1rem 1.5rem;}
.side-box2:before{content:url(images/base/side-box2-hata.png);position:absolute;right:-5px;top:-5px;}
.side-box2 h4{color:#633a3b;font-weight:600;font-size:2rem;line-height:1.2;
letter-spacing:-0.1rem;
white-space:pre;
text-align:center;
text-shadow:#FFF 1px 1px 0px,#FFF -1px 1px 0px,#FFF 1px -1px 0px, #FFF -1px -1px 0px;
padding-bottom:1rem;}

.side-box2 p{color:#FFF;font-size:1.3rem;}
.side-box2 li{text-align:center;background:url(images/base/bk-side2.png);border:1px solid #5d2d09;font-size:1.8rem;padding:2rem 1.5rem 1.5rem 1.5rem;margin:1rem 0 2.5rem 0;position:relative;line-height:1.2;}
.side-box2 li span{font-size:1.2rem;display:block;}
.side-box2 li a{z-index:3;color:#5d2d09;font-weight:600;}
.side-box2 li.side-s1 a:before{content:url(images/base/bk-side2-01.png);position:absolute;left:.5rem;top:-2rem;}
.side-box2 li.side-s2 a:before{content:url(images/base/bk-side2-02.png);position:absolute;right:0;top:-2rem;}
.side-box2 li.side-s3 a:before{content:url(images/base/bk-side2-03.png);position:absolute;left:.5rem;top:-2rem;}
.side-box2 li.side-s4 a:before{content:url(images/base/bk-side2-04.png);position:absolute;right:0;top:-2rem;}
.side-box2 li.side-s5 a:before{content:url(images/base/bk-side2-05.png);position:absolute;left:.5rem;top:-2rem;}

.side-box3{border:solid 3px #78ABB5;border-radius:.5rem;padding:3.5rem 2rem 2rem 2rem;position:relative;margin:0 1.5rem 1rem 1.5rem;text-align:center;position:relative;}
.side-box3:before{content:url(images/base/side-box1-hata.png);position:absolute;left:-.5rem;top:-1rem;}
.side-box3 a{font-size:2rem;color:#5d2d09;font-weight:600;text-shadow:2px 2px 0px #fff;letter-spacing:-.1rem;line-height:1.2;position:relative;}
.side-box3 a span{display:block;font-size:1.4rem;}

.widget .side-05 {
  margin:0 auto 10px 0;
}
.side-box{border:3px double rgba(105,68,41,.7);border-radius:1rem;padding:1.5rem 2rem;margin:0 1.5rem 1rem 1.5rem;}
.side-box li{position:relative;padding-left:25px;margin-bottom:1rem;}
.side-box li:before{content:url(images/base/icon-side-06.png);position:absolute;left:0;top:3px;}

.side-box h4{color:#633a3b;font-weight:600;font-size:1.6rem;line-height:1.2;position:relative;margin:1rem 0 1.5rem 0;padding-left:50px;white-space:pre;}
.side-box h4:before{content:url(images/base/icon-box.gif);position:absolute;left:0;top:1px;}
.side-box-all{background:#F5FAD5;padding:1rem .5rem;border:1px solid rgba(105,68,41,.7);margin-top:.5rem;border-radius:.2rem;position:relative;}
.side-box-all a:after{content:url(images/base/icon-side-06.png);position:absolute;right:5px;top:13px;}

.hentry {margin: 0 1rem;}
.entry-header {background:url(images/base/entry-header-bk.png);background-repeat:repeat-x;background-position:bottom center;padding:1rem 0 2rem 0;line-height:1.2;}

h1.entry-title{color:#492626;font-size:2.2rem;position:relative;padding-left:45px;}
@media only screen and (min-width: 576px) {
h1.entry-title{font-size:3rem;}
}
h1.entry-title:before{content:url(images/base/entry-header-icon.png);position:absolute;
left:0;top:0;}



 .entry-meta {
  font-size: 0.85em;
  color: #666666;
  clear: both;
  background-color: #f5f5f5;
  border: solid 1px #CCCCCC;
  padding: 15px;
}
.entry-header .entry-meta {
  text-align: right;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.byline, .updated {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.recommend:before{content:url(images/base/bg-h2-recommend.png);
position:absolute;}
.non-recommend:before{content:url(images/base/bg-h2-non-recommend.png);position:absolute;}

.recommend,
.non-recommend{margin-bottom:3rem;font-weight:600;position:relative;}

.recommend h4,
.non-recommend h4{margin-left:50px;font-size:1.6rem;line-height:1.2;}

@media only screen and (min-width: 768px) {
.recommend h4,
.non-recommend h4{margin-left:50px;font-size:1.8rem;padding:.8rem;}
}


.voice h4{font-size:1.6rem;text-align:center;}
.voice p{padding:0 .5rem;}

.voice1,
.voice2,
.voice3{
  margin-bottom: 0;
  padding-left:50px;
  margin-bottom:20px;
}

.voice1 dt,
.voice2 dt,
.voice3 dt{
	margin-left:20px;
	margin-top:20px;
}

.voice1{background: url(images/base/voice1.gif) no-repeat left center;}
.voice2{background: url(images/base/voice2.gif) no-repeat left center;}
.voice3{background: url(images/base/voice3.gif) no-repeat left center;}

/** 吹き出し **/

.arrow_box {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #492626;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(73, 38, 38, 0);
	border-right-color: #492626;
	border-width: 11px;
	margin-top: -11px;
}

.mi-box{position:relative;margin-bottom:3rem;}
.mi-box h2 {text-align: center;color:#492626;font-size:2rem;font-weight:600;text-shadow: 3px 3px 0 #FFF;margin:0 40px;line-height:1.2;}
@media only screen and (min-width: 768px) {
.mi-box h2{font-size:2.5rem;}
}

.mi-box:before{content:url(images/base/ti-com1.png);position:absolute;left:0;top:-5px;}
.mi-box:after{content:url(images/base/ti-com2.png);position:absolute;right:0;top:-5px;}



/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
 .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 100%;
}
.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
 embed, iframe, object {
  max-width: 100%;
}
/*--------------------------------------------------------------
14.0 - Content-Sidebar
--------------------------------------------------------------*/
.content-area {margin: 0 1rem;}
@media only screen and (min-width: 992px) {
.content-area {float: left;margin: 0 -32% 0 0;width:100%;}
}

.entry-list-link{
  margin-bottom:1rem;
  background:url(images/base/page-link-bk.png) repeat;
  border:1px solid #917966;
  padding:1.5rem 1rem;
}
.p-link{
overflow:hidden;
margin:0;
padding:0;}

.p-link li{
	padding-left:25px;
	margin:5px 0px 0px 0px;
	list-style:none;
	position:relative;
}

.p-link li:before{content:url(images/base/icon-side-06.png);position:absolute;left:0;top:2px;}

.site-main {
  margin: 0 32% 0 0;
}


/* one colum */
 #content-main .site-main {
  margin: 0;
}

.report-box {
	display: flex;
    flex-direction: column;
    padding:1rem 1rem 1.5rem 1rem;
    margin-bottom:1rem;
	background: url(images/top/line-entry-report2.png) no-repeat center bottom;
  }
@media only screen and (min-width:768px){
.report-box {
    flex-direction: row;
    padding:1rem 1rem 1.5rem 1rem;
    margin-bottom:1rem;
  }
}
.report-box div:first-child{text-align:center;}
.report-box div:first-child img{margin-bottom:1rem;}
@media only screen and (min-width:768px){
.report-box div:nth-child(2){padding:0 0 1.5rem 1rem;}
}

.report-box h3{font-size:1.8rem;line-height: 1.4;color:#492626;padding:0;font-weight:600;text-align:center;}
@media only screen and (min-width:768px){
.report-box h3{text-align:left;margin-left:.8rem;}
}
.report-box p {margin:1rem;}
.report-box .meta {text-align:right;}


.entry-list{
  position: relative;
  margin-bottom: 10px;
  padding:1.5rem;
  background:#FAF9F7;
  border:1px solid #D0CCBE;
}
.entry-list .meta{position:absolute;right:2rem;bottom:.5rem;}

@media only screen and (min-width:768px){
.entry-list{
  position: relative;
  margin-bottom: 10px;
  padding:2rem 7rem 0 10rem;
  background:url(images/top/bn-list-list.png) no-repeat center top;
  height:187px;
  border:none;
}
.entry-list .meta{position:absolute;right:6rem;bottom:3rem;}
}

@media only screen and (min-width:992px){
.entry-list{
  position: relative;
  margin-bottom: 10px;
  padding:2rem 5rem 0 3.5rem;
  background:url(images/top/bn-list-list.png) no-repeat left top;
  height:187px;
}
.entry-list .meta{position:absolute;bottom:4.5rem;}
}

.entry-list h4{color:#4A2B2B;font-weight:600;font-size:1.6rem;margin-bottom:1rem;}

.box-fam{display: flex;flex-direction: column;flex-wrap: wrap;}
.box-fam div.box-fam-box{background:url(images/base/bk_60.png);background-repeat:repeat;border:1px solid rgba(164,154,149,.3);padding:1rem;margin:.5rem;display: flex;flex-direction:row;}
box-fam div.box-fam-box div:nth-child(2){margin:1rem}
@media only screen and (min-width: 768px) {
.box-fam{flex-direction:row;flex-wrap: wrap;}
.box-fam div.box-fam-box{width:45%;}
}

.rank-bk .list-title{font-size:1.8rem;line-height: 1.4;color:#492626;padding:0;font-weight:600;}

/*--------------------------------------------------------------
診断チャート
--------------------------------------------------------------*/

.yesno {
    height: 1500px;
	position:relative;
	margin:0 auto;
	clear: both;
	overflow: hidden;
}

.yesno div{
	width:100%;
}

div.chart p{
 clear:both;
 float:left;
 margin:0px;
 padding:0px;

}

.yesno ul{
	overflow: hidden;
	padding: 0px;
}
 
.yesno ul li {
	list-style:none;
	display: block;
}

.positionFit {
	position:absolute;
	top:0px;
}

.positionFit p{
    padding: 10px 25px;
    margin: 0 25px;
}

.yesno ul li a {
    display: block;
}

.no-bg{
	background: #48cc83!important;
}
.yesno .material-icons{
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 30px;
    padding: 10px 10px 8px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* TOPページ -------------------------------------------------*/

section{margin-bottom:2rem;display:block;overflow:hidden;}

h3{vertical-align:top;}
h3.no1:before{content:url(images/base/no1.gif);}
h3.no2:before{content:url(images/base/no2.gif);}
h3.no3:before{content:url(images/base/no3.gif);}
h3.no4:before{content:url(images/base/no4.gif);}
h3.no5:before{content:url(images/base/no5.gif);}
h3.no6:before{content:url(images/base/no6.gif);}
h3.mi-name {
  font-weight:600;
  margin:2rem 0;
  font-size: 1.8rem;
  padding-left:50px;
  position:relative;
  line-height:1.2;
}

h3.mi-name:before{content:url(images/base/icon-box.gif);position:absolute;left:0;top:0;}
@media only screen and (min-width: 768px) {
h3.mi-name {font-size: 2rem;}
h3.mi-name:before{top:-5px;}
}

.hero-widget {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 20px;
}
.hero-widget .icon {
  display: block;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.hero-widget var {
  display: block;
  height: 150px;
  margin-bottom: 13px;
}
.hero-widget label {
  display: block;
  height: 40px;
  padding:0 30px 7px;
}
.hero-widget .options {
  font-size: 13px;
  margin-top: 6px;
}
.right-link {
  text-align: right;
  background:#FFF;
}
.right-link ul {
  /*padding:0;
margin:0 0 20px 0;*/
}
.right-link ul li {
  list-style-type:none;
  margin:0 0 -1px 0;
  background:url(images/top/icon-detail.png) no-repeat left top;
  padding-left:20px;
}

.link-arrow {font-size:1.6rem;font-weight:600;position:relative;line-height:1.2;text-align:right;padding-right:40px;margin-bottom:1.5rem;}
.link-arrow:before{content:url(images/top/icon-detail.png);position:absolute;right:0;}

.link-arrow-2{
  list-style-type:none;
  background:url(images/top/icon-detail.png) no-repeat left top;
  /*margin:0 0 -1px 0;*/
  padding-left:35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
}

.link-arrow-3 {
	width:100%;
	clear:both;
  
  list-style-type:none;
  background:url(images/top/icon-detail.png) no-repeat left top;
  /*margin:0 0 -1px 0;*/
  padding-left:35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
}

.link-arrow-4{
  
  background:url(images/base/icon-detail-wh.png) no-repeat 8px 15px;
  padding:10px 10px 10px 35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
  background-color:#492626;
  border-radius:3px;
  }
  
.link-arrow-4 a{
	color:#FFF;
  }

/* TOPページ -------------------------------------------------*/

h3{vertical-align:top;}
h3.no1:before{content:url(images/base/no1.gif);}
h3.no2:before{content:url(images/base/no2.gif);}
h3.no3:before{content:url(images/base/no3.gif);}
h3.no4:before{content:url(images/base/no4.gif);}
h3.no5:before{content:url(images/base/no5.gif);}
h3.no6:before{content:url(images/base/no6.gif);}

.hero-widget {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 20px;
}
.hero-widget .icon {
  display: block;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.hero-widget var {
  display: block;
  height: 150px;
  margin-bottom: 13px;
  /*font-size: 64px;
    line-height: 64px;
    font-style: normal;*/
}
.hero-widget label {
  display: block;
  height: 40px;
  padding:0 30px 7px;
  /*font-size: 17px;*/
}
.hero-widget .options {
  font-size: 13px;
  margin-top: 6px;
}
.right-link {
  text-align: right;
  background:#FFF;
}
.right-link ul {
  /*padding:0;
margin:0 0 20px 0;*/
}
.right-link ul li {
  list-style-type:none;
  margin:0 0 -1px 0;
  background:url(images/top/icon-detail.png) no-repeat left top;
  padding-left:20px;
}

.link-arrow-2{
  
  list-style-type:none;
  background:url(images/top/icon-detail.png) no-repeat left top;
  /*margin:0 0 -1px 0;*/
  padding-left:35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
}

.link-arrow-3 {
	width:100%;
	clear:both;
  
  list-style-type:none;
  background:url(images/top/icon-detail.png) no-repeat left top;
  /*margin:0 0 -1px 0;*/
  padding-left:35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
}

.link-arrow-4{
  
  background:url(images/base/icon-detail-wh.png) no-repeat 8px 15px;
  padding:10px 10px 10px 35px;
  margin:15px 0px 25px 0px;
  font-size:16px;
  font-weight:bold;
  background-color:#492626;
  border-radius:3px;
  }
  
.link-arrow-4 a{
	color:#FFF;
  }
  
.bt-box{flex-direction:column;}
@media only screen and (min-width: 756px){
.bt-box{display: flex;flex-direction:row;}
}

.bt-box div{text-align:center;}
@media only screen and (min-width: 756px){
.bt-box div{width:50%;}
}

.bt-box div p{margin:0;}
@media only screen and (max-width: 320px){
.bt-box div img{max-width:95%;}
}
  
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 992px){
#page {width:1024px;margin:0 auto;padding:0px;overflow:hidden;}

h3.no1,
h3.no2,
h3.no3,
h3.no4,
h3.no5,
h3.no6{
	padding-left:70px;
	background-position:left top;
}

h3.list-name{
	font-weight:lighter;
	padding-top:0px;
}







#top-image {
  height: 410px;
  width:975px;
  position: relative;
  background: url(images/top/top-image.png) no-repeat center top;
  margin:-20px auto 0;
  overflow:hidden;
}

#top-image p {
  height: 150px;
  width:459px;
  position: absolute;
  top:50px;
  right:35px;
  line-height:130%;
  color:#FFF;
}

.box3 {
  width:225px;
  height:360px;
  background:#FFF;
  margin:0;
  background: url(images/top/product-list.png) no-repeat left top;
}




.pic1{
	float:right;
	clear:both;
}

/*========= ページ内リンク ============*/
  
.product-list {
  margin:0 -8px;
}

.product-list .box3 {
  float: left;
  margin:10px 0px 10px;
}

.under-list {
  padding-bottom: 20px;
  height:150px;
}

.under-list ul li {
  width: 155px;
  margin: 0 5px 0;
  padding: 28px 10px 10px 22px;
}



/* 下層 */

.entry-content h3.review {
  background: url(images/report/h2-review.png) no-repeat left top;
  height: 85px;
  line-height: 85px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 10px;
}

/*  診断チャート  -------------------------------------------------*/

.yesno ul li {
	float: left;
	margin: 0 20px 0 0;
}

.link-arrow-3 {
	background:url(images/top/icon-detail.png) no-repeat 230px top;
}



.widget-container {
  list-style-image: none;
  background-image: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-container ul {
}
.widget-container ul li {
  margin-left: 10px;
}

/*--------------------------------------------------------------
　　下層ページ
--------------------------------------------------------------*/


.page-title{
  font-size: 2em;
  margin-bottom: 20px;
  height:86px;
  padding-left: 48px;
  padding-top:20px;
  background:url(images/base/bg-page-title.png) no-repeat left center;
}




/*--------------------------------------------------------------
15.0 - GRID/COLUMNS
--------------------------------------------------------------*/
 .grid {
  max-width:1220px;
  margin:0 auto;
  padding:0 2em;
}
.grid.flex {
  width:100%;
  max-width:100%;
  padding:0 2%;
  padding:2em;
}
.row {
  display:block;
  overflow:hidden;
  clear:both;
}
*[class*="col_"].alpha {
  margin-left:0;
}
*[class*="col_"].omega {
  margin-right:0;
}
.col_1 {
  width: 6.6666666666667%;
}
.col_2 {
  width: 15%;
}
.col_3 {
  width: 23.333333333333%;
}
.col_4 {
  width: 31.666666666667%;
}
.col_5 {
  width: 40%;
}
.col_6 {
  width: 48.333333333333%;
}
.col_7 {
  width: 56.666666666667%;
}
.col_8 {
  width: 65%;
}
.col_9 {
  width: 73.333333333333%;
}
.col_10 {
  width: 81.666666666667%;
}
.col_11 {
  width: 90%;
}
.col_12 {
  width: 98.333333333333%;
}
*[class*="col_"] {
  margin-left: 0.83333333333333%;
  margin-right: 0.83333333333333%;
  float: left;
  display: block;
  margin-top: 0.5em;
}
.grid img {
  max-width: 100%;
  height:auto;
}
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0
}
.clearfix:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0
}
* html .clearfix, *:first-child+html .clearfix {
  zoom:1
}
*[class*="col_"].visible {
background-color: #ccc;
}

/* ページトップへ戻る */
#pageTop{
    padding:20px 0 20px 20px;
    position:fixed;
    bottom:130px;
    right:0px;
    }

}

/* タブレット用
------------------------------------------------------------*/
@media only screen and (max-width:768px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
#top-image {display:none;}


.page-title {
  font-size: 2em;
  margin-top:10px;
  margin-bottom: 0px;
  height:86px;
  padding-left: 55px;
  padding-top:20px;
  background:url(images/base/bg-page-title.png) no-repeat left center;
}

h3.no1,
h3.no2,
h3.no3,
h3.no4,
h3.no5,
h3.no6{
	background-position:10px top;
	padding-left:80px;
} 


h2.site-description{
  font-size:12px;
}

#main{
width:100%;
clear:both;

}



.btn-link img{
	max-width:100%;
}

.box3 {
  width:225px;
  height:360px;
  background:#FFF;
  margin:0;
  background: url(images/top/product-list.png) no-repeat left top;
}

.product-list .box3{
	float:left;
	margin:0px 30px 0px 40px;
}

.under-list ul li {
  width: 155px;
  margin: 5px 1px 5px 0px;
  padding: 28px 10px 10px 22px;
}

.col_5,
.col_7{
  width:100%;
  text-align:center;
}

.box1{
	margin-bottom:10px;
}

.sm-center{
	text-align:center;
}

.bt_pageTop{
	display:none;
}

/***********　テーブル　**************/

  .table1 {
    width: 100%;
    margin-top: 20px;
  }
  .table1 tr {
    display: block;
    margin-bottom: 10px;
  }
  .table1 th,
  .table1 td {
    display: list-item;
    list-style: none;
    border: none;
    clear: both;
  }
  .table1 th {
    /*background-color: #ccc;
    color: #FFF;*/
    margin: 3px;
    padding: 5px;
  }
  .table1 td {
    padding: 5px 10px;
  }


/* サイドナビ */
.side-03,
.side-04,
.side-06{
	float:left;
}

.side-06{
	width:50%;
}

.pic-center{
	margin-left:150px;
}

.left{
	float:none;
}



/*  診断チャート  -------------------------------------------------*/

.yesno ul li {
	float: left;
	margin: 0 10px 0 0;
}

.link-arrow-3 {
	background:url(images/top/icon-detail.png) no-repeat 230px top;
}
}

/* スマートフォン 縦(ポートレート)
------------------------------------------------------------*/
@media only screen and (max-width:576px){


.logo{
	max-width:95%;
}



h3.no1,
h3.no2,
h3.no3,
h3.no4,
h3.no5,
h3.no6{
	background-position:30px top;
	padding-left:90px;
}


.product-list .box3 {
  width:98%;
  background:#fffdeb;
  border:1px solid #aaa;
  float:none;
  margin:5px auto;
  padding:0px;
  height:310px;
}

.text-muted{
	margin-bottom:15px;
}

.hero-widget {
  padding-top: 5px;
  padding-bottom: 0px;
}

.hero-widget label {
  display: block;
  height: 20px;
  padding:10px;
  text-align:center;
  /*font-size: 17px;*/
}
.hero-widget .options {
	
	margin-right:20px;
	margin-bottom:15px;
}

.under-list ul li {
  width: 155px;
  margin: 5px 12px;
  padding: 28px 10px 10px 22px;
}

.pic-center{
	margin-left:40px;
}

/* サイドナビ */
.side-03,
.side-04,
.side-06{
	float:none;
}

.side-06{
	width:100%;
}

/*--------------------------------------------------------------
　　下層ページ
--------------------------------------------------------------*/
/** -- 一覧 -- **/



.entry-product,
.entry-report{
  height:100%;
  background-image:none;
  background-color:#f8f7ef;
  border:1px solid #9b8376;
  height:100%;
  padding-top:5px;
}

/*========= ページ内リンク ============*/

.entry-product .list-title {
  font-size:1.5em;
  line-height: 1.5em;
  clear:both;
  padding-left: 60px;
  background-image:url(images/products/icon-box.gif);
  background-repeat:no-repeat;
  background-position:left;
}

.entry-report .list-title{
  font-size:1.5em;
  line-height: 1.5em;
}

.entry-report p{
	clear:both;
}

.entry-report .star{
	clear:both;
	top:100px;
	right:15px;
}

.pic1{
	text-align:center;
	clear:both;
}

.entry-product ul{
	margin-left:15px;
	margin-top:10px;
}

.entry-product li{
	background-image:url(images/products/icon-check.gif);
	background-repeat:no-repeat;
    background-position:left 5px;
	padding-left:20px;
}

/* products */
 .entry-product .meta {
  position:absolute;
  bottom:5px;
  right:10px;
}

/***********　テーブル　**************/

  .table1 {
    width: 100%;
    margin-top: 20px;
  }
  .table1 tr {
    display: block;
    margin-bottom: 10px;
  }
  .table1 th,
  .table1 td {
    display: list-item;
    list-style: none;
    border: none;
    clear: both;
  }
  .table1 th {
    /*background-color: #ccc;
    color: #FFF;*/
    margin: 3px;
    padding: 5px;
  }
  .table1 td {
    padding: 5px 10px;
  }


/** -- 詳細 -- **/

.page-title {
  font-size: 1.4em;
  margin-bottom: 5px;
  height:86px;
  padding-left: 48px;
  padding-top:10px;
  line-height: 1.4em;
  background:url(images/base/bg-page-title.png) no-repeat left center;
  background-size: auto;
}



.btn-repo img{
	max-width:100%;
}

.btn-link {
  margin:10px 0px 0px 20px;
}

.btn-link-rank {
  margin:25px 0px 0px 10px;
}


.star{
	white-space:pre;
	margin-top:10px;
}

/*  お問合せフォーム  -------------------------------------------------*/

.form{
	width:70%;
}

/*  診断チャート  -------------------------------------------------*/

.yesno ul li {
	margin: 10px 0px;
}

p.chart-bt{
	padding:0px !important;
}

.chart-img{
	max-width:100%;
	margin-left:0px;
	padding-left:0px;
	clear:both;
}

 .btn-link-chart{
 	margin:25px 0px 0px 0px;
	padding:0px;
	max-width:95%;
	float:left;
 }
 
.link-arrow-3 {
	background:url(images/top/icon-detail.png) no-repeat 100px top;
}



}

/* 共通ページ -------------------------------------------------*/
 .btn-link,
 .btn-link-chart {
  text-align:right;
  margin:25px 0;
}

.btn-link-chart-s{
	width:100%;
	text-align:right;
	
}

.btn-link-3{
clear:both;
width:100%;
margin:0px;
padding:0px;
}

.btn-link-3 li {
	float:left;
	margin-left:2px;
	list-style:none;
}

.note-line {line-height: 29px;margin:0 0 2rem 0;padding:0 5px 5px 10px;;background: url(images/base/bk-note.png) repeat;text-align:left;}

/* report note背景(透明) */
 .note-line3 {
  line-height: 30px;
  margin: 0px;
  padding-left: 5px;
  padding-top: 5px;
  background: url(images/base/note-line-2.png) no-repeat left bottom;
  padding-right: 5px;
}

.title-star {
  font-size:1.6em;
  color:#E1B939;
}

.star{
	text-align:center;
	font-size:18px;
}




/*************************************
/* 噴き出し設定(共通)
*************************************/

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #492626;
	border-radius:5px;
	padding:3px 10px;
	margin:0px;
}

.table-star {
  font-size: 1.4em;
  color: #E1B939;
}

/* カテゴリーページ -------------------------------------------------*/
 .taxonomy-description {
  margin-top: 1em;
}
.taxonomy-description p {
	line-height: 30px;
	margin: 0px;
	padding: 0 1em 0;
	background-image: url(images/base/note-line-self.png);
	background-repeat: repeat;
	background-position: left bottom;
}
.entry-report {
  padding:15px;
  position: relative;
  background: #fff;
  margin-bottom: 25px;
  background:url(images/report/bg-report-list.png) no-repeat left top;
  height:187px;
}
.entry-product {
  padding:15px;
  position: relative;
  background: #fff;
  margin-bottom: 25px;
  background:url(images/products/bg-product-list.png) no-repeat left top;
  height:187px;
}

.page-list h3{position:relative;padding-left:50px;margin-bottom:2rem;font-size:1.8rem;font-weight:600;}
.page-list h3:before{content:url(images/base/icon-box.gif);position:absolute;left:0;top:0;}
.page-list{background: url(images/base/bk_60.png) repeat;border: 1px solid rgba(164,154,149,.3);padding: 2rem 2rem 0 2rem;margin-bottom:1rem;}
.page-list-box{display: flex;flex-direction: column;}
.repo img{padding:.5rem;background:#FFF;margin-bottom:1rem;}
.page-list-box div:nth-child(1){text-align:center;}
.page-list-box div ul li:before{}
@media only screen and (min-width: 768px) {
.page-list-box{flex-direction:row;}
.page-list-box div:nth-child(2){margin:0 1rem;}
}


.entry-report .list-title{
  font-size:1.5em;
  line-height: 2.2;
  clear:none;
}

.entry-product .list-title {
  font-size:1.5em;
  line-height: 2.2;
  clear:none;
  padding-left: 85px;
}

.entry-report .star {
  position:absolute;
  top:22px;
  font-size:1.6em;
  right:30px;
  color:#E1B939;
}
.entry-report .meta{
  position:absolute;
  bottom:25px;
  font-size:0.9em;
  right:30px;
}
/* products */
 .entry-product .meta {
  position:absolute;
  bottom:25px;
  font-size:0.9em;
  right:245px;
}

.entry-report p {
  padding:8px;
}

.entry-report .attachment-post-thumbnail {
  float:left;
  margin:2px 25px 10px 25px;
  background:#fff;
}

.recommend-box{padding:0;}
.recommend-box ul{list-style: none;margin:0 0 2rem 0;}
.recommend-box ul li{padding-left:30px;position:relative;font-size:1.6rem;margin-bottom:2rem;font-weight:600;line-height:1.1;}
.recommend-box ul li:before{content:url(images/products/icon-check.gif);position:absolute;left:0;top:0;}

/*.recommend-box ul li {
  padding-left: 60px;
  height:35px;
  line-height: 35px;
  background:url(images/products/bg-li-recommend.png) no-repeat left center;
}*/

.good-box ul,
.bad-box ul{list-style: none;margin:0 0 3rem 0;}
.good-box ul li,
.bad-box ul li{position:relative;padding-left:35px;margin-bottom:1rem;}
.good-box ul li:before{content:url(images/report/bg-li-good.png);position:absolute;left:0;top:.2rem;}
.bad-box ul li:before{content:url(images/report/bg-li-bad.png);position:absolute;left:0;top:.2rem;}




/*--------------------------------------------------------------
 3.0 - TABLES
--------------------------------------------------------------*/
.table-box{display: flex;flex-direction:column;overflow:hidden;width:100%;flex-wrap: wrap;margin:1.5rem 0;}
.table-box div{padding:.5rem;}
.table-box div:nth-child(odd){width:100%;background: #FDFBEA;border-top:1px solid #d3c696;border-left:1px solid #d3c696;border-right:1px solid #d3c696;
font-weight:600;text-align:center;}
.table-box div:nth-child(even){width:100%;background: #FFF;border-top:1px solid #d3c696;border-left:1px solid #d3c696;border-right:1px solid #d3c696;}

.table-box div:last-child{border-bottom:1px solid #d3c696;}

.table-box p{margin:0;padding:0;}

.fa-star{color: #E1B939;}

@media only screen and (min-width: 992px) {
.table-box{flex-direction:row;}
.table-box div:nth-child(odd){width:26%;text-align:left;border-right:none;}
.table-box div:nth-child(even){width:70%;}
.table-box div:nth-last-child(2){border-bottom:1px solid #d3c696;}
}

/*
テーブルカラー
.col-2{background: #f8eaec}
.col-3{background: #f7f2c2}
.col-5{background: #dfeff4}
.col-7{background: #e9f7f3}
.col-8{background: #f9d9b4}
.col-9{background: #f1f0bc}
*/

.table-bordered {
  /*width:100%;*/
  margin:0 0 10px 0;
  text-align:left;
  border-collapse: collapse;
  border-top: 1px solid #d3c696;
  border-left: 1px solid #d3c696;
  border-bottom: 1px solid #d3c696;
}
.table-bordered th,
.table-bordered td {
  padding:7px 10px;
  font-size:1em;
  border-bottom:1px solid #d3c696;
  border-right:1px solid #d3c696;
  text-align:left;
  background-color: #fff;
}
.table-bordered th {
  background-color: #FDFBEA;
  font-weight: bold;
}
.table-bordered tbody tr.last th,
.table-bordered tbody tr.last td {
  border-bottom:0;
}

.table-bordered p {
	margin:0px;
	padding:0px;
}


 .table-rank {
  margin:30px 0 10px 0;
  text-align:left;
  border-collapse: collapse;
  border-top: 1px solid #d3c696;
  border-left: 1px solid #d3c696;
  border-bottom: 1px solid #d3c696;
}
 .table-rank th, .table-rank td {
  padding:7px 5px;
  font-size:0.9em;
  border-bottom:1px solid #d3c696;
  border-right:1px solid #d3c696;
  text-align:left;
  vertical-align:middle;
  background-color: #fff;
}
.table-rank th {
  background-color: #FDFBEA;
  font-weight: normal;
}
.table-rank tbody tr.last th, .table-rank tbody tr.last td {
  border-bottom:0;
}



.evaluation-box {background:url(images/base/bk_60.png) repeat;border:1px solid rgba(164,154,149,.3);padding:2rem 2rem 0 2rem;}
.evaluation-box p{line-height:2;}
.evaluation-box div:before{content:url(images/base/icon-okuda.png);display:block;text-align:center;}


/* 影付きbox */
 .box1 {
  background:#FFF;
  margin:0px auto;
  border:1px solid #E8E8E8;
  padding:5px;
  text-align:center;
}

.gallery{display: flex;flex-direction:column;flex-wrap: wrap;text-align:center;}
.box2 {background:#FFF;margin:.5rem 0;border:1px solid #E8E8E8;padding:5px;}
.box2 p{margin:0;text-align:center;}
@media only screen and (min-width: 768px) {
.gallery{display: flex;flex-direction:row;flex-wrap: wrap;text-align:center;}
.box2 {width:48%;background:#FFF;border:1px solid #E8E8E8;padding:5px;}
}


.box {
  width:70%;
  height:200px;
  background:#FFF;
  margin:40px auto;
  border:1px solid #E8E8E8;
  padding:4px;
}

/*------------------------------------------------------------
2、colorの設定
-------------------------------------------------------------*/
 .red {
  color:#a60000;
}
/* 赤色 */
 .blue {
  color:#2ca9e1;
}
/* 青色 */
 .green {
  color:#82ae46;
}
/* 緑色 */
 .orange {
  color:#ff7d00;
}
/* 橙色 */
 .yellow {
  color:#fff000;
}
/* 黄色 */
 .pink {
  color:#ff0084;
}
/* ピンク */
 .gray {
  color:#999;
}

/*------------------------------------------------------------
3、float 回り込みの設定
-------------------------------------------------------------*/
 .fl-r {
  float: right;
}
/*右に回り込み*/
 .fl-l {
  float: left;
}
/*左に回り込み*/
 .fl-c {
  clear: both;
}
/*------------------------------------------------------------
4、marginの設定
-------------------------------------------------------------*/
 .m0 {
  margin: 0!important;
}
/*周りからのmarginを0に*/
 .m0-t {
  margin-top: 0!important;
}
/*上からのmarginを0に*/
 .m0-r {
  margin-right: 0!important;
}
/*右からのmarginを0に*/
 .m0-b {
  margin-bottom: 0!important;
}
/*下からのmarginを0に*/
 .m0-l {
  margin-left: 0!important;
}
/*左からのmarginを0に*/
 .m10 {
  margin: 10px!important;
}
.m10-t {
  margin-top: 10px!important;
}
.m10-r {
  margin-right: 10px!important;
}
.m10-b {
  margin-bottom: 10px!important;
}
.m10-l {
  margin-left: 10px!important;
}
.m20 {
  margin: 20px!important;
}
.m20-t {
  margin-top: 20px!important;
}
.m20-r {
  margin-right: 20px!important;
}
.m20-b {
  margin-bottom: 20px!important;
}
.m20-l {
  margin-left: 20px!important;
}
.m30 {
  margin: 30px!important;
}
.m30-t {
  margin-top: 30px!important;
}
.m30-r {
  margin-right: 30px!important;
}
.m30-b {
  margin-bottom: 30px!important;
}
.m30-l {
  margin-left: 30px!important;
}

.center{
	text-align:center;
	display:block;
}

.right{
	float:right;
	text-align:right;
	display:block;
}

.left{
	float:left;
	display:block;
}

/*------------------------------------------------------------
5、paddingの設定
-------------------------------------------------------------*/
 .p0 {
  padding: 0!important;
}
.p0-t {
  padding-top: 0!important;
}
.p0-r {
  padding-right: 0!important;
}
.p0-b {
  padding-bottom: 0!important;
}
.p0-l {
  padding-left: 0!important;
}
.p10 {
  padding: 10px!important;
}
.p10-t {
  padding-top: 10px!important;
}
.p10-r {
  padding-right: 10px!important;
}
.p10-b {
  padding-bottom: 10px!important;
}
.p10-l {
  padding-left: 10px!important;
}
.p20 {
  padding: 20px!important;
}
.p20-t {
  padding-top: 20px!important;
}
.p20-r {
  padding-right: 20px!important;
}
.p20-b {
  padding-bottom: 20px!important;
}
.p20-l {
  padding-left: 20px!important;
}

/*  ▼追加ここから▼  */

.pic{
	max-width:90%;
}

.pic-100{
	max-width:100%;
}

.img-waku{
	background-color:#FFF;
	padding:5px;
	border:1px solid #ccc;

}

.waku-1{
	background-color:#FFF;
	border:1px solid #ccc;
	padding:0px 5px;
	margin-left:5px;

}

ul.point{
	font-weight:bold;
	margin-left:0px;
	width:100%;
	margin-bottom:30px;
}

ul.point li{
	margin-bottom:30px;
}

.mi-point dt{font-size:1.6rem;margin-bottom:15px;position:relative;padding-left:60px;}
.mi-point dt:before{content:url(images/base/icon-check.gif);position:absolute;left:0;top:0;}

.mi-point ul{margin:0 1rem;padding:0;list-style:none;}
.mi-point ul li{position:relative;padding-left:60px;margin-bottom:1.5rem;font-weight:600;}
.mi-point ul li:before{content:url(images/base/icon-check.gif);position:absolute;left:0;top:-5px;}


.week ul{

}
.week li{
	list-style:none;
	float:left;
	margin-right:15px;
}

ul.bk-note{
	margin:0px;
}

.bk-note{
	width:655px;
	clear:both;
	background-image:url(images/recipe/bk-note2.png);
	background-repeat:repeat-y;
	list-style:none;
	margin:0px;
}

.bk-note li{
	clear:both;
}

.in-note{
	float:left;
	width:65%;
}

.in-note h3{
	margin:0px;
	padding:0px;
	background-image: url(images/recipe/line1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size:18px;
}

.in-note p{
	margin:5px 0px;
}

.book-link{
	
	background-image:url(images/recipe/icon_book1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:50px;
	padding-left:35px;
	padding-top:25px;
	padding-right:20px;
	margin-bottom:20px;
}

.recipe-left{
	float:left;
	margin-right:10px;
	margin-left:35px;
	border:solid 1px #ccc;
	padding:4px;
}

.yasai{
	padding:3px;
	font-size:10px;
	color:#FFF;
}

.yasai-mon{
	background-color:#62a732;
}

.yasai-tue{
	background-color:#7c373f;
}

.yasai-wed{
	background-color:#d1680a;
}

.yasai-thu{
	background-color:#e8ad09;
}

.yasai-fri{
	background-color:#41b6ce;
}

.yasai-sat{
	background-color:#c83752;
}

.yasai-sun{
	background-color:#33836e;
}

.marL30{
	margin-left:30px;
}

.rank{
	background-image:url(images/base/bg_dot.gif);
	background-repeat:repeat;
	border-radius:5px;
	padding:5px;
	margin-bottom:20px;
}

.rank-bk{
	background-image:url(images/base/bg.png);
	background-repeat:repeat;
	padding:5px 5px 20px 5px;
}

.rank-no1,
.rank-no2,
.rank-no3{font-size:1.5em;text-align:center;}

.rank-no1:before{content:url(images/base/icon_no1_70.png);}
.rank-no2:before{content:url(images/base/icon_no2_70.png);}
.rank-no3:before{content:url(images/base/icon_no3_70.png);}


.check{
	margin:0px;
	padding:0px;
}

.check li{
	background-image:url(images/base/icon-check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:70px;
	margin:0px 20px 15px 0px;
	list-style:none;
	font-size:16px;
	font-weight:bold;
}

.pre{
	white-space:pre;
}

/* レポートページ -------------------------------------------------*/
.title-star p{
	margin:0px;
	padding:0px;
	
	padding-right:350px;
}

.under-list ul {
  list-style: none;
  margin:0px;
}

.under-list ul li {
  font-size: 90%;
  height: 112px;
  float: left;
  background: url(images/top/bg-under-list.png) no-repeat left top;
  text-indent: 1em;
}



.repo-cook dt{
	margin:10px;
}

.repo-cook dd{
	clear:both;
	margin:0px;
}

/*  診断チャート  -------------------------------------------------*/

.chart-img{
	text-align:center;
	width:100%;
	}
	
.chart-ya{
	width:100%;
	text-align:center;
}

/* リンク集ページ -------------------------------------------------*/
.box-type1{background:#fffdeb;padding:1rem 1.5rem .5rem 1.5rem;margin-bottom:1.5rem;border:1px solid #baac59;}
.box-type1 h4{font-size:1.4rem;margin-bottom:1rem;}
.box-type1 dl{display: flex;flex-direction: row;font-size:1.3rem;margin-bottom:.5rem;}
.box-type1 dt:after{content:":";margin-left:.5rem;margin-right:.5rem;}
.box-type1 dd{margin:0;}

.box-type1 span{background:#FFF;border: 1px solid #ccc;padding:0 .5rem;}


ul.link{
	margin-left:0px;
}

ul.link li,
.waku-2{
	background-color:#fffdeb;
	padding:10px 10px 0px 10px;
	margin-bottom:15px;
	border:1px solid #baac59;
	list-style:none;
}

ul.link dt{
	margin-left:20px;
	margin-bottom:5px;

}

.mi-book,
.mi-list,
.mi-crown{
  padding-left:55px;
  padding-bottom:10px;
  font-size:18px;
  margin-bottom:10px;
}

.mi-book{
  background: url(images/base/icon-book.gif) no-repeat left top;
}

.mi-list{
  background: url(images/base/icon-box.gif) no-repeat left top;
}

.mi-crown{
  background: url(images/base/icon-crown.gif) no-repeat left top;
}

.bk-01{
	background:rgba(252,229,52,.8);
	border:2px solid #FFF;
	padding:2.5rem 1rem 0px 1rem;
	margin-bottom:5rem;
}

.bk-01 h3{padding:0;}
.bk-01 h3:before{content:none;}

/**************************
/* フローティングメニュー(共通)
**************************/

div#floating-menu {
    position: fixed;
    bottom:0;
	left:0;
	background:#fce236;
    z-index: 999;
	width:100%;
	text-align:center;
}


div#floating-menu .btn-link{
	margin:0px auto;
}

.btn-1{display:none;}
.btn-2{display:block;}

@media only screen and (min-width:768px){
.btn-1{display:block;text-align:center;}
.btn-2{display:none;}
}

/* Footer */

#colophon{text-align:center;position:relative;margin:50px 0 150px 0;}
#colophon ul {margin:0 auto 2rem auto;padding:0;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;}
#colophon ul li{list-style-type: none;font-size:1.2rem;margin:0 .5rem;position:relative;padding-left:20px;}

#colophon ul li:before{content:url(images/base/icon-side-06.png);position:absolute;left:0;}
#colophon a:hover {text-decoration:none;color:rgba(73,38,38,.7);}
.footercopy {text-align:center;font-size:1.1rem;}

@media only screen and (min-width: 992px) {
 #colophon {
  background-position: center bottom;
  background: url(images/base/footer-bg.png);
  background-repeat: no-repeat;
  height: 270px;
  margin-bottom:100px;
  position:relative;
  padding-bottom:0;
}
.site-footer {clear: both;width: 100%;}
#colophon ul {margin:1rem;padding:0;}
#colophon ul li{font-size:1.4rem;margin:0 2rem 0 1rem;padding-left:30px;}
#colophon ul li:before{left:0;top:2px;}
.footercopy {font-size:1.2rem;position:absolute;bottom:50px;left:40%;}
}






