/* ----------------------------------------
 	reset
---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
        Meiryo, sans-serif;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #009a5a;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
 
.l-container {
    padding: 24px;
}
.p-form {
    display: inline-block;
    min-width: 100%;
}
.p-form_field {
    margin-bottom: 24px;
}
.p-form_field-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.p-form_field-label {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}
.p-form_field-required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #009A5A;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}
.p-form_field-input {
    display: block;
    width: 97%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #DCDFAD;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.06) inset;
    font-size: 13px;
}
.p-form_terms {
    text-align: center;
}
.p-form_submit {
    margin-top: 16px;
}
.p-form_submit-button {
    width: 100%;
}
.c-button-primary {
    height: 48px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #00BE41 0%, #009A5A 100%);
    background-color: #009A5A;
    box-shadow: 0 4px 8px 0 rgba(0, 154, 90, 0.24);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s ease opacity;
}
.p-form_notes {
    margin-top: 16px;
    font-size: 11px;
    line-height: 1.5;
}
ul {
    list-style: none;
}
.l-header {
    display: inline-block;
    position: relative;
    min-width: 100%;
    background-color: #009A5A;
}
.p-header {
    display: inline-block;
    position: relative;
    min-width: 100%;
    padding: 12px 16px;
}
.p-header_title {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
}
.p-complete {
    display: inline-block;
    min-width: 100%;
}
.p-complete_img {
    text-align: center;
}
.p-complete_message {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}
.p-complete_close {
    margin-top: 25px;
    padding-bottom: 24px;
    text-align: center;
}

.p-cancel_header .p-header_title::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url(../images/icon-mail.svg) no-repeat center center/contain;
    content: "";
}

.p-cancel {
    display: inline-block;
    min-width: 100%;
}
.p-cancel_message {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.p-cancel_message p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-cancel_message span {
    display: inline-block;
    white-space: nowrap;
}

.p-cancel_submit {
    margin-top: 20px;
    padding-bottom: 24px;
    text-align: center;
}

.p-cancel_submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
}

.title_line_code {
    text-align: center;
    font-size: 16px;
}

.form_line_code {
    background-color: #F7F9E1;
    padding: 24px 10px;
}

.p-add-line-friend {
    border: 1px solid #DCDFAD;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFFFF 50%, #E0FFE7 100%);
    color: #000;
}

.icon-add-line-friend {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.input-line-code {
    border-radius: 8px;
    width: 100%;
}

.title_line_code span {
    font-weight: 700;
}

input[type="email"] {
    width: 133.333333333%;
    transform: scale(0.75);
    transform-origin: left top;
    margin-right: -33.333333333%;
    font-size: 16px
}
