#@charset "utf-8";
/* CSS Document */

.clumarea {
	margin-right: auto;
	margin-left: auto;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    letter-spacing: 0.12em;
}
.clumarea img {
margin-left: auto;
margin-right: auto;
display: block;
}
.clumarea h1 {
    margin-bottom: 3%;
    margin-top: 3%;
    letter-spacing: 0.2em;
    font-size: 2em;
    line-height: 1.8em;
    width: 100%;
    font-weight: normal;
    color: #333;
}
.clumarea h2{
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-size: x-large;
  width: 98%;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  border-bottom:  solid 1px #333;
}
.clumarea h3,.clumarea h4{
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-size: x-large;
  width: 98%;
  font-size: 1.3em;
  font-weight: 900;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}
.bgpink{
    background-color: #F7EDEF;
    padding: 1%;
}
.koushin{
width: 100%;
display: block;
text-align: right;
}
.pankuzubox{
list-style: none;
padding-left: 0px;
}
.pankuzu{
list-style: none;
display:inline-block;
font-size: 0.8em;
line-height: 1em;
}

/* 基本 */
.txtbox{
display: block;
margin-bottom: 3%;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.txtbox_item{
background-color: #ff9a66;
color: #FFFFFF;
padding: 1%;
display: block;
margin-bottom: 3%;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.itembox{
background-color: #F7E9DE;
margin-bottom: 2%;
}

.font1{
    font-size: 1em;
    line-height: 2em;
    color: #333;
    letter-spacing: 0.12em;
}
.caption{
    font-size: 0.8em;
    line-height: 1em;
    color: #999;
    letter-spacing: 0.12em;
    padding: 1%;
    display: block;
}
/* 赤 */
.fontred {
    color: #F95972;
}
/* 青 */
.fontblue {
    color: #2148FF;
}

/* 商品BOX */
.clumarea .itembox{
width: 100%;
padding: 1%;
overflow: hidden;
background-color: #F5F5EE;
}
.clumarea .itembox li{
    list-style:none;
    width: 47%;
    float: left;
    display: block;
    margin: 1px;
    padding: 1%;
}
.itemboxttl{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.itembox ol{
    list-style:none;
    padding: 0px;
}
.reco{
margin-top: 2%;
margin-bottom: 2%;
}

/* オススメ記事 */
.osusume{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #999; 
    padding-left: 0px;
}
.osusume ul{
    padding-left: 0px;
    margin-left: 3%;
    margin-right: 3%;

}
.osusume li{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 2%;
    border-bottom:  solid 1px #333;
}
.osusumeimg{
    width: 30%;
    padding-right: 2%;
    padding-bottom: 2%;
}
.osusumettl{
display: block;
width: 80%;
margin-left: auto;
margin-right: auto;
margin-bottom: 3%;
text-align: center;
}
.osusumettl font{
position: relative;
  line-height: 1.5;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}
.osusumettl font:before, .osusumettl font:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.osusumettl font:before {
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  left: 0;
}
.osusumettl font:after {
  content: '';
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  right: 0;
}
/* 目次 */
.colum_mokuji ul, .colum_mokuji ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 2px #999;/*線の種類 太さ 色*/
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.colum_mokuji ul li, .colum_mokuji ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.columcp_bn{
width: 616px;
margin-left: auto;
margin-right: auto;
}
figure{
 position: relative;
}
.absolute{
  position: absolute;
  bottom: 30px;
  right: 0px;
}


.kanrenbox {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}
.kanrenbox01 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.kanrenbox01 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.kanrenbox01 p {
    margin: 0; 
    padding: 0;
}
.kanrenbox01 a{
color: #333333;
}

@media screen and (max-width: 768px) {
.font1{
    line-height: 2.5em;
    letter-spacing: 0.12em;
}
.clumarea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #333;
    letter-spacing: 0.12em;
    }
    
.clumarea h1 {
    letter-spacing: 0.2em;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: left;
}
.clumarea h2{
    font-size: 1.3em;
    line-height: 1.5em;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    border-bottom:  solid 1px #333;
}
.clumarea h3,.clumarea h4{
    font-size: 1em;
    line-height: 1.5em;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  font-weight: 900;
  }
/* 基本 */
.osusumetext{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.osusume{
    border: solid 1px #999; 
}
.colum_mokuji ul, .colum_mokuji ol {
  border: solid 1px #999;/*線の種類 太さ 色*/
}
.caption{
    font-size: 0.6em;
    line-height: 1.5em;
    color: #999;
    letter-spacing: 0.12em;
    padding: 1%;
    display: block;
}
.columcp_bn{
width: 100%;
margin-left: auto;
margin-right: auto;
}
.absolute{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
}
