@media (max-width: 993px)  {

	.txtbox{
		width: 98%;
		margin-left: 1%;
		margin-top: 2.5vw;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 200%;

	}

	#footcontainer{
		margin-top: 5vh;
	}

	h2{
		font-size: 18px;
		line-height: 170%;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 5px;

	}

	h3{
		font-size: 18px;
		line-height: 170%;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 5px;

	}


h4{
	font-size: 18px;
	line-height: 170%;
	font-weight: normal;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

h5{
	font-size: 18px;
	line-height: 170%;
	font-weight: normal;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}



.contentbox{
	width: 98%;
	padding-left: 1%;
}


.contentleft{
	width: 98%;
	padding-left: 1%;
	padding-bottom: 10px;
}

.contentright{
	width: 98%;
	padding-left: 1%;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

img.setsumei{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	max-width: 427px;
	border-radius: 10px;
}

.table-scroll {
  overflow-x: auto;
}

table.lines {
	width: 1280px;
	box-sizing: border-box;
	border-collapse: collapse;
	border-top: 1px  #0068B7 solid;
	border-left: 1px  #0068B7 solid;
}

table.lines td, table.lines th {
	padding: 3px;
	text-align: left;
	border-bottom: 1px  #0068B7 solid;
	border-right: 1px  #0068B7 solid;
	text-align: center;
}

table.lines th {
	background-color: #F7F9FC;
	font-weight: normal;
}

table.linesS {
	border-collapse: collapse;
	border-top: 1px  #0068B7 solid;
	border-left: 1px  #0068B7 solid;
}

table.linesS td, table.linesS th {
	padding: 1px 3px 1px 3px;
	text-align: center;
	border-bottom: 1px  #0068B7 solid;
	border-right: 1px  #0068B7 solid;
}

table.linesS th {
	background-color: #F7F9FC;
}

td.thSub {
	background-color: #F7F9FC;
}

table.nolines {
	border-collapse: collapse;
	border: 0;
}

table.nolines td, table.nolines th {
	border: 0;
}


/* ドットライン */

hr.dotline {
	border-top: 1px dashed #B8BFCB;
}

span.imgshow{
	font-size: 16px;
}

/* 画像表示 */

.photobox{
	width: 100%;
	margin: 0;
	text-align: center;
}

img.photoapp{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	max-width: 600px;
	border-radius: 10px;
	transition-duration: 0.3s;
}

img.photoapp:hover{
	transform: scale(1.02);	/*画像の拡大率*/
	transition-duration: 0.3s;
}

.imgtxtbox{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 40px;
}





}

