@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/



/*voice*/
.page_ttl.voice {
	background-image:url(../img/flow/page_ttl.jpg);
}
.voice .box01 {
	padding:20px 0 0;
	border-top: solid 1px #032f60;
}
.voice .box01:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.voice .box01 .box01_l {
	float:left;
	width:100%;
}
.table_voice{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 2px solid #E5ECF8;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}

.table_voice img {
	width:100%;
}
	
.table_voice th.aaa{
	width: 25%;
	color: #204378;
	background-color: #F0F0F0;
	vertical-align: top;
	text-align: left;
	padding: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_voice th.bbb{
	width: 15%;
	color: #204378;
	background-color: #DCE9FD;
	vertical-align: top;
	text-align: left;
	padding: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_voice td{
	width: 60%;
	color: #333333;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	padding: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8395B5;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media screen and (max-width: 768px) {
.voice .box01 {
	margin:0 0 2.6041vw;
	padding:2.6041vw 0 5.2083vw;
}
.voice .box01 .box01_l {
	float:none;
	width:100%;
	margin:0 0 2.6041vw;
}
.voice .box01 .box01_l section {
	padding:0 0 2.6041vw;
	margin:0 0 2.6041vw;
}
.voice .box01 .box01_l section:last-child {
	padding:0;
	margin:0;
	border-bottom: none;
}
.table_voice{
	font-size: 90%;
}
.table_voice th.aaa{
	width: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
}
.table_voice th.bbb{
	width: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
}
.table_voice td{
	width: 100%;
	display: list-item;
	border: none !important;
}
