@charset "UTF-8";


/********************/
/* sectionTitle */
/********************/
.sectionTitle {
	/* background: url('../images/title_area_bg.jpg') no-repeat center center;
	background-size: cover; */
	/* background-color: #f5f5f5; */
	padding: 30px 0 30px 0;
	position: relative;
}
/* .sectionTitle:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
} */



/********************/
/* subtitle */
/********************/
.subtitle01 {
	text-align: center;
	position: relative;
	z-index: 20;
}
.subtitle01:after {
/*
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background-color: #000;
	margin: 0 auto;
 	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
*/
}
.subtitle01 > span.text01 {
	display: block;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0.5em 0;
	margin: 0 0 0.2em 0;
	position: relative;
	color:#7d7b7b;
}
.subtitle01 > span.text02 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
	line-height: 1;
	margin: 0 0 35px 0;
	margin: 0 0 15px 0;
	position: relative;
}


.Smoothing {
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
}


/********************/
/* #pageTitleArea */
/********************/
#pageTitleArea {
	width: 100%;
	height: 500px;
	background-color: #221814;
	position: relative;
}
#pageTitleArea:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#pageTitleArea h1 {
	font-size: 6em;
	color: #fff;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

#chocolaterie #pageTitleArea {
	background: url('../images/pagetitle_chocolaterie.jpg') no-repeat center center;
	background-size: cover;
}
#contact #pageTitleArea {
	background: url('../images/pagetitle_contact.jpg') no-repeat center center;
	background-size: cover;
}


/* #topMainVisual */
/*------------------------------------------------------------------------------*/
#topMainVisual {
	width: 100%;
	min-width: 1100px;
	/* height: 100vh; */
	background-color: #ccc;
	margin: 0 auto;
	position: relative;
}
#topMainVisual .areaMain {
	/* max-width: 1400px; */
	margin: 0 auto;
}
#topMainVisual .areaMain img {
	width: 100%;
	height: auto;
}





/* #topGreetingArea */
/*------------------------------------------------------------------------------*/
#topGreetingArea .areaMain {
	width: 1100px;
	margin: 0 auto;
	padding: 0px 0 40px 0;
}
#topGreetingArea > .areaMain > .textArea {
	background-color: #f4f4f4;
	padding: 30px 40px;
	padding: 30px 30px;
}
#topGreetingArea > .areaMain > .textArea > p {
	font-size: 1.5em;
	line-height: 2.2;
	line-height: 1.5;
}
#topGreetingArea > .areaMain > .textArea > p+p {
	margin-top: 1em;
}
#topGreetingArea > .areaMain > .textArea > ul {
	background-color: #fff;
	margin: 0 0 20px 0;
	padding: 2em 2em 2em 4em;
}
#topGreetingArea > .areaMain > .textArea > ul > li {
	font-size: 1.5em;
	line-height: 2;
	line-height: 1.5;
	
	list-style-type: disc;
}

#topGreetingArea > .areaMain > .textArea > ul > li.caption {
	list-style-type: none;
	margin-bottom:1em;
	margin-left:-20px;
}



/* #topOverviewArea */
/*------------------------------------------------------------------------------*/
#topOverviewArea {
	background-color: #f4f4f4;
}
#topOverviewArea > .areaMain {
	width: 1100px;
	margin: 0 auto;
	padding: 0px 0 20px 0;
}
#topOverviewArea > .areaMain > .textArea > ul > li {
	display: table;
	width: 85%;
	background-color: #fff;
	margin: 0 auto;
}
#topOverviewArea > .areaMain > .textArea > ul > li > span {
	display: table-cell;
	font-size: 1.5em;
	vertical-align: middle;
}
#topOverviewArea > .areaMain > .textArea > ul > li > span:nth-of-type(1) {
	width: 20%;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #ebf2f5;
	border-bottom: 2px solid #ebf2f5;
	padding: 0.5em 0;
}
#topOverviewArea > .areaMain > .textArea > ul > li > span:nth-of-type(2) {
	padding: 0.5em 1.5em 0.5em 3em;
	padding: 0.5em 1.5em 0.5em 1.5em;
	border-bottom: 2px solid #ebf2f5;
}





/* #topMapArea */
/*------------------------------------------------------------------------------*/
#googleMapBox {
	height: 500px;
}




/* #topSponsorArea */
/*------------------------------------------------------------------------------*/
#topSponsorArea {
	background-color: #fff;
}
#topSponsorArea > .areaMain {
	/* width: 1100px; */
	margin: 0 auto;
	padding: 0px 0 40px 0;
}
#topSponsorArea > .areaMain > .sponsorMain {
	/*background: url('../images/top_sponsor_area.jpg') no-repeat center center;*/
	background-size: cover;
	position: relative;
}
#topSponsorArea > .areaMain > .sponsorMain:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.7);*/
	position: absolute;
	top: 0;
	left: 0;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 20px;
	position: relative;
	z-index: 10;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	justify-content: center;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li {
	width: 32%;
	width: 23%;
	width: 19%;
	
	/*
	width:24%;
	width:19%;
	width:16%;
	*/
	background-color: #545454;
}

#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li+li {
	margin-left:5%;
	margin-left:2%;
	margin-left:1%;
}

#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .imgBox {
	height: 220px;
	height: 150px;
	text-align: center;
	background-color: #fff;
	border:solid 1px #ccc;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .imgBox > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .imgBox > a > img {
	width: 60%;
	width: 80%;
	width: 92%;


	width: 95%;


	height: auto;
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}



#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .imgBox > a > img.smallH {

	max-height:120px;
	width:auto;
}

#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .textBox {
	padding: 1.2em;
	display:none;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .textBox li.name {
	font-size: 1.6em;
	color: #fff;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .textBox li.link > a {
	font-size: 1.4em;
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s;
}
#topSponsorArea > .areaMain > .sponsorMain > .inner > ul > li > .textBox li.link > a:hover {
	color: #00d2ff;
}







/* #topProgramArea */
/*------------------------------------------------------------------------------*/
#topProgramArea {
	background-color: #fff;
	background-color: #f4f4f4;
	margin-top: 1.2em;
	padding-bottom:20px;
}
#topProgramArea > .areaMain {
	width: 1100px;
	width:880px;
	width:930px;
	margin: 0 auto;
	padding: 20px 40px 20px 40px;
	background:#fff;
	margin-bottom:20px;
}


#topProgramArea > .areaMain > .ProgramMain > h2 {
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	background-color: #000;
	margin: 0 0 20px 0;
	padding: 0.3em 0;
}

#topProgramArea > .areaMain > .ProgramMain {
	background:#fff;
	padding:40px 40px 40px 40px;
	width: 85%;
	margin: 0 auto 1.5em auto;
}
#topProgramArea > .areaMain > .ProgramMain > div {
	display: table;
	width: 100%;
}

#topProgramArea > .areaMain > .ProgramMain > div.textBox {
	text-align:center;
	display: inline-block;
	width: 100%;
	margin:20px auto 0;
	font-size:1.4em;
}


#topProgramArea > .areaMain > .ProgramMain > div > div {
	display: table-cell;
	font-size: 1.5em;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0;
}
#topProgramArea > .areaMain > .ProgramMain > div > div.time {
	width: 25%;
	text-align: center;
	font-weight:normal!important;
}
#topProgramArea > .areaMain > .ProgramMain > div > div.title {
	padding: 0 1em;
}
#topProgramArea > .areaMain > .ProgramMain > div.type01 {
	border-top:2px solid #f50000;
	background-color: #eee;
}
#topProgramArea > .areaMain > .ProgramMain > div.type01 > div.title {
	text-align: left;
	padding: 0 1em;
}

#topProgramArea > .areaMain > .ProgramMain > div.type02 {
	font-weight:bold;
	background:#fff;
}
#topProgramArea > .areaMain > .ProgramMain > div.type03 {
	font-weight:normal;
	background:#eee;
}



#topProgramArea > .areaMain > .textBox {
	width: 80%;
	margin: 0 auto;
}
#topProgramArea > .areaMain > .textBox > p {
	font-size: 1.2em;
	color: #000;
	text-align: center;
}





/* #topEntryArea */
/*------------------------------------------------------------------------------*/
#topEntryArea {
	/* background-color: #edbe21; */
	background-color: #fff;
}
#topEntryArea > .areaMain {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 60px 0;
}


.btnEntrybox > .textBox {
	margin: 0 0 20px 0;
}
.btnEntrybox > .textBox > p {
	font-size: 1.5em;
	text-align: center;
}
.btnEntrybox > a {
	display: block;
	text-decoration: none;
	border: 3px solid #000;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	text-align:center;
}
.btnEntrybox > a:before {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
/* 	-moz-transition: -moz-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-ms-transition: -ms-transform 0.2s ease-in-out; */
	transition: all 0.2s ease-in-out;
}
.btnEntrybox > a:hover:before {
	width: 100%;
}
.btnEntrybox > a > span {
	display: inline-block;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
	margin-right:0.5em;
	transition: all 0.2s;
}
.btnEntrybox > a:hover > span {
	color: #fff;
	position: relative;
	z-index: 10;
}
.btnEntrybox > a > span.icon {
	font-size: 4em;
	margin: 0 0.3em 0 0;
	vertical-align:middle;
}
.btnEntrybox > a > span.text01 {
	font-size: 3em;
	margin: 0;
	vertical-align:middle;
}
.btnEntrybox > a > span.text02 {
	font-size: 1.8em;
}


.entryBtnArea {
	width: 1100px;
	margin: 0 auto 60px auto;
}





/********************************************************************************/
/* 登録フォーム */
/********************************************************************************/

/* #formMainVisual */
/*------------------------------------------------------------------------------*/
#formMainVisual {
	position: relative;
}
#formMainVisual > .imgBox {
	width: 100%;
	height: 300px;
	height: 260px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url('../images/theme.jpg') no-repeat center center;
	background-size: cover;
	margin: 0 0 20px 0;
}





/* #formPageTitle */
/*------------------------------------------------------------------------------*/
#formPageTitle {
	border-top: 5px solid #E6E6E6;
	border-bottom: 5px solid #E6E6E6;
	margin: 0 0 20px 0;
	padding: 15px 5px;
}
#formPageTitle > h1 > span {
	display: block;
	line-height: 1;
}
#formPageTitle > h1 > span:nth-of-type(1) {
	/*font-size: 1.4em;*/
	font-weight: bold;
	/*
	color: #666;
	margin: 0 0 0.8em 0;
	*/
}
#formPageTitle > h1 > span:nth-of-type(1) > span:nth-of-type(1) {
	font-size: 2.4em;
	font-weight: bold;
}
#formPageTitle > h1 > span:nth-of-type(1) > span:nth-of-type(2) {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 1em;
}


#formMainArea .formInfoText {
	background-color: #f2f2f2;
	margin: 0 0 20px 0;
	padding: 1em 1.5em;
}
#formMainArea .formInfoText p {
	font-size: 1.4em;
	line-height: 1.6;
}
#formMainArea .formInfoText p+p {
	margin-top: 1em;
}


.must {
	color: #000;
}
.must_Bold {
	font-weight: bold;
	color: #000;
}
body.vipForm .must_Bold {
	color:#000;
}


#formMainArea .formInner+.formInner {
	margin-top: 40px;
}
#formMainArea .formInner > h2 {
	font-size: 1.8em;
	color: #fff;
	text-align: center;
	background-color: #000;
	margin: 0 0 20px 0;
	padding: 0.3em 0;
}
#formMainArea .formInner > .questionnaireText {
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	background-color: #000;
	margin: 0 0 20px 0;
	padding: 0.4em 0;
}
#formMainArea .formInner > .titleBox {
	font-size: 1.5em;
	color: #fff;
	background-color: #5a5a5a;
	margin: 0 0 15px 0;
	padding: 0.4em 1em;
}


/* pageLogin */
.pageLogin #formMainArea .formInner .formTableArea {
	width: 70%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
#formMainArea .formInner .formTableArea .tableLow {
	display: table;
	width: 100%;
}
#formMainArea .formInner .formTableArea .tableLow {
	border-top: 1px solid #fff;
}
#formMainArea .formInner .formTableArea .tableLow .tabeCell {
	display: table-cell;
	font-size: 1.4em;
	vertical-align: middle;
}
#formMainArea .formInner .formTableArea .tableLow .tabeCell.title {
	width: 25%;
	font-weight: bold;
	text-align: center;
	background-color: #d0d4d7;
	padding: 5px 10px;
}
#formMainArea .formInner .formTableArea .tableLow .tabeCell.contents {
	padding: 5px 20px;
}
#formMainArea .formInner .formTableArea .tableLow .tabeCell.contents span {
	font-size: 0.9em;
}



/* pageEntryMain */
.pageEntryMain #formMainArea .formInner .formTableArea {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
.pageEntryMain #formMainArea .formInner .formTableArea .tableLow .tabeCell.contents .infoText {
	padding: 0 0 0 2em;
}


.pageEntryMain #formMainArea .formInner .formTableArea02 {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
.pageEntryMain #formMainArea .formInner .formTableArea02 table {
	width: 100%;
}
.pageEntryMain #formMainArea .formInner .formTableArea02 table th {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #d0d4d7;
	border: 1px solid #fff;
	padding: 0.3em 0;
}
.pageEntryMain #formMainArea .formInner .formTableArea02 table td {
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 0.3em 0;
}
/* .pageEntryMain #formMainArea .formInner .formTableArea02 table th.spacer {
	width: 220px;
} */



#formMainArea .formbtnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 45%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
/* #formMainArea .formbtnArea .formBtn+.formBtn {
	margin: 0 0 0 20px;
} */
#formMainArea .formbtnArea .formBtn {
	width: 45%;
	padding:0.3em 0;
	width:210px;
	font-size:1.15em;
}

body.reject #formMainArea .formbtnArea .formBtn {
	width:400px;
}

#formMainArea .formbtnArea .formBtn input {
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #ddd;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.5em 1.5em;
	cursor: pointer;
	outline: none;
	transition: all 0.2s;
}
#formMainArea .formbtnArea .formBtn input:hover {
	opacity: 0.7;
}

#formMainArea .formbtnArea .formBtn.formBtnType_RED input {
	color: #fff;
	background-color: #000;
}





.inputTextStyle {
	border: 1px solid #ccc;
	outline: none;
	padding: 0.5em;
}

.infoText {
	font-size: 1.5em;
	text-align: center;
}





.selectStateBox {
	display: table;
	width: 100%;
}
.selectStateBox.consider {
	background-color: #adadad;
}
.selectStateBox.use {
	background-color: #adadad;
}
.selectStateBox div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
}
.selectStateBox div.title {
	width: 20%;
	font-weight: bold;
	text-align: center;
	border-bottom:solid 1px #fff;
}
.selectStateBox div.selectMain {
	width: 40%;
	border-bottom:solid 1px #fff;

}
.selectStateBox.consider div.selectMain {
	background-color: #eee;
}
.selectStateBox.use div.selectMain {
	background-color: #eee;
}
.selectStateBox div.selectMain+div.selectMain {
	border-left: 1px solid #f2f2f2;
}
.selectStateBox div.selectMain select {
	width: 80%;
}





/* .formPolicyArea */
/*------------------------------------------------------------------------------*/
.formPolicyArea {
	border-top:5px #f00 solid;
	padding: 0px 0 0 0;
	margin:30px auto 20px;
}
.formPolicyArea .areaMain {
	background-color: #ccc;
	padding: 20px 0;
}
.formPolicyArea .areaMain p {
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 15px 0;
}
.formPolicyArea .areaMain .btnBox {
	text-align: center;
}
.formPolicyArea .areaMain .btnBox label {
	font-size: 1.5em;
	background-color: #fff;
	padding: 10px;
}





.successArea {
	text-align: center;
}
.successArea > p {
	font-size: 1.6em;
	line-height: 2;
}
.successArea > p+p {
	margin-top: 1.5em;
}
.successArea > div+div {
	margin-top: 20px;
}
.successArea > .text01 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
}
.successArea > .important {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	border: 3px solid #333;
	background:#f4f4f4;
	padding: 1em 0;
}
.successArea > .text01 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
}
.successArea > .contactBox {
	text-align: center;
}
.successArea > .contactBox > .boxMain {
	display: inline-block;
	width: 40%;
	background-color: #f2f2f2;
  padding: 20px 30px;
}
.successArea > .contactBox > .boxMain > h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
}
.successArea > .contactBox > .boxMain > ul > li {
	font-size: 1.4em;
}










.formTableArea p.txt {
	font-size:1.3em;
	padding:0.5em 2em;
}

p.txtN {
	font-size:1.4em;
	margin-bottom:20px;
}
p.txtB {
	font-size:1.5em;
	margin-bottom:0.5em;
}
.impMark {
	display:inline-block;
	background:#333;
	color:#fff;
	font-size:0.85em;
	padding:0.1em 1em;
	margin-right:0.5em;
}
.fwN { font-weight:normal!important; }
.fwB { font-weight:bold!important; }

.titleBox span.must {
	color:#fff;
}

.taC { text-align:center!important; }
.taL { text-align:left!important; }
.taR { text-align:right!important; }

.mt10 { margin-top:10px!important; }
.mt20 { margin-top:20px!important; }
.mt30 { margin-top:30px!important; }

.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }

.pt10 { padding-top:10px!important; }
.pt20 { padding-top:20px!important; }
.pt30 { padding-top:30px!important; }

.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }

.red {
	color:#f00;
}

body#topPage .container {
	font-size:1.5em;
}


body#topPage .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
body#topPage .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
body#topPage .table {
    width: 100%;
    /*margin-bottom: 1rem;*/
    color: #212529;
}
body#topPage .table td,
body#topPage .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
body#topPage .text-center {
    text-align: center!important;
}
body#topPage .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body#topPage .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    margin-right: -15px;
    margin-left: -15px;
    */
    width:100%;
}
body#topPage .row div {
	width:25%;
}
body#topPage .ml-auto,
body#topPage .mx-auto {
    margin-left: auto!important;
}

body#topPage .p-5 {
    padding: 3rem!important;
}
body#topPage h3 {
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    font-weight:bold;
}


body#topPage #topProgramArea .areaMain .textBox {
	font-size:1.2em;
}
body#topPage strong {
	font-weight:bold;
}


.bgWhite {
	font-size: 1.5em;
	background-color: #fff;
    margin: 0 0 20px 0;
    padding: 2em 2em 2em 4em;
}

.atdTxt {
	font-size: 1.5em;
	margin-bottom:1em;
}

span.must {
	color:#f00;
}


body#topPage .table th.time-blk {
    background: #000;
    color: #fff;
    border: solid 1px #000;
}
body#topPage .table td.theme-blk01,
body#topPage .table td.theme-blk02 {
	background: #000;
    color: #fff;
    border: solid 1px #000;
}

.sectionTitle h2 {
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	color:#36c;
}

.flowArea {
	width:880px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	font-size:1.5em;
}

.flowArea .mark {
	width:60px;
}
.flowArea .mark span {
	display:inline-block;;
	width:50px;
	height:50px;
	line-height: 50px;
	border-radius:50%;
	text-align:center;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	background:#36c;
}


.flowArea .ttl {
	width:170px;
	font-weight:bold;
	color:#36c;
}

.flowArea .ttl span.border {
	display:inline-block;
	border:solid 1px #36c;
	padding:0.2em 0.5em;
}

.flowArea .text {
	width:650px;
}

.flowArea .fs90 {
	font-size:90%;
}

.flowArr {
	width:880px;
	margin:auto;
	text-align:center;
	font-size:4em;
	color:#333;
}

.mapImg {
	margin:1em auto;
}
.mapImg img {
	max-width:100%;
}


dl.guide {
	display:flex;
	flex-wrap:wrap;
	font-size:1.2em;
	color:#000;
	margin:auto;
}

dl.guide dt {
	text-align:right;
	width:8em;
	justify-content:flex-end;
}
dl.guide dd {
	width:calc(100% - 8em);
}

