/*header
-----------------------------------------------------------*/

header {
	position: relative;
	overflow: hidden;
}

header h1 {
	width: 800px;
	margin: 0 auto;
}

header h2 {
	width: 100%;
	margin-top: -8px;
	background-color: #c60079;
	background-image: url("/sites/default/files/page/lp/youmeappli_new/img/bg_bottom_pw.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 10vw;
	min-height: 10vw;
	padding: 92px 0 36px;
}

header h2 img {
	width: 480px;
	margin: 0 auto;
}

header .line {
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	background-color: #c60079;
}
header .lineLeft { left: 0; }
header .lineRight { right: 0; }

header .topArea {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 6px;
    background-color: #c60079;
}

header .bottomArea {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    height: 20px;
    background-color: #c60079;
}


@media screen and (max-width: 800px) {
	
    header h1 {
        width: 100%;
        margin: 32px auto 0;
    }

    header h2 {
        background-size: 120vw 12vw;
        min-height: 12vw;
        padding: 48px 0 24px;
    }

    header h2 img {
        width: 300px;
    }
	
    header .line {
        width: 6px;
    }
	
	header .topArea,
	header .bottomArea {
		display: block;
	}

}

/*ページ内スクロール ナビ
-----------------------------------------------------------*/

#pnav {
	margin-top: 60px;
	text-align: center;
	padding: 0 5%;
}

#pnav ul {
	display: inline-block;
	border: solid 1px #aaa;
	padding: 22px 32px;
	text-align: left;
}

#pnav ul li {
	margin-bottom: 8px;
}
#pnav ul li:last-of-type { margin-bottom: 0; }

#pnav ul li a {
	display: inline-block;
	line-height: 150%;
	background-image: url("/sites/default/files/page/lp/youmeappli_new/img/inner_pnav_bow.png");
	background-position: left top 10px;
	background-repeat: no-repeat;
	background-size: 8px 6px;
	padding-left: 16px;
	color: #444;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	
	#pnav {
        margin-top: 36px;
    }

    #pnav ul {
        padding: 18px 24px;
    }

    #pnav ul li {
        margin-bottom: 6px;
    }
    #pnav ul li:last-of-type { margin-bottom: 0; }

    #pnav ul li a {
        background-position: left top 8px;
        padding-left: 15px;
    }
	
}


/*見出し
-----------------------------------------------------------*/

h3 {
	margin: 72px auto 24px;
	width: 90%;
	max-width: 1040px;
	color: #c60079;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
}

h3 span {
	display: inline-block;
}

.uhd {
	width: 90%;
	max-width: 720px;
	margin: 0 auto 24px;
}

.uhd .notes {
	margin-top: 6px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
}

.case {
	margin: 36px auto 16px;
	padding-top: 16px;
	background-color: #fbf0f6;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 150%;
	font-weight: 500;
	text-align: center;
	width: 90%;
	max-width: 1040px;
	height: 60px;
	border-radius: 24px;
}

@media screen and (max-width: 800px) {
	
	h3 {
        margin: 48px auto 20px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .uhd {
        margin: 0 auto 20px;
    }

    .uhd .notes {
        margin-top: 4px;
        font-size: 12px;
        font-size: 1.2rem;
    }
	
    .case {
        margin: 32px auto 12px;
        padding-top: 12px;
        font-size: 18px;
        font-size: 1.8rem;
        height: 50px;
        border-radius: 20px;
    }
	
}

/*詳細 フレーム
-----------------------------------------------------------*/

.detailBox {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto 16px;
	border-radius: 24px;
	padding: 28px 0 36px;
	background-color: #fff697;
}

.detailBox .step {
	margin: 0 auto;
	width: 112px;
}

.detailBox h4 {
	margin: 16px auto 0;
	text-align: center;
}

.detailBox h4 span.txt {
	display: inline-block;
	min-width: 280px;
	min-height: 48px;
	border-radius: 24px;
	background-color: #c60079;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 500;
	padding: 6px 24px;
}
.detailBox h4 span.txt span {
	display: inline-block;
}


.detailBox h4:not(:first-of-type){
	margin: 60px auto 0;
}

.detailBox .udhd {
	width: 90%;
	max-width: 720px;
	margin: 24px auto;
	text-align: center;
}

.detailBox .udhd span {
	display: inline-block;
	text-align: left;
}

.detailBox .udhd div {
	display: inline-block;
}

.detailBox .udhd .notes {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	margin-top: 6px;
	text-align: left;
}

@media screen and (max-width: 800px) {
	
	.detailBox {
        margin: 0 auto 12px;
        border-radius: 20px;
        padding: 20px 0 28px;
    }

    .detailBox .step {
        width: 98px;
    }

    .detailBox h4 {
        margin: 12px auto 0;
    }

    .detailBox h4 span.txt {
        min-width: 210px;
        min-height: 44px;
        border-radius: 22px;
        font-size: 20px;
        font-size: 2.0rem;
        padding: 6px 20px 5px;
    }
	
    .detailBox .udhd {
        margin: 20px auto 0;
    }

    .detailBox .udhd .notes {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 4px;
    }
	
}


/*詳細 インターフェース
-----------------------------------------------------------*/

.detailBox .uiBox {
	margin-top: 32px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;	
}

.detailBox .appDl {
    margin: 24px auto 0;
    width: 180px;
}

.detailBox .appDl a {
    display: block;
    margin-top: 6px;
}

.detailBox .uiBox .ui {
	margin: 0 20px;
	width: 280px;
}

.detailBox .uiBoxFour .ui {
	margin: 0 15px!important;
	width: 210px!important;
}

.detailBox .uiBox .ui .num {
	margin: 0 auto 8px;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #c60079;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 120%;
	font-weight: 500;
	padding-top: 4px;
}

.detailBox .uiBox .ui .imgBox {
	position: relative;
	overflow-x: visible;
}

.detailBox .uiBox .ui p {
	margin-top: 16px;
}

.detailBox .uiBox .ui p.notes {
	margin-top: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
}

.detailBox .uiBox .ui .imgBox .bow {
	width: 12px;
	position: absolute;
	top: 178px;
	right: -26px;
}

.detailBox .uiBox .ui .imgBox .bbow {
	width: 12px;
	position: absolute;
	top: 178px;
	left: -26px;
}

.detailBox .uiBoxFour .ui .imgBox .bow {
	top: 131px!important;
	right: -21px!important;
}

.detailBox .uiBox .ui .imgBox .appDl {
	width: 160px;
	position: absolute;
	bottom: 0;
	right: -184px;
}

.detailBox .uiBox .ui .imgBox .appDl a {
	display: block;
	margin-top: 8px;
}

.detailBox .uiBox .ui .imgBox .attn {
	width: 36px;
	position: absolute;
	top: -10px;
	right: -10px;
}

@media screen and (max-width: 800px) {
	
	.detailBox .uiFrame {
		width: 100%;
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	
    .detailBox .uiFrame::-webkit-scrollbar {
        height: 4px;
    }

    .detailBox .uiFrame::-webkit-scrollbar-thumb {
        background: rgba(198,0,121,0.3);
        border-radius: 0;
    }

    .detailBox .uiFrame::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1);
    }
	
	.detailBox .uiFrame::-webkit-scrollbar {
        display: none;
    }
	
	.detailBox .uiBox {
        margin: 30px auto 0;
		padding: 0 30px;
        -webkit-justify-content: space-between;
        justify-content: space-between;	
    }

    .detailBox .uiBox .ui .num {
        margin: 0 auto 6px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 125%;
        padding-top: 4px;
    }
	
    .detailBox .uiBox .ui p.notes {
        font-size: 12px;
        font-size: 1.2rem;
    }
	
	.detailBox .uiBoxOne {
        -webkit-justify-content: center;
        justify-content: center;
	}
	
	.detailBox .uiBoxTwo {
		width: 510px;
    }
	
	.detailBox .uiBoxThree {
		width: 750px;
    }
	
	.detailBox .uiBoxFour {
		width: 990px;
    }
	
	.detailBox .uiBoxFive {
		width: 1230px;
    }

    .detailBox .uiBox .ui {
        margin: 0;
        width: 210px;
    }

    .detailBox .uiBoxFour .ui {
        margin: 0!important;
    }

    .detailBox .uiBox .ui p {
        margin-top: 16px;
    }

    .detailBox .uiBox .ui .imgBox .bow {
		top: 131px;
        right: -21px;
    }	
	
}


/*Youtube
-----------------------------------------------------------*/

.yt { margin-top: 48px; }

@media screen and (max-width: 800px) {
	.yt { margin-top: 32px; }	
}

/*エラー
-----------------------------------------------------------*/

.error h5 {
	text-align: center;
	color: #f00;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 150%;
	font-weight: 500;
}

.error h5 img {
	display: inline-block;
	width: 32px;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.error p {
	text-align: center;
	margin-top: 24px;
	padding: 0 6%;
}

.error p span {
	display: inline-block;
	text-align: left;
}

.error .commonBtn {
	margin-top: 24px;
}

@media screen and (max-width: 800px) {
	
	.error h5 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .error h5 img {
        width: 30px;
        top: 6px;
    }

    .error p {
        margin-top: 18px;
    }

    .error .commonBtn {
        margin-top: 20px;
    }
}


/*フッタ上スペース
-----------------------------------------------------------*/

footer {
	margin-top: 120px;
}

@media screen and (max-width: 800px) {
	
	footer { margin-top: 72px; }
	
}