@charset "utf-8";

/* ===================================================================

Issued var1.0.0:2022/9/4

======================================================================*/


@media screen and (min-width: 768px) and (max-width: 1100px) {
  header{
    padding: 0 20px;
    min-width: 1100px;
  }
  footer .footer-nav{
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp-only{
    display: block !important;
  }
  br.sp-only{
    display: inline !important;
  }
  .pc-only{
    display: none !important;
  }
  header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    width: 100%;
    height: 110px;
    vertical-align: middle;
    justify-content: space-between;
    background-color: #fff;;
    box-sizing: border-box;
  }

  header .inner{
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  header .inner div{
    display: flex;
  }

  header .inner div img{
    margin-top: 5px;
    height:40px;
    width: auto;
  }
  header .inner .ttl{
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 3 px;
    vertical-align: bottom  ;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
  }

  /* header humbarger menu */
  header .menu-trigger{
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
  header .menu-trigger .ico{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  header .menu-trigger .ico:hover{
    cursor: pointer;
    opacity: 0.6;
  }
  header .menu-trigger .ico span{
    display: flex; 
    flex-wrap: wrap;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
  }
  header .menu-trigger .ico span:nth-child(1){
    top: 10%;
    height: 2px;
    background-color: #000;
  }
  header .menu-trigger .ico span:nth-child(2){
    top: 35%;
    height: 2px;
    background-color: #000;
  }
  header .menu-trigger .ico span:nth-child(3){
    top: 60%;
    height: 2px;
    background-color: #000;
  }
  header .menu-trigger .ico span:nth-child(4){
    top: 80%;
    font-size: 1.0rem;
  }

  /* header sp nav menu */
  .header-responsive{
    position: fixed;
    left:0;
    top:0;
    z-index: 501;
    display: none !important;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: center;
  }
  .header-responsive.show{
    display: block !important;
  }
  .header-responsive .header{
    padding: 15px 15px 20px;
    text-align: right;
  }
  
  .header-responsive form.search-container{
    display: block;
    margin: 0 15px;
  }
  .header-responsive .header .btn-close{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/img/common/icon-close.svg') no-repeat center center scroll;
    background-size: 24px auto;
    border:none;
  }
  .header-responsive .header .btn.close:hover{
    opacity: 0.6;
    cursor: pointer;
  }
  .header-responsive .search-container{
    width: auto;
    padding-bottom: 15x;
  }
  .header-responsive .search-container input[type="text"]{
    width:100%;
  }

  .header-responsive .main-pages{
    margin-top :15px;
    padding-bottom:30px;
    border-top: dashed 1px #000;
  }
  .header-responsive .main-pages li{
    border-bottom: dashed 1px #000;
    text-align: left;
  }
  .header-responsive .main-pages li a{
    position: relative;
    display: block;
    height: 45px;
    padding: 3px 0 3px 20px;
    line-height: 45px;
  }
  .header-responsive .main-pages li a img{
    height: 25px;
  }
  .header-responsive .main-pages li a span img{
    height: 15px;
  }
  
  
  .header-responsive .main-pages li a:hover{
    opacity: 0.6;
    text-decoration: none;
  }
  .header-responsive .main-pages li a:after{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 35px;
    margin-top:  -18px;
    background: url(../img/common/icon-arrow-right.svg) no-repeat center center scroll;
    background-size: 10px auto;
    content: "";
  }
  
  .header-responsive .main-pages li a figure{
    display:  inline-block;
    width: 55px;
    text-align: center;
  }
  .header-responsive .icon-pop{
    height: 15px;
  }

  .header-responsive .logo-container a:hover{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
  }
  .header-responsive .logo-container  img{
    height: 50px;
  }
  .header-responsive .logo-container p{
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .btn-mailmagazine{
    margin-right: 20px;;
  }
  .sub-contants{
    margin: 15px 0 20px;
  }
  .sub-contants li{
    margin-bottom: 16px;
  }

  footer{
    margin-top: 30px;
  }
  footer .footer-nav-copywrite{
    height: 40px;
    padding: 0;
    line-height: 40px;
  }

  .footer-nav{
    display: none;
  }
  main{
    display: block;
    margin-top:110px;
  }
  .btn-container.in-list{
  margin: 30px 0;
}
  /* pankuzu */
  .pankuzu{
    display: none;
  }
  /* single-page */
  .single-page{
    width: auto;
    margin: 30px 15px 0;
  }
  .single-page h1{
    font-size:1.8rem;
  }
  
.contents-header.for-btob h1{
  font-size: 2.4rem;
}
  

  /* news-list */
  .news-list li{
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
  }
  .news-list li > p,
  .news-list li > div{
    display: block;
    width:auto;
  }
  .news-list li > p{
    margin-top: 5px;
  }

  
  /* btn parts */
  .btn{
    height:36px;
    border-radius: 18px;
    line-height: 34px;
  }
  
  /* 2cal layout */
  .tow-cols-container{
    width: auto;
	font-size:0;
    width: auto;
	margin: 0 15px;
	
  }
  .tow-cols-container .lead-text.is-recipe-list{
  padding: 0 0 20px;	
}
  .tow-cols-container > div{
    width: 100%;
    padding-right: 0;
  }
  
  aside{
    width:100%;
  }
  aside .pickup-content ul {
    margin-bottom: 20px;
  }
  aside .pickup-content-banner a img{
    display:block;
	width: 100%;
    max-width: 100%;
	margin:0 auto;
  }
  
  
  
  /* contents-header */
  .contents-header{
    margin-bottom:20px;
    padding: 8px 0;
  }
  .contents-header img{
	width: 50px;
  top:5px;
  }
  .contents-header > p,
  .contents-header h1{
    height: auto;
    margin-left: 60px;
    line-height: 1.2rem;
    font-size: 1.8rem;
    padding: 15px 0;
	line-height:1.6;
  }
  .contents-header h1 span.small{
    font-size: 1.3rem;
  }
  .content-details-header{
  position:relative;
  margin-bottom: 30px;
  padding: 15px 0 4px 50px;
}
.content-details-header img{
  position: absolute;
  top:0;
  left:0;
}
.content-details-header p{
  padding: 0 0 20px;
  border-bottom: solid 1px #fcc80d;
  line-height: 1px;
  font-size: 1.6rem;
}
  .article-container{
    margin-left: 0;
  }


  .tow-cols-container .news-list{
    margin-left: 0;
	margin-bottom: 40px;
  }
  
  .btn-footer-container a{
    margin: 0 auto 30px;
  }
  /* pager */
  .pager {
    margin:30px 0;
  }
  

  /* modal  */
  .modal .modal-container.for-quiz,
  .modal .modal-container{
    position: fixed;
    top:0;
    left: 10px;
    width: calc(100% - 20px);
    padding: 15px;
    margin-left: 0;
  }
  
  .modal .modal-container.for-quiz{
    top:30%;
  }
  
.modal .modal-container.for-quiz .btn-next,
.modal .modal-container.for-quiz .btn-prev{
  left: -10px;
  height:40px;
  width:40px;
  margin-top: -0;
  background-size: 10px;
  border:none;
}
.modal .modal-container.for-quiz .btn-next{
  transform:rotate(0);
  left: auto;
  right: -10px;
}

  .modal .modal-container .modal-header button:hover{
    opacity: 0.7;
  }
  .modal .modal-container .modal-body{
    padding-top: 20px;
    font-size: 1.6rem;
  }
  .modal .modal-container .modal-body .text-ttl{
    font-size: 1.8rem;
  }
  .modal .modal-container .modal-body .text-msg{
    font-size: 1.6rem;
  }
  .modal .modal-container .modal-body dl{
    display: table;
    width: 100%;
    margin: 0 auto 20px;
  }
  .modal .modal-container .modal-body dt{
    display: table-cell;
    width: 120px;
    vertical-align: top;
  }
  .modal .modal-container .modal-body dd{
    display: table-cell;
    width: calc(100% - 120px);
    vertical-align: top;
  }
  .modal .modal-container .modal-body .btn-container{
    padding-bottom: 35px;
  }
  /* page404 */
  
  .page404{
    width: auto;
    margin: 0 auto;
    padding: 60px 15px;
    text-align: center;
    font-size: 1.6rem;
  }
  
  .page404 figure{
    margin-bottom: 50px;
  }
  .page404 figure img{
    max-width: 300px;
  }
  
  .page404 p b{
    font-size: 1.8rem;;
  }
}