@charset "utf-8";

#topInformation {
	width: 1180px;
	margin: 0 auto;
}

#topInformation h2 {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 2px solid #953D00;
	position: relative;
	margin-bottom: 15px;
}

#topInformation h2::after {
	content: url("../about/images/titleh2_bg.png");
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#topInformation p {
	font-size: 16px;
	margin-bottom: 24px;
	padding: 0 20px;
}

@media screen and (max-width: 1240px) {
	#topInformation {
		width: auto;
		margin: 20px 10px;
	}
	#topInformation h2 {
		font-size: 20px;
	}
	#topInformation h2::after {
		background-image: url("../about/images/titleh2_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		content: "";
		width: 200px;
		height: 40px;
		right: 0;
		bottom: -20px;
	}
	#topInformation p {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

section.content {
	width: 1000px;
	margin: 50px auto 50px;
	position: relative;
}

@media screen and (max-width: 1040px) {
	section.content {
		width: auto;
		margin: 0 0px 50px;
		position: relative;
	}
}

section.content h3 {
	font-size: 30px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FF9700;
	margin-bottom: 20px;
	line-height: 35px;
}

section.content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

section.content.style01 {
	position: relative;
}

section.content.style01 p {
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	width: 800px;
	margin-bottom: 50px;
}

section.content.style01 .image {
	position: absolute;
	top: 0;
	right: 0;
}

section.content.style01 ol {
	font-size: 16px;
    counter-reset: li;
}

section.content.style01 ol li {
	list-style: none;
	margin-left: 50px;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	display: block;
	position: relative;
}

section.content.style01 ol li:before {
    counter-increment: li;
    content: counter(li)".";
    position: absolute;
    font-size: 22px;
    top: -1px;
    left: -40px;
    width: 1.6em;
    text-align: center;
}

section.content.style01 .info {
	width: 800px;
	margin: 20px auto 50px;
	background: #EFEFEF;
	padding: 20px 20px 20px 30px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 700;
	font-style: normal;
}

section.content.style01 .info::after {
	content: "";
	display: block;
	clear: both;
}

section.content.style01 .info .photo {
	float: left;
	margin-right: 30px;
}

section.content.style01 .info .title {
}

section.content.style01 .info .name {
	font-size: 18px;
	margin: 10px 0;
}

section.content.style01 .info .name strong {
	font-size: 24px;
	margin-left: 0.5em;
}

section.content.style01 .info p {
	width: auto;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width: 800px) {
	section.content h3 {
		font-size: 20px;
		color: #FF9700;
		margin-bottom: 20px;
		line-height: 35px;
	}
	section.content.style01 {
		padding: 0 20px;
	}
	section.content.style01 p {
		text-align: left;
		font-size: 14px;
		line-height: 22px;
		width: auto;
		margin-bottom: 30px;
	}
	section.content.style01 .image {
		display: none;
	}
	section.content.style01 ol {
		font-size: 14px;
		counter-reset: li;
	}
	section.content.style01 ol li {
		list-style: none;
		margin-left: 30px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px;
		height: auto;
		display: block;
		position: relative;
	}
	section.content.style01 ol li:before {
		counter-increment: li;
		content: counter(li)".";
		position: absolute;
		font-size: 18px;
		top: -1px;
		left: -30px;
		width: 1.6em;
		text-align: center;
	}
	section.content.style01 .info {
		width: auto;
		margin: 20px auto 50px;
		background: #EFEFEF;
		padding: 10px 10px 10px 10px;
	}
	section.content.style01 .info .photo {
		float: left;
		margin-right: 10px;
	}
	section.content.style01 .info .photo img {
		width: 100px;
	}
	section.content.style01 .info .name {
		font-size: 18px;
		margin: 5px 0;
	}
	section.content.style01 .info .name strong {
		font-size: 20px;
		margin-left: 0.5em;
	}
	section.content.style01 .info p {
		font-size: 13px;
		line-height: 22px;
	}
}

section.content .linklist {
	width: 1000px;
	margin: 20px auto 80px;
}

section.content .linklist ul::after {
	content: "";
	display: block;
	clear: both;
}

section.content .linklist li {
	width: calc(100% / 4);
	width: 25%;
	float: left;
}

section.content .linklist li a {
	margin: 0 10px;
	border: 1px #CCC solid;
	display: block;
	height: 80px;
	padding: 9px;
}

section.content .linklist li a span {
	border-left: 5px #C2FFC1 solid;
	height: 60px;
	display: block;
	padding: 15px 20px;
	line-height: 30px;
	font-size: 21px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}

section.content .linklist li a:hover {
	border: 3px #00B243 solid;
	padding: 7px;
}

@media screen and (max-width: 800px) {
	section.content .linklist {
		width: auto;
		margin: 20px 10px 80px;
	}
	section.content .linklist li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	section.content .linklist li a {
		margin: 0 10px;
		height: 60px;
	}
	section.content .linklist li a span {
		border-left: 5px #C2FFC1 solid;
		height: 40px;
		display: block;
		padding: 10px 20px;
		line-height: 22px;
		font-size: 18px;
		font-family: kozuka-gothic-pro, sans-serif;
		font-weight: 500;
		font-style: normal;
	}
}

section.style11 {
	width: 800px;
	float: left;
	padding: 0 40px;
}

section.style11 h3 {
	font-size: 18px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 3px solid #22B573;
	margin-bottom: 20px;
	line-height: 35px;
	color: #333;
}

section.style11 h4 {
	margin-left: 20px;
	font-size: 18px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-left: 5px solid #ACF7CD;
	padding-left: 10px;
}

section.style11 .sec01 ol {
	font-size: 16px;
    counter-reset: li;
	margin: 40px 20px;
}

section.style11 .sec01 ol li {
	list-style: none;
	margin-left: 60px;
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	display: block;
	position: relative;
	color: #FF5D0A;
}

section.style11 .sec01 ol li:before {
    counter-increment: li;
    content: counter(li)".";
    position: absolute;
    font-size: 22px;
    top: -1px;
    left: -40px;
    width: 1.6em;
    text-align: center;
	color: #333;
}

section.style11 .sec02 ol {
	font-size: 16px;
    counter-reset: li;
	margin: 40px 20px;
}

section.style11 .sec02 ol li {
	list-style: none;
	margin-left: 50px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	color: #333;
}

section.style11 .sec02 ol li:before {
    counter-increment: li;
    content: counter(li)".";
    position: absolute;
    font-size: 18px;
    top: -1px;
    left: -30px;
    width: 1.6em;
    text-align: center;
	color: #333;
}

section.style11 .image {
	margin: 80px 0;
	text-align: center;
	clear: both;
}

section.style11 .image p {
	font-size:16px;
	margin-top: 40px;
}

@media screen and (max-width: 800px) {
	section.style11 {
		padding: 0 10px;
		width: auto;
		float: none;
	}
	section.style11 h4 {
		margin-left: 10px;
		font-size: 18px;
		padding-left: 10px;
	}
	section.style11 p {
		text-align: left;
		font-size: 14px;
		line-height: 22px;
		width: auto;
		margin-bottom: 30px;
	}
	section.style11 .sec01 ol {
		font-size: 16px;
		margin: 30px 10px;
	}
	section.style11 .sec01 ol li {
		margin-left: 30px;
		font-size: 20px;
		line-height: 30px;
		height: 60px;
	}
	section.style11 .sec01 ol li:before {
		font-size: 22px;
		top: -1px;
		left: -30px;
		width: 1.6em;
	}
	section.style11 .sec02 ol {
		font-size: 16px;
		margin: 30px 10px;
	}
	section.style11 .sec02 ol li {
		margin-left: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	section.style11 .sec02 ol li:before {
		font-size: 18px;
		top: -1px;
		left: -30px;
		width: 1.6em;
	}
	section.style11 .image {
		margin: 50px 0 20px;
		text-align: center;
		clear: both;
	}
	section.style11 .image img {
		width: 100%;
	}
	section.style11 .image p {
		font-size:14px;
		margin-top: 40px;
	}
}

section.style11 table {
	font-size:16px;
	margin-left: 20px;
}

section.style11 > table > tbody > tr > th {
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	width: 140px;
	padding: 0 0 15px;
	vertical-align: top;
}

section.style11 > table > tbody > tr > td {
	padding: 0 0 15px;
	vertical-align: top;
	line-height: 30px;
}

section.style11 > table > tbody > tr > th::before {
	content: "　";
	font-size: 1px;
	display: inline-block;
	background: #ACF7CD;
	margin-right: 10px;
	width: 5px;
	height: 30px;
}

section.submenu {
	margin-left: 880px;
	width: 300px;
}

section.submenu .linklist {
	width: 300px;
}

section.submenu .linklist li {
	float: none;
	width: 300px;
	margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
	section.submenu {
		margin-left: 0;
		width: 100%;
	}
	section.submenu .linklist {
		width: auto;
	}

	section.submenu .linklist li {
		width: auto;
		margin: 0 0 10px;
	}
}

section.style11 table table {
	margin-left: 0;
}

section.style11 table table th,
section.style11 table table td {
	vertical-align: top;
	font-weight: normal;
	padding-right: 10px;
}
@media screen and (max-width: 800px) {
	section.style11 table {
		font-size: 16px;
		margin-left: 0;
	}
	section.style11 > table > tbody > tr > th {
		line-height: 30px;
		font-size: 16px;
		width: 100%;
		display: block;
		padding: 0 0 15px;
	}
	section.style11 > table > tbody > tr > td {
		padding: 0 0 15px 20px;
		line-height: 30px;
		display: block;
	}
	section.style11 table table th, section.style11 table table td {
		padding-right: 10px;
		display: block;
	}
	section.style11 table table td {
		padding-left: 20px;
	}
	section.style11 table table thead td {
		padding-left: 0;
	}
}

section.style11 .doclist ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #CCC solid;
}

section.style11 .doclist ul::after {
	content: "";
	display: block;
	clear: both;
}

section.style11 .doclist li {
	padding: 10px;
}

@media screen and (max-width: 660px) {
	section.style11 .doclist li {
		float: none;
		width: 100%;
		padding: 10px;
	}
}

section.style11 .doclist li a {
	border: 2px solid #CCCCCC;
	display: block;
	height: 90px;
	line-height: 40px;
	padding: 25px;
	font-size: 18px;
	position: relative;
}

section.style11 .doclist li a::before {
    content: url("../about/images/PDF_32.png");
    vertical-align: middle;
    margin-right: 5px;
    line-height: 40px;
}
section.style11 .doclist li a::after {
	content: "";
	border-right: 8px solid #CCC;
	border-top: 8px solid #CCC;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 28px;
	right: 28px;
	transform: rotate(45deg)
}

section.style11 .doclist li a:hover {
	border: 2px solid #3BD74E;
}

section.style11 .doclist li a:hover::after {
	border-right: 8px solid #3BD74E;
	border-top: 8px solid #3BD74E;
}

section.content .pdfcoution {
	background: #EFEFEF;
	width: 660px;
	margin: 20px auto 50px;
	padding: 25px 0;
	text-align: center;
}

section.content .pdfcoution p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 660px) {
	section.content .pdfcoution {
		width: 100%;
	}
	section.content .pdfcoution p {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
}


section.content.greeting {
	width: 1000px;
	margin: 50px auto 100px;
	position: relative;
}

section.content.greeting div.photo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

section.content.greeting h3 {
	font-size: 30px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 300;
	font-style: normal;
	color: #333;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 35px;
}

section.content.greeting h4 {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 1em 0;
	text-indent: 1em;
	font-weight: normal;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

section.content.greeting p {
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin: 1em 0;
	text-indent: 1em;
	font-weight: normal;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
/*	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
}

@media screen and (max-width: 800px) {
	section.content.greeting {
		width: auto;
		margin: 20px 10px 100px;
		position: relative;
		display: flex;
		flex-wrap:wrap;
	}
	section.content.greeting div.photo {
		width: 100%;
		float: none;
		background: #EFEFEF;
		text-align: center;
	}
	section.content.greeting div.photo img {
		width: 200px;
		height: auto;
	}
	section.content.greeting h3 {
		font-size: 20px;
	    margin-bottom: 10px;
		float: left;
	}
	section.content.greeting h4 {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		margin: 0.1em 0;
		float: left;
	}

section.content.greeting p {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.9;
	margin: 1em 0;
	text-indent: 1em;
}
}



