@charset "UTF-8";


.cate_title {
	background-image: url(images/howto_catetitle_bg.jpg);
	}

#howto_basic .summery{
    margin: 2rem 0;
    line-height: 1.5;
    border:3px solid #efefef;
    padding: 2rem;
}

#howto_basic .basic_img {
	text-align: center;
	overflow: hidden;
	}
#howto_basic .basic_img > img {
	margin: auto -12%;
	max-width: 124%;
	}

#howto_basic .name_list{
   margin-top: 4rem; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#howto_basic .name_list dl{
    flex-basis: 48%;
    margin-bottom: 4%;
}
#howto_basic .name_list dt{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ccc;
}
#howto_basic .name_list dd{
}
@media screen and (min-width: 768px) {
	#howto_basic .basic_img > img {
		margin: auto;
		width: 100%;
		}
	}
@media screen and (max-width: 767px) {
    #howto_basic .name_list{
        flex-direction: column;
    }
    #howto_basic .name_list dl{
        margin-bottom: 6%;
    }
}
