@charset "UTF-8";

/* Scss Document */


/*common*/

body {
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: YuGothic, '游ゴシック', sans-serif;
    color: #fff;
	min-width:960px;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.2rem
}

.sp .sp-hide {
    display: none !important;
}

.pc .pc-hide {
    display: none !important;
}



/* = Selected Text
----------------------------------------------- */
::selection {
	background: #F9BE00; /* Safari */
	color: #00295F;
}

::-moz-selection {
 background:#F9BE00; /* Firefox */
 color:#00295F;
}


#form {
    background-color: #00295f;
    height: 100vh;
    width: 100%;
}

.content {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30%;
    width: 100%;
}

.content h2 {
    margin-bottom: 25px;
}

.content h2 img {
    height: auto;
    max-width: 200px;
    width: 100%;
}

.content p {
    font-size: 1.4rem;
    font-weight: bold;
}