@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
  background: #f5f5f5;
  color: #313131;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}



p {
  line-height: 24px;
  margin-bottom: 10px;
}

.reasontext {
  font-size:28px;
}

table {
  border-spacing: 0;
  font-size: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #555;
  /*リンクテキストの色*/
  text-decoration: none;
}

a:hover {
  color: #006ddc;
  /*マウスオン時の文字色（全体）*/
}

a:hover .btn {
  position: relative;
  top: 3pt;
  left: 3pt;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
  width: 750px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

 .reason {
  margin:20px 0 0 20px;
}

.message-box {
  padding: 0 20px;
  margin: 0 auto;
}

p {
  font-size: 18px;
  color: #292929;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align:left;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/

.br-sp {
  display: none;
}

h2 {
  font-weight:bold;
  font-size: 35px;
  margin:30px 0 50px 0;
}

.gradient-box {
  background: linear-gradient(to top, #a08253, #c8b68c,#f0f0ec); /* グラデーション */
  padding: 50px 20px;
  text-align: center;
}

.gradient-box2 {
  background: linear-gradient(to top, #a08253, #c8b68c,#f0f0ec); /* グラデーション */
  padding: 50px 20px;
  margin-top:70px;
  text-align: center;
}

.gradient-box p {
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3";
  font-weight:bold;
  text-align: center;
}

.gradient-box2 p {
  font-size: 40px;
  line-height: 1.3;
  margin: 0;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3";
  font-weight:bold;
  text-align: center;
}

.ctaimage {
  margin:50px 0;
}
.cta:hover {
 opacity: 0.7;
}

.nayami {
  margin-top:20px;
}

.message {
  margin:40px 0 60px 20px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  position: relative;
  background-color: #a08253;
  font-size: 90%;
}

footer a {
  color: #fff;
  margin: 10px 0;
}

footer p {
  margin: 10px 0;
}

.copy{
  color: #fff;
  font-size: 65%;
  text-align: center;
 
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}



@media only screen and (max-width: 768px) {
h1 {
 font-size: 50px;
}
h2 {
  font-size: 40px;
}
p {
  font-size: 30px;
}
.checklist-box li {
  font-size:30px;
}
.redtext  {
  font-size: 45px;
}
.br-sp {
  display: block;
}

}