* {
    box-sizing: border-box; 
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
*::before,
*::after {
    display: block;
    position: absolute;
    content: '';
}

/*-------------------------
	Hide
--------------------------*/
h2,
img,
.memo,
dt br {
    display: none;
}

/*-------------------------
	Form
--------------------------*/
body {
    line-height: 150%;
    font-family: -apple-system, "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff1f7;
}
h1 {
	font-size: 0;
}
h1 img {
    display: block;
    width: 100%;
}
.header,
form {
    padding: 0 3%;
}
.number {
    margin: 8px 0;
}
.number select {
    width: 80px;
    text-align: center;
    text-indent: -2px;
    font-size: 16px;
    border: 1px solid #BBB;
    border-radius: 3px;
}
.form {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.form strong {
    display: block;
    position: relative;
    text-indent: 14px;
}
.form strong::before {
    top: calc(50% - 8px);
    width: 14px;
    height: 14px;
    background-color: #ffa4ca;
    border-radius: 50%;
}
input[type=text] {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 4px 6px;
    font-size: 16px;
    border: 1px solid #BBB;
    border-radius: 3px;
}
textarea {
    display: block;
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #BBB;
    border-radius: 3px;
    min-height: 80px;
    font-size: 16px;
    resize: none;
}
.form select {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    text-indent: -2px;
    font-size: 16px;
    border: 1px solid #BBB;
    border-radius: 3px;
}
.form dt {
    margin-bottom: 2px;
    text-indent: 34px;
    font-size: 16px;
}
.form dt b {
    display: inline-block;
    position: relative;
    text-indent: -9999px;
}
.form dt b::before {
    top: 3px;
    left: -34px;
    width: 28px;
    line-height: 150%;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    color: #FFF;
    content: '\5FC5\9808';
    background-color: #e53344;
    border-radius: 3px;
}
.form dd {
    margin: 0;
}
.profile .short input[type=text],
.profile dl:nth-of-type(3),
.profile dl:nth-of-type(4) {
    display: inline-block;
    width: 48%;
}
.short input[type=text]:nth-child(2),
.profile dl:nth-of-type(4) {
    margin-left: 4%;
}
h3 {
    margin-bottom: 8px;
}
.school {
    margin-bottom: 28px;
}
.school li {
    display: inline-block;
    position: relative;
    width: 31%;
    line-height: 40px;
    margin: 0 3.5% 10px 0;
}
.school li label {
    display: block;
    position: relative;
    text-align: center;
    text-indent: 15px;
    font-size: 12px;
    background-color: #fff1f7;
    border-radius: 4px;
}
.school li:nth-child(3n) {
    margin-right: 0;
}
.school li label input[type=radio] {
    position: absolute;
    top: 12px;
    left: calc(50% - 38px);
}
.school li input[type=text] {
    position: absolute;
    bottom: -20px;
    width: 322.6%;
}
.interview li {
    line-height: 40px;
    margin-bottom: 10px;
}
.interview label {
    display: block;
    text-indent: 6px;
    font-size: 12px;
    background-color: #fff1f7;
    border-radius: 4px;
}
.interview label input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.full {
    color: #AAA;
}
.full::after {
	display: inline-block;
	color: #555;
	content: '\6E80\5E2D';
}
dd p {
    width: 200%;
    margin: -8px 0 0 -50%;
    font-size: 17px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
dd p.caution {
    width: 100%;
	line-height: 130%;
    margin: 6px 0 0 0;
	font-size: 10px;
	color: #f00;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.message dt,
.interview dt {
    position: relative;
}
.message dt::before,
.interview dt::before {
    top: 3px;
    left: 0;
    width: 28px;
    line-height: 150%;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    color: #FFF;
    content: '\4EFB\610F';
    background-color: #BBB;
    border-radius: 3px;
}
/* Switch Profile */
#profile2,
#profile3,
#profile4 {
	display: none;
}

/*-------------------------
	Questionnaire
--------------------------*/
.memo:not(:nth-of-type(1)) {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    text-indent: 18px;
}
.memo:not(:nth-of-type(1))::before {
    top: calc(50% - 8px);
    width: 14px;
    height: 14px;
    background-color: #ff9fc8;
    border-radius: 50%;
}
.questionnaire {
    font-size: 12px;
}
.questionnaire ul {
    margin: 10px 0 20px 0;
}
.questionnaire input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.questionnaire input[type=text] {
    width: 100%;
    margin-top: 8px;
}

/*-------------------------
	Privacy & Submit
--------------------------*/
h4 {
    position: relative;
    margin: 40px 0 6px 0;
    font-size: 14px;
}
h4::before {
    top: -16px;
    width: 100%;
    height: 1px;
    background-color: #BBB;
}
.privacy {
	height: 100px;
    line-height: 130%;
	padding: 10px;
	font-size: 10px;
    background-color: #FFF;
	border: 1px solid #555;
	overflow-y: scroll;
}
.privacy b {
	display: block;
    margin-bottom: 6px;
	font-size: 12px;
}
.privacy p {
	margin-bottom: 16px;
}
.privacy_check {
    line-height: 120%;
    margin: 8px 0;
    font-size: 12px;
}
.privacy_check label {
    display: block;
    line-height: 40px;
	margin-top: 8px;
    text-indent: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.privacy_check label input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
input[type=submit] {
    display: block;
    width: 90%;
    line-height: 60px;
    margin: 30px auto;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #E3AB30;
    border: none;
    border-radius: 4px;
}

/*-------------------------
	Footer
--------------------------*/
small {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    background-color: #333;
}

/*-------------------------
	Confirm
--------------------------*/
.confirm-memo {
    margin: 10px 0;
}
.confirm {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.confirm dd {
    line-height: 40px;
    min-height: 40px;
    margin: 0;
    padding-left: 6px;
    border: 1px solid #CCC;
    border-radius: 4px;
}
input[type=submit] {
    position: relative;
}
input[type=button] {
    display: block;
    margin: 0 auto 30px auto;
    padding: 10px 30px;
    font-size: 14px;
    color: #777;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
    border-radius: 3px;
}

/*-------------------------
	Finish
--------------------------*/
#finish {
    padding-top: 40px;
    background-color: #FFF;
}
#finish b:nth-of-type(1) {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}
#finish p {
    margin: 0 4% 14px 4%;
}
#finish b a {
    display: block;
    width: 200px;
    margin: 20px auto;
	padding: 12px 0;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #9ACCE3;
	border-radius: 4px;
}
#finish span {
    display: block;
    width: 90%;
    margin: 0 5% 20px 5%;
    padding: 6px;
    font-size: 12px;
    background-color: #F0F0F0;
    border: 1px solid #CCC;
}
#finish span p {
    margin: 0;
}
#finish img:nth-of-type(2) {
    display: block;
    width: 100%;
}

/*-------------------------
	Validation
--------------------------*/
.validetta-bubble {
	z-index: 99;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    min-width: 80px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 10px;
	color: #FFF;
	background-color: #CA3333;
	border-radius: 3px;
}
.validetta-bubble::before {
	display: block;
	position: absolute;
	top: -10px;
	left: 12%;
	width: 0;
	height: 0;
	content: '';
	border: 4px solid transparent;
	border-bottom: 6px solid rgba(189,0,0,0.8);
}
.contact .validetta-bubble {
	margin: 44px 0 0 -90%;
}
.profile .validetta-bubble {
	margin: 40px 0 0 -44.4%;
}
.privacy_check .validetta-bubble {
	margin: 30px 0 0 -36px;
    text-indent: 0px;
}