@charset "utf-8";

#app {}
#app[data-step="1"] .p-none--step1 {
	display: none;
}
#app[data-step="2"] .p-none--step2 {
	display: none;
}
#app[data-step="3"] .p-none--step3 {
	display: none;
}
#app[data-step="4"] .p-none--step4 {
	display: none;
}
#app[data-step="5"] .p-none--step5 {
	display: none;
}
#app[data-step="6"] .p-none--step6 {
	display: none;
}
#app[data-step="1"] .p-disp--step1 {
	display: block;
	opacity: 1;
}
#app[data-step="2"] .p-disp--step2 {
	display: block;
	opacity: 1;
}
#app[data-step="3"] .p-disp--step3 {
	display: block;
	opacity: 1;
}
#app[data-step="4"] .p-disp--step4 {
	display: block;
	opacity: 1;
}
#app[data-step="5"] .p-disp--step5 {
	display: block;
	opacity: 1;
}
#app[data-step="6"] .p-disp--step6 {
	display: block;
	opacity: 1;
}
#app[data-step="1"] .p-hide--step1 {
	opacity: 0;
}
#app[data-step="2"] .p-hide--step2 {
	opacity: 0;
}
#app[data-step="3"] .p-hide--step3 {
	opacity: 0;
}
#app[data-step="4"] .p-hide--step4 {
	opacity: 0;
}
#app[data-step="5"] .p-hide--step5 {
	opacity: 0;
}
#app[data-step="6"] .p-hide--step6 {
	opacity: 0;
}
.p-none {
	display: none;
}
.p-disp {
	display: block;
	opacity: 1;
}
.p-hide {
	opacity: 0;
}
[data-step-lv="1"] .p-disp--lv1 {
	display: block;
}
[data-step-lv="2"] .p-disp--lv1,
[data-step-lv="3"] .p-disp--lv1,
[data-step-lv="4"] .p-disp--lv1,
[data-step-lv="5"] .p-disp--lv1,
[data-step-lv="6"] .p-disp--lv1 {
	display: none;
}
[data-step-lv="1"] .p-disp--lvx {
	display: none;
}
[data-step-lv="2"] .p-disp--lvx,
[data-step-lv="3"] .p-disp--lvx,
[data-step-lv="4"] .p-disp--lvx,
[data-step-lv="5"] .p-disp--lvx,
[data-step-lv="6"] .p-disp--lvx {
	display: block;
}
[data-step-mode="step"] .p-disp--step {
	display: block;
}
[data-step-mode="step"] .p-disp--fix {
	display: none;
}
[data-step-mode="fix"] .p-disp--fix {
	display: block;
}
[data-step-mode="fix"] .p-disp--step {
	display: none;
}

/* branding */
.p-branding {
	position: relative;
}
.p-branding__logo,
.p-branding__logo--small {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 49%;
	transform: translate(-50%, -50%);
}
[data-step-lv="1"] .p-branding__logo {
	top: 20%;
	left: 6%;
	transform: translate(0, 0);
}
.p-branding__logo img {
	width: 100%;
}

/* main visual */
.p-main-visual {}
.p-main-visual img {
	width: 100%;
}

/* top-visual */
.p-top-visual {}
.p-top-visual img {
	width: 100%;
}

/* form area */
.p-form-area {
	background-color: fff;
	padding: .5em 0;
}

/* step-nav */
.p-step-nav {
	padding: 0 2%;
}
.p-step-nav__steps {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	list-style-type: none;
/*    width: 80%;*/
    width: 100%;
	margin: 0 auto;
}
.p-step-nav li {
	cursor: pointer;
	position: relative;
	width: 20%;
	margin-right: 5%;
}
.p-step-nav li::after {
	content: '';
	position: absolute;
	right: -25%;
	top: 50%;
	display: block;
	width: 20%;
	height: 20%;
	border-width: 5px 5px 0 0;
	border-style: solid;
	border-color: #222;
	transform: translate(0, -50%) scaleX(.75) rotate(45deg);
}
.p-step-nav li:last-child {
	margin-right: 0;
}
.p-step-nav li:last-child::after {
	display: none;
}
.p-step-nav li img {
	width: 100%;
	transition: opacity ease 500ms;
}
.p-step-nav li img + img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
[data-step-lv="2"] .p-step-nav li[data-step="1"]::after,
[data-step-lv="3"] .p-step-nav li[data-step="1"]::after,
[data-step-lv="4"] .p-step-nav li[data-step="1"]::after,
[data-step-lv="5"] .p-step-nav li[data-step="1"]::after,
[data-step-lv="6"] .p-step-nav li[data-step="1"]::after,
[data-step-lv="3"] .p-step-nav li[data-step="2"]::after,
[data-step-lv="4"] .p-step-nav li[data-step="2"]::after,
[data-step-lv="5"] .p-step-nav li[data-step="2"]::after,
[data-step-lv="6"] .p-step-nav li[data-step="2"]::after,
[data-step-lv="4"] .p-step-nav li[data-step="3"]::after,
[data-step-lv="5"] .p-step-nav li[data-step="3"]::after,
[data-step-lv="6"] .p-step-nav li[data-step="3"]::after,
[data-step-lv="5"] .p-step-nav li[data-step="4"]::after,
[data-step-lv="6"] .p-step-nav li[data-step="4"]::after,
[data-step-lv="6"] .p-step-nav li[data-step="5"]::after {
	border-color: #e2007e;
}

/* step */
.p-steps {
	padding: 2rem 1rem;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px 2%;
    padding: 20px 2%;
    box-shadow: 0 10px 20px -10px rgba(34,34,34,0.1);
/*
	background-color: #ffdee5;
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;
	background-image: url(../img/bg1.jpg);
*/
}
.p-step {
	transition: opacity ease-in 300ms;
}
#app .p-step[data-hide="no"] {
	opacity: 1;
}
#app .p-step[data-hide="yes"] {
	opacity: 0;
}
.p-step__title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: .1em;
	text-align: center;
	padding: .5rem 0;
	margin-bottom: 1rem;
}
.p-step__block {
	margin-bottom: 1.5rem;
}


/* ui group */
.p-ui-group {
	position: relative;
	margin-bottom: 1rem;
}
.p-ui-group__title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: 800;
	line-height: 1.25;
	letter-spacing: .1em;
	text-align: center;
	padding: .5rem 0;
	margin-bottom: 1rem;
}
.p-ui-group__title .s-note {
	font-size: 1.6rem;
	margin-left: .5rem;
}
.p-ui-group__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}
.p-ui-group__col-l {
	width: 48%;
}
.p-ui-group__col-r {
	width: 48%;
}
.p-ui-group::after {
	pointer-events: none;
	content: '';
	position: absolute;
	right: .5rem;
	top: .5rem;
	width: 60px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	opacity: .5;
}
.p-ui-group[data-answered="yes"]::after {
	background-image: url(../img/icon_check-ok.png);
	transform: rotate(-5deg);
}
.p-ui-group[data-answered="ng"]::after {
	background-image: url(../img/icon_check-ng.png);
	transform: rotate(-5deg);
}

/* ui */
.p-ui {}
.p-ui__block {
	margin-bottom: .5rem;
}


/* ui block */
dl.p-ui__block {
	display: flex;
	align-items: center;
}
dl.p-ui__block dt {
	padding: 0 1rem 0 0;
}
dl.p-ui__block dd {
	flex: 1;
}
dl.p-ui__block--reverse dt {
	order: 1;
	padding: 0 0 0 1rem;
}

.p-ui label.s-block {
	display: block !important;
}

/* btns */
.p-btns {
    margin: 15px 2% 0;
}
.p-btns__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}
.p-btns__col-l {
	width: 49%;
}
.p-btns__col-r {
	width: 49%;
}

/**/
.p-step-confs {}
.p-step-confs__title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: .1em;
	text-align: center;
	padding: .5rem 0;
	margin-bottom: 1rem;
}
.p-step-conf {
	padding: 20px 2%;
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	background-color: #fff;
	border-radius: .5rem;
	margin-bottom: 1.5rem;
}
.p-step-conf__title {
	font-size: 1.8rem;
	line-height: 1.25;
	text-align: center;
	padding: 1rem 1rem;
	border-bottom: 1px solid #545454;
	margin-bottom: .5rem;
}
.p-step-conf__text {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	padding: 1rem 1rem;
	margin-bottom: .5rem;
}
.p-step-conf__content {
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 1rem 1rem;
	margin-bottom: .5rem;
}

/* thanks */
.p-thanks {
	width: 100%;
	padding: 2rem 1rem;
}
.p-thanks a {
	text-decoration: none;
	transition: opacity ease 300ms;
}
.p-thanks a:hover {
	opacity: .8;
}
.p-thanks p {
	margin-bottom: 1em;
}
.p-thanks .s-center {
	text-align: center;
}
.p-thanks .s-em {
	color: #e3007f;
	font-weight: normal;
	text-decoration: underline;
}
.p-thanks .s-br {
	display: inline-block;
}
.p-thanks__title {
	font-size: 1.8rem;
	line-height: 1.25;
	color: #0d3387;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.6rem;
}
.p-thanks__email {
	text-align: center;
}
.p-thanks-info {
	padding: 1rem 0;
}
.p-thanks-info__title {
	font-size: 1.8rem;
	line-height: 1.25;
	text-align: center;
	margin-bottom: .5rem !important;
}
.p-thanks-info__bn-tel {
	max-width: 80%;
	margin: 1rem auto;
}
.p-thanks-info__bn-tel img {
	width: 100%;
}
.p-thanks-info__time {
	font-size: 1.8rem;
	line-height: 1.25;
	text-align: center;
	margin-bottom: .5rem;
}

/**/
.p-flow-blocks {
	width: 100%;
	border-top: 2px solid #1ab6e0;
	margin: 2rem auto;
	padding: 1.5rem 1rem;
}
.p-flow-blocks__title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 1rem;
}
.p-flow-block {
	clear: both;
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	padding: 0;
	margin: 0 auto 4rem auto;
}
.p-flow-block:last-child {
	margin-bottom: 0;
}
.p-flow-block::before {
	content: '';
	position: absolute;
	bottom: -3rem;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 1.5rem solid #1ab6e0;
	border-right: 2.5rem solid transparent;
	border-left: 2.5rem solid transparent;
	border-bottom: 0 solid transparent;
	transform: translate(-50%, 0);
}
.p-flow-block:last-child::before {
	display: none;
}

.p-flow-block__title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	background-color: #1ab6e0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
	padding: 1rem 1rem;
}
.p-flow-block__img {
	width: 40%;
	padding: 1rem;
	float: left;
}
.p-flow-block__box {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 1rem;
}
.p-flow-block__box-title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 1rem;
	color: #e3007f;
}
.p-flow-block__box-title .p-font-serif {
	display: block;
}



/*** form ***/

/**/
.p-ui textarea {
	resize: none;
}

/* checkbox & radio */
.p-ui[data-ui-type="checkbox"] {}
.p-ui[data-ui-type="radio"] input[type="radio"],
.p-ui[data-ui-type="checkbox"] input[type="checkbox"] {
	display: none;
}
.p-ui[data-ui-type="radio"] label,
.p-ui[data-ui-type="checkbox"] label {
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	padding: 1.5rem 1.5rem 1.5rem 5rem;
/*	margin-bottom: 1.5rem;*/
	background-color: #fff;
	border-radius: .5rem;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.p-ui[data-ui-type="radio"] label.s-large,
.p-ui[data-ui-type="checkbox"] label.s-large {
/*	padding: 3rem 1.5rem 3rem 5rem;*/
	padding: 0 0 0 5rem;
/*	margin-bottom: 3rem;*/
}
.p-ui[data-ui-type="radio"] label:hover,
.p-ui[data-ui-type="checkbox"] label:hover {
	background-color: #eaf2fd;
}
.p-ui[data-ui-type="radio"] label:hover:after,
.p-ui[data-ui-type="checkbox"] label:hover:after {
	border-color: #ffb584;
}
.p-ui[data-ui-type="radio"] input[type="radio"].s-check + label:before,
.p-ui[data-ui-type="checkbox"] input[type="checkbox"] + label:before {
	content: '';
	display:block;
	position: absolute;
	top: 46%;
	left: 17px;
	width: 12px;
	height: 18px;
	opacity: 0;
	border-color: #ffb584;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-radius: 0;
	background-color: inherit;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.p-ui[data-ui-type="radio"] input[type="radio"] + label:before {
	content: '';
	display:block;
	position: absolute;
	top: 50%;
	left: 14px;
	width: 18px;
	height: 18px;
	opacity: 0;
	border-radius: 50%;
	background-color: #ffb584;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.p-ui[data-ui-type="radio"] input[type="radio"]:checked + label:before,
.p-ui[data-ui-type="checkbox"] input[type="checkbox"]:checked + label:before {
	opacity: 1;
}
.p-ui[data-ui-type="radio"] label:after,
.p-ui[data-ui-type="checkbox"] label:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 26px;
	height: 26px;
	border: 2px solid #bbb;
	border-radius: 6px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}
.p-ui[data-ui-type="radio"] input[type="radio"]:checked + label:after,
.p-ui[data-ui-type="checkbox"] input[type="checkbox"]:checked + label:after {
	border-color: #ffb584;
}

.p-select {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
}
.p-select::before {
	content: '';
	position: absolute;
	top: 40%;
	right: 1.2em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: .6em solid transparent;
	border-right: .6em solid transparent;
	border-top: .6em solid #545454;
	pointer-events: none;
}
.p-select select {
	cursor: pointer;
	color: inherit;
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
	padding-right: 2em;
}
.p-select select::-ms-expand {
	display: none;
}

.p-button {
	cursor: pointer;
	color: #545454;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	width: 100%;
	padding: 1em 1em;
/*	margin-bottom: .8rem;*/
    margin-bottom: 0;
	background-color: #c7c7c7;
	border-radius: .5rem;
	opacity: 1;
}
.p-button:hover {
	opacity: 1;
}
.p-button--prev {
	background-color: #c7c7c7;
}
.p-button--next {
	color: #fff;
	background-color: #e2007e;
}
.p-button--submit {
	color: #fff;
	background-color: #e2007e;
    margin: 0 3%;
    width: 94%;
}
.p-button--prev:hover,
[data-answered="yes"] .p-button--next:hover,
[data-answered="yes"] .p-button--conf:hover {
	opacity: .8;
}
[data-answered="no"] .p-button--next,
[data-answered="no"] .p-button--conf {
	cursor: not-allowed;
	opacity: .4;
}

/**/
.p-text-colorful {
	color: #e3007f;
}
.p-text-colorful .s-cl:nth-child(6n+1) {
	color: #e3007f;
}
.p-text-colorful .s-cl:nth-child(6n+2) {
	color: #0d3387;
}
.p-text-colorful .s-cl:nth-child(6n+3) {
	color: #007f41;
}
.p-text-colorful .s-cl:nth-child(6n+4) {
	color: #f29600;
}
.p-text-colorful .s-cl:nth-child(6n+5) {
	color: #fccf00;
}
.p-text-colorful .s-cl:nth-child(6n) {
	color: #0080cb;
}

.p-font-serif {
	font-family: 'TimesNewRoman', 'Times New Roman', 'Times', 'Baskerville', 'Georgia', serif;
}


.step1-box{
    border-radius: 5px;
    border: 2px solid #cccccc;
    margin: 0 2% 2%;
    padding: 25px 0 25px 10px;
}
.step1-box label{
    font-weight: bold;
}
.step2-box{
    border-radius: 5px;
    border: 2px solid #cccccc;
    margin: 0 2% 2%;
    padding: 25px 0 25px 10px;
}
.step2-box label{
    font-weight: bold;
}
.step3-box{
    border-radius: 5px;
    border: 2px solid #cccccc;
    margin: 0 2% 2%;
    padding: 25px 0 25px 10px;
}
.step3-box label{
    font-weight: bold;
}

#step4 input,
#step4 .p-select,
#step5 input,
#step5 textarea{
    border: 2px solid #cccccc;
    border-radius: 5px;
}
#step4 .p-select{
    margin-bottom: 10px;
}
#step4 .p-select select{
    margin-bottom: 0;
}