@charset "UTF-8";
/* CSS Document */

.green {
    color: #388579;
}
.bold {
    font-weight: bold;
}
.fs70 {font-size: 70%;}
.fs80 {font-size: 80%;}
.fs90 {font-size: 90%;}
.fs200 {
    font-size: 200%;
}


#content-head h1.page-title {
    border-bottom: none;
    text-align: center;
}
.page-subtitle {
    background-color: #388579;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
    max-width: 800px;
    margin: 0 auto;
}





.item-lineup li {
    width: 50%;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 100px;
    text-align: center;
}
.item-lineup li:nth-child(2n+1) {
    border-right: 1px dotted #999999;
    padding-right: calc(3% - 1px);
}
.item-lineup li .link-btn04 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}




.main-visual {
    background: url("../images/main_bg.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 53.125%;
    height: 0;
    max-width: 1600px;
    margin: 0 auto;
}
.cicacare-cont .main-visual .catch,
.cicacare-cont .main-visual .catch2 {
    width: 54%;
}
.cicacare-cont .main-visual .catch {
    margin-bottom: 50px;
    text-align: center;
}
.cicacare-cont .main-visual .catch2 {
    margin-bottom: 20px;
}
.cicacare-cont .main-visual .catch2 img {
    width: 44.444444444%;
    float: left;
    display: block;
}
.cicacare-cont .main-visual .catch2 img:nth-child(2) {
    width: 11.111111111%;
}


.cicacare-cont .intro .midashi02 {
    font-weight: bold;
    color: #388579;
    margin-bottom: 50px;
}


.check-sec {
}
.onayami-bg {
    background-color: #ddeae8;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 50px;
}
.check-sec h3.midashi {
    font-size: 1.4em;
    line-height: 2;
    margin-bottom: 30px;
}
.check-sec h3 span {
    font-size: 1.5em;
    font-weight: inherit;
}
.onayami-check-wrap {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.onayami-check dt,
.onayami-check dd {
    font-size: 1.2em;
}
.onayami-check dt {
    float: left;
    position: relative;
    padding-left: 35px;
    color: #388579;
}
.onayami-check dt::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icon_checkbox.png") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.onayami-check dd {
    margin-left: 200px;
}
.conclusion {
    text-align: center;
    font-size: 1.6em;
    color: #e3007f;
    font-weight: bold;
}


.feature {
    margin-bottom: 50px;
}
.feature-title {
    width: 160px;
    float: left;
}
.feature-cont-wrap {
    margin-left: 200px;
}
.feature-cont h3 {
    clear: none;
    background-color: #388579;
    color: #ffffff;
    font-size: 24px;
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.textstyle01 {
    font-size: 2em;
    text-align: center;
    color: #388579;
    font-weight: bold;
}
ul.seibun-list li {
    margin-bottom: 20px;
}
ul.seibun-list li::after {
    content: "";
    display: block;
    clear: both;
}
ul.seibun-list li figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
ul.seibun-list li dl {
    margin-left: 310px;
}
ul.seibun-list li dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #388579;
}
.cont-main {
    margin-bottom: 30px;
}
.origo-illust {
    text-align: center;
    margin-bottom: 30px;
}
.origo-illust img {
    display: inline-block;
}
.origo-illust ul {
    letter-spacing: -0.4em;
    text-align: center;
}
.origo-illust ul li {
    letter-spacing: normal;
    max-width: 31%;
    display: inline-block;
    margin-right: 3.5%;
}
.origo-illust ul li:nth-child(3) {
    margin-right: 0;
}

.conclusion span {
    font-size: 0.75em;
    font-weight: inherit;
}


.herb-sec {
    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 30px;
}
.herb-sec h3 {
    font-size: 1.6em;
    text-align: center;
    color: #388579;
    margin-bottom: 30px;
}
ul.herb-list li {
    width: 22%;
    float: left;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 30px;
}
ul.herb-list li:nth-child(4n) {
    margin-right: 0;
}
ul.herb-list li figcaption {
    margin-top: 10px; 
}


.purchase {
	text-align: center;
}
.purchase ul {
	letter-spacing: -0.4em;
}
.purchase ul li {
	letter-spacing: normal;
	display: inline-block;
	width: 46%;
	max-width: 300px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4;
	border-radius: 5px;
	vertical-align: top;
}
.purchase a {
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #575757;
}
ul.purchase-web-list li a {
	background-color: #f6df7a;
}
ul.purchase-web-list li a:hover {
	background-color: #388579;
	color: #ffffff;
}
ul.purchase-shop-list li {
	padding: 10px 20px;
	border-radius: 5px;
}
ul.purchase-shop-list li p {
	margin-bottom: 5px;
	font-weight: bold;
}
ul.purchase-shop-list li p.note {
	font-size: 0.6em;
	margin-bottom: 0;
	font-weight: normal;
}
ul.purchase-shop-list li.tokyuhands {
	background-color: #007236;
}
ul.purchase-shop-list li.tokyuhands p {
	color: #ffffff;
}
ul.purchase-shop-list li.loft {
	background-color: #fdd000;
}
ul.purchase-shop-list li.loft p {
	color: #000000;
}




.cicacare-foot .obi {
    background-color: #388579;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.cicacare-foot figure {
    width: 36%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.cicacare-foot .cont-text {
    width: 60%;
    text-align: center;
    float: right;
}
.foot-appeal {
    font-size: 1.5em;
    font-weight: bold;
}
.foot-appeal2 {
    font-size: 2.25em;
    font-weight: bold;
}






.cjw .main-visual {
    background: url("../images/cjw/cjw_main_bg.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 50%;
    height: 0;
    max-width: 1600px;
    margin: 0 auto;
}

.cjw-beforeafter-sec {
    background: url("../images/cjw/cjw_beforeafter_bg.png") no-repeat top center, #ddeae8;
    background-size: 100% auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cjw-beforeafter-sec h2 {
    text-align: center;
    margin-bottom: 50px;
}
.cjw-beforeafter-sec h2 span {
    font-size: 1.4em;
    font-weight: inherit;
}




/** ===========================================================================================
 *
 *  Media Queries
 *
 *  =========================================================================================== */
	

@media screen and (max-width: 1200px) {
	
}
	
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 880px) {
		
}
	
@media screen and (max-width: 768px) {
	
}
	
@media screen and (max-width: 640px) {
    .cicacare-cont .main-visual .catch {
        margin-bottom: 30px;
    }
    .feature-sec .midashi02 {
        font-size: 2em;
    }
    .feature-title {
        float: none;
        margin: 0 auto 30px;
    }
    .feature-cont-wrap {
        margin-left: 0;
    }
    .feature-cont h3 {
        font-size: 1.5em;
    }
    .feature-cont ul.seibun {
        text-align: center;
    }
    .foot-appeal {
        font-size: 1.2em;
    }
    .foot-appeal2 {
        font-size:1.6em;
    }
    
    
    
    
    
    
    

}
	
@media screen and (max-width: 580px) {
    .main-visual {
        height: auto;
        background-image: none;
        padding-bottom: 0;
    }
    .cicacare-cont .main-visual .catch {
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .cicacare-cont .main-visual .catch2 {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .cicacare-cont .intro .midashi02 {
        font-size: 1.4em;
    }
    
    .check-sec h3.midashi {
        font-size: 1.1em;
    }
    .onayami-check dt,
    .onayami-check dd {
        font-size: 1.1em;
    }
    .onayami-check dt {
        float: none;
    }
    .onayami-check dd {
        margin-left: 2em;
    }
    
    
    .feature-title {
        width: 130px;
    }
    .feature-cont h3 {
        font-size: 1.2em;
    }
    ul.seibun-list li figure {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    ul.seibun-list li dl {
        margin-left: 0;
    }
    
    ul.herb-list li {
        width: 31%;
        margin-right: 3.5%;
    }
    ul.herb-list li:nth-child(4n) {
        margin-right: 3.5%;
    }
    ul.herb-list li:nth-child(3n) {
        margin-right: 0;
    }
    
    .purchase a {
		padding: 10px 10px;
		font-size: 1.2em;;
		border-radius: 6px;
	}
    .purchase ul li {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
    
    
    .cicacare-foot figure {
        width: 100%;
        float: none;
    }
    .cicacare-foot .cont-text {
        width: 100%;
        float: none;
    }
    .foot-appeal {
        font-size: 1.1em;
    }
    .foot-appeal2 {
        font-size:1.3em;
    }
    
    
    
    .item-lineup li {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .item-lineup li:nth-child(2n+1) {
        border-right: none;
        padding-right: 0;
    }
    .item-lineup li .link-btn04 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
    
    
    
    .cjw .main-visual {
        height: auto;
        background-image: none;
        padding-bottom: 0;
    }
    .cjw-beforeafter-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cjw-beforeafter-sec h2 {
        font-size: 1.4em;
        margin-bottom: 30px;
    }

    
	
	
	

}

