@charset "utf-8";
/* CSS Document */


.ctsWrap{
	margin-top: 0;
}
.laundry{
	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-laundry-section {
    margin-bottom: 50px;
    margin-top: 0;
}
.guide-laundry-title {
	font-size: 14px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 8px;
}


.guide-laundry-list li {
    display: table;
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* height: 64px; */
    /* max-width: 500px; */
    margin-bottom: 12px;
}
.guide-laundry-list li .image {
    display: table-cell;
    width: 12%;
    /* text-align: center; */
}
.guide-laundry-list li .text {
    display: table-cell;
    /* padding-right: 18px; */
    /* color: #333; */
    vertical-align: middle;
    width: 80%;
    padding: 0 8px 0 15px;
    /* font-size: 14px; */
}
.guide-laundry-attention {
    font-size: 12px;
    margin-top: 10px;
}


/*PC*/
@media screen and (min-width:768px) {
/*PC*/

	.ctsWrap{

	margin-top: 0;
}
.laundry{
	font-size: 14px;
	line-height: 1.5;
}
.column{
	padding: 0 11px;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-content: space-between;
	/* justify-content:space-around; */
	/* justify-content: center; */
	/* justify-content: space-evenly; */
}

#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-laundry-section {
    margin-bottom: 70px;
    margin-top: 0;
    width: 45%;
}
.guide-laundry-title {
	font-size: 15px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 8px;
}


.guide-laundry-list li {
    display: table;
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* height: 64px; */
    /* max-width: 500px; */
    margin-bottom: 15px;
}
.guide-laundry-list li .image {
    display: table-cell;
    width: 11%;
}
.guide-laundry-list li .text {
    display: table-cell;
    /* padding-right: 18px; */
    /* color: #333; */
    vertical-align: middle;
    width: 80%;
    padding: 0 8px 0 15px;
}
.guide-laundry-attention {
    font-size: 12px;
    margin-top: 15px;
}

	
}

