* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Verdana', 'malgun gothic';
	font-size: 1.4rem;
	color: #444;
	line-height: 1;
	letter-spacing: -0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

input, textarea, button {
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.radioLabel input {
    opacity: 0;
}
input[type=radio] {
    appearance: radio;
}
ul, li, ol {
    list-style: none;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

.subWrap {
    padding: 70px 0 80px;
}
.weddingPrepareWrapEtc .section .checkWrap .radioWrap ul li {
    margin: 0 0 30px;
}
.weddingPrepareWrapEtc {
    margin: -70px 0 -80px;
    padding: 70px 0 160px;
    background: #f4f4f4;
}
.layout_1200 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.subTitle {
    color: #000000;
    font-size: 40px;
    font-family: 'aritaM';
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.weddingPrepareWrapEtc .section .checkWrap .qWarp {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.weddingPrepareWrapEtc .section .checkWrap:before {
    content: "";
    position: absolute;
    top: -23px;
    right: -32px;
    width: 285px;
    height: 261px;
    background: url(/assets/bsd01/image/program/matrimony/bg_flow_01.png) no-repeat 0 0;
}
.weddingPrepareWrapEtc .section .checkWrap:after {
    content: "";
    position: absolute;
    bottom: -77px;
    left: -84px;
    width: 425px;
    height: 380px;
    background: url(/assets/bsd01/image/program/matrimony/bg_flow_02.png) no-repeat 0 0;
}

.weddingPrepareWrapEtc .section .checkWrap {
    position: relative;
    min-height: 700px;
    padding: 80px 100px;
    background: #fff;
    border-radius: 50px;
}
.weddingPrepareWrapEtc .section .checkWrap .radioWrap {
    max-width: 800px;
    margin: 60px auto 0;
    position: relative;
    z-index: 10;
}

.weddingPrepareWrapEtc .section .checkWrap .qWarp {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.weddingPrepareWrapEtc .section .checkWrap .qWarp h2 {
    position: relative;
    display: inline-block;
    height: 49px;
    padding: 11px 35px 8px;
    background: #458464;
    color: #fff;
    border-radius: 250px;
    font-family: 'aritaSB';
    font-size: 30px;
}
.weddingPrepareWrapEtc .section .checkWrap .qWarp h2:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 8px;
    margin-left: -6px;
    background: url(/assets/bsd01/image/program/matrimony/icon_arrow_green.png) no-repeat 0 0;
    background-size: 15px 8px;
}
.weddingPrepareWrapEtc .section .checkWrap .qWarp h3 {
    margin: 30px 0 0;
    font-family: 'aritaL';
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    word-break: keep-all;
}

.weddingPrepareWrapEtc .section .checkWrap .btnGroup {
    margin: 60px 0 0;
    text-align: center;
    font-size:0;
    position:relative;
    z-index:1;
}

.weddingPrepareWrapEtc .section .checkWrap .btnGroup .back_btn,
.weddingPrepareWrapEtc .section .checkWrap .btnGroup .home_btn {
    border:2px solid #dcdcdc;
    color:#888;
    font-size:18px;
    margin-right:6px;
}
.weddingPrepareWrapEtc .section .checkWrap .btnGroup a {
    display: inline-block;
    padding: 21px 30px 20px;
    border: 2px solid #458464;
    border-radius: 8px;
    color: #458464;
    font-family: 'aritaL';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.06em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor:pointer;
}
.weddingPrepareWrapEtc .section .checkWrap .btnGroup a:hover {
    background:#474747;
    color:#fff;
    border:2px solid #474747;
}

.weddingPrepareWrapEtc .section .checkWrap .btnGroup .check_btn:hover {
    background:#458464;
    color:#fff;
    border:2px solid #458464;
}


.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete {
    padding: 130px 100px;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp {
    max-width: 720px;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp h2 {
    background: #e46228;
}


.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp h2:before {
    background: url(/assets/bsd01/image/program/matrimony/icon_arrow_orange.png) no-repeat 0 0;
    background-size: 15px 8px;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp p {
    margin: 30px 0 0;
    font-family: 'aritaM';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp p span.redStlye {
    color: #d11515;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp p span.blackStyle {
    color: #000;
}

.weddingPrepareWrapEtc .section .checkWrap.checkWrapComplete .qWarp p span.br {
    display: block;
}
