@charset "UTF-8";
/* CSS Document */

/*==============================
ヘッダー設定
==============================*/

/*ヘッダー全体*/
#headerWrap {
	background: url(../img/3rd/bg_mainphoto.jpg) no-repeat center center / cover;
}

/*タイトル*/
.title {
	width: 55%;
	filter: drop-shadow(0 0 10px rgba(225, 225, 225, 0.9));
	position: absolute;
	bottom: 400px;
}

/*告知全体*/
.infoBox {
	padding: 50px 70px;
	width: 100%;
	background: #E1E2E0;
	font-size: 11rem;
	position: absolute;
	bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.infoBox .full {
	width: 100%;
}

.infoBox .full__inner {
	display: flex;
	align-items: center;
	border: 1px solid red;
	width: fit-content;
	margin: 0 auto 20px;
}

.infoBox .full__ttl {
	background-color: red;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	padding: 40px 20px;
}

.infoBox .full__txt {
	font-size: 18px;
	line-height: 1.5;
	padding: 0 16px;
	font-weight: 500;
}

.infoBox .full__txt a {
	text-decoration: underline;
}

/*日付*/
.infoBox .date {
	font-size: 100%;
}

/*年*/
.infoBox .date .year {
	margin: 0 5px 0 0;
	font-size: 38%;
}

/*スラッシュ*/
.infoBox .date .slash {
	font-size: 85%;
	position: relative;
	bottom: 10px;
}

/*曜日*/
.infoBox .date .week {
	margin: 0 0 0 -20px;
	font-size: 38%;
}

/*告知*/
.info {
	color: #231815;
	display: flex;
	align-items: flex-end;
}

/*時間*/
.info .time {
	margin: 0 0 0 -10px;
	font-size: 30%;
}

/*会場、定員*/
.info .place,
.info .capacity {
	margin: 0 0 0 35px;
	font-size: 30%;
}

/*キャプション*/
#headerWrap .caption {
	padding: 25px 86px 25px 0;
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
	background: #231815;
	position: absolute;
	bottom: 0;
}

/*インフォボタン*/
.infoBtn {
	padding: 0 30px;
	color: #C9CACA;
	font-size: 4.2rem;
	text-align: center;
	background: #474747;
	position: absolute;
	bottom: 100%;
	right: 70px;
}

/*インフォボタンリスト*/
.infoBtn li {
	padding: 42px 0;
	color: #C9CACA;
	font-size: 4.2rem;
	text-align: center;
	background: #474747;
}

/*インフォボタンリスト 1つ目*/
.infoBtn li:first-of-type {
	border-bottom: 1px #FFF solid;
}

/*==============================
プロフィール設定
==============================*/

/*プロフィール全体*/
#profile {
	padding: 130px 0 50px 0;
	width: 100%;
	background: #231815;
}

/*プロフィール中身*/
#profile .inner {
	margin: 0 auto;
	width: 1160px;
}

/*プロフィールボックス*/
.profileBox {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end; /* 下揃え */
	margin: auto;
}

/*プロフィール写真*/
.profileBox li:first-of-type {
	width: 400px;
	height: 400px;
	background: url(../img/3rd/bg_architect.jpg) no-repeat center top / cover;
	position: relative;
}

/*プロフィール キャプション*/
.profileBox li:first-of-type p {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 100;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*プロフィール文字*/
.profileBox li:nth-of-type(2) {
	width: calc(100% - 400px - 60px);
}

/*見出し*/
.profileBox h2 {
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 100;
}

/*プロフィールデータ*/
.profileData {
	margin: 0;
}

/*名前*/
.profileData .name {
	margin: 20px 0 0 0;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 100;
	letter-spacing: 3px;
}

/*誕生日*/
.profileData .birth {
	margin: 20px 0 0 0;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 40px;
	text-align: justify;
}

/*ルビ*/
.profileData .name rt {
	margin: 0 0 2px 0;
	font-size: 35%;
	letter-spacing: 0;
}

/*年号*/
.profileData table th {
	width: 120px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 40px;
	text-align: justify;
}

/*プロフィール内容*/
.profileData table td {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 40px;
	text-align: justify;
}

/*プロフィール詳細*/
.profileData .detail {
	margin: 20px 0 0 0;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 100;
    letter-spacing: 7px;
    line-height: normal;
}

/*作品、受賞共通*/
.work,
.award {
	margin: 100px auto 0;
	width: 100%;
}

/*作品、受賞 見出し共通*/
.work h3,
.award h3 {
	margin: 0 0 20px -10px;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 40px;
	text-align: justify;
}

/*作品リスト全体*/
.workList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*作品リスト*/
.workList li {
	width: 380px;
}

/*作品写真*/
.workList li dl dt {
	width: 100%;
	height: 224px;
	position: relative;
}

/*作品写真 リンク*/
.workList li dl dt a {
	display: block;
	width: 100%;
	height: 100%;
}

/*作品写真 1枚目*/
.workList li:first-of-type dl dt {
	background: url(../img/3rd/bg_example01.jpg) no-repeat center center / cover;
}

/*作品写真 2枚目*/
.workList li:nth-of-type(2) dl dt {
	background: url(../img/3rd/bg_example02.jpg) no-repeat center center / cover;
}

/*作品写真 3枚目*/
.workList li:nth-of-type(3) dl dt {
	background: url(../img/3rd/bg_example03.jpg) no-repeat center center / cover;
}

/*作品 キャプション*/
.workList li dl dt p {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 100;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: right;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 1.0em;
}

/*作品タイトル*/
.workList li dl dd {
	margin: 15px 0 0 0;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 28px;
	text-align: justify;

}

/*作品、受賞内容共通*/
.work p,
.award p {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 40px;
	text-align: justify;
}

.work p.note,
.award p.note {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 100;
	line-height: 40px;
	text-align: right;
	margin-bottom: 20px;
}

/*==============================
開催概要設定
==============================*/

/*開催概要全体*/
#outline {
	padding: 80px 0;
	width: 100%;
}

/*開催概要中身*/
#outline .inner {
	margin: 0 auto;
	width: 1000px;
}

/*概要表*/
#outline .inner table {
	margin: 90px auto 0;
	width: 100%;
}

/*概要見出し*/
#outline .inner table th {
	width: 245px;
	color: #231815;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 50px;
	text-align: justify;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*概要内容*/
#outline .inner table td {
	color: #231815;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 50px;
	text-align: justify;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*コメ注*/
#outline .inner table td span {
	font-size: 2rem;
}

/*リンク*/
#outline .inner table td a {
	padding: 0 0 3px 0;
	border-bottom: 1px #231815 solid;
}

/*地図*/
#outline .inner table td .map {
	margin: 0 0 0 40px;
}

/*地図アイコン*/
#outline .inner table td .map::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 20px;
	background: url(../img/ico_mappin.svg) no-repeat center center / cover;
	transform: translate(-5px, 3px);
}

/*注釈*/
#outline .inner small {
	display: block;
	margin: 50px 0 0 0;
	color: #231815;
	font-size: 2rem;
	font-weight: normal;
	line-height: 30px;
	text-align: justify;
	font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*注釈 強調*/
#outline .inner small em {
	font-weight: bold;
	font-style: normal;
}

/*==============================
レスポンシブ設定
==============================*/


/*高さ350px以下の場合*/
@media (max-width: 3840px) and (max-height: 380px) {

	/*タイトル*/
	.title {
		display: none;
	}

	/*告知全体*/
	.infoBox {
		display: none;
	}

}

/*1650pxの場合*/
@media screen and (max-width:1650px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		bottom: 340px;
	}

	/*告知全体*/
	.infoBox {
		padding: 20px 30px 50px;
		font-size: 9rem;
		bottom: 40px;
	}

	/*曜日*/
	.infoBox .date .week {
		margin: 0 0 0 -10px;
	}

	/*時間*/
	.info .time {
		margin: 0 0 0 -10px;
	}

	/*会場、定員*/
	.info .place,
	.info .capacity {
		margin: 0 0 0 20px;
	}

	/*キャプション*/
	#headerWrap .caption {
		padding: 25px 30px 25px 0;
	}

	/*インフォボタン*/
	.infoBtn {
		padding: 0 30px;
		right: 30px;
	}

	/*インフォボタンリスト*/
	.infoBtn li {
		padding: 30px 0;
		font-size: 3.2rem;
	}

}

/*1300pxの場合*/
@media screen and (max-width:1300px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		bottom: 340px;
	}

	/*告知全体*/
	.infoBox {
		font-size: 8rem;
	}



}

/*1160pxの場合*/
@media screen and (max-width:1160px) {

	/*==============================
	プロフィール設定
	==============================*/

	/*プロフィール全体*/
	#profile {
		padding: 60px 0 50px 0;
	}

	/*プロフィール中身*/
	#profile .inner {
		width: calc(100% - 80px);
	}

	/*プロフィール写真*/
	.profileBox li:first-of-type {
		width: 40%;
		height: 400px;
	}

	/*プロフィール文字*/
	.profileBox li:nth-of-type(2) {
		width: calc(100% - 40% - 50px);
	}

	/*見出し*/
	.profileBox h2 {
		font-size: 2rem;
	}

	/*プロフィールデータ*/
	.profileData {
		margin: 0;
	}

	/*名前*/
	.profileData .name {
		font-size: 2.8rem;
	}

	/*誕生日*/
	.profileData .birth {
		font-size: 1.8rem;
		line-height: 34px;
	}

	/*年号*/
	.profileData table th {
		width: 100px;
		font-size: 1.8rem;
		line-height: 34px;
	}

	/*プロフィール内容*/
	.profileData table td {
		font-size: 1.8rem;
		line-height: 34px;
	}

	/*プロフィール詳細*/
	.profileData .detail {
	margin: 20px 0 0 0;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: normal;
	}

	/*作品、受賞共通*/
	.work,
	.award {
		margin: 40px auto 0;
	}

	/*作品、受賞 見出し共通*/
	.work h3,
	.award h3 {
		margin: 0 0 20px -10px;
		font-size: 1.8rem;
		line-height: 34px;
	}

	/*作品リスト*/
	.workList li {
		width: calc(100% / 3 - 15px);
	}

	/*作品写真*/
	.workList li dl dt {
		height: 200px;
	}

	/*作品タイトル*/
	.workList li dl dd {
		margin: 10px 0 0 0;
	}

	/*作品、受賞内容共通*/
	.work p,
	.award p {
		font-size: 1.8rem;
		line-height: 34px;
	}
	.work p.note,
	.award p.note {
		font-size: 1.4rem;
		line-height: 34px;
		text-align: right;
		margin-bottom: 20px;
	}

	/*==============================
	開催概要設定
	==============================*/

	/*開催概要全体*/
	#outline {
		padding: 80px 0;
	}

	/*開催概要中身*/
	#outline .inner {
		width: 800px;
	}

	/*概要表*/
	#outline .inner table {
		margin: 60px auto 0;
	}

	/*概要見出し*/
	#outline .inner table th {
		width: 160px;
		font-size: 1.8rem;
		line-height: 34px;
	}

	/*概要内容*/
	#outline .inner table td {
		font-size: 1.8rem;
		line-height: 34px;
		text-align: justify;
	}

	/*コメ注*/
	#outline .inner table td span {
		font-size: 1.6rem;
	}

	/*地図アイコン*/
	#outline .inner table td .map::before {
		width: 11px;
		height: 16px;
	}

	/*注釈*/
	#outline .inner small {
		margin: 50px 0 0 0;
		font-size: 1.6rem;
		line-height: 28px;
	}


}

@media screen and (max-width:1000px) and (min-width:769px) {
	.infoBox .full__inner {
		margin: 0 auto;
	}

	.infoBox .full__ttl {
		font-size: 30px;
		padding: 30px 10px;
	}

	.infoBox .full__txt {
		font-size: 16px;
	}
}

/*960pxの場合*/
@media screen and (max-width:960px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		bottom: 360px;
	}

	/*告知全体*/
	.infoBox {
		display: block;
		padding: 10px 30px 20px;
		bottom: 64px;
	}

	/*告知*/
	.info {
		padding: 0;
	}

	/*時間、会場、定員*/
	.info .time,
	.info .place,
	.info .capacity {
		margin: 15px 15px 0 0;

	}

}

/*768pxの場合*/
@media screen and (max-width:768px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		width: 90%;
	}

	/*インフォボタン*/
	.infoBtn {
		padding: 0 20px;
	}

	/*インフォボタンリスト*/
	.infoBtn li {
		padding: 25px 0;
		font-size: 2.6rem;
	}

	.infoBox .full__inner {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.infoBox .full__ttl {
		font-size: 28px;
		padding: 30px 10px;
	}

	.infoBox .full__txt {
		font-size: 15px;
	}

	/*==============================
	プロフィール設定
	==============================*/

	/*プロフィール全体*/
	#profile {
		padding: 60px 0 50px 0;
	}

	/*プロフィール中身*/
	#profile .inner {
		width: calc(100% - 80px);
	}

	/*プロフィール写真*/
	.profileBox li:first-of-type {
		width: 100%;
		height: 550px
	}

	/*プロフィール文字*/
	.profileBox li:nth-of-type(2) {
		padding: 60px 0 0 0;
		width: 100%;
	}

	/*プロフィールデータ*/
	.profileData {
		margin: 0 0 40px 0;
	}

	/*作品、受賞共通*/
	.work,
	.award {
		margin: 30px auto 0;
	}

	/*作品リスト*/
	.workList li {
		width: 100%;
	}

	/*作品写真*/
	.workList li dl dt {
		height: 300px;
	}

	/*作品タイトル*/
	.workList li dl dd {
		margin: 10px 0 30px 0;
	}


	/*==============================
	開催概要設定
	==============================*/

	/*開催概要全体*/
	#outline {
		padding: 80px 0;
	}

	/*開催概要中身*/
	#outline .inner {
		width: calc(100% - 80px);
	}

}

/*680pxの場合*/
@media screen and (max-width:680px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		width: 95%;
		bottom: 50%;
	}

	/*告知全体*/
	.infoBox {
		display: flex;
		padding: 10px 30px 20px 30px;
		font-size: 5rem;
		bottom: 85px;
		align-items: flex-end;
	}

	.infoBox .date {
		font-size: 130%;
	}

	/*告知*/
	.info {
		margin: 0 0 0 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	/*時間、会場*/
	.info .time,
	.info .place {
		margin: 0 0 5px 0;
	}

	/*定員*/
	.info .capacity {
		margin: 0;
	}

	/*インフォボタン*/
	.infoBtn {
		padding: 15px 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		bottom: -52px;
		left: 0;
		right: auto;
	}

	/*インフォボタンリスト*/
	.infoBtn li {
		padding: 0;
		width: 50%;
	}

	/*インフォボタンリスト 1つ目*/
	.infoBtn li:first-of-type {
		border-bottom: none;
		border-right: 1px #FFF solid;
	}

	/*キャプション*/
	#headerWrap .caption {
		padding: 10px 30px 10px 0;
	}


	/*==============================
	プロフィール設定
	==============================*/

	/*プロフィール全体*/
	#profile {
		padding: 60px 0 50px 0;
	}

	/*プロフィール中身*/
	#profile .inner {
		width: calc(100% - 40px);
	}

	/*プロフィール写真*/
	.profileBox li:first-of-type {
		height: 500px;
	}

	/*見出し*/
	.profileBox h2 {
		font-size: 1.8rem;
	}

	/*名前*/
	.profileData .name {
		font-size: 2.4rem;
	}

	/*誕生日*/
	.profileData .birth {
		font-size: 1.4rem;
		line-height: 30px;
	}

	/*年号*/
	.profileData table th {
		width: 80px;
		font-size: 1.4rem;
		line-height: 30px;
	}

	/*プロフィール内容*/
	.profileData table td {
		font-size: 1.8rem;
		line-height: 30px;
	}

	/*プロフィール詳細*/
	.profileData .detail {
	margin: 20px 0 0 0;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 100;
    letter-spacing: 4px;
    line-height: normal;
	}

	/*作品、受賞共通*/
	.work,
	.award {
		margin: 30px auto 0;
	}

	/*作品、受賞 見出し共通*/
	.work h3,
	.award h3 {
		margin: 0 0 10px -10px;
		font-size: 1.4rem;
		line-height: 30px;
	}

	/*作品タイトル*/
	.workList li dl dd {
		font-size: 1.4rem;
		line-height: 20px;
	}

	/*作品、受賞内容共通*/
	.work p,
	.award p {
		font-size: 1.4rem;
		line-height: 30px;
	}
	.work p.note,
	.award p.note {
		font-size: 1.0rem;
		line-height: 30px;
		text-align: right;
		margin-bottom: 20px;
	}

	/*==============================
	開催概要設定
	==============================*/

	/*開催概要全体*/
	#outline {
		padding: 80px 0;
	}

	/*概要表*/
	#outline .inner table {
		margin: 40px auto 0;
	}

	/*概要見出し*/
	#outline .inner table th {
		width: 100px;
		font-size: 1.4rem;
		line-height: 30px;
	}

	/*概要内容*/
	#outline .inner table td {
		font-size: 1.4rem;
		line-height: 30px;
	}

	/*コメ注*/
	#outline .inner table td span {
		font-size: 1.2rem;
	}

	/*注釈*/
	#outline .inner small {
		margin: 50px 0 0 0;
		font-size: 1.2rem;
		line-height: 24px;
	}

}

/*580pxの場合*/
@media screen and (max-width:580px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*キャプション*/
	#headerWrap .caption {
		font-size: 1.2rem;
		line-height: 18px;
	}

}

/*480pxの場合*/
@media screen and (max-width:480px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*告知全体*/
	.infoBox {
		padding: 10px 0 20px 20px;
		font-size: 3.8rem;
		bottom: 94px;
	}

	/*スラッシュ*/
	.infoBox .date .slash {
		bottom: 5px;
	}

	/*告知*/
	.info {
		margin: 0;
	}

	/*時間、会場*/
	.info .time,
	.info .place {
		font-size: 40%;
	}

	/*定員*/
	.info .capacity {
		font-size: 40%;
	}

	/*インフォボタン*/
	.infoBtn {
		padding: 10px 0;
		bottom: -40px;
	}

	/*インフォボタン*/
	.infoBtn li {
		font-size: 2rem;
	}


	/*==============================
	プロフィール設定
	==============================*/

	/*プロフィール全体*/
	#profile {
		padding: 40px 0;
	}

	/*プロフィール写真*/
	.profileBox li:first-of-type {
		height: 400px;
	}

	/*プロフィール キャプション*/
	.profileBox li:first-of-type p {
		font-size: 1.2rem;
		bottom: 5px;
		right: 5px;
	}

	/*プロフィール文字*/
	.profileBox li:nth-of-type(2) {
		padding: 40px 0 0 0;
	}

	/*誕生日*/
	.profileData .birth {
		line-height: 28px;
	}

	/*年号*/
	.profileData table th {
		line-height: 28px;
	}

	/*プロフィール内容*/
	.profileData table td {
		line-height: 28px;
	}

	/*作品写真*/
	.workList li dl dt {
		height: 220px;
	}

	/*作品 キャプション*/
	.workList li dl dt p {
		font-size: 1.2rem;
		bottom: 5px;
		right: 5px;
	}

	/*作品、受賞共通*/
	.work,
	.award {
		margin: 20px auto 0;
	}

	/*作品、受賞 見出し共通*/
	.work h3,
	.award h3 {
		line-height: 28px;
	}

	/*作品、受賞内容共通*/
	.work p,
	.award p {
		line-height: 28px;
	}


	/*==============================
	開催概要設定
	==============================*/

	/*開催概要全体*/
	#outline {
		padding: 80px 0;
	}

	/*開催概要中身*/
	#outline .inner {
		width: calc(100% - 40px);
	}


	/*概要表*/
	#outline .inner table {
		margin: 30px auto 0;
	}

	/*概要見出し*/
	#outline .inner table th {
		line-height: 28px;
	}

	/*概要内容*/
	#outline .inner table td {
		line-height: 28px;
	}

	/*地図*/
	#outline .inner table td .map {
		margin: 0;
		display: inline-block;
	}


	/*注釈*/
	#outline .inner small {
		margin: 30px 0 0 0;
		line-height: 20px;
	}


}

/*400pxの場合*/
@media screen and (max-width:400px) {

	/*==============================
	ヘッダー設定
	==============================*/

	/*タイトル*/
	.title {
		bottom: 58%;
	}

	/*告知全体*/
	.infoBox {
		display: block;
		padding: 5px 0 10px 0;
		font-size: 4rem;
		text-align: center;
	}

	.infoBox .full {
		padding: 0 4%;
		margin-top: 10px;
	}

	.infoBox .full__inner {
		width: 100%;
	}

	.infoBox .full__ttl {
		font-size: 24px;
		padding: 30px 5px;
	}

	.infoBox .full__txt {
		font-size: 14px;
		text-align: left;
	}


	/*告知*/
	.info {
		margin: 10px 0 0;
		align-items: center;
	}


}