@charset "utf-8";

body {
	font-family: Meiryo UI;
}
.communications .container{
	max-width: 100%;
}
/* .communications .container .topicpath ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.communications .container .topicpath ul li {
    display: inline;
    padding-right: 16px;
    margin-right: 6px;
}
.communications .container .topicpath ul li:not(:last-child) {
    background: url(/images/shop/productDetail/topicpath_arrow.png) no-repeat right;
}
.communications .container .topicpath>ul>li>img{
	width:1rem;
	margin-right:6px;
	margin-bottom: 3px;
}
.communications .container .topicpath>ul>li>a{
	color:blue;
} */

.communications .container .content_text{
	margin: 50px auto 0 auto;
	position: relative;
    right: 6%;
}

/* .communications .container .content_text{
	background-image: linear-gradient(#fff,rgb(104, 204, 255));
} */
.communications .container .content_text>h2{
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	text-decoration: underline;
	padding: 20px 0 10px 0;
}
.communications .container .content_text>p{
	text-align: left;
	padding-left: 50px;
	font-size: 18px;
	line-height: 2rem;
}
.communications .container .content_img{
	width: 80%;
	margin:0 auto;
}

.communications .container .content_img img{
	width: 100%;
	border-radius: 30px;
}
	

	
	
	
	
	
	
	
	
	
	
	
	