@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
/* reset */
/* line 4, ../scss/_reset.scss */
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; アクセシビリティ対応の為　focusを表示	*/
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle; }

/* line 26, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, ../scss/_reset.scss */
ul, ol {
  list-style: none; }

/* line 35, ../scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 39, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 45, ../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0; アクセシビリティ対応の為　focusを表示	*/
  text-decoration: none; }

/* line 53, ../scss/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* line 59, ../scss/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 66, ../scss/_reset.scss */
del {
  text-decoration: line-through; }

/* line 70, ../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 75, ../scss/_reset.scss */
table, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 80, ../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0; }

/* line 89, ../scss/_reset.scss */
input, select {
  vertical-align: middle; }

/* line 92, ../scss/_reset.scss */
a, input, button {
  -webkit-tap-highlight-color: 0, 0, 0, 0;
  cursor: pointer; }

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
/* 画像の下にできる隙間をなくす */
/* line 102, ../scss/_reset.scss */
img {
  vertical-align: bottom; }

/* line 104, ../scss/_reset.scss */
span {
  /* 上記リセットのspan用カスタマイズ */
  vertical-align: baseline;
  /* spanのvertical-alignをデフォルトに(ずれ防止) */
  font-weight: inherit;
  /* spanのfont-weightを伝承に */
  text-decoration: inherit;
  /* spanのtext-decorationを伝承に */ }

/* line 109, ../scss/_reset.scss */
p {
  /* 上記リセットのp用カスタマイズ */
  font-weight: inherit;
  /* pのfont-weightを伝承に */
  text-decoration: inherit;
  /* pのtext-decorationを伝承に */ }

/* line 113, ../scss/_reset.scss */
strong {
  /* 上記リセットのstrong用カスタマイズ */
  vertical-align: baseline; }

/* box-sizing */
/* line 117, ../scss/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* CSS Document */
/* =========================================================
//メディアクエリ
========================================================= */
/* =========================================================
 display
========================================================= */
@media screen and (max-width: 767.99px) {
  /* line 23, ../scss/_base.scss */
  .sp-none {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  /* line 28, ../scss/_base.scss */
  .pc-none {
    display: none !important; } }

/* =========================================================
 Structure Module
========================================================= */
/* line 36, ../scss/_base.scss */
html {
  font-size: 62.5%; }

/* line 39, ../scss/_base.scss */
body {
  line-height: 1.4;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  /*iPhone や Android のブラウザの、縦向きと横向きの文字サイズを自動調整する機能をOFFにする*/
  word-break: break-all;
  background-color: #fff;
  color: #1b1b1b; }

@media screen and (max-width: 767.99px) {
  /* line 50, ../scss/_base.scss */
  body {
    font-size: 1.6rem; } }
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  /* line 55, ../scss/_base.scss */
  body {
    min-width: 1200px;
    overflow: scroll; } }
/* line 3, ../scss/_common.scss */
#wrap {
  position: relative;
  /* jquery.pagetop.jsで、.gotopを下部に固定するため */
  overflow: hidden;
  /* モバイル観覧での余白対策 */ }

/* =========================================================
 formHeader
========================================================= */
/* line 11, ../scss/_common.scss */
.formHeader {
  border-bottom: 1px solid #eee;
  width: 100%; }
  @media screen and (max-width: 767.99px) {
    /* line 11, ../scss/_common.scss */
    .formHeader {
      height: 50px; } }
  @media print, screen and (min-width: 768px) {
    /* line 11, ../scss/_common.scss */
    .formHeader {
      height: 71px; } }
  /* line 21, ../scss/_common.scss */
  .formHeader .formLogo {
    height: 100%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767.99px) {
      /* line 21, ../scss/_common.scss */
      .formHeader .formLogo {
        width: 255px;
        height: 50px;
        padding: 0 15px; } }
    @media print, screen and (min-width: 768px) {
      /* line 21, ../scss/_common.scss */
      .formHeader .formLogo {
        width: 1200px;
        padding: 0 140px;
        margin: 0 auto; } }
    /* line 35, ../scss/_common.scss */
    .formHeader .formLogo > img {
      max-height: 100%; }
      @media screen and (max-width: 767.99px) {
        /* line 35, ../scss/_common.scss */
        .formHeader .formLogo > img {
          width: 100%;
          height: auto; } }
      @media print, screen and (min-width: 768px) {
        /* line 35, ../scss/_common.scss */
        .formHeader .formLogo > img {
          width: 365px;
          height: 35.2px; } }

/* =========================================================
 formContents
========================================================= */
@media screen and (max-width: 767.99px) {
  /* line 52, ../scss/_common.scss */
  .formContents {
    padding: 0 15px 90px; } }
@media print, screen and (min-width: 768px) {
  /* line 52, ../scss/_common.scss */
  .formContents {
    width: 1200px;
    padding: 0 140px 60px;
    margin: 0 auto; } }

/* =========================================================
 formFooter
========================================================= */
/* line 65, ../scss/_common.scss */
.formFooter {
  border-top: 1px solid #eee; }
  /* line 67, ../scss/_common.scss */
  .formFooter .formCopyright {
    font-size: 1.0rem;
    text-align: center;
    padding: 0.8em; }
    @media print, screen and (min-width: 768px) {
      /* line 67, ../scss/_common.scss */
      .formFooter .formCopyright {
        width: 1200px;
        margin: 0 auto; } }

/* CSS Document */
/* img
--------------------------------------------------------- */
/* line 5, ../scss/_contents.scss */
img.img-switch {
  /* smp-img-switch.js(PC・SPで画像切り替え) で仕様 */
  visibility: hidden; }

/* =========================================================
 Link Module
========================================================= */
/* line 12, ../scss/_contents.scss */
a:link, a:visited {
  text-decoration: underline;
  color: #1b1b1b; }

/* line 16, ../scss/_contents.scss */
a:active, a:focus, a:hover, a.hover {
  text-decoration: none;
  color: #1b1b1b; }

/* =========================================================
 Ul
========================================================= */
/* line 23, ../scss/_contents.scss */
ul.base {
  margin-bottom: 0.8em;
  margin-top: 0.8em; }
  /* line 30, ../scss/_contents.scss */
  ul.base > li {
    padding-left: 2em; }
    /* line 32, ../scss/_contents.scss */
    ul.base > li + li {
      margin-top: 0.2em; }
  /* line 36, ../scss/_contents.scss */
  ul.base > li {
    position: relative; }
    /* line 38, ../scss/_contents.scss */
    ul.base > li ol, ul.base > li ul {
      margin-top: 0.2em; }
  /* line 42, ../scss/_contents.scss */
  ul.base > li::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: calc(1em - 0.5em);
    left: 0.5em; }

/* =========================================================
 Ol
========================================================= */
/* line 57, ../scss/_contents.scss */
ol.base {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  margin-top: 0.8em; }
  /* line 67, ../scss/_contents.scss */
  ol.base li + li {
    margin-top: 0.2em; }
  /* line 72, ../scss/_contents.scss */
  ol.base > li ol, ol.base > li ul {
    margin-top: 0.2em; }

/* table
--------------------------------------------------------- */
/* line 80, ../scss/_contents.scss */
table {
  border-collapse: collapse;
  border: 0px;
  margin: 0px;
  width: 100%; }

/* line 86, ../scss/_contents.scss */
table.table {
  margin-bottom: 20px; }

/* line 91, ../scss/_contents.scss */
table.table th[scope="row"] {
  /* 行方向の見出し */
  vertical-align: top;
  text-align: left; }

/* line 95, ../scss/_contents.scss */
table.table th[scope="col"] {
  /* 列方向の見出し */
  text-align: center; }

@media screen and (max-width: 767.99px) {
  /* line 98, ../scss/_contents.scss */
  table.table th {
    padding: 10px 15px; } }
@media print, screen and (min-width: 768px) {
  /* line 98, ../scss/_contents.scss */
  table.table th {
    padding: 20px 30px; } }

/* line 106, ../scss/_contents.scss */
table.table td {
  font-weight: inherit; }
  @media screen and (max-width: 767.99px) {
    /* line 106, ../scss/_contents.scss */
    table.table td {
      padding: 10px 15px 12px; } }
  @media print, screen and (min-width: 768px) {
    /* line 106, ../scss/_contents.scss */
    table.table td {
      padding: 20px 30px; } }

/* line 115, ../scss/_contents.scss */
table.base th {
  font-weight: bold; }

/* line 119, ../scss/_contents.scss */
table.base {
  border-bottom: #afafaf dashed 1px; }

/* line 122, ../scss/_contents.scss */
table.base th {
  border-top: #afafaf dashed 1px; }
  @media screen and (max-width: 767.99px) {
    /* line 122, ../scss/_contents.scss */
    table.base th {
      background-color: #eee; } }

@media print, screen and (min-width: 768px) {
  /* line 131, ../scss/_contents.scss */
  table.base td {
    border-top: #afafaf dashed 1px; } }

@media print, screen and (min-width: 768px) {
  /* line 138, ../scss/_contents.scss */
  table.base td.answer {
    width: 65%; } }

@media print, screen and (min-width: 768px) {
  /* line 145, ../scss/_contents.scss */
  table.base tbody > tr.label:first-child > td {
    border-top: none; } }

@media screen and (max-width: 767.99px) {
  /* line 150, ../scss/_contents.scss */
  table.base tbody > tr.label:not(:first-child) > td {
    border-top: #afafaf dashed 1px; } }

/* 全てのborderがあるデザイン ↓*/
/* 
table.base {
	border-bottom: $table-border solid 1px;
}
table.base th {
	background-color: lighten($brand-color,45%);
	border-right: $table-border solid 1px;
	border-top: $table-border solid 1px;
	border-left: $table-border solid 1px;
}
table.base td {
	background-color: $td-bg;
	border-top: $table-border solid 1px;
	border-right: $table-border solid 1px;
	@include sp-screen() {
		border-left: $table-border solid 1px;
	}
	@include pc-screen() {
	}
}
table.base tr.label > td {
	@include sp-screen() {
		border-right: none;
		border-left: none;
	}
	@include pc-screen() {
		border-right: none;
	}
}
table.base tbody > tr.label:first-child > td {
	border-top: none;
}
 */
@media screen and (max-width: 767.99px) {
  /* line 191, ../scss/_contents.scss */
  table.table > * > tr > th,
  table.table > * > tr > td {
    display: block; }

  /* line 196, ../scss/_contents.scss */
  table.table > * > tr > th + td {
    padding-bottom: 20px; }

  /* line 199, ../scss/_contents.scss */
  table.table-sp > * > tr > th,
  table.table-sp > * > tr > td {
    display: table-cell !important;
    padding: 15px 5px !important; } }
@media screen and (max-width: 767.99px) {
  /* line 205, ../scss/_contents.scss */
  table.base tbody > tr.label:not(:first-child) > td {
    padding-top: 30px; } }
@media print, screen and (min-width: 768px) {
  /* line 205, ../scss/_contents.scss */
  table.base tbody > tr.label:not(:first-child) > td {
    padding-top: 50px; } }

/* line 214, ../scss/_contents.scss */
table th.txac, table td.txac {
  text-align: center !important; }

/* line 217, ../scss/_contents.scss */
table th.txal, table td.txal {
  text-align: left !important; }

/* line 220, ../scss/_contents.scss */
table th.txar, table td.txar {
  text-align: right !important; }

/* line 223, ../scss/_contents.scss */
table th.nowrap, table td.nowrap {
  white-space: nowrap; }

/* line 229, ../scss/_contents.scss */
.formFlow {
  text-align: center; }
  /* line 231, ../scss/_contents.scss */
  .formFlow img {
    max-width: 100%; }

/* line 236, ../scss/_contents.scss */
.formText {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 0.5em; }

/* line 241, ../scss/_contents.scss */
.formTextCenter {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  text-align: center; }

/* line 247, ../scss/_contents.scss */
.formDesc {
  display: flex;
  align-items: center; }
  /* line 250, ../scss/_contents.scss */
  .formDesc img {
    margin-right: 0.5em; }

/* line 254, ../scss/_contents.scss */
.formTitleMain {
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4; }
  @media screen and (max-width: 767.99px) {
    /* line 254, ../scss/_contents.scss */
    .formTitleMain {
      font-size: 2.4rem;
      margin: 20px 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 254, ../scss/_contents.scss */
    .formTitleMain {
      font-size: 4.8rem;
      margin: 40px 0; } }

/* line 271, ../scss/_contents.scss */
.formConsent {
  margin: 30px auto 20px;
  padding: 15px;
  background: #eee; }
  @media screen and (max-width: 767.99px) {
    /* line 271, ../scss/_contents.scss */
    .formConsent {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    /* line 271, ../scss/_contents.scss */
    .formConsent {
      width: 690px; } }
  /* line 283, ../scss/_contents.scss */
  .formConsent > h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px; }
  /* line 292, ../scss/_contents.scss */
  .formConsent > .agree {
    background: #fff;
    padding: 15px;
    overflow: scroll;
    font-size: 0.9em; }
    @media screen and (max-width: 767.99px) {
      /* line 292, ../scss/_contents.scss */
      .formConsent > .agree {
        width: 100%;
        height: 200px; } }
    @media print, screen and (min-width: 768px) {
      /* line 292, ../scss/_contents.scss */
      .formConsent > .agree {
        height: 200px;
        width: 660px; } }
    /* line 305, ../scss/_contents.scss */
    .formConsent > .agree > h4 {
      margin-bottom: 0.2em;
      margin-top: 1em; }
    /* line 319, ../scss/_contents.scss */
    .formConsent > .agree > p.ind {
      padding-left: 1em; }
    /* line 326, ../scss/_contents.scss */
    .formConsent > .agree ul {
      margin-bottom: 0 !important;
      margin-top: 0 !important; }
      /* line 333, ../scss/_contents.scss */
      .formConsent > .agree ul > li {
        padding-left: 2em; }
        /* line 335, ../scss/_contents.scss */
        .formConsent > .agree ul > li + li {
          margin-top: 0.2em; }
      /* line 339, ../scss/_contents.scss */
      .formConsent > .agree ul > li {
        position: relative; }
        /* line 341, ../scss/_contents.scss */
        .formConsent > .agree ul > li ol, .formConsent > .agree ul > li ul {
          margin-top: 0.2em; }
      /* line 345, ../scss/_contents.scss */
      .formConsent > .agree ul > li::before {
        content: "";
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        background-color: #000;
        border-radius: 100%;
        position: absolute;
        top: calc(1em - 0.5em);
        left: 1em; }
    /* line 357, ../scss/_contents.scss */
    .formConsent > .agree > p.enactment {
      padding-left: 1em;
      margin-top: 1em; }

/* line 363, ../scss/_contents.scss */
div.doui {
  margin-top: 15px;
  text-align: center;
  font-weight: bold; }

/* line 4, ../scss/_alphaform.scss */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none; }

/* line 9, ../scss/_alphaform.scss */
#alphaform input,
#alphaform password,
#alphaform label,
#alphaform select {
  vertical-align: middle; }

/* line 16, ../scss/_alphaform.scss */
#alphaform input.text,
#alphaform input.password,
#alphaform select.select,
#alphaform textarea.textarea {
  background: #eee;
  padding: 5px 10px;
  border: 1px solid #dcdddd;
  border-top-color: #adadad;
  border-left-color: #adadad;
  vertical-align: middle;
  border-radius: 2px; }

/* line 30, ../scss/_alphaform.scss */
#alphaform input.text,
#alphaform input.password,
#alphaform textarea.textarea {
  font-size: 1.6rem; }

/* line 38, ../scss/_alphaform.scss */
#alphaform input[type="text"],
#alphaform input[type="password"] {
  height: 2.5em; }

/* line 43, ../scss/_alphaform.scss */
#alphaform textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 51, ../scss/_alphaform.scss */
#alphaform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url(../images/form-arrow.png) no-repeat 100% 50% !important;
  background-size: 20px 7px;
  height: 2.5em;
  text-indent: 0;
  cursor: pointer;
  padding-right: 35px !important; }

/* line 64, ../scss/_alphaform.scss */
input[type="text" disabled] {
  background: #ccc; }

/* line 67, ../scss/_alphaform.scss */
textarea[disabled] {
  background: #ccc; }

/* line 71, ../scss/_alphaform.scss */
#alphaform input:focus {
  border: #286abc 1px solid;
  outline-color: #286abc; }

/* line 75, ../scss/_alphaform.scss */
#alphaform input[type=text]:focus,
#alphaform input[type=password]:focus,
#alphaform input[type="radio"]:focus,
#alphaform input[type="checkbox"]:focus,
#alphaform textarea:focus,
#alphaform select:focus {
  background: #edf4ff;
  border: #286abc 1px solid;
  outline-color: #286abc; }

/* line 85, ../scss/_alphaform.scss */
#alphaform select.error,
#alphaform input.error,
#alphaform textarea.error {
  border: 1px #ee0000 solid;
  background-color: #ffdfdf !important; }

/* line 92, ../scss/_alphaform.scss */
#alphaform input[type="radio"] {
  margin: 0 5px 0 3px; }

/* line 95, ../scss/_alphaform.scss */
#alphaform input[type="checkbox"] {
  margin: -5px 5px 0 3px; }

/* line 98, ../scss/_alphaform.scss */
select::-ms-expand {
  display: none; }

/* line 107, ../scss/_alphaform.scss */
#alphaform div.error {
  padding: 2px;
  margin: 0px;
  color: #ee0000; }
  /* line 111, ../scss/_alphaform.scss */
  #alphaform div.error::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1.4;
    margin-right: 0.3em;
    background: url(../images/icon-exclamation-triangle.png) no-repeat 0 50%;
    background-size: 100% auto;
    vertical-align: middle; }

/* line 124, ../scss/_alphaform.scss */
#alphaform table td.focus {
  background-color: #ffffcc; }

/* line 127, ../scss/_alphaform.scss */
#alphaform table tr.error label {
  background-color: #ffdfdf; }

/* line 132, ../scss/_alphaform.scss */
#alphaform .tani {
  display: inline-block;
  margin-left: 2px; }

/* line 137, ../scss/_alphaform.scss */
#alphaform .memo_top {
  display: block;
  font-size: 90%;
  margin: 0 0 0 5px; }

/* line 143, ../scss/_alphaform.scss */
#alphaform .memo_bottom {
  display: block;
  font-size: 90%;
  margin: 3px 0 0 5px; }

/* line 149, ../scss/_alphaform.scss */
#alphaform .memo_right {
  display: inline-block;
  font-size: 90%;
  margin: 0 0 0 10px; }

/* line 155, ../scss/_alphaform.scss */
#alphaform .button {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #286abc;
  background-color: #286abc; }

/* line 175, ../scss/_alphaform.scss */
#alphaform .button:hover,
#alphaform .button:focus {
  opacity: 0.7; }

/* line 185, ../scss/_alphaform.scss */
#alphaform input[disabled].button,
#alphaform input[disabled].button:hover {
  opacity: 0.20; }

/* line 204, ../scss/_alphaform.scss */
#alphaform .confirm_button {
  width: 100%; }

/* line 208, ../scss/_alphaform.scss */
#alphaform .return_button {
  color: #777;
  padding: 10px 30px;
  border: 1px solid #bbb;
  background-color: #ccc; }

/* line 221, ../scss/_alphaform.scss */
#alphaform .return_button:hover {
  opacity: 0.7; }

/* line 231, ../scss/_alphaform.scss */
.placeholder {
  color: #999; }

/* line 234, ../scss/_alphaform.scss */
#alphaform .question .icon {
  width: 45px;
  display: table-cell;
  vertical-align: top; }

/* line 239, ../scss/_alphaform.scss */
#alphaform .question .text {
  display: table-cell;
  text-align: left;
  padding: 0 10px;
  vertical-align: middle;
  width: 100%; }

/* line 247, ../scss/_alphaform.scss */
#alphaform .box15 {
  width: 15%; }

/* line 250, ../scss/_alphaform.scss */
#alphaform .box30 {
  width: 30%; }

/* line 253, ../scss/_alphaform.scss */
#alphaform .box50 {
  width: 50%; }

/* line 257, ../scss/_alphaform.scss */
#alphaform .box80 {
  width: 80%; }

/* line 261, ../scss/_alphaform.scss */
#alphaform .box95 {
  width: 95%; }

/* line 264, ../scss/_alphaform.scss */
#alphaform .box100 {
  width: 100%; }

/* line 269, ../scss/_alphaform.scss */
#alphaform .label {
  padding: 15px 5px 5px 0px;
  color: #1b1b1b;
  font-size: 1.2em;
  font-weight: bold; }

/* line 275, ../scss/_alphaform.scss */
#contact.form .step {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }

/* line 280, ../scss/_alphaform.scss */
#contact.form .step img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

/* line 290, ../scss/_alphaform.scss */
#alphaform .action_button {
  margin: 40px auto 15px;
  text-align: center; }

@media screen and (max-width: 767.99px) {
  /* line 295, ../scss/_alphaform.scss */
  #alphaform .action_button input {
    width: 280px; }

  /* line 298, ../scss/_alphaform.scss */
  #alphaform .action_button > div + div {
    margin-top: 10px; } }
@media print, screen and (min-width: 768px) {
  /* line 303, ../scss/_alphaform.scss */
  #alphaform .action_button {
    display: table;
    width: 500px; }

  /* line 307, ../scss/_alphaform.scss */
  #alphaform .action_button > div {
    display: table-cell; }

  /* line 310, ../scss/_alphaform.scss */
  #alphaform .action_button > div:first-child {
    width: 35%;
    padding-right: 10px; }

  /* line 314, ../scss/_alphaform.scss */
  #alphaform .action_button div input {
    width: 100%;
    margin: 0; } }
/* =========================================================
 Ul
========================================================= */
/* line 355, ../scss/_alphaform.scss */
ul.ul_tate > li + li {
  margin-top: 0.2em; }

/* line 365, ../scss/_alphaform.scss */
ul.ul_yoko > li {
  display: inline-block;
  padding: 0.1em 0.2em; }

/* =========================================================
 Chromeオートコンプリートの入力背景色を削除
========================================================= */
/* line 374, ../scss/_alphaform.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #eee inset; }

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