<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===== Base Settings ===== */
body {
	font-family : 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.42857;
	color: #3f2524;
	background: #fcebeb;
}

body * {
	margin: 0;
	padding: 0;
}

a, a:active, a:hover, a:visited {
	outline: 0 !important;
}

a {
  color: #4790a0;
}

a:focus, a:hover {
  color: #227aad;
  text-decoration: underline;
}

a:hover img.over {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

img {
	max-width: 100%;
}

.container {
	padding: 0;
}

.contents {
	background: #fcebeb;
}

.main_content {
	padding: 0 10px 30px 10px;
}

.sub p,
.sub dl {
	font-weight: 300;
}

#return {
	position: fixed;
	bottom: 5%;
	right: 10px;
	overflow: hidden;
}

#return a {
	display: inline-block;
	width: 72px;
	padding: 26px 0 12px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: url(../images/common/return.png) no-repeat 50% 5px #333;
	text-decoration: none;
}

#return a:hover {
	background-color: #555;
}

.disabled {
	pointer-events: none;
  cursor: default;
	opacity: 0.5;
}

.red {
  color: #f00;
}

.text-underline {
  text-decoration: underline;
}

del { color: #f00;}
del span { color: #aaa;}

/* ----------------------------clearfix start */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
/* ----------------------------clearfix end */

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 992px) {
  .contents {
    display: flex;
    flex-wrap: wrap;
  }
  
  .main_content {
    padding: 0 0 30px 0;
  }
	
	.sub {
		font-size: 1.1rem;
		line-height: 1.6;
		padding: 0 20px;
	}
}

@media print, screen and (min-width: 1024px) {
  .contents {
    width: 98%;
		max-width: 1024px;
    margin: 0 auto;
  }
}

/* ===== Header Settings ===== */

header {
	text-align: center;
  padding: 10px;
	background: #b01653;
}

header h1 {
	display: table;
  width: 90%;
  font-size: 1rem;
	margin: 0 auto;
}

header h1 img {
	vertical-align: middle;
}

@media print, screen and (min-width: 641px) {
  header {
    padding: 1rem 2rem;
  }
}

@media print, screen and (min-width: 992px) {
  header {
    padding: 1.75rem 2rem;
  }
	
	header .container {
		padding-left: 240px;
	}
}


/* ===== Navi Settings ===== */

#menu #contact {
  display: none;
}

#menu .navbar-light {
	background: #fadbd9;
}

#menu .navbar-collapse {
  overflow: hidden;
}

#menu .navbar {
  padding: .5rem;
}

#menu .navbar-light .navbar-toggler {
	background: #fadbd9;
	position: relative;
	border: none;
}

#menu .navbar-light .navbar-toggler:before {
	content: "メニュー";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8rem;
	color: #000;
	margin-right: 0.5rem;
}

#menu .language {
	display: flex;
	text-align: center;
	list-style: none;
	padding: 0.75rem 0.5rem 0 0.5rem;
}

#menu .language li {
	width: 50%;
}

#menu .language li:first-of-type {
	padding-right: 0.25rem;
}

#menu .language li:last-of-type {
	padding-left: 0.25rem;
}

#menu .language li a {
	display: block;
	color: #fff;
	padding: 0.5rem;
	border-radius: 5px;
}

#menu .language li:first-of-type a {
	background: #ea6d63;
}

#menu .language li:last-of-type a {
	background: #e8882f;
}

#menu .language li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#menu .navbar-nav {
  margin-top: 1rem;
}

#menu .navbar-nav li {
	padding: 0.5rem;
}

#menu .navbar-nav li a {
	font-size: 1rem;
  font-weight: 400;
	color: #402525;
	text-indent: -2.95em;
	margin-left: 2.95em;
	padding: 0;
}

#menu .navbar-nav li a span:before {
	content: " ";
	display: inline-block;
	width: 33.5px;
	height: 33.5px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/nav_icon01.svg") no-repeat center center;
	border-radius: 50%;
}

#menu .navbar-nav li:nth-of-type(2) a span:before,
#menu .navbar-nav li:nth-of-type(8) a span:before,
#menu .navbar-nav li:nth-of-type(14) a span:before,
#menu .navbar-nav li:nth-of-type(20) a span:before {
	background: url("../images/common/nav_icon02.svg") no-repeat center center;
}

#menu .navbar-nav li:nth-of-type(3) a span:before,
#menu .navbar-nav li:nth-of-type(9) a span:before,
#menu .navbar-nav li:nth-of-type(15) a span:before {
	background: url("../images/common/nav_icon03.svg") no-repeat center center;
}

#menu .navbar-nav li:nth-of-type(4) a span:before,
#menu .navbar-nav li:nth-of-type(10) a span:before,
#menu .navbar-nav li:nth-of-type(16) a span:before {
	background: url("../images/common/nav_icon04.svg") no-repeat center center;
}

#menu .navbar-nav li:nth-of-type(5) a span:before,
#menu .navbar-nav li:nth-of-type(11) a span:before,
#menu .navbar-nav li:nth-of-type(17) a span:before {
	background: url("../images/common/nav_icon05.svg") no-repeat center center;
}

#menu .navbar-nav li:nth-of-type(6) a span:before,
#menu .navbar-nav li:nth-of-type(12) a span:before,
#menu .navbar-nav li:nth-of-type(18) a span:before {
	background: url("../images/common/nav_icon06.svg") no-repeat center center;
}

#menu .navbar-nav li a:hover span:before,
#menu .navbar-nav li.active span:before {
	background-color: #fff !important;
}

#menu .navbar-nav li a.disabled:hover {
	background-color: none
}

@media print, screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: block!important;
	}
	
  #menu {
    width: 240px;
		margin-top: -6rem;
		padding: 0 0 30px 0;
  }
	
	#menu .navbar-nav {
		margin-top: 0;
	}

  #menu .contact {
    display: inherit;
  }
  
  #menu .navbar {
    padding: 0;
    background: none;
  }
	
	#menu .bg-light {
		background: none !important;
	}
  
  #menu .navbar-light .navbar-brand {
    display: none;
  }
  
  #menu .navbar-nav {
    display: inherit;
    width: 100%;
		padding: 1rem 0 2rem;
		background: #fadbd9;
    box-sizing: border-box;
		border-radius: 10px;
  }
  
  #menu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
	
	#menu .language {
		margin-bottom: 0.75rem;
		padding: 0;
	}

	#menu .language li a {
		font-size: 0.9rem;
		padding: 0.25rem;
		border-radius: 10px;
	}
	
	#menu .navbar-nav li a {
		font-size: 0.9rem;
		font-feature-settings: "palt";
		text-indent: -2.95em;
		margin-left: 2.95em;
		
	}
	
	#menu .navbar-nav li a span::before {
		margin-right: 0.5rem;
	}
}

@media print, screen and (min-width: 992px) {
	#menu #contact {
		display: block!important;
		font-size: 0.9rem;
		font-weight: 300;
		text-align: left;
		margin: 2rem 0 0 0;
	}
	
	#menu #contact h2 {
		font-size: 0.9rem;
		font-weight: 400;
		color: #3f2524;
		margin-bottom: 0.5rem;
	}
	
	#menu #contact p {
		font-size: 0.85rem;
		margin-bottom: 2rem;
	}
}


/* ===== Page Content Base Settings ===== */


/* ===== Page Content Settings ===== */

.main h2 {
	font-size: 1.4rem;
  font-weight: 700;
	text-align: center;
	color: #b01553;
	margin: 30px -10px 10px -10px;
  padding: 1rem;
}

.main h2:after {
	content: " ";
	display: table;
	width: 1em;
	height: 4px;
	margin: 1rem auto 0 auto;
	background: #b01553;
	border-radius: 2px;
}

.main h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #b01553;
	margin: 3rem 0 1rem 0;
	padding: 1.25rem 0;
	border-top: 3px dotted #b01553;
	border-bottom: 3px dotted #b01553;
}

.main h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2rem 0 1rem 0;
	padding: 0.5rem;
	background: #fadbd9;
}

.main h5 {
	font-size: 1rem;
	font-weight: 600;
	margin: 2rem 0 0.5rem 0;
}


.main ul.btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
}

.main ul.btn li {
	width: 250px;
	margin: 0.5em;
	padding: 0;
}

.main ul.btn li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.8em 0;
	background: #889529;
	border-radius: 20px;
	opacity: 1;
	transition:0.5s;
}

.main ul.btn li a.disabled {
	color: #999;
	background: #ddd;
}

.main ul.btn li a:hover {
	opacity: 0.7;
	transition:0.5s;
}

.main ul.btn li.pdf a:before {
	content: " ";
	display: inline-block;
	width: 17px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/icon_pdf.png") no-repeat center center;
	position: relative;
	top: -1px;
}
.main ul.btn li.ppt a:before {
	content: " ";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/icon_ppt.png") no-repeat center center;
	position: relative;
	top: -1px;
}
.main table {
	width: 100%;
	border-collapse: collapse;
}

.main table th,
.main table td {
	padding: 0.5rem;
	border: 1px solid #ccc;
}

.main table th {
	text-align: center;
	background: #efefef;
}

.main .blue { color: #227aad;}

.mbz { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }

.mtz { margin-top: 0 !important; }
.mt10 { margin-top: 1rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }

.ptz { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }

@media screen and (max-width: 767px) {
  .pc {display: none;}
	}
  
@media print, screen and (min-width: 768px) {
  .sp {display: none;}
  
	.main h2 {
		font-size: 32px;
	}
  
}

@media print, screen and (min-width: 992px) {
  .main {
    width: calc(100% - 240px);
    padding: 30px 40px;
  }
  
  .main h2 {
    margin: 0 0 2rem 0;
  }
}



/* ===== Page Settings ===== */


/*------ Greeting ------*/

.main .greeting img {
	float: right;
	margin: 0 0 2rem 2rem;
}

.main .greeting p {
	text-indent: 1em;
	margin-bottom: 1.5rem;
}

.main .greeting p.sign {
	text-indent: 0;
}


/*------ Outline ------*/

.main .outline dl {
  border: 1px solid #ccc;
}

.main .outline dl dt {
  font-weight: 700;
  padding: 0.5rem;
  background: #f3f3f3;
}

.main .outline dl dd {
  padding: 0.5rem;
}

.main .outline dl dd dl {
  border: none;
}

.main .outline dl dd dl dt {
  font-weight: 500;
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  .main .outline dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .main .outline dl dt {
    width: 8em;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  
  .main .outline dl dd {
    width: calc(100% - 8em);
    border-bottom: 1px solid #ccc;
  }
  
  .main .outline dl dt:last-of-type,
  .main .outline dl dd:last-of-type {
    border-bottom: none;
  }

  .main .outline dl dd dl dt {
    width: 11em;
    margin-bottom: 0.5rem;
    padding: 0.25rem;
  }

  .main .outline dl dd dl dd {
    width: calc(100% - 11em);
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    border: none;
  }
  
  .main .outline dl dd dl dd:last-of-type {
    margin-bottom: 0;
  }
}


/*------ Endai ------*/

.main .endai p {
	margin-bottom: 1em;
}

.main .endai p.deadline {
	color: #f00;
	font-size: 1rem;
	font-weight: 600;
}

.main .endai p.note {
	text-indent: -1em;
	margin-left: 1em;
}

.main .endai .table-flex {
	display: flex;
	flex-wrap: wrap;
}

.main .endai .table-flex table {
	width: 100%;
}

.main .endai .table-flex table:last-of-type {
	margin-top: -1px;
}

.main .endai .table-flex table th,
.main .endai .table-flex table td {
	line-height: 1.2;
	padding: 5px;
}

.main .endai .table-flex table th {
	width: 80px;
	font-weight: 400;
  background: #CEEFFF;
}

.main .endai .table-flex table th.kiso {
  background: #D7FFED;
}

.main .endai .table-flex table td {
  background: #fff;
}

.main .endai table.moji th {
	white-space: nowrap;
}

.main .endai table.moji td {
	background: #fff;
}

.main .endai ul li {
	font-weight: 300;
}

.main .endai ul.happyou-keisihiki {
	margin: 0.35em 0;
}

.main .endai ul.happyou-keisihiki li {
	text-indent: -1.5em;
	list-style-type: none;
	margin-left: 1.5em;
}

.main .endai ul.num li {
	text-indent: -1.7em;
	list-style-type: none;
	margin-left: 2em;
}

.main .endai div.box {
	margin-bottom: 1em;
	padding: 0.8em 0.5em 0.5em;
	background: rgba(255,255,255,0.4);
	border: 1px solid #ddd;
	border-radius: 8px;
}

.main .endai div.box h5 {
	margin-top: 0;
}

.main .endai div.box h5:before {
	content: "◎ ";
}

.main .endai div.box h5 span {
	font-weight: 300;
}

.main .endai ul.btn {
	justify-content: space-around;
}

.main .endai ul.btn li {
	width: 200px;
}

@media print, screen and (min-width: 768px) {
	.main .endai p.deadline {
		text-indent: -14.9em;
		margin-left: 14.9em;
	}
	.main .endai .table-flex table {
		width: 50%;
	}
	.main .endai .table-flex table:last-of-type {
		margin-top: 0;
	}
	.main .endai table {
		font-size: 1rem;
	}


}


/*------ Coi ------*/

.main .coi p {
	margin-bottom: 1.5rem;
}

.main .coi ul.note {
	font-weight: 300;
	list-style: none;
}

.main .coi ul.note li {
	text-indent: -1em;
	margin-left: 1em;
	padding-bottom: 0.75rem;
}

.main .coi ul.note li dl {
	color: #c00;
	text-indent: 0;
	margin: 0.5rem 0 0 0;
	padding: 1.5rem;
	background: #fff;
}

.main .coi ul.note li dl dd:first-of-type {
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 768px) {
	.main .coi ul.note li dl {
		font-weight: 400;
		overflow: hidden;
	}
	
	.main .coi ul.note li dl dt {
		clear: left;
		float: left;
		font-weight: 400;
	}
	
	.main .coi ul.note li dl dd {
		display: table;
	}
}


/*------ Program ------*/

.main .program ul.btn {
	justify-content: space-around;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main .program ul.btn li {
	margin-bottom: 1em;
	flex-basis: 300px;
}

.main .program ul.btn li a {
	width: 100%;
}


/*------ Information ------*/

.main .information h5 {
	color: #b01653;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 1rem 0 1rem 0;
	padding: 0.5rem;
	border-bottom: 3px double #b01653;
}

.main .information h6 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 2rem 0 0.5rem 0;
}

.main .information h6:before {
	content: "【 " !important;
}

.main .information h6:after {
	content: " 】 ";
}

.main .information h7 {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin: 2rem 0 0.5rem 0;
}

.main .information h7:before {
	content: "＜ " !important;
}

.main .information h7:after {
	content: " ＞ ";
}

.main .information p {
	margin-bottom: 1.5rem;
}

.main .information p.notice {
	text-indent: -3em;
	margin-left: 3em;
}

.main .information ul.disc {
	font-weight: 300;
	margin: 0 0 0 1.1em;
	padding: 0;
}

.main .information ul.note {
	font-weight: 300;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main .information ul.note li {
	text-indent: -1em;
	margin-left: 1em;
}

.main .information ul.note li ul.disc {
	font-weight: 300;
	list-style: disc;
}

.main .information ul.note li ul.disc li {
	text-indent: 0;
	margin-left: 1.2em;
}

.main .information ul.num {
	font-weight: 300;
	list-style: none;
}

.main .information ul.num li {
	text-indent: -1.8em;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

.main .information ul.btn.btn_endai {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1em 0 2em;

}

.main .information ul.btn.btn_endai li {
	width: 285px;
	margin: 0.5em;
}

.main .information ul.btn.btn_endai li a {
	width: 100%;
	margin: 0;
}

.main .information ul.num li ul.note li {
	text-indent: -1em;
	margin-left: 1em;
}

.main .information table td {
	background: rgba(255,255,255,0.4)
}

.main .information table.date th {
	text-align: left;
}

.main .information table.program,
.main .information table.fee {
	margin-top: 1.5em;
	font-size: 90%;
}

.main .information table.program th,
.main .information table.fee th {
	background: rgba(255,134,0,0.05);
}

.main .information table.program td,
.main .information table.fee td {
	width: 27%;
	text-align: center;
}

.main .information table.program td.prog,
.main .information table.fee td:first-of-type {
	width: 46%;
	text-align: left;
}

.main .information table.certificate {
	margin-top: 0.5em;
	font-size: 90%;
}

.main .information table.certificate th {
	width: 20%;
	background: rgba(255,134,0,0.05);
}

.main .information table.certificate td ul.note {
	font-size: 90%;
	font-weight: 400;
}

.main .information table.pc_center {
	font-size: 90%;
}

.main .information table.pc_center td {
	text-align: center;
}

.main .information table.notice {
	font-size: 88%;
}

.main .information table.notice th {
	background: rgba(255,134,0,0.05);
}

.main .information table.notice td {
	padding: 1em 1em 0.5em;
}

.main .information table.notice td ul li {
	margin-bottom: 0.5em;
}

.main .information table.notice td ul li dl {
	display: flex;
}

.main .information table.notice td ul li dl dt {
	white-space: nowrap;
	font-weight: 300;
}

.main .information table.notice td ul.num li {
	text-indent: -2.55em;
	margin-left: 1.7em
}



/*------ Registration ------*/

.main .registration h5:before {
	content: "◎ ";
}

.main .registration .img-thumbnail {
	width: 100%;
	max-width: 500px;
}

.main .registration ul {
	font-weight: 300;
}

.main .registration ul.btn li a {
	font-weight: 700 !important;
}

.main .registration ul.note {
	list-style: none;
}

.main .registration ul.note li {
	text-indent: -1em;
	margin-left: 1em;
}

.main .registration ul.note li ul.disc li {
	list-style: disc !important;
	text-indent: 0;
}

.main .registration table th,
.main .registration table td {
	font-size: 95%;
}

.main .registration table td {
	font-weight: 400;
	text-align: center;
	background: #fff;
}

.main .registration table td:first-of-type {
	text-align: left;
}

.main .registration table.keishiki th {
	white-space: nowrap;
	text-align: left;
}

.main .registration table.keishiki td ul.note {
	font-size: 90%;
}

.main .registration table.fee th p {
	display: flex;
	justify-content: center;
	font-size: 95%;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}



/*------ Workshop_handson ------*/

.main .workshop_handson h5 {
	color: #000;
	font-weight: 400;
	margin: 1rem 0;
	padding: 5px;
	border-bottom: 3px double #444;
}


.main .workshop_handson table {
	font-size: 90%;
	margin-bottom: 3rem;
}

.main .workshop_handson table th {
	background: #fadbd9;
}

.main .workshop_handson table td p,
.main .workshop_handson table td dt,
.main .workshop_handson table td dd {
	font-weight: 400;
}

.main .workshop_handson table td ul.disc li {
	margin-left: 1em;
}

.main .workshop_handson table.t01 td dd {
	text-indent: -1em;
	margin-left: 1em;
}

.main .workshop_handson table.t03 td p {
	text-indent: -2.5em;
	margin-left: 2.5em;
	line-height: 1.2;
}

.main .workshop_handson table.t03 td p:first-of-type {
	margin-bottom: 0.5em;
}

.main .workshop_handson table.t04 td p.qr img {
	width: 180px;
	margin: 1em;
}

.main .workshop_handson p.note {
	text-indent: -1em;
	margin-left: 1em;
}

@media print, screen and (min-width: 768px) {
	.main .workshop_handson table th {
		width: 150px;
		padding: 7px 0;
		background: rgba(255,134,0,0.05);
	}
	.main .workshop_handson table td {
		background: rgba(255,255,255,0.4);
		padding: 7px 10px;
	}
}


@media screen and (max-width: 767px) {
	.main .workshop_handson table tr {
		display:  flex;
		flex-wrap: wrap;
	}
	.main .workshop_handson table th,
	.main .workshop_handson table td {
		width: 100%;
		text-align: left;
		border: none;
	}
	.main .workshop_handson table th {
		background: #fadbd9;
	}
	.main .workshop_handson table th br {
		display: none;
	}
	.main .workshop_handson table td {
		margin-bottom: 2em;
	}
}


/*------ Credit ------*/

.main .credit em {
	font-weight: 500;
	font-style: normal;
	text-decoration: underline;
}

.main .credit ul {
	font-weight: 300;
}

.main .credit ul.btn li a {
	font-weight: 700 !important;
}

.main .credit ul.note {
	list-style: none;
}

.main .credit ul.note li {
	text-indent: -1em;
	margin-left: 1em;
}

.main .credit ul.disc li {
	margin-left: 1.3em;
}

.main .credit table {
	margin-top: 0.5em;
}

.main .credit table th {
	white-space: nowrap;
	padding: 10px;
}

.main .credit table td {
	padding: 0;
	background: rgba(255,255,255,0.4)
}

.main .credit table td dl {
	display: flex;
	line-height: 1.3;
	padding: 0.3em;
	border-bottom: 1px dashed #aaa;
}

.main .credit table td dl:last-of-type {
	border: none;
}

.main .credit table td dl dt {
	font-weight: 400;
	flex-basis: 35px;
	margin-right: 1rem;
	text-align: center;
}

.main .credit table td dl dd {
	flex: 1;
	font-weight: 400;
}



/*------ Concurrent_conference ------*/

.main .concurrent_conference table td {
	background: rgba(255,255,255,0.4)
}



/*------ Nursery ------*/

.main .nursery .sub h2 {
	margin-top: 5rem;
}

.main .nursery p.note,
.main .nursery ul.note li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0;
}

.main .nursery ul {
	list-style: none;
	font-weight: 300;
}

.main .nursery ul.btn {
	margin: 1rem auto;
}

.main .nursery ul.list {
	margin-left: 1em;
}

.main .nursery ul.num-list li {
	text-indent: -1em;
	margin-left: 1em;
	padding-bottom: 0.75rem;
}

.main .nursery ul.num-list li span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

.main .nursery dl dd {
	margin-bottom: 1rem;
}

.main .nursery .flex {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.main .nursery .flex .img {
	width: 200px;
	margin: 1.5rem auto 0 auto;
	padding: 1rem 1.5rem;
	background: #fff;
}

@media print, screen and (min-width: 768px) {
	.main .nursery .flex {
		flex-flow: row;
		justify-content: space-between;
	}
	
	.main .nursery .flex p {
		width: calc(100% - 160px - 1rem);
	}
	
	.main .nursery .flex .img {
		width: 160px;
		margin: 0 0 0 1rem;
	}
}



/* ===== Contact Settings ===== */

.contact {
	text-align: center;
	margin: 2rem 0.5rem 0 0.5rem;
}

.contact h2 {
	font-size: 0.9rem;
	font-weight: 400;
	color: #3f2524;
	margin-bottom: 0.5rem;
}

.contact p {
	font-size: 0.9rem;
	font-weight: 300;
	margin-bottom: 2rem;
}

@media print, screen and (min-width: 992px) {
	.contact {
		display: none;
	}
}


/* ===== Footer Settings ===== */

#footer {
  color: #fff;
	text-align: center;
	padding: 0.25rem;
	background: #b01553;
}

#footer .container .copyright small {
  display: block;
	font-size: 0.7rem;
}

@media print, screen and (min-width: 768px) {
  #footer {
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 0.25rem;
  }

  #footer .container .copyright small {
    font-size: 0.8rem;
  }
}


@media print {
	#menu {
		display: none !important;
	}
	header .container {
		padding-left: 0;
	}
	header .container img {
		margin-left: -2em;
	}
	.main {
		width: 100%;
		padding-left: 10em;
		padding-right: 10em;
	}
	.main h2 {
		margin-left: -0.5em;
	}
}



/*# sourceMappingURL=style.css.map */
</pre></body></html>