@charset "utf-8";

/*	リセットCSS	*/
	
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
section{
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
	/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;

}
/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}	
	
	
/*	//リセットCSS	*/


/* CSS Document */


.ctsWrap{
	margin-top: 0;
}
.brand{
	font-size: 13px;

}
.column{
	padding: 0 11px;
}

#contents h2.template {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    /* background: #000000; */
    font-size: 16px;
    /* text-align: center; */
    padding-left: 10px;
    margin-bottom: 30px;
    letter-spacing: .02em;
}
.guide-brand-section {
    margin-top: 0;
}
.guide-brand-title {
	font-size: 14px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.guide-brand-list{
	
}



.guide-brand-list li {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
}
ul.guide-brand-list li a {
    position: relative;
    width: 100%;
    display: block;
	    padding: 20px 0;

}

ul.guide-brand-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    transform: rotate(45deg);
    margin-top: -4px;
}
.guide-laundry-attention {
    font-size: 12px;
    margin-top: 10px;
}


/*PC*/
@media screen and (min-width:768px) {
/*PC*/

	.ctsWrap{

	margin-top: 0;
}
.brand{
	font-size: 14px;
	line-height: 1.7;
}
.column{
	width: 100%;
}

#contents h2.template {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    /* background: #000000; */
    font-size: 17px;
    /* text-align: center; */
    padding-left: 10px;
    margin-bottom: 40px;
    letter-spacing: .02em;
}
.guide-brand-section {
/*    margin-bottom: 70px;
    margin-top: 0;
    width: 45%;
*/}
.guide-brand-title {
	font-size: 15px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: 13px;
	padding-bottom: 8px;
}
	
ul.guide-brand-list {
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* justify-content: space-around; */
    /* justify-content: center; */
    /* justify-content: space-evenly; */
}

.guide-brand-list li {
/*   display: table; */
        /* box-sizing: border-box; */
        /* width: 100%; */
        /* height: 64px; */
        /* max-width: 500px; */
        margin-bottom: 50px;
        width: calc(100% / 3);
        width: 26%;
		padding: 0;
        border-bottom: none;
}
	ul.guide-brand-list li a {
     padding:  0; 
}
	
	ul.guide-brand-list li a::after {
    content: none;
}

.guide-laundry-attention {
    font-size: 12px;
    margin-top: 15px;
}

	
}

