@charset "UTF-8";
/*==================================================

01 common

==================================================*/
/*==================================================
reset
====================================================*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*==================================================
common
====================================================*/
/*======== all ========*/
html {
  font-size: 62.5%;
  /*height: 100%;*/
}

body {
  text-align: left;
  font-size: 14px;
  font-size: 1.4em;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

img {
  width: 100%;
  height: auto;
}

img.auto {
  width: auto;
}

li {
  list-style: none;
}

.break {
  word-wrap: break-word;
}

/*======== form checked ========*/
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

/*======== space ========*/
/* margin */
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

/* padding */
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

/*==================================================

02 layout & category

==================================================*/
.wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.wrapper section {
  width: 90%;
  margin: 3% auto;
  /*----- 必須・任意マーク -----*/
  /*----- 応募ボタン -----*/
}

.wrapper section h2.title {
  margin: 0px auto;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 10px;
  background-color: #888;
  border-radius: 3px;
}

.wrapper section p {
  font-size: 14px;
  line-height: 25px;
}

.wrapper section p.notes {
  margin: 5px 0 0 0;
  text-align: center;
  white-space: nowrap;
}

.wrapper section p.text {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 30px;
  background-color: rgba(222, 222, 222, 0.3);
}

.wrapper section p.text .text_deco {
  font-weight: bold;
  text-decoration: underline;
}

.wrapper section p.text input {
  vertical-align: baseline;
}

.wrapper section a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.wrapper section a:link, .wrapper section a:visited {
  text-decoration: none;
}

.wrapper section dt, .wrapper section dd {
  font-size: 17px;
}

.wrapper section dt p.notice, .wrapper section dd p.notice {
  color: #000;
  line-height: 20px;
  font-size: 15px;
}

.wrapper section dt p.notice_red, .wrapper section dd p.notice_red {
  color: #FF0000;
  line-height: 20px;
  font-size: 15px;
}

.wrapper section dt p.file_name, .wrapper section dd p.file_name {
  color: #888;
}

.wrapper section label {
  height: 20px;
  line-height: 22px;
}

.wrapper section label.file_uplaod_btn {
  display: block;
  width: 60%;
  height: 60px;
  margin: 20px 0 10px;
  color: #fff;
  background-color: #888;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  letter-spacing: 3px;
  text-indent: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 11px -7px #777777;
          box-shadow: 0px 5px 11px -7px #777777;
}

.wrapper section label.file_uplaod_btn input[type="file"] {
  display: none;
}

.wrapper section textarea {
  width: 95%;
  height: 200px;
  font-size: 16px;
}

.wrapper section .mark {
  margin-right: 5px;
  padding: 3px 5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
}

.wrapper section .bg_red {
  background-color: #FF0000;
}

.wrapper section .bg_gray {
  background-color: #888;
}

.wrapper section dd {
  margin: 0 auto;
  padding: 10px 0 35px 0;
}

.wrapper section input.text {
  width: 95%;
  height: 30px;
  font-size: 16px;
}

.wrapper section dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper section dd.flex input.radio_btn {
  width: 5%;
}

.wrapper section dd.flex input.ml25 {
  margin-left: 25px;
}

.wrapper section input.num {
  width: 20%;
  height: 30px;
  font-size: 16px;
}

.wrapper section .memo {
  font-size: 14px;
  line-height: 20px;
}

.wrapper section .btn {
  height: 50px;
  margin: 20px 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  background-color: bisque;
}

.wrapper section .btn a {
  display: block;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}

.wrapper section .submit {
  width: 100%;
  height: 85px;
  font-size: 20px;
  letter-spacing: 10px;
  border-radius: 10px;
}

.wrapper section .bg_blue {
  background: #0078d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078d7), to(#003c6c));
  background: linear-gradient(180deg, #0078d7 0%, #003c6c 100%);
  -webkit-box-shadow: 0px 5px 11px -7px #777777;
          box-shadow: 0px 5px 11px -7px #777777;
}

.wrapper section .bg_brack {
  background: #545454;
  background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(black));
  background: linear-gradient(180deg, #545454 0%, black 100%);
  -webkit-box-shadow: 0px 5px 11px -7px #777777;
          box-shadow: 0px 5px 11px -7px #777777;
}

/*----- フッター -----*/
footer img {
  width: 250px;
  display: block;
  margin: 30px auto 10px;
}

footer p {
  padding-bottom: 20px;
  font-size: 10px;
  text-align: center;
}

/*-----------------------------------*/
/*---------- 送信完了ページ ----------*/
.complete img.icon {
  display: block;
  width: 30px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}

.complete h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 10px;
}

.complete div.bg_ligray {
  background-color: #f1f1f1;
}

.complete div.bg_ligray p {
  padding: 10px;
  font-size: 14px;
}

/*---------------------------------------*/
/*---------- 入力内容確認ページ ----------*/
.wrapper_check {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
}

.wrapper_check section {
  width: 90%;
  margin: 3% auto;
}

.wrapper_check section #formWrap .center {
  font-size: 15px;
  text-align: center;
}

.wrapper_check section #formWrap .center .btn {
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
}

/* iOSでのデフォルトスタイルをリセット */
button[type="submit"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button[type="submit"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration {
  display: none;
}

button[type="submit"]::focus,
button[type="button"]::focus {
  outline-offset: -2px;
}

/*==================================================
mediaqueries man-w480px -- phone
==================================================*/
/*==================================================
mediaqueries max-w768px -- px_tablet
==================================================*/
/*# sourceMappingURL=style.css.map */


/* textareaタグ指定 202311追記*/
textarea{
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

textarea::placeholder {
  color: red;
  font-size: 15px;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}