@charset "UTF-8";blockquote,body,dd,div,dl,dt,embed,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,object,ol,option,p,pre,select,table,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.ttf?141u36) format("truetype"),url(/fonts/icomoon.woff?141u36) format("woff"),url(/fonts/icomoon.svg?141u36#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
@font-face {
    font-family: Adihaus;
    src: url(/fonts/AdiHaus-Regular.woff2) format("woff2");
}
@font-face {
    font-family: AdihausDIN;
    src: url(/fonts/AdihausDIN-Regular.woff2) format("woff2");
}
@font-face {
    font-family: AdineuePRO;
    src: url(/fonts/adineuepro-regular-webfont.woff) format("woff");
}
body {
    font-size: 12px;
}
.private-header {
    height: 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #eceff1;
    text-align: center;
}
.private-header .private-header_Logo {
    display: inline-block;
    margin: 0 auto;
}
.private-header .private-header_Logo .private-header_LogoLink {
    display: block;
}
.private-header .private-header_Logo .private-header_LogoLink .private-header_LogoBody {
    width: 50px;
    height: 50px;
    fill: #000000;
    margin-top: 6px;
}
@media screen and (max-width: 959px) {
    .private-header {
        height: 50px;
    }
}
@media screen and (max-width: 959px) {
    .private-header .private-header_Logo .private-header_LogoLink .private-header_LogoBody {
        width: 38px;
        height: 38px;
    }
}
.private-footer {
    position: relative;
    padding: 12px 0;
    font-size: 11px;
    text-align: center;
    line-height: 1.75;
    background-color: #282c31;
    color: #d3d7da;
}
.private-footer .private-footer_Link {
    padding: 0 5px;
    color: #d3d7da;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.private-footer .private-footer_Paragraph {
    margin-top: 4px;
}
.heading {
    font-family: 'AdineuePRO', 'Arial', 'Helvetica', 'Verdana', sans-serif;
    font-weight: 700;
}
.input {
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 17px;
    line-height: 2;
    width: 100%;
    border: 1px solid #767677;
    height: 45px;
    color: #363738;
    background: 0 0;
    font-family: 'AdihausDIN', 'Adihaus', 'Arial', 'Helvetica', 'Verdana', sans-serif;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: .5px;
    position: relative;
}
.textarea {
    border: 1px solid #767677;  
}
.input:focus, .textarea:focus {
    border-color: #000;
    outline: none !important;
}
.form-item-box {
    position: relative;
}

.ph-input_label {
    color: #767677;
    left: 15px;
    pointer-events: none;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.30s cubic-bezier(0.3,0,0,1);
}

input:focus+.ph-input_label, input:not(:placeholder-shown)+.ph-input_label {
    background-color: #fff;
    color: #767677;
    left: calc(15px - 5px + 1px);
    padding: 0 5px;
    top: calc((15px - 5px)* -1);
    transform: translate(0, 0);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
}

.btn {
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 14px 30px 10px 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
    width: auto;
    position: relative;
    line-height: 1.5;
    outline: 0;
    text-transform: uppercase;
}

.btn.secondary {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}  
.btn.primary {
    overflow: visible;
}
.btn.primary:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    right: -3px;
    bottom: -3px;
    -webkit-transition: .1s cubic-bezier(.3,0,.45,1);
    transition: .1s cubic-bezier(.3,0,.45,1);
}

.btn.primary:hover, .btn.primary:focus {
    background-color: #000;
    border-color: #000;
    color: #767677;
}

.btn.weak {
    color: #0286cd;
    border: 1px solid;
    background-color: transparent;
    padding: 11px 30px
}

.btn.next .txt {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0px 26px 0 0;
}

.btn.next:after {
    font-family: icomoon;
    content: "";
    -webkit-transition: none;
    transition: none;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
}

.link {
    text-decoration: underline;
}

.on .checkbox-icon {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.checkbox-icon {
    background: #fff;
    border-color: #000;
    color: #fff !important;
}

.checkbox-icon:hover {
    border-color: #000;
}

.checkbox-icon {
    align-items: center;
    background: #fff;
    border-color: #767677;
    /* border-radius: 0; */
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0) !important;
    /* display: flex; */
    height: 24px !important;
    width: 24px !important;
    /* justify-content: center; */
    /* left: 0; */
    pointer-events: none;
    position: relative;
    /* top: 0; */
    /* transition: border-color 0.30s cubic-bezier(0.3, 0, 0, 1); */
    float: left;

}

.arrow-back-icon {
    height: 19px;
    width: 19px;
}

.link-back {
    display: inline-flex;
}

.link.back {
    font-family: 'AdihausDIN', 'Helvetica', 'Arial', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 20px;
    padding-left: 10px;
    text-decoration: underline;
    letter-spacing: 2px;
}

@media (pointer: fine) {
    a:hover {
        color: #666;
        text-decoration: underline;
    }
    a:hover img.alpha {
        filter:alpha(opacity=70);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
    .link:hover, .link:focus, .link-back:hover, .link-back:focus {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
}

@media (pointer: coarse) {
    a:active {
        color: #666;
        text-decoration: underline;
    }
    a:active img.alpha {
        filter:alpha(opacity=70);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
    .link:active, .link:focus, .link-back:active, .link-back:focus {
        background-color: #000000 !important;
        color: #ffffff !important;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btn.mod-loading {
    background-color: #767677!important;
    border-color: #767677!important;
    color: #ffffff!important;
    cursor: not-allowed!important;
    pointer-events: none!important
}

.btn.mod-loading:after {
    content: none!important
}

.btn.mod-loading>span.txt {
    padding: 0
}

.btn.mod-loading>span.txt:after {
    content: ''!important;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 0;
    position: relative;
    top: 3px;
    margin-left: 8px;
    text-indent: -9999em;
    border: 2px solid rgba(255,255,255,.5);
    border-left: 2px solid;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1.1s infinite linear;
    animation: loading 1.1s infinite linear
}

.btn.mod-loading:hover>span.txt:after {
    right: inherit
}

.boxinput .input.error {
    border-bottom: 1px solid #e32b2b;
    box-shadow: 0 1px 0 0 #e32b2b
}

.error_msg {
    font-size: 12px;
    color: #e32b2b;
    line-height: 20px;
    margin-top: 5px;
}


.alert_box {
    padding: 12px 15px 12px 40px;
    margin: 10px 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 1.5
}

.alert_box:before {
    font-family: icomoon;
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 11px;
    line-height: 1
}

.alert_box.normal {
    font-weight: 400;
    font-size: 13px
}

.alert_box .normal {
    font-weight: 400;
    font-size: 13px
}

.alert_box.error {
    border-left: 3px solid #ff6d6b;
    background-color: #ffe3e2
}

.alert_box.error:before {
    content: '\e908';
    color: #ff6d6b
}

.alert_box.warning {
    border-left: 3px solid #ffb600;
    background-color: #fff9ca
}

.alert_box.warning:before {
    content: '\e906';
    color: #ffb600
}

.alert_box.info {
    border-left: 3px solid #58c2e9;
    background-color: #ddf3fb
}

.alert_box.info:before {
    content: '\e905';
    color: #58c2e9
}

.alert_box.success {
    border-left: 3px solid #009736;
    background-color: #d8efe1
}

.alert_box.success:before {
    content: '\e907';
    color: #009736
}



/**common reset*/
/* ------------------------------------------------------
	1.reset.css
   ------------------------------------------------------ */
   body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body{
	background:#fff;
	color: #000;
	line-height: 180%;
	text-align: center;
	font-family: 'AdiHausDIN', 'AdiHaus', Arial,'Hiragino Sans','ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro", "メイリオ","MS P ゴシック",Verdana, sans-serif;
	font-size: 62.5%;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-spacing: 0;
}

* html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

table,th,td,img {
	border: 0;
}

tr {
	vertical-align: top;
}

img,input {
	vertical-align: middle;
}

* img {
	vertical-align: bottom;
}

q:before,q:after {
	content: '';
}

ul,li {
	list-style: none;
}

a {
	color: #000;
	overflow: hidden;/* Firfox */
	text-decoration: none;
}

img {
	border: none;
}

tr {
	vertical-align: top;
}

hr {
	display: none;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

*::-moz-selection { /* FireFox */
	background-color:#0073e6;
	color: #fff;
}

/*
// グローバル黒ボタン
.gl-cta--primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    height: 50px;
    font-family: AdihausDIN, 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    transform: translate(-3px, -3px);
}


.gl-cta--primary::before {
    border-bottom: 1px solid var(--gl-color-background-inverse);
    border-left: 1px solid var(--gl-color-background-inverse);
    bottom: -3px;
    height: 3px;
    left: 3px;
    width: 100%;
}
.gl-cta--primary::after {
    border-right: 1px solid var(--gl-color-background-inverse);
    border-top: 1px solid var(--gl-color-background-inverse);
    height: 100%;
    right: -3px;
    top: 3px;
    width: 3px;
}
.gl-cta--primary::before, .gl-cta--primary::after {
    content: "";
    display: block;
    position: absolute;
    transition: all var(--gl-motion-duration-all) var(--gl-motion-easing-all);
}

.gl-cta--primary::before, .gl-cta--primary::after {
    content: "";
    display: block;
    position: absolute;
    transition: all var(--gl-motion-duration-all) var(--gl-motion-easing-all);
}



*/