@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/****************************************

          $breakpoint
          
*****************************************/
/*

$sprite: sprite-map("spr/*.png", $spacing: 5px);
$sprite_img: sprite-url($sprite);

@mixin spr_bg($name) {
  width: image-width(sprite-file($sprite, $name));
  height: image-height(sprite-file($sprite, $name));
  $xpos: round(nth(sprite-position($sprite, $name), 1));
  $ypos: round(nth(sprite-position($sprite, $name), 2));
  background-image: $sprite_img;
  background-position: $xpos $ypos;
  background-repeat:no-repeat;
  $wbgz: image-width(sprite-path($sprite));
  @include background-size($wbgz auto);
}
@mixin spr_re($name) {
  @include spr_bg($name);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


$sprite_2x: sprite-map("spr2x/*.png", $spacing: 5px);
$sprite_img_2x: sprite-url($sprite_2x);

@mixin spr_bg_2x($name) {
  width: image-width(sprite-file($sprite_2x, $name)) / 2;
  height: image-height(sprite-file($sprite_2x, $name)) / 2;
  $xpos: round(nth(sprite-position($sprite_2x, $name), 1) / 2);
  $ypos: round(nth(sprite-position($sprite_2x, $name), 2) / 2);
  background-image: $sprite_img_2x;
  background-position: $xpos $ypos;
  background-repeat:no-repeat;
  $wbgz: image-width(sprite-path($sprite_2x)) / 2;
  @include background-size($wbgz auto);
}
@mixin spr_re_2x($name) {
  @include spr_bg_2x($name);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

*/
/* -------åŸºæœ¬è¨­å®š------- */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  line-height: 150%;
}

#forms_box img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/*body img{ width:100%; height:auto; border:0; vertical-align:bottom; }*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
  }
}

@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
}
body a {
  color: #e60012;
  text-decoration: none;
}

body a:link,
body a:visited,
body a:active,
body a:hover {
  /* FireFox ãƒªãƒ³ã‚¯é¸æŠžæ™‚ã®ç‚¹ç·šã‚’æ¶ˆã™ */
  overflow: hidden;
  outline: none;
}
@media screen and (min-width: 768px) {
  body a:link:hover,
  body a:visited:hover,
  body a:active:hover,
  body a:hover:hover {
    text-decoration: underline;
  }
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.phone {
  display: none;
}

.first-red {
  display: inline-block;
}
.first-red::first-letter {
  color: #e60012;
}

.red {
  color: #e60012;
}

.bold {
  font-weight: 700;
}

.fs_s {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs_s {
    font-size: 3vw;
  }
}

.border-box {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  padding: 50px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .border-box {
    padding: 30px;
  }
}
.border-box p {
  margin-top: 20px;
  font-size: 16px;
}
.border-box p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .border-box p {
    font-size: 3.2vw;
  }
}

.thanks {
  font-size: 30px;
  color: #e60012;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks {
    font-size: 4vw;
  }
}

.chart {
  font-weight: 700;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .chart {
    margin-top: 40px;
  }
}

/*===============================================
â—pc.css ç”»é¢ã®æ¨ªå¹…ãŒ1201pxä»¥ä¸Š
===============================================*/
@media screen and (min-width: 1201px) {
  body {
    overflow-x: hidden;
    position: relative;
    min-width: 1200px;
  }

  * html body {
    /* for IE6 */
    overflow-y: auto;
    height: 100%;
  }

  #forms_box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
/*===============================================
â—tab.css  ç”»é¢ã®æ¨ªå¹…ãŒ1200pxã¾ã§
===============================================*/
@media screen and (max-width: 1200px) {
  #forms_box {
    padding: 0 4vw;
  }
}
/*===============================================
â—phone.css  ç”»é¢ã®æ¨ªå¹…ãŒ885pxã¾ã§
===============================================*/
@media screen and (max-width: 768px) {
  .taikens_input_img {
    float: none !important;
    width: 100% !important;
  }

  .form_top_mesage_a {
    float: none !important;
    margin: 10px 0 0 0 !important;
    width: 100% !important;
  }

  .phone {
    display: inline !important;
  }

  .forms_repas_mess,
  .forms_usred_mess {
    display: block;
  }

  tr {
    width: 100%;
  }

  .forms_input_table select {
    width: 100% !important;
    padding: 3vw !important;
  }

  .forms_input_table input,
  .forms_input_table submit {
    width: 100% !important;
    padding: 3vw !important;
  }

  .forms_input_table_ok tr,
  .forms_input_table tr,
  .forms_input_table_ok th,
  .forms_input_table th,
  .forms_input_table_ok td,
  .forms_input_table td {
    display: block !important;
  }

  .forms_input_table_ok th,
  .forms_input_table th {
    width: 100% !important;
    padding: 3vw !important;
  }

  .forms_input_table_ok td,
  .forms_input_table td {
    width: 100% !important;
    padding: 4vw !important;
    border-top: 0 !important;
    margin: 0 0 4vw;
  }

  .forms_input_table_center,
  .forms_input_table_center_button {
    border: 0 !important;
  }
}
/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	å…¨ä½“ãƒœãƒƒã‚¯ã‚¹
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
.form_title {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #35e3f3;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
  /*	margin: 40px 0 10px; */
  margin: 10px 0 10px;
  padding: 20px;
}

.member_login {
  background-color: #e2e2ff;
  padding: 16px;
}

.member_login p.text {
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
}

.member_login p.form {
  text-align: center;
}

.member_login p.form span {
  color: #888;
  margin: 0 5px 0 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.member_login p.form img {
  width: auto;
  height: 30px;
}

.member_login .login {
  margin: 0 auto;
  text-align: center;
}

.member_login .new_member_info {
  background-color: #fff;
  padding: 10px;
}

.member_login .info_title {
  border-bottom: 1px dotted #888;
  font-weight: bold;
}

.member_login .shinki {
  text-align: center;
}

/*	ã‚¿ã‚¤ãƒˆãƒ«	*/
.forms_title_text {
  border: 2px solid #ccc;
  padding: 16px;
  font-size: 0.9em;
}

/*	ç”»åƒãƒœãƒƒã‚¯ã‚¹	*/
#forms_title_img_box {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
#forms_title_img_box img {
  width: auto;
}
@media screen and (max-width: 768px) {
  #forms_title_img_box img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #forms_title_img_box {
    height: 100px;
  }
  #forms_title_img_box a {
    display: inline-block;
    text-align: left;
    padding-left: 4vw;
  }
}

/*	ç”»åƒ	*/
@media screen and (max-width: 768px) {
  .forms_title_img_file {
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
    border: none;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .forms_title_img_file {
    border: none;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .forms_title_img_file {
    border: none;
    width: 300px;
  }
}
/*	ä½“é¨“ã‚¿ã‚¤ãƒ—ãƒœãƒƒã‚¯ã‚¹	*/
.forms_type_box {
  /*	font-family:'ã‚´ã‚·ãƒƒã‚¯MB101 B', Gothic MB101 Bold;*/
  margin: 80px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .forms_type_box {
    margin: 40px 0 0 0;
  }
}

/*	ä½“é¨“ã‚¿ã‚¤ãƒ—ãƒ†ã‚­ã‚¹ãƒˆ	*/
.forms_type_text {
  font-weight: 700;
  color: #222;
  /*	font-family:'ã‚´ã‚·ãƒƒã‚¯MB101 B', Gothic MB101 Bold;*/
  /*	margin: 5px;
  	padding: 5px;
  	border: 1px solid #588; */
  line-height: 1.5em;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .forms_type_text {
    font-size: 6vw;
  }
}

/*	ä½“é¨“ã‚¿ã‚¤ãƒ—ãƒ†ã‚­ã‚¹ãƒˆ	*/
.forms_type_text_2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  margin: 1.5em 0.5em 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .forms_type_text_2 {
    font-size: 3.4vw;
  }
}

.forms_type_text_3 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0.5em;
  color: #f00;
}

/*	ãƒ•ãƒƒã‚¿	*/
.forms_footter_box {
  text-align: center;
}

.forms_footter_teext {
  color: #222;
}

/* é–‰ã˜ã‚‹ãƒœã‚¿ãƒ³ */
/*
.window_close_text:visited {
	color: #fff;
}
*/
.window_close_text:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

/*
.window_close_text:active {
	background-color: #888;
	color: #f00;
}
*/
.window_close_button {
  padding: 3px 10px;
  padding: 5px 12px;
  margin: 10px 10px;
  text-decoration: none;
  color: #fff;
  /*	border-bottom: 1px solid #8af4a6; /* */
  white-space: nowrap;
  background-color: #efe;
}

/* æˆ»ã‚‹ãƒœã‚¿ãƒ³ */
.return_box {
  padding: 6px;
  margin: 10px auto;
  background-color: #35E3F3;
  color: #000;
  font-size: 20px;
  border: 0;
  width: 45%;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 4px;
  /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 4px;
  /* Firefoxç”¨ */
}

.return_box:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	ãƒ†ãƒ¼ãƒ–ãƒ«
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
/*========================================================================
	 ãƒ•ãƒ©ãƒƒãƒˆãƒ†ãƒ¼ãƒ–ãƒ«
*/
.forms_table1,
.forms_table2,
.forms_table3,
.forms_table {
  margin: 0 auto;
  padding: 10px;
  /*border-collapse: collapse;*/
}

.forms_table1 th,
.forms_table2 th,
.forms_table3 th,
.forms_table th {
  padding: 2px 10px;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #cfa;
  /*border: 1px solid #b9b9b9; */
  white-space: nowrap;
}

.forms_table1 td,
.forms_table2 td,
.forms_table3 td,
.forms_table td {
  padding: 2px 10px;
  border: 3px 10px;
  text-align: left;
  color: #444;
  background-color: #fff;
  vertical-align: top;
  /*border: 1px solid #b9b9b9; */
  white-space: nowrap;
}

/* .forms_table button, */
.forms_table1 input,
.forms_table2 input,
.forms_table3 input,
.forms_table input {
  padding: 1px 5px;
  margin-bottom: 2px;
  background-color: #fcb;
  color: #000;
  border-style: none;
  border: 1px solid #fcb;
  border-radius: 7px;
  white-space: nowrap;
}

.forms_table1 button:hover,
.forms_table2 button:hover,
.forms_table3 button:hover,
.forms_table button:hover {
  color: #fcb;
  background-color: #eee;
  border: 1px solid #fcb;
}

.forms_table1 button:active,
.forms_table2 button:active,
.forms_table3 button:active,
.forms_table button:active {
  color: #fcb;
  background-color: #f88;
  border: 1px solid #fcb;
}

.forms_table1 textarea,
.forms_table2 textarea,
.forms_table3 textarea,
.forms_table textarea {
  padding: 1px 5px;
  background-color: #fec;
  color: #000;
  border-style: none;
}

.form_login_mesage1,
.form_login_mesage2 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 16px;
}

.form_login_box3 {
  display: table;
  border: 1px solid #bcf;
}

.form_login_mesage3 {
  display: table-cell;
  padding: 3px;
  background-color: #efc;
  color: #000;
  border-style: none;
  text-align: center;
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	ãƒ•ã‚©ãƒ¼ãƒ 
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
.forms_login_form1 {
  display: table-cell;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  background-color: #efc;
}

.forms_login_form1 th {
  margin: 3px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #cfd;
  text-align: right;
}

.forms_login_form1 td {
  margin: 3px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #cfd;
  text-align: left;
}

.forms_login_form2 {
  text-align: left;
  margin: 5px;
  padding: 5px;
  width: 300px;
  border: 1px solid #dfc;
}

.forms_login_form3 {
  text-align: center;
  margin: 5px;
  padding: 5px;
  width: 300px;
}

.forms_login_title {
  padding: 1px 5px 1px 5px;
  color: #333;
  background-color: #cfd;
  border: 1px solid #b9b9b9;
  white-space: nowrap;
  border: 1px solid #8eb;
}

.forms_login_name {
  padding: 1px 5px;
  color: #333;
  background-color: #cfd;
  border: 1px solid #b9b9b9;
  white-space: nowrap;
  border: 1px solid #8eb;
}

.forms_login_input_box {
  text-align: left;
  width: 500px;
}

.forms_type_form_button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .forms_type_form_button {
    margin-top: 40px;
  }
}

.forms_type_form_button input[type="submit"] {
  width: 318px;
  padding: 10px 40px 10px 20px;
  background-color: #e60012;
  color: #fff;
  font-weight: bold;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .forms_type_form_button button {
    width: 100%;
  }
}
.forms_type_form_button button::after {
  content: "";
  display: block;
  background-image: url(../img/btn_arrow.png);
  background-image: image-set(url(../img/btn_arrow.png) 1x, url(../img/btn_arrow@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/btn_arrow.png) 1x, url(../img/btn_arrow@2x.png) 2x);
  width: 26px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  transition: all .3s;
}
.forms_type_form_button button.forms_type_form_button_go {
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .forms_type_form_button button.forms_type_form_button_go {
    width: 100%;
  }
}
.forms_type_form_button button.forms_type_form_button_back {
  background-color: #999999;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .forms_type_form_button button.forms_type_form_button_back {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.forms_type_form_button button.forms_type_form_button_close {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .forms_type_form_button button.forms_type_form_button_close {
    width: 40%;
  }
}

.forms_type_form_button_ret {
  font-size: 16px;
  padding: 0px 15px;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}

.forms_type_form_button button:hover {
  background-color: #000;
}

.forms_newreg_mess {
  padding: 10px 20px;
  margin: 10px 0 0;
  /* è§’ä¸¸æŒ‡å®š */
  border-radius: 20px;
  /* CSS3è‰æ¡ˆ */
  -webkit-border-radius: 20px;
  /* Safari,Google Chromeç”¨ */
  -moz-border-radius: 20px;
  /* Firefoxç”¨ */
  /* è§’ä¸¸æŒ‡å®š */
  background-color: #fa9436;
  color: #fff;
  text-decoration: none;
}

.forms_newreg_mess:hover {
  background-color: #FFBE85;
}

.forms_repas_mess,
.forms_usred_mess {
  color: #000;
  text-decoration: underline;
  margin: 0 4px;
}

.forms_repas_mess:before,
.forms_usred_mess:before {
  content: ">";
}

.forms_repas_mess:hover,
.forms_usred_mess:hover {
  color: #888;
}

.thanks_ok {
  color: #f32;
  font-size: 1.4em;
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	ã‚¤ãƒ³ãƒ—ãƒƒãƒˆãƒ†ãƒ¼ãƒ–ãƒ«
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
.forms_input_table_ok,
.forms_input_table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
  text-align: left;
}

.forms_input_table_ok th,
.forms_input_table th,
.forms_input_table_ok td,
.forms_input_table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 25px;
}
.forms_input_table_ok th.recaptcha_wrap,
.forms_input_table th.recaptcha_wrap,
.forms_input_table_ok td.recaptcha_wrap,
.forms_input_table td.recaptcha_wrap {
  border: none;
  padding: 0 !important;
}
.forms_input_table_ok th.recaptcha_wrap .g-recaptcha,
.forms_input_table th.recaptcha_wrap .g-recaptcha,
.forms_input_table_ok td.recaptcha_wrap .g-recaptcha,
.forms_input_table td.recaptcha_wrap .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.forms_input_table_ok th span,
.forms_input_table th span,
.forms_input_table_ok td span,
.forms_input_table td span {
  margin-top: 10px;
  display: inline-block;
  line-height: 1.8;
}
.forms_input_table_ok th span.hissu,
.forms_input_table th span.hissu,
.forms_input_table_ok td span.hissu,
.forms_input_table td span.hissu {
  margin-top: 0;
}
.forms_input_table_ok th span.red,
.forms_input_table th span.red,
.forms_input_table_ok td span.red,
.forms_input_table td span.red {
  margin-top: 0;
}

.forms_input_table_ok th,
.forms_input_table th {
  width: 30%;
  background-color: #f2f2f2;
  font-weight: 700;
}

.forms_app_input {
  font-weight: normal;
}

.forms_app_input_nomal {
  color: #999;
  font-weight: normal;
}

.forms_app_input_bold {
  color: #999;
  font-weight: bold;
}

input.forms_app_input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

input.forms_app_input::-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}

input.forms_app_input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}

.forms_input_table_td textarea {
  width: 100%;
  height: 30%;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.forms_input_table_center {
  margin: 15px;
  padding: 10px;
  border-bottom: 1px solid #8af4a6;
}

.forms_input_table_center_button {
  text-align: center;
}

.forms_input_table_title {
  text-align: center;
  margin: 15px;
  padding: 10px;
  font-weight: bold;
  border-bottom: 3px solid #8af4a6;
}

.forms_input_table select,
.forms_input_table input,
.forms_input_table submit {
  font-size: 16px;
  padding: 10px 10px;
  border: 1px solid #d9d9d9;
  max-width: 648px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .forms_input_table select,
  .forms_input_table input,
  .forms_input_table submit {
    font-size: 3.4vw;
    width: 100%;
  }
}

.forms_type_form_button button {
  width: 318px;
  font-size: 16px;
  padding: 10px 60px 10px 20px;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}

.forms_input_table_ok button:hover,
.forms_input_table buttonr:hover {
  background-color: #888;
}

.forms_close_box_r {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.forms_close_box_l {
  float: left;
}

#forms_box .taikens_input_img {
  width: 20%;
  float: left;
}

.form_top_mesage_a {
  width: 78%;
  float: right;
  margin: 20px 0;
}

.hissu {
  color: #e60012;
  margin: 0 5px;
}

.hissu_big {
  color: #ff0000;
  margin: 0 5px;
}

.minimoji08 {
  font-size: 0.8em;
}

.minimoji09 {
  font-size: 0.9em;
}

.minimoji12 {
  font-size: 1.2em;
}

.minimoji15 {
  font-size: 1.5em;
}

.minimoji20 {
  font-size: 2.0em;
}

.rec_mrk {
  color: #44f;
}

select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}

.select-wrap {
  position: relative;
  width: 648px;
}
@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}

.select-wrap:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .select-wrap:after {
    right: 4vw;
    top: 50%;
  }
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹ã¨ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
.forms_input_table input[type=radio] {
  display: none;
}

.forms_input_table input[type=radio]:checked + .forms_input_table_radio:before {
  opacity: 1;
}

.forms_input_table_radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.forms_input_table_radio:hover:after {
  border-color: #27ffd2;
}

.forms_input_table_radio:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -12px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  content: '';
}

.forms_input_table_radio:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2CB79A;
  content: '';
  opacity: 0;
}

.forms_input_table input[type=checkbox] {
  display: none;
}

.forms_input_table input[type=checkbox]:checked + .forms_input_table_check:before {
  opacity: 1;
}

.forms_input_table_check {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}

.forms_input_table_check:hover:after {
  border-color: #27ffd2;
}

.forms_input_table_check:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -12px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 3px;
  content: '';
}

.forms_input_table_check:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #2CB79A;
  border-bottom: 3px solid #2CB79A;
  transform: rotate(45deg);
  content: '';
  opacity: 0;
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	æŽ¢ã™ãƒœãƒƒã‚¯ã‚¹
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
/*	å…¨ä½“ãƒœãƒƒã‚¯ã‚¹	*/
.forms_ser_box {
  margin: 3px;
  padding: 10px;
  border: 1px solid #886;
}

/*	å­¦æ ¡ã§æŽ¢ã™æ–‡å­—	*/
.forms_ser_gak_moji {
  color: #000;
  font-weight: bold;
}

/*	å­¦æ ¡é¸æŠžãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹	*/
.forms_ser_gak_cbx {
  margin: 3px;
  padding: 3px;
  border: 1px solid #886;
}

/*	æœˆã§æŽ¢ã™æ–‡å­—	*/
.forms_ser_mon_moji {
  color: #000;
  font-weight: bold;
}

/*	æœˆã§æŽ¢ã™ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹	*/
.forms_ser_mon_cbx {
  margin: 3px;
  padding: 3px;
  border: 1px solid #886;
}

/*	æ¤œç´¢ãƒœã‚¿ãƒ³	*/
.forms_ser_mon_button {
  padding: 2px 5px;
  margin: 2px 5px;
  background-color: #89f;
  color: #fff;
  border-style: none;
  border-radius: 3px;
  border: 1px solid #89f;
  white-space: nowrap;
}

.forms_ser_mon_button:hover {
  background-color: #eef;
  color: #44f;
}

.forms_ser_mon_button:active {
  background-color: #eef;
  color: #fff;
}

/*	ãƒã‚§ãƒƒã‚¯ãƒœãƒƒã‚¯ã‚¹	*/
.forms_ser_gak_cbx input[type=radio],
.forms_ser_gak_cbx input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.forms_ser_gak_cbx input[type=radio] + label,
.forms_ser_gak_cbx input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  line-height: 24px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .forms_ser_gak_cbx input[type=radio],
  .forms_ser_gak_cbx input[type=checkbox] {
    display: none;
    margin: 0;
  }

  .forms_ser_gak_cbx input[type=radio] + label,
  .forms_ser_gak_cbx input[type=checkbox] + label {
    padding: 0 0 0 28px;
  }

  .forms_ser_gak_cbx input[type=radio] + label::before,
  .forms_ser_gak_cbx input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }

  .forms_ser_gak_cbx input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }

  .forms_ser_gak_cbx input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }

  .forms_ser_gak_cbx input[type=radio]:checked + label::after,
  .forms_ser_gak_cbx input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .forms_ser_gak_cbx input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #E71063;
    border-radius: 8px;
  }

  .forms_ser_gak_cbx input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #E71063;
    border-bottom: 3px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* æ–‡å­—è‰² */
.color_red {
  color: #ff0000;
}

.color_green {
  color: #00aa00;
}

.color_blue {
  color: #0000ff;
}

.color_gray {
  color: #a0a0a0;
}

.color_ugray {
  color: #c0c0c0;
}

.color_black {
  color: #000000;
}

.color_yello {
  color: #808000;
}

.fontbld {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.minimoji9 {
  font-size: 0.9em;
}

.minimoji8 {
  font-size: 0.8em;
}

.minimoji7 {
  font-size: 0.7em;
}

.minimoji6 {
  font-size: 0.6em;
}

/*
	ãƒ‡ãƒãƒƒã‚°æ–‡å­—
*/
.minibox pre {
  font-size: 0.9em;
  text-align: left;
}

/*â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”
	Yahooã®ã‚³ãƒ³ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚¿ã‚°ã®imgã‚’å½±éŸ¿ã•ã›ãªã„ã€‚
â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”*/
.yahoo_cv img {
  height: 0;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  /*←相対位置*/
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 0;
    padding-bottom: 140px;
  }
}

footer {
  width: 100%;
  height: 100px;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
  margin-top: 150px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
    height: 60px;
  }
}
footer.r {
  background-color: #e60012;
}
footer .taikens_form_copyright p {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .taikens_form_copyright p {
    font-size: 2.8vw;
  }
}

.forms_input_table_td .description {
    display: block;
}

.forms_type_form_button {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 100px;
}

.forms_type_form_button .forms_type_form_button_go {
    border: none;
    background-color: #e60012;
    color: #fff;
}

.forms_type_form_button .forms_type_form_button_go {
    font-size: 16px;
    padding: 10px 60px 10px 20px;
    border: 0;
    white-space: nowrap;
    cursor: pointer;
}

.forms_type_form_button .forms_type_form_button_go {
    padding: 10px 40px 10px 20px;
    background-color: #e60012;
    color: #fff;
    font-weight: bold;
    border: 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}



.forms_input_table input[type=checkbox] {
    display: inline;
    width: 24px;
    margin-right: 2px;
}

.forms_type_form_button button::after {
    content: "";
    display: block;
    background-image: url(https://go.yoani.co.jp/btn_arrow.png);
    background-image: image-set(url(https://go.yoani.co.jp/btn_arrow.png) 1x, url(https://go.yoani.co.jp/btn_arrow@2x.png) 2x);
    background-image: -webkit-image-set(url(https://go.yoani.co.jp/btn_arrow.png) 1x, url(	https://go.yoani.co.jp/btn_arrow@2x.png) 2x);
    width: 26px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    transition: all .3s;
}

.forms_type_form_button button:hover {
    background-color: #000;
}

@media screen and (max-width: 768px) {
.forms_input_table input[type=checkbox] {
    width: 20px !important;
    padding: 3vw !important;
}
}
/* 項目必須ラベル */
th.field-label.required::after {
    content: "(必須)";
    color: #e60012;
    margin: 0 5px;
}

p.error, p.errors {
    color: #f50303;
}

.forms_input_table_td .wpcf7-form-control-wrap {
    margin-top: 0px;
    width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
}

.forms_input_table_td .forms_input_checkbox_wrap span {
    margin-top: 0px;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0;
}

.forms_type_form_button .wpcf7-spinner {
    margin: 10px 24px 0px;
}

/*# sourceMappingURL=forms.css.map */
