@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
.clearFix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
/* IE7- */
.clearFix {
  min-height: 1px;
}
/* Hides from IE-mac ¥*/
* html .clearFix {
  height: 1%;
}
/* End hide from IE-mac */
html {
  height: 100%;
}
body {
  height: 100%;
  text-align: center;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
}
img {
  border: 0px;
}
/* === オリジナル ==================================================== */
#mainFrame {
  width: auto;
  margin: 0px;
  padding: 10px 5px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
}
/* --- ヘッダー/ロゴ周り ------------------------- */
#formLogo {
  text-align: center;
}
#formLogo img {
  width: 70%;
}
#formPurpose {
  margin-top: 20px;
  text-align: center;
}
#formPurpose img {
  width: 90%;
}
/* --- 表組み部分 -------------------------------- */
.wire {
  margin-top: 40px;
  border: 1px solid #999;
}
.wire h2 {
  font-size: 18px;
  padding: 2px 10px 0px 10px;
  border-bottom: 1px solid #999;
}
.wire h3 {
  font-size: 14px;
  padding: 3px 0px 2px 10px;
  border-bottom: 1px solid #999;
  border-left: 10px solid #999;
}
.read {
  padding: 10px;
  border-bottom: 1px solid #999;
}
.read p {
  padding: 10px 10px 20px 20px;
}
.attention {
  padding: 10px;
}
.attention ul {
  margin: 0px 0px 0px 20px;
}
.attention ul li {
  padding: 0px 0px 5px 0px;
  color: #e59900;
  font-size: 12px;
}
/* --- 情報限定部分 ------------------------------ */
#outline h2 {
  background-color: #eee;
}
/* --- フォーム限定部分 -------------------------- */
#entryForm h2 {
  background-color: #ffdaa6;
}
#entryForm dl {
  margin-top: 20px;
  border-top: 1px solid #999;
}
#entryForm dl dt {
  padding: 5px;
  background-color: #ffefd9;
  border-bottom: 1px dotted #ffdaa6;
}
#entryForm dl dd {
  padding: 10px 20px 10px 20px;
  line-height: 2;
}
#buttonArea {
  margin-top: 20px;
  padding: 0px 10px 20px 10px;
}
/* --- フォーム入力欄 ---------------------------- */
input[type="text"] {
  width: 80%;
  padding: 5px 5px;
  font-size: 15px;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
}
input[type="submit"] {
  padding: 20px 20px;
  color: #fff;
  font-size: 15px;
  background-color: #99f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
input[type="button"], input[type="reset"] {
  float: right;
  padding: 20px 20px;
  color: #666;
  font-size: 15px;
  background-color: #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
input.btn {
  float: right;
}
input.btn_reset {
  float: right;
}
select {
  padding: 3px;
}
textarea {
  width: 80%;
  height: 100px;
  padding: 5px 5px;
  font-size: 15px;
}
/* --- 送信完了画面 ------------------------------ */
.thankyou p {
  padding: 40px 0px;
  font-size: 16px;
  text-align: center;
}
/* --- フッター ---------------------------------- */
#footer {
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  text-align: center;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  color: #04c;
  text-decoration: underline;
}
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html {
  height: inherit;
}
body {
  height: inherit;
  text-align: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  background-color: #fff;
}
img {
  border: none;
}
#mainFrame {
  width: inherit;
  min-height: inherit;
  height: inherit;
  height: inherit;
  margin: inherit;
  padding: inherit;
  text-align: inherit;
  background-color: inherit;
  border-right: none;
  border-left: none;
}
#formLogo {
  text-align: inherit;
}
#formLogo img {
  width: inherit;
}
#formPurpose {
  margin-top: inherit;
  text-align: inherit;
}
#formPurpose img {
  width: inherit;
}
.wire {
  margin-top: inherit;
  border: none;
}
.wire h2 {
  font-size: 100%;
  padding: inherit;
  border-bottom: none;
}
.wire h3 {
  font-size: 100%;
  padding: inherit;
  border-bottom: none;
  border-left: none;
}
.read {
  padding: inherit;
  border-bottom: none;
}
.read p {
  padding: inherit;
}
.attention {
  padding: inherit;
}
.attention ul {
  margin: inherit;
}
.attention ul li {
  padding: inherit;
  color: inherit;
  font-size: 100%;
}
#outline h2 {
  background-color: inherit;
}
#entryForm h2 {
  background-color: inherit;
}
#entryForm dl {
  padding: 0;
  background-color: inherit;
  border-top: none;
}
#entryForm dl dt {
  float: inherit;
  width: inherit;
  padding: inherit;
}
#entryForm dl dd {
  float: inherit;
  width: inherit;
  min-height: inherit;
  height: inherit;
  height: inherit;
  padding: inherit;
  background-color: inherit;
}
#buttonArea {
  margin-top: inherit;
  padding: inherit;
}
.txt04 {
  text-align: center !important;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
input[type="text"] {
  width: inherit;
  padding: inherit;
  font-size: 100%;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: inherit;
}
input[type="submit"] {
  margin-left: inherit;
  padding: inherit;
  color: inherit;
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
input[type="button"], input[type="reset"] {
  float: inherit;
  padding: inherit;
  color: inherit;
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
input.btn {
  float: inherit;
}
input.btn_reset {
  float: inherit;
}
/*test*/
#buttonArea a {
  margin-left: inherit;
  padding: inherit;
  color: inherit;
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
#buttonArea a.btn, #buttonArea a.btn_reset {
  float: inherit;
  padding: inherit;
  color: inherit;
  background-color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
#buttonArea a.btn {
  float: inherit;
}
#buttonArea a.btn_reset {
  float: inherit;
}
/*test*/
select {
  padding: inherit;
}
textarea {
  width: inherit;
  height: inherit;
  padding: inherit;
  font-size: 100%;
}
#footer {
  margin-top: inherit;
  padding-bottom: inherit;
  font-size: 100%;
  text-align: inherit;
}
#footer a {
  color: inherit;
  text-decoration: inherit;
}
#footer a:hover {
  color: inherit;
  text-decoration: inherit;
}
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
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, small, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #ebebf0;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a:hover {
  text-decoration: none;
}
b {
  font-weight: bold;
}
@media screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
/* ---------------------------------------------------------------------------
 * 見出し・リンク色指定
--------------------------------------------------------------------------- */
/* リンク */
a {
  color: #d33325;
}
/* h1 */
#header h1 {
  background: #d33325;
  color: #fff;
  display: none;
}
/* h2 */
.wire h3 {
  border-left: 4px solid #d33325;
}
/* キャッチコピー */
.wire .wrap_catch:before {
  background: #d33325;
  opacity: 0.15;
}
/* ラジオボタン */
label input[type="radio"]:checked + span::before {
  border: 4px solid #d33325;
}
/* チェックボックス */
label input[type="checkbox"]:checked + span::before {
  background-color: #d33325;
}
/* 投稿ボタン */
input[type="submit"] {
  background: url(../img/bg_btn_gradation.png) top left repeat-x #d33325;
}
/*test*/
#buttonArea a {
  background: url(../img/bg_btn_gradation.png) top left repeat-x #d33325;
}
/*test*/
/* ---------------------------------------------------------------------------
 * ヘッダー
--------------------------------------------------------------------------- */
#header {
  background: #fff;
  position: relative;
}
.wrap_header {
  width: 100%;
  padding: 0.5em;
  background: #000;
  display: table;
  box-sizing: border-box;
}
.wrap_header .abc_logo {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.wrap_header .abc_logo img {
  max-width: 105px;
}
.wrap_header .link_back {
  width: 75%;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.wrap_header .link_back a {
  padding: 0.5em 1.75em 0.5em 0.75em;
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 0.812rem;
  font-weight: bold;
  text-decoration: none;
}
.wrap_header .link_back a:before {
  content: "";
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: url(../img/icon_arrow.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.25em;
  color: #ff6600;
}
#header h1 {
  padding: 0.75em;
  font-size: 5.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width:640px) {
  #header h1 {
    font-size: 1.8em;
  }
}
/* ---------------------------------------------------------------------------
 * 情報表示部分
--------------------------------------------------------------------------- */
/* 文字装飾 */
.ta_center {
  text-align: center;
}
.fs_small {
  font-size: 0.875em;
}
.fs_large {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.3;
}
.fs_large02 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
}
.fc_red {
  color: #d33325;
}
.fw_bold {
  font-weight: bold;
}
.tac {
  text-align: center !important;
}
/* 既存CSS調整 */
#formPurpose {
  display: none;
}
#entryForm h2 {
  background: #333;
}
.attention {
  padding: 0 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
}
#outline h2 {
  background: #333;
}
.thankyou p {
  font-size: 1.125em;
  font-weight: bold;
}
.thankyou p:last-child {
  font-size: 1em;
  font-weight: normal;
}
@media screen and (min-width:640px) {
  .thankyou {
    padding-top: 4rem;
    text-align: center;
  }
  .thankyou p {
    margin-bottom: 3rem;
  }
}
/**/
#mainFrame {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.wire {
  padding: 1em;
}
.wire h2 {
  padding: 0.75em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  background: #333;
  border-radius: 3px;
  color: #e8c85b;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.wrap_catch + h2, .wrap_txt + h2, .wrap_table + h2, .wrap_list + h2, p + h2 {
  margin-top: 1.5em;
}
.wire h3 {
  padding: 0.125em 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
.wrap_catch + h3, .wrap_txt + h3, .wrap_table + h3, .wrap_list + h3, p + h3 {
  margin-top: 1em;
}
.wrap_catch {
  padding: 0.75em;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
.wrap_catch p {
  position: relative;
}
.wrap_catch:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_txt {
  padding: 0 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.wrap_txt p + p {
  margin-top: 0.5em;
}
.wrap_table {
  margin-bottom: 1em;
}
.wrap_table dl {
  margin-top: -1px;
  line-height: 1.3;
}
.wrap_table dt {
  padding: 0.75em;
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
  font-weight: bold;
}
.wrap_table dd {
  padding: 0.75em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.wrap_list {
  margin-bottom: 1em;
}
.wrap_list ul + ul {
  margin-top: 1em;
}
.wrap_list li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  text-indent: -1em;
  line-height: 1.3;
}
.wrap_list li:last-child {
  margin-bottom: 0;
}
.wrap_contract {
  padding: 0.5em;
  background: #fafafa;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:640px) {
  .attention {
    padding: 0 1em;
  }
  .wire {
    padding: 2em;
  }
  .wrap_txt {
    padding: 0 1em;
  }
  .wrap_table dl {
    width: 100%;
    display: flex;
  }
  .wrap_table dt {
    width: 30%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrap_table dd {
    width: 70%;
  }
  .wrap_contract {
    padding: 1em;
  }
}
/* ---------------------------------------------------------------------------
 * フォーム部分
--------------------------------------------------------------------------- */
.wrap_form {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
#entryForm dl {
  margin-top: -1px;
  line-height: 1.3;
}
#entryForm dl dt {
  padding: 0.75em 1em;
  background: #fafafa;
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.6;
}
#entryForm dl dt span {
  display: inline-block;
}
#top #entryForm dl dt:after {
  content: "任意";
  width: 2em;
  padding: 0.25em 0.5em;
  margin-left: 0.75em;
  background: #808080;
  border-radius: 3px;
  position: relative;
  top: -0.125em;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  white-space: nowrap;
}
#top #entryForm dl dt.required:after {
  content: "必須";
  background: #de0000;
}
#entryForm dl dd {
  padding: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0.875rem;
}
#entryForm dl dd input + p, #entryForm dl dd p + input,#entryForm dl dd select + p,#entryForm dl dd textarea + p {
  margin-top: 0.5em;
  line-height: 1.3;
}
#buttonArea {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
input[type="text"] {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  -webkit-appearance: none;
}
input[type="text"].w_small {
  width: 30%;
}
input[type="text"].w_middle {
  width: 60%;
}
input[type="submit"] {
  width: 90%;
  padding: 0.875em;
  margin: 0 auto;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.125em;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}
input[type="button"] {
  width: 40%;
  padding: 0.65em;
  margin: 0 auto 1em;
  background: url(../img/bg_btn_gradation.png) top left repeat-x #fff;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}
/*test*/
#buttonArea a {
  width: 90%;
  padding: 0.875em;
  margin: 0 auto;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.125em;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}
#buttonArea .btn {
  width: 40%;
  padding: 0.65em;
  margin: 0 auto 1em;
  background: url(../img/bg_btn_gradation.png) top left repeat-x #fff;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
}
/*test*/ :placeholder-shown {
  color: #bbb;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}
:focus:placeholder-shown {
  color: inherit;
}
:focus::-webkit-input-placeholder {
  font-size: 0;
}
:focus:-moz-placeholder {
  font-size: 0;
}
:focus::-moz-placeholder {
  font-size: 0;
}
:focus:-ms-input-placeholder {
  font-size: 0;
}
select {
  padding: 0.5em 2.25em 0.5em 0.5em;
  background: url(../img/icon_arrow_bot.png) center right .5em no-repeat #fff;
  background-size: 0.75em;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  width: 100%;
  height: 6.4em;
  padding: 0.5em;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1.3;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
label {
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  border: 2px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  word-break: break-all;
}
label input[type="checkbox"] + span, label input[type="radio"] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
/* RADIO BUTTON */
label span {
  display: inline-block;
}
label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

}
label input[type="radio"] + span::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 1.25em;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: .2s;
}
/* CHECKBOX */
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
label input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 3px;
  z-index: 0;
  transition: .2s;
}
label input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
label input[type="checkbox"]:checked + span::before {
  border: none;
}
label input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
input + select, input + textarea, select + input, select + textarea, textarea + input, textarea + select {
  margin-top: 0.75em;
}
@media screen and (min-width:640px) {
  #entryForm dl {
    width: 100%;
    display: flex;
  }
  #entryForm dl dt {
    width: 40%;
    padding: 1em;
    border-right: none;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
  }
  #top #entryForm dl dt {
    padding: 1em 3.25em 1em 0.8em;
  }
  #entryForm dl dd {
    width: 60%;
  }
  #top #entryForm dl dt:after {
    margin-top: -1em;
    margin-left: 0;
    padding: 0.5em;
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
  }
  input[type="text"] {
    font-size: 15px;
  }
  select {
    font-size: 15px;
  }
  textarea {
    font-size: 15px;
  }
  label {
    font-size: 15px;
  }
  input[type="text"].w_small {
    width: 25%;
  }
  input[type="submit"] {
    width: 60%;
  }
  input[type="button"] {
    width: 25%;
    margin: 0 auto;
  }
  /*test*/
  #buttonArea a {
    width: 60%;
  }
  #buttonArea .btn {
    width: 25%;
    margin: 0 auto;
  }
  /*test*/
}
@media screen and (min-width:1000px) {
  input[type="submit"]:hover {
    opacity: 0.7;
  }
  input[type="button"]:hover {
    opacity: 0.7;
  }
  /*test*/
  #buttonArea a:hover {
    opacity: 0.7;
  }
  #buttonArea a:hover {
    opacity: 0.7;
  }
  /*test*/
}
/* ---------------------------------------------------------------------------
 * フッター
--------------------------------------------------------------------------- */
#footer {
  padding: 0 0 2em;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.3;
  color: #797979;
}
/*add*/
.mb {
  margin-bottom: 2em;
}
.addBox {
  position: relative;
  color: black;
  background: #c8e5f3;
  line-height: 1.4;
  padding: 1em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}
.addBox:after {
  /*タブ*/
  position: absolute;
  font-weight: bold;
  content: '宛先';
  background: #0176ab;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0.5em 1em 0.3em;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.fwb {
  font-weight: bold;
}
.color01 {
  color: #d33325;
}
.txt01 {
  border: 2px solid #d33325;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #ffedeb;
}
.txt01 span {
  color: #d33325;
  font-weight: bold;
  line-height: 1.3;
}
.txt01 .fs_large {
  font-size: 5vw;
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width:641px) {
  .txt01 .fs_large {
    font-size: 1.6em;
  }
}
@media screen and (min-width:1000px) {
  .txt01 .fs_large {
    font-size: 1.6em;
  }
}
.fs_l {
  font-size: 1em !important;
}
.wrap_txt dl {
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.wrap_txt dt {
  font-weight: bold;
  font-size: 1rem;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.wrap_txt dd {
  margin-bottom: 0.5rem;
  padding-left: 3.2rem;
}
.wrap_list dl {
  font-size: 0.875em;
}
.wrap_list dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.wrap_list dd {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.txt02 {
  line-height: 1.3;
  color: #d33325;
  margin-bottom: 0.5em;
}
.txt03 {
  line-height: 1.3;
  margin-top: 0.5em;
}
.mb02 {
  margin-bottom: 1rem;
}
.readTxt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #d33325;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width:640px) {
  .readTxt {
    font-size: 1.8rem;
  }
  .wire h2 {
    margin-top: 1.5em;
  }
}
/*応募要項*/
/* スクロール */
#personal_wrap {
  width: 95%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border: solid 3px #CCC;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#attention {
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.5;
}
#attention p.lead {
  margin-bottom: 1rem;
}
#attention li {
  margin: 0 0 5px 1em;
  color: #CCC;
  list-style: decimal;
}
#attention ol.mr0 li {
  margin-left: 0 !important;
}
#attention li span {
  color: #000;
}
ol.liststylenone li {
  list-style: none !important;
  padding-left: 1em;
  text-indent: -1em;
}
.red {
  color: #de0000 !important;
  font-size: 0.9rem !important;
}
.readP {
  font-size: 1rem !important;
  text-align: center;
  line-height: 1.5;
}
label.personal {
  padding: 0.5em;
  text-align: center;
  margin: 1rem auto;
  display: block;
}
.wrap_video + p {
  margin-top: 0.5rem;
}
.wrap_video a {
  text-decoration: none;
  font-weight: bold;
  background: #e8c85b;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  color: #000;
  margin-top: 0.5rem;
}
.wrap_video a:hover {
  background: #c79447;
}
.wordcount {
  display: block;
  text-align: right;
  color: #999;
  font-size: 0.75rem;
  padding-top: 0.2rem;
}
.notice {
  color: #de0000;
  display: block;
  padding-top: 0.5rem;
  line-height: 1.3;
}
.conceal {
  display: none !important;
}
@media screen and (min-width:640px) {
  #attention {
    padding: 0 20px;
  }
  label.personal {
    width: 50%;
  }
}
@media screen and (min-width:1000px) {
  label.personal {
    width: 30%;
  }
}
.kiyaku {
  margin-bottom: 1rem;
}
/* --- 追加 ------------------------------ */
.grid {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid label {
  white-space: nowrap;
  margin-right: 0.5em;
}
