@charset "UTF-8";
/*---------------------
		フォント設定
---------------------*/
/*
@font-face {
	font-family: 'rounded';
	font-weight: normal;
	src: url('../fonts/rounded-mplus-2p-light.ttf')  format('truetype');
} */
/*---------------------
		タグ初期設定
---------------------*/
/* line 16, ../sass/style.scss */
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle;
}

/* line 27, ../sass/style.scss */
html,
body {
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  zoom: 1;
  font-size: 16px;
  background: #fff;
  font-family: Hiragino Kaku Gothic ProN,\\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3,Meiryo,メイリオ,Osaka,MS PGothic,arial,helvetica,sans-serif;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 43, ../sass/style.scss */
h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A;
  margin: 20px 0;
}
/* line 48, ../sass/style.scss */
.box h2 {
  text-align: center;
}

/* line 61, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 66, ../sass/style.scss */
a {
  color: #3e3a39;
  text-decoration: none;
}
/* line 69, ../sass/style.scss */
a:hover {
  color: #3e3a39;
}

/* line 76, ../sass/style.scss */
a:hover,
label:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

/* line 80, ../sass/style.scss */
a,
a:before,
a:after,
input[type="submit"] {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

/* line 91, ../sass/style.scss */
input:focus, textarea:focus {
  outline: none;
}

/* line 95, ../sass/style.scss */
li {
  list-style: none;
}

/* line 99, ../sass/style.scss */
table {
  border-collapse: collapse;
}

/* line 104, ../sass/style.scss */
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*---------------------
		共通クラス
---------------------*/
/* line 116, ../sass/style.scss */
.clearfix {
  zoom: 1;
}
/* line 118, ../sass/style.scss */
.clearfix:after {
  content: ' ';
  clear: both;
  display: block;
}

/* line 125, ../sass/style.scss */
.sp {
  display: none;
}

/* line 128, ../sass/style.scss */
.pc {
  display: block;
}

/* line 132, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 136, ../sass/style.scss */
.container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}


/* line 152, ../sass/style.scss */
#wrapper {
  margin: 0 auto;
}

.line-btn {
  width: 90%;
  margin: -100px auto 40px;
}

/* line 160, ../sass/style.scss */
.add_friend_btn {
  margin-top: 40px;
  display: block;
}

/*---------------------
    problem
---------------------*/
#problem {
  position: relative;
  z-index: 1;
}


/*---------------------
    solution
---------------------*/

#solution {
  position: relative;
  margin: -46px 0 0;
}



/*---------------------
		フッター
---------------------*/
/* line 196, ../sass/style.scss */
#footer {
  padding: 20px 0;
  text-align: center;
  background: #fd5971;
}
/* line 200, ../sass/style.scss */
#footer p {
  font-size: 14px;
  color: #fff;
}

#footer p a {
  color: #fff;
}

/* line 205, ../sass/style.scss */
#copyright {
  margin-top: 20px;
}

/* line 220, ../sass/style.scss */
.label {
  background: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
}

/*---------------------
		スマホ対応
---------------------*/
@media (min-width: 699px) {
  /* line 261, ../sass/style.scss */
  #wrapper {
    width: 500px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 266, ../sass/style.scss */
  .sp {
    display: block;
  }

  /* line 269, ../sass/style.scss */
  .pc {
    display: none;
  }
}
