.main{
	padding-top: 60px;
}


.main__title2{
	height: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-top: 20px;
	
	font-size: calc(16px - 1 * ((100vw - 420px) / 860));
	@media only screen and (max-width: 777px) {
		width: 100%;
	}
}

.main__title2 h2{
    width: 90%;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: calc(23px + 10 * ((100vw - 420px) / 860));
    color: #2735a1;
    position: relative;
    
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
}

.main__title h2{
	padding-top:80px;
}

.container {
	margin-top: 7%;
	margin-right: auto;
	margin-bottom: 7%;
	margin-left: auto;
	width: 70%;
	height: auto;
	 scroll-margin-top: 80px;
	
	@media only screen and (max-width: 1200px) {
		width: 80%;
		height: auto;
	}
}

.container hr{
	margin-left: 50px;
	@media only screen and (max-width: 777px) {
		margin-left: 0px;
	}
}

.container_title {
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
}

.container_title h3 {
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	font-weight: 600;
	font-size: calc(20px + 1 * ((100vw - 420px) / 860));
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	color: #04acb4;
	display: inline-block;
	background: #e1efef;
	
	@media only screen and (max-width: 777px) {
		display: block;
	}

}





.container_content {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	min-height: 600px;
}


.container_detail {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 50px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	
	@media only screen and (max-width: 1200px) {
		height: auto;
	}
	@media only screen and (max-width: 777px) {
		height: auto;
		margin-top: 10%;
		margin-right: auto;
		margin-bottom: auto;
		margin-left: auto;
		flex-direction:column;
		align-items:center;
	}
}




.container_text{
	width: 100%;
	height: auto;
	
	padding-left: 20px;
	padding-right: 20px;
	@media only screen and (max-width: 777px) {
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
}
.container_text span{
	font-weight: bold;
	font-size: 18px;
	
}


.container_detail table td:nth-child(1){
	min-width: 100px;
}
.container_detail table td:nth-child(2){
	
	white-space:pre-line;
	@media only screen and (max-width: 777px) {
		line-height: 1.2em;
	}
	
}
.name{
	@media only screen and (max-width: 777px) {
		display:inline-block;
		margin-bottom: 10px;
	}
	
}

.post{
	@media only screen and (max-width: 777px) {
		display:inline-block;
		font-size: 12px;
	}
	
}

.container_detail table td p{
	margin-left: 14px;
}


.video {
	width:100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	@media only screen and (max-width: 777px) {
		width: 80%;
	}
}

.video video{
	width:100%;
	max-width: 600px;
	
	
}



.container_image {
	width: 250px;
	font-size: 12px;
	
	@media only screen and (max-width: 777px) {
		text-align: center;
		width: 100%;
	}
}
.container_image p{
	line-height: 1.5em;
}
.container_image span{
	font-size: 18px;
	font-weight: bold;
}

.container_image img{
 	width: 250px;
	@media only screen and (max-width: 777px) {
		width: 100%;
	}
}

.container_image_large{
	max-width: 400px;
 	width: 100%;
	@media only screen and (max-width: 777px) {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	
}
.container_image_large img{
	max-width: 400px;
 	width: 100%;
	@media only screen and (max-width: 777px) {
		width: 100%;
		max-width: 100%;
	}
}

.container_image_album{
 	height:200px;
	margin-right: 20px;
	
	@media only screen and (max-width: 1200px) {
		height: 140px;
	}
	
	@media only screen and (max-width: 777px) {
		width:100%;
		height:auto;
		margin-right: 0px;
		margin-top:30px;
		text-align:center;
	}
	
}
.container_image_album img{
	height: 200px;
	@media only screen and (max-width: 1200px) {
		height: 140px;
	}
	@media only screen and (max-width: 777px) {
		width:100%;
		height:auto;
	}
}

.innerpage_nav{
	width: 70%;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background:  #2735a1;
	
	@media only screen and (max-width: 1200px) {
		width:80%;
	}
	@media only screen and (max-width: 777px) {
		display:none;
	}
	
}

.innerpage_nav table{
	border-collapse: collapse;
	
}
.innerpage_nav td{
	border: 1px solid gray;
	
}

.innerpage_nav td:hover{
	background: #00CCFF;
	
}

.innerpage_nav td a{
	border-collapse: collapse;
	color: white;
}

.bold {
	font-weight: 600;
	display: block;
}



