@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.outline_info {
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-wrap: wrap;
}
.outline_info dt {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 15px 20px;
  width: 20%;
  border-bottom: 1px solid #E4E4E4;
}
.outline_info dd {
	padding: 15px 20px;
  width: 80%;
  border-bottom: 1px solid #E4E4E4;
}
.progbox {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.flyer_dl {
	width: 100px;
}
.flyer_dl a {
	width: 100px;
	display: block;
    position: relative;
    color: #0070c0;
    font-size: 15px;
	line-height:1;
    text-decoration: none;
	border: 1px solid #0070c0;
	background: rgba(0, 112, 192, 0.08);
    text-align: center;
    padding: 8px 0;
    transition: all .2s ease;
}
.flyer_dl a:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.outline_info dt {
	width: 25%;
}
.outline_info dd {
	width: 75%;
}
}
@media screen and (max-width: 767px) {
.outline_info {
  display: block;
}
.outline_info dt {
	width: 100%;
	padding: 8px;
	font-weight: normal;
	border: none;
}
.outline_info dd {
	width: 100%;
	padding: 8px;
	border: none;
}
.progbox {
	flex-direction: column;
	align-items: center;
}
.flyer_dl a {
	font-size: 14px;
}
}


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.greet .pic {
	width: 26%;
	float: left;
}
.greet .gree_text_box {
	float: right;
	width: 70%;
}
.greet .gree_text {
	line-height: 2.2;
	margin-bottom: 1.5em;
	text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}
.greet .name {
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.greet .pic {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 40px;
	float: none;
}
.greet .gree_text_box {
	float: none;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.greet .pic {
	width: 100%;
	max-width: 180px;
	margin: 0 auto 20px;
	float: none;
}
.greet .gree_text_box {
	float: none;
	width: 100%;
}
.greet .gree_text {
	line-height: 1.8;
}
}



/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.poster {
	max-width: 600px;
	margin: 0 auto;
}

