@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

/*html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, section, article, header, footer, aside, figure, figcaption, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { display:block;}
ol,ul { list-style: none; list-style-type: none;}
img { vertical-align: top; max-width: 100%;}
a img { -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}

.pc { display: block !important;}
.sp { display: none !important;}

.t_right { text-align: right !important;}
.t_left { text-align: left !important;}
.t_center { text-align: center!important;}

.t_bold { font-weight: bold;}

.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.pb0 { padding-bottom: 0px !important;}

.txt_s { font-size: 12px !important;}*/



#voice-modal h3 {
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #003567;
	line-height: 1;
	padding: 0px 0 20px;
	margin: 0 0 50px;
	font-family: "source-han-serif-japanese",serif;
	font-weight: 400;
	background:none;
	border:none;
}
#voice-modal h3::after {
	content: '';
	position: absolute;
	width: 50px;
	border-bottom: solid 1px #003567;
	display: block;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto auto 0 auto;
}
#voice-modal h4 {
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #0075a9;
	line-height: 1.4;
	padding: 0px 0 30px;
	font-family: "source-han-serif-japanese",serif;
	font-weight: 400;
	background:none;
}
#voice-modal h4 span {
	display: block;
	font-size: 34px;
	margin: 0 0 0px;
	letter-spacing: -0.03em;
}

/*========================================================================

  style

========================================================================*/

#voice-modal,.swiper-voice {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #222;
	line-height: 2.2;
	background: #fff;
}



/*  voice
===========＝＝＝＝＝＝＝＝＝＝＝＝＝＝==================*/
.voice {
	display: block;
	background: #fff;
	padding: 30px 0 30px;
}

.post_block #voice-modal {
	margin:30px 0;
}

.voice ul {
	display: block;
	max-width: 1020px;
	margin: 0 auto;
}
.voice ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.voice ul li {
	float: left;
	width: 95%;
	background: #fff;
	border: 5px solid #f6f7f9;
	margin: 0 0 50px;
}
.voice ul li:nth-child(2n) {
	float: right;
}
.voice ul li .commentArea {
	padding: 26px 26px;
	border-bottom: 1px solid #f6f7f9;
}
.voice ul li .commentArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.voice ul li .commentArea .face {
	float: left;
	width: 25%;
}
.voice ul li .commentArea .face p {
	font-size: 15px;
	line-height: 30px;
	margin: 10px 0 0;
}
.voice ul li .commentArea .comment {
	float: right;
	width: 73%;
}
.voice ul li .commentArea .face img,
.voice ul li .commentArea .comment img {
	display: block;
	width: auto;
	max-width: 100%;
}
.voice ul li .commentArea .comment.kakko {
	margin: 0px 0px 7px;
	padding: 35px 0px 33px;
	background: url(../images/bg_detail01.png) no-repeat top left, url(../images/bg_detail02.png) no-repeat bottom right;
}
.voice ul li .commentArea .comment h4 {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0;
	line-height: auto;
	font-size: 20px;
	color: #003567;
}
.voice ul li .commentArea .comment p {
	font-size: 15px;
	line-height: 30px;
}


.voice ul li .detailArea {
	margin: 15px 10px 7px;
	padding: 35px 15px 33px;
	background: url(../images/bg_detail01.png) no-repeat top left, url(../images/bg_detail02.png) no-repeat bottom right;
}
#voice-modal .voice ul li .detailArea h4 {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0;
	line-height: auto;
	font-size: 20px;
	color: #003567;
}
.voice ul li .detailArea p {
	font-size: 15px;
	line-height: 30px;
}


/*養成講座用*/
	.swiper-voice {
		 width:600px;
		 margin:15px auto;
	}
	.swiper-voice p.ht {
		padding:15px 0;
		font-size:12px;
		line-height:20px;
		text-align:center;
		min-height:105px;
                height:105px;
	}
	.swiper-voice .detailArea h4 {
		font-size:16px;
		text-align:left;
		padding-bottom:15px;
	}
	.swiper-voice .ht {
		text-align:center;
		font-family: 'Noto Sans', sans-serif;
	}
	.swiper-voice .ht img {
		width:170px;
		border-radius:85px;
	}
	#voice-modal {
		display:block;
		position:relative;
		width:100%;
		overflow:auto;
		height:auto;
	}
	.voice {
		width:100%;
		margin:0 auto;

	}
	#voice-modal p,.swiper-voice p.ht {
    		font-family: 'Noto Sans', sans-serif !important;
			font-size:14px;
	}
/*養成講座用終わり*/