/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

html {
    font-size: 16px;
}

body,
button,
input,
select,
textarea {
    color: #333333; /* #8A5B1D */
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-feature-settings: "palt";
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
[class*='-inner']:after {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

html,
body {
	height: 100%;
}

.close_guide {
	display: table;
	width: 100%;
	height: 100%;
}
.close_content {
	display: table-cell;
	vertical-align: middle;
}
.close_ttl {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	text-align: center;
}
.close_txt {
	text-align: center;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 2rem;
}
.site_link {
	text-align: center;
	font-size: 1rem;
	line-height: 1;
}

@media screen and (max-width:1023px) {
	.close_ttl {
		padding: 0 5%;
	}
	.close_txt {
		text-align: justify;
		padding: 0 5%;
	}
	.site_link {
		padding: 0 5%;
	}	
}

@media screen and (max-width:639px) {
	.close_ttl {
		font-size: 6.5vw;
	}
	.close_txt {
		line-height: 2;
		font-size: 4.75vw;
	}
	.site_link {
		font-size: 4.75vw;
	}	
}
