@charset "utf-8";

/*------------------------------------------------

		md_about_wrap

------------------------------------------------*/
.md_about_wrap {
	background: #ffe329 url(../img/bg_yellow.jpg) center center / auto repeat;
	border-bottom: 4px solid #ffe329;
	padding: 100px 5% 120px;
}
@media (max-width: 767px) {
	.md_about_wrap {
		background: #ffe329 url(../img/bg_yellow.jpg) center center / 309px 154.5px repeat;
		border-bottom: 2px solid #ffe329;
		padding: 40px 5% 60px;
	}
}

/*------------------------------------------------

		md_schedule

------------------------------------------------*/
.md_schedule {
	background: #fff;
	border-radius: 20px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 55px 5% 25px;
	text-align: center;
	position: relative;
}
.md_schedule + .md_schedule {
	margin-top: 60px;
}
.md_schedule .md_ttl {
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
}
.md_schedule .md_ttl + p {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 15px;
}
.md_schedule .md_date {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.md_schedule .md_date p {
	font-size: 3.0rem;
	font-weight: 900;
}
.md_schedule .md_date p > span {
	font-size: 3.6rem;
	margin: 0 5px;
}
.md_schedule .md_date p span span {
	font-size: 5rem;
	font-weight: 700;
}
.md_schedule .md_date p i {
	border: 2px solid #000;
	border-radius: 3px;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.4;
	margin: 0 10px 7px 5px;
	padding: 0 2px 0 4px;
	vertical-align: middle;
}
.md_schedule .md_date p:nth-of-type(2) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.md_schedule .md_btn {
	font-size: 1.6rem;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.md_schedule {
		border-radius: 10px;
		padding: 30px 8% 15px;
	}
	.md_schedule + .md_schedule {
		margin-top: 30px;
	}
	.md_schedule img {
		zoom: 0.5;
	}
	.md_schedule .md_ttl {
		top: -15px;
	}
	.md_schedule .md_ttl + p {
		font-size: 1.8rem;
	}
	.md_schedule .md_date {
		line-height: 1.2;
		margin-top: 10px;
	}
	.md_schedule .md_date p {
		font-size: 1.4rem;
	}
	.md_schedule .md_date p > span {
		font-size: 1.8rem;
		margin: 0 3px;
	}
	.md_schedule .md_date p span span {
		font-size: 2.4rem;
	}
	.md_schedule .md_date p i {
		border: 1px solid #000;
		font-size: 1.0rem;
		margin: 0 4px 5px 0;
		padding: 2px 2px 0 3px;
	}
	.md_schedule .md_date p:nth-of-type(2) {
		width: 20px;
		height: 20px;
	}
	.md_schedule .md_btn {
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.2rem;
	}
}

/*------------------------------------------------

		md_rule

------------------------------------------------*/
.md_rule {
	background: #fff url(../img/about/bg_ttl.svg) left -80px top -160px / 460px auto no-repeat;
	border-radius: 20px;
	max-width: 1000px;
	margin: 60px auto 0;
	padding: 60px 0;
	position: relative;
}
.md_rule h2 {
	width: 41%;
	padding-right: 5%;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 0;
}
.md_rule .md_caption {
	padding: 0 5% 0 41%;
	position: relative;
	z-index: 1;
}
.md_rule .md_caption strong {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.5;
}
.md_rule .md_caption p + p {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
}
.md_rule .md_step {
	padding: 0 8%;
}
.md_rule .md_step dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.md_rule .md_step dl dt,
.md_rule .md_step dl dd {
	margin-top: 30px;
}
.md_rule .md_step dl dt {
	background: url(../img/about/bg_step.svg) top center / auto no-repeat;
	width: 100px;
	padding: 27px 0 0 3px;
	text-align: center;
	position: relative;
}
.md_rule .md_step dl dt:not(:last-of-type)::before {
	border-left: 10px dotted #4d7eb9;
	content: "";
	display: block;
	height: calc(100% - 115px);
	width: 1px;
	position: absolute;
	bottom: 0;
	left: 45px;
}
.md_rule .md_step dl dd {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 120px);
	padding-top: 30px;
}
.md_rule .md_step dl dd:first-of-type {
	align-items: stretch;
}
.md_rule .md_step dl dd:nth-of-type(3) {
	flex-direction: row-reverse;
	padding-bottom: 15px;
}
.md_rule .md_step dl dd h3 {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
}
.md_rule .md_step dl dd h3 span {
	font-size: 1.2rem;
}
.md_rule .md_step dl dd:first-of-type .md_image {
	width: 40%;
}
.md_rule .md_step dl dd:nth-of-type(2) .md_image {
	width: 40%;
}
.md_rule .md_step dl dd:nth-of-type(3) .md_image {
	width: 20%;
}
.md_rule .md_step dl dd:nth-of-type(4) .md_image {
	width: 50%;
}
.md_rule .md_step dl dd:nth-of-type(5) .md_image {
	width: 40%;
}
.md_rule .md_step dl dd .md_image.is_qrcode {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.md_rule .md_step dl dd .md_text p {
	font-size: 1.4rem;
	margin-top: 15px;
}
.md_rule .md_step dl dd .md_text p > strong {
	background: #ffe329;
	color: #e5004f;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 0 3px;
}
.md_rule .md_step dl dd .is_small {
	font-size: 1.2rem !important;
}
.md_rule .md_step dl dd .md_image.is_qrcode + .is_small {
	margin-top: 20px;
}
.md_rule .md_step dl dd:first-of-type .md_text {
	width: 56%;
}
.md_rule .md_step dl dd:nth-of-type(2)  .md_text {
	width: 56%;
}
.md_rule .md_step dl dd:nth-of-type(3) .md_text {
	width: 76%;
}
.md_rule .md_step dl dd:nth-of-type(4) .md_text {
	width: 50%;
}
.md_rule .md_step dl dd:nth-of-type(5) .md_text {
	width: 60%;
}
.md_rule .md_step dl dd .md_text .md_btn a {
	font-size: 1.6rem;
}
.md_rule .md_step dl dd:first-of-type .md_text .md_btn {
	display: none;
}
.md_rule .md_step dl dd:nth-of-type(2) .md_text .md_btn {
	display: none;
}
.md_rule .md_step dl dd .md_text ul {
	color: #e5004f;
	font-weight: 900;
	margin-top: 10px;
}
.md_rule .md_step dl dd .md_text ul li strong {
	font-size: 2.0rem;
	font-weight: 900;
}
.md_rule .md_step dl dd .md_text ul li i {
	border: 2px solid #e5004f;
	border-radius: 3px;
	padding: 0 2px;
	font-size: 1.2rem;
	font-weight: 900;
	vertical-align: text-top;
}
@media (max-width: 959px) {
	.md_rule {
		background: #fff url(../img/about/bg_ttl.svg) center top -160px / 395px auto no-repeat;
	}
	.md_rule h2 {
		width: auto;
		padding-right: 0;
		position: relative;
		top: -20px;
	}
	.md_rule .md_caption {
		margin-top: 120px;
		padding: 0 8%;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.md_rule {
		background: #fff url(../img/about/bg_ttl.svg) center top -120px / 251px auto no-repeat;
		border-radius: 10px;
		margin: 30px auto 0;
		padding: 20px 0 40px;
	}
	.md_rule h2 {
		top: 5px;
	}
	.md_rule h2 img {
		zoom: 0.5;
	}
	.md_rule .md_caption {
		margin-top: 100px;
		text-align: left;
	}
	.md_rule .md_caption p br {
		display: none;
	}
	.md_rule .md_caption strong {
		font-size: 1.6rem;
	}
	.md_rule .md_caption p + p {
		font-size: 1.2rem;
		font-weight: normal;
		margin-top: 10px;
	}
	.md_rule .md_step dl {
		display: block;
	}
	.md_rule .md_step dl dd:not(:last-of-type) {
		border-bottom: 5px dotted #036eb8;
		margin: 5px auto 30px;
		padding-bottom: 30px;
	}
	.md_rule .md_step dl dd:last-of-type {
		margin: 5px auto 0;
	}
	.md_rule .md_step dl dt {
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
		margin: 30px auto 0;
		padding: 17px 0px 0 0;
	}
	.md_rule .md_step dl dt:not(:last-of-type)::before {
		display: none;
	}
	.md_rule .md_step dl dt img {
		zoom: 0.7;
	}
	.md_rule .md_step dl dd {
		width: 100%;
		padding-top: 0;
	}
	.md_rule .md_step dl dd:nth-of-type(3) {
		flex-direction: column;
	}
	.md_rule .md_step dl dd h3 {
		font-size: 1.4rem;
		text-align: center;
	}
	.md_rule .md_step dl dd h3 span {
		font-size: 1.0rem;
	}
	.md_rule .md_step dl dd:first-of-type .md_image {
		display: none;
	}
	.md_rule .md_step dl dd:nth-of-type(2) .md_image {
		display: none;
	}
	.md_rule .md_step dl dd:nth-of-type(3) .md_image {
		width: 30%;
		margin: 15px auto 0;
	}
	.md_rule .md_step dl dd:nth-of-type(4) .md_image {
		width: 80%;
		margin: 15px auto 0;
	}
    .md_rule .md_step dl dd:nth-of-type(5) .md_image {
        width: 100%;
        margin: 15px auto 0;
    }
	.md_rule .md_step dl dd .md_text {
		width: 100%;
	}
	.md_rule .md_step dl dd .md_text p {
		font-size: 1.2rem;
		margin-top: 10px;
		text-align: justify;
	}
	.md_rule .md_step dl dd .md_text p > strong {
		font-size: 1.3rem;
	}
	.md_rule .md_step dl dd .is_small {
		font-size: 1.0rem !important;
	}
	.md_rule .md_step dl dd .md_image.is_qrcode + .is_small {
		margin-top: 10px;
	}
	.md_rule .md_step dl dd:first-of-type .md_text,
	.md_rule .md_step dl dd:nth-of-type(2) .md_text,
	.md_rule .md_step dl dd:nth-of-type(3) .md_text,
	.md_rule .md_step dl dd:nth-of-type(4) .md_text,
	.md_rule .md_step dl dd:nth-of-type(5) .md_text {
		width: 100%;
	}
	.md_rule .md_step dl dd:first-of-type .md_text .md_btn {
		display: block;
	}
	.md_rule .md_step dl dd:nth-of-type(2) .md_text .md_btn {
		display: block;
	}
	.md_rule .md_step dl dd .md_text .md_btn a {
		display: block;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.md_rule .md_step dl dd .md_text .md_btn a span {
		font-size: 1.2rem;
	}
	.md_rule .md_step dl dd .md_text ul {
		margin-top: 5px;
		text-align: center;
	}
	.md_rule .md_step dl dd .md_text ul li strong {
		font-size: 1.8rem;
	}
	.md_rule .md_step dl dd .md_text ul li i {
		border: 1px solid #e5004f;
		border-radius: 2px;
		padding: 0 1px;
		font-size: 1.0rem;
	}
}

/*------------------------------------------------

		md_pamphlet

------------------------------------------------*/
.md_pamphlet {
	background: #fff;
	border-radius: 20px;
	max-width: 1000px;
	margin: 24px auto 0;
	position: relative;
}
.md_pamphlet::before,
.md_pamphlet::after {
	content: "";
	display: block;
	height: 24px;
	margin: 0 auto;
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	z-index: 1;
}
.md_pamphlet::before {
	background-image: url(../img/about/img_hr_left.png), url(../img/about/img_hr_right.png);
	background-size: auto 24px;
	background-position: left center, right center;
	background-repeat: no-repeat;
	width: calc(100% - 64px);
}
.md_pamphlet::after {
	background: #fff;
	width: 60%;
}
.md_pamphlet .md_inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 8%;
}
.md_pamphlet .md_text {
	width: 66%;
	padding-bottom: 30px;
}
.md_pamphlet .md_text > p strong {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
}
.md_pamphlet .md_text ul {
	margin-top: 15px;
}
.md_pamphlet .md_text ul li + li {
	margin-top: 10px;
}
.md_pamphlet .md_text ul li .md_btn a span {
	font-size: 1.6rem;
}
.md_pamphlet .md_text ul li .md_btn a em {
	font-weight: 700;
}
.md_pamphlet .md_text ul li .md_btn a i {
	font-weight: 700;
	font-size: 1.2rem;
}
.md_pamphlet .md_image {
	width: 34%;
	text-align: center;
}
@media (max-width: 959px) {
	.md_pamphlet .md_text ul li .md_btn a em {
		display: none;
	}
}
@media (max-width: 767px) {
	.md_pamphlet {
		border-radius: 10px;
		margin: 12px auto 0;
		position: relative;
	}
	.md_pamphlet::before,
	.md_pamphlet::after {
		height: 12px;
		top: -12px;
	}
	.md_pamphlet::before {
		background-size: auto 12px;
		width: calc(100% - 32px);
	}
	.md_pamphlet .md_inner {
		padding: 30px 8%;
	}
	.md_pamphlet .md_text {
		width: 100%;
		padding-bottom: 20px;
	}
	.md_pamphlet .md_text > p {
		text-align: center;
	}
	.md_pamphlet .md_text > p strong {
		font-size: 1.6rem;
	}
	.md_pamphlet .md_text ul li .md_btn a {
		display: block;
		width: 85%;
		line-height: 1.5;
		margin-left: auto;
		margin-right: auto;
	}
	.md_pamphlet .md_text ul li .md_btn a span {
		font-size: 1.2rem;
	}
	.md_pamphlet .md_text ul li .md_btn a i {
		font-size: 1.0rem;
	}
	.md_pamphlet .md_image {
		width: 100%;
	}
	.md_pamphlet .md_image img {
		zoom: 0.5;
	}
}

/*------------------------------------------------

		md_card

------------------------------------------------*/
.md_card {
	background: #fff;
	border-radius: 20px;
	max-width: 1000px;
	margin: 24px auto 0;
	position: relative;
}
.md_card::before,
.md_card::after {
	content: "";
	display: block;
	height: 24px;
	margin: 0 auto;
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	z-index: 1;
}
.md_card::before {
	background-image: url(../img/about/img_hr_left.png), url(../img/about/img_hr_right.png);
	background-size: auto 24px;
	background-position: left center, right center;
	background-repeat: no-repeat;
	width: calc(100% - 64px);
}
.md_card::after {
	background: #fff;
	width: 60%;
}
.md_card .md_inner {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 8%;
}
.md_card .md_card_detail {
	width: 48%;
}
.md_card .md_caption p + p {
	margin-top: 15px;
}
.md_card .md_caption strong {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
}
.md_card .md_caption span {
	background: #ffe329;
	color: #e5004f;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 0 3px;
}
.md_card .md_card_info {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 30px 0 0;
	position: relative;
}
.md_card .md_card_info .md_image {
	margin: 0 auto;
}
.md_card .md_card_info .md_image picture {
	display: block;
}
.md_card .md_card_info .md_text {
	position: absolute;
	top: 100px;
	width: 100%;
}
.md_card .md_card_info .md_text .md_ttl {
	background: #036eb8;
	border-radius: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.5;
	margin: 15px 0 15px 0px;
	padding: 6px 0;
	text-align: center;
}
.md_card .md_card_info .md_text p {
	padding-left: 20px;
}
.md_card .md_card_info .md_text p:not(.md_ttl) + p {
	font-size: 1.4rem;
	margin-top: 5px;
}
.md_card .md_card_info .md_text .md_ttl + p {
	line-height: 1.5;
	position: relative;
}
.md_card .md_card_info .md_text p strong {
	color: #036eb8;
	font-weight: 900;
}
.md_card .md_card_info .is_more {
	font-size: 1.4rem;
	width: 100%;
	margin-top: 5px;
}
.md_card .md_card_info .is_more span {
	font-size: 1.2rem;
}
.md_card .md_attention_box {
	width: 100%;
	background: #fffbda;
	position: relative;
}
.md_card .md_attention_box .md_image {
	margin-bottom: -11px;
	text-align: right;
}
.md_card .md_attention_box h3 {
	background: #e60012;
	color: #FFF;
	font-weight: 700;
	padding: 10px 6%;
	text-align: center;
}
.md_card .md_attention_box ul {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: justify;
	padding: 10px 6% 40px;
	border: 2px solid #e60012;
}
.md_card .md_attention_box ul li {
	padding-left: 15px;
	position: relative;
}
.md_card .md_attention_box ul li::before {
    /* content: "" counter(list-item);
    counter-increment: number; */
		content: "●";
    display: block;
    position: absolute;
    top: 0px;
    left: 0.5px;
    padding: 0.2em 0.2em;
    font-size: 1rem;
}
/* .md_card .md_attention_box ul li::after {
    border: solid 1px;
    border-radius: 50%;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0px;
} */
.md_card .md_attention_box ul li.is_point::before {
	background: #e5004f;
}
.md_card .md_attention_box .is_point span {
	background: #ffe329;
	color: #e5004f;
	font-weight: 900;
}
.md_card .md_attention_box img {
	display: block;
	zoom: 0.5;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.md_card + p {
	font-size: 1.2rem;
    margin: 10px auto 0 auto;
    max-width: 1000px;
    text-align: right;
}
.md_card .md_attention_box .md_attention_box_colona {
	background: #ffe329;
	padding: 15px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
.md_card .md_attention_box .md_attention_box_colona p.t_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.md_card .md_attention_box .md_attention_box_colona p + p {
	margin-top: 5px;
}
@media (max-width: 959px) {
	.md_card .md_card_info {
		margin-top: 20px;
		margin-right: 0px;
	}
	.md_card .md_card_info .md_text {
		min-width: inherit;
		margin-left: 0;
		order: 1;
	}
	.md_card .md_card_info .md_text .md_ttl {
		margin: 0 auto 10px;
		padding: 6px 0;
		text-align: center;
	}
	.md_card .md_card_info .md_text .md_ttl + p br {
		display: none;
	}
	.md_card .md_card_info .is_more {
		order: 3;
	}
}
@media (max-width: 767px) {
	.md_card {
		border-radius: 10px;
		margin: 12px auto 0;
		position: relative;
	}
	.md_card::before,
	.md_card::after {
		height: 12px;
		top: -12px;
	}
	.md_card::before {
		background-size: auto 12px;
		width: calc(100% - 32px);
	}
	.md_card .md_inner {
		padding: 30px 8%;
	}
	.md_card .md_card_detail {
		width: 100%;
	}
	.md_card .md_caption {
		text-align: center;
	}
	.md_card .md_caption p + p {
		margin-top: 10px;
	}
	.md_card .md_caption strong {
		font-size: 1.6rem;
	}
	.md_card .md_caption span {
		font-size: 1.1rem;
	}
	.md_card .md_card_info .md_text .md_ttl {
		font-size: 1.2rem;
	}
	.md_card .md_card_info .md_text p {
		padding-left: 0;
	}
	.md_card .md_card_info .md_text p:not(.md_ttl) + p {
		font-size: 1.1rem;
	}
	.md_card .md_card_info .is_more {
		font-size: 1.1rem;
	}
	.md_card .md_card_info .is_more span {
		font-size: 1.0rem;
	}
	.md_card .md_attention_box {
		width: 100%;
		margin-top: 50px;
	}
	.md_card .md_attention_box .md_image {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.md_card .md_attention_box h3 {
		padding: 10px 4%;
	}
	.md_card .md_attention_box ul {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		text-align: justify;
		padding: 10px 4% 80px;
	}
	.md_card .md_attention_box ul li {
		padding-left: 15px;
		position: relative;
	}
	.md_card .md_attention_box ul li.is_point::before {
		background: #e5004f;
	}
	.md_card .md_attention_box .is_point span {
		background: #ffe329;
		color: #e5004f;
		font-weight: 900;
	}
	.md_card .md_attention_box img {
    zoom: 0.4;
	}
}