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

.pankuzu a:link,
.contents-list a:link,
.pagetop a:link,
.pankuzu a:visited,
.contents-list a:visited,
.pagetop a:visited {
	color:#0c0052;
	text-decoration:none;
}

.topics a:link,
.topics a:visited,
.sample a:link,
.sample a:visited {
	color:#00C;
	text-decoration:none;
}

.main-contents a:hover{
	text-decoration:underline;
}

.text_box{
	overflow: hidden;
	margin: 30px 30px 80px;
}
.text_box p{
	font-size: 117%;
	line-height:1.8;
	margin-bottom: 20px;
}
.text_box .time{
	margin-bottom: 0px;
}
.flex_img{
	display: flex;
	gap: 20px;
	& .text{
		max-width: 370px;
		width: 100%;
	}
	& .img{
		max-width: 500px;
		width: 100%;
	}
}
.pc_block{
	display: none;
}


/* table
=========================================*/
main table {
    padding: 0 10px;
    border-collapse: collapse;
    margin-bottom: 20px;
	    width: 735px;
}
main td {
    border: solid 2px #ccc;
    padding: 15px;
}
main td a,main td a:link,main td a:visited{
	color: #00C;
}

main th {
    font-weight: bold;
    background: #DDE9F7;
    font-size: 117%;
    padding: 10px 50px;
    text-align: center;
    border: solid 2px #ccc;
}
main td {
    font-size: 117%;
    padding: 10px 60px 10px 20px;
    font-weight: normal;
    text-align: left;
    border: solid 2px #ccc;
}
.img_list{
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}
.text_box p.main-section-title {
    margin-bottom: 20px;
    padding: 20px;
    border: 4px solid #C5DCF0;
    font-size: 140%;
    color: #013064;
    clear: both;
}

@media (max-width: 1189px){
	main table {
		width: 100%;
		max-width: 780px;
}
}
@media (max-width: 767px){
main th,main td{
	display: block;
	}
main table{
	border-top:solid 2px #ccc;
	}
main th{
	border-top: none;
	border-bottom: none;
}
.text_box {
    margin: 30px 0;
}
.pc_block{
	display: block;
}
.flex_img{
	flex-direction: column-reverse;
	gap: 0px;
}
}

@media (max-width: 479px){

.detail span {
	float: none;
	margin: 0px;
}

.contents-list li {
	margin-top: 10px;
}

.detail p {
	margin: 5px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

}

/*　トップへ戻る 
=========================================*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	border: none;
}
