@charset "UTF-8";
/*
 original.css
 本サイト各ページ用CSS
*/

h2.d-box-title{
	width: 525px;
    height: auto;
	padding-top: 11.5%;
	background-image: url(../images/comment/title.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	font-size: 0;
    margin: 0 auto 2%;
}


body#cnts .d-box-body {
	background-image: none;
}

body#cnts .d-box-body:before{
	display: none !important;
	padding-top: 0;
}

body#cnts .d-box-body:after{
	display: none !important;
	padding-top: 0;
}

.comment-body{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	background-image: url(../images/common/cnts-bg-center.png);
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top center;
}


.comment-body:before{
	content:"";
	display: block;
	width: 100%;
	height: auto;
	padding-top: 5%;
	background-image: url(../images/common/cnts-bg-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin: 0 auto 0 auto;
	border-top: 5px solid #ffffff;
}

.comment-body:after{
	content:"";
	display: block;
	width: 100%;
	height: auto;
	padding-top: 5.18%;
	background-image: url(../images/common/cnts-bg-bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin: 0 auto 0 auto;
	border-bottom: 5px solid #ffffff;
}

.body-inner{
	width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
}

.comment-photo{
	flex: 1;
	max-width: 262px;
	text-align: center;
}

.comment-photo img{
	width: 90%;
	text-align: center;
}

.comment-txt{
	flex: 2;
	padding: 0 3% 0 3%;
	margin-left: auto;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	color: #191720;

}

.comment-txt h3{
	height: auto;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	max-width: 353px;
	padding-top: 20.4%;
}

#comment_matsui h3{background-image: url(../images/comment/name-matsui.png);}
#comment_hayami h3{background-image: url(../images/comment/name-hayami.png);}
#comment_hiraoka h3{background-image: url(../images/comment/name-hiraoka.png);}
#comment_saeki h3{background-image: url(../images/comment/name-saeki.png);}
#comment_mizusawa h3{background-image: url(../images/comment/name-mizusawa.png);}
#comment_maeda h3{background-image: url(../images/comment/name-maeda.png);}
#comment_asaka h3{background-image: url(../images/comment/name-asaka.png);}
#comment_hara h3{background-image: url(../images/comment/name-hara.png);}
#comment_kaneda h3{background-image: url(../images/comment/name-kaneda.png);}



#comment_yokozawa{
	margin: 5% auto 0 auto;
}

#comment_yokozawa h3{
	max-width: 569px;
	padding-top: 17.1%;
	height: auto;
	font-size: 0;
	margin-top: -9%;
	background-image: url(../images/comment/name-yokozawa.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
#comment_yokozawa .comment-txt p{
	margin: 0 0 3% 5%;
}


.comment-txt p{
	margin: 3% 0 3% 5%;
}

#comment p.icon{
	max-width: 59px;
	height: auto;
	padding-top: 5.13%;
	margin: 3% auto;
	text-align: center;
	background-image: url(../images/comment/icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}







/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
h2.d-box-title{
	width: 100%;
}

.body-inner{
	display: block;
}

.comment-photo{
	flex: 1;
	width: 100%;
	max-width: 262px;
	margin: 3% auto;
	text-align: center;
}

.comment-photo img{
	width: 80%;
}

.comment-txt{
	width: 100%;
	flex: 1;
	padding: 0 0 0 0;
	margin-left: auto;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;

}

.comment-txt h3{
	background-position: center center;
	padding-top: 22.4%;
}

#comment_yokozawa h3{
	padding-top: 28.5%;
	height: auto;
	font-size: 0;
	margin-top: -9%;
}

#comment_yokozawa .comment-txt p{
	margin: 5% 2% 5% 2%;
}

.comment-txt p{
	margin: 5% 2% 5% 2%;
}


}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
}