@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);
/**=1
 * ================================================================================
 * 共通スタイル
 * ================================================================================
 */
/**=1-1
 * --------------------------------------
 * ヘッダー
 * --------------------------------------
 */
.Header {
  background: #00b5ee;
  color: #ffffff;
  padding: 15px 10px;
  position: relative;
}
.Header:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/All/Background/Texture.png);
  z-index: auto;
}
.Header:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/All/Background/Background.png) no-repeat center;
  z-index: auto;
}
.Header--KFBLogo {
  height: 10px;
  width: 100px;
  z-index: 9999;
  position: relative;
}
.Header--KFBLogo a {
  background: url(../Images/All/Images.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 10px;
  width: 100px;
  background-position: 0 -56px;
}
.Header--Copy {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .Header--Copy {
    clear: both;
    font-size: 1.25em;
  }
}
.Header .TopPage--Logo {
  position: relative;
  z-index: 1;
  margin: 15px auto;
  background: url(../Images/All/Images.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 130px;
  width: 391px;
  background-position: 0 -87px;
}
@media screen and (max-width: 400px) {
  .Header .TopPage--Logo {
    height: 65px;
    width: 195.5px;
    background-size: 195.5px auto;
    background-position: 0 -44px;
  }
}
.Header--SNS {
  float: right;
  z-index: 1;
  position: relative;
}
.Header--SNS li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  height: 31px;
  width: 31px;
}
.Header--SNS a {
  height: 31px;
  width: 31px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../Images/All/Images.png) no-repeat;
}
.Header--SNS .Twitter a {
  background-position: -246px -56px;
}
.Header--SNS .Facebook a {
  background-position: -215px -56px;
}
.Header--Nav {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.Header--Nav li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  padding: 0 20px;
  line-height: 1.1;
}
.Header--Nav li:last-child {
  border-left: dotted 1px #ffffff;
}
.Header--Nav li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}
.Header--Nav li a:hover {
  background: #ffffff;
  color: #00b5ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.Header--Nav li span {
  display: block;
  background: #ffffff;
  padding: 10px 15px;
  color: #00b5ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.Header.InPage--Header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Header--Right {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.Header--Center {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.Header--Left {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.Header .InPage--Logo {
  position: relative;
  z-index: 1;
  background: url(../Images/All/Images.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 56px;
  width: 169px;
  background-position: 0 0;
}
@media screen and (max-width: 640px) {
  .Header.InPage--Header {
    display: block;
  }
  .Header--Right {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
  .Header--Center {
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
  }
  .Header--Left {
    display: block;
    width: 100%;
    clear: both;
  }
  .Header .InPage--Logo {
    margin: auto;
  }
}

/**=1-2
 * --------------------------------------
 * メインコンテンツ
 * --------------------------------------
 */
#Main {
  width: px;
}

#Contents {
  width: px;
}

/**=1-3
 * --------------------------------------
 * メインメニュー
 * --------------------------------------
 */
/**=1-4
 * --------------------------------------
 * フッター
 * --------------------------------------
 */
.Footer {
  background: #00b5ee;
  padding: 10px;
  margin-top: 30px;
  position: relative;
}
.Footer:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/All/Background/Texture.png);
  z-index: auto;
}
.Footer p {
  margin: auto;
  background: url(../Images/All/Images.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 20px;
  width: 115px;
  background-position: -100px -56px;
}

/**=2
 * ================================================================================
 * トップページ
 * ================================================================================
 */
.TopPage--Slide {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
  .TopPage--Slide {
    display: block;
  }
}
.TopPage--Slide:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/All/Background/Texture.png);
  z-index: auto;
}
.TopPage--Slide .Item {
  display: table-cell;
  width: 34%;
  height: 270px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .TopPage--Slide .Item {
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .TopPage--Slide .Item {
    height: 200px;
    width: 100%;
    display: block;
  }
}
.TopPage--Slide .Item p.Copy {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 0.875em;
  text-shadow: 0 0 5px #333333;
}
.TopPage--Slide .Item p.Title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
}
.TopPage--Slide .Category1 {
  background: url(../Images/TopPage/Photo1.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.TopPage--Slide .Category2 {
  background: url(../Images/TopPage/Photo2.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.TopPage--Slide .Category3 {
  background: url(../Images/TopPage/Photo3.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.TopPage--Content {
  clear: both;
}
@media screen and (min-width: 1000px) {
  .TopPage--Content {
    width: 1000px;
    margin: auto;
  }
}
.TopPage--Content__Section {
  text-align: left;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .TopPage--Content__Section {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .TopPage--Content__Section:last-child {
    margin-left: 0;
  }
  .TopPage--Content__Section .QR {
    display: none;
  }
}
.TopPage--Content__Section .Section_Block {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.TopPage--Content__Section .Section_Block:last-child {
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  .TopPage--Content__Section .Section_Block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .TopPage--Content__Section .Section_Block:last-child {
    margin-left: 0;
  }
}
.TopPage--Content__Section .Section_Title {
  border: solid 1px #00b5ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #00b5ee;
  color: #ffffff;
}
.TopPage--Content__Section .Section_Title h1 {
  margin-bottom: 10px;
  font-size: 1.35em;
  font-weight: 700;
}
.TopPage--Content__Section .Section_Copy {
  text-align: center;
  color: #00b5ee;
  font-size: 1.25em;
  padding-top: 50px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.TopPage--Content__Section .Section_Copy.Icon1 {
  background: url(../Images/TopPage/Icon1.png) no-repeat top center;
}
.TopPage--Content__Section .Section_Copy.Icon2 {
  background: url(../Images/TopPage/Icon2.png) no-repeat top center;
}
.TopPage--Content__Section .Comment {
  padding: 0 15px;
}
.TopPage--Content__Section .Comment span {
  color: #888888;
  font-size: 0.925em;
}
.TopPage--BtnArea {
  border-top: solid 2px #e5e5e5;
  padding-top: 10px;
}
.TopPage--BtnArea .Icon {
  text-align: center;
  font-size: 3em;
  color: #00b5ee;
}
.TopPage--BtnArea .Btn a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  background: #00b5ee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  color: #ffff66;
  padding: 15px 30px;
  font-size: 1.75em;
  font-weight: 700;
}

/**=3
 * ================================================================================
 * 内部ページ
 * ================================================================================
 */
.InPage--Content {
  text-align: left;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .InPage--Content {
    width: 980px;
    margin: auto;
  }
}
.InPage--Buttons {
  text-align: center;
  margin-top: 50px;
}
.InPage--Buttons p {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  margin: 0 20px;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .InPage--Buttons p {
    width: 100%;
    margin: 20px auto;
    display: block;
  }
}
.InPage--Buttons i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -0.5em;
}
.InPage--Buttons a {
  display: block;
  color: #ffffff;
  padding: 15px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  font-size: 1.55em;
}
.InPage--Buttons .Type1 a {
  background: #666666;
}
.InPage--Buttons .Type1 i {
  color: #cccccc;
}
.InPage--Buttons .Type2 a {
  background: #00b5ee;
}
.InPage--Buttons .Type2 i {
  color: #ffff66;
}

.SubTitleType1 {
  color: #ff0000;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eeeeee;
  font-size: 2.0em;
  font-weight: 700;
}

.PrivacyBox {
  background: #f5f5f5;
  padding: 25px;
  border: solid 1px #666666;
  margin-top: 30px;
  height: 350px;
  overflow: auto;
}

.form-group {
  border: 1px solid #cccccc;
  padding: 10px;
  clear: both;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-title {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  background: #eeeeee;
  padding: 10px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-item {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.label-required {
  font-size: 0.92em;
  color: #990000;
  display: inline-block;
}

.form_text {
  width: 80%;
  padding: 10px;
}

#submit_btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  color: #ffffff;
  padding: 15px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  font-size: 1.55em;
  background: #00b5ee;
  border: none;
}

@media screen and (max-width: 640px) {
  .form-group {
    display: block;
  }

  .form-title {
    display: block;
    width: 100%;
  }

  .form-item {
    display: block;
    width: 100%;
  }
}
/* プログレス設定 
---------------------------------------------------------- */
#pgs_tbl {
  display: none;
}

.progress {
  width: 100%;
  height: 20px;
  border: 1px solid #ccc;
}

.progress .pgs-title {
  height: 20px;
  min-width: 5em;
  max-width: 10em;
}

.progress .pgs-body {
  padding: 0px;
  position: relative;
  height: 20px;
  width: 100%;
}

.progress .pgs-body .pgs-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  height: 20px;
  width: 0px;
  float: left;
}

.progress .pgs-body .pgs-bar.complete {
  background-color: #cfc;
}

.progress .pgs-body .pgs-per {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 20px;
  width: 100%;
}

.progress .pgs-body .pgs-per.complete {
  color: #050;
}
