@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

body {
	color: #000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-weight: 500;
	font-family: -apple-system, "Noto Sans JP", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

/* --------
  汎用クラス
-------- */

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	background-color: #0093ff;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 800px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 30px;
	padding: 10px 10px 0;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .asahi {
	padding: 5px 0 0 5px;
	width: 110px;
}

header .info {
	font-size: 10px;
	font-size: 1rem;
}

.header-ttl {
	margin-bottom: 50px;
	border-radius: 50px;
	background-color: #fff;
	color: #0093ff;
	text-align: center;
	font-weight: 700;
	font-size: 31px;
	font-size: 3.1rem;
}

.header-ttl strong {
	display: inline-block;
	padding-left: 50px;
	background: url(../img/icn-pc.png) 0 55% no-repeat;
	background-size: 38px;
}

footer {
	text-align: center;
}

footer .inner {
	padding: 60px 0;
}

footer .pagetop {
	margin-bottom: 30px;
}

footer .pagetop a {
	display: inline-block;
	cursor: pointer;
}

footer .pagetop img {
	width: 50px;
}

footer .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;

	-webkit-box-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

footer .sns p {
	margin-bottom: 8px;
	width: 100%;
}

footer .sns > div {
	width: 45px;
}

footer .sns > div.fb {
	margin-right: 20px;
}

footer .info {
	padding: 50px 10px 20px;
	background-color: #fff;
	color: #000;
}

footer .info .asahi {
	margin-bottom: 40px;
}

footer .info .asahi img {
	width: 140px;
}

footer .info small {
	display: block;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

/* --------
  index
-------- */

.mv {
	margin-bottom: 70px;
}

.mv .flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.mv .flex h1 {
	-ms-flex-order: 1;
	margin-bottom: 50px;
	width: 69.875%;

	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.mv .flex .img {
	-ms-flex-order: 3;
	margin-right: -12px;
	width: 40.375%;

	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	order: 3;
}

.mv .flex .img .notice {
	position: absolute;
	top: -25px;
	right: 20px;
	width: 180px;
}

.mv .flex .img .illust {
	margin-top: -30px;
}

.mv .flex p {
	-ms-flex-order: 2;
	width: 58%;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;

	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.check {
	position: relative;
	padding: 50px 0 30px;
	background-color: #ffe203;
	color: #000;
}

.check .inner {
	max-width: 900px;
}

.check:before {
	position: absolute;
	top: -45px;
	left: 50%;
	display: block;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffe203 url(../img/icn-eye.png) 50% 40% no-repeat;
	background-size: 53px;
	content: "";
}

.check .ttl {
	margin-bottom: 50px;
	text-align: center;
}

.check .ttl small {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 50px;
	background: url(../img/icn-check.png) 0 50% no-repeat;
	background-size: 48px;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
}

.check .ttl h2 {
	position: relative;
	border-radius: 40px;
	background-color: #000;
	color: #fff;
	text-indent: .4em;
	letter-spacing: .4em;
	font-weight: 700;
	font-size: 31px;
	font-size: 3.1rem;
}

.check .ttl h2:before {
	position: absolute;
	bottom: -52%;
	left: 50%;
	display: block;
	max-width: 26%;
	width: 204px;
	height: 158px;
	background: url(../img/sec1-illust.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
	-webkit-transform: translateX(-180%);
	-ms-transform: translateX(-180%);
	transform: translateX(-180%);
}

.check .ttl h2:after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	display: block;
	margin-left: -13px;
	width: 0;
	height: 0;
	border-top: 25px solid #000;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	content: "";
}

.check .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.check .flex .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	width: 47.8%;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.check .flex .col .img {
	overflow: hidden;
	width: 51%;
	border-radius: 10px;
}

.check .flex .col .txt {
	width: 44.8%;
}

.check .flex .col .txt strong {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.check .flex .col .txt strong img {
	margin-top: -3px;
	margin-right: 7px;
	width: 40px;
	vertical-align: middle;
}

.check .flex .col .txt small {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}

.check .flex .btn-dotcom {
	margin-top: 50px;
}

.date {
	padding-top: 70px;
	text-align: center;
}

.date h3 {
	margin-bottom: 50px;
}

.date h3 span {
	display: inline-block;
	border-bottom: 5px solid #fff;
	font-size: 25px;
	font-size: 2.5rem;
}

.date .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.date .flex > a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 36px;
	width: 48.75%;
	border-radius: 20px;
	background-color: #fff;
}

.date .flex > a .date-ttl {
	margin-bottom: 40px;
}

.date .flex > a .date-ttl span {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 0 0 10px 10px;
	background-color: #ffe203;
	color: #000;
	text-indent: .1em;
	letter-spacing: .1em;
	font-weight: 900;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
}

.date .flex > a .btn {
	margin-top: 40px;
	text-align: center;
}

.date .flex > a .btn span {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 10px;
	border: 2px solid #e52626;
	border-radius: 30px;
	background-color: #e52626;
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	font-size: 2.4rem;
}

.date .flex > a .btn span:after {
	display: inline-block;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: 12px;
	width: 28px;
	height: 28px;
	background: url(../img/icn-arrow.png) 0 50% no-repeat;
	background-size: contain;
	content: "";
	vertical-align: middle;
}

.date .flex > a .btn span.stopped {
	border: 2px solid #e52626;
	background-color: #fff;
	color: #e52626;
}

.date .flex > a .btn span.stopped:after {
	display: none;
}

.date .notice {
	margin-top: 30px;
	padding: 6px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.date .notice span {
	display: inline-block;
}

.date .notice span img {
	margin: -4px 8px 0 0;
	width: 27px;
	vertical-align: middle;
}

/* --------
  detail
-------- */

.detail-header {
	margin-bottom: 40px;
	text-align: center;
}

.detail-header .header-ttl {
	margin-bottom: 30px;
}

.detail-header h1 {
	margin-bottom: 22px;
}

article {
	position: relative;
	margin: 0 auto 10px;
	padding-bottom: 70px;
	max-width: 800px;
	width: 100%;
	border-radius: 20px;
	background-color: #fff;
	color: #000;
}

article h2 {
	margin-bottom: 40px;
	text-align: center;
}

article h2 span {
	display: inline-block;
	margin-bottom: 30px;
	padding: 14px 20px;
	width: 160px;
	border-radius: 0 0 10px 10px;
	background-color: #ffe203;
	color: #000;
	text-indent: .1em;
	letter-spacing: .1em;
	font-weight: 900;
	font-size: 46px;
	font-size: 4.6rem;
	line-height: 1.2;
}

article h2 figure {
	margin: 0 auto;
	width: 335px;
}

article .btn {
	margin-bottom: 76px;
	text-align: center;
}

article .btn a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	max-width: 82%;
	width: 460px;
	border: 2px solid #e52626;
	border: 2px solid #e52626;
	border-radius: 12px;
	background-color: #e52626;
	color: #fff;
	font-weight: 900;
	font-size: 28px;
	font-size: 2.8rem;
}

article .btn a:after {
	display: inline-block;
	margin-top: -5px;
	margin-right: -10px;
	margin-left: 12px;
	width: 28px;
	height: 28px;
	background: url(../img/icn-arrow.png) 0 50% no-repeat;
	background-size: contain;
	content: "";
	vertical-align: middle;
}

article .stopped {
	margin-bottom: 76px;
	text-align: center;
}

article .stopped span {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px;
	max-width: 82%;
	width: 460px;
	border: 2px solid #e52626;
	border: 2px solid #e52626;
	border-radius: 12px;
	color: #e52626;
	font-weight: 900;
	font-size: 28px;
	font-size: 2.8rem;
}

article .notice {
	margin-bottom: 40px;
	padding: 4px 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

article .notice span {
	display: inline-block;
	padding-left: 36px;
	background: url(../img/icn-pc-white.png) 0 55% no-repeat;
	background-size: 27px;
	font-size: 20px;
	font-size: 2rem;
}

article .block {
	margin: 0 auto 60px;
	padding: 0 15px;
	max-width: 100%;
	width: 700px;
}

article .block:last-child {
	margin-bottom: 0;
}

article .block.program {
	margin-bottom: 80px;
}

article .block h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 5px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

article .block h3 span {
	margin-right: 20px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

article .block h3 span:before {
	color: #0093ff;
	content: "●";
}

article .block h3 small {
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
}

article .block dl {
	margin-top: 30px;
	margin-bottom: 50px;
}

article .block dl dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 30px;
	padding: 5px 20px;
	border-radius: 30px;
	background-color: #ffe203;
	font-weight: bold;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article .block dl dd {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #0093ff;
}

article .block dl dd:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}

article .block dl dd > p {
	margin-bottom: 50px;
	font-size: 18px;
	font-size: 1.8rem;
}

article .block dl dd .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article .block dl dd .flex figure {
	overflow: hidden;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

article .block dl dd .flex .txt {
	width: calc(100% - 160px);
	line-height: 1.6;
}

article .block dl dd .flex .txt .ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

article .block dl dd .flex .txt .name {
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

article .block dl dd .flex .txt .name small {
	display: block;
}

article .block dl dd .flex .txt .name small.tag {
	display: inline-block;
	margin-bottom: 4px;
	padding: 1px 6px;
	background-color: #000;
	color: #fff;
}

article .block dl dd .flex .txt .name strong {
	font-size: 18px;
	font-size: 1.8rem;
}

article .block dl dd .flex .txt > small {
	display: block;
	padding: 20px;
	background-color: #f5f5f5;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
}

article .block > p {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}

article .block > small {
	display: block;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
}

article .btns {
	margin: 70px 15px 0;
	text-align: center;
}

article .btns a {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
	min-height: 35px;
	width: 460px;
	border-radius: 10px;
	background-color: #e52626;
	font-weight: 900;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.6;
}

article .btns a span {
	display: inline-block;
	padding-right: 50px;
	background: url(../img/icn-arrow.png) 100% 50% no-repeat;
	background-size: 35px;
}

article.report {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	max-width: 100%;
	width: 1300px;
	border-radius: 20px;
	background-color: #fff;
}

article.report .report-inner {
	margin: auto;
	max-width: 800px;
}

article.report .report-ttl {
	margin-bottom: 80px;
}

article.report .report-ttl h3 {
	margin-bottom: 50px;
	color: #0093ff;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.6;
}

article.report .report-ttl p {
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}

article.report .block {
	margin-bottom: 100px;
	padding: 0;
	width: 100%;
}

article.report .block h3 {
	padding: 4px 30px;
	border-radius: 30px;
	background-color: #ffe203;
}

article.report .block h3 span {
	font-size: 24px;
	font-size: 2.4rem;
}

article.report .block h3 span:before {
	display: none;
}

article.report .block h4 {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

article.report .block dl dt {
	margin-bottom: 15px;
	padding: 0;
	background-color: transparent;
	color: #0093ff;
	font-size: 32px;
	font-size: 3.2rem;
}

article.report .block dl dd {
	font-weight: normal;
}

article.report .block dl dd .name {
	margin-bottom: 50px;
	font-size: 14px;
	font-size: 1.4rem;
}

article.report .block dl dd .name strong {
	font-weight: 500;
}

article.report .block dl dd figure {
	margin-bottom: 60px;
}

article.report .block dl dd > p {
	margin-bottom: 64px;
	line-height: 2;
}

article.report .block dl dd > p > small {
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
}

article.report .block.session {
	background-color: #f4faff;
	font-weight: normal;
}

article.report .block.session h3 {
	border-radius: 0;
	background-color: #0093ff;
	color: #fff;
	text-align: center;
}

article.report .block.session h3 span {
	margin: auto;
	font-size: 28px;
	font-size: 2.8rem;
}

article.report .block.session .session-inner {
	padding: 50px 50px;
}

article.report .block.session .name {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

article.report .block.session figure {
	margin-bottom: 40px;
}

article.report .block.session figure:last-child {
	margin-bottom: 0;
}

article.report .block.session figure figcaption {
	margin-top: 4px;
}

article.report .block.session figure figcaption strong {
	display: block;
	margin-top: 24px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

article.report .block.session figure.narrow {
	margin: auto auto 40px;
	max-width: 100%;
	width: 400px;
}

article.report .block.session figure.narrow:last-child {
	margin-bottom: 0;
}

article.report .block.session p {
	margin-bottom: 80px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

article.report .block.session p:last-child {
	margin-bottom: 0;
}

article.report .block.session p em {
	font-weight: bold;
}

article.report .report-footer {
	margin: 0 -20px;
	padding: 30px 20px;
	background-color: #ffe203;
}

article.report .report-footer small {
	display: block;
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
}

.btn-dotcom {
	width: 100%;
	text-align: center;
}

.btn-dotcom p {
	position: relative;
	margin-bottom: 4px;
	padding-bottom: 10px;
	font-weight: bold;
}

.btn-dotcom p:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
}

.btn-dotcom a {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px;
	width: 262px;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.btn-dotcom a:after {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 10px;
	height: 8px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
}

.backbtn {
	margin-top: 60px;
	text-align: center;
}

.backbtn a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 10px;
	width: 250px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.backbtn a span {
	display: inline-block;
	padding-left: 22px;
	background: url(../img/icn-back.png) 0 50% no-repeat;
	background-size: 12px;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 25px;
	}

	header .asahi {
		width: 66px;
	}

	header .info {
		font-size: .9rem;
	}

	.header-ttl {
		margin: 0 -10px 25px;
		padding: 10px 0;
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.header-ttl strong {
		padding-left: 60px;
		background-size: 50px;
	}

	footer .inner {
		padding: 40px 0 50px;
	}

	footer .info {
		padding: 40px 10px 10px;
	}

	footer .info .asahi img {
		width: 100px;
	}

	footer .info small {
		font-size: .9rem;
	}

	.mv {
		margin-bottom: 90px;
	}

	.mv .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.mv .flex h1 {
		margin-bottom: 30px;
		width: auto;
	}

	.mv .flex .img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-order: 2;
		-ms-flex-align: center;
		margin-bottom: 25px;
		width: 100%;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: reverse;
		-webkit-box-ordinal-group: 3;
		-webkit-box-orient: horizontal;
		-webkit-order: 2;
		order: 2;
	}

	.mv .flex .img .notice {
		position: relative;
		top: 10px;
		right: 0;
		z-index: 1;
		width: 48%;
	}

	.mv .flex .img .illust {
		position: relative;
		z-index: 2;
		margin: 0;
		margin-right: -4%;
		width: 56%;
	}

	.mv .flex p {
		-ms-flex-order: 3;
		width: 100%;

		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}

	.check {
		padding: 30px 0 50px;
	}

	.check .ttl {
		position: relative;
	}

	.check .ttl small {
		margin: 0 -5px 10px;
		padding-left: 26px;
		background-size: 24px;
		font-size: 2rem;
	}

	.check .ttl h2 {
		padding: 5px;
		text-indent: 0;
		letter-spacing: 0;
		font-size: 2.5rem;
	}

	.check .ttl h2:before {
		bottom: -14px;
		left: -14px;
		max-width: none;
		max-width: initial;
		width: 100px;
		height: 77px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.check .ttl h2:after {
		bottom: -19px;
		margin-left: -10px;
		border-top-width: 20px;
		border-right-width: 10px;
		border-left-width: 10px;
	}

	.check .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.check .flex .col {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.check .flex .col:not(:last-child) {
		margin-bottom: 50px;
	}

	.check .flex .col .img {
		width: 100%;
	}

	.check .flex .col .txt {
		margin-top: 16px;
		width: 100%;
	}

	.check .flex .col .txt strong {
		margin-bottom: 8px;
		text-align: center;
	}

	.date {
		padding-top: 50px;
	}

	.date h3 {
		margin-bottom: 30px;
	}

	.date .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.date .flex > a {
		width: 100%;
	}

	.date .flex > a:not(:last-child) {
		margin-bottom: 30px;
	}

	.date .flex > a .date-ttl {
		margin-bottom: 30px;
	}

	.date .flex > a .date-ttl span {
		font-size: 3.8rem;
	}

	.date .flex > a .btn span {
		font-size: 2rem;
	}

	.date .notice {
		padding: 10px 20px;
		border-radius: 20px;
		text-align: center;
		line-height: 1.5;
	}

	.date .notice span {
		text-align: left;
	}

	.detail-header p {
		text-align: left;
	}

	article {
		margin: 0 25px;
		padding-bottom: 50px;
		width: calc(100% - 50px);
	}

	article h2 {
		margin-bottom: 30px;
	}

	article h2 span {
		font-size: 3.8rem;
	}

	article h2 figure {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 25px;
		width: 100%;
	}

	article .btn {
		margin-bottom: 40px;
	}

	article .btn a {
		padding: 10px 6px;
		font-size: 2.1rem;
	}

	article .stopped {
		margin-bottom: 40px;
	}

	article .stopped span {
		padding: 10px 6px;
		font-size: 2.1rem;
	}

	article .notice {
		padding: 10px;
		line-height: 1.5;
	}

	article .notice span {
		padding-left: 0;
		background: none;
		text-align: left;
	}

	article .notice span:before {
		display: inline-block;
		margin-top: -4px;
		margin-right: 4px;
		width: 26px;
		height: 20px;
		background: url(../img/icn-pc-white.png) 0 0 no-repeat;
		background-size: 26px;
		content: "";
		vertical-align: middle;
	}

	article .block {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 50px;
		padding: 0 25px;
	}

	article .block.program {
		margin-bottom: 50px;
	}

	article .block h3 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .block h3 span {
		font-size: 2rem;
	}

	article .block dl dt {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px 10px;
		border-radius: 10px;
		text-align: center;
	}

	article .block dl dt span {
		display: block;
	}

	article .block dl dt small {
		display: block;
	}

	article .block dl dd .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .block dl dd .flex figure {
		margin-bottom: 20px;
		width: 200px;
		height: 200px;
	}

	article .block dl dd .flex .txt {
		width: 100%;
	}

	article .block dl dd .flex .txt .ttl {
		line-height: 1.4;
	}

	article .block dl dd .flex .txt > small {
		padding: 10px;
	}

	article .btns {
		margin-top: 50px;
		padding: 0 10px;
	}

	article .btns a {
		max-width: 100%;
		font-size: 2rem;
	}

	article .btns a span {
		padding-right: 30px;
		background-size: 23px;
	}

	article.report {
		max-width: calc(100% - 40px);
	}

	article.report .report-ttl {
		margin-bottom: 50px;
	}

	article.report .report-ttl h3 {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	article.report .block {
		margin-bottom: 60px;
	}

	article.report .block h3 {
		padding: 4px 10px;
	}

	article.report .block h3 span {
		margin: auto;
		text-align: center;
		font-size: 2rem;
	}

	article.report .block h4 {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	article.report .block dl dt {
		text-align: left;
		font-size: 2.5rem;
	}

	article.report .block dl dd .name {
		margin-bottom: 20px;
	}

	article.report .block dl dd .name strong {
		font-size: 2rem;
	}

	article.report .block dl dd figure {
		margin-bottom: 40px;
	}

	article.report .block dl dd > p {
		margin-bottom: 40px;
	}

	article.report .block.session h3 span {
		font-size: 2rem;
	}

	article.report .block.session .session-inner {
		padding: 20px 15px;
	}

	article.report .block.session figure figcaption strong {
		font-size: 1.2rem;
	}

	article.report .report-footer small {
		text-align: left;
	}

	.btn-dotcom {
		margin-top: 0;
	}
}
