@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

/*--------------------------------------------------*/
html {
--theme:light
}
* {
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit
}
html {
	background: #fff;
	color: #000
}
figure {
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-left: 0;
	margin-right: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
del, ins {
	-webkit-text-decoration: none;
	text-decoration: none
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ""
}
abbr, acronym {
	border: 0;
	font-feature-settings: normal;
	font-variant: normal;
	-webkit-text-decoration: none;
	text-decoration: none
}
sub, sup {
	vertical-align: initial
}
legend {
	color: inherit;
*color:#000
}
button, input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	background: #0000;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	text-align: inherit
}
button[disabled], input[disabled] {
	cursor: default
}
input[type=search] {
	-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
html {
	font-family: 'Noto Sans JP', ST Allegra, Helvetica Neue, Helvetica, Noto Sans Kr, Hiragino Sans, メイリオ, meiryo, sans-serif, PingFang SC, PingFang TC, Microsoft JhengHei, 微軟正黑體, Yu Gothic, 游ゴシック体;
	font-size: 16px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff
}
@media (max-width:1200px) {
html {
	font-size: 15px
}
}
@media (max-width:1000px) {
html {
	font-size: 14px
}
}
@media (max-width:750px) {
html {
	font-size: 13px
}
}
@media (max-width:400px) {
html {
	font-size: 12px
}
}
:root {
--screenheight:100vh;
--screenheightLazy:100vh;
--c-:
}
h1, h2, h3, h4 {
	-webkit-hyphens: auto;
	hyphens: auto
}
body {
	color: #272726;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	min-height: var(--screenheightLazy);
	overflow-x: hidden
}
@media (max-width:1600px) {
body {
font-size:calc(14px + .25vw)
}
}
@media (max-width:750px) {
body {
	-webkit-hyphens: auto;
	hyphens: auto
}
}
#body, #body:before {
	position: relative
}
#body:before {
	content: "";
	display: block;
	height: 1px;
	margin-top: -1px;
	width: 100%
}
a, article, section {
	page-break-inside: avoid
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body, button, input, select, textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
a[href], button, input, select, textarea {
	touch-action: manipulation
}
:focus, a:active {
	outline: none
}
abbr {
	border-bottom: 1px dotted gray
}
p sup {
	top: -.75ex
}
p sub, p sup {
	position: relative
}
p sub {
	top: .5ex
}
button {
	cursor: pointer
}

/*header--------------------------------------------------*/
header {
	padding: 32px 40px 56px;
}

header .header--logo img {
	width: 140px;
	height: auto;
}
	

/*footer--------------------------------------------------*/
footer {
	padding: 32px 40px 56px;
	text-align: center;
	color: #999999;
	font-size:80%;
 border-top: 1px solid #e9e9e9;
}

footer p {
	margin: 0;
}



/*content--------------------------------------------------*/
.content {
	width: 900px;
	margin: 0 auto;
	line-height: 1.8;
}

.content h1.PageHeader--title {
	font-size: calc(24px + 2.5vw);
	color: #272726;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 2ex;
}

.content h1.PageHeader--title span {
	display: block;
	font-size: calc(14px + .25vw);
	color: #6E6D69;
	font-weight: 400;
	margin-top: .1ex;
}

.content h2.SectionTitle--title {
	font-size: calc(20.66667px + 1.58333vw);
	color: #272726;
}

.content p {
	margin-bottom: 5ex;
}

.content table {
	width: 100%;
	margin-bottom: 4ex;
}

.content table th {
    width: 240px;
	padding: 24px 20px 20px;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

.content table td {
	padding: 20px;
	border-bottom: 1px solid #CCC;
}

.content table td span.exam {
	display: block;
}

.content .mw_wp_form_confirm table td span.exam {
    display: none;
}

input::placeholder, select::placeholder, textarea::placeholder {
	color: #686867;
	font-weight: 400;
	opacity: 1;
}

.content table td input:focus {
	border-color: #686867;
}

.content table td input[type=text] {
	margin: 4px 0;
}

.content table td input[type=text].s {
	width: 160px;
}

.content table td input[type=text].m {
	width: 320px;
}

.content table td input[type=text].l {
	width: 100%;
}

.content input[type=radio] {
	margin-right: 4px;
}

.content table td select {
	margin: 4px 0;
	padding: 4px;
}

.content a b {
	font-weight: 600;
}

.content a {
	text-decoration: underline;
	color: #db001c;
}

.content a:hover {
	color: #db001c;
}

.content .mag {
	display: flex;
	margin: -20px 0 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCC;
}

.content .mag dt {
 margin: 0 60px 0 0;
	font-weight: 600;
}

.formBtn {
	padding: 20px 0 56px;
	text-align: center;
}

.formBtn button {
    margin: 0 10px;
}

.Button {
    background-color: #b50024;
    border: 0;
    border-radius: 64px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    height: 4.375rem;
    line-height: 4.375rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0 1.875em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    transition: background-color .07s linear,border-color .07s linear,color .07s linear;
    white-space: nowrap;
				text-decoration: none !important;
}

.Button:active:not(:disabled),.Button:active:not([disabled]) {
    background-color: #85052e
}

.Button.border {
    line-height: calc(4.375rem - 2px)
}

.Button.small {
    height: 3.33rem;
    line-height: 3.33rem;
    padding: 0 2em
}

.Button.small.border {
    line-height: calc(3.33rem - 2px)
}

.Button.smaller {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1em
}

.Button.smaller.border {
    line-height: calc(2.5rem - 2px)
}

.Button.secondary {
    background-color: #577678
}

html:not(.can-touch) .Button.secondary:hover:not(:disabled) {
    background-color: #3d5354
}

.Button.secondary:active:not(:disabled),.Button.secondary:active:not([disabled]) {
    background-color: #121919
}

.Button.white {
    background-color: #fff;
    color: #272726
}

html:not(.can-touch) .Button.white:hover:not(:disabled) {
    background-color: #f2f2f2
}

.Button.white:active:not(:disabled),.Button.white:active:not([disabled]) {
    background-color: #d9d9d9;
    color: #272726
}

.Button.gray {
    background-color: #f0efeb;
    color: #272726
}

html:not(.can-touch) .Button.gray:hover:not(:disabled) {
    background-color: #e5e3dc
}

.Button.gray:active:not(:disabled),.Button.gray:active:not([disabled]) {
    background-color: #dad8ce;
    color: #272726
}

.Button.green {
    background-color: #5f7f00;
    color: #fff
}

html:not(.can-touch) .Button.green:hover:not(:disabled) {
    background-color: #4c6600
}

.Button.green:active:not(:disabled),.Button.green:active:not([disabled]) {
    background-color: #394c00
}

.Button.border {
    background-color: #fff;
    border: 1px solid #b50024;
    color: #b50024
}

html:not(.can-touch) .Button.border:hover:not(:disabled) {
    background-color: #fbf2f4;
    border-color: #82001a;
    color: #82001a
}

.Button.border:active:not(:disabled),.Button.border:active:not([disabled]) {
    background-color: #b50024;
    border-color: #b50024;
    color: #fff;
}

.Button.border.secondary {
    background-color: #fff;
    border: 1px solid #3d5354;
    color: #3d5354
}

html:not(.can-touch) .Button.border.secondary:hover:not(:disabled) {
    background-color: #f5f6f6;
    border-color: #283636;
    color: #283636
}

.Button.border.secondary:active:not(:disabled),.Button.border.secondary:active:not([disabled]) {
    background-color: #3d5354;
    border-color: #3d5354;
    color: #fff
}

.Button.border.gray {
    background-color: #fff;
    border: 1px solid #686867;
    color: #272726
}

html:not(.can-touch) .Button.border.gray:hover:not(:disabled) {
    background-color: #f4f4f4;
    border-color: #0d0d0d;
    color: #0d0d0d
}

.Button.border.gray:active:not(:disabled),.Button.border.gray:active:not([disabled]) {
    background-color: #686867;
    border-color: #686867;
    color: #fff
}

.Button.border.green {
    background-color: #fff;
    border: 1px solid #5f7f00;
    color: #5f7f00
}

html:not(.can-touch) .Button.border.green:hover:not(:disabled) {
    background-color: #f7f9f2;
    border-color: #394c00;
    color: #394c00
}

.Button.border.green:active:not(:disabled),.Button.border.green:active:not([disabled]) {
    background-color: #5f7f00;
    border-color: #5f7f00;
    color: #fff;
}

.Button.overlay {
    background-color: #fff;
    box-shadow: 0 0 1px 3px #00000026;
    color: #272726;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

html:not(.can-touch) .Button.overlay:hover:not(:disabled) {
    background-color: #f2f2f2
}

.Button.overlay:active:not(:disabled),.Button.overlay:active:not([disabled]) {
    background-color: #e9e9e9;
    color: #272726
}

.Button.overlay.icon {
    width: 40px
}

.Button.active {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #b50024;
    color: #b50024
}

html:not(.can-touch) .Button.active:hover:not(:disabled) {
    background-color: #fff;
    border-color: #b50024;
    color: #b50024
}

.Button.active.border {
    border-color: #b50024;
    box-shadow: inset 0 0 0 1px #b50024
}

.Button.round {
    border-radius: 100px
}

.Button.tooltip {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 50px
}

.Button.tooltip>.Icon {
    flex: 1 0 34px
}

.Button:where(:not(.secondary,.white,.gray,.green,.border,.overlay,.active,.tooltip)) {
    background-image: linear-gradient(180deg,#b50024,#b50024 25%,#ff4773 0,#ff4773 50%,#db001c 0,#db001c 75%,#85052e 0);
    background-position: 0 0;
    background-size: 100% 400%;
    color: #fff !important;
    transition: background-position .6s ease-in-out
}

.Button:where(:not(.secondary,.white,.gray,.green,.border,.overlay,.active,.tooltip)):hover {
    background-position-y: 100%;
}

.Button.icon-before.small [data-icon],.Button.icon-before.small [data-picto] {
    max-height: 22px;
    max-width: 22px
}

.Button.icon-before [data-icon],.Button.icon-before [data-picto] {
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle
}

html:not(.can-touch) .Button.icon-before:hover:not(:disabled) {
    fill: currentcolor
}

.Button.icon-after.small [data-icon],.Button.icon-after.small [data-picto] {
    max-height: 22px;
    max-width: 22px
}

.Button.icon-after [data-icon],.Button.icon-after [data-picto] {
    margin-left: 10px;
    margin-right: 0;
    vertical-align: middle
}

html:not(.can-touch) .Button.icon-after:hover:not(:disabled) {
    fill: currentcolor
}

.Button.icon {
    padding-left: 0!important;
    padding-right: 0!important
}

.Button.icon.small {
    width: 3.33rem
}

.Button.icon>.Icon {
    vertical-align: middle
}

.Button.block {
    display: block;
    width: 100%
}

.attenUl {
	margin: -40px 0 40px;
}

.attenUl li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 1.4;
}

.attenUl li:before {
	position: absolute;
	content: "-";
	color: #db001c;
	top: 0;
	left: 0;
}

.privacyBox {
	background-color: #F3F3F3;
	margin: 0 0 30px;
	padding: 20px;
}

.privacyBox .title {
	margin: 0 0 10px !important;
	font-weight: bold;
}

.privacyBox dd {
	margin: 0 0 10px;
}

.hs {
	color: #db001c;
}

.quizLead {
margin-bottom: 10px !important;
}

.quiz {
margin: 0 0 10px;
padding: 20px;
border-bottom: 1px solid #CCC;
}

.quiz .q {
line-height: 1.4;
position: relative;
padding: 0 0 0 24px;
}

.quiz .q span.cnt {
position: absolute;
display: inline-block;
background-color: #db001c;
color: #FFF;
padding: 2px 4px;
left: -20px;
top: 0;
}

.quiz .a {
padding: 10px 24px;
}

.quiz .hint {
margin: 0 14px;
padding: 10px;
background-color: #FFEAED;
font-size: 14px;
}

.content .table2 th {
display: block;
width: 100%;
border-bottom: none;
padding-bottom: 0;
}

.content .table2 td {
display: block;
width: 100%;
}

.content .table2 td textarea {
width: 100%;
padding: 0 8px;
}


@media only screen and (max-width: 957px) and (min-width: 481px) {

header {
	padding: 32px 28px 56px;
}

.content {
	width: 100%;
	padding: 0 28px;
}

.content table th {
	/*hite-space: nowrap;*/
}

.content table td input[type=text].m {
	width: 80%;
}

.content .mag {
	display: block;
}

.content .mag dt {
	margin-bottom: 6px;
}

.privacyBox {
	line-height: 1.4;
	font-size: 1rem;
}

.privacyBox dd {
	margin: 0 0 20px;
}

	
}



@media (max-width:480px) {

header {
	padding: 32px 28px 56px;
}

.content {
	width: 100%;
	padding: 0 28px;
}

.content table th {
	display: block;
	width: 100%;
	border: none;
	padding: 16px 0 0;
}

.content table td {
	display: block;
	width: 100%;
	padding: 0 0 16px;
}

.content .mag {
	display: block;
}

.content .mag dt {
	margin-bottom: 6px;
}

.privacyBox {
	line-height: 1.4;
	font-size: 1rem;
}

.privacyBox dd {
	margin: 0 0 20px;
}

.quiz {
padding: 20px 0 20px 20px;
}

}

