@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Winky+Rough:wght@500&display=swap');

/* CSS Document */
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
  /* iPhoneでの文字サイズ自動修正を使わない*/
}

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,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
    letter-spacing: .02em;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #f2e9d5 url(../img/bg.png) repeat;
  background-size: 250px;
 
}
/*------------------ベース------------------*/
#wrapper {
   width: 94%;
  max-width: 900px;
  margin: 0 auto;
}
#contents {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0 auto;
  padding: 30px;
  overflow: hidden;
  border: 10px solid #ede2c4;
  box-sizing: border-box;

}
#header{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
  padding: 40px 0;
 
}
#header h1{
   color: #533418;
   font-size: 24px!important;
}
#header h1 span{
  font-size: 90px!important;
 font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

em{
  font-style: normal;
  font-weight: bold;
}
/*------------------注釈リストエリア------------------*/
ul {
  list-style: none;
  padding: 10px 0 30px 0;
  border-bottom: 1px solid #d5cac0;
}
li {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .04em;
   color: #533418;
}
.policy{
box-sizing: border-box;
  padding: 24px;
  margin-top: 20px;
  border: 1px solid #cdbaa9;
  
}
.policy p{
   font-size: 15px;
  line-height: 1.7;
  letter-spacing: .04em;
   color: #533418;
   text-align: left!important;

}
.policy p a{
  color: #cc0202;
}
.policy p span{
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;

}
li span {
  color: #cc0202;
}
.step ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
     border-bottom:none;
     padding: 0;
     padding-bottom: 20px

}
.step li{
  width: 33.3333333333333333%;
  text-align: center;
     box-sizing: border-box;
  background: #ede2c4 url(../img/arrow.png) no-repeat right center;
  background-size: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 0;
}

.step li.step-current{
  background: #533418 url(../img/arrow2.png) no-repeat right center;
  background-size: 15px;
  color: #FFF;
}
.step li.arrow-current{
  background: #ede2c4 url(../img/arrow3.png) no-repeat right center;
  background-size: 15px;
 
}
.step li:last-child{
  background-image: none!important;
}
@media screen and (max-width: 640px) {

#wrapper {
   width: 94%;
  max-width: 900px;
  margin: 0 auto;
}
#contents {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 16px;
  overflow: hidden;
  border: 6px solid #ede2c4;
  box-sizing: border-box;

}
#header{
  line-height: 1.5;
  padding: 25px 0;
  text-align: center;
 
}
#header h1{
   font-size: 20px!important;
}
#header h1 span{
  font-size:58px!important;
 font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  line-height: 1;
  margin-bottom: 10px;

}
ul {
  list-style: none;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d5cac0;
}
li {
  font-size: 14px;
}
.policy{
box-sizing: border-box;
  padding: 16px;
  margin-top: 40px;
}
.policy p{
   font-size: 14px;
  line-height: 1.5;
}
.policy p span{
  font-size: 15px;

}
.step li{
  width: 33.3333333333333333%;
  text-align: center;
     box-sizing: border-box;
  background: #ede2c4 url(../img/arrow.png) no-repeat right center;
  background-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  padding: 12px 0;
}
.step li:last-child{
  background-image: none;
}

}
/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl {
  padding:25px 0;
  margin: 0 auto;
 
}
.form_area .box{
  margin: 20px;
  padding: 0 0 6px 0;
  border-radius: 10px;
}
.form_area .box-title{
  font-size: 16px;
  font-weight: bold;
  padding:14px 0 14px 15px;
  line-height: 1;
  text-align: left;
  margin-bottom: 5px;
  color: #FFF;
  border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
.title-subtitle {
  text-align: left;
  border-bottom: 2px solid #666;
  margin: 20px 25px 0 25px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 10px;

}

.login_area dl {
  padding: 12px 150px;
  margin: 0 auto;
}

/*入力項目タイトル*/
.login_area dt label,
.form_area dt label,
.confirm_area dt {
  color: #222;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;

}

.form_area dt {
  padding-bottom: 5px;
}

/*入力項目 必須マーク色*/
.form_area dt label span {
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 100px;
  background: #cc0202;
}

/*入力欄*/
.text,
textarea,
.dropdown {
  border: 1px solid #cdbaa9;
  padding: 14px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  margin-top: 8px;
  /* Webkit */
  -webkit-border-radius: 5px;
  /* Firefox */
  -moz-border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
}

textarea {
  width: 80%;
  max-width: 600px;
  height: 100px;
 
  padding: 0 10px 0 0;

}

/*入力欄フォーカス時の色*/
textarea:focus,
input.text:focus {
  background: #fffed7;
}

/*ラジオボタン*/
dd label.radiolabel {
  min-width: 30%;
  width: auto !important;
  width: 30%;
  background: none repeat scroll 0 0 #F1F1F1;
  display: inline-block;
  padding: 5px 5px 5px 0px;
  margin: 0 0 5px 0;
  font-size: 117%;
  line-height: 1.8;
  cursor: pointer;
}

/*チェックボックス*/
.select-genre{
  margin-top: 10px;
}
dd label.checklabel {
  min-width: 90%;
  width: auto !important;
  width: 90%;
  background: none repeat scroll 0 0 #FFF;
  display: inline-block;
  padding: 10px;
  margin: 2px 0 5px 0;
  font-size: 16px;
  line-height: 1.8;
   color: #222;
  cursor: pointer;
  font-weight: bold;
}

label.checklabel-agreement {
  min-width: 100%;
  width: auto !important;
  width: 100%;
  background: none repeat scroll 0 0 #FFF;
  display: inline-block;
  padding: 10px;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.8;
   color: #533418;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

/* 住所に反映ボタン */
.btn_zip {
  cursor: pointer;
  font-size: 125%;
  padding: 4px 18px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

/* 年齢 */
.years {
  font-size: 120%;
  vertical-align: bottom;
  text-decoration: none;
}

/*input幅*/
.pw100 {
  width: 100%;
}

.pw90 {
  width: 90%;
}

.pw80 {
  width: 80%;
}

.pw70 {
  width: 70%;
}

.pw60 {
  width: 60%;
}

.pw50 {
  width: 50%;
}

.pw40 {
  width: 40%;
}

.pw30 {
  width: 30%;
}

.pw20 {
  width: 20%;
}

.pw10 {
  width: 10%;
}

/*------------------注意文・ボタンエリア------------------*/
.attention {
  font-size: 13px;
  line-height: 1.7;
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
   color: #745030;
   border-top: 1px solid #d5cac0;
}

.attention2 {
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 0 0 0;
  color: #745030;

}

.attention_d {
  color: #ff0000;
  font-size: 15%;
  line-height: 1.5;
  padding: 15px 0 20px 0;
}

.attention a:link {
  color: #cc3333;
  text-decoration: none;
}

.attention a:visited {
  color: #cc3333;
  text-decoration: none;
}

.attention a:hover {
  color: #cc3333;
  text-decoration: underline;
}

.attention a:active {
  color: #cc3333;
  text-decoration: none;
}

p {
  text-align: center;
}

/*ボタン位置*/
.btn_area {
  margin-top: 30px;
  float: center;
}

/*ボタンスタイル*/
.btn {
  display: block;
  cursor: pointer;
  font-size: 17px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 100px;
  border: none;
  padding: 16px 0;
  text-decoration: none;
  display: inline-block;
}

/*応募ボタン*/
.btn1 {
  width: 360px;
  display: block;
  font-weight: bold;
  background-color: #cc0202;
  color: #ffffff;
  margin: 0 auto;
  border: 1px solid #cc0202;
}
.btn_area a{
  text-decoration: none;
}
.btn1:hover {
   background-color: #df0707;
}

/*リセットボタン*/
.btn2 {
   width: 360px;
   display: block;
  border: 1px solid #cdbaa9;
  background-color: #f7f0dd;
  color: #533418;
  margin: 15px auto 0 auto;
}

.btn2:hover {
 background-color: #FFF;
}

/*disabled*/
#error_box {
  color: #cc3333;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.btn:disabled {
  background-color: #eee;
  color: #999;
  border:1px solid #bbb ;
}
.btn:disabled:hover {
  background-color: #eee;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*------------------フッターエリア------------------*/
.footer_area {
  width: 100%;
  /*    background-color:#ddd; */
}

.footer {
  margin: 0 auto;
  padding: 10px 0 30px 0;
  position: relative;
  font-size: 10px;

}

address {
  font-style: normal;
  color: #333;
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}



/*------------------確認ページ------------------*/
/*入力内容 文字スタイル*/
.confirm_area{
  margin-top: 20px;
}
.confirm_area dd.confirm_value {
  font-weight: bold;
  font-size: 16px;
}

/*------------------エラーページ------------------*/
.error_area div {
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}

li.error {
  text-align: center;
}

/*------------------サンクスページ------------------*/
#thanksMsg {
  margin: 30px 0;
  text-align: center;
}

#thanksMsg h3 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #533418;
}

#thanksMsg p {
  margin: 30px 0 40px 0;
  line-height: 1.7;
  font-size: 16px;
  color: #533418;
}

/*スマホ用 css*/
@media screen and (max-width: 640px) {
  .login_area dl,
  .form_area dl,
  .confirm_area dl {
    padding: 30px 0 0 0;
  }

  .form_area .box-title{
  font-size: 16px;
  font-weight: bold;
  padding:14px 0 14px 15px;
  line-height: 1;
  text-align: left;
  margin-bottom: 5px;
  color: #FFF;
  border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
.title-subtitle {
  text-align: left;
  border-bottom: 2px solid #666;
  margin: 20px 25px 0 25px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 10px;

}

.login_area dl {
  padding: 12px 150px;
  margin: 0 auto;
}

/*入力項目タイトル*/
.login_area dt label,
.form_area dt label,
.confirm_area dt,
.confirm_area dd.confirm_value{
  font-size: 15px;

}
/*入力項目 必須マーク色*/
.form_area dt label span {

  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  padding: 3px 10px;
}
  dd label.radiolabel {
    min-width: 40%;
    width: auto !important;
    width: 40%;
  }

 label.checklabel {
    min-width: 40%;
    width: auto !important;
    width: 40%;
  }

  .w100 {
    width: 96%;
  }

  .w50 {
    width: 50%;
  }

  .w20 {
    width: 20%;
  }
  .attention {
    margin: 15px 15px 0 0;
    text-align: left;
  }

  .attention2 {
    padding: 10px 15px 0 0;
    font-size: 13px;
  }

  .attention_d {
    color: #ff0000;
    padding: 15px 15px 20px 15px;
    text-align: left;
  }
.btn{
  font-size: 15px;
}
  .btn1 {
    padding: 16px 0;
    width: 80%;
    margin: 0 auto;
  }

  .btn2 {
    margin-top: 0;
    padding: 16px 0;
   width: 80%;
  }

  .error,
  .thanks {
    font-size: 15px;
    line-height: 1.6;
  }
  .error_area div {
  font-size: 15px;
  margin-top: 15px;
}


  .text,
  textarea,
  .dropdown {
    zoom: 1;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .footer {
    width: 100%;
    margin: 0;
  }

  .close {
    text-align: center;
    float: none;
    /*      margin-top: -20px;  */
    height: 20px;
    padding-top: 10px;
  }

  address {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }

  #thanksMsg {
    padding: 10px;
    margin: 20px 0 ;
    text-align: center;
  }

  #thanksMsg h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #thanksMsg p {
    margin: 20px 0 30px 0;
    font-size: 15px;
  }
    #thanksMsg p.btn_area{
      margin: 0!important;
    }
  .form_area .box{
  margin: 10px;
  padding: 0 0 6px 0;
  border-radius: 10px;
}
}