body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

header .header_inner nav .menu p {
	line-height: 1;
}

/* iziModal */
html body div.iziModal{
	max-width: 840px !important;
    width: 80%;
	padding: 14px 22px 22px;
	z-index: 1010 !important;
	box-sizing: content-box;
/*	overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

div.iziModal-overlay{
	background-color: rgba(0, 0, 0, 0.5) !important;
	z-index: 1000 !important;
}

.iziModal-navigate {
	z-index: 1001 !important;
}

.iziModal.hasShadow::after {
    opacity: 0;
}

/* Contents */
h3 {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 11px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
h3::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: #00489d;
	width: 32px;
	height: 3px;
	margin: auto;
}
p {
    font-size: 14px;
	line-height: 22px;
	margin: 0;
}
p.pos {
	font-size: 18px;
	font-weight: bold;
}

div.name {
	margin-right: 35px;
}

div.name p.photo {
	width: 240px;
	margin-bottom: 10px;
}
div.name p.photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

div.name p.manager {
	text-align: center;
}
div.name p.manager strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

div.txt p.tl {
	font-size: 18px;
	margin-bottom: 10px;
}

div.txt p:not(.tl) {
	text-indent: 1em;
}

html body div#content_01.contents div.section div.comment.cf{
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/*	-webkit-overflow-scrolling: touch;*/
}

@media(max-width:1100px){
/*	html body div.iziModal{
		overflow: scroll;
	}*/

	html body div.iziModal-navigate button.iziModal-navigate-next{
		margin-right: -50% !important;
		opacity: 1 !important;
		height: 84px;
		top: 42%;
	}
	
	html body div.iziModal-navigate button.iziModal-navigate-prev{
		margin-left: -50% !important;
		opacity: 1 !important;
		height: 84px;
		top: 42%;
	}
}

@media(max-width:800px){
	.iziModal-navigate > button {
		width: 42px;
		height: 42px;
	}
	html body div#content_01.contents div.section div.comment.cf{
    display: block;
	}

	div.name {
    margin-right: 0;
		margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
	}
	div.name p.photo {
		margin-bottom: 12px;
		max-width: 200px;
		width: 100%;
	}
	div.name p.manager {
		margin-left: 0;
	}
	div.txt p.tl {
		text-align: center;
	}

}

@media(max-width:566px){
	html body div.iziModal {
		width: 70%;
		padding: 7px;
	}
/*	
	html body div.iziModal div.iziModal-wrap div.iziModal-content iframe.iziModal-iframe{
		max-width: 90%;
		height: 90% !important;
	}
	html body div.iziModal-navigate div.iziModal-navigate-caption{
		display: none !important;
	}*/
	
	p {
		font-size: 14px;
		line-height: 22px;
	}

	h3 {
		position: relative;
		margin: 0 0 18px;
		padding: 0 0 16px;
		font-size: 24px;
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-align: center;
	}
	h3::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00489d;
        width: 32px;
        height: 3px;
        margin: auto;
	}
	p.pos {
		font-size: 16px;
		font-weight: 400;
		text-align: center;
	}
	div.name p.photo {
    /* width: 65px; */
	}
}

html body div#content_01.contents div.section .photo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 5%;
    gap: 0 50px;
}
html body div#content_01.contents div.section .photo_wrap .photo {
	max-width: 240px;
}
html body div#content_01.contents div.section .photo_wrap .photo img {
	width: 100%;
}
html body div#content_01.contents div.section .photo_wrap .manager {
	font-size: 14px;
	text-align: center;
}
html body div#content_01.contents div.section .photo_wrap .manager strong {
	font-size: 24px;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}
@media(max-width:566px){
	html body div#content_01.contents div.section .photo_wrap {
		flex-direction: column;
		padding: 5%;
		gap: 20px;
	}
	html body div#content_01.contents div.section .photo_wrap .photo {
		max-width: 240px;
	}
	html body div#content_01.contents div.section .photo_wrap .photo img {
		width: 100%;
	}
	html body div#content_01.contents div.section .photo_wrap .manager {
		font-size: 14px;
		text-align: center;
	}
	html body div#content_01.contents div.section .photo_wrap .manager strong {
		font-size: 24px;
		font-weight: 400;
		display: block;
		padding-top: 10px;
	}
}