<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


img { 
    max-width: 100%; 
    height:auto;
}

#howToGrow #title{
	background:url(../img/howToGrow/img_main01.jpg) no-repeat top center #fff;
	background-size:cover;
	margin: 0 0 0;
	
    text-align: center;
    color: #008842;
    font-size: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding: 3% 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

#howToGrow #title span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0.8% 0;
    text-transform: uppercase;
}

#howToGrow #title.sp {
	margin-bottom:52px!important;
}

/*#howToGrow h1{
	background:url(../img/howToGrow/img_main01.jpg) no-repeat top center #fff;
	background-size:cover;
	margin: 0 0 0;
}

#howToGrow h1.sp {
	margin-bottom:52px!important;
}*/

#howToGrow .leftPart, #howToGrow .rightPart {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#howToGrow .leftPart .visual {
    background-color: #FDFEF9;
    text-align: center;
}

#howToGrow .leftPart .inner {
    max-width: 500px;
    padding-right: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#howToGrow .rightPart {
    background-color: #dbf3e7;
}

#howToGrow .rightPart .inner {
    max-width: 500px;
    padding-left: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#howToGrow .calendar {
    background-color: #F9F7F8;
}

#howToGrow .flower_txt h1 {
    color: #008842;
    margin: 0 0 32px 0;
	padding:0;
    font-size: 1em;
	text-align:left;
	border-bottom:0;
}




#howToGrow h2 {
    color: #008842;
    margin: 0 0 28px 0;
    font-size: 2.15em;
    border-bottom: 1px dotted #000000;
}

#howToGrow h2 span {
    color: #4d504e;
    display: block;
    margin: 10px 0 18px 0;
    font-size: 1rem;
}

#howToGrow h3 {
    color: #008842;
    margin: 0 0 28px 0;
    font-size: 1.57em;
}

#howToGrow h4 {
    color: #008842;
    margin: 0 0 12px 0;
    font-size: 1.18em;
    position: relative;
    padding-left: 12px;
}

#howToGrow h4::before {
    position: absolute;
    display: inline-block;
    line-height: 1.57em;
    vertical-align: middle;
    content: '';
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #008842;
}

#howToGrow .rightPart table {
    margin: 15px 0;
    width: 100% !important;
    height: auto !important;
}

#howToGrow .rightPart table tr td {
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
}

#howToGrow .return {
    display: block;
    margin: 40px auto;
    max-width: 434px;
}

#howToGrow .return .glyphicon {
    right: auto;
    left: 10px;
}

/* onoff_20160930 */
#howToGrow .rightPart .flower_txt table img {
	height:auto;
}
/* onoff_update */

@media (max-width: 1024px) {
#howToGrow .flower_txt h1 {
    margin:-26px 0 32px 0;
}
    #howToGrow .container-fluid .row {
        width: calc(100% + 30px);
        display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
        display: -moz-box;      /* OLD: Firefox (buggy) */
        display: -ms-flexbox;   /* MID: IE 10 */
        display: -webkit-flex;  /* NEW, Chrome 21?28, Safari 6.1+ */
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        -moz-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #howToGrow .rightPart {
        width: 100%;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
    }

    #howToGrow .leftPart {
        width: 100%;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
    }

    #howToGrow .rightPart .inner, #howToGrow .leftPart .inner {
        float: none !important;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
    }

/* onoff_20160930 */
	#howToGrow .rightPart .flower_txt table img {
		height:auto;
	}
/* onoff_update */
}

#howToGrow .catList {
    display: table;
}

#howToGrow .catList .item {
    color: #000000;
    display: table-cell;
    padding: 0 40px;
    height: 100%;
    width: 33.33%;
}

#howToGrow .catList .item:hover {
    text-decoration: none;
}

#howToGrow .catList .item &gt; * {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#howToGrow .catList .item h4 {
    min-height: 2.5em;
}

#howToGrow .catList .item h4::before {
    display: none;
}

#howToGrow .mainTtl {
    text-align: center;
    margin: 52px auto;
}

#howToGrow .txt {
    min-height: 2.8em;
}

@media (max-width: 815px) {
    #howToGrow .catList {
        display: block;
    }

    #howToGrow .catList .item {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

}


#howToGrow.category #title {
    margin-bottom: 0;
}

/*#howToGrow.category h1 {
    margin-bottom: 0;
}*/

#howToGrow .menuWrapper {
    background-color: #f7f7f2;
    border-top: 1px solid #e7e7e7;
    border-bottom: 4px solid #9bc7b1;
}

#howToGrow .menuWrapper .table {
    display: table;
    margin-bottom: 0;
    width: 100%;
}

#howToGrow .menuWrapper .cell {
    text-align: center;
    color: #72726f;
    font-size: 0.85em;
    height: 125px;
    display: table-cell;
    width: 33.33%;
    border-right: 1px dotted #b9dbc6;
    vertical-align: middle;
}

#howToGrow .menuWrapper .cell:first-of-type {
    border-left: 1px dotted #b9dbc6;
}


#howToGrow.category h2 {
    text-align: center;
    border-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

#howToGrow.category h2 span {
    display: block;
    font-size: 1rem;
    color: #363636;
}

#howToGrow.category h3 {
    text-align: center;
    padding-bottom: 10px;
    position:relative;
}

#howToGrow.category h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background-color: #008842;
}

#howToGrow.category .subCatBlock {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}

#howToGrow.category .item {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: left;
    margin: 7px 0;
}

#howToGrow.category .item .inner {
    display: table;
    text-align: left;
    width: 100%;
}

#howToGrow.category .item .cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: calc( 100% - 36px );
    color: #363636;
}
#howToGrow.category .item .cell p {
	line-height:20px;
	margin-bottom:0;
	margin-left:5px;
}

#howToGrow.category .item .cell:first-of-type {
    width: 36px;
}
#howToGrow.category .item .cell:first-of-type img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.pt0 { padding-top:0; }

@media (max-width: 800px) {
    #howToGrow.category .item {
        width: 33.3%;
    }
}

@media (max-width: 450px) {
    #howToGrow.category .item {
        width: 50%;
    }
}

/* onoff_20160930 */
.addtoany_shortcode {
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0 30px;
    margin: 0 0 40px;
}

.addtoany_shortcode a {
    display: inline-block;
	margin: 0 4px;
	width: 34px;
	height: 35px;
}

.addtoany_shortcode a.a2a_button_facebook {
	background:url(/img/common/sns_bt_fb.png) no-repeat;
	background-size:cover;
}

.addtoany_shortcode a.a2a_button_twitter {
	background:url(/img/common/sns_bt_tw.png) no-repeat;
	background-size:cover;
}

.addtoany_shortcode a.a2a_button_google_plus {
	background:url(/img/common/sns_bt_gp.png) no-repeat;
	background-size:cover;
}

.addtoany_shortcode a.a2a_button_line {
	background:url(/img/common/sns_bt_line.png) no-repeat;
	background-size:cover;
}

.addtoany_shortcode a:hover {
   filter:alpha(opacity=70);
   -moz-opacity: 0.7;
   opacity: 0.7;
}
</pre></body></html>