@charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Varela+Round&display=swap');
@import url("https://unpkg.com/sanitize.css");
@import url("utility.css");
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
@media screen and (max-width:900px) {
html, body {
	font-size: 16px;
}
}
body {
	font-family: "Varela Round", "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 1.8;
}
.home {
	animation: opa1 0.8s 0.3s both;
}
body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../images/bg.jpg);
	background-size: cover;
}
 @media screen and (min-width:1920px) {
body:before {
	background-image: url(../images/bg.jpg);
}
}
@media screen and (max-width:1920px) {
body:before {
	background-image: url(../images/bg_01.jpg);
}
}
@media screen and (max-width:1536px) {
body:before {
	background-image: url(../images/bg_02.jpg);
}
}
@media screen and (max-width:1366px) {
body:before {
	background-image: url(../images/bg_03.jpg);
}
}
@media screen and (max-width:900px) {
body:before {
	background-image: url(../images/bg_04.jpg);
}
}
@media screen and (max-width:600px) {
body:before {
	background-image: url(../images/bg_05.jpg);
}
}
/*container
---------------------------------------------------------------------------*/
#container {
	max-width: 1260px;
	margin: 20px auto;
	padding: 0 20px 20px;
}
#container {
	background: url(../images/bg_top_r.png) no-repeat right 15px top, url(../images/bg_top_c.png) repeat-x top, rgba(255, 255, 255, 0.85);
}
@media screen and (max-width:1300px) {
#container {
	margin: 20px;
}
}
@media screen and (max-width:900px) {
#container {
	margin: 30px 10px;
	padding: 0 10px 10px;
	background: url(../images/bg_top_r.png) no-repeat right 45px top, url(../images/bg_top_c.png) repeat-x top, rgba(255, 255, 255, 0.75);
}
}
@media screen and (max-width:600px) {
#container {
	background: url(../images/bg_top_rs.png) no-repeat right 5px top, url(../images/bg_top_c.png) repeat-x top, rgba(255, 255, 255, 0.75);
}
}
/*header
---------------------------------------------------------------------------*/
header {
	text-align: center;
	padding: 2px 20px 0;
}
header h1 {
	margin: 0;
	padding: 0;
}
header h1 img {
	width: 300px;
	margin: 0;
	padding: 0;
}
header h1 span {
	color: #1e3c96;
	display: inline-block;
	vertical-align: middle;
	margin: 11px 0 7px 20px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2;
	text-shadow: 0px 0px 2px rgba(255,255,255,1), 0px 0px 4px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1), 0px 0px 20px rgba(255,255,255,1);
}
header h1 a, header h1 a:hover {
	color: #1e3c96;
	text-decoration: none;
}
 @media screen and (max-width:900px) {
header {
	text-align: center;
	padding: 10px 20px 0;
}
header h1 img {
	width: 280px;
}
header h1 span {
	display: block;
	margin: -5px 0 5px;
	font-size: 1.9rem;
	line-height: 1.6;
}
}
@media screen and (max-width:600px) {
header h1 img {
	width: 250px;
}
header h1 span {
	font-size: 1.7rem;
}
}
@media screen and (max-width:480px) {
header {
	padding: 0 20px 0 0;
}
header h1 img {
	width: 200px;
}
header h1 span {
	font-size: 1.5rem;
}
}
/*mainimg (slick)
---------------------------------------------------------------------------*/
.mainimg {
	position: relative;
	margin: 0 auto 30px;
	border: 1px solid #fff;
	overflow: hidden;
}
 @media screen and (max-width:900px) {
.mainimg {
	margin: 0 -10px 0;
	border-left: none;
	border-right: none;
}
}
/*リセット*/
figure {
	margin: 0;
}
dd {
	margin: 0;
}
nav {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
section + section {
	padding-top: 30px;
}


/*opa1
---------------------------------------------------------------------------*/
@keyframes opa1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*other
---------------------------------------------------------------------------*/
a {
	color: #2850b4;
	transition: 0.3s;
}
a:hover {
	color: #bb0747;
	text-decoration: none;
}
#menubar > ul > li > a:hover {
	filter: brightness(1.2);
}



/*menubar
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {
.home #menubar > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.home #menubar li {
	flex: 1;
	position: relative;
	border-right: 1px solid #fff;
}
.home #menubar li:last-child {
	border-right: none;
}
.home #menubar ul li a {
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding-top: 3px;
	background: rgb(40,80,180);
	background: linear-gradient(180deg, rgba(40,80,180,1) 0%, rgba(30,60,150,1) 100%);
}
.home #menubar ul.blk li a {
	font-size: 1rem;
	background: url(../images/ic_blk_w.png) no-repeat right 8px center, linear-gradient(180deg, rgba(45,170,50,1) 0%, rgba(10,134,18,1) 100%);
}
.home #menubar ul li a span {
	display: block;
}
.home #menubar > ul > li > a:hover {
	filter: brightness(1.2);
}
 @media screen and (min-width:900px) and (max-width:1150px) {
.home #menubar ul a {
 font-size: 0.95rem;
}
.home #menubar ul.blk li a {
 padding: 7px 20px 10px 5px;
}
}
.page #menubar {
	display: block;
	list-style-type: none;
	margin-bottom: 40px;
	text-align: center;
	border: 1px solid #1e3c96;
	background: #fff;
	padding: 6px 0 15px;
	box-shadow: 5px 5px 0 rgba(30,60,150,0.2);
}
.page #menubar ul {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.page #menubar ul.blk {
	background: none;
	line-height: 1.4;
	border: none;
	margin-top: 6px;
}
.page #menubar li {
	display: inline-block;
	text-align: center;
	margin: 10px 15px 12px;
}
.page #menubar ul.blk li {
	margin: 6px 10px 0;
}
.page #menubar li a {
	color: #2850b4;
	text-decoration: none;
	padding: 5px 10px 10px;
	position: relative;
	font-size: 1.05rem;
}
@media screen and (max-width:1200px) {
.page #menubar li {
	margin: 10px 10px;
}
.page #menubar li a {
	padding: 5px 7px 7px;
}
}
@media screen and (max-width:1100px) {
.page #menubar li {
	margin: 10px 5px;
}
.page #menubar li a {
	padding: 5px 5px 7px;
}
}
@media screen and (max-width:1000px) {
.page #menubar li {
	margin: 10px 3px;
}
.page #menubar li a {
	font-size: 1rem;
	padding: 5px 3px 7px;
}
}
.page #menubar li.current a {
	color: #1e3c96;
}
.page #menubar ul.blk a {
	color: #0a8612;
	border-bottom: none;
	font-size: 0.95rem;
	padding: 5px 0 7px;
}
.page #menubar ul.blk a:after {
	content: url(../images/ic_blk.png);
	margin-left: 7px;
	position: relative;
	bottom: -2px;
}
.page #menubar > ul > li > a::before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: rgba(30,60,150,0.2);
	bottom: 0;
	transform: scale(1, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.page #menubar > ul > li.current > a::before {
	background: rgba(30,60,150,1);
}
.page #menubar > ul > li > a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: rgba(30,60,150,0.6);
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.page #menubar > ul > li > a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.page #menubar > ul.blk > li > a::before, .page #menubar > ul.blk > li > a::after {
	background: none;
	transform: none;
}
}
 @media screen and (max-width:900px) {
#menubar ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 18px 5px 18px 20px;
	margin: 0 15px;
	font-size: 1.1rem;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	margin-top: 25px;
}
#menubar ul + ul {
	margin-top: 0;
}
/*
#menubar ul a span {
	margin-left: 1rem;
}
#menubar ul a span.ir01 {
	margin-left: 0;
}*/
#menubar ul.blk a {
	background: url(../images/ic_blk_w.png) no-repeat right 0 center;
	padding: 20px 10px 18px 5px;
	font-size: 1rem;
}
#menubar ul.blk {
	border: 1px solid rgba(255,255,255,0.6);
	padding: 5px 0 20px;
	margin: 30px 15px 10px;
	background: #005e59;
}
.page #menubar li.current a {
	background: url(../images/arrow01.png) no-repeat left center;
}
}
#menubar {
	height: 0px;
	overflow: hidden;
}
#menubar {
	position: relative;
	z-index: 1;
}
/*menubar_hdr
---------------------------------------------------------------------------*/
#menubar_hdr {
	animation: opa1 0.3s 0.5s both;
	position: fixed;
	z-index: 101;
	cursor: pointer;
	top: 10px;
	right: 10px;
	width: 52px;
	height: 52px;
	padding: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,180,253,1);
	border: 1px solid rgba(255,255,255,1);
}
#menubar_hdr div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#menubar_hdr div span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.5s ease-in-out;
	position: absolute;
}
#menubar_hdr div span:nth-child(1) {
	top: 0;
}
#menubar_hdr div span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
#menubar_hdr div span:nth-child(3) {
	bottom: 0;
}
#menubar_hdr.ham div span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#menubar_hdr.ham div span:nth-child(2) {
	opacity: 0;
}
#menubar_hdr.ham div span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
#menubar.db {
	position: fixed;
	overflow: auto;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 30px 50px 30px 0;
	background: rgba(30,60,150,1);
}
@media screen and (min-width:900px) {
#menubar_hdr {
	display: none;
}
#menubar {
	height: auto;
	overflow: visible;
}
#menubar.db {
	position: static;
	overflow: visible;
	height: auto;
	padding: 0;
	background: #FFF;
	padding: 6px 0 16px 0;
}
}
/*footer
---------------------------------------------------------------------------*/

footer {
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer {
	background: rgba(13, 109, 69, 1);
	color: #fff;
	text-align: center;
	padding: 20px 10px 20px;
	margin: 0 auto;
}
footer ul {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li.name {
	font-size: 1rem;
	line-height: 1.2;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
}
footer ul li.name::before {
	content: url(../images/logo_f.png);
	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
}
footer ul li.address {
	font-size: 0.9em;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
	position: relative;
	top: 3px;
}
footer .copy {
	font-size: 0.8rem;
	margin: 10px 0 0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.5);
	line-height: 1.6;
}
 @media screen and (max-width:700px) {
footer ul {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}
footer .copy {
	margin: 15px 0 0;
}
footer ul li.name::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/logo_f.png);
	background-size: contain;
	margin-right: 10px;
}
}
@media screen and (max-width:450px) {
footer .copy {
	line-height: 1.5;
}
footer .copy span {
	display: block;
}
}
/*PAGE TOP
---------------------------------------------------------------------------*/
.pagetop-show {
	display: block;
}
.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 40px;
	color: #fff;
	width: 52px;
	height: 52px;
	opacity: 0.8;
	border: 1px solid rgba(255,255,255,0.6);
}
.pagetop a:hover {
	opacity: 1;
	border: 1px solid rgba(255,255,255,1);
}
@media screen and (max-width:900px) {
.pagetop a {
	right: 10px;
	bottom: 20px;
}
}
.home h2 {
	position: relative;
	padding: 0;
	margin: 30px 0 40px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	color: #1e3c96;
	letter-spacing: 0.05rem;
	text-shadow: 0px 0px 2px rgba(255,255,255,1), 0px 0px 4px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1), 0px 0px 20px rgba(255,255,255,1);
}
.home h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 40px);
	width: 80px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #1e3c96;
}
@media screen and (max-width:900px) {
.home h2 {
	margin: 20px 0 40px;
	font-size: 1.5rem;
}
.home h2:before {
	bottom: -15px;
	left: calc(50% - 30px);
	width: 60px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #1e3c96;
}
}
.page h2 {
	position: relative;
	color: #fff;
	font-size: 1.7em;
	font-weight: 400;
	text-align: center;
	margin: 30px 0 0;
	letter-spacing: 0.1rem;
}
.page h2 span {
	position: relative;
	padding: 15px 70px 14px;
	color: #fff;
	background: rgb(30,60,150);
	background: linear-gradient(180deg, rgba(60,130,230,1) 0%, rgba(30,60,150,1) 100%);
	line-height: 1.4;
	text-shadow: rgba(75, 0, 15, 1) 1px 1px 2px;
	z-index: 1;
}
@media screen and (max-width:900px) {
.page h2 {
	margin: 5px 0 0;
	font-size: 1.3em;
	letter-spacing: 0;
	background: rgb(30,60,150);
	background: linear-gradient(180deg, rgba(60,130,230,1) 0%, rgba(30,60,150,1) 100%);
	padding: 8px 20px 8px;
}
.page h2 span {
	padding: 0;
	margin: 0;
	background: none;
}
}
h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}
h3:first-child {
	margin-top: 30px;
}
h3 span {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px 4px;
	border: 2px solid #1e3c96;
	background-color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	color: #1e3c96;
	box-shadow: 1px 1px 0px 0px #1e3c96;
	letter-spacing: 0.1rem;
}
.member h3 {
	margin: 30px 0 0;
}
h4 {
	position: relative;
	padding: 0;
	margin: 0 auto 25px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	color: #1e3c96;
	letter-spacing: 0.05rem;
}
h4:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: '';
	background: #1e3c96;
}
 @media screen and (max-width:900px) {
h3 span {
	font-size: 1.15rem;
	line-height: 1.4;
	font-weight: 400;
	padding: 9px 20px 7px;
	color: #1e3c96;
	box-shadow: 1px 1px 0px 0px #1e3c96;
	letter-spacing: 0;
}
h3:first-child {
	margin-top: 20px;
}
h4 {
	font-size: 1.2rem;
}
h4:before {
	bottom: -10px;
}
}
 @media screen and (max-width:800px) {
h3 span {
	font-size: 1.15rem;
}
h4 {
	font-size: 1.1rem;
	margin: 15px auto 25px;
}
}
p {
	margin: 0 0 20px;
}
p.ttl01 {
	color: #1e3c96;
	font-size: 1.1rem;
	text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
	padding: 35px 0 25px;
}
p.ttl02 {
	color: #C00;
	font-size: 1.1rem;
	text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
	padding: 35px 0 25px;
}
p.ttl03 {
	color: #1e3c96;
	font-size: 1.6rem;
	text-align: center;
	padding: 35px 0 25px;
}
@media screen and (max-width:800px) {
p.ttl01, p.ttl02 {
	font-size: 1rem;
	padding: 20px 0 25px;
	line-height: 1.5;
}
p.ttl03 {
	font-size: 1.2rem;
	padding: 35px 0 25px;
}
}
/*new
---------------------------------------------------------------------------*/
#new {
	margin: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px 15px;
	border: 1px solid #1e3c96;
	background: #FFF;
	line-height: 1.6;
}
#new dt {
	width: 6em;
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}
#new dd {
	width: calc(100% - 6em);
	font-size: 0.95rem;
}
#new dt, #new dd {
	border-bottom: 1px dashed rgba(40,80,180,0.3);
	padding: 8px 0 10px;
}
 @media screen and (max-width:900px) {
#new {
	margin: 0 0 30px;
	padding: 10px 10px 15px;
}
}
 @media screen and (max-width:600px) {
#new {
	display: block;
	padding: 0 10px 15px;
	font-size: 1rem;
}
#new dt {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 10px 0 0;
}
#new dd {
	width: 100%;
	display: block;
	padding: 0 0 10px;
}
}
.wrap01 {
	border: 1px solid #8e9dca;
	padding: 40px 15px 20px;
	background: #FFF;
	margin: -32px 0 40px;
	display: inline-block;
}
.tac .wrap01 {
	text-align: left;
}
 @media screen and (min-width:900px) {
.wrap01 {
	min-width: 700px;
}
}
 @media screen and (max-width:900px) {
.wrap01 {
	width: 100%;
	display: block;
}
}
.wrap01 p {
	margin-bottom: 0;
}
.wrap02 {
	border: 1px solid #8e9dca;
	padding: 25px 20px 25px;
	background: #FFF;
	margin: 30px 0 40px;
}
 @media screen and (max-width:900px) {
.wrap02 {
	padding: 20px 10px 20px;
	margin: 20px 0 20px;
}
}
.flex01 {
	display: flex;
	width: 100%;
	align-items: center;
	border-bottom: 1px solid #c7cee5;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.flex01 .cts01 {
	flex: 1;
	font-size: 1.3rem;
	line-height: 1.6;
}
.flex01 .cts02 {
	width: 200px;
	text-align: center;
}
.flex01 .cts02 img {
	display: block;
	margin: 0 auto 5px;
}
 @media screen and (max-width:900px) {
.flex01 {
	display: block;
	text-align: center;
}
.flex01 .cts01 {
	font-size: 1.1rem;
	line-height: 1.4;
}
.flex01 .cts02 {
	width: auto;
	text-align: center;
	margin-top: 15px;
}
}
.flex02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin: 20px 0 0;
}
.flex02 > div {
	box-sizing: border-box;
	padding: 0 5px 15px;
	margin: 10px 5px;
	border-right: 1px solid #c7cee5;
	border-bottom: 1px solid #c7cee5;
	width: calc((100% - 40px) / 2);
}
 @media screen and (max-width:800px) {
.flex02 {
	display: block;
	width: 100%;
}
.flex02 > div {
	width: 100%;
	margin: 0;
	border-right: none;
}
.flex02 > div:last-child {
	border-bottom: none;
}
}
.tbl01 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto 40px;
	background: #FFF;
	overflow-x: auto;
}
.tbl01 th, .tbl01 td {
	border: 1px solid #8e9dca;
	line-height: 1.4;
}
.tbl01 th {
	padding: 15px 15px;
	text-align: center;
	font-weight: normal;
	background: #eef0f7;
	white-space: nowrap;
}
 @media screen and (min-width:800px) {
.tbl01 {
	min-width: 700px;
}
.tbl01.tt th {
	text-align-last: justify;
}
.tbl01 span {
	display: block;
}
}
.tbl01 td {
	padding: 15px 15px;
	text-align: left;
}
 @media screen and (max-width:800px) {
.tbl01 th {
	padding: 10px 5px;
}
.tbl01 th, .tbl01 td {
	display: block;
	border-bottom: none;
}
.tbl01 tr:last-child td {
	border-bottom: 1px solid #8e9dca;
}
.tbl01 .ir1 {
	padding-bottom: 5px;
}
.tbl01 .ir2 {
	border-top: none;
	padding-top: 0;
	padding-left: 2rem;
}
}
.tbl02 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px;
}
.tbl02 td {
	border: none;
	padding: 5px 5px 5px 0;
	font-weight: normal;
}
 @media screen and (max-width:800px) {
.tbl02 th, .tbl02 td {
	display: table-cell;
	border: none !important;
}
}
.membwrap {
	width: 100%;
	margin: 30px 0 60px;
}
.memb {
	width: 60%;
	margin: 0 auto 15px;
	border: 1px solid #8e9dca;
	padding: 10px;
	background: #FFF;
}
 @media screen and (max-width:1100px) {
.memb {
	width: 80%;
}
}
 @media screen and (max-width:900px) {
.memb {
	width: 100%;
}
}

.membblc {
	flex-grow: 1;
}
.memb .photo {
	float: right;
	padding: 0 0 5px;
	margin: -5px 5px 0 0;
	border-left: 15px solid #fff;
}
.memb .photo img {
	max-width: 70px;
	padding-bottom: 0;
}
.memb ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px 0 0;
}
.memb ul li.name {
	font-size: 1.3rem;
	line-height: 1.2;
}
.memb ul li.post {
	margin: 15px 0 22px 0;
	font-size: 0.9rem;
	line-height: 1.4;
}
.memb ul li.post span {
	padding: 6px 10px 4px;
	background: #1e3c96;
	border: 1px solid #1e3c96;
	color: #fff;
}
.memb ul li.post .second {
	background: #fff;
	border: 1px solid #0d6d45;
	color: #0d6d45;
	margin-left: 10px;
}
.memb ul li.txt {
	border-top: 1px dashed #8e9dca;
	padding-top: 15px;
	padding-left: 2px;
}
.memb ul li.txt ul {
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0 0 5px 0;
	padding: 0;
}
.memb ul li.txt ul li {
	margin: 0 0 5px 0;
}
.membwrap.type2 {
	margin: 15px 0 30px;
	padding: 0;
}
.membwrap.type2:last-child {
	margin: 15px 0 0;
}
.membwrap.type2 ul {
	width: 60%;
	/*height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 10px;*/
	margin: 0 auto;
	padding: 0;
}
 @media screen and (max-width:1100px) {
.membwrap.type2 ul {
	width: 80%;
}
}
 @media screen and (max-width:900px) {
.membwrap.type2 ul {
	width: 100%;
}
}
.membwrap.type2 ul:last-child {
	margin: 0 auto 40px;
}

.membwrap.type2 ul li {
	list-style-type: none;
	/*width: calc((100% - 20px) / 2);*/
	border: 1px solid #8e9dca;
	padding: 12px 15px 10px;
	background: #FFF;
	font-size: 1.3em;
	line-height: 1.2;
	margin: 0 auto 15px;
}
.membwrap.type2 ul li .txt {
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 10px 0 5px 0;
	border-top: 1px dashed #8e9dca;
	padding-top: 15px;
	padding-left: 2px;
}
.membwrap.type2 ul li .post {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 4px 10px 2px;
	background: #1e3c96;
	border: 1px solid #1e3c96;
	margin-left: 15px;
	color: #FFF;
	position: relative;
	bottom: 2px;
}
 @media screen and (max-width:900px) {
.membwrap {
	margin: 20px 0 60px;
}
}
 @media screen and (max-width:700px) {
.memb {
	width: 100%;
}
.memb .photo {
	float: none;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	border-left: none;
}
.memb ul li {
	text-align: center;
	padding: 2px 0;
}
.memb ul li.name, .membwrap.type2 ul li {
	font-size: 1.15rem;
}
.membwrap.type2 ul li {
	width: 100%;
	text-align: center;
}
}
.link01 {
	margin: 5px auto 5px;
	text-align: center;
	line-height: 1.4;
}
.link01 span a {
	color: #000;
	border-radius: 40px;
	transition: 0.3s;
	display: inline-block;
	margin: 5px 10px;
	text-decoration: none;
}
.link01 span.nml a {
	line-height: 1.5;
	padding: 14px 40px 14px 20px;
	border: 2px solid #1e3c96;
	border-radius: 50px;
	background: url(../images/arrow02.png) no-repeat right 10px center, #edf3fb;
	color: #1e3c96;
}
.link01 span.nml a span {
	padding-left: 1rem;
}
 @media screen and (max-width:500px) {
.link01 span.nml a span {
	padding-left: 0;
	display: block;
}
 }
.link01 span.pdf a {
	padding: 15px 70px 13px 30px;
	background: url(../images/PDF_32.png) no-repeat right 25px center, #cbe5ff;
}
.link01 span.doc a {
	padding: 15px 70px 13px 30px;
	background: url(../images/ic_doc.png) no-repeat right 25px center, #cbe5ff;
}
.link01 span.docx a {
	padding: 15px 70px 13px 30px;
	background: url(../images/ic_docx.png) no-repeat right 25px center, #cbe5ff;
}
.link01 span.blk a {
	padding: 15px 50px 13px 30px;
	background: url(../images/ic_blk.png) no-repeat right 25px center, #daf9c1;
}
.link01 span.nml a:hover {
	background: url(../images/arrow02.png) no-repeat right 10px center, #fff;
	color: #bb0747;
}
.link01 span.pdf a:hover {
	background: url(../images/PDF_32.png) no-repeat right 25px center, #e1f0ff;
}
.link01 span.docx a:hover {
	background: url(../images/ic_docx.png) no-repeat right 25px center, #e1f0ff;
}
.link01 span.blk a:hover {
	background: url(../images/ic_blk.png) no-repeat right 25px center, #eaffd9;
}
 @media screen and (max-width:700px) {
.link01 span a {
	min-width: 140px;
}
}
.list01 {
	padding: 0 0 10px;
	margin: 0;
	list-style-type: none;
}
.list01 li {
	margin: 5px 0;
	text-align: left;
}
.list01 li.mail {
	background: url(../images/ic_mail.png) no-repeat left center;
	padding: 0 0 0 40px;
}
.list01 li.tel {
	background: url(../images/ic_tel.png) no-repeat left center;
	padding: 0 0 0 40px;
}
 @media print {
html, body {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 12px;
}
body:before {
	background-image: none;
}
#container {
	margin: 0 auto;
	padding: 0 0 20px;
	background: none;
}
header {
	padding: 0 20px 0;
}
header h1 img {
	width: 220px;
}
header h1 span {
	font-size: 1.9rem;
}
.mainimg {
	text-align: center;
	max-width: 700px;
	margin: 20px auto;
}
.mainimg img {
	width: 700px;
}
#menuba, #menubar_hdr {
	display: none;
}
#new dt, #new dd {
	border-bottom: 1px dashed rgba(40,80,180,0.3);
	padding: 4px 0 5px;
}
.page h2 {
	margin: 20px 0 0;
}
.wrap01 {
	min-width: 500px;
}
}
