@charset "UTF-8";

.flowIntro {
	width: 980px;
	margin: 60px auto 0;
	text-align: center;
}

.flowIntro_title {
	color: #6D4E3B;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.6;
}
.flowBox {
	position: relative;
	padding: 20px 20px 40px;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flowBox:last-child {
	padding: 20px 20px 30px;
}
.flowBox::after {
	content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f59023 transparent transparent transparent;
  border-width: 18px 30px 0 30px;
	z-index: 999;
}
.flowBox.end::after {
	content: none;
}
@media screen and (min-width: 601px) {
	.flowBox {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
.flowBox-1 {	background: #d4acaf; }
.flowBox-2 {	background: #c2d4ac; }
.flowBox-3 {	background: #acc4d4; }
.flowBox-4 {	background: #acb1d4; }
.flowBox-5 {	background: #acd4cf; }

.flowContents-Link {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 1.2rem 1.5rem;
	background: #fbf4e5;
	border: #894b2c 2px solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: .4s;
	cursor: pointer;
}
@media screen and (min-width: 601px) {
	.flowContents-Link {
		-webkit-flex-basis: 304px;
  	-ms-flex-basis    : 304px;
		flex-basis: 304px;
		width: auto;
		padding: 1.5rem;
	}
}
.flowContents-Link:hover {
	opacity: 0.7;
}

@media screen and (min-width: 601px) {
	.flowBox > .flowContents-Link:first-child {	margin-right: 20px;}
	.flowBox > .flowContents-Link:last-child {	margin-left: 20px;}
}
@media screen and (min-width: 601px) {
	.flowBox.end > .flowContents-Link:first-child {	margin-right: 10px;}
	.flowBox.end > .flowContents-Link:last-child {	margin-left: 10px;}
}

.flowContents-Link .ttl {
	font-weight: bold;
	font-size: 17px;
}
.flowContents-Link .ttl span {
	font-weight: normal !important;
	font-size: 15px;
}
.flowContents-Link .bt {
	position: absolute;
	bottom: -1em;
	display: inline-block;
	padding: .3rem 1rem;
	background: #894b2c;
	color: #FFF;
	border-radius: 10rem;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
}
.flowBox .space {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
	.flowBox .space {
		margin-bottom: 0;
	}
}

/* modal */
/* modal - ttl */
.modal .modal-ttl {
	width: 100%;
	height: 15rem;
	font-size: 20px;
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 601px) {
	.modal .modal-ttl {
		font-size: 24px;
		height: 330px;
	}
}
@media screen and (min-width: 769px) {
	.modal .modal-ttl {
		height: 430px;
	}
}

.modal .modal-ttl span {
	width: 100%;
	padding: 1em;
	color: #6d4e3b;
	background: rgba(251,244,229,0.8);
}
.modal .flow1 {	background-image: url(../img/flow/flow1_img.jpg);}
.modal .flow2 {	background-image: url(../img/flow/flow2_img.jpg);}
.modal .flow3 {	background-image: url(../img/flow/flow3_img.jpg);}
.modal .flow4 {	background-image: url(../img/flow/flow4_img.jpg);}
.modal .flow5 {	background-image: url(../img/flow/flow5_img.jpg);}
.modal .flow6 {	background-image: url(../img/flow/flow6_img.jpg);}
.modal .flow7 {	background-image: url(../img/flow/flow7_img.jpg);}
.modal .flow8 {	background-image: url(../img/flow/flow8_img.jpg);}
.modal .flow9 {	background-image: url(../img/flow/flow9_img.jpg);}
.modal .flow10 {	background-image: url(../img/flow/flow10_img.jpg);}

/* modal - content */
.modal .modal__content .lead {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px #4a4a4a dotted;
}
@media screen and (min-width: 601px) {
	.modal .modal__content {
		font-size: 16px;
	}
}
.modal .modal__content .paragraph {
	padding-bottom: 1em;
}
.modal .modal__content strong {
	display: inline;
	background: linear-gradient(rgba(255,230,187,0) 50%,#ffe6bb 0%);
	background: -webkit-linear-gradient(rgba(255,230,187,0) 50%,#ffe6bb 0%);
	background: -moz-linear-gradient(rgba(255,230,187,0) 50%,#ffe6bb 0%);
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
	display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: center;
  justify-content: center;
	-ms-flex-align: center;
  align-items: center;
}

.modal__container {
	position: relative;
  background-color: #fff;
	margin: 0 20px;
  padding: 50px 20px 20px;
  max-width: 500px;
  max-height: 90vh;/*82vh*/
  border-radius: 4px;
	border: #894b2c 4px solid;
  overflow-y: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 601px) {
	.modal__container {
		max-width: 920px;
		margin: 0 20px;
		padding:60px 20px 30px 30px;
	}
}

.modal__header {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: space-between;;
  justify-content: space-between;
	-ms-flex-align: center;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
	position: absolute;
	right: 20px;
	top:20px;
  background: #FFF;
	padding:5px 10px;
	cursor: pointer;
	border: 1px solid #bababa;
	transition: .4s;
}
.modal__close:hover {
	background: #bababa;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
	text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
.modal__footer {
	padding-bottom: 30px;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
	z-index: 10001;
}

/* -------------------------- */
.flowDocument {
	width: 980px;
	margin: 25px auto 0;
	padding: 35px 80px;
	background: rgba(250, 242, 223, .8);
	text-align: center;
	box-sizing: border-box;
}

.flowDocument_title {
	font-size: 19px;
	font-weight: bold;
}

.flowDocument_subTitle {
	margin: 20px 0 0;
	color: #CD8585;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.flowDocument_text {
	margin: 25px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.flowDocument_text > p + p {
	margin-top: 20px;
}

.flowDocument_link {
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: right;
}

.flowDocument_link > a {
	text-decoration: underline;
}


.flowList {
	width: 820px;
	margin: 20px auto 90px;
}

.flowList > li {
	display: table;
	position: relative;
	width: 100%;
	border: solid 1px #D4D4D3;
	table-layout: fixed;
}

.flowList > li + li {
	margin-top: 40px;
}

.flowList > li + li > .flowList_item:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 13px;
	top: -27px;
	left: 59%;
	margin-left: -25px;
	background: url(../img/flow/list_triangle.png) no-repeat center center;
}

.flowList_step {
	display: table-cell;
	width: 145px;
	height: 100%;
	padding: 18px 0;
	background: #894B2C;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.flowList_num {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 24px;
	vertical-align: middle;
	line-height: 1;
}

.flowList_item {
	display: table-cell;
	height: 100%;
	color: #4A4A4A;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
	.flowIntro {
		width: 100%;
		margin: 20px 0 0;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.flowIntro_title {
		font-size: 20px;
		padding-bottom: 20
	}

	.flowIntro_text {
		width: 100%;
		margin: 10px 0 0;
		color: #6D4E3B;
		font-size: 24px;
		font-weight: bold;
		text-align: left;
	}

	.flowDocument {
		width: 100%;
		margin: 20px 0 0;
		padding: 15px;
		border-left: solid 10px #FFF;
		border-right: solid 10px #FFF;
	}

	.flowDocument_title {
		font-size: 16px;
	}

	.flowDocument_subTitle {
		margin: 10px 0 0;
		font-size: 14px;
	}

	.flowDocument_text {
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 1.7;
		text-align: left;
	}

	.flowDocument_text > p + p {
		margin-top: 10px;
	}

	.flowDocument_link {
		margin: 10px 0 0;
		font-size: 12px;
		text-align: right;
	}

	.flowList {
		width: 100%;
		margin: 0 0 30px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.flowList_step {
		width: 90px;
		height: 100%;
		padding: 10px 0 7px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.flowList_num {
		display: inline-block;
		margin: 0 0 0 2px;
		padding: 0 0 3px;
		font-size: 18px;
	}

	.flowList_item {
		padding: 5px 10px;
		font-size: 15px;
		box-sizing: border-box;
	}
}
