@charset "utf-8";
/* 全体2段 */
.twoColumns {
	display: flex;
	align-items: stretch;
	width: 100%;
	padding-top: 3.5vw;
}

/* 左タイトル部 */
.leftTtl {
	background-color: #FFF;
	width: 18.5%;
	margin-right: 6.5%;
	padding-top: 3.5vw;
	padding-bottom: 3.5vw;
}

.corner {
  background: linear-gradient(135deg, transparent 1.6vw, #D0D0D0 1.6vw);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.corner::before {
  content: '';
  display: block;
  background: linear-gradient(135deg, transparent 1.6vw, #B8B8B8 1.6vw);
  width: 2.4vw;
  height: 2.4vw;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* タイトル他 */
.Topttl {
	width: 100%;
}

.enTtl {
	font-size: 2.6vw;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0.4em;
	color: #FFF;
	line-height: 108%;
}

h1 {
	font-size: 1.2vw;
	text-align: center;
	padding-bottom: 4vw;
}

/* 右側（コンテンツ） */
.rightCont {
	width: 75%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4084C3;
	padding-top: 3vw;
}

/* 内容 */
.content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.contentTtl {
	font-size: 1.8vw;
	text-align: center;
	padding-bottom: 4vw;
}

dl.list {
	display: flex;
	flex-wrap:wrap; 
	justify-content: space-between;
	padding-top: 1.2vw;
	padding-bottom: 1.2vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

dl.list dt {
	font-size: 1.1vw;
	line-height: 130%;
	width: 22%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

dl.list dd {
	font-size: 1vw;
	line-height: 170%;
	width: 73%;
}

.other {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.other .otherMap img {
	vertical-align: bottom;
	height: auto;
	width: 78%;
	margin-left: 22%;
	border: 1px solid #666;
	padding: 0.5vw;
}

.place {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.placeLeft {
	width: 19%;
}

.placeLeft img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.placeRight {
	width: 80%;
}

h3 {
	font-size: 1.2vw;
	line-height: 200%;
	text-align: center;
	padding-bottom: 1em;
}

.placeTxt {
	font-size: 1vw;
	line-height: 180%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width: 767.98px){ /*768-992*/

/* 全体2段 */
.twoColumns {
	display: flex;
	 flex-wrap:wrap;
	align-items: stretch;
	width: 94%;
	padding-top: 7vw;
	margin-right: auto;
	margin-left: auto;
}

/* 左タイトル部 */
.leftTtl {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	background-color: #FFF;
	width: 100%;
	margin-right: 0%;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-bottom: 5vw;
	padding-right: 2vw;
}

.corner {
	background: linear-gradient(135deg, transparent 2.8vw, #D0D0D0 2.8vw);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
.corner::before {
  content: '';
  display: block;
  background: linear-gradient(135deg, transparent 2.8vw, #B8B8B8 2.8vw);
  width: 4.2vw;
  height: 4.2vw;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* タイトル他 */
.Topttl {
	width: 100%;/*65%*/
}

.enTtl {
	font-size: 6.5vw;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0.1em;
	color: #FFF;
}

h1 {
	font-size: 4vw;
	text-align: center;
	padding-bottom: 1.5vw;
}

/* 右側（コンテンツ） */
.rightCont {
	width: 100%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4084C3;
	padding-top: 3vw;
}

/* 内容 */
.content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.contentTtl {
	font-size: 5vw;
	text-align: center;
	padding-bottom: 4vw;
}

dl.list {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding-top: 3vw;
	padding-bottom: 3vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

dl.list dt {
	font-size: 3.4vw;
	line-height: 130%;
	width: 100%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999;
	padding-bottom: 0.5em;
}

dl.list dd {
	font-size: 2.8vw;
	line-height: 170%;
	width: 100%;
}

.other {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.other .otherMap img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	margin-left: 0%;
	border: 1px solid #666;
	padding: 0.5vw;
}

.place {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.placeLeft {
	width: 24%;
}

.placeLeft img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
	padding-top: 19vw;
}

.placeRight {
	width: 76%;
}

h3 {
	font-size: 3.6vw;
	line-height: 200%;
	text-align: center;
	padding-bottom: 1em;
}

.placeTxt {
	font-size: 2.8vw;
	line-height: 180%;
	width: 92%;
	margin-right: auto;
	margin-left: 8%;
}



}
