.elementor-882 .elementor-element.elementor-element-267a647{--spacer-size:50px;}.elementor-882 .elementor-element.elementor-element-246a93d > .elementor-container{max-width:696px;}.elementor-882 .elementor-element.elementor-element-246a93d:not(.elementor-motion-effects-element-type-background), .elementor-882 .elementor-element.elementor-element-246a93d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8FCFF;}.elementor-882 .elementor-element.elementor-element-246a93d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-882 .elementor-element.elementor-element-246a93d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-882 .elementor-element.elementor-element-ccbbe1f{--spacer-size:50px;}.elementor-882 .elementor-element.elementor-element-f24f45c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;}/* Start custom CSS for shortcode, class: .elementor-element-deaf480 */input[type="email"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0 #fff, inset 0 1px 1px rgb(0 0 0 / 20%);
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    border-radius: 2px;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-246a93d */html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

*::before,
*::after {
    box-sizing: border-box;
}


/* base */
/* ---------------- */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    box-sizing: border-box;
}

body {
    line-height: 1.8;
    line-height: 2;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


.center input {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 15px 34px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.center input:hover {
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}/* End custom CSS */