.page-img {
	background-size: cover;
	background-position: center;
	padding-top: 300px;
}

.page-img01 {
	background-image: url("../img/01.jpg");
}
.page-img02 {
	background-image: url("../img/02.jpg");
}
.page-img03 {
	background-image: url("../img/03.jpg");
}

.pagetitle {
	background-color: #fff;
	padding-top: 20px;
max-width: 300px;
	margin: 0 auto;
	text-align: center;
}

.pagetitle h2 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 240%;
}
.pagetitle h6 {
	font-family: "Times New Roman", Times, "serif";
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	color: #61D3FC;
}

.sec-box {
	max-width:1100px;
	margin: 0 auto;
	margin-top: 80px;
	padding-left: 5%;
	padding-right: 5%;
}

.title01 {
	background-color: #EBEBEB;
	padding: 10px 20px;
	border-bottom: 2px solid #61D3FC;
	border-radius: 5px 5px 0 0;
}
.title01 h3 {
	font-weight: bold;
	font-size: 180%;
}
.naka {
	padding: 30px 20px 0px 20px;
}

.table {
	width: 100%;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.table td {
	font-size: 118%;
	line-height:1.4;
	letter-spacing: 0.08em;
	font-weight:500;
	padding: 10px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.table02 td {
	padding: 5px;
	font-size: 108%;
}
.table .td01 {
	font-weight: bold;
	width: 180px;
	background-color: #EBEBEB;
}

.tr01 td {
	background-color: #EBEBEB;
	font-weight: bold;
}
.table .td06 {
	width: 100px;
}
.table .td02 {
	width: 80px;
}
.table .td04 {
	width: 120px;
}

.image-works {
	display: flex;
	flex-wrap: wrap;
}
.imworks {
	width: 33.33%;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.imworks p {
	margin-top: 10px;
	font-weight: bold;
	border-left: 2px solid #61D3FC;
	padding-left: 15px;
}

.rec-tt01 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 180%;
	margin-bottom: 15px;
}

.rec-saisyo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rec-saisyo01 {
	width: 47%;
}
.rec-saisyo02 {
	width: 47%;
}

.motomeru h5 {
	margin-top: 30px;
	font-size: 120%;
	font-weight: bold;
	border-top: 2px solid #61D3FC;
	border-bottom: 2px solid #61D3FC;
	padding: 8px;
	margin-bottom: 10px;
}
.motomeru p {
	font-weight: bold;
}
.motomeru p span {
	color: #61D3FC;
}

.torikumi {
	display: flex;
	flex-wrap: wrap;
}

.torikumi li {
	width: 33.33%;
	padding: 20px 10px 0px 10px;
	box-sizing: border-box;
}

.torikumi li p {
	margin-top: 10px;
	font-weight: bold;
}

.inta-box {
	display: flex;
	justify-content: space-between;
}

.inta-box01 {
	width: 25%;
}
.inta-box02 {
	width: 70%;
}

.inta-box01 img {
	border-radius: 50%;
}
.inta-box01 h4 {
	font-size: 120%;
	font-weight: bold;
}
.inta-box01 h6 {
	font-size: 100%;
	font-weight: bold;
}
.inta-box02 h3 {
	font-size: 130%;
	font-weight: bold;
	color: #2F8DAF;
	margin-bottom: 10px;
}
.inta-box02 p {
	border-left: 2px solid #61D3FC;
	padding-left: 20px;
	margin-bottom: 20px;
}

.bosi-tt {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

.kyaria {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #EBEBEB;
	padding: 30px;
	border-radius: 5px;
}
.kyaria h4 {
	font-size: 140%;
	font-weight: bold;
}
.kyaria h5 {
	font-size: 110%;
	font-weight: bold;
	background-color: #858585;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 20px;
}
.kyaria h6 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kyaria p {
	border-left:2px solid #858585;
	padding-left: 20px;
}

.honsy {
	padding: 30px 30px 0px 30px;
}
.honsy p {
	margin-top: 10px;
}


.kodo {
	max-width: 800px;
	margin: 0 auto;
	border: 2px solid #61D3FC;
	border-radius: 10px;
	padding: 40px;
	margin-top: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kodo h3 {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.kodo01 {
	width: 65%;
}
.kodo02 {
	width: 30%;
}
.kodo02 a {
	background-color: #61D3FC;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-radius: 30px;
	display:  block;
	text-align: center;
	padding: 20px 0;
}

@media screen and ( max-width:800px )
{
.table {
	width: 100%;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.table td {
	display: block;
}
.table .td01 {
	width: 100%;
	box-sizing: border-box;
}
.honsy {
	padding: 30px 0px 0px 0px;
}
.page-img {
	padding-top: 100px;
}
.image-works {
	display: inherit;
}
.imworks {
	width: 100%;
}
.naka {
	padding: 30px 0px 0px 0px;
}

.table02 td {
	display: table-cell;
}
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{
	height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
	
.rec-saisyo {
	display: inherit;
}

.rec-saisyo01 {
	width: 100%;
}
.rec-saisyo02 {
	width: 100%;
	margin-top: 30px;
}
.torikumi {
	display: inherit;
}

.torikumi li {
	width: 100%;
	padding: 20px 10px 0px 10px;
	box-sizing: border-box;
}
.inta-box {
	display: inherit;
}

.inta-box01 {
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 20px;
}
.inta-box02 {
	width: 100%;
	margin-top: 20px;
}
.inta-box01 img {
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
	
.kodo {
	padding: 5%;
	display: inherit;
}

.kodo01 {
	width: 100%;
	margin-bottom: 20px;
}
.kodo02 {
	width: 100%;
}

}