@charset "utf-8";

.detail p{
  margin: 0 0 2em;
}
.detail .recipe p{
  margin: 0;
}
.detail p a{
  color: #003c78;
  text-decoration: underline;
}
.detail .vsm-slider .topTitle.linedesign p{
  margin: 0;
}
.detail .section h4 {
  font-size: 120%;
  border-left: 8px solid #003c78;
  padding-left: .5em;
  margin: 2em 0 1em;
  font-weight: bold;
}
.detail .section .recipe > h4 {
  margin: 0 0 1em;
}
.detail .section .recipe > p + h4 {
  margin: 2em 0 1em;
}
.detail .section h5 {
  font-size: 110%;
  font-weight: bold;
  margin: 1em;
}
.detail .section h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em;
}
.detail .section ol {
  list-style: auto;
  padding-left: 26px;
}
.topicPath ul{
    display: flex;
    font-size: 120%;
    margin: 2em auto;
    max-width: 1000px;
}
.topicPath ul li{
   padding-right: 2em;
}

.topicPath .current{
  font-weight: bold;
}
.topicPath .arrow{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.topicPath .arrow::after{
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: .75em;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*セクション系*/
.detail .section{
    width: 1000px;
    margin: 0 auto 70px;
}
/*メイン*/
.detail .main_ttl{
font-size: 300%;
    font-weight: bold;
    margin: 0 0 1em;
line-height: 1.4;
}
.detail .main_img{
  max-width: 1000px;
}
.detail .main_img img{
  display:block;
  margin:0 auto;
}

.detail .ttl_info{
    display: flex;
    flex-wrap: wrap;
    font-size: 140%;
    align-items: center;
    margin: 0 0 2em;
}
.detail .ttl_info li{
  position: relative;
margin-right: .5em;
margin-bottom: .5em;
}
.detail .ttl_info .data {
white-space: nowrap;
display: inline-block;
font-family: -apple-system,BlinkMacSystemFont,sans-serif;
font-size: 90%;
letter-spacing: 0.02em;
font-weight: bold;
}
.detail .ttl_info li a{
    line-height: 1.4;
    overflow: unset;
    padding: .5em .5em .5em 2.5em;
    display: block;
    width: auto;
    transition: .3s;
    background: #f1ece6;
    white-space: nowrap;
}
.detail .ttl_info li a:hover{
  background:#f0e5d8;
}

.detail .ttl_info li:before{
    content: "";
    background: url(../../images/detail/tag_icon.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    top: 50%;
    left: .5em;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.detail .ttl_info li.data:before{
    background:none;
}
.detail .main_txt{
    margin: 40px auto 70px;
    font-size: 160%;
}
/*目次用アコーディオン*/
.detail .accbox {
    margin: 0 auto;
    position: relative;
}
input[type=checkbox] {
    display: none;
}
.detail .accbox label {
    margin: 0;
    background:#003c78 url(../../images/detail/accordion_icon.png) no-repeat left 20px center;
    background-size: 29px 16px;
    color: #fff;
    display: block;
    padding: .5em 1em;
    position: relative;
    font-size: 160%;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    height: 44px;
}
.detail .accbox label.textChange:before {
    content: '目次';
    position: absolute;
    left: 3em;
    top: 50%;
    font-size: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detail .accbox label:after {
    content: '+';
    position:absolute;
    right:1em;
    top: 50%;
    font-size:160%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.detail .accbox label:hover {
    background:#003c78 url(../../images/detail/accordion_icon.png) no-repeat left 20px center;
}

.detail .accbox .accshow {
    background: #fff;
    border:1px solid #003c78;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s;
    font-size: 140%;
    font-weight: 600;
}

.detail .accbox .accshow li{
    margin-bottom: 1em;
}
.detail .accbox .accshow li:last-child{
    margin-bottom: 0;
}
.detail .accbox .accshow li a:before{
    content: '〇';
    color:#4b3b2c;
        margin-right: .5em;
        
}
.detail .cssacc:checked + label {
border-radius: 0;

}
.detail .cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    /* position: relative; */
    width: 100%;
    top: -1.5em;
    /* z-index: -1; */
    padding: 20px;
}

.detail .cssacc:checked + label:after {
    content: '-';
}
.detail .cssacc:checked + label.textChange:before {
    /*content: '閉じる';*/
}
.detail .accbox .accshow li a{
    transition:.3s;
    display:block;
      padding-left: 1em;
    text-indent: -1.5em;
}
.detail .accbox .accshow li a:hover{
    color:#003c78;
}

.detail .blog_ttl,.detail .blog_ttl02,.detail .blog_ttl03,.detail .blog_ttl04{
  display: block;
  line-height: 1.4;
    padding-bottom: 10px;
    font-weight: bold;
    margin: 70px 0 40px;
    background: url(../../images/detail/detail_title_line.png) no-repeat left bottom;
  font-size: 280%;
}

.detail .blog_ttl:first-child,.detail .blog_ttl02:first-child,.detail .blog_ttl03:first-child,.detail .blog_ttl04:first-child{
    margin: 40px 0;
}


.detail .full br + img,
.detail .half br + img {
  margin-bottom: 2em;
  margin-top: 2em;
}

.detail .full img:first-child,
.detail .half img:first-child {
  text-align: center;
  margin: 0 auto 4em;
  display: block;
}

.detail .full{
    display: block;
    font-size: 160%;
    margin-top: 0;
}

.detail .half{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}

.detail .half img,
.detail .half .recipe {
  width: 50%;
}

.detail .half img {
  padding-right: 10px;
}

.detail .recipe {
  font-size: 160%;
  line-height: 1.8;
  padding-left: 1em;
}


.detail table,
.detail .recipe th,
.detail .recipe td{
  line-height: 1.6;
  border-collapse: collapse;
}

.detail .recipe div:not([class]) {
  margin-bottom: 2em;
}

.detail .full p:not([class]):not(:last-child){
  margin: 2em 0;
}

/*レシピ*/
.detail .recipe{
    width: 50%;
    text-align: left;
    border-collapse: collapse;
    /*! font-size: 160%; */
    font-weight: normal;
    line-height: 1.8;   
}
.detail .recipe_ttl01,.detail .recipe_ttl02{
    background: #003c78;
    color: #fff;
    width: 150px;
    margin: 1em 0;
    text-align: right;
    padding: 0 1em 0 0;
    border: none;
    font-size: 120%;
    font-weight: bold;
}

.detail .table01 table , td, th,.detail .table02 table , td, th {
	font-weight: normal;
  text-align: left;
}
.detail .table01,.detail .table02 {
  font-size: 87.5%;
  width: 100%;
}
.detail .table01 th {
	width: 48%;
}

.detail .table02 th {
    width: 10%;
}
.detail .table02 .even {
	background: #fbf8f0;
}
.detail .table02 .odd {
	background: #fefcf9;
}
.detail .recipe .btnArea{
    font-size: 80%;
    margin: 2em 0 0;
}
.detail .fullimg{
  margin: 0 0 1em 0;
}
.detail .info{
  overflow: hidden;
  font-size: 140%;
}
.detail .info .halfimg{
  float: left;
  margin: 0 1em 0 0;
}
.detail .info .halftxt{
  width: 50%;
  display: inline;
}
.detail .btnArea{
    font-size: 80%;
    margin: 4em 0 0;
    text-align: center;
}

.detail .submitBtn01,input[type="button"].submitBtn,input[type="submit"].submitBtn {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 54px;
    padding: .5em;
    background: #df7e6e;
    color: #fff;
    font-size: 220%;
    border: 1px solid #df7e6e;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
    position: relative;
}
.detail .submitBtn01:hover,input[type="button"].submitBtn:hover,input[type="submit"].submitBtn:hover {
    background: #fff;
    color: #df7e6e;
}
.detail .btnArea a:after{
    content: '>';
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    margin-left: 25px;
}
.detail .btnArea a:hover:after{
    content: '>';
    display: inline-block;



    width: 14px;
    height: 14px;
    color: #df7e6e;
    margin-left: 25px;
}
.detail .btnArea .submitBtn02 {
    display: inline-block;
    margin: 0 auto;
    padding: .5em 1em;
    background: rgb(0,63,115);
    color: #fff;
    font-size: 220%;
    border: 1px solid rgb(0,63,115);
    box-sizing: border-box;
    text-align: center;
    transition: .3s;
    position: relative;
}
.detail .btnArea .submitBtn02:hover{
    background: #fff;
    color: rgb(0,63,115);
}
.detail .btnArea .submitBtn02:hover:after{
    content: '>';
    display: inline-block;
    width: 14px;
    height: 14px;
    color: rgb(0,63,115);
    margin-left: 25px;
}

.detail .half + .btnArea .submitBtn02{
    margin-left: auto;
    margin-right: 1.5em;
}


/*この記事を書いた人*/
.detail .writer_box{
    max-width: 726px;
    margin: 70px auto 70px auto;
    border: 1px solid #003c78;
    padding: 2em;
}
.detail .writer_cont{
    display: flex;
}
.detail .writer_detail{

    display: block;
    padding: 0 30px;
    text-align: center;
}
.detail .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 1em 0;
    width: 220px;
    max-width: 100%;
    color: #003c78;
    font-size: 110%;
    box-sizing: border-box;
    text-align: center;
}

.detail .writer_img img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.detail .writer_txt{
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}
.detail .writer_cont p {
    font-size: 160%;
  margin: 0;
}

/*関連商品はこちら*/
.detail .headline {
    font-size: 240%;
    font-weight: bold;
    padding: 0 0 .25em;
}
.detail .headline.border {
    font-size: 240%;
    font-weight: bold;
    padding: 0 0 .25em;
    margin: 0 0 1em;
    border-bottom: 2px solid #cac4b7;
}
.detail .relatedList{
    display: flex;
    flex-wrap: wrap;
}
.detail .relatedList li{
width: calc(90%/4);
box-sizing: border-box;
overflow: hidden;
margin: 0 3.33333% 2% 0;
}

.detail .relatedList a img{
    display: block;
  width: 100%;
  transition: .3s;
}
.detail .relatedList a img:hover{
    opacity: .7
}


.detail .relatedList dd {
    font-size: 140%;
    color: #333;
    text-align: left;
    padding: 0 1em;
}

.detail .relatedList .text {
    line-height: 1.6;
    padding: .5em 0 0 0;
}
.detail .relatedList li a .text, .detail .relatedList li a .textL {
    transition:.3s
}
.detail .relatedList li a:hover .text, .detail .relatedList li a:hover .textL {
    color: #003c78;
}

/*こちらの記事もおすすめ*/
.itemList dd {
    position: relative;
  overflow: hidden;
}
.detail .lead{
    font-size: 140%;
    text-align: right;
  padding: 0 0 4em;
}
.itemList .new:before {
    content: "";
    display: inline-block;
    width: 87px;
    height: 69px;
    background: url(../../images/common/icon_new.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
      z-index: 1;
}
.itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
      margin: 0 0 4em;
}

.itemList li {
    width: calc(90%/4);
    font-size: 140%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 3.33333% 0 0;
}
.itemList li:last-child{margin:0;}

.itemList li a {
    display: block;
    transition: .3s;
}
.itemList dd a img{
    transition: .5s;
    width: 100%;

}
.itemList dd a img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1) rotate(0.2deg);
}
.itemList .date {
white-space: nowrap;
display: inline-block;
float: right;
font-family: -apple-system,BlinkMacSystemFont,sans-serif;
font-size: 80%;
letter-spacing: 0.02em;
font-weight: bold;
margin: 18px 0 0;
}
.itemList .category {
background:#f1ece6;
position: relative;
display: inline-block;
transition: .3s;
margin: 1em 0 0;
}
.itemList .category:hover {
background: #f0e5d8;
}
.itemList .category .categoryName{
    padding: .5em;
    line-height: 1.4;
    width: 100%;
}


.itemList .article{
  padding: .5em 0 0;
  clear: both;
}
.itemList .article .title {
    line-height: 1.6;
    transition: .3s;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.4;
    display: block;
    margin: 0 0 .25em;
}
.itemList .article .text {
    line-height: 1.4;
    transition: .3s;
    color: #7f7f7f;
}


.itemList li a:hover .text,
.itemList li a:hover .title {
    color: #003c78;
}

/*その他カテゴリー*/
.detail .category_tag {
  /* padding: 2px 1px 2px 10px;
  border: solid 1px #333;
  background: #fff; */
  /* display: inline-block;
  position: relative; */
  /* font-size: 140%; */
  /* margin:0 10px 10px 0; */
}
/* .detail .category_tag:hover {
    border: solid 1px #003c78;
} */
/* .detail .category_tag a{
    padding-left: 1.6em;
    transition:.3s;
    display: inline-block;
}
.detail .category_tag a:hover{
   color: #003c78;
}
.detail .category_tag a:hover span{
   color: #003c78;
}
.detail .category_tag a:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../../images/detail/tag_icon.png) no-repeat;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
  transition:.3s;
  left: 6px;
  background-size: 100% 100%;
}
.detail .category_tag a:hover:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../../images/detail/tag_icon_blue.png) no-repeat;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform: translateY(-50%);
  transition:.3s;
  left: 6px;
  background-size: 100% 100%;
}

.detail .category_tag .category_count{
    transition:.3s;
} */


.box_top img,.box_bottom img{
  width: 100%;
}
.detail .contents .snsBox {
  margin-top: 60px;
}
.detail .contents .snsBox ul {
  display: flex;
  justify-content: flex-end;
}
.detail .contents .snsBox ul li:first-child{
  padding-right: 15px;
}

/* 追加 */

.relatedList li:nth-child(4n) {
  margin-right: 0;
}
/* /追加 */


/*「材料」「作り方」レイアウトコード*/
.detail .material_make_layout{
background: #f1ece6;
padding: 2em 0;
margin: 0 0 4em;
}
.detail .material_make_layout .ttl{
background: #003c78;
color: #fff;
width: 150px;
margin: 0 0 1em;
text-align: right;
padding: 0 1em 0 0;
border: none;
}
.detail .material_make_layout p{
padding: 0 1.7em;
}
.detail .full .material_make_layout p:not([class]):not(:last-child){
    margin: 0;
}
.detail .material{
    margin: 0 0 2em;
}
.detail .material ul{
font-size: 90%;
padding: 1em 1em 1em 3em;
display: flex;
flex-wrap: wrap;
list-style: disc;
}
.detail .material ul li{
  width: calc(100%/3);
  padding: 0 2em .5em 0;
  line-height: 1.6;
}

.detail .make ul{
font-size: 90%;
padding: 1em 1em 1em 3em;
list-style: none;
}
.detail .make ul li {
  list-style-type: none;
  counter-increment: number;
  text-indent: -20px;
  line-height: 1.4;
  margin: 0 0 1em;
}
.detail .make ul li:last-child {
  margin: 0;
}
.detail .make ul li::before{
content: counter(number) ".";
margin-right: 5px;
color: #003c78;
font-size: 140%;
}
/*「材料」「作り方」レイアウトコードend*/

/*IE*/
@media all and (-ms-high-contrast: none){

.detail .accbox label.textChange:before {
    content: '目次';
    position: absolute;
    left: 3em;
    top: 55%;
    font-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detail .btnArea .submitBtn02 {
  padding: .5em 1em .25em;
  }
.detail .submitBtn01,input[type="button"].submitBtn,input[type="submit"].submitBtn {
    padding: .5em 1em .25em;
}
.detail .material_make_layout .ttl{
    padding: .25em 1em 0 0;
  }
.itemList .category .categoryName{
    padding: .5em .5em .25em;
  }
.detail .category_tag {
  padding: .25em .5em 0;
  }
.detail .section h4 {
  padding: .15em .5em 0;
}
.detail .recipe_ttl01,.detail .recipe_ttl02{
    padding: 5px 1em 0 0
}
}



@media screen and (max-width:1020px) and (min-width:768px) {
  .detail .relatedList li {
    padding: 0;
    border: none;
  }

  .detail .relatedList li {
    width: calc(97%/4);
    margin: 0 1% 2% 0;
  }
  .detail .relatedList li:nth-child(4n) {
    margin: 0;
  }

  .detail .relatedList li dt,
  .detail .relatedList li dd {
    width: auto;
  }

  .topicPath ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .detail .contents {
    margin: 0;
  }

  .detail .writer_box {
    max-width: none;
  }

  .detail .accbox {
    width: auto;
  }

  .detail .section {
    max-width: 800px;
    width: 100%;
  }

  .half .recipe table td img {
    width: 100%;
  }

  .detail .contents .main_txt img:not(:last-child) {
    margin-bottom: 15px;
  }
.detail .contents .itemList li {
    width: calc(97%/4);
    margin: 0 1% 0 0;
}
.detail .contents .itemList li:last-child {
    margin: 0;
}

}

@media screen and (max-width:833px) and (min-width:768px) {
.detail .section {
    padding-left: 15px;
    padding-right: 15px;
}
}

/*sp*/
@media screen and (max-width:767px){
.topicPath {
	position: relative;

}
.topicPath ul {
    width:100%;
	    padding: 0 1em;
  display: inline-block;
  margin: 0 0 1em;
}

.topicPath li {
	margin: 0;
	padding-right: 1em;

	list-style: none;
  float: left;
}
.topicPath li:last-child {
	background: none;
}
.topicPath li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #353535;
	font-size: 100%;
}
.topicPath p {
	position: absolute;
	right: 0;
	margin: 0;
	display: inline;
	text-align: right;
}
.topicPath li.last {
	background: none;
}
/*sp セクション系*/

    .detail .section{
        width: 100%;
    }
/*sp メイン*/
    .detail .main_img{
        height: auto;
    }
    .detail .main_ttl{
        font-size: 200%;
        padding: .5em 0;
        line-height: 1.4;
        margin: 0 .5em;
    }
    .detail .ttl_info{
        font-size: 120%;
        margin: 0 1em;
    }
    
/*sp アコーディオン*/
    .detail .accbox{
        width: 94%;
    }
    .detail .main_txt{
        margin: 1em 1em 2em;
        font-size: 140%;
    }
    
/*sp ブログ内容*/
/*
    .detail .section p{
        font-size: 140%;
    }
*/
    .detail .blog_ttl:first-child{
        margin: 1em .5em;
    }

    .detail .blog_ttl,.detail .blog_ttl02,.detail .blog_ttl03,.detail .blog_ttl04{
      margin: 1em .5em;
      font-size: 200%;
    }

    .detail .blog_ttl:first-child,.detail .blog_ttl02:first-child,.detail .blog_ttl03:first-child,.detail .blog_ttl04:first-child{
        margin: 2em 1em 1em;
    }
  
  .detail .section h4 {
margin: 1em;
font-size: 110%;
}
    .detail .full{
      margin:0;
  }
  .detail .half{
  display: block;
      margin-bottom: 2em;
}
  .detail .full,
  .detail .half{
    font-size: 140%;
  }
  .detail .half .recipe {
    font-size: 100%;
  }
.detail .half img{
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 0;
    }
.detail .section .recipe > h4 {
  margin: 2em 1em 1em;
}
.detail .section .recipe > p + h4 {
  margin: 2em 1em 1em;
}
    
    
/*sp レシピ*/
.detail .half .recipe {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
    .detail .recipe_ttl01,.detail .recipe_ttl02{
width: 30%;
margin: 1em;
font-size: 110%;
    }
    .detail .table01 table, td, th,
    .detail .table02 table, td, th{
      line-height: 1.4;
    }
    
 /*sp この記事を書いた人*/
    .detail .writer_box{
        max-width: 94%;
        margin-bottom: 4em;
    }
        
    .detail .writer_txt{
        padding: 5% 5% 0;
    }
    
    .detail .writer_cont{
        display: block;

    }
    
    .detail .writer_detail{
        padding: 0 0 1em;
    }

    .detail .writer_cont p {
        font-size: 140%;
    }

/*sp 関連商品はこちら*/
.detail .headline {
    font-size: 180%;
    margin: 0 .5em;
    }
.detail .headline.border {
font-size: 220%;
font-weight: bold;
padding: 0;
margin: 0 .5em .5em;
border-bottom: 2px solid #cac4b7;
}
    .detail .relatedList{
        margin: 0 1em 4em;
    }
    .detail .relatedList li{
        width: calc(98%/2);
        margin: 0;
    }
    .detail .relatedList li dt, .detail .relatedList li dd{
        width: 100%;
    }
    .detail .relatedList li:nth-child(odd){
        /*! padding:  0 .5em 2em 0; */
    }
    .detail .relatedList li:nth-child(even){
        padding:  0 0 2em .5em;
    }

/*sp こちらの記事もおすすめ*/
    .itemList li {
        width: calc(98%/2);
    }


.itemList .article {
padding: .5em 0 2em;
  clear: both;
}

    .itemList li dl .category .categoryName {
        width:100%;
        font-size: 90%;
    }
    .itemList li dl .date{
        width: 60%;
        margin: 1em 0 0 .5em;
    }
    .itemList .article .title {
        line-height: 1.6;
        transition: .3s;
        font-weight: bold;
        letter-spacing: -0.02em;
        line-height: 1.4;
        display: block;
        margin: 0 0 .25em;
    }
.itemList .new:before {
    background-size: 70%;
}
.itemList li:nth-child(n + 3) {
  margin: 1em 0 0;
}

/*sp その他カテゴリー*/
.detail .category_tag_list{
    margin: 0 1em;
}
.detail .category_tag{
    font-size: 120%;
}

.detail .recipe .submitBtn02 {
    font-size: 140%;
}
.detail .submitBtn02 {
    width: 80%;
    font-size: 200%;
    padding: .5em;

}
.detail .half + .btnArea{
    margin: 2em 0 4em;
}
.detail .half + .btnArea .submitBtn02 {
    margin: 0 auto;
}
.detail .info .halfimg {
    margin: 0 0 1em 0;
}
.detail .btnArea a:after {
    content: '>';
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    margin-left: .5em;
}
.snsBox {
  margin-top: 30px;
  margin: 0 1em;
}
.detail .btnArea .submitBtn02 {
    width: 94%;
}
.detail .lead {
    text-align: left;
    padding: 0 1em 4em;
}
  
/*材料・作り方*/
.detail .material_make_layout {
    display: block;
    margin: 1em 0;
} 
.detail .material ul {
    padding: 1em 1em 2em 3em;
}
.detail .make ul {
    padding: 1em 1em 1em 4em;
}
.detail .itemList {
    justify-content: space-between;
    margin: 0 1em;
}
.detail .itemList li {
    width: calc(98%/2);
    margin: 0;
}
.detail .itemList li dl .date {
    width: auto;
}
.detail .material_make_layout .ttl {
    width: 30%;
}
  .detail .material ul li{
    width: 100%;
  }
.detail .full p:not([class]):not(:last-child) {
    margin: 2em 1em;
}
/**/
.detail .full p,.detail .half p{
  margin: 0 1em 1em;
}
.detail .material_make_layout p {
    padding: 0 1em;
    margin: 0;
}
.detail .relatedList .text {
    padding: .5em 0;
}
.detail .ttl_info li a {
    line-height: 1.4;
    overflow: unset;
    display: inline-block;
    width: 100%;
    transition: .3s;
    white-space: pre-wrap;
}

.detail .ttl_info li::before,.detail .category_tag a::before {
    background-size: 90% 90%;
}

}

@media screen and (max-width:320px) {

.itemList li {
    font-size: 120%;
}

  
}



/* 202306 追加  開始*/

/* 記事一覧 */
.tags{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2em 0 3em;
}

.tags a{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  width: auto;
  height: 24px;
  font-size: 120%;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  border-radius: 12px;
}
.tags a:hover{
  color: #003c78;
}

/* 202306 追加  終了*/