:root {
  --pink1:#FF8900;
  --pink2:#FF00CA;
  --blue:#7FE6F6;
  --yellow:#FF8900;
  --black:#1C1C1C; }

html {
  overflow-x: hidden;
  font-size: 10px; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  line-height: 1.4; }

img {
  vertical-align: bottom;
  display: block;
  margin: 0; }

a {
  text-decoration: none;
  transition: all .3s; }

.gheader {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 10px; }
  .gheader .logo {
    width: 200px;
    height: 100%;
    display: block; }
    .gheader .logo h1 {
      width: 100%;
      height: 100%;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .gheader .logo img {
      width: 100%;
      height: auto; }

.content_wrap {
  width: 100%;
  height: 100vh;
  padding: 100px 0 0 0;
  background: #FFF7ED;
  box-sizing: border-box; }

h2 {
  font-size: 1.8rem;
  text-align: center;
  color: var(--navy);
  font-weight: 600; }

#span {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0 auto; }
  #span input {
    display: none; }
  #span input[type=radio]:checked + label {
    border: solid 2px var(--pink1);
    color: var(--pink1);
    background-color: #fff; }
  #span .check {
    width: 100%;
    height: 45px;
    background-color: #fff;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    font-weight: 700;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s; }
    #span .check:hover {
      opacity: .6; }

.next {
  font-size: 1.8rem;
  width: 280px;
  height: 63px;
  background-color: var(--yellow);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 30px auto 0 auto;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2); }
  .next:hover {
    opacity: .6; }

@media screen and (min-width: 1024px) {
  .gheader {
    height: 60px;
    padding: 0 50px; }
    .gheader .logo {
      width: 240px;
      height: 100%;
      display: block; }
      .gheader .logo h1 {
        width: 100%;
        height: 100%;
        margin: 0; }
      .gheader .logo img {
        width: 100%;
        height: auto; }

  .content_wrap {
    padding: 150px 0 0 0; }

  h2 {
    font-size: 2.4rem; } }
