@media screen and (min-width: 1024px) {
.merci_size .pc {display: block;}
.merci_size .sp {display: none;}
}
@media screen and (max-width: 1023px) {
.merci_size .pc {display: none;}
.merci_size .sp {display: block;}
}
.fs-c-heading--page {
	display: none;
}
.merci_size * {
	margin: 0;
	padding: 0;
}
.merci_size ul {
	list-style-type: none;
}
.merci_size a,
.merci_size a:hover {
	text-decoration: none;
}

#merci_size {
	max-width: 750px;
	margin: auto;
	font-size: 14px;
}
#merci_size h2 {
	font-size: 34px;
	text-align: center;
	margin: 20px 0;
}
#merci_size .read {
	text-align: center;
	font-size: 14px;
	margin: 40px 0;
}
#merci_size .ms_anchor ul,
#merci_size .ms_anchor ul li,
#merci_size .ms_anchor ul li a {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#merci_size .ms_anchor ul {
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin:20px 0;
}
#merci_size .ms_anchor ul li {
	width: 32%;
	height: 70px;
	margin-bottom: 2%;
}
#merci_size .ms_anchor ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
    border-radius: 5px;
    background: #646464;
    color: #fff;
    text-align: center;
    padding: 10px 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}
#merci_size .ms_anchor ul li a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
#merci_size .size_block {
	margin:50px 0 100px;
}
#merci_size .size_block h3 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	font-size: 26px;
}
#merci_size .size_block .imgarea {
	text-align: center;
}
#merci_size .size_block .imgarea img {
	max-width: 500px;
}
#merci_size .size_block table {
	width: 100%;
}
#merci_size .size_block table,
#merci_size .size_block table th,
#merci_size .size_block table td {
	border-collapse: collapse;
    border:1px solid #333;
}
#merci_size .size_block table th {
	background: #eee;
	padding: 10px;
}
#merci_size .size_block table td {
	padding: 10px;
}




@media screen and (max-width: 1023px) {
#merci_size h2 {
	font-size: 28px;
}
#merci_size .ms_anchor ul li a {
	font-size: 3.2vw;
}
#merci_size .size_block h3 {
	font-size: 20px;
}
#merci_size .size_block .imgarea img {
	max-width: 100%;
}
#merci_size .size_block table th {
	width: 25%;
}
#merci_size .size_block table th,
#merci_size .size_block table td {
	font-size: 14px;
}
#merci_size .anchor {
	margin-top: -120px;
	padding-top: 120px;
}
}
@media screen and (max-width: 320px) {
#merci_size h2 {
	font-size: 24px;
}
}