@charset "UTF-8";

/* 親 */

#seibun {
width: 800px;
max-width: 800px;
height: auto;
margin: 0 auto;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
font-size: 16px;
line-height: 1.7em;
}

/*共通要素装飾*/

.tbl-r {
  font-size: 0.8rem;
}

.tbl-r th {
	width: 20%;
  background: #faf0e6;
  border: solid 1px #ccc;
  color: #1b1b1b;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
.tbl-r td {
　border: solid 1px #ccc;
  padding: 5px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 80%;
  }
  .tbl-r {
    width: 80%;
  }
  .tbl-r th,
  .tbl-r td {
　　border-bottom: none;
    display: block;
  }
}

/*見出し*/

#seibun h3 {
	margin: 3rem 0 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 1.5rem;
}

#seibun h4 {
  padding: 0.5rem 1rem;
  margin: 2rem 0 0;
  font-size: 1.1rem;
  border-bottom: 3px solid #000;
  background: #f4f4f4;
}

#seibun h5 {
  padding: 0.5rem 1rem;
  margin: 2rem 0 0;
  font-size: 1rem;
　font-weight: bold;  
  border-bottom: 2px dotted #000;
}

/*flex*/

.fl-con{
  display: flex;
  align-items: center;
  width: 100%; 
  max-width: 800px;
  margin: 10px auto 0;
}
.fl-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; 
  max-width: 800px;
  margin: 10px auto 0;
}
.fl-l {
  flex: 0 0 400px;
  padding: 10px;
}
.fl-r{
	flex: 0 0 360px;
	padding: 0;
}

/*幅＆高さ*/

.wd100 {
width: 100%;
}
.wd90 {
width: 90%;
}
.wd80 {
width: 80%;
}
.wd70 {
width: 70%;
}
.wd60 {
width: 60%;
}
.wd50 {
width: 50%;
}
.wd40 {
width: 40%;
}
.wd30 {
width: 30%;
}
.wd20 {
width: 20%;
}
.wd10 {
width: 10%;
}
.wd9 {
width: 9%;
}
.wd8 {
width: 8%;
}
.wd7 {
width: 7%;
}
.wd6 {
width: 6%;
}
.wd5 {
width: 5%;
}
.wd4 {
width: 4%;
}
.wd3 {
width: 3%;
}
.wd2 {
width: 2%;
}

/*参照リンク*/

.reference {
width: 100%;
height: auto;
border: solid 1px #ddd;
box-sizing: border-box;
margin: 1rem auto 2rem;
padding: 1rem;
font-size: 0.8rem;
}

/*ぱんくず*/

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 0.7rem;
  margin: 0.7rem 0 0;
}
 
.breadcrumb li {
  float: left;
  margin-right: 0.7rem;
}
 
.breadcrumb li a {
  text-decoration: underline;
  color: #1b1b1b;
}

/*メイン部分*/

.seibuntop {
width: 800px;
height: 348px;
margin: 10px auto 0;
position: relative;
}

.seibuntop img {
width: 100%;
}

/*ヘッダにh1作るまで隠す
-----ここから---------------------
.seibuntop h2{
position: absolute;
top: 15%;
left: 5%;
}

.seibuntop .sub{
background-color: #1e90ff;
color: #fff;
display: inline-block;
border-radius: 5px;
padding: 6px;
margin-bottom: 20px;
}

.seibuntop .title{
font-size: 2rem;
color: #8b4513;
}

.seibuntop p{
width: 45%;
display: block;
position: absolute;
top: 40%;
left: 5%;
font-size: 0.8rem;
}
-----ここまで---------------------*/

/*ヘッダにh1つくるまで仮でh1とh2　ここから*/
.seibuntop h1.kari01{
position: absolute;
top: 15%;
left: 5%;
}

.seibuntop h1.kari01 .sub{
background-color: #1e90ff;
color: #fff;
display: inline-block;
border-radius: 5px;
padding: 6px;
margin-bottom: 20px;
}

.seibuntop h1.kari01 .title{
font-size: 2rem;
color: #8b4513;
}

.seibuntop h2.kari02 {
width: 45%;
display: block;
position: absolute;
top: 40%;
left: 5%;
font-size: 0.8rem;
font-weight: normal;
line-height: 180%;
}
/*ヘッダにh1つくるまで仮でh1とh2　ここまで*/

.seibuntop span{
display: block;
}

/*概要*/

.overview {
width: 100%;
}


/*著者*/

.Author {
width: 100%;
}

.blogAuthor {
    display: flex;
    justify-content: space-between;
    border: 1px solid #cccccc;
    padding: 18px;
	box-sizing: border-box;
	list-style: none;
}	

.blogAuthor img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
/*
.blogAuthor img {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    object-fit: cover;
}
*/

.spLeft {
	float: left;
	margin-top: 3.125%;
	margin-right: 3.125%;
}

.baComment {
	width: 100%;
}
.baComment p {
	padding: 0;
}
.baComment h5 {
	font-size: 100%;
	font-weight: bold;
    margin-bottom: 0.5em;
}

.baComment p.pro {
	font-size: 100%;
	margin-top: 0.8em;
}


/*目次*/

.contents {
width: 100%;
margin: 0 auto;
}

.contents dl {
width: 90%;
margin: 1rem auto 0;
border: solid 1px #666;
padding: 2rem 2rem;
}

.contents dt {
font-weight: bold;
margin-top: 0.5rem;
}

.contents dd {
margin: 0.5rem 0.5rem 0;
}

/*とは*/

.about {
width: 100%;
}

.about p {
margin: 2rem auto 0;
}
/*機能性*/

.function {
width: 800px;
}

.function p{
margin: 1rem;
}

.function p.sanko{
margin-bottom: 0;
}

.function span{
display: inline-block;
background-color: bisque;
padding: 0.5rem;
font-weight: bold;
}

.function a{
margin-left: 1rem;
}

/*サプリ*/

.supplement {
width:100%;
}

.supplement p {
margin-top: 10px;
font-size: 1rem;
}

.sup-ctn {
display: grid;
grid-template-columns: 185px 185px 185px 185px;/*コンテナの横サイズ*/
grid-template-rows: 250px 250px 250px 250px;/*コンテナの縦サイズ*/
/*grid-template-rows: 250px 250px 250px; */
gap: 20px;
margin: 1rem auto 0;
}

.sup-ctn p {
font-size: 12px;
}

.sup-title {
margin: 10px 0;
border-bottom: dotted 1px #8b4513;
font-size: 2rem;
font-weight: bold;
}