﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #505050;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
  background-color: #f5f5f0;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

.header {
  display: block;
  width: 100%;
  padding-top: 88px;
  margin-bottom: 100px;
}

.header__inner {
  width: 1120px;
  margin: 0 auto;
}

.header__logo {
  text-align: center;
}

.wrapper {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1120px;
  padding-bottom: 180px;
}

.content {
  display: block;
  width: 100%;
}

.content__inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #505050;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
    background-color: #f5f5f0;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  .header {
    display: block;
    width: 100%;
    padding-top: 45px;
    padding-top: 12vw;
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .header__inner {
    width: 100%;
    margin: 0 auto;
  }
  .header__logo {
    text-align: center;
  }
  .wrapper {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .content {
    display: block;
    width: 100%;
    background-color: #ffffff;
  }
  .content__inner {
    width: 86.666%;
    margin: 0 auto;
    background: none;
  }
}


/* ============================================
    form
============================================= */
.content__inner *, .content__inner *:before, .content__inner *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noticeChk .noticeChk_chk label:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.example {
  color:#aa8cff;
}
.content__inner {
  padding:20px 30px;
  line-height:1.7;
}
.content__inner input, .content__inner button, .content__inner textarea, .content__inner select {
  font-size: 100%;
}
.content__inner h2 {
  font-size: 171.5%;
  margin: 1em 0 0.5em;
  padding:0 0 5px;
  line-height: 1;
  border-bottom: 1px solid #505050;
}
.content__inner h3{
  background: #505050;
  color: #fff;
  font-size: 122%;
  margin: 20px auto;
  padding: 10px;
  line-height: 100%;
  border-radius: 5px;
  text-align: center;
}
.content__inner p,
.content__inner li {
  font-size:114.3%;
  line-height: 1.7;
}
.content__inner ul {
  margin: 1em 0 1em 1em;
}
.content__inner ul li {
  margin: 0;
  list-style: disc outside;
}
.content__inner .asterisk {
  margin: 1em 0;
}
.content__inner .asterisk li {
  list-style:none;
}
.content__inner .asterisk li p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  font-size:100%;
}
.content__inner .asterisk li p:before {
  content:"※";
}

.lede{
  margin: 30px auto;
  max-width: 830px;
}
.lede p{
  margin: 1em auto !important;
  width: 650px;
  font-size: 121.8%;
  line-height:1.9;
  font-weight: bold;
  text-align: center;
}
.submitBtn { 
  margin: 50px auto;
  text-align: center;
}
.submitBtn .btn {
  margin: 25px auto;
  display: block;
  width: 100px;
  font-size: 139.2%;
  line-height:100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
  border:none;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #787878;
  border: 1px solid #787878;
  color: #fff;
  box-shadow: 0 1px 1px #ccc;
  border-radius: 3px;
}
.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover {
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
}
.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
  width: 320px;
  background: #aa8cff;
  border: 1px solid #aa8cff;
  color: #ffffff;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
  color: #fff;
  opacity:0.7;
  background: #aa8cff;
}

.tableForm {
  border: 1px solid #999;
  width: 100%;
  margin: 20px 0;
  _zoom: 1;
  overflow: hidden;
  border-radius: 5px;
}
.tableForm table {
  width: 100%;
  margin-top: -1px;
}
.tableForm table th, .tableForm table td {
  border-top: 1px solid #d9d9d9;
  font-weight: normal;
  padding:15px;
  word-break: break-all;
  vertical-align: middle;
}
.tableForm table th {
  width: 250px;
  background: #f6f6f6;
  text-align: left;
  font-weight: bold;
  font-size: 100%;
  line-height:1.5;
}
.tableForm table th span {
  font-size: 85%;
  font-weight: bold;
  color: #ff0000;
  display: block;
}
.tableForm table th span.normal {
  font-weight: normal;
  color: #1f1f1f;
  line-height: 1.5;
  font-size: 100%;
}
.tableForm table td {
  background: #fff;
}
.tableForm table td input,
.tableForm table td textarea {
  padding: 2px 5px;
  line-height:1.4;
}
.tableForm table td p {
  margin: 0 !important;
  font-size:100%;
}
.tableForm table td p span {
  display: block;
}
.tableForm table td p .example {
  font-size:87.5%;
}
.tableForm table.imgup th {
  width: 300px;
}
.tableForm table td img {
  vertical-align: middle;
}
.tableForm table td span.imgTitle {
  padding: 1em;
}
input#Name,input#NameKana,input#PenName,input#PenNameKana,
input#Tel,input#Bumon,input#DataSize,input#BirAddr	{
  width: 220px;
}
input#Addr,input#MailAddr,input#Note,input#Title,input#Job {
  width: 550px;
}
input#Zip,input#DataFormat,input#BirthY	{
  width: 7em;
}
input#Age {
  width: 3em;
}
input#Age,input#BirthY {
  margin-right: 5px;
}
.tableForm input[type="text"],
.tableForm input[type="email"],
.tableForm input[type="tel"],
.tableForm textarea {
  margin:3px 0;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ccc;
}
.tableForm input[type="text"]:focus,
.tableForm input[type="email"]:focus,
.tableForm input[type="tel"]:focus,
.tableForm textarea:focus {
  box-shadow: 0 0 5px #aa8cff;
  border: 1px solid ##aa8cff;
}

.tableForm input[type="radio"] , input[type="checkbox"]{
  margin: 0 0.5em;
  vertical-align: baseline;
}

textarea {
  width: 550px;
  height: 7em;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 12px;
}
#inputFile {
  margin: 20px 0;
  _zoom: 1;
  overflow: hidden;
  border: 1px solid #828282;
  padding: 10px;
  background: #ede7c7;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.completeMsg {
  padding: 30px 0;
}
.completeMsg p {
  margin: 1.5em auto;
  width: 650px;
  font-size: 114%;
}
.endMsg	{
  padding: 50px 0;
}
.endMsg p {
  text-align: center;
  font-size: 122%;
  line-height: 1.6em;
}

.noticeMsg p, #jsoff {
  font-size: 107%;
  color: #d71111;
  margin: 1em 0;
}
.noticeData,
.noticeChk{
  margin: 20px 0;
  padding:0 20px;
  border-radius: 5px;
  border:1px solid #505050;
  background: #fdfdfd;
}
.noticeData {
  padding:0 15px;
}
.noticeData h3 {
  margin:15px auto;
}
.noticeChk h2{
  font-size: 129%;
  margin:  0.5em -20px;
  padding:0 20px  0.5em;
  text-align: center;
}
.noticeData ul {
  margin:0 25px 20px;
}
.noticeData li{
  margin: 10px 0 !important;
  font-size: 107.3%;
}

.noticeChk_chk {
  margin: 1em 0;
  padding: 0px 10px;
}
.noticeChk_chk label {
  display: block;
  margin: .75em 0;
  _zoom: 1;
  overflow: hidden;
  font-size:107.2%;
}
.noticeChk_chk label input {
  float: left;
  margin: 5px 10px 5px 0;
}
.noticeChk_chk label span {
  display: block;
  overflow: hidden;
  _zoom: 1;
}

footer {
  padding: 30px;
  text-align:center;
}

@media only screen and (max-width: 768px) {
  .content__inner {
    font-size: 14px;
    line-height:1.7;
  }
  .tableForm table th,
  .tableForm table td {
    display: block;
    width: 100%;
  }
  .tableForm table th{
    border-top: 1px solid #999;
  }
  .tableForm table td{
    border: none;
  }
  input,textarea{
    width: 100% !important;
  }
  input#Male,input#Female,input#ReviewYes,input#ReviewNo,.noticeChk_chk label input {
    width: auto !important;
  }
  input#Age,input#BirthY,input#Zip{
    width: 7em !important;
  }
  .submitBtn .submit, .submitBtn .agree, .submitBtn .chk, .submitBtn .fix {
    width: auto;
  }
  .noticeData, .noticeChk {
    padding:0 15px;
  }
  .noticeChk h2 {
    margin:0.5em -15px;
    line-height:1.5;
    text-align:left;
  }
  .content__inner .completeMsg p {
   width: auto;
  }
}