@charset "UTF-8";

/* リセット
=============================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input, textarea, {
 margin: 0;
 padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 基本設定
=============================================== */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #222;
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin-bottom: 1em;
}
img {
  vertical-align: bottom;
}
a {
  color: #003399;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ヘッダー
=============================================== */

#gHeader {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
#gHeader h1 {
  margin: 30px auto;
  max-width: 300px;
  padding: 0;
}

/* 共通スタイル
=============================================== */

#container {
  max-width: 680px;
  margin: 0 auto;
}

/* フォーム
=============================================== */

#satori__creative_container {
}
#satori__creative_container input[type="text"],
#satori__creative_container input[type="email"],
#satori__creative_container input[type="tel"],
#satori__creative_container textarea,
#satori__creative_container select {
  border: 1px solid #ccc!important;
  border-radius: 1px !important;
  width: 100%;
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.05) !important;
  border: solid 1px #ddd !important;
}
#satori__privacy_policy_agreement_wrapper {
  margin-top: 1rem;
}
.satori__require,
.satori__not_require {
  color: #fff !important;
  font-size: 10px!important;
  border: 1px solid #ea0000;
}
#satori__privacy_policy_agreement_wrapper {
  margin-top: 20px;
}
.satori__btn {
  padding: 1em 3em !important;
  text-decoration: none;
  background-color: #2B4DA2 !important;
  color: #fff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px !important;
  width: 100% !important;
  max-width: 320px !important;
  font-size: 15px !important;
}
.satori__btn:hover {
  background: #333!important;
}
#satori__finish_panel {
    padding: 30px;
    background: #f8f8f8;
    margin: 10px;
    font-size: 14px;
    width: 100%;
    line-height: 2;
}
#satori__finish_panel p:last-child{
  margin: 0
}
.satori__message{
  text-align: center!important;
}
label:first-child {
    color: #000!important;
}
input[type=checkbox]+label,
input[type=radio]+label {
    color: #000!important;
}

/* パンくずナビ
=============================================== */

#topicpath {
  text-align: right;
  font-size: 11px;
  margin: 20px;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}

/* 本文
=============================================== */
.lead {
  background: #fdf6ed;
  padding: 40px;
}

.lead h2 {
  border-left: 3px solid #ee3f7c;
  color: #ee3f7c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1em;
  padding-left: 10px;
}

.red {
  color: #ea0000;
  font-weight: 700;
}

.btn {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  max-width: 250px;
  margin: 30px auto 0;
}
.btn a {
  background: #ee3f7c;
  border-radius: 60px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  transition-property: background-color,opacity,color,border-color,box-shadow;
  transition-duration: .6s;
}
.btn a:hover {
  background: #d91a62;
}

/* スマートフォン用定義
=============================================== */

@media screen and (max-width: 680px) {
#gHeader h1 img {
  height: 40px;
}
#container {
  margin: 0 5%;
}
#submit a,
#submit input {
  width: 100%;
  padding: 1em;
}
}
