@charset "utf-8";
/*==============================
index.html
==============================*/
main article > h2 span {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    color: #ff6532;
    padding-bottom: 10px;
}
main article section {
    margin-top: 60px;
}

main article h3 {
    margin-top: 24px;
    font-size: 1.33rem;
    font-weight: bold;
    color: #00a88a;
}
main article h2 + p,
main article h3 + p {
    margin-top: 20px;
}
main article h2 + p span,
main article h3 + p span {
    color: #ff6532;
    font-weight: bold;
}
main article .block {
    margin-top: 20px;
}
main article .block figure {
    float: left;
}
main article .block figure img {
    width: 450px;
}
main article .block > dl {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top: 4px;
    padding: 48px 22px 25px;
    background: #ffece7;
    font-size: 15px;
}
main article .block > dl > dt {
    position: absolute;
    left: -8px;
    top: -4px;
}
main article .block > dl > dd ul li {
    padding: 0 8px 4px;
    border-bottom: 2px solid #ffccbe;
}
main article .block > dl > dd ul li + li {
    margin-top: 16px;
}
main article .block > dl > dd ul li dl {
    overflow: hidden;
}
main article .block > dl > dd ul li dl dt {
    float: left;
}
main article .block > dl > dd ul li dl dd {
    float: right;
    margin-left: 20px;
}

main article section {
    margin-top: 40px;
}

main article section h4 span {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
}
main article section h4 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
main article section h4 + * {
    margin-top: 20px;
}

main article section.sec01 h4 span:before {
    width: 26px;
    height: 23px;
    background-image: url(/ckd/recipes/images/recipes_ico01_pc.png);
}
main article section.sec01 p {
    font-weight: bold;
}
main article section.sec01 ul {
    float: left;
    margin-top: 10px;
    width: 50%;
}
main article section.sec01 ul li + li {
    margin-top: 12px;
}
main article section.sec01 dl {
	position: relative;
	margin-left: 10px;
	padding-top: 60px;
    clear: both;
}
main article section.sec01 dl > dt {
	position: absolute;
	left: -10px;
	top: 21px;
}
main article section.sec01 dl > dd {
	border: 1px solid #aaa;
	background: #f6f6f6;
	padding: 24px 44px;
}



main article section.sec02 h4 span:before {
    width: 30px;
    height: 34px;
    background-image: url(/ckd/recipes/images/recipes_ico02_pc.png);
}
main article section.sec02 ol li {
    position: relative;
    padding-left: 3em;
}
main article section.sec02 ol li + li {
    margin-top: 12px;
}
main article section.sec02 ol li span {
    position: absolute;
    left: 0;
    top: 0;
}
main article section.sec02 .block02 .txt {
    float: right;
    width: 130px;
    text-align: center;
    font-size: 12px;
}
main article section.sec02 .block02 .txt .txt01 {
    color: #ff6532;
    font-weight: bold;
    margin: 4px 0;
}
main article section.sec02 .block02 ol {
    float: left;
    width: 590px;
}

main article section.sec_btn {
    margin-top: 150px;
    text-align: right;
}
main article .sec_btn02 {
  margin-top: 150px;
  margin-left: 46%;
}
main article .sec_btn02 p.note {
  font-size: 0.8rem;
  margin-top: 4px;
}
main article .sec_btn02 .btn {
  margin-top: 4px;
}
main article .sec_btn02 .btn a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
    main article > h2 span {
        font-size: 13px;
    }
    main article section {
        margin-top: 40px;
    }
    
    main article h3 {
        font-size: 17px;
    }
    main article .block figure {
        float: none;
        margin: 0 -30px;
    }
    main article .block figure img {
        width: 100%;
    }
    main article .block > dl {
        float: none;
        margin-top: 24px;
        padding: 55px 20px 30px;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
    main article .block > dl > dt {
        position: absolute;
        left: -10px;
        top: -6px;
    }
    main article .block > dl > dt img {
        width: 184px;
    }
    main article .block > dl > dd ul li + li {
        margin-top: 20px;
    }
    
    main article section h4 {
        text-align: center;
        font-size: 22px;
    }
    main article section h4 span {
        padding-left: 40px;
    }

    main article section.sec01 h4:before {
        width: 27.5px;
        height: 24px;
        background-image: url(/ckd/recipes/images/recipes_ico01_sp.png);
    }
    main article section.sec01 p {
        font-size: 17px;
    }
    main article section.sec01 ul {
        float: none;
        margin-top: 20px;
        width: auto;
    }
    main article section.sec01 ul + ul,
    main article section.sec01 ul li + li {
        margin-top: 6px;
    }
    main article section.sec01 > dl {
		margin: 50px -30px 0;
        padding-top: 0;
	}
	main article section.sec01 > dl > dt {
		position: absolute;
		left: 20px;
		top: -24px;
	}
	main article section.sec01 > dl > dd {
		border-width: 2px;
		border-left: none;
		border-right: none;
		padding: 50px 30px 30px;
	}
    
    main article section.sec02 h4:before {
        width: 29px;
        height: 33px;
        background-image: url(/ckd/recipes/images/recipes_ico02_sp.png);
    }
    main article section.sec02 ol li + li {
        margin-top: 6px;
    }
    main article section.sec02 .block02 .txt {
        float: none;
        width: auto;
        font-size: 12px;
        margin-top: 20px;
    }
    main article section.sec02 .block02 ol {
        float: none;
        width: auto;
    }

    main article section.sec_btn {
        margin-top: 50px;
    }
    main article section.sec_btn img {
        width: auto;
        max-width: 100%;
    }
  main article .sec_btn02 {
    margin-top: 50px;
    margin-left: 0;
  }
  main article .sec_btn02 p {
    text-align: center;
  }
  main article .sec_btn02 p.text {
    font-size: .857rem;
  }
  main article .sec_btn02 p.note {
    font-size: 0.785rem;
  }
  main article .sec_btn02 .btn {
    text-align: center;
    padding: 0 10px;
  }
  main article .sec_btn02 .btn a img {
    width: auto;
    max-width: 100%;
  }
}