@charset "UTF-8";

/*/////////////////////////共通///////////////////////*/

html {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font: 16px/1.8 "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: aliased;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: touch;
}

html,
body {}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

th {
    font-weight: normal;
}

p {
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    background: #f5f5f5;
    margin-bottom: 20px;
    margin-top: 20px;
}

a img {
    border: 0;
}

a:link,
a:visited {
    color: #222;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    cursor: pointer;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

strong {
    font-weight: bold;
}

b {
    font-weight: 600;
}

em {
    font-style: normal;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 30px;
    line-height: 1em;
}

q:before {
    content: open-quote;
    margin-right: 10px;
    font-size: 30px;
}

q:after {
    content: close-quote;
    margin-left: 10px;
    font-size: 30px;
}

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: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}

table {
    border-collapse: collapse;
    font-family: inherit;
}

th,
td {
    border-collapse: collapse;
}

img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    height: auto;
    width: auto;
}

main {
    display: block;
}

/*/////////////////////////フォーム関係///////////////////////*/

input,
select,
textarea {
    font-size: 1em;
}

input {
    padding: 5px;
    line-height: 1.5;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text] {
    width: 100%;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 5px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 18px 9px;
    background-position: right 10px center;
    line-height: 1.5;
    border: 0px;
}

input[type="radio"] {
    width: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="date"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px;
    font-size: 1em;
    letter-spacing: 0.2em;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

textarea {
    border: 0;
    padding: 5px;
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form img {
    vertical-align: middle;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
}

input,
select {
    vertical-align: middle;
}

/*/////////////////////////reCAPTCHA非表示///////////////////////*/
.grecaptcha-badge {
    visibility: hidden;
}