@charset "UTF-8";

/*
 * Root
 */

:root {
	--aw-primary-font: "Noto Sans JP", sans-serif;
	--aw-secondary-font: "Russo One", sans-serif;
	--aw-font-size: 16px;
	--aw-font-weight: 400;
	--aw-line-height: 1.5;
	--aw-container-width: 1280px;
	--aw-grid-gap: 15px;
	--aw-primary-color: #FCE803;
	--aw-primary-hover-color: #FCE803;
	--aw-secondary-color: #DC1C7F;
	--aw-secondary-hover-color: #DC1C7F;
	--aw-heading-color: #000;
	--aw-text-color: #000;
	--aw-link-color: #000;
	--aw-link-hover-color: #000;
	--aw-border-color: #E9E9E9;
	--aw-border-radius: 10px;
}

/*
 * Reset
 */

html {
	box-sizing: border-box;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
	padding: 0;
}

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

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: var(--aw-link-color);
	font-weight: 500;
	text-align: left;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	background: #eee;
	font-family: monospace, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

b,
strong {
	color: var(--aw-heading-color);
	font-weight: 700;
}

.bic-bold,
.bic-bold a {
	color: var(--aw-link-color) !important;
	font-weight: 700 !important;
}

code,
kbd,
samp,
tt,
var {
	font-family: monospace, monospace;
	font-size: 1rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

mark,
ins {
	--background-color: #F2F2F2;
	--text-color: #1F1F1F;
	background-color: var(--background-color);
	color: var(--text-color);
	border-radius: 0.25rem;
	padding: 0.2rem 0.4rem;
	text-decoration: none;
}

small {
	font-size: 80%;
}

big {
	font-size: 125%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25rem;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: var(--aw-primary-font);
	font-size: var(--aw-font-size);
	line-height: 1.6;
	margin: 0;
}

text,
select,
textarea,
number {
	--background-color: #FFFFFF;
	--text-color: #1F1F1F;
	background-color: var(--background-color);
	color: var(--text-color);
}

p {
	margin: 0 0 1.5rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

blockquote,
.wp-block-quote {
	color: var(--aw-link-color);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 1.5rem;
	overflow: hidden;
	padding: 0 0 0 2.5rem;
}

.wp-block-quote.is-style-large {
	padding: 0 0 0 2.5rem;
}

blockquote:before {
	font-size: 28px !important;
	left: 0;
	position: absolute;
}

blockquote cite,
.wp-block-quote cite {
	color: var(--aw-text-color);
	display: block;
	font-size: 16px;
	font-style: normal;
	margin-top: 0.5em;
}

.wp-block-quote.extraclass:before,
blockquote.has-text-color:before {
	content: '';
}

blockquote cite:before {
	content: "-";
	margin-right: 5px;
}

blockquote cite a {
	color: var(--aw-primary-color);
}

address {
	font-style: normal;
	margin: 0 0 1.5rem;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	font-weight: 700;
	box-sizing: border-box;
	color: var(--aw-heading-color);
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
	margin: 0;
	-webkit-appearance: none;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden],
.hidden {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignleft {
	clear: both;
	display: inline;
	float: left;
	margin: .3em 1.5em 1.5em 0;
}

.alignright {
	clear: both;
	display: inline;
	float: right;
	margin: .3em 0 1.5em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

body {
	color: var(--aw-text-color);
	background-color: #F8F8F8;
	font-family: var(--aw-primary-font);
	font-size: var(--aw-font-size);
	font-weight: var(--aw-font-weight);
	line-height: var(--aw-line-height);
	overflow-x: hidden;
}

body.rtl {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	color: var(--aw-heading-color);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	margin-top: 0;
	text-transform: none;
}

h1,
.h1 {
	font-size: 56px;
	font-size: 3.5rem;
}

h2,
.h2 {
	font-size: 44px;
	font-size: 2.75rem;
}

h3,
.h3 {
	font-size: 36px;
	font-size: 2.25rem;
}

h4,
.h4 {
	font-size: 30px;
	font-size: 1.875rem;
}

h5,
.h5 {
	font-size: 24px;
	font-size: 1.5rem;
}

h6,
.h6 {
	font-size: 20px;
	font-size: 1.25rem;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

:focus,
button:focus {
	outline: none;
}

label {
	color: var(--aw-heading-color);
	display: block;
	font-weight: 700;
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid var(--aw-border-color);
	border-radius: var(--aw-border-radius);
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	--background-color: #FFFFFF;
	--text-color: #1F1F1F;
	background-color: var(--background-color);
	color: var(--text-color);
	border: 1px solid var(--aw-border-color);
	border-radius: var(--aw-border-radius);
	display: block;
	font-size: var(--aw-font-size);
	line-height: 1.5;
	padding: 11px 16px;
	height: 46px;
	width: 100%;
}

textarea {
	overflow: auto;
	min-height: 200px;
	border-radius: var(--aw-border-radius);
}

select {
	border: 1px solid var(--aw-border-color);
	border-radius: var(--aw-border-radius);
	height: 45px;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFFFFF url(.../images/icons/icon_select.svg) 97% 50%/26px 60px no-repeat;
	display: block;
	padding-left: 15px;
	padding-right: 25px;
}

select option {
	background-color: var(--aw-body-background);
	color: var(--aw-text-color);
}

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

body.rtl select {
	background: #FFFFFF url(.../images/icons/icon_select.svg) 2% 50%/26px 60px no-repeat;
}

select::-webkit-scrollbar {
	width: 12px;
}

select::-webkit-scrollbar-track {
	background: #e9e9e9;
}

select::-webkit-scrollbar-thumb {
	background: #cccccc;
}

input[type=checkbox],
input[type=radio] {
	border: 1px solid var(--aw-border-color);
	margin-right: 8px;
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 6px 5px 0;
	cursor: pointer;
	vertical-align: middle;
	top: 1px;
	line-height: 0;
	transition: var(--aw-transition)
}

input[type=checkbox]+label,
input[type=radio]+label {
	font-weight: 400;
	display: inline-block
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
	transform: scale(1);
	opacity: 1
}

input[type=radio]::before {
	background: var(--aw-secondary-color);
	position: absolute;
	content: "";
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	opacity: 0;
	transform: scale(.9);
	border-radius: 50%
}

input[type=checkbox]::before {
	background: var(--aw-secondary-color);
	color: var(--aw-secondary-hover-color);
	font-weight: 400;
	font-size: 12px;
	height: 100%;
	width: 100%;
	line-height: 1.3;
	opacity: 0;
	transform: scale(.9)
}

.button,
.btn,
button,
input[type="button"],
input[type="submit"] {
	background-color: var(--aw-primary-color);
	color: #FFF;
	line-height: 1;
	border-radius: var(--aw-border-radius);
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 700;
	padding: 15px 24px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s;
}

.button:not([href]):not([tabindex]),
.btn:not([href]):not([tabindex]) {
	background-color: var(--aw-primary-color);
	color: #FFFFFF;
}

.button:hover,
.btn:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:not([href]):not([tabindex]):hover,
.btn:not([href]):not([tabindex]):hover {
	background-color: var(--aw-primary-hover-color);
	color: #FFF;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
	padding: 0.75em 1.4671em;
}

::-webkit-input-placeholder {
	color: var(--aw-text-color);
	font-family: var(--aw-primary-font);
}

:-moz-placeholder {
	color: var(--aw-text-color);
	font-family: var(--aw-primary-font);
}

::-moz-placeholder {
	color: var(--aw-text-color);
	font-family: var(--aw-primary-font);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--aw-text-color);
	font-family: var(--aw-primary-font);
}

hr {
	border: none;
	border-bottom: 1px solid #1d1f21;
	margin: 20px 0 20px;
}

hr.wp-block-separator {
	max-width: 100px;
}

hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots {
	max-width: 100%;
}

ul,
ol {
	margin-left: 1.2em;
	margin-bottom: 1.5em;
	padding: 0;
}

ul {
	list-style: inside;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	border-spacing: 0;
	margin: 0 0 1.5rem;
	width: 100%;
}

thead th {
	color: var(--aw-heading-color);
	padding-bottom: 0.6781rem;
	font-weight: 700;
}

tr {
	border: 1px solid var(--aw-border-color);
}

th {
	font-weight: 700;
	padding: 0.6781rem;
	text-align: left;
}

td {
	padding: 0.6781rem;
}

.aw-table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
}

a {
	color: var(--aw-link-color);
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

a:hover {
	color: var(--aw-link-hover-color);
	outline: 0;
	text-decoration: none;
}